@oliasoft-open-source/react-ui-library 3.10.2 → 3.11.0-beta-1
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 +1618 -1498
- package/dist/index.js +638 -684
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2130,8 +2130,8 @@ function FaRegCircle(props) {
|
|
|
2130
2130
|
function FaRegCopy(props) {
|
|
2131
2131
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 448 512" }, "child": [{ "tag": "path", "attr": { "d": "M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z" } }] })(props);
|
|
2132
2132
|
}
|
|
2133
|
-
const chevron = "
|
|
2134
|
-
const expanded$2 = "
|
|
2133
|
+
const chevron = "_chevron_tx902_337";
|
|
2134
|
+
const expanded$2 = "_expanded_tx902_343";
|
|
2135
2135
|
const styles$T = {
|
|
2136
2136
|
chevron,
|
|
2137
2137
|
expanded: expanded$2
|
|
@@ -2143,15 +2143,15 @@ const Chevron = ({ expanded: expanded2 }) => {
|
|
|
2143
2143
|
className: cx$2(styles$T.chevron)
|
|
2144
2144
|
});
|
|
2145
2145
|
};
|
|
2146
|
-
const accordion = "
|
|
2147
|
-
const accordionHeader = "
|
|
2148
|
-
const heading$6 = "
|
|
2149
|
-
const clickable$2 = "
|
|
2150
|
-
const bordered$4 = "
|
|
2151
|
-
const accordionContent = "
|
|
2152
|
-
const expanded$1 = "
|
|
2153
|
-
const padding$3 = "
|
|
2154
|
-
const squareBottom = "
|
|
2146
|
+
const accordion = "_accordion_191h5_337";
|
|
2147
|
+
const accordionHeader = "_accordionHeader_191h5_341";
|
|
2148
|
+
const heading$6 = "_heading_191h5_345";
|
|
2149
|
+
const clickable$2 = "_clickable_191h5_348";
|
|
2150
|
+
const bordered$4 = "_bordered_191h5_354";
|
|
2151
|
+
const accordionContent = "_accordionContent_191h5_354";
|
|
2152
|
+
const expanded$1 = "_expanded_191h5_367";
|
|
2153
|
+
const padding$3 = "_padding_191h5_376";
|
|
2154
|
+
const squareBottom = "_squareBottom_191h5_379";
|
|
2155
2155
|
const styles$S = {
|
|
2156
2156
|
accordion,
|
|
2157
2157
|
accordionHeader,
|
|
@@ -2276,19 +2276,19 @@ Accordion.propTypes = {
|
|
|
2276
2276
|
squareBottom: propTypes$1.exports.bool,
|
|
2277
2277
|
testId: propTypes$1.exports.string
|
|
2278
2278
|
};
|
|
2279
|
-
const checkbox = "
|
|
2280
|
-
const noLabel = "
|
|
2281
|
-
const small$e = "
|
|
2282
|
-
const checkmark = "
|
|
2283
|
-
const disabled$
|
|
2284
|
-
const noMargin$2 = "
|
|
2285
|
-
const isInTable$4 = "
|
|
2279
|
+
const checkbox = "_checkbox_1bnsn_337";
|
|
2280
|
+
const noLabel = "_noLabel_1bnsn_352";
|
|
2281
|
+
const small$e = "_small_1bnsn_355";
|
|
2282
|
+
const checkmark = "_checkmark_1bnsn_380";
|
|
2283
|
+
const disabled$9 = "_disabled_1bnsn_401";
|
|
2284
|
+
const noMargin$2 = "_noMargin_1bnsn_415";
|
|
2285
|
+
const isInTable$4 = "_isInTable_1bnsn_418";
|
|
2286
2286
|
const styles$R = {
|
|
2287
2287
|
checkbox,
|
|
2288
2288
|
noLabel,
|
|
2289
2289
|
small: small$e,
|
|
2290
2290
|
checkmark,
|
|
2291
|
-
disabled: disabled$
|
|
2291
|
+
disabled: disabled$9,
|
|
2292
2292
|
noMargin: noMargin$2,
|
|
2293
2293
|
isInTable: isInTable$4
|
|
2294
2294
|
};
|
|
@@ -4270,9 +4270,9 @@ function useHover(_temp) {
|
|
|
4270
4270
|
return onMouseLeave(null, true);
|
|
4271
4271
|
}];
|
|
4272
4272
|
}
|
|
4273
|
-
const tooltip = "
|
|
4274
|
-
const error$9 = "
|
|
4275
|
-
const warning$d = "
|
|
4273
|
+
const tooltip = "_tooltip_17h0c_337";
|
|
4274
|
+
const error$9 = "_error_17h0c_351";
|
|
4275
|
+
const warning$d = "_warning_17h0c_355";
|
|
4276
4276
|
const styles$Q = {
|
|
4277
4277
|
tooltip,
|
|
4278
4278
|
error: error$9,
|
|
@@ -4598,10 +4598,10 @@ CheckBox.propTypes = {
|
|
|
4598
4598
|
helpText: propTypes$1.exports.string,
|
|
4599
4599
|
onClickHelp: propTypes$1.exports.func
|
|
4600
4600
|
};
|
|
4601
|
-
const bordered$3 = "
|
|
4602
|
-
const checkboxWrapper = "
|
|
4603
|
-
const padding$2 = "
|
|
4604
|
-
const contentWrapper = "
|
|
4601
|
+
const bordered$3 = "_bordered_kf8mt_337";
|
|
4602
|
+
const checkboxWrapper = "_checkboxWrapper_kf8mt_343";
|
|
4603
|
+
const padding$2 = "_padding_kf8mt_349";
|
|
4604
|
+
const contentWrapper = "_contentWrapper_kf8mt_352";
|
|
4605
4605
|
const styles$O = {
|
|
4606
4606
|
bordered: bordered$3,
|
|
4607
4607
|
checkboxWrapper,
|
|
@@ -10836,10 +10836,10 @@ const DeprecatedIcon = ({ icon: icon2 }) => {
|
|
|
10836
10836
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(FaRegCircle, {});
|
|
10837
10837
|
}
|
|
10838
10838
|
};
|
|
10839
|
-
const wrapper$4 = "
|
|
10840
|
-
const customSvg = "
|
|
10841
|
-
const customPng = "
|
|
10842
|
-
const clickable = "
|
|
10839
|
+
const wrapper$4 = "_wrapper_nck6f_337";
|
|
10840
|
+
const customSvg = "_customSvg_nck6f_344";
|
|
10841
|
+
const customPng = "_customPng_nck6f_347";
|
|
10842
|
+
const clickable = "_clickable_nck6f_352";
|
|
10843
10843
|
const styles$N = {
|
|
10844
10844
|
wrapper: wrapper$4,
|
|
10845
10845
|
customSvg,
|
|
@@ -10894,34 +10894,34 @@ Icon.propTypes = {
|
|
|
10894
10894
|
clickable: propTypes$1.exports.bool,
|
|
10895
10895
|
testId: propTypes$1.exports.string
|
|
10896
10896
|
};
|
|
10897
|
-
const wrapper$3 = "
|
|
10898
|
-
const layer$1 = "
|
|
10899
|
-
const layerContainer$1 = "
|
|
10900
|
-
const nested = "
|
|
10901
|
-
const fileInput$1 = "
|
|
10902
|
-
const trigger$2 = "
|
|
10903
|
-
const middleAlignedInline = "
|
|
10904
|
-
const heading$5 = "
|
|
10905
|
-
const headingIcon = "
|
|
10906
|
-
const option$1 = "
|
|
10907
|
-
const active$8 = "
|
|
10908
|
-
const selected$1 = "
|
|
10909
|
-
const optionContent$1 = "
|
|
10910
|
-
const inline$4 = "
|
|
10911
|
-
const icon$5 = "
|
|
10912
|
-
const check$1 = "
|
|
10913
|
-
const text$3 = "
|
|
10914
|
-
const label$a = "
|
|
10915
|
-
const description = "
|
|
10916
|
-
const arrow$1 = "
|
|
10917
|
-
const divider$1 = "
|
|
10918
|
-
const deprecatedSemanticIcon = "
|
|
10919
|
-
const disabled$
|
|
10920
|
-
const buttonLabel = "
|
|
10921
|
-
const buttonCaret = "
|
|
10922
|
-
const component = "
|
|
10923
|
-
const right$7 = "
|
|
10924
|
-
const actions$2 = "
|
|
10897
|
+
const wrapper$3 = "_wrapper_1oqtj_337";
|
|
10898
|
+
const layer$1 = "_layer_1oqtj_341";
|
|
10899
|
+
const layerContainer$1 = "_layerContainer_1oqtj_344";
|
|
10900
|
+
const nested = "_nested_1oqtj_359";
|
|
10901
|
+
const fileInput$1 = "_fileInput_1oqtj_371";
|
|
10902
|
+
const trigger$2 = "_trigger_1oqtj_377";
|
|
10903
|
+
const middleAlignedInline = "_middleAlignedInline_1oqtj_386";
|
|
10904
|
+
const heading$5 = "_heading_1oqtj_392";
|
|
10905
|
+
const headingIcon = "_headingIcon_1oqtj_398";
|
|
10906
|
+
const option$1 = "_option_1oqtj_410";
|
|
10907
|
+
const active$8 = "_active_1oqtj_427";
|
|
10908
|
+
const selected$1 = "_selected_1oqtj_432";
|
|
10909
|
+
const optionContent$1 = "_optionContent_1oqtj_439";
|
|
10910
|
+
const inline$4 = "_inline_1oqtj_444";
|
|
10911
|
+
const icon$5 = "_icon_1oqtj_449";
|
|
10912
|
+
const check$1 = "_check_1oqtj_450";
|
|
10913
|
+
const text$3 = "_text_1oqtj_476";
|
|
10914
|
+
const label$a = "_label_1oqtj_481";
|
|
10915
|
+
const description = "_description_1oqtj_492";
|
|
10916
|
+
const arrow$1 = "_arrow_1oqtj_496";
|
|
10917
|
+
const divider$1 = "_divider_1oqtj_500";
|
|
10918
|
+
const deprecatedSemanticIcon = "_deprecatedSemanticIcon_1oqtj_504";
|
|
10919
|
+
const disabled$8 = "_disabled_1oqtj_508";
|
|
10920
|
+
const buttonLabel = "_buttonLabel_1oqtj_513";
|
|
10921
|
+
const buttonCaret = "_buttonCaret_1oqtj_520";
|
|
10922
|
+
const component = "_component_1oqtj_523";
|
|
10923
|
+
const right$7 = "_right_1oqtj_529";
|
|
10924
|
+
const actions$2 = "_actions_1oqtj_534";
|
|
10925
10925
|
const styles$M = {
|
|
10926
10926
|
wrapper: wrapper$3,
|
|
10927
10927
|
layer: layer$1,
|
|
@@ -10945,7 +10945,7 @@ const styles$M = {
|
|
|
10945
10945
|
arrow: arrow$1,
|
|
10946
10946
|
divider: divider$1,
|
|
10947
10947
|
deprecatedSemanticIcon,
|
|
10948
|
-
disabled: disabled$
|
|
10948
|
+
disabled: disabled$8,
|
|
10949
10949
|
buttonLabel,
|
|
10950
10950
|
buttonCaret,
|
|
10951
10951
|
component,
|
|
@@ -11056,7 +11056,7 @@ const Section$1 = ({
|
|
|
11056
11056
|
close: close2,
|
|
11057
11057
|
tree: tree2,
|
|
11058
11058
|
path,
|
|
11059
|
-
maxHeight
|
|
11059
|
+
maxHeight
|
|
11060
11060
|
}) => {
|
|
11061
11061
|
const disabledContext = useContext(DisabledContext);
|
|
11062
11062
|
switch (section.type) {
|
|
@@ -11096,7 +11096,7 @@ const Section$1 = ({
|
|
|
11096
11096
|
closeParent: close2,
|
|
11097
11097
|
tree: tree2,
|
|
11098
11098
|
path,
|
|
11099
|
-
maxHeight
|
|
11099
|
+
maxHeight,
|
|
11100
11100
|
testId: section.testId
|
|
11101
11101
|
});
|
|
11102
11102
|
default:
|
|
@@ -11116,7 +11116,7 @@ const Layer$2 = ({
|
|
|
11116
11116
|
close: close2,
|
|
11117
11117
|
tree: tree2,
|
|
11118
11118
|
path,
|
|
11119
|
-
maxHeight
|
|
11119
|
+
maxHeight,
|
|
11120
11120
|
showAllButton,
|
|
11121
11121
|
testId
|
|
11122
11122
|
}) => {
|
|
@@ -11150,7 +11150,7 @@ const Layer$2 = ({
|
|
|
11150
11150
|
).filter((s) => s == null ? void 0 : s.visible) : sections.map((s) => ({ ...s, closeOnOptionClick }));
|
|
11151
11151
|
return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
11152
11152
|
className: cx$2(styles$M.layer, isNested ? styles$M.nested : null),
|
|
11153
|
-
style: { maxWidth: width, maxHeight
|
|
11153
|
+
style: { maxWidth: width, maxHeight },
|
|
11154
11154
|
"data-testid": testId,
|
|
11155
11155
|
children: /* @__PURE__ */ jsxRuntime.exports.jsx("ul", {
|
|
11156
11156
|
children: localSections.map((section, i) => /* @__PURE__ */ jsxRuntime.exports.jsx("li", {
|
|
@@ -11160,7 +11160,7 @@ const Layer$2 = ({
|
|
|
11160
11160
|
close: close2,
|
|
11161
11161
|
tree: tree2,
|
|
11162
11162
|
path: childPath(path, i),
|
|
11163
|
-
maxHeight
|
|
11163
|
+
maxHeight
|
|
11164
11164
|
})
|
|
11165
11165
|
}, i))
|
|
11166
11166
|
})
|
|
@@ -11172,14 +11172,14 @@ const placementOptions$1 = (placement, isNested = false) => ({
|
|
|
11172
11172
|
preferY: "bottom",
|
|
11173
11173
|
placement: placement || (isNested ? "right-start" : "bottom-start")
|
|
11174
11174
|
});
|
|
11175
|
-
const wrapper$2 = "
|
|
11176
|
-
const badge = "
|
|
11177
|
-
const label$9 = "
|
|
11178
|
-
const dark$1 = "
|
|
11179
|
-
const light = "
|
|
11180
|
-
const small$d = "
|
|
11181
|
-
const dot = "
|
|
11182
|
-
const hasChildren = "
|
|
11175
|
+
const wrapper$2 = "_wrapper_yzu0y_337";
|
|
11176
|
+
const badge = "_badge_yzu0y_341";
|
|
11177
|
+
const label$9 = "_label_yzu0y_346";
|
|
11178
|
+
const dark$1 = "_dark_yzu0y_358";
|
|
11179
|
+
const light = "_light_yzu0y_361";
|
|
11180
|
+
const small$d = "_small_yzu0y_364";
|
|
11181
|
+
const dot = "_dot_yzu0y_370";
|
|
11182
|
+
const hasChildren = "_hasChildren_yzu0y_375";
|
|
11183
11183
|
const styles$L = {
|
|
11184
11184
|
wrapper: wrapper$2,
|
|
11185
11185
|
badge,
|
|
@@ -11235,32 +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
|
|
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
|
|
11238
|
+
const inputInTable$b = "_inputInTable_12mgo_337";
|
|
11239
|
+
const inputHover$b = "_inputHover_12mgo_346";
|
|
11240
|
+
const inputFocus$b = "_inputFocus_12mgo_351";
|
|
11241
|
+
const inputError$b = "_inputError_12mgo_358";
|
|
11242
|
+
const inputWarning$b = "_inputWarning_12mgo_359";
|
|
11243
|
+
const inputDisabled$b = "_inputDisabled_12mgo_394";
|
|
11244
|
+
const hideScrollbars$b = "_hideScrollbars_12mgo_399";
|
|
11245
|
+
const scrollbars$b = "_scrollbars_12mgo_409";
|
|
11246
|
+
const button$3 = "_button_12mgo_470";
|
|
11247
|
+
const active$7 = "_active_12mgo_507";
|
|
11248
|
+
const green$1 = "_green_12mgo_507";
|
|
11249
|
+
const red$1 = "_red_12mgo_507";
|
|
11250
|
+
const orange$1 = "_orange_12mgo_507";
|
|
11251
|
+
const icon$4 = "_icon_12mgo_519";
|
|
11252
|
+
const iconOnly = "_iconOnly_12mgo_526";
|
|
11253
|
+
const basic = "_basic_12mgo_536";
|
|
11254
|
+
const muted$2 = "_muted_12mgo_542";
|
|
11255
|
+
const disabled$7 = "_disabled_12mgo_555";
|
|
11256
|
+
const small$c = "_small_12mgo_565";
|
|
11257
|
+
const pill = "_pill_12mgo_570";
|
|
11258
|
+
const round = "_round_12mgo_571";
|
|
11259
|
+
const error$8 = "_error_12mgo_648";
|
|
11260
|
+
const warning$c = "_warning_12mgo_665";
|
|
11261
|
+
const inverted$1 = "_inverted_12mgo_682";
|
|
11262
|
+
const groupOrderFirst$4 = "_groupOrderFirst_12mgo_716";
|
|
11263
|
+
const groupOrderMiddle$4 = "_groupOrderMiddle_12mgo_717";
|
|
11264
|
+
const groupOrderLast$4 = "_groupOrderLast_12mgo_718";
|
|
11264
11265
|
const buttonStyles = {
|
|
11265
11266
|
inputInTable: inputInTable$b,
|
|
11266
11267
|
inputHover: inputHover$b,
|
|
@@ -11269,6 +11270,7 @@ const buttonStyles = {
|
|
|
11269
11270
|
inputWarning: inputWarning$b,
|
|
11270
11271
|
inputDisabled: inputDisabled$b,
|
|
11271
11272
|
hideScrollbars: hideScrollbars$b,
|
|
11273
|
+
scrollbars: scrollbars$b,
|
|
11272
11274
|
button: button$3,
|
|
11273
11275
|
active: active$7,
|
|
11274
11276
|
green: green$1,
|
|
@@ -11278,7 +11280,7 @@ const buttonStyles = {
|
|
|
11278
11280
|
iconOnly,
|
|
11279
11281
|
basic,
|
|
11280
11282
|
muted: muted$2,
|
|
11281
|
-
disabled: disabled$
|
|
11283
|
+
disabled: disabled$7,
|
|
11282
11284
|
small: small$c,
|
|
11283
11285
|
pill,
|
|
11284
11286
|
round,
|
|
@@ -11289,11 +11291,11 @@ const buttonStyles = {
|
|
|
11289
11291
|
groupOrderMiddle: groupOrderMiddle$4,
|
|
11290
11292
|
groupOrderLast: groupOrderLast$4
|
|
11291
11293
|
};
|
|
11292
|
-
const spinner = "
|
|
11293
|
-
const small$b = "
|
|
11294
|
-
const tiny = "
|
|
11295
|
-
const colored$1 = "
|
|
11296
|
-
const dark = "
|
|
11294
|
+
const spinner = "_spinner_lvp9t_337";
|
|
11295
|
+
const small$b = "_small_lvp9t_343";
|
|
11296
|
+
const tiny = "_tiny_lvp9t_347";
|
|
11297
|
+
const colored$1 = "_colored_lvp9t_374";
|
|
11298
|
+
const dark = "_dark_lvp9t_386";
|
|
11297
11299
|
const styles$K = {
|
|
11298
11300
|
spinner,
|
|
11299
11301
|
small: small$b,
|
|
@@ -11667,7 +11669,7 @@ const isMenuEmpty = (menu2) => {
|
|
|
11667
11669
|
const { sections } = menu2;
|
|
11668
11670
|
return !isValidElement(sections) && (!sections.length || sections.every((section) => lodash.exports.isEmpty(section)));
|
|
11669
11671
|
};
|
|
11670
|
-
const useContextMenu = (sections, width, placement, possiblePlacements, closeOnOptionClick, closeParent, tree2, path, groupOrder, overflowContainer,
|
|
11672
|
+
const useContextMenu = (sections, width, placement, possiblePlacements, closeOnOptionClick, closeParent, tree2, path, groupOrder, overflowContainer, maxHeight, testId) => {
|
|
11671
11673
|
const { hasMousePosition, resetMousePosition, handleMouseEvent, trigger: trigger2 } = useMousePositionAsTrigger();
|
|
11672
11674
|
const close2 = resetMousePosition;
|
|
11673
11675
|
const isOpen2 = hasMousePosition;
|
|
@@ -11693,7 +11695,7 @@ const useContextMenu = (sections, width, placement, possiblePlacements, closeOnO
|
|
|
11693
11695
|
tree: tree2,
|
|
11694
11696
|
path,
|
|
11695
11697
|
groupOrder,
|
|
11696
|
-
maxHeight
|
|
11698
|
+
maxHeight,
|
|
11697
11699
|
testId: testId && `${testId}-layer`
|
|
11698
11700
|
})
|
|
11699
11701
|
})
|
|
@@ -11770,7 +11772,7 @@ const DropDownMenu = ({
|
|
|
11770
11772
|
path,
|
|
11771
11773
|
groupOrder,
|
|
11772
11774
|
overflowContainer,
|
|
11773
|
-
maxHeight
|
|
11775
|
+
maxHeight,
|
|
11774
11776
|
testId,
|
|
11775
11777
|
open: openProp,
|
|
11776
11778
|
setOpen: setOpenProp,
|
|
@@ -11861,7 +11863,7 @@ const DropDownMenu = ({
|
|
|
11861
11863
|
tree: tree2,
|
|
11862
11864
|
path,
|
|
11863
11865
|
groupOrder,
|
|
11864
|
-
maxHeight
|
|
11866
|
+
maxHeight,
|
|
11865
11867
|
showAllButton,
|
|
11866
11868
|
testId: testId && `${testId}-layer`
|
|
11867
11869
|
})
|
|
@@ -11973,9 +11975,9 @@ Menu.propTypes = {
|
|
|
11973
11975
|
open: propTypes$1.exports.bool,
|
|
11974
11976
|
setOpen: propTypes$1.exports.func
|
|
11975
11977
|
};
|
|
11976
|
-
const actions$1 = "
|
|
11977
|
-
const actionComponentContainer = "
|
|
11978
|
-
const active$6 = "
|
|
11978
|
+
const actions$1 = "_actions_15nkd_337";
|
|
11979
|
+
const actionComponentContainer = "_actionComponentContainer_15nkd_347";
|
|
11980
|
+
const active$6 = "_active_15nkd_369";
|
|
11979
11981
|
const styles$J = {
|
|
11980
11982
|
actions: actions$1,
|
|
11981
11983
|
actionComponentContainer,
|
|
@@ -12077,18 +12079,18 @@ Actions.propTypes = {
|
|
|
12077
12079
|
actions: actionsShape,
|
|
12078
12080
|
right: propTypes$1.exports.bool
|
|
12079
12081
|
};
|
|
12080
|
-
const breadcrumb = "
|
|
12081
|
-
const small$a = "
|
|
12082
|
-
const labelContainer = "
|
|
12083
|
-
const active$5 = "
|
|
12084
|
-
const disabled$
|
|
12085
|
-
const separator = "
|
|
12082
|
+
const breadcrumb = "_breadcrumb_87qlf_337";
|
|
12083
|
+
const small$a = "_small_87qlf_340";
|
|
12084
|
+
const labelContainer = "_labelContainer_87qlf_343";
|
|
12085
|
+
const active$5 = "_active_87qlf_353";
|
|
12086
|
+
const disabled$6 = "_disabled_87qlf_358";
|
|
12087
|
+
const separator = "_separator_87qlf_363";
|
|
12086
12088
|
const styles$I = {
|
|
12087
12089
|
breadcrumb,
|
|
12088
12090
|
small: small$a,
|
|
12089
12091
|
labelContainer,
|
|
12090
12092
|
active: active$5,
|
|
12091
|
-
disabled: disabled$
|
|
12093
|
+
disabled: disabled$6,
|
|
12092
12094
|
separator
|
|
12093
12095
|
};
|
|
12094
12096
|
const Link$2 = ({
|
|
@@ -12158,8 +12160,8 @@ Breadcrumb.propTypes = {
|
|
|
12158
12160
|
).isRequired,
|
|
12159
12161
|
small: propTypes$1.exports.bool
|
|
12160
12162
|
};
|
|
12161
|
-
const label$8 = "
|
|
12162
|
-
const buttonGroup = "
|
|
12163
|
+
const label$8 = "_label_40xkw_337";
|
|
12164
|
+
const buttonGroup = "_buttonGroup_40xkw_347";
|
|
12163
12165
|
const styles$H = {
|
|
12164
12166
|
label: label$8,
|
|
12165
12167
|
buttonGroup
|
|
@@ -12270,13 +12272,13 @@ ButtonGroup.propTypes = {
|
|
|
12270
12272
|
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
12271
12273
|
testId: propTypes$1.exports.string
|
|
12272
12274
|
};
|
|
12273
|
-
const card = "
|
|
12274
|
-
const bordered$2 = "
|
|
12275
|
-
const raised = "
|
|
12276
|
-
const cardHeader = "
|
|
12277
|
-
const cardContentBorderTop = "
|
|
12278
|
-
const padding$1 = "
|
|
12279
|
-
const cardContent = "
|
|
12275
|
+
const card = "_card_qts1v_337";
|
|
12276
|
+
const bordered$2 = "_bordered_qts1v_340";
|
|
12277
|
+
const raised = "_raised_qts1v_346";
|
|
12278
|
+
const cardHeader = "_cardHeader_qts1v_349";
|
|
12279
|
+
const cardContentBorderTop = "_cardContentBorderTop_qts1v_355";
|
|
12280
|
+
const padding$1 = "_padding_qts1v_358";
|
|
12281
|
+
const cardContent = "_cardContent_qts1v_355";
|
|
12280
12282
|
const styles$G = {
|
|
12281
12283
|
card,
|
|
12282
12284
|
bordered: bordered$2,
|
|
@@ -13605,23 +13607,23 @@ Column.propTypes = {
|
|
|
13605
13607
|
widthTablet: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13606
13608
|
testId: propTypes$1.exports.string
|
|
13607
13609
|
};
|
|
13608
|
-
const divider = "
|
|
13609
|
-
const alignLeft = "
|
|
13610
|
-
const alignRight = "
|
|
13610
|
+
const divider = "_divider_1sg5a_337";
|
|
13611
|
+
const alignLeft = "_alignLeft_1sg5a_348";
|
|
13612
|
+
const alignRight = "_alignRight_1sg5a_351";
|
|
13611
13613
|
const styles$F = {
|
|
13612
13614
|
divider,
|
|
13613
13615
|
alignLeft,
|
|
13614
13616
|
alignRight
|
|
13615
13617
|
};
|
|
13616
|
-
const bold$1 = "
|
|
13617
|
-
const center = "
|
|
13618
|
-
const muted$1 = "
|
|
13619
|
-
const faint = "
|
|
13620
|
-
const success$1 = "
|
|
13621
|
-
const warning$b = "
|
|
13622
|
-
const error$7 = "
|
|
13623
|
-
const small$9 = "
|
|
13624
|
-
const link$1 = "
|
|
13618
|
+
const bold$1 = "_bold_1izwq_337";
|
|
13619
|
+
const center = "_center_1izwq_340";
|
|
13620
|
+
const muted$1 = "_muted_1izwq_343";
|
|
13621
|
+
const faint = "_faint_1izwq_346";
|
|
13622
|
+
const success$1 = "_success_1izwq_349";
|
|
13623
|
+
const warning$b = "_warning_1izwq_352";
|
|
13624
|
+
const error$7 = "_error_1izwq_355";
|
|
13625
|
+
const small$9 = "_small_1izwq_358";
|
|
13626
|
+
const link$1 = "_link_1izwq_361";
|
|
13625
13627
|
const styles$E = {
|
|
13626
13628
|
bold: bold$1,
|
|
13627
13629
|
center,
|
|
@@ -13719,9 +13721,9 @@ Divider.propTypes = {
|
|
|
13719
13721
|
color: propTypes$1.exports.string,
|
|
13720
13722
|
align: propTypes$1.exports.string
|
|
13721
13723
|
};
|
|
13722
|
-
const heading$4 = "
|
|
13723
|
-
const top$1 = "
|
|
13724
|
-
const icons$2 = "
|
|
13724
|
+
const heading$4 = "_heading_1on9x_337";
|
|
13725
|
+
const top$1 = "_top_1on9x_345";
|
|
13726
|
+
const icons$2 = "_icons_1on9x_357";
|
|
13725
13727
|
const styles$D = {
|
|
13726
13728
|
heading: heading$4,
|
|
13727
13729
|
top: top$1,
|
|
@@ -13804,7 +13806,7 @@ const scroll$2 = "_scroll_11kaj_22";
|
|
|
13804
13806
|
const header$2 = "_header_11kaj_25";
|
|
13805
13807
|
const dismiss$2 = "_dismiss_11kaj_33";
|
|
13806
13808
|
const content$3 = "_content_11kaj_44";
|
|
13807
|
-
const footer$
|
|
13809
|
+
const footer$2 = "_footer_11kaj_53";
|
|
13808
13810
|
const styles$C = {
|
|
13809
13811
|
dialog,
|
|
13810
13812
|
inline: inline$3,
|
|
@@ -13812,7 +13814,7 @@ const styles$C = {
|
|
|
13812
13814
|
header: header$2,
|
|
13813
13815
|
dismiss: dismiss$2,
|
|
13814
13816
|
content: content$3,
|
|
13815
|
-
footer: footer$
|
|
13817
|
+
footer: footer$2
|
|
13816
13818
|
};
|
|
13817
13819
|
const convertStringToJsx = (children) => {
|
|
13818
13820
|
if (lodash.exports.isArray(children)) {
|
|
@@ -13898,30 +13900,31 @@ const dialogShape = propTypes$1.exports.shape({
|
|
|
13898
13900
|
Dialog.propTypes = {
|
|
13899
13901
|
dialog: dialogShape.isRequired
|
|
13900
13902
|
};
|
|
13901
|
-
const inputInTable$a = "
|
|
13902
|
-
const inputHover$a = "
|
|
13903
|
-
const inputFocus$a = "
|
|
13904
|
-
const inputError$a = "
|
|
13905
|
-
const inputWarning$a = "
|
|
13906
|
-
const inputDisabled$a = "
|
|
13907
|
-
const hideScrollbars$a = "
|
|
13908
|
-
const
|
|
13909
|
-
const
|
|
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
|
|
13903
|
+
const inputInTable$a = "_inputInTable_g5h6i_337";
|
|
13904
|
+
const inputHover$a = "_inputHover_g5h6i_346";
|
|
13905
|
+
const inputFocus$a = "_inputFocus_g5h6i_351";
|
|
13906
|
+
const inputError$a = "_inputError_g5h6i_358";
|
|
13907
|
+
const inputWarning$a = "_inputWarning_g5h6i_359";
|
|
13908
|
+
const inputDisabled$a = "_inputDisabled_g5h6i_394";
|
|
13909
|
+
const hideScrollbars$a = "_hideScrollbars_g5h6i_399";
|
|
13910
|
+
const scrollbars$a = "_scrollbars_g5h6i_409";
|
|
13911
|
+
const inline$2 = "_inline_g5h6i_448";
|
|
13912
|
+
const left$2 = "_left_g5h6i_451";
|
|
13913
|
+
const right$6 = "_right_g5h6i_454";
|
|
13914
|
+
const fixed$1 = "_fixed_g5h6i_457";
|
|
13915
|
+
const border$1 = "_border_g5h6i_469";
|
|
13916
|
+
const shadow = "_shadow_g5h6i_475";
|
|
13917
|
+
const drawerContent = "_drawerContent_g5h6i_478";
|
|
13918
|
+
const isResizing = "_isResizing_g5h6i_490";
|
|
13919
|
+
const toggleButton = "_toggleButton_g5h6i_501";
|
|
13920
|
+
const top = "_top_g5h6i_514";
|
|
13921
|
+
const bottom = "_bottom_g5h6i_517";
|
|
13922
|
+
const toggleButtonOpen = "_toggleButtonOpen_g5h6i_520";
|
|
13923
|
+
const tabs$1 = "_tabs_g5h6i_523";
|
|
13924
|
+
const tab$1 = "_tab_g5h6i_523";
|
|
13925
|
+
const active$4 = "_active_g5h6i_554";
|
|
13926
|
+
const tabsContent = "_tabsContent_g5h6i_576";
|
|
13927
|
+
const resizeHandle = "_resizeHandle_g5h6i_582";
|
|
13925
13928
|
const styles$B = {
|
|
13926
13929
|
inputInTable: inputInTable$a,
|
|
13927
13930
|
inputHover: inputHover$a,
|
|
@@ -13930,6 +13933,7 @@ const styles$B = {
|
|
|
13930
13933
|
inputWarning: inputWarning$a,
|
|
13931
13934
|
inputDisabled: inputDisabled$a,
|
|
13932
13935
|
hideScrollbars: hideScrollbars$a,
|
|
13936
|
+
scrollbars: scrollbars$a,
|
|
13933
13937
|
inline: inline$2,
|
|
13934
13938
|
left: left$2,
|
|
13935
13939
|
right: right$6,
|
|
@@ -16255,8 +16259,8 @@ Drawer.propTypes = {
|
|
|
16255
16259
|
onClose: propTypes$1.exports.func,
|
|
16256
16260
|
onOpen: propTypes$1.exports.func
|
|
16257
16261
|
};
|
|
16258
|
-
const empty$2 = "
|
|
16259
|
-
const text$2 = "
|
|
16262
|
+
const empty$2 = "_empty_69utn_337";
|
|
16263
|
+
const text$2 = "_text_69utn_347";
|
|
16260
16264
|
const styles$A = {
|
|
16261
16265
|
empty: empty$2,
|
|
16262
16266
|
text: text$2
|
|
@@ -16323,7 +16327,7 @@ Empty.propTypes = {
|
|
|
16323
16327
|
text: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
16324
16328
|
children: propTypes$1.exports.node
|
|
16325
16329
|
};
|
|
16326
|
-
const inputGroup = "
|
|
16330
|
+
const inputGroup = "_inputGroup_1f2t5_337";
|
|
16327
16331
|
const styles$z = {
|
|
16328
16332
|
inputGroup
|
|
16329
16333
|
};
|
|
@@ -16359,22 +16363,23 @@ InputGroup.propTypes = {
|
|
|
16359
16363
|
small: propTypes$1.exports.bool,
|
|
16360
16364
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
16361
16365
|
};
|
|
16362
|
-
const inputInTable$9 = "
|
|
16363
|
-
const inputHover$9 = "
|
|
16364
|
-
const inputFocus$9 = "
|
|
16365
|
-
const inputError$9 = "
|
|
16366
|
-
const inputWarning$9 = "
|
|
16367
|
-
const inputDisabled$9 = "
|
|
16368
|
-
const hideScrollbars$9 = "
|
|
16369
|
-
const
|
|
16370
|
-
const
|
|
16371
|
-
const
|
|
16372
|
-
const
|
|
16373
|
-
const
|
|
16374
|
-
const
|
|
16375
|
-
const
|
|
16376
|
-
const
|
|
16377
|
-
const
|
|
16366
|
+
const inputInTable$9 = "_inputInTable_w9bwe_337";
|
|
16367
|
+
const inputHover$9 = "_inputHover_w9bwe_346";
|
|
16368
|
+
const inputFocus$9 = "_inputFocus_w9bwe_351";
|
|
16369
|
+
const inputError$9 = "_inputError_w9bwe_358";
|
|
16370
|
+
const inputWarning$9 = "_inputWarning_w9bwe_359";
|
|
16371
|
+
const inputDisabled$9 = "_inputDisabled_w9bwe_394";
|
|
16372
|
+
const hideScrollbars$9 = "_hideScrollbars_w9bwe_399";
|
|
16373
|
+
const scrollbars$9 = "_scrollbars_w9bwe_409";
|
|
16374
|
+
const input$1 = "_input_w9bwe_337";
|
|
16375
|
+
const isInTable$3 = "_isInTable_w9bwe_457";
|
|
16376
|
+
const small$8 = "_small_w9bwe_478";
|
|
16377
|
+
const error$6 = "_error_w9bwe_484";
|
|
16378
|
+
const warning$a = "_warning_w9bwe_501";
|
|
16379
|
+
const right$5 = "_right_w9bwe_523";
|
|
16380
|
+
const groupOrderFirst$3 = "_groupOrderFirst_w9bwe_526";
|
|
16381
|
+
const groupOrderMiddle$3 = "_groupOrderMiddle_w9bwe_527";
|
|
16382
|
+
const groupOrderLast$3 = "_groupOrderLast_w9bwe_528";
|
|
16378
16383
|
const styles$y = {
|
|
16379
16384
|
inputInTable: inputInTable$9,
|
|
16380
16385
|
inputHover: inputHover$9,
|
|
@@ -16383,6 +16388,7 @@ const styles$y = {
|
|
|
16383
16388
|
inputWarning: inputWarning$9,
|
|
16384
16389
|
inputDisabled: inputDisabled$9,
|
|
16385
16390
|
hideScrollbars: hideScrollbars$9,
|
|
16391
|
+
scrollbars: scrollbars$9,
|
|
16386
16392
|
input: input$1,
|
|
16387
16393
|
isInTable: isInTable$3,
|
|
16388
16394
|
small: small$8,
|
|
@@ -16640,9 +16646,9 @@ function HiLockClosed(props) {
|
|
|
16640
16646
|
function HiLockOpen(props) {
|
|
16641
16647
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 20 20", "fill": "currentColor", "aria-hidden": "true" }, "child": [{ "tag": "path", "attr": { "d": "M10 2a5 5 0 00-5 5v2a2 2 0 00-2 2v5a2 2 0 002 2h10a2 2 0 002-2v-5a2 2 0 00-2-2H7V7a3 3 0 015.905-.75 1 1 0 001.937-.5A5.002 5.002 0 0010 2z" } }] })(props);
|
|
16642
16648
|
}
|
|
16643
|
-
const label$7 = "
|
|
16644
|
-
const labelLeft$1 = "
|
|
16645
|
-
const icons$1 = "
|
|
16649
|
+
const label$7 = "_label_19ou6_337";
|
|
16650
|
+
const labelLeft$1 = "_labelLeft_19ou6_341";
|
|
16651
|
+
const icons$1 = "_icons_19ou6_349";
|
|
16646
16652
|
const styles$w = {
|
|
16647
16653
|
label: label$7,
|
|
16648
16654
|
labelLeft: labelLeft$1,
|
|
@@ -16741,17 +16747,17 @@ Label$2.propTypes = {
|
|
|
16741
16747
|
}),
|
|
16742
16748
|
labelLeft: propTypes$1.exports.bool
|
|
16743
16749
|
};
|
|
16744
|
-
const field = "
|
|
16745
|
-
const labelLeft = "
|
|
16746
|
-
const fieldInput = "
|
|
16747
|
-
const formRow$1 = "
|
|
16748
|
-
const button$2 = "
|
|
16750
|
+
const field = "_field_ntm0s_337";
|
|
16751
|
+
const labelLeft = "_labelLeft_ntm0s_341";
|
|
16752
|
+
const fieldInput = "_fieldInput_ntm0s_345";
|
|
16753
|
+
const formRow$1 = "_formRow_ntm0s_348";
|
|
16754
|
+
const button$2 = "_button_ntm0s_358";
|
|
16749
16755
|
const styles$v = {
|
|
16750
16756
|
field,
|
|
16751
16757
|
labelLeft,
|
|
16752
16758
|
fieldInput,
|
|
16753
16759
|
formRow: formRow$1,
|
|
16754
|
-
"form-row": "_form-
|
|
16760
|
+
"form-row": "_form-row_ntm0s_349",
|
|
16755
16761
|
button: button$2
|
|
16756
16762
|
};
|
|
16757
16763
|
const Field = ({
|
|
@@ -16882,7 +16888,7 @@ Flex.propTypes = {
|
|
|
16882
16888
|
propTypes$1.exports.number
|
|
16883
16889
|
])
|
|
16884
16890
|
};
|
|
16885
|
-
const formRow = "
|
|
16891
|
+
const formRow = "_formRow_1l7tt_337";
|
|
16886
16892
|
const styles$u = {
|
|
16887
16893
|
formRow
|
|
16888
16894
|
};
|
|
@@ -16954,11 +16960,11 @@ Grid.propTypes = {
|
|
|
16954
16960
|
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16955
16961
|
children: propTypes$1.exports.node
|
|
16956
16962
|
};
|
|
16957
|
-
const addon = "
|
|
16958
|
-
const small$7 = "
|
|
16959
|
-
const groupOrderFirst$2 = "
|
|
16960
|
-
const groupOrderMiddle$2 = "
|
|
16961
|
-
const groupOrderLast$2 = "
|
|
16963
|
+
const addon = "_addon_1agl7_337";
|
|
16964
|
+
const small$7 = "_small_1agl7_348";
|
|
16965
|
+
const groupOrderFirst$2 = "_groupOrderFirst_1agl7_352";
|
|
16966
|
+
const groupOrderMiddle$2 = "_groupOrderMiddle_1agl7_353";
|
|
16967
|
+
const groupOrderLast$2 = "_groupOrderLast_1agl7_357";
|
|
16962
16968
|
const styles$t = {
|
|
16963
16969
|
addon,
|
|
16964
16970
|
small: small$7,
|
|
@@ -25901,42 +25907,43 @@ var InfiniteScroll = function(_super) {
|
|
|
25901
25907
|
};
|
|
25902
25908
|
return InfiniteScroll2;
|
|
25903
25909
|
}(Component$1);
|
|
25904
|
-
const inputInTable$8 = "
|
|
25905
|
-
const inputHover$8 = "
|
|
25906
|
-
const inputFocus$8 = "
|
|
25907
|
-
const inputError$8 = "
|
|
25908
|
-
const inputWarning$8 = "
|
|
25909
|
-
const inputDisabled$8 = "
|
|
25910
|
-
const hideScrollbars$8 = "
|
|
25911
|
-
const
|
|
25912
|
-
const
|
|
25913
|
-
const
|
|
25914
|
-
const
|
|
25915
|
-
const
|
|
25916
|
-
const
|
|
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
|
|
25910
|
+
const inputInTable$8 = "_inputInTable_1j3ey_337";
|
|
25911
|
+
const inputHover$8 = "_inputHover_1j3ey_346";
|
|
25912
|
+
const inputFocus$8 = "_inputFocus_1j3ey_351";
|
|
25913
|
+
const inputError$8 = "_inputError_1j3ey_358";
|
|
25914
|
+
const inputWarning$8 = "_inputWarning_1j3ey_359";
|
|
25915
|
+
const inputDisabled$8 = "_inputDisabled_1j3ey_394";
|
|
25916
|
+
const hideScrollbars$8 = "_hideScrollbars_1j3ey_399";
|
|
25917
|
+
const scrollbars$8 = "_scrollbars_1j3ey_409";
|
|
25918
|
+
const header$1 = "_header_1j3ey_436";
|
|
25919
|
+
const headerTitle = "_headerTitle_1j3ey_436";
|
|
25920
|
+
const heading$3 = "_heading_1j3ey_437";
|
|
25921
|
+
const itemHeader = "_itemHeader_1j3ey_437";
|
|
25922
|
+
const narrow = "_narrow_1j3ey_440";
|
|
25923
|
+
const stickyHeader = "_stickyHeader_1j3ey_444";
|
|
25924
|
+
const title$3 = "_title_1j3ey_455";
|
|
25925
|
+
const name = "_name_1j3ey_461";
|
|
25926
|
+
const iconTooltipMargin = "_iconTooltipMargin_1j3ey_464";
|
|
25927
|
+
const bold = "_bold_1j3ey_467";
|
|
25928
|
+
const toggleNarrow = "_toggleNarrow_1j3ey_476";
|
|
25929
|
+
const drag$1 = "_drag_1j3ey_494";
|
|
25930
|
+
const list$1 = "_list_1j3ey_514";
|
|
25931
|
+
const bordered$1 = "_bordered_1j3ey_518";
|
|
25932
|
+
const item$4 = "_item_1j3ey_437";
|
|
25933
|
+
const action = "_action_1j3ey_551";
|
|
25934
|
+
const active$3 = "_active_1j3ey_554";
|
|
25935
|
+
const disabled$5 = "_disabled_1j3ey_569";
|
|
25936
|
+
const label$6 = "_label_1j3ey_580";
|
|
25937
|
+
const details$2 = "_details_1j3ey_587";
|
|
25938
|
+
const metadata = "_metadata_1j3ey_588";
|
|
25939
|
+
const itemContent = "_itemContent_1j3ey_597";
|
|
25940
|
+
const indentIcon = "_indentIcon_1j3ey_604";
|
|
25941
|
+
const expandIcon = "_expandIcon_1j3ey_608";
|
|
25942
|
+
const expanded = "_expanded_1j3ey_614";
|
|
25943
|
+
const right$4 = "_right_1j3ey_617";
|
|
25944
|
+
const actions = "_actions_1j3ey_624";
|
|
25945
|
+
const scrollableList = "_scrollableList_1j3ey_629";
|
|
25946
|
+
const hideScrollbar = "_hideScrollbar_1j3ey_399";
|
|
25940
25947
|
const listStyles = {
|
|
25941
25948
|
inputInTable: inputInTable$8,
|
|
25942
25949
|
inputHover: inputHover$8,
|
|
@@ -25945,13 +25952,14 @@ const listStyles = {
|
|
|
25945
25952
|
inputWarning: inputWarning$8,
|
|
25946
25953
|
inputDisabled: inputDisabled$8,
|
|
25947
25954
|
hideScrollbars: hideScrollbars$8,
|
|
25955
|
+
scrollbars: scrollbars$8,
|
|
25948
25956
|
header: header$1,
|
|
25949
25957
|
headerTitle,
|
|
25950
25958
|
heading: heading$3,
|
|
25951
25959
|
itemHeader,
|
|
25952
25960
|
narrow,
|
|
25953
25961
|
stickyHeader,
|
|
25954
|
-
title: title$
|
|
25962
|
+
title: title$3,
|
|
25955
25963
|
name,
|
|
25956
25964
|
iconTooltipMargin,
|
|
25957
25965
|
bold,
|
|
@@ -25962,7 +25970,7 @@ const listStyles = {
|
|
|
25962
25970
|
item: item$4,
|
|
25963
25971
|
action,
|
|
25964
25972
|
active: active$3,
|
|
25965
|
-
disabled: disabled$
|
|
25973
|
+
disabled: disabled$5,
|
|
25966
25974
|
label: label$6,
|
|
25967
25975
|
details: details$2,
|
|
25968
25976
|
metadata,
|
|
@@ -26550,13 +26558,13 @@ List.propTypes = {
|
|
|
26550
26558
|
}),
|
|
26551
26559
|
testId: propTypes$1.exports.string
|
|
26552
26560
|
};
|
|
26553
|
-
const loader = "
|
|
26554
|
-
const fullViewPortSize = "
|
|
26555
|
-
const cover = "
|
|
26556
|
-
const dimmer = "
|
|
26557
|
-
const content$2 = "
|
|
26558
|
-
const text$1 = "
|
|
26559
|
-
const details$1 = "
|
|
26561
|
+
const loader = "_loader_63xix_337";
|
|
26562
|
+
const fullViewPortSize = "_fullViewPortSize_63xix_343";
|
|
26563
|
+
const cover = "_cover_63xix_350";
|
|
26564
|
+
const dimmer = "_dimmer_63xix_357";
|
|
26565
|
+
const content$2 = "_content_63xix_380";
|
|
26566
|
+
const text$1 = "_text_63xix_385";
|
|
26567
|
+
const details$1 = "_details_63xix_389";
|
|
26560
26568
|
const styles$s = {
|
|
26561
26569
|
loader,
|
|
26562
26570
|
fullViewPortSize,
|
|
@@ -26630,27 +26638,28 @@ Loader.propTypes = {
|
|
|
26630
26638
|
testId: propTypes$1.exports.string,
|
|
26631
26639
|
theme: propTypes$1.exports.string
|
|
26632
26640
|
};
|
|
26633
|
-
const inputInTable$7 = "
|
|
26634
|
-
const inputHover$7 = "
|
|
26635
|
-
const inputFocus$7 = "
|
|
26636
|
-
const inputError$7 = "
|
|
26637
|
-
const inputWarning$7 = "
|
|
26638
|
-
const inputDisabled$7 = "
|
|
26639
|
-
const hideScrollbars$7 = "
|
|
26640
|
-
const
|
|
26641
|
-
const
|
|
26642
|
-
const
|
|
26643
|
-
const
|
|
26644
|
-
const
|
|
26645
|
-
const
|
|
26646
|
-
const
|
|
26647
|
-
const
|
|
26648
|
-
const
|
|
26649
|
-
const
|
|
26650
|
-
const
|
|
26651
|
-
const
|
|
26652
|
-
const
|
|
26653
|
-
const
|
|
26641
|
+
const inputInTable$7 = "_inputInTable_1um3h_337";
|
|
26642
|
+
const inputHover$7 = "_inputHover_1um3h_346";
|
|
26643
|
+
const inputFocus$7 = "_inputFocus_1um3h_351";
|
|
26644
|
+
const inputError$7 = "_inputError_1um3h_358";
|
|
26645
|
+
const inputWarning$7 = "_inputWarning_1um3h_359";
|
|
26646
|
+
const inputDisabled$7 = "_inputDisabled_1um3h_394";
|
|
26647
|
+
const hideScrollbars$7 = "_hideScrollbars_1um3h_399";
|
|
26648
|
+
const scrollbars$7 = "_scrollbars_1um3h_409";
|
|
26649
|
+
const container$1 = "_container_1um3h_442";
|
|
26650
|
+
const block$1 = "_block_1um3h_460";
|
|
26651
|
+
const info = "_info_1um3h_463";
|
|
26652
|
+
const success = "_success_1um3h_467";
|
|
26653
|
+
const warning$6 = "_warning_1um3h_471";
|
|
26654
|
+
const error$4 = "_error_1um3h_475";
|
|
26655
|
+
const content$1 = "_content_1um3h_479";
|
|
26656
|
+
const heading$2 = "_heading_1um3h_483";
|
|
26657
|
+
const icon$3 = "_icon_1um3h_491";
|
|
26658
|
+
const dismiss$1 = "_dismiss_1um3h_492";
|
|
26659
|
+
const absolute = "_absolute_1um3h_505";
|
|
26660
|
+
const legendToggle = "_legendToggle_1um3h_510";
|
|
26661
|
+
const detailsText = "_detailsText_1um3h_526";
|
|
26662
|
+
const footer$1 = "_footer_1um3h_530";
|
|
26654
26663
|
const styles$r = {
|
|
26655
26664
|
inputInTable: inputInTable$7,
|
|
26656
26665
|
inputHover: inputHover$7,
|
|
@@ -26659,6 +26668,7 @@ const styles$r = {
|
|
|
26659
26668
|
inputWarning: inputWarning$7,
|
|
26660
26669
|
inputDisabled: inputDisabled$7,
|
|
26661
26670
|
hideScrollbars: hideScrollbars$7,
|
|
26671
|
+
scrollbars: scrollbars$7,
|
|
26662
26672
|
container: container$1,
|
|
26663
26673
|
block: block$1,
|
|
26664
26674
|
info,
|
|
@@ -26672,7 +26682,7 @@ const styles$r = {
|
|
|
26672
26682
|
absolute,
|
|
26673
26683
|
legendToggle,
|
|
26674
26684
|
detailsText,
|
|
26675
|
-
footer: footer$
|
|
26685
|
+
footer: footer$1
|
|
26676
26686
|
};
|
|
26677
26687
|
const Dismiss = ({ type, onClose, isInToast }) => {
|
|
26678
26688
|
return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
@@ -26749,7 +26759,7 @@ const Message = ({ message: message2 }) => {
|
|
|
26749
26759
|
withDismiss,
|
|
26750
26760
|
onClose,
|
|
26751
26761
|
width,
|
|
26752
|
-
maxHeight
|
|
26762
|
+
maxHeight
|
|
26753
26763
|
} = message2;
|
|
26754
26764
|
const [state, dispatch] = useReducer(reducer$1, initialState$4);
|
|
26755
26765
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(jsxRuntime.exports.Fragment, {
|
|
@@ -26759,7 +26769,7 @@ const Message = ({ message: message2 }) => {
|
|
|
26759
26769
|
width ? styles$r.block : null,
|
|
26760
26770
|
type === "Success" ? styles$r.success : type === "Warning" ? styles$r.warning : type === "Error" ? styles$r.error : styles$r.info
|
|
26761
26771
|
),
|
|
26762
|
-
style: { width, maxHeight
|
|
26772
|
+
style: { width, maxHeight },
|
|
26763
26773
|
children: [
|
|
26764
26774
|
/* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
26765
26775
|
children: icon2 ? /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
@@ -26834,10 +26844,10 @@ const Portal = ({ id: id2, children }) => {
|
|
|
26834
26844
|
Portal.propTypes = {
|
|
26835
26845
|
id: propTypes$1.exports.string.isRequired
|
|
26836
26846
|
};
|
|
26837
|
-
const wrapper$1 = "
|
|
26838
|
-
const contentContainer = "
|
|
26839
|
-
const centered = "
|
|
26840
|
-
const newLine = "
|
|
26847
|
+
const wrapper$1 = "_wrapper_jk9b9_337";
|
|
26848
|
+
const contentContainer = "_contentContainer_jk9b9_351";
|
|
26849
|
+
const centered = "_centered_jk9b9_363";
|
|
26850
|
+
const newLine = "_newLine_jk9b9_367";
|
|
26841
26851
|
const styles$q = {
|
|
26842
26852
|
wrapper: wrapper$1,
|
|
26843
26853
|
contentContainer,
|
|
@@ -26885,10 +26895,10 @@ Modal.propTypes = {
|
|
|
26885
26895
|
centered: propTypes$1.exports.bool,
|
|
26886
26896
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
26887
26897
|
};
|
|
26888
|
-
const menu$1 = "
|
|
26889
|
-
const header = "
|
|
26890
|
-
const item$3 = "
|
|
26891
|
-
const heading$1 = "
|
|
26898
|
+
const menu$1 = "_menu_4dz93_337";
|
|
26899
|
+
const header = "_header_4dz93_348";
|
|
26900
|
+
const item$3 = "_item_4dz93_364";
|
|
26901
|
+
const heading$1 = "_heading_4dz93_369";
|
|
26892
26902
|
const styles$p = {
|
|
26893
26903
|
menu: menu$1,
|
|
26894
26904
|
header,
|
|
@@ -26911,10 +26921,10 @@ const Heading$1 = ({ label: label2 }) => /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
|
26911
26921
|
className: styles$p.heading,
|
|
26912
26922
|
children: label2
|
|
26913
26923
|
});
|
|
26914
|
-
const Layer$1 = ({ options, onChangeOptions, showHeader, maxHeight
|
|
26924
|
+
const Layer$1 = ({ options, onChangeOptions, showHeader, maxHeight }) => {
|
|
26915
26925
|
return /* @__PURE__ */ jsxRuntime.exports.jsxs("div", {
|
|
26916
26926
|
className: cx$2("menu", styles$p.menu),
|
|
26917
|
-
style: { maxHeight
|
|
26927
|
+
style: { maxHeight },
|
|
26918
26928
|
children: [
|
|
26919
26929
|
showHeader && /* @__PURE__ */ jsxRuntime.exports.jsxs(jsxRuntime.exports.Fragment, {
|
|
26920
26930
|
children: [
|
|
@@ -26990,7 +27000,7 @@ const OptionDropdown = ({
|
|
|
26990
27000
|
options,
|
|
26991
27001
|
onChange,
|
|
26992
27002
|
showHeader,
|
|
26993
|
-
maxHeight
|
|
27003
|
+
maxHeight
|
|
26994
27004
|
}) => {
|
|
26995
27005
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(Menu, {
|
|
26996
27006
|
menu: {
|
|
@@ -27006,7 +27016,7 @@ const OptionDropdown = ({
|
|
|
27006
27016
|
onChange(evt);
|
|
27007
27017
|
},
|
|
27008
27018
|
showHeader,
|
|
27009
|
-
maxHeight
|
|
27019
|
+
maxHeight
|
|
27010
27020
|
})
|
|
27011
27021
|
}
|
|
27012
27022
|
});
|
|
@@ -27030,8 +27040,8 @@ OptionDropdown.propTypes = {
|
|
|
27030
27040
|
showHeader: propTypes$1.exports.bool,
|
|
27031
27041
|
maxHeight: propTypes$1.exports.string
|
|
27032
27042
|
};
|
|
27033
|
-
const page = "
|
|
27034
|
-
const scroll2 = "
|
|
27043
|
+
const page = "_page_1rqfd_337";
|
|
27044
|
+
const scroll2 = "_scroll_1rqfd_359";
|
|
27035
27045
|
const styles$o = {
|
|
27036
27046
|
page,
|
|
27037
27047
|
scroll: scroll2
|
|
@@ -27062,23 +27072,24 @@ Page.propTypes = {
|
|
|
27062
27072
|
scroll: propTypes$1.exports.bool,
|
|
27063
27073
|
top: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string])
|
|
27064
27074
|
};
|
|
27065
|
-
const inputInTable$6 = "
|
|
27066
|
-
const inputHover$6 = "
|
|
27067
|
-
const inputFocus$6 = "
|
|
27068
|
-
const inputError$6 = "
|
|
27069
|
-
const inputWarning$6 = "
|
|
27070
|
-
const inputDisabled$6 = "
|
|
27071
|
-
const hideScrollbars$6 = "
|
|
27072
|
-
const
|
|
27073
|
-
const
|
|
27074
|
-
const
|
|
27075
|
-
const
|
|
27076
|
-
const
|
|
27077
|
-
const
|
|
27078
|
-
const
|
|
27079
|
-
const
|
|
27080
|
-
const
|
|
27081
|
-
const
|
|
27075
|
+
const inputInTable$6 = "_inputInTable_ixu0v_337";
|
|
27076
|
+
const inputHover$6 = "_inputHover_ixu0v_346";
|
|
27077
|
+
const inputFocus$6 = "_inputFocus_ixu0v_351";
|
|
27078
|
+
const inputError$6 = "_inputError_ixu0v_358";
|
|
27079
|
+
const inputWarning$6 = "_inputWarning_ixu0v_359";
|
|
27080
|
+
const inputDisabled$6 = "_inputDisabled_ixu0v_394";
|
|
27081
|
+
const hideScrollbars$6 = "_hideScrollbars_ixu0v_399";
|
|
27082
|
+
const scrollbars$6 = "_scrollbars_ixu0v_409";
|
|
27083
|
+
const select = "_select_ixu0v_436";
|
|
27084
|
+
const isInTable$2 = "_isInTable_ixu0v_477";
|
|
27085
|
+
const unSelected = "_unSelected_ixu0v_486";
|
|
27086
|
+
const error$3 = "_error_ixu0v_493";
|
|
27087
|
+
const warning$5 = "_warning_ixu0v_510";
|
|
27088
|
+
const small$6 = "_small_ixu0v_527";
|
|
27089
|
+
const right$3 = "_right_ixu0v_534";
|
|
27090
|
+
const groupOrderFirst$1 = "_groupOrderFirst_ixu0v_545";
|
|
27091
|
+
const groupOrderMiddle$1 = "_groupOrderMiddle_ixu0v_546";
|
|
27092
|
+
const groupOrderLast$1 = "_groupOrderLast_ixu0v_550";
|
|
27082
27093
|
const styles$n = {
|
|
27083
27094
|
inputInTable: inputInTable$6,
|
|
27084
27095
|
inputHover: inputHover$6,
|
|
@@ -27087,6 +27098,7 @@ const styles$n = {
|
|
|
27087
27098
|
inputWarning: inputWarning$6,
|
|
27088
27099
|
inputDisabled: inputDisabled$6,
|
|
27089
27100
|
hideScrollbars: hideScrollbars$6,
|
|
27101
|
+
scrollbars: scrollbars$6,
|
|
27090
27102
|
select,
|
|
27091
27103
|
isInTable: isInTable$2,
|
|
27092
27104
|
unSelected,
|
|
@@ -28031,20 +28043,20 @@ var FixedSizeList = /* @__PURE__ */ createListComponent({
|
|
|
28031
28043
|
}
|
|
28032
28044
|
}
|
|
28033
28045
|
});
|
|
28034
|
-
const layerContainer = "
|
|
28035
|
-
const layer = "
|
|
28036
|
-
const small$5 = "
|
|
28037
|
-
const heading = "
|
|
28038
|
-
const option = "
|
|
28039
|
-
const message = "
|
|
28040
|
-
const focused = "
|
|
28041
|
-
const selected = "
|
|
28042
|
-
const disabled$
|
|
28043
|
-
const check = "
|
|
28044
|
-
const optionContent = "
|
|
28045
|
-
const label$5 = "
|
|
28046
|
-
const icon$2 = "
|
|
28047
|
-
const details = "
|
|
28046
|
+
const layerContainer = "_layerContainer_uvmxo_337";
|
|
28047
|
+
const layer = "_layer_uvmxo_337";
|
|
28048
|
+
const small$5 = "_small_uvmxo_359";
|
|
28049
|
+
const heading = "_heading_uvmxo_362";
|
|
28050
|
+
const option = "_option_uvmxo_363";
|
|
28051
|
+
const message = "_message_uvmxo_364";
|
|
28052
|
+
const focused = "_focused_uvmxo_398";
|
|
28053
|
+
const selected = "_selected_uvmxo_402";
|
|
28054
|
+
const disabled$4 = "_disabled_uvmxo_409";
|
|
28055
|
+
const check = "_check_uvmxo_413";
|
|
28056
|
+
const optionContent = "_optionContent_uvmxo_427";
|
|
28057
|
+
const label$5 = "_label_uvmxo_432";
|
|
28058
|
+
const icon$2 = "_icon_uvmxo_439";
|
|
28059
|
+
const details = "_details_uvmxo_443";
|
|
28048
28060
|
const styles$m = {
|
|
28049
28061
|
layerContainer,
|
|
28050
28062
|
layer,
|
|
@@ -28054,7 +28066,7 @@ const styles$m = {
|
|
|
28054
28066
|
message,
|
|
28055
28067
|
focused,
|
|
28056
28068
|
selected,
|
|
28057
|
-
disabled: disabled$
|
|
28069
|
+
disabled: disabled$4,
|
|
28058
28070
|
check,
|
|
28059
28071
|
optionContent,
|
|
28060
28072
|
label: label$5,
|
|
@@ -28174,7 +28186,7 @@ const Layer = ({
|
|
|
28174
28186
|
listRef.current.scrollToItem(firstSelectedOptionIndex, "start");
|
|
28175
28187
|
}
|
|
28176
28188
|
}, []);
|
|
28177
|
-
const optionHeight = small2 ? 24 :
|
|
28189
|
+
const optionHeight = small2 ? 24 : 32;
|
|
28178
28190
|
return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
28179
28191
|
"data-testid": testId,
|
|
28180
28192
|
className: cx$2(styles$m.layer, small2 && styles$m.small),
|
|
@@ -28209,37 +28221,38 @@ const Layer = ({
|
|
|
28209
28221
|
})
|
|
28210
28222
|
});
|
|
28211
28223
|
};
|
|
28212
|
-
const inputInTable$5 = "
|
|
28213
|
-
const inputHover$5 = "
|
|
28214
|
-
const inputFocus$5 = "
|
|
28215
|
-
const inputError$5 = "
|
|
28216
|
-
const inputWarning$5 = "
|
|
28217
|
-
const inputDisabled$5 = "
|
|
28218
|
-
const hideScrollbars$5 = "
|
|
28219
|
-
const
|
|
28220
|
-
const
|
|
28221
|
-
const
|
|
28222
|
-
const
|
|
28223
|
-
const
|
|
28224
|
-
const
|
|
28225
|
-
const
|
|
28226
|
-
const
|
|
28227
|
-
const
|
|
28228
|
-
const
|
|
28229
|
-
const
|
|
28230
|
-
const
|
|
28231
|
-
const
|
|
28232
|
-
const
|
|
28233
|
-
const
|
|
28234
|
-
const
|
|
28235
|
-
const
|
|
28236
|
-
const
|
|
28237
|
-
const
|
|
28238
|
-
const
|
|
28239
|
-
const
|
|
28240
|
-
const
|
|
28241
|
-
const
|
|
28242
|
-
const
|
|
28224
|
+
const inputInTable$5 = "_inputInTable_1ct2c_337";
|
|
28225
|
+
const inputHover$5 = "_inputHover_1ct2c_346";
|
|
28226
|
+
const inputFocus$5 = "_inputFocus_1ct2c_351";
|
|
28227
|
+
const inputError$5 = "_inputError_1ct2c_358";
|
|
28228
|
+
const inputWarning$5 = "_inputWarning_1ct2c_359";
|
|
28229
|
+
const inputDisabled$5 = "_inputDisabled_1ct2c_394";
|
|
28230
|
+
const hideScrollbars$5 = "_hideScrollbars_1ct2c_399";
|
|
28231
|
+
const scrollbars$5 = "_scrollbars_1ct2c_409";
|
|
28232
|
+
const trigger$1 = "_trigger_1ct2c_440";
|
|
28233
|
+
const isInTable$1 = "_isInTable_1ct2c_455";
|
|
28234
|
+
const input = "_input_1ct2c_337";
|
|
28235
|
+
const isOpen = "_isOpen_1ct2c_473";
|
|
28236
|
+
const error$2 = "_error_1ct2c_481";
|
|
28237
|
+
const warning$4 = "_warning_1ct2c_498";
|
|
28238
|
+
const disabled$3 = "_disabled_1ct2c_515";
|
|
28239
|
+
const iconOpen = "_iconOpen_1ct2c_520";
|
|
28240
|
+
const icons = "_icons_1ct2c_523";
|
|
28241
|
+
const clearAll = "_clearAll_1ct2c_531";
|
|
28242
|
+
const small$4 = "_small_1ct2c_540";
|
|
28243
|
+
const focus = "_focus_1ct2c_549";
|
|
28244
|
+
const triggerInputContainer = "_triggerInputContainer_1ct2c_563";
|
|
28245
|
+
const right$2 = "_right_1ct2c_572";
|
|
28246
|
+
const multiOptions = "_multiOptions_1ct2c_585";
|
|
28247
|
+
const multiOption = "_multiOption_1ct2c_585";
|
|
28248
|
+
const label$4 = "_label_1ct2c_617";
|
|
28249
|
+
const closeMultiOption = "_closeMultiOption_1ct2c_620";
|
|
28250
|
+
const selectedSingleValue = "_selectedSingleValue_1ct2c_635";
|
|
28251
|
+
const placeHolder = "_placeHolder_1ct2c_636";
|
|
28252
|
+
const groupOrderFirst = "_groupOrderFirst_1ct2c_675";
|
|
28253
|
+
const groupOrderMiddle = "_groupOrderMiddle_1ct2c_676";
|
|
28254
|
+
const groupOrderLast = "_groupOrderLast_1ct2c_680";
|
|
28255
|
+
const detailedLabel = "_detailedLabel_1ct2c_685";
|
|
28243
28256
|
const styles$l = {
|
|
28244
28257
|
inputInTable: inputInTable$5,
|
|
28245
28258
|
inputHover: inputHover$5,
|
|
@@ -28248,13 +28261,14 @@ const styles$l = {
|
|
|
28248
28261
|
inputWarning: inputWarning$5,
|
|
28249
28262
|
inputDisabled: inputDisabled$5,
|
|
28250
28263
|
hideScrollbars: hideScrollbars$5,
|
|
28264
|
+
scrollbars: scrollbars$5,
|
|
28251
28265
|
trigger: trigger$1,
|
|
28252
28266
|
isInTable: isInTable$1,
|
|
28253
28267
|
input,
|
|
28254
28268
|
isOpen,
|
|
28255
28269
|
error: error$2,
|
|
28256
28270
|
warning: warning$4,
|
|
28257
|
-
disabled: disabled$
|
|
28271
|
+
disabled: disabled$3,
|
|
28258
28272
|
iconOpen,
|
|
28259
28273
|
icons,
|
|
28260
28274
|
clearAll,
|
|
@@ -29487,9 +29501,9 @@ const paginationShape = propTypes$1.exports.shape({
|
|
|
29487
29501
|
Pagination.propTypes = {
|
|
29488
29502
|
pagination: paginationShape.isRequired
|
|
29489
29503
|
};
|
|
29490
|
-
const toggleBox = "
|
|
29491
|
-
const fullWidthStyleFix = "
|
|
29492
|
-
const dismiss = "
|
|
29504
|
+
const toggleBox = "_toggleBox_cs9w9_337";
|
|
29505
|
+
const fullWidthStyleFix = "_fullWidthStyleFix_cs9w9_344";
|
|
29506
|
+
const dismiss = "_dismiss_cs9w9_349";
|
|
29493
29507
|
const styles$j = {
|
|
29494
29508
|
toggleBox,
|
|
29495
29509
|
fullWidthStyleFix,
|
|
@@ -29689,14 +29703,14 @@ ProgressBar$1.propTypes = {
|
|
|
29689
29703
|
showProgressColors: propTypes$1.exports.bool,
|
|
29690
29704
|
noLabel: propTypes$1.exports.bool
|
|
29691
29705
|
};
|
|
29692
|
-
const wrapper = "
|
|
29693
|
-
const inline$1 = "
|
|
29694
|
-
const radio = "
|
|
29695
|
-
const labelMargin = "
|
|
29696
|
-
const small$3 = "
|
|
29697
|
-
const noMargin$1 = "
|
|
29698
|
-
const disabled$
|
|
29699
|
-
const isInTable = "
|
|
29706
|
+
const wrapper = "_wrapper_16lwl_337";
|
|
29707
|
+
const inline$1 = "_inline_16lwl_337";
|
|
29708
|
+
const radio = "_radio_16lwl_341";
|
|
29709
|
+
const labelMargin = "_labelMargin_16lwl_344";
|
|
29710
|
+
const small$3 = "_small_16lwl_362";
|
|
29711
|
+
const noMargin$1 = "_noMargin_16lwl_366";
|
|
29712
|
+
const disabled$2 = "_disabled_16lwl_425";
|
|
29713
|
+
const isInTable = "_isInTable_16lwl_441";
|
|
29700
29714
|
const styles$g = {
|
|
29701
29715
|
wrapper,
|
|
29702
29716
|
inline: inline$1,
|
|
@@ -29704,7 +29718,7 @@ const styles$g = {
|
|
|
29704
29718
|
labelMargin,
|
|
29705
29719
|
small: small$3,
|
|
29706
29720
|
noMargin: noMargin$1,
|
|
29707
|
-
disabled: disabled$
|
|
29721
|
+
disabled: disabled$2,
|
|
29708
29722
|
isInTable
|
|
29709
29723
|
};
|
|
29710
29724
|
const RadioInput = ({
|
|
@@ -52973,7 +52987,7 @@ function isNestedTable(element) {
|
|
|
52973
52987
|
}
|
|
52974
52988
|
return !!parentNode2.closest("table");
|
|
52975
52989
|
}
|
|
52976
|
-
function cell(content2, node) {
|
|
52990
|
+
function cell$1(content2, node) {
|
|
52977
52991
|
var _a2;
|
|
52978
52992
|
var _a;
|
|
52979
52993
|
const childNodes = [];
|
|
@@ -53001,7 +53015,7 @@ var turndownService = new TurndownService({ codeBlockStyle: "fenced", headingSty
|
|
|
53001
53015
|
if (isControllerHeadingCell(node)) {
|
|
53002
53016
|
return "";
|
|
53003
53017
|
}
|
|
53004
|
-
return cell(content2, node);
|
|
53018
|
+
return cell$1(content2, node);
|
|
53005
53019
|
}
|
|
53006
53020
|
}).addRule("tableRow", {
|
|
53007
53021
|
filter: "tr",
|
|
@@ -53020,7 +53034,7 @@ var turndownService = new TurndownService({ codeBlockStyle: "fenced", headingSty
|
|
|
53020
53034
|
if (align) {
|
|
53021
53035
|
border2 = alignMap[align] || border2;
|
|
53022
53036
|
}
|
|
53023
|
-
borderCells += cell(border2, childNode);
|
|
53037
|
+
borderCells += cell$1(border2, childNode);
|
|
53024
53038
|
}
|
|
53025
53039
|
}
|
|
53026
53040
|
return `
|
|
@@ -56410,14 +56424,15 @@ RichTextToolbar.propTypes = {
|
|
|
56410
56424
|
disabled: propTypes$1.exports.bool,
|
|
56411
56425
|
toolbarComponent: propTypes$1.exports.node
|
|
56412
56426
|
};
|
|
56413
|
-
const inputInTable$4 = "
|
|
56414
|
-
const inputHover$4 = "
|
|
56415
|
-
const inputFocus$4 = "
|
|
56416
|
-
const inputError$4 = "
|
|
56417
|
-
const inputWarning$4 = "
|
|
56418
|
-
const inputDisabled$4 = "
|
|
56419
|
-
const hideScrollbars$4 = "
|
|
56420
|
-
const
|
|
56427
|
+
const inputInTable$4 = "_inputInTable_1fcrx_337";
|
|
56428
|
+
const inputHover$4 = "_inputHover_1fcrx_346";
|
|
56429
|
+
const inputFocus$4 = "_inputFocus_1fcrx_351";
|
|
56430
|
+
const inputError$4 = "_inputError_1fcrx_358";
|
|
56431
|
+
const inputWarning$4 = "_inputWarning_1fcrx_359";
|
|
56432
|
+
const inputDisabled$4 = "_inputDisabled_1fcrx_394";
|
|
56433
|
+
const hideScrollbars$4 = "_hideScrollbars_1fcrx_399";
|
|
56434
|
+
const scrollbars$4 = "_scrollbars_1fcrx_409";
|
|
56435
|
+
const richTextInput = "_richTextInput_1fcrx_436";
|
|
56421
56436
|
const styles$e = {
|
|
56422
56437
|
inputInTable: inputInTable$4,
|
|
56423
56438
|
inputHover: inputHover$4,
|
|
@@ -56426,6 +56441,7 @@ const styles$e = {
|
|
|
56426
56441
|
inputWarning: inputWarning$4,
|
|
56427
56442
|
inputDisabled: inputDisabled$4,
|
|
56428
56443
|
hideScrollbars: hideScrollbars$4,
|
|
56444
|
+
scrollbars: scrollbars$4,
|
|
56429
56445
|
richTextInput
|
|
56430
56446
|
};
|
|
56431
56447
|
const RichTextInput = forwardRef(
|
|
@@ -56485,7 +56501,7 @@ RichTextInput.propTypes = {
|
|
|
56485
56501
|
value: propTypes$1.exports.string,
|
|
56486
56502
|
toolbarComponent: propTypes$1.exports.node
|
|
56487
56503
|
};
|
|
56488
|
-
const row = "
|
|
56504
|
+
const row = "_row_1w6vp_337";
|
|
56489
56505
|
const styles$d = {
|
|
56490
56506
|
row
|
|
56491
56507
|
};
|
|
@@ -56636,24 +56652,25 @@ var reactFastCompare = function isEqual3(a2, b2) {
|
|
|
56636
56652
|
throw error2;
|
|
56637
56653
|
}
|
|
56638
56654
|
};
|
|
56639
|
-
const inputInTable$3 = "
|
|
56640
|
-
const inputHover$3 = "
|
|
56641
|
-
const inputFocus$3 = "
|
|
56642
|
-
const inputError$3 = "
|
|
56643
|
-
const inputWarning$3 = "
|
|
56644
|
-
const inputDisabled$3 = "
|
|
56645
|
-
const hideScrollbars$3 = "
|
|
56646
|
-
const
|
|
56647
|
-
const
|
|
56648
|
-
const
|
|
56649
|
-
const
|
|
56650
|
-
const
|
|
56651
|
-
const
|
|
56652
|
-
const
|
|
56653
|
-
const
|
|
56654
|
-
const
|
|
56655
|
-
const
|
|
56656
|
-
const
|
|
56655
|
+
const inputInTable$3 = "_inputInTable_3xbwy_337";
|
|
56656
|
+
const inputHover$3 = "_inputHover_3xbwy_346";
|
|
56657
|
+
const inputFocus$3 = "_inputFocus_3xbwy_351";
|
|
56658
|
+
const inputError$3 = "_inputError_3xbwy_358";
|
|
56659
|
+
const inputWarning$3 = "_inputWarning_3xbwy_359";
|
|
56660
|
+
const inputDisabled$3 = "_inputDisabled_3xbwy_394";
|
|
56661
|
+
const hideScrollbars$3 = "_hideScrollbars_3xbwy_399";
|
|
56662
|
+
const scrollbars$3 = "_scrollbars_3xbwy_409";
|
|
56663
|
+
const sidebar = "_sidebar_3xbwy_439";
|
|
56664
|
+
const inner = "_inner_3xbwy_449";
|
|
56665
|
+
const title$2 = "_title_3xbwy_460";
|
|
56666
|
+
const subtitle = "_subtitle_3xbwy_461";
|
|
56667
|
+
const label$2 = "_label_3xbwy_462";
|
|
56668
|
+
const collapsed = "_collapsed_3xbwy_466";
|
|
56669
|
+
const list = "_list_3xbwy_489";
|
|
56670
|
+
const item$2 = "_item_3xbwy_495";
|
|
56671
|
+
const active$2 = "_active_3xbwy_516";
|
|
56672
|
+
const experimental = "_experimental_3xbwy_520";
|
|
56673
|
+
const icon$1 = "_icon_3xbwy_523";
|
|
56657
56674
|
const styles$c = {
|
|
56658
56675
|
inputInTable: inputInTable$3,
|
|
56659
56676
|
inputHover: inputHover$3,
|
|
@@ -56662,9 +56679,10 @@ const styles$c = {
|
|
|
56662
56679
|
inputWarning: inputWarning$3,
|
|
56663
56680
|
inputDisabled: inputDisabled$3,
|
|
56664
56681
|
hideScrollbars: hideScrollbars$3,
|
|
56682
|
+
scrollbars: scrollbars$3,
|
|
56665
56683
|
sidebar,
|
|
56666
56684
|
inner,
|
|
56667
|
-
title: title$
|
|
56685
|
+
title: title$2,
|
|
56668
56686
|
subtitle,
|
|
56669
56687
|
label: label$2,
|
|
56670
56688
|
collapsed,
|
|
@@ -58874,13 +58892,13 @@ const SliderTooltip = ({ text: text2 }) => {
|
|
|
58874
58892
|
});
|
|
58875
58893
|
};
|
|
58876
58894
|
const rcSlider = "";
|
|
58877
|
-
const container = "
|
|
58878
|
-
const small$2 = "
|
|
58879
|
-
const hasMarks = "
|
|
58880
|
-
const vertical = "
|
|
58881
|
-
const hasArrows = "
|
|
58882
|
-
const button$1 = "
|
|
58883
|
-
const label$1 = "
|
|
58895
|
+
const container = "_container_1mij5_337";
|
|
58896
|
+
const small$2 = "_small_1mij5_343";
|
|
58897
|
+
const hasMarks = "_hasMarks_1mij5_346";
|
|
58898
|
+
const vertical = "_vertical_1mij5_349";
|
|
58899
|
+
const hasArrows = "_hasArrows_1mij5_353";
|
|
58900
|
+
const button$1 = "_button_1mij5_357";
|
|
58901
|
+
const label$1 = "_label_1mij5_360";
|
|
58884
58902
|
const styles$b = {
|
|
58885
58903
|
container,
|
|
58886
58904
|
small: small$2,
|
|
@@ -59092,23 +59110,18 @@ Spacer.propTypes = {
|
|
|
59092
59110
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59093
59111
|
flex: propTypes$1.exports.bool
|
|
59094
59112
|
};
|
|
59095
|
-
const inputInTable$2 = "
|
|
59096
|
-
const inputHover$2 = "
|
|
59097
|
-
const inputFocus$2 = "
|
|
59098
|
-
const inputError$2 = "
|
|
59099
|
-
const inputWarning$2 = "
|
|
59100
|
-
const inputDisabled$2 = "
|
|
59101
|
-
const hideScrollbars$2 = "
|
|
59102
|
-
const
|
|
59103
|
-
const
|
|
59104
|
-
const
|
|
59105
|
-
const
|
|
59106
|
-
const
|
|
59107
|
-
const table = "_table_dlfrf_433";
|
|
59108
|
-
const cellWrapper$3 = "_cellWrapper_dlfrf_404";
|
|
59109
|
-
const title$2 = "_title_dlfrf_515";
|
|
59110
|
-
const footer$1 = "_footer_dlfrf_516";
|
|
59111
|
-
const striped = "_striped_dlfrf_521";
|
|
59113
|
+
const inputInTable$2 = "_inputInTable_1fav6_337";
|
|
59114
|
+
const inputHover$2 = "_inputHover_1fav6_346";
|
|
59115
|
+
const inputFocus$2 = "_inputFocus_1fav6_351";
|
|
59116
|
+
const inputError$2 = "_inputError_1fav6_358";
|
|
59117
|
+
const inputWarning$2 = "_inputWarning_1fav6_359";
|
|
59118
|
+
const inputDisabled$2 = "_inputDisabled_1fav6_394";
|
|
59119
|
+
const hideScrollbars$2 = "_hideScrollbars_1fav6_399";
|
|
59120
|
+
const scrollbars$2 = "_scrollbars_1fav6_409";
|
|
59121
|
+
const scrollWrapper = "_scrollWrapper_1fav6_446";
|
|
59122
|
+
const bordered = "_bordered_1fav6_474";
|
|
59123
|
+
const table = "_table_1fav6_477";
|
|
59124
|
+
const striped = "_striped_1fav6_561";
|
|
59112
59125
|
const styles$a = {
|
|
59113
59126
|
inputInTable: inputInTable$2,
|
|
59114
59127
|
inputHover: inputHover$2,
|
|
@@ -59117,25 +59130,14 @@ const styles$a = {
|
|
|
59117
59130
|
inputWarning: inputWarning$2,
|
|
59118
59131
|
inputDisabled: inputDisabled$2,
|
|
59119
59132
|
hideScrollbars: hideScrollbars$2,
|
|
59120
|
-
|
|
59121
|
-
flexBlock: flexBlock$3,
|
|
59133
|
+
scrollbars: scrollbars$2,
|
|
59122
59134
|
scrollWrapper,
|
|
59123
59135
|
bordered,
|
|
59124
|
-
maxHeight,
|
|
59125
59136
|
table,
|
|
59126
|
-
cellWrapper: cellWrapper$3,
|
|
59127
|
-
title: title$2,
|
|
59128
|
-
footer: footer$1,
|
|
59129
59137
|
striped
|
|
59130
59138
|
};
|
|
59131
|
-
const
|
|
59132
|
-
const flexBlock$2 = "_flexBlock_h6mne_338";
|
|
59133
|
-
const cellWrapper$2 = "_cellWrapper_h6mne_335";
|
|
59134
|
-
const title$1 = "_title_h6mne_346";
|
|
59139
|
+
const title$1 = "_title_1ohjd_1";
|
|
59135
59140
|
const styles$9 = {
|
|
59136
|
-
cellWrapperPadding: cellWrapperPadding$2,
|
|
59137
|
-
flexBlock: flexBlock$2,
|
|
59138
|
-
cellWrapper: cellWrapper$2,
|
|
59139
59141
|
title: title$1
|
|
59140
59142
|
};
|
|
59141
59143
|
const Title$1 = (props) => {
|
|
@@ -59193,14 +59195,8 @@ Title$1.propTypes = {
|
|
|
59193
59195
|
]),
|
|
59194
59196
|
testId: propTypes$1.exports.string
|
|
59195
59197
|
};
|
|
59196
|
-
const
|
|
59197
|
-
const flexBlock$1 = "_flexBlock_1extq_338";
|
|
59198
|
-
const cellWrapper$1 = "_cellWrapper_1extq_335";
|
|
59199
|
-
const footer = "_footer_1extq_346";
|
|
59198
|
+
const footer = "_footer_1t1mi_337";
|
|
59200
59199
|
const styles$8 = {
|
|
59201
|
-
cellWrapperPadding: cellWrapperPadding$1,
|
|
59202
|
-
flexBlock: flexBlock$1,
|
|
59203
|
-
cellWrapper: cellWrapper$1,
|
|
59204
59200
|
footer
|
|
59205
59201
|
};
|
|
59206
59202
|
const Footer = (props) => {
|
|
@@ -59267,39 +59263,37 @@ function CgSortAz(props) {
|
|
|
59267
59263
|
function CgSortZa(props) {
|
|
59268
59264
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none" }, "child": [{ "tag": "path", "attr": { "d": "M6 16C6 16.5523 6.44772 17 7 17H17C17.5523 17 18 16.5523 18 16C18 15.4477 17.5523 15 17 15H7C6.44772 15 6 15.4477 6 16Z", "fill": "currentColor" } }, { "tag": "path", "attr": { "d": "M8 12C8 12.5523 8.44772 13 9 13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H9C8.44772 11 8 11.4477 8 12Z", "fill": "currentColor" } }, { "tag": "path", "attr": { "d": "M11 9C10.4477 9 10 8.55229 10 8C10 7.44771 10.4477 7 11 7H13C13.5523 7 14 7.44771 14 8C14 8.55229 13.5523 9 13 9H11Z", "fill": "currentColor" } }] })(props);
|
|
59269
59265
|
}
|
|
59270
|
-
const inputInTable$1 = "
|
|
59271
|
-
const inputHover$1 = "
|
|
59272
|
-
const inputFocus$1 = "
|
|
59273
|
-
const inputError$1 = "
|
|
59274
|
-
const inputWarning$1 = "
|
|
59275
|
-
const inputDisabled$1 = "
|
|
59276
|
-
const hideScrollbars$1 = "
|
|
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
|
|
59294
|
-
const
|
|
59295
|
-
const
|
|
59296
|
-
const
|
|
59297
|
-
const
|
|
59298
|
-
const
|
|
59299
|
-
const
|
|
59300
|
-
const
|
|
59301
|
-
const popover = "_popover_1k4d6_561";
|
|
59302
|
-
const disabledPointerEvents = "_disabledPointerEvents_1k4d6_564";
|
|
59266
|
+
const inputInTable$1 = "_inputInTable_5xcy1_337";
|
|
59267
|
+
const inputHover$1 = "_inputHover_5xcy1_346";
|
|
59268
|
+
const inputFocus$1 = "_inputFocus_5xcy1_351";
|
|
59269
|
+
const inputError$1 = "_inputError_5xcy1_358";
|
|
59270
|
+
const inputWarning$1 = "_inputWarning_5xcy1_359";
|
|
59271
|
+
const inputDisabled$1 = "_inputDisabled_5xcy1_394";
|
|
59272
|
+
const hideScrollbars$1 = "_hideScrollbars_5xcy1_399";
|
|
59273
|
+
const scrollbars$1 = "_scrollbars_5xcy1_409";
|
|
59274
|
+
const cell = "_cell_5xcy1_436";
|
|
59275
|
+
const disabledLink = "_disabledLink_5xcy1_446";
|
|
59276
|
+
const inputWrapper = "_inputWrapper_5xcy1_450";
|
|
59277
|
+
const breakWord = "_breakWord_5xcy1_466";
|
|
59278
|
+
const inputCell = "_inputCell_5xcy1_469";
|
|
59279
|
+
const sliderCell = "_sliderCell_5xcy1_472";
|
|
59280
|
+
const staticCell = "_staticCell_5xcy1_476";
|
|
59281
|
+
const staticCellContent = "_staticCellContent_5xcy1_479";
|
|
59282
|
+
const error$1 = "_error_5xcy1_493";
|
|
59283
|
+
const warning$2 = "_warning_5xcy1_494";
|
|
59284
|
+
const unit = "_unit_5xcy1_531";
|
|
59285
|
+
const sortingCell = "_sortingCell_5xcy1_534";
|
|
59286
|
+
const sortingCellIcon = "_sortingCellIcon_5xcy1_542";
|
|
59287
|
+
const icon = "_icon_5xcy1_549";
|
|
59288
|
+
const checkBoxCell = "_checkBoxCell_5xcy1_553";
|
|
59289
|
+
const iconCell = "_iconCell_5xcy1_557";
|
|
59290
|
+
const iconWrapper = "_iconWrapper_5xcy1_562";
|
|
59291
|
+
const actionsCell = "_actionsCell_5xcy1_566";
|
|
59292
|
+
const rightAligned = "_rightAligned_5xcy1_573";
|
|
59293
|
+
const centerAligned = "_centerAligned_5xcy1_579";
|
|
59294
|
+
const leftAligned = "_leftAligned_5xcy1_582";
|
|
59295
|
+
const popover = "_popover_5xcy1_585";
|
|
59296
|
+
const disabledPointerEvents = "_disabledPointerEvents_5xcy1_588";
|
|
59303
59297
|
const styles$7 = {
|
|
59304
59298
|
inputInTable: inputInTable$1,
|
|
59305
59299
|
inputHover: inputHover$1,
|
|
@@ -59308,9 +59302,8 @@ const styles$7 = {
|
|
|
59308
59302
|
inputWarning: inputWarning$1,
|
|
59309
59303
|
inputDisabled: inputDisabled$1,
|
|
59310
59304
|
hideScrollbars: hideScrollbars$1,
|
|
59311
|
-
|
|
59312
|
-
|
|
59313
|
-
cellWrapper,
|
|
59305
|
+
scrollbars: scrollbars$1,
|
|
59306
|
+
cell,
|
|
59314
59307
|
disabledLink,
|
|
59315
59308
|
inputWrapper,
|
|
59316
59309
|
breakWord,
|
|
@@ -59321,7 +59314,6 @@ const styles$7 = {
|
|
|
59321
59314
|
error: error$1,
|
|
59322
59315
|
warning: warning$2,
|
|
59323
59316
|
unit,
|
|
59324
|
-
disabled: disabled$2,
|
|
59325
59317
|
sortingCell,
|
|
59326
59318
|
sortingCellIcon,
|
|
59327
59319
|
icon,
|
|
@@ -59498,67 +59490,76 @@ const getHeaderAlignment = (alignments, isHeader, rowIndex) => {
|
|
|
59498
59490
|
}
|
|
59499
59491
|
};
|
|
59500
59492
|
const NumberInputCell = (props) => {
|
|
59501
|
-
const { cell: cell2,
|
|
59502
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
59503
|
-
|
|
59504
|
-
|
|
59505
|
-
|
|
59506
|
-
|
|
59507
|
-
|
|
59508
|
-
|
|
59509
|
-
|
|
59510
|
-
|
|
59511
|
-
|
|
59512
|
-
|
|
59513
|
-
|
|
59514
|
-
|
|
59515
|
-
|
|
59516
|
-
|
|
59493
|
+
const { cell: cell2, testId } = props;
|
|
59494
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
59495
|
+
className: styles$7.inputWrapper,
|
|
59496
|
+
children: /* @__PURE__ */ jsxRuntime.exports.jsx(NumberInput, {
|
|
59497
|
+
name: cell2.name,
|
|
59498
|
+
value: cell2.value,
|
|
59499
|
+
onChange: (ev) => cell2.onChange(ev),
|
|
59500
|
+
placeholder: cell2.placeholder,
|
|
59501
|
+
error: cell2.error,
|
|
59502
|
+
warning: cell2.warning,
|
|
59503
|
+
disabled: cell2.disabled,
|
|
59504
|
+
isInTable: true,
|
|
59505
|
+
left: cell2.left,
|
|
59506
|
+
testId,
|
|
59507
|
+
tabIndex: cell2.disabled ? -1 : 0,
|
|
59508
|
+
tooltip: cell2.tooltip,
|
|
59509
|
+
validationCallback: cell2.validationCallback,
|
|
59510
|
+
allowEmpty: cell2.allowEmpty
|
|
59511
|
+
})
|
|
59517
59512
|
});
|
|
59518
59513
|
};
|
|
59519
59514
|
const InputCell = (props) => {
|
|
59520
59515
|
const { cell: cell2, columnAlignment, testId } = props;
|
|
59521
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
59522
|
-
|
|
59523
|
-
|
|
59524
|
-
|
|
59525
|
-
|
|
59526
|
-
|
|
59527
|
-
|
|
59528
|
-
|
|
59529
|
-
|
|
59530
|
-
|
|
59531
|
-
|
|
59532
|
-
|
|
59533
|
-
|
|
59534
|
-
|
|
59516
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
59517
|
+
className: styles$7.inputWrapper,
|
|
59518
|
+
children: /* @__PURE__ */ jsxRuntime.exports.jsx(Input$1, {
|
|
59519
|
+
name: cell2.name,
|
|
59520
|
+
value: cell2.value,
|
|
59521
|
+
onChange: (ev) => cell2.onChange(ev),
|
|
59522
|
+
placeholder: cell2.placeholder,
|
|
59523
|
+
error: cell2.error,
|
|
59524
|
+
warning: cell2.warning,
|
|
59525
|
+
disabled: cell2.disabled,
|
|
59526
|
+
isInTable: true,
|
|
59527
|
+
maxTooltipWidth: cell2.maxTooltipWidth,
|
|
59528
|
+
right: columnAlignment === "right",
|
|
59529
|
+
testId,
|
|
59530
|
+
tabIndex: cell2.disabled ? -1 : 0,
|
|
59531
|
+
tooltip: cell2.tooltip
|
|
59532
|
+
})
|
|
59535
59533
|
});
|
|
59536
59534
|
};
|
|
59537
59535
|
const SelectCell = (props) => {
|
|
59538
59536
|
const { cell: cell2, columnAlignment, testId } = props;
|
|
59539
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
59540
|
-
|
|
59541
|
-
|
|
59542
|
-
|
|
59543
|
-
|
|
59544
|
-
|
|
59545
|
-
|
|
59546
|
-
|
|
59547
|
-
|
|
59548
|
-
|
|
59549
|
-
|
|
59550
|
-
|
|
59551
|
-
|
|
59552
|
-
|
|
59553
|
-
|
|
59554
|
-
|
|
59555
|
-
|
|
59556
|
-
|
|
59557
|
-
|
|
59558
|
-
|
|
59559
|
-
|
|
59560
|
-
|
|
59561
|
-
|
|
59537
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
59538
|
+
className: styles$7.inputWrapper,
|
|
59539
|
+
children: /* @__PURE__ */ jsxRuntime.exports.jsx(Select, {
|
|
59540
|
+
name: cell2.name,
|
|
59541
|
+
borderRadius: 0,
|
|
59542
|
+
menu: cell2.menu,
|
|
59543
|
+
options: cell2.options,
|
|
59544
|
+
onChange: (ev) => cell2.onChange(ev),
|
|
59545
|
+
onCreate: cell2.onCreate ? (ev) => cell2.onCreate(ev) : void 0,
|
|
59546
|
+
error: cell2.error,
|
|
59547
|
+
warning: cell2.warning,
|
|
59548
|
+
disabled: cell2.disabled,
|
|
59549
|
+
placeholder: cell2.placeholder,
|
|
59550
|
+
isInTable: true,
|
|
59551
|
+
value: cell2.value,
|
|
59552
|
+
native: cell2.native,
|
|
59553
|
+
clearable: cell2.clearable,
|
|
59554
|
+
searchable: cell2.searchable,
|
|
59555
|
+
deprecatedEventHandler: cell2.deprecatedEventHandler,
|
|
59556
|
+
maxTooltipWidth: cell2.maxTooltipWidth,
|
|
59557
|
+
width: "100%",
|
|
59558
|
+
autoLayerWidth: cell2.autoLayerWidth,
|
|
59559
|
+
right: columnAlignment === "right",
|
|
59560
|
+
testId,
|
|
59561
|
+
tabIndex: cell2.disabled ? -1 : 0
|
|
59562
|
+
})
|
|
59562
59563
|
});
|
|
59563
59564
|
};
|
|
59564
59565
|
const LinkCell = (props) => {
|
|
@@ -59609,21 +59610,18 @@ const CheckBoxCell = (props) => {
|
|
|
59609
59610
|
};
|
|
59610
59611
|
const SliderCell = (props) => {
|
|
59611
59612
|
const { cell: cell2 } = props;
|
|
59612
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
59613
|
-
|
|
59614
|
-
|
|
59615
|
-
|
|
59616
|
-
|
|
59617
|
-
|
|
59618
|
-
|
|
59619
|
-
|
|
59620
|
-
|
|
59621
|
-
|
|
59622
|
-
|
|
59623
|
-
|
|
59624
|
-
tooltipFormatter: cell2.tooltipFormatter,
|
|
59625
|
-
disabled: cell2.disabled
|
|
59626
|
-
})
|
|
59613
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(Slider, {
|
|
59614
|
+
label: cell2.label,
|
|
59615
|
+
value: cell2.value,
|
|
59616
|
+
min: cell2.min,
|
|
59617
|
+
max: cell2.max,
|
|
59618
|
+
step: cell2.step,
|
|
59619
|
+
marks: cell2.marks,
|
|
59620
|
+
onChange: (ev) => cell2.onChange(ev),
|
|
59621
|
+
showArrows: cell2.showArrows,
|
|
59622
|
+
showToolTop: cell2.showTooltip,
|
|
59623
|
+
tooltipFormatter: cell2.tooltipFormatter,
|
|
59624
|
+
disabled: cell2.disabled
|
|
59627
59625
|
});
|
|
59628
59626
|
};
|
|
59629
59627
|
const Sort = (props) => {
|
|
@@ -59688,22 +59686,12 @@ const ActionsCell = (props) => {
|
|
|
59688
59686
|
};
|
|
59689
59687
|
const StaticCell = (props) => {
|
|
59690
59688
|
const { cell: cell2, isHeader, testId } = props;
|
|
59691
|
-
const {
|
|
59692
|
-
disabled: disabled2,
|
|
59693
|
-
error: error2,
|
|
59694
|
-
warning: warning2,
|
|
59695
|
-
tooltip: tooltip2,
|
|
59696
|
-
maxTooltipWidth,
|
|
59697
|
-
hasSort,
|
|
59698
|
-
onSort,
|
|
59699
|
-
type
|
|
59700
|
-
} = cell2;
|
|
59689
|
+
const { error: error2, warning: warning2, tooltip: tooltip2, maxTooltipWidth, hasSort, onSort, type } = cell2;
|
|
59701
59690
|
const field2 = /* @__PURE__ */ jsxRuntime.exports.jsxs("div", {
|
|
59702
59691
|
className: cx$2(
|
|
59703
59692
|
styles$7.staticCellContent,
|
|
59704
59693
|
type === "Unit" ? styles$7.unit : "",
|
|
59705
|
-
error2 ? styles$7.error : warning2 ? styles$7.warning : ""
|
|
59706
|
-
disabled2 ? styles$7.disabled : ""
|
|
59694
|
+
error2 ? styles$7.error : warning2 ? styles$7.warning : ""
|
|
59707
59695
|
),
|
|
59708
59696
|
onClick: hasSort ? (evt) => onSort(evt) : () => {
|
|
59709
59697
|
},
|
|
@@ -59756,33 +59744,24 @@ const PopoverCell = (props) => {
|
|
|
59756
59744
|
})
|
|
59757
59745
|
});
|
|
59758
59746
|
};
|
|
59759
|
-
const InputCellWrapper = (props) => {
|
|
59760
|
-
const { cell: cell2, columnAlignment, testId } = props;
|
|
59761
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
59762
|
-
className: styles$7.inputWrapper,
|
|
59763
|
-
children: cell2.type === "Input" ? /* @__PURE__ */ jsxRuntime.exports.jsx(InputCell, {
|
|
59764
|
-
cell: cell2,
|
|
59765
|
-
columnAlignment,
|
|
59766
|
-
testId
|
|
59767
|
-
}) : cell2.type === "NumberInput" ? /* @__PURE__ */ jsxRuntime.exports.jsx(NumberInputCell, {
|
|
59768
|
-
cell: cell2,
|
|
59769
|
-
columnAlignment,
|
|
59770
|
-
testId
|
|
59771
|
-
}) : cell2.type === "Select" ? /* @__PURE__ */ jsxRuntime.exports.jsx(SelectCell, {
|
|
59772
|
-
cell: cell2,
|
|
59773
|
-
columnAlignment,
|
|
59774
|
-
testId
|
|
59775
|
-
}) : null
|
|
59776
|
-
});
|
|
59777
|
-
};
|
|
59778
59747
|
const CellWrapper = (props) => {
|
|
59779
59748
|
const { cell: cell2, isHeader, columnAlignment, testId } = props;
|
|
59780
59749
|
if (cell2) {
|
|
59781
59750
|
switch (cell2.type) {
|
|
59782
59751
|
case "Input":
|
|
59752
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(InputCell, {
|
|
59753
|
+
cell: cell2,
|
|
59754
|
+
columnAlignment,
|
|
59755
|
+
testId
|
|
59756
|
+
});
|
|
59783
59757
|
case "NumberInput":
|
|
59758
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(NumberInputCell, {
|
|
59759
|
+
cell: cell2,
|
|
59760
|
+
columnAlignment,
|
|
59761
|
+
testId
|
|
59762
|
+
});
|
|
59784
59763
|
case "Select":
|
|
59785
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
59764
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(SelectCell, {
|
|
59786
59765
|
cell: cell2,
|
|
59787
59766
|
columnAlignment,
|
|
59788
59767
|
testId
|
|
@@ -59841,20 +59820,33 @@ const Cell = (props) => {
|
|
|
59841
59820
|
};
|
|
59842
59821
|
const cellAlignmentStyle = getCellAlignment(alignment, styles$7);
|
|
59843
59822
|
const cellAlignmentText = getCellAlignment(alignment, styles$7, true);
|
|
59823
|
+
const cellTypeClassname = (type) => {
|
|
59824
|
+
switch (type) {
|
|
59825
|
+
case "Input":
|
|
59826
|
+
case "NumberInput":
|
|
59827
|
+
case "Select":
|
|
59828
|
+
case "Popover":
|
|
59829
|
+
return styles$7.inputCell;
|
|
59830
|
+
case "Slider":
|
|
59831
|
+
return styles$7.sliderCell;
|
|
59832
|
+
case "CheckBox":
|
|
59833
|
+
return styles$7.checkBoxCell;
|
|
59834
|
+
case "Actions":
|
|
59835
|
+
return styles$7.actionsCell;
|
|
59836
|
+
case "Icon":
|
|
59837
|
+
return styles$7.iconCell;
|
|
59838
|
+
default:
|
|
59839
|
+
return styles$7.staticCell;
|
|
59840
|
+
}
|
|
59841
|
+
};
|
|
59844
59842
|
const className = cx$2(
|
|
59845
|
-
styles$7.
|
|
59846
|
-
cell2.type
|
|
59847
|
-
cell2.type === "Slider" ? styles$7.sliderCell : "",
|
|
59848
|
-
cell2.type === "CheckBox" ? styles$7.checkBoxCell : "",
|
|
59849
|
-
cell2.type === "Actions" ? styles$7.actionsCell : "",
|
|
59850
|
-
cell2.type === "Icon" ? styles$7.iconCell : "",
|
|
59851
|
-
cell2.type === "Static" || cell2.type === "Link" || !cell2.type ? styles$7.staticCell : "",
|
|
59843
|
+
styles$7.cell,
|
|
59844
|
+
cellTypeClassname(cell2.type),
|
|
59852
59845
|
cell2.hasSort ? styles$7.sortingCell : null,
|
|
59853
59846
|
cellAlignmentStyle,
|
|
59854
59847
|
cell2.breakWord ? styles$7.breakWord : ""
|
|
59855
59848
|
);
|
|
59856
|
-
const
|
|
59857
|
-
const width = isWidthCustomSelect ? "1%" : widthProp && !(colSpan && colSpan > 1) ? widthProp : (snapshot == null ? void 0 : snapshot.isDragging) && ref2.current ? ref2.current.offsetWidth : void 0;
|
|
59849
|
+
const width = widthProp && !(colSpan && colSpan > 1) ? widthProp : (snapshot == null ? void 0 : snapshot.isDragging) && ref2.current ? ref2.current.offsetWidth : void 0;
|
|
59858
59850
|
const style2 = { ...styleProp, width };
|
|
59859
59851
|
const Element2 = isHeader ? "th" : "td";
|
|
59860
59852
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(Element2, {
|
|
@@ -60085,13 +60077,13 @@ Cell.propTypes = {
|
|
|
60085
60077
|
cell: cellShape,
|
|
60086
60078
|
testId: propTypes$1.exports.string
|
|
60087
60079
|
};
|
|
60088
|
-
const clickableRow = "
|
|
60089
|
-
const hoverableRow = "
|
|
60090
|
-
const rowActive = "
|
|
60091
|
-
const expandableRow = "
|
|
60092
|
-
const flush2 = "
|
|
60093
|
-
const dragIconCell = "
|
|
60094
|
-
const dragIcon = "
|
|
60080
|
+
const clickableRow = "_clickableRow_csbon_337";
|
|
60081
|
+
const hoverableRow = "_hoverableRow_csbon_340";
|
|
60082
|
+
const rowActive = "_rowActive_csbon_340";
|
|
60083
|
+
const expandableRow = "_expandableRow_csbon_344";
|
|
60084
|
+
const flush2 = "_flush_csbon_344";
|
|
60085
|
+
const dragIconCell = "_dragIconCell_csbon_364";
|
|
60086
|
+
const dragIcon = "_dragIcon_csbon_364";
|
|
60095
60087
|
const styles$6 = {
|
|
60096
60088
|
clickableRow,
|
|
60097
60089
|
hoverableRow,
|
|
@@ -60121,8 +60113,6 @@ const Row = (props) => {
|
|
|
60121
60113
|
columnWidths,
|
|
60122
60114
|
colSpan,
|
|
60123
60115
|
hasRowActions: hasRowActions2,
|
|
60124
|
-
rowsMetaData,
|
|
60125
|
-
setRowsMetaData,
|
|
60126
60116
|
provided,
|
|
60127
60117
|
snapshot,
|
|
60128
60118
|
draggableTable,
|
|
@@ -60135,24 +60125,6 @@ const Row = (props) => {
|
|
|
60135
60125
|
isHeader,
|
|
60136
60126
|
rowIndex
|
|
60137
60127
|
);
|
|
60138
|
-
if (rowsMetaData && setRowsMetaData) {
|
|
60139
|
-
useEffect(() => {
|
|
60140
|
-
if (targetRef.current) {
|
|
60141
|
-
setRowsMetaData((data) => {
|
|
60142
|
-
const lastElement = data[data.length - 1];
|
|
60143
|
-
return [
|
|
60144
|
-
...data,
|
|
60145
|
-
{
|
|
60146
|
-
width: targetRef.current.offsetWidth,
|
|
60147
|
-
height: targetRef.current.offsetHeight,
|
|
60148
|
-
isHeader: !!isHeader,
|
|
60149
|
-
stickyOffset: lastElement ? lastElement.height + lastElement.stickyOffset : 0
|
|
60150
|
-
}
|
|
60151
|
-
];
|
|
60152
|
-
});
|
|
60153
|
-
}
|
|
60154
|
-
}, []);
|
|
60155
|
-
}
|
|
60156
60128
|
const {
|
|
60157
60129
|
onRowClick,
|
|
60158
60130
|
onRowFocus,
|
|
@@ -60205,18 +60177,6 @@ const Row = (props) => {
|
|
|
60205
60177
|
})
|
|
60206
60178
|
});
|
|
60207
60179
|
};
|
|
60208
|
-
const stickyStyle = () => {
|
|
60209
|
-
let styles2 = {};
|
|
60210
|
-
const rowMetaData = rowsMetaData ? rowsMetaData[rowIndex] : void 0;
|
|
60211
|
-
if (rowMetaData) {
|
|
60212
|
-
styles2 = {
|
|
60213
|
-
position: "sticky",
|
|
60214
|
-
zIndex: 4,
|
|
60215
|
-
top: rowMetaData.stickyOffset ? `${rowMetaData.stickyOffset}px` : 0
|
|
60216
|
-
};
|
|
60217
|
-
}
|
|
60218
|
-
return styles2;
|
|
60219
|
-
};
|
|
60220
60180
|
return isHeader ? /* @__PURE__ */ jsxRuntime.exports.jsxs(jsxRuntime.exports.Fragment, {
|
|
60221
60181
|
children: [
|
|
60222
60182
|
/* @__PURE__ */ jsxRuntime.exports.jsxs("tr", {
|
|
@@ -60229,7 +60189,6 @@ const Row = (props) => {
|
|
|
60229
60189
|
onRowClick ? styles$6.clickableRow : null,
|
|
60230
60190
|
onRowMouseEnter ? styles$6.hoverableRow : null
|
|
60231
60191
|
),
|
|
60232
|
-
style: { ...stickyStyle() },
|
|
60233
60192
|
children: [
|
|
60234
60193
|
draggableTable ? /* @__PURE__ */ jsxRuntime.exports.jsx(Cell, {
|
|
60235
60194
|
isHeader: true
|
|
@@ -60346,12 +60305,12 @@ const hasRowActions = (rows, headers) => {
|
|
|
60346
60305
|
const TableScrollWrapper = ({ table: table2, children }) => {
|
|
60347
60306
|
const {
|
|
60348
60307
|
fixedWidth: width,
|
|
60349
|
-
maxHeight
|
|
60308
|
+
maxHeight,
|
|
60350
60309
|
rows,
|
|
60351
60310
|
infiniteScroll,
|
|
60352
60311
|
bordered: bordered2 = true
|
|
60353
60312
|
} = table2;
|
|
60354
|
-
const pageSize = Math.ceil(window.innerHeight /
|
|
60313
|
+
const pageSize = Math.ceil(window.innerHeight / 32);
|
|
60355
60314
|
const [visibleRows, setVisibleRows] = infiniteScroll ? useState(pageSize) : [rows.length, null];
|
|
60356
60315
|
const [hasMore, setHasMore] = infiniteScroll ? useState(visibleRows < rows.length) : [false, null];
|
|
60357
60316
|
const loadMoreItems = () => {
|
|
@@ -60366,10 +60325,10 @@ const TableScrollWrapper = ({ table: table2, children }) => {
|
|
|
60366
60325
|
className: cx$2(
|
|
60367
60326
|
styles$a.scrollWrapper,
|
|
60368
60327
|
bordered2 ? styles$a.bordered : "",
|
|
60369
|
-
|
|
60328
|
+
maxHeight ? styles$a.maxHeight : ""
|
|
60370
60329
|
),
|
|
60371
60330
|
style: {
|
|
60372
|
-
maxHeight
|
|
60331
|
+
maxHeight,
|
|
60373
60332
|
width,
|
|
60374
60333
|
display: width === "auto" ? "inline-block" : null
|
|
60375
60334
|
},
|
|
@@ -60387,7 +60346,6 @@ const Table = (props) => {
|
|
|
60387
60346
|
var _a, _b, _c, _d, _e2, _f, _g;
|
|
60388
60347
|
const { onListReorder, table: propTable } = props;
|
|
60389
60348
|
const {
|
|
60390
|
-
fixedWidth,
|
|
60391
60349
|
columnWidths,
|
|
60392
60350
|
footer: footer2,
|
|
60393
60351
|
name: name2,
|
|
@@ -60396,7 +60354,6 @@ const Table = (props) => {
|
|
|
60396
60354
|
actionsRight,
|
|
60397
60355
|
columnHeaderAlignments,
|
|
60398
60356
|
columnAlignment,
|
|
60399
|
-
stickyHeaders,
|
|
60400
60357
|
striped: striped2 = true,
|
|
60401
60358
|
testId,
|
|
60402
60359
|
draggable: draggable2,
|
|
@@ -60417,7 +60374,6 @@ const Table = (props) => {
|
|
|
60417
60374
|
const columnCount = getColumnCount(propRows, headers);
|
|
60418
60375
|
const rowActions = hasRowActions(propRows, headers);
|
|
60419
60376
|
const colSpan = columnCount + (rowActions ? 1 : 0);
|
|
60420
|
-
const [rowsMetaData, setRowsMetaData] = useState([]);
|
|
60421
60377
|
const isLastPage = footer2 ? ((_b = (_a = footer2 == null ? void 0 : footer2.pagination) == null ? void 0 : _a.rowsPerPage) == null ? void 0 : _b.value) === 0 || ((_c = footer2 == null ? void 0 : footer2.pagination) == null ? void 0 : _c.selectedPage) >= ((_d = footer2 == null ? void 0 : footer2.pagination) == null ? void 0 : _d.rowCount) / ((_f = (_e2 = footer2 == null ? void 0 : footer2.pagination) == null ? void 0 : _e2.rowsPerPage) == null ? void 0 : _f.value) : true;
|
|
60422
60378
|
const addEmptyTempRow = ((_g = defaultEmptyRow == null ? void 0 : defaultEmptyRow.cells) == null ? void 0 : _g.length) && onAddRow && isLastPage;
|
|
60423
60379
|
const tempEmptyCells = addEmptyTempRow ? defaultEmptyRow.cells.map((cell2, i) => {
|
|
@@ -60492,8 +60448,6 @@ const Table = (props) => {
|
|
|
60492
60448
|
hasRowActions: rowActions,
|
|
60493
60449
|
columnAlignment,
|
|
60494
60450
|
columnHeaderAlignments,
|
|
60495
|
-
rowsMetaData: stickyHeaders ? rowsMetaData : void 0,
|
|
60496
|
-
setRowsMetaData: stickyHeaders ? setRowsMetaData : void 0,
|
|
60497
60451
|
draggableTable: draggable2
|
|
60498
60452
|
}, `0_${rowIndex}`);
|
|
60499
60453
|
})
|
|
@@ -60559,9 +60513,7 @@ const Table = (props) => {
|
|
|
60559
60513
|
colSpan,
|
|
60560
60514
|
hasRowActions: rowActions,
|
|
60561
60515
|
columnAlignment,
|
|
60562
|
-
columnHeaderAlignments
|
|
60563
|
-
rowsMetaData: stickyHeaders ? rowsMetaData : void 0,
|
|
60564
|
-
setRowsMetaData: stickyHeaders ? setRowsMetaData : void 0
|
|
60516
|
+
columnHeaderAlignments
|
|
60565
60517
|
}, `0_${rowIndex}`);
|
|
60566
60518
|
})
|
|
60567
60519
|
]
|
|
@@ -60614,7 +60566,6 @@ Table.propTypes = {
|
|
|
60614
60566
|
propTypes$1.exports.oneOf(["left", "right", "center", ""])
|
|
60615
60567
|
),
|
|
60616
60568
|
infiniteScroll: propTypes$1.exports.bool,
|
|
60617
|
-
stickyHeaders: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.bool]),
|
|
60618
60569
|
headers: propTypes$1.exports.arrayOf(rowShape),
|
|
60619
60570
|
rows: propTypes$1.exports.arrayOf(rowShape),
|
|
60620
60571
|
draggable: propTypes$1.exports.bool,
|
|
@@ -60627,20 +60578,21 @@ Table.propTypes = {
|
|
|
60627
60578
|
striped: propTypes$1.exports.bool,
|
|
60628
60579
|
testId: propTypes$1.exports.string,
|
|
60629
60580
|
onAddRow: propTypes$1.exports.func,
|
|
60630
|
-
defaultEmptyRow: propTypes$1.exports.object
|
|
60581
|
+
defaultEmptyRow: propTypes$1.exports.object,
|
|
60582
|
+
stickyHeaders: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.bool])
|
|
60631
60583
|
}).isRequired,
|
|
60632
60584
|
onListReorder: propTypes$1.exports.func
|
|
60633
60585
|
};
|
|
60634
|
-
const tabs = "
|
|
60635
|
-
const padding = "
|
|
60636
|
-
const margin = "
|
|
60637
|
-
const contentPadding = "
|
|
60638
|
-
const item$1 = "
|
|
60639
|
-
const active$1 = "
|
|
60640
|
-
const hidden = "
|
|
60641
|
-
const disabled$1 = "
|
|
60642
|
-
const left$1 = "
|
|
60643
|
-
const right$1 = "
|
|
60586
|
+
const tabs = "_tabs_1otxk_337";
|
|
60587
|
+
const padding = "_padding_1otxk_343";
|
|
60588
|
+
const margin = "_margin_1otxk_347";
|
|
60589
|
+
const contentPadding = "_contentPadding_1otxk_350";
|
|
60590
|
+
const item$1 = "_item_1otxk_353";
|
|
60591
|
+
const active$1 = "_active_1otxk_382";
|
|
60592
|
+
const hidden = "_hidden_1otxk_387";
|
|
60593
|
+
const disabled$1 = "_disabled_1otxk_390";
|
|
60594
|
+
const left$1 = "_left_1otxk_394";
|
|
60595
|
+
const right$1 = "_right_1otxk_394";
|
|
60644
60596
|
const styles$5 = {
|
|
60645
60597
|
tabs,
|
|
60646
60598
|
padding,
|
|
@@ -60868,18 +60820,19 @@ TextLink.propTypes = {
|
|
|
60868
60820
|
target: propTypes$1.exports.string,
|
|
60869
60821
|
testId: propTypes$1.exports.string
|
|
60870
60822
|
};
|
|
60871
|
-
const inputInTable = "
|
|
60872
|
-
const inputHover = "
|
|
60873
|
-
const inputFocus = "
|
|
60874
|
-
const inputError = "
|
|
60875
|
-
const inputWarning = "
|
|
60876
|
-
const inputDisabled = "
|
|
60877
|
-
const hideScrollbars = "
|
|
60878
|
-
const
|
|
60879
|
-
const
|
|
60880
|
-
const
|
|
60881
|
-
const
|
|
60882
|
-
const
|
|
60823
|
+
const inputInTable = "_inputInTable_10lcj_337";
|
|
60824
|
+
const inputHover = "_inputHover_10lcj_346";
|
|
60825
|
+
const inputFocus = "_inputFocus_10lcj_351";
|
|
60826
|
+
const inputError = "_inputError_10lcj_358";
|
|
60827
|
+
const inputWarning = "_inputWarning_10lcj_359";
|
|
60828
|
+
const inputDisabled = "_inputDisabled_10lcj_394";
|
|
60829
|
+
const hideScrollbars = "_hideScrollbars_10lcj_399";
|
|
60830
|
+
const scrollbars = "_scrollbars_10lcj_409";
|
|
60831
|
+
const textarea = "_textarea_10lcj_436";
|
|
60832
|
+
const small$1 = "_small_10lcj_473";
|
|
60833
|
+
const error = "_error_10lcj_479";
|
|
60834
|
+
const warning$1 = "_warning_10lcj_496";
|
|
60835
|
+
const monospace = "_monospace_10lcj_513";
|
|
60883
60836
|
const styles$4 = {
|
|
60884
60837
|
inputInTable,
|
|
60885
60838
|
inputHover,
|
|
@@ -60888,6 +60841,7 @@ const styles$4 = {
|
|
|
60888
60841
|
inputWarning,
|
|
60889
60842
|
inputDisabled,
|
|
60890
60843
|
hideScrollbars,
|
|
60844
|
+
scrollbars,
|
|
60891
60845
|
textarea,
|
|
60892
60846
|
small: small$1,
|
|
60893
60847
|
error,
|
|
@@ -62072,10 +62026,10 @@ const toast = ({ id: id2, message: message2, autoClose = 6e3, onClose }) => {
|
|
|
62072
62026
|
type: toastType
|
|
62073
62027
|
});
|
|
62074
62028
|
};
|
|
62075
|
-
const toggle$1 = "
|
|
62076
|
-
const small = "
|
|
62077
|
-
const disabled = "
|
|
62078
|
-
const noMargin = "
|
|
62029
|
+
const toggle$1 = "_toggle_wb0k2_345";
|
|
62030
|
+
const small = "_small_wb0k2_360";
|
|
62031
|
+
const disabled = "_disabled_wb0k2_432";
|
|
62032
|
+
const noMargin = "_noMargin_wb0k2_443";
|
|
62079
62033
|
const styles$3 = {
|
|
62080
62034
|
toggle: toggle$1,
|
|
62081
62035
|
small,
|
|
@@ -62151,21 +62105,21 @@ Toggle.propTypes = {
|
|
|
62151
62105
|
helpText: propTypes$1.exports.string,
|
|
62152
62106
|
onClickHelp: propTypes$1.exports.func
|
|
62153
62107
|
};
|
|
62154
|
-
const topbar = "
|
|
62155
|
-
const fixed = "
|
|
62156
|
-
const title = "
|
|
62157
|
-
const logo = "
|
|
62158
|
-
const label = "
|
|
62159
|
-
const brand = "
|
|
62160
|
-
const version = "
|
|
62161
|
-
const left = "
|
|
62162
|
-
const right = "
|
|
62163
|
-
const item = "
|
|
62164
|
-
const link = "
|
|
62165
|
-
const button = "
|
|
62166
|
-
const menu = "
|
|
62167
|
-
const active = "
|
|
62168
|
-
const alert = "
|
|
62108
|
+
const topbar = "_topbar_12wve_345";
|
|
62109
|
+
const fixed = "_fixed_12wve_356";
|
|
62110
|
+
const title = "_title_12wve_364";
|
|
62111
|
+
const logo = "_logo_12wve_380";
|
|
62112
|
+
const label = "_label_12wve_383";
|
|
62113
|
+
const brand = "_brand_12wve_388";
|
|
62114
|
+
const version = "_version_12wve_393";
|
|
62115
|
+
const left = "_left_12wve_401";
|
|
62116
|
+
const right = "_right_12wve_402";
|
|
62117
|
+
const item = "_item_12wve_419";
|
|
62118
|
+
const link = "_link_12wve_420";
|
|
62119
|
+
const button = "_button_12wve_432";
|
|
62120
|
+
const menu = "_menu_12wve_433";
|
|
62121
|
+
const active = "_active_12wve_461";
|
|
62122
|
+
const alert = "_alert_12wve_486";
|
|
62169
62123
|
const styles$2 = {
|
|
62170
62124
|
topbar,
|
|
62171
62125
|
fixed,
|
|
@@ -74105,12 +74059,12 @@ function AiOutlineMinusSquare(props) {
|
|
|
74105
74059
|
function AiOutlinePlusSquare(props) {
|
|
74106
74060
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 1024 1024" }, "child": [{ "tag": "path", "attr": { "d": "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attr": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] })(props);
|
|
74107
74061
|
}
|
|
74108
|
-
const tree = "
|
|
74109
|
-
const toggle = "
|
|
74110
|
-
const dropTarget = "
|
|
74111
|
-
const draggingSource = "
|
|
74112
|
-
const placeholderContainer = "
|
|
74113
|
-
const placeholder2 = "
|
|
74062
|
+
const tree = "_tree_16l8u_337";
|
|
74063
|
+
const toggle = "_toggle_16l8u_340";
|
|
74064
|
+
const dropTarget = "_dropTarget_16l8u_344";
|
|
74065
|
+
const draggingSource = "_draggingSource_16l8u_347";
|
|
74066
|
+
const placeholderContainer = "_placeholderContainer_16l8u_350";
|
|
74067
|
+
const placeholder2 = "_placeholder_16l8u_350";
|
|
74114
74068
|
const styles = {
|
|
74115
74069
|
tree,
|
|
74116
74070
|
toggle,
|