@wavemaker/angular-app 11.14.1-16.6412 → 11.14.1-16.6418

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.
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-app",
3
- "version": "11.14.1-16.6412",
3
+ "version": "11.14.1-16.6418",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wavemaker/angular-app",
9
- "version": "11.14.1-16.6412",
9
+ "version": "11.14.1-16.6418",
10
10
  "dependencies": {
11
11
  "@angular/animations": "18.2.13",
12
12
  "@angular/common": "18.2.13",
@@ -23,12 +23,12 @@
23
23
  "@fullcalendar/list": "6.1.18",
24
24
  "@fullcalendar/timegrid": "6.1.18",
25
25
  "@metrichor/jmespath": "0.3.1",
26
- "@wavemaker/app-ng-runtime": "11.14.1-16.6412",
27
- "@wavemaker/custom-widgets-m3": "11.14.1-16.6412",
26
+ "@wavemaker/app-ng-runtime": "11.14.1-16.6418",
27
+ "@wavemaker/custom-widgets-m3": "11.14.1-16.6418",
28
28
  "@wavemaker/focus-trap": "1.0.1",
29
- "@wavemaker/foundation-css": "11.14.1-16.6412",
29
+ "@wavemaker/foundation-css": "11.14.1-16.6418",
30
30
  "@wavemaker/nvd3": "1.8.15",
31
- "@wavemaker/variables": "11.14.1-16.6412",
31
+ "@wavemaker/variables": "11.14.1-16.6418",
32
32
  "@ztree/ztree_v3": "3.5.48",
33
33
  "acorn": "^8.15.0",
34
34
  "angular-imask": "7.6.1",
@@ -5603,27 +5603,6 @@
5603
5603
  "node": ">=18"
5604
5604
  }
5605
5605
  },
5606
- "node_modules/@isaacs/balanced-match": {
5607
- "version": "4.0.1",
5608
- "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
5609
- "dev": true,
5610
- "license": "MIT",
5611
- "engines": {
5612
- "node": "20 || >=22"
5613
- }
5614
- },
5615
- "node_modules/@isaacs/brace-expansion": {
5616
- "version": "5.0.1",
5617
- "integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==",
5618
- "dev": true,
5619
- "license": "MIT",
5620
- "dependencies": {
5621
- "@isaacs/balanced-match": "^4.0.1"
5622
- },
5623
- "engines": {
5624
- "node": "20 || >=22"
5625
- }
5626
- },
5627
5606
  "node_modules/@isaacs/cliui": {
5628
5607
  "version": "8.0.2",
5629
5608
  "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
@@ -8055,13 +8034,34 @@
8055
8034
  "tinyglobby": "^0.2.14"
8056
8035
  }
8057
8036
  },
8037
+ "node_modules/@ts-morph/common/node_modules/balanced-match": {
8038
+ "version": "4.0.3",
8039
+ "integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
8040
+ "dev": true,
8041
+ "license": "MIT",
8042
+ "engines": {
8043
+ "node": "20 || >=22"
8044
+ }
8045
+ },
8046
+ "node_modules/@ts-morph/common/node_modules/brace-expansion": {
8047
+ "version": "5.0.2",
8048
+ "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
8049
+ "dev": true,
8050
+ "license": "MIT",
8051
+ "dependencies": {
8052
+ "balanced-match": "^4.0.2"
8053
+ },
8054
+ "engines": {
8055
+ "node": "20 || >=22"
8056
+ }
8057
+ },
8058
8058
  "node_modules/@ts-morph/common/node_modules/minimatch": {
8059
- "version": "10.1.2",
8060
- "integrity": "sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==",
8059
+ "version": "10.2.1",
8060
+ "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==",
8061
8061
  "dev": true,
8062
8062
  "license": "BlueOak-1.0.0",
8063
8063
  "dependencies": {
8064
- "@isaacs/brace-expansion": "^5.0.1"
8064
+ "brace-expansion": "^5.0.2"
8065
8065
  },
8066
8066
  "engines": {
8067
8067
  "node": "20 || >=22"
@@ -8981,8 +8981,8 @@
8981
8981
  }
8982
8982
  },
