overview-components 1.0.66 → 1.0.68

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 (267) hide show
  1. package/dist/_virtual/_commonjsHelpers.js +6 -0
  2. package/dist/_virtual/index.js +4 -0
  3. package/dist/_virtual/react.production.js +4 -0
  4. package/dist/assets/generated/locales/de.js +72 -70
  5. package/dist/assets/generated/locales/en.js +72 -70
  6. package/dist/assets/generated/locales/fr.js +72 -70
  7. package/dist/assets/generated/locales/hr.js +72 -70
  8. package/dist/assets/generated/locales/it.js +72 -70
  9. package/dist/assets/generated/locales/pl.js +72 -70
  10. package/dist/assets/generated/locales/ro.js +72 -70
  11. package/dist/assets/generated/locales/sk.js +72 -70
  12. package/dist/assets/generated/locales/sr.js +72 -70
  13. package/dist/assets/{ilustration/no-content.d.ts → illustration/delete-illustration.d.ts} +2 -2
  14. package/dist/assets/illustration/delete-illustration.d.ts.map +1 -0
  15. package/dist/components/components-settings/attachments-tab-settings.d.ts +39 -0
  16. package/dist/components/components-settings/attachments-tab-settings.d.ts.map +1 -0
  17. package/dist/components/components-settings/section-tab-settings.d.ts +0 -1
  18. package/dist/components/components-settings/section-tab-settings.d.ts.map +1 -1
  19. package/dist/components/components-settings/tabs-overview-settings.d.ts +53 -0
  20. package/dist/components/components-settings/tabs-overview-settings.d.ts.map +1 -0
  21. package/dist/components/lit-attachments-tab.d.ts +13 -15
  22. package/dist/components/lit-attachments-tab.d.ts.map +1 -1
  23. package/dist/components/lit-attachments-tab.js +323 -384
  24. package/dist/components/lit-badge.js +37 -40
  25. package/dist/components/lit-case-variables-tab.js +378 -497
  26. package/dist/components/lit-data-grid-tanstack.js +1145 -1663
  27. package/dist/components/lit-filter-modal.js +194 -230
  28. package/dist/components/lit-section-tab.js +69 -85
  29. package/dist/components/lit-tabs-overview.d.ts +26 -10
  30. package/dist/components/lit-tabs-overview.d.ts.map +1 -1
  31. package/dist/components/modals/lit-confirm-modal.d.ts +25 -0
  32. package/dist/components/modals/lit-confirm-modal.d.ts.map +1 -0
  33. package/dist/components/modals/lit-delete-modal.d.ts +25 -0
  34. package/dist/components/modals/lit-delete-modal.d.ts.map +1 -0
  35. package/dist/components/react-wrappers/attachments-tab.js +13 -8
  36. package/dist/components/react-wrappers/badge.js +13 -8
  37. package/dist/components/react-wrappers/case-variables-tab.js +13 -8
  38. package/dist/components/react-wrappers/data-grid-tanstack.js +13 -8
  39. package/dist/components/react-wrappers/filter-modal.js +13 -8
  40. package/dist/components/react-wrappers/section-tab.js +13 -8
  41. package/dist/index.js +26 -27
  42. package/dist/libs/xlsx.mini.min.js +10 -0
  43. package/dist/node_modules/@lit/reactive-element/css-tag.js +42 -0
  44. package/dist/node_modules/@lit/reactive-element/decorators/base.js +9 -0
  45. package/dist/node_modules/@lit/reactive-element/decorators/custom-element.js +13 -0
  46. package/dist/node_modules/@lit/reactive-element/decorators/property.js +37 -0
  47. package/dist/node_modules/@lit/reactive-element/decorators/query.js +20 -0
  48. package/dist/node_modules/@lit/reactive-element/decorators/state.js +12 -0
  49. package/dist/node_modules/@lit/reactive-element/reactive-element.js +249 -0
  50. package/dist/node_modules/lit-html/async-directive.js +69 -0
  51. package/dist/node_modules/lit-html/directive-helpers.js +45 -0
  52. package/dist/node_modules/lit-html/directive.js +27 -0
  53. package/dist/node_modules/lit-html/directives/ref.js +42 -0
  54. package/dist/node_modules/lit-html/directives/repeat.js +61 -0
  55. package/dist/node_modules/lit-html/directives/style-map.js +36 -0
  56. package/dist/node_modules/lit-html/directives/unsafe-html.js +27 -0
  57. package/dist/node_modules/lit-html/lit-html.js +242 -0
  58. package/dist/node_modules/react/cjs/react.production.js +417 -0
  59. package/dist/node_modules/react/index.js +10 -0
  60. package/dist/schemas/index.d.ts +7 -1
  61. package/dist/schemas/index.d.ts.map +1 -1
  62. package/dist/schemas/lit-attachments-tab-document.schema.d.ts +20 -0
  63. package/dist/schemas/lit-attachments-tab-document.schema.d.ts.map +1 -0
  64. package/dist/schemas/lit-attachments-tab-settings-value.schema.d.ts +15 -0
  65. package/dist/schemas/lit-attachments-tab-settings-value.schema.d.ts.map +1 -0
  66. package/dist/schemas/lit-attachments-tab.schema.d.ts +49 -0
  67. package/dist/schemas/lit-attachments-tab.schema.d.ts.map +1 -0
  68. package/dist/schemas/lit-tabs-overview-tab-array.schema.d.ts +43 -0
  69. package/dist/schemas/lit-tabs-overview-tab-array.schema.d.ts.map +1 -0
  70. package/dist/schemas/lit-tabs-overview-tab.schema.d.ts +40 -0
  71. package/dist/schemas/lit-tabs-overview-tab.schema.d.ts.map +1 -0
  72. package/dist/schemas/lit-tabs-overview.schema.d.ts +66 -0
  73. package/dist/schemas/lit-tabs-overview.schema.d.ts.map +1 -0
  74. package/dist/shared/lit-button.d.ts +1 -1
  75. package/dist/shared/lit-button.d.ts.map +1 -1
  76. package/dist/shared/lit-icon-button.d.ts +2 -2
  77. package/dist/shared/lit-icon-button.d.ts.map +1 -1
  78. package/dist/shared/lit-input.d.ts.map +1 -1
  79. package/dist/shared/lit-label.d.ts.map +1 -1
  80. package/dist/shared/lit-text-field.d.ts +1 -0
  81. package/dist/shared/lit-text-field.d.ts.map +1 -1
  82. package/dist/shared/simple-tooltip.js +122 -198
  83. package/dist/shared/styles/button-shared-styles.d.ts.map +1 -1
  84. package/dist/utils/currency.js +12 -15
  85. package/dist/utils/custom-filters.js +45 -80
  86. package/dist/utils/date.js +13 -21
  87. package/dist/utils/getOperatorByType.js +50 -65
  88. package/dist/utils/localization.js +29 -431
  89. package/dist/vite.svg +1 -0
  90. package/package.json +17 -2
  91. package/dist/assets/generated/locales/de.js.map +0 -1
  92. package/dist/assets/generated/locales/en.js.map +0 -1
  93. package/dist/assets/generated/locales/fr.js.map +0 -1
  94. package/dist/assets/generated/locales/hr.js.map +0 -1
  95. package/dist/assets/generated/locales/it.js.map +0 -1
  96. package/dist/assets/generated/locales/pl.js.map +0 -1
  97. package/dist/assets/generated/locales/ro.js.map +0 -1
  98. package/dist/assets/generated/locales/sk.js.map +0 -1
  99. package/dist/assets/generated/locales/sr.js.map +0 -1
  100. package/dist/assets/icons/iconGlyphs.js +0 -679
  101. package/dist/assets/icons/iconGlyphs.js.map +0 -1
  102. package/dist/assets/illustration/no-content.js +0 -167
  103. package/dist/assets/illustration/no-content.js.map +0 -1
  104. package/dist/assets/illustration/no-preview.js +0 -133
  105. package/dist/assets/illustration/no-preview.js.map +0 -1
  106. package/dist/assets/illustration/not-found.js +0 -106
  107. package/dist/assets/illustration/not-found.js.map +0 -1
  108. package/dist/assets/illustration/settings-illustration.js +0 -176
  109. package/dist/assets/illustration/settings-illustration.js.map +0 -1
  110. package/dist/assets/ilustration/no-content.d.ts.map +0 -1
  111. package/dist/assets/ilustration/no-content.js +0 -167
  112. package/dist/assets/ilustration/no-content.js.map +0 -1
  113. package/dist/assets/ilustration/no-preview.d.ts +0 -6
  114. package/dist/assets/ilustration/no-preview.d.ts.map +0 -1
  115. package/dist/assets/ilustration/no-preview.js +0 -133
  116. package/dist/assets/ilustration/no-preview.js.map +0 -1
  117. package/dist/assets/ilustration/not-found.d.ts +0 -6
  118. package/dist/assets/ilustration/not-found.d.ts.map +0 -1
  119. package/dist/assets/ilustration/not-found.js +0 -106
  120. package/dist/assets/ilustration/not-found.js.map +0 -1
  121. package/dist/components/components-settings/data-grid-settings.js +0 -318
  122. package/dist/components/components-settings/data-grid-settings.js.map +0 -1
  123. package/dist/components/components-settings/section-tab-settings.js +0 -270
  124. package/dist/components/components-settings/section-tab-settings.js.map +0 -1
  125. package/dist/components/lit-attachments-tab.js.map +0 -1
  126. package/dist/components/lit-badge.js.map +0 -1
  127. package/dist/components/lit-case-variables-tab.js.map +0 -1
  128. package/dist/components/lit-chart.js +0 -423
  129. package/dist/components/lit-chart.js.map +0 -1
  130. package/dist/components/lit-data-grid-tanstack.js.map +0 -1
  131. package/dist/components/lit-filter-modal.js.map +0 -1
  132. package/dist/components/lit-multiselect-item.js +0 -706
  133. package/dist/components/lit-multiselect-item.js.map +0 -1
  134. package/dist/components/lit-progress-bar.d.ts +0 -17
  135. package/dist/components/lit-progress-bar.d.ts.map +0 -1
  136. package/dist/components/lit-progress-bar.js +0 -81
  137. package/dist/components/lit-progress-bar.js.map +0 -1
  138. package/dist/components/lit-section-tab.js.map +0 -1
  139. package/dist/components/lit-tabs-overview.js +0 -142
  140. package/dist/components/lit-tabs-overview.js.map +0 -1
  141. package/dist/components/react-wrappers/attachments-tab.js.map +0 -1
  142. package/dist/components/react-wrappers/badge.js.map +0 -1
  143. package/dist/components/react-wrappers/case-variables-tab.js.map +0 -1
  144. package/dist/components/react-wrappers/chart.js +0 -9
  145. package/dist/components/react-wrappers/chart.js.map +0 -1
  146. package/dist/components/react-wrappers/data-grid-tanstack.js.map +0 -1
  147. package/dist/components/react-wrappers/filter-modal.js.map +0 -1
  148. package/dist/components/react-wrappers/progress-bar.js +0 -9
  149. package/dist/components/react-wrappers/progress-bar.js.map +0 -1
  150. package/dist/components/react-wrappers/section-tab.js.map +0 -1
  151. package/dist/components/react-wrappers/tabs-overview.js +0 -9
  152. package/dist/components/react-wrappers/tabs-overview.js.map +0 -1
  153. package/dist/data/translations.js +0 -2763
  154. package/dist/data/translations.js.map +0 -1
  155. package/dist/index.js.map +0 -1
  156. package/dist/schemas/cell-case-variables-tab.schema.d.ts +0 -110
  157. package/dist/schemas/cell-case-variables-tab.schema.d.ts.map +0 -1
  158. package/dist/schemas/cell-case-variables-tab.schema.js +0 -47
  159. package/dist/schemas/cell-case-variables-tab.schema.js.map +0 -1
  160. package/dist/schemas/index.js +0 -11
  161. package/dist/schemas/index.js.map +0 -1
  162. package/dist/schemas/lit-case-variables-tab-cell.schema.js +0 -43
  163. package/dist/schemas/lit-case-variables-tab-cell.schema.js.map +0 -1
  164. package/dist/schemas/lit-case-variables-tab-rows.schema.js +0 -6
  165. package/dist/schemas/lit-case-variables-tab-rows.schema.js.map +0 -1
  166. package/dist/schemas/lit-case-variables-tab.schema.js +0 -24
  167. package/dist/schemas/lit-case-variables-tab.schema.js.map +0 -1
  168. package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js +0 -6
  169. package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js.map +0 -1
  170. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js +0 -6
  171. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js.map +0 -1
  172. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js +0 -11
  173. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js.map +0 -1
  174. package/dist/schemas/lit-data-grid-tanstack-column.schema.js +0 -55
  175. package/dist/schemas/lit-data-grid-tanstack-column.schema.js.map +0 -1
  176. package/dist/schemas/lit-data-grid-tanstack.schema.js +0 -99
  177. package/dist/schemas/lit-data-grid-tanstack.schema.js.map +0 -1
  178. package/dist/schemas/lit-section-tab-schema.js +0 -24
  179. package/dist/schemas/lit-section-tab-schema.js.map +0 -1
  180. package/dist/scripts/translate-locales.js +0 -69
  181. package/dist/scripts/translate-locales.js.map +0 -1
  182. package/dist/shared/filter-inputs.js +0 -427
  183. package/dist/shared/filter-inputs.js.map +0 -1
  184. package/dist/shared/lit-button.js +0 -156
  185. package/dist/shared/lit-button.js.map +0 -1
  186. package/dist/shared/lit-case-variables-tab-cell.js +0 -226
  187. package/dist/shared/lit-case-variables-tab-cell.js.map +0 -1
  188. package/dist/shared/lit-checkbox.js +0 -171
  189. package/dist/shared/lit-checkbox.js.map +0 -1
  190. package/dist/shared/lit-custom-popper.js +0 -117
  191. package/dist/shared/lit-custom-popper.js.map +0 -1
  192. package/dist/shared/lit-data-grid-action-buttons-popover.js +0 -295
  193. package/dist/shared/lit-data-grid-action-buttons-popover.js.map +0 -1
  194. package/dist/shared/lit-data-grid-density-popover.js +0 -84
  195. package/dist/shared/lit-data-grid-density-popover.js.map +0 -1
  196. package/dist/shared/lit-data-grid-export-popover.js +0 -68
  197. package/dist/shared/lit-data-grid-export-popover.js.map +0 -1
  198. package/dist/shared/lit-data-grid-operators-popover.js +0 -114
  199. package/dist/shared/lit-data-grid-operators-popover.js.map +0 -1
  200. package/dist/shared/lit-data-grid-row-actions.js +0 -76
  201. package/dist/shared/lit-data-grid-row-actions.js.map +0 -1
  202. package/dist/shared/lit-date-picker.js +0 -606
  203. package/dist/shared/lit-date-picker.js.map +0 -1
  204. package/dist/shared/lit-icon-button.js +0 -104
  205. package/dist/shared/lit-icon-button.js.map +0 -1
  206. package/dist/shared/lit-icon.js +0 -284
  207. package/dist/shared/lit-icon.js.map +0 -1
  208. package/dist/shared/lit-input.js +0 -238
  209. package/dist/shared/lit-input.js.map +0 -1
  210. package/dist/shared/lit-label.js +0 -100
  211. package/dist/shared/lit-label.js.map +0 -1
  212. package/dist/shared/lit-loader.js +0 -69
  213. package/dist/shared/lit-loader.js.map +0 -1
  214. package/dist/shared/lit-loading-bar.js +0 -127
  215. package/dist/shared/lit-loading-bar.js.map +0 -1
  216. package/dist/shared/lit-menu-item.js +0 -99
  217. package/dist/shared/lit-menu-item.js.map +0 -1
  218. package/dist/shared/lit-menu.js +0 -42
  219. package/dist/shared/lit-menu.js.map +0 -1
  220. package/dist/shared/lit-modal-body.js +0 -22
  221. package/dist/shared/lit-modal-body.js.map +0 -1
  222. package/dist/shared/lit-modal-footer.js +0 -29
  223. package/dist/shared/lit-modal-footer.js.map +0 -1
  224. package/dist/shared/lit-modal-header.js +0 -36
  225. package/dist/shared/lit-modal-header.js.map +0 -1
  226. package/dist/shared/lit-modal.js +0 -169
  227. package/dist/shared/lit-modal.js.map +0 -1
  228. package/dist/shared/lit-overflow-tooltip.js +0 -103
  229. package/dist/shared/lit-overflow-tooltip.js.map +0 -1
  230. package/dist/shared/lit-pill.js +0 -88
  231. package/dist/shared/lit-pill.js.map +0 -1
  232. package/dist/shared/lit-progress-bar.js +0 -81
  233. package/dist/shared/lit-progress-bar.js.map +0 -1
  234. package/dist/shared/lit-responsive-button.js +0 -94
  235. package/dist/shared/lit-responsive-button.js.map +0 -1
  236. package/dist/shared/lit-select-field.js +0 -459
  237. package/dist/shared/lit-select-field.js.map +0 -1
  238. package/dist/shared/lit-select.js +0 -413
  239. package/dist/shared/lit-select.js.map +0 -1
  240. package/dist/shared/lit-settings.js +0 -77
  241. package/dist/shared/lit-settings.js.map +0 -1
  242. package/dist/shared/lit-text-field.js +0 -214
  243. package/dist/shared/lit-text-field.js.map +0 -1
  244. package/dist/shared/lit-toggle.js +0 -222
  245. package/dist/shared/lit-toggle.js.map +0 -1
  246. package/dist/shared/lit-tooltip.js +0 -166
  247. package/dist/shared/lit-tooltip.js.map +0 -1
  248. package/dist/shared/simple-popper.js +0 -266
  249. package/dist/shared/simple-popper.js.map +0 -1
  250. package/dist/shared/simple-tooltip.js.map +0 -1
  251. package/dist/shared/styles/button-shared-styles.js +0 -105
  252. package/dist/shared/styles/button-shared-styles.js.map +0 -1
  253. package/dist/styles.js +0 -169
  254. package/dist/styles.js.map +0 -1
  255. package/dist/utils/currency.js.map +0 -1
  256. package/dist/utils/custom-filters.js.map +0 -1
  257. package/dist/utils/date.js.map +0 -1
  258. package/dist/utils/getOperatorByType.js.map +0 -1
  259. package/dist/utils/getOverviewValue.js +0 -177
  260. package/dist/utils/getOverviewValue.js.map +0 -1
  261. package/dist/utils/localization.js.map +0 -1
  262. package/dist/utils/utils.js +0 -13
  263. package/dist/utils/utils.js.map +0 -1
  264. package/dist/utils/validate-json-schema.js +0 -8
  265. package/dist/utils/validate-json-schema.js.map +0 -1
  266. package/dist/validators/validator.js +0 -7
  267. package/dist/validators/validator.js.map +0 -1
