@wavemaker/angular-codegen 11.3.1-rc.5250 → 11.4.0-next.141704

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.3.1-rc.5250",
5964
- "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.3.1-rc.5250.tgz",
5965
- "integrity": "sha512-EAkeh3JJuOKwhZZsA+DFlWx3g8xSRUohJfWzOpblPBpeL4wI2kbqZe5EdunDmbEAqkF2URUXzNsk5c4/vReZUQ==",
5963
+ "version": "11.4.0-next.141704",
5964
+ "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.0-next.141704.tgz",
5965
+ "integrity": "sha512-l8IW8OtPJNVbNAQmJcpF3ryfZDRZi73oSOm63saHexpa/12laaQOTE5YCWRyn8BC4zWMGUZHO7g28qfLN4p44g==",
5966
5966
  "requires": {
5967
5967
  "@metrichor/jmespath": "^0.3.1",
5968
5968
  "he": "^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.3.1-rc.5250",
50
+ "@wavemaker/variables": "11.4.0-next.141704",
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.3.1-rc.5250"
74
+ "@wavemaker/app-ng-runtime": "11.4.0-next.141704"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -46074,7 +46074,7 @@ const registerFormField = (isFormField) => {
46074
46074
  [ngStyle]="{width: ${pCounter}.captionsize}" [ngClass]="{'text-danger': ${counter}._control?.invalid && ${counter}._control?.touched && ${pCounter}.isUpdateMode,
46075
46075
  required: ${pCounter}.isUpdateMode && ${counter}.required}" [textContent]="${counter}.displayname"> </label>
46076
46076
  <div [ngClass]="${counter}.displayname ? ${pCounter}._widgetClass : '${controlLayout}'">
46077
- <label class="form-control-static app-label"
46077
+ <label class="form-control-static app-label" *ngIf="!(${pCounter}.isUpdateMode || ${counter}.viewmodewidget === 'default' || ${counter}.widgettype === 'upload')"
46078
46078
  [hidden]="${pCounter}.isUpdateMode || ${counter}.viewmodewidget === 'default' || ${counter}.widgettype === 'upload'" [innerHTML]="${getCaptionByWidget(attrs, widgetType, counter)}"></label>
46079
46079
  ${getTemplate(attrs, widgetType, eventsTmpl, counter, pCounter, isInList)}
46080
46080
  <span aria-hidden="true" *ngIf="${counter}.showPendingSpinner" class="form-field-spinner fa fa-circle-o-notch fa-spin form-control-feedback"></span>
@@ -46074,7 +46074,7 @@ const registerFormField = (isFormField) => {
46074
46074
  [ngStyle]="{width: ${pCounter}.captionsize}" [ngClass]="{'text-danger': ${counter}._control?.invalid && ${counter}._control?.touched && ${pCounter}.isUpdateMode,
46075
46075
  required: ${pCounter}.isUpdateMode && ${counter}.required}" [textContent]="${counter}.displayname"> </label>
46076
46076
  <div [ngClass]="${counter}.displayname ? ${pCounter}._widgetClass : '${controlLayout}'">
46077
- <label class="form-control-static app-label"
46077
+ <label class="form-control-static app-label" *ngIf="!(${pCounter}.isUpdateMode || ${counter}.viewmodewidget === 'default' || ${counter}.widgettype === 'upload')"
46078
46078
  [hidden]="${pCounter}.isUpdateMode || ${counter}.viewmodewidget === 'default' || ${counter}.widgettype === 'upload'" [innerHTML]="${getCaptionByWidget(attrs, widgetType, counter)}"></label>
46079
46079
  ${getTemplate(attrs, widgetType, eventsTmpl, counter, pCounter, isInList)}
46080
46080
  <span aria-hidden="true" *ngIf="${counter}.showPendingSpinner" class="form-field-spinner fa fa-circle-o-notch fa-spin form-control-feedback"></span>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.3.1-rc.5250",
3
+ "version": "11.4.0-next.141704",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {