@vitrosoftware/common-ui-ts 1.1.47 → 1.1.48
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.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -64934,7 +64934,7 @@ var CheckboxList = function CheckboxList(props) {
|
|
|
64934
64934
|
};
|
|
64935
64935
|
|
|
64936
64936
|
var ESC_KEY_CODE$1 = 27;
|
|
64937
|
-
var
|
|
64937
|
+
var CONDITION_CONTAINS = 11;
|
|
64938
64938
|
var Search = function Search(props) {
|
|
64939
64939
|
var _useState = React.useState(false),
|
|
64940
64940
|
isShowDialog = _useState[0],
|
|
@@ -65058,8 +65058,8 @@ var Search = function Search(props) {
|
|
|
65058
65058
|
};
|
|
65059
65059
|
var onInputChange = function onInputChange(value) {
|
|
65060
65060
|
var criterion = {
|
|
65061
|
-
condition:
|
|
65062
|
-
operator:
|
|
65061
|
+
condition: CONDITION_CONTAINS,
|
|
65062
|
+
operator: 0,
|
|
65063
65063
|
internalName: props.defaultSearchFieldName,
|
|
65064
65064
|
valueList: [value]
|
|
65065
65065
|
};
|