@epam/statgpt-ui-components 0.2.0-rc.0 → 0.2.0-rc.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.
- package/components/DownloadFormatMessage/DownloadFormatMessage.d.ts +8 -0
- package/components/RequestLimit/RequestLimit.d.ts +26 -0
- package/components/index.d.ts +3 -0
- package/constants/index.d.ts +1 -0
- package/constants/series-limit.d.ts +1 -0
- package/index.css +1 -1
- package/index.js +1 -1
- package/index.mjs +440 -386
- package/package.json +2 -2
package/index.mjs
CHANGED
|
@@ -1,435 +1,435 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useEffect as
|
|
3
|
-
import
|
|
4
|
-
import { IconX as
|
|
5
|
-
import
|
|
6
|
-
import { CalendarResolution as
|
|
7
|
-
import { useFloating as
|
|
8
|
-
const
|
|
9
|
-
title:
|
|
10
|
-
btnClassNames:
|
|
11
|
-
iconWidth:
|
|
12
|
-
iconHeight:
|
|
13
|
-
onClick:
|
|
14
|
-
}) => /* @__PURE__ */
|
|
1
|
+
import { jsx as t, jsxs as l, Fragment as Y } from "react/jsx-runtime";
|
|
2
|
+
import { useEffect as k, useRef as j, useCallback as C, useState as P, useMemo as z } from "react";
|
|
3
|
+
import h from "classnames";
|
|
4
|
+
import { IconX as X, IconCalendarEvent as Z, IconChevronDown as B } from "@tabler/icons-react";
|
|
5
|
+
import J from "react-flatpickr";
|
|
6
|
+
import { CalendarResolution as S } from "@epam/statgpt-shared-toolkit";
|
|
7
|
+
import { useFloating as I, useRole as K, useDismiss as G, useInteractions as H, FloatingPortal as V, FloatingOverlay as D, FloatingFocusManager as M, autoUpdate as nn, offset as en, flip as rn, shift as cn, useClick as tn } from "@floating-ui/react";
|
|
8
|
+
const q = () => /* @__PURE__ */ t("div", { className: "flex items-center justify-center h-full", children: /* @__PURE__ */ t("div", { className: "loader" }) }), T = ({
|
|
9
|
+
title: n,
|
|
10
|
+
btnClassNames: e,
|
|
11
|
+
iconWidth: c,
|
|
12
|
+
iconHeight: r,
|
|
13
|
+
onClick: o
|
|
14
|
+
}) => /* @__PURE__ */ t(
|
|
15
15
|
"button",
|
|
16
16
|
{
|
|
17
17
|
type: "button",
|
|
18
18
|
"aria-label": "button",
|
|
19
|
-
className:
|
|
20
|
-
title:
|
|
21
|
-
onClick:
|
|
22
|
-
children: /* @__PURE__ */
|
|
19
|
+
className: e,
|
|
20
|
+
title: n,
|
|
21
|
+
onClick: o,
|
|
22
|
+
children: /* @__PURE__ */ t(X, { height: r || 20, width: c || 20 })
|
|
23
23
|
}
|
|
24
24
|
);
|
|
25
|
-
var
|
|
26
|
-
const
|
|
27
|
-
alertDetails:
|
|
28
|
-
successIcon:
|
|
29
|
-
errorIcon:
|
|
30
|
-
onClose:
|
|
31
|
-
closeButtonTitle:
|
|
25
|
+
var E = /* @__PURE__ */ ((n) => (n.ERROR = "error", n.SUCCESS = "success", n.IN_PROGRESS = "in_progress", n))(E || {});
|
|
26
|
+
const bn = ({
|
|
27
|
+
alertDetails: n,
|
|
28
|
+
successIcon: e,
|
|
29
|
+
errorIcon: c,
|
|
30
|
+
onClose: r,
|
|
31
|
+
closeButtonTitle: o
|
|
32
32
|
}) => {
|
|
33
|
-
const
|
|
34
|
-
return
|
|
35
|
-
(
|
|
36
|
-
|
|
33
|
+
const a = () => (n == null ? void 0 : n.type) === E.IN_PROGRESS ? "alert-in-progress" : (n == null ? void 0 : n.type) === E.SUCCESS ? "alert-success" : "alert-error";
|
|
34
|
+
return k(() => {
|
|
35
|
+
(n == null ? void 0 : n.type) !== E.IN_PROGRESS && setTimeout(() => {
|
|
36
|
+
r == null || r();
|
|
37
37
|
}, 5e3);
|
|
38
|
-
}, [
|
|
38
|
+
}, [n == null ? void 0 : n.type, r]), /* @__PURE__ */ t(
|
|
39
39
|
"div",
|
|
40
40
|
{
|
|
41
|
-
className:
|
|
41
|
+
className: h(
|
|
42
42
|
"alert alert-shadow fixed bottom-3 right-3 z-10",
|
|
43
|
-
|
|
43
|
+
a()
|
|
44
44
|
),
|
|
45
|
-
children: /* @__PURE__ */
|
|
46
|
-
/* @__PURE__ */
|
|
47
|
-
/* @__PURE__ */
|
|
48
|
-
/* @__PURE__ */
|
|
49
|
-
(
|
|
45
|
+
children: /* @__PURE__ */ l("div", { className: "alert-content flex items-start", children: [
|
|
46
|
+
/* @__PURE__ */ t("div", { className: "alert-icon", children: (n == null ? void 0 : n.type) === E.IN_PROGRESS ? /* @__PURE__ */ t(q, {}) : (n == null ? void 0 : n.type) === E.SUCCESS ? e : c }),
|
|
47
|
+
/* @__PURE__ */ l("div", { className: "flex flex-col gap-2 max-w-[300px]", children: [
|
|
48
|
+
/* @__PURE__ */ t("h3", { className: "truncate", children: n == null ? void 0 : n.title }),
|
|
49
|
+
(n == null ? void 0 : n.text) && /* @__PURE__ */ t("div", { className: "alert-text truncate", title: n == null ? void 0 : n.text, children: n == null ? void 0 : n.text })
|
|
50
50
|
] }),
|
|
51
|
-
/* @__PURE__ */
|
|
51
|
+
/* @__PURE__ */ t(T, { title: o, onClick: r })
|
|
52
52
|
] })
|
|
53
53
|
}
|
|
54
54
|
);
|
|
55
|
-
},
|
|
56
|
-
buttonClassName:
|
|
57
|
-
isLoading:
|
|
58
|
-
title:
|
|
59
|
-
disabled:
|
|
60
|
-
iconAfter:
|
|
61
|
-
iconBefore:
|
|
62
|
-
onClick:
|
|
63
|
-
isSmallButton:
|
|
55
|
+
}, xn = ({
|
|
56
|
+
buttonClassName: n,
|
|
57
|
+
isLoading: e = !1,
|
|
58
|
+
title: c,
|
|
59
|
+
disabled: r,
|
|
60
|
+
iconAfter: o,
|
|
61
|
+
iconBefore: a,
|
|
62
|
+
onClick: u,
|
|
63
|
+
isSmallButton: d
|
|
64
64
|
}) => {
|
|
65
|
-
const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
65
|
+
const s = h(
|
|
66
|
+
d ? "font-semibold" : "",
|
|
67
|
+
o ? "mr-2" : "",
|
|
68
|
+
a ? "ml-2" : ""
|
|
69
69
|
);
|
|
70
|
-
return /* @__PURE__ */
|
|
70
|
+
return /* @__PURE__ */ l(
|
|
71
71
|
"button",
|
|
72
72
|
{
|
|
73
73
|
type: "button",
|
|
74
|
-
className:
|
|
74
|
+
className: h(
|
|
75
75
|
"base-button",
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
n,
|
|
77
|
+
d ? "small-button" : ""
|
|
78
78
|
),
|
|
79
|
-
disabled:
|
|
79
|
+
disabled: r || e,
|
|
80
80
|
"aria-label": "button",
|
|
81
|
-
onClick: (
|
|
82
|
-
title:
|
|
81
|
+
onClick: (m) => u == null ? void 0 : u(m),
|
|
82
|
+
title: c,
|
|
83
83
|
children: [
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
84
|
+
a,
|
|
85
|
+
e && /* @__PURE__ */ t(q, {}),
|
|
86
|
+
c ? d ? /* @__PURE__ */ t("h4", { className: s, children: c }) : /* @__PURE__ */ t("h3", { className: s, children: c }) : null,
|
|
87
|
+
o
|
|
88
88
|
]
|
|
89
89
|
}
|
|
90
90
|
);
|
|
91
|
-
},
|
|
92
|
-
label:
|
|
93
|
-
onChange:
|
|
94
|
-
value:
|
|
95
|
-
options:
|
|
96
|
-
calendarResolution:
|
|
97
|
-
id:
|
|
98
|
-
icon:
|
|
91
|
+
}, Nn = ({
|
|
92
|
+
label: n,
|
|
93
|
+
onChange: e,
|
|
94
|
+
value: c,
|
|
95
|
+
options: r,
|
|
96
|
+
calendarResolution: o = S.DAY,
|
|
97
|
+
id: a,
|
|
98
|
+
icon: u
|
|
99
99
|
}) => {
|
|
100
100
|
var N;
|
|
101
|
-
const
|
|
102
|
-
|
|
101
|
+
const d = j(null);
|
|
102
|
+
k(() => {
|
|
103
103
|
var w;
|
|
104
|
-
const
|
|
105
|
-
|
|
106
|
-
}, [
|
|
107
|
-
const
|
|
108
|
-
...
|
|
109
|
-
defaultDate:
|
|
110
|
-
},
|
|
111
|
-
const
|
|
112
|
-
y.calendarContainer && y.calendarContainer.classList.add(
|
|
113
|
-
},
|
|
114
|
-
if (
|
|
115
|
-
const
|
|
104
|
+
const b = d == null ? void 0 : d.current;
|
|
105
|
+
b && ((w = b.querySelector("input")) == null || w.setAttribute("aria-label", n));
|
|
106
|
+
}, [n]);
|
|
107
|
+
const s = {
|
|
108
|
+
...r,
|
|
109
|
+
defaultDate: o === S.MONTH ? new Date(c.getFullYear(), c.getMonth()) : c
|
|
110
|
+
}, m = (b, w, y) => {
|
|
111
|
+
const x = `calendar__${o === S.MONTH ? "month" : "day"}`;
|
|
112
|
+
y.calendarContainer && y.calendarContainer.classList.add(x);
|
|
113
|
+
}, i = (b, w, y) => {
|
|
114
|
+
if (o === S.MONTH && b.length > 0) {
|
|
115
|
+
const x = r.minDate, p = r.maxDate, f = b[0].getFullYear(), F = y.calendarContainer, _ = "flatpickr-disabled", $ = F.querySelectorAll(
|
|
116
116
|
".flatpickr-monthSelect-month"
|
|
117
|
-
),
|
|
117
|
+
), A = F.querySelectorAll(
|
|
118
118
|
".flatpickr-next-month"
|
|
119
|
-
)[0],
|
|
119
|
+
)[0], W = F.querySelectorAll(
|
|
120
120
|
".flatpickr-prev-month"
|
|
121
121
|
)[0];
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
const v = new Date(
|
|
125
|
-
|
|
122
|
+
f === p.getFullYear() && A.classList.add(_), f === x.getFullYear() && W.classList.add(_), (f === x.getFullYear() || f === p.getFullYear()) && $.forEach((L) => {
|
|
123
|
+
L.classList.remove(_);
|
|
124
|
+
const v = new Date(L.getAttribute("aria-label")), Q = v.getFullYear() === x.getFullYear() && v.getMonth() === x.getMonth(), U = v.getFullYear() === p.getFullYear() && v.getMonth() === p.getMonth();
|
|
125
|
+
Q || U || (v < x || v > p) && L.classList.add(_);
|
|
126
126
|
});
|
|
127
127
|
}
|
|
128
128
|
};
|
|
129
|
-
return /* @__PURE__ */
|
|
130
|
-
/* @__PURE__ */
|
|
131
|
-
/* @__PURE__ */
|
|
129
|
+
return /* @__PURE__ */ l("div", { className: "relative calendar", ref: d, children: [
|
|
130
|
+
/* @__PURE__ */ t("div", { className: "mb-1 calendar-title", children: n }),
|
|
131
|
+
/* @__PURE__ */ t(
|
|
132
132
|
"label",
|
|
133
133
|
{
|
|
134
|
-
htmlFor:
|
|
134
|
+
htmlFor: a,
|
|
135
135
|
className: "absolute cursor-pointer right-[11px] top-[29px]",
|
|
136
|
-
children:
|
|
136
|
+
children: u || /* @__PURE__ */ t(Z, {})
|
|
137
137
|
}
|
|
138
138
|
),
|
|
139
|
-
/* @__PURE__ */
|
|
140
|
-
|
|
139
|
+
/* @__PURE__ */ t(
|
|
140
|
+
J,
|
|
141
141
|
{
|
|
142
|
-
defaultValue: (N =
|
|
143
|
-
options:
|
|
144
|
-
onChange: (
|
|
145
|
-
|
|
142
|
+
defaultValue: (N = o === S.MONTH ? new Date(c.getFullYear(), c.getMonth()) : c) == null ? void 0 : N.toDateString(),
|
|
143
|
+
options: s,
|
|
144
|
+
onChange: (b) => {
|
|
145
|
+
e(b[0]);
|
|
146
146
|
},
|
|
147
|
-
onOpen: [
|
|
148
|
-
onReady: [
|
|
149
|
-
id:
|
|
147
|
+
onOpen: [i],
|
|
148
|
+
onReady: [m],
|
|
149
|
+
id: a
|
|
150
150
|
}
|
|
151
151
|
)
|
|
152
152
|
] });
|
|
153
|
-
},
|
|
154
|
-
label:
|
|
155
|
-
id:
|
|
156
|
-
checked:
|
|
157
|
-
checkboxIcon:
|
|
158
|
-
onChange:
|
|
153
|
+
}, wn = ({
|
|
154
|
+
label: n,
|
|
155
|
+
id: e,
|
|
156
|
+
checked: c,
|
|
157
|
+
checkboxIcon: r,
|
|
158
|
+
onChange: o
|
|
159
159
|
}) => {
|
|
160
|
-
const
|
|
161
|
-
(
|
|
162
|
-
|
|
160
|
+
const a = C(
|
|
161
|
+
(u) => {
|
|
162
|
+
u.stopPropagation(), o == null || o(e, u.target.checked);
|
|
163
163
|
},
|
|
164
|
-
[
|
|
164
|
+
[o, e]
|
|
165
165
|
);
|
|
166
|
-
return /* @__PURE__ */
|
|
166
|
+
return /* @__PURE__ */ l(
|
|
167
167
|
"label",
|
|
168
168
|
{
|
|
169
169
|
className: "flex items-center cursor-pointer min-w-0 py-1",
|
|
170
|
-
htmlFor:
|
|
170
|
+
htmlFor: e,
|
|
171
171
|
children: [
|
|
172
|
-
/* @__PURE__ */
|
|
172
|
+
/* @__PURE__ */ t(
|
|
173
173
|
"span",
|
|
174
174
|
{
|
|
175
|
-
className:
|
|
175
|
+
className: h(
|
|
176
176
|
"flex justify-center items-center w-4 h-4 mr-2 relative",
|
|
177
177
|
"checkbox-button"
|
|
178
178
|
),
|
|
179
|
-
children:
|
|
179
|
+
children: c && r
|
|
180
180
|
}
|
|
181
181
|
),
|
|
182
|
-
|
|
182
|
+
n && /* @__PURE__ */ t(
|
|
183
183
|
"p",
|
|
184
184
|
{
|
|
185
|
-
className:
|
|
185
|
+
className: h(
|
|
186
186
|
"text-neutrals-1000 flex-1 min-w-0 truncate pr-2",
|
|
187
187
|
"checkbox-button-text"
|
|
188
188
|
),
|
|
189
|
-
title:
|
|
190
|
-
children:
|
|
189
|
+
title: n,
|
|
190
|
+
children: n
|
|
191
191
|
}
|
|
192
192
|
),
|
|
193
|
-
/* @__PURE__ */
|
|
193
|
+
/* @__PURE__ */ t(
|
|
194
194
|
"input",
|
|
195
195
|
{
|
|
196
196
|
type: "checkbox",
|
|
197
|
-
onChange:
|
|
198
|
-
id:
|
|
199
|
-
checked:
|
|
197
|
+
onChange: a,
|
|
198
|
+
id: e,
|
|
199
|
+
checked: c,
|
|
200
200
|
className: "hidden"
|
|
201
201
|
}
|
|
202
202
|
)
|
|
203
203
|
]
|
|
204
204
|
}
|
|
205
205
|
);
|
|
206
|
-
},
|
|
207
|
-
title:
|
|
208
|
-
icon:
|
|
209
|
-
children:
|
|
210
|
-
value:
|
|
206
|
+
}, yn = ({
|
|
207
|
+
title: n,
|
|
208
|
+
icon: e,
|
|
209
|
+
children: c,
|
|
210
|
+
value: r
|
|
211
211
|
}) => {
|
|
212
|
-
const [
|
|
213
|
-
return /* @__PURE__ */
|
|
212
|
+
const [o, a] = P(!1);
|
|
213
|
+
return /* @__PURE__ */ l(
|
|
214
214
|
"div",
|
|
215
215
|
{
|
|
216
|
-
className: `collapsible-block flex flex-col border-t-2 border-neutrals-600 ${
|
|
216
|
+
className: `collapsible-block flex flex-col border-t-2 border-neutrals-600 ${o ? "collapsible-block-open" : ""}`,
|
|
217
217
|
children: [
|
|
218
|
-
/* @__PURE__ */
|
|
218
|
+
/* @__PURE__ */ l(
|
|
219
219
|
"div",
|
|
220
220
|
{
|
|
221
221
|
className: "collapsible-block-title flex cursor-pointer items-center py-4",
|
|
222
|
-
onClick: () =>
|
|
222
|
+
onClick: () => a(!o),
|
|
223
223
|
children: [
|
|
224
|
-
/* @__PURE__ */
|
|
225
|
-
/* @__PURE__ */
|
|
226
|
-
/* @__PURE__ */
|
|
227
|
-
|
|
224
|
+
/* @__PURE__ */ t("div", { className: `${o ? "rotate-180" : ""} transition-transform`, children: e || /* @__PURE__ */ t(B, { className: "w-5 h-5 mr-3" }) }),
|
|
225
|
+
/* @__PURE__ */ l("div", { className: "flex flex-1 items-center justify-between", children: [
|
|
226
|
+
/* @__PURE__ */ t("span", { children: n }),
|
|
227
|
+
r && /* @__PURE__ */ t("p", { className: "body-1 text-neutrals-800", children: r })
|
|
228
228
|
] })
|
|
229
229
|
]
|
|
230
230
|
}
|
|
231
231
|
),
|
|
232
|
-
|
|
232
|
+
o && /* @__PURE__ */ t("div", { className: "collapsible-block-content pb-4", children: c })
|
|
233
233
|
]
|
|
234
234
|
}
|
|
235
235
|
);
|
|
236
|
-
},
|
|
237
|
-
const
|
|
238
|
-
var
|
|
239
|
-
const
|
|
240
|
-
if (!
|
|
241
|
-
return [{ id: 0, text:
|
|
242
|
-
const
|
|
243
|
-
for (let
|
|
244
|
-
const
|
|
245
|
-
|
|
246
|
-
id:
|
|
236
|
+
}, vn = ({ text: n, highlightText: e }) => {
|
|
237
|
+
const c = z(() => {
|
|
238
|
+
var u;
|
|
239
|
+
const r = [];
|
|
240
|
+
if (!e)
|
|
241
|
+
return [{ id: 0, text: n, highlight: !1 }];
|
|
242
|
+
const o = (e == null ? void 0 : e.toLowerCase()) || "", a = ((u = n == null ? void 0 : n.toLowerCase()) == null ? void 0 : u.split(o)) || "";
|
|
243
|
+
for (let d = 0, s = 0; d < (a == null ? void 0 : a.length); d++) {
|
|
244
|
+
const m = a == null ? void 0 : a[d], i = m.length;
|
|
245
|
+
m !== "" && r.push({
|
|
246
|
+
id: r.length,
|
|
247
247
|
highlight: !1,
|
|
248
|
-
text:
|
|
249
|
-
|
|
250
|
-
|
|
248
|
+
text: n == null ? void 0 : n.substring(
|
|
249
|
+
s,
|
|
250
|
+
s + i
|
|
251
251
|
)
|
|
252
|
-
}),
|
|
253
|
-
id:
|
|
252
|
+
}), s += i, d !== (a == null ? void 0 : a.length) - 1 && (r.push({
|
|
253
|
+
id: r.length,
|
|
254
254
|
highlight: !0,
|
|
255
|
-
text:
|
|
256
|
-
|
|
257
|
-
|
|
255
|
+
text: n == null ? void 0 : n.substring(
|
|
256
|
+
s,
|
|
257
|
+
s + e.length
|
|
258
258
|
)
|
|
259
|
-
}),
|
|
259
|
+
}), s += e.length);
|
|
260
260
|
}
|
|
261
|
-
return
|
|
262
|
-
}, [
|
|
263
|
-
return /* @__PURE__ */
|
|
261
|
+
return r;
|
|
262
|
+
}, [e, n]);
|
|
263
|
+
return /* @__PURE__ */ t(Y, { children: c.map((r) => /* @__PURE__ */ t(
|
|
264
264
|
"span",
|
|
265
265
|
{
|
|
266
|
-
className:
|
|
267
|
-
children:
|
|
266
|
+
className: h((r == null ? void 0 : r.highlight) && "bg-highlight"),
|
|
267
|
+
children: r == null ? void 0 : r.text
|
|
268
268
|
},
|
|
269
|
-
|
|
269
|
+
r == null ? void 0 : r.id
|
|
270
270
|
)) });
|
|
271
|
-
},
|
|
272
|
-
icon:
|
|
273
|
-
onClick:
|
|
274
|
-
buttonClassName:
|
|
275
|
-
disabled:
|
|
276
|
-
title:
|
|
277
|
-
isBaseIconStyles:
|
|
278
|
-
}) => /* @__PURE__ */
|
|
271
|
+
}, En = ({
|
|
272
|
+
icon: n,
|
|
273
|
+
onClick: e,
|
|
274
|
+
buttonClassName: c,
|
|
275
|
+
disabled: r,
|
|
276
|
+
title: o,
|
|
277
|
+
isBaseIconStyles: a = !0
|
|
278
|
+
}) => /* @__PURE__ */ t(
|
|
279
279
|
"button",
|
|
280
280
|
{
|
|
281
281
|
type: "button",
|
|
282
|
-
className:
|
|
283
|
-
|
|
284
|
-
|
|
282
|
+
className: h(
|
|
283
|
+
a && "base-icon-button",
|
|
284
|
+
c
|
|
285
285
|
),
|
|
286
|
-
onClick: (
|
|
287
|
-
disabled:
|
|
288
|
-
title:
|
|
286
|
+
onClick: (u) => e == null ? void 0 : e(u),
|
|
287
|
+
disabled: r,
|
|
288
|
+
title: o,
|
|
289
289
|
"aria-label": "button",
|
|
290
|
-
children:
|
|
290
|
+
children: n
|
|
291
291
|
}
|
|
292
|
-
),
|
|
293
|
-
value:
|
|
294
|
-
inputId:
|
|
295
|
-
placeholder:
|
|
296
|
-
cssClass:
|
|
297
|
-
type:
|
|
298
|
-
disabled:
|
|
299
|
-
readonly:
|
|
300
|
-
onChange:
|
|
301
|
-
onKeyDown:
|
|
292
|
+
), on = ({
|
|
293
|
+
value: n,
|
|
294
|
+
inputId: e,
|
|
295
|
+
placeholder: c = "",
|
|
296
|
+
cssClass: r = "",
|
|
297
|
+
type: o = "text",
|
|
298
|
+
disabled: a,
|
|
299
|
+
readonly: u,
|
|
300
|
+
onChange: d,
|
|
301
|
+
onKeyDown: s
|
|
302
302
|
}) => {
|
|
303
|
-
const
|
|
303
|
+
const m = h(
|
|
304
304
|
"truncate outline-none shadow-none body-1",
|
|
305
|
-
|
|
306
|
-
|
|
305
|
+
r,
|
|
306
|
+
u ? "pointer-events-none" : ""
|
|
307
307
|
);
|
|
308
|
-
return /* @__PURE__ */
|
|
308
|
+
return /* @__PURE__ */ t(
|
|
309
309
|
"input",
|
|
310
310
|
{
|
|
311
|
-
type:
|
|
311
|
+
type: o,
|
|
312
312
|
autoComplete: "off",
|
|
313
|
-
id:
|
|
314
|
-
placeholder:
|
|
315
|
-
value:
|
|
316
|
-
title:
|
|
317
|
-
disabled:
|
|
318
|
-
className:
|
|
319
|
-
onKeyDown:
|
|
320
|
-
onChange: (
|
|
313
|
+
id: e,
|
|
314
|
+
placeholder: c,
|
|
315
|
+
value: n || "",
|
|
316
|
+
title: n ? String(n) : "",
|
|
317
|
+
disabled: a,
|
|
318
|
+
className: m,
|
|
319
|
+
onKeyDown: s,
|
|
320
|
+
onChange: (i) => d == null ? void 0 : d(i.currentTarget.value)
|
|
321
321
|
}
|
|
322
322
|
);
|
|
323
|
-
},
|
|
324
|
-
iconBeforeInput:
|
|
325
|
-
iconAfterInput:
|
|
326
|
-
containerClasses:
|
|
327
|
-
cssClass:
|
|
328
|
-
...
|
|
329
|
-
}) => /* @__PURE__ */
|
|
330
|
-
|
|
331
|
-
/* @__PURE__ */
|
|
332
|
-
|
|
323
|
+
}, Fn = ({
|
|
324
|
+
iconBeforeInput: n,
|
|
325
|
+
iconAfterInput: e,
|
|
326
|
+
containerClasses: c,
|
|
327
|
+
cssClass: r,
|
|
328
|
+
...o
|
|
329
|
+
}) => /* @__PURE__ */ l("div", { className: h("input w-full flex flex-row", c), children: [
|
|
330
|
+
n,
|
|
331
|
+
/* @__PURE__ */ t(
|
|
332
|
+
on,
|
|
333
333
|
{
|
|
334
|
-
cssClass:
|
|
334
|
+
cssClass: h(
|
|
335
335
|
"border-0 bg-transparent p-0 h-full shadow-none flex-1 min-w-0 rounded-none",
|
|
336
|
-
|
|
336
|
+
r
|
|
337
337
|
),
|
|
338
|
-
...
|
|
338
|
+
...o
|
|
339
339
|
}
|
|
340
340
|
),
|
|
341
|
-
|
|
342
|
-
] }),
|
|
343
|
-
url:
|
|
344
|
-
title:
|
|
345
|
-
linkClassName:
|
|
346
|
-
iconBefore:
|
|
347
|
-
iconAfter:
|
|
341
|
+
e
|
|
342
|
+
] }), Sn = ({
|
|
343
|
+
url: n,
|
|
344
|
+
title: e,
|
|
345
|
+
linkClassName: c = "",
|
|
346
|
+
iconBefore: r,
|
|
347
|
+
iconAfter: o
|
|
348
348
|
}) => {
|
|
349
|
-
const
|
|
350
|
-
|
|
351
|
-
|
|
349
|
+
const a = h(
|
|
350
|
+
o ? "mr-2" : "",
|
|
351
|
+
r ? "ml-2" : ""
|
|
352
352
|
);
|
|
353
|
-
return /* @__PURE__ */
|
|
353
|
+
return /* @__PURE__ */ l(
|
|
354
354
|
"a",
|
|
355
355
|
{
|
|
356
|
-
href:
|
|
356
|
+
href: n,
|
|
357
357
|
target: "_blank",
|
|
358
358
|
rel: "noopener noreferrer",
|
|
359
|
-
className:
|
|
360
|
-
title:
|
|
359
|
+
className: h("base-link", c),
|
|
360
|
+
title: e,
|
|
361
361
|
children: [
|
|
362
|
-
|
|
363
|
-
/* @__PURE__ */
|
|
364
|
-
|
|
362
|
+
r,
|
|
363
|
+
/* @__PURE__ */ t("span", { className: a, children: e }),
|
|
364
|
+
o
|
|
365
365
|
]
|
|
366
366
|
}
|
|
367
367
|
);
|
|
368
|
-
},
|
|
368
|
+
}, Rn = ({ title: n, text: e, onClick: c }) => /* @__PURE__ */ t(
|
|
369
369
|
"button",
|
|
370
370
|
{
|
|
371
371
|
type: "button",
|
|
372
372
|
className: "tag flex items-center justify-center",
|
|
373
|
-
onClick: () =>
|
|
373
|
+
onClick: () => c == null ? void 0 : c(e || n),
|
|
374
374
|
"aria-label": "button",
|
|
375
|
-
children: /* @__PURE__ */
|
|
375
|
+
children: /* @__PURE__ */ t("h4", { children: n })
|
|
376
376
|
}
|
|
377
|
-
),
|
|
378
|
-
label:
|
|
379
|
-
id:
|
|
380
|
-
checked:
|
|
381
|
-
radioIcon:
|
|
382
|
-
description:
|
|
383
|
-
onChange:
|
|
377
|
+
), _n = ({
|
|
378
|
+
label: n,
|
|
379
|
+
id: e,
|
|
380
|
+
checked: c,
|
|
381
|
+
radioIcon: r,
|
|
382
|
+
description: o,
|
|
383
|
+
onChange: a
|
|
384
384
|
}) => {
|
|
385
|
-
const
|
|
386
|
-
(
|
|
387
|
-
|
|
385
|
+
const u = C(
|
|
386
|
+
(d) => {
|
|
387
|
+
d.stopPropagation(), a == null || a(e, d.target.checked);
|
|
388
388
|
},
|
|
389
|
-
[
|
|
389
|
+
[a, e]
|
|
390
390
|
);
|
|
391
|
-
return /* @__PURE__ */
|
|
391
|
+
return /* @__PURE__ */ l(
|
|
392
392
|
"label",
|
|
393
393
|
{
|
|
394
394
|
className: "flex flex-col cursor-pointer min-w-0 py-[6px]",
|
|
395
|
-
htmlFor:
|
|
395
|
+
htmlFor: e,
|
|
396
396
|
children: [
|
|
397
|
-
/* @__PURE__ */
|
|
398
|
-
/* @__PURE__ */
|
|
397
|
+
/* @__PURE__ */ l("p", { className: "radio-label flex items-center min-w-0", children: [
|
|
398
|
+
/* @__PURE__ */ t(
|
|
399
399
|
"span",
|
|
400
400
|
{
|
|
401
|
-
className:
|
|
401
|
+
className: h(
|
|
402
402
|
"flex justify-center items-center w-4 h-4 mr-2 relative",
|
|
403
403
|
"radio-button",
|
|
404
|
-
|
|
404
|
+
c ? "radio-button-active" : ""
|
|
405
405
|
),
|
|
406
|
-
children:
|
|
406
|
+
children: c && r
|
|
407
407
|
}
|
|
408
408
|
),
|
|
409
|
-
|
|
409
|
+
n && /* @__PURE__ */ t(
|
|
410
410
|
"span",
|
|
411
411
|
{
|
|
412
412
|
className: "radio-title body-1 text-neutrals-1000 flex-1 min-w-0 truncate pr-2",
|
|
413
|
-
title:
|
|
414
|
-
children:
|
|
413
|
+
title: n,
|
|
414
|
+
children: n
|
|
415
415
|
}
|
|
416
416
|
)
|
|
417
417
|
] }),
|
|
418
|
-
|
|
418
|
+
o && /* @__PURE__ */ t(
|
|
419
419
|
"span",
|
|
420
420
|
{
|
|
421
421
|
className: "radio-description ml-6 text-neutrals-800 body-2 w-auto flex items-center",
|
|
422
|
-
title:
|
|
423
|
-
children:
|
|
422
|
+
title: o,
|
|
423
|
+
children: o
|
|
424
424
|
}
|
|
425
425
|
),
|
|
426
|
-
/* @__PURE__ */
|
|
426
|
+
/* @__PURE__ */ t(
|
|
427
427
|
"input",
|
|
428
428
|
{
|
|
429
429
|
type: "radio",
|
|
430
|
-
onChange:
|
|
431
|
-
id:
|
|
432
|
-
checked:
|
|
430
|
+
onChange: u,
|
|
431
|
+
id: e,
|
|
432
|
+
checked: c,
|
|
433
433
|
className: "hidden"
|
|
434
434
|
}
|
|
435
435
|
)
|
|
@@ -437,188 +437,242 @@ const fe = ({
|
|
|
437
437
|
}
|
|
438
438
|
);
|
|
439
439
|
};
|
|
440
|
-
var
|
|
441
|
-
const
|
|
442
|
-
portalId:
|
|
443
|
-
state:
|
|
444
|
-
heading:
|
|
445
|
-
size:
|
|
446
|
-
onClose:
|
|
447
|
-
children:
|
|
448
|
-
overlayClassName:
|
|
449
|
-
containerClassName:
|
|
450
|
-
dividers:
|
|
451
|
-
closeButtonTitle:
|
|
440
|
+
var R = /* @__PURE__ */ ((n) => (n.Closed = "Closed", n.Opened = "Opened", n))(R || {}), O = /* @__PURE__ */ ((n) => (n.LG = "Large", n.SM = "Small", n))(O || {});
|
|
441
|
+
const an = ({
|
|
442
|
+
portalId: n,
|
|
443
|
+
state: e = R.Opened,
|
|
444
|
+
heading: c,
|
|
445
|
+
size: r,
|
|
446
|
+
onClose: o,
|
|
447
|
+
children: a,
|
|
448
|
+
overlayClassName: u,
|
|
449
|
+
containerClassName: d,
|
|
450
|
+
dividers: s = !0,
|
|
451
|
+
closeButtonTitle: m
|
|
452
452
|
}) => {
|
|
453
|
-
const { refs:
|
|
454
|
-
open:
|
|
455
|
-
onOpenChange:
|
|
456
|
-
}),
|
|
457
|
-
(
|
|
458
|
-
|
|
453
|
+
const { refs: i, context: N } = I({
|
|
454
|
+
open: e !== R.Closed && !!e,
|
|
455
|
+
onOpenChange: o
|
|
456
|
+
}), b = K(N, { role: "dialog" }), w = G(N, { outsidePress: !0 }), { getFloatingProps: y } = H([b, w]), x = C(
|
|
457
|
+
(p) => {
|
|
458
|
+
p == null || p.preventDefault(), p == null || p.stopPropagation(), o();
|
|
459
459
|
},
|
|
460
|
-
[
|
|
460
|
+
[o]
|
|
461
461
|
);
|
|
462
|
-
return /* @__PURE__ */
|
|
463
|
-
|
|
462
|
+
return /* @__PURE__ */ t(V, { id: n, children: e !== R.Closed && /* @__PURE__ */ t(
|
|
463
|
+
D,
|
|
464
464
|
{
|
|
465
|
-
className:
|
|
466
|
-
"z-
|
|
467
|
-
|
|
465
|
+
className: h(
|
|
466
|
+
"z-modal flex items-center justify-center bg-blackout p-4",
|
|
467
|
+
u
|
|
468
468
|
),
|
|
469
|
-
children: /* @__PURE__ */
|
|
469
|
+
children: /* @__PURE__ */ t(M, { context: N, children: /* @__PURE__ */ l(
|
|
470
470
|
"div",
|
|
471
471
|
{
|
|
472
|
-
className:
|
|
472
|
+
className: h(
|
|
473
473
|
"relative max-h-full modal rounded bg-white flex flex-col shadow w-full",
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
474
|
+
r === O.LG && "max-w-[65%]",
|
|
475
|
+
r === O.SM && "max-w-[30%]",
|
|
476
|
+
s && "divide-neutrals-400 divide-y",
|
|
477
|
+
d,
|
|
478
478
|
"sm:w-full sm:max-w-full sm:px-4 sm:py-6"
|
|
479
479
|
),
|
|
480
|
-
ref:
|
|
480
|
+
ref: i.setFloating,
|
|
481
481
|
...y({
|
|
482
|
-
onClick(
|
|
483
|
-
|
|
482
|
+
onClick(p) {
|
|
483
|
+
p.stopPropagation();
|
|
484
484
|
}
|
|
485
485
|
}),
|
|
486
486
|
children: [
|
|
487
|
-
/* @__PURE__ */
|
|
488
|
-
|
|
489
|
-
/* @__PURE__ */
|
|
490
|
-
|
|
487
|
+
/* @__PURE__ */ l("div", { className: "flex flex-row justify-between py-3 px-6 items-center mb-2 modal-heading sm:p-0 sm:pb-2", children: [
|
|
488
|
+
c && (typeof c == "string" ? /* @__PURE__ */ t("h2", { className: "flex-1 min-w-0 mr-3 modal-heading-title sm:h3", children: c }) : c),
|
|
489
|
+
/* @__PURE__ */ t(
|
|
490
|
+
T,
|
|
491
491
|
{
|
|
492
|
-
title:
|
|
493
|
-
onClick:
|
|
492
|
+
title: m,
|
|
493
|
+
onClick: x,
|
|
494
494
|
btnClassNames: "sm:h-[24px] sm:w-[24px] sm:top-4"
|
|
495
495
|
}
|
|
496
496
|
)
|
|
497
497
|
] }),
|
|
498
|
-
|
|
498
|
+
a.map((p) => p)
|
|
499
499
|
]
|
|
500
500
|
}
|
|
501
501
|
) })
|
|
502
502
|
}
|
|
503
503
|
) });
|
|
504
|
-
},
|
|
505
|
-
triggerButton:
|
|
506
|
-
options:
|
|
507
|
-
content:
|
|
508
|
-
selectedOption:
|
|
509
|
-
disabled:
|
|
510
|
-
containerClassName:
|
|
511
|
-
openedClassName:
|
|
512
|
-
onOptionSelect:
|
|
504
|
+
}, Cn = (n) => n.state === R.Closed ? null : /* @__PURE__ */ t(an, { ...n }), Ln = ({
|
|
505
|
+
triggerButton: n,
|
|
506
|
+
options: e,
|
|
507
|
+
content: c,
|
|
508
|
+
selectedOption: r,
|
|
509
|
+
disabled: o,
|
|
510
|
+
containerClassName: a,
|
|
511
|
+
openedClassName: u,
|
|
512
|
+
onOptionSelect: d
|
|
513
513
|
}) => {
|
|
514
|
-
const [
|
|
515
|
-
open:
|
|
516
|
-
onOpenChange:
|
|
514
|
+
const [s, m] = P(!1), { refs: i, floatingStyles: N, context: b } = I({
|
|
515
|
+
open: s,
|
|
516
|
+
onOpenChange: o ? void 0 : m,
|
|
517
517
|
placement: "bottom-end",
|
|
518
|
-
middleware: [
|
|
519
|
-
whileElementsMounted:
|
|
520
|
-
}), w =
|
|
518
|
+
middleware: [en(8), rn(), cn()],
|
|
519
|
+
whileElementsMounted: nn
|
|
520
|
+
}), w = tn(b), y = G(b, { outsidePress: !0 }), { getReferenceProps: x, getFloatingProps: p } = H([
|
|
521
521
|
w,
|
|
522
522
|
y
|
|
523
523
|
]);
|
|
524
|
-
return /* @__PURE__ */
|
|
525
|
-
/* @__PURE__ */
|
|
524
|
+
return /* @__PURE__ */ l(Y, { children: [
|
|
525
|
+
/* @__PURE__ */ t(
|
|
526
526
|
"div",
|
|
527
527
|
{
|
|
528
|
-
ref:
|
|
529
|
-
...
|
|
530
|
-
onClick(
|
|
531
|
-
|
|
528
|
+
ref: i.setReference,
|
|
529
|
+
...x({
|
|
530
|
+
onClick(f) {
|
|
531
|
+
f.stopPropagation();
|
|
532
532
|
}
|
|
533
533
|
}),
|
|
534
|
-
className:
|
|
535
|
-
children:
|
|
534
|
+
className: h(a, s && u),
|
|
535
|
+
children: n
|
|
536
536
|
}
|
|
537
537
|
),
|
|
538
|
-
|
|
538
|
+
s && /* @__PURE__ */ l(
|
|
539
539
|
"div",
|
|
540
540
|
{
|
|
541
|
-
ref:
|
|
541
|
+
ref: i.setFloating,
|
|
542
542
|
style: N,
|
|
543
543
|
className: "flex flex-col z-10 dropdown-menu-shadow bg-white dropdown-container rounded",
|
|
544
|
-
...
|
|
544
|
+
...p(),
|
|
545
545
|
children: [
|
|
546
|
-
|
|
547
|
-
|
|
546
|
+
c && c,
|
|
547
|
+
e && e.map((f) => /* @__PURE__ */ t(
|
|
548
548
|
"div",
|
|
549
549
|
{
|
|
550
|
-
onClick: (
|
|
551
|
-
|
|
550
|
+
onClick: (F) => {
|
|
551
|
+
F.stopPropagation(), d == null || d(f.key), m(!1);
|
|
552
552
|
},
|
|
553
|
-
className:
|
|
553
|
+
className: h(
|
|
554
554
|
"text-neutrals-900 body-3 cursor-pointer dropdown-item min-w-[200px]",
|
|
555
|
-
|
|
555
|
+
r === f.key && "bg-hues-100"
|
|
556
556
|
),
|
|
557
|
-
children: /* @__PURE__ */
|
|
557
|
+
children: /* @__PURE__ */ l(
|
|
558
558
|
"div",
|
|
559
559
|
{
|
|
560
560
|
className: "p-2 hover:bg-hues-100 h-full dropdown-item-text flex items-center gap-x-2",
|
|
561
|
-
title:
|
|
561
|
+
title: f.title,
|
|
562
562
|
children: [
|
|
563
|
-
|
|
564
|
-
/* @__PURE__ */
|
|
563
|
+
f.icon ? f.icon : null,
|
|
564
|
+
/* @__PURE__ */ t("p", { children: f == null ? void 0 : f.title })
|
|
565
565
|
]
|
|
566
566
|
}
|
|
567
567
|
)
|
|
568
568
|
},
|
|
569
|
-
|
|
569
|
+
f.key
|
|
570
570
|
))
|
|
571
571
|
]
|
|
572
572
|
}
|
|
573
573
|
)
|
|
574
574
|
] });
|
|
575
|
-
},
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
575
|
+
}, On = ({ limitMessages: n, query: e }) => /* @__PURE__ */ l("div", { className: "bg-hues-100 px-2 py-1 flex justify-between flex-wrap items-center", children: [
|
|
576
|
+
/* @__PURE__ */ t("div", { className: "flex gap-x-[4px]", children: /* @__PURE__ */ t("div", { className: "flex flex-col", children: /* @__PURE__ */ l("div", { className: "flex gap-x-[4px]", children: [
|
|
577
|
+
/* @__PURE__ */ l("span", { className: "text-primary h5", children: [
|
|
578
|
+
n == null ? void 0 : n.excelFormatTitle,
|
|
579
|
+
" "
|
|
580
|
+
] }),
|
|
581
|
+
/* @__PURE__ */ t("span", { className: "text-neutrals-800 body-3", children: n == null ? void 0 : n.excelFormatText })
|
|
582
|
+
] }) }) }),
|
|
583
|
+
/* @__PURE__ */ t("a", { href: e, target: "_blank", children: /* @__PURE__ */ l("span", { className: "flex gap-x-[4px] body-3 cursor-pointer items-center", children: [
|
|
584
|
+
n == null ? void 0 : n.dataExplorerIcon,
|
|
585
|
+
n == null ? void 0 : n.dataExplorer
|
|
586
|
+
] }) })
|
|
587
|
+
] }), g = 1e3, kn = ({
|
|
588
|
+
limitMessages: n,
|
|
589
|
+
isDownload: e,
|
|
590
|
+
showAdvancedViewButton: c,
|
|
591
|
+
onAdvancedViewClick: r,
|
|
592
|
+
query: o
|
|
593
|
+
}) => {
|
|
594
|
+
var a, u;
|
|
595
|
+
return /* @__PURE__ */ l("div", { className: "bg-accent-300 px-2 py-1 flex justify-between flex-wrap items-center", children: [
|
|
596
|
+
/* @__PURE__ */ l("div", { className: "flex gap-x-[4px]", children: [
|
|
597
|
+
/* @__PURE__ */ t("span", { children: n == null ? void 0 : n.warningIcon }),
|
|
598
|
+
/* @__PURE__ */ l("div", { className: "flex flex-col", children: [
|
|
599
|
+
/* @__PURE__ */ l("div", { className: "flex gap-x-[4px]", children: [
|
|
600
|
+
/* @__PURE__ */ l("span", { className: "text-primary h5", children: [
|
|
601
|
+
n == null ? void 0 : n.largeQuery,
|
|
602
|
+
":",
|
|
603
|
+
" "
|
|
604
|
+
] }),
|
|
605
|
+
/* @__PURE__ */ t("span", { className: "text-neutrals-800 body-3", children: e ? (a = n == null ? void 0 : n.downloadMessage) == null ? void 0 : a.call(n, g) : (u = n == null ? void 0 : n.showingLimit) == null ? void 0 : u.call(n, g) })
|
|
606
|
+
] }),
|
|
607
|
+
e && /* @__PURE__ */ t("span", { className: "text-neutrals-800 body-3", children: n == null ? void 0 : n.fullLimitMessage })
|
|
608
|
+
] })
|
|
609
|
+
] }),
|
|
610
|
+
c && /* @__PURE__ */ l(
|
|
611
|
+
"span",
|
|
612
|
+
{
|
|
613
|
+
onClick: () => r == null ? void 0 : r(),
|
|
614
|
+
className: "flex gap-x-[4px] body-3 cursor-pointer items-center",
|
|
615
|
+
children: [
|
|
616
|
+
n == null ? void 0 : n.editIcon,
|
|
617
|
+
n == null ? void 0 : n.refineInAdvancedView
|
|
618
|
+
]
|
|
619
|
+
}
|
|
620
|
+
),
|
|
621
|
+
e && /* @__PURE__ */ t("a", { href: o || "", target: "_blank", children: /* @__PURE__ */ l("span", { className: "flex gap-x-[4px] body-3 cursor-pointer items-center", children: [
|
|
622
|
+
n == null ? void 0 : n.dataExplorerIcon,
|
|
623
|
+
n == null ? void 0 : n.dataExplorer
|
|
624
|
+
] }) })
|
|
625
|
+
] });
|
|
626
|
+
}, Pn = 24, gn = 24;
|
|
627
|
+
function Yn(n = 719) {
|
|
628
|
+
const [e, c] = P(
|
|
629
|
+
() => typeof window < "u" ? window.innerWidth < n : !1
|
|
579
630
|
);
|
|
580
|
-
return
|
|
581
|
-
const
|
|
582
|
-
|
|
631
|
+
return k(() => {
|
|
632
|
+
const r = window.matchMedia(`(max-width: ${n}px)`), o = (a) => {
|
|
633
|
+
c(a.matches);
|
|
583
634
|
};
|
|
584
|
-
return
|
|
585
|
-
}, [
|
|
635
|
+
return c(r.matches), r.addEventListener("change", o), () => r.removeEventListener("change", o);
|
|
636
|
+
}, [n]), e;
|
|
586
637
|
}
|
|
587
|
-
function
|
|
588
|
-
const
|
|
589
|
-
return
|
|
590
|
-
(...
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
},
|
|
638
|
+
function jn(n, e) {
|
|
639
|
+
const c = j(null);
|
|
640
|
+
return C(
|
|
641
|
+
(...o) => {
|
|
642
|
+
c.current && clearTimeout(c.current), c.current = setTimeout(() => {
|
|
643
|
+
n(...o);
|
|
644
|
+
}, e);
|
|
594
645
|
},
|
|
595
|
-
[
|
|
646
|
+
[n, e]
|
|
596
647
|
);
|
|
597
648
|
}
|
|
598
|
-
var
|
|
649
|
+
var ln = /* @__PURE__ */ ((n) => (n.Enter = "Enter", n))(ln || {});
|
|
599
650
|
export {
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
651
|
+
bn as Alert,
|
|
652
|
+
E as AlertType,
|
|
653
|
+
xn as Button,
|
|
654
|
+
Nn as Calendar,
|
|
655
|
+
wn as Checkbox,
|
|
656
|
+
T as CloseButton,
|
|
657
|
+
yn as CollapsibleBlock,
|
|
658
|
+
On as DownloadFormatMessage,
|
|
659
|
+
Ln as Dropdown,
|
|
660
|
+
vn as HighlightText,
|
|
661
|
+
En as IconButton,
|
|
662
|
+
on as Input,
|
|
663
|
+
Fn as InputWithIcon,
|
|
664
|
+
ln as KeyboardKey,
|
|
665
|
+
Sn as Link,
|
|
666
|
+
q as Loader,
|
|
667
|
+
O as PopUpSize,
|
|
668
|
+
R as PopUpState,
|
|
669
|
+
Cn as Popup,
|
|
670
|
+
_n as Radio,
|
|
671
|
+
kn as RequestLimitMessage,
|
|
672
|
+
g as SERIES_LIMIT,
|
|
673
|
+
Pn as TREE_NODE_ARROW_SIZE,
|
|
674
|
+
gn as TREE_NODE_PADDING,
|
|
675
|
+
Rn as Tag,
|
|
676
|
+
jn as useDebounce,
|
|
677
|
+
Yn as useIsMobile
|
|
624
678
|
};
|