@wavemaker/app-rn-runtime 11.11.0-rc.6106 → 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.
Files changed (47) hide show
  1. package/actions/notification-action.js +3 -1
  2. package/actions/notification-action.js.map +1 -1
  3. package/components/basic/label/label.component.js +78 -33
  4. package/components/basic/label/label.component.js.map +1 -1
  5. package/components/basic/message/message.component.js +1 -1
  6. package/components/basic/message/message.component.js.map +1 -1
  7. package/components/basic/message/message.props.js +1 -0
  8. package/components/basic/message/message.props.js.map +1 -1
  9. package/components/basic/search/search.component.js +49 -28
  10. package/components/basic/search/search.component.js.map +1 -1
  11. package/components/basic/search/search.props.js +1 -0
  12. package/components/basic/search/search.props.js.map +1 -1
  13. package/components/chart/basechart.component.js +3 -0
  14. package/components/chart/basechart.component.js.map +1 -1
  15. package/components/chart/basechart.props.js +1 -1
  16. package/components/chart/basechart.props.js.map +1 -1
  17. package/components/data/list/list.component.js +16 -2
  18. package/components/data/list/list.component.js.map +1 -1
  19. package/components/navigation/appnavbar/appnavbar.component.js +29 -3
  20. package/components/navigation/appnavbar/appnavbar.component.js.map +1 -1
  21. package/components/navigation/appnavbar/appnavbar.props.js +1 -1
  22. package/components/navigation/appnavbar/appnavbar.props.js.map +1 -1
  23. package/components/page/left-panel/left-panel.component.js +3 -2
  24. package/components/page/left-panel/left-panel.component.js.map +1 -1
  25. package/components/page/page-content/page-content.component.js +12 -24
  26. package/components/page/page-content/page-content.component.js.map +1 -1
  27. package/components/page/page.component.js +7 -4
  28. package/components/page/page.component.js.map +1 -1
  29. package/components/page/tabbar/tabbar.component.js +1 -1
  30. package/components/page/tabbar/tabbar.component.js.map +1 -1
  31. package/core/AppConfig.js.map +1 -1
  32. package/core/base.component.js +24 -15
  33. package/core/base.component.js.map +1 -1
  34. package/core/sticky-container.component.js +34 -27
  35. package/core/sticky-container.component.js.map +1 -1
  36. package/core/toast.service.js.map +1 -1
  37. package/core/utils.js +51 -5
  38. package/core/utils.js.map +1 -1
  39. package/npm-shrinkwrap.json +44 -91
  40. package/package-lock.json +44 -91
  41. package/package.json +5 -5
  42. package/runtime/App.js +48 -8
  43. package/runtime/App.js.map +1 -1
  44. package/runtime/base-fragment.component.js +2 -1
  45. package/runtime/base-fragment.component.js.map +1 -1
  46. package/runtime/services/app-toast.service.js +4 -0
  47. package/runtime/services/app-toast.service.js.map +1 -1
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/app-rn-runtime",
3
- "version": "11.11.0-rc.6106",
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.6106",
9
+ "version": "11.11.0-rc.6112",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@expo/vector-icons": "14.0.2",
@@ -20,17 +20,19 @@
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.6106",
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",
27
27
  "css-mediaquery": "0.1.2",
28
28
  "d3-shape": "3.2.0",
29
29
  "expo-application": "6.0.1",
30
+ "expo-blur": "14.0.3",
30
31
  "expo-font": "13.0.1",
31
32
  "expo-image": "2.0.3",
32
33
  "expo-linear-gradient": "13.0.2",
33
34
  "expo-modules-core": "2.1.1",
35
+ "expo-navigation-bar": "4.0.8",
34
36
  "expo-video": "2.0.2",
35
37
  "fast-xml-parser": "4.3.6",
36
38
  "imask": "7.6.1",
@@ -81,7 +83,6 @@
81
83
  "eslint-plugin-prettier": "5.1.3",
82
84
  "execa": "5.0.0",
83
85
  "expo-av": "15.0.1",
84
- "expo-blur": "14.0.3",
85
86
  "expo-calendar": "14.0.4",
86
87
  "expo-camera": "16.0.9",
87
88
  "expo-contacts": "14.0.2",
@@ -89,7 +90,6 @@
89
90
  "expo-document-picker": "13.0.1",
