@activecollab/components 1.0.413 → 1.0.415
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/cjs/components/index.js +11 -0
- package/dist/cjs/components/index.js.map +1 -1
- package/dist/cjs/hooks/useInputNumber.js +2 -1
- package/dist/cjs/hooks/useInputNumber.js.map +1 -1
- package/dist/esm/components/index.d.ts +1 -0
- package/dist/esm/components/index.d.ts.map +1 -1
- package/dist/esm/components/index.js +1 -0
- package/dist/esm/components/index.js.map +1 -1
- package/dist/esm/hooks/useInputNumber.d.ts.map +1 -1
- package/dist/esm/hooks/useInputNumber.js +2 -1
- package/dist/esm/hooks/useInputNumber.js.map +1 -1
- package/dist/index.js +215 -157
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
})(["display:inline-flex;svg{margin:0 4px;}"]);
|
|
270
270
|
StyledButtonElement.displayName = "StyledButtonElement";
|
|
271
271
|
|
|
272
|
-
var _excluded$
|
|
272
|
+
var _excluded$1q = ["children", "active", "variant", "size", "className"];
|
|
273
273
|
/**
|
|
274
274
|
* @component Button
|
|
275
275
|
* @description
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
_ref$size = _ref.size,
|
|
300
300
|
size = _ref$size === void 0 ? "medium" : _ref$size,
|
|
301
301
|
className = _ref.className,
|
|
302
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
302
|
+
args = _objectWithoutProperties(_ref, _excluded$1q);
|
|
303
303
|
return /*#__PURE__*/React__default["default"].createElement(StyledButton$2, _extends({
|
|
304
304
|
className: classNames__default["default"]("c-btn", className, {
|
|
305
305
|
"c-btn--contained": variant === "primary" || variant === "contained",
|
|
@@ -373,12 +373,12 @@
|
|
|
373
373
|
})(["svg{fill:var(--color-theme-100);}&:hover svg{transform:rotate(90deg);transition:ease 0.3s;}"]);
|
|
374
374
|
StyledGlobalAddButton.displayName = "StyledGlobalAddButton";
|
|
375
375
|
|
|
376
|
-
var _excluded$
|
|
376
|
+
var _excluded$1p = ["className", "disabled"];
|
|
377
377
|
var GlobalAddButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
378
378
|
var className = _ref.className,
|
|
379
379
|
_ref$disabled = _ref.disabled,
|
|
380
380
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
381
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
381
|
+
rest = _objectWithoutProperties(_ref, _excluded$1p);
|
|
382
382
|
return /*#__PURE__*/React__default["default"].createElement(StyledGlobalAddButton, _extends({
|
|
383
383
|
ref: ref,
|
|
384
384
|
variant: "contained",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
});
|
|
411
411
|
StyledButtonGroup$1.displayName = "StyledButtonGroup";
|
|
412
412
|
|
|
413
|
-
var _excluded$
|
|
413
|
+
var _excluded$1o = ["children", "className"];
|
|
414
414
|
var ButtonGroup = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
415
415
|
var children = _ref.children,
|
|
416
416
|
className = _ref.className,
|
|
417
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
417
|
+
rest = _objectWithoutProperties(_ref, _excluded$1o);
|
|
418
418
|
return /*#__PURE__*/React__default["default"].createElement(StyledButtonGroup$1, _extends({
|
|
419
419
|
ref: ref,
|
|
420
420
|
className: classNames__default["default"]("c-btn-group", className)
|
|
@@ -612,7 +612,7 @@
|
|
|
612
612
|
return React.useContext(MenuContext);
|
|
613
613
|
};
|
|
614
614
|
|
|
615
|
-
var _excluded$
|
|
615
|
+
var _excluded$1n = ["children", "anchorEl", "open", "style", "transition", "placement", "strategy", "afterWrite"];
|
|
616
616
|
var Popper = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
617
617
|
var children = _ref.children,
|
|
618
618
|
anchorEl = _ref.anchorEl,
|
|
@@ -626,7 +626,7 @@
|
|
|
626
626
|
_ref$strategy = _ref.strategy,
|
|
627
627
|
strategy = _ref$strategy === void 0 ? "absolute" : _ref$strategy,
|
|
628
628
|
afterWrite = _ref.afterWrite,
|
|
629
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
629
|
+
rest = _objectWithoutProperties(_ref, _excluded$1n);
|
|
630
630
|
var _useState = React.useState(true),
|
|
631
631
|
_useState2 = _slicedToArray(_useState, 2),
|
|
632
632
|
exited = _useState2[0],
|
|
@@ -725,12 +725,12 @@
|
|
|
725
725
|
});
|
|
726
726
|
StyledOverlay.displayName = "StyledOverlay";
|
|
727
727
|
|
|
728
|
-
var _excluded$
|
|
728
|
+
var _excluded$1m = ["className", "disableBackgroundColor"];
|
|
729
729
|
var Overlay = function Overlay(_ref) {
|
|
730
730
|
var className = _ref.className,
|
|
731
731
|
_ref$disableBackgroun = _ref.disableBackgroundColor,
|
|
732
732
|
disableBackgroundColor = _ref$disableBackgroun === void 0 ? false : _ref$disableBackgroun,
|
|
733
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
733
|
+
rest = _objectWithoutProperties(_ref, _excluded$1m);
|
|
734
734
|
return /*#__PURE__*/React__default["default"].createElement(StyledOverlay, _extends({
|
|
735
735
|
className: classNames__default["default"]("c-overlay", className),
|
|
736
736
|
$disableBackgroundColor: disableBackgroundColor
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
})(["", " ", " position:fixed;top:0;right:0;bottom:0;left:0;"], FontStyle, BoxSizingStyle);
|
|
771
771
|
StyledWindow.displayName = "StyledWindow";
|
|
772
772
|
|
|
773
|
-
var _excluded$
|
|
773
|
+
var _excluded$1l = ["children", "onClose", "className", "style", "onKeyDown", "disableFocusLock", "disableScrollLock", "disableCloseOnEsc", "onClick"];
|
|
774
774
|
var returnFocus = {
|
|
775
775
|
preventScroll: true
|
|
776
776
|
};
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
_ref$disableCloseOnEs = _ref.disableCloseOnEsc,
|
|
788
788
|
disableCloseOnEsc = _ref$disableCloseOnEs === void 0 ? false : _ref$disableCloseOnEs,
|
|
789
789
|
onClick = _ref.onClick,
|
|
790
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
790
|
+
rest = _objectWithoutProperties(_ref, _excluded$1l);
|
|
791
791
|
var innerRef = React.useRef(null);
|
|
792
792
|
var handleRef = useForkRef(innerRef, ref);
|
|
793
793
|
var _useLayerContext = useLayerContext(),
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
}, FontStyle, BoxSizingStyle);
|
|
849
849
|
StyledBubble.displayName = "StyledBubble";
|
|
850
850
|
|
|
851
|
-
var _excluded$
|
|
851
|
+
var _excluded$1k = ["children", "className", "innerRef", "style"];
|
|
852
852
|
var Bubble = function Bubble(_ref) {
|
|
853
853
|
var children = _ref.children,
|
|
854
854
|
className = _ref.className,
|
|
@@ -856,7 +856,7 @@
|
|
|
856
856
|
innerRef = _ref$innerRef === void 0 ? null : _ref$innerRef,
|
|
857
857
|
_ref$style = _ref.style,
|
|
858
858
|
style = _ref$style === void 0 ? {} : _ref$style,
|
|
859
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
859
|
+
rest = _objectWithoutProperties(_ref, _excluded$1k);
|
|
860
860
|
return /*#__PURE__*/React__default["default"].createElement(StyledBubble, _extends({}, rest, {
|
|
861
861
|
ref: innerRef,
|
|
862
862
|
className: classNames__default["default"]("c-bubble", className),
|
|
@@ -1176,7 +1176,7 @@
|
|
|
1176
1176
|
});
|
|
1177
1177
|
StyledTypography.displayName = "StyledTypography";
|
|
1178
1178
|
|
|
1179
|
-
var _excluded$
|
|
1179
|
+
var _excluded$1j = ["variant", "as", "color", "italic", "tabularNums", "letterSpacing", "lineHeight", "align", "decoration", "transform", "overflow", "whitespace", "wordBreak", "weight", "className", "children"];
|
|
1180
1180
|
var Typography = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
1181
1181
|
var _ref$variant = _ref.variant,
|
|
1182
1182
|
variant = _ref$variant === void 0 ? "Title 1" : _ref$variant,
|
|
@@ -1207,7 +1207,7 @@
|
|
|
1207
1207
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
1208
1208
|
className = _ref.className,
|
|
1209
1209
|
children = _ref.children,
|
|
1210
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1210
|
+
props = _objectWithoutProperties(_ref, _excluded$1j);
|
|
1211
1211
|
var Component = as || "div";
|
|
1212
1212
|
return /*#__PURE__*/React__default["default"].createElement(StyledTypography, _extends({
|
|
1213
1213
|
as: Component,
|
|
@@ -1230,13 +1230,13 @@
|
|
|
1230
1230
|
});
|
|
1231
1231
|
Typography.displayName = "Typography";
|
|
1232
1232
|
|
|
1233
|
-
var _excluded$
|
|
1233
|
+
var _excluded$1i = ["title", "className", "leftElement", "rightElement"];
|
|
1234
1234
|
var MenuHeader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
1235
1235
|
var title = _ref.title,
|
|
1236
1236
|
className = _ref.className,
|
|
1237
1237
|
leftElement = _ref.leftElement,
|
|
1238
1238
|
rightElement = _ref.rightElement,
|
|
1239
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1239
|
+
props = _objectWithoutProperties(_ref, _excluded$1i);
|
|
1240
1240
|
return /*#__PURE__*/React__default["default"].createElement(StyledMenuHeader, _extends({}, props, {
|
|
1241
1241
|
className: classNames__default["default"]("c-menu-header", className),
|
|
1242
1242
|
ref: ref
|
|
@@ -1261,11 +1261,11 @@
|
|
|
1261
1261
|
});
|
|
1262
1262
|
MenuHeader.displayName = "MenuHeader";
|
|
1263
1263
|
|
|
1264
|
-
var _excluded$
|
|
1264
|
+
var _excluded$1h = ["children", "className"];
|
|
1265
1265
|
var MenuFooter = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
1266
1266
|
var children = _ref.children,
|
|
1267
1267
|
className = _ref.className,
|
|
1268
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1268
|
+
props = _objectWithoutProperties(_ref, _excluded$1h);
|
|
1269
1269
|
return /*#__PURE__*/React__default["default"].createElement(StyledMenuFooter$1, _extends({}, props, {
|
|
1270
1270
|
className: classNames__default["default"]("c-menu-footer", className),
|
|
1271
1271
|
ref: ref
|
|
@@ -1289,11 +1289,11 @@
|
|
|
1289
1289
|
})(["border-top:1px solid var(--border-primary);margin:12px 16px;height:1px;"]);
|
|
1290
1290
|
StyledListSeparator.displayName = "StyledListSeparator";
|
|
1291
1291
|
|
|
1292
|
-
var _excluded$
|
|
1292
|
+
var _excluded$1g = ["children", "className"];
|
|
1293
1293
|
var ListItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
1294
1294
|
var children = _ref.children,
|
|
1295
1295
|
className = _ref.className,
|
|
1296
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1296
|
+
props = _objectWithoutProperties(_ref, _excluded$1g);
|
|
1297
1297
|
return /*#__PURE__*/React__default["default"].createElement(StyledListItem, _extends({
|
|
1298
1298
|
className: classNames__default["default"]("c-list-item", className),
|
|
1299
1299
|
ref: ref,
|
|
@@ -1302,21 +1302,21 @@
|
|
|
1302
1302
|
});
|
|
1303
1303
|
ListItem.displayName = "ListItem";
|
|
1304
1304
|
|
|
1305
|
-
var _excluded$
|
|
1305
|
+
var _excluded$1f = ["className"];
|
|
1306
1306
|
var ListSeparator = function ListSeparator(_ref) {
|
|
1307
1307
|
var className = _ref.className,
|
|
1308
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1308
|
+
props = _objectWithoutProperties(_ref, _excluded$1f);
|
|
1309
1309
|
return /*#__PURE__*/React__default["default"].createElement(StyledListSeparator, _extends({
|
|
1310
1310
|
className: classNames__default["default"]("c-list-separator", className)
|
|
1311
1311
|
}, props));
|
|
1312
1312
|
};
|
|
1313
1313
|
ListSeparator.displayName = "ListSeparator";
|
|
1314
1314
|
|
|
1315
|
-
var _excluded$
|
|
1315
|
+
var _excluded$1e = ["children", "className"];
|
|
1316
1316
|
var _List = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
1317
1317
|
var children = _ref.children,
|
|
1318
1318
|
className = _ref.className,
|
|
1319
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1319
|
+
props = _objectWithoutProperties(_ref, _excluded$1e);
|
|
1320
1320
|
return /*#__PURE__*/React__default["default"].createElement(StyledList, _extends({
|
|
1321
1321
|
className: className,
|
|
1322
1322
|
ref: ref,
|
|
@@ -1342,7 +1342,7 @@
|
|
|
1342
1342
|
return size === "big" && styled.css(["width:40px;"]);
|
|
1343
1343
|
});
|
|
1344
1344
|
|
|
1345
|
-
var _excluded$
|
|
1345
|
+
var _excluded$1d = ["children", "className", "variant", "size", "active"];
|
|
1346
1346
|
|
|
1347
1347
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
1348
1348
|
|
|
@@ -1372,7 +1372,7 @@
|
|
|
1372
1372
|
variant = _ref.variant,
|
|
1373
1373
|
size = _ref.size,
|
|
1374
1374
|
active = _ref.active,
|
|
1375
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
1375
|
+
args = _objectWithoutProperties(_ref, _excluded$1d);
|
|
1376
1376
|
return /*#__PURE__*/React__default["default"].createElement(StyledIconButton, _extends({
|
|
1377
1377
|
className: className,
|
|
1378
1378
|
variant: variant,
|
|
@@ -7962,14 +7962,14 @@
|
|
|
7962
7962
|
});
|
|
7963
7963
|
StyledBreadcrumbListItem.displayName = "StyledBreadcrumbListItem";
|
|
7964
7964
|
|
|
7965
|
-
var _excluded$
|
|
7965
|
+
var _excluded$1c = ["children", "className", "separator"];
|
|
7966
7966
|
var Breadcrumbs = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7967
7967
|
var _dimensions$width, _childDimensions$widt;
|
|
7968
7968
|
var children = _ref.children,
|
|
7969
7969
|
className = _ref.className,
|
|
7970
7970
|
_ref$separator = _ref.separator,
|
|
7971
7971
|
separator = _ref$separator === void 0 ? "/" : _ref$separator,
|
|
7972
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
7972
|
+
rest = _objectWithoutProperties(_ref, _excluded$1c);
|
|
7973
7973
|
var internalRef = React.useRef(null);
|
|
7974
7974
|
var listWrapperRef = React.useRef(null);
|
|
7975
7975
|
var olRef = React.useRef(null);
|
|
@@ -8136,10 +8136,10 @@
|
|
|
8136
8136
|
return props.$isLight && styled.css(["background-color:var(--page-paper-main);box-shadow:var(--shadow-secondary);color:var(--color-theme-700);"]);
|
|
8137
8137
|
});
|
|
8138
8138
|
|
|
8139
|
-
var _excluded$
|
|
8139
|
+
var _excluded$1b = ["children"];
|
|
8140
8140
|
var TooltipAnimation = function TooltipAnimation(_ref) {
|
|
8141
8141
|
var children = _ref.children,
|
|
8142
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8142
|
+
props = _objectWithoutProperties(_ref, _excluded$1b);
|
|
8143
8143
|
return /*#__PURE__*/React__default["default"].createElement(FromElement, _extends({
|
|
8144
8144
|
timeout: 0
|
|
8145
8145
|
}, props), children);
|
|
@@ -8214,12 +8214,12 @@
|
|
|
8214
8214
|
});
|
|
8215
8215
|
Tooltip.displayName = "Tooltip";
|
|
8216
8216
|
|
|
8217
|
-
var _excluded$
|
|
8217
|
+
var _excluded$1a = ["weight", "children"];
|
|
8218
8218
|
var Body2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
8219
8219
|
var _ref$weight = _ref.weight,
|
|
8220
8220
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
8221
8221
|
children = _ref.children,
|
|
8222
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8222
|
+
props = _objectWithoutProperties(_ref, _excluded$1a);
|
|
8223
8223
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
8224
8224
|
variant: "Body 2",
|
|
8225
8225
|
weight: weight,
|
|
@@ -8338,7 +8338,7 @@
|
|
|
8338
8338
|
})(["margin-left:4px;margin-right:-6px;"]);
|
|
8339
8339
|
StyledBadge.displayName = "StyledBadge";
|
|
8340
8340
|
|
|
8341
|
-
var _excluded$
|
|
8341
|
+
var _excluded$19 = ["label", "icon", "active", "counter", "tooltipText", "onClearAll", "className", "disabled"];
|
|
8342
8342
|
var CounterButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
8343
8343
|
var label = _ref.label,
|
|
8344
8344
|
icon = _ref.icon,
|
|
@@ -8350,7 +8350,7 @@
|
|
|
8350
8350
|
className = _ref.className,
|
|
8351
8351
|
_ref$disabled = _ref.disabled,
|
|
8352
8352
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
8353
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
8353
|
+
args = _objectWithoutProperties(_ref, _excluded$19);
|
|
8354
8354
|
return /*#__PURE__*/React__default["default"].createElement(StyledCounterButtonWrapper, {
|
|
8355
8355
|
ref: ref,
|
|
8356
8356
|
className: className
|
|
@@ -8664,7 +8664,7 @@
|
|
|
8664
8664
|
StyledDatePicker.displayName = "StyledDatePicker";
|
|
8665
8665
|
StyledDayPicker.displayName = "StyledDayPicker";
|
|
8666
8666
|
|
|
8667
|
-
var _excluded$
|
|
8667
|
+
var _excluded$18 = ["className", "onChange", "onDayClick", "selectedDays", "disabledDays", "selectionMode", "month", "onMonthChange", "dateRequired", "firstDayOfWeek", "fixedWeeks", "modifiers"];
|
|
8668
8668
|
var DatePicker = function DatePicker(_ref) {
|
|
8669
8669
|
var className = _ref.className,
|
|
8670
8670
|
onChange = _ref.onChange,
|
|
@@ -8686,7 +8686,7 @@
|
|
|
8686
8686
|
_ref$fixedWeeks = _ref.fixedWeeks,
|
|
8687
8687
|
fixedWeeks = _ref$fixedWeeks === void 0 ? true : _ref$fixedWeeks,
|
|
8688
8688
|
defaultModifiers = _ref.modifiers,
|
|
8689
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8689
|
+
rest = _objectWithoutProperties(_ref, _excluded$18);
|
|
8690
8690
|
var _useState = React.useState(),
|
|
8691
8691
|
_useState2 = _slicedToArray(_useState, 2),
|
|
8692
8692
|
enteredTo = _useState2[0],
|
|
@@ -9579,10 +9579,10 @@
|
|
|
9579
9579
|
componentId: "sc-x4ge7a-0"
|
|
9580
9580
|
})(["width:70%;background:linear-gradient( 90deg,rgba(255,255,255,0) 20%,rgba(0,0,0,0.05) 50%,rgba(255,255,255,0) 60% );background-size:400%;height:16px;border-radius:8px;.neon &{background:linear-gradient( 90deg,rgba(255,255,255,0) 20%,rgba(0,0,0,0.2) 50%,rgba(255,255,255,0) 60% );background-size:500%;}animation-duration:1s;animation-iteration-count:infinite;animation-name:", ";animation-timing-function:linear;animation-direction:reverse;"], linearAnimation);
|
|
9581
9581
|
|
|
9582
|
-
var _excluded$
|
|
9582
|
+
var _excluded$17 = ["className"];
|
|
9583
9583
|
var LinearLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
9584
9584
|
var className = _ref.className,
|
|
9585
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
9585
|
+
rest = _objectWithoutProperties(_ref, _excluded$17);
|
|
9586
9586
|
return /*#__PURE__*/React__default["default"].createElement(StyledLinearLoader, _extends({
|
|
9587
9587
|
ref: ref,
|
|
9588
9588
|
className: classNames__default["default"]("c-loader c-loader--linear", className)
|
|
@@ -9596,10 +9596,10 @@
|
|
|
9596
9596
|
componentId: "sc-1f35d5h-0"
|
|
9597
9597
|
})(["display:inline-block;text-align:center;& > span{display:inline-block;width:18px;height:18px;background-color:#777;border-radius:100%;animation:", " 1.4s infinite ease-in-out both;}span:nth-child(1){animation-delay:-0.32s;}span:nth-child(2){animation-delay:-0.16s;}"], dotAnimation);
|
|
9598
9598
|
|
|
9599
|
-
var _excluded$
|
|
9599
|
+
var _excluded$16 = ["className"];
|
|
9600
9600
|
var DotsLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
9601
9601
|
var className = _ref.className,
|
|
9602
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
9602
|
+
rest = _objectWithoutProperties(_ref, _excluded$16);
|
|
9603
9603
|
return /*#__PURE__*/React__default["default"].createElement(StyledDotsLoader, _extends({
|
|
9604
9604
|
ref: ref,
|
|
9605
9605
|
className: classNames__default["default"]("c-loader c-loader--dots", className)
|
|
@@ -9621,7 +9621,7 @@
|
|
|
9621
9621
|
return props.$activeColorPercentage === "75%" && styled.css(["border-right:", "px solid ", ";border-bottom:", "px solid ", ";border-left:", "px solid ", ";border-top:", "px solid ", ";"], props.$stroke, props.$activeStrokeColor, props.$stroke, props.$activeStrokeColor, props.$stroke, props.$inactiveStrokeColor, props.$stroke, props.$activeStrokeColor);
|
|
9622
9622
|
});
|
|
9623
9623
|
|
|
9624
|
-
var _excluded$
|
|
9624
|
+
var _excluded$15 = ["radius", "stroke", "activeStrokeColor", "inactiveStrokeColor", "activeColorPercentage", "rotateDurationInSeconds", "className"];
|
|
9625
9625
|
var SpinnerLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
9626
9626
|
var _ref$radius = _ref.radius,
|
|
9627
9627
|
radius = _ref$radius === void 0 ? 10 : _ref$radius,
|
|
@@ -9636,7 +9636,7 @@
|
|
|
9636
9636
|
_ref$rotateDurationIn = _ref.rotateDurationInSeconds,
|
|
9637
9637
|
rotateDurationInSeconds = _ref$rotateDurationIn === void 0 ? 0.75 : _ref$rotateDurationIn,
|
|
9638
9638
|
className = _ref.className,
|
|
9639
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
9639
|
+
rest = _objectWithoutProperties(_ref, _excluded$15);
|
|
9640
9640
|
return /*#__PURE__*/React__default["default"].createElement(StyledSpinnerLoader$1, _extends({
|
|
9641
9641
|
ref: ref,
|
|
9642
9642
|
className: className,
|
|
@@ -9650,7 +9650,7 @@
|
|
|
9650
9650
|
});
|
|
9651
9651
|
SpinnerLoader.displayName = "SpinnerLoader";
|
|
9652
9652
|
|
|
9653
|
-
var _excluded$
|
|
9653
|
+
var _excluded$14 = ["header", "rows", "className", "sortBy", "sortDirection", "onSortCallback", "theadClass", "noResultsCallback", "groupBy", "groupHead", "isCollapsible", "emptyValue", "loading", "loadingRows"];
|
|
9654
9654
|
exports.SortDirection = void 0;
|
|
9655
9655
|
(function (SortDirection) {
|
|
9656
9656
|
SortDirection["None"] = "none";
|
|
@@ -9698,7 +9698,7 @@
|
|
|
9698
9698
|
loading = _ref.loading,
|
|
9699
9699
|
_ref$loadingRows = _ref.loadingRows,
|
|
9700
9700
|
loadingRows = _ref$loadingRows === void 0 ? 7 : _ref$loadingRows,
|
|
9701
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
9701
|
+
args = _objectWithoutProperties(_ref, _excluded$14);
|
|
9702
9702
|
var _useState = React.useState(sortDirection),
|
|
9703
9703
|
_useState2 = _slicedToArray(_useState, 2),
|
|
9704
9704
|
columnDirection = _useState2[0],
|
|
@@ -10058,7 +10058,7 @@
|
|
|
10058
10058
|
});
|
|
10059
10059
|
StyledCompleteCheckbox.displayName = "StyledCompleteCheckbox";
|
|
10060
10060
|
|
|
10061
|
-
var _excluded$
|
|
10061
|
+
var _excluded$13 = ["completed", "disabled", "animate", "onClick", "className", "primary", "checkMarkClassName"];
|
|
10062
10062
|
var CompleteCheckbox = function CompleteCheckbox(_ref) {
|
|
10063
10063
|
var _ref$completed = _ref.completed,
|
|
10064
10064
|
completed = _ref$completed === void 0 ? false : _ref$completed,
|
|
@@ -10071,7 +10071,7 @@
|
|
|
10071
10071
|
_ref$primary = _ref.primary,
|
|
10072
10072
|
primary = _ref$primary === void 0 ? false : _ref$primary,
|
|
10073
10073
|
checkMarkClassName = _ref.checkMarkClassName,
|
|
10074
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10074
|
+
rest = _objectWithoutProperties(_ref, _excluded$13);
|
|
10075
10075
|
return /*#__PURE__*/React__default["default"].createElement(StyledCompleteCheckbox, _extends({
|
|
10076
10076
|
onClick: onClick,
|
|
10077
10077
|
className: classNames__default["default"]("c-complete-checkbox", className),
|
|
@@ -10102,7 +10102,7 @@
|
|
|
10102
10102
|
});
|
|
10103
10103
|
StyledPaper.displayName = "StyledPaper";
|
|
10104
10104
|
|
|
10105
|
-
var _excluded$
|
|
10105
|
+
var _excluded$12 = ["children", "className", "type", "hover", "useOptimizedShadow"];
|
|
10106
10106
|
/**
|
|
10107
10107
|
* This is a component description and should sit directly above your component
|
|
10108
10108
|
*/
|
|
@@ -10115,7 +10115,7 @@
|
|
|
10115
10115
|
hover = _ref$hover === void 0 ? false : _ref$hover,
|
|
10116
10116
|
_ref$useOptimizedShad = _ref.useOptimizedShadow,
|
|
10117
10117
|
useOptimizedShadow = _ref$useOptimizedShad === void 0 ? false : _ref$useOptimizedShad,
|
|
10118
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10118
|
+
rest = _objectWithoutProperties(_ref, _excluded$12);
|
|
10119
10119
|
return /*#__PURE__*/React__default["default"].createElement(StyledPaper, _extends({
|
|
10120
10120
|
className: classNames__default["default"](className, {
|
|
10121
10121
|
"ac-shadow--raised--lg": !useOptimizedShadow && hover && type === "paper-1",
|
|
@@ -10168,7 +10168,7 @@
|
|
|
10168
10168
|
});
|
|
10169
10169
|
StyledCard.displayName = "StyledCard";
|
|
10170
10170
|
|
|
10171
|
-
var _excluded$
|
|
10171
|
+
var _excluded$11 = ["children", "className", "hoverable", "paperType"];
|
|
10172
10172
|
var Card = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10173
10173
|
var children = _ref.children,
|
|
10174
10174
|
className = _ref.className,
|
|
@@ -10176,7 +10176,7 @@
|
|
|
10176
10176
|
hoverable = _ref$hoverable === void 0 ? false : _ref$hoverable,
|
|
10177
10177
|
_ref$paperType = _ref.paperType,
|
|
10178
10178
|
paperType = _ref$paperType === void 0 ? "paper-2" : _ref$paperType,
|
|
10179
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10179
|
+
rest = _objectWithoutProperties(_ref, _excluded$11);
|
|
10180
10180
|
return /*#__PURE__*/React__default["default"].createElement(StyledCard, _extends({}, rest, {
|
|
10181
10181
|
type: paperType,
|
|
10182
10182
|
className: classNames__default["default"]("c-card", className),
|
|
@@ -10255,12 +10255,12 @@
|
|
|
10255
10255
|
});
|
|
10256
10256
|
EntityCard$1.displayName = "EntityCard";
|
|
10257
10257
|
|
|
10258
|
-
var _excluded
|
|
10258
|
+
var _excluded$10 = ["weight", "children"];
|
|
10259
10259
|
var Title1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10260
10260
|
var _ref$weight = _ref.weight,
|
|
10261
10261
|
weight = _ref$weight === void 0 ? "light" : _ref$weight,
|
|
10262
10262
|
children = _ref.children,
|
|
10263
|
-
props = _objectWithoutProperties(_ref, _excluded
|
|
10263
|
+
props = _objectWithoutProperties(_ref, _excluded$10);
|
|
10264
10264
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
10265
10265
|
weight: weight,
|
|
10266
10266
|
variant: "Title 1",
|
|
@@ -10269,12 +10269,12 @@
|
|
|
10269
10269
|
});
|
|
10270
10270
|
Title1.displayName = "Title1";
|
|
10271
10271
|
|
|
10272
|
-
var _excluded
|
|
10272
|
+
var _excluded$$ = ["weight", "children"];
|
|
10273
10273
|
var Title2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10274
10274
|
var _ref$weight = _ref.weight,
|
|
10275
10275
|
weight = _ref$weight === void 0 ? "light" : _ref$weight,
|
|
10276
10276
|
children = _ref.children,
|
|
10277
|
-
props = _objectWithoutProperties(_ref, _excluded
|
|
10277
|
+
props = _objectWithoutProperties(_ref, _excluded$$);
|
|
10278
10278
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
10279
10279
|
weight: weight,
|
|
10280
10280
|
variant: "Title 2",
|
|
@@ -10283,10 +10283,10 @@
|
|
|
10283
10283
|
});
|
|
10284
10284
|
Title2.displayName = "Title2";
|
|
10285
10285
|
|
|
10286
|
-
var _excluded$
|
|
10286
|
+
var _excluded$_ = ["children"];
|
|
10287
10287
|
var Header2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10288
10288
|
var children = _ref.children,
|
|
10289
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10289
|
+
props = _objectWithoutProperties(_ref, _excluded$_);
|
|
10290
10290
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
10291
10291
|
weight: "bold",
|
|
10292
10292
|
variant: "Header 2",
|
|
@@ -10295,10 +10295,10 @@
|
|
|
10295
10295
|
});
|
|
10296
10296
|
Header2.displayName = "Header2";
|
|
10297
10297
|
|
|
10298
|
-
var _excluded$
|
|
10298
|
+
var _excluded$Z = ["children"];
|
|
10299
10299
|
var Header3 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10300
10300
|
var children = _ref.children,
|
|
10301
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10301
|
+
props = _objectWithoutProperties(_ref, _excluded$Z);
|
|
10302
10302
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
10303
10303
|
weight: "bold",
|
|
10304
10304
|
variant: "Header 3",
|
|
@@ -10307,12 +10307,12 @@
|
|
|
10307
10307
|
});
|
|
10308
10308
|
Header3.displayName = "Header3";
|
|
10309
10309
|
|
|
10310
|
-
var _excluded$
|
|
10310
|
+
var _excluded$Y = ["weight", "children"];
|
|
10311
10311
|
var Body1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10312
10312
|
var _ref$weight = _ref.weight,
|
|
10313
10313
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
10314
10314
|
children = _ref.children,
|
|
10315
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10315
|
+
props = _objectWithoutProperties(_ref, _excluded$Y);
|
|
10316
10316
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
10317
10317
|
variant: "Body 1",
|
|
10318
10318
|
weight: weight,
|
|
@@ -10321,12 +10321,12 @@
|
|
|
10321
10321
|
});
|
|
10322
10322
|
Body1.displayName = "Body1";
|
|
10323
10323
|
|
|
10324
|
-
var _excluded$
|
|
10324
|
+
var _excluded$X = ["weight", "children"];
|
|
10325
10325
|
var Caption1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10326
10326
|
var _ref$weight = _ref.weight,
|
|
10327
10327
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
10328
10328
|
children = _ref.children,
|
|
10329
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10329
|
+
props = _objectWithoutProperties(_ref, _excluded$X);
|
|
10330
10330
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
10331
10331
|
variant: "Caption 1",
|
|
10332
10332
|
weight: weight,
|
|
@@ -10335,12 +10335,12 @@
|
|
|
10335
10335
|
});
|
|
10336
10336
|
Caption1.displayName = "Caption1";
|
|
10337
10337
|
|
|
10338
|
-
var _excluded$
|
|
10338
|
+
var _excluded$W = ["weight", "children"];
|
|
10339
10339
|
var Caption2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10340
10340
|
var _ref$weight = _ref.weight,
|
|
10341
10341
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
10342
10342
|
children = _ref.children,
|
|
10343
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10343
|
+
props = _objectWithoutProperties(_ref, _excluded$W);
|
|
10344
10344
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
10345
10345
|
variant: "Caption 2",
|
|
10346
10346
|
weight: weight,
|
|
@@ -10452,7 +10452,7 @@
|
|
|
10452
10452
|
componentId: "sc-5x2tyd-1"
|
|
10453
10453
|
})(["border-radius:100%;object-fit:cover;"]);
|
|
10454
10454
|
|
|
10455
|
-
var _excluded$
|
|
10455
|
+
var _excluded$V = ["url", "alt", "size", "className", "imgClassName", "children"];
|
|
10456
10456
|
/**
|
|
10457
10457
|
* @component Avatar
|
|
10458
10458
|
* @description
|
|
@@ -10487,7 +10487,7 @@
|
|
|
10487
10487
|
className = _ref.className,
|
|
10488
10488
|
imgClassName = _ref.imgClassName,
|
|
10489
10489
|
children = _ref.children,
|
|
10490
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10490
|
+
rest = _objectWithoutProperties(_ref, _excluded$V);
|
|
10491
10491
|
var _useState = React.useState(false),
|
|
10492
10492
|
_useState2 = _slicedToArray(_useState, 2),
|
|
10493
10493
|
imageLoaded = _useState2[0],
|
|
@@ -10528,13 +10528,13 @@
|
|
|
10528
10528
|
return props.$color && styled.css(["background-color:", ";"], props.$color);
|
|
10529
10529
|
});
|
|
10530
10530
|
|
|
10531
|
-
var _excluded$
|
|
10531
|
+
var _excluded$U = ["color", "size", "className"];
|
|
10532
10532
|
var Dot = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10533
10533
|
var color = _ref.color,
|
|
10534
10534
|
_ref$size = _ref.size,
|
|
10535
10535
|
size = _ref$size === void 0 ? 8 : _ref$size,
|
|
10536
10536
|
className = _ref.className,
|
|
10537
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10537
|
+
rest = _objectWithoutProperties(_ref, _excluded$U);
|
|
10538
10538
|
return /*#__PURE__*/React__default["default"].createElement(StyledDot, _extends({
|
|
10539
10539
|
className: classNames__default["default"]("c-dot", className),
|
|
10540
10540
|
ref: ref,
|
|
@@ -10571,7 +10571,7 @@
|
|
|
10571
10571
|
});
|
|
10572
10572
|
StyledTagText.displayName = "StyledTagText";
|
|
10573
10573
|
|
|
10574
|
-
var _excluded$
|
|
10574
|
+
var _excluded$T = ["name", "color", "showText", "showDot", "className"];
|
|
10575
10575
|
var Tag = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10576
10576
|
var name = _ref.name,
|
|
10577
10577
|
color = _ref.color,
|
|
@@ -10580,7 +10580,7 @@
|
|
|
10580
10580
|
_ref$showDot = _ref.showDot,
|
|
10581
10581
|
showDot = _ref$showDot === void 0 ? true : _ref$showDot,
|
|
10582
10582
|
className = _ref.className,
|
|
10583
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10583
|
+
rest = _objectWithoutProperties(_ref, _excluded$T);
|
|
10584
10584
|
return /*#__PURE__*/React__default["default"].createElement(StyledTag, _extends({
|
|
10585
10585
|
className: classNames__default["default"]("c-tag", className),
|
|
10586
10586
|
ref: ref
|
|
@@ -10710,7 +10710,7 @@
|
|
|
10710
10710
|
});
|
|
10711
10711
|
StyledCheckbox$1.displayName = "StyledCheckbox";
|
|
10712
10712
|
|
|
10713
|
-
var _excluded$
|
|
10713
|
+
var _excluded$S = ["isIndeterminate", "data-testid"];
|
|
10714
10714
|
|
|
10715
10715
|
/**
|
|
10716
10716
|
* @component CheckboxIcon
|
|
@@ -10734,7 +10734,7 @@
|
|
|
10734
10734
|
var CheckboxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10735
10735
|
var isIndeterminate = _ref.isIndeterminate,
|
|
10736
10736
|
testId = _ref["data-testid"],
|
|
10737
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10737
|
+
props = _objectWithoutProperties(_ref, _excluded$S);
|
|
10738
10738
|
// const [animate, setAnimate] = useState(false);
|
|
10739
10739
|
// const mountRef = useRef(false);
|
|
10740
10740
|
|
|
@@ -10796,7 +10796,7 @@
|
|
|
10796
10796
|
CheckboxIcon.displayName = "CheckboxIcon";
|
|
10797
10797
|
var CheckboxIcon$1 = CheckboxIcon;
|
|
10798
10798
|
|
|
10799
|
-
var _excluded$
|
|
10799
|
+
var _excluded$R = ["className", "hover", "id", "isIndeterminate"];
|
|
10800
10800
|
/**
|
|
10801
10801
|
* Checkbox component
|
|
10802
10802
|
*/
|
|
@@ -10806,7 +10806,7 @@
|
|
|
10806
10806
|
_ref$id = _ref.id,
|
|
10807
10807
|
id = _ref$id === void 0 ? "checkbox" : _ref$id,
|
|
10808
10808
|
isIndeterminate = _ref.isIndeterminate,
|
|
10809
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10809
|
+
rest = _objectWithoutProperties(_ref, _excluded$R);
|
|
10810
10810
|
return /*#__PURE__*/React__default["default"].createElement(StyledCheckbox$1, {
|
|
10811
10811
|
className: classNames__default["default"]("c-checkbox", {
|
|
10812
10812
|
"c-checkbox__hover": hover,
|
|
@@ -11011,7 +11011,7 @@
|
|
|
11011
11011
|
StyledScrollShadowLeft.displayName = "StyledScrollShadowLeft";
|
|
11012
11012
|
StyledScrollShadowRight.displayName = "StyledScrollShadowRight";
|
|
11013
11013
|
|
|
11014
|
-
var _excluded$
|
|
11014
|
+
var _excluded$Q = ["children", "className", "disableVertical", "disableHorizontal", "invertHorizontal", "invertVertical", "innerColor", "outerColor"];
|
|
11015
11015
|
var ScrollShadow = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
11016
11016
|
var children = _ref.children,
|
|
11017
11017
|
className = _ref.className,
|
|
@@ -11025,7 +11025,7 @@
|
|
|
11025
11025
|
invertVertical = _ref$invertVertical === void 0 ? false : _ref$invertVertical,
|
|
11026
11026
|
innerColor = _ref.innerColor,
|
|
11027
11027
|
outerColor = _ref.outerColor,
|
|
11028
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
11028
|
+
rest = _objectWithoutProperties(_ref, _excluded$Q);
|
|
11029
11029
|
var _useState = React.useState({
|
|
11030
11030
|
top: 0,
|
|
11031
11031
|
right: 0,
|
|
@@ -11159,7 +11159,8 @@
|
|
|
11159
11159
|
onBlur = _ref.onBlur,
|
|
11160
11160
|
onFocus = _ref.onFocus,
|
|
11161
11161
|
step = _ref.step;
|
|
11162
|
-
var
|
|
11162
|
+
var startValue = disableAbbreviation ? value : formatCurrency(value, thousandSeparator);
|
|
11163
|
+
var _useState = React.useState(startValue),
|
|
11163
11164
|
_useState2 = _slicedToArray(_useState, 2),
|
|
11164
11165
|
formattedValue = _useState2[0],
|
|
11165
11166
|
setFormatted = _useState2[1];
|
|
@@ -11277,7 +11278,7 @@
|
|
|
11277
11278
|
};
|
|
11278
11279
|
};
|
|
11279
11280
|
|
|
11280
|
-
var _excluded$
|
|
11281
|
+
var _excluded$P = ["as", "className", "invert", "style"];
|
|
11281
11282
|
var ScrollElement = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
11282
11283
|
var _ref$as = _ref.as,
|
|
11283
11284
|
as = _ref$as === void 0 ? "div" : _ref$as,
|
|
@@ -11285,7 +11286,7 @@
|
|
|
11285
11286
|
_ref$invert = _ref.invert,
|
|
11286
11287
|
invert = _ref$invert === void 0 ? false : _ref$invert,
|
|
11287
11288
|
style = _ref.style,
|
|
11288
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
11289
|
+
rest = _objectWithoutProperties(_ref, _excluded$P);
|
|
11289
11290
|
var internalRef = useInitScrollRef(null, invert);
|
|
11290
11291
|
var handleRef = useForkRef(internalRef, ref);
|
|
11291
11292
|
var props = _objectSpread2(_objectSpread2({}, rest), {}, {
|
|
@@ -11773,7 +11774,7 @@
|
|
|
11773
11774
|
});
|
|
11774
11775
|
StyledInput$2.displayName = "StyledInput";
|
|
11775
11776
|
|
|
11776
|
-
var _excluded$
|
|
11777
|
+
var _excluded$O = ["className", "style", "type", "disabled", "size", "invalid", "startAdornment", "endAdornment", "wrapRef", "wrapperClick"];
|
|
11777
11778
|
var Input = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11778
11779
|
var _ref$className = _ref.className,
|
|
11779
11780
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
@@ -11790,7 +11791,7 @@
|
|
|
11790
11791
|
endAdornment = _ref.endAdornment,
|
|
11791
11792
|
wrapRef = _ref.wrapRef,
|
|
11792
11793
|
wrapperClick = _ref.wrapperClick,
|
|
11793
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
11794
|
+
rest = _objectWithoutProperties(_ref, _excluded$O);
|
|
11794
11795
|
var intInputRef = React.useRef(null);
|
|
11795
11796
|
var handleRef = useForkRef(ref, intInputRef);
|
|
11796
11797
|
var handleWrapperClick = React.useCallback(function () {
|
|
@@ -11844,14 +11845,14 @@
|
|
|
11844
11845
|
}, StyledRadioLabel);
|
|
11845
11846
|
StyledRadioButton$1.displayName = "StyledRadioButton";
|
|
11846
11847
|
|
|
11847
|
-
var _excluded$
|
|
11848
|
+
var _excluded$N = ["className", "id", "hover"];
|
|
11848
11849
|
var RadioButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
11849
11850
|
var _ref$className = _ref.className,
|
|
11850
11851
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
11851
11852
|
_ref$id = _ref.id,
|
|
11852
11853
|
id = _ref$id === void 0 ? "radio" : _ref$id,
|
|
11853
11854
|
hover = _ref.hover,
|
|
11854
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11855
|
+
props = _objectWithoutProperties(_ref, _excluded$N);
|
|
11855
11856
|
return /*#__PURE__*/React__default["default"].createElement(StyledRadioButton$1, {
|
|
11856
11857
|
className: classNames__default["default"]("c-radio-btn", {
|
|
11857
11858
|
"c-radio-btn__hover": hover,
|
|
@@ -12059,7 +12060,7 @@
|
|
|
12059
12060
|
};
|
|
12060
12061
|
OptionContent.displayName = "OptionContent";
|
|
12061
12062
|
|
|
12062
|
-
var _excluded$
|
|
12063
|
+
var _excluded$M = ["type", "mode", "target", "options", "selected", "position", "onChange", "actionIcon", "actionLabel", "placeholder", "emptyAction", "disableSearch", "forceCloseMenu", "selectClassName", "keepSameOptionsOrder", "onSelectOpen", "onSelectClose", "renderOption", "handleDefaultOptionChange", "preselectDefaultValue"];
|
|
12063
12064
|
var Select = function Select(_ref) {
|
|
12064
12065
|
var _ref$type = _ref.type,
|
|
12065
12066
|
type = _ref$type === void 0 ? "single" : _ref$type,
|
|
@@ -12093,7 +12094,7 @@
|
|
|
12093
12094
|
handleDefaultOptionChange = _ref.handleDefaultOptionChange,
|
|
12094
12095
|
_ref$preselectDefault = _ref.preselectDefaultValue,
|
|
12095
12096
|
preselectDefaultValue = _ref$preselectDefault === void 0 ? type === "single" : _ref$preselectDefault,
|
|
12096
|
-
prop = _objectWithoutProperties(_ref, _excluded$
|
|
12097
|
+
prop = _objectWithoutProperties(_ref, _excluded$M);
|
|
12097
12098
|
var childNode = React.useRef();
|
|
12098
12099
|
var elementRef = React.useRef(null);
|
|
12099
12100
|
var handleRef = useForkRef(childNode, elementRef);
|
|
@@ -12348,7 +12349,7 @@
|
|
|
12348
12349
|
});
|
|
12349
12350
|
StyledNavAsMoreTarget.displayName = "StyledNavAsMoreTarget";
|
|
12350
12351
|
|
|
12351
|
-
var _excluded$
|
|
12352
|
+
var _excluded$L = ["children", "active", "disabled", "className", "role"];
|
|
12352
12353
|
var Item = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12353
12354
|
var children = _ref.children,
|
|
12354
12355
|
_ref$active = _ref.active,
|
|
@@ -12357,7 +12358,7 @@
|
|
|
12357
12358
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
12358
12359
|
className = _ref.className,
|
|
12359
12360
|
role = _ref.role,
|
|
12360
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
12361
|
+
rest = _objectWithoutProperties(_ref, _excluded$L);
|
|
12361
12362
|
return /*#__PURE__*/React__default["default"].createElement(StyledNavListItem, _extends({
|
|
12362
12363
|
className: classNames__default["default"]("c-nav__item", {
|
|
12363
12364
|
"c-nav__item--active": active
|
|
@@ -12398,11 +12399,11 @@
|
|
|
12398
12399
|
});
|
|
12399
12400
|
StyledExpandSingle.displayName = "StyledExpandSingle";
|
|
12400
12401
|
|
|
12401
|
-
var _excluded$
|
|
12402
|
+
var _excluded$K = ["expanded"];
|
|
12402
12403
|
var ExpandSingle = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
12403
12404
|
var _ref$expanded = _ref.expanded,
|
|
12404
12405
|
expanded = _ref$expanded === void 0 ? false : _ref$expanded,
|
|
12405
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
12406
|
+
rest = _objectWithoutProperties(_ref, _excluded$K);
|
|
12406
12407
|
return /*#__PURE__*/React__default["default"].createElement(StyledExpandSingle, _extends({
|
|
12407
12408
|
ref: ref,
|
|
12408
12409
|
viewBox: "0 0 24 24",
|
|
@@ -12692,7 +12693,7 @@
|
|
|
12692
12693
|
};
|
|
12693
12694
|
Nav.displayName = "Nav";
|
|
12694
12695
|
|
|
12695
|
-
var _excluded$
|
|
12696
|
+
var _excluded$J = ["children", "as", "disablePointerEvents"];
|
|
12696
12697
|
var InputAdornmentBase = styled__default["default"].div.withConfig({
|
|
12697
12698
|
displayName: "InputAdornment__InputAdornmentBase",
|
|
12698
12699
|
componentId: "sc-1xfjx1z-0"
|
|
@@ -12709,7 +12710,7 @@
|
|
|
12709
12710
|
var children = _ref.children,
|
|
12710
12711
|
as = _ref.as,
|
|
12711
12712
|
disablePointerEvents = _ref.disablePointerEvents,
|
|
12712
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
12713
|
+
rest = _objectWithoutProperties(_ref, _excluded$J);
|
|
12713
12714
|
var Component = as || "div";
|
|
12714
12715
|
return /*#__PURE__*/React__default["default"].createElement(InputAdornmentBase, _extends({}, rest, {
|
|
12715
12716
|
as: Component,
|
|
@@ -12944,7 +12945,7 @@
|
|
|
12944
12945
|
};
|
|
12945
12946
|
};
|
|
12946
12947
|
|
|
12947
|
-
var _excluded$
|
|
12948
|
+
var _excluded$I = ["value", "onCancel", "onSave", "onEnterKeyPress", "allowEmptyValue", "withLeadingZero", "validation", "incrementOnlySelected", "minuteIncrement", "className", "onChange", "onClick", "align"];
|
|
12948
12949
|
var InputHours = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12949
12950
|
var defaultValue = _ref.value,
|
|
12950
12951
|
onCancel = _ref.onCancel,
|
|
@@ -12964,7 +12965,7 @@
|
|
|
12964
12965
|
externalOnClick = _ref.onClick,
|
|
12965
12966
|
_ref$align = _ref.align,
|
|
12966
12967
|
align = _ref$align === void 0 ? "center" : _ref$align,
|
|
12967
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
12968
|
+
rest = _objectWithoutProperties(_ref, _excluded$I);
|
|
12968
12969
|
var inputRef = React.useRef(null);
|
|
12969
12970
|
var handleRef = useForkRef(ref, inputRef);
|
|
12970
12971
|
var _useInputHours = useInputHours({
|
|
@@ -13003,11 +13004,11 @@
|
|
|
13003
13004
|
});
|
|
13004
13005
|
InputHours.displayName = "InputHours";
|
|
13005
13006
|
|
|
13006
|
-
var _excluded$
|
|
13007
|
+
var _excluded$H = ["expanded"];
|
|
13007
13008
|
var ExpandAll = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
13008
13009
|
var _ref$expanded = _ref.expanded,
|
|
13009
13010
|
expanded = _ref$expanded === void 0 ? false : _ref$expanded,
|
|
13010
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
13011
|
+
rest = _objectWithoutProperties(_ref, _excluded$H);
|
|
13011
13012
|
return /*#__PURE__*/React__default["default"].createElement(StyledExpand, _extends({
|
|
13012
13013
|
ref: ref,
|
|
13013
13014
|
viewBox: "0 0 24 24"
|
|
@@ -13125,14 +13126,14 @@
|
|
|
13125
13126
|
});
|
|
13126
13127
|
StyledTextarea.displayName = "StyledTextarea";
|
|
13127
13128
|
|
|
13128
|
-
var _excluded$
|
|
13129
|
+
var _excluded$G = ["className", "disabled", "invalid"];
|
|
13129
13130
|
var Textarea = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
13130
13131
|
var className = _ref.className,
|
|
13131
13132
|
_ref$disabled = _ref.disabled,
|
|
13132
13133
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
13133
13134
|
_ref$invalid = _ref.invalid,
|
|
13134
13135
|
invalid = _ref$invalid === void 0 ? false : _ref$invalid,
|
|
13135
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
13136
|
+
rest = _objectWithoutProperties(_ref, _excluded$G);
|
|
13136
13137
|
return /*#__PURE__*/React__default["default"].createElement(StyledTextarea, _extends({}, rest, {
|
|
13137
13138
|
$invalid: invalid,
|
|
13138
13139
|
ref: ref,
|
|
@@ -13164,7 +13165,7 @@
|
|
|
13164
13165
|
function () {});
|
|
13165
13166
|
}
|
|
13166
13167
|
|
|
13167
|
-
var _excluded$
|
|
13168
|
+
var _excluded$F = ["children", "disableFocusLock", "disableScrollLock", "disableBackgroundClick", "disableBackgroundColor", "disableCloseOnEsc", "open", "onClose", "onClickOutside"];
|
|
13168
13169
|
var getHasTransition = function getHasTransition(children) {
|
|
13169
13170
|
return children.props ? Object.prototype.hasOwnProperty.call(children.props, "in") : false;
|
|
13170
13171
|
};
|
|
@@ -13184,7 +13185,7 @@
|
|
|
13184
13185
|
defaultOpen = _ref$open === void 0 ? false : _ref$open,
|
|
13185
13186
|
onClose = _ref.onClose,
|
|
13186
13187
|
onClickOutside = _ref.onClickOutside,
|
|
13187
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
13188
|
+
rest = _objectWithoutProperties(_ref, _excluded$F);
|
|
13188
13189
|
var _useState = React.useState(defaultOpen),
|
|
13189
13190
|
_useState2 = _slicedToArray(_useState, 2),
|
|
13190
13191
|
open = _useState2[0],
|
|
@@ -13325,7 +13326,7 @@
|
|
|
13325
13326
|
});
|
|
13326
13327
|
StyledCssTransition.displayName = "StyledCssTransition";
|
|
13327
13328
|
|
|
13328
|
-
var _excluded$
|
|
13329
|
+
var _excluded$E = ["children", "onClose", "controls", "open", "animation", "position", "mode", "disableFocusLock", "disableScrollLock", "disableBackgroundColor", "bodyStyle", "bodyClassName", "disableBackgroundClick"];
|
|
13329
13330
|
var Sheet = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
13330
13331
|
var children = _ref.children,
|
|
13331
13332
|
onClose = _ref.onClose,
|
|
@@ -13349,7 +13350,7 @@
|
|
|
13349
13350
|
bodyClassName = _ref.bodyClassName,
|
|
13350
13351
|
_ref$disableBackgroun2 = _ref.disableBackgroundClick,
|
|
13351
13352
|
disableBackgroundClick = _ref$disableBackgroun2 === void 0 ? false : _ref$disableBackgroun2,
|
|
13352
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
13353
|
+
rest = _objectWithoutProperties(_ref, _excluded$E);
|
|
13353
13354
|
var _useState = React.useState(defaultOpen),
|
|
13354
13355
|
_useState2 = _slicedToArray(_useState, 2),
|
|
13355
13356
|
open = _useState2[0],
|
|
@@ -13442,13 +13443,13 @@
|
|
|
13442
13443
|
});
|
|
13443
13444
|
StyledHeader.displayName = "StyledHeader";
|
|
13444
13445
|
|
|
13445
|
-
var _excluded$
|
|
13446
|
+
var _excluded$D = ["className", "size", "children"];
|
|
13446
13447
|
var Header = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
13447
13448
|
var className = _ref.className,
|
|
13448
13449
|
_ref$size = _ref.size,
|
|
13449
13450
|
size = _ref$size === void 0 ? "small" : _ref$size,
|
|
13450
13451
|
children = _ref.children,
|
|
13451
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
13452
|
+
rest = _objectWithoutProperties(_ref, _excluded$D);
|
|
13452
13453
|
return /*#__PURE__*/React__default["default"].createElement(StyledHeader, _extends({
|
|
13453
13454
|
type: "paper-2",
|
|
13454
13455
|
className: classNames__default["default"]("c-header", className),
|
|
@@ -13464,7 +13465,7 @@
|
|
|
13464
13465
|
})(["white-space:pre-wrap;overflow-wrap:break-word;resize:none;"]);
|
|
13465
13466
|
StyledAutoResizeTextarea.displayName = "StyledAutoResizeTextarea";
|
|
13466
13467
|
|
|
13467
|
-
var _excluded$
|
|
13468
|
+
var _excluded$C = ["minRows", "maxRows", "lineHeight", "onChange", "className", "preventNewRowOnEnter", "cursorAtTextEnd", "onKeyDown", "value"];
|
|
13468
13469
|
var AutoResizeTextarea = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
13469
13470
|
var _ref$minRows = _ref.minRows,
|
|
13470
13471
|
minRows = _ref$minRows === void 0 ? 1 : _ref$minRows,
|
|
@@ -13480,7 +13481,7 @@
|
|
|
13480
13481
|
cursorAtTextEnd = _ref$cursorAtTextEnd === void 0 ? false : _ref$cursorAtTextEnd,
|
|
13481
13482
|
onKeyDown = _ref.onKeyDown,
|
|
13482
13483
|
value = _ref.value,
|
|
13483
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
13484
|
+
rest = _objectWithoutProperties(_ref, _excluded$C);
|
|
13484
13485
|
var innerRef = React.useRef(null);
|
|
13485
13486
|
var _useState = React.useState(minRows),
|
|
13486
13487
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -13756,7 +13757,7 @@
|
|
|
13756
13757
|
});
|
|
13757
13758
|
StyledChoose.displayName = "StyledChoose";
|
|
13758
13759
|
|
|
13759
|
-
var _excluded$
|
|
13760
|
+
var _excluded$B = ["children", "disabled", "active", "className"];
|
|
13760
13761
|
/**
|
|
13761
13762
|
* Choose component
|
|
13762
13763
|
*/
|
|
@@ -13767,7 +13768,7 @@
|
|
|
13767
13768
|
_ref$active = _ref.active,
|
|
13768
13769
|
active = _ref$active === void 0 ? false : _ref$active,
|
|
13769
13770
|
className = _ref.className,
|
|
13770
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
13771
|
+
args = _objectWithoutProperties(_ref, _excluded$B);
|
|
13771
13772
|
return /*#__PURE__*/React__default["default"].createElement(StyledChoose, _extends({
|
|
13772
13773
|
disabled: disabled,
|
|
13773
13774
|
className: classNames__default["default"]("c-choose", className),
|
|
@@ -13863,21 +13864,21 @@
|
|
|
13863
13864
|
StyledLinkElements.displayName = "StyledLinkElements";
|
|
13864
13865
|
StyledLink.displayName = "StyledLink";
|
|
13865
13866
|
|
|
13866
|
-
var _excluded$
|
|
13867
|
+
var _excluded$A = ["children", "className"];
|
|
13867
13868
|
/**
|
|
13868
13869
|
* Back link component
|
|
13869
13870
|
*/
|
|
13870
13871
|
var BackLink = function BackLink(_ref) {
|
|
13871
13872
|
var children = _ref.children,
|
|
13872
13873
|
className = _ref.className,
|
|
13873
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
13874
|
+
args = _objectWithoutProperties(_ref, _excluded$A);
|
|
13874
13875
|
return /*#__PURE__*/React__default["default"].createElement(StyledBackLink, _extends({
|
|
13875
13876
|
className: classNames__default["default"]("c-back-link", className)
|
|
13876
13877
|
}, args), children);
|
|
13877
13878
|
};
|
|
13878
13879
|
BackLink.displayName = "BackLink";
|
|
13879
13880
|
|
|
13880
|
-
var _excluded$
|
|
13881
|
+
var _excluded$z = ["as", "children", "variant", "size", "disabled", "className"];
|
|
13881
13882
|
/**
|
|
13882
13883
|
* Link component
|
|
13883
13884
|
*/
|
|
@@ -13890,7 +13891,7 @@
|
|
|
13890
13891
|
_ref$disabled = _ref.disabled,
|
|
13891
13892
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
13892
13893
|
className = _ref.className,
|
|
13893
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
13894
|
+
args = _objectWithoutProperties(_ref, _excluded$z);
|
|
13894
13895
|
var Component = as || "a";
|
|
13895
13896
|
return /*#__PURE__*/React__default["default"].createElement(StyledLink, _extends({
|
|
13896
13897
|
ref: ref,
|
|
@@ -14001,7 +14002,7 @@
|
|
|
14001
14002
|
})(["padding:20px 30px;", " ", ""], FontStyle, BoxSizingStyle);
|
|
14002
14003
|
StyledDialogActions.displayName = "StyledDialogActions";
|
|
14003
14004
|
|
|
14004
|
-
var _excluded$
|
|
14005
|
+
var _excluded$y = ["in", "children", "style", "timeout"];
|
|
14005
14006
|
var defaultStyle$1 = function defaultStyle(duration) {
|
|
14006
14007
|
return {
|
|
14007
14008
|
transition: "all ".concat(duration, "ms ease-in-out"),
|
|
@@ -14029,7 +14030,7 @@
|
|
|
14029
14030
|
style = _ref.style,
|
|
14030
14031
|
_ref$timeout = _ref.timeout,
|
|
14031
14032
|
timeout = _ref$timeout === void 0 ? 500 : _ref$timeout,
|
|
14032
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
14033
|
+
rest = _objectWithoutProperties(_ref, _excluded$y);
|
|
14033
14034
|
return /*#__PURE__*/React__default["default"].createElement(reactTransitionGroup.Transition, _extends({
|
|
14034
14035
|
appear: true,
|
|
14035
14036
|
in: inProp,
|
|
@@ -14044,7 +14045,7 @@
|
|
|
14044
14045
|
};
|
|
14045
14046
|
Fade.displayName = "Fade";
|
|
14046
14047
|
|
|
14047
|
-
var _excluded$
|
|
14048
|
+
var _excluded$x = ["in", "children", "style", "timeout", "initialDirection"];
|
|
14048
14049
|
var Slide = function Slide(_ref) {
|
|
14049
14050
|
var _ref$in = _ref.in,
|
|
14050
14051
|
inProp = _ref$in === void 0 ? false : _ref$in,
|
|
@@ -14054,7 +14055,7 @@
|
|
|
14054
14055
|
timeout = _ref$timeout === void 0 ? 300 : _ref$timeout,
|
|
14055
14056
|
_ref$initialDirection = _ref.initialDirection,
|
|
14056
14057
|
initialDirection = _ref$initialDirection === void 0 ? "left" : _ref$initialDirection,
|
|
14057
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
14058
|
+
rest = _objectWithoutProperties(_ref, _excluded$x);
|
|
14058
14059
|
var directionSign;
|
|
14059
14060
|
switch (initialDirection) {
|
|
14060
14061
|
case "right":
|
|
@@ -14107,12 +14108,12 @@
|
|
|
14107
14108
|
return props.$direction === "right" && styled.css(["&.c-slide-enter{position:absolute;transform:translateX(-100%);}&.c-slide-enter-active{transform:translateX(0%);transition:all 200ms ease;}&.c-slide-exit{position:absolute;}&.c-slide-exit-active{transform:translateX(100%);transition:all 200ms ease;}"]);
|
|
14108
14109
|
});
|
|
14109
14110
|
|
|
14110
|
-
var _excluded$
|
|
14111
|
+
var _excluded$w = ["children", "direction"];
|
|
14111
14112
|
var SlideLeftRightTransition = function SlideLeftRightTransition(_ref) {
|
|
14112
14113
|
var children = _ref.children,
|
|
14113
14114
|
_ref$direction = _ref.direction,
|
|
14114
14115
|
direction = _ref$direction === void 0 ? "left" : _ref$direction,
|
|
14115
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
14116
|
+
props = _objectWithoutProperties(_ref, _excluded$w);
|
|
14116
14117
|
return /*#__PURE__*/React__default["default"].createElement(reactTransitionGroup.CSSTransition, _extends({
|
|
14117
14118
|
timeout: 200,
|
|
14118
14119
|
classNames: "c-slide",
|
|
@@ -14155,7 +14156,7 @@
|
|
|
14155
14156
|
};
|
|
14156
14157
|
ResizeTransition.displayName = "ResizeTransition";
|
|
14157
14158
|
|
|
14158
|
-
var _excluded$
|
|
14159
|
+
var _excluded$v = ["in", "children", "style", "timeout"];
|
|
14159
14160
|
var defaultStyle = function defaultStyle(duration) {
|
|
14160
14161
|
return {
|
|
14161
14162
|
transition: "all ".concat(duration, "ms ease-in"),
|
|
@@ -14189,7 +14190,7 @@
|
|
|
14189
14190
|
style = _ref.style,
|
|
14190
14191
|
_ref$timeout = _ref.timeout,
|
|
14191
14192
|
timeout = _ref$timeout === void 0 ? 200 : _ref$timeout,
|
|
14192
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
14193
|
+
rest = _objectWithoutProperties(_ref, _excluded$v);
|
|
14193
14194
|
return /*#__PURE__*/React__default["default"].createElement(reactTransitionGroup.Transition, _extends({
|
|
14194
14195
|
appear: true,
|
|
14195
14196
|
in: inProp,
|
|
@@ -14239,13 +14240,13 @@
|
|
|
14239
14240
|
};
|
|
14240
14241
|
Scale.displayName = "Scale";
|
|
14241
14242
|
|
|
14242
|
-
var _excluded$
|
|
14243
|
+
var _excluded$u = ["className", "children"];
|
|
14243
14244
|
// import { useDialogContext } from "./DialogContext";
|
|
14244
14245
|
|
|
14245
14246
|
var DialogActions = function DialogActions(_ref) {
|
|
14246
14247
|
var className = _ref.className,
|
|
14247
14248
|
children = _ref.children,
|
|
14248
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
14249
|
+
rest = _objectWithoutProperties(_ref, _excluded$u);
|
|
14249
14250
|
// useDialogContext();
|
|
14250
14251
|
|
|
14251
14252
|
return /*#__PURE__*/React__default["default"].createElement(StyledDialogActions, _extends({
|
|
@@ -14254,13 +14255,13 @@
|
|
|
14254
14255
|
};
|
|
14255
14256
|
DialogActions.displayName = "DialogActions";
|
|
14256
14257
|
|
|
14257
|
-
var _excluded$
|
|
14258
|
+
var _excluded$t = ["className", "children"];
|
|
14258
14259
|
// import { useDialogContext } from "./DialogContext";
|
|
14259
14260
|
|
|
14260
14261
|
var DialogContent = function DialogContent(_ref) {
|
|
14261
14262
|
var className = _ref.className,
|
|
14262
14263
|
children = _ref.children,
|
|
14263
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
14264
|
+
rest = _objectWithoutProperties(_ref, _excluded$t);
|
|
14264
14265
|
// useDialogContext();
|
|
14265
14266
|
|
|
14266
14267
|
return /*#__PURE__*/React__default["default"].createElement(StyledDialogContent, _extends({
|
|
@@ -14281,7 +14282,7 @@
|
|
|
14281
14282
|
};
|
|
14282
14283
|
DialogContentDivider.displayName = "DialogContentDivider";
|
|
14283
14284
|
|
|
14284
|
-
var _excluded$
|
|
14285
|
+
var _excluded$s = ["children", "className", "disableDefaultHeading"];
|
|
14285
14286
|
// import { useDialogContext } from "./DialogContext";
|
|
14286
14287
|
|
|
14287
14288
|
var DialogTitle = function DialogTitle(_ref) {
|
|
@@ -14289,7 +14290,7 @@
|
|
|
14289
14290
|
className = _ref.className,
|
|
14290
14291
|
_ref$disableDefaultHe = _ref.disableDefaultHeading,
|
|
14291
14292
|
disableDefaultHeading = _ref$disableDefaultHe === void 0 ? false : _ref$disableDefaultHe,
|
|
14292
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
14293
|
+
rest = _objectWithoutProperties(_ref, _excluded$s);
|
|
14293
14294
|
// useDialogContext();
|
|
14294
14295
|
|
|
14295
14296
|
return /*#__PURE__*/React__default["default"].createElement(StyledDialogTitle, _extends({
|
|
@@ -14298,7 +14299,7 @@
|
|
|
14298
14299
|
};
|
|
14299
14300
|
DialogTitle.displayName = "DialogTitle";
|
|
14300
14301
|
|
|
14301
|
-
var _excluded$
|
|
14302
|
+
var _excluded$r = ["children", "open", "onClose", "className", "enableBackgroundClick", "disableCloseOnEsc", "animate", "onClickOutside"];
|
|
14302
14303
|
var _Dialog = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
14303
14304
|
var children = _ref.children,
|
|
14304
14305
|
_ref$open = _ref.open,
|
|
@@ -14312,7 +14313,7 @@
|
|
|
14312
14313
|
_ref$animate = _ref.animate,
|
|
14313
14314
|
animate = _ref$animate === void 0 ? "slide" : _ref$animate,
|
|
14314
14315
|
onClickOutside = _ref.onClickOutside,
|
|
14315
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
14316
|
+
rest = _objectWithoutProperties(_ref, _excluded$r);
|
|
14316
14317
|
var animateDialog = function animateDialog() {
|
|
14317
14318
|
switch (animate) {
|
|
14318
14319
|
case "fade":
|
|
@@ -14561,7 +14562,7 @@
|
|
|
14561
14562
|
});
|
|
14562
14563
|
StyledPressed.displayName = "StyledPressed";
|
|
14563
14564
|
|
|
14564
|
-
var _excluded$
|
|
14565
|
+
var _excluded$q = ["children", "active", "className"];
|
|
14565
14566
|
/**
|
|
14566
14567
|
* Pressed wrapper for button component
|
|
14567
14568
|
* @deprecated
|
|
@@ -14571,7 +14572,7 @@
|
|
|
14571
14572
|
_ref$active = _ref.active,
|
|
14572
14573
|
active = _ref$active === void 0 ? false : _ref$active,
|
|
14573
14574
|
className = _ref.className,
|
|
14574
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
14575
|
+
args = _objectWithoutProperties(_ref, _excluded$q);
|
|
14575
14576
|
return /*#__PURE__*/React__default["default"].createElement(StyledPressed, _extends({
|
|
14576
14577
|
active: active,
|
|
14577
14578
|
ref: ref,
|
|
@@ -15077,7 +15078,7 @@
|
|
|
15077
15078
|
StyledToastMessage.displayName = "StyledToastMessage";
|
|
15078
15079
|
StyledCloseSmallIcon.displayName = "StyledCloseSmallIcon";
|
|
15079
15080
|
|
|
15080
|
-
var _excluded$
|
|
15081
|
+
var _excluded$p = ["text", "type", "onClose", "dismissible", "dropShadow", "timeout"];
|
|
15081
15082
|
var ToastMessage = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15082
15083
|
var text = _ref.text,
|
|
15083
15084
|
type = _ref.type,
|
|
@@ -15088,7 +15089,7 @@
|
|
|
15088
15089
|
dropShadow = _ref$dropShadow === void 0 ? false : _ref$dropShadow,
|
|
15089
15090
|
_ref$timeout = _ref.timeout,
|
|
15090
15091
|
timeout = _ref$timeout === void 0 ? 0 : _ref$timeout,
|
|
15091
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
15092
|
+
rest = _objectWithoutProperties(_ref, _excluded$p);
|
|
15092
15093
|
var handleOnClose = React.useCallback(function () {
|
|
15093
15094
|
if (typeof onClose === "function") {
|
|
15094
15095
|
onClose();
|
|
@@ -15136,7 +15137,7 @@
|
|
|
15136
15137
|
});
|
|
15137
15138
|
StyledValueButton.displayName = "StyledValueButton";
|
|
15138
15139
|
|
|
15139
|
-
var _excluded$
|
|
15140
|
+
var _excluded$o = ["active", "alwaysShowIcon", "icon", "label", "value"];
|
|
15140
15141
|
var ValueButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15141
15142
|
var _ref$active = _ref.active,
|
|
15142
15143
|
active = _ref$active === void 0 ? false : _ref$active,
|
|
@@ -15145,7 +15146,7 @@
|
|
|
15145
15146
|
icon = _ref.icon,
|
|
15146
15147
|
label = _ref.label,
|
|
15147
15148
|
value = _ref.value,
|
|
15148
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
15149
|
+
args = _objectWithoutProperties(_ref, _excluded$o);
|
|
15149
15150
|
return /*#__PURE__*/React__default["default"].createElement(StyledValueButton, _extends({
|
|
15150
15151
|
className: "c-value-button"
|
|
15151
15152
|
}, args, {
|
|
@@ -15174,12 +15175,12 @@
|
|
|
15174
15175
|
})(["border:none;margin:0;padding:0;width:auto;overflow:visible;cursor:pointer;background:transparent;outline:none;color:inherit;font:inherit;line-height:inherit;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;&::-moz-focus-inner{border:0;padding:0;}"]);
|
|
15175
15176
|
StyledButton.displayName = "StyledButton";
|
|
15176
15177
|
|
|
15177
|
-
var _excluded$
|
|
15178
|
+
var _excluded$n = ["children", "type"];
|
|
15178
15179
|
var Trigger = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15179
15180
|
var children = _ref.children,
|
|
15180
15181
|
_ref$type = _ref.type,
|
|
15181
15182
|
type = _ref$type === void 0 ? "button" : _ref$type,
|
|
15182
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
15183
|
+
rest = _objectWithoutProperties(_ref, _excluded$n);
|
|
15183
15184
|
return /*#__PURE__*/React__default["default"].createElement(StyledButton, _extends({
|
|
15184
15185
|
ref: ref,
|
|
15185
15186
|
role: "button",
|
|
@@ -15225,7 +15226,7 @@
|
|
|
15225
15226
|
});
|
|
15226
15227
|
StyledCaretIcon.displayName = "StyledCaretIcon";
|
|
15227
15228
|
|
|
15228
|
-
var _excluded$
|
|
15229
|
+
var _excluded$m = ["children", "type", "size", "invalid", "open", "endAdornment", "typographyProps"];
|
|
15229
15230
|
var SelectTrigger = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15230
15231
|
var children = _ref.children,
|
|
15231
15232
|
_ref$type = _ref.type,
|
|
@@ -15238,7 +15239,7 @@
|
|
|
15238
15239
|
open = _ref$open === void 0 ? false : _ref$open,
|
|
15239
15240
|
endAdornment = _ref.endAdornment,
|
|
15240
15241
|
typographyProps = _ref.typographyProps,
|
|
15241
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
15242
|
+
rest = _objectWithoutProperties(_ref, _excluded$m);
|
|
15242
15243
|
return /*#__PURE__*/React__default["default"].createElement(StyledSelectTrigger, _extends({
|
|
15243
15244
|
ref: ref,
|
|
15244
15245
|
role: "button",
|
|
@@ -15285,11 +15286,11 @@
|
|
|
15285
15286
|
});
|
|
15286
15287
|
StyledToggle.displayName = "StyledToggle";
|
|
15287
15288
|
|
|
15288
|
-
var _excluded$
|
|
15289
|
+
var _excluded$l = ["hovered", "className"];
|
|
15289
15290
|
var Toggle = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15290
15291
|
var hovered = _ref.hovered,
|
|
15291
15292
|
className = _ref.className,
|
|
15292
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
15293
|
+
args = _objectWithoutProperties(_ref, _excluded$l);
|
|
15293
15294
|
return /*#__PURE__*/React__default["default"].createElement(StyledToggle, {
|
|
15294
15295
|
className: classNames__default["default"]("c-toggle", className),
|
|
15295
15296
|
$isHovered: hovered,
|
|
@@ -15393,7 +15394,7 @@
|
|
|
15393
15394
|
})(["color:var(--color-theme-700);"]);
|
|
15394
15395
|
ChipCloseIcon.displayName = "ChipCloseIcon";
|
|
15395
15396
|
|
|
15396
|
-
var _excluded$
|
|
15397
|
+
var _excluded$k = ["leftAdornment", "label", "onClose", "size", "color", "backgroundColor", "closeClassName", "variant", "typographyProps"];
|
|
15397
15398
|
var Chip = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
15398
15399
|
var leftAdornment = _ref.leftAdornment,
|
|
15399
15400
|
label = _ref.label,
|
|
@@ -15405,7 +15406,7 @@
|
|
|
15405
15406
|
closeClassName = _ref.closeClassName,
|
|
15406
15407
|
variant = _ref.variant,
|
|
15407
15408
|
typographyProps = _ref.typographyProps,
|
|
15408
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
15409
|
+
rest = _objectWithoutProperties(_ref, _excluded$k);
|
|
15409
15410
|
var showClose = typeof onClose === "function";
|
|
15410
15411
|
var _variant = React.useMemo(function () {
|
|
15411
15412
|
if (typeof variant !== "undefined") {
|
|
@@ -15481,7 +15482,7 @@
|
|
|
15481
15482
|
return isFirst.current;
|
|
15482
15483
|
};
|
|
15483
15484
|
|
|
15484
|
-
var _excluded$
|
|
15485
|
+
var _excluded$j = ["options", "selected", "loading", "loadingText", "onChange", "placeholder", "handleEmptyAction", "disabled", "size", "invalid", "type", "renderChip", "forceCloseMenu", "renderOption", "limitChips", "hiddenNumberText", "inPortal", "inputWrapperClassName", "scrollWrapper", "onClose", "onClear", "onDeselect"];
|
|
15485
15486
|
var ComboBox = function ComboBox(_ref) {
|
|
15486
15487
|
var _comboBoxRef$current2, _comboBoxRef$current3;
|
|
15487
15488
|
var _ref$options = _ref.options,
|
|
@@ -15515,7 +15516,7 @@
|
|
|
15515
15516
|
onClose = _ref.onClose,
|
|
15516
15517
|
onClear = _ref.onClear,
|
|
15517
15518
|
onDeselect = _ref.onDeselect,
|
|
15518
|
-
prop = _objectWithoutProperties(_ref, _excluded$
|
|
15519
|
+
prop = _objectWithoutProperties(_ref, _excluded$j);
|
|
15519
15520
|
var selectedName = React.useMemo(function () {
|
|
15520
15521
|
var value = "";
|
|
15521
15522
|
if (!selected) {
|
|
@@ -15920,11 +15921,11 @@
|
|
|
15920
15921
|
})(["display:flex;justify-content:center;gap:12px;align-items:center;height:32px;padding:4px 16px 4px 4px;position:relative;background:none;border:none;cursor:pointer;&:before{content:\"\";display:block;height:2px;width:0%;position:absolute;left:16px;background:var(--color-primary);transition:ease 0.3s all;border-radius:30px;opacity:0;}&:hover{", "{color:var(--page-paper-main);}&:before{height:32px;width:100%;left:0;opacity:1;}", "{fill:var(--page-paper-main);transform:rotate(90deg);transition:ease 0.3s;}}"], StyledText, StyledAddCrossIcon);
|
|
15921
15922
|
StyledAddToListButton.displayName = "StyledAddToListButton";
|
|
15922
15923
|
|
|
15923
|
-
var _excluded$
|
|
15924
|
+
var _excluded$i = ["text", "className"];
|
|
15924
15925
|
var AddToListButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15925
15926
|
var text = _ref.text,
|
|
15926
15927
|
className = _ref.className,
|
|
15927
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
15928
|
+
rest = _objectWithoutProperties(_ref, _excluded$i);
|
|
15928
15929
|
return /*#__PURE__*/React__default["default"].createElement(StyledAddToListButton, _extends({
|
|
15929
15930
|
ref: ref,
|
|
15930
15931
|
className: classNames__default["default"]("c--add-to-list-btn", className)
|
|
@@ -16107,11 +16108,11 @@
|
|
|
16107
16108
|
};
|
|
16108
16109
|
ProgressRing.displayName = "ProgressRing";
|
|
16109
16110
|
|
|
16110
|
-
var _excluded$
|
|
16111
|
+
var _excluded$h = ["radius"];
|
|
16111
16112
|
var ProgressPie = function ProgressPie(_ref) {
|
|
16112
16113
|
var _ref$radius = _ref.radius,
|
|
16113
16114
|
radius = _ref$radius === void 0 ? 20 : _ref$radius,
|
|
16114
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
16115
|
+
rest = _objectWithoutProperties(_ref, _excluded$h);
|
|
16115
16116
|
return /*#__PURE__*/React__default["default"].createElement(ProgressRing, _extends({}, rest, {
|
|
16116
16117
|
stroke: radius,
|
|
16117
16118
|
radius: radius
|
|
@@ -16435,7 +16436,7 @@
|
|
|
16435
16436
|
ThumbsDownIcon.displayName = "ThumbsDownIcon";
|
|
16436
16437
|
var ThumbsDownIcon$1 = ThumbsDownIcon;
|
|
16437
16438
|
|
|
16438
|
-
var _excluded$
|
|
16439
|
+
var _excluded$g = ["invalid", "required", "size", "children", "className", "weight", "htmlFor"];
|
|
16439
16440
|
var Label = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
16440
16441
|
var _ref$invalid = _ref.invalid,
|
|
16441
16442
|
invalid = _ref$invalid === void 0 ? false : _ref$invalid,
|
|
@@ -16448,7 +16449,7 @@
|
|
|
16448
16449
|
_ref$weight = _ref.weight,
|
|
16449
16450
|
weight = _ref$weight === void 0 ? "bold" : _ref$weight,
|
|
16450
16451
|
htmlFor = _ref.htmlFor,
|
|
16451
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
16452
|
+
props = _objectWithoutProperties(_ref, _excluded$g);
|
|
16452
16453
|
var color = invalid ? "alert" : "primary";
|
|
16453
16454
|
var variant = size === "regular" ? "Body 2" : "Caption 1";
|
|
16454
16455
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
@@ -16505,7 +16506,7 @@
|
|
|
16505
16506
|
});
|
|
16506
16507
|
StyledInput$1.displayName = "StyledInput";
|
|
16507
16508
|
|
|
16508
|
-
var _excluded$
|
|
16509
|
+
var _excluded$f = ["className", "variant", "weight", "disabled", "inputProps", "wrapRef", "children"];
|
|
16509
16510
|
var EditableContent = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
16510
16511
|
var className = _ref.className,
|
|
16511
16512
|
_ref$variant = _ref.variant,
|
|
@@ -16516,7 +16517,7 @@
|
|
|
16516
16517
|
inputProps = _ref.inputProps,
|
|
16517
16518
|
wrapRef = _ref.wrapRef,
|
|
16518
16519
|
children = _ref.children,
|
|
16519
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
16520
|
+
props = _objectWithoutProperties(_ref, _excluded$f);
|
|
16520
16521
|
var intInputRef = React.useRef(null);
|
|
16521
16522
|
var handleRef = useForkRef(ref, intInputRef);
|
|
16522
16523
|
var handleBlur = React.useCallback(function (evt) {
|
|
@@ -16547,14 +16548,14 @@
|
|
|
16547
16548
|
});
|
|
16548
16549
|
EditableContent.displayName = "EditableContent";
|
|
16549
16550
|
|
|
16550
|
-
var _excluded$
|
|
16551
|
+
var _excluded$e = ["onSave", "onCancel", "value", "inputProps", "allowEmptyString"];
|
|
16551
16552
|
var EditableText = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
16552
16553
|
var onSave = _ref.onSave,
|
|
16553
16554
|
onCancel = _ref.onCancel,
|
|
16554
16555
|
value = _ref.value,
|
|
16555
16556
|
inputProps = _ref.inputProps,
|
|
16556
16557
|
allowEmptyString = _ref.allowEmptyString,
|
|
16557
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
16558
|
+
props = _objectWithoutProperties(_ref, _excluded$e);
|
|
16558
16559
|
var _useState = React.useState(value),
|
|
16559
16560
|
_useState2 = _slicedToArray(_useState, 2),
|
|
16560
16561
|
currentValue = _useState2[0],
|
|
@@ -16612,7 +16613,7 @@
|
|
|
16612
16613
|
});
|
|
16613
16614
|
EditableText.displayName = "EditableText";
|
|
16614
16615
|
|
|
16615
|
-
var _excluded$
|
|
16616
|
+
var _excluded$d = ["value", "onCancel", "onSave", "allowEmptyValue", "withLeadingZero", "validation", "incrementOnlySelected", "minuteIncrement", "className", "onEnterKeyPress", "inputProps", "onClick", "ticking", "onFocus"];
|
|
16616
16617
|
var StyledEditableContent = styled__default["default"](EditableContent).withConfig({
|
|
16617
16618
|
displayName: "EditableHours__StyledEditableContent",
|
|
16618
16619
|
componentId: "sc-nvi34j-0"
|
|
@@ -16639,7 +16640,7 @@
|
|
|
16639
16640
|
externalOnClick = _ref2.onClick,
|
|
16640
16641
|
ticking = _ref2.ticking,
|
|
16641
16642
|
onFocus = _ref2.onFocus,
|
|
16642
|
-
rest = _objectWithoutProperties(_ref2, _excluded$
|
|
16643
|
+
rest = _objectWithoutProperties(_ref2, _excluded$d);
|
|
16643
16644
|
var inputRef = React.useRef(null);
|
|
16644
16645
|
var handleRef = useForkRef(ref, inputRef);
|
|
16645
16646
|
var _useInputHours = useInputHours({
|
|
@@ -16713,6 +16714,62 @@
|
|
|
16713
16714
|
});
|
|
16714
16715
|
EditableHours.displayName = "EditableHours";
|
|
16715
16716
|
|
|
16717
|
+
var _excluded$c = ["decimalLength", "decimalSeparator", "disableAbbreviation", "disabled", "disableMacros", "onValueChange", "step", "thousandSeparator", "value", "className"];
|
|
16718
|
+
var EditableCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
16719
|
+
var _ref$decimalLength = _ref.decimalLength,
|
|
16720
|
+
decimalLength = _ref$decimalLength === void 0 ? 2 : _ref$decimalLength,
|
|
16721
|
+
_ref$decimalSeparator = _ref.decimalSeparator,
|
|
16722
|
+
decimalSeparator = _ref$decimalSeparator === void 0 ? "." : _ref$decimalSeparator,
|
|
16723
|
+
_ref$disableAbbreviat = _ref.disableAbbreviation,
|
|
16724
|
+
disableAbbreviation = _ref$disableAbbreviat === void 0 ? false : _ref$disableAbbreviat,
|
|
16725
|
+
disabled = _ref.disabled,
|
|
16726
|
+
_ref$disableMacros = _ref.disableMacros,
|
|
16727
|
+
disableMacros = _ref$disableMacros === void 0 ? false : _ref$disableMacros,
|
|
16728
|
+
onValueChange = _ref.onValueChange,
|
|
16729
|
+
_ref$step = _ref.step,
|
|
16730
|
+
step = _ref$step === void 0 ? 1 : _ref$step,
|
|
16731
|
+
_ref$thousandSeparato = _ref.thousandSeparator,
|
|
16732
|
+
thousandSeparator = _ref$thousandSeparato === void 0 ? "," : _ref$thousandSeparato,
|
|
16733
|
+
value = _ref.value,
|
|
16734
|
+
className = _ref.className,
|
|
16735
|
+
rest = _objectWithoutProperties(_ref, _excluded$c);
|
|
16736
|
+
var inputRef = React.useRef(null);
|
|
16737
|
+
var handleRef = useForkRef(ref, inputRef);
|
|
16738
|
+
var _useInputNumber = useInputNumber({
|
|
16739
|
+
decimalLength: decimalLength,
|
|
16740
|
+
decimalSeparator: decimalSeparator,
|
|
16741
|
+
disableAbbreviation: disableAbbreviation,
|
|
16742
|
+
disableMacros: disableMacros,
|
|
16743
|
+
onValueChange: onValueChange,
|
|
16744
|
+
step: step,
|
|
16745
|
+
thousandSeparator: thousandSeparator,
|
|
16746
|
+
value: value
|
|
16747
|
+
}, inputRef),
|
|
16748
|
+
focused = _useInputNumber.focused,
|
|
16749
|
+
rootValue = _useInputNumber.rootValue,
|
|
16750
|
+
formattedValue = _useInputNumber.formattedValue,
|
|
16751
|
+
handleBlur = _useInputNumber.handleBlur,
|
|
16752
|
+
handleChange = _useInputNumber.handleChange,
|
|
16753
|
+
handleFocus = _useInputNumber.handleFocus,
|
|
16754
|
+
handleKeyDown = _useInputNumber.handleKeyDown;
|
|
16755
|
+
return /*#__PURE__*/React__default["default"].createElement(Tooltip, {
|
|
16756
|
+
title: rootValue,
|
|
16757
|
+
disable: focused
|
|
16758
|
+
}, /*#__PURE__*/React__default["default"].createElement(EditableContent, {
|
|
16759
|
+
disabled: disabled,
|
|
16760
|
+
ref: handleRef,
|
|
16761
|
+
className: className,
|
|
16762
|
+
inputProps: _objectSpread2({
|
|
16763
|
+
value: formattedValue,
|
|
16764
|
+
onBlur: handleBlur,
|
|
16765
|
+
onChange: handleChange,
|
|
16766
|
+
onFocus: handleFocus,
|
|
16767
|
+
onKeyDown: handleKeyDown
|
|
16768
|
+
}, rest)
|
|
16769
|
+
}));
|
|
16770
|
+
});
|
|
16771
|
+
EditableCurrency.displayName = "EditableCurrency";
|
|
16772
|
+
|
|
16716
16773
|
var _excluded$b = ["withDocuments"];
|
|
16717
16774
|
var FolderIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
16718
16775
|
var _ref$withDocuments = _ref.withDocuments,
|
|
@@ -18263,6 +18320,7 @@
|
|
|
18263
18320
|
exports.EditIcon = EditIcon$1;
|
|
18264
18321
|
exports.EditMultipleIcon = EditMultipleIcon$1;
|
|
18265
18322
|
exports.EditableContent = EditableContent;
|
|
18323
|
+
exports.EditableCurrency = EditableCurrency;
|
|
18266
18324
|
exports.EditableHours = EditableHours;
|
|
18267
18325
|
exports.EditableText = EditableText;
|
|
18268
18326
|
exports.EmojiIcon = EmojiIcon$1;
|