@oliasoft-open-source/react-ui-library 4.0.0-beta-37 → 4.0.0-beta-39
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 +801 -809
- package/dist/index.js +402 -377
- package/dist/index.js.map +1 -1
- package/package.json +13 -11
package/dist/index.js
CHANGED
|
@@ -1925,8 +1925,8 @@ var classnames = { exports: {} };
|
|
|
1925
1925
|
})();
|
|
1926
1926
|
})(classnames);
|
|
1927
1927
|
const cx$2 = classnames.exports;
|
|
1928
|
-
const chevron = "
|
|
1929
|
-
const expanded$2 = "
|
|
1928
|
+
const chevron = "_chevron_z2anz_1";
|
|
1929
|
+
const expanded$2 = "_expanded_z2anz_9";
|
|
1930
1930
|
const styles$T = {
|
|
1931
1931
|
chevron,
|
|
1932
1932
|
expanded: expanded$2
|
|
@@ -3279,15 +3279,15 @@ const Chevron = ({ expanded: expanded2 }) => {
|
|
|
3279
3279
|
})
|
|
3280
3280
|
});
|
|
3281
3281
|
};
|
|
3282
|
-
const accordion = "
|
|
3283
|
-
const accordionHeader = "
|
|
3284
|
-
const heading$6 = "
|
|
3285
|
-
const clickable$1 = "
|
|
3286
|
-
const bordered$4 = "
|
|
3287
|
-
const accordionContent = "
|
|
3288
|
-
const expanded$1 = "
|
|
3289
|
-
const padding$3 = "
|
|
3290
|
-
const squareBottom = "
|
|
3282
|
+
const accordion = "_accordion_tjobd_1";
|
|
3283
|
+
const accordionHeader = "_accordionHeader_tjobd_5";
|
|
3284
|
+
const heading$6 = "_heading_tjobd_9";
|
|
3285
|
+
const clickable$1 = "_clickable_tjobd_12";
|
|
3286
|
+
const bordered$4 = "_bordered_tjobd_18";
|
|
3287
|
+
const accordionContent = "_accordionContent_tjobd_18";
|
|
3288
|
+
const expanded$1 = "_expanded_tjobd_31";
|
|
3289
|
+
const padding$3 = "_padding_tjobd_40";
|
|
3290
|
+
const squareBottom = "_squareBottom_tjobd_43";
|
|
3291
3291
|
const styles$R = {
|
|
3292
3292
|
accordion,
|
|
3293
3293
|
accordionHeader,
|
|
@@ -3412,13 +3412,13 @@ Accordion.propTypes = {
|
|
|
3412
3412
|
squareBottom: propTypes$1.exports.bool,
|
|
3413
3413
|
testId: propTypes$1.exports.string
|
|
3414
3414
|
};
|
|
3415
|
-
const checkbox = "
|
|
3416
|
-
const noLabel = "
|
|
3417
|
-
const small$d = "
|
|
3418
|
-
const checkmark = "
|
|
3419
|
-
const disabled$9 = "
|
|
3420
|
-
const noMargin$2 = "
|
|
3421
|
-
const isInTable$4 = "
|
|
3415
|
+
const checkbox = "_checkbox_1mw9n_1";
|
|
3416
|
+
const noLabel = "_noLabel_1mw9n_17";
|
|
3417
|
+
const small$d = "_small_1mw9n_20";
|
|
3418
|
+
const checkmark = "_checkmark_1mw9n_43";
|
|
3419
|
+
const disabled$9 = "_disabled_1mw9n_67";
|
|
3420
|
+
const noMargin$2 = "_noMargin_1mw9n_81";
|
|
3421
|
+
const isInTable$4 = "_isInTable_1mw9n_84";
|
|
3422
3422
|
const styles$Q = {
|
|
3423
3423
|
checkbox,
|
|
3424
3424
|
noLabel,
|
|
@@ -5444,7 +5444,7 @@ TooltipLayer.defaultProps = {
|
|
|
5444
5444
|
warning: false,
|
|
5445
5445
|
maxWidth: "none",
|
|
5446
5446
|
fontSize: "inherit",
|
|
5447
|
-
padding: "var(--
|
|
5447
|
+
padding: "var(--padding-xxs) var(--padding-xs)",
|
|
5448
5448
|
layerProps: {
|
|
5449
5449
|
style: {
|
|
5450
5450
|
position: "fixed"
|
|
@@ -5546,7 +5546,7 @@ Tooltip.defaultProps = {
|
|
|
5546
5546
|
"right-center"
|
|
5547
5547
|
],
|
|
5548
5548
|
fontSize: "inherit",
|
|
5549
|
-
padding: "var(--
|
|
5549
|
+
padding: "var(--padding-xxs) var(--padding-xs)",
|
|
5550
5550
|
display: "inline",
|
|
5551
5551
|
flex: "none",
|
|
5552
5552
|
forceOpen: false
|
|
@@ -5735,10 +5735,10 @@ CheckBox.propTypes = {
|
|
|
5735
5735
|
helpText: propTypes$1.exports.string,
|
|
5736
5736
|
onClickHelp: propTypes$1.exports.func
|
|
5737
5737
|
};
|
|
5738
|
-
const bordered$3 = "
|
|
5739
|
-
const checkboxWrapper = "
|
|
5740
|
-
const padding$2 = "
|
|
5741
|
-
const contentWrapper = "
|
|
5738
|
+
const bordered$3 = "_bordered_1cgsf_1";
|
|
5739
|
+
const checkboxWrapper = "_checkboxWrapper_1cgsf_7";
|
|
5740
|
+
const padding$2 = "_padding_1cgsf_13";
|
|
5741
|
+
const contentWrapper = "_contentWrapper_1cgsf_16";
|
|
5742
5742
|
const styles$N = {
|
|
5743
5743
|
bordered: bordered$3,
|
|
5744
5744
|
checkboxWrapper,
|
|
@@ -11278,34 +11278,34 @@ var lodash = { exports: {} };
|
|
|
11278
11278
|
}).call(commonjsGlobal);
|
|
11279
11279
|
})(lodash, lodash.exports);
|
|
11280
11280
|
const _$1 = lodash.exports;
|
|
11281
|
-
const wrapper$4 = "
|
|
11282
|
-
const layer$1 = "
|
|
11283
|
-
const layerContainer$1 = "
|
|
11284
|
-
const nested = "
|
|
11285
|
-
const fileInput$1 = "
|
|
11286
|
-
const trigger$2 = "
|
|
11287
|
-
const middleAlignedInline = "
|
|
11288
|
-
const heading$5 = "
|
|
11289
|
-
const headingIcon = "
|
|
11290
|
-
const option$1 = "
|
|
11291
|
-
const active$8 = "
|
|
11292
|
-
const selected$1 = "
|
|
11293
|
-
const optionContent$1 = "
|
|
11294
|
-
const inline$4 = "
|
|
11295
|
-
const icon$5 = "
|
|
11296
|
-
const check$1 = "
|
|
11297
|
-
const text$3 = "
|
|
11298
|
-
const label$a = "
|
|
11299
|
-
const description = "
|
|
11300
|
-
const arrow$1 = "
|
|
11301
|
-
const divider$1 = "
|
|
11302
|
-
const deprecatedSemanticIcon = "
|
|
11303
|
-
const disabled$8 = "
|
|
11304
|
-
const buttonLabel = "
|
|
11305
|
-
const buttonCaret = "
|
|
11306
|
-
const component = "
|
|
11307
|
-
const right$7 = "
|
|
11308
|
-
const actions$2 = "
|
|
11281
|
+
const wrapper$4 = "_wrapper_i13yk_1";
|
|
11282
|
+
const layer$1 = "_layer_i13yk_5";
|
|
11283
|
+
const layerContainer$1 = "_layerContainer_i13yk_8";
|
|
11284
|
+
const nested = "_nested_i13yk_23";
|
|
11285
|
+
const fileInput$1 = "_fileInput_i13yk_35";
|
|
11286
|
+
const trigger$2 = "_trigger_i13yk_41";
|
|
11287
|
+
const middleAlignedInline = "_middleAlignedInline_i13yk_50";
|
|
11288
|
+
const heading$5 = "_heading_i13yk_56";
|
|
11289
|
+
const headingIcon = "_headingIcon_i13yk_62";
|
|
11290
|
+
const option$1 = "_option_i13yk_74";
|
|
11291
|
+
const active$8 = "_active_i13yk_92";
|
|
11292
|
+
const selected$1 = "_selected_i13yk_97";
|
|
11293
|
+
const optionContent$1 = "_optionContent_i13yk_103";
|
|
11294
|
+
const inline$4 = "_inline_i13yk_108";
|
|
11295
|
+
const icon$5 = "_icon_i13yk_113";
|
|
11296
|
+
const check$1 = "_check_i13yk_114";
|
|
11297
|
+
const text$3 = "_text_i13yk_136";
|
|
11298
|
+
const label$a = "_label_i13yk_141";
|
|
11299
|
+
const description = "_description_i13yk_152";
|
|
11300
|
+
const arrow$1 = "_arrow_i13yk_156";
|
|
11301
|
+
const divider$1 = "_divider_i13yk_160";
|
|
11302
|
+
const deprecatedSemanticIcon = "_deprecatedSemanticIcon_i13yk_164";
|
|
11303
|
+
const disabled$8 = "_disabled_i13yk_168";
|
|
11304
|
+
const buttonLabel = "_buttonLabel_i13yk_173";
|
|
11305
|
+
const buttonCaret = "_buttonCaret_i13yk_179";
|
|
11306
|
+
const component = "_component_i13yk_183";
|
|
11307
|
+
const right$7 = "_right_i13yk_189";
|
|
11308
|
+
const actions$2 = "_actions_i13yk_194";
|
|
11309
11309
|
const styles$M = {
|
|
11310
11310
|
wrapper: wrapper$4,
|
|
11311
11311
|
layer: layer$1,
|
|
@@ -11555,14 +11555,14 @@ const placementOptions$1 = (placement, isNested = false) => ({
|
|
|
11555
11555
|
preferY: "bottom",
|
|
11556
11556
|
placement: placement || (isNested ? "right-start" : "bottom-start")
|
|
11557
11557
|
});
|
|
11558
|
-
const wrapper$3 = "
|
|
11559
|
-
const badge = "
|
|
11560
|
-
const label$9 = "
|
|
11561
|
-
const dark = "
|
|
11562
|
-
const light = "
|
|
11563
|
-
const small$c = "
|
|
11564
|
-
const dot = "
|
|
11565
|
-
const hasChildren = "
|
|
11558
|
+
const wrapper$3 = "_wrapper_1coiq_1";
|
|
11559
|
+
const badge = "_badge_1coiq_5";
|
|
11560
|
+
const label$9 = "_label_1coiq_11";
|
|
11561
|
+
const dark = "_dark_1coiq_23";
|
|
11562
|
+
const light = "_light_1coiq_26";
|
|
11563
|
+
const small$c = "_small_1coiq_29";
|
|
11564
|
+
const dot = "_dot_1coiq_33";
|
|
11565
|
+
const hasChildren = "_hasChildren_1coiq_38";
|
|
11566
11566
|
const styles$L = {
|
|
11567
11567
|
wrapper: wrapper$3,
|
|
11568
11568
|
badge,
|
|
@@ -11618,32 +11618,32 @@ Badge.propTypes = {
|
|
|
11618
11618
|
margin: propTypes$1.exports.string,
|
|
11619
11619
|
small: propTypes$1.exports.bool
|
|
11620
11620
|
};
|
|
11621
|
-
const inputInTable$b = "
|
|
11622
|
-
const inputHover$b = "
|
|
11623
|
-
const inputFocus$b = "
|
|
11624
|
-
const inputError$b = "
|
|
11625
|
-
const inputWarning$b = "
|
|
11626
|
-
const inputDisabled$b = "
|
|
11627
|
-
const hideScrollbars$b = "
|
|
11628
|
-
const button$3 = "
|
|
11629
|
-
const active$7 = "
|
|
11630
|
-
const green$1 = "
|
|
11631
|
-
const red$1 = "
|
|
11632
|
-
const orange$1 = "
|
|
11633
|
-
const icon$4 = "
|
|
11634
|
-
const iconOnly = "
|
|
11635
|
-
const basic = "
|
|
11636
|
-
const muted$2 = "
|
|
11637
|
-
const disabled$7 = "
|
|
11638
|
-
const small$b = "
|
|
11639
|
-
const pill = "
|
|
11640
|
-
const round = "
|
|
11641
|
-
const error$8 = "
|
|
11642
|
-
const warning$c = "
|
|
11643
|
-
const inverted$1 = "
|
|
11644
|
-
const groupOrderFirst$4 = "
|
|
11645
|
-
const groupOrderMiddle$4 = "
|
|
11646
|
-
const groupOrderLast$4 = "
|
|
11621
|
+
const inputInTable$b = "_inputInTable_15rbm_1";
|
|
11622
|
+
const inputHover$b = "_inputHover_15rbm_13";
|
|
11623
|
+
const inputFocus$b = "_inputFocus_15rbm_18";
|
|
11624
|
+
const inputError$b = "_inputError_15rbm_25";
|
|
11625
|
+
const inputWarning$b = "_inputWarning_15rbm_26";
|
|
11626
|
+
const inputDisabled$b = "_inputDisabled_15rbm_61";
|
|
11627
|
+
const hideScrollbars$b = "_hideScrollbars_15rbm_67";
|
|
11628
|
+
const button$3 = "_button_15rbm_103";
|
|
11629
|
+
const active$7 = "_active_15rbm_139";
|
|
11630
|
+
const green$1 = "_green_15rbm_139";
|
|
11631
|
+
const red$1 = "_red_15rbm_139";
|
|
11632
|
+
const orange$1 = "_orange_15rbm_139";
|
|
11633
|
+
const icon$4 = "_icon_15rbm_151";
|
|
11634
|
+
const iconOnly = "_iconOnly_15rbm_157";
|
|
11635
|
+
const basic = "_basic_15rbm_167";
|
|
11636
|
+
const muted$2 = "_muted_15rbm_173";
|
|
11637
|
+
const disabled$7 = "_disabled_15rbm_192";
|
|
11638
|
+
const small$b = "_small_15rbm_202";
|
|
11639
|
+
const pill = "_pill_15rbm_207";
|
|
11640
|
+
const round = "_round_15rbm_208";
|
|
11641
|
+
const error$8 = "_error_15rbm_275";
|
|
11642
|
+
const warning$c = "_warning_15rbm_292";
|
|
11643
|
+
const inverted$1 = "_inverted_15rbm_309";
|
|
11644
|
+
const groupOrderFirst$4 = "_groupOrderFirst_15rbm_339";
|
|
11645
|
+
const groupOrderMiddle$4 = "_groupOrderMiddle_15rbm_340";
|
|
11646
|
+
const groupOrderLast$4 = "_groupOrderLast_15rbm_341";
|
|
11647
11647
|
const buttonStyles = {
|
|
11648
11648
|
inputInTable: inputInTable$b,
|
|
11649
11649
|
inputHover: inputHover$b,
|
|
@@ -12365,9 +12365,9 @@ Menu.propTypes = {
|
|
|
12365
12365
|
open: propTypes$1.exports.bool,
|
|
12366
12366
|
setOpen: propTypes$1.exports.func
|
|
12367
12367
|
};
|
|
12368
|
-
const actions$1 = "
|
|
12369
|
-
const actionComponentContainer = "
|
|
12370
|
-
const active$6 = "
|
|
12368
|
+
const actions$1 = "_actions_1nid8_1";
|
|
12369
|
+
const actionComponentContainer = "_actionComponentContainer_1nid8_11";
|
|
12370
|
+
const active$6 = "_active_1nid8_33";
|
|
12371
12371
|
const styles$J = {
|
|
12372
12372
|
actions: actions$1,
|
|
12373
12373
|
actionComponentContainer,
|
|
@@ -12468,12 +12468,12 @@ Actions.propTypes = {
|
|
|
12468
12468
|
actions: actionsShape,
|
|
12469
12469
|
right: propTypes$1.exports.bool
|
|
12470
12470
|
};
|
|
12471
|
-
const breadcrumb = "
|
|
12472
|
-
const small$a = "
|
|
12473
|
-
const labelContainer = "
|
|
12474
|
-
const active$5 = "
|
|
12475
|
-
const disabled$6 = "
|
|
12476
|
-
const separator = "
|
|
12471
|
+
const breadcrumb = "_breadcrumb_2k0cd_1";
|
|
12472
|
+
const small$a = "_small_2k0cd_4";
|
|
12473
|
+
const labelContainer = "_labelContainer_2k0cd_7";
|
|
12474
|
+
const active$5 = "_active_2k0cd_17";
|
|
12475
|
+
const disabled$6 = "_disabled_2k0cd_22";
|
|
12476
|
+
const separator = "_separator_2k0cd_27";
|
|
12477
12477
|
const styles$I = {
|
|
12478
12478
|
breadcrumb,
|
|
12479
12479
|
small: small$a,
|
|
@@ -12661,13 +12661,13 @@ ButtonGroup.propTypes = {
|
|
|
12661
12661
|
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
12662
12662
|
testId: propTypes$1.exports.string
|
|
12663
12663
|
};
|
|
12664
|
-
const card = "
|
|
12665
|
-
const bordered$2 = "
|
|
12666
|
-
const raised = "
|
|
12667
|
-
const cardHeader = "
|
|
12668
|
-
const cardContentBorderTop = "
|
|
12669
|
-
const padding$1 = "
|
|
12670
|
-
const cardContent = "
|
|
12664
|
+
const card = "_card_puxzc_1";
|
|
12665
|
+
const bordered$2 = "_bordered_puxzc_4";
|
|
12666
|
+
const raised = "_raised_puxzc_10";
|
|
12667
|
+
const cardHeader = "_cardHeader_puxzc_13";
|
|
12668
|
+
const cardContentBorderTop = "_cardContentBorderTop_puxzc_19";
|
|
12669
|
+
const padding$1 = "_padding_puxzc_22";
|
|
12670
|
+
const cardContent = "_cardContent_puxzc_19";
|
|
12671
12671
|
const styles$G = {
|
|
12672
12672
|
card,
|
|
12673
12673
|
bordered: bordered$2,
|
|
@@ -14101,7 +14101,7 @@ const Divider = ({ children, margin: margin2, color: color2, align }) => /* @__P
|
|
|
14101
14101
|
}) : children
|
|
14102
14102
|
});
|
|
14103
14103
|
Divider.defaultProps = {
|
|
14104
|
-
margin: "var(--
|
|
14104
|
+
margin: "var(--padding)",
|
|
14105
14105
|
color: "var(--color-border)",
|
|
14106
14106
|
align: "center"
|
|
14107
14107
|
};
|
|
@@ -14110,9 +14110,9 @@ Divider.propTypes = {
|
|
|
14110
14110
|
color: propTypes$1.exports.string,
|
|
14111
14111
|
align: propTypes$1.exports.string
|
|
14112
14112
|
};
|
|
14113
|
-
const heading$4 = "
|
|
14114
|
-
const top$1 = "
|
|
14115
|
-
const icons$2 = "
|
|
14113
|
+
const heading$4 = "_heading_1bklz_1";
|
|
14114
|
+
const top$1 = "_top_1bklz_10";
|
|
14115
|
+
const icons$2 = "_icons_1bklz_20";
|
|
14116
14116
|
const styles$D = {
|
|
14117
14117
|
heading: heading$4,
|
|
14118
14118
|
top: top$1,
|
|
@@ -14189,13 +14189,13 @@ Heading$2.propTypes = {
|
|
|
14189
14189
|
top: propTypes$1.exports.bool,
|
|
14190
14190
|
testId: propTypes$1.exports.string
|
|
14191
14191
|
};
|
|
14192
|
-
const dialog = "
|
|
14193
|
-
const inline$3 = "
|
|
14194
|
-
const scroll$3 = "
|
|
14195
|
-
const header$2 = "
|
|
14196
|
-
const dismiss$2 = "
|
|
14197
|
-
const content$3 = "
|
|
14198
|
-
const footer$2 = "
|
|
14192
|
+
const dialog = "_dialog_ch65x_1";
|
|
14193
|
+
const inline$3 = "_inline_ch65x_18";
|
|
14194
|
+
const scroll$3 = "_scroll_ch65x_21";
|
|
14195
|
+
const header$2 = "_header_ch65x_24";
|
|
14196
|
+
const dismiss$2 = "_dismiss_ch65x_33";
|
|
14197
|
+
const content$3 = "_content_ch65x_38";
|
|
14198
|
+
const footer$2 = "_footer_ch65x_47";
|
|
14199
14199
|
const styles$C = {
|
|
14200
14200
|
dialog,
|
|
14201
14201
|
inline: inline$3,
|
|
@@ -16657,16 +16657,17 @@ Drawer.propTypes = {
|
|
|
16657
16657
|
onClose: propTypes$1.exports.func,
|
|
16658
16658
|
onOpen: propTypes$1.exports.func
|
|
16659
16659
|
};
|
|
16660
|
-
const empty$2 = "
|
|
16661
|
-
const text$2 = "
|
|
16660
|
+
const empty$2 = "_empty_fe425_1";
|
|
16661
|
+
const text$2 = "_text_fe425_11";
|
|
16662
16662
|
const styles$A = {
|
|
16663
16663
|
empty: empty$2,
|
|
16664
16664
|
text: text$2
|
|
16665
16665
|
};
|
|
16666
|
-
const Empty = ({ width, height, text: text2, children }) => {
|
|
16666
|
+
const Empty = ({ width, height, text: text2, children, testId }) => {
|
|
16667
16667
|
return /* @__PURE__ */ jsxRuntime.exports.jsxs("div", {
|
|
16668
16668
|
className: styles$A.empty,
|
|
16669
16669
|
style: { width, height },
|
|
16670
|
+
"data-testId": testId,
|
|
16670
16671
|
children: [
|
|
16671
16672
|
/* @__PURE__ */ jsxRuntime.exports.jsx("svg", {
|
|
16672
16673
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -16717,13 +16718,15 @@ Empty.defaultProps = {
|
|
|
16717
16718
|
width: "auto",
|
|
16718
16719
|
height: "auto",
|
|
16719
16720
|
text: "No data",
|
|
16720
|
-
children: null
|
|
16721
|
+
children: null,
|
|
16722
|
+
testId: null
|
|
16721
16723
|
};
|
|
16722
16724
|
Empty.propTypes = {
|
|
16723
16725
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16724
16726
|
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16725
16727
|
text: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
16726
|
-
children: propTypes$1.exports.node
|
|
16728
|
+
children: propTypes$1.exports.node,
|
|
16729
|
+
testId: propTypes$1.exports.string
|
|
16727
16730
|
};
|
|
16728
16731
|
const inputGroup = "_inputGroup_biuoa_1";
|
|
16729
16732
|
const styles$z = {
|
|
@@ -16808,6 +16811,7 @@ const Input$1 = forwardRef(
|
|
|
16808
16811
|
width: propWidth,
|
|
16809
16812
|
small: small2,
|
|
16810
16813
|
onChange,
|
|
16814
|
+
onPaste,
|
|
16811
16815
|
size: size2,
|
|
16812
16816
|
placeholder: placeholder3,
|
|
16813
16817
|
value,
|
|
@@ -16856,6 +16860,7 @@ const Input$1 = forwardRef(
|
|
|
16856
16860
|
placeholder: placeholder3,
|
|
16857
16861
|
value,
|
|
16858
16862
|
onChange,
|
|
16863
|
+
onPaste,
|
|
16859
16864
|
onKeyPress,
|
|
16860
16865
|
onFocus,
|
|
16861
16866
|
onBlur,
|
|
@@ -16886,6 +16891,8 @@ Input$1.defaultProps = {
|
|
|
16886
16891
|
type: "text",
|
|
16887
16892
|
onChange: () => {
|
|
16888
16893
|
},
|
|
16894
|
+
onPaste: () => {
|
|
16895
|
+
},
|
|
16889
16896
|
onKeyPress: () => {
|
|
16890
16897
|
},
|
|
16891
16898
|
onFocus: () => {
|
|
@@ -16923,6 +16930,7 @@ Input$1.propTypes = {
|
|
|
16923
16930
|
name: propTypes$1.exports.string,
|
|
16924
16931
|
type: propTypes$1.exports.string,
|
|
16925
16932
|
onChange: propTypes$1.exports.func,
|
|
16933
|
+
onPaste: propTypes$1.exports.func,
|
|
16926
16934
|
onKeyPress: propTypes$1.exports.func,
|
|
16927
16935
|
onFocus: propTypes$1.exports.func,
|
|
16928
16936
|
onBlur: propTypes$1.exports.func,
|
|
@@ -17036,9 +17044,9 @@ FileInput.propTypes = {
|
|
|
17036
17044
|
onChange: propTypes$1.exports.func,
|
|
17037
17045
|
testId: propTypes$1.exports.string
|
|
17038
17046
|
};
|
|
17039
|
-
const label$7 = "
|
|
17040
|
-
const labelLeft$1 = "
|
|
17041
|
-
const icons$1 = "
|
|
17047
|
+
const label$7 = "_label_18pfe_1";
|
|
17048
|
+
const labelLeft$1 = "_labelLeft_18pfe_5";
|
|
17049
|
+
const icons$1 = "_icons_18pfe_13";
|
|
17042
17050
|
const styles$w = {
|
|
17043
17051
|
label: label$7,
|
|
17044
17052
|
labelLeft: labelLeft$1,
|
|
@@ -17137,17 +17145,17 @@ Label$2.propTypes = {
|
|
|
17137
17145
|
}),
|
|
17138
17146
|
labelLeft: propTypes$1.exports.bool
|
|
17139
17147
|
};
|
|
17140
|
-
const field = "
|
|
17141
|
-
const labelLeft = "
|
|
17142
|
-
const fieldInput = "
|
|
17143
|
-
const formRow$1 = "
|
|
17144
|
-
const button$2 = "
|
|
17148
|
+
const field = "_field_1xoss_1";
|
|
17149
|
+
const labelLeft = "_labelLeft_1xoss_5";
|
|
17150
|
+
const fieldInput = "_fieldInput_1xoss_9";
|
|
17151
|
+
const formRow$1 = "_formRow_1xoss_12";
|
|
17152
|
+
const button$2 = "_button_1xoss_22";
|
|
17145
17153
|
const styles$v = {
|
|
17146
17154
|
field,
|
|
17147
17155
|
labelLeft,
|
|
17148
17156
|
fieldInput,
|
|
17149
17157
|
formRow: formRow$1,
|
|
17150
|
-
"form-row": "_form-
|
|
17158
|
+
"form-row": "_form-row_1xoss_13",
|
|
17151
17159
|
button: button$2
|
|
17152
17160
|
};
|
|
17153
17161
|
const Field = ({
|
|
@@ -17251,7 +17259,7 @@ const Flex = ({
|
|
|
17251
17259
|
justifyContent,
|
|
17252
17260
|
height,
|
|
17253
17261
|
flexWrap: wrap2 ? "wrap" : "nowrap",
|
|
17254
|
-
gap: gap === false ? 0 : gap === true ? "var(--
|
|
17262
|
+
gap: gap === false ? 0 : gap === true ? "var(--padding)" : gap
|
|
17255
17263
|
},
|
|
17256
17264
|
children
|
|
17257
17265
|
});
|
|
@@ -17278,7 +17286,7 @@ Flex.propTypes = {
|
|
|
17278
17286
|
propTypes$1.exports.number
|
|
17279
17287
|
])
|
|
17280
17288
|
};
|
|
17281
|
-
const formRow = "
|
|
17289
|
+
const formRow = "_formRow_odewu_1";
|
|
17282
17290
|
const styles$u = {
|
|
17283
17291
|
formRow
|
|
17284
17292
|
};
|
|
@@ -17323,7 +17331,7 @@ const Grid = ({
|
|
|
17323
17331
|
columns,
|
|
17324
17332
|
columnsTablet,
|
|
17325
17333
|
columnsMobile,
|
|
17326
|
-
gap: gap === false ? 0 : gap === true ? "var(--
|
|
17334
|
+
gap: gap === false ? 0 : gap === true ? "var(--padding)" : gap,
|
|
17327
17335
|
height,
|
|
17328
17336
|
children
|
|
17329
17337
|
});
|
|
@@ -26297,42 +26305,42 @@ var InfiniteScroll = function(_super) {
|
|
|
26297
26305
|
};
|
|
26298
26306
|
return InfiniteScroll2;
|
|
26299
26307
|
}(Component$1);
|
|
26300
|
-
const inputInTable$8 = "
|
|
26301
|
-
const inputHover$8 = "
|
|
26302
|
-
const inputFocus$8 = "
|
|
26303
|
-
const inputError$8 = "
|
|
26304
|
-
const inputWarning$8 = "
|
|
26305
|
-
const inputDisabled$8 = "
|
|
26306
|
-
const hideScrollbars$8 = "
|
|
26307
|
-
const header$1 = "
|
|
26308
|
-
const headerTitle = "
|
|
26309
|
-
const heading$3 = "
|
|
26310
|
-
const itemHeader = "
|
|
26311
|
-
const narrow = "
|
|
26312
|
-
const stickyHeader = "
|
|
26313
|
-
const title$3 = "
|
|
26314
|
-
const name = "
|
|
26315
|
-
const iconTooltipMargin = "
|
|
26316
|
-
const bold = "
|
|
26317
|
-
const toggleNarrow = "
|
|
26318
|
-
const drag$1 = "
|
|
26319
|
-
const list$1 = "
|
|
26320
|
-
const bordered$1 = "
|
|
26321
|
-
const item$4 = "
|
|
26322
|
-
const action = "
|
|
26323
|
-
const active$3 = "
|
|
26324
|
-
const disabled$5 = "
|
|
26325
|
-
const label$6 = "
|
|
26326
|
-
const details$2 = "
|
|
26327
|
-
const metadata = "
|
|
26328
|
-
const itemContent = "
|
|
26329
|
-
const indentIcon = "
|
|
26330
|
-
const expandIcon = "
|
|
26331
|
-
const expanded = "
|
|
26332
|
-
const right$4 = "
|
|
26333
|
-
const actions = "
|
|
26334
|
-
const scrollableList = "
|
|
26335
|
-
const hideScrollbar = "
|
|
26308
|
+
const inputInTable$8 = "_inputInTable_pre97_1";
|
|
26309
|
+
const inputHover$8 = "_inputHover_pre97_13";
|
|
26310
|
+
const inputFocus$8 = "_inputFocus_pre97_18";
|
|
26311
|
+
const inputError$8 = "_inputError_pre97_25";
|
|
26312
|
+
const inputWarning$8 = "_inputWarning_pre97_26";
|
|
26313
|
+
const inputDisabled$8 = "_inputDisabled_pre97_61";
|
|
26314
|
+
const hideScrollbars$8 = "_hideScrollbars_pre97_67";
|
|
26315
|
+
const header$1 = "_header_pre97_77";
|
|
26316
|
+
const headerTitle = "_headerTitle_pre97_77";
|
|
26317
|
+
const heading$3 = "_heading_pre97_78";
|
|
26318
|
+
const itemHeader = "_itemHeader_pre97_78";
|
|
26319
|
+
const narrow = "_narrow_pre97_81";
|
|
26320
|
+
const stickyHeader = "_stickyHeader_pre97_85";
|
|
26321
|
+
const title$3 = "_title_pre97_96";
|
|
26322
|
+
const name = "_name_pre97_102";
|
|
26323
|
+
const iconTooltipMargin = "_iconTooltipMargin_pre97_105";
|
|
26324
|
+
const bold = "_bold_pre97_108";
|
|
26325
|
+
const toggleNarrow = "_toggleNarrow_pre97_117";
|
|
26326
|
+
const drag$1 = "_drag_pre97_135";
|
|
26327
|
+
const list$1 = "_list_pre97_152";
|
|
26328
|
+
const bordered$1 = "_bordered_pre97_156";
|
|
26329
|
+
const item$4 = "_item_pre97_78";
|
|
26330
|
+
const action = "_action_pre97_189";
|
|
26331
|
+
const active$3 = "_active_pre97_192";
|
|
26332
|
+
const disabled$5 = "_disabled_pre97_207";
|
|
26333
|
+
const label$6 = "_label_pre97_218";
|
|
26334
|
+
const details$2 = "_details_pre97_224";
|
|
26335
|
+
const metadata = "_metadata_pre97_225";
|
|
26336
|
+
const itemContent = "_itemContent_pre97_233";
|
|
26337
|
+
const indentIcon = "_indentIcon_pre97_240";
|
|
26338
|
+
const expandIcon = "_expandIcon_pre97_245";
|
|
26339
|
+
const expanded = "_expanded_pre97_252";
|
|
26340
|
+
const right$4 = "_right_pre97_255";
|
|
26341
|
+
const actions = "_actions_pre97_264";
|
|
26342
|
+
const scrollableList = "_scrollableList_pre97_269";
|
|
26343
|
+
const hideScrollbar = "_hideScrollbar_pre97_67";
|
|
26336
26344
|
const listStyles = {
|
|
26337
26345
|
inputInTable: inputInTable$8,
|
|
26338
26346
|
inputHover: inputHover$8,
|
|
@@ -26937,13 +26945,13 @@ List.propTypes = {
|
|
|
26937
26945
|
}),
|
|
26938
26946
|
testId: propTypes$1.exports.string
|
|
26939
26947
|
};
|
|
26940
|
-
const loader = "
|
|
26941
|
-
const fullViewPortSize = "
|
|
26942
|
-
const cover = "
|
|
26943
|
-
const dimmer = "
|
|
26944
|
-
const content$2 = "
|
|
26945
|
-
const text$1 = "
|
|
26946
|
-
const details$1 = "
|
|
26948
|
+
const loader = "_loader_477i5_1";
|
|
26949
|
+
const fullViewPortSize = "_fullViewPortSize_477i5_7";
|
|
26950
|
+
const cover = "_cover_477i5_14";
|
|
26951
|
+
const dimmer = "_dimmer_477i5_21";
|
|
26952
|
+
const content$2 = "_content_477i5_44";
|
|
26953
|
+
const text$1 = "_text_477i5_49";
|
|
26954
|
+
const details$1 = "_details_477i5_53";
|
|
26947
26955
|
const styles$s = {
|
|
26948
26956
|
loader,
|
|
26949
26957
|
fullViewPortSize,
|
|
@@ -27017,27 +27025,27 @@ Loader.propTypes = {
|
|
|
27017
27025
|
testId: propTypes$1.exports.string,
|
|
27018
27026
|
theme: propTypes$1.exports.string
|
|
27019
27027
|
};
|
|
27020
|
-
const inputInTable$7 = "
|
|
27021
|
-
const inputHover$7 = "
|
|
27022
|
-
const inputFocus$7 = "
|
|
27023
|
-
const inputError$7 = "
|
|
27024
|
-
const inputWarning$7 = "
|
|
27025
|
-
const inputDisabled$7 = "
|
|
27026
|
-
const hideScrollbars$7 = "
|
|
27027
|
-
const container$1 = "
|
|
27028
|
-
const block$1 = "
|
|
27029
|
-
const info = "
|
|
27030
|
-
const success = "
|
|
27031
|
-
const warning$6 = "
|
|
27032
|
-
const error$4 = "
|
|
27033
|
-
const content$1 = "
|
|
27034
|
-
const heading$2 = "
|
|
27035
|
-
const icon$3 = "
|
|
27036
|
-
const dismiss$1 = "
|
|
27037
|
-
const absolute = "
|
|
27038
|
-
const legendToggle = "
|
|
27039
|
-
const detailsText = "
|
|
27040
|
-
const footer$1 = "
|
|
27028
|
+
const inputInTable$7 = "_inputInTable_j7l8b_1";
|
|
27029
|
+
const inputHover$7 = "_inputHover_j7l8b_13";
|
|
27030
|
+
const inputFocus$7 = "_inputFocus_j7l8b_18";
|
|
27031
|
+
const inputError$7 = "_inputError_j7l8b_25";
|
|
27032
|
+
const inputWarning$7 = "_inputWarning_j7l8b_26";
|
|
27033
|
+
const inputDisabled$7 = "_inputDisabled_j7l8b_61";
|
|
27034
|
+
const hideScrollbars$7 = "_hideScrollbars_j7l8b_67";
|
|
27035
|
+
const container$1 = "_container_j7l8b_83";
|
|
27036
|
+
const block$1 = "_block_j7l8b_102";
|
|
27037
|
+
const info = "_info_j7l8b_105";
|
|
27038
|
+
const success = "_success_j7l8b_109";
|
|
27039
|
+
const warning$6 = "_warning_j7l8b_113";
|
|
27040
|
+
const error$4 = "_error_j7l8b_117";
|
|
27041
|
+
const content$1 = "_content_j7l8b_121";
|
|
27042
|
+
const heading$2 = "_heading_j7l8b_125";
|
|
27043
|
+
const icon$3 = "_icon_j7l8b_132";
|
|
27044
|
+
const dismiss$1 = "_dismiss_j7l8b_140";
|
|
27045
|
+
const absolute = "_absolute_j7l8b_144";
|
|
27046
|
+
const legendToggle = "_legendToggle_j7l8b_156";
|
|
27047
|
+
const detailsText = "_detailsText_j7l8b_166";
|
|
27048
|
+
const footer$1 = "_footer_j7l8b_170";
|
|
27041
27049
|
const styles$r = {
|
|
27042
27050
|
inputInTable: inputInTable$7,
|
|
27043
27051
|
inputHover: inputHover$7,
|
|
@@ -27221,10 +27229,10 @@ const Portal = ({ id: id2, children }) => {
|
|
|
27221
27229
|
Portal.propTypes = {
|
|
27222
27230
|
id: propTypes$1.exports.string.isRequired
|
|
27223
27231
|
};
|
|
27224
|
-
const wrapper$2 = "
|
|
27225
|
-
const contentContainer = "
|
|
27226
|
-
const centered = "
|
|
27227
|
-
const newLine = "
|
|
27232
|
+
const wrapper$2 = "_wrapper_sb0hc_1";
|
|
27233
|
+
const contentContainer = "_contentContainer_sb0hc_15";
|
|
27234
|
+
const centered = "_centered_sb0hc_24";
|
|
27235
|
+
const newLine = "_newLine_sb0hc_28";
|
|
27228
27236
|
const styles$q = {
|
|
27229
27237
|
wrapper: wrapper$2,
|
|
27230
27238
|
contentContainer,
|
|
@@ -27272,10 +27280,10 @@ Modal.propTypes = {
|
|
|
27272
27280
|
centered: propTypes$1.exports.bool,
|
|
27273
27281
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
27274
27282
|
};
|
|
27275
|
-
const menu$1 = "
|
|
27276
|
-
const header = "
|
|
27277
|
-
const item$3 = "
|
|
27278
|
-
const heading$1 = "
|
|
27283
|
+
const menu$1 = "_menu_1rz4x_1";
|
|
27284
|
+
const header = "_header_1rz4x_11";
|
|
27285
|
+
const item$3 = "_item_1rz4x_27";
|
|
27286
|
+
const heading$1 = "_heading_1rz4x_32";
|
|
27279
27287
|
const styles$p = {
|
|
27280
27288
|
menu: menu$1,
|
|
27281
27289
|
header,
|
|
@@ -27449,23 +27457,23 @@ Page.propTypes = {
|
|
|
27449
27457
|
scroll: propTypes$1.exports.bool,
|
|
27450
27458
|
top: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string])
|
|
27451
27459
|
};
|
|
27452
|
-
const inputInTable$6 = "
|
|
27453
|
-
const inputHover$6 = "
|
|
27454
|
-
const inputFocus$6 = "
|
|
27455
|
-
const inputError$6 = "
|
|
27456
|
-
const inputWarning$6 = "
|
|
27457
|
-
const inputDisabled$6 = "
|
|
27458
|
-
const hideScrollbars$6 = "
|
|
27459
|
-
const select = "
|
|
27460
|
-
const isInTable$2 = "
|
|
27461
|
-
const unSelected = "
|
|
27462
|
-
const error$3 = "
|
|
27463
|
-
const warning$5 = "
|
|
27464
|
-
const small$6 = "
|
|
27465
|
-
const right$3 = "
|
|
27466
|
-
const groupOrderFirst$1 = "
|
|
27467
|
-
const groupOrderMiddle$1 = "
|
|
27468
|
-
const groupOrderLast$1 = "
|
|
27460
|
+
const inputInTable$6 = "_inputInTable_m6lot_1";
|
|
27461
|
+
const inputHover$6 = "_inputHover_m6lot_13";
|
|
27462
|
+
const inputFocus$6 = "_inputFocus_m6lot_18";
|
|
27463
|
+
const inputError$6 = "_inputError_m6lot_25";
|
|
27464
|
+
const inputWarning$6 = "_inputWarning_m6lot_26";
|
|
27465
|
+
const inputDisabled$6 = "_inputDisabled_m6lot_61";
|
|
27466
|
+
const hideScrollbars$6 = "_hideScrollbars_m6lot_67";
|
|
27467
|
+
const select = "_select_m6lot_77";
|
|
27468
|
+
const isInTable$2 = "_isInTable_m6lot_121";
|
|
27469
|
+
const unSelected = "_unSelected_m6lot_133";
|
|
27470
|
+
const error$3 = "_error_m6lot_140";
|
|
27471
|
+
const warning$5 = "_warning_m6lot_157";
|
|
27472
|
+
const small$6 = "_small_m6lot_174";
|
|
27473
|
+
const right$3 = "_right_m6lot_182";
|
|
27474
|
+
const groupOrderFirst$1 = "_groupOrderFirst_m6lot_193";
|
|
27475
|
+
const groupOrderMiddle$1 = "_groupOrderMiddle_m6lot_194";
|
|
27476
|
+
const groupOrderLast$1 = "_groupOrderLast_m6lot_198";
|
|
27469
27477
|
const styles$n = {
|
|
27470
27478
|
inputInTable: inputInTable$6,
|
|
27471
27479
|
inputHover: inputHover$6,
|
|
@@ -28418,20 +28426,20 @@ var FixedSizeList = /* @__PURE__ */ createListComponent({
|
|
|
28418
28426
|
}
|
|
28419
28427
|
}
|
|
28420
28428
|
});
|
|
28421
|
-
const layerContainer = "
|
|
28422
|
-
const layer = "
|
|
28423
|
-
const small$5 = "
|
|
28424
|
-
const heading = "
|
|
28425
|
-
const option = "
|
|
28426
|
-
const message = "
|
|
28427
|
-
const focused = "
|
|
28428
|
-
const selected = "
|
|
28429
|
-
const disabled$4 = "
|
|
28430
|
-
const check = "
|
|
28431
|
-
const optionContent = "
|
|
28432
|
-
const label$5 = "
|
|
28433
|
-
const icon$2 = "
|
|
28434
|
-
const details = "
|
|
28429
|
+
const layerContainer = "_layerContainer_w5qft_1";
|
|
28430
|
+
const layer = "_layer_w5qft_1";
|
|
28431
|
+
const small$5 = "_small_w5qft_23";
|
|
28432
|
+
const heading = "_heading_w5qft_26";
|
|
28433
|
+
const option = "_option_w5qft_27";
|
|
28434
|
+
const message = "_message_w5qft_28";
|
|
28435
|
+
const focused = "_focused_w5qft_64";
|
|
28436
|
+
const selected = "_selected_w5qft_68";
|
|
28437
|
+
const disabled$4 = "_disabled_w5qft_71";
|
|
28438
|
+
const check = "_check_w5qft_75";
|
|
28439
|
+
const optionContent = "_optionContent_w5qft_92";
|
|
28440
|
+
const label$5 = "_label_w5qft_97";
|
|
28441
|
+
const icon$2 = "_icon_w5qft_104";
|
|
28442
|
+
const details = "_details_w5qft_109";
|
|
28435
28443
|
const styles$m = {
|
|
28436
28444
|
layerContainer,
|
|
28437
28445
|
layer,
|
|
@@ -28649,37 +28657,37 @@ const Layer = ({
|
|
|
28649
28657
|
})
|
|
28650
28658
|
});
|
|
28651
28659
|
};
|
|
28652
|
-
const inputInTable$5 = "
|
|
28653
|
-
const inputHover$5 = "
|
|
28654
|
-
const inputFocus$5 = "
|
|
28655
|
-
const inputError$5 = "
|
|
28656
|
-
const inputWarning$5 = "
|
|
28657
|
-
const inputDisabled$5 = "
|
|
28658
|
-
const hideScrollbars$5 = "
|
|
28659
|
-
const trigger$1 = "
|
|
28660
|
-
const isInTable$1 = "
|
|
28661
|
-
const input = "
|
|
28662
|
-
const isOpen = "
|
|
28663
|
-
const error$2 = "
|
|
28664
|
-
const warning$4 = "
|
|
28665
|
-
const disabled$3 = "
|
|
28666
|
-
const icons = "
|
|
28667
|
-
const clearAll = "
|
|
28668
|
-
const iconOpen = "
|
|
28669
|
-
const small$4 = "
|
|
28670
|
-
const triggerInputContainer = "
|
|
28671
|
-
const right$2 = "
|
|
28672
|
-
const multiOptions = "
|
|
28673
|
-
const multiOption = "
|
|
28674
|
-
const label$4 = "
|
|
28675
|
-
const closeMultiOption = "
|
|
28676
|
-
const focus = "
|
|
28677
|
-
const selectedSingleValue = "
|
|
28678
|
-
const placeHolder = "
|
|
28679
|
-
const groupOrderFirst = "
|
|
28680
|
-
const groupOrderMiddle = "
|
|
28681
|
-
const groupOrderLast = "
|
|
28682
|
-
const detailedLabel = "
|
|
28660
|
+
const inputInTable$5 = "_inputInTable_w9d9u_1";
|
|
28661
|
+
const inputHover$5 = "_inputHover_w9d9u_13";
|
|
28662
|
+
const inputFocus$5 = "_inputFocus_w9d9u_18";
|
|
28663
|
+
const inputError$5 = "_inputError_w9d9u_25";
|
|
28664
|
+
const inputWarning$5 = "_inputWarning_w9d9u_26";
|
|
28665
|
+
const inputDisabled$5 = "_inputDisabled_w9d9u_61";
|
|
28666
|
+
const hideScrollbars$5 = "_hideScrollbars_w9d9u_67";
|
|
28667
|
+
const trigger$1 = "_trigger_w9d9u_77";
|
|
28668
|
+
const isInTable$1 = "_isInTable_w9d9u_93";
|
|
28669
|
+
const input = "_input_w9d9u_1";
|
|
28670
|
+
const isOpen = "_isOpen_w9d9u_114";
|
|
28671
|
+
const error$2 = "_error_w9d9u_122";
|
|
28672
|
+
const warning$4 = "_warning_w9d9u_139";
|
|
28673
|
+
const disabled$3 = "_disabled_w9d9u_156";
|
|
28674
|
+
const icons = "_icons_w9d9u_162";
|
|
28675
|
+
const clearAll = "_clearAll_w9d9u_169";
|
|
28676
|
+
const iconOpen = "_iconOpen_w9d9u_170";
|
|
28677
|
+
const small$4 = "_small_w9d9u_181";
|
|
28678
|
+
const triggerInputContainer = "_triggerInputContainer_w9d9u_189";
|
|
28679
|
+
const right$2 = "_right_w9d9u_198";
|
|
28680
|
+
const multiOptions = "_multiOptions_w9d9u_211";
|
|
28681
|
+
const multiOption = "_multiOption_w9d9u_211";
|
|
28682
|
+
const label$4 = "_label_w9d9u_239";
|
|
28683
|
+
const closeMultiOption = "_closeMultiOption_w9d9u_242";
|
|
28684
|
+
const focus = "_focus_w9d9u_253";
|
|
28685
|
+
const selectedSingleValue = "_selectedSingleValue_w9d9u_257";
|
|
28686
|
+
const placeHolder = "_placeHolder_w9d9u_258";
|
|
28687
|
+
const groupOrderFirst = "_groupOrderFirst_w9d9u_297";
|
|
28688
|
+
const groupOrderMiddle = "_groupOrderMiddle_w9d9u_298";
|
|
28689
|
+
const groupOrderLast = "_groupOrderLast_w9d9u_302";
|
|
28690
|
+
const detailedLabel = "_detailedLabel_w9d9u_307";
|
|
28683
28691
|
const styles$l = {
|
|
28684
28692
|
inputInTable: inputInTable$5,
|
|
28685
28693
|
inputHover: inputHover$5,
|
|
@@ -30085,14 +30093,14 @@ ProgressBar$1.propTypes = {
|
|
|
30085
30093
|
showProgressColors: propTypes$1.exports.bool,
|
|
30086
30094
|
noLabel: propTypes$1.exports.bool
|
|
30087
30095
|
};
|
|
30088
|
-
const wrapper$1 = "
|
|
30089
|
-
const inline$1 = "
|
|
30090
|
-
const radio = "
|
|
30091
|
-
const labelMargin = "
|
|
30092
|
-
const small$3 = "
|
|
30093
|
-
const noMargin$1 = "
|
|
30094
|
-
const disabled$2 = "
|
|
30095
|
-
const isInTable = "
|
|
30096
|
+
const wrapper$1 = "_wrapper_1sue9_1";
|
|
30097
|
+
const inline$1 = "_inline_1sue9_1";
|
|
30098
|
+
const radio = "_radio_1sue9_5";
|
|
30099
|
+
const labelMargin = "_labelMargin_1sue9_8";
|
|
30100
|
+
const small$3 = "_small_1sue9_27";
|
|
30101
|
+
const noMargin$1 = "_noMargin_1sue9_32";
|
|
30102
|
+
const disabled$2 = "_disabled_1sue9_90";
|
|
30103
|
+
const isInTable = "_isInTable_1sue9_106";
|
|
30096
30104
|
const styles$g = {
|
|
30097
30105
|
wrapper: wrapper$1,
|
|
30098
30106
|
inline: inline$1,
|
|
@@ -56717,8 +56725,8 @@ function Remirror(props) {
|
|
|
56717
56725
|
return /* @__PURE__ */ React__default.createElement(I18nProvider, { i18n: i18n2, locale, supportedLocales }, /* @__PURE__ */ React__default.createElement(RemirrorContext.Provider, { value: context2 }, /* @__PURE__ */ React__default.createElement(RemirrorPortals, { portals }), hooks.map((hook, index2) => /* @__PURE__ */ React__default.createElement(HookComponent, { hook, key: index2 })), autoRenderAtStart && /* @__PURE__ */ React__default.createElement(EditorComponent, null), children, autoRenderAtEnd && /* @__PURE__ */ React__default.createElement(EditorComponent, null)));
|
|
56718
56726
|
}
|
|
56719
56727
|
const all = "";
|
|
56720
|
-
const richTextToolbar = "
|
|
56721
|
-
const richTextToolbarContainer = "
|
|
56728
|
+
const richTextToolbar = "_richTextToolbar_1gbkk_1";
|
|
56729
|
+
const richTextToolbarContainer = "_richTextToolbarContainer_1gbkk_5";
|
|
56722
56730
|
const styles$f = {
|
|
56723
56731
|
richTextToolbar,
|
|
56724
56732
|
richTextToolbarContainer
|
|
@@ -56913,7 +56921,7 @@ Row$1.defaultProps = {
|
|
|
56913
56921
|
height: "auto",
|
|
56914
56922
|
marginBottom: "0",
|
|
56915
56923
|
marginTop: "0",
|
|
56916
|
-
spacing: "var(--
|
|
56924
|
+
spacing: "var(--padding)",
|
|
56917
56925
|
wrap: false,
|
|
56918
56926
|
testId: null
|
|
56919
56927
|
};
|
|
@@ -57018,24 +57026,24 @@ var reactFastCompare = function isEqual3(a2, b2) {
|
|
|
57018
57026
|
throw error2;
|
|
57019
57027
|
}
|
|
57020
57028
|
};
|
|
57021
|
-
const inputInTable$3 = "
|
|
57022
|
-
const inputHover$3 = "
|
|
57023
|
-
const inputFocus$3 = "
|
|
57024
|
-
const inputError$3 = "
|
|
57025
|
-
const inputWarning$3 = "
|
|
57026
|
-
const inputDisabled$3 = "
|
|
57027
|
-
const hideScrollbars$3 = "
|
|
57028
|
-
const sidebar = "
|
|
57029
|
-
const inner = "
|
|
57030
|
-
const title$2 = "
|
|
57031
|
-
const subtitle = "
|
|
57032
|
-
const label$2 = "
|
|
57033
|
-
const collapsed = "
|
|
57034
|
-
const list = "
|
|
57035
|
-
const item$2 = "
|
|
57036
|
-
const active$2 = "
|
|
57037
|
-
const experimental = "
|
|
57038
|
-
const icon$1 = "
|
|
57029
|
+
const inputInTable$3 = "_inputInTable_1oal4_1";
|
|
57030
|
+
const inputHover$3 = "_inputHover_1oal4_13";
|
|
57031
|
+
const inputFocus$3 = "_inputFocus_1oal4_18";
|
|
57032
|
+
const inputError$3 = "_inputError_1oal4_25";
|
|
57033
|
+
const inputWarning$3 = "_inputWarning_1oal4_26";
|
|
57034
|
+
const inputDisabled$3 = "_inputDisabled_1oal4_61";
|
|
57035
|
+
const hideScrollbars$3 = "_hideScrollbars_1oal4_67";
|
|
57036
|
+
const sidebar = "_sidebar_1oal4_81";
|
|
57037
|
+
const inner = "_inner_1oal4_92";
|
|
57038
|
+
const title$2 = "_title_1oal4_102";
|
|
57039
|
+
const subtitle = "_subtitle_1oal4_103";
|
|
57040
|
+
const label$2 = "_label_1oal4_104";
|
|
57041
|
+
const collapsed = "_collapsed_1oal4_108";
|
|
57042
|
+
const list = "_list_1oal4_133";
|
|
57043
|
+
const item$2 = "_item_1oal4_137";
|
|
57044
|
+
const active$2 = "_active_1oal4_164";
|
|
57045
|
+
const experimental = "_experimental_1oal4_168";
|
|
57046
|
+
const icon$1 = "_icon_1oal4_171";
|
|
57039
57047
|
const styles$c = {
|
|
57040
57048
|
inputInTable: inputInTable$3,
|
|
57041
57049
|
inputHover: inputHover$3,
|
|
@@ -59255,13 +59263,13 @@ const SliderTooltip = ({ text: text2 }) => {
|
|
|
59255
59263
|
});
|
|
59256
59264
|
};
|
|
59257
59265
|
const rcSlider = "";
|
|
59258
|
-
const container = "
|
|
59259
|
-
const small$2 = "
|
|
59260
|
-
const hasMarks = "
|
|
59261
|
-
const vertical = "
|
|
59262
|
-
const hasArrows = "
|
|
59263
|
-
const button$1 = "
|
|
59264
|
-
const label$1 = "
|
|
59266
|
+
const container = "_container_1a936_1";
|
|
59267
|
+
const small$2 = "_small_1a936_7";
|
|
59268
|
+
const hasMarks = "_hasMarks_1a936_10";
|
|
59269
|
+
const vertical = "_vertical_1a936_13";
|
|
59270
|
+
const hasArrows = "_hasArrows_1a936_17";
|
|
59271
|
+
const button$1 = "_button_1a936_21";
|
|
59272
|
+
const label$1 = "_label_1a936_24";
|
|
59265
59273
|
const styles$b = {
|
|
59266
59274
|
container,
|
|
59267
59275
|
small: small$2,
|
|
@@ -59464,7 +59472,7 @@ const Spacer = ({ height, width, flex }) => /* @__PURE__ */ jsxRuntime.exports.j
|
|
|
59464
59472
|
}
|
|
59465
59473
|
});
|
|
59466
59474
|
Spacer.defaultProps = {
|
|
59467
|
-
height: "var(--
|
|
59475
|
+
height: "var(--padding)",
|
|
59468
59476
|
width: null,
|
|
59469
59477
|
flex: false
|
|
59470
59478
|
};
|
|
@@ -59499,7 +59507,7 @@ const styles$a = {
|
|
|
59499
59507
|
table,
|
|
59500
59508
|
striped
|
|
59501
59509
|
};
|
|
59502
|
-
const title$1 = "
|
|
59510
|
+
const title$1 = "_title_15m3r_1";
|
|
59503
59511
|
const styles$9 = {
|
|
59504
59512
|
title: title$1
|
|
59505
59513
|
};
|
|
@@ -59608,35 +59616,35 @@ Footer.propTypes = {
|
|
|
59608
59616
|
pagination: paginationShape,
|
|
59609
59617
|
content: propTypes$1.exports.object
|
|
59610
59618
|
};
|
|
59611
|
-
const inputInTable$1 = "
|
|
59612
|
-
const inputHover$1 = "
|
|
59613
|
-
const inputFocus$1 = "
|
|
59614
|
-
const inputError$1 = "
|
|
59615
|
-
const inputWarning$1 = "
|
|
59616
|
-
const inputDisabled$1 = "
|
|
59617
|
-
const hideScrollbars$1 = "
|
|
59618
|
-
const cell = "
|
|
59619
|
-
const disabledLink = "
|
|
59620
|
-
const inputWrapper = "
|
|
59621
|
-
const breakWord = "
|
|
59622
|
-
const inputCell = "
|
|
59623
|
-
const sliderCell = "
|
|
59624
|
-
const staticCell = "
|
|
59625
|
-
const staticCellContent = "
|
|
59626
|
-
const error$1 = "
|
|
59627
|
-
const warning$2 = "
|
|
59628
|
-
const unit = "
|
|
59629
|
-
const sortingCell = "
|
|
59630
|
-
const sortingCellIcon = "
|
|
59631
|
-
const icon = "
|
|
59632
|
-
const checkBoxCell = "
|
|
59633
|
-
const iconCellWrapper = "
|
|
59634
|
-
const actionsCell = "
|
|
59635
|
-
const rightAligned = "
|
|
59636
|
-
const centerAligned = "
|
|
59637
|
-
const leftAligned = "
|
|
59638
|
-
const popover = "
|
|
59639
|
-
const disabledPointerEvents = "
|
|
59619
|
+
const inputInTable$1 = "_inputInTable_c2ruy_1";
|
|
59620
|
+
const inputHover$1 = "_inputHover_c2ruy_13";
|
|
59621
|
+
const inputFocus$1 = "_inputFocus_c2ruy_18";
|
|
59622
|
+
const inputError$1 = "_inputError_c2ruy_25";
|
|
59623
|
+
const inputWarning$1 = "_inputWarning_c2ruy_26";
|
|
59624
|
+
const inputDisabled$1 = "_inputDisabled_c2ruy_61";
|
|
59625
|
+
const hideScrollbars$1 = "_hideScrollbars_c2ruy_67";
|
|
59626
|
+
const cell = "_cell_c2ruy_77";
|
|
59627
|
+
const disabledLink = "_disabledLink_c2ruy_87";
|
|
59628
|
+
const inputWrapper = "_inputWrapper_c2ruy_91";
|
|
59629
|
+
const breakWord = "_breakWord_c2ruy_106";
|
|
59630
|
+
const inputCell = "_inputCell_c2ruy_109";
|
|
59631
|
+
const sliderCell = "_sliderCell_c2ruy_112";
|
|
59632
|
+
const staticCell = "_staticCell_c2ruy_116";
|
|
59633
|
+
const staticCellContent = "_staticCellContent_c2ruy_119";
|
|
59634
|
+
const error$1 = "_error_c2ruy_132";
|
|
59635
|
+
const warning$2 = "_warning_c2ruy_133";
|
|
59636
|
+
const unit = "_unit_c2ruy_142";
|
|
59637
|
+
const sortingCell = "_sortingCell_c2ruy_145";
|
|
59638
|
+
const sortingCellIcon = "_sortingCellIcon_c2ruy_156";
|
|
59639
|
+
const icon = "_icon_c2ruy_167";
|
|
59640
|
+
const checkBoxCell = "_checkBoxCell_c2ruy_171";
|
|
59641
|
+
const iconCellWrapper = "_iconCellWrapper_c2ruy_175";
|
|
59642
|
+
const actionsCell = "_actionsCell_c2ruy_179";
|
|
59643
|
+
const rightAligned = "_rightAligned_c2ruy_187";
|
|
59644
|
+
const centerAligned = "_centerAligned_c2ruy_193";
|
|
59645
|
+
const leftAligned = "_leftAligned_c2ruy_199";
|
|
59646
|
+
const popover = "_popover_c2ruy_202";
|
|
59647
|
+
const disabledPointerEvents = "_disabledPointerEvents_c2ruy_205";
|
|
59640
59648
|
const styles$7 = {
|
|
59641
59649
|
inputInTable: inputInTable$1,
|
|
59642
59650
|
inputHover: inputHover$1,
|
|
@@ -59857,6 +59865,7 @@ const InputCell = (props) => {
|
|
|
59857
59865
|
name: cell2.name,
|
|
59858
59866
|
value: cell2.value,
|
|
59859
59867
|
onChange: (ev) => cell2.onChange(ev),
|
|
59868
|
+
onPaste: (ev) => cell2.onPaste(ev),
|
|
59860
59869
|
placeholder: cell2.placeholder,
|
|
59861
59870
|
error: cell2.error,
|
|
59862
59871
|
warning: cell2.warning,
|
|
@@ -60306,6 +60315,7 @@ const cellShape = propTypes$1.exports.oneOfType([
|
|
|
60306
60315
|
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
60307
60316
|
type: cellType.isRequired,
|
|
60308
60317
|
onChange: propTypes$1.exports.func,
|
|
60318
|
+
onPaste: propTypes$1.exports.func,
|
|
60309
60319
|
placeholder: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
60310
60320
|
error: propTypes$1.exports.oneOfType([
|
|
60311
60321
|
propTypes$1.exports.string,
|
|
@@ -60930,16 +60940,16 @@ Table.propTypes = {
|
|
|
60930
60940
|
}).isRequired,
|
|
60931
60941
|
onListReorder: propTypes$1.exports.func
|
|
60932
60942
|
};
|
|
60933
|
-
const tabs = "
|
|
60934
|
-
const padding = "
|
|
60935
|
-
const margin = "
|
|
60936
|
-
const contentPadding = "
|
|
60937
|
-
const item$1 = "
|
|
60938
|
-
const active$1 = "
|
|
60939
|
-
const hidden = "
|
|
60940
|
-
const disabled$1 = "
|
|
60941
|
-
const left$1 = "
|
|
60942
|
-
const right$1 = "
|
|
60943
|
+
const tabs = "_tabs_12xfo_1";
|
|
60944
|
+
const padding = "_padding_12xfo_7";
|
|
60945
|
+
const margin = "_margin_12xfo_11";
|
|
60946
|
+
const contentPadding = "_contentPadding_12xfo_14";
|
|
60947
|
+
const item$1 = "_item_12xfo_17";
|
|
60948
|
+
const active$1 = "_active_12xfo_38";
|
|
60949
|
+
const hidden = "_hidden_12xfo_57";
|
|
60950
|
+
const disabled$1 = "_disabled_12xfo_60";
|
|
60951
|
+
const left$1 = "_left_12xfo_64";
|
|
60952
|
+
const right$1 = "_right_12xfo_64";
|
|
60943
60953
|
const styles$5 = {
|
|
60944
60954
|
tabs,
|
|
60945
60955
|
padding,
|
|
@@ -62374,10 +62384,10 @@ const toast = ({ id: id2, message: message2, autoClose = 6e3, onClose }) => {
|
|
|
62374
62384
|
type: toastType
|
|
62375
62385
|
});
|
|
62376
62386
|
};
|
|
62377
|
-
const toggle$1 = "
|
|
62378
|
-
const small = "
|
|
62379
|
-
const disabled = "
|
|
62380
|
-
const noMargin = "
|
|
62387
|
+
const toggle$1 = "_toggle_wovz5_9";
|
|
62388
|
+
const small = "_small_wovz5_25";
|
|
62389
|
+
const disabled = "_disabled_wovz5_102";
|
|
62390
|
+
const noMargin = "_noMargin_wovz5_113";
|
|
62381
62391
|
const styles$3 = {
|
|
62382
62392
|
toggle: toggle$1,
|
|
62383
62393
|
small,
|
|
@@ -62453,22 +62463,22 @@ Toggle.propTypes = {
|
|
|
62453
62463
|
helpText: propTypes$1.exports.string,
|
|
62454
62464
|
onClickHelp: propTypes$1.exports.func
|
|
62455
62465
|
};
|
|
62456
|
-
const topbar = "
|
|
62457
|
-
const fixed = "
|
|
62458
|
-
const appSwitcher = "
|
|
62459
|
-
const title = "
|
|
62460
|
-
const logo = "
|
|
62461
|
-
const label = "
|
|
62462
|
-
const brand = "
|
|
62463
|
-
const version = "
|
|
62464
|
-
const left = "
|
|
62465
|
-
const right = "
|
|
62466
|
-
const item = "
|
|
62467
|
-
const link = "
|
|
62468
|
-
const button = "
|
|
62469
|
-
const menu = "
|
|
62470
|
-
const active = "
|
|
62471
|
-
const alert = "
|
|
62466
|
+
const topbar = "_topbar_16x9n_8";
|
|
62467
|
+
const fixed = "_fixed_16x9n_17";
|
|
62468
|
+
const appSwitcher = "_appSwitcher_16x9n_25";
|
|
62469
|
+
const title = "_title_16x9n_50";
|
|
62470
|
+
const logo = "_logo_16x9n_66";
|
|
62471
|
+
const label = "_label_16x9n_69";
|
|
62472
|
+
const brand = "_brand_16x9n_74";
|
|
62473
|
+
const version = "_version_16x9n_79";
|
|
62474
|
+
const left = "_left_16x9n_86";
|
|
62475
|
+
const right = "_right_16x9n_87";
|
|
62476
|
+
const item = "_item_16x9n_101";
|
|
62477
|
+
const link = "_link_16x9n_102";
|
|
62478
|
+
const button = "_button_16x9n_114";
|
|
62479
|
+
const menu = "_menu_16x9n_115";
|
|
62480
|
+
const active = "_active_16x9n_143";
|
|
62481
|
+
const alert = "_alert_16x9n_168";
|
|
62472
62482
|
const styles$2 = {
|
|
62473
62483
|
topbar,
|
|
62474
62484
|
fixed,
|
|
@@ -62711,9 +62721,9 @@ TopBar.propTypes = {
|
|
|
62711
62721
|
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
62712
62722
|
fixedPosition: propTypes$1.exports.bool
|
|
62713
62723
|
};
|
|
62714
|
-
const popConfirm = "
|
|
62715
|
-
const content = "
|
|
62716
|
-
const buttons = "
|
|
62724
|
+
const popConfirm = "_popConfirm_1x6ye_1";
|
|
62725
|
+
const content = "_content_1x6ye_7";
|
|
62726
|
+
const buttons = "_buttons_1x6ye_13";
|
|
62717
62727
|
const styles$1 = {
|
|
62718
62728
|
popConfirm,
|
|
62719
62729
|
content,
|
|
@@ -62725,13 +62735,15 @@ const Content = ({
|
|
|
62725
62735
|
onClickOk,
|
|
62726
62736
|
cancelText,
|
|
62727
62737
|
onClickCancel,
|
|
62728
|
-
close: close2
|
|
62738
|
+
close: close2,
|
|
62739
|
+
testId
|
|
62729
62740
|
}) => /* @__PURE__ */ jsxRuntime.exports.jsxs("div", {
|
|
62730
62741
|
className: styles$1.popConfirm,
|
|
62731
62742
|
children: [
|
|
62732
62743
|
title2 && /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
62733
62744
|
className: styles$1.content,
|
|
62734
62745
|
children: /* @__PURE__ */ jsxRuntime.exports.jsx(Text, {
|
|
62746
|
+
small: true,
|
|
62735
62747
|
children: title2
|
|
62736
62748
|
})
|
|
62737
62749
|
}),
|
|
@@ -62739,13 +62751,17 @@ const Content = ({
|
|
|
62739
62751
|
className: styles$1.buttons,
|
|
62740
62752
|
children: [
|
|
62741
62753
|
/* @__PURE__ */ jsxRuntime.exports.jsx(Button$1, {
|
|
62754
|
+
small: true,
|
|
62742
62755
|
colored: true,
|
|
62743
62756
|
label: okText,
|
|
62744
|
-
onClick: () => onClickOk(close2)
|
|
62757
|
+
onClick: () => onClickOk(close2),
|
|
62758
|
+
testId: `${testId}-ok-button`
|
|
62745
62759
|
}),
|
|
62746
62760
|
/* @__PURE__ */ jsxRuntime.exports.jsx(Button$1, {
|
|
62761
|
+
small: true,
|
|
62747
62762
|
label: cancelText,
|
|
62748
|
-
onClick: () => onClickCancel(close2)
|
|
62763
|
+
onClick: () => onClickCancel(close2),
|
|
62764
|
+
testId: `${testId}-cancel-button`
|
|
62749
62765
|
})
|
|
62750
62766
|
]
|
|
62751
62767
|
})
|
|
@@ -62760,20 +62776,25 @@ const PopConfirm = ({
|
|
|
62760
62776
|
cancelText,
|
|
62761
62777
|
onClickCancel,
|
|
62762
62778
|
okText,
|
|
62763
|
-
onClickOk
|
|
62779
|
+
onClickOk,
|
|
62780
|
+
overflowContainer,
|
|
62781
|
+
testId
|
|
62764
62782
|
}) => {
|
|
62765
62783
|
const content2 = /* @__PURE__ */ jsxRuntime.exports.jsx(Content, {
|
|
62766
62784
|
title: title2,
|
|
62767
62785
|
okText,
|
|
62768
62786
|
onClickOk,
|
|
62769
62787
|
cancelText,
|
|
62770
|
-
onClickCancel
|
|
62788
|
+
onClickCancel,
|
|
62789
|
+
testId
|
|
62771
62790
|
});
|
|
62772
62791
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(Popover, {
|
|
62773
62792
|
content: content2,
|
|
62774
62793
|
placement,
|
|
62775
62794
|
closeOnOutsideClick,
|
|
62776
62795
|
fullWidth,
|
|
62796
|
+
overflowContainer,
|
|
62797
|
+
testId,
|
|
62777
62798
|
children
|
|
62778
62799
|
});
|
|
62779
62800
|
};
|
|
@@ -62786,7 +62807,9 @@ PopConfirm.propTypes = {
|
|
|
62786
62807
|
cancelText: propTypes$1.exports.string,
|
|
62787
62808
|
onClickCancel: propTypes$1.exports.func,
|
|
62788
62809
|
okText: propTypes$1.exports.string,
|
|
62789
|
-
onClickOk: propTypes$1.exports.func
|
|
62810
|
+
onClickOk: propTypes$1.exports.func,
|
|
62811
|
+
overflowContainer: propTypes$1.exports.bool,
|
|
62812
|
+
testId: propTypes$1.exports.string
|
|
62790
62813
|
};
|
|
62791
62814
|
PopConfirm.defaultProps = {
|
|
62792
62815
|
children: null,
|
|
@@ -62798,7 +62821,9 @@ PopConfirm.defaultProps = {
|
|
|
62798
62821
|
onClickCancel: (close2) => close2(),
|
|
62799
62822
|
okText: "Ok",
|
|
62800
62823
|
onClickOk: (close2) => {
|
|
62801
|
-
}
|
|
62824
|
+
},
|
|
62825
|
+
overflowContainer: false,
|
|
62826
|
+
testId: void 0
|
|
62802
62827
|
};
|
|
62803
62828
|
const DndContext = createContext({
|
|
62804
62829
|
dragDropManager: void 0
|
|
@@ -74430,12 +74455,12 @@ function TreeInner(props, ref2) {
|
|
|
74430
74455
|
);
|
|
74431
74456
|
}
|
|
74432
74457
|
var Tree$1 = forwardRef(TreeInner);
|
|
74433
|
-
const tree = "
|
|
74434
|
-
const toggle = "
|
|
74435
|
-
const dropTarget = "
|
|
74436
|
-
const draggingSource = "
|
|
74437
|
-
const placeholderContainer = "
|
|
74438
|
-
const placeholder2 = "
|
|
74458
|
+
const tree = "_tree_1lv9u_1";
|
|
74459
|
+
const toggle = "_toggle_1lv9u_4";
|
|
74460
|
+
const dropTarget = "_dropTarget_1lv9u_11";
|
|
74461
|
+
const draggingSource = "_draggingSource_1lv9u_14";
|
|
74462
|
+
const placeholderContainer = "_placeholderContainer_1lv9u_17";
|
|
74463
|
+
const placeholder2 = "_placeholder_1lv9u_17";
|
|
74439
74464
|
const styles = {
|
|
74440
74465
|
tree,
|
|
74441
74466
|
toggle,
|