@wavemaker/app-ng-runtime 11.8.3-next.27390 → 11.8.3-next.27392
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.
- app-ng-runtime/components/input/default/bundles/index.umd.js +6 -2
- app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +7 -3
- app-ng-runtime/components/input/default/fesm2022/index.mjs +6 -2
- app-ng-runtime/components/input/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/core/bundles/index.umd.js +2 -2
- app-ng-runtime/core/esm2022/utils/utils.mjs +2 -2
- app-ng-runtime/core/fesm2022/index.mjs +1 -1
- app-ng-runtime/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/core/utils/utils.d.ts +2 -1
- app-ng-runtime/package.json +1 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Subject } from 'rxjs';
|
|
2
|
+
import "x2js";
|
|
2
3
|
export declare const enum EVENT_LIFE {
|
|
3
4
|
ONCE = 0,
|
|
4
5
|
WINDOW = 1
|
|
@@ -76,7 +77,7 @@ export declare const generateGUId: () => string;
|
|
|
76
77
|
*/
|
|
77
78
|
export declare const validateAccessRoles: (roleExp: any, loggedInUser: any) => number | true;
|
|
78
79
|
export declare const getValidJSON: (content: any) => any;
|
|
79
|
-
export declare const xmlToJson: (xmlString: any) =>
|
|
80
|
+
export declare const xmlToJson: (xmlString: any) => any;
|
|
80
81
|
export declare const findValueOf: (obj: any, key: any, create?: any) => any;
|
|
81
82
|
export declare const extractType: (typeRef: string) => string;
|
|
82
83
|
export declare const isNumberType: (type: any) => boolean;
|