assui 3.1.57 → 3.1.58
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.
|
@@ -177,10 +177,6 @@ var LabelConditionSelectInput = function LabelConditionSelectInput(props) {
|
|
|
177
177
|
onChange: onTypeSelectChange,
|
|
178
178
|
value: selectInputValue === null || selectInputValue === void 0 ? void 0 : selectInputValue.inputValue,
|
|
179
179
|
options: subSelectOptions,
|
|
180
|
-
onDeselect: function onDeselect() {
|
|
181
|
-
var _a;
|
|
182
|
-
(_a = subSelectRef.current) === null || _a === void 0 ? void 0 : _a.focus();
|
|
183
|
-
},
|
|
184
180
|
onBlur: function onBlur() {
|
|
185
181
|
return onLabelConditionSelectInputBlur(EntryTypeEnum.SECOND_ENTRY);
|
|
186
182
|
},
|
package/es/label-select/index.js
CHANGED
|
@@ -92,10 +92,6 @@ var LabelSelect = function LabelSelect(props, ref) {
|
|
|
92
92
|
className: "label-select-selector",
|
|
93
93
|
onChange: handleChange,
|
|
94
94
|
onBlur: handleBlur,
|
|
95
|
-
onDeselect: function onDeselect() {
|
|
96
|
-
var _a;
|
|
97
|
-
(_a = selectRef.current) === null || _a === void 0 ? void 0 : _a.focus();
|
|
98
|
-
},
|
|
99
95
|
onDropdownVisibleChange: onDropdownVisibleChange,
|
|
100
96
|
suffixIcon: /*#__PURE__*/React.createElement(ArrowDropDownFilled, null)
|
|
101
97
|
})), /*#__PURE__*/React.createElement("label", {
|
|
@@ -221,10 +221,6 @@ var LabelConditionSelectInput = function LabelConditionSelectInput(props) {
|
|
|
221
221
|
onChange: onTypeSelectChange,
|
|
222
222
|
value: selectInputValue === null || selectInputValue === void 0 ? void 0 : selectInputValue.inputValue,
|
|
223
223
|
options: subSelectOptions,
|
|
224
|
-
onDeselect: function onDeselect() {
|
|
225
|
-
var _a;
|
|
226
|
-
(_a = subSelectRef.current) === null || _a === void 0 ? void 0 : _a.focus();
|
|
227
|
-
},
|
|
228
224
|
onBlur: function onBlur() {
|
|
229
225
|
return onLabelConditionSelectInputBlur(EntryTypeEnum.SECOND_ENTRY);
|
|
230
226
|
},
|
|
@@ -103,10 +103,6 @@ var LabelSelect = function LabelSelect(props, ref) {
|
|
|
103
103
|
className: "label-select-selector",
|
|
104
104
|
onChange: handleChange,
|
|
105
105
|
onBlur: handleBlur,
|
|
106
|
-
onDeselect: function onDeselect() {
|
|
107
|
-
var _a;
|
|
108
|
-
(_a = selectRef.current) === null || _a === void 0 ? void 0 : _a.focus();
|
|
109
|
-
},
|
|
110
106
|
onDropdownVisibleChange: onDropdownVisibleChange,
|
|
111
107
|
suffixIcon: react_1["default"].createElement(ArrowDropDownFilled_1["default"], null)
|
|
112
108
|
})), react_1["default"].createElement("label", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "assui",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.58",
|
|
4
4
|
"description": "react ui library",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"node": ">=10.0.0"
|
|
81
81
|
},
|
|
82
82
|
"license": "MIT",
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "57f32a4e372be97f4b309485acaad64ec01c8a78"
|
|
84
84
|
}
|