@ng-atomic/components 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/atoms/chips-input/chips-input.module.d.ts +9 -7
- package/atoms/smart-menu-button/smart-menu-button.module.d.ts +8 -6
- package/esm2020/atoms/chips-input/chips-input.module.mjs +9 -4
- package/esm2020/atoms/smart-menu-button/smart-menu-button.module.mjs +9 -4
- package/esm2020/frames/auto-layout/auto-layout.frame.mjs +2 -2
- package/esm2020/frames/auto-layout/auto-layout.module.mjs +4 -3
- package/esm2020/frames/card/card.module.mjs +4 -3
- package/esm2020/frames/drawer/drawer.frame.mjs +2 -2
- package/esm2020/frames/drawer/drawer.module.mjs +5 -4
- package/esm2020/frames/line-up/line-up.frame.mjs +2 -2
- package/esm2020/frames/line-up/line-up.module.mjs +4 -3
- package/esm2020/frames/line-up-v2/line-up.frame.mjs +2 -2
- package/esm2020/frames/line-up-v2/line-up.module.mjs +4 -3
- package/esm2020/frames/overlay/overlay.frame.mjs +2 -2
- package/esm2020/frames/overlay/overlay.module.mjs +4 -3
- package/esm2020/frames/overlay-v2/overlay.frame.mjs +2 -2
- package/esm2020/frames/overlay-v2/overlay.module.mjs +4 -3
- package/esm2020/frames/scroll/scroll.frame.mjs +2 -2
- package/esm2020/frames/scroll/scroll.module.mjs +4 -3
- package/esm2020/frames/smart-menu/smart-menu.frame.mjs +2 -2
- package/esm2020/frames/smart-menu/smart-menu.module.mjs +4 -3
- package/esm2020/molecules/actions-column/actions-column.module.mjs +5 -4
- package/esm2020/molecules/checkbox-column/checkbox-column.module.mjs +4 -3
- package/esm2020/molecules/chips-input-field/chips-input-field.module.mjs +4 -3
- package/esm2020/molecules/date-input-field/date-input-field.module.mjs +4 -3
- package/esm2020/molecules/date-input-field/date-input-field.molecule.mjs +2 -2
- package/esm2020/molecules/select-input-field/select-input-field.module.mjs +4 -3
- package/esm2020/molecules/select-input-field/select-input-field.molecule.mjs +2 -2
- package/esm2020/molecules/smart-column/smart-column.module.mjs +5 -4
- package/esm2020/molecules/text-input-field/text-input-field.module.mjs +4 -3
- package/esm2020/molecules/textarea-field/textarea-field.module.mjs +4 -3
- package/esm2020/organisms/action-buttons-section/action-buttons-section.module.mjs +5 -4
- package/esm2020/organisms/action-buttons-section/action-buttons-section.organism.mjs +2 -2
- package/esm2020/organisms/back-navigator/back-navigator.module.mjs +4 -3
- package/esm2020/organisms/back-navigator/back-navigator.organism.mjs +2 -2
- package/esm2020/organisms/card-input-section/card-input-section.module.mjs +4 -3
- 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 +4 -3
- package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +2 -2
- package/esm2020/organisms/date-input-section/date-input-section.module.mjs +4 -3
- package/esm2020/organisms/date-input-section/date-input-section.organism.mjs +2 -2
- package/esm2020/organisms/heading/heading.module.mjs +4 -3
- package/esm2020/organisms/heading/heading.organism.mjs +2 -2
- package/esm2020/organisms/menu/menu.module.mjs +5 -4
- package/esm2020/organisms/menu/menu.organism.mjs +2 -2
- package/esm2020/organisms/navigator/navigator.module.mjs +4 -3
- package/esm2020/organisms/navigator/navigator.organism.mjs +2 -2
- package/esm2020/organisms/paginator/paginator.module.mjs +4 -3
- package/esm2020/organisms/select-input-section/select-input-section.module.mjs +5 -4
- package/esm2020/organisms/select-input-section/select-input-section.organism.mjs +2 -2
- package/esm2020/organisms/smart-table/smart-table.module.mjs +10 -5
- package/esm2020/organisms/smart-table/smart-table.organism.mjs +2 -2
- package/esm2020/organisms/social-login-section/social-login-section.module.mjs +9 -4
- package/esm2020/organisms/social-login-section/social-login-section.organism.mjs +2 -2
- package/esm2020/organisms/text-input-section/text-input-section.module.mjs +9 -4
- package/esm2020/organisms/text-input-section/text-input-section.organism.mjs +2 -2
- package/esm2020/organisms/textarea-section/textarea-section.module.mjs +4 -3
- package/esm2020/organisms/textarea-section/textarea-section.organism.mjs +2 -2
- package/esm2020/organisms/top-navigator/top-navigator.module.mjs +9 -4
- package/esm2020/organisms/top-navigator/top-navigator.organism.mjs +2 -2
- package/esm2020/pages/_index/index.module.mjs +9 -4
- package/esm2020/pages/blank/blank.module.mjs +9 -4
- package/esm2020/templates/entrance/entrance.module.mjs +4 -3
- package/esm2020/templates/entrance/entrance.template.mjs +2 -2
- package/esm2020/templates/loading/loading.module.mjs +9 -4
- package/esm2020/templates/menu/menu.module.mjs +9 -4
- package/esm2020/templates/menu/menu.template.mjs +2 -2
- package/esm2020/templates/smart-crud/smart-crud.module.mjs +9 -4
- package/esm2020/templates/smart-crud/smart-crud.template.mjs +2 -2
- package/esm2020/templates/smart-index/smart-index.module.mjs +4 -3
- package/esm2020/templates/smart-index/smart-index.template.mjs +2 -2
- package/fesm2015/ng-atomic-components-atoms-chips-input.mjs +8 -3
- package/fesm2015/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs +8 -3
- package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +5 -4
- package/fesm2015/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-card.mjs +3 -2
- package/fesm2015/ng-atomic-components-frames-card.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-drawer.mjs +5 -4
- package/fesm2015/ng-atomic-components-frames-drawer.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-line-up-v2.mjs +5 -4
- package/fesm2015/ng-atomic-components-frames-line-up-v2.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-line-up.mjs +5 -4
- package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-overlay-v2.mjs +5 -4
- package/fesm2015/ng-atomic-components-frames-overlay-v2.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-overlay.mjs +5 -4
- package/fesm2015/ng-atomic-components-frames-overlay.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-scroll.mjs +5 -4
- package/fesm2015/ng-atomic-components-frames-scroll.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +5 -4
- package/fesm2015/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-actions-column.mjs +5 -4
- package/fesm2015/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs +3 -2
- package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs +3 -2
- package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs +5 -4
- package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs +5 -4
- package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-smart-column.mjs +5 -4
- package/fesm2015/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs +3 -2
- package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs +3 -2
- package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +5 -4
- package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs +5 -4
- package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +5 -4
- 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 +5 -4
- 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 +5 -4
- package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-heading.mjs +5 -4
- package/fesm2015/ng-atomic-components-organisms-heading.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-menu.mjs +5 -4
- package/fesm2015/ng-atomic-components-organisms-menu.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-navigator.mjs +5 -4
- package/fesm2015/ng-atomic-components-organisms-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-paginator.mjs +3 -2
- package/fesm2015/ng-atomic-components-organisms-paginator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +6 -5
- package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +12 -7
- package/fesm2015/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +10 -5
- package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs +10 -5
- package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +5 -4
- package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs +10 -5
- package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-pages-_index.mjs +8 -3
- package/fesm2015/ng-atomic-components-pages-_index.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-pages-blank.mjs +8 -3
- package/fesm2015/ng-atomic-components-pages-blank.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-entrance.mjs +5 -4
- package/fesm2015/ng-atomic-components-templates-entrance.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-loading.mjs +8 -3
- package/fesm2015/ng-atomic-components-templates-loading.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-menu.mjs +10 -5
- package/fesm2015/ng-atomic-components-templates-menu.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +10 -5
- package/fesm2015/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-smart-index.mjs +5 -4
- package/fesm2015/ng-atomic-components-templates-smart-index.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-atoms-chips-input.mjs +8 -3
- package/fesm2020/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs +8 -3
- package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +5 -4
- package/fesm2020/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-card.mjs +3 -2
- package/fesm2020/ng-atomic-components-frames-card.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-drawer.mjs +5 -4
- package/fesm2020/ng-atomic-components-frames-drawer.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-line-up-v2.mjs +5 -4
- package/fesm2020/ng-atomic-components-frames-line-up-v2.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-line-up.mjs +5 -4
- package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-overlay-v2.mjs +5 -4
- package/fesm2020/ng-atomic-components-frames-overlay-v2.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-overlay.mjs +5 -4
- package/fesm2020/ng-atomic-components-frames-overlay.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-scroll.mjs +5 -4
- package/fesm2020/ng-atomic-components-frames-scroll.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +5 -4
- package/fesm2020/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-actions-column.mjs +5 -4
- package/fesm2020/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs +3 -2
- package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs +3 -2
- package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs +5 -4
- package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs +5 -4
- package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-smart-column.mjs +5 -4
- package/fesm2020/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs +3 -2
- package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs +3 -2
- package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +5 -4
- package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs +5 -4
- package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs +5 -4
- 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 +5 -4
- 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 +5 -4
- package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-heading.mjs +5 -4
- package/fesm2020/ng-atomic-components-organisms-heading.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-menu.mjs +5 -4
- package/fesm2020/ng-atomic-components-organisms-menu.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-navigator.mjs +5 -4
- package/fesm2020/ng-atomic-components-organisms-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-paginator.mjs +3 -2
- package/fesm2020/ng-atomic-components-organisms-paginator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs +6 -5
- package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +12 -7
- package/fesm2020/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +10 -5
- package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs +10 -5
- package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +5 -4
- package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs +10 -5
- package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-pages-_index.mjs +8 -3
- package/fesm2020/ng-atomic-components-pages-_index.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-pages-blank.mjs +8 -3
- package/fesm2020/ng-atomic-components-pages-blank.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-entrance.mjs +5 -4
- package/fesm2020/ng-atomic-components-templates-entrance.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-loading.mjs +8 -3
- package/fesm2020/ng-atomic-components-templates-loading.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-menu.mjs +10 -5
- package/fesm2020/ng-atomic-components-templates-menu.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +10 -5
- package/fesm2020/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-smart-index.mjs +5 -4
- package/fesm2020/ng-atomic-components-templates-smart-index.mjs.map +1 -1
- package/frames/auto-layout/auto-layout.module.d.ts +2 -1
- package/frames/card/card.module.d.ts +2 -1
- package/frames/drawer/drawer.module.d.ts +2 -1
- package/frames/line-up/line-up.module.d.ts +2 -1
- package/frames/line-up-v2/line-up.module.d.ts +2 -1
- package/frames/overlay/overlay.module.d.ts +2 -1
- package/frames/overlay-v2/overlay.module.d.ts +2 -1
- package/frames/scroll/scroll.module.d.ts +2 -1
- package/frames/smart-menu/smart-menu.module.d.ts +2 -1
- package/molecules/actions-column/actions-column.module.d.ts +2 -1
- package/molecules/checkbox-column/checkbox-column.module.d.ts +2 -1
- package/molecules/chips-input-field/chips-input-field.module.d.ts +2 -1
- package/molecules/date-input-field/date-input-field.module.d.ts +2 -1
- package/molecules/select-input-field/select-input-field.module.d.ts +2 -1
- package/molecules/smart-column/smart-column.module.d.ts +2 -1
- package/molecules/text-input-field/text-input-field.module.d.ts +2 -1
- package/molecules/textarea-field/textarea-field.module.d.ts +2 -1
- package/organisms/action-buttons-section/action-buttons-section.module.d.ts +2 -1
- package/organisms/back-navigator/back-navigator.module.d.ts +2 -1
- package/organisms/card-input-section/card-input-section.module.d.ts +2 -1
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.d.ts +2 -1
- package/organisms/date-input-section/date-input-section.module.d.ts +2 -1
- package/organisms/heading/heading.module.d.ts +2 -1
- package/organisms/menu/menu.module.d.ts +2 -1
- package/organisms/navigator/navigator.module.d.ts +2 -1
- package/organisms/paginator/paginator.module.d.ts +2 -1
- package/organisms/select-input-section/select-input-section.module.d.ts +2 -1
- package/organisms/smart-table/smart-table.module.d.ts +14 -12
- package/organisms/social-login-section/social-login-section.module.d.ts +6 -4
- package/organisms/text-input-section/text-input-section.module.d.ts +6 -4
- package/organisms/textarea-section/textarea-section.module.d.ts +2 -1
- package/organisms/top-navigator/top-navigator.module.d.ts +8 -6
- package/package.json +10 -2
- package/pages/_index/index.module.d.ts +6 -4
- package/pages/blank/blank.module.d.ts +6 -4
- package/templates/entrance/entrance.module.d.ts +2 -1
- package/templates/loading/loading.module.d.ts +6 -4
- package/templates/menu/menu.module.d.ts +6 -4
- package/templates/smart-crud/smart-crud.module.d.ts +14 -12
- package/templates/smart-index/smart-index.module.d.ts +2 -1
|
@@ -3,6 +3,8 @@ import { EventEmitter, Component, ChangeDetectionStrategy, Input, Output, NgModu
|
|
|
3
3
|
import * as i1 from '@ng-atomic/components/organisms/menu';
|
|
4
4
|
import { MenuModule as MenuModule$1 } from '@ng-atomic/components/organisms/menu';
|
|
5
5
|
import { CommonModule } from '@angular/common';
|
|
6
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
7
|
+
import { BrowserModule } from '@angular/platform-browser';
|
|
6
8
|
|
|
7
9
|
class MenuTemplate {
|
|
8
10
|
constructor() {
|
|
@@ -11,23 +13,25 @@ class MenuTemplate {
|
|
|
11
13
|
}
|
|
12
14
|
}
|
|
13
15
|
MenuTemplate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuTemplate, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
MenuTemplate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MenuTemplate, selector: "templates-menu", inputs: { actionItems: "actionItems" }, outputs: { actionItemClick: "actionItemClick" }, ngImport: i0, template: "<div class=\"top\">\n <ng-content select=[header]></ng-content>\n <organisms-menu\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n ></organisms-menu>\n</div>\n<div class=\"bottom\">\n <ng-content select=[footer]></ng-content>\n</div>", styles: [":host{--primary-color: blue;--primary-color-SCOPED-IN-menu-
|
|
16
|
+
MenuTemplate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MenuTemplate, selector: "templates-menu", inputs: { actionItems: "actionItems" }, outputs: { actionItemClick: "actionItemClick" }, ngImport: i0, template: "<div class=\"top\">\n <ng-content select=[header]></ng-content>\n <organisms-menu\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n ></organisms-menu>\n</div>\n<div class=\"bottom\">\n <ng-content select=[footer]></ng-content>\n</div>", styles: [":host{--primary-color: blue;--primary-color-SCOPED-IN-menu-vSwj: var(--primary-color);--width: 100%;--width-SCOPED-IN-menu-vSwj: var(--width);--height: 100%;--height-SCOPED-IN-menu-vSwj: var(--height)}:host{display:flex;flex-direction:column;justify-content:space-between;width:var(--width-SCOPED-IN-menu-vSwj);height:var(--height-SCOPED-IN-menu-vSwj);color:#fff;background-color:var(--primary-color-SCOPED-IN-menu-vSwj)}:host organisms-menu{transition:width .5s;--primary-color: var(--primary-color-SCOPED-IN-menu-vSwj)}\n"], components: [{ type: i1.MenuOrganism, selector: "organisms-menu", inputs: ["actionItems"], outputs: ["actionItemClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
15
17
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuTemplate, decorators: [{
|
|
16
18
|
type: Component,
|
|
17
|
-
args: [{ selector: 'templates-menu', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"top\">\n <ng-content select=[header]></ng-content>\n <organisms-menu\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n ></organisms-menu>\n</div>\n<div class=\"bottom\">\n <ng-content select=[footer]></ng-content>\n</div>", styles: [":host{--primary-color: blue;--primary-color-SCOPED-IN-menu-
|
|
19
|
+
args: [{ selector: 'templates-menu', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"top\">\n <ng-content select=[header]></ng-content>\n <organisms-menu\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n ></organisms-menu>\n</div>\n<div class=\"bottom\">\n <ng-content select=[footer]></ng-content>\n</div>", styles: [":host{--primary-color: blue;--primary-color-SCOPED-IN-menu-vSwj: var(--primary-color);--width: 100%;--width-SCOPED-IN-menu-vSwj: var(--width);--height: 100%;--height-SCOPED-IN-menu-vSwj: var(--height)}:host{display:flex;flex-direction:column;justify-content:space-between;width:var(--width-SCOPED-IN-menu-vSwj);height:var(--height-SCOPED-IN-menu-vSwj);color:#fff;background-color:var(--primary-color-SCOPED-IN-menu-vSwj)}:host organisms-menu{transition:width .5s;--primary-color: var(--primary-color-SCOPED-IN-menu-vSwj)}\n"] }]
|
|
18
20
|
}], propDecorators: { actionItems: [{
|
|
19
21
|
type: Input
|
|
20
22
|
}], actionItemClick: [{
|
|
21
23
|
type: Output
|
|
22
24
|
}] } });
|
|
23
25
|
|
|
24
|
-
class MenuModule {
|
|
26
|
+
class MenuModule extends ElementsModule {
|
|
25
27
|
}
|
|
26
|
-
MenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuModule, deps:
|
|
27
|
-
MenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuModule, declarations: [MenuTemplate], imports: [
|
|
28
|
+
MenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuModule, deps: null, target: i0.ɵɵFactoryTarget.NgModule });
|
|
29
|
+
MenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuModule, declarations: [MenuTemplate], imports: [BrowserModule,
|
|
30
|
+
CommonModule,
|
|
28
31
|
// Organisms
|
|
29
32
|
MenuModule$1], exports: [MenuTemplate] });
|
|
30
33
|
MenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuModule, imports: [[
|
|
34
|
+
BrowserModule,
|
|
31
35
|
CommonModule,
|
|
32
36
|
// Organisms
|
|
33
37
|
MenuModule$1,
|
|
@@ -37,6 +41,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
37
41
|
args: [{
|
|
38
42
|
declarations: [MenuTemplate],
|
|
39
43
|
imports: [
|
|
44
|
+
BrowserModule,
|
|
40
45
|
CommonModule,
|
|
41
46
|
// Organisms
|
|
42
47
|
MenuModule$1,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-atomic-components-templates-menu.mjs","sources":["../../../../libs/components/templates/menu/menu.template.ts","../../../../libs/components/templates/menu/menu.template.html","../../../../libs/components/templates/menu/menu.module.ts","../../../../libs/components/templates/menu/ng-atomic-components-templates-menu.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { ActionItem } from '@ng-atomic/common/models';\n\n@Component({\n selector: 'templates-menu',\n templateUrl: './menu.template.html',\n styleUrls: ['./menu.template.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class MenuTemplate {\n\n @Input()\n actionItems: ActionItem[] = [];\n\n @Output()\n actionItemClick = new EventEmitter<[ActionItem]>();\n\n}\n","<div class=\"top\">\n <ng-content select=[header]></ng-content>\n <organisms-menu\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n ></organisms-menu>\n</div>\n<div class=\"bottom\">\n <ng-content select=[footer]></ng-content>\n</div>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MenuModule as MenuOrganismModule } from '@ng-atomic/components/organisms/menu';\nimport { MenuTemplate } from './menu.template';\n\n@NgModule({\n declarations: [MenuTemplate],\n imports: [\n CommonModule,\n // Organisms\n MenuOrganismModule,\n ],\n exports: [MenuTemplate]\n})\nexport class MenuModule { }\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["MenuOrganismModule"],"mappings":"
|
|
1
|
+
{"version":3,"file":"ng-atomic-components-templates-menu.mjs","sources":["../../../../libs/components/templates/menu/menu.template.ts","../../../../libs/components/templates/menu/menu.template.html","../../../../libs/components/templates/menu/menu.module.ts","../../../../libs/components/templates/menu/ng-atomic-components-templates-menu.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { ActionItem } from '@ng-atomic/common/models';\n\n@Component({\n selector: 'templates-menu',\n templateUrl: './menu.template.html',\n styleUrls: ['./menu.template.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class MenuTemplate {\n\n @Input()\n actionItems: ActionItem[] = [];\n\n @Output()\n actionItemClick = new EventEmitter<[ActionItem]>();\n\n}\n","<div class=\"top\">\n <ng-content select=[header]></ng-content>\n <organisms-menu\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n ></organisms-menu>\n</div>\n<div class=\"bottom\">\n <ng-content select=[footer]></ng-content>\n</div>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MenuModule as MenuOrganismModule } from '@ng-atomic/components/organisms/menu';\nimport { ElementsModule } from '@ng-atomic/elements';\n\nimport { MenuTemplate } from './menu.template';\nimport { BrowserModule } from '@angular/platform-browser';\n\n\n@NgModule({\n declarations: [MenuTemplate],\n imports: [\n BrowserModule,\n CommonModule,\n // Organisms\n MenuOrganismModule,\n ],\n exports: [MenuTemplate]\n})\nexport class MenuModule extends ElementsModule { }\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["MenuOrganismModule"],"mappings":";;;;;;;;MASa,YAAY,CAAA;AANzB,IAAA,WAAA,GAAA;QASE,IAAW,CAAA,WAAA,GAAiB,EAAE,CAAC;AAG/B,QAAA,IAAA,CAAA,eAAe,GAAG,IAAI,YAAY,EAAgB,CAAC;AAEpD,KAAA;;0GARY,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAZ,YAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,YAAY,+ICTzB,2RASM,EAAA,MAAA,EAAA,CAAA,6gBAAA,CAAA,EAAA,UAAA,EAAA,CAAA,EAAA,IAAA,EAAA,EAAA,CAAA,YAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,CAAA,aAAA,CAAA,EAAA,OAAA,EAAA,CAAA,iBAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;4FDAO,YAAY,EAAA,UAAA,EAAA,CAAA;kBANxB,SAAS;+BACE,gBAAgB,EAAA,eAAA,EAGT,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,2RAAA,EAAA,MAAA,EAAA,CAAA,6gBAAA,CAAA,EAAA,CAAA;8BAK/C,WAAW,EAAA,CAAA;sBADV,KAAK;gBAIN,eAAe,EAAA,CAAA;sBADd,MAAM;;;AEKH,MAAO,UAAW,SAAQ,cAAc,CAAA;;wGAAjC,UAAU,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;yGAAV,UAAU,EAAA,YAAA,EAAA,CATN,YAAY,CAAA,EAAA,OAAA,EAAA,CAEzB,aAAa;QACb,YAAY;;AAEZ,QAAAA,YAAkB,aAEV,YAAY,CAAA,EAAA,CAAA,CAAA;AAEX,UAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAU,EARZ,OAAA,EAAA,CAAA;YACP,aAAa;YACb,YAAY;;YAEZA,YAAkB;AACnB,SAAA,CAAA,EAAA,CAAA,CAAA;4FAGU,UAAU,EAAA,UAAA,EAAA,CAAA;kBAVtB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,YAAY,CAAC;AAC5B,oBAAA,OAAO,EAAE;wBACP,aAAa;wBACb,YAAY;;wBAEZA,YAAkB;AACnB,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACxB,iBAAA,CAAA;;;AClBD;;AAEG;;;;"}
|
|
@@ -3,6 +3,7 @@ import { EventEmitter, Component, ChangeDetectionStrategy, Input, Output, NgModu
|
|
|
3
3
|
import * as i8 from '@angular/common';
|
|
4
4
|
import { CommonModule } from '@angular/common';
|
|
5
5
|
import { ReactiveFormsModule } from '@angular/forms';
|
|
6
|
+
import { BrowserModule } from '@angular/platform-browser';
|
|
6
7
|
import * as i1 from '@ng-atomic/components/frames/scroll';
|
|
7
8
|
import { ScrollModule } from '@ng-atomic/components/frames/scroll';
|
|
8
9
|
import * as i3 from '@ng-atomic/components/frames/auto-layout';
|
|
@@ -19,6 +20,7 @@ import * as i4 from '@ng-atomic/components/organisms/select-input-section';
|
|
|
19
20
|
import { SelectInputSectionModule } from '@ng-atomic/components/organisms/select-input-section';
|
|
20
21
|
import * as i9 from '@ng-atomic/common/pipes';
|
|
21
22
|
import { DomainModule, SmartFieldModule } from '@ng-atomic/common/pipes';
|
|
23
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
22
24
|
import '@ngneat/reactive-forms';
|
|
23
25
|
|
|
24
26
|
class SmartCrudTemplate {
|
|
@@ -56,10 +58,10 @@ class SmartCrudTemplate {
|
|
|
56
58
|
}
|
|
57
59
|
}
|
|
58
60
|
SmartCrudTemplate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartCrudTemplate, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
59
|
-
SmartCrudTemplate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SmartCrudTemplate, selector: "templates-smart-crud", inputs: { canBack: "canBack", name: "name", form: "form", mode: "mode", menuActionItems: "menuActionItems" }, outputs: { actionItemClick: "actionItemClick", backButtonClick: "backButtonClick", createButtonClick: "createButtonClick", updateButtonClick: "updateButtonClick" }, host: { classAttribute: "template" }, ngImport: i0, template: "<frames-scroll>\n <organisms-back-navigator \n [actionItems]=\"menuActionItems\"\n [canBack]=\"canBack\"\n [title]=\"title\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (backButtonClick)=\"backButtonClick.emit()\"\n navigator\n ></organisms-back-navigator>\n <frames-auto-layout vertical contents>\n <ng-container *ngFor=\"let entry of controls; trackBy:trackByIndex\" [ngSwitch]=\"(entry[0] | smartField)?.type\">\n <organisms-select-input-section\n *ngSwitchCase=\"'select'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n [options]=\"(entry[0] | smartField)?.options\"\n ></organisms-select-input-section>\n <organisms-date-input-section\n *ngSwitchCase=\"'date'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-date-input-section>\n <organisms-text-input-section\n *ngSwitchCase=\"'number'\"\n [type]=\"'number'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-text-input-section>\n <organisms-text-input-section\n *ngSwitchDefault\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-text-input-section>\n </ng-container>\n <organisms-action-buttons-section\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"onActionButtonClick($event)\"\n ></organisms-action-buttons-section>\n </frames-auto-layout>\n</frames-scroll>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-smart-crud-
|
|
61
|
+
SmartCrudTemplate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SmartCrudTemplate, selector: "templates-smart-crud", inputs: { canBack: "canBack", name: "name", form: "form", mode: "mode", menuActionItems: "menuActionItems" }, outputs: { actionItemClick: "actionItemClick", backButtonClick: "backButtonClick", createButtonClick: "createButtonClick", updateButtonClick: "updateButtonClick" }, host: { classAttribute: "template" }, ngImport: i0, template: "<frames-scroll>\n <organisms-back-navigator \n [actionItems]=\"menuActionItems\"\n [canBack]=\"canBack\"\n [title]=\"title\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (backButtonClick)=\"backButtonClick.emit()\"\n navigator\n ></organisms-back-navigator>\n <frames-auto-layout vertical contents>\n <ng-container *ngFor=\"let entry of controls; trackBy:trackByIndex\" [ngSwitch]=\"(entry[0] | smartField)?.type\">\n <organisms-select-input-section\n *ngSwitchCase=\"'select'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n [options]=\"(entry[0] | smartField)?.options\"\n ></organisms-select-input-section>\n <organisms-date-input-section\n *ngSwitchCase=\"'date'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-date-input-section>\n <organisms-text-input-section\n *ngSwitchCase=\"'number'\"\n [type]=\"'number'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-text-input-section>\n <organisms-text-input-section\n *ngSwitchDefault\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-text-input-section>\n </ng-container>\n <organisms-action-buttons-section\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"onActionButtonClick($event)\"\n ></organisms-action-buttons-section>\n </frames-auto-layout>\n</frames-scroll>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-smart-crud-Njff: var(--horizontal-padding);--vertical-padding: 24px;--vertical-padding-SCOPED-IN-smart-crud-Njff: var(--vertical-padding);--gap: 16px;--gap-SCOPED-IN-smart-crud-Njff: var(--gap);width:100%;height:100%;background:white;display:block}:host{display:block;width:100%;height:100%;background:white}:host frames-auto-layout{height:-moz-fit-content;height:fit-content;--gap: var(--gap-SCOPED-IN-smart-crud-Njff);--vertical-padding: var(--vertical-padding-SCOPED-IN-smart-crud-Njff)}:host frames-auto-layout *{--horizontal-padding: var(--horizontal-padding-SCOPED-IN-smart-crud-Njff)}\n"], components: [{ type: i1.ScrollFrame, selector: "frames-scroll" }, { type: i2.BackNavigatorOrganism, selector: "organisms-back-navigator", inputs: ["canBack", "title", "description", "actionItems"], outputs: ["backButtonClick", "actionItemClick"] }, { type: i3.AutoLayoutFrame, selector: "frames-auto-layout" }, { type: i4.SelectInputSectionOrganism, selector: "organisms-select-input-section", inputs: ["label", "control", "options"] }, { type: i5.DateInputSectionOrganism, selector: "organisms-date-input-section", inputs: ["control", "label", "placeholder"] }, { type: i6.TextInputSectionOrganism, selector: "organisms-text-input-section", inputs: ["label", "placeholder", "type", "hint", "control"] }, { type: i7.ActionButtonsSectionOrganism, selector: "organisms-action-buttons-section", inputs: ["actionItems"], outputs: ["actionItemClick"] }], directives: [{ type: i8.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i8.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i8.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i8.NgSwitchDefault, selector: "[ngSwitchDefault]" }], pipes: { "smartField": i9.SmartFieldPipe, "D": i9.DomainPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
60
62
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartCrudTemplate, decorators: [{
|
|
61
63
|
type: Component,
|
|
62
|
-
args: [{ selector: 'templates-smart-crud', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'template' }, template: "<frames-scroll>\n <organisms-back-navigator \n [actionItems]=\"menuActionItems\"\n [canBack]=\"canBack\"\n [title]=\"title\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (backButtonClick)=\"backButtonClick.emit()\"\n navigator\n ></organisms-back-navigator>\n <frames-auto-layout vertical contents>\n <ng-container *ngFor=\"let entry of controls; trackBy:trackByIndex\" [ngSwitch]=\"(entry[0] | smartField)?.type\">\n <organisms-select-input-section\n *ngSwitchCase=\"'select'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n [options]=\"(entry[0] | smartField)?.options\"\n ></organisms-select-input-section>\n <organisms-date-input-section\n *ngSwitchCase=\"'date'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-date-input-section>\n <organisms-text-input-section\n *ngSwitchCase=\"'number'\"\n [type]=\"'number'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-text-input-section>\n <organisms-text-input-section\n *ngSwitchDefault\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-text-input-section>\n </ng-container>\n <organisms-action-buttons-section\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"onActionButtonClick($event)\"\n ></organisms-action-buttons-section>\n </frames-auto-layout>\n</frames-scroll>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-smart-crud-
|
|
64
|
+
args: [{ selector: 'templates-smart-crud', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'template' }, template: "<frames-scroll>\n <organisms-back-navigator \n [actionItems]=\"menuActionItems\"\n [canBack]=\"canBack\"\n [title]=\"title\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (backButtonClick)=\"backButtonClick.emit()\"\n navigator\n ></organisms-back-navigator>\n <frames-auto-layout vertical contents>\n <ng-container *ngFor=\"let entry of controls; trackBy:trackByIndex\" [ngSwitch]=\"(entry[0] | smartField)?.type\">\n <organisms-select-input-section\n *ngSwitchCase=\"'select'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n [options]=\"(entry[0] | smartField)?.options\"\n ></organisms-select-input-section>\n <organisms-date-input-section\n *ngSwitchCase=\"'date'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-date-input-section>\n <organisms-text-input-section\n *ngSwitchCase=\"'number'\"\n [type]=\"'number'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-text-input-section>\n <organisms-text-input-section\n *ngSwitchDefault\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-text-input-section>\n </ng-container>\n <organisms-action-buttons-section\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"onActionButtonClick($event)\"\n ></organisms-action-buttons-section>\n </frames-auto-layout>\n</frames-scroll>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-smart-crud-Njff: var(--horizontal-padding);--vertical-padding: 24px;--vertical-padding-SCOPED-IN-smart-crud-Njff: var(--vertical-padding);--gap: 16px;--gap-SCOPED-IN-smart-crud-Njff: var(--gap);width:100%;height:100%;background:white;display:block}:host{display:block;width:100%;height:100%;background:white}:host frames-auto-layout{height:-moz-fit-content;height:fit-content;--gap: var(--gap-SCOPED-IN-smart-crud-Njff);--vertical-padding: var(--vertical-padding-SCOPED-IN-smart-crud-Njff)}:host frames-auto-layout *{--horizontal-padding: var(--horizontal-padding-SCOPED-IN-smart-crud-Njff)}\n"] }]
|
|
63
65
|
}], propDecorators: { canBack: [{
|
|
64
66
|
type: Input
|
|
65
67
|
}], name: [{
|
|
@@ -80,10 +82,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
80
82
|
type: Output
|
|
81
83
|
}] } });
|
|
82
84
|
|
|
83
|
-
class SmartCrudModule {
|
|
85
|
+
class SmartCrudModule extends ElementsModule {
|
|
84
86
|
}
|
|
85
|
-
SmartCrudModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartCrudModule, deps:
|
|
86
|
-
SmartCrudModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartCrudModule, declarations: [SmartCrudTemplate], imports: [
|
|
87
|
+
SmartCrudModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartCrudModule, deps: null, target: i0.ɵɵFactoryTarget.NgModule });
|
|
88
|
+
SmartCrudModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartCrudModule, declarations: [SmartCrudTemplate], imports: [BrowserModule,
|
|
89
|
+
CommonModule,
|
|
87
90
|
ReactiveFormsModule,
|
|
88
91
|
// Pipes
|
|
89
92
|
DomainModule,
|
|
@@ -98,6 +101,7 @@ SmartCrudModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
98
101
|
TextInputSectionModule,
|
|
99
102
|
SelectInputSectionModule], exports: [SmartCrudTemplate] });
|
|
100
103
|
SmartCrudModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartCrudModule, imports: [[
|
|
104
|
+
BrowserModule,
|
|
101
105
|
CommonModule,
|
|
102
106
|
ReactiveFormsModule,
|
|
103
107
|
// Pipes
|
|
@@ -120,6 +124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
120
124
|
SmartCrudTemplate
|
|
121
125
|
],
|
|
122
126
|
imports: [
|
|
127
|
+
BrowserModule,
|
|
123
128
|
CommonModule,
|
|
124
129
|
ReactiveFormsModule,
|
|
125
130
|
// Pipes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-atomic-components-templates-smart-crud.mjs","sources":["../../../../libs/components/templates/smart-crud/smart-crud.template.ts","../../../../libs/components/templates/smart-crud/smart-crud.template.html","../../../../libs/components/templates/smart-crud/smart-crud.module.ts","../../../../libs/components/templates/smart-crud/ng-atomic-components-templates-smart-crud.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { ActionItem, ActionItemEvent } from '@ng-atomic/common/models';\nimport { FormGroup } from '@ngneat/reactive-forms';\n\n@Component({\n selector: 'templates-smart-crud',\n templateUrl: './smart-crud.template.html',\n styleUrls: ['./smart-crud.template.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'template'},\n})\nexport class SmartCrudTemplate {\n\n @Input()\n canBack = false;\n\n @Input()\n name: string = '';\n\n @Input()\n form!: FormGroup<any>;\n\n @Input()\n mode: 'create' | 'update' = 'create';\n\n @Input()\n menuActionItems: ActionItem[] = [];\n\n @Output()\n actionItemClick = new EventEmitter<ActionItemEvent>();\n\n @Output()\n backButtonClick = new EventEmitter();\n\n @Output()\n createButtonClick = new EventEmitter<void>();\n\n @Output()\n updateButtonClick = new EventEmitter<void>();\n\n get title(): string {\n switch (this.mode) {\n case 'create': return `${this.name}の作成`;\n case 'update': return `${this.name}の更新`;\n }\n }\n\n get actionItems(): ActionItem[] {\n switch (this.mode) {\n case 'create': return [{id: 'create', name: '作成'}];\n case 'update': return [{id: 'update', name: '更新'}];\n }\n }\n\n get controls() {\n return Object.entries(this.form.controls);\n }\n\n trackByIndex = (index: number) => index;\n\n onActionButtonClick([{id}]: [ActionItem]): void {\n switch(id) {\n case 'create': return this.createButtonClick.emit();\n case 'update': return this.updateButtonClick.emit();\n }\n }\n}\n","<frames-scroll>\n <organisms-back-navigator \n [actionItems]=\"menuActionItems\"\n [canBack]=\"canBack\"\n [title]=\"title\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (backButtonClick)=\"backButtonClick.emit()\"\n navigator\n ></organisms-back-navigator>\n <frames-auto-layout vertical contents>\n <ng-container *ngFor=\"let entry of controls; trackBy:trackByIndex\" [ngSwitch]=\"(entry[0] | smartField)?.type\">\n <organisms-select-input-section\n *ngSwitchCase=\"'select'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n [options]=\"(entry[0] | smartField)?.options\"\n ></organisms-select-input-section>\n <organisms-date-input-section\n *ngSwitchCase=\"'date'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-date-input-section>\n <organisms-text-input-section\n *ngSwitchCase=\"'number'\"\n [type]=\"'number'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-text-input-section>\n <organisms-text-input-section\n *ngSwitchDefault\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-text-input-section>\n </ng-container>\n <organisms-action-buttons-section\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"onActionButtonClick($event)\"\n ></organisms-action-buttons-section>\n </frames-auto-layout>\n</frames-scroll>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { ScrollModule } from '@ng-atomic/components/frames/scroll';\nimport { AutoLayoutModule } from '@ng-atomic/components/frames/auto-layout';\nimport { ActionButtonsSectionModule } from '@ng-atomic/components/organisms/action-buttons-section';\nimport { BackNavigatorModule } from '@ng-atomic/components/organisms/back-navigator';\nimport { TextInputSectionModule } from '@ng-atomic/components/organisms/text-input-section';\nimport { DateInputSectionModule } from '@ng-atomic/components/organisms/date-input-section';\nimport { SelectInputSectionModule } from '@ng-atomic/components/organisms/select-input-section';\nimport { SmartFieldModule } from '@ng-atomic/common/pipes';\nimport { DomainModule } from '@ng-atomic/common/pipes';\n\nimport { SmartCrudTemplate } from './smart-crud.template';\n\n\n@NgModule({\n declarations: [\n SmartCrudTemplate\n ],\n imports: [\n CommonModule,\n ReactiveFormsModule,\n // Pipes\n DomainModule,\n SmartFieldModule,\n // Frames\n AutoLayoutModule,\n ScrollModule,\n // Organisms\n ActionButtonsSectionModule,\n BackNavigatorModule,\n DateInputSectionModule,\n TextInputSectionModule,\n SelectInputSectionModule,\n ],\n exports: [\n SmartCrudTemplate\n ]\n})\nexport class SmartCrudModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ng-atomic-components-templates-smart-crud.mjs","sources":["../../../../libs/components/templates/smart-crud/smart-crud.template.ts","../../../../libs/components/templates/smart-crud/smart-crud.template.html","../../../../libs/components/templates/smart-crud/smart-crud.module.ts","../../../../libs/components/templates/smart-crud/ng-atomic-components-templates-smart-crud.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { ActionItem, ActionItemEvent } from '@ng-atomic/common/models';\nimport { FormGroup } from '@ngneat/reactive-forms';\n\n@Component({\n selector: 'templates-smart-crud',\n templateUrl: './smart-crud.template.html',\n styleUrls: ['./smart-crud.template.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'template'},\n})\nexport class SmartCrudTemplate {\n\n @Input()\n canBack = false;\n\n @Input()\n name: string = '';\n\n @Input()\n form!: FormGroup<any>;\n\n @Input()\n mode: 'create' | 'update' = 'create';\n\n @Input()\n menuActionItems: ActionItem[] = [];\n\n @Output()\n actionItemClick = new EventEmitter<ActionItemEvent>();\n\n @Output()\n backButtonClick = new EventEmitter();\n\n @Output()\n createButtonClick = new EventEmitter<void>();\n\n @Output()\n updateButtonClick = new EventEmitter<void>();\n\n get title(): string {\n switch (this.mode) {\n case 'create': return `${this.name}の作成`;\n case 'update': return `${this.name}の更新`;\n }\n }\n\n get actionItems(): ActionItem[] {\n switch (this.mode) {\n case 'create': return [{id: 'create', name: '作成'}];\n case 'update': return [{id: 'update', name: '更新'}];\n }\n }\n\n get controls() {\n return Object.entries(this.form.controls);\n }\n\n trackByIndex = (index: number) => index;\n\n onActionButtonClick([{id}]: [ActionItem]): void {\n switch(id) {\n case 'create': return this.createButtonClick.emit();\n case 'update': return this.updateButtonClick.emit();\n }\n }\n}\n","<frames-scroll>\n <organisms-back-navigator \n [actionItems]=\"menuActionItems\"\n [canBack]=\"canBack\"\n [title]=\"title\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (backButtonClick)=\"backButtonClick.emit()\"\n navigator\n ></organisms-back-navigator>\n <frames-auto-layout vertical contents>\n <ng-container *ngFor=\"let entry of controls; trackBy:trackByIndex\" [ngSwitch]=\"(entry[0] | smartField)?.type\">\n <organisms-select-input-section\n *ngSwitchCase=\"'select'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n [options]=\"(entry[0] | smartField)?.options\"\n ></organisms-select-input-section>\n <organisms-date-input-section\n *ngSwitchCase=\"'date'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-date-input-section>\n <organisms-text-input-section\n *ngSwitchCase=\"'number'\"\n [type]=\"'number'\"\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-text-input-section>\n <organisms-text-input-section\n *ngSwitchDefault\n [label]=\"entry[0] | D\"\n [control]=\"entry[1]\"\n ></organisms-text-input-section>\n </ng-container>\n <organisms-action-buttons-section\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"onActionButtonClick($event)\"\n ></organisms-action-buttons-section>\n </frames-auto-layout>\n</frames-scroll>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { ScrollModule } from '@ng-atomic/components/frames/scroll';\nimport { AutoLayoutModule } from '@ng-atomic/components/frames/auto-layout';\nimport { ActionButtonsSectionModule } from '@ng-atomic/components/organisms/action-buttons-section';\nimport { BackNavigatorModule } from '@ng-atomic/components/organisms/back-navigator';\nimport { TextInputSectionModule } from '@ng-atomic/components/organisms/text-input-section';\nimport { DateInputSectionModule } from '@ng-atomic/components/organisms/date-input-section';\nimport { SelectInputSectionModule } from '@ng-atomic/components/organisms/select-input-section';\nimport { SmartFieldModule } from '@ng-atomic/common/pipes';\nimport { DomainModule } from '@ng-atomic/common/pipes';\nimport { ElementsModule } from '@ng-atomic/elements';\n\nimport { SmartCrudTemplate } from './smart-crud.template';\n\n\n@NgModule({\n declarations: [\n SmartCrudTemplate\n ],\n imports: [\n BrowserModule,\n CommonModule,\n ReactiveFormsModule,\n // Pipes\n DomainModule,\n SmartFieldModule,\n // Frames\n AutoLayoutModule,\n ScrollModule,\n // Organisms\n ActionButtonsSectionModule,\n BackNavigatorModule,\n DateInputSectionModule,\n TextInputSectionModule,\n SelectInputSectionModule,\n ],\n exports: [\n SmartCrudTemplate\n ]\n})\nexport class SmartCrudModule extends ElementsModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;MAWa,iBAAiB,CAAA;AAP9B,IAAA,WAAA,GAAA;QAUE,IAAO,CAAA,OAAA,GAAG,KAAK,CAAC;QAGhB,IAAI,CAAA,IAAA,GAAW,EAAE,CAAC;QAMlB,IAAI,CAAA,IAAA,GAAwB,QAAQ,CAAC;QAGrC,IAAe,CAAA,eAAA,GAAiB,EAAE,CAAC;AAGnC,QAAA,IAAA,CAAA,eAAe,GAAG,IAAI,YAAY,EAAmB,CAAC;AAGtD,QAAA,IAAA,CAAA,eAAe,GAAG,IAAI,YAAY,EAAE,CAAC;AAGrC,QAAA,IAAA,CAAA,iBAAiB,GAAG,IAAI,YAAY,EAAQ,CAAC;AAG7C,QAAA,IAAA,CAAA,iBAAiB,GAAG,IAAI,YAAY,EAAQ,CAAC;AAoB7C,QAAA,IAAA,CAAA,YAAY,GAAG,CAAC,KAAa,KAAK,KAAK,CAAC;AAQzC,KAAA;AA1BC,IAAA,IAAI,KAAK,GAAA;QACP,QAAQ,IAAI,CAAC,IAAI;YACf,KAAK,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC,IAAI,CAAA,GAAA,CAAK,CAAC;YACxC,KAAK,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC,IAAI,CAAA,GAAA,CAAK,CAAC;AACzC,SAAA;KACF;AAED,IAAA,IAAI,WAAW,GAAA;QACb,QAAQ,IAAI,CAAC,IAAI;AACf,YAAA,KAAK,QAAQ,EAAE,OAAO,CAAC,EAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAC,CAAC,CAAC;AACnD,YAAA,KAAK,QAAQ,EAAE,OAAO,CAAC,EAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAC,CAAC,CAAC;AACpD,SAAA;KACF;AAED,IAAA,IAAI,QAAQ,GAAA;QACV,OAAO,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAC3C;AAID,IAAA,mBAAmB,CAAC,CAAC,EAAC,EAAE,EAAC,CAAe,EAAA;AACtC,QAAA,QAAO,EAAE;YACP,KAAK,QAAQ,EAAE,OAAO,IAAI,CAAC,iBAAiB,CAAC,IAAI,EAAE,CAAC;YACpD,KAAK,QAAQ,EAAE,OAAO,IAAI,CAAC,iBAAiB,CAAC,IAAI,EAAE,CAAC;AACrD,SAAA;KACF;;+GAtDU,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAjB,iBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,iBAAiB,qXCX9B,28CAuCgB,EAAA,MAAA,EAAA,CAAA,mpBAAA,CAAA,EAAA,UAAA,EAAA,CAAA,EAAA,IAAA,EAAA,EAAA,CAAA,WAAA,EAAA,QAAA,EAAA,eAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,CAAA,qBAAA,EAAA,QAAA,EAAA,0BAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,OAAA,EAAA,aAAA,EAAA,aAAA,CAAA,EAAA,OAAA,EAAA,CAAA,iBAAA,EAAA,iBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,CAAA,0BAAA,EAAA,QAAA,EAAA,gCAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,SAAA,EAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,CAAA,wBAAA,EAAA,QAAA,EAAA,8BAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,OAAA,EAAA,aAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,CAAA,wBAAA,EAAA,QAAA,EAAA,8BAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,aAAA,EAAA,MAAA,EAAA,MAAA,EAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,CAAA,4BAAA,EAAA,QAAA,EAAA,kCAAA,EAAA,MAAA,EAAA,CAAA,aAAA,CAAA,EAAA,OAAA,EAAA,CAAA,iBAAA,CAAA,EAAA,CAAA,EAAA,UAAA,EAAA,CAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,cAAA,EAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,CAAA,QAAA,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,EAAA,CAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,CAAA,YAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,CAAA,cAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,YAAA,EAAA,EAAA,CAAA,cAAA,EAAA,GAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;4FD5BH,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAP7B,SAAS;+BACE,sBAAsB,EAAA,eAAA,EAGf,uBAAuB,CAAC,MAAM,QACzC,EAAC,KAAK,EAAE,UAAU,EAAC,EAAA,QAAA,EAAA,28CAAA,EAAA,MAAA,EAAA,CAAA,mpBAAA,CAAA,EAAA,CAAA;8BAKzB,OAAO,EAAA,CAAA;sBADN,KAAK;gBAIN,IAAI,EAAA,CAAA;sBADH,KAAK;gBAIN,IAAI,EAAA,CAAA;sBADH,KAAK;gBAIN,IAAI,EAAA,CAAA;sBADH,KAAK;gBAIN,eAAe,EAAA,CAAA;sBADd,KAAK;gBAIN,eAAe,EAAA,CAAA;sBADd,MAAM;gBAIP,eAAe,EAAA,CAAA;sBADd,MAAM;gBAIP,iBAAiB,EAAA,CAAA;sBADhB,MAAM;gBAIP,iBAAiB,EAAA,CAAA;sBADhB,MAAM;;;AEMH,MAAO,eAAgB,SAAQ,cAAc,CAAA;;6GAAtC,eAAe,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;8GAAf,eAAe,EAAA,YAAA,EAAA,CAvBxB,iBAAiB,CAAA,EAAA,OAAA,EAAA,CAGjB,aAAa;QACb,YAAY;QACZ,mBAAmB;;QAEnB,YAAY;QACZ,gBAAgB;;QAEhB,gBAAgB;QAChB,YAAY;;QAEZ,0BAA0B;QAC1B,mBAAmB;QACnB,sBAAsB;QACtB,sBAAsB;AACtB,QAAA,wBAAwB,aAGxB,iBAAiB,CAAA,EAAA,CAAA,CAAA;AAGR,eAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,EArBjB,OAAA,EAAA,CAAA;YACP,aAAa;YACb,YAAY;YACZ,mBAAmB;;YAEnB,YAAY;YACZ,gBAAgB;;YAEhB,gBAAgB;YAChB,YAAY;;YAEZ,0BAA0B;YAC1B,mBAAmB;YACnB,sBAAsB;YACtB,sBAAsB;YACtB,wBAAwB;AACzB,SAAA,CAAA,EAAA,CAAA,CAAA;4FAKU,eAAe,EAAA,UAAA,EAAA,CAAA;kBAzB3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,iBAAiB;AAClB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,aAAa;wBACb,YAAY;wBACZ,mBAAmB;;wBAEnB,YAAY;wBACZ,gBAAgB;;wBAEhB,gBAAgB;wBAChB,YAAY;;wBAEZ,0BAA0B;wBAC1B,mBAAmB;wBACnB,sBAAsB;wBACtB,sBAAsB;wBACtB,wBAAwB;AACzB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,iBAAiB;AAClB,qBAAA;AACF,iBAAA,CAAA;;;AC1CD;;AAEG;;;;"}
|
|
@@ -12,6 +12,7 @@ import * as i2 from '@ng-atomic/components/organisms/back-navigator';
|
|
|
12
12
|
import { BackNavigatorModule } from '@ng-atomic/components/organisms/back-navigator';
|
|
13
13
|
import * as i5 from '@ng-atomic/components/organisms/paginator';
|
|
14
14
|
import { PaginatorModule } from '@ng-atomic/components/organisms/paginator';
|
|
15
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
15
16
|
import '@angular/material/paginator';
|
|
16
17
|
import { FormControl } from '@ngneat/reactive-forms';
|
|
17
18
|
|
|
@@ -54,10 +55,10 @@ class SmartIndexTemplate {
|
|
|
54
55
|
}
|
|
55
56
|
}
|
|
56
57
|
SmartIndexTemplate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartIndexTemplate, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
57
|
-
SmartIndexTemplate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SmartIndexTemplate, selector: "templates-smart-index", inputs: { canBack: "canBack", queryControl: "queryControl", title: "title", description: "description", items: "items", actionItems: "actionItems", menuActionItems: "menuActionItems", properties: "properties", selectedIdSet: "selectedIdSet", sortKey: "sortKey", sortOrder: "sortOrder", page: "page", pageSizeOptions: "pageSizeOptions", queryPlaceholder: "queryPlaceholder" }, outputs: { actionItemClick: "actionItemClick", backButtonClick: "backButtonClick", checkboxClick: "checkboxClick", pageChange: "pageChange", tableHeaderClick: "tableHeaderClick" }, host: { classAttribute: "template" }, ngImport: i0, template: "<frames-scroll>\n <organisms-back-navigator\n [canBack]=\"canBack\"\n [title]=\"title\"\n [description]=\"description\"\n [actionItems]=\"menuActionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (backButtonClick)=\"backButtonClick.emit()\"\n navigator\n ></organisms-back-navigator>\n <frames-auto-layout vertical contents>\n <organisms-smart-table\n [items]=\"items\"\n [actionItems]=\"actionItems\"\n [columns]=\"properties\"\n [selectedIdSet]=\"selectedIdSet\"\n [sortKey]=\"sortKey\"\n [sortOrder]=\"sortOrder\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (checkboxClick)=\"checkboxClick.emit($event)\"\n (headerClick)=\"tableHeaderClick.emit($event)\"\n ></organisms-smart-table>\n <organisms-paginator\n *ngIf=\"page\"\n [control]=\"queryControl\"\n [page]=\"page\"\n [pageSizeOptions]=\"pageSizeOptions\"\n [placeholder]=\"queryPlaceholder\"\n (pageChange)=\"pageChange.emit($event)\"\n ></organisms-paginator>\n </frames-auto-layout>\n</frames-scroll>", styles: [":host{--navigator-height: 56px;--navigator-height-SCOPED-IN-smart-index-
|
|
58
|
+
SmartIndexTemplate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SmartIndexTemplate, selector: "templates-smart-index", inputs: { canBack: "canBack", queryControl: "queryControl", title: "title", description: "description", items: "items", actionItems: "actionItems", menuActionItems: "menuActionItems", properties: "properties", selectedIdSet: "selectedIdSet", sortKey: "sortKey", sortOrder: "sortOrder", page: "page", pageSizeOptions: "pageSizeOptions", queryPlaceholder: "queryPlaceholder" }, outputs: { actionItemClick: "actionItemClick", backButtonClick: "backButtonClick", checkboxClick: "checkboxClick", pageChange: "pageChange", tableHeaderClick: "tableHeaderClick" }, host: { classAttribute: "template" }, ngImport: i0, template: "<frames-scroll>\n <organisms-back-navigator\n [canBack]=\"canBack\"\n [title]=\"title\"\n [description]=\"description\"\n [actionItems]=\"menuActionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (backButtonClick)=\"backButtonClick.emit()\"\n navigator\n ></organisms-back-navigator>\n <frames-auto-layout vertical contents>\n <organisms-smart-table\n [items]=\"items\"\n [actionItems]=\"actionItems\"\n [columns]=\"properties\"\n [selectedIdSet]=\"selectedIdSet\"\n [sortKey]=\"sortKey\"\n [sortOrder]=\"sortOrder\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (checkboxClick)=\"checkboxClick.emit($event)\"\n (headerClick)=\"tableHeaderClick.emit($event)\"\n ></organisms-smart-table>\n <organisms-paginator\n *ngIf=\"page\"\n [control]=\"queryControl\"\n [page]=\"page\"\n [pageSizeOptions]=\"pageSizeOptions\"\n [placeholder]=\"queryPlaceholder\"\n (pageChange)=\"pageChange.emit($event)\"\n ></organisms-paginator>\n </frames-auto-layout>\n</frames-scroll>", styles: [":host{--navigator-height: 56px;--navigator-height-SCOPED-IN-smart-index-M3Wm: var(--navigator-height)}:host{width:100%;height:100%;background:white;display:block}:host frames-auto-layout{--gap: 0;--vertical-padding: 0}\n"], components: [{ type: i1.ScrollFrame, selector: "frames-scroll" }, { type: i2.BackNavigatorOrganism, selector: "organisms-back-navigator", inputs: ["canBack", "title", "description", "actionItems"], outputs: ["backButtonClick", "actionItemClick"] }, { type: i3.AutoLayoutFrame, selector: "frames-auto-layout" }, { type: i4.SmartTableOrganism, selector: "organisms-smart-table", inputs: ["columns", "items", "patientsSize", "pageSize", "actionItems", "selectedIdSet", "sortKey", "sortOrder"], outputs: ["actionItemClick", "headerClick", "checkboxClick", "pageChange", "itemCheck"] }, { type: i5.PaginatorOrganism, selector: "organisms-paginator", inputs: ["control", "placeholder", "page", "pageSizeOptions"], outputs: ["pageChange"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
58
59
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartIndexTemplate, decorators: [{
|
|
59
60
|
type: Component,
|
|
60
|
-
args: [{ selector: 'templates-smart-index', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'template' }, template: "<frames-scroll>\n <organisms-back-navigator\n [canBack]=\"canBack\"\n [title]=\"title\"\n [description]=\"description\"\n [actionItems]=\"menuActionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (backButtonClick)=\"backButtonClick.emit()\"\n navigator\n ></organisms-back-navigator>\n <frames-auto-layout vertical contents>\n <organisms-smart-table\n [items]=\"items\"\n [actionItems]=\"actionItems\"\n [columns]=\"properties\"\n [selectedIdSet]=\"selectedIdSet\"\n [sortKey]=\"sortKey\"\n [sortOrder]=\"sortOrder\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (checkboxClick)=\"checkboxClick.emit($event)\"\n (headerClick)=\"tableHeaderClick.emit($event)\"\n ></organisms-smart-table>\n <organisms-paginator\n *ngIf=\"page\"\n [control]=\"queryControl\"\n [page]=\"page\"\n [pageSizeOptions]=\"pageSizeOptions\"\n [placeholder]=\"queryPlaceholder\"\n (pageChange)=\"pageChange.emit($event)\"\n ></organisms-paginator>\n </frames-auto-layout>\n</frames-scroll>", styles: [":host{--navigator-height: 56px;--navigator-height-SCOPED-IN-smart-index-
|
|
61
|
+
args: [{ selector: 'templates-smart-index', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'template' }, template: "<frames-scroll>\n <organisms-back-navigator\n [canBack]=\"canBack\"\n [title]=\"title\"\n [description]=\"description\"\n [actionItems]=\"menuActionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (backButtonClick)=\"backButtonClick.emit()\"\n navigator\n ></organisms-back-navigator>\n <frames-auto-layout vertical contents>\n <organisms-smart-table\n [items]=\"items\"\n [actionItems]=\"actionItems\"\n [columns]=\"properties\"\n [selectedIdSet]=\"selectedIdSet\"\n [sortKey]=\"sortKey\"\n [sortOrder]=\"sortOrder\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (checkboxClick)=\"checkboxClick.emit($event)\"\n (headerClick)=\"tableHeaderClick.emit($event)\"\n ></organisms-smart-table>\n <organisms-paginator\n *ngIf=\"page\"\n [control]=\"queryControl\"\n [page]=\"page\"\n [pageSizeOptions]=\"pageSizeOptions\"\n [placeholder]=\"queryPlaceholder\"\n (pageChange)=\"pageChange.emit($event)\"\n ></organisms-paginator>\n </frames-auto-layout>\n</frames-scroll>", styles: [":host{--navigator-height: 56px;--navigator-height-SCOPED-IN-smart-index-M3Wm: var(--navigator-height)}:host{width:100%;height:100%;background:white;display:block}:host frames-auto-layout{--gap: 0;--vertical-padding: 0}\n"] }]
|
|
61
62
|
}], propDecorators: { canBack: [{
|
|
62
63
|
type: Input
|
|
63
64
|
}], queryControl: [{
|
|
@@ -98,9 +99,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
98
99
|
type: Output
|
|
99
100
|
}] } });
|
|
100
101
|
|
|
101
|
-
class SmartIndexModule {
|
|
102
|
+
class SmartIndexModule extends ElementsModule {
|
|
102
103
|
}
|
|
103
|
-
SmartIndexModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartIndexModule, deps:
|
|
104
|
+
SmartIndexModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartIndexModule, deps: null, target: i0.ɵɵFactoryTarget.NgModule });
|
|
104
105
|
SmartIndexModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartIndexModule, declarations: [SmartIndexTemplate], imports: [CommonModule,
|
|
105
106
|
// Frames
|
|
106
107
|
AutoLayoutModule,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-atomic-components-templates-smart-index.mjs","sources":["../../../../libs/components/templates/smart-index/smart-index.template.ts","../../../../libs/components/templates/smart-index/smart-index.template.html","../../../../libs/components/templates/smart-index/smart-index.module.ts","../../../../libs/components/templates/smart-index/ng-atomic-components-templates-smart-index.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { PageEvent } from '@angular/material/paginator';\nimport { ActionItem } from '@ng-atomic/common/models';\nimport { FormControl } from '@ngneat/reactive-forms';\n\nexport interface Page extends PageEvent { }\n\nexport class Page {\n static fromObj(event: PageEvent = {pageSize: 50, pageIndex: 0, length: 100}): Page {\n return Object.assign(new Page(), event);\n }\n\n get start(): number {\n return this.pageIndex * this.pageSize;\n }\n\n get end(): number {\n return Math.min((this.pageIndex + 1) * this.pageSize, this.length);\n }\n\n patch(obj: Partial<PageEvent>): Page {\n return Page.fromObj({...this, ...obj});\n }\n}\n\n@Component({\n selector: 'templates-smart-index',\n templateUrl: './smart-index.template.html',\n styleUrls: ['./smart-index.template.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: { class: 'template' },\n})\nexport class SmartIndexTemplate<T> {\n\n @Input()\n canBack = false;\n\n @Input()\n queryControl = new FormControl<string>();\n\n @Input()\n title: string = '';\n\n @Input()\n description?: string;\n\n @Input()\n items: T[] = [];\n\n @Input()\n actionItems: ActionItem[] = [];\n\n @Input()\n menuActionItems: ActionItem[] = [];\n\n @Input()\n properties: (keyof T)[] = [];\n\n @Input()\n selectedIdSet = new Set<string>();\n\n @Input()\n sortKey?: string;\n\n @Input()\n sortOrder?: string;\n\n @Input()\n page?: PageEvent = {\n pageIndex: 0,\n pageSize: 20,\n length: 100,\n };\n\n @Input()\n pageSizeOptions: number[] = [5, 10, 25, 100];\n\n @Input()\n queryPlaceholder = '';\n\n @Output()\n actionItemClick = new EventEmitter();\n\n @Output()\n backButtonClick = new EventEmitter();\n\n @Output()\n checkboxClick = new EventEmitter<T>();\n\n @Output()\n pageChange = new EventEmitter<PageEvent>();\n\n @Output()\n tableHeaderClick = new EventEmitter<string>();\n\n}\n","<frames-scroll>\n <organisms-back-navigator\n [canBack]=\"canBack\"\n [title]=\"title\"\n [description]=\"description\"\n [actionItems]=\"menuActionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (backButtonClick)=\"backButtonClick.emit()\"\n navigator\n ></organisms-back-navigator>\n <frames-auto-layout vertical contents>\n <organisms-smart-table\n [items]=\"items\"\n [actionItems]=\"actionItems\"\n [columns]=\"properties\"\n [selectedIdSet]=\"selectedIdSet\"\n [sortKey]=\"sortKey\"\n [sortOrder]=\"sortOrder\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (checkboxClick)=\"checkboxClick.emit($event)\"\n (headerClick)=\"tableHeaderClick.emit($event)\"\n ></organisms-smart-table>\n <organisms-paginator\n *ngIf=\"page\"\n [control]=\"queryControl\"\n [page]=\"page\"\n [pageSizeOptions]=\"pageSizeOptions\"\n [placeholder]=\"queryPlaceholder\"\n (pageChange)=\"pageChange.emit($event)\"\n ></organisms-paginator>\n </frames-auto-layout>\n</frames-scroll>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AutoLayoutModule } from '@ng-atomic/components/frames/auto-layout';\nimport { ScrollModule } from '@ng-atomic/components/frames/scroll';\nimport { SmartTableModule } from '@ng-atomic/components/organisms/smart-table';\nimport { BackNavigatorModule } from '@ng-atomic/components/organisms/back-navigator';\nimport { PaginatorModule } from '@ng-atomic/components/organisms/paginator';\n\nimport { SmartIndexTemplate } from './smart-index.template';\n\n\n@NgModule({\n declarations: [\n SmartIndexTemplate\n ],\n imports: [\n CommonModule,\n // Frames\n AutoLayoutModule,\n ScrollModule,\n // Organisms\n PaginatorModule,\n SmartTableModule,\n BackNavigatorModule,\n ],\n exports: [\n SmartIndexTemplate\n ]\n})\nexport class SmartIndexModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ng-atomic-components-templates-smart-index.mjs","sources":["../../../../libs/components/templates/smart-index/smart-index.template.ts","../../../../libs/components/templates/smart-index/smart-index.template.html","../../../../libs/components/templates/smart-index/smart-index.module.ts","../../../../libs/components/templates/smart-index/ng-atomic-components-templates-smart-index.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { PageEvent } from '@angular/material/paginator';\nimport { ActionItem } from '@ng-atomic/common/models';\nimport { FormControl } from '@ngneat/reactive-forms';\n\nexport interface Page extends PageEvent { }\n\nexport class Page {\n static fromObj(event: PageEvent = {pageSize: 50, pageIndex: 0, length: 100}): Page {\n return Object.assign(new Page(), event);\n }\n\n get start(): number {\n return this.pageIndex * this.pageSize;\n }\n\n get end(): number {\n return Math.min((this.pageIndex + 1) * this.pageSize, this.length);\n }\n\n patch(obj: Partial<PageEvent>): Page {\n return Page.fromObj({...this, ...obj});\n }\n}\n\n@Component({\n selector: 'templates-smart-index',\n templateUrl: './smart-index.template.html',\n styleUrls: ['./smart-index.template.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: { class: 'template' },\n})\nexport class SmartIndexTemplate<T> {\n\n @Input()\n canBack = false;\n\n @Input()\n queryControl = new FormControl<string>();\n\n @Input()\n title: string = '';\n\n @Input()\n description?: string;\n\n @Input()\n items: T[] = [];\n\n @Input()\n actionItems: ActionItem[] = [];\n\n @Input()\n menuActionItems: ActionItem[] = [];\n\n @Input()\n properties: (keyof T)[] = [];\n\n @Input()\n selectedIdSet = new Set<string>();\n\n @Input()\n sortKey?: string;\n\n @Input()\n sortOrder?: string;\n\n @Input()\n page?: PageEvent = {\n pageIndex: 0,\n pageSize: 20,\n length: 100,\n };\n\n @Input()\n pageSizeOptions: number[] = [5, 10, 25, 100];\n\n @Input()\n queryPlaceholder = '';\n\n @Output()\n actionItemClick = new EventEmitter();\n\n @Output()\n backButtonClick = new EventEmitter();\n\n @Output()\n checkboxClick = new EventEmitter<T>();\n\n @Output()\n pageChange = new EventEmitter<PageEvent>();\n\n @Output()\n tableHeaderClick = new EventEmitter<string>();\n\n}\n","<frames-scroll>\n <organisms-back-navigator\n [canBack]=\"canBack\"\n [title]=\"title\"\n [description]=\"description\"\n [actionItems]=\"menuActionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (backButtonClick)=\"backButtonClick.emit()\"\n navigator\n ></organisms-back-navigator>\n <frames-auto-layout vertical contents>\n <organisms-smart-table\n [items]=\"items\"\n [actionItems]=\"actionItems\"\n [columns]=\"properties\"\n [selectedIdSet]=\"selectedIdSet\"\n [sortKey]=\"sortKey\"\n [sortOrder]=\"sortOrder\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n (checkboxClick)=\"checkboxClick.emit($event)\"\n (headerClick)=\"tableHeaderClick.emit($event)\"\n ></organisms-smart-table>\n <organisms-paginator\n *ngIf=\"page\"\n [control]=\"queryControl\"\n [page]=\"page\"\n [pageSizeOptions]=\"pageSizeOptions\"\n [placeholder]=\"queryPlaceholder\"\n (pageChange)=\"pageChange.emit($event)\"\n ></organisms-paginator>\n </frames-auto-layout>\n</frames-scroll>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AutoLayoutModule } from '@ng-atomic/components/frames/auto-layout';\nimport { ScrollModule } from '@ng-atomic/components/frames/scroll';\nimport { SmartTableModule } from '@ng-atomic/components/organisms/smart-table';\nimport { BackNavigatorModule } from '@ng-atomic/components/organisms/back-navigator';\nimport { PaginatorModule } from '@ng-atomic/components/organisms/paginator';\nimport { ElementsModule } from '@ng-atomic/elements';\n\nimport { SmartIndexTemplate } from './smart-index.template';\n\n\n@NgModule({\n declarations: [\n SmartIndexTemplate\n ],\n imports: [\n CommonModule,\n // Frames\n AutoLayoutModule,\n ScrollModule,\n // Organisms\n PaginatorModule,\n SmartTableModule,\n BackNavigatorModule,\n ],\n exports: [\n SmartIndexTemplate\n ]\n})\nexport class SmartIndexModule extends ElementsModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./auto-layout.frame";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class AutoLayoutModule {
|
|
5
|
+
export declare class AutoLayoutModule extends ElementsModule {
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutoLayoutModule, never>;
|
|
6
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AutoLayoutModule, [typeof i1.AutoLayoutFrame], [typeof i2.CommonModule], [typeof i1.AutoLayoutFrame]>;
|
|
7
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<AutoLayoutModule>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./card.frame";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@angular/material/card";
|
|
5
|
-
export declare class CardModule {
|
|
6
|
+
export declare class CardModule extends ElementsModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
|
|
7
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.CardFrame], [typeof i2.CommonModule, typeof i3.MatCardModule], [typeof i1.CardFrame]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./drawer.frame";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@angular/material/sidenav";
|
|
5
|
-
export declare class DrawerModule {
|
|
6
|
+
export declare class DrawerModule extends ElementsModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerModule, never>;
|
|
7
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DrawerModule, [typeof i1.DrawerFrame], [typeof i2.CommonModule, typeof i3.MatSidenavModule], [typeof i1.DrawerFrame]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<DrawerModule>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./line-up.frame";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@angular/material/progress-spinner";
|
|
5
|
-
export declare class LineUpModule {
|
|
6
|
+
export declare class LineUpModule extends ElementsModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<LineUpModule, never>;
|
|
7
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LineUpModule, [typeof i1.LineUpFrame], [typeof i2.CommonModule, typeof i3.MatProgressSpinnerModule], [typeof i1.LineUpFrame]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<LineUpModule>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./line-up.frame";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@angular/material/progress-spinner";
|
|
5
|
-
export declare class LineUpModule {
|
|
6
|
+
export declare class LineUpModule extends ElementsModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<LineUpModule, never>;
|
|
7
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LineUpModule, [typeof i1.LineUpFrame], [typeof i2.CommonModule, typeof i3.MatProgressSpinnerModule], [typeof i1.LineUpFrame]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<LineUpModule>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./overlay.frame";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@angular/material/progress-spinner";
|
|
5
|
-
export declare class OverlayModule {
|
|
6
|
+
export declare class OverlayModule extends ElementsModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayModule, never>;
|
|
7
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<OverlayModule, [typeof i1.OverlayFrame], [typeof i2.CommonModule, typeof i3.MatProgressSpinnerModule], [typeof i1.OverlayFrame]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<OverlayModule>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./overlay.frame";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@angular/material/progress-spinner";
|
|
5
|
-
export declare class OverlayModule {
|
|
6
|
+
export declare class OverlayModule extends ElementsModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayModule, never>;
|
|
7
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<OverlayModule, [typeof i1.OverlayFrame], [typeof i2.CommonModule, typeof i3.MatProgressSpinnerModule], [typeof i1.OverlayFrame]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<OverlayModule>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./scroll.frame";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@ng-atomic/common/directives";
|
|
5
|
-
export declare class ScrollModule {
|
|
6
|
+
export declare class ScrollModule extends ElementsModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollModule, never>;
|
|
7
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ScrollModule, [typeof i1.ScrollFrame], [typeof i2.CommonModule, typeof i3.IosSafariScrollBuggyfillModule], [typeof i1.ScrollFrame]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<ScrollModule>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./smart-menu.frame";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class SmartMenuModule {
|
|
5
|
+
export declare class SmartMenuModule extends ElementsModule {
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartMenuModule, never>;
|
|
6
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartMenuModule, [typeof i1.SmartMenuFrame], [typeof i2.CommonModule], [typeof i1.SmartMenuFrame]>;
|
|
7
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartMenuModule>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./actions-column.molecule";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
@@ -6,7 +7,7 @@ import * as i4 from "@angular/material/menu";
|
|
|
6
7
|
import * as i5 from "@angular/material/button";
|
|
7
8
|
import * as i6 from "@angular/material/icon";
|
|
8
9
|
import * as i7 from "@ng-atomic/components/atoms/smart-menu-button";
|
|
9
|
-
export declare class ActionsColumnModule {
|
|
10
|
+
export declare class ActionsColumnModule extends ElementsModule {
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionsColumnModule, never>;
|
|
11
12
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionsColumnModule, [typeof i1.ActionsColumnMolecule], [typeof i2.CommonModule, typeof i3.MatTableModule, typeof i4.MatMenuModule, typeof i5.MatButtonModule, typeof i6.MatIconModule, typeof i7.SmartMenuButtonModule], [typeof i1.ActionsColumnMolecule]>;
|
|
12
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<ActionsColumnModule>;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./checkbox-column.molecule";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@angular/material/table";
|
|
5
6
|
import * as i4 from "@angular/material/checkbox";
|
|
6
|
-
export declare class CheckboxColumnModule {
|
|
7
|
+
export declare class CheckboxColumnModule extends ElementsModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxColumnModule, never>;
|
|
8
9
|
static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxColumnModule, [typeof i1.CheckboxColumnMolecule], [typeof i2.CommonModule, typeof i3.MatTableModule, typeof i4.MatCheckboxModule], [typeof i1.CheckboxColumnMolecule]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxColumnModule>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./chips-input-field.molecule";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@ng-atomic/components/atoms/chips-input";
|
|
5
|
-
export declare class ChipsInputFieldModule {
|
|
6
|
+
export declare class ChipsInputFieldModule extends ElementsModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipsInputFieldModule, never>;
|
|
7
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ChipsInputFieldModule, [typeof i1.ChipsInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ChipsInputModule], [typeof i1.ChipsInputFieldMolecule]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<ChipsInputFieldModule>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./date-input-field.molecule";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
@@ -5,7 +6,7 @@ import * as i3 from "@angular/forms";
|
|
|
5
6
|
import * as i4 from "@angular/material/input";
|
|
6
7
|
import * as i5 from "@angular/material/datepicker";
|
|
7
8
|
import * as i6 from "@ng-atomic/common/utils";
|
|
8
|
-
export declare class DateInputFieldModule {
|
|
9
|
+
export declare class DateInputFieldModule extends ElementsModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputFieldModule, never>;
|
|
10
11
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DateInputFieldModule, [typeof i1.DateInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatInputModule, typeof i5.MatDatepickerModule, typeof i6.MatDayjsDateModule], [typeof i1.DateInputFieldMolecule]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<DateInputFieldModule>;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./select-input-field.molecule";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@angular/forms";
|
|
5
6
|
import * as i4 from "@angular/material/select";
|
|
6
|
-
export declare class SelectInputFieldModule {
|
|
7
|
+
export declare class SelectInputFieldModule extends ElementsModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectInputFieldModule, never>;
|
|
8
9
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SelectInputFieldModule, [typeof i1.SelectInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatSelectModule], [typeof i1.SelectInputFieldMolecule]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<SelectInputFieldModule>;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./smart-column.molecule";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@ng-atomic/common/pipes";
|
|
5
6
|
import * as i4 from "@angular/material/icon";
|
|
6
7
|
import * as i5 from "@angular/material/table";
|
|
7
|
-
export declare class SmartColumnModule {
|
|
8
|
+
export declare class SmartColumnModule extends ElementsModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartColumnModule, never>;
|
|
9
10
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartColumnModule, [typeof i1.SmartColumnMolecule], [typeof i2.CommonModule, typeof i3.SmartExpModule, typeof i4.MatIconModule, typeof i5.MatTableModule], [typeof i1.SmartColumnMolecule]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartColumnModule>;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./text-input-field.molecule";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@angular/forms";
|
|
5
6
|
import * as i4 from "@angular/material/input";
|
|
6
|
-
export declare class TextInputFieldModule {
|
|
7
|
+
export declare class TextInputFieldModule extends ElementsModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextInputFieldModule, never>;
|
|
8
9
|
static ɵmod: i0.ɵɵNgModuleDeclaration<TextInputFieldModule, [typeof i1.TextInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatInputModule], [typeof i1.TextInputFieldMolecule]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<TextInputFieldModule>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./textarea-field.molecule";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@angular/material/input";
|
|
5
|
-
export declare class TextareaFieldModule {
|
|
6
|
+
export declare class TextareaFieldModule extends ElementsModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextareaFieldModule, never>;
|
|
7
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<TextareaFieldModule, [typeof i1.TextareaFieldMolecule], [typeof i2.CommonModule, typeof i3.MatInputModule], [typeof i1.TextareaFieldMolecule]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<TextareaFieldModule>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./action-buttons-section.organism";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@angular/material/button";
|
|
5
|
-
export declare class ActionButtonsSectionModule {
|
|
6
|
+
export declare class ActionButtonsSectionModule extends ElementsModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonsSectionModule, never>;
|
|
7
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionButtonsSectionModule, [typeof i1.ActionButtonsSectionOrganism], [typeof i2.CommonModule, typeof i3.MatButtonModule], [typeof i1.ActionButtonsSectionOrganism]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<ActionButtonsSectionModule>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./back-navigator.organism";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
@@ -5,7 +6,7 @@ import * as i3 from "@angular/material/button";
|
|
|
5
6
|
import * as i4 from "@angular/material/icon";
|
|
6
7
|
import * as i5 from "@angular/material/toolbar";
|
|
7
8
|
import * as i6 from "@ng-atomic/components/atoms/smart-menu-button";
|
|
8
|
-
export declare class BackNavigatorModule {
|
|
9
|
+
export declare class BackNavigatorModule extends ElementsModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<BackNavigatorModule, never>;
|
|
10
11
|
static ɵmod: i0.ɵɵNgModuleDeclaration<BackNavigatorModule, [typeof i1.BackNavigatorOrganism], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.MatIconModule, typeof i5.MatToolbarModule, typeof i6.SmartMenuButtonModule], [typeof i1.BackNavigatorOrganism]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<BackNavigatorModule>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./card-input-section.organism";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@ng-atomic/components/molecules/text-input-field";
|
|
5
|
-
export declare class CardInputSectionModule {
|
|
6
|
+
export declare class CardInputSectionModule extends ElementsModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardInputSectionModule, never>;
|
|
7
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<CardInputSectionModule, [typeof i1.CardInputSectionOrganism], [typeof i2.CommonModule, typeof i3.TextInputFieldModule], [typeof i1.CardInputSectionOrganism]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<CardInputSectionModule>;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import { ElementsModule } from '@ng-atomic/elements';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./cvc-and-exp-input-section.organism";
|
|
3
4
|
import * as i2 from "@angular/common";
|
|
4
5
|
import * as i3 from "@ng-atomic/components/molecules/select-input-field";
|
|
5
6
|
import * as i4 from "@ng-atomic/components/molecules/text-input-field";
|
|
6
|
-
export declare class CvcAndExpInputSectionModule {
|
|
7
|
+
export declare class CvcAndExpInputSectionModule extends ElementsModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<CvcAndExpInputSectionModule, never>;
|
|
8
9
|
static ɵmod: i0.ɵɵNgModuleDeclaration<CvcAndExpInputSectionModule, [typeof i1.CvcAndExpInputSectionOrganism], [typeof i2.CommonModule, typeof i3.SelectInputFieldModule, typeof i4.TextInputFieldModule], [typeof i1.CvcAndExpInputSectionOrganism]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<CvcAndExpInputSectionModule>;
|