@scbt-ecom/ui 0.40.0 → 0.40.2
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/{CustomLink-Cqhmw5ZU.js → CustomLink-fTXaVy03.js} +13 -13
- package/dist/{CustomLink-Cqhmw5ZU.js.map → CustomLink-fTXaVy03.js.map} +1 -1
- package/dist/config.js +1 -1
- package/dist/config.js.map +1 -1
- package/dist/hooks.js +2 -2
- package/dist/shared/ui/formElements/controlled/index.d.ts +1 -0
- package/dist/shared/ui/formElements/uncontrolled/index.d.ts +1 -0
- package/dist/shared/ui/formElements/uncontrolled/select/Select.d.ts +8 -0
- package/dist/ui.js +4762 -4727
- package/dist/ui.js.map +1 -1
- package/dist/{useDebounce-BNBPHQrJ.js → useDebounce-CIcYhLoU.js} +2 -2
- package/dist/{useDebounce-BNBPHQrJ.js.map → useDebounce-CIcYhLoU.js.map} +1 -1
- package/dist/{utils-DRVnb-OQ.js → utils-Baa0uHhG.js} +7 -7
- package/dist/{utils-DRVnb-OQ.js.map → utils-Baa0uHhG.js.map} +1 -1
- package/dist/utils-tailwind.css +8 -0
- package/dist/validation.js +1 -1
- package/dist/widget.js +2 -2
- package/package.json +1 -1
|
@@ -105,7 +105,7 @@ function Ue(e) {
|
|
|
105
105
|
}, [e.disabled]);
|
|
106
106
|
}
|
|
107
107
|
function Ct(e) {
|
|
108
|
-
const r = Le(), { control: t = r.control, disabled: i, name: u, exact: a } = e, [o, y] = w.useState(t._formState), _ = w.useRef(!0), D = w.useRef({
|
|
108
|
+
const r = Le(), { control: t = r.control, disabled: i, name: u, exact: a } = e || {}, [o, y] = w.useState(t._formState), _ = w.useRef(!0), D = w.useRef({
|
|
109
109
|
isDirty: !1,
|
|
110
110
|
isLoading: !1,
|
|
111
111
|
dirtyFields: !1,
|
|
@@ -1164,4 +1164,4 @@ export {
|
|
|
1164
1164
|
rr as f,
|
|
1165
1165
|
Tt as u
|
|
1166
1166
|
};
|
|
1167
|
-
//# sourceMappingURL=useDebounce-
|
|
1167
|
+
//# sourceMappingURL=useDebounce-CIcYhLoU.js.map
|