@hortiview/shared-components 2.8.7 → 2.9.0

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 (112) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/{AlertBanner-D-NTP_6i.js → AlertBanner-Dss0v6W0.js} +3 -3
  3. package/dist/{BigLoadingSpinner-CCxsMWnc.js → BigLoadingSpinner-BeHzqdOg.js} +1 -1
  4. package/dist/{GenericCard-DOKyENNm.js → GenericCard-MjxZ1L7r.js} +3 -3
  5. package/dist/ListAreaService-Dx9WBGHB.js +125 -0
  6. package/dist/{OfflineView-DHtzNLwt.js → OfflineView-D168VIXv.js} +3 -3
  7. package/dist/assets/BaseView.css +1 -1
  8. package/dist/assets/BasicHeading.css +1 -1
  9. package/dist/assets/BlockView.css +1 -1
  10. package/dist/assets/ContextMenu.css +1 -1
  11. package/dist/assets/CustomTextField.css +1 -1
  12. package/dist/assets/EmptyView.css +1 -0
  13. package/dist/assets/Filter.css +1 -1
  14. package/dist/assets/FormDatePicker.css +1 -1
  15. package/dist/assets/FormSelect.css +1 -1
  16. package/dist/assets/FormText.css +1 -1
  17. package/dist/assets/HashTabView.css +1 -1
  18. package/dist/assets/InfoGroup.css +1 -1
  19. package/dist/assets/ListAreaService.css +1 -1
  20. package/dist/assets/Modal.css +1 -1
  21. package/dist/assets/OnboardingBanner.css +1 -1
  22. package/dist/assets/Select.css +1 -1
  23. package/dist/components/AlertBanner/AlertBanner.js +4 -4
  24. package/dist/components/AlertBanner/AlertBanner.test.js +1 -1
  25. package/dist/components/AlertBanner/LinkBanner.js +3 -3
  26. package/dist/components/BaseView/BaseView.d.ts +17 -1
  27. package/dist/components/BaseView/BaseView.js +119 -76
  28. package/dist/components/BaseView/BaseView.service.d.ts +7 -0
  29. package/dist/components/BaseView/BaseView.service.js +27 -0
  30. package/dist/components/BaseView/BaseView.test.js +18 -17
  31. package/dist/components/BasicHeading/BasicHeading.d.ts +6 -1
  32. package/dist/components/BasicHeading/BasicHeading.js +57 -53
  33. package/dist/components/BasicHeading/BasicHeading.test.js +24 -24
  34. package/dist/components/BlockView/BlockView.d.ts +15 -3
  35. package/dist/components/BlockView/BlockView.js +69 -58
  36. package/dist/components/ChipCard/ChipCard.js +7 -7
  37. package/dist/components/ContextMenu/ContextMenu.d.ts +2 -0
  38. package/dist/components/ContextMenu/ContextMenu.js +52 -41
  39. package/dist/components/DeleteModal/DeleteModal.js +4 -4
  40. package/dist/components/DetailContentWrapper/DetailContentWrapper.d.ts +18 -3
  41. package/dist/components/DetailContentWrapper/DetailContentWrapper.js +13 -11
  42. package/dist/components/Disclaimer/Disclaimer.js +3 -3
  43. package/dist/components/EmptyView/EmptyView.d.ts +18 -6
  44. package/dist/components/EmptyView/EmptyView.js +37 -309
  45. package/dist/components/EmptyView/EmptyView.test.js +34 -38
  46. package/dist/components/Filter/Filter.d.ts +5 -1
  47. package/dist/components/Filter/Filter.js +113 -98
  48. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.js +1 -1
  49. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +4 -4
  50. package/dist/components/FormComponents/FormNumber/CustomTextField.js +21 -20
  51. package/dist/components/FormComponents/FormRadio/FormRadio.js +1 -1
  52. package/dist/components/FormComponents/FormSelect/FormSelect.js +33 -33
  53. package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +2 -2
  54. package/dist/components/FormComponents/FormSlider/FormSlider.js +3 -3
  55. package/dist/components/FormComponents/FormText/FormText.js +45 -44
  56. package/dist/components/FormComponents/FormToggle/FormToggle.js +3 -3
  57. package/dist/components/GenericTable/GenericTable.js +17 -17
  58. package/dist/components/GenericTable/Mobile/GenericCard.js +4 -4
  59. package/dist/components/GenericTable/Mobile/GenericCard.test.js +1 -1
  60. package/dist/components/GenericTable/Mobile/GenericCardList.js +3 -3
  61. package/dist/components/HashTabView/HashTabView.js +119 -117
  62. package/dist/components/HeaderFilter/HeaderFilter.js +1 -1
  63. package/dist/components/Iconify/Iconify.d.ts +4 -0
  64. package/dist/components/Iconify/Iconify.js +1 -1
  65. package/dist/components/InfoCard/InfoCard.js +3 -3
  66. package/dist/components/InfoGroup/InfoGroup.js +47 -38
  67. package/dist/components/ListArea/ListArea.d.ts +6 -2
  68. package/dist/components/ListArea/ListArea.js +37 -32
  69. package/dist/components/ListArea/ListArea.test.js +2 -2
  70. package/dist/components/ListArea/ListAreaService.js +4 -4
  71. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +2 -2
  72. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +1 -1
  73. package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +4 -4
  74. package/dist/components/Modal/Modal.js +119 -103
  75. package/dist/components/OfflineView/OfflineView.js +4 -4
  76. package/dist/components/OfflineView/OfflineView.test.js +1 -1
  77. package/dist/components/OnboardingBanner/OnboardingBanner.js +35 -33
  78. package/dist/components/OverflowTooltip/OverflowTooltip.js +1 -1
  79. package/dist/components/OverflowTooltip/OverflowTooltip.test.js +1 -1
  80. package/dist/components/SearchBar/SearchBar.js +2 -2
  81. package/dist/components/Select/Select.js +2 -2
  82. package/dist/components/Stepper/Stepper.js +1 -1
  83. package/dist/components/Stepper/components/StepperButton.js +1 -1
  84. package/dist/components/Stepper/components/StepperHeader.js +2 -2
  85. package/dist/components/Stepper/components/StepperIndicator.js +1 -1
  86. package/dist/{find-B-dm7n_F.js → find-Dpy_M6vm.js} +1 -1
  87. package/dist/{index.es-DObVvepK.js → index.es-BLIkMu0q.js} +2 -2
  88. package/dist/{index.es-DENZVv7_.js → index.es-BLolvOHO.js} +5 -5
  89. package/dist/{index.es-BXj90wb_.js → index.es-BjvSa9Z-.js} +2 -2
  90. package/dist/{index.es-Dfju71Pi.js → index.es-Bus5gEri.js} +1 -1
  91. package/dist/{index.es-IXyb5F6n.js → index.es-BzdG6flH.js} +2 -2
  92. package/dist/{index.es-DqSY-ePE.js → index.es-CXq42ihP.js} +9 -9
  93. package/dist/{index.es-45NOgWlB.js → index.es-CijDQQVg.js} +2 -2
  94. package/dist/{index.es-BGordhUK.js → index.es-DCSgIiJH.js} +1 -1
  95. package/dist/{index.es-D1IpdMde.js → index.es-DDRyb2df.js} +2 -2
  96. package/dist/{index.es-DeF-y7fd.js → index.es-DNRm4vOy.js} +1 -1
  97. package/dist/{index.es-0QJC9VS2.js → index.es-DUcI2Zyr.js} +2 -2
  98. package/dist/{index.es-DwzB1d7_.js → index.es-DYs8W4jv.js} +1 -1
  99. package/dist/{index.es-B6ZgiW2s.js → index.es-D_hWWij3.js} +13 -13
  100. package/dist/{index.es-CK4oZMKs.js → index.es-Dq_bXeGZ.js} +13 -13
  101. package/dist/{index.es-t7hFwQSs.js → index.es-Ds9rRj5B.js} +2 -2
  102. package/dist/{index.es-DDYCugj-.js → index.es-DsGuBR0Z.js} +1 -1
  103. package/dist/{index.es-Bg8hxXM8.js → index.es-P5F6NJPB.js} +360 -255
  104. package/dist/{index.es-Cq04gn3U.js → index.es-b2h35xzk.js} +4 -4
  105. package/dist/{index.es-Bgjh6euR.js → index.es-vqlyMiew.js} +1 -1
  106. package/dist/{keyboard-B-WUULl-.js → keyboard-BfmK7HK_.js} +1 -1
  107. package/dist/main.js +2 -2
  108. package/dist/{map-Dbvlv_6y.js → map-LUrszKZW.js} +2 -2
  109. package/dist/{slicedToArray-BWk2gTCn.js → slicedToArray-uk6yv91z.js} +1 -1
  110. package/package.json +1 -1
  111. package/dist/ListAreaService-CI-s1Xx5.js +0 -124
  112. package/dist/includes-Bt-Stz_B.js +0 -110
