@webitel/ui-sdk 26.6.52 → 26.6.54
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-aQCH0OHp.js → clients-CUPgptgn.js} +1 -1
- package/dist/{components-CkQp88E1.js → components-B27elm12.js} +18 -15
- package/dist/{composables-Dd9qisyK.js → composables-dhUrqIsW.js} +5 -1
- package/dist/{enums-pbYAJNeb.js → enums-DW1oVune.js} +1 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +3 -3
- package/dist/ui-sdk.umd.cjs +266 -266
- package/dist/{useValidation-DG0tifBv.js → useValidation-NX7UjlXi.js} +1 -1
- package/dist/{wt-action-bar-Ba1ZJjE_.js → wt-action-bar-BHg0dHh-.js} +2 -2
- package/dist/{wt-button-CZfPNaIj.js → wt-button-Cv7wRtF5.js} +2 -2
- package/dist/{wt-chat-emoji-BMsFdEFN.js → wt-chat-emoji-DUGhBznp.js} +3 -3
- package/dist/{wt-datepicker-Cnbarx_j.js → wt-datepicker-DmmqWre1.js} +2 -2
- package/dist/{wt-display-chip-items-C_FJyoHS.js → wt-display-chip-items-B3XX1FDO.js} +1 -1
- package/dist/{wt-dual-panel-DAhTYFS_.js → wt-dual-panel-Cnzr4m-k.js} +1 -1
- package/dist/{wt-expansion-card-BjsAftEs.js → wt-expansion-card-BoVLPEoJ.js} +2 -2
- package/dist/{wt-expansion-panel-C_EXvx1d.js → wt-expansion-panel-CYZR6tYG.js} +1 -1
- package/dist/{wt-galleria-DDoKj53y.js → wt-galleria-BTtEUFfD.js} +1 -1
- package/dist/{wt-icon-DZxZg6ON.js → wt-icon-CqEgBu_3.js} +1 -1
- package/dist/{wt-icon-action-CQlZHMDB.js → wt-icon-action-DlZx4RV6.js} +1 -1
- package/dist/{wt-icon-btn-BUpa-fbk.js → wt-icon-btn-B66HR8qM.js} +1 -1
- package/dist/{wt-notifications-bar-CDTqa7M9.js → wt-notifications-bar-Bbzp4mi1.js} +2 -2
- package/dist/{wt-player-B-8_UKI8.js → wt-player-CFL51-s6.js} +3 -3
- package/dist/{wt-search-bar-CyMYRgHH.js → wt-search-bar--ACLsoNo.js} +1 -1
- package/dist/{wt-send-message-popup-DnpN75TV.js → wt-send-message-popup-CI3ofbaP.js} +2 -2
- package/dist/{wt-table-o53DZBTE.js → wt-table-CN9xr0Mt.js} +1 -1
- package/dist/{wt-timepicker-BltFF1QD.js → wt-timepicker-DpZmWZdv.js} +2 -2
- package/dist/wt-toast-gaZL33Am.js +44 -0
- package/dist/{wt-tree-table-2u2mPfO_.js → wt-tree-table-DkK3EyzZ.js} +1 -1
- package/dist/{wt-type-extension-value-input-DblktBU4.js → wt-type-extension-value-input-w9g-SKkN.js} +3 -3
- package/dist/{wt-vidstack-player-CeejfVM2.js → wt-vidstack-player-DXvko-1j.js} +4 -4
- package/package.json +1 -1
- package/src/components/_internals/composables/useSelect/useSelectOptions.ts +2 -0
- package/src/components/wt-chip/wt-chip.vue +1 -0
- package/src/components/wt-multi-select/wt-multi-select.vue +1 -1
- package/src/components/wt-single-select/wt-single-select.vue +1 -1
- package/src/components/wt-toast/wt-toast.vue +15 -10
- package/src/enums/ChipColor/ChipColor.ts +1 -0
- package/types/enums/ChipColor/ChipColor.d.ts +1 -0
- package/dist/wt-toast-m61COwji.js +0 -44
package/dist/ui-sdk.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as e } from "./generateInstance-BD4pC4PS.js";
|
|
2
|
-
import { n as t } from "./wt-icon-
|
|
3
|
-
import { t as n } from "./components-
|
|
4
|
-
import { c as r, i } from "./enums-
|
|
2
|
+
import { n as t } from "./wt-icon-CqEgBu_3.js";
|
|
3
|
+
import { t as n } from "./components-B27elm12.js";
|
|
4
|
+
import { c as r, i } from "./enums-DW1oVune.js";
|
|
5
5
|
import { r as a, t as o } from "./dist-Dz55hlwp.js";
|
|
6
6
|
import { t as s } from "./usetoast-BECIyaas.js";
|
|
7
7
|
import { Fragment as c, Teleport as l, Transition as u, TransitionGroup as d, createBlock as f, createCommentVNode as p, createElementBlock as m, createElementVNode as h, createSlots as g, createTextVNode as _, createVNode as v, getCurrentInstance as y, guardReactiveProps as b, mergeProps as x, nextTick as ee, normalizeClass as S, normalizeProps as C, normalizeStyle as te, onMounted as ne, openBlock as w, reactive as re, readonly as ie, ref as ae, renderList as T, renderSlot as E, resolveComponent as D, resolveDirective as O, resolveDynamicComponent as k, shallowRef as oe, toDisplayString as A, toHandlers as se, useId as ce, watch as le, withCtx as j, withDirectives as M, withKeys as ue, withModifiers as de } from "vue";
|