@ng-formworks/material 20.6.8 → 20.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/index.d.ts
CHANGED
|
@@ -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_d from '@angular/material/form-field.d';
|
|
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';
|
|
@@ -279,7 +279,7 @@ declare class MaterialChipListComponent implements OnInit, OnDestroy {
|
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
declare class MaterialDatepickerComponent implements OnInit, OnDestroy {
|
|
282
|
-
matFormFieldDefaultOptions:
|
|
282
|
+
matFormFieldDefaultOptions: _angular_material_form_field_d.MatFormFieldDefaultOptions;
|
|
283
283
|
private jsf;
|
|
284
284
|
formControl: AbstractControl;
|
|
285
285
|
controlName: string;
|
|
@@ -316,7 +316,7 @@ declare class MaterialFileComponent implements OnInit, OnDestroy {
|
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
declare class MaterialInputComponent implements OnInit, OnDestroy {
|
|
319
|
-
matFormFieldDefaultOptions:
|
|
319
|
+
matFormFieldDefaultOptions: _angular_material_form_field_d.MatFormFieldDefaultOptions;
|
|
320
320
|
private jsf;
|
|
321
321
|
formControl: AbstractControl;
|
|
322
322
|
controlName: string;
|
|
@@ -339,7 +339,7 @@ declare class MaterialInputComponent implements OnInit, OnDestroy {
|
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
declare class MaterialNumberComponent implements OnInit, OnDestroy {
|
|
342
|
-
matFormFieldDefaultOptions:
|
|
342
|
+
matFormFieldDefaultOptions: _angular_material_form_field_d.MatFormFieldDefaultOptions;
|
|
343
343
|
private jsf;
|
|
344
344
|
formControl: AbstractControl;
|
|
345
345
|
controlName: string;
|
|
@@ -383,7 +383,7 @@ declare class MaterialRadiosComponent implements OnInit, OnDestroy {
|
|
|
383
383
|
}
|
|
384
384
|
|
|
385
385
|
declare class MaterialSelectComponent implements OnInit, OnDestroy {
|
|
386
|
-
matFormFieldDefaultOptions:
|
|
386
|
+
matFormFieldDefaultOptions: _angular_material_form_field_d.MatFormFieldDefaultOptions;
|
|
387
387
|
private jsf;
|
|
388
388
|
formControl: AbstractControl;
|
|
389
389
|
controlName: string;
|
|
@@ -447,7 +447,7 @@ declare class MaterialStepperComponent implements OnInit, OnDestroy {
|
|
|
447
447
|
}
|
|
448
448
|
|
|
449
449
|
declare class MaterialTextareaComponent implements OnInit, OnDestroy {
|
|
450
|
-
matFormFieldDefaultOptions:
|
|
450
|
+
matFormFieldDefaultOptions: _angular_material_form_field_d.MatFormFieldDefaultOptions;
|
|
451
451
|
private jsf;
|
|
452
452
|
formControl: AbstractControl;
|
|
453
453
|
controlName: string;
|
|
@@ -480,7 +480,7 @@ declare class MaterialDesignFrameworkModule {
|
|
|
480
480
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<MaterialDesignFrameworkModule>;
|
|
481
481
|
}
|
|
482
482
|
|
|
483
|
-
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
|
|
483
|
+
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)[];
|
|
484
484
|
|
|
485
485
|
declare class MaterialDesignFramework extends CssFramework {
|
|
486
486
|
cssFWService: CssframeworkService;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-formworks/material",
|
|
3
|
-
"version": "20.6.
|
|
3
|
+
"version": "20.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": [
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"private": false,
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"lodash-es": "~4.17.21",
|
|
50
|
-
"@ng-formworks/core": "~20.6.
|
|
51
|
-
"@ng-formworks/cssframework": "~20.6.
|
|
50
|
+
"@ng-formworks/core": "~20.6.9",
|
|
51
|
+
"@ng-formworks/cssframework": "~20.6.9",
|
|
52
52
|
"tslib": "^2.7.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|