opus-react 0.2.10 → 0.2.16
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/index.cjs +374 -212
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +122 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +374 -212
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -427,7 +427,7 @@ var init_setupFireBarrelScene = __esm({
|
|
|
427
427
|
});
|
|
428
428
|
|
|
429
429
|
// ../../components/fields/Button/Button.module.css
|
|
430
|
-
var Button_default = {"
|
|
430
|
+
var Button_default = {"light":"opus_lZkc26_light","warning":"opus_lZkc26_warning","success":"opus_lZkc26_success","info":"opus_lZkc26_info","secondary":"opus_lZkc26_secondary","primary":"opus_lZkc26_primary","button":"opus_lZkc26_button","link":"opus_lZkc26_link","dark":"opus_lZkc26_dark","danger":"opus_lZkc26_danger"};
|
|
431
431
|
|
|
432
432
|
// ../../components/fields/Button/Button.tsx
|
|
433
433
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -451,7 +451,7 @@ import { createContext, useContext, useMemo } from "react";
|
|
|
451
451
|
import { useEffect, useId, useRef, useState } from "react";
|
|
452
452
|
|
|
453
453
|
// ../../components/Tooltip/Tooltip.module.css
|
|
454
|
-
var Tooltip_default = {"
|
|
454
|
+
var Tooltip_default = {"popup":"opus_R70RbH_popup","root":"opus_R70RbH_root","trigger":"opus_R70RbH_trigger"};
|
|
455
455
|
|
|
456
456
|
// ../../components/Tooltip/Tooltip.tsx
|
|
457
457
|
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
@@ -516,7 +516,7 @@ function Tooltip({ content, label = "More information" }) {
|
|
|
516
516
|
}
|
|
517
517
|
|
|
518
518
|
// ../../components/fields/FieldShell/FieldShell.module.css
|
|
519
|
-
var FieldShell_default = {"
|
|
519
|
+
var FieldShell_default = {"labelRight":"opus_zNi12Z_labelRight","stacked":"opus_zNi12Z_stacked","stackedRight":"opus_zNi12Z_stackedRight","root":"opus_zNi12Z_root","labelFlagged":"opus_zNi12Z_labelFlagged","required":"opus_zNi12Z_required","flaggedCenter":"opus_zNi12Z_flaggedCenter","labelLeft":"opus_zNi12Z_labelLeft","label":"opus_zNi12Z_label","errorFlagged":"opus_zNi12Z_errorFlagged","controlFlagged":"opus_zNi12Z_controlFlagged","flagged":"opus_zNi12Z_flagged","compactControl":"opus_zNi12Z_compactControl","control":"opus_zNi12Z_control","fitContent":"opus_zNi12Z_fitContent","error":"opus_zNi12Z_error","flaggedStart":"opus_zNi12Z_flaggedStart","visuallyHidden":"opus_zNi12Z_visuallyHidden","stackedLeft":"opus_zNi12Z_stackedLeft"};
|
|
520
520
|
|
|
521
521
|
// ../../components/fields/FieldShell/FieldShell.tsx
|
|
522
522
|
import { Fragment, jsx as jsx3, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
@@ -641,7 +641,7 @@ function FieldShell({
|
|
|
641
641
|
}
|
|
642
642
|
|
|
643
643
|
// ../../components/fields/CheckboxField/CheckboxField.module.css
|
|
644
|
-
var CheckboxField_default = {"
|
|
644
|
+
var CheckboxField_default = {"error":"opus_g-5tlR_error","round":"opus_g-5tlR_round","shell":"opus_g-5tlR_shell","toggle":"opus_g-5tlR_toggle","nativeInput":"opus_g-5tlR_nativeInput","visual":"opus_g-5tlR_visual","square":"opus_g-5tlR_square"};
|
|
645
645
|
|
|
646
646
|
// ../../components/fields/CheckboxField/CheckboxField.tsx
|
|
647
647
|
import { jsx as jsx4, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
@@ -698,7 +698,7 @@ function CheckboxField({
|
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
// ../../components/fields/ColorField/ColorField.module.css
|
|
701
|
-
var ColorField_default = {"nativeInput":"opus_Z7jeX4_nativeInput","
|
|
701
|
+
var ColorField_default = {"nativeInput":"opus_Z7jeX4_nativeInput","icon":"opus_Z7jeX4_icon","picker":"opus_Z7jeX4_picker","value":"opus_Z7jeX4_value","error":"opus_Z7jeX4_error","swatch":"opus_Z7jeX4_swatch"};
|
|
702
702
|
|
|
703
703
|
// ../../components/fields/ColorField/ColorField.tsx
|
|
704
704
|
import { jsx as jsx5, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
@@ -748,7 +748,7 @@ function ColorField({
|
|
|
748
748
|
}
|
|
749
749
|
|
|
750
750
|
// ../../components/fields/DateField/DateField.module.css
|
|
751
|
-
var DateField_default = {"
|
|
751
|
+
var DateField_default = {"error":"opus_G3y11z_error","input":"opus_G3y11z_input"};
|
|
752
752
|
|
|
753
753
|
// ../../components/fields/DateField/DateField.tsx
|
|
754
754
|
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
@@ -791,7 +791,7 @@ function DateField({
|
|
|
791
791
|
}
|
|
792
792
|
|
|
793
793
|
// ../../components/fields/HiddenField/HiddenField.module.css
|
|
794
|
-
var HiddenField_default = {"
|
|
794
|
+
var HiddenField_default = {"note":"opus_kL1YXS_note","preview":"opus_kL1YXS_preview","meta":"opus_kL1YXS_meta"};
|
|
795
795
|
|
|
796
796
|
// ../../components/fields/HiddenField/HiddenField.tsx
|
|
797
797
|
import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
@@ -839,7 +839,7 @@ function HiddenField({
|
|
|
839
839
|
}
|
|
840
840
|
|
|
841
841
|
// ../../components/fields/FileField/FileField.module.css
|
|
842
|
-
var FileField_default = {"
|
|
842
|
+
var FileField_default = {"content":"opus_aOsPA7_content","hint":"opus_aOsPA7_hint","input":"opus_aOsPA7_input","wrapper":"opus_aOsPA7_wrapper","drop":"opus_aOsPA7_drop","footnote":"opus_aOsPA7_footnote","iconSvg":"opus_aOsPA7_iconSvg","action":"opus_aOsPA7_action","title":"opus_aOsPA7_title","dropError":"opus_aOsPA7_dropError","dragging":"opus_aOsPA7_dragging","icon":"opus_aOsPA7_icon"};
|
|
843
843
|
|
|
844
844
|
// ../../components/fields/FileField/FileField.tsx
|
|
845
845
|
import {
|
|
@@ -979,7 +979,7 @@ function FileField({
|
|
|
979
979
|
import { useEffect as useEffect2, useState as useState3 } from "react";
|
|
980
980
|
|
|
981
981
|
// ../../components/fields/NumberField/NumberField.module.css
|
|
982
|
-
var NumberField_default = {"error":"opus_L272Dk_error","
|
|
982
|
+
var NumberField_default = {"error":"opus_L272Dk_error","input":"opus_L272Dk_input","stepper":"opus_L272Dk_stepper","button":"opus_L272Dk_button"};
|
|
983
983
|
|
|
984
984
|
// ../../components/fields/numericUtils.ts
|
|
985
985
|
function decimalPlacesFromStep(step) {
|
|
@@ -1147,7 +1147,7 @@ function NumberField({
|
|
|
1147
1147
|
import { createContext as createContext2, useContext as useContext2, useId as useId2 } from "react";
|
|
1148
1148
|
|
|
1149
1149
|
// ../../components/fields/RadioGroup/RadioGroup.module.css
|
|
1150
|
-
var RadioGroup_default = {"
|
|
1150
|
+
var RadioGroup_default = {"choice":"opus_O-1nor_choice","option":"opus_O-1nor_option","round":"opus_O-1nor_round","square":"opus_O-1nor_square","visual":"opus_O-1nor_visual","shell":"opus_O-1nor_shell","options":"opus_O-1nor_options","error":"opus_O-1nor_error","nativeInput":"opus_O-1nor_nativeInput"};
|
|
1151
1151
|
|
|
1152
1152
|
// ../../components/fields/RadioGroup/RadioGroup.tsx
|
|
1153
1153
|
import { jsx as jsx10, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
@@ -1244,7 +1244,7 @@ function Radio({ children, error, name, shape, value, defaultChecked }) {
|
|
|
1244
1244
|
import { useId as useId3, useRef as useRef3, useState as useState4 } from "react";
|
|
1245
1245
|
|
|
1246
1246
|
// ../../components/fields/ChipInputField/ChipInputField.module.css
|
|
1247
|
-
var ChipInputField_default = {"
|
|
1247
|
+
var ChipInputField_default = {"chipLabel":"opus_IOOYwh_chipLabel","readOnly":"opus_IOOYwh_readOnly","input":"opus_IOOYwh_input","field":"opus_IOOYwh_field","chip":"opus_IOOYwh_chip","remove":"opus_IOOYwh_remove","disabled":"opus_IOOYwh_disabled","error":"opus_IOOYwh_error","shell":"opus_IOOYwh_shell"};
|
|
1248
1248
|
|
|
1249
1249
|
// ../../components/fields/ChipInputField/ChipInputField.tsx
|
|
1250
1250
|
import { jsx as jsx11, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
@@ -1380,7 +1380,7 @@ function ChipInput({
|
|
|
1380
1380
|
var ChipInputField = ChipInput;
|
|
1381
1381
|
|
|
1382
1382
|
// ../../components/fields/RangeField/RangeField.module.css
|
|
1383
|
-
var RangeField_default = {"
|
|
1383
|
+
var RangeField_default = {"value":"opus_iRHQuG_value","fieldLabel":"opus_iRHQuG_fieldLabel","slider":"opus_iRHQuG_slider","error":"opus_iRHQuG_error","footer":"opus_iRHQuG_footer","wrap":"opus_iRHQuG_wrap","topRow":"opus_iRHQuG_topRow"};
|
|
1384
1384
|
|
|
1385
1385
|
// ../../components/fields/RangeField/RangeField.tsx
|
|
1386
1386
|
import { jsx as jsx12, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
@@ -1459,7 +1459,7 @@ function RangeField({
|
|
|
1459
1459
|
}
|
|
1460
1460
|
|
|
1461
1461
|
// ../../components/fields/SelectField/SelectField.module.css
|
|
1462
|
-
var SelectField_default = {"
|
|
1462
|
+
var SelectField_default = {"error":"opus_m2ObG0_error","select":"opus_m2ObG0_select","wrap":"opus_m2ObG0_wrap"};
|
|
1463
1463
|
|
|
1464
1464
|
// ../../components/fields/SelectField/SelectField.tsx
|
|
1465
1465
|
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
@@ -1503,7 +1503,7 @@ function SelectField({
|
|
|
1503
1503
|
}
|
|
1504
1504
|
|
|
1505
1505
|
// ../../components/fields/SwitchField/SwitchField.module.css
|
|
1506
|
-
var SwitchField_default = {"toggle":"opus_t9NLEA_toggle","
|
|
1506
|
+
var SwitchField_default = {"toggle":"opus_t9NLEA_toggle","error":"opus_t9NLEA_error","shell":"opus_t9NLEA_shell","track":"opus_t9NLEA_track"};
|
|
1507
1507
|
|
|
1508
1508
|
// ../../components/fields/SwitchField/SwitchField.tsx
|
|
1509
1509
|
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
@@ -1552,7 +1552,7 @@ function SwitchField({
|
|
|
1552
1552
|
import { useId as useId4 } from "react";
|
|
1553
1553
|
|
|
1554
1554
|
// ../../components/fields/TextAreaField/TextAreaField.module.css
|
|
1555
|
-
var TextAreaField_default = {"
|
|
1555
|
+
var TextAreaField_default = {"inlineCount":"opus_FjhWmh_inlineCount","inputWrap":"opus_FjhWmh_inputWrap","withCount":"opus_FjhWmh_withCount","footerError":"opus_FjhWmh_footerError","footer":"opus_FjhWmh_footer","externalCount":"opus_FjhWmh_externalCount","textarea":"opus_FjhWmh_textarea","field":"opus_FjhWmh_field","error":"opus_FjhWmh_error"};
|
|
1556
1556
|
|
|
1557
1557
|
// ../../components/fields/TextAreaField/TextAreaField.tsx
|
|
1558
1558
|
import { jsx as jsx15, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
@@ -1662,7 +1662,7 @@ import {
|
|
|
1662
1662
|
} from "@fortawesome/free-solid-svg-icons";
|
|
1663
1663
|
|
|
1664
1664
|
// ../../components/fields/RichTextField/RichTextField.module.css
|
|
1665
|
-
var RichTextField_default = {"
|
|
1665
|
+
var RichTextField_default = {"blockSelect":"opus_6HFqZH_blockSelect","editorShell":"opus_6HFqZH_editorShell","field":"opus_6HFqZH_field","colorSwatch":"opus_6HFqZH_colorSwatch","readOnly":"opus_6HFqZH_readOnly","modalOverlay":"opus_6HFqZH_modalOverlay","modalInput":"opus_6HFqZH_modalInput","modalNumber":"opus_6HFqZH_modalNumber","colorInput":"opus_6HFqZH_colorInput","divider":"opus_6HFqZH_divider","toolbarButton":"opus_6HFqZH_toolbarButton","modalLabel":"opus_6HFqZH_modalLabel","modalDimensionField":"opus_6HFqZH_modalDimensionField","modalTimes":"opus_6HFqZH_modalTimes","modalActions":"opus_6HFqZH_modalActions","modalCancel":"opus_6HFqZH_modalCancel","modal":"opus_6HFqZH_modal","error":"opus_6HFqZH_error","modalConfirm":"opus_6HFqZH_modalConfirm","modalDimensions":"opus_6HFqZH_modalDimensions","modalField":"opus_6HFqZH_modalField","modalTitle":"opus_6HFqZH_modalTitle","tooltip":"opus_6HFqZH_tooltip","buttonWrap":"opus_6HFqZH_buttonWrap","editor":"opus_6HFqZH_editor","toolbar":"opus_6HFqZH_toolbar","toolbarIcon":"opus_6HFqZH_toolbarIcon","toolbarButtonActive":"opus_6HFqZH_toolbarButtonActive"};
|
|
1666
1666
|
|
|
1667
1667
|
// ../../components/fields/RichTextField/RichTextField.tsx
|
|
1668
1668
|
import { jsx as jsx16, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
@@ -1749,6 +1749,11 @@ function RichTextField({
|
|
|
1749
1749
|
const [blockFormat, setBlockFormat] = useState5("p");
|
|
1750
1750
|
const [canUndo, setCanUndo] = useState5(false);
|
|
1751
1751
|
const [canRedo, setCanRedo] = useState5(false);
|
|
1752
|
+
const [linkModalOpen, setLinkModalOpen] = useState5(false);
|
|
1753
|
+
const [linkUrl, setLinkUrl] = useState5("");
|
|
1754
|
+
const [tableModalOpen, setTableModalOpen] = useState5(false);
|
|
1755
|
+
const [tableRows, setTableRows] = useState5(2);
|
|
1756
|
+
const [tableCols, setTableCols] = useState5(2);
|
|
1752
1757
|
const syncHistoryState = useCallback(() => {
|
|
1753
1758
|
if (typeof document === "undefined") {
|
|
1754
1759
|
return;
|
|
@@ -1890,16 +1895,22 @@ function RichTextField({
|
|
|
1890
1895
|
},
|
|
1891
1896
|
[emitChange, focusEditor, readOnly, syncToolbarState]
|
|
1892
1897
|
);
|
|
1893
|
-
const
|
|
1898
|
+
const openLinkModal = useCallback(() => {
|
|
1894
1899
|
if (readOnly) {
|
|
1895
1900
|
return;
|
|
1896
1901
|
}
|
|
1897
|
-
|
|
1902
|
+
saveSelection();
|
|
1903
|
+
setLinkUrl("");
|
|
1904
|
+
setLinkModalOpen(true);
|
|
1905
|
+
}, [readOnly, saveSelection]);
|
|
1906
|
+
const confirmLink = useCallback(() => {
|
|
1907
|
+
const url = linkUrl.trim();
|
|
1908
|
+
setLinkModalOpen(false);
|
|
1898
1909
|
if (!url) {
|
|
1899
1910
|
return;
|
|
1900
1911
|
}
|
|
1901
|
-
|
|
1902
|
-
}, [
|
|
1912
|
+
execWithSelection("createLink", url);
|
|
1913
|
+
}, [execWithSelection, linkUrl]);
|
|
1903
1914
|
const insertImage = useCallback(() => {
|
|
1904
1915
|
if (readOnly) {
|
|
1905
1916
|
return;
|
|
@@ -1910,17 +1921,24 @@ function RichTextField({
|
|
|
1910
1921
|
}
|
|
1911
1922
|
exec("insertImage", url);
|
|
1912
1923
|
}, [exec, readOnly]);
|
|
1913
|
-
const
|
|
1924
|
+
const openTableModal = useCallback(() => {
|
|
1914
1925
|
if (readOnly) {
|
|
1915
1926
|
return;
|
|
1916
1927
|
}
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1928
|
+
saveSelection();
|
|
1929
|
+
setTableRows(2);
|
|
1930
|
+
setTableCols(2);
|
|
1931
|
+
setTableModalOpen(true);
|
|
1932
|
+
}, [readOnly, saveSelection]);
|
|
1933
|
+
const confirmTable = useCallback(() => {
|
|
1934
|
+
setTableModalOpen(false);
|
|
1935
|
+
const rows = Math.max(1, Math.min(20, Math.round(tableRows) || 0));
|
|
1936
|
+
const cols = Math.max(1, Math.min(20, Math.round(tableCols) || 0));
|
|
1937
|
+
if (!rows || !cols) {
|
|
1920
1938
|
return;
|
|
1921
1939
|
}
|
|
1922
1940
|
execWithSelection("insertHTML", buildTableHtml(rows, cols));
|
|
1923
|
-
}, [execWithSelection,
|
|
1941
|
+
}, [execWithSelection, tableCols, tableRows]);
|
|
1924
1942
|
function ToolbarButton({
|
|
1925
1943
|
icon,
|
|
1926
1944
|
label: label2,
|
|
@@ -2004,145 +2022,289 @@ function RichTextField({
|
|
|
2004
2022
|
labelPosition,
|
|
2005
2023
|
mode,
|
|
2006
2024
|
required,
|
|
2007
|
-
children: /* @__PURE__ */
|
|
2008
|
-
/* @__PURE__ */ jsxs12("div", {
|
|
2009
|
-
/* @__PURE__ */
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2025
|
+
children: /* @__PURE__ */ jsxs12("div", { className: RichTextField_default.field, children: [
|
|
2026
|
+
/* @__PURE__ */ jsxs12("div", { className: [RichTextField_default.editorShell, error ? RichTextField_default.error : ""].filter(Boolean).join(" "), children: [
|
|
2027
|
+
/* @__PURE__ */ jsxs12("div", { "aria-label": "Formatting toolbar", className: RichTextField_default.toolbar, role: "toolbar", children: [
|
|
2028
|
+
/* @__PURE__ */ jsx16(
|
|
2029
|
+
ToolbarButton,
|
|
2030
|
+
{
|
|
2031
|
+
disabled: !canUndo,
|
|
2032
|
+
icon: faRotateLeft,
|
|
2033
|
+
label: "Undo",
|
|
2034
|
+
tooltip: "Undo (\u2318Z)",
|
|
2035
|
+
onPress: () => exec("undo")
|
|
2036
|
+
}
|
|
2037
|
+
),
|
|
2038
|
+
/* @__PURE__ */ jsx16(
|
|
2039
|
+
ToolbarButton,
|
|
2040
|
+
{
|
|
2041
|
+
disabled: !canRedo,
|
|
2042
|
+
icon: faRotateRight,
|
|
2043
|
+
label: "Redo",
|
|
2044
|
+
tooltip: "Redo (\u21E7\u2318Z)",
|
|
2045
|
+
onPress: () => exec("redo")
|
|
2046
|
+
}
|
|
2047
|
+
),
|
|
2048
|
+
/* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
|
|
2049
|
+
/* @__PURE__ */ jsx16(
|
|
2050
|
+
"select",
|
|
2051
|
+
{
|
|
2052
|
+
"aria-label": "Text style",
|
|
2053
|
+
className: RichTextField_default.blockSelect,
|
|
2054
|
+
disabled: readOnly,
|
|
2055
|
+
value: blockFormat,
|
|
2056
|
+
onChange: (event) => applyBlockFormat(event.target.value),
|
|
2057
|
+
onMouseDown: (event) => event.stopPropagation(),
|
|
2058
|
+
children: blockFormats.map((format) => /* @__PURE__ */ jsx16("option", { value: format.value, children: format.label }, format.value))
|
|
2059
|
+
}
|
|
2060
|
+
),
|
|
2061
|
+
/* @__PURE__ */ jsx16(
|
|
2062
|
+
"select",
|
|
2063
|
+
{
|
|
2064
|
+
"aria-label": "Font size",
|
|
2065
|
+
className: RichTextField_default.blockSelect,
|
|
2066
|
+
defaultValue: "3",
|
|
2067
|
+
disabled: readOnly,
|
|
2068
|
+
onMouseDown: () => saveSelection(),
|
|
2069
|
+
onChange: (event) => execWithSelection("fontSize", event.target.value),
|
|
2070
|
+
children: fontSizes.map((size) => /* @__PURE__ */ jsx16("option", { value: size.value, children: size.label }, size.value))
|
|
2071
|
+
}
|
|
2072
|
+
),
|
|
2073
|
+
/* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
|
|
2074
|
+
renderGroup(inlineGroup),
|
|
2075
|
+
/* @__PURE__ */ jsx16(
|
|
2076
|
+
ColorButton,
|
|
2077
|
+
{
|
|
2078
|
+
command: "foreColor",
|
|
2079
|
+
defaultColor: "#111827",
|
|
2080
|
+
icon: faPalette,
|
|
2081
|
+
label: "Text colour",
|
|
2082
|
+
swatch: "#111827"
|
|
2083
|
+
}
|
|
2084
|
+
),
|
|
2085
|
+
/* @__PURE__ */ jsx16(
|
|
2086
|
+
ColorButton,
|
|
2087
|
+
{
|
|
2088
|
+
command: "hiliteColor",
|
|
2089
|
+
defaultColor: "#fde047",
|
|
2090
|
+
icon: faHighlighter,
|
|
2091
|
+
label: "Highlight colour",
|
|
2092
|
+
swatch: "#fde047"
|
|
2093
|
+
}
|
|
2094
|
+
),
|
|
2095
|
+
/* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
|
|
2096
|
+
renderGroup(listGroup),
|
|
2097
|
+
/* @__PURE__ */ jsx16(
|
|
2098
|
+
ToolbarButton,
|
|
2099
|
+
{
|
|
2100
|
+
icon: faQuoteRight,
|
|
2101
|
+
label: "Quote",
|
|
2102
|
+
onPress: () => applyBlockFormat("blockquote")
|
|
2103
|
+
}
|
|
2104
|
+
),
|
|
2105
|
+
/* @__PURE__ */ jsx16(
|
|
2106
|
+
ToolbarButton,
|
|
2107
|
+
{
|
|
2108
|
+
icon: faCode,
|
|
2109
|
+
label: "Code block",
|
|
2110
|
+
onPress: () => applyBlockFormat("pre")
|
|
2111
|
+
}
|
|
2112
|
+
),
|
|
2113
|
+
/* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
|
|
2114
|
+
renderGroup(alignGroup),
|
|
2115
|
+
/* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
|
|
2116
|
+
/* @__PURE__ */ jsx16(ToolbarButton, { icon: faLink, label: "Insert link", onPress: openLinkModal }),
|
|
2117
|
+
/* @__PURE__ */ jsx16(ToolbarButton, { icon: faLinkSlash, label: "Remove link", onPress: () => exec("unlink") }),
|
|
2118
|
+
/* @__PURE__ */ jsx16(
|
|
2119
|
+
ToolbarButton,
|
|
2120
|
+
{
|
|
2121
|
+
disabled: true,
|
|
2122
|
+
icon: faImage,
|
|
2123
|
+
label: "Insert image (coming soon)",
|
|
2124
|
+
onPress: insertImage
|
|
2125
|
+
}
|
|
2126
|
+
),
|
|
2127
|
+
/* @__PURE__ */ jsx16(ToolbarButton, { icon: faTable, label: "Insert table", onPress: openTableModal }),
|
|
2128
|
+
/* @__PURE__ */ jsx16(
|
|
2129
|
+
ToolbarButton,
|
|
2130
|
+
{
|
|
2131
|
+
icon: faMinus,
|
|
2132
|
+
label: "Horizontal rule",
|
|
2133
|
+
onPress: () => exec("insertHorizontalRule")
|
|
2134
|
+
}
|
|
2135
|
+
),
|
|
2136
|
+
/* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
|
|
2137
|
+
/* @__PURE__ */ jsx16(
|
|
2138
|
+
ToolbarButton,
|
|
2139
|
+
{
|
|
2140
|
+
icon: faEraser,
|
|
2141
|
+
label: "Clear formatting",
|
|
2142
|
+
onPress: () => exec("removeFormat")
|
|
2143
|
+
}
|
|
2144
|
+
)
|
|
2145
|
+
] }),
|
|
2118
2146
|
/* @__PURE__ */ jsx16(
|
|
2119
|
-
|
|
2120
|
-
{
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2147
|
+
"div",
|
|
2148
|
+
__spreadValues({
|
|
2149
|
+
"aria-multiline": "true",
|
|
2150
|
+
"aria-readonly": readOnly || void 0,
|
|
2151
|
+
className: [RichTextField_default.editor, readOnly ? RichTextField_default.readOnly : ""].filter(Boolean).join(" "),
|
|
2152
|
+
contentEditable: readOnly ? false : true,
|
|
2153
|
+
"data-placeholder": placeholder,
|
|
2154
|
+
id,
|
|
2155
|
+
ref: editorRef,
|
|
2156
|
+
role: "textbox",
|
|
2157
|
+
style: { minHeight },
|
|
2158
|
+
suppressContentEditableWarning: true,
|
|
2159
|
+
onInput: emitChange,
|
|
2160
|
+
onKeyUp: syncToolbarState,
|
|
2161
|
+
onMouseUp: syncToolbarState
|
|
2162
|
+
}, fieldInputAriaProps(shellAria, { invalid: Boolean(error) }))
|
|
2125
2163
|
)
|
|
2126
2164
|
] }),
|
|
2127
|
-
/* @__PURE__ */ jsx16(
|
|
2165
|
+
linkModalOpen ? /* @__PURE__ */ jsx16(
|
|
2128
2166
|
"div",
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
"
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2167
|
+
{
|
|
2168
|
+
className: RichTextField_default.modalOverlay,
|
|
2169
|
+
role: "presentation",
|
|
2170
|
+
onMouseDown: () => setLinkModalOpen(false),
|
|
2171
|
+
children: /* @__PURE__ */ jsxs12(
|
|
2172
|
+
"div",
|
|
2173
|
+
{
|
|
2174
|
+
"aria-label": "Insert link",
|
|
2175
|
+
"aria-modal": "true",
|
|
2176
|
+
className: RichTextField_default.modal,
|
|
2177
|
+
role: "dialog",
|
|
2178
|
+
onMouseDown: (event) => event.stopPropagation(),
|
|
2179
|
+
children: [
|
|
2180
|
+
/* @__PURE__ */ jsx16("h3", { className: RichTextField_default.modalTitle, children: "Insert link" }),
|
|
2181
|
+
/* @__PURE__ */ jsxs12("div", { className: RichTextField_default.modalField, children: [
|
|
2182
|
+
/* @__PURE__ */ jsx16("label", { className: RichTextField_default.modalLabel, htmlFor: `${id}-link-url`, children: "URL" }),
|
|
2183
|
+
/* @__PURE__ */ jsx16(
|
|
2184
|
+
"input",
|
|
2185
|
+
{
|
|
2186
|
+
autoFocus: true,
|
|
2187
|
+
className: RichTextField_default.modalInput,
|
|
2188
|
+
id: `${id}-link-url`,
|
|
2189
|
+
placeholder: "https://example.com",
|
|
2190
|
+
type: "url",
|
|
2191
|
+
value: linkUrl,
|
|
2192
|
+
onChange: (event) => setLinkUrl(event.target.value),
|
|
2193
|
+
onKeyDown: (event) => {
|
|
2194
|
+
if (event.key === "Enter") {
|
|
2195
|
+
event.preventDefault();
|
|
2196
|
+
confirmLink();
|
|
2197
|
+
} else if (event.key === "Escape") {
|
|
2198
|
+
event.preventDefault();
|
|
2199
|
+
setLinkModalOpen(false);
|
|
2200
|
+
}
|
|
2201
|
+
}
|
|
2202
|
+
}
|
|
2203
|
+
)
|
|
2204
|
+
] }),
|
|
2205
|
+
/* @__PURE__ */ jsxs12("div", { className: RichTextField_default.modalActions, children: [
|
|
2206
|
+
/* @__PURE__ */ jsx16(
|
|
2207
|
+
"button",
|
|
2208
|
+
{
|
|
2209
|
+
className: RichTextField_default.modalCancel,
|
|
2210
|
+
type: "button",
|
|
2211
|
+
onClick: () => setLinkModalOpen(false),
|
|
2212
|
+
children: "Cancel"
|
|
2213
|
+
}
|
|
2214
|
+
),
|
|
2215
|
+
/* @__PURE__ */ jsx16(
|
|
2216
|
+
"button",
|
|
2217
|
+
{
|
|
2218
|
+
className: RichTextField_default.modalConfirm,
|
|
2219
|
+
disabled: !linkUrl.trim(),
|
|
2220
|
+
type: "button",
|
|
2221
|
+
onClick: confirmLink,
|
|
2222
|
+
children: "Insert link"
|
|
2223
|
+
}
|
|
2224
|
+
)
|
|
2225
|
+
] })
|
|
2226
|
+
]
|
|
2227
|
+
}
|
|
2228
|
+
)
|
|
2229
|
+
}
|
|
2230
|
+
) : null,
|
|
2231
|
+
tableModalOpen ? /* @__PURE__ */ jsx16(
|
|
2232
|
+
"div",
|
|
2233
|
+
{
|
|
2234
|
+
className: RichTextField_default.modalOverlay,
|
|
2235
|
+
role: "presentation",
|
|
2236
|
+
onMouseDown: () => setTableModalOpen(false),
|
|
2237
|
+
children: /* @__PURE__ */ jsxs12(
|
|
2238
|
+
"div",
|
|
2239
|
+
{
|
|
2240
|
+
"aria-label": "Insert table",
|
|
2241
|
+
"aria-modal": "true",
|
|
2242
|
+
className: RichTextField_default.modal,
|
|
2243
|
+
role: "dialog",
|
|
2244
|
+
onMouseDown: (event) => event.stopPropagation(),
|
|
2245
|
+
children: [
|
|
2246
|
+
/* @__PURE__ */ jsx16("h3", { className: RichTextField_default.modalTitle, children: "Insert table" }),
|
|
2247
|
+
/* @__PURE__ */ jsxs12("div", { className: RichTextField_default.modalDimensions, children: [
|
|
2248
|
+
/* @__PURE__ */ jsxs12("div", { className: RichTextField_default.modalDimensionField, children: [
|
|
2249
|
+
/* @__PURE__ */ jsx16("label", { className: RichTextField_default.modalLabel, htmlFor: `${id}-table-rows`, children: "Rows" }),
|
|
2250
|
+
/* @__PURE__ */ jsx16(
|
|
2251
|
+
"input",
|
|
2252
|
+
{
|
|
2253
|
+
autoFocus: true,
|
|
2254
|
+
className: RichTextField_default.modalNumber,
|
|
2255
|
+
id: `${id}-table-rows`,
|
|
2256
|
+
max: 20,
|
|
2257
|
+
min: 1,
|
|
2258
|
+
type: "number",
|
|
2259
|
+
value: tableRows,
|
|
2260
|
+
onChange: (event) => setTableRows(Number(event.target.value))
|
|
2261
|
+
}
|
|
2262
|
+
)
|
|
2263
|
+
] }),
|
|
2264
|
+
/* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.modalTimes, children: "\xD7" }),
|
|
2265
|
+
/* @__PURE__ */ jsxs12("div", { className: RichTextField_default.modalDimensionField, children: [
|
|
2266
|
+
/* @__PURE__ */ jsx16("label", { className: RichTextField_default.modalLabel, htmlFor: `${id}-table-cols`, children: "Columns" }),
|
|
2267
|
+
/* @__PURE__ */ jsx16(
|
|
2268
|
+
"input",
|
|
2269
|
+
{
|
|
2270
|
+
className: RichTextField_default.modalNumber,
|
|
2271
|
+
id: `${id}-table-cols`,
|
|
2272
|
+
max: 20,
|
|
2273
|
+
min: 1,
|
|
2274
|
+
type: "number",
|
|
2275
|
+
value: tableCols,
|
|
2276
|
+
onChange: (event) => setTableCols(Number(event.target.value)),
|
|
2277
|
+
onKeyDown: (event) => {
|
|
2278
|
+
if (event.key === "Enter") {
|
|
2279
|
+
event.preventDefault();
|
|
2280
|
+
confirmTable();
|
|
2281
|
+
} else if (event.key === "Escape") {
|
|
2282
|
+
event.preventDefault();
|
|
2283
|
+
setTableModalOpen(false);
|
|
2284
|
+
}
|
|
2285
|
+
}
|
|
2286
|
+
}
|
|
2287
|
+
)
|
|
2288
|
+
] })
|
|
2289
|
+
] }),
|
|
2290
|
+
/* @__PURE__ */ jsxs12("div", { className: RichTextField_default.modalActions, children: [
|
|
2291
|
+
/* @__PURE__ */ jsx16(
|
|
2292
|
+
"button",
|
|
2293
|
+
{
|
|
2294
|
+
className: RichTextField_default.modalCancel,
|
|
2295
|
+
type: "button",
|
|
2296
|
+
onClick: () => setTableModalOpen(false),
|
|
2297
|
+
children: "Cancel"
|
|
2298
|
+
}
|
|
2299
|
+
),
|
|
2300
|
+
/* @__PURE__ */ jsx16("button", { className: RichTextField_default.modalConfirm, type: "button", onClick: confirmTable, children: "Insert table" })
|
|
2301
|
+
] })
|
|
2302
|
+
]
|
|
2303
|
+
}
|
|
2304
|
+
)
|
|
2305
|
+
}
|
|
2306
|
+
) : null
|
|
2307
|
+
] })
|
|
2146
2308
|
}
|
|
2147
2309
|
);
|
|
2148
2310
|
}
|
|
@@ -2197,7 +2359,7 @@ import { FontAwesomeIcon as FontAwesomeIcon2 } from "@fortawesome/react-fontawes
|
|
|
2197
2359
|
import { faMoon, faSun } from "@fortawesome/free-solid-svg-icons";
|
|
2198
2360
|
|
|
2199
2361
|
// ../../components/fields/ThemeToggleField/ThemeToggleField.module.css
|
|
2200
|
-
var ThemeToggleField_default = {"
|
|
2362
|
+
var ThemeToggleField_default = {"indicator":"opus_SwerMA_indicator","active":"opus_SwerMA_active","toggle":"opus_SwerMA_toggle","option":"opus_SwerMA_option"};
|
|
2201
2363
|
|
|
2202
2364
|
// ../../components/fields/ThemeToggleField/ThemeToggleField.tsx
|
|
2203
2365
|
import { jsx as jsx18, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
@@ -2263,7 +2425,7 @@ function ThemeToggleField({
|
|
|
2263
2425
|
import { useEffect as useEffect4, useMemo as useMemo2, useRef as useRef5, useState as useState6 } from "react";
|
|
2264
2426
|
|
|
2265
2427
|
// ../../components/fields/shared/fieldControl.module.css
|
|
2266
|
-
var fieldControl_default = {"
|
|
2428
|
+
var fieldControl_default = {"panel":"opus_1Q5xBh_panel","search":"opus_1Q5xBh_search","panelFooter":"opus_1Q5xBh_panelFooter","triggerOpen":"opus_1Q5xBh_triggerOpen","groupLabel":"opus_1Q5xBh_groupLabel","input":"opus_1Q5xBh_input","chevron":"opus_1Q5xBh_chevron","triggerError":"opus_1Q5xBh_triggerError","error":"opus_1Q5xBh_error","actionButtonPrimary":"opus_1Q5xBh_actionButtonPrimary","placeholder":"opus_1Q5xBh_placeholder","option":"opus_1Q5xBh_option","actionButton":"opus_1Q5xBh_actionButton","trigger":"opus_1Q5xBh_trigger","list":"opus_1Q5xBh_list"};
|
|
2267
2429
|
|
|
2268
2430
|
// ../../components/fields/FilterSelectField/FilterSelectField.module.css
|
|
2269
2431
|
var FilterSelectField_default = {"root":"opus_rDiUV2_root"};
|
|
@@ -2531,7 +2693,7 @@ function MultiSelectField({
|
|
|
2531
2693
|
import { useState as useState8 } from "react";
|
|
2532
2694
|
|
|
2533
2695
|
// ../../components/fields/TransferListField/TransferListField.module.css
|
|
2534
|
-
var TransferListField_default = {"columnHeader":"opus_NPBFZk_columnHeader","
|
|
2696
|
+
var TransferListField_default = {"columnHeader":"opus_NPBFZk_columnHeader","item":"opus_NPBFZk_item","column":"opus_NPBFZk_column","controls":"opus_NPBFZk_controls","controlButton":"opus_NPBFZk_controlButton","list":"opus_NPBFZk_list","itemActive":"opus_NPBFZk_itemActive","root":"opus_NPBFZk_root"};
|
|
2535
2697
|
|
|
2536
2698
|
// ../../components/fields/TransferListField/TransferListField.tsx
|
|
2537
2699
|
import { jsx as jsx21, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
@@ -2649,7 +2811,7 @@ function ListColumn({
|
|
|
2649
2811
|
import { useMemo as useMemo4 } from "react";
|
|
2650
2812
|
|
|
2651
2813
|
// ../../components/fields/PasswordStrengthField/PasswordStrengthField.module.css
|
|
2652
|
-
var PasswordStrengthField_default = {"
|
|
2814
|
+
var PasswordStrengthField_default = {"meterWrap":"opus_S1A372_meterWrap","meterTrack":"opus_S1A372_meterTrack","requirement":"opus_S1A372_requirement","requirementMet":"opus_S1A372_requirementMet","requirements":"opus_S1A372_requirements","meterLabel":"opus_S1A372_meterLabel","root":"opus_S1A372_root","meterFill":"opus_S1A372_meterFill"};
|
|
2653
2815
|
|
|
2654
2816
|
// ../../components/fields/PasswordStrengthField/PasswordStrengthField.tsx
|
|
2655
2817
|
import { jsx as jsx22, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
@@ -2728,7 +2890,7 @@ function PasswordStrengthField({
|
|
|
2728
2890
|
}
|
|
2729
2891
|
|
|
2730
2892
|
// ../../components/fields/RatingField/RatingField.module.css
|
|
2731
|
-
var RatingField_default = {"root":"opus_0tdNUz_root","
|
|
2893
|
+
var RatingField_default = {"root":"opus_0tdNUz_root","symbol":"opus_0tdNUz_symbol","symbolActive":"opus_0tdNUz_symbolActive","numeric":"opus_0tdNUz_numeric","numericActive":"opus_0tdNUz_numericActive"};
|
|
2732
2894
|
|
|
2733
2895
|
// ../../components/fields/RatingField/RatingField.tsx
|
|
2734
2896
|
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
@@ -2858,7 +3020,7 @@ function SegmentedControlField({
|
|
|
2858
3020
|
import { useMemo as useMemo5 } from "react";
|
|
2859
3021
|
|
|
2860
3022
|
// ../../components/fields/SliderRangeField/SliderRangeField.module.css
|
|
2861
|
-
var SliderRangeField_default = {"
|
|
3023
|
+
var SliderRangeField_default = {"slider":"opus_k3d0sS_slider","footer":"opus_k3d0sS_footer","value":"opus_k3d0sS_value","trackWrap":"opus_k3d0sS_trackWrap","track":"opus_k3d0sS_track","root":"opus_k3d0sS_root","header":"opus_k3d0sS_header"};
|
|
2862
3024
|
|
|
2863
3025
|
// ../../components/fields/SliderRangeField/SliderRangeField.tsx
|
|
2864
3026
|
import { jsx as jsx25, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
@@ -2955,7 +3117,7 @@ function SliderRangeField({
|
|
|
2955
3117
|
import { useEffect as useEffect6, useMemo as useMemo6, useRef as useRef7, useState as useState9 } from "react";
|
|
2956
3118
|
|
|
2957
3119
|
// ../../components/fields/PhoneNumberField/PhoneNumberField.module.css
|
|
2958
|
-
var PhoneNumberField_default = {"countryWrap":"opus_WC4gnN_countryWrap","
|
|
3120
|
+
var PhoneNumberField_default = {"countryWrap":"opus_WC4gnN_countryWrap","root":"opus_WC4gnN_root","country":"opus_WC4gnN_country","code":"opus_WC4gnN_code","option":"opus_WC4gnN_option","optionActive":"opus_WC4gnN_optionActive","countryValue":"opus_WC4gnN_countryValue","empty":"opus_WC4gnN_empty","dial":"opus_WC4gnN_dial","panel":"opus_WC4gnN_panel","optionDial":"opus_WC4gnN_optionDial","chevron":"opus_WC4gnN_chevron","optionLabel":"opus_WC4gnN_optionLabel","flag":"opus_WC4gnN_flag"};
|
|
2959
3121
|
|
|
2960
3122
|
// ../../components/fields/PhoneNumberField/countries.ts
|
|
2961
3123
|
function countryCodeToFlag(code) {
|
|
@@ -3358,7 +3520,7 @@ function PhoneNumberField({
|
|
|
3358
3520
|
import { useEffect as useEffect7, useMemo as useMemo7, useRef as useRef8, useState as useState10 } from "react";
|
|
3359
3521
|
|
|
3360
3522
|
// ../../components/fields/CountryPickerField/CountryPickerField.module.css
|
|
3361
|
-
var CountryPickerField_default = {"
|
|
3523
|
+
var CountryPickerField_default = {"triggerValue":"opus_O7qqfR_triggerValue","optionLabel":"opus_O7qqfR_optionLabel","optionActive":"opus_O7qqfR_optionActive","option":"opus_O7qqfR_option","empty":"opus_O7qqfR_empty","flag":"opus_O7qqfR_flag","root":"opus_O7qqfR_root","optionCode":"opus_O7qqfR_optionCode"};
|
|
3362
3524
|
|
|
3363
3525
|
// ../../components/fields/CountryPickerField/CountryPickerField.tsx
|
|
3364
3526
|
import { jsx as jsx27, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
@@ -3514,7 +3676,7 @@ function CountryPickerField({
|
|
|
3514
3676
|
import { useEffect as useEffect8, useMemo as useMemo8, useRef as useRef9, useState as useState11 } from "react";
|
|
3515
3677
|
|
|
3516
3678
|
// ../../components/fields/TreeSelectField/TreeSelectField.module.css
|
|
3517
|
-
var TreeSelectField_default = {"
|
|
3679
|
+
var TreeSelectField_default = {"treeOptionActive":"opus_Mq6C00_treeOptionActive","treeOption":"opus_Mq6C00_treeOption","root":"opus_Mq6C00_root"};
|
|
3518
3680
|
|
|
3519
3681
|
// ../../components/fields/TreeSelectField/TreeSelectField.tsx
|
|
3520
3682
|
import { Fragment as Fragment3, jsx as jsx28, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
@@ -3643,7 +3805,7 @@ function TreeSelectField({
|
|
|
3643
3805
|
import { useEffect as useEffect9, useMemo as useMemo9, useRef as useRef10, useState as useState12 } from "react";
|
|
3644
3806
|
|
|
3645
3807
|
// ../../components/fields/CascaderField/CascaderField.module.css
|
|
3646
|
-
var CascaderField_default = {"
|
|
3808
|
+
var CascaderField_default = {"panel":"opus_1Fg59A_panel","option":"opus_1Fg59A_option","optionActive":"opus_1Fg59A_optionActive","root":"opus_1Fg59A_root","column":"opus_1Fg59A_column"};
|
|
3647
3809
|
|
|
3648
3810
|
// ../../components/fields/CascaderField/CascaderField.tsx
|
|
3649
3811
|
import { jsx as jsx29, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
@@ -3846,7 +4008,7 @@ function OpusThemeProvider({
|
|
|
3846
4008
|
}
|
|
3847
4009
|
|
|
3848
4010
|
// ../../components/Alert/Alert.module.css
|
|
3849
|
-
var Alert_default = {"
|
|
4011
|
+
var Alert_default = {"iconMark":"opus_eh3eeT_iconMark","iconFlagged":"opus_eh3eeT_iconFlagged","content":"opus_eh3eeT_content","title":"opus_eh3eeT_title","description":"opus_eh3eeT_description","dismissIcon":"opus_eh3eeT_dismissIcon","iconSvg":"opus_eh3eeT_iconSvg","dismiss":"opus_eh3eeT_dismiss","icon":"opus_eh3eeT_icon","alert":"opus_eh3eeT_alert"};
|
|
3850
4012
|
|
|
3851
4013
|
// ../../components/Alert/Alert.tsx
|
|
3852
4014
|
import { jsx as jsx32, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
@@ -3995,7 +4157,7 @@ function useOverlayAccessibility(active, containerRef, {
|
|
|
3995
4157
|
}
|
|
3996
4158
|
|
|
3997
4159
|
// ../../components/Dialog/Dialog.module.css
|
|
3998
|
-
var Dialog_default = {"
|
|
4160
|
+
var Dialog_default = {"backdropIn":"opus_sz-ZGI_backdropIn","content":"opus_sz-ZGI_content","description":"opus_sz-ZGI_description","icon":"opus_sz-ZGI_icon","actions":"opus_sz-ZGI_actions","iconSvg":"opus_sz-ZGI_iconSvg","dialogIn":"opus_sz-ZGI_dialogIn","dialog":"opus_sz-ZGI_dialog","visuallyHidden":"opus_sz-ZGI_visuallyHidden","title":"opus_sz-ZGI_title","backdropOut":"opus_sz-ZGI_backdropOut","iconMark":"opus_sz-ZGI_iconMark","dialogOut":"opus_sz-ZGI_dialogOut","backdrop":"opus_sz-ZGI_backdrop","body":"opus_sz-ZGI_body"};
|
|
3999
4161
|
|
|
4000
4162
|
// ../../components/Dialog/Dialog.tsx
|
|
4001
4163
|
import { jsx as jsx33, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
@@ -4126,7 +4288,7 @@ function Dialog({
|
|
|
4126
4288
|
import { useEffect as useEffect13, useId as useId6, useRef as useRef13, useState as useState14 } from "react";
|
|
4127
4289
|
|
|
4128
4290
|
// ../../components/Modal/Modal.module.css
|
|
4129
|
-
var Modal_default = {"
|
|
4291
|
+
var Modal_default = {"body":"opus_LQbzGS_body","header":"opus_LQbzGS_header","description":"opus_LQbzGS_description","modalPanelOut":"opus_LQbzGS_modalPanelOut","footer":"opus_LQbzGS_footer","heading":"opus_LQbzGS_heading","footerContent":"opus_LQbzGS_footerContent","modalPanelIn":"opus_LQbzGS_modalPanelIn","modalBackdropIn":"opus_LQbzGS_modalBackdropIn","close":"opus_LQbzGS_close","closeIcon":"opus_LQbzGS_closeIcon","actions":"opus_LQbzGS_actions","backdrop":"opus_LQbzGS_backdrop","modal":"opus_LQbzGS_modal","title":"opus_LQbzGS_title","modalBackdropOut":"opus_LQbzGS_modalBackdropOut"};
|
|
4130
4292
|
|
|
4131
4293
|
// ../../components/Modal/Modal.tsx
|
|
4132
4294
|
import { Fragment as Fragment4, jsx as jsx34, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
@@ -4257,7 +4419,7 @@ function ModalDefaultActions({ onClose }) {
|
|
|
4257
4419
|
import { useEffect as useEffect14, useId as useId7, useRef as useRef14, useState as useState15 } from "react";
|
|
4258
4420
|
|
|
4259
4421
|
// ../../components/Drawer/Drawer.module.css
|
|
4260
|
-
var Drawer_default = {"
|
|
4422
|
+
var Drawer_default = {"close":"opus_0CaGbZ_close","drawerBackdropOut":"opus_0CaGbZ_drawerBackdropOut","drawerOutLeft":"opus_0CaGbZ_drawerOutLeft","title":"opus_0CaGbZ_title","drawerInRight":"opus_0CaGbZ_drawerInRight","drawerInLeft":"opus_0CaGbZ_drawerInLeft","header":"opus_0CaGbZ_header","footerContent":"opus_0CaGbZ_footerContent","closeIcon":"opus_0CaGbZ_closeIcon","drawerOutTop":"opus_0CaGbZ_drawerOutTop","drawerOutBottom":"opus_0CaGbZ_drawerOutBottom","heading":"opus_0CaGbZ_heading","footer":"opus_0CaGbZ_footer","drawer":"opus_0CaGbZ_drawer","actions":"opus_0CaGbZ_actions","drawerInTop":"opus_0CaGbZ_drawerInTop","drawerInBottom":"opus_0CaGbZ_drawerInBottom","drawerOutRight":"opus_0CaGbZ_drawerOutRight","description":"opus_0CaGbZ_description","body":"opus_0CaGbZ_body","backdrop":"opus_0CaGbZ_backdrop","drawerBackdropIn":"opus_0CaGbZ_drawerBackdropIn"};
|
|
4261
4423
|
|
|
4262
4424
|
// ../../components/Drawer/Drawer.tsx
|
|
4263
4425
|
import { Fragment as Fragment5, jsx as jsx35, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
@@ -4397,7 +4559,7 @@ import {
|
|
|
4397
4559
|
} from "react";
|
|
4398
4560
|
|
|
4399
4561
|
// ../../components/Popover/Popover.module.css
|
|
4400
|
-
var Popover_default = {"title":"opus_yq4OU0_title","
|
|
4562
|
+
var Popover_default = {"title":"opus_yq4OU0_title","popoverIn":"opus_yq4OU0_popoverIn","panel":"opus_yq4OU0_panel","arrow":"opus_yq4OU0_arrow","content":"opus_yq4OU0_content","root":"opus_yq4OU0_root"};
|
|
4401
4563
|
|
|
4402
4564
|
// ../../components/Popover/Popover.tsx
|
|
4403
4565
|
import { jsx as jsx36, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
@@ -4564,7 +4726,7 @@ function resolveMegaMenuPortalStyle(root, inTopNavigation) {
|
|
|
4564
4726
|
}
|
|
4565
4727
|
|
|
4566
4728
|
// ../../components/MegaMenu/MegaMenu.module.css
|
|
4567
|
-
var MegaMenu_default = {"
|
|
4729
|
+
var MegaMenu_default = {"megaMenuIn":"opus_Y_ikQV_megaMenuIn","sections":"opus_Y_ikQV_sections","itemIcon":"opus_Y_ikQV_itemIcon","items":"opus_Y_ikQV_items","featured":"opus_Y_ikQV_featured","item":"opus_Y_ikQV_item","root":"opus_Y_ikQV_root","menuBar":"opus_Y_ikQV_menuBar","section":"opus_Y_ikQV_section","panelContent":"opus_Y_ikQV_panelContent","itemCopy":"opus_Y_ikQV_itemCopy","featuredAction":"opus_Y_ikQV_featuredAction","panel":"opus_Y_ikQV_panel","trigger":"opus_Y_ikQV_trigger","megaMenuOut":"opus_Y_ikQV_megaMenuOut","eyebrow":"opus_Y_ikQV_eyebrow"};
|
|
4568
4730
|
|
|
4569
4731
|
// ../../components/MegaMenu/MegaMenu.tsx
|
|
4570
4732
|
import { jsx as jsx37, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
@@ -5007,7 +5169,7 @@ function MegaMenu({
|
|
|
5007
5169
|
}
|
|
5008
5170
|
|
|
5009
5171
|
// ../../components/TopNavigation/TopNavigation.module.css
|
|
5010
|
-
var TopNavigation_default = {"
|
|
5172
|
+
var TopNavigation_default = {"menuSlotMega":"opus_OIomR6_menuSlotMega","nav":"opus_OIomR6_nav","bar":"opus_OIomR6_bar","menuSlot":"opus_OIomR6_menuSlot","menuTrigger":"opus_OIomR6_menuTrigger"};
|
|
5011
5173
|
|
|
5012
5174
|
// ../../components/TopNavigation/TopNavigation.tsx
|
|
5013
5175
|
import { Fragment as Fragment6, jsx as jsx38 } from "react/jsx-runtime";
|
|
@@ -5364,7 +5526,7 @@ function handleMenuKeyDown(event, menu, onEscape) {
|
|
|
5364
5526
|
}
|
|
5365
5527
|
|
|
5366
5528
|
// ../../components/DropdownMenu/DropdownMenu.module.css
|
|
5367
|
-
var DropdownMenu_default = {"
|
|
5529
|
+
var DropdownMenu_default = {"item":"opus_UUVDVQ_item","dropdownOut":"opus_UUVDVQ_dropdownOut","root":"opus_UUVDVQ_root","dropdownIn":"opus_UUVDVQ_dropdownIn","label":"opus_UUVDVQ_label","shortcut":"opus_UUVDVQ_shortcut","icon":"opus_UUVDVQ_icon","menu":"opus_UUVDVQ_menu"};
|
|
5368
5530
|
|
|
5369
5531
|
// ../../components/DropdownMenu/DropdownMenu.tsx
|
|
5370
5532
|
import { jsx as jsx39, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
@@ -5704,7 +5866,7 @@ import {
|
|
|
5704
5866
|
import { createPortal as createPortal3 } from "react-dom";
|
|
5705
5867
|
|
|
5706
5868
|
// ../../components/ContextMenu/ContextMenu.module.css
|
|
5707
|
-
var ContextMenu_default = {"
|
|
5869
|
+
var ContextMenu_default = {"menu":"opus_nMhhae_menu","backdrop":"opus_nMhhae_backdrop","contextMenuBackdropIn":"opus_nMhhae_contextMenuBackdropIn","contextMenuIn":"opus_nMhhae_contextMenuIn","target":"opus_nMhhae_target","layer":"opus_nMhhae_layer"};
|
|
5708
5870
|
|
|
5709
5871
|
// ../../components/ContextMenu/ContextMenuProvider.tsx
|
|
5710
5872
|
import { jsx as jsx40, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
@@ -6015,7 +6177,7 @@ import { faMagnifyingGlass } from "@fortawesome/free-solid-svg-icons";
|
|
|
6015
6177
|
import { FontAwesomeIcon as FontAwesomeIcon3 } from "@fortawesome/react-fontawesome";
|
|
6016
6178
|
|
|
6017
6179
|
// ../../components/CommandPalette/CommandPalette.module.css
|
|
6018
|
-
var CommandPalette_default = {"
|
|
6180
|
+
var CommandPalette_default = {"item":"opus_k1ypuy_item","visuallyHidden":"opus_k1ypuy_visuallyHidden","backdrop":"opus_k1ypuy_backdrop","panel":"opus_k1ypuy_panel","commandPaletteBackdropOut":"opus_k1ypuy_commandPaletteBackdropOut","searchWrap":"opus_k1ypuy_searchWrap","searchInput":"opus_k1ypuy_searchInput","groupLabel":"opus_k1ypuy_groupLabel","commandPaletteBackdropIn":"opus_k1ypuy_commandPaletteBackdropIn","itemDescription":"opus_k1ypuy_itemDescription","commandPalettePanelIn":"opus_k1ypuy_commandPalettePanelIn","group":"opus_k1ypuy_group","results":"opus_k1ypuy_results","itemMain":"opus_k1ypuy_itemMain","commandPalettePanelOut":"opus_k1ypuy_commandPalettePanelOut","searchIcon":"opus_k1ypuy_searchIcon","itemLabel":"opus_k1ypuy_itemLabel","shortcut":"opus_k1ypuy_shortcut","footer":"opus_k1ypuy_footer","searchIconSvg":"opus_k1ypuy_searchIconSvg","empty":"opus_k1ypuy_empty"};
|
|
6019
6181
|
|
|
6020
6182
|
// ../../components/CommandPalette/CommandPalette.tsx
|
|
6021
6183
|
import { jsx as jsx41, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
@@ -6355,7 +6517,7 @@ function AccordionGroup({
|
|
|
6355
6517
|
}
|
|
6356
6518
|
|
|
6357
6519
|
// ../../components/Accordion/Accordion.module.css
|
|
6358
|
-
var Accordion_default = {"
|
|
6520
|
+
var Accordion_default = {"content":"opus_WNZQMV_content","triggerLabel":"opus_WNZQMV_triggerLabel","chevron":"opus_WNZQMV_chevron","item":"opus_WNZQMV_item","panel":"opus_WNZQMV_panel","panelInner":"opus_WNZQMV_panelInner","trigger":"opus_WNZQMV_trigger","standalone":"opus_WNZQMV_standalone"};
|
|
6359
6521
|
|
|
6360
6522
|
// ../../components/Accordion/Accordion.tsx
|
|
6361
6523
|
import { jsx as jsx43, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
@@ -6448,7 +6610,7 @@ import {
|
|
|
6448
6610
|
} from "react";
|
|
6449
6611
|
|
|
6450
6612
|
// ../../components/ShowMore/ShowMore.module.css
|
|
6451
|
-
var ShowMore_default = {"
|
|
6613
|
+
var ShowMore_default = {"inner":"opus_dSk-ve_inner","toggleLabel":"opus_dSk-ve_toggleLabel","showMoreLabelIn":"opus_dSk-ve_showMoreLabelIn","chevron":"opus_dSk-ve_chevron","root":"opus_dSk-ve_root","contentShell":"opus_dSk-ve_contentShell","toggle":"opus_dSk-ve_toggle"};
|
|
6452
6614
|
|
|
6453
6615
|
// ../../components/ShowMore/ShowMore.tsx
|
|
6454
6616
|
import { jsx as jsx44, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
@@ -6552,7 +6714,7 @@ function ShowMore({
|
|
|
6552
6714
|
}
|
|
6553
6715
|
|
|
6554
6716
|
// ../../components/Toast/Toast.module.css
|
|
6555
|
-
var Toast_default = {"
|
|
6717
|
+
var Toast_default = {"main":"opus_cklQPW_main","iconMark":"opus_cklQPW_iconMark","content":"opus_cklQPW_content","dismissIcon":"opus_cklQPW_dismissIcon","toast":"opus_cklQPW_toast","dismiss":"opus_cklQPW_dismiss","progressBar":"opus_cklQPW_progressBar","progressTrack":"opus_cklQPW_progressTrack","title":"opus_cklQPW_title","icon":"opus_cklQPW_icon","iconSvg":"opus_cklQPW_iconSvg","body":"opus_cklQPW_body","description":"opus_cklQPW_description","toastProgress":"opus_cklQPW_toastProgress"};
|
|
6556
6718
|
|
|
6557
6719
|
// ../../components/Toast/Toast.tsx
|
|
6558
6720
|
import { jsx as jsx45, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
@@ -6632,7 +6794,7 @@ import {
|
|
|
6632
6794
|
} from "react";
|
|
6633
6795
|
|
|
6634
6796
|
// ../../components/ToastProvider/ToastProvider.module.css
|
|
6635
|
-
var ToastProvider_default = {"
|
|
6797
|
+
var ToastProvider_default = {"viewportBottom":"opus_z3pSp7_viewportBottom","viewport":"opus_z3pSp7_viewport","viewportRight":"opus_z3pSp7_viewportRight","itemClip":"opus_z3pSp7_itemClip","item":"opus_z3pSp7_item","viewportTop":"opus_z3pSp7_viewportTop","viewportLeft":"opus_z3pSp7_viewportLeft","itemBackdrop":"opus_z3pSp7_itemBackdrop","itemSurface":"opus_z3pSp7_itemSurface"};
|
|
6636
6798
|
|
|
6637
6799
|
// ../../components/ToastProvider/ToastProvider.tsx
|
|
6638
6800
|
import { jsx as jsx46, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
@@ -7002,7 +7164,7 @@ function ToastProvider({
|
|
|
7002
7164
|
import { useId as useId15, useState as useState26 } from "react";
|
|
7003
7165
|
|
|
7004
7166
|
// ../../components/Tabs/Tabs.module.css
|
|
7005
|
-
var Tabs_default = {"
|
|
7167
|
+
var Tabs_default = {"root":"opus_ADVJmy_root","tab":"opus_ADVJmy_tab","list":"opus_ADVJmy_list","panel":"opus_ADVJmy_panel"};
|
|
7006
7168
|
|
|
7007
7169
|
// ../../components/Tabs/Tabs.tsx
|
|
7008
7170
|
import { jsx as jsx47, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
@@ -7116,7 +7278,7 @@ function Tabs({
|
|
|
7116
7278
|
}
|
|
7117
7279
|
|
|
7118
7280
|
// ../../components/Card/Card.module.css
|
|
7119
|
-
var Card_default = {"
|
|
7281
|
+
var Card_default = {"title":"opus_qWo1sP_title","content":"opus_qWo1sP_content","card":"opus_qWo1sP_card","media":"opus_qWo1sP_media","body":"opus_qWo1sP_body","heading":"opus_qWo1sP_heading","footerContent":"opus_qWo1sP_footerContent","footer":"opus_qWo1sP_footer","actions":"opus_qWo1sP_actions","eyebrow":"opus_qWo1sP_eyebrow"};
|
|
7120
7282
|
|
|
7121
7283
|
// ../../components/Card/Card.tsx
|
|
7122
7284
|
import { jsx as jsx48, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
@@ -7147,7 +7309,7 @@ function Card({
|
|
|
7147
7309
|
}
|
|
7148
7310
|
|
|
7149
7311
|
// ../../components/dashboardMetricCardLayout/dashboardMetricCardLayout.module.css
|
|
7150
|
-
var dashboardMetricCardLayout_default = {"
|
|
7312
|
+
var dashboardMetricCardLayout_default = {"iconSlot":"opus_6_sptY_iconSlot","iconPlaceholder":"opus_6_sptY_iconPlaceholder","metaPlaceholder":"opus_6_sptY_metaPlaceholder","metaSlot":"opus_6_sptY_metaSlot","label":"opus_6_sptY_label","header":"opus_6_sptY_header","value":"opus_6_sptY_value","shell":"opus_6_sptY_shell"};
|
|
7151
7313
|
|
|
7152
7314
|
// ../../components/StatCard/StatCard.module.css
|
|
7153
7315
|
var StatCard_default = {"change":"opus_KIXsQY_change"};
|
|
@@ -7177,7 +7339,7 @@ function StatCard({
|
|
|
7177
7339
|
}
|
|
7178
7340
|
|
|
7179
7341
|
// ../../components/Gauge/Gauge.module.css
|
|
7180
|
-
var Gauge_default = {"
|
|
7342
|
+
var Gauge_default = {"gaugeSlot":"opus_t6IuQe_gaugeSlot","heading":"opus_t6IuQe_heading","body":"opus_t6IuQe_body","footerTrend":"opus_t6IuQe_footerTrend","footer":"opus_t6IuQe_footer","gaugeTrack":"opus_t6IuQe_gaugeTrack","subtitle":"opus_t6IuQe_subtitle","footerLabel":"opus_t6IuQe_footerLabel","summary":"opus_t6IuQe_summary","widget":"opus_t6IuQe_widget","gaugeSvg":"opus_t6IuQe_gaugeSvg","gaugeValue":"opus_t6IuQe_gaugeValue","title":"opus_t6IuQe_title","gaugeCenter":"opus_t6IuQe_gaugeCenter","change":"opus_t6IuQe_change","footerItem":"opus_t6IuQe_footerItem","footerValue":"opus_t6IuQe_footerValue","gauge":"opus_t6IuQe_gauge","header":"opus_t6IuQe_header"};
|
|
7181
7343
|
|
|
7182
7344
|
// ../../components/Gauge/Gauge.tsx
|
|
7183
7345
|
import { jsx as jsx50, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
@@ -7311,7 +7473,7 @@ function Gauge({
|
|
|
7311
7473
|
import { useId as useId16 } from "react";
|
|
7312
7474
|
|
|
7313
7475
|
// ../../components/Sparkline/Sparkline.module.css
|
|
7314
|
-
var Sparkline_default = {"
|
|
7476
|
+
var Sparkline_default = {"label":"opus_xXtB87_label","svg":"opus_xXtB87_svg","line":"opus_xXtB87_line","endPoint":"opus_xXtB87_endPoint","chart":"opus_xXtB87_chart","sparkline":"opus_xXtB87_sparkline","area":"opus_xXtB87_area"};
|
|
7315
7477
|
|
|
7316
7478
|
// ../../components/Sparkline/Sparkline.tsx
|
|
7317
7479
|
import { jsx as jsx51, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
@@ -7377,7 +7539,7 @@ function Sparkline({
|
|
|
7377
7539
|
}
|
|
7378
7540
|
|
|
7379
7541
|
// ../../components/ProgressRing/ProgressRing.module.css
|
|
7380
|
-
var ProgressRing_default = {"
|
|
7542
|
+
var ProgressRing_default = {"svg":"opus_YxX6Hh_svg","track":"opus_YxX6Hh_track","value":"opus_YxX6Hh_value","ring":"opus_YxX6Hh_ring","center":"opus_YxX6Hh_center"};
|
|
7381
7543
|
|
|
7382
7544
|
// ../../components/ProgressRing/ProgressRing.tsx
|
|
7383
7545
|
import { jsx as jsx52, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
@@ -7410,7 +7572,7 @@ function ProgressRing({ label, max = 100, value }) {
|
|
|
7410
7572
|
}
|
|
7411
7573
|
|
|
7412
7574
|
// ../../components/ProgressBar/ProgressBar.module.css
|
|
7413
|
-
var ProgressBar_default = {"
|
|
7575
|
+
var ProgressBar_default = {"header":"opus_q04AvA_header","track":"opus_q04AvA_track","label":"opus_q04AvA_label","bar":"opus_q04AvA_bar","value":"opus_q04AvA_value","fill":"opus_q04AvA_fill"};
|
|
7414
7576
|
|
|
7415
7577
|
// ../../components/ProgressBar/ProgressBar.tsx
|
|
7416
7578
|
import { jsx as jsx53, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
@@ -7430,7 +7592,7 @@ function ProgressBar({ label, max = 100, value }) {
|
|
|
7430
7592
|
}
|
|
7431
7593
|
|
|
7432
7594
|
// ../../components/Speedometer/Speedometer.module.css
|
|
7433
|
-
var Speedometer_default = {"
|
|
7595
|
+
var Speedometer_default = {"track":"opus__jpB7z_track","needle":"opus__jpB7z_needle","center":"opus__jpB7z_center","hub":"opus__jpB7z_hub","speedometer":"opus__jpB7z_speedometer","svg":"opus__jpB7z_svg","value":"opus__jpB7z_value"};
|
|
7434
7596
|
|
|
7435
7597
|
// ../../components/Speedometer/Speedometer.tsx
|
|
7436
7598
|
import { jsx as jsx54, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
@@ -7463,7 +7625,7 @@ function Speedometer({ label, max = 100, value }) {
|
|
|
7463
7625
|
}
|
|
7464
7626
|
|
|
7465
7627
|
// ../../components/MetricTile/MetricTile.module.css
|
|
7466
|
-
var MetricTile_default = {"
|
|
7628
|
+
var MetricTile_default = {"tile":"opus_-dz9KL_tile","sparklineRail":"opus_-dz9KL_sparklineRail","sparklineReserve":"opus_-dz9KL_sparklineReserve"};
|
|
7467
7629
|
|
|
7468
7630
|
// ../../components/MetricTile/MetricTile.tsx
|
|
7469
7631
|
import { jsx as jsx55, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
@@ -7481,7 +7643,7 @@ function MetricTile({ density = "comfortable", icon, label, sparkline, value })
|
|
|
7481
7643
|
}
|
|
7482
7644
|
|
|
7483
7645
|
// ../../components/StatusIndicator/StatusIndicator.module.css
|
|
7484
|
-
var StatusIndicator_default = {"
|
|
7646
|
+
var StatusIndicator_default = {"dot":"opus_ZfaAEC_dot","indicator":"opus_ZfaAEC_indicator"};
|
|
7485
7647
|
|
|
7486
7648
|
// ../../components/StatusIndicator/StatusIndicator.tsx
|
|
7487
7649
|
import { jsx as jsx56, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
@@ -7506,7 +7668,7 @@ function TrendBadge({ direction, value }) {
|
|
|
7506
7668
|
}
|
|
7507
7669
|
|
|
7508
7670
|
// ../../components/Panel/Panel.module.css
|
|
7509
|
-
var Panel_default = {"
|
|
7671
|
+
var Panel_default = {"headerActions":"opus_JZHUc__headerActions","body":"opus_JZHUc__body","heading":"opus_JZHUc__heading","title":"opus_JZHUc__title","header":"opus_JZHUc__header","footer":"opus_JZHUc__footer","description":"opus_JZHUc__description","panel":"opus_JZHUc__panel"};
|
|
7510
7672
|
|
|
7511
7673
|
// ../../components/Panel/Panel.tsx
|
|
7512
7674
|
import { jsx as jsx57, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
@@ -7690,7 +7852,7 @@ function resolveSectionGapVars(gap = "md") {
|
|
|
7690
7852
|
}
|
|
7691
7853
|
|
|
7692
7854
|
// ../../components/Section/Section.module.css
|
|
7693
|
-
var Section_default = {"body":"opus_FajZiH_body","row":"opus_FajZiH_row","
|
|
7855
|
+
var Section_default = {"header":"opus_FajZiH_header","body":"opus_FajZiH_body","row":"opus_FajZiH_row","title":"opus_FajZiH_title","section":"opus_FajZiH_section","column":"opus_FajZiH_column","description":"opus_FajZiH_description"};
|
|
7694
7856
|
|
|
7695
7857
|
// ../../components/Section/Section.tsx
|
|
7696
7858
|
import { jsx as jsx58, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
@@ -7771,7 +7933,7 @@ var Section = Object.assign(SectionRoot, {
|
|
|
7771
7933
|
});
|
|
7772
7934
|
|
|
7773
7935
|
// ../../components/Table/Table.module.css
|
|
7774
|
-
var Table_default = {"
|
|
7936
|
+
var Table_default = {"visuallyHidden":"opus_2q7S14_visuallyHidden","empty":"opus_2q7S14_empty","wrap":"opus_2q7S14_wrap","table":"opus_2q7S14_table","caption":"opus_2q7S14_caption"};
|
|
7775
7937
|
|
|
7776
7938
|
// ../../components/Table/Table.tsx
|
|
7777
7939
|
import { jsx as jsx59, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
@@ -7805,7 +7967,7 @@ import { faFilter } from "@fortawesome/free-solid-svg-icons";
|
|
|
7805
7967
|
import { FontAwesomeIcon as FontAwesomeIcon4 } from "@fortawesome/react-fontawesome";
|
|
7806
7968
|
|
|
7807
7969
|
// ../../components/DataGrid/DataGrid.module.css
|
|
7808
|
-
var DataGrid_default = {"
|
|
7970
|
+
var DataGrid_default = {"sortIndicatorButton":"opus_zN0bNb_sortIndicatorButton","headerMenu":"opus_zN0bNb_headerMenu","empty":"opus_zN0bNb_empty","headerLabel":"opus_zN0bNb_headerLabel","menuFilterIcon":"opus_zN0bNb_menuFilterIcon","headerControls":"opus_zN0bNb_headerControls","menuHost":"opus_zN0bNb_menuHost","rowHeader":"opus_zN0bNb_rowHeader","corner":"opus_zN0bNb_corner","menuChevron":"opus_zN0bNb_menuChevron","sortIndicator":"opus_zN0bNb_sortIndicator","menuSection":"opus_zN0bNb_menuSection","menuLabel":"opus_zN0bNb_menuLabel","headerCell":"opus_zN0bNb_headerCell","grid":"opus_zN0bNb_grid","sortButtonLabel":"opus_zN0bNb_sortButtonLabel","menuButton":"opus_zN0bNb_menuButton","filterInput":"opus_zN0bNb_filterInput","caption":"opus_zN0bNb_caption","wrap":"opus_zN0bNb_wrap","gridBody":"opus_zN0bNb_gridBody","columnResizeHandle":"opus_zN0bNb_columnResizeHandle","visuallyHidden":"opus_zN0bNb_visuallyHidden","menuAction":"opus_zN0bNb_menuAction","frame":"opus_zN0bNb_frame","sortButton":"opus_zN0bNb_sortButton"};
|
|
7809
7971
|
|
|
7810
7972
|
// ../../components/DataGrid/DataGrid.tsx
|
|
7811
7973
|
import { jsx as jsx60, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
@@ -10748,7 +10910,7 @@ function SpecializedChart(props) {
|
|
|
10748
10910
|
}
|
|
10749
10911
|
|
|
10750
10912
|
// ../../components/Chart/Chart.module.css
|
|
10751
|
-
var Chart_default = {"
|
|
10913
|
+
var Chart_default = {"graphLink":"opus_L6guCK_graphLink","area":"opus_L6guCK_area","violin":"opus_L6guCK_violin","title":"opus_L6guCK_title","sankeyNode":"opus_L6guCK_sankeyNode","seriesD":"opus_L6guCK_seriesD","sankeyLink":"opus_L6guCK_sankeyLink","sankeyCenterLabel":"opus_L6guCK_sankeyCenterLabel","header":"opus_L6guCK_header","packParent":"opus_L6guCK_packParent","graphLabel":"opus_L6guCK_graphLabel","funnel":"opus_L6guCK_funnel","treemapGroupLabel":"opus_L6guCK_treemapGroupLabel","grid":"opus_L6guCK_grid","sankeyLabelBox":"opus_L6guCK_sankeyLabelBox","ring":"opus_L6guCK_ring","graphLinkColored":"opus_L6guCK_graphLinkColored","graphNodeRing":"opus_L6guCK_graphNodeRing","mapLabel":"opus_L6guCK_mapLabel","mapLand":"opus_L6guCK_mapLand","chart":"opus_L6guCK_chart","wick":"opus_L6guCK_wick","slice":"opus_L6guCK_slice","mapRegion":"opus_L6guCK_mapRegion","radarArea":"opus_L6guCK_radarArea","seriesF":"opus_L6guCK_seriesF","sankeySideValue":"opus_L6guCK_sankeySideValue","axisLabels":"opus_L6guCK_axisLabels","radarGrid":"opus_L6guCK_radarGrid","ridge":"opus_L6guCK_ridge","axisTick":"opus_L6guCK_axisTick","point":"opus_L6guCK_point","legendSwatch":"opus_L6guCK_legendSwatch","sankeySideLabel":"opus_L6guCK_sankeySideLabel","axisLine":"opus_L6guCK_axisLine","funnelGuide":"opus_L6guCK_funnelGuide","axisTitle":"opus_L6guCK_axisTitle","funnelText":"opus_L6guCK_funnelText","land":"opus_L6guCK_land","mapValue":"opus_L6guCK_mapValue","axes":"opus_L6guCK_axes","legendItem":"opus_L6guCK_legendItem","bar":"opus_L6guCK_bar","sankeySideName":"opus_L6guCK_sankeySideName","seriesE":"opus_L6guCK_seriesE","legend":"opus_L6guCK_legend","line":"opus_L6guCK_line","svg":"opus_L6guCK_svg","meta":"opus_L6guCK_meta","axisGuide":"opus_L6guCK_axisGuide","graphNode":"opus_L6guCK_graphNode","seriesB":"opus_L6guCK_seriesB","seriesC":"opus_L6guCK_seriesC","valueLabel":"opus_L6guCK_valueLabel","seriesA":"opus_L6guCK_seriesA","packLabel":"opus_L6guCK_packLabel","treemapLabel":"opus_L6guCK_treemapLabel","link":"opus_L6guCK_link"};
|
|
10752
10914
|
|
|
10753
10915
|
// ../../components/Chart/Chart.tsx
|
|
10754
10916
|
import { Fragment as Fragment7, jsx as jsx62, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
@@ -11848,7 +12010,7 @@ function Chart({
|
|
|
11848
12010
|
}
|
|
11849
12011
|
|
|
11850
12012
|
// ../../components/Skeleton/Skeleton.module.css
|
|
11851
|
-
var Skeleton_default = {"
|
|
12013
|
+
var Skeleton_default = {"tableCell":"opus_27r9Md_tableCell","skeleton":"opus_27r9Md_skeleton","stack":"opus_27r9Md_stack","line":"opus_27r9Md_line","avatar":"opus_27r9Md_avatar","media":"opus_27r9Md_media","avatarContent":"opus_27r9Md_avatarContent","skeletonShimmer":"opus_27r9Md_skeletonShimmer","tableRow":"opus_27r9Md_tableRow","skeletonPulse":"opus_27r9Md_skeletonPulse"};
|
|
11852
12014
|
|
|
11853
12015
|
// ../../components/Skeleton/Skeleton.tsx
|
|
11854
12016
|
import { jsx as jsx63, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
@@ -11899,7 +12061,7 @@ import { faXmark } from "@fortawesome/free-solid-svg-icons";
|
|
|
11899
12061
|
import { FontAwesomeIcon as FontAwesomeIcon5 } from "@fortawesome/react-fontawesome";
|
|
11900
12062
|
|
|
11901
12063
|
// ../../components/Lightbox/Lightbox.module.css
|
|
11902
|
-
var Lightbox_default = {"
|
|
12064
|
+
var Lightbox_default = {"trigger":"opus_s7Rpyv_trigger","frame":"opus_s7Rpyv_frame","image":"opus_s7Rpyv_image","caption":"opus_s7Rpyv_caption","closeIcon":"opus_s7Rpyv_closeIcon","close":"opus_s7Rpyv_close","lightboxFadeOut":"opus_s7Rpyv_lightboxFadeOut","overlay":"opus_s7Rpyv_overlay","panel":"opus_s7Rpyv_panel","lightbox":"opus_s7Rpyv_lightbox","lightboxPanelOut":"opus_s7Rpyv_lightboxPanelOut","lightboxPanelIn":"opus_s7Rpyv_lightboxPanelIn","lightboxFadeIn":"opus_s7Rpyv_lightboxFadeIn"};
|
|
11903
12065
|
|
|
11904
12066
|
// ../../components/Lightbox/Lightbox.tsx
|
|
11905
12067
|
import { jsx as jsx64, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
@@ -12014,7 +12176,7 @@ function Lightbox({
|
|
|
12014
12176
|
}
|
|
12015
12177
|
|
|
12016
12178
|
// ../../components/Carousel/Carousel.module.css
|
|
12017
|
-
var Carousel_default = {"
|
|
12179
|
+
var Carousel_default = {"pips":"opus_N4occJ_pips","track":"opus_N4occJ_track","slide":"opus_N4occJ_slide","pip":"opus_N4occJ_pip","navIcon":"opus_N4occJ_navIcon","image":"opus_N4occJ_image","caption":"opus_N4occJ_caption","empty":"opus_N4occJ_empty","visuallyHidden":"opus_N4occJ_visuallyHidden","footer":"opus_N4occJ_footer","nav":"opus_N4occJ_nav","carousel":"opus_N4occJ_carousel","stage":"opus_N4occJ_stage"};
|
|
12018
12180
|
|
|
12019
12181
|
// ../../components/Carousel/Carousel.tsx
|
|
12020
12182
|
import { Fragment as Fragment8, jsx as jsx65, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
@@ -12266,7 +12428,7 @@ function Carousel({
|
|
|
12266
12428
|
}
|
|
12267
12429
|
|
|
12268
12430
|
// ../../components/ImageThumbnail/ImageThumbnail.module.css
|
|
12269
|
-
var ImageThumbnail_default = {"
|
|
12431
|
+
var ImageThumbnail_default = {"figure":"opus_Gp1o-9_figure","caption":"opus_Gp1o-9_caption","image":"opus_Gp1o-9_image","thumbnail":"opus_Gp1o-9_thumbnail"};
|
|
12270
12432
|
|
|
12271
12433
|
// ../../components/ImageThumbnail/ImageThumbnail.tsx
|
|
12272
12434
|
import { jsx as jsx66, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
@@ -12305,7 +12467,7 @@ function ImageThumbnail({
|
|
|
12305
12467
|
}
|
|
12306
12468
|
|
|
12307
12469
|
// ../../components/ImageGallery/ImageGallery.module.css
|
|
12308
|
-
var ImageGallery_default = {"
|
|
12470
|
+
var ImageGallery_default = {"gallery":"opus_bezg4E_gallery","empty":"opus_bezg4E_empty"};
|
|
12309
12471
|
|
|
12310
12472
|
// ../../components/ImageGallery/ImageGallery.tsx
|
|
12311
12473
|
import { jsx as jsx67 } from "react/jsx-runtime";
|
|
@@ -12341,7 +12503,7 @@ import { createElement, useCallback as useCallback14, useEffect as useEffect26,
|
|
|
12341
12503
|
import { useEffect as useEffect25, useRef as useRef27, useState as useState31 } from "react";
|
|
12342
12504
|
|
|
12343
12505
|
// ../../components/ModelViewer/ModelViewer.module.css
|
|
12344
|
-
var ModelViewer_default = {"
|
|
12506
|
+
var ModelViewer_default = {"viewer":"opus_f7gfHI_viewer","canvasHost":"opus_f7gfHI_canvasHost","stage":"opus_f7gfHI_stage","loading":"opus_f7gfHI_loading","model":"opus_f7gfHI_model","caption":"opus_f7gfHI_caption"};
|
|
12345
12507
|
|
|
12346
12508
|
// ../../components/ModelViewer/FireBarrelModelViewer.tsx
|
|
12347
12509
|
import { jsx as jsx68, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
@@ -12559,7 +12721,7 @@ import { faXmark as faXmark2 } from "@fortawesome/free-solid-svg-icons";
|
|
|
12559
12721
|
import { FontAwesomeIcon as FontAwesomeIcon7 } from "@fortawesome/react-fontawesome";
|
|
12560
12722
|
|
|
12561
12723
|
// ../../components/ModelLightbox/ModelLightbox.module.css
|
|
12562
|
-
var ModelLightbox_default = {"
|
|
12724
|
+
var ModelLightbox_default = {"trigger":"opus_YYKGIB_trigger","modelLightboxFadeOut":"opus_YYKGIB_modelLightboxFadeOut","frame":"opus_YYKGIB_frame","modelLightboxPanelIn":"opus_YYKGIB_modelLightboxPanelIn","closeIcon":"opus_YYKGIB_closeIcon","close":"opus_YYKGIB_close","modelLightboxPanelOut":"opus_YYKGIB_modelLightboxPanelOut","overlay":"opus_YYKGIB_overlay","lightbox":"opus_YYKGIB_lightbox","modelLightboxFadeIn":"opus_YYKGIB_modelLightboxFadeIn"};
|
|
12563
12725
|
|
|
12564
12726
|
// ../../components/ModelLightbox/ModelLightbox.tsx
|
|
12565
12727
|
import { jsx as jsx70, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
@@ -12664,7 +12826,7 @@ function ModelLightbox({
|
|
|
12664
12826
|
}
|
|
12665
12827
|
|
|
12666
12828
|
// ../../components/ModelThumbnail/ModelThumbnail.module.css
|
|
12667
|
-
var ModelThumbnail_default = {"
|
|
12829
|
+
var ModelThumbnail_default = {"content":"opus_NkO9Yb_content","caption":"opus_NkO9Yb_caption","staticThumbnail":"opus_NkO9Yb_staticThumbnail"};
|
|
12668
12830
|
|
|
12669
12831
|
// ../../components/ModelThumbnail/ModelThumbnail.tsx
|
|
12670
12832
|
import { jsx as jsx71, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
@@ -12699,7 +12861,7 @@ function ModelThumbnail({
|
|
|
12699
12861
|
}
|
|
12700
12862
|
|
|
12701
12863
|
// ../../components/ModelGallery/ModelGallery.module.css
|
|
12702
|
-
var ModelGallery_default = {"
|
|
12864
|
+
var ModelGallery_default = {"empty":"opus_8llAjm_empty","gallery":"opus_8llAjm_gallery"};
|
|
12703
12865
|
|
|
12704
12866
|
// ../../components/ModelGallery/ModelGallery.tsx
|
|
12705
12867
|
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
@@ -12782,7 +12944,7 @@ function CatalogIcon({ iconName }) {
|
|
|
12782
12944
|
}
|
|
12783
12945
|
|
|
12784
12946
|
// ../../components/EmptyState/EmptyState.module.css
|
|
12785
|
-
var EmptyState_default = {"description":"opus_1KckGY_description","actions":"opus_1KckGY_actions","
|
|
12947
|
+
var EmptyState_default = {"root":"opus_1KckGY_root","description":"opus_1KckGY_description","actions":"opus_1KckGY_actions","title":"opus_1KckGY_title","iconWrap":"opus_1KckGY_iconWrap","copy":"opus_1KckGY_copy"};
|
|
12786
12948
|
|
|
12787
12949
|
// ../../components/EmptyState/EmptyState.tsx
|
|
12788
12950
|
import { jsx as jsx74, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
@@ -12823,7 +12985,7 @@ import {
|
|
|
12823
12985
|
} from "react";
|
|
12824
12986
|
|
|
12825
12987
|
// ../../components/Sidebar/Sidebar.module.css
|
|
12826
|
-
var Sidebar_default = {"
|
|
12988
|
+
var Sidebar_default = {"sidebar":"opus_4Pogux_sidebar","footer":"opus_4Pogux_footer","headerInner":"opus_4Pogux_headerInner","main":"opus_4Pogux_main","nav":"opus_4Pogux_nav","linkActive":"opus_4Pogux_linkActive","groupToggle":"opus_4Pogux_groupToggle","groupItemsWrap":"opus_4Pogux_groupItemsWrap","visuallyHidden":"opus_4Pogux_visuallyHidden","layout":"opus_4Pogux_layout","groupChevron":"opus_4Pogux_groupChevron","groupChevronOpen":"opus_4Pogux_groupChevronOpen","header":"opus_4Pogux_header","headerTitle":"opus_4Pogux_headerTitle","body":"opus_4Pogux_body","link":"opus_4Pogux_link","group":"opus_4Pogux_group","groupLabel":"opus_4Pogux_groupLabel","groupHeader":"opus_4Pogux_groupHeader","groupItems":"opus_4Pogux_groupItems"};
|
|
12827
12989
|
|
|
12828
12990
|
// ../../components/Sidebar/Sidebar.tsx
|
|
12829
12991
|
import { Fragment as Fragment9, jsx as jsx75, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
@@ -12932,7 +13094,7 @@ function SidebarLayout({ children, collapsed = false, main, side = "left" }) {
|
|
|
12932
13094
|
import { useCallback as useCallback16, useEffect as useEffect28, useMemo as useMemo16, useState as useState35 } from "react";
|
|
12933
13095
|
|
|
12934
13096
|
// ../../components/AccentColorPicker/AccentColorPicker.module.css
|
|
12935
|
-
var AccentColorPicker_default = {"
|
|
13097
|
+
var AccentColorPicker_default = {"swatches":"opus_scMnrW_swatches","swatch":"opus_scMnrW_swatch"};
|
|
12936
13098
|
|
|
12937
13099
|
// ../../components/AccentColorPicker/AccentColorPicker.tsx
|
|
12938
13100
|
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
@@ -13038,7 +13200,7 @@ import { useEffect as useEffect29, useId as useId19, useMemo as useMemo17, useRe
|
|
|
13038
13200
|
import { FontAwesomeIcon as FontAwesomeIcon9 } from "@fortawesome/react-fontawesome";
|
|
13039
13201
|
|
|
13040
13202
|
// ../../components/IconPicker/IconPicker.module.css
|
|
13041
|
-
var IconPicker_default = {"
|
|
13203
|
+
var IconPicker_default = {"empty":"opus_4E-Oa1_empty","triggerLabel":"opus_4E-Oa1_triggerLabel","menu":"opus_4E-Oa1_menu","grid":"opus_4E-Oa1_grid","trigger":"opus_4E-Oa1_trigger","root":"opus_4E-Oa1_root","search":"opus_4E-Oa1_search","chevron":"opus_4E-Oa1_chevron","option":"opus_4E-Oa1_option","optionIcon":"opus_4E-Oa1_optionIcon","triggerIcon":"opus_4E-Oa1_triggerIcon"};
|
|
13042
13204
|
|
|
13043
13205
|
// ../../components/IconPicker/IconPicker.tsx
|
|
13044
13206
|
import { jsx as jsx77, jsxs as jsxs63 } from "react/jsx-runtime";
|