@webitel/ui-sdk 26.8.85 → 26.8.86

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.
@@ -1,4 +1,4 @@
1
- import "./components-eK1kCmlT.js";
1
+ import "./components-CV6dUJR6.js";
2
2
  import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { l as t } from "./enums-B_9ZBu01.js";
4
4
  import { t as n } from "./wt-button-BwPz__rU.js";
@@ -1,4 +1,4 @@
1
- import { C as e, i as t } from "./components-eK1kCmlT.js";
1
+ import { C as e, i as t } from "./components-CV6dUJR6.js";
2
2
  import { t as n } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { s as r } from "./utils-DReAiJBV.js";
4
4
  import { Fragment as i, computed as a, createCommentVNode as o, createElementBlock as s, createTextVNode as c, createVNode as l, defineComponent as u, openBlock as d, renderList as f, renderSlot as p, toDisplayString as m, unref as h, withCtx as g } from "vue";
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "./rolldown-runtime-BEcgMyyN.js";
2
- import { n as t, r as n } from "./clients-Dq48Jc7S.js";
3
- import { T as r, n as i, w as a } from "./components-eK1kCmlT.js";
2
+ import { n as t, r as n } from "./clients-CkhN_A5L.js";
3
+ import { T as r, n as i, w as a } from "./components-CV6dUJR6.js";
4
4
  import { t as o } from "./vue-i18n-Db_oYfO8.js";
5
5
  import { n as s } from "./useEventBus-B-ZeklLu.js";
6
6
  import { createBlock as c, createTextVNode as l, createVNode as u, defineComponent as d, mergeProps as f, onMounted as p, openBlock as m, ref as h, resolveComponent as g, toDisplayString as _, unref as v, withCtx as y } from "vue";
@@ -95,6 +95,6 @@ var T = /* @__PURE__ */ e(r(), 1), E = "data:image/svg+xml,%3csvg%20viewBox='0%2
95
95
  }, 8, ["shown"])]);
96
96
  };
97
97
  }
98
- }), [["__scopeId", "data-v-41e09484"]]);
98
+ }), [["__scopeId", "data-v-0692a111"]]);
99
99
  //#endregion
100
100
  export { k as default };
@@ -1,5 +1,5 @@
1
- import { t as e } from "./clients-Dq48Jc7S.js";
2
- import { a as t, o as n, r, s as i } from "./components-eK1kCmlT.js";
1
+ import { t as e } from "./clients-CkhN_A5L.js";
2
+ import { a as t, o as n, r, s as i } from "./components-CV6dUJR6.js";
3
3
  import { t as a } from "./enums-B_9ZBu01.js";
4
4
  import { t as o } from "./vue-i18n-Db_oYfO8.js";
5
5
  import { computed as s, createBlock as c, createCommentVNode as l, createVNode as u, defineComponent as d, mergeModels as f, mergeProps as p, openBlock as m, renderSlot as h, resolveComponent as g, unref as _, useModel as v } from "vue";
@@ -1,4 +1,4 @@
1
- import { k as e } from "./components-eK1kCmlT.js";
1
+ import { k as e } from "./components-CV6dUJR6.js";
2
2
  import { t } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { l as n } from "./enums-B_9ZBu01.js";
4
4
  import "./wt-button-BwPz__rU.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "26.8.85",
3
+ "version": "26.8.86",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run docs:dev",
@@ -191,6 +191,7 @@ watch(isColumnSelectPopup, () => {
191
191
  }
192
192
 
193
193
  .wt-table-column-select__popup-list {
194
+ max-width: 100%;
194
195
  display: flex;
195
196
  flex-direction: column;
196
197
  flex-wrap: wrap;