@ng-formworks/material 19.6.3 → 20.6.3

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.
Files changed (30) hide show
  1. package/assets/material-design-themes.scss +5 -5
  2. package/fesm2022/ng-formworks-material.mjs +135 -135
  3. package/fesm2022/ng-formworks-material.mjs.map +1 -1
  4. package/index.d.ts +525 -3
  5. package/package.json +12 -5
  6. package/lib/material-design-cssframework.d.ts +0 -1
  7. package/lib/material-design-framework.component.d.ts +0 -35
  8. package/lib/material-design-framework.module.d.ts +0 -63
  9. package/lib/material-design.framework.d.ts +0 -47
  10. package/lib/widgets/flex-layout-root.component.d.ts +0 -28
  11. package/lib/widgets/flex-layout-section.component.d.ts +0 -23
  12. package/lib/widgets/material-add-reference.component.d.ts +0 -18
  13. package/lib/widgets/material-button-group.component.d.ts +0 -22
  14. package/lib/widgets/material-button.component.d.ts +0 -22
  15. package/lib/widgets/material-checkbox.component.d.ts +0 -24
  16. package/lib/widgets/material-checkboxes.component.d.ts +0 -27
  17. package/lib/widgets/material-chip-list.component.d.ts +0 -20
  18. package/lib/widgets/material-datepicker.component.d.ts +0 -21
  19. package/lib/widgets/material-file.component.d.ts +0 -20
  20. package/lib/widgets/material-input.component.d.ts +0 -26
  21. package/lib/widgets/material-number.component.d.ts +0 -28
  22. package/lib/widgets/material-one-of.component.d.ts +0 -23
  23. package/lib/widgets/material-radios.component.d.ts +0 -22
  24. package/lib/widgets/material-select.component.d.ts +0 -26
  25. package/lib/widgets/material-slider.component.d.ts +0 -27
  26. package/lib/widgets/material-stepper.component.d.ts +0 -20
  27. package/lib/widgets/material-tabs.component.d.ts +0 -18
  28. package/lib/widgets/material-textarea.component.d.ts +0 -21
  29. package/lib/widgets/public_api.d.ts +0 -41
  30. package/public_api.d.ts +0 -4
