@hybridcore/ui 1.6.0 → 1.6.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/CATALOG.md +179 -0
- package/README.md +1 -2
- package/dist/AccordionSummary-CJppWeqF.js +781 -0
- package/dist/Add-CqcD1PWb.js +403 -0
- package/dist/Box-DqUMmZjL.js +31 -0
- package/dist/{Button-CvE2gnly.js → Button-C5yquWAB.js} +120 -133
- package/dist/ButtonBase-BEF7oTOe.js +887 -0
- package/dist/{Delete-CW0UZv1m.js → Delete-BdyYpINH.js} +9 -8
- package/dist/{DialogContent-B3nbEbuv.js → DialogContent-BvVjD9z3.js} +127 -124
- package/dist/FormGroup-CpBsIyYR.js +89 -0
- package/dist/{IconButton-CHwRQF-g.js → IconButton-BoGwbvrP.js} +41 -43
- package/dist/InputLabel-Dd8RrneV.js +341 -0
- package/dist/{MenuItem-xZx_w7zA.js → MenuItem-DwqJqzuM.js} +51 -53
- package/dist/Modal-MUZygjmQ.js +1158 -0
- package/dist/Paper-BkQLdsCI.js +582 -0
- package/dist/Select-DHUl_uG3.js +3916 -0
- package/dist/SwitchBase-DTndTqI8.js +235 -0
- package/dist/TextField-e2oKaUN1.js +669 -0
- package/dist/TransitionGroupContext-BDAp2T0O.js +96 -0
- package/dist/{Typography-CxbneZy_.js → Typography-DgsSLCFC.js} +53 -53
- package/dist/assertThisInitialized-C1dAyb4j.js +7 -0
- package/dist/assets/index4.css +1 -0
- package/dist/clsx-OuTLNxxd.js +16 -0
- package/dist/components/access/helpers.js +1 -1
- package/dist/components/access/index.js +8 -15
- package/dist/components/access/logic.js +25 -0
- package/dist/components/button/index.js +10 -0
- package/dist/components/button/logic.js +26 -0
- package/dist/components/button/styled.js +9 -0
- package/dist/components/card/index.js +158 -498
- package/dist/components/card/logic.js +24 -0
- package/dist/components/card/styled.js +226 -51
- package/dist/components/card-alternate/index.js +111 -139
- package/dist/components/card-alternate/logic.js +17 -0
- package/dist/components/card-alternate/styled.js +113 -19
- package/dist/components/charts/_common/chart-error.js +19 -0
- package/dist/components/charts/candlestick/index.js +3 -3
- package/dist/components/charts/candlestick/logic.js +123 -113
- package/dist/components/charts/chart-wrapper/index.js +5 -5
- package/dist/components/charts/column-line-mix/index.js +9 -8
- package/dist/components/charts/column-line-mix/logic.js +68 -71
- package/dist/components/charts/drill-down-treemap/index.js +8 -7
- package/dist/components/charts/drill-down-treemap/logic.js +138 -144
- package/dist/components/charts/drill-down-voronoi-treemap/index.js +9 -8
- package/dist/components/charts/drill-down-voronoi-treemap/logic.js +222 -228
- package/dist/components/charts/heatmap/index.js +9 -8
- package/dist/components/charts/heatmap/logic.js +167 -173
- package/dist/components/charts/highlighting-line-data/index.js +3 -3
- package/dist/components/charts/line/index.js +9 -8
- package/dist/components/charts/line/logic.js +74 -79
- package/dist/components/charts/logaritmic-scale/index.js +9 -8
- package/dist/components/charts/logaritmic-scale/logic.js +63 -69
- package/dist/components/charts/multiple-value-axes/index.js +9 -8
- package/dist/components/charts/multiple-value-axes/logic.js +101 -107
- package/dist/components/charts/nested-pie/index.js +9 -8
- package/dist/components/charts/nested-pie/logic.js +62 -68
- package/dist/components/charts/packed-circles/index.js +7 -6
- package/dist/components/charts/packed-circles/logic.js +50 -56
- package/dist/components/charts/pie-chart/index.js +9 -8
- package/dist/components/charts/pie-chart/logic.js +49 -54
- package/dist/components/charts/stacked-area-radar/index.js +8 -7
- package/dist/components/charts/stacked-area-radar/logic.js +113 -118
- package/dist/components/charts/stacked-column-chart/index.js +9 -8
- package/dist/components/charts/stacked-column-chart/logic.js +78 -84
- package/dist/components/charts/xy-chart/index.js +9 -8
- package/dist/components/charts/xy-chart/logic.js +56 -60
- package/dist/components/collapsible-card/index.js +11 -10
- package/dist/components/collapsible-card/styled.js +1 -1
- package/dist/components/color-picker/index.js +7120 -0
- package/dist/components/color-picker/logic.js +18 -0
- package/dist/components/color-picker/styled.js +7 -0
- package/dist/components/confirm/dialog.js +3 -3
- package/dist/components/confirm/index.js +1 -1
- package/dist/components/container/index.js +28 -269
- package/dist/components/container/logic.js +12 -0
- package/dist/components/container/styled.js +29 -0
- package/dist/components/context-menu/index.js +25 -457
- package/dist/components/context-menu/logic.js +14 -0
- package/dist/components/context-menu/styled.js +40 -0
- package/dist/components/data-grid/index.js +22 -0
- package/dist/components/data-grid/logic.js +15 -0
- package/dist/components/data-grid/styled.js +20 -0
- package/dist/components/data-map/components/controls/index.js +4 -6
- package/dist/components/data-map/index.js +11 -11
- package/dist/components/data-security-selectors/dissemination-list/index.js +192 -191
- package/dist/components/data-security-selectors/dissemination-list/styled.js +12 -12
- package/dist/components/data-security-selectors/security-level/index.js +39 -91
- package/dist/components/data-security-selectors/security-level/logic.js +28 -0
- package/dist/components/data-security-selectors/security-level/styled.js +53 -0
- package/dist/components/date-picker-with-custom-range/index.js +1 -1
- package/dist/components/date-range-picker/index.js +2748 -0
- package/dist/components/date-range-picker/styled.js +14 -0
- package/dist/components/date-time-picker/index.js +45 -46
- package/dist/components/divider/index.js +11 -11
- package/dist/components/document-viewer/components/action-buttons/index.js +15 -15
- package/dist/components/document-viewer/components/navigation/index.js +9 -9
- package/dist/components/document-viewer/components/viewer/index.js +31 -35
- package/dist/components/document-viewer/index.js +31 -39
- package/dist/components/document-viewer/logic.js +41 -34
- package/dist/components/document-viewer/styled.js +115 -27
- package/dist/components/duration-select/index.js +27 -0
- package/dist/components/duration-select/logic.js +21 -0
- package/dist/components/duration-select/styled.js +26 -0
- package/dist/components/editable-text/index.js +20 -0
- package/dist/components/editable-text/logic.js +18 -0
- package/dist/components/editable-text/styled.js +22 -0
- package/dist/components/geometry-picker/coordinate/index.js +29 -29
- package/dist/components/geometry-picker/edit/index.js +18 -18
- package/dist/components/geometry-picker/geometry/index.js +67 -67
- package/dist/components/geometry-picker/geometry/map-overlay.js +6 -6
- package/dist/components/geometry-picker/index.js +69 -85
- package/dist/components/geometry-picker/kml/index.js +16 -16
- package/dist/components/geometry-picker/logic.js +50 -57
- package/dist/components/geometry-picker/map/index.js +8 -8
- package/dist/components/geometry-picker/parser/coordinate-input/index.js +4 -4
- package/dist/components/geometry-picker/parser/index.js +46 -50
- package/dist/components/geometry-picker/parser/styled.js +22 -4
- package/dist/components/geometry-picker/styled.js +97 -37
- package/dist/components/geometry-picker/wkt/index.js +13 -13
- package/dist/components/heat-map/components/controls/index.js +4 -6
- package/dist/components/heat-map/components/legend/index.js +15 -17
- package/dist/components/heat-map/index.js +7 -7
- package/dist/components/instance-form/components/TopLabelWrapper.js +8 -48
- package/dist/components/instance-form/components/composite-list/index.js +5 -3
- package/dist/components/instance-form/components/composite-matrix/components/editable-table/index.js +83 -74
- package/dist/components/instance-form/components/composite-matrix/components/editor/index.js +45 -66
- package/dist/components/instance-form/components/composite-matrix/components/form/index.js +60 -75
- package/dist/components/instance-form/components/composite-matrix/components/json-editor/index.js +2425 -2422
- package/dist/components/instance-form/components/composite-matrix/components/table/index.js +33 -52
- package/dist/components/instance-form/components/composite-matrix/index.js +30 -36
- package/dist/components/instance-form/components/policy-list/index.js +47 -81
- package/dist/components/instance-form/components/variable/index.js +6 -11
- package/dist/components/instance-form/components/variables/index.js +48 -55
- package/dist/components/instance-form/helpers.js +9 -0
- package/dist/components/instance-form/index.js +402 -518
- package/dist/components/instance-form/logic.js +115 -0
- package/dist/components/instance-form/styled.js +487 -0
- package/dist/components/instance-hierarchy-table/index.js +32 -37
- package/dist/components/instance-hierarchy-table/logic.js +16 -0
- package/dist/components/instance-hierarchy-table/styled.js +53 -12
- package/dist/components/instance-table/index.js +30 -135
- package/dist/components/instance-table/logic.js +122 -0
- package/dist/components/instance-table/styled.js +53 -11
- package/dist/components/instance-variable-list/index.js +11 -11
- package/dist/components/loading/index.js +15 -9
- package/dist/components/loading/logic.js +15 -0
- package/dist/components/loading/styled.js +26 -19
- package/dist/components/map/index.js +28 -6
- package/dist/components/map/styled.js +1 -1
- package/dist/components/notification/index.js +67 -0
- package/dist/components/notification/logic.js +30 -0
- package/dist/components/notification/store.js +23 -0
- package/dist/components/notification/styled.js +52 -0
- package/dist/components/object-profile-card/components/avatar/index.js +9 -10
- package/dist/components/object-profile-card/index.js +19 -20
- package/dist/components/paginated-list/index.js +2 -3
- package/dist/components/phone-input/index.js +18 -22
- package/dist/components/phone-input/logic.js +14 -0
- package/dist/components/phone-input/styled.js +12 -4
- package/dist/components/placeholder/index.js +10 -0
- package/dist/components/placeholder/logic.js +12 -0
- package/dist/components/placeholder/styled.js +32 -0
- package/dist/components/positional-tooltip/index.js +24 -0
- package/dist/components/positional-tooltip/styled.js +17 -0
- package/dist/components/property-mapping/index.js +204 -423
- package/dist/components/property-mapping/logic.js +156 -0
- package/dist/components/property-mapping/styled.js +199 -0
- package/dist/components/prr-map/components/controls/index.js +4 -6
- package/dist/components/prr-map/components/legend/index.js +26 -28
- package/dist/components/prr-map/index.js +5 -5
- package/dist/components/range-selector/components/composite-list-range/index.js +42 -50
- package/dist/components/range-selector/components/date-range/index.js +87 -4221
- package/dist/components/range-selector/components/geometry-range/index.js +11 -17
- package/dist/components/range-selector/components/number-range/index.js +48 -53
- package/dist/components/range-selector/components/string-range/index.js +15 -17
- package/dist/components/range-selector/index.js +63 -57
- package/dist/components/range-selector/logic.js +12 -0
- package/dist/components/range-selector/styled.js +4294 -0
- package/dist/components/raster-grid-map/components/controls/index.js +4 -6
- package/dist/components/raster-grid-map/components/legend/index.js +4 -6
- package/dist/components/raster-grid-map/index.js +5 -5
- package/dist/components/scroll-drag/index.js +22 -0
- package/dist/components/scroll-drag/logic.js +39 -0
- package/dist/components/scroll-drag/styled.js +17 -0
- package/dist/components/search-input/logic.js +35 -33
- package/dist/components/simple-pivot-table/index.js +12 -12
- package/dist/components/sortable-list/index.js +599 -0
- package/dist/components/sortable-list/logic.js +18 -0
- package/dist/components/sortable-list/styled.js +38 -0
- package/dist/components/static-text/index.js +6 -6
- package/dist/components/stats-box/index.js +12 -0
- package/dist/components/stats-box/styled.js +36 -0
- package/dist/components/template-filters/components/filter/index.js +13 -18
- package/dist/components/template-filters/components/tab-panel/index.js +8 -16
- package/dist/components/template-filters/index.js +21 -29
- package/dist/components/template-filters/logic.js +18 -0
- package/dist/components/template-filters/styled.js +44 -1
- package/dist/components/template-form/components/property-list/index.js +27 -26
- package/dist/components/template-form/components/property-list/property-list-columns.js +3 -3
- package/dist/components/template-form/components/property-list/property-list-form.js +758 -14
- package/dist/components/template-form/components/recognition-property-list/index.js +11 -11
- package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +2 -2
- package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +24 -23
- package/dist/components/template-form/components/select-icon/index.js +24 -24
- package/dist/components/template-form/helpers.js +17 -0
- package/dist/components/template-form/index.js +270 -309
- package/dist/components/template-form/logic.js +69 -0
- package/dist/components/template-form/styled.js +84 -0
- package/dist/components/template-property-filters/index.js +45 -95
- package/dist/components/template-property-filters/logic.js +27 -0
- package/dist/components/template-property-filters/property.js +105 -165
- package/dist/components/template-property-filters/styled.js +121 -20
- package/dist/components/text-overflow/index.js +6 -0
- package/dist/components/text-overflow/styled.js +13 -0
- package/dist/components/timeline/index.js +12 -12
- package/dist/components/toggle-view-button/index.js +35 -0
- package/dist/components/toggle-view-button/logic.js +22 -0
- package/dist/components/toggle-view-button/styled.js +11 -0
- package/dist/components/tree-select/index.js +52 -67
- package/dist/components/tree-select/logic.js +59 -0
- package/dist/components/tree-select/styled.js +45 -62
- package/dist/components/treeview-filter/index.js +43 -65
- package/dist/components/treeview-filter/item/index.js +43 -42
- package/dist/components/treeview-filter/item-label/index.js +17 -37
- package/dist/components/treeview-filter/logic.js +28 -0
- package/dist/components/treeview-filter/styled.js +86 -0
- package/dist/components/uploader/index.js +532 -567
- package/dist/components/uploader/logic.js +74 -0
- package/dist/components/uploader/styled.js +93 -46
- package/dist/components/visually-hidden-input/index.js +4 -0
- package/dist/components/visually-hidden-input/styled.js +18 -0
- package/dist/createChainedFunction-C0nujS3O.js +9 -0
- package/dist/{createSvgIcon-DrtgaibK.js → createSvgIcon-Ch_cT8az.js} +69 -68
- package/dist/createSvgIcon-DuDuASu1.js +62 -0
- package/dist/{dialog-DcwXug9J.js → dialog-BYRnCztH.js} +18 -18
- package/dist/formControlState-vgaj2ksH.js +10 -0
- package/dist/generateUtilityClasses-C3ivN9Ie.js +2973 -0
- package/dist/{helpers-B4UL9NMD.js → helpers-D4uXfBfO.js} +2 -2
- package/dist/index-BtlzPygz.js +470 -0
- package/dist/index-DH6qsPBn.js +153 -0
- package/dist/{index-syTc6m_V.js → index-e9xTIYWt.js} +87 -87
- package/dist/main.d.ts +1722 -562
- package/dist/main.js +161 -128
- package/dist/ownerWindow-wg6foiOE.js +10 -0
- package/dist/setPrototypeOf-NPgp4cYc.js +8 -0
- package/dist/styled-Db1RdcPA.js +323 -0
- package/dist/unsupportedProp-DuqR2hj9.js +36 -0
- package/dist/useId-BW-oWmul.js +19 -0
- package/dist/useMobilePicker-CY8ndYRL.js +8279 -0
- package/dist/useSlot-B_Q4vnX5.js +42 -0
- package/package.json +15 -7
- package/dist/AccordionSummary-DgAwVTk8.js +0 -742
- package/dist/Add-DJLrrVHm.js +0 -382
- package/dist/Box-p6OtTUEo.js +0 -30
- package/dist/ButtonBase-2bPw77UP.js +0 -961
- package/dist/CardContent-CSHh-ZlM.js +0 -74
- package/dist/Checkbox-CWRMFTBp.js +0 -421
- package/dist/FormControl-BLbrq4C7.js +0 -1636
- package/dist/FormControlLabel-C8SPv14J.js +0 -195
- package/dist/InputAdornment-DLxWUE6H.js +0 -157
- package/dist/List-tqElle9C.js +0 -121
- package/dist/ListItem-CfjsIg4B.js +0 -430
- package/dist/Modal-DhPpOoGB.js +0 -1299
- package/dist/Paper-2B03OBmZ.js +0 -169
- package/dist/Select-BgYwkZgI.js +0 -2613
- package/dist/TextField-1yCesIbH.js +0 -457
- package/dist/assertThisInitialized-BUtkG-md.js +0 -13
- package/dist/capitalize-ciszXJ7R.js +0 -9
- package/dist/components/instance-form/components/composite-list/styled.js +0 -73
- package/dist/components/instance-form/components/composite-matrix/components/editor/styled.js +0 -1
- package/dist/components/instance-form/components/composite-matrix/styled.js +0 -69
- package/dist/components/key-protection/index.js +0 -4
- package/dist/components/key-protection/menu.js +0 -85
- package/dist/components/key-protection/utils.js +0 -10
- package/dist/components/treeview-filter/item/styled.js +0 -39
- package/dist/createSvgIcon-BjpIhJ30.js +0 -71
- package/dist/createTheme-DYxDnE9u.js +0 -612
- package/dist/index-BMS1Otro.js +0 -183
- package/dist/index-CcdvNlgr.js +0 -503
- package/dist/index-kCJ_Zvl8.js +0 -34
- package/dist/isHostComponent-kiaBvYVo.js +0 -6
- package/dist/isMuiElement-CxT3_ACP.js +0 -13
- package/dist/listItemTextClasses-C3lndiXO.js +0 -16
- package/dist/property-list-form-zZQfpR0X.js +0 -386
- package/dist/styled-eZwjUruw.js +0 -12
- package/dist/unsupportedProp-BND8AB6O.js +0 -25
- package/dist/useId-B4-oF9Mq.js +0 -34
- package/dist/useMobilePicker-BLg3Blg8.js +0 -7589
- package/dist/useThemeProps-BzzHcQyd.js +0 -58
- package/dist/utils-BDNynJcd.js +0 -365
- package/dist/utils-Bq0ye5vf.js +0 -115
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import { useThemeProps as O } from "@mui/material";
|
|
2
|
+
import u from "lodash";
|
|
3
|
+
import { useRef as V, useState as T, useEffect as I } from "react";
|
|
4
|
+
const _ = 2e3, H = (R) => {
|
|
5
|
+
const v = O({ props: R, name: "HCPropertyMapping" }), {
|
|
6
|
+
open: b,
|
|
7
|
+
data: M,
|
|
8
|
+
agent: i,
|
|
9
|
+
objectInstance: h,
|
|
10
|
+
catalogueInstances: l,
|
|
11
|
+
enableValueInput: m = !1,
|
|
12
|
+
onSubmit: y
|
|
13
|
+
} = v, k = V(null), [g, S] = T(M), [C, $] = T(
|
|
14
|
+
/* @__PURE__ */ new Map()
|
|
15
|
+
);
|
|
16
|
+
I(() => {
|
|
17
|
+
$(/* @__PURE__ */ new Map());
|
|
18
|
+
}, [b]), I(() => {
|
|
19
|
+
S(M);
|
|
20
|
+
}, [M]);
|
|
21
|
+
const w = () => {
|
|
22
|
+
i ? y(i, !0) : y(g);
|
|
23
|
+
}, x = (a) => (n) => {
|
|
24
|
+
i && y({ ...i, [a]: n });
|
|
25
|
+
}, A = (a) => {
|
|
26
|
+
const { name: n, value: c } = a.target;
|
|
27
|
+
let e = c;
|
|
28
|
+
n === "criticalityScore" && (e = e.replace(",", "."), e = e.replace(/[^\d.-]+/g, "")), x(n)(e);
|
|
29
|
+
}, d = (a, n, c, e) => (r) => {
|
|
30
|
+
if (!i) return;
|
|
31
|
+
const t = [...i.propertyInfoMap], o = t.findIndex(
|
|
32
|
+
(p) => p.policyKey === a && p.key === n
|
|
33
|
+
);
|
|
34
|
+
t[o] && (t.splice(o, 1, {
|
|
35
|
+
...t[o],
|
|
36
|
+
value: r.value,
|
|
37
|
+
source: c ? c || "" : t[o].source,
|
|
38
|
+
sourceField: e !== void 0 ? e || "" : t[o].sourceField
|
|
39
|
+
}), y({ ...i, propertyInfoMap: t }));
|
|
40
|
+
}, D = (a) => () => {
|
|
41
|
+
const { policyKey: n, key: c, source: e, sourceField: r } = a;
|
|
42
|
+
let t = "";
|
|
43
|
+
if (e === "OBJECT")
|
|
44
|
+
t = u.get(
|
|
45
|
+
h,
|
|
46
|
+
`variables.${a.dataType.type}.${r}`
|
|
47
|
+
);
|
|
48
|
+
else if (e) {
|
|
49
|
+
const p = parseInt(String(e), 10), s = l == null ? void 0 : l.find((f) => f.id === p);
|
|
50
|
+
s ? t = u.get(
|
|
51
|
+
s.variables,
|
|
52
|
+
`${a.dataType.type}.${r}`
|
|
53
|
+
) : console.warn(
|
|
54
|
+
"Catalogue instance could not be found!",
|
|
55
|
+
e,
|
|
56
|
+
l
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
if (!t) return;
|
|
60
|
+
d(n, c)({ value: t });
|
|
61
|
+
const o = `${u.get(i, "referenceObjectInstanceId")}:${n}:${c}`;
|
|
62
|
+
$((p) => {
|
|
63
|
+
const s = new Map(p);
|
|
64
|
+
return s.set(o, "Updated"), s;
|
|
65
|
+
}), setTimeout(() => {
|
|
66
|
+
$((p) => {
|
|
67
|
+
const s = new Map(p);
|
|
68
|
+
return s.set(o, "Default"), s;
|
|
69
|
+
});
|
|
70
|
+
}, _);
|
|
71
|
+
}, E = (a, n) => (c) => {
|
|
72
|
+
if (!i) return;
|
|
73
|
+
const e = [...i.propertyInfoMap], r = e.findIndex(
|
|
74
|
+
(t) => t.policyKey === a && t.key === n
|
|
75
|
+
);
|
|
76
|
+
e[r] && (e.splice(r, 1, {
|
|
77
|
+
...e[r],
|
|
78
|
+
randomInfo: c
|
|
79
|
+
}), y({ ...i, propertyInfoMap: e }));
|
|
80
|
+
}, F = (a) => (n) => {
|
|
81
|
+
const c = n.target.name, e = [...g], r = e[a], t = r.propertyMappings.findIndex(
|
|
82
|
+
(p) => p.key === c
|
|
83
|
+
), o = r.propertyMappings[t];
|
|
84
|
+
u.set(
|
|
85
|
+
e,
|
|
86
|
+
`${a}.propertyMappings.${t}.source`,
|
|
87
|
+
n.target.value
|
|
88
|
+
), u.set(
|
|
89
|
+
e,
|
|
90
|
+
`${a}.propertyMappings.${t}.sourceField`,
|
|
91
|
+
""
|
|
92
|
+
), S(e), i && d(
|
|
93
|
+
r.key,
|
|
94
|
+
o.key,
|
|
95
|
+
String(n.target.value),
|
|
96
|
+
""
|
|
97
|
+
)({ value: "" });
|
|
98
|
+
}, K = (a) => (n) => {
|
|
99
|
+
const c = n.target.name, e = [...g], r = e[a], t = r.propertyMappings.findIndex(
|
|
100
|
+
(s) => s.key === c
|
|
101
|
+
), o = r.propertyMappings[t];
|
|
102
|
+
if (u.set(
|
|
103
|
+
e,
|
|
104
|
+
`${a}.propertyMappings.${t}.sourceField`,
|
|
105
|
+
n.target.value
|
|
106
|
+
), S(e), !m || !i) return;
|
|
107
|
+
const p = u.get(
|
|
108
|
+
e,
|
|
109
|
+
`${a}.propertyMappings.${t}.source`
|
|
110
|
+
);
|
|
111
|
+
if (p === "OBJECT" && h) {
|
|
112
|
+
const s = u.get(
|
|
113
|
+
h.variables,
|
|
114
|
+
`${o.dataType.type}.${n.target.value}`
|
|
115
|
+
) || "";
|
|
116
|
+
d(r.key, o.key, void 0, n.target.value)({
|
|
117
|
+
value: s
|
|
118
|
+
});
|
|
119
|
+
} else if (p && !["STATIC", "RANDOM", "SMART_RANDOM"].includes(String(p))) {
|
|
120
|
+
const s = l == null ? void 0 : l.find((f) => f.id === Number(p));
|
|
121
|
+
if (s) {
|
|
122
|
+
const f = u.get(
|
|
123
|
+
s.variables,
|
|
124
|
+
`${o.dataType.type}.${n.target.value}`
|
|
125
|
+
) || "";
|
|
126
|
+
d(r.key, o.key, void 0, n.target.value)({
|
|
127
|
+
value: f
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
};
|
|
132
|
+
return {
|
|
133
|
+
refs: { rootRef: k },
|
|
134
|
+
state: {
|
|
135
|
+
ownerState: {
|
|
136
|
+
hasAgent: i !== void 0,
|
|
137
|
+
enableValueInput: m
|
|
138
|
+
},
|
|
139
|
+
data: g,
|
|
140
|
+
valueRefreshStatus: C,
|
|
141
|
+
sx: v.sx
|
|
142
|
+
},
|
|
143
|
+
actions: {
|
|
144
|
+
handleSubmit: w,
|
|
145
|
+
handleInputChange: A,
|
|
146
|
+
handleValueChange: d,
|
|
147
|
+
handleValueRefresh: D,
|
|
148
|
+
handleRandomInfoChange: E,
|
|
149
|
+
handleSourceChange: F,
|
|
150
|
+
handleSourceFieldChange: K
|
|
151
|
+
}
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
export {
|
|
155
|
+
H as usePropertyMappingLogic
|
|
156
|
+
};
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
import { styled as t, Dialog as i, DialogTitle as a, Box as n, Typography as p, TextField as o, IconButton as l, DialogContent as s, DialogActions as g } from "@mui/material";
|
|
2
|
+
import { DataGrid as y } from "@mui/x-data-grid";
|
|
3
|
+
const c = (e) => e !== "ownerState", C = t(i, {
|
|
4
|
+
name: "HCPropertyMapping",
|
|
5
|
+
slot: "root"
|
|
6
|
+
})({}), M = t(a, {
|
|
7
|
+
name: "HCPropertyMapping",
|
|
8
|
+
slot: "title"
|
|
9
|
+
})({
|
|
10
|
+
lineHeight: 1,
|
|
11
|
+
display: "flex",
|
|
12
|
+
justifyContent: "space-between"
|
|
13
|
+
}), m = t(n, {
|
|
14
|
+
name: "HCPropertyMapping",
|
|
15
|
+
slot: "titleContent"
|
|
16
|
+
})({}), u = t(p, {
|
|
17
|
+
name: "HCPropertyMapping",
|
|
18
|
+
slot: "titleHeading"
|
|
19
|
+
})({}), H = t(p, {
|
|
20
|
+
name: "HCPropertyMapping",
|
|
21
|
+
slot: "titleSubtitle"
|
|
22
|
+
})({}), f = t(n, {
|
|
23
|
+
name: "HCPropertyMapping",
|
|
24
|
+
slot: "titleAgentForm"
|
|
25
|
+
})({
|
|
26
|
+
display: "flex",
|
|
27
|
+
flex: 1,
|
|
28
|
+
alignItems: "flex-start"
|
|
29
|
+
}), w = t(n, {
|
|
30
|
+
name: "HCPropertyMapping",
|
|
31
|
+
slot: "titleAgentFields"
|
|
32
|
+
})({
|
|
33
|
+
display: "flex",
|
|
34
|
+
flexDirection: "column",
|
|
35
|
+
flex: 1,
|
|
36
|
+
minWidth: 200
|
|
37
|
+
}), r = {
|
|
38
|
+
"& .MuiInputBase-root:before": {
|
|
39
|
+
border: "none"
|
|
40
|
+
}
|
|
41
|
+
}, x = t(o, {
|
|
42
|
+
name: "HCPropertyMapping",
|
|
43
|
+
slot: "titleAgentNameInput"
|
|
44
|
+
})(r), A = t(o, {
|
|
45
|
+
name: "HCPropertyMapping",
|
|
46
|
+
slot: "titleAgentDescriptionInput"
|
|
47
|
+
})(r), I = t(n, {
|
|
48
|
+
name: "HCPropertyMapping",
|
|
49
|
+
slot: "titleAgentMetaRow"
|
|
50
|
+
})(({ theme: e }) => ({
|
|
51
|
+
marginLeft: e.spacing(4)
|
|
52
|
+
})), T = t(o, {
|
|
53
|
+
name: "HCPropertyMapping",
|
|
54
|
+
slot: "titleAgentCountInput"
|
|
55
|
+
})(({ theme: e }) => ({
|
|
56
|
+
width: 100,
|
|
57
|
+
marginRight: e.spacing(1)
|
|
58
|
+
})), h = t(o, {
|
|
59
|
+
name: "HCPropertyMapping",
|
|
60
|
+
slot: "titleAgentCriticalityInput"
|
|
61
|
+
})({
|
|
62
|
+
width: 150
|
|
63
|
+
}), b = t(n, {
|
|
64
|
+
name: "HCPropertyMapping",
|
|
65
|
+
slot: "titleClose"
|
|
66
|
+
})({
|
|
67
|
+
flex: 1,
|
|
68
|
+
textAlign: "end"
|
|
69
|
+
}), D = t(l, {
|
|
70
|
+
name: "HCPropertyMapping",
|
|
71
|
+
slot: "titleCloseButton"
|
|
72
|
+
})({}), v = t(s, {
|
|
73
|
+
name: "HCPropertyMapping",
|
|
74
|
+
slot: "content"
|
|
75
|
+
})({
|
|
76
|
+
minHeight: 300
|
|
77
|
+
}), R = t(n, {
|
|
78
|
+
name: "HCPropertyMapping",
|
|
79
|
+
slot: "policyCard"
|
|
80
|
+
})(({ theme: e }) => ({
|
|
81
|
+
boxShadow: e.shadows[1],
|
|
82
|
+
marginTop: e.spacing(0.0125),
|
|
83
|
+
marginBottom: e.spacing(2),
|
|
84
|
+
overflow: "hidden",
|
|
85
|
+
borderRadius: e.shape.borderRadius
|
|
86
|
+
})), B = t(n, {
|
|
87
|
+
name: "HCPropertyMapping",
|
|
88
|
+
slot: "policyCardHeader"
|
|
89
|
+
})(({ theme: e }) => ({
|
|
90
|
+
display: "flex",
|
|
91
|
+
alignItems: "center",
|
|
92
|
+
padding: e.spacing(2)
|
|
93
|
+
})), N = t(p, {
|
|
94
|
+
name: "HCPropertyMapping",
|
|
95
|
+
slot: "policyCardCatalogueNames"
|
|
96
|
+
})({}), F = t(n, {
|
|
97
|
+
name: "HCPropertyMapping",
|
|
98
|
+
slot: "policyCardArrow"
|
|
99
|
+
})(({ theme: e }) => ({
|
|
100
|
+
display: "inline-flex",
|
|
101
|
+
marginLeft: e.spacing(1),
|
|
102
|
+
marginRight: e.spacing(1)
|
|
103
|
+
})), S = t(p, {
|
|
104
|
+
name: "HCPropertyMapping",
|
|
105
|
+
slot: "policyCardPolicyName"
|
|
106
|
+
})(({ theme: e }) => ({
|
|
107
|
+
color: e.palette.text.secondary
|
|
108
|
+
})), G = t(y, {
|
|
109
|
+
name: "HCPropertyMapping",
|
|
110
|
+
slot: "policyDataGrid",
|
|
111
|
+
shouldForwardProp: c
|
|
112
|
+
})(({ theme: e }) => ({
|
|
113
|
+
border: "none",
|
|
114
|
+
"& .MuiDataGrid-columnHeadersInner": {
|
|
115
|
+
backgroundColor: e.palette.action.hover
|
|
116
|
+
}
|
|
117
|
+
})), L = t(n, {
|
|
118
|
+
name: "HCPropertyMapping",
|
|
119
|
+
slot: "nameCell"
|
|
120
|
+
})({
|
|
121
|
+
overflow: "hidden",
|
|
122
|
+
whiteSpace: "nowrap",
|
|
123
|
+
textOverflow: "ellipsis",
|
|
124
|
+
width: "100%"
|
|
125
|
+
}), V = t(p, {
|
|
126
|
+
name: "HCPropertyMapping",
|
|
127
|
+
slot: "requiredAsterisk"
|
|
128
|
+
})(({ theme: e }) => ({
|
|
129
|
+
display: "inline",
|
|
130
|
+
marginLeft: e.spacing(1),
|
|
131
|
+
color: e.palette.error.main
|
|
132
|
+
})), k = t(n, {
|
|
133
|
+
name: "HCPropertyMapping",
|
|
134
|
+
slot: "dataTypeCell"
|
|
135
|
+
})({
|
|
136
|
+
overflow: "hidden",
|
|
137
|
+
whiteSpace: "nowrap",
|
|
138
|
+
textOverflow: "ellipsis",
|
|
139
|
+
width: "100%"
|
|
140
|
+
}), j = t(n, {
|
|
141
|
+
name: "HCPropertyMapping",
|
|
142
|
+
slot: "valueCell"
|
|
143
|
+
})({
|
|
144
|
+
display: "flex",
|
|
145
|
+
justifyContent: "space-between",
|
|
146
|
+
alignItems: "center",
|
|
147
|
+
width: "100%"
|
|
148
|
+
}), q = t(n, {
|
|
149
|
+
name: "HCPropertyMapping",
|
|
150
|
+
slot: "valueCellInner"
|
|
151
|
+
})({
|
|
152
|
+
flex: 1
|
|
153
|
+
}), E = t(n, {
|
|
154
|
+
name: "HCPropertyMapping",
|
|
155
|
+
slot: "valueErrorIcon"
|
|
156
|
+
})(({ theme: e }) => ({
|
|
157
|
+
display: "inline-flex",
|
|
158
|
+
marginLeft: e.spacing(1)
|
|
159
|
+
})), O = t(n, {
|
|
160
|
+
name: "HCPropertyMapping",
|
|
161
|
+
slot: "valueUpdatedIcon"
|
|
162
|
+
})(({ theme: e }) => ({
|
|
163
|
+
display: "inline-flex",
|
|
164
|
+
marginRight: e.spacing(1)
|
|
165
|
+
})), U = t(g, {
|
|
166
|
+
name: "HCPropertyMapping",
|
|
167
|
+
slot: "actions"
|
|
168
|
+
})({});
|
|
169
|
+
export {
|
|
170
|
+
U as PropertyMappingActions,
|
|
171
|
+
v as PropertyMappingContent,
|
|
172
|
+
G as PropertyMappingDataGrid,
|
|
173
|
+
k as PropertyMappingDataTypeCell,
|
|
174
|
+
L as PropertyMappingNameCell,
|
|
175
|
+
R as PropertyMappingPolicyCard,
|
|
176
|
+
F as PropertyMappingPolicyCardArrow,
|
|
177
|
+
N as PropertyMappingPolicyCardCatalogueNames,
|
|
178
|
+
B as PropertyMappingPolicyCardHeader,
|
|
179
|
+
S as PropertyMappingPolicyCardPolicyName,
|
|
180
|
+
V as PropertyMappingRequiredAsterisk,
|
|
181
|
+
C as PropertyMappingRoot,
|
|
182
|
+
M as PropertyMappingTitle,
|
|
183
|
+
T as PropertyMappingTitleAgentCountInput,
|
|
184
|
+
h as PropertyMappingTitleAgentCriticalityInput,
|
|
185
|
+
A as PropertyMappingTitleAgentDescriptionInput,
|
|
186
|
+
w as PropertyMappingTitleAgentFields,
|
|
187
|
+
f as PropertyMappingTitleAgentForm,
|
|
188
|
+
I as PropertyMappingTitleAgentMetaRow,
|
|
189
|
+
x as PropertyMappingTitleAgentNameInput,
|
|
190
|
+
b as PropertyMappingTitleClose,
|
|
191
|
+
D as PropertyMappingTitleCloseButton,
|
|
192
|
+
m as PropertyMappingTitleContent,
|
|
193
|
+
u as PropertyMappingTitleHeading,
|
|
194
|
+
H as PropertyMappingTitleSubtitle,
|
|
195
|
+
j as PropertyMappingValueCell,
|
|
196
|
+
q as PropertyMappingValueCellInner,
|
|
197
|
+
E as PropertyMappingValueErrorIcon,
|
|
198
|
+
O as PropertyMappingValueUpdatedIcon
|
|
199
|
+
};
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { jsxs as i, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { Container as t, Button as r } from "./styled.js";
|
|
3
3
|
import { I as s, a as l } from "../../../../IconPlus-yPkff_Vj.js";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
] }) : null;
|
|
9
|
-
}
|
|
4
|
+
const m = ({ mapRef: n }) => n ? /* @__PURE__ */ i(t, { children: [
|
|
5
|
+
/* @__PURE__ */ o(r, { onClick: n.zoomIn, children: /* @__PURE__ */ o(s, { size: 18 }) }),
|
|
6
|
+
/* @__PURE__ */ o(r, { onClick: n.zoomOut, children: /* @__PURE__ */ o(l, { size: 18 }) })
|
|
7
|
+
] }) : null;
|
|
10
8
|
export {
|
|
11
9
|
m as Controls
|
|
12
10
|
};
|
|
@@ -3,34 +3,32 @@ import { Typography as e } from "@mui/material";
|
|
|
3
3
|
import { FlexCol as l } from "../../../flex-col/index.js";
|
|
4
4
|
import { FlexRow as i } from "../../../flex-row/index.js";
|
|
5
5
|
import { Container as c, ColorBox as n } from "./styled.js";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
/* @__PURE__ */
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
/* @__PURE__ */
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
/* @__PURE__ */
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
/* @__PURE__ */
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
/* @__PURE__ */
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
/* @__PURE__ */
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
] }) });
|
|
33
|
-
}
|
|
6
|
+
const p = () => /* @__PURE__ */ r(c, { children: /* @__PURE__ */ o(l, { children: [
|
|
7
|
+
/* @__PURE__ */ o(i, { gap: 0.5, children: [
|
|
8
|
+
/* @__PURE__ */ r(n, { bgcolor: "#CF3655" }),
|
|
9
|
+
/* @__PURE__ */ r(e, { variant: "overline", children: "> 1000 (Very High)" })
|
|
10
|
+
] }),
|
|
11
|
+
/* @__PURE__ */ o(i, { gap: 0.5, children: [
|
|
12
|
+
/* @__PURE__ */ r(n, { bgcolor: "#FA665A" }),
|
|
13
|
+
/* @__PURE__ */ r(e, { variant: "overline", children: "500 - 999" })
|
|
14
|
+
] }),
|
|
15
|
+
/* @__PURE__ */ o(i, { gap: 0.5, children: [
|
|
16
|
+
/* @__PURE__ */ r(n, { bgcolor: "#FAAC3D" }),
|
|
17
|
+
/* @__PURE__ */ r(e, { variant: "overline", children: "220 - 499" })
|
|
18
|
+
] }),
|
|
19
|
+
/* @__PURE__ */ o(i, { gap: 0.5, children: [
|
|
20
|
+
/* @__PURE__ */ r(n, { bgcolor: "#FAE742" }),
|
|
21
|
+
/* @__PURE__ */ r(e, { variant: "overline", children: "100 - 219" })
|
|
22
|
+
] }),
|
|
23
|
+
/* @__PURE__ */ o(i, { gap: 0.5, children: [
|
|
24
|
+
/* @__PURE__ */ r(n, { bgcolor: "#DAED77" }),
|
|
25
|
+
/* @__PURE__ */ r(e, { variant: "overline", children: "50 - 99" })
|
|
26
|
+
] }),
|
|
27
|
+
/* @__PURE__ */ o(i, { gap: 0.5, children: [
|
|
28
|
+
/* @__PURE__ */ r(n, { bgcolor: "#A0EE77" }),
|
|
29
|
+
/* @__PURE__ */ r(e, { variant: "overline", children: "< 49 (Very Low)" })
|
|
30
|
+
] })
|
|
31
|
+
] }) });
|
|
34
32
|
export {
|
|
35
33
|
p as Legend
|
|
36
34
|
};
|
|
@@ -2,15 +2,15 @@ import { jsxs as s, jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import { Typography as c } from "@mui/material";
|
|
3
3
|
import { useEffect as l } from "react";
|
|
4
4
|
import { u } from "../../index.esm-BLLrbTzY.js";
|
|
5
|
-
import {
|
|
5
|
+
import { Map as d } from "../map/index.js";
|
|
6
6
|
import { Controls as h } from "./components/controls/index.js";
|
|
7
7
|
import { Legend as M } from "./components/legend/index.js";
|
|
8
8
|
import { usePrrMapLogic as R } from "./logic.js";
|
|
9
9
|
import { PrrMapRoot as g, PrrMapHeader as z, PrrMapContent as P } from "./styled.js";
|
|
10
|
-
|
|
11
|
-
const { refs: o, actions: i, ownerState: e, sx: a, other:
|
|
10
|
+
const D = (t) => {
|
|
11
|
+
const { refs: o, actions: i, ownerState: e, sx: a, other: p } = R(t), { width: n, height: m, ref: f } = u();
|
|
12
12
|
return l(() => (n && m && i.onMapResize(), () => {
|
|
13
|
-
}), [n, m]), /* @__PURE__ */ s(g, { ownerState: e, sx: a, ref:
|
|
13
|
+
}), [n, m]), /* @__PURE__ */ s(g, { ownerState: e, sx: a, ref: f, ...p, children: [
|
|
14
14
|
/* @__PURE__ */ r(z, { ownerState: e, children: /* @__PURE__ */ r(c, { variant: "h3", children: t.title }) }),
|
|
15
15
|
/* @__PURE__ */ s(P, { ownerState: e, children: [
|
|
16
16
|
/* @__PURE__ */ r(
|
|
@@ -32,7 +32,7 @@ function D(t) {
|
|
|
32
32
|
/* @__PURE__ */ r(h, { mapRef: o.mapRef.current })
|
|
33
33
|
] })
|
|
34
34
|
] });
|
|
35
|
-
}
|
|
35
|
+
};
|
|
36
36
|
export {
|
|
37
37
|
D as PrrMap
|
|
38
38
|
};
|
|
@@ -1,81 +1,73 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}) {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
[l]: Number(s)
|
|
1
|
+
import { jsx as o, jsxs as c } from "react/jsx-runtime";
|
|
2
|
+
import { DateRange as f } from "../date-range/index.js";
|
|
3
|
+
import { GeometryRange as C } from "../geometry-range/index.js";
|
|
4
|
+
import { NumberRange as p } from "../number-range/index.js";
|
|
5
|
+
import { StringRange as d } from "../string-range/index.js";
|
|
6
|
+
import { CompositeRow as h, CompositeCount as T, CompositeChild as D } from "../../styled.js";
|
|
7
|
+
const E = ["byte", "double", "integer", "long"], b = ["string", "text"], x = {
|
|
8
|
+
minValue: "",
|
|
9
|
+
maxValue: ""
|
|
10
|
+
}, I = {
|
|
11
|
+
listOfPossibleValues: []
|
|
12
|
+
}, v = { geometryArea: "" }, F = (s) => {
|
|
13
|
+
const { value: e, innerType: n, mapboxAccessToken: l, onChange: r, ...i } = s, a = (m) => {
|
|
14
|
+
r({ ...e, innerRandomInfo: m });
|
|
15
|
+
}, u = (m) => {
|
|
16
|
+
const { name: g, value: R } = m.target;
|
|
17
|
+
r({
|
|
18
|
+
...e,
|
|
19
|
+
[g]: Number(R)
|
|
21
20
|
});
|
|
22
21
|
};
|
|
23
|
-
let t =
|
|
24
|
-
return
|
|
25
|
-
|
|
22
|
+
let t = null;
|
|
23
|
+
return n && E.includes(n) ? t = /* @__PURE__ */ o(
|
|
24
|
+
p,
|
|
26
25
|
{
|
|
27
|
-
value:
|
|
28
|
-
minValue: "",
|
|
29
|
-
maxValue: ""
|
|
30
|
-
},
|
|
26
|
+
value: e.innerRandomInfo ?? x,
|
|
31
27
|
onChange: a
|
|
32
28
|
}
|
|
33
|
-
)
|
|
34
|
-
|
|
29
|
+
) : n && b.includes(n) ? t = /* @__PURE__ */ o(
|
|
30
|
+
d,
|
|
35
31
|
{
|
|
36
|
-
value:
|
|
37
|
-
listOfPossibleValues: []
|
|
38
|
-
},
|
|
32
|
+
value: e.innerRandomInfo ?? I,
|
|
39
33
|
onChange: a
|
|
40
34
|
}
|
|
41
|
-
)
|
|
35
|
+
) : n === "geometry" ? t = /* @__PURE__ */ o(
|
|
42
36
|
C,
|
|
43
37
|
{
|
|
44
|
-
mapboxAccessToken:
|
|
45
|
-
value:
|
|
46
|
-
geometryArea: ""
|
|
47
|
-
},
|
|
38
|
+
mapboxAccessToken: l,
|
|
39
|
+
value: e.innerRandomInfo ?? v,
|
|
48
40
|
onChange: a
|
|
49
41
|
}
|
|
50
|
-
)
|
|
51
|
-
|
|
42
|
+
) : n === "date" && (t = /* @__PURE__ */ o(
|
|
43
|
+
f,
|
|
52
44
|
{
|
|
53
|
-
value:
|
|
54
|
-
startDate:
|
|
45
|
+
value: e.innerRandomInfo ?? {
|
|
46
|
+
startDate: i.minDate || "",
|
|
55
47
|
startRange: 0,
|
|
56
48
|
endRange: 0,
|
|
57
49
|
timeUnit: "MINUTE",
|
|
58
50
|
limitForScenarioTimeRange: !1
|
|
59
51
|
},
|
|
60
52
|
onChange: a,
|
|
61
|
-
|
|
53
|
+
minDate: i.minDate || "",
|
|
54
|
+
maxDate: i.maxDate || ""
|
|
62
55
|
}
|
|
63
|
-
)), /* @__PURE__ */
|
|
56
|
+
)), /* @__PURE__ */ c(h, { children: [
|
|
64
57
|
/* @__PURE__ */ o(
|
|
65
|
-
|
|
58
|
+
T,
|
|
66
59
|
{
|
|
67
60
|
name: "count",
|
|
68
61
|
label: "Count",
|
|
69
62
|
type: "number",
|
|
70
63
|
size: "small",
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
onChange: g
|
|
64
|
+
value: e.count,
|
|
65
|
+
onChange: u
|
|
74
66
|
}
|
|
75
67
|
),
|
|
76
|
-
/* @__PURE__ */ o(
|
|
68
|
+
/* @__PURE__ */ o(D, { children: t })
|
|
77
69
|
] });
|
|
78
|
-
}
|
|
70
|
+
};
|
|
79
71
|
export {
|
|
80
|
-
|
|
72
|
+
F as CompositeListRange
|
|
81
73
|
};
|