@wavemaker/angular-codegen 11.2.1-next.23467 → 11.2.1-next.23470

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.
@@ -11150,6 +11150,14 @@
11150
11150
  "readable-stream": "^2.3.6"
11151
11151
  }
11152
11152
  },
11153
+ "focus-trap": {
11154
+ "version": "7.2.0",
11155
+ "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.2.0.tgz",
11156
+ "integrity": "sha512-v4wY6HDDYvzkBy4735kW5BUEuw6Yz9ABqMYLuTNbzAFPcBOGiGHwwcNVMvUz4G0kgSYh13wa/7TG3XwTeT4O/A==",
11157
+ "requires": {
11158
+ "tabbable": "^6.0.1"
11159
+ }
11160
+ },
11153
11161
  "follow-redirects": {
11154
11162
  "version": "1.14.8",
11155
11163
  "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz",
@@ -20350,6 +20358,11 @@
20350
20358
  "integrity": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==",
20351
20359
  "dev": true
20352
20360
  },
20361
+ "tabbable": {
20362
+ "version": "6.0.1",
20363
+ "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.0.1.tgz",
20364
+ "integrity": "sha512-SYJSIgeyXW7EuX1ytdneO5e8jip42oHWg9xl/o3oTYhmXusZVgiA+VlPvjIN+kHii9v90AmzTZEBcsEvuAY+TA=="
20365
+ },
20353
20366
  "tapable": {
20354
20367
  "version": "2.2.1",
20355
20368
  "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
@@ -50,6 +50,7 @@
50
50
  "angular2-websocket": "0.9.7",
51
51
  "core-js": "2.5.4",
52
52
  "d3": "3.5.17",
53
+ "focus-trap": "^7.0.0",
53
54
  "fullcalendar": "5.3.1",
54
55
  "hammerjs": "2.0.8",
55
56
  "he": "1.2.0",
@@ -69,7 +70,7 @@
69
70
  "tslib": "^2.0.0",
70
71
  "x2js": "3.2.6",
71
72
  "zone.js": "~0.11.4",
72
- "@wavemaker/app-ng-runtime": "11.2.1-next.23467"
73
+ "@wavemaker/app-ng-runtime": "11.2.1-next.23470"
73
74
  },
74
75
  "devDependencies": {
75
76
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.2.1-next.23467",
3
+ "version": "11.2.1-next.23470",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {