@ng-atomic/components 3.2.9 → 3.4.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/icon/icon.atom.d.ts +14 -0
- package/atoms/icon/icon.atom.d.ts.map +1 -0
- package/atoms/icon/icon.module.d.ts +10 -0
- package/atoms/icon/icon.module.d.ts.map +1 -0
- package/atoms/icon/index.d.ts +3 -0
- package/atoms/icon/index.d.ts.map +1 -0
- package/atoms/icon/ng-atomic-components-atoms-icon.d.ts +6 -0
- package/atoms/icon/ng-atomic-components-atoms-icon.d.ts.map +1 -0
- package/atoms/icon/package.json +10 -0
- package/esm2020/atoms/icon/icon.atom.mjs +59 -0
- package/esm2020/atoms/icon/icon.module.mjs +34 -0
- package/esm2020/atoms/icon/index.mjs +3 -0
- package/esm2020/atoms/icon/ng-atomic-components-atoms-icon.mjs +5 -0
- package/esm2020/frames/auto-layout/auto-layout.frame.mjs +2 -2
- package/esm2020/frames/drawer/drawer.frame.mjs +2 -2
- package/esm2020/frames/line-up/line-up.animations.mjs +14 -17
- package/esm2020/frames/line-up/line-up.frame.mjs +76 -39
- package/esm2020/frames/line-up/line-up.module.mjs +1 -1
- package/esm2020/frames/line-up/resize-observer.mjs +7 -21
- package/esm2020/frames/overlay/overlay.animations.mjs +4 -4
- package/esm2020/frames/overlay/overlay.frame.mjs +16 -32
- package/esm2020/frames/scroll/scroll.frame.mjs +2 -2
- package/esm2020/frames/smart-menu/smart-menu.frame.mjs +2 -2
- package/esm2020/molecules/date-input-field/date-input-field.molecule.mjs +2 -2
- package/esm2020/molecules/navigation-list-item/index.mjs +3 -0
- package/esm2020/molecules/navigation-list-item/navigation-list-item.module.mjs +41 -0
- package/esm2020/molecules/navigation-list-item/navigation-list-item.molecule.mjs +33 -0
- package/esm2020/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.mjs +5 -0
- package/esm2020/molecules/select-input-field/select-input-field.molecule.mjs +2 -2
- package/esm2020/organisms/action-buttons-section/action-buttons-section.organism.mjs +2 -2
- package/esm2020/organisms/back-navigator/back-navigator.organism.mjs +2 -2
- 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.organism.mjs +2 -2
- package/esm2020/organisms/date-input-section/date-input-section.organism.mjs +2 -2
- package/esm2020/organisms/heading/heading.organism.mjs +2 -2
- package/esm2020/organisms/navigation-list/index.mjs +3 -0
- package/esm2020/organisms/navigation-list/navigation-list.module.mjs +37 -0
- package/esm2020/organisms/navigation-list/navigation-list.organism.mjs +39 -0
- package/esm2020/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.mjs +5 -0
- package/esm2020/organisms/navigator/navigator.organism.mjs +2 -2
- package/esm2020/organisms/select-input-section/select-input-section.organism.mjs +2 -2
- package/esm2020/organisms/smart-table/smart-table.organism.mjs +2 -2
- package/esm2020/organisms/social-login-section/social-login-section.organism.mjs +2 -2
- package/esm2020/organisms/text-input-section/text-input-section.organism.mjs +2 -2
- package/esm2020/organisms/textarea-section/textarea-section.organism.mjs +2 -2
- package/esm2020/organisms/top-navigator/top-navigator.organism.mjs +2 -2
- package/esm2020/templates/entrance/entrance.template.mjs +2 -2
- package/esm2020/templates/menu/menu.module.mjs +5 -5
- package/esm2020/templates/menu/menu.template.mjs +12 -12
- package/esm2020/templates/smart-crud/smart-crud.template.mjs +2 -2
- package/esm2020/templates/smart-index/smart-index.template.mjs +2 -2
- package/fesm2015/ng-atomic-components-atoms-icon.mjs +113 -0
- package/fesm2015/ng-atomic-components-atoms-icon.mjs.map +1 -0
- package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +2 -2
- package/fesm2015/ng-atomic-components-frames-drawer.mjs +2 -2
- package/fesm2015/ng-atomic-components-frames-line-up.mjs +94 -74
- package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-overlay.mjs +17 -35
- package/fesm2015/ng-atomic-components-frames-overlay.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-scroll.mjs +2 -2
- package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +2 -2
- package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs +2 -2
- package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs +87 -0
- package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -0
- package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs +2 -2
- package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +2 -2
- package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs +2 -2
- package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +2 -2
- package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +2 -2
- package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs +2 -2
- package/fesm2015/ng-atomic-components-organisms-heading.mjs +2 -2
- package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs +92 -0
- package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs.map +1 -0
- package/fesm2015/ng-atomic-components-organisms-navigator.mjs +2 -2
- package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +2 -2
- package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +2 -2
- package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +2 -2
- package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs +2 -2
- package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +2 -2
- package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs +2 -2
- package/fesm2015/ng-atomic-components-templates-entrance.mjs +2 -2
- package/fesm2015/ng-atomic-components-templates-menu.mjs +15 -15
- package/fesm2015/ng-atomic-components-templates-menu.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +2 -2
- package/fesm2015/ng-atomic-components-templates-smart-index.mjs +2 -2
- package/fesm2020/ng-atomic-components-atoms-icon.mjs +96 -0
- package/fesm2020/ng-atomic-components-atoms-icon.mjs.map +1 -0
- package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +2 -2
- package/fesm2020/ng-atomic-components-frames-drawer.mjs +2 -2
- package/fesm2020/ng-atomic-components-frames-line-up.mjs +93 -74
- package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-overlay.mjs +17 -33
- package/fesm2020/ng-atomic-components-frames-overlay.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-scroll.mjs +2 -2
- package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +2 -2
- package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs +2 -2
- package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs +78 -0
- package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -0
- package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs +2 -2
- package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +2 -2
- package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs +2 -2
- package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs +2 -2
- package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +2 -2
- package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs +2 -2
- package/fesm2020/ng-atomic-components-organisms-heading.mjs +2 -2
- package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs +80 -0
- package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs.map +1 -0
- package/fesm2020/ng-atomic-components-organisms-navigator.mjs +2 -2
- package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs +2 -2
- package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +2 -2
- package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +2 -2
- package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs +2 -2
- package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +2 -2
- package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs +2 -2
- package/fesm2020/ng-atomic-components-templates-entrance.mjs +2 -2
- package/fesm2020/ng-atomic-components-templates-menu.mjs +15 -15
- package/fesm2020/ng-atomic-components-templates-menu.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +2 -2
- package/fesm2020/ng-atomic-components-templates-smart-index.mjs +2 -2
- package/frames/line-up/line-up.animations.d.ts.map +1 -1
- package/frames/line-up/line-up.frame.d.ts +30 -17
- package/frames/line-up/line-up.frame.d.ts.map +1 -1
- package/frames/line-up/resize-observer.d.ts +2 -15
- package/frames/line-up/resize-observer.d.ts.map +1 -1
- package/frames/overlay/overlay.animations.d.ts +1 -1
- package/frames/overlay/overlay.animations.d.ts.map +1 -1
- package/frames/overlay/overlay.frame.d.ts +2 -5
- package/frames/overlay/overlay.frame.d.ts.map +1 -1
- package/molecules/navigation-list-item/index.d.ts +3 -0
- package/molecules/navigation-list-item/index.d.ts.map +1 -0
- package/molecules/navigation-list-item/navigation-list-item.module.d.ts +11 -0
- package/molecules/navigation-list-item/navigation-list-item.module.d.ts.map +1 -0
- package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts +9 -0
- package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts.map +1 -0
- package/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.d.ts +6 -0
- package/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.d.ts.map +1 -0
- package/molecules/navigation-list-item/package.json +10 -0
- package/organisms/navigation-list/index.d.ts +3 -0
- package/organisms/navigation-list/index.d.ts.map +1 -0
- package/organisms/navigation-list/navigation-list.module.d.ts +11 -0
- package/organisms/navigation-list/navigation-list.module.d.ts.map +1 -0
- package/organisms/navigation-list/navigation-list.organism.d.ts +10 -0
- package/organisms/navigation-list/navigation-list.organism.d.ts.map +1 -0
- package/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.d.ts +6 -0
- package/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.d.ts.map +1 -0
- package/organisms/navigation-list/package.json +10 -0
- package/package.json +28 -27
- package/templates/menu/menu.module.d.ts +2 -2
- package/templates/menu/menu.template.d.ts +3 -3
- package/templates/menu/menu.template.d.ts.map +1 -1
- package/esm2020/frames/line-up-v2/index.mjs +0 -3
- package/esm2020/frames/line-up-v2/line-up.animations.mjs +0 -64
- package/esm2020/frames/line-up-v2/line-up.frame.mjs +0 -110
- package/esm2020/frames/line-up-v2/line-up.module.mjs +0 -27
- package/esm2020/frames/line-up-v2/ng-atomic-components-frames-line-up-v2.mjs +0 -5
- package/esm2020/frames/line-up-v2/resize-observer.mjs +0 -13
- package/esm2020/frames/overlay-v2/index.mjs +0 -3
- package/esm2020/frames/overlay-v2/ng-atomic-components-frames-overlay-v2.mjs +0 -5
- package/esm2020/frames/overlay-v2/overlay.animations.mjs +0 -28
- package/esm2020/frames/overlay-v2/overlay.frame.mjs +0 -30
- package/esm2020/frames/overlay-v2/overlay.module.mjs +0 -29
- package/esm2020/organisms/menu/index.mjs +0 -3
- package/esm2020/organisms/menu/menu.module.mjs +0 -31
- package/esm2020/organisms/menu/menu.organism.mjs +0 -49
- package/esm2020/organisms/menu/ng-atomic-components-organisms-menu.mjs +0 -5
- package/fesm2015/ng-atomic-components-frames-line-up-v2.mjs +0 -228
- package/fesm2015/ng-atomic-components-frames-line-up-v2.mjs.map +0 -1
- package/fesm2015/ng-atomic-components-frames-overlay-v2.mjs +0 -99
- package/fesm2015/ng-atomic-components-frames-overlay-v2.mjs.map +0 -1
- package/fesm2015/ng-atomic-components-organisms-menu.mjs +0 -96
- package/fesm2015/ng-atomic-components-organisms-menu.mjs.map +0 -1
- package/fesm2020/ng-atomic-components-frames-line-up-v2.mjs +0 -213
- package/fesm2020/ng-atomic-components-frames-line-up-v2.mjs.map +0 -1
- package/fesm2020/ng-atomic-components-frames-overlay-v2.mjs +0 -90
- package/fesm2020/ng-atomic-components-frames-overlay-v2.mjs.map +0 -1
- package/fesm2020/ng-atomic-components-organisms-menu.mjs +0 -84
- package/fesm2020/ng-atomic-components-organisms-menu.mjs.map +0 -1
- package/frames/line-up-v2/index.d.ts +0 -3
- package/frames/line-up-v2/index.d.ts.map +0 -1
- package/frames/line-up-v2/line-up.animations.d.ts +0 -2
- package/frames/line-up-v2/line-up.animations.d.ts.map +0 -1
- package/frames/line-up-v2/line-up.frame.d.ts +0 -36
- package/frames/line-up-v2/line-up.frame.d.ts.map +0 -1
- package/frames/line-up-v2/line-up.module.d.ts +0 -10
- package/frames/line-up-v2/line-up.module.d.ts.map +0 -1
- package/frames/line-up-v2/ng-atomic-components-frames-line-up-v2.d.ts +0 -6
- package/frames/line-up-v2/ng-atomic-components-frames-line-up-v2.d.ts.map +0 -1
- package/frames/line-up-v2/package.json +0 -10
- package/frames/line-up-v2/resize-observer.d.ts +0 -4
- package/frames/line-up-v2/resize-observer.d.ts.map +0 -1
- package/frames/overlay-v2/index.d.ts +0 -3
- package/frames/overlay-v2/index.d.ts.map +0 -1
- package/frames/overlay-v2/ng-atomic-components-frames-overlay-v2.d.ts +0 -6
- package/frames/overlay-v2/ng-atomic-components-frames-overlay-v2.d.ts.map +0 -1
- package/frames/overlay-v2/overlay.animations.d.ts +0 -2
- package/frames/overlay-v2/overlay.animations.d.ts.map +0 -1
- package/frames/overlay-v2/overlay.frame.d.ts +0 -7
- package/frames/overlay-v2/overlay.frame.d.ts.map +0 -1
- package/frames/overlay-v2/overlay.module.d.ts +0 -10
- package/frames/overlay-v2/overlay.module.d.ts.map +0 -1
- package/frames/overlay-v2/package.json +0 -10
- package/organisms/menu/index.d.ts +0 -3
- package/organisms/menu/index.d.ts.map +0 -1
- package/organisms/menu/menu.module.d.ts +0 -11
- package/organisms/menu/menu.module.d.ts.map +0 -1
- package/organisms/menu/menu.organism.d.ts +0 -10
- package/organisms/menu/menu.organism.d.ts.map +0 -1
- package/organisms/menu/ng-atomic-components-organisms-menu.d.ts +0 -6
- package/organisms/menu/ng-atomic-components-organisms-menu.d.ts.map +0 -1
- package/organisms/menu/package.json +0 -10
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { trigger, transition, style, query, animateChild, animate } from '@angular/animations';
|
|
2
|
-
export const
|
|
3
|
-
transition('
|
|
2
|
+
export const OVERLAY_ANIMATION = trigger('hasNext', [
|
|
3
|
+
transition('false => true', [
|
|
4
4
|
query(':enter', [
|
|
5
5
|
style({
|
|
6
6
|
position: 'absolute',
|
|
@@ -12,7 +12,7 @@ export const slideInAnimation = trigger('routeAnimations', [
|
|
|
12
12
|
query(':enter', [animate('300ms ease-out', style({ left: '0%' }))]),
|
|
13
13
|
query(':enter', animateChild()),
|
|
14
14
|
]),
|
|
15
|
-
transition('
|
|
15
|
+
transition('true => false', [
|
|
16
16
|
query(':leave', [
|
|
17
17
|
style({
|
|
18
18
|
position: 'absolute',
|
|
@@ -25,4 +25,4 @@ export const slideInAnimation = trigger('routeAnimations', [
|
|
|
25
25
|
query(':leave', animateChild()),
|
|
26
26
|
])
|
|
27
27
|
]);
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3ZlcmxheS5hbmltYXRpb25zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9mcmFtZXMvb3ZlcmxheS9vdmVybGF5LmFuaW1hdGlvbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLE9BQU8sRUFBRSxVQUFVLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxZQUFZLEVBQUUsT0FBTyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFFL0YsTUFBTSxDQUFDLE1BQU0saUJBQWlCLEdBQUcsT0FBTyxDQUFDLFNBQVMsRUFBRTtJQUNsRCxVQUFVLENBQUMsZUFBZSxFQUFFO1FBQzFCLEtBQUssQ0FBQyxRQUFRLEVBQUU7WUFDZCxLQUFLLENBQUM7Z0JBQ0osUUFBUSxFQUFFLFVBQVU7Z0JBQ3BCLEdBQUcsRUFBRSxLQUFLO2dCQUNWLElBQUksRUFBRSxLQUFLO2FBQ1osQ0FBQztTQUNILENBQUM7UUFDRixLQUFLLENBQUMsUUFBUSxFQUFFLENBQUMsS0FBSyxDQUFDLEVBQUUsSUFBSSxFQUFFLE1BQU0sRUFBRSxDQUFDLENBQUMsQ0FBQztRQUMxQyxLQUFLLENBQUMsUUFBUSxFQUFFLENBQUMsT0FBTyxDQUFDLGdCQUFnQixFQUFFLEtBQUssQ0FBQyxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUNuRSxLQUFLLENBQUMsUUFBUSxFQUFFLFlBQVksRUFBRSxDQUFDO0tBQ2hDLENBQUM7SUFDRixVQUFVLENBQUMsZUFBZSxFQUFFO1FBQ3hCLEtBQUssQ0FBQyxRQUFRLEVBQUU7WUFDZCxLQUFLLENBQUM7Z0JBQ0osUUFBUSxFQUFFLFVBQVU7Z0JBQ3BCLEdBQUcsRUFBRSxLQUFLO2dCQUNWLElBQUksRUFBRSxLQUFLO2FBQ1osQ0FBQztTQUNILENBQUM7UUFDRixLQUFLLENBQUMsUUFBUSxFQUFFLENBQUMsS0FBSyxDQUFDLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQztRQUN4QyxLQUFLLENBQUMsUUFBUSxFQUFFLENBQUMsT0FBTyxDQUFDLGVBQWUsRUFBRSxLQUFLLENBQUMsRUFBRSxJQUFJLEVBQUUsTUFBTSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFDcEUsS0FBSyxDQUFDLFFBQVEsRUFBRSxZQUFZLEVBQUUsQ0FBQztLQUNsQyxDQUFDO0NBQ0gsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdHJpZ2dlciwgdHJhbnNpdGlvbiwgc3R5bGUsIHF1ZXJ5LCBhbmltYXRlQ2hpbGQsIGFuaW1hdGUgfSBmcm9tICdAYW5ndWxhci9hbmltYXRpb25zJztcblxuZXhwb3J0IGNvbnN0IE9WRVJMQVlfQU5JTUFUSU9OID0gdHJpZ2dlcignaGFzTmV4dCcsIFtcbiAgdHJhbnNpdGlvbignZmFsc2UgPT4gdHJ1ZScsIFtcbiAgICBxdWVyeSgnOmVudGVyJywgW1xuICAgICAgc3R5bGUoe1xuICAgICAgICBwb3NpdGlvbjogJ2Fic29sdXRlJyxcbiAgICAgICAgdG9wOiAnMHB4JyxcbiAgICAgICAgbGVmdDogJzBweCdcbiAgICAgIH0pXG4gICAgXSksXG4gICAgcXVlcnkoJzplbnRlcicsIFtzdHlsZSh7IGxlZnQ6ICcxMDAlJyB9KV0pLFxuICAgIHF1ZXJ5KCc6ZW50ZXInLCBbYW5pbWF0ZSgnMzAwbXMgZWFzZS1vdXQnLCBzdHlsZSh7IGxlZnQ6ICcwJScgfSkpXSksXG4gICAgcXVlcnkoJzplbnRlcicsIGFuaW1hdGVDaGlsZCgpKSxcbiAgXSksXG4gIHRyYW5zaXRpb24oJ3RydWUgPT4gZmFsc2UnLCBbXG4gICAgICBxdWVyeSgnOmxlYXZlJywgW1xuICAgICAgICBzdHlsZSh7XG4gICAgICAgICAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG4gICAgICAgICAgdG9wOiAnMHB4JyxcbiAgICAgICAgICBsZWZ0OiAnMHB4J1xuICAgICAgICB9KVxuICAgICAgXSksXG4gICAgICBxdWVyeSgnOmxlYXZlJywgW3N0eWxlKHsgbGVmdDogJzAlJyB9KV0pLFxuICAgICAgcXVlcnkoJzpsZWF2ZScsIFthbmltYXRlKCczMDBtcyBlYXNlLWluJywgc3R5bGUoeyBsZWZ0OiAnMTAwJScgfSkpXSksXG4gICAgICBxdWVyeSgnOmxlYXZlJywgYW5pbWF0ZUNoaWxkKCkpLFxuICBdKVxuXSk7XG4iXX0=
|
|
@@ -1,46 +1,30 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { slideInAnimation } from './overlay.animations';
|
|
1
|
+
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
2
|
+
import { OVERLAY_ANIMATION } from './overlay.animations';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
function OverlayFrame_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
8
|
-
i0.ɵɵelementStart(0, "div", 3);
|
|
9
|
-
i0.ɵɵelement(1, "mat-spinner");
|
|
10
|
-
i0.ɵɵelementEnd();
|
|
11
|
-
} }
|
|
12
|
-
const _c0 = [[["", "mainPage", ""]], [["", "nextPage", ""]]];
|
|
13
|
-
const _c1 = ["[mainPage]", "[nextPage]"];
|
|
4
|
+
const _c0 = [[["", "main", ""]], [["", "next", ""]]];
|
|
5
|
+
const _c1 = ["[main]", "[next]"];
|
|
14
6
|
export class OverlayFrame {
|
|
15
7
|
constructor() {
|
|
16
|
-
this.
|
|
17
|
-
this.isLoading = false;
|
|
18
|
-
}
|
|
19
|
-
prepareRoute(outlet) {
|
|
20
|
-
return outlet?.activatedRouteData?.['page'];
|
|
8
|
+
this.hasNext = false;
|
|
21
9
|
}
|
|
22
10
|
}
|
|
23
11
|
OverlayFrame.ɵfac = function OverlayFrame_Factory(t) { return new (t || OverlayFrame)(); };
|
|
24
|
-
OverlayFrame.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: OverlayFrame, selectors: [["frames-overlay"]], inputs: {
|
|
12
|
+
OverlayFrame.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: OverlayFrame, selectors: [["frames-overlay"]], inputs: { hasNext: "hasNext" }, ngContentSelectors: _c1, decls: 4, vars: 1, consts: [[1, "main"], [1, "next"]], template: function OverlayFrame_Template(rf, ctx) { if (rf & 1) {
|
|
25
13
|
i0.ɵɵprojectionDef(_c0);
|
|
26
|
-
i0.ɵɵ
|
|
27
|
-
i0.ɵɵ
|
|
28
|
-
i0.ɵɵprojection(2);
|
|
14
|
+
i0.ɵɵelementStart(0, "div", 0);
|
|
15
|
+
i0.ɵɵprojection(1);
|
|
29
16
|
i0.ɵɵelementEnd();
|
|
30
|
-
i0.ɵɵelementStart(
|
|
31
|
-
i0.ɵɵprojection(
|
|
17
|
+
i0.ɵɵelementStart(2, "div", 1);
|
|
18
|
+
i0.ɵɵprojection(3, 1);
|
|
32
19
|
i0.ɵɵelementEnd();
|
|
33
20
|
} if (rf & 2) {
|
|
34
|
-
i0.ɵɵ
|
|
35
|
-
i0.ɵɵ
|
|
36
|
-
|
|
37
|
-
} }, directives: [i1.NgIf, i2.MatProgressSpinner], styles: ["[_nghost-%COMP%]{--cell: 8px;--cell-SCOPED-IN-line-overlay-odU4: var(--cell);--width: 100%;--width-SCOPED-IN-line-overlay-odU4: var(--width);--height: 100%;--height-SCOPED-IN-line-overlay-odU4: var(--height)}[_nghost-%COMP%]{position:relative;display:block;width:var(--width-SCOPED-IN-line-overlay-odU4);height:var(--height-SCOPED-IN-line-overlay-odU4)}[_nghost-%COMP%] .loading[_ngcontent-%COMP%]{position:absolute;z-index:1000;top:0;left:0;display:flex;width:var(--width-SCOPED-IN-line-overlay-odU4);height:var(--height-SCOPED-IN-line-overlay-odU4);justify-content:center;align-items:center;background-color:#0006}[_nghost-%COMP%] .main.page[_ngcontent-%COMP%]{position:absolute;top:0;left:0;z-index:1;width:var(--width-SCOPED-IN-line-overlay-odU4);height:var(--height-SCOPED-IN-line-overlay-odU4);overflow:hidden}[_nghost-%COMP%] .main.page[_ngcontent-%COMP%] *[_ngcontent-%COMP%]{--cell: var(--cell-SCOPED-IN-line-overlay-odU4);--width: var(--width-SCOPED-IN-line-overlay-odU4);--height: var(--height-SCOPED-IN-line-overlay-odU4)}[_nghost-%COMP%] .next.page[_ngcontent-%COMP%]{position:absolute;top:0;left:0;z-index:2;width:var(--width-SCOPED-IN-line-overlay-odU4);height:auto}[_nghost-%COMP%] .next.page[_ngcontent-%COMP%] *[_ngcontent-%COMP%]{--cell: var(--cell-SCOPED-IN-line-overlay-odU4);--width: var(--width-SCOPED-IN-line-overlay-odU4);--height: var(--height-SCOPED-IN-line-overlay-odU4)}"], data: { animation: [slideInAnimation] } });
|
|
21
|
+
i0.ɵɵadvance(2);
|
|
22
|
+
i0.ɵɵproperty("@hasNext", ctx.hasNext);
|
|
23
|
+
} }, styles: ["[_nghost-%COMP%]{--cell: 8px;--cell-SCOPED-IN-line-overlay-j6MO: var(--cell);--width: 100%;--width-SCOPED-IN-line-overlay-j6MO: var(--width);--height: 100%;--height-SCOPED-IN-line-overlay-j6MO: var(--height)}[_nghost-%COMP%]{position:relative;display:block;width:var(--width-SCOPED-IN-line-overlay-j6MO);height:var(--height-SCOPED-IN-line-overlay-j6MO)}[_nghost-%COMP%] .loading[_ngcontent-%COMP%]{position:absolute;z-index:1000;top:0;left:0;display:flex;width:var(--width-SCOPED-IN-line-overlay-j6MO);height:var(--height-SCOPED-IN-line-overlay-j6MO);justify-content:center;align-items:center;background-color:#0006}[_nghost-%COMP%] .main[_ngcontent-%COMP%]{position:absolute;top:0;left:0;z-index:1;width:var(--width-SCOPED-IN-line-overlay-j6MO);height:var(--height-SCOPED-IN-line-overlay-j6MO);overflow:hidden}[_nghost-%COMP%] .main[_ngcontent-%COMP%] *[_ngcontent-%COMP%]{--cell: var(--cell-SCOPED-IN-line-overlay-j6MO);--width: var(--width-SCOPED-IN-line-overlay-j6MO);--height: var(--height-SCOPED-IN-line-overlay-j6MO)}[_nghost-%COMP%] .next[_ngcontent-%COMP%]{position:absolute;top:0;left:0;z-index:2;width:var(--width-SCOPED-IN-line-overlay-j6MO);height:auto}[_nghost-%COMP%] .next[_ngcontent-%COMP%] *[_ngcontent-%COMP%]{--cell: var(--cell-SCOPED-IN-line-overlay-j6MO);--width: var(--width-SCOPED-IN-line-overlay-j6MO);--height: var(--height-SCOPED-IN-line-overlay-j6MO)}"], data: { animation: [OVERLAY_ANIMATION] }, changeDetection: 0 });
|
|
38
24
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OverlayFrame, [{
|
|
39
25
|
type: Component,
|
|
40
|
-
args: [{ selector: 'frames-overlay', animations: [
|
|
41
|
-
}], null, {
|
|
42
|
-
type: Input
|
|
43
|
-
}], isLoading: [{
|
|
26
|
+
args: [{ selector: 'frames-overlay', animations: [OVERLAY_ANIMATION], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"main\">\n <ng-content select=[main]></ng-content>\n</div>\n<div class=\"next\" [@hasNext]=\"hasNext\">\n <ng-content select=[next]></ng-content>\n</div>", styles: [":host{--cell: 8px;--cell-SCOPED-IN-line-overlay-j6MO: var(--cell);--width: 100%;--width-SCOPED-IN-line-overlay-j6MO: var(--width);--height: 100%;--height-SCOPED-IN-line-overlay-j6MO: var(--height)}:host{position:relative;display:block;width:var(--width-SCOPED-IN-line-overlay-j6MO);height:var(--height-SCOPED-IN-line-overlay-j6MO)}:host .loading{position:absolute;z-index:1000;top:0;left:0;display:flex;width:var(--width-SCOPED-IN-line-overlay-j6MO);height:var(--height-SCOPED-IN-line-overlay-j6MO);justify-content:center;align-items:center;background-color:#0006}:host .main{position:absolute;top:0;left:0;z-index:1;width:var(--width-SCOPED-IN-line-overlay-j6MO);height:var(--height-SCOPED-IN-line-overlay-j6MO);overflow:hidden}:host .main *{--cell: var(--cell-SCOPED-IN-line-overlay-j6MO);--width: var(--width-SCOPED-IN-line-overlay-j6MO);--height: var(--height-SCOPED-IN-line-overlay-j6MO)}:host .next{position:absolute;top:0;left:0;z-index:2;width:var(--width-SCOPED-IN-line-overlay-j6MO);height:auto}:host .next *{--cell: var(--cell-SCOPED-IN-line-overlay-j6MO);--width: var(--width-SCOPED-IN-line-overlay-j6MO);--height: var(--height-SCOPED-IN-line-overlay-j6MO)}\n"] }]
|
|
27
|
+
}], null, { hasNext: [{
|
|
44
28
|
type: Input
|
|
45
29
|
}] }); })();
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3ZlcmxheS5mcmFtZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvZnJhbWVzL292ZXJsYXkvb3ZlcmxheS5mcmFtZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvZnJhbWVzL292ZXJsYXkvb3ZlcmxheS5mcmFtZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDOzs7O0FBU3pELE1BQU0sT0FBTyxZQUFZO0lBUHpCO1FBU0UsWUFBTyxHQUFHLEtBQUssQ0FBQztLQUNqQjs7d0VBSFksWUFBWTsrREFBWixZQUFZOztRQ1Z6Qiw4QkFBa0I7UUFDZCxrQkFBdUM7UUFDM0MsaUJBQU07UUFDTiw4QkFBdUM7UUFDbkMscUJBQXVDO1FBQzNDLGlCQUFNOztRQUZZLGVBQW9CO1FBQXBCLHNDQUFvQjsyNUNESXhCLENBQUMsaUJBQWlCLENBQUM7dUZBR3BCLFlBQVk7Y0FQeEIsU0FBUzsyQkFDRSxnQkFBZ0IsY0FHZCxDQUFDLGlCQUFpQixDQUFDLG1CQUNkLHVCQUF1QixDQUFDLE1BQU07Z0JBSS9DLE9BQU87a0JBRE4sS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBPVkVSTEFZX0FOSU1BVElPTiB9IGZyb20gJy4vb3ZlcmxheS5hbmltYXRpb25zJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZnJhbWVzLW92ZXJsYXknLFxuICB0ZW1wbGF0ZVVybDogJy4vb3ZlcmxheS5mcmFtZS5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vb3ZlcmxheS5mcmFtZS5zY3NzJ10sXG4gIGFuaW1hdGlvbnM6IFtPVkVSTEFZX0FOSU1BVElPTl0sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBPdmVybGF5RnJhbWUge1xuICBASW5wdXQoKVxuICBoYXNOZXh0ID0gZmFsc2U7XG59XG4iLCI8ZGl2IGNsYXNzPVwibWFpblwiPlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1bbWFpbl0+PC9uZy1jb250ZW50PlxuPC9kaXY+XG48ZGl2IGNsYXNzPVwibmV4dFwiIFtAaGFzTmV4dF09XCJoYXNOZXh0XCI+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVtuZXh0XT48L25nLWNvbnRlbnQ+XG48L2Rpdj4iXX0=
|
|
@@ -14,9 +14,9 @@ ScrollFrame.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ScrollFrame, se
|
|
|
14
14
|
i0.ɵɵelementStart(2, "div", 1);
|
|
15
15
|
i0.ɵɵprojection(3, 1);
|
|
16
16
|
i0.ɵɵelementEnd();
|
|
17
|
-
} }, directives: [i1.IosSafariScrollBuggyfillDirective], styles: ["[_nghost-%COMP%]{--height: 100%;--height-SCOPED-IN-scroll-
|
|
17
|
+
} }, directives: [i1.IosSafariScrollBuggyfillDirective], styles: ["[_nghost-%COMP%]{--height: 100%;--height-SCOPED-IN-scroll-o87U: var(--height);--navigator-height: 56px;--navigator-height-SCOPED-IN-scroll-o87U: var(--navigator-height)}[_nghost-%COMP%]{height:var(--height-SCOPED-IN-scroll-o87U);overflow:hidden}[_nghost-%COMP%] .navigator-container[_ngcontent-%COMP%]{height:var(--navigator-height-SCOPED-IN-scroll-o87U);overflow:hidden;touch-action:none}[_nghost-%COMP%] .contents-container[_ngcontent-%COMP%]{height:calc(var(--height-SCOPED-IN-scroll-o87U) - var(--navigator-height-SCOPED-IN-scroll-o87U));overflow:scroll;-webkit-overflow-scrolling:touch}"], changeDetection: 0 });
|
|
18
18
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ScrollFrame, [{
|
|
19
19
|
type: Component,
|
|
20
|
-
args: [{ selector: 'frames-scroll', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"navigator-container\" iosSafariScrollBuggyfill>\n <ng-content select=[navigator]></ng-content>\n</div>\n<div class=\"contents-container\">\n <ng-content select=[contents]></ng-content>\n</div>", styles: [":host{--height: 100%;--height-SCOPED-IN-scroll-
|
|
20
|
+
args: [{ selector: 'frames-scroll', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"navigator-container\" iosSafariScrollBuggyfill>\n <ng-content select=[navigator]></ng-content>\n</div>\n<div class=\"contents-container\">\n <ng-content select=[contents]></ng-content>\n</div>", styles: [":host{--height: 100%;--height-SCOPED-IN-scroll-o87U: var(--height);--navigator-height: 56px;--navigator-height-SCOPED-IN-scroll-o87U: var(--navigator-height)}:host{height:var(--height-SCOPED-IN-scroll-o87U);overflow:hidden}:host .navigator-container{height:var(--navigator-height-SCOPED-IN-scroll-o87U);overflow:hidden;touch-action:none}:host .contents-container{height:calc(var(--height-SCOPED-IN-scroll-o87U) - var(--navigator-height-SCOPED-IN-scroll-o87U));overflow:scroll;-webkit-overflow-scrolling:touch}\n"] }]
|
|
21
21
|
}], null, null); })();
|
|
22
22
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2Nyb2xsLmZyYW1lLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9mcmFtZXMvc2Nyb2xsL3Njcm9sbC5mcmFtZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvZnJhbWVzL3Njcm9sbC9zY3JvbGwuZnJhbWUuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7OztBQVFuRSxNQUFNLE9BQU8sV0FBVzs7c0VBQVgsV0FBVzs4REFBWCxXQUFXOztRQ1J4Qiw4QkFBMEQ7UUFDeEQsa0JBQTRDO1FBQzlDLGlCQUFNO1FBQ04sOEJBQWdDO1FBQzlCLHFCQUEyQztRQUM3QyxpQkFBTTs7dUZER08sV0FBVztjQU52QixTQUFTOzJCQUNFLGVBQWUsbUJBR1IsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZnJhbWVzLXNjcm9sbCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9zY3JvbGwuZnJhbWUuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3Njcm9sbC5mcmFtZS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBTY3JvbGxGcmFtZSB7IH1cbiIsIjxkaXYgY2xhc3M9XCJuYXZpZ2F0b3ItY29udGFpbmVyXCIgaW9zU2FmYXJpU2Nyb2xsQnVnZ3lmaWxsPlxuICA8bmctY29udGVudCBzZWxlY3Q9W25hdmlnYXRvcl0+PC9uZy1jb250ZW50PlxuPC9kaXY+XG48ZGl2IGNsYXNzPVwiY29udGVudHMtY29udGFpbmVyXCI+XG4gIDxuZy1jb250ZW50IHNlbGVjdD1bY29udGVudHNdPjwvbmctY29udGVudD5cbjwvZGl2PiJdfQ==
|
|
@@ -31,10 +31,10 @@ SmartMenuFrame.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SmartMenuFra
|
|
|
31
31
|
i0.ɵɵelementStart(3, "div", 2, 3);
|
|
32
32
|
i0.ɵɵprojection(5, 1);
|
|
33
33
|
i0.ɵɵelementEnd();
|
|
34
|
-
} }, styles: ["[_nghost-%COMP%]{--gap: 1px;--gap-SCOPED-IN-smart-menu-
|
|
34
|
+
} }, styles: ["[_nghost-%COMP%]{--gap: 1px;--gap-SCOPED-IN-smart-menu-Dyrk: var(--gap);--background: #ccc;--background-SCOPED-IN-smart-menu-Dyrk: var(--background);--contents-background: transparent;--contents-background-SCOPED-IN-smart-menu-Dyrk: var(--contents-background)}[_nghost-%COMP%]{position:relative;display:flex;justify-content:flex-start;grid-gap:var(--gap-SCOPED-IN-smart-menu-Dyrk);gap:var(--gap-SCOPED-IN-smart-menu-Dyrk);width:-moz-fit-content;width:fit-content;height:100%;background:var(--background-SCOPED-IN-smart-menu-Dyrk)}[_nghost-%COMP%] .contents[_ngcontent-%COMP%]{display:flex;max-width:-moz-fit-content;max-width:fit-content;height:100%;background:var(--contents-background-SCOPED-IN-smart-menu-Dyrk)}[_nghost-%COMP%] .contents.menu[_ngcontent-%COMP%]{overflow:hidden;justify-content:flex-end}[_nghost-%COMP%] .contents.contents[_ngcontent-%COMP%]{overflow:visible;justify-content:flex-start}"], changeDetection: 0 });
|
|
35
35
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SmartMenuFrame, [{
|
|
36
36
|
type: Component,
|
|
37
|
-
args: [{ selector: 'frames-smart-menu', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"menu\" #menu>\n <ng-content select=\"[menu]\"></ng-content>\n</div>\n<div class=\"contents\" #contents>\n <ng-content select=\"[contents]\"></ng-content>\n</div>", styles: [":host{--gap: 1px;--gap-SCOPED-IN-smart-menu-
|
|
37
|
+
args: [{ selector: 'frames-smart-menu', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"menu\" #menu>\n <ng-content select=\"[menu]\"></ng-content>\n</div>\n<div class=\"contents\" #contents>\n <ng-content select=\"[contents]\"></ng-content>\n</div>", styles: [":host{--gap: 1px;--gap-SCOPED-IN-smart-menu-Dyrk: var(--gap);--background: #ccc;--background-SCOPED-IN-smart-menu-Dyrk: var(--background);--contents-background: transparent;--contents-background-SCOPED-IN-smart-menu-Dyrk: var(--contents-background)}:host{position:relative;display:flex;justify-content:flex-start;grid-gap:var(--gap-SCOPED-IN-smart-menu-Dyrk);gap:var(--gap-SCOPED-IN-smart-menu-Dyrk);width:-moz-fit-content;width:fit-content;height:100%;background:var(--background-SCOPED-IN-smart-menu-Dyrk)}:host .contents{display:flex;max-width:-moz-fit-content;max-width:fit-content;height:100%;background:var(--contents-background-SCOPED-IN-smart-menu-Dyrk)}:host .contents.menu{overflow:hidden;justify-content:flex-end}:host .contents.contents{overflow:visible;justify-content:flex-start}\n"] }]
|
|
38
38
|
}], null, { isMainHidden: [{
|
|
39
39
|
type: HostBinding,
|
|
40
40
|
args: ['attr.is-main-hidden']
|
|
@@ -47,10 +47,10 @@ DateInputFieldMolecule.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Date
|
|
|
47
47
|
i0.ɵɵproperty("for", _r0);
|
|
48
48
|
i0.ɵɵadvance(3);
|
|
49
49
|
i0.ɵɵproperty("ngIf", ctx.hint);
|
|
50
|
-
} }, directives: [i1.MatFormField, i1.MatLabel, i2.MatInput, i3.DefaultValueAccessor, i4.MatDatepickerInput, i3.NgControlStatus, i3.FormControlDirective, i4.MatDatepickerToggle, i1.MatSuffix, i4.MatDatepicker, i5.NgIf, i1.MatHint], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-
|
|
50
|
+
} }, directives: [i1.MatFormField, i1.MatLabel, i2.MatInput, i3.DefaultValueAccessor, i4.MatDatepickerInput, i3.NgControlStatus, i3.FormControlDirective, i4.MatDatepickerToggle, i1.MatSuffix, i4.MatDatepicker, i5.NgIf, i1.MatHint], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-Z4x2: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%}[_nghost-%COMP%] mat-form-field[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
|
|
51
51
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DateInputFieldMolecule, [{
|
|
52
52
|
type: Component,
|
|
53
|
-
args: [{ selector: 'molecules-date-input-field', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'molecule field' }, template: "<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [formControl]=\"control\" [placeholder]=\"placeholder\" [matDatepicker]=\"picker\">\n <mat-datepicker-toggle matSuffix [for]=\"picker\"></mat-datepicker-toggle>\n <mat-datepicker #picker></mat-datepicker>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-
|
|
53
|
+
args: [{ selector: 'molecules-date-input-field', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'molecule field' }, template: "<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [formControl]=\"control\" [placeholder]=\"placeholder\" [matDatepicker]=\"picker\">\n <mat-datepicker-toggle matSuffix [for]=\"picker\"></mat-datepicker-toggle>\n <mat-datepicker #picker></mat-datepicker>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-Z4x2: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
|
|
54
54
|
}], null, { _control: [{
|
|
55
55
|
type: Input,
|
|
56
56
|
args: ['control']
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { NavigationListItemMolecule } from './navigation-list-item.molecule';
|
|
2
|
+
export { NavigationListItemModule } from './navigation-list-item.module';
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy9uYXZpZ2F0aW9uLWxpc3QtaXRlbS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IE5hdmlnYXRpb25MaXN0SXRlbU1vbGVjdWxlIH0gZnJvbSAnLi9uYXZpZ2F0aW9uLWxpc3QtaXRlbS5tb2xlY3VsZSc7XG5leHBvcnQgeyBOYXZpZ2F0aW9uTGlzdEl0ZW1Nb2R1bGUgfSBmcm9tICcuL25hdmlnYXRpb24tbGlzdC1pdGVtLm1vZHVsZSc7XG4iXX0=
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { MatListModule } from '@angular/material/list';
|
|
4
|
+
import { IconModule } from '@ng-atomic/components/atoms/icon';
|
|
5
|
+
import { NavigationListItemMolecule } from './navigation-list-item.molecule';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export class NavigationListItemModule {
|
|
8
|
+
}
|
|
9
|
+
NavigationListItemModule.ɵfac = function NavigationListItemModule_Factory(t) { return new (t || NavigationListItemModule)(); };
|
|
10
|
+
NavigationListItemModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: NavigationListItemModule });
|
|
11
|
+
NavigationListItemModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
|
|
12
|
+
CommonModule,
|
|
13
|
+
// Materials
|
|
14
|
+
MatListModule,
|
|
15
|
+
// Atoms
|
|
16
|
+
IconModule,
|
|
17
|
+
]] });
|
|
18
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NavigationListItemModule, [{
|
|
19
|
+
type: NgModule,
|
|
20
|
+
args: [{
|
|
21
|
+
declarations: [
|
|
22
|
+
NavigationListItemMolecule
|
|
23
|
+
],
|
|
24
|
+
imports: [
|
|
25
|
+
CommonModule,
|
|
26
|
+
// Materials
|
|
27
|
+
MatListModule,
|
|
28
|
+
// Atoms
|
|
29
|
+
IconModule,
|
|
30
|
+
],
|
|
31
|
+
exports: [
|
|
32
|
+
NavigationListItemMolecule
|
|
33
|
+
]
|
|
34
|
+
}]
|
|
35
|
+
}], null, null); })();
|
|
36
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(NavigationListItemModule, { declarations: [NavigationListItemMolecule], imports: [CommonModule,
|
|
37
|
+
// Materials
|
|
38
|
+
MatListModule,
|
|
39
|
+
// Atoms
|
|
40
|
+
IconModule], exports: [NavigationListItemMolecule] }); })();
|
|
41
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1saXN0LWl0ZW0ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9tb2xlY3VsZXMvbmF2aWdhdGlvbi1saXN0LWl0ZW0vbmF2aWdhdGlvbi1saXN0LWl0ZW0ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFFOUQsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0saUNBQWlDLENBQUM7O0FBbUI3RSxNQUFNLE9BQU8sd0JBQXdCOztnR0FBeEIsd0JBQXdCOzBFQUF4Qix3QkFBd0I7OEVBWDFCO1lBQ1AsWUFBWTtZQUNaLFlBQVk7WUFDWixhQUFhO1lBQ2IsUUFBUTtZQUNSLFVBQVU7U0FDWDt1RkFLVSx3QkFBd0I7Y0FmcEMsUUFBUTtlQUFDO2dCQUNSLFlBQVksRUFBRTtvQkFDWiwwQkFBMEI7aUJBQzNCO2dCQUNELE9BQU8sRUFBRTtvQkFDUCxZQUFZO29CQUNaLFlBQVk7b0JBQ1osYUFBYTtvQkFDYixRQUFRO29CQUNSLFVBQVU7aUJBQ1g7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLDBCQUEwQjtpQkFDM0I7YUFDRjs7d0ZBQ1ksd0JBQXdCLG1CQWJqQywwQkFBMEIsYUFHMUIsWUFBWTtRQUNaLFlBQVk7UUFDWixhQUFhO1FBQ2IsUUFBUTtRQUNSLFVBQVUsYUFHViwwQkFBMEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1hdExpc3RNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9saXN0JztcbmltcG9ydCB7IEljb25Nb2R1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvYXRvbXMvaWNvbic7XG5cbmltcG9ydCB7IE5hdmlnYXRpb25MaXN0SXRlbU1vbGVjdWxlIH0gZnJvbSAnLi9uYXZpZ2F0aW9uLWxpc3QtaXRlbS5tb2xlY3VsZSc7XG5cblxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBOYXZpZ2F0aW9uTGlzdEl0ZW1Nb2xlY3VsZVxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIC8vIE1hdGVyaWFsc1xuICAgIE1hdExpc3RNb2R1bGUsXG4gICAgLy8gQXRvbXNcbiAgICBJY29uTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgTmF2aWdhdGlvbkxpc3RJdGVtTW9sZWN1bGVcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBOYXZpZ2F0aW9uTGlzdEl0ZW1Nb2R1bGUgeyB9XG4iXX0=
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Component, ChangeDetectionStrategy, ViewEncapsulation, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/material/list";
|
|
4
|
+
import * as i2 from "@ng-atomic/components/atoms/icon";
|
|
5
|
+
import * as i3 from "@angular/material/core";
|
|
6
|
+
export class NavigationListItemMolecule {
|
|
7
|
+
constructor() {
|
|
8
|
+
this.selected = false;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
NavigationListItemMolecule.ɵfac = function NavigationListItemMolecule_Factory(t) { return new (t || NavigationListItemMolecule)(); };
|
|
12
|
+
NavigationListItemMolecule.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NavigationListItemMolecule, selectors: [["molecules-navigation-list-item"]], inputs: { item: "item", selected: "selected" }, decls: 4, vars: 5, consts: [[3, "value", "selected"], ["mat-list-icon", "", 3, "name", "color"], ["mat-line", ""]], template: function NavigationListItemMolecule_Template(rf, ctx) { if (rf & 1) {
|
|
13
|
+
i0.ɵɵelementStart(0, "mat-list-option", 0);
|
|
14
|
+
i0.ɵɵelement(1, "atoms-icon", 1);
|
|
15
|
+
i0.ɵɵelementStart(2, "div", 2);
|
|
16
|
+
i0.ɵɵtext(3);
|
|
17
|
+
i0.ɵɵelementEnd()();
|
|
18
|
+
} if (rf & 2) {
|
|
19
|
+
i0.ɵɵproperty("value", ctx.item.id)("selected", ctx.selected);
|
|
20
|
+
i0.ɵɵadvance(1);
|
|
21
|
+
i0.ɵɵproperty("name", ctx.item == null ? null : ctx.item.icon)("color", ctx.item == null ? null : ctx.item.color);
|
|
22
|
+
i0.ɵɵadvance(2);
|
|
23
|
+
i0.ɵɵtextInterpolate(ctx.item.name);
|
|
24
|
+
} }, directives: [i1.MatListOption, i2.IconAtom, i1.MatListIconCssMatStyler, i3.MatLine], styles: [":host{display:block}\n"], encapsulation: 2, changeDetection: 0 });
|
|
25
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NavigationListItemMolecule, [{
|
|
26
|
+
type: Component,
|
|
27
|
+
args: [{ selector: 'molecules-navigation-list-item', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-list-option [value]=\"item.id\" [selected]=\"selected\">\n <atoms-icon mat-list-icon [name]=\"item?.icon\" [color]=\"item?.color\"></atoms-icon>\n <div mat-line>{{item.name}}</div>\n</mat-list-option>", styles: [":host{display:block}\n"] }]
|
|
28
|
+
}], null, { item: [{
|
|
29
|
+
type: Input
|
|
30
|
+
}], selected: [{
|
|
31
|
+
type: Input
|
|
32
|
+
}] }); })();
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1saXN0LWl0ZW0ubW9sZWN1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy9uYXZpZ2F0aW9uLWxpc3QtaXRlbS9uYXZpZ2F0aW9uLWxpc3QtaXRlbS5tb2xlY3VsZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL25hdmlnYXRpb24tbGlzdC1pdGVtL25hdmlnYXRpb24tbGlzdC1pdGVtLm1vbGVjdWxlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSx1QkFBdUIsRUFBRSxpQkFBaUIsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7O0FBVTdGLE1BQU0sT0FBTywwQkFBMEI7SUFQdkM7UUFhRSxhQUFRLEdBQUcsS0FBSyxDQUFDO0tBRWxCOztvR0FSWSwwQkFBMEI7NkVBQTFCLDBCQUEwQjtRQ1Z2QywwQ0FBeUQ7UUFDdkQsZ0NBQWlGO1FBQ2pGLDhCQUFjO1FBQUEsWUFBYTtRQUFBLGlCQUFNLEVBQUE7O1FBRmxCLG1DQUFpQiwwQkFBQTtRQUNOLGVBQW1CO1FBQW5CLDhEQUFtQixtREFBQTtRQUMvQixlQUFhO1FBQWIsbUNBQWE7O3VGRFFoQiwwQkFBMEI7Y0FQdEMsU0FBUzsyQkFDRSxnQ0FBZ0MsaUJBRzNCLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU07Z0JBSy9DLElBQUk7a0JBREgsS0FBSztZQUlOLFFBQVE7a0JBRFAsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIFZpZXdFbmNhcHN1bGF0aW9uLCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWN0aW9uSXRlbSB9IGZyb20gJ0BuZy1hdG9taWMvY29tbW9uL21vZGVscyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ21vbGVjdWxlcy1uYXZpZ2F0aW9uLWxpc3QtaXRlbScsXG4gIHRlbXBsYXRlVXJsOiAnLi9uYXZpZ2F0aW9uLWxpc3QtaXRlbS5tb2xlY3VsZS5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbmF2aWdhdGlvbi1saXN0LWl0ZW0ubW9sZWN1bGUuc2NzcyddLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgTmF2aWdhdGlvbkxpc3RJdGVtTW9sZWN1bGUge1xuXG4gIEBJbnB1dCgpXG4gIGl0ZW0hOiBBY3Rpb25JdGVtO1xuXG4gIEBJbnB1dCgpXG4gIHNlbGVjdGVkID0gZmFsc2U7XG5cbn1cbiIsIjxtYXQtbGlzdC1vcHRpb24gW3ZhbHVlXT1cIml0ZW0uaWRcIiBbc2VsZWN0ZWRdPVwic2VsZWN0ZWRcIj5cbiAgPGF0b21zLWljb24gbWF0LWxpc3QtaWNvbiBbbmFtZV09XCJpdGVtPy5pY29uXCIgW2NvbG9yXT1cIml0ZW0/LmNvbG9yXCI+PC9hdG9tcy1pY29uPlxuICA8ZGl2IG1hdC1saW5lPnt7aXRlbS5uYW1lfX08L2Rpdj5cbjwvbWF0LWxpc3Qtb3B0aW9uPiJdfQ==
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtbW9sZWN1bGVzLW5hdmlnYXRpb24tbGlzdC1pdGVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9tb2xlY3VsZXMvbmF2aWdhdGlvbi1saXN0LWl0ZW0vbmctYXRvbWljLWNvbXBvbmVudHMtbW9sZWN1bGVzLW5hdmlnYXRpb24tbGlzdC1pdGVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -39,10 +39,10 @@ SelectInputFieldMolecule.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Se
|
|
|
39
39
|
i0.ɵɵproperty("formControl", ctx.control);
|
|
40
40
|
i0.ɵɵadvance(1);
|
|
41
41
|
i0.ɵɵproperty("ngForOf", ctx.options)("ngForTrackBy", ctx.value);
|
|
42
|
-
} }, directives: [i1.MatFormField, i1.MatLabel, i2.MatSelect, i3.NgControlStatus, i3.FormControlDirective, i4.NgForOf, i5.MatOption], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-field-
|
|
42
|
+
} }, directives: [i1.MatFormField, i1.MatLabel, i2.MatSelect, i3.NgControlStatus, i3.FormControlDirective, i4.NgForOf, i5.MatOption], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-field-MtlZ: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%}[_nghost-%COMP%] mat-form-field[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
|
|
43
43
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectInputFieldMolecule, [{
|
|
44
44
|
type: Component,
|
|
45
|
-
args: [{ selector: 'molecules-select-input-field', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'molecule input-field field' }, template: "<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <mat-select [formControl]=\"control\">\n <mat-option *ngFor=\"let option of options; trackBy value;\" [value]=\"option.value\">\n {{ option.name }}\n </mat-option>\n </mat-select>\n</mat-form-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-field-
|
|
45
|
+
args: [{ selector: 'molecules-select-input-field', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'molecule input-field field' }, template: "<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <mat-select [formControl]=\"control\">\n <mat-option *ngFor=\"let option of options; trackBy value;\" [value]=\"option.value\">\n {{ option.name }}\n </mat-option>\n </mat-select>\n</mat-form-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-field-MtlZ: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
|
|
46
46
|
}], null, { label: [{
|
|
47
47
|
type: Input
|
|
48
48
|
}], control: [{
|
|
@@ -27,10 +27,10 @@ ActionButtonsSectionOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type
|
|
|
27
27
|
i0.ɵɵtemplate(0, ActionButtonsSectionOrganism_ng_container_0_Template, 3, 1, "ng-container", 0);
|
|
28
28
|
} if (rf & 2) {
|
|
29
29
|
i0.ɵɵproperty("ngForOf", ctx.actionItems)("ngForTrackBy", ctx.trackById);
|
|
30
|
-
} }, directives: [i1.NgForOf, i2.MatButton], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-action-buttons-section-
|
|
30
|
+
} }, directives: [i1.NgForOf, i2.MatButton], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-action-buttons-section-k6Nl: var(--horizontal-padding)}[_nghost-%COMP%]{display:flex;flex-direction:row;grid-gap:8px;gap:8px;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-action-buttons-section-k6Nl);box-sizing:border-box}[_nghost-%COMP%] button[_ngcontent-%COMP%]{width:100%;height:48px}"], changeDetection: 0 });
|
|
31
31
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ActionButtonsSectionOrganism, [{
|
|
32
32
|
type: Component,
|
|
33
|
-
args: [{ selector: 'organisms-action-buttons-section', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'organism section' }, template: "<ng-container *ngFor=\"let item of actionItems; trackBy: trackById\">\n <button mat-raised-button color=\"primary\" (click)=\"actionItemClick.emit([item])\">{{ item?.name }}</button>\n</ng-container>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-action-buttons-section-
|
|
33
|
+
args: [{ selector: 'organisms-action-buttons-section', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'organism section' }, template: "<ng-container *ngFor=\"let item of actionItems; trackBy: trackById\">\n <button mat-raised-button color=\"primary\" (click)=\"actionItemClick.emit([item])\">{{ item?.name }}</button>\n</ng-container>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-action-buttons-section-k6Nl: var(--horizontal-padding)}:host{display:flex;flex-direction:row;grid-gap:8px;gap:8px;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-action-buttons-section-k6Nl);box-sizing:border-box}:host button{width:100%;height:48px}\n"] }]
|
|
34
34
|
}], null, { actionItems: [{
|
|
35
35
|
type: Input
|
|
36
36
|
}], actionItemClick: [{
|
|
@@ -43,10 +43,10 @@ BackNavigatorOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BackN
|
|
|
43
43
|
i0.ɵɵtextInterpolate(ctx.description || "");
|
|
44
44
|
i0.ɵɵadvance(2);
|
|
45
45
|
i0.ɵɵproperty("actionItems", ctx.actionItems);
|
|
46
|
-
} }, directives: [i1.MatToolbar, i2.NgIf, i3.MatButton, i4.MatIcon, i5.SmartMenuButtonAtom], styles: ["[_nghost-%COMP%]{--height: 64px;--height-SCOPED-IN-back-navigator-
|
|
46
|
+
} }, directives: [i1.MatToolbar, i2.NgIf, i3.MatButton, i4.MatIcon, i5.SmartMenuButtonAtom], styles: ["[_nghost-%COMP%]{--height: 64px;--height-SCOPED-IN-back-navigator-4Yh7: var(--height)}[_nghost-%COMP%]{display:block;width:100%;height:var(--height-SCOPED-IN-back-navigator-4Yh7)}[_nghost-%COMP%] div.text[_ngcontent-%COMP%]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}[_nghost-%COMP%] div.text[_ngcontent-%COMP%] .description[_ngcontent-%COMP%]{line-height:1em;font-size:12px;margin-bottom:8px;margin-left:4px}[_nghost-%COMP%] mat-toolbar[_ngcontent-%COMP%]{display:flex;width:100%;height:100%;justify-content:space-between;align-items:center}[_nghost-%COMP%] div[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center}"], changeDetection: 0 });
|
|
47
47
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BackNavigatorOrganism, [{
|
|
48
48
|
type: Component,
|
|
49
|
-
args: [{ selector: 'organisms-back-navigator', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-toolbar color=\"primary\">\n <div>\n <button mat-icon-button *ngIf=\"canBack\" (click)=\"backButtonClick.emit()\">\n <mat-icon>arrow_back</mat-icon>\n </button>\n <div class=\"text\">\n <span class=\"title\">{{ title || '' }}</span>\n <span class=\"description\">{{ description || '' }}</span>\n </div>\n </div>\n <div>\n <atoms-smart-menu-button\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n ></atoms-smart-menu-button>\n </div>\n</mat-toolbar>\n", styles: [":host{--height: 64px;--height-SCOPED-IN-back-navigator-
|
|
49
|
+
args: [{ selector: 'organisms-back-navigator', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-toolbar color=\"primary\">\n <div>\n <button mat-icon-button *ngIf=\"canBack\" (click)=\"backButtonClick.emit()\">\n <mat-icon>arrow_back</mat-icon>\n </button>\n <div class=\"text\">\n <span class=\"title\">{{ title || '' }}</span>\n <span class=\"description\">{{ description || '' }}</span>\n </div>\n </div>\n <div>\n <atoms-smart-menu-button\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n ></atoms-smart-menu-button>\n </div>\n</mat-toolbar>\n", styles: [":host{--height: 64px;--height-SCOPED-IN-back-navigator-4Yh7: var(--height)}:host{display:block;width:100%;height:var(--height-SCOPED-IN-back-navigator-4Yh7)}:host div.text{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}:host div.text .description{line-height:1em;font-size:12px;margin-bottom:8px;margin-left:4px}:host mat-toolbar{display:flex;width:100%;height:100%;justify-content:space-between;align-items:center}:host div{display:flex;justify-content:center;align-items:center}\n"] }]
|
|
50
50
|
}], null, { canBack: [{
|
|
51
51
|
type: Input
|
|
52
52
|
}], title: [{
|
|
@@ -14,10 +14,10 @@ CardInputSectionOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Ca
|
|
|
14
14
|
i0.ɵɵelement(0, "molecules-text-input-field", 0);
|
|
15
15
|
} if (rf & 2) {
|
|
16
16
|
i0.ɵɵproperty("control", ctx.control)("label", ctx.label)("placeholder", ctx.placeholder);
|
|
17
|
-
} }, directives: [i1.TextInputFieldMolecule], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-
|
|
17
|
+
} }, directives: [i1.TextInputFieldMolecule], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-N0Qv: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-N0Qv);box-sizing:border-box}[_nghost-%COMP%] .molecule.input-field[_ngcontent-%COMP%], [_nghost-%COMP%] mat-form-field[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
|
|
18
18
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardInputSectionOrganism, [{
|
|
19
19
|
type: Component,
|
|
20
|
-
args: [{ selector: 'organisms-card-input-section', changeDetection: ChangeDetectionStrategy.OnPush, template: "<molecules-text-input-field\n type=\"text\"\n name=\"cardNumber\"\n [control]=\"control\"\n [label]=\"label\"\n [placeholder]=\"placeholder\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-
|
|
20
|
+
args: [{ selector: 'organisms-card-input-section', changeDetection: ChangeDetectionStrategy.OnPush, template: "<molecules-text-input-field\n type=\"text\"\n name=\"cardNumber\"\n [control]=\"control\"\n [label]=\"label\"\n [placeholder]=\"placeholder\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-N0Qv: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-N0Qv);box-sizing:border-box}:host .molecule.input-field,:host mat-form-field{width:100%}\n"] }]
|
|
21
21
|
}], null, { control: [{
|
|
22
22
|
type: Input
|
|
23
23
|
}], label: [{
|
|
@@ -27,10 +27,10 @@ CvcAndExpInputSectionOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ typ
|
|
|
27
27
|
i0.ɵɵproperty("control", ctx.form.get("expMonth"))("options", ctx.monthOptions);
|
|
28
28
|
i0.ɵɵadvance(1);
|
|
29
29
|
i0.ɵɵproperty("control", ctx.form.get("cvc"));
|
|
30
|
-
} }, directives: [i1.SelectInputFieldMolecule, i2.TextInputFieldMolecule], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-
|
|
30
|
+
} }, directives: [i1.SelectInputFieldMolecule, i2.TextInputFieldMolecule], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-kZiq: var(--horizontal-padding)}[_nghost-%COMP%]{display:flex;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-kZiq);box-sizing:border-box}[_nghost-%COMP%] .field[_ngcontent-%COMP%]:not(:first-child){margin-left:8px}[_nghost-%COMP%] .year.field[_ngcontent-%COMP%], [_nghost-%COMP%] .month.field[_ngcontent-%COMP%]{width:auto}[_nghost-%COMP%] .cvc.field[_ngcontent-%COMP%]{width:100px}"], changeDetection: 0 });
|
|
31
31
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CvcAndExpInputSectionOrganism, [{
|
|
32
32
|
type: Component,
|
|
33
|
-
args: [{ selector: 'organisms-cvc-and-exp-input-section', changeDetection: ChangeDetectionStrategy.OnPush, template: "<molecules-select-input-field\n class=\"year field\"\n label=\"\u6709\u52B9\u671F\u9650(\u5E74)\"\n [control]=\"form.get('expYear')\"\n [options]=\"yearOptions\"\n></molecules-select-input-field>\n<molecules-select-input-field\n class=\"month field\"\n label=\"\u6709\u52B9\u671F\u9650(\u6708)\"\n [control]=\"form.get('expMonth')\"\n [options]=\"monthOptions\"\n></molecules-select-input-field>\n<molecules-text-input-field\n class=\"cvc field\"\n type=\"text\"\n name=\"cardNumber\"\n label=\"CVC\"\n placeholder=\"4\u6841\u306E\u756A\u53F7\"\n [control]=\"form.get('cvc')\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-
|
|
33
|
+
args: [{ selector: 'organisms-cvc-and-exp-input-section', changeDetection: ChangeDetectionStrategy.OnPush, template: "<molecules-select-input-field\n class=\"year field\"\n label=\"\u6709\u52B9\u671F\u9650(\u5E74)\"\n [control]=\"form.get('expYear')\"\n [options]=\"yearOptions\"\n></molecules-select-input-field>\n<molecules-select-input-field\n class=\"month field\"\n label=\"\u6709\u52B9\u671F\u9650(\u6708)\"\n [control]=\"form.get('expMonth')\"\n [options]=\"monthOptions\"\n></molecules-select-input-field>\n<molecules-text-input-field\n class=\"cvc field\"\n type=\"text\"\n name=\"cardNumber\"\n label=\"CVC\"\n placeholder=\"4\u6841\u306E\u756A\u53F7\"\n [control]=\"form.get('cvc')\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-kZiq: var(--horizontal-padding)}:host{display:flex;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-kZiq);box-sizing:border-box}:host .field:not(:first-child){margin-left:8px}:host .year.field,:host .month.field{width:auto}:host .cvc.field{width:100px}\n"] }]
|
|
34
34
|
}], null, { form: [{
|
|
35
35
|
type: Input
|
|
36
36
|
}] }); })();
|
|
@@ -14,10 +14,10 @@ DateInputSectionOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Da
|
|
|
14
14
|
i0.ɵɵelement(0, "molecules-date-input-field", 0);
|
|
15
15
|
} if (rf & 2) {
|
|
16
16
|
i0.ɵɵproperty("control", ctx.control)("label", ctx.label)("placeholder", ctx.placeholder);
|
|
17
|
-
} }, directives: [i1.DateInputFieldMolecule], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-section-
|
|
17
|
+
} }, directives: [i1.DateInputFieldMolecule], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-section-2VRh: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-input-section-2VRh);box-sizing:border-box}[_nghost-%COMP%] mat-form-field[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
|
|
18
18
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DateInputSectionOrganism, [{
|
|
19
19
|
type: Component,
|
|
20
|
-
args: [{ selector: 'organisms-date-input-section', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'organism section' }, template: "<molecules-date-input-field\n [control]=\"control\"\n [label]=\"label\"\n [placeholder]=\"placeholder\"\n></molecules-date-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-section-
|
|
20
|
+
args: [{ selector: 'organisms-date-input-section', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'organism section' }, template: "<molecules-date-input-field\n [control]=\"control\"\n [label]=\"label\"\n [placeholder]=\"placeholder\"\n></molecules-date-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-section-2VRh: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-input-section-2VRh);box-sizing:border-box}:host mat-form-field{width:100%}\n"] }]
|
|
21
21
|
}], null, { control: [{
|
|
22
22
|
type: Input
|
|
23
23
|
}], label: [{
|
|
@@ -113,10 +113,10 @@ HeadingOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeadingOrga
|
|
|
113
113
|
i0.ɵɵproperty("ngSwitchCase", 5);
|
|
114
114
|
i0.ɵɵadvance(1);
|
|
115
115
|
i0.ɵɵproperty("ngSwitchCase", 6);
|
|
116
|
-
} }, directives: [i1.NgSwitch, i1.NgSwitchDefault, i1.NgTemplateOutlet, i1.NgSwitchCase], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-
|
|
116
|
+
} }, directives: [i1.NgSwitch, i1.NgSwitchDefault, i1.NgTemplateOutlet, i1.NgSwitchCase], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-r5Fz: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%;box-sizing:border-box;padding:0 var(--horizontal-padding-SCOPED-IN-heading-r5Fz)}"], changeDetection: 0 });
|
|
117
117
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HeadingOrganism, [{
|
|
118
118
|
type: Component,
|
|
119
|
-
args: [{ selector: 'organisms-heading', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template #temp><ng-content></ng-content></ng-template>\n\n<ng-container [ngSwitch]=\"level\">\n <h1 *ngSwitchDefault><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h1>\n <h2 *ngSwitchCase=\"2\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h2>\n <h3 *ngSwitchCase=\"3\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h3>\n <h4 *ngSwitchCase=\"4\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h4>\n <h5 *ngSwitchCase=\"5\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h5>\n <h6 *ngSwitchCase=\"6\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h6>\n</ng-container>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-
|
|
119
|
+
args: [{ selector: 'organisms-heading', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template #temp><ng-content></ng-content></ng-template>\n\n<ng-container [ngSwitch]=\"level\">\n <h1 *ngSwitchDefault><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h1>\n <h2 *ngSwitchCase=\"2\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h2>\n <h3 *ngSwitchCase=\"3\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h3>\n <h4 *ngSwitchCase=\"4\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h4>\n <h5 *ngSwitchCase=\"5\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h5>\n <h6 *ngSwitchCase=\"6\"><ng-container *ngTemplateOutlet=\"temp;\"></ng-container></h6>\n</ng-container>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-r5Fz: var(--horizontal-padding)}:host{display:block;width:100%;box-sizing:border-box;padding:0 var(--horizontal-padding-SCOPED-IN-heading-r5Fz)}\n"] }]
|
|
120
120
|
}], null, { level: [{
|
|
121
121
|
type: Input
|
|
122
122
|
}] }); })();
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { NavigationListOrganism } from './navigation-list.organism';
|
|
2
|
+
export { NavigationListModule } from './navigation-list.module';
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL29yZ2FuaXNtcy9uYXZpZ2F0aW9uLWxpc3QvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDcEUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBOYXZpZ2F0aW9uTGlzdE9yZ2FuaXNtIH0gZnJvbSAnLi9uYXZpZ2F0aW9uLWxpc3Qub3JnYW5pc20nO1xuZXhwb3J0IHsgTmF2aWdhdGlvbkxpc3RNb2R1bGUgfSBmcm9tICcuL25hdmlnYXRpb24tbGlzdC5tb2R1bGUnO1xuIl19
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { MatListModule } from '@angular/material/list';
|
|
4
|
+
import { NavigationListItemModule } from '@ng-atomic/components/molecules/navigation-list-item';
|
|
5
|
+
import { NavigationListOrganism } from './navigation-list.organism';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export class NavigationListModule {
|
|
8
|
+
}
|
|
9
|
+
NavigationListModule.ɵfac = function NavigationListModule_Factory(t) { return new (t || NavigationListModule)(); };
|
|
10
|
+
NavigationListModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: NavigationListModule });
|
|
11
|
+
NavigationListModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
|
|
12
|
+
CommonModule,
|
|
13
|
+
// Materials
|
|
14
|
+
MatListModule,
|
|
15
|
+
// Molecules
|
|
16
|
+
NavigationListItemModule,
|
|
17
|
+
]] });
|
|
18
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NavigationListModule, [{
|
|
19
|
+
type: NgModule,
|
|
20
|
+
args: [{
|
|
21
|
+
declarations: [NavigationListOrganism],
|
|
22
|
+
imports: [
|
|
23
|
+
CommonModule,
|
|
24
|
+
// Materials
|
|
25
|
+
MatListModule,
|
|
26
|
+
// Molecules
|
|
27
|
+
NavigationListItemModule,
|
|
28
|
+
],
|
|
29
|
+
exports: [NavigationListOrganism]
|
|
30
|
+
}]
|
|
31
|
+
}], null, null); })();
|
|
32
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(NavigationListModule, { declarations: [NavigationListOrganism], imports: [CommonModule,
|
|
33
|
+
// Materials
|
|
34
|
+
MatListModule,
|
|
35
|
+
// Molecules
|
|
36
|
+
NavigationListItemModule], exports: [NavigationListOrganism] }); })();
|
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1saXN0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL25hdmlnYXRpb24tbGlzdC9uYXZpZ2F0aW9uLWxpc3QubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxzREFBc0QsQ0FBQztBQUVoRyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7QUFhcEUsTUFBTSxPQUFPLG9CQUFvQjs7d0ZBQXBCLG9CQUFvQjtzRUFBcEIsb0JBQW9COzBFQVR0QjtZQUNQLFlBQVk7WUFDWixZQUFZO1lBQ1osYUFBYTtZQUNiLFlBQVk7WUFDWix3QkFBd0I7U0FDekI7dUZBR1Usb0JBQW9CO2NBWGhDLFFBQVE7ZUFBQztnQkFDUixZQUFZLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztnQkFDdEMsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osWUFBWTtvQkFDWixhQUFhO29CQUNiLFlBQVk7b0JBQ1osd0JBQXdCO2lCQUN6QjtnQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQzthQUNsQzs7d0ZBQ1ksb0JBQW9CLG1CQVZoQixzQkFBc0IsYUFFbkMsWUFBWTtRQUNaLFlBQVk7UUFDWixhQUFhO1FBQ2IsWUFBWTtRQUNaLHdCQUF3QixhQUVoQixzQkFBc0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1hdExpc3RNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9saXN0JztcbmltcG9ydCB7IE5hdmlnYXRpb25MaXN0SXRlbU1vZHVsZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9tb2xlY3VsZXMvbmF2aWdhdGlvbi1saXN0LWl0ZW0nO1xuXG5pbXBvcnQgeyBOYXZpZ2F0aW9uTGlzdE9yZ2FuaXNtIH0gZnJvbSAnLi9uYXZpZ2F0aW9uLWxpc3Qub3JnYW5pc20nO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtOYXZpZ2F0aW9uTGlzdE9yZ2FuaXNtXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICAvLyBNYXRlcmlhbHNcbiAgICBNYXRMaXN0TW9kdWxlLFxuICAgIC8vIE1vbGVjdWxlc1xuICAgIE5hdmlnYXRpb25MaXN0SXRlbU1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW05hdmlnYXRpb25MaXN0T3JnYW5pc21dXG59KVxuZXhwb3J0IGNsYXNzIE5hdmlnYXRpb25MaXN0TW9kdWxlIHsgfVxuIl19
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Component, ChangeDetectionStrategy, Input, Output, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/material/list";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "@ng-atomic/components/molecules/navigation-list-item";
|
|
6
|
+
function NavigationListOrganism_molecules_navigation_list_item_1_Template(rf, ctx) { if (rf & 1) {
|
|
7
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
8
|
+
i0.ɵɵelementStart(0, "molecules-navigation-list-item", 2);
|
|
9
|
+
i0.ɵɵlistener("click", function NavigationListOrganism_molecules_navigation_list_item_1_Template_molecules_navigation_list_item_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r3); const item_r1 = restoredCtx.$implicit; const ctx_r2 = i0.ɵɵnextContext(); return ctx_r2.action.emit(item_r1.id); });
|
|
10
|
+
i0.ɵɵelementEnd();
|
|
11
|
+
} if (rf & 2) {
|
|
12
|
+
const item_r1 = ctx.$implicit;
|
|
13
|
+
i0.ɵɵproperty("item", item_r1);
|
|
14
|
+
} }
|
|
15
|
+
export class NavigationListOrganism {
|
|
16
|
+
constructor() {
|
|
17
|
+
this.items = [];
|
|
18
|
+
this.action = new EventEmitter();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
NavigationListOrganism.ɵfac = function NavigationListOrganism_Factory(t) { return new (t || NavigationListOrganism)(); };
|
|
22
|
+
NavigationListOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NavigationListOrganism, selectors: [["organisms-navigation-list"]], inputs: { items: "items" }, outputs: { action: "action" }, decls: 2, vars: 2, consts: [[3, "multiple"], [3, "item", "click", 4, "ngFor", "ngForOf"], [3, "item", "click"]], template: function NavigationListOrganism_Template(rf, ctx) { if (rf & 1) {
|
|
23
|
+
i0.ɵɵelementStart(0, "mat-selection-list", 0);
|
|
24
|
+
i0.ɵɵtemplate(1, NavigationListOrganism_molecules_navigation_list_item_1_Template, 1, 1, "molecules-navigation-list-item", 1);
|
|
25
|
+
i0.ɵɵelementEnd();
|
|
26
|
+
} if (rf & 2) {
|
|
27
|
+
i0.ɵɵproperty("multiple", false);
|
|
28
|
+
i0.ɵɵadvance(1);
|
|
29
|
+
i0.ɵɵproperty("ngForOf", ctx.items);
|
|
30
|
+
} }, directives: [i1.MatSelectionList, i2.NgForOf, i3.NavigationListItemMolecule], styles: ["[_nghost-%COMP%]{--primary-color: #3f51b5;--primary-color-SCOPED-IN-navigation-list-QgMr: var(--primary-color);--secondary-color: #3f51b5;--secondary-color-SCOPED-IN-navigation-list-QgMr: var(--secondary-color);--color: white;--color-SCOPED-IN-navigation-list-QgMr: var(--color)}[_nghost-%COMP%]{display:block;width:100%;height:100%;background:var(--primary-color-SCOPED-IN-navigation-list-QgMr);color:var(--color-SCOPED-IN-navigation-list-QgMr);box-sizing:border-box}[_nghost-%COMP%] .mat-list-item[_ngcontent-%COMP%]{height:3rem!important}[_nghost-%COMP%] .mat-list-item .mat-list-item-content{display:flex;align-items:center;grid-gap:8px;padding-top:8px;padding-bottom:8px;cursor:pointer;color:var(--color-SCOPED-IN-navigation-list-QgMr);font-size:12px}[_nghost-%COMP%] .mat-list-item .mat-list-text{padding-left:8px!important}"], changeDetection: 0 });
|
|
31
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NavigationListOrganism, [{
|
|
32
|
+
type: Component,
|
|
33
|
+
args: [{ selector: 'organisms-navigation-list', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-selection-list [multiple]=\"false\">\n <molecules-navigation-list-item\n *ngFor=\"let item of items\" \n [item]=\"item\"\n (click)=\"action.emit(item.id)\"\n ></molecules-navigation-list-item>\n</mat-selection-list>", styles: [":host{--primary-color: #3f51b5;--primary-color-SCOPED-IN-navigation-list-QgMr: var(--primary-color);--secondary-color: #3f51b5;--secondary-color-SCOPED-IN-navigation-list-QgMr: var(--secondary-color);--color: white;--color-SCOPED-IN-navigation-list-QgMr: var(--color)}:host{display:block;width:100%;height:100%;background:var(--primary-color-SCOPED-IN-navigation-list-QgMr);color:var(--color-SCOPED-IN-navigation-list-QgMr);box-sizing:border-box}:host .mat-list-item{height:3rem!important}:host ::ng-deep .mat-list-item .mat-list-item-content{display:flex;align-items:center;grid-gap:8px;padding-top:8px;padding-bottom:8px;cursor:pointer;color:var(--color-SCOPED-IN-navigation-list-QgMr);font-size:12px}:host ::ng-deep .mat-list-item .mat-list-text{padding-left:8px!important}\n"] }]
|
|
34
|
+
}], null, { items: [{
|
|
35
|
+
type: Input
|
|
36
|
+
}], action: [{
|
|
37
|
+
type: Output
|
|
38
|
+
}] }); })();
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1saXN0Lm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9vcmdhbmlzbXMvbmF2aWdhdGlvbi1saXN0L25hdmlnYXRpb24tbGlzdC5vcmdhbmlzbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL25hdmlnYXRpb24tbGlzdC9uYXZpZ2F0aW9uLWxpc3Qub3JnYW5pc20uaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLHVCQUF1QixFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7O0lDQzlGLHlEQUlDO0lBREMsaVJBQVMsOEJBQW9CLElBQUM7SUFDL0IsaUJBQWlDOzs7SUFGaEMsOEJBQWE7O0FETWpCLE1BQU0sT0FBTyxzQkFBc0I7SUFObkM7UUFRRSxVQUFLLEdBQWlCLEVBQUUsQ0FBQztRQUd6QixXQUFNLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztLQUNyQzs7NEZBTlksc0JBQXNCO3lFQUF0QixzQkFBc0I7UUNUbkMsNkNBQXVDO1FBQ3JDLDZIQUlrQztRQUNwQyxpQkFBcUI7O1FBTkQsZ0NBQWtCO1FBRWpCLGVBQVE7UUFBUixtQ0FBUTs7dUZET2hCLHNCQUFzQjtjQU5sQyxTQUFTOzJCQUNFLDJCQUEyQixtQkFHcEIsdUJBQXVCLENBQUMsTUFBTTtnQkFJL0MsS0FBSztrQkFESixLQUFLO1lBSU4sTUFBTTtrQkFETCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgSW5wdXQsIE91dHB1dCwgRXZlbnRFbWl0dGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBY3Rpb25JdGVtIH0gZnJvbSAnQG5nLWF0b21pYy9jb21tb24vbW9kZWxzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnb3JnYW5pc21zLW5hdmlnYXRpb24tbGlzdCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9uYXZpZ2F0aW9uLWxpc3Qub3JnYW5pc20uaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL25hdmlnYXRpb24tbGlzdC5vcmdhbmlzbS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBOYXZpZ2F0aW9uTGlzdE9yZ2FuaXNtIHtcbiAgQElucHV0KClcbiAgaXRlbXM6IEFjdGlvbkl0ZW1bXSA9IFtdO1xuXG4gIEBPdXRwdXQoKVxuICBhY3Rpb24gPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKTtcbn1cbiIsIjxtYXQtc2VsZWN0aW9uLWxpc3QgW211bHRpcGxlXT1cImZhbHNlXCI+XG4gIDxtb2xlY3VsZXMtbmF2aWdhdGlvbi1saXN0LWl0ZW1cbiAgICAqbmdGb3I9XCJsZXQgaXRlbSBvZiBpdGVtc1wiIFxuICAgIFtpdGVtXT1cIml0ZW1cIlxuICAgIChjbGljayk9XCJhY3Rpb24uZW1pdChpdGVtLmlkKVwiXG4gID48L21vbGVjdWxlcy1uYXZpZ2F0aW9uLWxpc3QtaXRlbT5cbjwvbWF0LXNlbGVjdGlvbi1saXN0PiJdfQ==
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLW5hdmlnYXRpb24tbGlzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL25hdmlnYXRpb24tbGlzdC9uZy1hdG9taWMtY29tcG9uZW50cy1vcmdhbmlzbXMtbmF2aWdhdGlvbi1saXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -43,10 +43,10 @@ NavigatorOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Navigator
|
|
|
43
43
|
i0.ɵɵtextInterpolate(ctx.description || "");
|
|
44
44
|
i0.ɵɵadvance(2);
|
|
45
45
|
i0.ɵɵproperty("actionItems", ctx.actionItems);
|
|
46
|
-
} }, directives: [i1.MatToolbar, i2.NgIf, i3.MatButton, i4.MatIcon, i5.SmartMenuButtonAtom], styles: ["[_nghost-%COMP%]{--height: 64px;--height-SCOPED-IN-navigator-
|
|
46
|
+
} }, directives: [i1.MatToolbar, i2.NgIf, i3.MatButton, i4.MatIcon, i5.SmartMenuButtonAtom], styles: ["[_nghost-%COMP%]{--height: 64px;--height-SCOPED-IN-navigator-Juvi: var(--height)}[_nghost-%COMP%]{display:block;width:100%;height:var(--height-SCOPED-IN-navigator-Juvi)}[_nghost-%COMP%] div.text[_ngcontent-%COMP%]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}[_nghost-%COMP%] div.text[_ngcontent-%COMP%] .description[_ngcontent-%COMP%]{line-height:1em;font-size:12px;margin-bottom:8px;margin-left:4px}[_nghost-%COMP%] mat-toolbar[_ngcontent-%COMP%]{display:flex;width:100%;height:100%;justify-content:space-between;align-items:center}[_nghost-%COMP%] div[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center}"], changeDetection: 0 });
|
|
47
47
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NavigatorOrganism, [{
|
|
48
48
|
type: Component,
|
|
49
|
-
args: [{ selector: 'organisms-navigator', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-toolbar color=\"primary\">\n <div>\n <button mat-icon-button *ngIf=\"canBack\" (click)=\"backButtonClick.emit()\">\n <mat-icon>arrow_back</mat-icon>\n </button>\n <div class=\"text\">\n <span class=\"title\">{{ title || '' }}</span>\n <span class=\"description\">{{ description || '' }}</span>\n </div>\n </div>\n <div>\n <atoms-smart-menu-button\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n ></atoms-smart-menu-button>\n </div>\n</mat-toolbar>\n", styles: [":host{--height: 64px;--height-SCOPED-IN-navigator-
|
|
49
|
+
args: [{ selector: 'organisms-navigator', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-toolbar color=\"primary\">\n <div>\n <button mat-icon-button *ngIf=\"canBack\" (click)=\"backButtonClick.emit()\">\n <mat-icon>arrow_back</mat-icon>\n </button>\n <div class=\"text\">\n <span class=\"title\">{{ title || '' }}</span>\n <span class=\"description\">{{ description || '' }}</span>\n </div>\n </div>\n <div>\n <atoms-smart-menu-button\n [actionItems]=\"actionItems\"\n (actionItemClick)=\"actionItemClick.emit($event)\"\n ></atoms-smart-menu-button>\n </div>\n</mat-toolbar>\n", styles: [":host{--height: 64px;--height-SCOPED-IN-navigator-Juvi: var(--height)}:host{display:block;width:100%;height:var(--height-SCOPED-IN-navigator-Juvi)}:host div.text{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}:host div.text .description{line-height:1em;font-size:12px;margin-bottom:8px;margin-left:4px}:host mat-toolbar{display:flex;width:100%;height:100%;justify-content:space-between;align-items:center}:host div{display:flex;justify-content:center;align-items:center}\n"] }]
|
|
50
50
|
}], null, { canBack: [{
|
|
51
51
|
type: Input
|
|
52
52
|
}], title: [{
|
|
@@ -14,10 +14,10 @@ SelectInputSectionOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
|
|
|
14
14
|
i0.ɵɵelement(0, "molecules-select-input-field", 0);
|
|
15
15
|
} if (rf & 2) {
|
|
16
16
|
i0.ɵɵproperty("label", ctx.label)("control", ctx.control)("options", ctx.options);
|
|
17
|
-
} }, directives: [i1.SelectInputFieldMolecule], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-section-
|
|
17
|
+
} }, directives: [i1.SelectInputFieldMolecule], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-section-XIAO: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-select-input-section-XIAO);box-sizing:border-box}[_nghost-%COMP%] .molecule.input-field[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
|
|
18
18
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectInputSectionOrganism, [{
|
|
19
19
|
type: Component,
|
|
20
|
-
args: [{ selector: 'organisms-select-input-section', changeDetection: ChangeDetectionStrategy.OnPush, template: "<molecules-select-input-field\n [label]=\"label\"\n [control]=\"control\"\n [options]=\"options\"\n></molecules-select-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-section-
|
|
20
|
+
args: [{ selector: 'organisms-select-input-section', changeDetection: ChangeDetectionStrategy.OnPush, template: "<molecules-select-input-field\n [label]=\"label\"\n [control]=\"control\"\n [options]=\"options\"\n></molecules-select-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-section-XIAO: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-select-input-section-XIAO);box-sizing:border-box}:host .molecule.input-field{width:100%}\n"] }]
|
|
21
21
|
}], null, { label: [{
|
|
22
22
|
type: Input
|
|
23
23
|
}], control: [{
|