@@ -4,10 +4,10 @@ import { b as j, c as S } from "./tslib.es6-BDCynO9F.js";
4
4
  import { M as ce, a as de } from "./component-neHBNHRu.js";
5
5
  import { e as $e } from "./component-DsB0poTj.js";
6
6
  import { _ as De, a as te, b as Re, c as ke, d as ue, e as ne, f as xe } from "./defineProperty-CmuOyxyf.js";
7
- import { P as Fe, _ as oe } from "./index.es-t7hFwQSs.js";
8
- import { _ as pe } from "./slicedToArray-BWk2gTCn.js";
9
- import { e as fe, u as He, _ as re, i as Ie, c as Se } from "./index.es-BXj90wb_.js";
10
- import { c as we } from "./index.es-DwzB1d7_.js";
7
+ import { P as Fe, _ as oe } from "./index.es-Ds9rRj5B.js";
8
+ import { _ as pe } from "./slicedToArray-uk6yv91z.js";
9
+ import { e as fe, u as He, _ as re, i as Ie, c as Se } from "./index.es-BjvSa9Z-.js";
10
+ import { c as we } from "./index.es-DYs8W4jv.js";
11
11
  /**
12
12
  * @license
13
13
  * Copyright 2016 Google Inc.
@@ -1,6 +1,6 @@
1
1
  import { _ as M, c as D, a as E, b as x, d as V, P as e } from "./index-Cpb-8cAN.js";
2
2
  import W, { forwardRef as I, useMemo as k, useRef as el, useImperativeHandle as rl, createContext as al, useContext as tl } from "react";
3
- import { d as nl } from "./index.es-BXj90wb_.js";
3
+ import { d as nl } from "./index.es-BjvSa9Z-.js";
4
4
  import { _ as B, a as H, b as F, c as J, d as T, e as S, f as L } from "./defineProperty-CmuOyxyf.js";
5
5
  var Q = /* @__PURE__ */ al({}), il = {
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { g as k } from "./_commonjsHelpers-BkfeUUK-.js";
2
2
  import { f as b, n as F, l as j, o as z, g as Y, p as J, q as Q, s as V, t as X, u as Z, m as ee, h as re } from "./index-Cpb-8cAN.js";
3
- import { i as ae } from "./slicedToArray-BWk2gTCn.js";
3
+ import { i as ae } from "./slicedToArray-uk6yv91z.js";
4
4
  var N = {}, y, C;
5
5
  function te() {
6
6
  if (C) return y;
package/dist/main.js CHANGED
@@ -1,4 +1,4 @@
1
- import { A as e } from "./AlertBanner-D-NTP_6i.js";
1
+ import { A as e } from "./AlertBanner-Dss0v6W0.js";
2
2
  import { LinkBanner as m } from "./components/AlertBanner/LinkBanner.js";
3
3
  import { BaseView as f } from "./components/BaseView/BaseView.js";
4
4
  import { BasicHeading as a } from "./components/BasicHeading/BasicHeading.js";
@@ -21,7 +21,7 @@ import { ListArea as k } from "./components/ListArea/ListArea.js";
21
21
  import { LoadingSpinner as y } from "./components/LoadingSpinner/Default/LoadingSpinner.js";
22
22
  import { Modal as K } from "./components/Modal/Modal.js";
23
23
  import { ModulePadding as W } from "./components/ModulePadding/ModulePadding.js";
24
- import { O as j } from "./OfflineView-DHtzNLwt.js";
24
+ import { O as j } from "./OfflineView-D168VIXv.js";
25
25
  import { OnboardingBanner as J } from "./components/OnboardingBanner/OnboardingBanner.js";
26
26
  import { OverflowTooltip as Z } from "./components/OverflowTooltip/OverflowTooltip.js";
27
27
  import { ScrollbarX as rr, ScrollbarY as or } from "./components/Scrollbar/Scrollbar.js";
@@ -1,8 +1,8 @@
1
1
  import { g as G } from "./_commonjsHelpers-BkfeUUK-.js";
2
- import { k as tt, l as nt, h as Cr } from "./slicedToArray-BWk2gTCn.js";
2
+ import { k as tt, l as nt, h as Cr } from "./slicedToArray-uk6yv91z.js";
3
3
  import { h as at, i as it, c as kr, d as Ar, e as $r } from "./es.string.iterator-DrqCBub-.js";
4
4
  import { z as F, D as Re, E as ut, a1 as Pr, a3 as st, a4 as ot, a5 as ft, Z as vt, v as Gr, l as j, a6 as ct, h as lt, k as dt, a7 as Tr, y as St, K as pt, Q as Hr, a8 as ht, a9 as qt, T as be, aa as It, C as gt, Y as Oe, ab as Lr, ac as mt, e as _t, f as yt, i as Kr, j as Et, q as Rt, G as Wr, A as Nr, ad as bt, x as Ot } from "./index-Cpb-8cAN.js";
5
- import { r as De } from "./find-B-dm7n_F.js";
5
+ import { r as De } from "./find-Dpy_M6vm.js";
6
6
  var H, ze;
7
7
  function Dt() {
8
8
  return ze || (ze = 1, H = /* @__PURE__ */ tt()), H;
@@ -1,5 +1,5 @@
1
1
  import { g as S } from "./_commonjsHelpers-BkfeUUK-.js";
2
- import { q as ue } from "./index.es-BXj90wb_.js";
2
+ import { q as ue } from "./index.es-BjvSa9Z-.js";
3
3
  import { b as Yr, c as se, d as Zr, e as fe, _ as ve } from "./es.string.iterator-DrqCBub-.js";
4
4
  import { C as _, Q as ce, R as re, S as he, T as le, N as ee, z as de, l as ur, o as te, g as sr, s as ye, m as ae, h as ne, n as pe, U as qe, p as Ie, V as oe, D as $e, L as ge, u as ie, j as fr, i as vr, G as Ae, f as me, e as Re, A as Se } from "./index-Cpb-8cAN.js";
5
5
  var E, hr;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hortiview/shared-components",
3
3
  "description": "This is a shared component library. It should used in the HortiView platform and its modules.",
4
- "version": "2.8.7",
4
+ "version": "2.9.0",
5
5
  "type": "module",
6
6
  "repository": "https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared",
7
7
  "author": "Falk Menge <falk.menge.ext@bayer.com>",
@@ -1,124 +0,0 @@
1
- import { jsx as r, jsxs as b } from "react/jsx-runtime";
2
- import { G as E } from "./index.es-DDYCugj-.js";
3
- import { I as O } from "./index.es-DwzB1d7_.js";
4
- import { P as k } from "./index.es-Bo1Rhtyb.js";
5
- import { c as $, d as j, T as H } from "./index.es-BGordhUK.js";
6
- import { c as M } from "./index-Cpb-8cAN.js";
7
- import { Iconify as P } from "./components/Iconify/Iconify.js";
8
- import { AvailableCustomIcons as W } from "./enums/AvailableCustomIcons.js";
9
- import './assets/ListAreaService.css';const L = "_fullWidth_v1ae9_1", w = "_mainElevation_v1ae9_5", A = "_searchbar_v1ae9_11", q = "_roundedBottom_v1ae9_19", z = "_primaryText_v1ae9_24", D = "_list_v1ae9_28", F = "_listItem_v1ae9_56", J = "_noGroupHeaderMargin_v1ae9_76", K = "_indentGroupedElement_v1ae9_80", Q = "_isNotSelected_v1ae9_84", R = "_isSelected_v1ae9_89", U = "_iconColor_v1ae9_94", V = "_overlineTitle_v1ae9_98", X = "_noOverlineTitle_v1ae9_103", Y = "_truncate_v1ae9_107", Z = "_truncateOverlineText_v1ae9_118", t = {
10
- fullWidth: L,
11
- mainElevation: w,
12
- searchbar: A,
13
- roundedBottom: q,
14
- primaryText: z,
15
- list: D,
16
- listItem: F,
17
- noGroupHeaderMargin: J,
18
- indentGroupedElement: K,
19
- isNotSelected: Q,
20
- isSelected: R,
21
- iconColor: U,
22
- overlineTitle: V,
23
- noOverlineTitle: X,
24
- truncate: Y,
25
- truncateOverlineText: Z
26
- }, de = (o, a, l, s) => {
27
- const i = o.reduce((n, c) => {
28
- const { groupName: e, groupComponent: v, ...d } = c;
29
- return !e || typeof e != "string" || (n[e] || (n[e] = {
30
- groupName: v ?? /* @__PURE__ */ r(k, { children: /* @__PURE__ */ r($, { children: e }) }),
31
- id: e,
32
- items: []
33
- }), n[e].items = [
34
- ...n[e].items,
35
- g(d, a, l, s)
36
- ]), n;
37
- }, {});
38
- return Object.values(i);
39
- }, me = (o, a, l, s) => o.map((i) => g(i, a, l, s)), g = (o, a, l, s) => {
40
- const {
41
- id: i,
42
- title: n,
43
- subTitle: c,
44
- route: e,
45
- value: v,
46
- noNavigation: d,
47
- disabled: _,
48
- icon: y,
49
- iconType: u,
50
- trailingIcon: f,
51
- trailingIconType: h,
52
- actionButton: I,
53
- onClick: x,
54
- customTitle: T,
55
- listItemClassName: N,
56
- overlineTitle: p,
57
- "data-testid": C,
58
- indentElement: B
59
- } = o, m = a === e, G = M(
60
- u !== "avatar" && t.listItem,
61
- l,
62
- N,
63
- p ? t.overlineTitle : t.noOverlineTitle,
64
- B && t.indentGroupedElement,
65
- m ? t.isSelected : t.isNotSelected
66
- );
67
- return {
68
- id: i,
69
- key: i,
70
- select: m,
71
- primaryText: i,
72
- secondaryText: /* @__PURE__ */ b(E, { direction: "vertical", gap: "none", children: [
73
- T ?? /* @__PURE__ */ r(
74
- j,
75
- {
76
- "data-testid": "title",
77
- level: 1,
78
- themeColor: m ? "primary" : void 0,
79
- className: `${t.truncate} lmnt-theme-on-surface-active`,
80
- children: n
81
- }
82
- ),
83
- c && !T ? /* @__PURE__ */ r(
84
- H,
85
- {
86
- "data-testid": "subtitle",
87
- level: 2,
88
- themeColor: m ? "primary" : void 0,
89
- className: `${t.truncate} lmnt-theme-on-surface-inactive`,
90
- children: c
91
- }
92
- ) : void 0
93
- ] }),
94
- overlineText: p ? /* @__PURE__ */ r(
95
- "span",
96
- {
97
- "data-testid": "overline-title",
98
- className: `${t.truncate} ${t.truncateOverlineText}`,
99
- children: p
100
- }
101
- ) : void 0,
102
- trailingBlock: I ?? f ?? /* @__PURE__ */ r(O, { icon: "arrow_right", className: t.iconColor }),
103
- leadingBlock: ee(y),
104
- value: v,
105
- componentProps: {
106
- id: i,
107
- "data-testid": `${C ?? n}-list-item`,
108
- key: i,
109
- leadingBlockType: u ?? "icon",
110
- trailingBlockType: h ?? "icon",
111
- className: G,
112
- onClick: (te, S) => x?.(S),
113
- tag: _ || d ? void 0 : s ?? "a",
114
- to: _ || d ? void 0 : e,
115
- disabled: _
116
- }
117
- };
118
- }, ee = (o) => typeof o == "string" && o in W ? /* @__PURE__ */ r(P, { icon: o }) : o;
119
- export {
120
- me as a,
121
- de as g,
122
- g as m,
123
- t as s
124
- };
@@ -1,110 +0,0 @@
1
- import { g as C } from "./_commonjsHelpers-BkfeUUK-.js";
2
- import { B as P, z as T, l as b, m as S, C as w, D as j, E as B, v as M, w as K, x as L, h as F } from "./index-Cpb-8cAN.js";
3
- import { r as N } from "./es.string.iterator-DrqCBub-.js";
4
- var p = {}, q;
5
- function U() {
6
- if (q) return p;
7
- q = 1;
8
- var r = /* @__PURE__ */ b(), i = P().includes, e = /* @__PURE__ */ T(), n = /* @__PURE__ */ N(), u = e(function() {
9
- return !Array(1).includes();
10
- });
11
- return r({ target: "Array", proto: !0, forced: u }, {
12
- includes: function(a) {
13
- return i(this, a, arguments.length > 1 ? arguments[1] : void 0);
14
- }
15
- }), n("includes"), p;
16
- }
17
- var s, y;
18
- function z() {
19
- if (y) return s;
20
- y = 1, U();
21
- var r = /* @__PURE__ */ S();
22
- return s = r("Array", "includes"), s;
23
- }
24
- var h = {}, o, R;
25
- function D() {
26
- if (R) return o;
27
- R = 1;
28
- var r = /* @__PURE__ */ j(), i = /* @__PURE__ */ B(), e = /* @__PURE__ */ w(), n = e("match");
29
- return o = function(u) {
30
- var t;
31
- return r(u) && ((t = u[n]) !== void 0 ? !!t : i(u) === "RegExp");
32
- }, o;
33
- }
34
- var c, I;
35
- function G() {
36
- if (I) return c;
37
- I = 1;
38
- var r = /* @__PURE__ */ D(), i = TypeError;
39
- return c = function(e) {
40
- if (r(e))
41
- throw new i("The method doesn't accept regular expressions");
42
- return e;
43
- }, c;
44
- }
45
- var d, x;
46
- function H() {
47
- if (x) return d;
48
- x = 1;
49
- var r = /* @__PURE__ */ w(), i = r("match");
50
- return d = function(e) {
51
- var n = /./;
52
- try {
53
- "/./"[e](n);
54
- } catch {
55
- try {
56
- return n[i] = !1, "/./"[e](n);
57
- } catch {
58
- }
59
- }
60
- return !1;
61
- }, d;
62
- }
63
- var m;
64
- function W() {
65
- if (m) return h;
66
- m = 1;
67
- var r = /* @__PURE__ */ b(), i = /* @__PURE__ */ M(), e = /* @__PURE__ */ G(), n = /* @__PURE__ */ L(), u = /* @__PURE__ */ K(), t = /* @__PURE__ */ H(), a = i("".indexOf);
68
- return r({ target: "String", proto: !0, forced: !t("includes") }, {
69
- includes: function(O) {
70
- return !!~a(
71
- u(n(this)),
72
- u(e(O)),
73
- arguments.length > 1 ? arguments[1] : void 0
74
- );
75
- }
76
- }), h;
77
- }
78
- var l, _;
79
- function k() {
80
- if (_) return l;
81
- _ = 1, W();
82
- var r = /* @__PURE__ */ S();
83
- return l = r("String", "includes"), l;
84
- }
85
- var v, $;
86
- function J() {
87
- if ($) return v;
88
- $ = 1;
89
- var r = /* @__PURE__ */ F(), i = /* @__PURE__ */ z(), e = /* @__PURE__ */ k(), n = Array.prototype, u = String.prototype;
90
- return v = function(t) {
91
- var a = t.includes;
92
- return t === n || r(n, t) && a === n.includes ? i : typeof t == "string" || t === u || r(u, t) && a === u.includes ? e : a;
93
- }, v;
94
- }
95
- var f, E;
96
- function Q() {
97
- if (E) return f;
98
- E = 1;
99
- var r = /* @__PURE__ */ J();
100
- return f = r, f;
101
- }
102
- var g, A;
103
- function V() {
104
- return A || (A = 1, g = /* @__PURE__ */ Q()), g;
105
- }
106
- var X = V();
107
- const nr = /* @__PURE__ */ C(X);
108
- export {
109
- nr as _
110
- };