@ng-formworks/material 20.6.4 → 20.6.5

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. 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 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)[];
480
+ 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)[];
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.4",
3
+ "version": "20.6.5",
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.4",
51
- "@ng-formworks/cssframework": "~20.6.4",
50
+ "@ng-formworks/core": "~20.6.5",
51
+ "@ng-formworks/cssframework": "~20.6.5",
52
52
  "tslib": "^2.7.0"
53
53
  },
54
54
  "peerDependencies": {