ngx-wapp-components 3.0.27 → 3.0.28
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.0.
|
|
3
|
+
"version": "3.0.28",
|
|
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
|
-
|
|
63
|
-
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -1010,6 +1010,8 @@ declare class WEditTreeselectComponent implements OnInit, OnChanges, ControlValu
|
|
|
1010
1010
|
setDisabledState(isDisabled: boolean): void;
|
|
1011
1011
|
onOptionSelected(): void;
|
|
1012
1012
|
onOptionSelectedForm(event: any): void;
|
|
1013
|
+
onClear(): void;
|
|
1014
|
+
onClearForm(): void;
|
|
1013
1015
|
onInputBlur(event: Event): void;
|
|
1014
1016
|
getSizeName(value: number): string;
|
|
1015
1017
|
isRequiredValid(): boolean;
|