sag_components 2.0.0-beta286 → 2.0.0-beta287
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/index.esm.js +23 -22
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +23 -22
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24653,25 +24653,26 @@ const IconContainer$2 = styled__default["default"].div`
|
|
|
24653
24653
|
cursor: pointer;
|
|
24654
24654
|
`;
|
|
24655
24655
|
|
|
24656
|
-
const QuickFilterDropdownMultiSelection =
|
|
24657
|
-
|
|
24658
|
-
|
|
24659
|
-
|
|
24660
|
-
|
|
24661
|
-
|
|
24662
|
-
|
|
24663
|
-
|
|
24664
|
-
|
|
24665
|
-
|
|
24666
|
-
|
|
24667
|
-
|
|
24668
|
-
|
|
24669
|
-
|
|
24670
|
-
|
|
24671
|
-
|
|
24672
|
-
|
|
24673
|
-
|
|
24674
|
-
|
|
24656
|
+
const QuickFilterDropdownMultiSelection = _ref => {
|
|
24657
|
+
let {
|
|
24658
|
+
label,
|
|
24659
|
+
labelEmptyValue,
|
|
24660
|
+
options,
|
|
24661
|
+
selectedValue,
|
|
24662
|
+
placeHolder,
|
|
24663
|
+
onChange,
|
|
24664
|
+
required,
|
|
24665
|
+
disabled,
|
|
24666
|
+
width,
|
|
24667
|
+
height,
|
|
24668
|
+
error,
|
|
24669
|
+
errorMessage,
|
|
24670
|
+
labelColor,
|
|
24671
|
+
xIconShow,
|
|
24672
|
+
checkBoxColor,
|
|
24673
|
+
showLabelOnTop,
|
|
24674
|
+
dropdownHeight
|
|
24675
|
+
} = _ref;
|
|
24675
24676
|
const [isFocused, setIsFocused] = React$1.useState(false);
|
|
24676
24677
|
const [showOptions, setShowOptions] = React$1.useState(false);
|
|
24677
24678
|
const [inputValue, setInputValue] = React$1.useState('');
|
|
@@ -34563,7 +34564,7 @@ const DownloadProgressContentContainer = styled__default["default"].div`
|
|
|
34563
34564
|
`;
|
|
34564
34565
|
const DownloadProgressTitle = styled__default["default"].h4`
|
|
34565
34566
|
font-weight: 400;
|
|
34566
|
-
margin: 0
|
|
34567
|
+
margin: 0 30px 10px 0;
|
|
34567
34568
|
`;
|
|
34568
34569
|
const DownloadProgressStatusMessage = styled__default["default"].h5`
|
|
34569
34570
|
margin: 3px 0;
|
|
@@ -34667,8 +34668,8 @@ const DownloadProgress = props => {
|
|
|
34667
34668
|
}, title, showCloseButton && /*#__PURE__*/React__default["default"].createElement(CloseButton$1, {
|
|
34668
34669
|
onClick: onCloseClick
|
|
34669
34670
|
}, /*#__PURE__*/React__default["default"].createElement(CloseXIcon, {
|
|
34670
|
-
width: "
|
|
34671
|
-
height: "
|
|
34671
|
+
width: "11",
|
|
34672
|
+
height: "11"
|
|
34672
34673
|
}))), displayProgressContent());
|
|
34673
34674
|
};
|
|
34674
34675
|
DownloadProgress.propTypes = {
|