@oliasoft-open-source/react-ui-library 3.11.0-beta-7 → 3.11.0-beta-9
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 +696 -724
- package/dist/index.js +276 -266
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11235,33 +11235,33 @@ 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 scrollbars$b = "
|
|
11246
|
-
const button$3 = "
|
|
11247
|
-
const active$7 = "
|
|
11248
|
-
const green$1 = "
|
|
11249
|
-
const red$1 = "
|
|
11250
|
-
const orange$1 = "
|
|
11251
|
-
const icon$4 = "
|
|
11252
|
-
const iconOnly = "
|
|
11253
|
-
const basic = "
|
|
11254
|
-
const muted$2 = "
|
|
11255
|
-
const disabled$7 = "
|
|
11256
|
-
const small$c = "
|
|
11257
|
-
const pill = "
|
|
11258
|
-
const round = "
|
|
11259
|
-
const error$8 = "
|
|
11260
|
-
const warning$c = "
|
|
11261
|
-
const inverted$1 = "
|
|
11262
|
-
const groupOrderFirst$4 = "
|
|
11263
|
-
const groupOrderMiddle$4 = "
|
|
11264
|
-
const groupOrderLast$4 = "
|
|
11238
|
+
const inputInTable$b = "_inputInTable_qigx7_337";
|
|
11239
|
+
const inputHover$b = "_inputHover_qigx7_346";
|
|
11240
|
+
const inputFocus$b = "_inputFocus_qigx7_351";
|
|
11241
|
+
const inputError$b = "_inputError_qigx7_358";
|
|
11242
|
+
const inputWarning$b = "_inputWarning_qigx7_359";
|
|
11243
|
+
const inputDisabled$b = "_inputDisabled_qigx7_394";
|
|
11244
|
+
const hideScrollbars$b = "_hideScrollbars_qigx7_399";
|
|
11245
|
+
const scrollbars$b = "_scrollbars_qigx7_409";
|
|
11246
|
+
const button$3 = "_button_qigx7_470";
|
|
11247
|
+
const active$7 = "_active_qigx7_507";
|
|
11248
|
+
const green$1 = "_green_qigx7_507";
|
|
11249
|
+
const red$1 = "_red_qigx7_507";
|
|
11250
|
+
const orange$1 = "_orange_qigx7_507";
|
|
11251
|
+
const icon$4 = "_icon_qigx7_519";
|
|
11252
|
+
const iconOnly = "_iconOnly_qigx7_526";
|
|
11253
|
+
const basic = "_basic_qigx7_536";
|
|
11254
|
+
const muted$2 = "_muted_qigx7_542";
|
|
11255
|
+
const disabled$7 = "_disabled_qigx7_555";
|
|
11256
|
+
const small$c = "_small_qigx7_565";
|
|
11257
|
+
const pill = "_pill_qigx7_570";
|
|
11258
|
+
const round = "_round_qigx7_571";
|
|
11259
|
+
const error$8 = "_error_qigx7_648";
|
|
11260
|
+
const warning$c = "_warning_qigx7_665";
|
|
11261
|
+
const inverted$1 = "_inverted_qigx7_682";
|
|
11262
|
+
const groupOrderFirst$4 = "_groupOrderFirst_qigx7_716";
|
|
11263
|
+
const groupOrderMiddle$4 = "_groupOrderMiddle_qigx7_717";
|
|
11264
|
+
const groupOrderLast$4 = "_groupOrderLast_qigx7_718";
|
|
11265
11265
|
const buttonStyles = {
|
|
11266
11266
|
inputInTable: inputInTable$b,
|
|
11267
11267
|
inputHover: inputHover$b,
|
|
@@ -13900,31 +13900,31 @@ const dialogShape = propTypes$1.exports.shape({
|
|
|
13900
13900
|
Dialog.propTypes = {
|
|
13901
13901
|
dialog: dialogShape.isRequired
|
|
13902
13902
|
};
|
|
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 scrollbars$a = "
|
|
13911
|
-
const inline$2 = "
|
|
13912
|
-
const left$2 = "
|
|
13913
|
-
const right$6 = "
|
|
13914
|
-
const fixed$1 = "
|
|
13915
|
-
const border$1 = "
|
|
13916
|
-
const shadow = "
|
|
13917
|
-
const drawerContent = "
|
|
13918
|
-
const isResizing = "
|
|
13919
|
-
const toggleButton = "
|
|
13920
|
-
const top = "
|
|
13921
|
-
const bottom = "
|
|
13922
|
-
const toggleButtonOpen = "
|
|
13923
|
-
const tabs$1 = "
|
|
13924
|
-
const tab$1 = "
|
|
13925
|
-
const active$4 = "
|
|
13926
|
-
const tabsContent = "
|
|
13927
|
-
const resizeHandle = "
|
|
13903
|
+
const inputInTable$a = "_inputInTable_18wht_337";
|
|
13904
|
+
const inputHover$a = "_inputHover_18wht_346";
|
|
13905
|
+
const inputFocus$a = "_inputFocus_18wht_351";
|
|
13906
|
+
const inputError$a = "_inputError_18wht_358";
|
|
13907
|
+
const inputWarning$a = "_inputWarning_18wht_359";
|
|
13908
|
+
const inputDisabled$a = "_inputDisabled_18wht_394";
|
|
13909
|
+
const hideScrollbars$a = "_hideScrollbars_18wht_399";
|
|
13910
|
+
const scrollbars$a = "_scrollbars_18wht_409";
|
|
13911
|
+
const inline$2 = "_inline_18wht_448";
|
|
13912
|
+
const left$2 = "_left_18wht_451";
|
|
13913
|
+
const right$6 = "_right_18wht_454";
|
|
13914
|
+
const fixed$1 = "_fixed_18wht_457";
|
|
13915
|
+
const border$1 = "_border_18wht_469";
|
|
13916
|
+
const shadow = "_shadow_18wht_475";
|
|
13917
|
+
const drawerContent = "_drawerContent_18wht_478";
|
|
13918
|
+
const isResizing = "_isResizing_18wht_490";
|
|
13919
|
+
const toggleButton = "_toggleButton_18wht_501";
|
|
13920
|
+
const top = "_top_18wht_514";
|
|
13921
|
+
const bottom = "_bottom_18wht_517";
|
|
13922
|
+
const toggleButtonOpen = "_toggleButtonOpen_18wht_520";
|
|
13923
|
+
const tabs$1 = "_tabs_18wht_523";
|
|
13924
|
+
const tab$1 = "_tab_18wht_523";
|
|
13925
|
+
const active$4 = "_active_18wht_554";
|
|
13926
|
+
const tabsContent = "_tabsContent_18wht_576";
|
|
13927
|
+
const resizeHandle = "_resizeHandle_18wht_582";
|
|
13928
13928
|
const styles$B = {
|
|
13929
13929
|
inputInTable: inputInTable$a,
|
|
13930
13930
|
inputHover: inputHover$a,
|
|
@@ -16363,23 +16363,23 @@ InputGroup.propTypes = {
|
|
|
16363
16363
|
small: propTypes$1.exports.bool,
|
|
16364
16364
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
16365
16365
|
};
|
|
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 scrollbars$9 = "
|
|
16374
|
-
const input$1 = "
|
|
16375
|
-
const isInTable$3 = "
|
|
16376
|
-
const small$8 = "
|
|
16377
|
-
const error$6 = "
|
|
16378
|
-
const warning$a = "
|
|
16379
|
-
const right$5 = "
|
|
16380
|
-
const groupOrderFirst$3 = "
|
|
16381
|
-
const groupOrderMiddle$3 = "
|
|
16382
|
-
const groupOrderLast$3 = "
|
|
16366
|
+
const inputInTable$9 = "_inputInTable_1oomw_337";
|
|
16367
|
+
const inputHover$9 = "_inputHover_1oomw_346";
|
|
16368
|
+
const inputFocus$9 = "_inputFocus_1oomw_351";
|
|
16369
|
+
const inputError$9 = "_inputError_1oomw_358";
|
|
16370
|
+
const inputWarning$9 = "_inputWarning_1oomw_359";
|
|
16371
|
+
const inputDisabled$9 = "_inputDisabled_1oomw_394";
|
|
16372
|
+
const hideScrollbars$9 = "_hideScrollbars_1oomw_399";
|
|
16373
|
+
const scrollbars$9 = "_scrollbars_1oomw_409";
|
|
16374
|
+
const input$1 = "_input_1oomw_337";
|
|
16375
|
+
const isInTable$3 = "_isInTable_1oomw_457";
|
|
16376
|
+
const small$8 = "_small_1oomw_478";
|
|
16377
|
+
const error$6 = "_error_1oomw_484";
|
|
16378
|
+
const warning$a = "_warning_1oomw_501";
|
|
16379
|
+
const right$5 = "_right_1oomw_523";
|
|
16380
|
+
const groupOrderFirst$3 = "_groupOrderFirst_1oomw_526";
|
|
16381
|
+
const groupOrderMiddle$3 = "_groupOrderMiddle_1oomw_527";
|
|
16382
|
+
const groupOrderLast$3 = "_groupOrderLast_1oomw_528";
|
|
16383
16383
|
const styles$y = {
|
|
16384
16384
|
inputInTable: inputInTable$9,
|
|
16385
16385
|
inputHover: inputHover$9,
|
|
@@ -25907,43 +25907,43 @@ var InfiniteScroll = function(_super) {
|
|
|
25907
25907
|
};
|
|
25908
25908
|
return InfiniteScroll2;
|
|
25909
25909
|
}(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 scrollbars$8 = "
|
|
25918
|
-
const header$1 = "
|
|
25919
|
-
const headerTitle = "
|
|
25920
|
-
const heading$3 = "
|
|
25921
|
-
const itemHeader = "
|
|
25922
|
-
const narrow = "
|
|
25923
|
-
const stickyHeader = "
|
|
25924
|
-
const title$3 = "
|
|
25925
|
-
const name = "
|
|
25926
|
-
const iconTooltipMargin = "
|
|
25927
|
-
const bold = "
|
|
25928
|
-
const toggleNarrow = "
|
|
25929
|
-
const drag$1 = "
|
|
25930
|
-
const list$1 = "
|
|
25931
|
-
const bordered$1 = "
|
|
25932
|
-
const item$4 = "
|
|
25933
|
-
const action = "
|
|
25934
|
-
const active$3 = "
|
|
25935
|
-
const disabled$5 = "
|
|
25936
|
-
const label$6 = "
|
|
25937
|
-
const details$2 = "
|
|
25938
|
-
const metadata = "
|
|
25939
|
-
const itemContent = "
|
|
25940
|
-
const indentIcon = "
|
|
25941
|
-
const expandIcon = "
|
|
25942
|
-
const expanded = "
|
|
25943
|
-
const right$4 = "
|
|
25944
|
-
const actions = "
|
|
25945
|
-
const scrollableList = "
|
|
25946
|
-
const hideScrollbar = "
|
|
25910
|
+
const inputInTable$8 = "_inputInTable_5ejvg_337";
|
|
25911
|
+
const inputHover$8 = "_inputHover_5ejvg_346";
|
|
25912
|
+
const inputFocus$8 = "_inputFocus_5ejvg_351";
|
|
25913
|
+
const inputError$8 = "_inputError_5ejvg_358";
|
|
25914
|
+
const inputWarning$8 = "_inputWarning_5ejvg_359";
|
|
25915
|
+
const inputDisabled$8 = "_inputDisabled_5ejvg_394";
|
|
25916
|
+
const hideScrollbars$8 = "_hideScrollbars_5ejvg_399";
|
|
25917
|
+
const scrollbars$8 = "_scrollbars_5ejvg_409";
|
|
25918
|
+
const header$1 = "_header_5ejvg_436";
|
|
25919
|
+
const headerTitle = "_headerTitle_5ejvg_436";
|
|
25920
|
+
const heading$3 = "_heading_5ejvg_437";
|
|
25921
|
+
const itemHeader = "_itemHeader_5ejvg_437";
|
|
25922
|
+
const narrow = "_narrow_5ejvg_440";
|
|
25923
|
+
const stickyHeader = "_stickyHeader_5ejvg_444";
|
|
25924
|
+
const title$3 = "_title_5ejvg_455";
|
|
25925
|
+
const name = "_name_5ejvg_461";
|
|
25926
|
+
const iconTooltipMargin = "_iconTooltipMargin_5ejvg_464";
|
|
25927
|
+
const bold = "_bold_5ejvg_467";
|
|
25928
|
+
const toggleNarrow = "_toggleNarrow_5ejvg_476";
|
|
25929
|
+
const drag$1 = "_drag_5ejvg_494";
|
|
25930
|
+
const list$1 = "_list_5ejvg_514";
|
|
25931
|
+
const bordered$1 = "_bordered_5ejvg_518";
|
|
25932
|
+
const item$4 = "_item_5ejvg_437";
|
|
25933
|
+
const action = "_action_5ejvg_551";
|
|
25934
|
+
const active$3 = "_active_5ejvg_554";
|
|
25935
|
+
const disabled$5 = "_disabled_5ejvg_569";
|
|
25936
|
+
const label$6 = "_label_5ejvg_580";
|
|
25937
|
+
const details$2 = "_details_5ejvg_587";
|
|
25938
|
+
const metadata = "_metadata_5ejvg_588";
|
|
25939
|
+
const itemContent = "_itemContent_5ejvg_597";
|
|
25940
|
+
const indentIcon = "_indentIcon_5ejvg_604";
|
|
25941
|
+
const expandIcon = "_expandIcon_5ejvg_608";
|
|
25942
|
+
const expanded = "_expanded_5ejvg_614";
|
|
25943
|
+
const right$4 = "_right_5ejvg_617";
|
|
25944
|
+
const actions = "_actions_5ejvg_624";
|
|
25945
|
+
const scrollableList = "_scrollableList_5ejvg_629";
|
|
25946
|
+
const hideScrollbar = "_hideScrollbar_5ejvg_399";
|
|
25947
25947
|
const listStyles = {
|
|
25948
25948
|
inputInTable: inputInTable$8,
|
|
25949
25949
|
inputHover: inputHover$8,
|
|
@@ -26638,28 +26638,28 @@ Loader.propTypes = {
|
|
|
26638
26638
|
testId: propTypes$1.exports.string,
|
|
26639
26639
|
theme: propTypes$1.exports.string
|
|
26640
26640
|
};
|
|
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 scrollbars$7 = "
|
|
26649
|
-
const container$1 = "
|
|
26650
|
-
const block$1 = "
|
|
26651
|
-
const info = "
|
|
26652
|
-
const success = "
|
|
26653
|
-
const warning$6 = "
|
|
26654
|
-
const error$4 = "
|
|
26655
|
-
const content$1 = "
|
|
26656
|
-
const heading$2 = "
|
|
26657
|
-
const icon$3 = "
|
|
26658
|
-
const dismiss$1 = "
|
|
26659
|
-
const absolute = "
|
|
26660
|
-
const legendToggle = "
|
|
26661
|
-
const detailsText = "
|
|
26662
|
-
const footer$1 = "
|
|
26641
|
+
const inputInTable$7 = "_inputInTable_8fws9_337";
|
|
26642
|
+
const inputHover$7 = "_inputHover_8fws9_346";
|
|
26643
|
+
const inputFocus$7 = "_inputFocus_8fws9_351";
|
|
26644
|
+
const inputError$7 = "_inputError_8fws9_358";
|
|
26645
|
+
const inputWarning$7 = "_inputWarning_8fws9_359";
|
|
26646
|
+
const inputDisabled$7 = "_inputDisabled_8fws9_394";
|
|
26647
|
+
const hideScrollbars$7 = "_hideScrollbars_8fws9_399";
|
|
26648
|
+
const scrollbars$7 = "_scrollbars_8fws9_409";
|
|
26649
|
+
const container$1 = "_container_8fws9_442";
|
|
26650
|
+
const block$1 = "_block_8fws9_460";
|
|
26651
|
+
const info = "_info_8fws9_463";
|
|
26652
|
+
const success = "_success_8fws9_467";
|
|
26653
|
+
const warning$6 = "_warning_8fws9_471";
|
|
26654
|
+
const error$4 = "_error_8fws9_475";
|
|
26655
|
+
const content$1 = "_content_8fws9_479";
|
|
26656
|
+
const heading$2 = "_heading_8fws9_483";
|
|
26657
|
+
const icon$3 = "_icon_8fws9_491";
|
|
26658
|
+
const dismiss$1 = "_dismiss_8fws9_492";
|
|
26659
|
+
const absolute = "_absolute_8fws9_505";
|
|
26660
|
+
const legendToggle = "_legendToggle_8fws9_510";
|
|
26661
|
+
const detailsText = "_detailsText_8fws9_526";
|
|
26662
|
+
const footer$1 = "_footer_8fws9_530";
|
|
26663
26663
|
const styles$r = {
|
|
26664
26664
|
inputInTable: inputInTable$7,
|
|
26665
26665
|
inputHover: inputHover$7,
|
|
@@ -27072,24 +27072,24 @@ Page.propTypes = {
|
|
|
27072
27072
|
scroll: propTypes$1.exports.bool,
|
|
27073
27073
|
top: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string])
|
|
27074
27074
|
};
|
|
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 scrollbars$6 = "
|
|
27083
|
-
const select = "
|
|
27084
|
-
const isInTable$2 = "
|
|
27085
|
-
const unSelected = "
|
|
27086
|
-
const error$3 = "
|
|
27087
|
-
const warning$5 = "
|
|
27088
|
-
const small$6 = "
|
|
27089
|
-
const right$3 = "
|
|
27090
|
-
const groupOrderFirst$1 = "
|
|
27091
|
-
const groupOrderMiddle$1 = "
|
|
27092
|
-
const groupOrderLast$1 = "
|
|
27075
|
+
const inputInTable$6 = "_inputInTable_1r4j0_337";
|
|
27076
|
+
const inputHover$6 = "_inputHover_1r4j0_346";
|
|
27077
|
+
const inputFocus$6 = "_inputFocus_1r4j0_351";
|
|
27078
|
+
const inputError$6 = "_inputError_1r4j0_358";
|
|
27079
|
+
const inputWarning$6 = "_inputWarning_1r4j0_359";
|
|
27080
|
+
const inputDisabled$6 = "_inputDisabled_1r4j0_394";
|
|
27081
|
+
const hideScrollbars$6 = "_hideScrollbars_1r4j0_399";
|
|
27082
|
+
const scrollbars$6 = "_scrollbars_1r4j0_409";
|
|
27083
|
+
const select = "_select_1r4j0_436";
|
|
27084
|
+
const isInTable$2 = "_isInTable_1r4j0_477";
|
|
27085
|
+
const unSelected = "_unSelected_1r4j0_486";
|
|
27086
|
+
const error$3 = "_error_1r4j0_493";
|
|
27087
|
+
const warning$5 = "_warning_1r4j0_510";
|
|
27088
|
+
const small$6 = "_small_1r4j0_527";
|
|
27089
|
+
const right$3 = "_right_1r4j0_534";
|
|
27090
|
+
const groupOrderFirst$1 = "_groupOrderFirst_1r4j0_545";
|
|
27091
|
+
const groupOrderMiddle$1 = "_groupOrderMiddle_1r4j0_546";
|
|
27092
|
+
const groupOrderLast$1 = "_groupOrderLast_1r4j0_550";
|
|
27093
27093
|
const styles$n = {
|
|
27094
27094
|
inputInTable: inputInTable$6,
|
|
27095
27095
|
inputHover: inputHover$6,
|
|
@@ -28221,38 +28221,38 @@ const Layer = ({
|
|
|
28221
28221
|
})
|
|
28222
28222
|
});
|
|
28223
28223
|
};
|
|
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 scrollbars$5 = "
|
|
28232
|
-
const trigger$1 = "
|
|
28233
|
-
const isInTable$1 = "
|
|
28234
|
-
const input = "
|
|
28235
|
-
const isOpen = "
|
|
28236
|
-
const error$2 = "
|
|
28237
|
-
const warning$4 = "
|
|
28238
|
-
const disabled$3 = "
|
|
28239
|
-
const iconOpen = "
|
|
28240
|
-
const icons = "
|
|
28241
|
-
const clearAll = "
|
|
28242
|
-
const small$4 = "
|
|
28243
|
-
const focus = "
|
|
28244
|
-
const triggerInputContainer = "
|
|
28245
|
-
const right$2 = "
|
|
28246
|
-
const multiOptions = "
|
|
28247
|
-
const multiOption = "
|
|
28248
|
-
const label$4 = "
|
|
28249
|
-
const closeMultiOption = "
|
|
28250
|
-
const selectedSingleValue = "
|
|
28251
|
-
const placeHolder = "
|
|
28252
|
-
const groupOrderFirst = "
|
|
28253
|
-
const groupOrderMiddle = "
|
|
28254
|
-
const groupOrderLast = "
|
|
28255
|
-
const detailedLabel = "
|
|
28224
|
+
const inputInTable$5 = "_inputInTable_bpb71_337";
|
|
28225
|
+
const inputHover$5 = "_inputHover_bpb71_346";
|
|
28226
|
+
const inputFocus$5 = "_inputFocus_bpb71_351";
|
|
28227
|
+
const inputError$5 = "_inputError_bpb71_358";
|
|
28228
|
+
const inputWarning$5 = "_inputWarning_bpb71_359";
|
|
28229
|
+
const inputDisabled$5 = "_inputDisabled_bpb71_394";
|
|
28230
|
+
const hideScrollbars$5 = "_hideScrollbars_bpb71_399";
|
|
28231
|
+
const scrollbars$5 = "_scrollbars_bpb71_409";
|
|
28232
|
+
const trigger$1 = "_trigger_bpb71_440";
|
|
28233
|
+
const isInTable$1 = "_isInTable_bpb71_455";
|
|
28234
|
+
const input = "_input_bpb71_337";
|
|
28235
|
+
const isOpen = "_isOpen_bpb71_473";
|
|
28236
|
+
const error$2 = "_error_bpb71_481";
|
|
28237
|
+
const warning$4 = "_warning_bpb71_498";
|
|
28238
|
+
const disabled$3 = "_disabled_bpb71_515";
|
|
28239
|
+
const iconOpen = "_iconOpen_bpb71_520";
|
|
28240
|
+
const icons = "_icons_bpb71_523";
|
|
28241
|
+
const clearAll = "_clearAll_bpb71_531";
|
|
28242
|
+
const small$4 = "_small_bpb71_540";
|
|
28243
|
+
const focus = "_focus_bpb71_549";
|
|
28244
|
+
const triggerInputContainer = "_triggerInputContainer_bpb71_563";
|
|
28245
|
+
const right$2 = "_right_bpb71_572";
|
|
28246
|
+
const multiOptions = "_multiOptions_bpb71_585";
|
|
28247
|
+
const multiOption = "_multiOption_bpb71_585";
|
|
28248
|
+
const label$4 = "_label_bpb71_617";
|
|
28249
|
+
const closeMultiOption = "_closeMultiOption_bpb71_620";
|
|
28250
|
+
const selectedSingleValue = "_selectedSingleValue_bpb71_635";
|
|
28251
|
+
const placeHolder = "_placeHolder_bpb71_636";
|
|
28252
|
+
const groupOrderFirst = "_groupOrderFirst_bpb71_675";
|
|
28253
|
+
const groupOrderMiddle = "_groupOrderMiddle_bpb71_676";
|
|
28254
|
+
const groupOrderLast = "_groupOrderLast_bpb71_680";
|
|
28255
|
+
const detailedLabel = "_detailedLabel_bpb71_685";
|
|
28256
28256
|
const styles$l = {
|
|
28257
28257
|
inputInTable: inputInTable$5,
|
|
28258
28258
|
inputHover: inputHover$5,
|
|
@@ -56424,15 +56424,15 @@ RichTextToolbar.propTypes = {
|
|
|
56424
56424
|
disabled: propTypes$1.exports.bool,
|
|
56425
56425
|
toolbarComponent: propTypes$1.exports.node
|
|
56426
56426
|
};
|
|
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 scrollbars$4 = "
|
|
56435
|
-
const richTextInput = "
|
|
56427
|
+
const inputInTable$4 = "_inputInTable_1kfoa_337";
|
|
56428
|
+
const inputHover$4 = "_inputHover_1kfoa_346";
|
|
56429
|
+
const inputFocus$4 = "_inputFocus_1kfoa_351";
|
|
56430
|
+
const inputError$4 = "_inputError_1kfoa_358";
|
|
56431
|
+
const inputWarning$4 = "_inputWarning_1kfoa_359";
|
|
56432
|
+
const inputDisabled$4 = "_inputDisabled_1kfoa_394";
|
|
56433
|
+
const hideScrollbars$4 = "_hideScrollbars_1kfoa_399";
|
|
56434
|
+
const scrollbars$4 = "_scrollbars_1kfoa_409";
|
|
56435
|
+
const richTextInput = "_richTextInput_1kfoa_436";
|
|
56436
56436
|
const styles$e = {
|
|
56437
56437
|
inputInTable: inputInTable$4,
|
|
56438
56438
|
inputHover: inputHover$4,
|
|
@@ -56652,25 +56652,25 @@ var reactFastCompare = function isEqual3(a2, b2) {
|
|
|
56652
56652
|
throw error2;
|
|
56653
56653
|
}
|
|
56654
56654
|
};
|
|
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 scrollbars$3 = "
|
|
56663
|
-
const sidebar = "
|
|
56664
|
-
const inner = "
|
|
56665
|
-
const title$2 = "
|
|
56666
|
-
const subtitle = "
|
|
56667
|
-
const label$2 = "
|
|
56668
|
-
const collapsed = "
|
|
56669
|
-
const list = "
|
|
56670
|
-
const item$2 = "
|
|
56671
|
-
const active$2 = "
|
|
56672
|
-
const experimental = "
|
|
56673
|
-
const icon$1 = "
|
|
56655
|
+
const inputInTable$3 = "_inputInTable_u3jqz_337";
|
|
56656
|
+
const inputHover$3 = "_inputHover_u3jqz_346";
|
|
56657
|
+
const inputFocus$3 = "_inputFocus_u3jqz_351";
|
|
56658
|
+
const inputError$3 = "_inputError_u3jqz_358";
|
|
56659
|
+
const inputWarning$3 = "_inputWarning_u3jqz_359";
|
|
56660
|
+
const inputDisabled$3 = "_inputDisabled_u3jqz_394";
|
|
56661
|
+
const hideScrollbars$3 = "_hideScrollbars_u3jqz_399";
|
|
56662
|
+
const scrollbars$3 = "_scrollbars_u3jqz_409";
|
|
56663
|
+
const sidebar = "_sidebar_u3jqz_439";
|
|
56664
|
+
const inner = "_inner_u3jqz_449";
|
|
56665
|
+
const title$2 = "_title_u3jqz_460";
|
|
56666
|
+
const subtitle = "_subtitle_u3jqz_461";
|
|
56667
|
+
const label$2 = "_label_u3jqz_462";
|
|
56668
|
+
const collapsed = "_collapsed_u3jqz_466";
|
|
56669
|
+
const list = "_list_u3jqz_489";
|
|
56670
|
+
const item$2 = "_item_u3jqz_495";
|
|
56671
|
+
const active$2 = "_active_u3jqz_516";
|
|
56672
|
+
const experimental = "_experimental_u3jqz_520";
|
|
56673
|
+
const icon$1 = "_icon_u3jqz_523";
|
|
56674
56674
|
const styles$c = {
|
|
56675
56675
|
inputInTable: inputInTable$3,
|
|
56676
56676
|
inputHover: inputHover$3,
|
|
@@ -59110,19 +59110,19 @@ Spacer.propTypes = {
|
|
|
59110
59110
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59111
59111
|
flex: propTypes$1.exports.bool
|
|
59112
59112
|
};
|
|
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 scrollbars$2 = "
|
|
59121
|
-
const wrapper = "
|
|
59122
|
-
const bordered = "
|
|
59123
|
-
const scroll2 = "
|
|
59124
|
-
const table = "
|
|
59125
|
-
const striped = "
|
|
59113
|
+
const inputInTable$2 = "_inputInTable_j46wi_337";
|
|
59114
|
+
const inputHover$2 = "_inputHover_j46wi_346";
|
|
59115
|
+
const inputFocus$2 = "_inputFocus_j46wi_351";
|
|
59116
|
+
const inputError$2 = "_inputError_j46wi_358";
|
|
59117
|
+
const inputWarning$2 = "_inputWarning_j46wi_359";
|
|
59118
|
+
const inputDisabled$2 = "_inputDisabled_j46wi_394";
|
|
59119
|
+
const hideScrollbars$2 = "_hideScrollbars_j46wi_399";
|
|
59120
|
+
const scrollbars$2 = "_scrollbars_j46wi_409";
|
|
59121
|
+
const wrapper = "_wrapper_j46wi_446";
|
|
59122
|
+
const bordered = "_bordered_j46wi_453";
|
|
59123
|
+
const scroll2 = "_scroll_j46wi_409";
|
|
59124
|
+
const table = "_table_j46wi_467";
|
|
59125
|
+
const striped = "_striped_j46wi_547";
|
|
59126
59126
|
const styles$a = {
|
|
59127
59127
|
inputInTable: inputInTable$2,
|
|
59128
59128
|
inputHover: inputHover$2,
|
|
@@ -59260,37 +59260,37 @@ function CgSortAz(props) {
|
|
|
59260
59260
|
function CgSortZa(props) {
|
|
59261
59261
|
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
59262
|
}
|
|
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 scrollbars$1 = "
|
|
59271
|
-
const cell = "
|
|
59272
|
-
const disabledLink = "
|
|
59273
|
-
const inputWrapper = "
|
|
59274
|
-
const breakWord = "
|
|
59275
|
-
const inputCell = "
|
|
59276
|
-
const sliderCell = "
|
|
59277
|
-
const staticCell = "
|
|
59278
|
-
const staticCellContent = "
|
|
59279
|
-
const error$1 = "
|
|
59280
|
-
const warning$2 = "
|
|
59281
|
-
const unit = "
|
|
59282
|
-
const sortingCell = "
|
|
59283
|
-
const sortingCellIcon = "
|
|
59284
|
-
const icon = "
|
|
59285
|
-
const checkBoxCell = "
|
|
59286
|
-
const iconCell = "
|
|
59287
|
-
const iconWrapper = "
|
|
59288
|
-
const actionsCell = "
|
|
59289
|
-
const rightAligned = "
|
|
59290
|
-
const centerAligned = "
|
|
59291
|
-
const leftAligned = "
|
|
59292
|
-
const popover = "
|
|
59293
|
-
const disabledPointerEvents = "
|
|
59263
|
+
const inputInTable$1 = "_inputInTable_gp6oe_337";
|
|
59264
|
+
const inputHover$1 = "_inputHover_gp6oe_346";
|
|
59265
|
+
const inputFocus$1 = "_inputFocus_gp6oe_351";
|
|
59266
|
+
const inputError$1 = "_inputError_gp6oe_358";
|
|
59267
|
+
const inputWarning$1 = "_inputWarning_gp6oe_359";
|
|
59268
|
+
const inputDisabled$1 = "_inputDisabled_gp6oe_394";
|
|
59269
|
+
const hideScrollbars$1 = "_hideScrollbars_gp6oe_399";
|
|
59270
|
+
const scrollbars$1 = "_scrollbars_gp6oe_409";
|
|
59271
|
+
const cell = "_cell_gp6oe_436";
|
|
59272
|
+
const disabledLink = "_disabledLink_gp6oe_446";
|
|
59273
|
+
const inputWrapper = "_inputWrapper_gp6oe_450";
|
|
59274
|
+
const breakWord = "_breakWord_gp6oe_465";
|
|
59275
|
+
const inputCell = "_inputCell_gp6oe_468";
|
|
59276
|
+
const sliderCell = "_sliderCell_gp6oe_471";
|
|
59277
|
+
const staticCell = "_staticCell_gp6oe_475";
|
|
59278
|
+
const staticCellContent = "_staticCellContent_gp6oe_478";
|
|
59279
|
+
const error$1 = "_error_gp6oe_491";
|
|
59280
|
+
const warning$2 = "_warning_gp6oe_492";
|
|
59281
|
+
const unit = "_unit_gp6oe_501";
|
|
59282
|
+
const sortingCell = "_sortingCell_gp6oe_504";
|
|
59283
|
+
const sortingCellIcon = "_sortingCellIcon_gp6oe_512";
|
|
59284
|
+
const icon = "_icon_gp6oe_519";
|
|
59285
|
+
const checkBoxCell = "_checkBoxCell_gp6oe_523";
|
|
59286
|
+
const iconCell = "_iconCell_gp6oe_527";
|
|
59287
|
+
const iconWrapper = "_iconWrapper_gp6oe_532";
|
|
59288
|
+
const actionsCell = "_actionsCell_gp6oe_536";
|
|
59289
|
+
const rightAligned = "_rightAligned_gp6oe_544";
|
|
59290
|
+
const centerAligned = "_centerAligned_gp6oe_550";
|
|
59291
|
+
const leftAligned = "_leftAligned_gp6oe_553";
|
|
59292
|
+
const popover = "_popover_gp6oe_556";
|
|
59293
|
+
const disabledPointerEvents = "_disabledPointerEvents_gp6oe_559";
|
|
59294
59294
|
const styles$7 = {
|
|
59295
59295
|
inputInTable: inputInTable$1,
|
|
59296
59296
|
inputHover: inputHover$1,
|
|
@@ -60341,7 +60341,9 @@ const Table = (props) => {
|
|
|
60341
60341
|
draggable: draggable2,
|
|
60342
60342
|
defaultEmptyRow = null,
|
|
60343
60343
|
onAddRow = null,
|
|
60344
|
-
bordered: bordered2 = true
|
|
60344
|
+
bordered: bordered2 = true,
|
|
60345
|
+
maxHeight,
|
|
60346
|
+
fixedWidth: width
|
|
60345
60347
|
} = propTable;
|
|
60346
60348
|
const targetRef = useRef();
|
|
60347
60349
|
const [dimensions, setDimensions] = useState({ width: 0, height: 0 });
|
|
@@ -60392,9 +60394,16 @@ const Table = (props) => {
|
|
|
60392
60394
|
...propTable,
|
|
60393
60395
|
rows
|
|
60394
60396
|
};
|
|
60397
|
+
const wrapperClass = cx$2(styles$a.wrapper, bordered2 ? styles$a.bordered : "");
|
|
60398
|
+
const wrapperStyles = {
|
|
60399
|
+
maxHeight,
|
|
60400
|
+
width,
|
|
60401
|
+
display: width === "auto" ? "inline-flex" : "flex"
|
|
60402
|
+
};
|
|
60395
60403
|
return draggable2 ? /* @__PURE__ */ jsxRuntime.exports.jsxs("div", {
|
|
60396
60404
|
ref: targetRef,
|
|
60397
|
-
className:
|
|
60405
|
+
className: wrapperClass,
|
|
60406
|
+
style: wrapperStyles,
|
|
60398
60407
|
children: [
|
|
60399
60408
|
/* @__PURE__ */ jsxRuntime.exports.jsx(Title$1, {
|
|
60400
60409
|
actions: actions2,
|
|
@@ -60477,7 +60486,8 @@ const Table = (props) => {
|
|
|
60477
60486
|
})
|
|
60478
60487
|
]
|
|
60479
60488
|
}) : /* @__PURE__ */ jsxRuntime.exports.jsxs("div", {
|
|
60480
|
-
className:
|
|
60489
|
+
className: wrapperClass,
|
|
60490
|
+
style: wrapperStyles,
|
|
60481
60491
|
children: [
|
|
60482
60492
|
/* @__PURE__ */ jsxRuntime.exports.jsx(Title$1, {
|
|
60483
60493
|
actions: actions2,
|
|
@@ -60812,19 +60822,19 @@ TextLink.propTypes = {
|
|
|
60812
60822
|
target: propTypes$1.exports.string,
|
|
60813
60823
|
testId: propTypes$1.exports.string
|
|
60814
60824
|
};
|
|
60815
|
-
const inputInTable = "
|
|
60816
|
-
const inputHover = "
|
|
60817
|
-
const inputFocus = "
|
|
60818
|
-
const inputError = "
|
|
60819
|
-
const inputWarning = "
|
|
60820
|
-
const inputDisabled = "
|
|
60821
|
-
const hideScrollbars = "
|
|
60822
|
-
const scrollbars = "
|
|
60823
|
-
const textarea = "
|
|
60824
|
-
const small$1 = "
|
|
60825
|
-
const error = "
|
|
60826
|
-
const warning$1 = "
|
|
60827
|
-
const monospace = "
|
|
60825
|
+
const inputInTable = "_inputInTable_qhxzr_337";
|
|
60826
|
+
const inputHover = "_inputHover_qhxzr_346";
|
|
60827
|
+
const inputFocus = "_inputFocus_qhxzr_351";
|
|
60828
|
+
const inputError = "_inputError_qhxzr_358";
|
|
60829
|
+
const inputWarning = "_inputWarning_qhxzr_359";
|
|
60830
|
+
const inputDisabled = "_inputDisabled_qhxzr_394";
|
|
60831
|
+
const hideScrollbars = "_hideScrollbars_qhxzr_399";
|
|
60832
|
+
const scrollbars = "_scrollbars_qhxzr_409";
|
|
60833
|
+
const textarea = "_textarea_qhxzr_436";
|
|
60834
|
+
const small$1 = "_small_qhxzr_473";
|
|
60835
|
+
const error = "_error_qhxzr_479";
|
|
60836
|
+
const warning$1 = "_warning_qhxzr_496";
|
|
60837
|
+
const monospace = "_monospace_qhxzr_513";
|
|
60828
60838
|
const styles$4 = {
|
|
60829
60839
|
inputInTable,
|
|
60830
60840
|
inputHover,
|