@wavemaker/app-rn-runtime 11.9.3-1.5914 → 11.9.3-1.5952

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 (252) hide show
  1. app-rn-runtime/actions/notification-action.js +1 -1
  2. app-rn-runtime/actions/timer-action.js +1 -1
  3. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js +1 -1
  4. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js +1 -1
  5. app-rn-runtime/components/advanced/carousel/carousel.component.js +2 -2
  6. app-rn-runtime/components/advanced/carousel/carousel.props.js +1 -1
  7. app-rn-runtime/components/advanced/login/login.component.js +2 -2
  8. app-rn-runtime/components/advanced/login/login.props.js +1 -1
  9. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js +2 -2
  10. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js +1 -1
  11. app-rn-runtime/components/advanced/webview/webview.component.js +2 -2
  12. app-rn-runtime/components/advanced/webview/webview.props.js +1 -1
  13. app-rn-runtime/components/basic/anchor/anchor.component.js +1 -1
  14. app-rn-runtime/components/basic/anchor/anchor.props.js +1 -1
  15. app-rn-runtime/components/basic/animatedview.component.js +2 -2
  16. app-rn-runtime/components/basic/audio/audio.component.js +1 -1
  17. app-rn-runtime/components/basic/audio/audio.props.js +1 -1
  18. app-rn-runtime/components/basic/button/button.component.js +1 -1
  19. app-rn-runtime/components/basic/button/button.props.js +1 -1
  20. app-rn-runtime/components/basic/buttongroup/buttongroup.props.js +1 -1
  21. app-rn-runtime/components/basic/custom/custom.props.js +1 -1
  22. app-rn-runtime/components/basic/icon/icon.component.js +2 -2
  23. app-rn-runtime/components/basic/icon/icon.props.js +1 -1
  24. app-rn-runtime/components/basic/label/label.component.js +2 -2
  25. app-rn-runtime/components/basic/label/label.props.js +1 -1
  26. app-rn-runtime/components/basic/lottie/lottie.component.js +1 -1
  27. app-rn-runtime/components/basic/lottie/lottie.props.js +1 -1
  28. app-rn-runtime/components/basic/message/message.component.js +2 -2
  29. app-rn-runtime/components/basic/message/message.props.js +1 -1
  30. app-rn-runtime/components/basic/modal/modal.props.js +1 -1
  31. app-rn-runtime/components/basic/picture/picture.component.js +2 -2
  32. app-rn-runtime/components/basic/picture/picture.props.js +1 -1
  33. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js +1 -1
  34. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js.map +1 -1
  35. app-rn-runtime/components/basic/progress-bar/progress-bar.props.js +1 -1
  36. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js +2 -2
  37. app-rn-runtime/components/basic/progress-circle/progress-circle.props.js +1 -1
  38. app-rn-runtime/components/basic/search/local-data-provider.js +1 -1
  39. app-rn-runtime/components/basic/search/search.component.js +3 -3
  40. app-rn-runtime/components/basic/search/search.component.js.map +1 -1
  41. app-rn-runtime/components/basic/search/search.props.js +1 -1
  42. app-rn-runtime/components/basic/skeleton/skeleton.component.js +1 -1
  43. app-rn-runtime/components/basic/skeleton/skeleton.props.js +1 -1
  44. app-rn-runtime/components/basic/spinner/spinner.component.js +2 -2
  45. app-rn-runtime/components/basic/spinner/spinner.props.js +1 -1
  46. app-rn-runtime/components/basic/tooltip/tooltip.props.js +1 -1
  47. app-rn-runtime/components/basic/video/video.component.js +24 -101
  48. app-rn-runtime/components/basic/video/video.component.js.map +1 -1
  49. app-rn-runtime/components/basic/video/video.props.js +1 -8
  50. app-rn-runtime/components/basic/video/video.props.js.map +1 -1
  51. app-rn-runtime/components/chart/area-chart/area-chart.component.js +2 -2
  52. app-rn-runtime/components/chart/area-chart/area-chart.props.js +1 -1
  53. app-rn-runtime/components/chart/bar-chart/bar-chart.component.js +1 -1
  54. app-rn-runtime/components/chart/bar-chart/bar-chart.props.js +1 -1
  55. app-rn-runtime/components/chart/basechart.component.js +1 -1
  56. app-rn-runtime/components/chart/basechart.props.js +1 -1
  57. app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js +1 -1
  58. app-rn-runtime/components/chart/bubble-chart/bubble-chart.props.js +1 -1
  59. app-rn-runtime/components/chart/donut-chart/donut-chart.props.js +1 -1
  60. app-rn-runtime/components/chart/line-chart/line-chart.component.js +1 -1
  61. app-rn-runtime/components/chart/line-chart/line-chart.props.js +1 -1
  62. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js +2 -2
  63. app-rn-runtime/components/chart/pie-chart/pie-chart.props.js +1 -1
  64. app-rn-runtime/components/chart/stack-chart/stack-chart.component.js +2 -2
  65. app-rn-runtime/components/chart/stack-chart/stack-chart.props.js +1 -1
  66. app-rn-runtime/components/container/accordion/accordion.component.js +2 -2
  67. app-rn-runtime/components/container/accordion/accordion.props.js +1 -1
  68. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js +1 -1
  69. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js +1 -1
  70. app-rn-runtime/components/container/container.component.js +2 -2
  71. app-rn-runtime/components/container/container.props.js +1 -1
  72. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +1 -1
  73. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js +1 -1
  74. app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js +1 -1
  75. app-rn-runtime/components/container/linearlayout/linearlayout.props.js +1 -1
  76. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +1 -1
  77. app-rn-runtime/components/container/panel/panel-content/panel-content.props.js +1 -1
  78. app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js +1 -1
  79. app-rn-runtime/components/container/panel/panel.component.js +4 -4
  80. app-rn-runtime/components/container/panel/panel.component.js.map +1 -1
  81. app-rn-runtime/components/container/panel/panel.props.js +1 -1
  82. app-rn-runtime/components/container/partial-host.component.js +1 -1
  83. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js +2 -2
  84. app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js +1 -1
  85. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js +1 -1
  86. app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js +1 -1
  87. app-rn-runtime/components/container/tabs/tabs.component.js +3 -3
  88. app-rn-runtime/components/container/tabs/tabs.component.js.map +1 -1
  89. app-rn-runtime/components/container/tabs/tabs.props.js +1 -1
  90. app-rn-runtime/components/container/tabs/tabs.styles.js.map +1 -1
  91. app-rn-runtime/components/container/tile/tile.component.js +1 -1
  92. app-rn-runtime/components/container/tile/tile.props.js +1 -1
  93. app-rn-runtime/components/container/wizard/wizard.component.js +2 -2
  94. app-rn-runtime/components/container/wizard/wizard.props.js +1 -1
  95. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js +1 -1
  96. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js +1 -1
  97. app-rn-runtime/components/data/card/card-content/card-content.component.js +1 -1
  98. app-rn-runtime/components/data/card/card-content/card-content.props.js +1 -1
  99. app-rn-runtime/components/data/card/card-footer/card-footer.props.js +1 -1
  100. app-rn-runtime/components/data/card/card.component.js +1 -1
  101. app-rn-runtime/components/data/card/card.props.js +1 -1
  102. app-rn-runtime/components/data/form/form-action/form-action.component.js +1 -1
  103. app-rn-runtime/components/data/form/form-action/form-action.props.js +1 -1
  104. app-rn-runtime/components/data/form/form-body/form-body.props.js +1 -1
  105. app-rn-runtime/components/data/form/form-field/form-field.component.js +2 -2
  106. app-rn-runtime/components/data/form/form-field/form-field.props.js +1 -1
  107. app-rn-runtime/components/data/form/form-footer/form-footer.props.js +1 -1
  108. app-rn-runtime/components/data/form/form.component.js +1 -1
  109. app-rn-runtime/components/data/form/form.props.js +1 -1
  110. app-rn-runtime/components/data/list/list-action-template/list-action-template.props.js +1 -1
  111. app-rn-runtime/components/data/list/list-template/list-template.props.js +1 -1
  112. app-rn-runtime/components/data/list/list.component.js +2 -2
  113. app-rn-runtime/components/data/list/list.props.js +1 -1
  114. app-rn-runtime/components/data/liveform/liveform.component.js +1 -1
  115. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js +1 -1
  116. app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js +1 -1
  117. app-rn-runtime/components/device/camera/camera.component.js +1 -1
  118. app-rn-runtime/components/device/camera/camera.props.js +1 -1
  119. app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js +1 -1
  120. app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js +1 -1
  121. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js +1 -1
  122. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js +1 -1
  123. app-rn-runtime/components/dialogs/dialog/dialog.component.js +2 -2
  124. app-rn-runtime/components/dialogs/dialog/dialog.component.js.map +1 -1
  125. app-rn-runtime/components/dialogs/dialog/dialog.props.js +1 -1
  126. app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js +1 -1
  127. app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js +1 -1
  128. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js +1 -1
  129. app-rn-runtime/components/input/basedataset/basedataset.component.js +1 -1
  130. app-rn-runtime/components/input/basedataset/basedataset.props.js +1 -1
  131. app-rn-runtime/components/input/baseinput/baseinput.component.js +1 -1
  132. app-rn-runtime/components/input/baseinput/baseinput.props.js +1 -1
  133. app-rn-runtime/components/input/basenumber/basenumber.component.js +1 -1
  134. app-rn-runtime/components/input/basenumber/basenumber.props.js +1 -1
  135. app-rn-runtime/components/input/calendar/calendar.component.js +1 -1
  136. app-rn-runtime/components/input/calendar/calendar.props.js +1 -1
  137. app-rn-runtime/components/input/calendar/calendar.styles.js.map +1 -1
  138. app-rn-runtime/components/input/calendar/views/month-view.js +2 -2
  139. app-rn-runtime/components/input/calendar/views/month-view.js.map +1 -1
  140. app-rn-runtime/components/input/checkbox/checkbox.component.js +2 -2
  141. app-rn-runtime/components/input/checkbox/checkbox.props.js +1 -1
  142. app-rn-runtime/components/input/checkboxset/checkboxset.component.js +2 -2
  143. app-rn-runtime/components/input/checkboxset/checkboxset.props.js +1 -1
  144. app-rn-runtime/components/input/chips/chips.component.js +2 -2
  145. app-rn-runtime/components/input/chips/chips.props.js +1 -1
  146. app-rn-runtime/components/input/composite/composite.props.js +1 -1
  147. app-rn-runtime/components/input/currency/currency.component.js +2 -2
  148. app-rn-runtime/components/input/currency/currency.props.js +1 -1
  149. app-rn-runtime/components/input/epoch/base-datetime.component.js +2 -2
  150. app-rn-runtime/components/input/epoch/date-picker.component.js +2 -2
  151. app-rn-runtime/components/input/epoch/date-picker.component.js.map +1 -1
  152. app-rn-runtime/components/input/epoch/datetime/datetime.props.js +1 -1
  153. app-rn-runtime/components/input/epoch/time/time.props.js +1 -1
  154. app-rn-runtime/components/input/epoch/wheel-date-picker.component.js +1 -1
  155. app-rn-runtime/components/input/epoch/wheel-time-picker.component.js +1 -1
  156. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js +1 -1
  157. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.props.js +1 -1
  158. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +1 -1
  159. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +1 -1
  160. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +1 -1
  161. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +1 -1
  162. app-rn-runtime/components/input/fileupload/fileupload.component.js +1 -1
  163. app-rn-runtime/components/input/fileupload/fileupload.props.js +1 -1
  164. app-rn-runtime/components/input/number/number.component.js +2 -2
  165. app-rn-runtime/components/input/number/number.props.js +1 -1
  166. app-rn-runtime/components/input/radioset/radioset.component.js +2 -2
  167. app-rn-runtime/components/input/radioset/radioset.props.js +1 -1
  168. app-rn-runtime/components/input/rating/rating.component.js +1 -1
  169. app-rn-runtime/components/input/rating/rating.props.js +1 -1
  170. app-rn-runtime/components/input/select/select.component.js +3 -3
  171. app-rn-runtime/components/input/select/select.component.js.map +1 -1
  172. app-rn-runtime/components/input/select/select.props.js +1 -1
  173. app-rn-runtime/components/input/slider/slider.component.js +2 -2
  174. app-rn-runtime/components/input/slider/slider.props.js +1 -1
  175. app-rn-runtime/components/input/switch/switch.component.js +1 -1
  176. app-rn-runtime/components/input/switch/switch.props.js +1 -1
  177. app-rn-runtime/components/input/text/text.component.js +1 -1
  178. app-rn-runtime/components/input/text/text.props.js +1 -1
  179. app-rn-runtime/components/input/textarea/textarea.component.js +1 -1
  180. app-rn-runtime/components/input/textarea/textarea.props.js +1 -1
  181. app-rn-runtime/components/input/toggle/toggle.component.js +2 -2
  182. app-rn-runtime/components/input/toggle/toggle.props.js +1 -1
  183. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js +2 -2
  184. app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js +1 -1
  185. app-rn-runtime/components/navigation/basenav/basenav.component.js +1 -1
  186. app-rn-runtime/components/navigation/basenav/basenav.props.js +1 -1
  187. app-rn-runtime/components/navigation/menu/menu.component.js +1 -1
  188. app-rn-runtime/components/navigation/menu/menu.props.js +1 -1
  189. app-rn-runtime/components/navigation/navbar/navbar.props.js +1 -1
  190. app-rn-runtime/components/navigation/navitem/navitem.component.js +2 -2
  191. app-rn-runtime/components/navigation/navitem/navitem.props.js +1 -1
  192. app-rn-runtime/components/navigation/popover/popover.component.js +2 -2
  193. app-rn-runtime/components/navigation/popover/popover.props.js +1 -1
  194. app-rn-runtime/components/page/left-panel/left-panel.component.js +1 -1
  195. app-rn-runtime/components/page/left-panel/left-panel.props.js +1 -1
  196. app-rn-runtime/components/page/page-content/page-content.props.js +1 -1
  197. app-rn-runtime/components/page/page.component.js +2 -2
  198. app-rn-runtime/components/page/partial-container/partial-container.props.js +1 -1
  199. app-rn-runtime/components/page/tabbar/tabbar.component.js +3 -3
  200. app-rn-runtime/components/page/tabbar/tabbar.component.js.map +1 -1
  201. app-rn-runtime/components/page/tabbar/tabbar.props.js +1 -1
  202. app-rn-runtime/core/base.component.js +2 -2
  203. app-rn-runtime/core/components/textinput.component.js +1 -1
  204. app-rn-runtime/core/constant.service.js +1 -1
  205. app-rn-runtime/core/event-notifier.js +1 -1
  206. app-rn-runtime/core/fixed-view.component.js +1 -1
  207. app-rn-runtime/core/imageSizeEstimator.js +1 -1
  208. app-rn-runtime/core/key.extractor.js +1 -1
  209. app-rn-runtime/core/logger.js +1 -1
  210. app-rn-runtime/core/network.service.js +1 -1
  211. app-rn-runtime/core/props.provider.js +1 -1
  212. app-rn-runtime/core/scroll-view.component.js +2 -2
  213. app-rn-runtime/core/storage.service.js +1 -1
  214. app-rn-runtime/core/tappable.component.js +2 -2
  215. app-rn-runtime/core/viewport.js +1 -1
  216. app-rn-runtime/core/wm-component-tree.js +1 -1
  217. app-rn-runtime/gestures/swipe.animation.js +1 -1
  218. app-rn-runtime/package.json +44 -43
  219. app-rn-runtime/runtime/App.js +3 -3
  220. app-rn-runtime/runtime/App.js.map +1 -1
  221. app-rn-runtime/runtime/base-fragment.component.js +1 -1
  222. app-rn-runtime/runtime/base-page.component.js +2 -2
  223. app-rn-runtime/runtime/base-page.component.js.map +1 -1
  224. app-rn-runtime/runtime/base-partial.component.js +1 -1
  225. app-rn-runtime/runtime/base-prefab.component.js +1 -1
  226. app-rn-runtime/runtime/memo.component.js +1 -1
  227. app-rn-runtime/runtime/navigator/stack.navigator.js +1 -1
  228. app-rn-runtime/runtime/services/app-display-manager.service.js +1 -1
  229. app-rn-runtime/runtime/services/app-i18n.service.js +1 -1
  230. app-rn-runtime/runtime/services/app-modal.service.js +1 -1
  231. app-rn-runtime/runtime/services/app-security.service.js +1 -1
  232. app-rn-runtime/runtime/services/app-spinner.service.js +1 -1
  233. app-rn-runtime/runtime/services/app-toast.service.js +1 -1
  234. app-rn-runtime/runtime/services/device/camera-service.js +10 -10
  235. app-rn-runtime/runtime/services/device/camera-service.js.map +1 -1
  236. app-rn-runtime/runtime/services/device/permissions.js +2 -2
  237. app-rn-runtime/runtime/services/device/permissions.js.map +1 -1
  238. app-rn-runtime/runtime/services/device/scan-service.js +9 -35
  239. app-rn-runtime/runtime/services/device/scan-service.js.map +1 -1
  240. app-rn-runtime/runtime/services/webprocess.service.js +1 -1
  241. app-rn-runtime/runtime/watcher.js +1 -1
  242. app-rn-runtime/styles/background.component.js +2 -2
  243. app-rn-runtime/styles/background.component.js.map +1 -1
  244. app-rn-runtime/styles/style-props.js +1 -1
  245. app-rn-runtime/styles/theme.js +1 -1
  246. app-rn-runtime/styles/theme.variables.js +1 -1
  247. app-rn-runtime/variables/base-variable.js +1 -1
  248. app-rn-runtime/variables/device/device/network-info.operation.js +1 -1
  249. app-rn-runtime/variables/live-variable.js +1 -1
  250. app-rn-runtime/variables/model-variable.js +1 -1
  251. app-rn-runtime/variables/service-variable.js +1 -1
  252. app-rn-runtime/variables/utils/inflight-queue.js +1 -1
@@ -1,4 +1,4 @@
1
- function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
1
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  import { VariableEvents } from './base-variable';
@@ -1,4 +1,4 @@
1
- function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
1
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  import { clone, isEqual } from 'lodash-es';
@@ -1,4 +1,4 @@
1
- function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
1
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  import { VariableEvents } from './base-variable';
@@ -1,4 +1,4 @@
1
- function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
1
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  class InflightQueue {