@wavemaker/angular-codegen 11.5.0-next.141085 → 11.5.0-next.141086

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.
@@ -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.5.0-next.141085",
50
+ "@wavemaker/variables": "11.5.0-next.141086",
51
51
  "@ztree/ztree_v3": "^3.5.48",
52
52
  "angular-imask": "6.3.0",
53
53
  "angular2-websocket": "0.9.7",
@@ -72,7 +72,7 @@
72
72
  "tslib": "2.4.1",
73
73
  "x2js": "^3.4.4",
74
74
  "zone.js": "~0.11.4",
75
- "@wavemaker/app-ng-runtime": "11.5.0-next.141085"
75
+ "@wavemaker/app-ng-runtime": "11.5.0-next.141086"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
@@ -60438,7 +60438,7 @@ const isString = v => typeof v === 'string';
60438
60438
  const OVERRIDES = {
60439
60439
  'accessroles': '*accessroles',
60440
60440
  'ng-if': '*ngIf',
60441
- 'showindevice': '*showInDevice',
60441
+ 'showindevice': '*wmShowInDevice',
60442
60442
  'ng-class': '[ngClass]',
60443
60443
  'data-ng-class': '[ngClass]',
60444
60444
  'data-ng-src': 'src',
@@ -62292,7 +62292,7 @@ var checkboxset_build$1 = /*#__PURE__*/Object.freeze({
62292
62292
  const tagName$M = 'div';
62293
62293
  register('wm-composite', () => {
62294
62294
  return {
62295
- pre: attrs => `<${tagName$M} wmComposite captionPosition ${setChildAttrs(attrs)} ${getAttrMarkup(attrs)}>`,
62295
+ pre: attrs => `<${tagName$M} wmComposite wmCaptionPosition ${setChildAttrs(attrs)} ${getAttrMarkup(attrs)}>`,
62296
62296
  post: () => `</${tagName$M}${clearChildAttrs()}>`
62297
62297
  };
62298
62298
  });
@@ -60438,7 +60438,7 @@ const isString = v => typeof v === 'string';
60438
60438
  const OVERRIDES = {
60439
60439
  'accessroles': '*accessroles',
60440
60440
  'ng-if': '*ngIf',
60441
- 'showindevice': '*showInDevice',
60441
+ 'showindevice': '*wmShowInDevice',
60442
60442
  'ng-class': '[ngClass]',
60443
60443
  'data-ng-class': '[ngClass]',
60444
60444
  'data-ng-src': 'src',
@@ -62292,7 +62292,7 @@ var checkboxset_build$1 = /*#__PURE__*/Object.freeze({
62292
62292
  const tagName$M = 'div';
62293
62293
  register('wm-composite', () => {
62294
62294
  return {
62295
- pre: attrs => `<${tagName$M} wmComposite captionPosition ${setChildAttrs(attrs)} ${getAttrMarkup(attrs)}>`,
62295
+ pre: attrs => `<${tagName$M} wmComposite wmCaptionPosition ${setChildAttrs(attrs)} ${getAttrMarkup(attrs)}>`,
62296
62296
  post: () => `</${tagName$M}${clearChildAttrs()}>`
62297
62297
  };
62298
62298
  });
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.5.0-next.141085",
3
+ "version": "11.5.0-next.141086",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {