@wavemaker/angular-codegen 11.4.0-next.1417070 → 11.4.0-next.1417071
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.
@@ -5960,9 +5960,9 @@
|
|
5960
5960
|
}
|
5961
5961
|
},
|
5962
5962
|
"@wavemaker/variables": {
|
5963
|
-
"version": "11.4.0-next.
|
5964
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.0-next.
|
5965
|
-
"integrity": "sha512-
|
5963
|
+
"version": "11.4.0-next.1417071",
|
5964
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.0-next.1417071.tgz",
|
5965
|
+
"integrity": "sha512-vsQcK25h7y2bdZfer52kf+UOx/jnMPKcT1ophwJ74LVA5/Enrjluj1xbqenrLstmzSwFp+ob7pXzj/Vm6wXN0g==",
|
5966
5966
|
"requires": {
|
5967
5967
|
"@metrichor/jmespath": "^0.3.1",
|
5968
5968
|
"he": "^1.2.0",
|
@@ -6181,9 +6181,9 @@
|
|
6181
6181
|
}
|
6182
6182
|
},
|
6183
6183
|
"@xmldom/xmldom": {
|
6184
|
-
"version": "0.8.
|
6185
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.
|
6186
|
-
"integrity": "sha512-
|
6184
|
+
"version": "0.8.9",
|
6185
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.9.tgz",
|
6186
|
+
"integrity": "sha512-4VSbbcMoxc4KLjb1gs96SRmi7w4h1SF+fCoiK0XaQX62buCc1G5d0DC5bJ9xJBNPDSVCmIrcl8BiYxzjrqaaJA=="
|
6187
6187
|
},
|
6188
6188
|
"@xtuc/ieee754": {
|
6189
6189
|
"version": "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.0-next.
|
50
|
+
"@wavemaker/variables": "11.4.0-next.1417071",
|
51
51
|
"angular-imask": "6.0.4",
|
52
52
|
"angular2-websocket": "0.9.7",
|
53
53
|
"core-js": "2.5.4",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"tslib": "^2.0.0",
|
72
72
|
"x2js": "3.2.6",
|
73
73
|
"zone.js": "~0.11.4",
|
74
|
-
"@wavemaker/app-ng-runtime": "11.4.0-next.
|
74
|
+
"@wavemaker/app-ng-runtime": "11.4.0-next.1417071"
|
75
75
|
},
|
76
76
|
"devDependencies": {
|
77
77
|
"@ampproject/rollup-plugin-closure-compiler": "0.8.5",
|
@@ -46063,7 +46063,7 @@ const registerFormField = (isFormField) => {
|
|
46063
46063
|
const eventsTmpl = widgetType === FormWidgetType.UPLOAD ? '' : getEventsTemplate(attrs);
|
46064
46064
|
const controlLayout = isMobileApp() ? 'col-xs-12' : 'col-sm-12';
|
46065
46065
|
const isInList = pCounter === (parentList && parentList.get('parent_form_reference'));
|
46066
|
-
attrs.set('
|
46066
|
+
attrs.set('__validationId', formFieldErrorMsgId);
|
46067
46067
|
attrs.set('__widgetType', widgetType);
|
46068
46068
|
attrs.delete('widget');
|
46069
46069
|
shared.set('counter', counter);
|
@@ -46063,7 +46063,7 @@ const registerFormField = (isFormField) => {
|
|
46063
46063
|
const eventsTmpl = widgetType === FormWidgetType.UPLOAD ? '' : getEventsTemplate(attrs);
|
46064
46064
|
const controlLayout = isMobileApp() ? 'col-xs-12' : 'col-sm-12';
|
46065
46065
|
const isInList = pCounter === (parentList && parentList.get('parent_form_reference'));
|
46066
|
-
attrs.set('
|
46066
|
+
attrs.set('__validationId', formFieldErrorMsgId);
|
46067
46067
|
attrs.set('__widgetType', widgetType);
|
46068
46068
|
attrs.delete('widget');
|
46069
46069
|
shared.set('counter', counter);
|