{"_id":"@alteus/ui-commons","_rev":"1-181a3b76217ab3295702b634ad459b3b","name":"@alteus/ui-commons","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@alteus/ui-commons","version":"0.0.1","peerDependencies":{"@angular/common":"^9.0.7","@angular/core":"^9.0.7","tslib":"^1.10.0"},"description":"This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.","dependencies":{},"author":"","license":"ISC","main":"bundles/alteus-ui-commons.umd.js","module":"fesm5/alteus-ui-commons.js","es2015":"fesm2015/alteus-ui-commons.js","esm5":"esm5/alteus-ui-commons.js","esm2015":"esm2015/alteus-ui-commons.js","fesm5":"fesm5/alteus-ui-commons.js","fesm2015":"fesm2015/alteus-ui-commons.js","typings":"alteus-ui-commons.d.ts","metadata":"alteus-ui-commons.metadata.json","sideEffects":false,"_id":"@alteus/ui-commons@0.0.1","_nodeVersion":"13.9.0","_npmVersion":"6.13.7","dist":{"integrity":"sha512-BLAyFR9eaF/cWS+0WMtwHoPbgbPYOVwo7AI0uMvelHTeAwnjOa2Swibj/io2QhYyKI7iHOOZSDe2Djh4Qxs2xw==","shasum":"5f9ebd2d601839d85a76f368a76bcea08a4b4c2e","tarball":"https://registry.npmjs.org/@alteus/ui-commons/-/ui-commons-0.0.1.tgz","fileCount":29,"unpackedSize":124831,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegdRoCRA9TVsSAnZWagAAe/8P/jX4Az/Nllp8UDi81ZQz\n6VZ1r8TygwJPu0k7BfrBjY2NkqlKaOeU4tmhR/YkonDGo3+5jEmEFd7HKsf3\nuet7lci089XVH/CRRNr+vXPfHT3Jb1dSJ9P2TmcfQqxVwNU6Xsm/XKkO6oCV\ndkyhbOD4gO2Hn2MxgYdCs3PK9OOh+GhXMB+BEPNWaKpjRVocaSosxoqwOUdo\nxXeONVP4GZ0EcqD6VfwGGJx3J9GecXcN6m0sR4VHaxdaN6Mqwgs67vHuHcNK\naMZBo7ZAFqqS4PnK1bArfwzHfRd5Yu6mfvpEA3838FWwuoUJdaKAlvjRNC9r\noB/n3Hd3vSIKaS2GJYFM6dqAQFIuyVvC0S/cu92JCA2cs3qxvVc+t2UdrcDx\nFZZIbnk6gEHvv7fWryz0zzq4F+dkDiyLPN342ROZuOgDVC2uM5/+gQk8+7uC\nNXEq/tiTOcSTih4rqlyxGGwfNkyU4TZraAXzW+/FQWO/mnu43HnY04vSyoE6\nQL3wg5IPQXT7RPh149ULqkuGaEhChDvy1GfZe3hRQsAz2D4/qIFH3ZzyHJpf\nctJes4SmUUyOFaOVaYWYN9us01hEAiNuJGAcn2fGu4ox4fG4fUFlE85EpIE4\nje+wec17J3rI7afP1qO2FCxwhRsmgtz/IklcbShKsj9HeL7xvgLtXLJ/QdeM\n67tw\r\n=s5Is\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA6mmTqgoXxeZ3NYMt+lbStG6hN12PcusGftJZ+VHfm7AiBo2pSNUlvhe3VcUinGoigEAmZ5Px2eyALzy+Prg73OEA=="}]},"maintainers":[{"name":"andrei1235","email":"andrei04121994@gmail.com"}],"_npmUser":{"name":"andrei1235","email":"andrei04121994@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ui-commons_0.0.1_1585566823592_0.8919262724520891"},"_hasShrinkwrap":false}},"time":{"created":"2020-03-30T11:13:43.354Z","0.0.1":"2020-03-30T11:13:43.695Z","modified":"2022-04-04T13:40:07.654Z"},"maintainers":[{"name":"andrei1235","email":"andrei04121994@gmail.com"}],"description":"This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.","license":"ISC","readme":"\n<h3 align=\"center\">AlteusUiCommons</h3>\nThis library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.\n\n\n## Table of contents\n\n- [Quick start](#quick-start)\n- [What's included](#whats-included)\n- [Documentation](#documentation)\n- [Running locally](#running-locally)\n- [Build](#build)\n- [Publishing](#publishing)\n\n## Quick start\n- Install with [npm](https://www.npmjs.com/): `npm i @alteus/alteus-ui-commons`\n\n## What's included\n\nWithin the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:\n\n```text\nalteus-ui-commons/\n    └── lib/\n         └── context-menu\n            ├── context-menu.directive.ts\n            ├── context-menu.module.ts\n         └── loading-spinner\n            ├── loading-spinner.component.ts\n            ├── loading-spinner.module.ts\n```\n\n## Documentation\n\nAlteusUiCommons's library include 2 modules, `ContextMenuModule` and `LoadingSpinnerModule`.\n\nI. **ContextMenuModule**<br/>\n    This module offers a directive `ContextMenuDirective` with `acContextMenu` selector. In the following example we see that this directive receives a menu template (`menuTemplate`). \n    This template will be displayed as a context menu.\n```\n   <div acContextMenu [menuTemplate]=\"menu\">\n     <ng-template #menu>\n       <div class=\"list-group column-list\">\n         <button type=\"button\" *ngFor=\"let user of users\">\n           {{ column.colDef.headerName }}\n         </button>\n       </div>\n     </ng-template>\n   </div>\n``` \n\nII. **LoadingSpinnerModule**<br/>\nThis module will be available in future versions.\n### Running locally\n\n1. Run `npm i @alteus/alteus-ui-commons --save` to install the  AlteusUiCommons\n2. Include `ContextMenuModule` or `LoadingSpinnerModule` in your `*.module.ts`\n3. Run `ng serve`\n4. Open `http://localhost:4200/` in your browser, and voilà.\n\n## Build\n\nRun `ng build alteus-ui-commons --prod` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## Publishing\n\nAfter building your library with `ng build alteus-ui-commons`, go to the dist folder `cd dist/alteus-ui-commons` and run `npm publish`.\n","readmeFilename":"README.md"}