@webitel/ui-sdk 26.8.33 → 26.8.35
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/{clients-DYgSupBB.js → clients-BwMBivjN.js} +104 -104
- package/dist/{components-BDKAbff7.js → components-MVLdxZ5u.js} +17 -16
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +620 -620
- package/dist/{useValidation-C_F39G5j.js → useValidation-D6P-wRwq.js} +12 -7
- package/dist/{wt-chat-emoji-BDckjRW9.js → wt-chat-emoji-B-Sol73Z.js} +1 -1
- package/dist/{wt-datepicker-BwjMwR9-.js → wt-datepicker-C5LuZK-R.js} +1 -1
- package/dist/{wt-display-chip-items-BxQrYGag.js → wt-display-chip-items-DgLG0ozO.js} +1 -1
- package/dist/{wt-search-bar-DaBSWvlP.js → wt-search-bar-Dnjkgro3.js} +10 -8
- package/dist/{wt-send-message-popup-BQmQ764a.js → wt-send-message-popup-DzDfWlvV.js} +2 -2
- package/dist/{wt-timepicker-CS5S9HHJ.js → wt-timepicker-CAkO0jFY.js} +1 -1
- package/dist/{wt-type-extension-value-input-BPhqY-_e.js → wt-type-extension-value-input-BFm1OPEE.js} +2 -2
- package/dist/{wt-vidstack-player-Byw50ZoQ.js → wt-vidstack-player-jTPSvIQM.js} +1 -1
- package/package.json +1 -1
- package/src/components/wt-input-text/wt-input-text.vue +10 -4
- package/src/components/wt-search-bar/wt-search-bar.vue +7 -0
- package/src/composables/useCard/useCardTabs.js +2 -3
- package/src/locale/en/en.js +3 -0
- package/src/locale/es/es.js +5 -0
- package/src/locale/kz/kz.js +5 -0
- package/src/locale/pl/pl.js +4 -0
- package/src/locale/ro/ro.js +5 -0
- package/src/locale/ru/ru.js +4 -0
- package/src/locale/uk/uk.js +3 -0
- package/src/locale/uz/uz.js +5 -0
- package/src/locale/vi/vi.js +4 -0
- package/src/mixins/validationMixin/regle/useRegleValidation.ts +17 -1
- package/src/modules/ObjectPermissions/headers/headers.ts +5 -0
- package/src/validations/config/errors/__tests__/customZodErrorsHandler.spec.ts +103 -0
- package/src/validations/config/errors/customZodErrorsHandler.ts +14 -0
- package/types/.tsbuildinfo +1 -1
- package/types/components/wt-input-text/wt-input-text.vue.d.ts +4 -2
- package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +4 -2
- package/types/composables/useCard/useCardTabs.d.ts +1 -1
- package/types/locale/en/en.d.ts +3 -0
- package/types/locale/es/es.d.ts +3 -0
- package/types/locale/i18n.d.ts +27 -0
- package/types/locale/index.d.ts +27 -0
- package/types/locale/kz/kz.d.ts +3 -0
- package/types/locale/pl/pl.d.ts +3 -0
- package/types/locale/ro/ro.d.ts +3 -0
- package/types/locale/ru/ru.d.ts +3 -0
- package/types/locale/uk/uk.d.ts +3 -0
- package/types/locale/uz/uz.d.ts +3 -0
- package/types/locale/vi/vi.d.ts +3 -0
- package/types/modules/ObjectPermissions/headers/headers.d.ts +5 -0
package/dist/ui-sdk.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "./generateInstance-C9d7J_TX.js";
|
|
2
2
|
import { n as t } from "./wt-icon-09f_Vpk_.js";
|
|
3
|
-
import { S as n, _ as r, b as i, c as a, d as o, f as s, g as c, h as l, l as u, m as d, p as f, t as p, u as m, v as h, x as g, y as _ } from "./components-
|
|
3
|
+
import { S as n, _ as r, b as i, c as a, d as o, f as s, g as c, h as l, l as u, m as d, p as f, t as p, u as m, v as h, x as g, y as _ } from "./components-MVLdxZ5u.js";
|
|
4
4
|
import { i as v, l as y } from "./enums-De8CDKZ1.js";
|
|
5
5
|
import { t as b } from "./useEventBus-B-ZeklLu.js";
|
|
6
6
|
import { computed as x, reactive as S, shallowRef as C, watch as w } from "vue";
|