@wavemaker/rn-codegen 11.15.2-rc.249 → 11.15.3-rc.647481
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/npm-shrinkwrap.json +45 -45
- package/package-lock.json +45 -45
- package/package.json +3 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/navigation/popover.less +1 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/page/tabbar.less +9 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/layouts/tabbar.less +9 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/tokens.light.css +5 -1
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/tabbar.variant.less +5 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/navigation/popover.less +1 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/page/tabbar.less +9 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/layouts/tabbar.less +9 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/tokens.light.css +5 -1
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/tabbar.variant.less +5 -0
- package/src/templates/foundation-theme/dist/android/style.css +7 -3
- package/src/templates/foundation-theme/dist/android/style.js +26 -5
- package/src/templates/foundation-theme/dist/android/tokens.js +5 -1
- package/src/templates/foundation-theme/dist/ios/style.css +7 -3
- package/src/templates/foundation-theme/dist/ios/style.js +26 -5
- package/src/templates/foundation-theme/dist/ios/tokens.js +5 -1
- package/src/templates/foundation-theme/wavemaker/design-tokens/navigation/popover.less +1 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/page/tabbar.less +9 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/layouts/tabbar.less +9 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/tokens.light.css +5 -1
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/tabbar.variant.less +5 -0
- package/src/templates/package.web.json +3 -3
- package/src/templates/project/package.json +3 -3
- package/src/transpile/components/data/form/form-field.transformer.js +3 -3
- package/src/transpile/components/data/form/form-field.transformer.js.map +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/rn-codegen",
|
|
3
|
-
"version": "11.15.
|
|
3
|
+
"version": "11.15.3-rc.647481",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/rn-codegen",
|
|
9
|
-
"version": "11.15.
|
|
9
|
+
"version": "11.15.3-rc.647481",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"@types/node": "18.11.10",
|
|
19
19
|
"@types/prettier": "2.7.1",
|
|
20
20
|
"@types/yargs": "17.0.15",
|
|
21
|
-
"@wavemaker/custom-widgets-m3": "11.15.
|
|
22
|
-
"@wavemaker/foundation-css": "11.15.
|
|
21
|
+
"@wavemaker/custom-widgets-m3": "11.15.3-rc.647481",
|
|
22
|
+
"@wavemaker/foundation-css": "11.15.3-rc.647481",
|
|
23
23
|
"adm-zip": "0.5.9",
|
|
24
24
|
"axios": "1.8.3",
|
|
25
25
|
"clean-css": "5.1.5",
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
"node_modules/@babel/compat-data": {
|
|
90
|
-
"version": "7.29.
|
|
91
|
-
"integrity": "sha512-
|
|
90
|
+
"version": "7.29.3",
|
|
91
|
+
"integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==",
|
|
92
92
|
"dev": true,
|
|
93
93
|
"license": "MIT",
|
|
94
94
|
"engines": {
|
|
@@ -142,8 +142,8 @@
|
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
144
|
"node_modules/@babel/core/node_modules/@babel/parser": {
|
|
145
|
-
"version": "7.29.
|
|
146
|
-
"integrity": "sha512-
|
|
145
|
+
"version": "7.29.3",
|
|
146
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
147
147
|
"dev": true,
|
|
148
148
|
"license": "MIT",
|
|
149
149
|
"dependencies": {
|
|
@@ -303,8 +303,8 @@
|
|
|
303
303
|
}
|
|
304
304
|
},
|
|
305
305
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/parser": {
|
|
306
|
-
"version": "7.29.
|
|
307
|
-
"integrity": "sha512-
|
|
306
|
+
"version": "7.29.3",
|
|
307
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
308
308
|
"dev": true,
|
|
309
309
|
"license": "MIT",
|
|
310
310
|
"dependencies": {
|
|
@@ -381,8 +381,8 @@
|
|
|
381
381
|
}
|
|
382
382
|
},
|
|
383
383
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
|
|
384
|
-
"version": "7.29.
|
|
385
|
-
"integrity": "sha512-
|
|
384
|
+
"version": "7.29.3",
|
|
385
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
386
386
|
"dev": true,
|
|
387
387
|
"license": "MIT",
|
|
388
388
|
"dependencies": {
|
|
@@ -730,8 +730,8 @@
|
|
|
730
730
|
}
|
|
731
731
|
},
|
|
732
732
|
"node_modules/@babel/template/node_modules/@babel/parser": {
|
|
733
|
-
"version": "7.29.
|
|
734
|
-
"integrity": "sha512-
|
|
733
|
+
"version": "7.29.3",
|
|
734
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
735
735
|
"license": "MIT",
|
|
736
736
|
"dependencies": {
|
|
737
737
|
"@babel/types": "^7.29.0"
|
|
@@ -779,8 +779,8 @@
|
|
|
779
779
|
}
|
|
780
780
|
},
|
|
781
781
|
"node_modules/@babel/traverse/node_modules/@babel/parser": {
|
|
782
|
-
"version": "7.29.
|
|
783
|
-
"integrity": "sha512-
|
|
782
|
+
"version": "7.29.3",
|
|
783
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
784
784
|
"license": "MIT",
|
|
785
785
|
"dependencies": {
|
|
786
786
|
"@babel/types": "^7.29.0"
|
|
@@ -1852,8 +1852,8 @@
|
|
|
1852
1852
|
}
|
|
1853
1853
|
},
|
|
1854
1854
|
"node_modules/@types/babel__core/node_modules/@babel/parser": {
|
|
1855
|
-
"version": "7.29.
|
|
1856
|
-
"integrity": "sha512-
|
|
1855
|
+
"version": "7.29.3",
|
|
1856
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
1857
1857
|
"dev": true,
|
|
1858
1858
|
"license": "MIT",
|
|
1859
1859
|
"dependencies": {
|
|
@@ -2084,13 +2084,13 @@
|
|
|
2084
2084
|
}
|
|
2085
2085
|
},
|
|
2086
2086
|
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
2087
|
-
"version": "11.15.
|
|
2088
|
-
"integrity": "sha512-
|
|
2087
|
+
"version": "11.15.3-rc.647481",
|
|
2088
|
+
"integrity": "sha512-1uW8BhQBBUn1TUahK2W5Js91bVyrv8soWml6fObaHft0T+3G2YN9s95GIzjrr1j8HcGGxiX2bMCuErmsoKqSbw==",
|
|
2089
2089
|
"license": "ISC"
|
|
2090
2090
|
},
|
|
2091
2091
|
"node_modules/@wavemaker/foundation-css": {
|
|
2092
|
-
"version": "11.15.
|
|
2093
|
-
"integrity": "sha512-
|
|
2092
|
+
"version": "11.15.3-rc.647481",
|
|
2093
|
+
"integrity": "sha512-fvBtMqFjPJohN5AvIcByhTQAdEaPO3YeG32H/ewIln5avm4EgyA5Qug2UUdBhtW0cjIH/QLVzYdgftQMSfOaNw==",
|
|
2094
2094
|
"license": "ISC",
|
|
2095
2095
|
"dependencies": {
|
|
2096
2096
|
"ajv": "8.17.1",
|
|
@@ -2316,8 +2316,8 @@
|
|
|
2316
2316
|
}
|
|
2317
2317
|
},
|
|
2318
2318
|
"node_modules/babel-plugin-istanbul/node_modules/@babel/parser": {
|
|
2319
|
-
"version": "7.29.
|
|
2320
|
-
"integrity": "sha512-
|
|
2319
|
+
"version": "7.29.3",
|
|
2320
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
2321
2321
|
"dev": true,
|
|
2322
2322
|
"license": "MIT",
|
|
2323
2323
|
"dependencies": {
|
|
@@ -2441,8 +2441,8 @@
|
|
|
2441
2441
|
"license": "MIT"
|
|
2442
2442
|
},
|
|
2443
2443
|
"node_modules/baseline-browser-mapping": {
|
|
2444
|
-
"version": "2.10.
|
|
2445
|
-
"integrity": "sha512-
|
|
2444
|
+
"version": "2.10.27",
|
|
2445
|
+
"integrity": "sha512-zEs/ufmZoUd7WftKpKyXaT6RFxpQ5Qm9xytKRHvJfxFV9DFJkZph9RvJ1LcOUi0Z1ZVijMte65JbILeV+8QQEA==",
|
|
2446
2446
|
"dev": true,
|
|
2447
2447
|
"license": "Apache-2.0",
|
|
2448
2448
|
"bin": {
|
|
@@ -2675,8 +2675,8 @@
|
|
|
2675
2675
|
}
|
|
2676
2676
|
},
|
|
2677
2677
|
"node_modules/caniuse-lite": {
|
|
2678
|
-
"version": "1.0.
|
|
2679
|
-
"integrity": "sha512-
|
|
2678
|
+
"version": "1.0.30001792",
|
|
2679
|
+
"integrity": "sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==",
|
|
2680
2680
|
"dev": true,
|
|
2681
2681
|
"funding": [
|
|
2682
2682
|
{
|
|
@@ -3217,8 +3217,8 @@
|
|
|
3217
3217
|
"license": "MIT"
|
|
3218
3218
|
},
|
|
3219
3219
|
"node_modules/electron-to-chromium": {
|
|
3220
|
-
"version": "1.5.
|
|
3221
|
-
"integrity": "sha512-
|
|
3220
|
+
"version": "1.5.352",
|
|
3221
|
+
"integrity": "sha512-9wHk8x6dyuimoe18EdiDPWKExNdxYqo4fn4FwOVVper6RxT3cmpBwBkWWfSOCYJjQdIco/nPhJhNLmn4Ufg1Yg==",
|
|
3222
3222
|
"dev": true,
|
|
3223
3223
|
"license": "ISC"
|
|
3224
3224
|
},
|
|
@@ -3446,8 +3446,8 @@
|
|
|
3446
3446
|
"license": "MIT"
|
|
3447
3447
|
},
|
|
3448
3448
|
"node_modules/fast-uri": {
|
|
3449
|
-
"version": "3.1.
|
|
3450
|
-
"integrity": "sha512-
|
|
3449
|
+
"version": "3.1.2",
|
|
3450
|
+
"integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
|
|
3451
3451
|
"funding": [
|
|
3452
3452
|
{
|
|
3453
3453
|
"type": "github",
|
|
@@ -4013,12 +4013,12 @@
|
|
|
4013
4013
|
}
|
|
4014
4014
|
},
|
|
4015
4015
|
"node_modules/is-core-module": {
|
|
4016
|
-
"version": "2.16.
|
|
4017
|
-
"integrity": "sha512-
|
|
4016
|
+
"version": "2.16.2",
|
|
4017
|
+
"integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
|
|
4018
4018
|
"dev": true,
|
|
4019
4019
|
"license": "MIT",
|
|
4020
4020
|
"dependencies": {
|
|
4021
|
-
"hasown": "^2.0.
|
|
4021
|
+
"hasown": "^2.0.3"
|
|
4022
4022
|
},
|
|
4023
4023
|
"engines": {
|
|
4024
4024
|
"node": ">= 0.4"
|
|
@@ -4204,8 +4204,8 @@
|
|
|
4204
4204
|
}
|
|
4205
4205
|
},
|
|
4206
4206
|
"node_modules/istanbul-lib-instrument/node_modules/@babel/parser": {
|
|
4207
|
-
"version": "7.29.
|
|
4208
|
-
"integrity": "sha512-
|
|
4207
|
+
"version": "7.29.3",
|
|
4208
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
4209
4209
|
"dev": true,
|
|
4210
4210
|
"license": "MIT",
|
|
4211
4211
|
"dependencies": {
|
|
@@ -5061,8 +5061,8 @@
|
|
|
5061
5061
|
}
|
|
5062
5062
|
},
|
|
5063
5063
|
"node_modules/jsonfile": {
|
|
5064
|
-
"version": "6.2.
|
|
5065
|
-
"integrity": "sha512-
|
|
5064
|
+
"version": "6.2.1",
|
|
5065
|
+
"integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
|
|
5066
5066
|
"license": "MIT",
|
|
5067
5067
|
"dependencies": {
|
|
5068
5068
|
"universalify": "^2.0.0"
|
|
@@ -5455,8 +5455,8 @@
|
|
|
5455
5455
|
"license": "MIT"
|
|
5456
5456
|
},
|
|
5457
5457
|
"node_modules/node-releases": {
|
|
5458
|
-
"version": "2.0.
|
|
5459
|
-
"integrity": "sha512-
|
|
5458
|
+
"version": "2.0.38",
|
|
5459
|
+
"integrity": "sha512-3qT/88Y3FbH/Kx4szpQQ4HzUbVrHPKTLVpVocKiLfoYvw9XSGOX2FmD2d6DrXbVYyAQTF2HeF6My8jmzx7/CRw==",
|
|
5460
5460
|
"dev": true,
|
|
5461
5461
|
"license": "MIT"
|
|
5462
5462
|
},
|
|
@@ -5776,8 +5776,8 @@
|
|
|
5776
5776
|
}
|
|
5777
5777
|
},
|
|
5778
5778
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
5779
|
-
"version": "11.3.
|
|
5780
|
-
"integrity": "sha512-
|
|
5779
|
+
"version": "11.3.6",
|
|
5780
|
+
"integrity": "sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==",
|
|
5781
5781
|
"dev": true,
|
|
5782
5782
|
"license": "BlueOak-1.0.0",
|
|
5783
5783
|
"engines": {
|
|
@@ -7141,8 +7141,8 @@
|
|
|
7141
7141
|
"license": "ISC"
|
|
7142
7142
|
},
|
|
7143
7143
|
"node_modules/yaml": {
|
|
7144
|
-
"version": "2.8.
|
|
7145
|
-
"integrity": "sha512-
|
|
7144
|
+
"version": "2.8.4",
|
|
7145
|
+
"integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==",
|
|
7146
7146
|
"license": "ISC",
|
|
7147
7147
|
"bin": {
|
|
7148
7148
|
"yaml": "bin.mjs"
|
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/rn-codegen",
|
|
3
|
-
"version": "11.15.
|
|
3
|
+
"version": "11.15.3-rc.647481",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/rn-codegen",
|
|
9
|
-
"version": "11.15.
|
|
9
|
+
"version": "11.15.3-rc.647481",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"@types/node": "18.11.10",
|
|
19
19
|
"@types/prettier": "2.7.1",
|
|
20
20
|
"@types/yargs": "17.0.15",
|
|
21
|
-
"@wavemaker/custom-widgets-m3": "11.15.
|
|
22
|
-
"@wavemaker/foundation-css": "11.15.
|
|
21
|
+
"@wavemaker/custom-widgets-m3": "11.15.3-rc.647481",
|
|
22
|
+
"@wavemaker/foundation-css": "11.15.3-rc.647481",
|
|
23
23
|
"adm-zip": "0.5.9",
|
|
24
24
|
"axios": "1.8.3",
|
|
25
25
|
"clean-css": "5.1.5",
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
"node_modules/@babel/compat-data": {
|
|
90
|
-
"version": "7.29.
|
|
91
|
-
"integrity": "sha512-
|
|
90
|
+
"version": "7.29.3",
|
|
91
|
+
"integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==",
|
|
92
92
|
"dev": true,
|
|
93
93
|
"license": "MIT",
|
|
94
94
|
"engines": {
|
|
@@ -142,8 +142,8 @@
|
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
144
|
"node_modules/@babel/core/node_modules/@babel/parser": {
|
|
145
|
-
"version": "7.29.
|
|
146
|
-
"integrity": "sha512-
|
|
145
|
+
"version": "7.29.3",
|
|
146
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
147
147
|
"dev": true,
|
|
148
148
|
"license": "MIT",
|
|
149
149
|
"dependencies": {
|
|
@@ -303,8 +303,8 @@
|
|
|
303
303
|
}
|
|
304
304
|
},
|
|
305
305
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/parser": {
|
|
306
|
-
"version": "7.29.
|
|
307
|
-
"integrity": "sha512-
|
|
306
|
+
"version": "7.29.3",
|
|
307
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
308
308
|
"dev": true,
|
|
309
309
|
"license": "MIT",
|
|
310
310
|
"dependencies": {
|
|
@@ -381,8 +381,8 @@
|
|
|
381
381
|
}
|
|
382
382
|
},
|
|
383
383
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
|
|
384
|
-
"version": "7.29.
|
|
385
|
-
"integrity": "sha512-
|
|
384
|
+
"version": "7.29.3",
|
|
385
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
386
386
|
"dev": true,
|
|
387
387
|
"license": "MIT",
|
|
388
388
|
"dependencies": {
|
|
@@ -730,8 +730,8 @@
|
|
|
730
730
|
}
|
|
731
731
|
},
|
|
732
732
|
"node_modules/@babel/template/node_modules/@babel/parser": {
|
|
733
|
-
"version": "7.29.
|
|
734
|
-
"integrity": "sha512-
|
|
733
|
+
"version": "7.29.3",
|
|
734
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
735
735
|
"license": "MIT",
|
|
736
736
|
"dependencies": {
|
|
737
737
|
"@babel/types": "^7.29.0"
|
|
@@ -779,8 +779,8 @@
|
|
|
779
779
|
}
|
|
780
780
|
},
|
|
781
781
|
"node_modules/@babel/traverse/node_modules/@babel/parser": {
|
|
782
|
-
"version": "7.29.
|
|
783
|
-
"integrity": "sha512-
|
|
782
|
+
"version": "7.29.3",
|
|
783
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
784
784
|
"license": "MIT",
|
|
785
785
|
"dependencies": {
|
|
786
786
|
"@babel/types": "^7.29.0"
|
|
@@ -1852,8 +1852,8 @@
|
|
|
1852
1852
|
}
|
|
1853
1853
|
},
|
|
1854
1854
|
"node_modules/@types/babel__core/node_modules/@babel/parser": {
|
|
1855
|
-
"version": "7.29.
|
|
1856
|
-
"integrity": "sha512-
|
|
1855
|
+
"version": "7.29.3",
|
|
1856
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
1857
1857
|
"dev": true,
|
|
1858
1858
|
"license": "MIT",
|
|
1859
1859
|
"dependencies": {
|
|
@@ -2084,13 +2084,13 @@
|
|
|
2084
2084
|
}
|
|
2085
2085
|
},
|
|
2086
2086
|
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
2087
|
-
"version": "11.15.
|
|
2088
|
-
"integrity": "sha512-
|
|
2087
|
+
"version": "11.15.3-rc.647481",
|
|
2088
|
+
"integrity": "sha512-1uW8BhQBBUn1TUahK2W5Js91bVyrv8soWml6fObaHft0T+3G2YN9s95GIzjrr1j8HcGGxiX2bMCuErmsoKqSbw==",
|
|
2089
2089
|
"license": "ISC"
|
|
2090
2090
|
},
|
|
2091
2091
|
"node_modules/@wavemaker/foundation-css": {
|
|
2092
|
-
"version": "11.15.
|
|
2093
|
-
"integrity": "sha512-
|
|
2092
|
+
"version": "11.15.3-rc.647481",
|
|
2093
|
+
"integrity": "sha512-fvBtMqFjPJohN5AvIcByhTQAdEaPO3YeG32H/ewIln5avm4EgyA5Qug2UUdBhtW0cjIH/QLVzYdgftQMSfOaNw==",
|
|
2094
2094
|
"license": "ISC",
|
|
2095
2095
|
"dependencies": {
|
|
2096
2096
|
"ajv": "8.17.1",
|
|
@@ -2316,8 +2316,8 @@
|
|
|
2316
2316
|
}
|
|
2317
2317
|
},
|
|
2318
2318
|
"node_modules/babel-plugin-istanbul/node_modules/@babel/parser": {
|
|
2319
|
-
"version": "7.29.
|
|
2320
|
-
"integrity": "sha512-
|
|
2319
|
+
"version": "7.29.3",
|
|
2320
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
2321
2321
|
"dev": true,
|
|
2322
2322
|
"license": "MIT",
|
|
2323
2323
|
"dependencies": {
|
|
@@ -2441,8 +2441,8 @@
|
|
|
2441
2441
|
"license": "MIT"
|
|
2442
2442
|
},
|
|
2443
2443
|
"node_modules/baseline-browser-mapping": {
|
|
2444
|
-
"version": "2.10.
|
|
2445
|
-
"integrity": "sha512-
|
|
2444
|
+
"version": "2.10.27",
|
|
2445
|
+
"integrity": "sha512-zEs/ufmZoUd7WftKpKyXaT6RFxpQ5Qm9xytKRHvJfxFV9DFJkZph9RvJ1LcOUi0Z1ZVijMte65JbILeV+8QQEA==",
|
|
2446
2446
|
"dev": true,
|
|
2447
2447
|
"license": "Apache-2.0",
|
|
2448
2448
|
"bin": {
|
|
@@ -2675,8 +2675,8 @@
|
|
|
2675
2675
|
}
|
|
2676
2676
|
},
|
|
2677
2677
|
"node_modules/caniuse-lite": {
|
|
2678
|
-
"version": "1.0.
|
|
2679
|
-
"integrity": "sha512-
|
|
2678
|
+
"version": "1.0.30001792",
|
|
2679
|
+
"integrity": "sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==",
|
|
2680
2680
|
"dev": true,
|
|
2681
2681
|
"funding": [
|
|
2682
2682
|
{
|
|
@@ -3217,8 +3217,8 @@
|
|
|
3217
3217
|
"license": "MIT"
|
|
3218
3218
|
},
|
|
3219
3219
|
"node_modules/electron-to-chromium": {
|
|
3220
|
-
"version": "1.5.
|
|
3221
|
-
"integrity": "sha512-
|
|
3220
|
+
"version": "1.5.352",
|
|
3221
|
+
"integrity": "sha512-9wHk8x6dyuimoe18EdiDPWKExNdxYqo4fn4FwOVVper6RxT3cmpBwBkWWfSOCYJjQdIco/nPhJhNLmn4Ufg1Yg==",
|
|
3222
3222
|
"dev": true,
|
|
3223
3223
|
"license": "ISC"
|
|
3224
3224
|
},
|
|
@@ -3446,8 +3446,8 @@
|
|
|
3446
3446
|
"license": "MIT"
|
|
3447
3447
|
},
|
|
3448
3448
|
"node_modules/fast-uri": {
|
|
3449
|
-
"version": "3.1.
|
|
3450
|
-
"integrity": "sha512-
|
|
3449
|
+
"version": "3.1.2",
|
|
3450
|
+
"integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
|
|
3451
3451
|
"funding": [
|
|
3452
3452
|
{
|
|
3453
3453
|
"type": "github",
|
|
@@ -4013,12 +4013,12 @@
|
|
|
4013
4013
|
}
|
|
4014
4014
|
},
|
|
4015
4015
|
"node_modules/is-core-module": {
|
|
4016
|
-
"version": "2.16.
|
|
4017
|
-
"integrity": "sha512-
|
|
4016
|
+
"version": "2.16.2",
|
|
4017
|
+
"integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
|
|
4018
4018
|
"dev": true,
|
|
4019
4019
|
"license": "MIT",
|
|
4020
4020
|
"dependencies": {
|
|
4021
|
-
"hasown": "^2.0.
|
|
4021
|
+
"hasown": "^2.0.3"
|
|
4022
4022
|
},
|
|
4023
4023
|
"engines": {
|
|
4024
4024
|
"node": ">= 0.4"
|
|
@@ -4204,8 +4204,8 @@
|
|
|
4204
4204
|
}
|
|
4205
4205
|
},
|
|
4206
4206
|
"node_modules/istanbul-lib-instrument/node_modules/@babel/parser": {
|
|
4207
|
-
"version": "7.29.
|
|
4208
|
-
"integrity": "sha512-
|
|
4207
|
+
"version": "7.29.3",
|
|
4208
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
4209
4209
|
"dev": true,
|
|
4210
4210
|
"license": "MIT",
|
|
4211
4211
|
"dependencies": {
|
|
@@ -5061,8 +5061,8 @@
|
|
|
5061
5061
|
}
|
|
5062
5062
|
},
|
|
5063
5063
|
"node_modules/jsonfile": {
|
|
5064
|
-
"version": "6.2.
|
|
5065
|
-
"integrity": "sha512-
|
|
5064
|
+
"version": "6.2.1",
|
|
5065
|
+
"integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
|
|
5066
5066
|
"license": "MIT",
|
|
5067
5067
|
"dependencies": {
|
|
5068
5068
|
"universalify": "^2.0.0"
|
|
@@ -5455,8 +5455,8 @@
|
|
|
5455
5455
|
"license": "MIT"
|
|
5456
5456
|
},
|
|
5457
5457
|
"node_modules/node-releases": {
|
|
5458
|
-
"version": "2.0.
|
|
5459
|
-
"integrity": "sha512-
|
|
5458
|
+
"version": "2.0.38",
|
|
5459
|
+
"integrity": "sha512-3qT/88Y3FbH/Kx4szpQQ4HzUbVrHPKTLVpVocKiLfoYvw9XSGOX2FmD2d6DrXbVYyAQTF2HeF6My8jmzx7/CRw==",
|
|
5460
5460
|
"dev": true,
|
|
5461
5461
|
"license": "MIT"
|
|
5462
5462
|
},
|
|
@@ -5776,8 +5776,8 @@
|
|
|
5776
5776
|
}
|
|
5777
5777
|
},
|
|
5778
5778
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
5779
|
-
"version": "11.3.
|
|
5780
|
-
"integrity": "sha512-
|
|
5779
|
+
"version": "11.3.6",
|
|
5780
|
+
"integrity": "sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==",
|
|
5781
5781
|
"dev": true,
|
|
5782
5782
|
"license": "BlueOak-1.0.0",
|
|
5783
5783
|
"engines": {
|
|
@@ -7141,8 +7141,8 @@
|
|
|
7141
7141
|
"license": "ISC"
|
|
7142
7142
|
},
|
|
7143
7143
|
"node_modules/yaml": {
|
|
7144
|
-
"version": "2.8.
|
|
7145
|
-
"integrity": "sha512-
|
|
7144
|
+
"version": "2.8.4",
|
|
7145
|
+
"integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==",
|
|
7146
7146
|
"license": "ISC",
|
|
7147
7147
|
"bin": {
|
|
7148
7148
|
"yaml": "bin.mjs"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/rn-codegen",
|
|
3
|
-
"version": "11.15.
|
|
3
|
+
"version": "11.15.3-rc.647481",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"@types/node": "18.11.10",
|
|
26
26
|
"@types/prettier": "2.7.1",
|
|
27
27
|
"@types/yargs": "17.0.15",
|
|
28
|
-
"@wavemaker/custom-widgets-m3": "11.15.
|
|
29
|
-
"@wavemaker/foundation-css": "11.15.
|
|
28
|
+
"@wavemaker/custom-widgets-m3": "11.15.3-rc.647481",
|
|
29
|
+
"@wavemaker/foundation-css": "11.15.3-rc.647481",
|
|
30
30
|
"adm-zip": "0.5.9",
|
|
31
31
|
"axios": "1.8.3",
|
|
32
32
|
"clean-css": "5.1.5",
|
package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/navigation/popover.less
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
border-color: var(--wm-popover-link-border-color);
|
|
26
26
|
border-width: var(--wm-popover-link-border-width);
|
|
27
27
|
border-style: var(--wm-popover-link-border-style);
|
|
28
|
-
border-radius: var(--wm-popover-link-radius);
|
|
28
|
+
border-radius: var(--wm-popover-link-border-radius);
|
|
29
29
|
padding: var(--wm-popover-link-padding);
|
|
30
30
|
width: var(--wm-popover-link-width);
|
|
31
31
|
height: var(--wm-popover-link-height);
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
bottom: var(--wm-popover-bottom);
|
|
38
38
|
width: var(--wm-popover-width);
|
|
39
39
|
min-height: var(--wm-popover-min-height);
|
|
40
|
-
border-radius: var(--wm-popover-radius);
|
|
41
40
|
box-shadow: var(--wm-popover-shadow);
|
|
42
41
|
}
|
|
43
42
|
|
package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/page/tabbar.less
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
.app-tabbar {
|
|
2
2
|
height: var(--wm-tabbar-height);
|
|
3
|
+
gap: var(--wm-tabbar-gap);
|
|
3
4
|
box-shadow: var(--wm-tabbar-box-shadow);
|
|
4
5
|
border-width: var(--wm-tabbar-border-width);
|
|
5
6
|
border-style: var(--wm-tabbar-border-style);
|
|
@@ -31,10 +32,14 @@
|
|
|
31
32
|
border-radius: var(--wm-tabbar-item-border-radius);
|
|
32
33
|
border-width: var(--wm-tabbar-item-border-width);
|
|
33
34
|
margin-bottom: var(--wm-space-0);
|
|
35
|
+
border-color: var(--wm-tabbar-item-border-color);
|
|
36
|
+
border-style: var(--wm-tabbar-item-border-style);
|
|
34
37
|
opacity: var(--wm-tabbar-item-opacity);
|
|
35
38
|
display: flex;
|
|
36
39
|
justify-content: center;
|
|
37
40
|
align-items: center;
|
|
41
|
+
padding: var(--wm-tabbar-item-padding);
|
|
42
|
+
gap: var(--wm-tabbar-item-gap);
|
|
38
43
|
}
|
|
39
44
|
|
|
40
45
|
.app-tabbar-active-item {
|
|
@@ -42,13 +47,15 @@
|
|
|
42
47
|
margin-bottom: var(--wm-space-0);
|
|
43
48
|
border-radius: var(--wm-tabbar-item-border-radius);
|
|
44
49
|
border-width: var(--wm-tabbar-item-border-width);
|
|
50
|
+
border-color: var(--wm-tabbar-item-border-color);
|
|
51
|
+
border-style: var(--wm-tabbar-item-border-style);
|
|
45
52
|
background-color: var(--wm-tabbar-item-background-color);
|
|
46
53
|
display: flex;
|
|
47
54
|
justify-content: center;
|
|
48
55
|
align-items: center;
|
|
49
56
|
height: auto;
|
|
50
|
-
padding
|
|
51
|
-
|
|
57
|
+
padding: var(--wm-tabbar-item-padding);
|
|
58
|
+
gap: var(--wm-tabbar-item-gap);
|
|
52
59
|
}
|
|
53
60
|
|
|
54
61
|
.app-tabbar-item-icon .app-icon {
|
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
position: relative;
|
|
3
3
|
height: var(--wm-tabbar-height);
|
|
4
4
|
padding: 4px;
|
|
5
|
+
gap: var(--wm-tabbar-gap);
|
|
6
|
+
box-shadow: var(--wm-tabbar-box-shadow);
|
|
5
7
|
border-width: var(--wm-tabbar-border-width);
|
|
6
8
|
border-style: var(--wm-tabbar-border-style);
|
|
7
9
|
border-color: var(--wm-tabbar-border-color);
|
|
10
|
+
padding: var(--wm-space-1);
|
|
8
11
|
.navbar-default {
|
|
9
12
|
background-color: inherit;
|
|
10
13
|
.tab-items {
|
|
@@ -13,14 +16,18 @@
|
|
|
13
16
|
justify-content: center;
|
|
14
17
|
align-content: center;
|
|
15
18
|
padding-top: 10px;
|
|
16
|
-
|
|
19
|
+
> li > a {
|
|
17
20
|
min-height: var(--wm-tabbar-item-min-height);
|
|
18
21
|
min-width: var(--wm-tabbar-item-min-width);
|
|
19
22
|
background-color: var(--wm-tabbar-item-background-color);
|
|
20
23
|
border-radius: var(--wm-tabbar-item-border-radius);
|
|
24
|
+
border-width: var(--wm-tabbar-item-border-width);
|
|
25
|
+
border-style: var(--wm-tabbar-item-border-style);
|
|
26
|
+
border-color: var(--wm-tabbar-item-border-color);
|
|
21
27
|
opacity: var(--wm-tabbar-item-opacity);
|
|
28
|
+
gap: var(--wm-tabbar-item-gap);
|
|
22
29
|
margin-bottom: var(--wm-space-0);
|
|
23
|
-
padding:
|
|
30
|
+
padding: var(--wm-tabbar-item-padding);
|
|
24
31
|
height: auto;
|
|
25
32
|
.app-icon {
|
|
26
33
|
color: var(--wm-tabbar-icon-color);
|
package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/tokens.light.css
CHANGED
|
@@ -213,6 +213,7 @@
|
|
|
213
213
|
--wm-tabbar-more-menu-width: 100%;
|
|
214
214
|
--wm-tabbar-more-menu-row-width: 100%;
|
|
215
215
|
--wm-tabbar-item-border-radius: 0px;
|
|
216
|
+
--wm-tabbar-item-border-color: transparent;
|
|
216
217
|
--wm-tabbar-item-background-color: transparent;
|
|
217
218
|
--wm-tabbar-item-opacity: 1;
|
|
218
219
|
--wm-tabs-border-color: transparent;
|
|
@@ -904,7 +905,6 @@
|
|
|
904
905
|
--wm-popover-padding: var(--wm-space-0);
|
|
905
906
|
--wm-popover-background-color: var(--wm-color-on-primary);
|
|
906
907
|
--wm-popover-shadow: var(--wm-elevation-shadow-none);
|
|
907
|
-
--wm-popover-radius: var(--wm-radius-none);
|
|
908
908
|
--wm-popover-border-radius: var(--wm-radius-none);
|
|
909
909
|
--wm-popover-border-width: var(--wm-border-width-0);
|
|
910
910
|
--wm-popover-border-color: var(--wm-color-transparent);
|
|
@@ -1036,6 +1036,7 @@
|
|
|
1036
1036
|
--wm-switch-button-border-color: var(--wm-color-outline);
|
|
1037
1037
|
--wm-switch-button-border-radius: var(--wm-radius-lg);
|
|
1038
1038
|
--wm-switch-button-padding: var(--wm-space-0) var(--wm-space-4);
|
|
1039
|
+
--wm-tabbar-gap: var(--wm-space-0);
|
|
1039
1040
|
--wm-tabbar-border-width: var(--wm-border-width-0);
|
|
1040
1041
|
--wm-tabbar-border-color: var(--wm-color-scrim);
|
|
1041
1042
|
--wm-tabbar-border-style: var(--wm-border-style-solid);
|
|
@@ -1045,6 +1046,9 @@
|
|
|
1045
1046
|
--wm-tabbar-item-min-height: var(--wm-space-8);
|
|
1046
1047
|
--wm-tabbar-item-min-width: var(--wm-spacer-7);
|
|
1047
1048
|
--wm-tabbar-item-border-width: var(--wm-border-width-0);
|
|
1049
|
+
--wm-tabbar-item-border-style: var(--wm-border-style-solid);
|
|
1050
|
+
--wm-tabbar-item-padding: var(--wm-space-0);
|
|
1051
|
+
--wm-tabbar-item-gap: var(--wm-space-0);
|
|
1048
1052
|
--wm-tabbar-icon-size: var(--wm-space-6);
|
|
1049
1053
|
--wm-tabbar-icon-color: var(--wm-color-on-surface-variant);
|
|
1050
1054
|
--wm-tabbar-icon-padding: var(--wm-space-0);
|
|
@@ -3,9 +3,14 @@
|
|
|
3
3
|
.app-tabbar-active-label {
|
|
4
4
|
--wm-tabbar-item-border-radius: 50px;
|
|
5
5
|
--wm-tabbar-item-border-width: var(--wm-border-width-0);
|
|
6
|
+
--wm-tabbar-item-border-color: transparent;
|
|
7
|
+
--wm-tabbar-item-border-style: var(--wm-border-style-solid);
|
|
6
8
|
--wm-tabbar-item-background-color: var(--wm-color-primary-container);
|
|
9
|
+
--wm-tabbar-item-padding: var(--wm-space-0);
|
|
10
|
+
--wm-tabbar-item-gap: var(--wm-space-0);
|
|
7
11
|
--wm-tabbar-item-margin-bottom: -2;
|
|
8
12
|
--wm-tabbar-icon-color: var(--wm-color-primary);
|
|
13
|
+
--wm-tabbar-icon-padding: var(--wm-space-0);
|
|
9
14
|
--wm-tabbar-text-font-weight: var(--wm-font-weight-700);
|
|
10
15
|
--wm-tabbar-text-color: var(--wm-color-on-surface-variant);
|
|
11
16
|
}
|