@wavemaker/angular-codegen 12.0.0-next.45013 → 12.0.0-next.45018

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.
@@ -34,9 +34,10 @@
34
34
  "@awesome-cordova-plugins/vibration": "5.39.1",
35
35
  "@babel/runtime": "7.14.8",
36
36
  "@metrichor/jmespath": "0.3.1",
37
+ "@wavemaker/custom-widgets-m3": "12.0.0-next.45018",
37
38
  "@wavemaker/focus-trap": "1.0.1",
38
39
  "@wavemaker/nvd3": "1.8.11",
39
- "@wavemaker/variables": "12.0.0-next.45013",
40
+ "@wavemaker/variables": "12.0.0-next.45018",
40
41
  "@ztree/ztree_v3": "3.5.48",
41
42
  "angular-imask": "^7.6.1",
42
43
  "angular2-websocket": "0.9.7",
@@ -6434,6 +6435,11 @@
6434
6435
  "vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
6435
6436
  }
6436
6437
  },
6438
+ "node_modules/@wavemaker/custom-widgets-m3": {
6439
+ "version": "12.0.0-next.45018",
6440
+ "resolved": "https://registry.npmjs.org/@wavemaker/custom-widgets-m3/-/custom-widgets-m3-12.0.0-next.45018.tgz",
6441
+ "integrity": "sha512-pCfzLHYv3IEXnD+3Cb2cX8daa9OQ980hNAnytrtD98W+KreKJ0PvYwQYDEKylZra4ctXip1Xpej+MEsnvZSI0A=="
6442
+ },
6437
6443
  "node_modules/@wavemaker/focus-trap": {
6438
6444
  "version": "1.0.1",
6439
6445
  "resolved": "https://registry.npmjs.org/@wavemaker/focus-trap/-/focus-trap-1.0.1.tgz",
@@ -6452,9 +6458,9 @@
6452
6458
  }
6453
6459
  },
6454
6460
  "node_modules/@wavemaker/variables": {
6455
- "version": "12.0.0-next.45013",
6456
- "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-12.0.0-next.45013.tgz",
6457
- "integrity": "sha512-XP0QYnidNg/mp/3+bdJ1XM2ldmDAxQ/al44If6M9g4bHYAsnEyoc41vfyT3fR3vPic6HaKPyIwDaeVupJyQvxA==",
6461
+ "version": "12.0.0-next.45018",
6462
+ "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-12.0.0-next.45018.tgz",
6463
+ "integrity": "sha512-jSF6zHoB1rfuXoXkE/gtyS8vRuVpX0/V6ojKIT7i6ihZWz2fWxOt+es+k65dNiiOKibAehccztd/TWiNyCYLCA==",
6458
6464
  "dependencies": {
6459
6465
  "@metrichor/jmespath": "^0.3.1",
6460
6466
  "he": "^1.2.0",
@@ -45,7 +45,8 @@
45
45
  "@metrichor/jmespath": "0.3.1",
46
46
  "@wavemaker/focus-trap": "1.0.1",
47
47
  "@wavemaker/nvd3": "1.8.11",
48
- "@wavemaker/variables": "12.0.0-next.45013",
48
+ "@wavemaker/custom-widgets-m3": "12.0.0-next.45018",
49
+ "@wavemaker/variables": "12.0.0-next.45018",
49
50
  "@ztree/ztree_v3": "3.5.48",
50
51
  "angular-imask": "^7.6.1",
51
52
  "angular2-websocket": "0.9.7",
@@ -70,7 +71,7 @@
70
71
  "tslib": "2.4.1",
71
72
  "x2js": "3.4.4",
72
73
  "zone.js": "0.14.7",
73
- "@wavemaker/app-ng-runtime": "12.0.0-next.45013"
74
+ "@wavemaker/app-ng-runtime": "12.0.0-next.45018"
74
75
  },
75
76
  "devDependencies": {
76
77
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
@@ -37,6 +37,9 @@
37
37
  "@wavemaker/variables": [
38
38
  "node_modules/@wavemaker/variables/"
39
39
  ],
40
+ "@wavemaker/custom-widgets-m3": [
41
+ "node_modules/@wavemaker/custom-widgets-m3/"
42
+ ],
40
43
  "@wm/components/base": [
41
44
  "node_modules/@wavemaker/app-ng-runtime/components/base/public_api.d.ts"
42
45
  ],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "12.0.0-next.45013",
3
+ "version": "12.0.0-next.45018",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {