@wavemaker/angular-codegen 11.4.2-rc.5378 → 11.4.2-rc.5379
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.
- angular-codegen/angular-app/package-lock.json +3 -3
- angular-codegen/angular-app/package.json +2 -2
- angular-codegen/dependencies/pipe-provider.cjs.js +1 -1
- angular-codegen/dependencies/transpilation-mobile.cjs.js +1 -1
- angular-codegen/dependencies/transpilation-web.cjs.js +1 -1
- angular-codegen/package.json +1 -1
|
@@ -5960,9 +5960,9 @@
|
|
|
5960
5960
|
}
|
|
5961
5961
|
},
|
|
5962
5962
|
"@wavemaker/variables": {
|
|
5963
|
-
"version": "11.4.2-rc.
|
|
5964
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.2-rc.
|
|
5965
|
-
"integrity": "sha512-
|
|
5963
|
+
"version": "11.4.2-rc.5379",
|
|
5964
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.2-rc.5379.tgz",
|
|
5965
|
+
"integrity": "sha512-QeXe2LDaWqJbijt3XSxOawdwmP27iYWoXAfnaItsFNpDSzqhsZB4BQrrWyTrd/N/YW7VK50RGqSjGjqx8ajtrA==",
|
|
5966
5966
|
"requires": {
|
|
5967
5967
|
"@metrichor/jmespath": "^0.3.1",
|
|
5968
5968
|
"he": "^1.2.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@metrichor/jmespath": "^0.3.1",
|
|
48
48
|
"@wavemaker.com/nvd3": "1.0.0",
|
|
49
49
|
"@wavemaker/focus-trap": "^1.0.0",
|
|
50
|
-
"@wavemaker/variables": "11.4.2-rc.
|
|
50
|
+
"@wavemaker/variables": "11.4.2-rc.5379",
|
|
51
51
|
"@ztree/ztree_v3": "^3.5.48",
|
|
52
52
|
"angular-imask": "6.0.4",
|
|
53
53
|
"angular2-websocket": "0.9.7",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"tslib": "^2.0.0",
|
|
73
73
|
"x2js": "3.2.6",
|
|
74
74
|
"zone.js": "~0.11.4",
|
|
75
|
-
"@wavemaker/app-ng-runtime": "11.4.2-rc.
|
|
75
|
+
"@wavemaker/app-ng-runtime": "11.4.2-rc.5379"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@ampproject/rollup-plugin-closure-compiler": "0.8.5",
|
|
@@ -46992,7 +46992,7 @@ const VALIDATOR = {
|
|
|
46992
46992
|
EXCLUDEDAYS: 'excludedays'
|
|
46993
46993
|
};
|
|
46994
46994
|
const transformFileURI = (url) => {
|
|
46995
|
-
if (url && hasCordova() && url.startsWith('file://')) {
|
|
46995
|
+
if (_.isString(url) && hasCordova() && url.startsWith('file://')) {
|
|
46996
46996
|
if (isIos()) {
|
|
46997
46997
|
return url.replace('file://', '/_app_file_');
|
|
46998
46998
|
}
|
|
@@ -43070,7 +43070,7 @@ const VALIDATOR = {
|
|
|
43070
43070
|
EXCLUDEDAYS: 'excludedays'
|
|
43071
43071
|
};
|
|
43072
43072
|
const transformFileURI = (url) => {
|
|
43073
|
-
if (url && hasCordova() && url.startsWith('file://')) {
|
|
43073
|
+
if (_.isString(url) && hasCordova() && url.startsWith('file://')) {
|
|
43074
43074
|
if (isIos()) {
|
|
43075
43075
|
return url.replace('file://', '/_app_file_');
|
|
43076
43076
|
}
|
|
@@ -43070,7 +43070,7 @@ const VALIDATOR = {
|
|
|
43070
43070
|
EXCLUDEDAYS: 'excludedays'
|
|
43071
43071
|
};
|
|
43072
43072
|
const transformFileURI = (url) => {
|
|
43073
|
-
if (url && hasCordova() && url.startsWith('file://')) {
|
|
43073
|
+
if (_.isString(url) && hasCordova() && url.startsWith('file://')) {
|
|
43074
43074
|
if (isIos()) {
|
|
43075
43075
|
return url.replace('file://', '/_app_file_');
|
|
43076
43076
|
}
|