@oliasoft-open-source/react-ui-library 3.11.0-beta-11 → 3.11.0-beta-13
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 +576 -900
- package/dist/index.js +347 -380
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11235,33 +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
|
|
11246
|
-
const
|
|
11247
|
-
const
|
|
11248
|
-
const
|
|
11249
|
-
const
|
|
11250
|
-
const
|
|
11251
|
-
const
|
|
11252
|
-
const
|
|
11253
|
-
const
|
|
11254
|
-
const
|
|
11255
|
-
const
|
|
11256
|
-
const
|
|
11257
|
-
const
|
|
11258
|
-
const
|
|
11259
|
-
const
|
|
11260
|
-
const
|
|
11261
|
-
const
|
|
11262
|
-
const
|
|
11263
|
-
const
|
|
11264
|
-
const groupOrderLast$4 = "_groupOrderLast_qigx7_718";
|
|
11238
|
+
const inputInTable$b = "_inputInTable_o3ik4_337";
|
|
11239
|
+
const inputHover$b = "_inputHover_o3ik4_346";
|
|
11240
|
+
const inputFocus$b = "_inputFocus_o3ik4_351";
|
|
11241
|
+
const inputError$b = "_inputError_o3ik4_358";
|
|
11242
|
+
const inputWarning$b = "_inputWarning_o3ik4_359";
|
|
11243
|
+
const inputDisabled$b = "_inputDisabled_o3ik4_394";
|
|
11244
|
+
const hideScrollbars$b = "_hideScrollbars_o3ik4_399";
|
|
11245
|
+
const button$3 = "_button_o3ik4_443";
|
|
11246
|
+
const active$7 = "_active_o3ik4_480";
|
|
11247
|
+
const green$1 = "_green_o3ik4_480";
|
|
11248
|
+
const red$1 = "_red_o3ik4_480";
|
|
11249
|
+
const orange$1 = "_orange_o3ik4_480";
|
|
11250
|
+
const icon$4 = "_icon_o3ik4_492";
|
|
11251
|
+
const iconOnly = "_iconOnly_o3ik4_499";
|
|
11252
|
+
const basic = "_basic_o3ik4_509";
|
|
11253
|
+
const muted$2 = "_muted_o3ik4_515";
|
|
11254
|
+
const disabled$7 = "_disabled_o3ik4_528";
|
|
11255
|
+
const small$c = "_small_o3ik4_538";
|
|
11256
|
+
const pill = "_pill_o3ik4_543";
|
|
11257
|
+
const round = "_round_o3ik4_544";
|
|
11258
|
+
const error$8 = "_error_o3ik4_621";
|
|
11259
|
+
const warning$c = "_warning_o3ik4_638";
|
|
11260
|
+
const inverted$1 = "_inverted_o3ik4_655";
|
|
11261
|
+
const groupOrderFirst$4 = "_groupOrderFirst_o3ik4_689";
|
|
11262
|
+
const groupOrderMiddle$4 = "_groupOrderMiddle_o3ik4_690";
|
|
11263
|
+
const groupOrderLast$4 = "_groupOrderLast_o3ik4_691";
|
|
11265
11264
|
const buttonStyles = {
|
|
11266
11265
|
inputInTable: inputInTable$b,
|
|
11267
11266
|
inputHover: inputHover$b,
|
|
@@ -11270,7 +11269,6 @@ const buttonStyles = {
|
|
|
11270
11269
|
inputWarning: inputWarning$b,
|
|
11271
11270
|
inputDisabled: inputDisabled$b,
|
|
11272
11271
|
hideScrollbars: hideScrollbars$b,
|
|
11273
|
-
scrollbars: scrollbars$b,
|
|
11274
11272
|
button: button$3,
|
|
11275
11273
|
active: active$7,
|
|
11276
11274
|
green: green$1,
|
|
@@ -13900,31 +13898,30 @@ const dialogShape = propTypes$1.exports.shape({
|
|
|
13900
13898
|
Dialog.propTypes = {
|
|
13901
13899
|
dialog: dialogShape.isRequired
|
|
13902
13900
|
};
|
|
13903
|
-
const inputInTable$a = "
|
|
13904
|
-
const inputHover$a = "
|
|
13905
|
-
const inputFocus$a = "
|
|
13906
|
-
const inputError$a = "
|
|
13907
|
-
const inputWarning$a = "
|
|
13908
|
-
const inputDisabled$a = "
|
|
13909
|
-
const hideScrollbars$a = "
|
|
13910
|
-
const
|
|
13911
|
-
const
|
|
13912
|
-
const
|
|
13913
|
-
const
|
|
13914
|
-
const
|
|
13915
|
-
const
|
|
13916
|
-
const
|
|
13917
|
-
const
|
|
13918
|
-
const
|
|
13919
|
-
const
|
|
13920
|
-
const
|
|
13921
|
-
const
|
|
13922
|
-
const
|
|
13923
|
-
const
|
|
13924
|
-
const
|
|
13925
|
-
const
|
|
13926
|
-
const
|
|
13927
|
-
const resizeHandle = "_resizeHandle_18wht_582";
|
|
13901
|
+
const inputInTable$a = "_inputInTable_1w23r_337";
|
|
13902
|
+
const inputHover$a = "_inputHover_1w23r_346";
|
|
13903
|
+
const inputFocus$a = "_inputFocus_1w23r_351";
|
|
13904
|
+
const inputError$a = "_inputError_1w23r_358";
|
|
13905
|
+
const inputWarning$a = "_inputWarning_1w23r_359";
|
|
13906
|
+
const inputDisabled$a = "_inputDisabled_1w23r_394";
|
|
13907
|
+
const hideScrollbars$a = "_hideScrollbars_1w23r_399";
|
|
13908
|
+
const inline$2 = "_inline_1w23r_421";
|
|
13909
|
+
const left$2 = "_left_1w23r_424";
|
|
13910
|
+
const right$6 = "_right_1w23r_427";
|
|
13911
|
+
const fixed$1 = "_fixed_1w23r_430";
|
|
13912
|
+
const border$1 = "_border_1w23r_442";
|
|
13913
|
+
const shadow = "_shadow_1w23r_448";
|
|
13914
|
+
const drawerContent = "_drawerContent_1w23r_451";
|
|
13915
|
+
const isResizing = "_isResizing_1w23r_463";
|
|
13916
|
+
const toggleButton = "_toggleButton_1w23r_474";
|
|
13917
|
+
const top = "_top_1w23r_487";
|
|
13918
|
+
const bottom = "_bottom_1w23r_490";
|
|
13919
|
+
const toggleButtonOpen = "_toggleButtonOpen_1w23r_493";
|
|
13920
|
+
const tabs$1 = "_tabs_1w23r_496";
|
|
13921
|
+
const tab$1 = "_tab_1w23r_496";
|
|
13922
|
+
const active$4 = "_active_1w23r_527";
|
|
13923
|
+
const tabsContent = "_tabsContent_1w23r_549";
|
|
13924
|
+
const resizeHandle = "_resizeHandle_1w23r_555";
|
|
13928
13925
|
const styles$B = {
|
|
13929
13926
|
inputInTable: inputInTable$a,
|
|
13930
13927
|
inputHover: inputHover$a,
|
|
@@ -13933,7 +13930,6 @@ const styles$B = {
|
|
|
13933
13930
|
inputWarning: inputWarning$a,
|
|
13934
13931
|
inputDisabled: inputDisabled$a,
|
|
13935
13932
|
hideScrollbars: hideScrollbars$a,
|
|
13936
|
-
scrollbars: scrollbars$a,
|
|
13937
13933
|
inline: inline$2,
|
|
13938
13934
|
left: left$2,
|
|
13939
13935
|
right: right$6,
|
|
@@ -16363,23 +16359,22 @@ InputGroup.propTypes = {
|
|
|
16363
16359
|
small: propTypes$1.exports.bool,
|
|
16364
16360
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
16365
16361
|
};
|
|
16366
|
-
const inputInTable$9 = "
|
|
16367
|
-
const inputHover$9 = "
|
|
16368
|
-
const inputFocus$9 = "
|
|
16369
|
-
const inputError$9 = "
|
|
16370
|
-
const inputWarning$9 = "
|
|
16371
|
-
const inputDisabled$9 = "
|
|
16372
|
-
const hideScrollbars$9 = "
|
|
16373
|
-
const
|
|
16374
|
-
const
|
|
16375
|
-
const
|
|
16376
|
-
const
|
|
16377
|
-
const
|
|
16378
|
-
const
|
|
16379
|
-
const
|
|
16380
|
-
const
|
|
16381
|
-
const
|
|
16382
|
-
const groupOrderLast$3 = "_groupOrderLast_1oomw_528";
|
|
16362
|
+
const inputInTable$9 = "_inputInTable_z13ii_337";
|
|
16363
|
+
const inputHover$9 = "_inputHover_z13ii_346";
|
|
16364
|
+
const inputFocus$9 = "_inputFocus_z13ii_351";
|
|
16365
|
+
const inputError$9 = "_inputError_z13ii_358";
|
|
16366
|
+
const inputWarning$9 = "_inputWarning_z13ii_359";
|
|
16367
|
+
const inputDisabled$9 = "_inputDisabled_z13ii_394";
|
|
16368
|
+
const hideScrollbars$9 = "_hideScrollbars_z13ii_399";
|
|
16369
|
+
const input$1 = "_input_z13ii_337";
|
|
16370
|
+
const isInTable$3 = "_isInTable_z13ii_430";
|
|
16371
|
+
const small$8 = "_small_z13ii_451";
|
|
16372
|
+
const error$6 = "_error_z13ii_457";
|
|
16373
|
+
const warning$a = "_warning_z13ii_474";
|
|
16374
|
+
const right$5 = "_right_z13ii_496";
|
|
16375
|
+
const groupOrderFirst$3 = "_groupOrderFirst_z13ii_499";
|
|
16376
|
+
const groupOrderMiddle$3 = "_groupOrderMiddle_z13ii_500";
|
|
16377
|
+
const groupOrderLast$3 = "_groupOrderLast_z13ii_501";
|
|
16383
16378
|
const styles$y = {
|
|
16384
16379
|
inputInTable: inputInTable$9,
|
|
16385
16380
|
inputHover: inputHover$9,
|
|
@@ -16388,7 +16383,6 @@ const styles$y = {
|
|
|
16388
16383
|
inputWarning: inputWarning$9,
|
|
16389
16384
|
inputDisabled: inputDisabled$9,
|
|
16390
16385
|
hideScrollbars: hideScrollbars$9,
|
|
16391
|
-
scrollbars: scrollbars$9,
|
|
16392
16386
|
input: input$1,
|
|
16393
16387
|
isInTable: isInTable$3,
|
|
16394
16388
|
small: small$8,
|
|
@@ -25907,43 +25901,42 @@ var InfiniteScroll = function(_super) {
|
|
|
25907
25901
|
};
|
|
25908
25902
|
return InfiniteScroll2;
|
|
25909
25903
|
}(Component$1);
|
|
25910
|
-
const inputInTable$8 = "
|
|
25911
|
-
const inputHover$8 = "
|
|
25912
|
-
const inputFocus$8 = "
|
|
25913
|
-
const inputError$8 = "
|
|
25914
|
-
const inputWarning$8 = "
|
|
25915
|
-
const inputDisabled$8 = "
|
|
25916
|
-
const hideScrollbars$8 = "
|
|
25917
|
-
const
|
|
25918
|
-
const
|
|
25919
|
-
const
|
|
25920
|
-
const
|
|
25921
|
-
const
|
|
25922
|
-
const
|
|
25923
|
-
const
|
|
25924
|
-
const
|
|
25925
|
-
const
|
|
25926
|
-
const
|
|
25927
|
-
const
|
|
25928
|
-
const
|
|
25929
|
-
const
|
|
25930
|
-
const
|
|
25931
|
-
const
|
|
25932
|
-
const
|
|
25933
|
-
const
|
|
25934
|
-
const
|
|
25935
|
-
const
|
|
25936
|
-
const
|
|
25937
|
-
const
|
|
25938
|
-
const
|
|
25939
|
-
const
|
|
25940
|
-
const
|
|
25941
|
-
const
|
|
25942
|
-
const
|
|
25943
|
-
const
|
|
25944
|
-
const
|
|
25945
|
-
const
|
|
25946
|
-
const hideScrollbar = "_hideScrollbar_5ejvg_399";
|
|
25904
|
+
const inputInTable$8 = "_inputInTable_1bkvj_337";
|
|
25905
|
+
const inputHover$8 = "_inputHover_1bkvj_346";
|
|
25906
|
+
const inputFocus$8 = "_inputFocus_1bkvj_351";
|
|
25907
|
+
const inputError$8 = "_inputError_1bkvj_358";
|
|
25908
|
+
const inputWarning$8 = "_inputWarning_1bkvj_359";
|
|
25909
|
+
const inputDisabled$8 = "_inputDisabled_1bkvj_394";
|
|
25910
|
+
const hideScrollbars$8 = "_hideScrollbars_1bkvj_399";
|
|
25911
|
+
const header$1 = "_header_1bkvj_409";
|
|
25912
|
+
const headerTitle = "_headerTitle_1bkvj_409";
|
|
25913
|
+
const heading$3 = "_heading_1bkvj_410";
|
|
25914
|
+
const itemHeader = "_itemHeader_1bkvj_410";
|
|
25915
|
+
const narrow = "_narrow_1bkvj_413";
|
|
25916
|
+
const stickyHeader = "_stickyHeader_1bkvj_417";
|
|
25917
|
+
const title$3 = "_title_1bkvj_428";
|
|
25918
|
+
const name = "_name_1bkvj_434";
|
|
25919
|
+
const iconTooltipMargin = "_iconTooltipMargin_1bkvj_437";
|
|
25920
|
+
const bold = "_bold_1bkvj_440";
|
|
25921
|
+
const toggleNarrow = "_toggleNarrow_1bkvj_449";
|
|
25922
|
+
const drag$1 = "_drag_1bkvj_467";
|
|
25923
|
+
const list$1 = "_list_1bkvj_487";
|
|
25924
|
+
const bordered$1 = "_bordered_1bkvj_491";
|
|
25925
|
+
const item$4 = "_item_1bkvj_410";
|
|
25926
|
+
const action = "_action_1bkvj_524";
|
|
25927
|
+
const active$3 = "_active_1bkvj_527";
|
|
25928
|
+
const disabled$5 = "_disabled_1bkvj_542";
|
|
25929
|
+
const label$6 = "_label_1bkvj_553";
|
|
25930
|
+
const details$2 = "_details_1bkvj_560";
|
|
25931
|
+
const metadata = "_metadata_1bkvj_561";
|
|
25932
|
+
const itemContent = "_itemContent_1bkvj_570";
|
|
25933
|
+
const indentIcon = "_indentIcon_1bkvj_577";
|
|
25934
|
+
const expandIcon = "_expandIcon_1bkvj_581";
|
|
25935
|
+
const expanded = "_expanded_1bkvj_587";
|
|
25936
|
+
const right$4 = "_right_1bkvj_590";
|
|
25937
|
+
const actions = "_actions_1bkvj_597";
|
|
25938
|
+
const scrollableList = "_scrollableList_1bkvj_602";
|
|
25939
|
+
const hideScrollbar = "_hideScrollbar_1bkvj_399";
|
|
25947
25940
|
const listStyles = {
|
|
25948
25941
|
inputInTable: inputInTable$8,
|
|
25949
25942
|
inputHover: inputHover$8,
|
|
@@ -25952,7 +25945,6 @@ const listStyles = {
|
|
|
25952
25945
|
inputWarning: inputWarning$8,
|
|
25953
25946
|
inputDisabled: inputDisabled$8,
|
|
25954
25947
|
hideScrollbars: hideScrollbars$8,
|
|
25955
|
-
scrollbars: scrollbars$8,
|
|
25956
25948
|
header: header$1,
|
|
25957
25949
|
headerTitle,
|
|
25958
25950
|
heading: heading$3,
|
|
@@ -26638,28 +26630,27 @@ Loader.propTypes = {
|
|
|
26638
26630
|
testId: propTypes$1.exports.string,
|
|
26639
26631
|
theme: propTypes$1.exports.string
|
|
26640
26632
|
};
|
|
26641
|
-
const inputInTable$7 = "
|
|
26642
|
-
const inputHover$7 = "
|
|
26643
|
-
const inputFocus$7 = "
|
|
26644
|
-
const inputError$7 = "
|
|
26645
|
-
const inputWarning$7 = "
|
|
26646
|
-
const inputDisabled$7 = "
|
|
26647
|
-
const hideScrollbars$7 = "
|
|
26648
|
-
const
|
|
26649
|
-
const
|
|
26650
|
-
const
|
|
26651
|
-
const
|
|
26652
|
-
const
|
|
26653
|
-
const
|
|
26654
|
-
const
|
|
26655
|
-
const
|
|
26656
|
-
const
|
|
26657
|
-
const
|
|
26658
|
-
const
|
|
26659
|
-
const
|
|
26660
|
-
const
|
|
26661
|
-
const
|
|
26662
|
-
const footer$1 = "_footer_8fws9_530";
|
|
26633
|
+
const inputInTable$7 = "_inputInTable_1597m_337";
|
|
26634
|
+
const inputHover$7 = "_inputHover_1597m_346";
|
|
26635
|
+
const inputFocus$7 = "_inputFocus_1597m_351";
|
|
26636
|
+
const inputError$7 = "_inputError_1597m_358";
|
|
26637
|
+
const inputWarning$7 = "_inputWarning_1597m_359";
|
|
26638
|
+
const inputDisabled$7 = "_inputDisabled_1597m_394";
|
|
26639
|
+
const hideScrollbars$7 = "_hideScrollbars_1597m_399";
|
|
26640
|
+
const container$1 = "_container_1597m_415";
|
|
26641
|
+
const block$1 = "_block_1597m_433";
|
|
26642
|
+
const info = "_info_1597m_436";
|
|
26643
|
+
const success = "_success_1597m_440";
|
|
26644
|
+
const warning$6 = "_warning_1597m_444";
|
|
26645
|
+
const error$4 = "_error_1597m_448";
|
|
26646
|
+
const content$1 = "_content_1597m_452";
|
|
26647
|
+
const heading$2 = "_heading_1597m_456";
|
|
26648
|
+
const icon$3 = "_icon_1597m_464";
|
|
26649
|
+
const dismiss$1 = "_dismiss_1597m_465";
|
|
26650
|
+
const absolute = "_absolute_1597m_478";
|
|
26651
|
+
const legendToggle = "_legendToggle_1597m_483";
|
|
26652
|
+
const detailsText = "_detailsText_1597m_499";
|
|
26653
|
+
const footer$1 = "_footer_1597m_503";
|
|
26663
26654
|
const styles$r = {
|
|
26664
26655
|
inputInTable: inputInTable$7,
|
|
26665
26656
|
inputHover: inputHover$7,
|
|
@@ -26668,7 +26659,6 @@ const styles$r = {
|
|
|
26668
26659
|
inputWarning: inputWarning$7,
|
|
26669
26660
|
inputDisabled: inputDisabled$7,
|
|
26670
26661
|
hideScrollbars: hideScrollbars$7,
|
|
26671
|
-
scrollbars: scrollbars$7,
|
|
26672
26662
|
container: container$1,
|
|
26673
26663
|
block: block$1,
|
|
26674
26664
|
info,
|
|
@@ -27072,24 +27062,23 @@ Page.propTypes = {
|
|
|
27072
27062
|
scroll: propTypes$1.exports.bool,
|
|
27073
27063
|
top: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string])
|
|
27074
27064
|
};
|
|
27075
|
-
const inputInTable$6 = "
|
|
27076
|
-
const inputHover$6 = "
|
|
27077
|
-
const inputFocus$6 = "
|
|
27078
|
-
const inputError$6 = "
|
|
27079
|
-
const inputWarning$6 = "
|
|
27080
|
-
const inputDisabled$6 = "
|
|
27081
|
-
const hideScrollbars$6 = "
|
|
27082
|
-
const
|
|
27083
|
-
const
|
|
27084
|
-
const
|
|
27085
|
-
const
|
|
27086
|
-
const
|
|
27087
|
-
const
|
|
27088
|
-
const
|
|
27089
|
-
const
|
|
27090
|
-
const
|
|
27091
|
-
const
|
|
27092
|
-
const groupOrderLast$1 = "_groupOrderLast_1r4j0_550";
|
|
27065
|
+
const inputInTable$6 = "_inputInTable_bo22c_337";
|
|
27066
|
+
const inputHover$6 = "_inputHover_bo22c_346";
|
|
27067
|
+
const inputFocus$6 = "_inputFocus_bo22c_351";
|
|
27068
|
+
const inputError$6 = "_inputError_bo22c_358";
|
|
27069
|
+
const inputWarning$6 = "_inputWarning_bo22c_359";
|
|
27070
|
+
const inputDisabled$6 = "_inputDisabled_bo22c_394";
|
|
27071
|
+
const hideScrollbars$6 = "_hideScrollbars_bo22c_399";
|
|
27072
|
+
const select = "_select_bo22c_409";
|
|
27073
|
+
const isInTable$2 = "_isInTable_bo22c_450";
|
|
27074
|
+
const unSelected = "_unSelected_bo22c_459";
|
|
27075
|
+
const error$3 = "_error_bo22c_466";
|
|
27076
|
+
const warning$5 = "_warning_bo22c_483";
|
|
27077
|
+
const small$6 = "_small_bo22c_500";
|
|
27078
|
+
const right$3 = "_right_bo22c_507";
|
|
27079
|
+
const groupOrderFirst$1 = "_groupOrderFirst_bo22c_518";
|
|
27080
|
+
const groupOrderMiddle$1 = "_groupOrderMiddle_bo22c_519";
|
|
27081
|
+
const groupOrderLast$1 = "_groupOrderLast_bo22c_523";
|
|
27093
27082
|
const styles$n = {
|
|
27094
27083
|
inputInTable: inputInTable$6,
|
|
27095
27084
|
inputHover: inputHover$6,
|
|
@@ -27098,7 +27087,6 @@ const styles$n = {
|
|
|
27098
27087
|
inputWarning: inputWarning$6,
|
|
27099
27088
|
inputDisabled: inputDisabled$6,
|
|
27100
27089
|
hideScrollbars: hideScrollbars$6,
|
|
27101
|
-
scrollbars: scrollbars$6,
|
|
27102
27090
|
select,
|
|
27103
27091
|
isInTable: isInTable$2,
|
|
27104
27092
|
unSelected,
|
|
@@ -28221,38 +28209,37 @@ const Layer = ({
|
|
|
28221
28209
|
})
|
|
28222
28210
|
});
|
|
28223
28211
|
};
|
|
28224
|
-
const inputInTable$5 = "
|
|
28225
|
-
const inputHover$5 = "
|
|
28226
|
-
const inputFocus$5 = "
|
|
28227
|
-
const inputError$5 = "
|
|
28228
|
-
const inputWarning$5 = "
|
|
28229
|
-
const inputDisabled$5 = "
|
|
28230
|
-
const hideScrollbars$5 = "
|
|
28231
|
-
const
|
|
28232
|
-
const
|
|
28233
|
-
const
|
|
28234
|
-
const
|
|
28235
|
-
const
|
|
28236
|
-
const
|
|
28237
|
-
const
|
|
28238
|
-
const
|
|
28239
|
-
const
|
|
28240
|
-
const
|
|
28241
|
-
const
|
|
28242
|
-
const
|
|
28243
|
-
const
|
|
28244
|
-
const
|
|
28245
|
-
const
|
|
28246
|
-
const
|
|
28247
|
-
const
|
|
28248
|
-
const
|
|
28249
|
-
const
|
|
28250
|
-
const
|
|
28251
|
-
const
|
|
28252
|
-
const
|
|
28253
|
-
const
|
|
28254
|
-
const
|
|
28255
|
-
const detailedLabel = "_detailedLabel_bpb71_685";
|
|
28212
|
+
const inputInTable$5 = "_inputInTable_snfgr_337";
|
|
28213
|
+
const inputHover$5 = "_inputHover_snfgr_346";
|
|
28214
|
+
const inputFocus$5 = "_inputFocus_snfgr_351";
|
|
28215
|
+
const inputError$5 = "_inputError_snfgr_358";
|
|
28216
|
+
const inputWarning$5 = "_inputWarning_snfgr_359";
|
|
28217
|
+
const inputDisabled$5 = "_inputDisabled_snfgr_394";
|
|
28218
|
+
const hideScrollbars$5 = "_hideScrollbars_snfgr_399";
|
|
28219
|
+
const trigger$1 = "_trigger_snfgr_413";
|
|
28220
|
+
const isInTable$1 = "_isInTable_snfgr_428";
|
|
28221
|
+
const input = "_input_snfgr_337";
|
|
28222
|
+
const isOpen = "_isOpen_snfgr_446";
|
|
28223
|
+
const error$2 = "_error_snfgr_454";
|
|
28224
|
+
const warning$4 = "_warning_snfgr_471";
|
|
28225
|
+
const disabled$3 = "_disabled_snfgr_488";
|
|
28226
|
+
const iconOpen = "_iconOpen_snfgr_493";
|
|
28227
|
+
const icons = "_icons_snfgr_496";
|
|
28228
|
+
const clearAll = "_clearAll_snfgr_504";
|
|
28229
|
+
const small$4 = "_small_snfgr_513";
|
|
28230
|
+
const focus = "_focus_snfgr_522";
|
|
28231
|
+
const triggerInputContainer = "_triggerInputContainer_snfgr_536";
|
|
28232
|
+
const right$2 = "_right_snfgr_545";
|
|
28233
|
+
const multiOptions = "_multiOptions_snfgr_558";
|
|
28234
|
+
const multiOption = "_multiOption_snfgr_558";
|
|
28235
|
+
const label$4 = "_label_snfgr_590";
|
|
28236
|
+
const closeMultiOption = "_closeMultiOption_snfgr_593";
|
|
28237
|
+
const selectedSingleValue = "_selectedSingleValue_snfgr_608";
|
|
28238
|
+
const placeHolder = "_placeHolder_snfgr_609";
|
|
28239
|
+
const groupOrderFirst = "_groupOrderFirst_snfgr_648";
|
|
28240
|
+
const groupOrderMiddle = "_groupOrderMiddle_snfgr_649";
|
|
28241
|
+
const groupOrderLast = "_groupOrderLast_snfgr_653";
|
|
28242
|
+
const detailedLabel = "_detailedLabel_snfgr_658";
|
|
28256
28243
|
const styles$l = {
|
|
28257
28244
|
inputInTable: inputInTable$5,
|
|
28258
28245
|
inputHover: inputHover$5,
|
|
@@ -28261,7 +28248,6 @@ const styles$l = {
|
|
|
28261
28248
|
inputWarning: inputWarning$5,
|
|
28262
28249
|
inputDisabled: inputDisabled$5,
|
|
28263
28250
|
hideScrollbars: hideScrollbars$5,
|
|
28264
|
-
scrollbars: scrollbars$5,
|
|
28265
28251
|
trigger: trigger$1,
|
|
28266
28252
|
isInTable: isInTable$1,
|
|
28267
28253
|
input,
|
|
@@ -56424,15 +56410,14 @@ RichTextToolbar.propTypes = {
|
|
|
56424
56410
|
disabled: propTypes$1.exports.bool,
|
|
56425
56411
|
toolbarComponent: propTypes$1.exports.node
|
|
56426
56412
|
};
|
|
56427
|
-
const inputInTable$4 = "
|
|
56428
|
-
const inputHover$4 = "
|
|
56429
|
-
const inputFocus$4 = "
|
|
56430
|
-
const inputError$4 = "
|
|
56431
|
-
const inputWarning$4 = "
|
|
56432
|
-
const inputDisabled$4 = "
|
|
56433
|
-
const hideScrollbars$4 = "
|
|
56434
|
-
const
|
|
56435
|
-
const richTextInput = "_richTextInput_1kfoa_436";
|
|
56413
|
+
const inputInTable$4 = "_inputInTable_z36yv_337";
|
|
56414
|
+
const inputHover$4 = "_inputHover_z36yv_346";
|
|
56415
|
+
const inputFocus$4 = "_inputFocus_z36yv_351";
|
|
56416
|
+
const inputError$4 = "_inputError_z36yv_358";
|
|
56417
|
+
const inputWarning$4 = "_inputWarning_z36yv_359";
|
|
56418
|
+
const inputDisabled$4 = "_inputDisabled_z36yv_394";
|
|
56419
|
+
const hideScrollbars$4 = "_hideScrollbars_z36yv_399";
|
|
56420
|
+
const richTextInput = "_richTextInput_z36yv_409";
|
|
56436
56421
|
const styles$e = {
|
|
56437
56422
|
inputInTable: inputInTable$4,
|
|
56438
56423
|
inputHover: inputHover$4,
|
|
@@ -56441,7 +56426,6 @@ const styles$e = {
|
|
|
56441
56426
|
inputWarning: inputWarning$4,
|
|
56442
56427
|
inputDisabled: inputDisabled$4,
|
|
56443
56428
|
hideScrollbars: hideScrollbars$4,
|
|
56444
|
-
scrollbars: scrollbars$4,
|
|
56445
56429
|
richTextInput
|
|
56446
56430
|
};
|
|
56447
56431
|
const RichTextInput = forwardRef(
|
|
@@ -56652,25 +56636,24 @@ var reactFastCompare = function isEqual3(a2, b2) {
|
|
|
56652
56636
|
throw error2;
|
|
56653
56637
|
}
|
|
56654
56638
|
};
|
|
56655
|
-
const inputInTable$3 = "
|
|
56656
|
-
const inputHover$3 = "
|
|
56657
|
-
const inputFocus$3 = "
|
|
56658
|
-
const inputError$3 = "
|
|
56659
|
-
const inputWarning$3 = "
|
|
56660
|
-
const inputDisabled$3 = "
|
|
56661
|
-
const hideScrollbars$3 = "
|
|
56662
|
-
const
|
|
56663
|
-
const
|
|
56664
|
-
const
|
|
56665
|
-
const
|
|
56666
|
-
const
|
|
56667
|
-
const
|
|
56668
|
-
const
|
|
56669
|
-
const
|
|
56670
|
-
const
|
|
56671
|
-
const
|
|
56672
|
-
const
|
|
56673
|
-
const icon$1 = "_icon_u3jqz_523";
|
|
56639
|
+
const inputInTable$3 = "_inputInTable_13var_337";
|
|
56640
|
+
const inputHover$3 = "_inputHover_13var_346";
|
|
56641
|
+
const inputFocus$3 = "_inputFocus_13var_351";
|
|
56642
|
+
const inputError$3 = "_inputError_13var_358";
|
|
56643
|
+
const inputWarning$3 = "_inputWarning_13var_359";
|
|
56644
|
+
const inputDisabled$3 = "_inputDisabled_13var_394";
|
|
56645
|
+
const hideScrollbars$3 = "_hideScrollbars_13var_399";
|
|
56646
|
+
const sidebar = "_sidebar_13var_412";
|
|
56647
|
+
const inner = "_inner_13var_422";
|
|
56648
|
+
const title$2 = "_title_13var_433";
|
|
56649
|
+
const subtitle = "_subtitle_13var_434";
|
|
56650
|
+
const label$2 = "_label_13var_435";
|
|
56651
|
+
const collapsed = "_collapsed_13var_439";
|
|
56652
|
+
const list = "_list_13var_462";
|
|
56653
|
+
const item$2 = "_item_13var_468";
|
|
56654
|
+
const active$2 = "_active_13var_489";
|
|
56655
|
+
const experimental = "_experimental_13var_493";
|
|
56656
|
+
const icon$1 = "_icon_13var_496";
|
|
56674
56657
|
const styles$c = {
|
|
56675
56658
|
inputInTable: inputInTable$3,
|
|
56676
56659
|
inputHover: inputHover$3,
|
|
@@ -56679,7 +56662,6 @@ const styles$c = {
|
|
|
56679
56662
|
inputWarning: inputWarning$3,
|
|
56680
56663
|
inputDisabled: inputDisabled$3,
|
|
56681
56664
|
hideScrollbars: hideScrollbars$3,
|
|
56682
|
-
scrollbars: scrollbars$3,
|
|
56683
56665
|
sidebar,
|
|
56684
56666
|
inner,
|
|
56685
56667
|
title: title$2,
|
|
@@ -59110,19 +59092,18 @@ Spacer.propTypes = {
|
|
|
59110
59092
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59111
59093
|
flex: propTypes$1.exports.bool
|
|
59112
59094
|
};
|
|
59113
|
-
const inputInTable$2 = "
|
|
59114
|
-
const inputHover$2 = "
|
|
59115
|
-
const inputFocus$2 = "
|
|
59116
|
-
const inputError$2 = "
|
|
59117
|
-
const inputWarning$2 = "
|
|
59118
|
-
const inputDisabled$2 = "
|
|
59119
|
-
const hideScrollbars$2 = "
|
|
59120
|
-
const
|
|
59121
|
-
const
|
|
59122
|
-
const
|
|
59123
|
-
const
|
|
59124
|
-
const
|
|
59125
|
-
const striped = "_striped_gwun7_548";
|
|
59095
|
+
const inputInTable$2 = "_inputInTable_h2i1v_337";
|
|
59096
|
+
const inputHover$2 = "_inputHover_h2i1v_346";
|
|
59097
|
+
const inputFocus$2 = "_inputFocus_h2i1v_351";
|
|
59098
|
+
const inputError$2 = "_inputError_h2i1v_358";
|
|
59099
|
+
const inputWarning$2 = "_inputWarning_h2i1v_359";
|
|
59100
|
+
const inputDisabled$2 = "_inputDisabled_h2i1v_394";
|
|
59101
|
+
const hideScrollbars$2 = "_hideScrollbars_h2i1v_399";
|
|
59102
|
+
const wrapper = "_wrapper_h2i1v_419";
|
|
59103
|
+
const bordered = "_bordered_h2i1v_427";
|
|
59104
|
+
const scroll2 = "_scroll_h2i1v_431";
|
|
59105
|
+
const table = "_table_h2i1v_441";
|
|
59106
|
+
const striped = "_striped_h2i1v_521";
|
|
59126
59107
|
const styles$a = {
|
|
59127
59108
|
inputInTable: inputInTable$2,
|
|
59128
59109
|
inputHover: inputHover$2,
|
|
@@ -59131,7 +59112,6 @@ const styles$a = {
|
|
|
59131
59112
|
inputWarning: inputWarning$2,
|
|
59132
59113
|
inputDisabled: inputDisabled$2,
|
|
59133
59114
|
hideScrollbars: hideScrollbars$2,
|
|
59134
|
-
scrollbars: scrollbars$2,
|
|
59135
59115
|
wrapper,
|
|
59136
59116
|
bordered,
|
|
59137
59117
|
scroll: scroll2,
|
|
@@ -59260,37 +59240,36 @@ function CgSortAz(props) {
|
|
|
59260
59240
|
function CgSortZa(props) {
|
|
59261
59241
|
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);
|
|
59262
59242
|
}
|
|
59263
|
-
const inputInTable$1 = "
|
|
59264
|
-
const inputHover$1 = "
|
|
59265
|
-
const inputFocus$1 = "
|
|
59266
|
-
const inputError$1 = "
|
|
59267
|
-
const inputWarning$1 = "
|
|
59268
|
-
const inputDisabled$1 = "
|
|
59269
|
-
const hideScrollbars$1 = "
|
|
59270
|
-
const
|
|
59271
|
-
const
|
|
59272
|
-
const
|
|
59273
|
-
const
|
|
59274
|
-
const
|
|
59275
|
-
const
|
|
59276
|
-
const
|
|
59277
|
-
const
|
|
59278
|
-
const
|
|
59279
|
-
const
|
|
59280
|
-
const
|
|
59281
|
-
const
|
|
59282
|
-
const
|
|
59283
|
-
const
|
|
59284
|
-
const
|
|
59285
|
-
const
|
|
59286
|
-
const
|
|
59287
|
-
const
|
|
59288
|
-
const
|
|
59289
|
-
const
|
|
59290
|
-
const
|
|
59291
|
-
const
|
|
59292
|
-
const
|
|
59293
|
-
const disabledPointerEvents = "_disabledPointerEvents_18of2_562";
|
|
59243
|
+
const inputInTable$1 = "_inputInTable_1mvlg_337";
|
|
59244
|
+
const inputHover$1 = "_inputHover_1mvlg_346";
|
|
59245
|
+
const inputFocus$1 = "_inputFocus_1mvlg_351";
|
|
59246
|
+
const inputError$1 = "_inputError_1mvlg_358";
|
|
59247
|
+
const inputWarning$1 = "_inputWarning_1mvlg_359";
|
|
59248
|
+
const inputDisabled$1 = "_inputDisabled_1mvlg_394";
|
|
59249
|
+
const hideScrollbars$1 = "_hideScrollbars_1mvlg_399";
|
|
59250
|
+
const cell = "_cell_1mvlg_409";
|
|
59251
|
+
const disabledLink = "_disabledLink_1mvlg_419";
|
|
59252
|
+
const inputWrapper = "_inputWrapper_1mvlg_423";
|
|
59253
|
+
const breakWord = "_breakWord_1mvlg_438";
|
|
59254
|
+
const inputCell = "_inputCell_1mvlg_441";
|
|
59255
|
+
const sliderCell = "_sliderCell_1mvlg_444";
|
|
59256
|
+
const staticCell = "_staticCell_1mvlg_448";
|
|
59257
|
+
const staticCellContent = "_staticCellContent_1mvlg_451";
|
|
59258
|
+
const error$1 = "_error_1mvlg_464";
|
|
59259
|
+
const warning$2 = "_warning_1mvlg_465";
|
|
59260
|
+
const unit = "_unit_1mvlg_474";
|
|
59261
|
+
const sortingCell = "_sortingCell_1mvlg_477";
|
|
59262
|
+
const sortingCellIcon = "_sortingCellIcon_1mvlg_485";
|
|
59263
|
+
const icon = "_icon_1mvlg_492";
|
|
59264
|
+
const checkBoxCell = "_checkBoxCell_1mvlg_496";
|
|
59265
|
+
const iconCell = "_iconCell_1mvlg_500";
|
|
59266
|
+
const iconWrapper = "_iconWrapper_1mvlg_505";
|
|
59267
|
+
const actionsCell = "_actionsCell_1mvlg_509";
|
|
59268
|
+
const rightAligned = "_rightAligned_1mvlg_517";
|
|
59269
|
+
const centerAligned = "_centerAligned_1mvlg_523";
|
|
59270
|
+
const leftAligned = "_leftAligned_1mvlg_529";
|
|
59271
|
+
const popover = "_popover_1mvlg_532";
|
|
59272
|
+
const disabledPointerEvents = "_disabledPointerEvents_1mvlg_535";
|
|
59294
59273
|
const styles$7 = {
|
|
59295
59274
|
inputInTable: inputInTable$1,
|
|
59296
59275
|
inputHover: inputHover$1,
|
|
@@ -59299,7 +59278,6 @@ const styles$7 = {
|
|
|
59299
59278
|
inputWarning: inputWarning$1,
|
|
59300
59279
|
inputDisabled: inputDisabled$1,
|
|
59301
59280
|
hideScrollbars: hideScrollbars$1,
|
|
59302
|
-
scrollbars: scrollbars$1,
|
|
59303
59281
|
cell,
|
|
59304
59282
|
disabledLink,
|
|
59305
59283
|
inputWrapper,
|
|
@@ -59488,75 +59466,66 @@ const getHeaderAlignment = (alignments, isHeader, rowIndex) => {
|
|
|
59488
59466
|
};
|
|
59489
59467
|
const NumberInputCell = (props) => {
|
|
59490
59468
|
const { cell: cell2, testId } = props;
|
|
59491
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
59492
|
-
|
|
59493
|
-
|
|
59494
|
-
|
|
59495
|
-
|
|
59496
|
-
|
|
59497
|
-
|
|
59498
|
-
|
|
59499
|
-
|
|
59500
|
-
|
|
59501
|
-
|
|
59502
|
-
|
|
59503
|
-
|
|
59504
|
-
|
|
59505
|
-
|
|
59506
|
-
validationCallback: cell2.validationCallback,
|
|
59507
|
-
allowEmpty: cell2.allowEmpty
|
|
59508
|
-
})
|
|
59469
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(NumberInput, {
|
|
59470
|
+
name: cell2.name,
|
|
59471
|
+
value: cell2.value,
|
|
59472
|
+
onChange: (ev) => cell2.onChange(ev),
|
|
59473
|
+
placeholder: cell2.placeholder,
|
|
59474
|
+
error: cell2.error,
|
|
59475
|
+
warning: cell2.warning,
|
|
59476
|
+
disabled: cell2.disabled,
|
|
59477
|
+
isInTable: true,
|
|
59478
|
+
left: cell2.left,
|
|
59479
|
+
testId,
|
|
59480
|
+
tabIndex: cell2.disabled ? -1 : 0,
|
|
59481
|
+
tooltip: cell2.tooltip,
|
|
59482
|
+
validationCallback: cell2.validationCallback,
|
|
59483
|
+
allowEmpty: cell2.allowEmpty
|
|
59509
59484
|
});
|
|
59510
59485
|
};
|
|
59511
59486
|
const InputCell = (props) => {
|
|
59512
59487
|
const { cell: cell2, columnAlignment, testId } = props;
|
|
59513
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
59514
|
-
|
|
59515
|
-
|
|
59516
|
-
|
|
59517
|
-
|
|
59518
|
-
|
|
59519
|
-
|
|
59520
|
-
|
|
59521
|
-
|
|
59522
|
-
|
|
59523
|
-
|
|
59524
|
-
|
|
59525
|
-
|
|
59526
|
-
|
|
59527
|
-
tabIndex: cell2.disabled ? -1 : 0,
|
|
59528
|
-
tooltip: cell2.tooltip
|
|
59529
|
-
})
|
|
59488
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(Input$1, {
|
|
59489
|
+
name: cell2.name,
|
|
59490
|
+
value: cell2.value,
|
|
59491
|
+
onChange: (ev) => cell2.onChange(ev),
|
|
59492
|
+
placeholder: cell2.placeholder,
|
|
59493
|
+
error: cell2.error,
|
|
59494
|
+
warning: cell2.warning,
|
|
59495
|
+
disabled: cell2.disabled,
|
|
59496
|
+
isInTable: true,
|
|
59497
|
+
maxTooltipWidth: cell2.maxTooltipWidth,
|
|
59498
|
+
right: columnAlignment === "right",
|
|
59499
|
+
testId,
|
|
59500
|
+
tabIndex: cell2.disabled ? -1 : 0,
|
|
59501
|
+
tooltip: cell2.tooltip
|
|
59530
59502
|
});
|
|
59531
59503
|
};
|
|
59532
59504
|
const SelectCell = (props) => {
|
|
59533
59505
|
const { cell: cell2, columnAlignment, testId } = props;
|
|
59534
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
59535
|
-
|
|
59536
|
-
|
|
59537
|
-
|
|
59538
|
-
|
|
59539
|
-
|
|
59540
|
-
|
|
59541
|
-
|
|
59542
|
-
|
|
59543
|
-
|
|
59544
|
-
|
|
59545
|
-
|
|
59546
|
-
|
|
59547
|
-
|
|
59548
|
-
|
|
59549
|
-
|
|
59550
|
-
|
|
59551
|
-
|
|
59552
|
-
|
|
59553
|
-
|
|
59554
|
-
|
|
59555
|
-
|
|
59556
|
-
|
|
59557
|
-
testId,
|
|
59558
|
-
tabIndex: cell2.disabled ? -1 : 0
|
|
59559
|
-
})
|
|
59506
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(Select, {
|
|
59507
|
+
name: cell2.name,
|
|
59508
|
+
borderRadius: 0,
|
|
59509
|
+
menu: cell2.menu,
|
|
59510
|
+
options: cell2.options,
|
|
59511
|
+
onChange: (ev) => cell2.onChange(ev),
|
|
59512
|
+
onCreate: cell2.onCreate ? (ev) => cell2.onCreate(ev) : void 0,
|
|
59513
|
+
error: cell2.error,
|
|
59514
|
+
warning: cell2.warning,
|
|
59515
|
+
disabled: cell2.disabled,
|
|
59516
|
+
placeholder: cell2.placeholder,
|
|
59517
|
+
isInTable: true,
|
|
59518
|
+
value: cell2.value,
|
|
59519
|
+
native: cell2.native,
|
|
59520
|
+
clearable: cell2.clearable,
|
|
59521
|
+
searchable: cell2.searchable,
|
|
59522
|
+
deprecatedEventHandler: cell2.deprecatedEventHandler,
|
|
59523
|
+
maxTooltipWidth: cell2.maxTooltipWidth,
|
|
59524
|
+
width: "100%",
|
|
59525
|
+
autoLayerWidth: cell2.autoLayerWidth,
|
|
59526
|
+
right: columnAlignment === "right",
|
|
59527
|
+
testId,
|
|
59528
|
+
tabIndex: cell2.disabled ? -1 : 0
|
|
59560
59529
|
});
|
|
59561
59530
|
};
|
|
59562
59531
|
const LinkCell = (props) => {
|
|
@@ -59607,18 +59576,21 @@ const CheckBoxCell = (props) => {
|
|
|
59607
59576
|
};
|
|
59608
59577
|
const SliderCell = (props) => {
|
|
59609
59578
|
const { cell: cell2 } = props;
|
|
59610
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
59611
|
-
|
|
59612
|
-
|
|
59613
|
-
|
|
59614
|
-
|
|
59615
|
-
|
|
59616
|
-
|
|
59617
|
-
|
|
59618
|
-
|
|
59619
|
-
|
|
59620
|
-
|
|
59621
|
-
|
|
59579
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
59580
|
+
className: styles$7.inputWrapper,
|
|
59581
|
+
children: /* @__PURE__ */ jsxRuntime.exports.jsx(Slider, {
|
|
59582
|
+
label: cell2.label,
|
|
59583
|
+
value: cell2.value,
|
|
59584
|
+
min: cell2.min,
|
|
59585
|
+
max: cell2.max,
|
|
59586
|
+
step: cell2.step,
|
|
59587
|
+
marks: cell2.marks,
|
|
59588
|
+
onChange: (ev) => cell2.onChange(ev),
|
|
59589
|
+
showArrows: cell2.showArrows,
|
|
59590
|
+
showToolTop: cell2.showTooltip,
|
|
59591
|
+
tooltipFormatter: cell2.tooltipFormatter,
|
|
59592
|
+
disabled: cell2.disabled
|
|
59593
|
+
})
|
|
59622
59594
|
});
|
|
59623
59595
|
};
|
|
59624
59596
|
const Sort = (props) => {
|
|
@@ -59741,24 +59713,33 @@ const PopoverCell = (props) => {
|
|
|
59741
59713
|
})
|
|
59742
59714
|
});
|
|
59743
59715
|
};
|
|
59716
|
+
const InputCellWrapper = (props) => {
|
|
59717
|
+
const { cell: cell2, columnAlignment, testId } = props;
|
|
59718
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
59719
|
+
className: styles$7.inputWrapper,
|
|
59720
|
+
children: cell2.type === "Input" ? /* @__PURE__ */ jsxRuntime.exports.jsx(InputCell, {
|
|
59721
|
+
cell: cell2,
|
|
59722
|
+
columnAlignment,
|
|
59723
|
+
testId
|
|
59724
|
+
}) : cell2.type === "NumberInput" ? /* @__PURE__ */ jsxRuntime.exports.jsx(NumberInputCell, {
|
|
59725
|
+
cell: cell2,
|
|
59726
|
+
columnAlignment,
|
|
59727
|
+
testId
|
|
59728
|
+
}) : cell2.type === "Select" ? /* @__PURE__ */ jsxRuntime.exports.jsx(SelectCell, {
|
|
59729
|
+
cell: cell2,
|
|
59730
|
+
columnAlignment,
|
|
59731
|
+
testId
|
|
59732
|
+
}) : null
|
|
59733
|
+
});
|
|
59734
|
+
};
|
|
59744
59735
|
const CellWrapper = (props) => {
|
|
59745
59736
|
const { cell: cell2, isHeader, columnAlignment, testId } = props;
|
|
59746
59737
|
if (cell2) {
|
|
59747
59738
|
switch (cell2.type) {
|
|
59748
59739
|
case "Input":
|
|
59749
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(InputCell, {
|
|
59750
|
-
cell: cell2,
|
|
59751
|
-
columnAlignment,
|
|
59752
|
-
testId
|
|
59753
|
-
});
|
|
59754
59740
|
case "NumberInput":
|
|
59755
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(NumberInputCell, {
|
|
59756
|
-
cell: cell2,
|
|
59757
|
-
columnAlignment,
|
|
59758
|
-
testId
|
|
59759
|
-
});
|
|
59760
59741
|
case "Select":
|
|
59761
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
59742
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(InputCellWrapper, {
|
|
59762
59743
|
cell: cell2,
|
|
59763
59744
|
columnAlignment,
|
|
59764
59745
|
testId
|
|
@@ -59809,7 +59790,13 @@ const Cell = (props) => {
|
|
|
59809
59790
|
snapshot,
|
|
59810
59791
|
testId
|
|
59811
59792
|
} = props;
|
|
59812
|
-
const {
|
|
59793
|
+
const {
|
|
59794
|
+
style: styleProp,
|
|
59795
|
+
colSpan,
|
|
59796
|
+
rowSpan,
|
|
59797
|
+
width: cellWidthProp,
|
|
59798
|
+
type
|
|
59799
|
+
} = cell2;
|
|
59813
59800
|
const ref2 = useRef(null);
|
|
59814
59801
|
const alignment = {
|
|
59815
59802
|
bodyAlignment: columnAlignment,
|
|
@@ -59818,28 +59805,10 @@ const Cell = (props) => {
|
|
|
59818
59805
|
};
|
|
59819
59806
|
const cellAlignmentStyle = getCellAlignment(alignment, styles$7);
|
|
59820
59807
|
const cellAlignmentText = getCellAlignment(alignment, styles$7, true);
|
|
59821
|
-
const
|
|
59822
|
-
switch (type) {
|
|
59823
|
-
case "Input":
|
|
59824
|
-
case "NumberInput":
|
|
59825
|
-
case "Select":
|
|
59826
|
-
case "Popover":
|
|
59827
|
-
return styles$7.inputCell;
|
|
59828
|
-
case "Slider":
|
|
59829
|
-
return styles$7.sliderCell;
|
|
59830
|
-
case "CheckBox":
|
|
59831
|
-
return styles$7.checkBoxCell;
|
|
59832
|
-
case "Actions":
|
|
59833
|
-
return styles$7.actionsCell;
|
|
59834
|
-
case "Icon":
|
|
59835
|
-
return styles$7.iconCell;
|
|
59836
|
-
default:
|
|
59837
|
-
return styles$7.staticCell;
|
|
59838
|
-
}
|
|
59839
|
-
};
|
|
59808
|
+
const cellTypeClassName = cell2.type === "Input" || cell2.type === "NumberInput" || cell2.type === "Select" || cell2.type === "Popover" ? styles$7.inputCell : cell2.type === "Slider" ? styles$7.sliderCell : cell2.type === "CheckBox" ? styles$7.checkBoxCell : cell2.type === "Actions" ? styles$7.actionsCell : styles$7.staticCell;
|
|
59840
59809
|
const className = cx$2(
|
|
59841
59810
|
styles$7.cell,
|
|
59842
|
-
|
|
59811
|
+
cellTypeClassName,
|
|
59843
59812
|
cell2.hasSort ? styles$7.sortingCell : null,
|
|
59844
59813
|
cellAlignmentStyle,
|
|
59845
59814
|
cell2.breakWord ? styles$7.breakWord : ""
|
|
@@ -60823,19 +60792,18 @@ TextLink.propTypes = {
|
|
|
60823
60792
|
target: propTypes$1.exports.string,
|
|
60824
60793
|
testId: propTypes$1.exports.string
|
|
60825
60794
|
};
|
|
60826
|
-
const inputInTable = "
|
|
60827
|
-
const inputHover = "
|
|
60828
|
-
const inputFocus = "
|
|
60829
|
-
const inputError = "
|
|
60830
|
-
const inputWarning = "
|
|
60831
|
-
const inputDisabled = "
|
|
60832
|
-
const hideScrollbars = "
|
|
60833
|
-
const
|
|
60834
|
-
const
|
|
60835
|
-
const
|
|
60836
|
-
const
|
|
60837
|
-
const
|
|
60838
|
-
const monospace = "_monospace_qhxzr_513";
|
|
60795
|
+
const inputInTable = "_inputInTable_icygp_337";
|
|
60796
|
+
const inputHover = "_inputHover_icygp_346";
|
|
60797
|
+
const inputFocus = "_inputFocus_icygp_351";
|
|
60798
|
+
const inputError = "_inputError_icygp_358";
|
|
60799
|
+
const inputWarning = "_inputWarning_icygp_359";
|
|
60800
|
+
const inputDisabled = "_inputDisabled_icygp_394";
|
|
60801
|
+
const hideScrollbars = "_hideScrollbars_icygp_399";
|
|
60802
|
+
const textarea = "_textarea_icygp_409";
|
|
60803
|
+
const small$1 = "_small_icygp_446";
|
|
60804
|
+
const error = "_error_icygp_452";
|
|
60805
|
+
const warning$1 = "_warning_icygp_469";
|
|
60806
|
+
const monospace = "_monospace_icygp_486";
|
|
60839
60807
|
const styles$4 = {
|
|
60840
60808
|
inputInTable,
|
|
60841
60809
|
inputHover,
|
|
@@ -60844,7 +60812,6 @@ const styles$4 = {
|
|
|
60844
60812
|
inputWarning,
|
|
60845
60813
|
inputDisabled,
|
|
60846
60814
|
hideScrollbars,
|
|
60847
|
-
scrollbars,
|
|
60848
60815
|
textarea,
|
|
60849
60816
|
small: small$1,
|
|
60850
60817
|
error,
|