@wavemaker/angular-codegen 11.9.0-next.27491 → 11.9.0-next.27504
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.9.0-next.
|
|
39
|
+
"@wavemaker/variables": "11.9.0-next.27504",
|
|
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.9.0-next.
|
|
6947
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.9.0-next.
|
|
6948
|
-
"integrity": "sha512-
|
|
6946
|
+
"version": "11.9.0-next.27504",
|
|
6947
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.9.0-next.27504.tgz",
|
|
6948
|
+
"integrity": "sha512-fO0yWVlrMWjzQqILlGn+VCTM2dxhlYYe240KlEPH39Q5CEJlAIrsBnxB9HzF3Pn++/ZNcgl0q9EOMcQheCMFcA==",
|
|
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.9.0-next.
|
|
48
|
+
"@wavemaker/variables": "11.9.0-next.27504",
|
|
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.9.0-next.
|
|
73
|
+
"@wavemaker/app-ng-runtime": "11.9.0-next.27504"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
@@ -91918,7 +91918,7 @@ register('wm-fileupload', () => {
|
|
|
91918
91918
|
const onDeleteBinding = getDataSource(attrs.get('delete.event'));
|
|
91919
91919
|
attrs.set('deletedatasource.bind', onDeleteBinding);
|
|
91920
91920
|
}
|
|
91921
|
-
return `<${tagName$C} wmFileUpload ${getAttrMarkup(attrs)}
|
|
91921
|
+
return `<${tagName$C} wmFileUpload ${getAttrMarkup(attrs)}>`;
|
|
91922
91922
|
},
|
|
91923
91923
|
post: () => `</${tagName$C}>`
|
|
91924
91924
|
};
|
|
@@ -103109,7 +103109,7 @@ register('wm-fileupload', () => {
|
|
|
103109
103109
|
const onDeleteBinding = getDataSource(attrs.get('delete.event'));
|
|
103110
103110
|
attrs.set('deletedatasource.bind', onDeleteBinding);
|
|
103111
103111
|
}
|
|
103112
|
-
return `<${tagName$C} wmFileUpload ${getAttrMarkup(attrs)}
|
|
103112
|
+
return `<${tagName$C} wmFileUpload ${getAttrMarkup(attrs)}>`;
|
|
103113
103113
|
},
|
|
103114
103114
|
post: () => `</${tagName$C}>`
|
|
103115
103115
|
};
|