@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
|
@@ -17,27 +17,12 @@ class PaginatorOrganism {
|
|
|
17
17
|
this.pageChange = new EventEmitter();
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
PaginatorOrganism.ɵfac =
|
|
21
|
-
PaginatorOrganism.ɵcmp =
|
|
22
|
-
|
|
23
|
-
i0.ɵɵelementStart(0, "frames-auto-layout", 0);
|
|
24
|
-
i0.ɵɵelement(1, "molecules-chips-input-field", 1);
|
|
25
|
-
i0.ɵɵelementStart(2, "mat-paginator", 2);
|
|
26
|
-
i0.ɵɵlistener("page", function PaginatorOrganism_Template_mat_paginator_page_2_listener($event) { return ctx.pageChange.emit($event); });
|
|
27
|
-
i0.ɵɵelementEnd()();
|
|
28
|
-
}
|
|
29
|
-
if (rf & 2) {
|
|
30
|
-
i0.ɵɵadvance(1);
|
|
31
|
-
i0.ɵɵproperty("appearance", "legacy")("control", ctx.control)("floatLabel", "always")("label", "")("hint", "")("placeholder", ctx.placeholder);
|
|
32
|
-
i0.ɵɵadvance(1);
|
|
33
|
-
i0.ɵɵproperty("length", ctx.page.length)("pageSize", ctx.page.pageSize)("pageSizeOptions", ctx.pageSizeOptions);
|
|
34
|
-
}
|
|
35
|
-
}, dependencies: [i1.MatPaginator, i2.AutoLayoutFrame, i3.ChipsInputFieldMolecule], styles: ["[_nghost-%COMP%] frames-auto-layout[_ngcontent-%COMP%]{--vertical-padding: 0;justify-content:space-between}[_nghost-%COMP%] frames-auto-layout[_ngcontent-%COMP%] molecules-chips-input-field[_ngcontent-%COMP%]{width:100%}[_nghost-%COMP%] frames-auto-layout[_ngcontent-%COMP%] mat-paginator[_ngcontent-%COMP%]{min-width:440px}"], changeDetection: 0 });
|
|
36
|
-
(function () {
|
|
37
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaginatorOrganism, [{
|
|
20
|
+
PaginatorOrganism.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: PaginatorOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
PaginatorOrganism.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: PaginatorOrganism, selector: "organisms-paginator", inputs: { control: "control", placeholder: "placeholder", page: "page", pageSizeOptions: "pageSizeOptions" }, outputs: { pageChange: "pageChange" }, host: { classAttribute: "organism" }, ngImport: i0, template: "<frames-auto-layout horizontal>\n <molecules-chips-input-field\n [appearance]=\"'legacy'\"\n [control]=\"control\"\n [floatLabel]=\"'always'\"\n [label]=\"''\"\n [hint]=\"''\"\n [placeholder]=\"placeholder\"\n ></molecules-chips-input-field>\n <mat-paginator \n [length]=\"page.length\"\n [pageSize]=\"page.pageSize\"\n [pageSizeOptions]=\"pageSizeOptions\"\n (page)=\"pageChange.emit($event)\"\n aria-label=\"Select page\">\n </mat-paginator>\n</frames-auto-layout>\n", styles: [":host frames-auto-layout{--vertical-padding: 0;justify-content:space-between}:host frames-auto-layout molecules-chips-input-field{width:100%}:host frames-auto-layout mat-paginator{min-width:440px}\n"], dependencies: [{ kind: "component", type: i1.MatPaginator, selector: "mat-paginator", inputs: ["disabled"], exportAs: ["matPaginator"] }, { kind: "component", type: i2.AutoLayoutFrame, selector: "frames-auto-layout" }, { kind: "component", type: i3.ChipsInputFieldMolecule, selector: "molecules-chips-input-field", inputs: ["appearance", "control", "floatLabel", "label", "hint", "placeholder", "separators"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: PaginatorOrganism, decorators: [{
|
|
38
23
|
type: Component,
|
|
39
24
|
args: [{ selector: 'organisms-paginator', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'organism' }, template: "<frames-auto-layout horizontal>\n <molecules-chips-input-field\n [appearance]=\"'legacy'\"\n [control]=\"control\"\n [floatLabel]=\"'always'\"\n [label]=\"''\"\n [hint]=\"''\"\n [placeholder]=\"placeholder\"\n ></molecules-chips-input-field>\n <mat-paginator \n [length]=\"page.length\"\n [pageSize]=\"page.pageSize\"\n [pageSizeOptions]=\"pageSizeOptions\"\n (page)=\"pageChange.emit($event)\"\n aria-label=\"Select page\">\n </mat-paginator>\n</frames-auto-layout>\n", styles: [":host frames-auto-layout{--vertical-padding: 0;justify-content:space-between}:host frames-auto-layout molecules-chips-input-field{width:100%}:host frames-auto-layout mat-paginator{min-width:440px}\n"] }]
|
|
40
|
-
}],
|
|
25
|
+
}], propDecorators: { control: [{
|
|
41
26
|
type: Input
|
|
42
27
|
}], placeholder: [{
|
|
43
28
|
type: Input
|
|
@@ -47,22 +32,26 @@ PaginatorOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Paginator
|
|
|
47
32
|
type: Input
|
|
48
33
|
}], pageChange: [{
|
|
49
34
|
type: Output
|
|
50
|
-
}] });
|
|
51
|
-
})();
|
|
35
|
+
}] } });
|
|
52
36
|
|
|
53
37
|
class PaginatorModule {
|
|
54
38
|
}
|
|
55
|
-
PaginatorModule.ɵfac =
|
|
56
|
-
PaginatorModule.ɵmod =
|
|
57
|
-
|
|
39
|
+
PaginatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: PaginatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
40
|
+
PaginatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: PaginatorModule, declarations: [PaginatorOrganism], imports: [CommonModule,
|
|
41
|
+
// Materials
|
|
42
|
+
MatPaginatorModule,
|
|
43
|
+
// Frames
|
|
44
|
+
AutoLayoutModule,
|
|
45
|
+
// Molecules
|
|
46
|
+
ChipsInputFieldModule], exports: [PaginatorOrganism] });
|
|
47
|
+
PaginatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: PaginatorModule, imports: [CommonModule,
|
|
58
48
|
// Materials
|
|
59
49
|
MatPaginatorModule,
|
|
60
50
|
// Frames
|
|
61
51
|
AutoLayoutModule,
|
|
62
52
|
// Molecules
|
|
63
53
|
ChipsInputFieldModule] });
|
|
64
|
-
(
|
|
65
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaginatorModule, [{
|
|
54
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: PaginatorModule, decorators: [{
|
|
66
55
|
type: NgModule,
|
|
67
56
|
args: [{
|
|
68
57
|
declarations: [
|
|
@@ -81,17 +70,7 @@ PaginatorModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonMo
|
|
|
81
70
|
PaginatorOrganism
|
|
82
71
|
]
|
|
83
72
|
}]
|
|
84
|
-
}]
|
|
85
|
-
})();
|
|
86
|
-
(function () {
|
|
87
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(PaginatorModule, { declarations: [PaginatorOrganism], imports: [CommonModule,
|
|
88
|
-
// Materials
|
|
89
|
-
MatPaginatorModule,
|
|
90
|
-
// Frames
|
|
91
|
-
AutoLayoutModule,
|
|
92
|
-
// Molecules
|
|
93
|
-
ChipsInputFieldModule], exports: [PaginatorOrganism] });
|
|
94
|
-
})();
|
|
73
|
+
}] });
|
|
95
74
|
|
|
96
75
|
/**
|
|
97
76
|
* Generated bundle index. Do not edit.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-atomic-components-organisms-paginator.mjs","sources":["
|
|
1
|
+
{"version":3,"file":"ng-atomic-components-organisms-paginator.mjs","sources":["../../../../../packages/@ng-atomic/components/src/organisms/paginator/paginator.organism.ts","../../../../../packages/@ng-atomic/components/src/organisms/paginator/paginator.organism.html","../../../../../packages/@ng-atomic/components/src/organisms/paginator/paginator.module.ts","../../../../../packages/@ng-atomic/components/src/organisms/paginator/ng-atomic-components-organisms-paginator.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { PageEvent } from '@angular/material/paginator';\nimport { FormControl } from '@ngneat/reactive-forms';\n\n@Component({\n selector: 'organisms-paginator',\n templateUrl: './paginator.organism.html',\n styleUrls: ['./paginator.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'organism'},\n})\nexport class PaginatorOrganism {\n\n @Input()\n control = new FormControl<string>('');\n\n @Input()\n placeholder = '';\n\n @Input()\n page!: PageEvent;\n\n @Input()\n pageSizeOptions: number[] = [5, 10, 25, 100];\n\n @Output()\n pageChange = new EventEmitter<PageEvent>();\n\n}\n","<frames-auto-layout horizontal>\n <molecules-chips-input-field\n [appearance]=\"'legacy'\"\n [control]=\"control\"\n [floatLabel]=\"'always'\"\n [label]=\"''\"\n [hint]=\"''\"\n [placeholder]=\"placeholder\"\n ></molecules-chips-input-field>\n <mat-paginator \n [length]=\"page.length\"\n [pageSize]=\"page.pageSize\"\n [pageSizeOptions]=\"pageSizeOptions\"\n (page)=\"pageChange.emit($event)\"\n aria-label=\"Select page\">\n </mat-paginator>\n</frames-auto-layout>\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { AutoLayoutModule } from '@ng-atomic/components/frames/auto-layout';\nimport { ChipsInputFieldModule } from '@ng-atomic/components/molecules/chips-input-field';\n\nimport { PaginatorOrganism } from './paginator.organism';\n\n@NgModule({\n declarations: [\n PaginatorOrganism\n ],\n imports: [\n CommonModule,\n // Materials\n MatPaginatorModule,\n // Frames\n AutoLayoutModule,\n // Molecules\n ChipsInputFieldModule,\n ],\n exports: [\n PaginatorOrganism\n ]\n})\nexport class PaginatorModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
@@ -12,37 +12,29 @@ class SelectInputSectionOrganism {
|
|
|
12
12
|
this.options = [];
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
SelectInputSectionOrganism.ɵfac =
|
|
16
|
-
SelectInputSectionOrganism.ɵcmp =
|
|
17
|
-
|
|
18
|
-
i0.ɵɵelement(0, "molecules-select-input-field", 0);
|
|
19
|
-
}
|
|
20
|
-
if (rf & 2) {
|
|
21
|
-
i0.ɵɵproperty("label", ctx.label)("control", ctx.control)("options", ctx.options);
|
|
22
|
-
}
|
|
23
|
-
}, dependencies: [i1.SelectInputFieldMolecule], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-section-bkSP: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-select-input-section-bkSP);box-sizing:border-box}[_nghost-%COMP%] .molecule.input-field[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
|
|
24
|
-
(function () {
|
|
25
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectInputSectionOrganism, [{
|
|
15
|
+
SelectInputSectionOrganism.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SelectInputSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
SelectInputSectionOrganism.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: SelectInputSectionOrganism, selector: "organisms-select-input-section", inputs: { label: "label", control: "control", options: "options" }, ngImport: i0, template: "<molecules-select-input-field\n [label]=\"label\"\n [control]=\"control\"\n [options]=\"options\"\n></molecules-select-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-section-gg9S: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-select-input-section-gg9S);box-sizing:border-box}:host .molecule.input-field{width:100%}\n"], dependencies: [{ kind: "component", type: i1.SelectInputFieldMolecule, selector: "molecules-select-input-field", inputs: ["label", "control", "options"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SelectInputSectionOrganism, decorators: [{
|
|
26
18
|
type: Component,
|
|
27
|
-
args: [{ selector: 'organisms-select-input-section', changeDetection: ChangeDetectionStrategy.OnPush, template: "<molecules-select-input-field\n [label]=\"label\"\n [control]=\"control\"\n [options]=\"options\"\n></molecules-select-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-section-
|
|
28
|
-
}],
|
|
19
|
+
args: [{ selector: 'organisms-select-input-section', changeDetection: ChangeDetectionStrategy.OnPush, template: "<molecules-select-input-field\n [label]=\"label\"\n [control]=\"control\"\n [options]=\"options\"\n></molecules-select-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-section-gg9S: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-select-input-section-gg9S);box-sizing:border-box}:host .molecule.input-field{width:100%}\n"] }]
|
|
20
|
+
}], propDecorators: { label: [{
|
|
29
21
|
type: Input
|
|
30
22
|
}], control: [{
|
|
31
23
|
type: Input
|
|
32
24
|
}], options: [{
|
|
33
25
|
type: Input
|
|
34
|
-
}] });
|
|
35
|
-
})();
|
|
26
|
+
}] } });
|
|
36
27
|
|
|
37
28
|
class SelectInputSectionModule {
|
|
38
29
|
}
|
|
39
|
-
SelectInputSectionModule.ɵfac =
|
|
40
|
-
SelectInputSectionModule.ɵmod =
|
|
41
|
-
|
|
30
|
+
SelectInputSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SelectInputSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
31
|
+
SelectInputSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: SelectInputSectionModule, declarations: [SelectInputSectionOrganism], imports: [CommonModule,
|
|
32
|
+
// Molecules
|
|
33
|
+
SelectInputFieldModule], exports: [SelectInputSectionOrganism] });
|
|
34
|
+
SelectInputSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SelectInputSectionModule, imports: [CommonModule,
|
|
42
35
|
// Molecules
|
|
43
36
|
SelectInputFieldModule] });
|
|
44
|
-
(
|
|
45
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectInputSectionModule, [{
|
|
37
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SelectInputSectionModule, decorators: [{
|
|
46
38
|
type: NgModule,
|
|
47
39
|
args: [{
|
|
48
40
|
declarations: [
|
|
@@ -57,13 +49,7 @@ SelectInputSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports:
|
|
|
57
49
|
SelectInputSectionOrganism
|
|
58
50
|
]
|
|
59
51
|
}]
|
|
60
|
-
}]
|
|
61
|
-
})();
|
|
62
|
-
(function () {
|
|
63
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SelectInputSectionModule, { declarations: [SelectInputSectionOrganism], imports: [CommonModule,
|
|
64
|
-
// Molecules
|
|
65
|
-
SelectInputFieldModule], exports: [SelectInputSectionOrganism] });
|
|
66
|
-
})();
|
|
52
|
+
}] });
|
|
67
53
|
|
|
68
54
|
/**
|
|
69
55
|
* Generated bundle index. Do not edit.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-atomic-components-organisms-select-input-section.mjs","sources":["
|
|
1
|
+
{"version":3,"file":"ng-atomic-components-organisms-select-input-section.mjs","sources":["../../../../../packages/@ng-atomic/components/src/organisms/select-input-section/select-input-section.organism.ts","../../../../../packages/@ng-atomic/components/src/organisms/select-input-section/select-input-section.organism.html","../../../../../packages/@ng-atomic/components/src/organisms/select-input-section/select-input-section.module.ts","../../../../../packages/@ng-atomic/components/src/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { FormControl } from '@ngneat/reactive-forms';\n\n@Component({\n selector: 'organisms-select-input-section',\n templateUrl: './select-input-section.organism.html',\n styleUrls: ['./select-input-section.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class SelectInputSectionOrganism<T> {\n\n @Input()\n label: string = '';\n\n @Input()\n control = new FormControl<T>();\n\n @Input()\n options: {name: string, value: T}[] = [];\n \n}\n","<molecules-select-input-field\n [label]=\"label\"\n [control]=\"control\"\n [options]=\"options\"\n></molecules-select-input-field>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SelectInputFieldModule } from '@ng-atomic/components/molecules/select-input-field';\n\nimport { SelectInputSectionOrganism } from './select-input-section.organism';\n\n\n@NgModule({\n declarations: [\n SelectInputSectionOrganism\n ],\n imports: [\n CommonModule,\n // Molecules\n SelectInputFieldModule,\n ],\n exports: [\n SelectInputSectionOrganism\n ]\n})\nexport class SelectInputSectionModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;MASa,0BAA0B,CAAA;AANvC,IAAA,WAAA,GAAA;AASE,QAAA,IAAK,CAAA,KAAA,GAAW,EAAE,CAAC;AAGnB,QAAA,IAAA,CAAA,OAAO,GAAG,IAAI,WAAW,EAAK,CAAC;AAG/B,QAAA,IAAO,CAAA,OAAA,GAA+B,EAAE,CAAC;KAE1C;;uHAXY,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA1B,0BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,0ICTvC,wIAIgC,EAAA,MAAA,EAAA,CAAA,6RAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,wBAAA,EAAA,QAAA,EAAA,8BAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,SAAA,EAAA,SAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FDKnB,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBANtC,SAAS;+BACE,gCAAgC,EAAA,eAAA,EAGzB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,wIAAA,EAAA,MAAA,EAAA,CAAA,6RAAA,CAAA,EAAA,CAAA;8BAK/C,KAAK,EAAA,CAAA;sBADJ,KAAK;gBAIN,OAAO,EAAA,CAAA;sBADN,KAAK;gBAIN,OAAO,EAAA,CAAA;sBADN,KAAK;;;MEGK,wBAAwB,CAAA;;qHAAxB,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;sHAAxB,wBAAwB,EAAA,YAAA,EAAA,CAXjC,0BAA0B,CAAA,EAAA,OAAA,EAAA,CAG1B,YAAY;;QAEZ,sBAAsB,aAGtB,0BAA0B,CAAA,EAAA,CAAA,CAAA;AAGjB,wBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,wBAAwB,YARjC,YAAY;;QAEZ,sBAAsB,CAAA,EAAA,CAAA,CAAA;2FAMb,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAbpC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,0BAA0B;AAC3B,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,YAAY;;wBAEZ,sBAAsB;AACvB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,0BAA0B;AAC3B,qBAAA;iBACF,CAAA;;;ACnBD;;AAEG;;;;"}
|
|
@@ -11,49 +11,6 @@ import { MatRippleModule } from '@angular/material/core';
|
|
|
11
11
|
import * as i4 from '@angular/material/divider';
|
|
12
12
|
import { MatIconModule } from '@angular/material/icon';
|
|
13
13
|
|
|
14
|
-
function SmartListOrganism_ng_container_1_ng_container_3_Template(rf, ctx) {
|
|
15
|
-
if (rf & 1) {
|
|
16
|
-
const _r5 = i0.ɵɵgetCurrentView();
|
|
17
|
-
i0.ɵɵelementContainerStart(0);
|
|
18
|
-
i0.ɵɵelementStart(1, "mat-list-item", 2);
|
|
19
|
-
i0.ɵɵlistener("click", function SmartListOrganism_ng_container_1_ng_container_3_Template_mat_list_item_click_1_listener() { const restoredCtx = i0.ɵɵrestoreView(_r5); const item_r3 = restoredCtx.$implicit; const ctx_r4 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r4.onItemClick(item_r3)); });
|
|
20
|
-
i0.ɵɵelementStart(2, "span", 3);
|
|
21
|
-
i0.ɵɵtext(3);
|
|
22
|
-
i0.ɵɵpipe(4, "dataAccessor");
|
|
23
|
-
i0.ɵɵelementEnd();
|
|
24
|
-
i0.ɵɵelementStart(5, "span", 3);
|
|
25
|
-
i0.ɵɵtext(6);
|
|
26
|
-
i0.ɵɵpipe(7, "dataAccessor");
|
|
27
|
-
i0.ɵɵelementEnd()();
|
|
28
|
-
i0.ɵɵelementContainerEnd();
|
|
29
|
-
}
|
|
30
|
-
if (rf & 2) {
|
|
31
|
-
const item_r3 = ctx.$implicit;
|
|
32
|
-
i0.ɵɵadvance(3);
|
|
33
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(4, 2, item_r3, "__title"));
|
|
34
|
-
i0.ɵɵadvance(3);
|
|
35
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(7, 5, item_r3, "__desc"));
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
function SmartListOrganism_ng_container_1_Template(rf, ctx) {
|
|
39
|
-
if (rf & 1) {
|
|
40
|
-
i0.ɵɵelementContainerStart(0);
|
|
41
|
-
i0.ɵɵelementStart(1, "div", 1);
|
|
42
|
-
i0.ɵɵtext(2);
|
|
43
|
-
i0.ɵɵelementEnd();
|
|
44
|
-
i0.ɵɵtemplate(3, SmartListOrganism_ng_container_1_ng_container_3_Template, 8, 8, "ng-container", 0);
|
|
45
|
-
i0.ɵɵelement(4, "mat-divider");
|
|
46
|
-
i0.ɵɵelementContainerEnd();
|
|
47
|
-
}
|
|
48
|
-
if (rf & 2) {
|
|
49
|
-
const status_r1 = ctx.$implicit;
|
|
50
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
51
|
-
i0.ɵɵadvance(2);
|
|
52
|
-
i0.ɵɵtextInterpolate1(" ", status_r1, "");
|
|
53
|
-
i0.ɵɵadvance(1);
|
|
54
|
-
i0.ɵɵproperty("ngForOf", ctx_r0.statusMap[status_r1]);
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
14
|
var ActionId;
|
|
58
15
|
(function (ActionId) {
|
|
59
16
|
ActionId["CLICK_ITEM"] = "[@ng-atomic/components/organisms/smart-list] Click Item";
|
|
@@ -86,46 +43,37 @@ class SmartListOrganism {
|
|
|
86
43
|
});
|
|
87
44
|
}
|
|
88
45
|
}
|
|
89
|
-
SmartListOrganism.ɵfac =
|
|
90
|
-
SmartListOrganism.ɵcmp =
|
|
91
|
-
|
|
92
|
-
i0.ɵɵelementStart(0, "mat-list");
|
|
93
|
-
i0.ɵɵtemplate(1, SmartListOrganism_ng_container_1_Template, 5, 2, "ng-container", 0);
|
|
94
|
-
i0.ɵɵelementEnd();
|
|
95
|
-
}
|
|
96
|
-
if (rf & 2) {
|
|
97
|
-
i0.ɵɵadvance(1);
|
|
98
|
-
i0.ɵɵproperty("ngForOf", ctx.statuses);
|
|
99
|
-
}
|
|
100
|
-
}, dependencies: [i1.NgForOf, i2.MatList, i2.MatListItem, i3.MatLine, i2.MatListSubheaderCssMatStyler, i4.MatDivider, i3.MatRipple, i5.DataAccessorPipe], styles: ["[_nghost-%COMP%]{display:block}[_nghost-%COMP%]{display:block;flex-direction:unset;font-size:14px;height:100%}"], changeDetection: 0 });
|
|
101
|
-
(function () {
|
|
102
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SmartListOrganism, [{
|
|
46
|
+
SmartListOrganism.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartListOrganism, deps: [{ token: DATA_ACCESSOR, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
47
|
+
SmartListOrganism.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: SmartListOrganism, selector: "organisms-smart-list", inputs: { items: "items" }, outputs: { action: "action" }, ngImport: i0, template: "<mat-list>\n <ng-container *ngFor=\"let status of statuses\">\n <div mat-subheader> {{ status }}</div>\n <ng-container *ngFor=\"let item of statusMap[status]\">\n <mat-list-item lines=\"2\" matRipple (click)=\"onItemClick(item)\">\n <span mat-line>{{ item | dataAccessor:'__title' }}</span>\n <span mat-line>{{ item | dataAccessor:'__desc' }}</span>\n </mat-list-item>\n </ng-container>\n <mat-divider></mat-divider>\n </ng-container>\n</mat-list>\n", styles: [":host{display:block}:host{display:block;flex-direction:unset;font-size:14px;height:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i2.MatList, selector: "mat-list, mat-action-list", inputs: ["disableRipple", "disabled"], exportAs: ["matList"] }, { kind: "component", type: i2.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["disableRipple", "disabled"], exportAs: ["matListItem"] }, { kind: "directive", type: i3.MatLine, selector: "[mat-line], [matLine]" }, { kind: "directive", type: i2.MatListSubheaderCssMatStyler, selector: "[mat-subheader], [matSubheader]" }, { kind: "component", type: i4.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }, { kind: "directive", type: i3.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { kind: "pipe", type: i5.DataAccessorPipe, name: "dataAccessor" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
48
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartListOrganism, decorators: [{
|
|
103
49
|
type: Component,
|
|
104
50
|
args: [{ selector: 'organisms-smart-list', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-list>\n <ng-container *ngFor=\"let status of statuses\">\n <div mat-subheader> {{ status }}</div>\n <ng-container *ngFor=\"let item of statusMap[status]\">\n <mat-list-item lines=\"2\" matRipple (click)=\"onItemClick(item)\">\n <span mat-line>{{ item | dataAccessor:'__title' }}</span>\n <span mat-line>{{ item | dataAccessor:'__desc' }}</span>\n </mat-list-item>\n </ng-container>\n <mat-divider></mat-divider>\n </ng-container>\n</mat-list>\n", styles: [":host{display:block}:host{display:block;flex-direction:unset;font-size:14px;height:100%}\n"] }]
|
|
105
|
-
}], function () {
|
|
51
|
+
}], ctorParameters: function () {
|
|
106
52
|
return [{ type: undefined, decorators: [{
|
|
107
53
|
type: Optional
|
|
108
54
|
}, {
|
|
109
55
|
type: Inject,
|
|
110
56
|
args: [DATA_ACCESSOR]
|
|
111
57
|
}] }];
|
|
112
|
-
}, { items: [{
|
|
58
|
+
}, propDecorators: { items: [{
|
|
113
59
|
type: Input
|
|
114
60
|
}], action: [{
|
|
115
61
|
type: Output
|
|
116
|
-
}] });
|
|
117
|
-
})();
|
|
62
|
+
}] } });
|
|
118
63
|
|
|
119
64
|
class SmartListModule {
|
|
120
65
|
}
|
|
121
|
-
SmartListModule.ɵfac =
|
|
122
|
-
SmartListModule.ɵmod =
|
|
123
|
-
|
|
66
|
+
SmartListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
67
|
+
SmartListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: SmartListModule, declarations: [SmartListOrganism], imports: [CommonModule,
|
|
68
|
+
MatListModule,
|
|
69
|
+
MatIconModule,
|
|
70
|
+
MatRippleModule,
|
|
71
|
+
DataAccessorPipe], exports: [SmartListOrganism] });
|
|
72
|
+
SmartListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartListModule, imports: [CommonModule,
|
|
124
73
|
MatListModule,
|
|
125
74
|
MatIconModule,
|
|
126
75
|
MatRippleModule] });
|
|
127
|
-
(
|
|
128
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SmartListModule, [{
|
|
76
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartListModule, decorators: [{
|
|
129
77
|
type: NgModule,
|
|
130
78
|
args: [{
|
|
131
79
|
declarations: [
|
|
@@ -142,15 +90,7 @@ SmartListModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonMo
|
|
|
142
90
|
SmartListOrganism
|
|
143
91
|
]
|
|
144
92
|
}]
|
|
145
|
-
}]
|
|
146
|
-
})();
|
|
147
|
-
(function () {
|
|
148
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SmartListModule, { declarations: [SmartListOrganism], imports: [CommonModule,
|
|
149
|
-
MatListModule,
|
|
150
|
-
MatIconModule,
|
|
151
|
-
MatRippleModule,
|
|
152
|
-
DataAccessorPipe], exports: [SmartListOrganism] });
|
|
153
|
-
})();
|
|
93
|
+
}] });
|
|
154
94
|
|
|
155
95
|
/**
|
|
156
96
|
* Generated bundle index. Do not edit.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-atomic-components-organisms-smart-list.mjs","sources":["
|
|
1
|
+
{"version":3,"file":"ng-atomic-components-organisms-smart-list.mjs","sources":["../../../../../packages/@ng-atomic/components/src/organisms/smart-list/smart-list.organism.ts","../../../../../packages/@ng-atomic/components/src/organisms/smart-list/smart-list.organism.html","../../../../../packages/@ng-atomic/components/src/organisms/smart-list/smart-list.module.ts","../../../../../packages/@ng-atomic/components/src/organisms/smart-list/ng-atomic-components-organisms-smart-list.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, EventEmitter, Inject, Input, Optional, Output } from '@angular/core';\nimport { Action } from '@ng-atomic/common/models';\nimport { DataAccessor, DATA_ACCESSOR, defaultDataAccessor } from '@ng-atomic/common/pipes/data-accessor';\n\nexport enum ActionId {\n CLICK_ITEM = '[@ng-atomic/components/organisms/smart-list] Click Item',\n}\n\n@Component({\n selector: 'organisms-smart-list',\n templateUrl: './smart-list.organism.html',\n styleUrls: ['./smart-list.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SmartListOrganism<T> {\n\n constructor(\n @Optional() @Inject(DATA_ACCESSOR) private dataAccessor: DataAccessor<T>\n ) {\n this.dataAccessor ??= defaultDataAccessor;\n }\n\n statusAccessor = (data) => data['status'];\n\n @Input()\n items: T[] = [];\n\n @Output()\n action = new EventEmitter<Action>();\n\n get statusMap() {\n return this.items.reduce((acc, item) => {\n const key = this.dataAccessor(item, '__status');\n acc[key] ??= [],\n acc[key].push(item);\n return acc;\n }, {} as { [id: string]: any[] });\n }\n\n get statuses() {\n return Object.keys(this.statusMap);\n }\n\n protected onItemClick(item: T) {\n this.action.emit({\n id: ActionId.CLICK_ITEM,\n payload: item,\n });\n }\n}\n","<mat-list>\n <ng-container *ngFor=\"let status of statuses\">\n <div mat-subheader> {{ status }}</div>\n <ng-container *ngFor=\"let item of statusMap[status]\">\n <mat-list-item lines=\"2\" matRipple (click)=\"onItemClick(item)\">\n <span mat-line>{{ item | dataAccessor:'__title' }}</span>\n <span mat-line>{{ item | dataAccessor:'__desc' }}</span>\n </mat-list-item>\n </ng-container>\n <mat-divider></mat-divider>\n </ng-container>\n</mat-list>\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SmartListOrganism } from './smart-list.organism';\nimport { MatListModule } from '@angular/material/list';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatRippleModule } from '@angular/material/core';\nimport { DataAccessorPipe } from '@ng-atomic/common/pipes/data-accessor';\n\n@NgModule({\n declarations: [\n SmartListOrganism,\n ],\n imports: [\n CommonModule,\n MatListModule,\n MatIconModule,\n MatRippleModule,\n DataAccessorPipe,\n ],\n exports: [\n SmartListOrganism\n ]\n})\nexport class SmartListModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
@@ -17,78 +17,6 @@ import { CheckboxColumnModule } from '@ng-atomic/components/molecules/checkbox-c
|
|
|
17
17
|
import * as i5 from '@ng-atomic/components/molecules/smart-column';
|
|
18
18
|
import { SmartColumnModule } from '@ng-atomic/components/molecules/smart-column';
|
|
19
19
|
|
|
20
|
-
function SmartTableOrganism_ng_container_1_molecules_checkbox_column_1_Template(rf, ctx) {
|
|
21
|
-
if (rf & 1) {
|
|
22
|
-
const _r9 = i0.ɵɵgetCurrentView();
|
|
23
|
-
i0.ɵɵelementStart(0, "molecules-checkbox-column", 9);
|
|
24
|
-
i0.ɵɵlistener("checkboxClick", function SmartTableOrganism_ng_container_1_molecules_checkbox_column_1_Template_molecules_checkbox_column_checkboxClick_0_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r8 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r8.checkboxClick.emit($event)); });
|
|
25
|
-
i0.ɵɵelementEnd();
|
|
26
|
-
}
|
|
27
|
-
if (rf & 2) {
|
|
28
|
-
const ctx_r5 = i0.ɵɵnextContext(2);
|
|
29
|
-
i0.ɵɵproperty("selectedIdSet", ctx_r5.selectedIdSet);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
function SmartTableOrganism_ng_container_1_molecules_actions_column_2_Template(rf, ctx) {
|
|
33
|
-
if (rf & 1) {
|
|
34
|
-
const _r11 = i0.ɵɵgetCurrentView();
|
|
35
|
-
i0.ɵɵelementStart(0, "molecules-actions-column", 10);
|
|
36
|
-
i0.ɵɵlistener("action", function SmartTableOrganism_ng_container_1_molecules_actions_column_2_Template_molecules_actions_column_action_0_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r10 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r10.action.emit($event)); });
|
|
37
|
-
i0.ɵɵelementEnd();
|
|
38
|
-
}
|
|
39
|
-
if (rf & 2) {
|
|
40
|
-
const ctx_r6 = i0.ɵɵnextContext(2);
|
|
41
|
-
i0.ɵɵproperty("itemActions", ctx_r6.itemActions);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
function SmartTableOrganism_ng_container_1_molecules_smart_column_3_Template(rf, ctx) {
|
|
45
|
-
if (rf & 1) {
|
|
46
|
-
const _r14 = i0.ɵɵgetCurrentView();
|
|
47
|
-
i0.ɵɵelementStart(0, "molecules-smart-column", 11);
|
|
48
|
-
i0.ɵɵlistener("headerClick", function SmartTableOrganism_ng_container_1_molecules_smart_column_3_Template_molecules_smart_column_headerClick_0_listener() { i0.ɵɵrestoreView(_r14); const name_r4 = i0.ɵɵnextContext().$implicit; const ctx_r12 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r12.headerClick.emit(name_r4)); });
|
|
49
|
-
i0.ɵɵpipe(1, "D");
|
|
50
|
-
i0.ɵɵelementEnd();
|
|
51
|
-
}
|
|
52
|
-
if (rf & 2) {
|
|
53
|
-
const name_r4 = i0.ɵɵnextContext().$implicit;
|
|
54
|
-
const ctx_r7 = i0.ɵɵnextContext();
|
|
55
|
-
i0.ɵɵproperty("name", name_r4)("headerText", i0.ɵɵpipeBind1(1, 3, name_r4))("sort", (ctx_r7.sort == null ? null : ctx_r7.sort.key) === name_r4 ? ctx_r7.sort == null ? null : ctx_r7.sort.order : "none");
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
function SmartTableOrganism_ng_container_1_Template(rf, ctx) {
|
|
59
|
-
if (rf & 1) {
|
|
60
|
-
i0.ɵɵelementContainerStart(0, 5);
|
|
61
|
-
i0.ɵɵtemplate(1, SmartTableOrganism_ng_container_1_molecules_checkbox_column_1_Template, 1, 1, "molecules-checkbox-column", 6);
|
|
62
|
-
i0.ɵɵtemplate(2, SmartTableOrganism_ng_container_1_molecules_actions_column_2_Template, 1, 1, "molecules-actions-column", 7);
|
|
63
|
-
i0.ɵɵtemplate(3, SmartTableOrganism_ng_container_1_molecules_smart_column_3_Template, 2, 5, "molecules-smart-column", 8);
|
|
64
|
-
i0.ɵɵelementContainerEnd();
|
|
65
|
-
}
|
|
66
|
-
if (rf & 2) {
|
|
67
|
-
const name_r4 = ctx.$implicit;
|
|
68
|
-
i0.ɵɵproperty("ngSwitch", name_r4);
|
|
69
|
-
i0.ɵɵadvance(1);
|
|
70
|
-
i0.ɵɵproperty("ngSwitchCase", "__checkbox");
|
|
71
|
-
i0.ɵɵadvance(1);
|
|
72
|
-
i0.ɵɵproperty("ngSwitchCase", "__actions");
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
function SmartTableOrganism_tr_2_Template(rf, ctx) {
|
|
76
|
-
if (rf & 1) {
|
|
77
|
-
i0.ɵɵelement(0, "tr", 12);
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
function SmartTableOrganism_tr_3_Template(rf, ctx) {
|
|
81
|
-
if (rf & 1) {
|
|
82
|
-
i0.ɵɵelement(0, "tr", 13);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
function SmartTableOrganism_div_4_Template(rf, ctx) {
|
|
86
|
-
if (rf & 1) {
|
|
87
|
-
i0.ɵɵelementStart(0, "div", 14);
|
|
88
|
-
i0.ɵɵtext(1, "\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093\u3002");
|
|
89
|
-
i0.ɵɵelementEnd();
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
20
|
class SmartTableOrganism {
|
|
93
21
|
constructor() {
|
|
94
22
|
this._columns = [];
|
|
@@ -108,33 +36,12 @@ class SmartTableOrganism {
|
|
|
108
36
|
return [...this._columns];
|
|
109
37
|
}
|
|
110
38
|
}
|
|
111
|
-
SmartTableOrganism.ɵfac =
|
|
112
|
-
SmartTableOrganism.ɵcmp =
|
|
113
|
-
|
|
114
|
-
i0.ɵɵelementStart(0, "table", 0);
|
|
115
|
-
i0.ɵɵtemplate(1, SmartTableOrganism_ng_container_1_Template, 4, 3, "ng-container", 1);
|
|
116
|
-
i0.ɵɵtemplate(2, SmartTableOrganism_tr_2_Template, 1, 0, "tr", 2);
|
|
117
|
-
i0.ɵɵtemplate(3, SmartTableOrganism_tr_3_Template, 1, 0, "tr", 3);
|
|
118
|
-
i0.ɵɵelementEnd();
|
|
119
|
-
i0.ɵɵtemplate(4, SmartTableOrganism_div_4_Template, 2, 0, "div", 4);
|
|
120
|
-
}
|
|
121
|
-
if (rf & 2) {
|
|
122
|
-
i0.ɵɵproperty("dataSource", ctx.items);
|
|
123
|
-
i0.ɵɵadvance(1);
|
|
124
|
-
i0.ɵɵproperty("ngForOf", ctx.columns)("ngForTrackBy", ctx.trackByColumnName);
|
|
125
|
-
i0.ɵɵadvance(1);
|
|
126
|
-
i0.ɵɵproperty("matHeaderRowDef", ctx.columns)("matHeaderRowDefSticky", true);
|
|
127
|
-
i0.ɵɵadvance(1);
|
|
128
|
-
i0.ɵɵproperty("matRowDefColumns", ctx.columns);
|
|
129
|
-
i0.ɵɵadvance(1);
|
|
130
|
-
i0.ɵɵproperty("ngIf", !(ctx.items == null ? null : ctx.items.length));
|
|
131
|
-
}
|
|
132
|
-
}, dependencies: [i1.NgForOf, i1.NgIf, i1.NgSwitch, i1.NgSwitchCase, i1.NgSwitchDefault, i2.MatTable, i2.MatHeaderRowDef, i2.MatRowDef, i2.MatHeaderRow, i2.MatRow, i3.ActionsColumnMolecule, i4.CheckboxColumnMolecule, i5.SmartColumnMolecule, i6.DomainPipe], styles: ["[_nghost-%COMP%]{--width: 100%;--width-SCOPED-IN-smart-table-dvHK: var(--width);--cell: 8px;--cell-SCOPED-IN-smart-table-dvHK: var(--cell);--column-vertical-padding: 4px;--column-vertical-padding-SCOPED-IN-smart-table-dvHK: var(--column-vertical-padding)}[_nghost-%COMP%]{position:relative;width:100%;height:100%;overflow:scroll}[_nghost-%COMP%]::-webkit-scrollbar{display:none}[_nghost-%COMP%] table[_ngcontent-%COMP%]{width:100%;max-height:100%}[_nghost-%COMP%] table[_ngcontent-%COMP%] .nowrap[_ngcontent-%COMP%]{width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[_nghost-%COMP%] table[_ngcontent-%COMP%] th, [_nghost-%COMP%] table[_ngcontent-%COMP%] td{padding:0 var(--column-vertical-padding-SCOPED-IN-smart-table-dvHK)}[_nghost-%COMP%] .no-data-message[_ngcontent-%COMP%]{display:flex;justify-content:flex-start;align-items:center;width:calc(var(--width-SCOPED-IN-smart-table-dvHK) - var(--cell-SCOPED-IN-smart-table-dvHK) * 4);height:3em;padding-left:calc(var(--cell-SCOPED-IN-smart-table-dvHK) * 2);padding-right:calc(var(--cell-SCOPED-IN-smart-table-dvHK) * 2)}"], changeDetection: 0 });
|
|
133
|
-
(function () {
|
|
134
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SmartTableOrganism, [{
|
|
39
|
+
SmartTableOrganism.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartTableOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
40
|
+
SmartTableOrganism.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: SmartTableOrganism, selector: "organisms-smart-table", inputs: { _columns: ["columns", "_columns"], items: "items", itemActions: "itemActions", pageSize: "pageSize", selectedIdSet: "selectedIdSet", sort: "sort" }, outputs: { action: "action", headerClick: "headerClick", checkboxClick: "checkboxClick", pageChange: "pageChange", itemCheck: "itemCheck" }, host: { classAttribute: "organism" }, ngImport: i0, template: "<table mat-table [dataSource]=\"items\" matSort matSortDisableClear matSortDirection=\"desc\">\n <ng-container *ngFor=\"let name of columns; trackBy: trackByColumnName\" [ngSwitch]=\"name\">\n <molecules-checkbox-column\n *ngSwitchCase=\"'__checkbox'\"\n name=\"__checkbox\"\n [selectedIdSet]=\"selectedIdSet\"\n (checkboxClick)=\"checkboxClick.emit($event)\"\n ></molecules-checkbox-column>\n <molecules-actions-column \n *ngSwitchCase=\"'__actions'\" \n name=\"__actions\"\n [itemActions]=\"itemActions\"\n (action)=\"action.emit($event)\"\n ></molecules-actions-column>\n <molecules-smart-column\n *ngSwitchDefault\n [name]=\"name\"\n [headerText]=\"name | D\"\n [sort]=\"sort?.key === name ? sort?.order : 'none'\"\n (headerClick)=\"headerClick.emit(name)\"\n ></molecules-smart-column>\n </ng-container>\n <tr mat-header-row *matHeaderRowDef=\"columns; sticky: true\"></tr>\n <tr mat-row *matRowDef=\"let item; columns: columns;\"></tr>\n</table>\n<div *ngIf=\"!items?.length\" class=\"no-data-message\">\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093\u3002</div>", styles: [":host{--width: 100%;--width-SCOPED-IN-smart-table-8L89: var(--width);--cell: 8px;--cell-SCOPED-IN-smart-table-8L89: var(--cell);--column-vertical-padding: 4px;--column-vertical-padding-SCOPED-IN-smart-table-8L89: var(--column-vertical-padding)}:host{position:relative;width:100%;height:100%;overflow:scroll}:host::-webkit-scrollbar{display:none}:host table{width:100%;max-height:100%}:host table .nowrap{width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host table ::ng-deep th,:host table ::ng-deep td{padding:0 var(--column-vertical-padding-SCOPED-IN-smart-table-8L89)}:host .no-data-message{display:flex;justify-content:flex-start;align-items:center;width:calc(var(--width-SCOPED-IN-smart-table-8L89) - var(--cell-SCOPED-IN-smart-table-8L89) * 4);height:3em;padding-left:calc(var(--cell-SCOPED-IN-smart-table-8L89) * 2);padding-right:calc(var(--cell-SCOPED-IN-smart-table-8L89) * 2)}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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]" }, { kind: "component", type: i2.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i2.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i2.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "component", type: i2.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i2.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "component", type: i3.ActionsColumnMolecule, selector: "molecules-actions-column", inputs: ["name", "itemActions"], outputs: ["action"] }, { kind: "component", type: i4.CheckboxColumnMolecule, selector: "molecules-checkbox-column", inputs: ["name", "selectedIdSet"], outputs: ["checkboxClick"] }, { kind: "component", type: i5.SmartColumnMolecule, selector: "molecules-smart-column", inputs: ["sort"], outputs: ["headerClick"] }, { kind: "pipe", type: i6.DomainPipe, name: "D" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartTableOrganism, decorators: [{
|
|
135
42
|
type: Component,
|
|
136
|
-
args: [{ selector: 'organisms-smart-table', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'organism' }, template: "<table mat-table [dataSource]=\"items\" matSort matSortDisableClear matSortDirection=\"desc\">\n <ng-container *ngFor=\"let name of columns; trackBy: trackByColumnName\" [ngSwitch]=\"name\">\n <molecules-checkbox-column\n *ngSwitchCase=\"'__checkbox'\"\n name=\"__checkbox\"\n [selectedIdSet]=\"selectedIdSet\"\n (checkboxClick)=\"checkboxClick.emit($event)\"\n ></molecules-checkbox-column>\n <molecules-actions-column \n *ngSwitchCase=\"'__actions'\" \n name=\"__actions\"\n [itemActions]=\"itemActions\"\n (action)=\"action.emit($event)\"\n ></molecules-actions-column>\n <molecules-smart-column\n *ngSwitchDefault\n [name]=\"name\"\n [headerText]=\"name | D\"\n [sort]=\"sort?.key === name ? sort?.order : 'none'\"\n (headerClick)=\"headerClick.emit(name)\"\n ></molecules-smart-column>\n </ng-container>\n <tr mat-header-row *matHeaderRowDef=\"columns; sticky: true\"></tr>\n <tr mat-row *matRowDef=\"let item; columns: columns;\"></tr>\n</table>\n<div *ngIf=\"!items?.length\" class=\"no-data-message\">\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093\u3002</div>", styles: [":host{--width: 100%;--width-SCOPED-IN-smart-table-
|
|
137
|
-
}],
|
|
43
|
+
args: [{ selector: 'organisms-smart-table', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'organism' }, template: "<table mat-table [dataSource]=\"items\" matSort matSortDisableClear matSortDirection=\"desc\">\n <ng-container *ngFor=\"let name of columns; trackBy: trackByColumnName\" [ngSwitch]=\"name\">\n <molecules-checkbox-column\n *ngSwitchCase=\"'__checkbox'\"\n name=\"__checkbox\"\n [selectedIdSet]=\"selectedIdSet\"\n (checkboxClick)=\"checkboxClick.emit($event)\"\n ></molecules-checkbox-column>\n <molecules-actions-column \n *ngSwitchCase=\"'__actions'\" \n name=\"__actions\"\n [itemActions]=\"itemActions\"\n (action)=\"action.emit($event)\"\n ></molecules-actions-column>\n <molecules-smart-column\n *ngSwitchDefault\n [name]=\"name\"\n [headerText]=\"name | D\"\n [sort]=\"sort?.key === name ? sort?.order : 'none'\"\n (headerClick)=\"headerClick.emit(name)\"\n ></molecules-smart-column>\n </ng-container>\n <tr mat-header-row *matHeaderRowDef=\"columns; sticky: true\"></tr>\n <tr mat-row *matRowDef=\"let item; columns: columns;\"></tr>\n</table>\n<div *ngIf=\"!items?.length\" class=\"no-data-message\">\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093\u3002</div>", styles: [":host{--width: 100%;--width-SCOPED-IN-smart-table-8L89: var(--width);--cell: 8px;--cell-SCOPED-IN-smart-table-8L89: var(--cell);--column-vertical-padding: 4px;--column-vertical-padding-SCOPED-IN-smart-table-8L89: var(--column-vertical-padding)}:host{position:relative;width:100%;height:100%;overflow:scroll}:host::-webkit-scrollbar{display:none}:host table{width:100%;max-height:100%}:host table .nowrap{width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host table ::ng-deep th,:host table ::ng-deep td{padding:0 var(--column-vertical-padding-SCOPED-IN-smart-table-8L89)}:host .no-data-message{display:flex;justify-content:flex-start;align-items:center;width:calc(var(--width-SCOPED-IN-smart-table-8L89) - var(--cell-SCOPED-IN-smart-table-8L89) * 4);height:3em;padding-left:calc(var(--cell-SCOPED-IN-smart-table-8L89) * 2);padding-right:calc(var(--cell-SCOPED-IN-smart-table-8L89) * 2)}\n"] }]
|
|
44
|
+
}], propDecorators: { _columns: [{
|
|
138
45
|
type: Input,
|
|
139
46
|
args: ['columns']
|
|
140
47
|
}], items: [{
|
|
@@ -157,14 +64,25 @@ SmartTableOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SmartTab
|
|
|
157
64
|
type: Output
|
|
158
65
|
}], itemCheck: [{
|
|
159
66
|
type: Output
|
|
160
|
-
}] });
|
|
161
|
-
})();
|
|
67
|
+
}] } });
|
|
162
68
|
|
|
163
69
|
class SmartTableModule {
|
|
164
70
|
}
|
|
165
|
-
SmartTableModule.ɵfac =
|
|
166
|
-
SmartTableModule.ɵmod =
|
|
167
|
-
|
|
71
|
+
SmartTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
72
|
+
SmartTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: SmartTableModule, declarations: [SmartTableOrganism], imports: [CommonModule,
|
|
73
|
+
// Pipes
|
|
74
|
+
DomainModule,
|
|
75
|
+
// Material
|
|
76
|
+
MatTableModule,
|
|
77
|
+
MatCheckboxModule,
|
|
78
|
+
MatMenuModule,
|
|
79
|
+
MatButtonModule,
|
|
80
|
+
MatIconModule,
|
|
81
|
+
// Molecules
|
|
82
|
+
ActionsColumnModule,
|
|
83
|
+
CheckboxColumnModule,
|
|
84
|
+
SmartColumnModule], exports: [SmartTableOrganism] });
|
|
85
|
+
SmartTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartTableModule, imports: [CommonModule,
|
|
168
86
|
// Pipes
|
|
169
87
|
DomainModule,
|
|
170
88
|
// Material
|
|
@@ -177,8 +95,7 @@ SmartTableModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonM
|
|
|
177
95
|
ActionsColumnModule,
|
|
178
96
|
CheckboxColumnModule,
|
|
179
97
|
SmartColumnModule] });
|
|
180
|
-
(
|
|
181
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SmartTableModule, [{
|
|
98
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartTableModule, decorators: [{
|
|
182
99
|
type: NgModule,
|
|
183
100
|
args: [{
|
|
184
101
|
declarations: [
|
|
@@ -203,23 +120,7 @@ SmartTableModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonM
|
|
|
203
120
|
SmartTableOrganism
|
|
204
121
|
]
|
|
205
122
|
}]
|
|
206
|
-
}]
|
|
207
|
-
})();
|
|
208
|
-
(function () {
|
|
209
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SmartTableModule, { declarations: [SmartTableOrganism], imports: [CommonModule,
|
|
210
|
-
// Pipes
|
|
211
|
-
DomainModule,
|
|
212
|
-
// Material
|
|
213
|
-
MatTableModule,
|
|
214
|
-
MatCheckboxModule,
|
|
215
|
-
MatMenuModule,
|
|
216
|
-
MatButtonModule,
|
|
217
|
-
MatIconModule,
|
|
218
|
-
// Molecules
|
|
219
|
-
ActionsColumnModule,
|
|
220
|
-
CheckboxColumnModule,
|
|
221
|
-
SmartColumnModule], exports: [SmartTableOrganism] });
|
|
222
|
-
})();
|
|
123
|
+
}] });
|
|
223
124
|
|
|
224
125
|
/**
|
|
225
126
|
* Generated bundle index. Do not edit.
|