bianic-ui 1.16.0-alpha.7 → 1.16.0-alpha.8
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/index.js +3 -3
- package/dist/esm/index.js +3 -3
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -2701,13 +2701,13 @@ function LiveSearch(_a) {
|
|
|
2701
2701
|
value: value,
|
|
2702
2702
|
setValue: setValue,
|
|
2703
2703
|
onChangeText: onChangeText,
|
|
2704
|
-
dropContOnClickItem: dropContProps.onClickItem
|
|
2704
|
+
dropContOnClickItem: dropContProps === null || dropContProps === void 0 ? void 0 : dropContProps.onClickItem
|
|
2705
2705
|
}), isOpen = _l.isOpen, setIsOpen = _l.setIsOpen, searchTerm = _l.searchTerm, handleInputChange = _l.handleInputChange, handleDropdownItemClick = _l.handleDropdownItemClick;
|
|
2706
2706
|
var _m = sizeConfig$6[size], iconClass = _m.iconClass, iconSize = _m.iconSize, inputClass = _m.inputClass;
|
|
2707
|
-
var dropContClassName =
|
|
2707
|
+
var _o = dropContProps || {}, dropContClassName = _o.className; _o.onClickItem; _o.anchorRef; var restDropContProps = __rest(_o, ["className", "onClickItem", "anchorRef"]);
|
|
2708
2708
|
var isValueExist = value && value.label !== undefined && value.label !== '';
|
|
2709
2709
|
var filteredOptions = filterOptions(options || [], value.label);
|
|
2710
|
-
var
|
|
2710
|
+
var _p = processRenderedChildren(children, searchTerm, searchVariant, handleDropdownItemClick), renderedChildren = _p.renderedChildren, hasFilteredResults = _p.hasFilteredResults;
|
|
2711
2711
|
return (React.createElement("div", { className: "bianic-livesearch field-group group/form flex w-full flex-col gap-y-2 " },
|
|
2712
2712
|
label && (React.createElement(FormLabel, { htmlFor: id, required: required, readOnly: readOnly }, label)),
|
|
2713
2713
|
React.createElement("div", { className: "group relative w-full" },
|
package/dist/esm/index.js
CHANGED
|
@@ -2699,13 +2699,13 @@ function LiveSearch(_a) {
|
|
|
2699
2699
|
value: value,
|
|
2700
2700
|
setValue: setValue,
|
|
2701
2701
|
onChangeText: onChangeText,
|
|
2702
|
-
dropContOnClickItem: dropContProps.onClickItem
|
|
2702
|
+
dropContOnClickItem: dropContProps === null || dropContProps === void 0 ? void 0 : dropContProps.onClickItem
|
|
2703
2703
|
}), isOpen = _l.isOpen, setIsOpen = _l.setIsOpen, searchTerm = _l.searchTerm, handleInputChange = _l.handleInputChange, handleDropdownItemClick = _l.handleDropdownItemClick;
|
|
2704
2704
|
var _m = sizeConfig$6[size], iconClass = _m.iconClass, iconSize = _m.iconSize, inputClass = _m.inputClass;
|
|
2705
|
-
var dropContClassName =
|
|
2705
|
+
var _o = dropContProps || {}, dropContClassName = _o.className; _o.onClickItem; _o.anchorRef; var restDropContProps = __rest(_o, ["className", "onClickItem", "anchorRef"]);
|
|
2706
2706
|
var isValueExist = value && value.label !== undefined && value.label !== '';
|
|
2707
2707
|
var filteredOptions = filterOptions(options || [], value.label);
|
|
2708
|
-
var
|
|
2708
|
+
var _p = processRenderedChildren(children, searchTerm, searchVariant, handleDropdownItemClick), renderedChildren = _p.renderedChildren, hasFilteredResults = _p.hasFilteredResults;
|
|
2709
2709
|
return (React.createElement("div", { className: "bianic-livesearch field-group group/form flex w-full flex-col gap-y-2 " },
|
|
2710
2710
|
label && (React.createElement(FormLabel, { htmlFor: id, required: required, readOnly: readOnly }, label)),
|
|
2711
2711
|
React.createElement("div", { className: "group relative w-full" },
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"@biaenergi:registry": "https://gitlab.com/api/v4/projects/50905269/packages/npm/"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.0-alpha.
|
|
6
|
+
"version": "1.16.0-alpha.8",
|
|
7
7
|
"description": "Design Language System develop by BIAENERGI",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"rollup": "rollup -c",
|