@ng-atomic/components 4.17.0 → 4.20.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app.module.d.ts +0 -1
- package/atoms/chips-input/chips-input.atom.d.ts +0 -1
- package/atoms/chips-input/chips-input.module.d.ts +0 -1
- package/atoms/chips-input/index.d.ts +0 -1
- package/atoms/icon/icon.atom.d.ts +0 -1
- package/atoms/icon/icon.module.d.ts +0 -1
- package/atoms/icon/index.d.ts +0 -1
- package/atoms/smart-menu-button/index.d.ts +0 -1
- package/atoms/smart-menu-button/smart-menu-button.atom.d.ts +0 -1
- package/atoms/smart-menu-button/smart-menu-button.module.d.ts +0 -1
- package/esm2020/app.module.mjs +23 -24
- package/esm2020/atoms/chips-input/chips-input.atom.mjs +13 -38
- package/esm2020/atoms/chips-input/chips-input.module.mjs +26 -27
- package/esm2020/atoms/chips-input/index.mjs +1 -1
- package/esm2020/atoms/chips-input/ng-atomic-components-atoms-chips-input.mjs +1 -1
- package/esm2020/atoms/icon/icon.atom.mjs +14 -42
- package/esm2020/atoms/icon/icon.module.mjs +22 -23
- package/esm2020/atoms/icon/index.mjs +1 -1
- package/esm2020/atoms/icon/ng-atomic-components-atoms-icon.mjs +1 -1
- package/esm2020/atoms/smart-menu-button/index.mjs +1 -1
- package/esm2020/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.mjs +1 -1
- package/esm2020/atoms/smart-menu-button/smart-menu-button.atom.mjs +11 -75
- package/esm2020/atoms/smart-menu-button/smart-menu-button.module.mjs +20 -21
- package/esm2020/frames/auto-layout/auto-layout.frame.mjs +7 -11
- package/esm2020/frames/auto-layout/auto-layout.module.mjs +18 -19
- package/esm2020/frames/auto-layout/index.mjs +1 -1
- package/esm2020/frames/auto-layout/ng-atomic-components-frames-auto-layout.mjs +1 -1
- package/esm2020/frames/card/card.frame.mjs +7 -13
- package/esm2020/frames/card/card.module.mjs +22 -23
- package/esm2020/frames/card/index.mjs +1 -1
- package/esm2020/frames/card/ng-atomic-components-frames-card.mjs +1 -1
- package/esm2020/frames/drawer/drawer.frame.mjs +12 -29
- package/esm2020/frames/drawer/drawer.module.mjs +16 -17
- package/esm2020/frames/drawer/index.mjs +1 -1
- package/esm2020/frames/drawer/ng-atomic-components-frames-drawer.mjs +1 -1
- package/esm2020/frames/line-up/index.mjs +1 -1
- package/esm2020/frames/line-up/line-up.animations.mjs +1 -1
- package/esm2020/frames/line-up/line-up.frame.mjs +23 -45
- package/esm2020/frames/line-up/line-up.module.mjs +16 -17
- package/esm2020/frames/line-up/ng-atomic-components-frames-line-up.mjs +1 -1
- package/esm2020/frames/line-up/resize-observer.mjs +1 -1
- package/esm2020/frames/overlay/index.mjs +1 -1
- package/esm2020/frames/overlay/ng-atomic-components-frames-overlay.mjs +1 -1
- package/esm2020/frames/overlay/overlay.animations.mjs +1 -1
- package/esm2020/frames/overlay/overlay.frame.mjs +9 -22
- package/esm2020/frames/overlay/overlay.module.mjs +18 -19
- package/esm2020/frames/scroll/index.mjs +1 -1
- package/esm2020/frames/scroll/ng-atomic-components-frames-scroll.mjs +1 -1
- package/esm2020/frames/scroll/scroll.frame.mjs +7 -17
- package/esm2020/frames/scroll/scroll.module.mjs +20 -21
- package/esm2020/frames/smart-menu/index.mjs +1 -1
- package/esm2020/frames/smart-menu/ng-atomic-components-frames-smart-menu.mjs +1 -1
- package/esm2020/frames/smart-menu/smart-menu.frame.mjs +19 -37
- package/esm2020/frames/smart-menu/smart-menu.module.mjs +14 -15
- package/esm2020/index.mjs +1 -1
- package/esm2020/molecules/actions-column/actions-column.module.mjs +26 -27
- package/esm2020/molecules/actions-column/actions-column.molecule.mjs +29 -59
- package/esm2020/molecules/actions-column/index.mjs +1 -1
- package/esm2020/molecules/actions-column/ng-atomic-components-molecules-actions-column.mjs +1 -1
- package/esm2020/molecules/checkbox-column/checkbox-column.module.mjs +26 -27
- package/esm2020/molecules/checkbox-column/checkbox-column.molecule.mjs +24 -52
- package/esm2020/molecules/checkbox-column/index.mjs +1 -1
- package/esm2020/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.mjs +1 -1
- package/esm2020/molecules/chips-input-field/chips-input-field.module.mjs +28 -29
- package/esm2020/molecules/chips-input-field/chips-input-field.molecule.mjs +21 -65
- package/esm2020/molecules/chips-input-field/index.mjs +1 -1
- package/esm2020/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.mjs +1 -1
- package/esm2020/molecules/date-input-field/date-input-field.module.mjs +22 -23
- package/esm2020/molecules/date-input-field/date-input-field.molecule.mjs +16 -42
- package/esm2020/molecules/date-input-field/index.mjs +1 -1
- package/esm2020/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.mjs +1 -1
- package/esm2020/molecules/header/header.module.mjs +18 -19
- package/esm2020/molecules/header/header.molecule.mjs +11 -25
- package/esm2020/molecules/header/index.mjs +1 -1
- package/esm2020/molecules/header/ng-atomic-components-molecules-header.mjs +1 -1
- package/esm2020/molecules/navigation-list-item/index.mjs +1 -1
- package/esm2020/molecules/navigation-list-item/navigation-list-item.module.mjs +24 -25
- package/esm2020/molecules/navigation-list-item/navigation-list-item.molecule.mjs +11 -23
- package/esm2020/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.mjs +1 -1
- package/esm2020/molecules/select-input-field/index.mjs +1 -1
- package/esm2020/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.mjs +1 -1
- package/esm2020/molecules/select-input-field/select-input-field.module.mjs +20 -21
- package/esm2020/molecules/select-input-field/select-input-field.molecule.mjs +13 -37
- package/esm2020/molecules/smart-column/index.mjs +1 -1
- package/esm2020/molecules/smart-column/ng-atomic-components-molecules-smart-column.mjs +1 -1
- package/esm2020/molecules/smart-column/smart-column.module.mjs +29 -30
- package/esm2020/molecules/smart-column/smart-column.molecule.mjs +11 -68
- package/esm2020/molecules/text-input-field/index.mjs +1 -1
- package/esm2020/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.mjs +1 -1
- package/esm2020/molecules/text-input-field/text-input-field.module.mjs +21 -22
- package/esm2020/molecules/text-input-field/text-input-field.molecule.mjs +19 -106
- package/esm2020/molecules/textarea-field/index.mjs +1 -1
- package/esm2020/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.mjs +1 -1
- package/esm2020/molecules/textarea-field/textarea-field.module.mjs +19 -20
- package/esm2020/molecules/textarea-field/textarea-field.molecule.mjs +13 -36
- package/esm2020/ng-atomic-components.mjs +1 -1
- package/esm2020/organisms/action-buttons-section/action-buttons-section.module.mjs +25 -26
- package/esm2020/organisms/action-buttons-section/action-buttons-section.organism.mjs +11 -30
- package/esm2020/organisms/action-buttons-section/index.mjs +1 -1
- package/esm2020/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.mjs +1 -1
- package/esm2020/organisms/back-navigator/back-navigator.module.mjs +26 -27
- package/esm2020/organisms/back-navigator/back-navigator.organism.mjs +19 -48
- package/esm2020/organisms/back-navigator/index.mjs +1 -1
- package/esm2020/organisms/back-navigator/ng-atomic-components-organisms-back-navigator.mjs +1 -1
- package/esm2020/organisms/card-input-section/card-input-section.module.mjs +18 -19
- package/esm2020/organisms/card-input-section/card-input-section.organism.mjs +13 -17
- package/esm2020/organisms/card-input-section/index.mjs +1 -1
- package/esm2020/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.mjs +1 -1
- package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.mjs +19 -20
- package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +9 -17
- package/esm2020/organisms/cvc-and-exp-input-section/index.mjs +1 -1
- package/esm2020/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +1 -1
- package/esm2020/organisms/date-input-section/date-input-section.module.mjs +20 -21
- package/esm2020/organisms/date-input-section/date-input-section.organism.mjs +13 -17
- package/esm2020/organisms/date-input-section/index.mjs +1 -1
- package/esm2020/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.mjs +1 -1
- package/esm2020/organisms/heading/heading.module.mjs +18 -19
- package/esm2020/organisms/heading/heading.organism.mjs +9 -115
- package/esm2020/organisms/heading/index.mjs +1 -1
- package/esm2020/organisms/heading/ng-atomic-components-organisms-heading.mjs +1 -1
- package/esm2020/organisms/navigation-list/index.mjs +1 -1
- package/esm2020/organisms/navigation-list/navigation-list.module.mjs +20 -21
- package/esm2020/organisms/navigation-list/navigation-list.organism.mjs +11 -28
- package/esm2020/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.mjs +1 -1
- package/esm2020/organisms/navigator/index.mjs +1 -1
- package/esm2020/organisms/navigator/navigator.module.mjs +22 -23
- package/esm2020/organisms/navigator/navigator.organism.mjs +13 -46
- package/esm2020/organisms/navigator/ng-atomic-components-organisms-navigator.mjs +1 -1
- package/esm2020/organisms/paginator/index.mjs +1 -1
- package/esm2020/organisms/paginator/ng-atomic-components-organisms-paginator.mjs +1 -1
- package/esm2020/organisms/paginator/paginator.module.mjs +26 -27
- package/esm2020/organisms/paginator/paginator.organism.mjs +17 -28
- package/esm2020/organisms/select-input-section/index.mjs +1 -1
- package/esm2020/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.mjs +1 -1
- package/esm2020/organisms/select-input-section/select-input-section.module.mjs +22 -23
- package/esm2020/organisms/select-input-section/select-input-section.organism.mjs +13 -17
- package/esm2020/organisms/smart-list/index.mjs +1 -1
- package/esm2020/organisms/smart-list/ng-atomic-components-organisms-smart-list.mjs +1 -1
- package/esm2020/organisms/smart-list/smart-list.module.mjs +25 -26
- package/esm2020/organisms/smart-list/smart-list.organism.mjs +16 -60
- package/esm2020/organisms/smart-table/index.mjs +1 -1
- package/esm2020/organisms/smart-table/ng-atomic-components-organisms-smart-table.mjs +1 -1
- package/esm2020/organisms/smart-table/smart-table.module.mjs +32 -33
- package/esm2020/organisms/smart-table/smart-table.organism.mjs +30 -101
- package/esm2020/organisms/social-login-section/index.mjs +1 -1
- package/esm2020/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.mjs +1 -1
- package/esm2020/organisms/social-login-section/social-login-section.module.mjs +22 -23
- package/esm2020/organisms/social-login-section/social-login-section.organism.mjs +9 -14
- package/esm2020/organisms/text-input-section/index.mjs +1 -1
- package/esm2020/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.mjs +1 -1
- package/esm2020/organisms/text-input-section/text-input-section.module.mjs +22 -23
- package/esm2020/organisms/text-input-section/text-input-section.organism.mjs +17 -21
- package/esm2020/organisms/textarea-section/index.mjs +1 -1
- package/esm2020/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.mjs +1 -1
- package/esm2020/organisms/textarea-section/textarea-section.module.mjs +18 -19
- package/esm2020/organisms/textarea-section/textarea-section.organism.mjs +9 -13
- package/esm2020/organisms/top-navigator/index.mjs +1 -1
- package/esm2020/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.mjs +1 -1
- package/esm2020/organisms/top-navigator/top-navigator.module.mjs +25 -26
- package/esm2020/organisms/top-navigator/top-navigator.organism.mjs +13 -25
- package/esm2020/pages/_index/index.mjs +1 -1
- package/esm2020/pages/_index/index.module.mjs +15 -16
- package/esm2020/pages/_index/index.page.mjs +7 -7
- package/esm2020/pages/_index/ng-atomic-components-pages-_index.mjs +1 -1
- package/esm2020/pages/blank/blank.module.mjs +15 -16
- package/esm2020/pages/blank/blank.page.mjs +7 -7
- package/esm2020/pages/blank/blank.route.mjs +1 -1
- package/esm2020/pages/blank/index.mjs +1 -1
- package/esm2020/pages/blank/ng-atomic-components-pages-blank.mjs +1 -1
- package/esm2020/templates/entrance/entrance.module.mjs +31 -32
- package/esm2020/templates/entrance/entrance.template.mjs +17 -45
- package/esm2020/templates/entrance/index.mjs +1 -1
- package/esm2020/templates/entrance/ng-atomic-components-templates-entrance.mjs +1 -1
- package/esm2020/templates/loading/index.mjs +1 -1
- package/esm2020/templates/loading/loading.module.mjs +25 -26
- package/esm2020/templates/loading/loading.template.mjs +7 -9
- package/esm2020/templates/loading/ng-atomic-components-templates-loading.mjs +1 -1
- package/esm2020/templates/menu/index.mjs +1 -1
- package/esm2020/templates/menu/menu.module.mjs +19 -20
- package/esm2020/templates/menu/menu.template.mjs +11 -26
- package/esm2020/templates/menu/ng-atomic-components-templates-menu.mjs +1 -1
- package/esm2020/templates/smart-crud/index.mjs +1 -1
- package/esm2020/templates/smart-crud/ng-atomic-components-templates-smart-crud.mjs +1 -1
- package/esm2020/templates/smart-crud/smart-crud.module.mjs +37 -38
- package/esm2020/templates/smart-crud/smart-crud.template.mjs +19 -87
- package/esm2020/templates/smart-index/index.mjs +1 -1
- package/esm2020/templates/smart-index/ng-atomic-components-templates-smart-index.mjs +1 -1
- package/esm2020/templates/smart-index/smart-index.module.mjs +30 -31
- package/esm2020/templates/smart-index/smart-index.template.mjs +45 -99
- package/fesm2015/ng-atomic-components-atoms-chips-input.mjs +15 -53
- package/fesm2015/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-atoms-icon.mjs +13 -59
- package/fesm2015/ng-atomic-components-atoms-icon.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs +14 -102
- package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +10 -21
- package/fesm2015/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-card.mjs +11 -26
- package/fesm2015/ng-atomic-components-frames-card.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-drawer.mjs +12 -42
- package/fesm2015/ng-atomic-components-frames-drawer.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-line-up.mjs +16 -55
- package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-overlay.mjs +12 -35
- package/fesm2015/ng-atomic-components-frames-overlay.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-scroll.mjs +11 -30
- package/fesm2015/ng-atomic-components-frames-scroll.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +11 -41
- package/fesm2015/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-actions-column.mjs +18 -65
- package/fesm2015/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs +15 -60
- package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs +19 -79
- package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs +15 -54
- package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-header.mjs +10 -32
- package/fesm2015/ng-atomic-components-molecules-header.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs +14 -36
- package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs +14 -51
- package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-smart-column.mjs +19 -95
- package/fesm2015/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs +14 -129
- package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs +12 -48
- package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +13 -45
- package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs +17 -58
- package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +13 -27
- package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +14 -32
- package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs +12 -26
- package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-heading.mjs +11 -157
- package/fesm2015/ng-atomic-components-organisms-heading.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs +15 -45
- package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-navigator.mjs +17 -66
- package/fesm2015/ng-atomic-components-organisms-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-paginator.mjs +16 -37
- package/fesm2015/ng-atomic-components-organisms-paginator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +13 -27
- package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-smart-list.mjs +15 -75
- package/fesm2015/ng-atomic-components-organisms-smart-list.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +23 -122
- package/fesm2015/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +13 -27
- package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs +13 -27
- package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +13 -27
- package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs +16 -38
- package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-pages-_index.mjs +9 -14
- package/fesm2015/ng-atomic-components-pages-_index.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-pages-blank.mjs +11 -16
- package/fesm2015/ng-atomic-components-pages-blank.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-entrance.mjs +19 -63
- package/fesm2015/ng-atomic-components-templates-entrance.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-loading.mjs +11 -22
- package/fesm2015/ng-atomic-components-templates-loading.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-menu.mjs +13 -38
- package/fesm2015/ng-atomic-components-templates-menu.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +26 -119
- package/fesm2015/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-smart-index.mjs +21 -94
- package/fesm2015/ng-atomic-components-templates-smart-index.mjs.map +1 -1
- package/fesm2015/ng-atomic-components.mjs +6 -11
- package/fesm2015/ng-atomic-components.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-atoms-chips-input.mjs +37 -63
- package/fesm2020/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-atoms-icon.mjs +34 -63
- package/fesm2020/ng-atomic-components-atoms-icon.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs +29 -94
- package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +23 -28
- package/fesm2020/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-card.mjs +27 -34
- package/fesm2020/ng-atomic-components-frames-card.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-drawer.mjs +26 -44
- package/fesm2020/ng-atomic-components-frames-drawer.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-line-up.mjs +37 -60
- package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-overlay.mjs +25 -39
- package/fesm2020/ng-atomic-components-frames-overlay.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-scroll.mjs +25 -36
- package/fesm2020/ng-atomic-components-frames-scroll.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +31 -50
- package/fesm2020/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-actions-column.mjs +53 -84
- package/fesm2020/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs +49 -78
- package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs +47 -92
- package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs +36 -63
- package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-header.mjs +27 -42
- package/fesm2020/ng-atomic-components-molecules-header.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs +33 -46
- package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs +31 -56
- package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-smart-column.mjs +38 -96
- package/fesm2020/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs +38 -126
- package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs +30 -54
- package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +34 -54
- package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs +43 -73
- package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs +29 -34
- package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +26 -35
- package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs +31 -36
- package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-heading.mjs +25 -132
- package/fesm2020/ng-atomic-components-organisms-heading.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs +29 -47
- package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-navigator.mjs +33 -67
- package/fesm2020/ng-atomic-components-organisms-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-paginator.mjs +41 -53
- package/fesm2020/ng-atomic-components-organisms-paginator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs +33 -38
- package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-smart-list.mjs +39 -84
- package/fesm2020/ng-atomic-components-organisms-smart-list.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +60 -132
- package/fesm2020/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +29 -35
- package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs +37 -42
- package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +25 -30
- package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs +36 -49
- package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-pages-_index.mjs +20 -21
- package/fesm2020/ng-atomic-components-pages-_index.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-pages-blank.mjs +22 -23
- package/fesm2020/ng-atomic-components-pages-blank.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-entrance.mjs +46 -75
- package/fesm2020/ng-atomic-components-templates-entrance.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-loading.mjs +30 -33
- package/fesm2020/ng-atomic-components-templates-loading.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-menu.mjs +28 -44
- package/fesm2020/ng-atomic-components-templates-menu.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +54 -123
- package/fesm2020/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-smart-index.mjs +73 -128
- package/fesm2020/ng-atomic-components-templates-smart-index.mjs.map +1 -1
- package/fesm2020/ng-atomic-components.mjs +22 -23
- package/fesm2020/ng-atomic-components.mjs.map +1 -1
- package/frames/auto-layout/auto-layout.frame.d.ts +0 -1
- package/frames/auto-layout/auto-layout.module.d.ts +0 -1
- package/frames/auto-layout/index.d.ts +0 -1
- package/frames/card/card.frame.d.ts +0 -1
- package/frames/card/card.module.d.ts +0 -1
- package/frames/card/index.d.ts +0 -1
- package/frames/drawer/drawer.frame.d.ts +0 -1
- package/frames/drawer/drawer.module.d.ts +0 -1
- package/frames/drawer/index.d.ts +0 -1
- package/frames/line-up/index.d.ts +0 -1
- package/frames/line-up/line-up.animations.d.ts +0 -1
- package/frames/line-up/line-up.frame.d.ts +0 -1
- package/frames/line-up/line-up.module.d.ts +0 -1
- package/frames/line-up/resize-observer.d.ts +0 -1
- package/frames/overlay/index.d.ts +0 -1
- package/frames/overlay/overlay.animations.d.ts +0 -1
- package/frames/overlay/overlay.frame.d.ts +0 -1
- package/frames/overlay/overlay.module.d.ts +0 -1
- package/frames/scroll/index.d.ts +0 -1
- package/frames/scroll/scroll.frame.d.ts +0 -1
- package/frames/scroll/scroll.module.d.ts +0 -1
- package/frames/smart-menu/index.d.ts +0 -1
- package/frames/smart-menu/smart-menu.frame.d.ts +0 -1
- package/frames/smart-menu/smart-menu.module.d.ts +0 -1
- package/index.d.ts +0 -1
- package/molecules/actions-column/actions-column.module.d.ts +0 -1
- package/molecules/actions-column/actions-column.molecule.d.ts +0 -1
- package/molecules/actions-column/index.d.ts +0 -1
- package/molecules/checkbox-column/checkbox-column.module.d.ts +0 -1
- package/molecules/checkbox-column/checkbox-column.molecule.d.ts +0 -1
- package/molecules/checkbox-column/index.d.ts +0 -1
- package/molecules/chips-input-field/chips-input-field.module.d.ts +0 -1
- package/molecules/chips-input-field/chips-input-field.molecule.d.ts +0 -1
- package/molecules/chips-input-field/index.d.ts +0 -1
- package/molecules/date-input-field/date-input-field.module.d.ts +0 -1
- package/molecules/date-input-field/date-input-field.molecule.d.ts +0 -1
- package/molecules/date-input-field/index.d.ts +0 -1
- package/molecules/header/header.module.d.ts +0 -1
- package/molecules/header/header.molecule.d.ts +0 -1
- package/molecules/header/index.d.ts +0 -1
- package/molecules/navigation-list-item/index.d.ts +0 -1
- package/molecules/navigation-list-item/navigation-list-item.module.d.ts +0 -1
- package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts +0 -1
- package/molecules/select-input-field/index.d.ts +0 -1
- package/molecules/select-input-field/select-input-field.module.d.ts +0 -1
- package/molecules/select-input-field/select-input-field.molecule.d.ts +0 -1
- package/molecules/smart-column/index.d.ts +0 -1
- package/molecules/smart-column/smart-column.module.d.ts +0 -1
- package/molecules/smart-column/smart-column.molecule.d.ts +0 -1
- package/molecules/text-input-field/index.d.ts +0 -1
- package/molecules/text-input-field/text-input-field.module.d.ts +0 -1
- package/molecules/text-input-field/text-input-field.molecule.d.ts +0 -1
- package/molecules/textarea-field/index.d.ts +0 -1
- package/molecules/textarea-field/textarea-field.module.d.ts +0 -1
- package/molecules/textarea-field/textarea-field.molecule.d.ts +0 -1
- package/organisms/action-buttons-section/action-buttons-section.module.d.ts +0 -1
- package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +0 -1
- package/organisms/action-buttons-section/index.d.ts +0 -1
- package/organisms/back-navigator/back-navigator.module.d.ts +0 -1
- package/organisms/back-navigator/back-navigator.organism.d.ts +0 -1
- package/organisms/back-navigator/index.d.ts +0 -1
- package/organisms/card-input-section/card-input-section.module.d.ts +0 -1
- package/organisms/card-input-section/card-input-section.organism.d.ts +0 -1
- package/organisms/card-input-section/index.d.ts +0 -1
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.d.ts +0 -1
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts +0 -1
- package/organisms/cvc-and-exp-input-section/index.d.ts +0 -1
- package/organisms/date-input-section/date-input-section.module.d.ts +0 -1
- package/organisms/date-input-section/date-input-section.organism.d.ts +0 -1
- package/organisms/date-input-section/index.d.ts +0 -1
- package/organisms/heading/heading.module.d.ts +0 -1
- package/organisms/heading/heading.organism.d.ts +0 -1
- package/organisms/heading/index.d.ts +0 -1
- package/organisms/navigation-list/index.d.ts +0 -1
- package/organisms/navigation-list/navigation-list.module.d.ts +0 -1
- package/organisms/navigation-list/navigation-list.organism.d.ts +0 -1
- package/organisms/navigator/index.d.ts +0 -1
- package/organisms/navigator/navigator.module.d.ts +0 -1
- package/organisms/navigator/navigator.organism.d.ts +0 -1
- package/organisms/paginator/index.d.ts +0 -1
- package/organisms/paginator/paginator.module.d.ts +0 -1
- package/organisms/paginator/paginator.organism.d.ts +0 -1
- package/organisms/select-input-section/index.d.ts +0 -1
- package/organisms/select-input-section/select-input-section.module.d.ts +0 -1
- package/organisms/select-input-section/select-input-section.organism.d.ts +0 -1
- package/organisms/smart-list/index.d.ts +0 -1
- package/organisms/smart-list/smart-list.module.d.ts +0 -1
- package/organisms/smart-list/smart-list.organism.d.ts +0 -1
- package/organisms/smart-table/index.d.ts +0 -1
- package/organisms/smart-table/smart-table.module.d.ts +0 -1
- package/organisms/smart-table/smart-table.organism.d.ts +0 -1
- package/organisms/social-login-section/index.d.ts +0 -1
- package/organisms/social-login-section/social-login-section.module.d.ts +0 -1
- package/organisms/social-login-section/social-login-section.organism.d.ts +0 -1
- package/organisms/text-input-section/index.d.ts +0 -1
- package/organisms/text-input-section/text-input-section.module.d.ts +0 -1
- package/organisms/text-input-section/text-input-section.organism.d.ts +0 -1
- package/organisms/textarea-section/index.d.ts +0 -1
- package/organisms/textarea-section/textarea-section.module.d.ts +0 -1
- package/organisms/textarea-section/textarea-section.organism.d.ts +0 -1
- package/organisms/top-navigator/index.d.ts +0 -1
- package/organisms/top-navigator/top-navigator.module.d.ts +0 -1
- package/organisms/top-navigator/top-navigator.organism.d.ts +0 -1
- package/package.json +14 -14
- package/pages/_index/index.d.ts +0 -1
- package/pages/_index/index.module.d.ts +0 -1
- package/pages/_index/index.page.d.ts +0 -1
- package/pages/blank/blank.module.d.ts +0 -1
- package/pages/blank/blank.page.d.ts +0 -1
- package/pages/blank/blank.route.d.ts +0 -1
- package/pages/blank/index.d.ts +0 -1
- package/templates/entrance/entrance.module.d.ts +0 -1
- package/templates/entrance/entrance.template.d.ts +0 -1
- package/templates/entrance/index.d.ts +0 -1
- package/templates/loading/index.d.ts +0 -1
- package/templates/loading/loading.module.d.ts +0 -1
- package/templates/loading/loading.template.d.ts +0 -1
- package/templates/menu/index.d.ts +0 -1
- package/templates/menu/menu.module.d.ts +0 -1
- package/templates/menu/menu.template.d.ts +0 -1
- package/templates/smart-crud/index.d.ts +0 -1
- package/templates/smart-crud/smart-crud.module.d.ts +0 -1
- package/templates/smart-crud/smart-crud.template.d.ts +0 -1
- package/templates/smart-index/index.d.ts +0 -1
- package/templates/smart-index/smart-index.module.d.ts +0 -1
- package/templates/smart-index/smart-index.template.d.ts +0 -1
- package/app.module.d.ts.map +0 -1
- package/atoms/chips-input/chips-input.atom.d.ts.map +0 -1
- package/atoms/chips-input/chips-input.module.d.ts.map +0 -1
- package/atoms/chips-input/index.d.ts.map +0 -1
- package/atoms/chips-input/ng-atomic-components-atoms-chips-input.d.ts.map +0 -1
- package/atoms/icon/icon.atom.d.ts.map +0 -1
- package/atoms/icon/icon.module.d.ts.map +0 -1
- package/atoms/icon/index.d.ts.map +0 -1
- package/atoms/icon/ng-atomic-components-atoms-icon.d.ts.map +0 -1
- package/atoms/smart-menu-button/index.d.ts.map +0 -1
- package/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.d.ts.map +0 -1
- package/atoms/smart-menu-button/smart-menu-button.atom.d.ts.map +0 -1
- package/atoms/smart-menu-button/smart-menu-button.module.d.ts.map +0 -1
- package/frames/auto-layout/auto-layout.frame.d.ts.map +0 -1
- package/frames/auto-layout/auto-layout.module.d.ts.map +0 -1
- package/frames/auto-layout/index.d.ts.map +0 -1
- package/frames/auto-layout/ng-atomic-components-frames-auto-layout.d.ts.map +0 -1
- package/frames/card/card.frame.d.ts.map +0 -1
- package/frames/card/card.module.d.ts.map +0 -1
- package/frames/card/index.d.ts.map +0 -1
- package/frames/card/ng-atomic-components-frames-card.d.ts.map +0 -1
- package/frames/drawer/drawer.frame.d.ts.map +0 -1
- package/frames/drawer/drawer.module.d.ts.map +0 -1
- package/frames/drawer/index.d.ts.map +0 -1
- package/frames/drawer/ng-atomic-components-frames-drawer.d.ts.map +0 -1
- package/frames/line-up/index.d.ts.map +0 -1
- package/frames/line-up/line-up.animations.d.ts.map +0 -1
- package/frames/line-up/line-up.frame.d.ts.map +0 -1
- package/frames/line-up/line-up.module.d.ts.map +0 -1
- package/frames/line-up/ng-atomic-components-frames-line-up.d.ts.map +0 -1
- package/frames/line-up/resize-observer.d.ts.map +0 -1
- package/frames/overlay/index.d.ts.map +0 -1
- package/frames/overlay/ng-atomic-components-frames-overlay.d.ts.map +0 -1
- package/frames/overlay/overlay.animations.d.ts.map +0 -1
- package/frames/overlay/overlay.frame.d.ts.map +0 -1
- package/frames/overlay/overlay.module.d.ts.map +0 -1
- package/frames/scroll/index.d.ts.map +0 -1
- package/frames/scroll/ng-atomic-components-frames-scroll.d.ts.map +0 -1
- package/frames/scroll/scroll.frame.d.ts.map +0 -1
- package/frames/scroll/scroll.module.d.ts.map +0 -1
- package/frames/smart-menu/index.d.ts.map +0 -1
- package/frames/smart-menu/ng-atomic-components-frames-smart-menu.d.ts.map +0 -1
- package/frames/smart-menu/smart-menu.frame.d.ts.map +0 -1
- package/frames/smart-menu/smart-menu.module.d.ts.map +0 -1
- package/index.d.ts.map +0 -1
- package/molecules/actions-column/actions-column.module.d.ts.map +0 -1
- package/molecules/actions-column/actions-column.molecule.d.ts.map +0 -1
- package/molecules/actions-column/index.d.ts.map +0 -1
- package/molecules/actions-column/ng-atomic-components-molecules-actions-column.d.ts.map +0 -1
- package/molecules/checkbox-column/checkbox-column.module.d.ts.map +0 -1
- package/molecules/checkbox-column/checkbox-column.molecule.d.ts.map +0 -1
- package/molecules/checkbox-column/index.d.ts.map +0 -1
- package/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.d.ts.map +0 -1
- package/molecules/chips-input-field/chips-input-field.module.d.ts.map +0 -1
- package/molecules/chips-input-field/chips-input-field.molecule.d.ts.map +0 -1
- package/molecules/chips-input-field/index.d.ts.map +0 -1
- package/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.d.ts.map +0 -1
- package/molecules/date-input-field/date-input-field.module.d.ts.map +0 -1
- package/molecules/date-input-field/date-input-field.molecule.d.ts.map +0 -1
- package/molecules/date-input-field/index.d.ts.map +0 -1
- package/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.d.ts.map +0 -1
- package/molecules/header/header.module.d.ts.map +0 -1
- package/molecules/header/header.molecule.d.ts.map +0 -1
- package/molecules/header/index.d.ts.map +0 -1
- package/molecules/header/ng-atomic-components-molecules-header.d.ts.map +0 -1
- package/molecules/navigation-list-item/index.d.ts.map +0 -1
- package/molecules/navigation-list-item/navigation-list-item.module.d.ts.map +0 -1
- package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts.map +0 -1
- package/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.d.ts.map +0 -1
- package/molecules/select-input-field/index.d.ts.map +0 -1
- package/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.d.ts.map +0 -1
- package/molecules/select-input-field/select-input-field.module.d.ts.map +0 -1
- package/molecules/select-input-field/select-input-field.molecule.d.ts.map +0 -1
- package/molecules/smart-column/index.d.ts.map +0 -1
- package/molecules/smart-column/ng-atomic-components-molecules-smart-column.d.ts.map +0 -1
- package/molecules/smart-column/smart-column.module.d.ts.map +0 -1
- package/molecules/smart-column/smart-column.molecule.d.ts.map +0 -1
- package/molecules/text-input-field/index.d.ts.map +0 -1
- package/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.d.ts.map +0 -1
- package/molecules/text-input-field/text-input-field.module.d.ts.map +0 -1
- package/molecules/text-input-field/text-input-field.molecule.d.ts.map +0 -1
- package/molecules/textarea-field/index.d.ts.map +0 -1
- package/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.d.ts.map +0 -1
- package/molecules/textarea-field/textarea-field.module.d.ts.map +0 -1
- package/molecules/textarea-field/textarea-field.molecule.d.ts.map +0 -1
- package/ng-atomic-components.d.ts.map +0 -1
- package/organisms/action-buttons-section/action-buttons-section.module.d.ts.map +0 -1
- package/organisms/action-buttons-section/action-buttons-section.organism.d.ts.map +0 -1
- package/organisms/action-buttons-section/index.d.ts.map +0 -1
- package/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.d.ts.map +0 -1
- package/organisms/back-navigator/back-navigator.module.d.ts.map +0 -1
- package/organisms/back-navigator/back-navigator.organism.d.ts.map +0 -1
- package/organisms/back-navigator/index.d.ts.map +0 -1
- package/organisms/back-navigator/ng-atomic-components-organisms-back-navigator.d.ts.map +0 -1
- package/organisms/card-input-section/card-input-section.module.d.ts.map +0 -1
- package/organisms/card-input-section/card-input-section.organism.d.ts.map +0 -1
- package/organisms/card-input-section/index.d.ts.map +0 -1
- package/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.d.ts.map +0 -1
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.d.ts.map +0 -1
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts.map +0 -1
- package/organisms/cvc-and-exp-input-section/index.d.ts.map +0 -1
- package/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.d.ts.map +0 -1
- package/organisms/date-input-section/date-input-section.module.d.ts.map +0 -1
- package/organisms/date-input-section/date-input-section.organism.d.ts.map +0 -1
- package/organisms/date-input-section/index.d.ts.map +0 -1
- package/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.d.ts.map +0 -1
- package/organisms/heading/heading.module.d.ts.map +0 -1
- package/organisms/heading/heading.organism.d.ts.map +0 -1
- package/organisms/heading/index.d.ts.map +0 -1
- package/organisms/heading/ng-atomic-components-organisms-heading.d.ts.map +0 -1
- package/organisms/navigation-list/index.d.ts.map +0 -1
- package/organisms/navigation-list/navigation-list.module.d.ts.map +0 -1
- package/organisms/navigation-list/navigation-list.organism.d.ts.map +0 -1
- package/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.d.ts.map +0 -1
- package/organisms/navigator/index.d.ts.map +0 -1
- package/organisms/navigator/navigator.module.d.ts.map +0 -1
- package/organisms/navigator/navigator.organism.d.ts.map +0 -1
- package/organisms/navigator/ng-atomic-components-organisms-navigator.d.ts.map +0 -1
- package/organisms/paginator/index.d.ts.map +0 -1
- package/organisms/paginator/ng-atomic-components-organisms-paginator.d.ts.map +0 -1
- package/organisms/paginator/paginator.module.d.ts.map +0 -1
- package/organisms/paginator/paginator.organism.d.ts.map +0 -1
- package/organisms/select-input-section/index.d.ts.map +0 -1
- package/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.d.ts.map +0 -1
- package/organisms/select-input-section/select-input-section.module.d.ts.map +0 -1
- package/organisms/select-input-section/select-input-section.organism.d.ts.map +0 -1
- package/organisms/smart-list/index.d.ts.map +0 -1
- package/organisms/smart-list/ng-atomic-components-organisms-smart-list.d.ts.map +0 -1
- package/organisms/smart-list/smart-list.module.d.ts.map +0 -1
- package/organisms/smart-list/smart-list.organism.d.ts.map +0 -1
- package/organisms/smart-table/index.d.ts.map +0 -1
- package/organisms/smart-table/ng-atomic-components-organisms-smart-table.d.ts.map +0 -1
- package/organisms/smart-table/smart-table.module.d.ts.map +0 -1
- package/organisms/smart-table/smart-table.organism.d.ts.map +0 -1
- package/organisms/social-login-section/index.d.ts.map +0 -1
- package/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.d.ts.map +0 -1
- package/organisms/social-login-section/social-login-section.module.d.ts.map +0 -1
- package/organisms/social-login-section/social-login-section.organism.d.ts.map +0 -1
- package/organisms/text-input-section/index.d.ts.map +0 -1
- package/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.d.ts.map +0 -1
- package/organisms/text-input-section/text-input-section.module.d.ts.map +0 -1
- package/organisms/text-input-section/text-input-section.organism.d.ts.map +0 -1
- package/organisms/textarea-section/index.d.ts.map +0 -1
- package/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.d.ts.map +0 -1
- package/organisms/textarea-section/textarea-section.module.d.ts.map +0 -1
- package/organisms/textarea-section/textarea-section.organism.d.ts.map +0 -1
- package/organisms/top-navigator/index.d.ts.map +0 -1
- package/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.d.ts.map +0 -1
- package/organisms/top-navigator/top-navigator.module.d.ts.map +0 -1
- package/organisms/top-navigator/top-navigator.organism.d.ts.map +0 -1
- package/pages/_index/index.d.ts.map +0 -1
- package/pages/_index/index.module.d.ts.map +0 -1
- package/pages/_index/index.page.d.ts.map +0 -1
- package/pages/_index/ng-atomic-components-pages-_index.d.ts.map +0 -1
- package/pages/blank/blank.module.d.ts.map +0 -1
- package/pages/blank/blank.page.d.ts.map +0 -1
- package/pages/blank/blank.route.d.ts.map +0 -1
- package/pages/blank/index.d.ts.map +0 -1
- package/pages/blank/ng-atomic-components-pages-blank.d.ts.map +0 -1
- package/templates/entrance/entrance.module.d.ts.map +0 -1
- package/templates/entrance/entrance.template.d.ts.map +0 -1
- package/templates/entrance/index.d.ts.map +0 -1
- package/templates/entrance/ng-atomic-components-templates-entrance.d.ts.map +0 -1
- package/templates/loading/index.d.ts.map +0 -1
- package/templates/loading/loading.module.d.ts.map +0 -1
- package/templates/loading/loading.template.d.ts.map +0 -1
- package/templates/loading/ng-atomic-components-templates-loading.d.ts.map +0 -1
- package/templates/menu/index.d.ts.map +0 -1
- package/templates/menu/menu.module.d.ts.map +0 -1
- package/templates/menu/menu.template.d.ts.map +0 -1
- package/templates/menu/ng-atomic-components-templates-menu.d.ts.map +0 -1
- package/templates/smart-crud/index.d.ts.map +0 -1
- package/templates/smart-crud/ng-atomic-components-templates-smart-crud.d.ts.map +0 -1
- package/templates/smart-crud/smart-crud.module.d.ts.map +0 -1
- package/templates/smart-crud/smart-crud.template.d.ts.map +0 -1
- package/templates/smart-index/index.d.ts.map +0 -1
- package/templates/smart-index/ng-atomic-components-templates-smart-index.d.ts.map +0 -1
- package/templates/smart-index/smart-index.module.d.ts.map +0 -1
- package/templates/smart-index/smart-index.template.d.ts.map +0 -1
package/app.module.d.ts
CHANGED
|
@@ -7,4 +7,3 @@ export declare class AppModule extends ElementsModule {
|
|
|
7
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AppModule, never, [typeof i1.BrowserModule, typeof i2.BrowserAnimationsModule], never>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppModule>;
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=app.module.d.ts.map
|
|
@@ -18,4 +18,3 @@ export declare class ChipsInputAtom implements OnInit {
|
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipsInputAtom, never>;
|
|
19
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<ChipsInputAtom, "atoms-chips-input", never, { "separators": "separators"; "control": "control"; "placeholder": "placeholder"; }, {}, never, never, false>;
|
|
20
20
|
}
|
|
21
|
-
//# sourceMappingURL=chips-input.atom.d.ts.map
|
|
@@ -10,4 +10,3 @@ export declare class ChipsInputModule {
|
|
|
10
10
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ChipsInputModule, [typeof i1.ChipsInputAtom], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatChipsModule, typeof i5.MatIconModule, typeof i6.MatInputModule], [typeof i1.ChipsInputAtom]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<ChipsInputModule>;
|
|
12
12
|
}
|
|
13
|
-
//# sourceMappingURL=chips-input.module.d.ts.map
|
|
@@ -11,4 +11,3 @@ export declare class IconAtom {
|
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconAtom, never>;
|
|
12
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<IconAtom, "atoms-icon", never, { "name": "name"; "color": "color"; }, {}, never, never, false>;
|
|
13
13
|
}
|
|
14
|
-
//# sourceMappingURL=icon.atom.d.ts.map
|
|
@@ -7,4 +7,3 @@ export declare class IconModule {
|
|
|
7
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<IconModule, [typeof i1.IconAtom], [typeof i2.CommonModule, typeof i3.MatIconModule], [typeof i1.IconAtom]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<IconModule>;
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=icon.module.d.ts.map
|
package/atoms/icon/index.d.ts
CHANGED
|
@@ -8,4 +8,3 @@ export declare class SmartMenuButtonAtom {
|
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartMenuButtonAtom, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<SmartMenuButtonAtom, "atoms-smart-menu-button", never, { "items": "items"; }, { "action": "action"; }, never, never, false>;
|
|
10
10
|
}
|
|
11
|
-
//# sourceMappingURL=smart-menu-button.atom.d.ts.map
|
|
@@ -9,4 +9,3 @@ export declare class SmartMenuButtonModule {
|
|
|
9
9
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartMenuButtonModule, [typeof i1.SmartMenuButtonAtom], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.MatIconModule, typeof i5.MatMenuModule], [typeof i1.SmartMenuButtonAtom]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartMenuButtonModule>;
|
|
11
11
|
}
|
|
12
|
-
//# sourceMappingURL=smart-menu-button.module.d.ts.map
|
package/esm2020/app.module.mjs
CHANGED
|
@@ -5,9 +5,10 @@ import { ElementsModule, IMPORT_NG_MODULE, resolveModulePathAndName, modulePathW
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class AppModule extends ElementsModule {
|
|
7
7
|
}
|
|
8
|
-
AppModule.ɵfac =
|
|
9
|
-
AppModule.ɵmod =
|
|
10
|
-
|
|
8
|
+
AppModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: AppModule, deps: null, target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
AppModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: AppModule, imports: [BrowserModule,
|
|
10
|
+
BrowserAnimationsModule] });
|
|
11
|
+
AppModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: AppModule, providers: [
|
|
11
12
|
{
|
|
12
13
|
provide: IMPORT_NG_MODULE,
|
|
13
14
|
useValue: (key) => {
|
|
@@ -17,24 +18,22 @@ AppModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
|
17
18
|
},
|
|
18
19
|
], imports: [BrowserModule,
|
|
19
20
|
BrowserAnimationsModule] });
|
|
20
|
-
(
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
BrowserAnimationsModule] }); })();
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvYXBwLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUMxRCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUMvRSxPQUFPLEVBQUUsY0FBYyxFQUFFLGdCQUFnQixFQUFFLHdCQUF3QixFQUFFLGlCQUFpQixFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBa0JwSCxNQUFNLE9BQU8sU0FBVSxTQUFRLGNBQWM7O3FNQUFoQyxTQUFTLFNBQVQsU0FBUzsyREFBVCxTQUFTO2dFQVZUO1FBQ1Q7WUFDRSxPQUFPLEVBQUUsZ0JBQWdCO1lBQ3pCLFFBQVEsRUFBRSxDQUFDLEdBQVcsRUFBRSxFQUFFO2dCQUN4QixNQUFNLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxHQUFHLHdCQUF3QixDQUFDLEdBQUcsQ0FBQyxDQUFDO2dCQUNuRCxPQUFPLE1BQU0sQ0FBQyxLQUFLLGlCQUFpQixDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDO1lBQzVFLENBQUM7U0FDRjtLQUNGLFlBWEMsYUFBYTtRQUNiLHVCQUF1Qjt1RkFZZCxTQUFTO2NBZnJCLFFBQVE7ZUFBQztnQkFDUixPQUFPLEVBQUU7b0JBQ1AsYUFBYTtvQkFDYix1QkFBdUI7aUJBQ3hCO2dCQUNELFNBQVMsRUFBRTtvQkFDVDt3QkFDRSxPQUFPLEVBQUUsZ0JBQWdCO3dCQUN6QixRQUFRLEVBQUUsQ0FBQyxHQUFXLEVBQUUsRUFBRTs0QkFDeEIsTUFBTSxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsR0FBRyx3QkFBd0IsQ0FBQyxHQUFHLENBQUMsQ0FBQzs0QkFDbkQsT0FBTyxNQUFNLENBQUMsS0FBSyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQzt3QkFDNUUsQ0FBQztxQkFDRjtpQkFDRjthQUNGOzt3RkFDWSxTQUFTLGNBYmxCLGFBQWE7UUFDYix1QkFBdUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQnJvd3Nlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xuaW1wb3J0IHsgQnJvd3NlckFuaW1hdGlvbnNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9wbGF0Zm9ybS1icm93c2VyL2FuaW1hdGlvbnMnO1xuaW1wb3J0IHsgRWxlbWVudHNNb2R1bGUsIElNUE9SVF9OR19NT0RVTEUsIHJlc29sdmVNb2R1bGVQYXRoQW5kTmFtZSwgbW9kdWxlUGF0aFdyYXBwZXIgfSBmcm9tICdAbmctYXRvbWljL2VsZW1lbnRzJztcblxuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQnJvd3Nlck1vZHVsZSxcbiAgICBCcm93c2VyQW5pbWF0aW9uc01vZHVsZSxcbiAgXSxcbiAgcHJvdmlkZXJzOiBbXG4gICAge1xuICAgICAgcHJvdmlkZTogSU1QT1JUX05HX01PRFVMRSxcbiAgICAgIHVzZVZhbHVlOiAoa2V5OiBzdHJpbmcpID0+IHtcbiAgICAgICAgY29uc3QgW3BhdGgsIG5hbWVdID0gcmVzb2x2ZU1vZHVsZVBhdGhBbmROYW1lKGtleSk7XG4gICAgICAgIHJldHVybiBpbXBvcnQoYC4vJHttb2R1bGVQYXRoV3JhcHBlcihwYXRoKX0ubW9kdWxlYCkudGhlbihtID0+IG0/LltuYW1lXSk7XG4gICAgICB9XG4gICAgfSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQXBwTW9kdWxlIGV4dGVuZHMgRWxlbWVudHNNb2R1bGUgeyB9XG4iXX0=
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: AppModule, decorators: [{
|
|
22
|
+
type: NgModule,
|
|
23
|
+
args: [{
|
|
24
|
+
imports: [
|
|
25
|
+
BrowserModule,
|
|
26
|
+
BrowserAnimationsModule,
|
|
27
|
+
],
|
|
28
|
+
providers: [
|
|
29
|
+
{
|
|
30
|
+
provide: IMPORT_NG_MODULE,
|
|
31
|
+
useValue: (key) => {
|
|
32
|
+
const [path, name] = resolveModulePathAndName(key);
|
|
33
|
+
return import(`./${modulePathWrapper(path)}.module`).then(m => m?.[name]);
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
],
|
|
37
|
+
}]
|
|
38
|
+
}] });
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvYXBwLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUMxRCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUMvRSxPQUFPLEVBQUUsY0FBYyxFQUFFLGdCQUFnQixFQUFFLHdCQUF3QixFQUFFLGlCQUFpQixFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBa0JwSCxNQUFNLE9BQU8sU0FBVSxTQUFRLGNBQWM7O3NHQUFoQyxTQUFTO3VHQUFULFNBQVMsWUFibEIsYUFBYTtRQUNiLHVCQUF1Qjt1R0FZZCxTQUFTLGFBVlQ7UUFDVDtZQUNFLE9BQU8sRUFBRSxnQkFBZ0I7WUFDekIsUUFBUSxFQUFFLENBQUMsR0FBVyxFQUFFLEVBQUU7Z0JBQ3hCLE1BQU0sQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLEdBQUcsd0JBQXdCLENBQUMsR0FBRyxDQUFDLENBQUM7Z0JBQ25ELE9BQU8sTUFBTSxDQUFDLEtBQUssaUJBQWlCLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUM7WUFDNUUsQ0FBQztTQUNGO0tBQ0YsWUFYQyxhQUFhO1FBQ2IsdUJBQXVCOzJGQVlkLFNBQVM7a0JBZnJCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLGFBQWE7d0JBQ2IsdUJBQXVCO3FCQUN4QjtvQkFDRCxTQUFTLEVBQUU7d0JBQ1Q7NEJBQ0UsT0FBTyxFQUFFLGdCQUFnQjs0QkFDekIsUUFBUSxFQUFFLENBQUMsR0FBVyxFQUFFLEVBQUU7Z0NBQ3hCLE1BQU0sQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLEdBQUcsd0JBQXdCLENBQUMsR0FBRyxDQUFDLENBQUM7Z0NBQ25ELE9BQU8sTUFBTSxDQUFDLEtBQUssaUJBQWlCLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUM7NEJBQzVFLENBQUM7eUJBQ0Y7cUJBQ0Y7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQnJvd3Nlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xuaW1wb3J0IHsgQnJvd3NlckFuaW1hdGlvbnNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9wbGF0Zm9ybS1icm93c2VyL2FuaW1hdGlvbnMnO1xuaW1wb3J0IHsgRWxlbWVudHNNb2R1bGUsIElNUE9SVF9OR19NT0RVTEUsIHJlc29sdmVNb2R1bGVQYXRoQW5kTmFtZSwgbW9kdWxlUGF0aFdyYXBwZXIgfSBmcm9tICdAbmctYXRvbWljL2VsZW1lbnRzJztcblxuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQnJvd3Nlck1vZHVsZSxcbiAgICBCcm93c2VyQW5pbWF0aW9uc01vZHVsZSxcbiAgXSxcbiAgcHJvdmlkZXJzOiBbXG4gICAge1xuICAgICAgcHJvdmlkZTogSU1QT1JUX05HX01PRFVMRSxcbiAgICAgIHVzZVZhbHVlOiAoa2V5OiBzdHJpbmcpID0+IHtcbiAgICAgICAgY29uc3QgW3BhdGgsIG5hbWVdID0gcmVzb2x2ZU1vZHVsZVBhdGhBbmROYW1lKGtleSk7XG4gICAgICAgIHJldHVybiBpbXBvcnQoYC4vJHttb2R1bGVQYXRoV3JhcHBlcihwYXRoKX0ubW9kdWxlYCkudGhlbihtID0+IG0/LltuYW1lXSk7XG4gICAgICB9XG4gICAgfSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQXBwTW9kdWxlIGV4dGVuZHMgRWxlbWVudHNNb2R1bGUgeyB9XG4iXX0=
|
|
@@ -10,19 +10,6 @@ import * as i2 from "@angular/common";
|
|
|
10
10
|
import * as i3 from "@angular/material/chips";
|
|
11
11
|
import * as i4 from "@angular/material/icon";
|
|
12
12
|
import * as i5 from "@angular/material/input";
|
|
13
|
-
function ChipsInputAtom_mat_chip_2_Template(rf, ctx) { if (rf & 1) {
|
|
14
|
-
const _r4 = i0.ɵɵgetCurrentView();
|
|
15
|
-
i0.ɵɵelementStart(0, "mat-chip", 3);
|
|
16
|
-
i0.ɵɵlistener("removed", function ChipsInputAtom_mat_chip_2_Template_mat_chip_removed_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r4); const chip_r2 = restoredCtx.$implicit; const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.remove(chip_r2)); });
|
|
17
|
-
i0.ɵɵtext(1);
|
|
18
|
-
i0.ɵɵelementStart(2, "mat-icon", 4);
|
|
19
|
-
i0.ɵɵtext(3, "cancel");
|
|
20
|
-
i0.ɵɵelementEnd()();
|
|
21
|
-
} if (rf & 2) {
|
|
22
|
-
const chip_r2 = ctx.$implicit;
|
|
23
|
-
i0.ɵɵadvance(1);
|
|
24
|
-
i0.ɵɵtextInterpolate1(" ", chip_r2, " ");
|
|
25
|
-
} }
|
|
26
13
|
export class ChipsInputAtom {
|
|
27
14
|
constructor(cd, chipsManager) {
|
|
28
15
|
this.cd = cd;
|
|
@@ -52,28 +39,16 @@ export class ChipsInputAtom {
|
|
|
52
39
|
this.control.setValue(this.chipsManager.getValue());
|
|
53
40
|
}
|
|
54
41
|
}
|
|
55
|
-
ChipsInputAtom.ɵfac =
|
|
56
|
-
ChipsInputAtom.ɵcmp =
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
} }, dependencies: [i2.NgForOf, i3.MatChipList, i3.MatChip, i3.MatChipInput, i3.MatChipRemove, i4.MatIcon, i5.MatInput], changeDetection: 0 });
|
|
69
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ChipsInputAtom, [{
|
|
70
|
-
type: Component,
|
|
71
|
-
args: [{ selector: 'atoms-chips-input', changeDetection: ChangeDetectionStrategy.OnPush, providers: [ChipsManager], template: "<mat-chip-list #chipList>\n <mat-chip *ngFor=\"let chip of chipsManager.chips\" (removed)=\"remove(chip)\">\n {{chip}} <mat-icon matChipRemove>cancel</mat-icon>\n </mat-chip>\n <input\n matInput\n [placeholder]=\"placeholder\"\n [matChipInputFor]=\"chipList\"\n [matChipInputSeparatorKeyCodes]=\"separators\"\n [matChipInputAddOnBlur]=\"true\"\n (matChipInputTokenEnd)=\"onChiInputTokenEnd($event)\"\n >\n</mat-chip-list>\n" }]
|
|
72
|
-
}], function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.ChipsManager }]; }, { separators: [{
|
|
73
|
-
type: Input
|
|
74
|
-
}], control: [{
|
|
75
|
-
type: Input
|
|
76
|
-
}], placeholder: [{
|
|
77
|
-
type: Input
|
|
78
|
-
}] }); })();
|
|
79
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcHMtaW5wdXQuYXRvbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvYXRvbXMvY2hpcHMtaW5wdXQvY2hpcHMtaW5wdXQuYXRvbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvYXRvbXMvY2hpcHMtaW5wdXQvY2hpcHMtaW5wdXQuYXRvbS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxLQUFLLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQzVELE9BQU8sRUFBRSxTQUFTLEVBQVUsdUJBQXVCLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXJHLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQ3JDLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUMzQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sMENBQTBDLENBQUM7Ozs7Ozs7OztJQ0x0RSxtQ0FBMkU7SUFBekIsaU9BQVcsZUFBQSxzQkFBWSxDQUFBLElBQUM7SUFDeEUsWUFBUztJQUFBLG1DQUF3QjtJQUFBLHNCQUFNO0lBQUEsaUJBQVcsRUFBQTs7O0lBQWxELGVBQVM7SUFBVCx3Q0FBUzs7QURjYixNQUFNLE9BQU8sY0FBYztJQVl6QixZQUNVLEVBQXFCLEVBQ3RCLFlBQTBCO1FBRHpCLE9BQUUsR0FBRixFQUFFLENBQW1CO1FBQ3RCLGlCQUFZLEdBQVosWUFBWSxDQUFjO1FBYmxCLGFBQVEsR0FBRyxJQUFJLGFBQWEsQ0FBTyxDQUFDLENBQUMsQ0FBQztRQUd2RCxlQUFVLEdBQUcsQ0FBQyxLQUFLLEVBQUUsS0FBSyxFQUFFLEtBQUssQ0FBVSxDQUFDO1FBRzVDLFlBQU8sR0FBRyxJQUFJLFdBQVcsQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUd0QyxnQkFBVyxHQUFHLEVBQUUsQ0FBQztJQUtiLENBQUM7SUFFTCxRQUFRO1FBQ04sSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUMvQyxJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFO1lBQzNFLElBQUksQ0FBQyxZQUFZLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDO1lBQ2xDLElBQUksQ0FBQyxFQUFFLENBQUMsWUFBWSxFQUFFLENBQUM7UUFDekIsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDdkIsQ0FBQztJQUVELGtCQUFrQixDQUFDLEtBQXdCO1FBQ3pDLElBQUksQ0FBQyxZQUFZLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUNuQyxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLFFBQVEsRUFBRSxDQUFDLENBQUM7UUFDcEQsS0FBSyxDQUFDLEtBQUssQ0FBQyxLQUFLLEdBQUcsRUFBRSxDQUFDO0lBQ3pCLENBQUM7SUFFRCxNQUFNLENBQUMsS0FBYTtRQUNsQixJQUFJLENBQUMsWUFBWSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUNoQyxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLFFBQVEsRUFBRSxDQUFDLENBQUM7SUFDdEQsQ0FBQzs7NEVBdENVLGNBQWM7aUVBQWQsY0FBYyw2SkFGZCxDQUFDLFlBQVksQ0FBQztRQ2QzQiw4Q0FBeUI7UUFDdkIseUVBRVc7UUFDWCxnQ0FPQztRQURDLDhIQUF3Qiw4QkFBMEIsSUFBQztRQU5yRCxpQkFPQyxFQUFBOzs7UUFWMEIsZUFBcUI7UUFBckIsZ0RBQXFCO1FBSzlDLGVBQTJCO1FBQTNCLDZDQUEyQix3QkFBQSxpREFBQSwrQkFBQTs7dUZEVWxCLGNBQWM7Y0FQMUIsU0FBUzsyQkFDRSxtQkFBbUIsbUJBR1osdUJBQXVCLENBQUMsTUFBTSxhQUNwQyxDQUFDLFlBQVksQ0FBQzsrRkFNekIsVUFBVTtrQkFEVCxLQUFLO1lBSU4sT0FBTztrQkFETixLQUFLO1lBSU4sV0FBVztrQkFEVixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ09NTUEsIEVOVEVSLCBTUEFDRSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9rZXljb2Rlcyc7XG5pbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIElucHV0LCBDaGFuZ2VEZXRlY3RvclJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF0Q2hpcElucHV0RXZlbnQgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jaGlwcyc7XG5pbXBvcnQgeyBGb3JtQ29udHJvbCB9IGZyb20gJ0BuZ25lYXQvcmVhY3RpdmUtZm9ybXMnO1xuaW1wb3J0IHsgUmVwbGF5U3ViamVjdCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgdGFrZVVudGlsIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuaW1wb3J0IHsgQ2hpcHNNYW5hZ2VyIH0gZnJvbSAnQG5nLWF0b21pYy9jb21tb24vc2VydmljZXMvY2hpcHMtbWFuYWdlcic7XG5cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXRvbXMtY2hpcHMtaW5wdXQnLFxuICB0ZW1wbGF0ZVVybDogJy4vY2hpcHMtaW5wdXQuYXRvbS5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY2hpcHMtaW5wdXQuYXRvbS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBwcm92aWRlcnM6IFtDaGlwc01hbmFnZXJdLFxufSlcbmV4cG9ydCBjbGFzcyBDaGlwc0lucHV0QXRvbSBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIHByaXZhdGUgcmVhZG9ubHkgZGVzdHJveSQgPSBuZXcgUmVwbGF5U3ViamVjdDx2b2lkPigxKTtcblxuICBASW5wdXQoKVxuICBzZXBhcmF0b3JzID0gW0VOVEVSLCBDT01NQSwgU1BBQ0VdIGFzIGNvbnN0O1xuXG4gIEBJbnB1dCgpXG4gIGNvbnRyb2wgPSBuZXcgRm9ybUNvbnRyb2w8c3RyaW5nPignJyk7XG5cbiAgQElucHV0KClcbiAgcGxhY2Vob2xkZXIgPSAnJztcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIGNkOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICBwdWJsaWMgY2hpcHNNYW5hZ2VyOiBDaGlwc01hbmFnZXIsXG4gICkgeyB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5jaGlwc01hbmFnZXIuc2V0VmFsdWUodGhpcy5jb250cm9sLnZhbHVlKTtcbiAgICB0aGlzLmNvbnRyb2wudmFsdWVDaGFuZ2VzLnBpcGUodGFrZVVudGlsKHRoaXMuZGVzdHJveSQpKS5zdWJzY3JpYmUoKHZhbHVlKSA9PiB7XG4gICAgICB0aGlzLmNoaXBzTWFuYWdlci5zZXRWYWx1ZSh2YWx1ZSk7XG4gICAgICB0aGlzLmNkLm1hcmtGb3JDaGVjaygpO1xuICAgIH0pO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5kZXN0cm95JC5uZXh0KCk7XG4gIH1cblxuICBvbkNoaUlucHV0VG9rZW5FbmQoZXZlbnQ6IE1hdENoaXBJbnB1dEV2ZW50KTogdm9pZCB7XG4gICAgdGhpcy5jaGlwc01hbmFnZXIuYWRkKGV2ZW50LnZhbHVlKTtcbiAgICB0aGlzLmNvbnRyb2wuc2V0VmFsdWUodGhpcy5jaGlwc01hbmFnZXIuZ2V0VmFsdWUoKSk7XG4gICAgZXZlbnQuaW5wdXQudmFsdWUgPSAnJztcbiAgfVxuXG4gIHJlbW92ZSh2YWx1ZTogc3RyaW5nKTogdm9pZCB7XG4gICAgdGhpcy5jaGlwc01hbmFnZXIucmVtb3ZlKHZhbHVlKTtcbiAgICB0aGlzLmNvbnRyb2wuc2V0VmFsdWUodGhpcy5jaGlwc01hbmFnZXIuZ2V0VmFsdWUoKSk7XG4gIH1cbn1cbiIsIjxtYXQtY2hpcC1saXN0ICNjaGlwTGlzdD5cbiAgPG1hdC1jaGlwICpuZ0Zvcj1cImxldCBjaGlwIG9mIGNoaXBzTWFuYWdlci5jaGlwc1wiIChyZW1vdmVkKT1cInJlbW92ZShjaGlwKVwiPlxuICAgIHt7Y2hpcH19IDxtYXQtaWNvbiBtYXRDaGlwUmVtb3ZlPmNhbmNlbDwvbWF0LWljb24+XG4gIDwvbWF0LWNoaXA+XG4gIDxpbnB1dFxuICAgIG1hdElucHV0XG4gICAgW3BsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCJcbiAgICBbbWF0Q2hpcElucHV0Rm9yXT1cImNoaXBMaXN0XCJcbiAgICBbbWF0Q2hpcElucHV0U2VwYXJhdG9yS2V5Q29kZXNdPVwic2VwYXJhdG9yc1wiXG4gICAgW21hdENoaXBJbnB1dEFkZE9uQmx1cl09XCJ0cnVlXCJcbiAgICAobWF0Q2hpcElucHV0VG9rZW5FbmQpPVwib25DaGlJbnB1dFRva2VuRW5kKCRldmVudClcIlxuICA+XG48L21hdC1jaGlwLWxpc3Q+XG4iXX0=
|
|
42
|
+
ChipsInputAtom.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: ChipsInputAtom, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.ChipsManager }], target: i0.ɵɵFactoryTarget.Component });
|
|
43
|
+
ChipsInputAtom.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: ChipsInputAtom, selector: "atoms-chips-input", inputs: { separators: "separators", control: "control", placeholder: "placeholder" }, providers: [ChipsManager], ngImport: i0, template: "<mat-chip-list #chipList>\n <mat-chip *ngFor=\"let chip of chipsManager.chips\" (removed)=\"remove(chip)\">\n {{chip}} <mat-icon matChipRemove>cancel</mat-icon>\n </mat-chip>\n <input\n matInput\n [placeholder]=\"placeholder\"\n [matChipInputFor]=\"chipList\"\n [matChipInputSeparatorKeyCodes]=\"separators\"\n [matChipInputAddOnBlur]=\"true\"\n (matChipInputTokenEnd)=\"onChiInputTokenEnd($event)\"\n >\n</mat-chip-list>\n", styles: [""], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i3.MatChipList, selector: "mat-chip-list", inputs: ["role", "aria-describedby", "errorStateMatcher", "multiple", "compareWith", "value", "required", "placeholder", "disabled", "aria-orientation", "selectable", "tabIndex"], outputs: ["change", "valueChange"], exportAs: ["matChipList"] }, { kind: "directive", type: i3.MatChip, selector: "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", inputs: ["color", "disableRipple", "tabIndex", "role", "selected", "value", "selectable", "disabled", "removable"], outputs: ["selectionChange", "destroyed", "removed"], exportAs: ["matChip"] }, { kind: "directive", type: i3.MatChipInput, selector: "input[matChipInputFor]", inputs: ["matChipInputFor", "matChipInputAddOnBlur", "matChipInputSeparatorKeyCodes", "placeholder", "id", "disabled"], outputs: ["matChipInputTokenEnd"], exportAs: ["matChipInput", "matChipInputFor"] }, { kind: "directive", type: i3.MatChipRemove, selector: "[matChipRemove]" }, { kind: "component", type: i4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i5.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
44
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: ChipsInputAtom, decorators: [{
|
|
45
|
+
type: Component,
|
|
46
|
+
args: [{ selector: 'atoms-chips-input', changeDetection: ChangeDetectionStrategy.OnPush, providers: [ChipsManager], template: "<mat-chip-list #chipList>\n <mat-chip *ngFor=\"let chip of chipsManager.chips\" (removed)=\"remove(chip)\">\n {{chip}} <mat-icon matChipRemove>cancel</mat-icon>\n </mat-chip>\n <input\n matInput\n [placeholder]=\"placeholder\"\n [matChipInputFor]=\"chipList\"\n [matChipInputSeparatorKeyCodes]=\"separators\"\n [matChipInputAddOnBlur]=\"true\"\n (matChipInputTokenEnd)=\"onChiInputTokenEnd($event)\"\n >\n</mat-chip-list>\n" }]
|
|
47
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.ChipsManager }]; }, propDecorators: { separators: [{
|
|
48
|
+
type: Input
|
|
49
|
+
}], control: [{
|
|
50
|
+
type: Input
|
|
51
|
+
}], placeholder: [{
|
|
52
|
+
type: Input
|
|
53
|
+
}] } });
|
|
54
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcHMtaW5wdXQuYXRvbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvYXRvbXMvY2hpcHMtaW5wdXQvY2hpcHMtaW5wdXQuYXRvbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvYXRvbXMvY2hpcHMtaW5wdXQvY2hpcHMtaW5wdXQuYXRvbS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxLQUFLLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQzVELE9BQU8sRUFBRSxTQUFTLEVBQVUsdUJBQXVCLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXJHLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQ3JDLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUMzQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sMENBQTBDLENBQUM7Ozs7Ozs7QUFVeEUsTUFBTSxPQUFPLGNBQWM7SUFZekIsWUFDVSxFQUFxQixFQUN0QixZQUEwQjtRQUR6QixPQUFFLEdBQUYsRUFBRSxDQUFtQjtRQUN0QixpQkFBWSxHQUFaLFlBQVksQ0FBYztRQWJsQixhQUFRLEdBQUcsSUFBSSxhQUFhLENBQU8sQ0FBQyxDQUFDLENBQUM7UUFHdkQsZUFBVSxHQUFHLENBQUMsS0FBSyxFQUFFLEtBQUssRUFBRSxLQUFLLENBQVUsQ0FBQztRQUc1QyxZQUFPLEdBQUcsSUFBSSxXQUFXLENBQVMsRUFBRSxDQUFDLENBQUM7UUFHdEMsZ0JBQVcsR0FBRyxFQUFFLENBQUM7SUFLYixDQUFDO0lBRUwsUUFBUTtRQUNOLElBQUksQ0FBQyxZQUFZLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDL0MsSUFBSSxDQUFDLE9BQU8sQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRTtZQUMzRSxJQUFJLENBQUMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQztZQUNsQyxJQUFJLENBQUMsRUFBRSxDQUFDLFlBQVksRUFBRSxDQUFDO1FBQ3pCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxrQkFBa0IsQ0FBQyxLQUF3QjtRQUN6QyxJQUFJLENBQUMsWUFBWSxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDbkMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLEVBQUUsQ0FBQyxDQUFDO1FBQ3BELEtBQUssQ0FBQyxLQUFLLENBQUMsS0FBSyxHQUFHLEVBQUUsQ0FBQztJQUN6QixDQUFDO0lBRUQsTUFBTSxDQUFDLEtBQWE7UUFDbEIsSUFBSSxDQUFDLFlBQVksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDaEMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLEVBQUUsQ0FBQyxDQUFDO0lBQ3RELENBQUM7OzJHQXRDVSxjQUFjOytGQUFkLGNBQWMsa0lBRmQsQ0FBQyxZQUFZLENBQUMsMEJDZDNCLGtjQWFBOzJGREdhLGNBQWM7a0JBUDFCLFNBQVM7K0JBQ0UsbUJBQW1CLG1CQUdaLHVCQUF1QixDQUFDLE1BQU0sYUFDcEMsQ0FBQyxZQUFZLENBQUM7bUlBTXpCLFVBQVU7c0JBRFQsS0FBSztnQkFJTixPQUFPO3NCQUROLEtBQUs7Z0JBSU4sV0FBVztzQkFEVixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ09NTUEsIEVOVEVSLCBTUEFDRSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9rZXljb2Rlcyc7XG5pbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIElucHV0LCBDaGFuZ2VEZXRlY3RvclJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF0Q2hpcElucHV0RXZlbnQgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jaGlwcyc7XG5pbXBvcnQgeyBGb3JtQ29udHJvbCB9IGZyb20gJ0BuZ25lYXQvcmVhY3RpdmUtZm9ybXMnO1xuaW1wb3J0IHsgUmVwbGF5U3ViamVjdCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgdGFrZVVudGlsIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuaW1wb3J0IHsgQ2hpcHNNYW5hZ2VyIH0gZnJvbSAnQG5nLWF0b21pYy9jb21tb24vc2VydmljZXMvY2hpcHMtbWFuYWdlcic7XG5cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXRvbXMtY2hpcHMtaW5wdXQnLFxuICB0ZW1wbGF0ZVVybDogJy4vY2hpcHMtaW5wdXQuYXRvbS5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY2hpcHMtaW5wdXQuYXRvbS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBwcm92aWRlcnM6IFtDaGlwc01hbmFnZXJdLFxufSlcbmV4cG9ydCBjbGFzcyBDaGlwc0lucHV0QXRvbSBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIHByaXZhdGUgcmVhZG9ubHkgZGVzdHJveSQgPSBuZXcgUmVwbGF5U3ViamVjdDx2b2lkPigxKTtcblxuICBASW5wdXQoKVxuICBzZXBhcmF0b3JzID0gW0VOVEVSLCBDT01NQSwgU1BBQ0VdIGFzIGNvbnN0O1xuXG4gIEBJbnB1dCgpXG4gIGNvbnRyb2wgPSBuZXcgRm9ybUNvbnRyb2w8c3RyaW5nPignJyk7XG5cbiAgQElucHV0KClcbiAgcGxhY2Vob2xkZXIgPSAnJztcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIGNkOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICBwdWJsaWMgY2hpcHNNYW5hZ2VyOiBDaGlwc01hbmFnZXIsXG4gICkgeyB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5jaGlwc01hbmFnZXIuc2V0VmFsdWUodGhpcy5jb250cm9sLnZhbHVlKTtcbiAgICB0aGlzLmNvbnRyb2wudmFsdWVDaGFuZ2VzLnBpcGUodGFrZVVudGlsKHRoaXMuZGVzdHJveSQpKS5zdWJzY3JpYmUoKHZhbHVlKSA9PiB7XG4gICAgICB0aGlzLmNoaXBzTWFuYWdlci5zZXRWYWx1ZSh2YWx1ZSk7XG4gICAgICB0aGlzLmNkLm1hcmtGb3JDaGVjaygpO1xuICAgIH0pO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5kZXN0cm95JC5uZXh0KCk7XG4gIH1cblxuICBvbkNoaUlucHV0VG9rZW5FbmQoZXZlbnQ6IE1hdENoaXBJbnB1dEV2ZW50KTogdm9pZCB7XG4gICAgdGhpcy5jaGlwc01hbmFnZXIuYWRkKGV2ZW50LnZhbHVlKTtcbiAgICB0aGlzLmNvbnRyb2wuc2V0VmFsdWUodGhpcy5jaGlwc01hbmFnZXIuZ2V0VmFsdWUoKSk7XG4gICAgZXZlbnQuaW5wdXQudmFsdWUgPSAnJztcbiAgfVxuXG4gIHJlbW92ZSh2YWx1ZTogc3RyaW5nKTogdm9pZCB7XG4gICAgdGhpcy5jaGlwc01hbmFnZXIucmVtb3ZlKHZhbHVlKTtcbiAgICB0aGlzLmNvbnRyb2wuc2V0VmFsdWUodGhpcy5jaGlwc01hbmFnZXIuZ2V0VmFsdWUoKSk7XG4gIH1cbn1cbiIsIjxtYXQtY2hpcC1saXN0ICNjaGlwTGlzdD5cbiAgPG1hdC1jaGlwICpuZ0Zvcj1cImxldCBjaGlwIG9mIGNoaXBzTWFuYWdlci5jaGlwc1wiIChyZW1vdmVkKT1cInJlbW92ZShjaGlwKVwiPlxuICAgIHt7Y2hpcH19IDxtYXQtaWNvbiBtYXRDaGlwUmVtb3ZlPmNhbmNlbDwvbWF0LWljb24+XG4gIDwvbWF0LWNoaXA+XG4gIDxpbnB1dFxuICAgIG1hdElucHV0XG4gICAgW3BsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCJcbiAgICBbbWF0Q2hpcElucHV0Rm9yXT1cImNoaXBMaXN0XCJcbiAgICBbbWF0Q2hpcElucHV0U2VwYXJhdG9yS2V5Q29kZXNdPVwic2VwYXJhdG9yc1wiXG4gICAgW21hdENoaXBJbnB1dEFkZE9uQmx1cl09XCJ0cnVlXCJcbiAgICAobWF0Q2hpcElucHV0VG9rZW5FbmQpPVwib25DaGlJbnB1dFRva2VuRW5kKCRldmVudClcIlxuICA+XG48L21hdC1jaGlwLWxpc3Q+XG4iXX0=
|
|
@@ -8,38 +8,37 @@ import { ChipsInputAtom } from './chips-input.atom';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export class ChipsInputModule {
|
|
10
10
|
}
|
|
11
|
-
ChipsInputModule.ɵfac =
|
|
12
|
-
ChipsInputModule.ɵmod =
|
|
13
|
-
ChipsInputModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
11
|
+
ChipsInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: ChipsInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
+
ChipsInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: ChipsInputModule, bootstrap: [ChipsInputAtom], declarations: [ChipsInputAtom], imports: [CommonModule,
|
|
14
13
|
ReactiveFormsModule,
|
|
15
14
|
// Materials
|
|
16
15
|
MatChipsModule,
|
|
17
16
|
MatIconModule,
|
|
18
|
-
MatInputModule] });
|
|
19
|
-
|
|
20
|
-
type: NgModule,
|
|
21
|
-
args: [{
|
|
22
|
-
declarations: [
|
|
23
|
-
ChipsInputAtom
|
|
24
|
-
],
|
|
25
|
-
imports: [
|
|
26
|
-
CommonModule,
|
|
27
|
-
ReactiveFormsModule,
|
|
28
|
-
// Materials
|
|
29
|
-
MatChipsModule,
|
|
30
|
-
MatIconModule,
|
|
31
|
-
MatInputModule,
|
|
32
|
-
],
|
|
33
|
-
exports: [
|
|
34
|
-
ChipsInputAtom
|
|
35
|
-
],
|
|
36
|
-
bootstrap: [ChipsInputAtom],
|
|
37
|
-
}]
|
|
38
|
-
}], null, null); })();
|
|
39
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ChipsInputModule, { declarations: [ChipsInputAtom], imports: [CommonModule,
|
|
17
|
+
MatInputModule], exports: [ChipsInputAtom] });
|
|
18
|
+
ChipsInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: ChipsInputModule, imports: [CommonModule,
|
|
40
19
|
ReactiveFormsModule,
|
|
41
20
|
// Materials
|
|
42
21
|
MatChipsModule,
|
|
43
22
|
MatIconModule,
|
|
44
|
-
MatInputModule]
|
|
45
|
-
|
|
23
|
+
MatInputModule] });
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: ChipsInputModule, decorators: [{
|
|
25
|
+
type: NgModule,
|
|
26
|
+
args: [{
|
|
27
|
+
declarations: [
|
|
28
|
+
ChipsInputAtom
|
|
29
|
+
],
|
|
30
|
+
imports: [
|
|
31
|
+
CommonModule,
|
|
32
|
+
ReactiveFormsModule,
|
|
33
|
+
// Materials
|
|
34
|
+
MatChipsModule,
|
|
35
|
+
MatIconModule,
|
|
36
|
+
MatInputModule,
|
|
37
|
+
],
|
|
38
|
+
exports: [
|
|
39
|
+
ChipsInputAtom
|
|
40
|
+
],
|
|
41
|
+
bootstrap: [ChipsInputAtom],
|
|
42
|
+
}]
|
|
43
|
+
}] });
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcHMtaW5wdXQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9hdG9tcy9jaGlwcy1pbnB1dC9jaGlwcy1pbnB1dC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDckQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDekQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLG9CQUFvQixDQUFDOztBQW9CcEQsTUFBTSxPQUFPLGdCQUFnQjs7NkdBQWhCLGdCQUFnQjs4R0FBaEIsZ0JBQWdCLGNBRmYsY0FBYyxrQkFieEIsY0FBYyxhQUdkLFlBQVk7UUFDWixtQkFBbUI7UUFDbkIsWUFBWTtRQUNaLGNBQWM7UUFDZCxhQUFhO1FBQ2IsY0FBYyxhQUdkLGNBQWM7OEdBSUwsZ0JBQWdCLFlBWnpCLFlBQVk7UUFDWixtQkFBbUI7UUFDbkIsWUFBWTtRQUNaLGNBQWM7UUFDZCxhQUFhO1FBQ2IsY0FBYzsyRkFPTCxnQkFBZ0I7a0JBakI1QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixjQUFjO3FCQUNmO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLG1CQUFtQjt3QkFDbkIsWUFBWTt3QkFDWixjQUFjO3dCQUNkLGFBQWE7d0JBQ2IsY0FBYztxQkFDZjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsY0FBYztxQkFDZjtvQkFDRCxTQUFTLEVBQUUsQ0FBQyxjQUFjLENBQUM7aUJBQzVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgTWF0Q2hpcHNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jaGlwcyc7XG5pbXBvcnQgeyBNYXRJY29uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbic7XG5pbXBvcnQgeyBNYXRJbnB1dE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2lucHV0JztcbmltcG9ydCB7IENoaXBzSW5wdXRBdG9tIH0gZnJvbSAnLi9jaGlwcy1pbnB1dC5hdG9tJztcblxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBDaGlwc0lucHV0QXRvbVxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgLy8gTWF0ZXJpYWxzXG4gICAgTWF0Q2hpcHNNb2R1bGUsXG4gICAgTWF0SWNvbk1vZHVsZSxcbiAgICBNYXRJbnB1dE1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIENoaXBzSW5wdXRBdG9tXG4gIF0sXG4gIGJvb3RzdHJhcDogW0NoaXBzSW5wdXRBdG9tXSxcbn0pXG5leHBvcnQgY2xhc3MgQ2hpcHNJbnB1dE1vZHVsZSB7IH0iXX0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { ChipsInputAtom } from './chips-input.atom';
|
|
2
2
|
export { ChipsInputModule } from './chips-input.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2F0b21zL2NoaXBzLWlucHV0L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNwRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IENoaXBzSW5wdXRBdG9tIH0gZnJvbSAnLi9jaGlwcy1pbnB1dC5hdG9tJztcbmV4cG9ydCB7IENoaXBzSW5wdXRNb2R1bGUgfSBmcm9tICcuL2NoaXBzLWlucHV0Lm1vZHVsZSc7XG4iXX0=
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtYXRvbXMtY2hpcHMtaW5wdXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2F0b21zL2NoaXBzLWlucHV0L25nLWF0b21pYy1jb21wb25lbnRzLWF0b21zLWNoaXBzLWlucHV0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -4,23 +4,6 @@ import { catchError, map, of, ReplaySubject, switchMap } from 'rxjs';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@angular/material/icon";
|
|
6
6
|
import * as i2 from "@angular/common";
|
|
7
|
-
function IconAtom_mat_icon_0_Template(rf, ctx) { if (rf & 1) {
|
|
8
|
-
i0.ɵɵelement(0, "mat-icon", 2);
|
|
9
|
-
i0.ɵɵpipe(1, "async");
|
|
10
|
-
} if (rf & 2) {
|
|
11
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
12
|
-
i0.ɵɵproperty("svgIcon", i0.ɵɵpipeBind1(1, 1, ctx_r0.name$));
|
|
13
|
-
} }
|
|
14
|
-
function IconAtom_mat_icon_2_Template(rf, ctx) { if (rf & 1) {
|
|
15
|
-
i0.ɵɵelementStart(0, "mat-icon");
|
|
16
|
-
i0.ɵɵtext(1);
|
|
17
|
-
i0.ɵɵpipe(2, "async");
|
|
18
|
-
i0.ɵɵelementEnd();
|
|
19
|
-
} if (rf & 2) {
|
|
20
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
21
|
-
i0.ɵɵadvance(1);
|
|
22
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r1.name$));
|
|
23
|
-
} }
|
|
24
7
|
export class IconAtom {
|
|
25
8
|
constructor(registry) {
|
|
26
9
|
this.registry = registry;
|
|
@@ -32,28 +15,17 @@ export class IconAtom {
|
|
|
32
15
|
}
|
|
33
16
|
;
|
|
34
17
|
}
|
|
35
|
-
IconAtom.ɵfac =
|
|
36
|
-
IconAtom.ɵcmp =
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
type: Component,
|
|
50
|
-
args: [{ selector: 'atoms-icon', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-icon\n *ngIf=\"hasSvgIcon$ | async\"\n [svgIcon]=\"name$ | async\"\n></mat-icon>\n<mat-icon\n *ngIf=\"!(hasSvgIcon$ | async)\"\n>{{ name$ | async }}</mat-icon>\n", styles: [":host{display:block;--color: inherit;--color-SCOPED-IN-icon-ZEYl: var(--color)}:host mat-icon{color:var(--color-SCOPED-IN-icon-ZEYl)}:host mat-icon ::ng-deep svg .filled{transition:fill .5s;fill:var(--color-SCOPED-IN-icon-ZEYl)}\n"] }]
|
|
51
|
-
}], function () { return [{ type: i1.MatIconRegistry }]; }, { name: [{
|
|
52
|
-
type: Input
|
|
53
|
-
}], color: [{
|
|
54
|
-
type: HostBinding,
|
|
55
|
-
args: ['style.--color']
|
|
56
|
-
}, {
|
|
57
|
-
type: Input
|
|
58
|
-
}] }); })();
|
|
59
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5hdG9tLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9hdG9tcy9pY29uL2ljb24uYXRvbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvYXRvbXMvaWNvbi9pY29uLmF0b20uaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLHVCQUF1QixFQUFFLEtBQUssRUFBRyxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDeEYsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxVQUFVLEVBQUUsR0FBRyxFQUFjLEVBQUUsRUFBRSxhQUFhLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFDOzs7OztJQ0ZqRiw4QkFHWTs7OztJQURWLDREQUF5Qjs7O0lBRTNCLGdDQUVDO0lBQUEsWUFBbUI7O0lBQUEsaUJBQVc7OztJQUE5QixlQUFtQjtJQUFuQix3REFBbUI7O0FES3BCLE1BQU0sT0FBTyxRQUFRO0lBa0JuQixZQUFvQixRQUF5QjtRQUF6QixhQUFRLEdBQVIsUUFBUSxDQUFpQjtRQWhCN0MsVUFBSyxHQUFHLElBQUksYUFBYSxDQUFTLENBQUMsQ0FBQyxDQUFDO1FBQ3JDLGdCQUFXLEdBQXdCLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUNoRCxTQUFTLENBQUMsQ0FBQyxJQUFZLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxDQUFDLEVBQ2hFLEdBQUcsQ0FBQyxPQUFPLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUMsRUFDekIsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUM1QixDQUFDO0lBVytDLENBQUM7SUFUbEQsSUFDSSxJQUFJLENBQUMsS0FBYTtRQUNwQixJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQTtJQUN4QixDQUFDO0lBQUEsQ0FBQzs7Z0VBWlMsUUFBUTsyREFBUixRQUFROzs7UUNYckIsbUVBR1k7O1FBQ1osbUVBRStCOzs7UUFMNUIsNERBQXlCO1FBSXpCLGVBQTRCO1FBQTVCLDZEQUE0Qjs7dUZETWxCLFFBQVE7Y0FOcEIsU0FBUzsyQkFDRSxZQUFZLG1CQUdMLHVCQUF1QixDQUFDLE1BQU07a0VBWTNDLElBQUk7a0JBRFAsS0FBSztZQU9OLEtBQUs7a0JBRkosV0FBVzttQkFBQyxlQUFlOztrQkFDM0IsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIElucHV0LCAgSG9zdEJpbmRpbmcgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdEljb25SZWdpc3RyeSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xuaW1wb3J0IHsgY2F0Y2hFcnJvciwgbWFwLCBPYnNlcnZhYmxlLCBvZiwgUmVwbGF5U3ViamVjdCwgc3dpdGNoTWFwIH0gZnJvbSAncnhqcyc7XG5cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXRvbXMtaWNvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9pY29uLmF0b20uaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2ljb24uYXRvbS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIEljb25BdG9tIHtcblxuICBuYW1lJCA9IG5ldyBSZXBsYXlTdWJqZWN0PHN0cmluZz4oMSk7XG4gIGhhc1N2Z0ljb24kOiBPYnNlcnZhYmxlPGJvb2xlYW4+ID0gdGhpcy5uYW1lJC5waXBlKFxuICAgIHN3aXRjaE1hcCgobmFtZTogc3RyaW5nKSA9PiB0aGlzLnJlZ2lzdHJ5LmdldE5hbWVkU3ZnSWNvbihuYW1lKSksXG4gICAgbWFwKHN2Z0ljb24gPT4gISFzdmdJY29uKSxcbiAgICBjYXRjaEVycm9yKCgpID0+IG9mKGZhbHNlKSksXG4gICk7XG5cbiAgQElucHV0KClcbiAgc2V0IG5hbWUoX25hbWU6IHN0cmluZykge1xuICAgIHRoaXMubmFtZSQubmV4dChfbmFtZSlcbiAgfTtcblxuICBASG9zdEJpbmRpbmcoJ3N0eWxlLi0tY29sb3InKVxuICBASW5wdXQoKVxuICBjb2xvcj86IHN0cmluZztcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlZ2lzdHJ5OiBNYXRJY29uUmVnaXN0cnkpIHsgfVxuXG59XG4iLCI8bWF0LWljb25cbiAgKm5nSWY9XCJoYXNTdmdJY29uJCB8IGFzeW5jXCJcbiAgW3N2Z0ljb25dPVwibmFtZSQgfCBhc3luY1wiXG4+PC9tYXQtaWNvbj5cbjxtYXQtaWNvblxuICAqbmdJZj1cIiEoaGFzU3ZnSWNvbiQgfCBhc3luYylcIlxuPnt7IG5hbWUkIHwgYXN5bmMgfX08L21hdC1pY29uPlxuIl19
|
|
18
|
+
IconAtom.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: IconAtom, deps: [{ token: i1.MatIconRegistry }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
IconAtom.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: IconAtom, selector: "atoms-icon", inputs: { name: "name", color: "color" }, host: { properties: { "style.--color": "this.color" } }, ngImport: i0, template: "<mat-icon\n *ngIf=\"hasSvgIcon$ | async\"\n [svgIcon]=\"name$ | async\"\n></mat-icon>\n<mat-icon\n *ngIf=\"!(hasSvgIcon$ | async)\"\n>{{ name$ | async }}</mat-icon>\n", styles: [":host{display:block;--color: inherit;--color-SCOPED-IN-icon-1VoP: var(--color)}:host mat-icon{color:var(--color-SCOPED-IN-icon-1VoP)}:host mat-icon ::ng-deep svg .filled{transition:fill .5s;fill:var(--color-SCOPED-IN-icon-1VoP)}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: IconAtom, decorators: [{
|
|
21
|
+
type: Component,
|
|
22
|
+
args: [{ selector: 'atoms-icon', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-icon\n *ngIf=\"hasSvgIcon$ | async\"\n [svgIcon]=\"name$ | async\"\n></mat-icon>\n<mat-icon\n *ngIf=\"!(hasSvgIcon$ | async)\"\n>{{ name$ | async }}</mat-icon>\n", styles: [":host{display:block;--color: inherit;--color-SCOPED-IN-icon-1VoP: var(--color)}:host mat-icon{color:var(--color-SCOPED-IN-icon-1VoP)}:host mat-icon ::ng-deep svg .filled{transition:fill .5s;fill:var(--color-SCOPED-IN-icon-1VoP)}\n"] }]
|
|
23
|
+
}], ctorParameters: function () { return [{ type: i1.MatIconRegistry }]; }, propDecorators: { name: [{
|
|
24
|
+
type: Input
|
|
25
|
+
}], color: [{
|
|
26
|
+
type: HostBinding,
|
|
27
|
+
args: ['style.--color']
|
|
28
|
+
}, {
|
|
29
|
+
type: Input
|
|
30
|
+
}] } });
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5hdG9tLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9hdG9tcy9pY29uL2ljb24uYXRvbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvYXRvbXMvaWNvbi9pY29uLmF0b20uaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLHVCQUF1QixFQUFFLEtBQUssRUFBRyxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDeEYsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxVQUFVLEVBQUUsR0FBRyxFQUFjLEVBQUUsRUFBRSxhQUFhLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFDOzs7O0FBU2pGLE1BQU0sT0FBTyxRQUFRO0lBa0JuQixZQUFvQixRQUF5QjtRQUF6QixhQUFRLEdBQVIsUUFBUSxDQUFpQjtRQWhCN0MsVUFBSyxHQUFHLElBQUksYUFBYSxDQUFTLENBQUMsQ0FBQyxDQUFDO1FBQ3JDLGdCQUFXLEdBQXdCLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUNoRCxTQUFTLENBQUMsQ0FBQyxJQUFZLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxDQUFDLEVBQ2hFLEdBQUcsQ0FBQyxPQUFPLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUMsRUFDekIsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUM1QixDQUFDO0lBVytDLENBQUM7SUFUbEQsSUFDSSxJQUFJLENBQUMsS0FBYTtRQUNwQixJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQTtJQUN4QixDQUFDO0lBQUEsQ0FBQzs7cUdBWlMsUUFBUTt5RkFBUixRQUFRLHFKQ1hyQiwyS0FPQTsyRkRJYSxRQUFRO2tCQU5wQixTQUFTOytCQUNFLFlBQVksbUJBR0wsdUJBQXVCLENBQUMsTUFBTTtzR0FZM0MsSUFBSTtzQkFEUCxLQUFLO2dCQU9OLEtBQUs7c0JBRkosV0FBVzt1QkFBQyxlQUFlOztzQkFDM0IsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIElucHV0LCAgSG9zdEJpbmRpbmcgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdEljb25SZWdpc3RyeSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xuaW1wb3J0IHsgY2F0Y2hFcnJvciwgbWFwLCBPYnNlcnZhYmxlLCBvZiwgUmVwbGF5U3ViamVjdCwgc3dpdGNoTWFwIH0gZnJvbSAncnhqcyc7XG5cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXRvbXMtaWNvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9pY29uLmF0b20uaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2ljb24uYXRvbS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIEljb25BdG9tIHtcblxuICBuYW1lJCA9IG5ldyBSZXBsYXlTdWJqZWN0PHN0cmluZz4oMSk7XG4gIGhhc1N2Z0ljb24kOiBPYnNlcnZhYmxlPGJvb2xlYW4+ID0gdGhpcy5uYW1lJC5waXBlKFxuICAgIHN3aXRjaE1hcCgobmFtZTogc3RyaW5nKSA9PiB0aGlzLnJlZ2lzdHJ5LmdldE5hbWVkU3ZnSWNvbihuYW1lKSksXG4gICAgbWFwKHN2Z0ljb24gPT4gISFzdmdJY29uKSxcbiAgICBjYXRjaEVycm9yKCgpID0+IG9mKGZhbHNlKSksXG4gICk7XG5cbiAgQElucHV0KClcbiAgc2V0IG5hbWUoX25hbWU6IHN0cmluZykge1xuICAgIHRoaXMubmFtZSQubmV4dChfbmFtZSlcbiAgfTtcblxuICBASG9zdEJpbmRpbmcoJ3N0eWxlLi0tY29sb3InKVxuICBASW5wdXQoKVxuICBjb2xvcj86IHN0cmluZztcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlZ2lzdHJ5OiBNYXRJY29uUmVnaXN0cnkpIHsgfVxuXG59XG4iLCI8bWF0LWljb25cbiAgKm5nSWY9XCJoYXNTdmdJY29uJCB8IGFzeW5jXCJcbiAgW3N2Z0ljb25dPVwibmFtZSQgfCBhc3luY1wiXG4+PC9tYXQtaWNvbj5cbjxtYXQtaWNvblxuICAqbmdJZj1cIiEoaGFzU3ZnSWNvbiQgfCBhc3luYylcIlxuPnt7IG5hbWUkIHwgYXN5bmMgfX08L21hdC1pY29uPlxuIl19
|
|
@@ -5,28 +5,27 @@ import { IconAtom } from './icon.atom';
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class IconModule {
|
|
7
7
|
}
|
|
8
|
-
IconModule.ɵfac =
|
|
9
|
-
IconModule.ɵmod =
|
|
10
|
-
IconModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
8
|
+
IconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: IconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
IconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: IconModule, declarations: [IconAtom], imports: [CommonModule,
|
|
11
10
|
// Material
|
|
12
|
-
MatIconModule] });
|
|
13
|
-
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
declarations: [
|
|
17
|
-
IconAtom
|
|
18
|
-
],
|
|
19
|
-
imports: [
|
|
20
|
-
CommonModule,
|
|
21
|
-
// Material
|
|
22
|
-
MatIconModule,
|
|
23
|
-
],
|
|
24
|
-
exports: [
|
|
25
|
-
IconAtom
|
|
26
|
-
]
|
|
27
|
-
}]
|
|
28
|
-
}], null, null); })();
|
|
29
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(IconModule, { declarations: [IconAtom], imports: [CommonModule,
|
|
11
|
+
MatIconModule], exports: [IconAtom] });
|
|
12
|
+
IconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: IconModule, imports: [CommonModule,
|
|
30
13
|
// Material
|
|
31
|
-
MatIconModule]
|
|
32
|
-
|
|
14
|
+
MatIconModule] });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: IconModule, decorators: [{
|
|
16
|
+
type: NgModule,
|
|
17
|
+
args: [{
|
|
18
|
+
declarations: [
|
|
19
|
+
IconAtom
|
|
20
|
+
],
|
|
21
|
+
imports: [
|
|
22
|
+
CommonModule,
|
|
23
|
+
// Material
|
|
24
|
+
MatIconModule,
|
|
25
|
+
],
|
|
26
|
+
exports: [
|
|
27
|
+
IconAtom
|
|
28
|
+
]
|
|
29
|
+
}]
|
|
30
|
+
}] });
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2F0b21zL2ljb24vaWNvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxhQUFhLENBQUM7O0FBaUJ2QyxNQUFNLE9BQU8sVUFBVTs7dUdBQVYsVUFBVTt3R0FBVixVQUFVLGlCQVhuQixRQUFRLGFBR1IsWUFBWTtRQUNaLFdBQVc7UUFDWCxhQUFhLGFBR2IsUUFBUTt3R0FHQyxVQUFVLFlBUm5CLFlBQVk7UUFDWixXQUFXO1FBQ1gsYUFBYTsyRkFNSixVQUFVO2tCQWJ0QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixRQUFRO3FCQUNUO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLFdBQVc7d0JBQ1gsYUFBYTtxQkFDZDtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsUUFBUTtxQkFDVDtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTWF0SWNvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xuaW1wb3J0IHsgSWNvbkF0b20gfSBmcm9tICcuL2ljb24uYXRvbSc7XG5cblxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJY29uQXRvbVxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIC8vIE1hdGVyaWFsXG4gICAgTWF0SWNvbk1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEljb25BdG9tXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgSWNvbk1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { IconAtom } from './icon.atom';
|
|
2
2
|
export { IconModule } from './icon.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2F0b21zL2ljb24vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUN2QyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSWNvbkF0b20gfSBmcm9tICcuL2ljb24uYXRvbSc7XG5leHBvcnQgeyBJY29uTW9kdWxlIH0gZnJvbSAnLi9pY29uLm1vZHVsZSc7XG4iXX0=
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtYXRvbXMtaWNvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvYXRvbXMvaWNvbi9uZy1hdG9taWMtY29tcG9uZW50cy1hdG9tcy1pY29uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { SmartMenuButtonAtom } from './smart-menu-button.atom';
|
|
2
2
|
export { SmartMenuButtonModule } from './smart-menu-button.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2F0b21zL3NtYXJ0LW1lbnUtYnV0dG9uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQy9ELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgU21hcnRNZW51QnV0dG9uQXRvbSB9IGZyb20gJy4vc21hcnQtbWVudS1idXR0b24uYXRvbSc7XG5leHBvcnQgeyBTbWFydE1lbnVCdXR0b25Nb2R1bGUgfSBmcm9tICcuL3NtYXJ0LW1lbnUtYnV0dG9uLm1vZHVsZSc7XG4iXX0=
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtYXRvbXMtc21hcnQtbWVudS1idXR0b24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2F0b21zL3NtYXJ0LW1lbnUtYnV0dG9uL25nLWF0b21pYy1jb21wb25lbnRzLWF0b21zLXNtYXJ0LW1lbnUtYnV0dG9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|