@ng-formworks/material 20.6.7 → 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
|
@@ -5,14 +5,13 @@ import { FrameworkLibraryService, TitleMapItem, isArray } from '@ng-formworks/co
|
|
|
5
5
|
import * as i46 from '@ng-formworks/cssframework';
|
|
6
6
|
import { CssframeworkService, CssFramework } from '@ng-formworks/cssframework';
|
|
7
7
|
import { Subscription } from 'rxjs';
|
|
8
|
-
import * as i23 from '@angular/material/autocomplete';
|
|
9
|
-
import { MatAutocompleteModule } from '@angular/material/autocomplete';
|
|
10
8
|
import * as i44 from '@angular/cdk/drag-drop';
|
|
11
|
-
import { CdkDragDrop, CdkDrag } from '@angular/cdk/drag-drop';
|
|
9
|
+
import { CdkDragDrop, CdkDrag, DragDropModule } from '@angular/cdk/drag-drop';
|
|
12
10
|
import * as i22 from '@angular/forms';
|
|
13
11
|
import { AbstractControl } from '@angular/forms';
|
|
14
|
-
import * as
|
|
12
|
+
import * as _angular_material_form_field_d from '@angular/material/form-field.d';
|
|
15
13
|
import * as i21 from '@angular/common';
|
|
14
|
+
import * as i23 from '@angular/material/autocomplete';
|
|
16
15
|
import * as i24 from '@angular/material/button';
|
|
17
16
|
import * as i25 from '@angular/material/button-toggle';
|
|
18
17
|
import * as i26 from '@angular/material/card';
|
|
@@ -280,7 +279,7 @@ declare class MaterialChipListComponent implements OnInit, OnDestroy {
|
|
|
280
279
|
}
|
|
281
280
|
|
|
282
281
|
declare class MaterialDatepickerComponent implements OnInit, OnDestroy {
|
|
283
|
-
matFormFieldDefaultOptions:
|
|
282
|
+
matFormFieldDefaultOptions: _angular_material_form_field_d.MatFormFieldDefaultOptions;
|
|
284
283
|
private jsf;
|
|
285
284
|
formControl: AbstractControl;
|
|
286
285
|
controlName: string;
|
|
@@ -317,7 +316,7 @@ declare class MaterialFileComponent implements OnInit, OnDestroy {
|
|
|
317
316
|
}
|
|
318
317
|
|
|
319
318
|
declare class MaterialInputComponent implements OnInit, OnDestroy {
|
|
320
|
-
matFormFieldDefaultOptions:
|
|
319
|
+
matFormFieldDefaultOptions: _angular_material_form_field_d.MatFormFieldDefaultOptions;
|
|
321
320
|
private jsf;
|
|
322
321
|
formControl: AbstractControl;
|
|
323
322
|
controlName: string;
|
|
@@ -340,7 +339,7 @@ declare class MaterialInputComponent implements OnInit, OnDestroy {
|
|
|
340
339
|
}
|
|
341
340
|
|
|
342
341
|
declare class MaterialNumberComponent implements OnInit, OnDestroy {
|
|
343
|
-
matFormFieldDefaultOptions:
|
|
342
|
+
matFormFieldDefaultOptions: _angular_material_form_field_d.MatFormFieldDefaultOptions;
|
|
344
343
|
private jsf;
|
|
345
344
|
formControl: AbstractControl;
|
|
346
345
|
controlName: string;
|
|
@@ -384,7 +383,7 @@ declare class MaterialRadiosComponent implements OnInit, OnDestroy {
|
|
|
384
383
|
}
|
|
385
384
|
|
|
386
385
|
declare class MaterialSelectComponent implements OnInit, OnDestroy {
|
|
387
|
-
matFormFieldDefaultOptions:
|
|
386
|
+
matFormFieldDefaultOptions: _angular_material_form_field_d.MatFormFieldDefaultOptions;
|
|
388
387
|
private jsf;
|
|
389
388
|
formControl: AbstractControl;
|
|
390
389
|
controlName: string;
|
|
@@ -448,7 +447,7 @@ declare class MaterialStepperComponent implements OnInit, OnDestroy {
|
|
|
448
447
|
}
|
|
449
448
|
|
|
450
449
|
declare class MaterialTextareaComponent implements OnInit, OnDestroy {
|
|
451
|
-
matFormFieldDefaultOptions:
|
|
450
|
+
matFormFieldDefaultOptions: _angular_material_form_field_d.MatFormFieldDefaultOptions;
|
|
452
451
|
private jsf;
|
|
453
452
|
formControl: AbstractControl;
|
|
454
453
|
controlName: string;
|
|
@@ -473,7 +472,7 @@ declare class MaterialTextareaComponent implements OnInit, OnDestroy {
|
|
|
473
472
|
* MatSidenavModule, MatSnackBarModule, MatSortModule, MatTableModule,
|
|
474
473
|
* ,
|
|
475
474
|
*/
|
|
476
|
-
declare const ANGULAR_MATERIAL_MODULES: (typeof
|
|
475
|
+
declare const ANGULAR_MATERIAL_MODULES: (typeof DragDropModule)[];
|
|
477
476
|
declare class MaterialDesignFrameworkModule {
|
|
478
477
|
constructor();
|
|
479
478
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialDesignFrameworkModule, never>;
|
|
@@ -481,7 +480,7 @@ declare class MaterialDesignFrameworkModule {
|
|
|
481
480
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<MaterialDesignFrameworkModule>;
|
|
482
481
|
}
|
|
483
482
|
|
|
484
|
-
declare const MATERIAL_FRAMEWORK_COMPONENTS: (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)[];
|
|
485
484
|
|
|
486
485
|
declare class MaterialDesignFramework extends CssFramework {
|
|
487
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": {
|