@ng-formworks/material 20.6.9 → 21.6.9
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-formworks/material",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.6.9",
|
|
4
4
|
"description": "Angular ng-formworks - JSON Schema Form builder using Angular Material UI",
|
|
5
5
|
"author": "https://github.com/zahmo/ng-formworks/graphs/contributors",
|
|
6
6
|
"keywords": [
|
|
@@ -18,6 +18,8 @@
|
|
|
18
18
|
"Angular 19",
|
|
19
19
|
"Angular20",
|
|
20
20
|
"Angular 20",
|
|
21
|
+
"Angular21",
|
|
22
|
+
"Angular 21",
|
|
21
23
|
"ng15",
|
|
22
24
|
"ng16",
|
|
23
25
|
"ng17",
|
|
@@ -47,22 +49,22 @@
|
|
|
47
49
|
"private": false,
|
|
48
50
|
"dependencies": {
|
|
49
51
|
"lodash-es": "~4.17.21",
|
|
50
|
-
"@ng-formworks/core": "~
|
|
51
|
-
"@ng-formworks/cssframework": "~
|
|
52
|
+
"@ng-formworks/core": "~21.6.9",
|
|
53
|
+
"@ng-formworks/cssframework": "~21.6.9",
|
|
52
54
|
"tslib": "^2.7.0"
|
|
53
55
|
},
|
|
54
56
|
"peerDependencies": {
|
|
55
|
-
"@angular/material": ">=
|
|
56
|
-
"@angular/cdk": ">=
|
|
57
|
+
"@angular/material": ">=21.0.0",
|
|
58
|
+
"@angular/cdk": ">=21.0.0"
|
|
57
59
|
},
|
|
58
60
|
"module": "fesm2022/ng-formworks-material.mjs",
|
|
59
|
-
"typings": "
|
|
61
|
+
"typings": "types/ng-formworks-material.d.ts",
|
|
60
62
|
"exports": {
|
|
61
63
|
"./package.json": {
|
|
62
64
|
"default": "./package.json"
|
|
63
65
|
},
|
|
64
66
|
".": {
|
|
65
|
-
"types": "./
|
|
67
|
+
"types": "./types/ng-formworks-material.d.ts",
|
|
66
68
|
"default": "./fesm2022/ng-formworks-material.mjs"
|
|
67
69
|
}
|
|
68
70
|
},
|
|
@@ -9,7 +9,7 @@ import * as i44 from '@angular/cdk/drag-drop';
|
|
|
9
9
|
import { CdkDragDrop, CdkDrag, DragDropModule } from '@angular/cdk/drag-drop';
|
|
10
10
|
import * as i22 from '@angular/forms';
|
|
11
11
|
import { AbstractControl } from '@angular/forms';
|
|
12
|
-
import * as
|
|
12
|
+
import * as _angular_material_form_field from '@angular/material/form-field';
|
|
13
13
|
import * as i21 from '@angular/common';
|
|
14
14
|
import * as i23 from '@angular/material/autocomplete';
|
|
15
15
|
import * as i24 from '@angular/material/button';
|
|
@@ -19,7 +19,6 @@ import * as i27 from '@angular/material/checkbox';
|
|
|
19
19
|
import * as i28 from '@angular/material/chips';
|
|
20
20
|
import * as i29 from '@angular/material/datepicker';
|
|
21
21
|
import * as i30 from '@angular/material/expansion';
|
|
22
|
-
import * as i31 from '@angular/material/form-field';
|
|
23
22
|
import * as i32 from '@angular/material/icon';
|
|
24
23
|
import * as i33 from '@angular/material/input';
|
|
25
24
|
import * as i34 from '@angular/material/core';
|
|
@@ -279,7 +278,7 @@ declare class MaterialChipListComponent implements OnInit, OnDestroy {
|
|
|
279
278
|
}
|
|
280
279
|
|
|
281
280
|
declare class MaterialDatepickerComponent implements OnInit, OnDestroy {
|
|
282
|
-
matFormFieldDefaultOptions:
|
|
281
|
+
matFormFieldDefaultOptions: _angular_material_form_field.MatFormFieldDefaultOptions;
|
|
283
282
|
private jsf;
|
|
284
283
|
formControl: AbstractControl;
|
|
285
284
|
controlName: string;
|
|
@@ -316,7 +315,7 @@ declare class MaterialFileComponent implements OnInit, OnDestroy {
|
|
|
316
315
|
}
|
|
317
316
|
|
|
318
317
|
declare class MaterialInputComponent implements OnInit, OnDestroy {
|
|
319
|
-
matFormFieldDefaultOptions:
|
|
318
|
+
matFormFieldDefaultOptions: _angular_material_form_field.MatFormFieldDefaultOptions;
|
|
320
319
|
private jsf;
|
|
321
320
|
formControl: AbstractControl;
|
|
322
321
|
controlName: string;
|
|
@@ -339,7 +338,7 @@ declare class MaterialInputComponent implements OnInit, OnDestroy {
|
|
|
339
338
|
}
|
|
340
339
|
|
|
341
340
|
declare class MaterialNumberComponent implements OnInit, OnDestroy {
|
|
342
|
-
matFormFieldDefaultOptions:
|
|
341
|
+
matFormFieldDefaultOptions: _angular_material_form_field.MatFormFieldDefaultOptions;
|
|
343
342
|
private jsf;
|
|
344
343
|
formControl: AbstractControl;
|
|
345
344
|
controlName: string;
|
|
@@ -383,7 +382,7 @@ declare class MaterialRadiosComponent implements OnInit, OnDestroy {
|
|
|
383
382
|
}
|
|
384
383
|
|
|
385
384
|
declare class MaterialSelectComponent implements OnInit, OnDestroy {
|
|
386
|
-
matFormFieldDefaultOptions:
|
|
385
|
+
matFormFieldDefaultOptions: _angular_material_form_field.MatFormFieldDefaultOptions;
|
|
387
386
|
private jsf;
|
|
388
387
|
formControl: AbstractControl;
|
|
389
388
|
controlName: string;
|
|
@@ -447,7 +446,7 @@ declare class MaterialStepperComponent implements OnInit, OnDestroy {
|
|
|
447
446
|
}
|
|
448
447
|
|
|
449
448
|
declare class MaterialTextareaComponent implements OnInit, OnDestroy {
|
|
450
|
-
matFormFieldDefaultOptions:
|
|
449
|
+
matFormFieldDefaultOptions: _angular_material_form_field.MatFormFieldDefaultOptions;
|
|
451
450
|
private jsf;
|
|
452
451
|
formControl: AbstractControl;
|
|
453
452
|
controlName: string;
|
|
@@ -476,7 +475,7 @@ declare const ANGULAR_MATERIAL_MODULES: (typeof DragDropModule)[];
|
|
|
476
475
|
declare class MaterialDesignFrameworkModule {
|
|
477
476
|
constructor();
|
|
478
477
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialDesignFrameworkModule, never>;
|
|
479
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<MaterialDesignFrameworkModule, [typeof FlexLayoutRootComponent, typeof FlexLayoutSectionComponent, typeof MaterialAddReferenceComponent, typeof MaterialOneOfComponent, typeof MaterialButtonComponent, typeof MaterialButtonGroupComponent, typeof MaterialCheckboxComponent, typeof MaterialCheckboxesComponent, typeof MaterialChipListComponent, typeof MaterialDatepickerComponent, typeof MaterialFileComponent, typeof MaterialInputComponent, typeof MaterialNumberComponent, typeof MaterialRadiosComponent, typeof MaterialSelectComponent, typeof MaterialSliderComponent, typeof MaterialStepperComponent, typeof MaterialTabsComponent, typeof MaterialTextareaComponent, typeof 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
|
|
478
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<MaterialDesignFrameworkModule, [typeof FlexLayoutRootComponent, typeof FlexLayoutSectionComponent, typeof MaterialAddReferenceComponent, typeof MaterialOneOfComponent, typeof MaterialButtonComponent, typeof MaterialButtonGroupComponent, typeof MaterialCheckboxComponent, typeof MaterialCheckboxesComponent, typeof MaterialChipListComponent, typeof MaterialDatepickerComponent, typeof MaterialFileComponent, typeof MaterialInputComponent, typeof MaterialNumberComponent, typeof MaterialRadiosComponent, typeof MaterialSelectComponent, typeof MaterialSliderComponent, typeof MaterialStepperComponent, typeof MaterialTabsComponent, typeof MaterialTextareaComponent, typeof 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 _angular_material_form_field.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 i45.JsonSchemaFormModule, typeof FlexLayoutRootComponent, typeof FlexLayoutSectionComponent, typeof MaterialAddReferenceComponent, typeof MaterialOneOfComponent, typeof MaterialButtonComponent, typeof MaterialButtonGroupComponent, typeof MaterialCheckboxComponent, typeof MaterialCheckboxesComponent, typeof MaterialChipListComponent, typeof MaterialDatepickerComponent, typeof MaterialFileComponent, typeof MaterialInputComponent, typeof MaterialNumberComponent, typeof MaterialRadiosComponent, typeof MaterialSelectComponent, typeof MaterialSliderComponent, typeof MaterialStepperComponent, typeof MaterialTabsComponent, typeof MaterialTextareaComponent, typeof MaterialDesignFrameworkComponent]>;
|
|
480
479
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<MaterialDesignFrameworkModule>;
|
|
481
480
|
}
|
|
482
481
|
|