ngx-wapp-components 3.0.40 → 3.1.0
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.1.0",
|
|
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
|
}
|
|
@@ -523,7 +523,8 @@ declare enum NotificationsEventEnum {
|
|
|
523
523
|
}
|
|
524
524
|
declare enum PeriodSelectEnum {
|
|
525
525
|
Last24Hours = 1,
|
|
526
|
-
|
|
526
|
+
Last3Months = 2,
|
|
527
|
+
Custom = 3
|
|
527
528
|
}
|
|
528
529
|
declare enum CustomColor {
|
|
529
530
|
darkBlue1 = 1,
|
|
@@ -1815,7 +1816,7 @@ declare class WFilterPanelComponent implements OnInit {
|
|
|
1815
1816
|
clearPeriodSelectComponent(): void;
|
|
1816
1817
|
handleEmptyFieldsQuery(queries: QueryResults): QueryResults;
|
|
1817
1818
|
nullableFilterOperationHandle(query: any): void;
|
|
1818
|
-
|
|
1819
|
+
setPeriodSelectValue(query: any): void;
|
|
1819
1820
|
inverseNullableFilterOperationHandle(query: any): void;
|
|
1820
1821
|
keepLocalDateFilterOperationHandle(query: any): void;
|
|
1821
1822
|
modifyTreeListValueParentToNull(query: any): any;
|