@oliasoft-open-source/react-ui-library 3.11.0-beta-4 → 4.0.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 +1598 -1718
- package/dist/index.js +691 -641
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2130,8 +2130,8 @@ function FaRegCircle(props) {
|
|
|
2130
2130
|
function FaRegCopy(props) {
|
|
2131
2131
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 448 512" }, "child": [{ "tag": "path", "attr": { "d": "M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z" } }] })(props);
|
|
2132
2132
|
}
|
|
2133
|
-
const chevron = "
|
|
2134
|
-
const expanded$2 = "
|
|
2133
|
+
const chevron = "_chevron_1blrq_335";
|
|
2134
|
+
const expanded$2 = "_expanded_1blrq_341";
|
|
2135
2135
|
const styles$T = {
|
|
2136
2136
|
chevron,
|
|
2137
2137
|
expanded: expanded$2
|
|
@@ -2143,15 +2143,15 @@ const Chevron = ({ expanded: expanded2 }) => {
|
|
|
2143
2143
|
className: cx$2(styles$T.chevron)
|
|
2144
2144
|
});
|
|
2145
2145
|
};
|
|
2146
|
-
const accordion = "
|
|
2147
|
-
const accordionHeader = "
|
|
2148
|
-
const heading$6 = "
|
|
2149
|
-
const clickable$2 = "
|
|
2150
|
-
const bordered$4 = "
|
|
2151
|
-
const accordionContent = "
|
|
2152
|
-
const expanded$1 = "
|
|
2153
|
-
const padding$3 = "
|
|
2154
|
-
const squareBottom = "
|
|
2146
|
+
const accordion = "_accordion_1yewz_335";
|
|
2147
|
+
const accordionHeader = "_accordionHeader_1yewz_339";
|
|
2148
|
+
const heading$6 = "_heading_1yewz_343";
|
|
2149
|
+
const clickable$2 = "_clickable_1yewz_346";
|
|
2150
|
+
const bordered$4 = "_bordered_1yewz_352";
|
|
2151
|
+
const accordionContent = "_accordionContent_1yewz_352";
|
|
2152
|
+
const expanded$1 = "_expanded_1yewz_365";
|
|
2153
|
+
const padding$3 = "_padding_1yewz_374";
|
|
2154
|
+
const squareBottom = "_squareBottom_1yewz_377";
|
|
2155
2155
|
const styles$S = {
|
|
2156
2156
|
accordion,
|
|
2157
2157
|
accordionHeader,
|
|
@@ -2276,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_19ok6_335";
|
|
2280
|
+
const noLabel = "_noLabel_19ok6_350";
|
|
2281
|
+
const small$e = "_small_19ok6_353";
|
|
2282
|
+
const checkmark = "_checkmark_19ok6_378";
|
|
2283
|
+
const disabled$a = "_disabled_19ok6_399";
|
|
2284
|
+
const noMargin$2 = "_noMargin_19ok6_413";
|
|
2285
|
+
const isInTable$4 = "_isInTable_19ok6_416";
|
|
2286
2286
|
const styles$R = {
|
|
2287
2287
|
checkbox,
|
|
2288
2288
|
noLabel,
|
|
2289
2289
|
small: small$e,
|
|
2290
2290
|
checkmark,
|
|
2291
|
-
disabled: disabled$
|
|
2291
|
+
disabled: disabled$a,
|
|
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_1jqh5_335";
|
|
4274
|
+
const error$9 = "_error_1jqh5_349";
|
|
4275
|
+
const warning$d = "_warning_1jqh5_353";
|
|
4276
4276
|
const styles$Q = {
|
|
4277
4277
|
tooltip,
|
|
4278
4278
|
error: error$9,
|
|
@@ -4598,10 +4598,10 @@ CheckBox.propTypes = {
|
|
|
4598
4598
|
helpText: propTypes$1.exports.string,
|
|
4599
4599
|
onClickHelp: propTypes$1.exports.func
|
|
4600
4600
|
};
|
|
4601
|
-
const bordered$3 = "
|
|
4602
|
-
const checkboxWrapper = "
|
|
4603
|
-
const padding$2 = "
|
|
4604
|
-
const contentWrapper = "
|
|
4601
|
+
const bordered$3 = "_bordered_1wn17_335";
|
|
4602
|
+
const checkboxWrapper = "_checkboxWrapper_1wn17_341";
|
|
4603
|
+
const padding$2 = "_padding_1wn17_347";
|
|
4604
|
+
const contentWrapper = "_contentWrapper_1wn17_350";
|
|
4605
4605
|
const styles$O = {
|
|
4606
4606
|
bordered: bordered$3,
|
|
4607
4607
|
checkboxWrapper,
|
|
@@ -10836,10 +10836,10 @@ const DeprecatedIcon = ({ icon: icon2 }) => {
|
|
|
10836
10836
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(FaRegCircle, {});
|
|
10837
10837
|
}
|
|
10838
10838
|
};
|
|
10839
|
-
const wrapper$4 = "
|
|
10840
|
-
const customSvg = "
|
|
10841
|
-
const customPng = "
|
|
10842
|
-
const clickable = "
|
|
10839
|
+
const wrapper$4 = "_wrapper_124bw_335";
|
|
10840
|
+
const customSvg = "_customSvg_124bw_342";
|
|
10841
|
+
const customPng = "_customPng_124bw_345";
|
|
10842
|
+
const clickable = "_clickable_124bw_350";
|
|
10843
10843
|
const styles$N = {
|
|
10844
10844
|
wrapper: wrapper$4,
|
|
10845
10845
|
customSvg,
|
|
@@ -10894,34 +10894,34 @@ Icon.propTypes = {
|
|
|
10894
10894
|
clickable: propTypes$1.exports.bool,
|
|
10895
10895
|
testId: propTypes$1.exports.string
|
|
10896
10896
|
};
|
|
10897
|
-
const wrapper$3 = "
|
|
10898
|
-
const layer$1 = "
|
|
10899
|
-
const layerContainer$1 = "
|
|
10900
|
-
const nested = "
|
|
10901
|
-
const fileInput$1 = "
|
|
10902
|
-
const trigger$2 = "
|
|
10903
|
-
const middleAlignedInline = "
|
|
10904
|
-
const heading$5 = "
|
|
10905
|
-
const headingIcon = "
|
|
10906
|
-
const option$1 = "
|
|
10907
|
-
const active$8 = "
|
|
10908
|
-
const selected$1 = "
|
|
10909
|
-
const optionContent$1 = "
|
|
10910
|
-
const inline$4 = "
|
|
10911
|
-
const icon$5 = "
|
|
10912
|
-
const check$1 = "
|
|
10913
|
-
const text$3 = "
|
|
10914
|
-
const label$a = "
|
|
10915
|
-
const description = "
|
|
10916
|
-
const arrow$1 = "
|
|
10917
|
-
const divider$1 = "
|
|
10918
|
-
const deprecatedSemanticIcon = "
|
|
10919
|
-
const disabled$
|
|
10920
|
-
const buttonLabel = "
|
|
10921
|
-
const buttonCaret = "
|
|
10922
|
-
const component = "
|
|
10923
|
-
const right$7 = "
|
|
10924
|
-
const actions$2 = "
|
|
10897
|
+
const wrapper$3 = "_wrapper_1fg45_335";
|
|
10898
|
+
const layer$1 = "_layer_1fg45_339";
|
|
10899
|
+
const layerContainer$1 = "_layerContainer_1fg45_342";
|
|
10900
|
+
const nested = "_nested_1fg45_357";
|
|
10901
|
+
const fileInput$1 = "_fileInput_1fg45_369";
|
|
10902
|
+
const trigger$2 = "_trigger_1fg45_375";
|
|
10903
|
+
const middleAlignedInline = "_middleAlignedInline_1fg45_384";
|
|
10904
|
+
const heading$5 = "_heading_1fg45_390";
|
|
10905
|
+
const headingIcon = "_headingIcon_1fg45_396";
|
|
10906
|
+
const option$1 = "_option_1fg45_408";
|
|
10907
|
+
const active$8 = "_active_1fg45_425";
|
|
10908
|
+
const selected$1 = "_selected_1fg45_430";
|
|
10909
|
+
const optionContent$1 = "_optionContent_1fg45_437";
|
|
10910
|
+
const inline$4 = "_inline_1fg45_442";
|
|
10911
|
+
const icon$5 = "_icon_1fg45_447";
|
|
10912
|
+
const check$1 = "_check_1fg45_448";
|
|
10913
|
+
const text$3 = "_text_1fg45_474";
|
|
10914
|
+
const label$a = "_label_1fg45_479";
|
|
10915
|
+
const description = "_description_1fg45_490";
|
|
10916
|
+
const arrow$1 = "_arrow_1fg45_494";
|
|
10917
|
+
const divider$1 = "_divider_1fg45_498";
|
|
10918
|
+
const deprecatedSemanticIcon = "_deprecatedSemanticIcon_1fg45_502";
|
|
10919
|
+
const disabled$9 = "_disabled_1fg45_506";
|
|
10920
|
+
const buttonLabel = "_buttonLabel_1fg45_511";
|
|
10921
|
+
const buttonCaret = "_buttonCaret_1fg45_518";
|
|
10922
|
+
const component = "_component_1fg45_521";
|
|
10923
|
+
const right$7 = "_right_1fg45_527";
|
|
10924
|
+
const actions$2 = "_actions_1fg45_532";
|
|
10925
10925
|
const styles$M = {
|
|
10926
10926
|
wrapper: wrapper$3,
|
|
10927
10927
|
layer: layer$1,
|
|
@@ -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$9,
|
|
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: maxHeight2
|
|
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: maxHeight2,
|
|
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: maxHeight2,
|
|
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: maxHeight2 },
|
|
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: maxHeight2
|
|
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_kb8eo_335";
|
|
11176
|
+
const badge = "_badge_kb8eo_339";
|
|
11177
|
+
const label$9 = "_label_kb8eo_344";
|
|
11178
|
+
const dark$1 = "_dark_kb8eo_356";
|
|
11179
|
+
const light = "_light_kb8eo_359";
|
|
11180
|
+
const small$d = "_small_kb8eo_362";
|
|
11181
|
+
const dot = "_dot_kb8eo_368";
|
|
11182
|
+
const hasChildren = "_hasChildren_kb8eo_373";
|
|
11183
11183
|
const styles$L = {
|
|
11184
11184
|
wrapper: wrapper$2,
|
|
11185
11185
|
badge,
|
|
@@ -11235,33 +11235,32 @@ Badge.propTypes = {
|
|
|
11235
11235
|
margin: propTypes$1.exports.string,
|
|
11236
11236
|
small: propTypes$1.exports.bool
|
|
11237
11237
|
};
|
|
11238
|
-
const inputInTable$b = "
|
|
11239
|
-
const inputHover$b = "
|
|
11240
|
-
const inputFocus$b = "
|
|
11241
|
-
const inputError$b = "
|
|
11242
|
-
const inputWarning$b = "
|
|
11243
|
-
const inputDisabled$b = "
|
|
11244
|
-
const hideScrollbars$b = "
|
|
11245
|
-
const
|
|
11246
|
-
const
|
|
11247
|
-
const
|
|
11248
|
-
const
|
|
11249
|
-
const
|
|
11250
|
-
const
|
|
11251
|
-
const
|
|
11252
|
-
const
|
|
11253
|
-
const
|
|
11254
|
-
const
|
|
11255
|
-
const
|
|
11256
|
-
const
|
|
11257
|
-
const
|
|
11258
|
-
const
|
|
11259
|
-
const
|
|
11260
|
-
const
|
|
11261
|
-
const
|
|
11262
|
-
const
|
|
11263
|
-
const
|
|
11264
|
-
const groupOrderLast$4 = "_groupOrderLast_gtaak_718";
|
|
11238
|
+
const inputInTable$b = "_inputInTable_1jbq5_335";
|
|
11239
|
+
const inputHover$b = "_inputHover_1jbq5_341";
|
|
11240
|
+
const inputFocus$b = "_inputFocus_1jbq5_346";
|
|
11241
|
+
const inputError$b = "_inputError_1jbq5_353";
|
|
11242
|
+
const inputWarning$b = "_inputWarning_1jbq5_354";
|
|
11243
|
+
const inputDisabled$b = "_inputDisabled_1jbq5_389";
|
|
11244
|
+
const hideScrollbars$b = "_hideScrollbars_1jbq5_394";
|
|
11245
|
+
const button$3 = "_button_1jbq5_438";
|
|
11246
|
+
const active$7 = "_active_1jbq5_475";
|
|
11247
|
+
const green$1 = "_green_1jbq5_475";
|
|
11248
|
+
const red$1 = "_red_1jbq5_475";
|
|
11249
|
+
const orange$1 = "_orange_1jbq5_475";
|
|
11250
|
+
const icon$4 = "_icon_1jbq5_487";
|
|
11251
|
+
const iconOnly = "_iconOnly_1jbq5_494";
|
|
11252
|
+
const basic = "_basic_1jbq5_504";
|
|
11253
|
+
const muted$2 = "_muted_1jbq5_510";
|
|
11254
|
+
const disabled$8 = "_disabled_1jbq5_523";
|
|
11255
|
+
const small$c = "_small_1jbq5_533";
|
|
11256
|
+
const pill = "_pill_1jbq5_538";
|
|
11257
|
+
const round = "_round_1jbq5_539";
|
|
11258
|
+
const error$8 = "_error_1jbq5_616";
|
|
11259
|
+
const warning$c = "_warning_1jbq5_633";
|
|
11260
|
+
const inverted$1 = "_inverted_1jbq5_650";
|
|
11261
|
+
const groupOrderFirst$4 = "_groupOrderFirst_1jbq5_684";
|
|
11262
|
+
const groupOrderMiddle$4 = "_groupOrderMiddle_1jbq5_685";
|
|
11263
|
+
const groupOrderLast$4 = "_groupOrderLast_1jbq5_686";
|
|
11265
11264
|
const buttonStyles = {
|
|
11266
11265
|
inputInTable: inputInTable$b,
|
|
11267
11266
|
inputHover: inputHover$b,
|
|
@@ -11270,7 +11269,6 @@ const buttonStyles = {
|
|
|
11270
11269
|
inputWarning: inputWarning$b,
|
|
11271
11270
|
inputDisabled: inputDisabled$b,
|
|
11272
11271
|
hideScrollbars: hideScrollbars$b,
|
|
11273
|
-
scrollbars: scrollbars$b,
|
|
11274
11272
|
button: button$3,
|
|
11275
11273
|
active: active$7,
|
|
11276
11274
|
green: green$1,
|
|
@@ -11280,7 +11278,7 @@ const buttonStyles = {
|
|
|
11280
11278
|
iconOnly,
|
|
11281
11279
|
basic,
|
|
11282
11280
|
muted: muted$2,
|
|
11283
|
-
disabled: disabled$
|
|
11281
|
+
disabled: disabled$8,
|
|
11284
11282
|
small: small$c,
|
|
11285
11283
|
pill,
|
|
11286
11284
|
round,
|
|
@@ -11291,11 +11289,11 @@ const buttonStyles = {
|
|
|
11291
11289
|
groupOrderMiddle: groupOrderMiddle$4,
|
|
11292
11290
|
groupOrderLast: groupOrderLast$4
|
|
11293
11291
|
};
|
|
11294
|
-
const spinner = "
|
|
11295
|
-
const small$b = "
|
|
11296
|
-
const tiny = "
|
|
11297
|
-
const colored$1 = "
|
|
11298
|
-
const dark = "
|
|
11292
|
+
const spinner = "_spinner_np4br_335";
|
|
11293
|
+
const small$b = "_small_np4br_341";
|
|
11294
|
+
const tiny = "_tiny_np4br_345";
|
|
11295
|
+
const colored$1 = "_colored_np4br_372";
|
|
11296
|
+
const dark = "_dark_np4br_384";
|
|
11299
11297
|
const styles$K = {
|
|
11300
11298
|
spinner,
|
|
11301
11299
|
small: small$b,
|
|
@@ -11669,7 +11667,7 @@ const isMenuEmpty = (menu2) => {
|
|
|
11669
11667
|
const { sections } = menu2;
|
|
11670
11668
|
return !isValidElement(sections) && (!sections.length || sections.every((section) => lodash.exports.isEmpty(section)));
|
|
11671
11669
|
};
|
|
11672
|
-
const useContextMenu = (sections, width, placement, possiblePlacements, closeOnOptionClick, closeParent, tree2, path, groupOrder, overflowContainer,
|
|
11670
|
+
const useContextMenu = (sections, width, placement, possiblePlacements, closeOnOptionClick, closeParent, tree2, path, groupOrder, overflowContainer, maxHeight2, testId) => {
|
|
11673
11671
|
const { hasMousePosition, resetMousePosition, handleMouseEvent, trigger: trigger2 } = useMousePositionAsTrigger();
|
|
11674
11672
|
const close2 = resetMousePosition;
|
|
11675
11673
|
const isOpen2 = hasMousePosition;
|
|
@@ -11695,7 +11693,7 @@ const useContextMenu = (sections, width, placement, possiblePlacements, closeOnO
|
|
|
11695
11693
|
tree: tree2,
|
|
11696
11694
|
path,
|
|
11697
11695
|
groupOrder,
|
|
11698
|
-
maxHeight,
|
|
11696
|
+
maxHeight: maxHeight2,
|
|
11699
11697
|
testId: testId && `${testId}-layer`
|
|
11700
11698
|
})
|
|
11701
11699
|
})
|
|
@@ -11772,7 +11770,7 @@ const DropDownMenu = ({
|
|
|
11772
11770
|
path,
|
|
11773
11771
|
groupOrder,
|
|
11774
11772
|
overflowContainer,
|
|
11775
|
-
maxHeight,
|
|
11773
|
+
maxHeight: maxHeight2,
|
|
11776
11774
|
testId,
|
|
11777
11775
|
open: openProp,
|
|
11778
11776
|
setOpen: setOpenProp,
|
|
@@ -11863,7 +11861,7 @@ const DropDownMenu = ({
|
|
|
11863
11861
|
tree: tree2,
|
|
11864
11862
|
path,
|
|
11865
11863
|
groupOrder,
|
|
11866
|
-
maxHeight,
|
|
11864
|
+
maxHeight: maxHeight2,
|
|
11867
11865
|
showAllButton,
|
|
11868
11866
|
testId: testId && `${testId}-layer`
|
|
11869
11867
|
})
|
|
@@ -11975,9 +11973,9 @@ Menu.propTypes = {
|
|
|
11975
11973
|
open: propTypes$1.exports.bool,
|
|
11976
11974
|
setOpen: propTypes$1.exports.func
|
|
11977
11975
|
};
|
|
11978
|
-
const actions$1 = "
|
|
11979
|
-
const actionComponentContainer = "
|
|
11980
|
-
const active$6 = "
|
|
11976
|
+
const actions$1 = "_actions_13yvz_335";
|
|
11977
|
+
const actionComponentContainer = "_actionComponentContainer_13yvz_345";
|
|
11978
|
+
const active$6 = "_active_13yvz_367";
|
|
11981
11979
|
const styles$J = {
|
|
11982
11980
|
actions: actions$1,
|
|
11983
11981
|
actionComponentContainer,
|
|
@@ -12079,18 +12077,18 @@ Actions.propTypes = {
|
|
|
12079
12077
|
actions: actionsShape,
|
|
12080
12078
|
right: propTypes$1.exports.bool
|
|
12081
12079
|
};
|
|
12082
|
-
const breadcrumb = "
|
|
12083
|
-
const small$a = "
|
|
12084
|
-
const labelContainer = "
|
|
12085
|
-
const active$5 = "
|
|
12086
|
-
const disabled$
|
|
12087
|
-
const separator = "
|
|
12080
|
+
const breadcrumb = "_breadcrumb_knud2_335";
|
|
12081
|
+
const small$a = "_small_knud2_338";
|
|
12082
|
+
const labelContainer = "_labelContainer_knud2_341";
|
|
12083
|
+
const active$5 = "_active_knud2_351";
|
|
12084
|
+
const disabled$7 = "_disabled_knud2_356";
|
|
12085
|
+
const separator = "_separator_knud2_361";
|
|
12088
12086
|
const styles$I = {
|
|
12089
12087
|
breadcrumb,
|
|
12090
12088
|
small: small$a,
|
|
12091
12089
|
labelContainer,
|
|
12092
12090
|
active: active$5,
|
|
12093
|
-
disabled: disabled$
|
|
12091
|
+
disabled: disabled$7,
|
|
12094
12092
|
separator
|
|
12095
12093
|
};
|
|
12096
12094
|
const Link$2 = ({
|
|
@@ -12160,8 +12158,8 @@ Breadcrumb.propTypes = {
|
|
|
12160
12158
|
).isRequired,
|
|
12161
12159
|
small: propTypes$1.exports.bool
|
|
12162
12160
|
};
|
|
12163
|
-
const label$8 = "
|
|
12164
|
-
const buttonGroup = "
|
|
12161
|
+
const label$8 = "_label_8gfar_335";
|
|
12162
|
+
const buttonGroup = "_buttonGroup_8gfar_345";
|
|
12165
12163
|
const styles$H = {
|
|
12166
12164
|
label: label$8,
|
|
12167
12165
|
buttonGroup
|
|
@@ -12272,13 +12270,13 @@ ButtonGroup.propTypes = {
|
|
|
12272
12270
|
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
12273
12271
|
testId: propTypes$1.exports.string
|
|
12274
12272
|
};
|
|
12275
|
-
const card = "
|
|
12276
|
-
const bordered$2 = "
|
|
12277
|
-
const raised = "
|
|
12278
|
-
const cardHeader = "
|
|
12279
|
-
const cardContentBorderTop = "
|
|
12280
|
-
const padding$1 = "
|
|
12281
|
-
const cardContent = "
|
|
12273
|
+
const card = "_card_l0li5_335";
|
|
12274
|
+
const bordered$2 = "_bordered_l0li5_338";
|
|
12275
|
+
const raised = "_raised_l0li5_344";
|
|
12276
|
+
const cardHeader = "_cardHeader_l0li5_347";
|
|
12277
|
+
const cardContentBorderTop = "_cardContentBorderTop_l0li5_353";
|
|
12278
|
+
const padding$1 = "_padding_l0li5_356";
|
|
12279
|
+
const cardContent = "_cardContent_l0li5_353";
|
|
12282
12280
|
const styles$G = {
|
|
12283
12281
|
card,
|
|
12284
12282
|
bordered: bordered$2,
|
|
@@ -13607,23 +13605,23 @@ Column.propTypes = {
|
|
|
13607
13605
|
widthTablet: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13608
13606
|
testId: propTypes$1.exports.string
|
|
13609
13607
|
};
|
|
13610
|
-
const divider = "
|
|
13611
|
-
const alignLeft = "
|
|
13612
|
-
const alignRight = "
|
|
13608
|
+
const divider = "_divider_1p2ba_335";
|
|
13609
|
+
const alignLeft = "_alignLeft_1p2ba_346";
|
|
13610
|
+
const alignRight = "_alignRight_1p2ba_349";
|
|
13613
13611
|
const styles$F = {
|
|
13614
13612
|
divider,
|
|
13615
13613
|
alignLeft,
|
|
13616
13614
|
alignRight
|
|
13617
13615
|
};
|
|
13618
|
-
const bold$1 = "
|
|
13619
|
-
const center = "
|
|
13620
|
-
const muted$1 = "
|
|
13621
|
-
const faint = "
|
|
13622
|
-
const success$1 = "
|
|
13623
|
-
const warning$b = "
|
|
13624
|
-
const error$7 = "
|
|
13625
|
-
const small$9 = "
|
|
13626
|
-
const link$1 = "
|
|
13616
|
+
const bold$1 = "_bold_1d8ug_335";
|
|
13617
|
+
const center = "_center_1d8ug_338";
|
|
13618
|
+
const muted$1 = "_muted_1d8ug_341";
|
|
13619
|
+
const faint = "_faint_1d8ug_344";
|
|
13620
|
+
const success$1 = "_success_1d8ug_347";
|
|
13621
|
+
const warning$b = "_warning_1d8ug_350";
|
|
13622
|
+
const error$7 = "_error_1d8ug_353";
|
|
13623
|
+
const small$9 = "_small_1d8ug_356";
|
|
13624
|
+
const link$1 = "_link_1d8ug_359";
|
|
13627
13625
|
const styles$E = {
|
|
13628
13626
|
bold: bold$1,
|
|
13629
13627
|
center,
|
|
@@ -13721,9 +13719,9 @@ Divider.propTypes = {
|
|
|
13721
13719
|
color: propTypes$1.exports.string,
|
|
13722
13720
|
align: propTypes$1.exports.string
|
|
13723
13721
|
};
|
|
13724
|
-
const heading$4 = "
|
|
13725
|
-
const top$1 = "
|
|
13726
|
-
const icons$2 = "
|
|
13722
|
+
const heading$4 = "_heading_1hmcc_335";
|
|
13723
|
+
const top$1 = "_top_1hmcc_343";
|
|
13724
|
+
const icons$2 = "_icons_1hmcc_355";
|
|
13727
13725
|
const styles$D = {
|
|
13728
13726
|
heading: heading$4,
|
|
13729
13727
|
top: top$1,
|
|
@@ -13806,7 +13804,7 @@ const scroll$2 = "_scroll_11kaj_22";
|
|
|
13806
13804
|
const header$2 = "_header_11kaj_25";
|
|
13807
13805
|
const dismiss$2 = "_dismiss_11kaj_33";
|
|
13808
13806
|
const content$3 = "_content_11kaj_44";
|
|
13809
|
-
const footer$
|
|
13807
|
+
const footer$3 = "_footer_11kaj_53";
|
|
13810
13808
|
const styles$C = {
|
|
13811
13809
|
dialog,
|
|
13812
13810
|
inline: inline$3,
|
|
@@ -13814,7 +13812,7 @@ const styles$C = {
|
|
|
13814
13812
|
header: header$2,
|
|
13815
13813
|
dismiss: dismiss$2,
|
|
13816
13814
|
content: content$3,
|
|
13817
|
-
footer: footer$
|
|
13815
|
+
footer: footer$3
|
|
13818
13816
|
};
|
|
13819
13817
|
const convertStringToJsx = (children) => {
|
|
13820
13818
|
if (lodash.exports.isArray(children)) {
|
|
@@ -13900,31 +13898,30 @@ const dialogShape = propTypes$1.exports.shape({
|
|
|
13900
13898
|
Dialog.propTypes = {
|
|
13901
13899
|
dialog: dialogShape.isRequired
|
|
13902
13900
|
};
|
|
13903
|
-
const inputInTable$a = "
|
|
13904
|
-
const inputHover$a = "
|
|
13905
|
-
const inputFocus$a = "
|
|
13906
|
-
const inputError$a = "
|
|
13907
|
-
const inputWarning$a = "
|
|
13908
|
-
const inputDisabled$a = "
|
|
13909
|
-
const hideScrollbars$a = "
|
|
13910
|
-
const
|
|
13911
|
-
const
|
|
13912
|
-
const
|
|
13913
|
-
const
|
|
13914
|
-
const
|
|
13915
|
-
const
|
|
13916
|
-
const
|
|
13917
|
-
const
|
|
13918
|
-
const
|
|
13919
|
-
const
|
|
13920
|
-
const
|
|
13921
|
-
const
|
|
13922
|
-
const
|
|
13923
|
-
const
|
|
13924
|
-
const
|
|
13925
|
-
const
|
|
13926
|
-
const
|
|
13927
|
-
const resizeHandle = "_resizeHandle_yeflg_582";
|
|
13901
|
+
const inputInTable$a = "_inputInTable_ld7vb_335";
|
|
13902
|
+
const inputHover$a = "_inputHover_ld7vb_341";
|
|
13903
|
+
const inputFocus$a = "_inputFocus_ld7vb_346";
|
|
13904
|
+
const inputError$a = "_inputError_ld7vb_353";
|
|
13905
|
+
const inputWarning$a = "_inputWarning_ld7vb_354";
|
|
13906
|
+
const inputDisabled$a = "_inputDisabled_ld7vb_389";
|
|
13907
|
+
const hideScrollbars$a = "_hideScrollbars_ld7vb_394";
|
|
13908
|
+
const inline$2 = "_inline_ld7vb_416";
|
|
13909
|
+
const left$2 = "_left_ld7vb_419";
|
|
13910
|
+
const right$6 = "_right_ld7vb_422";
|
|
13911
|
+
const fixed$1 = "_fixed_ld7vb_425";
|
|
13912
|
+
const border$1 = "_border_ld7vb_437";
|
|
13913
|
+
const shadow = "_shadow_ld7vb_443";
|
|
13914
|
+
const drawerContent = "_drawerContent_ld7vb_446";
|
|
13915
|
+
const isResizing = "_isResizing_ld7vb_458";
|
|
13916
|
+
const toggleButton = "_toggleButton_ld7vb_469";
|
|
13917
|
+
const top = "_top_ld7vb_482";
|
|
13918
|
+
const bottom = "_bottom_ld7vb_485";
|
|
13919
|
+
const toggleButtonOpen = "_toggleButtonOpen_ld7vb_488";
|
|
13920
|
+
const tabs$1 = "_tabs_ld7vb_491";
|
|
13921
|
+
const tab$1 = "_tab_ld7vb_491";
|
|
13922
|
+
const active$4 = "_active_ld7vb_522";
|
|
13923
|
+
const tabsContent = "_tabsContent_ld7vb_544";
|
|
13924
|
+
const resizeHandle = "_resizeHandle_ld7vb_550";
|
|
13928
13925
|
const styles$B = {
|
|
13929
13926
|
inputInTable: inputInTable$a,
|
|
13930
13927
|
inputHover: inputHover$a,
|
|
@@ -13933,7 +13930,6 @@ const styles$B = {
|
|
|
13933
13930
|
inputWarning: inputWarning$a,
|
|
13934
13931
|
inputDisabled: inputDisabled$a,
|
|
13935
13932
|
hideScrollbars: hideScrollbars$a,
|
|
13936
|
-
scrollbars: scrollbars$a,
|
|
13937
13933
|
inline: inline$2,
|
|
13938
13934
|
left: left$2,
|
|
13939
13935
|
right: right$6,
|
|
@@ -16137,11 +16133,15 @@ const Drawer = ({
|
|
|
16137
16133
|
const currentWidth = open ? openWidth : tabs2 ? TABS_WIDTH : closedWidth;
|
|
16138
16134
|
const handleTabClick = (index2) => {
|
|
16139
16135
|
if (activeTab === index2 && open) {
|
|
16136
|
+
if (onClose) {
|
|
16137
|
+
onClose(tabs2[index2]);
|
|
16138
|
+
}
|
|
16140
16139
|
setOpen(false);
|
|
16141
|
-
onClose(index2);
|
|
16142
16140
|
} else if (!open) {
|
|
16141
|
+
if (onOpen) {
|
|
16142
|
+
onOpen(tabs2[index2]);
|
|
16143
|
+
}
|
|
16143
16144
|
setOpen(true);
|
|
16144
|
-
onOpen(tabs2[index2]);
|
|
16145
16145
|
if (onResize && width < MIN_OPEN_WIDTH) {
|
|
16146
16146
|
onResize(MIN_OPEN_WIDTH);
|
|
16147
16147
|
}
|
|
@@ -16259,8 +16259,8 @@ Drawer.propTypes = {
|
|
|
16259
16259
|
onClose: propTypes$1.exports.func,
|
|
16260
16260
|
onOpen: propTypes$1.exports.func
|
|
16261
16261
|
};
|
|
16262
|
-
const empty$2 = "
|
|
16263
|
-
const text$2 = "
|
|
16262
|
+
const empty$2 = "_empty_1pswm_335";
|
|
16263
|
+
const text$2 = "_text_1pswm_345";
|
|
16264
16264
|
const styles$A = {
|
|
16265
16265
|
empty: empty$2,
|
|
16266
16266
|
text: text$2
|
|
@@ -16327,7 +16327,7 @@ Empty.propTypes = {
|
|
|
16327
16327
|
text: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
16328
16328
|
children: propTypes$1.exports.node
|
|
16329
16329
|
};
|
|
16330
|
-
const inputGroup = "
|
|
16330
|
+
const inputGroup = "_inputGroup_tc6qm_335";
|
|
16331
16331
|
const styles$z = {
|
|
16332
16332
|
inputGroup
|
|
16333
16333
|
};
|
|
@@ -16363,23 +16363,22 @@ 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
|
|
16374
|
-
const
|
|
16375
|
-
const
|
|
16376
|
-
const
|
|
16377
|
-
const
|
|
16378
|
-
const
|
|
16379
|
-
const
|
|
16380
|
-
const
|
|
16381
|
-
const
|
|
16382
|
-
const groupOrderLast$3 = "_groupOrderLast_hz1tq_528";
|
|
16366
|
+
const inputInTable$9 = "_inputInTable_1pp06_335";
|
|
16367
|
+
const inputHover$9 = "_inputHover_1pp06_341";
|
|
16368
|
+
const inputFocus$9 = "_inputFocus_1pp06_346";
|
|
16369
|
+
const inputError$9 = "_inputError_1pp06_353";
|
|
16370
|
+
const inputWarning$9 = "_inputWarning_1pp06_354";
|
|
16371
|
+
const inputDisabled$9 = "_inputDisabled_1pp06_389";
|
|
16372
|
+
const hideScrollbars$9 = "_hideScrollbars_1pp06_394";
|
|
16373
|
+
const input$1 = "_input_1pp06_335";
|
|
16374
|
+
const isInTable$3 = "_isInTable_1pp06_425";
|
|
16375
|
+
const small$8 = "_small_1pp06_443";
|
|
16376
|
+
const error$6 = "_error_1pp06_449";
|
|
16377
|
+
const warning$a = "_warning_1pp06_466";
|
|
16378
|
+
const right$5 = "_right_1pp06_488";
|
|
16379
|
+
const groupOrderFirst$3 = "_groupOrderFirst_1pp06_491";
|
|
16380
|
+
const groupOrderMiddle$3 = "_groupOrderMiddle_1pp06_492";
|
|
16381
|
+
const groupOrderLast$3 = "_groupOrderLast_1pp06_493";
|
|
16383
16382
|
const styles$y = {
|
|
16384
16383
|
inputInTable: inputInTable$9,
|
|
16385
16384
|
inputHover: inputHover$9,
|
|
@@ -16388,7 +16387,6 @@ const styles$y = {
|
|
|
16388
16387
|
inputWarning: inputWarning$9,
|
|
16389
16388
|
inputDisabled: inputDisabled$9,
|
|
16390
16389
|
hideScrollbars: hideScrollbars$9,
|
|
16391
|
-
scrollbars: scrollbars$9,
|
|
16392
16390
|
input: input$1,
|
|
16393
16391
|
isInTable: isInTable$3,
|
|
16394
16392
|
small: small$8,
|
|
@@ -16646,9 +16644,9 @@ function HiLockClosed(props) {
|
|
|
16646
16644
|
function HiLockOpen(props) {
|
|
16647
16645
|
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);
|
|
16648
16646
|
}
|
|
16649
|
-
const label$7 = "
|
|
16650
|
-
const labelLeft$1 = "
|
|
16651
|
-
const icons$1 = "
|
|
16647
|
+
const label$7 = "_label_l31y6_335";
|
|
16648
|
+
const labelLeft$1 = "_labelLeft_l31y6_339";
|
|
16649
|
+
const icons$1 = "_icons_l31y6_347";
|
|
16652
16650
|
const styles$w = {
|
|
16653
16651
|
label: label$7,
|
|
16654
16652
|
labelLeft: labelLeft$1,
|
|
@@ -16747,17 +16745,17 @@ Label$2.propTypes = {
|
|
|
16747
16745
|
}),
|
|
16748
16746
|
labelLeft: propTypes$1.exports.bool
|
|
16749
16747
|
};
|
|
16750
|
-
const field = "
|
|
16751
|
-
const labelLeft = "
|
|
16752
|
-
const fieldInput = "
|
|
16753
|
-
const formRow$1 = "
|
|
16754
|
-
const button$2 = "
|
|
16748
|
+
const field = "_field_1kief_335";
|
|
16749
|
+
const labelLeft = "_labelLeft_1kief_339";
|
|
16750
|
+
const fieldInput = "_fieldInput_1kief_343";
|
|
16751
|
+
const formRow$1 = "_formRow_1kief_346";
|
|
16752
|
+
const button$2 = "_button_1kief_356";
|
|
16755
16753
|
const styles$v = {
|
|
16756
16754
|
field,
|
|
16757
16755
|
labelLeft,
|
|
16758
16756
|
fieldInput,
|
|
16759
16757
|
formRow: formRow$1,
|
|
16760
|
-
"form-row": "_form-
|
|
16758
|
+
"form-row": "_form-row_1kief_347",
|
|
16761
16759
|
button: button$2
|
|
16762
16760
|
};
|
|
16763
16761
|
const Field = ({
|
|
@@ -16888,7 +16886,7 @@ Flex.propTypes = {
|
|
|
16888
16886
|
propTypes$1.exports.number
|
|
16889
16887
|
])
|
|
16890
16888
|
};
|
|
16891
|
-
const formRow = "
|
|
16889
|
+
const formRow = "_formRow_x6f1o_335";
|
|
16892
16890
|
const styles$u = {
|
|
16893
16891
|
formRow
|
|
16894
16892
|
};
|
|
@@ -16960,11 +16958,11 @@ Grid.propTypes = {
|
|
|
16960
16958
|
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16961
16959
|
children: propTypes$1.exports.node
|
|
16962
16960
|
};
|
|
16963
|
-
const addon = "
|
|
16964
|
-
const small$7 = "
|
|
16965
|
-
const groupOrderFirst$2 = "
|
|
16966
|
-
const groupOrderMiddle$2 = "
|
|
16967
|
-
const groupOrderLast$2 = "
|
|
16961
|
+
const addon = "_addon_1i07p_335";
|
|
16962
|
+
const small$7 = "_small_1i07p_346";
|
|
16963
|
+
const groupOrderFirst$2 = "_groupOrderFirst_1i07p_350";
|
|
16964
|
+
const groupOrderMiddle$2 = "_groupOrderMiddle_1i07p_351";
|
|
16965
|
+
const groupOrderLast$2 = "_groupOrderLast_1i07p_355";
|
|
16968
16966
|
const styles$t = {
|
|
16969
16967
|
addon,
|
|
16970
16968
|
small: small$7,
|
|
@@ -25907,43 +25905,42 @@ var InfiniteScroll = function(_super) {
|
|
|
25907
25905
|
};
|
|
25908
25906
|
return InfiniteScroll2;
|
|
25909
25907
|
}(Component$1);
|
|
25910
|
-
const inputInTable$8 = "
|
|
25911
|
-
const inputHover$8 = "
|
|
25912
|
-
const inputFocus$8 = "
|
|
25913
|
-
const inputError$8 = "
|
|
25914
|
-
const inputWarning$8 = "
|
|
25915
|
-
const inputDisabled$8 = "
|
|
25916
|
-
const hideScrollbars$8 = "
|
|
25917
|
-
const
|
|
25918
|
-
const
|
|
25919
|
-
const
|
|
25920
|
-
const
|
|
25921
|
-
const
|
|
25922
|
-
const
|
|
25923
|
-
const
|
|
25924
|
-
const
|
|
25925
|
-
const
|
|
25926
|
-
const
|
|
25927
|
-
const
|
|
25928
|
-
const
|
|
25929
|
-
const
|
|
25930
|
-
const
|
|
25931
|
-
const
|
|
25932
|
-
const
|
|
25933
|
-
const
|
|
25934
|
-
const
|
|
25935
|
-
const
|
|
25936
|
-
const
|
|
25937
|
-
const
|
|
25938
|
-
const
|
|
25939
|
-
const
|
|
25940
|
-
const
|
|
25941
|
-
const
|
|
25942
|
-
const
|
|
25943
|
-
const
|
|
25944
|
-
const
|
|
25945
|
-
const
|
|
25946
|
-
const hideScrollbar = "_hideScrollbar_z1p4i_399";
|
|
25908
|
+
const inputInTable$8 = "_inputInTable_1an43_335";
|
|
25909
|
+
const inputHover$8 = "_inputHover_1an43_341";
|
|
25910
|
+
const inputFocus$8 = "_inputFocus_1an43_346";
|
|
25911
|
+
const inputError$8 = "_inputError_1an43_353";
|
|
25912
|
+
const inputWarning$8 = "_inputWarning_1an43_354";
|
|
25913
|
+
const inputDisabled$8 = "_inputDisabled_1an43_389";
|
|
25914
|
+
const hideScrollbars$8 = "_hideScrollbars_1an43_394";
|
|
25915
|
+
const header$1 = "_header_1an43_404";
|
|
25916
|
+
const headerTitle = "_headerTitle_1an43_404";
|
|
25917
|
+
const heading$3 = "_heading_1an43_405";
|
|
25918
|
+
const itemHeader = "_itemHeader_1an43_405";
|
|
25919
|
+
const narrow = "_narrow_1an43_408";
|
|
25920
|
+
const stickyHeader = "_stickyHeader_1an43_412";
|
|
25921
|
+
const title$4 = "_title_1an43_423";
|
|
25922
|
+
const name = "_name_1an43_429";
|
|
25923
|
+
const iconTooltipMargin = "_iconTooltipMargin_1an43_432";
|
|
25924
|
+
const bold = "_bold_1an43_435";
|
|
25925
|
+
const toggleNarrow = "_toggleNarrow_1an43_444";
|
|
25926
|
+
const drag$1 = "_drag_1an43_462";
|
|
25927
|
+
const list$1 = "_list_1an43_482";
|
|
25928
|
+
const bordered$1 = "_bordered_1an43_486";
|
|
25929
|
+
const item$4 = "_item_1an43_405";
|
|
25930
|
+
const action = "_action_1an43_519";
|
|
25931
|
+
const active$3 = "_active_1an43_522";
|
|
25932
|
+
const disabled$6 = "_disabled_1an43_537";
|
|
25933
|
+
const label$6 = "_label_1an43_548";
|
|
25934
|
+
const details$2 = "_details_1an43_555";
|
|
25935
|
+
const metadata = "_metadata_1an43_556";
|
|
25936
|
+
const itemContent = "_itemContent_1an43_565";
|
|
25937
|
+
const indentIcon = "_indentIcon_1an43_572";
|
|
25938
|
+
const expandIcon = "_expandIcon_1an43_576";
|
|
25939
|
+
const expanded = "_expanded_1an43_582";
|
|
25940
|
+
const right$4 = "_right_1an43_585";
|
|
25941
|
+
const actions = "_actions_1an43_592";
|
|
25942
|
+
const scrollableList = "_scrollableList_1an43_597";
|
|
25943
|
+
const hideScrollbar = "_hideScrollbar_1an43_394";
|
|
25947
25944
|
const listStyles = {
|
|
25948
25945
|
inputInTable: inputInTable$8,
|
|
25949
25946
|
inputHover: inputHover$8,
|
|
@@ -25952,14 +25949,13 @@ const listStyles = {
|
|
|
25952
25949
|
inputWarning: inputWarning$8,
|
|
25953
25950
|
inputDisabled: inputDisabled$8,
|
|
25954
25951
|
hideScrollbars: hideScrollbars$8,
|
|
25955
|
-
scrollbars: scrollbars$8,
|
|
25956
25952
|
header: header$1,
|
|
25957
25953
|
headerTitle,
|
|
25958
25954
|
heading: heading$3,
|
|
25959
25955
|
itemHeader,
|
|
25960
25956
|
narrow,
|
|
25961
25957
|
stickyHeader,
|
|
25962
|
-
title: title$
|
|
25958
|
+
title: title$4,
|
|
25963
25959
|
name,
|
|
25964
25960
|
iconTooltipMargin,
|
|
25965
25961
|
bold,
|
|
@@ -25970,7 +25966,7 @@ const listStyles = {
|
|
|
25970
25966
|
item: item$4,
|
|
25971
25967
|
action,
|
|
25972
25968
|
active: active$3,
|
|
25973
|
-
disabled: disabled$
|
|
25969
|
+
disabled: disabled$6,
|
|
25974
25970
|
label: label$6,
|
|
25975
25971
|
details: details$2,
|
|
25976
25972
|
metadata,
|
|
@@ -26558,13 +26554,13 @@ List.propTypes = {
|
|
|
26558
26554
|
}),
|
|
26559
26555
|
testId: propTypes$1.exports.string
|
|
26560
26556
|
};
|
|
26561
|
-
const loader = "
|
|
26562
|
-
const fullViewPortSize = "
|
|
26563
|
-
const cover = "
|
|
26564
|
-
const dimmer = "
|
|
26565
|
-
const content$2 = "
|
|
26566
|
-
const text$1 = "
|
|
26567
|
-
const details$1 = "
|
|
26557
|
+
const loader = "_loader_1ki7r_335";
|
|
26558
|
+
const fullViewPortSize = "_fullViewPortSize_1ki7r_341";
|
|
26559
|
+
const cover = "_cover_1ki7r_348";
|
|
26560
|
+
const dimmer = "_dimmer_1ki7r_355";
|
|
26561
|
+
const content$2 = "_content_1ki7r_378";
|
|
26562
|
+
const text$1 = "_text_1ki7r_383";
|
|
26563
|
+
const details$1 = "_details_1ki7r_387";
|
|
26568
26564
|
const styles$s = {
|
|
26569
26565
|
loader,
|
|
26570
26566
|
fullViewPortSize,
|
|
@@ -26638,28 +26634,27 @@ Loader.propTypes = {
|
|
|
26638
26634
|
testId: propTypes$1.exports.string,
|
|
26639
26635
|
theme: propTypes$1.exports.string
|
|
26640
26636
|
};
|
|
26641
|
-
const inputInTable$7 = "
|
|
26642
|
-
const inputHover$7 = "
|
|
26643
|
-
const inputFocus$7 = "
|
|
26644
|
-
const inputError$7 = "
|
|
26645
|
-
const inputWarning$7 = "
|
|
26646
|
-
const inputDisabled$7 = "
|
|
26647
|
-
const hideScrollbars$7 = "
|
|
26648
|
-
const
|
|
26649
|
-
const
|
|
26650
|
-
const
|
|
26651
|
-
const
|
|
26652
|
-
const
|
|
26653
|
-
const
|
|
26654
|
-
const
|
|
26655
|
-
const
|
|
26656
|
-
const
|
|
26657
|
-
const
|
|
26658
|
-
const
|
|
26659
|
-
const
|
|
26660
|
-
const
|
|
26661
|
-
const
|
|
26662
|
-
const footer$1 = "_footer_1ju1p_530";
|
|
26637
|
+
const inputInTable$7 = "_inputInTable_jryqb_335";
|
|
26638
|
+
const inputHover$7 = "_inputHover_jryqb_341";
|
|
26639
|
+
const inputFocus$7 = "_inputFocus_jryqb_346";
|
|
26640
|
+
const inputError$7 = "_inputError_jryqb_353";
|
|
26641
|
+
const inputWarning$7 = "_inputWarning_jryqb_354";
|
|
26642
|
+
const inputDisabled$7 = "_inputDisabled_jryqb_389";
|
|
26643
|
+
const hideScrollbars$7 = "_hideScrollbars_jryqb_394";
|
|
26644
|
+
const container$1 = "_container_jryqb_410";
|
|
26645
|
+
const block$1 = "_block_jryqb_428";
|
|
26646
|
+
const info = "_info_jryqb_431";
|
|
26647
|
+
const success = "_success_jryqb_435";
|
|
26648
|
+
const warning$6 = "_warning_jryqb_439";
|
|
26649
|
+
const error$4 = "_error_jryqb_443";
|
|
26650
|
+
const content$1 = "_content_jryqb_447";
|
|
26651
|
+
const heading$2 = "_heading_jryqb_451";
|
|
26652
|
+
const icon$3 = "_icon_jryqb_459";
|
|
26653
|
+
const dismiss$1 = "_dismiss_jryqb_460";
|
|
26654
|
+
const absolute = "_absolute_jryqb_473";
|
|
26655
|
+
const legendToggle = "_legendToggle_jryqb_478";
|
|
26656
|
+
const detailsText = "_detailsText_jryqb_494";
|
|
26657
|
+
const footer$2 = "_footer_jryqb_498";
|
|
26663
26658
|
const styles$r = {
|
|
26664
26659
|
inputInTable: inputInTable$7,
|
|
26665
26660
|
inputHover: inputHover$7,
|
|
@@ -26668,7 +26663,6 @@ const styles$r = {
|
|
|
26668
26663
|
inputWarning: inputWarning$7,
|
|
26669
26664
|
inputDisabled: inputDisabled$7,
|
|
26670
26665
|
hideScrollbars: hideScrollbars$7,
|
|
26671
|
-
scrollbars: scrollbars$7,
|
|
26672
26666
|
container: container$1,
|
|
26673
26667
|
block: block$1,
|
|
26674
26668
|
info,
|
|
@@ -26682,7 +26676,7 @@ const styles$r = {
|
|
|
26682
26676
|
absolute,
|
|
26683
26677
|
legendToggle,
|
|
26684
26678
|
detailsText,
|
|
26685
|
-
footer: footer$
|
|
26679
|
+
footer: footer$2
|
|
26686
26680
|
};
|
|
26687
26681
|
const Dismiss = ({ type, onClose, isInToast }) => {
|
|
26688
26682
|
return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
@@ -26759,7 +26753,7 @@ const Message = ({ message: message2 }) => {
|
|
|
26759
26753
|
withDismiss,
|
|
26760
26754
|
onClose,
|
|
26761
26755
|
width,
|
|
26762
|
-
maxHeight
|
|
26756
|
+
maxHeight: maxHeight2
|
|
26763
26757
|
} = message2;
|
|
26764
26758
|
const [state, dispatch] = useReducer(reducer$1, initialState$4);
|
|
26765
26759
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(jsxRuntime.exports.Fragment, {
|
|
@@ -26769,7 +26763,7 @@ const Message = ({ message: message2 }) => {
|
|
|
26769
26763
|
width ? styles$r.block : null,
|
|
26770
26764
|
type === "Success" ? styles$r.success : type === "Warning" ? styles$r.warning : type === "Error" ? styles$r.error : styles$r.info
|
|
26771
26765
|
),
|
|
26772
|
-
style: { width, maxHeight },
|
|
26766
|
+
style: { width, maxHeight: maxHeight2 },
|
|
26773
26767
|
children: [
|
|
26774
26768
|
/* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
26775
26769
|
children: icon2 ? /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
@@ -26844,10 +26838,10 @@ const Portal = ({ id: id2, children }) => {
|
|
|
26844
26838
|
Portal.propTypes = {
|
|
26845
26839
|
id: propTypes$1.exports.string.isRequired
|
|
26846
26840
|
};
|
|
26847
|
-
const wrapper$1 = "
|
|
26848
|
-
const contentContainer = "
|
|
26849
|
-
const centered = "
|
|
26850
|
-
const newLine = "
|
|
26841
|
+
const wrapper$1 = "_wrapper_1516y_335";
|
|
26842
|
+
const contentContainer = "_contentContainer_1516y_349";
|
|
26843
|
+
const centered = "_centered_1516y_361";
|
|
26844
|
+
const newLine = "_newLine_1516y_365";
|
|
26851
26845
|
const styles$q = {
|
|
26852
26846
|
wrapper: wrapper$1,
|
|
26853
26847
|
contentContainer,
|
|
@@ -26895,10 +26889,10 @@ Modal.propTypes = {
|
|
|
26895
26889
|
centered: propTypes$1.exports.bool,
|
|
26896
26890
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
26897
26891
|
};
|
|
26898
|
-
const menu$1 = "
|
|
26899
|
-
const header = "
|
|
26900
|
-
const item$3 = "
|
|
26901
|
-
const heading$1 = "
|
|
26892
|
+
const menu$1 = "_menu_1mbhi_335";
|
|
26893
|
+
const header = "_header_1mbhi_346";
|
|
26894
|
+
const item$3 = "_item_1mbhi_362";
|
|
26895
|
+
const heading$1 = "_heading_1mbhi_367";
|
|
26902
26896
|
const styles$p = {
|
|
26903
26897
|
menu: menu$1,
|
|
26904
26898
|
header,
|
|
@@ -26921,10 +26915,10 @@ const Heading$1 = ({ label: label2 }) => /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
|
26921
26915
|
className: styles$p.heading,
|
|
26922
26916
|
children: label2
|
|
26923
26917
|
});
|
|
26924
|
-
const Layer$1 = ({ options, onChangeOptions, showHeader, maxHeight }) => {
|
|
26918
|
+
const Layer$1 = ({ options, onChangeOptions, showHeader, maxHeight: maxHeight2 }) => {
|
|
26925
26919
|
return /* @__PURE__ */ jsxRuntime.exports.jsxs("div", {
|
|
26926
26920
|
className: cx$2("menu", styles$p.menu),
|
|
26927
|
-
style: { maxHeight },
|
|
26921
|
+
style: { maxHeight: maxHeight2 },
|
|
26928
26922
|
children: [
|
|
26929
26923
|
showHeader && /* @__PURE__ */ jsxRuntime.exports.jsxs(jsxRuntime.exports.Fragment, {
|
|
26930
26924
|
children: [
|
|
@@ -27000,7 +26994,7 @@ const OptionDropdown = ({
|
|
|
27000
26994
|
options,
|
|
27001
26995
|
onChange,
|
|
27002
26996
|
showHeader,
|
|
27003
|
-
maxHeight
|
|
26997
|
+
maxHeight: maxHeight2
|
|
27004
26998
|
}) => {
|
|
27005
26999
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(Menu, {
|
|
27006
27000
|
menu: {
|
|
@@ -27016,7 +27010,7 @@ const OptionDropdown = ({
|
|
|
27016
27010
|
onChange(evt);
|
|
27017
27011
|
},
|
|
27018
27012
|
showHeader,
|
|
27019
|
-
maxHeight
|
|
27013
|
+
maxHeight: maxHeight2
|
|
27020
27014
|
})
|
|
27021
27015
|
}
|
|
27022
27016
|
});
|
|
@@ -27040,8 +27034,8 @@ OptionDropdown.propTypes = {
|
|
|
27040
27034
|
showHeader: propTypes$1.exports.bool,
|
|
27041
27035
|
maxHeight: propTypes$1.exports.string
|
|
27042
27036
|
};
|
|
27043
|
-
const page = "
|
|
27044
|
-
const scroll2 = "
|
|
27037
|
+
const page = "_page_1496n_335";
|
|
27038
|
+
const scroll2 = "_scroll_1496n_357";
|
|
27045
27039
|
const styles$o = {
|
|
27046
27040
|
page,
|
|
27047
27041
|
scroll: scroll2
|
|
@@ -27072,24 +27066,23 @@ Page.propTypes = {
|
|
|
27072
27066
|
scroll: propTypes$1.exports.bool,
|
|
27073
27067
|
top: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string])
|
|
27074
27068
|
};
|
|
27075
|
-
const inputInTable$6 = "
|
|
27076
|
-
const inputHover$6 = "
|
|
27077
|
-
const inputFocus$6 = "
|
|
27078
|
-
const inputError$6 = "
|
|
27079
|
-
const inputWarning$6 = "
|
|
27080
|
-
const inputDisabled$6 = "
|
|
27081
|
-
const hideScrollbars$6 = "
|
|
27082
|
-
const
|
|
27083
|
-
const
|
|
27084
|
-
const
|
|
27085
|
-
const
|
|
27086
|
-
const
|
|
27087
|
-
const
|
|
27088
|
-
const
|
|
27089
|
-
const
|
|
27090
|
-
const
|
|
27091
|
-
const
|
|
27092
|
-
const groupOrderLast$1 = "_groupOrderLast_1ljgl_550";
|
|
27069
|
+
const inputInTable$6 = "_inputInTable_1hqkf_335";
|
|
27070
|
+
const inputHover$6 = "_inputHover_1hqkf_341";
|
|
27071
|
+
const inputFocus$6 = "_inputFocus_1hqkf_346";
|
|
27072
|
+
const inputError$6 = "_inputError_1hqkf_353";
|
|
27073
|
+
const inputWarning$6 = "_inputWarning_1hqkf_354";
|
|
27074
|
+
const inputDisabled$6 = "_inputDisabled_1hqkf_389";
|
|
27075
|
+
const hideScrollbars$6 = "_hideScrollbars_1hqkf_394";
|
|
27076
|
+
const select = "_select_1hqkf_404";
|
|
27077
|
+
const isInTable$2 = "_isInTable_1hqkf_445";
|
|
27078
|
+
const unSelected = "_unSelected_1hqkf_451";
|
|
27079
|
+
const error$3 = "_error_1hqkf_458";
|
|
27080
|
+
const warning$5 = "_warning_1hqkf_475";
|
|
27081
|
+
const small$6 = "_small_1hqkf_492";
|
|
27082
|
+
const right$3 = "_right_1hqkf_499";
|
|
27083
|
+
const groupOrderFirst$1 = "_groupOrderFirst_1hqkf_510";
|
|
27084
|
+
const groupOrderMiddle$1 = "_groupOrderMiddle_1hqkf_511";
|
|
27085
|
+
const groupOrderLast$1 = "_groupOrderLast_1hqkf_515";
|
|
27093
27086
|
const styles$n = {
|
|
27094
27087
|
inputInTable: inputInTable$6,
|
|
27095
27088
|
inputHover: inputHover$6,
|
|
@@ -27098,7 +27091,6 @@ const styles$n = {
|
|
|
27098
27091
|
inputWarning: inputWarning$6,
|
|
27099
27092
|
inputDisabled: inputDisabled$6,
|
|
27100
27093
|
hideScrollbars: hideScrollbars$6,
|
|
27101
|
-
scrollbars: scrollbars$6,
|
|
27102
27094
|
select,
|
|
27103
27095
|
isInTable: isInTable$2,
|
|
27104
27096
|
unSelected,
|
|
@@ -28043,20 +28035,20 @@ var FixedSizeList = /* @__PURE__ */ createListComponent({
|
|
|
28043
28035
|
}
|
|
28044
28036
|
}
|
|
28045
28037
|
});
|
|
28046
|
-
const layerContainer = "
|
|
28047
|
-
const layer = "
|
|
28048
|
-
const small$5 = "
|
|
28049
|
-
const heading = "
|
|
28050
|
-
const option = "
|
|
28051
|
-
const message = "
|
|
28052
|
-
const focused = "
|
|
28053
|
-
const selected = "
|
|
28054
|
-
const disabled$
|
|
28055
|
-
const check = "
|
|
28056
|
-
const optionContent = "
|
|
28057
|
-
const label$5 = "
|
|
28058
|
-
const icon$2 = "
|
|
28059
|
-
const details = "
|
|
28038
|
+
const layerContainer = "_layerContainer_1icy9_335";
|
|
28039
|
+
const layer = "_layer_1icy9_335";
|
|
28040
|
+
const small$5 = "_small_1icy9_357";
|
|
28041
|
+
const heading = "_heading_1icy9_360";
|
|
28042
|
+
const option = "_option_1icy9_361";
|
|
28043
|
+
const message = "_message_1icy9_362";
|
|
28044
|
+
const focused = "_focused_1icy9_396";
|
|
28045
|
+
const selected = "_selected_1icy9_400";
|
|
28046
|
+
const disabled$5 = "_disabled_1icy9_407";
|
|
28047
|
+
const check = "_check_1icy9_411";
|
|
28048
|
+
const optionContent = "_optionContent_1icy9_425";
|
|
28049
|
+
const label$5 = "_label_1icy9_430";
|
|
28050
|
+
const icon$2 = "_icon_1icy9_437";
|
|
28051
|
+
const details = "_details_1icy9_441";
|
|
28060
28052
|
const styles$m = {
|
|
28061
28053
|
layerContainer,
|
|
28062
28054
|
layer,
|
|
@@ -28066,7 +28058,7 @@ const styles$m = {
|
|
|
28066
28058
|
message,
|
|
28067
28059
|
focused,
|
|
28068
28060
|
selected,
|
|
28069
|
-
disabled: disabled$
|
|
28061
|
+
disabled: disabled$5,
|
|
28070
28062
|
check,
|
|
28071
28063
|
optionContent,
|
|
28072
28064
|
label: label$5,
|
|
@@ -28186,7 +28178,7 @@ const Layer = ({
|
|
|
28186
28178
|
listRef.current.scrollToItem(firstSelectedOptionIndex, "start");
|
|
28187
28179
|
}
|
|
28188
28180
|
}, []);
|
|
28189
|
-
const optionHeight = small2 ? 24 :
|
|
28181
|
+
const optionHeight = small2 ? 24 : 38;
|
|
28190
28182
|
return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
28191
28183
|
"data-testid": testId,
|
|
28192
28184
|
className: cx$2(styles$m.layer, small2 && styles$m.small),
|
|
@@ -28221,38 +28213,37 @@ const Layer = ({
|
|
|
28221
28213
|
})
|
|
28222
28214
|
});
|
|
28223
28215
|
};
|
|
28224
|
-
const inputInTable$5 = "
|
|
28225
|
-
const inputHover$5 = "
|
|
28226
|
-
const inputFocus$5 = "
|
|
28227
|
-
const inputError$5 = "
|
|
28228
|
-
const inputWarning$5 = "
|
|
28229
|
-
const inputDisabled$5 = "
|
|
28230
|
-
const hideScrollbars$5 = "
|
|
28231
|
-
const
|
|
28232
|
-
const
|
|
28233
|
-
const
|
|
28234
|
-
const
|
|
28235
|
-
const
|
|
28236
|
-
const
|
|
28237
|
-
const
|
|
28238
|
-
const
|
|
28239
|
-
const
|
|
28240
|
-
const
|
|
28241
|
-
const
|
|
28242
|
-
const
|
|
28243
|
-
const
|
|
28244
|
-
const
|
|
28245
|
-
const
|
|
28246
|
-
const
|
|
28247
|
-
const
|
|
28248
|
-
const
|
|
28249
|
-
const
|
|
28250
|
-
const
|
|
28251
|
-
const
|
|
28252
|
-
const
|
|
28253
|
-
const
|
|
28254
|
-
const
|
|
28255
|
-
const detailedLabel = "_detailedLabel_1r3i0_685";
|
|
28216
|
+
const inputInTable$5 = "_inputInTable_1p3m9_335";
|
|
28217
|
+
const inputHover$5 = "_inputHover_1p3m9_341";
|
|
28218
|
+
const inputFocus$5 = "_inputFocus_1p3m9_346";
|
|
28219
|
+
const inputError$5 = "_inputError_1p3m9_353";
|
|
28220
|
+
const inputWarning$5 = "_inputWarning_1p3m9_354";
|
|
28221
|
+
const inputDisabled$5 = "_inputDisabled_1p3m9_389";
|
|
28222
|
+
const hideScrollbars$5 = "_hideScrollbars_1p3m9_394";
|
|
28223
|
+
const trigger$1 = "_trigger_1p3m9_408";
|
|
28224
|
+
const isInTable$1 = "_isInTable_1p3m9_423";
|
|
28225
|
+
const input = "_input_1p3m9_335";
|
|
28226
|
+
const isOpen = "_isOpen_1p3m9_438";
|
|
28227
|
+
const error$2 = "_error_1p3m9_446";
|
|
28228
|
+
const warning$4 = "_warning_1p3m9_463";
|
|
28229
|
+
const disabled$4 = "_disabled_1p3m9_480";
|
|
28230
|
+
const iconOpen = "_iconOpen_1p3m9_485";
|
|
28231
|
+
const icons = "_icons_1p3m9_488";
|
|
28232
|
+
const clearAll = "_clearAll_1p3m9_496";
|
|
28233
|
+
const small$4 = "_small_1p3m9_505";
|
|
28234
|
+
const focus = "_focus_1p3m9_514";
|
|
28235
|
+
const triggerInputContainer = "_triggerInputContainer_1p3m9_528";
|
|
28236
|
+
const right$2 = "_right_1p3m9_537";
|
|
28237
|
+
const multiOptions = "_multiOptions_1p3m9_550";
|
|
28238
|
+
const multiOption = "_multiOption_1p3m9_550";
|
|
28239
|
+
const label$4 = "_label_1p3m9_582";
|
|
28240
|
+
const closeMultiOption = "_closeMultiOption_1p3m9_585";
|
|
28241
|
+
const selectedSingleValue = "_selectedSingleValue_1p3m9_600";
|
|
28242
|
+
const placeHolder = "_placeHolder_1p3m9_601";
|
|
28243
|
+
const groupOrderFirst = "_groupOrderFirst_1p3m9_640";
|
|
28244
|
+
const groupOrderMiddle = "_groupOrderMiddle_1p3m9_641";
|
|
28245
|
+
const groupOrderLast = "_groupOrderLast_1p3m9_645";
|
|
28246
|
+
const detailedLabel = "_detailedLabel_1p3m9_650";
|
|
28256
28247
|
const styles$l = {
|
|
28257
28248
|
inputInTable: inputInTable$5,
|
|
28258
28249
|
inputHover: inputHover$5,
|
|
@@ -28261,14 +28252,13 @@ const styles$l = {
|
|
|
28261
28252
|
inputWarning: inputWarning$5,
|
|
28262
28253
|
inputDisabled: inputDisabled$5,
|
|
28263
28254
|
hideScrollbars: hideScrollbars$5,
|
|
28264
|
-
scrollbars: scrollbars$5,
|
|
28265
28255
|
trigger: trigger$1,
|
|
28266
28256
|
isInTable: isInTable$1,
|
|
28267
28257
|
input,
|
|
28268
28258
|
isOpen,
|
|
28269
28259
|
error: error$2,
|
|
28270
28260
|
warning: warning$4,
|
|
28271
|
-
disabled: disabled$
|
|
28261
|
+
disabled: disabled$4,
|
|
28272
28262
|
iconOpen,
|
|
28273
28263
|
icons,
|
|
28274
28264
|
clearAll,
|
|
@@ -28295,7 +28285,7 @@ const getTextWidth = (text2, font) => {
|
|
|
28295
28285
|
};
|
|
28296
28286
|
const FONT_SIZE = "14px";
|
|
28297
28287
|
const FONT_SIZE_SMALL = "12px";
|
|
28298
|
-
const FONT_FAMILY = "
|
|
28288
|
+
const FONT_FAMILY = "Roobert";
|
|
28299
28289
|
const FONT_FAMILY_FALLBACK = "sans-serif";
|
|
28300
28290
|
const PADDING = 14;
|
|
28301
28291
|
const PADDING_SMALL = 7;
|
|
@@ -29501,9 +29491,9 @@ const paginationShape = propTypes$1.exports.shape({
|
|
|
29501
29491
|
Pagination.propTypes = {
|
|
29502
29492
|
pagination: paginationShape.isRequired
|
|
29503
29493
|
};
|
|
29504
|
-
const toggleBox = "
|
|
29505
|
-
const fullWidthStyleFix = "
|
|
29506
|
-
const dismiss = "
|
|
29494
|
+
const toggleBox = "_toggleBox_1lvnc_335";
|
|
29495
|
+
const fullWidthStyleFix = "_fullWidthStyleFix_1lvnc_342";
|
|
29496
|
+
const dismiss = "_dismiss_1lvnc_347";
|
|
29507
29497
|
const styles$j = {
|
|
29508
29498
|
toggleBox,
|
|
29509
29499
|
fullWidthStyleFix,
|
|
@@ -29703,14 +29693,14 @@ ProgressBar$1.propTypes = {
|
|
|
29703
29693
|
showProgressColors: propTypes$1.exports.bool,
|
|
29704
29694
|
noLabel: propTypes$1.exports.bool
|
|
29705
29695
|
};
|
|
29706
|
-
const wrapper = "
|
|
29707
|
-
const inline$1 = "
|
|
29708
|
-
const radio = "
|
|
29709
|
-
const labelMargin = "
|
|
29710
|
-
const small$3 = "
|
|
29711
|
-
const noMargin$1 = "
|
|
29712
|
-
const disabled$
|
|
29713
|
-
const isInTable = "
|
|
29696
|
+
const wrapper = "_wrapper_1ss3z_335";
|
|
29697
|
+
const inline$1 = "_inline_1ss3z_335";
|
|
29698
|
+
const radio = "_radio_1ss3z_339";
|
|
29699
|
+
const labelMargin = "_labelMargin_1ss3z_342";
|
|
29700
|
+
const small$3 = "_small_1ss3z_360";
|
|
29701
|
+
const noMargin$1 = "_noMargin_1ss3z_364";
|
|
29702
|
+
const disabled$3 = "_disabled_1ss3z_423";
|
|
29703
|
+
const isInTable = "_isInTable_1ss3z_439";
|
|
29714
29704
|
const styles$g = {
|
|
29715
29705
|
wrapper,
|
|
29716
29706
|
inline: inline$1,
|
|
@@ -29718,7 +29708,7 @@ const styles$g = {
|
|
|
29718
29708
|
labelMargin,
|
|
29719
29709
|
small: small$3,
|
|
29720
29710
|
noMargin: noMargin$1,
|
|
29721
|
-
disabled: disabled$
|
|
29711
|
+
disabled: disabled$3,
|
|
29722
29712
|
isInTable
|
|
29723
29713
|
};
|
|
29724
29714
|
const RadioInput = ({
|
|
@@ -52987,7 +52977,7 @@ function isNestedTable(element) {
|
|
|
52987
52977
|
}
|
|
52988
52978
|
return !!parentNode2.closest("table");
|
|
52989
52979
|
}
|
|
52990
|
-
function cell
|
|
52980
|
+
function cell(content2, node) {
|
|
52991
52981
|
var _a2;
|
|
52992
52982
|
var _a;
|
|
52993
52983
|
const childNodes = [];
|
|
@@ -53015,7 +53005,7 @@ var turndownService = new TurndownService({ codeBlockStyle: "fenced", headingSty
|
|
|
53015
53005
|
if (isControllerHeadingCell(node)) {
|
|
53016
53006
|
return "";
|
|
53017
53007
|
}
|
|
53018
|
-
return cell
|
|
53008
|
+
return cell(content2, node);
|
|
53019
53009
|
}
|
|
53020
53010
|
}).addRule("tableRow", {
|
|
53021
53011
|
filter: "tr",
|
|
@@ -53034,7 +53024,7 @@ var turndownService = new TurndownService({ codeBlockStyle: "fenced", headingSty
|
|
|
53034
53024
|
if (align) {
|
|
53035
53025
|
border2 = alignMap[align] || border2;
|
|
53036
53026
|
}
|
|
53037
|
-
borderCells += cell
|
|
53027
|
+
borderCells += cell(border2, childNode);
|
|
53038
53028
|
}
|
|
53039
53029
|
}
|
|
53040
53030
|
return `
|
|
@@ -56424,15 +56414,14 @@ RichTextToolbar.propTypes = {
|
|
|
56424
56414
|
disabled: propTypes$1.exports.bool,
|
|
56425
56415
|
toolbarComponent: propTypes$1.exports.node
|
|
56426
56416
|
};
|
|
56427
|
-
const inputInTable$4 = "
|
|
56428
|
-
const inputHover$4 = "
|
|
56429
|
-
const inputFocus$4 = "
|
|
56430
|
-
const inputError$4 = "
|
|
56431
|
-
const inputWarning$4 = "
|
|
56432
|
-
const inputDisabled$4 = "
|
|
56433
|
-
const hideScrollbars$4 = "
|
|
56434
|
-
const
|
|
56435
|
-
const richTextInput = "_richTextInput_18f5h_436";
|
|
56417
|
+
const inputInTable$4 = "_inputInTable_wizfl_335";
|
|
56418
|
+
const inputHover$4 = "_inputHover_wizfl_341";
|
|
56419
|
+
const inputFocus$4 = "_inputFocus_wizfl_346";
|
|
56420
|
+
const inputError$4 = "_inputError_wizfl_353";
|
|
56421
|
+
const inputWarning$4 = "_inputWarning_wizfl_354";
|
|
56422
|
+
const inputDisabled$4 = "_inputDisabled_wizfl_389";
|
|
56423
|
+
const hideScrollbars$4 = "_hideScrollbars_wizfl_394";
|
|
56424
|
+
const richTextInput = "_richTextInput_wizfl_404";
|
|
56436
56425
|
const styles$e = {
|
|
56437
56426
|
inputInTable: inputInTable$4,
|
|
56438
56427
|
inputHover: inputHover$4,
|
|
@@ -56441,7 +56430,6 @@ const styles$e = {
|
|
|
56441
56430
|
inputWarning: inputWarning$4,
|
|
56442
56431
|
inputDisabled: inputDisabled$4,
|
|
56443
56432
|
hideScrollbars: hideScrollbars$4,
|
|
56444
|
-
scrollbars: scrollbars$4,
|
|
56445
56433
|
richTextInput
|
|
56446
56434
|
};
|
|
56447
56435
|
const RichTextInput = forwardRef(
|
|
@@ -56501,7 +56489,7 @@ RichTextInput.propTypes = {
|
|
|
56501
56489
|
value: propTypes$1.exports.string,
|
|
56502
56490
|
toolbarComponent: propTypes$1.exports.node
|
|
56503
56491
|
};
|
|
56504
|
-
const row = "
|
|
56492
|
+
const row = "_row_1grw3_335";
|
|
56505
56493
|
const styles$d = {
|
|
56506
56494
|
row
|
|
56507
56495
|
};
|
|
@@ -56652,25 +56640,24 @@ var reactFastCompare = function isEqual3(a2, b2) {
|
|
|
56652
56640
|
throw error2;
|
|
56653
56641
|
}
|
|
56654
56642
|
};
|
|
56655
|
-
const inputInTable$3 = "
|
|
56656
|
-
const inputHover$3 = "
|
|
56657
|
-
const inputFocus$3 = "
|
|
56658
|
-
const inputError$3 = "
|
|
56659
|
-
const inputWarning$3 = "
|
|
56660
|
-
const inputDisabled$3 = "
|
|
56661
|
-
const hideScrollbars$3 = "
|
|
56662
|
-
const
|
|
56663
|
-
const
|
|
56664
|
-
const
|
|
56665
|
-
const
|
|
56666
|
-
const
|
|
56667
|
-
const
|
|
56668
|
-
const
|
|
56669
|
-
const
|
|
56670
|
-
const
|
|
56671
|
-
const
|
|
56672
|
-
const
|
|
56673
|
-
const icon$1 = "_icon_go6n4_523";
|
|
56643
|
+
const inputInTable$3 = "_inputInTable_3m1v7_335";
|
|
56644
|
+
const inputHover$3 = "_inputHover_3m1v7_341";
|
|
56645
|
+
const inputFocus$3 = "_inputFocus_3m1v7_346";
|
|
56646
|
+
const inputError$3 = "_inputError_3m1v7_353";
|
|
56647
|
+
const inputWarning$3 = "_inputWarning_3m1v7_354";
|
|
56648
|
+
const inputDisabled$3 = "_inputDisabled_3m1v7_389";
|
|
56649
|
+
const hideScrollbars$3 = "_hideScrollbars_3m1v7_394";
|
|
56650
|
+
const sidebar = "_sidebar_3m1v7_407";
|
|
56651
|
+
const inner = "_inner_3m1v7_417";
|
|
56652
|
+
const title$3 = "_title_3m1v7_428";
|
|
56653
|
+
const subtitle = "_subtitle_3m1v7_429";
|
|
56654
|
+
const label$2 = "_label_3m1v7_430";
|
|
56655
|
+
const collapsed = "_collapsed_3m1v7_434";
|
|
56656
|
+
const list = "_list_3m1v7_457";
|
|
56657
|
+
const item$2 = "_item_3m1v7_463";
|
|
56658
|
+
const active$2 = "_active_3m1v7_484";
|
|
56659
|
+
const experimental = "_experimental_3m1v7_488";
|
|
56660
|
+
const icon$1 = "_icon_3m1v7_491";
|
|
56674
56661
|
const styles$c = {
|
|
56675
56662
|
inputInTable: inputInTable$3,
|
|
56676
56663
|
inputHover: inputHover$3,
|
|
@@ -56679,10 +56666,9 @@ const styles$c = {
|
|
|
56679
56666
|
inputWarning: inputWarning$3,
|
|
56680
56667
|
inputDisabled: inputDisabled$3,
|
|
56681
56668
|
hideScrollbars: hideScrollbars$3,
|
|
56682
|
-
scrollbars: scrollbars$3,
|
|
56683
56669
|
sidebar,
|
|
56684
56670
|
inner,
|
|
56685
|
-
title: title$
|
|
56671
|
+
title: title$3,
|
|
56686
56672
|
subtitle,
|
|
56687
56673
|
label: label$2,
|
|
56688
56674
|
collapsed,
|
|
@@ -58892,13 +58878,13 @@ const SliderTooltip = ({ text: text2 }) => {
|
|
|
58892
58878
|
});
|
|
58893
58879
|
};
|
|
58894
58880
|
const rcSlider = "";
|
|
58895
|
-
const container = "
|
|
58896
|
-
const small$2 = "
|
|
58897
|
-
const hasMarks = "
|
|
58898
|
-
const vertical = "
|
|
58899
|
-
const hasArrows = "
|
|
58900
|
-
const button$1 = "
|
|
58901
|
-
const label$1 = "
|
|
58881
|
+
const container = "_container_1itew_335";
|
|
58882
|
+
const small$2 = "_small_1itew_341";
|
|
58883
|
+
const hasMarks = "_hasMarks_1itew_344";
|
|
58884
|
+
const vertical = "_vertical_1itew_347";
|
|
58885
|
+
const hasArrows = "_hasArrows_1itew_351";
|
|
58886
|
+
const button$1 = "_button_1itew_355";
|
|
58887
|
+
const label$1 = "_label_1itew_358";
|
|
58902
58888
|
const styles$b = {
|
|
58903
58889
|
container,
|
|
58904
58890
|
small: small$2,
|
|
@@ -59110,18 +59096,23 @@ Spacer.propTypes = {
|
|
|
59110
59096
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59111
59097
|
flex: propTypes$1.exports.bool
|
|
59112
59098
|
};
|
|
59113
|
-
const inputInTable$2 = "
|
|
59114
|
-
const inputHover$2 = "
|
|
59115
|
-
const inputFocus$2 = "
|
|
59116
|
-
const inputError$2 = "
|
|
59117
|
-
const inputWarning$2 = "
|
|
59118
|
-
const inputDisabled$2 = "
|
|
59119
|
-
const hideScrollbars$2 = "
|
|
59120
|
-
const
|
|
59121
|
-
const
|
|
59122
|
-
const
|
|
59123
|
-
const
|
|
59124
|
-
const
|
|
59099
|
+
const inputInTable$2 = "_inputInTable_dlfrf_335";
|
|
59100
|
+
const inputHover$2 = "_inputHover_dlfrf_341";
|
|
59101
|
+
const inputFocus$2 = "_inputFocus_dlfrf_346";
|
|
59102
|
+
const inputError$2 = "_inputError_dlfrf_353";
|
|
59103
|
+
const inputWarning$2 = "_inputWarning_dlfrf_354";
|
|
59104
|
+
const inputDisabled$2 = "_inputDisabled_dlfrf_389";
|
|
59105
|
+
const hideScrollbars$2 = "_hideScrollbars_dlfrf_394";
|
|
59106
|
+
const cellWrapperPadding$3 = "_cellWrapperPadding_dlfrf_404";
|
|
59107
|
+
const flexBlock$3 = "_flexBlock_dlfrf_407";
|
|
59108
|
+
const scrollWrapper = "_scrollWrapper_dlfrf_420";
|
|
59109
|
+
const bordered = "_bordered_dlfrf_420";
|
|
59110
|
+
const maxHeight = "_maxHeight_dlfrf_424";
|
|
59111
|
+
const table = "_table_dlfrf_433";
|
|
59112
|
+
const cellWrapper$3 = "_cellWrapper_dlfrf_404";
|
|
59113
|
+
const title$2 = "_title_dlfrf_515";
|
|
59114
|
+
const footer$1 = "_footer_dlfrf_516";
|
|
59115
|
+
const striped = "_striped_dlfrf_521";
|
|
59125
59116
|
const styles$a = {
|
|
59126
59117
|
inputInTable: inputInTable$2,
|
|
59127
59118
|
inputHover: inputHover$2,
|
|
@@ -59130,14 +59121,25 @@ const styles$a = {
|
|
|
59130
59121
|
inputWarning: inputWarning$2,
|
|
59131
59122
|
inputDisabled: inputDisabled$2,
|
|
59132
59123
|
hideScrollbars: hideScrollbars$2,
|
|
59133
|
-
|
|
59124
|
+
cellWrapperPadding: cellWrapperPadding$3,
|
|
59125
|
+
flexBlock: flexBlock$3,
|
|
59134
59126
|
scrollWrapper,
|
|
59135
59127
|
bordered,
|
|
59128
|
+
maxHeight,
|
|
59136
59129
|
table,
|
|
59130
|
+
cellWrapper: cellWrapper$3,
|
|
59131
|
+
title: title$2,
|
|
59132
|
+
footer: footer$1,
|
|
59137
59133
|
striped
|
|
59138
59134
|
};
|
|
59139
|
-
const
|
|
59135
|
+
const cellWrapperPadding$2 = "_cellWrapperPadding_h6mne_335";
|
|
59136
|
+
const flexBlock$2 = "_flexBlock_h6mne_338";
|
|
59137
|
+
const cellWrapper$2 = "_cellWrapper_h6mne_335";
|
|
59138
|
+
const title$1 = "_title_h6mne_346";
|
|
59140
59139
|
const styles$9 = {
|
|
59140
|
+
cellWrapperPadding: cellWrapperPadding$2,
|
|
59141
|
+
flexBlock: flexBlock$2,
|
|
59142
|
+
cellWrapper: cellWrapper$2,
|
|
59141
59143
|
title: title$1
|
|
59142
59144
|
};
|
|
59143
59145
|
const Title$1 = (props) => {
|
|
@@ -59195,8 +59197,14 @@ Title$1.propTypes = {
|
|
|
59195
59197
|
]),
|
|
59196
59198
|
testId: propTypes$1.exports.string
|
|
59197
59199
|
};
|
|
59198
|
-
const
|
|
59200
|
+
const cellWrapperPadding$1 = "_cellWrapperPadding_1extq_335";
|
|
59201
|
+
const flexBlock$1 = "_flexBlock_1extq_338";
|
|
59202
|
+
const cellWrapper$1 = "_cellWrapper_1extq_335";
|
|
59203
|
+
const footer = "_footer_1extq_346";
|
|
59199
59204
|
const styles$8 = {
|
|
59205
|
+
cellWrapperPadding: cellWrapperPadding$1,
|
|
59206
|
+
flexBlock: flexBlock$1,
|
|
59207
|
+
cellWrapper: cellWrapper$1,
|
|
59200
59208
|
footer
|
|
59201
59209
|
};
|
|
59202
59210
|
const Footer = (props) => {
|
|
@@ -59263,37 +59271,39 @@ function CgSortAz(props) {
|
|
|
59263
59271
|
function CgSortZa(props) {
|
|
59264
59272
|
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);
|
|
59265
59273
|
}
|
|
59266
|
-
const inputInTable$1 = "
|
|
59267
|
-
const inputHover$1 = "
|
|
59268
|
-
const inputFocus$1 = "
|
|
59269
|
-
const inputError$1 = "
|
|
59270
|
-
const inputWarning$1 = "
|
|
59271
|
-
const inputDisabled$1 = "
|
|
59272
|
-
const hideScrollbars$1 = "
|
|
59273
|
-
const
|
|
59274
|
-
const
|
|
59275
|
-
const
|
|
59276
|
-
const
|
|
59277
|
-
const
|
|
59278
|
-
const
|
|
59279
|
-
const
|
|
59280
|
-
const
|
|
59281
|
-
const
|
|
59282
|
-
const
|
|
59283
|
-
const
|
|
59284
|
-
const
|
|
59285
|
-
const
|
|
59286
|
-
const
|
|
59287
|
-
const
|
|
59288
|
-
const
|
|
59289
|
-
const
|
|
59290
|
-
const
|
|
59291
|
-
const
|
|
59292
|
-
const
|
|
59293
|
-
const
|
|
59294
|
-
const
|
|
59295
|
-
const
|
|
59296
|
-
const
|
|
59274
|
+
const inputInTable$1 = "_inputInTable_1k4d6_335";
|
|
59275
|
+
const inputHover$1 = "_inputHover_1k4d6_341";
|
|
59276
|
+
const inputFocus$1 = "_inputFocus_1k4d6_346";
|
|
59277
|
+
const inputError$1 = "_inputError_1k4d6_353";
|
|
59278
|
+
const inputWarning$1 = "_inputWarning_1k4d6_354";
|
|
59279
|
+
const inputDisabled$1 = "_inputDisabled_1k4d6_389";
|
|
59280
|
+
const hideScrollbars$1 = "_hideScrollbars_1k4d6_394";
|
|
59281
|
+
const cellWrapperPadding = "_cellWrapperPadding_1k4d6_404";
|
|
59282
|
+
const flexBlock = "_flexBlock_1k4d6_407";
|
|
59283
|
+
const cellWrapper = "_cellWrapper_1k4d6_404";
|
|
59284
|
+
const disabledLink = "_disabledLink_1k4d6_425";
|
|
59285
|
+
const inputWrapper = "_inputWrapper_1k4d6_429";
|
|
59286
|
+
const breakWord = "_breakWord_1k4d6_445";
|
|
59287
|
+
const inputCell = "_inputCell_1k4d6_448";
|
|
59288
|
+
const sliderCell = "_sliderCell_1k4d6_451";
|
|
59289
|
+
const staticCell = "_staticCell_1k4d6_455";
|
|
59290
|
+
const staticCellContent = "_staticCellContent_1k4d6_458";
|
|
59291
|
+
const error$1 = "_error_1k4d6_467";
|
|
59292
|
+
const warning$2 = "_warning_1k4d6_468";
|
|
59293
|
+
const unit = "_unit_1k4d6_505";
|
|
59294
|
+
const disabled$2 = "_disabled_1k4d6_425";
|
|
59295
|
+
const sortingCell = "_sortingCell_1k4d6_513";
|
|
59296
|
+
const sortingCellIcon = "_sortingCellIcon_1k4d6_521";
|
|
59297
|
+
const icon = "_icon_1k4d6_528";
|
|
59298
|
+
const checkBoxCell = "_checkBoxCell_1k4d6_532";
|
|
59299
|
+
const iconCell = "_iconCell_1k4d6_536";
|
|
59300
|
+
const iconWrapper = "_iconWrapper_1k4d6_541";
|
|
59301
|
+
const actionsCell = "_actionsCell_1k4d6_545";
|
|
59302
|
+
const rightAligned = "_rightAligned_1k4d6_549";
|
|
59303
|
+
const centerAligned = "_centerAligned_1k4d6_555";
|
|
59304
|
+
const leftAligned = "_leftAligned_1k4d6_558";
|
|
59305
|
+
const popover = "_popover_1k4d6_561";
|
|
59306
|
+
const disabledPointerEvents = "_disabledPointerEvents_1k4d6_564";
|
|
59297
59307
|
const styles$7 = {
|
|
59298
59308
|
inputInTable: inputInTable$1,
|
|
59299
59309
|
inputHover: inputHover$1,
|
|
@@ -59302,8 +59312,9 @@ const styles$7 = {
|
|
|
59302
59312
|
inputWarning: inputWarning$1,
|
|
59303
59313
|
inputDisabled: inputDisabled$1,
|
|
59304
59314
|
hideScrollbars: hideScrollbars$1,
|
|
59305
|
-
|
|
59306
|
-
|
|
59315
|
+
cellWrapperPadding,
|
|
59316
|
+
flexBlock,
|
|
59317
|
+
cellWrapper,
|
|
59307
59318
|
disabledLink,
|
|
59308
59319
|
inputWrapper,
|
|
59309
59320
|
breakWord,
|
|
@@ -59314,6 +59325,7 @@ const styles$7 = {
|
|
|
59314
59325
|
error: error$1,
|
|
59315
59326
|
warning: warning$2,
|
|
59316
59327
|
unit,
|
|
59328
|
+
disabled: disabled$2,
|
|
59317
59329
|
sortingCell,
|
|
59318
59330
|
sortingCellIcon,
|
|
59319
59331
|
icon,
|
|
@@ -59490,76 +59502,67 @@ const getHeaderAlignment = (alignments, isHeader, rowIndex) => {
|
|
|
59490
59502
|
}
|
|
59491
59503
|
};
|
|
59492
59504
|
const NumberInputCell = (props) => {
|
|
59493
|
-
const { cell: cell2, testId } = props;
|
|
59494
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
59495
|
-
|
|
59496
|
-
|
|
59497
|
-
|
|
59498
|
-
|
|
59499
|
-
|
|
59500
|
-
|
|
59501
|
-
|
|
59502
|
-
|
|
59503
|
-
|
|
59504
|
-
|
|
59505
|
-
|
|
59506
|
-
|
|
59507
|
-
|
|
59508
|
-
|
|
59509
|
-
validationCallback: cell2.validationCallback,
|
|
59510
|
-
allowEmpty: cell2.allowEmpty
|
|
59511
|
-
})
|
|
59505
|
+
const { cell: cell2, columnAlignment, testId } = props;
|
|
59506
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(NumberInput, {
|
|
59507
|
+
name: cell2.name,
|
|
59508
|
+
value: cell2.value,
|
|
59509
|
+
onChange: (ev) => cell2.onChange(ev),
|
|
59510
|
+
placeholder: cell2.placeholder,
|
|
59511
|
+
error: cell2.error,
|
|
59512
|
+
warning: cell2.warning,
|
|
59513
|
+
disabled: cell2.disabled,
|
|
59514
|
+
isInTable: true,
|
|
59515
|
+
left: cell2.left,
|
|
59516
|
+
testId,
|
|
59517
|
+
tabIndex: cell2.disabled ? -1 : 0,
|
|
59518
|
+
tooltip: cell2.tooltip,
|
|
59519
|
+
validationCallback: cell2.validationCallback,
|
|
59520
|
+
allowEmpty: cell2.allowEmpty
|
|
59512
59521
|
});
|
|
59513
59522
|
};
|
|
59514
59523
|
const InputCell = (props) => {
|
|
59515
59524
|
const { cell: cell2, columnAlignment, testId } = props;
|
|
59516
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
59517
|
-
|
|
59518
|
-
|
|
59519
|
-
|
|
59520
|
-
|
|
59521
|
-
|
|
59522
|
-
|
|
59523
|
-
|
|
59524
|
-
|
|
59525
|
-
|
|
59526
|
-
|
|
59527
|
-
|
|
59528
|
-
|
|
59529
|
-
|
|
59530
|
-
tabIndex: cell2.disabled ? -1 : 0,
|
|
59531
|
-
tooltip: cell2.tooltip
|
|
59532
|
-
})
|
|
59525
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(Input$1, {
|
|
59526
|
+
name: cell2.name,
|
|
59527
|
+
value: cell2.value,
|
|
59528
|
+
onChange: (ev) => cell2.onChange(ev),
|
|
59529
|
+
placeholder: cell2.placeholder,
|
|
59530
|
+
error: cell2.error,
|
|
59531
|
+
warning: cell2.warning,
|
|
59532
|
+
disabled: cell2.disabled,
|
|
59533
|
+
isInTable: true,
|
|
59534
|
+
maxTooltipWidth: cell2.maxTooltipWidth,
|
|
59535
|
+
right: columnAlignment === "right",
|
|
59536
|
+
testId,
|
|
59537
|
+
tabIndex: cell2.disabled ? -1 : 0,
|
|
59538
|
+
tooltip: cell2.tooltip
|
|
59533
59539
|
});
|
|
59534
59540
|
};
|
|
59535
59541
|
const SelectCell = (props) => {
|
|
59536
59542
|
const { cell: cell2, columnAlignment, testId } = props;
|
|
59537
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
59538
|
-
|
|
59539
|
-
|
|
59540
|
-
|
|
59541
|
-
|
|
59542
|
-
|
|
59543
|
-
|
|
59544
|
-
|
|
59545
|
-
|
|
59546
|
-
|
|
59547
|
-
|
|
59548
|
-
|
|
59549
|
-
|
|
59550
|
-
|
|
59551
|
-
|
|
59552
|
-
|
|
59553
|
-
|
|
59554
|
-
|
|
59555
|
-
|
|
59556
|
-
|
|
59557
|
-
|
|
59558
|
-
|
|
59559
|
-
|
|
59560
|
-
testId,
|
|
59561
|
-
tabIndex: cell2.disabled ? -1 : 0
|
|
59562
|
-
})
|
|
59543
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(Select, {
|
|
59544
|
+
name: cell2.name,
|
|
59545
|
+
borderRadius: 0,
|
|
59546
|
+
menu: cell2.menu,
|
|
59547
|
+
options: cell2.options,
|
|
59548
|
+
onChange: (ev) => cell2.onChange(ev),
|
|
59549
|
+
onCreate: cell2.onCreate ? (ev) => cell2.onCreate(ev) : void 0,
|
|
59550
|
+
error: cell2.error,
|
|
59551
|
+
warning: cell2.warning,
|
|
59552
|
+
disabled: cell2.disabled,
|
|
59553
|
+
placeholder: cell2.placeholder,
|
|
59554
|
+
isInTable: true,
|
|
59555
|
+
value: cell2.value,
|
|
59556
|
+
native: cell2.native,
|
|
59557
|
+
clearable: cell2.clearable,
|
|
59558
|
+
searchable: cell2.searchable,
|
|
59559
|
+
deprecatedEventHandler: cell2.deprecatedEventHandler,
|
|
59560
|
+
maxTooltipWidth: cell2.maxTooltipWidth,
|
|
59561
|
+
width: cell2.width,
|
|
59562
|
+
autoLayerWidth: cell2.autoLayerWidth,
|
|
59563
|
+
right: columnAlignment === "right",
|
|
59564
|
+
testId,
|
|
59565
|
+
tabIndex: cell2.disabled ? -1 : 0
|
|
59563
59566
|
});
|
|
59564
59567
|
};
|
|
59565
59568
|
const LinkCell = (props) => {
|
|
@@ -59610,18 +59613,21 @@ const CheckBoxCell = (props) => {
|
|
|
59610
59613
|
};
|
|
59611
59614
|
const SliderCell = (props) => {
|
|
59612
59615
|
const { cell: cell2 } = props;
|
|
59613
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
59614
|
-
|
|
59615
|
-
|
|
59616
|
-
|
|
59617
|
-
|
|
59618
|
-
|
|
59619
|
-
|
|
59620
|
-
|
|
59621
|
-
|
|
59622
|
-
|
|
59623
|
-
|
|
59624
|
-
|
|
59616
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
59617
|
+
className: styles$7.inputWrapper,
|
|
59618
|
+
children: /* @__PURE__ */ jsxRuntime.exports.jsx(Slider, {
|
|
59619
|
+
label: cell2.label,
|
|
59620
|
+
value: cell2.value,
|
|
59621
|
+
min: cell2.min,
|
|
59622
|
+
max: cell2.max,
|
|
59623
|
+
step: cell2.step,
|
|
59624
|
+
marks: cell2.marks,
|
|
59625
|
+
onChange: (ev) => cell2.onChange(ev),
|
|
59626
|
+
showArrows: cell2.showArrows,
|
|
59627
|
+
showToolTop: cell2.showTooltip,
|
|
59628
|
+
tooltipFormatter: cell2.tooltipFormatter,
|
|
59629
|
+
disabled: cell2.disabled
|
|
59630
|
+
})
|
|
59625
59631
|
});
|
|
59626
59632
|
};
|
|
59627
59633
|
const Sort = (props) => {
|
|
@@ -59686,12 +59692,22 @@ const ActionsCell = (props) => {
|
|
|
59686
59692
|
};
|
|
59687
59693
|
const StaticCell = (props) => {
|
|
59688
59694
|
const { cell: cell2, isHeader, testId } = props;
|
|
59689
|
-
const {
|
|
59695
|
+
const {
|
|
59696
|
+
disabled: disabled2,
|
|
59697
|
+
error: error2,
|
|
59698
|
+
warning: warning2,
|
|
59699
|
+
tooltip: tooltip2,
|
|
59700
|
+
maxTooltipWidth,
|
|
59701
|
+
hasSort,
|
|
59702
|
+
onSort,
|
|
59703
|
+
type
|
|
59704
|
+
} = cell2;
|
|
59690
59705
|
const field2 = /* @__PURE__ */ jsxRuntime.exports.jsxs("div", {
|
|
59691
59706
|
className: cx$2(
|
|
59692
59707
|
styles$7.staticCellContent,
|
|
59693
59708
|
type === "Unit" ? styles$7.unit : "",
|
|
59694
|
-
error2 ? styles$7.error : warning2 ? styles$7.warning : ""
|
|
59709
|
+
error2 ? styles$7.error : warning2 ? styles$7.warning : "",
|
|
59710
|
+
disabled2 ? styles$7.disabled : ""
|
|
59695
59711
|
),
|
|
59696
59712
|
onClick: hasSort ? (evt) => onSort(evt) : () => {
|
|
59697
59713
|
},
|
|
@@ -59744,24 +59760,33 @@ const PopoverCell = (props) => {
|
|
|
59744
59760
|
})
|
|
59745
59761
|
});
|
|
59746
59762
|
};
|
|
59763
|
+
const InputCellWrapper = (props) => {
|
|
59764
|
+
const { cell: cell2, columnAlignment, testId } = props;
|
|
59765
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
59766
|
+
className: styles$7.inputWrapper,
|
|
59767
|
+
children: cell2.type === "Input" ? /* @__PURE__ */ jsxRuntime.exports.jsx(InputCell, {
|
|
59768
|
+
cell: cell2,
|
|
59769
|
+
columnAlignment,
|
|
59770
|
+
testId
|
|
59771
|
+
}) : cell2.type === "NumberInput" ? /* @__PURE__ */ jsxRuntime.exports.jsx(NumberInputCell, {
|
|
59772
|
+
cell: cell2,
|
|
59773
|
+
columnAlignment,
|
|
59774
|
+
testId
|
|
59775
|
+
}) : cell2.type === "Select" ? /* @__PURE__ */ jsxRuntime.exports.jsx(SelectCell, {
|
|
59776
|
+
cell: cell2,
|
|
59777
|
+
columnAlignment,
|
|
59778
|
+
testId
|
|
59779
|
+
}) : null
|
|
59780
|
+
});
|
|
59781
|
+
};
|
|
59747
59782
|
const CellWrapper = (props) => {
|
|
59748
59783
|
const { cell: cell2, isHeader, columnAlignment, testId } = props;
|
|
59749
59784
|
if (cell2) {
|
|
59750
59785
|
switch (cell2.type) {
|
|
59751
59786
|
case "Input":
|
|
59752
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(InputCell, {
|
|
59753
|
-
cell: cell2,
|
|
59754
|
-
columnAlignment,
|
|
59755
|
-
testId
|
|
59756
|
-
});
|
|
59757
59787
|
case "NumberInput":
|
|
59758
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(NumberInputCell, {
|
|
59759
|
-
cell: cell2,
|
|
59760
|
-
columnAlignment,
|
|
59761
|
-
testId
|
|
59762
|
-
});
|
|
59763
59788
|
case "Select":
|
|
59764
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
59789
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(InputCellWrapper, {
|
|
59765
59790
|
cell: cell2,
|
|
59766
59791
|
columnAlignment,
|
|
59767
59792
|
testId
|
|
@@ -59820,33 +59845,20 @@ const Cell = (props) => {
|
|
|
59820
59845
|
};
|
|
59821
59846
|
const cellAlignmentStyle = getCellAlignment(alignment, styles$7);
|
|
59822
59847
|
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
|
-
};
|
|
59842
59848
|
const className = cx$2(
|
|
59843
|
-
styles$7.
|
|
59844
|
-
|
|
59849
|
+
styles$7.cellWrapper,
|
|
59850
|
+
cell2.type === "Input" || cell2.type === "NumberInput" || cell2.type === "Select" || cell2.type === "Popover" ? styles$7.inputCell : "",
|
|
59851
|
+
cell2.type === "Slider" ? styles$7.sliderCell : "",
|
|
59852
|
+
cell2.type === "CheckBox" ? styles$7.checkBoxCell : "",
|
|
59853
|
+
cell2.type === "Actions" ? styles$7.actionsCell : "",
|
|
59854
|
+
cell2.type === "Icon" ? styles$7.iconCell : "",
|
|
59855
|
+
cell2.type === "Static" || cell2.type === "Link" || !cell2.type ? styles$7.staticCell : "",
|
|
59845
59856
|
cell2.hasSort ? styles$7.sortingCell : null,
|
|
59846
59857
|
cellAlignmentStyle,
|
|
59847
59858
|
cell2.breakWord ? styles$7.breakWord : ""
|
|
59848
59859
|
);
|
|
59849
|
-
const
|
|
59860
|
+
const isWidthCustomSelect = cell2.type === "Select" && cell2.native !== true && cell2.width !== void 0;
|
|
59861
|
+
const width = isWidthCustomSelect ? "1%" : widthProp && !(colSpan && colSpan > 1) ? widthProp : (snapshot == null ? void 0 : snapshot.isDragging) && ref2.current ? ref2.current.offsetWidth : void 0;
|
|
59850
59862
|
const style2 = { ...styleProp, width };
|
|
59851
59863
|
const Element2 = isHeader ? "th" : "td";
|
|
59852
59864
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(Element2, {
|
|
@@ -60077,13 +60089,13 @@ Cell.propTypes = {
|
|
|
60077
60089
|
cell: cellShape,
|
|
60078
60090
|
testId: propTypes$1.exports.string
|
|
60079
60091
|
};
|
|
60080
|
-
const clickableRow = "
|
|
60081
|
-
const hoverableRow = "
|
|
60082
|
-
const rowActive = "
|
|
60083
|
-
const expandableRow = "
|
|
60084
|
-
const flush2 = "
|
|
60085
|
-
const dragIconCell = "
|
|
60086
|
-
const dragIcon = "
|
|
60092
|
+
const clickableRow = "_clickableRow_1t5fb_335";
|
|
60093
|
+
const hoverableRow = "_hoverableRow_1t5fb_338";
|
|
60094
|
+
const rowActive = "_rowActive_1t5fb_338";
|
|
60095
|
+
const expandableRow = "_expandableRow_1t5fb_342";
|
|
60096
|
+
const flush2 = "_flush_1t5fb_342";
|
|
60097
|
+
const dragIconCell = "_dragIconCell_1t5fb_362";
|
|
60098
|
+
const dragIcon = "_dragIcon_1t5fb_362";
|
|
60087
60099
|
const styles$6 = {
|
|
60088
60100
|
clickableRow,
|
|
60089
60101
|
hoverableRow,
|
|
@@ -60113,6 +60125,8 @@ const Row = (props) => {
|
|
|
60113
60125
|
columnWidths,
|
|
60114
60126
|
colSpan,
|
|
60115
60127
|
hasRowActions: hasRowActions2,
|
|
60128
|
+
rowsMetaData,
|
|
60129
|
+
setRowsMetaData,
|
|
60116
60130
|
provided,
|
|
60117
60131
|
snapshot,
|
|
60118
60132
|
draggableTable,
|
|
@@ -60125,6 +60139,24 @@ const Row = (props) => {
|
|
|
60125
60139
|
isHeader,
|
|
60126
60140
|
rowIndex
|
|
60127
60141
|
);
|
|
60142
|
+
if (rowsMetaData && setRowsMetaData) {
|
|
60143
|
+
useEffect(() => {
|
|
60144
|
+
if (targetRef.current) {
|
|
60145
|
+
setRowsMetaData((data) => {
|
|
60146
|
+
const lastElement = data[data.length - 1];
|
|
60147
|
+
return [
|
|
60148
|
+
...data,
|
|
60149
|
+
{
|
|
60150
|
+
width: targetRef.current.offsetWidth,
|
|
60151
|
+
height: targetRef.current.offsetHeight,
|
|
60152
|
+
isHeader: !!isHeader,
|
|
60153
|
+
stickyOffset: lastElement ? lastElement.height + lastElement.stickyOffset : 0
|
|
60154
|
+
}
|
|
60155
|
+
];
|
|
60156
|
+
});
|
|
60157
|
+
}
|
|
60158
|
+
}, []);
|
|
60159
|
+
}
|
|
60128
60160
|
const {
|
|
60129
60161
|
onRowClick,
|
|
60130
60162
|
onRowFocus,
|
|
@@ -60177,6 +60209,18 @@ const Row = (props) => {
|
|
|
60177
60209
|
})
|
|
60178
60210
|
});
|
|
60179
60211
|
};
|
|
60212
|
+
const stickyStyle = () => {
|
|
60213
|
+
let styles2 = {};
|
|
60214
|
+
const rowMetaData = rowsMetaData ? rowsMetaData[rowIndex] : void 0;
|
|
60215
|
+
if (rowMetaData) {
|
|
60216
|
+
styles2 = {
|
|
60217
|
+
position: "sticky",
|
|
60218
|
+
zIndex: 4,
|
|
60219
|
+
top: rowMetaData.stickyOffset ? `${rowMetaData.stickyOffset}px` : 0
|
|
60220
|
+
};
|
|
60221
|
+
}
|
|
60222
|
+
return styles2;
|
|
60223
|
+
};
|
|
60180
60224
|
return isHeader ? /* @__PURE__ */ jsxRuntime.exports.jsxs(jsxRuntime.exports.Fragment, {
|
|
60181
60225
|
children: [
|
|
60182
60226
|
/* @__PURE__ */ jsxRuntime.exports.jsxs("tr", {
|
|
@@ -60189,6 +60233,7 @@ const Row = (props) => {
|
|
|
60189
60233
|
onRowClick ? styles$6.clickableRow : null,
|
|
60190
60234
|
onRowMouseEnter ? styles$6.hoverableRow : null
|
|
60191
60235
|
),
|
|
60236
|
+
style: { ...stickyStyle() },
|
|
60192
60237
|
children: [
|
|
60193
60238
|
draggableTable ? /* @__PURE__ */ jsxRuntime.exports.jsx(Cell, {
|
|
60194
60239
|
isHeader: true
|
|
@@ -60305,12 +60350,12 @@ const hasRowActions = (rows, headers) => {
|
|
|
60305
60350
|
const TableScrollWrapper = ({ table: table2, children }) => {
|
|
60306
60351
|
const {
|
|
60307
60352
|
fixedWidth: width,
|
|
60308
|
-
maxHeight,
|
|
60353
|
+
maxHeight: maxHeight2,
|
|
60309
60354
|
rows,
|
|
60310
60355
|
infiniteScroll,
|
|
60311
60356
|
bordered: bordered2 = true
|
|
60312
60357
|
} = table2;
|
|
60313
|
-
const pageSize = Math.ceil(window.innerHeight /
|
|
60358
|
+
const pageSize = Math.ceil(window.innerHeight / 38);
|
|
60314
60359
|
const [visibleRows, setVisibleRows] = infiniteScroll ? useState(pageSize) : [rows.length, null];
|
|
60315
60360
|
const [hasMore, setHasMore] = infiniteScroll ? useState(visibleRows < rows.length) : [false, null];
|
|
60316
60361
|
const loadMoreItems = () => {
|
|
@@ -60325,10 +60370,10 @@ const TableScrollWrapper = ({ table: table2, children }) => {
|
|
|
60325
60370
|
className: cx$2(
|
|
60326
60371
|
styles$a.scrollWrapper,
|
|
60327
60372
|
bordered2 ? styles$a.bordered : "",
|
|
60328
|
-
|
|
60373
|
+
maxHeight2 ? styles$a.maxHeight : ""
|
|
60329
60374
|
),
|
|
60330
60375
|
style: {
|
|
60331
|
-
maxHeight,
|
|
60376
|
+
maxHeight: maxHeight2,
|
|
60332
60377
|
width,
|
|
60333
60378
|
display: width === "auto" ? "inline-block" : null
|
|
60334
60379
|
},
|
|
@@ -60346,6 +60391,7 @@ const Table = (props) => {
|
|
|
60346
60391
|
var _a, _b, _c, _d, _e2, _f, _g;
|
|
60347
60392
|
const { onListReorder, table: propTable } = props;
|
|
60348
60393
|
const {
|
|
60394
|
+
fixedWidth,
|
|
60349
60395
|
columnWidths,
|
|
60350
60396
|
footer: footer2,
|
|
60351
60397
|
name: name2,
|
|
@@ -60354,6 +60400,7 @@ const Table = (props) => {
|
|
|
60354
60400
|
actionsRight,
|
|
60355
60401
|
columnHeaderAlignments,
|
|
60356
60402
|
columnAlignment,
|
|
60403
|
+
stickyHeaders,
|
|
60357
60404
|
striped: striped2 = true,
|
|
60358
60405
|
testId,
|
|
60359
60406
|
draggable: draggable2,
|
|
@@ -60374,6 +60421,7 @@ const Table = (props) => {
|
|
|
60374
60421
|
const columnCount = getColumnCount(propRows, headers);
|
|
60375
60422
|
const rowActions = hasRowActions(propRows, headers);
|
|
60376
60423
|
const colSpan = columnCount + (rowActions ? 1 : 0);
|
|
60424
|
+
const [rowsMetaData, setRowsMetaData] = useState([]);
|
|
60377
60425
|
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;
|
|
60378
60426
|
const addEmptyTempRow = ((_g = defaultEmptyRow == null ? void 0 : defaultEmptyRow.cells) == null ? void 0 : _g.length) && onAddRow && isLastPage;
|
|
60379
60427
|
const tempEmptyCells = addEmptyTempRow ? defaultEmptyRow.cells.map((cell2, i) => {
|
|
@@ -60448,6 +60496,8 @@ const Table = (props) => {
|
|
|
60448
60496
|
hasRowActions: rowActions,
|
|
60449
60497
|
columnAlignment,
|
|
60450
60498
|
columnHeaderAlignments,
|
|
60499
|
+
rowsMetaData: stickyHeaders ? rowsMetaData : void 0,
|
|
60500
|
+
setRowsMetaData: stickyHeaders ? setRowsMetaData : void 0,
|
|
60451
60501
|
draggableTable: draggable2
|
|
60452
60502
|
}, `0_${rowIndex}`);
|
|
60453
60503
|
})
|
|
@@ -60513,7 +60563,9 @@ const Table = (props) => {
|
|
|
60513
60563
|
colSpan,
|
|
60514
60564
|
hasRowActions: rowActions,
|
|
60515
60565
|
columnAlignment,
|
|
60516
|
-
columnHeaderAlignments
|
|
60566
|
+
columnHeaderAlignments,
|
|
60567
|
+
rowsMetaData: stickyHeaders ? rowsMetaData : void 0,
|
|
60568
|
+
setRowsMetaData: stickyHeaders ? setRowsMetaData : void 0
|
|
60517
60569
|
}, `0_${rowIndex}`);
|
|
60518
60570
|
})
|
|
60519
60571
|
]
|
|
@@ -60566,6 +60618,7 @@ Table.propTypes = {
|
|
|
60566
60618
|
propTypes$1.exports.oneOf(["left", "right", "center", ""])
|
|
60567
60619
|
),
|
|
60568
60620
|
infiniteScroll: propTypes$1.exports.bool,
|
|
60621
|
+
stickyHeaders: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.bool]),
|
|
60569
60622
|
headers: propTypes$1.exports.arrayOf(rowShape),
|
|
60570
60623
|
rows: propTypes$1.exports.arrayOf(rowShape),
|
|
60571
60624
|
draggable: propTypes$1.exports.bool,
|
|
@@ -60578,21 +60631,20 @@ Table.propTypes = {
|
|
|
60578
60631
|
striped: propTypes$1.exports.bool,
|
|
60579
60632
|
testId: propTypes$1.exports.string,
|
|
60580
60633
|
onAddRow: propTypes$1.exports.func,
|
|
60581
|
-
defaultEmptyRow: propTypes$1.exports.object
|
|
60582
|
-
stickyHeaders: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.bool])
|
|
60634
|
+
defaultEmptyRow: propTypes$1.exports.object
|
|
60583
60635
|
}).isRequired,
|
|
60584
60636
|
onListReorder: propTypes$1.exports.func
|
|
60585
60637
|
};
|
|
60586
|
-
const tabs = "
|
|
60587
|
-
const padding = "
|
|
60588
|
-
const margin = "
|
|
60589
|
-
const contentPadding = "
|
|
60590
|
-
const item$1 = "
|
|
60591
|
-
const active$1 = "
|
|
60592
|
-
const hidden = "
|
|
60593
|
-
const disabled$1 = "
|
|
60594
|
-
const left$1 = "
|
|
60595
|
-
const right$1 = "
|
|
60638
|
+
const tabs = "_tabs_jc7kg_335";
|
|
60639
|
+
const padding = "_padding_jc7kg_341";
|
|
60640
|
+
const margin = "_margin_jc7kg_345";
|
|
60641
|
+
const contentPadding = "_contentPadding_jc7kg_348";
|
|
60642
|
+
const item$1 = "_item_jc7kg_351";
|
|
60643
|
+
const active$1 = "_active_jc7kg_380";
|
|
60644
|
+
const hidden = "_hidden_jc7kg_385";
|
|
60645
|
+
const disabled$1 = "_disabled_jc7kg_388";
|
|
60646
|
+
const left$1 = "_left_jc7kg_392";
|
|
60647
|
+
const right$1 = "_right_jc7kg_392";
|
|
60596
60648
|
const styles$5 = {
|
|
60597
60649
|
tabs,
|
|
60598
60650
|
padding,
|
|
@@ -60820,19 +60872,18 @@ TextLink.propTypes = {
|
|
|
60820
60872
|
target: propTypes$1.exports.string,
|
|
60821
60873
|
testId: propTypes$1.exports.string
|
|
60822
60874
|
};
|
|
60823
|
-
const inputInTable = "
|
|
60824
|
-
const inputHover = "
|
|
60825
|
-
const inputFocus = "
|
|
60826
|
-
const inputError = "
|
|
60827
|
-
const inputWarning = "
|
|
60828
|
-
const inputDisabled = "
|
|
60829
|
-
const hideScrollbars = "
|
|
60830
|
-
const
|
|
60831
|
-
const
|
|
60832
|
-
const
|
|
60833
|
-
const
|
|
60834
|
-
const
|
|
60835
|
-
const monospace = "_monospace_mb83o_513";
|
|
60875
|
+
const inputInTable = "_inputInTable_1t2x9_335";
|
|
60876
|
+
const inputHover = "_inputHover_1t2x9_341";
|
|
60877
|
+
const inputFocus = "_inputFocus_1t2x9_346";
|
|
60878
|
+
const inputError = "_inputError_1t2x9_353";
|
|
60879
|
+
const inputWarning = "_inputWarning_1t2x9_354";
|
|
60880
|
+
const inputDisabled = "_inputDisabled_1t2x9_389";
|
|
60881
|
+
const hideScrollbars = "_hideScrollbars_1t2x9_394";
|
|
60882
|
+
const textarea = "_textarea_1t2x9_404";
|
|
60883
|
+
const small$1 = "_small_1t2x9_441";
|
|
60884
|
+
const error = "_error_1t2x9_447";
|
|
60885
|
+
const warning$1 = "_warning_1t2x9_464";
|
|
60886
|
+
const monospace = "_monospace_1t2x9_481";
|
|
60836
60887
|
const styles$4 = {
|
|
60837
60888
|
inputInTable,
|
|
60838
60889
|
inputHover,
|
|
@@ -60841,7 +60892,6 @@ const styles$4 = {
|
|
|
60841
60892
|
inputWarning,
|
|
60842
60893
|
inputDisabled,
|
|
60843
60894
|
hideScrollbars,
|
|
60844
|
-
scrollbars,
|
|
60845
60895
|
textarea,
|
|
60846
60896
|
small: small$1,
|
|
60847
60897
|
error,
|
|
@@ -62026,10 +62076,10 @@ const toast = ({ id: id2, message: message2, autoClose = 6e3, onClose }) => {
|
|
|
62026
62076
|
type: toastType
|
|
62027
62077
|
});
|
|
62028
62078
|
};
|
|
62029
|
-
const toggle$1 = "
|
|
62030
|
-
const small = "
|
|
62031
|
-
const disabled = "
|
|
62032
|
-
const noMargin = "
|
|
62079
|
+
const toggle$1 = "_toggle_rnsmr_343";
|
|
62080
|
+
const small = "_small_rnsmr_358";
|
|
62081
|
+
const disabled = "_disabled_rnsmr_430";
|
|
62082
|
+
const noMargin = "_noMargin_rnsmr_441";
|
|
62033
62083
|
const styles$3 = {
|
|
62034
62084
|
toggle: toggle$1,
|
|
62035
62085
|
small,
|
|
@@ -62105,21 +62155,21 @@ Toggle.propTypes = {
|
|
|
62105
62155
|
helpText: propTypes$1.exports.string,
|
|
62106
62156
|
onClickHelp: propTypes$1.exports.func
|
|
62107
62157
|
};
|
|
62108
|
-
const topbar = "
|
|
62109
|
-
const fixed = "
|
|
62110
|
-
const title = "
|
|
62111
|
-
const logo = "
|
|
62112
|
-
const label = "
|
|
62113
|
-
const brand = "
|
|
62114
|
-
const version = "
|
|
62115
|
-
const left = "
|
|
62116
|
-
const right = "
|
|
62117
|
-
const item = "
|
|
62118
|
-
const link = "
|
|
62119
|
-
const button = "
|
|
62120
|
-
const menu = "
|
|
62121
|
-
const active = "
|
|
62122
|
-
const alert = "
|
|
62158
|
+
const topbar = "_topbar_8tc9g_343";
|
|
62159
|
+
const fixed = "_fixed_8tc9g_354";
|
|
62160
|
+
const title = "_title_8tc9g_362";
|
|
62161
|
+
const logo = "_logo_8tc9g_378";
|
|
62162
|
+
const label = "_label_8tc9g_381";
|
|
62163
|
+
const brand = "_brand_8tc9g_386";
|
|
62164
|
+
const version = "_version_8tc9g_391";
|
|
62165
|
+
const left = "_left_8tc9g_399";
|
|
62166
|
+
const right = "_right_8tc9g_400";
|
|
62167
|
+
const item = "_item_8tc9g_417";
|
|
62168
|
+
const link = "_link_8tc9g_418";
|
|
62169
|
+
const button = "_button_8tc9g_430";
|
|
62170
|
+
const menu = "_menu_8tc9g_431";
|
|
62171
|
+
const active = "_active_8tc9g_459";
|
|
62172
|
+
const alert = "_alert_8tc9g_484";
|
|
62123
62173
|
const styles$2 = {
|
|
62124
62174
|
topbar,
|
|
62125
62175
|
fixed,
|
|
@@ -74059,12 +74109,12 @@ function AiOutlineMinusSquare(props) {
|
|
|
74059
74109
|
function AiOutlinePlusSquare(props) {
|
|
74060
74110
|
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);
|
|
74061
74111
|
}
|
|
74062
|
-
const tree = "
|
|
74063
|
-
const toggle = "
|
|
74064
|
-
const dropTarget = "
|
|
74065
|
-
const draggingSource = "
|
|
74066
|
-
const placeholderContainer = "
|
|
74067
|
-
const placeholder2 = "
|
|
74112
|
+
const tree = "_tree_1ykbp_335";
|
|
74113
|
+
const toggle = "_toggle_1ykbp_338";
|
|
74114
|
+
const dropTarget = "_dropTarget_1ykbp_342";
|
|
74115
|
+
const draggingSource = "_draggingSource_1ykbp_345";
|
|
74116
|
+
const placeholderContainer = "_placeholderContainer_1ykbp_348";
|
|
74117
|
+
const placeholder2 = "_placeholder_1ykbp_348";
|
|
74068
74118
|
const styles = {
|
|
74069
74119
|
tree,
|
|
74070
74120
|
toggle,
|