@ng-atomic/components 16.0.0 → 16.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/atoms/atoms.module.d.ts +10 -0
- package/atoms/index.d.ts +1 -0
- package/components.module.d.ts +10 -0
- package/esm2022/atoms/atoms.module.mjs +18 -0
- package/esm2022/atoms/icon/icon.atom.mjs +2 -2
- package/esm2022/atoms/index.mjs +2 -0
- package/esm2022/atoms/ng-atomic-components-atoms.mjs +5 -0
- package/esm2022/components.module.mjs +25 -0
- package/esm2022/extras/extras.module.mjs +18 -0
- package/esm2022/extras/index.mjs +2 -0
- package/esm2022/extras/ng-atomic-components-extras.mjs +5 -0
- package/esm2022/frames/auto-layout/auto-layout.frame.mjs +2 -2
- package/esm2022/frames/divider/divider.frame.mjs +2 -2
- package/esm2022/frames/drawer/drawer.frame.mjs +2 -2
- package/esm2022/frames/fab/fab.frame.mjs +2 -2
- package/esm2022/frames/frames.module.mjs +18 -0
- package/esm2022/frames/index.mjs +2 -0
- package/esm2022/frames/line-up/line-up.frame.mjs +2 -2
- package/esm2022/frames/ng-atomic-components-frames.mjs +5 -0
- package/esm2022/frames/overlay/overlay.frame.mjs +2 -2
- package/esm2022/frames/scroll/scroll.frame.mjs +2 -2
- package/esm2022/frames/scroll-v2/scroll.frame.mjs +2 -2
- package/esm2022/frames/side-nav/side-nav.frame.mjs +2 -2
- package/esm2022/frames/smart-menu/smart-menu.frame.mjs +2 -2
- package/esm2022/frames/vertical-hide/vertical-hide.frame.mjs +2 -2
- package/esm2022/index.mjs +2 -25
- package/esm2022/molecules/date-input-field/date-input-field.molecule.mjs +2 -2
- package/esm2022/molecules/index.mjs +2 -0
- package/esm2022/molecules/molecules.module.mjs +23 -0
- package/esm2022/molecules/ng-atomic-components-molecules.mjs +5 -0
- package/esm2022/molecules/select-input-field/select-input-field.molecule.mjs +2 -2
- package/esm2022/organisms/action-buttons-section/action-buttons-section.organism.mjs +2 -2
- package/esm2022/organisms/action-input-section/action-input-section.organism.mjs +2 -2
- package/esm2022/organisms/card-input-section/card-input-section.organism.mjs +2 -2
- package/esm2022/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +2 -2
- package/esm2022/organisms/date-input-section/date-input-section.organism.mjs +2 -2
- package/esm2022/organisms/file-input-section/file-input-section.organism.mjs +2 -2
- package/esm2022/organisms/heading/heading.organism.mjs +2 -2
- package/esm2022/organisms/index.mjs +2 -0
- package/esm2022/organisms/messages-section/messages-section.organism.mjs +2 -2
- package/esm2022/organisms/navigation-list/navigation-list.organism.mjs +12 -6
- package/esm2022/organisms/navigator/navigator.organism.mjs +2 -2
- package/esm2022/organisms/ng-atomic-components-organisms.mjs +5 -0
- package/esm2022/organisms/organisms.module.mjs +26 -0
- package/esm2022/organisms/select-input-section/select-input-section.organism.mjs +2 -2
- package/esm2022/organisms/smart-table/smart-table.organism.mjs +2 -2
- package/esm2022/organisms/social-login-section/social-login-section.organism.mjs +2 -2
- package/esm2022/organisms/text-input-section/text-input-section.organism.mjs +2 -2
- package/esm2022/organisms/textarea-section/textarea-section.organism.mjs +2 -2
- package/esm2022/pages/index.mjs +2 -0
- package/esm2022/pages/ng-atomic-components-pages.mjs +5 -0
- package/esm2022/pages/pages.module.mjs +18 -0
- package/esm2022/templates/entrance/entrance.template.mjs +2 -2
- package/esm2022/templates/icon-button-menu/icon-button-menu.template.mjs +2 -2
- package/esm2022/templates/index.mjs +2 -0
- package/esm2022/templates/menu/menu.template.mjs +6 -3
- package/esm2022/templates/ng-atomic-components-templates.mjs +5 -0
- package/esm2022/templates/smart-crud/smart-crud.template.mjs +2 -2
- package/esm2022/templates/smart-index/smart-index.template.mjs +2 -2
- package/esm2022/templates/templates.module.mjs +24 -0
- package/extras/extras.module.d.ts +10 -0
- package/extras/index.d.ts +1 -0
- package/fesm2022/ng-atomic-components-atoms-icon.mjs +2 -2
- package/fesm2022/ng-atomic-components-atoms.mjs +25 -0
- package/fesm2022/ng-atomic-components-atoms.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-extras.mjs +25 -0
- package/fesm2022/ng-atomic-components-extras.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-frames-auto-layout.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-divider.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-drawer.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-fab.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-line-up.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-overlay.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-scroll.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-side-nav.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-smart-menu.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-vertical-hide.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames.mjs +25 -0
- package/fesm2022/ng-atomic-components-frames.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-molecules-date-input-field.mjs +2 -2
- package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs +2 -2
- package/fesm2022/ng-atomic-components-molecules.mjs +30 -0
- package/fesm2022/ng-atomic-components-molecules.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-organisms-action-buttons-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-action-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-card-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-heading.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-messages-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs +12 -6
- package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-navigator.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-smart-table.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-social-login-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-text-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms.mjs +33 -0
- package/fesm2022/ng-atomic-components-organisms.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-pages.mjs +25 -0
- package/fesm2022/ng-atomic-components-pages.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-templates-entrance.mjs +2 -2
- package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs +2 -2
- package/fesm2022/ng-atomic-components-templates-menu.mjs +5 -2
- package/fesm2022/ng-atomic-components-templates-menu.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-smart-crud.mjs +2 -2
- package/fesm2022/ng-atomic-components-templates-smart-index.mjs +2 -2
- package/fesm2022/ng-atomic-components-templates.mjs +31 -0
- package/fesm2022/ng-atomic-components-templates.mjs.map +1 -0
- package/fesm2022/ng-atomic-components.mjs +7 -7
- package/fesm2022/ng-atomic-components.mjs.map +1 -1
- package/frames/frames.module.d.ts +10 -0
- package/frames/index.d.ts +1 -0
- package/index.d.ts +1 -10
- package/molecules/index.d.ts +1 -0
- package/molecules/molecules.module.d.ts +13 -0
- package/organisms/index.d.ts +1 -0
- package/organisms/navigation-list/navigation-list.organism.d.ts +1 -2
- package/organisms/organisms.module.d.ts +13 -0
- package/package.json +45 -3
- package/pages/index.d.ts +1 -0
- package/pages/pages.module.d.ts +10 -0
- package/templates/index.d.ts +1 -0
- package/templates/templates.module.d.ts +16 -0
|
@@ -9,14 +9,14 @@ class SocialLoginSectionOrganism {
|
|
|
9
9
|
this.signInWithGoogleButtonClick = new EventEmitter();
|
|
10
10
|
}
|
|
11
11
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SocialLoginSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SocialLoginSectionOrganism, isStandalone: true, selector: "organisms-social-login-section", outputs: { signInWithGoogleButtonClick: "signInWithGoogleButtonClick" }, ngImport: i0, template: "<button \n mat-raised-button \n color=\"primary\" \n (click)=\"signInWithGoogleButtonClick.emit()\"\n>Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3</button>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-
|
|
12
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SocialLoginSectionOrganism, isStandalone: true, selector: "organisms-social-login-section", outputs: { signInWithGoogleButtonClick: "signInWithGoogleButtonClick" }, ngImport: i0, template: "<button \n mat-raised-button \n color=\"primary\" \n (click)=\"signInWithGoogleButtonClick.emit()\"\n>Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3</button>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-xnBV: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-heading-xnBV);box-sizing:border-box}:host button{width:100%;height:56px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i1.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13
13
|
}
|
|
14
14
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SocialLoginSectionOrganism, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
16
|
args: [{ selector: 'organisms-social-login-section', standalone: true, imports: [
|
|
17
17
|
CommonModule,
|
|
18
18
|
MatButtonModule,
|
|
19
|
-
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button \n mat-raised-button \n color=\"primary\" \n (click)=\"signInWithGoogleButtonClick.emit()\"\n>Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3</button>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-
|
|
19
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button \n mat-raised-button \n color=\"primary\" \n (click)=\"signInWithGoogleButtonClick.emit()\"\n>Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3</button>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-xnBV: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-heading-xnBV);box-sizing:border-box}:host button{width:100%;height:56px}\n"] }]
|
|
20
20
|
}], propDecorators: { signInWithGoogleButtonClick: [{
|
|
21
21
|
type: Output
|
|
22
22
|
}] } });
|
|
@@ -21,7 +21,7 @@ class TextInputSectionOrganism {
|
|
|
21
21
|
[placeholder]="placeholder"
|
|
22
22
|
[hint]="hint"
|
|
23
23
|
[autoComplete]="autoComplete"
|
|
24
|
-
></molecules-text-input-field>`, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-
|
|
24
|
+
></molecules-text-input-field>`, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-n9aO: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-n9aO);box-sizing:border-box}:host .molecule.input-field,:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: TextInputFieldMolecule, selector: "molecules-text-input-field" }] }); }
|
|
25
25
|
}
|
|
26
26
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TextInputSectionOrganism, decorators: [{
|
|
27
27
|
type: Component,
|
|
@@ -36,7 +36,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
36
36
|
[placeholder]="placeholder"
|
|
37
37
|
[hint]="hint"
|
|
38
38
|
[autoComplete]="autoComplete"
|
|
39
|
-
></molecules-text-input-field>`, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-
|
|
39
|
+
></molecules-text-input-field>`, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-n9aO: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-n9aO);box-sizing:border-box}:host .molecule.input-field,:host mat-form-field{width:100%}\n"] }]
|
|
40
40
|
}], propDecorators: { label: [{
|
|
41
41
|
type: Input
|
|
42
42
|
}], placeholder: [{
|
|
@@ -21,7 +21,7 @@ class TextareaSectionOrganism {
|
|
|
21
21
|
[rows]="rows"
|
|
22
22
|
[placeholder]="placeholder"
|
|
23
23
|
(action)="action.emit($event)"
|
|
24
|
-
></molecules-textarea-field>`, isInline: true, styles: [":host{--vertical-padding: 16px;--vertical-padding-SCOPED-IN-textarea-section-
|
|
24
|
+
></molecules-textarea-field>`, isInline: true, styles: [":host{--vertical-padding: 16px;--vertical-padding-SCOPED-IN-textarea-section-TuUB: var(--vertical-padding)}:host{display:block;padding:0 var(--vertical-padding-SCOPED-IN-textarea-section-TuUB);box-sizing:border-box}:host molecules-textarea-field{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: TextareaFieldMolecule, selector: "molecules-textarea-field", inputs: ["label", "hint", "placeholder", "control", "rows"], outputs: ["action"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
25
25
|
}
|
|
26
26
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TextareaSectionOrganism, decorators: [{
|
|
27
27
|
type: Component,
|
|
@@ -36,7 +36,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
36
36
|
[rows]="rows"
|
|
37
37
|
[placeholder]="placeholder"
|
|
38
38
|
(action)="action.emit($event)"
|
|
39
|
-
></molecules-textarea-field>`, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{--vertical-padding: 16px;--vertical-padding-SCOPED-IN-textarea-section-
|
|
39
|
+
></molecules-textarea-field>`, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{--vertical-padding: 16px;--vertical-padding-SCOPED-IN-textarea-section-TuUB: var(--vertical-padding)}:host{display:block;padding:0 var(--vertical-padding-SCOPED-IN-textarea-section-TuUB);box-sizing:border-box}:host molecules-textarea-field{width:100%}\n"] }]
|
|
40
40
|
}], propDecorators: { label: [{
|
|
41
41
|
type: Input
|
|
42
42
|
}], rows: [{
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { NgModule } from '@angular/core';
|
|
3
|
+
import { provideComponent } from '@ng-atomic/core';
|
|
4
|
+
import { MenuFooterOrganismStore } from '@ng-atomic/components/organisms/menu-footer';
|
|
5
|
+
import { MenuHeaderOrganismStore } from '@ng-atomic/components/organisms/menu-header';
|
|
6
|
+
import { NavigationListOrganismStore } from '@ng-atomic/components/organisms/navigation-list';
|
|
7
|
+
|
|
8
|
+
class NgAtomicOrganismsModule {
|
|
9
|
+
static forRoot() {
|
|
10
|
+
return {
|
|
11
|
+
ngModule: NgAtomicOrganismsModule,
|
|
12
|
+
providers: [
|
|
13
|
+
provideComponent(MenuHeaderOrganismStore, () => import('@ng-atomic/components/organisms/menu-header').then(m => m.MenuHeaderOrganism)),
|
|
14
|
+
provideComponent(MenuFooterOrganismStore, () => import('@ng-atomic/components/organisms/menu-footer').then(m => m.MenuFooterOrganism)),
|
|
15
|
+
provideComponent(NavigationListOrganismStore, () => import('@ng-atomic/components/organisms/navigation-list').then(m => m.NavigationListOrganism)),
|
|
16
|
+
]
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NgAtomicOrganismsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
20
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NgAtomicOrganismsModule }); }
|
|
21
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NgAtomicOrganismsModule }); }
|
|
22
|
+
}
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NgAtomicOrganismsModule, decorators: [{
|
|
24
|
+
type: NgModule,
|
|
25
|
+
args: [{}]
|
|
26
|
+
}] });
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Generated bundle index. Do not edit.
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
export { NgAtomicOrganismsModule };
|
|
33
|
+
//# sourceMappingURL=ng-atomic-components-organisms.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ng-atomic-components-organisms.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/organisms/organisms.module.ts","../../../../../packages/@ng-atomic/components/src/lib/organisms/ng-atomic-components-organisms.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { provideComponent } from \"@ng-atomic/core\";\nimport { MenuFooterOrganismStore } from \"@ng-atomic/components/organisms/menu-footer\";\nimport { MenuHeaderOrganismStore } from \"@ng-atomic/components/organisms/menu-header\";\nimport { NavigationListOrganismStore } from \"@ng-atomic/components/organisms/navigation-list\";\n\n@NgModule({})\nexport class NgAtomicOrganismsModule {\n static forRoot() {\n return {\n ngModule: NgAtomicOrganismsModule,\n providers: [\n provideComponent(MenuHeaderOrganismStore, () => import('@ng-atomic/components/organisms/menu-header').then(m => m.MenuHeaderOrganism)),\n provideComponent(MenuFooterOrganismStore, () => import('@ng-atomic/components/organisms/menu-footer').then(m => m.MenuFooterOrganism)),\n provideComponent(NavigationListOrganismStore, () => import('@ng-atomic/components/organisms/navigation-list').then(m => m.NavigationListOrganism)),\n ]\n }\n }\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;MAOa,uBAAuB,CAAA;AAClC,IAAA,OAAO,OAAO,GAAA;QACZ,OAAO;AACL,YAAA,QAAQ,EAAE,uBAAuB;AACjC,YAAA,SAAS,EAAE;gBACT,gBAAgB,CAAC,uBAAuB,EAAE,MAAM,OAAO,6CAA6C,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,kBAAkB,CAAC,CAAC;gBACtI,gBAAgB,CAAC,uBAAuB,EAAE,MAAM,OAAO,6CAA6C,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,kBAAkB,CAAC,CAAC;gBACtI,gBAAgB,CAAC,2BAA2B,EAAE,MAAM,OAAO,iDAAiD,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,sBAAsB,CAAC,CAAC;AACnJ,aAAA;SACF,CAAA;KACF;+GAVU,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;gHAAvB,uBAAuB,EAAA,CAAA,CAAA,EAAA;gHAAvB,uBAAuB,EAAA,CAAA,CAAA,EAAA;;4FAAvB,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBADnC,QAAQ;mBAAC,EAAE,CAAA;;;ACNZ;;AAEG;;;;"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { NgModule } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
class NgAtomicPagesModule {
|
|
5
|
+
static forRoot() {
|
|
6
|
+
return {
|
|
7
|
+
ngModule: NgAtomicPagesModule,
|
|
8
|
+
providers: [],
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NgAtomicPagesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
12
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NgAtomicPagesModule }); }
|
|
13
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NgAtomicPagesModule }); }
|
|
14
|
+
}
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NgAtomicPagesModule, decorators: [{
|
|
16
|
+
type: NgModule,
|
|
17
|
+
args: [{}]
|
|
18
|
+
}] });
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Generated bundle index. Do not edit.
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
export { NgAtomicPagesModule };
|
|
25
|
+
//# sourceMappingURL=ng-atomic-components-pages.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ng-atomic-components-pages.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/pages/pages.module.ts","../../../../../packages/@ng-atomic/components/src/lib/pages/ng-atomic-components-pages.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\n\n@NgModule({})\nexport class NgAtomicPagesModule {\n static forRoot() {\n return {\n ngModule: NgAtomicPagesModule,\n providers: [\n ],\n }\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAGa,mBAAmB,CAAA;AAC9B,IAAA,OAAO,OAAO,GAAA;QACZ,OAAO;AACL,YAAA,QAAQ,EAAE,mBAAmB;AAC7B,YAAA,SAAS,EAAE,EACV;SACF,CAAA;KACF;+GAPU,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;gHAAnB,mBAAmB,EAAA,CAAA,CAAA,EAAA;gHAAnB,mBAAmB,EAAA,CAAA,CAAA,EAAA;;4FAAnB,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAD/B,QAAQ;mBAAC,EAAE,CAAA;;;ACFZ;;AAEG;;;;"}
|
|
@@ -65,7 +65,7 @@ class EntranceTemplate {
|
|
|
65
65
|
></organisms-action-buttons-section>
|
|
66
66
|
</frames-auto-layout>
|
|
67
67
|
</frames-card>
|
|
68
|
-
`, isInline: true, styles: [":host{--horizontal-padding: 64px;--horizontal-padding-SCOPED-IN-entrance-
|
|
68
|
+
`, isInline: true, styles: [":host{--horizontal-padding: 64px;--horizontal-padding-SCOPED-IN-entrance-pmcV: var(--horizontal-padding);--background-color: #eee;--background-color-SCOPED-IN-entrance-pmcV: var(--background-color)}:host{display:flex;justify-content:center;align-items:center;background-color:var(--background-color-SCOPED-IN-entrance-pmcV);width:100%;height:100%}:host frames-card{display:flex;flex-direction:column;width:600px;max-width:calc(100% - 32px);height:-moz-fit-content;height:fit-content}:host frames-card *{max-width:calc(100% - 32px);--horizontal-padding: var(--horizontal-padding-SCOPED-IN-entrance-pmcV)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: AutoLayoutFrame, selector: "frames-auto-layout" }, { kind: "component", type: CardFrame, selector: "frames-card" }, { kind: "component", type: ActionButtonsSectionOrganism, selector: "organisms-action-buttons-section", inputs: ["actions"], outputs: ["action"] }, { kind: "component", type: HeadingOrganism, selector: "organisms-heading", inputs: ["level"] }, { kind: "component", type: TextInputSectionOrganism, selector: "organisms-text-input-section", inputs: ["label", "placeholder", "type", "hint", "control", "autoComplete"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
69
69
|
}
|
|
70
70
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EntranceTemplate, decorators: [{
|
|
71
71
|
type: Component,
|
|
@@ -97,7 +97,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
97
97
|
></organisms-action-buttons-section>
|
|
98
98
|
</frames-auto-layout>
|
|
99
99
|
</frames-card>
|
|
100
|
-
`, host: { class: 'template' }, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{--horizontal-padding: 64px;--horizontal-padding-SCOPED-IN-entrance-
|
|
100
|
+
`, host: { class: 'template' }, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{--horizontal-padding: 64px;--horizontal-padding-SCOPED-IN-entrance-pmcV: var(--horizontal-padding);--background-color: #eee;--background-color-SCOPED-IN-entrance-pmcV: var(--background-color)}:host{display:flex;justify-content:center;align-items:center;background-color:var(--background-color-SCOPED-IN-entrance-pmcV);width:100%;height:100%}:host frames-card{display:flex;flex-direction:column;width:600px;max-width:calc(100% - 32px);height:-moz-fit-content;height:fit-content}:host frames-card *{max-width:calc(100% - 32px);--horizontal-padding: var(--horizontal-padding-SCOPED-IN-entrance-pmcV)}\n"] }]
|
|
101
101
|
}], propDecorators: { form: [{
|
|
102
102
|
type: Input
|
|
103
103
|
}], actions: [{
|
|
@@ -38,7 +38,7 @@ class IconButtonMenuTemplate extends NgAtomicComponent {
|
|
|
38
38
|
>
|
|
39
39
|
<mat-icon>{{ action.icon }}</mat-icon>
|
|
40
40
|
</button>
|
|
41
|
-
`, isInline: true, styles: [":host{width:100%;height:100%;background:white;display:block;--primary-color: #3f51b5;--primary-color-SCOPED-IN-icon-button-menu-
|
|
41
|
+
`, isInline: true, styles: [":host{width:100%;height:100%;background:white;display:block;--primary-color: #3f51b5;--primary-color-SCOPED-IN-icon-button-menu-sM69: var(--primary-color);--mdc-icon-button-icon-color: white;--mdc-icon-button-icon-color-SCOPED-IN-icon-button-menu-sM69: var(--mdc-icon-button-icon-color)}:host{display:flex;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;background-color:var(--primary-color-SCOPED-IN-icon-button-menu-sM69)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i2.MatIconButton, selector: "button[mat-icon-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
42
42
|
}
|
|
43
43
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IconButtonMenuTemplate, decorators: [{
|
|
44
44
|
type: Component,
|
|
@@ -60,7 +60,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
60
60
|
directive: IconButtonMenuTemplateStore,
|
|
61
61
|
inputs: ['actions'],
|
|
62
62
|
},
|
|
63
|
-
], styles: [":host{width:100%;height:100%;background:white;display:block;--primary-color: #3f51b5;--primary-color-SCOPED-IN-icon-button-menu-
|
|
63
|
+
], styles: [":host{width:100%;height:100%;background:white;display:block;--primary-color: #3f51b5;--primary-color-SCOPED-IN-icon-button-menu-sM69: var(--primary-color);--mdc-icon-button-icon-color: white;--mdc-icon-button-icon-color-SCOPED-IN-icon-button-menu-sM69: var(--mdc-icon-button-icon-color)}:host{display:flex;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;background-color:var(--primary-color-SCOPED-IN-icon-button-menu-sM69)}\n"] }]
|
|
64
64
|
}] });
|
|
65
65
|
|
|
66
66
|
/**
|
|
@@ -36,7 +36,9 @@ class MenuTemplate extends NgAtomicComponent {
|
|
|
36
36
|
></organisms-navigation-list>
|
|
37
37
|
</div>
|
|
38
38
|
<organisms-menu-footer injectable></organisms-menu-footer>
|
|
39
|
-
`, isInline: true, styles: [":host{--primary-color: #3f51b5;--primary-color-SCOPED-IN-menu-
|
|
39
|
+
`, isInline: true, styles: [":host{--primary-color: #3f51b5;--primary-color-SCOPED-IN-menu-TSlz: var(--primary-color);--secondary-color: #3f51b5;--secondary-color-SCOPED-IN-menu-TSlz: var(--secondary-color);--width: 100%;--width-SCOPED-IN-menu-TSlz: var(--width);--height: 100%;--height-SCOPED-IN-menu-TSlz: var(--height)}:host{display:flex;flex-direction:column;justify-content:space-between;width:var(--width-SCOPED-IN-menu-TSlz);height:var(--height-SCOPED-IN-menu-TSlz);color:#fff;background-color:var(--primary-color-SCOPED-IN-menu-TSlz)}:host organisms-navigation-list{transition:width .5s;--primary-color: var(--primary-color-SCOPED-IN-menu-TSlz);--secondary-color: var(--secondary-color-SCOPED-IN-menu-TSlz)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: MenuHeaderOrganismStore, selector: "organisms-menu-header" }, { kind: "directive", type: NavigationListOrganismStore, selector: "organisms-navigation-list", inputs: ["actions"] }, { kind: "directive", type:
|
|
40
|
+
// NavigationListOrganism,
|
|
41
|
+
MenuFooterOrganismStore, selector: "organisms-menu-footer" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
40
42
|
}
|
|
41
43
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MenuTemplate, decorators: [{
|
|
42
44
|
type: Component,
|
|
@@ -44,6 +46,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
44
46
|
CommonModule,
|
|
45
47
|
MenuHeaderOrganismStore,
|
|
46
48
|
NavigationListOrganismStore,
|
|
49
|
+
// NavigationListOrganism,
|
|
47
50
|
MenuFooterOrganismStore
|
|
48
51
|
], selector: 'templates-menu', template: `
|
|
49
52
|
<div class="top">
|
|
@@ -59,7 +62,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
59
62
|
directive: MenuTemplateStore,
|
|
60
63
|
inputs: ['actions'],
|
|
61
64
|
},
|
|
62
|
-
], styles: [":host{--primary-color: #3f51b5;--primary-color-SCOPED-IN-menu-
|
|
65
|
+
], styles: [":host{--primary-color: #3f51b5;--primary-color-SCOPED-IN-menu-TSlz: var(--primary-color);--secondary-color: #3f51b5;--secondary-color-SCOPED-IN-menu-TSlz: var(--secondary-color);--width: 100%;--width-SCOPED-IN-menu-TSlz: var(--width);--height: 100%;--height-SCOPED-IN-menu-TSlz: var(--height)}:host{display:flex;flex-direction:column;justify-content:space-between;width:var(--width-SCOPED-IN-menu-TSlz);height:var(--height-SCOPED-IN-menu-TSlz);color:#fff;background-color:var(--primary-color-SCOPED-IN-menu-TSlz)}:host organisms-navigation-list{transition:width .5s;--primary-color: var(--primary-color-SCOPED-IN-menu-TSlz);--secondary-color: var(--secondary-color-SCOPED-IN-menu-TSlz)}\n"] }]
|
|
63
66
|
}] });
|
|
64
67
|
|
|
65
68
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-atomic-components-templates-menu.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/templates/menu/menu.template.ts","../../../../../packages/@ng-atomic/components/src/lib/templates/menu/ng-atomic-components-templates-menu.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, Directive, InjectionToken, Input, Type, inject } from '@angular/core';\nimport { Action } from '@ng-atomic/core';\nimport { InjectableComponent } from '@ng-atomic/core';\nimport { NgAtomicComponent } from '@ng-atomic/core';\nimport { NavigationListOrganismStore } from '@ng-atomic/components/organisms/navigation-list';\nimport { MenuFooterOrganismStore } from '@ng-atomic/components/organisms/menu-footer';\nimport { MenuHeaderOrganismStore } from '@ng-atomic/components/organisms/menu-header';\n\n@Directive({ standalone: true, selector: 'templates-menu' })\nexport class MenuTemplateStore extends InjectableComponent {\n static readonly TOKEN = new InjectionToken<Type<MenuTemplateStore>>('[@ng-atomic/components] MenuTemplateStore');\n @Input() actions: Action<string>[] = [];\n}\n\n@Component({\n standalone: true,\n imports: [\n CommonModule,\n MenuHeaderOrganismStore,\n NavigationListOrganismStore,\n MenuFooterOrganismStore\n ],\n selector: 'templates-menu',\n template: `\n <div class=\"top\">\n <organisms-menu-header injectable></organisms-menu-header>\n <organisms-navigation-list injectable\n [actions]=\"store.actions\"\n (action)=\"dispatch($event)\"\n ></organisms-navigation-list>\n </div>\n <organisms-menu-footer injectable></organisms-menu-footer>\n `,\n styleUrls: ['./menu.template.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n hostDirectives: [\n {\n directive: MenuTemplateStore,\n inputs: ['actions'],\n },\n ]\n})\nexport class MenuTemplate extends NgAtomicComponent {\n protected store = inject(MenuTemplateStore);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;AAUM,MAAO,iBAAkB,SAAQ,mBAAmB,CAAA;AAD1D,IAAA,WAAA,GAAA;;QAGW,IAAO,CAAA,OAAA,GAAqB,EAAE,CAAC;AACzC,KAAA;AAFiB,IAAA,SAAA,IAAA,CAAA,KAAK,GAAG,IAAI,cAAc,CAA0B,2CAA2C,CAAC,CAAC,EAAA;+GADtG,iBAAiB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;mGAAjB,iBAAiB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA,EAAA;;4FAAjB,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAD7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,gBAAgB,EAAE,CAAA;8BAGhD,OAAO,EAAA,CAAA;sBAAf,KAAK;;
|
|
1
|
+
{"version":3,"file":"ng-atomic-components-templates-menu.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/templates/menu/menu.template.ts","../../../../../packages/@ng-atomic/components/src/lib/templates/menu/ng-atomic-components-templates-menu.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, Directive, InjectionToken, Input, Type, inject } from '@angular/core';\nimport { Action } from '@ng-atomic/core';\nimport { InjectableComponent } from '@ng-atomic/core';\nimport { NgAtomicComponent } from '@ng-atomic/core';\nimport { NavigationListOrganismStore } from '@ng-atomic/components/organisms/navigation-list';\nimport { MenuFooterOrganismStore } from '@ng-atomic/components/organisms/menu-footer';\nimport { MenuHeaderOrganismStore } from '@ng-atomic/components/organisms/menu-header';\n\n@Directive({ standalone: true, selector: 'templates-menu' })\nexport class MenuTemplateStore extends InjectableComponent {\n static readonly TOKEN = new InjectionToken<Type<MenuTemplateStore>>('[@ng-atomic/components] MenuTemplateStore');\n @Input() actions: Action<string>[] = [];\n}\n\n@Component({\n standalone: true,\n imports: [\n CommonModule,\n MenuHeaderOrganismStore,\n NavigationListOrganismStore,\n // NavigationListOrganism,\n MenuFooterOrganismStore\n ],\n selector: 'templates-menu',\n template: `\n <div class=\"top\">\n <organisms-menu-header injectable></organisms-menu-header>\n <organisms-navigation-list injectable\n [actions]=\"store.actions\"\n (action)=\"dispatch($event)\"\n ></organisms-navigation-list>\n </div>\n <organisms-menu-footer injectable></organisms-menu-footer>\n `,\n styleUrls: ['./menu.template.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n hostDirectives: [\n {\n directive: MenuTemplateStore,\n inputs: ['actions'],\n },\n ]\n})\nexport class MenuTemplate extends NgAtomicComponent {\n protected store = inject(MenuTemplateStore);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;AAUM,MAAO,iBAAkB,SAAQ,mBAAmB,CAAA;AAD1D,IAAA,WAAA,GAAA;;QAGW,IAAO,CAAA,OAAA,GAAqB,EAAE,CAAC;AACzC,KAAA;AAFiB,IAAA,SAAA,IAAA,CAAA,KAAK,GAAG,IAAI,cAAc,CAA0B,2CAA2C,CAAC,CAAC,EAAA;+GADtG,iBAAiB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;mGAAjB,iBAAiB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA,EAAA;;4FAAjB,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAD7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,gBAAgB,EAAE,CAAA;8BAGhD,OAAO,EAAA,CAAA;sBAAf,KAAK;;AAgCF,MAAO,YAAa,SAAQ,iBAAiB,CAAA;AA7BnD,IAAA,WAAA,GAAA;;AA8BY,QAAA,IAAA,CAAA,KAAK,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAC7C,KAAA;+GAFY,YAAY,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;mGAAZ,YAAY,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,eAAA,EAAA,IAAA,EAAA,cAAA,EAAA,CAAA,EAAA,SAAA,EAlCZ,iBAAiB,EAelB,MAAA,EAAA,CAAA,SAAA,EAAA,SAAA,CAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;;;;;;AAST,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,krBAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAhBC,YAAY,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EACZ,uBAAuB,EAAA,QAAA,EAAA,uBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EACvB,2BAA2B,EAAA,QAAA,EAAA,2BAAA,EAAA,MAAA,EAAA,CAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA;;gBAE3B,uBAAuB,EAAA,QAAA,EAAA,uBAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA,EAAA;;4FAsBd,YAAY,EAAA,UAAA,EAAA,CAAA;kBA7BxB,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,UAAA,EAAA,IAAI,EACP,OAAA,EAAA;wBACP,YAAY;wBACZ,uBAAuB;wBACvB,2BAA2B;;wBAE3B,uBAAuB;AACxB,qBAAA,EAAA,QAAA,EACS,gBAAgB,EAChB,QAAA,EAAA,CAAA;;;;;;;;;GAST,EAEgB,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAC/B,cAAA,EAAA;AACd,wBAAA;AACE,4BAAA,SAAS,EAAE,iBAAiB;4BAC5B,MAAM,EAAE,CAAC,SAAS,CAAC;AACpB,yBAAA;AACF,qBAAA,EAAA,MAAA,EAAA,CAAA,krBAAA,CAAA,EAAA,CAAA;;;AC1CH;;AAEG;;;;"}
|
|
@@ -131,7 +131,7 @@ class SmartCrudTemplate extends NgAtomicComponent {
|
|
|
131
131
|
></organisms-action-buttons-section>
|
|
132
132
|
</frames-auto-layout>
|
|
133
133
|
</frames-scroll>
|
|
134
|
-
`, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-smart-crud-
|
|
134
|
+
`, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-smart-crud-SVMF: var(--horizontal-padding);--vertical-padding: 24px;--vertical-padding-SCOPED-IN-smart-crud-SVMF: var(--vertical-padding);--gap: 16px;--gap-SCOPED-IN-smart-crud-SVMF: var(--gap)}:host{display:block;width:100%;height:100%;background:white}:host frames-auto-layout{height:-moz-fit-content;height:fit-content;--gap: var(--gap-SCOPED-IN-smart-crud-SVMF);--vertical-padding: var(--vertical-padding-SCOPED-IN-smart-crud-SVMF)}:host frames-auto-layout *{--horizontal-padding: var(--horizontal-padding-SCOPED-IN-smart-crud-SVMF)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "pipe", type: DomainPipe, name: "domain" }, { kind: "pipe", type: SmartFieldPipe, name: "smartField" }, { kind: "component", type: AutoLayoutFrame, selector: "frames-auto-layout" }, { kind: "component", type: ScrollFrame, selector: "frames-scroll" }, { kind: "component", type: ActionButtonsSectionOrganism, selector: "organisms-action-buttons-section", inputs: ["actions"], outputs: ["action"] }, { kind: "component", type: ActionInputSectionOrganism, selector: "organisms-action-input-section", inputs: ["control", "label", "placeholder", "actions"] }, { kind: "component", type: FileInputSectionOrganism, selector: "organisms-file-input-section", inputs: ["control", "label", "placeholder", "hint", "progress"] }, { kind: "component", type: NavigatorOrganism, selector: "organisms-navigator", inputs: ["startActions", "endActions"] }, { kind: "component", type: DateInputSectionOrganism, selector: "organisms-date-input-section", inputs: ["control", "label", "placeholder"] }, { kind: "component", type: TextInputSectionOrganism, selector: "organisms-text-input-section", inputs: ["label", "placeholder", "type", "hint", "control", "autoComplete"] }, { kind: "component", type: TextareaSectionOrganism, selector: "organisms-textarea-section", inputs: ["label", "rows", "placeholder", "hint", "control"], outputs: ["action"] }, { kind: "component", type: SelectInputSectionOrganism, selector: "organisms-select-input-section", inputs: ["label", "control", "options"] }, { kind: "component", type: HeaderMolecule, selector: "molecules-header", inputs: ["title", "description"] }, { kind: "pipe", type: SignalPipe, name: "signal" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
135
135
|
}
|
|
136
136
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SmartCrudTemplate, decorators: [{
|
|
137
137
|
type: Component,
|
|
@@ -228,7 +228,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
228
228
|
></organisms-action-buttons-section>
|
|
229
229
|
</frames-auto-layout>
|
|
230
230
|
</frames-scroll>
|
|
231
|
-
`, changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'template' }, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-smart-crud-
|
|
231
|
+
`, changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'template' }, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-smart-crud-SVMF: var(--horizontal-padding);--vertical-padding: 24px;--vertical-padding-SCOPED-IN-smart-crud-SVMF: var(--vertical-padding);--gap: 16px;--gap-SCOPED-IN-smart-crud-SVMF: var(--gap)}:host{display:block;width:100%;height:100%;background:white}:host frames-auto-layout{height:-moz-fit-content;height:fit-content;--gap: var(--gap-SCOPED-IN-smart-crud-SVMF);--vertical-padding: var(--vertical-padding-SCOPED-IN-smart-crud-SVMF)}:host frames-auto-layout *{--horizontal-padding: var(--horizontal-padding-SCOPED-IN-smart-crud-SVMF)}\n"] }]
|
|
232
232
|
}], propDecorators: { title: [{
|
|
233
233
|
type: Input
|
|
234
234
|
}], form: [{
|
|
@@ -242,7 +242,7 @@ class SmartIndexTemplate extends NgAtomicComponent {
|
|
|
242
242
|
</ng-container>
|
|
243
243
|
</frames-auto-layout>
|
|
244
244
|
</frames-scroll>
|
|
245
|
-
`, isInline: true, styles: [":host{--navigator-height: 56px;--navigator-height-SCOPED-IN-smart-index-
|
|
245
|
+
`, isInline: true, styles: [":host{--navigator-height: 56px;--navigator-height-SCOPED-IN-smart-index-yFc5: var(--navigator-height);--primary-color: #012148;--primary-color-SCOPED-IN-smart-index-yFc5: var(--primary-color)}:host{width:100%;height:100%;background:white;display:block}:host frames-auto-layout{--gap: 0;--vertical-padding: 0}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "component", type: AutoLayoutFrame, selector: "frames-auto-layout" }, { kind: "component", type: ScrollFrame, selector: "frames-scroll" }, { kind: "component", type: DividerFrame, selector: "frames-divider" }, { kind: "component", type: GridToolbarOrganism, selector: "organisms-grid-toolbar", inputs: ["actions", "control"], outputs: ["action"] }, { kind: "component", type: PaginatorOrganism, selector: "organisms-paginator", inputs: ["form", "pageSizeOptions"] }, { kind: "component", type: SmartTableOrganism, selector: "organisms-smart-table", inputs: ["columns", "childrenKey", "items", "itemActions", "selection", "form"], outputs: ["action", "headerClick", "checkboxClick", "pageChange", "itemCheck"] }, { kind: "component", type: SmartListOrganism, selector: "organisms-smart-list" }, { kind: "component", type: NavigatorOrganism, selector: "organisms-navigator", inputs: ["startActions", "endActions"] }, { kind: "component", type: HeaderMolecule, selector: "molecules-header", inputs: ["title", "description"] }, { kind: "pipe", type: PagePipe, name: "page" }, { kind: "pipe", type: QueryPipe, name: "query" }, { kind: "pipe", type: SmartIndexCountPipe, name: "count" }, { kind: "pipe", type: AutoColumnsPipe, name: "autoColumns" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
246
246
|
}
|
|
247
247
|
__decorate([
|
|
248
248
|
Effect(SmartListOrganism.ActionId.CLICK_ITEM),
|
|
@@ -342,7 +342,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
342
342
|
],
|
|
343
343
|
outputs: [],
|
|
344
344
|
}
|
|
345
|
-
], styles: [":host{--navigator-height: 56px;--navigator-height-SCOPED-IN-smart-index-
|
|
345
|
+
], styles: [":host{--navigator-height: 56px;--navigator-height-SCOPED-IN-smart-index-yFc5: var(--navigator-height);--primary-color: #012148;--primary-color-SCOPED-IN-smart-index-yFc5: var(--primary-color)}:host{width:100%;height:100%;background:white;display:block}:host frames-auto-layout{--gap: 0;--vertical-padding: 0}\n"] }]
|
|
346
346
|
}], propDecorators: { onItemClicked: [] } });
|
|
347
347
|
|
|
348
348
|
/**
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { NgModule } from '@angular/core';
|
|
3
|
+
import { provideComponent } from '@ng-atomic/core';
|
|
4
|
+
import { IconButtonMenuTemplateStore } from '@ng-atomic/components/templates/icon-button-menu';
|
|
5
|
+
import { MenuTemplateStore } from '@ng-atomic/components/templates/menu';
|
|
6
|
+
|
|
7
|
+
class NgAtomicTemplatesModule {
|
|
8
|
+
static forRoot() {
|
|
9
|
+
return {
|
|
10
|
+
ngModule: NgAtomicTemplatesModule,
|
|
11
|
+
providers: [
|
|
12
|
+
provideComponent(IconButtonMenuTemplateStore, () => import('@ng-atomic/components/templates/icon-button-menu').then(m => m.IconButtonMenuTemplate)),
|
|
13
|
+
provideComponent(MenuTemplateStore, () => import('@ng-atomic/components/templates/menu').then(m => m.MenuTemplate)),
|
|
14
|
+
],
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NgAtomicTemplatesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
18
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NgAtomicTemplatesModule }); }
|
|
19
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NgAtomicTemplatesModule }); }
|
|
20
|
+
}
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NgAtomicTemplatesModule, decorators: [{
|
|
22
|
+
type: NgModule,
|
|
23
|
+
args: [{}]
|
|
24
|
+
}] });
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Generated bundle index. Do not edit.
|
|
28
|
+
*/
|
|
29
|
+
|
|
30
|
+
export { NgAtomicTemplatesModule };
|
|
31
|
+
//# sourceMappingURL=ng-atomic-components-templates.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ng-atomic-components-templates.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/templates/templates.module.ts","../../../../../packages/@ng-atomic/components/src/lib/templates/ng-atomic-components-templates.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { provideComponent } from \"@ng-atomic/core\";\nimport { IconButtonMenuTemplateStore } from \"@ng-atomic/components/templates/icon-button-menu\";\nimport { MenuTemplateStore } from \"@ng-atomic/components/templates/menu\";\n\n@NgModule({})\nexport class NgAtomicTemplatesModule {\n static forRoot() {\n return {\n ngModule: NgAtomicTemplatesModule,\n providers: [\n provideComponent(IconButtonMenuTemplateStore, () => import('@ng-atomic/components/templates/icon-button-menu').then(m => m.IconButtonMenuTemplate)),\n provideComponent(MenuTemplateStore, () => import('@ng-atomic/components/templates/menu').then(m => m.MenuTemplate)),\n ],\n }\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;MAMa,uBAAuB,CAAA;AAClC,IAAA,OAAO,OAAO,GAAA;QACZ,OAAO;AACL,YAAA,QAAQ,EAAE,uBAAuB;AACjC,YAAA,SAAS,EAAE;gBACT,gBAAgB,CAAC,2BAA2B,EAAE,MAAM,OAAO,kDAAkD,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,sBAAsB,CAAC,CAAC;gBACnJ,gBAAgB,CAAC,iBAAiB,EAAE,MAAM,OAAO,sCAAsC,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,YAAY,CAAC,CAAC;AACpH,aAAA;SACF,CAAA;KACF;+GATU,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;gHAAvB,uBAAuB,EAAA,CAAA,CAAA,EAAA;gHAAvB,uBAAuB,EAAA,CAAA,CAAA,EAAA;;4FAAvB,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBADnC,QAAQ;mBAAC,EAAE,CAAA;;;ACLZ;;AAEG;;;;"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
2
|
+
import { importProvidersFrom, NgModule } from '@angular/core';
|
|
3
|
+
import { NgAtomicMoleculesModule } from '@ng-atomic/components/molecules';
|
|
4
|
+
import { NgAtomicOrganismsModule } from '@ng-atomic/components/organisms';
|
|
5
|
+
import { NgAtomicTemplatesModule } from '@ng-atomic/components/templates';
|
|
3
6
|
|
|
4
|
-
// import { NgAtomicMoleculesModule } from "./molecules";
|
|
5
|
-
// import { NgAtomicOrganismsModule } from "./organisms";
|
|
6
|
-
// import { NgAtomicTemplatesModule } from "./templates";
|
|
7
7
|
class NgAtomicComponentsModule {
|
|
8
8
|
static forRoot() {
|
|
9
9
|
return {
|
|
10
10
|
ngModule: NgAtomicComponentsModule,
|
|
11
11
|
providers: [
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
importProvidersFrom(NgAtomicMoleculesModule.forRoot()),
|
|
13
|
+
importProvidersFrom(NgAtomicOrganismsModule.forRoot()),
|
|
14
|
+
importProvidersFrom(NgAtomicTemplatesModule.forRoot()),
|
|
15
15
|
],
|
|
16
16
|
};
|
|
17
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-atomic-components.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/
|
|
1
|
+
{"version":3,"file":"ng-atomic-components.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/components.module.ts","../../../../../packages/@ng-atomic/components/src/lib/ng-atomic-components.ts"],"sourcesContent":["import { NgModule, importProvidersFrom } from \"@angular/core\";\nimport { NgAtomicMoleculesModule } from \"@ng-atomic/components/molecules\";\nimport { NgAtomicOrganismsModule } from \"@ng-atomic/components/organisms\";\nimport { NgAtomicTemplatesModule } from \"@ng-atomic/components/templates\";\n\n@NgModule({})\nexport class NgAtomicComponentsModule {\n static forRoot() {\n return {\n ngModule: NgAtomicComponentsModule,\n providers: [\n importProvidersFrom(NgAtomicMoleculesModule.forRoot()),\n importProvidersFrom(NgAtomicOrganismsModule.forRoot()),\n importProvidersFrom(NgAtomicTemplatesModule.forRoot()),\n ],\n }\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;MAMa,wBAAwB,CAAA;AACnC,IAAA,OAAO,OAAO,GAAA;QACZ,OAAO;AACL,YAAA,QAAQ,EAAE,wBAAwB;AAClC,YAAA,SAAS,EAAE;AACT,gBAAA,mBAAmB,CAAC,uBAAuB,CAAC,OAAO,EAAE,CAAC;AACtD,gBAAA,mBAAmB,CAAC,uBAAuB,CAAC,OAAO,EAAE,CAAC;AACtD,gBAAA,mBAAmB,CAAC,uBAAuB,CAAC,OAAO,EAAE,CAAC;AACvD,aAAA;SACF,CAAA;KACF;+GAVU,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;gHAAxB,wBAAwB,EAAA,CAAA,CAAA,EAAA;gHAAxB,wBAAwB,EAAA,CAAA,CAAA,EAAA;;4FAAxB,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBADpC,QAAQ;mBAAC,EAAE,CAAA;;;ACLZ;;AAEG;;;;"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class NgAtomicExtrasModule {
|
|
3
|
+
static forRoot(): {
|
|
4
|
+
ngModule: typeof NgAtomicExtrasModule;
|
|
5
|
+
providers: any[];
|
|
6
|
+
};
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicExtrasModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgAtomicExtrasModule, never, never, never>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgAtomicExtrasModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './frames.module';
|
package/index.d.ts
CHANGED
|
@@ -1,10 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare class NgAtomicComponentsModule {
|
|
3
|
-
static forRoot(): {
|
|
4
|
-
ngModule: typeof NgAtomicComponentsModule;
|
|
5
|
-
providers: any[];
|
|
6
|
-
};
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicComponentsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgAtomicComponentsModule, never, never, never>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NgAtomicComponentsModule>;
|
|
10
|
-
}
|
|
1
|
+
export * from './components.module';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './molecules.module';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class NgAtomicMoleculesModule {
|
|
3
|
+
static forRoot(): {
|
|
4
|
+
ngModule: typeof NgAtomicMoleculesModule;
|
|
5
|
+
providers: {
|
|
6
|
+
provide: any;
|
|
7
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/navigation-list-item").NavigationListItemMolecule>>;
|
|
8
|
+
}[];
|
|
9
|
+
};
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicMoleculesModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgAtomicMoleculesModule, never, never, never>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgAtomicMoleculesModule>;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './organisms.module';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
1
|
import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
|
|
3
2
|
import { Action } from '@ng-atomic/core';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
export declare const Abstract: (target: any) => void;
|
|
5
5
|
export declare class NavigationListOrganismStore extends InjectableComponent {
|
|
6
|
-
static readonly TOKEN: InjectionToken<unknown>;
|
|
7
6
|
actions: Action<string>[];
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationListOrganismStore, never>;
|
|
9
8
|
static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationListOrganismStore, "organisms-navigation-list", never, { "actions": { "alias": "actions"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class NgAtomicOrganismsModule {
|
|
3
|
+
static forRoot(): {
|
|
4
|
+
ngModule: typeof NgAtomicOrganismsModule;
|
|
5
|
+
providers: {
|
|
6
|
+
provide: any;
|
|
7
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/menu-header").MenuHeaderOrganism>>;
|
|
8
|
+
}[];
|
|
9
|
+
};
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicOrganismsModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgAtomicOrganismsModule, never, never, never>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgAtomicOrganismsModule>;
|
|
13
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-atomic/components",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/animations": "^16.0.0",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@codemirror/state": "^6.0.0",
|
|
18
18
|
"@codemirror/theme-one-dark": "^6.0.0",
|
|
19
19
|
"@codemirror/view": "^6.0.0",
|
|
20
|
-
"@ng-atomic/common": "16.
|
|
21
|
-
"@nx-ddd/core": "16.
|
|
20
|
+
"@ng-atomic/common": "16.1.0",
|
|
21
|
+
"@nx-ddd/core": "16.1.0",
|
|
22
22
|
"@webcontainer/api": "^1.1.7",
|
|
23
23
|
"cm6-graphql": "^0.0.4",
|
|
24
24
|
"codemirror": "^6.0.0",
|
|
@@ -48,6 +48,48 @@
|
|
|
48
48
|
"esm": "./esm2022/ng-atomic-components.mjs",
|
|
49
49
|
"default": "./fesm2022/ng-atomic-components.mjs"
|
|
50
50
|
},
|
|
51
|
+
"./atoms": {
|
|
52
|
+
"types": "./atoms/index.d.ts",
|
|
53
|
+
"esm2022": "./esm2022/atoms/ng-atomic-components-atoms.mjs",
|
|
54
|
+
"esm": "./esm2022/atoms/ng-atomic-components-atoms.mjs",
|
|
55
|
+
"default": "./fesm2022/ng-atomic-components-atoms.mjs"
|
|
56
|
+
},
|
|
57
|
+
"./extras": {
|
|
58
|
+
"types": "./extras/index.d.ts",
|
|
59
|
+
"esm2022": "./esm2022/extras/ng-atomic-components-extras.mjs",
|
|
60
|
+
"esm": "./esm2022/extras/ng-atomic-components-extras.mjs",
|
|
61
|
+
"default": "./fesm2022/ng-atomic-components-extras.mjs"
|
|
62
|
+
},
|
|
63
|
+
"./frames": {
|
|
64
|
+
"types": "./frames/index.d.ts",
|
|
65
|
+
"esm2022": "./esm2022/frames/ng-atomic-components-frames.mjs",
|
|
66
|
+
"esm": "./esm2022/frames/ng-atomic-components-frames.mjs",
|
|
67
|
+
"default": "./fesm2022/ng-atomic-components-frames.mjs"
|
|
68
|
+
},
|
|
69
|
+
"./molecules": {
|
|
70
|
+
"types": "./molecules/index.d.ts",
|
|
71
|
+
"esm2022": "./esm2022/molecules/ng-atomic-components-molecules.mjs",
|
|
72
|
+
"esm": "./esm2022/molecules/ng-atomic-components-molecules.mjs",
|
|
73
|
+
"default": "./fesm2022/ng-atomic-components-molecules.mjs"
|
|
74
|
+
},
|
|
75
|
+
"./organisms": {
|
|
76
|
+
"types": "./organisms/index.d.ts",
|
|
77
|
+
"esm2022": "./esm2022/organisms/ng-atomic-components-organisms.mjs",
|
|
78
|
+
"esm": "./esm2022/organisms/ng-atomic-components-organisms.mjs",
|
|
79
|
+
"default": "./fesm2022/ng-atomic-components-organisms.mjs"
|
|
80
|
+
},
|
|
81
|
+
"./pages": {
|
|
82
|
+
"types": "./pages/index.d.ts",
|
|
83
|
+
"esm2022": "./esm2022/pages/ng-atomic-components-pages.mjs",
|
|
84
|
+
"esm": "./esm2022/pages/ng-atomic-components-pages.mjs",
|
|
85
|
+
"default": "./fesm2022/ng-atomic-components-pages.mjs"
|
|
86
|
+
},
|
|
87
|
+
"./templates": {
|
|
88
|
+
"types": "./templates/index.d.ts",
|
|
89
|
+
"esm2022": "./esm2022/templates/ng-atomic-components-templates.mjs",
|
|
90
|
+
"esm": "./esm2022/templates/ng-atomic-components-templates.mjs",
|
|
91
|
+
"default": "./fesm2022/ng-atomic-components-templates.mjs"
|
|
92
|
+
},
|
|
51
93
|
"./atoms/chips-input": {
|
|
52
94
|
"types": "./atoms/chips-input/index.d.ts",
|
|
53
95
|
"esm2022": "./esm2022/atoms/chips-input/ng-atomic-components-atoms-chips-input.mjs",
|
package/pages/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './pages.module';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class NgAtomicPagesModule {
|
|
3
|
+
static forRoot(): {
|
|
4
|
+
ngModule: typeof NgAtomicPagesModule;
|
|
5
|
+
providers: any[];
|
|
6
|
+
};
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicPagesModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgAtomicPagesModule, never, never, never>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgAtomicPagesModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './templates.module';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class NgAtomicTemplatesModule {
|
|
3
|
+
static forRoot(): {
|
|
4
|
+
ngModule: typeof NgAtomicTemplatesModule;
|
|
5
|
+
providers: ({
|
|
6
|
+
provide: any;
|
|
7
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/templates/icon-button-menu").IconButtonMenuTemplate>>;
|
|
8
|
+
} | {
|
|
9
|
+
provide: any;
|
|
10
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/templates/menu").MenuTemplate>>;
|
|
11
|
+
})[];
|
|
12
|
+
};
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicTemplatesModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgAtomicTemplatesModule, never, never, never>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgAtomicTemplatesModule>;
|
|
16
|
+
}
|