@ng-formworks/material 16.3.0 → 17.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/material-design-cssframework.mjs +18 -18
- package/esm2022/lib/material-design-framework.component.mjs +119 -119
- package/esm2022/lib/material-design-framework.module.mjs +116 -116
- package/esm2022/lib/material-design.framework.mjs +60 -60
- package/esm2022/lib/widgets/flex-layout-root.component.mjs +44 -44
- package/esm2022/lib/widgets/flex-layout-section.component.mjs +90 -90
- package/esm2022/lib/widgets/material-add-reference.component.mjs +49 -49
- package/esm2022/lib/widgets/material-button-group.component.mjs +39 -39
- package/esm2022/lib/widgets/material-button.component.mjs +51 -51
- package/esm2022/lib/widgets/material-checkbox.component.mjs +51 -51
- package/esm2022/lib/widgets/material-checkboxes.component.mjs +64 -64
- package/esm2022/lib/widgets/material-chip-list.component.mjs +35 -35
- package/esm2022/lib/widgets/material-datepicker.component.mjs +44 -44
- package/esm2022/lib/widgets/material-file.component.mjs +35 -35
- package/esm2022/lib/widgets/material-input.component.mjs +48 -48
- package/esm2022/lib/widgets/material-number.component.mjs +52 -52
- package/esm2022/lib/widgets/material-one-of.component.mjs +35 -35
- package/esm2022/lib/widgets/material-radios.component.mjs +43 -43
- package/esm2022/lib/widgets/material-select.component.mjs +51 -51
- package/esm2022/lib/widgets/material-slider.component.mjs +40 -40
- package/esm2022/lib/widgets/material-stepper.component.mjs +35 -35
- package/esm2022/lib/widgets/material-tabs.component.mjs +51 -51
- package/esm2022/lib/widgets/material-textarea.component.mjs +45 -45
- package/esm2022/lib/widgets/public_api.mjs +51 -51
- package/esm2022/ng-formworks-material.mjs +4 -4
- package/esm2022/public_api.mjs +7 -7
- package/fesm2022/ng-formworks-material.mjs +1001 -1001
- package/fesm2022/ng-formworks-material.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/material-design-cssframework.d.ts +1 -1
- package/lib/material-design-framework.component.d.ts +35 -35
- package/lib/material-design-framework.module.d.ts +61 -61
- package/lib/material-design.framework.d.ts +46 -46
- package/lib/widgets/flex-layout-root.component.d.ts +15 -15
- package/lib/widgets/flex-layout-section.component.d.ts +25 -25
- package/lib/widgets/material-add-reference.component.d.ts +20 -20
- package/lib/widgets/material-button-group.component.d.ts +23 -23
- package/lib/widgets/material-button.component.d.ts +24 -24
- package/lib/widgets/material-checkbox.component.d.ts +25 -25
- package/lib/widgets/material-checkboxes.component.d.ts +27 -27
- package/lib/widgets/material-chip-list.component.d.ts +21 -21
- package/lib/widgets/material-datepicker.component.d.ts +22 -22
- package/lib/widgets/material-file.component.d.ts +21 -21
- package/lib/widgets/material-input.component.d.ts +23 -23
- package/lib/widgets/material-number.component.d.ts +26 -26
- package/lib/widgets/material-one-of.component.d.ts +21 -21
- package/lib/widgets/material-radios.component.d.ts +23 -23
- package/lib/widgets/material-select.component.d.ts +24 -24
- package/lib/widgets/material-slider.component.d.ts +25 -25
- package/lib/widgets/material-stepper.component.d.ts +21 -21
- package/lib/widgets/material-tabs.component.d.ts +20 -20
- package/lib/widgets/material-textarea.component.d.ts +22 -22
- package/lib/widgets/public_api.d.ts +41 -41
- package/package.json +5 -5
- package/public_api.d.ts +4 -4
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@ng-formworks/material" />
|
|
5
|
-
export * from './public_api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@ng-formworks/material" />
|
|
5
|
+
export * from './public_api';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const cssFrameworkCfgMaterialDesign: any;
|
|
1
|
+
export declare const cssFrameworkCfgMaterialDesign: any;
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { FrameworkLibraryService, JsonSchemaFormService } from '@ng-formworks/core';
|
|
3
|
-
import { CssframeworkService } from '@ng-formworks/cssframework';
|
|
4
|
-
import { Subscription } from 'rxjs';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class MaterialDesignFrameworkComponent implements OnInit, OnChanges, OnDestroy {
|
|
7
|
-
private changeDetector;
|
|
8
|
-
private jsf;
|
|
9
|
-
jsfFLService: FrameworkLibraryService;
|
|
10
|
-
cssFWService: CssframeworkService;
|
|
11
|
-
frameworkInitialized: boolean;
|
|
12
|
-
inputType: string;
|
|
13
|
-
options: any;
|
|
14
|
-
widgetLayoutNode: any;
|
|
15
|
-
widgetOptions: any;
|
|
16
|
-
formControl: any;
|
|
17
|
-
parentArray: any;
|
|
18
|
-
isOrderable: boolean;
|
|
19
|
-
dynamicTitle: string;
|
|
20
|
-
layoutNode: any;
|
|
21
|
-
layoutIndex: number[];
|
|
22
|
-
dataIndex: number[];
|
|
23
|
-
theme: string;
|
|
24
|
-
frameworkThemeSubs: Subscription;
|
|
25
|
-
constructor(changeDetector: ChangeDetectorRef, jsf: JsonSchemaFormService, jsfFLService: FrameworkLibraryService, cssFWService: CssframeworkService);
|
|
26
|
-
ngOnDestroy(): void;
|
|
27
|
-
get showRemoveButton(): boolean;
|
|
28
|
-
ngOnInit(): void;
|
|
29
|
-
ngOnChanges(): void;
|
|
30
|
-
initializeFramework(): void;
|
|
31
|
-
updateTitle(): void;
|
|
32
|
-
removeItem(): void;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDesignFrameworkComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialDesignFrameworkComponent, "material-design-framework", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
35
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FrameworkLibraryService, JsonSchemaFormService } from '@ng-formworks/core';
|
|
3
|
+
import { CssframeworkService } from '@ng-formworks/cssframework';
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class MaterialDesignFrameworkComponent implements OnInit, OnChanges, OnDestroy {
|
|
7
|
+
private changeDetector;
|
|
8
|
+
private jsf;
|
|
9
|
+
jsfFLService: FrameworkLibraryService;
|
|
10
|
+
cssFWService: CssframeworkService;
|
|
11
|
+
frameworkInitialized: boolean;
|
|
12
|
+
inputType: string;
|
|
13
|
+
options: any;
|
|
14
|
+
widgetLayoutNode: any;
|
|
15
|
+
widgetOptions: any;
|
|
16
|
+
formControl: any;
|
|
17
|
+
parentArray: any;
|
|
18
|
+
isOrderable: boolean;
|
|
19
|
+
dynamicTitle: string;
|
|
20
|
+
layoutNode: any;
|
|
21
|
+
layoutIndex: number[];
|
|
22
|
+
dataIndex: number[];
|
|
23
|
+
theme: string;
|
|
24
|
+
frameworkThemeSubs: Subscription;
|
|
25
|
+
constructor(changeDetector: ChangeDetectorRef, jsf: JsonSchemaFormService, jsfFLService: FrameworkLibraryService, cssFWService: CssframeworkService);
|
|
26
|
+
ngOnDestroy(): void;
|
|
27
|
+
get showRemoveButton(): boolean;
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
ngOnChanges(): void;
|
|
30
|
+
initializeFramework(): void;
|
|
31
|
+
updateTitle(): void;
|
|
32
|
+
removeItem(): void;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDesignFrameworkComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialDesignFrameworkComponent, "material-design-framework", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
35
|
+
}
|
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
import { MatButtonModule } from '@angular/material/button';
|
|
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 "@ng-formworks/core";
|
|
47
|
-
import * as i45 from "@ng-formworks/cssframework";
|
|
48
|
-
/**
|
|
49
|
-
* unused @angular/material modules:
|
|
50
|
-
* MatDialogModule, MatGridListModule, MatListModule, MatMenuModule,
|
|
51
|
-
* MatPaginatorModule, MatProgressBarModule, MatProgressSpinnerModule,
|
|
52
|
-
* MatSidenavModule, MatSnackBarModule, MatSortModule, MatTableModule,
|
|
53
|
-
* ,
|
|
54
|
-
*/
|
|
55
|
-
export declare const ANGULAR_MATERIAL_MODULES: (typeof MatButtonModule)[];
|
|
56
|
-
export declare class MaterialDesignFrameworkModule {
|
|
57
|
-
constructor();
|
|
58
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDesignFrameworkModule, never>;
|
|
59
|
-
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.WidgetLibraryModule, typeof i44.JsonSchemaFormModule, typeof i45.CssFrameworkModule], [typeof i44.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]>;
|
|
60
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialDesignFrameworkModule>;
|
|
61
|
-
}
|
|
1
|
+
import { MatButtonModule } from '@angular/material/button';
|
|
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 "@ng-formworks/core";
|
|
47
|
+
import * as i45 from "@ng-formworks/cssframework";
|
|
48
|
+
/**
|
|
49
|
+
* unused @angular/material modules:
|
|
50
|
+
* MatDialogModule, MatGridListModule, MatListModule, MatMenuModule,
|
|
51
|
+
* MatPaginatorModule, MatProgressBarModule, MatProgressSpinnerModule,
|
|
52
|
+
* MatSidenavModule, MatSnackBarModule, MatSortModule, MatTableModule,
|
|
53
|
+
* ,
|
|
54
|
+
*/
|
|
55
|
+
export declare const ANGULAR_MATERIAL_MODULES: (typeof MatButtonModule)[];
|
|
56
|
+
export declare class MaterialDesignFrameworkModule {
|
|
57
|
+
constructor();
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDesignFrameworkModule, never>;
|
|
59
|
+
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.WidgetLibraryModule, typeof i44.JsonSchemaFormModule, typeof i45.CssFrameworkModule], [typeof i44.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]>;
|
|
60
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialDesignFrameworkModule>;
|
|
61
|
+
}
|
|
@@ -1,46 +1,46 @@
|
|
|
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
|
-
};
|
|
43
|
-
constructor(cssFWService: CssframeworkService);
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDesignFramework, never>;
|
|
45
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MaterialDesignFramework>;
|
|
46
|
-
}
|
|
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
|
+
};
|
|
43
|
+
constructor(cssFWService: CssframeworkService);
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDesignFramework, never>;
|
|
45
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MaterialDesignFramework>;
|
|
46
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { JsonSchemaFormService } from '@ng-formworks/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FlexLayoutRootComponent {
|
|
4
|
-
private jsf;
|
|
5
|
-
dataIndex: number[];
|
|
6
|
-
layoutIndex: number[];
|
|
7
|
-
layout: any[];
|
|
8
|
-
isFlexItem: boolean;
|
|
9
|
-
constructor(jsf: JsonSchemaFormService);
|
|
10
|
-
removeItem(item: any): void;
|
|
11
|
-
getFlexAttribute(node: any, attribute: string): any;
|
|
12
|
-
showWidget(layoutNode: any): boolean;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FlexLayoutRootComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FlexLayoutRootComponent, "flex-layout-root-widget", never, { "dataIndex": { "alias": "dataIndex"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "isFlexItem": { "alias": "isFlexItem"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
|
-
}
|
|
1
|
+
import { JsonSchemaFormService } from '@ng-formworks/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FlexLayoutRootComponent {
|
|
4
|
+
private jsf;
|
|
5
|
+
dataIndex: number[];
|
|
6
|
+
layoutIndex: number[];
|
|
7
|
+
layout: any[];
|
|
8
|
+
isFlexItem: boolean;
|
|
9
|
+
constructor(jsf: JsonSchemaFormService);
|
|
10
|
+
removeItem(item: any): void;
|
|
11
|
+
getFlexAttribute(node: any, attribute: string): any;
|
|
12
|
+
showWidget(layoutNode: any): boolean;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlexLayoutRootComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlexLayoutRootComponent, "flex-layout-root-widget", never, { "dataIndex": { "alias": "dataIndex"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "isFlexItem": { "alias": "isFlexItem"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AbstractControl } from '@angular/forms';
|
|
3
|
-
import { JsonSchemaFormService } from '@ng-formworks/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class FlexLayoutSectionComponent implements OnInit {
|
|
6
|
-
private jsf;
|
|
7
|
-
formControl: AbstractControl;
|
|
8
|
-
controlName: string;
|
|
9
|
-
controlValue: any;
|
|
10
|
-
controlDisabled: boolean;
|
|
11
|
-
boundControl: boolean;
|
|
12
|
-
options: any;
|
|
13
|
-
expanded: boolean;
|
|
14
|
-
containerType: string;
|
|
15
|
-
layoutNode: any;
|
|
16
|
-
layoutIndex: number[];
|
|
17
|
-
dataIndex: number[];
|
|
18
|
-
constructor(jsf: JsonSchemaFormService);
|
|
19
|
-
get sectionTitle(): string;
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
toggleExpanded(): void;
|
|
22
|
-
getFlexAttribute(attribute: string): any;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FlexLayoutSectionComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FlexLayoutSectionComponent, "flex-layout-section-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
25
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl } from '@angular/forms';
|
|
3
|
+
import { JsonSchemaFormService } from '@ng-formworks/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FlexLayoutSectionComponent implements OnInit {
|
|
6
|
+
private jsf;
|
|
7
|
+
formControl: AbstractControl;
|
|
8
|
+
controlName: string;
|
|
9
|
+
controlValue: any;
|
|
10
|
+
controlDisabled: boolean;
|
|
11
|
+
boundControl: boolean;
|
|
12
|
+
options: any;
|
|
13
|
+
expanded: boolean;
|
|
14
|
+
containerType: string;
|
|
15
|
+
layoutNode: any;
|
|
16
|
+
layoutIndex: number[];
|
|
17
|
+
dataIndex: number[];
|
|
18
|
+
constructor(jsf: JsonSchemaFormService);
|
|
19
|
+
get sectionTitle(): string;
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
toggleExpanded(): void;
|
|
22
|
+
getFlexAttribute(attribute: string): any;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlexLayoutSectionComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlexLayoutSectionComponent, "flex-layout-section-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
25
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { JsonSchemaFormService } from '@ng-formworks/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MaterialAddReferenceComponent implements OnInit {
|
|
5
|
-
private jsf;
|
|
6
|
-
options: any;
|
|
7
|
-
itemCount: number;
|
|
8
|
-
previousLayoutIndex: number[];
|
|
9
|
-
previousDataIndex: number[];
|
|
10
|
-
layoutNode: any;
|
|
11
|
-
layoutIndex: number[];
|
|
12
|
-
dataIndex: number[];
|
|
13
|
-
constructor(jsf: JsonSchemaFormService);
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
get showAddButton(): boolean;
|
|
16
|
-
addItem(event: any): void;
|
|
17
|
-
get buttonText(): string;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialAddReferenceComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialAddReferenceComponent, "material-add-reference-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { JsonSchemaFormService } from '@ng-formworks/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MaterialAddReferenceComponent implements OnInit {
|
|
5
|
+
private jsf;
|
|
6
|
+
options: any;
|
|
7
|
+
itemCount: number;
|
|
8
|
+
previousLayoutIndex: number[];
|
|
9
|
+
previousDataIndex: number[];
|
|
10
|
+
layoutNode: any;
|
|
11
|
+
layoutIndex: number[];
|
|
12
|
+
dataIndex: number[];
|
|
13
|
+
constructor(jsf: JsonSchemaFormService);
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
get showAddButton(): boolean;
|
|
16
|
+
addItem(event: any): void;
|
|
17
|
+
get buttonText(): string;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialAddReferenceComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialAddReferenceComponent, "material-add-reference-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AbstractControl } from '@angular/forms';
|
|
3
|
-
import { JsonSchemaFormService } from '@ng-formworks/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MaterialButtonGroupComponent implements OnInit {
|
|
6
|
-
private jsf;
|
|
7
|
-
formControl: AbstractControl;
|
|
8
|
-
controlName: string;
|
|
9
|
-
controlValue: any;
|
|
10
|
-
controlDisabled: boolean;
|
|
11
|
-
boundControl: boolean;
|
|
12
|
-
options: any;
|
|
13
|
-
radiosList: any[];
|
|
14
|
-
vertical: boolean;
|
|
15
|
-
layoutNode: any;
|
|
16
|
-
layoutIndex: number[];
|
|
17
|
-
dataIndex: number[];
|
|
18
|
-
constructor(jsf: JsonSchemaFormService);
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
updateValue(value: any): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialButtonGroupComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialButtonGroupComponent, "material-button-group-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
23
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl } from '@angular/forms';
|
|
3
|
+
import { JsonSchemaFormService } from '@ng-formworks/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MaterialButtonGroupComponent implements OnInit {
|
|
6
|
+
private jsf;
|
|
7
|
+
formControl: AbstractControl;
|
|
8
|
+
controlName: string;
|
|
9
|
+
controlValue: any;
|
|
10
|
+
controlDisabled: boolean;
|
|
11
|
+
boundControl: boolean;
|
|
12
|
+
options: any;
|
|
13
|
+
radiosList: any[];
|
|
14
|
+
vertical: boolean;
|
|
15
|
+
layoutNode: any;
|
|
16
|
+
layoutIndex: number[];
|
|
17
|
+
dataIndex: number[];
|
|
18
|
+
constructor(jsf: JsonSchemaFormService);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
updateValue(value: any): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialButtonGroupComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialButtonGroupComponent, "material-button-group-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
23
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { AbstractControl } from '@angular/forms';
|
|
3
|
-
import { JsonSchemaFormService } from '@ng-formworks/core';
|
|
4
|
-
import { Subscription } from 'rxjs';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class MaterialButtonComponent implements OnInit, OnDestroy {
|
|
7
|
-
private jsf;
|
|
8
|
-
formControl: AbstractControl;
|
|
9
|
-
controlName: string;
|
|
10
|
-
controlValue: any;
|
|
11
|
-
controlDisabled: boolean;
|
|
12
|
-
boundControl: boolean;
|
|
13
|
-
options: any;
|
|
14
|
-
layoutNode: any;
|
|
15
|
-
layoutIndex: number[];
|
|
16
|
-
dataIndex: number[];
|
|
17
|
-
isValidChangesSubs: Subscription;
|
|
18
|
-
constructor(jsf: JsonSchemaFormService);
|
|
19
|
-
ngOnDestroy(): void;
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
updateValue(event: any): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialButtonComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialButtonComponent, "material-button-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
|
-
}
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl } from '@angular/forms';
|
|
3
|
+
import { JsonSchemaFormService } from '@ng-formworks/core';
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class MaterialButtonComponent implements OnInit, OnDestroy {
|
|
7
|
+
private jsf;
|
|
8
|
+
formControl: AbstractControl;
|
|
9
|
+
controlName: string;
|
|
10
|
+
controlValue: any;
|
|
11
|
+
controlDisabled: boolean;
|
|
12
|
+
boundControl: boolean;
|
|
13
|
+
options: any;
|
|
14
|
+
layoutNode: any;
|
|
15
|
+
layoutIndex: number[];
|
|
16
|
+
dataIndex: number[];
|
|
17
|
+
isValidChangesSubs: Subscription;
|
|
18
|
+
constructor(jsf: JsonSchemaFormService);
|
|
19
|
+
ngOnDestroy(): void;
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
updateValue(event: any): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialButtonComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialButtonComponent, "material-button-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AbstractControl } from '@angular/forms';
|
|
3
|
-
import { JsonSchemaFormService } from '@ng-formworks/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MaterialCheckboxComponent implements OnInit {
|
|
6
|
-
private jsf;
|
|
7
|
-
formControl: AbstractControl;
|
|
8
|
-
controlName: string;
|
|
9
|
-
controlValue: any;
|
|
10
|
-
controlDisabled: boolean;
|
|
11
|
-
boundControl: boolean;
|
|
12
|
-
options: any;
|
|
13
|
-
trueValue: any;
|
|
14
|
-
falseValue: any;
|
|
15
|
-
showSlideToggle: boolean;
|
|
16
|
-
layoutNode: any;
|
|
17
|
-
layoutIndex: number[];
|
|
18
|
-
dataIndex: number[];
|
|
19
|
-
constructor(jsf: JsonSchemaFormService);
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
updateValue(event: any): void;
|
|
22
|
-
get isChecked(): boolean;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialCheckboxComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialCheckboxComponent, "material-checkbox-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
25
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl } from '@angular/forms';
|
|
3
|
+
import { JsonSchemaFormService } from '@ng-formworks/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MaterialCheckboxComponent implements OnInit {
|
|
6
|
+
private jsf;
|
|
7
|
+
formControl: AbstractControl;
|
|
8
|
+
controlName: string;
|
|
9
|
+
controlValue: any;
|
|
10
|
+
controlDisabled: boolean;
|
|
11
|
+
boundControl: boolean;
|
|
12
|
+
options: any;
|
|
13
|
+
trueValue: any;
|
|
14
|
+
falseValue: any;
|
|
15
|
+
showSlideToggle: boolean;
|
|
16
|
+
layoutNode: any;
|
|
17
|
+
layoutIndex: number[];
|
|
18
|
+
dataIndex: number[];
|
|
19
|
+
constructor(jsf: JsonSchemaFormService);
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
updateValue(event: any): void;
|
|
22
|
+
get isChecked(): boolean;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialCheckboxComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialCheckboxComponent, "material-checkbox-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
25
|
+
}
|