@oliasoft-open-source/react-ui-library 3.1.17 → 3.1.19
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/global.css +1060 -1043
- package/dist/index.js +524 -496
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1243,8 +1243,8 @@ function FaRegCircle(props) {
|
|
|
1243
1243
|
function FaRegCopy(props) {
|
|
1244
1244
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 448 512" }, "child": [{ "tag": "path", "attr": { "d": "M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z" } }] })(props);
|
|
1245
1245
|
}
|
|
1246
|
-
const chevron = "
|
|
1247
|
-
const expanded$2 = "
|
|
1246
|
+
const chevron = "_chevron_ns2nu_329";
|
|
1247
|
+
const expanded$2 = "_expanded_ns2nu_335";
|
|
1248
1248
|
const styles$Q = {
|
|
1249
1249
|
chevron,
|
|
1250
1250
|
expanded: expanded$2
|
|
@@ -1258,15 +1258,15 @@ const Chevron = ({
|
|
|
1258
1258
|
className: cx(styles$Q.chevron)
|
|
1259
1259
|
});
|
|
1260
1260
|
};
|
|
1261
|
-
const accordion = "
|
|
1262
|
-
const accordionHeader = "
|
|
1263
|
-
const heading$6 = "
|
|
1264
|
-
const clickable$2 = "
|
|
1265
|
-
const bordered$4 = "
|
|
1266
|
-
const accordionContent = "
|
|
1267
|
-
const expanded$1 = "
|
|
1268
|
-
const padding$3 = "
|
|
1269
|
-
const squareBottom = "
|
|
1261
|
+
const accordion = "_accordion_1hpxh_329";
|
|
1262
|
+
const accordionHeader = "_accordionHeader_1hpxh_333";
|
|
1263
|
+
const heading$6 = "_heading_1hpxh_337";
|
|
1264
|
+
const clickable$2 = "_clickable_1hpxh_340";
|
|
1265
|
+
const bordered$4 = "_bordered_1hpxh_346";
|
|
1266
|
+
const accordionContent = "_accordionContent_1hpxh_350";
|
|
1267
|
+
const expanded$1 = "_expanded_1hpxh_359";
|
|
1268
|
+
const padding$3 = "_padding_1hpxh_368";
|
|
1269
|
+
const squareBottom = "_squareBottom_1hpxh_371";
|
|
1270
1270
|
const styles$P = {
|
|
1271
1271
|
accordion,
|
|
1272
1272
|
accordionHeader,
|
|
@@ -1377,17 +1377,17 @@ Accordion.propTypes = {
|
|
|
1377
1377
|
squareBottom: propTypes$1.exports.bool,
|
|
1378
1378
|
testId: propTypes$1.exports.string
|
|
1379
1379
|
};
|
|
1380
|
-
const checkbox = "
|
|
1381
|
-
const noLabel = "
|
|
1382
|
-
const small$
|
|
1383
|
-
const checkmark = "
|
|
1384
|
-
const disabled$9 = "
|
|
1385
|
-
const noMargin$2 = "
|
|
1386
|
-
const isInTable$4 = "
|
|
1380
|
+
const checkbox = "_checkbox_di89x_329";
|
|
1381
|
+
const noLabel = "_noLabel_di89x_342";
|
|
1382
|
+
const small$e = "_small_di89x_345";
|
|
1383
|
+
const checkmark = "_checkmark_di89x_371";
|
|
1384
|
+
const disabled$9 = "_disabled_di89x_392";
|
|
1385
|
+
const noMargin$2 = "_noMargin_di89x_406";
|
|
1386
|
+
const isInTable$4 = "_isInTable_di89x_409";
|
|
1387
1387
|
const styles$O = {
|
|
1388
1388
|
checkbox,
|
|
1389
1389
|
noLabel,
|
|
1390
|
-
small: small$
|
|
1390
|
+
small: small$e,
|
|
1391
1391
|
checkmark,
|
|
1392
1392
|
disabled: disabled$9,
|
|
1393
1393
|
noMargin: noMargin$2,
|
|
@@ -1471,10 +1471,10 @@ CheckBox.propTypes = {
|
|
|
1471
1471
|
dataix: propTypes$1.exports.number,
|
|
1472
1472
|
value: propTypes$1.exports.string
|
|
1473
1473
|
};
|
|
1474
|
-
const bordered$3 = "
|
|
1475
|
-
const checkboxWrapper = "
|
|
1476
|
-
const padding$2 = "
|
|
1477
|
-
const contentWrapper = "
|
|
1474
|
+
const bordered$3 = "_bordered_1mb61_329";
|
|
1475
|
+
const checkboxWrapper = "_checkboxWrapper_1mb61_335";
|
|
1476
|
+
const padding$2 = "_padding_1mb61_341";
|
|
1477
|
+
const contentWrapper = "_contentWrapper_1mb61_344";
|
|
1478
1478
|
const styles$N = {
|
|
1479
1479
|
bordered: bordered$3,
|
|
1480
1480
|
checkboxWrapper,
|
|
@@ -7647,10 +7647,10 @@ const DeprecatedIcon = ({
|
|
|
7647
7647
|
return /* @__PURE__ */ jsx(FaRegCircle, {});
|
|
7648
7648
|
}
|
|
7649
7649
|
};
|
|
7650
|
-
const wrapper$4 = "
|
|
7651
|
-
const customSvg = "
|
|
7652
|
-
const customPng = "
|
|
7653
|
-
const clickable$1 = "
|
|
7650
|
+
const wrapper$4 = "_wrapper_6gikz_329";
|
|
7651
|
+
const customSvg = "_customSvg_6gikz_336";
|
|
7652
|
+
const customPng = "_customPng_6gikz_339";
|
|
7653
|
+
const clickable$1 = "_clickable_6gikz_344";
|
|
7654
7654
|
const styles$M = {
|
|
7655
7655
|
wrapper: wrapper$4,
|
|
7656
7656
|
customSvg,
|
|
@@ -9683,34 +9683,34 @@ function useHover(_temp) {
|
|
|
9683
9683
|
return onMouseLeave(null, true);
|
|
9684
9684
|
}];
|
|
9685
9685
|
}
|
|
9686
|
-
const wrapper$3 = "
|
|
9687
|
-
const layer$1 = "
|
|
9688
|
-
const layerContainer$1 = "
|
|
9689
|
-
const nested = "
|
|
9690
|
-
const fileInput$1 = "
|
|
9691
|
-
const trigger$1 = "
|
|
9692
|
-
const middleAlignedInline = "
|
|
9693
|
-
const heading$5 = "
|
|
9694
|
-
const headingIcon = "
|
|
9695
|
-
const option$1 = "
|
|
9696
|
-
const active$9 = "
|
|
9697
|
-
const selected$1 = "
|
|
9698
|
-
const optionContent$1 = "
|
|
9699
|
-
const inline$3 = "
|
|
9700
|
-
const icon$7 = "
|
|
9701
|
-
const check$1 = "
|
|
9702
|
-
const text$2 = "
|
|
9703
|
-
const label$a = "
|
|
9704
|
-
const description = "
|
|
9705
|
-
const arrow = "
|
|
9706
|
-
const divider$1 = "
|
|
9707
|
-
const deprecatedSemanticIcon = "
|
|
9708
|
-
const disabled$8 = "
|
|
9709
|
-
const buttonLabel = "
|
|
9710
|
-
const buttonCaret = "
|
|
9711
|
-
const component = "
|
|
9712
|
-
const right$7 = "
|
|
9713
|
-
const actions$
|
|
9686
|
+
const wrapper$3 = "_wrapper_4p39y_329";
|
|
9687
|
+
const layer$1 = "_layer_4p39y_333";
|
|
9688
|
+
const layerContainer$1 = "_layerContainer_4p39y_336";
|
|
9689
|
+
const nested = "_nested_4p39y_350";
|
|
9690
|
+
const fileInput$1 = "_fileInput_4p39y_362";
|
|
9691
|
+
const trigger$1 = "_trigger_4p39y_368";
|
|
9692
|
+
const middleAlignedInline = "_middleAlignedInline_4p39y_378";
|
|
9693
|
+
const heading$5 = "_heading_4p39y_384";
|
|
9694
|
+
const headingIcon = "_headingIcon_4p39y_390";
|
|
9695
|
+
const option$1 = "_option_4p39y_402";
|
|
9696
|
+
const active$9 = "_active_4p39y_419";
|
|
9697
|
+
const selected$1 = "_selected_4p39y_424";
|
|
9698
|
+
const optionContent$1 = "_optionContent_4p39y_431";
|
|
9699
|
+
const inline$3 = "_inline_4p39y_436";
|
|
9700
|
+
const icon$7 = "_icon_4p39y_441";
|
|
9701
|
+
const check$1 = "_check_4p39y_442";
|
|
9702
|
+
const text$2 = "_text_4p39y_468";
|
|
9703
|
+
const label$a = "_label_4p39y_473";
|
|
9704
|
+
const description = "_description_4p39y_484";
|
|
9705
|
+
const arrow = "_arrow_4p39y_488";
|
|
9706
|
+
const divider$1 = "_divider_4p39y_492";
|
|
9707
|
+
const deprecatedSemanticIcon = "_deprecatedSemanticIcon_4p39y_496";
|
|
9708
|
+
const disabled$8 = "_disabled_4p39y_500";
|
|
9709
|
+
const buttonLabel = "_buttonLabel_4p39y_505";
|
|
9710
|
+
const buttonCaret = "_buttonCaret_4p39y_512";
|
|
9711
|
+
const component = "_component_4p39y_515";
|
|
9712
|
+
const right$7 = "_right_4p39y_521";
|
|
9713
|
+
const actions$2 = "_actions_4p39y_526";
|
|
9714
9714
|
const styles$L = {
|
|
9715
9715
|
wrapper: wrapper$3,
|
|
9716
9716
|
layer: layer$1,
|
|
@@ -9739,7 +9739,7 @@ const styles$L = {
|
|
|
9739
9739
|
buttonCaret,
|
|
9740
9740
|
component,
|
|
9741
9741
|
right: right$7,
|
|
9742
|
-
actions: actions$
|
|
9742
|
+
actions: actions$2
|
|
9743
9743
|
};
|
|
9744
9744
|
const Heading$3 = ({
|
|
9745
9745
|
label: label2,
|
|
@@ -9954,21 +9954,21 @@ const placementOptions$1 = (placement, isNested = false) => ({
|
|
|
9954
9954
|
preferY: "bottom",
|
|
9955
9955
|
placement: placement || (isNested ? "right-start" : "bottom-start")
|
|
9956
9956
|
});
|
|
9957
|
-
const wrapper$2 = "
|
|
9958
|
-
const badge = "
|
|
9959
|
-
const label$9 = "
|
|
9960
|
-
const dark$1 = "
|
|
9961
|
-
const light = "
|
|
9962
|
-
const small$
|
|
9963
|
-
const dot = "
|
|
9964
|
-
const hasChildren = "
|
|
9957
|
+
const wrapper$2 = "_wrapper_1520w_329";
|
|
9958
|
+
const badge = "_badge_1520w_333";
|
|
9959
|
+
const label$9 = "_label_1520w_338";
|
|
9960
|
+
const dark$1 = "_dark_1520w_350";
|
|
9961
|
+
const light = "_light_1520w_353";
|
|
9962
|
+
const small$d = "_small_1520w_356";
|
|
9963
|
+
const dot = "_dot_1520w_362";
|
|
9964
|
+
const hasChildren = "_hasChildren_1520w_367";
|
|
9965
9965
|
const styles$K = {
|
|
9966
9966
|
wrapper: wrapper$2,
|
|
9967
9967
|
badge,
|
|
9968
9968
|
label: label$9,
|
|
9969
9969
|
dark: dark$1,
|
|
9970
9970
|
light,
|
|
9971
|
-
small: small$
|
|
9971
|
+
small: small$d,
|
|
9972
9972
|
dot,
|
|
9973
9973
|
hasChildren
|
|
9974
9974
|
};
|
|
@@ -10018,23 +10018,23 @@ Badge.propTypes = {
|
|
|
10018
10018
|
margin: propTypes$1.exports.string,
|
|
10019
10019
|
small: propTypes$1.exports.bool
|
|
10020
10020
|
};
|
|
10021
|
-
const button$3 = "
|
|
10022
|
-
const active$8 = "
|
|
10023
|
-
const icon$6 = "
|
|
10024
|
-
const iconOnly = "
|
|
10025
|
-
const basic = "
|
|
10026
|
-
const muted$1 = "
|
|
10027
|
-
const disabled$7 = "
|
|
10028
|
-
const small$
|
|
10029
|
-
const pill = "
|
|
10030
|
-
const round = "
|
|
10031
|
-
const orange$1 = "
|
|
10032
|
-
const red$1 = "
|
|
10033
|
-
const green$1 = "
|
|
10034
|
-
const inverted$1 = "
|
|
10035
|
-
const groupOrderFirst$4 = "
|
|
10036
|
-
const groupOrderMiddle$4 = "
|
|
10037
|
-
const groupOrderLast$4 = "
|
|
10021
|
+
const button$3 = "_button_czseq_363";
|
|
10022
|
+
const active$8 = "_active_czseq_397";
|
|
10023
|
+
const icon$6 = "_icon_czseq_409";
|
|
10024
|
+
const iconOnly = "_iconOnly_czseq_416";
|
|
10025
|
+
const basic = "_basic_czseq_426";
|
|
10026
|
+
const muted$1 = "_muted_czseq_432";
|
|
10027
|
+
const disabled$7 = "_disabled_czseq_445";
|
|
10028
|
+
const small$c = "_small_czseq_455";
|
|
10029
|
+
const pill = "_pill_czseq_460";
|
|
10030
|
+
const round = "_round_czseq_461";
|
|
10031
|
+
const orange$1 = "_orange_czseq_478";
|
|
10032
|
+
const red$1 = "_red_czseq_488";
|
|
10033
|
+
const green$1 = "_green_czseq_498";
|
|
10034
|
+
const inverted$1 = "_inverted_czseq_526";
|
|
10035
|
+
const groupOrderFirst$4 = "_groupOrderFirst_czseq_560";
|
|
10036
|
+
const groupOrderMiddle$4 = "_groupOrderMiddle_czseq_561";
|
|
10037
|
+
const groupOrderLast$4 = "_groupOrderLast_czseq_562";
|
|
10038
10038
|
const buttonStyles = {
|
|
10039
10039
|
button: button$3,
|
|
10040
10040
|
active: active$8,
|
|
@@ -10043,7 +10043,7 @@ const buttonStyles = {
|
|
|
10043
10043
|
basic,
|
|
10044
10044
|
muted: muted$1,
|
|
10045
10045
|
disabled: disabled$7,
|
|
10046
|
-
small: small$
|
|
10046
|
+
small: small$c,
|
|
10047
10047
|
pill,
|
|
10048
10048
|
round,
|
|
10049
10049
|
orange: orange$1,
|
|
@@ -10054,14 +10054,14 @@ const buttonStyles = {
|
|
|
10054
10054
|
groupOrderMiddle: groupOrderMiddle$4,
|
|
10055
10055
|
groupOrderLast: groupOrderLast$4
|
|
10056
10056
|
};
|
|
10057
|
-
const spinner = "
|
|
10058
|
-
const small$
|
|
10059
|
-
const tiny = "
|
|
10060
|
-
const colored$1 = "
|
|
10061
|
-
const dark = "
|
|
10057
|
+
const spinner = "_spinner_21f2c_329";
|
|
10058
|
+
const small$b = "_small_21f2c_335";
|
|
10059
|
+
const tiny = "_tiny_21f2c_339";
|
|
10060
|
+
const colored$1 = "_colored_21f2c_366";
|
|
10061
|
+
const dark = "_dark_21f2c_378";
|
|
10062
10062
|
const styles$J = {
|
|
10063
10063
|
spinner,
|
|
10064
|
-
small: small$
|
|
10064
|
+
small: small$b,
|
|
10065
10065
|
tiny,
|
|
10066
10066
|
colored: colored$1,
|
|
10067
10067
|
dark
|
|
@@ -10653,11 +10653,11 @@ Menu.propTypes = {
|
|
|
10653
10653
|
open: propTypes$1.exports.bool,
|
|
10654
10654
|
setOpen: propTypes$1.exports.func
|
|
10655
10655
|
};
|
|
10656
|
-
const actions$
|
|
10657
|
-
const actionComponentContainer = "
|
|
10658
|
-
const active$7 = "
|
|
10656
|
+
const actions$1 = "_actions_gc0pi_329";
|
|
10657
|
+
const actionComponentContainer = "_actionComponentContainer_gc0pi_339";
|
|
10658
|
+
const active$7 = "_active_gc0pi_361";
|
|
10659
10659
|
const styles$I = {
|
|
10660
|
-
actions: actions$
|
|
10660
|
+
actions: actions$1,
|
|
10661
10661
|
actionComponentContainer,
|
|
10662
10662
|
active: active$7
|
|
10663
10663
|
};
|
|
@@ -10771,15 +10771,15 @@ Actions.propTypes = {
|
|
|
10771
10771
|
actions: actionsShape,
|
|
10772
10772
|
right: propTypes$1.exports.bool
|
|
10773
10773
|
};
|
|
10774
|
-
const breadcrumb = "
|
|
10775
|
-
const small$
|
|
10776
|
-
const labelContainer = "
|
|
10777
|
-
const active$6 = "
|
|
10778
|
-
const disabled$6 = "
|
|
10779
|
-
const separator = "
|
|
10774
|
+
const breadcrumb = "_breadcrumb_1ewgq_329";
|
|
10775
|
+
const small$a = "_small_1ewgq_332";
|
|
10776
|
+
const labelContainer = "_labelContainer_1ewgq_335";
|
|
10777
|
+
const active$6 = "_active_1ewgq_345";
|
|
10778
|
+
const disabled$6 = "_disabled_1ewgq_350";
|
|
10779
|
+
const separator = "_separator_1ewgq_355";
|
|
10780
10780
|
const styles$H = {
|
|
10781
10781
|
breadcrumb,
|
|
10782
|
-
small: small$
|
|
10782
|
+
small: small$a,
|
|
10783
10783
|
labelContainer,
|
|
10784
10784
|
active: active$6,
|
|
10785
10785
|
disabled: disabled$6,
|
|
@@ -10854,9 +10854,9 @@ Breadcrumb.propTypes = {
|
|
|
10854
10854
|
})).isRequired,
|
|
10855
10855
|
small: propTypes$1.exports.bool
|
|
10856
10856
|
};
|
|
10857
|
-
const tooltip = "
|
|
10858
|
-
const error$8 = "
|
|
10859
|
-
const warning$b = "
|
|
10857
|
+
const tooltip = "_tooltip_g3i5e_329";
|
|
10858
|
+
const error$8 = "_error_g3i5e_343";
|
|
10859
|
+
const warning$b = "_warning_g3i5e_347";
|
|
10860
10860
|
const styles$G = {
|
|
10861
10861
|
tooltip,
|
|
10862
10862
|
error: error$8,
|
|
@@ -11010,8 +11010,8 @@ Tooltip$2.propTypes = {
|
|
|
11010
11010
|
flex: propTypes$1.exports.string,
|
|
11011
11011
|
forceOpen: propTypes$1.exports.bool
|
|
11012
11012
|
};
|
|
11013
|
-
const label$8 = "
|
|
11014
|
-
const buttonGroup = "
|
|
11013
|
+
const label$8 = "_label_t6aab_329";
|
|
11014
|
+
const buttonGroup = "_buttonGroup_t6aab_339";
|
|
11015
11015
|
const styles$F = {
|
|
11016
11016
|
label: label$8,
|
|
11017
11017
|
buttonGroup
|
|
@@ -11121,13 +11121,13 @@ ButtonGroup.propTypes = {
|
|
|
11121
11121
|
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
11122
11122
|
testId: propTypes$1.exports.string
|
|
11123
11123
|
};
|
|
11124
|
-
const card = "
|
|
11125
|
-
const bordered$2 = "
|
|
11126
|
-
const raised = "
|
|
11127
|
-
const cardHeader = "
|
|
11128
|
-
const cardContentBorderTop = "
|
|
11129
|
-
const padding$1 = "
|
|
11130
|
-
const cardContent = "
|
|
11124
|
+
const card = "_card_62ou5_329";
|
|
11125
|
+
const bordered$2 = "_bordered_62ou5_332";
|
|
11126
|
+
const raised = "_raised_62ou5_338";
|
|
11127
|
+
const cardHeader = "_cardHeader_62ou5_341";
|
|
11128
|
+
const cardContentBorderTop = "_cardContentBorderTop_62ou5_347";
|
|
11129
|
+
const padding$1 = "_padding_62ou5_350";
|
|
11130
|
+
const cardContent = "_cardContent_62ou5_347";
|
|
11131
11131
|
const styles$E = {
|
|
11132
11132
|
card,
|
|
11133
11133
|
bordered: bordered$2,
|
|
@@ -12447,23 +12447,23 @@ Column.propTypes = {
|
|
|
12447
12447
|
widthTablet: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
12448
12448
|
testId: propTypes$1.exports.string
|
|
12449
12449
|
};
|
|
12450
|
-
const divider = "
|
|
12451
|
-
const alignLeft = "
|
|
12452
|
-
const alignRight = "
|
|
12450
|
+
const divider = "_divider_ifk4j_329";
|
|
12451
|
+
const alignLeft = "_alignLeft_ifk4j_340";
|
|
12452
|
+
const alignRight = "_alignRight_ifk4j_343";
|
|
12453
12453
|
const styles$D = {
|
|
12454
12454
|
divider,
|
|
12455
12455
|
alignLeft,
|
|
12456
12456
|
alignRight
|
|
12457
12457
|
};
|
|
12458
|
-
const bold$1 = "
|
|
12459
|
-
const center = "
|
|
12460
|
-
const muted = "
|
|
12461
|
-
const faint$1 = "
|
|
12462
|
-
const success$1 = "
|
|
12463
|
-
const warning$a = "
|
|
12464
|
-
const error$7 = "
|
|
12465
|
-
const small$
|
|
12466
|
-
const link$1 = "
|
|
12458
|
+
const bold$1 = "_bold_cntjp_329";
|
|
12459
|
+
const center = "_center_cntjp_332";
|
|
12460
|
+
const muted = "_muted_cntjp_335";
|
|
12461
|
+
const faint$1 = "_faint_cntjp_338";
|
|
12462
|
+
const success$1 = "_success_cntjp_341";
|
|
12463
|
+
const warning$a = "_warning_cntjp_344";
|
|
12464
|
+
const error$7 = "_error_cntjp_347";
|
|
12465
|
+
const small$9 = "_small_cntjp_350";
|
|
12466
|
+
const link$1 = "_link_cntjp_353";
|
|
12467
12467
|
const styles$C = {
|
|
12468
12468
|
bold: bold$1,
|
|
12469
12469
|
center,
|
|
@@ -12472,7 +12472,7 @@ const styles$C = {
|
|
|
12472
12472
|
success: success$1,
|
|
12473
12473
|
warning: warning$a,
|
|
12474
12474
|
error: error$7,
|
|
12475
|
-
small: small$
|
|
12475
|
+
small: small$9,
|
|
12476
12476
|
link: link$1
|
|
12477
12477
|
};
|
|
12478
12478
|
const Text = ({
|
|
@@ -12555,13 +12555,13 @@ Divider.propTypes = {
|
|
|
12555
12555
|
color: propTypes$1.exports.string,
|
|
12556
12556
|
align: propTypes$1.exports.string
|
|
12557
12557
|
};
|
|
12558
|
-
const heading$4 = "
|
|
12559
|
-
const top$1 = "
|
|
12560
|
-
const icons$2 = "
|
|
12561
|
-
const icon$5 = "
|
|
12562
|
-
const lock = "
|
|
12563
|
-
const faint = "
|
|
12564
|
-
const active$5 = "
|
|
12558
|
+
const heading$4 = "_heading_zih6k_329";
|
|
12559
|
+
const top$1 = "_top_zih6k_337";
|
|
12560
|
+
const icons$2 = "_icons_zih6k_349";
|
|
12561
|
+
const icon$5 = "_icon_zih6k_349";
|
|
12562
|
+
const lock = "_lock_zih6k_363";
|
|
12563
|
+
const faint = "_faint_zih6k_366";
|
|
12564
|
+
const active$5 = "_active_zih6k_374";
|
|
12565
12565
|
const styles$B = {
|
|
12566
12566
|
heading: heading$4,
|
|
12567
12567
|
top: top$1,
|
|
@@ -12745,29 +12745,29 @@ const dialogShape = propTypes$1.exports.shape({
|
|
|
12745
12745
|
Dialog.propTypes = {
|
|
12746
12746
|
dialog: dialogShape.isRequired
|
|
12747
12747
|
};
|
|
12748
|
-
const inputInTable$9 = "
|
|
12749
|
-
const inputFocus$9 = "
|
|
12750
|
-
const inputError$9 = "
|
|
12751
|
-
const inputWarning$9 = "
|
|
12752
|
-
const inputDisabled$9 = "
|
|
12753
|
-
const hideScrollbars$9 = "
|
|
12754
|
-
const inline$1 = "
|
|
12755
|
-
const left$2 = "
|
|
12756
|
-
const right$6 = "
|
|
12757
|
-
const fixed$1 = "
|
|
12758
|
-
const border = "
|
|
12759
|
-
const shadow = "
|
|
12760
|
-
const drawerContent = "
|
|
12761
|
-
const isResizing = "
|
|
12762
|
-
const toggleButton = "
|
|
12763
|
-
const top = "
|
|
12764
|
-
const bottom = "
|
|
12765
|
-
const toggleButtonOpen = "
|
|
12766
|
-
const tabs$1 = "
|
|
12767
|
-
const tab$1 = "
|
|
12768
|
-
const active$4 = "
|
|
12769
|
-
const tabsContent = "
|
|
12770
|
-
const resizeHandle = "
|
|
12748
|
+
const inputInTable$9 = "_inputInTable_4gx6k_329";
|
|
12749
|
+
const inputFocus$9 = "_inputFocus_4gx6k_345";
|
|
12750
|
+
const inputError$9 = "_inputError_4gx6k_350";
|
|
12751
|
+
const inputWarning$9 = "_inputWarning_4gx6k_351";
|
|
12752
|
+
const inputDisabled$9 = "_inputDisabled_4gx6k_382";
|
|
12753
|
+
const hideScrollbars$9 = "_hideScrollbars_4gx6k_387";
|
|
12754
|
+
const inline$1 = "_inline_4gx6k_409";
|
|
12755
|
+
const left$2 = "_left_4gx6k_412";
|
|
12756
|
+
const right$6 = "_right_4gx6k_415";
|
|
12757
|
+
const fixed$1 = "_fixed_4gx6k_418";
|
|
12758
|
+
const border = "_border_4gx6k_430";
|
|
12759
|
+
const shadow = "_shadow_4gx6k_436";
|
|
12760
|
+
const drawerContent = "_drawerContent_4gx6k_439";
|
|
12761
|
+
const isResizing = "_isResizing_4gx6k_451";
|
|
12762
|
+
const toggleButton = "_toggleButton_4gx6k_462";
|
|
12763
|
+
const top = "_top_4gx6k_475";
|
|
12764
|
+
const bottom = "_bottom_4gx6k_478";
|
|
12765
|
+
const toggleButtonOpen = "_toggleButtonOpen_4gx6k_481";
|
|
12766
|
+
const tabs$1 = "_tabs_4gx6k_484";
|
|
12767
|
+
const tab$1 = "_tab_4gx6k_484";
|
|
12768
|
+
const active$4 = "_active_4gx6k_515";
|
|
12769
|
+
const tabsContent = "_tabsContent_4gx6k_537";
|
|
12770
|
+
const resizeHandle = "_resizeHandle_4gx6k_543";
|
|
12771
12771
|
const styles$z = {
|
|
12772
12772
|
inputInTable: inputInTable$9,
|
|
12773
12773
|
inputFocus: inputFocus$9,
|
|
@@ -15053,8 +15053,8 @@ Drawer.propTypes = {
|
|
|
15053
15053
|
onResize: propTypes$1.exports.func,
|
|
15054
15054
|
getActiveTab: propTypes$1.exports.func
|
|
15055
15055
|
};
|
|
15056
|
-
const empty$1 = "
|
|
15057
|
-
const text$1 = "
|
|
15056
|
+
const empty$1 = "_empty_1g72m_329";
|
|
15057
|
+
const text$1 = "_text_1g72m_339";
|
|
15058
15058
|
const styles$y = {
|
|
15059
15059
|
empty: empty$1,
|
|
15060
15060
|
text: text$1
|
|
@@ -15119,7 +15119,7 @@ Empty.propTypes = {
|
|
|
15119
15119
|
text: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
15120
15120
|
children: propTypes$1.exports.node
|
|
15121
15121
|
};
|
|
15122
|
-
const inputGroup = "
|
|
15122
|
+
const inputGroup = "_inputGroup_fj9a2_329";
|
|
15123
15123
|
const styles$x = {
|
|
15124
15124
|
inputGroup
|
|
15125
15125
|
};
|
|
@@ -15168,21 +15168,21 @@ InputGroup.propTypes = {
|
|
|
15168
15168
|
small: propTypes$1.exports.bool,
|
|
15169
15169
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
15170
15170
|
};
|
|
15171
|
-
const inputInTable$8 = "
|
|
15172
|
-
const inputFocus$8 = "
|
|
15173
|
-
const inputError$8 = "
|
|
15174
|
-
const inputWarning$8 = "
|
|
15175
|
-
const inputDisabled$8 = "
|
|
15176
|
-
const hideScrollbars$8 = "
|
|
15177
|
-
const input$2 = "
|
|
15178
|
-
const isInTable$3 = "
|
|
15179
|
-
const small$
|
|
15180
|
-
const error$6 = "
|
|
15181
|
-
const warning$9 = "
|
|
15182
|
-
const right$5 = "
|
|
15183
|
-
const groupOrderFirst$3 = "
|
|
15184
|
-
const groupOrderMiddle$3 = "
|
|
15185
|
-
const groupOrderLast$3 = "
|
|
15171
|
+
const inputInTable$8 = "_inputInTable_tf34v_329";
|
|
15172
|
+
const inputFocus$8 = "_inputFocus_tf34v_345";
|
|
15173
|
+
const inputError$8 = "_inputError_tf34v_350";
|
|
15174
|
+
const inputWarning$8 = "_inputWarning_tf34v_351";
|
|
15175
|
+
const inputDisabled$8 = "_inputDisabled_tf34v_382";
|
|
15176
|
+
const hideScrollbars$8 = "_hideScrollbars_tf34v_387";
|
|
15177
|
+
const input$2 = "_input_tf34v_329";
|
|
15178
|
+
const isInTable$3 = "_isInTable_tf34v_418";
|
|
15179
|
+
const small$8 = "_small_tf34v_446";
|
|
15180
|
+
const error$6 = "_error_tf34v_452";
|
|
15181
|
+
const warning$9 = "_warning_tf34v_467";
|
|
15182
|
+
const right$5 = "_right_tf34v_487";
|
|
15183
|
+
const groupOrderFirst$3 = "_groupOrderFirst_tf34v_490";
|
|
15184
|
+
const groupOrderMiddle$3 = "_groupOrderMiddle_tf34v_491";
|
|
15185
|
+
const groupOrderLast$3 = "_groupOrderLast_tf34v_492";
|
|
15186
15186
|
const styles$w = {
|
|
15187
15187
|
inputInTable: inputInTable$8,
|
|
15188
15188
|
inputFocus: inputFocus$8,
|
|
@@ -15192,7 +15192,7 @@ const styles$w = {
|
|
|
15192
15192
|
hideScrollbars: hideScrollbars$8,
|
|
15193
15193
|
input: input$2,
|
|
15194
15194
|
isInTable: isInTable$3,
|
|
15195
|
-
small: small$
|
|
15195
|
+
small: small$8,
|
|
15196
15196
|
error: error$6,
|
|
15197
15197
|
warning: warning$9,
|
|
15198
15198
|
right: right$5,
|
|
@@ -15427,10 +15427,10 @@ function HiLockClosed(props) {
|
|
|
15427
15427
|
function HiLockOpen(props) {
|
|
15428
15428
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 20 20", "fill": "currentColor" }, "child": [{ "tag": "path", "attr": { "d": "M10 2a5 5 0 00-5 5v2a2 2 0 00-2 2v5a2 2 0 002 2h10a2 2 0 002-2v-5a2 2 0 00-2-2H7V7a3 3 0 015.905-.75 1 1 0 001.937-.5A5.002 5.002 0 0010 2z" } }] })(props);
|
|
15429
15429
|
}
|
|
15430
|
-
const label$7 = "
|
|
15431
|
-
const labelLeft$1 = "
|
|
15432
|
-
const icons$1 = "
|
|
15433
|
-
const icon$4 = "
|
|
15430
|
+
const label$7 = "_label_1pbb7_329";
|
|
15431
|
+
const labelLeft$1 = "_labelLeft_1pbb7_333";
|
|
15432
|
+
const icons$1 = "_icons_1pbb7_341";
|
|
15433
|
+
const icon$4 = "_icon_1pbb7_341";
|
|
15434
15434
|
const styles$u = {
|
|
15435
15435
|
label: label$7,
|
|
15436
15436
|
labelLeft: labelLeft$1,
|
|
@@ -15530,17 +15530,17 @@ Label$2.propTypes = {
|
|
|
15530
15530
|
}),
|
|
15531
15531
|
labelLeft: propTypes$1.exports.bool
|
|
15532
15532
|
};
|
|
15533
|
-
const field = "
|
|
15534
|
-
const labelLeft = "
|
|
15535
|
-
const fieldInput = "
|
|
15536
|
-
const formRow$1 = "
|
|
15537
|
-
const button$2 = "
|
|
15533
|
+
const field = "_field_9ng6g_329";
|
|
15534
|
+
const labelLeft = "_labelLeft_9ng6g_333";
|
|
15535
|
+
const fieldInput = "_fieldInput_9ng6g_337";
|
|
15536
|
+
const formRow$1 = "_formRow_9ng6g_340";
|
|
15537
|
+
const button$2 = "_button_9ng6g_350";
|
|
15538
15538
|
const styles$t = {
|
|
15539
15539
|
field,
|
|
15540
15540
|
labelLeft,
|
|
15541
15541
|
fieldInput,
|
|
15542
15542
|
formRow: formRow$1,
|
|
15543
|
-
"form-row": "_form-
|
|
15543
|
+
"form-row": "_form-row_9ng6g_341",
|
|
15544
15544
|
button: button$2
|
|
15545
15545
|
};
|
|
15546
15546
|
const Field = ({
|
|
@@ -15656,7 +15656,7 @@ Flex.propTypes = {
|
|
|
15656
15656
|
wrap: propTypes$1.exports.bool,
|
|
15657
15657
|
gap: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string])
|
|
15658
15658
|
};
|
|
15659
|
-
const formRow = "
|
|
15659
|
+
const formRow = "_formRow_16j7m_329";
|
|
15660
15660
|
const styles$s = {
|
|
15661
15661
|
formRow
|
|
15662
15662
|
};
|
|
@@ -15726,14 +15726,14 @@ Grid.propTypes = {
|
|
|
15726
15726
|
height: propTypes$1.exports.string,
|
|
15727
15727
|
children: propTypes$1.exports.node
|
|
15728
15728
|
};
|
|
15729
|
-
const addon = "
|
|
15730
|
-
const small$
|
|
15731
|
-
const groupOrderFirst$2 = "
|
|
15732
|
-
const groupOrderMiddle$2 = "
|
|
15733
|
-
const groupOrderLast$2 = "
|
|
15729
|
+
const addon = "_addon_1php6_329";
|
|
15730
|
+
const small$7 = "_small_1php6_340";
|
|
15731
|
+
const groupOrderFirst$2 = "_groupOrderFirst_1php6_344";
|
|
15732
|
+
const groupOrderMiddle$2 = "_groupOrderMiddle_1php6_345";
|
|
15733
|
+
const groupOrderLast$2 = "_groupOrderLast_1php6_350";
|
|
15734
15734
|
const styles$r = {
|
|
15735
15735
|
addon,
|
|
15736
|
-
small: small$
|
|
15736
|
+
small: small$7,
|
|
15737
15737
|
groupOrderFirst: groupOrderFirst$2,
|
|
15738
15738
|
groupOrderMiddle: groupOrderMiddle$2,
|
|
15739
15739
|
groupOrderLast: groupOrderLast$2
|
|
@@ -24638,41 +24638,41 @@ var InfiniteScroll = function(_super) {
|
|
|
24638
24638
|
};
|
|
24639
24639
|
return InfiniteScroll2;
|
|
24640
24640
|
}(Component$1);
|
|
24641
|
-
const inputInTable$7 = "
|
|
24642
|
-
const inputFocus$7 = "
|
|
24643
|
-
const inputError$7 = "
|
|
24644
|
-
const inputWarning$7 = "
|
|
24645
|
-
const inputDisabled$7 = "
|
|
24646
|
-
const hideScrollbars$7 = "
|
|
24647
|
-
const header$1 = "
|
|
24648
|
-
const headerTitle = "
|
|
24649
|
-
const heading$3 = "
|
|
24650
|
-
const itemHeader = "
|
|
24651
|
-
const narrow = "
|
|
24652
|
-
const stickyHeader = "
|
|
24653
|
-
const title$4 = "
|
|
24654
|
-
const name = "
|
|
24655
|
-
const iconTooltipMargin = "
|
|
24656
|
-
const bold = "
|
|
24657
|
-
const toggleNarrow = "
|
|
24658
|
-
const drag = "
|
|
24659
|
-
const list$1 = "
|
|
24660
|
-
const bordered$1 = "
|
|
24661
|
-
const item$4 = "
|
|
24662
|
-
const action = "
|
|
24663
|
-
const active$3 = "
|
|
24664
|
-
const disabled$5 = "
|
|
24665
|
-
const label$6 = "
|
|
24666
|
-
const details$2 = "
|
|
24667
|
-
const metadata = "
|
|
24668
|
-
const itemContent = "
|
|
24669
|
-
const indentIcon = "
|
|
24670
|
-
const expandIcon = "
|
|
24671
|
-
const expanded = "
|
|
24672
|
-
const right$4 = "
|
|
24673
|
-
const actions
|
|
24674
|
-
const scrollableList = "
|
|
24675
|
-
const hideScrollbar = "
|
|
24641
|
+
const inputInTable$7 = "_inputInTable_b1zhu_329";
|
|
24642
|
+
const inputFocus$7 = "_inputFocus_b1zhu_345";
|
|
24643
|
+
const inputError$7 = "_inputError_b1zhu_350";
|
|
24644
|
+
const inputWarning$7 = "_inputWarning_b1zhu_351";
|
|
24645
|
+
const inputDisabled$7 = "_inputDisabled_b1zhu_382";
|
|
24646
|
+
const hideScrollbars$7 = "_hideScrollbars_b1zhu_387";
|
|
24647
|
+
const header$1 = "_header_b1zhu_397";
|
|
24648
|
+
const headerTitle = "_headerTitle_b1zhu_397";
|
|
24649
|
+
const heading$3 = "_heading_b1zhu_398";
|
|
24650
|
+
const itemHeader = "_itemHeader_b1zhu_398";
|
|
24651
|
+
const narrow = "_narrow_b1zhu_401";
|
|
24652
|
+
const stickyHeader = "_stickyHeader_b1zhu_405";
|
|
24653
|
+
const title$4 = "_title_b1zhu_416";
|
|
24654
|
+
const name = "_name_b1zhu_422";
|
|
24655
|
+
const iconTooltipMargin = "_iconTooltipMargin_b1zhu_425";
|
|
24656
|
+
const bold = "_bold_b1zhu_428";
|
|
24657
|
+
const toggleNarrow = "_toggleNarrow_b1zhu_437";
|
|
24658
|
+
const drag = "_drag_b1zhu_455";
|
|
24659
|
+
const list$1 = "_list_b1zhu_475";
|
|
24660
|
+
const bordered$1 = "_bordered_b1zhu_479";
|
|
24661
|
+
const item$4 = "_item_b1zhu_398";
|
|
24662
|
+
const action = "_action_b1zhu_512";
|
|
24663
|
+
const active$3 = "_active_b1zhu_515";
|
|
24664
|
+
const disabled$5 = "_disabled_b1zhu_530";
|
|
24665
|
+
const label$6 = "_label_b1zhu_541";
|
|
24666
|
+
const details$2 = "_details_b1zhu_548";
|
|
24667
|
+
const metadata = "_metadata_b1zhu_549";
|
|
24668
|
+
const itemContent = "_itemContent_b1zhu_558";
|
|
24669
|
+
const indentIcon = "_indentIcon_b1zhu_562";
|
|
24670
|
+
const expandIcon = "_expandIcon_b1zhu_566";
|
|
24671
|
+
const expanded = "_expanded_b1zhu_572";
|
|
24672
|
+
const right$4 = "_right_b1zhu_575";
|
|
24673
|
+
const actions = "_actions_b1zhu_582";
|
|
24674
|
+
const scrollableList = "_scrollableList_b1zhu_587";
|
|
24675
|
+
const hideScrollbar = "_hideScrollbar_b1zhu_387";
|
|
24676
24676
|
const listStyles = {
|
|
24677
24677
|
inputInTable: inputInTable$7,
|
|
24678
24678
|
inputFocus: inputFocus$7,
|
|
@@ -24706,7 +24706,7 @@ const listStyles = {
|
|
|
24706
24706
|
expandIcon,
|
|
24707
24707
|
expanded,
|
|
24708
24708
|
right: right$4,
|
|
24709
|
-
actions
|
|
24709
|
+
actions,
|
|
24710
24710
|
scrollableList,
|
|
24711
24711
|
hideScrollbar
|
|
24712
24712
|
};
|
|
@@ -25268,13 +25268,13 @@ List.propTypes = {
|
|
|
25268
25268
|
}),
|
|
25269
25269
|
testId: propTypes$1.exports.string
|
|
25270
25270
|
};
|
|
25271
|
-
const loader = "
|
|
25272
|
-
const fullViewPortSize = "
|
|
25273
|
-
const cover = "
|
|
25274
|
-
const dimmer = "
|
|
25275
|
-
const content$2 = "
|
|
25276
|
-
const text = "
|
|
25277
|
-
const details$1 = "
|
|
25271
|
+
const loader = "_loader_1i73r_329";
|
|
25272
|
+
const fullViewPortSize = "_fullViewPortSize_1i73r_335";
|
|
25273
|
+
const cover = "_cover_1i73r_342";
|
|
25274
|
+
const dimmer = "_dimmer_1i73r_349";
|
|
25275
|
+
const content$2 = "_content_1i73r_372";
|
|
25276
|
+
const text = "_text_1i73r_377";
|
|
25277
|
+
const details$1 = "_details_1i73r_381";
|
|
25278
25278
|
const styles$q = {
|
|
25279
25279
|
loader,
|
|
25280
25280
|
fullViewPortSize,
|
|
@@ -25350,25 +25350,25 @@ Loader.propTypes = {
|
|
|
25350
25350
|
testId: propTypes$1.exports.string,
|
|
25351
25351
|
theme: propTypes$1.exports.string
|
|
25352
25352
|
};
|
|
25353
|
-
const inputInTable$6 = "
|
|
25354
|
-
const inputFocus$6 = "
|
|
25355
|
-
const inputError$6 = "
|
|
25356
|
-
const inputWarning$6 = "
|
|
25357
|
-
const inputDisabled$6 = "
|
|
25358
|
-
const hideScrollbars$6 = "
|
|
25359
|
-
const container$1 = "
|
|
25360
|
-
const block = "
|
|
25361
|
-
const info = "
|
|
25362
|
-
const success = "
|
|
25363
|
-
const warning$5 = "
|
|
25364
|
-
const error$4 = "
|
|
25365
|
-
const content$1 = "
|
|
25366
|
-
const heading$2 = "
|
|
25367
|
-
const icon$3 = "
|
|
25368
|
-
const dismiss$1 = "
|
|
25369
|
-
const absolute = "
|
|
25370
|
-
const legendToggle = "
|
|
25371
|
-
const detailsText = "
|
|
25353
|
+
const inputInTable$6 = "_inputInTable_d8pbh_329";
|
|
25354
|
+
const inputFocus$6 = "_inputFocus_d8pbh_345";
|
|
25355
|
+
const inputError$6 = "_inputError_d8pbh_350";
|
|
25356
|
+
const inputWarning$6 = "_inputWarning_d8pbh_351";
|
|
25357
|
+
const inputDisabled$6 = "_inputDisabled_d8pbh_382";
|
|
25358
|
+
const hideScrollbars$6 = "_hideScrollbars_d8pbh_387";
|
|
25359
|
+
const container$1 = "_container_d8pbh_403";
|
|
25360
|
+
const block = "_block_d8pbh_421";
|
|
25361
|
+
const info = "_info_d8pbh_424";
|
|
25362
|
+
const success = "_success_d8pbh_428";
|
|
25363
|
+
const warning$5 = "_warning_d8pbh_432";
|
|
25364
|
+
const error$4 = "_error_d8pbh_436";
|
|
25365
|
+
const content$1 = "_content_d8pbh_440";
|
|
25366
|
+
const heading$2 = "_heading_d8pbh_444";
|
|
25367
|
+
const icon$3 = "_icon_d8pbh_452";
|
|
25368
|
+
const dismiss$1 = "_dismiss_d8pbh_453";
|
|
25369
|
+
const absolute = "_absolute_d8pbh_466";
|
|
25370
|
+
const legendToggle = "_legendToggle_d8pbh_471";
|
|
25371
|
+
const detailsText = "_detailsText_d8pbh_487";
|
|
25372
25372
|
const styles$p = {
|
|
25373
25373
|
inputInTable: inputInTable$6,
|
|
25374
25374
|
inputFocus: inputFocus$6,
|
|
@@ -25539,10 +25539,10 @@ const Portal$1 = ({
|
|
|
25539
25539
|
Portal$1.propTypes = {
|
|
25540
25540
|
id: propTypes$1.exports.string.isRequired
|
|
25541
25541
|
};
|
|
25542
|
-
const wrapper$1 = "
|
|
25543
|
-
const contentContainer = "
|
|
25544
|
-
const centered = "
|
|
25545
|
-
const newLine = "
|
|
25542
|
+
const wrapper$1 = "_wrapper_1nvir_329";
|
|
25543
|
+
const contentContainer = "_contentContainer_1nvir_343";
|
|
25544
|
+
const centered = "_centered_1nvir_355";
|
|
25545
|
+
const newLine = "_newLine_1nvir_359";
|
|
25546
25546
|
const styles$o = {
|
|
25547
25547
|
wrapper: wrapper$1,
|
|
25548
25548
|
contentContainer,
|
|
@@ -25600,10 +25600,10 @@ Modal.propTypes = {
|
|
|
25600
25600
|
centered: propTypes$1.exports.bool,
|
|
25601
25601
|
width: propTypes$1.exports.string
|
|
25602
25602
|
};
|
|
25603
|
-
const menu$1 = "
|
|
25604
|
-
const header = "
|
|
25605
|
-
const item$3 = "
|
|
25606
|
-
const heading$1 = "
|
|
25603
|
+
const menu$1 = "_menu_10aw9_329";
|
|
25604
|
+
const header = "_header_10aw9_338";
|
|
25605
|
+
const item$3 = "_item_10aw9_354";
|
|
25606
|
+
const heading$1 = "_heading_10aw9_359";
|
|
25607
25607
|
const styles$n = {
|
|
25608
25608
|
menu: menu$1,
|
|
25609
25609
|
header,
|
|
@@ -25744,8 +25744,8 @@ OptionDropdown.propTypes = {
|
|
|
25744
25744
|
onChange: propTypes$1.exports.func.isRequired,
|
|
25745
25745
|
showHeader: propTypes$1.exports.bool
|
|
25746
25746
|
};
|
|
25747
|
-
const page = "
|
|
25748
|
-
const scroll2 = "
|
|
25747
|
+
const page = "_page_1tpk9_329";
|
|
25748
|
+
const scroll2 = "_scroll_1tpk9_351";
|
|
25749
25749
|
const styles$m = {
|
|
25750
25750
|
page,
|
|
25751
25751
|
scroll: scroll2
|
|
@@ -25782,23 +25782,23 @@ Page.propTypes = {
|
|
|
25782
25782
|
scroll: propTypes$1.exports.bool,
|
|
25783
25783
|
top: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string])
|
|
25784
25784
|
};
|
|
25785
|
-
const inputInTable$5 = "
|
|
25786
|
-
const inputFocus$5 = "
|
|
25787
|
-
const inputError$5 = "
|
|
25788
|
-
const inputWarning$5 = "
|
|
25789
|
-
const inputDisabled$5 = "
|
|
25790
|
-
const hideScrollbars$5 = "
|
|
25791
|
-
const select = "
|
|
25792
|
-
const isInTable$2 = "
|
|
25793
|
-
const unSelected = "
|
|
25794
|
-
const error$3 = "
|
|
25795
|
-
const warning$4 = "
|
|
25796
|
-
const small$
|
|
25797
|
-
const right$3 = "
|
|
25798
|
-
const groupOrderFirst$1 = "
|
|
25799
|
-
const input$1 = "
|
|
25800
|
-
const groupOrderMiddle$1 = "
|
|
25801
|
-
const groupOrderLast$1 = "
|
|
25785
|
+
const inputInTable$5 = "_inputInTable_1sg2p_329";
|
|
25786
|
+
const inputFocus$5 = "_inputFocus_1sg2p_345";
|
|
25787
|
+
const inputError$5 = "_inputError_1sg2p_350";
|
|
25788
|
+
const inputWarning$5 = "_inputWarning_1sg2p_351";
|
|
25789
|
+
const inputDisabled$5 = "_inputDisabled_1sg2p_382";
|
|
25790
|
+
const hideScrollbars$5 = "_hideScrollbars_1sg2p_387";
|
|
25791
|
+
const select = "_select_1sg2p_397";
|
|
25792
|
+
const isInTable$2 = "_isInTable_1sg2p_433";
|
|
25793
|
+
const unSelected = "_unSelected_1sg2p_449";
|
|
25794
|
+
const error$3 = "_error_1sg2p_456";
|
|
25795
|
+
const warning$4 = "_warning_1sg2p_471";
|
|
25796
|
+
const small$6 = "_small_1sg2p_486";
|
|
25797
|
+
const right$3 = "_right_1sg2p_493";
|
|
25798
|
+
const groupOrderFirst$1 = "_groupOrderFirst_1sg2p_503";
|
|
25799
|
+
const input$1 = "_input_1sg2p_329";
|
|
25800
|
+
const groupOrderMiddle$1 = "_groupOrderMiddle_1sg2p_504";
|
|
25801
|
+
const groupOrderLast$1 = "_groupOrderLast_1sg2p_505";
|
|
25802
25802
|
const styles$l = {
|
|
25803
25803
|
inputInTable: inputInTable$5,
|
|
25804
25804
|
inputFocus: inputFocus$5,
|
|
@@ -25811,7 +25811,7 @@ const styles$l = {
|
|
|
25811
25811
|
unSelected,
|
|
25812
25812
|
error: error$3,
|
|
25813
25813
|
warning: warning$4,
|
|
25814
|
-
small: small$
|
|
25814
|
+
small: small$6,
|
|
25815
25815
|
right: right$3,
|
|
25816
25816
|
groupOrderFirst: groupOrderFirst$1,
|
|
25817
25817
|
input: input$1,
|
|
@@ -26163,6 +26163,18 @@ const useFocus = () => {
|
|
|
26163
26163
|
};
|
|
26164
26164
|
return [ref2, setFocus];
|
|
26165
26165
|
};
|
|
26166
|
+
const useFontsReady = () => {
|
|
26167
|
+
const [isFontLoaded, setFontLoaded] = useState(false);
|
|
26168
|
+
useEffect(() => {
|
|
26169
|
+
const fontIsReady = async () => {
|
|
26170
|
+
if (!document.fonts)
|
|
26171
|
+
return;
|
|
26172
|
+
await document.fonts.ready.then(() => setFontLoaded(true));
|
|
26173
|
+
};
|
|
26174
|
+
fontIsReady();
|
|
26175
|
+
}, []);
|
|
26176
|
+
return isFontLoaded;
|
|
26177
|
+
};
|
|
26166
26178
|
const getWidth = () => window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
|
|
26167
26179
|
const useWindowWidth = () => {
|
|
26168
26180
|
let [width, setWidth] = useState(getWidth());
|
|
@@ -26685,26 +26697,27 @@ var FixedSizeList = /* @__PURE__ */ createListComponent({
|
|
|
26685
26697
|
}
|
|
26686
26698
|
}
|
|
26687
26699
|
});
|
|
26688
|
-
const layerContainer = "
|
|
26689
|
-
const layer = "
|
|
26690
|
-
const
|
|
26691
|
-
const
|
|
26692
|
-
const option = "
|
|
26693
|
-
const
|
|
26694
|
-
const
|
|
26695
|
-
const
|
|
26696
|
-
const
|
|
26697
|
-
const
|
|
26698
|
-
const
|
|
26699
|
-
const
|
|
26700
|
-
const
|
|
26701
|
-
const
|
|
26700
|
+
const layerContainer = "_layerContainer_uzpyq_329";
|
|
26701
|
+
const layer = "_layer_uzpyq_329";
|
|
26702
|
+
const small$5 = "_small_uzpyq_351";
|
|
26703
|
+
const heading = "_heading_uzpyq_354";
|
|
26704
|
+
const option = "_option_uzpyq_355";
|
|
26705
|
+
const message = "_message_uzpyq_356";
|
|
26706
|
+
const focused = "_focused_uzpyq_389";
|
|
26707
|
+
const disabled$4 = "_disabled_uzpyq_394";
|
|
26708
|
+
const selected = "_selected_uzpyq_398";
|
|
26709
|
+
const check = "_check_uzpyq_404";
|
|
26710
|
+
const optionContent = "_optionContent_uzpyq_418";
|
|
26711
|
+
const label$5 = "_label_uzpyq_423";
|
|
26712
|
+
const icon$2 = "_icon_uzpyq_430";
|
|
26713
|
+
const details = "_details_uzpyq_434";
|
|
26702
26714
|
const styles$k = {
|
|
26703
26715
|
layerContainer,
|
|
26704
26716
|
layer,
|
|
26717
|
+
small: small$5,
|
|
26705
26718
|
heading,
|
|
26706
|
-
message,
|
|
26707
26719
|
option,
|
|
26720
|
+
message,
|
|
26708
26721
|
focused,
|
|
26709
26722
|
disabled: disabled$4,
|
|
26710
26723
|
selected,
|
|
@@ -26712,8 +26725,7 @@ const styles$k = {
|
|
|
26712
26725
|
optionContent,
|
|
26713
26726
|
label: label$5,
|
|
26714
26727
|
icon: icon$2,
|
|
26715
|
-
details
|
|
26716
|
-
actions
|
|
26728
|
+
details
|
|
26717
26729
|
};
|
|
26718
26730
|
const Heading = ({
|
|
26719
26731
|
label: label2
|
|
@@ -26764,10 +26776,10 @@ const Option = ({
|
|
|
26764
26776
|
closeLayer,
|
|
26765
26777
|
right: true
|
|
26766
26778
|
})
|
|
26767
|
-
}),
|
|
26779
|
+
}), /* @__PURE__ */ jsx("span", {
|
|
26768
26780
|
className: styles$k.check,
|
|
26769
|
-
children: /* @__PURE__ */ jsx(FaCheck, {})
|
|
26770
|
-
})
|
|
26781
|
+
children: selected2 ? /* @__PURE__ */ jsx(FaCheck, {}) : null
|
|
26782
|
+
})]
|
|
26771
26783
|
});
|
|
26772
26784
|
};
|
|
26773
26785
|
const Section = ({
|
|
@@ -26807,6 +26819,7 @@ const Layer = ({
|
|
|
26807
26819
|
onSelectOption,
|
|
26808
26820
|
focusedOptionIndex,
|
|
26809
26821
|
width,
|
|
26822
|
+
small: small2,
|
|
26810
26823
|
firstSelectedOptionIndex,
|
|
26811
26824
|
closeLayer,
|
|
26812
26825
|
testId
|
|
@@ -26816,10 +26829,10 @@ const Layer = ({
|
|
|
26816
26829
|
listRef.current.scrollToItem(firstSelectedOptionIndex, "start");
|
|
26817
26830
|
}
|
|
26818
26831
|
}, []);
|
|
26819
|
-
const optionHeight = 38;
|
|
26832
|
+
const optionHeight = small2 ? 24 : 38;
|
|
26820
26833
|
return /* @__PURE__ */ jsx("div", {
|
|
26821
26834
|
"data-testid": testId,
|
|
26822
|
-
className: cx(styles$k.layer),
|
|
26835
|
+
className: cx(styles$k.layer, small2 && styles$k.small),
|
|
26823
26836
|
children: !sections.length ? /* @__PURE__ */ jsx("ul", {
|
|
26824
26837
|
children: /* @__PURE__ */ jsx("li", {
|
|
26825
26838
|
children: /* @__PURE__ */ jsx("div", {
|
|
@@ -26854,38 +26867,38 @@ const Layer = ({
|
|
|
26854
26867
|
})
|
|
26855
26868
|
});
|
|
26856
26869
|
};
|
|
26857
|
-
const inputInTable$4 = "
|
|
26858
|
-
const inputFocus$4 = "
|
|
26859
|
-
const inputError$4 = "
|
|
26860
|
-
const inputWarning$4 = "
|
|
26861
|
-
const inputDisabled$4 = "
|
|
26862
|
-
const hideScrollbars$4 = "
|
|
26863
|
-
const trigger = "
|
|
26864
|
-
const isInTable$1 = "
|
|
26865
|
-
const input = "
|
|
26866
|
-
const isOpen = "
|
|
26867
|
-
const error$2 = "
|
|
26868
|
-
const warning$3 = "
|
|
26869
|
-
const disabled$3 = "
|
|
26870
|
-
const iconOpen = "
|
|
26871
|
-
const icons = "
|
|
26872
|
-
const clearAll = "
|
|
26873
|
-
const
|
|
26874
|
-
const
|
|
26875
|
-
const
|
|
26876
|
-
const
|
|
26877
|
-
const
|
|
26878
|
-
const
|
|
26879
|
-
const multiOption = "
|
|
26880
|
-
const label$4 = "
|
|
26881
|
-
const closeMultiOption = "
|
|
26882
|
-
const selectedSingleValue = "
|
|
26883
|
-
const placeHolder = "
|
|
26884
|
-
const searchable = "
|
|
26885
|
-
const groupOrderFirst = "
|
|
26886
|
-
const groupOrderMiddle = "
|
|
26887
|
-
const groupOrderLast = "
|
|
26888
|
-
const detailedLabel = "
|
|
26870
|
+
const inputInTable$4 = "_inputInTable_jptum_329";
|
|
26871
|
+
const inputFocus$4 = "_inputFocus_jptum_345";
|
|
26872
|
+
const inputError$4 = "_inputError_jptum_350";
|
|
26873
|
+
const inputWarning$4 = "_inputWarning_jptum_351";
|
|
26874
|
+
const inputDisabled$4 = "_inputDisabled_jptum_382";
|
|
26875
|
+
const hideScrollbars$4 = "_hideScrollbars_jptum_387";
|
|
26876
|
+
const trigger = "_trigger_jptum_397";
|
|
26877
|
+
const isInTable$1 = "_isInTable_jptum_412";
|
|
26878
|
+
const input = "_input_jptum_329";
|
|
26879
|
+
const isOpen = "_isOpen_jptum_431";
|
|
26880
|
+
const error$2 = "_error_jptum_447";
|
|
26881
|
+
const warning$3 = "_warning_jptum_462";
|
|
26882
|
+
const disabled$3 = "_disabled_jptum_477";
|
|
26883
|
+
const iconOpen = "_iconOpen_jptum_482";
|
|
26884
|
+
const icons = "_icons_jptum_485";
|
|
26885
|
+
const clearAll = "_clearAll_jptum_494";
|
|
26886
|
+
const small$4 = "_small_jptum_503";
|
|
26887
|
+
const focus = "_focus_jptum_512";
|
|
26888
|
+
const triggerInputContainer = "_triggerInputContainer_jptum_526";
|
|
26889
|
+
const right$2 = "_right_jptum_535";
|
|
26890
|
+
const multiOptions = "_multiOptions_jptum_548";
|
|
26891
|
+
const multiOptionWrapper = "_multiOptionWrapper_jptum_557";
|
|
26892
|
+
const multiOption = "_multiOption_jptum_548";
|
|
26893
|
+
const label$4 = "_label_jptum_584";
|
|
26894
|
+
const closeMultiOption = "_closeMultiOption_jptum_590";
|
|
26895
|
+
const selectedSingleValue = "_selectedSingleValue_jptum_605";
|
|
26896
|
+
const placeHolder = "_placeHolder_jptum_606";
|
|
26897
|
+
const searchable = "_searchable_jptum_615";
|
|
26898
|
+
const groupOrderFirst = "_groupOrderFirst_jptum_657";
|
|
26899
|
+
const groupOrderMiddle = "_groupOrderMiddle_jptum_658";
|
|
26900
|
+
const groupOrderLast = "_groupOrderLast_jptum_659";
|
|
26901
|
+
const detailedLabel = "_detailedLabel_jptum_676";
|
|
26889
26902
|
const styles$j = {
|
|
26890
26903
|
inputInTable: inputInTable$4,
|
|
26891
26904
|
inputFocus: inputFocus$4,
|
|
@@ -26903,12 +26916,12 @@ const styles$j = {
|
|
|
26903
26916
|
iconOpen,
|
|
26904
26917
|
icons,
|
|
26905
26918
|
clearAll,
|
|
26919
|
+
small: small$4,
|
|
26906
26920
|
focus,
|
|
26907
26921
|
triggerInputContainer,
|
|
26908
26922
|
right: right$2,
|
|
26909
26923
|
multiOptions,
|
|
26910
26924
|
multiOptionWrapper,
|
|
26911
|
-
small: small$4,
|
|
26912
26925
|
multiOption,
|
|
26913
26926
|
label: label$4,
|
|
26914
26927
|
closeMultiOption,
|
|
@@ -27274,6 +27287,7 @@ const CustomSelect = ({
|
|
|
27274
27287
|
const createAble = onCreate !== null;
|
|
27275
27288
|
const listRef = useRef(null);
|
|
27276
27289
|
const [triggerRef, setTriggerFocus] = useFocus();
|
|
27290
|
+
const isFontLoaded = useFontsReady();
|
|
27277
27291
|
const [state, dispatch] = useReducer(reducer, {
|
|
27278
27292
|
options,
|
|
27279
27293
|
firstSelectedOptionIndex
|
|
@@ -27330,20 +27344,33 @@ const CustomSelect = ({
|
|
|
27330
27344
|
setTriggerFocus();
|
|
27331
27345
|
}
|
|
27332
27346
|
};
|
|
27333
|
-
const
|
|
27334
|
-
|
|
27335
|
-
|
|
27336
|
-
|
|
27337
|
-
|
|
27338
|
-
|
|
27339
|
-
|
|
27340
|
-
|
|
27341
|
-
|
|
27342
|
-
|
|
27343
|
-
|
|
27344
|
-
|
|
27345
|
-
|
|
27346
|
-
|
|
27347
|
+
const getWidestOptionWidth = useCallback$1(() => {
|
|
27348
|
+
const fontSize = small2 ? "12px" : "14px";
|
|
27349
|
+
const fontFamily = isFontLoaded ? "Lato" : "sans-serif";
|
|
27350
|
+
const font = `${fontSize} ${fontFamily}`;
|
|
27351
|
+
const widestTextWidth = Math.ceil(options.reduce((acc, option2) => {
|
|
27352
|
+
var _a, _b;
|
|
27353
|
+
const optionActionsWidth = ((_b = (_a = option2 == null ? void 0 : option2.actions) == null ? void 0 : _a.length) != null ? _b : 0) * 24;
|
|
27354
|
+
const optionIconWidth = option2.icon ? (small2 ? 12 : 14) + 7 : 0;
|
|
27355
|
+
const optionsText = `${option2.label} ${option2.details || ""}`;
|
|
27356
|
+
const optionWidth = getTextWidth(optionsText, font) + optionActionsWidth + optionIconWidth;
|
|
27357
|
+
acc = optionWidth > acc ? optionWidth : acc;
|
|
27358
|
+
return acc;
|
|
27359
|
+
}, getTextWidth(placeholder3, font)));
|
|
27360
|
+
const extraWidth = (small2 ? 7 : 14) + (small2 ? 24 : 38) + 17 + (isMulti2 ? 16 : 0);
|
|
27361
|
+
return widestTextWidth + extraWidth;
|
|
27362
|
+
}, [options, isFontLoaded]);
|
|
27363
|
+
const getTriggerWidth = () => {
|
|
27364
|
+
if (width !== "auto")
|
|
27365
|
+
return width;
|
|
27366
|
+
return getWidestOptionWidth();
|
|
27367
|
+
};
|
|
27368
|
+
const getLayerWidth = (triggerBounds2) => {
|
|
27369
|
+
if (!autoLayerWidth)
|
|
27370
|
+
return triggerBounds2.width;
|
|
27371
|
+
const layerWidth = Math.max(getWidestOptionWidth(), triggerBounds2.width);
|
|
27372
|
+
return layerWidth;
|
|
27373
|
+
};
|
|
27347
27374
|
const {
|
|
27348
27375
|
renderLayer,
|
|
27349
27376
|
layerProps,
|
|
@@ -27480,7 +27507,7 @@ const CustomSelect = ({
|
|
|
27480
27507
|
isOpen: state.isLayerOpen,
|
|
27481
27508
|
focusedSelectedOptionIndex: state.triggerFocus.currentOption,
|
|
27482
27509
|
clearAllIsFocused,
|
|
27483
|
-
width:
|
|
27510
|
+
width: getTriggerWidth(),
|
|
27484
27511
|
searchable: searchable2,
|
|
27485
27512
|
triggerRef: mergeRefs(triggerRef, triggerProps.ref),
|
|
27486
27513
|
error: error2,
|
|
@@ -27515,7 +27542,8 @@ const CustomSelect = ({
|
|
|
27515
27542
|
},
|
|
27516
27543
|
closeLayer: closeOnOptionActionClick ? closeLayer : null,
|
|
27517
27544
|
triggerRect: triggerBounds,
|
|
27518
|
-
width:
|
|
27545
|
+
width: getLayerWidth(triggerBounds),
|
|
27546
|
+
small: small2,
|
|
27519
27547
|
focusedOptionIndex: state.layerFocus.current,
|
|
27520
27548
|
firstSelectedOptionIndex,
|
|
27521
27549
|
testId: testId && `${testId}-layer`
|
|
@@ -27968,9 +27996,9 @@ const paginationShape = propTypes$1.exports.shape({
|
|
|
27968
27996
|
Pagination.propTypes = {
|
|
27969
27997
|
pagination: paginationShape.isRequired
|
|
27970
27998
|
};
|
|
27971
|
-
const toggleBox = "
|
|
27972
|
-
const fullWidthStyleFix = "
|
|
27973
|
-
const dismiss = "
|
|
27999
|
+
const toggleBox = "_toggleBox_skr2d_329";
|
|
28000
|
+
const fullWidthStyleFix = "_fullWidthStyleFix_skr2d_336";
|
|
28001
|
+
const dismiss = "_dismiss_skr2d_341";
|
|
27974
28002
|
const styles$h = {
|
|
27975
28003
|
toggleBox,
|
|
27976
28004
|
fullWidthStyleFix,
|
|
@@ -28172,14 +28200,14 @@ ProgressBar$1.propTypes = {
|
|
|
28172
28200
|
showProgressColors: propTypes$1.exports.bool,
|
|
28173
28201
|
noLabel: propTypes$1.exports.bool
|
|
28174
28202
|
};
|
|
28175
|
-
const wrapper = "
|
|
28176
|
-
const inline = "
|
|
28177
|
-
const radio = "
|
|
28178
|
-
const labelMargin = "
|
|
28179
|
-
const small$3 = "
|
|
28180
|
-
const noMargin$1 = "
|
|
28181
|
-
const disabled$2 = "
|
|
28182
|
-
const isInTable = "
|
|
28203
|
+
const wrapper = "_wrapper_9405w_329";
|
|
28204
|
+
const inline = "_inline_9405w_329";
|
|
28205
|
+
const radio = "_radio_9405w_333";
|
|
28206
|
+
const labelMargin = "_labelMargin_9405w_336";
|
|
28207
|
+
const small$3 = "_small_9405w_352";
|
|
28208
|
+
const noMargin$1 = "_noMargin_9405w_356";
|
|
28209
|
+
const disabled$2 = "_disabled_9405w_415";
|
|
28210
|
+
const isInTable = "_isInTable_9405w_431";
|
|
28183
28211
|
const styles$e = {
|
|
28184
28212
|
wrapper,
|
|
28185
28213
|
inline,
|
|
@@ -28323,7 +28351,7 @@ RadioButton.propTypes = propTypes$1.exports.oneOfType([
|
|
|
28323
28351
|
propTypes$1.exports.shape(RadioButtonShape),
|
|
28324
28352
|
propTypes$1.exports.shape(RadioButtonShapeDeprecated)
|
|
28325
28353
|
]).isRequired;
|
|
28326
|
-
const row = "
|
|
28354
|
+
const row = "_row_1vsni_329";
|
|
28327
28355
|
const styles$d = {
|
|
28328
28356
|
row
|
|
28329
28357
|
};
|
|
@@ -28476,23 +28504,23 @@ var reactFastCompare = function isEqual3(a, b2) {
|
|
|
28476
28504
|
throw error2;
|
|
28477
28505
|
}
|
|
28478
28506
|
};
|
|
28479
|
-
const inputInTable$3 = "
|
|
28480
|
-
const inputFocus$3 = "
|
|
28481
|
-
const inputError$3 = "
|
|
28482
|
-
const inputWarning$3 = "
|
|
28483
|
-
const inputDisabled$3 = "
|
|
28484
|
-
const hideScrollbars$3 = "
|
|
28485
|
-
const sidebar = "
|
|
28486
|
-
const inner = "
|
|
28487
|
-
const title$3 = "
|
|
28488
|
-
const subtitle = "
|
|
28489
|
-
const label$2 = "
|
|
28490
|
-
const collapsed = "
|
|
28491
|
-
const list = "
|
|
28492
|
-
const item$2 = "
|
|
28493
|
-
const active$2 = "
|
|
28494
|
-
const experimental = "
|
|
28495
|
-
const icon$1 = "
|
|
28507
|
+
const inputInTable$3 = "_inputInTable_1mx1k_329";
|
|
28508
|
+
const inputFocus$3 = "_inputFocus_1mx1k_345";
|
|
28509
|
+
const inputError$3 = "_inputError_1mx1k_350";
|
|
28510
|
+
const inputWarning$3 = "_inputWarning_1mx1k_351";
|
|
28511
|
+
const inputDisabled$3 = "_inputDisabled_1mx1k_382";
|
|
28512
|
+
const hideScrollbars$3 = "_hideScrollbars_1mx1k_387";
|
|
28513
|
+
const sidebar = "_sidebar_1mx1k_400";
|
|
28514
|
+
const inner = "_inner_1mx1k_410";
|
|
28515
|
+
const title$3 = "_title_1mx1k_421";
|
|
28516
|
+
const subtitle = "_subtitle_1mx1k_422";
|
|
28517
|
+
const label$2 = "_label_1mx1k_423";
|
|
28518
|
+
const collapsed = "_collapsed_1mx1k_427";
|
|
28519
|
+
const list = "_list_1mx1k_450";
|
|
28520
|
+
const item$2 = "_item_1mx1k_456";
|
|
28521
|
+
const active$2 = "_active_1mx1k_477";
|
|
28522
|
+
const experimental = "_experimental_1mx1k_481";
|
|
28523
|
+
const icon$1 = "_icon_1mx1k_484";
|
|
28496
28524
|
const styles$c = {
|
|
28497
28525
|
inputInTable: inputInTable$3,
|
|
28498
28526
|
inputFocus: inputFocus$3,
|
|
@@ -34572,13 +34600,13 @@ const SliderTooltip = ({
|
|
|
34572
34600
|
});
|
|
34573
34601
|
};
|
|
34574
34602
|
const rcSlider = "";
|
|
34575
|
-
const container = "
|
|
34576
|
-
const small$2 = "
|
|
34577
|
-
const hasMarks = "
|
|
34578
|
-
const vertical = "
|
|
34579
|
-
const hasArrows = "
|
|
34580
|
-
const button$1 = "
|
|
34581
|
-
const label$1 = "
|
|
34603
|
+
const container = "_container_qrqjq_329";
|
|
34604
|
+
const small$2 = "_small_qrqjq_335";
|
|
34605
|
+
const hasMarks = "_hasMarks_qrqjq_338";
|
|
34606
|
+
const vertical = "_vertical_qrqjq_341";
|
|
34607
|
+
const hasArrows = "_hasArrows_qrqjq_345";
|
|
34608
|
+
const button$1 = "_button_qrqjq_349";
|
|
34609
|
+
const label$1 = "_label_qrqjq_352";
|
|
34582
34610
|
const styles$b = {
|
|
34583
34611
|
container,
|
|
34584
34612
|
small: small$2,
|
|
@@ -34784,22 +34812,22 @@ Spacer.propTypes = {
|
|
|
34784
34812
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
34785
34813
|
flex: propTypes$1.exports.bool
|
|
34786
34814
|
};
|
|
34787
|
-
const inputInTable$2 = "
|
|
34788
|
-
const inputFocus$2 = "
|
|
34789
|
-
const inputError$2 = "
|
|
34790
|
-
const inputWarning$2 = "
|
|
34791
|
-
const inputDisabled$2 = "
|
|
34792
|
-
const hideScrollbars$2 = "
|
|
34793
|
-
const cellWrapperPadding$3 = "
|
|
34794
|
-
const flexBlock$3 = "
|
|
34795
|
-
const scrollWrapper = "
|
|
34796
|
-
const bordered = "
|
|
34797
|
-
const maxHeight = "
|
|
34798
|
-
const table = "
|
|
34799
|
-
const cellWrapper$3 = "
|
|
34800
|
-
const title$2 = "
|
|
34801
|
-
const footer$1 = "
|
|
34802
|
-
const striped = "
|
|
34815
|
+
const inputInTable$2 = "_inputInTable_x12kw_329";
|
|
34816
|
+
const inputFocus$2 = "_inputFocus_x12kw_345";
|
|
34817
|
+
const inputError$2 = "_inputError_x12kw_350";
|
|
34818
|
+
const inputWarning$2 = "_inputWarning_x12kw_351";
|
|
34819
|
+
const inputDisabled$2 = "_inputDisabled_x12kw_382";
|
|
34820
|
+
const hideScrollbars$2 = "_hideScrollbars_x12kw_387";
|
|
34821
|
+
const cellWrapperPadding$3 = "_cellWrapperPadding_x12kw_397";
|
|
34822
|
+
const flexBlock$3 = "_flexBlock_x12kw_400";
|
|
34823
|
+
const scrollWrapper = "_scrollWrapper_x12kw_413";
|
|
34824
|
+
const bordered = "_bordered_x12kw_413";
|
|
34825
|
+
const maxHeight = "_maxHeight_x12kw_417";
|
|
34826
|
+
const table = "_table_x12kw_426";
|
|
34827
|
+
const cellWrapper$3 = "_cellWrapper_x12kw_397";
|
|
34828
|
+
const title$2 = "_title_x12kw_508";
|
|
34829
|
+
const footer$1 = "_footer_x12kw_509";
|
|
34830
|
+
const striped = "_striped_x12kw_514";
|
|
34803
34831
|
const styles$a = {
|
|
34804
34832
|
inputInTable: inputInTable$2,
|
|
34805
34833
|
inputFocus: inputFocus$2,
|
|
@@ -34818,10 +34846,10 @@ const styles$a = {
|
|
|
34818
34846
|
footer: footer$1,
|
|
34819
34847
|
striped
|
|
34820
34848
|
};
|
|
34821
|
-
const cellWrapperPadding$2 = "
|
|
34822
|
-
const flexBlock$2 = "
|
|
34823
|
-
const cellWrapper$2 = "
|
|
34824
|
-
const title$1 = "
|
|
34849
|
+
const cellWrapperPadding$2 = "_cellWrapperPadding_c4wz5_329";
|
|
34850
|
+
const flexBlock$2 = "_flexBlock_c4wz5_332";
|
|
34851
|
+
const cellWrapper$2 = "_cellWrapper_c4wz5_329";
|
|
34852
|
+
const title$1 = "_title_c4wz5_340";
|
|
34825
34853
|
const styles$9 = {
|
|
34826
34854
|
cellWrapperPadding: cellWrapperPadding$2,
|
|
34827
34855
|
flexBlock: flexBlock$2,
|
|
@@ -34882,10 +34910,10 @@ Title$1.propTypes = {
|
|
|
34882
34910
|
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
34883
34911
|
testId: propTypes$1.exports.string
|
|
34884
34912
|
};
|
|
34885
|
-
const cellWrapperPadding$1 = "
|
|
34886
|
-
const flexBlock$1 = "
|
|
34887
|
-
const cellWrapper$1 = "
|
|
34888
|
-
const footer = "
|
|
34913
|
+
const cellWrapperPadding$1 = "_cellWrapperPadding_zagix_329";
|
|
34914
|
+
const flexBlock$1 = "_flexBlock_zagix_332";
|
|
34915
|
+
const cellWrapper$1 = "_cellWrapper_zagix_329";
|
|
34916
|
+
const footer = "_footer_zagix_340";
|
|
34889
34917
|
const styles$8 = {
|
|
34890
34918
|
cellWrapperPadding: cellWrapperPadding$1,
|
|
34891
34919
|
flexBlock: flexBlock$1,
|
|
@@ -34958,38 +34986,38 @@ function CgSortAz(props) {
|
|
|
34958
34986
|
function CgSortZa(props) {
|
|
34959
34987
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none" }, "child": [{ "tag": "path", "attr": { "d": "M6 16C6 16.5523 6.44772 17 7 17H17C17.5523 17 18 16.5523 18 16C18 15.4477 17.5523 15 17 15H7C6.44772 15 6 15.4477 6 16Z", "fill": "currentColor" } }, { "tag": "path", "attr": { "d": "M8 12C8 12.5523 8.44772 13 9 13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H9C8.44772 11 8 11.4477 8 12Z", "fill": "currentColor" } }, { "tag": "path", "attr": { "d": "M11 9C10.4477 9 10 8.55229 10 8C10 7.44771 10.4477 7 11 7H13C13.5523 7 14 7.44771 14 8C14 8.55229 13.5523 9 13 9H11Z", "fill": "currentColor" } }] })(props);
|
|
34960
34988
|
}
|
|
34961
|
-
const inputInTable$1 = "
|
|
34962
|
-
const inputFocus$1 = "
|
|
34963
|
-
const inputError$1 = "
|
|
34964
|
-
const inputWarning$1 = "
|
|
34965
|
-
const inputDisabled$1 = "
|
|
34966
|
-
const hideScrollbars$1 = "
|
|
34967
|
-
const cellWrapperPadding = "
|
|
34968
|
-
const flexBlock = "
|
|
34969
|
-
const cellWrapper = "
|
|
34970
|
-
const disabledLink = "
|
|
34971
|
-
const inputWrapper = "
|
|
34972
|
-
const breakWord = "
|
|
34973
|
-
const inputCell = "
|
|
34974
|
-
const sliderCell = "
|
|
34975
|
-
const staticCell = "
|
|
34976
|
-
const staticCellContent = "
|
|
34977
|
-
const error$1 = "
|
|
34978
|
-
const warning$1 = "
|
|
34979
|
-
const unit = "
|
|
34980
|
-
const sortingCell = "
|
|
34981
|
-
const sortingCellIcon = "
|
|
34982
|
-
const icon = "
|
|
34983
|
-
const clickable = "
|
|
34984
|
-
const checkBoxCell = "
|
|
34985
|
-
const iconCell = "
|
|
34986
|
-
const iconWrapper = "
|
|
34987
|
-
const actionsCell = "
|
|
34988
|
-
const rightAligned = "
|
|
34989
|
-
const centerAligned = "
|
|
34990
|
-
const leftAligned = "
|
|
34991
|
-
const popover = "
|
|
34992
|
-
const disabledPointerEvents = "
|
|
34989
|
+
const inputInTable$1 = "_inputInTable_1us9t_329";
|
|
34990
|
+
const inputFocus$1 = "_inputFocus_1us9t_345";
|
|
34991
|
+
const inputError$1 = "_inputError_1us9t_350";
|
|
34992
|
+
const inputWarning$1 = "_inputWarning_1us9t_351";
|
|
34993
|
+
const inputDisabled$1 = "_inputDisabled_1us9t_382";
|
|
34994
|
+
const hideScrollbars$1 = "_hideScrollbars_1us9t_387";
|
|
34995
|
+
const cellWrapperPadding = "_cellWrapperPadding_1us9t_397";
|
|
34996
|
+
const flexBlock = "_flexBlock_1us9t_400";
|
|
34997
|
+
const cellWrapper = "_cellWrapper_1us9t_397";
|
|
34998
|
+
const disabledLink = "_disabledLink_1us9t_418";
|
|
34999
|
+
const inputWrapper = "_inputWrapper_1us9t_422";
|
|
35000
|
+
const breakWord = "_breakWord_1us9t_438";
|
|
35001
|
+
const inputCell = "_inputCell_1us9t_441";
|
|
35002
|
+
const sliderCell = "_sliderCell_1us9t_444";
|
|
35003
|
+
const staticCell = "_staticCell_1us9t_448";
|
|
35004
|
+
const staticCellContent = "_staticCellContent_1us9t_451";
|
|
35005
|
+
const error$1 = "_error_1us9t_458";
|
|
35006
|
+
const warning$1 = "_warning_1us9t_459";
|
|
35007
|
+
const unit = "_unit_1us9t_492";
|
|
35008
|
+
const sortingCell = "_sortingCell_1us9t_495";
|
|
35009
|
+
const sortingCellIcon = "_sortingCellIcon_1us9t_503";
|
|
35010
|
+
const icon = "_icon_1us9t_510";
|
|
35011
|
+
const clickable = "_clickable_1us9t_521";
|
|
35012
|
+
const checkBoxCell = "_checkBoxCell_1us9t_525";
|
|
35013
|
+
const iconCell = "_iconCell_1us9t_529";
|
|
35014
|
+
const iconWrapper = "_iconWrapper_1us9t_534";
|
|
35015
|
+
const actionsCell = "_actionsCell_1us9t_538";
|
|
35016
|
+
const rightAligned = "_rightAligned_1us9t_542";
|
|
35017
|
+
const centerAligned = "_centerAligned_1us9t_545";
|
|
35018
|
+
const leftAligned = "_leftAligned_1us9t_548";
|
|
35019
|
+
const popover = "_popover_1us9t_551";
|
|
35020
|
+
const disabledPointerEvents = "_disabledPointerEvents_1us9t_554";
|
|
34993
35021
|
const styles$7 = {
|
|
34994
35022
|
inputInTable: inputInTable$1,
|
|
34995
35023
|
inputFocus: inputFocus$1,
|
|
@@ -35582,13 +35610,13 @@ Cell.propTypes = {
|
|
|
35582
35610
|
cell: cellShape,
|
|
35583
35611
|
testId: propTypes$1.exports.string
|
|
35584
35612
|
};
|
|
35585
|
-
const clickableRow = "
|
|
35586
|
-
const hoverableRow = "
|
|
35587
|
-
const expandableRow = "
|
|
35588
|
-
const flush2 = "
|
|
35589
|
-
const rowActive = "
|
|
35590
|
-
const dragIconCell = "
|
|
35591
|
-
const dragIcon = "
|
|
35613
|
+
const clickableRow = "_clickableRow_15h4s_329";
|
|
35614
|
+
const hoverableRow = "_hoverableRow_15h4s_332";
|
|
35615
|
+
const expandableRow = "_expandableRow_15h4s_336";
|
|
35616
|
+
const flush2 = "_flush_15h4s_336";
|
|
35617
|
+
const rowActive = "_rowActive_15h4s_340";
|
|
35618
|
+
const dragIconCell = "_dragIconCell_15h4s_356";
|
|
35619
|
+
const dragIcon = "_dragIcon_15h4s_356";
|
|
35592
35620
|
const styles$6 = {
|
|
35593
35621
|
clickableRow,
|
|
35594
35622
|
hoverableRow,
|
|
@@ -36045,16 +36073,16 @@ Table.propTypes = {
|
|
|
36045
36073
|
}).isRequired,
|
|
36046
36074
|
onListReorder: propTypes$1.exports.func
|
|
36047
36075
|
};
|
|
36048
|
-
const tabs = "
|
|
36049
|
-
const padding = "
|
|
36050
|
-
const margin = "
|
|
36051
|
-
const contentPadding = "
|
|
36052
|
-
const item$1 = "
|
|
36053
|
-
const active$1 = "
|
|
36054
|
-
const hidden = "
|
|
36055
|
-
const disabled$1 = "
|
|
36056
|
-
const left$1 = "
|
|
36057
|
-
const right$1 = "
|
|
36076
|
+
const tabs = "_tabs_10e36_329";
|
|
36077
|
+
const padding = "_padding_10e36_335";
|
|
36078
|
+
const margin = "_margin_10e36_339";
|
|
36079
|
+
const contentPadding = "_contentPadding_10e36_342";
|
|
36080
|
+
const item$1 = "_item_10e36_345";
|
|
36081
|
+
const active$1 = "_active_10e36_374";
|
|
36082
|
+
const hidden = "_hidden_10e36_379";
|
|
36083
|
+
const disabled$1 = "_disabled_10e36_382";
|
|
36084
|
+
const left$1 = "_left_10e36_386";
|
|
36085
|
+
const right$1 = "_right_10e36_386";
|
|
36058
36086
|
const styles$5 = {
|
|
36059
36087
|
tabs,
|
|
36060
36088
|
padding,
|
|
@@ -36276,17 +36304,17 @@ TextLink.propTypes = {
|
|
|
36276
36304
|
target: propTypes$1.exports.string,
|
|
36277
36305
|
testId: propTypes$1.exports.string
|
|
36278
36306
|
};
|
|
36279
|
-
const inputInTable = "
|
|
36280
|
-
const inputFocus = "
|
|
36281
|
-
const inputError = "
|
|
36282
|
-
const inputWarning = "
|
|
36283
|
-
const inputDisabled = "
|
|
36284
|
-
const hideScrollbars = "
|
|
36285
|
-
const textarea = "
|
|
36286
|
-
const small$1 = "
|
|
36287
|
-
const error = "
|
|
36288
|
-
const warning = "
|
|
36289
|
-
const monospace = "
|
|
36307
|
+
const inputInTable = "_inputInTable_1xj0c_329";
|
|
36308
|
+
const inputFocus = "_inputFocus_1xj0c_345";
|
|
36309
|
+
const inputError = "_inputError_1xj0c_350";
|
|
36310
|
+
const inputWarning = "_inputWarning_1xj0c_351";
|
|
36311
|
+
const inputDisabled = "_inputDisabled_1xj0c_382";
|
|
36312
|
+
const hideScrollbars = "_hideScrollbars_1xj0c_387";
|
|
36313
|
+
const textarea = "_textarea_1xj0c_397";
|
|
36314
|
+
const small$1 = "_small_1xj0c_430";
|
|
36315
|
+
const error = "_error_1xj0c_436";
|
|
36316
|
+
const warning = "_warning_1xj0c_451";
|
|
36317
|
+
const monospace = "_monospace_1xj0c_466";
|
|
36290
36318
|
const styles$4 = {
|
|
36291
36319
|
inputInTable,
|
|
36292
36320
|
inputFocus,
|
|
@@ -37452,10 +37480,10 @@ const toast = ({
|
|
|
37452
37480
|
transition: Slide
|
|
37453
37481
|
});
|
|
37454
37482
|
};
|
|
37455
|
-
const toggle$1 = "
|
|
37456
|
-
const small = "
|
|
37457
|
-
const disabled = "
|
|
37458
|
-
const noMargin = "
|
|
37483
|
+
const toggle$1 = "_toggle_1k90z_337";
|
|
37484
|
+
const small = "_small_1k90z_350";
|
|
37485
|
+
const disabled = "_disabled_1k90z_423";
|
|
37486
|
+
const noMargin = "_noMargin_1k90z_434";
|
|
37459
37487
|
const styles$3 = {
|
|
37460
37488
|
toggle: toggle$1,
|
|
37461
37489
|
small,
|
|
@@ -37512,20 +37540,20 @@ Toggle.propTypes = {
|
|
|
37512
37540
|
noMargin: propTypes$1.exports.bool,
|
|
37513
37541
|
testId: propTypes$1.exports.string
|
|
37514
37542
|
};
|
|
37515
|
-
const topbar = "
|
|
37516
|
-
const fixed = "
|
|
37517
|
-
const title = "
|
|
37518
|
-
const label = "
|
|
37519
|
-
const brand = "
|
|
37520
|
-
const version = "
|
|
37521
|
-
const link = "
|
|
37522
|
-
const left = "
|
|
37523
|
-
const right = "
|
|
37524
|
-
const item = "
|
|
37525
|
-
const button = "
|
|
37526
|
-
const menu = "
|
|
37527
|
-
const active = "
|
|
37528
|
-
const alert = "
|
|
37543
|
+
const topbar = "_topbar_1hu2l_335";
|
|
37544
|
+
const fixed = "_fixed_1hu2l_346";
|
|
37545
|
+
const title = "_title_1hu2l_354";
|
|
37546
|
+
const label = "_label_1hu2l_370";
|
|
37547
|
+
const brand = "_brand_1hu2l_375";
|
|
37548
|
+
const version = "_version_1hu2l_381";
|
|
37549
|
+
const link = "_link_1hu2l_382";
|
|
37550
|
+
const left = "_left_1hu2l_393";
|
|
37551
|
+
const right = "_right_1hu2l_394";
|
|
37552
|
+
const item = "_item_1hu2l_405";
|
|
37553
|
+
const button = "_button_1hu2l_423";
|
|
37554
|
+
const menu = "_menu_1hu2l_424";
|
|
37555
|
+
const active = "_active_1hu2l_451";
|
|
37556
|
+
const alert = "_alert_1hu2l_478";
|
|
37529
37557
|
const styles$2 = {
|
|
37530
37558
|
topbar,
|
|
37531
37559
|
fixed,
|
|
@@ -43429,12 +43457,12 @@ function AiOutlineMinusSquare(props) {
|
|
|
43429
43457
|
function AiOutlinePlusSquare(props) {
|
|
43430
43458
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 1024 1024" }, "child": [{ "tag": "path", "attr": { "d": "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attr": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] })(props);
|
|
43431
43459
|
}
|
|
43432
|
-
const tree = "
|
|
43433
|
-
const toggle = "
|
|
43434
|
-
const dropTarget = "
|
|
43435
|
-
const draggingSource = "
|
|
43436
|
-
const placeholderContainer = "
|
|
43437
|
-
const placeholder2 = "
|
|
43460
|
+
const tree = "_tree_1hzfx_329";
|
|
43461
|
+
const toggle = "_toggle_1hzfx_332";
|
|
43462
|
+
const dropTarget = "_dropTarget_1hzfx_336";
|
|
43463
|
+
const draggingSource = "_draggingSource_1hzfx_339";
|
|
43464
|
+
const placeholderContainer = "_placeholderContainer_1hzfx_342";
|
|
43465
|
+
const placeholder2 = "_placeholder_1hzfx_342";
|
|
43438
43466
|
const styles = {
|
|
43439
43467
|
tree,
|
|
43440
43468
|
toggle,
|