90
91
  "expo-file-system": "18.0.4",
91
92
  "expo-location": "18.0.3",
92
- "expo-navigation-bar": "4.0.8",
93
93
  "expo-network": "7.0.3",
94
94
  "expo-splash-screen": "0.29.16",
95
95
  "expo-web-browser": "14.0.1",
@@ -2689,8 +2689,8 @@
2689
2689
  }
2690
2690
  },
2691
2691
  "node_modules/@eslint-community/eslint-utils": {
2692
- "version": "4.5.1",
2693
- "integrity": "sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==",
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.24",
2828
- "integrity": "sha512-lhdenxBC8/x/vL39j79eXE09mOaqNNLmiSDdY/PblnI+UNzGgsQ48hBTYa/MQhd0ioXXVKurZL2941dLKwcxJw==",
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": "^8.0.31",
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.1.4",
3152
- "integrity": "sha512-fqBODr8c72+gBSX5Ty3SIzaY4bXainlpab78+vEYEKL3fXmsOswMLf0+KE36mUEAa36BYabX7K3EiXOXX5OPMw==",
3151
+ "version": "1.2.0",
3152
+ "integrity": "sha512-Uilcv3xGELD5t/b0eM4cxBFEKQRIivB3v7i+VhWLV/gL98aw810unLKKJbGAxAIhY6Ipyz8ChWibFsKFXYwstA==",
3153
3153
  "license": "MIT",
3154
3154
  "peer": true,
3155
3155
  "dependencies": {
3156
- "application-config-path": "^0.1.0",
3157
- "command-exists": "^1.2.4",
3156
+ "@expo/sudo-prompt": "^9.3.1",
3158
3157
  "debug": "^3.1.0",
3159
- "eol": "^0.9.1",
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.31",
3681
- "integrity": "sha512-YTuS5ic9KolD/WA3GqgLcZytHQU1dpitlZ/cbDq8ZqkY+1ae5YWX+GkYEZf2VyECPaWnHYuDGddaTQVw5miTRg==",
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.0",
6386
- "integrity": "sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==",
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.6106",
6680
- "integrity": "sha512-BT2teob8ijpE5trVlsXdfCjV5q1+5NN9wRv/Aoibz0F2THgMZokIJAhsR0IFRgHhcNLf87zLBx5xezKwqawBNw==",
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.30001712",
9073
- "integrity": "sha512-MBqPpGYYdQ7/hfKiet9SCI+nmN5/hp4ZzveOJubl5DTAMa5oggjAuoi0Z4onBpKPFI2ePGnQuQIzF3VxDjDJig==",
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.132",
11180
- "integrity": "sha512-QgX9EBvWGmvSRa74zqfnG7+Eno0Ak0vftBll0Pt2/z5b3bEGYL6OUXLgKPtvx73dn3dvwrlyVkjPKRRlhLYTEg==",
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.44",
12068
- "integrity": "sha512-qj3+MWxmqLyBaYQ8jDOvVLEgSqNplH3cf+nDhxCo4C1cpTPD1u/HGh1foibtaeuCYLHsE5km1lrcOpRbFJ4luQ==",
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.24",
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",
@@ -12157,7 +12129,6 @@
12157
12129
  "node_modules/expo-blur": {
12158
12130
  "version": "14.0.3",
12159
12131
  "integrity": "sha512-BL3xnqBJbYm3Hg9t/HjNjdeY7N/q8eK5tsLYxswWG1yElISWZmMvrXYekl7XaVCPfyFyz8vQeaxd7q74ZY3Wrw==",
12160
- "dev": true,
12161
12132
  "license": "MIT",
12162
12133
  "peerDependencies": {
12163
12134
  "expo": "*",
@@ -12451,7 +12422,6 @@
12451
12422
  "node_modules/expo-navigation-bar": {
12452
12423
  "version": "4.0.8",
12453
12424
  "integrity": "sha512-rmQkCCwfYeR29GTPwoNuN7eWE8bYCW5UGJ/5CnZQxIaiBmOeepoDXu50AzEM5ZFPMK6J12nvyu1yj0ujbLUpsQ==",
12454
- "dev": true,
12455
12425
  "license": "MIT",
12456
12426
  "dependencies": {
12457
12427
  "@react-native/normalize-colors": "0.76.7",
@@ -12466,7 +12436,6 @@
12466
12436
  "node_modules/expo-navigation-bar/node_modules/@react-native/normalize-colors": {
12467
12437
  "version": "0.76.7",
12468
12438
  "integrity": "sha512-ST1xxBuYVIXPdD81dR6+tzIgso7m3pa9+6rOBXTh5Xm7KEEFik7tnQX+GydXYMp3wr1gagJjragdXkPnxK6WNg==",
12469
- "dev": true,
12470
12439
  "license": "MIT"
12471
12440
  },
12472
12441
  "node_modules/expo-network": {
@@ -12980,8 +12949,8 @@
12980
12949
  "license": "MIT"
12981
12950
  },
12982
12951
  "node_modules/flow-parser": {
12983
- "version": "0.266.1",
12984
- "integrity": "sha512-dON6h+yO7FGa/FO5NQCZuZHN0o3I23Ev6VYOJf9d8LpdrArHPt39wE++LLmueNV/hNY5hgWGIIrgnrDkRcXkPg==",
12952
+ "version": "0.267.0",
12953
+ "integrity": "sha512-eBgyFHiT/CHevT225CVQbwnAwRKLjqgtkkpDBMvNGV2C/Tz8x4Zr9FZeWed/cSWhRTiUhH7MXpIWSHkrzvaqdA==",
12985
12954
  "license": "MIT",
12986
12955
  "engines": {
12987
12956
  "node": ">=0.4.0"
@@ -13275,15 +13244,6 @@
13275
13244
  "xtend": "~4.0.1"
13276
13245
  }
13277
13246
  },
13278
- "node_modules/get-port": {
13279
- "version": "3.2.0",
13280
- "integrity": "sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==",
13281
- "license": "MIT",
13282
- "peer": true,
13283
- "engines": {
13284
- "node": ">=4"
13285
- }
13286
- },
13287
13247
  "node_modules/get-proto": {
13288
13248
  "version": "1.0.1",
13289
13249
  "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
@@ -17397,6 +17357,7 @@
17397
17357
  "node_modules/lodash": {
17398
17358
  "version": "4.17.21",
17399
17359
  "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
17360
+ "dev": true,
17400
17361
  "license": "MIT"
17401
17362
  },
17402
17363
  "node_modules/lodash-es": {
@@ -17688,8 +17649,8 @@
17688
17649
  }
17689
17650
  },
17690
17651
  "node_modules/marky": {
17691
- "version": "1.2.5",
17692
- "integrity": "sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==",
17652
+ "version": "1.3.0",
17653
+ "integrity": "sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ==",
17693
17654
  "license": "Apache-2.0"
17694
17655
  },
17695
17656
  "node_modules/math-intrinsics": {
@@ -19341,6 +19302,7 @@
19341
19302
  "node_modules/os-tmpdir": {
19342
19303
  "version": "1.0.2",
19343
19304
  "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
19305
+ "dev": true,
19344
19306
  "license": "MIT",
19345
19307
  "engines": {
19346
19308
  "node": ">=0.10.0"
@@ -19768,16 +19730,6 @@
19768
19730
  "node": ">= 0.8"
19769
19731
  }
19770
19732
  },
19771
- "node_modules/password-prompt": {
19772
- "version": "1.1.3",
19773
- "integrity": "sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==",
19774
- "license": "0BSD",
19775
- "peer": true,
19776
- "dependencies": {
19777
- "ansi-escapes": "^4.3.2",
19778
- "cross-spawn": "^7.0.3"
19779
- }
19780
- },
19781
19733
  "node_modules/path-exists": {
19782
19734
  "version": "4.0.0",
19783
19735
  "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
@@ -23304,8 +23256,8 @@
23304
23256
  }
23305
23257
  },
23306
23258
  "node_modules/sudo-prompt": {
23307
- "version": "8.2.5",
23308
- "integrity": "sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==",
23259
+ "version": "9.1.1",
23260
+ "integrity": "sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==",
23309
23261
  "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
23310
23262
  "license": "MIT",
23311
23263
  "peer": true
@@ -23782,6 +23734,7 @@
23782
23734
  "node_modules/tmp": {
23783
23735
  "version": "0.0.33",
23784
23736
  "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
23737
+ "dev": true,
23785
23738
  "license": "MIT",
23786
23739
  "dependencies": {
23787
23740
  "os-tmpdir": "~1.0.2"
@@ -25073,8 +25026,8 @@
25073
25026
  }
25074
25027
  },
25075
25028
  "node_modules/webpack": {
25076
- "version": "5.98.0",
25077
- "integrity": "sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==",
25029
+ "version": "5.99.5",
25030
+ "integrity": "sha512-q+vHBa6H9qwBLUlHL4Y7L0L1/LlyBKZtS9FHNCQmtayxjI5RKC9yD8gpvLeqGv5lCQp1Re04yi0MF40pf30Pvg==",
25078
25031
  "dev": true,
25079
25032
  "license": "MIT",
25080
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.6106",
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.6106",
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",
@@ -79,7 +79,9 @@
79
79
  "react-native-web": "0.19.13",
80
80
  "react-native-webview": "13.12.5",
81
81
  "react-xml-parser": "1.1.8",
82
- "expo-image": "2.0.3"
82
+ "expo-image": "2.0.3",
83
+ "expo-blur": "14.0.3",
84
+ "expo-navigation-bar": "4.0.8"
83
85
  },
84
86
  "devDependencies": {
85
87
  "@babel/core": "7.25.2",
@@ -110,7 +112,6 @@
110
112
  "eslint-plugin-prettier": "5.1.3",
111
113
  "execa": "5.0.0",
112
114
  "expo-av": "15.0.1",
113
- "expo-blur": "14.0.3",
114
115
  "expo-calendar": "14.0.4",
115
116
  "expo-camera": "16.0.9",
116
117
  "expo-contacts": "14.0.2",
@@ -118,7 +119,6 @@
118
119
  "expo-document-picker": "13.0.1",
119
120
  "expo-file-system": "18.0.4",
120
121
  "expo-location": "18.0.3",
121
- "expo-navigation-bar": "4.0.8",
122
122
  "expo-network": "7.0.3",
123
123
  "expo-splash-screen": "0.29.16",
124
124
  "expo-web-browser": "14.0.1",
package/runtime/App.js CHANGED
@@ -51,6 +51,8 @@ import MaterialCommunityIconsFont from '@expo/vector-icons/build/vendor/react-na
51
51
  import * as SplashScreen from 'expo-splash-screen';
52
52
  import { WmMemo } from './memo.component';
53
53
  import { VariableEvents } from '../variables/base-variable';
54
+ import { BlurView } from 'expo-blur';
55
+ import * as NavigationBar from 'expo-navigation-bar';
54
56
  //some old react libraries need this
55
57
  View['propTypes'] = {
56
58
  style: ProtoTypes.any
@@ -365,7 +367,9 @@ export default class BaseApp extends React.Component {
365
367
  name: "message" + i,
366
368
  type: o.type,
367
369
  caption: o.text,
368
- hideclose: true
370
+ hideclose: !o.showclosebutton,
371
+ onClose: o.closeToast,
372
+ closeiconclass: o.closeiconclass
369
373
  })))));
370
374
  }));
371
375
  }
