sag_components 2.0.0-beta348 → 2.0.0-beta349
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 +20 -22
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +20 -22
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24905,27 +24905,26 @@ const IconContainer$2 = styled__default["default"].div`
|
|
|
24905
24905
|
cursor: pointer;
|
|
24906
24906
|
`;
|
|
24907
24907
|
|
|
24908
|
-
const QuickFilterDropdownMultiSelection =
|
|
24909
|
-
|
|
24910
|
-
|
|
24911
|
-
|
|
24912
|
-
|
|
24913
|
-
|
|
24914
|
-
|
|
24915
|
-
|
|
24916
|
-
|
|
24917
|
-
|
|
24918
|
-
|
|
24919
|
-
|
|
24920
|
-
|
|
24921
|
-
|
|
24922
|
-
|
|
24923
|
-
|
|
24924
|
-
|
|
24925
|
-
|
|
24926
|
-
|
|
24927
|
-
|
|
24928
|
-
} = _ref;
|
|
24908
|
+
const QuickFilterDropdownMultiSelection = ({
|
|
24909
|
+
label,
|
|
24910
|
+
labelEmptyValue,
|
|
24911
|
+
options,
|
|
24912
|
+
selectedValue,
|
|
24913
|
+
placeHolder,
|
|
24914
|
+
onChange,
|
|
24915
|
+
required,
|
|
24916
|
+
disabled,
|
|
24917
|
+
width,
|
|
24918
|
+
height,
|
|
24919
|
+
error,
|
|
24920
|
+
errorMessage,
|
|
24921
|
+
labelColor,
|
|
24922
|
+
optionHoverColor = '#edf6ff',
|
|
24923
|
+
xIconShow,
|
|
24924
|
+
checkBoxColor,
|
|
24925
|
+
showLabelOnTop,
|
|
24926
|
+
dropdownHeight
|
|
24927
|
+
}) => {
|
|
24929
24928
|
const [isFocused, setIsFocused] = React$1.useState(false);
|
|
24930
24929
|
const [showOptions, setShowOptions] = React$1.useState(false);
|
|
24931
24930
|
const [inputValue, setInputValue] = React$1.useState('');
|
|
@@ -42885,7 +42884,6 @@ const NotAvailableText = styled__default["default"].div`
|
|
|
42885
42884
|
border: 1px solid #D1D5DB;
|
|
42886
42885
|
border-radius: 4px;
|
|
42887
42886
|
background: white;
|
|
42888
|
-
box-sizing: border-box;
|
|
42889
42887
|
|
|
42890
42888
|
&:hover {
|
|
42891
42889
|
border-color: rgba(0, 0, 0, 0.6);
|