@wavemaker/angular-codegen 11.9.0-next.24946 → 11.9.0-next.24953

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.
@@ -36,7 +36,7 @@
36
36
  "@metrichor/jmespath": "0.3.1",
37
37
  "@wavemaker/focus-trap": "1.0.1",
38
38
  "@wavemaker/nvd3": "1.8.12",
39
- "@wavemaker/variables": "11.9.0-next.24946",
39
+ "@wavemaker/variables": "11.9.0-next.24953",
40
40
  "@ztree/ztree_v3": "3.5.48",
41
41
  "angular-imask": "^7.6.1",
42
42
  "angular2-websocket": "0.9.7",
@@ -6397,9 +6397,9 @@
6397
6397
  }
6398
6398
  },
6399
6399
  "node_modules/@wavemaker/variables": {
6400
- "version": "11.9.0-next.24946",
6401
- "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.9.0-next.24946.tgz",
6402
- "integrity": "sha512-TVxYhAMPw64WVPdcWGVHg79DX3vCMDgl0xHygTm8KawfDjI9J4nzjBqNBWLDt+cEMMPPEfpApQy39sIEHWw9vw==",
6400
+ "version": "11.9.0-next.24953",
6401
+ "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.9.0-next.24953.tgz",
6402
+ "integrity": "sha512-6PQ0nn7RCPAsObkSa0ZHXXm/2Z7cfeckCAaFvo27nCNfaVxW04yKBujFoMJVZhCX0p7NxV8eaMrCN2Ws9Zo+LQ==",
6403
6403
  "dependencies": {
6404
6404
  "@metrichor/jmespath": "^0.3.1",
6405
6405
  "he": "^1.2.0",
@@ -45,7 +45,7 @@
45
45
  "@metrichor/jmespath": "0.3.1",
46
46
  "@wavemaker/focus-trap": "1.0.1",
47
47
  "@wavemaker/nvd3": "1.8.12",
48
- "@wavemaker/variables": "11.9.0-next.24946",
48
+ "@wavemaker/variables": "11.9.0-next.24953",
49
49
  "@ztree/ztree_v3": "3.5.48",
50
50
  "angular-imask": "^7.6.1",
51
51
  "angular2-websocket": "0.9.7",
@@ -70,7 +70,7 @@
70
70
  "tslib": "2.4.1",
71
71
  "x2js": "3.4.4",
72
72
  "zone.js": "0.14.7",
73
- "@wavemaker/app-ng-runtime": "11.9.0-next.24946"
73
+ "@wavemaker/app-ng-runtime": "11.9.0-next.24953"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
@@ -92439,7 +92439,7 @@ var chips_build$1 = /*#__PURE__*/Object.freeze({
92439
92439
  const tagName$S = 'div';
92440
92440
  register('wm-colorpicker', () => {
92441
92441
  return {
92442
- pre: attrs => `<${tagName$S} wmColorPicker ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
92442
+ pre: attrs => `<${tagName$S} wmColorPicker ${getAttrMarkup(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
92443
92443
  post: () => `</${tagName$S}>`
92444
92444
  };
92445
92445
  });
@@ -92453,7 +92453,7 @@ var colorPicker_build$1 = /*#__PURE__*/Object.freeze({
92453
92453
  const tagName$R = 'div';
92454
92454
  register('wm-currency', () => {
92455
92455
  return {
92456
- pre: attrs => `<${tagName$R} wmCurrency ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
92456
+ pre: attrs => `<${tagName$R} wmCurrency ${getAttrMarkup(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
92457
92457
  post: () => `</${tagName$R}>`
92458
92458
  };
92459
92459
  });
@@ -108875,7 +108875,7 @@ var chips_build$1 = /*#__PURE__*/Object.freeze({
108875
108875
  const tagName$S = 'div';
108876
108876
  register('wm-colorpicker', () => {
108877
108877
  return {
108878
- pre: attrs => `<${tagName$S} wmColorPicker ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
108878
+ pre: attrs => `<${tagName$S} wmColorPicker ${getAttrMarkup(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
108879
108879
  post: () => `</${tagName$S}>`
108880
108880
  };
108881
108881
  });
@@ -108889,7 +108889,7 @@ var colorPicker_build$1 = /*#__PURE__*/Object.freeze({
108889
108889
  const tagName$R = 'div';
108890
108890
  register('wm-currency', () => {
108891
108891
  return {
108892
- pre: attrs => `<${tagName$R} wmCurrency ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
108892
+ pre: attrs => `<${tagName$R} wmCurrency ${getAttrMarkup(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
108893
108893
  post: () => `</${tagName$R}>`
108894
108894
  };
108895
108895
  });
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.9.0-next.24946",
3
+ "version": "11.9.0-next.24953",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {