@vonage/vivid 3.27.0 → 3.28.2

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 (372) hide show
  1. package/README.md +2 -1
  2. package/accordion/index.js +0 -2
  3. package/accordion-item/index.js +0 -2
  4. package/alert/index.js +0 -2
  5. package/avatar/index.js +0 -2
  6. package/badge/index.js +0 -2
  7. package/banner/index.js +0 -2
  8. package/breadcrumb-item/index.js +0 -2
  9. package/button/index.js +0 -2
  10. package/calendar/index.js +0 -1
  11. package/calendar-event/index.js +0 -2
  12. package/card/index.js +0 -2
  13. package/checkbox/index.js +0 -2
  14. package/combobox/index.js +0 -3
  15. package/custom-elements.json +142 -53
  16. package/data-grid/index.js +1 -5
  17. package/dialog/index.js +0 -2
  18. package/empty-state/index.js +0 -2
  19. package/fab/index.js +0 -2
  20. package/file-picker/index.js +0 -2
  21. package/icon/index.js +0 -2
  22. package/index.d.ts +3 -3
  23. package/index.js +1 -6
  24. package/lib/accordion/accordion.d.ts +5 -5
  25. package/lib/accordion/accordion.template.d.ts +3 -3
  26. package/lib/accordion/definition.d.ts +2 -2
  27. package/lib/accordion/index.d.ts +1 -1
  28. package/lib/accordion-item/accordion-item.d.ts +12 -12
  29. package/lib/accordion-item/accordion-item.template.d.ts +4 -4
  30. package/lib/accordion-item/definition.d.ts +1 -1
  31. package/lib/accordion-item/index.d.ts +1 -1
  32. package/lib/action-group/action-group.d.ts +11 -11
  33. package/lib/action-group/action-group.template.d.ts +4 -4
  34. package/lib/action-group/definition.d.ts +2 -2
  35. package/lib/action-group/index.d.ts +1 -1
  36. package/lib/alert/alert.d.ts +22 -22
  37. package/lib/alert/alert.template.d.ts +4 -4
  38. package/lib/alert/definition.d.ts +2 -2
  39. package/lib/alert/index.d.ts +1 -1
  40. package/lib/avatar/avatar.d.ts +14 -14
  41. package/lib/avatar/avatar.template.d.ts +4 -4
  42. package/lib/avatar/definition.d.ts +2 -2
  43. package/lib/avatar/index.d.ts +1 -1
  44. package/lib/badge/badge.d.ts +14 -14
  45. package/lib/badge/badge.template.d.ts +4 -4
  46. package/lib/badge/definition.d.ts +4 -4
  47. package/lib/badge/index.d.ts +1 -1
  48. package/lib/banner/banner.d.ts +20 -20
  49. package/lib/banner/banner.template.d.ts +4 -4
  50. package/lib/banner/definition.d.ts +2 -2
  51. package/lib/banner/index.d.ts +1 -1
  52. package/lib/breadcrumb/breadcrumb.d.ts +3 -3
  53. package/lib/breadcrumb/breadcrumb.template.d.ts +4 -4
  54. package/lib/breadcrumb/definition.d.ts +1 -1
  55. package/lib/breadcrumb/index.d.ts +1 -1
  56. package/lib/breadcrumb-item/breadcrumb-item.d.ts +5 -5
  57. package/lib/breadcrumb-item/breadcrumb-item.template.d.ts +4 -4
  58. package/lib/breadcrumb-item/definition.d.ts +1 -1
  59. package/lib/breadcrumb-item/index.d.ts +1 -1
  60. package/lib/button/button.d.ts +18 -18
  61. package/lib/button/button.template.d.ts +4 -4
  62. package/lib/button/definition.d.ts +2 -2
  63. package/lib/button/index.d.ts +1 -1
  64. package/lib/calendar/calendar.d.ts +13 -13
  65. package/lib/calendar/calendar.template.d.ts +4 -4
  66. package/lib/calendar/definition.d.ts +1 -1
  67. package/lib/calendar/helpers/calendar.date-functions.d.ts +2 -2
  68. package/lib/calendar/helpers/calendar.event-context.d.ts +6 -6
  69. package/lib/calendar/helpers/calendar.keyboard-interactions.d.ts +9 -9
  70. package/lib/calendar/index.d.ts +1 -1
  71. package/lib/calendar-event/calendar-event.d.ts +13 -13
  72. package/lib/calendar-event/calendar-event.template.d.ts +4 -4
  73. package/lib/calendar-event/definition.d.ts +2 -2
  74. package/lib/calendar-event/index.d.ts +1 -1
  75. package/lib/card/card.d.ts +10 -10
  76. package/lib/card/card.template.d.ts +4 -4
  77. package/lib/card/definition.d.ts +1 -1
  78. package/lib/card/index.d.ts +1 -1
  79. package/lib/checkbox/checkbox.d.ts +10 -11
  80. package/lib/checkbox/checkbox.template.d.ts +4 -4
  81. package/lib/checkbox/definition.d.ts +1 -1
  82. package/lib/checkbox/index.d.ts +1 -1
  83. package/lib/combobox/combobox.d.ts +12 -13
  84. package/lib/combobox/combobox.template.d.ts +4 -4
  85. package/lib/combobox/definition.d.ts +3 -4
  86. package/lib/combobox/index.d.ts +1 -1
  87. package/lib/components.d.ts +52 -52
  88. package/lib/data-grid/data-grid-cell.d.ts +22 -22
  89. package/lib/data-grid/data-grid-cell.template.d.ts +4 -4
  90. package/lib/data-grid/data-grid-row.d.ts +4 -4
  91. package/lib/data-grid/data-grid-row.template.d.ts +3 -3
  92. package/lib/data-grid/data-grid.d.ts +20 -20
  93. package/lib/data-grid/data-grid.options.d.ts +38 -38
  94. package/lib/data-grid/data-grid.template.d.ts +3 -3
  95. package/lib/data-grid/definition.d.ts +6 -6
  96. package/lib/data-grid/index.d.ts +1 -1
  97. package/lib/dialog/definition.d.ts +2 -2
  98. package/lib/dialog/dialog.d.ts +26 -26
  99. package/lib/dialog/dialog.template.d.ts +4 -4
  100. package/lib/dialog/index.d.ts +1 -1
  101. package/lib/divider/definition.d.ts +1 -1
  102. package/lib/divider/divider.d.ts +3 -3
  103. package/lib/divider/divider.template.d.ts +4 -4
  104. package/lib/divider/index.d.ts +1 -1
  105. package/lib/elevation/definition.d.ts +1 -1
  106. package/lib/elevation/elevation.d.ts +5 -5
  107. package/lib/elevation/elevation.template.d.ts +4 -4
  108. package/lib/elevation/index.d.ts +1 -1
  109. package/lib/empty-state/definition.d.ts +3 -3
  110. package/lib/empty-state/empty-state.d.ts +5 -5
  111. package/lib/empty-state/empty-state.template.d.ts +4 -4
  112. package/lib/empty-state/index.d.ts +1 -1
  113. package/lib/enums.d.ts +60 -60
  114. package/lib/fab/definition.d.ts +4 -4
  115. package/lib/fab/fab.d.ts +12 -12
  116. package/lib/fab/fab.template.d.ts +4 -4
  117. package/lib/fab/index.d.ts +1 -1
  118. package/lib/file-picker/definition.d.ts +3 -3
  119. package/lib/file-picker/file-picker.d.ts +22 -22
  120. package/lib/file-picker/file-picker.template.d.ts +4 -4
  121. package/lib/file-picker/index.d.ts +1 -1
  122. package/lib/focus/definition.d.ts +3 -3
  123. package/lib/focus/focus.d.ts +3 -3
  124. package/lib/focus/focus.template.d.ts +4 -4
  125. package/lib/focus/index.d.ts +1 -1
  126. package/lib/header/definition.d.ts +3 -3
  127. package/lib/header/header.d.ts +5 -5
  128. package/lib/header/header.template.d.ts +4 -4
  129. package/lib/header/index.d.ts +1 -1
  130. package/lib/icon/definition.d.ts +4 -4
  131. package/lib/icon/icon.d.ts +12 -12
  132. package/lib/icon/icon.placeholder.d.ts +1 -1
  133. package/lib/icon/icon.template.d.ts +4 -4
  134. package/lib/icon/index.d.ts +1 -1
  135. package/lib/layout/definition.d.ts +4 -4
  136. package/lib/layout/index.d.ts +1 -1
  137. package/lib/layout/layout.d.ts +17 -17
  138. package/lib/layout/layout.template.d.ts +4 -4
  139. package/lib/listbox/definition.d.ts +4 -4
  140. package/lib/listbox/index.d.ts +1 -1
  141. package/lib/listbox/listbox.d.ts +6 -6
  142. package/lib/listbox/listbox.template.d.ts +4 -4
  143. package/lib/menu/definition.d.ts +12 -12
  144. package/lib/menu/index.d.ts +1 -1
  145. package/lib/menu/menu.d.ts +16 -15
  146. package/lib/menu/menu.template.d.ts +3 -3
  147. package/lib/menu-item/definition.d.ts +3 -3
  148. package/lib/menu-item/index.d.ts +1 -1
  149. package/lib/menu-item/menu-item.d.ts +14 -14
  150. package/lib/menu-item/menu-item.template.d.ts +4 -4
  151. package/lib/nav/definition.d.ts +3 -3
  152. package/lib/nav/index.d.ts +1 -1
  153. package/lib/nav/nav.d.ts +3 -3
  154. package/lib/nav/nav.template.d.ts +4 -4
  155. package/lib/nav-disclosure/definition.d.ts +3 -3
  156. package/lib/nav-disclosure/index.d.ts +1 -1
  157. package/lib/nav-disclosure/nav-disclosure.d.ts +10 -10
  158. package/lib/nav-disclosure/nav-disclosure.template.d.ts +4 -4
  159. package/lib/nav-item/definition.d.ts +3 -3
  160. package/lib/nav-item/index.d.ts +1 -1
  161. package/lib/nav-item/nav-item.d.ts +7 -7
  162. package/lib/nav-item/nav-item.template.d.ts +4 -4
  163. package/lib/note/definition.d.ts +4 -4
  164. package/lib/note/index.d.ts +1 -1
  165. package/lib/note/note.d.ts +10 -10
  166. package/lib/note/note.template.d.ts +4 -4
  167. package/lib/number-field/definition.d.ts +5 -5
  168. package/lib/number-field/index.d.ts +1 -1
  169. package/lib/number-field/number-field.d.ts +13 -13
  170. package/lib/number-field/number-field.template.d.ts +4 -4
  171. package/lib/option/definition.d.ts +3 -3
  172. package/lib/option/index.d.ts +1 -1
  173. package/lib/option/option.d.ts +12 -12
  174. package/lib/option/option.template.d.ts +4 -4
  175. package/lib/pagination/definition.d.ts +3 -3
  176. package/lib/pagination/index.d.ts +1 -1
  177. package/lib/pagination/pagination.d.ts +18 -18
  178. package/lib/pagination/pagination.template.d.ts +4 -4
  179. package/lib/popup/definition.d.ts +5 -5
  180. package/lib/popup/index.d.ts +1 -1
  181. package/lib/popup/popup.d.ts +21 -21
  182. package/lib/popup/popup.template.d.ts +4 -4
  183. package/lib/progress/definition.d.ts +4 -4
  184. package/lib/progress/index.d.ts +1 -1
  185. package/lib/progress/progress.d.ts +9 -9
  186. package/lib/progress/progress.template.d.ts +5 -5
  187. package/lib/progress-ring/definition.d.ts +4 -4
  188. package/lib/progress-ring/index.d.ts +1 -1
  189. package/lib/progress-ring/progress-ring.d.ts +7 -7
  190. package/lib/progress-ring/progress-ring.template.d.ts +4 -4
  191. package/lib/radio/definition.d.ts +3 -3
  192. package/lib/radio/index.d.ts +1 -1
  193. package/lib/radio/radio.d.ts +7 -7
  194. package/lib/radio/radio.template.d.ts +4 -4
  195. package/lib/radio-group/definition.d.ts +11 -11
  196. package/lib/radio-group/index.d.ts +1 -1
  197. package/lib/radio-group/radio-group.d.ts +4 -4
  198. package/lib/radio-group/radio-group.template.d.ts +4 -4
  199. package/lib/select/definition.d.ts +4 -4
  200. package/lib/select/index.d.ts +1 -1
  201. package/lib/select/select.d.ts +17 -18
  202. package/lib/select/select.template.d.ts +4 -4
  203. package/lib/side-drawer/definition.d.ts +3 -3
  204. package/lib/side-drawer/index.d.ts +1 -1
  205. package/lib/side-drawer/side-drawer.d.ts +9 -9
  206. package/lib/side-drawer/side-drawer.template.d.ts +4 -4
  207. package/lib/slider/definition.d.ts +3 -3
  208. package/lib/slider/index.d.ts +1 -1
  209. package/lib/slider/slider.d.ts +4 -4
  210. package/lib/slider/slider.template.d.ts +4 -4
  211. package/lib/switch/definition.d.ts +4 -4
  212. package/lib/switch/index.d.ts +1 -1
  213. package/lib/switch/switch.d.ts +7 -7
  214. package/lib/switch/switch.template.d.ts +4 -4
  215. package/lib/tab/definition.d.ts +4 -4
  216. package/lib/tab/index.d.ts +1 -1
  217. package/lib/tab/tab.d.ts +14 -14
  218. package/lib/tab/tab.template.d.ts +3 -3
  219. package/lib/tab-panel/definition.d.ts +3 -3
  220. package/lib/tab-panel/index.d.ts +1 -1
  221. package/lib/tab-panel/tab-panel.d.ts +3 -3
  222. package/lib/tab-panel/tab-panel.template.d.ts +2 -2
  223. package/lib/tabs/definition.d.ts +3 -3
  224. package/lib/tabs/index.d.ts +1 -1
  225. package/lib/tabs/tabs.d.ts +15 -15
  226. package/lib/tabs/tabs.template.d.ts +2 -2
  227. package/lib/tag/definition.d.ts +4 -4
  228. package/lib/tag/index.d.ts +1 -1
  229. package/lib/tag/tag.d.ts +22 -22
  230. package/lib/tag/tag.template.d.ts +4 -4
  231. package/lib/tag-group/definition.d.ts +3 -3
  232. package/lib/tag-group/index.d.ts +1 -1
  233. package/lib/tag-group/tag-group.d.ts +3 -3
  234. package/lib/tag-group/tag-group.template.d.ts +4 -4
  235. package/lib/text-anchor/definition.d.ts +3 -3
  236. package/lib/text-anchor/index.d.ts +1 -1
  237. package/lib/text-anchor/text-anchor.d.ts +7 -7
  238. package/lib/text-anchor/text-anchor.template.d.ts +4 -4
  239. package/lib/text-area/definition.d.ts +4 -4
  240. package/lib/text-area/index.d.ts +1 -1
  241. package/lib/text-area/text-area.d.ts +8 -9
  242. package/lib/text-area/text-area.template.d.ts +4 -4
  243. package/lib/text-field/definition.d.ts +4 -4
  244. package/lib/text-field/index.d.ts +1 -1
  245. package/lib/text-field/text-field.d.ts +13 -14
  246. package/lib/text-field/text-field.template.d.ts +4 -4
  247. package/lib/toggletip/definition.d.ts +3 -3
  248. package/lib/toggletip/index.d.ts +1 -1
  249. package/lib/toggletip/toggletip.d.ts +15 -15
  250. package/lib/toggletip/toggletip.template.d.ts +4 -4
  251. package/lib/tooltip/definition.d.ts +3 -3
  252. package/lib/tooltip/index.d.ts +1 -1
  253. package/lib/tooltip/tooltip.d.ts +14 -14
  254. package/lib/tooltip/tooltip.template.d.ts +4 -4
  255. package/lib/tree-item/definition.d.ts +3 -3
  256. package/lib/tree-item/index.d.ts +1 -1
  257. package/lib/tree-item/tree-item.d.ts +7 -7
  258. package/lib/tree-item/tree-item.template.d.ts +4 -4
  259. package/lib/tree-view/definition.d.ts +3 -3
  260. package/lib/tree-view/index.d.ts +1 -1
  261. package/lib/tree-view/tree-view.d.ts +3 -3
  262. package/lib/tree-view/tree-view.template.d.ts +2 -2
  263. package/listbox/index.js +17 -21
  264. package/menu/index.js +0 -3
  265. package/menu-item/index.js +0 -3
  266. package/nav-disclosure/index.js +0 -2
  267. package/nav-item/index.js +0 -2
  268. package/note/index.js +0 -2
  269. package/number-field/index.js +0 -3
  270. package/option/index.js +0 -2
  271. package/package.json +9 -8
  272. package/pagination/index.js +1 -5
  273. package/popup/index.js +0 -3
  274. package/radio-group/index.js +2 -2
  275. package/select/index.js +0 -3
  276. package/shared/affix.js +2 -5
  277. package/shared/anchor.js +2 -1
  278. package/shared/apply-mixins.js +1 -1
  279. package/shared/definition.js +7 -9
  280. package/shared/definition10.js +13 -17
  281. package/shared/definition11.js +6 -9
  282. package/shared/definition12.js +16 -18
  283. package/shared/definition13.js +6 -8
  284. package/shared/definition14.js +7 -12
  285. package/shared/definition15.js +43 -52
  286. package/shared/definition16.js +8 -71
  287. package/shared/definition17.js +36 -45
  288. package/shared/definition18.js +19 -24
  289. package/shared/definition19.js +45 -49
  290. package/shared/definition2.js +24 -28
  291. package/shared/definition20.js +389 -280
  292. package/shared/definition21.js +12 -16
  293. package/shared/definition22.js +82 -168
  294. package/shared/definition23.js +35 -41
  295. package/shared/definition24.js +6 -8
  296. package/shared/definition25.js +10 -14
  297. package/shared/definition26.js +40 -42
  298. package/shared/definition27.js +24 -27
  299. package/shared/definition28.js +6 -8
  300. package/shared/definition29.js +3 -5
  301. package/shared/definition3.js +5 -9
  302. package/shared/definition30.js +83 -45
  303. package/shared/definition31.js +33 -43
  304. package/shared/definition32.js +2 -4
  305. package/shared/definition33.js +11 -15
  306. package/shared/definition34.js +5 -9
  307. package/shared/definition35.js +7 -11
  308. package/shared/definition36.js +66 -71
  309. package/shared/definition37.js +60 -101
  310. package/shared/definition38.js +14 -46
  311. package/shared/definition39.js +11 -14
  312. package/shared/definition4.js +3 -5
  313. package/shared/definition40.js +17 -20
  314. package/shared/definition41.js +56 -62
  315. package/shared/definition42.js +8 -11
  316. package/shared/definition43.js +20 -58
  317. package/shared/definition44.js +14 -17
  318. package/shared/definition45.js +8 -10
  319. package/shared/definition46.js +2 -4
  320. package/shared/definition47.js +12 -15
  321. package/shared/definition48.js +19 -24
  322. package/shared/definition49.js +3 -5
  323. package/shared/definition5.js +7 -8
  324. package/shared/definition50.js +51 -55
  325. package/shared/definition51.js +56 -60
  326. package/shared/definition52.js +12 -520
  327. package/shared/definition53.js +9 -11
  328. package/shared/definition54.js +27 -31
  329. package/shared/definition55.js +12 -14
  330. package/shared/definition6.js +17 -23
  331. package/shared/definition7.js +43 -47
  332. package/shared/definition8.js +3 -5
  333. package/shared/definition9.js +13 -17
  334. package/shared/design-system/index.d.ts +3 -3
  335. package/shared/focus2.js +1 -3
  336. package/shared/form-associated.js +1 -1
  337. package/shared/form-elements.js +16 -20
  338. package/shared/icon.js +2 -1171
  339. package/shared/index.js +41 -1549
  340. package/shared/listbox.js +1 -1
  341. package/shared/patterns/affix.d.ts +9 -9
  342. package/shared/patterns/focus.d.ts +3 -3
  343. package/shared/patterns/form-elements/form-elements.d.ts +57 -57
  344. package/shared/patterns/form-elements/index.d.ts +1 -1
  345. package/shared/patterns/index.d.ts +3 -3
  346. package/shared/repeat.js +1 -1
  347. package/shared/text-anchor.template.js +38 -40
  348. package/shared/text-field.js +1 -1
  349. package/shared/text-field2.js +1 -1
  350. package/shared/when.js +19 -5
  351. package/slider/index.js +0 -3
  352. package/styles/core/all.css +1 -1
  353. package/styles/core/theme.css +1 -1
  354. package/styles/core/typography.css +1 -1
  355. package/styles/tokens/theme-dark.css +17 -17
  356. package/styles/tokens/theme-light.css +17 -17
  357. package/switch/index.js +0 -2
  358. package/tab/index.js +0 -2
  359. package/tabs/index.js +0 -2
  360. package/tag/index.js +0 -2
  361. package/text-anchor/index.js +0 -2
  362. package/text-area/index.js +0 -2
  363. package/text-field/index.js +0 -2
  364. package/toggletip/index.js +0 -4
  365. package/tooltip/index.js +0 -3
  366. package/tree-item/index.js +1 -3
  367. package/vivid.api.json +48 -84
  368. package/shared/es.object.assign.js +0 -68
  369. package/shared/es.regexp.to-string.js +0 -61
  370. package/shared/es.string.includes.js +0 -83
  371. package/shared/string-trim.js +0 -40
  372. package/shared/to-string.js +0 -51
package/shared/index.js CHANGED
@@ -1,1547 +1,3 @@
1
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
2
-
3
- var fails$a = function (exec) {
4
- try {
5
- return !!exec();
6
- } catch (error) {
7
- return true;
8
- }
9
- };
10
-
11
- var fails$9 = fails$a;
12
-
13
- var functionBindNative = !fails$9(function () {
14
- // eslint-disable-next-line es/no-function-prototype-bind -- safe
15
- var test = (function () { /* empty */ }).bind();
16
- // eslint-disable-next-line no-prototype-builtins -- safe
17
- return typeof test != 'function' || test.hasOwnProperty('prototype');
18
- });
19
-
20
- var NATIVE_BIND$1 = functionBindNative;
21
-
22
- var FunctionPrototype$1 = Function.prototype;
23
- var call$5 = FunctionPrototype$1.call;
24
- var uncurryThisWithBind = NATIVE_BIND$1 && FunctionPrototype$1.bind.bind(call$5, call$5);
25
-
26
- var functionUncurryThis = NATIVE_BIND$1 ? uncurryThisWithBind : function (fn) {
27
- return function () {
28
- return call$5.apply(fn, arguments);
29
- };
30
- };
31
-
32
- var uncurryThis$8 = functionUncurryThis;
33
-
34
- var toString$1 = uncurryThis$8({}.toString);
35
- var stringSlice = uncurryThis$8(''.slice);
36
-
37
- var classofRaw = function (it) {
38
- return stringSlice(toString$1(it), 8, -1);
39
- };
40
-
41
- var uncurryThis$7 = functionUncurryThis;
42
- var fails$8 = fails$a;
43
- var classof = classofRaw;
44
-
45
- var $Object$3 = Object;
46
- var split = uncurryThis$7(''.split);
47
-
48
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
49
- var indexedObject = fails$8(function () {
50
- // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
51
- // eslint-disable-next-line no-prototype-builtins -- safe
52
- return !$Object$3('z').propertyIsEnumerable(0);
53
- }) ? function (it) {
54
- return classof(it) == 'String' ? split(it, '') : $Object$3(it);
55
- } : $Object$3;
56
-
57
- // we can't use just `it == null` since of `document.all` special case
58
- // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec
59
- var isNullOrUndefined$2 = function (it) {
60
- return it === null || it === undefined;
61
- };
62
-
63
- var isNullOrUndefined$1 = isNullOrUndefined$2;
64
-
65
- var $TypeError$6 = TypeError;
66
-
67
- // `RequireObjectCoercible` abstract operation
68
- // https://tc39.es/ecma262/#sec-requireobjectcoercible
69
- var requireObjectCoercible$2 = function (it) {
70
- if (isNullOrUndefined$1(it)) throw $TypeError$6("Can't call method on " + it);
71
- return it;
72
- };
73
-
74
- // toObject with fallback for non-array-like ES3 strings
75
- var IndexedObject = indexedObject;
76
- var requireObjectCoercible$1 = requireObjectCoercible$2;
77
-
78
- var toIndexedObject$5 = function (it) {
79
- return IndexedObject(requireObjectCoercible$1(it));
80
- };
81
-
82
- var check = function (it) {
83
- return it && it.Math == Math && it;
84
- };
85
-
86
- // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
87
- var global$b =
88
- // eslint-disable-next-line es/no-global-this -- safe
89
- check(typeof globalThis == 'object' && globalThis) ||
90
- check(typeof window == 'object' && window) ||
91
- // eslint-disable-next-line no-restricted-globals -- safe
92
- check(typeof self == 'object' && self) ||
93
- check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
94
- // eslint-disable-next-line no-new-func -- fallback
95
- (function () { return this; })() || Function('return this')();
96
-
97
- var shared$3 = {exports: {}};
98
-
99
- var global$a = global$b;
100
-
101
- // eslint-disable-next-line es/no-object-defineproperty -- safe
102
- var defineProperty$4 = Object.defineProperty;
103
-
104
- var defineGlobalProperty$3 = function (key, value) {
105
- try {
106
- defineProperty$4(global$a, key, { value: value, configurable: true, writable: true });
107
- } catch (error) {
108
- global$a[key] = value;
109
- } return value;
110
- };
111
-
112
- var global$9 = global$b;
113
- var defineGlobalProperty$2 = defineGlobalProperty$3;
114
-
115
- var SHARED = '__core-js_shared__';
116
- var store$3 = global$9[SHARED] || defineGlobalProperty$2(SHARED, {});
117
-
118
- var sharedStore = store$3;
119
-
120
- var store$2 = sharedStore;
121
-
122
- (shared$3.exports = function (key, value) {
123
- return store$2[key] || (store$2[key] = value !== undefined ? value : {});
124
- })('versions', []).push({
125
- version: '3.27.0',
126
- mode: 'global',
127
- copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
128
- license: 'https://github.com/zloirock/core-js/blob/v3.27.0/LICENSE',
129
- source: 'https://github.com/zloirock/core-js'
130
- });
131
-
132
- var requireObjectCoercible = requireObjectCoercible$2;
133
-
134
- var $Object$2 = Object;
135
-
136
- // `ToObject` abstract operation
137
- // https://tc39.es/ecma262/#sec-toobject
138
- var toObject$2 = function (argument) {
139
- return $Object$2(requireObjectCoercible(argument));
140
- };
141
-
142
- var uncurryThis$6 = functionUncurryThis;
143
- var toObject$1 = toObject$2;
144
-
145
- var hasOwnProperty = uncurryThis$6({}.hasOwnProperty);
146
-
147
- // `HasOwnProperty` abstract operation
148
- // https://tc39.es/ecma262/#sec-hasownproperty
149
- // eslint-disable-next-line es/no-object-hasown -- safe
150
- var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
151
- return hasOwnProperty(toObject$1(it), key);
152
- };
153
-
154
- var uncurryThis$5 = functionUncurryThis;
155
-
156
- var id = 0;
157
- var postfix = Math.random();
158
- var toString = uncurryThis$5(1.0.toString);
159
-
160
- var uid$2 = function (key) {
161
- return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);
162
- };
163
-
164
- var documentAll$2 = typeof document == 'object' && document.all;
165
-
166
- // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot
167
- // eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing
168
- var IS_HTMLDDA = typeof documentAll$2 == 'undefined' && documentAll$2 !== undefined;
169
-
170
- var documentAll_1 = {
171
- all: documentAll$2,
172
- IS_HTMLDDA: IS_HTMLDDA
173
- };
174
-
175
- var $documentAll$1 = documentAll_1;
176
-
177
- var documentAll$1 = $documentAll$1.all;
178
-
179
- // `IsCallable` abstract operation
180
- // https://tc39.es/ecma262/#sec-iscallable
181
- var isCallable$e = $documentAll$1.IS_HTMLDDA ? function (argument) {
182
- return typeof argument == 'function' || argument === documentAll$1;
183
- } : function (argument) {
184
- return typeof argument == 'function';
185
- };
186
-
187
- var global$8 = global$b;
188
- var isCallable$d = isCallable$e;
189
-
190
- var aFunction = function (argument) {
191
- return isCallable$d(argument) ? argument : undefined;
192
- };
193
-
194
- var getBuiltIn$4 = function (namespace, method) {
195
- return arguments.length < 2 ? aFunction(global$8[namespace]) : global$8[namespace] && global$8[namespace][method];
196
- };
197
-
198
- var getBuiltIn$3 = getBuiltIn$4;
199
-
200
- var engineUserAgent = getBuiltIn$3('navigator', 'userAgent') || '';
201
-
202
- var global$7 = global$b;
203
- var userAgent = engineUserAgent;
204
-
205
- var process = global$7.process;
206
- var Deno = global$7.Deno;
207
- var versions = process && process.versions || Deno && Deno.version;
208
- var v8 = versions && versions.v8;
209
- var match, version;
210
-
211
- if (v8) {
212
- match = v8.split('.');
213
- // in old Chrome, versions of V8 isn't V8 = Chrome / 10
214
- // but their correct versions are not interesting for us
215
- version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]);
216
- }
217
-
218
- // BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`
219
- // so check `userAgent` even if `.v8` exists, but 0
220
- if (!version && userAgent) {
221
- match = userAgent.match(/Edge\/(\d+)/);
222
- if (!match || match[1] >= 74) {
223
- match = userAgent.match(/Chrome\/(\d+)/);
224
- if (match) version = +match[1];
225
- }
226
- }
227
-
228
- var engineV8Version = version;
229
-
230
- /* eslint-disable es/no-symbol -- required for testing */
231
-
232
- var V8_VERSION = engineV8Version;
233
- var fails$7 = fails$a;
234
-
235
- // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
236
- var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$7(function () {
237
- var symbol = Symbol();
238
- // Chrome 38 Symbol has incorrect toString conversion
239
- // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
240
- return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
241
- // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
242
- !Symbol.sham && V8_VERSION && V8_VERSION < 41;
243
- });
244
-
245
- /* eslint-disable es/no-symbol -- required for testing */
246
-
247
- var NATIVE_SYMBOL$1 = symbolConstructorDetection;
248
-
249
- var useSymbolAsUid = NATIVE_SYMBOL$1
250
- && !Symbol.sham
251
- && typeof Symbol.iterator == 'symbol';
252
-
253
- var global$6 = global$b;
254
- var shared$2 = shared$3.exports;
255
- var hasOwn$8 = hasOwnProperty_1;
256
- var uid$1 = uid$2;
257
- var NATIVE_SYMBOL = symbolConstructorDetection;
258
- var USE_SYMBOL_AS_UID$1 = useSymbolAsUid;
259
-
260
- var WellKnownSymbolsStore = shared$2('wks');
261
- var Symbol$1 = global$6.Symbol;
262
- var symbolFor = Symbol$1 && Symbol$1['for'];
263
- var createWellKnownSymbol = USE_SYMBOL_AS_UID$1 ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid$1;
264
-
265
- var wellKnownSymbol$6 = function (name) {
266
- if (!hasOwn$8(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {
267
- var description = 'Symbol.' + name;
268
- if (NATIVE_SYMBOL && hasOwn$8(Symbol$1, name)) {
269
- WellKnownSymbolsStore[name] = Symbol$1[name];
270
- } else if (USE_SYMBOL_AS_UID$1 && symbolFor) {
271
- WellKnownSymbolsStore[name] = symbolFor(description);
272
- } else {
273
- WellKnownSymbolsStore[name] = createWellKnownSymbol(description);
274
- }
275
- } return WellKnownSymbolsStore[name];
276
- };
277
-
278
- var isCallable$c = isCallable$e;
279
- var $documentAll = documentAll_1;
280
-
281
- var documentAll = $documentAll.all;
282
-
283
- var isObject$7 = $documentAll.IS_HTMLDDA ? function (it) {
284
- return typeof it == 'object' ? it !== null : isCallable$c(it) || it === documentAll;
285
- } : function (it) {
286
- return typeof it == 'object' ? it !== null : isCallable$c(it);
287
- };
288
-
289
- var isObject$6 = isObject$7;
290
-
291
- var $String$2 = String;
292
- var $TypeError$5 = TypeError;
293
-
294
- // `Assert: Type(argument) is Object`
295
- var anObject$5 = function (argument) {
296
- if (isObject$6(argument)) return argument;
297
- throw $TypeError$5($String$2(argument) + ' is not an object');
298
- };
299
-
300
- var objectDefineProperties = {};
301
-
302
- var fails$6 = fails$a;
303
-
304
- // Detect IE8's incomplete defineProperty implementation
305
- var descriptors = !fails$6(function () {
306
- // eslint-disable-next-line es/no-object-defineproperty -- required for testing
307
- return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
308
- });
309
-
310
- var DESCRIPTORS$8 = descriptors;
311
- var fails$5 = fails$a;
312
-
313
- // V8 ~ Chrome 36-
314
- // https://bugs.chromium.org/p/v8/issues/detail?id=3334
315
- var v8PrototypeDefineBug = DESCRIPTORS$8 && fails$5(function () {
316
- // eslint-disable-next-line es/no-object-defineproperty -- required for testing
317
- return Object.defineProperty(function () { /* empty */ }, 'prototype', {
318
- value: 42,
319
- writable: false
320
- }).prototype != 42;
321
- });
322
-
323
- var objectDefineProperty = {};
324
-
325
- var global$5 = global$b;
326
- var isObject$5 = isObject$7;
327
-
328
- var document$1 = global$5.document;
329
- // typeof document.createElement is 'object' in old IE
330
- var EXISTS$1 = isObject$5(document$1) && isObject$5(document$1.createElement);
331
-
332
- var documentCreateElement$2 = function (it) {
333
- return EXISTS$1 ? document$1.createElement(it) : {};
334
- };
335
-
336
- var DESCRIPTORS$7 = descriptors;
337
- var fails$4 = fails$a;
338
- var createElement = documentCreateElement$2;
339
-
340
- // Thanks to IE8 for its funny defineProperty
341
- var ie8DomDefine = !DESCRIPTORS$7 && !fails$4(function () {
342
- // eslint-disable-next-line es/no-object-defineproperty -- required for testing
343
- return Object.defineProperty(createElement('div'), 'a', {
344
- get: function () { return 7; }
345
- }).a != 7;
346
- });
347
-
348
- var NATIVE_BIND = functionBindNative;
349
-
350
- var call$4 = Function.prototype.call;
351
-
352
- var functionCall = NATIVE_BIND ? call$4.bind(call$4) : function () {
353
- return call$4.apply(call$4, arguments);
354
- };
355
-
356
- var uncurryThis$4 = functionUncurryThis;
357
-
358
- var objectIsPrototypeOf = uncurryThis$4({}.isPrototypeOf);
359
-
360
- var getBuiltIn$2 = getBuiltIn$4;
361
- var isCallable$b = isCallable$e;
362
- var isPrototypeOf = objectIsPrototypeOf;
363
- var USE_SYMBOL_AS_UID = useSymbolAsUid;
364
-
365
- var $Object$1 = Object;
366
-
367
- var isSymbol$2 = USE_SYMBOL_AS_UID ? function (it) {
368
- return typeof it == 'symbol';
369
- } : function (it) {
370
- var $Symbol = getBuiltIn$2('Symbol');
371
- return isCallable$b($Symbol) && isPrototypeOf($Symbol.prototype, $Object$1(it));
372
- };
373
-
374
- var $String$1 = String;
375
-
376
- var tryToString$1 = function (argument) {
377
- try {
378
- return $String$1(argument);
379
- } catch (error) {
380
- return 'Object';
381
- }
382
- };
383
-
384
- var isCallable$a = isCallable$e;
385
- var tryToString = tryToString$1;
386
-
387
- var $TypeError$4 = TypeError;
388
-
389
- // `Assert: IsCallable(argument) is true`
390
- var aCallable$1 = function (argument) {
391
- if (isCallable$a(argument)) return argument;
392
- throw $TypeError$4(tryToString(argument) + ' is not a function');
393
- };
394
-
395
- var aCallable = aCallable$1;
396
- var isNullOrUndefined = isNullOrUndefined$2;
397
-
398
- // `GetMethod` abstract operation
399
- // https://tc39.es/ecma262/#sec-getmethod
400
- var getMethod$1 = function (V, P) {
401
- var func = V[P];
402
- return isNullOrUndefined(func) ? undefined : aCallable(func);
403
- };
404
-
405
- var call$3 = functionCall;
406
- var isCallable$9 = isCallable$e;
407
- var isObject$4 = isObject$7;
408
-
409
- var $TypeError$3 = TypeError;
410
-
411
- // `OrdinaryToPrimitive` abstract operation
412
- // https://tc39.es/ecma262/#sec-ordinarytoprimitive
413
- var ordinaryToPrimitive$1 = function (input, pref) {
414
- var fn, val;
415
- if (pref === 'string' && isCallable$9(fn = input.toString) && !isObject$4(val = call$3(fn, input))) return val;
416
- if (isCallable$9(fn = input.valueOf) && !isObject$4(val = call$3(fn, input))) return val;
417
- if (pref !== 'string' && isCallable$9(fn = input.toString) && !isObject$4(val = call$3(fn, input))) return val;
418
- throw $TypeError$3("Can't convert object to primitive value");
419
- };
420
-
421
- var call$2 = functionCall;
422
- var isObject$3 = isObject$7;
423
- var isSymbol$1 = isSymbol$2;
424
- var getMethod = getMethod$1;
425
- var ordinaryToPrimitive = ordinaryToPrimitive$1;
426
- var wellKnownSymbol$5 = wellKnownSymbol$6;
427
-
428
- var $TypeError$2 = TypeError;
429
- var TO_PRIMITIVE = wellKnownSymbol$5('toPrimitive');
430
-
431
- // `ToPrimitive` abstract operation
432
- // https://tc39.es/ecma262/#sec-toprimitive
433
- var toPrimitive$1 = function (input, pref) {
434
- if (!isObject$3(input) || isSymbol$1(input)) return input;
435
- var exoticToPrim = getMethod(input, TO_PRIMITIVE);
436
- var result;
437
- if (exoticToPrim) {
438
- if (pref === undefined) pref = 'default';
439
- result = call$2(exoticToPrim, input, pref);
440
- if (!isObject$3(result) || isSymbol$1(result)) return result;
441
- throw $TypeError$2("Can't convert object to primitive value");
442
- }
443
- if (pref === undefined) pref = 'number';
444
- return ordinaryToPrimitive(input, pref);
445
- };
446
-
447
- var toPrimitive = toPrimitive$1;
448
- var isSymbol = isSymbol$2;
449
-
450
- // `ToPropertyKey` abstract operation
451
- // https://tc39.es/ecma262/#sec-topropertykey
452
- var toPropertyKey$2 = function (argument) {
453
- var key = toPrimitive(argument, 'string');
454
- return isSymbol(key) ? key : key + '';
455
- };
456
-
457
- var DESCRIPTORS$6 = descriptors;
458
- var IE8_DOM_DEFINE$1 = ie8DomDefine;
459
- var V8_PROTOTYPE_DEFINE_BUG$1 = v8PrototypeDefineBug;
460
- var anObject$4 = anObject$5;
461
- var toPropertyKey$1 = toPropertyKey$2;
462
-
463
- var $TypeError$1 = TypeError;
464
- // eslint-disable-next-line es/no-object-defineproperty -- safe
465
- var $defineProperty = Object.defineProperty;
466
- // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
467
- var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
468
- var ENUMERABLE = 'enumerable';
469
- var CONFIGURABLE$1 = 'configurable';
470
- var WRITABLE = 'writable';
471
-
472
- // `Object.defineProperty` method
473
- // https://tc39.es/ecma262/#sec-object.defineproperty
474
- objectDefineProperty.f = DESCRIPTORS$6 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function defineProperty(O, P, Attributes) {
475
- anObject$4(O);
476
- P = toPropertyKey$1(P);
477
- anObject$4(Attributes);
478
- if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
479
- var current = $getOwnPropertyDescriptor$1(O, P);
480
- if (current && current[WRITABLE]) {
481
- O[P] = Attributes.value;
482
- Attributes = {
483
- configurable: CONFIGURABLE$1 in Attributes ? Attributes[CONFIGURABLE$1] : current[CONFIGURABLE$1],
484
- enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE],
485
- writable: false
486
- };
487
- }
488
- } return $defineProperty(O, P, Attributes);
489
- } : $defineProperty : function defineProperty(O, P, Attributes) {
490
- anObject$4(O);
491
- P = toPropertyKey$1(P);
492
- anObject$4(Attributes);
493
- if (IE8_DOM_DEFINE$1) try {
494
- return $defineProperty(O, P, Attributes);
495
- } catch (error) { /* empty */ }
496
- if ('get' in Attributes || 'set' in Attributes) throw $TypeError$1('Accessors not supported');
497
- if ('value' in Attributes) O[P] = Attributes.value;
498
- return O;
499
- };
500
-
501
- var ceil = Math.ceil;
502
- var floor = Math.floor;
503
-
504
- // `Math.trunc` method
505
- // https://tc39.es/ecma262/#sec-math.trunc
506
- // eslint-disable-next-line es/no-math-trunc -- safe
507
- var mathTrunc = Math.trunc || function trunc(x) {
508
- var n = +x;
509
- return (n > 0 ? floor : ceil)(n);
510
- };
511
-
512
- var trunc = mathTrunc;
513
-
514
- // `ToIntegerOrInfinity` abstract operation
515
- // https://tc39.es/ecma262/#sec-tointegerorinfinity
516
- var toIntegerOrInfinity$2 = function (argument) {
517
- var number = +argument;
518
- // eslint-disable-next-line no-self-compare -- NaN check
519
- return number !== number || number === 0 ? 0 : trunc(number);
520
- };
521
-
522
- var toIntegerOrInfinity$1 = toIntegerOrInfinity$2;
523
-
524
- var max = Math.max;
525
- var min$1 = Math.min;
526
-
527
- // Helper for a popular repeating case of the spec:
528
- // Let integer be ? ToInteger(index).
529
- // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
530
- var toAbsoluteIndex$1 = function (index, length) {
531
- var integer = toIntegerOrInfinity$1(index);
532
- return integer < 0 ? max(integer + length, 0) : min$1(integer, length);
533
- };
534
-
535
- var toIntegerOrInfinity = toIntegerOrInfinity$2;
536
-
537
- var min = Math.min;
538
-
539
- // `ToLength` abstract operation
540
- // https://tc39.es/ecma262/#sec-tolength
541
- var toLength$1 = function (argument) {
542
- return argument > 0 ? min(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
543
- };
544
-
545
- var toLength = toLength$1;
546
-
547
- // `LengthOfArrayLike` abstract operation
548
- // https://tc39.es/ecma262/#sec-lengthofarraylike
549
- var lengthOfArrayLike$1 = function (obj) {
550
- return toLength(obj.length);
551
- };
552
-
553
- var toIndexedObject$4 = toIndexedObject$5;
554
- var toAbsoluteIndex = toAbsoluteIndex$1;
555
- var lengthOfArrayLike = lengthOfArrayLike$1;
556
-
557
- // `Array.prototype.{ indexOf, includes }` methods implementation
558
- var createMethod = function (IS_INCLUDES) {
559
- return function ($this, el, fromIndex) {
560
- var O = toIndexedObject$4($this);
561
- var length = lengthOfArrayLike(O);
562
- var index = toAbsoluteIndex(fromIndex, length);
563
- var value;
564
- // Array#includes uses SameValueZero equality algorithm
565
- // eslint-disable-next-line no-self-compare -- NaN check
566
- if (IS_INCLUDES && el != el) while (length > index) {
567
- value = O[index++];
568
- // eslint-disable-next-line no-self-compare -- NaN check
569
- if (value != value) return true;
570
- // Array#indexOf ignores holes, Array#includes - not
571
- } else for (;length > index; index++) {
572
- if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
573
- } return !IS_INCLUDES && -1;
574
- };
575
- };
576
-
577
- var arrayIncludes = {
578
- // `Array.prototype.includes` method
579
- // https://tc39.es/ecma262/#sec-array.prototype.includes
580
- includes: createMethod(true),
581
- // `Array.prototype.indexOf` method
582
- // https://tc39.es/ecma262/#sec-array.prototype.indexof
583
- indexOf: createMethod(false)
584
- };
585
-
586
- var hiddenKeys$4 = {};
587
-
588
- var uncurryThis$3 = functionUncurryThis;
589
- var hasOwn$7 = hasOwnProperty_1;
590
- var toIndexedObject$3 = toIndexedObject$5;
591
- var indexOf = arrayIncludes.indexOf;
592
- var hiddenKeys$3 = hiddenKeys$4;
593
-
594
- var push = uncurryThis$3([].push);
595
-
596
- var objectKeysInternal = function (object, names) {
597
- var O = toIndexedObject$3(object);
598
- var i = 0;
599
- var result = [];
600
- var key;
601
- for (key in O) !hasOwn$7(hiddenKeys$3, key) && hasOwn$7(O, key) && push(result, key);
602
- // Don't enum bug & hidden keys
603
- while (names.length > i) if (hasOwn$7(O, key = names[i++])) {
604
- ~indexOf(result, key) || push(result, key);
605
- }
606
- return result;
607
- };
608
-
609
- // IE8- don't enum bug keys
610
- var enumBugKeys$3 = [
611
- 'constructor',
612
- 'hasOwnProperty',
613
- 'isPrototypeOf',
614
- 'propertyIsEnumerable',
615
- 'toLocaleString',
616
- 'toString',
617
- 'valueOf'
618
- ];
619
-
620
- var internalObjectKeys$1 = objectKeysInternal;
621
- var enumBugKeys$2 = enumBugKeys$3;
622
-
623
- // `Object.keys` method
624
- // https://tc39.es/ecma262/#sec-object.keys
625
- // eslint-disable-next-line es/no-object-keys -- safe
626
- var objectKeys$1 = Object.keys || function keys(O) {
627
- return internalObjectKeys$1(O, enumBugKeys$2);
628
- };
629
-
630
- var DESCRIPTORS$5 = descriptors;
631
- var V8_PROTOTYPE_DEFINE_BUG = v8PrototypeDefineBug;
632
- var definePropertyModule$3 = objectDefineProperty;
633
- var anObject$3 = anObject$5;
634
- var toIndexedObject$2 = toIndexedObject$5;
635
- var objectKeys = objectKeys$1;
636
-
637
- // `Object.defineProperties` method
638
- // https://tc39.es/ecma262/#sec-object.defineproperties
639
- // eslint-disable-next-line es/no-object-defineproperties -- safe
640
- objectDefineProperties.f = DESCRIPTORS$5 && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) {
641
- anObject$3(O);
642
- var props = toIndexedObject$2(Properties);
643
- var keys = objectKeys(Properties);
644
- var length = keys.length;
645
- var index = 0;
646
- var key;
647
- while (length > index) definePropertyModule$3.f(O, key = keys[index++], props[key]);
648
- return O;
649
- };
650
-
651
- var getBuiltIn$1 = getBuiltIn$4;
652
-
653
- var html$2 = getBuiltIn$1('document', 'documentElement');
654
-
655
- var shared$1 = shared$3.exports;
656
- var uid = uid$2;
657
-
658
- var keys = shared$1('keys');
659
-
660
- var sharedKey$3 = function (key) {
661
- return keys[key] || (keys[key] = uid(key));
662
- };
663
-
664
- /* global ActiveXObject -- old IE, WSH */
665
-
666
- var anObject$2 = anObject$5;
667
- var definePropertiesModule = objectDefineProperties;
668
- var enumBugKeys$1 = enumBugKeys$3;
669
- var hiddenKeys$2 = hiddenKeys$4;
670
- var html$1 = html$2;
671
- var documentCreateElement$1 = documentCreateElement$2;
672
- var sharedKey$2 = sharedKey$3;
673
-
674
- var GT = '>';
675
- var LT = '<';
676
- var PROTOTYPE = 'prototype';
677
- var SCRIPT = 'script';
678
- var IE_PROTO$1 = sharedKey$2('IE_PROTO');
679
-
680
- var EmptyConstructor = function () { /* empty */ };
681
-
682
- var scriptTag = function (content) {
683
- return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;
684
- };
685
-
686
- // Create object with fake `null` prototype: use ActiveX Object with cleared prototype
687
- var NullProtoObjectViaActiveX = function (activeXDocument) {
688
- activeXDocument.write(scriptTag(''));
689
- activeXDocument.close();
690
- var temp = activeXDocument.parentWindow.Object;
691
- activeXDocument = null; // avoid memory leak
692
- return temp;
693
- };
694
-
695
- // Create object with fake `null` prototype: use iframe Object with cleared prototype
696
- var NullProtoObjectViaIFrame = function () {
697
- // Thrash, waste and sodomy: IE GC bug
698
- var iframe = documentCreateElement$1('iframe');
699
- var JS = 'java' + SCRIPT + ':';
700
- var iframeDocument;
701
- iframe.style.display = 'none';
702
- html$1.appendChild(iframe);
703
- // https://github.com/zloirock/core-js/issues/475
704
- iframe.src = String(JS);
705
- iframeDocument = iframe.contentWindow.document;
706
- iframeDocument.open();
707
- iframeDocument.write(scriptTag('document.F=Object'));
708
- iframeDocument.close();
709
- return iframeDocument.F;
710
- };
711
-
712
- // Check for document.domain and active x support
713
- // No need to use active x approach when document.domain is not set
714
- // see https://github.com/es-shims/es5-shim/issues/150
715
- // variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346
716
- // avoid IE GC bug
717
- var activeXDocument;
718
- var NullProtoObject = function () {
719
- try {
720
- activeXDocument = new ActiveXObject('htmlfile');
721
- } catch (error) { /* ignore */ }
722
- NullProtoObject = typeof document != 'undefined'
723
- ? document.domain && activeXDocument
724
- ? NullProtoObjectViaActiveX(activeXDocument) // old IE
725
- : NullProtoObjectViaIFrame()
726
- : NullProtoObjectViaActiveX(activeXDocument); // WSH
727
- var length = enumBugKeys$1.length;
728
- while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys$1[length]];
729
- return NullProtoObject();
730
- };
731
-
732
- hiddenKeys$2[IE_PROTO$1] = true;
733
-
734
- // `Object.create` method
735
- // https://tc39.es/ecma262/#sec-object.create
736
- // eslint-disable-next-line es/no-object-create -- safe
737
- var objectCreate = Object.create || function create(O, Properties) {
738
- var result;
739
- if (O !== null) {
740
- EmptyConstructor[PROTOTYPE] = anObject$2(O);
741
- result = new EmptyConstructor();
742
- EmptyConstructor[PROTOTYPE] = null;
743
- // add "__proto__" for Object.getPrototypeOf polyfill
744
- result[IE_PROTO$1] = O;
745
- } else result = NullProtoObject();
746
- return Properties === undefined ? result : definePropertiesModule.f(result, Properties);
747
- };
748
-
749
- var wellKnownSymbol$4 = wellKnownSymbol$6;
750
- var create$2 = objectCreate;
751
- var defineProperty$3 = objectDefineProperty.f;
752
-
753
- var UNSCOPABLES = wellKnownSymbol$4('unscopables');
754
- var ArrayPrototype = Array.prototype;
755
-
756
- // Array.prototype[@@unscopables]
757
- // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
758
- if (ArrayPrototype[UNSCOPABLES] == undefined) {
759
- defineProperty$3(ArrayPrototype, UNSCOPABLES, {
760
- configurable: true,
761
- value: create$2(null)
762
- });
763
- }
764
-
765
- // add a key to Array.prototype[@@unscopables]
766
- var addToUnscopables$1 = function (key) {
767
- ArrayPrototype[UNSCOPABLES][key] = true;
768
- };
769
-
770
- var iterators = {};
771
-
772
- var global$4 = global$b;
773
- var isCallable$8 = isCallable$e;
774
-
775
- var WeakMap$2 = global$4.WeakMap;
776
-
777
- var weakMapBasicDetection = isCallable$8(WeakMap$2) && /native code/.test(String(WeakMap$2));
778
-
779
- var createPropertyDescriptor$3 = function (bitmap, value) {
780
- return {
781
- enumerable: !(bitmap & 1),
782
- configurable: !(bitmap & 2),
783
- writable: !(bitmap & 4),
784
- value: value
785
- };
786
- };
787
-
788
- var DESCRIPTORS$4 = descriptors;
789
- var definePropertyModule$2 = objectDefineProperty;
790
- var createPropertyDescriptor$2 = createPropertyDescriptor$3;
791
-
792
- var createNonEnumerableProperty$4 = DESCRIPTORS$4 ? function (object, key, value) {
793
- return definePropertyModule$2.f(object, key, createPropertyDescriptor$2(1, value));
794
- } : function (object, key, value) {
795
- object[key] = value;
796
- return object;
797
- };
798
-
799
- var NATIVE_WEAK_MAP = weakMapBasicDetection;
800
- var global$3 = global$b;
801
- var isObject$2 = isObject$7;
802
- var createNonEnumerableProperty$3 = createNonEnumerableProperty$4;
803
- var hasOwn$6 = hasOwnProperty_1;
804
- var shared = sharedStore;
805
- var sharedKey$1 = sharedKey$3;
806
- var hiddenKeys$1 = hiddenKeys$4;
807
-
808
- var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
809
- var TypeError$1 = global$3.TypeError;
810
- var WeakMap$1 = global$3.WeakMap;
811
- var set, get, has;
812
-
813
- var enforce = function (it) {
814
- return has(it) ? get(it) : set(it, {});
815
- };
816
-
817
- var getterFor = function (TYPE) {
818
- return function (it) {
819
- var state;
820
- if (!isObject$2(it) || (state = get(it)).type !== TYPE) {
821
- throw TypeError$1('Incompatible receiver, ' + TYPE + ' required');
822
- } return state;
823
- };
824
- };
825
-
826
- if (NATIVE_WEAK_MAP || shared.state) {
827
- var store$1 = shared.state || (shared.state = new WeakMap$1());
828
- /* eslint-disable no-self-assign -- prototype methods protection */
829
- store$1.get = store$1.get;
830
- store$1.has = store$1.has;
831
- store$1.set = store$1.set;
832
- /* eslint-enable no-self-assign -- prototype methods protection */
833
- set = function (it, metadata) {
834
- if (store$1.has(it)) throw TypeError$1(OBJECT_ALREADY_INITIALIZED);
835
- metadata.facade = it;
836
- store$1.set(it, metadata);
837
- return metadata;
838
- };
839
- get = function (it) {
840
- return store$1.get(it) || {};
841
- };
842
- has = function (it) {
843
- return store$1.has(it);
844
- };
845
- } else {
846
- var STATE = sharedKey$1('state');
847
- hiddenKeys$1[STATE] = true;
848
- set = function (it, metadata) {
849
- if (hasOwn$6(it, STATE)) throw TypeError$1(OBJECT_ALREADY_INITIALIZED);
850
- metadata.facade = it;
851
- createNonEnumerableProperty$3(it, STATE, metadata);
852
- return metadata;
853
- };
854
- get = function (it) {
855
- return hasOwn$6(it, STATE) ? it[STATE] : {};
856
- };
857
- has = function (it) {
858
- return hasOwn$6(it, STATE);
859
- };
860
- }
861
-
862
- var internalState = {
863
- set: set,
864
- get: get,
865
- has: has,
866
- enforce: enforce,
867
- getterFor: getterFor
868
- };
869
-
870
- var objectGetOwnPropertyDescriptor = {};
871
-
872
- var objectPropertyIsEnumerable = {};
873
-
874
- var $propertyIsEnumerable = {}.propertyIsEnumerable;
875
- // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
876
- var getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
877
-
878
- // Nashorn ~ JDK8 bug
879
- var NASHORN_BUG = getOwnPropertyDescriptor$1 && !$propertyIsEnumerable.call({ 1: 2 }, 1);
880
-
881
- // `Object.prototype.propertyIsEnumerable` method implementation
882
- // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
883
- objectPropertyIsEnumerable.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
884
- var descriptor = getOwnPropertyDescriptor$1(this, V);
885
- return !!descriptor && descriptor.enumerable;
886
- } : $propertyIsEnumerable;
887
-
888
- var DESCRIPTORS$3 = descriptors;
889
- var call$1 = functionCall;
890
- var propertyIsEnumerableModule = objectPropertyIsEnumerable;
891
- var createPropertyDescriptor$1 = createPropertyDescriptor$3;
892
- var toIndexedObject$1 = toIndexedObject$5;
893
- var toPropertyKey = toPropertyKey$2;
894
- var hasOwn$5 = hasOwnProperty_1;
895
- var IE8_DOM_DEFINE = ie8DomDefine;
896
-
897
- // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
898
- var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
899
-
900
- // `Object.getOwnPropertyDescriptor` method
901
- // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
902
- objectGetOwnPropertyDescriptor.f = DESCRIPTORS$3 ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
903
- O = toIndexedObject$1(O);
904
- P = toPropertyKey(P);
905
- if (IE8_DOM_DEFINE) try {
906
- return $getOwnPropertyDescriptor(O, P);
907
- } catch (error) { /* empty */ }
908
- if (hasOwn$5(O, P)) return createPropertyDescriptor$1(!call$1(propertyIsEnumerableModule.f, O, P), O[P]);
909
- };
910
-
911
- var makeBuiltIn$2 = {exports: {}};
912
-
913
- var DESCRIPTORS$2 = descriptors;
914
- var hasOwn$4 = hasOwnProperty_1;
915
-
916
- var FunctionPrototype = Function.prototype;
917
- // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
918
- var getDescriptor = DESCRIPTORS$2 && Object.getOwnPropertyDescriptor;
919
-
920
- var EXISTS = hasOwn$4(FunctionPrototype, 'name');
921
- // additional protection from minified / mangled / dropped function names
922
- var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';
923
- var CONFIGURABLE = EXISTS && (!DESCRIPTORS$2 || (DESCRIPTORS$2 && getDescriptor(FunctionPrototype, 'name').configurable));
924
-
925
- var functionName = {
926
- EXISTS: EXISTS,
927
- PROPER: PROPER,
928
- CONFIGURABLE: CONFIGURABLE
929
- };
930
-
931
- var uncurryThis$2 = functionUncurryThis;
932
- var isCallable$7 = isCallable$e;
933
- var store = sharedStore;
934
-
935
- var functionToString = uncurryThis$2(Function.toString);
936
-
937
- // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
938
- if (!isCallable$7(store.inspectSource)) {
939
- store.inspectSource = function (it) {
940
- return functionToString(it);
941
- };
942
- }
943
-
944
- var inspectSource$1 = store.inspectSource;
945
-
946
- var fails$3 = fails$a;
947
- var isCallable$6 = isCallable$e;
948
- var hasOwn$3 = hasOwnProperty_1;
949
- var DESCRIPTORS$1 = descriptors;
950
- var CONFIGURABLE_FUNCTION_NAME$1 = functionName.CONFIGURABLE;
951
- var inspectSource = inspectSource$1;
952
- var InternalStateModule$1 = internalState;
953
-
954
- var enforceInternalState = InternalStateModule$1.enforce;
955
- var getInternalState$1 = InternalStateModule$1.get;
956
- // eslint-disable-next-line es/no-object-defineproperty -- safe
957
- var defineProperty$2 = Object.defineProperty;
958
-
959
- var CONFIGURABLE_LENGTH = DESCRIPTORS$1 && !fails$3(function () {
960
- return defineProperty$2(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
961
- });
962
-
963
- var TEMPLATE = String(String).split('String');
964
-
965
- var makeBuiltIn$1 = makeBuiltIn$2.exports = function (value, name, options) {
966
- if (String(name).slice(0, 7) === 'Symbol(') {
967
- name = '[' + String(name).replace(/^Symbol\(([^)]*)\)/, '$1') + ']';
968
- }
969
- if (options && options.getter) name = 'get ' + name;
970
- if (options && options.setter) name = 'set ' + name;
971
- if (!hasOwn$3(value, 'name') || (CONFIGURABLE_FUNCTION_NAME$1 && value.name !== name)) {
972
- if (DESCRIPTORS$1) defineProperty$2(value, 'name', { value: name, configurable: true });
973
- else value.name = name;
974
- }
975
- if (CONFIGURABLE_LENGTH && options && hasOwn$3(options, 'arity') && value.length !== options.arity) {
976
- defineProperty$2(value, 'length', { value: options.arity });
977
- }
978
- try {
979
- if (options && hasOwn$3(options, 'constructor') && options.constructor) {
980
- if (DESCRIPTORS$1) defineProperty$2(value, 'prototype', { writable: false });
981
- // in V8 ~ Chrome 53, prototypes of some methods, like `Array.prototype.values`, are non-writable
982
- } else if (value.prototype) value.prototype = undefined;
983
- } catch (error) { /* empty */ }
984
- var state = enforceInternalState(value);
985
- if (!hasOwn$3(state, 'source')) {
986
- state.source = TEMPLATE.join(typeof name == 'string' ? name : '');
987
- } return value;
988
- };
989
-
990
- // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
991
- // eslint-disable-next-line no-extend-native -- required
992
- Function.prototype.toString = makeBuiltIn$1(function toString() {
993
- return isCallable$6(this) && getInternalState$1(this).source || inspectSource(this);
994
- }, 'toString');
995
-
996
- var isCallable$5 = isCallable$e;
997
- var definePropertyModule$1 = objectDefineProperty;
998
- var makeBuiltIn = makeBuiltIn$2.exports;
999
- var defineGlobalProperty$1 = defineGlobalProperty$3;
1000
-
1001
- var defineBuiltIn$3 = function (O, key, value, options) {
1002
- if (!options) options = {};
1003
- var simple = options.enumerable;
1004
- var name = options.name !== undefined ? options.name : key;
1005
- if (isCallable$5(value)) makeBuiltIn(value, name, options);
1006
- if (options.global) {
1007
- if (simple) O[key] = value;
1008
- else defineGlobalProperty$1(key, value);
1009
- } else {
1010
- try {
1011
- if (!options.unsafe) delete O[key];
1012
- else if (O[key]) simple = true;
1013
- } catch (error) { /* empty */ }
1014
- if (simple) O[key] = value;
1015
- else definePropertyModule$1.f(O, key, {
1016
- value: value,
1017
- enumerable: false,
1018
- configurable: !options.nonConfigurable,
1019
- writable: !options.nonWritable
1020
- });
1021
- } return O;
1022
- };
1023
-
1024
- var objectGetOwnPropertyNames = {};
1025
-
1026
- var internalObjectKeys = objectKeysInternal;
1027
- var enumBugKeys = enumBugKeys$3;
1028
-
1029
- var hiddenKeys = enumBugKeys.concat('length', 'prototype');
1030
-
1031
- // `Object.getOwnPropertyNames` method
1032
- // https://tc39.es/ecma262/#sec-object.getownpropertynames
1033
- // eslint-disable-next-line es/no-object-getownpropertynames -- safe
1034
- objectGetOwnPropertyNames.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
1035
- return internalObjectKeys(O, hiddenKeys);
1036
- };
1037
-
1038
- var objectGetOwnPropertySymbols = {};
1039
-
1040
- // eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
1041
- objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols;
1042
-
1043
- var getBuiltIn = getBuiltIn$4;
1044
- var uncurryThis$1 = functionUncurryThis;
1045
- var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
1046
- var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols;
1047
- var anObject$1 = anObject$5;
1048
-
1049
- var concat = uncurryThis$1([].concat);
1050
-
1051
- // all object keys, includes non-enumerable and symbols
1052
- var ownKeys$1 = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
1053
- var keys = getOwnPropertyNamesModule.f(anObject$1(it));
1054
- var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
1055
- return getOwnPropertySymbols ? concat(keys, getOwnPropertySymbols(it)) : keys;
1056
- };
1057
-
1058
- var hasOwn$2 = hasOwnProperty_1;
1059
- var ownKeys = ownKeys$1;
1060
- var getOwnPropertyDescriptorModule = objectGetOwnPropertyDescriptor;
1061
- var definePropertyModule = objectDefineProperty;
1062
-
1063
- var copyConstructorProperties$1 = function (target, source, exceptions) {
1064
- var keys = ownKeys(source);
1065
- var defineProperty = definePropertyModule.f;
1066
- var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
1067
- for (var i = 0; i < keys.length; i++) {
1068
- var key = keys[i];
1069
- if (!hasOwn$2(target, key) && !(exceptions && hasOwn$2(exceptions, key))) {
1070
- defineProperty(target, key, getOwnPropertyDescriptor(source, key));
1071
- }
1072
- }
1073
- };
1074
-
1075
- var fails$2 = fails$a;
1076
- var isCallable$4 = isCallable$e;
1077
-
1078
- var replacement = /#|\.prototype\./;
1079
-
1080
- var isForced$1 = function (feature, detection) {
1081
- var value = data[normalize(feature)];
1082
- return value == POLYFILL ? true
1083
- : value == NATIVE ? false
1084
- : isCallable$4(detection) ? fails$2(detection)
1085
- : !!detection;
1086
- };
1087
-
1088
- var normalize = isForced$1.normalize = function (string) {
1089
- return String(string).replace(replacement, '.').toLowerCase();
1090
- };
1091
-
1092
- var data = isForced$1.data = {};
1093
- var NATIVE = isForced$1.NATIVE = 'N';
1094
- var POLYFILL = isForced$1.POLYFILL = 'P';
1095
-
1096
- var isForced_1 = isForced$1;
1097
-
1098
- var global$2 = global$b;
1099
- var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
1100
- var createNonEnumerableProperty$2 = createNonEnumerableProperty$4;
1101
- var defineBuiltIn$2 = defineBuiltIn$3;
1102
- var defineGlobalProperty = defineGlobalProperty$3;
1103
- var copyConstructorProperties = copyConstructorProperties$1;
1104
- var isForced = isForced_1;
1105
-
1106
- /*
1107
- options.target - name of the target object
1108
- options.global - target is the global object
1109
- options.stat - export as static methods of target
1110
- options.proto - export as prototype methods of target
1111
- options.real - real prototype method for the `pure` version
1112
- options.forced - export even if the native feature is available
1113
- options.bind - bind methods to the target, required for the `pure` version
1114
- options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
1115
- options.unsafe - use the simple assignment of property instead of delete + defineProperty
1116
- options.sham - add a flag to not completely full polyfills
1117
- options.enumerable - export as enumerable property
1118
- options.dontCallGetSet - prevent calling a getter on target
1119
- options.name - the .name of the function if it does not match the key
1120
- */
1121
- var _export = function (options, source) {
1122
- var TARGET = options.target;
1123
- var GLOBAL = options.global;
1124
- var STATIC = options.stat;
1125
- var FORCED, target, key, targetProperty, sourceProperty, descriptor;
1126
- if (GLOBAL) {
1127
- target = global$2;
1128
- } else if (STATIC) {
1129
- target = global$2[TARGET] || defineGlobalProperty(TARGET, {});
1130
- } else {
1131
- target = (global$2[TARGET] || {}).prototype;
1132
- }
1133
- if (target) for (key in source) {
1134
- sourceProperty = source[key];
1135
- if (options.dontCallGetSet) {
1136
- descriptor = getOwnPropertyDescriptor(target, key);
1137
- targetProperty = descriptor && descriptor.value;
1138
- } else targetProperty = target[key];
1139
- FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
1140
- // contained in target
1141
- if (!FORCED && targetProperty !== undefined) {
1142
- if (typeof sourceProperty == typeof targetProperty) continue;
1143
- copyConstructorProperties(sourceProperty, targetProperty);
1144
- }
1145
- // add a flag to not completely full polyfills
1146
- if (options.sham || (targetProperty && targetProperty.sham)) {
1147
- createNonEnumerableProperty$2(sourceProperty, 'sham', true);
1148
- }
1149
- defineBuiltIn$2(target, key, sourceProperty, options);
1150
- }
1151
- };
1152
-
1153
- var fails$1 = fails$a;
1154
-
1155
- var correctPrototypeGetter = !fails$1(function () {
1156
- function F() { /* empty */ }
1157
- F.prototype.constructor = null;
1158
- // eslint-disable-next-line es/no-object-getprototypeof -- required for testing
1159
- return Object.getPrototypeOf(new F()) !== F.prototype;
1160
- });
1161
-
1162
- var hasOwn$1 = hasOwnProperty_1;
1163
- var isCallable$3 = isCallable$e;
1164
- var toObject = toObject$2;
1165
- var sharedKey = sharedKey$3;
1166
- var CORRECT_PROTOTYPE_GETTER = correctPrototypeGetter;
1167
-
1168
- var IE_PROTO = sharedKey('IE_PROTO');
1169
- var $Object = Object;
1170
- var ObjectPrototype = $Object.prototype;
1171
-
1172
- // `Object.getPrototypeOf` method
1173
- // https://tc39.es/ecma262/#sec-object.getprototypeof
1174
- // eslint-disable-next-line es/no-object-getprototypeof -- safe
1175
- var objectGetPrototypeOf = CORRECT_PROTOTYPE_GETTER ? $Object.getPrototypeOf : function (O) {
1176
- var object = toObject(O);
1177
- if (hasOwn$1(object, IE_PROTO)) return object[IE_PROTO];
1178
- var constructor = object.constructor;
1179
- if (isCallable$3(constructor) && object instanceof constructor) {
1180
- return constructor.prototype;
1181
- } return object instanceof $Object ? ObjectPrototype : null;
1182
- };
1183
-
1184
- var fails = fails$a;
1185
- var isCallable$2 = isCallable$e;
1186
- var isObject$1 = isObject$7;
1187
- var getPrototypeOf$1 = objectGetPrototypeOf;
1188
- var defineBuiltIn$1 = defineBuiltIn$3;
1189
- var wellKnownSymbol$3 = wellKnownSymbol$6;
1190
-
1191
- var ITERATOR$2 = wellKnownSymbol$3('iterator');
1192
- var BUGGY_SAFARI_ITERATORS$1 = false;
1193
-
1194
- // `%IteratorPrototype%` object
1195
- // https://tc39.es/ecma262/#sec-%iteratorprototype%-object
1196
- var IteratorPrototype$2, PrototypeOfArrayIteratorPrototype, arrayIterator;
1197
-
1198
- /* eslint-disable es/no-array-prototype-keys -- safe */
1199
- if ([].keys) {
1200
- arrayIterator = [].keys();
1201
- // Safari 8 has buggy iterators w/o `next`
1202
- if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS$1 = true;
1203
- else {
1204
- PrototypeOfArrayIteratorPrototype = getPrototypeOf$1(getPrototypeOf$1(arrayIterator));
1205
- if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype$2 = PrototypeOfArrayIteratorPrototype;
1206
- }
1207
- }
1208
-
1209
- var NEW_ITERATOR_PROTOTYPE = !isObject$1(IteratorPrototype$2) || fails(function () {
1210
- var test = {};
1211
- // FF44- legacy iterators case
1212
- return IteratorPrototype$2[ITERATOR$2].call(test) !== test;
1213
- });
1214
-
1215
- if (NEW_ITERATOR_PROTOTYPE) IteratorPrototype$2 = {};
1216
-
1217
- // `%IteratorPrototype%[@@iterator]()` method
1218
- // https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator
1219
- if (!isCallable$2(IteratorPrototype$2[ITERATOR$2])) {
1220
- defineBuiltIn$1(IteratorPrototype$2, ITERATOR$2, function () {
1221
- return this;
1222
- });
1223
- }
1224
-
1225
- var iteratorsCore = {
1226
- IteratorPrototype: IteratorPrototype$2,
1227
- BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS$1
1228
- };
1229
-
1230
- var defineProperty$1 = objectDefineProperty.f;
1231
- var hasOwn = hasOwnProperty_1;
1232
- var wellKnownSymbol$2 = wellKnownSymbol$6;
1233
-
1234
- var TO_STRING_TAG$1 = wellKnownSymbol$2('toStringTag');
1235
-
1236
- var setToStringTag$2 = function (target, TAG, STATIC) {
1237
- if (target && !STATIC) target = target.prototype;
1238
- if (target && !hasOwn(target, TO_STRING_TAG$1)) {
1239
- defineProperty$1(target, TO_STRING_TAG$1, { configurable: true, value: TAG });
1240
- }
1241
- };
1242
-
1243
- var IteratorPrototype$1 = iteratorsCore.IteratorPrototype;
1244
- var create$1 = objectCreate;
1245
- var createPropertyDescriptor = createPropertyDescriptor$3;
1246
- var setToStringTag$1 = setToStringTag$2;
1247
- var Iterators$2 = iterators;
1248
-
1249
- var returnThis$1 = function () { return this; };
1250
-
1251
- var iteratorCreateConstructor = function (IteratorConstructor, NAME, next, ENUMERABLE_NEXT) {
1252
- var TO_STRING_TAG = NAME + ' Iterator';
1253
- IteratorConstructor.prototype = create$1(IteratorPrototype$1, { next: createPropertyDescriptor(+!ENUMERABLE_NEXT, next) });
1254
- setToStringTag$1(IteratorConstructor, TO_STRING_TAG, false);
1255
- Iterators$2[TO_STRING_TAG] = returnThis$1;
1256
- return IteratorConstructor;
1257
- };
1258
-
1259
- var isCallable$1 = isCallable$e;
1260
-
1261
- var $String = String;
1262
- var $TypeError = TypeError;
1263
-
1264
- var aPossiblePrototype$1 = function (argument) {
1265
- if (typeof argument == 'object' || isCallable$1(argument)) return argument;
1266
- throw $TypeError("Can't set " + $String(argument) + ' as a prototype');
1267
- };
1268
-
1269
- /* eslint-disable no-proto -- safe */
1270
-
1271
- var uncurryThis = functionUncurryThis;
1272
- var anObject = anObject$5;
1273
- var aPossiblePrototype = aPossiblePrototype$1;
1274
-
1275
- // `Object.setPrototypeOf` method
1276
- // https://tc39.es/ecma262/#sec-object.setprototypeof
1277
- // Works with __proto__ only. Old v8 can't work with null proto objects.
1278
- // eslint-disable-next-line es/no-object-setprototypeof -- safe
1279
- var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? function () {
1280
- var CORRECT_SETTER = false;
1281
- var test = {};
1282
- var setter;
1283
- try {
1284
- // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
1285
- setter = uncurryThis(Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set);
1286
- setter(test, []);
1287
- CORRECT_SETTER = test instanceof Array;
1288
- } catch (error) { /* empty */ }
1289
- return function setPrototypeOf(O, proto) {
1290
- anObject(O);
1291
- aPossiblePrototype(proto);
1292
- if (CORRECT_SETTER) setter(O, proto);
1293
- else O.__proto__ = proto;
1294
- return O;
1295
- };
1296
- }() : undefined);
1297
-
1298
- var $ = _export;
1299
- var call = functionCall;
1300
- var FunctionName = functionName;
1301
- var isCallable = isCallable$e;
1302
- var createIteratorConstructor = iteratorCreateConstructor;
1303
- var getPrototypeOf = objectGetPrototypeOf;
1304
- var setPrototypeOf = objectSetPrototypeOf;
1305
- var setToStringTag = setToStringTag$2;
1306
- var createNonEnumerableProperty$1 = createNonEnumerableProperty$4;
1307
- var defineBuiltIn = defineBuiltIn$3;
1308
- var wellKnownSymbol$1 = wellKnownSymbol$6;
1309
- var Iterators$1 = iterators;
1310
- var IteratorsCore = iteratorsCore;
1311
-
1312
- var PROPER_FUNCTION_NAME = FunctionName.PROPER;
1313
- var CONFIGURABLE_FUNCTION_NAME = FunctionName.CONFIGURABLE;
1314
- var IteratorPrototype = IteratorsCore.IteratorPrototype;
1315
- var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;
1316
- var ITERATOR$1 = wellKnownSymbol$1('iterator');
1317
- var KEYS = 'keys';
1318
- var VALUES = 'values';
1319
- var ENTRIES = 'entries';
1320
-
1321
- var returnThis = function () { return this; };
1322
-
1323
- var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {
1324
- createIteratorConstructor(IteratorConstructor, NAME, next);
1325
-
1326
- var getIterationMethod = function (KIND) {
1327
- if (KIND === DEFAULT && defaultIterator) return defaultIterator;
1328
- if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];
1329
- switch (KIND) {
1330
- case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };
1331
- case VALUES: return function values() { return new IteratorConstructor(this, KIND); };
1332
- case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };
1333
- } return function () { return new IteratorConstructor(this); };
1334
- };
1335
-
1336
- var TO_STRING_TAG = NAME + ' Iterator';
1337
- var INCORRECT_VALUES_NAME = false;
1338
- var IterablePrototype = Iterable.prototype;
1339
- var nativeIterator = IterablePrototype[ITERATOR$1]
1340
- || IterablePrototype['@@iterator']
1341
- || DEFAULT && IterablePrototype[DEFAULT];
1342
- var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);
1343
- var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;
1344
- var CurrentIteratorPrototype, methods, KEY;
1345
-
1346
- // fix native
1347
- if (anyNativeIterator) {
1348
- CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));
1349
- if (CurrentIteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {
1350
- if (getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {
1351
- if (setPrototypeOf) {
1352
- setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);
1353
- } else if (!isCallable(CurrentIteratorPrototype[ITERATOR$1])) {
1354
- defineBuiltIn(CurrentIteratorPrototype, ITERATOR$1, returnThis);
1355
- }
1356
- }
1357
- // Set @@toStringTag to native iterators
1358
- setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true);
1359
- }
1360
- }
1361
-
1362
- // fix Array.prototype.{ values, @@iterator }.name in V8 / FF
1363
- if (PROPER_FUNCTION_NAME && DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {
1364
- if (CONFIGURABLE_FUNCTION_NAME) {
1365
- createNonEnumerableProperty$1(IterablePrototype, 'name', VALUES);
1366
- } else {
1367
- INCORRECT_VALUES_NAME = true;
1368
- defaultIterator = function values() { return call(nativeIterator, this); };
1369
- }
1370
- }
1371
-
1372
- // export additional methods
1373
- if (DEFAULT) {
1374
- methods = {
1375
- values: getIterationMethod(VALUES),
1376
- keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),
1377
- entries: getIterationMethod(ENTRIES)
1378
- };
1379
- if (FORCED) for (KEY in methods) {
1380
- if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
1381
- defineBuiltIn(IterablePrototype, KEY, methods[KEY]);
1382
- }
1383
- } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
1384
- }
1385
-
1386
- // define iterator
1387
- if (IterablePrototype[ITERATOR$1] !== defaultIterator) {
1388
- defineBuiltIn(IterablePrototype, ITERATOR$1, defaultIterator, { name: DEFAULT });
1389
- }
1390
- Iterators$1[NAME] = defaultIterator;
1391
-
1392
- return methods;
1393
- };
1394
-
1395
- // `CreateIterResultObject` abstract operation
1396
- // https://tc39.es/ecma262/#sec-createiterresultobject
1397
- var createIterResultObject$1 = function (value, done) {
1398
- return { value: value, done: done };
1399
- };
1400
-
1401
- var toIndexedObject = toIndexedObject$5;
1402
- var addToUnscopables = addToUnscopables$1;
1403
- var Iterators = iterators;
1404
- var InternalStateModule = internalState;
1405
- var defineProperty = objectDefineProperty.f;
1406
- var defineIterator = iteratorDefine;
1407
- var createIterResultObject = createIterResultObject$1;
1408
- var DESCRIPTORS = descriptors;
1409
-
1410
- var ARRAY_ITERATOR = 'Array Iterator';
1411
- var setInternalState = InternalStateModule.set;
1412
- var getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);
1413
-
1414
- // `Array.prototype.entries` method
1415
- // https://tc39.es/ecma262/#sec-array.prototype.entries
1416
- // `Array.prototype.keys` method
1417
- // https://tc39.es/ecma262/#sec-array.prototype.keys
1418
- // `Array.prototype.values` method
1419
- // https://tc39.es/ecma262/#sec-array.prototype.values
1420
- // `Array.prototype[@@iterator]` method
1421
- // https://tc39.es/ecma262/#sec-array.prototype-@@iterator
1422
- // `CreateArrayIterator` internal method
1423
- // https://tc39.es/ecma262/#sec-createarrayiterator
1424
- var es_array_iterator = defineIterator(Array, 'Array', function (iterated, kind) {
1425
- setInternalState(this, {
1426
- type: ARRAY_ITERATOR,
1427
- target: toIndexedObject(iterated), // target
1428
- index: 0, // next index
1429
- kind: kind // kind
1430
- });
1431
- // `%ArrayIteratorPrototype%.next` method
1432
- // https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next
1433
- }, function () {
1434
- var state = getInternalState(this);
1435
- var target = state.target;
1436
- var kind = state.kind;
1437
- var index = state.index++;
1438
- if (!target || index >= target.length) {
1439
- state.target = undefined;
1440
- return createIterResultObject(undefined, true);
1441
- }
1442
- if (kind == 'keys') return createIterResultObject(index, false);
1443
- if (kind == 'values') return createIterResultObject(target[index], false);
1444
- return createIterResultObject([index, target[index]], false);
1445
- }, 'values');
1446
-
1447
- // argumentsList[@@iterator] is %ArrayProto_values%
1448
- // https://tc39.es/ecma262/#sec-createunmappedargumentsobject
1449
- // https://tc39.es/ecma262/#sec-createmappedargumentsobject
1450
- var values = Iterators.Arguments = Iterators.Array;
1451
-
1452
- // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
1453
- addToUnscopables('keys');
1454
- addToUnscopables('values');
1455
- addToUnscopables('entries');
1456
-
1457
- // V8 ~ Chrome 45- bug
1458
- if (DESCRIPTORS && values.name !== 'values') try {
1459
- defineProperty(values, 'name', { value: 'values' });
1460
- } catch (error) { /* empty */ }
1461
-
1462
- // iterable DOM collections
1463
- // flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods
1464
- var domIterables = {
1465
- CSSRuleList: 0,
1466
- CSSStyleDeclaration: 0,
1467
- CSSValueList: 0,
1468
- ClientRectList: 0,
1469
- DOMRectList: 0,
1470
- DOMStringList: 0,
1471
- DOMTokenList: 1,
1472
- DataTransferItemList: 0,
1473
- FileList: 0,
1474
- HTMLAllCollection: 0,
1475
- HTMLCollection: 0,
1476
- HTMLFormElement: 0,
1477
- HTMLSelectElement: 0,
1478
- MediaList: 0,
1479
- MimeTypeArray: 0,
1480
- NamedNodeMap: 0,
1481
- NodeList: 1,
1482
- PaintRequestList: 0,
1483
- Plugin: 0,
1484
- PluginArray: 0,
1485
- SVGLengthList: 0,
1486
- SVGNumberList: 0,
1487
- SVGPathSegList: 0,
1488
- SVGPointList: 0,
1489
- SVGStringList: 0,
1490
- SVGTransformList: 0,
1491
- SourceBufferList: 0,
1492
- StyleSheetList: 0,
1493
- TextTrackCueList: 0,
1494
- TextTrackList: 0,
1495
- TouchList: 0
1496
- };
1497
-
1498
- // in old WebKit versions, `element.classList` is not an instance of global `DOMTokenList`
1499
- var documentCreateElement = documentCreateElement$2;
1500
-
1501
- var classList = documentCreateElement('span').classList;
1502
- var DOMTokenListPrototype$1 = classList && classList.constructor && classList.constructor.prototype;
1503
-
1504
- var domTokenListPrototype = DOMTokenListPrototype$1 === Object.prototype ? undefined : DOMTokenListPrototype$1;
1505
-
1506
- var global$1 = global$b;
1507
- var DOMIterables = domIterables;
1508
- var DOMTokenListPrototype = domTokenListPrototype;
1509
- var ArrayIteratorMethods = es_array_iterator;
1510
- var createNonEnumerableProperty = createNonEnumerableProperty$4;
1511
- var wellKnownSymbol = wellKnownSymbol$6;
1512
-
1513
- var ITERATOR = wellKnownSymbol('iterator');
1514
- var TO_STRING_TAG = wellKnownSymbol('toStringTag');
1515
- var ArrayValues = ArrayIteratorMethods.values;
1516
-
1517
- var handlePrototype = function (CollectionPrototype, COLLECTION_NAME) {
1518
- if (CollectionPrototype) {
1519
- // some Chrome versions have non-configurable methods on DOMTokenList
1520
- if (CollectionPrototype[ITERATOR] !== ArrayValues) try {
1521
- createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);
1522
- } catch (error) {
1523
- CollectionPrototype[ITERATOR] = ArrayValues;
1524
- }
1525
- if (!CollectionPrototype[TO_STRING_TAG]) {
1526
- createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);
1527
- }
1528
- if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {
1529
- // some Chrome versions have non-configurable methods on DOMTokenList
1530
- if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {
1531
- createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);
1532
- } catch (error) {
1533
- CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];
1534
- }
1535
- }
1536
- }
1537
- };
1538
-
1539
- for (var COLLECTION_NAME in DOMIterables) {
1540
- handlePrototype(global$1[COLLECTION_NAME] && global$1[COLLECTION_NAME].prototype, COLLECTION_NAME);
1541
- }
1542
-
1543
- handlePrototype(DOMTokenListPrototype, 'DOMTokenList');
1544
-
1545
1
  /**
1546
2
  * A reference to globalThis, with support
1547
3
  * for browsers that don't yet support the spec.
@@ -3227,6 +1683,38 @@ function reduceBehaviors(styles) {
3227
1683
  return prev.concat(curr);
3228
1684
  }, null);
3229
1685
  }
1686
+ let addAdoptedStyleSheets = (target, sheets) => {
1687
+ target.adoptedStyleSheets = [...target.adoptedStyleSheets, ...sheets];
1688
+ };
1689
+ let removeAdoptedStyleSheets = (target, sheets) => {
1690
+ target.adoptedStyleSheets = target.adoptedStyleSheets.filter((x) => sheets.indexOf(x) === -1);
1691
+ };
1692
+ if (DOM.supportsAdoptedStyleSheets) {
1693
+ try {
1694
+ // Test if browser implementation uses FrozenArray.
1695
+ // If not, use push / splice to alter the stylesheets
1696
+ // in place. This circumvents a bug in Safari 16.4 where
1697
+ // periodically, assigning the array would previously
1698
+ // cause sheets to be removed.
1699
+ document.adoptedStyleSheets.push();
1700
+ document.adoptedStyleSheets.splice();
1701
+ addAdoptedStyleSheets = (target, sheets) => {
1702
+ target.adoptedStyleSheets.push(...sheets);
1703
+ };
1704
+ removeAdoptedStyleSheets = (target, sheets) => {
1705
+ for (const sheet of sheets) {
1706
+ const index = target.adoptedStyleSheets.indexOf(sheet);
1707
+ if (index !== -1) {
1708
+ target.adoptedStyleSheets.splice(index, 1);
1709
+ }
1710
+ }
1711
+ };
1712
+ }
1713
+ catch (e) {
1714
+ // Do nothing if an error is thrown, the default
1715
+ // case handles FrozenArray.
1716
+ }
1717
+ }
3230
1718
  /**
3231
1719
  * https://wicg.github.io/construct-stylesheets/
3232
1720
  * https://developers.google.com/web/updates/2019/02/constructable-stylesheets
@@ -3261,12 +1749,11 @@ class AdoptedStyleSheetsStyles extends ElementStyles {
3261
1749
  return this._styleSheets;
3262
1750
  }
3263
1751
  addStylesTo(target) {
3264
- target.adoptedStyleSheets = [...target.adoptedStyleSheets, ...this.styleSheets];
1752
+ addAdoptedStyleSheets(target, this.styleSheets);
3265
1753
  super.addStylesTo(target);
3266
1754
  }
3267
1755
  removeStylesFrom(target) {
3268
- const sourceSheets = this.styleSheets;
3269
- target.adoptedStyleSheets = target.adoptedStyleSheets.filter((x) => sourceSheets.indexOf(x) === -1);
1756
+ removeAdoptedStyleSheets(target, this.styleSheets);
3270
1757
  super.removeStylesFrom(target);
3271
1758
  }
3272
1759
  }
@@ -4083,7 +2570,12 @@ function __classPrivateFieldSet(receiver, state, value, kind, f) {
4083
2570
  if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
4084
2571
  if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
4085
2572
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
4086
- }
2573
+ }
2574
+
2575
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
2576
+ var e = new Error(message);
2577
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
2578
+ };
4087
2579
 
4088
2580
  /**
4089
2581
  * Big thanks to https://github.com/fkleuver and the https://github.com/aurelia/aurelia project
@@ -6567,4 +5059,4 @@ const defaultPrefix = 'vwc';
6567
5059
  const designSystem = DesignSystem.getOrCreate();
6568
5060
  const registerFactory = registries => (prefix = defaultPrefix) => designSystem.withPrefix(prefix).register(...registries);
6569
5061
 
6570
- export { HTMLDirective as $, AttachedBehaviorHTMLDirective as A, hasOwnProperty_1 as B, objectGetOwnPropertyDescriptor as C, isForced_1 as D, engineV8Version as E, FoundationElement as F, _export as G, defineBuiltIn$3 as H, objectSetPrototypeOf as I, setToStringTag$2 as J, functionCall as K, internalState as L, isObject$7 as M, iterators as N, Observable as O, getMethod$1 as P, lengthOfArrayLike$1 as Q, functionName as R, volatile as S, AttributeConfiguration as T, requireObjectCoercible$2 as U, __classPrivateFieldGet as V, __classPrivateFieldSet as W, booleanConverter as X, DOM as Y, SubscriberSet as Z, __decorate as _, attr as a, HTMLView as a0, objectKeys$1 as a1, toObject$2 as a2, indexedObject as a3, objectGetOwnPropertySymbols as a4, objectPropertyIsEnumerable as a5, copyConstructorProperties$1 as a6, addToUnscopables$1 as a7, arrayIncludes as a8, shared$3 as a9, objectCreate as aa, createNonEnumerableProperty$4 as ab, toIntegerOrInfinity$2 as ac, toLength$1 as ad, designSystem as ae, __metadata as b, classofRaw as c, getBuiltIn$4 as d, emptyArray as e, objectDefineProperty as f, global$b as g, html as h, descriptors as i, objectIsPrototypeOf as j, functionUncurryThis as k, fails$a as l, isCallable$e as m, nullableNumberConverter as n, observable as o, inspectSource$1 as p, anObject$5 as q, registerFactory as r, isNullOrUndefined$2 as s, tryToString$1 as t, functionBindNative as u, aCallable$1 as v, wellKnownSymbol$6 as w, engineUserAgent as x, html$2 as y, documentCreateElement$2 as z };
5062
+ export { AttachedBehaviorHTMLDirective as A, DOM as D, FoundationElement as F, HTMLDirective as H, Observable as O, SubscriberSet as S, __decorate as _, attr as a, __metadata as b, AttributeConfiguration as c, __classPrivateFieldGet as d, emptyArray as e, __classPrivateFieldSet as f, booleanConverter as g, html as h, HTMLView as i, designSystem as j, nullableNumberConverter as n, observable as o, registerFactory as r, volatile as v };