@ng-atomic/components 17.8.0 → 17.10.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/esm2022/atoms/icon/icon.atom.mjs +2 -2
- package/esm2022/frames/app/app.frame.mjs +23 -20
- package/esm2022/frames/auto-layout/auto-layout.frame.mjs +2 -2
- package/esm2022/frames/columns/columns.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/entrance/entrance.frame.mjs +2 -2
- package/esm2022/frames/fab/fab.frame.mjs +2 -2
- package/esm2022/frames/line-up/line-up.frame.mjs +2 -2
- package/esm2022/frames/loading/loading.frame.mjs +2 -2
- package/esm2022/frames/router-outlet/router-outlet.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/molecules/date-input-field/date-input-field.molecule.mjs +2 -2
- package/esm2022/molecules/date-range-input-field/date-range-input-field.molecule.mjs +2 -2
- package/esm2022/molecules/grid-item/grid-item.molecule.mjs +2 -2
- package/esm2022/molecules/loading-box/loading-box.molecule.mjs +2 -2
- package/esm2022/molecules/navigation-list-item/navigation-list-item.molecule.mjs +2 -2
- package/esm2022/molecules/select-input-field/select-input-field.molecule.mjs +2 -2
- package/esm2022/molecules/tree-column/tree-column.molecule.mjs +43 -35
- 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/date-range-input-section/date-range-input-section.organism.mjs +2 -2
- package/esm2022/organisms/definition-list/definition-list.organism.mjs +2 -2
- package/esm2022/organisms/file-input-section/file-input-section.organism.mjs +2 -2
- package/esm2022/organisms/grid-cards-section/grid-cards-section.organism.mjs +2 -2
- package/esm2022/organisms/heading/heading.organism.mjs +2 -2
- package/esm2022/organisms/menu-footer/menu-footer.organism.mjs +2 -2
- package/esm2022/organisms/menu-header/menu-header.organism.mjs +2 -2
- package/esm2022/organisms/messages-section/messages-section.organism.mjs +2 -2
- package/esm2022/organisms/navigation-list/navigation-list.organism.mjs +2 -2
- package/esm2022/organisms/navigator/navigator.organism.mjs +2 -2
- package/esm2022/organisms/number-input-section/number-input-section.organism.mjs +2 -2
- package/esm2022/organisms/paginator/paginator.organism.mjs +2 -2
- package/esm2022/organisms/password-input-section/password-input-section.organism.mjs +2 -2
- package/esm2022/organisms/select-input-section/select-input-section.organism.mjs +2 -2
- package/esm2022/organisms/slider-input-section/slider-input-section.organism.mjs +2 -2
- package/esm2022/organisms/social-login-section/social-login-section.organism.mjs +2 -2
- package/esm2022/organisms/table/index.helpers.mjs +16 -14
- package/esm2022/organisms/table/table.organism.mjs +3 -3
- 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/organisms/thread-messages-section/thread-messages-section.organism.mjs +2 -2
- package/esm2022/pages/_index/index.page.mjs +36 -24
- package/esm2022/pages/form/form.page.mjs +28 -9
- package/esm2022/pages/pages.module.mjs +2 -1
- package/esm2022/templates/_index/index.template.mjs +2 -2
- package/esm2022/templates/background/background.template.mjs +2 -2
- package/esm2022/templates/entrance/entrance.template.mjs +2 -2
- package/esm2022/templates/form/form.builder.mjs +11 -11
- package/esm2022/templates/form/form.template.mjs +2 -2
- package/esm2022/templates/icon-button-menu/icon-button-menu.template.mjs +2 -2
- package/esm2022/templates/menu/menu.template.mjs +2 -2
- package/esm2022/templates/selection/selection.template.mjs +2 -2
- package/esm2022/templates/settings/settings.template.mjs +2 -2
- package/fesm2022/ng-atomic-components-atoms-icon.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-app.mjs +23 -20
- package/fesm2022/ng-atomic-components-frames-app.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-auto-layout.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-columns.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-entrance.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-loading.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-router-outlet.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-molecules-date-input-field.mjs +2 -2
- package/fesm2022/ng-atomic-components-molecules-date-range-input-field.mjs +2 -2
- package/fesm2022/ng-atomic-components-molecules-grid-item.mjs +2 -2
- package/fesm2022/ng-atomic-components-molecules-loading-box.mjs +2 -2
- package/fesm2022/ng-atomic-components-molecules-navigation-list-item.mjs +2 -2
- package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs +2 -2
- package/fesm2022/ng-atomic-components-molecules-tree-column.mjs +42 -34
- package/fesm2022/ng-atomic-components-molecules-tree-column.mjs.map +1 -1
- 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-date-range-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-definition-list.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-grid-cards-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-heading.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-menu-footer.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-menu-header.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-messages-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-navigator.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-number-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-paginator.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-password-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-slider-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-social-login-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-table.mjs +18 -17
- package/fesm2022/ng-atomic-components-organisms-table.mjs.map +1 -1
- 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-thread-messages-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-pages-_index.mjs +36 -24
- package/fesm2022/ng-atomic-components-pages-_index.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-pages-form.mjs +29 -10
- package/fesm2022/ng-atomic-components-pages-form.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-pages.mjs +1 -0
- package/fesm2022/ng-atomic-components-pages.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-_index.mjs +2 -2
- package/fesm2022/ng-atomic-components-templates-background.mjs +2 -2
- package/fesm2022/ng-atomic-components-templates-entrance.mjs +2 -2
- package/fesm2022/ng-atomic-components-templates-form.mjs +12 -13
- package/fesm2022/ng-atomic-components-templates-form.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs +2 -2
- package/fesm2022/ng-atomic-components-templates-menu.mjs +2 -2
- package/fesm2022/ng-atomic-components-templates-selection.mjs +2 -2
- package/fesm2022/ng-atomic-components-templates-settings.mjs +2 -2
- package/frames/app/app.frame.d.ts +6 -0
- package/molecules/tree-column/tree-column.molecule.d.ts +3 -3
- package/organisms/table/index.helpers.d.ts +7 -5
- package/package.json +3 -3
- package/pages/_index/index.page.d.ts +122 -17
- package/pages/form/form.page.d.ts +19 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Signal } from '@angular/core';
|
|
2
|
-
import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
|
|
2
|
+
import { Actions, InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
|
|
3
3
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
4
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -14,26 +14,131 @@ declare enum ActionId {
|
|
|
14
14
|
export declare class IndexPageStore extends InjectableComponent {
|
|
15
15
|
static readonly ActionId: typeof ActionId;
|
|
16
16
|
static readonly Config: {
|
|
17
|
-
provide: (useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<
|
|
18
|
-
|
|
17
|
+
provide: (useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
|
|
18
|
+
style: {
|
|
19
|
+
width: string;
|
|
20
|
+
};
|
|
21
|
+
items: any[];
|
|
22
|
+
itemActions: <Actions_1>() => any[];
|
|
23
|
+
title: string;
|
|
24
|
+
type: "list" | "table";
|
|
25
|
+
selection: SelectionModel<string>;
|
|
26
|
+
highlight: SelectionModel<string>;
|
|
27
|
+
form: import("@angular/forms").FormGroup<{
|
|
28
|
+
query: import("@angular/forms").FormControl<string>;
|
|
29
|
+
page: import("@angular/forms").FormGroup<{
|
|
30
|
+
pageSize: import("@angular/forms").FormControl<number>;
|
|
31
|
+
pageIndex: import("@angular/forms").FormControl<number>;
|
|
32
|
+
length: import("@angular/forms").FormControl<number>;
|
|
33
|
+
}>;
|
|
34
|
+
sort: import("@angular/forms").FormGroup<{
|
|
35
|
+
key: import("@angular/forms").FormControl<string>;
|
|
36
|
+
order: import("@angular/forms").FormControl<"asc" | "desc">;
|
|
37
|
+
}>;
|
|
38
|
+
columns: import("@angular/forms").FormArray<import("@angular/forms").FormRecord<import("@angular/forms").AbstractControl<any, any>>>;
|
|
39
|
+
}>;
|
|
40
|
+
tableChildrenKey: any;
|
|
41
|
+
navStartActions: import("@ng-atomic/core").Action<any>[];
|
|
42
|
+
navEndActions: Actions;
|
|
43
|
+
filterFunc: (item: any) => true;
|
|
44
|
+
}, any>, label?: string) => import("@angular/core").Provider;
|
|
45
|
+
inject: () => Signal<{
|
|
46
|
+
style: {
|
|
47
|
+
width: string;
|
|
48
|
+
};
|
|
49
|
+
items: any[];
|
|
50
|
+
itemActions: <Actions_1>() => any[];
|
|
51
|
+
title: string;
|
|
52
|
+
type: "list" | "table";
|
|
53
|
+
selection: SelectionModel<string>;
|
|
54
|
+
highlight: SelectionModel<string>;
|
|
55
|
+
form: import("@angular/forms").FormGroup<{
|
|
56
|
+
query: import("@angular/forms").FormControl<string>;
|
|
57
|
+
page: import("@angular/forms").FormGroup<{
|
|
58
|
+
pageSize: import("@angular/forms").FormControl<number>;
|
|
59
|
+
pageIndex: import("@angular/forms").FormControl<number>;
|
|
60
|
+
length: import("@angular/forms").FormControl<number>;
|
|
61
|
+
}>;
|
|
62
|
+
sort: import("@angular/forms").FormGroup<{
|
|
63
|
+
key: import("@angular/forms").FormControl<string>;
|
|
64
|
+
order: import("@angular/forms").FormControl<"asc" | "desc">;
|
|
65
|
+
}>;
|
|
66
|
+
columns: import("@angular/forms").FormArray<import("@angular/forms").FormRecord<import("@angular/forms").AbstractControl<any, any>>>;
|
|
67
|
+
}>;
|
|
68
|
+
tableChildrenKey: any;
|
|
69
|
+
navStartActions: import("@ng-atomic/core").Action<any>[];
|
|
70
|
+
navEndActions: Actions;
|
|
71
|
+
filterFunc: (item: any) => true;
|
|
72
|
+
}>;
|
|
19
73
|
};
|
|
20
74
|
static provideItemsFromRepository: () => import("@angular/core").Provider;
|
|
21
75
|
static provideSideAppNavStartActions: () => import("@angular/core").Provider;
|
|
22
|
-
|
|
76
|
+
static provideInitializer: (initializer: (store: IndexPageStore) => void | Promise<void>) => {
|
|
77
|
+
provide: import("@angular/core").InjectionToken<(store: any) => void | Promise<void>>;
|
|
78
|
+
useValue: (store: IndexPageStore) => void | Promise<void>;
|
|
79
|
+
multi: boolean;
|
|
80
|
+
}[];
|
|
81
|
+
static provideDefaultInitializer: () => {
|
|
82
|
+
provide: import("@angular/core").InjectionToken<(store: any) => void | Promise<void>>;
|
|
83
|
+
useValue: (store: IndexPageStore) => void | Promise<void>;
|
|
84
|
+
multi: boolean;
|
|
85
|
+
}[];
|
|
86
|
+
readonly config: Signal<{
|
|
87
|
+
style: {
|
|
88
|
+
width: string;
|
|
89
|
+
};
|
|
90
|
+
items: any[];
|
|
91
|
+
itemActions: <Actions_1>() => any[];
|
|
92
|
+
title: string;
|
|
93
|
+
type: "list" | "table";
|
|
94
|
+
selection: SelectionModel<string>;
|
|
95
|
+
highlight: SelectionModel<string>;
|
|
96
|
+
form: import("@angular/forms").FormGroup<{
|
|
97
|
+
query: import("@angular/forms").FormControl<string>;
|
|
98
|
+
page: import("@angular/forms").FormGroup<{
|
|
99
|
+
pageSize: import("@angular/forms").FormControl<number>;
|
|
100
|
+
pageIndex: import("@angular/forms").FormControl<number>;
|
|
101
|
+
length: import("@angular/forms").FormControl<number>;
|
|
102
|
+
}>;
|
|
103
|
+
sort: import("@angular/forms").FormGroup<{
|
|
104
|
+
key: import("@angular/forms").FormControl<string>;
|
|
105
|
+
order: import("@angular/forms").FormControl<"asc" | "desc">;
|
|
106
|
+
}>;
|
|
107
|
+
columns: import("@angular/forms").FormArray<import("@angular/forms").FormRecord<import("@angular/forms").AbstractControl<any, any>>>;
|
|
108
|
+
}>;
|
|
109
|
+
tableChildrenKey: any;
|
|
110
|
+
navStartActions: import("@ng-atomic/core").Action<any>[];
|
|
111
|
+
navEndActions: Actions;
|
|
112
|
+
filterFunc: (item: any) => true;
|
|
113
|
+
}>;
|
|
23
114
|
readonly route: ActivatedRoute;
|
|
24
|
-
readonly type: import("@angular/core").InputSignal<
|
|
25
|
-
readonly items: import("@angular/core").InputSignal<any>;
|
|
26
|
-
readonly itemActions: import("@angular/core").InputSignal<any>;
|
|
27
|
-
readonly title: import("@angular/core").InputSignal<
|
|
28
|
-
readonly form: import("@angular/core").InputSignal<
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
115
|
+
readonly type: import("@angular/core").InputSignal<"list" | "table">;
|
|
116
|
+
readonly items: import("@angular/core").InputSignal<any[]>;
|
|
117
|
+
readonly itemActions: import("@angular/core").InputSignal<(<Actions_1>() => any[])>;
|
|
118
|
+
readonly title: import("@angular/core").InputSignal<string>;
|
|
119
|
+
readonly form: import("@angular/core").InputSignal<import("@angular/forms").FormGroup<{
|
|
120
|
+
query: import("@angular/forms").FormControl<string>;
|
|
121
|
+
page: import("@angular/forms").FormGroup<{
|
|
122
|
+
pageSize: import("@angular/forms").FormControl<number>;
|
|
123
|
+
pageIndex: import("@angular/forms").FormControl<number>;
|
|
124
|
+
length: import("@angular/forms").FormControl<number>;
|
|
125
|
+
}>;
|
|
126
|
+
sort: import("@angular/forms").FormGroup<{
|
|
127
|
+
key: import("@angular/forms").FormControl<string>;
|
|
128
|
+
order: import("@angular/forms").FormControl<"asc" | "desc">;
|
|
129
|
+
}>;
|
|
130
|
+
columns: import("@angular/forms").FormArray<import("@angular/forms").FormRecord<import("@angular/forms").AbstractControl<any, any>>>;
|
|
131
|
+
}>>;
|
|
132
|
+
readonly selection: import("@angular/core").InputSignal<SelectionModel<string>>;
|
|
133
|
+
readonly highlight: import("@angular/core").InputSignal<SelectionModel<string>>;
|
|
134
|
+
readonly navStartActions: import("@angular/core").InputSignal<import("@ng-atomic/core").Action<any>[]>;
|
|
135
|
+
readonly navEndActions: import("@angular/core").InputSignal<Actions>;
|
|
136
|
+
readonly filterFunc: import("@angular/core").InputSignal<(item: any) => true>;
|
|
137
|
+
readonly filteredItems: Signal<any[]>;
|
|
138
|
+
readonly tableChildrenKey: import("@angular/core").InputSignal<any>;
|
|
139
|
+
constructor();
|
|
35
140
|
static ɵfac: i0.ɵɵFactoryDeclaration<IndexPageStore, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IndexPageStore, never, never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "itemActions": { "alias": "itemActions"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "form": { "alias": "form"; "required": false; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "navStartActions": { "alias": "navStartActions"; "required": false; "isSignal": true; }; "navEndActions": { "alias": "navEndActions"; "required": false; "isSignal": true; }; "filterFunc": { "alias": "filterFunc"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
141
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IndexPageStore, never, never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "itemActions": { "alias": "itemActions"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "form": { "alias": "form"; "required": false; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "navStartActions": { "alias": "navStartActions"; "required": false; "isSignal": true; }; "navEndActions": { "alias": "navEndActions"; "required": false; "isSignal": true; }; "filterFunc": { "alias": "filterFunc"; "required": false; "isSignal": true; }; "tableChildrenKey": { "alias": "tableChildrenKey"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
37
142
|
}
|
|
38
143
|
export declare class IndexPage extends NgAtomicComponent {
|
|
39
144
|
protected store: IndexPageStore;
|
|
@@ -47,6 +152,6 @@ export declare class IndexPage extends NgAtomicComponent {
|
|
|
47
152
|
id: string;
|
|
48
153
|
}): void;
|
|
49
154
|
static ɵfac: i0.ɵɵFactoryDeclaration<IndexPage, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IndexPage, "pages-index", never, {}, {}, never, never, true, [{ directive: typeof IndexPageStore; inputs: {}; outputs: {}; }]>;
|
|
155
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IndexPage, "pages-index", never, {}, {}, never, never, true, [{ directive: typeof IndexPageStore; inputs: { "items": "items"; }; outputs: {}; }]>;
|
|
51
156
|
}
|
|
52
157
|
export {};
|
|
@@ -18,6 +18,15 @@ export declare function provideEntityIdName(name: string): {
|
|
|
18
18
|
useValue: string;
|
|
19
19
|
};
|
|
20
20
|
export declare function injectEntityIdName(): string;
|
|
21
|
+
type StoreInitializer<S> = (store: S) => Promise<void> | void;
|
|
22
|
+
export declare const STORE_INITIALIZER: InjectionToken<StoreInitializer<any>>;
|
|
23
|
+
export declare function provideStoreInitializer<S>(initializer: StoreInitializer<S>): {
|
|
24
|
+
provide: InjectionToken<StoreInitializer<any>>;
|
|
25
|
+
useValue: StoreInitializer<S>;
|
|
26
|
+
multi: boolean;
|
|
27
|
+
}[];
|
|
28
|
+
export declare function injectStoreInitializers<S>(): StoreInitializer<S>[];
|
|
29
|
+
export declare function initializeStore<S>(store: S): void;
|
|
21
30
|
export declare class FormPageStore extends InjectableComponent {
|
|
22
31
|
static readonly ActionId: typeof ActionId;
|
|
23
32
|
static readonly Config: {
|
|
@@ -57,6 +66,16 @@ export declare class FormPageStore extends InjectableComponent {
|
|
|
57
66
|
}>;
|
|
58
67
|
};
|
|
59
68
|
static provideSideAppNavStartActions: () => import("@angular/core").Provider;
|
|
69
|
+
static provideInitializer: (initializer: StoreInitializer<FormPageStore>) => {
|
|
70
|
+
provide: InjectionToken<StoreInitializer<any>>;
|
|
71
|
+
useValue: StoreInitializer<FormPageStore>;
|
|
72
|
+
multi: boolean;
|
|
73
|
+
}[];
|
|
74
|
+
static provideDefaultInitializer: () => {
|
|
75
|
+
provide: InjectionToken<StoreInitializer<any>>;
|
|
76
|
+
useValue: StoreInitializer<FormPageStore>;
|
|
77
|
+
multi: boolean;
|
|
78
|
+
}[];
|
|
60
79
|
readonly config: import("@angular/core").Signal<{
|
|
61
80
|
form: AbstractControl<any, any>;
|
|
62
81
|
formFlatExcludes: string[];
|