@ng-formworks/material 20.6.3 → 20.6.4
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 +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -477,7 +477,7 @@ declare class MaterialDesignFrameworkModule {
|
|
|
477
477
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<MaterialDesignFrameworkModule>;
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
-
declare const MATERIAL_FRAMEWORK_COMPONENTS: (typeof MaterialTextareaComponent | typeof MaterialStepperComponent | typeof MaterialSliderComponent | typeof
|
|
480
|
+
declare const MATERIAL_FRAMEWORK_COMPONENTS: (typeof MaterialTextareaComponent | typeof MaterialStepperComponent | typeof MaterialSliderComponent | typeof MaterialSelectComponent | typeof MaterialRadiosComponent | typeof MaterialOneOfComponent | typeof MaterialTabsComponent | typeof MaterialNumberComponent | typeof MaterialInputComponent | typeof MaterialFileComponent | typeof MaterialDatepickerComponent | typeof MaterialChipListComponent | typeof MaterialCheckboxesComponent | typeof MaterialCheckboxComponent | typeof MaterialButtonGroupComponent | typeof MaterialButtonComponent | typeof MaterialAddReferenceComponent | typeof FlexLayoutSectionComponent | typeof FlexLayoutRootComponent | typeof MaterialDesignFrameworkComponent)[];
|
|
481
481
|
|
|
482
482
|
declare class MaterialDesignFramework extends CssFramework {
|
|
483
483
|
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.4",
|
|
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.4",
|
|
51
|
+
"@ng-formworks/cssframework": "~20.6.4",
|
|
52
52
|
"tslib": "^2.7.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|