@webitel/ui-sdk 26.6.130 → 26.6.132

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.
Files changed (36) hide show
  1. package/dist/{components-DsU9I3J0.js → components-f_W5o-xV.js} +16 -15
  2. package/dist/ui-sdk.css +1 -1
  3. package/dist/ui-sdk.js +1 -1
  4. package/dist/ui-sdk.umd.cjs +2 -2
  5. package/dist/{wt-chat-emoji-BiM1up7h.js → wt-chat-emoji-sYBaMsVA.js} +1 -1
  6. package/dist/{wt-display-chip-items-XwdRQSrJ.js → wt-display-chip-items-CHRSDGZ-.js} +1 -1
  7. package/dist/{wt-search-bar-DtJL-csc.js → wt-search-bar-u4NJBkCj.js} +9 -7
  8. package/dist/{wt-send-message-popup-C5S6BjHJ.js → wt-send-message-popup-BKL4VYzA.js} +1 -1
  9. package/dist/{wt-type-extension-value-input-FPCOaR15.js → wt-type-extension-value-input-CKJOaD9f.js} +1 -1
  10. package/dist/{wt-vidstack-player-D4c9YX5q.js → wt-vidstack-player-Brs10wZ8.js} +1 -1
  11. package/package.json +1 -1
  12. package/src/components/wt-input-text/wt-input-text.vue +10 -4
  13. package/src/components/wt-search-bar/wt-search-bar.vue +7 -0
  14. package/src/locale/en/en.js +1 -0
  15. package/src/locale/es/es.js +1 -0
  16. package/src/locale/kz/kz.js +1 -0
  17. package/src/locale/pl/pl.js +1 -0
  18. package/src/locale/ro/ro.js +1 -0
  19. package/src/locale/ru/ru.js +1 -0
  20. package/src/locale/uk/uk.js +1 -0
  21. package/src/locale/uz/uz.js +1 -0
  22. package/src/locale/vi/vi.js +1 -0
  23. package/types/.tsbuildinfo +1 -1
  24. package/types/components/wt-input-text/wt-input-text.vue.d.ts +4 -2
  25. package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +4 -2
  26. package/types/locale/en/en.d.ts +1 -0
  27. package/types/locale/es/es.d.ts +1 -0
  28. package/types/locale/i18n.d.ts +9 -0
  29. package/types/locale/index.d.ts +9 -0
  30. package/types/locale/kz/kz.d.ts +1 -0
  31. package/types/locale/pl/pl.d.ts +1 -0
  32. package/types/locale/ro/ro.d.ts +1 -0
  33. package/types/locale/ru/ru.d.ts +1 -0
  34. package/types/locale/uk/uk.d.ts +1 -0
  35. package/types/locale/uz/uz.d.ts +1 -0
  36. package/types/locale/vi/vi.d.ts +1 -0
@@ -3792,7 +3792,7 @@ var ko = /*#__PURE__*/ s(Do, [["render", Oo], ["__scopeId", "data-v-4a646a2c"]])
3792
3792
  modelValue: { default: "" },
3793
3793
  modelModifiers: {}
3794
3794
  }),
3795
- emits: /*@__PURE__*/ je(["update:modelValue"], ["update:modelValue"]),
3795
+ emits: /*@__PURE__*/ je(["focus"], ["update:modelValue"]),
3796
3796
  setup(e, { expose: t, emit: n }) {
3797
3797
  let r = e, i = {
3798
3798
  [d.SM]: "small",
@@ -3803,10 +3803,10 @@ var ko = /*#__PURE__*/ s(Do, [["render", Oo], ["__scopeId", "data-v-4a646a2c"]])
3803
3803
  regleValidation: p
3804
3804
  }), { focus: y, handleKeyup: b } = le(o), x = E(() => r.label || l.label), ee = E(() => r.required || r.v && "required" in r.v ? `${r.label}*` : r.label), te = (e) => {
3805
3805
  let t = r.preventTrim ? e : e.trim();
3806
- c("update:modelValue", t);
3806
+ a.value = t;
3807
3807
  }, S = Ve(r.hideInputValue), ne = E(() => !!a.value?.length && S.value), re = E(() => S.value ? "eye--opened" : "eye--closed");
