@flysk-tech/amocrm-kommo-vue-ui-kit 0.2.0 → 0.2.1

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/index.js CHANGED
@@ -1,7 +1,7 @@
1
- import { ref as k, computed as _, readonly as G, provide as st, inject as at, onMounted as te, onUnmounted as ct, watch as P, onBeforeUnmount as Yt, defineComponent as y, createElementBlock as v, openBlock as p, mergeProps as I, unref as r, createBlock as E, createElementVNode as T, normalizeClass as x, createTextVNode as L, renderSlot as $, createCommentVNode as A, toDisplayString as D, createVNode as M, Fragment as me, useAttrs as qt, normalizeStyle as V, nextTick as pe, withCtx as z, getCurrentInstance as ut, reactive as ie, useSlots as oe, Teleport as Ae, renderList as Ut, resolveDynamicComponent as Re, withModifiers as he, createStaticVNode as _e, toRef as De, watchEffect as dt } from "vue";
1
+ import { ref as k, computed as _, readonly as G, provide as st, inject as at, onMounted as te, onUnmounted as ct, watch as P, onBeforeUnmount as qt, defineComponent as g, createElementBlock as v, openBlock as p, mergeProps as $, unref as r, createBlock as E, createElementVNode as T, normalizeClass as x, createTextVNode as L, renderSlot as I, createCommentVNode as A, toDisplayString as D, createVNode as M, Fragment as me, useAttrs as ut, normalizeStyle as V, nextTick as pe, withCtx as z, getCurrentInstance as dt, reactive as ie, useSlots as oe, Teleport as Ae, renderList as Ut, resolveDynamicComponent as Re, withModifiers as he, createStaticVNode as _e, toRef as De, watchEffect as mt } from "vue";
2
2
  var ce = /* @__PURE__ */ ((e) => (e.DEFAULT = "default", e.ALTERNATIVE = "alternative", e))(ce || {});
3
- const zl = "data-crm-ui-kit-theme", Ll = "default", mt = Symbol("theme-provider");
4
- function Pl(e) {
3
+ const zn = "data-crm-ui-kit-theme", Ln = "default", pt = Symbol("theme-provider");
4
+ function Pn(e) {
5
5
  const o = k({
6
6
  mode: "light",
7
7
  customVariables: {},
@@ -11,10 +11,10 @@ function Pl(e) {
11
11
  ...o.value,
12
12
  ...c
13
13
  }, Fe(o.value);
14
- }, n = (c) => {
14
+ }, l = (c) => {
15
15
  const u = c === ce.ALTERNATIVE ? "dark" : "light";
16
16
  t({ mode: u });
17
- }, l = () => {
17
+ }, n = () => {
18
18
  const c = o.value.mode === "light" ? "dark" : "light";
19
19
  t({ mode: c });
20
20
  };
@@ -23,13 +23,13 @@ function Pl(e) {
23
23
  themeConfig: G(o),
24
24
  appearance: G(i),
25
25
  setTheme: t,
26
- setAppearance: n,
27
- toggleTheme: l
26
+ setAppearance: l,
27
+ toggleTheme: n
28
28
  };
29
- return st(mt, s), s;
29
+ return st(pt, s), s;
30
30
  }
31
- function pt() {
32
- const e = at(mt);
31
+ function ht() {
32
+ const e = at(pt);
33
33
  if (!e)
34
34
  throw new Error(
35
35
  "useTheme must be used within a component that has provideTheme() called in a parent component"
@@ -41,46 +41,46 @@ function Fe(e) {
41
41
  document.documentElement.style.setProperty(o, i);
42
42
  }));
43
43
  }
44
- function Gl() {
45
- const { themeConfig: e } = pt();
44
+ function Gn() {
45
+ const { themeConfig: e } = ht();
46
46
  return _(() => e.value.mode);
47
47
  }
48
- function Nl() {
49
- const { themeConfig: e } = pt();
48
+ function Nn() {
49
+ const { themeConfig: e } = ht();
50
50
  return _(() => e.value.customVariables || {});
51
51
  }
52
52
  function jt(e, o) {
53
53
  const i = typeof o == "object" && "value" in o ? o : _(() => o), t = _(() => {
54
- const l = {};
54
+ const n = {};
55
55
  return Object.entries(i.value).forEach(([s, c]) => {
56
56
  const u = `--crm-ui-kit-${e}-${s}`;
57
- l[u] = String(c);
58
- }), l;
59
- }), n = _(() => {
60
- const l = {};
57
+ n[u] = String(c);
58
+ }), n;
59
+ }), l = _(() => {
60
+ const n = {};
61
61
  return Object.entries(t.value).forEach(([s, c]) => {
62
- l[s] = c;
63
- }), l;
62
+ n[s] = c;
63
+ }), n;
64
64
  });
65
65
  return {
66
66
  cssVariables: G(t),
67
- styleVars: G(n)
67
+ styleVars: G(l)
68
68
  };
69
69
  }
