@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.19",
23169
- "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.19.tgz",
23170
- "integrity": "sha512-/0V5q0WbslqnwP91tirOvldvYISzaqhClxzyUKXYxs07yUILIs5jx/k6CFe8bvKSkds5w+eiOqta39Wk3WxdcQ=="
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",
@@ -70,7 +70,7 @@
70
70
  "tslib": "^2.0.0",
71
71
  "x2js": "3.2.6",
72
72
  "zone.js": "~0.11.4",
73
- "@wavemaker/app-ng-runtime": "11.2.6-rc.5377"
73
+ "@wavemaker/app-ng-runtime": "11.2.6-rc.5441"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -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" role="alert"
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" role="alert"
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';
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.2.6-rc.5377",
3
+ "version": "11.2.6-rc.5441",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {