@wavemaker/angular-codegen 11.2.5-rc.5278 → 11.2.5-rc.5286
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.
|
@@ -20360,9 +20360,9 @@
|
|
|
20360
20360
|
"dev": true
|
|
20361
20361
|
},
|
|
20362
20362
|
"tabbable": {
|
|
20363
|
-
"version": "6.
|
|
20364
|
-
"resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.
|
|
20365
|
-
"integrity": "sha512-
|
|
20363
|
+
"version": "6.2.0",
|
|
20364
|
+
"resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz",
|
|
20365
|
+
"integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew=="
|
|
20366
20366
|
},
|
|
20367
20367
|
"tapable": {
|
|
20368
20368
|
"version": "2.2.1",
|
|
@@ -46056,7 +46056,7 @@ const registerFormField = (isFormField) => {
|
|
|
46056
46056
|
const eventsTmpl = widgetType === FormWidgetType.UPLOAD ? '' : getEventsTemplate(attrs);
|
|
46057
46057
|
const controlLayout = isMobileApp() ? 'col-xs-12' : 'col-sm-12';
|
|
46058
46058
|
const isInList = pCounter === (parentList && parentList.get('parent_form_reference'));
|
|
46059
|
-
attrs.set('
|
|
46059
|
+
attrs.set('__validationId', formFieldErrorMsgId);
|
|
46060
46060
|
attrs.set('__widgetType', widgetType);
|
|
46061
46061
|
attrs.delete('widget');
|
|
46062
46062
|
shared.set('counter', counter);
|
|
@@ -46056,7 +46056,7 @@ const registerFormField = (isFormField) => {
|
|
|
46056
46056
|
const eventsTmpl = widgetType === FormWidgetType.UPLOAD ? '' : getEventsTemplate(attrs);
|
|
46057
46057
|
const controlLayout = isMobileApp() ? 'col-xs-12' : 'col-sm-12';
|
|
46058
46058
|
const isInList = pCounter === (parentList && parentList.get('parent_form_reference'));
|
|
46059
|
-
attrs.set('
|
|
46059
|
+
attrs.set('__validationId', formFieldErrorMsgId);
|
|
46060
46060
|
attrs.set('__widgetType', widgetType);
|
|
46061
46061
|
attrs.delete('widget');
|
|
46062
46062
|
shared.set('counter', counter);
|