@oliasoft-open-source/react-ui-library 3.10.0-beta-1 → 3.10.0-beta-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/global.css +1045 -939
- package/dist/index.js +511 -490
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2130,8 +2130,8 @@ function FaRegCircle(props) {
|
|
|
2130
2130
|
function FaRegCopy(props) {
|
|
2131
2131
|
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);
|
|
2132
2132
|
}
|
|
2133
|
-
const chevron = "
|
|
2134
|
-
const expanded$2 = "
|
|
2133
|
+
const chevron = "_chevron_1blrq_335";
|
|
2134
|
+
const expanded$2 = "_expanded_1blrq_341";
|
|
2135
2135
|
const styles$T = {
|
|
2136
2136
|
chevron,
|
|
2137
2137
|
expanded: expanded$2
|
|
@@ -2143,15 +2143,15 @@ const Chevron = ({ expanded: expanded2 }) => {
|
|
|
2143
2143
|
className: cx$2(styles$T.chevron)
|
|
2144
2144
|
});
|
|
2145
2145
|
};
|
|
2146
|
-
const accordion = "
|
|
2147
|
-
const accordionHeader = "
|
|
2148
|
-
const heading$6 = "
|
|
2149
|
-
const clickable$2 = "
|
|
2150
|
-
const bordered$4 = "
|
|
2151
|
-
const accordionContent = "
|
|
2152
|
-
const expanded$1 = "
|
|
2153
|
-
const padding$3 = "
|
|
2154
|
-
const squareBottom = "
|
|
2146
|
+
const accordion = "_accordion_1yewz_335";
|
|
2147
|
+
const accordionHeader = "_accordionHeader_1yewz_339";
|
|
2148
|
+
const heading$6 = "_heading_1yewz_343";
|
|
2149
|
+
const clickable$2 = "_clickable_1yewz_346";
|
|
2150
|
+
const bordered$4 = "_bordered_1yewz_352";
|
|
2151
|
+
const accordionContent = "_accordionContent_1yewz_352";
|
|
2152
|
+
const expanded$1 = "_expanded_1yewz_365";
|
|
2153
|
+
const padding$3 = "_padding_1yewz_374";
|
|
2154
|
+
const squareBottom = "_squareBottom_1yewz_377";
|
|
2155
2155
|
const styles$S = {
|
|
2156
2156
|
accordion,
|
|
2157
2157
|
accordionHeader,
|
|
@@ -2276,13 +2276,13 @@ Accordion.propTypes = {
|
|
|
2276
2276
|
squareBottom: propTypes$1.exports.bool,
|
|
2277
2277
|
testId: propTypes$1.exports.string
|
|
2278
2278
|
};
|
|
2279
|
-
const checkbox = "
|
|
2280
|
-
const noLabel = "
|
|
2281
|
-
const small$e = "
|
|
2282
|
-
const checkmark = "
|
|
2283
|
-
const disabled$a = "
|
|
2284
|
-
const noMargin$2 = "
|
|
2285
|
-
const isInTable$4 = "
|
|
2279
|
+
const checkbox = "_checkbox_19ok6_335";
|
|
2280
|
+
const noLabel = "_noLabel_19ok6_350";
|
|
2281
|
+
const small$e = "_small_19ok6_353";
|
|
2282
|
+
const checkmark = "_checkmark_19ok6_378";
|
|
2283
|
+
const disabled$a = "_disabled_19ok6_399";
|
|
2284
|
+
const noMargin$2 = "_noMargin_19ok6_413";
|
|
2285
|
+
const isInTable$4 = "_isInTable_19ok6_416";
|
|
2286
2286
|
const styles$R = {
|
|
2287
2287
|
checkbox,
|
|
2288
2288
|
noLabel,
|
|
@@ -4270,9 +4270,9 @@ function useHover(_temp) {
|
|
|
4270
4270
|
return onMouseLeave(null, true);
|
|
4271
4271
|
}];
|
|
4272
4272
|
}
|
|
4273
|
-
const tooltip = "
|
|
4274
|
-
const error$9 = "
|
|
4275
|
-
const warning$d = "
|
|
4273
|
+
const tooltip = "_tooltip_1jqh5_335";
|
|
4274
|
+
const error$9 = "_error_1jqh5_349";
|
|
4275
|
+
const warning$d = "_warning_1jqh5_353";
|
|
4276
4276
|
const styles$Q = {
|
|
4277
4277
|
tooltip,
|
|
4278
4278
|
error: error$9,
|
|
@@ -4598,10 +4598,10 @@ CheckBox.propTypes = {
|
|
|
4598
4598
|
helpText: propTypes$1.exports.string,
|
|
4599
4599
|
onClickHelp: propTypes$1.exports.func
|
|
4600
4600
|
};
|
|
4601
|
-
const bordered$3 = "
|
|
4602
|
-
const checkboxWrapper = "
|
|
4603
|
-
const padding$2 = "
|
|
4604
|
-
const contentWrapper = "
|
|
4601
|
+
const bordered$3 = "_bordered_1wn17_335";
|
|
4602
|
+
const checkboxWrapper = "_checkboxWrapper_1wn17_341";
|
|
4603
|
+
const padding$2 = "_padding_1wn17_347";
|
|
4604
|
+
const contentWrapper = "_contentWrapper_1wn17_350";
|
|
4605
4605
|
const styles$O = {
|
|
4606
4606
|
bordered: bordered$3,
|
|
4607
4607
|
checkboxWrapper,
|
|
@@ -10836,10 +10836,10 @@ const DeprecatedIcon = ({ icon: icon2 }) => {
|
|
|
10836
10836
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(FaRegCircle, {});
|
|
10837
10837
|
}
|
|
10838
10838
|
};
|
|
10839
|
-
const wrapper$4 = "
|
|
10840
|
-
const customSvg = "
|
|
10841
|
-
const customPng = "
|
|
10842
|
-
const clickable = "
|
|
10839
|
+
const wrapper$4 = "_wrapper_124bw_335";
|
|
10840
|
+
const customSvg = "_customSvg_124bw_342";
|
|
10841
|
+
const customPng = "_customPng_124bw_345";
|
|
10842
|
+
const clickable = "_clickable_124bw_350";
|
|
10843
10843
|
const styles$N = {
|
|
10844
10844
|
wrapper: wrapper$4,
|
|
10845
10845
|
customSvg,
|
|
@@ -10894,34 +10894,34 @@ Icon.propTypes = {
|
|
|
10894
10894
|
clickable: propTypes$1.exports.bool,
|
|
10895
10895
|
testId: propTypes$1.exports.string
|
|
10896
10896
|
};
|
|
10897
|
-
const wrapper$3 = "
|
|
10898
|
-
const layer$1 = "
|
|
10899
|
-
const layerContainer$1 = "
|
|
10900
|
-
const nested = "
|
|
10901
|
-
const fileInput$1 = "
|
|
10902
|
-
const trigger$2 = "
|
|
10903
|
-
const middleAlignedInline = "
|
|
10904
|
-
const heading$5 = "
|
|
10905
|
-
const headingIcon = "
|
|
10906
|
-
const option$1 = "
|
|
10907
|
-
const active$8 = "
|
|
10908
|
-
const selected$1 = "
|
|
10909
|
-
const optionContent$1 = "
|
|
10910
|
-
const inline$4 = "
|
|
10911
|
-
const icon$5 = "
|
|
10912
|
-
const check$1 = "
|
|
10913
|
-
const text$3 = "
|
|
10914
|
-
const label$a = "
|
|
10915
|
-
const description = "
|
|
10916
|
-
const arrow$1 = "
|
|
10917
|
-
const divider$1 = "
|
|
10918
|
-
const deprecatedSemanticIcon = "
|
|
10919
|
-
const disabled$9 = "
|
|
10920
|
-
const buttonLabel = "
|
|
10921
|
-
const buttonCaret = "
|
|
10922
|
-
const component = "
|
|
10923
|
-
const right$7 = "
|
|
10924
|
-
const actions$2 = "
|
|
10897
|
+
const wrapper$3 = "_wrapper_1fg45_335";
|
|
10898
|
+
const layer$1 = "_layer_1fg45_339";
|
|
10899
|
+
const layerContainer$1 = "_layerContainer_1fg45_342";
|
|
10900
|
+
const nested = "_nested_1fg45_357";
|
|
10901
|
+
const fileInput$1 = "_fileInput_1fg45_369";
|
|
10902
|
+
const trigger$2 = "_trigger_1fg45_375";
|
|
10903
|
+
const middleAlignedInline = "_middleAlignedInline_1fg45_384";
|
|
10904
|
+
const heading$5 = "_heading_1fg45_390";
|
|
10905
|
+
const headingIcon = "_headingIcon_1fg45_396";
|
|
10906
|
+
const option$1 = "_option_1fg45_408";
|
|
10907
|
+
const active$8 = "_active_1fg45_425";
|
|
10908
|
+
const selected$1 = "_selected_1fg45_430";
|
|
10909
|
+
const optionContent$1 = "_optionContent_1fg45_437";
|
|
10910
|
+
const inline$4 = "_inline_1fg45_442";
|
|
10911
|
+
const icon$5 = "_icon_1fg45_447";
|
|
10912
|
+
const check$1 = "_check_1fg45_448";
|
|
10913
|
+
const text$3 = "_text_1fg45_474";
|
|
10914
|
+
const label$a = "_label_1fg45_479";
|
|
10915
|
+
const description = "_description_1fg45_490";
|
|
10916
|
+
const arrow$1 = "_arrow_1fg45_494";
|
|
10917
|
+
const divider$1 = "_divider_1fg45_498";
|
|
10918
|
+
const deprecatedSemanticIcon = "_deprecatedSemanticIcon_1fg45_502";
|
|
10919
|
+
const disabled$9 = "_disabled_1fg45_506";
|
|
10920
|
+
const buttonLabel = "_buttonLabel_1fg45_511";
|
|
10921
|
+
const buttonCaret = "_buttonCaret_1fg45_518";
|
|
10922
|
+
const component = "_component_1fg45_521";
|
|
10923
|
+
const right$7 = "_right_1fg45_527";
|
|
10924
|
+
const actions$2 = "_actions_1fg45_532";
|
|
10925
10925
|
const styles$M = {
|
|
10926
10926
|
wrapper: wrapper$3,
|
|
10927
10927
|
layer: layer$1,
|
|
@@ -11172,14 +11172,14 @@ const placementOptions$1 = (placement, isNested = false) => ({
|
|
|
11172
11172
|
preferY: "bottom",
|
|
11173
11173
|
placement: placement || (isNested ? "right-start" : "bottom-start")
|
|
11174
11174
|
});
|
|
11175
|
-
const wrapper$2 = "
|
|
11176
|
-
const badge = "
|
|
11177
|
-
const label$9 = "
|
|
11178
|
-
const dark$1 = "
|
|
11179
|
-
const light = "
|
|
11180
|
-
const small$d = "
|
|
11181
|
-
const dot = "
|
|
11182
|
-
const hasChildren = "
|
|
11175
|
+
const wrapper$2 = "_wrapper_kb8eo_335";
|
|
11176
|
+
const badge = "_badge_kb8eo_339";
|
|
11177
|
+
const label$9 = "_label_kb8eo_344";
|
|
11178
|
+
const dark$1 = "_dark_kb8eo_356";
|
|
11179
|
+
const light = "_light_kb8eo_359";
|
|
11180
|
+
const small$d = "_small_kb8eo_362";
|
|
11181
|
+
const dot = "_dot_kb8eo_368";
|
|
11182
|
+
const hasChildren = "_hasChildren_kb8eo_373";
|
|
11183
11183
|
const styles$L = {
|
|
11184
11184
|
wrapper: wrapper$2,
|
|
11185
11185
|
badge,
|
|
@@ -11235,32 +11235,32 @@ Badge.propTypes = {
|
|
|
11235
11235
|
margin: propTypes$1.exports.string,
|
|
11236
11236
|
small: propTypes$1.exports.bool
|
|
11237
11237
|
};
|
|
11238
|
-
const inputInTable$b = "
|
|
11239
|
-
const inputHover$b = "
|
|
11240
|
-
const inputFocus$b = "
|
|
11241
|
-
const inputError$b = "
|
|
11242
|
-
const inputWarning$b = "
|
|
11243
|
-
const inputDisabled$b = "
|
|
11244
|
-
const hideScrollbars$b = "
|
|
11245
|
-
const button$3 = "
|
|
11246
|
-
const active$7 = "
|
|
11247
|
-
const green$1 = "
|
|
11248
|
-
const red$1 = "
|
|
11249
|
-
const orange$1 = "
|
|
11250
|
-
const icon$4 = "
|
|
11251
|
-
const iconOnly = "
|
|
11252
|
-
const basic = "
|
|
11253
|
-
const muted$2 = "
|
|
11254
|
-
const disabled$8 = "
|
|
11255
|
-
const small$c = "
|
|
11256
|
-
const pill = "
|
|
11257
|
-
const round = "
|
|
11258
|
-
const error$8 = "
|
|
11259
|
-
const warning$c = "
|
|
11260
|
-
const inverted$1 = "
|
|
11261
|
-
const groupOrderFirst$4 = "
|
|
11262
|
-
const groupOrderMiddle$4 = "
|
|
11263
|
-
const groupOrderLast$4 = "
|
|
11238
|
+
const inputInTable$b = "_inputInTable_1qpdm_335";
|
|
11239
|
+
const inputHover$b = "_inputHover_1qpdm_341";
|
|
11240
|
+
const inputFocus$b = "_inputFocus_1qpdm_346";
|
|
11241
|
+
const inputError$b = "_inputError_1qpdm_353";
|
|
11242
|
+
const inputWarning$b = "_inputWarning_1qpdm_354";
|
|
11243
|
+
const inputDisabled$b = "_inputDisabled_1qpdm_389";
|
|
11244
|
+
const hideScrollbars$b = "_hideScrollbars_1qpdm_394";
|
|
11245
|
+
const button$3 = "_button_1qpdm_438";
|
|
11246
|
+
const active$7 = "_active_1qpdm_475";
|
|
11247
|
+
const green$1 = "_green_1qpdm_475";
|
|
11248
|
+
const red$1 = "_red_1qpdm_475";
|
|
11249
|
+
const orange$1 = "_orange_1qpdm_475";
|
|
11250
|
+
const icon$4 = "_icon_1qpdm_487";
|
|
11251
|
+
const iconOnly = "_iconOnly_1qpdm_494";
|
|
11252
|
+
const basic = "_basic_1qpdm_504";
|
|
11253
|
+
const muted$2 = "_muted_1qpdm_510";
|
|
11254
|
+
const disabled$8 = "_disabled_1qpdm_523";
|
|
11255
|
+
const small$c = "_small_1qpdm_533";
|
|
11256
|
+
const pill = "_pill_1qpdm_538";
|
|
11257
|
+
const round = "_round_1qpdm_539";
|
|
11258
|
+
const error$8 = "_error_1qpdm_616";
|
|
11259
|
+
const warning$c = "_warning_1qpdm_633";
|
|
11260
|
+
const inverted$1 = "_inverted_1qpdm_650";
|
|
11261
|
+
const groupOrderFirst$4 = "_groupOrderFirst_1qpdm_684";
|
|
11262
|
+
const groupOrderMiddle$4 = "_groupOrderMiddle_1qpdm_685";
|
|
11263
|
+
const groupOrderLast$4 = "_groupOrderLast_1qpdm_686";
|
|
11264
11264
|
const buttonStyles = {
|
|
11265
11265
|
inputInTable: inputInTable$b,
|
|
11266
11266
|
inputHover: inputHover$b,
|
|
@@ -11289,11 +11289,11 @@ const buttonStyles = {
|
|
|
11289
11289
|
groupOrderMiddle: groupOrderMiddle$4,
|
|
11290
11290
|
groupOrderLast: groupOrderLast$4
|
|
11291
11291
|
};
|
|
11292
|
-
const spinner = "
|
|
11293
|
-
const small$b = "
|
|
11294
|
-
const tiny = "
|
|
11295
|
-
const colored$1 = "
|
|
11296
|
-
const dark = "
|
|
11292
|
+
const spinner = "_spinner_np4br_335";
|
|
11293
|
+
const small$b = "_small_np4br_341";
|
|
11294
|
+
const tiny = "_tiny_np4br_345";
|
|
11295
|
+
const colored$1 = "_colored_np4br_372";
|
|
11296
|
+
const dark = "_dark_np4br_384";
|
|
11297
11297
|
const styles$K = {
|
|
11298
11298
|
spinner,
|
|
11299
11299
|
small: small$b,
|
|
@@ -11973,9 +11973,9 @@ Menu.propTypes = {
|
|
|
11973
11973
|
open: propTypes$1.exports.bool,
|
|
11974
11974
|
setOpen: propTypes$1.exports.func
|
|
11975
11975
|
};
|
|
11976
|
-
const actions$1 = "
|
|
11977
|
-
const actionComponentContainer = "
|
|
11978
|
-
const active$6 = "
|
|
11976
|
+
const actions$1 = "_actions_13yvz_335";
|
|
11977
|
+
const actionComponentContainer = "_actionComponentContainer_13yvz_345";
|
|
11978
|
+
const active$6 = "_active_13yvz_367";
|
|
11979
11979
|
const styles$J = {
|
|
11980
11980
|
actions: actions$1,
|
|
11981
11981
|
actionComponentContainer,
|
|
@@ -12077,12 +12077,12 @@ Actions.propTypes = {
|
|
|
12077
12077
|
actions: actionsShape,
|
|
12078
12078
|
right: propTypes$1.exports.bool
|
|
12079
12079
|
};
|
|
12080
|
-
const breadcrumb = "
|
|
12081
|
-
const small$a = "
|
|
12082
|
-
const labelContainer = "
|
|
12083
|
-
const active$5 = "
|
|
12084
|
-
const disabled$7 = "
|
|
12085
|
-
const separator = "
|
|
12080
|
+
const breadcrumb = "_breadcrumb_knud2_335";
|
|
12081
|
+
const small$a = "_small_knud2_338";
|
|
12082
|
+
const labelContainer = "_labelContainer_knud2_341";
|
|
12083
|
+
const active$5 = "_active_knud2_351";
|
|
12084
|
+
const disabled$7 = "_disabled_knud2_356";
|
|
12085
|
+
const separator = "_separator_knud2_361";
|
|
12086
12086
|
const styles$I = {
|
|
12087
12087
|
breadcrumb,
|
|
12088
12088
|
small: small$a,
|
|
@@ -12158,8 +12158,8 @@ Breadcrumb.propTypes = {
|
|
|
12158
12158
|
).isRequired,
|
|
12159
12159
|
small: propTypes$1.exports.bool
|
|
12160
12160
|
};
|
|
12161
|
-
const label$8 = "
|
|
12162
|
-
const buttonGroup = "
|
|
12161
|
+
const label$8 = "_label_8gfar_335";
|
|
12162
|
+
const buttonGroup = "_buttonGroup_8gfar_345";
|
|
12163
12163
|
const styles$H = {
|
|
12164
12164
|
label: label$8,
|
|
12165
12165
|
buttonGroup
|
|
@@ -12270,13 +12270,13 @@ ButtonGroup.propTypes = {
|
|
|
12270
12270
|
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
12271
12271
|
testId: propTypes$1.exports.string
|
|
12272
12272
|
};
|
|
12273
|
-
const card = "
|
|
12274
|
-
const bordered$2 = "
|
|
12275
|
-
const raised = "
|
|
12276
|
-
const cardHeader = "
|
|
12277
|
-
const cardContentBorderTop = "
|
|
12278
|
-
const padding$1 = "
|
|
12279
|
-
const cardContent = "
|
|
12273
|
+
const card = "_card_l0li5_335";
|
|
12274
|
+
const bordered$2 = "_bordered_l0li5_338";
|
|
12275
|
+
const raised = "_raised_l0li5_344";
|
|
12276
|
+
const cardHeader = "_cardHeader_l0li5_347";
|
|
12277
|
+
const cardContentBorderTop = "_cardContentBorderTop_l0li5_353";
|
|
12278
|
+
const padding$1 = "_padding_l0li5_356";
|
|
12279
|
+
const cardContent = "_cardContent_l0li5_353";
|
|
12280
12280
|
const styles$G = {
|
|
12281
12281
|
card,
|
|
12282
12282
|
bordered: bordered$2,
|
|
@@ -13605,23 +13605,23 @@ Column.propTypes = {
|
|
|
13605
13605
|
widthTablet: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13606
13606
|
testId: propTypes$1.exports.string
|
|
13607
13607
|
};
|
|
13608
|
-
const divider = "
|
|
13609
|
-
const alignLeft = "
|
|
13610
|
-
const alignRight = "
|
|
13608
|
+
const divider = "_divider_1p2ba_335";
|
|
13609
|
+
const alignLeft = "_alignLeft_1p2ba_346";
|
|
13610
|
+
const alignRight = "_alignRight_1p2ba_349";
|
|
13611
13611
|
const styles$F = {
|
|
13612
13612
|
divider,
|
|
13613
13613
|
alignLeft,
|
|
13614
13614
|
alignRight
|
|
13615
13615
|
};
|
|
13616
|
-
const bold$1 = "
|
|
13617
|
-
const center = "
|
|
13618
|
-
const muted$1 = "
|
|
13619
|
-
const faint = "
|
|
13620
|
-
const success$1 = "
|
|
13621
|
-
const warning$b = "
|
|
13622
|
-
const error$7 = "
|
|
13623
|
-
const small$9 = "
|
|
13624
|
-
const link$1 = "
|
|
13616
|
+
const bold$1 = "_bold_1d8ug_335";
|
|
13617
|
+
const center = "_center_1d8ug_338";
|
|
13618
|
+
const muted$1 = "_muted_1d8ug_341";
|
|
13619
|
+
const faint = "_faint_1d8ug_344";
|
|
13620
|
+
const success$1 = "_success_1d8ug_347";
|
|
13621
|
+
const warning$b = "_warning_1d8ug_350";
|
|
13622
|
+
const error$7 = "_error_1d8ug_353";
|
|
13623
|
+
const small$9 = "_small_1d8ug_356";
|
|
13624
|
+
const link$1 = "_link_1d8ug_359";
|
|
13625
13625
|
const styles$E = {
|
|
13626
13626
|
bold: bold$1,
|
|
13627
13627
|
center,
|
|
@@ -13719,9 +13719,9 @@ Divider.propTypes = {
|
|
|
13719
13719
|
color: propTypes$1.exports.string,
|
|
13720
13720
|
align: propTypes$1.exports.string
|
|
13721
13721
|
};
|
|
13722
|
-
const heading$4 = "
|
|
13723
|
-
const top$1 = "
|
|
13724
|
-
const icons$2 = "
|
|
13722
|
+
const heading$4 = "_heading_1hmcc_335";
|
|
13723
|
+
const top$1 = "_top_1hmcc_343";
|
|
13724
|
+
const icons$2 = "_icons_1hmcc_355";
|
|
13725
13725
|
const styles$D = {
|
|
13726
13726
|
heading: heading$4,
|
|
13727
13727
|
top: top$1,
|
|
@@ -13898,30 +13898,30 @@ const dialogShape = propTypes$1.exports.shape({
|
|
|
13898
13898
|
Dialog.propTypes = {
|
|
13899
13899
|
dialog: dialogShape.isRequired
|
|
13900
13900
|
};
|
|
13901
|
-
const inputInTable$a = "
|
|
13902
|
-
const inputHover$a = "
|
|
13903
|
-
const inputFocus$a = "
|
|
13904
|
-
const inputError$a = "
|
|
13905
|
-
const inputWarning$a = "
|
|
13906
|
-
const inputDisabled$a = "
|
|
13907
|
-
const hideScrollbars$a = "
|
|
13908
|
-
const inline$2 = "
|
|
13909
|
-
const left$2 = "
|
|
13910
|
-
const right$6 = "
|
|
13911
|
-
const fixed$1 = "
|
|
13912
|
-
const border$1 = "
|
|
13913
|
-
const shadow = "
|
|
13914
|
-
const drawerContent = "
|
|
13915
|
-
const isResizing = "
|
|
13916
|
-
const toggleButton = "
|
|
13917
|
-
const top = "
|
|
13918
|
-
const bottom = "
|
|
13919
|
-
const toggleButtonOpen = "
|
|
13920
|
-
const tabs$1 = "
|
|
13921
|
-
const tab$1 = "
|
|
13922
|
-
const active$4 = "
|
|
13923
|
-
const tabsContent = "
|
|
13924
|
-
const resizeHandle = "
|
|
13901
|
+
const inputInTable$a = "_inputInTable_ld7vb_335";
|
|
13902
|
+
const inputHover$a = "_inputHover_ld7vb_341";
|
|
13903
|
+
const inputFocus$a = "_inputFocus_ld7vb_346";
|
|
13904
|
+
const inputError$a = "_inputError_ld7vb_353";
|
|
13905
|
+
const inputWarning$a = "_inputWarning_ld7vb_354";
|
|
13906
|
+
const inputDisabled$a = "_inputDisabled_ld7vb_389";
|
|
13907
|
+
const hideScrollbars$a = "_hideScrollbars_ld7vb_394";
|
|
13908
|
+
const inline$2 = "_inline_ld7vb_416";
|
|
13909
|
+
const left$2 = "_left_ld7vb_419";
|
|
13910
|
+
const right$6 = "_right_ld7vb_422";
|
|
13911
|
+
const fixed$1 = "_fixed_ld7vb_425";
|
|
13912
|
+
const border$1 = "_border_ld7vb_437";
|
|
13913
|
+
const shadow = "_shadow_ld7vb_443";
|
|
13914
|
+
const drawerContent = "_drawerContent_ld7vb_446";
|
|
13915
|
+
const isResizing = "_isResizing_ld7vb_458";
|
|
13916
|
+
const toggleButton = "_toggleButton_ld7vb_469";
|
|
13917
|
+
const top = "_top_ld7vb_482";
|
|
13918
|
+
const bottom = "_bottom_ld7vb_485";
|
|
13919
|
+
const toggleButtonOpen = "_toggleButtonOpen_ld7vb_488";
|
|
13920
|
+
const tabs$1 = "_tabs_ld7vb_491";
|
|
13921
|
+
const tab$1 = "_tab_ld7vb_491";
|
|
13922
|
+
const active$4 = "_active_ld7vb_522";
|
|
13923
|
+
const tabsContent = "_tabsContent_ld7vb_544";
|
|
13924
|
+
const resizeHandle = "_resizeHandle_ld7vb_550";
|
|
13925
13925
|
const styles$B = {
|
|
13926
13926
|
inputInTable: inputInTable$a,
|
|
13927
13927
|
inputHover: inputHover$a,
|
|
@@ -16121,7 +16121,8 @@ const Drawer = ({
|
|
|
16121
16121
|
setActiveTab: setActiveTabProp,
|
|
16122
16122
|
testId,
|
|
16123
16123
|
onResize,
|
|
16124
|
-
getActiveTab
|
|
16124
|
+
getActiveTab,
|
|
16125
|
+
onClose
|
|
16125
16126
|
}) => {
|
|
16126
16127
|
const isStandardButton = button2 === true;
|
|
16127
16128
|
const isCustomButton = !isStandardButton && isValidElement(button2);
|
|
@@ -16132,6 +16133,7 @@ const Drawer = ({
|
|
|
16132
16133
|
const handleTabClick = (index2) => {
|
|
16133
16134
|
if (activeTab === index2 && open) {
|
|
16134
16135
|
setOpen(false);
|
|
16136
|
+
onClose(index2);
|
|
16135
16137
|
} else if (!open) {
|
|
16136
16138
|
setOpen(true);
|
|
16137
16139
|
if (onResize && width < MIN_OPEN_WIDTH) {
|
|
@@ -16210,7 +16212,8 @@ Drawer.defaultProps = {
|
|
|
16210
16212
|
setActiveTab: void 0,
|
|
16211
16213
|
testId: void 0,
|
|
16212
16214
|
onResize: null,
|
|
16213
|
-
getActiveTab: null
|
|
16215
|
+
getActiveTab: null,
|
|
16216
|
+
onClose: null
|
|
16214
16217
|
};
|
|
16215
16218
|
Drawer.propTypes = {
|
|
16216
16219
|
background: propTypes$1.exports.string,
|
|
@@ -16245,10 +16248,11 @@ Drawer.propTypes = {
|
|
|
16245
16248
|
activeTab: propTypes$1.exports.number,
|
|
16246
16249
|
setActiveTab: propTypes$1.exports.func,
|
|
16247
16250
|
onResize: propTypes$1.exports.func,
|
|
16248
|
-
getActiveTab: propTypes$1.exports.func
|
|
16251
|
+
getActiveTab: propTypes$1.exports.func,
|
|
16252
|
+
onClose: propTypes$1.exports.func
|
|
16249
16253
|
};
|
|
16250
|
-
const empty$2 = "
|
|
16251
|
-
const text$2 = "
|
|
16254
|
+
const empty$2 = "_empty_1pswm_335";
|
|
16255
|
+
const text$2 = "_text_1pswm_345";
|
|
16252
16256
|
const styles$A = {
|
|
16253
16257
|
empty: empty$2,
|
|
16254
16258
|
text: text$2
|
|
@@ -16315,7 +16319,7 @@ Empty.propTypes = {
|
|
|
16315
16319
|
text: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
16316
16320
|
children: propTypes$1.exports.node
|
|
16317
16321
|
};
|
|
16318
|
-
const inputGroup = "
|
|
16322
|
+
const inputGroup = "_inputGroup_tc6qm_335";
|
|
16319
16323
|
const styles$z = {
|
|
16320
16324
|
inputGroup
|
|
16321
16325
|
};
|
|
@@ -16351,22 +16355,22 @@ InputGroup.propTypes = {
|
|
|
16351
16355
|
small: propTypes$1.exports.bool,
|
|
16352
16356
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
16353
16357
|
};
|
|
16354
|
-
const inputInTable$9 = "
|
|
16355
|
-
const inputHover$9 = "
|
|
16356
|
-
const inputFocus$9 = "
|
|
16357
|
-
const inputError$9 = "
|
|
16358
|
-
const inputWarning$9 = "
|
|
16359
|
-
const inputDisabled$9 = "
|
|
16360
|
-
const hideScrollbars$9 = "
|
|
16361
|
-
const input$1 = "
|
|
16362
|
-
const isInTable$3 = "
|
|
16363
|
-
const small$8 = "
|
|
16364
|
-
const error$6 = "
|
|
16365
|
-
const warning$a = "
|
|
16366
|
-
const right$5 = "
|
|
16367
|
-
const groupOrderFirst$3 = "
|
|
16368
|
-
const groupOrderMiddle$3 = "
|
|
16369
|
-
const groupOrderLast$3 = "
|
|
16358
|
+
const inputInTable$9 = "_inputInTable_1dznv_335";
|
|
16359
|
+
const inputHover$9 = "_inputHover_1dznv_341";
|
|
16360
|
+
const inputFocus$9 = "_inputFocus_1dznv_346";
|
|
16361
|
+
const inputError$9 = "_inputError_1dznv_353";
|
|
16362
|
+
const inputWarning$9 = "_inputWarning_1dznv_354";
|
|
16363
|
+
const inputDisabled$9 = "_inputDisabled_1dznv_389";
|
|
16364
|
+
const hideScrollbars$9 = "_hideScrollbars_1dznv_394";
|
|
16365
|
+
const input$1 = "_input_1dznv_335";
|
|
16366
|
+
const isInTable$3 = "_isInTable_1dznv_425";
|
|
16367
|
+
const small$8 = "_small_1dznv_443";
|
|
16368
|
+
const error$6 = "_error_1dznv_449";
|
|
16369
|
+
const warning$a = "_warning_1dznv_466";
|
|
16370
|
+
const right$5 = "_right_1dznv_488";
|
|
16371
|
+
const groupOrderFirst$3 = "_groupOrderFirst_1dznv_491";
|
|
16372
|
+
const groupOrderMiddle$3 = "_groupOrderMiddle_1dznv_492";
|
|
16373
|
+
const groupOrderLast$3 = "_groupOrderLast_1dznv_493";
|
|
16370
16374
|
const styles$y = {
|
|
16371
16375
|
inputInTable: inputInTable$9,
|
|
16372
16376
|
inputHover: inputHover$9,
|
|
@@ -16632,9 +16636,9 @@ function HiLockClosed(props) {
|
|
|
16632
16636
|
function HiLockOpen(props) {
|
|
16633
16637
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 20 20", "fill": "currentColor", "aria-hidden": "true" }, "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);
|
|
16634
16638
|
}
|
|
16635
|
-
const label$7 = "
|
|
16636
|
-
const labelLeft$1 = "
|
|
16637
|
-
const icons$1 = "
|
|
16639
|
+
const label$7 = "_label_l31y6_335";
|
|
16640
|
+
const labelLeft$1 = "_labelLeft_l31y6_339";
|
|
16641
|
+
const icons$1 = "_icons_l31y6_347";
|
|
16638
16642
|
const styles$w = {
|
|
16639
16643
|
label: label$7,
|
|
16640
16644
|
labelLeft: labelLeft$1,
|
|
@@ -16733,17 +16737,17 @@ Label$2.propTypes = {
|
|
|
16733
16737
|
}),
|
|
16734
16738
|
labelLeft: propTypes$1.exports.bool
|
|
16735
16739
|
};
|
|
16736
|
-
const field = "
|
|
16737
|
-
const labelLeft = "
|
|
16738
|
-
const fieldInput = "
|
|
16739
|
-
const formRow$1 = "
|
|
16740
|
-
const button$2 = "
|
|
16740
|
+
const field = "_field_1kief_335";
|
|
16741
|
+
const labelLeft = "_labelLeft_1kief_339";
|
|
16742
|
+
const fieldInput = "_fieldInput_1kief_343";
|
|
16743
|
+
const formRow$1 = "_formRow_1kief_346";
|
|
16744
|
+
const button$2 = "_button_1kief_356";
|
|
16741
16745
|
const styles$v = {
|
|
16742
16746
|
field,
|
|
16743
16747
|
labelLeft,
|
|
16744
16748
|
fieldInput,
|
|
16745
16749
|
formRow: formRow$1,
|
|
16746
|
-
"form-row": "_form-
|
|
16750
|
+
"form-row": "_form-row_1kief_347",
|
|
16747
16751
|
button: button$2
|
|
16748
16752
|
};
|
|
16749
16753
|
const Field = ({
|
|
@@ -16874,7 +16878,7 @@ Flex.propTypes = {
|
|
|
16874
16878
|
propTypes$1.exports.number
|
|
16875
16879
|
])
|
|
16876
16880
|
};
|
|
16877
|
-
const formRow = "
|
|
16881
|
+
const formRow = "_formRow_x6f1o_335";
|
|
16878
16882
|
const styles$u = {
|
|
16879
16883
|
formRow
|
|
16880
16884
|
};
|
|
@@ -16946,11 +16950,11 @@ Grid.propTypes = {
|
|
|
16946
16950
|
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16947
16951
|
children: propTypes$1.exports.node
|
|
16948
16952
|
};
|
|
16949
|
-
const addon = "
|
|
16950
|
-
const small$7 = "
|
|
16951
|
-
const groupOrderFirst$2 = "
|
|
16952
|
-
const groupOrderMiddle$2 = "
|
|
16953
|
-
const groupOrderLast$2 = "
|
|
16953
|
+
const addon = "_addon_1i07p_335";
|
|
16954
|
+
const small$7 = "_small_1i07p_346";
|
|
16955
|
+
const groupOrderFirst$2 = "_groupOrderFirst_1i07p_350";
|
|
16956
|
+
const groupOrderMiddle$2 = "_groupOrderMiddle_1i07p_351";
|
|
16957
|
+
const groupOrderLast$2 = "_groupOrderLast_1i07p_355";
|
|
16954
16958
|
const styles$t = {
|
|
16955
16959
|
addon,
|
|
16956
16960
|
small: small$7,
|
|
@@ -25893,42 +25897,42 @@ var InfiniteScroll = function(_super) {
|
|
|
25893
25897
|
};
|
|
25894
25898
|
return InfiniteScroll2;
|
|
25895
25899
|
}(Component$1);
|
|
25896
|
-
const inputInTable$8 = "
|
|
25897
|
-
const inputHover$8 = "
|
|
25898
|
-
const inputFocus$8 = "
|
|
25899
|
-
const inputError$8 = "
|
|
25900
|
-
const inputWarning$8 = "
|
|
25901
|
-
const inputDisabled$8 = "
|
|
25902
|
-
const hideScrollbars$8 = "
|
|
25903
|
-
const header$1 = "
|
|
25904
|
-
const headerTitle = "
|
|
25905
|
-
const heading$3 = "
|
|
25906
|
-
const itemHeader = "
|
|
25907
|
-
const narrow = "
|
|
25908
|
-
const stickyHeader = "
|
|
25909
|
-
const title$4 = "
|
|
25910
|
-
const name = "
|
|
25911
|
-
const iconTooltipMargin = "
|
|
25912
|
-
const bold = "
|
|
25913
|
-
const toggleNarrow = "
|
|
25914
|
-
const drag$1 = "
|
|
25915
|
-
const list$1 = "
|
|
25916
|
-
const bordered$1 = "
|
|
25917
|
-
const item$4 = "
|
|
25918
|
-
const action = "
|
|
25919
|
-
const active$3 = "
|
|
25920
|
-
const disabled$6 = "
|
|
25921
|
-
const label$6 = "
|
|
25922
|
-
const details$2 = "
|
|
25923
|
-
const metadata = "
|
|
25924
|
-
const itemContent = "
|
|
25925
|
-
const indentIcon = "
|
|
25926
|
-
const expandIcon = "
|
|
25927
|
-
const expanded = "
|
|
25928
|
-
const right$4 = "
|
|
25929
|
-
const actions = "
|
|
25930
|
-
const scrollableList = "
|
|
25931
|
-
const hideScrollbar = "
|
|
25900
|
+
const inputInTable$8 = "_inputInTable_1an43_335";
|
|
25901
|
+
const inputHover$8 = "_inputHover_1an43_341";
|
|
25902
|
+
const inputFocus$8 = "_inputFocus_1an43_346";
|
|
25903
|
+
const inputError$8 = "_inputError_1an43_353";
|
|
25904
|
+
const inputWarning$8 = "_inputWarning_1an43_354";
|
|
25905
|
+
const inputDisabled$8 = "_inputDisabled_1an43_389";
|
|
25906
|
+
const hideScrollbars$8 = "_hideScrollbars_1an43_394";
|
|
25907
|
+
const header$1 = "_header_1an43_404";
|
|
25908
|
+
const headerTitle = "_headerTitle_1an43_404";
|
|
25909
|
+
const heading$3 = "_heading_1an43_405";
|
|
25910
|
+
const itemHeader = "_itemHeader_1an43_405";
|
|
25911
|
+
const narrow = "_narrow_1an43_408";
|
|
25912
|
+
const stickyHeader = "_stickyHeader_1an43_412";
|
|
25913
|
+
const title$4 = "_title_1an43_423";
|
|
25914
|
+
const name = "_name_1an43_429";
|
|
25915
|
+
const iconTooltipMargin = "_iconTooltipMargin_1an43_432";
|
|
25916
|
+
const bold = "_bold_1an43_435";
|
|
25917
|
+
const toggleNarrow = "_toggleNarrow_1an43_444";
|
|
25918
|
+
const drag$1 = "_drag_1an43_462";
|
|
25919
|
+
const list$1 = "_list_1an43_482";
|
|
25920
|
+
const bordered$1 = "_bordered_1an43_486";
|
|
25921
|
+
const item$4 = "_item_1an43_405";
|
|
25922
|
+
const action = "_action_1an43_519";
|
|
25923
|
+
const active$3 = "_active_1an43_522";
|
|
25924
|
+
const disabled$6 = "_disabled_1an43_537";
|
|
25925
|
+
const label$6 = "_label_1an43_548";
|
|
25926
|
+
const details$2 = "_details_1an43_555";
|
|
25927
|
+
const metadata = "_metadata_1an43_556";
|
|
25928
|
+
const itemContent = "_itemContent_1an43_565";
|
|
25929
|
+
const indentIcon = "_indentIcon_1an43_572";
|
|
25930
|
+
const expandIcon = "_expandIcon_1an43_576";
|
|
25931
|
+
const expanded = "_expanded_1an43_582";
|
|
25932
|
+
const right$4 = "_right_1an43_585";
|
|
25933
|
+
const actions = "_actions_1an43_592";
|
|
25934
|
+
const scrollableList = "_scrollableList_1an43_597";
|
|
25935
|
+
const hideScrollbar = "_hideScrollbar_1an43_394";
|
|
25932
25936
|
const listStyles = {
|
|
25933
25937
|
inputInTable: inputInTable$8,
|
|
25934
25938
|
inputHover: inputHover$8,
|
|
@@ -26542,13 +26546,13 @@ List.propTypes = {
|
|
|
26542
26546
|
}),
|
|
26543
26547
|
testId: propTypes$1.exports.string
|
|
26544
26548
|
};
|
|
26545
|
-
const loader = "
|
|
26546
|
-
const fullViewPortSize = "
|
|
26547
|
-
const cover = "
|
|
26548
|
-
const dimmer = "
|
|
26549
|
-
const content$2 = "
|
|
26550
|
-
const text$1 = "
|
|
26551
|
-
const details$1 = "
|
|
26549
|
+
const loader = "_loader_1ki7r_335";
|
|
26550
|
+
const fullViewPortSize = "_fullViewPortSize_1ki7r_341";
|
|
26551
|
+
const cover = "_cover_1ki7r_348";
|
|
26552
|
+
const dimmer = "_dimmer_1ki7r_355";
|
|
26553
|
+
const content$2 = "_content_1ki7r_378";
|
|
26554
|
+
const text$1 = "_text_1ki7r_383";
|
|
26555
|
+
const details$1 = "_details_1ki7r_387";
|
|
26552
26556
|
const styles$s = {
|
|
26553
26557
|
loader,
|
|
26554
26558
|
fullViewPortSize,
|
|
@@ -26622,27 +26626,27 @@ Loader.propTypes = {
|
|
|
26622
26626
|
testId: propTypes$1.exports.string,
|
|
26623
26627
|
theme: propTypes$1.exports.string
|
|
26624
26628
|
};
|
|
26625
|
-
const inputInTable$7 = "
|
|
26626
|
-
const inputHover$7 = "
|
|
26627
|
-
const inputFocus$7 = "
|
|
26628
|
-
const inputError$7 = "
|
|
26629
|
-
const inputWarning$7 = "
|
|
26630
|
-
const inputDisabled$7 = "
|
|
26631
|
-
const hideScrollbars$7 = "
|
|
26632
|
-
const container$1 = "
|
|
26633
|
-
const block$1 = "
|
|
26634
|
-
const info = "
|
|
26635
|
-
const success = "
|
|
26636
|
-
const warning$6 = "
|
|
26637
|
-
const error$4 = "
|
|
26638
|
-
const content$1 = "
|
|
26639
|
-
const heading$2 = "
|
|
26640
|
-
const icon$3 = "
|
|
26641
|
-
const dismiss$1 = "
|
|
26642
|
-
const absolute = "
|
|
26643
|
-
const legendToggle = "
|
|
26644
|
-
const detailsText = "
|
|
26645
|
-
const footer$2 = "
|
|
26629
|
+
const inputInTable$7 = "_inputInTable_jryqb_335";
|
|
26630
|
+
const inputHover$7 = "_inputHover_jryqb_341";
|
|
26631
|
+
const inputFocus$7 = "_inputFocus_jryqb_346";
|
|
26632
|
+
const inputError$7 = "_inputError_jryqb_353";
|
|
26633
|
+
const inputWarning$7 = "_inputWarning_jryqb_354";
|
|
26634
|
+
const inputDisabled$7 = "_inputDisabled_jryqb_389";
|
|
26635
|
+
const hideScrollbars$7 = "_hideScrollbars_jryqb_394";
|
|
26636
|
+
const container$1 = "_container_jryqb_410";
|
|
26637
|
+
const block$1 = "_block_jryqb_428";
|
|
26638
|
+
const info = "_info_jryqb_431";
|
|
26639
|
+
const success = "_success_jryqb_435";
|
|
26640
|
+
const warning$6 = "_warning_jryqb_439";
|
|
26641
|
+
const error$4 = "_error_jryqb_443";
|
|
26642
|
+
const content$1 = "_content_jryqb_447";
|
|
26643
|
+
const heading$2 = "_heading_jryqb_451";
|
|
26644
|
+
const icon$3 = "_icon_jryqb_459";
|
|
26645
|
+
const dismiss$1 = "_dismiss_jryqb_460";
|
|
26646
|
+
const absolute = "_absolute_jryqb_473";
|
|
26647
|
+
const legendToggle = "_legendToggle_jryqb_478";
|
|
26648
|
+
const detailsText = "_detailsText_jryqb_494";
|
|
26649
|
+
const footer$2 = "_footer_jryqb_498";
|
|
26646
26650
|
const styles$r = {
|
|
26647
26651
|
inputInTable: inputInTable$7,
|
|
26648
26652
|
inputHover: inputHover$7,
|
|
@@ -26826,10 +26830,10 @@ const Portal = ({ id: id2, children }) => {
|
|
|
26826
26830
|
Portal.propTypes = {
|
|
26827
26831
|
id: propTypes$1.exports.string.isRequired
|
|
26828
26832
|
};
|
|
26829
|
-
const wrapper$1 = "
|
|
26830
|
-
const contentContainer = "
|
|
26831
|
-
const centered = "
|
|
26832
|
-
const newLine = "
|
|
26833
|
+
const wrapper$1 = "_wrapper_1516y_335";
|
|
26834
|
+
const contentContainer = "_contentContainer_1516y_349";
|
|
26835
|
+
const centered = "_centered_1516y_361";
|
|
26836
|
+
const newLine = "_newLine_1516y_365";
|
|
26833
26837
|
const styles$q = {
|
|
26834
26838
|
wrapper: wrapper$1,
|
|
26835
26839
|
contentContainer,
|
|
@@ -26877,10 +26881,10 @@ Modal.propTypes = {
|
|
|
26877
26881
|
centered: propTypes$1.exports.bool,
|
|
26878
26882
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
26879
26883
|
};
|
|
26880
|
-
const menu$1 = "
|
|
26881
|
-
const header = "
|
|
26882
|
-
const item$3 = "
|
|
26883
|
-
const heading$1 = "
|
|
26884
|
+
const menu$1 = "_menu_1mbhi_335";
|
|
26885
|
+
const header = "_header_1mbhi_346";
|
|
26886
|
+
const item$3 = "_item_1mbhi_362";
|
|
26887
|
+
const heading$1 = "_heading_1mbhi_367";
|
|
26884
26888
|
const styles$p = {
|
|
26885
26889
|
menu: menu$1,
|
|
26886
26890
|
header,
|
|
@@ -27022,8 +27026,8 @@ OptionDropdown.propTypes = {
|
|
|
27022
27026
|
showHeader: propTypes$1.exports.bool,
|
|
27023
27027
|
maxHeight: propTypes$1.exports.string
|
|
27024
27028
|
};
|
|
27025
|
-
const page = "
|
|
27026
|
-
const scroll2 = "
|
|
27029
|
+
const page = "_page_1496n_335";
|
|
27030
|
+
const scroll2 = "_scroll_1496n_357";
|
|
27027
27031
|
const styles$o = {
|
|
27028
27032
|
page,
|
|
27029
27033
|
scroll: scroll2
|
|
@@ -27054,23 +27058,23 @@ Page.propTypes = {
|
|
|
27054
27058
|
scroll: propTypes$1.exports.bool,
|
|
27055
27059
|
top: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string])
|
|
27056
27060
|
};
|
|
27057
|
-
const inputInTable$6 = "
|
|
27058
|
-
const inputHover$6 = "
|
|
27059
|
-
const inputFocus$6 = "
|
|
27060
|
-
const inputError$6 = "
|
|
27061
|
-
const inputWarning$6 = "
|
|
27062
|
-
const inputDisabled$6 = "
|
|
27063
|
-
const hideScrollbars$6 = "
|
|
27064
|
-
const select = "
|
|
27065
|
-
const isInTable$2 = "
|
|
27066
|
-
const unSelected = "
|
|
27067
|
-
const error$3 = "
|
|
27068
|
-
const warning$5 = "
|
|
27069
|
-
const small$6 = "
|
|
27070
|
-
const right$3 = "
|
|
27071
|
-
const groupOrderFirst$1 = "
|
|
27072
|
-
const groupOrderMiddle$1 = "
|
|
27073
|
-
const groupOrderLast$1 = "
|
|
27061
|
+
const inputInTable$6 = "_inputInTable_1hqkf_335";
|
|
27062
|
+
const inputHover$6 = "_inputHover_1hqkf_341";
|
|
27063
|
+
const inputFocus$6 = "_inputFocus_1hqkf_346";
|
|
27064
|
+
const inputError$6 = "_inputError_1hqkf_353";
|
|
27065
|
+
const inputWarning$6 = "_inputWarning_1hqkf_354";
|
|
27066
|
+
const inputDisabled$6 = "_inputDisabled_1hqkf_389";
|
|
27067
|
+
const hideScrollbars$6 = "_hideScrollbars_1hqkf_394";
|
|
27068
|
+
const select = "_select_1hqkf_404";
|
|
27069
|
+
const isInTable$2 = "_isInTable_1hqkf_445";
|
|
27070
|
+
const unSelected = "_unSelected_1hqkf_451";
|
|
27071
|
+
const error$3 = "_error_1hqkf_458";
|
|
27072
|
+
const warning$5 = "_warning_1hqkf_475";
|
|
27073
|
+
const small$6 = "_small_1hqkf_492";
|
|
27074
|
+
const right$3 = "_right_1hqkf_499";
|
|
27075
|
+
const groupOrderFirst$1 = "_groupOrderFirst_1hqkf_510";
|
|
27076
|
+
const groupOrderMiddle$1 = "_groupOrderMiddle_1hqkf_511";
|
|
27077
|
+
const groupOrderLast$1 = "_groupOrderLast_1hqkf_515";
|
|
27074
27078
|
const styles$n = {
|
|
27075
27079
|
inputInTable: inputInTable$6,
|
|
27076
27080
|
inputHover: inputHover$6,
|
|
@@ -28023,20 +28027,20 @@ var FixedSizeList = /* @__PURE__ */ createListComponent({
|
|
|
28023
28027
|
}
|
|
28024
28028
|
}
|
|
28025
28029
|
});
|
|
28026
|
-
const layerContainer = "
|
|
28027
|
-
const layer = "
|
|
28028
|
-
const small$5 = "
|
|
28029
|
-
const heading = "
|
|
28030
|
-
const option = "
|
|
28031
|
-
const message = "
|
|
28032
|
-
const focused = "
|
|
28033
|
-
const selected = "
|
|
28034
|
-
const disabled$5 = "
|
|
28035
|
-
const check = "
|
|
28036
|
-
const optionContent = "
|
|
28037
|
-
const label$5 = "
|
|
28038
|
-
const icon$2 = "
|
|
28039
|
-
const details = "
|
|
28030
|
+
const layerContainer = "_layerContainer_1icy9_335";
|
|
28031
|
+
const layer = "_layer_1icy9_335";
|
|
28032
|
+
const small$5 = "_small_1icy9_357";
|
|
28033
|
+
const heading = "_heading_1icy9_360";
|
|
28034
|
+
const option = "_option_1icy9_361";
|
|
28035
|
+
const message = "_message_1icy9_362";
|
|
28036
|
+
const focused = "_focused_1icy9_396";
|
|
28037
|
+
const selected = "_selected_1icy9_400";
|
|
28038
|
+
const disabled$5 = "_disabled_1icy9_407";
|
|
28039
|
+
const check = "_check_1icy9_411";
|
|
28040
|
+
const optionContent = "_optionContent_1icy9_425";
|
|
28041
|
+
const label$5 = "_label_1icy9_430";
|
|
28042
|
+
const icon$2 = "_icon_1icy9_437";
|
|
28043
|
+
const details = "_details_1icy9_441";
|
|
28040
28044
|
const styles$m = {
|
|
28041
28045
|
layerContainer,
|
|
28042
28046
|
layer,
|
|
@@ -28201,37 +28205,37 @@ const Layer = ({
|
|
|
28201
28205
|
})
|
|
28202
28206
|
});
|
|
28203
28207
|
};
|
|
28204
|
-
const inputInTable$5 = "
|
|
28205
|
-
const inputHover$5 = "
|
|
28206
|
-
const inputFocus$5 = "
|
|
28207
|
-
const inputError$5 = "
|
|
28208
|
-
const inputWarning$5 = "
|
|
28209
|
-
const inputDisabled$5 = "
|
|
28210
|
-
const hideScrollbars$5 = "
|
|
28211
|
-
const trigger$1 = "
|
|
28212
|
-
const isInTable$1 = "
|
|
28213
|
-
const input = "
|
|
28214
|
-
const isOpen = "
|
|
28215
|
-
const error$2 = "
|
|
28216
|
-
const warning$4 = "
|
|
28217
|
-
const disabled$4 = "
|
|
28218
|
-
const iconOpen = "
|
|
28219
|
-
const icons = "
|
|
28220
|
-
const clearAll = "
|
|
28221
|
-
const small$4 = "
|
|
28222
|
-
const focus = "
|
|
28223
|
-
const triggerInputContainer = "
|
|
28224
|
-
const right$2 = "
|
|
28225
|
-
const multiOptions = "
|
|
28226
|
-
const multiOption = "
|
|
28227
|
-
const label$4 = "
|
|
28228
|
-
const closeMultiOption = "
|
|
28229
|
-
const selectedSingleValue = "
|
|
28230
|
-
const placeHolder = "
|
|
28231
|
-
const groupOrderFirst = "
|
|
28232
|
-
const groupOrderMiddle = "
|
|
28233
|
-
const groupOrderLast = "
|
|
28234
|
-
const detailedLabel = "
|
|
28208
|
+
const inputInTable$5 = "_inputInTable_1lv2t_335";
|
|
28209
|
+
const inputHover$5 = "_inputHover_1lv2t_341";
|
|
28210
|
+
const inputFocus$5 = "_inputFocus_1lv2t_346";
|
|
28211
|
+
const inputError$5 = "_inputError_1lv2t_353";
|
|
28212
|
+
const inputWarning$5 = "_inputWarning_1lv2t_354";
|
|
28213
|
+
const inputDisabled$5 = "_inputDisabled_1lv2t_389";
|
|
28214
|
+
const hideScrollbars$5 = "_hideScrollbars_1lv2t_394";
|
|
28215
|
+
const trigger$1 = "_trigger_1lv2t_408";
|
|
28216
|
+
const isInTable$1 = "_isInTable_1lv2t_423";
|
|
28217
|
+
const input = "_input_1lv2t_335";
|
|
28218
|
+
const isOpen = "_isOpen_1lv2t_438";
|
|
28219
|
+
const error$2 = "_error_1lv2t_446";
|
|
28220
|
+
const warning$4 = "_warning_1lv2t_463";
|
|
28221
|
+
const disabled$4 = "_disabled_1lv2t_480";
|
|
28222
|
+
const iconOpen = "_iconOpen_1lv2t_485";
|
|
28223
|
+
const icons = "_icons_1lv2t_488";
|
|
28224
|
+
const clearAll = "_clearAll_1lv2t_496";
|
|
28225
|
+
const small$4 = "_small_1lv2t_505";
|
|
28226
|
+
const focus = "_focus_1lv2t_514";
|
|
28227
|
+
const triggerInputContainer = "_triggerInputContainer_1lv2t_528";
|
|
28228
|
+
const right$2 = "_right_1lv2t_537";
|
|
28229
|
+
const multiOptions = "_multiOptions_1lv2t_550";
|
|
28230
|
+
const multiOption = "_multiOption_1lv2t_550";
|
|
28231
|
+
const label$4 = "_label_1lv2t_582";
|
|
28232
|
+
const closeMultiOption = "_closeMultiOption_1lv2t_585";
|
|
28233
|
+
const selectedSingleValue = "_selectedSingleValue_1lv2t_600";
|
|
28234
|
+
const placeHolder = "_placeHolder_1lv2t_601";
|
|
28235
|
+
const groupOrderFirst = "_groupOrderFirst_1lv2t_640";
|
|
28236
|
+
const groupOrderMiddle = "_groupOrderMiddle_1lv2t_641";
|
|
28237
|
+
const groupOrderLast = "_groupOrderLast_1lv2t_645";
|
|
28238
|
+
const detailedLabel = "_detailedLabel_1lv2t_650";
|
|
28235
28239
|
const styles$l = {
|
|
28236
28240
|
inputInTable: inputInTable$5,
|
|
28237
28241
|
inputHover: inputHover$5,
|
|
@@ -28462,7 +28466,7 @@ const Trigger = ({
|
|
|
28462
28466
|
children: selectedOptions.label
|
|
28463
28467
|
}),
|
|
28464
28468
|
/* @__PURE__ */ jsxRuntime.exports.jsx(Text, {
|
|
28465
|
-
|
|
28469
|
+
muted: true,
|
|
28466
28470
|
children: selectedOptions.details
|
|
28467
28471
|
})
|
|
28468
28472
|
]
|
|
@@ -29479,9 +29483,9 @@ const paginationShape = propTypes$1.exports.shape({
|
|
|
29479
29483
|
Pagination.propTypes = {
|
|
29480
29484
|
pagination: paginationShape.isRequired
|
|
29481
29485
|
};
|
|
29482
|
-
const toggleBox = "
|
|
29483
|
-
const fullWidthStyleFix = "
|
|
29484
|
-
const dismiss = "
|
|
29486
|
+
const toggleBox = "_toggleBox_1lvnc_335";
|
|
29487
|
+
const fullWidthStyleFix = "_fullWidthStyleFix_1lvnc_342";
|
|
29488
|
+
const dismiss = "_dismiss_1lvnc_347";
|
|
29485
29489
|
const styles$j = {
|
|
29486
29490
|
toggleBox,
|
|
29487
29491
|
fullWidthStyleFix,
|
|
@@ -29681,14 +29685,14 @@ ProgressBar$1.propTypes = {
|
|
|
29681
29685
|
showProgressColors: propTypes$1.exports.bool,
|
|
29682
29686
|
noLabel: propTypes$1.exports.bool
|
|
29683
29687
|
};
|
|
29684
|
-
const wrapper = "
|
|
29685
|
-
const inline$1 = "
|
|
29686
|
-
const radio = "
|
|
29687
|
-
const labelMargin = "
|
|
29688
|
-
const small$3 = "
|
|
29689
|
-
const noMargin$1 = "
|
|
29690
|
-
const disabled$3 = "
|
|
29691
|
-
const isInTable = "
|
|
29688
|
+
const wrapper = "_wrapper_1ss3z_335";
|
|
29689
|
+
const inline$1 = "_inline_1ss3z_335";
|
|
29690
|
+
const radio = "_radio_1ss3z_339";
|
|
29691
|
+
const labelMargin = "_labelMargin_1ss3z_342";
|
|
29692
|
+
const small$3 = "_small_1ss3z_360";
|
|
29693
|
+
const noMargin$1 = "_noMargin_1ss3z_364";
|
|
29694
|
+
const disabled$3 = "_disabled_1ss3z_423";
|
|
29695
|
+
const isInTable = "_isInTable_1ss3z_439";
|
|
29692
29696
|
const styles$g = {
|
|
29693
29697
|
wrapper,
|
|
29694
29698
|
inline: inline$1,
|
|
@@ -56402,14 +56406,14 @@ RichTextToolbar.propTypes = {
|
|
|
56402
56406
|
disabled: propTypes$1.exports.bool,
|
|
56403
56407
|
toolbarComponent: propTypes$1.exports.node
|
|
56404
56408
|
};
|
|
56405
|
-
const inputInTable$4 = "
|
|
56406
|
-
const inputHover$4 = "
|
|
56407
|
-
const inputFocus$4 = "
|
|
56408
|
-
const inputError$4 = "
|
|
56409
|
-
const inputWarning$4 = "
|
|
56410
|
-
const inputDisabled$4 = "
|
|
56411
|
-
const hideScrollbars$4 = "
|
|
56412
|
-
const richTextInput = "
|
|
56409
|
+
const inputInTable$4 = "_inputInTable_wizfl_335";
|
|
56410
|
+
const inputHover$4 = "_inputHover_wizfl_341";
|
|
56411
|
+
const inputFocus$4 = "_inputFocus_wizfl_346";
|
|
56412
|
+
const inputError$4 = "_inputError_wizfl_353";
|
|
56413
|
+
const inputWarning$4 = "_inputWarning_wizfl_354";
|
|
56414
|
+
const inputDisabled$4 = "_inputDisabled_wizfl_389";
|
|
56415
|
+
const hideScrollbars$4 = "_hideScrollbars_wizfl_394";
|
|
56416
|
+
const richTextInput = "_richTextInput_wizfl_404";
|
|
56413
56417
|
const styles$e = {
|
|
56414
56418
|
inputInTable: inputInTable$4,
|
|
56415
56419
|
inputHover: inputHover$4,
|
|
@@ -56477,7 +56481,7 @@ RichTextInput.propTypes = {
|
|
|
56477
56481
|
value: propTypes$1.exports.string,
|
|
56478
56482
|
toolbarComponent: propTypes$1.exports.node
|
|
56479
56483
|
};
|
|
56480
|
-
const row = "
|
|
56484
|
+
const row = "_row_1grw3_335";
|
|
56481
56485
|
const styles$d = {
|
|
56482
56486
|
row
|
|
56483
56487
|
};
|
|
@@ -56628,24 +56632,24 @@ var reactFastCompare = function isEqual3(a2, b2) {
|
|
|
56628
56632
|
throw error2;
|
|
56629
56633
|
}
|
|
56630
56634
|
};
|
|
56631
|
-
const inputInTable$3 = "
|
|
56632
|
-
const inputHover$3 = "
|
|
56633
|
-
const inputFocus$3 = "
|
|
56634
|
-
const inputError$3 = "
|
|
56635
|
-
const inputWarning$3 = "
|
|
56636
|
-
const inputDisabled$3 = "
|
|
56637
|
-
const hideScrollbars$3 = "
|
|
56638
|
-
const sidebar = "
|
|
56639
|
-
const inner = "
|
|
56640
|
-
const title$3 = "
|
|
56641
|
-
const subtitle = "
|
|
56642
|
-
const label$2 = "
|
|
56643
|
-
const collapsed = "
|
|
56644
|
-
const list = "
|
|
56645
|
-
const item$2 = "
|
|
56646
|
-
const active$2 = "
|
|
56647
|
-
const experimental = "
|
|
56648
|
-
const icon$1 = "
|
|
56635
|
+
const inputInTable$3 = "_inputInTable_3m1v7_335";
|
|
56636
|
+
const inputHover$3 = "_inputHover_3m1v7_341";
|
|
56637
|
+
const inputFocus$3 = "_inputFocus_3m1v7_346";
|
|
56638
|
+
const inputError$3 = "_inputError_3m1v7_353";
|
|
56639
|
+
const inputWarning$3 = "_inputWarning_3m1v7_354";
|
|
56640
|
+
const inputDisabled$3 = "_inputDisabled_3m1v7_389";
|
|
56641
|
+
const hideScrollbars$3 = "_hideScrollbars_3m1v7_394";
|
|
56642
|
+
const sidebar = "_sidebar_3m1v7_407";
|
|
56643
|
+
const inner = "_inner_3m1v7_417";
|
|
56644
|
+
const title$3 = "_title_3m1v7_428";
|
|
56645
|
+
const subtitle = "_subtitle_3m1v7_429";
|
|
56646
|
+
const label$2 = "_label_3m1v7_430";
|
|
56647
|
+
const collapsed = "_collapsed_3m1v7_434";
|
|
56648
|
+
const list = "_list_3m1v7_457";
|
|
56649
|
+
const item$2 = "_item_3m1v7_463";
|
|
56650
|
+
const active$2 = "_active_3m1v7_484";
|
|
56651
|
+
const experimental = "_experimental_3m1v7_488";
|
|
56652
|
+
const icon$1 = "_icon_3m1v7_491";
|
|
56649
56653
|
const styles$c = {
|
|
56650
56654
|
inputInTable: inputInTable$3,
|
|
56651
56655
|
inputHover: inputHover$3,
|
|
@@ -58866,13 +58870,13 @@ const SliderTooltip = ({ text: text2 }) => {
|
|
|
58866
58870
|
});
|
|
58867
58871
|
};
|
|
58868
58872
|
const rcSlider = "";
|
|
58869
|
-
const container = "
|
|
58870
|
-
const small$2 = "
|
|
58871
|
-
const hasMarks = "
|
|
58872
|
-
const vertical = "
|
|
58873
|
-
const hasArrows = "
|
|
58874
|
-
const button$1 = "
|
|
58875
|
-
const label$1 = "
|
|
58873
|
+
const container = "_container_1itew_335";
|
|
58874
|
+
const small$2 = "_small_1itew_341";
|
|
58875
|
+
const hasMarks = "_hasMarks_1itew_344";
|
|
58876
|
+
const vertical = "_vertical_1itew_347";
|
|
58877
|
+
const hasArrows = "_hasArrows_1itew_351";
|
|
58878
|
+
const button$1 = "_button_1itew_355";
|
|
58879
|
+
const label$1 = "_label_1itew_358";
|
|
58876
58880
|
const styles$b = {
|
|
58877
58881
|
container,
|
|
58878
58882
|
small: small$2,
|
|
@@ -59084,23 +59088,23 @@ Spacer.propTypes = {
|
|
|
59084
59088
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59085
59089
|
flex: propTypes$1.exports.bool
|
|
59086
59090
|
};
|
|
59087
|
-
const inputInTable$2 = "
|
|
59088
|
-
const inputHover$2 = "
|
|
59089
|
-
const inputFocus$2 = "
|
|
59090
|
-
const inputError$2 = "
|
|
59091
|
-
const inputWarning$2 = "
|
|
59092
|
-
const inputDisabled$2 = "
|
|
59093
|
-
const hideScrollbars$2 = "
|
|
59094
|
-
const cellWrapperPadding$3 = "
|
|
59095
|
-
const flexBlock$3 = "
|
|
59096
|
-
const scrollWrapper = "
|
|
59097
|
-
const bordered = "
|
|
59098
|
-
const maxHeight = "
|
|
59099
|
-
const table = "
|
|
59100
|
-
const cellWrapper$3 = "
|
|
59101
|
-
const title$2 = "
|
|
59102
|
-
const footer$1 = "
|
|
59103
|
-
const striped = "
|
|
59091
|
+
const inputInTable$2 = "_inputInTable_dlfrf_335";
|
|
59092
|
+
const inputHover$2 = "_inputHover_dlfrf_341";
|
|
59093
|
+
const inputFocus$2 = "_inputFocus_dlfrf_346";
|
|
59094
|
+
const inputError$2 = "_inputError_dlfrf_353";
|
|
59095
|
+
const inputWarning$2 = "_inputWarning_dlfrf_354";
|
|
59096
|
+
const inputDisabled$2 = "_inputDisabled_dlfrf_389";
|
|
59097
|
+
const hideScrollbars$2 = "_hideScrollbars_dlfrf_394";
|
|
59098
|
+
const cellWrapperPadding$3 = "_cellWrapperPadding_dlfrf_404";
|
|
59099
|
+
const flexBlock$3 = "_flexBlock_dlfrf_407";
|
|
59100
|
+
const scrollWrapper = "_scrollWrapper_dlfrf_420";
|
|
59101
|
+
const bordered = "_bordered_dlfrf_420";
|
|
59102
|
+
const maxHeight = "_maxHeight_dlfrf_424";
|
|
59103
|
+
const table = "_table_dlfrf_433";
|
|
59104
|
+
const cellWrapper$3 = "_cellWrapper_dlfrf_404";
|
|
59105
|
+
const title$2 = "_title_dlfrf_515";
|
|
59106
|
+
const footer$1 = "_footer_dlfrf_516";
|
|
59107
|
+
const striped = "_striped_dlfrf_521";
|
|
59104
59108
|
const styles$a = {
|
|
59105
59109
|
inputInTable: inputInTable$2,
|
|
59106
59110
|
inputHover: inputHover$2,
|
|
@@ -59120,10 +59124,10 @@ const styles$a = {
|
|
|
59120
59124
|
footer: footer$1,
|
|
59121
59125
|
striped
|
|
59122
59126
|
};
|
|
59123
|
-
const cellWrapperPadding$2 = "
|
|
59124
|
-
const flexBlock$2 = "
|
|
59125
|
-
const cellWrapper$2 = "
|
|
59126
|
-
const title$1 = "
|
|
59127
|
+
const cellWrapperPadding$2 = "_cellWrapperPadding_h6mne_335";
|
|
59128
|
+
const flexBlock$2 = "_flexBlock_h6mne_338";
|
|
59129
|
+
const cellWrapper$2 = "_cellWrapper_h6mne_335";
|
|
59130
|
+
const title$1 = "_title_h6mne_346";
|
|
59127
59131
|
const styles$9 = {
|
|
59128
59132
|
cellWrapperPadding: cellWrapperPadding$2,
|
|
59129
59133
|
flexBlock: flexBlock$2,
|
|
@@ -59185,10 +59189,10 @@ Title$1.propTypes = {
|
|
|
59185
59189
|
]),
|
|
59186
59190
|
testId: propTypes$1.exports.string
|
|
59187
59191
|
};
|
|
59188
|
-
const cellWrapperPadding$1 = "
|
|
59189
|
-
const flexBlock$1 = "
|
|
59190
|
-
const cellWrapper$1 = "
|
|
59191
|
-
const footer = "
|
|
59192
|
+
const cellWrapperPadding$1 = "_cellWrapperPadding_1extq_335";
|
|
59193
|
+
const flexBlock$1 = "_flexBlock_1extq_338";
|
|
59194
|
+
const cellWrapper$1 = "_cellWrapper_1extq_335";
|
|
59195
|
+
const footer = "_footer_1extq_346";
|
|
59192
59196
|
const styles$8 = {
|
|
59193
59197
|
cellWrapperPadding: cellWrapperPadding$1,
|
|
59194
59198
|
flexBlock: flexBlock$1,
|
|
@@ -59259,39 +59263,39 @@ function CgSortAz(props) {
|
|
|
59259
59263
|
function CgSortZa(props) {
|
|
59260
59264
|
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);
|
|
59261
59265
|
}
|
|
59262
|
-
const inputInTable$1 = "
|
|
59263
|
-
const inputHover$1 = "
|
|
59264
|
-
const inputFocus$1 = "
|
|
59265
|
-
const inputError$1 = "
|
|
59266
|
-
const inputWarning$1 = "
|
|
59267
|
-
const inputDisabled$1 = "
|
|
59268
|
-
const hideScrollbars$1 = "
|
|
59269
|
-
const cellWrapperPadding = "
|
|
59270
|
-
const flexBlock = "
|
|
59271
|
-
const cellWrapper = "
|
|
59272
|
-
const disabledLink = "
|
|
59273
|
-
const inputWrapper = "
|
|
59274
|
-
const breakWord = "
|
|
59275
|
-
const inputCell = "
|
|
59276
|
-
const sliderCell = "
|
|
59277
|
-
const staticCell = "
|
|
59278
|
-
const staticCellContent = "
|
|
59279
|
-
const error$1 = "
|
|
59280
|
-
const warning$2 = "
|
|
59281
|
-
const unit = "
|
|
59282
|
-
const disabled$2 = "
|
|
59283
|
-
const sortingCell = "
|
|
59284
|
-
const sortingCellIcon = "
|
|
59285
|
-
const icon = "
|
|
59286
|
-
const checkBoxCell = "
|
|
59287
|
-
const iconCell = "
|
|
59288
|
-
const iconWrapper = "
|
|
59289
|
-
const actionsCell = "
|
|
59290
|
-
const rightAligned = "
|
|
59291
|
-
const centerAligned = "
|
|
59292
|
-
const leftAligned = "
|
|
59293
|
-
const popover = "
|
|
59294
|
-
const disabledPointerEvents = "
|
|
59266
|
+
const inputInTable$1 = "_inputInTable_1k4d6_335";
|
|
59267
|
+
const inputHover$1 = "_inputHover_1k4d6_341";
|
|
59268
|
+
const inputFocus$1 = "_inputFocus_1k4d6_346";
|
|
59269
|
+
const inputError$1 = "_inputError_1k4d6_353";
|
|
59270
|
+
const inputWarning$1 = "_inputWarning_1k4d6_354";
|
|
59271
|
+
const inputDisabled$1 = "_inputDisabled_1k4d6_389";
|
|
59272
|
+
const hideScrollbars$1 = "_hideScrollbars_1k4d6_394";
|
|
59273
|
+
const cellWrapperPadding = "_cellWrapperPadding_1k4d6_404";
|
|
59274
|
+
const flexBlock = "_flexBlock_1k4d6_407";
|
|
59275
|
+
const cellWrapper = "_cellWrapper_1k4d6_404";
|
|
59276
|
+
const disabledLink = "_disabledLink_1k4d6_425";
|
|
59277
|
+
const inputWrapper = "_inputWrapper_1k4d6_429";
|
|
59278
|
+
const breakWord = "_breakWord_1k4d6_445";
|
|
59279
|
+
const inputCell = "_inputCell_1k4d6_448";
|
|
59280
|
+
const sliderCell = "_sliderCell_1k4d6_451";
|
|
59281
|
+
const staticCell = "_staticCell_1k4d6_455";
|
|
59282
|
+
const staticCellContent = "_staticCellContent_1k4d6_458";
|
|
59283
|
+
const error$1 = "_error_1k4d6_467";
|
|
59284
|
+
const warning$2 = "_warning_1k4d6_468";
|
|
59285
|
+
const unit = "_unit_1k4d6_505";
|
|
59286
|
+
const disabled$2 = "_disabled_1k4d6_425";
|
|
59287
|
+
const sortingCell = "_sortingCell_1k4d6_513";
|
|
59288
|
+
const sortingCellIcon = "_sortingCellIcon_1k4d6_521";
|
|
59289
|
+
const icon = "_icon_1k4d6_528";
|
|
59290
|
+
const checkBoxCell = "_checkBoxCell_1k4d6_532";
|
|
59291
|
+
const iconCell = "_iconCell_1k4d6_536";
|
|
59292
|
+
const iconWrapper = "_iconWrapper_1k4d6_541";
|
|
59293
|
+
const actionsCell = "_actionsCell_1k4d6_545";
|
|
59294
|
+
const rightAligned = "_rightAligned_1k4d6_549";
|
|
59295
|
+
const centerAligned = "_centerAligned_1k4d6_555";
|
|
59296
|
+
const leftAligned = "_leftAligned_1k4d6_558";
|
|
59297
|
+
const popover = "_popover_1k4d6_561";
|
|
59298
|
+
const disabledPointerEvents = "_disabledPointerEvents_1k4d6_564";
|
|
59295
59299
|
const styles$7 = {
|
|
59296
59300
|
inputInTable: inputInTable$1,
|
|
59297
59301
|
inputHover: inputHover$1,
|
|
@@ -60077,13 +60081,13 @@ Cell.propTypes = {
|
|
|
60077
60081
|
cell: cellShape,
|
|
60078
60082
|
testId: propTypes$1.exports.string
|
|
60079
60083
|
};
|
|
60080
|
-
const clickableRow = "
|
|
60081
|
-
const hoverableRow = "
|
|
60082
|
-
const rowActive = "
|
|
60083
|
-
const expandableRow = "
|
|
60084
|
-
const flush2 = "
|
|
60085
|
-
const dragIconCell = "
|
|
60086
|
-
const dragIcon = "
|
|
60084
|
+
const clickableRow = "_clickableRow_1t5fb_335";
|
|
60085
|
+
const hoverableRow = "_hoverableRow_1t5fb_338";
|
|
60086
|
+
const rowActive = "_rowActive_1t5fb_338";
|
|
60087
|
+
const expandableRow = "_expandableRow_1t5fb_342";
|
|
60088
|
+
const flush2 = "_flush_1t5fb_342";
|
|
60089
|
+
const dragIconCell = "_dragIconCell_1t5fb_362";
|
|
60090
|
+
const dragIcon = "_dragIcon_1t5fb_362";
|
|
60087
60091
|
const styles$6 = {
|
|
60088
60092
|
clickableRow,
|
|
60089
60093
|
hoverableRow,
|
|
@@ -60623,16 +60627,16 @@ Table.propTypes = {
|
|
|
60623
60627
|
}).isRequired,
|
|
60624
60628
|
onListReorder: propTypes$1.exports.func
|
|
60625
60629
|
};
|
|
60626
|
-
const tabs = "
|
|
60627
|
-
const padding = "
|
|
60628
|
-
const margin = "
|
|
60629
|
-
const contentPadding = "
|
|
60630
|
-
const item$1 = "
|
|
60631
|
-
const active$1 = "
|
|
60632
|
-
const hidden = "
|
|
60633
|
-
const disabled$1 = "
|
|
60634
|
-
const left$1 = "
|
|
60635
|
-
const right$1 = "
|
|
60630
|
+
const tabs = "_tabs_jc7kg_335";
|
|
60631
|
+
const padding = "_padding_jc7kg_341";
|
|
60632
|
+
const margin = "_margin_jc7kg_345";
|
|
60633
|
+
const contentPadding = "_contentPadding_jc7kg_348";
|
|
60634
|
+
const item$1 = "_item_jc7kg_351";
|
|
60635
|
+
const active$1 = "_active_jc7kg_380";
|
|
60636
|
+
const hidden = "_hidden_jc7kg_385";
|
|
60637
|
+
const disabled$1 = "_disabled_jc7kg_388";
|
|
60638
|
+
const left$1 = "_left_jc7kg_392";
|
|
60639
|
+
const right$1 = "_right_jc7kg_392";
|
|
60636
60640
|
const styles$5 = {
|
|
60637
60641
|
tabs,
|
|
60638
60642
|
padding,
|
|
@@ -60860,18 +60864,18 @@ TextLink.propTypes = {
|
|
|
60860
60864
|
target: propTypes$1.exports.string,
|
|
60861
60865
|
testId: propTypes$1.exports.string
|
|
60862
60866
|
};
|
|
60863
|
-
const inputInTable = "
|
|
60864
|
-
const inputHover = "
|
|
60865
|
-
const inputFocus = "
|
|
60866
|
-
const inputError = "
|
|
60867
|
-
const inputWarning = "
|
|
60868
|
-
const inputDisabled = "
|
|
60869
|
-
const hideScrollbars = "
|
|
60870
|
-
const textarea = "
|
|
60871
|
-
const small$1 = "
|
|
60872
|
-
const error = "
|
|
60873
|
-
const warning$1 = "
|
|
60874
|
-
const monospace = "
|
|
60867
|
+
const inputInTable = "_inputInTable_yb5q9_335";
|
|
60868
|
+
const inputHover = "_inputHover_yb5q9_341";
|
|
60869
|
+
const inputFocus = "_inputFocus_yb5q9_346";
|
|
60870
|
+
const inputError = "_inputError_yb5q9_353";
|
|
60871
|
+
const inputWarning = "_inputWarning_yb5q9_354";
|
|
60872
|
+
const inputDisabled = "_inputDisabled_yb5q9_389";
|
|
60873
|
+
const hideScrollbars = "_hideScrollbars_yb5q9_394";
|
|
60874
|
+
const textarea = "_textarea_yb5q9_404";
|
|
60875
|
+
const small$1 = "_small_yb5q9_441";
|
|
60876
|
+
const error = "_error_yb5q9_447";
|
|
60877
|
+
const warning$1 = "_warning_yb5q9_464";
|
|
60878
|
+
const monospace = "_monospace_yb5q9_481";
|
|
60875
60879
|
const styles$4 = {
|
|
60876
60880
|
inputInTable,
|
|
60877
60881
|
inputHover,
|
|
@@ -62064,10 +62068,10 @@ const toast = ({ id: id2, message: message2, autoClose = 6e3, onClose }) => {
|
|
|
62064
62068
|
type: toastType
|
|
62065
62069
|
});
|
|
62066
62070
|
};
|
|
62067
|
-
const toggle$1 = "
|
|
62068
|
-
const small = "
|
|
62069
|
-
const disabled = "
|
|
62070
|
-
const noMargin = "
|
|
62071
|
+
const toggle$1 = "_toggle_rnsmr_343";
|
|
62072
|
+
const small = "_small_rnsmr_358";
|
|
62073
|
+
const disabled = "_disabled_rnsmr_430";
|
|
62074
|
+
const noMargin = "_noMargin_rnsmr_441";
|
|
62071
62075
|
const styles$3 = {
|
|
62072
62076
|
toggle: toggle$1,
|
|
62073
62077
|
small,
|
|
@@ -62143,21 +62147,21 @@ Toggle.propTypes = {
|
|
|
62143
62147
|
helpText: propTypes$1.exports.string,
|
|
62144
62148
|
onClickHelp: propTypes$1.exports.func
|
|
62145
62149
|
};
|
|
62146
|
-
const topbar = "
|
|
62147
|
-
const fixed = "
|
|
62148
|
-
const title = "
|
|
62149
|
-
const logo = "
|
|
62150
|
-
const label = "
|
|
62151
|
-
const brand = "
|
|
62152
|
-
const version = "
|
|
62153
|
-
const left = "
|
|
62154
|
-
const right = "
|
|
62155
|
-
const item = "
|
|
62156
|
-
const link = "
|
|
62157
|
-
const button = "
|
|
62158
|
-
const menu = "
|
|
62159
|
-
const active = "
|
|
62160
|
-
const alert = "
|
|
62150
|
+
const topbar = "_topbar_8tc9g_343";
|
|
62151
|
+
const fixed = "_fixed_8tc9g_354";
|
|
62152
|
+
const title = "_title_8tc9g_362";
|
|
62153
|
+
const logo = "_logo_8tc9g_378";
|
|
62154
|
+
const label = "_label_8tc9g_381";
|
|
62155
|
+
const brand = "_brand_8tc9g_386";
|
|
62156
|
+
const version = "_version_8tc9g_391";
|
|
62157
|
+
const left = "_left_8tc9g_399";
|
|
62158
|
+
const right = "_right_8tc9g_400";
|
|
62159
|
+
const item = "_item_8tc9g_417";
|
|
62160
|
+
const link = "_link_8tc9g_418";
|
|
62161
|
+
const button = "_button_8tc9g_430";
|
|
62162
|
+
const menu = "_menu_8tc9g_431";
|
|
62163
|
+
const active = "_active_8tc9g_459";
|
|
62164
|
+
const alert = "_alert_8tc9g_484";
|
|
62161
62165
|
const styles$2 = {
|
|
62162
62166
|
topbar,
|
|
62163
62167
|
fixed,
|
|
@@ -74097,12 +74101,12 @@ function AiOutlineMinusSquare(props) {
|
|
|
74097
74101
|
function AiOutlinePlusSquare(props) {
|
|
74098
74102
|
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);
|
|
74099
74103
|
}
|
|
74100
|
-
const tree = "
|
|
74101
|
-
const toggle = "
|
|
74102
|
-
const dropTarget = "
|
|
74103
|
-
const draggingSource = "
|
|
74104
|
-
const placeholderContainer = "
|
|
74105
|
-
const placeholder2 = "
|
|
74104
|
+
const tree = "_tree_1ykbp_335";
|
|
74105
|
+
const toggle = "_toggle_1ykbp_338";
|
|
74106
|
+
const dropTarget = "_dropTarget_1ykbp_342";
|
|
74107
|
+
const draggingSource = "_draggingSource_1ykbp_345";
|
|
74108
|
+
const placeholderContainer = "_placeholderContainer_1ykbp_348";
|
|
74109
|
+
const placeholder2 = "_placeholder_1ykbp_348";
|
|
74106
74110
|
const styles = {
|
|
74107
74111
|
tree,
|
|
74108
74112
|
toggle,
|
|
@@ -74119,7 +74123,8 @@ const TreeItem = ({
|
|
|
74119
74123
|
hasChild,
|
|
74120
74124
|
draggable: draggable2
|
|
74121
74125
|
}) => {
|
|
74122
|
-
const {
|
|
74126
|
+
const { id: id2, data } = node;
|
|
74127
|
+
const { active: active2, testId, onClick } = data;
|
|
74123
74128
|
const handleToggle = (e2) => {
|
|
74124
74129
|
e2.stopPropagation();
|
|
74125
74130
|
onToggle(id2);
|
|
@@ -74158,7 +74163,7 @@ const TreeItem = ({
|
|
|
74158
74163
|
})
|
|
74159
74164
|
}),
|
|
74160
74165
|
/* @__PURE__ */ jsxRuntime.exports.jsx(MetaContent, {
|
|
74161
|
-
item:
|
|
74166
|
+
item: data
|
|
74162
74167
|
}),
|
|
74163
74168
|
/* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
74164
74169
|
className: listStyles.actions,
|
|
@@ -74186,14 +74191,30 @@ const Tree = ({
|
|
|
74186
74191
|
}) => {
|
|
74187
74192
|
const handleDrop = (newTree) => {
|
|
74188
74193
|
if (onListReorder) {
|
|
74189
|
-
|
|
74194
|
+
const newList = newTree.map(({ id: id2, parent, droppable: droppable2, data }) => ({
|
|
74195
|
+
id: id2,
|
|
74196
|
+
parent,
|
|
74197
|
+
droppable: droppable2,
|
|
74198
|
+
...data
|
|
74199
|
+
}));
|
|
74200
|
+
onListReorder(newList);
|
|
74190
74201
|
}
|
|
74191
74202
|
};
|
|
74192
74203
|
const handleOpen = (id2) => {
|
|
74193
|
-
if (
|
|
74204
|
+
if (onChangeOpen) {
|
|
74194
74205
|
onChangeOpen(id2);
|
|
74195
74206
|
}
|
|
74196
74207
|
};
|
|
74208
|
+
const tree2 = list2.items.map(({ id: id2, droppable: droppable2, parent, name: name2, ...rest }) => ({
|
|
74209
|
+
id: id2,
|
|
74210
|
+
text: name2,
|
|
74211
|
+
droppable: droppable2,
|
|
74212
|
+
parent,
|
|
74213
|
+
data: {
|
|
74214
|
+
name: name2,
|
|
74215
|
+
...rest
|
|
74216
|
+
}
|
|
74217
|
+
}));
|
|
74197
74218
|
return /* @__PURE__ */ jsxRuntime.exports.jsxs("div", {
|
|
74198
74219
|
"data-testid": testId,
|
|
74199
74220
|
children: [
|
|
@@ -74209,11 +74230,11 @@ const Tree = ({
|
|
|
74209
74230
|
context: window,
|
|
74210
74231
|
children: /* @__PURE__ */ jsxRuntime.exports.jsx(Tree$1, {
|
|
74211
74232
|
ref: treeRef,
|
|
74212
|
-
tree:
|
|
74233
|
+
tree: tree2,
|
|
74213
74234
|
sort: false,
|
|
74214
74235
|
insertDroppableFirst: false,
|
|
74215
74236
|
canDrag: () => draggable2,
|
|
74216
|
-
canDrop: (
|
|
74237
|
+
canDrop: (tree22, { dragSource, dropTargetId }) => {
|
|
74217
74238
|
if ((dragSource == null ? void 0 : dragSource.parent) === dropTargetId) {
|
|
74218
74239
|
return true;
|
|
74219
74240
|
}
|