8983
8983
  "node_modules/@wavemaker/app-ng-runtime": {
8984
- "version": "11.14.1-16.6412",
8985
- "integrity": "sha512-pnqu5dn5I1ZxqfvB+MWmPtaEc7dppXNy9Y7z/iEpkqFal8zKOAAmXcPz9LN6wXAyVl8Vyw4dbFnPv3zKm1P5PQ==",
8984
+ "version": "11.14.1-16.6418",
8985
+ "integrity": "sha512-hK+nbBSF5ecqnOzmUHfp++jHkKCtj5Pg+xO+I6nkkcshm5Jh/LGzIJBdGbSQgrUf3xL1wb/bMP9a9CU5gW3PUw==",
8986
8986
  "license": "MIT",
8987
8987
  "engines": {
8988
8988
  "node": ">=18.16.1",
@@ -8990,8 +8990,8 @@
8990
8990
  }
8991
8991
  },
8992
8992
  "node_modules/@wavemaker/custom-widgets-m3": {
8993
- "version": "11.14.1-16.6412",
8994
- "integrity": "sha512-ZW8lETDo63zPHdNQVbaQswT2y0nz/6t+7N15E7xfLBeDUhqqiinPaAGc6WfOj1y07oRWqLJupViTWxVjJ0x+jg==",
8993
+ "version": "11.14.1-16.6418",
8994
+ "integrity": "sha512-IllU6Zq7aHOdPTmphC4Ide3KEKenBqAMgsvac8plF+UqzGLUIzH8t8NdYC+WLnv05RVDK0ASN73CNBSkTKQ+qA==",
8995
8995
  "license": "ISC"
8996
8996
  },
8997
8997
  "node_modules/@wavemaker/focus-trap": {
@@ -9004,8 +9004,8 @@
9004
9004
  }
9005
9005
  },
9006
9006
  "node_modules/@wavemaker/foundation-css": {
9007
- "version": "11.14.1-16.6412",
9008
- "integrity": "sha512-R2uuOmV8UHXhnW+yiFUdC2/BXLtrvZQDg8vOeAiD+gAkqimpIG9/vlPIBAFYUxO9uoeWqCJYSUtVgySohp/dNg==",
9007
+ "version": "11.14.1-16.6418",
9008
+ "integrity": "sha512-HAmdjtu3JzwLWxsc31uvtD6dr0Td6muf+mjrHat21RVIgx+7d1hrKJObZhZW22kTPlS68dVCXTaUOlQhC8ezmQ==",
9009
9009
  "license": "ISC",
9010
9010
  "dependencies": {
9011
9011
  "chroma-js": "^3.1.2"
@@ -9020,8 +9020,8 @@
9020
9020
  }
9021
9021
  },
9022
9022
  "node_modules/@wavemaker/variables": {
9023
- "version": "11.14.1-16.6412",
9024
- "integrity": "sha512-qop5CJLknrnR3up0eICv3lXRrFrkI1HBBcQyTzfmtHI08ETky8KV2u7YrB7dF8OvaURqtgjhuUVagrTxwyJ/Og==",
9023
+ "version": "11.14.1-16.6418",
9024
+ "integrity": "sha512-FEfH+Pl3pM+2cbx+9q1JyCgUBC5g0FtmbjSPQ9Zfi2im56RG+29er0Drh9qUpk+kA+TdRx6RmCa5JL09UWWNqQ==",
9025
9025
  "license": "ISC",
9026
9026
  "dependencies": {
9027
9027
  "@metrichor/jmespath": "^0.3.1",
@@ -10241,8 +10241,8 @@
10241
10241
  }
10242
10242
  },
10243
10243
  "node_modules/caniuse-lite": {
10244
- "version": "1.0.30001769",
10245
- "integrity": "sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==",
10244
+ "version": "1.0.30001770",
10245
+ "integrity": "sha512-x/2CLQ1jHENRbHg5PSId2sXq1CIO1CISvwWAj027ltMVG2UNgW+w9oH2+HzgEIRFembL8bUlXtfbBHR1fCg2xw==",
10246
10246
  "dev": true,
10247
10247
  "funding": [
10248
10248
  {
@@ -12687,6 +12687,21 @@
12687
12687
  "node": ">= 0.6"
12688
12688
  }
12689
12689
  },
12690
+ "node_modules/express/node_modules/qs": {
12691
+ "version": "6.14.2",
12692
+ "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==",
12693
+ "dev": true,
12694
+ "license": "BSD-3-Clause",
12695
+ "dependencies": {
12696
+ "side-channel": "^1.1.0"
12697
+ },
12698
+ "engines": {
12699
+ "node": ">=0.6"
12700
+ },
12701
+ "funding": {
12702
+ "url": "https://github.com/sponsors/ljharb"
12703
+ }
12704
+ },
12690
12705
  "node_modules/express/node_modules/raw-body": {
12691
12706
  "version": "2.5.3",
12692
12707
  "integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==",
@@ -13395,12 +13410,12 @@
13395
13410
  }
13396
13411
  },
