@wavemaker/app-rn-runtime 11.11.0-rc.6109 → 11.11.0-rc.6112
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/actions/notification-action.js +3 -1
- package/actions/notification-action.js.map +1 -1
- package/components/basic/label/label.component.js +78 -33
- package/components/basic/label/label.component.js.map +1 -1
- package/components/basic/message/message.component.js +1 -1
- package/components/basic/message/message.component.js.map +1 -1
- package/components/basic/message/message.props.js +1 -0
- package/components/basic/message/message.props.js.map +1 -1
- package/components/basic/search/search.component.js +49 -28
- package/components/basic/search/search.component.js.map +1 -1
- package/components/basic/search/search.props.js +1 -0
- package/components/basic/search/search.props.js.map +1 -1
- package/components/chart/basechart.component.js +3 -0
- package/components/chart/basechart.component.js.map +1 -1
- package/components/chart/basechart.props.js +1 -1
- package/components/chart/basechart.props.js.map +1 -1
- package/components/data/list/list.component.js +16 -2
- package/components/data/list/list.component.js.map +1 -1
- package/components/navigation/appnavbar/appnavbar.component.js +29 -3
- package/components/navigation/appnavbar/appnavbar.component.js.map +1 -1
- package/components/navigation/appnavbar/appnavbar.props.js +1 -1
- package/components/navigation/appnavbar/appnavbar.props.js.map +1 -1
- package/components/page/left-panel/left-panel.component.js +3 -2
- package/components/page/left-panel/left-panel.component.js.map +1 -1
- package/components/page/page-content/page-content.component.js +12 -24
- package/components/page/page-content/page-content.component.js.map +1 -1
- package/components/page/page.component.js +7 -4
- package/components/page/page.component.js.map +1 -1
- package/components/page/tabbar/tabbar.component.js +1 -1
- package/components/page/tabbar/tabbar.component.js.map +1 -1
- package/core/AppConfig.js.map +1 -1
- package/core/base.component.js +24 -15
- package/core/base.component.js.map +1 -1
- package/core/sticky-container.component.js +34 -27
- package/core/sticky-container.component.js.map +1 -1
- package/core/toast.service.js.map +1 -1
- package/core/utils.js +51 -5
- package/core/utils.js.map +1 -1
- package/npm-shrinkwrap.json +42 -86
- package/package-lock.json +42 -86
- package/package.json +2 -2
- package/runtime/App.js +7 -6
- package/runtime/App.js.map +1 -1
- package/runtime/base-fragment.component.js +2 -1
- package/runtime/base-fragment.component.js.map +1 -1
- package/runtime/services/app-toast.service.js +4 -0
- package/runtime/services/app-toast.service.js.map +1 -1
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wavemaker/app-rn-runtime",
|
3
|
-
"version": "11.11.0-rc.
|
3
|
+
"version": "11.11.0-rc.6112",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@wavemaker/app-rn-runtime",
|
9
|
-
"version": "11.11.0-rc.
|
9
|
+
"version": "11.11.0-rc.6112",
|
10
10
|
"license": "MIT",
|
11
11
|
"dependencies": {
|
12
12
|
"@expo/vector-icons": "14.0.2",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"@react-navigation/drawer": "6.6.3",
|
21
21
|
"@react-navigation/native": "6.1.7",
|
22
22
|
"@react-navigation/stack": "6.3.29",
|
23
|
-
"@wavemaker/variables": "11.11.0-rc.
|
23
|
+
"@wavemaker/variables": "11.11.0-rc.6112",
|
24
24
|
"axios": "1.6.8",
|
25
25
|
"color": "4.2.3",
|
26
26
|
"cross-env": "7.0.3",
|
@@ -2689,8 +2689,8 @@
|
|
2689
2689
|
}
|
2690
2690
|
},
|
2691
2691
|
"node_modules/@eslint-community/eslint-utils": {
|
2692
|
-
"version": "4.
|
2693
|
-
"integrity": "sha512-
|
2692
|
+
"version": "4.6.0",
|
2693
|
+
"integrity": "sha512-WhCn7Z7TauhBtmzhvKpoQs0Wwb/kBcy4CwpuI0/eEIr2Lx2auxmulAzLr91wVZJaz47iUZdkXOK7WlAfxGKCnA==",
|
2694
2694
|
"dev": true,
|
2695
2695
|
"license": "MIT",
|
2696
2696
|
"dependencies": {
|
@@ -2824,8 +2824,8 @@
|
|
2824
2824
|
}
|
2825
2825
|
},
|
2826
2826
|
"node_modules/@expo/cli": {
|
2827
|
-
"version": "0.22.
|
2828
|
-
"integrity": "sha512-
|
2827
|
+
"version": "0.22.26",
|
2828
|
+
"integrity": "sha512-I689wc8Fn/AX7aUGiwrh3HnssiORMJtR2fpksX+JIe8Cj/EDleblYMSwRPd0025wrwOV9UN1KM/RuEt/QjCS3Q==",
|
2829
2829
|
"license": "MIT",
|
2830
2830
|
"peer": true,
|
2831
2831
|
"dependencies": {
|
@@ -2842,7 +2842,7 @@
|
|
2842
2842
|
"@expo/osascript": "^2.1.6",
|
2843
2843
|
"@expo/package-manager": "^1.7.2",
|
2844
2844
|
"@expo/plist": "^0.2.2",
|
2845
|
-
"@expo/prebuild-config": "
|
2845
|
+
"@expo/prebuild-config": "~8.2.0",
|
2846
2846
|
"@expo/rudder-sdk-node": "^1.1.1",
|
2847
2847
|
"@expo/spawn-async": "^1.7.2",
|
2848
2848
|
"@expo/ws-tunnel": "^1.0.1",
|
@@ -3148,23 +3148,14 @@
|
|
3148
3148
|
}
|
3149
3149
|
},
|
3150
3150
|
"node_modules/@expo/devcert": {
|
3151
|
-
"version": "1.
|
3152
|
-
"integrity": "sha512-
|
3151
|
+
"version": "1.2.0",
|
3152
|
+
"integrity": "sha512-Uilcv3xGELD5t/b0eM4cxBFEKQRIivB3v7i+VhWLV/gL98aw810unLKKJbGAxAIhY6Ipyz8ChWibFsKFXYwstA==",
|
3153
3153
|
"license": "MIT",
|
3154
3154
|
"peer": true,
|
3155
3155
|
"dependencies": {
|
3156
|
-
"
|
3157
|
-
"command-exists": "^1.2.4",
|
3156
|
+
"@expo/sudo-prompt": "^9.3.1",
|
3158
3157
|
"debug": "^3.1.0",
|
3159
|
-
"
|
3160
|
-
"get-port": "^3.2.0",
|
3161
|
-
"glob": "^10.4.2",
|
3162
|
-
"lodash": "^4.17.21",
|
3163
|
-
"mkdirp": "^0.5.1",
|
3164
|
-
"password-prompt": "^1.0.4",
|
3165
|
-
"sudo-prompt": "^8.2.0",
|
3166
|
-
"tmp": "^0.0.33",
|
3167
|
-
"tslib": "^2.4.0"
|
3158
|
+
"glob": "^10.4.2"
|
3168
3159
|
}
|
3169
3160
|
},
|
3170
3161
|
"node_modules/@expo/devcert/node_modules/debug": {
|
@@ -3659,13 +3650,6 @@
|
|
3659
3650
|
"url": "https://github.com/sponsors/sindresorhus"
|
3660
3651
|
}
|
3661
3652
|
},
|
3662
|
-
"node_modules/@expo/package-manager/node_modules/sudo-prompt": {
|
3663
|
-
"version": "9.1.1",
|
3664
|
-
"integrity": "sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==",
|
3665
|
-
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
|
3666
|
-
"license": "MIT",
|
3667
|
-
"peer": true
|
3668
|
-
},
|
3669
3653
|
"node_modules/@expo/plist": {
|
3670
3654
|
"version": "0.2.2",
|
3671
3655
|
"integrity": "sha512-ZZGvTO6vEWq02UAPs3LIdja+HRO18+LRI5QuDl6Hs3Ps7KX7xU6Y6kjahWKY37Rx2YjNpX07dGpBFzzC+vKa2g==",
|
@@ -3677,8 +3661,8 @@
|
|
3677
3661
|
}
|
3678
3662
|
},
|
3679
3663
|
"node_modules/@expo/prebuild-config": {
|
3680
|
-
"version": "8.0
|
3681
|
-
"integrity": "sha512-
|
3664
|
+
"version": "8.2.0",
|
3665
|
+
"integrity": "sha512-CxiPpd980s0jyxi7eyN3i/7YKu3XL+8qPjBZUCYtc0+axpGweqIkq2CslyLSKHyqVyH/zlPkbVgWdyiYavFS5Q==",
|
3682
3666
|
"license": "MIT",
|
3683
3667
|
"dependencies": {
|
3684
3668
|
"@expo/config": "~10.0.11",
|
@@ -3772,6 +3756,12 @@
|
|
3772
3756
|
"node": ">=12"
|
3773
3757
|
}
|
3774
3758
|
},
|
3759
|
+
"node_modules/@expo/sudo-prompt": {
|
3760
|
+
"version": "9.3.2",
|
3761
|
+
"integrity": "sha512-HHQigo3rQWKMDzYDLkubN5WQOYXJJE2eNqIQC2axC2iO3mHdwnIR7FgZVvHWtBwAdzBgAP0ECp8KqS8TiMKvgw==",
|
3762
|
+
"license": "MIT",
|
3763
|
+
"peer": true
|
3764
|
+
},
|
3775
3765
|
"node_modules/@expo/vector-icons": {
|
3776
3766
|
"version": "14.0.2",
|
3777
3767
|
"integrity": "sha512-70LpmXQu4xa8cMxjp1fydgRPsalefnHaXLzIwaHMEzcZhnyjw2acZz8azRrZOslPVAWlxItOa2Dd7WtD/kI+CA==",
|
@@ -6382,8 +6372,8 @@
|
|
6382
6372
|
"license": "MIT"
|
6383
6373
|
},
|
6384
6374
|
"node_modules/@types/node": {
|
6385
|
-
"version": "22.14.
|
6386
|
-
"integrity": "sha512-
|
6375
|
+
"version": "22.14.1",
|
6376
|
+
"integrity": "sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==",
|
6387
6377
|
"license": "MIT",
|
6388
6378
|
"dependencies": {
|
6389
6379
|
"undici-types": "~6.21.0"
|
@@ -6676,8 +6666,8 @@
|
|
6676
6666
|
}
|
6677
6667
|
},
|
6678
6668
|
"node_modules/@wavemaker/variables": {
|
6679
|
-
"version": "11.11.0-rc.
|
6680
|
-
"integrity": "sha512-
|
6669
|
+
"version": "11.11.0-rc.6112",
|
6670
|
+
"integrity": "sha512-yXg/R1dLdwY/tVkFXFeJsfR5IVjEcbBgYi2tFeKUZMZrTm3W/+qeQbJ/RsxP6Afuc8xCXCyhEu3k4j8WwTO53Q==",
|
6681
6671
|
"license": "ISC",
|
6682
6672
|
"dependencies": {
|
6683
6673
|
"@metrichor/jmespath": "^0.3.1",
|
@@ -7127,12 +7117,6 @@
|
|
7127
7117
|
"url": "https://github.com/sponsors/jonschlinkert"
|
7128
7118
|
}
|
7129
7119
|
},
|
7130
|
-
"node_modules/application-config-path": {
|
7131
|
-
"version": "0.1.1",
|
7132
|
-
"integrity": "sha512-zy9cHePtMP0YhwG+CfHm0bgwdnga2X3gZexpdCwEj//dpb+TKajtiC8REEUJUSq6Ab4f9cgNy2l8ObXzCXFkEw==",
|
7133
|
-
"license": "MIT",
|
7134
|
-
"peer": true
|
7135
|
-
},
|
7136
7120
|
"node_modules/arg": {
|
7137
7121
|
"version": "5.0.2",
|
7138
7122
|
"integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
|
@@ -9069,8 +9053,8 @@
|
|
9069
9053
|
}
|
9070
9054
|
},
|
9071
9055
|
"node_modules/caniuse-lite": {
|
9072
|
-
"version": "1.0.
|
9073
|
-
"integrity": "sha512-
|
9056
|
+
"version": "1.0.30001713",
|
9057
|
+
"integrity": "sha512-wCIWIg+A4Xr7NfhTuHdX+/FKh3+Op3LBbSp2N5Pfx6T/LhdQy3GTyoTg48BReaW/MyMNZAkTadsBtai3ldWK0Q==",
|
9074
9058
|
"funding": [
|
9075
9059
|
{
|
9076
9060
|
"type": "opencollective",
|
@@ -9421,12 +9405,6 @@
|
|
9421
9405
|
"node": ">= 0.8"
|
9422
9406
|
}
|
9423
9407
|
},
|
9424
|
-
"node_modules/command-exists": {
|
9425
|
-
"version": "1.2.9",
|
9426
|
-
"integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==",
|
9427
|
-
"license": "MIT",
|
9428
|
-
"peer": true
|
9429
|
-
},
|
9430
9408
|
"node_modules/commander": {
|
9431
9409
|
"version": "7.2.0",
|
9432
9410
|
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
|
@@ -11176,8 +11154,8 @@
|
|
11176
11154
|
"license": "MIT"
|
11177
11155
|
},
|
11178
11156
|
"node_modules/electron-to-chromium": {
|
11179
|
-
"version": "1.5.
|
11180
|
-
"integrity": "sha512
|
11157
|
+
"version": "1.5.137",
|
11158
|
+
"integrity": "sha512-/QSJaU2JyIuTbbABAo/crOs+SuAZLS+fVVS10PVrIT9hrRkmZl8Hb0xPSkKRUUWHQtYzXHpQUW3Dy5hwMzGZkA==",
|
11181
11159
|
"license": "ISC"
|
11182
11160
|
},
|
11183
11161
|
"node_modules/emittery": {
|
@@ -11315,12 +11293,6 @@
|
|
11315
11293
|
"url": "https://github.com/sponsors/ljharb"
|
11316
11294
|
}
|
11317
11295
|
},
|
11318
|
-
"node_modules/eol": {
|
11319
|
-
"version": "0.9.1",
|
11320
|
-
"integrity": "sha512-Ds/TEoZjwggRoz/Q2O7SE3i4Jm66mqTDfmdHdq/7DKVk3bro9Q8h6WdXKdPqFLMoqxrDK5SVRzHVPOS6uuGtrg==",
|
11321
|
-
"license": "MIT",
|
11322
|
-
"peer": true
|
11323
|
-
},
|
11324
11296
|
"node_modules/error-ex": {
|
11325
11297
|
"version": "1.3.2",
|
11326
11298
|
"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
|
@@ -12064,13 +12036,13 @@
|
|
12064
12036
|
}
|
12065
12037
|
},
|
12066
12038
|
"node_modules/expo": {
|
12067
|
-
"version": "52.0.
|
12068
|
-
"integrity": "sha512-
|
12039
|
+
"version": "52.0.46",
|
12040
|
+
"integrity": "sha512-JG89IVZLp7DWzgeiQb+0N43kWOF1DUm3esBvAS9cPFWZsM9x8nDXgbvtREcycDPA6E+yJsSC+086CigeUY6sVA==",
|
12069
12041
|
"license": "MIT",
|
12070
12042
|
"peer": true,
|
12071
12043
|
"dependencies": {
|
12072
12044
|
"@babel/runtime": "^7.20.0",
|
12073
|
-
"@expo/cli": "0.22.
|
12045
|
+
"@expo/cli": "0.22.26",
|
12074
12046
|
"@expo/config": "~10.0.11",
|
12075
12047
|
"@expo/config-plugins": "~9.0.17",
|
12076
12048
|
"@expo/fingerprint": "0.11.11",
|
@@ -12977,8 +12949,8 @@
|
|
12977
12949
|
"license": "MIT"
|
12978
12950
|
},
|
12979
12951
|
"node_modules/flow-parser": {
|
12980
|
-
"version": "0.
|
12981
|
-
"integrity": "sha512-
|
12952
|
+
"version": "0.267.0",
|
12953
|
+
"integrity": "sha512-eBgyFHiT/CHevT225CVQbwnAwRKLjqgtkkpDBMvNGV2C/Tz8x4Zr9FZeWed/cSWhRTiUhH7MXpIWSHkrzvaqdA==",
|
12982
12954
|
"license": "MIT",
|
12983
12955
|
"engines": {
|
12984
12956
|
"node": ">=0.4.0"
|
@@ -13272,15 +13244,6 @@
|
|
13272
13244
|
"xtend": "~4.0.1"
|
13273
13245
|
}
|
13274
13246
|
},
|
13275
|
-
"node_modules/get-port": {
|
13276
|
-
"version": "3.2.0",
|
13277
|
-
"integrity": "sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==",
|
13278
|
-
"license": "MIT",
|
13279
|
-
"peer": true,
|
13280
|
-
"engines": {
|
13281
|
-
"node": ">=4"
|
13282
|
-
}
|
13283
|
-
},
|
13284
13247
|
"node_modules/get-proto": {
|
13285
13248
|
"version": "1.0.1",
|
13286
13249
|
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
@@ -17394,6 +17357,7 @@
|
|
17394
17357
|
"node_modules/lodash": {
|
17395
17358
|
"version": "4.17.21",
|
17396
17359
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
17360
|
+
"dev": true,
|
17397
17361
|
"license": "MIT"
|
17398
17362
|
},
|
17399
17363
|
"node_modules/lodash-es": {
|
@@ -17685,8 +17649,8 @@
|
|
17685
17649
|
}
|
17686
17650
|
},
|
17687
17651
|
"node_modules/marky": {
|
17688
|
-
"version": "1.
|
17689
|
-
"integrity": "sha512-
|
17652
|
+
"version": "1.3.0",
|
17653
|
+
"integrity": "sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ==",
|
17690
17654
|
"license": "Apache-2.0"
|
17691
17655
|
},
|
17692
17656
|
"node_modules/math-intrinsics": {
|
@@ -19338,6 +19302,7 @@
|
|
19338
19302
|
"node_modules/os-tmpdir": {
|
19339
19303
|
"version": "1.0.2",
|
19340
19304
|
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
19305
|
+
"dev": true,
|
19341
19306
|
"license": "MIT",
|
19342
19307
|
"engines": {
|
19343
19308
|
"node": ">=0.10.0"
|
@@ -19765,16 +19730,6 @@
|
|
19765
19730
|
"node": ">= 0.8"
|
19766
19731
|
}
|
19767
19732
|
},
|
19768
|
-
"node_modules/password-prompt": {
|
19769
|
-
"version": "1.1.3",
|
19770
|
-
"integrity": "sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==",
|
19771
|
-
"license": "0BSD",
|
19772
|
-
"peer": true,
|
19773
|
-
"dependencies": {
|
19774
|
-
"ansi-escapes": "^4.3.2",
|
19775
|
-
"cross-spawn": "^7.0.3"
|
19776
|
-
}
|
19777
|
-
},
|
19778
19733
|
"node_modules/path-exists": {
|
19779
19734
|
"version": "4.0.0",
|
19780
19735
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
@@ -23301,8 +23256,8 @@
|
|
23301
23256
|
}
|
23302
23257
|
},
|
23303
23258
|
"node_modules/sudo-prompt": {
|
23304
|
-
"version": "
|
23305
|
-
"integrity": "sha512-
|
23259
|
+
"version": "9.1.1",
|
23260
|
+
"integrity": "sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==",
|
23306
23261
|
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
|
23307
23262
|
"license": "MIT",
|
23308
23263
|
"peer": true
|
@@ -23779,6 +23734,7 @@
|
|
23779
23734
|
"node_modules/tmp": {
|
23780
23735
|
"version": "0.0.33",
|
23781
23736
|
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
23737
|
+
"dev": true,
|
23782
23738
|
"license": "MIT",
|
23783
23739
|
"dependencies": {
|
23784
23740
|
"os-tmpdir": "~1.0.2"
|
@@ -25070,8 +25026,8 @@
|
|
25070
25026
|
}
|
25071
25027
|
},
|
25072
25028
|
"node_modules/webpack": {
|
25073
|
-
"version": "5.99.
|
25074
|
-
"integrity": "sha512-
|
25029
|
+
"version": "5.99.5",
|
25030
|
+
"integrity": "sha512-q+vHBa6H9qwBLUlHL4Y7L0L1/LlyBKZtS9FHNCQmtayxjI5RKC9yD8gpvLeqGv5lCQp1Re04yi0MF40pf30Pvg==",
|
25075
25031
|
"dev": true,
|
25076
25032
|
"license": "MIT",
|
25077
25033
|
"peer": true,
|
package/package-lock.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wavemaker/app-rn-runtime",
|
3
|
-
"version": "11.11.0-rc.
|
3
|
+
"version": "11.11.0-rc.6112",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@wavemaker/app-rn-runtime",
|
9
|
-
"version": "11.11.0-rc.
|
9
|
+
"version": "11.11.0-rc.6112",
|
10
10
|
"license": "MIT",
|
11
11
|
"dependencies": {
|
12
12
|
"@expo/vector-icons": "14.0.2",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"@react-navigation/drawer": "6.6.3",
|
21
21
|
"@react-navigation/native": "6.1.7",
|
22
22
|
"@react-navigation/stack": "6.3.29",
|
23
|
-
"@wavemaker/variables": "11.11.0-rc.
|
23
|
+
"@wavemaker/variables": "11.11.0-rc.6112",
|
24
24
|
"axios": "1.6.8",
|
25
25
|
"color": "4.2.3",
|
26
26
|
"cross-env": "7.0.3",
|
@@ -2689,8 +2689,8 @@
|
|
2689
2689
|
}
|
2690
2690
|
},
|
2691
2691
|
"node_modules/@eslint-community/eslint-utils": {
|
2692
|
-
"version": "4.
|
2693
|
-
"integrity": "sha512-
|
2692
|
+
"version": "4.6.0",
|
2693
|
+
"integrity": "sha512-WhCn7Z7TauhBtmzhvKpoQs0Wwb/kBcy4CwpuI0/eEIr2Lx2auxmulAzLr91wVZJaz47iUZdkXOK7WlAfxGKCnA==",
|
2694
2694
|
"dev": true,
|
2695
2695
|
"license": "MIT",
|
2696
2696
|
"dependencies": {
|
@@ -2824,8 +2824,8 @@
|
|
2824
2824
|
}
|
2825
2825
|
},
|
2826
2826
|
"node_modules/@expo/cli": {
|
2827
|
-
"version": "0.22.
|
2828
|
-
"integrity": "sha512-
|
2827
|
+
"version": "0.22.26",
|
2828
|
+
"integrity": "sha512-I689wc8Fn/AX7aUGiwrh3HnssiORMJtR2fpksX+JIe8Cj/EDleblYMSwRPd0025wrwOV9UN1KM/RuEt/QjCS3Q==",
|
2829
2829
|
"license": "MIT",
|
2830
2830
|
"peer": true,
|
2831
2831
|
"dependencies": {
|
@@ -2842,7 +2842,7 @@
|
|
2842
2842
|
"@expo/osascript": "^2.1.6",
|
2843
2843
|
"@expo/package-manager": "^1.7.2",
|
2844
2844
|
"@expo/plist": "^0.2.2",
|
2845
|
-
"@expo/prebuild-config": "
|
2845
|
+
"@expo/prebuild-config": "~8.2.0",
|
2846
2846
|
"@expo/rudder-sdk-node": "^1.1.1",
|
2847
2847
|
"@expo/spawn-async": "^1.7.2",
|
2848
2848
|
"@expo/ws-tunnel": "^1.0.1",
|
@@ -3148,23 +3148,14 @@
|
|
3148
3148
|
}
|
3149
3149
|
},
|
3150
3150
|
"node_modules/@expo/devcert": {
|
3151
|
-
"version": "1.
|
3152
|
-
"integrity": "sha512-
|
3151
|
+
"version": "1.2.0",
|
3152
|
+
"integrity": "sha512-Uilcv3xGELD5t/b0eM4cxBFEKQRIivB3v7i+VhWLV/gL98aw810unLKKJbGAxAIhY6Ipyz8ChWibFsKFXYwstA==",
|
3153
3153
|
"license": "MIT",
|
3154
3154
|
"peer": true,
|
3155
3155
|
"dependencies": {
|
3156
|
-
"
|
3157
|
-
"command-exists": "^1.2.4",
|
3156
|
+
"@expo/sudo-prompt": "^9.3.1",
|
3158
3157
|
"debug": "^3.1.0",
|
3159
|
-
"
|
3160
|
-
"get-port": "^3.2.0",
|
3161
|
-
"glob": "^10.4.2",
|
3162
|
-
"lodash": "^4.17.21",
|
3163
|
-
"mkdirp": "^0.5.1",
|
3164
|
-
"password-prompt": "^1.0.4",
|
3165
|
-
"sudo-prompt": "^8.2.0",
|
3166
|
-
"tmp": "^0.0.33",
|
3167
|
-
"tslib": "^2.4.0"
|
3158
|
+
"glob": "^10.4.2"
|
3168
3159
|
}
|
3169
3160
|
},
|
3170
3161
|
"node_modules/@expo/devcert/node_modules/debug": {
|
@@ -3659,13 +3650,6 @@
|
|
3659
3650
|
"url": "https://github.com/sponsors/sindresorhus"
|
3660
3651
|
}
|
3661
3652
|
},
|
3662
|
-
"node_modules/@expo/package-manager/node_modules/sudo-prompt": {
|
3663
|
-
"version": "9.1.1",
|
3664
|
-
"integrity": "sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==",
|
3665
|
-
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
|
3666
|
-
"license": "MIT",
|
3667
|
-
"peer": true
|
3668
|
-
},
|
3669
3653
|
"node_modules/@expo/plist": {
|
3670
3654
|
"version": "0.2.2",
|
3671
3655
|
"integrity": "sha512-ZZGvTO6vEWq02UAPs3LIdja+HRO18+LRI5QuDl6Hs3Ps7KX7xU6Y6kjahWKY37Rx2YjNpX07dGpBFzzC+vKa2g==",
|
@@ -3677,8 +3661,8 @@
|
|
3677
3661
|
}
|
3678
3662
|
},
|
3679
3663
|
"node_modules/@expo/prebuild-config": {
|
3680
|
-
"version": "8.0
|
3681
|
-
"integrity": "sha512-
|
3664
|
+
"version": "8.2.0",
|
3665
|
+
"integrity": "sha512-CxiPpd980s0jyxi7eyN3i/7YKu3XL+8qPjBZUCYtc0+axpGweqIkq2CslyLSKHyqVyH/zlPkbVgWdyiYavFS5Q==",
|
3682
3666
|
"license": "MIT",
|
3683
3667
|
"dependencies": {
|
3684
3668
|
"@expo/config": "~10.0.11",
|
@@ -3772,6 +3756,12 @@
|
|
3772
3756
|
"node": ">=12"
|
3773
3757
|
}
|
3774
3758
|
},
|
3759
|
+
"node_modules/@expo/sudo-prompt": {
|
3760
|
+
"version": "9.3.2",
|
3761
|
+
"integrity": "sha512-HHQigo3rQWKMDzYDLkubN5WQOYXJJE2eNqIQC2axC2iO3mHdwnIR7FgZVvHWtBwAdzBgAP0ECp8KqS8TiMKvgw==",
|
3762
|
+
"license": "MIT",
|
3763
|
+
"peer": true
|
3764
|
+
},
|
3775
3765
|
"node_modules/@expo/vector-icons": {
|
3776
3766
|
"version": "14.0.2",
|
3777
3767
|
"integrity": "sha512-70LpmXQu4xa8cMxjp1fydgRPsalefnHaXLzIwaHMEzcZhnyjw2acZz8azRrZOslPVAWlxItOa2Dd7WtD/kI+CA==",
|
@@ -6382,8 +6372,8 @@
|
|
6382
6372
|
"license": "MIT"
|
6383
6373
|
},
|
6384
6374
|
"node_modules/@types/node": {
|
6385
|
-
"version": "22.14.
|
6386
|
-
"integrity": "sha512-
|
6375
|
+
"version": "22.14.1",
|
6376
|
+
"integrity": "sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==",
|
6387
6377
|
"license": "MIT",
|
6388
6378
|
"dependencies": {
|
6389
6379
|
"undici-types": "~6.21.0"
|
@@ -6676,8 +6666,8 @@
|
|
6676
6666
|
}
|
6677
6667
|
},
|
6678
6668
|
"node_modules/@wavemaker/variables": {
|
6679
|
-
"version": "11.11.0-rc.
|
6680
|
-
"integrity": "sha512-
|
6669
|
+
"version": "11.11.0-rc.6112",
|
6670
|
+
"integrity": "sha512-yXg/R1dLdwY/tVkFXFeJsfR5IVjEcbBgYi2tFeKUZMZrTm3W/+qeQbJ/RsxP6Afuc8xCXCyhEu3k4j8WwTO53Q==",
|
6681
6671
|
"license": "ISC",
|
6682
6672
|
"dependencies": {
|
6683
6673
|
"@metrichor/jmespath": "^0.3.1",
|
@@ -7127,12 +7117,6 @@
|
|
7127
7117
|
"url": "https://github.com/sponsors/jonschlinkert"
|
7128
7118
|
}
|
7129
7119
|
},
|
7130
|
-
"node_modules/application-config-path": {
|
7131
|
-
"version": "0.1.1",
|
7132
|
-
"integrity": "sha512-zy9cHePtMP0YhwG+CfHm0bgwdnga2X3gZexpdCwEj//dpb+TKajtiC8REEUJUSq6Ab4f9cgNy2l8ObXzCXFkEw==",
|
7133
|
-
"license": "MIT",
|
7134
|
-
"peer": true
|
7135
|
-
},
|
7136
7120
|
"node_modules/arg": {
|
7137
7121
|
"version": "5.0.2",
|
7138
7122
|
"integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
|
@@ -9069,8 +9053,8 @@
|
|
9069
9053
|
}
|
9070
9054
|
},
|
9071
9055
|
"node_modules/caniuse-lite": {
|
9072
|
-
"version": "1.0.
|
9073
|
-
"integrity": "sha512-
|
9056
|
+
"version": "1.0.30001713",
|
9057
|
+
"integrity": "sha512-wCIWIg+A4Xr7NfhTuHdX+/FKh3+Op3LBbSp2N5Pfx6T/LhdQy3GTyoTg48BReaW/MyMNZAkTadsBtai3ldWK0Q==",
|
9074
9058
|
"funding": [
|
9075
9059
|
{
|
9076
9060
|
"type": "opencollective",
|
@@ -9421,12 +9405,6 @@
|
|
9421
9405
|
"node": ">= 0.8"
|
9422
9406
|
}
|
9423
9407
|
},
|
9424
|
-
"node_modules/command-exists": {
|
9425
|
-
"version": "1.2.9",
|
9426
|
-
"integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==",
|
9427
|
-
"license": "MIT",
|
9428
|
-
"peer": true
|
9429
|
-
},
|
9430
9408
|
"node_modules/commander": {
|
9431
9409
|
"version": "7.2.0",
|
9432
9410
|
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
|
@@ -11176,8 +11154,8 @@
|
|
11176
11154
|
"license": "MIT"
|
11177
11155
|
},
|
11178
11156
|
"node_modules/electron-to-chromium": {
|
11179
|
-
"version": "1.5.
|
11180
|
-
"integrity": "sha512
|
11157
|
+
"version": "1.5.137",
|
11158
|
+
"integrity": "sha512-/QSJaU2JyIuTbbABAo/crOs+SuAZLS+fVVS10PVrIT9hrRkmZl8Hb0xPSkKRUUWHQtYzXHpQUW3Dy5hwMzGZkA==",
|
11181
11159
|
"license": "ISC"
|
11182
11160
|
},
|
11183
11161
|
"node_modules/emittery": {
|
@@ -11315,12 +11293,6 @@
|
|
11315
11293
|
"url": "https://github.com/sponsors/ljharb"
|
11316
11294
|
}
|
11317
11295
|
},
|
11318
|
-
"node_modules/eol": {
|
11319
|
-
"version": "0.9.1",
|
11320
|
-
"integrity": "sha512-Ds/TEoZjwggRoz/Q2O7SE3i4Jm66mqTDfmdHdq/7DKVk3bro9Q8h6WdXKdPqFLMoqxrDK5SVRzHVPOS6uuGtrg==",
|
11321
|
-
"license": "MIT",
|
11322
|
-
"peer": true
|
11323
|
-
},
|
11324
11296
|
"node_modules/error-ex": {
|
11325
11297
|
"version": "1.3.2",
|
11326
11298
|
"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
|
@@ -12064,13 +12036,13 @@
|
|
12064
12036
|
}
|
12065
12037
|
},
|
12066
12038
|
"node_modules/expo": {
|
12067
|
-
"version": "52.0.
|
12068
|
-
"integrity": "sha512-
|
12039
|
+
"version": "52.0.46",
|
12040
|
+
"integrity": "sha512-JG89IVZLp7DWzgeiQb+0N43kWOF1DUm3esBvAS9cPFWZsM9x8nDXgbvtREcycDPA6E+yJsSC+086CigeUY6sVA==",
|
12069
12041
|
"license": "MIT",
|
12070
12042
|
"peer": true,
|
12071
12043
|
"dependencies": {
|
12072
12044
|
"@babel/runtime": "^7.20.0",
|
12073
|
-
"@expo/cli": "0.22.
|
12045
|
+
"@expo/cli": "0.22.26",
|
12074
12046
|
"@expo/config": "~10.0.11",
|
12075
12047
|
"@expo/config-plugins": "~9.0.17",
|
12076
12048
|
"@expo/fingerprint": "0.11.11",
|
@@ -12977,8 +12949,8 @@
|
|
12977
12949
|
"license": "MIT"
|
12978
12950
|
},
|
12979
12951
|
"node_modules/flow-parser": {
|
12980
|
-
"version": "0.
|
12981
|
-
"integrity": "sha512-
|
12952
|
+
"version": "0.267.0",
|
12953
|
+
"integrity": "sha512-eBgyFHiT/CHevT225CVQbwnAwRKLjqgtkkpDBMvNGV2C/Tz8x4Zr9FZeWed/cSWhRTiUhH7MXpIWSHkrzvaqdA==",
|
12982
12954
|
"license": "MIT",
|
12983
12955
|
"engines": {
|
12984
12956
|
"node": ">=0.4.0"
|
@@ -13272,15 +13244,6 @@
|
|
13272
13244
|
"xtend": "~4.0.1"
|
13273
13245
|
}
|
13274
13246
|
},
|
13275
|
-
"node_modules/get-port": {
|
13276
|
-
"version": "3.2.0",
|
13277
|
-
"integrity": "sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==",
|
13278
|
-
"license": "MIT",
|
13279
|
-
"peer": true,
|
13280
|
-
"engines": {
|
13281
|
-
"node": ">=4"
|
13282
|
-
}
|
13283
|
-
},
|
13284
13247
|
"node_modules/get-proto": {
|
13285
13248
|
"version": "1.0.1",
|
13286
13249
|
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
@@ -17394,6 +17357,7 @@
|
|
17394
17357
|
"node_modules/lodash": {
|
17395
17358
|
"version": "4.17.21",
|
17396
17359
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
17360
|
+
"dev": true,
|
17397
17361
|
"license": "MIT"
|
17398
17362
|
},
|
17399
17363
|
"node_modules/lodash-es": {
|
@@ -17685,8 +17649,8 @@
|
|
17685
17649
|
}
|
17686
17650
|
},
|
17687
17651
|
"node_modules/marky": {
|
17688
|
-
"version": "1.
|
17689
|
-
"integrity": "sha512-
|
17652
|
+
"version": "1.3.0",
|
17653
|
+
"integrity": "sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ==",
|
17690
17654
|
"license": "Apache-2.0"
|
17691
17655
|
},
|
17692
17656
|
"node_modules/math-intrinsics": {
|
@@ -19338,6 +19302,7 @@
|
|
19338
19302
|
"node_modules/os-tmpdir": {
|
19339
19303
|
"version": "1.0.2",
|
19340
19304
|
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
19305
|
+
"dev": true,
|
19341
19306
|
"license": "MIT",
|
19342
19307
|
"engines": {
|
19343
19308
|
"node": ">=0.10.0"
|
@@ -19765,16 +19730,6 @@
|
|
19765
19730
|
"node": ">= 0.8"
|
19766
19731
|
}
|
19767
19732
|
},
|
19768
|
-
"node_modules/password-prompt": {
|
19769
|
-
"version": "1.1.3",
|
19770
|
-
"integrity": "sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==",
|
19771
|
-
"license": "0BSD",
|
19772
|
-
"peer": true,
|
19773
|
-
"dependencies": {
|
19774
|
-
"ansi-escapes": "^4.3.2",
|
19775
|
-
"cross-spawn": "^7.0.3"
|
19776
|
-
}
|
19777
|
-
},
|
19778
19733
|
"node_modules/path-exists": {
|
19779
19734
|
"version": "4.0.0",
|
19780
19735
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
@@ -23301,8 +23256,8 @@
|
|
23301
23256
|
}
|
23302
23257
|
},
|
23303
23258
|
"node_modules/sudo-prompt": {
|
23304
|
-
"version": "
|
23305
|
-
"integrity": "sha512-
|
23259
|
+
"version": "9.1.1",
|
23260
|
+
"integrity": "sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==",
|
23306
23261
|
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
|
23307
23262
|
"license": "MIT",
|
23308
23263
|
"peer": true
|
@@ -23779,6 +23734,7 @@
|
|
23779
23734
|
"node_modules/tmp": {
|
23780
23735
|
"version": "0.0.33",
|
23781
23736
|
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
23737
|
+
"dev": true,
|
23782
23738
|
"license": "MIT",
|
23783
23739
|
"dependencies": {
|
23784
23740
|
"os-tmpdir": "~1.0.2"
|
@@ -25070,8 +25026,8 @@
|
|
25070
25026
|
}
|
25071
25027
|
},
|
25072
25028
|
"node_modules/webpack": {
|
25073
|
-
"version": "5.99.
|
25074
|
-
"integrity": "sha512-
|
25029
|
+
"version": "5.99.5",
|
25030
|
+
"integrity": "sha512-q+vHBa6H9qwBLUlHL4Y7L0L1/LlyBKZtS9FHNCQmtayxjI5RKC9yD8gpvLeqGv5lCQp1Re04yi0MF40pf30Pvg==",
|
25075
25031
|
"dev": true,
|
25076
25032
|
"license": "MIT",
|
25077
25033
|
"peer": true,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wavemaker/app-rn-runtime",
|
3
|
-
"version": "11.11.0-rc.
|
3
|
+
"version": "11.11.0-rc.6112",
|
4
4
|
"description": "''",
|
5
5
|
"main": "index",
|
6
6
|
"module": "index",
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"@react-navigation/drawer": "6.6.3",
|
50
50
|
"@react-navigation/native": "6.1.7",
|
51
51
|
"@react-navigation/stack": "6.3.29",
|
52
|
-
"@wavemaker/variables": "11.11.0-rc.
|
52
|
+
"@wavemaker/variables": "11.11.0-rc.6112",
|
53
53
|
"axios": "1.6.8",
|
54
54
|
"color": "4.2.3",
|
55
55
|
"cross-env": "7.0.3",
|