@ng-atomic/components 4.16.3 → 4.20.4
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
|
@@ -1,123 +1,17 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@angular/common";
|
|
4
|
-
function HeadingOrganism_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
5
|
-
i0.ɵɵprojection(0);
|
|
6
|
-
} }
|
|
7
|
-
function HeadingOrganism_h1_3_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
8
|
-
i0.ɵɵelementContainer(0);
|
|
9
|
-
} }
|
|
10
|
-
function HeadingOrganism_h1_3_Template(rf, ctx) { if (rf & 1) {
|
|
11
|
-
i0.ɵɵelementStart(0, "h1");
|
|
12
|
-
i0.ɵɵtemplate(1, HeadingOrganism_h1_3_ng_container_1_Template, 1, 0, "ng-container", 4);
|
|
13
|
-
i0.ɵɵelementEnd();
|
|
14
|
-
} if (rf & 2) {
|
|
15
|
-
i0.ɵɵnextContext();
|
|
16
|
-
const _r0 = i0.ɵɵreference(1);
|
|
17
|
-
i0.ɵɵadvance(1);
|
|
18
|
-
i0.ɵɵproperty("ngTemplateOutlet", _r0);
|
|
19
|
-
} }
|
|
20
|
-
function HeadingOrganism_h2_4_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
21
|
-
i0.ɵɵelementContainer(0);
|
|
22
|
-
} }
|
|
23
|
-
function HeadingOrganism_h2_4_Template(rf, ctx) { if (rf & 1) {
|
|
24
|
-
i0.ɵɵelementStart(0, "h2");
|
|
25
|
-
i0.ɵɵtemplate(1, HeadingOrganism_h2_4_ng_container_1_Template, 1, 0, "ng-container", 4);
|
|
26
|
-
i0.ɵɵelementEnd();
|
|
27
|
-
} if (rf & 2) {
|
|
28
|
-
i0.ɵɵnextContext();
|
|
29
|
-
const _r0 = i0.ɵɵreference(1);
|
|
30
|
-
i0.ɵɵadvance(1);
|
|
31
|
-
i0.ɵɵproperty("ngTemplateOutlet", _r0);
|
|
32
|
-
} }
|
|
33
|
-
function HeadingOrganism_h3_5_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
34
|
-
i0.ɵɵelementContainer(0);
|
|
35
|
-
} }
|
|
36
|
-
function HeadingOrganism_h3_5_Template(rf, ctx) { if (rf & 1) {
|
|
37
|
-
i0.ɵɵelementStart(0, "h3");
|
|
38
|
-
i0.ɵɵtemplate(1, HeadingOrganism_h3_5_ng_container_1_Template, 1, 0, "ng-container", 4);
|
|
39
|
-
i0.ɵɵelementEnd();
|
|
40
|
-
} if (rf & 2) {
|
|
41
|
-
i0.ɵɵnextContext();
|
|
42
|
-
const _r0 = i0.ɵɵreference(1);
|
|
43
|
-
i0.ɵɵadvance(1);
|
|
44
|
-
i0.ɵɵproperty("ngTemplateOutlet", _r0);
|
|
45
|
-
} }
|
|
46
|
-
function HeadingOrganism_h4_6_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
47
|
-
i0.ɵɵelementContainer(0);
|
|
48
|
-
} }
|
|
49
|
-
function HeadingOrganism_h4_6_Template(rf, ctx) { if (rf & 1) {
|
|
50
|
-
i0.ɵɵelementStart(0, "h4");
|
|
51
|
-
i0.ɵɵtemplate(1, HeadingOrganism_h4_6_ng_container_1_Template, 1, 0, "ng-container", 4);
|
|
52
|
-
i0.ɵɵelementEnd();
|
|
53
|
-
} if (rf & 2) {
|
|
54
|
-
i0.ɵɵnextContext();
|
|
55
|
-
const _r0 = i0.ɵɵreference(1);
|
|
56
|
-
i0.ɵɵadvance(1);
|
|
57
|
-
i0.ɵɵproperty("ngTemplateOutlet", _r0);
|
|
58
|
-
} }
|
|
59
|
-
function HeadingOrganism_h5_7_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
60
|
-
i0.ɵɵelementContainer(0);
|
|
61
|
-
} }
|
|
62
|
-
function HeadingOrganism_h5_7_Template(rf, ctx) { if (rf & 1) {
|
|
63
|
-
i0.ɵɵelementStart(0, "h5");
|
|
64
|
-
i0.ɵɵtemplate(1, HeadingOrganism_h5_7_ng_container_1_Template, 1, 0, "ng-container", 4);
|
|
65
|
-
i0.ɵɵelementEnd();
|
|
66
|
-
} if (rf & 2) {
|
|
67
|
-
i0.ɵɵnextContext();
|
|
68
|
-
const _r0 = i0.ɵɵreference(1);
|
|
69
|
-
i0.ɵɵadvance(1);
|
|
70
|
-
i0.ɵɵproperty("ngTemplateOutlet", _r0);
|
|
71
|
-
} }
|
|
72
|
-
function HeadingOrganism_h6_8_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
73
|
-
i0.ɵɵelementContainer(0);
|
|
74
|
-
} }
|
|
75
|
-
function HeadingOrganism_h6_8_Template(rf, ctx) { if (rf & 1) {
|
|
76
|
-
i0.ɵɵelementStart(0, "h6");
|
|
77
|
-
i0.ɵɵtemplate(1, HeadingOrganism_h6_8_ng_container_1_Template, 1, 0, "ng-container", 4);
|
|
78
|
-
i0.ɵɵelementEnd();
|
|
79
|
-
} if (rf & 2) {
|
|
80
|
-
i0.ɵɵnextContext();
|
|
81
|
-
const _r0 = i0.ɵɵreference(1);
|
|
82
|
-
i0.ɵɵadvance(1);
|
|
83
|
-
i0.ɵɵproperty("ngTemplateOutlet", _r0);
|
|
84
|
-
} }
|
|
85
|
-
const _c0 = ["*"];
|
|
86
4
|
export class HeadingOrganism {
|
|
87
5
|
constructor() {
|
|
88
6
|
this.level = 1;
|
|
89
7
|
}
|
|
90
8
|
}
|
|
91
|
-
HeadingOrganism.ɵfac =
|
|
92
|
-
HeadingOrganism.ɵcmp =
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
i0.ɵɵtemplate(7, HeadingOrganism_h5_7_Template, 2, 1, "h5", 3);
|
|
101
|
-
i0.ɵɵtemplate(8, HeadingOrganism_h6_8_Template, 2, 1, "h6", 3);
|
|
102
|
-
i0.ɵɵelementContainerEnd();
|
|
103
|
-
} if (rf & 2) {
|
|
104
|
-
i0.ɵɵadvance(2);
|
|
105
|
-
i0.ɵɵproperty("ngSwitch", ctx.level);
|
|
106
|
-
i0.ɵɵadvance(2);
|
|
107
|
-
i0.ɵɵproperty("ngSwitchCase", 2);
|
|
108
|
-
i0.ɵɵadvance(1);
|
|
109
|
-
i0.ɵɵproperty("ngSwitchCase", 3);
|
|
110
|
-
i0.ɵɵadvance(1);
|
|
111
|
-
i0.ɵɵproperty("ngSwitchCase", 4);
|
|
112
|
-
i0.ɵɵadvance(1);
|
|
113
|
-
i0.ɵɵproperty("ngSwitchCase", 5);
|
|
114
|
-
i0.ɵɵadvance(1);
|
|
115
|
-
i0.ɵɵproperty("ngSwitchCase", 6);
|
|
116
|
-
} }, dependencies: [i1.NgTemplateOutlet, i1.NgSwitch, i1.NgSwitchCase, i1.NgSwitchDefault], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-hJ5S: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%;box-sizing:border-box;padding:0 var(--horizontal-padding-SCOPED-IN-heading-hJ5S)}"], changeDetection: 0 });
|
|
117
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HeadingOrganism, [{
|
|
118
|
-
type: Component,
|
|
119
|
-
args: [{ selector: 'organisms-heading', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template #temp><ng-content></ng-content></ng-template>\n\n<ng-container [ngSwitch]=\"level\">\n <h1 *ngSwitchDefault><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h1>\n <h2 *ngSwitchCase=\"2\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h2>\n <h3 *ngSwitchCase=\"3\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h3>\n <h4 *ngSwitchCase=\"4\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h4>\n <h5 *ngSwitchCase=\"5\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h5>\n <h6 *ngSwitchCase=\"6\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h6>\n</ng-container>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-hJ5S: var(--horizontal-padding)}:host{display:block;width:100%;box-sizing:border-box;padding:0 var(--horizontal-padding-SCOPED-IN-heading-hJ5S)}\n"] }]
|
|
120
|
-
}], null, { level: [{
|
|
121
|
-
type: Input
|
|
122
|
-
}] }); })();
|
|
123
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGluZy5vcmdhbmlzbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL2hlYWRpbmcvaGVhZGluZy5vcmdhbmlzbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL2hlYWRpbmcvaGVhZGluZy5vcmdhbmlzbS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0lDQXZELGtCQUF5Qjs7O0lBR3JCLHdCQUF1RDs7O0lBQTVFLDBCQUFxQjtJQUFBLHVGQUF1RDtJQUFBLGlCQUFLOzs7O0lBQTdDLGVBQXVCO0lBQXZCLHNDQUF1Qjs7O0lBQ3JDLHdCQUF1RDs7O0lBQTdFLDBCQUFzQjtJQUFBLHVGQUF1RDtJQUFBLGlCQUFLOzs7O0lBQTdDLGVBQXVCO0lBQXZCLHNDQUF1Qjs7O0lBQ3RDLHdCQUF1RDs7O0lBQTdFLDBCQUFzQjtJQUFBLHVGQUF1RDtJQUFBLGlCQUFLOzs7O0lBQTdDLGVBQXVCO0lBQXZCLHNDQUF1Qjs7O0lBQ3RDLHdCQUF1RDs7O0lBQTdFLDBCQUFzQjtJQUFBLHVGQUF1RDtJQUFBLGlCQUFLOzs7O0lBQTdDLGVBQXVCO0lBQXZCLHNDQUF1Qjs7O0lBQ3RDLHdCQUF1RDs7O0lBQTdFLDBCQUFzQjtJQUFBLHVGQUF1RDtJQUFBLGlCQUFLOzs7O0lBQTdDLGVBQXVCO0lBQXZCLHNDQUF1Qjs7O0lBQ3RDLHdCQUF1RDs7O0lBQTdFLDBCQUFzQjtJQUFBLHVGQUF1RDtJQUFBLGlCQUFLOzs7O0lBQTdDLGVBQXVCO0lBQXZCLHNDQUF1Qjs7O0FEQTlELE1BQU0sT0FBTyxlQUFlO0lBTjVCO1FBUUUsVUFBSyxHQUEwQixDQUFDLENBQUM7S0FDbEM7OzhFQUhZLGVBQWU7a0VBQWYsZUFBZTs7UUNSNUIsaUhBQTBEO1FBRTFELGdDQUFpQztRQUMvQiw4REFBaUY7UUFDakYsOERBQWtGO1FBQ2xGLDhEQUFrRjtRQUNsRiw4REFBa0Y7UUFDbEYsOERBQWtGO1FBQ2xGLDhEQUFrRjtRQUNwRiwwQkFBZTs7UUFQRCxlQUFrQjtRQUFsQixvQ0FBa0I7UUFFekIsZUFBZTtRQUFmLGdDQUFlO1FBQ2YsZUFBZTtRQUFmLGdDQUFlO1FBQ2YsZUFBZTtRQUFmLGdDQUFlO1FBQ2YsZUFBZTtRQUFmLGdDQUFlO1FBQ2YsZUFBZTtRQUFmLGdDQUFlOzt1RkRBVCxlQUFlO2NBTjNCLFNBQVM7MkJBQ0UsbUJBQW1CLG1CQUdaLHVCQUF1QixDQUFDLE1BQU07Z0JBSS9DLEtBQUs7a0JBREosS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ29yZ2FuaXNtcy1oZWFkaW5nJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2hlYWRpbmcub3JnYW5pc20uaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2hlYWRpbmcub3JnYW5pc20uc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgSGVhZGluZ09yZ2FuaXNtIHtcbiAgQElucHV0KClcbiAgbGV2ZWw6IDEgfCAyIHwgMyB8IDQgfCA1IHwgNiA9IDE7XG59XG4iLCI8bmctdGVtcGxhdGUgI3RlbXA+PG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PjwvbmctdGVtcGxhdGU+XG5cbjxuZy1jb250YWluZXIgW25nU3dpdGNoXT1cImxldmVsXCI+XG4gIDxoMSAqbmdTd2l0Y2hEZWZhdWx0PjxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJ0ZW1wO1wiPjwvbmctY29udGFpbmVyPjwvaDE+XG4gIDxoMiAqbmdTd2l0Y2hDYXNlPVwiMlwiPjxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJ0ZW1wO1wiPjwvbmctY29udGFpbmVyPjwvaDI+XG4gIDxoMyAqbmdTd2l0Y2hDYXNlPVwiM1wiPjxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJ0ZW1wO1wiPjwvbmctY29udGFpbmVyPjwvaDM+XG4gIDxoNCAqbmdTd2l0Y2hDYXNlPVwiNFwiPjxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJ0ZW1wO1wiPjwvbmctY29udGFpbmVyPjwvaDQ+XG4gIDxoNSAqbmdTd2l0Y2hDYXNlPVwiNVwiPjxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJ0ZW1wO1wiPjwvbmctY29udGFpbmVyPjwvaDU+XG4gIDxoNiAqbmdTd2l0Y2hDYXNlPVwiNlwiPjxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJ0ZW1wO1wiPjwvbmctY29udGFpbmVyPjwvaDY+XG48L25nLWNvbnRhaW5lcj4iXX0=
|
|
9
|
+
HeadingOrganism.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: HeadingOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
HeadingOrganism.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: HeadingOrganism, selector: "organisms-heading", inputs: { level: "level" }, ngImport: i0, template: "<ng-template #temp><ng-content></ng-content></ng-template>\n\n<ng-container [ngSwitch]=\"level\">\n <h1 *ngSwitchDefault><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h1>\n <h2 *ngSwitchCase=\"2\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h2>\n <h3 *ngSwitchCase=\"3\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h3>\n <h4 *ngSwitchCase=\"4\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h4>\n <h5 *ngSwitchCase=\"5\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h5>\n <h6 *ngSwitchCase=\"6\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h6>\n</ng-container>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-YzYD: var(--horizontal-padding)}:host{display:block;width:100%;box-sizing:border-box;padding:0 var(--horizontal-padding-SCOPED-IN-heading-YzYD)}\n"], dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: HeadingOrganism, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ selector: 'organisms-heading', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template #temp><ng-content></ng-content></ng-template>\n\n<ng-container [ngSwitch]=\"level\">\n <h1 *ngSwitchDefault><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h1>\n <h2 *ngSwitchCase=\"2\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h2>\n <h3 *ngSwitchCase=\"3\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h3>\n <h4 *ngSwitchCase=\"4\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h4>\n <h5 *ngSwitchCase=\"5\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h5>\n <h6 *ngSwitchCase=\"6\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h6>\n</ng-container>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-YzYD: var(--horizontal-padding)}:host{display:block;width:100%;box-sizing:border-box;padding:0 var(--horizontal-padding-SCOPED-IN-heading-YzYD)}\n"] }]
|
|
14
|
+
}], propDecorators: { level: [{
|
|
15
|
+
type: Input
|
|
16
|
+
}] } });
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGluZy5vcmdhbmlzbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL2hlYWRpbmcvaGVhZGluZy5vcmdhbmlzbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL2hlYWRpbmcvaGVhZGluZy5vcmdhbmlzbS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFRMUUsTUFBTSxPQUFPLGVBQWU7SUFONUI7UUFRRSxVQUFLLEdBQTBCLENBQUMsQ0FBQztLQUNsQzs7NEdBSFksZUFBZTtnR0FBZixlQUFlLHFGQ1I1Qiw2b0JBU2U7MkZEREYsZUFBZTtrQkFOM0IsU0FBUzsrQkFDRSxtQkFBbUIsbUJBR1osdUJBQXVCLENBQUMsTUFBTTs4QkFJL0MsS0FBSztzQkFESixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnb3JnYW5pc21zLWhlYWRpbmcnLFxuICB0ZW1wbGF0ZVVybDogJy4vaGVhZGluZy5vcmdhbmlzbS5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaGVhZGluZy5vcmdhbmlzbS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBIZWFkaW5nT3JnYW5pc20ge1xuICBASW5wdXQoKVxuICBsZXZlbDogMSB8IDIgfCAzIHwgNCB8IDUgfCA2ID0gMTtcbn1cbiIsIjxuZy10ZW1wbGF0ZSAjdGVtcD48bmctY29udGVudD48L25nLWNvbnRlbnQ+PC9uZy10ZW1wbGF0ZT5cblxuPG5nLWNvbnRhaW5lciBbbmdTd2l0Y2hdPVwibGV2ZWxcIj5cbiAgPGgxICpuZ1N3aXRjaERlZmF1bHQ+PG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cInRlbXA7XCI+PC9uZy1jb250YWluZXI+PC9oMT5cbiAgPGgyICpuZ1N3aXRjaENhc2U9XCIyXCI+PG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cInRlbXA7XCI+PC9uZy1jb250YWluZXI+PC9oMj5cbiAgPGgzICpuZ1N3aXRjaENhc2U9XCIzXCI+PG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cInRlbXA7XCI+PC9uZy1jb250YWluZXI+PC9oMz5cbiAgPGg0ICpuZ1N3aXRjaENhc2U9XCI0XCI+PG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cInRlbXA7XCI+PC9uZy1jb250YWluZXI+PC9oND5cbiAgPGg1ICpuZ1N3aXRjaENhc2U9XCI1XCI+PG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cInRlbXA7XCI+PC9uZy1jb250YWluZXI+PC9oNT5cbiAgPGg2ICpuZ1N3aXRjaENhc2U9XCI2XCI+PG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cInRlbXA7XCI+PC9uZy1jb250YWluZXI+PC9oNj5cbjwvbmctY29udGFpbmVyPiJdfQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { HeadingModule } from './heading.module';
|
|
2
2
|
export * from './heading.organism';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL29yZ2FuaXNtcy9oZWFkaW5nL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNqRCxjQUFjLG9CQUFvQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSGVhZGluZ01vZHVsZSB9IGZyb20gJy4vaGVhZGluZy5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9oZWFkaW5nLm9yZ2FuaXNtJztcbiJdfQ==
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLWhlYWRpbmcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL29yZ2FuaXNtcy9oZWFkaW5nL25nLWF0b21pYy1jb21wb25lbnRzLW9yZ2FuaXNtcy1oZWFkaW5nLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { NavigationListOrganism } from './navigation-list.organism';
|
|
2
2
|
export { NavigationListModule } from './navigation-list.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL29yZ2FuaXNtcy9uYXZpZ2F0aW9uLWxpc3QvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDcEUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBOYXZpZ2F0aW9uTGlzdE9yZ2FuaXNtIH0gZnJvbSAnLi9uYXZpZ2F0aW9uLWxpc3Qub3JnYW5pc20nO1xuZXhwb3J0IHsgTmF2aWdhdGlvbkxpc3RNb2R1bGUgfSBmcm9tICcuL25hdmlnYXRpb24tbGlzdC5tb2R1bGUnO1xuIl19
|
|
@@ -6,30 +6,29 @@ import { NavigationListOrganism } from './navigation-list.organism';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class NavigationListModule {
|
|
8
8
|
}
|
|
9
|
-
NavigationListModule.ɵfac =
|
|
10
|
-
NavigationListModule.ɵmod =
|
|
11
|
-
NavigationListModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
9
|
+
NavigationListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: NavigationListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
+
NavigationListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: NavigationListModule, declarations: [NavigationListOrganism], imports: [CommonModule,
|
|
12
11
|
// Materials
|
|
13
12
|
MatListModule,
|
|
14
13
|
// Molecules
|
|
15
|
-
NavigationListItemModule] });
|
|
16
|
-
|
|
17
|
-
type: NgModule,
|
|
18
|
-
args: [{
|
|
19
|
-
declarations: [NavigationListOrganism],
|
|
20
|
-
imports: [
|
|
21
|
-
CommonModule,
|
|
22
|
-
// Materials
|
|
23
|
-
MatListModule,
|
|
24
|
-
// Molecules
|
|
25
|
-
NavigationListItemModule,
|
|
26
|
-
],
|
|
27
|
-
exports: [NavigationListOrganism]
|
|
28
|
-
}]
|
|
29
|
-
}], null, null); })();
|
|
30
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(NavigationListModule, { declarations: [NavigationListOrganism], imports: [CommonModule,
|
|
14
|
+
NavigationListItemModule], exports: [NavigationListOrganism] });
|
|
15
|
+
NavigationListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: NavigationListModule, imports: [CommonModule,
|
|
31
16
|
// Materials
|
|
32
17
|
MatListModule,
|
|
33
18
|
// Molecules
|
|
34
|
-
NavigationListItemModule]
|
|
35
|
-
|
|
19
|
+
NavigationListItemModule] });
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: NavigationListModule, decorators: [{
|
|
21
|
+
type: NgModule,
|
|
22
|
+
args: [{
|
|
23
|
+
declarations: [NavigationListOrganism],
|
|
24
|
+
imports: [
|
|
25
|
+
CommonModule,
|
|
26
|
+
// Materials
|
|
27
|
+
MatListModule,
|
|
28
|
+
// Molecules
|
|
29
|
+
NavigationListItemModule,
|
|
30
|
+
],
|
|
31
|
+
exports: [NavigationListOrganism]
|
|
32
|
+
}]
|
|
33
|
+
}] });
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1saXN0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL25hdmlnYXRpb24tbGlzdC9uYXZpZ2F0aW9uLWxpc3QubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxzREFBc0QsQ0FBQztBQUVoRyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7QUFhcEUsTUFBTSxPQUFPLG9CQUFvQjs7aUhBQXBCLG9CQUFvQjtrSEFBcEIsb0JBQW9CLGlCQVZoQixzQkFBc0IsYUFFbkMsWUFBWTtRQUNaLFlBQVk7UUFDWixhQUFhO1FBQ2IsWUFBWTtRQUNaLHdCQUF3QixhQUVoQixzQkFBc0I7a0hBRXJCLG9CQUFvQixZQVI3QixZQUFZO1FBQ1osWUFBWTtRQUNaLGFBQWE7UUFDYixZQUFZO1FBQ1osd0JBQXdCOzJGQUlmLG9CQUFvQjtrQkFYaEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztvQkFDdEMsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osWUFBWTt3QkFDWixhQUFhO3dCQUNiLFlBQVk7d0JBQ1osd0JBQXdCO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1hdExpc3RNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9saXN0JztcbmltcG9ydCB7IE5hdmlnYXRpb25MaXN0SXRlbU1vZHVsZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9tb2xlY3VsZXMvbmF2aWdhdGlvbi1saXN0LWl0ZW0nO1xuXG5pbXBvcnQgeyBOYXZpZ2F0aW9uTGlzdE9yZ2FuaXNtIH0gZnJvbSAnLi9uYXZpZ2F0aW9uLWxpc3Qub3JnYW5pc20nO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtOYXZpZ2F0aW9uTGlzdE9yZ2FuaXNtXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICAvLyBNYXRlcmlhbHNcbiAgICBNYXRMaXN0TW9kdWxlLFxuICAgIC8vIE1vbGVjdWxlc1xuICAgIE5hdmlnYXRpb25MaXN0SXRlbU1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW05hdmlnYXRpb25MaXN0T3JnYW5pc21dXG59KVxuZXhwb3J0IGNsYXNzIE5hdmlnYXRpb25MaXN0TW9kdWxlIHsgfVxuIl19
|
|
@@ -3,37 +3,20 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "@angular/common";
|
|
4
4
|
import * as i2 from "@angular/material/list";
|
|
5
5
|
import * as i3 from "@ng-atomic/components/molecules/navigation-list-item";
|
|
6
|
-
function NavigationListOrganism_molecules_navigation_list_item_1_Template(rf, ctx) { if (rf & 1) {
|
|
7
|
-
const _r3 = i0.ɵɵgetCurrentView();
|
|
8
|
-
i0.ɵɵelementStart(0, "molecules-navigation-list-item", 2);
|
|
9
|
-
i0.ɵɵlistener("click", function NavigationListOrganism_molecules_navigation_list_item_1_Template_molecules_navigation_list_item_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r3); const item_r1 = restoredCtx.$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.action.emit(item_r1)); });
|
|
10
|
-
i0.ɵɵelementEnd();
|
|
11
|
-
} if (rf & 2) {
|
|
12
|
-
const item_r1 = ctx.$implicit;
|
|
13
|
-
i0.ɵɵproperty("item", item_r1);
|
|
14
|
-
} }
|
|
15
6
|
export class NavigationListOrganism {
|
|
16
7
|
constructor() {
|
|
17
8
|
this.items = [];
|
|
18
9
|
this.action = new EventEmitter();
|
|
19
10
|
}
|
|
20
11
|
}
|
|
21
|
-
NavigationListOrganism.ɵfac =
|
|
22
|
-
NavigationListOrganism.ɵcmp =
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
type: Component,
|
|
33
|
-
args: [{ selector: 'organisms-navigation-list', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-selection-list [multiple]=\"false\">\n <molecules-navigation-list-item\n *ngFor=\"let item of items\" \n [item]=\"item\"\n (click)=\"action.emit(item)\"\n ></molecules-navigation-list-item>\n</mat-selection-list>", styles: [":host{--primary-color: #3f51b5;--primary-color-SCOPED-IN-navigation-list-SkuQ: var(--primary-color);--secondary-color: #3f51b5;--secondary-color-SCOPED-IN-navigation-list-SkuQ: var(--secondary-color);--color: white;--color-SCOPED-IN-navigation-list-SkuQ: var(--color)}:host{display:block;width:100%;height:100%;background:var(--primary-color-SCOPED-IN-navigation-list-SkuQ);color:var(--color-SCOPED-IN-navigation-list-SkuQ);box-sizing:border-box}:host .mat-list-item{height:3rem!important}:host ::ng-deep .mat-list-item .mat-list-item-content{display:flex;align-items:center;grid-gap:8px;padding-top:8px;padding-bottom:8px;cursor:pointer;color:var(--color-SCOPED-IN-navigation-list-SkuQ);font-size:12px}:host ::ng-deep .mat-list-item .mat-list-text{padding-left:8px!important}\n"] }]
|
|
34
|
-
}], null, { items: [{
|
|
35
|
-
type: Input
|
|
36
|
-
}], action: [{
|
|
37
|
-
type: Output
|
|
38
|
-
}] }); })();
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1saXN0Lm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9vcmdhbmlzbXMvbmF2aWdhdGlvbi1saXN0L25hdmlnYXRpb24tbGlzdC5vcmdhbmlzbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL25hdmlnYXRpb24tbGlzdC9uYXZpZ2F0aW9uLWxpc3Qub3JnYW5pc20uaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLHVCQUF1QixFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7O0lDQzlGLHlEQUlDO0lBREMsaVJBQVMsZUFBQSwyQkFBaUIsQ0FBQSxJQUFDO0lBQzVCLGlCQUFpQzs7O0lBRmhDLDhCQUFhOztBRE1qQixNQUFNLE9BQU8sc0JBQXNCO0lBTm5DO1FBUUUsVUFBSyxHQUF5QixFQUFFLENBQUM7UUFHakMsV0FBTSxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7S0FDckM7OzRGQU5ZLHNCQUFzQjt5RUFBdEIsc0JBQXNCO1FDVG5DLDZDQUF1QztRQUNyQyw2SEFJa0M7UUFDcEMsaUJBQXFCOztRQU5ELGdDQUFrQjtRQUVqQixlQUFRO1FBQVIsbUNBQVE7O3VGRE9oQixzQkFBc0I7Y0FObEMsU0FBUzsyQkFDRSwyQkFBMkIsbUJBR3BCLHVCQUF1QixDQUFDLE1BQU07Z0JBSS9DLEtBQUs7a0JBREosS0FBSztZQUlOLE1BQU07a0JBREwsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIElucHV0LCBPdXRwdXQsIEV2ZW50RW1pdHRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWN0aW9uLCBBY3Rpb25JdGVtIH0gZnJvbSAnQG5nLWF0b21pYy9jb21tb24vbW9kZWxzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnb3JnYW5pc21zLW5hdmlnYXRpb24tbGlzdCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9uYXZpZ2F0aW9uLWxpc3Qub3JnYW5pc20uaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL25hdmlnYXRpb24tbGlzdC5vcmdhbmlzbS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBOYXZpZ2F0aW9uTGlzdE9yZ2FuaXNtIHtcbiAgQElucHV0KClcbiAgaXRlbXM6IEFjdGlvbkl0ZW08c3RyaW5nPltdID0gW107XG5cbiAgQE91dHB1dCgpXG4gIGFjdGlvbiA9IG5ldyBFdmVudEVtaXR0ZXI8QWN0aW9uPigpO1xufVxuIiwiPG1hdC1zZWxlY3Rpb24tbGlzdCBbbXVsdGlwbGVdPVwiZmFsc2VcIj5cbiAgPG1vbGVjdWxlcy1uYXZpZ2F0aW9uLWxpc3QtaXRlbVxuICAgICpuZ0Zvcj1cImxldCBpdGVtIG9mIGl0ZW1zXCIgXG4gICAgW2l0ZW1dPVwiaXRlbVwiXG4gICAgKGNsaWNrKT1cImFjdGlvbi5lbWl0KGl0ZW0pXCJcbiAgPjwvbW9sZWN1bGVzLW5hdmlnYXRpb24tbGlzdC1pdGVtPlxuPC9tYXQtc2VsZWN0aW9uLWxpc3Q+Il19
|
|
12
|
+
NavigationListOrganism.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: NavigationListOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
NavigationListOrganism.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: NavigationListOrganism, selector: "organisms-navigation-list", inputs: { items: "items" }, outputs: { action: "action" }, ngImport: i0, template: "<mat-selection-list [multiple]=\"false\">\n <molecules-navigation-list-item\n *ngFor=\"let item of items\" \n [item]=\"item\"\n (click)=\"action.emit(item)\"\n ></molecules-navigation-list-item>\n</mat-selection-list>", styles: [":host{--primary-color: #3f51b5;--primary-color-SCOPED-IN-navigation-list-lJNZ: var(--primary-color);--secondary-color: #3f51b5;--secondary-color-SCOPED-IN-navigation-list-lJNZ: var(--secondary-color);--color: white;--color-SCOPED-IN-navigation-list-lJNZ: var(--color)}:host{display:block;width:100%;height:100%;background:var(--primary-color-SCOPED-IN-navigation-list-lJNZ);color:var(--color-SCOPED-IN-navigation-list-lJNZ);box-sizing:border-box}:host .mat-list-item{height:3rem!important}:host ::ng-deep .mat-list-item .mat-list-item-content{display:flex;align-items:center;grid-gap:8px;padding-top:8px;padding-bottom:8px;cursor:pointer;color:var(--color-SCOPED-IN-navigation-list-lJNZ);font-size:12px}:host ::ng-deep .mat-list-item .mat-list-text{padding-left:8px!important}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i2.MatSelectionList, selector: "mat-selection-list", inputs: ["disableRipple", "color", "compareWith", "disabled", "multiple"], outputs: ["selectionChange"], exportAs: ["matSelectionList"] }, { kind: "component", type: i3.NavigationListItemMolecule, selector: "molecules-navigation-list-item", inputs: ["item", "selected"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: NavigationListOrganism, decorators: [{
|
|
15
|
+
type: Component,
|
|
16
|
+
args: [{ selector: 'organisms-navigation-list', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-selection-list [multiple]=\"false\">\n <molecules-navigation-list-item\n *ngFor=\"let item of items\" \n [item]=\"item\"\n (click)=\"action.emit(item)\"\n ></molecules-navigation-list-item>\n</mat-selection-list>", styles: [":host{--primary-color: #3f51b5;--primary-color-SCOPED-IN-navigation-list-lJNZ: var(--primary-color);--secondary-color: #3f51b5;--secondary-color-SCOPED-IN-navigation-list-lJNZ: var(--secondary-color);--color: white;--color-SCOPED-IN-navigation-list-lJNZ: var(--color)}:host{display:block;width:100%;height:100%;background:var(--primary-color-SCOPED-IN-navigation-list-lJNZ);color:var(--color-SCOPED-IN-navigation-list-lJNZ);box-sizing:border-box}:host .mat-list-item{height:3rem!important}:host ::ng-deep .mat-list-item .mat-list-item-content{display:flex;align-items:center;grid-gap:8px;padding-top:8px;padding-bottom:8px;cursor:pointer;color:var(--color-SCOPED-IN-navigation-list-lJNZ);font-size:12px}:host ::ng-deep .mat-list-item .mat-list-text{padding-left:8px!important}\n"] }]
|
|
17
|
+
}], propDecorators: { items: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}], action: [{
|
|
20
|
+
type: Output
|
|
21
|
+
}] } });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1saXN0Lm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9vcmdhbmlzbXMvbmF2aWdhdGlvbi1saXN0L25hdmlnYXRpb24tbGlzdC5vcmdhbmlzbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL25hdmlnYXRpb24tbGlzdC9uYXZpZ2F0aW9uLWxpc3Qub3JnYW5pc20uaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLHVCQUF1QixFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7OztBQVNoRyxNQUFNLE9BQU8sc0JBQXNCO0lBTm5DO1FBUUUsVUFBSyxHQUF5QixFQUFFLENBQUM7UUFHakMsV0FBTSxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7S0FDckM7O21IQU5ZLHNCQUFzQjt1R0FBdEIsc0JBQXNCLDRIQ1RuQyxzT0FNcUI7MkZER1Isc0JBQXNCO2tCQU5sQyxTQUFTOytCQUNFLDJCQUEyQixtQkFHcEIsdUJBQXVCLENBQUMsTUFBTTs4QkFJL0MsS0FBSztzQkFESixLQUFLO2dCQUlOLE1BQU07c0JBREwsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIElucHV0LCBPdXRwdXQsIEV2ZW50RW1pdHRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWN0aW9uLCBBY3Rpb25JdGVtIH0gZnJvbSAnQG5nLWF0b21pYy9jb21tb24vbW9kZWxzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnb3JnYW5pc21zLW5hdmlnYXRpb24tbGlzdCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9uYXZpZ2F0aW9uLWxpc3Qub3JnYW5pc20uaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL25hdmlnYXRpb24tbGlzdC5vcmdhbmlzbS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBOYXZpZ2F0aW9uTGlzdE9yZ2FuaXNtIHtcbiAgQElucHV0KClcbiAgaXRlbXM6IEFjdGlvbkl0ZW08c3RyaW5nPltdID0gW107XG5cbiAgQE91dHB1dCgpXG4gIGFjdGlvbiA9IG5ldyBFdmVudEVtaXR0ZXI8QWN0aW9uPigpO1xufVxuIiwiPG1hdC1zZWxlY3Rpb24tbGlzdCBbbXVsdGlwbGVdPVwiZmFsc2VcIj5cbiAgPG1vbGVjdWxlcy1uYXZpZ2F0aW9uLWxpc3QtaXRlbVxuICAgICpuZ0Zvcj1cImxldCBpdGVtIG9mIGl0ZW1zXCIgXG4gICAgW2l0ZW1dPVwiaXRlbVwiXG4gICAgKGNsaWNrKT1cImFjdGlvbi5lbWl0KGl0ZW0pXCJcbiAgPjwvbW9sZWN1bGVzLW5hdmlnYXRpb24tbGlzdC1pdGVtPlxuPC9tYXQtc2VsZWN0aW9uLWxpc3Q+Il19
|
package/esm2020/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.mjs
CHANGED
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLW5hdmlnYXRpb24tbGlzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL25hdmlnYXRpb24tbGlzdC9uZy1hdG9taWMtY29tcG9uZW50cy1vcmdhbmlzbXMtbmF2aWdhdGlvbi1saXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { NavigatorOrganism } from './navigator.organism';
|
|
2
2
|
export { NavigatorModule } from './navigator.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL29yZ2FuaXNtcy9uYXZpZ2F0b3IvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDekQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLG9CQUFvQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgTmF2aWdhdG9yT3JnYW5pc20gfSBmcm9tICcuL25hdmlnYXRvci5vcmdhbmlzbSc7XG5leHBvcnQgeyBOYXZpZ2F0b3JNb2R1bGUgfSBmcm9tICcuL25hdmlnYXRvci5tb2R1bGUnO1xuIl19
|
|
@@ -8,36 +8,35 @@ import { NavigatorOrganism } from './navigator.organism';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export class NavigatorModule {
|
|
10
10
|
}
|
|
11
|
-
NavigatorModule.ɵfac =
|
|
12
|
-
NavigatorModule.ɵmod =
|
|
13
|
-
NavigatorModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
11
|
+
NavigatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: NavigatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
+
NavigatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: NavigatorModule, declarations: [NavigatorOrganism], imports: [CommonModule,
|
|
14
13
|
// Material
|
|
15
14
|
MatButtonModule,
|
|
16
15
|
MatIconModule,
|
|
17
16
|
MatToolbarModule,
|
|
18
17
|
// Atoms
|
|
19
|
-
SmartMenuButtonModule] });
|
|
20
|
-
|
|
21
|
-
type: NgModule,
|
|
22
|
-
args: [{
|
|
23
|
-
declarations: [NavigatorOrganism],
|
|
24
|
-
imports: [
|
|
25
|
-
CommonModule,
|
|
26
|
-
// Material
|
|
27
|
-
MatButtonModule,
|
|
28
|
-
MatIconModule,
|
|
29
|
-
MatToolbarModule,
|
|
30
|
-
// Atoms
|
|
31
|
-
SmartMenuButtonModule,
|
|
32
|
-
],
|
|
33
|
-
exports: [NavigatorOrganism]
|
|
34
|
-
}]
|
|
35
|
-
}], null, null); })();
|
|
36
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(NavigatorModule, { declarations: [NavigatorOrganism], imports: [CommonModule,
|
|
18
|
+
SmartMenuButtonModule], exports: [NavigatorOrganism] });
|
|
19
|
+
NavigatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: NavigatorModule, imports: [CommonModule,
|
|
37
20
|
// Material
|
|
38
21
|
MatButtonModule,
|
|
39
22
|
MatIconModule,
|
|
40
23
|
MatToolbarModule,
|
|
41
24
|
// Atoms
|
|
42
|
-
SmartMenuButtonModule]
|
|
43
|
-
|
|
25
|
+
SmartMenuButtonModule] });
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: NavigatorModule, decorators: [{
|
|
27
|
+
type: NgModule,
|
|
28
|
+
args: [{
|
|
29
|
+
declarations: [NavigatorOrganism],
|
|
30
|
+
imports: [
|
|
31
|
+
CommonModule,
|
|
32
|
+
// Material
|
|
33
|
+
MatButtonModule,
|
|
34
|
+
MatIconModule,
|
|
35
|
+
MatToolbarModule,
|
|
36
|
+
// Atoms
|
|
37
|
+
SmartMenuButtonModule,
|
|
38
|
+
],
|
|
39
|
+
exports: [NavigatorOrganism]
|
|
40
|
+
}]
|
|
41
|
+
}] });
|
|
42
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdG9yLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL25hdmlnYXRvci9uYXZpZ2F0b3IubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDN0QsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFFdEYsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7O0FBaUJ6RCxNQUFNLE9BQU8sZUFBZTs7NEdBQWYsZUFBZTs2R0FBZixlQUFlLGlCQVpYLGlCQUFpQixhQUU5QixZQUFZO1FBQ1osV0FBVztRQUNYLGVBQWU7UUFDZixhQUFhO1FBQ2IsZ0JBQWdCO1FBQ2hCLFFBQVE7UUFDUixxQkFBcUIsYUFFYixpQkFBaUI7NkdBRWhCLGVBQWUsWUFWeEIsWUFBWTtRQUNaLFdBQVc7UUFDWCxlQUFlO1FBQ2YsYUFBYTtRQUNiLGdCQUFnQjtRQUNoQixRQUFRO1FBQ1IscUJBQXFCOzJGQUlaLGVBQWU7a0JBYjNCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsaUJBQWlCLENBQUM7b0JBQ2pDLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLFdBQVc7d0JBQ1gsZUFBZTt3QkFDZixhQUFhO3dCQUNiLGdCQUFnQjt3QkFDaEIsUUFBUTt3QkFDUixxQkFBcUI7cUJBQ3RCO29CQUNELE9BQU8sRUFBRSxDQUFDLGlCQUFpQixDQUFDO2lCQUM3QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcbmltcG9ydCB7IE1hdEljb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pY29uJztcbmltcG9ydCB7IE1hdFRvb2xiYXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC90b29sYmFyJztcbmltcG9ydCB7IFNtYXJ0TWVudUJ1dHRvbk1vZHVsZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9hdG9tcy9zbWFydC1tZW51LWJ1dHRvbic7XG5cbmltcG9ydCB7IE5hdmlnYXRvck9yZ2FuaXNtIH0gZnJvbSAnLi9uYXZpZ2F0b3Iub3JnYW5pc20nO1xuXG5cblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbTmF2aWdhdG9yT3JnYW5pc21dLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIC8vIE1hdGVyaWFsXG4gICAgTWF0QnV0dG9uTW9kdWxlLFxuICAgIE1hdEljb25Nb2R1bGUsXG4gICAgTWF0VG9vbGJhck1vZHVsZSxcbiAgICAvLyBBdG9tc1xuICAgIFNtYXJ0TWVudUJ1dHRvbk1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW05hdmlnYXRvck9yZ2FuaXNtXVxufSlcbmV4cG9ydCBjbGFzcyBOYXZpZ2F0b3JNb2R1bGUgeyB9XG4iXX0=
|
|
@@ -3,25 +3,6 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "@angular/common";
|
|
4
4
|
import * as i2 from "@angular/material/toolbar";
|
|
5
5
|
import * as i3 from "@ng-atomic/components/atoms/smart-menu-button";
|
|
6
|
-
function NavigatorOrganism_atoms_smart_menu_button_2_Template(rf, ctx) { if (rf & 1) {
|
|
7
|
-
const _r3 = i0.ɵɵgetCurrentView();
|
|
8
|
-
i0.ɵɵelementStart(0, "atoms-smart-menu-button", 2);
|
|
9
|
-
i0.ɵɵlistener("action", function NavigatorOrganism_atoms_smart_menu_button_2_Template_atoms_smart_menu_button_action_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.action.emit($event)); });
|
|
10
|
-
i0.ɵɵelementEnd();
|
|
11
|
-
} if (rf & 2) {
|
|
12
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
13
|
-
i0.ɵɵproperty("items", ctx_r0.startActions);
|
|
14
|
-
} }
|
|
15
|
-
function NavigatorOrganism_atoms_smart_menu_button_5_Template(rf, ctx) { if (rf & 1) {
|
|
16
|
-
const _r5 = i0.ɵɵgetCurrentView();
|
|
17
|
-
i0.ɵɵelementStart(0, "atoms-smart-menu-button", 2);
|
|
18
|
-
i0.ɵɵlistener("action", function NavigatorOrganism_atoms_smart_menu_button_5_Template_atoms_smart_menu_button_action_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r4.action.emit($event)); });
|
|
19
|
-
i0.ɵɵelementEnd();
|
|
20
|
-
} if (rf & 2) {
|
|
21
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
22
|
-
i0.ɵɵproperty("items", ctx_r1.endActions);
|
|
23
|
-
} }
|
|
24
|
-
const _c0 = ["*"];
|
|
25
6
|
export class NavigatorOrganism {
|
|
26
7
|
constructor() {
|
|
27
8
|
this.startActions = [];
|
|
@@ -29,30 +10,16 @@ export class NavigatorOrganism {
|
|
|
29
10
|
this.action = new EventEmitter();
|
|
30
11
|
}
|
|
31
12
|
}
|
|
32
|
-
NavigatorOrganism.ɵfac =
|
|
33
|
-
NavigatorOrganism.ɵcmp =
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
i0.ɵɵadvance(3);
|
|
46
|
-
i0.ɵɵproperty("ngIf", ctx.startActions.length);
|
|
47
|
-
} }, dependencies: [i1.NgIf, i2.MatToolbar, i3.SmartMenuButtonAtom], styles: ["[_nghost-%COMP%]{--height: 64px;--height-SCOPED-IN-navigator-t2yZ: var(--height)}[_nghost-%COMP%]{display:block;width:100%;height:var(--height-SCOPED-IN-navigator-t2yZ)}[_nghost-%COMP%] mat-toolbar[_ngcontent-%COMP%]{display:flex;width:100%;height:100%;justify-content:space-between;align-items:center}[_nghost-%COMP%] div[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center}"], changeDetection: 0 });
|
|
48
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NavigatorOrganism, [{
|
|
49
|
-
type: Component,
|
|
50
|
-
args: [{ selector: 'organisms-navigator', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-toolbar color=\"primary\">\n <div>\n <atoms-smart-menu-button\n *ngIf=\"startActions.length\"\n [items]=\"startActions\"\n (action)=\"action.emit($event)\"\n ></atoms-smart-menu-button>\n <ng-content></ng-content>\n </div>\n <div>\n <atoms-smart-menu-button\n *ngIf=\"startActions.length\"\n [items]=\"endActions\"\n (action)=\"action.emit($event)\"\n ></atoms-smart-menu-button>\n </div>\n</mat-toolbar>\n", styles: [":host{--height: 64px;--height-SCOPED-IN-navigator-t2yZ: var(--height)}:host{display:block;width:100%;height:var(--height-SCOPED-IN-navigator-t2yZ)}:host mat-toolbar{display:flex;width:100%;height:100%;justify-content:space-between;align-items:center}:host div{display:flex;justify-content:center;align-items:center}\n"] }]
|
|
51
|
-
}], null, { startActions: [{
|
|
52
|
-
type: Input
|
|
53
|
-
}], endActions: [{
|
|
54
|
-
type: Input
|
|
55
|
-
}], action: [{
|
|
56
|
-
type: Output
|
|
57
|
-
}] }); })();
|
|
58
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdG9yLm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9vcmdhbmlzbXMvbmF2aWdhdG9yL25hdmlnYXRvci5vcmdhbmlzbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL25hdmlnYXRvci9uYXZpZ2F0b3Iub3JnYW5pc20uaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7O0lDRTVGLGtEQUlDO0lBREMsMk1BQVUsZUFBQSwwQkFBbUIsQ0FBQSxJQUFDO0lBQy9CLGlCQUEwQjs7O0lBRnpCLDJDQUFzQjs7OztJQU14QixrREFJQztJQURDLDJNQUFVLGVBQUEsMEJBQW1CLENBQUEsSUFBQztJQUMvQixpQkFBMEI7OztJQUZ6Qix5Q0FBb0I7OztBREgxQixNQUFNLE9BQU8saUJBQWlCO0lBTjlCO1FBUUUsaUJBQVksR0FBYSxFQUFFLENBQUM7UUFHNUIsZUFBVSxHQUFhLEVBQUUsQ0FBQztRQUcxQixXQUFNLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztLQUNyQzs7a0ZBVFksaUJBQWlCO29FQUFqQixpQkFBaUI7O1FDVDlCLHNDQUE2QixVQUFBO1FBRXpCLDBHQUkyQjtRQUMzQixrQkFBeUI7UUFDM0IsaUJBQU07UUFDTiwyQkFBSztRQUNILDBHQUkyQjtRQUM3QixpQkFBTSxFQUFBOztRQVpELGVBQXlCO1FBQXpCLDhDQUF5QjtRQVF6QixlQUF5QjtRQUF6Qiw4Q0FBeUI7O3VGREZuQixpQkFBaUI7Y0FON0IsU0FBUzsyQkFDRSxxQkFBcUIsbUJBR2QsdUJBQXVCLENBQUMsTUFBTTtnQkFJL0MsWUFBWTtrQkFEWCxLQUFLO1lBSU4sVUFBVTtrQkFEVCxLQUFLO1lBSU4sTUFBTTtrQkFETCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBY3Rpb24gfSBmcm9tICdAbmctYXRvbWljL2NvbW1vbi9tb2RlbHMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdvcmdhbmlzbXMtbmF2aWdhdG9yJyxcbiAgdGVtcGxhdGVVcmw6ICcuL25hdmlnYXRvci5vcmdhbmlzbS5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbmF2aWdhdG9yLm9yZ2FuaXNtLnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIE5hdmlnYXRvck9yZ2FuaXNtIHtcbiAgQElucHV0KClcbiAgc3RhcnRBY3Rpb25zOiBBY3Rpb25bXSA9IFtdO1xuXG4gIEBJbnB1dCgpXG4gIGVuZEFjdGlvbnM6IEFjdGlvbltdID0gW107XG5cbiAgQE91dHB1dCgpXG4gIGFjdGlvbiA9IG5ldyBFdmVudEVtaXR0ZXI8QWN0aW9uPigpO1xufVxuIiwiPG1hdC10b29sYmFyIGNvbG9yPVwicHJpbWFyeVwiPlxuICA8ZGl2PlxuICAgIDxhdG9tcy1zbWFydC1tZW51LWJ1dHRvblxuICAgICAgKm5nSWY9XCJzdGFydEFjdGlvbnMubGVuZ3RoXCJcbiAgICAgIFtpdGVtc109XCJzdGFydEFjdGlvbnNcIlxuICAgICAgKGFjdGlvbik9XCJhY3Rpb24uZW1pdCgkZXZlbnQpXCJcbiAgICA+PC9hdG9tcy1zbWFydC1tZW51LWJ1dHRvbj5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gIDwvZGl2PlxuICA8ZGl2PlxuICAgIDxhdG9tcy1zbWFydC1tZW51LWJ1dHRvblxuICAgICAgKm5nSWY9XCJzdGFydEFjdGlvbnMubGVuZ3RoXCJcbiAgICAgIFtpdGVtc109XCJlbmRBY3Rpb25zXCJcbiAgICAgIChhY3Rpb24pPVwiYWN0aW9uLmVtaXQoJGV2ZW50KVwiXG4gICAgPjwvYXRvbXMtc21hcnQtbWVudS1idXR0b24+XG4gIDwvZGl2PlxuPC9tYXQtdG9vbGJhcj5cbiJdfQ==
|
|
13
|
+
NavigatorOrganism.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: NavigatorOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
+
NavigatorOrganism.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: NavigatorOrganism, selector: "organisms-navigator", inputs: { startActions: "startActions", endActions: "endActions" }, outputs: { action: "action" }, ngImport: i0, template: "<mat-toolbar color=\"primary\">\n <div>\n <atoms-smart-menu-button\n *ngIf=\"startActions.length\"\n [items]=\"startActions\"\n (action)=\"action.emit($event)\"\n ></atoms-smart-menu-button>\n <ng-content></ng-content>\n </div>\n <div>\n <atoms-smart-menu-button\n *ngIf=\"endActions.length\"\n [items]=\"endActions\"\n (action)=\"action.emit($event)\"\n ></atoms-smart-menu-button>\n </div>\n</mat-toolbar>\n", styles: [":host{--height: 64px;--height-SCOPED-IN-navigator-m0xg: var(--height)}:host{display:block;width:100%;height:var(--height-SCOPED-IN-navigator-m0xg)}:host mat-toolbar{display:flex;width:100%;height:100%;justify-content:space-between;align-items:center}:host div{display:flex;justify-content:center;align-items:center}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { kind: "component", type: i3.SmartMenuButtonAtom, selector: "atoms-smart-menu-button", inputs: ["items"], outputs: ["action"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: NavigatorOrganism, decorators: [{
|
|
16
|
+
type: Component,
|
|
17
|
+
args: [{ selector: 'organisms-navigator', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-toolbar color=\"primary\">\n <div>\n <atoms-smart-menu-button\n *ngIf=\"startActions.length\"\n [items]=\"startActions\"\n (action)=\"action.emit($event)\"\n ></atoms-smart-menu-button>\n <ng-content></ng-content>\n </div>\n <div>\n <atoms-smart-menu-button\n *ngIf=\"endActions.length\"\n [items]=\"endActions\"\n (action)=\"action.emit($event)\"\n ></atoms-smart-menu-button>\n </div>\n</mat-toolbar>\n", styles: [":host{--height: 64px;--height-SCOPED-IN-navigator-m0xg: var(--height)}:host{display:block;width:100%;height:var(--height-SCOPED-IN-navigator-m0xg)}:host mat-toolbar{display:flex;width:100%;height:100%;justify-content:space-between;align-items:center}:host div{display:flex;justify-content:center;align-items:center}\n"] }]
|
|
18
|
+
}], propDecorators: { startActions: [{
|
|
19
|
+
type: Input
|
|
20
|
+
}], endActions: [{
|
|
21
|
+
type: Input
|
|
22
|
+
}], action: [{
|
|
23
|
+
type: Output
|
|
24
|
+
}] } });
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdG9yLm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9vcmdhbmlzbXMvbmF2aWdhdG9yL25hdmlnYXRvci5vcmdhbmlzbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL25hdmlnYXRvci9uYXZpZ2F0b3Iub3JnYW5pc20uaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7OztBQVNoRyxNQUFNLE9BQU8saUJBQWlCO0lBTjlCO1FBUUUsaUJBQVksR0FBYSxFQUFFLENBQUM7UUFHNUIsZUFBVSxHQUFhLEVBQUUsQ0FBQztRQUcxQixXQUFNLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztLQUNyQzs7OEdBVFksaUJBQWlCO2tHQUFqQixpQkFBaUIsOEpDVDlCLDRjQWlCQTsyRkRSYSxpQkFBaUI7a0JBTjdCLFNBQVM7K0JBQ0UscUJBQXFCLG1CQUdkLHVCQUF1QixDQUFDLE1BQU07OEJBSS9DLFlBQVk7c0JBRFgsS0FBSztnQkFJTixVQUFVO3NCQURULEtBQUs7Z0JBSU4sTUFBTTtzQkFETCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBY3Rpb24gfSBmcm9tICdAbmctYXRvbWljL2NvbW1vbi9tb2RlbHMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdvcmdhbmlzbXMtbmF2aWdhdG9yJyxcbiAgdGVtcGxhdGVVcmw6ICcuL25hdmlnYXRvci5vcmdhbmlzbS5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbmF2aWdhdG9yLm9yZ2FuaXNtLnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIE5hdmlnYXRvck9yZ2FuaXNtIHtcbiAgQElucHV0KClcbiAgc3RhcnRBY3Rpb25zOiBBY3Rpb25bXSA9IFtdO1xuXG4gIEBJbnB1dCgpXG4gIGVuZEFjdGlvbnM6IEFjdGlvbltdID0gW107XG5cbiAgQE91dHB1dCgpXG4gIGFjdGlvbiA9IG5ldyBFdmVudEVtaXR0ZXI8QWN0aW9uPigpO1xufVxuIiwiPG1hdC10b29sYmFyIGNvbG9yPVwicHJpbWFyeVwiPlxuICA8ZGl2PlxuICAgIDxhdG9tcy1zbWFydC1tZW51LWJ1dHRvblxuICAgICAgKm5nSWY9XCJzdGFydEFjdGlvbnMubGVuZ3RoXCJcbiAgICAgIFtpdGVtc109XCJzdGFydEFjdGlvbnNcIlxuICAgICAgKGFjdGlvbik9XCJhY3Rpb24uZW1pdCgkZXZlbnQpXCJcbiAgICA+PC9hdG9tcy1zbWFydC1tZW51LWJ1dHRvbj5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gIDwvZGl2PlxuICA8ZGl2PlxuICAgIDxhdG9tcy1zbWFydC1tZW51LWJ1dHRvblxuICAgICAgKm5nSWY9XCJlbmRBY3Rpb25zLmxlbmd0aFwiXG4gICAgICBbaXRlbXNdPVwiZW5kQWN0aW9uc1wiXG4gICAgICAoYWN0aW9uKT1cImFjdGlvbi5lbWl0KCRldmVudClcIlxuICAgID48L2F0b21zLXNtYXJ0LW1lbnUtYnV0dG9uPlxuICA8L2Rpdj5cbjwvbWF0LXRvb2xiYXI+XG4iXX0=
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLW5hdmlnYXRvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL25hdmlnYXRvci9uZy1hdG9taWMtY29tcG9uZW50cy1vcmdhbmlzbXMtbmF2aWdhdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { PaginatorModule } from './paginator.module';
|
|
2
2
|
export * from './paginator.organism';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL29yZ2FuaXNtcy9wYWdpbmF0b3IvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ3JELGNBQWMsc0JBQXNCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBQYWdpbmF0b3JNb2R1bGUgfSBmcm9tICcuL3BhZ2luYXRvci5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9wYWdpbmF0b3Iub3JnYW5pc20nO1xuIl19
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLXBhZ2luYXRvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL3BhZ2luYXRvci9uZy1hdG9taWMtY29tcG9uZW50cy1vcmdhbmlzbXMtcGFnaW5hdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -7,40 +7,39 @@ import { PaginatorOrganism } from './paginator.organism';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class PaginatorModule {
|
|
9
9
|
}
|
|
10
|
-
PaginatorModule.ɵfac =
|
|
11
|
-
PaginatorModule.ɵmod =
|
|
12
|
-
PaginatorModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
10
|
+
PaginatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: PaginatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
+
PaginatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: PaginatorModule, declarations: [PaginatorOrganism], imports: [CommonModule,
|
|
13
12
|
// Materials
|
|
14
13
|
MatPaginatorModule,
|
|
15
14
|
// Frames
|
|
16
15
|
AutoLayoutModule,
|
|
17
16
|
// Molecules
|
|
18
|
-
ChipsInputFieldModule] });
|
|
19
|
-
|
|
20
|
-
type: NgModule,
|
|
21
|
-
args: [{
|
|
22
|
-
declarations: [
|
|
23
|
-
PaginatorOrganism
|
|
24
|
-
],
|
|
25
|
-
imports: [
|
|
26
|
-
CommonModule,
|
|
27
|
-
// Materials
|
|
28
|
-
MatPaginatorModule,
|
|
29
|
-
// Frames
|
|
30
|
-
AutoLayoutModule,
|
|
31
|
-
// Molecules
|
|
32
|
-
ChipsInputFieldModule,
|
|
33
|
-
],
|
|
34
|
-
exports: [
|
|
35
|
-
PaginatorOrganism
|
|
36
|
-
]
|
|
37
|
-
}]
|
|
38
|
-
}], null, null); })();
|
|
39
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(PaginatorModule, { declarations: [PaginatorOrganism], imports: [CommonModule,
|
|
17
|
+
ChipsInputFieldModule], exports: [PaginatorOrganism] });
|
|
18
|
+
PaginatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: PaginatorModule, imports: [CommonModule,
|
|
40
19
|
// Materials
|
|
41
20
|
MatPaginatorModule,
|
|
42
21
|
// Frames
|
|
43
22
|
AutoLayoutModule,
|
|
44
23
|
// Molecules
|
|
45
|
-
ChipsInputFieldModule]
|
|
46
|
-
|
|
24
|
+
ChipsInputFieldModule] });
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: PaginatorModule, decorators: [{
|
|
26
|
+
type: NgModule,
|
|
27
|
+
args: [{
|
|
28
|
+
declarations: [
|
|
29
|
+
PaginatorOrganism
|
|
30
|
+
],
|
|
31
|
+
imports: [
|
|
32
|
+
CommonModule,
|
|
33
|
+
// Materials
|
|
34
|
+
MatPaginatorModule,
|
|
35
|
+
// Frames
|
|
36
|
+
AutoLayoutModule,
|
|
37
|
+
// Molecules
|
|
38
|
+
ChipsInputFieldModule,
|
|
39
|
+
],
|
|
40
|
+
exports: [
|
|
41
|
+
PaginatorOrganism
|
|
42
|
+
]
|
|
43
|
+
}]
|
|
44
|
+
}] });
|
|
45
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdG9yLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL3BhZ2luYXRvci9wYWdpbmF0b3IubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ2pFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQzVFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLG1EQUFtRCxDQUFDO0FBRTFGLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDOztBQW1CekQsTUFBTSxPQUFPLGVBQWU7OzRHQUFmLGVBQWU7NkdBQWYsZUFBZSxpQkFmeEIsaUJBQWlCLGFBR2pCLFlBQVk7UUFDWixZQUFZO1FBQ1osa0JBQWtCO1FBQ2xCLFNBQVM7UUFDVCxnQkFBZ0I7UUFDaEIsWUFBWTtRQUNaLHFCQUFxQixhQUdyQixpQkFBaUI7NkdBR1IsZUFBZSxZQVp4QixZQUFZO1FBQ1osWUFBWTtRQUNaLGtCQUFrQjtRQUNsQixTQUFTO1FBQ1QsZ0JBQWdCO1FBQ2hCLFlBQVk7UUFDWixxQkFBcUI7MkZBTVosZUFBZTtrQkFqQjNCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLGlCQUFpQjtxQkFDbEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osWUFBWTt3QkFDWixrQkFBa0I7d0JBQ2xCLFNBQVM7d0JBQ1QsZ0JBQWdCO3dCQUNoQixZQUFZO3dCQUNaLHFCQUFxQjtxQkFDdEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGlCQUFpQjtxQkFDbEI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1hdFBhZ2luYXRvck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3BhZ2luYXRvcic7XG5pbXBvcnQgeyBBdXRvTGF5b3V0TW9kdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21wb25lbnRzL2ZyYW1lcy9hdXRvLWxheW91dCc7XG5pbXBvcnQgeyBDaGlwc0lucHV0RmllbGRNb2R1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvbW9sZWN1bGVzL2NoaXBzLWlucHV0LWZpZWxkJztcblxuaW1wb3J0IHsgUGFnaW5hdG9yT3JnYW5pc20gfSBmcm9tICcuL3BhZ2luYXRvci5vcmdhbmlzbSc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIFBhZ2luYXRvck9yZ2FuaXNtXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgLy8gTWF0ZXJpYWxzXG4gICAgTWF0UGFnaW5hdG9yTW9kdWxlLFxuICAgIC8vIEZyYW1lc1xuICAgIEF1dG9MYXlvdXRNb2R1bGUsXG4gICAgLy8gTW9sZWN1bGVzXG4gICAgQ2hpcHNJbnB1dEZpZWxkTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgUGFnaW5hdG9yT3JnYW5pc21cbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBQYWdpbmF0b3JNb2R1bGUgeyB9XG4iXX0=
|