@ng-formworks/material 16.6.0 → 16.6.3

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.
@@ -39,6 +39,7 @@ export declare class MaterialDesignFramework extends CssFramework {
39
39
  submit: string;
40
40
  tagsinput: string;
41
41
  wizard: string;
42
+ selectcheckbox: string;
42
43
  };
43
44
  constructor(cssFWService: CssframeworkService);
44
45
  static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDesignFramework, never>;
@@ -1,8 +1,8 @@
1
- import { OnInit } from '@angular/core';
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { AbstractControl } from '@angular/forms';
3
3
  import { JsonSchemaFormService } from '@ng-formworks/core';
4
4
  import * as i0 from "@angular/core";
5
- export declare class MaterialSliderComponent implements OnInit {
5
+ export declare class MaterialSliderComponent implements OnInit, OnDestroy {
6
6
  private jsf;
7
7
  formControl: AbstractControl;
8
8
  controlName: string;
@@ -23,6 +23,7 @@ export declare class MaterialSliderComponent implements OnInit {
23
23
  constructor(jsf: JsonSchemaFormService);
24
24
  ngOnInit(): void;
25
25
  updateValue(event: any): void;
26
+ ngOnDestroy(): void;
26
27
  static ɵfac: i0.ɵɵFactoryDeclaration<MaterialSliderComponent, never>;
27
28
  static ɵcmp: i0.ɵɵComponentDeclaration<MaterialSliderComponent, "material-slider-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
28
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-formworks/material",
3
- "version": "16.6.0",
3
+ "version": "16.6.3",
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": "~16.6.0",
42
- "@ng-formworks/cssframework": "~16.6.0",
41
+ "@ng-formworks/core": "~16.6.3",
42
+ "@ng-formworks/cssframework": "~16.6.3",
43
43
  "tslib": "^2.0.0"
44
44
  },
45
45
  "peerDependencies": {