@ng-atomic/components 3.6.0 → 4.0.2
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 +1 -1
- package/atoms/icon/icon.atom.d.ts +1 -1
- package/atoms/smart-menu-button/smart-menu-button.atom.d.ts +1 -1
- package/esm2020/app.module.mjs +3 -5
- package/esm2020/atoms/chips-input/chips-input.atom.mjs +6 -6
- package/esm2020/atoms/chips-input/chips-input.module.mjs +7 -9
- package/esm2020/atoms/icon/icon.atom.mjs +2 -2
- package/esm2020/atoms/icon/icon.module.mjs +4 -6
- package/esm2020/atoms/smart-menu-button/smart-menu-button.atom.mjs +4 -4
- package/esm2020/atoms/smart-menu-button/smart-menu-button.module.mjs +6 -8
- package/esm2020/frames/auto-layout/auto-layout.frame.mjs +2 -2
- package/esm2020/frames/auto-layout/auto-layout.module.mjs +2 -4
- package/esm2020/frames/card/card.frame.mjs +1 -1
- package/esm2020/frames/card/card.module.mjs +4 -6
- package/esm2020/frames/drawer/drawer.frame.mjs +2 -2
- package/esm2020/frames/drawer/drawer.module.mjs +3 -5
- package/esm2020/frames/line-up/line-up.frame.mjs +3 -3
- package/esm2020/frames/line-up/line-up.module.mjs +3 -5
- package/esm2020/frames/overlay/overlay.frame.mjs +2 -2
- package/esm2020/frames/overlay/overlay.module.mjs +3 -5
- package/esm2020/frames/scroll/scroll.frame.mjs +2 -2
- package/esm2020/frames/scroll/scroll.module.mjs +3 -5
- package/esm2020/frames/smart-menu/smart-menu.frame.mjs +2 -2
- package/esm2020/frames/smart-menu/smart-menu.module.mjs +2 -4
- package/esm2020/molecules/actions-column/actions-column.module.mjs +9 -11
- package/esm2020/molecules/actions-column/actions-column.molecule.mjs +4 -4
- package/esm2020/molecules/checkbox-column/checkbox-column.module.mjs +5 -7
- package/esm2020/molecules/checkbox-column/checkbox-column.molecule.mjs +4 -4
- package/esm2020/molecules/chips-input-field/chips-input-field.module.mjs +11 -13
- package/esm2020/molecules/chips-input-field/chips-input-field.molecule.mjs +6 -6
- package/esm2020/molecules/date-input-field/date-input-field.module.mjs +6 -8
- package/esm2020/molecules/date-input-field/date-input-field.molecule.mjs +7 -7
- package/esm2020/molecules/header/header.module.mjs +2 -4
- package/esm2020/molecules/navigation-list-item/navigation-list-item.module.mjs +6 -8
- package/esm2020/molecules/navigation-list-item/navigation-list-item.molecule.mjs +4 -4
- package/esm2020/molecules/select-input-field/select-input-field.module.mjs +5 -7
- package/esm2020/molecules/select-input-field/select-input-field.molecule.mjs +6 -6
- package/esm2020/molecules/smart-column/smart-column.module.mjs +7 -9
- package/esm2020/molecules/smart-column/smart-column.molecule.mjs +6 -6
- package/esm2020/molecules/text-input-field/text-input-field.module.mjs +6 -8
- package/esm2020/molecules/text-input-field/text-input-field.molecule.mjs +5 -5
- package/esm2020/molecules/textarea-field/textarea-field.module.mjs +4 -6
- package/esm2020/molecules/textarea-field/textarea-field.molecule.mjs +4 -4
- package/esm2020/organisms/action-buttons-section/action-buttons-section.module.mjs +4 -6
- package/esm2020/organisms/action-buttons-section/action-buttons-section.organism.mjs +4 -4
- package/esm2020/organisms/back-navigator/back-navigator.module.mjs +8 -10
- package/esm2020/organisms/back-navigator/back-navigator.organism.mjs +8 -8
- package/esm2020/organisms/card-input-section/card-input-section.module.mjs +4 -6
- package/esm2020/organisms/card-input-section/card-input-section.organism.mjs +2 -2
- package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.mjs +5 -7
- package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +5 -5
- package/esm2020/organisms/date-input-section/date-input-section.module.mjs +3 -5
- package/esm2020/organisms/date-input-section/date-input-section.organism.mjs +2 -2
- package/esm2020/organisms/heading/heading.module.mjs +2 -4
- package/esm2020/organisms/heading/heading.organism.mjs +2 -2
- package/esm2020/organisms/navigation-list/navigation-list.module.mjs +6 -8
- package/esm2020/organisms/navigation-list/navigation-list.organism.mjs +6 -6
- package/esm2020/organisms/navigator/navigator.module.mjs +8 -10
- package/esm2020/organisms/navigator/navigator.organism.mjs +7 -7
- package/esm2020/organisms/paginator/paginator.module.mjs +8 -10
- package/esm2020/organisms/paginator/paginator.organism.mjs +4 -4
- package/esm2020/organisms/select-input-section/select-input-section.module.mjs +4 -6
- package/esm2020/organisms/select-input-section/select-input-section.organism.mjs +2 -2
- package/esm2020/organisms/smart-table/smart-table.module.mjs +14 -16
- package/esm2020/organisms/smart-table/smart-table.organism.mjs +10 -10
- package/esm2020/organisms/social-login-section/social-login-section.module.mjs +4 -6
- package/esm2020/organisms/social-login-section/social-login-section.organism.mjs +2 -2
- package/esm2020/organisms/text-input-section/text-input-section.module.mjs +4 -6
- package/esm2020/organisms/text-input-section/text-input-section.organism.mjs +2 -2
- package/esm2020/organisms/textarea-section/textarea-section.module.mjs +4 -6
- package/esm2020/organisms/textarea-section/textarea-section.organism.mjs +2 -2
- package/esm2020/organisms/top-navigator/top-navigator.module.mjs +7 -9
- package/esm2020/organisms/top-navigator/top-navigator.organism.mjs +2 -2
- package/esm2020/pages/_index/index.module.mjs +3 -5
- package/esm2020/pages/_index/index.page.mjs +2 -6
- package/esm2020/pages/blank/blank.module.mjs +3 -5
- package/esm2020/pages/blank/blank.page.mjs +2 -6
- package/esm2020/templates/entrance/entrance.module.mjs +10 -12
- package/esm2020/templates/entrance/entrance.template.mjs +8 -8
- package/esm2020/templates/loading/loading.module.mjs +4 -6
- package/esm2020/templates/loading/loading.template.mjs +1 -1
- package/esm2020/templates/menu/menu.module.mjs +4 -6
- package/esm2020/templates/menu/menu.template.mjs +2 -2
- package/esm2020/templates/smart-crud/smart-crud.module.mjs +17 -19
- package/esm2020/templates/smart-crud/smart-crud.template.mjs +13 -13
- package/esm2020/templates/smart-index/smart-index.module.mjs +11 -13
- package/esm2020/templates/smart-index/smart-index.template.mjs +10 -10
- package/fesm2015/ng-atomic-components-atoms-chips-input.mjs +12 -14
- package/fesm2015/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-atoms-icon.mjs +5 -7
- package/fesm2015/ng-atomic-components-atoms-icon.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs +8 -10
- package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +3 -5
- package/fesm2015/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-card.mjs +4 -6
- package/fesm2015/ng-atomic-components-frames-card.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-drawer.mjs +4 -6
- package/fesm2015/ng-atomic-components-frames-drawer.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-line-up.mjs +4 -6
- package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-overlay.mjs +4 -6
- package/fesm2015/ng-atomic-components-frames-overlay.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-scroll.mjs +4 -6
- package/fesm2015/ng-atomic-components-frames-scroll.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +3 -5
- package/fesm2015/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-actions-column.mjs +11 -13
- package/fesm2015/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs +7 -9
- package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs +16 -18
- package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs +14 -16
- package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-header.mjs +1 -3
- package/fesm2015/ng-atomic-components-molecules-header.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs +9 -11
- package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs +10 -12
- package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-smart-column.mjs +11 -13
- package/fesm2015/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs +12 -14
- package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs +8 -10
- package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +6 -8
- package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs +14 -16
- package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +5 -7
- 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 +8 -10
- 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 +4 -6
- package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-heading.mjs +3 -5
- package/fesm2015/ng-atomic-components-organisms-heading.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs +11 -13
- package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-navigator.mjs +14 -16
- package/fesm2015/ng-atomic-components-organisms-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-paginator.mjs +11 -13
- package/fesm2015/ng-atomic-components-organisms-paginator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +5 -7
- package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +22 -24
- package/fesm2015/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +5 -7
- package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs +5 -7
- package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +5 -7
- package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs +8 -10
- package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-pages-_index.mjs +3 -9
- package/fesm2015/ng-atomic-components-pages-_index.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-pages-blank.mjs +3 -9
- package/fesm2015/ng-atomic-components-pages-blank.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-entrance.mjs +17 -19
- package/fesm2015/ng-atomic-components-templates-entrance.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-loading.mjs +4 -6
- package/fesm2015/ng-atomic-components-templates-loading.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-menu.mjs +5 -7
- package/fesm2015/ng-atomic-components-templates-menu.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +29 -31
- package/fesm2015/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-smart-index.mjs +19 -21
- package/fesm2015/ng-atomic-components-templates-smart-index.mjs.map +1 -1
- package/fesm2015/ng-atomic-components.mjs +2 -4
- package/fesm2015/ng-atomic-components.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-atoms-chips-input.mjs +12 -14
- package/fesm2020/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-atoms-icon.mjs +5 -7
- package/fesm2020/ng-atomic-components-atoms-icon.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs +8 -10
- package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +3 -5
- package/fesm2020/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-card.mjs +4 -6
- package/fesm2020/ng-atomic-components-frames-card.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-drawer.mjs +4 -6
- package/fesm2020/ng-atomic-components-frames-drawer.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-line-up.mjs +4 -6
- package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-overlay.mjs +4 -6
- package/fesm2020/ng-atomic-components-frames-overlay.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-scroll.mjs +4 -6
- package/fesm2020/ng-atomic-components-frames-scroll.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +3 -5
- package/fesm2020/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-actions-column.mjs +11 -13
- package/fesm2020/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs +7 -9
- package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs +16 -18
- package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs +14 -16
- package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-header.mjs +1 -3
- package/fesm2020/ng-atomic-components-molecules-header.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs +9 -11
- package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs +10 -12
- package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-smart-column.mjs +11 -13
- package/fesm2020/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs +12 -14
- package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs +8 -10
- package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +6 -8
- package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs +14 -16
- package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs +5 -7
- 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 +8 -10
- 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 +4 -6
- package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-heading.mjs +3 -5
- package/fesm2020/ng-atomic-components-organisms-heading.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs +11 -13
- package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-navigator.mjs +14 -16
- package/fesm2020/ng-atomic-components-organisms-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-paginator.mjs +11 -13
- package/fesm2020/ng-atomic-components-organisms-paginator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs +5 -7
- package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +22 -24
- package/fesm2020/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +5 -7
- package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs +5 -7
- package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +5 -7
- package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs +8 -10
- package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-pages-_index.mjs +3 -9
- package/fesm2020/ng-atomic-components-pages-_index.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-pages-blank.mjs +3 -9
- package/fesm2020/ng-atomic-components-pages-blank.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-entrance.mjs +17 -19
- package/fesm2020/ng-atomic-components-templates-entrance.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-loading.mjs +4 -6
- package/fesm2020/ng-atomic-components-templates-loading.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-menu.mjs +5 -7
- package/fesm2020/ng-atomic-components-templates-menu.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +29 -31
- package/fesm2020/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-smart-index.mjs +19 -21
- package/fesm2020/ng-atomic-components-templates-smart-index.mjs.map +1 -1
- package/fesm2020/ng-atomic-components.mjs +2 -4
- package/fesm2020/ng-atomic-components.mjs.map +1 -1
- package/frames/auto-layout/auto-layout.frame.d.ts +1 -1
- package/frames/card/card.frame.d.ts +1 -1
- package/frames/drawer/drawer.frame.d.ts +1 -1
- package/frames/line-up/line-up.frame.d.ts +1 -1
- package/frames/overlay/overlay.frame.d.ts +1 -1
- 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.molecule.d.ts +1 -1
- package/molecules/checkbox-column/checkbox-column.molecule.d.ts +1 -1
- package/molecules/chips-input-field/chips-input-field.molecule.d.ts +1 -1
- 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.molecule.d.ts +1 -1
- package/molecules/select-input-field/select-input-field.molecule.d.ts +1 -1
- package/molecules/smart-column/smart-column.molecule.d.ts +1 -1
- package/molecules/text-input-field/text-input-field.molecule.d.ts +1 -1
- package/molecules/textarea-field/textarea-field.molecule.d.ts +1 -1
- package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +1 -1
- 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 +3 -3
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts.map +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.organism.d.ts +1 -1
- package/organisms/navigator/navigator.organism.d.ts +1 -1
- package/organisms/paginator/paginator.organism.d.ts +1 -1
- package/organisms/select-input-section/select-input-section.organism.d.ts +1 -1
- package/organisms/smart-table/smart-table.organism.d.ts +1 -1
- 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.organism.d.ts +1 -1
- package/package.json +55 -55
- 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.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 +1 -1
- package/atoms/chips-input/ng-atomic-components-atoms-chips-input.d.ts +0 -6
- package/atoms/chips-input/package.json +0 -10
- package/atoms/icon/ng-atomic-components-atoms-icon.d.ts +0 -6
- package/atoms/icon/package.json +0 -10
- package/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.d.ts +0 -6
- package/atoms/smart-menu-button/package.json +0 -10
- package/frames/auto-layout/ng-atomic-components-frames-auto-layout.d.ts +0 -6
- package/frames/auto-layout/package.json +0 -10
- package/frames/card/ng-atomic-components-frames-card.d.ts +0 -6
- package/frames/card/package.json +0 -10
- package/frames/drawer/ng-atomic-components-frames-drawer.d.ts +0 -6
- package/frames/drawer/package.json +0 -10
- package/frames/line-up/ng-atomic-components-frames-line-up.d.ts +0 -6
- package/frames/line-up/package.json +0 -10
- package/frames/overlay/ng-atomic-components-frames-overlay.d.ts +0 -6
- package/frames/overlay/package.json +0 -10
- package/frames/scroll/ng-atomic-components-frames-scroll.d.ts +0 -6
- package/frames/scroll/package.json +0 -10
- package/frames/smart-menu/ng-atomic-components-frames-smart-menu.d.ts +0 -6
- package/frames/smart-menu/package.json +0 -10
- package/molecules/actions-column/ng-atomic-components-molecules-actions-column.d.ts +0 -6
- package/molecules/actions-column/package.json +0 -10
- package/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.d.ts +0 -6
- package/molecules/checkbox-column/package.json +0 -10
- package/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.d.ts +0 -6
- package/molecules/chips-input-field/package.json +0 -10
- package/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.d.ts +0 -6
- package/molecules/date-input-field/package.json +0 -10
- package/molecules/header/ng-atomic-components-molecules-header.d.ts +0 -6
- package/molecules/header/package.json +0 -10
- package/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.d.ts +0 -6
- package/molecules/navigation-list-item/package.json +0 -10
- package/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.d.ts +0 -6
- package/molecules/select-input-field/package.json +0 -10
- package/molecules/smart-column/ng-atomic-components-molecules-smart-column.d.ts +0 -6
- package/molecules/smart-column/package.json +0 -10
- package/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.d.ts +0 -6
- package/molecules/text-input-field/package.json +0 -10
- package/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.d.ts +0 -6
- package/molecules/textarea-field/package.json +0 -10
- package/ng-atomic-components.d.ts +0 -6
- package/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.d.ts +0 -6
- package/organisms/action-buttons-section/package.json +0 -10
- package/organisms/back-navigator/ng-atomic-components-organisms-back-navigator.d.ts +0 -6
- package/organisms/back-navigator/package.json +0 -10
- package/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.d.ts +0 -6
- package/organisms/card-input-section/package.json +0 -10
- package/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.d.ts +0 -6
- package/organisms/cvc-and-exp-input-section/package.json +0 -10
- package/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.d.ts +0 -6
- package/organisms/date-input-section/package.json +0 -10
- package/organisms/heading/ng-atomic-components-organisms-heading.d.ts +0 -6
- package/organisms/heading/package.json +0 -10
- package/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.d.ts +0 -6
- package/organisms/navigation-list/package.json +0 -10
- package/organisms/navigator/ng-atomic-components-organisms-navigator.d.ts +0 -6
- package/organisms/navigator/package.json +0 -10
- package/organisms/paginator/ng-atomic-components-organisms-paginator.d.ts +0 -6
- package/organisms/paginator/package.json +0 -10
- package/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.d.ts +0 -6
- package/organisms/select-input-section/package.json +0 -10
- package/organisms/smart-table/ng-atomic-components-organisms-smart-table.d.ts +0 -6
- package/organisms/smart-table/package.json +0 -10
- package/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.d.ts +0 -6
- package/organisms/social-login-section/package.json +0 -10
- package/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.d.ts +0 -6
- package/organisms/text-input-section/package.json +0 -10
- package/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.d.ts +0 -6
- package/organisms/textarea-section/package.json +0 -10
- package/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.d.ts +0 -6
- package/organisms/top-navigator/package.json +0 -10
- package/pages/_index/ng-atomic-components-pages-_index.d.ts +0 -6
- package/pages/_index/package.json +0 -10
- package/pages/blank/ng-atomic-components-pages-blank.d.ts +0 -6
- package/pages/blank/package.json +0 -10
- package/templates/entrance/ng-atomic-components-templates-entrance.d.ts +0 -6
- package/templates/entrance/package.json +0 -10
- package/templates/loading/ng-atomic-components-templates-loading.d.ts +0 -6
- package/templates/loading/package.json +0 -10
- package/templates/menu/ng-atomic-components-templates-menu.d.ts +0 -6
- package/templates/menu/package.json +0 -10
- package/templates/smart-crud/ng-atomic-components-templates-smart-crud.d.ts +0 -6
- package/templates/smart-crud/package.json +0 -10
- package/templates/smart-index/ng-atomic-components-templates-smart-index.d.ts +0 -6
- package/templates/smart-index/package.json +0 -10
|
@@ -113,10 +113,10 @@ HeadingOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeadingOrga
|
|
|
113
113
|
i0.ɵɵproperty("ngSwitchCase", 5);
|
|
114
114
|
i0.ɵɵadvance(1);
|
|
115
115
|
i0.ɵɵproperty("ngSwitchCase", 6);
|
|
116
|
-
} },
|
|
116
|
+
} }, dependencies: [i1.NgTemplateOutlet, i1.NgSwitch, i1.NgSwitchCase, i1.NgSwitchDefault], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-qGRh: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%;box-sizing:border-box;padding:0 var(--horizontal-padding-SCOPED-IN-heading-qGRh)}"], changeDetection: 0 });
|
|
117
117
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HeadingOrganism, [{
|
|
118
118
|
type: Component,
|
|
119
|
-
args: [{ selector: 'organisms-heading', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template #temp><ng-content></ng-content></ng-template>\n\n<ng-container [ngSwitch]=\"level\">\n <h1 *ngSwitchDefault><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h1>\n <h2 *ngSwitchCase=\"2\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h2>\n <h3 *ngSwitchCase=\"3\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h3>\n <h4 *ngSwitchCase=\"4\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h4>\n <h5 *ngSwitchCase=\"5\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h5>\n <h6 *ngSwitchCase=\"6\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h6>\n</ng-container>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-
|
|
119
|
+
args: [{ selector: 'organisms-heading', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template #temp><ng-content></ng-content></ng-template>\n\n<ng-container [ngSwitch]=\"level\">\n <h1 *ngSwitchDefault><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h1>\n <h2 *ngSwitchCase=\"2\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h2>\n <h3 *ngSwitchCase=\"3\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h3>\n <h4 *ngSwitchCase=\"4\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h4>\n <h5 *ngSwitchCase=\"5\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h5>\n <h6 *ngSwitchCase=\"6\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h6>\n</ng-container>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-qGRh: var(--horizontal-padding)}:host{display:block;width:100%;box-sizing:border-box;padding:0 var(--horizontal-padding-SCOPED-IN-heading-qGRh)}\n"] }]
|
|
120
120
|
}], null, { level: [{
|
|
121
121
|
type: Input
|
|
122
122
|
}] }); })();
|
|
@@ -8,13 +8,11 @@ export class NavigationListModule {
|
|
|
8
8
|
}
|
|
9
9
|
NavigationListModule.ɵfac = function NavigationListModule_Factory(t) { return new (t || NavigationListModule)(); };
|
|
10
10
|
NavigationListModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: NavigationListModule });
|
|
11
|
-
NavigationListModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
NavigationListItemModule,
|
|
17
|
-
]] });
|
|
11
|
+
NavigationListModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
12
|
+
// Materials
|
|
13
|
+
MatListModule,
|
|
14
|
+
// Molecules
|
|
15
|
+
NavigationListItemModule] });
|
|
18
16
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NavigationListModule, [{
|
|
19
17
|
type: NgModule,
|
|
20
18
|
args: [{
|
|
@@ -34,4 +32,4 @@ NavigationListModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
|
|
|
34
32
|
MatListModule,
|
|
35
33
|
// Molecules
|
|
36
34
|
NavigationListItemModule], exports: [NavigationListOrganism] }); })();
|
|
37
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1saXN0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL25hdmlnYXRpb24tbGlzdC9uYXZpZ2F0aW9uLWxpc3QubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxzREFBc0QsQ0FBQztBQUVoRyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7QUFhcEUsTUFBTSxPQUFPLG9CQUFvQjs7d0ZBQXBCLG9CQUFvQjtzRUFBcEIsb0JBQW9COzBFQVI3QixZQUFZO1FBQ1osWUFBWTtRQUNaLGFBQWE7UUFDYixZQUFZO1FBQ1osd0JBQXdCO3VGQUlmLG9CQUFvQjtjQVhoQyxRQUFRO2VBQUM7Z0JBQ1IsWUFBWSxFQUFFLENBQUMsc0JBQXNCLENBQUM7Z0JBQ3RDLE9BQU8sRUFBRTtvQkFDUCxZQUFZO29CQUNaLFlBQVk7b0JBQ1osYUFBYTtvQkFDYixZQUFZO29CQUNaLHdCQUF3QjtpQkFDekI7Z0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7YUFDbEM7O3dGQUNZLG9CQUFvQixtQkFWaEIsc0JBQXNCLGFBRW5DLFlBQVk7UUFDWixZQUFZO1FBQ1osYUFBYTtRQUNiLFlBQVk7UUFDWix3QkFBd0IsYUFFaEIsc0JBQXNCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBNYXRMaXN0TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvbGlzdCc7XG5pbXBvcnQgeyBOYXZpZ2F0aW9uTGlzdEl0ZW1Nb2R1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvbW9sZWN1bGVzL25hdmlnYXRpb24tbGlzdC1pdGVtJztcblxuaW1wb3J0IHsgTmF2aWdhdGlvbkxpc3RPcmdhbmlzbSB9IGZyb20gJy4vbmF2aWdhdGlvbi1saXN0Lm9yZ2FuaXNtJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbTmF2aWdhdGlvbkxpc3RPcmdhbmlzbV0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgLy8gTWF0ZXJpYWxzXG4gICAgTWF0TGlzdE1vZHVsZSxcbiAgICAvLyBNb2xlY3VsZXNcbiAgICBOYXZpZ2F0aW9uTGlzdEl0ZW1Nb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtOYXZpZ2F0aW9uTGlzdE9yZ2FuaXNtXVxufSlcbmV4cG9ydCBjbGFzcyBOYXZpZ2F0aW9uTGlzdE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Component, ChangeDetectionStrategy, Input, Output, EventEmitter } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/
|
|
4
|
-
import * as i2 from "@angular/
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "@angular/material/list";
|
|
5
5
|
import * as i3 from "@ng-atomic/components/molecules/navigation-list-item";
|
|
6
6
|
function NavigationListOrganism_molecules_navigation_list_item_1_Template(rf, ctx) { if (rf & 1) {
|
|
7
7
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
8
8
|
i0.ɵɵelementStart(0, "molecules-navigation-list-item", 2);
|
|
9
|
-
i0.ɵɵlistener("click", function NavigationListOrganism_molecules_navigation_list_item_1_Template_molecules_navigation_list_item_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r3); const item_r1 = restoredCtx.$implicit; const ctx_r2 = i0.ɵɵnextContext(); return ctx_r2.action.emit(item_r1.id); });
|
|
9
|
+
i0.ɵɵlistener("click", function NavigationListOrganism_molecules_navigation_list_item_1_Template_molecules_navigation_list_item_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r3); const item_r1 = restoredCtx.$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.action.emit(item_r1.id)); });
|
|
10
10
|
i0.ɵɵelementEnd();
|
|
11
11
|
} if (rf & 2) {
|
|
12
12
|
const item_r1 = ctx.$implicit;
|
|
@@ -27,13 +27,13 @@ NavigationListOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Navi
|
|
|
27
27
|
i0.ɵɵproperty("multiple", false);
|
|
28
28
|
i0.ɵɵadvance(1);
|
|
29
29
|
i0.ɵɵproperty("ngForOf", ctx.items);
|
|
30
|
-
} },
|
|
30
|
+
} }, dependencies: [i1.NgForOf, i2.MatSelectionList, i3.NavigationListItemMolecule], styles: ["[_nghost-%COMP%]{--primary-color: #3f51b5;--primary-color-SCOPED-IN-navigation-list-2d93: var(--primary-color);--secondary-color: #3f51b5;--secondary-color-SCOPED-IN-navigation-list-2d93: var(--secondary-color);--color: white;--color-SCOPED-IN-navigation-list-2d93: var(--color)}[_nghost-%COMP%]{display:block;width:100%;height:100%;background:var(--primary-color-SCOPED-IN-navigation-list-2d93);color:var(--color-SCOPED-IN-navigation-list-2d93);box-sizing:border-box}[_nghost-%COMP%] .mat-list-item[_ngcontent-%COMP%]{height:3rem!important}[_nghost-%COMP%] .mat-list-item .mat-list-item-content{display:flex;align-items:center;grid-gap:8px;padding-top:8px;padding-bottom:8px;cursor:pointer;color:var(--color-SCOPED-IN-navigation-list-2d93);font-size:12px}[_nghost-%COMP%] .mat-list-item .mat-list-text{padding-left:8px!important}"], changeDetection: 0 });
|
|
31
31
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NavigationListOrganism, [{
|
|
32
32
|
type: Component,
|
|
33
|
-
args: [{ selector: 'organisms-navigation-list', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-selection-list [multiple]=\"false\">\n <molecules-navigation-list-item\n *ngFor=\"let item of items\" \n [item]=\"item\"\n (click)=\"action.emit(item.id)\"\n ></molecules-navigation-list-item>\n</mat-selection-list>", styles: [":host{--primary-color: #3f51b5;--primary-color-SCOPED-IN-navigation-list-
|
|
33
|
+
args: [{ selector: 'organisms-navigation-list', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-selection-list [multiple]=\"false\">\n <molecules-navigation-list-item\n *ngFor=\"let item of items\" \n [item]=\"item\"\n (click)=\"action.emit(item.id)\"\n ></molecules-navigation-list-item>\n</mat-selection-list>", styles: [":host{--primary-color: #3f51b5;--primary-color-SCOPED-IN-navigation-list-2d93: var(--primary-color);--secondary-color: #3f51b5;--secondary-color-SCOPED-IN-navigation-list-2d93: var(--secondary-color);--color: white;--color-SCOPED-IN-navigation-list-2d93: var(--color)}:host{display:block;width:100%;height:100%;background:var(--primary-color-SCOPED-IN-navigation-list-2d93);color:var(--color-SCOPED-IN-navigation-list-2d93);box-sizing:border-box}:host .mat-list-item{height:3rem!important}:host ::ng-deep .mat-list-item .mat-list-item-content{display:flex;align-items:center;grid-gap:8px;padding-top:8px;padding-bottom:8px;cursor:pointer;color:var(--color-SCOPED-IN-navigation-list-2d93);font-size:12px}:host ::ng-deep .mat-list-item .mat-list-text{padding-left:8px!important}\n"] }]
|
|
34
34
|
}], null, { items: [{
|
|
35
35
|
type: Input
|
|
36
36
|
}], action: [{
|
|
37
37
|
type: Output
|
|
38
38
|
}] }); })();
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1saXN0Lm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9vcmdhbmlzbXMvbmF2aWdhdGlvbi1saXN0L25hdmlnYXRpb24tbGlzdC5vcmdhbmlzbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL25hdmlnYXRpb24tbGlzdC9uYXZpZ2F0aW9uLWxpc3Qub3JnYW5pc20uaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLHVCQUF1QixFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7O0lDQzlGLHlEQUlDO0lBREMsaVJBQVMsZUFBQSw4QkFBb0IsQ0FBQSxJQUFDO0lBQy9CLGlCQUFpQzs7O0lBRmhDLDhCQUFhOztBRE1qQixNQUFNLE9BQU8sc0JBQXNCO0lBTm5DO1FBUUUsVUFBSyxHQUF5QixFQUFFLENBQUM7UUFHakMsV0FBTSxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7S0FDckM7OzRGQU5ZLHNCQUFzQjt5RUFBdEIsc0JBQXNCO1FDVG5DLDZDQUF1QztRQUNyQyw2SEFJa0M7UUFDcEMsaUJBQXFCOztRQU5ELGdDQUFrQjtRQUVqQixlQUFRO1FBQVIsbUNBQVE7O3VGRE9oQixzQkFBc0I7Y0FObEMsU0FBUzsyQkFDRSwyQkFBMkIsbUJBR3BCLHVCQUF1QixDQUFDLE1BQU07Z0JBSS9DLEtBQUs7a0JBREosS0FBSztZQUlOLE1BQU07a0JBREwsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIElucHV0LCBPdXRwdXQsIEV2ZW50RW1pdHRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWN0aW9uSXRlbSB9IGZyb20gJ0BuZy1hdG9taWMvY29tbW9uL21vZGVscyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ29yZ2FuaXNtcy1uYXZpZ2F0aW9uLWxpc3QnLFxuICB0ZW1wbGF0ZVVybDogJy4vbmF2aWdhdGlvbi1saXN0Lm9yZ2FuaXNtLmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9uYXZpZ2F0aW9uLWxpc3Qub3JnYW5pc20uc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgTmF2aWdhdGlvbkxpc3RPcmdhbmlzbSB7XG4gIEBJbnB1dCgpXG4gIGl0ZW1zOiBBY3Rpb25JdGVtPHN0cmluZz5bXSA9IFtdO1xuXG4gIEBPdXRwdXQoKVxuICBhY3Rpb24gPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKTtcbn1cbiIsIjxtYXQtc2VsZWN0aW9uLWxpc3QgW211bHRpcGxlXT1cImZhbHNlXCI+XG4gIDxtb2xlY3VsZXMtbmF2aWdhdGlvbi1saXN0LWl0ZW1cbiAgICAqbmdGb3I9XCJsZXQgaXRlbSBvZiBpdGVtc1wiIFxuICAgIFtpdGVtXT1cIml0ZW1cIlxuICAgIChjbGljayk9XCJhY3Rpb24uZW1pdChpdGVtLmlkKVwiXG4gID48L21vbGVjdWxlcy1uYXZpZ2F0aW9uLWxpc3QtaXRlbT5cbjwvbWF0LXNlbGVjdGlvbi1saXN0PiJdfQ==
|
|
@@ -10,15 +10,13 @@ export class NavigatorModule {
|
|
|
10
10
|
}
|
|
11
11
|
NavigatorModule.ɵfac = function NavigatorModule_Factory(t) { return new (t || NavigatorModule)(); };
|
|
12
12
|
NavigatorModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: NavigatorModule });
|
|
13
|
-
NavigatorModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
SmartMenuButtonModule,
|
|
21
|
-
]] });
|
|
13
|
+
NavigatorModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
14
|
+
// Material
|
|
15
|
+
MatButtonModule,
|
|
16
|
+
MatIconModule,
|
|
17
|
+
MatToolbarModule,
|
|
18
|
+
// Atoms
|
|
19
|
+
SmartMenuButtonModule] });
|
|
22
20
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NavigatorModule, [{
|
|
23
21
|
type: NgModule,
|
|
24
22
|
args: [{
|
|
@@ -42,4 +40,4 @@ NavigatorModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
|
|
|
42
40
|
MatToolbarModule,
|
|
43
41
|
// Atoms
|
|
44
42
|
SmartMenuButtonModule], exports: [NavigatorOrganism] }); })();
|
|
45
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdG9yLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL25hdmlnYXRvci9uYXZpZ2F0b3IubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDN0QsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFFdEYsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7O0FBaUJ6RCxNQUFNLE9BQU8sZUFBZTs7OEVBQWYsZUFBZTtpRUFBZixlQUFlO3FFQVZ4QixZQUFZO1FBQ1osV0FBVztRQUNYLGVBQWU7UUFDZixhQUFhO1FBQ2IsZ0JBQWdCO1FBQ2hCLFFBQVE7UUFDUixxQkFBcUI7dUZBSVosZUFBZTtjQWIzQixRQUFRO2VBQUM7Z0JBQ1IsWUFBWSxFQUFFLENBQUMsaUJBQWlCLENBQUM7Z0JBQ2pDLE9BQU8sRUFBRTtvQkFDUCxZQUFZO29CQUNaLFdBQVc7b0JBQ1gsZUFBZTtvQkFDZixhQUFhO29CQUNiLGdCQUFnQjtvQkFDaEIsUUFBUTtvQkFDUixxQkFBcUI7aUJBQ3RCO2dCQUNELE9BQU8sRUFBRSxDQUFDLGlCQUFpQixDQUFDO2FBQzdCOzt3RkFDWSxlQUFlLG1CQVpYLGlCQUFpQixhQUU5QixZQUFZO1FBQ1osV0FBVztRQUNYLGVBQWU7UUFDZixhQUFhO1FBQ2IsZ0JBQWdCO1FBQ2hCLFFBQVE7UUFDUixxQkFBcUIsYUFFYixpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1hdEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2J1dHRvbic7XG5pbXBvcnQgeyBNYXRJY29uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbic7XG5pbXBvcnQgeyBNYXRUb29sYmFyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvdG9vbGJhcic7XG5pbXBvcnQgeyBTbWFydE1lbnVCdXR0b25Nb2R1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvYXRvbXMvc21hcnQtbWVudS1idXR0b24nO1xuXG5pbXBvcnQgeyBOYXZpZ2F0b3JPcmdhbmlzbSB9IGZyb20gJy4vbmF2aWdhdG9yLm9yZ2FuaXNtJztcblxuXG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW05hdmlnYXRvck9yZ2FuaXNtXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICAvLyBNYXRlcmlhbFxuICAgIE1hdEJ1dHRvbk1vZHVsZSxcbiAgICBNYXRJY29uTW9kdWxlLFxuICAgIE1hdFRvb2xiYXJNb2R1bGUsXG4gICAgLy8gQXRvbXNcbiAgICBTbWFydE1lbnVCdXR0b25Nb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtOYXZpZ2F0b3JPcmdhbmlzbV1cbn0pXG5leHBvcnQgY2xhc3MgTmF2aWdhdG9yTW9kdWxlIHsgfVxuIl19
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/
|
|
4
|
-
import * as i2 from "@angular/
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "@angular/material/toolbar";
|
|
5
5
|
import * as i3 from "@ng-atomic/components/atoms/smart-menu-button";
|
|
6
6
|
function NavigatorOrganism_atoms_smart_menu_button_2_Template(rf, ctx) { if (rf & 1) {
|
|
7
7
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
8
8
|
i0.ɵɵelementStart(0, "atoms-smart-menu-button", 2);
|
|
9
|
-
i0.ɵɵlistener("action", function NavigatorOrganism_atoms_smart_menu_button_2_Template_atoms_smart_menu_button_action_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r2 = i0.ɵɵnextContext(); return ctx_r2.action.emit($event); });
|
|
9
|
+
i0.ɵɵlistener("action", function NavigatorOrganism_atoms_smart_menu_button_2_Template_atoms_smart_menu_button_action_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.action.emit($event)); });
|
|
10
10
|
i0.ɵɵelementEnd();
|
|
11
11
|
} if (rf & 2) {
|
|
12
12
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -15,7 +15,7 @@ function NavigatorOrganism_atoms_smart_menu_button_2_Template(rf, ctx) { if (rf
|
|
|
15
15
|
function NavigatorOrganism_atoms_smart_menu_button_5_Template(rf, ctx) { if (rf & 1) {
|
|
16
16
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
17
17
|
i0.ɵɵelementStart(0, "atoms-smart-menu-button", 2);
|
|
18
|
-
i0.ɵɵlistener("action", function NavigatorOrganism_atoms_smart_menu_button_5_Template_atoms_smart_menu_button_action_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(); return ctx_r4.action.emit($event); });
|
|
18
|
+
i0.ɵɵlistener("action", function NavigatorOrganism_atoms_smart_menu_button_5_Template_atoms_smart_menu_button_action_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r4.action.emit($event)); });
|
|
19
19
|
i0.ɵɵelementEnd();
|
|
20
20
|
} if (rf & 2) {
|
|
21
21
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -44,10 +44,10 @@ NavigatorOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Navigator
|
|
|
44
44
|
i0.ɵɵproperty("ngIf", ctx.leftItems.length);
|
|
45
45
|
i0.ɵɵadvance(3);
|
|
46
46
|
i0.ɵɵproperty("ngIf", ctx.rightItems.length);
|
|
47
|
-
} },
|
|
47
|
+
} }, dependencies: [i1.NgIf, i2.MatToolbar, i3.SmartMenuButtonAtom], styles: ["[_nghost-%COMP%]{--height: 64px;--height-SCOPED-IN-navigator-tpQE: var(--height)}[_nghost-%COMP%]{display:block;width:100%;height:var(--height-SCOPED-IN-navigator-tpQE)}[_nghost-%COMP%] mat-toolbar[_ngcontent-%COMP%]{display:flex;width:100%;height:100%;justify-content:space-between;align-items:center}[_nghost-%COMP%] div[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center}"], changeDetection: 0 });
|
|
48
48
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NavigatorOrganism, [{
|
|
49
49
|
type: Component,
|
|
50
|
-
args: [{ selector: 'organisms-navigator', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-toolbar color=\"primary\">\n <div>\n <atoms-smart-menu-button\n *ngIf=\"leftItems.length\"\n [items]=\"leftItems\"\n (action)=\"action.emit($event)\"\n ></atoms-smart-menu-button>\n <ng-content></ng-content>\n </div>\n <div>\n <atoms-smart-menu-button\n *ngIf=\"rightItems.length\"\n [items]=\"rightItems\"\n (action)=\"action.emit($event)\"\n ></atoms-smart-menu-button>\n </div>\n</mat-toolbar>\n", styles: [":host{--height: 64px;--height-SCOPED-IN-navigator-
|
|
50
|
+
args: [{ selector: 'organisms-navigator', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-toolbar color=\"primary\">\n <div>\n <atoms-smart-menu-button\n *ngIf=\"leftItems.length\"\n [items]=\"leftItems\"\n (action)=\"action.emit($event)\"\n ></atoms-smart-menu-button>\n <ng-content></ng-content>\n </div>\n <div>\n <atoms-smart-menu-button\n *ngIf=\"rightItems.length\"\n [items]=\"rightItems\"\n (action)=\"action.emit($event)\"\n ></atoms-smart-menu-button>\n </div>\n</mat-toolbar>\n", styles: [":host{--height: 64px;--height-SCOPED-IN-navigator-tpQE: var(--height)}:host{display:block;width:100%;height:var(--height-SCOPED-IN-navigator-tpQE)}:host mat-toolbar{display:flex;width:100%;height:100%;justify-content:space-between;align-items:center}:host div{display:flex;justify-content:center;align-items:center}\n"] }]
|
|
51
51
|
}], null, { rightItems: [{
|
|
52
52
|
type: Input
|
|
53
53
|
}], leftItems: [{
|
|
@@ -55,4 +55,4 @@ NavigatorOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Navigator
|
|
|
55
55
|
}], action: [{
|
|
56
56
|
type: Output
|
|
57
57
|
}] }); })();
|
|
58
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
58
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdG9yLm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9vcmdhbmlzbXMvbmF2aWdhdG9yL25hdmlnYXRvci5vcmdhbmlzbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL25hdmlnYXRvci9uYXZpZ2F0b3Iub3JnYW5pc20uaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7O0lDRTVGLGtEQUlDO0lBREMsMk1BQVUsZUFBQSwwQkFBbUIsQ0FBQSxJQUFDO0lBQy9CLGlCQUEwQjs7O0lBRnpCLHdDQUFtQjs7OztJQU1yQixrREFJQztJQURDLDJNQUFVLGVBQUEsMEJBQW1CLENBQUEsSUFBQztJQUMvQixpQkFBMEI7OztJQUZ6Qix5Q0FBb0I7OztBREgxQixNQUFNLE9BQU8saUJBQWlCO0lBTjlCO1FBUUUsZUFBVSxHQUFpQixFQUFFLENBQUM7UUFHOUIsY0FBUyxHQUFpQixFQUFFLENBQUM7UUFHN0IsV0FBTSxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7S0FDckM7O2tGQVRZLGlCQUFpQjtvRUFBakIsaUJBQWlCOztRQ1Q5QixzQ0FBNkIsVUFBQTtRQUV6QiwwR0FJMkI7UUFDM0Isa0JBQXlCO1FBQzNCLGlCQUFNO1FBQ04sMkJBQUs7UUFDSCwwR0FJMkI7UUFDN0IsaUJBQU0sRUFBQTs7UUFaRCxlQUFzQjtRQUF0QiwyQ0FBc0I7UUFRdEIsZUFBdUI7UUFBdkIsNENBQXVCOzt1RkRGakIsaUJBQWlCO2NBTjdCLFNBQVM7MkJBQ0UscUJBQXFCLG1CQUdkLHVCQUF1QixDQUFDLE1BQU07Z0JBSS9DLFVBQVU7a0JBRFQsS0FBSztZQUlOLFNBQVM7a0JBRFIsS0FBSztZQUlOLE1BQU07a0JBREwsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWN0aW9uLCBBY3Rpb25JdGVtIH0gZnJvbSAnQG5nLWF0b21pYy9jb21tb24vbW9kZWxzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnb3JnYW5pc21zLW5hdmlnYXRvcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9uYXZpZ2F0b3Iub3JnYW5pc20uaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL25hdmlnYXRvci5vcmdhbmlzbS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBOYXZpZ2F0b3JPcmdhbmlzbSB7XG4gIEBJbnB1dCgpXG4gIHJpZ2h0SXRlbXM6IEFjdGlvbkl0ZW1bXSA9IFtdO1xuXG4gIEBJbnB1dCgpXG4gIGxlZnRJdGVtczogQWN0aW9uSXRlbVtdID0gW107XG5cbiAgQE91dHB1dCgpXG4gIGFjdGlvbiA9IG5ldyBFdmVudEVtaXR0ZXI8QWN0aW9uPigpO1xufVxuIiwiPG1hdC10b29sYmFyIGNvbG9yPVwicHJpbWFyeVwiPlxuICA8ZGl2PlxuICAgIDxhdG9tcy1zbWFydC1tZW51LWJ1dHRvblxuICAgICAgKm5nSWY9XCJsZWZ0SXRlbXMubGVuZ3RoXCJcbiAgICAgIFtpdGVtc109XCJsZWZ0SXRlbXNcIlxuICAgICAgKGFjdGlvbik9XCJhY3Rpb24uZW1pdCgkZXZlbnQpXCJcbiAgICA+PC9hdG9tcy1zbWFydC1tZW51LWJ1dHRvbj5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gIDwvZGl2PlxuICA8ZGl2PlxuICAgIDxhdG9tcy1zbWFydC1tZW51LWJ1dHRvblxuICAgICAgKm5nSWY9XCJyaWdodEl0ZW1zLmxlbmd0aFwiXG4gICAgICBbaXRlbXNdPVwicmlnaHRJdGVtc1wiXG4gICAgICAoYWN0aW9uKT1cImFjdGlvbi5lbWl0KCRldmVudClcIlxuICAgID48L2F0b21zLXNtYXJ0LW1lbnUtYnV0dG9uPlxuICA8L2Rpdj5cbjwvbWF0LXRvb2xiYXI+XG4iXX0=
|
|
@@ -9,15 +9,13 @@ export class PaginatorModule {
|
|
|
9
9
|
}
|
|
10
10
|
PaginatorModule.ɵfac = function PaginatorModule_Factory(t) { return new (t || PaginatorModule)(); };
|
|
11
11
|
PaginatorModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: PaginatorModule });
|
|
12
|
-
PaginatorModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
ChipsInputFieldModule,
|
|
20
|
-
]] });
|
|
12
|
+
PaginatorModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
13
|
+
// Materials
|
|
14
|
+
MatPaginatorModule,
|
|
15
|
+
// Frames
|
|
16
|
+
AutoLayoutModule,
|
|
17
|
+
// Molecules
|
|
18
|
+
ChipsInputFieldModule] });
|
|
21
19
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaginatorModule, [{
|
|
22
20
|
type: NgModule,
|
|
23
21
|
args: [{
|
|
@@ -45,4 +43,4 @@ PaginatorModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
|
|
|
45
43
|
AutoLayoutModule,
|
|
46
44
|
// Molecules
|
|
47
45
|
ChipsInputFieldModule], exports: [PaginatorOrganism] }); })();
|
|
48
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
46
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdG9yLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL3BhZ2luYXRvci9wYWdpbmF0b3IubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ2pFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQzVFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLG1EQUFtRCxDQUFDO0FBRTFGLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDOztBQW1CekQsTUFBTSxPQUFPLGVBQWU7OzhFQUFmLGVBQWU7aUVBQWYsZUFBZTtxRUFaeEIsWUFBWTtRQUNaLFlBQVk7UUFDWixrQkFBa0I7UUFDbEIsU0FBUztRQUNULGdCQUFnQjtRQUNoQixZQUFZO1FBQ1oscUJBQXFCO3VGQU1aLGVBQWU7Y0FqQjNCLFFBQVE7ZUFBQztnQkFDUixZQUFZLEVBQUU7b0JBQ1osaUJBQWlCO2lCQUNsQjtnQkFDRCxPQUFPLEVBQUU7b0JBQ1AsWUFBWTtvQkFDWixZQUFZO29CQUNaLGtCQUFrQjtvQkFDbEIsU0FBUztvQkFDVCxnQkFBZ0I7b0JBQ2hCLFlBQVk7b0JBQ1oscUJBQXFCO2lCQUN0QjtnQkFDRCxPQUFPLEVBQUU7b0JBQ1AsaUJBQWlCO2lCQUNsQjthQUNGOzt3RkFDWSxlQUFlLG1CQWZ4QixpQkFBaUIsYUFHakIsWUFBWTtRQUNaLFlBQVk7UUFDWixrQkFBa0I7UUFDbEIsU0FBUztRQUNULGdCQUFnQjtRQUNoQixZQUFZO1FBQ1oscUJBQXFCLGFBR3JCLGlCQUFpQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTWF0UGFnaW5hdG9yTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvcGFnaW5hdG9yJztcbmltcG9ydCB7IEF1dG9MYXlvdXRNb2R1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvZnJhbWVzL2F1dG8tbGF5b3V0JztcbmltcG9ydCB7IENoaXBzSW5wdXRGaWVsZE1vZHVsZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9tb2xlY3VsZXMvY2hpcHMtaW5wdXQtZmllbGQnO1xuXG5pbXBvcnQgeyBQYWdpbmF0b3JPcmdhbmlzbSB9IGZyb20gJy4vcGFnaW5hdG9yLm9yZ2FuaXNtJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgUGFnaW5hdG9yT3JnYW5pc21cbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICAvLyBNYXRlcmlhbHNcbiAgICBNYXRQYWdpbmF0b3JNb2R1bGUsXG4gICAgLy8gRnJhbWVzXG4gICAgQXV0b0xheW91dE1vZHVsZSxcbiAgICAvLyBNb2xlY3VsZXNcbiAgICBDaGlwc0lucHV0RmllbGRNb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBQYWdpbmF0b3JPcmdhbmlzbVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIFBhZ2luYXRvck1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -2,9 +2,9 @@ import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from
|
|
|
2
2
|
import { PageEvent } from '@angular/material/paginator';
|
|
3
3
|
import { FormControl } from '@ngneat/reactive-forms';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@
|
|
6
|
-
import * as i2 from "@ng-atomic/components/
|
|
7
|
-
import * as i3 from "@
|
|
5
|
+
import * as i1 from "@angular/material/paginator";
|
|
6
|
+
import * as i2 from "@ng-atomic/components/frames/auto-layout";
|
|
7
|
+
import * as i3 from "@ng-atomic/components/molecules/chips-input-field";
|
|
8
8
|
export class PaginatorOrganism {
|
|
9
9
|
constructor() {
|
|
10
10
|
this.control = new FormControl('');
|
|
@@ -25,7 +25,7 @@ PaginatorOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Paginator
|
|
|
25
25
|
i0.ɵɵproperty("appearance", "legacy")("control", ctx.control)("floatLabel", "always")("label", "")("hint", "")("placeholder", ctx.placeholder);
|
|
26
26
|
i0.ɵɵadvance(1);
|
|
27
27
|
i0.ɵɵproperty("length", ctx.page.length)("pageSize", ctx.page.pageSize)("pageSizeOptions", ctx.pageSizeOptions);
|
|
28
|
-
} },
|
|
28
|
+
} }, 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 });
|
|
29
29
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaginatorOrganism, [{
|
|
30
30
|
type: Component,
|
|
31
31
|
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"] }]
|
|
@@ -7,11 +7,9 @@ export class SelectInputSectionModule {
|
|
|
7
7
|
}
|
|
8
8
|
SelectInputSectionModule.ɵfac = function SelectInputSectionModule_Factory(t) { return new (t || SelectInputSectionModule)(); };
|
|
9
9
|
SelectInputSectionModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SelectInputSectionModule });
|
|
10
|
-
SelectInputSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
SelectInputFieldModule,
|
|
14
|
-
]] });
|
|
10
|
+
SelectInputSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
11
|
+
// Molecules
|
|
12
|
+
SelectInputFieldModule] });
|
|
15
13
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectInputSectionModule, [{
|
|
16
14
|
type: NgModule,
|
|
17
15
|
args: [{
|
|
@@ -31,4 +29,4 @@ SelectInputSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports:
|
|
|
31
29
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SelectInputSectionModule, { declarations: [SelectInputSectionOrganism], imports: [CommonModule,
|
|
32
30
|
// Molecules
|
|
33
31
|
SelectInputFieldModule], exports: [SelectInputSectionOrganism] }); })();
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0LWlucHV0LXNlY3Rpb24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9vcmdhbmlzbXMvc2VsZWN0LWlucHV0LXNlY3Rpb24vc2VsZWN0LWlucHV0LXNlY3Rpb24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLG9EQUFvRCxDQUFDO0FBRTVGLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLGlDQUFpQyxDQUFDOztBQWdCN0UsTUFBTSxPQUFPLHdCQUF3Qjs7Z0dBQXhCLHdCQUF3QjswRUFBeEIsd0JBQXdCOzhFQVJqQyxZQUFZO1FBQ1osWUFBWTtRQUNaLHNCQUFzQjt1RkFNYix3QkFBd0I7Y0FicEMsUUFBUTtlQUFDO2dCQUNSLFlBQVksRUFBRTtvQkFDWiwwQkFBMEI7aUJBQzNCO2dCQUNELE9BQU8sRUFBRTtvQkFDUCxZQUFZO29CQUNaLFlBQVk7b0JBQ1osc0JBQXNCO2lCQUN2QjtnQkFDRCxPQUFPLEVBQUU7b0JBQ1AsMEJBQTBCO2lCQUMzQjthQUNGOzt3RkFDWSx3QkFBd0IsbUJBWGpDLDBCQUEwQixhQUcxQixZQUFZO1FBQ1osWUFBWTtRQUNaLHNCQUFzQixhQUd0QiwwQkFBMEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFNlbGVjdElucHV0RmllbGRNb2R1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvbW9sZWN1bGVzL3NlbGVjdC1pbnB1dC1maWVsZCc7XG5cbmltcG9ydCB7IFNlbGVjdElucHV0U2VjdGlvbk9yZ2FuaXNtIH0gZnJvbSAnLi9zZWxlY3QtaW5wdXQtc2VjdGlvbi5vcmdhbmlzbSc7XG5cblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgU2VsZWN0SW5wdXRTZWN0aW9uT3JnYW5pc21cbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICAvLyBNb2xlY3VsZXNcbiAgICBTZWxlY3RJbnB1dEZpZWxkTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgU2VsZWN0SW5wdXRTZWN0aW9uT3JnYW5pc21cbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBTZWxlY3RJbnB1dFNlY3Rpb25Nb2R1bGUgeyB9XG4iXX0=
|
|
@@ -14,10 +14,10 @@ SelectInputSectionOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
|
|
|
14
14
|
i0.ɵɵelement(0, "molecules-select-input-field", 0);
|
|
15
15
|
} if (rf & 2) {
|
|
16
16
|
i0.ɵɵproperty("label", ctx.label)("control", ctx.control)("options", ctx.options);
|
|
17
|
-
} },
|
|
17
|
+
} }, dependencies: [i1.SelectInputFieldMolecule], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-section-BOGO: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-select-input-section-BOGO);box-sizing:border-box}[_nghost-%COMP%] .molecule.input-field[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
|
|
18
18
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectInputSectionOrganism, [{
|
|
19
19
|
type: Component,
|
|
20
|
-
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-
|
|
20
|
+
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-BOGO: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-select-input-section-BOGO);box-sizing:border-box}:host .molecule.input-field{width:100%}\n"] }]
|
|
21
21
|
}], null, { label: [{
|
|
22
22
|
type: Input
|
|
23
23
|
}], control: [{
|
|
@@ -15,21 +15,19 @@ export class SmartTableModule {
|
|
|
15
15
|
}
|
|
16
16
|
SmartTableModule.ɵfac = function SmartTableModule_Factory(t) { return new (t || SmartTableModule)(); };
|
|
17
17
|
SmartTableModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SmartTableModule });
|
|
18
|
-
SmartTableModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
SmartColumnModule,
|
|
32
|
-
]] });
|
|
18
|
+
SmartTableModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
19
|
+
// Pipes
|
|
20
|
+
DomainModule,
|
|
21
|
+
// Material
|
|
22
|
+
MatTableModule,
|
|
23
|
+
MatCheckboxModule,
|
|
24
|
+
MatMenuModule,
|
|
25
|
+
MatButtonModule,
|
|
26
|
+
MatIconModule,
|
|
27
|
+
// Molecules
|
|
28
|
+
ActionsColumnModule,
|
|
29
|
+
CheckboxColumnModule,
|
|
30
|
+
SmartColumnModule] });
|
|
33
31
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SmartTableModule, [{
|
|
34
32
|
type: NgModule,
|
|
35
33
|
args: [{
|
|
@@ -69,4 +67,4 @@ SmartTableModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
|
|
|
69
67
|
ActionsColumnModule,
|
|
70
68
|
CheckboxColumnModule,
|
|
71
69
|
SmartColumnModule], exports: [SmartTableOrganism] }); })();
|
|
72
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
70
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnQtdGFibGUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9vcmdhbmlzbXMvc21hcnQtdGFibGUvc21hcnQtdGFibGUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUMvRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFDOUQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0RBQWdELENBQUM7QUFDckYsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0saURBQWlELENBQUM7QUFDdkYsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sOENBQThDLENBQUM7QUFFakYsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7O0FBeUI1RCxNQUFNLE9BQU8sZ0JBQWdCOztnRkFBaEIsZ0JBQWdCO2tFQUFoQixnQkFBZ0I7c0VBbEJ6QixZQUFZO1FBQ1osUUFBUTtRQUNSLFlBQVk7UUFDWixXQUFXO1FBQ1gsY0FBYztRQUNkLGlCQUFpQjtRQUNqQixhQUFhO1FBQ2IsZUFBZTtRQUNmLGFBQWE7UUFDYixZQUFZO1FBQ1osbUJBQW1CO1FBQ25CLG9CQUFvQjtRQUNwQixpQkFBaUI7dUZBTVIsZ0JBQWdCO2NBdkI1QixRQUFRO2VBQUM7Z0JBQ1IsWUFBWSxFQUFFO29CQUNaLGtCQUFrQjtpQkFDbkI7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osUUFBUTtvQkFDUixZQUFZO29CQUNaLFdBQVc7b0JBQ1gsY0FBYztvQkFDZCxpQkFBaUI7b0JBQ2pCLGFBQWE7b0JBQ2IsZUFBZTtvQkFDZixhQUFhO29CQUNiLFlBQVk7b0JBQ1osbUJBQW1CO29CQUNuQixvQkFBb0I7b0JBQ3BCLGlCQUFpQjtpQkFDbEI7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLGtCQUFrQjtpQkFDbkI7YUFDRjs7d0ZBQ1ksZ0JBQWdCLG1CQXJCekIsa0JBQWtCLGFBR2xCLFlBQVk7UUFDWixRQUFRO1FBQ1IsWUFBWTtRQUNaLFdBQVc7UUFDWCxjQUFjO1FBQ2QsaUJBQWlCO1FBQ2pCLGFBQWE7UUFDYixlQUFlO1FBQ2YsYUFBYTtRQUNiLFlBQVk7UUFDWixtQkFBbUI7UUFDbkIsb0JBQW9CO1FBQ3BCLGlCQUFpQixhQUdqQixrQkFBa0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1hdFRhYmxlTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvdGFibGUnO1xuaW1wb3J0IHsgTWF0Q2hlY2tib3hNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jaGVja2JveCc7XG5pbXBvcnQgeyBNYXRNZW51TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvbWVudSc7XG5pbXBvcnQgeyBNYXRCdXR0b25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9idXR0b24nO1xuaW1wb3J0IHsgTWF0SWNvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xuaW1wb3J0IHsgRG9tYWluTW9kdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21tb24vcGlwZXMvZG9tYWluJztcbmltcG9ydCB7IEFjdGlvbnNDb2x1bW5Nb2R1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvbW9sZWN1bGVzL2FjdGlvbnMtY29sdW1uJztcbmltcG9ydCB7IENoZWNrYm94Q29sdW1uTW9kdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21wb25lbnRzL21vbGVjdWxlcy9jaGVja2JveC1jb2x1bW4nO1xuaW1wb3J0IHsgU21hcnRDb2x1bW5Nb2R1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvbW9sZWN1bGVzL3NtYXJ0LWNvbHVtbic7XG5cbmltcG9ydCB7IFNtYXJ0VGFibGVPcmdhbmlzbSB9IGZyb20gJy4vc21hcnQtdGFibGUub3JnYW5pc20nO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBTbWFydFRhYmxlT3JnYW5pc20sXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgLy8gUGlwZXNcbiAgICBEb21haW5Nb2R1bGUsXG4gICAgLy8gTWF0ZXJpYWxcbiAgICBNYXRUYWJsZU1vZHVsZSxcbiAgICBNYXRDaGVja2JveE1vZHVsZSxcbiAgICBNYXRNZW51TW9kdWxlLFxuICAgIE1hdEJ1dHRvbk1vZHVsZSxcbiAgICBNYXRJY29uTW9kdWxlLFxuICAgIC8vIE1vbGVjdWxlc1xuICAgIEFjdGlvbnNDb2x1bW5Nb2R1bGUsXG4gICAgQ2hlY2tib3hDb2x1bW5Nb2R1bGUsXG4gICAgU21hcnRDb2x1bW5Nb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBTbWFydFRhYmxlT3JnYW5pc21cbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBTbWFydFRhYmxlTW9kdWxlIHsgfVxuIl19
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/
|
|
4
|
-
import * as i2 from "@angular/
|
|
5
|
-
import * as i3 from "@ng-atomic/components/molecules/
|
|
6
|
-
import * as i4 from "@ng-atomic/components/molecules/
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "@angular/material/table";
|
|
5
|
+
import * as i3 from "@ng-atomic/components/molecules/actions-column";
|
|
6
|
+
import * as i4 from "@ng-atomic/components/molecules/checkbox-column";
|
|
7
7
|
import * as i5 from "@ng-atomic/components/molecules/smart-column";
|
|
8
8
|
import * as i6 from "@ng-atomic/common/pipes/domain";
|
|
9
9
|
function SmartTableOrganism_ng_container_1_molecules_checkbox_column_1_Template(rf, ctx) { if (rf & 1) {
|
|
10
10
|
const _r9 = i0.ɵɵgetCurrentView();
|
|
11
11
|
i0.ɵɵelementStart(0, "molecules-checkbox-column", 9);
|
|
12
|
-
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 ctx_r8.checkboxClick.emit($event); });
|
|
12
|
+
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)); });
|
|
13
13
|
i0.ɵɵelementEnd();
|
|
14
14
|
} if (rf & 2) {
|
|
15
15
|
const ctx_r5 = i0.ɵɵnextContext(2);
|
|
@@ -18,7 +18,7 @@ function SmartTableOrganism_ng_container_1_molecules_checkbox_column_1_Template(
|
|
|
18
18
|
function SmartTableOrganism_ng_container_1_molecules_actions_column_2_Template(rf, ctx) { if (rf & 1) {
|
|
19
19
|
const _r11 = i0.ɵɵgetCurrentView();
|
|
20
20
|
i0.ɵɵelementStart(0, "molecules-actions-column", 10);
|
|
21
|
-
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 ctx_r10.action.emit($event); });
|
|
21
|
+
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)); });
|
|
22
22
|
i0.ɵɵelementEnd();
|
|
23
23
|
} if (rf & 2) {
|
|
24
24
|
const ctx_r6 = i0.ɵɵnextContext(2);
|
|
@@ -27,7 +27,7 @@ function SmartTableOrganism_ng_container_1_molecules_actions_column_2_Template(r
|
|
|
27
27
|
function SmartTableOrganism_ng_container_1_molecules_smart_column_3_Template(rf, ctx) { if (rf & 1) {
|
|
28
28
|
const _r14 = i0.ɵɵgetCurrentView();
|
|
29
29
|
i0.ɵɵelementStart(0, "molecules-smart-column", 11);
|
|
30
|
-
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 ctx_r12.headerClick.emit(name_r4); });
|
|
30
|
+
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)); });
|
|
31
31
|
i0.ɵɵpipe(1, "D");
|
|
32
32
|
i0.ɵɵelementEnd();
|
|
33
33
|
} if (rf & 2) {
|
|
@@ -97,10 +97,10 @@ SmartTableOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SmartTab
|
|
|
97
97
|
i0.ɵɵproperty("matRowDefColumns", ctx.displayedColumns);
|
|
98
98
|
i0.ɵɵadvance(1);
|
|
99
99
|
i0.ɵɵproperty("ngIf", !(ctx.items == null ? null : ctx.items.length));
|
|
100
|
-
} },
|
|
100
|
+
} }, 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-wVtg: var(--width);--cell: 8px;--cell-SCOPED-IN-smart-table-wVtg: var(--cell);--column-vertical-padding: 4px;--column-vertical-padding-SCOPED-IN-smart-table-wVtg: 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-wVtg)}[_nghost-%COMP%] .no-data-message[_ngcontent-%COMP%]{display:flex;justify-content:flex-start;align-items:center;width:calc(var(--width-SCOPED-IN-smart-table-wVtg) - var(--cell-SCOPED-IN-smart-table-wVtg) * 4);height:3em;padding-left:calc(var(--cell-SCOPED-IN-smart-table-wVtg) * 2);padding-right:calc(var(--cell-SCOPED-IN-smart-table-wVtg) * 2)}"], changeDetection: 0 });
|
|
101
101
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SmartTableOrganism, [{
|
|
102
102
|
type: Component,
|
|
103
|
-
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 displayedColumns\" [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 [items]=\"menuItems\"\n (action)=\"action.emit($event)\"\n ></molecules-actions-column>\n <molecules-smart-column\n *ngSwitchDefault\n [name]=\"name\"\n [headerText]=\"name | D\"\n [sort]=\"sortKey === name ? sortOrder : 'none'\"\n (headerClick)=\"headerClick.emit(name)\"\n ></molecules-smart-column>\n </ng-container>\n\n <tr mat-header-row *matHeaderRowDef=\"displayedColumns; sticky: true\"></tr>\n <tr mat-row *matRowDef=\"let item; columns: displayedColumns;\"></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-
|
|
103
|
+
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 displayedColumns\" [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 [items]=\"menuItems\"\n (action)=\"action.emit($event)\"\n ></molecules-actions-column>\n <molecules-smart-column\n *ngSwitchDefault\n [name]=\"name\"\n [headerText]=\"name | D\"\n [sort]=\"sortKey === name ? sortOrder : 'none'\"\n (headerClick)=\"headerClick.emit(name)\"\n ></molecules-smart-column>\n </ng-container>\n\n <tr mat-header-row *matHeaderRowDef=\"displayedColumns; sticky: true\"></tr>\n <tr mat-row *matRowDef=\"let item; columns: displayedColumns;\"></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-wVtg: var(--width);--cell: 8px;--cell-SCOPED-IN-smart-table-wVtg: var(--cell);--column-vertical-padding: 4px;--column-vertical-padding-SCOPED-IN-smart-table-wVtg: 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-wVtg)}:host .no-data-message{display:flex;justify-content:flex-start;align-items:center;width:calc(var(--width-SCOPED-IN-smart-table-wVtg) - var(--cell-SCOPED-IN-smart-table-wVtg) * 4);height:3em;padding-left:calc(var(--cell-SCOPED-IN-smart-table-wVtg) * 2);padding-right:calc(var(--cell-SCOPED-IN-smart-table-wVtg) * 2)}\n"] }]
|
|
104
104
|
}], null, { columns: [{
|
|
105
105
|
type: Input
|
|
106
106
|
}], items: [{
|
|
@@ -128,4 +128,4 @@ SmartTableOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SmartTab
|
|
|
128
128
|
}], itemCheck: [{
|
|
129
129
|
type: Output
|
|
130
130
|
}] }); })();
|
|
131
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
131
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnQtdGFibGUub3JnYW5pc20uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL29yZ2FuaXNtcy9zbWFydC10YWJsZS9zbWFydC10YWJsZS5vcmdhbmlzbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL3NtYXJ0LXRhYmxlL3NtYXJ0LXRhYmxlLm9yZ2FuaXNtLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7OztJQ0U1RixvREFLQztJQURDLDhPQUFpQixlQUFBLGlDQUEwQixDQUFBLElBQUM7SUFDN0MsaUJBQTRCOzs7SUFGM0Isb0RBQStCOzs7O0lBR2pDLG9EQUtDO0lBREMsZ09BQVUsZUFBQSwyQkFBbUIsQ0FBQSxJQUFDO0lBQy9CLGlCQUEyQjs7O0lBRjFCLHdDQUFtQjs7OztJQUdyQixrREFNQztJQURDLDZRQUFlLGVBQUEsaUNBQXNCLENBQUEsSUFBQzs7SUFDdkMsaUJBQXlCOzs7O0lBSnhCLDhCQUFhLDZDQUFBLGdFQUFBOzs7SUFmakIsZ0NBQXNFO0lBQ3BFLDhIQUs2QjtJQUM3Qiw0SEFLNEI7SUFDNUIsd0hBTTBCO0lBQzVCLDBCQUFlOzs7SUFwQnFDLGtDQUFpQjtJQUVoRSxlQUEwQjtJQUExQiwyQ0FBMEI7SUFNMUIsZUFBeUI7SUFBekIsMENBQXlCOzs7SUFjOUIseUJBQTBFOzs7SUFDMUUseUJBQW1FOzs7SUFFckUsK0JBQW9EO0lBQUEsNEVBQVU7SUFBQSxpQkFBTTs7QURmcEUsTUFBTSxPQUFPLGtCQUFrQjtJQVAvQjtRQVVFLFlBQU8sR0FBbUIsRUFBRSxDQUFDO1FBTzdCLFVBQUssR0FBVyxFQUFFLENBQUM7UUFHbkIsaUJBQVksR0FBVyxDQUFDLENBQUM7UUFHekIsYUFBUSxHQUFXLENBQUMsQ0FBQztRQUdyQixjQUFTLEdBQWlCLEVBQUUsQ0FBQztRQUc3QixrQkFBYSxHQUFHLElBQUksR0FBRyxFQUFVLENBQUM7UUFTbEMsV0FBTSxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7UUFHcEMsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO1FBR3pDLGtCQUFhLEdBQUcsSUFBSSxZQUFZLEVBQW1CLENBQUM7UUFHcEQsZUFBVSxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7UUFHaEMsY0FBUyxHQUFHLElBQUksWUFBWSxFQUFtQixDQUFDO1FBRWhELHNCQUFpQixHQUFHLENBQUMsVUFBa0IsRUFBRSxFQUFFLENBQUMsVUFBVSxDQUFDO0tBQ3hEO0lBekNDLElBQUksZ0JBQWdCO1FBQ2xCLE9BQU8sQ0FBQyxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUMzQixDQUFDOztvRkFQVSxrQkFBa0I7cUVBQWxCLGtCQUFrQjtRQ1gvQixnQ0FBMEY7UUFDeEYscUZBb0JlO1FBRWYsaUVBQTBFO1FBQzFFLGlFQUFtRTtRQUNyRSxpQkFBUTtRQUNSLG1FQUFvRTs7UUExQm5ELHNDQUFvQjtRQUNKLGVBQW1CO1FBQW5CLDhDQUFtQjtRQXNCOUIsZUFBbUM7UUFBbkMsc0RBQW1DLCtCQUFBO1FBQ3JCLGVBQTBCO1FBQTFCLHVEQUEwQjtRQUV4RCxlQUFvQjtRQUFwQixxRUFBb0I7O3VGRGZiLGtCQUFrQjtjQVA5QixTQUFTOzJCQUNFLHVCQUF1QixtQkFHaEIsdUJBQXVCLENBQUMsTUFBTSxRQUN6QyxFQUFDLEtBQUssRUFBRSxVQUFVLEVBQUM7Z0JBS3pCLE9BQU87a0JBRE4sS0FBSztZQVFOLEtBQUs7a0JBREosS0FBSztZQUlOLFlBQVk7a0JBRFgsS0FBSztZQUlOLFFBQVE7a0JBRFAsS0FBSztZQUlOLFNBQVM7a0JBRFIsS0FBSztZQUlOLGFBQWE7a0JBRFosS0FBSztZQUlOLE9BQU87a0JBRE4sS0FBSztZQUlOLFNBQVM7a0JBRFIsS0FBSztZQUlOLE1BQU07a0JBREwsTUFBTTtZQUlQLFdBQVc7a0JBRFYsTUFBTTtZQUlQLGFBQWE7a0JBRFosTUFBTTtZQUlQLFVBQVU7a0JBRFQsTUFBTTtZQUlQLFNBQVM7a0JBRFIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWN0aW9uLCBBY3Rpb25JdGVtIH0gZnJvbSAnQG5nLWF0b21pYy9jb21tb24vbW9kZWxzJztcblxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdvcmdhbmlzbXMtc21hcnQtdGFibGUnLFxuICB0ZW1wbGF0ZVVybDogJy4vc21hcnQtdGFibGUub3JnYW5pc20uaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3NtYXJ0LXRhYmxlLm9yZ2FuaXNtLnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGhvc3Q6IHtjbGFzczogJ29yZ2FuaXNtJ31cbn0pXG5leHBvcnQgY2xhc3MgU21hcnRUYWJsZU9yZ2FuaXNtPEl0ZW0gZXh0ZW5kcyBvYmplY3Q+IHtcblxuICBASW5wdXQoKVxuICBjb2x1bW5zOiAoa2V5b2YgSXRlbSlbXSA9IFtdO1xuXG4gIGdldCBkaXNwbGF5ZWRDb2x1bW5zKCk6IChrZXlvZiBJdGVtIHwgc3RyaW5nKVtdIHtcbiAgICByZXR1cm4gWy4uLnRoaXMuY29sdW1uc107XG4gIH1cblxuICBASW5wdXQoKVxuICBpdGVtczogSXRlbVtdID0gW107XG5cbiAgQElucHV0KClcbiAgcGF0aWVudHNTaXplOiBudW1iZXIgPSAwO1xuXG4gIEBJbnB1dCgpXG4gIHBhZ2VTaXplOiBudW1iZXIgPSAwO1xuXG4gIEBJbnB1dCgpXG4gIG1lbnVJdGVtczogQWN0aW9uSXRlbVtdID0gW107XG5cbiAgQElucHV0KClcbiAgc2VsZWN0ZWRJZFNldCA9IG5ldyBTZXQ8c3RyaW5nPigpO1xuXG4gIEBJbnB1dCgpXG4gIHNvcnRLZXk/OiBzdHJpbmc7XG5cbiAgQElucHV0KClcbiAgc29ydE9yZGVyPzogJ2FzYycgfCAnZGVzYyc7XG5cbiAgQE91dHB1dCgpXG4gIGFjdGlvbiA9IG5ldyBFdmVudEVtaXR0ZXI8QWN0aW9uPigpO1xuXG4gIEBPdXRwdXQoKVxuICBoZWFkZXJDbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xuICBcbiAgQE91dHB1dCgpXG4gIGNoZWNrYm94Q2xpY2sgPSBuZXcgRXZlbnRFbWl0dGVyPFtJdGVtLCBib29sZWFuXT4oKTtcblxuICBAT3V0cHV0KClcbiAgcGFnZUNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBAT3V0cHV0KClcbiAgaXRlbUNoZWNrID0gbmV3IEV2ZW50RW1pdHRlcjxbSXRlbSwgYm9vbGVhbl0+KCk7XG4gIFxuICB0cmFja0J5Q29sdW1uTmFtZSA9IChjb2x1bW5OYW1lOiBzdHJpbmcpID0+IGNvbHVtbk5hbWU7XG59XG4iLCI8dGFibGUgbWF0LXRhYmxlIFtkYXRhU291cmNlXT1cIml0ZW1zXCIgbWF0U29ydCBtYXRTb3J0RGlzYWJsZUNsZWFyIG1hdFNvcnREaXJlY3Rpb249XCJkZXNjXCI+XG4gIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IG5hbWUgb2YgZGlzcGxheWVkQ29sdW1uc1wiIFtuZ1N3aXRjaF09XCJuYW1lXCI+XG4gICAgPG1vbGVjdWxlcy1jaGVja2JveC1jb2x1bW5cbiAgICAgICpuZ1N3aXRjaENhc2U9XCInX19jaGVja2JveCdcIlxuICAgICAgbmFtZT1cIl9fY2hlY2tib3hcIlxuICAgICAgW3NlbGVjdGVkSWRTZXRdPVwic2VsZWN0ZWRJZFNldFwiXG4gICAgICAoY2hlY2tib3hDbGljayk9XCJjaGVja2JveENsaWNrLmVtaXQoJGV2ZW50KVwiXG4gICAgPjwvbW9sZWN1bGVzLWNoZWNrYm94LWNvbHVtbj5cbiAgICA8bW9sZWN1bGVzLWFjdGlvbnMtY29sdW1uIFxuICAgICAgKm5nU3dpdGNoQ2FzZT1cIidfX2FjdGlvbnMnXCIgXG4gICAgICBuYW1lPVwiX19hY3Rpb25zXCIgXG4gICAgICBbaXRlbXNdPVwibWVudUl0ZW1zXCJcbiAgICAgIChhY3Rpb24pPVwiYWN0aW9uLmVtaXQoJGV2ZW50KVwiXG4gICAgPjwvbW9sZWN1bGVzLWFjdGlvbnMtY29sdW1uPlxuICAgIDxtb2xlY3VsZXMtc21hcnQtY29sdW1uXG4gICAgICAqbmdTd2l0Y2hEZWZhdWx0XG4gICAgICBbbmFtZV09XCJuYW1lXCJcbiAgICAgIFtoZWFkZXJUZXh0XT1cIm5hbWUgfCBEXCJcbiAgICAgIFtzb3J0XT1cInNvcnRLZXkgPT09IG5hbWUgPyBzb3J0T3JkZXIgOiAnbm9uZSdcIlxuICAgICAgKGhlYWRlckNsaWNrKT1cImhlYWRlckNsaWNrLmVtaXQobmFtZSlcIlxuICAgID48L21vbGVjdWxlcy1zbWFydC1jb2x1bW4+XG4gIDwvbmctY29udGFpbmVyPlxuXG4gIDx0ciBtYXQtaGVhZGVyLXJvdyAqbWF0SGVhZGVyUm93RGVmPVwiZGlzcGxheWVkQ29sdW1uczsgc3RpY2t5OiB0cnVlXCI+PC90cj5cbiAgPHRyIG1hdC1yb3cgKm1hdFJvd0RlZj1cImxldCBpdGVtOyBjb2x1bW5zOiBkaXNwbGF5ZWRDb2x1bW5zO1wiPjwvdHI+XG48L3RhYmxlPlxuPGRpdiAqbmdJZj1cIiFpdGVtcz8ubGVuZ3RoXCIgY2xhc3M9XCJuby1kYXRhLW1lc3NhZ2VcIj7jg4fjg7zjgr/jgYzjgYLjgorjgb7jgZvjgpPjgII8L2Rpdj4iXX0=
|
|
@@ -7,11 +7,9 @@ export class SocialLoginSectionModule {
|
|
|
7
7
|
}
|
|
8
8
|
SocialLoginSectionModule.ɵfac = function SocialLoginSectionModule_Factory(t) { return new (t || SocialLoginSectionModule)(); };
|
|
9
9
|
SocialLoginSectionModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SocialLoginSectionModule });
|
|
10
|
-
SocialLoginSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
MatButtonModule,
|
|
14
|
-
]] });
|
|
10
|
+
SocialLoginSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
11
|
+
// Material
|
|
12
|
+
MatButtonModule] });
|
|
15
13
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SocialLoginSectionModule, [{
|
|
16
14
|
type: NgModule,
|
|
17
15
|
args: [{
|
|
@@ -31,4 +29,4 @@ SocialLoginSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports:
|
|
|
31
29
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SocialLoginSectionModule, { declarations: [SocialLoginSectionOrganism], imports: [CommonModule,
|
|
32
30
|
// Material
|
|
33
31
|
MatButtonModule], exports: [SocialLoginSectionOrganism] }); })();
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic29jaWFsLWxvZ2luLXNlY3Rpb24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9vcmdhbmlzbXMvc29jaWFsLWxvZ2luLXNlY3Rpb24vc29jaWFsLWxvZ2luLXNlY3Rpb24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQzs7QUFpQjdFLE1BQU0sT0FBTyx3QkFBd0I7O2dHQUF4Qix3QkFBd0I7MEVBQXhCLHdCQUF3Qjs4RUFSakMsWUFBWTtRQUNaLFdBQVc7UUFDWCxlQUFlO3VGQU1OLHdCQUF3QjtjQWJwQyxRQUFRO2VBQUM7Z0JBQ1IsWUFBWSxFQUFFO29CQUNaLDBCQUEwQjtpQkFDM0I7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osV0FBVztvQkFDWCxlQUFlO2lCQUNoQjtnQkFDRCxPQUFPLEVBQUU7b0JBQ1AsMEJBQTBCO2lCQUMzQjthQUNGOzt3RkFDWSx3QkFBd0IsbUJBWGpDLDBCQUEwQixhQUcxQixZQUFZO1FBQ1osV0FBVztRQUNYLGVBQWUsYUFHZiwwQkFBMEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1hdEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2J1dHRvbic7XG5pbXBvcnQgeyBTb2NpYWxMb2dpblNlY3Rpb25PcmdhbmlzbSB9IGZyb20gJy4vc29jaWFsLWxvZ2luLXNlY3Rpb24ub3JnYW5pc20nO1xuXG5cblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgU29jaWFsTG9naW5TZWN0aW9uT3JnYW5pc21cbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICAvLyBNYXRlcmlhbFxuICAgIE1hdEJ1dHRvbk1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIFNvY2lhbExvZ2luU2VjdGlvbk9yZ2FuaXNtXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgU29jaWFsTG9naW5TZWN0aW9uTW9kdWxlIHsgfVxuIl19
|
|
@@ -12,10 +12,10 @@ SocialLoginSectionOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
|
|
|
12
12
|
i0.ɵɵlistener("click", function SocialLoginSectionOrganism_Template_button_click_0_listener() { return ctx.signInWithGoogleButtonClick.emit(); });
|
|
13
13
|
i0.ɵɵtext(1, "Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3");
|
|
14
14
|
i0.ɵɵelementEnd();
|
|
15
|
-
} },
|
|
15
|
+
} }, dependencies: [i1.MatButton], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-8LPx: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-heading-8LPx);box-sizing:border-box}[_nghost-%COMP%] button[_ngcontent-%COMP%]{width:100%;height:56px}"], changeDetection: 0 });
|
|
16
16
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SocialLoginSectionOrganism, [{
|
|
17
17
|
type: Component,
|
|
18
|
-
args: [{ selector: 'organisms-social-login-section', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button \n mat-raised-button \n color=\"primary\" \n (click)=\"signInWithGoogleButtonClick.emit()\"\n>Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3</button>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-
|
|
18
|
+
args: [{ selector: 'organisms-social-login-section', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button \n mat-raised-button \n color=\"primary\" \n (click)=\"signInWithGoogleButtonClick.emit()\"\n>Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3</button>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-8LPx: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-heading-8LPx);box-sizing:border-box}:host button{width:100%;height:56px}\n"] }]
|
|
19
19
|
}], null, { signInWithGoogleButtonClick: [{
|
|
20
20
|
type: Output
|
|
21
21
|
}] }); })();
|
|
@@ -7,11 +7,9 @@ export class TextInputSectionModule {
|
|
|
7
7
|
}
|
|
8
8
|
TextInputSectionModule.ɵfac = function TextInputSectionModule_Factory(t) { return new (t || TextInputSectionModule)(); };
|
|
9
9
|
TextInputSectionModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: TextInputSectionModule });
|
|
10
|
-
TextInputSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
TextInputFieldModule,
|
|
14
|
-
]] });
|
|
10
|
+
TextInputSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
11
|
+
// Molecules
|
|
12
|
+
TextInputFieldModule] });
|
|
15
13
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextInputSectionModule, [{
|
|
16
14
|
type: NgModule,
|
|
17
15
|
args: [{
|
|
@@ -31,4 +29,4 @@ TextInputSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
|
|
|
31
29
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TextInputSectionModule, { declarations: [TextInputSectionOrganism], imports: [CommonModule,
|
|
32
30
|
// Molecules
|
|
33
31
|
TextInputFieldModule], exports: [TextInputSectionOrganism] }); })();
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1pbnB1dC1zZWN0aW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL3RleHQtaW5wdXQtc2VjdGlvbi90ZXh0LWlucHV0LXNlY3Rpb24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQ3hGLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtCQUErQixDQUFDOztBQWdCekUsTUFBTSxPQUFPLHNCQUFzQjs7NEZBQXRCLHNCQUFzQjt3RUFBdEIsc0JBQXNCOzRFQVIvQixZQUFZO1FBQ1osWUFBWTtRQUNaLG9CQUFvQjt1RkFNWCxzQkFBc0I7Y0FibEMsUUFBUTtlQUFDO2dCQUNSLFlBQVksRUFBRTtvQkFDWix3QkFBd0I7aUJBQ3pCO2dCQUNELE9BQU8sRUFBRTtvQkFDUCxZQUFZO29CQUNaLFlBQVk7b0JBQ1osb0JBQW9CO2lCQUNyQjtnQkFDRCxPQUFPLEVBQUU7b0JBQ1Asd0JBQXdCO2lCQUN6QjthQUNGOzt3RkFDWSxzQkFBc0IsbUJBWC9CLHdCQUF3QixhQUd4QixZQUFZO1FBQ1osWUFBWTtRQUNaLG9CQUFvQixhQUdwQix3QkFBd0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFRleHRJbnB1dEZpZWxkTW9kdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21wb25lbnRzL21vbGVjdWxlcy90ZXh0LWlucHV0LWZpZWxkJztcbmltcG9ydCB7IFRleHRJbnB1dFNlY3Rpb25PcmdhbmlzbSB9IGZyb20gJy4vdGV4dC1pbnB1dC1zZWN0aW9uLm9yZ2FuaXNtJztcblxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBUZXh0SW5wdXRTZWN0aW9uT3JnYW5pc21cbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICAvLyBNb2xlY3VsZXNcbiAgICBUZXh0SW5wdXRGaWVsZE1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIFRleHRJbnB1dFNlY3Rpb25PcmdhbmlzbVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIFRleHRJbnB1dFNlY3Rpb25Nb2R1bGUgeyB9XG4iXX0=
|
|
@@ -15,10 +15,10 @@ TextInputSectionOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Te
|
|
|
15
15
|
i0.ɵɵelement(0, "molecules-text-input-field", 0);
|
|
16
16
|
} if (rf & 2) {
|
|
17
17
|
i0.ɵɵproperty("control", ctx.control)("label", ctx.label)("placeholder", ctx.placeholder);
|
|
18
|
-
} },
|
|
18
|
+
} }, dependencies: [i1.TextInputFieldMolecule], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-H2Xm: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-H2Xm);box-sizing:border-box}[_nghost-%COMP%] .molecule.input-field[_ngcontent-%COMP%], [_nghost-%COMP%] mat-form-field[_ngcontent-%COMP%]{width:100%}"] });
|
|
19
19
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextInputSectionOrganism, [{
|
|
20
20
|
type: Component,
|
|
21
|
-
args: [{ selector: 'organisms-text-input-section', template: "<molecules-text-input-field\n type=\"text\"\n [control]=\"control\"\n [label]=\"label\"\n [placeholder]=\"placeholder\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-
|
|
21
|
+
args: [{ selector: 'organisms-text-input-section', template: "<molecules-text-input-field\n type=\"text\"\n [control]=\"control\"\n [label]=\"label\"\n [placeholder]=\"placeholder\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-H2Xm: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-H2Xm);box-sizing:border-box}:host .molecule.input-field,:host mat-form-field{width:100%}\n"] }]
|
|
22
22
|
}], null, { label: [{
|
|
23
23
|
type: Input
|
|
24
24
|
}], placeholder: [{
|
|
@@ -7,11 +7,9 @@ export class TextareaSectionModule {
|
|
|
7
7
|
}
|
|
8
8
|
TextareaSectionModule.ɵfac = function TextareaSectionModule_Factory(t) { return new (t || TextareaSectionModule)(); };
|
|
9
9
|
TextareaSectionModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: TextareaSectionModule });
|
|
10
|
-
TextareaSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
TextareaFieldModule,
|
|
14
|
-
]] });
|
|
10
|
+
TextareaSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
11
|
+
// Molecules
|
|
12
|
+
TextareaFieldModule] });
|
|
15
13
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextareaSectionModule, [{
|
|
16
14
|
type: NgModule,
|
|
17
15
|
args: [{
|
|
@@ -27,4 +25,4 @@ TextareaSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
|
|
|
27
25
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TextareaSectionModule, { declarations: [TextareaSectionOrganism], imports: [CommonModule,
|
|
28
26
|
// Molecules
|
|
29
27
|
TextareaFieldModule], exports: [TextareaSectionOrganism] }); })();
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dGFyZWEtc2VjdGlvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL29yZ2FuaXNtcy90ZXh0YXJlYS1zZWN0aW9uL3RleHRhcmVhLXNlY3Rpb24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdEQUFnRCxDQUFDO0FBRXJGLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDOztBQVl0RSxNQUFNLE9BQU8scUJBQXFCOzswRkFBckIscUJBQXFCO3VFQUFyQixxQkFBcUI7MkVBTjlCLFlBQVk7UUFDWixZQUFZO1FBQ1osbUJBQW1CO3VGQUlWLHFCQUFxQjtjQVRqQyxRQUFRO2VBQUM7Z0JBQ1IsWUFBWSxFQUFFLENBQUMsdUJBQXVCLENBQUM7Z0JBQ3ZDLE9BQU8sRUFBRTtvQkFDUCxZQUFZO29CQUNaLFlBQVk7b0JBQ1osbUJBQW1CO2lCQUNwQjtnQkFDRCxPQUFPLEVBQUUsQ0FBQyx1QkFBdUIsQ0FBQzthQUNuQzs7d0ZBQ1kscUJBQXFCLG1CQVJqQix1QkFBdUIsYUFFcEMsWUFBWTtRQUNaLFlBQVk7UUFDWixtQkFBbUIsYUFFWCx1QkFBdUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFRleHRhcmVhRmllbGRNb2R1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvbW9sZWN1bGVzL3RleHRhcmVhLWZpZWxkJztcblxuaW1wb3J0IHsgVGV4dGFyZWFTZWN0aW9uT3JnYW5pc20gfSBmcm9tICcuL3RleHRhcmVhLXNlY3Rpb24ub3JnYW5pc20nO1xuXG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1RleHRhcmVhU2VjdGlvbk9yZ2FuaXNtXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICAvLyBNb2xlY3VsZXNcbiAgICBUZXh0YXJlYUZpZWxkTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbVGV4dGFyZWFTZWN0aW9uT3JnYW5pc21dXG59KVxuZXhwb3J0IGNsYXNzIFRleHRhcmVhU2VjdGlvbk1vZHVsZSB7IH1cbiJdfQ==
|