@ng-atomic/components 4.21.1 → 5.0.0
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/atoms/chips-input/chips-input.atom.d.ts +2 -2
- package/atoms/chips-input/chips-input.module.d.ts +3 -3
- package/atoms/icon/icon.atom.d.ts +1 -1
- package/atoms/smart-menu-button/smart-menu-button.atom.d.ts +1 -1
- package/atoms/smart-menu-button/smart-menu-button.module.d.ts +3 -3
- package/esm2020/app.module.mjs +4 -4
- package/esm2020/atoms/chips-input/chips-input.atom.mjs +6 -6
- package/esm2020/atoms/chips-input/chips-input.module.mjs +7 -7
- package/esm2020/atoms/icon/icon.atom.mjs +9 -9
- package/esm2020/atoms/icon/icon.module.mjs +4 -4
- package/esm2020/atoms/smart-menu-button/smart-menu-button.atom.mjs +5 -5
- package/esm2020/atoms/smart-menu-button/smart-menu-button.module.mjs +7 -7
- package/esm2020/frames/auto-layout/auto-layout.frame.mjs +4 -4
- package/esm2020/frames/auto-layout/auto-layout.module.mjs +4 -4
- package/esm2020/frames/card/card.frame.mjs +4 -4
- package/esm2020/frames/card/card.module.mjs +6 -6
- package/esm2020/frames/drawer/drawer.frame.mjs +4 -4
- package/esm2020/frames/drawer/drawer.module.mjs +4 -4
- package/esm2020/frames/line-up/line-up.frame.mjs +16 -16
- package/esm2020/frames/line-up/line-up.module.mjs +6 -6
- package/esm2020/frames/overlay/overlay.frame.mjs +4 -4
- package/esm2020/frames/overlay/overlay.module.mjs +6 -6
- package/esm2020/frames/scroll/scroll.frame.mjs +4 -4
- package/esm2020/frames/scroll/scroll.module.mjs +4 -4
- package/esm2020/frames/smart-menu/smart-menu.frame.mjs +4 -4
- package/esm2020/frames/smart-menu/smart-menu.module.mjs +4 -4
- package/esm2020/molecules/actions-column/actions-column.module.mjs +8 -8
- package/esm2020/molecules/actions-column/actions-column.molecule.mjs +12 -12
- package/esm2020/molecules/checkbox-column/checkbox-column.module.mjs +7 -7
- package/esm2020/molecules/checkbox-column/checkbox-column.molecule.mjs +11 -11
- package/esm2020/molecules/chips-input-field/chips-input-field.module.mjs +8 -8
- package/esm2020/molecules/chips-input-field/chips-input-field.molecule.mjs +7 -7
- package/esm2020/molecules/date-input-field/date-input-field.module.mjs +6 -6
- package/esm2020/molecules/date-input-field/date-input-field.molecule.mjs +6 -6
- package/esm2020/molecules/header/header.module.mjs +4 -4
- package/esm2020/molecules/header/header.molecule.mjs +3 -3
- package/esm2020/molecules/navigation-list-item/navigation-list-item.module.mjs +6 -6
- package/esm2020/molecules/navigation-list-item/navigation-list-item.molecule.mjs +4 -4
- package/esm2020/molecules/select-input-field/select-input-field.module.mjs +6 -6
- package/esm2020/molecules/select-input-field/select-input-field.molecule.mjs +7 -7
- package/esm2020/molecules/smart-column/smart-column.module.mjs +8 -8
- package/esm2020/molecules/smart-column/smart-column.molecule.mjs +7 -7
- package/esm2020/molecules/text-input-field/text-input-field.module.mjs +6 -6
- package/esm2020/molecules/text-input-field/text-input-field.molecule.mjs +5 -5
- package/esm2020/molecules/textarea-field/textarea-field.module.mjs +6 -6
- package/esm2020/molecules/textarea-field/textarea-field.molecule.mjs +5 -5
- package/esm2020/organisms/action-buttons-section/action-buttons-section.module.mjs +6 -6
- package/esm2020/organisms/action-buttons-section/action-buttons-section.organism.mjs +5 -5
- package/esm2020/organisms/back-navigator/back-navigator.module.mjs +6 -6
- package/esm2020/organisms/back-navigator/back-navigator.organism.mjs +5 -5
- package/esm2020/organisms/card-input-section/card-input-section.module.mjs +4 -4
- package/esm2020/organisms/card-input-section/card-input-section.organism.mjs +4 -4
- package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.mjs +4 -4
- package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +4 -4
- package/esm2020/organisms/date-input-section/date-input-section.module.mjs +4 -4
- package/esm2020/organisms/date-input-section/date-input-section.organism.mjs +4 -4
- package/esm2020/organisms/heading/heading.module.mjs +4 -4
- package/esm2020/organisms/heading/heading.organism.mjs +4 -4
- package/esm2020/organisms/navigation-list/navigation-list.module.mjs +6 -6
- package/esm2020/organisms/navigation-list/navigation-list.organism.mjs +5 -5
- package/esm2020/organisms/navigator/navigator.module.mjs +6 -6
- package/esm2020/organisms/navigator/navigator.organism.mjs +4 -4
- package/esm2020/organisms/paginator/paginator.module.mjs +6 -6
- package/esm2020/organisms/paginator/paginator.organism.mjs +6 -6
- package/esm2020/organisms/select-input-section/select-input-section.module.mjs +4 -4
- package/esm2020/organisms/select-input-section/select-input-section.organism.mjs +4 -4
- package/esm2020/organisms/smart-list/smart-list.module.mjs +6 -6
- package/esm2020/organisms/smart-list/smart-list.organism.mjs +4 -4
- package/esm2020/organisms/smart-table/smart-table.module.mjs +9 -9
- package/esm2020/organisms/smart-table/smart-table.organism.mjs +5 -5
- package/esm2020/organisms/social-login-section/social-login-section.module.mjs +6 -6
- package/esm2020/organisms/social-login-section/social-login-section.organism.mjs +5 -5
- package/esm2020/organisms/text-input-section/text-input-section.module.mjs +4 -4
- package/esm2020/organisms/text-input-section/text-input-section.organism.mjs +4 -4
- package/esm2020/organisms/textarea-section/textarea-section.module.mjs +4 -4
- package/esm2020/organisms/textarea-section/textarea-section.organism.mjs +4 -4
- package/esm2020/organisms/top-navigator/top-navigator.module.mjs +6 -6
- package/esm2020/organisms/top-navigator/top-navigator.organism.mjs +4 -4
- package/esm2020/pages/_index/index.module.mjs +4 -4
- package/esm2020/pages/_index/index.page.mjs +3 -3
- package/esm2020/pages/blank/blank.module.mjs +4 -4
- package/esm2020/pages/blank/blank.page.mjs +3 -3
- package/esm2020/templates/entrance/entrance.module.mjs +4 -4
- package/esm2020/templates/entrance/entrance.template.mjs +4 -4
- package/esm2020/templates/loading/loading.module.mjs +6 -6
- package/esm2020/templates/loading/loading.template.mjs +4 -4
- package/esm2020/templates/menu/menu.module.mjs +4 -4
- package/esm2020/templates/menu/menu.template.mjs +4 -4
- package/esm2020/templates/smart-crud/smart-crud.module.mjs +4 -4
- package/esm2020/templates/smart-crud/smart-crud.template.mjs +4 -4
- package/esm2020/templates/smart-index/smart-index.module.mjs +4 -4
- package/esm2020/templates/smart-index/smart-index.template.mjs +6 -6
- package/fesm2015/ng-atomic-components-atoms-chips-input.mjs +17 -17
- package/fesm2015/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-atoms-icon.mjs +12 -12
- package/fesm2015/ng-atomic-components-atoms-icon.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs +17 -17
- package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +8 -8
- package/fesm2015/ng-atomic-components-frames-card.mjs +12 -12
- package/fesm2015/ng-atomic-components-frames-card.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-drawer.mjs +8 -8
- package/fesm2015/ng-atomic-components-frames-line-up.mjs +23 -23
- package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-overlay.mjs +12 -12
- package/fesm2015/ng-atomic-components-frames-overlay.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-scroll.mjs +8 -8
- package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +8 -8
- package/fesm2015/ng-atomic-components-molecules-actions-column.mjs +27 -27
- package/fesm2015/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs +24 -24
- package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs +25 -25
- package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs +14 -14
- package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-header.mjs +7 -7
- package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs +12 -12
- package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs +15 -15
- package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-smart-column.mjs +22 -22
- package/fesm2015/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs +13 -13
- package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs +13 -13
- package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +13 -13
- package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs +13 -13
- package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +8 -8
- package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +8 -8
- package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs +8 -8
- package/fesm2015/ng-atomic-components-organisms-heading.mjs +8 -8
- package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs +13 -13
- package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-navigator.mjs +12 -12
- package/fesm2015/ng-atomic-components-organisms-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-paginator.mjs +12 -12
- package/fesm2015/ng-atomic-components-organisms-paginator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +8 -8
- package/fesm2015/ng-atomic-components-organisms-smart-list.mjs +12 -12
- package/fesm2015/ng-atomic-components-organisms-smart-list.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +25 -25
- package/fesm2015/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +13 -13
- package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs +8 -8
- package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +8 -8
- package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs +12 -12
- package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-pages-_index.mjs +7 -7
- package/fesm2015/ng-atomic-components-pages-blank.mjs +7 -7
- package/fesm2015/ng-atomic-components-templates-entrance.mjs +8 -8
- package/fesm2015/ng-atomic-components-templates-loading.mjs +12 -12
- package/fesm2015/ng-atomic-components-templates-loading.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-menu.mjs +8 -8
- package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +8 -8
- package/fesm2015/ng-atomic-components-templates-smart-index.mjs +8 -8
- package/fesm2015/ng-atomic-components-templates-smart-index.mjs.map +1 -1
- package/fesm2015/ng-atomic-components.mjs +4 -4
- package/fesm2020/ng-atomic-components-atoms-chips-input.mjs +17 -17
- package/fesm2020/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-atoms-icon.mjs +12 -12
- package/fesm2020/ng-atomic-components-atoms-icon.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs +17 -17
- package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +8 -8
- package/fesm2020/ng-atomic-components-frames-card.mjs +12 -12
- package/fesm2020/ng-atomic-components-frames-card.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-drawer.mjs +8 -8
- package/fesm2020/ng-atomic-components-frames-line-up.mjs +23 -23
- package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-overlay.mjs +12 -12
- package/fesm2020/ng-atomic-components-frames-overlay.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-scroll.mjs +8 -8
- package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +8 -8
- package/fesm2020/ng-atomic-components-molecules-actions-column.mjs +27 -27
- package/fesm2020/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs +24 -24
- package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs +25 -25
- package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs +14 -14
- package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-header.mjs +7 -7
- package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs +12 -12
- package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs +15 -15
- package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-smart-column.mjs +22 -22
- package/fesm2020/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs +13 -13
- package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs +13 -13
- package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +13 -13
- package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs +13 -13
- package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs +8 -8
- package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +8 -8
- package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs +8 -8
- package/fesm2020/ng-atomic-components-organisms-heading.mjs +8 -8
- package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs +13 -13
- package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-navigator.mjs +12 -12
- package/fesm2020/ng-atomic-components-organisms-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-paginator.mjs +12 -12
- package/fesm2020/ng-atomic-components-organisms-paginator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs +8 -8
- package/fesm2020/ng-atomic-components-organisms-smart-list.mjs +12 -12
- package/fesm2020/ng-atomic-components-organisms-smart-list.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +25 -25
- package/fesm2020/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +13 -13
- package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs +8 -8
- package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +8 -8
- package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs +12 -12
- package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-pages-_index.mjs +7 -7
- package/fesm2020/ng-atomic-components-pages-blank.mjs +7 -7
- package/fesm2020/ng-atomic-components-templates-entrance.mjs +8 -8
- package/fesm2020/ng-atomic-components-templates-loading.mjs +12 -12
- package/fesm2020/ng-atomic-components-templates-loading.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-menu.mjs +8 -8
- package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +8 -8
- package/fesm2020/ng-atomic-components-templates-smart-index.mjs +9 -9
- package/fesm2020/ng-atomic-components-templates-smart-index.mjs.map +1 -1
- package/fesm2020/ng-atomic-components.mjs +4 -4
- package/frames/auto-layout/auto-layout.frame.d.ts +1 -1
- package/frames/card/card.frame.d.ts +1 -1
- package/frames/card/card.module.d.ts +2 -2
- package/frames/drawer/drawer.frame.d.ts +1 -1
- package/frames/line-up/line-up.frame.d.ts +1 -1
- package/frames/line-up/line-up.module.d.ts +2 -2
- package/frames/overlay/overlay.frame.d.ts +1 -1
- package/frames/overlay/overlay.module.d.ts +2 -2
- package/frames/scroll/scroll.frame.d.ts +1 -1
- package/frames/smart-menu/smart-menu.frame.d.ts +1 -1
- package/molecules/actions-column/actions-column.module.d.ts +4 -4
- package/molecules/actions-column/actions-column.molecule.d.ts +1 -1
- package/molecules/checkbox-column/checkbox-column.module.d.ts +3 -3
- package/molecules/checkbox-column/checkbox-column.molecule.d.ts +1 -1
- package/molecules/chips-input-field/chips-input-field.module.d.ts +4 -4
- package/molecules/chips-input-field/chips-input-field.molecule.d.ts +3 -3
- package/molecules/date-input-field/date-input-field.module.d.ts +2 -2
- package/molecules/date-input-field/date-input-field.molecule.d.ts +1 -1
- package/molecules/header/header.molecule.d.ts +1 -1
- package/molecules/navigation-list-item/navigation-list-item.module.d.ts +2 -2
- package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts +1 -1
- package/molecules/select-input-field/select-input-field.module.d.ts +2 -2
- package/molecules/select-input-field/select-input-field.molecule.d.ts +1 -1
- package/molecules/smart-column/smart-column.module.d.ts +4 -4
- package/molecules/smart-column/smart-column.molecule.d.ts +2 -2
- package/molecules/text-input-field/text-input-field.module.d.ts +2 -2
- package/molecules/text-input-field/text-input-field.molecule.d.ts +1 -1
- package/molecules/textarea-field/textarea-field.module.d.ts +2 -2
- package/molecules/textarea-field/textarea-field.molecule.d.ts +1 -1
- package/organisms/action-buttons-section/action-buttons-section.module.d.ts +2 -2
- package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +1 -1
- package/organisms/back-navigator/back-navigator.module.d.ts +2 -2
- package/organisms/back-navigator/back-navigator.organism.d.ts +1 -1
- package/organisms/card-input-section/card-input-section.organism.d.ts +1 -1
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts +1 -1
- package/organisms/date-input-section/date-input-section.organism.d.ts +1 -1
- package/organisms/heading/heading.organism.d.ts +1 -1
- package/organisms/navigation-list/navigation-list.module.d.ts +2 -2
- package/organisms/navigation-list/navigation-list.organism.d.ts +1 -1
- package/organisms/navigator/navigator.module.d.ts +2 -2
- package/organisms/navigator/navigator.organism.d.ts +1 -1
- package/organisms/paginator/paginator.module.d.ts +2 -2
- package/organisms/paginator/paginator.organism.d.ts +2 -2
- package/organisms/select-input-section/select-input-section.organism.d.ts +1 -1
- package/organisms/smart-list/smart-list.module.d.ts +2 -2
- package/organisms/smart-list/smart-list.organism.d.ts +1 -1
- package/organisms/smart-table/smart-table.module.d.ts +5 -5
- package/organisms/smart-table/smart-table.organism.d.ts +1 -1
- package/organisms/social-login-section/social-login-section.module.d.ts +2 -2
- package/organisms/social-login-section/social-login-section.organism.d.ts +1 -1
- package/organisms/text-input-section/text-input-section.organism.d.ts +1 -1
- package/organisms/textarea-section/textarea-section.organism.d.ts +1 -1
- package/organisms/top-navigator/top-navigator.module.d.ts +2 -2
- package/organisms/top-navigator/top-navigator.organism.d.ts +1 -1
- package/package.json +16 -15
- package/pages/_index/index.page.d.ts +1 -1
- package/pages/blank/blank.page.d.ts +1 -1
- package/templates/entrance/entrance.template.d.ts +1 -1
- package/templates/loading/loading.module.d.ts +2 -2
- package/templates/loading/loading.template.d.ts +1 -1
- package/templates/menu/menu.template.d.ts +1 -1
- package/templates/smart-crud/smart-crud.template.d.ts +1 -1
- package/templates/smart-index/smart-index.template.d.ts +2 -2
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./checkbox-column.molecule";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/table";
|
|
5
|
-
import * as i4 from "@angular/material/checkbox";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-table";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-checkbox";
|
|
6
6
|
export declare class CheckboxColumnModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxColumnModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxColumnModule, [typeof i1.CheckboxColumnMolecule], [typeof i2.CommonModule, typeof i3.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxColumnModule, [typeof i1.CheckboxColumnMolecule], [typeof i2.CommonModule, typeof i3.MatLegacyTableModule, typeof i4.MatLegacyCheckboxModule], [typeof i1.CheckboxColumnMolecule]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxColumnModule>;
|
|
10
10
|
}
|
|
@@ -16,5 +16,5 @@ export declare class CheckboxColumnMolecule<T> implements OnInit {
|
|
|
16
16
|
ngOnDestroy(): void;
|
|
17
17
|
private _syncColumnDefName;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxColumnMolecule<any>, [{ optional: true; }]>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxColumnMolecule<any>, "molecules-checkbox-column", never, { "name": "name"; "selectedIdSet": "selectedIdSet"; }, { "checkboxClick": "checkboxClick"; }, never, never, false>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxColumnMolecule<any>, "molecules-checkbox-column", never, { "name": "name"; "selectedIdSet": "selectedIdSet"; }, { "checkboxClick": "checkboxClick"; }, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -2,13 +2,13 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./chips-input-field.molecule";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@angular/material/chips";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-chips";
|
|
6
6
|
import * as i5 from "@angular/material/icon";
|
|
7
|
-
import * as i6 from "@angular/material/input";
|
|
8
|
-
import * as i7 from "@angular/material/form-field";
|
|
7
|
+
import * as i6 from "@angular/material/legacy-input";
|
|
8
|
+
import * as i7 from "@angular/material/legacy-form-field";
|
|
9
9
|
import * as i8 from "@ng-atomic/components/atoms/chips-input";
|
|
10
10
|
export declare class ChipsInputFieldModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipsInputFieldModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ChipsInputFieldModule, [typeof i1.ChipsInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ChipsInputFieldModule, [typeof i1.ChipsInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatLegacyChipsModule, typeof i5.MatIconModule, typeof i6.MatLegacyInputModule, typeof i7.MatLegacyFormFieldModule, typeof i6.MatLegacyInputModule, typeof i8.ChipsInputModule], [typeof i1.ChipsInputFieldMolecule]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<ChipsInputFieldModule>;
|
|
14
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { MatChipInputEvent } from '@angular/material/chips';
|
|
3
|
-
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
2
|
+
import { MatLegacyChipInputEvent as MatChipInputEvent } from '@angular/material/legacy-chips';
|
|
3
|
+
import { MatLegacyFormFieldAppearance as MatFormFieldAppearance } from '@angular/material/legacy-form-field';
|
|
4
4
|
import { FormControl } from '@ngneat/reactive-forms';
|
|
5
5
|
import { ChipsManager } from '@ng-atomic/common/services/chips-manager';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -21,5 +21,5 @@ export declare class ChipsInputFieldMolecule {
|
|
|
21
21
|
onChiInputTokenEnd(event: MatChipInputEvent): void;
|
|
22
22
|
remove(value: string): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipsInputFieldMolecule, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipsInputFieldMolecule, "molecules-chips-input-field", never, { "appearance": "appearance"; "control": "control"; "floatLabel": "floatLabel"; "label": "label"; "hint": "hint"; "placeholder": "placeholder"; "separators": "separators"; }, {}, never, never, false>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChipsInputFieldMolecule, "molecules-chips-input-field", never, { "appearance": "appearance"; "control": "control"; "floatLabel": "floatLabel"; "label": "label"; "hint": "hint"; "placeholder": "placeholder"; "separators": "separators"; }, {}, never, never, false, never>;
|
|
25
25
|
}
|
|
@@ -2,11 +2,11 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./date-input-field.molecule";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@angular/material/input";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-input";
|
|
6
6
|
import * as i5 from "@angular/material/datepicker";
|
|
7
7
|
import * as i6 from "@ng-atomic/common/utils";
|
|
8
8
|
export declare class DateInputFieldModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputFieldModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DateInputFieldModule, [typeof i1.DateInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DateInputFieldModule, [typeof i1.DateInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatLegacyInputModule, typeof i5.MatDatepickerModule, typeof i6.MatDayjsDateModule], [typeof i1.DateInputFieldMolecule]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<DateInputFieldModule>;
|
|
12
12
|
}
|
|
@@ -9,5 +9,5 @@ export declare class DateInputFieldMolecule {
|
|
|
9
9
|
hint?: string;
|
|
10
10
|
ngOnInit(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputFieldMolecule, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputFieldMolecule, "molecules-date-input-field", never, { "_control": "control"; "label": "label"; "placeholder": "placeholder"; "hint": "hint"; }, {}, never, never, false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputFieldMolecule, "molecules-date-input-field", never, { "_control": "control"; "label": "label"; "placeholder": "placeholder"; "hint": "hint"; }, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -3,5 +3,5 @@ export declare class HeaderMolecule {
|
|
|
3
3
|
title: string;
|
|
4
4
|
description?: string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderMolecule, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderMolecule, "molecules-header", never, { "title": "title"; "description": "description"; }, {}, never, never, false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderMolecule, "molecules-header", never, { "title": "title"; "description": "description"; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./navigation-list-item.molecule";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/list";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-list";
|
|
5
5
|
import * as i4 from "@ng-atomic/components/atoms/icon";
|
|
6
6
|
export declare class NavigationListItemModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationListItemModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationListItemModule, [typeof i1.NavigationListItemMolecule], [typeof i2.CommonModule, typeof i3.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationListItemModule, [typeof i1.NavigationListItemMolecule], [typeof i2.CommonModule, typeof i3.MatLegacyListModule, typeof i4.IconModule], [typeof i1.NavigationListItemMolecule]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<NavigationListItemModule>;
|
|
10
10
|
}
|
|
@@ -4,5 +4,5 @@ export declare class NavigationListItemMolecule {
|
|
|
4
4
|
item: ActionItem;
|
|
5
5
|
selected: boolean;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationListItemMolecule, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationListItemMolecule, "molecules-navigation-list-item", never, { "item": "item"; "selected": "selected"; }, {}, never, never, false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationListItemMolecule, "molecules-navigation-list-item", never, { "item": "item"; "selected": "selected"; }, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -2,9 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./select-input-field.molecule";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@angular/material/select";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-select";
|
|
6
6
|
export declare class SelectInputFieldModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectInputFieldModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SelectInputFieldModule, [typeof i1.SelectInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SelectInputFieldModule, [typeof i1.SelectInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatLegacySelectModule], [typeof i1.SelectInputFieldMolecule]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<SelectInputFieldModule>;
|
|
10
10
|
}
|
|
@@ -10,5 +10,5 @@ export declare class SelectInputFieldMolecule<T> {
|
|
|
10
10
|
options: Option<T>[];
|
|
11
11
|
value: (item: Option<T>) => T;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectInputFieldMolecule<any>, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectInputFieldMolecule<any>, "molecules-select-input-field", never, { "label": "label"; "control": "control"; "options": "options"; }, {}, never, never, false>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectInputFieldMolecule<any>, "molecules-select-input-field", never, { "label": "label"; "control": "control"; "options": "options"; }, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -4,12 +4,12 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "@angular/cdk/clipboard";
|
|
5
5
|
import * as i4 from "@ng-atomic/common/pipes/smart-exp";
|
|
6
6
|
import * as i5 from "@ng-atomic/common/pipes/data-accessor";
|
|
7
|
-
import * as i6 from "@angular/material/button";
|
|
7
|
+
import * as i6 from "@angular/material/legacy-button";
|
|
8
8
|
import * as i7 from "@angular/material/icon";
|
|
9
|
-
import * as i8 from "@angular/material/table";
|
|
10
|
-
import * as i9 from "@angular/material/tooltip";
|
|
9
|
+
import * as i8 from "@angular/material/legacy-table";
|
|
10
|
+
import * as i9 from "@angular/material/legacy-tooltip";
|
|
11
11
|
export declare class SmartColumnModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartColumnModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartColumnModule, [typeof i1.SmartColumnMolecule], [typeof i2.CommonModule, typeof i3.ClipboardModule, typeof i4.SmartExpModule, typeof i5.DataAccessorPipe, typeof i6.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartColumnModule, [typeof i1.SmartColumnMolecule], [typeof i2.CommonModule, typeof i3.ClipboardModule, typeof i4.SmartExpModule, typeof i5.DataAccessorPipe, typeof i6.MatLegacyButtonModule, typeof i7.MatIconModule, typeof i8.MatLegacyTableModule, typeof i9.MatLegacyTooltipModule], [typeof i1.SmartColumnMolecule]>;
|
|
14
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartColumnModule>;
|
|
15
15
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { MatTextColumn } from '@angular/material/table';
|
|
2
|
+
import { MatLegacyTextColumn as MatTextColumn } from '@angular/material/legacy-table';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class SmartColumnMolecule<T> extends MatTextColumn<T> {
|
|
5
5
|
sort: 'asc' | 'desc' | 'none';
|
|
@@ -7,5 +7,5 @@ export declare class SmartColumnMolecule<T> extends MatTextColumn<T> {
|
|
|
7
7
|
text: string;
|
|
8
8
|
copied(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartColumnMolecule<any>, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmartColumnMolecule<any>, "molecules-smart-column", never, { "sort": "sort"; }, { "headerClick": "headerClick"; }, never, never, false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmartColumnMolecule<any>, "molecules-smart-column", never, { "sort": "sort"; }, { "headerClick": "headerClick"; }, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -2,9 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./text-input-field.molecule";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@angular/material/input";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-input";
|
|
6
6
|
export declare class TextInputFieldModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextInputFieldModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextInputFieldModule, [typeof i1.TextInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TextInputFieldModule, [typeof i1.TextInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatLegacyInputModule], [typeof i1.TextInputFieldMolecule]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<TextInputFieldModule>;
|
|
10
10
|
}
|
|
@@ -8,5 +8,5 @@ export declare class TextInputFieldMolecule {
|
|
|
8
8
|
placeholder: string;
|
|
9
9
|
hint?: string;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextInputFieldMolecule, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextInputFieldMolecule, "molecules-text-input-field", never, { "type": "type"; "name": "name"; "label": "label"; "control": "control"; "placeholder": "placeholder"; "hint": "hint"; }, {}, never, never, false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextInputFieldMolecule, "molecules-text-input-field", never, { "type": "type"; "name": "name"; "label": "label"; "control": "control"; "placeholder": "placeholder"; "hint": "hint"; }, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./textarea-field.molecule";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/input";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-input";
|
|
5
5
|
export declare class TextareaFieldModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextareaFieldModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextareaFieldModule, [typeof i1.TextareaFieldMolecule], [typeof i2.CommonModule, typeof i3.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TextareaFieldModule, [typeof i1.TextareaFieldMolecule], [typeof i2.CommonModule, typeof i3.MatLegacyInputModule], [typeof i1.TextareaFieldMolecule]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<TextareaFieldModule>;
|
|
9
9
|
}
|
|
@@ -4,5 +4,5 @@ export declare class TextareaFieldMolecule {
|
|
|
4
4
|
hint?: string;
|
|
5
5
|
placeholder: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextareaFieldMolecule, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextareaFieldMolecule, "molecules-textarea-field", never, { "label": "label"; "hint": "hint"; "placeholder": "placeholder"; }, {}, never, never, false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextareaFieldMolecule, "molecules-textarea-field", never, { "label": "label"; "hint": "hint"; "placeholder": "placeholder"; }, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./action-buttons-section.organism";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/button";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-button";
|
|
5
5
|
export declare class ActionButtonsSectionModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonsSectionModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionButtonsSectionModule, [typeof i1.ActionButtonsSectionOrganism], [typeof i2.CommonModule, typeof i3.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionButtonsSectionModule, [typeof i1.ActionButtonsSectionOrganism], [typeof i2.CommonModule, typeof i3.MatLegacyButtonModule], [typeof i1.ActionButtonsSectionOrganism]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<ActionButtonsSectionModule>;
|
|
9
9
|
}
|
|
@@ -6,5 +6,5 @@ export declare class ActionButtonsSectionOrganism {
|
|
|
6
6
|
action: EventEmitter<Action<any>>;
|
|
7
7
|
trackById: (item: ActionItem) => string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonsSectionOrganism, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionButtonsSectionOrganism, "organisms-action-buttons-section", never, { "actions": "actions"; }, { "action": "action"; }, never, never, false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionButtonsSectionOrganism, "organisms-action-buttons-section", never, { "actions": "actions"; }, { "action": "action"; }, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./back-navigator.organism";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/button";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-button";
|
|
5
5
|
import * as i4 from "@angular/material/icon";
|
|
6
6
|
import * as i5 from "@angular/material/toolbar";
|
|
7
7
|
import * as i6 from "@ng-atomic/components/atoms/smart-menu-button";
|
|
8
8
|
export declare class BackNavigatorModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<BackNavigatorModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BackNavigatorModule, [typeof i1.BackNavigatorOrganism], [typeof i2.CommonModule, typeof i3.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BackNavigatorModule, [typeof i1.BackNavigatorOrganism], [typeof i2.CommonModule, typeof i3.MatLegacyButtonModule, typeof i4.MatIconModule, typeof i5.MatToolbarModule, typeof i6.SmartMenuButtonModule], [typeof i1.BackNavigatorOrganism]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<BackNavigatorModule>;
|
|
12
12
|
}
|
|
@@ -9,5 +9,5 @@ export declare class BackNavigatorOrganism {
|
|
|
9
9
|
backButtonClick: EventEmitter<void>;
|
|
10
10
|
action: EventEmitter<Action<any>>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<BackNavigatorOrganism, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BackNavigatorOrganism, "organisms-back-navigator", never, { "canBack": "canBack"; "title": "title"; "description": "description"; "items": "items"; }, { "backButtonClick": "backButtonClick"; "action": "action"; }, never, never, false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BackNavigatorOrganism, "organisms-back-navigator", never, { "canBack": "canBack"; "title": "title"; "description": "description"; "items": "items"; }, { "backButtonClick": "backButtonClick"; "action": "action"; }, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -5,5 +5,5 @@ export declare class CardInputSectionOrganism {
|
|
|
5
5
|
label: string;
|
|
6
6
|
placeholder: string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardInputSectionOrganism, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardInputSectionOrganism, "organisms-card-input-section", never, { "control": "control"; "label": "label"; "placeholder": "placeholder"; }, {}, never, never, false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardInputSectionOrganism, "organisms-card-input-section", never, { "control": "control"; "label": "label"; "placeholder": "placeholder"; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -6,5 +6,5 @@ export declare class CvcAndExpInputSectionOrganism {
|
|
|
6
6
|
monthOptions: Option<number>[];
|
|
7
7
|
form: UntypedFormGroup;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<CvcAndExpInputSectionOrganism, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CvcAndExpInputSectionOrganism, "organisms-cvc-and-exp-input-section", never, { "form": "form"; }, {}, never, never, false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CvcAndExpInputSectionOrganism, "organisms-cvc-and-exp-input-section", never, { "form": "form"; }, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ export declare class DateInputSectionOrganism {
|
|
|
6
6
|
label: string;
|
|
7
7
|
placeholder: string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputSectionOrganism, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputSectionOrganism, "organisms-date-input-section", never, { "control": "control"; "label": "label"; "placeholder": "placeholder"; }, {}, never, never, false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputSectionOrganism, "organisms-date-input-section", never, { "control": "control"; "label": "label"; "placeholder": "placeholder"; }, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class HeadingOrganism {
|
|
3
3
|
level: 1 | 2 | 3 | 4 | 5 | 6;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeadingOrganism, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeadingOrganism, "organisms-heading", never, { "level": "level"; }, {}, never, ["*"], false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeadingOrganism, "organisms-heading", never, { "level": "level"; }, {}, never, ["*"], false, never>;
|
|
6
6
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./navigation-list.organism";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/list";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-list";
|
|
5
5
|
import * as i4 from "@ng-atomic/components/molecules/navigation-list-item";
|
|
6
6
|
export declare class NavigationListModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationListModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationListModule, [typeof i1.NavigationListOrganism], [typeof i2.CommonModule, typeof i3.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationListModule, [typeof i1.NavigationListOrganism], [typeof i2.CommonModule, typeof i3.MatLegacyListModule, typeof i4.NavigationListItemModule], [typeof i1.NavigationListOrganism]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<NavigationListModule>;
|
|
10
10
|
}
|
|
@@ -5,5 +5,5 @@ export declare class NavigationListOrganism {
|
|
|
5
5
|
items: ActionItem<string>[];
|
|
6
6
|
action: EventEmitter<Action<any>>;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationListOrganism, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationListOrganism, "organisms-navigation-list", never, { "items": "items"; }, { "action": "action"; }, never, never, false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationListOrganism, "organisms-navigation-list", never, { "items": "items"; }, { "action": "action"; }, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./navigator.organism";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/button";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-button";
|
|
5
5
|
import * as i4 from "@angular/material/icon";
|
|
6
6
|
import * as i5 from "@angular/material/toolbar";
|
|
7
7
|
import * as i6 from "@ng-atomic/components/atoms/smart-menu-button";
|
|
8
8
|
export declare class NavigatorModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigatorModule, [typeof i1.NavigatorOrganism], [typeof i2.CommonModule, typeof i3.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigatorModule, [typeof i1.NavigatorOrganism], [typeof i2.CommonModule, typeof i3.MatLegacyButtonModule, typeof i4.MatIconModule, typeof i5.MatToolbarModule, typeof i6.SmartMenuButtonModule], [typeof i1.NavigatorOrganism]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<NavigatorModule>;
|
|
12
12
|
}
|
|
@@ -6,5 +6,5 @@ export declare class NavigatorOrganism {
|
|
|
6
6
|
endActions: Action[];
|
|
7
7
|
action: EventEmitter<Action<any>>;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorOrganism, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavigatorOrganism, "organisms-navigator", never, { "startActions": "startActions"; "endActions": "endActions"; }, { "action": "action"; }, never, ["*"], false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigatorOrganism, "organisms-navigator", never, { "startActions": "startActions"; "endActions": "endActions"; }, { "action": "action"; }, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./paginator.organism";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/paginator";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-paginator";
|
|
5
5
|
import * as i4 from "@ng-atomic/components/frames/auto-layout";
|
|
6
6
|
import * as i5 from "@ng-atomic/components/molecules/chips-input-field";
|
|
7
7
|
export declare class PaginatorModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PaginatorModule, [typeof i1.PaginatorOrganism], [typeof i2.CommonModule, typeof i3.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PaginatorModule, [typeof i1.PaginatorOrganism], [typeof i2.CommonModule, typeof i3.MatLegacyPaginatorModule, typeof i4.AutoLayoutModule, typeof i5.ChipsInputFieldModule], [typeof i1.PaginatorOrganism]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<PaginatorModule>;
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { PageEvent } from '@angular/material/paginator';
|
|
2
|
+
import { LegacyPageEvent as PageEvent } from '@angular/material/legacy-paginator';
|
|
3
3
|
import { FormControl } from '@ngneat/reactive-forms';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PaginatorOrganism {
|
|
@@ -9,5 +9,5 @@ export declare class PaginatorOrganism {
|
|
|
9
9
|
pageSizeOptions: number[];
|
|
10
10
|
pageChange: EventEmitter<PageEvent>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorOrganism, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorOrganism, "organisms-paginator", never, { "control": "control"; "placeholder": "placeholder"; "page": "page"; "pageSizeOptions": "pageSizeOptions"; }, { "pageChange": "pageChange"; }, never, never, false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorOrganism, "organisms-paginator", never, { "control": "control"; "placeholder": "placeholder"; "page": "page"; "pageSizeOptions": "pageSizeOptions"; }, { "pageChange": "pageChange"; }, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -8,5 +8,5 @@ export declare class SelectInputSectionOrganism<T> {
|
|
|
8
8
|
value: T;
|
|
9
9
|
}[];
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectInputSectionOrganism<any>, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectInputSectionOrganism<any>, "organisms-select-input-section", never, { "label": "label"; "control": "control"; "options": "options"; }, {}, never, never, false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectInputSectionOrganism<any>, "organisms-select-input-section", never, { "label": "label"; "control": "control"; "options": "options"; }, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./smart-list.organism";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/list";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-list";
|
|
5
5
|
import * as i4 from "@angular/material/icon";
|
|
6
6
|
import * as i5 from "@angular/material/core";
|
|
7
7
|
import * as i6 from "@ng-atomic/common/pipes/data-accessor";
|
|
8
8
|
export declare class SmartListModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartListModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartListModule, [typeof i1.SmartListOrganism], [typeof i2.CommonModule, typeof i3.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartListModule, [typeof i1.SmartListOrganism], [typeof i2.CommonModule, typeof i3.MatLegacyListModule, typeof i4.MatIconModule, typeof i5.MatRippleModule, typeof i6.DataAccessorPipe], [typeof i1.SmartListOrganism]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartListModule>;
|
|
12
12
|
}
|
|
@@ -17,5 +17,5 @@ export declare class SmartListOrganism<T> {
|
|
|
17
17
|
get statuses(): string[];
|
|
18
18
|
protected onItemClick(item: T): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartListOrganism<any>, [{ optional: true; }]>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmartListOrganism<any>, "organisms-smart-list", never, { "items": "items"; }, { "action": "action"; }, never, never, false>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmartListOrganism<any>, "organisms-smart-list", never, { "items": "items"; }, { "action": "action"; }, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -2,16 +2,16 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./smart-table.organism";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@ng-atomic/common/pipes/domain";
|
|
5
|
-
import * as i4 from "@angular/material/table";
|
|
6
|
-
import * as i5 from "@angular/material/checkbox";
|
|
7
|
-
import * as i6 from "@angular/material/menu";
|
|
8
|
-
import * as i7 from "@angular/material/button";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-table";
|
|
6
|
+
import * as i5 from "@angular/material/legacy-checkbox";
|
|
7
|
+
import * as i6 from "@angular/material/legacy-menu";
|
|
8
|
+
import * as i7 from "@angular/material/legacy-button";
|
|
9
9
|
import * as i8 from "@angular/material/icon";
|
|
10
10
|
import * as i9 from "@ng-atomic/components/molecules/actions-column";
|
|
11
11
|
import * as i10 from "@ng-atomic/components/molecules/checkbox-column";
|
|
12
12
|
import * as i11 from "@ng-atomic/components/molecules/smart-column";
|
|
13
13
|
export declare class SmartTableModule {
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartTableModule, [typeof i1.SmartTableOrganism], [typeof i2.CommonModule, typeof i3.DomainModule, typeof i4.
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartTableModule, [typeof i1.SmartTableOrganism], [typeof i2.CommonModule, typeof i3.DomainModule, typeof i4.MatLegacyTableModule, typeof i5.MatLegacyCheckboxModule, typeof i6.MatLegacyMenuModule, typeof i7.MatLegacyButtonModule, typeof i8.MatIconModule, typeof i9.ActionsColumnModule, typeof i10.CheckboxColumnModule, typeof i11.SmartColumnModule], [typeof i1.SmartTableOrganism]>;
|
|
16
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartTableModule>;
|
|
17
17
|
}
|
|
@@ -20,6 +20,6 @@ export declare class SmartTableOrganism<Item extends object> {
|
|
|
20
20
|
itemCheck: EventEmitter<[Item, boolean]>;
|
|
21
21
|
protected trackByColumnName: (columnName: string) => string;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableOrganism<any>, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableOrganism<any>, "organisms-smart-table", never, { "_columns": "columns"; "items": "items"; "itemActions": "itemActions"; "pageSize": "pageSize"; "selectedIdSet": "selectedIdSet"; "sort": "sort"; }, { "action": "action"; "headerClick": "headerClick"; "checkboxClick": "checkboxClick"; "pageChange": "pageChange"; "itemCheck": "itemCheck"; }, never, never, false>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableOrganism<any>, "organisms-smart-table", never, { "_columns": "columns"; "items": "items"; "itemActions": "itemActions"; "pageSize": "pageSize"; "selectedIdSet": "selectedIdSet"; "sort": "sort"; }, { "action": "action"; "headerClick": "headerClick"; "checkboxClick": "checkboxClick"; "pageChange": "pageChange"; "itemCheck": "itemCheck"; }, never, never, false, never>;
|
|
24
24
|
}
|
|
25
25
|
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./social-login-section.organism";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/button";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-button";
|
|
5
5
|
export declare class SocialLoginSectionModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SocialLoginSectionModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SocialLoginSectionModule, [typeof i1.SocialLoginSectionOrganism], [typeof i2.CommonModule, typeof i3.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SocialLoginSectionModule, [typeof i1.SocialLoginSectionOrganism], [typeof i2.CommonModule, typeof i3.MatLegacyButtonModule], [typeof i1.SocialLoginSectionOrganism]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<SocialLoginSectionModule>;
|
|
9
9
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class SocialLoginSectionOrganism {
|
|
4
4
|
signInWithGoogleButtonClick: EventEmitter<void>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SocialLoginSectionOrganism, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SocialLoginSectionOrganism, "organisms-social-login-section", never, {}, { "signInWithGoogleButtonClick": "signInWithGoogleButtonClick"; }, never, never, false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SocialLoginSectionOrganism, "organisms-social-login-section", never, {}, { "signInWithGoogleButtonClick": "signInWithGoogleButtonClick"; }, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -7,5 +7,5 @@ export declare class TextInputSectionOrganism {
|
|
|
7
7
|
hint?: string;
|
|
8
8
|
control: FormControl<string>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextInputSectionOrganism, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextInputSectionOrganism, "organisms-text-input-section", never, { "label": "label"; "placeholder": "placeholder"; "type": "type"; "hint": "hint"; "control": "control"; }, {}, never, never, false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextInputSectionOrganism, "organisms-text-input-section", never, { "label": "label"; "placeholder": "placeholder"; "type": "type"; "hint": "hint"; "control": "control"; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class TextareaSectionOrganism {
|
|
3
3
|
label: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextareaSectionOrganism, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextareaSectionOrganism, "organisms-textarea-section", never, { "label": "label"; }, {}, never, never, false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextareaSectionOrganism, "organisms-textarea-section", never, { "label": "label"; }, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -2,10 +2,10 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./top-navigator.organism";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/material/toolbar";
|
|
5
|
-
import * as i4 from "@angular/material/menu";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-menu";
|
|
6
6
|
import * as i5 from "@ng-atomic/components/atoms/smart-menu-button";
|
|
7
7
|
export declare class TopNavigatorModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TopNavigatorModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TopNavigatorModule, [typeof i1.TopNavigatorOrganism], [typeof i2.CommonModule, typeof i3.MatToolbarModule, typeof i4.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TopNavigatorModule, [typeof i1.TopNavigatorOrganism], [typeof i2.CommonModule, typeof i3.MatToolbarModule, typeof i4.MatLegacyMenuModule, typeof i5.SmartMenuButtonModule], [typeof i1.TopNavigatorOrganism]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<TopNavigatorModule>;
|
|
11
11
|
}
|
|
@@ -9,5 +9,5 @@ export declare class TopNavigatorOrganism {
|
|
|
9
9
|
id: string;
|
|
10
10
|
}) => string;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<TopNavigatorOrganism, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TopNavigatorOrganism, "organisms-top-navigator", never, { "title": "title"; "items": "items"; }, { "action": "action"; }, never, never, false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TopNavigatorOrganism, "organisms-top-navigator", never, { "title": "title"; "items": "items"; }, { "action": "action"; }, never, never, false, never>;
|
|
13
13
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-atomic/components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "fesm2015/ng-atomic-components.mjs",
|
|
6
6
|
"es2020": "fesm2020/ng-atomic-components.mjs",
|
|
@@ -370,21 +370,22 @@
|
|
|
370
370
|
"tslib": "^2.3.0"
|
|
371
371
|
},
|
|
372
372
|
"peerDependencies": {
|
|
373
|
-
"@storybook/addons": "
|
|
374
|
-
"@storybook/theming": "
|
|
375
|
-
"@angular/core": "
|
|
376
|
-
"@angular/platform-browser": "
|
|
377
|
-
"@ng-atomic/elements": "
|
|
378
|
-
"@angular/
|
|
379
|
-
"@
|
|
373
|
+
"@storybook/addons": "6.5.16",
|
|
374
|
+
"@storybook/theming": "6.5.16",
|
|
375
|
+
"@angular/core": "15.2.3",
|
|
376
|
+
"@angular/platform-browser": "15.2.3",
|
|
377
|
+
"@ng-atomic/elements": "5.0.0",
|
|
378
|
+
"@angular/cdk": "15.2.3",
|
|
379
|
+
"@angular/material": "15.2.3",
|
|
380
|
+
"@ngneat/reactive-forms": "4.1.0",
|
|
380
381
|
"rxjs": "7.5.0",
|
|
381
|
-
"@ng-atomic/common": "
|
|
382
|
-
"@angular/forms": "
|
|
383
|
-
"@ng-atomic/storybook": "
|
|
382
|
+
"@ng-atomic/common": "5.0.0",
|
|
383
|
+
"@angular/forms": "15.2.3",
|
|
384
|
+
"@ng-atomic/storybook": "5.0.0",
|
|
384
385
|
"@storybook/angular": "6.5.13",
|
|
385
|
-
"@angular/animations": "
|
|
386
|
-
"resize-observer-polyfill": "
|
|
387
|
-
"@angular/router": "
|
|
388
|
-
"@angular/platform-browser-dynamic": "
|
|
386
|
+
"@angular/animations": "15.2.3",
|
|
387
|
+
"resize-observer-polyfill": "1.5.1",
|
|
388
|
+
"@angular/router": "15.2.3",
|
|
389
|
+
"@angular/platform-browser-dynamic": "15.2.3"
|
|
389
390
|
}
|
|
390
391
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IndexPage {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<IndexPage, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IndexPage, "pages-index", never, {}, {}, never, never, false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IndexPage, "pages-index", never, {}, {}, never, never, false, never>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class BlankPage {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<BlankPage, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BlankPage, "pages-blank", never, {}, {}, never, never, false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BlankPage, "pages-blank", never, {}, {}, never, never, false, never>;
|
|
5
5
|
}
|
|
@@ -19,5 +19,5 @@ export declare class EntranceTemplate {
|
|
|
19
19
|
actions: Action<any>[];
|
|
20
20
|
action: EventEmitter<Action<any>>;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<EntranceTemplate, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EntranceTemplate, "templates-entrance", never, { "form": "form"; "isEmailSectionShown": "isEmailSectionShown"; "isPasswordSectionShown": "isPasswordSectionShown"; "actions": "actions"; }, { "action": "action"; }, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EntranceTemplate, "templates-entrance", never, { "form": "form"; "isEmailSectionShown": "isEmailSectionShown"; "isPasswordSectionShown": "isPasswordSectionShown"; "actions": "actions"; }, { "action": "action"; }, never, never, false, never>;
|
|
23
23
|
}
|