ngx-wapp-components 3.2.2-alpha.5 → 3.2.2-alpha.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-wapp-components",
3
- "version": "3.2.2-alpha.5",
3
+ "version": "3.2.2-alpha.7",
4
4
  "description": "This is a Wapping reusable component library published by Wapping.",
5
5
  "keywords": [
6
6
  "code",
@@ -58,6 +58,5 @@
58
58
  "types": "./types/ngx-wapp-components.d.ts",
59
59
  "default": "./fesm2022/ngx-wapp-components.mjs"
60
60
  }
61
- },
62
- "type": "module"
61
+ }
63
62
  }
@@ -557,6 +557,7 @@ interface CustomButtonConfig {
557
557
  buttonId: number;
558
558
  icon: string;
559
559
  disableProperty?: string;
560
+ hideProperty?: string;
560
561
  color?: CustomColor;
561
562
  }
562
563