fw-webbuilder 1.1.252 → 1.1.253
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/fesm2022/fw-webbuilder.mjs +1 -1
- package/index.d.ts +2 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -996,15 +996,14 @@ declare class WbHideShowConfig implements OnInit {
|
|
|
996
996
|
data: any;
|
|
997
997
|
device: any;
|
|
998
998
|
classCursor: any;
|
|
999
|
-
classOverflowY: any;
|
|
1000
999
|
classFlexDirection: any;
|
|
1001
1000
|
classGap: any;
|
|
1002
1001
|
configTypeDisplay: any;
|
|
1002
|
+
configRequired: any;
|
|
1003
1003
|
/**
|
|
1004
1004
|
* configEnableZoom dùng cho object_product_image
|
|
1005
1005
|
*/
|
|
1006
1006
|
configEnableZoom: any;
|
|
1007
|
-
configRequired: any;
|
|
1008
1007
|
devices: any;
|
|
1009
1008
|
cursorOptions: any[];
|
|
1010
1009
|
dragOptions: any[];
|
|
@@ -1021,9 +1020,8 @@ declare class WbHideShowConfig implements OnInit {
|
|
|
1021
1020
|
updateConfig(): void;
|
|
1022
1021
|
updateHidden(key: string, value: boolean): void;
|
|
1023
1022
|
onChangedirection(): void;
|
|
1024
|
-
changeOverFlow(): void;
|
|
1025
1023
|
static ɵfac: i0.ɵɵFactoryDeclaration<WbHideShowConfig, never>;
|
|
1026
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WbHideShowConfig, "wb-hide-show-config", never, { "data": { "alias": "data"; "required": false; }; "device": { "alias": "device"; "required": false; }; "classCursor": { "alias": "classCursor"; "required": false; }; "
|
|
1024
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WbHideShowConfig, "wb-hide-show-config", never, { "data": { "alias": "data"; "required": false; }; "device": { "alias": "device"; "required": false; }; "classCursor": { "alias": "classCursor"; "required": false; }; "classFlexDirection": { "alias": "classFlexDirection"; "required": false; }; "classGap": { "alias": "classGap"; "required": false; }; "configTypeDisplay": { "alias": "configTypeDisplay"; "required": false; }; "configRequired": { "alias": "configRequired"; "required": false; }; "configEnableZoom": { "alias": "configEnableZoom"; "required": false; }; }, {}, never, never, true, never>;
|
|
1027
1025
|
}
|
|
1028
1026
|
|
|
1029
1027
|
declare class WbIconConfig implements OnInit {
|