@scbt-ecom/ui 0.14.0 → 0.14.1
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/client.js +4 -2
- package/dist/client.js.map +1 -1
- package/dist/shared/ui/checkbox/Checkbox.d.ts +12 -0
- package/dist/shared/ui/formElements/controlled/index.d.ts +1 -3
- package/dist/shared/ui/input/Input.d.ts +30 -0
- package/dist/shared/ui/select/Select.d.ts +38 -6
- package/dist/shared/ui/select/ui/control/Control.d.ts +4 -1
- package/dist/shared/ui/select/ui/control/hooks/useSelectController.d.ts +32 -0
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -16578,7 +16578,9 @@ const qZ = ({ schema: t, ...e }) => OB({
|
|
|
16578
16578
|
onMenuOpen: c,
|
|
16579
16579
|
onMenuClose: u
|
|
16580
16580
|
}), y = Se(null);
|
|
16581
|
-
|
|
16581
|
+
vu(y, () => u && u());
|
|
16582
|
+
const x = () => i && t ? v : t ? f : v;
|
|
16583
|
+
return /* @__PURE__ */ A.jsx(
|
|
16582
16584
|
du,
|
|
16583
16585
|
{
|
|
16584
16586
|
ref: y,
|
|
@@ -16590,7 +16592,7 @@ const qZ = ({ schema: t, ...e }) => OB({
|
|
|
16590
16592
|
},
|
|
16591
16593
|
invalid: o,
|
|
16592
16594
|
readOnly: !t,
|
|
16593
|
-
value:
|
|
16595
|
+
value: x(),
|
|
16594
16596
|
onChange: t ? b : void 0,
|
|
16595
16597
|
renderValues: i ? () => /* @__PURE__ */ A.jsx(
|
|
16596
16598
|
pB,
|