13397
13412
  "node_modules/glob": {
13398
- "version": "13.0.2",
13399
- "integrity": "sha512-035InabNu/c1lW0tzPhAgapKctblppqsKKG9ZaNzbr+gXwWMjXoiyGSyB9sArzrjG7jY+zntRq5ZSUYemrnWVQ==",
13413
+ "version": "13.0.5",
13414
+ "integrity": "sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==",
13400
13415
  "dev": true,
13401
13416
  "license": "BlueOak-1.0.0",
13402
13417
  "dependencies": {
13403
- "minimatch": "^10.1.2",
13418
+ "minimatch": "^10.2.1",
13404
13419
  "minipass": "^7.1.2",
13405
13420
  "path-scurry": "^2.0.0"
13406
13421
  },
@@ -13445,13 +13460,34 @@
13445
13460
  "dev": true,
13446
13461
  "license": "BSD-2-Clause"
13447
13462
  },
13463
+ "node_modules/glob/node_modules/balanced-match": {
13464
+ "version": "4.0.3",
13465
+ "integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
13466
+ "dev": true,
13467
+ "license": "MIT",
13468
+ "engines": {
13469
+ "node": "20 || >=22"
13470
+ }
13471
+ },
13472
+ "node_modules/glob/node_modules/brace-expansion": {
13473
+ "version": "5.0.2",
13474
+ "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
13475
+ "dev": true,
13476
+ "license": "MIT",
13477
+ "dependencies": {
13478
+ "balanced-match": "^4.0.2"
13479
+ },
13480
+ "engines": {
13481
+ "node": "20 || >=22"
13482
+ }
13483
+ },
13448
13484
  "node_modules/glob/node_modules/minimatch": {
13449
- "version": "10.1.2",
13450
- "integrity": "sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==",
13485
+ "version": "10.2.1",
13486
+ "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==",
13451
13487
  "dev": true,
13452
13488
  "license": "BlueOak-1.0.0",
13453
13489
  "dependencies": {
13454
- "@isaacs/brace-expansion": "^5.0.1"
13490
+ "brace-expansion": "^5.0.2"
13455
13491
  },
13456
13492
  "engines": {
13457
13493
  "node": "20 || >=22"
@@ -14703,8 +14739,8 @@
14703
14739
  "license": "MIT"
14704
14740
  },
14705
14741
  "node_modules/is-wsl": {
14706
- "version": "3.1.0",
14707
- "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
14742
+ "version": "3.1.1",
14743
+ "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
14708
14744
  "dev": true,
14709
14745
  "license": "MIT",
14710
14746
  "dependencies": {
@@ -16021,8 +16057,8 @@
16021
16057
  }
16022
16058
  },
16023
16059
  "node_modules/launch-editor": {
16024
- "version": "2.12.0",
16025
- "integrity": "sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg==",
16060
+ "version": "2.13.0",
16061
+ "integrity": "sha512-u+9asUHMJ99lA15VRMXw5XKfySFR9dGXwgsgS14YTbUq3GITP58mIM32At90P5fZ+MUId5Yw+IwI/yKub7jnCQ==",
16026
16062
  "dev": true,
16027
16063
  "license": "MIT",
16028
16064
  "dependencies": {
@@ -19618,8 +19654,8 @@
19618
19654
  }
19619
19655
  },
19620
19656
  "node_modules/qs": {
19621
- "version": "6.14.2",
19622
- "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==",
19657
+ "version": "6.15.0",
19658
+ "integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
19623
19659
  "dev": true,
19624
19660
  "license": "BSD-3-Clause",
19625
19661
  "dependencies": {
@@ -20133,6 +20169,27 @@
20133
20169
  "node": ">=18"
20134
20170
  }
20135
20171
  },
20172
+ "node_modules/rimraf/node_modules/balanced-match": {
20173
+ "version": "4.0.3",
20174
+ "integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
20175
+ "dev": true,
20176
+ "license": "MIT",
20177
+ "engines": {
20178
+ "node": "20 || >=22"
20179
+ }
20180
+ },
20181
+ "node_modules/rimraf/node_modules/brace-expansion": {
20182
+ "version": "5.0.2",
20183
+ "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
20184
+ "dev": true,
20185
+ "license": "MIT",
20186
+ "dependencies": {
20187
+ "balanced-match": "^4.0.2"
20188
+ },
20189
+ "engines": {
20190
+ "node": "20 || >=22"
20191
+ }
20192
+ },
20136
20193
  "node_modules/rimraf/node_modules/glob": {
20137
20194
  "version": "11.1.0",
20138
20195
  "integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==",
@@ -20173,12 +20230,12 @@
20173
20230
  }
20174
20231
  },
