@ng-formworks/material 17.6.8 → 17.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.
@@ -1,4 +1,4 @@
1
- import { MatButtonModule } from '@angular/material/button';
1
+ import { DragDropModule } from '@angular/cdk/drag-drop';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./widgets/flex-layout-root.component";
4
4
  import * as i2 from "./widgets/flex-layout-section.component";
@@ -53,7 +53,7 @@ import * as i46 from "@ng-formworks/cssframework";
53
53
  * MatSidenavModule, MatSnackBarModule, MatSortModule, MatTableModule,
54
54
  * ,
55
55
  */
56
- export declare const ANGULAR_MATERIAL_MODULES: (typeof MatButtonModule)[];
56
+ export declare const ANGULAR_MATERIAL_MODULES: (typeof DragDropModule)[];
57
57
  export declare class MaterialDesignFrameworkModule {
58
58
  constructor();
59
59
  static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDesignFrameworkModule, never>;
@@ -18,7 +18,7 @@ import { MaterialSliderComponent } from './material-slider.component';
18
18
  import { MaterialStepperComponent } from './material-stepper.component';
19
19
  import { MaterialTabsComponent } from './material-tabs.component';
20
20
  import { MaterialTextareaComponent } from './material-textarea.component';
21
- export 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)[];
21
+ export declare const MATERIAL_FRAMEWORK_COMPONENTS: (typeof FlexLayoutRootComponent | typeof MaterialAddReferenceComponent | typeof MaterialDesignFrameworkComponent | typeof FlexLayoutSectionComponent | 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)[];
22
22
  export { FlexLayoutRootComponent } from './flex-layout-root.component';
23
23
  export { FlexLayoutSectionComponent } from './flex-layout-section.component';
24
24
  export { MaterialAddReferenceComponent } from './material-add-reference.component';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-formworks/material",
3
- "version": "17.6.8",
3
+ "version": "17.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": [
@@ -38,8 +38,8 @@
38
38
  "private": false,
39
39
  "dependencies": {
40
40
  "lodash-es": "~4.17.21",
41
- "@ng-formworks/core": "~17.6.8",
42
- "@ng-formworks/cssframework": "~17.6.8",
41
+ "@ng-formworks/core": "~17.6.9",
42
+ "@ng-formworks/cssframework": "~17.6.9",
43
43
  "tslib": "^2.0.0"
44
44
  },
45
45
  "peerDependencies": {