70
- function Fl(e, o) {
70
+ function Fn(e, o) {
71
71
  return function(t) {
72
- const n = _(() => ({
72
+ const l = _(() => ({
73
73
  ...o,
74
74
  ...t
75
75
  }));
76
- return jt(e, n);
76
+ return jt(e, l);
77
77
  };
78
78
  }
79
79
  function Be(e) {
80
- const o = k(), i = k(!1), t = (n) => {
80
+ const o = k(), i = k(!1), t = (l) => {
81
81
  if (typeof document > "u") return null;
82
- let l = document.querySelector(n);
83
- return l || (l = document.createElement("div"), l.setAttribute("id", n.replace("#", "")), document.body.appendChild(l)), l;
82
+ let n = document.querySelector(l);
83
+ return n || (n = document.createElement("div"), n.setAttribute("id", l.replace("#", "")), document.body.appendChild(n)), n;
84
84
  };
85
85
  return te(() => {
86
86
  typeof document > "u" || (e ? o.value = t(e) || document.body : o.value = document.body, i.value = !0);
@@ -91,7 +91,7 @@ function Be(e) {
91
91
  isReady: G(i)
92
92
  };
93
93
  }
94
- function Hl(e = "amocrm-portal") {
94
+ function Hn(e = "amocrm-portal") {
95
95
  return `${e}-${Math.random().toString(36).substr(2, 9)}`;
96
96
  }
97
97
  const Ve = {
@@ -100,17 +100,17 @@ const Ve = {
100
100
  DROPDOWN: "#amocrm-dropdown-portal",
101
101
  NOTIFICATION: "#amocrm-notification-portal"
102
102
  };
103
- function Yl() {
103
+ function Yn() {
104
104
  return Be(Ve.MODAL);
105
105
  }
106
- function ql() {
106
+ function qn() {
107
107
  return Be(Ve.TOOLTIP);
108
108
  }
109
- function Ul() {
109
+ function Un() {
110
110
  return Be(Ve.DROPDOWN);
111
111
  }
112
112
  function Kt(e, o = []) {
113
- const i = k(e), t = k(null), n = k(!1), l = _(() => t.value === null), s = () => {
113
+ const i = k(e), t = k(null), l = k(!1), n = _(() => t.value === null), s = () => {
114
114
  for (const d of o) {
115
115
  const h = d(i.value);
116
116
  if (h !== !0)
@@ -120,25 +120,25 @@ function Kt(e, o = []) {
120
120
  }, c = () => {
121
121
  t.value = null;
122
122
  }, u = () => {
123
- n.value = !0;
123
+ l.value = !0;
124
124
  };
125
125
  return {
126
126
  value: i,
127
127
  error: G(t),
128
- isValid: G(l),
129
- isDirty: G(n),
128
+ isValid: G(n),
129
+ isDirty: G(l),
130
130
  validate: s,
131
131
  clearError: c,
132
132
  touch: u
133
133
  };
134
134
  }
135
- function jl(e, o = {}) {
135
+ function jn(e, o = {}) {
136
136
  const i = {}, t = k({});
137
137
  Object.keys(e).forEach((a) => {
138
138
  const m = o[a] || [];
139
139
  i[a] = Kt(e[a], m);
140
140
  });
141
- const n = _(() => Object.values(i).every((a) => a.isValid.value)), l = _(() => Object.values(i).some((a) => a.error.value !== null)), s = (a) => {
141
+ const l = _(() => Object.values(i).every((a) => a.isValid.value)), n = _(() => Object.values(i).some((a) => a.error.value !== null)), s = (a) => {
142
142
  const m = i[a];
143
143
  if (!m) return !0;
144
144
  const b = m.validate();
@@ -156,7 +156,7 @@ function jl(e, o = {}) {
156
156
  (m = i[a]) == null || m.clearError(), delete t.value[a];
157
157
  }, h = (a, m) => {
158
158
  i[a] && (i[a].error.value = m, t.value[a] = m);
159
- }, g = (a) => {
159
+ }, y = (a) => {
160
160
  var m;
161
161
  return (m = i[a]) == null ? void 0 : m.value.value;
162
162
  }, f = (a, m) => {
@@ -165,18 +165,18 @@ function jl(e, o = {}) {
165
165
  return {
166
166
  fields: i,
167
167
  errors: G(t),
168
- isFormValid: G(n),
169
- hasErrors: G(l),
168
+ isFormValid: G(l),
169
+ hasErrors: G(n),
170
170
  validateField: s,
171
171
  validateForm: c,
172
172
  clearErrors: u,
173
173
  clearFieldError: d,
174
174
  setFieldError: h,
175
- getFieldValue: g,
175
+ getFieldValue: y,
176
176
  setFieldValue: f
177
177
  };
178
178
  }
179
- const Kl = {
179
+ const Kn = {
180
180
  required: (e = "Поле обязательно для заполнения") => (o) => o == null || o === "" ? e : !0,
181
181
  minLength: (e, o) => (i) => i && i.length < e ? o || `Минимальная длина: ${e} символов` : !0,
182
182
  maxLength: (e, o) => (i) => i && i.length > e ? o || `Максимальная длина: ${e} символов` : !0,
@@ -187,8 +187,8 @@ const Kl = {
187
187
  pattern: (e, o = "Некорректный формат") => (i) => i && !e.test(i) ? o : !0
188
188
  }, Wt = "crm-ui-kit-theme";
189
189
  let Zt = 0;
190
- const le = /* @__PURE__ */ new Map(), Jt = (e) => {
191
- const o = `${Wt}-${++Zt}`, i = document.createElement("style"), t = Object.entries(e).map(([n, l]) => `${n}: ${l};`).join(`
190
+ const ne = /* @__PURE__ */ new Map(), Jt = (e) => {
191
+ const o = `${Wt}-${++Zt}`, i = document.createElement("style"), t = Object.entries(e).map(([l, n]) => `${l}: ${n};`).join(`
192
192
  `);
193
193
  return i.textContent = `.${o} {
194
194
  ${t}
@@ -196,37 +196,37 @@ const le = /* @__PURE__ */ new Map(), Jt = (e) => {
196
196
  }, Ee = (e) => {
197
197
  const o = k("");
198
198
  let i = e, t;
199
- const n = (l) => {
200
- t && (t.refCount--, t.refCount === 0 && (t.styleElement.remove(), le.delete(i))), i = l;
201
- const s = le.get(l);
199
+ const l = (n) => {
200
+ t && (t.refCount--, t.refCount === 0 && (t.styleElement.remove(), ne.delete(i))), i = n;
201
+ const s = ne.get(n);
202
202
  if (s)
203
203
  s.refCount++, o.value = s.className, t = s;
204
204
  else {
205
- const { className: c, styleElement: u } = Jt(l), d = { className: c, styleElement: u, refCount: 1 };
206
- le.set(l, d), o.value = c, t = d;
205
+ const { className: c, styleElement: u } = Jt(n), d = { className: c, styleElement: u, refCount: 1 };
206
+ ne.set(n, d), o.value = c, t = d;
207
207
  }
208
208
  };
209
- return n(e), P(() => e, n), Yt(() => {
210
- t && (t.refCount--, t.refCount === 0 && (t.styleElement.remove(), le.delete(i)));
209
+ return l(e), P(() => e, l), qt(() => {
210
+ t && (t.refCount--, t.refCount === 0 && (t.styleElement.remove(), ne.delete(i)));
211
211
  }), o;
212
- }, Wl = () => {
212
+ }, Wn = () => {
213
213
  };
214
- function Zl(e = "amocrm") {
214
+ function Zn(e = "amocrm") {
215
215
  return `${e}-${Math.random().toString(36).substr(2, 9)}`;
216
216
  }
217
- function Jl(...e) {
217
+ function Jn(...e) {
218
218
  return e.filter(Boolean).join(" ");
219
219
  }
220
- function Xl(e, o) {
220
+ function Xn(e, o) {
221
221
  let i;
222
- return function(...n) {
223
- const l = () => {
224
- clearTimeout(i), e(...n);
222
+ return function(...l) {
223
+ const n = () => {
224
+ clearTimeout(i), e(...l);
225
225
  };
226
- clearTimeout(i), i = setTimeout(l, o);
226
+ clearTimeout(i), i = setTimeout(n, o);
227
227
  };
228
228
  }
229
- function Ql(e, o) {
229
+ function Qn(e, o) {
230
230
  let i;
231
231
  return function(...t) {
232
232
  i || (e.apply(this, t), i = !0, setTimeout(() => i = !1, o));
@@ -239,8 +239,8 @@ function Xt(e, o) {
239
239
  const i = { ...e };
240
240
  for (const t in o)
241
241
  if (o.hasOwnProperty(t)) {
242
- const n = o[t], l = i[t];
243
- He(n) && He(l) ? i[t] = Xt(l, n) : i[t] = n;
242
+ const l = o[t], n = i[t];
243
+ He(l) && He(n) ? i[t] = Xt(n, l) : i[t] = l;
244
244
  }
245
245
  return i;
246
246
  }
@@ -261,7 +261,7 @@ const Qt = "BaseInput-module__input___pIIgE", ei = "BaseInput-module__placeholde
261
261
  input: Qt,
262
262
  placeholder_visible: ei,
263
263
  placeholderVisible: ti
264
- }, ii = ["disabled", "readonly"], Me = /* @__PURE__ */ y({
264
+ }, ii = ["disabled", "readonly"], Me = /* @__PURE__ */ g({
265
265
  inheritAttrs: !1,
266
266
  __name: "BaseInput",
267
267
  props: {
@@ -273,7 +273,7 @@ const Qt = "BaseInput-module__input___pIIgE", ei = "BaseInput-module__placeholde
273
273
  const i = k(null);
274
274
  return o({
275
275
  inputRef: i
276
- }), (t, n) => (p(), v("input", I(t.$attrs, {
276
+ }), (t, l) => (p(), v("input", $(t.$attrs, {
277
277
  ref_key: "inputRef",
278
278
  ref: i,
279
279
  class: [
@@ -288,7 +288,7 @@ const Qt = "BaseInput-module__input___pIIgE", ei = "BaseInput-module__placeholde
288
288
  }
289
289
  }), oi = "VisuallyHiddenInput-module__input___deWRN", ri = {
290
290
  input: oi
291
- }, be = /* @__PURE__ */ y({
291
+ }, be = /* @__PURE__ */ g({
292
292
  __name: "VisuallyHiddenInput",
293
293
  props: {
294
294
  isDisabled: { type: Boolean },
@@ -300,42 +300,42 @@ const Qt = "BaseInput-module__input___pIIgE", ei = "BaseInput-module__placeholde
300
300
  isDefaultChecked: { type: Boolean }
301
301
  },
302
302
  setup(e, { expose: o }) {
303
- const i = e, t = k(null), n = _(() => {
303
+ const i = e, t = k(null), l = _(() => {
304
304
  const { isChecked: s, isDefaultChecked: c, ...u } = i;
305
305
  return s !== void 0 ? { checked: s, ...u } : u;
306
- }), l = () => {
306
+ }), n = () => {
307
307
  var s;
308
308
  return ((s = t.value) == null ? void 0 : s.inputRef) ?? null;
309
309
  };
310
310
  return te(() => {
311
311
  if (i.isDefaultChecked) {
312
- const s = l();
312
+ const s = n();
313
313
  s && (s.checked = !0);
314
314
  }
315
315
  }), i.isChecked !== void 0 && P(() => i.isChecked, (s) => {
316
- const c = l();
316
+ const c = n();
317
317
  c && (c.checked = !!s);
318
318
  }), o({
319
319
  inputRef: t
320
- }), (s, c) => (p(), E(Me, I({
320
+ }), (s, c) => (p(), E(Me, $({
321
321
  ref_key: "inputRef",
322
322
  ref: t,
323
323
  class: r(ri).input
324
- }, n.value), null, 16, ["class"]));
324
+ }, l.value), null, 16, ["class"]));
325
325
  }
326
- }), ni = "Spinner-module__spinner___SZoUP", li = "Spinner-module__spinner_animation___LJyzJ", si = "Spinner-module__spinner_animation___LJyzJ", ai = "Spinner-module__centered___vcz-G", qe = {
327
- spinner: ni,
328
- spinner_animation: li,
326
+ }), li = "Spinner-module__spinner___SZoUP", ni = "Spinner-module__spinner_animation___LJyzJ", si = "Spinner-module__spinner_animation___LJyzJ", ai = "Spinner-module__centered___vcz-G", qe = {
327
+ spinner: li,
328
+ spinner_animation: ni,
329
329
  spinnerAnimation: si,
330
330
  centered: ai
331
- }, ci = /* @__PURE__ */ y({
331
+ }, ci = /* @__PURE__ */ g({
332
332
  __name: "Spinner",
333
333
  props: {
334
334
  isCentered: { type: Boolean, default: !1 },
335
335
  theme: { default: void 0 }
336
336
  },
337
337
  setup(e) {
338
- return (o, i) => (p(), v("span", I({
338
+ return (o, i) => (p(), v("span", $({
339
339
  class: [
340
340
  r(qe).spinner,
341
341
  { [r(qe).centered]: e.isCentered }
@@ -379,7 +379,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
379
379
  invalid: ki,
380
380
  buttonShakeAnimation: xi,
381
381
  success: yi
382
- }, gi = ["type", "disabled"], Ci = { key: 0 }, ts = /* @__PURE__ */ y({
382
+ }, gi = ["type", "disabled"], Ci = { key: 0 }, ts = /* @__PURE__ */ g({
383
383
  __name: "Button",
384
384
  props: {
385
385
  type: { default: "button" },
@@ -393,29 +393,29 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
393
393
  },
394
394
  emits: ["click"],
395
395
  setup(e, { expose: o, emit: i }) {
396
- const t = e, n = i, { shouldShowInvalidAnimation: l, showInvalidAnimation: s } = ui(), { shouldShowSuccessfulState: c, showSuccessfulState: u } = di();
396
+ const t = e, l = i, { shouldShowInvalidAnimation: n, showInvalidAnimation: s } = ui(), { shouldShowSuccessfulState: c, showSuccessfulState: u } = di();
397
397
  o({ showInvalidAnimation: s, showSuccessfulState: u });
398
398
  const d = _(() => {
399
399
  var a, m, b, S, X;
400
- const g = {
400
+ const y = {
401
401
  "--crm-ui-kit-spinner-border-color": (a = t.theme) == null ? void 0 : a["--crm-ui-kit-button-spinner-border-color"],
402
402
  "--crm-ui-kit-spinner-border-width": (m = t.theme) == null ? void 0 : m["--crm-ui-kit-button-spinner-border-width"],
403
403
  "--crm-ui-kit-spinner-circle-size": (b = t.theme) == null ? void 0 : b["--crm-ui-kit-button-spinner-circle-size"],
404
404
  "--crm-ui-kit-spinner-border-style": (S = t.theme) == null ? void 0 : S["--crm-ui-kit-button-spinner-border-style"]
405
405
  }, f = {
406
- ...g,
406
+ ...y,
407
407
  "--crm-ui-kit-spinner-border-color": (X = t.theme) == null ? void 0 : X["--crm-ui-kit-button-spinner-disabled-border-color"]
408
408
  };
409
- return { defaultTheme: g, disabledTheme: f };
410
- }), h = (g) => {
411
- t.isDisabled && !t.isClickableWhileDisabled || t.isLoading || n("click", g);
409
+ return { defaultTheme: y, disabledTheme: f };
410
+ }), h = (y) => {
411
+ t.isDisabled && !t.isClickableWhileDisabled || t.isLoading || l("click", y);
412
412
  };
413
- return (g, f) => (p(), v("button", I(g.$attrs, {
413
+ return (y, f) => (p(), v("button", $(y.$attrs, {
414
414
  type: e.type,
415
415
  class: [
416
416
  r(q).button,
417
417
  {
418
- [r(q).invalid]: r(l),
418
+ [r(q).invalid]: r(n),
419
419
  [r(q).success]: r(c),
420
420
  [r(q).disabled]: e.isDisabled
421
421
  }
@@ -429,7 +429,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
429
429
  }, [
430
430
  r(c) ? (p(), v("span", Ci, [
431
431
  L(D(e.successfulStateText) + " ", 1),
432
- e.successfulStateText ? A("", !0) : $(g.$slots, "default", { key: 0 })
432
+ e.successfulStateText ? A("", !0) : I(y.$slots, "default", { key: 0 })
433
433
  ])) : e.isLoading ? (p(), v("span", {
434
434
  key: 1,
435
435
  class: x(r(q).spinner_container)
@@ -443,18 +443,18 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
443
443
  key: 0,
444
444
  class: x(r(q).before)
445
445
  }, [
446
- $(g.$slots, "before", {}, () => [
446
+ I(y.$slots, "before", {}, () => [
447
447
  L(D(e.before), 1)
448
448
  ])
449
449
  ], 2)) : A("", !0),
450
450
  T("span", null, [
451
- $(g.$slots, "default")
451
+ I(y.$slots, "default")
452
452
  ]),
453
453
  e.after ? (p(), v("span", {
454
454
  key: 1,
455
455
  class: x(r(q).after)
456
456
  }, [
457
- $(g.$slots, "after", {}, () => [
457
+ I(y.$slots, "after", {}, () => [
458
458
  L(D(e.after), 1)
459
459
  ])
460
460
  ], 2)) : A("", !0)
@@ -539,19 +539,19 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
539
539
  ...fe,
540
540
  "--crm-ui-kit-text-color": "var(--crm-ui-kit-palette-text-primary)",
541
541
  "--crm-ui-kit-text-font": "PT Sans"
542
- }, ns = {
542
+ }, ls = {
543
543
  ...fe,
544
544
  "--crm-ui-kit-text-color": "var(--crm-ui-kit-palette-text-secondary-light)",
545
545
  "--crm-ui-kit-text-font": "PT Sans"
546
- }, ls = {
546
+ }, ns = {
547
547
  ...fe,
548
548
  "--crm-ui-kit-text-color": "var(--crm-ui-kit-palette-text-secondary-dark)",
549
549
  "--crm-ui-kit-text-font": "PT Sans"
550
- }, $i = {
550
+ }, Ii = {
551
551
  ...fe,
552
552
  "--crm-ui-kit-text-color": "var(--crm-ui-kit-color-error)",
553
553
  "--crm-ui-kit-text-font": "PT Sans"
554
- }, ht = {
554
+ }, _t = {
555
555
  "--crm-ui-kit-input-disabled-color": "var(--crm-ui-kit-palette-text-primary)",
556
556
  "--crm-ui-kit-input-color": "var(--crm-ui-kit-palette-text-primary)",
557
557
  "--crm-ui-kit-input-error-color": "var(--crm-ui-kit-palette-text-primary)",
@@ -573,8 +573,8 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
573
573
  "--crm-ui-kit-input-padding-left": "9px",
574
574
  "--crm-ui-kit-input-height": "34px",
575
575
  "--crm-ui-kit-input-width": "100%"
576
- }, _t = {
577
- ...ht,
576
+ }, bt = {
577
+ ..._t,
578
578
  "--crm-ui-kit-input-border-top": "var(--crm-ui-kit-input-border-width) solid var(--crm-ui-kit-palette-border-default)",
579
579
  "--crm-ui-kit-input-border-bottom": "var(--crm-ui-kit-input-border-width) solid var(--crm-ui-kit-palette-border-default)",
580
580
  "--crm-ui-kit-input-border-left": "var(--crm-ui-kit-input-border-width) solid var(--crm-ui-kit-palette-border-default)",
@@ -587,8 +587,8 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
587
587
  "--crm-ui-kit-input-disabled-border-bottom": "var(--crm-ui-kit-input-border-width) solid var(--crm-ui-kit-palette-border-primary)",
588
588
  "--crm-ui-kit-input-disabled-border-left": "var(--crm-ui-kit-input-border-width) solid var(--crm-ui-kit-palette-border-primary)",
589
589
  "--crm-ui-kit-input-disabled-border-right": "var(--crm-ui-kit-input-border-width) solid var(--crm-ui-kit-palette-border-primary)"
590
- }, Ii = {
591
- ...ht,
590
+ }, $i = {
591
+ ..._t,
592
592
  "--crm-ui-kit-input-border-top": "var(--crm-ui-kit-input-border-width) solid var(--crm-ui-kit-palette-border-primary)",
593
593
  "--crm-ui-kit-input-border-bottom": "var(--crm-ui-kit-input-border-width) solid var(--crm-ui-kit-palette-border-primary)",
594
594
  "--crm-ui-kit-input-border-left": "var(--crm-ui-kit-input-border-width) solid var(--crm-ui-kit-palette-border-primary)",
@@ -601,7 +601,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
601
601
  "--crm-ui-kit-input-disabled-border-bottom": "var(--crm-ui-kit-input-border-width) solid var(--crm-ui-kit-palette-border-primary)",
602
602
  "--crm-ui-kit-input-disabled-border-left": "var(--crm-ui-kit-input-border-width) solid var(--crm-ui-kit-palette-border-primary)",
603
603
  "--crm-ui-kit-input-disabled-border-right": "var(--crm-ui-kit-input-border-width) solid var(--crm-ui-kit-palette-border-primary)"
604
- }, wi = $i, ss = _t, as = Ii, Si = "Input-module__wrapper___dpfdV", Ti = "Input-module__input_wrapper___iVA--", Ai = "Input-module__input_wrapper___iVA--", Ri = "Input-module__input_container___TOBIn", Di = "Input-module__input_container___TOBIn", Bi = "Input-module__input___505b7", Vi = "Input-module__placeholder_visible___O2Udj", Ei = "Input-module__placeholder_visible___O2Udj", Mi = "Input-module__after___dpDKi", Oi = "Input-module__has_after___ADuC4", zi = "Input-module__has_after___ADuC4", Li = "Input-module__invalid___no7WZ", Pi = "Input-module__disabled___ProN9", Gi = "Input-module__invalid_description___xpoxv", Ni = "Input-module__invalid_description___xpoxv", Fi = "Input-module__invalid_description_right___-zM0v", Hi = "Input-module__invalid_description_right___-zM0v", Y = {
604
+ }, wi = Ii, ss = bt, as = $i, Si = "Input-module__wrapper___dpfdV", Ti = "Input-module__input_wrapper___iVA--", Ai = "Input-module__input_wrapper___iVA--", Ri = "Input-module__input_container___TOBIn", Di = "Input-module__input_container___TOBIn", Bi = "Input-module__input___505b7", Vi = "Input-module__placeholder_visible___O2Udj", Ei = "Input-module__placeholder_visible___O2Udj", Mi = "Input-module__after___dpDKi", Oi = "Input-module__has_after___ADuC4", zi = "Input-module__has_after___ADuC4", Li = "Input-module__invalid___no7WZ", Pi = "Input-module__disabled___ProN9", Gi = "Input-module__invalid_description___xpoxv", Ni = "Input-module__invalid_description___xpoxv", Fi = "Input-module__invalid_description_right___-zM0v", Hi = "Input-module__invalid_description_right___-zM0v", Y = {
605
605
  wrapper: Si,
606
606
  input_wrapper: Ti,
607
607
  inputWrapper: Ai,
@@ -619,7 +619,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
619
619
  invalidDescription: Ni,
620
620
  invalid_description_right: Fi,
621
621
  invalidDescriptionRight: Hi
622
- }, cs = /* @__PURE__ */ y({
622
+ }, cs = /* @__PURE__ */ g({
623
623
  inheritAttrs: !1,
624
624
  __name: "Input",
625
625
  props: {
@@ -631,19 +631,19 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
631
631
  invalidDescription: { default: void 0 },
632
632
  invalidDescriptionPlacement: { default: "bottom" },
633
633
  theme: {},
634
- modelValue: { default: "" }
634
+ modelValue: { default: void 0 }
635
635
  },
636
636
  emits: ["update:modelValue", "input", "change", "focus", "blur"],
637
637
  setup(e, { expose: o, emit: i }) {
638
- const t = qt(), n = _(() => {
638
+ const t = ut(), l = _(() => {
639
639
  const { class: m, style: b, ...S } = t;
640
- return S;
641
- }), l = e, s = i, c = k(null), u = _(() => l.theme || _t), d = _(() => ({
640
+ return n.modelValue !== void 0 ? { ...S, value: n.modelValue } : S;
641
+ }), n = e, s = i, c = k(null), u = _(() => n.theme || bt), d = _(() => ({
642
642
  ...wi
643
643
  })), h = (m) => {
644
644
  const b = m.target;
645
645
  s("update:modelValue", b.value), s("input", m);
646
- }, g = (m) => {
646
+ }, y = (m) => {
647
647
  s("change", m);
648
648
  }, f = (m) => {
649
649
  s("focus", m);
@@ -673,7 +673,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
673
673
  }
674
674
  ])
675
675
  }, [
676
- M(Me, I(n.value, {
676
+ M(Me, $(l.value, {
677
677
  ref_key: "inputRef",
678
678
  ref: c,
679
679
  class: { [r(Y).has_after]: !!e.after || !!m.$slots.after },
@@ -681,7 +681,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
681
681
  "is-readonly": e.isReadonly,
682
682
  "is-placeholder-visible-on-focus": e.isPlaceholderVisibleOnFocus,
683
683
  onInput: h,
684
- onChange: g,
684
+ onChange: y,
685
685
  onFocus: f,
686
686
  onBlur: a
687
687
  }), null, 16, ["class", "is-disabled", "is-readonly", "is-placeholder-visible-on-focus"]),
@@ -689,7 +689,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
689
689
  key: 0,
690
690
  class: x(r(Y).after)
691
691
  }, [
692
- $(m.$slots, "after", {}, () => [
692
+ I(m.$slots, "after", {}, () => [
693
693
  L(D(e.after), 1)
694
694
  ])
695
695
  ], 2)) : A("", !0)
@@ -713,7 +713,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
713
713
  invalid_description: Ji,
714
714
  invalidDescription: Xi,
715
715
  invalid: Qi
716
- }, eo = ["disabled", "readonly", "value"], us = /* @__PURE__ */ y({
716
+ }, eo = ["disabled", "readonly", "value"], us = /* @__PURE__ */ g({
717
717
  inheritAttrs: !1,
718
718
  __name: "TextArea",
719
719
  props: {
@@ -729,12 +729,12 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
729
729
  },
730
730
  emits: ["update:modelValue", "autosize"],
731
731
  setup(e, { expose: o, emit: i }) {
732
- const t = e, n = i, l = k(null), s = (u) => {
732
+ const t = e, l = i, n = k(null), s = (u) => {
733
733
  const d = u.target;
734
- n("update:modelValue", d.value), t.isAutosized && c();
734
+ l("update:modelValue", d.value), t.isAutosized && c();
735
735
  }, c = () => {
736
- !l.value || !t.isAutosized || pe(() => {
737
- l.value && (l.value.style.height = "auto", l.value.style.height = `${l.value.scrollHeight}px`, n("autosize"));
736
+ !n.value || !t.isAutosized || pe(() => {
737
+ n.value && (n.value.style.height = "auto", n.value.style.height = `${n.value.scrollHeight}px`, l("autosize"));
738
738
  });
739
739
  };
740
740
  return P(
@@ -748,7 +748,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
748
748
  u && c();
749
749
  }
750
750
  ), o({
751
- textareaRef: l
751
+ textareaRef: n
752
752
  }), (u, d) => (p(), v("div", {
753
753
  class: x(r(Z).wrapper),
754
754
  style: V(e.theme)
@@ -762,9 +762,9 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
762
762
  }
763
763
  ])
764
764
  }, [
765
- T("textarea", I(u.$attrs, {
765
+ T("textarea", $(u.$attrs, {
766
766
  ref_key: "textareaRef",
767
- ref: l,
767
+ ref: n,
768
768
  class: [
769
769
  r(Z).textarea,
770
770
  {
@@ -784,7 +784,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
784
784
  }, D(e.invalidDescription), 3)) : A("", !0)
785
785
  ], 6));
786
786
  }
787
- }), bt = {
787
+ }), ft = {
788
788
  "--crm-ui-kit-textarea-disabled-border-color": "var(--crm-ui-kit-palette-border-primary)",
789
789
  "--crm-ui-kit-textarea-color": "var(--crm-ui-kit-palette-text-primary)",
790
790
  "--crm-ui-kit-textarea-disabled-color": "var(--crm-ui-kit-palette-text-primary)",
@@ -810,22 +810,22 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
810
810
  "--crm-ui-kit-textarea-scrollbar-thumb-background": "var(--crm-ui-kit-palette-scrollbar-thumb-background)",
811
811
  "--crm-ui-kit-textarea-scrollbar-offset": "4px"
812
812
  }, ds = {
813
- ...bt,
813
+ ...ft,
814
814
  "--crm-ui-kit-textarea-border-color": "var(--crm-ui-kit-palette-border-default)"
815
815
  }, ms = {
816
- ...bt,
816
+ ...ft,
817
817
  "--crm-ui-kit-textarea-border-color": "var(--crm-ui-kit-palette-border-primary)"
818
- }, to = "Text-module__text___XXjeA", io = "Text-module__ellipsis___79OkO", oo = "Text-module__line_clamp___joAdp", ro = "Text-module__line_clamp___joAdp", no = "Text-module__s___sApyd", lo = "Text-module__m___SHtLp", so = "Text-module__ms___jfRqe", ao = "Text-module__l___GNH3i", co = "Text-module__xl___qII75", se = {
818
+ }, to = "Text-module__text___XXjeA", io = "Text-module__ellipsis___79OkO", oo = "Text-module__line_clamp___joAdp", ro = "Text-module__line_clamp___joAdp", lo = "Text-module__s___sApyd", no = "Text-module__m___SHtLp", so = "Text-module__ms___jfRqe", ao = "Text-module__l___GNH3i", co = "Text-module__xl___qII75", se = {
819
819
  text: to,
820
820
  ellipsis: io,
821
821
  line_clamp: oo,
822
822
  lineClamp: ro,
823
- s: no,
824
- m: lo,
823
+ s: lo,
824
+ m: no,
825
825
  ms: so,
826
826
  l: ao,
827
827
  xl: co
828
- }, Le = /* @__PURE__ */ y({
828
+ }, Le = /* @__PURE__ */ g({
829
829
  __name: "Text",
830
830
  props: {
831
831
  size: {},
@@ -839,7 +839,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
839
839
  if (!["s", "m", "ms", "l", "xl"].includes(o.size))
840
840
  throw new Error("Unknown size was presented");
841
841
  const t = _(() => o.maxRows > 1);
842
- return (n, l) => (p(), v("span", I(n.$attrs, {
842
+ return (l, n) => (p(), v("span", $(l.$attrs, {
843
843
  class: [
844
844
  r(se).text,
845
845
  r(se)[e.size],
@@ -854,10 +854,10 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
854
854
  ...e.style
855
855
  }
856
856
  }), [
857
- $(n.$slots, "default")
857
+ I(l.$slots, "default")
858
858
  ], 16));
859
859
  }
860
- }), ft = {
860
+ }), vt = {
861
861
  "--crm-ui-kit-inline-input-color": "var(--crm-ui-kit-palette-text-primary)",
862
862
  "--crm-ui-kit-inline-input-placeholder-color": "var(--crm-ui-kit-palette-placeholder-primary)",
863
863
  "--crm-ui-kit-inline-input-disabled-color": "var(--crm-ui-kit-palette-text-primary)",
@@ -882,18 +882,18 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
882
882
  "--crm-ui-kit-inline-input-invalid-description-arrow-top": "13px",
883
883
  "--crm-ui-kit-inline-input-invalid-description-arrow-left": "-5px"
884
884
  }, ps = {
885
- ...ft,
885
+ ...vt,
886
886
  "--crm-ui-kit-inline-input-border-color": "transparent",
887
887
  "--crm-ui-kit-inline-input-focus-border-color": "var(--crm-ui-kit-color-blueberry)"
888
888
  }, hs = {
889
- ...ft,
889
+ ...vt,
890
890
  "--crm-ui-kit-inline-input-border-color": "var(--crm-ui-kit-color-blueberry)",
891
891
  "--crm-ui-kit-inline-input-focus-border-color": "var(--crm-ui-kit-color-blueberry)"
892
892
  }, uo = {
893
893
  ...ze,
894
894
  "--crm-ui-kit-text-color": "var(--crm-ui-kit-inline-input-invalid-description-color)",
895
895
  "--crm-ui-kit-text-size-m-line-height": "15px"
896
- }, mo = "InlineInput-module__wrapper___qm49n", po = "InlineInput-module__input_container___gEtfR", ho = "InlineInput-module__input_container___gEtfR", _o = "InlineInput-module__after_container___zn-12", bo = "InlineInput-module__after_container___zn-12", fo = "InlineInput-module__after___-G08s", vo = "InlineInput-module__has_after___5vayE", ko = "InlineInput-module__has_after___5vayE", xo = "InlineInput-module__invalid_description_container___-HlH-", yo = "InlineInput-module__invalid_description_container___-HlH-", go = "InlineInput-module__invalid_description___lJpY9", Co = "InlineInput-module__invalid_description___lJpY9", $o = "InlineInput-module__disabled___bzvEo", U = {
896
+ }, mo = "InlineInput-module__wrapper___qm49n", po = "InlineInput-module__input_container___gEtfR", ho = "InlineInput-module__input_container___gEtfR", _o = "InlineInput-module__after_container___zn-12", bo = "InlineInput-module__after_container___zn-12", fo = "InlineInput-module__after___-G08s", vo = "InlineInput-module__has_after___5vayE", ko = "InlineInput-module__has_after___5vayE", xo = "InlineInput-module__invalid_description_container___-HlH-", yo = "InlineInput-module__invalid_description_container___-HlH-", go = "InlineInput-module__invalid_description___lJpY9", Co = "InlineInput-module__invalid_description___lJpY9", Io = "InlineInput-module__disabled___bzvEo", U = {
897
897
  wrapper: mo,
898
898
  input_container: po,
899
899
  inputContainer: ho,
@@ -906,24 +906,32 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
906
906
  invalidDescriptionContainer: yo,
907
907
  invalid_description: go,
908
908
  invalidDescription: Co,
909
- disabled: $o
910
- }, _s = /* @__PURE__ */ y({
909
+ disabled: Io
910
+ }, _s = /* @__PURE__ */ g({
911
911
  inheritAttrs: !1,
912
912
  __name: "InlineInput",
913
913
  props: {
914
- isDisabled: { type: Boolean },
915
- isReadonly: { type: Boolean },
916
- isPlaceholderVisibleOnFocus: { type: Boolean },
914
+ isDisabled: { type: Boolean, default: !1 },
915
+ isReadonly: { type: Boolean, default: !1 },
916
+ isPlaceholderVisibleOnFocus: { type: Boolean, default: !1 },
917
917
  isInvalid: { type: Boolean, default: !1 },
918
918
  invalidDescription: {},
919
919
  after: {},
920
- theme: {}
920
+ theme: {},
921
+ modelValue: { default: void 0 }
921
922
  },
922
- setup(e, { expose: o }) {
923
- const i = k(null);
923
+ emits: ["update:modelValue", "input"],
924
+ setup(e, { expose: o, emit: i }) {
925
+ const t = e, l = i, n = ut(), s = _(() => {
926
+ const { class: d, style: h, ...y } = n;
927
+ return t.modelValue !== void 0 ? { ...y, value: t.modelValue } : y;
928
+ }), c = (d) => {
929
+ const h = d.target;
930
+ l("update:modelValue", h.value), l("input", d);
931
+ }, u = k(null);
924
932
  return o({
925
- inputRef: i
926
- }), (t, n) => (p(), v("div", {
933
+ inputRef: u
934
+ }), (d, h) => (p(), v("div", {
927
935
  class: x(r(U).wrapper),
928
936
  style: V(e.theme)
929
937
  }, [
@@ -935,12 +943,15 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
935
943
  }
936
944
  ])
937
945
  }, [
938
- M(Me, I(t.$attrs, {
946
+ M(Me, $(s.value, {
939
947
  ref_key: "inputRef",
940
- ref: i,
948
+ ref: u,
941
949
  class: { [r(U).has_after]: !!e.after },
942
- "is-disabled": e.isDisabled
943
- }), null, 16, ["class", "is-disabled"])
950
+ "is-disabled": e.isDisabled,
951
+ "is-readonly": e.isReadonly,
952
+ "is-placeholder-visible-on-focus": e.isPlaceholderVisibleOnFocus,
953
+ onInput: c
954
+ }), null, 16, ["class", "is-disabled", "is-readonly", "is-placeholder-visible-on-focus"])
944
955
  ], 2),
945
956
  e.after ? (p(), v("div", {
946
957
  key: 0,
@@ -967,11 +978,11 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
967
978
  ], 2)) : A("", !0)
968
979
  ], 6));
969
980
  }
970
- }), Io = "Switcher-module__wrapper___Bamq6", wo = "Switcher-module__switcher___MjuSh", So = "Switcher-module__input___-K2Ku", $e = {
971
- wrapper: Io,
981
+ }), $o = "Switcher-module__wrapper___Bamq6", wo = "Switcher-module__switcher___MjuSh", So = "Switcher-module__input___-K2Ku", Ie = {
982
+ wrapper: $o,
972
983
  switcher: wo,
973
984
  input: So
974
- }, bs = /* @__PURE__ */ y({
985
+ }, bs = /* @__PURE__ */ g({
975
986
  inheritAttrs: !1,
976
987
  __name: "Switcher",
977
988
  props: {
@@ -988,15 +999,15 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
988
999
  const i = e, t = k(null);
989
1000
  return o({
990
1001
  inputRef: t
991
- }), (n, l) => (p(), v("div", {
992
- class: x(r($e).wrapper),
1002
+ }), (l, n) => (p(), v("div", {
1003
+ class: x(r(Ie).wrapper),
993
1004
  style: V(e.theme)
994
1005
  }, [
995
- M(be, I(n.$attrs, {
1006
+ M(be, $(l.$attrs, {
996
1007
  id: i.id,
997
1008
  ref_key: "inputRef",
998
1009
  ref: t,
999
- class: r($e).input,
1010
+ class: r(Ie).input,
1000
1011
  type: "checkbox",
1001
1012
  "is-disabled": i.isDisabled,
1002
1013
  "is-readonly": i.isReadonly,
@@ -1006,7 +1017,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1006
1017
  name: i.name
1007
1018
  }), null, 16, ["id", "class", "is-disabled", "is-readonly", "is-checked", "is-default-checked", "value", "name"]),
1008
1019
  T("span", {
1009
- class: x(r($e).switcher)
1020
+ class: x(r(Ie).switcher)
1010
1021
  }, null, 2)
1011
1022
  ], 6));
1012
1023
  }
@@ -1020,7 +1031,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1020
1031
  right: Eo,
1021
1032
  text_description: Mo,
1022
1033
  textDescription: Oo
1023
- }, zo = { key: 0 }, fs = /* @__PURE__ */ y({
1034
+ }, zo = { key: 0 }, fs = /* @__PURE__ */ g({
1024
1035
  __name: "Label",
1025
1036
  props: {
1026
1037
  theme: {},
@@ -1030,18 +1041,18 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1030
1041
  isCentered: { type: Boolean, default: !1 }
1031
1042
  },
1032
1043
  setup(e, { expose: o }) {
1033
- const i = e, t = k(null), n = {
1044
+ const i = e, t = k(null), l = {
1034
1045
  top: J.top,
1035
1046
  left: J.left,
1036
1047
  right: J.right
1037
- }, l = _(() => n[i.textPlacement]);
1048
+ }, n = _(() => l[i.textPlacement]);
1038
1049
  return o({
1039
1050
  labelRef: t
1040
- }), (s, c) => (p(), v("label", I(s.$attrs, {
1051
+ }), (s, c) => (p(), v("label", $(s.$attrs, {
1041
1052
  ref_key: "labelRef",
1042
1053
  ref: t,
1043
1054
  class: [
1044
- l.value,
1055
+ n.value,
1045
1056
  {
1046
1057
  [r(J).centered]: e.isCentered
1047
1058
  }
@@ -1053,7 +1064,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1053
1064
  class: x(r(J).text_container)
1054
1065
  }, [
1055
1066
  e.text || s.$slots.text ? (p(), v("span", zo, [
1056
- $(s.$slots, "text", {}, () => [
1067
+ I(s.$slots, "text", {}, () => [
1057
1068
  L(D(e.text), 1)
1058
1069
  ])
1059
1070
  ])) : A("", !0),
@@ -1061,12 +1072,12 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1061
1072
  key: 1,
1062
1073
  class: x(r(J).text_description)
1063
1074
  }, [
1064
- $(s.$slots, "description", {}, () => [
1075
+ I(s.$slots, "description", {}, () => [
1065
1076
  L(D(e.description), 1)
1066
1077
  ])
1067
1078
  ], 2)) : A("", !0)
1068
1079
  ], 2)) : A("", !0),
1069
- $(s.$slots, "default")
1080
+ I(s.$slots, "default")
1070
1081
  ], 16));
1071
1082
  }
1072
1083
  }), vs = {
@@ -1082,11 +1093,11 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1082
1093
  "--crm-ui-kit-switcher-focus-visible-outline-style": "var(--crm-ui-kit-palette-focus-visible-outline-style)",
1083
1094
  "--crm-ui-kit-switcher-focus-visible-outline-offset": "var(--crm-ui-kit-palette-focus-visible-outline-offset)",
1084
1095
  "--crm-ui-kit-switcher-focus-visible-border-radius": "var(--crm-ui-kit-palette-focus-visible-border-radius)"
1085
- }, Lo = "SelectButton-module__button___rXDb-", Po = "SelectButton-module__invalid___9dO2z", Go = "SelectButton-module__disabled___sqM8-", Ie = {
1096
+ }, Lo = "SelectButton-module__button___rXDb-", Po = "SelectButton-module__invalid___9dO2z", Go = "SelectButton-module__disabled___sqM8-", $e = {
1086
1097
  button: Lo,
1087
1098
  invalid: Po,
1088
1099
  disabled: Go
1089
- }, No = ["disabled"], Fo = "Enter", Ho = "Space", vt = /* @__PURE__ */ y({
1100
+ }, No = ["disabled"], Fo = "Enter", Ho = "Space", kt = /* @__PURE__ */ g({
1090
1101
  __name: "SelectButton",
1091
1102
  props: {
1092
1103
  theme: {},
@@ -1095,34 +1106,34 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1095
1106
  },
1096
1107
  emits: ["toggle"],
1097
1108
  setup(e, { expose: o, emit: i }) {
1098
- const t = i, n = k(null), l = () => {
1109
+ const t = i, l = k(null), n = () => {
1099
1110
  t("toggle");
1100
1111
  }, s = (c) => {
1101
- [Fo, Ho].includes(c.code) && (c.preventDefault(), l());
1112
+ [Fo, Ho].includes(c.code) && (c.preventDefault(), n());
1102
1113
  };
1103
1114
  return o({
1104
- buttonRef: n
1105
- }), (c, u) => (p(), v("button", I({
1115
+ buttonRef: l
1116
+ }), (c, u) => (p(), v("button", $({
1106
1117
  ref_key: "buttonRef",
1107
- ref: n
1118
+ ref: l
1108
1119
  }, c.$attrs, {
1109
1120
  type: "button",
1110
1121
  class: [
1111
- r(Ie).button,
1122
+ r($e).button,
1112
1123
  {
1113
- [r(Ie).invalid]: e.isInvalid,
1114
- [r(Ie).disabled]: e.isDisabled
1124
+ [r($e).invalid]: e.isInvalid,
1125
+ [r($e).disabled]: e.isDisabled
1115
1126
  }
1116
1127
  ],
1117
1128
  style: e.theme,
1118
1129
  disabled: e.isDisabled,
1119
- onClick: l,
1130
+ onClick: n,
1120
1131
  onKeydown: s
1121
1132
  }), [
1122
- $(c.$slots, "default")
1133
+ I(c.$slots, "default")
1123
1134
  ], 16, No));
1124
1135
  }
1125
- }), kt = {
1136
+ }), xt = {
1126
1137
  "--crm-ui-kit-select-button-border-width": "1px",
1127
1138
  "--crm-ui-kit-select-button-z-index": "10",
1128
1139
  "--crm-ui-kit-select-button-height": "36px",
@@ -1138,33 +1149,33 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1138
1149
  "--crm-ui-kit-select-button-focus-visible-border": "1px solid var(--crm-ui-kit-palette-border-active)",
1139
1150
  "--crm-ui-kit-select-button-color": "var(--crm-ui-kit-palette-text-primary)"
1140
1151
  }, ks = {
1141
- ...kt,
1152
+ ...xt,
1142
1153
  "--crm-ui-kit-select-button-border": "var(--crm-ui-kit-select-button-border-width) solid var(--crm-ui-kit-palette-border-default)",
1143
1154
  "--crm-ui-kit-select-button-error-border": "var(--crm-ui-kit-select-button-border-width) solid var(--crm-ui-kit-palette-border-error)",
1144
1155
  "--crm-ui-kit-select-button-disabled-border": "var(--crm-ui-kit-select-button-border-width) solid var(--crm-ui-kit-palette-border-primary)"
1145
1156
  }, xs = {
1146
- ...kt,
1157
+ ...xt,
1147
1158
  "--crm-ui-kit-select-button-border": "var(--crm-ui-kit-select-button-border-width) solid var(--crm-ui-kit-palette-border-primary)",
1148
1159
  "--crm-ui-kit-select-button-error-border": "var(--crm-ui-kit-select-button-border-width) solid var(--crm-ui-kit-palette-border-error)",
1149
1160
  "--crm-ui-kit-select-button-disabled-border": "var(--crm-ui-kit-select-button-border-width) solid var(--crm-ui-kit-palette-border-primary)"
1150
1161
  }, F = (e, o) => {
1151
1162
  const i = Symbol(e);
1152
- return [(l) => {
1153
- st(i, l);
1154
- }, (l) => {
1163
+ return [(n) => {
1164
+ st(i, n);
1165
+ }, (n) => {
1155
1166
  const s = at(i, o);
1156
1167
  if (s)
1157
1168
  return s;
1158
1169
  throw new Error(
1159
- `\`${l}\` must be used within \`${e}\``
1170
+ `\`${n}\` must be used within \`${e}\``
1160
1171
  );
1161
1172
  }];
1162
- }, xt = "Select", [Yo, ve] = F(xt), qo = "Select-module__select___U4LyF", Uo = "Select-module__opened___IOv4m", Ue = {
1173
+ }, yt = "Select", [Yo, ve] = F(yt), qo = "Select-module__select___U4LyF", Uo = "Select-module__opened___IOv4m", Ue = {
1163
1174
  select: qo,
1164
1175
  opened: Uo
1165
- }, jo = y({
1166
- name: xt
1167
- }), ys = /* @__PURE__ */ y({
1176
+ }, jo = g({
1177
+ name: yt
1178
+ }), ys = /* @__PURE__ */ g({
1168
1179
  ...jo,
1169
1180
  props: {
1170
1181
  theme: {},
@@ -1177,13 +1188,13 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1177
1188
  },
1178
1189
  emits: ["change", "openChange"],
1179
1190
  setup(e, { expose: o, emit: i }) {
1180
- const n = e, l = i, s = k(null), c = k(n.isDefaultOpen ?? !1), u = k(-1), d = k(n.defaultValue), h = _(() => n.value !== void 0), g = ut(), f = _(() => {
1181
- const R = g == null ? void 0 : g.vnode;
1191
+ const l = e, n = i, s = k(null), c = k(l.isDefaultOpen ?? !1), u = k(-1), d = k(l.defaultValue), h = _(() => l.value !== void 0), y = dt(), f = _(() => {
1192
+ const R = y == null ? void 0 : y.vnode;
1182
1193
  return R != null && R.props ? "isOpen" in R.props || "is-open" in R.props : !1;
1183
1194
  }), a = _(
1184
- () => h.value ? n.value : d.value
1195
+ () => h.value ? l.value : d.value
1185
1196
  ), m = _(
1186
- () => f.value ? !!n.isOpen : c.value
1197
+ () => f.value ? !!l.isOpen : c.value
1187
1198
  ), ge = ie({
1188
1199
  get hoveredIndex() {
1189
1200
  return u.value;
@@ -1195,30 +1206,30 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1195
1206
  u.value = R;
1196
1207
  },
1197
1208
  onChange: (R) => {
1198
- h.value || (d.value = R), l("change", R), c.value = !1;
1209
+ h.value || (d.value = R), n("change", R), c.value = !1;
1199
1210
  },
1200
1211
  get isOpened() {
1201
1212
  return m.value;
1202
1213
  },
1203
1214
  onOpen: (R) => {
1204
- !(n.isDisabled ?? !1) && !f.value && (c.value = R, l("openChange", R));
1215
+ !(l.isDisabled ?? !1) && !f.value && (c.value = R, n("openChange", R));
1205
1216
  },
1206
1217
  get isDisabled() {
1207
- return n.isDisabled ?? !1;
1218
+ return l.isDisabled ?? !1;
1208
1219
  },
1209
1220
  get isInvalid() {
1210
- return n.isInvalid ?? !1;
1221
+ return l.isInvalid ?? !1;
1211
1222
  },
1212
1223
  get value() {
1213
1224
  return a.value;
1214
1225
  },
1215
1226
  get defaultValue() {
1216
- return n.defaultValue;
1227
+ return l.defaultValue;
1217
1228
  }
1218
1229
  });
1219
1230
  return Yo(ge), o({
1220
1231
  selectRef: s
1221
- }), (R, Ne) => (p(), v("div", I(R.$attrs, {
1232
+ }), (R, Ne) => (p(), v("div", $(R.$attrs, {
1222
1233
  ref_key: "selectRef",
1223
1234
  ref: s,
1224
1235
  class: [
@@ -1229,7 +1240,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1229
1240
  ],
1230
1241
  style: e.theme
1231
1242
  }), [
1232
- $(R.$slots, "default")
1243
+ I(R.$slots, "default")
1233
1244
  ], 16));
1234
1245
  }
1235
1246
  }), gs = {
@@ -1237,7 +1248,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1237
1248
  "--crm-ui-kit-select-opened-z-index": "60"
1238
1249
  }, Ko = "Option-module__text___taK9J", Wo = {
1239
1250
  text: Ko
1240
- }, re = /* @__PURE__ */ y({
1251
+ }, re = /* @__PURE__ */ g({
1241
1252
  __name: "Option",
1242
1253
  props: {
1243
1254
  class: {}
@@ -1246,12 +1257,12 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1246
1257
  const i = e, t = {
1247
1258
  ...ze,
1248
1259
  "--crm-ui-kit-text-color": "inherit"
1249
- }, n = k(null);
1260
+ }, l = k(null);
1250
1261
  return o({
1251
- optionRef: n
1252
- }), (l, s) => (p(), v("span", {
1262
+ optionRef: l
1263
+ }), (n, s) => (p(), v("span", {
1253
1264
  ref_key: "optionRef",
1254
- ref: n,
1265
+ ref: l,
1255
1266
  class: x([r(Wo).text, i.class])
1256
1267
  }, [
1257
1268
  M(Le, {
@@ -1260,7 +1271,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1260
1271
  "is-ellipsis": !0
1261
1272
  }, {
1262
1273
  default: z(() => [
1263
- $(l.$slots, "default")
1274
+ I(n.$slots, "default")
1264
1275
  ]),
1265
1276
  _: 3
1266
1277
  })
@@ -1270,7 +1281,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1270
1281
  item: Zo,
1271
1282
  selected: Jo,
1272
1283
  hovered: Xo
1273
- }, Qo = "Select.Item", Cs = /* @__PURE__ */ y({
1284
+ }, Qo = "Select.Item", Cs = /* @__PURE__ */ g({
1274
1285
  __name: "Item",
1275
1286
  props: {
1276
1287
  item: {},
@@ -1279,22 +1290,22 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1279
1290
  theme: {}
1280
1291
  },
1281
1292
  setup(e, { expose: o }) {
1282
- const i = e, t = ve(Qo), n = k(null), l = _(() => {
1293
+ const i = e, t = ve(Qo), l = k(null), n = _(() => {
1283
1294
  var u;
1284
1295
  return ((u = t.value) == null ? void 0 : u.value) === i.item.value;
1285
1296
  }), s = _(() => t.hoveredIndex === i.index), c = (u) => {
1286
1297
  u.preventDefault(), t.onHoveredIndexChange(i.index), typeof t.onChange == "function" && t.onChange(i.item);
1287
1298
  };
1288
1299
  return o({
1289
- itemRef: n
1290
- }), (u, d) => (p(), v("li", I({
1300
+ itemRef: l
1301
+ }), (u, d) => (p(), v("li", $({
1291
1302
  ref_key: "itemRef",
1292
- ref: n
1303
+ ref: l
1293
1304
  }, u.$attrs, {
1294
1305
  class: [
1295
1306
  r(we).item,
1296
1307
  {
1297
- [r(we).selected]: l.value,
1308
+ [r(we).selected]: n.value,
1298
1309
  [r(we).hovered]: s.value
1299
1310
  },
1300
1311
  i.class
@@ -1302,7 +1313,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1302
1313
  style: e.theme,
1303
1314
  onClick: c
1304
1315
  }), [
1305
- $(u.$slots, "default", {}, () => [
1316
+ I(u.$slots, "default", {}, () => [
1306
1317
  M(re, null, {
1307
1318
  default: z(() => [
1308
1319
  L(D(e.item.option), 1)
@@ -1312,7 +1323,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1312
1323
  ])
1313
1324
  ], 16));
1314
1325
  }
1315
- }), $s = {
1326
+ }), Is = {
1316
1327
  "--crm-ui-kit-select-item-padding": "7px 6px 7px 22px",
1317
1328
  "--crm-ui-kit-select-item-margin": "0px -11px 0px 0px",
1318
1329
  "--crm-ui-kit-select-item-font-size": "var(--crm-ui-kit-base-font-size)",
@@ -1323,7 +1334,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1323
1334
  "--crm-ui-kit-select-item-hover-background-color": "var(--crm-ui-kit-palette-background-default)"
1324
1335
  }, er = "Arrow-module__wrapper___MpIq-", tr = {
1325
1336
  wrapper: er
1326
- }, ir = 20, or = 20, Is = /* @__PURE__ */ y({
1337
+ }, ir = 20, or = 20, $s = /* @__PURE__ */ g({
1327
1338
  __name: "Arrow",
1328
1339
  props: {
1329
1340
  theme: {},
@@ -1333,20 +1344,20 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1333
1344
  const i = e, t = k(null);
1334
1345
  return o({
1335
1346
  arrowRef: t
1336
- }), (n, l) => (p(), v("span", {
1347
+ }), (l, n) => (p(), v("span", {
1337
1348
  ref_key: "arrowRef",
1338
1349
  ref: t,
1339
1350
  class: x([r(tr).wrapper, i.class]),
1340
1351
  style: V(e.theme)
1341
1352
  }, [
1342
- $(n.$slots, "default", {}, () => [
1353
+ I(l.$slots, "default", {}, () => [
1343
1354
  (p(), v("svg", {
1344
1355
  xmlns: "http://www.w3.org/2000/svg",
1345
1356
  width: ir,
1346
1357
  height: or,
1347
1358
  fill: "none",
1348
1359
  viewBox: "0 0 21 21"
1349
- }, [...l[0] || (l[0] = [
1360
+ }, [...n[0] || (n[0] = [
1350
1361
  T("path", {
1351
1362
  fill: "currentColor",
1352
1363
  "fill-rule": "evenodd",
@@ -1361,9 +1372,9 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1361
1372
  "--crm-ui-kit-select-arrow-width": "20px",
1362
1373
  "--crm-ui-kit-select-arrow-height": "20px",
1363
1374
  "--crm-ui-kit-select-margin": "0 0 0 auto"
1364
- }, rr = "Icon-module__wrapper___LScci", nr = {
1375
+ }, rr = "Icon-module__wrapper___LScci", lr = {
1365
1376
  wrapper: rr
1366
- }, Ss = /* @__PURE__ */ y({
1377
+ }, Ss = /* @__PURE__ */ g({
1367
1378
  __name: "Icon",
1368
1379
  props: {
1369
1380
  theme: {}
@@ -1372,24 +1383,24 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1372
1383
  const i = k(null);
1373
1384
  return o({
1374
1385
  iconRef: i
1375
- }), (t, n) => t.$slots.default ? (p(), v("span", {
1386
+ }), (t, l) => t.$slots.default ? (p(), v("span", {
1376
1387
  key: 0,
1377
1388
  ref_key: "iconRef",
1378
1389
  ref: i,
1379
- class: x(r(nr).wrapper),
1390
+ class: x(r(lr).wrapper),
1380
1391
  style: V(e.theme)
1381
1392
  }, [
1382
- $(t.$slots, "default")
1393
+ I(t.$slots, "default")
1383
1394
  ], 6)) : A("", !0);
1384
1395
  }
1385
1396
  }), Ts = {
1386
1397
  "--crm-ui-kit-select-icon-width": "20px",
1387
1398
  "--crm-ui-kit-select-icon-height": "20px",
1388
1399
  "--crm-ui-kit-select-icon-margin": "0 6px 0 0"
1389
- }, lr = "List-module__list___yt0s5", sr = "List-module__opened___-UDVm", je = {
1390
- list: lr,
1400
+ }, nr = "List-module__list___yt0s5", sr = "List-module__opened___-UDVm", je = {
1401
+ list: nr,
1391
1402
  opened: sr
1392
- }, Ke = /* @__PURE__ */ y({
1403
+ }, Ke = /* @__PURE__ */ g({
1393
1404
  __name: "List",
1394
1405
  props: {
1395
1406
  theme: {},
@@ -1398,29 +1409,29 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1398
1409
  },
1399
1410
  emits: ["select", "toggle", "hoveredIndexChange"],
1400
1411
  setup(e, { expose: o, emit: i }) {
1401
- const t = e, n = i, l = k(null), s = oe(), c = _(() => s.default ? s.default().length : 0), u = (d) => {
1412
+ const t = e, l = i, n = k(null), s = oe(), c = _(() => s.default ? s.default().length : 0), u = (d) => {
1402
1413
  const { hoveredIndex: h } = t;
1403
1414
  switch (d.code) {
1404
1415
  case "ArrowDown":
1405
- d.preventDefault(), h < c.value - 1 && n("hoveredIndexChange", h + 1);
1416
+ d.preventDefault(), h < c.value - 1 && l("hoveredIndexChange", h + 1);
1406
1417
  break;
1407
1418
  case "ArrowUp":
1408
- d.preventDefault(), h > 0 && n("hoveredIndexChange", h - 1);
1419
+ d.preventDefault(), h > 0 && l("hoveredIndexChange", h - 1);
1409
1420
  break;
1410
1421
  case "Enter":
1411
1422
  case "Space":
1412
- d.preventDefault(), n("select", h);
1423
+ d.preventDefault(), l("select", h);
1413
1424
  break;
1414
1425
  case "Escape":
1415
- d.preventDefault(), n("toggle", !1);
1426
+ d.preventDefault(), l("toggle", !1);
1416
1427
  break;
1417
1428
  }
1418
1429
  };
1419
1430
  return o({
1420
- listRef: l
1421
- }), (d, h) => e.isOpened ? (p(), v("ul", I({ key: 0 }, d.$attrs, {
1431
+ listRef: n
1432
+ }), (d, h) => e.isOpened ? (p(), v("ul", $({ key: 0 }, d.$attrs, {
1422
1433
  ref_key: "listRef",
1423
- ref: l,
1434
+ ref: n,
1424
1435
  tabindex: "0",
1425
1436
  role: "list",
1426
1437
  class: [
@@ -1432,7 +1443,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1432
1443
  style: e.theme,
1433
1444
  onKeydown: u
1434
1445
  }), [
1435
- $(d.$slots, "default")
1446
+ I(d.$slots, "default")
1436
1447
  ], 16)) : A("", !0);
1437
1448
  }
1438
1449
  }), As = {
@@ -1450,39 +1461,39 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1450
1461
  "--crm-ui-kit-list-border-radius": "3px",
1451
1462
  "--crm-ui-kit-list-outline": "none",
1452
1463
  "--crm-ui-kit-list-color": "var(--crm-ui-kit-palette-text-primary)"
1453
- }, ar = "Select.Button", Rs = /* @__PURE__ */ y({
1464
+ }, ar = "Select.Button", Rs = /* @__PURE__ */ g({
1454
1465
  __name: "Button",
1455
1466
  props: {
1456
1467
  theme: {}
1457
1468
  },
1458
1469
  setup(e, { expose: o }) {
1459
- const i = ve(ar), t = k(null), n = () => {
1470
+ const i = ve(ar), t = k(null), l = () => {
1460
1471
  i.onOpen(!i.isOpened);
1461
1472
  };
1462
1473
  return P(
1463
1474
  () => i.isOpened,
1464
- (l, s) => {
1475
+ (n, s) => {
1465
1476
  var c, u;
1466
- s && !l && ((u = (c = t.value) == null ? void 0 : c.buttonRef) == null || u.focus());
1477
+ s && !n && ((u = (c = t.value) == null ? void 0 : c.buttonRef) == null || u.focus());
1467
1478
  }
1468
1479
  ), o({
1469
1480
  buttonRef: t
1470
- }), (l, s) => (p(), E(vt, I({
1481
+ }), (n, s) => (p(), E(kt, $({
1471
1482
  ref_key: "buttonRef",
1472
1483
  ref: t
1473
- }, l.$attrs, {
1484
+ }, n.$attrs, {
1474
1485
  theme: e.theme,
1475
1486
  "is-disabled": r(i).isDisabled,
1476
1487
  "is-invalid": r(i).isInvalid,
1477
- onToggle: n
1488
+ onToggle: l
1478
1489
  }), {
1479
1490
  default: z(() => [
1480
- $(l.$slots, "default")
1491
+ I(n.$slots, "default")
1481
1492
  ]),
1482
1493
  _: 3
1483
1494
  }, 16, ["theme", "is-disabled", "is-invalid"]));
1484
1495
  }
1485
- }), yt = ({ ref: e, handler: o }) => {
1496
+ }), gt = ({ ref: e, handler: o }) => {
1486
1497
  const i = (t) => {
1487
1498
  e.value && !e.value.contains(t.target) && o();
1488
1499
  };
@@ -1491,7 +1502,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1491
1502
  }), ct(() => {
1492
1503
  document.removeEventListener("mousedown", i);
1493
1504
  });
1494
- }, cr = "Select.List", Ds = /* @__PURE__ */ y({
1505
+ }, cr = "Select.List", Ds = /* @__PURE__ */ g({
1495
1506
  __name: "SelectList",
1496
1507
  props: {
1497
1508
  theme: {},
@@ -1499,7 +1510,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1499
1510
  container: {}
1500
1511
  },
1501
1512
  setup(e, { expose: o }) {
1502
- const i = e, t = ve(cr), n = k(null), l = oe(), s = _(() => l.default ? l.default().map((m) => {
1513
+ const i = e, t = ve(cr), l = k(null), n = oe(), s = _(() => n.default ? n.default().map((m) => {
1503
1514
  var b;
1504
1515
  return (b = m.props) == null ? void 0 : b.item;
1505
1516
  }).filter(Boolean) : []), c = _(() => {
@@ -1517,14 +1528,14 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1517
1528
  t.onHoveredIndexChange(a);
1518
1529
  }, h = (a) => {
1519
1530
  t.onOpen(a);
1520
- }, g = (a) => {
1531
+ }, y = (a) => {
1521
1532
  const m = s.value[a];
1522
1533
  m && typeof t.onChange == "function" && t.onChange(m);
1523
1534
  }, f = _(() => {
1524
1535
  var a;
1525
- return ((a = n.value) == null ? void 0 : a.listRef) ?? null;
1536
+ return ((a = l.value) == null ? void 0 : a.listRef) ?? null;
1526
1537
  });
1527
- return yt({
1538
+ return gt({
1528
1539
  ref: f,
1529
1540
  handler: () => {
1530
1541
  t.isOpened && t.onOpen(!1);
@@ -1533,49 +1544,49 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1533
1544
  () => t.isOpened,
1534
1545
  (a) => {
1535
1546
  var m, b;
1536
- a && ((b = (m = n.value) == null ? void 0 : m.listRef) == null || b.focus());
1547
+ a && ((b = (m = l.value) == null ? void 0 : m.listRef) == null || b.focus());
1537
1548
  }
1538
1549
  ), o({
1539
- listRef: n
1550
+ listRef: l
1540
1551
  }), (a, m) => e.container ? (p(), E(Ae, {
1541
1552
  key: 0,
1542
1553
  to: e.container
1543
1554
  }, [
1544
1555
  M(Ke, {
1545
1556
  ref_key: "listRef",
1546
- ref: n,
1557
+ ref: l,
1547
1558
  class: x(i.class),
1548
1559
  "is-opened": r(t).isOpened,
1549
1560
  theme: e.theme,
1550
1561
  "hovered-index": u.value,
1551
1562
  onHoveredIndexChange: d,
1552
1563
  onToggle: h,
1553
- onSelect: g
1564
+ onSelect: y
1554
1565
  }, {
1555
1566
  default: z(() => [
1556
- $(a.$slots, "default")
1567
+ I(a.$slots, "default")
1557
1568
  ]),
1558
1569
  _: 3
1559
1570
  }, 8, ["class", "is-opened", "theme", "hovered-index"])
1560
1571
  ], 8, ["to"])) : (p(), E(Ke, {
1561
1572
  key: 1,
1562
1573
  ref_key: "listRef",
1563
- ref: n,
1574
+ ref: l,
1564
1575
  class: x(i.class),
1565
1576
  "is-opened": r(t).isOpened,
1566
1577
  theme: e.theme,
1567
1578
  "hovered-index": u.value,
1568
1579
  onHoveredIndexChange: d,
1569
1580
  onToggle: h,
1570
- onSelect: g
1581
+ onSelect: y
1571
1582
  }, {
1572
1583
  default: z(() => [
1573
- $(a.$slots, "default")
1584
+ I(a.$slots, "default")
1574
1585
  ]),
1575
1586
  _: 3
1576
1587
  }, 8, ["class", "is-opened", "theme", "hovered-index"]));
1577
1588
  }
1578
- }), ur = "Select.Value", Bs = /* @__PURE__ */ y({
1589
+ }), ur = "Select.Value", Bs = /* @__PURE__ */ g({
1579
1590
  __name: "Value",
1580
1591
  props: {
1581
1592
  placeholder: { default: "" },
@@ -1583,22 +1594,22 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1583
1594
  name: {}
1584
1595
  },
1585
1596
  setup(e, { expose: o }) {
1586
- const i = e, t = ve(ur), n = _(() => !t.value), l = k(null);
1597
+ const i = e, t = ve(ur), l = _(() => !t.value), n = k(null);
1587
1598
  return o({
1588
- optionRef: l
1599
+ optionRef: n
1589
1600
  }), (s, c) => {
1590
1601
  var u;
1591
1602
  return p(), v(me, null, [
1592
- s.$slots.default ? $(s.$slots, "default", { key: 0 }) : (p(), E(re, {
1603
+ s.$slots.default ? I(s.$slots, "default", { key: 0 }) : (p(), E(re, {
1593
1604
  key: 1,
1594
1605
  ref_key: "optionRef",
1595
- ref: l,
1606
+ ref: n,
1596
1607
  class: x(i.class)
1597
1608
  }, {
1598
1609
  default: z(() => {
1599
1610
  var d;
1600
1611
  return [
1601
- L(D(n.value ? e.placeholder : (d = r(t).value) == null ? void 0 : d.option), 1)
1612
+ L(D(l.value ? e.placeholder : (d = r(t).value) == null ? void 0 : d.option), 1)
1602
1613
  ];
1603
1614
  }),
1604
1615
  _: 1
@@ -1611,12 +1622,12 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1611
1622
  ], 64);
1612
1623
  };
1613
1624
  }
1614
- }), gt = "MultiSelect", [dr, W] = F(gt), mr = "MultiSelect-module__multiselect___93yRK", pr = "MultiSelect-module__opened___thrIy", We = {
1625
+ }), Ct = "MultiSelect", [dr, W] = F(Ct), mr = "MultiSelect-module__multiselect___93yRK", pr = "MultiSelect-module__opened___thrIy", We = {
1615
1626
  multiselect: mr,
1616
1627
  opened: pr
1617
- }, hr = y({
1618
- name: gt
1619
- }), Vs = /* @__PURE__ */ y({
1628
+ }, hr = g({
1629
+ name: Ct
1630
+ }), Vs = /* @__PURE__ */ g({
1620
1631
  ...hr,
1621
1632
  props: {
1622
1633
  theme: {},
@@ -1632,10 +1643,10 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1632
1643
  },
1633
1644
  emits: ["change", "openChange"],
1634
1645
  setup(e, { expose: o, emit: i }) {
1635
- const t = e, n = i, l = k(null), s = k(t.isDefaultOpen ?? !1), c = k(null), u = k(""), d = k(
1646
+ const t = e, l = i, n = k(null), s = k(t.isDefaultOpen ?? !1), c = k(null), u = k(""), d = k(
1636
1647
  new Set((t.defaultValue ?? []).map((C) => C.value))
1637
- ), h = _(() => t.value !== void 0), g = ut(), f = _(() => {
1638
- const C = g == null ? void 0 : g.vnode;
1648
+ ), h = _(() => t.value !== void 0), y = dt(), f = _(() => {
1649
+ const C = y == null ? void 0 : y.vnode;
1639
1650
  return C != null && C.props ? "isOpen" in C.props || "is-open" in C.props : !1;
1640
1651
  }), a = _(() => h.value ? new Set((t.value ?? []).map((C) => C.value)) : d.value), m = _(
1641
1652
  () => f.value ? !!t.isOpen : s.value
@@ -1643,15 +1654,15 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1643
1654
  const C = a.value;
1644
1655
  return b.value.filter((w) => C.has(w.value));
1645
1656
  }), X = (C) => {
1646
- (t.isDisabled ?? !1) || (f.value || (s.value = C), C || (u.value = ""), n("openChange", C));
1657
+ (t.isDisabled ?? !1) || (f.value || (s.value = C), C || (u.value = ""), l("openChange", C));
1647
1658
  }, ge = (C) => {
1648
1659
  if (t.mode === "single")
1649
- h.value || (d.value = /* @__PURE__ */ new Set([C.value])), n("change", [C]), X(!1);
1660
+ h.value || (d.value = /* @__PURE__ */ new Set([C.value])), l("change", [C]), X(!1);
1650
1661
  else {
1651
1662
  const w = new Set(a.value);
1652
1663
  w.has(C.value) ? w.delete(C.value) : w.add(C.value), h.value || (d.value = w);
1653
1664
  const O = b.value.filter((B) => w.has(B.value));
1654
- n("change", O);
1665
+ l("change", O);
1655
1666
  }
1656
1667
  }, R = (C) => {
1657
1668
  const w = b.value.filter((N) => N.group === C);
@@ -1659,31 +1670,31 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1659
1670
  const O = w.every((N) => a.value.has(N.value)), B = new Set(a.value);
1660
1671
  O ? w.forEach((N) => B.delete(N.value)) : w.forEach((N) => B.add(N.value)), h.value || (d.value = B);
1661
1672
  const H = b.value.filter((N) => B.has(N.value));
1662
- n("change", H);
1673
+ l("change", H);
1663
1674
  }, Ne = () => {
1664
1675
  const C = b.value.length > 0 && b.value.every((B) => a.value.has(B.value)), w = /* @__PURE__ */ new Set();
1665
1676
  C || b.value.forEach((B) => w.add(B.value)), h.value || (d.value = w);
1666
1677
  const O = b.value.filter((B) => w.has(B.value));
1667
- n("change", O);
1668
- }, ne = (C) => b.value.filter((w) => w.group === C), Mt = (C) => {
1669
- const w = ne(C);
1678
+ l("change", O);
1679
+ }, le = (C) => b.value.filter((w) => w.group === C), Ot = (C) => {
1680
+ const w = le(C);
1670
1681
  return w.length > 0 && w.every((O) => a.value.has(O.value));
1671
- }, Ot = (C) => {
1672
- const w = ne(C), O = w.filter((B) => a.value.has(B.value)).length;
1682
+ }, zt = (C) => {
1683
+ const w = le(C), O = w.filter((B) => a.value.has(B.value)).length;
1673
1684
  return O > 0 && O < w.length;
1674
- }, zt = () => b.value.length > 0 && b.value.every((C) => a.value.has(C.value)), Lt = () => {
1685
+ }, Lt = () => b.value.length > 0 && b.value.every((C) => a.value.has(C.value)), Pt = () => {
1675
1686
  const C = b.value.filter((w) => a.value.has(w.value)).length;
1676
1687
  return C > 0 && C < b.value.length;
1677
- }, Pt = (C) => {
1678
- c.value = C;
1679
1688
  }, Gt = (C) => {
1680
- u.value = C;
1689
+ c.value = C;
1681
1690
  }, Nt = (C) => {
1691
+ u.value = C;
1692
+ }, Ft = (C) => {
1682
1693
  const w = u.value.trim().toLowerCase();
1683
1694
  return w ? C.option.toLowerCase().includes(w) : !0;
1684
- }, Ft = (C) => {
1695
+ }, Ht = (C) => {
1685
1696
  const w = u.value.trim().toLowerCase();
1686
- return w ? ne(C).some((B) => B.option.toLowerCase().includes(w)) : !0;
1697
+ return w ? le(C).some((B) => B.option.toLowerCase().includes(w)) : !0;
1687
1698
  };
1688
1699
  P(
1689
1700
  () => t.items,
@@ -1694,12 +1705,12 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1694
1705
  const H = new Set(O);
1695
1706
  B.forEach((Ce) => H.delete(Ce)), h.value || (d.value = H);
1696
1707
  const N = C.filter((Ce) => H.has(Ce.value));
1697
- n("change", N);
1708
+ l("change", N);
1698
1709
  }
1699
1710
  },
1700
1711
  { deep: !0 }
1701
1712
  );
1702
- const Ht = ie({
1713
+ const Yt = ie({
1703
1714
  get values() {
1704
1715
  return a.value;
1705
1716
  },
@@ -1731,21 +1742,21 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1731
1742
  onToggleItem: ge,
1732
1743
  onToggleGroup: R,
1733
1744
  onToggleAll: Ne,
1734
- onHoveredItemChange: Pt,
1735
- onSearchChange: Gt,
1736
- isItemMatchingSearch: Nt,
1737
- isGroupMatchingSearch: Ft,
1738
- getGroupItems: ne,
1739
- isGroupAllSelected: Mt,
1740
- isGroupPartiallySelected: Ot,
1741
- isAllSelected: zt,
1742
- isPartiallySelected: Lt
1745
+ onHoveredItemChange: Gt,
1746
+ onSearchChange: Nt,
1747
+ isItemMatchingSearch: Ft,
1748
+ isGroupMatchingSearch: Ht,
1749
+ getGroupItems: le,
1750
+ isGroupAllSelected: Ot,
1751
+ isGroupPartiallySelected: zt,
1752
+ isAllSelected: Lt,
1753
+ isPartiallySelected: Pt
1743
1754
  });
1744
- return dr(Ht), o({
1745
- multiSelectRef: l
1746
- }), (C, w) => (p(), v("div", I(C.$attrs, {
1755
+ return dr(Yt), o({
1756
+ multiSelectRef: n
1757
+ }), (C, w) => (p(), v("div", $(C.$attrs, {
1747
1758
  ref_key: "multiSelectRef",
1748
- ref: l,
1759
+ ref: n,
1749
1760
  class: [
1750
1761
  r(We).multiselect,
1751
1762
  {
@@ -1754,40 +1765,40 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1754
1765
  ],
1755
1766
  style: e.theme
1756
1767
  }), [
1757
- $(C.$slots, "default")
1768
+ I(C.$slots, "default")
1758
1769
  ], 16));
1759
1770
  }
1760
1771
  }), Es = {
1761
1772
  "--crm-ui-kit-multiselect-z-index": "auto",
1762
1773
  "--crm-ui-kit-multiselect-opened-z-index": "60"
1763
- }, _r = "MultiSelect.Trigger", Ms = /* @__PURE__ */ y({
1774
+ }, _r = "MultiSelect.Trigger", Ms = /* @__PURE__ */ g({
1764
1775
  __name: "Trigger",
1765
1776
  props: {
1766
1777
  theme: {}
1767
1778
  },
1768
1779
  setup(e, { expose: o }) {
1769
- const i = W(_r), t = k(null), n = () => {
1780
+ const i = W(_r), t = k(null), l = () => {
1770
1781
  i.onOpen(!i.isOpened);
1771
1782
  };
1772
1783
  return P(
1773
1784
  () => i.isOpened,
1774
- (l, s) => {
1785
+ (n, s) => {
1775
1786
  var c, u;
1776
- s && !l && ((u = (c = t.value) == null ? void 0 : c.buttonRef) == null || u.focus());
1787
+ s && !n && ((u = (c = t.value) == null ? void 0 : c.buttonRef) == null || u.focus());
1777
1788
  }
1778
1789
  ), o({
1779
1790
  buttonRef: t
1780
- }), (l, s) => (p(), E(vt, I({
1791
+ }), (n, s) => (p(), E(kt, $({
1781
1792
  ref_key: "buttonRef",
1782
1793
  ref: t
1783
- }, l.$attrs, {
1794
+ }, n.$attrs, {
1784
1795
  theme: e.theme,
1785
1796
  "is-disabled": r(i).isDisabled,
1786
1797
  "is-invalid": r(i).isInvalid,
1787
- onToggle: n
1798
+ onToggle: l
1788
1799
  }), {
1789
1800
  default: z(() => [
1790
- $(l.$slots, "default")
1801
+ I(n.$slots, "default")
1791
1802
  ]),
1792
1803
  _: 3
1793
1804
  }, 16, ["theme", "is-disabled", "is-invalid"]));
@@ -1795,7 +1806,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1795
1806
  }), br = "MultiSelectList-module__list___lKhqs", fr = "MultiSelectList-module__empty___4vLBH", ae = {
1796
1807
  list: br,
1797
1808
  empty: fr
1798
- }, vr = ["aria-multiselectable"], kr = ["aria-multiselectable"], xr = "MultiSelect.List", Os = /* @__PURE__ */ y({
1809
+ }, vr = ["aria-multiselectable"], kr = ["aria-multiselectable"], xr = "MultiSelect.List", Os = /* @__PURE__ */ g({
1799
1810
  __name: "MultiSelectList",
1800
1811
  props: {
1801
1812
  theme: {},
@@ -1804,7 +1815,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1804
1815
  emptyText: { default: "Нет элементов" }
1805
1816
  },
1806
1817
  setup(e, { expose: o }) {
1807
- const i = e, t = W(xr), n = k(null), l = oe();
1818
+ const i = e, t = W(xr), l = k(null), n = oe();
1808
1819
  function s(a) {
1809
1820
  var b;
1810
1821
  const m = [];
@@ -1813,22 +1824,22 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1813
1824
  return m;
1814
1825
  }
1815
1826
  const c = _(() => {
1816
- if (!l.default) return [];
1817
- const a = l.default();
1827
+ if (!n.default) return [];
1828
+ const a = n.default();
1818
1829
  return s(a);
1819
1830
  }), u = _(() => c.value.length), d = _(() => {
1820
1831
  const a = {};
1821
1832
  return c.value.forEach((m, b) => {
1822
1833
  (m == null ? void 0 : m.value) !== void 0 && (a[String(m.value)] = b);
1823
1834
  }), a;
1824
- }), h = k(-1), g = _(() => {
1835
+ }), h = k(-1), y = _(() => {
1825
1836
  const a = t.hoveredItemValue;
1826
1837
  return a === null ? -1 : d.value[String(a)] ?? -1;
1827
1838
  });
1828
1839
  P(
1829
1840
  () => t.isOpened,
1830
1841
  (a) => {
1831
- a && (h.value = g.value);
1842
+ a && (h.value = y.value);
1832
1843
  }
1833
1844
  );
1834
1845
  const f = (a) => {
@@ -1861,8 +1872,8 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1861
1872
  break;
1862
1873
  }
1863
1874
  };
1864
- return yt({
1865
- ref: n,
1875
+ return gt({
1876
+ ref: l,
1866
1877
  handler: () => {
1867
1878
  t.isOpened && t.onOpen(!1);
1868
1879
  }
@@ -1871,21 +1882,21 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1871
1882
  (a) => {
1872
1883
  a && setTimeout(() => {
1873
1884
  var m;
1874
- (m = n.value) == null || m.focus();
1885
+ (m = l.value) == null || m.focus();
1875
1886
  }, 0);
1876
1887
  }
1877
1888
  ), o({
1878
- listRef: n,
1889
+ listRef: l,
1879
1890
  items: c,
1880
1891
  itemsMap: d
1881
1892
  }), (a, m) => e.container ? (p(), E(Ae, {
1882
1893
  key: 0,
1883
1894
  to: e.container
1884
1895
  }, [
1885
- r(t).isOpened ? (p(), v("ul", I({
1896
+ r(t).isOpened ? (p(), v("ul", $({
1886
1897
  key: 0,
1887
1898
  ref_key: "listRef",
1888
- ref: n
1899
+ ref: l
1889
1900
  }, a.$attrs, {
1890
1901
  tabindex: "0",
1891
1902
  role: "listbox",
@@ -1898,17 +1909,17 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1898
1909
  style: e.theme,
1899
1910
  onKeydown: f
1900
1911
  }), [
1901
- $(a.$slots, "default"),
1912
+ I(a.$slots, "default"),
1902
1913
  u.value === 0 ? (p(), v("li", {
1903
1914
  key: 0,
1904
1915
  class: x(r(ae).empty)
1905
1916
  }, D(e.emptyText), 3)) : A("", !0)
1906
1917
  ], 16, vr)) : A("", !0)
1907
1918
  ], 8, ["to"])) : (p(), v(me, { key: 1 }, [
1908
- r(t).isOpened ? (p(), v("ul", I({
1919
+ r(t).isOpened ? (p(), v("ul", $({
1909
1920
  key: 0,
1910
1921
  ref_key: "listRef",
1911
- ref: n
1922
+ ref: l
1912
1923
  }, a.$attrs, {
1913
1924
  tabindex: "0",
1914
1925
  role: "listbox",
@@ -1921,7 +1932,7 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1921
1932
  style: e.theme,
1922
1933
  onKeydown: f
1923
1934
  }), [
1924
- $(a.$slots, "default"),
1935
+ I(a.$slots, "default"),
1925
1936
  u.value === 0 ? (p(), v("li", {
1926
1937
  key: 0,
1927
1938
  class: x(r(ae).empty)
@@ -1929,14 +1940,14 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1929
1940
  ], 16, kr)) : A("", !0)
1930
1941
  ], 64));
1931
1942
  }
1932
- }), yr = () => "ontouchstart" in window, gr = "Checkbox-module__wrapper___rznMS", Cr = "Checkbox-module__input___-039s", $r = "Checkbox-module__checkbox___D0D4S", Ir = "Checkbox-module__indeterminate___rX-dK", wr = "Checkbox-module__invalid___B4jAs", Sr = "Checkbox-module__touchable___glE4H", Q = {
1943
+ }), yr = () => "ontouchstart" in window, gr = "Checkbox-module__wrapper___rznMS", Cr = "Checkbox-module__input___-039s", Ir = "Checkbox-module__checkbox___D0D4S", $r = "Checkbox-module__indeterminate___rX-dK", wr = "Checkbox-module__invalid___B4jAs", Sr = "Checkbox-module__touchable___glE4H", Q = {
1933
1944
  wrapper: gr,
1934
1945
  input: Cr,
1935
- checkbox: $r,
1936
- indeterminate: Ir,
1946
+ checkbox: Ir,
1947
+ indeterminate: $r,
1937
1948
  invalid: wr,
1938
1949
  touchable: Sr
1939
- }, ke = /* @__PURE__ */ y({
1950
+ }, ke = /* @__PURE__ */ g({
1940
1951
  inheritAttrs: !1,
1941
1952
  __name: "Checkbox",
1942
1953
  props: {
@@ -1952,21 +1963,21 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1952
1963
  theme: {}
1953
1964
  },
1954
1965
  setup(e, { expose: o }) {
1955
- const i = e, t = k(null), n = k(!1);
1966
+ const i = e, t = k(null), l = k(!1);
1956
1967
  return te(() => {
1957
- n.value = yr();
1968
+ l.value = yr();
1958
1969
  }), o({
1959
1970
  inputRef: t
1960
- }), (l, s) => (p(), v("div", {
1971
+ }), (n, s) => (p(), v("div", {
1961
1972
  class: x([
1962
1973
  r(Q).wrapper,
1963
1974
  {
1964
- [r(Q).touchable]: n.value
1975
+ [r(Q).touchable]: l.value
1965
1976
  }
1966
1977
  ]),
1967
1978
  style: V(e.theme)
1968
1979
  }, [
1969
- M(be, I(l.$attrs, {
1980
+ M(be, $(n.$attrs, {
1970
1981
  id: i.id,
1971
1982
  ref_key: "inputRef",
1972
1983
  ref: t,
@@ -1990,20 +2001,20 @@ const mi = "Button-module__button___18Bed", pi = "Button-module__disabled___UzdW
1990
2001
  }, null, 2)
1991
2002
  ], 6));
1992
2003
  }
1993
- }), zs = /* @__PURE__ */ y({
2004
+ }), zs = /* @__PURE__ */ g({
1994
2005
  __name: "LabelGroup",
1995
2006
  props: {
1996
2007
  theme: {}
1997
2008
  },
1998
2009
  setup(e, { expose: o }) {
1999
- const i = oe(), t = k(null), n = _(() => i.default ? i.default() : []);
2010
+ const i = oe(), t = k(null), l = _(() => i.default ? i.default() : []);
2000
2011
  return o({
2001
2012
  groupRef: t
2002
- }), (l, s) => (p(), v("div", {
2013
+ }), (n, s) => (p(), v("div", {
2003
2014
  ref_key: "groupRef",
2004
2015
  ref: t
2005
2016
  }, [
2006
- (p(!0), v(me, null, Ut(n.value, (c, u) => (p(), v("div", {
2017
+ (p(!0), v(me, null, Ut(l.value, (c, u) => (p(), v("div", {
2007
2018
  key: u,
2008
2019
  class: x([r(J).wrapper]),
2009
2020
  style: V(e.theme)
@@ -2057,22 +2068,22 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2057
2068
  item: Ar,
2058
2069
  selected: Rr,
2059
2070
  hovered: Dr
2060
- }, Br = ["aria-selected", "title"], Vr = "MultiSelect.Item", Fs = /* @__PURE__ */ y({
2071
+ }, Br = ["aria-selected", "title"], Vr = "MultiSelect.Item", Fs = /* @__PURE__ */ g({
2061
2072
  __name: "Item",
2062
2073
  props: {
2063
2074
  item: {},
2064
2075
  theme: {}
2065
2076
  },
2066
2077
  setup(e, { expose: o }) {
2067
- const i = e, t = W(Vr), n = k(null), l = Pe, s = _(() => t.isItemMatchingSearch(i.item)), c = _(() => t.values.has(i.item.value)), u = _(() => t.hoveredItemValue === i.item.value), d = (h) => {
2078
+ const i = e, t = W(Vr), l = k(null), n = Pe, s = _(() => t.isItemMatchingSearch(i.item)), c = _(() => t.values.has(i.item.value)), u = _(() => t.hoveredItemValue === i.item.value), d = (h) => {
2068
2079
  h.preventDefault(), t.onToggleItem(i.item);
2069
2080
  };
2070
2081
  return o({
2071
- itemRef: n
2072
- }), (h, g) => s.value ? (p(), v("li", I({
2082
+ itemRef: l
2083
+ }), (h, y) => s.value ? (p(), v("li", $({
2073
2084
  key: 0,
2074
2085
  ref_key: "itemRef",
2075
- ref: n
2086
+ ref: l
2076
2087
  }, h.$attrs, {
2077
2088
  role: "option",
2078
2089
  "aria-selected": c.value,
@@ -2089,13 +2100,13 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2089
2100
  }), [
2090
2101
  r(t).mode === "multi" ? (p(), E(ke, {
2091
2102
  key: 0,
2092
- theme: r(l),
2103
+ theme: r(n),
2093
2104
  "is-checked": c.value,
2094
2105
  tabindex: -1,
2095
- onClick: g[0] || (g[0] = he(() => {
2106
+ onClick: y[0] || (y[0] = he(() => {
2096
2107
  }, ["stop"]))
2097
2108
  }, null, 8, ["theme", "is-checked"])) : A("", !0),
2098
- $(h.$slots, "default", {}, () => [
2109
+ I(h.$slots, "default", {}, () => [
2099
2110
  M(re, null, {
2100
2111
  default: z(() => [
2101
2112
  L(D(e.item.option), 1)
@@ -2112,7 +2123,7 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2112
2123
  label: zr,
2113
2124
  children: Lr,
2114
2125
  empty: Pr
2115
- }, Gr = ["aria-label"], Nr = ["title"], Fr = "MultiSelect.Group", Hs = /* @__PURE__ */ y({
2126
+ }, Gr = ["aria-label"], Nr = ["title"], Fr = "MultiSelect.Group", Hs = /* @__PURE__ */ g({
2116
2127
  __name: "Group",
2117
2128
  props: {
2118
2129
  group: {},
@@ -2120,13 +2131,13 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2120
2131
  emptyText: { default: "Нет элементов" }
2121
2132
  },
2122
2133
  setup(e) {
2123
- const o = /^(#[\da-f]{3,8}|rgba?\(\s*\d{1,3}\s*,\s*\d{1,3}\s*,\s*\d{1,3}\s*(,\s*(0|1|0?\.\d+))?\s*\)|hsla?\(\s*\d{1,3}\s*,\s*\d{1,3}%\s*,\s*\d{1,3}%\s*(,\s*(0|1|0?\.\d+))?\s*\)|[a-z]{3,20})$/i, i = e, t = W(Fr), n = _(() => t.isGroupMatchingSearch(i.group.id)), l = Pe, s = oe(), c = _(() => s.default ? s.default().length === 0 : !0), u = _(
2134
+ const o = /^(#[\da-f]{3,8}|rgba?\(\s*\d{1,3}\s*,\s*\d{1,3}\s*,\s*\d{1,3}\s*(,\s*(0|1|0?\.\d+))?\s*\)|hsla?\(\s*\d{1,3}\s*,\s*\d{1,3}%\s*,\s*\d{1,3}%\s*(,\s*(0|1|0?\.\d+))?\s*\)|[a-z]{3,20})$/i, i = e, t = W(Fr), l = _(() => t.isGroupMatchingSearch(i.group.id)), n = Pe, s = oe(), c = _(() => s.default ? s.default().length === 0 : !0), u = _(
2124
2135
  () => t.isGroupAllSelected(i.group.id)
2125
2136
  ), d = _(
2126
2137
  () => t.isGroupPartiallySelected(i.group.id)
2127
2138
  ), h = _(
2128
2139
  () => u.value || d.value
2129
- ), g = _(
2140
+ ), y = _(
2130
2141
  () => u.value ? "mark" : "indeterminate"
2131
2142
  ), f = (b) => o.test(b.trim()), a = _(() => {
2132
2143
  const b = { ...i.theme };
@@ -2134,7 +2145,7 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2134
2145
  }), m = () => {
2135
2146
  t.groupSelectable && t.onToggleGroup(i.group.id);
2136
2147
  };
2137
- return (b, S) => n.value ? (p(), v("li", {
2148
+ return (b, S) => l.value ? (p(), v("li", {
2138
2149
  key: 0,
2139
2150
  class: x(r(ee).group),
2140
2151
  role: "group",
@@ -2153,9 +2164,9 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2153
2164
  }, [
2154
2165
  r(t).groupSelectable ? (p(), E(ke, {
2155
2166
  key: 0,
2156
- theme: r(l),
2167
+ theme: r(n),
2157
2168
  "is-checked": h.value,
2158
- "checked-style": g.value,
2169
+ "checked-style": y.value,
2159
2170
  tabindex: -1,
2160
2171
  onClick: S[0] || (S[0] = he(() => {
2161
2172
  }, ["stop"]))
@@ -2167,7 +2178,7 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2167
2178
  T("ul", {
2168
2179
  class: x(r(ee).children)
2169
2180
  }, [
2170
- $(b.$slots, "default"),
2181
+ I(b.$slots, "default"),
2171
2182
  c.value ? (p(), v("li", {
2172
2183
  key: 0,
2173
2184
  class: x(r(ee).empty)
@@ -2175,15 +2186,15 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2175
2186
  ], 2)
2176
2187
  ], 10, Gr)) : A("", !0);
2177
2188
  }
2178
- }), Hr = "MultiSelect.All", Ys = /* @__PURE__ */ y({
2189
+ }), Hr = "MultiSelect.All", Ys = /* @__PURE__ */ g({
2179
2190
  __name: "All",
2180
2191
  props: {
2181
2192
  theme: {},
2182
2193
  label: { default: "Выбрать всё" }
2183
2194
  },
2184
2195
  setup(e) {
2185
- const o = W(Hr), i = Pe, t = _(() => o.isAllSelected()), n = _(() => o.isPartiallySelected()), l = _(
2186
- () => t.value || n.value
2196
+ const o = W(Hr), i = Pe, t = _(() => o.isAllSelected()), l = _(() => o.isPartiallySelected()), n = _(
2197
+ () => t.value || l.value
2187
2198
  ), s = _(
2188
2199
  () => t.value ? "mark" : "indeterminate"
2189
2200
  ), c = (u) => {
@@ -2197,7 +2208,7 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2197
2208
  }, [
2198
2209
  M(ke, {
2199
2210
  theme: r(i),
2200
- "is-checked": l.value,
2211
+ "is-checked": n.value,
2201
2212
  "checked-style": s.value,
2202
2213
  tabindex: -1,
2203
2214
  onClick: d[0] || (d[0] = he(() => {
@@ -2214,7 +2225,7 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2214
2225
  }), Yr = "Value-module__value___Aswvw", qr = "Value-module__text___-f1lX", Ur = {
2215
2226
  value: Yr,
2216
2227
  text: qr
2217
- }, jr = "MultiSelect.Value", qs = /* @__PURE__ */ y({
2228
+ }, jr = "MultiSelect.Value", qs = /* @__PURE__ */ g({
2218
2229
  __name: "Value",
2219
2230
  props: {
2220
2231
  placeholder: { default: "" },
@@ -2224,7 +2235,7 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2224
2235
  class: {}
2225
2236
  },
2226
2237
  setup(e, { expose: o }) {
2227
- const i = e, t = W(jr), n = k(null), l = _(() => {
2238
+ const i = e, t = W(jr), l = k(null), n = _(() => {
2228
2239
  const s = t.selectedItems;
2229
2240
  if (s.length === 0)
2230
2241
  return i.placeholder;
@@ -2234,15 +2245,15 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2234
2245
  return u > 0 ? `${d} +${u}` : d;
2235
2246
  });
2236
2247
  return o({
2237
- optionRef: n
2238
- }), (s, c) => s.$slots.default ? $(s.$slots, "default", { key: 0 }) : (p(), E(re, {
2248
+ optionRef: l
2249
+ }), (s, c) => s.$slots.default ? I(s.$slots, "default", { key: 0 }) : (p(), E(re, {
2239
2250
  key: 1,
2240
2251
  ref_key: "optionRef",
2241
- ref: n,
2252
+ ref: l,
2242
2253
  class: x(r(Ur).text)
2243
2254
  }, {
2244
2255
  default: z(() => [
2245
- L(D(l.value), 1)
2256
+ L(D(n.value), 1)
2246
2257
  ]),
2247
2258
  _: 1
2248
2259
  }, 8, ["class"]));
@@ -2250,27 +2261,27 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2250
2261
  }), Kr = "Search-module__search___cGZ5b", Wr = "Search-module__input___HP47K", Ze = {
2251
2262
  search: Kr,
2252
2263
  input: Wr
2253
- }, Zr = ["placeholder", "value"], Jr = "MultiSelect.Search", Us = /* @__PURE__ */ y({
2264
+ }, Zr = ["placeholder", "value"], Jr = "MultiSelect.Search", Us = /* @__PURE__ */ g({
2254
2265
  __name: "Search",
2255
2266
  props: {
2256
2267
  theme: {},
2257
2268
  placeholder: { default: "Поиск..." }
2258
2269
  },
2259
2270
  setup(e) {
2260
- const o = W(Jr), i = k(null), t = (n) => {
2261
- o.onSearchChange(n.target.value);
2271
+ const o = W(Jr), i = k(null), t = (l) => {
2272
+ o.onSearchChange(l.target.value);
2262
2273
  };
2263
2274
  return P(
2264
2275
  () => o.isOpened,
2265
- (n) => {
2266
- n && pe(() => {
2276
+ (l) => {
2277
+ l && pe(() => {
2267
2278
  setTimeout(() => {
2268
- var l;
2269
- return (l = i.value) == null ? void 0 : l.focus();
2279
+ var n;
2280
+ return (n = i.value) == null ? void 0 : n.focus();
2270
2281
  }, 0);
2271
2282
  });
2272
2283
  }
2273
- ), (n, l) => (p(), v("li", {
2284
+ ), (l, n) => (p(), v("li", {
2274
2285
  class: x(r(Ze).search),
2275
2286
  style: V(e.theme)
2276
2287
  }, [
@@ -2282,21 +2293,21 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2282
2293
  placeholder: e.placeholder,
2283
2294
  value: r(o).searchQuery,
2284
2295
  onInput: t,
2285
- onKeydown: l[0] || (l[0] = he(() => {
2296
+ onKeydown: n[0] || (n[0] = he(() => {
2286
2297
  }, ["stop"]))
2287
2298
  }, null, 42, Zr)
2288
2299
  ], 6));
2289
2300
  }
2290
- }), Xr = "Combobox-module__combobox___97Qx9", Qr = "Combobox-module__inputContainer___6t-il", en = "Combobox-module__focused___Ur996", tn = "Combobox-module__invalid___Ur1or", on = "Combobox-module__disabled___2nCcW", rn = "Combobox-module__input___KbcCI", nn = "Combobox-module__arrow___FwmsJ", ln = "Combobox-module__arrowOpen___U6A3h", j = {
2301
+ }), Xr = "Combobox-module__combobox___97Qx9", Qr = "Combobox-module__inputContainer___6t-il", el = "Combobox-module__focused___Ur996", tl = "Combobox-module__invalid___Ur1or", il = "Combobox-module__disabled___2nCcW", ol = "Combobox-module__input___KbcCI", rl = "Combobox-module__arrow___FwmsJ", ll = "Combobox-module__arrowOpen___U6A3h", j = {
2291
2302
  combobox: Xr,
2292
2303
  inputContainer: Qr,
2293
- focused: en,
2294
- invalid: tn,
2295
- disabled: on,
2296
- input: rn,
2297
- arrow: nn,
2298
- arrowOpen: ln
2299
- }, sn = ["placeholder", "value", "disabled", "readonly"], an = "MultiSelect.Combobox", js = /* @__PURE__ */ y({
2304
+ focused: el,
2305
+ invalid: tl,
2306
+ disabled: il,
2307
+ input: ol,
2308
+ arrow: rl,
2309
+ arrowOpen: ll
2310
+ }, nl = ["placeholder", "value", "disabled", "readonly"], sl = "MultiSelect.Combobox", js = /* @__PURE__ */ g({
2300
2311
  __name: "Combobox",
2301
2312
  props: {
2302
2313
  theme: {},
@@ -2304,7 +2315,7 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2304
2315
  groups: {}
2305
2316
  },
2306
2317
  setup(e, { expose: o }) {
2307
- const i = e, t = W(an), n = k(null), l = k(null), s = _(() => {
2318
+ const i = e, t = W(sl), l = k(null), n = k(null), s = _(() => {
2308
2319
  if (!i.groups) return null;
2309
2320
  const f = /* @__PURE__ */ new Map();
2310
2321
  for (const a of i.groups)
@@ -2336,23 +2347,23 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2336
2347
  t.isDisabled || t.onOpen(!0);
2337
2348
  }, h = () => {
2338
2349
  var f;
2339
- (f = n.value) == null || f.focus();
2340
- }, g = (f) => {
2350
+ (f = l.value) == null || f.focus();
2351
+ }, y = (f) => {
2341
2352
  var a;
2342
- f.code === "Escape" && (t.onOpen(!1), (a = n.value) == null || a.blur());
2353
+ f.code === "Escape" && (t.onOpen(!1), (a = l.value) == null || a.blur());
2343
2354
  };
2344
2355
  return P(() => t.isOpened, (f) => {
2345
2356
  f && pe(() => {
2346
2357
  var a;
2347
- return (a = n.value) == null ? void 0 : a.focus();
2358
+ return (a = l.value) == null ? void 0 : a.focus();
2348
2359
  });
2349
- }), o({ inputRef: n }), (f, a) => (p(), v("div", {
2360
+ }), o({ inputRef: l }), (f, a) => (p(), v("div", {
2350
2361
  class: x(r(j).combobox),
2351
2362
  style: V(e.theme)
2352
2363
  }, [
2353
2364
  T("div", {
2354
2365
  ref_key: "containerRef",
2355
- ref: l,
2366
+ ref: n,
2356
2367
  class: x([
2357
2368
  r(j).inputContainer,
2358
2369
  {
@@ -2365,7 +2376,7 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2365
2376
  }, [
2366
2377
  T("input", {
2367
2378
  ref_key: "inputRef",
2368
- ref: n,
2379
+ ref: l,
2369
2380
  class: x(r(j).input),
2370
2381
  type: "text",
2371
2382
  placeholder: e.placeholder,
@@ -2374,9 +2385,9 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2374
2385
  readonly: !r(t).isOpened,
2375
2386
  onInput: u,
2376
2387
  onFocus: d,
2377
- onKeydown: g
2378
- }, null, 42, sn),
2379
- $(f.$slots, "after", {}, () => [
2388
+ onKeydown: y
2389
+ }, null, 42, nl),
2390
+ I(f.$slots, "after", {}, () => [
2380
2391
  T("span", {
2381
2392
  class: x([r(j).arrow, { [r(j).arrowOpen]: r(t).isOpened }])
2382
2393
  }, null, 2)
@@ -2384,30 +2395,30 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2384
2395
  ], 2)
2385
2396
  ], 6));
2386
2397
  }
2387
- }), Ks = /* @__PURE__ */ y({
2398
+ }), Ks = /* @__PURE__ */ g({
2388
2399
  __name: "Portal",
2389
2400
  props: {
2390
2401
  container: { default: void 0 }
2391
2402
  },
2392
2403
  setup(e, { expose: o }) {
2393
- const i = e, t = k(null), n = _(() => i.container || document.body);
2404
+ const i = e, t = k(null), l = _(() => i.container || document.body);
2394
2405
  return o({
2395
2406
  portalRef: t
2396
- }), (l, s) => (p(), E(Ae, {
2397
- to: n.value,
2398
- disabled: !n.value
2407
+ }), (n, s) => (p(), E(Ae, {
2408
+ to: l.value,
2409
+ disabled: !l.value
2399
2410
  }, [
2400
- T("div", I({
2411
+ T("div", $({
2401
2412
  ref_key: "portalRef",
2402
2413
  ref: t
2403
- }, l.$attrs), [
2404
- $(l.$slots, "default")
2414
+ }, n.$attrs), [
2415
+ I(n.$slots, "default")
2405
2416
  ], 16)
2406
2417
  ], 8, ["to", "disabled"]));
2407
2418
  }
2408
- }), cn = "ContentBlock-module__block___UvzuN", un = {
2409
- block: cn
2410
- }, Ws = /* @__PURE__ */ y({
2419
+ }), al = "ContentBlock-module__block___UvzuN", cl = {
2420
+ block: al
2421
+ }, Ws = /* @__PURE__ */ g({
2411
2422
  __name: "ContentBlock",
2412
2423
  props: {
2413
2424
  theme: {}
@@ -2416,13 +2427,13 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2416
2427
  const i = k(null);
2417
2428
  return o({
2418
2429
  blockRef: i
2419
- }), (t, n) => (p(), v("div", I(t.$attrs, {
2430
+ }), (t, l) => (p(), v("div", $(t.$attrs, {
2420
2431
  ref_key: "blockRef",
2421
2432
  ref: i,
2422
- class: r(un).block,
2433
+ class: r(cl).block,
2423
2434
  style: e.theme
2424
2435
  }), [
2425
- $(t.$slots, "default")
2436
+ I(t.$slots, "default")
2426
2437
  ], 16));
2427
2438
  }
2428
2439
  }), Zs = {
@@ -2431,9 +2442,9 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2431
2442
  "--crm-ui-kit-content-block-border-radius": "3px",
2432
2443
  "--crm-ui-kit-content-block-box-shadow": "var(--crm-ui-kit-palette-content-block-box-shadow)",
2433
2444
  "--crm-ui-kit-content-block-background": "var(--crm-ui-kit-palette-background-primary)"
2434
- }, dn = "Link-module__link___35Vo1", mn = {
2435
- link: dn
2436
- }, Js = /* @__PURE__ */ y({
2445
+ }, ul = "Link-module__link___35Vo1", dl = {
2446
+ link: ul
2447
+ }, Js = /* @__PURE__ */ g({
2437
2448
  __name: "Link",
2438
2449
  props: {
2439
2450
  theme: {}
@@ -2442,14 +2453,14 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2442
2453
  const i = k(null);
2443
2454
  return o({
2444
2455
  linkRef: i
2445
- }), (t, n) => (p(), v("a", I({
2456
+ }), (t, l) => (p(), v("a", $({
2446
2457
  ref_key: "linkRef",
2447
2458
  ref: i
2448
2459
  }, t.$attrs, {
2449
- class: r(mn).link,
2460
+ class: r(dl).link,
2450
2461
  style: e.theme
2451
2462
  }), [
2452
- $(t.$slots, "default")
2463
+ I(t.$slots, "default")
2453
2464
  ], 16));
2454
2465
  }
2455
2466
  }), Xs = {
@@ -2466,102 +2477,102 @@ const Ar = "Item-module__item___KOHVr", Rr = "Item-module__selected___rWQeZ", Dr
2466
2477
  "--crm-ui-kit-spinner-border-width": "2px",
2467
2478
  "--crm-ui-kit-spinner-circle-size": "16px",
2468
2479
  "--crm-ui-kit-spinner-border-style": "solid"
2469
- }, pn = "Callout-module__wrapper___gW-Zt", hn = "Callout-module__icon___4CBkz", Je = {
2470
- wrapper: pn,
2471
- icon: hn
2472
- }, ea = /* @__PURE__ */ y({
2480
+ }, ml = "Callout-module__wrapper___gW-Zt", pl = "Callout-module__icon___4CBkz", Je = {
2481
+ wrapper: ml,
2482
+ icon: pl
2483
+ }, ea = /* @__PURE__ */ g({
2473
2484
  __name: "Callout",
2474
2485
  props: {
2475
2486
  theme: {},
2476
2487
  isIconAvailable: { type: Boolean, default: !0 }
2477
2488
  },
2478
2489
  setup(e, { expose: o }) {
2479
- const i = e, t = k(null), n = _(() => {
2480
- const { Icon: l, ...s } = i.theme;
2490
+ const i = e, t = k(null), l = _(() => {
2491
+ const { Icon: n, ...s } = i.theme;
2481
2492
  return s;
2482
2493
  });
2483
2494
  return o({
2484
2495
  calloutRef: t
2485
- }), (l, s) => (p(), v("div", I(l.$attrs, {
2496
+ }), (n, s) => (p(), v("div", $(n.$attrs, {
2486
2497
  ref_key: "calloutRef",
2487
2498
  ref: t,
2488
2499
  class: r(Je).wrapper,
2489
- style: n.value
2500
+ style: l.value
2490
2501
  }), [
2491
2502
  e.isIconAvailable ? (p(), E(Re(e.theme.Icon), {
2492
2503
  key: 0,
2493
2504
  class: x(r(Je).icon)
2494
2505
  }, null, 8, ["class"])) : A("", !0),
2495
- $(l.$slots, "default")
2506
+ I(n.$slots, "default")
2496
2507
  ], 16));
2497
2508
  }
2498
- }), _n = {
2509
+ }), hl = {
2499
2510
  xmlns: "http://www.w3.org/2000/svg",
2500
2511
  width: "20",
2501
2512
  height: "20",
2502
2513
  fill: "none"
2503
2514
  };
2504
- function bn(e, o) {
2505
- return p(), v("svg", _n, [...o[0] || (o[0] = [
2515
+ function _l(e, o) {
2516
+ return p(), v("svg", hl, [...o[0] || (o[0] = [
2506
2517
  _e('<g clip-path="url(#a)"><path fill="currentColor" fill-rule="evenodd" d="M9 15.207q0-.468.292-.76c.195-.194.468-.272.799-.272.35 0 .623.097.818.272q.292.292.292.76c0 .468-.097.565-.292.76q-.292.292-.818.292c-.331 0-.585-.097-.799-.292Q9 15.675 9 15.207m.195-8.688h1.831v4.5l-.35 2.22h-1.13l-.351-2.22z" clip-rule="evenodd"></path><path stroke="currentColor" stroke-width="1.3" d="M8.666 2.47a1.542 1.542 0 0 1 2.671 0l7.804 13.518a1.542 1.542 0 0 1-1.335 2.313H2.197a1.542 1.542 0 0 1-1.335-2.313z"></path></g><defs><clipPath id="a"><path fill="currentColor" d="M0 0h20v20H0z"></path></clipPath></defs>', 2)
2507
2518
  ])]);
2508
2519
  }
2509
- const fn = { render: bn }, vn = {
2520
+ const bl = { render: _l }, fl = {
2510
2521
  xmlns: "http://www.w3.org/2000/svg",
2511
2522
  width: "20",
2512
2523
  height: "20",
2513
2524
  fill: "currentColor"
2514
2525
  };
2515
- function kn(e, o) {
2516
- return p(), v("svg", vn, [...o[0] || (o[0] = [
2526
+ function vl(e, o) {
2527
+ return p(), v("svg", fl, [...o[0] || (o[0] = [
2517
2528
  _e('<g clip-path="url(#a)"><path d="M8.96 4.75h2.077v4.859l-.403 2.407H9.362L8.96 9.609zm-.218 9.363q0-.517.341-.812.342-.31.9-.31.59 0 .93.31.34.295.341.812 0 .516-.34.827-.342.31-.931.31-.558 0-.9-.31-.34-.31-.34-.827Z"></path><path fill-rule="evenodd" d="M10 1.625a8.375 8.375 0 1 0 0 16.75 8.375 8.375 0 0 0 0-16.75M.375 10a9.625 9.625 0 1 1 19.25 0 9.625 9.625 0 0 1-19.25 0" clip-rule="evenodd"></path></g><defs><clipPath id="a"><path d="M0 0h20v20H0z"></path></clipPath></defs>', 2)
2518
2529
  ])]);
2519
2530
  }
2520
- const xn = { render: kn }, yn = {
2531
+ const kl = { render: vl }, xl = {
2521
2532
  xmlns: "http://www.w3.org/2000/svg",
2522
2533
  width: "20",
2523
2534
  height: "20",
2524
2535
  fill: "none"
2525
2536
  };
2526
- function gn(e, o) {
2527
- return p(), v("svg", yn, [...o[0] || (o[0] = [
2537
+ function yl(e, o) {
2538
+ return p(), v("svg", xl, [...o[0] || (o[0] = [
2528
2539
  _e('<g stroke="currentColor" clip-path="url(#a)"><path stroke-width="1.299" d="M.65 10a9.35 9.35 0 1 1 18.7 0 9.35 9.35 0 0 1-18.7 0Z"></path><path stroke-width="1.299" d="M.65 10a9.35 9.35 0 1 1 18.7 0 9.35 9.35 0 0 1-18.7 0Z"></path><path stroke-width="1.455" d="m5.328 10 3.117 3.117 6.234-6.234"></path></g><defs><clipPath id="a"><path d="M0 0h20v20H0z"></path></clipPath></defs>', 2)
2529
2540
  ])]);
2530
2541
  }
2531
- const Cn = { render: gn }, $n = {
2542
+ const gl = { render: yl }, Cl = {
2532
2543
  xmlns: "http://www.w3.org/2000/svg",
2533
2544
  width: "20",
2534
2545
  height: "20",
2535
2546
  fill: "currentColor"
2536
2547
  };
2537
- function In(e, o) {
2538
- return p(), v("svg", $n, [...o[0] || (o[0] = [
2548
+ function Il(e, o) {
2549
+ return p(), v("svg", Cl, [...o[0] || (o[0] = [
2539
2550
  _e('<g clip-path="url(#a)"><path d="M10.972 15.195H9.023V8.7h1.949v6.494Zm-.285-8.72a.96.96 0 0 1-.695.278.93.93 0 0 1-.69-.284.96.96 0 0 1-.279-.695q0-.413.285-.69a.96.96 0 0 1 .695-.279q.412 0 .69.284.279.285.279.696a.93.93 0 0 1-.285.69"></path><path fill-rule="evenodd" d="M10 1.299A8.701 8.701 0 1 0 10 18.7a8.701 8.701 0 0 0 0-17.4ZM0 10C0 4.477 4.477 0 10 0s10 4.477 10 10-4.477 10-10 10S0 15.523 0 10" clip-rule="evenodd"></path></g><defs><clipPath id="a"><path d="M0 0h20v20H0z"></path></clipPath></defs>', 2)
2540
2551
  ])]);
2541
2552
  }
2542
- const wn = { render: In }, ye = {
2553
+ const $l = { render: Il }, ye = {
2543
2554
  "--crm-ui-kit-callout-padding": "12px",
2544
2555
  "--crm-ui-kit-callout-border-radius": "var(--crm-ui-kit-palette-focus-visible-border-radius)",
2545
2556
  "--crm-ui-kit-callout-icon-color": "var(--crm-ui-kit-palette-text-primary)"
2546
2557
  }, ta = {
2547
2558
  ...ye,
2548
- Icon: fn,
2559
+ Icon: bl,
2549
2560
  "--crm-ui-kit-callout-background-color": "var(--crm-ui-kit-palette-callout-warning-background-color)"
2550
2561
  }, ia = {
2551
2562
  ...ye,
2552
- Icon: xn,
2563
+ Icon: kl,
2553
2564
  "--crm-ui-kit-callout-background-color": "var(--crm-ui-kit-palette-callout-error-background-color)"
2554
2565
  }, oa = {
2555
2566
  ...ye,
2556
- Icon: Cn,
2567
+ Icon: gl,
2557
2568
  "--crm-ui-kit-callout-background-color": "var(--crm-ui-kit-palette-callout-success-background-color)"
2558
2569
  }, ra = {
2559
2570
  ...ye,
2560
- Icon: wn,
2571
+ Icon: $l,
2561
2572
  "--crm-ui-kit-callout-background-color": "var(--crm-ui-kit-palette-callout-info-background-color)"
2562
- }, Ct = "Accordion", [$t, Sn] = F(Ct), Tn = "Accordion-module__wrapper___X4UEj", It = {
2563
- wrapper: Tn
2564
- }, An = /* @__PURE__ */ y({
2573
+ }, It = "Accordion", [$t, wl] = F(It), Sl = "Accordion-module__wrapper___X4UEj", wt = {
2574
+ wrapper: Sl
2575
+ }, Tl = /* @__PURE__ */ g({
2565
2576
  __name: "AccordionSingle",
2566
2577
  props: {
2567
2578
  isCollapsible: { type: Boolean, default: !1 },
@@ -2571,28 +2582,28 @@ const wn = { render: In }, ye = {
2571
2582
  },
2572
2583
  emits: ["change"],
2573
2584
  setup(e, { expose: o, emit: i }) {
2574
- const t = e, n = i, l = k(null), s = k(t.defaultValue), c = Ee(t.theme), u = _(() => "value" in t && t.value !== void 0), d = _(
2585
+ const t = e, l = i, n = k(null), s = k(t.defaultValue), c = Ee(t.theme), u = _(() => "value" in t && t.value !== void 0), d = _(
2575
2586
  () => u.value ? t.value : s.value
2576
- ), h = (f) => t.isCollapsible && f === d.value ? void 0 : f, g = (f) => {
2587
+ ), h = (f) => t.isCollapsible && f === d.value ? void 0 : f, y = (f) => {
2577
2588
  const a = h(f);
2578
- u.value || (s.value = a), n("change", a);
2589
+ u.value || (s.value = a), l("change", a);
2579
2590
  };
2580
2591
  return $t({
2581
2592
  value: d,
2582
2593
  // computed ref
2583
2594
  defaultValue: De(() => t.defaultValue),
2584
- onChange: g
2595
+ onChange: y
2585
2596
  }), o({
2586
- accordionRef: l
2587
- }), (f, a) => (p(), v("div", I(f.$attrs, {
2597
+ accordionRef: n
2598
+ }), (f, a) => (p(), v("div", $(f.$attrs, {
2588
2599
  ref_key: "accordionRef",
2589
- ref: l,
2590
- class: [r(It).wrapper, r(c)]
2600
+ ref: n,
2601
+ class: [r(wt).wrapper, r(c)]
2591
2602
  }), [
2592
- $(f.$slots, "default")
2603
+ I(f.$slots, "default")
2593
2604
  ], 16));
2594
2605
  }
2595
- }), Rn = /* @__PURE__ */ y({
2606
+ }), Al = /* @__PURE__ */ g({
2596
2607
  __name: "AccordionMultiple",
2597
2608
  props: {
2598
2609
  value: {},
@@ -2601,34 +2612,34 @@ const wn = { render: In }, ye = {
2601
2612
  },
2602
2613
  emits: ["change"],
2603
2614
  setup(e, { expose: o, emit: i }) {
2604
- const t = e, n = i, l = k(null), s = k(t.defaultValue || []), c = Ee(t.theme), u = _(() => "value" in t && t.value !== void 0), d = _(
2615
+ const t = e, l = i, n = k(null), s = k(t.defaultValue || []), c = Ee(t.theme), u = _(() => "value" in t && t.value !== void 0), d = _(
2605
2616
  () => u.value ? t.value || [] : s.value
2606
2617
  ), h = (f) => {
2607
2618
  const a = d.value || [];
2608
2619
  return a.includes(f) ? a.filter((m) => m !== f) : [...a, f];
2609
- }, g = (f) => {
2620
+ }, y = (f) => {
2610
2621
  const a = h(f);
2611
- u.value || (s.value = a), n("change", a);
2622
+ u.value || (s.value = a), l("change", a);
2612
2623
  };
2613
2624
  return $t({
2614
2625
  value: d,
2615
2626
  // computed ref
2616
2627
  defaultValue: De(() => t.defaultValue),
2617
- onChange: g
2628
+ onChange: y
2618
2629
  }), o({
2619
- accordionRef: l
2620
- }), (f, a) => (p(), v("div", I(f.$attrs, {
2630
+ accordionRef: n
2631
+ }), (f, a) => (p(), v("div", $(f.$attrs, {
2621
2632
  ref_key: "accordionRef",
2622
- ref: l,
2623
- class: [r(It).wrapper, r(c)]
2633
+ ref: n,
2634
+ class: [r(wt).wrapper, r(c)]
2624
2635
  }), [
2625
- $(f.$slots, "default")
2636
+ I(f.$slots, "default")
2626
2637
  ], 16));
2627
2638
  }
2628
- }), Dn = y({
2629
- name: Ct
2630
- }), Bn = /* @__PURE__ */ y({
2631
- ...Dn,
2639
+ }), Rl = g({
2640
+ name: It
2641
+ }), Dl = /* @__PURE__ */ g({
2642
+ ...Rl,
2632
2643
  props: {
2633
2644
  type: {},
2634
2645
  isCollapsible: { type: Boolean },
@@ -2640,32 +2651,32 @@ const wn = { render: In }, ye = {
2640
2651
  const i = k(null);
2641
2652
  return o({
2642
2653
  accordionRef: i
2643
- }), (t, n) => e.type === "multiple" ? (p(), E(Rn, I({ key: 0 }, t.$props, {
2654
+ }), (t, l) => e.type === "multiple" ? (p(), E(Al, $({ key: 0 }, t.$props, {
2644
2655
  ref_key: "accordionRef",
2645
2656
  ref: i
2646
2657
  }), {
2647
2658
  default: z(() => [
2648
- $(t.$slots, "default")
2659
+ I(t.$slots, "default")
2649
2660
  ]),
2650
2661
  _: 3
2651
- }, 16)) : (p(), E(An, I({ key: 1 }, t.$props, {
2662
+ }, 16)) : (p(), E(Tl, $({ key: 1 }, t.$props, {
2652
2663
  ref_key: "accordionRef",
2653
2664
  ref: i
2654
2665
  }), {
2655
2666
  default: z(() => [
2656
- $(t.$slots, "default")
2667
+ I(t.$slots, "default")
2657
2668
  ]),
2658
2669
  _: 3
2659
2670
  }, 16));
2660
2671
  }
2661
- }), Vn = {
2672
+ }), Bl = {
2662
2673
  xmlns: "http://www.w3.org/2000/svg",
2663
2674
  width: "10",
2664
2675
  height: "7",
2665
2676
  fill: "none"
2666
2677
  };
2667
- function En(e, o) {
2668
- return p(), v("svg", Vn, [...o[0] || (o[0] = [
2678
+ function Vl(e, o) {
2679
+ return p(), v("svg", Bl, [...o[0] || (o[0] = [
2669
2680
  T("path", {
2670
2681
  fill: "currentColor",
2671
2682
  "fill-rule": "evenodd",
@@ -2674,20 +2685,20 @@ function En(e, o) {
2674
2685
  }, null, -1)
2675
2686
  ])]);
2676
2687
  }
2677
- const Mn = { render: En }, On = "Item-module__wrapper___Yv5zw", zn = "Item-module__header___Q13eV", Ln = "Item-module__header_left___cPyvw", Pn = "Item-module__header_left___cPyvw", Gn = "Item-module__before_title___moIL0", Nn = "Item-module__before_title___moIL0", Fn = "Item-module__chevron_container___0McTp", Hn = "Item-module__chevron_container___0McTp", Yn = "Item-module__chevron_icon___Yku1p", qn = "Item-module__chevron_icon___Yku1p", Un = "Item-module__content___GATuv", jn = "Item-module__active___fMoSb", K = {
2678
- wrapper: On,
2679
- header: zn,
2680
- header_left: Ln,
2681
- headerLeft: Pn,
2682
- before_title: Gn,
2683
- beforeTitle: Nn,
2684
- chevron_container: Fn,
2685
- chevronContainer: Hn,
2686
- chevron_icon: Yn,
2687
- chevronIcon: qn,
2688
- content: Un,
2689
- active: jn
2690
- }, Kn = "Accordion.Item", Wn = /* @__PURE__ */ y({
2688
+ const El = { render: Vl }, Ml = "Item-module__wrapper___Yv5zw", Ol = "Item-module__header___Q13eV", zl = "Item-module__header_left___cPyvw", Ll = "Item-module__header_left___cPyvw", Pl = "Item-module__before_title___moIL0", Gl = "Item-module__before_title___moIL0", Nl = "Item-module__chevron_container___0McTp", Fl = "Item-module__chevron_container___0McTp", Hl = "Item-module__chevron_icon___Yku1p", Yl = "Item-module__chevron_icon___Yku1p", ql = "Item-module__content___GATuv", Ul = "Item-module__active___fMoSb", K = {
2689
+ wrapper: Ml,
2690
+ header: Ol,
2691
+ header_left: zl,
2692
+ headerLeft: Ll,
2693
+ before_title: Pl,
2694
+ beforeTitle: Gl,
2695
+ chevron_container: Nl,
2696
+ chevronContainer: Fl,
2697
+ chevron_icon: Hl,
2698
+ chevronIcon: Yl,
2699
+ content: ql,
2700
+ active: Ul
2701
+ }, jl = "Accordion.Item", Kl = /* @__PURE__ */ g({
2691
2702
  __name: "Item",
2692
2703
  props: {
2693
2704
  theme: {},
@@ -2696,15 +2707,15 @@ const Mn = { render: En }, On = "Item-module__wrapper___Yv5zw", zn = "Item-modul
2696
2707
  before: { default: null }
2697
2708
  },
2698
2709
  setup(e, { expose: o }) {
2699
- const i = e, t = k(null), { onChange: n, value: l } = Sn(Kn), s = Ee(i.theme), c = () => {
2700
- n(i.value);
2710
+ const i = e, t = k(null), { onChange: l, value: n } = wl(jl), s = Ee(i.theme), c = () => {
2711
+ l(i.value);
2701
2712
  }, u = _(() => {
2702
- const d = r(l);
2713
+ const d = r(n);
2703
2714
  return Array.isArray(d) ? d.includes(i.value) : d === i.value;
2704
2715
  });
2705
2716
  return o({
2706
2717
  itemRef: t
2707
- }), (d, h) => (p(), v("div", I(d.$attrs, {
2718
+ }), (d, h) => (p(), v("div", $(d.$attrs, {
2708
2719
  ref_key: "itemRef",
2709
2720
  ref: t,
2710
2721
  class: [
@@ -2742,7 +2753,7 @@ const Mn = { render: En }, On = "Item-module__wrapper___Yv5zw", zn = "Item-modul
2742
2753
  T("span", {
2743
2754
  class: x(r(K).chevron_container)
2744
2755
  }, [
2745
- M(r(Mn), {
2756
+ M(r(El), {
2746
2757
  class: x(r(K).chevron_icon)
2747
2758
  }, null, 8, ["class"])
2748
2759
  ], 2)
@@ -2750,13 +2761,13 @@ const Mn = { render: En }, On = "Item-module__wrapper___Yv5zw", zn = "Item-modul
2750
2761
  T("div", {
2751
2762
  class: x(r(K).content)
2752
2763
  }, [
2753
- $(d.$slots, "default")
2764
+ I(d.$slots, "default")
2754
2765
  ], 2)
2755
2766
  ], 16));
2756
2767
  }
2757
- }), na = {
2768
+ }), la = {
2758
2769
  "--crm-ui-kit-accordion-width": "100%"
2759
- }, la = {
2770
+ }, na = {
2760
2771
  "--crm-ui-kit-accordion-item-border-radius": "var(--crm-ui-kit-palette-focus-visible-border-radius)",
2761
2772
  "--crm-ui-kit-accordion-item-box-shadow": "var(--crm-ui-kit-palette-accordion-item-box-shadow)",
2762
2773
  "--crm-ui-kit-accordion-item-background-color": "var(--crm-ui-kit-palette-background-primary)",
@@ -2764,16 +2775,16 @@ const Mn = { render: En }, On = "Item-module__wrapper___Yv5zw", zn = "Item-modul
2764
2775
  "--crm-ui-kit-accordion-item-margin-bottom": "16px",
2765
2776
  "--crm-ui-kit-accordion-item-chevron-icon-color": "var(--crm-ui-kit-palette-text-primary)",
2766
2777
  "--crm-ui-kit-accordion-item-border-color": "var(--crm-ui-kit-palette-border-primary)"
2767
- }, Zn = Bn;
2768
- Zn.Item = Wn;
2769
- const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs___-haM1", Qn = "FilterTabs-module__filter_tabs___-haM1", el = "FilterTabs-module__horizontal___e2s9c", Xe = {
2770
- filter_tabs: Xn,
2771
- filterTabs: Qn,
2772
- horizontal: el
2773
- }, tl = y({
2774
- name: wt
2775
- }), sa = /* @__PURE__ */ y({
2776
- ...tl,
2778
+ }, Wl = Dl;
2779
+ Wl.Item = Kl;
2780
+ const St = "FilterTabs", [Zl, Tt] = F(St), Jl = "FilterTabs-module__filter_tabs___-haM1", Xl = "FilterTabs-module__filter_tabs___-haM1", Ql = "FilterTabs-module__horizontal___e2s9c", Xe = {
2781
+ filter_tabs: Jl,
2782
+ filterTabs: Xl,
2783
+ horizontal: Ql
2784
+ }, en = g({
2785
+ name: St
2786
+ }), sa = /* @__PURE__ */ g({
2787
+ ...en,
2777
2788
  props: {
2778
2789
  theme: {},
2779
2790
  orientation: { default: "horizontal" },
@@ -2782,34 +2793,34 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
2782
2793
  },
2783
2794
  emits: ["change"],
2784
2795
  setup(e, { expose: o, emit: i }) {
2785
- const t = e, n = i, l = k(null), s = k([]), c = (h) => {
2786
- const g = s.value;
2787
- let f = g;
2796
+ const t = e, l = i, n = k(null), s = k([]), c = (h) => {
2797
+ const y = s.value;
2798
+ let f = y;
2788
2799
  if (!h && s.value.length && (f = []), h) {
2789
2800
  const a = s.value.includes(h);
2790
- t.isMultiSelect && (f = a ? g.filter((m) => m !== h) : [...g, h]), !t.isMultiSelect && !a && (f = [h]);
2801
+ t.isMultiSelect && (f = a ? y.filter((m) => m !== h) : [...y, h]), !t.isMultiSelect && !a && (f = [h]);
2791
2802
  }
2792
- s.value = f, n("change", f, h);
2803
+ s.value = f, l("change", f, h);
2793
2804
  }, u = (h) => {
2794
- const g = s.value;
2805
+ const y = s.value;
2795
2806
  if (t.isMultiSelect) {
2796
- s.value = [...g, h];
2807
+ s.value = [...y, h];
2797
2808
  return;
2798
2809
  }
2799
- !t.isMultiSelect && !g.length && (s.value = [h]);
2810
+ !t.isMultiSelect && !y.length && (s.value = [h]);
2800
2811
  }, d = ie({
2801
2812
  values: s.value,
2802
2813
  onChange: c,
2803
2814
  registerActiveName: u,
2804
2815
  isDisabled: t.isDisabled
2805
2816
  });
2806
- return dt(() => {
2817
+ return mt(() => {
2807
2818
  d.values = s.value, d.isDisabled = t.isDisabled;
2808
- }), Jn(d), o({
2809
- filterTabsRef: l
2810
- }), (h, g) => (p(), v("div", I(h.$attrs, {
2819
+ }), Zl(d), o({
2820
+ filterTabsRef: n
2821
+ }), (h, y) => (p(), v("div", $(h.$attrs, {
2811
2822
  ref_key: "filterTabsRef",
2812
- ref: l,
2823
+ ref: n,
2813
2824
  class: [
2814
2825
  r(Xe).filter_tabs,
2815
2826
  {
@@ -2818,16 +2829,16 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
2818
2829
  ],
2819
2830
  style: e.theme
2820
2831
  }), [
2821
- $(h.$slots, "default")
2832
+ I(h.$slots, "default")
2822
2833
  ], 16));
2823
2834
  }
2824
2835
  }), aa = {
2825
2836
  "--crm-ui-kit-filter-tabs-spacing": "8px"
2826
- }, Tt = "FilterTabs.ItemRoot", [il, ol] = F(Tt), rl = "ItemRoot-module__item_root___TqVxI", nl = "ItemRoot-module__item_root___TqVxI", ll = "ItemRoot-module__disabled___VgRs7", Qe = {
2827
- item_root: rl,
2828
- itemRoot: nl,
2829
- disabled: ll
2830
- }, ca = /* @__PURE__ */ y({
2837
+ }, At = "FilterTabs.ItemRoot", [tn, on] = F(At), rn = "ItemRoot-module__item_root___TqVxI", ln = "ItemRoot-module__item_root___TqVxI", nn = "ItemRoot-module__disabled___VgRs7", Qe = {
2838
+ item_root: rn,
2839
+ itemRoot: ln,
2840
+ disabled: nn
2841
+ }, ca = /* @__PURE__ */ g({
2831
2842
  __name: "ItemRoot",
2832
2843
  props: {
2833
2844
  isDisabled: { type: Boolean },
@@ -2837,15 +2848,15 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
2837
2848
  class: {}
2838
2849
  },
2839
2850
  setup(e) {
2840
- const o = e, i = St(Tt), t = _(() => i.isDisabled), { registerActiveName: n } = i;
2851
+ const o = e, i = Tt(At), t = _(() => i.isDisabled), { registerActiveName: l } = i;
2841
2852
  te(() => {
2842
- o.isDefaultActive && o.name && n(o.name);
2853
+ o.isDefaultActive && o.name && l(o.name);
2843
2854
  });
2844
- const l = _(() => {
2855
+ const n = _(() => {
2845
2856
  const { theme: s, class: c, isDefaultActive: u, ...d } = o;
2846
2857
  return d;
2847
2858
  });
2848
- return il(l.value), (s, c) => (p(), v("div", {
2859
+ return tn(n.value), (s, c) => (p(), v("div", {
2849
2860
  class: x([
2850
2861
  r(Qe).item_root,
2851
2862
  o.class,
@@ -2855,15 +2866,15 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
2855
2866
  ]),
2856
2867
  style: V(e.theme)
2857
2868
  }, [
2858
- $(s.$slots, "default")
2869
+ I(s.$slots, "default")
2859
2870
  ], 6));
2860
2871
  }
2861
2872
  }), ua = {
2862
2873
  "--crm-ui-kit-filter-tabs-item-root-disabled-opacity": "var(--crm-ui-kit-disabled-opacity)"
2863
- }, sl = "Tab-module__button___iGASN", al = "Tab-module__selected___zxPPy", et = {
2864
- button: sl,
2865
- selected: al
2866
- }, cl = ["name", "disabled"], tt = "FilterTabs.Tab", da = /* @__PURE__ */ y({
2874
+ }, sn = "Tab-module__button___iGASN", an = "Tab-module__selected___zxPPy", et = {
2875
+ button: sn,
2876
+ selected: an
2877
+ }, cn = ["name", "disabled"], tt = "FilterTabs.Tab", da = /* @__PURE__ */ g({
2867
2878
  __name: "Tab",
2868
2879
  props: {
2869
2880
  class: { default: "" },
@@ -2871,29 +2882,29 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
2871
2882
  onClick: {}
2872
2883
  },
2873
2884
  setup(e, { expose: o }) {
2874
- const i = e, { theme: t, class: n, ...l } = i, s = k(null), c = St(tt), { name: u, isDisabled: d } = ol(tt), h = _(() => c.values.includes(u)), g = _(() => c.isDisabled), f = () => {
2885
+ const i = e, { theme: t, class: l, ...n } = i, s = k(null), c = Tt(tt), { name: u, isDisabled: d } = on(tt), h = _(() => c.values.includes(u)), y = _(() => c.isDisabled), f = () => {
2875
2886
  c.onChange(u);
2876
2887
  };
2877
2888
  return o({
2878
2889
  buttonRef: s
2879
- }), (a, m) => (p(), v("button", I({
2890
+ }), (a, m) => (p(), v("button", $({
2880
2891
  ref_key: "buttonRef",
2881
2892
  ref: s
2882
- }, l, {
2893
+ }, n, {
2883
2894
  class: [
2884
2895
  r(et).button,
2885
2896
  {
2886
2897
  [r(et).selected]: h.value
2887
2898
  },
2888
- r(n)
2899
+ r(l)
2889
2900
  ],
2890
2901
  style: r(t),
2891
2902
  name: r(u),
2892
- disabled: g.value || r(d),
2903
+ disabled: y.value || r(d),
2893
2904
  onClick: f
2894
2905
  }), [
2895
- $(a.$slots, "default")
2896
- ], 16, cl));
2906
+ I(a.$slots, "default")
2907
+ ], 16, cn));
2897
2908
  }
2898
2909
  }), ma = {
2899
2910
  "--crm-ui-kit-filter-tabs-tab-z-index": "3",
@@ -2908,11 +2919,11 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
2908
2919
  "--crm-ui-kit-filter-tabs-tab-background-color": "var(--crm-ui-kit-palette-surface-background-color)",
2909
2920
  "--crm-ui-kit-filter-tabs-tab-text-color": "var(--crm-ui-kit-palette-surface-text-color)",
2910
2921
  "--crm-ui-kit-filter-tabs-tab-hover-background-color": "var(--crm-ui-kit-palette-surface-hover-background-color)"
2911
- }, At = "CheckboxGroup", [ul, Ge] = F(At), dl = ({
2922
+ }, Rt = "CheckboxGroup", [un, Ge] = F(Rt), dn = ({
2912
2923
  isDisabled: e,
2913
2924
  onChange: o
2914
2925
  }) => {
2915
- const i = k(/* @__PURE__ */ new Map()), t = k({}), n = k([]), l = (c) => {
2926
+ const i = k(/* @__PURE__ */ new Map()), t = k({}), l = k([]), n = (c) => {
2916
2927
  const u = new Map(i.value);
2917
2928
  if (c.type === "selectAll" && !e) {
2918
2929
  const d = Array.from(u.values()).some(
@@ -2932,12 +2943,12 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
2932
2943
  i.value = u, typeof o.value == "function" && o.value([...u.values()], c);
2933
2944
  };
2934
2945
  return P(
2935
- () => n.value.length,
2946
+ () => l.value.length,
2936
2947
  async () => {
2937
- if (n.value.length) {
2948
+ if (l.value.length) {
2938
2949
  await pe();
2939
- const c = [...n.value];
2940
- n.value = [];
2950
+ const c = [...l.value];
2951
+ l.value = [];
2941
2952
  const u = new Map(i.value);
2942
2953
  c.forEach((d) => u.set(d.name, d)), i.value = u;
2943
2954
  }
@@ -2945,24 +2956,24 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
2945
2956
  { flush: "post" }
2946
2957
  ), {
2947
2958
  state: i,
2948
- register: (c, u = {}) => (c !== "selectAll" && !t.value[c] && (t.value[c] = !0, n.value.push({
2959
+ register: (c, u = {}) => (c !== "selectAll" && !t.value[c] && (t.value[c] = !0, l.value.push({
2949
2960
  name: c,
2950
2961
  isChecked: !!u.isDefaultChecked,
2951
2962
  isDisabled: !!u.isDisabled
2952
2963
  })), {
2953
2964
  name: c,
2954
- onChange: l,
2965
+ onChange: n,
2955
2966
  ...u
2956
2967
  })
2957
2968
  };
2958
- }, ml = "CheckboxGroup-module__checkbox_group___4vTLu", pl = "CheckboxGroup-module__checkbox_group___4vTLu", hl = "CheckboxGroup-module__horizontal___ge9lI", it = {
2959
- checkbox_group: ml,
2960
- checkboxGroup: pl,
2961
- horizontal: hl
2962
- }, _l = y({
2963
- name: At
2964
- }), pa = /* @__PURE__ */ y({
2965
- ..._l,
2969
+ }, mn = "CheckboxGroup-module__checkbox_group___4vTLu", pn = "CheckboxGroup-module__checkbox_group___4vTLu", hn = "CheckboxGroup-module__horizontal___ge9lI", it = {
2970
+ checkbox_group: mn,
2971
+ checkboxGroup: pn,
2972
+ horizontal: hn
2973
+ }, _n = g({
2974
+ name: Rt
2975
+ }), pa = /* @__PURE__ */ g({
2976
+ ..._n,
2966
2977
  props: {
2967
2978
  onChange: {},
2968
2979
  orientation: { default: "vertical" },
@@ -2970,19 +2981,19 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
2970
2981
  isDisabled: { type: Boolean, default: !1 }
2971
2982
  },
2972
2983
  setup(e, { expose: o }) {
2973
- const i = e, t = k(null), { register: n, state: l } = dl({
2984
+ const i = e, t = k(null), { register: l, state: n } = dn({
2974
2985
  onChange: De(i, "onChange"),
2975
2986
  isDisabled: i.isDisabled
2976
2987
  }), s = ie({
2977
- values: l.value,
2978
- register: n,
2988
+ values: n.value,
2989
+ register: l,
2979
2990
  isDisabled: i.isDisabled
2980
2991
  });
2981
- return dt(() => {
2982
- s.values = l.value, s.isDisabled = i.isDisabled;
2983
- }), ul(s), o({
2992
+ return mt(() => {
2993
+ s.values = n.value, s.isDisabled = i.isDisabled;
2994
+ }), un(s), o({
2984
2995
  checkboxGroupRef: t
2985
- }), (c, u) => (p(), v("div", I(c.$attrs, {
2996
+ }), (c, u) => (p(), v("div", $(c.$attrs, {
2986
2997
  ref_key: "checkboxGroupRef",
2987
2998
  ref: t,
2988
2999
  class: [
@@ -2993,16 +3004,16 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
2993
3004
  ],
2994
3005
  style: e.theme
2995
3006
  }), [
2996
- $(c.$slots, "default")
3007
+ I(c.$slots, "default")
2997
3008
  ], 16));
2998
3009
  }
2999
3010
  }), ha = {
3000
3011
  "--crm-ui-kit-checkbox-group-spacing": "8px"
3001
- }, Rt = "CheckboxGroup.ItemRoot", [bl] = F(Rt), fl = "ItemRoot-module__item_root___kiMNv", vl = "ItemRoot-module__item_root___kiMNv", kl = "ItemRoot-module__disabled___leaqM", de = {
3002
- item_root: fl,
3003
- itemRoot: vl,
3004
- disabled: kl
3005
- }, _a = /* @__PURE__ */ y({
3012
+ }, Dt = "CheckboxGroup.ItemRoot", [bn] = F(Dt), fn = "ItemRoot-module__item_root___kiMNv", vn = "ItemRoot-module__item_root___kiMNv", kn = "ItemRoot-module__disabled___leaqM", de = {
3013
+ item_root: fn,
3014
+ itemRoot: vn,
3015
+ disabled: kn
3016
+ }, _a = /* @__PURE__ */ g({
3006
3017
  __name: "ItemRoot",
3007
3018
  props: {
3008
3019
  name: {},
@@ -3013,14 +3024,14 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
3013
3024
  theme: {}
3014
3025
  },
3015
3026
  setup(e) {
3016
- const o = e, i = Ge(Rt), t = _(() => i.isDisabled), n = _(() => {
3017
- const { theme: l, class: s, ...c } = o;
3027
+ const o = e, i = Ge(Dt), t = _(() => i.isDisabled), l = _(() => {
3028
+ const { theme: n, class: s, ...c } = o;
3018
3029
  return {
3019
3030
  ...i.register(o.name, c),
3020
3031
  value: o.value
3021
3032
  };
3022
3033
  });
3023
- return bl(n.value), (l, s) => (p(), v("div", {
3034
+ return bn(l.value), (n, s) => (p(), v("div", {
3024
3035
  class: x([
3025
3036
  r(de).item_root,
3026
3037
  o.class,
@@ -3030,15 +3041,15 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
3030
3041
  ]),
3031
3042
  style: V(e.theme)
3032
3043
  }, [
3033
- $(l.$slots, "default")
3044
+ I(n.$slots, "default")
3034
3045
  ], 6));
3035
3046
  }
3036
3047
  }), ba = {
3037
3048
  "--crm-ui-kit-checkbox-group-item-root-disabled-opacity": "var(--crm-ui-kit-disabled-opacity)"
3038
- }, Dt = "CheckboxGroup.ItemRootSelectAll", [
3039
- xl,
3040
- yl
3041
- ] = F(Dt), fa = /* @__PURE__ */ y({
3049
+ }, Bt = "CheckboxGroup.ItemRootSelectAll", [
3050
+ xn,
3051
+ yn
3052
+ ] = F(Bt), fa = /* @__PURE__ */ g({
3042
3053
  __name: "ItemRootSelectAll",
3043
3054
  props: {
3044
3055
  isDisabled: { type: Boolean },
@@ -3046,14 +3057,14 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
3046
3057
  theme: {}
3047
3058
  },
3048
3059
  setup(e) {
3049
- const o = e, i = Ge(Dt), t = _(() => i.isDisabled), n = _(() => {
3050
- const { theme: l, class: s, ...c } = o;
3060
+ const o = e, i = Ge(Bt), t = _(() => i.isDisabled), l = _(() => {
3061
+ const { theme: n, class: s, ...c } = o;
3051
3062
  return {
3052
3063
  ...i.register("selectAll"),
3053
3064
  ...c
3054
3065
  };
3055
3066
  });
3056
- return xl(n.value), (l, s) => (p(), v("div", {
3067
+ return xn(l.value), (n, s) => (p(), v("div", {
3057
3068
  class: x([
3058
3069
  r(de).item_root,
3059
3070
  o.class,
@@ -3063,10 +3074,10 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
3063
3074
  ]),
3064
3075
  style: V(e.theme)
3065
3076
  }, [
3066
- $(l.$slots, "default")
3077
+ I(n.$slots, "default")
3067
3078
  ], 6));
3068
3079
  }
3069
- }), ot = "CheckboxGroup.CheckboxSelectAll", Se = "selectAll", va = /* @__PURE__ */ y({
3080
+ }), ot = "CheckboxGroup.CheckboxSelectAll", Se = "selectAll", va = /* @__PURE__ */ g({
3070
3081
  __name: "CheckboxSelectAll",
3071
3082
  props: {
3072
3083
  isReadonly: { type: Boolean },
@@ -3078,9 +3089,9 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
3078
3089
  class: { default: "" }
3079
3090
  },
3080
3091
  setup(e, { expose: o }) {
3081
- const i = e, { theme: t, class: n, checkedStyle: l, ...s } = i, c = k(null), u = Ge(ot), d = yl(ot), h = () => {
3092
+ const i = e, { theme: t, class: l, checkedStyle: n, ...s } = i, c = k(null), u = Ge(ot), d = yn(ot), h = () => {
3082
3093
  d.onChange({ type: Se, name: Se });
3083
- }, g = _(() => {
3094
+ }, y = _(() => {
3084
3095
  const f = u.values, m = Array.from(f.values()).every(
3085
3096
  (b) => b.isChecked
3086
3097
  ) ? "mark" : "indeterminate";
@@ -3093,25 +3104,25 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
3093
3104
  });
3094
3105
  return o({
3095
3106
  checkboxRef: c
3096
- }), (f, a) => (p(), E(ke, I({
3107
+ }), (f, a) => (p(), E(ke, $({
3097
3108
  ref_key: "checkboxRef",
3098
3109
  ref: c,
3099
- class: r(n),
3110
+ class: r(l),
3100
3111
  theme: r(t),
3101
3112
  value: Se,
3102
3113
  "is-disabled": r(u).isDisabled || r(d).isDisabled,
3103
- "is-checked": g.value.isChecked,
3104
- "checked-style": g.value.checkedStyle
3114
+ "is-checked": y.value.isChecked,
3115
+ "checked-style": y.value.checkedStyle
3105
3116
  }, s, { onChange: h }), null, 16, ["class", "theme", "is-disabled", "is-checked", "checked-style"]));
3106
3117
  }
3107
- }), Bt = "RadioGroup", [gl, Vt] = F(Bt), Cl = "RadioGroup-module__radiogroup___A36hR", $l = "RadioGroup-module__horizontal___QsBvv", rt = {
3108
- radiogroup: Cl,
3109
- horizontal: $l
3110
- }, Et = "RadioGroup.ItemRoot", [Il, wl] = F(Et), Sl = "ItemRoot-module__item_root___PGFFE", Tl = "ItemRoot-module__item_root___PGFFE", Al = "ItemRoot-module__disabled___-CJGV", nt = {
3111
- item_root: Sl,
3112
- itemRoot: Tl,
3113
- disabled: Al
3114
- }, ka = /* @__PURE__ */ y({
3118
+ }), Vt = "RadioGroup", [gn, Et] = F(Vt), Cn = "RadioGroup-module__radiogroup___A36hR", In = "RadioGroup-module__horizontal___QsBvv", rt = {
3119
+ radiogroup: Cn,
3120
+ horizontal: In
3121
+ }, Mt = "RadioGroup.ItemRoot", [$n, wn] = F(Mt), Sn = "ItemRoot-module__item_root___PGFFE", Tn = "ItemRoot-module__item_root___PGFFE", An = "ItemRoot-module__disabled___-CJGV", lt = {
3122
+ item_root: Sn,
3123
+ itemRoot: Tn,
3124
+ disabled: An
3125
+ }, ka = /* @__PURE__ */ g({
3115
3126
  __name: "ItemRoot",
3116
3127
  props: {
3117
3128
  theme: {},
@@ -3125,67 +3136,67 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
3125
3136
  onBlur: {}
3126
3137
  },
3127
3138
  setup(e) {
3128
- const o = e, i = Vt(Et), t = _(() => i.isDisabled), n = _(() => {
3129
- const { theme: l, ...s } = o;
3139
+ const o = e, i = Et(Mt), t = _(() => i.isDisabled), l = _(() => {
3140
+ const { theme: n, ...s } = o;
3130
3141
  return s;
3131
3142
  });
3132
- return Il(n.value), (l, s) => (p(), v("div", {
3143
+ return $n(l.value), (n, s) => (p(), v("div", {
3133
3144
  class: x([
3134
- r(nt).item_root,
3145
+ r(lt).item_root,
3135
3146
  {
3136
- [r(nt).disabled]: t.value || e.isDisabled
3147
+ [r(lt).disabled]: t.value || e.isDisabled
3137
3148
  }
3138
3149
  ]),
3139
3150
  style: V(e.theme)
3140
3151
  }, [
3141
- $(l.$slots, "default")
3152
+ I(n.$slots, "default")
3142
3153
  ], 6));
3143
3154
  }
3144
3155
  }), xa = {
3145
3156
  "--crm-ui-kit-radio-group-item-root-disabled-opacity": "var(--crm-ui-kit-disabled-opacity)"
3146
- }, Rl = "Radio-module__wrapper___hnp4O", Dl = "Radio-module__radio___XkxE9", Bl = "Radio-module__input___ccZzQ", Te = {
3147
- wrapper: Rl,
3148
- radio: Dl,
3149
- input: Bl
3150
- }, lt = "RadioGroup.Radio", ya = /* @__PURE__ */ y({
3157
+ }, Rn = "Radio-module__wrapper___hnp4O", Dn = "Radio-module__radio___XkxE9", Bn = "Radio-module__input___ccZzQ", Te = {
3158
+ wrapper: Rn,
3159
+ radio: Dn,
3160
+ input: Bn
3161
+ }, nt = "RadioGroup.Radio", ya = /* @__PURE__ */ g({
3151
3162
  __name: "Radio",
3152
3163
  props: {
3153
3164
  class: { default: "" },
3154
3165
  theme: {}
3155
3166
  },
3156
3167
  setup(e, { expose: o }) {
3157
- const i = e, t = k(null), n = Vt(lt), {
3158
- value: l,
3168
+ const i = e, t = k(null), l = Et(nt), {
3169
+ value: n,
3159
3170
  isDisabled: s,
3160
3171
  class: c,
3161
3172
  ...u
3162
- } = wl(lt), d = _(() => {
3173
+ } = wn(nt), d = _(() => {
3163
3174
  const h = {
3164
- name: n.name,
3165
- onChange: n.onChange,
3175
+ name: l.name,
3176
+ onChange: l.onChange,
3166
3177
  ...u
3167
3178
  };
3168
- return n.defaultValue ? {
3169
- isDefaultChecked: n.defaultValue === l,
3179
+ return l.defaultValue ? {
3180
+ isDefaultChecked: l.defaultValue === n,
3170
3181
  ...h
3171
3182
  } : {
3172
- isChecked: n.value === l,
3183
+ isChecked: l.value === n,
3173
3184
  ...h
3174
3185
  };
3175
3186
  });
3176
3187
  return o({
3177
3188
  inputRef: t
3178
- }), (h, g) => (p(), v("div", {
3189
+ }), (h, y) => (p(), v("div", {
3179
3190
  class: x([r(Te).wrapper, r(c)]),
3180
3191
  style: V(e.theme)
3181
3192
  }, [
3182
- M(be, I({
3193
+ M(be, $({
3183
3194
  ref_key: "inputRef",
3184
3195
  ref: t,
3185
3196
  class: [r(Te).input, i.class],
3186
3197
  type: "radio",
3187
- value: r(l),
3188
- "is-disabled": r(n).isDisabled || r(s)
3198
+ value: r(n),
3199
+ "is-disabled": r(l).isDisabled || r(s)
3189
3200
  }, d.value), null, 16, ["class", "value", "is-disabled"]),
3190
3201
  T("span", {
3191
3202
  class: x(r(Te).radio)
@@ -3207,10 +3218,10 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
3207
3218
  "--crm-ui-kit-radio-focus-visible-outline-style": "var(--crm-ui-kit-palette-focus-visible-outline-style)",
3208
3219
  "--crm-ui-kit-radio-focus-visible-outline-offset": "var(--crm-ui-kit-palette-focus-visible-outline-offset)",
3209
3220
  "--crm-ui-kit-radio-focus-visible-border-radius": "50%"
3210
- }, Vl = y({
3211
- name: Bt
3212
- }), Ca = /* @__PURE__ */ y({
3213
- ...Vl,
3221
+ }, Vn = g({
3222
+ name: Vt
3223
+ }), Ca = /* @__PURE__ */ g({
3224
+ ...Vn,
3214
3225
  props: {
3215
3226
  theme: {},
3216
3227
  orientation: { default: "vertical" },
@@ -3221,7 +3232,7 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
3221
3232
  },
3222
3233
  emits: ["change"],
3223
3234
  setup(e, { expose: o, emit: i }) {
3224
- const t = e, n = i, l = k(null), c = ie({
3235
+ const t = e, l = i, n = k(null), c = ie({
3225
3236
  get name() {
3226
3237
  return t.name;
3227
3238
  },
@@ -3236,14 +3247,14 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
3236
3247
  },
3237
3248
  onChange: (u) => {
3238
3249
  const d = u.target;
3239
- n("change", d.value);
3250
+ l("change", d.value);
3240
3251
  }
3241
3252
  });
3242
- return gl(c), o({
3243
- radiogroupRef: l
3244
- }), (u, d) => (p(), v("div", I(u.$attrs, {
3253
+ return gn(c), o({
3254
+ radiogroupRef: n
3255
+ }), (u, d) => (p(), v("div", $(u.$attrs, {
3245
3256
  ref_key: "radiogroupRef",
3246
- ref: l,
3257
+ ref: n,
3247
3258
  role: "radiogroup",
3248
3259
  class: [
3249
3260
  r(rt).radiogroup,
@@ -3253,23 +3264,23 @@ const wt = "FilterTabs", [Jn, St] = F(wt), Xn = "FilterTabs-module__filter_tabs_
3253
3264
  ],
3254
3265
  style: e.theme
3255
3266
  }), [
3256
- $(u.$slots, "default")
3267
+ I(u.$slots, "default")
3257
3268
  ], 16));
3258
3269
  }
3259
- }), $a = {
3270
+ }), Ia = {
3260
3271
  "--crm-ui-kit-radio-group-spacing": "8px"
3261
- }, El = "0.0.1";
3262
- function Ml(e, o) {
3272
+ }, En = "0.0.1";
3273
+ function Mn(e, o) {
3263
3274
  }
3264
- const Ia = {
3265
- install: Ml,
3266
- version: El
3275
+ const $a = {
3276
+ install: Mn,
3277
+ version: En
3267
3278
  };
3268
3279
  export {
3269
- zl as APPEARANCE_ATTRIBUTE_NAME,
3270
- Zn as Accordion,
3271
- la as AccordionItemTheme,
3272
- na as AccordionTheme,
3280
+ zn as APPEARANCE_ATTRIBUTE_NAME,
3281
+ Wl as Accordion,
3282
+ na as AccordionItemTheme,
3283
+ la as AccordionTheme,
3273
3284
  ce as Appearance,
3274
3285
  Me as BaseInput,
3275
3286
  ts as Button,
@@ -3294,7 +3305,7 @@ export {
3294
3305
  Ps as CheckboxSmallLightTheme,
3295
3306
  Ws as ContentBlock,
3296
3307
  Zs as ContentBlockTheme,
3297
- Ll as DEFAULT_APPEARANCE,
3308
+ Ln as DEFAULT_APPEARANCE,
3298
3309
  sa as FilterTabs,
3299
3310
  ua as FilterTabsItemRootTheme,
3300
3311
  aa as FilterTabsTheme,
@@ -3303,9 +3314,9 @@ export {
3303
3314
  hs as InlineInputPrimaryFocusedTheme,
3304
3315
  ps as InlineInputPrimaryTheme,
3305
3316
  cs as Input,
3306
- Ii as InputDarkTheme,
3317
+ $i as InputDarkTheme,
3307
3318
  wi as InputInvalidTextTheme,
3308
- _t as InputLightTheme,
3319
+ bt as InputLightTheme,
3309
3320
  ss as InputPrimaryTheme,
3310
3321
  as as InputSecondaryTheme,
3311
3322
  ca as ItemRoot,
@@ -3334,18 +3345,18 @@ export {
3334
3345
  Ca as RadioGroup,
3335
3346
  ka as RadioGroupItemRoot,
3336
3347
  xa as RadioGroupItemRootTheme,
3337
- $a as RadioGroupTheme,
3348
+ Ia as RadioGroupTheme,
3338
3349
  ga as RadioPrimaryTheme,
3339
3350
  ys as Select,
3340
- Is as SelectArrow,
3351
+ $s as SelectArrow,
3341
3352
  ws as SelectArrowTheme,
3342
- vt as SelectButton,
3353
+ kt as SelectButton,
3343
3354
  xs as SelectButtonDarkTheme,
3344
3355
  ks as SelectButtonLightTheme,
3345
3356
  Ss as SelectIcon,
3346
3357
  Ts as SelectIconTheme,
3347
3358
  Cs as SelectItem,
3348
- $s as SelectItemTheme,
3359
+ Is as SelectItemTheme,
3349
3360
  Ds as SelectList,
3350
3361
  As as SelectListTheme,
3351
3362
  re as SelectOption,
@@ -3356,45 +3367,45 @@ export {
3356
3367
  Qs as SpinnerTheme,
3357
3368
  bs as Switcher,
3358
3369
  vs as SwitcherPrimaryTheme,
3359
- mt as THEME_PROVIDER_KEY,
3370
+ pt as THEME_PROVIDER_KEY,
3360
3371
  da as Tab,
3361
3372
  ma as TabPrimaryTheme,
3362
3373
  Le as Text,
3363
3374
  us as TextArea,
3364
3375
  fe as TextBaseSizesTheme,
3365
- $i as TextErrorTheme,
3376
+ Ii as TextErrorTheme,
3366
3377
  ze as TextPrimaryTheme,
3367
- ls as TextSecondaryDarkTheme,
3368
- ns as TextSecondaryLightTheme,
3378
+ ns as TextSecondaryDarkTheme,
3379
+ ls as TextSecondaryLightTheme,
3369
3380
  ms as TextareaDarkTheme,
3370
3381
  ds as TextareaLightTheme,
3371
- Kl as ValidationRules,
3382
+ Kn as ValidationRules,
3372
3383
  be as VisuallyHiddenInput,
3373
- Jl as cn,
3374
- Fl as createComponentTheme,
3375
- Hl as createPortalId,
3376
- Xl as debounce,
3384
+ Jn as cn,
3385
+ Fn as createComponentTheme,
3386
+ Hn as createPortalId,
3387
+ Xn as debounce,
3377
3388
  Xt as deepMerge,
3378
- Ia as default,
3379
- Zl as generateId,
3380
- Ml as install,
3389
+ $a as default,
3390
+ Zn as generateId,
3391
+ Mn as install,
3381
3392
  He as isObject,
3382
3393
  es as isSupported,
3383
- Wl as noop,
3384
- Pl as provideTheme,
3385
- Ql as throttle,
3394
+ Wn as noop,
3395
+ Pn as provideTheme,
3396
+ Qn as throttle,
3386
3397
  jt as useComponentTheme,
3387
- Ul as useDropdownPortal,
3398
+ Un as useDropdownPortal,
3388
3399
  Kt as useFieldValidation,
3389
- jl as useFormValidation,
3390
- Yl as useModalPortal,
3400
+ jn as useFormValidation,
3401
+ Yn as useModalPortal,
3391
3402
  W as useMultiSelectContext,
3392
3403
  Be as usePortal,
3393
- pt as useTheme,
3404
+ ht as useTheme,
3394
3405
  Ee as useThemeClassName,
3395
- Gl as useThemeMode,
3396
- Nl as useThemeVariables,
3397
- ql as useTooltipPortal,
3398
- El as version
3406
+ Gn as useThemeMode,
3407
+ Nn as useThemeVariables,
3408
+ qn as useTooltipPortal,
3409
+ En as version
3399
3410
  };
3400
3411
  //# sourceMappingURL=index.js.map