20175
20232
  "node_modules/rimraf/node_modules/minimatch": {
20176
- "version": "10.1.2",
20177
- "integrity": "sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==",
20233
+ "version": "10.2.1",
20234
+ "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==",
20178
20235
  "dev": true,
20179
20236
  "license": "BlueOak-1.0.0",
20180
20237
  "dependencies": {
20181
- "@isaacs/brace-expansion": "^5.0.1"
20238
+ "brace-expansion": "^5.0.2"
20182
20239
  },
20183
20240
  "engines": {
20184
20241
  "node": "20 || >=22"
@@ -22292,8 +22349,8 @@
22292
22349
  }
22293
22350
  },
22294
22351
  "node_modules/undici": {
22295
- "version": "7.21.0",
22296
- "integrity": "sha512-Hn2tCQpoDt1wv23a68Ctc8Cr/BHpUSfaPYrkajTXOS9IKpxVRx/X5m1K2YkbK2ipgZgxXSgsUinl3x+2YdSSfg==",
22352
+ "version": "7.22.0",
22353
+ "integrity": "sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==",
22297
22354
  "dev": true,
22298
22355
  "license": "MIT",
22299
22356
  "engines": {
@@ -23441,8 +23498,8 @@
23441
23498
  }
23442
23499
  },
23443
23500
  "node_modules/webpack-sources": {
23444
- "version": "3.3.3",
23445
- "integrity": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==",
23501
+ "version": "3.3.4",
23502
+ "integrity": "sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==",
23446
23503
  "dev": true,
23447
23504
  "license": "MIT",
23448
23505
  "engines": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-app",
3
- "version": "11.14.1-16.6412",
3
+ "version": "11.14.1-16.6418",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "start": "./node_modules/.bin/ng serve",
@@ -36,11 +36,11 @@
36
36
  "@fullcalendar/list": "6.1.18",
37
37
  "@fullcalendar/timegrid": "6.1.18",
38
38
  "@metrichor/jmespath": "0.3.1",
39
- "@wavemaker/custom-widgets-m3": "11.14.1-16.6412",
39
+ "@wavemaker/custom-widgets-m3": "11.14.1-16.6418",
40
40
  "@wavemaker/focus-trap": "1.0.1",
41
- "@wavemaker/foundation-css": "11.14.1-16.6412",
41
+ "@wavemaker/foundation-css": "11.14.1-16.6418",
42
42
  "@wavemaker/nvd3": "1.8.15",
43
- "@wavemaker/variables": "11.14.1-16.6412",
43
+ "@wavemaker/variables": "11.14.1-16.6418",
44
44
  "@ztree/ztree_v3": "3.5.48",
45
45
  "acorn": "^8.15.0",
46
46
  "angular-imask": "7.6.1",
@@ -62,7 +62,7 @@
62
62
  "tslib": "2.8.1",
63
63
  "x2js": "3.4.4",
64
64
  "zone.js": "0.15.1",
65
- "@wavemaker/app-ng-runtime": "11.14.1-16.6412"
65
+ "@wavemaker/app-ng-runtime": "11.14.1-16.6418"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",