@@ -467,6 +471,42 @@ export default class BaseApp extends React.Component {
467
471
  return service;
468
472
  }
469
473
  }
474
+ renderBlurView(position, insets) {
475
+ if (!(insets !== null && insets !== void 0 && insets[position])) return null;
476
+ if (Platform.OS === "android") {
477
+ NavigationBar.setPositionAsync('absolute');
478
+ NavigationBar.setBackgroundColorAsync("transparent");
479
+ }
480
+ return /*#__PURE__*/React.createElement(BlurView, {
481
+ intensity: 50,
482
+ tint: "dark",
483
+ experimentalBlurMethod: "dimezisBlurView",
484
+ style: {
485
+ [position]: 0,
486
+ height: insets[position],
487
+ width: '100%',
488
+ position: 'absolute',
489
+ zIndex: 999
490
+ }
491
+ });
492
+ }
493
+ renderTransparentView(position, insets) {
494
+ if (!(insets !== null && insets !== void 0 && insets[position])) return null;
495
+ if (Platform.OS === "android") {
496
+ NavigationBar.setPositionAsync('absolute');
497
+ NavigationBar.setBackgroundColorAsync("transparent");
498
+ }
499
+ return /*#__PURE__*/React.createElement(View, {
500
+ style: {
501
+ [position]: 0,
502
+ height: insets[position],
503
+ width: '100%',
504
+ position: 'absolute',
505
+ zIndex: 999,
506
+ backgroundColor: "rgba(0,0,0,0.4)"
507
+ }
508
+ });
509
+ }
470
510
  renderApp(commonPartial) {
471
511
  var _this$appConfig;
472
512
  this.autoUpdateVariables.forEach(value => {
@@ -474,8 +514,8 @@ export default class BaseApp extends React.Component {
474
514
  return (_this$Variables$value = this.Variables[value]) === null || _this$Variables$value === void 0 ? void 0 : _this$Variables$value.invokeOnParamChange();
475
515
  });
476
516
  const statusBarCustomisation = (_this$appConfig = this.appConfig) === null || _this$appConfig === void 0 || (_this$appConfig = _this$appConfig.preferences) === null || _this$appConfig === void 0 ? void 0 : _this$appConfig.statusbarStyles;
477
- const isTranslucent = statusBarCustomisation === null || statusBarCustomisation === void 0 ? void 0 : statusBarCustomisation.translucent;
478
- const Wrapper = isTranslucent ? View : SafeAreaView;
517
+ const isFullScreenMode = !!(statusBarCustomisation !== null && statusBarCustomisation !== void 0 && statusBarCustomisation.translucent);
518
+ const Wrapper = isFullScreenMode ? View : SafeAreaView;
479
519
  return /*#__PURE__*/React.createElement(SafeAreaProvider, null, /*#__PURE__*/React.createElement(SafeAreaInsetsContext.Consumer, null, (insets = {
480
520
  top: 0,
481
521
  bottom: 0,
@@ -492,15 +532,15 @@ export default class BaseApp extends React.Component {
492
532
  }
493
533
  }, /*#__PURE__*/React.createElement(StatusBar, {
494
534
  backgroundColor: statusBarCustomisation === null || statusBarCustomisation === void 0 ? void 0 : statusBarCustomisation.backgroundColor,
495
- translucent: isTranslucent,
535
+ translucent: isFullScreenMode,
496
536
  barStyle: (statusBarCustomisation === null || statusBarCustomisation === void 0 ? void 0 : statusBarCustomisation.barStyle) || 'default'
497
537
  }), /*#__PURE__*/React.createElement(ThemeProvider, {
498
538
  value: this.appConfig.theme
499
- }, /*#__PURE__*/React.createElement(View, {
539
+ }, this.renderIosStatusbarInsetsView(statusBarCustomisation, insets), /*#__PURE__*/React.createElement(View, {
500
540
  style: {
501
541
  flex: 1
502
542
  }
503
- }, /*#__PURE__*/React.createElement(FixedViewContainer, null, /*#__PURE__*/React.createElement(View, {
543
+ }, /*#__PURE__*/React.createElement(View, {
504
544
  style: styles.container
505
545
  }, /*#__PURE__*/React.createElement(GestureHandlerRootView, {
506
546
  style: styles.container
@@ -511,9 +551,9 @@ export default class BaseApp extends React.Component {
511
551
  hideDrawer: ((_this$appConfig$drawe = this.appConfig.drawer) === null || _this$appConfig$drawe === void 0 ? void 0 : _this$appConfig$drawe.getContent()) === null,
512
552
  drawerContent: () => this.appConfig.drawer ? this.getProviders(this.appConfig.drawer.getContent()) : null,
513
553
  drawerAnimation: (_this$appConfig$drawe2 = this.appConfig.drawer) === null || _this$appConfig$drawe2 === void 0 ? void 0 : _this$appConfig$drawe2.getAnimation()
514
- }), commonPartial)), this.appConfig.url ? /*#__PURE__*/React.createElement(WmNetworkInfoToaster, {
554
+ }), /*#__PURE__*/React.createElement(FixedViewContainer, null, commonPartial))), this.appConfig.url ? /*#__PURE__*/React.createElement(WmNetworkInfoToaster, {
515
555
  appLocale: this.appConfig.appLocale
516
- }) : null), this.renderToasters(), this.renderDialogs(), this.renderDisplayManager()))))));
556
+ }) : null, this.renderToasters(), this.renderDialogs(), this.renderDisplayManager()), isFullScreenMode ? this.renderTransparentView("top", insets) : null)))));
517
557
  }));
518
558
  }
519
559
  }