@carto/ps-react-ui 4.9.0 → 4.11.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.
- package/dist/category-Dnd2_j0x.js +719 -0
- package/dist/category-Dnd2_j0x.js.map +1 -0
- package/dist/change-column-BiuuHCDN.js +1156 -0
- package/dist/change-column-BiuuHCDN.js.map +1 -0
- package/dist/chat.js +1507 -0
- package/dist/chat.js.map +1 -0
- package/dist/components.js +125 -122
- package/dist/components.js.map +1 -1
- package/dist/copy-button-DGL1tyli.js +26 -0
- package/dist/copy-button-DGL1tyli.js.map +1 -0
- package/dist/{data-zoom-layout-BH0LPwSy.js → data-zoom-layout--YiY6ko_.js} +5 -4
- package/dist/{data-zoom-layout-BH0LPwSy.js.map → data-zoom-layout--YiY6ko_.js.map} +1 -1
- package/dist/{download-config-DNLkypdN.js → download-config-oJIFZ2WC.js} +10 -9
- package/dist/{download-config-DNLkypdN.js.map → download-config-oJIFZ2WC.js.map} +1 -1
- package/dist/{lasso-tool-BYbxrJ-7.js → lasso-tool-CDFj4zKY.js} +2 -1
- package/dist/lasso-tool-CDFj4zKY.js.map +1 -0
- package/dist/{spread-CTuIXZSM.js → spread-CPis22AE.js} +5 -4
- package/dist/{spread-CTuIXZSM.js.map → spread-CPis22AE.js.map} +1 -1
- package/dist/types/chat/bubbles/chat-error-message.d.ts +2 -0
- package/dist/types/chat/bubbles/chat-suggestion-button.d.ts +2 -0
- package/dist/types/chat/bubbles/chat-user-message.d.ts +2 -0
- package/dist/types/chat/bubbles/index.d.ts +4 -0
- package/dist/types/chat/const.d.ts +4 -0
- package/dist/types/chat/containers/chat-content.d.ts +2 -0
- package/dist/types/chat/containers/chat-footer.d.ts +2 -0
- package/dist/types/chat/containers/chat-header.d.ts +2 -0
- package/dist/types/chat/containers/chat-starter.d.ts +2 -0
- package/dist/types/chat/containers/index.d.ts +4 -0
- package/dist/types/chat/containers/styles.d.ts +93 -0
- package/dist/types/chat/feedback/chat-loader.d.ts +2 -0
- package/dist/types/chat/feedback/chat-rating-action.d.ts +2 -0
- package/dist/types/chat/feedback/chat-thinking.d.ts +2 -0
- package/dist/types/chat/feedback/chat-tool-code-area.d.ts +2 -0
- package/dist/types/chat/feedback/chat-tool-full-view-dialog.d.ts +2 -0
- package/dist/types/chat/feedback/chat-tool-group.d.ts +2 -0
- package/dist/types/chat/feedback/chat-tool-trace.d.ts +3 -0
- package/dist/types/chat/feedback/get-tool-label.d.ts +2 -0
- package/dist/types/chat/feedback/index.d.ts +8 -0
- package/dist/types/chat/feedback/styles.d.ts +211 -0
- package/dist/types/chat/index.d.ts +20 -0
- package/dist/types/chat/types.d.ts +184 -0
- package/dist/types/chat/use-typewriter.d.ts +30 -0
- package/dist/types/components/copy-button/copy-button.d.ts +2 -0
- package/dist/types/components/copy-button/types.d.ts +6 -0
- package/dist/types/components/index.d.ts +2 -0
- package/dist/types/components/lasso-tool/styles.d.ts +1 -0
- package/dist/types/components/measurement-tools/styles.d.ts +1 -0
- package/dist/types/widgets-v2/actions/index.d.ts +1 -0
- package/dist/types/widgets-v2/actions/show-all/index.d.ts +2 -0
- package/dist/types/widgets-v2/actions/show-all/labels.d.ts +5 -0
- package/dist/types/widgets-v2/actions/show-all/show-all.d.ts +33 -0
- package/dist/types/widgets-v2/actions/show-all/style.d.ts +8 -0
- package/dist/types/widgets-v2/category/category-ui.d.ts +9 -2
- package/dist/types/widgets-v2/category/category.d.ts +9 -2
- package/dist/types/widgets-v2/category/components/category-row-other.d.ts +19 -6
- package/dist/types/widgets-v2/category/style.d.ts +21 -2
- package/dist/types/widgets-v2/category/types.d.ts +2 -0
- package/dist/types/widgets-v2/index.d.ts +3 -2
- package/dist/types/widgets-v2/selection-summary/labels.d.ts +7 -2
- package/dist/types/widgets-v2/selection-summary/selection-summary.d.ts +13 -6
- package/dist/types/widgets-v2/selection-summary/style.d.ts +15 -0
- package/dist/types/widgets-v2/wrapper/style.d.ts +1 -2
- package/dist/types/widgets-v2/wrapper/widget-wrapper.d.ts +6 -1
- package/dist/widgets/actions.js +116 -115
- package/dist/widgets/actions.js.map +1 -1
- package/dist/widgets/bar.js +1 -1
- package/dist/widgets/category.js +10 -9
- package/dist/widgets/category.js.map +1 -1
- package/dist/widgets/formula.js +12 -11
- package/dist/widgets/formula.js.map +1 -1
- package/dist/widgets/histogram.js +8 -7
- package/dist/widgets/histogram.js.map +1 -1
- package/dist/widgets/markdown.js +10 -9
- package/dist/widgets/markdown.js.map +1 -1
- package/dist/widgets/pie.js +1 -1
- package/dist/widgets/scatterplot.js +1 -1
- package/dist/widgets/spread.js +10 -9
- package/dist/widgets/spread.js.map +1 -1
- package/dist/widgets/table.js +18 -17
- package/dist/widgets/table.js.map +1 -1
- package/dist/widgets/timeseries.js +1 -1
- package/dist/widgets/utils.js +1 -1
- package/dist/widgets/wrapper.js +4 -3
- package/dist/widgets/wrapper.js.map +1 -1
- package/dist/widgets-v2/actions.js +41 -37
- package/dist/widgets-v2/bar.js +9 -8
- package/dist/widgets-v2/bar.js.map +1 -1
- package/dist/widgets-v2/category.js +23 -22
- package/dist/widgets-v2/category.js.map +1 -1
- package/dist/widgets-v2/formula.js +24 -23
- package/dist/widgets-v2/formula.js.map +1 -1
- package/dist/widgets-v2/histogram.js +11 -10
- package/dist/widgets-v2/histogram.js.map +1 -1
- package/dist/widgets-v2/markdown.js +10 -9
- package/dist/widgets-v2/markdown.js.map +1 -1
- package/dist/widgets-v2/pie.js +8 -7
- package/dist/widgets-v2/pie.js.map +1 -1
- package/dist/widgets-v2/scatterplot.js +10 -9
- package/dist/widgets-v2/scatterplot.js.map +1 -1
- package/dist/widgets-v2/spread.js +10 -9
- package/dist/widgets-v2/spread.js.map +1 -1
- package/dist/widgets-v2/table.js +17 -16
- package/dist/widgets-v2/table.js.map +1 -1
- package/dist/widgets-v2/timeseries.js +9 -8
- package/dist/widgets-v2/timeseries.js.map +1 -1
- package/dist/widgets-v2/utils.js +1 -1
- package/dist/widgets-v2.js +343 -338
- package/dist/widgets-v2.js.map +1 -1
- package/package.json +9 -3
- package/src/chat/bubbles/chat-agent-message.test.tsx +30 -0
- package/src/chat/bubbles/chat-agent-message.tsx +11 -0
- package/src/chat/bubbles/chat-error-message.test.tsx +40 -0
- package/src/chat/bubbles/chat-error-message.tsx +47 -0
- package/src/chat/bubbles/chat-suggestion-button.test.tsx +24 -0
- package/src/chat/bubbles/chat-suggestion-button.tsx +27 -0
- package/src/chat/bubbles/chat-user-message.test.tsx +27 -0
- package/src/chat/bubbles/chat-user-message.tsx +27 -0
- package/src/chat/bubbles/index.ts +4 -0
- package/src/chat/bubbles/styles.ts +148 -0
- package/src/chat/const.ts +4 -0
- package/src/chat/containers/chat-content.test.tsx +269 -0
- package/src/chat/containers/chat-content.tsx +142 -0
- package/src/chat/containers/chat-footer.test.tsx +34 -0
- package/src/chat/containers/chat-footer.tsx +78 -0
- package/src/chat/containers/chat-header.test.tsx +28 -0
- package/src/chat/containers/chat-header.tsx +29 -0
- package/src/chat/containers/chat-starter.test.tsx +32 -0
- package/src/chat/containers/chat-starter.tsx +75 -0
- package/src/chat/containers/index.ts +4 -0
- package/src/chat/containers/styles.ts +96 -0
- package/src/chat/feedback/chat-actions-container.test.tsx +64 -0
- package/src/chat/feedback/chat-actions-container.tsx +7 -0
- package/src/chat/feedback/chat-loader.test.tsx +10 -0
- package/src/chat/feedback/chat-loader.tsx +31 -0
- package/src/chat/feedback/chat-rating-action.tsx +43 -0
- package/src/chat/feedback/chat-thinking.test.tsx +15 -0
- package/src/chat/feedback/chat-thinking.tsx +23 -0
- package/src/chat/feedback/chat-tool-code-area.test.tsx +23 -0
- package/src/chat/feedback/chat-tool-code-area.tsx +71 -0
- package/src/chat/feedback/chat-tool-full-view-dialog.test.tsx +39 -0
- package/src/chat/feedback/chat-tool-full-view-dialog.tsx +121 -0
- package/src/chat/feedback/chat-tool-group.test.tsx +84 -0
- package/src/chat/feedback/chat-tool-group.tsx +156 -0
- package/src/chat/feedback/chat-tool-trace.test.tsx +81 -0
- package/src/chat/feedback/chat-tool-trace.tsx +192 -0
- package/src/chat/feedback/get-tool-label.test.tsx +91 -0
- package/src/chat/feedback/get-tool-label.ts +13 -0
- package/src/chat/feedback/index.ts +8 -0
- package/src/chat/feedback/styles.ts +229 -0
- package/src/chat/index.ts +59 -0
- package/src/chat/types.ts +215 -0
- package/src/chat/use-typewriter.test.tsx +38 -0
- package/src/chat/use-typewriter.ts +82 -0
- package/src/components/copy-button/copy-button.test.tsx +41 -0
- package/src/components/copy-button/copy-button.tsx +31 -0
- package/src/components/copy-button/types.ts +10 -0
- package/src/components/index.ts +3 -0
- package/src/components/lasso-tool/styles.ts +1 -0
- package/src/components/measurement-tools/styles.ts +1 -0
- package/src/widgets-v2/actions/index.ts +8 -0
- package/src/widgets-v2/actions/show-all/index.ts +7 -0
- package/src/widgets-v2/actions/show-all/labels.ts +8 -0
- package/src/widgets-v2/actions/show-all/show-all.test.tsx +50 -0
- package/src/widgets-v2/actions/show-all/show-all.tsx +72 -0
- package/src/widgets-v2/actions/show-all/style.ts +8 -0
- package/src/widgets-v2/category/category-ui.test.tsx +26 -10
- package/src/widgets-v2/category/category-ui.tsx +13 -3
- package/src/widgets-v2/category/category.test.tsx +4 -4
- package/src/widgets-v2/category/category.tsx +10 -1
- package/src/widgets-v2/category/components/category-row-other.test.tsx +36 -7
- package/src/widgets-v2/category/components/category-row-other.tsx +64 -13
- package/src/widgets-v2/category/style.ts +35 -4
- package/src/widgets-v2/category/types.ts +2 -0
- package/src/widgets-v2/index.ts +3 -0
- package/src/widgets-v2/selection-summary/labels.ts +8 -4
- package/src/widgets-v2/selection-summary/selection-summary.test.tsx +15 -9
- package/src/widgets-v2/selection-summary/selection-summary.tsx +42 -22
- package/src/widgets-v2/selection-summary/style.ts +15 -0
- package/src/widgets-v2/wrapper/style.ts +1 -2
- package/src/widgets-v2/wrapper/widget-wrapper.test.tsx +30 -0
- package/src/widgets-v2/wrapper/widget-wrapper.tsx +11 -1
- package/dist/category-DwaeYjpX.js +0 -656
- package/dist/category-DwaeYjpX.js.map +0 -1
- package/dist/change-column-Cidl_M-4.js +0 -1110
- package/dist/change-column-Cidl_M-4.js.map +0 -1
- package/dist/lasso-tool-BYbxrJ-7.js.map +0 -1
package/dist/widgets-v2.js
CHANGED
|
@@ -1,99 +1,99 @@
|
|
|
1
|
-
import { jsx as a, jsxs as
|
|
2
|
-
import { c as
|
|
3
|
-
import { useState as
|
|
4
|
-
import { W as Se, u as
|
|
5
|
-
import { j as we, i as
|
|
1
|
+
import { jsx as a, jsxs as G, Fragment as re } from "react/jsx-runtime";
|
|
2
|
+
import { c as T } from "react/compiler-runtime";
|
|
3
|
+
import { useState as V, useLayoutEffect as ee, Children as ae, isValidElement as ce, Component as be, useEffect as de, useRef as ve } from "react";
|
|
4
|
+
import { W as Se, u as pe } from "./widget-context-DTGO0Yta.js";
|
|
5
|
+
import { j as we, i as Ee, e as Ce, n as Te, r as ke, q as Ie, v as _e, u as Ae, s as Le } from "./widget-store-registry-_W4Z4xp-.js";
|
|
6
6
|
import "zustand";
|
|
7
|
-
import { Box as
|
|
7
|
+
import { Box as W, LinearProgress as We, Typography as X, AccordionSummary as $e, AccordionDetails as De, Accordion as Fe, AlertTitle as Be, Alert as Oe, Button as Me, IconButton as Re, Divider as Pe, Popper as Ue, Grow as Ne, Paper as je, Link as fe } from "@mui/material";
|
|
8
8
|
import ze from "@mui/icons-material/ExpandMore";
|
|
9
9
|
import { S as He } from "./smart-tooltip-D4vwQpFf.js";
|
|
10
10
|
import { createPortal as Ve } from "react-dom";
|
|
11
11
|
import Ge from "@mui/icons-material/Close";
|
|
12
12
|
import { WidgetOptions as qe } from "@carto/meridian-ds/custom-icons";
|
|
13
|
-
import "./lasso-tool-
|
|
13
|
+
import "./lasso-tool-CDFj4zKY.js";
|
|
14
14
|
import "./cjs-D4KH3azB.js";
|
|
15
15
|
import { T as Xe } from "./tooltip-BDnrRKrp.js";
|
|
16
16
|
import "@mui/icons-material";
|
|
17
|
+
import "@carto/ps-utils";
|
|
17
18
|
import { o as Ze, a as Ke, E as Ye } from "./echart-CU0KmClP.js";
|
|
18
|
-
import { D as
|
|
19
|
+
import { D as Fn } from "./echart-CU0KmClP.js";
|
|
19
20
|
import { a as Je, b as Qe, M as et } from "./markdown-BD1jcknS.js";
|
|
20
|
-
import { C as tt, L as nt, F as ot,
|
|
21
|
+
import { C as tt, L as nt, F as ot, j as rt, R as it, B as lt, Z as st, m as at, n as ct, l as dt, k as pt } from "./change-column-BiuuHCDN.js";
|
|
21
22
|
import "html2canvas";
|
|
22
23
|
import "@mui/icons-material/ImageOutlined";
|
|
23
|
-
import { a as ft, F as
|
|
24
|
+
import { a as ft, F as mt } from "./formula-DuC0NQLH.js";
|
|
24
25
|
import "react-markdown";
|
|
25
|
-
import { b as ut, a as
|
|
26
|
-
import { a as
|
|
27
|
-
import { f as
|
|
28
|
-
import { c as
|
|
29
|
-
function
|
|
30
|
-
const e =
|
|
26
|
+
import { b as ut, a as gt } from "./spread-CPis22AE.js";
|
|
27
|
+
import { a as ht, R as yt } from "./range-l4fNHLEg.js";
|
|
28
|
+
import { f as xt, C as bt } from "./category-Dnd2_j0x.js";
|
|
29
|
+
import { c as vt, T as St } from "./table-CQCAnDLb.js";
|
|
30
|
+
function wt(t) {
|
|
31
|
+
const e = T(31), {
|
|
31
32
|
id: n,
|
|
32
33
|
data: r,
|
|
33
34
|
isLoading: o,
|
|
34
35
|
isFetching: i,
|
|
35
36
|
error: s,
|
|
36
37
|
formatter: c,
|
|
37
|
-
labelFormatter:
|
|
38
|
+
labelFormatter: f,
|
|
38
39
|
keepAlive: u,
|
|
39
40
|
children: m
|
|
40
|
-
} = t,
|
|
41
|
+
} = t, p = u === void 0 ? !1 : u;
|
|
41
42
|
let g;
|
|
42
|
-
e[0] !== r || e[1] !== s || e[2] !== c || e[3] !== n || e[4] !== i || e[5] !== o || e[6] !==
|
|
43
|
+
e[0] !== r || e[1] !== s || e[2] !== c || e[3] !== n || e[4] !== i || e[5] !== o || e[6] !== f ? (g = () => {
|
|
43
44
|
if (we(n))
|
|
44
|
-
return
|
|
45
|
-
const
|
|
45
|
+
return Ee(n);
|
|
46
|
+
const E = Ce(n, {
|
|
46
47
|
data: r,
|
|
47
48
|
isLoading: o,
|
|
48
49
|
isFetching: i,
|
|
49
50
|
error: s,
|
|
50
51
|
formatter: c,
|
|
51
|
-
labelFormatter:
|
|
52
|
+
labelFormatter: f
|
|
52
53
|
});
|
|
53
|
-
return Te(n,
|
|
54
|
-
}, e[0] = r, e[1] = s, e[2] = c, e[3] = n, e[4] = i, e[5] = o, e[6] =
|
|
55
|
-
const [l] =
|
|
54
|
+
return Te(n, E), E;
|
|
55
|
+
}, e[0] = r, e[1] = s, e[2] = c, e[3] = n, e[4] = i, e[5] = o, e[6] = f, e[7] = g) : g = e[7];
|
|
56
|
+
const [l] = V(g);
|
|
56
57
|
let d, h;
|
|
57
|
-
e[8] !== n || e[9] !==
|
|
58
|
-
|
|
59
|
-
keepAlive:
|
|
58
|
+
e[8] !== n || e[9] !== p || e[10] !== l ? (d = () => (ke(n, l), () => {
|
|
59
|
+
Ie(n, {
|
|
60
|
+
keepAlive: p
|
|
60
61
|
});
|
|
61
|
-
}), h = [n, l,
|
|
62
|
-
let
|
|
63
|
-
e[13] !== r || e[14] !== l ? (
|
|
62
|
+
}), h = [n, l, p], e[8] = n, e[9] = p, e[10] = l, e[11] = d, e[12] = h) : (d = e[11], h = e[12]), ee(d, h);
|
|
63
|
+
let y, x;
|
|
64
|
+
e[13] !== r || e[14] !== l ? (y = () => {
|
|
64
65
|
l.setState({
|
|
65
66
|
rawData: r
|
|
66
67
|
});
|
|
67
|
-
},
|
|
68
|
-
let
|
|
69
|
-
e[17] !== s || e[18] !== i || e[19] !== o || e[20] !== l ? (
|
|
68
|
+
}, x = [l, r], e[13] = r, e[14] = l, e[15] = y, e[16] = x) : (y = e[15], x = e[16]), ee(y, x);
|
|
69
|
+
let b, w;
|
|
70
|
+
e[17] !== s || e[18] !== i || e[19] !== o || e[20] !== l ? (b = () => {
|
|
70
71
|
l.setState({
|
|
71
72
|
isLoading: o ?? !1,
|
|
72
73
|
isFetching: i ?? !1,
|
|
73
74
|
error: s
|
|
74
75
|
});
|
|
75
|
-
},
|
|
76
|
-
let
|
|
77
|
-
e[23] !== c || e[24] !==
|
|
76
|
+
}, w = [l, o, i, s], e[17] = s, e[18] = i, e[19] = o, e[20] = l, e[21] = b, e[22] = w) : (b = e[21], w = e[22]), ee(b, w);
|
|
77
|
+
let k, I;
|
|
78
|
+
e[23] !== c || e[24] !== f || e[25] !== l ? (I = () => {
|
|
78
79
|
l.setState({
|
|
79
80
|
rawFormatter: c,
|
|
80
81
|
formatter: c,
|
|
81
|
-
labelFormatter:
|
|
82
|
+
labelFormatter: f
|
|
82
83
|
});
|
|
83
|
-
},
|
|
84
|
-
let
|
|
85
|
-
return e[28] !== m || e[29] !== n ? (
|
|
84
|
+
}, k = [l, c, f], e[23] = c, e[24] = f, e[25] = l, e[26] = k, e[27] = I) : (k = e[26], I = e[27]), ee(I, k);
|
|
85
|
+
let A;
|
|
86
|
+
return e[28] !== m || e[29] !== n ? (A = /* @__PURE__ */ a(Se.Provider, { value: n, children: m }), e[28] = m, e[29] = n, e[30] = A) : A = e[30], A;
|
|
86
87
|
}
|
|
87
|
-
const
|
|
88
|
+
const j = {
|
|
88
89
|
root: {
|
|
89
90
|
position: "relative",
|
|
90
91
|
width: "100%",
|
|
91
92
|
minWidth: 0,
|
|
92
93
|
bgcolor: "background.paper",
|
|
93
|
-
border: "1px solid",
|
|
94
|
-
borderColor: "divider",
|
|
95
94
|
borderRadius: 1,
|
|
96
95
|
overflow: "hidden",
|
|
96
|
+
boxShadow: "none",
|
|
97
97
|
// MUI Accordion ships its own collapsed-state divider rules; clear them
|
|
98
98
|
// so they don't fight our card border.
|
|
99
99
|
"&::before": {
|
|
@@ -231,113 +231,114 @@ const N = {
|
|
|
231
231
|
pt: 1
|
|
232
232
|
}
|
|
233
233
|
};
|
|
234
|
-
function
|
|
235
|
-
const e =
|
|
234
|
+
function me(t) {
|
|
235
|
+
const e = T(5), {
|
|
236
236
|
sx: n,
|
|
237
237
|
children: r
|
|
238
238
|
} = t;
|
|
239
239
|
let o;
|
|
240
240
|
e[0] !== n ? (o = {
|
|
241
|
-
...
|
|
241
|
+
...j.actions,
|
|
242
242
|
...n
|
|
243
243
|
}, e[0] = n, e[1] = o) : o = e[1];
|
|
244
244
|
let i;
|
|
245
|
-
return e[2] !== r || e[3] !== o ? (i = /* @__PURE__ */ a(
|
|
245
|
+
return e[2] !== r || e[3] !== o ? (i = /* @__PURE__ */ a(W, { className: "widget-wrapper-actions", onClick: Et, sx: o, children: r }), e[2] = r, e[3] = o, e[4] = i) : i = e[4], i;
|
|
246
246
|
}
|
|
247
|
-
function
|
|
247
|
+
function Et(t) {
|
|
248
248
|
return t.stopPropagation();
|
|
249
249
|
}
|
|
250
|
-
function
|
|
251
|
-
const e =
|
|
250
|
+
function ue(t) {
|
|
251
|
+
const e = T(5), {
|
|
252
252
|
sx: n,
|
|
253
253
|
children: r
|
|
254
254
|
} = t;
|
|
255
255
|
let o;
|
|
256
256
|
e[0] !== n ? (o = {
|
|
257
|
-
...
|
|
257
|
+
...j.options,
|
|
258
258
|
...n
|
|
259
259
|
}, e[0] = n, e[1] = o) : o = e[1];
|
|
260
260
|
let i;
|
|
261
|
-
return e[2] !== r || e[3] !== o ? (i = /* @__PURE__ */ a(
|
|
261
|
+
return e[2] !== r || e[3] !== o ? (i = /* @__PURE__ */ a(W, { onClick: Ct, sx: o, children: r }), e[2] = r, e[3] = o, e[4] = i) : i = e[4], i;
|
|
262
262
|
}
|
|
263
263
|
function Ct(t) {
|
|
264
264
|
return t.stopPropagation();
|
|
265
265
|
}
|
|
266
|
-
const
|
|
266
|
+
const Tt = {
|
|
267
267
|
collapse: "Collapse",
|
|
268
268
|
expand: "Expand",
|
|
269
269
|
errorFallbackTitle: "Widget failed to render"
|
|
270
270
|
};
|
|
271
|
-
function
|
|
272
|
-
const e =
|
|
271
|
+
function kt(t) {
|
|
272
|
+
const e = T(35), {
|
|
273
273
|
title: n,
|
|
274
274
|
collapsed: r,
|
|
275
275
|
onCollapseChange: o,
|
|
276
276
|
defaultCollapsed: i,
|
|
277
277
|
disabled: s,
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
e[2] !== c ? (w = {
|
|
292
|
-
...Et,
|
|
293
|
-
...c
|
|
294
|
-
}, e[2] = c, e[3] = w) : w = e[3];
|
|
295
|
-
const D = w;
|
|
278
|
+
variant: c,
|
|
279
|
+
labels: f,
|
|
280
|
+
expandIcon: u,
|
|
281
|
+
iconProps: m,
|
|
282
|
+
sx: p,
|
|
283
|
+
children: g
|
|
284
|
+
} = t, l = i === void 0 ? !1 : i, d = s === void 0 ? !1 : s, h = c === void 0 ? "elevation" : c, y = u === void 0 ? ze : u, x = pe(), b = _e(x, It), w = r !== void 0, [k, I] = V(l), A = w ? r : k;
|
|
285
|
+
let E;
|
|
286
|
+
e[0] !== o ? (E = (H, N) => {
|
|
287
|
+
const K = !N;
|
|
288
|
+
o?.(K), I(K);
|
|
289
|
+
}, e[0] = o, e[1] = E) : E = e[1];
|
|
290
|
+
const F = E;
|
|
296
291
|
let _;
|
|
297
|
-
e[
|
|
292
|
+
e[2] !== f ? (_ = {
|
|
293
|
+
...Tt,
|
|
294
|
+
...f
|
|
295
|
+
}, e[2] = f, e[3] = _) : _ = e[3];
|
|
296
|
+
const L = _;
|
|
297
|
+
let S;
|
|
298
|
+
e[4] !== g ? (S = _t(g), e[4] = g, e[5] = S) : S = e[5];
|
|
298
299
|
const {
|
|
299
|
-
summary:
|
|
300
|
-
details:
|
|
301
|
-
} =
|
|
302
|
-
let A;
|
|
303
|
-
e[6] !== m ? (A = {
|
|
304
|
-
...N.root,
|
|
305
|
-
...m
|
|
306
|
-
}, e[6] = m, e[7] = A) : A = e[7];
|
|
307
|
-
let P;
|
|
308
|
-
e[8] !== x ? (P = x ? /* @__PURE__ */ a(We, { sx: N.loading, color: "primary" }) : null, e[8] = x, e[9] = P) : P = e[9];
|
|
309
|
-
let F;
|
|
310
|
-
e[10] !== d || e[11] !== u ? (F = /* @__PURE__ */ a(d, { fontSize: "small", ...u }), e[10] = d, e[11] = u, e[12] = F) : F = e[12];
|
|
311
|
-
let B;
|
|
312
|
-
e[13] !== n ? (B = (j) => {
|
|
313
|
-
const {
|
|
314
|
-
ref: q
|
|
315
|
-
} = j;
|
|
316
|
-
return /* @__PURE__ */ a($, { sx: N.titleCell, children: /* @__PURE__ */ a(Z, { ref: q, variant: "subtitle1", sx: N.titleText, textTransform: "none", children: n }) });
|
|
317
|
-
}, e[13] = n, e[14] = B) : B = e[14];
|
|
300
|
+
summary: v,
|
|
301
|
+
details: q
|
|
302
|
+
} = S, te = A ? L.expand : L.collapse, B = A ? "true" : void 0, Z = !A;
|
|
318
303
|
let O;
|
|
319
|
-
e[
|
|
304
|
+
e[6] !== p ? (O = {
|
|
305
|
+
...j.root,
|
|
306
|
+
...p
|
|
307
|
+
}, e[6] = p, e[7] = O) : O = e[7];
|
|
320
308
|
let M;
|
|
321
|
-
e[
|
|
322
|
-
O,
|
|
323
|
-
I
|
|
324
|
-
] }), e[18] = b, e[19] = I, e[20] = F, e[21] = O, e[22] = M) : M = e[22];
|
|
325
|
-
let U;
|
|
326
|
-
e[23] !== C ? (U = /* @__PURE__ */ a(De, { sx: N.detail, children: C }), e[23] = C, e[24] = U) : U = e[24];
|
|
309
|
+
e[8] !== b ? (M = b ? /* @__PURE__ */ a(We, { sx: j.loading, color: "primary" }) : null, e[8] = b, e[9] = M) : M = e[9];
|
|
327
310
|
let R;
|
|
328
|
-
|
|
329
|
-
|
|
311
|
+
e[10] !== y || e[11] !== m ? (R = /* @__PURE__ */ a(y, { fontSize: "small", ...m }), e[10] = y, e[11] = m, e[12] = R) : R = e[12];
|
|
312
|
+
let P;
|
|
313
|
+
e[13] !== n ? (P = (H) => {
|
|
314
|
+
const {
|
|
315
|
+
ref: N
|
|
316
|
+
} = H;
|
|
317
|
+
return /* @__PURE__ */ a(W, { sx: j.titleCell, children: /* @__PURE__ */ a(X, { ref: N, variant: "subtitle1", sx: j.titleText, textTransform: "none", children: n }) });
|
|
318
|
+
}, e[13] = n, e[14] = P) : P = e[14];
|
|
319
|
+
let U;
|
|
320
|
+
e[15] !== P || e[16] !== n ? (U = /* @__PURE__ */ a(He, { title: n, children: P }), e[15] = P, e[16] = n, e[17] = U) : U = e[17];
|
|
321
|
+
let $;
|
|
322
|
+
e[18] !== te || e[19] !== v || e[20] !== R || e[21] !== U ? ($ = /* @__PURE__ */ G($e, { expandIcon: R, "aria-label": te, sx: j.summary, children: [
|
|
323
|
+
U,
|
|
324
|
+
v
|
|
325
|
+
] }), e[18] = te, e[19] = v, e[20] = R, e[21] = U, e[22] = $) : $ = e[22];
|
|
326
|
+
let D;
|
|
327
|
+
e[23] !== q ? (D = /* @__PURE__ */ a(De, { sx: j.detail, children: q }), e[23] = q, e[24] = D) : D = e[24];
|
|
328
|
+
let z;
|
|
329
|
+
return e[25] !== d || e[26] !== F || e[27] !== O || e[28] !== M || e[29] !== $ || e[30] !== D || e[31] !== B || e[32] !== Z || e[33] !== h ? (z = /* @__PURE__ */ G(Fe, { "data-collapsed": B, expanded: Z, onChange: F, disabled: d, disableGutters: !0, elevation: 0, variant: h, square: !0, sx: O, children: [
|
|
330
330
|
M,
|
|
331
|
-
|
|
332
|
-
|
|
331
|
+
$,
|
|
332
|
+
D
|
|
333
|
+
] }), e[25] = d, e[26] = F, e[27] = O, e[28] = M, e[29] = $, e[30] = D, e[31] = B, e[32] = Z, e[33] = h, e[34] = z) : z = e[34], z;
|
|
333
334
|
}
|
|
334
|
-
function
|
|
335
|
+
function It(t) {
|
|
335
336
|
return t.isFetching;
|
|
336
337
|
}
|
|
337
338
|
function _t(t) {
|
|
338
339
|
const e = [], n = [];
|
|
339
340
|
for (const r of ae.toArray(t))
|
|
340
|
-
se(r,
|
|
341
|
+
se(r, me) || se(r, ue) ? e.push(r) : n.push(r);
|
|
341
342
|
return {
|
|
342
343
|
summary: e,
|
|
343
344
|
details: n
|
|
@@ -346,33 +347,33 @@ function _t(t) {
|
|
|
346
347
|
function se(t, e) {
|
|
347
348
|
return ce(t) && t.type === e;
|
|
348
349
|
}
|
|
349
|
-
function
|
|
350
|
-
const e =
|
|
350
|
+
function At(t) {
|
|
351
|
+
const e = T(5), {
|
|
351
352
|
sx: n,
|
|
352
353
|
children: r
|
|
353
354
|
} = t;
|
|
354
355
|
let o;
|
|
355
356
|
e[0] !== n ? (o = {
|
|
356
|
-
...
|
|
357
|
+
...j.content,
|
|
357
358
|
...n
|
|
358
359
|
}, e[0] = n, e[1] = o) : o = e[1];
|
|
359
360
|
let i;
|
|
360
|
-
return e[2] !== r || e[3] !== o ? (i = /* @__PURE__ */ a(
|
|
361
|
+
return e[2] !== r || e[3] !== o ? (i = /* @__PURE__ */ a(W, { "data-slot": "content", sx: o, children: r }), e[2] = r, e[3] = o, e[4] = i) : i = e[4], i;
|
|
361
362
|
}
|
|
362
|
-
function
|
|
363
|
-
const e =
|
|
363
|
+
function Lt(t) {
|
|
364
|
+
const e = T(5), {
|
|
364
365
|
sx: n,
|
|
365
366
|
children: r
|
|
366
367
|
} = t;
|
|
367
368
|
let o;
|
|
368
369
|
e[0] !== n ? (o = {
|
|
369
|
-
...
|
|
370
|
+
...j.footer,
|
|
370
371
|
...n
|
|
371
372
|
}, e[0] = n, e[1] = o) : o = e[1];
|
|
372
373
|
let i;
|
|
373
|
-
return e[2] !== r || e[3] !== o ? (i = /* @__PURE__ */ a(
|
|
374
|
+
return e[2] !== r || e[3] !== o ? (i = /* @__PURE__ */ a(W, { "data-slot": "footer", sx: o, children: r }), e[2] = r, e[3] = o, e[4] = i) : i = e[4], i;
|
|
374
375
|
}
|
|
375
|
-
const
|
|
376
|
+
const Wt = {
|
|
376
377
|
root: {
|
|
377
378
|
display: "grid",
|
|
378
379
|
gridTemplateColumns: "1fr auto",
|
|
@@ -382,18 +383,18 @@ const Lt = {
|
|
|
382
383
|
pb: 1
|
|
383
384
|
}
|
|
384
385
|
};
|
|
385
|
-
function
|
|
386
|
-
const e =
|
|
386
|
+
function $t(t) {
|
|
387
|
+
const e = T(5), {
|
|
387
388
|
sx: n,
|
|
388
389
|
children: r
|
|
389
390
|
} = t;
|
|
390
391
|
let o;
|
|
391
392
|
e[0] !== n ? (o = {
|
|
392
|
-
...
|
|
393
|
+
...Wt.root,
|
|
393
394
|
...n
|
|
394
395
|
}, e[0] = n, e[1] = o) : o = e[1];
|
|
395
396
|
let i;
|
|
396
|
-
return e[2] !== r || e[3] !== o ? (i = /* @__PURE__ */ a(
|
|
397
|
+
return e[2] !== r || e[3] !== o ? (i = /* @__PURE__ */ a(W, { sx: o, children: r }), e[2] = r, e[3] = o, e[4] = i) : i = e[4], i;
|
|
397
398
|
}
|
|
398
399
|
const ge = {
|
|
399
400
|
emptyRoot: {
|
|
@@ -417,55 +418,55 @@ const ge = {
|
|
|
417
418
|
flexDirection: "column",
|
|
418
419
|
flex: 1
|
|
419
420
|
}
|
|
420
|
-
},
|
|
421
|
+
}, Dt = {
|
|
421
422
|
errorTitle: "Something went wrong",
|
|
422
423
|
errorMessage: (t) => t instanceof Error ? t.message : typeof t == "string" ? t : t && typeof t == "object" && "message" in t ? String(t.message) : "Unknown error",
|
|
423
424
|
emptyTitle: "No data",
|
|
424
425
|
emptyDescription: "Try adjusting filters or wait for data to load."
|
|
425
|
-
},
|
|
426
|
+
}, Ft = (t) => ({
|
|
426
427
|
isLoading: t.isLoading,
|
|
427
428
|
isFetching: t.isFetching,
|
|
428
429
|
error: t.error,
|
|
429
430
|
rawData: t.rawData
|
|
430
431
|
});
|
|
431
|
-
function
|
|
432
|
-
const e =
|
|
432
|
+
function Bt(t) {
|
|
433
|
+
const e = T(17), {
|
|
433
434
|
skeleton: n,
|
|
434
435
|
children: r,
|
|
435
436
|
isEmpty: o,
|
|
436
437
|
fallback: i,
|
|
437
438
|
labels: s
|
|
438
|
-
} = t, c = o === void 0 ?
|
|
439
|
+
} = t, c = o === void 0 ? Pt : o, f = pe(), u = Ae(f, Ft);
|
|
439
440
|
let m;
|
|
440
441
|
e[0] !== s ? (m = {
|
|
441
|
-
|
|
442
|
+
...Dt,
|
|
442
443
|
...s
|
|
443
444
|
}, e[0] = s, e[1] = m) : m = e[1];
|
|
444
|
-
const
|
|
445
|
+
const p = m;
|
|
445
446
|
if (u.isLoading) {
|
|
446
447
|
let d;
|
|
447
448
|
return e[2] !== n ? (d = /* @__PURE__ */ a(re, { children: n }), e[2] = n, e[3] = d) : d = e[3], d;
|
|
448
449
|
}
|
|
449
450
|
if (u.error !== void 0 && u.error !== null) {
|
|
450
451
|
let d;
|
|
451
|
-
if (e[4] !==
|
|
452
|
-
const h =
|
|
453
|
-
d = i ? /* @__PURE__ */ a(re, { children: i(h) }) : /* @__PURE__ */ a(he, { error: h, labels:
|
|
452
|
+
if (e[4] !== p || e[5] !== i || e[6] !== u.error) {
|
|
453
|
+
const h = Ut(u.error);
|
|
454
|
+
d = i ? /* @__PURE__ */ a(re, { children: i(h) }) : /* @__PURE__ */ a(he, { error: h, labels: p }), e[4] = p, e[5] = i, e[6] = u.error, e[7] = d;
|
|
454
455
|
} else
|
|
455
456
|
d = e[7];
|
|
456
457
|
return d;
|
|
457
458
|
}
|
|
458
459
|
if (c(u.rawData)) {
|
|
459
460
|
let d;
|
|
460
|
-
return e[8] !==
|
|
461
|
+
return e[8] !== p ? (d = /* @__PURE__ */ a(Mt, { labels: p }), e[8] = p, e[9] = d) : d = e[9], d;
|
|
461
462
|
}
|
|
462
463
|
let g;
|
|
463
|
-
e[10] !== r || e[11] !==
|
|
464
|
+
e[10] !== r || e[11] !== f ? (g = /* @__PURE__ */ a(Ot, { id: f, children: r }), e[10] = r, e[11] = f, e[12] = g) : g = e[12];
|
|
464
465
|
let l;
|
|
465
|
-
return e[13] !==
|
|
466
|
+
return e[13] !== p || e[14] !== i || e[15] !== g ? (l = /* @__PURE__ */ a(Rt, { fallback: i, labels: p, children: g }), e[13] = p, e[14] = i, e[15] = g, e[16] = l) : l = e[16], l;
|
|
466
467
|
}
|
|
467
|
-
function
|
|
468
|
-
const e =
|
|
468
|
+
function Ot(t) {
|
|
469
|
+
const e = T(5), {
|
|
469
470
|
id: n,
|
|
470
471
|
children: r
|
|
471
472
|
} = t;
|
|
@@ -473,10 +474,10 @@ function Bt(t) {
|
|
|
473
474
|
e[0] !== n ? (o = (c) => Le(n, c), e[0] = n, e[1] = o) : o = e[1];
|
|
474
475
|
const i = o;
|
|
475
476
|
let s;
|
|
476
|
-
return e[2] !== r || e[3] !== i ? (s = /* @__PURE__ */ a(
|
|
477
|
+
return e[2] !== r || e[3] !== i ? (s = /* @__PURE__ */ a(W, { ref: i, sx: ge.captureBox, children: r }), e[2] = r, e[3] = i, e[4] = s) : s = e[4], s;
|
|
477
478
|
}
|
|
478
479
|
function he(t) {
|
|
479
|
-
const e =
|
|
480
|
+
const e = T(8), {
|
|
480
481
|
error: n,
|
|
481
482
|
labels: r
|
|
482
483
|
} = t;
|
|
@@ -485,26 +486,26 @@ function he(t) {
|
|
|
485
486
|
let i;
|
|
486
487
|
e[2] !== n || e[3] !== r ? (i = r.errorMessage(n), e[2] = n, e[3] = r, e[4] = i) : i = e[4];
|
|
487
488
|
let s;
|
|
488
|
-
return e[5] !== o || e[6] !== i ? (s = /* @__PURE__ */
|
|
489
|
+
return e[5] !== o || e[6] !== i ? (s = /* @__PURE__ */ G(Oe, { severity: "error", children: [
|
|
489
490
|
o,
|
|
490
491
|
i
|
|
491
492
|
] }), e[5] = o, e[6] = i, e[7] = s) : s = e[7], s;
|
|
492
493
|
}
|
|
493
|
-
function
|
|
494
|
-
const e =
|
|
494
|
+
function Mt(t) {
|
|
495
|
+
const e = T(7), {
|
|
495
496
|
labels: n
|
|
496
497
|
} = t;
|
|
497
498
|
let r;
|
|
498
|
-
e[0] !== n.emptyTitle ? (r = /* @__PURE__ */ a(
|
|
499
|
+
e[0] !== n.emptyTitle ? (r = /* @__PURE__ */ a(X, { variant: "body2", color: "text.primary", children: n.emptyTitle }), e[0] = n.emptyTitle, e[1] = r) : r = e[1];
|
|
499
500
|
let o;
|
|
500
|
-
e[2] !== n.emptyDescription ? (o = /* @__PURE__ */ a(
|
|
501
|
+
e[2] !== n.emptyDescription ? (o = /* @__PURE__ */ a(X, { variant: "caption", color: "text.secondary", children: n.emptyDescription }), e[2] = n.emptyDescription, e[3] = o) : o = e[3];
|
|
501
502
|
let i;
|
|
502
|
-
return e[4] !== r || e[5] !== o ? (i = /* @__PURE__ */
|
|
503
|
+
return e[4] !== r || e[5] !== o ? (i = /* @__PURE__ */ G(W, { sx: ge.emptyRoot, children: [
|
|
503
504
|
r,
|
|
504
505
|
o
|
|
505
506
|
] }), e[4] = r, e[5] = o, e[6] = i) : i = e[6], i;
|
|
506
507
|
}
|
|
507
|
-
class
|
|
508
|
+
class Rt extends be {
|
|
508
509
|
state = {
|
|
509
510
|
error: null
|
|
510
511
|
};
|
|
@@ -530,29 +531,39 @@ class Mt extends be {
|
|
|
530
531
|
return this.props.children;
|
|
531
532
|
}
|
|
532
533
|
}
|
|
533
|
-
function
|
|
534
|
+
function Pt(t) {
|
|
534
535
|
return t == null ? !0 : Array.isArray(t) ? !!(t.length === 0 || t.every((e) => Array.isArray(e) && e.length === 0)) : typeof t == "object" && Object.keys(t).length === 0;
|
|
535
536
|
}
|
|
536
|
-
function
|
|
537
|
+
function Ut(t) {
|
|
537
538
|
return t instanceof Error ? t : typeof t == "string" ? new Error(t) : t && typeof t == "object" && "message" in t ? new Error(String(t.message)) : new Error("Unknown error");
|
|
538
539
|
}
|
|
539
|
-
const
|
|
540
|
-
allSelected: "All selected",
|
|
541
|
-
selections: (t) => `${t} selected`,
|
|
540
|
+
const Nt = {
|
|
542
541
|
clear: "Clear"
|
|
543
|
-
},
|
|
542
|
+
}, Q = {
|
|
544
543
|
root: {
|
|
545
544
|
display: "flex",
|
|
546
545
|
alignItems: "center",
|
|
547
546
|
gap: 0.5,
|
|
548
547
|
minHeight: 24
|
|
549
548
|
},
|
|
550
|
-
|
|
549
|
+
count: {
|
|
550
|
+
display: "inline-flex",
|
|
551
|
+
alignItems: "baseline",
|
|
552
|
+
gap: 0.5
|
|
553
|
+
},
|
|
554
|
+
selected: {
|
|
555
|
+
color: "text.primary",
|
|
556
|
+
fontWeight: 600
|
|
557
|
+
},
|
|
558
|
+
separator: {
|
|
559
|
+
color: "text.secondary"
|
|
560
|
+
},
|
|
561
|
+
total: {
|
|
551
562
|
color: "text.secondary"
|
|
552
563
|
}
|
|
553
564
|
};
|
|
554
|
-
function
|
|
555
|
-
const e =
|
|
565
|
+
function jt(t) {
|
|
566
|
+
const e = T(33), {
|
|
556
567
|
count: n,
|
|
557
568
|
total: r,
|
|
558
569
|
onClear: o,
|
|
@@ -560,41 +571,34 @@ function Nt(t) {
|
|
|
560
571
|
icon: s,
|
|
561
572
|
iconProps: c
|
|
562
573
|
} = t;
|
|
563
|
-
if (r
|
|
574
|
+
if (!r)
|
|
564
575
|
return null;
|
|
565
|
-
let
|
|
566
|
-
if (e[0] !== s || e[1] !== n || e[2] !== c || e[3] !== i) {
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
] });
|
|
578
|
-
break e;
|
|
579
|
-
}
|
|
580
|
-
u = $, d = te.root, p = Z, f = "caption", g = te.label, l = m.selections(n);
|
|
581
|
-
}
|
|
582
|
-
e[0] = s, e[1] = n, e[2] = c, e[3] = i, e[4] = p, e[5] = u, e[6] = m, e[7] = f, e[8] = g, e[9] = l, e[10] = d, e[11] = h;
|
|
576
|
+
let f, u, m, p, g, l, d, h, y;
|
|
577
|
+
if (e[0] !== s || e[1] !== n || e[2] !== c || e[3] !== i || e[4] !== r) {
|
|
578
|
+
m = {
|
|
579
|
+
...Nt,
|
|
580
|
+
...i
|
|
581
|
+
};
|
|
582
|
+
const k = n === 0 ? r : n;
|
|
583
|
+
u = W, h = Q.root, e[14] !== s || e[15] !== c ? (y = s ? /* @__PURE__ */ a(s, { fontSize: "small", ...c }) : null, e[14] = s, e[15] = c, e[16] = y) : y = e[16], f = W, p = "span", g = Q.count, l = `${k} / ${r}`, d = m.summary ? m.summary(k, r) : /* @__PURE__ */ G(re, { children: [
|
|
584
|
+
/* @__PURE__ */ a(X, { component: "span", variant: "caption", sx: Q.selected, children: k }),
|
|
585
|
+
/* @__PURE__ */ a(X, { component: "span", variant: "caption", sx: Q.separator, children: "/" }),
|
|
586
|
+
/* @__PURE__ */ a(X, { component: "span", variant: "caption", sx: Q.total, children: r })
|
|
587
|
+
] }), e[0] = s, e[1] = n, e[2] = c, e[3] = i, e[4] = r, e[5] = f, e[6] = u, e[7] = m, e[8] = p, e[9] = g, e[10] = l, e[11] = d, e[12] = h, e[13] = y;
|
|
583
588
|
} else
|
|
584
|
-
|
|
585
|
-
if (h !== /* @__PURE__ */ Symbol.for("react.early_return_sentinel"))
|
|
586
|
-
return h;
|
|
589
|
+
f = e[5], u = e[6], m = e[7], p = e[8], g = e[9], l = e[10], d = e[11], h = e[12], y = e[13];
|
|
587
590
|
let x;
|
|
588
|
-
e[
|
|
589
|
-
let
|
|
590
|
-
e[
|
|
591
|
-
let
|
|
592
|
-
return e[
|
|
591
|
+
e[17] !== f || e[18] !== p || e[19] !== g || e[20] !== l || e[21] !== d ? (x = /* @__PURE__ */ a(f, { component: p, sx: g, "aria-label": l, children: d }), e[17] = f, e[18] = p, e[19] = g, e[20] = l, e[21] = d, e[22] = x) : x = e[22];
|
|
592
|
+
let b;
|
|
593
|
+
e[23] !== m || e[24] !== n || e[25] !== o ? (b = n > 0 && o && /* @__PURE__ */ a(Me, { size: "small", variant: "text", onClick: o, children: m.clear }), e[23] = m, e[24] = n, e[25] = o, e[26] = b) : b = e[26];
|
|
594
|
+
let w;
|
|
595
|
+
return e[27] !== u || e[28] !== h || e[29] !== y || e[30] !== x || e[31] !== b ? (w = /* @__PURE__ */ G(u, { sx: h, children: [
|
|
596
|
+
y,
|
|
593
597
|
x,
|
|
594
|
-
|
|
595
|
-
] }), e[
|
|
598
|
+
b
|
|
599
|
+
] }), e[27] = u, e[28] = h, e[29] = y, e[30] = x, e[31] = b, e[32] = w) : w = e[32], w;
|
|
596
600
|
}
|
|
597
|
-
const
|
|
601
|
+
const zt = {
|
|
598
602
|
trigger: "More actions",
|
|
599
603
|
close: "Close"
|
|
600
604
|
}, ne = {
|
|
@@ -629,127 +633,127 @@ const jt = {
|
|
|
629
633
|
borderRadius: 0.5
|
|
630
634
|
}
|
|
631
635
|
};
|
|
632
|
-
function
|
|
633
|
-
const e =
|
|
636
|
+
function Ht(t) {
|
|
637
|
+
const e = T(44), {
|
|
634
638
|
visibleCount: n,
|
|
635
639
|
labels: r,
|
|
636
640
|
icon: o,
|
|
637
641
|
iconProps: i,
|
|
638
642
|
direction: s,
|
|
639
643
|
sx: c,
|
|
640
|
-
children:
|
|
644
|
+
children: f
|
|
641
645
|
} = t, u = o === void 0 ? qe : o, m = s === void 0 ? "right" : s;
|
|
642
|
-
let
|
|
643
|
-
e[0] !== r ? (
|
|
644
|
-
...
|
|
646
|
+
let p;
|
|
647
|
+
e[0] !== r ? (p = {
|
|
648
|
+
...zt,
|
|
645
649
|
...r
|
|
646
|
-
}, e[0] = r, e[1] =
|
|
647
|
-
const g =
|
|
648
|
-
let
|
|
649
|
-
e[2] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
650
|
-
const
|
|
651
|
-
let
|
|
652
|
-
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
653
|
-
|
|
654
|
-
}, e[3] =
|
|
655
|
-
const
|
|
656
|
-
let _,
|
|
650
|
+
}, e[0] = r, e[1] = p) : p = e[1];
|
|
651
|
+
const g = p, [l, d] = V(!1), [h, y] = V(null), [x, b] = V(null), [w, k] = V(null);
|
|
652
|
+
let I;
|
|
653
|
+
e[2] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (I = () => d(Xt), e[2] = I) : I = e[2];
|
|
654
|
+
const A = I;
|
|
655
|
+
let E;
|
|
656
|
+
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (E = (C) => {
|
|
657
|
+
y(C);
|
|
658
|
+
}, e[3] = E) : E = e[3];
|
|
659
|
+
const F = E;
|
|
660
|
+
let _, L;
|
|
657
661
|
e[4] !== l ? (_ = () => {
|
|
658
662
|
if (!l)
|
|
659
663
|
return;
|
|
660
|
-
const
|
|
661
|
-
|
|
664
|
+
const C = (J) => {
|
|
665
|
+
J.key === "Escape" && d(!1);
|
|
662
666
|
};
|
|
663
|
-
return document.addEventListener("keydown",
|
|
664
|
-
},
|
|
665
|
-
const [
|
|
666
|
-
let
|
|
667
|
-
e[7] !==
|
|
668
|
-
const
|
|
669
|
-
let
|
|
667
|
+
return document.addEventListener("keydown", C), () => document.removeEventListener("keydown", C);
|
|
668
|
+
}, L = [l], e[4] = l, e[5] = _, e[6] = L) : (_ = e[5], L = e[6]), de(_, L);
|
|
669
|
+
const [S] = V(qt);
|
|
670
|
+
let v, q;
|
|
671
|
+
e[7] !== f ? (v = ae.toArray(f).filter(Gt), q = v.reduce(Vt, 0), e[7] = f, e[8] = v, e[9] = q) : (v = e[8], q = e[9]);
|
|
672
|
+
const B = n !== void 0 && q > n;
|
|
673
|
+
let Z;
|
|
670
674
|
e: {
|
|
671
|
-
if (!
|
|
672
|
-
|
|
675
|
+
if (!B || n === void 0) {
|
|
676
|
+
Z = null;
|
|
673
677
|
break e;
|
|
674
678
|
}
|
|
675
|
-
let
|
|
676
|
-
e[10] !==
|
|
679
|
+
let C;
|
|
680
|
+
e[10] !== v || e[11] !== n ? (C = Zt(v, n), e[10] = v, e[11] = n, e[12] = C) : C = e[12], Z = C;
|
|
677
681
|
}
|
|
678
|
-
const
|
|
679
|
-
!
|
|
680
|
-
let
|
|
681
|
-
if (e[13] !==
|
|
682
|
-
const
|
|
683
|
-
|
|
684
|
-
},
|
|
682
|
+
const O = Z;
|
|
683
|
+
!B && l && d(!1);
|
|
684
|
+
let M, R;
|
|
685
|
+
if (e[13] !== S || e[14] !== x || e[15] !== l || e[16] !== w ? (M = () => {
|
|
686
|
+
const C = l && w ? w : x;
|
|
687
|
+
S && C && S.parentNode !== C && C.appendChild(S);
|
|
688
|
+
}, R = [l, x, w, S], e[13] = S, e[14] = x, e[15] = l, e[16] = w, e[17] = M, e[18] = R) : (M = e[17], R = e[18]), ee(M, R), v.length === 0)
|
|
685
689
|
return null;
|
|
686
|
-
const
|
|
687
|
-
let
|
|
688
|
-
e[19] !== U || e[20] !== c ? (
|
|
690
|
+
const P = l ? g.close : g.trigger, U = m === "left" ? "row-reverse" : "row";
|
|
691
|
+
let $;
|
|
692
|
+
e[19] !== U || e[20] !== c ? ($ = {
|
|
689
693
|
...ne.root,
|
|
690
694
|
flexDirection: U,
|
|
691
695
|
...c
|
|
692
|
-
}, e[19] = U, e[20] = c, e[21] =
|
|
693
|
-
let
|
|
694
|
-
e[22] !== u || e[23] !== i || e[24] !== l || e[25] !==
|
|
695
|
-
/* @__PURE__ */ a(Xe, { title:
|
|
696
|
+
}, e[19] = U, e[20] = c, e[21] = $) : $ = e[21];
|
|
697
|
+
let D;
|
|
698
|
+
e[22] !== u || e[23] !== i || e[24] !== l || e[25] !== B || e[26] !== P ? (D = B && /* @__PURE__ */ G(re, { children: [
|
|
699
|
+
/* @__PURE__ */ a(Xe, { title: P, children: /* @__PURE__ */ a(Re, { ref: F, size: "small", "aria-label": P, "aria-pressed": l, onClick: A, className: l ? "active" : void 0, sx: {
|
|
696
700
|
...l && ne.triggerActive
|
|
697
701
|
}, children: l ? /* @__PURE__ */ a(Ge, { fontSize: "small" }) : /* @__PURE__ */ a(u, { fontSize: "small", ...i }) }) }),
|
|
698
702
|
/* @__PURE__ */ a(Pe, { orientation: "vertical", flexItem: !0, sx: {
|
|
699
703
|
mx: 0.5
|
|
700
704
|
} })
|
|
701
|
-
] }), e[22] = u, e[23] = i, e[24] = l, e[25] =
|
|
702
|
-
let q;
|
|
703
|
-
e[28] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (q = /* @__PURE__ */ a($, { ref: E, sx: ne.preview }), e[28] = q) : q = e[28];
|
|
705
|
+
] }), e[22] = u, e[23] = i, e[24] = l, e[25] = B, e[26] = P, e[27] = D) : D = e[27];
|
|
704
706
|
let z;
|
|
705
|
-
e[
|
|
707
|
+
e[28] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (z = /* @__PURE__ */ a(W, { ref: b, sx: ne.preview }), e[28] = z) : z = e[28];
|
|
708
|
+
let H;
|
|
709
|
+
e[29] !== h || e[30] !== m || e[31] !== l || e[32] !== B ? (H = B && /* @__PURE__ */ a(Ue, { open: l, anchorEl: h, placement: m === "left" ? "left" : "right", transition: !0, modifiers: [{
|
|
706
710
|
name: "flip",
|
|
707
711
|
enabled: !1
|
|
708
712
|
}], sx: {
|
|
709
713
|
zIndex: "tooltip",
|
|
710
714
|
mt: 0
|
|
711
|
-
}, children: (
|
|
715
|
+
}, children: (C) => {
|
|
712
716
|
const {
|
|
713
|
-
TransitionProps:
|
|
714
|
-
} =
|
|
715
|
-
return /* @__PURE__ */ a(Ne, { ...
|
|
717
|
+
TransitionProps: J
|
|
718
|
+
} = C;
|
|
719
|
+
return /* @__PURE__ */ a(Ne, { ...J, style: {
|
|
716
720
|
transformOrigin: m === "left" ? "right center" : "left center"
|
|
717
|
-
}, children: /* @__PURE__ */ a(je, { ref:
|
|
718
|
-
} }), e[29] = h, e[30] = m, e[31] = l, e[32] =
|
|
719
|
-
let
|
|
720
|
-
e[34] !==
|
|
721
|
-
const le = l || !
|
|
721
|
+
}, children: /* @__PURE__ */ a(je, { ref: k, sx: ne.paper }) });
|
|
722
|
+
} }), e[29] = h, e[30] = m, e[31] = l, e[32] = B, e[33] = H) : H = e[33];
|
|
723
|
+
let N;
|
|
724
|
+
e[34] !== S || e[35] !== O || e[36] !== v || e[37] !== l ? (N = S ? Ve(v.map((C, J) => {
|
|
725
|
+
const le = l || !O || O.has(J), xe = C.key ?? J;
|
|
722
726
|
return /* @__PURE__ */ a("div", { "data-toolbox-item-visible": le ? "true" : "false", style: {
|
|
723
727
|
display: le ? "contents" : "none"
|
|
724
|
-
}, children:
|
|
725
|
-
}),
|
|
726
|
-
let
|
|
727
|
-
return e[39] !==
|
|
728
|
-
|
|
729
|
-
q,
|
|
728
|
+
}, children: C }, xe);
|
|
729
|
+
}), S) : null, e[34] = S, e[35] = O, e[36] = v, e[37] = l, e[38] = N) : N = e[38];
|
|
730
|
+
let K;
|
|
731
|
+
return e[39] !== $ || e[40] !== D || e[41] !== H || e[42] !== N ? (K = /* @__PURE__ */ G(W, { sx: $, children: [
|
|
732
|
+
D,
|
|
730
733
|
z,
|
|
731
|
-
|
|
732
|
-
|
|
734
|
+
H,
|
|
735
|
+
N
|
|
736
|
+
] }), e[39] = $, e[40] = D, e[41] = H, e[42] = N, e[43] = K) : K = e[43], K;
|
|
733
737
|
}
|
|
734
|
-
function
|
|
738
|
+
function Vt(t, e) {
|
|
735
739
|
return t + (ie(e) ? 0 : 1);
|
|
736
740
|
}
|
|
737
|
-
function
|
|
741
|
+
function Gt(t) {
|
|
738
742
|
return ce(t);
|
|
739
743
|
}
|
|
740
|
-
function
|
|
744
|
+
function qt() {
|
|
741
745
|
if (typeof document > "u")
|
|
742
746
|
return null;
|
|
743
747
|
const t = document.createElement("div");
|
|
744
748
|
return t.style.display = "contents", t;
|
|
745
749
|
}
|
|
746
|
-
function
|
|
750
|
+
function Xt(t) {
|
|
747
751
|
return !t;
|
|
748
752
|
}
|
|
749
753
|
function ie(t) {
|
|
750
754
|
return t.props["data-toolbar-hidden"] === !0;
|
|
751
755
|
}
|
|
752
|
-
function
|
|
756
|
+
function Zt(t, e) {
|
|
753
757
|
const n = [];
|
|
754
758
|
let r = 0;
|
|
755
759
|
for (let o = 0; o < t.length && !(r >= e); o++)
|
|
@@ -758,7 +762,7 @@ function Xt(t, e) {
|
|
|
758
762
|
n.pop();
|
|
759
763
|
return new Set(n);
|
|
760
764
|
}
|
|
761
|
-
const
|
|
765
|
+
const Kt = {
|
|
762
766
|
showMore: "Show more",
|
|
763
767
|
showLess: "Show less"
|
|
764
768
|
}, oe = {
|
|
@@ -787,8 +791,8 @@ const Zt = {
|
|
|
787
791
|
}
|
|
788
792
|
}
|
|
789
793
|
};
|
|
790
|
-
function
|
|
791
|
-
const e =
|
|
794
|
+
function Y(t) {
|
|
795
|
+
const e = T(3), {
|
|
792
796
|
children: n
|
|
793
797
|
} = t;
|
|
794
798
|
let r;
|
|
@@ -796,51 +800,51 @@ function X(t) {
|
|
|
796
800
|
m: 0
|
|
797
801
|
}, e[0] = r) : r = e[0];
|
|
798
802
|
let o;
|
|
799
|
-
return e[1] !== n ? (o = /* @__PURE__ */ a(
|
|
803
|
+
return e[1] !== n ? (o = /* @__PURE__ */ a(X, { variant: "caption", component: "p", color: "inherit", sx: r, children: n }), e[1] = n, e[2] = o) : o = e[2], o;
|
|
800
804
|
}
|
|
801
|
-
const
|
|
805
|
+
const Yt = {
|
|
802
806
|
// Headings demoted to caption typography — a Note can't introduce a
|
|
803
807
|
// heading into the page outline.
|
|
804
|
-
h1:
|
|
805
|
-
h2:
|
|
806
|
-
h3:
|
|
807
|
-
h4:
|
|
808
|
-
h5:
|
|
809
|
-
h6:
|
|
810
|
-
p:
|
|
808
|
+
h1: Y,
|
|
809
|
+
h2: Y,
|
|
810
|
+
h3: Y,
|
|
811
|
+
h4: Y,
|
|
812
|
+
h5: Y,
|
|
813
|
+
h6: Y,
|
|
814
|
+
p: Y,
|
|
811
815
|
// External-safe link defaults; inherit colour from the muted caption.
|
|
812
816
|
a: ({
|
|
813
817
|
children: t,
|
|
814
818
|
href: e
|
|
815
|
-
}) => /* @__PURE__ */ a(
|
|
819
|
+
}) => /* @__PURE__ */ a(fe, { href: e, target: "_blank", rel: "noopener noreferrer", color: "inherit", underline: "always", children: t })
|
|
816
820
|
};
|
|
817
|
-
function
|
|
818
|
-
const e =
|
|
821
|
+
function Jt(t) {
|
|
822
|
+
const e = T(7), {
|
|
819
823
|
lineClamp: n,
|
|
820
824
|
labels: r,
|
|
821
825
|
children: o
|
|
822
826
|
} = t, i = n === void 0 ? 3 : n;
|
|
823
827
|
let s;
|
|
824
|
-
e[0] !== o ? (s = /* @__PURE__ */ a(
|
|
828
|
+
e[0] !== o ? (s = /* @__PURE__ */ a(X, { variant: "caption", component: "div", color: "inherit", children: o }), e[0] = o, e[1] = s) : s = e[1];
|
|
825
829
|
let c;
|
|
826
830
|
return e[2] !== o || e[3] !== r || e[4] !== i || e[5] !== s ? (c = /* @__PURE__ */ a(ye, { lineClamp: i, labels: r, dependency: o, children: s }), e[2] = o, e[3] = r, e[4] = i, e[5] = s, e[6] = c) : c = e[6], c;
|
|
827
831
|
}
|
|
828
|
-
function
|
|
829
|
-
const e =
|
|
832
|
+
function Qt(t) {
|
|
833
|
+
const e = T(7), {
|
|
830
834
|
content: n,
|
|
831
835
|
lineClamp: r,
|
|
832
836
|
labels: o
|
|
833
837
|
} = t, i = r === void 0 ? 3 : r;
|
|
834
838
|
let s;
|
|
835
|
-
e[0] !== n ? (s = /* @__PURE__ */ a(Je, { content: n, components:
|
|
839
|
+
e[0] !== n ? (s = /* @__PURE__ */ a(Je, { content: n, components: Yt }), e[0] = n, e[1] = s) : s = e[1];
|
|
836
840
|
let c;
|
|
837
841
|
return e[2] !== n || e[3] !== o || e[4] !== i || e[5] !== s ? (c = /* @__PURE__ */ a(ye, { lineClamp: i, labels: o, dependency: n, children: s }), e[2] = n, e[3] = o, e[4] = i, e[5] = s, e[6] = c) : c = e[6], c;
|
|
838
842
|
}
|
|
839
|
-
const
|
|
840
|
-
Markdown:
|
|
843
|
+
const en = Object.assign(Jt, {
|
|
844
|
+
Markdown: Qt
|
|
841
845
|
});
|
|
842
846
|
function ye(t) {
|
|
843
|
-
const e =
|
|
847
|
+
const e = T(27), {
|
|
844
848
|
lineClamp: n,
|
|
845
849
|
labels: r,
|
|
846
850
|
dependency: o,
|
|
@@ -848,75 +852,76 @@ function ye(t) {
|
|
|
848
852
|
} = t;
|
|
849
853
|
let s;
|
|
850
854
|
e[0] !== r ? (s = {
|
|
851
|
-
...
|
|
855
|
+
...Kt,
|
|
852
856
|
...r
|
|
853
857
|
}, e[0] = r, e[1] = s) : s = e[1];
|
|
854
|
-
const c = s,
|
|
858
|
+
const c = s, f = ve(null), [u, m] = V(!1), [p, g] = V(!1), l = n <= 0;
|
|
855
859
|
let d;
|
|
856
860
|
e[2] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (d = () => {
|
|
857
|
-
const
|
|
858
|
-
|
|
861
|
+
const v = f.current;
|
|
862
|
+
v && m(v.scrollHeight > v.clientHeight + 1);
|
|
859
863
|
}, e[2] = d) : d = e[2];
|
|
860
864
|
const h = d;
|
|
861
|
-
let
|
|
862
|
-
e[3] !== l ? (
|
|
865
|
+
let y;
|
|
866
|
+
e[3] !== l ? (y = () => {
|
|
863
867
|
if (l)
|
|
864
868
|
return;
|
|
865
|
-
const
|
|
866
|
-
if (
|
|
867
|
-
return h(), Ze(
|
|
868
|
-
}, e[3] = l, e[4] =
|
|
869
|
-
let
|
|
870
|
-
e[5] !== l || e[6] !== o ? (
|
|
871
|
-
let
|
|
872
|
-
e[8] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
873
|
-
const
|
|
874
|
-
let
|
|
875
|
-
e[9] !==
|
|
869
|
+
const v = f.current;
|
|
870
|
+
if (v)
|
|
871
|
+
return h(), Ze(v, h);
|
|
872
|
+
}, e[3] = l, e[4] = y) : y = e[4];
|
|
873
|
+
let x;
|
|
874
|
+
e[5] !== l || e[6] !== o ? (x = [h, o, l], e[5] = l, e[6] = o, e[7] = x) : x = e[7], de(y, x);
|
|
875
|
+
let b;
|
|
876
|
+
e[8] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (b = () => g(tn), e[8] = b) : b = e[8];
|
|
877
|
+
const w = b, k = !p && !l;
|
|
878
|
+
let I;
|
|
879
|
+
e[9] !== k || e[10] !== n ? (I = k ? {
|
|
876
880
|
...oe.clamped,
|
|
877
881
|
WebkitLineClamp: n
|
|
878
|
-
} : null, e[9] =
|
|
879
|
-
const
|
|
880
|
-
let
|
|
881
|
-
e[12] !==
|
|
882
|
-
let
|
|
883
|
-
e[14] !==
|
|
882
|
+
} : null, e[9] = k, e[10] = n, e[11] = I) : I = e[11];
|
|
883
|
+
const A = I;
|
|
884
|
+
let E;
|
|
885
|
+
e[12] !== A ? (E = A ?? {}, e[12] = A, e[13] = E) : E = e[13];
|
|
886
|
+
let F;
|
|
887
|
+
e[14] !== E ? (F = {
|
|
884
888
|
...oe.text,
|
|
885
|
-
...
|
|
886
|
-
}, e[14] =
|
|
889
|
+
...E
|
|
890
|
+
}, e[14] = E, e[15] = F) : F = e[15];
|
|
887
891
|
let _;
|
|
888
|
-
e[16] !== i || e[17] !==
|
|
889
|
-
let
|
|
890
|
-
e[19] !== c || e[20] !== l || e[21] !==
|
|
891
|
-
let
|
|
892
|
-
return e[24] !==
|
|
892
|
+
e[16] !== i || e[17] !== F ? (_ = /* @__PURE__ */ a(W, { ref: f, sx: F, children: i }), e[16] = i, e[17] = F, e[18] = _) : _ = e[18];
|
|
893
|
+
let L;
|
|
894
|
+
e[19] !== c || e[20] !== l || e[21] !== p || e[22] !== u ? (L = !l && (u || p) && /* @__PURE__ */ a(fe, { component: "button", variant: "caption", underline: "none", onClick: w, sx: oe.toggle, children: p ? c.showLess : c.showMore }), e[19] = c, e[20] = l, e[21] = p, e[22] = u, e[23] = L) : L = e[23];
|
|
895
|
+
let S;
|
|
896
|
+
return e[24] !== L || e[25] !== _ ? (S = /* @__PURE__ */ G(W, { sx: oe.root, children: [
|
|
893
897
|
_,
|
|
894
|
-
|
|
895
|
-
] }), e[24] =
|
|
898
|
+
L
|
|
899
|
+
] }), e[24] = L, e[25] = _, e[26] = S) : S = e[26], S;
|
|
896
900
|
}
|
|
897
|
-
function
|
|
901
|
+
function tn(t) {
|
|
898
902
|
return !t;
|
|
899
903
|
}
|
|
900
|
-
const
|
|
904
|
+
const Wn = {
|
|
901
905
|
// Composition shell
|
|
902
|
-
Provider:
|
|
903
|
-
Wrapper:
|
|
904
|
-
Actions:
|
|
905
|
-
Options:
|
|
906
|
-
Content:
|
|
907
|
-
Footer:
|
|
908
|
-
Subheader:
|
|
909
|
-
State:
|
|
910
|
-
SelectionSummary:
|
|
911
|
-
Toolbox:
|
|
912
|
-
Note:
|
|
906
|
+
Provider: wt,
|
|
907
|
+
Wrapper: kt,
|
|
908
|
+
Actions: me,
|
|
909
|
+
Options: ue,
|
|
910
|
+
Content: At,
|
|
911
|
+
Footer: Lt,
|
|
912
|
+
Subheader: $t,
|
|
913
|
+
State: Bt,
|
|
914
|
+
SelectionSummary: jt,
|
|
915
|
+
Toolbox: Ht,
|
|
916
|
+
Note: en,
|
|
913
917
|
// ECharts bridge
|
|
914
918
|
Echart: Ye,
|
|
915
919
|
EchartUI: Ke,
|
|
916
920
|
// Actions
|
|
917
|
-
Searcher:
|
|
918
|
-
SearcherToggle:
|
|
919
|
-
StackToggle:
|
|
921
|
+
Searcher: pt,
|
|
922
|
+
SearcherToggle: dt,
|
|
923
|
+
StackToggle: ct,
|
|
924
|
+
ShowAllToggle: at,
|
|
920
925
|
ZoomToggle: st,
|
|
921
926
|
BrushToggle: lt,
|
|
922
927
|
RelativeData: it,
|
|
@@ -928,26 +933,26 @@ const An = {
|
|
|
928
933
|
// modules (Bar, FormulaWidget, TableWidget, etc.) are application-level
|
|
929
934
|
// compositions of these primitives and live outside the library —
|
|
930
935
|
// see `apps/storybook/stories/modules/widgets/` for canonical examples.
|
|
931
|
-
Formula:
|
|
936
|
+
Formula: mt,
|
|
932
937
|
FormulaUI: ft,
|
|
933
938
|
Markdown: et,
|
|
934
939
|
MarkdownUI: Qe,
|
|
935
|
-
Spread:
|
|
940
|
+
Spread: gt,
|
|
936
941
|
SpreadUI: ut,
|
|
937
|
-
Range:
|
|
938
|
-
RangeUI:
|
|
939
|
-
Category:
|
|
940
|
-
CategoryUI:
|
|
941
|
-
Table:
|
|
942
|
-
TableUI:
|
|
942
|
+
Range: yt,
|
|
943
|
+
RangeUI: ht,
|
|
944
|
+
Category: bt,
|
|
945
|
+
CategoryUI: xt,
|
|
946
|
+
Table: St,
|
|
947
|
+
TableUI: vt
|
|
943
948
|
};
|
|
944
949
|
export {
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
950
|
+
Fn as DEFAULT_INIT_OPTS,
|
|
951
|
+
Kt as DEFAULT_NOTE_LABELS,
|
|
952
|
+
Nt as DEFAULT_SELECTION_SUMMARY_LABELS,
|
|
953
|
+
Dt as DEFAULT_STATE_LABELS,
|
|
954
|
+
zt as DEFAULT_TOOLBOX_LABELS,
|
|
955
|
+
Tt as DEFAULT_WRAPPER_LABELS,
|
|
956
|
+
Wn as Widget
|
|
952
957
|
};
|
|
953
958
|
//# sourceMappingURL=widgets-v2.js.map
|