@@ -0,0 +1,27 @@
1
+ import { nothing as s, noChange as r } from "../lit-html.js";
2
+ import { directive as n, Directive as o, PartType as a } from "../directive.js";
3
+ /**
4
+ * @license
5
+ * Copyright 2017 Google LLC
6
+ * SPDX-License-Identifier: BSD-3-Clause
7
+ */
8
+ class i extends o {
9
+ constructor(t) {
10
+ if (super(t), this.it = s, t.type !== a.CHILD) throw Error(this.constructor.directiveName + "() can only be used in child bindings");
11
+ }
12
+ render(t) {
13
+ if (t === s || t == null) return this._t = void 0, this.it = t;
14
+ if (t === r) return t;
15
+ if (typeof t != "string") throw Error(this.constructor.directiveName + "() called with a non-string value");
16
+ if (t === this.it) return this._t;
17
+ this.it = t;
18
+ const e = [t];
19
+ return e.raw = e, this._t = { _$litType$: this.constructor.resultType, strings: e, values: [] };
20
+ }
21
+ }
22
+ i.directiveName = "unsafeHTML", i.resultType = 1;
23
+ const l = n(i);
24
+ export {
25
+ i as UnsafeHTMLDirective,
26
+ l as unsafeHTML
27
+ };
@@ -0,0 +1,242 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2017 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */
6
+ const H = globalThis, M = H.trustedTypes, B = M ? M.createPolicy("lit-html", { createHTML: (h) => h }) : void 0, W = "$lit$", p = `lit$${Math.random().toFixed(9).slice(2)}$`, k = "?" + p, D = `<${k}>`, f = document, x = () => f.createComment(""), N = (h) => h === null || typeof h != "object" && typeof h != "function", E = Array.isArray, z = (h) => E(h) || typeof (h == null ? void 0 : h[Symbol.iterator]) == "function", w = `[
7
+ \f\r]`, y = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, P = /-->/g, U = />/g, u = RegExp(`>|${w}(?:([^\\s"'>=/]+)(${w}*=${w}*(?:[^
8
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), L = /'/g, O = /"/g, V = /^(?:script|style|textarea|title)$/i, T = Symbol.for("lit-noChange"), a = Symbol.for("lit-nothing"), R = /* @__PURE__ */ new WeakMap(), g = f.createTreeWalker(f, 129);
9
+ function j(h, t) {
10
+ if (!E(h) || !h.hasOwnProperty("raw")) throw Error("invalid template strings array");
11
+ return B !== void 0 ? B.createHTML(t) : t;
12
+ }
13
+ const Z = (h, t) => {
14
+ const e = h.length - 1, s = [];
15
+ let i, o = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", n = y;
16
+ for (let A = 0; A < e; A++) {
17
+ const r = h[A];
18
+ let $, _, l = -1, c = 0;
19
+ for (; c < r.length && (n.lastIndex = c, _ = n.exec(r), _ !== null); ) c = n.lastIndex, n === y ? _[1] === "!--" ? n = P : _[1] !== void 0 ? n = U : _[2] !== void 0 ? (V.test(_[2]) && (i = RegExp("</" + _[2], "g")), n = u) : _[3] !== void 0 && (n = u) : n === u ? _[0] === ">" ? (n = i ?? y, l = -1) : _[1] === void 0 ? l = -2 : (l = n.lastIndex - _[2].length, $ = _[1], n = _[3] === void 0 ? u : _[3] === '"' ? O : L) : n === O || n === L ? n = u : n === P || n === U ? n = y : (n = u, i = void 0);
20
+ const d = n === u && h[A + 1].startsWith("/>") ? " " : "";
21
+ o += n === y ? r + D : l >= 0 ? (s.push($), r.slice(0, l) + W + r.slice(l) + p + d) : r + p + (l === -2 ? A : d);
22
+ }
23
+ return [j(h, o + (h[e] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), s];
24
+ };
25
+ class b {
26
+ constructor({ strings: t, _$litType$: e }, s) {
27
+ let i;
28
+ this.parts = [];
29
+ let o = 0, n = 0;
30
+ const A = t.length - 1, r = this.parts, [$, _] = Z(t, e);
31
+ if (this.el = b.createElement($, s), g.currentNode = this.el.content, e === 2 || e === 3) {
32
+ const l = this.el.content.firstChild;
33
+ l.replaceWith(...l.childNodes);
34
+ }
35
+ for (; (i = g.nextNode()) !== null && r.length < A; ) {
36
+ if (i.nodeType === 1) {
37
+ if (i.hasAttributes()) for (const l of i.getAttributeNames()) if (l.endsWith(W)) {
38
+ const c = _[n++], d = i.getAttribute(l).split(p), C = /([.?@])?(.*)/.exec(c);
39
+ r.push({ type: 1, index: o, name: C[2], strings: d, ctor: C[1] === "." ? q : C[1] === "?" ? G : C[1] === "@" ? J : S }), i.removeAttribute(l);
40
+ } else l.startsWith(p) && (r.push({ type: 6, index: o }), i.removeAttribute(l));
41
+ if (V.test(i.tagName)) {
42
+ const l = i.textContent.split(p), c = l.length - 1;
43
+ if (c > 0) {
44
+ i.textContent = M ? M.emptyScript : "";
45
+ for (let d = 0; d < c; d++) i.append(l[d], x()), g.nextNode(), r.push({ type: 2, index: ++o });
46
+ i.append(l[c], x());
47
+ }
48
+ }
49
+ } else if (i.nodeType === 8) if (i.data === k) r.push({ type: 2, index: o });
50
+ else {
51
+ let l = -1;
52
+ for (; (l = i.data.indexOf(p, l + 1)) !== -1; ) r.push({ type: 7, index: o }), l += p.length - 1;
53
+ }
54
+ o++;
55
+ }
56
+ }
57
+ static createElement(t, e) {
58
+ const s = f.createElement("template");
59
+ return s.innerHTML = t, s;
60
+ }
61
+ }
62
+ function v(h, t, e = h, s) {
63
+ var n, A;
64
+ if (t === T) return t;
65
+ let i = s !== void 0 ? (n = e._$Co) == null ? void 0 : n[s] : e._$Cl;
66
+ const o = N(t) ? void 0 : t._$litDirective$;
67
+ return (i == null ? void 0 : i.constructor) !== o && ((A = i == null ? void 0 : i._$AO) == null || A.call(i, !1), o === void 0 ? i = void 0 : (i = new o(h), i._$AT(h, e, s)), s !== void 0 ? (e._$Co ?? (e._$Co = []))[s] = i : e._$Cl = i), i !== void 0 && (t = v(h, i._$AS(h, t.values), i, s)), t;
68
+ }
69
+ class F {
70
+ constructor(t, e) {
71
+ this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
72
+ }
73
+ get parentNode() {
74
+ return this._$AM.parentNode;
75
+ }
76
+ get _$AU() {
77
+ return this._$AM._$AU;
78
+ }
79
+ u(t) {
80
+ const { el: { content: e }, parts: s } = this._$AD, i = ((t == null ? void 0 : t.creationScope) ?? f).importNode(e, !0);
81
+ g.currentNode = i;
82
+ let o = g.nextNode(), n = 0, A = 0, r = s[0];
83
+ for (; r !== void 0; ) {
84
+ if (n === r.index) {
85
+ let $;
86
+ r.type === 2 ? $ = new m(o, o.nextSibling, this, t) : r.type === 1 ? $ = new r.ctor(o, r.name, r.strings, this, t) : r.type === 6 && ($ = new K(o, this, t)), this._$AV.push($), r = s[++A];
87
+ }
88
+ n !== (r == null ? void 0 : r.index) && (o = g.nextNode(), n++);
89
+ }
90
+ return g.currentNode = f, i;
91
+ }
92
+ p(t) {
93
+ let e = 0;
94
+ for (const s of this._$AV) s !== void 0 && (s.strings !== void 0 ? (s._$AI(t, s, e), e += s.strings.length - 2) : s._$AI(t[e])), e++;
95
+ }
96
+ }
97
+ class m {
98
+ get _$AU() {
99
+ var t;
100
+ return ((t = this._$AM) == null ? void 0 : t._$AU) ?? this._$Cv;
101
+ }
102
+ constructor(t, e, s, i) {
103
+ this.type = 2, this._$AH = a, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM = s, this.options = i, this._$Cv = (i == null ? void 0 : i.isConnected) ?? !0;
104
+ }
105
+ get parentNode() {
106
+ let t = this._$AA.parentNode;
107
+ const e = this._$AM;
108
+ return e !== void 0 && (t == null ? void 0 : t.nodeType) === 11 && (t = e.parentNode), t;
109
+ }
110
+ get startNode() {
111
+ return this._$AA;
112
+ }
113
+ get endNode() {
114
+ return this._$AB;
115
+ }
116
+ _$AI(t, e = this) {
117
+ t = v(this, t, e), N(t) ? t === a || t == null || t === "" ? (this._$AH !== a && this._$AR(), this._$AH = a) : t !== this._$AH && t !== T && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : z(t) ? this.k(t) : this._(t);
118
+ }
119
+ O(t) {
120
+ return this._$AA.parentNode.insertBefore(t, this._$AB);
121
+ }
122
+ T(t) {
123
+ this._$AH !== t && (this._$AR(), this._$AH = this.O(t));
124
+ }
125
+ _(t) {
126
+ this._$AH !== a && N(this._$AH) ? this._$AA.nextSibling.data = t : this.T(f.createTextNode(t)), this._$AH = t;
127
+ }
128
+ $(t) {
129
+ var o;
130
+ const { values: e, _$litType$: s } = t, i = typeof s == "number" ? this._$AC(t) : (s.el === void 0 && (s.el = b.createElement(j(s.h, s.h[0]), this.options)), s);
131
+ if (((o = this._$AH) == null ? void 0 : o._$AD) === i) this._$AH.p(e);
132
+ else {
133
+ const n = new F(i, this), A = n.u(this.options);
134
+ n.p(e), this.T(A), this._$AH = n;
135
+ }
136
+ }
137
+ _$AC(t) {
138
+ let e = R.get(t.strings);
139
+ return e === void 0 && R.set(t.strings, e = new b(t)), e;
140
+ }
141
+ k(t) {
142
+ E(this._$AH) || (this._$AH = [], this._$AR());
143
+ const e = this._$AH;
144
+ let s, i = 0;
145
+ for (const o of t) i === e.length ? e.push(s = new m(this.O(x()), this.O(x()), this, this.options)) : s = e[i], s._$AI(o), i++;
146
+ i < e.length && (this._$AR(s && s._$AB.nextSibling, i), e.length = i);
147
+ }
148
+ _$AR(t = this._$AA.nextSibling, e) {
149
+ var s;
150
+ for ((s = this._$AP) == null ? void 0 : s.call(this, !1, !0, e); t && t !== this._$AB; ) {
151
+ const i = t.nextSibling;
152
+ t.remove(), t = i;
153
+ }
154
+ }
155
+ setConnected(t) {
156
+ var e;
157
+ this._$AM === void 0 && (this._$Cv = t, (e = this._$AP) == null || e.call(this, t));
158
+ }
159
+ }
160
+ class S {
161
+ get tagName() {
162
+ return this.element.tagName;
163
+ }
164
+ get _$AU() {
165
+ return this._$AM._$AU;
166
+ }
167
+ constructor(t, e, s, i, o) {
168
+ this.type = 1, this._$AH = a, this._$AN = void 0, this.element = t, this.name = e, this._$AM = i, this.options = o, s.length > 2 || s[0] !== "" || s[1] !== "" ? (this._$AH = Array(s.length - 1).fill(new String()), this.strings = s) : this._$AH = a;
169
+ }
170
+ _$AI(t, e = this, s, i) {
171
+ const o = this.strings;
172
+ let n = !1;
173
+ if (o === void 0) t = v(this, t, e, 0), n = !N(t) || t !== this._$AH && t !== T, n && (this._$AH = t);
174
+ else {
175
+ const A = t;
176
+ let r, $;
177
+ for (t = o[0], r = 0; r < o.length - 1; r++) $ = v(this, A[s + r], e, r), $ === T && ($ = this._$AH[r]), n || (n = !N($) || $ !== this._$AH[r]), $ === a ? t = a : t !== a && (t += ($ ?? "") + o[r + 1]), this._$AH[r] = $;
178
+ }
179
+ n && !i && this.j(t);
180
+ }
181
+ j(t) {
182
+ t === a ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
183
+ }
184
+ }
185
+ class q extends S {
186
+ constructor() {
187
+ super(...arguments), this.type = 3;
188
+ }
189
+ j(t) {
190
+ this.element[this.name] = t === a ? void 0 : t;
191
+ }
192
+ }
193
+ class G extends S {
194
+ constructor() {
195
+ super(...arguments), this.type = 4;
196
+ }
197
+ j(t) {
198
+ this.element.toggleAttribute(this.name, !!t && t !== a);
199
+ }
200
+ }
201
+ class J extends S {
202
+ constructor(t, e, s, i, o) {
203
+ super(t, e, s, i, o), this.type = 5;
204
+ }
205
+ _$AI(t, e = this) {
206
+ if ((t = v(this, t, e, 0) ?? a) === T) return;
207
+ const s = this._$AH, i = t === a && s !== a || t.capture !== s.capture || t.once !== s.once || t.passive !== s.passive, o = t !== a && (s === a || i);
208
+ i && this.element.removeEventListener(this.name, this, s), o && this.element.addEventListener(this.name, this, t), this._$AH = t;
209
+ }
210
+ handleEvent(t) {
211
+ var e;
212
+ typeof this._$AH == "function" ? this._$AH.call(((e = this.options) == null ? void 0 : e.host) ?? this.element, t) : this._$AH.handleEvent(t);
213
+ }
214
+ }
215
+ class K {
216
+ constructor(t, e, s) {
217
+ this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = s;
218
+ }
219
+ get _$AU() {
220
+ return this._$AM._$AU;
221
+ }
222
+ _$AI(t) {
223
+ v(this, t);
224
+ }
225
+ }
226
+ const Q = { I: m }, I = H.litHtmlPolyfillSupport;
227
+ I == null || I(b, m), (H.litHtmlVersions ?? (H.litHtmlVersions = [])).push("3.3.0");
228
+ const X = (h, t, e) => {
229
+ const s = (e == null ? void 0 : e.renderBefore) ?? t;
230
+ let i = s._$litPart$;
231
+ if (i === void 0) {
232
+ const o = (e == null ? void 0 : e.renderBefore) ?? null;
233
+ s._$litPart$ = i = new m(t.insertBefore(x(), o), o, void 0, e ?? {});
234
+ }
235
+ return i._$AI(h), i;
236
+ };
237
+ export {
238
+ Q as _$LH,
239
+ T as noChange,
240
+ a as nothing,
241
+ X as render
242
+ };
@@ -0,0 +1,417 @@
1
+ import { __exports as o } from "../../../_virtual/react.production.js";
2
+ /**
3
+ * @license React
4
+ * react.production.js
5
+ *
6
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
7
+ *
8
+ * This source code is licensed under the MIT license found in the
9
+ * LICENSE file in the root directory of this source tree.
10
+ */
11
+ var y = Symbol.for("react.transitional.element"), N = Symbol.for("react.portal"), M = Symbol.for("react.fragment"), Y = Symbol.for("react.strict_mode"), I = Symbol.for("react.profiler"), L = Symbol.for("react.consumer"), U = Symbol.for("react.context"), k = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"), b = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), d = Symbol.iterator;
12
+ function D(t) {
13
+ return t === null || typeof t != "object" ? null : (t = d && t[d] || t["@@iterator"], typeof t == "function" ? t : null);
14
+ }
15
+ var g = {
16
+ isMounted: function() {
17
+ return !1;
18
+ },
19
+ enqueueForceUpdate: function() {
20
+ },
21
+ enqueueReplaceState: function() {
22
+ },
23
+ enqueueSetState: function() {
24
+ }
25
+ }, O = Object.assign, H = {};
26
+ function l(t, e, n) {
27
+ this.props = t, this.context = e, this.refs = H, this.updater = n || g;
28
+ }
29
+ l.prototype.isReactComponent = {};
30
+ l.prototype.setState = function(t, e) {
31
+ if (typeof t != "object" && typeof t != "function" && t != null)
32
+ throw Error(
33
+ "takes an object of state variables to update or a function which returns an object of state variables."
34
+ );
35
+ this.updater.enqueueSetState(this, t, e, "setState");
36
+ };
37
+ l.prototype.forceUpdate = function(t) {
38
+ this.updater.enqueueForceUpdate(this, t, "forceUpdate");
39
+ };
40
+ function j() {
41
+ }
42
+ j.prototype = l.prototype;
43
+ function v(t, e, n) {
44
+ this.props = t, this.context = e, this.refs = H, this.updater = n || g;
45
+ }
46
+ var R = v.prototype = new j();
47
+ R.constructor = v;
48
+ O(R, l.prototype);
49
+ R.isPureReactComponent = !0;
50
+ var C = Array.isArray, f = { H: null, A: null, T: null, S: null, V: null }, P = Object.prototype.hasOwnProperty;
51
+ function T(t, e, n, r, s, i) {
52
+ return n = i.ref, {
53
+ $$typeof: y,
54
+ type: t,
55
+ key: e,
56
+ ref: n !== void 0 ? n : null,
57
+ props: i
58
+ };
59
+ }
60
+ function q(t, e) {
61
+ return T(
62
+ t.type,
63
+ e,
64
+ void 0,
65
+ void 0,
66
+ void 0,
67
+ t.props
68
+ );
69
+ }
70
+ function m(t) {
71
+ return typeof t == "object" && t !== null && t.$$typeof === y;
72
+ }
73
+ function z(t) {
74
+ var e = { "=": "=0", ":": "=2" };
75
+ return "$" + t.replace(/[=:]/g, function(n) {
76
+ return e[n];
77
+ });
78
+ }
79
+ var w = /\/+/g;
80
+ function E(t, e) {
81
+ return typeof t == "object" && t !== null && t.key != null ? z("" + t.key) : e.toString(36);
82
+ }
83
+ function A() {
84
+ }
85
+ function G(t) {
86
+ switch (t.status) {
87
+ case "fulfilled":
88
+ return t.value;
89
+ case "rejected":
90
+ throw t.reason;
91
+ default:
92
+ switch (typeof t.status == "string" ? t.then(A, A) : (t.status = "pending", t.then(
93
+ function(e) {
94
+ t.status === "pending" && (t.status = "fulfilled", t.value = e);
95
+ },
96
+ function(e) {
97
+ t.status === "pending" && (t.status = "rejected", t.reason = e);
98
+ }
99
+ )), t.status) {
100
+ case "fulfilled":
101
+ return t.value;
102
+ case "rejected":
103
+ throw t.reason;
104
+ }
105
+ }
106
+ throw t;
107
+ }
108
+ function _(t, e, n, r, s) {
109
+ var i = typeof t;
110
+ (i === "undefined" || i === "boolean") && (t = null);
111
+ var u = !1;
112
+ if (t === null) u = !0;
113
+ else
114
+ switch (i) {
115
+ case "bigint":
116
+ case "string":
117
+ case "number":
118
+ u = !0;
119
+ break;
120
+ case "object":
121
+ switch (t.$$typeof) {
122
+ case y:
123
+ case N:
124
+ u = !0;
125
+ break;
126
+ case h:
127
+ return u = t._init, _(
128
+ u(t._payload),
129
+ e,
130
+ n,
131
+ r,
132
+ s
133
+ );
134
+ }
135
+ }
136
+ if (u)
137
+ return s = s(t), u = r === "" ? "." + E(t, 0) : r, C(s) ? (n = "", u != null && (n = u.replace(w, "$&/") + "/"), _(s, e, n, "", function($) {
138
+ return $;
139
+ })) : s != null && (m(s) && (s = q(
140
+ s,
141
+ n + (s.key == null || t && t.key === s.key ? "" : ("" + s.key).replace(
142
+ w,
143
+ "$&/"
144
+ ) + "/") + u
145
+ )), e.push(s)), 1;
146
+ u = 0;
147
+ var p = r === "" ? "." : r + ":";
148
+ if (C(t))
149
+ for (var c = 0; c < t.length; c++)
150
+ r = t[c], i = p + E(r, c), u += _(
151
+ r,
152
+ e,
153
+ n,
154
+ i,
155
+ s
156
+ );
157
+ else if (c = D(t), typeof c == "function")
158
+ for (t = c.call(t), c = 0; !(r = t.next()).done; )
159
+ r = r.value, i = p + E(r, c++), u += _(
160
+ r,
161
+ e,
162
+ n,
163
+ i,
164
+ s
165
+ );
166
+ else if (i === "object") {
167
+ if (typeof t.then == "function")
168
+ return _(
169
+ G(t),
170
+ e,
171
+ n,
172
+ r,
173
+ s
174
+ );
175
+ throw e = String(t), Error(
176
+ "Objects are not valid as a React child (found: " + (e === "[object Object]" ? "object with keys {" + Object.keys(t).join(", ") + "}" : e) + "). If you meant to render a collection of children, use an array instead."
177
+ );
178
+ }
179
+ return u;
180
+ }
181
+ function a(t, e, n) {
182
+ if (t == null) return t;
183
+ var r = [], s = 0;
184
+ return _(t, r, "", "", function(i) {
185
+ return e.call(n, i, s++);
186
+ }), r;
187
+ }
188
+ function K(t) {
189
+ if (t._status === -1) {
190
+ var e = t._result;
191
+ e = e(), e.then(
192
+ function(n) {
193
+ (t._status === 0 || t._status === -1) && (t._status = 1, t._result = n);
194
+ },
195
+ function(n) {
196
+ (t._status === 0 || t._status === -1) && (t._status = 2, t._result = n);
197
+ }
198
+ ), t._status === -1 && (t._status = 0, t._result = e);
199
+ }
200
+ if (t._status === 1) return t._result.default;
201
+ throw t._result;
202
+ }
203
+ var S = typeof reportError == "function" ? reportError : function(t) {
204
+ if (typeof window == "object" && typeof window.ErrorEvent == "function") {
205
+ var e = new window.ErrorEvent("error", {
206
+ bubbles: !0,
207
+ cancelable: !0,
208
+ message: typeof t == "object" && t !== null && typeof t.message == "string" ? String(t.message) : String(t),
209
+ error: t
210
+ });
211
+ if (!window.dispatchEvent(e)) return;
212
+ } else if (typeof process == "object" && typeof process.emit == "function") {
213
+ process.emit("uncaughtException", t);
214
+ return;
215
+ }
216
+ console.error(t);
217
+ };
218
+ function B() {
219
+ }
220
+ o.Children = {
221
+ map: a,
222
+ forEach: function(t, e, n) {
223
+ a(
224
+ t,
225
+ function() {
226
+ e.apply(this, arguments);
227
+ },
228
+ n
229
+ );
230
+ },
231
+ count: function(t) {
232
+ var e = 0;
233
+ return a(t, function() {
234
+ e++;
235
+ }), e;
236
+ },
237
+ toArray: function(t) {
238
+ return a(t, function(e) {
239
+ return e;
240
+ }) || [];
241
+ },
242
+ only: function(t) {
243
+ if (!m(t))
244
+ throw Error(
245
+ "React.Children.only expected to receive a single React element child."
246
+ );
247
+ return t;
248
+ }
249
+ };
250
+ o.Component = l;
251
+ o.Fragment = M;
252
+ o.Profiler = I;
253
+ o.PureComponent = v;
254
+ o.StrictMode = Y;
255
+ o.Suspense = x;
256
+ o.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = f;
257
+ o.__COMPILER_RUNTIME = {
258
+ __proto__: null,
259
+ c: function(t) {
260
+ return f.H.useMemoCache(t);
261
+ }
262
+ };
263
+ o.cache = function(t) {
264
+ return function() {
265
+ return t.apply(null, arguments);
266
+ };
267
+ };
268
+ o.cloneElement = function(t, e, n) {
269
+ if (t == null)
270
+ throw Error(
271
+ "The argument must be a React element, but you passed " + t + "."
272
+ );
273
+ var r = O({}, t.props), s = t.key, i = void 0;
274
+ if (e != null)
275
+ for (u in e.ref !== void 0 && (i = void 0), e.key !== void 0 && (s = "" + e.key), e)
276
+ !P.call(e, u) || u === "key" || u === "__self" || u === "__source" || u === "ref" && e.ref === void 0 || (r[u] = e[u]);
277
+ var u = arguments.length - 2;
278
+ if (u === 1) r.children = n;
279
+ else if (1 < u) {
280
+ for (var p = Array(u), c = 0; c < u; c++)
281
+ p[c] = arguments[c + 2];
282
+ r.children = p;
283
+ }
284
+ return T(t.type, s, void 0, void 0, i, r);
285
+ };
286
+ o.createContext = function(t) {
287
+ return t = {
288
+ $$typeof: U,
289
+ _currentValue: t,
290
+ _currentValue2: t,
291
+ _threadCount: 0,
292
+ Provider: null,
293
+ Consumer: null
294
+ }, t.Provider = t, t.Consumer = {
295
+ $$typeof: L,
296
+ _context: t
297
+ }, t;
298
+ };
299
+ o.createElement = function(t, e, n) {
300
+ var r, s = {}, i = null;
301
+ if (e != null)
302
+ for (r in e.key !== void 0 && (i = "" + e.key), e)
303
+ P.call(e, r) && r !== "key" && r !== "__self" && r !== "__source" && (s[r] = e[r]);
304
+ var u = arguments.length - 2;
305
+ if (u === 1) s.children = n;
306
+ else if (1 < u) {
307
+ for (var p = Array(u), c = 0; c < u; c++)
308
+ p[c] = arguments[c + 2];
309
+ s.children = p;
310
+ }
311
+ if (t && t.defaultProps)
312
+ for (r in u = t.defaultProps, u)
313
+ s[r] === void 0 && (s[r] = u[r]);
314
+ return T(t, i, void 0, void 0, null, s);
315
+ };
316
+ o.createRef = function() {
317
+ return { current: null };
318
+ };
319
+ o.forwardRef = function(t) {
320
+ return { $$typeof: k, render: t };
321
+ };
322
+ o.isValidElement = m;
323
+ o.lazy = function(t) {
324
+ return {
325
+ $$typeof: h,
326
+ _payload: { _status: -1, _result: t },
327
+ _init: K
328
+ };
329
+ };
330
+ o.memo = function(t, e) {
331
+ return {
332
+ $$typeof: b,
333
+ type: t,
334
+ compare: e === void 0 ? null : e
335
+ };
336
+ };
337
+ o.startTransition = function(t) {
338
+ var e = f.T, n = {};
339
+ f.T = n;
340
+ try {
341
+ var r = t(), s = f.S;
342
+ s !== null && s(n, r), typeof r == "object" && r !== null && typeof r.then == "function" && r.then(B, S);
343
+ } catch (i) {
344
+ S(i);
345
+ } finally {
346
+ f.T = e;
347
+ }
348
+ };
349
+ o.unstable_useCacheRefresh = function() {
350
+ return f.H.useCacheRefresh();
351
+ };
352
+ o.use = function(t) {
353
+ return f.H.use(t);
354
+ };
355
+ o.useActionState = function(t, e, n) {
356
+ return f.H.useActionState(t, e, n);
357
+ };
358
+ o.useCallback = function(t, e) {
359
+ return f.H.useCallback(t, e);
360
+ };
361
+ o.useContext = function(t) {
362
+ return f.H.useContext(t);
363
+ };
364
+ o.useDebugValue = function() {
365
+ };
366
+ o.useDeferredValue = function(t, e) {
367
+ return f.H.useDeferredValue(t, e);
368
+ };
369
+ o.useEffect = function(t, e, n) {
370
+ var r = f.H;
371
+ if (typeof n == "function")
372
+ throw Error(
373
+ "useEffect CRUD overload is not enabled in this build of React."
374
+ );
375
+ return r.useEffect(t, e);
376
+ };
377
+ o.useId = function() {
378
+ return f.H.useId();
379
+ };
380
+ o.useImperativeHandle = function(t, e, n) {
381
+ return f.H.useImperativeHandle(t, e, n);
382
+ };
383
+ o.useInsertionEffect = function(t, e) {
384
+ return f.H.useInsertionEffect(t, e);
385
+ };
386
+ o.useLayoutEffect = function(t, e) {
387
+ return f.H.useLayoutEffect(t, e);
388
+ };
389
+ o.useMemo = function(t, e) {
390
+ return f.H.useMemo(t, e);
391
+ };
392
+ o.useOptimistic = function(t, e) {
393
+ return f.H.useOptimistic(t, e);
394
+ };
395
+ o.useReducer = function(t, e, n) {
396
+ return f.H.useReducer(t, e, n);
397
+ };
398
+ o.useRef = function(t) {
399
+ return f.H.useRef(t);
400
+ };
401
+ o.useState = function(t) {
402
+ return f.H.useState(t);
403
+ };
404
+ o.useSyncExternalStore = function(t, e, n) {
405
+ return f.H.useSyncExternalStore(
406
+ t,
407
+ e,
408
+ n
409
+ );
410
+ };
411
+ o.useTransition = function() {
412
+ return f.H.useTransition();
413
+ };
414
+ o.version = "19.1.0";
415
+ export {
416
+ o as default
417
+ };
@@ -0,0 +1,10 @@
1
+ import { getDefaultExportFromCjs as t } from "../../_virtual/_commonjsHelpers.js";
2
+ import { __module as r } from "../../_virtual/index.js";
3
+ import "./cjs/react.production.js";
4
+ import { __exports as o } from "../../_virtual/react.production.js";
5
+ r.exports = o;
6
+ var e = r.exports;
7
+ const c = /* @__PURE__ */ t(e);
8
+ export {
9
+ c as default
10
+ };