3808
3808
  return t({ focus: y }), (t, n) => {
3809
- let r = B("wt-label"), c = B("p-input-group-addon"), l = B("p-input-text"), u = B("wt-icon-btn"), f = B("p-input-group"), p = B("wt-message");
3809
+ let r = B("wt-label"), l = B("p-input-group-addon"), u = B("p-input-text"), f = B("wt-icon-btn"), p = B("p-input-group"), y = B("wt-message");
3810
3810
  return R(), k("div", Mo, [
3811
3811
  x.value ? (R(), D(r, Me({ key: 0 }, e.labelProps, {
3812
3812
  disabled: e.disabled,
@@ -3816,16 +3816,16 @@ var ko = /*#__PURE__*/ s(Do, [["render", Oo], ["__scopeId", "data-v-4a646a2c"]])
3816
3816
  default: K(() => [z(t.$slots, "label", L(F({ label: e.label })), () => [j(H(ee.value), 1)], !0)], void 0, !0),
3817
3817
  _: 3
3818
3818
  }, 16, ["disabled", "invalid"])) : O("", !0),
3819
- M(f, null, {
3819
+ M(p, null, {
3820
3820
  default: K(() => [
3821
- t.$slots.prefix ? (R(), D(c, {
3821
+ t.$slots.prefix ? (R(), D(l, {
3822
3822
  key: 0,
3823
3823
  class: "wt-input-text__addon typo-body-1"
3824
3824
  }, {
3825
3825
  default: K(() => [z(t.$slots, "prefix", {}, void 0, !0)], void 0, !0),
3826
3826
  _: 3
3827
3827
  })) : O("", !0),
3828
- M(l, Me(t.$attrs, {
3828
+ M(u, Me(t.$attrs, {
3829
3829
  id: s,
3830
3830
  ref_key: "inputText",
3831
3831
  ref: o,
@@ -3838,7 +3838,8 @@ var ko = /*#__PURE__*/ s(Do, [["render", Oo], ["__scopeId", "data-v-4a646a2c"]])
3838
3838
  size: i[e.size]
3839
3839
  }, Ge(t.$listeners), {
3840
3840
  "onUpdate:modelValue": te,
3841
- onKeyup: W(b)
3841
+ onKeyup: W(b),
3842
+ onFocus: n[0] ||= (e) => c("focus", e)
3842
3843
  }), null, 16, [
3843
3844
  "model-value",
3844
3845
  "disabled",
@@ -3849,22 +3850,22 @@ var ko = /*#__PURE__*/ s(Do, [["render", Oo], ["__scopeId", "data-v-4a646a2c"]])
3849
3850
  "size",
3850
3851
  "onKeyup"
3851
3852
  ]),
3852
- e.hideInputValue || t.$slots.suffix ? (R(), D(c, {
3853
+ e.hideInputValue || t.$slots.suffix ? (R(), D(l, {
3853
3854
  key: 1,
3854
3855
  class: "wt-input-text__addon typo-body-1"
3855
3856
  }, {
3856
- default: K(() => [e.hideInputValue ? (R(), D(u, {
3857
+ default: K(() => [e.hideInputValue ? (R(), D(f, {
3857
3858
  key: 0,
3858
3859
  icon: re.value,
3859
3860
  disabled: e.disabled,
3860
- onClick: n[0] ||= (e) => S.value = !S.value
3861
+ onClick: n[1] ||= (e) => S.value = !S.value
3861
3862
  }, null, 8, ["icon", "disabled"])) : O("", !0), z(t.$slots, "suffix", {}, void 0, !0)], void 0, !0),
3862
3863
  _: 3
3863
3864
  })) : O("", !0)
3864
3865
  ], void 0, !0),
3865
3866
  _: 3
3866
3867
  }),
3867
- W(h) && W(_) && !e.hideInputInfo ? (R(), D(p, {
3868
+ W(h) && W(_) && !e.hideInputInfo ? (R(), D(y, {
3868
3869
  key: 1,
3869
3870
  color: W(v),
3870
3871
  variant: W(m).SIMPLE,
@@ -3880,7 +3881,7 @@ var ko = /*#__PURE__*/ s(Do, [["render", Oo], ["__scopeId", "data-v-4a646a2c"]])
3880
3881
  ]);
3881
3882
  };
3882
3883
  }
3883
- }), [["__scopeId", "data-v-b6e9977a"]]);
3884
+ }), [["__scopeId", "data-v-7fa8c19f"]]);
3884
3885
  //#endregion
3885
3886
  //#region node_modules/@vueuse/shared/dist/index.js
3886
3887
  function Po(e = {}) {
@@ -6556,9 +6557,9 @@ var Rl = {
6556
6557
  ])), [[r, d]]) : O("", !0)], 2);
6557
6558
  };
6558
6559
  }
6559
- }, [["__scopeId", "data-v-72aa56d0"]]), Ul = N(() => import("./wt-action-bar-HBm22ay5.js")), Wl = N(() => import("./wt-button-select-BnRHgJ4i.js")), Gl = N(() => import("./wt-confirm-dialog-DCUitG2v.js")), Kl = N(() => import("./wt-context-menu-yW52oF-2.js")), ql = N(() => import("./wt-copy-action-d9gVzAsB.js")), Jl = N(() => import("./wt-datepicker-DTUMTWJK.js")), Yl = N(() => import("./wt-dual-panel-Dhj8Eg_y.js")), Xl = N(() => import("./wt-dummy-CLjhRWZ6.js")), Zl = N(() => import("./wt-error-page-vhu4lIyF.js")), Ql = N(() => import("./wt-expansion-panel-Br7JPc5X.js")), $l = N(() => import("./wt-expansion-card-BzhcCehz.js")), eu = N(() => import("./wt-filters-panel-wrapper-Cc9b3aci.js")), tu = N(() => import("./wt-galleria-qPHnXPx7.js")), nu = N(() => import("./wt-notifications-bar-C7cK0wEL.js")), ru = N(() => import("./wt-page-header-CDbd4aOh.js")), iu = N(() => import("./wt-pagination-G2ZGU4Pi.js")), au = N(() => import("./wt-player-BTjWztZk.js")), ou = N(() => import("./wt-popover-ChCN6b1o.js").then((e) => e.n)), su = N(() => import("./wt-search-bar-DtJL-csc.js")), cu = N(() => import("./wt-slider-BPzRTeYU.js").then((e) => e.n)), lu = N(() => import("./wt-status-select-D1hAjCAS.js")), uu = N(() => import("./wt-stepper-B6zpd1Uh.js")), du = N(() => import("./wt-table-CpWFE50y.js")), fu = N(() => import("./wt-table-actions-4-peSVkc.js")), pu = N(() => import("./wt-table-column-select-CgEh5BAF.js")), mu = N(() => import("./wt-tabs-DuOgj-lZ.js")), hu = N(() => import("./wt-time-input-u5Ay5_X5.js")), gu = N(() => import("./wt-timepicker-Dj0y9-U_.js")), _u = N(() => import("./wt-tree-DZ9ErOGj.js")), vu = N(() => import("./wt-tree-table-C0ZIJXcv.js")), yu = N(() => import("./wt-vidstack-player-D4c9YX5q.js")), bu = N(() => import("./wt-call-media-action-Bn2bGCWs.js")), xu = N(() => import("./wt-chat-emoji-BiM1up7h.js")), Su = N(() => import("./wt-display-chip-items-XwdRQSrJ.js")), Cu = N(() => import("./wt-navigation-menu-CenQi_-T.js")), wu = N(() => import("./wt-selection-popup-CjYw4ppb.js")), Tu = N(() => import("./wt-start-page-DMXRhA9E.js"));
6560
- N(() => import("./wt-type-extension-value-input-FPCOaR15.js"));
6561
- var Eu = N(() => import("./wt-screen-recordings-action-Dzzo0eqW.js")), Du = N(() => import("./wt-send-message-popup-C5S6BjHJ.js")), Ou = {
6560
+ }, [["__scopeId", "data-v-72aa56d0"]]), Ul = N(() => import("./wt-action-bar-HBm22ay5.js")), Wl = N(() => import("./wt-button-select-BnRHgJ4i.js")), Gl = N(() => import("./wt-confirm-dialog-DCUitG2v.js")), Kl = N(() => import("./wt-context-menu-yW52oF-2.js")), ql = N(() => import("./wt-copy-action-d9gVzAsB.js")), Jl = N(() => import("./wt-datepicker-DTUMTWJK.js")), Yl = N(() => import("./wt-dual-panel-Dhj8Eg_y.js")), Xl = N(() => import("./wt-dummy-CLjhRWZ6.js")), Zl = N(() => import("./wt-error-page-vhu4lIyF.js")), Ql = N(() => import("./wt-expansion-panel-Br7JPc5X.js")), $l = N(() => import("./wt-expansion-card-BzhcCehz.js")), eu = N(() => import("./wt-filters-panel-wrapper-Cc9b3aci.js")), tu = N(() => import("./wt-galleria-qPHnXPx7.js")), nu = N(() => import("./wt-notifications-bar-C7cK0wEL.js")), ru = N(() => import("./wt-page-header-CDbd4aOh.js")), iu = N(() => import("./wt-pagination-G2ZGU4Pi.js")), au = N(() => import("./wt-player-BTjWztZk.js")), ou = N(() => import("./wt-popover-ChCN6b1o.js").then((e) => e.n)), su = N(() => import("./wt-search-bar-u4NJBkCj.js")), cu = N(() => import("./wt-slider-BPzRTeYU.js").then((e) => e.n)), lu = N(() => import("./wt-status-select-D1hAjCAS.js")), uu = N(() => import("./wt-stepper-B6zpd1Uh.js")), du = N(() => import("./wt-table-CpWFE50y.js")), fu = N(() => import("./wt-table-actions-4-peSVkc.js")), pu = N(() => import("./wt-table-column-select-CgEh5BAF.js")), mu = N(() => import("./wt-tabs-DuOgj-lZ.js")), hu = N(() => import("./wt-time-input-u5Ay5_X5.js")), gu = N(() => import("./wt-timepicker-Dj0y9-U_.js")), _u = N(() => import("./wt-tree-DZ9ErOGj.js")), vu = N(() => import("./wt-tree-table-C0ZIJXcv.js")), yu = N(() => import("./wt-vidstack-player-Brs10wZ8.js")), bu = N(() => import("./wt-call-media-action-Bn2bGCWs.js")), xu = N(() => import("./wt-chat-emoji-sYBaMsVA.js")), Su = N(() => import("./wt-display-chip-items-CHRSDGZ-.js")), Cu = N(() => import("./wt-navigation-menu-CenQi_-T.js")), wu = N(() => import("./wt-selection-popup-CjYw4ppb.js")), Tu = N(() => import("./wt-start-page-DMXRhA9E.js"));
6561
+ N(() => import("./wt-type-extension-value-input-CKJOaD9f.js"));
6562
+ var Eu = N(() => import("./wt-screen-recordings-action-Dzzo0eqW.js")), Du = N(() => import("./wt-send-message-popup-BKL4VYzA.js")), Ou = {
6562
6563
  WtActionBar: Ul,
6563
6564
  WtImage: fo,
6564
6565
  WtEmpty: _o,