@wavemaker/angular-codegen 11.8.5-next.27439 → 11.8.5-next.27442
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.
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@metrichor/jmespath": "0.3.1",
|
|
37
37
|
"@wavemaker/focus-trap": "1.0.1",
|
|
38
38
|
"@wavemaker/nvd3": "1.8.12",
|
|
39
|
-
"@wavemaker/variables": "11.8.5-next.
|
|
39
|
+
"@wavemaker/variables": "11.8.5-next.27442",
|
|
40
40
|
"@ztree/ztree_v3": "3.5.48",
|
|
41
41
|
"angular-imask": "^7.6.1",
|
|
42
42
|
"angular2-websocket": "0.9.7",
|
|
@@ -6943,9 +6943,9 @@
|
|
|
6943
6943
|
}
|
|
6944
6944
|
},
|
|
6945
6945
|
"node_modules/@wavemaker/variables": {
|
|
6946
|
-
"version": "11.8.5-next.
|
|
6947
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.8.5-next.
|
|
6948
|
-
"integrity": "sha512-
|
|
6946
|
+
"version": "11.8.5-next.27442",
|
|
6947
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.8.5-next.27442.tgz",
|
|
6948
|
+
"integrity": "sha512-au2197/ahNci1D18b1+i1C7zYe+xBevxvUmd/0hvuNDCCYrQ/ZhjRM118OfKcsqqH2elA2S6kJJJI2EieIS+Cw==",
|
|
6949
6949
|
"dependencies": {
|
|
6950
6950
|
"@metrichor/jmespath": "^0.3.1",
|
|
6951
6951
|
"he": "^1.2.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@metrichor/jmespath": "0.3.1",
|
|
46
46
|
"@wavemaker/focus-trap": "1.0.1",
|
|
47
47
|
"@wavemaker/nvd3": "1.8.12",
|
|
48
|
-
"@wavemaker/variables": "11.8.5-next.
|
|
48
|
+
"@wavemaker/variables": "11.8.5-next.27442",
|
|
49
49
|
"@ztree/ztree_v3": "3.5.48",
|
|
50
50
|
"angular-imask": "^7.6.1",
|
|
51
51
|
"angular2-websocket": "0.9.7",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"tslib": "2.4.1",
|
|
71
71
|
"x2js": "3.4.4",
|
|
72
72
|
"zone.js": "0.14.7",
|
|
73
|
-
"@wavemaker/app-ng-runtime": "11.8.5-next.
|
|
73
|
+
"@wavemaker/app-ng-runtime": "11.8.5-next.27442"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
@@ -146660,7 +146660,7 @@ class FileIconClassPipe {
|
|
|
146660
146660
|
class StateClassPipe {
|
|
146661
146661
|
transform(state) {
|
|
146662
146662
|
const stateClassMap = {
|
|
146663
|
-
'success': 'wi wi-
|
|
146663
|
+
'success': 'wi wi-check-circle text-success',
|
|
146664
146664
|
'error': 'wi wi-error text-danger'
|
|
146665
146665
|
};
|
|
146666
146666
|
return stateClassMap[state.toLowerCase()];
|