@@ -1,63 +0,0 @@
1
- import { MatAutocompleteModule } from '@angular/material/autocomplete';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./widgets/flex-layout-root.component";
4
- import * as i2 from "./widgets/flex-layout-section.component";
5
- import * as i3 from "./widgets/material-add-reference.component";
6
- import * as i4 from "./widgets/material-one-of.component";
7
- import * as i5 from "./widgets/material-button.component";
8
- import * as i6 from "./widgets/material-button-group.component";
9
- import * as i7 from "./widgets/material-checkbox.component";
10
- import * as i8 from "./widgets/material-checkboxes.component";
11
- import * as i9 from "./widgets/material-chip-list.component";
12
- import * as i10 from "./widgets/material-datepicker.component";
13
- import * as i11 from "./widgets/material-file.component";
14
- import * as i12 from "./widgets/material-input.component";
15
- import * as i13 from "./widgets/material-number.component";
16
- import * as i14 from "./widgets/material-radios.component";
17
- import * as i15 from "./widgets/material-select.component";
18
- import * as i16 from "./widgets/material-slider.component";
19
- import * as i17 from "./widgets/material-stepper.component";
20
- import * as i18 from "./widgets/material-tabs.component";
21
- import * as i19 from "./widgets/material-textarea.component";
22
- import * as i20 from "./material-design-framework.component";
23
- import * as i21 from "@angular/common";
24
- import * as i22 from "@angular/forms";
25
- import * as i23 from "@angular/material/autocomplete";
26
- import * as i24 from "@angular/material/button";
27
- import * as i25 from "@angular/material/button-toggle";
28
- import * as i26 from "@angular/material/card";
29
- import * as i27 from "@angular/material/checkbox";
30
- import * as i28 from "@angular/material/chips";
31
- import * as i29 from "@angular/material/datepicker";
32
- import * as i30 from "@angular/material/expansion";
33
- import * as i31 from "@angular/material/form-field";
34
- import * as i32 from "@angular/material/icon";
35
- import * as i33 from "@angular/material/input";
36
- import * as i34 from "@angular/material/core";
37
- import * as i35 from "@angular/material/radio";
38
- import * as i36 from "@angular/material/select";
39
- import * as i37 from "@angular/material/slider";
40
- import * as i38 from "@angular/material/slide-toggle";
41
- import * as i39 from "@angular/material/stepper";
42
- import * as i40 from "@angular/material/tabs";
43
- import * as i41 from "@angular/material/tooltip";
44
- import * as i42 from "@angular/material/toolbar";
45
- import * as i43 from "@angular/material/menu";
46
- import * as i44 from "@angular/cdk/drag-drop";
47
- import * as i45 from "@ng-formworks/core";
48
- import * as i46 from "@ng-formworks/cssframework";
49
- import * as i47 from "nxt-sortablejs";
50
- /**
51
- * unused @angular/material modules:
52
- * MatDialogModule, MatGridListModule, MatListModule, MatMenuModule,
53
- * MatPaginatorModule, MatProgressBarModule, MatProgressSpinnerModule,
54
- * MatSidenavModule, MatSnackBarModule, MatSortModule, MatTableModule,
55
- * ,
56
- */
57
- export declare const ANGULAR_MATERIAL_MODULES: (typeof MatAutocompleteModule)[];
58
- export declare class MaterialDesignFrameworkModule {
59
- constructor();
60
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDesignFrameworkModule, never>;
61
- static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialDesignFrameworkModule, [typeof i1.FlexLayoutRootComponent, typeof i2.FlexLayoutSectionComponent, typeof i3.MaterialAddReferenceComponent, typeof i4.MaterialOneOfComponent, typeof i5.MaterialButtonComponent, typeof i6.MaterialButtonGroupComponent, typeof i7.MaterialCheckboxComponent, typeof i8.MaterialCheckboxesComponent, typeof i9.MaterialChipListComponent, typeof i10.MaterialDatepickerComponent, typeof i11.MaterialFileComponent, typeof i12.MaterialInputComponent, typeof i13.MaterialNumberComponent, typeof i14.MaterialRadiosComponent, typeof i15.MaterialSelectComponent, typeof i16.MaterialSliderComponent, typeof i17.MaterialStepperComponent, typeof i18.MaterialTabsComponent, typeof i19.MaterialTextareaComponent, typeof i20.MaterialDesignFrameworkComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i22.ReactiveFormsModule, typeof i23.MatAutocompleteModule, typeof i24.MatButtonModule, typeof i25.MatButtonToggleModule, typeof i26.MatCardModule, typeof i27.MatCheckboxModule, typeof i28.MatChipsModule, typeof i29.MatDatepickerModule, typeof i30.MatExpansionModule, typeof i31.MatFormFieldModule, typeof i32.MatIconModule, typeof i33.MatInputModule, typeof i34.MatNativeDateModule, typeof i35.MatRadioModule, typeof i36.MatSelectModule, typeof i37.MatSliderModule, typeof i38.MatSlideToggleModule, typeof i39.MatStepperModule, typeof i40.MatTabsModule, typeof i41.MatTooltipModule, typeof i42.MatToolbarModule, typeof i43.MatMenuModule, typeof i42.MatToolbarModule, typeof i44.DragDropModule, typeof i45.WidgetLibraryModule, typeof i45.JsonSchemaFormModule, typeof i46.CssFrameworkModule, typeof i47.SortablejsModule], [typeof i45.JsonSchemaFormModule, typeof i1.FlexLayoutRootComponent, typeof i2.FlexLayoutSectionComponent, typeof i3.MaterialAddReferenceComponent, typeof i4.MaterialOneOfComponent, typeof i5.MaterialButtonComponent, typeof i6.MaterialButtonGroupComponent, typeof i7.MaterialCheckboxComponent, typeof i8.MaterialCheckboxesComponent, typeof i9.MaterialChipListComponent, typeof i10.MaterialDatepickerComponent, typeof i11.MaterialFileComponent, typeof i12.MaterialInputComponent, typeof i13.MaterialNumberComponent, typeof i14.MaterialRadiosComponent, typeof i15.MaterialSelectComponent, typeof i16.MaterialSliderComponent, typeof i17.MaterialStepperComponent, typeof i18.MaterialTabsComponent, typeof i19.MaterialTextareaComponent, typeof i20.MaterialDesignFrameworkComponent]>;
62
- static ɵinj: i0.ɵɵInjectorDeclaration<MaterialDesignFrameworkModule>;
63
- }
@@ -1,47 +0,0 @@
1
- import { CssFramework, CssframeworkService } from '@ng-formworks/cssframework';
2
- import { FlexLayoutRootComponent, FlexLayoutSectionComponent, MaterialAddReferenceComponent, MaterialButtonComponent, MaterialButtonGroupComponent, MaterialCheckboxComponent, MaterialCheckboxesComponent, MaterialChipListComponent, MaterialDatepickerComponent, MaterialDesignFrameworkComponent, MaterialFileComponent, MaterialInputComponent, MaterialNumberComponent, MaterialOneOfComponent, MaterialRadiosComponent, MaterialSelectComponent, MaterialSliderComponent, MaterialStepperComponent, MaterialTabsComponent, MaterialTextareaComponent } from './widgets/public_api';
3
- import * as i0 from "@angular/core";
4
- export declare class MaterialDesignFramework extends CssFramework {
5
- cssFWService: CssframeworkService;
6
- name: string;
7
- framework: typeof MaterialDesignFrameworkComponent;
8
- stylesheets: string[];
9
- _widgets: {
10
- root: typeof FlexLayoutRootComponent;
11
- section: typeof FlexLayoutSectionComponent;
12
- $ref: typeof MaterialAddReferenceComponent;
13
- button: typeof MaterialButtonComponent;
14
- 'button-group': typeof MaterialButtonGroupComponent;
15
- checkbox: typeof MaterialCheckboxComponent;
16
- checkboxes: typeof MaterialCheckboxesComponent;
17
- 'chip-list': typeof MaterialChipListComponent;
18
- date: typeof MaterialDatepickerComponent;
19
- file: typeof MaterialFileComponent;
20
- number: typeof MaterialNumberComponent;
21
- 'one-of': typeof MaterialOneOfComponent;
22
- radios: typeof MaterialRadiosComponent;
23
- select: typeof MaterialSelectComponent;
24
- slider: typeof MaterialSliderComponent;
25
- stepper: typeof MaterialStepperComponent;
26
- tabs: typeof MaterialTabsComponent;
27
- text: typeof MaterialInputComponent;
28
- textarea: typeof MaterialTextareaComponent;
29
- 'alt-date': string;
30
- 'any-of': string;
31
- card: string;
32
- color: string;
33
- 'expansion-panel': string;
34
- hidden: string;
35
- image: string;
36
- integer: string;
37
- radiobuttons: string;
38
- range: string;
39
- submit: string;
40
- tagsinput: string;
41
- wizard: string;
42
- selectcheckbox: string;
43
- };
44
- constructor();
45
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDesignFramework, never>;
46
- static ɵprov: i0.ɵɵInjectableDeclaration<MaterialDesignFramework>;
47
- }
@@ -1,28 +0,0 @@
1
- import { CdkDrag, CdkDragDrop } from '@angular/cdk/drag-drop';
2
- import { OnInit } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export declare class FlexLayoutRootComponent implements OnInit {
5
- private jsf;
6
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
7
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
8
- readonly layout: import("@angular/core").InputSignal<any[]>;
9
- readonly isFlexItem: import("@angular/core").InputSignal<boolean>;
10
- ngOnInit(): void;
11
- removeItem(item: any): void;
12
- sortableObj: any;
13
- sortableConfig: any;
14
- sortableInit(sortable: any): void;
15
- drop(event: CdkDragDrop<string[]>): void;
16
- /**
17
- * Predicate function that disallows '$ref' item sorts
18
- * NB declared as a var instead of a function
19
- * like sortPredicate(index: number, item: CdkDrag<number>){..}
20
- * since 'this' is bound to the draglist and doesn't reference the
21
- * FlexLayoutRootComponent instance
22
- */
23
- sortPredicate: (index: number, item: CdkDrag<number>) => boolean;
24
- getFlexAttribute(node: any, attribute: string): any;
25
- showWidget(layoutNode: any): boolean;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<FlexLayoutRootComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<FlexLayoutRootComponent, "flex-layout-root-widget", never, { "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; "isSignal": true; }; "isFlexItem": { "alias": "isFlexItem"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
28
- }
@@ -1,23 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class FlexLayoutSectionComponent implements OnInit {
5
- private jsf;
6
- formControl: AbstractControl;
7
- controlName: string;
8
- controlValue: any;
9
- controlDisabled: boolean;
10
- boundControl: boolean;
11
- options: any;
12
- expanded: boolean;
13
- containerType: string;
14
- readonly layoutNode: import("@angular/core").InputSignal<any>;
15
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
16
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
17
- get sectionTitle(): string;
18
- ngOnInit(): void;
19
- toggleExpanded(): void;
20
- getFlexAttribute(attribute: string): any;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<FlexLayoutSectionComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<FlexLayoutSectionComponent, "flex-layout-section-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
23
- }
@@ -1,18 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MaterialAddReferenceComponent implements OnInit {
4
- private jsf;
5
- options: any;
6
- itemCount: number;
7
- previousLayoutIndex: number[];
8
- previousDataIndex: number[];
9
- readonly layoutNode: import("@angular/core").InputSignal<any>;
10
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
11
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
12
- ngOnInit(): void;
13
- get showAddButton(): boolean;
14
- addItem(event: any): void;
15
- get buttonText(): string;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialAddReferenceComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialAddReferenceComponent, "material-add-reference-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
18
- }
@@ -1,22 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class MaterialButtonGroupComponent implements OnInit, OnDestroy {
5
- private jsf;
6
- formControl: AbstractControl;
7
- controlName: string;
8
- controlValue: any;
9
- controlDisabled: boolean;
10
- boundControl: boolean;
11
- options: any;
12
- radiosList: any[];
13
- vertical: boolean;
14
- readonly layoutNode: import("@angular/core").InputSignal<any>;
15
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
16
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
17
- ngOnInit(): void;
18
- updateValue(value: any): void;
19
- ngOnDestroy(): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialButtonGroupComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialButtonGroupComponent, "material-button-group-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
22
- }
@@ -1,22 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import { Subscription } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- export declare class MaterialButtonComponent implements OnInit, OnDestroy {
6
- private jsf;
7
- formControl: AbstractControl;
8
- controlName: string;
9
- controlValue: any;
10
- controlDisabled: boolean;
11
- boundControl: boolean;
12
- options: any;
13
- readonly layoutNode: import("@angular/core").InputSignal<any>;
14
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
15
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
16
- isValidChangesSubs: Subscription;
17
- ngOnDestroy(): void;
18
- ngOnInit(): void;
19
- updateValue(event: any): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialButtonComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialButtonComponent, "material-button-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
22
- }
@@ -1,24 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class MaterialCheckboxComponent implements OnInit, OnDestroy {
5
- private jsf;
6
- formControl: AbstractControl;
7
- controlName: string;
8
- controlValue: any;
9
- controlDisabled: boolean;
10
- boundControl: boolean;
11
- options: any;
12
- trueValue: any;
13
- falseValue: any;
14
- showSlideToggle: boolean;
15
- readonly layoutNode: import("@angular/core").InputSignal<any>;
16
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
17
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
18
- ngOnInit(): void;
19
- updateValue(event: any): void;
20
- get isChecked(): boolean;
21
- ngOnDestroy(): void;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialCheckboxComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialCheckboxComponent, "material-checkbox-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
24
- }
@@ -1,27 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import { TitleMapItem } from '@ng-formworks/core';
4
- import * as i0 from "@angular/core";
5
- export declare class MaterialCheckboxesComponent implements OnInit, OnDestroy {
6
- private jsf;
7
- formControl: AbstractControl;
8
- controlName: string;
9
- controlValue: any;
10
- controlDisabled: boolean;
11
- boundControl: boolean;
12
- options: any;
13
- horizontalList: boolean;
14
- formArray: AbstractControl;
15
- checkboxList: TitleMapItem[];
16
- readonly layoutNode: import("@angular/core").InputSignal<any>;
17
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
18
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
19
- ngOnInit(): void;
20
- get allChecked(): boolean;
21
- get someChecked(): boolean;
22
- updateValue(): void;
23
- updateAllValues(event: any): void;
24
- ngOnDestroy(): void;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialCheckboxesComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialCheckboxesComponent, "material-checkboxes-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
27
- }
@@ -1,20 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class MaterialChipListComponent implements OnInit, OnDestroy {
5
- private jsf;
6
- formControl: AbstractControl;
7
- controlName: string;
8
- controlValue: any;
9
- controlDisabled: boolean;
10
- boundControl: boolean;
11
- options: any;
12
- readonly layoutNode: import("@angular/core").InputSignal<any>;
13
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
14
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
15
- ngOnInit(): void;
16
- updateValue(event: any): void;
17
- ngOnDestroy(): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialChipListComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialChipListComponent, "material-chip-list-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
20
- }
@@ -1,21 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class MaterialDatepickerComponent implements OnInit, OnDestroy {
5
- matFormFieldDefaultOptions: import("@angular/material/form-field.d-CMA_QQ0R").i;
6
- private jsf;
7
- formControl: AbstractControl;
8
- controlName: string;
9
- dateValue: any;
10
- controlDisabled: boolean;
11
- boundControl: boolean;
12
- options: any;
13
- autoCompleteList: string[];
14
- readonly layoutNode: import("@angular/core").InputSignal<any>;
15
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
16
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
17
- ngOnInit(): void;
18
- ngOnDestroy(): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDatepickerComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialDatepickerComponent, "material-datepicker-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
21
- }
@@ -1,20 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class MaterialFileComponent implements OnInit, OnDestroy {
5
- private jsf;
6
- formControl: AbstractControl;
7
- controlName: string;
8
- controlValue: any;
9
- controlDisabled: boolean;
10
- boundControl: boolean;
11
- options: any;
12
- readonly layoutNode: import("@angular/core").InputSignal<any>;
13
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
14
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
15
- ngOnInit(): void;
16
- updateValue(event: any): void;
17
- ngOnDestroy(): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialFileComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialFileComponent, "material-file-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
20
- }
@@ -1,26 +0,0 @@
1
- import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class MaterialInputComponent implements OnInit, OnDestroy {
5
- matFormFieldDefaultOptions: import("@angular/material/form-field.d-CMA_QQ0R").i;
6
- private jsf;
7
- formControl: AbstractControl;
8
- controlName: string;
9
- controlValue: string;
10
- controlDisabled: boolean;
11
- boundControl: boolean;
12
- options: any;
13
- autoCompleteList: string[];
14
- readonly layoutNode: import("@angular/core").InputSignal<any>;
15
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
16
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
17
- readonly input: import("@angular/core").Signal<ElementRef<any>>;
18
- get inputAttributes(): any;
19
- onMouseDown(e: any): void;
20
- onTouchStart(e: any): void;
21
- ngOnInit(): void;
22
- updateValue(event: any): void;
23
- ngOnDestroy(): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialInputComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialInputComponent, "material-input-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
26
- }
@@ -1,28 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class MaterialNumberComponent implements OnInit, OnDestroy {
5
- matFormFieldDefaultOptions: import("@angular/material/form-field.d-CMA_QQ0R").i;
6
- private jsf;
7
- formControl: AbstractControl;
8
- controlName: string;
9
- controlValue: any;
10
- controlDisabled: boolean;
11
- boundControl: boolean;
12
- options: any;
13
- allowNegative: boolean;
14
- allowDecimal: boolean;
15
- allowExponents: boolean;
16
- lastValidNumber: string;
17
- readonly layoutNode: import("@angular/core").InputSignal<any>;
18
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
19
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
20
- get inputAttributes(): any;
21
- onMouseDown(e: any): void;
22
- onTouchStart(e: any): void;
23
- ngOnInit(): void;
24
- updateValue(event: any): void;
25
- ngOnDestroy(): void;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialNumberComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialNumberComponent, "material-number-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
28
- }
@@ -1,23 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import { MaterialTabsComponent } from './material-tabs.component';
4
- import * as i0 from "@angular/core";
5
- export declare class MaterialOneOfComponent implements OnInit, OnDestroy {
6
- readonly tabs: import("@angular/core").Signal<MaterialTabsComponent>;
7
- private jsf;
8
- formControl: AbstractControl;
9
- controlName: string;
10
- controlValue: any;
11
- controlDisabled: boolean;
12
- boundControl: boolean;
13
- options: any;
14
- readonly layoutNode: import("@angular/core").InputSignal<any>;
15
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
16
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
17
- ngOnInit(): void;
18
- findSelectedTab(): number;
19
- updateValue(event: any): void;
20
- ngOnDestroy(): void;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialOneOfComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialOneOfComponent, "material-one-of-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
23
- }
@@ -1,22 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class MaterialRadiosComponent implements OnInit, OnDestroy {
5
- private jsf;
6
- formControl: AbstractControl;
7
- controlName: string;
8
- controlValue: any;
9
- controlDisabled: boolean;
10
- boundControl: boolean;
11
- options: any;
12
- flexDirection: string;
13
- radiosList: any[];
14
- readonly layoutNode: import("@angular/core").InputSignal<any>;
15
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
16
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
17
- ngOnInit(): void;
18
- updateValue(value: any): void;
19
- ngOnDestroy(): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialRadiosComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialRadiosComponent, "material-radios-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
22
- }
@@ -1,26 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import { isArray } from '@ng-formworks/core';
4
- import * as i0 from "@angular/core";
5
- export declare class MaterialSelectComponent implements OnInit, OnDestroy {
6
- matFormFieldDefaultOptions: import("@angular/material/form-field.d-CMA_QQ0R").i;
7
- private jsf;
8
- formControl: AbstractControl;
9
- controlName: string;
10
- controlValue: any;
11
- controlDisabled: boolean;
12
- boundControl: boolean;
13
- options: any;
14
- selectList: any[];
15
- selectListFlatGroup: any[];
16
- isArray: typeof isArray;
17
- readonly layoutNode: import("@angular/core").InputSignal<any>;
18
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
19
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
20
- ngOnInit(): void;
21
- deselectAll(): void;
22
- updateValue(event: any): void;
23
- ngOnDestroy(): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialSelectComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialSelectComponent, "material-select-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
26
- }
@@ -1,27 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class MaterialSliderComponent implements OnInit, OnDestroy {
5
- private jsf;
6
- formControl: AbstractControl;
7
- controlName: string;
8
- controlValue: any;
9
- controlDisabled: boolean;
10
- boundControl: boolean;
11
- options: any;
12
- allowNegative: boolean;
13
- allowDecimal: boolean;
14
- allowExponents: boolean;
15
- lastValidNumber: string;
16
- readonly layoutNode: import("@angular/core").InputSignal<any>;
17
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
18
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
19
- get inputAttributes(): any;
20
- onMouseDown(e: any): void;
21
- onTouchStart(e: any): void;
22
- ngOnInit(): void;
23
- updateValue(event: any): void;
24
- ngOnDestroy(): void;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialSliderComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialSliderComponent, "material-slider-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
27
- }
@@ -1,20 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class MaterialStepperComponent implements OnInit, OnDestroy {
5
- private jsf;
6
- formControl: AbstractControl;
7
- controlName: string;
8
- controlValue: any;
9
- controlDisabled: boolean;
10
- boundControl: boolean;
11
- options: any;
12
- readonly layoutNode: import("@angular/core").InputSignal<any>;
13
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
14
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
15
- ngOnInit(): void;
16
- updateValue(event: any): void;
17
- ngOnDestroy(): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialStepperComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialStepperComponent, "material-stepper-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
20
- }
@@ -1,18 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MaterialTabsComponent implements OnInit {
4
- private jsf;
5
- options: any;
6
- itemCount: number;
7
- selectedItem: number;
8
- showAddTab: boolean;
9
- readonly layoutNode: import("@angular/core").InputSignal<any>;
10
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
11
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
12
- ngOnInit(): void;
13
- select(index: any): void;
14
- updateControl(): void;
15
- setTabTitle(item: any, index: number): string;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialTabsComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialTabsComponent, "material-tabs-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
18
- }
@@ -1,21 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class MaterialTextareaComponent implements OnInit, OnDestroy {
5
- matFormFieldDefaultOptions: import("@angular/material/form-field.d-CMA_QQ0R").i;
6
- private jsf;
7
- formControl: AbstractControl;
8
- controlName: string;
9
- controlValue: any;
10
- controlDisabled: boolean;
11
- boundControl: boolean;
12
- options: any;
13
- readonly layoutNode: import("@angular/core").InputSignal<any>;
14
- readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
15
- readonly dataIndex: import("@angular/core").InputSignal<number[]>;
16
- ngOnInit(): void;
17
- updateValue(event: any): void;
18
- ngOnDestroy(): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialTextareaComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialTextareaComponent, "material-textarea-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
21
- }
@@ -1,41 +0,0 @@
1
- import { FlexLayoutRootComponent } from './flex-layout-root.component';
2
- import { FlexLayoutSectionComponent } from './flex-layout-section.component';
3
- import { MaterialAddReferenceComponent } from './material-add-reference.component';
4
- import { MaterialButtonComponent } from './material-button.component';
5
- import { MaterialButtonGroupComponent } from './material-button-group.component';
6
- import { MaterialCheckboxComponent } from './material-checkbox.component';
7
- import { MaterialCheckboxesComponent } from './material-checkboxes.component';
8
- import { MaterialChipListComponent } from './material-chip-list.component';
9
- import { MaterialDatepickerComponent } from './material-datepicker.component';
10
- import { MaterialDesignFrameworkComponent } from '../material-design-framework.component';
11
- import { MaterialFileComponent } from './material-file.component';
12
- import { MaterialInputComponent } from './material-input.component';
13
- import { MaterialNumberComponent } from './material-number.component';
14
- import { MaterialOneOfComponent } from './material-one-of.component';
15
- import { MaterialRadiosComponent } from './material-radios.component';
16
- import { MaterialSelectComponent } from './material-select.component';
17
- import { MaterialSliderComponent } from './material-slider.component';
18
- import { MaterialStepperComponent } from './material-stepper.component';
19
- import { MaterialTabsComponent } from './material-tabs.component';
20
- import { MaterialTextareaComponent } from './material-textarea.component';
21
- export declare const MATERIAL_FRAMEWORK_COMPONENTS: (typeof MaterialDesignFrameworkComponent | typeof FlexLayoutRootComponent | typeof FlexLayoutSectionComponent | typeof MaterialAddReferenceComponent | typeof MaterialButtonComponent | typeof MaterialButtonGroupComponent | typeof MaterialCheckboxComponent | typeof MaterialCheckboxesComponent | typeof MaterialChipListComponent | typeof MaterialDatepickerComponent | typeof MaterialFileComponent | typeof MaterialInputComponent | typeof MaterialNumberComponent | typeof MaterialTabsComponent | typeof MaterialOneOfComponent | typeof MaterialRadiosComponent | typeof MaterialSelectComponent | typeof MaterialSliderComponent | typeof MaterialStepperComponent | typeof MaterialTextareaComponent)[];
22
- export { FlexLayoutRootComponent } from './flex-layout-root.component';
23
- export { FlexLayoutSectionComponent } from './flex-layout-section.component';
24
- export { MaterialAddReferenceComponent } from './material-add-reference.component';
25
- export { MaterialOneOfComponent } from './material-one-of.component';
26
- export { MaterialButtonComponent } from './material-button.component';
27
- export { MaterialButtonGroupComponent } from './material-button-group.component';
28
- export { MaterialCheckboxComponent } from './material-checkbox.component';
29
- export { MaterialCheckboxesComponent } from './material-checkboxes.component';
30
- export { MaterialChipListComponent } from './material-chip-list.component';
31
- export { MaterialDatepickerComponent } from './material-datepicker.component';
32
- export { MaterialFileComponent } from './material-file.component';
33
- export { MaterialInputComponent } from './material-input.component';
34
- export { MaterialNumberComponent } from './material-number.component';
35
- export { MaterialRadiosComponent } from './material-radios.component';
36
- export { MaterialSelectComponent } from './material-select.component';
37
- export { MaterialSliderComponent } from './material-slider.component';
38
- export { MaterialStepperComponent } from './material-stepper.component';
39
- export { MaterialTabsComponent } from './material-tabs.component';
40
- export { MaterialTextareaComponent } from './material-textarea.component';
41
- export { MaterialDesignFrameworkComponent } from '../material-design-framework.component';