@ng-formworks/material 20.6.7 → 20.6.8

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
12
  import * as _angular_material_form_field_d_DYwAHGRh from '@angular/material/form-field.d-DYwAHGRh';
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';
@@ -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 MatAutocompleteModule)[];
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 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)[];
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 MaterialOneOfComponent | typeof MaterialTabsComponent | 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.7",
3
+ "version": "20.6.8",
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.7",
51
- "@ng-formworks/cssframework": "~20.6.7",
50
+ "@ng-formworks/core": "~20.6.8",
51
+ "@ng-formworks/cssframework": "~20.6.8",
52
52
  "tslib": "^2.7.0"
53
53
  },
54
54
  "peerDependencies": {