@ng-atomic/components 3.2.10 → 3.3.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.frame.mjs +2 -2
- package/esm2020/frames/line-up-v2/line-up.frame.mjs +2 -2
- package/esm2020/frames/overlay/overlay.frame.mjs +2 -2
- package/esm2020/frames/overlay-v2/overlay.frame.mjs +2 -2
- 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-v2.mjs +2 -2
- package/fesm2015/ng-atomic-components-frames-line-up.mjs +2 -2
- package/fesm2015/ng-atomic-components-frames-overlay-v2.mjs +2 -2
- package/fesm2015/ng-atomic-components-frames-overlay.mjs +2 -2
- 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-v2.mjs +2 -2
- package/fesm2020/ng-atomic-components-frames-line-up.mjs +2 -2
- package/fesm2020/ng-atomic-components-frames-overlay-v2.mjs +2 -2
- package/fesm2020/ng-atomic-components-frames-overlay.mjs +2 -2
- 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/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 +27 -11
- 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/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-organisms-menu.mjs +0 -96
- package/fesm2015/ng-atomic-components-organisms-menu.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/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
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { MatIconRegistry } from '@angular/material/icon';
|
|
2
|
+
import { Observable, ReplaySubject } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class IconAtom {
|
|
5
|
+
private registry;
|
|
6
|
+
name$: ReplaySubject<string>;
|
|
7
|
+
hasSvgIcon$: Observable<boolean>;
|
|
8
|
+
set name(_name: string);
|
|
9
|
+
color?: string;
|
|
10
|
+
constructor(registry: MatIconRegistry);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconAtom, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconAtom, "atoms-icon", never, { "name": "name"; "color": "color"; }, {}, never, never>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=icon.atom.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon.atom.d.ts","sourceRoot":"","sources":["../../../../../libs/components/src/atoms/icon/icon.atom.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAmB,UAAU,EAAM,aAAa,EAAa,MAAM,MAAM,CAAC;;AAGjF,qBAMa,QAAQ;IAkBP,OAAO,CAAC,QAAQ;IAhB5B,KAAK,wBAAgC;IACrC,WAAW,EAAE,UAAU,CAAC,OAAO,CAAC,CAI9B;IAEF,IACI,IAAI,CAAC,KAAK,EAAE,MAAM,EAErB;IAID,KAAK,CAAC,EAAE,MAAM,CAAC;gBAEK,QAAQ,EAAE,eAAe;yCAlBlC,QAAQ;2CAAR,QAAQ;CAoBpB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./icon.atom";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
export declare class IconModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IconModule, [typeof i1.IconAtom], [typeof i2.CommonModule, typeof i3.MatIconModule], [typeof i1.IconAtom]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IconModule>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=icon.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon.module.d.ts","sourceRoot":"","sources":["../../../../../libs/components/src/atoms/icon/icon.module.ts"],"names":[],"mappings":";;;;AAOA,qBAaa,UAAU;yCAAV,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAAI"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/components/src/atoms/icon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ng-atomic-components-atoms-icon.d.ts","sourceRoot":"","sources":["../../../../../libs/components/src/atoms/icon/ng-atomic-components-atoms-icon.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"module": "../../fesm2015/ng-atomic-components-atoms-icon.mjs",
|
|
3
|
+
"es2020": "../../fesm2020/ng-atomic-components-atoms-icon.mjs",
|
|
4
|
+
"esm2020": "../../esm2020/atoms/icon/ng-atomic-components-atoms-icon.mjs",
|
|
5
|
+
"fesm2020": "../../fesm2020/ng-atomic-components-atoms-icon.mjs",
|
|
6
|
+
"fesm2015": "../../fesm2015/ng-atomic-components-atoms-icon.mjs",
|
|
7
|
+
"typings": "ng-atomic-components-atoms-icon.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"name": "@ng-atomic/components/atoms/icon"
|
|
10
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { Component, ChangeDetectionStrategy, Input, HostBinding } from '@angular/core';
|
|
2
|
+
import { MatIconRegistry } from '@angular/material/icon';
|
|
3
|
+
import { catchError, map, of, ReplaySubject, switchMap } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/material/icon";
|
|
6
|
+
import * as i2 from "@angular/common";
|
|
7
|
+
function IconAtom_mat_icon_0_Template(rf, ctx) { if (rf & 1) {
|
|
8
|
+
i0.ɵɵelement(0, "mat-icon", 2);
|
|
9
|
+
i0.ɵɵpipe(1, "async");
|
|
10
|
+
} if (rf & 2) {
|
|
11
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
12
|
+
i0.ɵɵproperty("svgIcon", i0.ɵɵpipeBind1(1, 1, ctx_r0.name$));
|
|
13
|
+
} }
|
|
14
|
+
function IconAtom_mat_icon_2_Template(rf, ctx) { if (rf & 1) {
|
|
15
|
+
i0.ɵɵelementStart(0, "mat-icon");
|
|
16
|
+
i0.ɵɵtext(1);
|
|
17
|
+
i0.ɵɵpipe(2, "async");
|
|
18
|
+
i0.ɵɵelementEnd();
|
|
19
|
+
} if (rf & 2) {
|
|
20
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
21
|
+
i0.ɵɵadvance(1);
|
|
22
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r1.name$));
|
|
23
|
+
} }
|
|
24
|
+
export class IconAtom {
|
|
25
|
+
constructor(registry) {
|
|
26
|
+
this.registry = registry;
|
|
27
|
+
this.name$ = new ReplaySubject(1);
|
|
28
|
+
this.hasSvgIcon$ = this.name$.pipe(switchMap((name) => this.registry.getNamedSvgIcon(name)), map(svgIcon => !!svgIcon), catchError(() => of(false)));
|
|
29
|
+
}
|
|
30
|
+
set name(_name) {
|
|
31
|
+
this.name$.next(_name);
|
|
32
|
+
}
|
|
33
|
+
;
|
|
34
|
+
}
|
|
35
|
+
IconAtom.ɵfac = function IconAtom_Factory(t) { return new (t || IconAtom)(i0.ɵɵdirectiveInject(i1.MatIconRegistry)); };
|
|
36
|
+
IconAtom.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: IconAtom, selectors: [["atoms-icon"]], hostVars: 2, hostBindings: function IconAtom_HostBindings(rf, ctx) { if (rf & 2) {
|
|
37
|
+
i0.ɵɵstyleProp("--color", ctx.color);
|
|
38
|
+
} }, inputs: { name: "name", color: "color" }, decls: 4, vars: 6, consts: [[3, "svgIcon", 4, "ngIf"], [4, "ngIf"], [3, "svgIcon"]], template: function IconAtom_Template(rf, ctx) { if (rf & 1) {
|
|
39
|
+
i0.ɵɵtemplate(0, IconAtom_mat_icon_0_Template, 2, 3, "mat-icon", 0);
|
|
40
|
+
i0.ɵɵpipe(1, "async");
|
|
41
|
+
i0.ɵɵtemplate(2, IconAtom_mat_icon_2_Template, 3, 3, "mat-icon", 1);
|
|
42
|
+
i0.ɵɵpipe(3, "async");
|
|
43
|
+
} if (rf & 2) {
|
|
44
|
+
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(1, 2, ctx.hasSvgIcon$));
|
|
45
|
+
i0.ɵɵadvance(2);
|
|
46
|
+
i0.ɵɵproperty("ngIf", !i0.ɵɵpipeBind1(3, 4, ctx.hasSvgIcon$));
|
|
47
|
+
} }, directives: [i2.NgIf, i1.MatIcon], pipes: [i2.AsyncPipe], styles: ["[_nghost-%COMP%]{display:block;--color: inherit;--color-SCOPED-IN-icon-aTyc: var(--color)}[_nghost-%COMP%] mat-icon[_ngcontent-%COMP%]{color:var(--color-SCOPED-IN-icon-aTyc)}"], changeDetection: 0 });
|
|
48
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IconAtom, [{
|
|
49
|
+
type: Component,
|
|
50
|
+
args: [{ selector: 'atoms-icon', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-icon\n *ngIf=\"hasSvgIcon$ | async\"\n [svgIcon]=\"name$ | async\"\n></mat-icon>\n<mat-icon\n *ngIf=\"!(hasSvgIcon$ | async)\"\n>{{ name$ | async }}</mat-icon>\n", styles: [":host{display:block;--color: inherit;--color-SCOPED-IN-icon-aTyc: var(--color)}:host mat-icon{color:var(--color-SCOPED-IN-icon-aTyc)}\n"] }]
|
|
51
|
+
}], function () { return [{ type: i1.MatIconRegistry }]; }, { name: [{
|
|
52
|
+
type: Input
|
|
53
|
+
}], color: [{
|
|
54
|
+
type: HostBinding,
|
|
55
|
+
args: ['style.--color']
|
|
56
|
+
}, {
|
|
57
|
+
type: Input
|
|
58
|
+
}] }); })();
|
|
59
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5hdG9tLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9hdG9tcy9pY29uL2ljb24uYXRvbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvYXRvbXMvaWNvbi9pY29uLmF0b20uaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLHVCQUF1QixFQUFFLEtBQUssRUFBRyxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDeEYsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxVQUFVLEVBQUUsR0FBRyxFQUFjLEVBQUUsRUFBRSxhQUFhLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFDOzs7OztJQ0ZqRiw4QkFHWTs7OztJQURWLDREQUF5Qjs7O0lBRTNCLGdDQUVDO0lBQUEsWUFBbUI7O0lBQUEsaUJBQVc7OztJQUE5QixlQUFtQjtJQUFuQix3REFBbUI7O0FES3BCLE1BQU0sT0FBTyxRQUFRO0lBa0JuQixZQUFvQixRQUF5QjtRQUF6QixhQUFRLEdBQVIsUUFBUSxDQUFpQjtRQWhCN0MsVUFBSyxHQUFHLElBQUksYUFBYSxDQUFTLENBQUMsQ0FBQyxDQUFDO1FBQ3JDLGdCQUFXLEdBQXdCLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUNoRCxTQUFTLENBQUMsQ0FBQyxJQUFZLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxDQUFDLEVBQ2hFLEdBQUcsQ0FBQyxPQUFPLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUMsRUFDekIsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUM1QixDQUFDO0lBVytDLENBQUM7SUFUbEQsSUFDSSxJQUFJLENBQUMsS0FBYTtRQUNwQixJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQTtJQUN4QixDQUFDO0lBQUEsQ0FBQzs7Z0VBWlMsUUFBUTsyREFBUixRQUFROzs7UUNYckIsbUVBR1k7O1FBQ1osbUVBRStCOzs7UUFMNUIsNERBQXlCO1FBSXpCLGVBQTRCO1FBQTVCLDZEQUE0Qjs7dUZETWxCLFFBQVE7Y0FOcEIsU0FBUzsyQkFDRSxZQUFZLG1CQUdMLHVCQUF1QixDQUFDLE1BQU07a0VBWTNDLElBQUk7a0JBRFAsS0FBSztZQU9OLEtBQUs7a0JBRkosV0FBVzttQkFBQyxlQUFlOztrQkFDM0IsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIElucHV0LCAgSG9zdEJpbmRpbmcgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdEljb25SZWdpc3RyeSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xuaW1wb3J0IHsgY2F0Y2hFcnJvciwgbWFwLCBPYnNlcnZhYmxlLCBvZiwgUmVwbGF5U3ViamVjdCwgc3dpdGNoTWFwIH0gZnJvbSAncnhqcyc7XG5cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXRvbXMtaWNvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9pY29uLmF0b20uaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2ljb24uYXRvbS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIEljb25BdG9tIHtcblxuICBuYW1lJCA9IG5ldyBSZXBsYXlTdWJqZWN0PHN0cmluZz4oMSk7XG4gIGhhc1N2Z0ljb24kOiBPYnNlcnZhYmxlPGJvb2xlYW4+ID0gdGhpcy5uYW1lJC5waXBlKFxuICAgIHN3aXRjaE1hcCgobmFtZTogc3RyaW5nKSA9PiB0aGlzLnJlZ2lzdHJ5LmdldE5hbWVkU3ZnSWNvbihuYW1lKSksXG4gICAgbWFwKHN2Z0ljb24gPT4gISFzdmdJY29uKSxcbiAgICBjYXRjaEVycm9yKCgpID0+IG9mKGZhbHNlKSksXG4gICk7XG5cbiAgQElucHV0KClcbiAgc2V0IG5hbWUoX25hbWU6IHN0cmluZykge1xuICAgIHRoaXMubmFtZSQubmV4dChfbmFtZSlcbiAgfTtcblxuICBASG9zdEJpbmRpbmcoJ3N0eWxlLi0tY29sb3InKVxuICBASW5wdXQoKVxuICBjb2xvcj86IHN0cmluZztcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlZ2lzdHJ5OiBNYXRJY29uUmVnaXN0cnkpIHsgfVxuXG59XG4iLCI8bWF0LWljb25cbiAgKm5nSWY9XCJoYXNTdmdJY29uJCB8IGFzeW5jXCJcbiAgW3N2Z0ljb25dPVwibmFtZSQgfCBhc3luY1wiXG4+PC9tYXQtaWNvbj5cbjxtYXQtaWNvblxuICAqbmdJZj1cIiEoaGFzU3ZnSWNvbiQgfCBhc3luYylcIlxuPnt7IG5hbWUkIHwgYXN5bmMgfX08L21hdC1pY29uPlxuIl19
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { MatIconModule } from '@angular/material/icon';
|
|
4
|
+
import { IconAtom } from './icon.atom';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export class IconModule {
|
|
7
|
+
}
|
|
8
|
+
IconModule.ɵfac = function IconModule_Factory(t) { return new (t || IconModule)(); };
|
|
9
|
+
IconModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: IconModule });
|
|
10
|
+
IconModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
|
|
11
|
+
CommonModule,
|
|
12
|
+
// Material
|
|
13
|
+
MatIconModule,
|
|
14
|
+
]] });
|
|
15
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IconModule, [{
|
|
16
|
+
type: NgModule,
|
|
17
|
+
args: [{
|
|
18
|
+
declarations: [
|
|
19
|
+
IconAtom
|
|
20
|
+
],
|
|
21
|
+
imports: [
|
|
22
|
+
CommonModule,
|
|
23
|
+
// Material
|
|
24
|
+
MatIconModule,
|
|
25
|
+
],
|
|
26
|
+
exports: [
|
|
27
|
+
IconAtom
|
|
28
|
+
]
|
|
29
|
+
}]
|
|
30
|
+
}], null, null); })();
|
|
31
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(IconModule, { declarations: [IconAtom], imports: [CommonModule,
|
|
32
|
+
// Material
|
|
33
|
+
MatIconModule], exports: [IconAtom] }); })();
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL2F0b21zL2ljb24vaWNvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxhQUFhLENBQUM7O0FBaUJ2QyxNQUFNLE9BQU8sVUFBVTs7b0VBQVYsVUFBVTs0REFBVixVQUFVO2dFQVRaO1lBQ1AsWUFBWTtZQUNaLFdBQVc7WUFDWCxhQUFhO1NBQ2Q7dUZBS1UsVUFBVTtjQWJ0QixRQUFRO2VBQUM7Z0JBQ1IsWUFBWSxFQUFFO29CQUNaLFFBQVE7aUJBQ1Q7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osV0FBVztvQkFDWCxhQUFhO2lCQUNkO2dCQUNELE9BQU8sRUFBRTtvQkFDUCxRQUFRO2lCQUNUO2FBQ0Y7O3dGQUNZLFVBQVUsbUJBWG5CLFFBQVEsYUFHUixZQUFZO1FBQ1osV0FBVztRQUNYLGFBQWEsYUFHYixRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBNYXRJY29uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbic7XG5pbXBvcnQgeyBJY29uQXRvbSB9IGZyb20gJy4vaWNvbi5hdG9tJztcblxuXG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIEljb25BdG9tXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgLy8gTWF0ZXJpYWxcbiAgICBNYXRJY29uTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSWNvbkF0b21cbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBJY29uTW9kdWxlIHsgfVxuIl19
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { IconAtom } from './icon.atom';
|
|
2
|
+
export { IconModule } from './icon.module';
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL2F0b21zL2ljb24vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUN2QyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSWNvbkF0b20gfSBmcm9tICcuL2ljb24uYXRvbSc7XG5leHBvcnQgeyBJY29uTW9kdWxlIH0gZnJvbSAnLi9pY29uLm1vZHVsZSc7XG4iXX0=
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtYXRvbXMtaWNvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvYXRvbXMvaWNvbi9uZy1hdG9taWMtY29tcG9uZW50cy1hdG9tcy1pY29uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -7,9 +7,9 @@ AutoLayoutFrame.ɵfac = function AutoLayoutFrame_Factory(t) { return new (t || A
|
|
|
7
7
|
AutoLayoutFrame.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AutoLayoutFrame, selectors: [["frames-auto-layout"]], ngContentSelectors: _c0, decls: 1, vars: 0, template: function AutoLayoutFrame_Template(rf, ctx) { if (rf & 1) {
|
|
8
8
|
i0.ɵɵprojectionDef();
|
|
9
9
|
i0.ɵɵprojection(0);
|
|
10
|
-
} }, styles: ["[_nghost-%COMP%]{--gap: 24px;--gap-SCOPED-IN-auto-layout-
|
|
10
|
+
} }, styles: ["[_nghost-%COMP%]{--gap: 24px;--gap-SCOPED-IN-auto-layout-KBdo: var(--gap);--vertical-padding: 24px;--vertical-padding-SCOPED-IN-auto-layout-KBdo: var(--vertical-padding)}[_nghost-%COMP%]{display:flex;width:100%;height:100%;justify-content:center;grid-gap:var(--gap-SCOPED-IN-auto-layout-KBdo);gap:var(--gap-SCOPED-IN-auto-layout-KBdo);box-sizing:border-box;padding:var(--vertical-padding-SCOPED-IN-auto-layout-KBdo) 0}[horizontal][_nghost-%COMP%]{flex-direction:row}[vertical][_nghost-%COMP%]{flex-direction:column}"], changeDetection: 0 });
|
|
11
11
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AutoLayoutFrame, [{
|
|
12
12
|
type: Component,
|
|
13
|
-
args: [{ selector: 'frames-auto-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>", styles: [":host{--gap: 24px;--gap-SCOPED-IN-auto-layout-
|
|
13
|
+
args: [{ selector: 'frames-auto-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>", styles: [":host{--gap: 24px;--gap-SCOPED-IN-auto-layout-KBdo: var(--gap);--vertical-padding: 24px;--vertical-padding-SCOPED-IN-auto-layout-KBdo: var(--vertical-padding)}:host{display:flex;width:100%;height:100%;justify-content:center;grid-gap:var(--gap-SCOPED-IN-auto-layout-KBdo);gap:var(--gap-SCOPED-IN-auto-layout-KBdo);box-sizing:border-box;padding:var(--vertical-padding-SCOPED-IN-auto-layout-KBdo) 0}:host[horizontal]{flex-direction:row}:host[vertical]{flex-direction:column}\n"] }]
|
|
14
14
|
}], null, null); })();
|
|
15
15
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0by1sYXlvdXQuZnJhbWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL2ZyYW1lcy9hdXRvLWxheW91dC9hdXRvLWxheW91dC5mcmFtZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvZnJhbWVzL2F1dG8tbGF5b3V0L2F1dG8tbGF5b3V0LmZyYW1lLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBUW5FLE1BQU0sT0FBTyxlQUFlOzs4RUFBZixlQUFlO2tFQUFmLGVBQWU7O1FDUjVCLGtCQUF5Qjs7dUZEUVosZUFBZTtjQU4zQixTQUFTOzJCQUNFLG9CQUFvQixtQkFHYix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdmcmFtZXMtYXV0by1sYXlvdXQnLFxuICB0ZW1wbGF0ZVVybDogJy4vYXV0by1sYXlvdXQuZnJhbWUuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2F1dG8tbGF5b3V0LmZyYW1lLnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEF1dG9MYXlvdXRGcmFtZSB7IH1cbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD4iXX0=
|
|
@@ -32,10 +32,10 @@ DrawerFrame.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DrawerFrame, se
|
|
|
32
32
|
i0.ɵɵelementEnd()();
|
|
33
33
|
} if (rf & 2) {
|
|
34
34
|
i0.ɵɵproperty("autosize", false);
|
|
35
|
-
} }, directives: [i1.MatDrawerContainer, i1.MatDrawer, i1.MatDrawerContent], styles: ["[_nghost-%COMP%]{--content-width: 360px;--content-width-SCOPED-IN-drawer-
|
|
35
|
+
} }, directives: [i1.MatDrawerContainer, i1.MatDrawer, i1.MatDrawerContent], styles: ["[_nghost-%COMP%]{--content-width: 360px;--content-width-SCOPED-IN-drawer-F8Z8: var(--content-width)}[_nghost-%COMP%] mat-drawer-content[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
|
|
36
36
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrawerFrame, [{
|
|
37
37
|
type: Component,
|
|
38
|
-
args: [{ selector: 'frames-drawer', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-drawer-container [autosize]=\"false\">\n <mat-drawer #drawer mode=\"side\">\n <ng-content select=[drawer]></ng-content>\n </mat-drawer>\n\n <mat-drawer-content>\n <ng-content select=[contents]></ng-content>\n </mat-drawer-content>\n \n</mat-drawer-container>", styles: [":host{--content-width: 360px;--content-width-SCOPED-IN-drawer-
|
|
38
|
+
args: [{ selector: 'frames-drawer', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-drawer-container [autosize]=\"false\">\n <mat-drawer #drawer mode=\"side\">\n <ng-content select=[drawer]></ng-content>\n </mat-drawer>\n\n <mat-drawer-content>\n <ng-content select=[contents]></ng-content>\n </mat-drawer-content>\n \n</mat-drawer-container>", styles: [":host{--content-width: 360px;--content-width-SCOPED-IN-drawer-F8Z8: var(--content-width)}:host mat-drawer-content{width:100%}\n"] }]
|
|
39
39
|
}], null, { drawer: [{
|
|
40
40
|
type: ViewChild,
|
|
41
41
|
args: [MatDrawer]
|
|
@@ -63,10 +63,10 @@ LineUpFrame.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LineUpFrame, se
|
|
|
63
63
|
i0.ɵɵproperty("@visibleHidden", ctx.isMainHidden ? "hidden" : "visible");
|
|
64
64
|
i0.ɵɵadvance(3);
|
|
65
65
|
i0.ɵɵproperty("@pageChange", ctx.page);
|
|
66
|
-
} }, styles: ["[_nghost-%COMP%]{--gap: 1px;--gap-SCOPED-IN-line-up-
|
|
66
|
+
} }, styles: ["[_nghost-%COMP%]{--gap: 1px;--gap-SCOPED-IN-line-up-kPQ3: var(--gap);--background: #ccc;--background-SCOPED-IN-line-up-kPQ3: var(--background);--contents-background: transparent;--contents-background-SCOPED-IN-line-up-kPQ3: var(--contents-background)}[_nghost-%COMP%]{position:relative;display:flex;justify-content:flex-start;grid-gap:var(--gap-SCOPED-IN-line-up-kPQ3);gap:var(--gap-SCOPED-IN-line-up-kPQ3);width:-moz-fit-content;width:fit-content;height:100%;background:var(--background-SCOPED-IN-line-up-kPQ3)}[_nghost-%COMP%] .contents[_ngcontent-%COMP%]{display:flex;max-width:-moz-fit-content;max-width:fit-content;height:100%;background:var(--contents-background-SCOPED-IN-line-up-kPQ3)}[_nghost-%COMP%] .contents.main[_ngcontent-%COMP%]{overflow:hidden;justify-content:flex-end}[_nghost-%COMP%] .contents.next[_ngcontent-%COMP%]{overflow:visible;justify-content:flex-start}"], data: { animation: LINE_UP_ANIMATIONS } });
|
|
67
67
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LineUpFrame, [{
|
|
68
68
|
type: Component,
|
|
69
|
-
args: [{ selector: 'frames-line-up', changeDetection: ChangeDetectionStrategy.Default, animations: LINE_UP_ANIMATIONS, template: "<div class=\"main contents\" [@visibleHidden]=\"isMainHidden ? 'hidden' : 'visible' \" #main>\n <ng-content select=\"[main]\"></ng-content>\n</div>\n<div class=\"next contents\" [@pageChange]=\"page\" #next>\n <ng-content select=\"[next]\"></ng-content>\n</div>", styles: [":host{--gap: 1px;--gap-SCOPED-IN-line-up-
|
|
69
|
+
args: [{ selector: 'frames-line-up', changeDetection: ChangeDetectionStrategy.Default, animations: LINE_UP_ANIMATIONS, template: "<div class=\"main contents\" [@visibleHidden]=\"isMainHidden ? 'hidden' : 'visible' \" #main>\n <ng-content select=\"[main]\"></ng-content>\n</div>\n<div class=\"next contents\" [@pageChange]=\"page\" #next>\n <ng-content select=\"[next]\"></ng-content>\n</div>", styles: [":host{--gap: 1px;--gap-SCOPED-IN-line-up-kPQ3: var(--gap);--background: #ccc;--background-SCOPED-IN-line-up-kPQ3: var(--background);--contents-background: transparent;--contents-background-SCOPED-IN-line-up-kPQ3: var(--contents-background)}:host{position:relative;display:flex;justify-content:flex-start;grid-gap:var(--gap-SCOPED-IN-line-up-kPQ3);gap:var(--gap-SCOPED-IN-line-up-kPQ3);width:-moz-fit-content;width:fit-content;height:100%;background:var(--background-SCOPED-IN-line-up-kPQ3)}:host .contents{display:flex;max-width:-moz-fit-content;max-width:fit-content;height:100%;background:var(--contents-background-SCOPED-IN-line-up-kPQ3)}:host .contents.main{overflow:hidden;justify-content:flex-end}:host .contents.next{overflow:visible;justify-content:flex-start}\n"] }]
|
|
70
70
|
}], function () { return [{ type: LineUpService }, { type: i0.ChangeDetectorRef }]; }, { isMainHidden: [{
|
|
71
71
|
type: HostBinding,
|
|
72
72
|
args: ['attr.is-main-hidden']
|
|
@@ -95,10 +95,10 @@ LineUpFrame.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LineUpFrame, se
|
|
|
95
95
|
i0.ɵɵproperty("@modeChangeForMain", ctx.mode);
|
|
96
96
|
i0.ɵɵadvance(3);
|
|
97
97
|
i0.ɵɵproperty("@modeChangeForNext", ctx.mode);
|
|
98
|
-
} }, styles: ["[_nghost-%COMP%]{--gap: 1px;--gap-SCOPED-IN-line-up-
|
|
98
|
+
} }, styles: ["[_nghost-%COMP%]{--gap: 1px;--gap-SCOPED-IN-line-up-eKBD: var(--gap);--background: #ccc;--background-SCOPED-IN-line-up-eKBD: var(--background);--contents-background: transparent;--contents-background-SCOPED-IN-line-up-eKBD: var(--contents-background)}[_nghost-%COMP%]{position:relative;display:flex;justify-content:flex-start;grid-gap:var(--gap-SCOPED-IN-line-up-eKBD);gap:var(--gap-SCOPED-IN-line-up-eKBD);width:-moz-fit-content;width:fit-content;height:100%;background:var(--background-SCOPED-IN-line-up-eKBD)}[_nghost-%COMP%] div[_ngcontent-%COMP%]{display:flex;max-width:-moz-fit-content;max-width:fit-content;height:100%;background:var(--contents-background-SCOPED-IN-line-up-eKBD)}[_nghost-%COMP%] div.main[_ngcontent-%COMP%]{overflow:hidden;justify-content:flex-end}[_nghost-%COMP%] div.next[_ngcontent-%COMP%]{overflow:visible;justify-content:flex-start}"], data: { animation: LINE_UP_ANIMATIONS } });
|
|
99
99
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LineUpFrame, [{
|
|
100
100
|
type: Component,
|
|
101
|
-
args: [{ selector: 'frames-line-up', changeDetection: ChangeDetectionStrategy.Default, animations: LINE_UP_ANIMATIONS, template: "<div class=\"main\" [@modeChangeForMain]=\"mode\" #main>\n <ng-content select=\"[main]\"></ng-content>\n</div>\n<div class=\"next\" [@modeChangeForNext]=\"mode\" #next>\n <ng-content select=\"[next]\"></ng-content>\n</div>", styles: [":host{--gap: 1px;--gap-SCOPED-IN-line-up-
|
|
101
|
+
args: [{ selector: 'frames-line-up', changeDetection: ChangeDetectionStrategy.Default, animations: LINE_UP_ANIMATIONS, template: "<div class=\"main\" [@modeChangeForMain]=\"mode\" #main>\n <ng-content select=\"[main]\"></ng-content>\n</div>\n<div class=\"next\" [@modeChangeForNext]=\"mode\" #next>\n <ng-content select=\"[next]\"></ng-content>\n</div>", styles: [":host{--gap: 1px;--gap-SCOPED-IN-line-up-eKBD: var(--gap);--background: #ccc;--background-SCOPED-IN-line-up-eKBD: var(--background);--contents-background: transparent;--contents-background-SCOPED-IN-line-up-eKBD: var(--contents-background)}:host{position:relative;display:flex;justify-content:flex-start;grid-gap:var(--gap-SCOPED-IN-line-up-eKBD);gap:var(--gap-SCOPED-IN-line-up-eKBD);width:-moz-fit-content;width:fit-content;height:100%;background:var(--background-SCOPED-IN-line-up-eKBD)}:host div{display:flex;max-width:-moz-fit-content;max-width:fit-content;height:100%;background:var(--contents-background-SCOPED-IN-line-up-eKBD)}:host div.main{overflow:hidden;justify-content:flex-end}:host div.next{overflow:visible;justify-content:flex-start}\n"] }]
|
|
102
102
|
}], function () { return [{ type: LineUpFrameService }]; }, { hasNext: [{
|
|
103
103
|
type: Input
|
|
104
104
|
}], minNextWidth: [{
|
|
@@ -34,10 +34,10 @@ OverlayFrame.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: OverlayFrame,
|
|
|
34
34
|
i0.ɵɵproperty("ngIf", ctx.isLoading);
|
|
35
35
|
i0.ɵɵadvance(3);
|
|
36
36
|
i0.ɵɵproperty("@routeAnimations", ctx.prepareRoute(ctx.outlet));
|
|
37
|
-
} }, directives: [i1.NgIf, i2.MatProgressSpinner], styles: ["[_nghost-%COMP%]{--cell: 8px;--cell-SCOPED-IN-line-overlay-
|
|
37
|
+
} }, directives: [i1.NgIf, i2.MatProgressSpinner], styles: ["[_nghost-%COMP%]{--cell: 8px;--cell-SCOPED-IN-line-overlay-i0Wk: var(--cell);--width: 100%;--width-SCOPED-IN-line-overlay-i0Wk: var(--width);--height: 100%;--height-SCOPED-IN-line-overlay-i0Wk: var(--height)}[_nghost-%COMP%]{position:relative;display:block;width:var(--width-SCOPED-IN-line-overlay-i0Wk);height:var(--height-SCOPED-IN-line-overlay-i0Wk)}[_nghost-%COMP%] .loading[_ngcontent-%COMP%]{position:absolute;z-index:1000;top:0;left:0;display:flex;width:var(--width-SCOPED-IN-line-overlay-i0Wk);height:var(--height-SCOPED-IN-line-overlay-i0Wk);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-i0Wk);height:var(--height-SCOPED-IN-line-overlay-i0Wk);overflow:hidden}[_nghost-%COMP%] .main.page[_ngcontent-%COMP%] *[_ngcontent-%COMP%]{--cell: var(--cell-SCOPED-IN-line-overlay-i0Wk);--width: var(--width-SCOPED-IN-line-overlay-i0Wk);--height: var(--height-SCOPED-IN-line-overlay-i0Wk)}[_nghost-%COMP%] .next.page[_ngcontent-%COMP%]{position:absolute;top:0;left:0;z-index:2;width:var(--width-SCOPED-IN-line-overlay-i0Wk);height:auto}[_nghost-%COMP%] .next.page[_ngcontent-%COMP%] *[_ngcontent-%COMP%]{--cell: var(--cell-SCOPED-IN-line-overlay-i0Wk);--width: var(--width-SCOPED-IN-line-overlay-i0Wk);--height: var(--height-SCOPED-IN-line-overlay-i0Wk)}"], data: { animation: [slideInAnimation] } });
|
|
38
38
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OverlayFrame, [{
|
|
39
39
|
type: Component,
|
|
40
|
-
args: [{ selector: 'frames-overlay', animations: [slideInAnimation], template: "<div class=\"loading\" *ngIf=\"isLoading\">\n <mat-spinner></mat-spinner>\n</div>\n<div class=\"main page\">\n <ng-content select=[mainPage]></ng-content>\n</div>\n<div class=\"next page\" [@routeAnimations]=\"prepareRoute(outlet)\">\n <ng-content select=[nextPage]></ng-content>\n</div>", styles: [":host{--cell: 8px;--cell-SCOPED-IN-line-overlay-
|
|
40
|
+
args: [{ selector: 'frames-overlay', animations: [slideInAnimation], template: "<div class=\"loading\" *ngIf=\"isLoading\">\n <mat-spinner></mat-spinner>\n</div>\n<div class=\"main page\">\n <ng-content select=[mainPage]></ng-content>\n</div>\n<div class=\"next page\" [@routeAnimations]=\"prepareRoute(outlet)\">\n <ng-content select=[nextPage]></ng-content>\n</div>", styles: [":host{--cell: 8px;--cell-SCOPED-IN-line-overlay-i0Wk: var(--cell);--width: 100%;--width-SCOPED-IN-line-overlay-i0Wk: var(--width);--height: 100%;--height-SCOPED-IN-line-overlay-i0Wk: var(--height)}:host{position:relative;display:block;width:var(--width-SCOPED-IN-line-overlay-i0Wk);height:var(--height-SCOPED-IN-line-overlay-i0Wk)}:host .loading{position:absolute;z-index:1000;top:0;left:0;display:flex;width:var(--width-SCOPED-IN-line-overlay-i0Wk);height:var(--height-SCOPED-IN-line-overlay-i0Wk);justify-content:center;align-items:center;background-color:#0006}:host .main.page{position:absolute;top:0;left:0;z-index:1;width:var(--width-SCOPED-IN-line-overlay-i0Wk);height:var(--height-SCOPED-IN-line-overlay-i0Wk);overflow:hidden}:host .main.page *{--cell: var(--cell-SCOPED-IN-line-overlay-i0Wk);--width: var(--width-SCOPED-IN-line-overlay-i0Wk);--height: var(--height-SCOPED-IN-line-overlay-i0Wk)}:host .next.page{position:absolute;top:0;left:0;z-index:2;width:var(--width-SCOPED-IN-line-overlay-i0Wk);height:auto}:host .next.page *{--cell: var(--cell-SCOPED-IN-line-overlay-i0Wk);--width: var(--width-SCOPED-IN-line-overlay-i0Wk);--height: var(--height-SCOPED-IN-line-overlay-i0Wk)}\n"] }]
|
|
41
41
|
}], null, { outlet: [{
|
|
42
42
|
type: Input
|
|
43
43
|
}], isLoading: [{
|
|
@@ -20,10 +20,10 @@ OverlayFrame.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: OverlayFrame,
|
|
|
20
20
|
} if (rf & 2) {
|
|
21
21
|
i0.ɵɵadvance(2);
|
|
22
22
|
i0.ɵɵproperty("@hasNext", ctx.hasNext);
|
|
23
|
-
} }, styles: ["[_nghost-%COMP%]{--cell: 8px;--cell-SCOPED-IN-line-overlay-
|
|
23
|
+
} }, styles: ["[_nghost-%COMP%]{--cell: 8px;--cell-SCOPED-IN-line-overlay-GWbQ: var(--cell);--width: 100%;--width-SCOPED-IN-line-overlay-GWbQ: var(--width);--height: 100%;--height-SCOPED-IN-line-overlay-GWbQ: var(--height)}[_nghost-%COMP%]{position:relative;display:block;width:var(--width-SCOPED-IN-line-overlay-GWbQ);height:var(--height-SCOPED-IN-line-overlay-GWbQ)}[_nghost-%COMP%] .loading[_ngcontent-%COMP%]{position:absolute;z-index:1000;top:0;left:0;display:flex;width:var(--width-SCOPED-IN-line-overlay-GWbQ);height:var(--height-SCOPED-IN-line-overlay-GWbQ);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-GWbQ);height:var(--height-SCOPED-IN-line-overlay-GWbQ);overflow:hidden}[_nghost-%COMP%] .main[_ngcontent-%COMP%] *[_ngcontent-%COMP%]{--cell: var(--cell-SCOPED-IN-line-overlay-GWbQ);--width: var(--width-SCOPED-IN-line-overlay-GWbQ);--height: var(--height-SCOPED-IN-line-overlay-GWbQ)}[_nghost-%COMP%] .next[_ngcontent-%COMP%]{position:absolute;top:0;left:0;z-index:2;width:var(--width-SCOPED-IN-line-overlay-GWbQ);height:auto}[_nghost-%COMP%] .next[_ngcontent-%COMP%] *[_ngcontent-%COMP%]{--cell: var(--cell-SCOPED-IN-line-overlay-GWbQ);--width: var(--width-SCOPED-IN-line-overlay-GWbQ);--height: var(--height-SCOPED-IN-line-overlay-GWbQ)}"], data: { animation: [OVERLAY_ANIMATION] }, changeDetection: 0 });
|
|
24
24
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OverlayFrame, [{
|
|
25
25
|
type: Component,
|
|
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-
|
|
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-GWbQ: var(--cell);--width: 100%;--width-SCOPED-IN-line-overlay-GWbQ: var(--width);--height: 100%;--height-SCOPED-IN-line-overlay-GWbQ: var(--height)}:host{position:relative;display:block;width:var(--width-SCOPED-IN-line-overlay-GWbQ);height:var(--height-SCOPED-IN-line-overlay-GWbQ)}:host .loading{position:absolute;z-index:1000;top:0;left:0;display:flex;width:var(--width-SCOPED-IN-line-overlay-GWbQ);height:var(--height-SCOPED-IN-line-overlay-GWbQ);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-GWbQ);height:var(--height-SCOPED-IN-line-overlay-GWbQ);overflow:hidden}:host .main *{--cell: var(--cell-SCOPED-IN-line-overlay-GWbQ);--width: var(--width-SCOPED-IN-line-overlay-GWbQ);--height: var(--height-SCOPED-IN-line-overlay-GWbQ)}:host .next{position:absolute;top:0;left:0;z-index:2;width:var(--width-SCOPED-IN-line-overlay-GWbQ);height:auto}:host .next *{--cell: var(--cell-SCOPED-IN-line-overlay-GWbQ);--width: var(--width-SCOPED-IN-line-overlay-GWbQ);--height: var(--height-SCOPED-IN-line-overlay-GWbQ)}\n"] }]
|
|
27
27
|
}], null, { hasNext: [{
|
|
28
28
|
type: Input
|
|
29
29
|
}] }); })();
|
|
@@ -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-75U5: var(--height);--navigator-height: 56px;--navigator-height-SCOPED-IN-scroll-75U5: var(--navigator-height)}[_nghost-%COMP%]{height:var(--height-SCOPED-IN-scroll-75U5);overflow:hidden}[_nghost-%COMP%] .navigator-container[_ngcontent-%COMP%]{height:var(--navigator-height-SCOPED-IN-scroll-75U5);overflow:hidden;touch-action:none}[_nghost-%COMP%] .contents-container[_ngcontent-%COMP%]{height:calc(var(--height-SCOPED-IN-scroll-75U5) - var(--navigator-height-SCOPED-IN-scroll-75U5));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-75U5: var(--height);--navigator-height: 56px;--navigator-height-SCOPED-IN-scroll-75U5: var(--navigator-height)}:host{height:var(--height-SCOPED-IN-scroll-75U5);overflow:hidden}:host .navigator-container{height:var(--navigator-height-SCOPED-IN-scroll-75U5);overflow:hidden;touch-action:none}:host .contents-container{height:calc(var(--height-SCOPED-IN-scroll-75U5) - var(--navigator-height-SCOPED-IN-scroll-75U5));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-a5re: var(--gap);--background: #ccc;--background-SCOPED-IN-smart-menu-a5re: var(--background);--contents-background: transparent;--contents-background-SCOPED-IN-smart-menu-a5re: var(--contents-background)}[_nghost-%COMP%]{position:relative;display:flex;justify-content:flex-start;grid-gap:var(--gap-SCOPED-IN-smart-menu-a5re);gap:var(--gap-SCOPED-IN-smart-menu-a5re);width:-moz-fit-content;width:fit-content;height:100%;background:var(--background-SCOPED-IN-smart-menu-a5re)}[_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-a5re)}[_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-a5re: var(--gap);--background: #ccc;--background-SCOPED-IN-smart-menu-a5re: var(--background);--contents-background: transparent;--contents-background-SCOPED-IN-smart-menu-a5re: var(--contents-background)}:host{position:relative;display:flex;justify-content:flex-start;grid-gap:var(--gap-SCOPED-IN-smart-menu-a5re);gap:var(--gap-SCOPED-IN-smart-menu-a5re);width:-moz-fit-content;width:fit-content;height:100%;background:var(--background-SCOPED-IN-smart-menu-a5re)}:host .contents{display:flex;max-width:-moz-fit-content;max-width:fit-content;height:100%;background:var(--contents-background-SCOPED-IN-smart-menu-a5re)}: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-I6o9: 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-I6o9: 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-uUS9: 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-uUS9: 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-ldwv: 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-ldwv);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-ldwv: 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-ldwv);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-WqjW: var(--height)}[_nghost-%COMP%]{display:block;width:100%;height:var(--height-SCOPED-IN-back-navigator-WqjW)}[_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-WqjW: var(--height)}:host{display:block;width:100%;height:var(--height-SCOPED-IN-back-navigator-WqjW)}: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-wsrm: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-wsrm);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-wsrm: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-wsrm);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-3gOv: var(--horizontal-padding)}[_nghost-%COMP%]{display:flex;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-3gOv);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-3gOv: var(--horizontal-padding)}:host{display:flex;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-3gOv);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
|
}] }); })();
|