@wavemaker/angular-codegen 11.2.6-rc.5377 → 11.2.6-rc.5441
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.
|
@@ -23165,9 +23165,9 @@
|
|
|
23165
23165
|
}
|
|
23166
23166
|
},
|
|
23167
23167
|
"yarn": {
|
|
23168
|
-
"version": "1.22.
|
|
23169
|
-
"resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.
|
|
23170
|
-
"integrity": "sha512
|
|
23168
|
+
"version": "1.22.21",
|
|
23169
|
+
"resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.21.tgz",
|
|
23170
|
+
"integrity": "sha512-ynXaJsADJ9JiZ84zU25XkPGOvVMmZ5b7tmTSpKURYwgELdjucAOydqIOrOfTxVYcNXe91xvLZwcRh68SR3liCg=="
|
|
23171
23171
|
},
|
|
23172
23172
|
"yauzl": {
|
|
23173
23173
|
"version": "2.10.0",
|
|
@@ -46056,7 +46056,7 @@ const registerFormField = (isFormField) => {
|
|
|
46056
46056
|
const dataRole = isFormField ? 'form-field' : 'filter-field';
|
|
46057
46057
|
const formFieldErrorMsgId = 'wmform-field-error-' + generateGUId();
|
|
46058
46058
|
const validationMsg = isFormField ? `<p *ngIf="${counter}._control?.invalid && ${counter}._control?.touched && ${pCounter}.isUpdateMode"
|
|
46059
|
-
class="help-block text-danger" aria-hidden="false"
|
|
46059
|
+
class="help-block text-danger" aria-hidden="false"
|
|
46060
46060
|
aria-live="assertive" [attr.aria-label]="${counter}.validationmessage" id="${formFieldErrorMsgId}"><span aria-hidden="true" [textContent]="${counter}.validationmessage"></span></p>` : '';
|
|
46061
46061
|
const eventsTmpl = widgetType === FormWidgetType.UPLOAD ? '' : getEventsTemplate(attrs);
|
|
46062
46062
|
const controlLayout = isMobileApp() ? 'col-xs-12' : 'col-sm-12';
|
|
@@ -46056,7 +46056,7 @@ const registerFormField = (isFormField) => {
|
|
|
46056
46056
|
const dataRole = isFormField ? 'form-field' : 'filter-field';
|
|
46057
46057
|
const formFieldErrorMsgId = 'wmform-field-error-' + generateGUId();
|
|
46058
46058
|
const validationMsg = isFormField ? `<p *ngIf="${counter}._control?.invalid && ${counter}._control?.touched && ${pCounter}.isUpdateMode"
|
|
46059
|
-
class="help-block text-danger" aria-hidden="false"
|
|
46059
|
+
class="help-block text-danger" aria-hidden="false"
|
|
46060
46060
|
aria-live="assertive" [attr.aria-label]="${counter}.validationmessage" id="${formFieldErrorMsgId}"><span aria-hidden="true" [textContent]="${counter}.validationmessage"></span></p>` : '';
|
|
46061
46061
|
const eventsTmpl = widgetType === FormWidgetType.UPLOAD ? '' : getEventsTemplate(attrs);
|
|
46062
46062
|
const controlLayout = isMobileApp() ? 'col-xs-12' : 'col-sm-12';
|