@retailcrm/embed-ui-v1-components 0.9.21 → 0.9.22-alpha.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.
Files changed (96) hide show
  1. package/AGENTS.md +3 -3
  2. package/README.md +3 -4
  3. package/assets/sprites/actions/add-square-outlined.svg +8 -0
  4. package/assets/sprites/actions/drag.svg +8 -0
  5. package/bin/embed-ui-v1-components.mjs +227 -50
  6. package/bin/postinstall.mjs +2 -1
  7. package/dist/host.cjs +1204 -488
  8. package/dist/host.css +629 -0
  9. package/dist/host.d.ts +100 -20
  10. package/dist/host.js +1205 -489
  11. package/dist/remote.cjs +1210 -153
  12. package/dist/remote.d.ts +786 -36
  13. package/dist/remote.js +1212 -155
  14. package/docs/AI.md +19 -20
  15. package/docs/COMPONENTS.md +58 -59
  16. package/docs/FORMAT.md +6 -8
  17. package/docs/PROFILES.md +34 -21
  18. package/docs/README.md +3 -6
  19. package/docs/profiles/{UiAddButton.yml → components/UiAddButton.yml} +49 -2
  20. package/docs/profiles/{UiAlert.yml → components/UiAlert.yml} +32 -2
  21. package/docs/profiles/{UiAvatar.yml → components/UiAvatar.yml} +17 -3
  22. package/docs/profiles/{UiAvatarList.yml → components/UiAvatarList.yml} +0 -2
  23. package/docs/profiles/{UiButton.yml → components/UiButton.yml} +14 -1
  24. package/docs/profiles/components/UiCalendar.yml +190 -0
  25. package/docs/profiles/{UiCheckbox.yml → components/UiCheckbox.yml} +28 -2
  26. package/docs/profiles/{UiCollapse.yml → components/UiCollapse.yml} +57 -2
  27. package/docs/profiles/{UiCollapseBox.yml → components/UiCollapseBox.yml} +64 -2
  28. package/docs/profiles/{UiCollapseGroup.yml → components/UiCollapseGroup.yml} +0 -2
  29. package/docs/profiles/{UiCopyButton.yml → components/UiCopyButton.yml} +19 -2
  30. package/docs/profiles/{UiDate.yml → components/UiDate.yml} +20 -2
  31. package/docs/profiles/{UiDatePicker.yml → components/UiDatePicker.yml} +51 -2
  32. package/docs/profiles/{UiError.yml → components/UiError.yml} +48 -2
  33. package/docs/profiles/{UiField.yml → components/UiField.yml} +46 -1
  34. package/docs/profiles/{UiInfobox.yml → components/UiInfobox.yml} +54 -2
  35. package/docs/profiles/{UiLink.yml → components/UiLink.yml} +22 -2
  36. package/docs/profiles/{UiLoader.yml → components/UiLoader.yml} +0 -2
  37. package/docs/profiles/{UiMenuItem.yml → components/UiMenuItem.yml} +0 -2
  38. package/docs/profiles/{UiMenuItemGroup.yml → components/UiMenuItemGroup.yml} +0 -2
  39. package/docs/profiles/{UiModalSidebar.yml → components/UiModalSidebar.yml} +80 -2
  40. package/docs/profiles/components/UiModalWindow.yml +181 -0
  41. package/docs/profiles/{UiModalWindowSurface.yml → components/UiModalWindowSurface.yml} +0 -2
  42. package/docs/profiles/{UiNumberStepper.yml → components/UiNumberStepper.yml} +14 -2
  43. package/docs/profiles/{UiPageHeader.yml → components/UiPageHeader.yml} +39 -1
  44. package/docs/profiles/components/UiPopconfirm.yml +164 -0
  45. package/docs/profiles/{UiPopper.yml → components/UiPopper.yml} +66 -1
  46. package/docs/profiles/{UiPopperConnector.yml → components/UiPopperConnector.yml} +0 -2
  47. package/docs/profiles/{UiPopperTarget.yml → components/UiPopperTarget.yml} +0 -2
  48. package/docs/profiles/{UiRadio.yml → components/UiRadio.yml} +15 -2
  49. package/docs/profiles/{UiRadioSwitch.yml → components/UiRadioSwitch.yml} +55 -1
  50. package/docs/profiles/{UiRadioSwitchOption.yml → components/UiRadioSwitchOption.yml} +0 -2
  51. package/docs/profiles/{UiScrollBox.yml → components/UiScrollBox.yml} +45 -2
  52. package/docs/profiles/{UiSelect.yml → components/UiSelect.yml} +133 -1
  53. package/docs/profiles/{UiSelectOption.yml → components/UiSelectOption.yml} +0 -2
  54. package/docs/profiles/{UiSelectOptionGroup.yml → components/UiSelectOptionGroup.yml} +0 -2
  55. package/docs/profiles/{UiSkeleton.yml → components/UiSkeleton.yml} +11 -2
  56. package/docs/profiles/{UiSlider.yml → components/UiSlider.yml} +85 -2
  57. package/docs/profiles/{UiSwitch.yml → components/UiSwitch.yml} +50 -2
  58. package/docs/profiles/{UiTab.yml → components/UiTab.yml} +126 -2
  59. package/docs/profiles/{UiTabGroup.yml → components/UiTabGroup.yml} +0 -1
  60. package/docs/profiles/components/UiTable.yml +622 -0
  61. package/docs/profiles/{UiTableBodyCell.yml → components/UiTableBodyCell.yml} +0 -2
  62. package/docs/profiles/{UiTableColumn.yml → components/UiTableColumn.yml} +0 -2
  63. package/docs/profiles/{UiTableFooterButton.yml → components/UiTableFooterButton.yml} +0 -2
  64. package/docs/profiles/{UiTableFooterSection.yml → components/UiTableFooterSection.yml} +0 -2
  65. package/docs/profiles/{UiTableHeadCell.yml → components/UiTableHeadCell.yml} +0 -2
  66. package/docs/profiles/{UiTableSorter.yml → components/UiTableSorter.yml} +0 -2
  67. package/docs/profiles/{UiTag.yml → components/UiTag.yml} +13 -2
  68. package/docs/profiles/{UiTextbox.yml → components/UiTextbox.yml} +20 -1
  69. package/docs/profiles/{UiTimePicker.yml → components/UiTimePicker.yml} +60 -2
  70. package/docs/profiles/{UiToggleButton.yml → components/UiToggleButton.yml} +16 -1
  71. package/docs/profiles/{UiToggleGroup.yml → components/UiToggleGroup.yml} +25 -1
  72. package/docs/profiles/{UiToggleGroupOption.yml → components/UiToggleGroupOption.yml} +0 -2
  73. package/docs/profiles/{UiToolbarButton.yml → components/UiToolbarButton.yml} +15 -2
  74. package/docs/profiles/{UiToolbarLink.yml → components/UiToolbarLink.yml} +13 -2
  75. package/docs/profiles/{UiTooltip.yml → components/UiTooltip.yml} +18 -2
  76. package/docs/profiles/{UiTransition.yml → components/UiTransition.yml} +0 -2
  77. package/docs/profiles/{UiYandexMap.yml → components/UiYandexMap.yml} +24 -2
  78. package/docs/profiles/pages/CardSettingsPage.yml +58 -0
  79. package/docs/profiles/pages/CollapseBlockPage.yml +46 -0
  80. package/docs/profiles/pages/EntityListPage.yml +66 -0
  81. package/docs/profiles/pages/ModalSidebar.yml +158 -0
  82. package/docs/profiles/pages/ModalWindow.yml +55 -0
  83. package/docs/profiles/pages/MultiColumnPage.yml +27 -0
  84. package/docs/profiles/pages/PageComposition.yml +56 -0
  85. package/package.json +1 -1
  86. package/docs/AGENT-DESIGN-GUIDELINES.md +0 -463
  87. package/docs/assets/page-guidelines/card-settings-page.png +0 -0
  88. package/docs/assets/page-guidelines/collapse-block-page.png +0 -0
  89. package/docs/assets/page-guidelines/entity-list-page.png +0 -0
  90. package/docs/assets/page-guidelines/modal-sidebar.png +0 -0
  91. package/docs/assets/page-guidelines/modal-window.png +0 -0
  92. package/docs/assets/page-guidelines/multi-column-page.png +0 -0
  93. package/docs/profiles/UiCalendar.yml +0 -76
  94. package/docs/profiles/UiImage.yml +0 -67
  95. package/docs/profiles/UiModalWindow.yml +0 -86
  96. package/docs/profiles/UiTable.yml +0 -300
package/dist/host.cjs CHANGED
@@ -7,7 +7,7 @@ const dateFns = require("date-fns");
7
7
  const locale = require("date-fns/locale");
8
8
  const vue3PerfectScrollbar = require("vue3-perfect-scrollbar");
9
9
  const host = require("@omnicajs/vue-remote/host");
10
- const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
10
+ const _sfc_main$1a = /* @__PURE__ */ vue.defineComponent({
11
11
  __name: "UiTransition",
12
12
  props: {
13
13
  /** Наименование анимации перехода */
@@ -35,13 +35,13 @@ const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
35
35
  };
36
36
  }
37
37
  });
38
- const _hoisted_1$W = {
38
+ const _hoisted_1$$ = {
39
39
  xmlns: "http://www.w3.org/2000/svg",
40
40
  fill: "none",
41
41
  viewBox: "0 0 24 24"
42
42
  };
43
- function render$p(_ctx, _cache) {
44
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$W, [..._cache[0] || (_cache[0] = [
43
+ function render$q(_ctx, _cache) {
44
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$$, [..._cache[0] || (_cache[0] = [
45
45
  vue.createElementVNode("path", {
46
46
  fill: "currentColor",
47
47
  "fill-rule": "evenodd",
@@ -50,26 +50,26 @@ function render$p(_ctx, _cache) {
50
50
  }, null, -1)
51
51
  ])]);
52
52
  }
53
- const IconCheckmarkCircleOutlined = { render: render$p };
54
- const _hoisted_1$V = {
53
+ const IconCheckmarkCircleOutlined = { render: render$q };
54
+ const _hoisted_1$_ = {
55
55
  xmlns: "http://www.w3.org/2000/svg",
56
56
  viewBox: "0 0 24 24"
57
57
  };
58
- function render$o(_ctx, _cache) {
59
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$V, [..._cache[0] || (_cache[0] = [
58
+ function render$p(_ctx, _cache) {
59
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$_, [..._cache[0] || (_cache[0] = [
60
60
  vue.createElementVNode("path", {
61
61
  fill: "currentColor",
62
62
  d: "M7.113 6.176a.6.6 0 0 1 .848 0L12 10.214l4.038-4.038a.6.6 0 0 1 .849 0l.937.937a.6.6 0 0 1 0 .848L13.785 12l4.04 4.04a.6.6 0 0 1 0 .848l-.937.937a.6.6 0 0 1-.849 0L12 13.784l-4.038 4.04a.6.6 0 0 1-.849 0l-.937-.937a.6.6 0 0 1 0-.848l4.04-4.04-4.039-4.038a.6.6 0 0 1 0-.849z"
63
63
  }, null, -1)
64
64
  ])]);
65
65
  }
66
- const IconClear = { render: render$o };
67
- const _hoisted_1$U = {
66
+ const IconClear = { render: render$p };
67
+ const _hoisted_1$Z = {
68
68
  xmlns: "http://www.w3.org/2000/svg",
69
69
  viewBox: "0 0 24 24"
70
70
  };
71
- function render$n(_ctx, _cache) {
72
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$U, [..._cache[0] || (_cache[0] = [
71
+ function render$o(_ctx, _cache) {
72
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$Z, [..._cache[0] || (_cache[0] = [
73
73
  vue.createElementVNode("path", {
74
74
  fill: "currentColor",
75
75
  "fill-rule": "evenodd",
@@ -78,26 +78,26 @@ function render$n(_ctx, _cache) {
78
78
  }, null, -1)
79
79
  ])]);
80
80
  }
81
- const IconClearCircleOutlined = { render: render$n };
82
- const _hoisted_1$T = {
81
+ const IconClearCircleOutlined = { render: render$o };
82
+ const _hoisted_1$Y = {
83
83
  xmlns: "http://www.w3.org/2000/svg",
84
84
  viewBox: "0 0 24 24"
85
85
  };
86
- function render$m(_ctx, _cache) {
87
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$T, [..._cache[0] || (_cache[0] = [
86
+ function render$n(_ctx, _cache) {
87
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$Y, [..._cache[0] || (_cache[0] = [
88
88
  vue.createElementVNode("path", {
89
89
  fill: "currentColor",
90
90
  d: "M2 12C2 6.477 6.477 2 12 2A10 10 0 1 1 2 12m2 0a8 8 0 1 0 16 0 8 8 0 0 0-16 0m7.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-.18-6h1.36a.5.5 0 0 1 .5.56l-.4 3.22a.25.25 0 0 1-.25.22h-1.06a.25.25 0 0 1-.25-.22l-.4-3.22a.5.5 0 0 1 .5-.56"
91
91
  }, null, -1)
92
92
  ])]);
93
93
  }
94
- const IconErrorOutlined = { render: render$m };
95
- const _hoisted_1$S = {
94
+ const IconErrorOutlined = { render: render$n };
95
+ const _hoisted_1$X = {
96
96
  xmlns: "http://www.w3.org/2000/svg",
97
97
  viewBox: "0 0 24 24"
98
98
  };
99
- function render$l(_ctx, _cache) {
100
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$S, [..._cache[0] || (_cache[0] = [
99
+ function render$m(_ctx, _cache) {
100
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$X, [..._cache[0] || (_cache[0] = [
101
101
  vue.createElementVNode("path", {
102
102
  fill: "currentColor",
103
103
  "fill-rule": "evenodd",
@@ -106,7 +106,7 @@ function render$l(_ctx, _cache) {
106
106
  }, null, -1)
107
107
  ])]);
108
108
  }
109
- const IconInfoOutlined = { render: render$l };
109
+ const IconInfoOutlined = { render: render$m };
110
110
  var VARIANT$1 = /* @__PURE__ */ ((VARIANT2) => {
111
111
  VARIANT2["PRIMARY"] = "primary";
112
112
  VARIANT2["WARNING"] = "warning";
@@ -114,13 +114,13 @@ var VARIANT$1 = /* @__PURE__ */ ((VARIANT2) => {
114
114
  VARIANT2["DANGER"] = "danger";
115
115
  return VARIANT2;
116
116
  })(VARIANT$1 || {});
117
- const _hoisted_1$R = ["aria-hidden", "aria-live"];
118
- const _hoisted_2$p = {
117
+ const _hoisted_1$W = ["aria-hidden", "aria-live"];
118
+ const _hoisted_2$s = {
119
119
  key: 0,
120
120
  class: "ui-v1-alert__icon-outline"
121
121
  };
122
- const _hoisted_3$j = { class: "ui-v1-alert__icon" };
123
- const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
122
+ const _hoisted_3$m = { class: "ui-v1-alert__icon" };
123
+ const _sfc_main$19 = /* @__PURE__ */ vue.defineComponent({
124
124
  ...{
125
125
  inheritAttrs: false
126
126
  },
@@ -229,7 +229,7 @@ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
229
229
  }
230
230
  });
231
231
  return (_ctx, _cache) => {
232
- return vue.openBlock(), vue.createBlock(_sfc_main$13, {
232
+ return vue.openBlock(), vue.createBlock(_sfc_main$1a, {
233
233
  name: "fade",
234
234
  onBeforeEnter,
235
235
  onBeforeLeave,
@@ -252,8 +252,8 @@ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
252
252
  role: "alert"
253
253
  }, _ctx.$attrs), [
254
254
  vue.renderSlot(_ctx.$slots, "icon", {}, () => [
255
- __props.variant ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$p, [
256
- vue.createElementVNode("div", _hoisted_3$j, [
255
+ __props.variant ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$s, [
256
+ vue.createElementVNode("div", _hoisted_3$m, [
257
257
  __props.variant === vue.unref(VARIANT$1).PRIMARY ? (vue.openBlock(), vue.createBlock(vue.unref(IconInfoOutlined), { key: 0 })) : __props.variant === vue.unref(VARIANT$1).WARNING ? (vue.openBlock(), vue.createBlock(vue.unref(IconErrorOutlined), { key: 1 })) : __props.variant === vue.unref(VARIANT$1).DANGER ? (vue.openBlock(), vue.createBlock(vue.unref(IconClearCircleOutlined), { key: 2 })) : __props.variant === vue.unref(VARIANT$1).SUCCESS ? (vue.openBlock(), vue.createBlock(vue.unref(IconCheckmarkCircleOutlined), { key: 3 })) : vue.createCommentVNode("", true)
258
258
  ])
259
259
  ])) : vue.createCommentVNode("", true)
@@ -278,7 +278,7 @@ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
278
278
  }, [
279
279
  vue.createVNode(vue.unref(IconClear), { class: "ui-v1-alert__close-icon" })
280
280
  ])) : vue.createCommentVNode("", true)
281
- ], 16, _hoisted_1$R), [
281
+ ], 16, _hoisted_1$W), [
282
282
  [vue.vShow, state.shown]
283
283
  ])
284
284
  ]),
@@ -287,12 +287,12 @@ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
287
287
  };
288
288
  }
289
289
  });
290
- const _hoisted_1$Q = {
290
+ const _hoisted_1$V = {
291
291
  xmlns: "http://www.w3.org/2000/svg",
292
292
  viewBox: "0 0 24 24"
293
293
  };
294
- function render$k(_ctx, _cache) {
295
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$Q, [..._cache[0] || (_cache[0] = [
294
+ function render$l(_ctx, _cache) {
295
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$V, [..._cache[0] || (_cache[0] = [
296
296
  vue.createElementVNode("path", {
297
297
  fill: "currentColor",
298
298
  "fill-rule": "evenodd",
@@ -301,7 +301,7 @@ function render$k(_ctx, _cache) {
301
301
  }, null, -1)
302
302
  ])]);
303
303
  }
304
- const IconAddCircle = { render: render$k };
304
+ const IconAddCircle = { render: render$l };
305
305
  var COLOR$1 = /* @__PURE__ */ ((COLOR2) => {
306
306
  COLOR2["GREEN"] = "green";
307
307
  COLOR2["BLUE"] = "blue";
@@ -314,14 +314,14 @@ const isNumeric = (value) => !isNaN(Number(value));
314
314
  const normalizeHeight = (height) => {
315
315
  return isNumeric(height) ? `${height}px` : `${height}`;
316
316
  };
317
- const _hoisted_1$P = ["type", "disabled"];
318
- const _hoisted_2$o = { class: "ui-v1-add-button__content" };
319
- const _hoisted_3$i = { class: "ui-v1-add-button__title" };
320
- const _hoisted_4$c = {
317
+ const _hoisted_1$U = ["type", "disabled"];
318
+ const _hoisted_2$r = { class: "ui-v1-add-button__content" };
319
+ const _hoisted_3$l = { class: "ui-v1-add-button__title" };
320
+ const _hoisted_4$d = {
321
321
  key: 0,
322
322
  class: "ui-v1-add-button__description"
323
323
  };
324
- const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
324
+ const _sfc_main$18 = /* @__PURE__ */ vue.defineComponent({
325
325
  ...{
326
326
  inheritAttrs: false
327
327
  },
@@ -364,8 +364,8 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
364
364
  height: vue.unref(normalizeHeight)(__props.height)
365
365
  }
366
366
  }, _ctx.$attrs), [
367
- vue.createElementVNode("span", _hoisted_2$o, [
368
- vue.createElementVNode("span", _hoisted_3$i, [
367
+ vue.createElementVNode("span", _hoisted_2$r, [
368
+ vue.createElementVNode("span", _hoisted_3$l, [
369
369
  vue.renderSlot(_ctx.$slots, "icon", {}, () => [
370
370
  vue.createVNode(vue.unref(IconAddCircle), {
371
371
  "aria-hidden": "true",
@@ -374,20 +374,20 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
374
374
  ]),
375
375
  vue.renderSlot(_ctx.$slots, "default")
376
376
  ]),
377
- !__props.small && _ctx.$slots.description ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$c, [
377
+ !__props.small && _ctx.$slots.description ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$d, [
378
378
  vue.renderSlot(_ctx.$slots, "description")
379
379
  ])) : vue.createCommentVNode("", true)
380
380
  ])
381
- ], 16, _hoisted_1$P);
381
+ ], 16, _hoisted_1$U);
382
382
  };
383
383
  }
384
384
  });
385
- const _hoisted_1$O = {
385
+ const _hoisted_1$T = {
386
386
  xmlns: "http://www.w3.org/2000/svg",
387
387
  viewBox: "0 0 24 24"
388
388
  };
389
- function render$j(_ctx, _cache) {
390
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$O, [..._cache[0] || (_cache[0] = [
389
+ function render$k(_ctx, _cache) {
390
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$T, [..._cache[0] || (_cache[0] = [
391
391
  vue.createElementVNode("path", {
392
392
  fill: "currentColor",
393
393
  "fill-rule": "evenodd",
@@ -396,34 +396,34 @@ function render$j(_ctx, _cache) {
396
396
  }, null, -1)
397
397
  ])]);
398
398
  }
399
- const IconHelpOutlined = { render: render$j };
400
- const _hoisted_1$N = {
399
+ const IconHelpOutlined = { render: render$k };
400
+ const _hoisted_1$S = {
401
401
  xmlns: "http://www.w3.org/2000/svg",
402
402
  viewBox: "0 0 18 8"
403
403
  };
404
- function render$i(_ctx, _cache) {
405
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$N, [..._cache[0] || (_cache[0] = [
404
+ function render$j(_ctx, _cache) {
405
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$S, [..._cache[0] || (_cache[0] = [
406
406
  vue.createElementVNode("g", { fill: "currentColor" }, [
407
407
  vue.createElementVNode("path", { d: "M0 0v8h2.867q1.257-.011 1.935-.604.68-.594.68-1.748 0-.675-.33-1.143a1.54 1.54 0 0 0-.892-.62q.497-.21.775-.654.279-.45.279-1.039 0-1.077-.694-1.632Q3.926 0 2.584 0zm1.52 6.676v-2.16h1.393q1.048.016 1.048 1.116 0 .488-.303.77-.3.273-.836.274zm1.124-3.324H1.52V1.335h1.064q.628 0 .916.242.294.236.294.78 0 .972-1.15.995M7.503 6.352h2.665L10.679 8h1.616l-2.76-8H8.125L5.38 8h1.616zm2.254-1.336H7.913l.917-2.994zM12.362 8V0h2.27q.972 0 1.737.478.77.473 1.2 1.352.432.873.431 1.989v.368q0 1.115-.425 1.983a3.17 3.17 0 0 1-1.191 1.346A3.26 3.26 0 0 1 14.646 8zm1.52-6.665v5.34h.734q.891 0 1.363-.631.47-.632.481-1.808v-.423q0-1.22-.466-1.846-.466-.632-1.363-.632z" })
408
408
  ], -1)
409
409
  ])]);
410
410
  }
411
- const SpriteBAD = { render: render$i };
412
- const _hoisted_1$M = {
411
+ const SpriteBAD = { render: render$j };
412
+ const _hoisted_1$R = {
413
413
  xmlns: "http://www.w3.org/2000/svg",
414
414
  viewBox: "0 0 16 8"
415
415
  };
416
- function render$h(_ctx, _cache) {
417
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$M, [..._cache[0] || (_cache[0] = [
416
+ function render$i(_ctx, _cache) {
417
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$R, [..._cache[0] || (_cache[0] = [
418
418
  vue.createElementVNode("g", { fill: "currentColor" }, [
419
419
  vue.createElementVNode("path", { d: "M3.373 6.016 5.058 0h1.704L4.175 8H2.577L0 0h1.7zM8.99 8H7.46V0H8.99zM11.84 8V5.181h1.343q1.322 0 2.067-.676.75-.681.75-1.857 0-.774-.342-1.379a2.3 2.3 0 0 0-.98-.94Q14.045 0 13.208 0H10.31v8zm1.368-4.154h-1.367v-2.51h1.403q.567.01.888.373t.322.95q0 .571-.322.88-.316.307-.924.307" })
420
420
  ], -1)
421
421
  ])]);
422
422
  }
423
- const SpriteVIP = { render: render$h };
423
+ const SpriteVIP = { render: render$i };
424
424
  const ImageWorkersKey = /* @__PURE__ */ Symbol("$image.workers");
425
- const _hoisted_1$L = ["alt", "src"];
426
- const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
425
+ const _hoisted_1$Q = ["alt", "src"];
426
+ const _sfc_main$17 = /* @__PURE__ */ vue.defineComponent({
427
427
  __name: "UiImage",
428
428
  props: {
429
429
  alt: {
@@ -459,7 +459,7 @@ const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
459
459
  return vue.openBlock(), vue.createElementBlock("img", vue.mergeProps({
460
460
  alt: __props.alt,
461
461
  src: url.value
462
- }, _ctx.$attrs), null, 16, _hoisted_1$L);
462
+ }, _ctx.$attrs), null, 16, _hoisted_1$Q);
463
463
  };
464
464
  }
465
465
  });
@@ -493,27 +493,27 @@ var STATUS = /* @__PURE__ */ ((STATUS2) => {
493
493
  return STATUS2;
494
494
  })(STATUS || {});
495
495
  const AvatarSizeKey = /* @__PURE__ */ Symbol("UiAvatarSize");
496
- const _hoisted_1$K = {
496
+ const _hoisted_1$P = {
497
497
  key: 1,
498
498
  class: "ui-v1-avatar__unresolved"
499
499
  };
500
- const _hoisted_2$n = {
500
+ const _hoisted_2$q = {
501
501
  key: 3,
502
502
  class: "ui-v1-avatar__initials"
503
503
  };
504
- const _hoisted_3$h = {
504
+ const _hoisted_3$k = {
505
505
  key: 4,
506
506
  class: "ui-v1-avatar__labels"
507
507
  };
508
- const _hoisted_4$b = {
508
+ const _hoisted_4$c = {
509
509
  key: 0,
510
510
  class: "ui-v1-avatar__label ui-v1-avatar__label_vip"
511
511
  };
512
- const _hoisted_5$9 = {
512
+ const _hoisted_5$a = {
513
513
  key: 1,
514
514
  class: "ui-v1-avatar__label ui-v1-avatar__label_bad"
515
515
  };
516
- const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
516
+ const _sfc_main$16 = /* @__PURE__ */ vue.defineComponent({
517
517
  __name: "UiAvatar",
518
518
  props: {
519
519
  /** Путь к изображению */
@@ -600,7 +600,7 @@ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
600
600
  }
601
601
  }, _ctx.$attrs), {
602
602
  default: vue.withCtx(() => [
603
- __props.src ? (vue.openBlock(), vue.createBlock(_sfc_main$10, {
603
+ __props.src ? (vue.openBlock(), vue.createBlock(_sfc_main$17, {
604
604
  key: 0,
605
605
  src: __props.src,
606
606
  resize: optimization.value.resize,
@@ -609,7 +609,7 @@ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
609
609
  draggable: "false",
610
610
  onLoad: _cache[0] || (_cache[0] = ($event) => loaded.value = true),
611
611
  onError: _cache[1] || (_cache[1] = ($event) => loaded.value = false)
612
- }, null, 8, ["src", "resize", "crop"])) : !__props.src && unresolved.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$K, [
612
+ }, null, 8, ["src", "resize", "crop"])) : !__props.src && unresolved.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$P, [
613
613
  vue.createVNode(vue.unref(IconHelpOutlined))
614
614
  ])) : vue.createCommentVNode("", true),
615
615
  __props.status && !(__props.vip || __props.bad) ? (vue.openBlock(), vue.createElementBlock("span", {
@@ -620,16 +620,16 @@ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
620
620
  [`ui-v1-avatar__status_${__props.status}`]: __props.status
621
621
  })
622
622
  }, null, 2)) : vue.createCommentVNode("", true),
623
- !(unresolved.value || loaded.value) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$n, [
623
+ !(unresolved.value || loaded.value) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$q, [
624
624
  vue.renderSlot(_ctx.$slots, "default", {}, () => [
625
625
  vue.createTextVNode(vue.toDisplayString(initials.value), 1)
626
626
  ])
627
627
  ])) : vue.createCommentVNode("", true),
628
- __props.vip || __props.bad ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$h, [
629
- __props.vip ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$b, [
628
+ __props.vip || __props.bad ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$k, [
629
+ __props.vip ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$c, [
630
630
  vue.createVNode(vue.unref(SpriteVIP), { class: "ui-v1-avatar__vip" })
631
631
  ])) : vue.createCommentVNode("", true),
632
- __props.bad ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$9, [
632
+ __props.bad ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$a, [
633
633
  vue.createVNode(vue.unref(SpriteBAD), { class: "ui-v1-avatar__bad" })
634
634
  ])) : vue.createCommentVNode("", true)
635
635
  ])) : vue.createCommentVNode("", true)
@@ -639,7 +639,7 @@ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
639
639
  };
640
640
  }
641
641
  });
642
- const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
642
+ const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
643
643
  __name: "UiAvatarList",
644
644
  props: {
645
645
  /** Список аватарок пользователей */
@@ -666,7 +666,7 @@ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
666
666
  key: index,
667
667
  class: "ui-v1-avatar-list__item"
668
668
  }, [
669
- vue.createVNode(_sfc_main$$, {
669
+ vue.createVNode(_sfc_main$16, {
670
670
  src: avatar.src,
671
671
  name: avatar.name
672
672
  }, null, 8, ["src", "name"])
@@ -733,7 +733,7 @@ var VARIANT = /* @__PURE__ */ ((VARIANT2) => {
733
733
  VARIANT2["DANGER"] = "danger";
734
734
  return VARIANT2;
735
735
  })(VARIANT || {});
736
- const _sfc_main$Z = vue.defineComponent({
736
+ const _sfc_main$14 = vue.defineComponent({
737
737
  props: {
738
738
  /** Устанавливает тип кнопки */
739
739
  type: {
@@ -819,8 +819,8 @@ const _sfc_main$Z = vue.defineComponent({
819
819
  };
820
820
  }
821
821
  });
822
- const _hoisted_1$J = { class: "ui-v1-calendar-cell__content" };
823
- const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
822
+ const _hoisted_1$O = { class: "ui-v1-calendar-cell__content" };
823
+ const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
824
824
  __name: "UiCalendarCell",
825
825
  props: {
826
826
  current: {
@@ -865,32 +865,32 @@ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
865
865
  "aria-hidden": "true",
866
866
  class: "ui-v1-calendar-cell__backdrop"
867
867
  }, null, -1)),
868
- vue.createElementVNode("div", _hoisted_1$J, [
868
+ vue.createElementVNode("div", _hoisted_1$O, [
869
869
  vue.renderSlot(_ctx.$slots, "default")
870
870
  ])
871
871
  ], 16);
872
872
  };
873
873
  }
874
874
  });
875
- const _hoisted_1$I = {
875
+ const _hoisted_1$N = {
876
876
  xmlns: "http://www.w3.org/2000/svg",
877
877
  viewBox: "0 0 24 24"
878
878
  };
879
- function render$g(_ctx, _cache) {
880
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$I, [..._cache[0] || (_cache[0] = [
879
+ function render$h(_ctx, _cache) {
880
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$N, [..._cache[0] || (_cache[0] = [
881
881
  vue.createElementVNode("path", {
882
882
  fill: "currentColor",
883
883
  d: "M15.78 11.28c.14.14.22.331.22.53v.38a.77.77 0 0 1-.22.53l-5.14 5.13a.5.5 0 0 1-.71 0l-.71-.71a.49.49 0 0 1 0-.7L13.67 12 9.22 7.56a.5.5 0 0 1 0-.71l.71-.7a.5.5 0 0 1 .71 0z"
884
884
  }, null, -1)
885
885
  ])]);
886
886
  }
887
- const IconChevronRight = { render: render$g };
888
- const _hoisted_1$H = {
887
+ const IconChevronRight = { render: render$h };
888
+ const _hoisted_1$M = {
889
889
  key: 1,
890
890
  "aria-hidden": "true",
891
891
  class: "ui-v1-calendar-navigation__placeholder"
892
892
  };
893
- const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
893
+ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
894
894
  __name: "UiCalendarDirectionButton",
895
895
  props: {
896
896
  label: {
@@ -910,7 +910,7 @@ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
910
910
  emits: ["click"],
911
911
  setup(__props) {
912
912
  return (_ctx, _cache) => {
913
- return !__props.absent ? (vue.openBlock(), vue.createBlock(_sfc_main$Z, {
913
+ return !__props.absent ? (vue.openBlock(), vue.createBlock(_sfc_main$14, {
914
914
  key: 0,
915
915
  "aria-label": __props.label,
916
916
  appearance: "tertiary",
@@ -927,15 +927,15 @@ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
927
927
  }, null, 8, ["class"])
928
928
  ]),
929
929
  _: 1
930
- }, 8, ["aria-label"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$H));
930
+ }, 8, ["aria-label"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$M));
931
931
  };
932
932
  }
933
933
  });
934
- const _hoisted_1$G = {
934
+ const _hoisted_1$L = {
935
935
  key: 1,
936
936
  class: "ui-v1-calendar-navigation__text"
937
937
  };
938
- const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
938
+ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
939
939
  __name: "UiCalendarSwitchButton",
940
940
  props: {
941
941
  locked: {
@@ -946,7 +946,7 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
946
946
  emits: ["click"],
947
947
  setup(__props) {
948
948
  return (_ctx, _cache) => {
949
- return !__props.locked ? (vue.openBlock(), vue.createBlock(_sfc_main$Z, {
949
+ return !__props.locked ? (vue.openBlock(), vue.createBlock(_sfc_main$14, {
950
950
  key: 0,
951
951
  appearance: "tertiary",
952
952
  class: "ui-v1-calendar-navigation__switch-button",
@@ -956,7 +956,7 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
956
956
  vue.renderSlot(_ctx.$slots, "default")
957
957
  ]),
958
958
  _: 3
959
- })) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$G, [
959
+ })) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$L, [
960
960
  vue.renderSlot(_ctx.$slots, "default")
961
961
  ]));
962
962
  };
@@ -1263,7 +1263,7 @@ const selectionCleared$2 = "Date selection cleared.";
1263
1263
  const selectionSingle$2 = "Selected date: {date}.";
1264
1264
  const selectionRangeStart$2 = "Range start: {date}.";
1265
1265
  const selectionRangeEnd$2 = "Selected range from {start} to {end}.";
1266
- const messages_en_GB$6 = {
1266
+ const messages_en_GB$7 = {
1267
1267
  months: months$2,
1268
1268
  monthsShort: monthsShort$2,
1269
1269
  weekdays: weekdays$2,
@@ -1307,7 +1307,7 @@ const selectionCleared$1 = "Selección de fecha limpiada.";
1307
1307
  const selectionSingle$1 = "Fecha seleccionada: {date}.";
1308
1308
  const selectionRangeStart$1 = "Inicio del rango: {date}.";
1309
1309
  const selectionRangeEnd$1 = "Rango seleccionado de {start} a {end}.";
1310
- const messages_es_ES$6 = {
1310
+ const messages_es_ES$7 = {
1311
1311
  months: months$1,
1312
1312
  monthsShort: monthsShort$1,
1313
1313
  weekdays: weekdays$1,
@@ -1351,7 +1351,7 @@ const selectionCleared = "Выбор даты очищен.";
1351
1351
  const selectionSingle = "Выбрана дата: {date}.";
1352
1352
  const selectionRangeStart = "Начало диапазона: {date}.";
1353
1353
  const selectionRangeEnd = "Выбран диапазон с {start} по {end}.";
1354
- const messages_ru_RU$6 = {
1354
+ const messages_ru_RU$7 = {
1355
1355
  months,
1356
1356
  monthsShort,
1357
1357
  weekdays,
@@ -1374,37 +1374,37 @@ const messages_ru_RU$6 = {
1374
1374
  selectionRangeStart,
1375
1375
  selectionRangeEnd
1376
1376
  };
1377
- const _i18n$6 = define({
1377
+ const _i18n$7 = define({
1378
1378
  messages: {
1379
- "en-GB": messages_en_GB$6,
1380
- "es-ES": messages_es_ES$6,
1381
- "ru-RU": messages_ru_RU$6
1379
+ "en-GB": messages_en_GB$7,
1380
+ "es-ES": messages_es_ES$7,
1381
+ "ru-RU": messages_ru_RU$7
1382
1382
  }
1383
1383
  });
1384
- const _hoisted_1$F = { class: "ui-v1-calendar-wrapper" };
1385
- const _hoisted_2$m = ["aria-label"];
1386
- const _hoisted_3$g = ["id"];
1387
- const _hoisted_4$a = ["aria-labelledby", "aria-multiselectable"];
1388
- const _hoisted_5$8 = {
1384
+ const _hoisted_1$K = { class: "ui-v1-calendar-wrapper" };
1385
+ const _hoisted_2$p = ["aria-label"];
1386
+ const _hoisted_3$j = ["id"];
1387
+ const _hoisted_4$b = ["aria-labelledby", "aria-multiselectable"];
1388
+ const _hoisted_5$9 = {
1389
1389
  class: "ui-v1-calendar__row",
1390
1390
  role: "row"
1391
1391
  };
1392
- const _hoisted_6$6 = ["aria-label"];
1393
- const _hoisted_7$4 = ["datetime"];
1394
- const _hoisted_8$2 = ["aria-label"];
1395
- const _hoisted_9$1 = ["id"];
1396
- const _hoisted_10$1 = ["aria-labelledby"];
1397
- const _hoisted_11 = ["datetime"];
1398
- const _hoisted_12 = ["aria-label"];
1399
- const _hoisted_13 = ["id"];
1400
- const _hoisted_14 = ["aria-labelledby"];
1401
- const _hoisted_15 = ["datetime"];
1402
- const _hoisted_16 = {
1392
+ const _hoisted_6$7 = ["aria-label"];
1393
+ const _hoisted_7$5 = ["datetime"];
1394
+ const _hoisted_8$3 = ["aria-label"];
1395
+ const _hoisted_9$2 = ["id"];
1396
+ const _hoisted_10$2 = ["aria-labelledby"];
1397
+ const _hoisted_11$1 = ["datetime"];
1398
+ const _hoisted_12$1 = ["aria-label"];
1399
+ const _hoisted_13$1 = ["id"];
1400
+ const _hoisted_14$1 = ["aria-labelledby"];
1401
+ const _hoisted_15$1 = ["datetime"];
1402
+ const _hoisted_16$1 = {
1403
1403
  class: "ui-v1-calendar__sr-only",
1404
1404
  "aria-atomic": "true",
1405
1405
  "aria-live": "polite"
1406
1406
  };
1407
- const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
1407
+ const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
1408
1408
  __name: "UiCalendar",
1409
1409
  props: {
1410
1410
  /** Текущая дата */
@@ -1489,8 +1489,8 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
1489
1489
  const dayGridHintId = `${calendarId}-day-grid-help`;
1490
1490
  const liveAnnouncement = vue.ref("");
1491
1491
  const i18nBus = vue.inject(I18nInjectKey, null);
1492
- const resolvedLocale = vue.computed(() => props.locale ?? i18nBus?.locale ?? _i18n$6.fallback);
1493
- const i18n = vue.computed(() => _i18n$6.init(resolvedLocale.value));
1492
+ const resolvedLocale = vue.computed(() => props.locale ?? i18nBus?.locale ?? _i18n$7.fallback);
1493
+ const i18n = vue.computed(() => _i18n$7.init(resolvedLocale.value));
1494
1494
  const dayGridHelpText = vue.computed(() => props.type === TYPE$2.RANGE ? i18n.value.t("dayGridHelpRange") : i18n.value.t("dayGridHelpSingle"));
1495
1495
  const monthsNames = vue.computed(() => {
1496
1496
  return [
@@ -1554,7 +1554,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
1554
1554
  ...names.slice(0, firstDayOfWeekComputed.value)
1555
1555
  ];
1556
1556
  } catch {
1557
- const names = format(_i18n$6.fallback);
1557
+ const names = format(_i18n$7.fallback);
1558
1558
  return [
1559
1559
  ...names.slice(firstDayOfWeekComputed.value),
1560
1560
  ...names.slice(0, firstDayOfWeekComputed.value)
@@ -1738,7 +1738,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
1738
1738
  year: "numeric"
1739
1739
  }).format(day.date);
1740
1740
  } catch {
1741
- return new Intl.DateTimeFormat(_i18n$6.fallback, {
1741
+ return new Intl.DateTimeFormat(_i18n$7.fallback, {
1742
1742
  weekday: "long",
1743
1743
  day: "numeric",
1744
1744
  month: "long",
@@ -1754,7 +1754,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
1754
1754
  year: "numeric"
1755
1755
  }).format(date);
1756
1756
  } catch {
1757
- return new Intl.DateTimeFormat(_i18n$6.fallback, {
1757
+ return new Intl.DateTimeFormat(_i18n$7.fallback, {
1758
1758
  day: "numeric",
1759
1759
  month: "long",
1760
1760
  year: "numeric"
@@ -2022,7 +2022,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
2022
2022
  ));
2023
2023
  };
2024
2024
  return (_ctx, _cache) => {
2025
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$F, [
2025
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$K, [
2026
2026
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(viewsComputed.value, (view, index) => {
2027
2027
  return vue.openBlock(), vue.createElementBlock("div", {
2028
2028
  key: "view-" + index + "-" + view.date,
@@ -2033,12 +2033,12 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
2033
2033
  class: "ui-v1-calendar-navigation",
2034
2034
  "aria-label": i18n.value.t("monthNavigation")
2035
2035
  }, [
2036
- vue.createVNode(_sfc_main$X, {
2036
+ vue.createVNode(_sfc_main$12, {
2037
2037
  absent: index === 1 && viewsIsSynchronized.value && views[0].mode === vue.unref(VIEW_MODE).DAYS,
2038
2038
  label: i18n.value.t("prevMonth"),
2039
2039
  onClick: ($event) => showPrevMonth(index)
2040
2040
  }, null, 8, ["absent", "label", "onClick"]),
2041
- vue.createVNode(_sfc_main$W, {
2041
+ vue.createVNode(_sfc_main$11, {
2042
2042
  onClick: ($event) => views[index].mode = vue.unref(VIEW_MODE).MONTHS
2043
2043
  }, {
2044
2044
  default: vue.withCtx(() => [
@@ -2046,17 +2046,17 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
2046
2046
  id: getGridLabelId(index, vue.unref(VIEW_MODE).DAYS),
2047
2047
  "aria-atomic": "true",
2048
2048
  "aria-live": "polite"
2049
- }, vue.toDisplayString(i18n.value.t(`months.${view.date.month - 1}`)) + " " + vue.toDisplayString(view.date.year), 9, _hoisted_3$g)
2049
+ }, vue.toDisplayString(i18n.value.t(`months.${view.date.month - 1}`)) + " " + vue.toDisplayString(view.date.year), 9, _hoisted_3$j)
2050
2050
  ]),
2051
2051
  _: 2
2052
2052
  }, 1032, ["onClick"]),
2053
- vue.createVNode(_sfc_main$X, {
2053
+ vue.createVNode(_sfc_main$12, {
2054
2054
  absent: index === 0 && viewsIsSynchronized.value && views[1].mode === vue.unref(VIEW_MODE).DAYS,
2055
2055
  label: i18n.value.t("nextMonth"),
2056
2056
  direction: "next",
2057
2057
  onClick: ($event) => showNextMonth(index)
2058
2058
  }, null, 8, ["absent", "label", "onClick"])
2059
- ], 8, _hoisted_2$m),
2059
+ ], 8, _hoisted_2$p),
2060
2060
  vue.createElementVNode("div", {
2061
2061
  class: "ui-v1-calendar__table",
2062
2062
  role: "grid",
@@ -2064,14 +2064,14 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
2064
2064
  "aria-describedby": dayGridHintId,
2065
2065
  "aria-multiselectable": props.type === vue.unref(TYPE$2).RANGE ? "true" : void 0
2066
2066
  }, [
2067
- vue.createElementVNode("div", _hoisted_5$8, [
2067
+ vue.createElementVNode("div", _hoisted_5$9, [
2068
2068
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(weekdaysNames.value, (name, i) => {
2069
2069
  return vue.openBlock(), vue.createElementBlock("div", {
2070
2070
  key: "weekday-" + i,
2071
2071
  class: "ui-v1-calendar__cell-weekday",
2072
2072
  role: "columnheader",
2073
2073
  "aria-label": weekdaysLongNames.value[i]
2074
- }, vue.toDisplayString(name), 9, _hoisted_6$6);
2074
+ }, vue.toDisplayString(name), 9, _hoisted_6$7);
2075
2075
  }), 128))
2076
2076
  ]),
2077
2077
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(view.days, (week, i) => {
@@ -2084,7 +2084,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
2084
2084
  role: "row"
2085
2085
  }, [
2086
2086
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(week, (day) => {
2087
- return vue.openBlock(), vue.createBlock(_sfc_main$Y, {
2087
+ return vue.openBlock(), vue.createBlock(_sfc_main$13, {
2088
2088
  key: "day-" + index + "-" + day,
2089
2089
  class: vue.normalizeClass({
2090
2090
  "ui-v1-calendar__cell-day": true,
@@ -2114,25 +2114,25 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
2114
2114
  default: vue.withCtx(() => [
2115
2115
  vue.createElementVNode("time", {
2116
2116
  datetime: `${day.year}-${pad2(day.month)}-${pad2(day.dayInMonth)}`
2117
- }, vue.toDisplayString(day.dayInMonth), 9, _hoisted_7$4)
2117
+ }, vue.toDisplayString(day.dayInMonth), 9, _hoisted_7$5)
2118
2118
  ]),
2119
2119
  _: 2
2120
2120
  }, 1032, ["class", "current", "selected", "disabled", "in-range", "is-range-first", "is-range-last", "data-day-key", "data-view-index", "tabindex", "aria-selected", "aria-disabled", "aria-current", "aria-label", "onClick", "onTouchend", "onKeydown", "onFocus", "onMouseover"]);
2121
2121
  }), 128))
2122
2122
  ], 2);
2123
2123
  }), 128))
2124
- ], 8, _hoisted_4$a)
2124
+ ], 8, _hoisted_4$b)
2125
2125
  ], 64)) : vue.createCommentVNode("", true),
2126
2126
  view.mode === vue.unref(VIEW_MODE).MONTHS ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
2127
2127
  vue.createElementVNode("nav", {
2128
2128
  class: "ui-v1-calendar-navigation",
2129
2129
  "aria-label": i18n.value.t("yearNavigation")
2130
2130
  }, [
2131
- vue.createVNode(_sfc_main$X, {
2131
+ vue.createVNode(_sfc_main$12, {
2132
2132
  label: i18n.value.t("prevYear"),
2133
2133
  onClick: ($event) => showYear(view.date.year - 1, index)
2134
2134
  }, null, 8, ["label", "onClick"]),
2135
- vue.createVNode(_sfc_main$W, {
2135
+ vue.createVNode(_sfc_main$11, {
2136
2136
  onClick: ($event) => views[index].mode = vue.unref(VIEW_MODE).YEARS
2137
2137
  }, {
2138
2138
  default: vue.withCtx(() => [
@@ -2140,16 +2140,16 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
2140
2140
  id: getGridLabelId(index, vue.unref(VIEW_MODE).MONTHS),
2141
2141
  "aria-atomic": "true",
2142
2142
  "aria-live": "polite"
2143
- }, vue.toDisplayString(view.date.year), 9, _hoisted_9$1)
2143
+ }, vue.toDisplayString(view.date.year), 9, _hoisted_9$2)
2144
2144
  ]),
2145
2145
  _: 2
2146
2146
  }, 1032, ["onClick"]),
2147
- vue.createVNode(_sfc_main$X, {
2147
+ vue.createVNode(_sfc_main$12, {
2148
2148
  label: i18n.value.t("nextYear"),
2149
2149
  direction: "next",
2150
2150
  onClick: ($event) => showYear(view.date.year + 1, index)
2151
2151
  }, null, 8, ["label", "onClick"])
2152
- ], 8, _hoisted_8$2),
2152
+ ], 8, _hoisted_8$3),
2153
2153
  vue.createElementVNode("div", {
2154
2154
  class: "ui-v1-calendar__table",
2155
2155
  role: "grid",
@@ -2162,7 +2162,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
2162
2162
  role: "row"
2163
2163
  }, [
2164
2164
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(months2, (month) => {
2165
- return vue.openBlock(), vue.createBlock(_sfc_main$Y, {
2165
+ return vue.openBlock(), vue.createBlock(_sfc_main$13, {
2166
2166
  key: "month-" + month.month,
2167
2167
  class: vue.normalizeClass({ "ui-v1-calendar__cell-month": true }),
2168
2168
  current: isCurrentMonth(month.month, index),
@@ -2179,25 +2179,25 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
2179
2179
  datetime: `${view.date.year}-${pad2(month.month)}`
2180
2180
  }, [
2181
2181
  vue.createElementVNode("span", null, vue.toDisplayString(month.name), 1)
2182
- ], 8, _hoisted_11)
2182
+ ], 8, _hoisted_11$1)
2183
2183
  ]),
2184
2184
  _: 2
2185
2185
  }, 1032, ["current", "tabindex", "aria-selected", "aria-label", "onClick", "onKeydown", "onFocus"]);
2186
2186
  }), 128))
2187
2187
  ]);
2188
2188
  }), 128))
2189
- ], 8, _hoisted_10$1)
2189
+ ], 8, _hoisted_10$2)
2190
2190
  ], 64)) : vue.createCommentVNode("", true),
2191
2191
  view.mode === vue.unref(VIEW_MODE).YEARS ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
2192
2192
  vue.createElementVNode("nav", {
2193
2193
  class: "ui-v1-calendar-navigation",
2194
2194
  "aria-label": i18n.value.t("decadeNavigation")
2195
2195
  }, [
2196
- vue.createVNode(_sfc_main$X, {
2196
+ vue.createVNode(_sfc_main$12, {
2197
2197
  label: i18n.value.t("prevDecade"),
2198
2198
  onClick: ($event) => showPrevDecade(index)
2199
2199
  }, null, 8, ["label", "onClick"]),
2200
- vue.createVNode(_sfc_main$W, {
2200
+ vue.createVNode(_sfc_main$11, {
2201
2201
  locked: "",
2202
2202
  onClick: ($event) => views[index].mode = vue.unref(VIEW_MODE).MONTHS
2203
2203
  }, {
@@ -2206,16 +2206,16 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
2206
2206
  id: getGridLabelId(index, vue.unref(VIEW_MODE).YEARS),
2207
2207
  "aria-atomic": "true",
2208
2208
  "aria-live": "polite"
2209
- }, vue.toDisplayString(view.decade[0]) + "–" + vue.toDisplayString(view.decade[view.decade.length - 1]), 9, _hoisted_13)
2209
+ }, vue.toDisplayString(view.decade[0]) + "–" + vue.toDisplayString(view.decade[view.decade.length - 1]), 9, _hoisted_13$1)
2210
2210
  ]),
2211
2211
  _: 2
2212
2212
  }, 1032, ["onClick"]),
2213
- vue.createVNode(_sfc_main$X, {
2213
+ vue.createVNode(_sfc_main$12, {
2214
2214
  label: i18n.value.t("nextDecade"),
2215
2215
  direction: "next",
2216
2216
  onClick: ($event) => showNextDecade(index)
2217
2217
  }, null, 8, ["label", "onClick"])
2218
- ], 8, _hoisted_12),
2218
+ ], 8, _hoisted_12$1),
2219
2219
  vue.createElementVNode("div", {
2220
2220
  class: "ui-v1-calendar__table",
2221
2221
  role: "grid",
@@ -2228,7 +2228,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
2228
2228
  role: "row"
2229
2229
  }, [
2230
2230
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(years, (year) => {
2231
- return vue.openBlock(), vue.createBlock(_sfc_main$Y, {
2231
+ return vue.openBlock(), vue.createBlock(_sfc_main$13, {
2232
2232
  key: "year-" + year,
2233
2233
  class: vue.normalizeClass({ "ui-v1-calendar__cell-year": true }),
2234
2234
  current: isCurrentYear(year),
@@ -2243,14 +2243,14 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
2243
2243
  default: vue.withCtx(() => [
2244
2244
  vue.createElementVNode("time", {
2245
2245
  datetime: String(year)
2246
- }, vue.toDisplayString(year), 9, _hoisted_15)
2246
+ }, vue.toDisplayString(year), 9, _hoisted_15$1)
2247
2247
  ]),
2248
2248
  _: 2
2249
2249
  }, 1032, ["current", "tabindex", "aria-selected", "aria-label", "onClick", "onKeydown", "onFocus"]);
2250
2250
  }), 128))
2251
2251
  ]);
2252
2252
  }), 128))
2253
- ], 8, _hoisted_14)
2253
+ ], 8, _hoisted_14$1)
2254
2254
  ], 64)) : vue.createCommentVNode("", true)
2255
2255
  ]);
2256
2256
  }), 128)),
@@ -2258,17 +2258,17 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
2258
2258
  id: dayGridHintId,
2259
2259
  class: "ui-v1-calendar__sr-only"
2260
2260
  }, vue.toDisplayString(dayGridHelpText.value), 1),
2261
- vue.createElementVNode("p", _hoisted_16, vue.toDisplayString(liveAnnouncement.value), 1)
2261
+ vue.createElementVNode("p", _hoisted_16$1, vue.toDisplayString(liveAnnouncement.value), 1)
2262
2262
  ]);
2263
2263
  };
2264
2264
  }
2265
2265
  });
2266
- const _hoisted_1$E = {
2266
+ const _hoisted_1$J = {
2267
2267
  xmlns: "http://www.w3.org/2000/svg",
2268
2268
  viewBox: "0 0 24 24"
2269
2269
  };
2270
- function render$f(_ctx, _cache) {
2271
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$E, [..._cache[0] || (_cache[0] = [
2270
+ function render$g(_ctx, _cache) {
2271
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$J, [..._cache[0] || (_cache[0] = [
2272
2272
  vue.createElementVNode("path", {
2273
2273
  fill: "currentColor",
2274
2274
  "fill-rule": "evenodd",
@@ -2277,7 +2277,7 @@ function render$f(_ctx, _cache) {
2277
2277
  }, null, -1)
2278
2278
  ])]);
2279
2279
  }
2280
- const IconDone = { render: render$f };
2280
+ const IconDone = { render: render$g };
2281
2281
  const expect = (value) => ({
2282
2282
  toBeOneOf(variants) {
2283
2283
  return Object.values(variants).includes(value);
@@ -2305,11 +2305,11 @@ const without = (obj, exclude) => {
2305
2305
  });
2306
2306
  return newObj;
2307
2307
  };
2308
- const _hoisted_1$D = ["id", "value", "name", "disabled", "checked"];
2309
- const _hoisted_2$l = { class: "ui-v1-checkbox__checkmark" };
2308
+ const _hoisted_1$I = ["id", "value", "name", "disabled", "checked"];
2309
+ const _hoisted_2$o = { class: "ui-v1-checkbox__checkmark" };
2310
2310
  let counter$3 = 0;
2311
2311
  const __default__$2 = {};
2312
- const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
2312
+ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
2313
2313
  ...__default__$2,
2314
2314
  __name: "UiCheckbox",
2315
2315
  props: {
@@ -2416,8 +2416,8 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
2416
2416
  type: "checkbox",
2417
2417
  class: "ui-v1-checkbox__input",
2418
2418
  onChange
2419
- }), null, 16, _hoisted_1$D),
2420
- vue.createElementVNode("span", _hoisted_2$l, [
2419
+ }), null, 16, _hoisted_1$I),
2420
+ vue.createElementVNode("span", _hoisted_2$o, [
2421
2421
  checked.value && !__props.indeterminate ? (vue.openBlock(), vue.createBlock(vue.unref(IconDone), {
2422
2422
  key: 0,
2423
2423
  class: "ui-v1-checkbox__checkmark-icon"
@@ -2432,15 +2432,15 @@ var COLLAPSE_BEHAVIOUR = /* @__PURE__ */ ((COLLAPSE_BEHAVIOUR2) => {
2432
2432
  COLLAPSE_BEHAVIOUR2["HIDE"] = "hide";
2433
2433
  return COLLAPSE_BEHAVIOUR2;
2434
2434
  })(COLLAPSE_BEHAVIOUR || {});
2435
- const _hoisted_1$C = {
2435
+ const _hoisted_1$H = {
2436
2436
  key: 0,
2437
2437
  class: "ui-v1-collapse"
2438
2438
  };
2439
- const _hoisted_2$k = {
2439
+ const _hoisted_2$n = {
2440
2440
  key: 1,
2441
2441
  class: "ui-v1-collapse"
2442
2442
  };
2443
- const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
2443
+ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
2444
2444
  __name: "UiCollapse",
2445
2445
  props: {
2446
2446
  /** Свёрнут/Развёрнут */
@@ -2558,12 +2558,12 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
2558
2558
  }, {
2559
2559
  default: vue.withCtx(() => [
2560
2560
  __props.collapseBehaviour === vue.unref(COLLAPSE_BEHAVIOUR).DISPOSE ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
2561
- __props.expanded ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$C, [
2561
+ __props.expanded ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$H, [
2562
2562
  vue.createElementVNode("div", null, [
2563
2563
  vue.renderSlot(_ctx.$slots, "default")
2564
2564
  ])
2565
2565
  ])) : vue.createCommentVNode("", true)
2566
- ], 64)) : vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", _hoisted_2$k, [
2566
+ ], 64)) : vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", _hoisted_2$n, [
2567
2567
  vue.createElementVNode("div", null, [
2568
2568
  vue.renderSlot(_ctx.$slots, "default")
2569
2569
  ])
@@ -2595,23 +2595,23 @@ const CollapseGroupRegisterKey = /* @__PURE__ */ Symbol("UiCollapseGroup_registe
2595
2595
  const CollapseGroupUnregisterKey = /* @__PURE__ */ Symbol("UiCollapseGroup_unregister");
2596
2596
  const CollapseGroupExpandKey = /* @__PURE__ */ Symbol("UiCollapseGroup_expand");
2597
2597
  const CollapseGroupCollapseKey = /* @__PURE__ */ Symbol("UiCollapseGroup_collapse");
2598
- const _hoisted_1$B = ["id", "aria-labelledby"];
2599
- const _hoisted_2$j = ["id", "disabled", "aria-controls", "aria-expanded", "aria-disabled"];
2600
- const _hoisted_3$f = { class: "ui-v1-collapse-box__icon-sprite" };
2601
- const _hoisted_4$9 = { class: "ui-v1-collapse-box__header-content" };
2602
- const _hoisted_5$7 = ["id"];
2603
- const _hoisted_6$5 = ["id"];
2604
- const _hoisted_7$3 = {
2598
+ const _hoisted_1$G = ["id", "aria-labelledby"];
2599
+ const _hoisted_2$m = ["id", "disabled", "aria-controls", "aria-expanded", "aria-disabled"];
2600
+ const _hoisted_3$i = { class: "ui-v1-collapse-box__icon-sprite" };
2601
+ const _hoisted_4$a = { class: "ui-v1-collapse-box__header-content" };
2602
+ const _hoisted_5$8 = ["id"];
2603
+ const _hoisted_6$6 = ["id"];
2604
+ const _hoisted_7$4 = {
2605
2605
  key: 1,
2606
2606
  class: "ui-v1-collapse-box__action"
2607
2607
  };
2608
- const _hoisted_8$1 = { class: "ui-v1-collapse-box__body" };
2609
- const _hoisted_9 = { key: 0 };
2610
- const _hoisted_10 = {
2608
+ const _hoisted_8$2 = { class: "ui-v1-collapse-box__body" };
2609
+ const _hoisted_9$1 = { key: 0 };
2610
+ const _hoisted_10$1 = {
2611
2611
  key: 0,
2612
2612
  class: "ui-v1-collapse-box__footer"
2613
2613
  };
2614
- const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
2614
+ const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
2615
2615
  ...{
2616
2616
  inheritAttrs: false
2617
2617
  },
@@ -2834,31 +2834,31 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
2834
2834
  [`ui-v1-collapse-box__icon_${__props.iconSize}`]: __props.iconSize
2835
2835
  })
2836
2836
  }, [
2837
- vue.createElementVNode("span", _hoisted_3$f, [
2837
+ vue.createElementVNode("span", _hoisted_3$i, [
2838
2838
  vue.renderSlot(_ctx.$slots, "icon")
2839
2839
  ])
2840
2840
  ], 2)) : vue.createCommentVNode("", true),
2841
- vue.createElementVNode("span", _hoisted_4$9, [
2841
+ vue.createElementVNode("span", _hoisted_4$a, [
2842
2842
  vue.createElementVNode("span", {
2843
2843
  id: boxId.value + "-title",
2844
2844
  class: "ui-v1-collapse-box__title"
2845
2845
  }, [
2846
2846
  vue.renderSlot(_ctx.$slots, "title")
2847
- ], 8, _hoisted_5$7),
2847
+ ], 8, _hoisted_5$8),
2848
2848
  _ctx.$slots["description"] ? (vue.openBlock(), vue.createElementBlock("span", {
2849
2849
  key: 0,
2850
2850
  id: boxId.value + "-description",
2851
2851
  class: "ui-v1-collapse-box__description"
2852
2852
  }, [
2853
2853
  vue.renderSlot(_ctx.$slots, "description")
2854
- ], 8, _hoisted_6$5)) : vue.createCommentVNode("", true)
2854
+ ], 8, _hoisted_6$6)) : vue.createCommentVNode("", true)
2855
2855
  ]),
2856
- !__props.disabled ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7$3, [
2856
+ !__props.disabled ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7$4, [
2857
2857
  vue.createVNode(vue.unref(IconChevronRight), { class: "ui-v1-collapse-box__arrow" })
2858
2858
  ])) : vue.createCommentVNode("", true)
2859
- ], 8, _hoisted_2$j)
2859
+ ], 8, _hoisted_2$m)
2860
2860
  ], 2),
2861
- vue.createVNode(_sfc_main$T, {
2861
+ vue.createVNode(_sfc_main$_, {
2862
2862
  id: boxId.value + "-collapse",
2863
2863
  "aria-hidden": !state.expanded ? "true" : "false",
2864
2864
  "aria-labelledby": boxId.value + "-button",
@@ -2872,7 +2872,7 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
2872
2872
  }, {
2873
2873
  default: vue.withCtx(() => [
2874
2874
  vue.renderSlot(_ctx.$slots, "body", {}, () => [
2875
- vue.createElementVNode("div", _hoisted_8$1, [
2875
+ vue.createElementVNode("div", _hoisted_8$2, [
2876
2876
  vue.createElementVNode("div", {
2877
2877
  class: vue.normalizeClass([
2878
2878
  "ui-v1-collapse-box__body-content",
@@ -2883,9 +2883,9 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
2883
2883
  ], 2)
2884
2884
  ])
2885
2885
  ]),
2886
- _ctx.$slots["footer"] || _ctx.$slots["footer-content"] ? (vue.openBlock(), vue.createElementBlock("footer", _hoisted_9, [
2886
+ _ctx.$slots["footer"] || _ctx.$slots["footer-content"] ? (vue.openBlock(), vue.createElementBlock("footer", _hoisted_9$1, [
2887
2887
  vue.renderSlot(_ctx.$slots, "footer", {}, () => [
2888
- _ctx.$slots["footer-content"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10, [
2888
+ _ctx.$slots["footer-content"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$1, [
2889
2889
  vue.renderSlot(_ctx.$slots, "footer-content")
2890
2890
  ])) : vue.createCommentVNode("", true)
2891
2891
  ])
@@ -2893,11 +2893,11 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
2893
2893
  ]),
2894
2894
  _: 3
2895
2895
  }, 8, ["id", "aria-hidden", "aria-labelledby", "duration", "expanded", "collapse-behaviour"])
2896
- ], 16, _hoisted_1$B);
2896
+ ], 16, _hoisted_1$G);
2897
2897
  };
2898
2898
  }
2899
2899
  });
2900
- const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
2900
+ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
2901
2901
  __name: "UiCollapseGroup",
2902
2902
  props: {
2903
2903
  /**
@@ -3015,19 +3015,19 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
3015
3015
  };
3016
3016
  }
3017
3017
  });
3018
- const _hoisted_1$A = {
3018
+ const _hoisted_1$F = {
3019
3019
  xmlns: "http://www.w3.org/2000/svg",
3020
3020
  viewBox: "0 0 24 24"
3021
3021
  };
3022
- function render$e(_ctx, _cache) {
3023
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$A, [..._cache[0] || (_cache[0] = [
3022
+ function render$f(_ctx, _cache) {
3023
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$F, [..._cache[0] || (_cache[0] = [
3024
3024
  vue.createElementVNode("path", {
3025
3025
  fill: "currentColor",
3026
3026
  d: "M18 16V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M4 4h12v12H4zm16 14V6a2 2 0 0 1 2 2v10a4 4 0 0 1-4 4H8a2 2 0 0 1-2-2h12a2 2 0 0 0 2-2"
3027
3027
  }, null, -1)
3028
3028
  ])]);
3029
3029
  }
3030
- const IconCopy = { render: render$e };
3030
+ const IconCopy = { render: render$f };
3031
3031
  const sides$1 = ["top", "right", "bottom", "left"];
3032
3032
  const min = Math.min;
3033
3033
  const max = Math.max;
@@ -4694,8 +4694,8 @@ if (typeof document !== "undefined" && typeof window !== "undefined") {
4694
4694
  window.addEventListener("click", onGlobalEvent("click"), true);
4695
4695
  }
4696
4696
  }
4697
- const _hoisted_1$z = { class: "ui-v1-popper__content" };
4698
- const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
4697
+ const _hoisted_1$E = { class: "ui-v1-popper__content" };
4698
+ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
4699
4699
  __name: "UiPopper",
4700
4700
  props: {
4701
4701
  /** Флаг для ручного переключения видимости */
@@ -5041,7 +5041,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
5041
5041
  ref: arrow2,
5042
5042
  class: "ui-v1-popper__arrow"
5043
5043
  }, null, 512)) : vue.createCommentVNode("", true),
5044
- vue.createElementVNode("div", _hoisted_1$z, [
5044
+ vue.createElementVNode("div", _hoisted_1$E, [
5045
5045
  vue.renderSlot(_ctx.$slots, "default")
5046
5046
  ])
5047
5047
  ], 16)
@@ -5049,7 +5049,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
5049
5049
  };
5050
5050
  }
5051
5051
  });
5052
- const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
5052
+ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
5053
5053
  __name: "UiTooltip",
5054
5054
  props: {
5055
5055
  /** Флаг для ручного переключения видимости */
@@ -5160,7 +5160,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
5160
5160
  hide: () => popper.value?.hide()
5161
5161
  });
5162
5162
  return (_ctx, _cache) => {
5163
- return vue.openBlock(), vue.createBlock(_sfc_main$Q, vue.mergeProps({
5163
+ return vue.openBlock(), vue.createBlock(_sfc_main$X, vue.mergeProps({
5164
5164
  ref_key: "popper",
5165
5165
  ref: popper,
5166
5166
  visible: __props.visible,
@@ -5194,11 +5194,11 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
5194
5194
  };
5195
5195
  }
5196
5196
  });
5197
- const _hoisted_1$y = { class: "ui-v1-copy-button__tooltip" };
5198
- const _hoisted_2$i = { class: "ui-v1-copy-button__icon" };
5199
- const _hoisted_3$e = { class: "ui-v1-copy-button__text" };
5200
- const _hoisted_4$8 = ["value"];
5201
- const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
5197
+ const _hoisted_1$D = { class: "ui-v1-copy-button__tooltip" };
5198
+ const _hoisted_2$l = { class: "ui-v1-copy-button__icon" };
5199
+ const _hoisted_3$h = { class: "ui-v1-copy-button__text" };
5200
+ const _hoisted_4$9 = ["value"];
5201
+ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
5202
5202
  __name: "UiCopyButton",
5203
5203
  props: {
5204
5204
  /** Текст для копирования в буфер обмена */
@@ -5270,7 +5270,7 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
5270
5270
  onClick: copy
5271
5271
  }, [
5272
5272
  vue.renderSlot(_ctx.$slots, "trigger", {}, () => [
5273
- vue.createVNode(_sfc_main$Z, {
5273
+ vue.createVNode(_sfc_main$14, {
5274
5274
  size: __props.size,
5275
5275
  appearance: "tertiary"
5276
5276
  }, {
@@ -5280,7 +5280,7 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
5280
5280
  _: 1
5281
5281
  }, 8, ["size"])
5282
5282
  ]),
5283
- vue.createVNode(_sfc_main$P, vue.mergeProps({
5283
+ vue.createVNode(_sfc_main$W, vue.mergeProps({
5284
5284
  visible: visible.value,
5285
5285
  "onUpdate:visible": _cache[0] || (_cache[0] = ($event) => visible.value = $event),
5286
5286
  target: rootTarget.value,
@@ -5290,12 +5290,12 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
5290
5290
  ...__props.tooltipOptions
5291
5291
  }), {
5292
5292
  default: vue.withCtx(() => [
5293
- vue.createElementVNode("div", _hoisted_1$y, [
5293
+ vue.createElementVNode("div", _hoisted_1$D, [
5294
5294
  copied.value ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
5295
- vue.createElementVNode("div", _hoisted_2$i, [
5295
+ vue.createElementVNode("div", _hoisted_2$l, [
5296
5296
  vue.createVNode(vue.unref(IconCheckmarkCircleOutlined))
5297
5297
  ]),
5298
- vue.createElementVNode("div", _hoisted_3$e, [
5298
+ vue.createElementVNode("div", _hoisted_3$h, [
5299
5299
  vue.renderSlot(_ctx.$slots, "hint-copied")
5300
5300
  ])
5301
5301
  ], 64)) : vue.renderSlot(_ctx.$slots, "hint", { key: 1 })
@@ -5310,7 +5310,7 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
5310
5310
  value: __props.text,
5311
5311
  class: "ui-v1-copy-button__area",
5312
5312
  type: "text"
5313
- }, null, 8, _hoisted_4$8)) : vue.createCommentVNode("", true)
5313
+ }, null, 8, _hoisted_4$9)) : vue.createCommentVNode("", true)
5314
5314
  ], 544);
5315
5315
  };
5316
5316
  }
@@ -5350,7 +5350,7 @@ function detectLocale() {
5350
5350
  }
5351
5351
  return "en-GB";
5352
5352
  }
5353
- const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
5353
+ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
5354
5354
  __name: "UiDate",
5355
5355
  props: {
5356
5356
  date: {
@@ -5377,12 +5377,12 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
5377
5377
  };
5378
5378
  }
5379
5379
  });
5380
- const _hoisted_1$x = {
5380
+ const _hoisted_1$C = {
5381
5381
  xmlns: "http://www.w3.org/2000/svg",
5382
5382
  viewBox: "0 0 24 24"
5383
5383
  };
5384
- function render$d(_ctx, _cache) {
5385
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$x, [..._cache[0] || (_cache[0] = [
5384
+ function render$e(_ctx, _cache) {
5385
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$C, [..._cache[0] || (_cache[0] = [
5386
5386
  vue.createElementVNode("path", {
5387
5387
  fill: "currentColor",
5388
5388
  "fill-rule": "evenodd",
@@ -5391,13 +5391,13 @@ function render$d(_ctx, _cache) {
5391
5391
  }, null, -1)
5392
5392
  ])]);
5393
5393
  }
5394
- const IconCalendar = { render: render$d };
5395
- const _hoisted_1$w = {
5394
+ const IconCalendar = { render: render$e };
5395
+ const _hoisted_1$B = {
5396
5396
  xmlns: "http://www.w3.org/2000/svg",
5397
5397
  viewBox: "0 0 24 24"
5398
5398
  };
5399
- function render$c(_ctx, _cache) {
5400
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$w, [..._cache[0] || (_cache[0] = [
5399
+ function render$d(_ctx, _cache) {
5400
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$B, [..._cache[0] || (_cache[0] = [
5401
5401
  vue.createElementVNode("path", {
5402
5402
  fill: "currentColor",
5403
5403
  "fill-rule": "evenodd",
@@ -5406,7 +5406,7 @@ function render$c(_ctx, _cache) {
5406
5406
  }, null, -1)
5407
5407
  ])]);
5408
5408
  }
5409
- const IconClearCircle = { render: render$c };
5409
+ const IconClearCircle = { render: render$d };
5410
5410
  var WIDTH = /* @__PURE__ */ ((WIDTH2) => {
5411
5411
  WIDTH2["FIT"] = "fit";
5412
5412
  WIDTH2["FLUID"] = "fluid";
@@ -5516,37 +5516,37 @@ function normalizeDecimals(value, decimals) {
5516
5516
  return value;
5517
5517
  }
5518
5518
  const clear$5 = "Clear";
5519
- const messages_en_GB$5 = {
5519
+ const messages_en_GB$6 = {
5520
5520
  clear: clear$5
5521
5521
  };
5522
5522
  const clear$4 = "Borrar";
5523
- const messages_es_ES$5 = {
5523
+ const messages_es_ES$6 = {
5524
5524
  clear: clear$4
5525
5525
  };
5526
5526
  const clear$3 = "Очистить";
5527
- const messages_ru_RU$5 = {
5527
+ const messages_ru_RU$6 = {
5528
5528
  clear: clear$3
5529
5529
  };
5530
- const _i18n$5 = define({
5530
+ const _i18n$6 = define({
5531
5531
  messages: {
5532
- "en-GB": messages_en_GB$5,
5533
- "es-ES": messages_es_ES$5,
5534
- "ru-RU": messages_ru_RU$5
5532
+ "en-GB": messages_en_GB$6,
5533
+ "es-ES": messages_es_ES$6,
5534
+ "ru-RU": messages_ru_RU$6
5535
5535
  }
5536
5536
  });
5537
- const _hoisted_1$v = ["id"];
5538
- const _hoisted_2$h = {
5537
+ const _hoisted_1$A = ["id"];
5538
+ const _hoisted_2$k = {
5539
5539
  key: 0,
5540
5540
  class: "ui-v1-textbox__prefix"
5541
5541
  };
5542
- const _hoisted_3$d = ["id", "type", "value", "max", "min", "step", "aria-invalid", "autocomplete", "inputmode", "maxlength", "placeholder", "readonly", "required", "disabled"];
5543
- const _hoisted_4$7 = ["id", "value", "aria-invalid", "autocomplete", "inputmode", "maxlength", "placeholder", "rows", "cols", "readonly", "required", "disabled"];
5544
- const _hoisted_5$6 = ["disabled", "aria-controls", "aria-label"];
5545
- const _hoisted_6$4 = {
5542
+ const _hoisted_3$g = ["id", "type", "value", "max", "min", "step", "aria-invalid", "autocomplete", "inputmode", "maxlength", "placeholder", "readonly", "required", "disabled"];
5543
+ const _hoisted_4$8 = ["id", "value", "aria-invalid", "autocomplete", "inputmode", "maxlength", "placeholder", "rows", "cols", "readonly", "required", "disabled"];
5544
+ const _hoisted_5$7 = ["disabled", "aria-controls", "aria-label"];
5545
+ const _hoisted_6$5 = {
5546
5546
  key: 7,
5547
5547
  class: "ui-v1-textbox__suffix"
5548
5548
  };
5549
- const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
5549
+ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
5550
5550
  __name: "UiTextbox",
5551
5551
  props: {
5552
5552
  /** Уникальный идентификатор поля */
@@ -5713,7 +5713,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
5713
5713
  const props = __props;
5714
5714
  const emit = __emit;
5715
5715
  const uid2 = vue.useId();
5716
- const i18n = vue.computed(() => _i18n$5.init(vue.inject(I18nInjectKey, null)?.locale ?? _i18n$5.fallback));
5716
+ const i18n = vue.computed(() => _i18n$6.init(vue.inject(I18nInjectKey, null)?.locale ?? _i18n$6.fallback));
5717
5717
  const style = vue.computed(() => {
5718
5718
  const width = normalizeWidth(props.width);
5719
5719
  return isWidthExact(props.width) && width ? { width } : {};
@@ -5983,7 +5983,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
5983
5983
  },
5984
5984
  style: style.value
5985
5985
  }, _ctx.$attrs), [
5986
- __props.prefix || "prefix" in _ctx.$slots ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$h, [
5986
+ __props.prefix || "prefix" in _ctx.$slots ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$k, [
5987
5987
  vue.renderSlot(_ctx.$slots, "prefix", {}, () => [
5988
5988
  vue.createTextVNode(vue.toDisplayString(__props.prefix), 1)
5989
5989
  ])
@@ -6020,7 +6020,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
6020
6020
  onChange,
6021
6021
  onFocus,
6022
6022
  onBlur
6023
- }), null, 16, _hoisted_3$d)) : (vue.openBlock(), vue.createElementBlock("textarea", vue.mergeProps({
6023
+ }), null, 16, _hoisted_3$g)) : (vue.openBlock(), vue.createElementBlock("textarea", vue.mergeProps({
6024
6024
  key: 3,
6025
6025
  id: __props.id ?? vue.unref(uid2),
6026
6026
  ref_key: "textbox",
@@ -6043,7 +6043,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
6043
6043
  onChange,
6044
6044
  onFocus,
6045
6045
  onBlur
6046
- }), null, 16, _hoisted_4$7)),
6046
+ }), null, 16, _hoisted_4$8)),
6047
6047
  __props.autofit ? (vue.openBlock(), vue.createElementBlock("span", {
6048
6048
  key: 4,
6049
6049
  ref_key: "placeholderRef",
@@ -6060,7 +6060,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
6060
6060
  onClick: clear2
6061
6061
  }, [
6062
6062
  vue.createVNode(vue.unref(IconClearCircle), { "aria-hidden": "true" })
6063
- ], 8, _hoisted_5$6)) : vue.createCommentVNode("", true),
6063
+ ], 8, _hoisted_5$7)) : vue.createCommentVNode("", true),
6064
6064
  "trailing-icon" in _ctx.$slots ? (vue.openBlock(), vue.createElementBlock("span", {
6065
6065
  key: 6,
6066
6066
  class: "ui-v1-textbox__icon ui-v1-textbox__icon_trailing",
@@ -6068,12 +6068,12 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
6068
6068
  }, [
6069
6069
  vue.renderSlot(_ctx.$slots, "trailing-icon")
6070
6070
  ])) : vue.createCommentVNode("", true),
6071
- __props.suffix || "suffix" in _ctx.$slots ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_6$4, [
6071
+ __props.suffix || "suffix" in _ctx.$slots ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_6$5, [
6072
6072
  vue.renderSlot(_ctx.$slots, "suffix", {}, () => [
6073
6073
  vue.createTextVNode(vue.toDisplayString(__props.suffix), 1)
6074
6074
  ])
6075
6075
  ])) : vue.createCommentVNode("", true)
6076
- ], 16, _hoisted_1$v);
6076
+ ], 16, _hoisted_1$A);
6077
6077
  };
6078
6078
  }
6079
6079
  });
@@ -6091,29 +6091,29 @@ const deltaTransition$1 = (el) => {
6091
6091
  animationDuration: `${delta * 15}ms`
6092
6092
  } : {};
6093
6093
  };
6094
- const _hoisted_1$u = {
6094
+ const _hoisted_1$z = {
6095
6095
  key: 0,
6096
6096
  class: "ui-v1-menu-item__avatar"
6097
6097
  };
6098
- const _hoisted_2$g = {
6098
+ const _hoisted_2$j = {
6099
6099
  key: 1,
6100
6100
  class: "ui-v1-menu-item__icon ui-v1-menu-item__icon_leading"
6101
6101
  };
6102
- const _hoisted_3$c = { class: "ui-v1-menu-item__content" };
6103
- const _hoisted_4$6 = { class: "ui-v1-menu-item__text" };
6104
- const _hoisted_5$5 = {
6102
+ const _hoisted_3$f = { class: "ui-v1-menu-item__content" };
6103
+ const _hoisted_4$7 = { class: "ui-v1-menu-item__text" };
6104
+ const _hoisted_5$6 = {
6105
6105
  key: 0,
6106
6106
  class: "ui-v1-menu-item__description"
6107
6107
  };
6108
- const _hoisted_6$3 = {
6108
+ const _hoisted_6$4 = {
6109
6109
  key: 2,
6110
6110
  class: "ui-v1-menu-item__counter"
6111
6111
  };
6112
- const _hoisted_7$2 = {
6112
+ const _hoisted_7$3 = {
6113
6113
  key: 3,
6114
6114
  class: "ui-v1-menu-item__icon ui-v1-menu-item__icon_trailing"
6115
6115
  };
6116
- const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
6116
+ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
6117
6117
  __name: "UiMenuItem",
6118
6118
  props: {
6119
6119
  /** Размер */
@@ -6192,13 +6192,13 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
6192
6192
  }),
6193
6193
  onMouseoverOnce: onHover
6194
6194
  }, [
6195
- _ctx.$slots["avatar"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$u, [
6195
+ _ctx.$slots["avatar"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$z, [
6196
6196
  vue.renderSlot(_ctx.$slots, "avatar")
6197
- ])) : _ctx.$slots["leading-icon"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$g, [
6197
+ ])) : _ctx.$slots["leading-icon"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$j, [
6198
6198
  vue.renderSlot(_ctx.$slots, "leading-icon")
6199
6199
  ])) : vue.createCommentVNode("", true),
6200
- vue.createElementVNode("div", _hoisted_3$c, [
6201
- vue.createElementVNode("div", _hoisted_4$6, [
6200
+ vue.createElementVNode("div", _hoisted_3$f, [
6201
+ vue.createElementVNode("div", _hoisted_4$7, [
6202
6202
  __props.ticker ? (vue.openBlock(), vue.createElementBlock("div", {
6203
6203
  key: 0,
6204
6204
  ref_key: "textRef",
@@ -6209,14 +6209,14 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
6209
6209
  vue.renderSlot(_ctx.$slots, "default")
6210
6210
  ], 4)) : vue.renderSlot(_ctx.$slots, "default", { key: 1 })
6211
6211
  ]),
6212
- _ctx.$slots["description"] || __props.description ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$5, [
6212
+ _ctx.$slots["description"] || __props.description ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$6, [
6213
6213
  vue.renderSlot(_ctx.$slots, "description", {}, () => [
6214
6214
  vue.createTextVNode(vue.toDisplayString(__props.description), 1)
6215
6215
  ])
6216
6216
  ])) : vue.createCommentVNode("", true)
6217
6217
  ]),
6218
- __props.counter !== null ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$3, vue.toDisplayString(__props.counter), 1)) : vue.createCommentVNode("", true),
6219
- _ctx.$slots["trailing-icon"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$2, [
6218
+ __props.counter !== null ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$4, vue.toDisplayString(__props.counter), 1)) : vue.createCommentVNode("", true),
6219
+ _ctx.$slots["trailing-icon"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$3, [
6220
6220
  vue.renderSlot(_ctx.$slots, "trailing-icon")
6221
6221
  ])) : vue.createCommentVNode("", true)
6222
6222
  ], 34)
@@ -6224,7 +6224,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
6224
6224
  };
6225
6225
  }
6226
6226
  });
6227
- const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
6227
+ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
6228
6228
  __name: "UiScrollBox",
6229
6229
  props: {
6230
6230
  /** Наименование тэга-обёртки для нативного скролла */
@@ -6402,7 +6402,7 @@ const isQuickDateEqual = (first, second) => {
6402
6402
  }
6403
6403
  return false;
6404
6404
  };
6405
- const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
6405
+ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
6406
6406
  __name: "UiDatePickerQuickMenu",
6407
6407
  props: {
6408
6408
  value: {
@@ -6428,14 +6428,14 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
6428
6428
  emit("change", props.nullable && isActive(date) ? null : date);
6429
6429
  };
6430
6430
  return (_ctx, _cache) => {
6431
- return vue.openBlock(), vue.createBlock(_sfc_main$K, {
6431
+ return vue.openBlock(), vue.createBlock(_sfc_main$R, {
6432
6432
  class: "ui-v1-date-picker__quick-menu",
6433
6433
  role: "menu",
6434
6434
  native: ""
6435
6435
  }, {
6436
6436
  default: vue.withCtx(() => [
6437
6437
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.items, (item, index) => {
6438
- return vue.openBlock(), vue.createBlock(_sfc_main$L, {
6438
+ return vue.openBlock(), vue.createBlock(_sfc_main$S, {
6439
6439
  key: "quick-item-" + index,
6440
6440
  active: isActive(item.value),
6441
6441
  "aria-current": isActive(item.value) ? "true" : "false",
@@ -6457,34 +6457,34 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
6457
6457
  });
6458
6458
  const apply$2 = "Apply";
6459
6459
  const clear$2 = "Clear";
6460
- const messages_en_GB$4 = {
6460
+ const messages_en_GB$5 = {
6461
6461
  apply: apply$2,
6462
6462
  clear: clear$2
6463
6463
  };
6464
6464
  const apply$1 = "Aplicar";
6465
6465
  const clear$1 = "Limpiar";
6466
- const messages_es_ES$4 = {
6466
+ const messages_es_ES$5 = {
6467
6467
  apply: apply$1,
6468
6468
  clear: clear$1
6469
6469
  };
6470
6470
  const apply = "Применить";
6471
6471
  const clear = "Очистить";
6472
- const messages_ru_RU$4 = {
6472
+ const messages_ru_RU$5 = {
6473
6473
  apply,
6474
6474
  clear
6475
6475
  };
6476
- const _i18n$4 = define({
6476
+ const _i18n$5 = define({
6477
6477
  messages: {
6478
- "en-GB": messages_en_GB$4,
6479
- "es-ES": messages_es_ES$4,
6480
- "ru-RU": messages_ru_RU$4
6478
+ "en-GB": messages_en_GB$5,
6479
+ "es-ES": messages_es_ES$5,
6480
+ "ru-RU": messages_ru_RU$5
6481
6481
  }
6482
6482
  });
6483
- const _hoisted_1$t = ["id", "aria-controls", "aria-disabled", "aria-expanded", "aria-readonly"];
6484
- const _hoisted_2$f = ["id"];
6485
- const _hoisted_3$b = { class: "ui-v1-date-picker__workspace" };
6486
- const _hoisted_4$5 = { class: "ui-v1-date-picker__action" };
6487
- const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
6483
+ const _hoisted_1$y = ["id", "aria-controls", "aria-disabled", "aria-expanded", "aria-readonly"];
6484
+ const _hoisted_2$i = ["id"];
6485
+ const _hoisted_3$e = { class: "ui-v1-date-picker__workspace" };
6486
+ const _hoisted_4$6 = { class: "ui-v1-date-picker__action" };
6487
+ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
6488
6488
  ...{
6489
6489
  inheritAttrs: false
6490
6490
  },
@@ -6602,7 +6602,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
6602
6602
  const emit = __emit;
6603
6603
  const uid2 = vue.useId();
6604
6604
  const inputId = vue.computed(() => props.id ?? uid2);
6605
- const i18n = vue.computed(() => _i18n$4.init(vue.inject(I18nInjectKey, null)?.locale ?? _i18n$4.fallback));
6605
+ const i18n = vue.computed(() => _i18n$5.init(vue.inject(I18nInjectKey, null)?.locale ?? _i18n$5.fallback));
6606
6606
  const trigger = vue.ref(null);
6607
6607
  const popperContent = vue.ref(null);
6608
6608
  const textbox = vue.ref(null);
@@ -6851,7 +6851,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
6851
6851
  onClick: toggle
6852
6852
  }, [
6853
6853
  vue.renderSlot(_ctx.$slots, "trigger")
6854
- ])) : (vue.openBlock(), vue.createBlock(_sfc_main$M, vue.mergeProps({
6854
+ ])) : (vue.openBlock(), vue.createBlock(_sfc_main$T, vue.mergeProps({
6855
6855
  key: 1,
6856
6856
  id: inputId.value,
6857
6857
  ref_key: "textbox",
@@ -6886,7 +6886,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
6886
6886
  key: "0"
6887
6887
  } : void 0
6888
6888
  ]), 1040, ["id", "clearable", "value", "placeholder", "active", "disabled", "readonly"])),
6889
- vue.createVNode(_sfc_main$Q, vue.mergeProps({
6889
+ vue.createVNode(_sfc_main$X, vue.mergeProps({
6890
6890
  id: `${inputId.value}-popper`,
6891
6891
  visible: showCalendar.value,
6892
6892
  target: triggerTarget.value,
@@ -6909,15 +6909,15 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
6909
6909
  onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
6910
6910
  }, ["stop"]))
6911
6911
  }, [
6912
- __props.quickOptions.length > 0 ? (vue.openBlock(), vue.createBlock(_sfc_main$J, {
6912
+ __props.quickOptions.length > 0 ? (vue.openBlock(), vue.createBlock(_sfc_main$Q, {
6913
6913
  key: 0,
6914
6914
  value: view.value,
6915
6915
  items: __props.quickOptions,
6916
6916
  nullable: __props.nullable,
6917
6917
  onChange: onQuickChange
6918
6918
  }, null, 8, ["value", "items", "nullable"])) : vue.createCommentVNode("", true),
6919
- vue.createElementVNode("div", _hoisted_3$b, [
6920
- vue.createVNode(_sfc_main$V, {
6919
+ vue.createElementVNode("div", _hoisted_3$e, [
6920
+ vue.createVNode(_sfc_main$10, {
6921
6921
  ref_key: "calendar",
6922
6922
  ref: calendar,
6923
6923
  value: view.value,
@@ -6937,8 +6937,8 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
6937
6937
  "ui-v1-date-picker__footer_horizontal": __props.appearance === vue.unref(APPEARANCE$5).DOUBLE
6938
6938
  })
6939
6939
  }, [
6940
- vue.createElementVNode("div", _hoisted_4$5, [
6941
- vue.createVNode(_sfc_main$Z, {
6940
+ vue.createElementVNode("div", _hoisted_4$6, [
6941
+ vue.createVNode(_sfc_main$14, {
6942
6942
  appearance: "tertiary",
6943
6943
  class: "ui-v1-date-picker__button",
6944
6944
  onClick: reset
@@ -6948,7 +6948,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
6948
6948
  ]),
6949
6949
  _: 1
6950
6950
  }),
6951
- vue.createVNode(_sfc_main$Z, {
6951
+ vue.createVNode(_sfc_main$14, {
6952
6952
  class: "ui-v1-date-picker__button",
6953
6953
  onClick: apply2
6954
6954
  }, {
@@ -6960,11 +6960,11 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
6960
6960
  ])
6961
6961
  ], 2)) : vue.createCommentVNode("", true)
6962
6962
  ])
6963
- ], 8, _hoisted_2$f)
6963
+ ], 8, _hoisted_2$i)
6964
6964
  ]),
6965
6965
  _: 1
6966
6966
  }, 16, ["id", "visible", "target", "container", "placement", "aria-hidden", "class", "disabled"])
6967
- ], 16, _hoisted_1$t);
6967
+ ], 16, _hoisted_1$y);
6968
6968
  };
6969
6969
  }
6970
6970
  });
@@ -6973,7 +6973,7 @@ var ALIGN$1 = /* @__PURE__ */ ((ALIGN2) => {
6973
6973
  ALIGN2["RIGHT"] = "right";
6974
6974
  return ALIGN2;
6975
6975
  })(ALIGN$1 || {});
6976
- const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
6976
+ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
6977
6977
  __name: "UiError",
6978
6978
  props: {
6979
6979
  /** Тест, разметка ошибки */
@@ -7012,46 +7012,46 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
7012
7012
  };
7013
7013
  }
7014
7014
  });
7015
- const _hoisted_1$s = {
7015
+ const _hoisted_1$x = {
7016
7016
  xmlns: "http://www.w3.org/2000/svg",
7017
7017
  viewBox: "0 0 24 24"
7018
7018
  };
7019
- function render$b(_ctx, _cache) {
7020
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$s, [..._cache[0] || (_cache[0] = [
7019
+ function render$c(_ctx, _cache) {
7020
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$x, [..._cache[0] || (_cache[0] = [
7021
7021
  vue.createElementVNode("path", {
7022
7022
  fill: "currentColor",
7023
7023
  d: "M12.72 15.78a.75.75 0 0 1-.53.22h-.38a.77.77 0 0 1-.53-.22l-5.13-5.14a.5.5 0 0 1 0-.71l.71-.71a.49.49 0 0 1 .7 0L12 13.67l4.44-4.45a.5.5 0 0 1 .71 0l.7.71a.5.5 0 0 1 0 .71z"
7024
7024
  }, null, -1)
7025
7025
  ])]);
7026
7026
  }
7027
- const IconChevronDown = { render: render$b };
7028
- const _hoisted_1$r = {
7027
+ const IconChevronDown = { render: render$c };
7028
+ const _hoisted_1$w = {
7029
7029
  xmlns: "http://www.w3.org/2000/svg",
7030
7030
  viewBox: "0 0 24 24"
7031
7031
  };
7032
- function render$a(_ctx, _cache) {
7033
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$r, [..._cache[0] || (_cache[0] = [
7032
+ function render$b(_ctx, _cache) {
7033
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$w, [..._cache[0] || (_cache[0] = [
7034
7034
  vue.createElementVNode("path", {
7035
7035
  fill: "currentColor",
7036
7036
  d: "M11.28 8.22a.75.75 0 0 1 .53-.22h.38a.77.77 0 0 1 .53.22l5.13 5.14a.5.5 0 0 1 0 .71l-.71.71a.49.49 0 0 1-.7 0L12 10.33l-4.44 4.45a.5.5 0 0 1-.71 0l-.7-.71a.5.5 0 0 1 0-.71z"
7037
7037
  }, null, -1)
7038
7038
  ])]);
7039
7039
  }
7040
- const IconChevronUp = { render: render$a };
7041
- const _hoisted_1$q = ["id", "aria-expanded", "aria-hidden"];
7042
- const _hoisted_2$e = {
7040
+ const IconChevronUp = { render: render$b };
7041
+ const _hoisted_1$v = ["id", "aria-expanded", "aria-hidden"];
7042
+ const _hoisted_2$h = {
7043
7043
  "aria-hidden": "true",
7044
7044
  class: "ui-v1-infobox__media"
7045
7045
  };
7046
- const _hoisted_3$a = { class: "ui-v1-infobox__icon" };
7047
- const _hoisted_4$4 = { class: "ui-v1-infobox__content" };
7048
- const _hoisted_5$4 = {
7046
+ const _hoisted_3$d = { class: "ui-v1-infobox__icon" };
7047
+ const _hoisted_4$5 = { class: "ui-v1-infobox__content" };
7048
+ const _hoisted_5$5 = {
7049
7049
  key: 0,
7050
7050
  class: "ui-v1-infobox__header"
7051
7051
  };
7052
- const _hoisted_6$2 = ["id"];
7053
- const _hoisted_7$1 = ["aria-controls", "aria-expanded"];
7054
- const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
7052
+ const _hoisted_6$3 = ["id"];
7053
+ const _hoisted_7$2 = ["aria-controls", "aria-expanded"];
7054
+ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
7055
7055
  ...{
7056
7056
  inheritAttrs: false
7057
7057
  },
@@ -7188,7 +7188,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
7188
7188
  syncExpandedFromProps();
7189
7189
  });
7190
7190
  return (_ctx, _cache) => {
7191
- return vue.openBlock(), vue.createBlock(_sfc_main$13, {
7191
+ return vue.openBlock(), vue.createBlock(_sfc_main$1a, {
7192
7192
  name: "fade",
7193
7193
  onAfterEnter,
7194
7194
  onAfterLeave,
@@ -7208,8 +7208,8 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
7208
7208
  },
7209
7209
  role: "alert"
7210
7210
  }, rootAttrs.value), [
7211
- vue.createElementVNode("div", _hoisted_2$e, [
7212
- vue.createElementVNode("div", _hoisted_3$a, [
7211
+ vue.createElementVNode("div", _hoisted_2$h, [
7212
+ vue.createElementVNode("div", _hoisted_3$d, [
7213
7213
  vue.renderSlot(_ctx.$slots, "icon", {
7214
7214
  expanded: state.shouldBeExpanded
7215
7215
  }, () => [
@@ -7217,8 +7217,8 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
7217
7217
  ])
7218
7218
  ])
7219
7219
  ]),
7220
- vue.createElementVNode("div", _hoisted_4$4, [
7221
- hasHeader.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$4, [
7220
+ vue.createElementVNode("div", _hoisted_4$5, [
7221
+ hasHeader.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$5, [
7222
7222
  hasTitle.value ? (vue.openBlock(), vue.createElementBlock("div", {
7223
7223
  key: 0,
7224
7224
  id: titleId.value,
@@ -7229,7 +7229,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
7229
7229
  }, () => [
7230
7230
  vue.createTextVNode(vue.toDisplayString(__props.title), 1)
7231
7231
  ])
7232
- ], 8, _hoisted_6$2)) : vue.createCommentVNode("", true),
7232
+ ], 8, _hoisted_6$3)) : vue.createCommentVNode("", true),
7233
7233
  __props.expandable ? (vue.openBlock(), vue.createElementBlock("button", {
7234
7234
  key: 1,
7235
7235
  "aria-controls": bodyId.value,
@@ -7252,9 +7252,9 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
7252
7252
  "aria-hidden": "true",
7253
7253
  class: "ui-v1-infobox__caret"
7254
7254
  }))
7255
- ], 8, _hoisted_7$1)) : vue.createCommentVNode("", true)
7255
+ ], 8, _hoisted_7$2)) : vue.createCommentVNode("", true)
7256
7256
  ])) : vue.createCommentVNode("", true),
7257
- vue.createVNode(_sfc_main$T, {
7257
+ vue.createVNode(_sfc_main$_, {
7258
7258
  id: bodyId.value,
7259
7259
  "aria-labelledby": hasTitle.value ? titleId.value : void 0,
7260
7260
  expanded: bodyExpanded.value,
@@ -7282,7 +7282,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
7282
7282
  }, [
7283
7283
  vue.createVNode(vue.unref(IconClear), { class: "ui-v1-infobox__closer-icon" })
7284
7284
  ])) : vue.createCommentVNode("", true)
7285
- ], 16, _hoisted_1$q), [
7285
+ ], 16, _hoisted_1$v), [
7286
7286
  [vue.vShow, state.shouldBeShown]
7287
7287
  ])
7288
7288
  ]),
@@ -7291,19 +7291,19 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
7291
7291
  };
7292
7292
  }
7293
7293
  });
7294
- const _hoisted_1$p = {
7294
+ const _hoisted_1$u = {
7295
7295
  xmlns: "http://www.w3.org/2000/svg",
7296
7296
  viewBox: "0 0 24 24"
7297
7297
  };
7298
- function render$9(_ctx, _cache) {
7299
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$p, [..._cache[0] || (_cache[0] = [
7298
+ function render$a(_ctx, _cache) {
7299
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$u, [..._cache[0] || (_cache[0] = [
7300
7300
  vue.createElementVNode("path", {
7301
7301
  fill: "currentColor",
7302
7302
  d: "m6.844 17.854-.7-.703a.5.5 0 0 1 0-.704l8.48-8.456-6.212.007a.49.49 0 0 1-.496-.5l.007-.991a.5.5 0 0 1 .496-.5L16.994 6c.196 0 .385.078.524.218l.265.267c.137.142.215.33.217.528l-.007 8.633a.5.5 0 0 1-.496.5h-.992a.48.48 0 0 1-.49-.493l.007-6.255-8.48 8.456a.49.49 0 0 1-.698 0"
7303
7303
  }, null, -1)
7304
7304
  ])]);
7305
7305
  }
7306
- const IconOpenInNew = { render: render$9 };
7306
+ const IconOpenInNew = { render: render$a };
7307
7307
  var APPEARANCE$4 = /* @__PURE__ */ ((APPEARANCE2) => {
7308
7308
  APPEARANCE2["BREADCRUMBS"] = "breadcrumbs";
7309
7309
  APPEARANCE2["DEFAULT"] = "default";
@@ -7322,16 +7322,16 @@ var SIZE$6 = /* @__PURE__ */ ((SIZE2) => {
7322
7322
  SIZE2["TITLE02"] = "title-02";
7323
7323
  return SIZE2;
7324
7324
  })(SIZE$6 || {});
7325
- const _hoisted_1$o = ["href", "target"];
7326
- const _hoisted_2$d = {
7325
+ const _hoisted_1$t = ["href", "target"];
7326
+ const _hoisted_2$g = {
7327
7327
  key: 0,
7328
7328
  class: "ui-v1-link__inner"
7329
7329
  };
7330
- const _hoisted_3$9 = {
7330
+ const _hoisted_3$c = {
7331
7331
  key: 2,
7332
7332
  class: "ui-v1-link__icon"
7333
7333
  };
7334
- const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
7334
+ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
7335
7335
  __name: "UiLink",
7336
7336
  props: {
7337
7337
  /** Атрибут ссылки */
@@ -7400,19 +7400,19 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
7400
7400
  },
7401
7401
  target: __props.external ? "_blank" : "_self"
7402
7402
  }, _ctx.$attrs), [
7403
- __props.dotted ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$d, [
7403
+ __props.dotted ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$g, [
7404
7404
  vue.renderSlot(_ctx.$slots, "default")
7405
7405
  ])) : vue.renderSlot(_ctx.$slots, "default", { key: 1 }),
7406
- _ctx.$slots.icon || __props.external ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$9, [
7406
+ _ctx.$slots.icon || __props.external ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$c, [
7407
7407
  vue.renderSlot(_ctx.$slots, "icon", {}, () => [
7408
7408
  vue.createVNode(vue.unref(IconOpenInNew), { class: "ui-v1-link__icon-sprite" })
7409
7409
  ])
7410
7410
  ])) : vue.createCommentVNode("", true)
7411
- ], 16, _hoisted_1$o);
7411
+ ], 16, _hoisted_1$t);
7412
7412
  };
7413
7413
  }
7414
7414
  });
7415
- const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
7415
+ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
7416
7416
  __name: "UiLoader",
7417
7417
  props: {
7418
7418
  /** Диаметр (размер) окружности индикатора */
@@ -7444,7 +7444,7 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
7444
7444
  },
7445
7445
  setup(__props) {
7446
7446
  return (_ctx, _cache) => {
7447
- return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(__props.transition ? _sfc_main$13 : "div"), vue.normalizeProps(vue.guardReactiveProps(__props.transition ? {
7447
+ return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(__props.transition ? _sfc_main$1a : "div"), vue.normalizeProps(vue.guardReactiveProps(__props.transition ? {
7448
7448
  appear: true,
7449
7449
  class: "ui-v1-loader-wrapper",
7450
7450
  name: __props.transition
@@ -7471,38 +7471,530 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
7471
7471
  };
7472
7472
  }
7473
7473
  });
7474
- const _export_sfc = (sfc, props) => {
7475
- const target = sfc.__vccOpts || sfc;
7476
- for (const [key, val] of props) {
7477
- target[key] = val;
7474
+ const _hoisted_1$s = {
7475
+ xmlns: "http://www.w3.org/2000/svg",
7476
+ viewBox: "0 0 24 24"
7477
+ };
7478
+ function render$9(_ctx, _cache) {
7479
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$s, [..._cache[0] || (_cache[0] = [
7480
+ vue.createElementVNode("path", {
7481
+ fill: "currentColor",
7482
+ d: "M8.138 11.06A.52.52 0 0 1 8 10.705c0-.133.05-.261.138-.355l.187-.2A.44.44 0 0 1 8.66 10h6.68a.44.44 0 0 1 .335.15l.187.2a.52.52 0 0 1 .138.355c0 .133-.05.26-.138.355l-3.536 3.788A.43.43 0 0 1 12 15a.43.43 0 0 1-.326-.152z"
7483
+ }, null, -1)
7484
+ ])]);
7485
+ }
7486
+ const IconCaret = { render: render$9 };
7487
+ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
7488
+ __name: "UiLogicTreeCaret",
7489
+ props: {
7490
+ active: { type: Boolean, default: false }
7491
+ },
7492
+ setup(__props) {
7493
+ return (_ctx, _cache) => {
7494
+ return vue.openBlock(), vue.createBlock(vue.unref(IconCaret), {
7495
+ class: vue.normalizeClass({
7496
+ "ui-v1-logic-tree-caret": true,
7497
+ "ui-v1-logic-tree-caret_active": __props.active
7498
+ }),
7499
+ "aria-hidden": "true"
7500
+ }, null, 8, ["class"]);
7501
+ };
7478
7502
  }
7479
- return target;
7503
+ });
7504
+ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
7505
+ __name: "UiPopperConnector",
7506
+ setup(__props) {
7507
+ const target = vue.ref(null);
7508
+ vue.provide(ElementRefKey, target);
7509
+ vue.provide(PopperTargetKey, vue.computed(() => target.value));
7510
+ return (_ctx, _cache) => {
7511
+ return vue.renderSlot(_ctx.$slots, "default");
7512
+ };
7513
+ }
7514
+ });
7515
+ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
7516
+ ...{
7517
+ inheritAttrs: false
7518
+ },
7519
+ __name: "UiPopperTarget",
7520
+ props: {
7521
+ tag: {
7522
+ type: String,
7523
+ default: "div"
7524
+ }
7525
+ },
7526
+ setup(__props) {
7527
+ const root = useElementRef();
7528
+ return (_ctx, _cache) => {
7529
+ return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(__props.tag), vue.mergeProps({
7530
+ ref_key: "root",
7531
+ ref: root
7532
+ }, _ctx.$attrs), {
7533
+ default: vue.withCtx(() => [
7534
+ vue.renderSlot(_ctx.$slots, "default")
7535
+ ]),
7536
+ _: 3
7537
+ }, 16);
7538
+ };
7539
+ }
7540
+ });
7541
+ var LogicTreeConjunction = /* @__PURE__ */ ((LogicTreeConjunction2) => {
7542
+ LogicTreeConjunction2["AND"] = "and";
7543
+ LogicTreeConjunction2["OR"] = "or";
7544
+ return LogicTreeConjunction2;
7545
+ })(LogicTreeConjunction || {});
7546
+ var LogicTreeNodeView = /* @__PURE__ */ ((LogicTreeNodeView2) => {
7547
+ LogicTreeNodeView2["ACTIONS"] = "actions";
7548
+ LogicTreeNodeView2["SUMMARY"] = "summary";
7549
+ return LogicTreeNodeView2;
7550
+ })(LogicTreeNodeView || {});
7551
+ const _hoisted_1$r = ["data-node-path-key"];
7552
+ const _hoisted_2$f = { class: "ui-v1-logic-tree__node-main" };
7553
+ const _hoisted_3$b = {
7554
+ key: 0,
7555
+ class: "ui-v1-logic-tree__connectors"
7480
7556
  };
7481
- const _sfc_main$D = {};
7482
- const _hoisted_1$n = { class: "ui-v1-menu-item-group" };
7483
- const _hoisted_2$c = { class: "ui-v1-menu-item-group__head" };
7484
- const _hoisted_3$8 = {
7557
+ const _hoisted_4$4 = {
7485
7558
  key: 0,
7486
- class: "ui-v1-menu-item-group__head-option"
7559
+ class: "ui-v1-logic-tree__connector-stroke ui-v1-logic-tree__connector-stroke_top"
7487
7560
  };
7488
- const _hoisted_4$3 = {
7561
+ const _hoisted_5$4 = {
7489
7562
  key: 1,
7490
- class: "ui-v1-menu-item-group__head-inner"
7563
+ class: "ui-v1-logic-tree__connector-stroke ui-v1-logic-tree__connector-stroke_bottom"
7491
7564
  };
7492
- const _hoisted_5$3 = {
7493
- key: 0,
7494
- class: "ui-v1-menu-item-group__count"
7565
+ const _hoisted_6$2 = {
7566
+ key: 2,
7567
+ class: "ui-v1-logic-tree__connector-stroke ui-v1-logic-tree__connector-stroke_middle"
7495
7568
  };
7496
- function _sfc_render(_ctx, _cache) {
7497
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$n, [
7498
- vue.createElementVNode("div", _hoisted_2$c, [
7499
- _ctx.$slots.option ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$8, [
7500
- vue.renderSlot(_ctx.$slots, "option")
7501
- ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$3, [
7502
- vue.createElementVNode("div", {
7503
- class: vue.normalizeClass({
7504
- "ui-v1-menu-item-group__title": true,
7505
- "ui-v1-menu-item-group__title_upper": !_ctx.$slots.option
7569
+ const _hoisted_7$1 = ["data-path-key"];
7570
+ const _hoisted_8$1 = {
7571
+ key: 0,
7572
+ class: "ui-v1-logic-tree__actions-node"
7573
+ };
7574
+ const _hoisted_9 = { class: "ui-v1-logic-tree__node-prefix" };
7575
+ const _hoisted_10 = { class: "ui-v1-logic-tree__actions-node-content" };
7576
+ const _hoisted_11 = { class: "ui-v1-logic-tree__node-trailing" };
7577
+ const _hoisted_12 = ["aria-disabled", "tabindex", "onKeydown"];
7578
+ const _hoisted_13 = { class: "ui-v1-logic-tree__surface-node-content__main" };
7579
+ const _hoisted_14 = { class: "ui-v1-logic-tree__node-prefix" };
7580
+ const _hoisted_15 = { class: "ui-v1-logic-tree__node-content" };
7581
+ const _hoisted_16 = { class: "ui-v1-logic-tree__node-trailing" };
7582
+ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
7583
+ ...{
7584
+ inheritAttrs: false
7585
+ },
7586
+ __name: "UiLogicTreeNode",
7587
+ props: {
7588
+ connectors: {
7589
+ type: Array,
7590
+ default: () => []
7591
+ },
7592
+ disabled: {
7593
+ type: Boolean,
7594
+ default: false
7595
+ },
7596
+ editable: {
7597
+ type: Boolean,
7598
+ default: false
7599
+ },
7600
+ grouped: {
7601
+ type: Boolean,
7602
+ default: false
7603
+ },
7604
+ groupedHeader: {
7605
+ type: Boolean,
7606
+ default: false
7607
+ },
7608
+ groupedPosition: {
7609
+ type: String,
7610
+ default: void 0
7611
+ },
7612
+ highlighted: {
7613
+ type: Boolean,
7614
+ default: false
7615
+ },
7616
+ pathKey: {
7617
+ type: String,
7618
+ default: ""
7619
+ },
7620
+ conjunction: {
7621
+ type: String,
7622
+ default: ""
7623
+ },
7624
+ conjunctionLabel: {
7625
+ type: String,
7626
+ default: ""
7627
+ },
7628
+ conjunctionEndPathKey: {
7629
+ type: String,
7630
+ default: ""
7631
+ },
7632
+ conjunctionOffset: {
7633
+ type: Number,
7634
+ default: void 0
7635
+ },
7636
+ conjunctionStartPathKey: {
7637
+ type: String,
7638
+ default: ""
7639
+ },
7640
+ conjunctionTone: {
7641
+ type: String,
7642
+ default: void 0
7643
+ },
7644
+ nodeView: {
7645
+ type: String,
7646
+ default: LogicTreeNodeView.SUMMARY
7647
+ },
7648
+ selected: {
7649
+ type: Boolean,
7650
+ default: false
7651
+ }
7652
+ },
7653
+ emits: ["node-click", "node-edit"],
7654
+ setup(__props, { emit: __emit }) {
7655
+ const props = __props;
7656
+ const emit = __emit;
7657
+ const isEditable = vue.computed(() => props.editable);
7658
+ const isInteractiveDescendant = (event) => {
7659
+ const target = event.target;
7660
+ const currentTarget = event.currentTarget;
7661
+ const interactiveTarget = target?.closest(
7662
+ 'button, input, select, textarea, [role="button"], [role="option"], [data-skip-node-click="true"]'
7663
+ );
7664
+ return Boolean(interactiveTarget && interactiveTarget !== currentTarget);
7665
+ };
7666
+ const onClick = (event) => {
7667
+ if (props.disabled || isInteractiveDescendant(event)) {
7668
+ return;
7669
+ }
7670
+ if (!props.editable) {
7671
+ emit("node-edit", true);
7672
+ }
7673
+ emit("node-click", props.pathKey);
7674
+ };
7675
+ const onKeydownActivate = (event) => {
7676
+ if (props.disabled || isInteractiveDescendant(event)) {
7677
+ return;
7678
+ }
7679
+ if (!props.editable) {
7680
+ emit("node-edit", true);
7681
+ }
7682
+ emit("node-click", props.pathKey);
7683
+ };
7684
+ const conjunctionKind = vue.computed(() => {
7685
+ if (props.conjunction === LogicTreeConjunction.OR) {
7686
+ return "or";
7687
+ }
7688
+ if (props.conjunction === LogicTreeConjunction.AND) {
7689
+ return "and";
7690
+ }
7691
+ return "";
7692
+ });
7693
+ const nodeRef = vue.ref(null);
7694
+ const conjunctionCalculatedOffset = vue.ref(
7695
+ props.conjunction && props.conjunctionStartPathKey && props.conjunctionEndPathKey ? void 0 : props.conjunctionOffset
7696
+ );
7697
+ const resolveRelationElement = (root, pathKey) => root.querySelector(`[data-path-key="${pathKey}"]`) ?? root.querySelector(`[data-node-path-key="${pathKey}"]`);
7698
+ const resolveRelationAnchor = (element) => {
7699
+ const rect = element.getBoundingClientRect();
7700
+ return rect.top + rect.height / 2;
7701
+ };
7702
+ const recalculateConjunctionOffset = async () => {
7703
+ if (!props.conjunction || !props.conjunctionStartPathKey || !props.conjunctionEndPathKey) {
7704
+ conjunctionCalculatedOffset.value = props.conjunctionOffset;
7705
+ return;
7706
+ }
7707
+ await vue.nextTick();
7708
+ const currentNode = nodeRef.value;
7709
+ const root = currentNode?.closest(".ui-v1-logic-tree");
7710
+ if (!currentNode || !root) {
7711
+ conjunctionCalculatedOffset.value = props.conjunctionOffset;
7712
+ return;
7713
+ }
7714
+ const startNode = resolveRelationElement(root, props.conjunctionStartPathKey);
7715
+ const endNode = resolveRelationElement(root, props.conjunctionEndPathKey);
7716
+ if (!startNode || !endNode) {
7717
+ conjunctionCalculatedOffset.value = props.conjunctionOffset;
7718
+ return;
7719
+ }
7720
+ const currentTop = currentNode.getBoundingClientRect().top;
7721
+ const startAnchor = resolveRelationAnchor(startNode);
7722
+ const endAnchor = resolveRelationAnchor(endNode);
7723
+ conjunctionCalculatedOffset.value = (startAnchor + endAnchor) / 2 - currentTop;
7724
+ };
7725
+ const onResize = () => {
7726
+ void recalculateConjunctionOffset();
7727
+ };
7728
+ vue.onMounted(() => {
7729
+ void recalculateConjunctionOffset();
7730
+ window.addEventListener("resize", onResize);
7731
+ });
7732
+ vue.onUpdated(() => {
7733
+ void recalculateConjunctionOffset();
7734
+ });
7735
+ vue.onBeforeUnmount(() => {
7736
+ window.removeEventListener("resize", onResize);
7737
+ });
7738
+ const conjunctionBadgeStyle = vue.computed(() => {
7739
+ const left = `${Math.max(0, (props.connectors.length - 1) * 32 + 8)}px`;
7740
+ const offset2 = conjunctionCalculatedOffset.value;
7741
+ if (props.conjunction && props.conjunctionStartPathKey && props.conjunctionEndPathKey && offset2 === void 0) {
7742
+ return {
7743
+ left,
7744
+ visibility: "hidden"
7745
+ };
7746
+ }
7747
+ return offset2 !== void 0 ? { left, top: `${offset2}px` } : { left };
7748
+ });
7749
+ return (_ctx, _cache) => {
7750
+ return vue.openBlock(), vue.createElementBlock("div", {
7751
+ ref_key: "nodeRef",
7752
+ ref: nodeRef,
7753
+ class: vue.normalizeClass({
7754
+ "ui-v1-logic-tree__node": true,
7755
+ "ui-v1-logic-tree__node_grouped-header": __props.groupedHeader,
7756
+ "ui-v1-logic-tree__node_grouped": __props.grouped,
7757
+ "ui-v1-logic-tree__node_grouped-start": __props.grouped && __props.groupedPosition === "start",
7758
+ "ui-v1-logic-tree__node_grouped-middle": __props.grouped && __props.groupedPosition === "middle",
7759
+ "ui-v1-logic-tree__node_grouped-end": __props.grouped && __props.groupedPosition === "end",
7760
+ "ui-v1-logic-tree__node_grouped-single": __props.grouped && __props.groupedPosition === "single"
7761
+ }),
7762
+ "data-node-path-key": __props.pathKey
7763
+ }, [
7764
+ vue.createElementVNode("div", _hoisted_2$f, [
7765
+ __props.connectors.length > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$b, [
7766
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.connectors, (connector, index) => {
7767
+ return vue.openBlock(), vue.createElementBlock("span", {
7768
+ key: index,
7769
+ class: vue.normalizeClass({
7770
+ "ui-v1-logic-tree__connector": true,
7771
+ "ui-v1-logic-tree__connector_placeholder": connector.placeholder,
7772
+ "ui-v1-logic-tree__connector_visible": connector.visible,
7773
+ "ui-v1-logic-tree__connector_branch": index === __props.connectors.length - 1,
7774
+ "ui-v1-logic-tree__connector_terminal": index === __props.connectors.length - 1 && !connector.continues,
7775
+ "ui-v1-logic-tree__connector_with-relation": Boolean(__props.conjunction) && index === __props.connectors.length - 1 && !connector.placeholder,
7776
+ [`ui-v1-logic-tree__connector_${connector.tone}`]: true
7777
+ })
7778
+ }, [
7779
+ !connector.placeholder ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$4)) : vue.createCommentVNode("", true),
7780
+ connector.continues && !connector.placeholder ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$4)) : vue.createCommentVNode("", true),
7781
+ index === __props.connectors.length - 1 && !connector.placeholder ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_6$2)) : vue.createCommentVNode("", true)
7782
+ ], 2);
7783
+ }), 128))
7784
+ ])) : vue.createCommentVNode("", true),
7785
+ __props.conjunction && __props.connectors.length > 0 ? (vue.openBlock(), vue.createBlock(_sfc_main$J, { key: 1 }, {
7786
+ default: vue.withCtx(() => [
7787
+ vue.createVNode(_sfc_main$I, {
7788
+ class: vue.normalizeClass({
7789
+ "ui-v1-logic-tree__relation-badge": true,
7790
+ "ui-v1-logic-tree__relation-badge_or": conjunctionKind.value === "or",
7791
+ "ui-v1-logic-tree__relation-badge_and": conjunctionKind.value === "and",
7792
+ [`ui-v1-logic-tree__relation-badge_${__props.conjunctionTone}`]: true
7793
+ }),
7794
+ style: vue.normalizeStyle(conjunctionBadgeStyle.value),
7795
+ "data-skip-node-click": "true",
7796
+ tag: "button",
7797
+ type: "button"
7798
+ }, {
7799
+ default: vue.withCtx(() => [
7800
+ vue.createTextVNode(vue.toDisplayString(__props.conjunctionLabel || __props.conjunction), 1)
7801
+ ]),
7802
+ _: 1
7803
+ }, 8, ["class", "style"]),
7804
+ vue.renderSlot(_ctx.$slots, "conjunction-poppers")
7805
+ ]),
7806
+ _: 3
7807
+ })) : vue.createCommentVNode("", true),
7808
+ vue.createElementVNode("div", vue.mergeProps({
7809
+ class: "ui-v1-logic-tree__surface-node",
7810
+ "data-path-key": __props.pathKey
7811
+ }, _ctx.$attrs), [
7812
+ vue.createElementVNode("div", {
7813
+ class: vue.normalizeClass({
7814
+ "ui-v1-logic-tree__grouped-block": __props.grouped,
7815
+ "ui-v1-logic-tree__grouped-block_start": __props.grouped && __props.groupedPosition === "start",
7816
+ "ui-v1-logic-tree__grouped-block_middle": __props.grouped && __props.groupedPosition === "middle",
7817
+ "ui-v1-logic-tree__grouped-block_end": __props.grouped && __props.groupedPosition === "end",
7818
+ "ui-v1-logic-tree__grouped-block_single": __props.grouped && __props.groupedPosition === "single"
7819
+ })
7820
+ }, [
7821
+ __props.nodeView === vue.unref(LogicTreeNodeView).ACTIONS ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$1, [
7822
+ vue.createElementVNode("div", _hoisted_9, [
7823
+ vue.renderSlot(_ctx.$slots, "prefix")
7824
+ ]),
7825
+ vue.createElementVNode("div", _hoisted_10, [
7826
+ vue.renderSlot(_ctx.$slots, "content")
7827
+ ]),
7828
+ vue.createElementVNode("div", _hoisted_11, [
7829
+ vue.renderSlot(_ctx.$slots, "trailing")
7830
+ ])
7831
+ ])) : (vue.openBlock(), vue.createElementBlock("div", {
7832
+ key: 1,
7833
+ class: vue.normalizeClass({
7834
+ "ui-v1-logic-tree__surface-node-content": true,
7835
+ "ui-v1-logic-tree__surface-node-content_active": __props.selected,
7836
+ "ui-v1-logic-tree__surface-node-content_disabled": __props.disabled,
7837
+ "ui-v1-logic-tree__surface-node-content_editing": isEditable.value,
7838
+ "ui-v1-logic-tree__surface-node-content_editor": isEditable.value,
7839
+ "ui-v1-logic-tree__surface-node-content_highlighted": __props.highlighted,
7840
+ "ui-v1-logic-tree__surface-node-content_simple": true
7841
+ }),
7842
+ "aria-disabled": __props.disabled || void 0,
7843
+ role: "button",
7844
+ tabindex: __props.disabled ? void 0 : 0,
7845
+ onClick,
7846
+ onKeydown: [
7847
+ vue.withKeys(vue.withModifiers(onKeydownActivate, ["prevent"]), ["enter"]),
7848
+ vue.withKeys(vue.withModifiers(onKeydownActivate, ["prevent"]), ["space"])
7849
+ ]
7850
+ }, [
7851
+ vue.createElementVNode("div", _hoisted_13, [
7852
+ vue.createElementVNode("div", _hoisted_14, [
7853
+ vue.renderSlot(_ctx.$slots, "prefix")
7854
+ ]),
7855
+ vue.createElementVNode("div", _hoisted_15, [
7856
+ vue.renderSlot(_ctx.$slots, "content")
7857
+ ])
7858
+ ]),
7859
+ vue.createElementVNode("div", _hoisted_16, [
7860
+ vue.renderSlot(_ctx.$slots, "trailing")
7861
+ ])
7862
+ ], 42, _hoisted_12))
7863
+ ], 2)
7864
+ ], 16, _hoisted_7$1)
7865
+ ])
7866
+ ], 10, _hoisted_1$r);
7867
+ };
7868
+ }
7869
+ });
7870
+ const _export_sfc = (sfc, props) => {
7871
+ const target = sfc.__vccOpts || sfc;
7872
+ for (const [key, val] of props) {
7873
+ target[key] = val;
7874
+ }
7875
+ return target;
7876
+ };
7877
+ const _sfc_main$G = {};
7878
+ const _hoisted_1$q = { class: "ui-v1-logic-tree__icon" };
7879
+ function _sfc_render$2(_ctx, _cache) {
7880
+ return vue.openBlock(), vue.createElementBlock("span", _hoisted_1$q, [
7881
+ vue.renderSlot(_ctx.$slots, "default")
7882
+ ]);
7883
+ }
7884
+ const UiLogicTreeNodeIcon = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$2]]);
7885
+ const _sfc_main$F = {};
7886
+ const _hoisted_1$p = { class: "ui-v1-logic-tree-node-item" };
7887
+ const _hoisted_2$e = {
7888
+ key: 0,
7889
+ class: "ui-v1-logic-tree-node-item__headline"
7890
+ };
7891
+ const _hoisted_3$a = {
7892
+ key: 0,
7893
+ class: "ui-v1-logic-tree-node-item__title"
7894
+ };
7895
+ function _sfc_render$1(_ctx, _cache) {
7896
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$p, [
7897
+ vue.renderSlot(_ctx.$slots, "headline", {}, () => [
7898
+ _ctx.$slots.title || _ctx.$slots.trailing ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$e, [
7899
+ _ctx.$slots.title ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$a, [
7900
+ vue.renderSlot(_ctx.$slots, "title")
7901
+ ])) : vue.createCommentVNode("", true),
7902
+ vue.renderSlot(_ctx.$slots, "trailing")
7903
+ ])) : vue.createCommentVNode("", true)
7904
+ ]),
7905
+ vue.renderSlot(_ctx.$slots, "default")
7906
+ ]);
7907
+ }
7908
+ const UiLogicTreeNodeItem = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$1]]);
7909
+ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
7910
+ ...{
7911
+ inheritAttrs: false
7912
+ },
7913
+ __name: "UiLogicTreeRoot",
7914
+ emits: ["outside-click"],
7915
+ setup(__props, { emit: __emit }) {
7916
+ const emit = __emit;
7917
+ const root = vue.ref(null);
7918
+ const resolveEventElement = (target) => {
7919
+ if (target instanceof Element) {
7920
+ return target;
7921
+ }
7922
+ if (target instanceof Node) {
7923
+ return target.parentElement;
7924
+ }
7925
+ return null;
7926
+ };
7927
+ const isIgnoredTarget = (target) => {
7928
+ const element = resolveEventElement(target);
7929
+ if (!element) {
7930
+ return false;
7931
+ }
7932
+ return Boolean(element.closest([
7933
+ ".ui-v1-logic-tree__surface-node-content",
7934
+ ".ui-v1-logic-tree__actions-node",
7935
+ ".ui-v1-popper",
7936
+ '[role="listbox"]',
7937
+ '[role="option"]'
7938
+ ].join(", ")));
7939
+ };
7940
+ const onRootClick = (event) => {
7941
+ if (isIgnoredTarget(event.target)) {
7942
+ return;
7943
+ }
7944
+ emit("outside-click");
7945
+ };
7946
+ const onDocumentPointerDown = (event) => {
7947
+ const element = resolveEventElement(event.target);
7948
+ if (!root.value || !element) {
7949
+ return;
7950
+ }
7951
+ if (root.value.contains(element) || isIgnoredTarget(element)) {
7952
+ return;
7953
+ }
7954
+ emit("outside-click");
7955
+ };
7956
+ vue.onMounted(() => {
7957
+ document.addEventListener("pointerdown", onDocumentPointerDown);
7958
+ });
7959
+ vue.onBeforeUnmount(() => {
7960
+ document.removeEventListener("pointerdown", onDocumentPointerDown);
7961
+ });
7962
+ return (_ctx, _cache) => {
7963
+ return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
7964
+ ref_key: "root",
7965
+ ref: root,
7966
+ class: "ui-v1-logic-tree"
7967
+ }, _ctx.$attrs, { onClick: onRootClick }), [
7968
+ vue.renderSlot(_ctx.$slots, "default")
7969
+ ], 16);
7970
+ };
7971
+ }
7972
+ });
7973
+ const _sfc_main$D = {};
7974
+ const _hoisted_1$o = { class: "ui-v1-menu-item-group" };
7975
+ const _hoisted_2$d = { class: "ui-v1-menu-item-group__head" };
7976
+ const _hoisted_3$9 = {
7977
+ key: 0,
7978
+ class: "ui-v1-menu-item-group__head-option"
7979
+ };
7980
+ const _hoisted_4$3 = {
7981
+ key: 1,
7982
+ class: "ui-v1-menu-item-group__head-inner"
7983
+ };
7984
+ const _hoisted_5$3 = {
7985
+ key: 0,
7986
+ class: "ui-v1-menu-item-group__count"
7987
+ };
7988
+ function _sfc_render(_ctx, _cache) {
7989
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$o, [
7990
+ vue.createElementVNode("div", _hoisted_2$d, [
7991
+ _ctx.$slots.option ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$9, [
7992
+ vue.renderSlot(_ctx.$slots, "option")
7993
+ ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$3, [
7994
+ vue.createElementVNode("div", {
7995
+ class: vue.normalizeClass({
7996
+ "ui-v1-menu-item-group__title": true,
7997
+ "ui-v1-menu-item-group__title_upper": !_ctx.$slots.option
7506
7998
  })
7507
7999
  }, [
7508
8000
  vue.renderSlot(_ctx.$slots, "label")
@@ -7611,9 +8103,9 @@ var SIZE$5 = /* @__PURE__ */ ((SIZE2) => {
7611
8103
  SIZE2["SM"] = "sm";
7612
8104
  return SIZE2;
7613
8105
  })(SIZE$5 || {});
7614
- const _hoisted_1$m = ["id", "aria-hidden", "role"];
7615
- const _hoisted_2$b = ["id"];
7616
- const _hoisted_3$7 = { class: "ui-v1-modal-sidebar__header" };
8106
+ const _hoisted_1$n = ["id", "aria-hidden", "role"];
8107
+ const _hoisted_2$c = ["id"];
8108
+ const _hoisted_3$8 = { class: "ui-v1-modal-sidebar__header" };
7617
8109
  const _hoisted_4$2 = { class: "ui-v1-modal-sidebar__header-inner" };
7618
8110
  const _hoisted_5$2 = {
7619
8111
  "aria-level": "1",
@@ -7855,7 +8347,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
7855
8347
  key: 0,
7856
8348
  to: vue.unref(globals)?.container || "body"
7857
8349
  }, [
7858
- vue.createVNode(_sfc_main$13, {
8350
+ vue.createVNode(_sfc_main$1a, {
7859
8351
  name: "fade-2",
7860
8352
  onBeforeEnter: _cache[5] || (_cache[5] = ($event) => visibilityOfOverlay.value = "showing"),
7861
8353
  onAfterEnter: _cache[6] || (_cache[6] = ($event) => visibilityOfOverlay.value = "shown"),
@@ -7876,7 +8368,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
7876
8368
  "aria-modal": "true",
7877
8369
  role: __props.role
7878
8370
  }, _ctx.$attrs, { onClick: onBackdropClick }), [
7879
- vue.createVNode(_sfc_main$13, {
8371
+ vue.createVNode(_sfc_main$1a, {
7880
8372
  name: `slide-${__props.direction}`,
7881
8373
  onBeforeEnter: _cache[1] || (_cache[1] = ($event) => visibilityOfSidebar.value = "showing"),
7882
8374
  onAfterEnter: _cache[2] || (_cache[2] = ($event) => visibilityOfSidebar.value = "shown"),
@@ -7895,7 +8387,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
7895
8387
  "ui-v1-modal-sidebar_size_lg": __props.size === vue.unref(SIZE$5).LG
7896
8388
  })
7897
8389
  }, [
7898
- vue.createElementVNode("header", _hoisted_3$7, [
8390
+ vue.createElementVNode("header", _hoisted_3$8, [
7899
8391
  vue.createElementVNode("div", _hoisted_4$2, [
7900
8392
  vue.createElementVNode("div", _hoisted_5$2, [
7901
8393
  vue.renderSlot(_ctx.$slots, "title", {
@@ -7917,7 +8409,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
7917
8409
  "aria-hidden": "true",
7918
8410
  width: "32"
7919
8411
  }),
7920
- vue.createVNode(_sfc_main$P, {
8412
+ vue.createVNode(_sfc_main$W, {
7921
8413
  target: closerTarget.value,
7922
8414
  "offset-main-axis": 0
7923
8415
  }, {
@@ -7932,7 +8424,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
7932
8424
  vue.renderSlot(_ctx.$slots, "default", {
7933
8425
  overlapped: state.overlapped
7934
8426
  })
7935
- ])) : (vue.openBlock(), vue.createBlock(_sfc_main$K, {
8427
+ ])) : (vue.openBlock(), vue.createBlock(_sfc_main$R, {
7936
8428
  key: 1,
7937
8429
  native: __props.scrolling === vue.unref(SCROLLING$1).NATIVE,
7938
8430
  class: "ui-v1-modal-sidebar__body",
@@ -7951,11 +8443,11 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
7951
8443
  overlapped: state.overlapped
7952
8444
  })
7953
8445
  ])) : vue.createCommentVNode("", true)
7954
- ], 10, _hoisted_2$b)) : vue.createCommentVNode("", true)
8446
+ ], 10, _hoisted_2$c)) : vue.createCommentVNode("", true)
7955
8447
  ]),
7956
8448
  _: 3
7957
8449
  }, 8, ["name"])
7958
- ], 16, _hoisted_1$m), [
8450
+ ], 16, _hoisted_1$n), [
7959
8451
  [vue.vShow, state.shown]
7960
8452
  ])
7961
8453
  ]),
@@ -8197,7 +8689,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
8197
8689
  const slots = vue.useSlots();
8198
8690
  const renderBody = () => {
8199
8691
  const appearance = props.appearance;
8200
- return vue.h(_sfc_main$13, {
8692
+ return vue.h(_sfc_main$1a, {
8201
8693
  name: "zoom",
8202
8694
  onBeforeEnter: () => visibilityOfBody.value = "showing",
8203
8695
  onAfterEnter: () => visibilityOfBody.value = "shown",
@@ -8222,7 +8714,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
8222
8714
  };
8223
8715
  const EmbedModalWindowSurface = () => !state.attached ? void 0 : vue.h(vue.Teleport, {
8224
8716
  to: globals?.container ?? document.body
8225
- }, vue.h(_sfc_main$13, {
8717
+ }, vue.h(_sfc_main$1a, {
8226
8718
  name: "fade-2",
8227
8719
  onBeforeEnter: () => visibilityOfOverlay.value = "showing",
8228
8720
  onAfterEnter: () => visibilityOfOverlay.value = "shown",
@@ -8240,7 +8732,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
8240
8732
  "ui-v1-modal_overlapped": state.overlapped
8241
8733
  }],
8242
8734
  onClick: onOverlayClick
8243
- }, vue.h(_sfc_main$K, {
8735
+ }, vue.h(_sfc_main$R, {
8244
8736
  class: {
8245
8737
  "ui-v1-modal-window-container": true,
8246
8738
  "ui-v1-modal-window-container_fullscreen": props.fullscreen,
@@ -8264,12 +8756,12 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
8264
8756
  };
8265
8757
  }
8266
8758
  });
8267
- const _hoisted_1$l = {
8759
+ const _hoisted_1$m = {
8268
8760
  xmlns: "http://www.w3.org/2000/svg",
8269
8761
  viewBox: "0 0 24 24"
8270
8762
  };
8271
8763
  function render$8(_ctx, _cache) {
8272
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$l, [..._cache[0] || (_cache[0] = [
8764
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$m, [..._cache[0] || (_cache[0] = [
8273
8765
  vue.createElementVNode("path", {
8274
8766
  fill: "currentColor",
8275
8767
  "fill-rule": "evenodd",
@@ -8279,12 +8771,12 @@ function render$8(_ctx, _cache) {
8279
8771
  ])]);
8280
8772
  }
8281
8773
  const IconWarning = { render: render$8 };
8282
- const _hoisted_1$k = {
8774
+ const _hoisted_1$l = {
8283
8775
  key: 0,
8284
8776
  class: "ui-v1-modal-window__icon"
8285
8777
  };
8286
- const _hoisted_2$a = ["id"];
8287
- const _hoisted_3$6 = ["disabled"];
8778
+ const _hoisted_2$b = ["id"];
8779
+ const _hoisted_3$7 = ["disabled"];
8288
8780
  const _hoisted_4$1 = {
8289
8781
  key: 1,
8290
8782
  class: "ui-v1-modal-window__content"
@@ -8446,7 +8938,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
8446
8938
  "ui-v1-modal-window__header_pinned": _ctx.$slots.title && state.scrolled && __props.appearance === vue.unref(APPEARANCE$3).POPUP && !__props.responsive
8447
8939
  })
8448
8940
  }, [
8449
- __props.appearance === vue.unref(APPEARANCE$3).ALERT ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$k, [
8941
+ __props.appearance === vue.unref(APPEARANCE$3).ALERT ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$l, [
8450
8942
  vue.renderSlot(_ctx.$slots, "icon", {
8451
8943
  overlapped: state.overlapped
8452
8944
  }, () => [
@@ -8461,7 +8953,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
8461
8953
  vue.renderSlot(_ctx.$slots, "title", {
8462
8954
  overlapped: state.overlapped
8463
8955
  })
8464
- ], 8, _hoisted_2$a)) : vue.createCommentVNode("", true),
8956
+ ], 8, _hoisted_2$b)) : vue.createCommentVNode("", true),
8465
8957
  __props.appearance !== vue.unref(APPEARANCE$3).ALERT ? (vue.openBlock(), vue.createElementBlock("button", {
8466
8958
  key: 2,
8467
8959
  "aria-keyshortcuts": "Esc",
@@ -8475,9 +8967,9 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
8475
8967
  title: "Close dialog",
8476
8968
  style: { "width": "100%" }
8477
8969
  })
8478
- ], 8, _hoisted_3$6)) : vue.createCommentVNode("", true)
8970
+ ], 8, _hoisted_3$7)) : vue.createCommentVNode("", true)
8479
8971
  ], 2),
8480
- __props.responsive ? (vue.openBlock(), vue.createBlock(_sfc_main$K, {
8972
+ __props.responsive ? (vue.openBlock(), vue.createBlock(_sfc_main$R, {
8481
8973
  key: 0,
8482
8974
  class: "ui-v1-modal-window__content",
8483
8975
  "show-on-mac": "",
@@ -8510,12 +9002,12 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
8510
9002
  };
8511
9003
  }
8512
9004
  });
8513
- const _hoisted_1$j = {
9005
+ const _hoisted_1$k = {
8514
9006
  xmlns: "http://www.w3.org/2000/svg",
8515
9007
  viewBox: "0 0 24 24"
8516
9008
  };
8517
9009
  function render$7(_ctx, _cache) {
8518
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$j, [..._cache[0] || (_cache[0] = [
9010
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$k, [..._cache[0] || (_cache[0] = [
8519
9011
  vue.createElementVNode("path", {
8520
9012
  fill: "currentColor",
8521
9013
  d: "M19 11.5v1a.5.5 0 0 1-.5.5H13v5.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V13H5.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H11V5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V11h5.5a.5.5 0 0 1 .5.5"
@@ -8523,45 +9015,32 @@ function render$7(_ctx, _cache) {
8523
9015
  ])]);
8524
9016
  }
8525
9017
  const IconAdd = { render: render$7 };
8526
- const _hoisted_1$i = {
9018
+ const _hoisted_1$j = {
8527
9019
  xmlns: "http://www.w3.org/2000/svg",
8528
9020
  viewBox: "0 0 24 24"
8529
9021
  };
8530
9022
  function render$6(_ctx, _cache) {
8531
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$i, [..._cache[0] || (_cache[0] = [
8532
- vue.createElementVNode("path", {
8533
- fill: "currentColor",
8534
- d: "M8.138 11.06A.52.52 0 0 1 8 10.705c0-.133.05-.261.138-.355l.187-.2A.44.44 0 0 1 8.66 10h6.68a.44.44 0 0 1 .335.15l.187.2a.52.52 0 0 1 .138.355c0 .133-.05.26-.138.355l-3.536 3.788A.43.43 0 0 1 12 15a.43.43 0 0 1-.326-.152z"
8535
- }, null, -1)
8536
- ])]);
8537
- }
8538
- const IconCaret = { render: render$6 };
8539
- const _hoisted_1$h = {
8540
- xmlns: "http://www.w3.org/2000/svg",
8541
- viewBox: "0 0 24 24"
8542
- };
8543
- function render$5(_ctx, _cache) {
8544
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$h, [..._cache[0] || (_cache[0] = [
9023
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$j, [..._cache[0] || (_cache[0] = [
8545
9024
  vue.createElementVNode("path", {
8546
9025
  fill: "currentColor",
8547
9026
  d: "M16.14 12.94a.5.5 0 0 1 0 .71l-.2.2a.5.5 0 0 1-.36.15H8.42a.5.5 0 0 1-.36-.15l-.2-.2a.5.5 0 0 1 0-.71l3.79-3.79a.48.48 0 0 1 .7 0z"
8548
9027
  }, null, -1)
8549
9028
  ])]);
8550
9029
  }
8551
- const IconCaretUp = { render: render$5 };
8552
- const _hoisted_1$g = {
9030
+ const IconCaretUp = { render: render$6 };
9031
+ const _hoisted_1$i = {
8553
9032
  xmlns: "http://www.w3.org/2000/svg",
8554
9033
  viewBox: "0 0 24 24"
8555
9034
  };
8556
- function render$4(_ctx, _cache) {
8557
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$g, [..._cache[0] || (_cache[0] = [
9035
+ function render$5(_ctx, _cache) {
9036
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$i, [..._cache[0] || (_cache[0] = [
8558
9037
  vue.createElementVNode("path", {
8559
9038
  fill: "currentColor",
8560
9039
  d: "M5.5 13.25c-.276 0-.5-.28-.5-.625v-1.25c0-.345.224-.625.5-.625h13c.276 0 .5.28.5.625v1.25c0 .345-.224.625-.5.625z"
8561
9040
  }, null, -1)
8562
9041
  ])]);
8563
9042
  }
8564
- const IconRemove = { render: render$4 };
9043
+ const IconRemove = { render: render$5 };
8565
9044
  var DIRECTION$1 = /* @__PURE__ */ ((DIRECTION2) => {
8566
9045
  DIRECTION2["HORIZONTAL"] = "horizontal";
8567
9046
  DIRECTION2["VERTICAL"] = "vertical";
@@ -8636,7 +9115,7 @@ const violationsOf = (value, min2, max2) => {
8636
9115
  const label$2 = "Number";
8637
9116
  const increaseBy$2 = "Increase by {step}";
8638
9117
  const decreaseBy$2 = "Decrease by {step}";
8639
- const messages_en_GB$3 = {
9118
+ const messages_en_GB$4 = {
8640
9119
  label: label$2,
8641
9120
  increaseBy: increaseBy$2,
8642
9121
  decreaseBy: decreaseBy$2
@@ -8644,7 +9123,7 @@ const messages_en_GB$3 = {
8644
9123
  const label$1 = "Numero";
8645
9124
  const increaseBy$1 = "Aumentar en {step}";
8646
9125
  const decreaseBy$1 = "Disminuir en {step}";
8647
- const messages_es_ES$3 = {
9126
+ const messages_es_ES$4 = {
8648
9127
  label: label$1,
8649
9128
  increaseBy: increaseBy$1,
8650
9129
  decreaseBy: decreaseBy$1
@@ -8652,21 +9131,21 @@ const messages_es_ES$3 = {
8652
9131
  const label = "Число";
8653
9132
  const increaseBy = "Увеличить на {step}";
8654
9133
  const decreaseBy = "Уменьшить на {step}";
8655
- const messages_ru_RU$3 = {
9134
+ const messages_ru_RU$4 = {
8656
9135
  label,
8657
9136
  increaseBy,
8658
9137
  decreaseBy
8659
9138
  };
8660
- const _i18n$3 = define({
9139
+ const _i18n$4 = define({
8661
9140
  messages: {
8662
- "en-GB": messages_en_GB$3,
8663
- "es-ES": messages_es_ES$3,
8664
- "ru-RU": messages_ru_RU$3
9141
+ "en-GB": messages_en_GB$4,
9142
+ "es-ES": messages_es_ES$4,
9143
+ "ru-RU": messages_ru_RU$4
8665
9144
  }
8666
9145
  });
8667
- const _hoisted_1$f = ["id", "aria-disabled", "aria-readonly"];
8668
- const _hoisted_2$9 = ["id", "aria-controls", "aria-label", "disabled"];
8669
- const _hoisted_3$5 = ["id", "aria-controls", "aria-label", "disabled"];
9146
+ const _hoisted_1$h = ["id", "aria-disabled", "aria-readonly"];
9147
+ const _hoisted_2$a = ["id", "aria-controls", "aria-label", "disabled"];
9148
+ const _hoisted_3$6 = ["id", "aria-controls", "aria-label", "disabled"];
8670
9149
  const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
8671
9150
  ...{
8672
9151
  inheritAttrs: false
@@ -8747,7 +9226,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
8747
9226
  const emit = __emit;
8748
9227
  const uid2 = "embed-ui-" + vue.useId();
8749
9228
  const stepperId = vue.computed(() => props.id ?? uid2);
8750
- const i18n = vue.computed(() => _i18n$3.init(vue.inject(I18nInjectKey, null)?.locale ?? _i18n$3.fallback));
9229
+ const i18n = vue.computed(() => _i18n$4.init(vue.inject(I18nInjectKey, null)?.locale ?? _i18n$4.fallback));
8751
9230
  const textbox = vue.ref(null);
8752
9231
  const model = vue.ref("");
8753
9232
  const violations = vue.ref([]);
@@ -9015,8 +9494,8 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
9015
9494
  "aria-hidden": "true",
9016
9495
  class: "ui-v1-number-stepper__icon"
9017
9496
  }))
9018
- ], 8, _hoisted_2$9),
9019
- vue.createVNode(_sfc_main$M, vue.mergeProps(resolvedTextboxOptions.value, {
9497
+ ], 8, _hoisted_2$a),
9498
+ vue.createVNode(_sfc_main$T, vue.mergeProps(resolvedTextboxOptions.value, {
9020
9499
  id: stepperId.value,
9021
9500
  ref_key: "textbox",
9022
9501
  ref: textbox,
@@ -9055,12 +9534,12 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
9055
9534
  "aria-hidden": "true",
9056
9535
  class: "ui-v1-number-stepper__icon"
9057
9536
  }))
9058
- ], 8, _hoisted_3$5)
9059
- ], 16, _hoisted_1$f);
9537
+ ], 8, _hoisted_3$6)
9538
+ ], 16, _hoisted_1$h);
9060
9539
  };
9061
9540
  }
9062
9541
  });
9063
- const _hoisted_1$e = ["id", "aria-label", "role", "tabindex", "onKeydown"];
9542
+ const _hoisted_1$g = ["id", "aria-label", "role", "tabindex", "onKeydown"];
9064
9543
  const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
9065
9544
  __name: "UiPageHeaderTitle",
9066
9545
  props: {
@@ -9221,7 +9700,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
9221
9700
  vue.withKeys(vue.withModifiers(startEditing, ["prevent"]), ["enter"]),
9222
9701
  vue.withKeys(vue.withModifiers(startEditing, ["prevent"]), ["space"])
9223
9702
  ]
9224
- }, vue.toDisplayString(currentValue.value || displayPlaceholder.value), 43, _hoisted_1$e)) : (vue.openBlock(), vue.createBlock(_sfc_main$M, {
9703
+ }, vue.toDisplayString(currentValue.value || displayPlaceholder.value), 43, _hoisted_1$g)) : (vue.openBlock(), vue.createBlock(_sfc_main$T, {
9225
9704
  key: 1,
9226
9705
  id: textboxId.value,
9227
9706
  ref_key: "textbox",
@@ -9247,9 +9726,9 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
9247
9726
  };
9248
9727
  }
9249
9728
  });
9250
- const _hoisted_1$d = ["id"];
9251
- const _hoisted_2$8 = { class: "ui-v1-page-header__main" };
9252
- const _hoisted_3$4 = { class: "ui-v1-page-header__title" };
9729
+ const _hoisted_1$f = ["id"];
9730
+ const _hoisted_2$9 = { class: "ui-v1-page-header__main" };
9731
+ const _hoisted_3$5 = { class: "ui-v1-page-header__title" };
9253
9732
  const _hoisted_4 = {
9254
9733
  key: 0,
9255
9734
  class: "ui-v1-page-header__addon"
@@ -9339,8 +9818,8 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
9339
9818
  "ui-v1-page-header_readonly": __props.readonly
9340
9819
  }
9341
9820
  }, _ctx.$attrs), [
9342
- vue.createElementVNode("div", _hoisted_2$8, [
9343
- vue.createElementVNode("div", _hoisted_3$4, [
9821
+ vue.createElementVNode("div", _hoisted_2$9, [
9822
+ vue.createElementVNode("div", _hoisted_3$5, [
9344
9823
  vue.createVNode(_sfc_main$y, {
9345
9824
  id: __props.id,
9346
9825
  ref_key: "main",
@@ -9368,7 +9847,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
9368
9847
  "actions" in _ctx.$slots ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5, [
9369
9848
  vue.renderSlot(_ctx.$slots, "actions")
9370
9849
  ])) : vue.createCommentVNode("", true)
9371
- ], 16, _hoisted_1$d);
9850
+ ], 16, _hoisted_1$f);
9372
9851
  };
9373
9852
  }
9374
9853
  });
@@ -9440,14 +9919,234 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
9440
9919
  };
9441
9920
  }
9442
9921
  });
9922
+ const _hoisted_1$e = {
9923
+ xmlns: "http://www.w3.org/2000/svg",
9924
+ viewBox: "0 0 24 24"
9925
+ };
9926
+ function render$4(_ctx, _cache) {
9927
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$e, [..._cache[0] || (_cache[0] = [
9928
+ vue.createElementVNode("path", {
9929
+ fill: "currentColor",
9930
+ "fill-rule": "evenodd",
9931
+ d: "M20 5.5v-1a.5.5 0 0 0-.5-.5H15V3a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1H4.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5m-4.662 14.64a1 1 0 0 0 .998-.94L17 8h2l-.85 12.14a2 2 0 0 1-2 1.86H7.87a2 2 0 0 1-2-1.86L5 8h2l.664 11.2a1 1 0 0 0 .998.94z",
9932
+ "clip-rule": "evenodd"
9933
+ }, null, -1)
9934
+ ])]);
9935
+ }
9936
+ const IconDeleteOutlined = { render: render$4 };
9937
+ const cancel$2 = "Cancel";
9938
+ const ok$2 = "Confirm";
9939
+ const remove$2 = "Remove";
9940
+ const messages_en_GB$3 = {
9941
+ cancel: cancel$2,
9942
+ ok: ok$2,
9943
+ remove: remove$2
9944
+ };
9945
+ const cancel$1 = "Cancelar";
9946
+ const ok$1 = "Confirmar";
9947
+ const remove$1 = "Eliminar";
9948
+ const messages_es_ES$3 = {
9949
+ cancel: cancel$1,
9950
+ ok: ok$1,
9951
+ remove: remove$1
9952
+ };
9953
+ const cancel = "Отмена";
9954
+ const ok = "Подтвердить";
9955
+ const remove = "Удалить";
9956
+ const messages_ru_RU$3 = {
9957
+ cancel,
9958
+ ok,
9959
+ remove
9960
+ };
9961
+ const _i18n$3 = define({
9962
+ messages: {
9963
+ "en-GB": messages_en_GB$3,
9964
+ "es-ES": messages_es_ES$3,
9965
+ "ru-RU": messages_ru_RU$3
9966
+ }
9967
+ });
9968
+ const _hoisted_1$d = ["id"];
9969
+ const _hoisted_2$8 = { class: "ui-v1-popconfirm__content" };
9970
+ const _hoisted_3$4 = { class: "ui-v1-popconfirm__footer" };
9443
9971
  const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
9444
- __name: "UiPopperConnector",
9445
- setup(__props) {
9446
- const target = vue.ref(null);
9447
- vue.provide(ElementRefKey, target);
9448
- vue.provide(PopperTargetKey, vue.computed(() => target.value));
9972
+ __name: "UiPopconfirmPopper",
9973
+ props: {
9974
+ /** Атрибут id корневого элемента окна подтверждения. Должен быть уникальным на странице */
9975
+ id: {
9976
+ type: String,
9977
+ default: void 0
9978
+ },
9979
+ /** Флаг для ручного переключения видимости */
9980
+ visible: {
9981
+ type: Boolean,
9982
+ default: false
9983
+ },
9984
+ /** Заголовок окна подтверждения */
9985
+ title: {
9986
+ type: String,
9987
+ default: ""
9988
+ },
9989
+ /** Регулирует цветовую схему кнопки подтверждения */
9990
+ okVariant: {
9991
+ type: String,
9992
+ validator: (variant) => Object.values(VARIANT).includes(variant),
9993
+ default: VARIANT.DEFAULT
9994
+ },
9995
+ /** Текст кнопки подтверждения действия */
9996
+ okTitle: {
9997
+ type: null,
9998
+ default: null
9999
+ },
10000
+ /** Текст кнопки отмены действия */
10001
+ cancelTitle: {
10002
+ type: null,
10003
+ default: null
10004
+ },
10005
+ /** Внешний вид кнопки отмены */
10006
+ cancelAppearance: {
10007
+ type: String,
10008
+ validator: (value) => Object.values(APPEARANCE$6).includes(value),
10009
+ default: APPEARANCE$6.SECONDARY
10010
+ },
10011
+ /** Цветовая схема кнопки отмены */
10012
+ cancelVariant: {
10013
+ type: String,
10014
+ validator: (value) => Object.values(VARIANT).includes(value),
10015
+ default: VARIANT.DEFAULT
10016
+ },
10017
+ /** Размер кнопок */
10018
+ buttonSize: {
10019
+ type: String,
10020
+ validator: (value) => Object.values(SIZE$a).includes(value),
10021
+ default: SIZE$a.XS
10022
+ },
10023
+ /**
10024
+ * Сторона цели, у которой появится окно подтверждения,
10025
+ * или подробный объект настройки положения и адаптации положения при нехватке места
10026
+ */
10027
+ placement: {
10028
+ type: [String, Object],
10029
+ validator: (value) => isPlacementLiteral(value) || isPlacementOptions(value),
10030
+ default: "bottom-start"
10031
+ },
10032
+ /** Классы для контейнера окна подтверждения */
10033
+ popperClass: {
10034
+ type: null,
10035
+ default: null
10036
+ },
10037
+ /** Набор свойств плавающего элемента. See @/common/components/popper */
10038
+ popperOptions: {
10039
+ type: Object,
10040
+ default: () => ({})
10041
+ },
10042
+ /** Локаль переводимых текстов */
10043
+ locale: {
10044
+ type: String,
10045
+ default: void 0
10046
+ }
10047
+ },
10048
+ emits: ["update:visible", "toggle", "cancel", "ok"],
10049
+ setup(__props, { expose: __expose, emit: __emit }) {
10050
+ const props = __props;
10051
+ const emit = __emit;
10052
+ const uid2 = "embed-ui-" + vue.useId();
10053
+ const popconfirmId = vue.computed(() => props.id ?? uid2);
10054
+ const popper = vue.ref(null);
10055
+ const i18nBus = vue.inject(I18nInjectKey, null);
10056
+ const i18n = vue.computed(() => _i18n$3.init(
10057
+ props.locale ?? i18nBus?.locale ?? _i18n$3.fallback
10058
+ ));
10059
+ const onUpdateVisible = (visible) => {
10060
+ emit("update:visible", visible);
10061
+ emit("toggle", visible);
10062
+ };
10063
+ const onCancel = () => {
10064
+ emit("cancel");
10065
+ emit("update:visible", false);
10066
+ };
10067
+ const onOk = () => {
10068
+ emit("ok");
10069
+ emit("update:visible", false);
10070
+ };
10071
+ const onHide = (reason) => {
10072
+ if (reason === "by-miss-click") {
10073
+ emit("cancel");
10074
+ }
10075
+ };
10076
+ __expose({
10077
+ adjust: async () => {
10078
+ await popper.value?.adjust();
10079
+ },
10080
+ close: () => popper.value?.hide(),
10081
+ dispose: () => popper.value?.dispose(),
10082
+ open: () => popper.value?.show()
10083
+ });
9449
10084
  return (_ctx, _cache) => {
9450
- return vue.renderSlot(_ctx.$slots, "default");
10085
+ return vue.openBlock(), vue.createBlock(_sfc_main$X, vue.mergeProps({
10086
+ id: popconfirmId.value + "-popper",
10087
+ ref_key: "popper",
10088
+ ref: popper,
10089
+ visible: __props.visible,
10090
+ "target-triggers": [],
10091
+ "popper-triggers": [],
10092
+ "global-triggers": ["miss-click", "reference-hidden"],
10093
+ placement: __props.placement,
10094
+ "offset-main-axis": 16,
10095
+ "with-arrow": true,
10096
+ class: ["ui-v1-popconfirm", __props.popperClass]
10097
+ }, {
10098
+ ...__props.popperOptions,
10099
+ ..._ctx.$slots["title"] || __props.title ? { "aria-labelledby": popconfirmId.value + "-title" } : {}
10100
+ }, {
10101
+ role: "dialog",
10102
+ "aria-modal": "false",
10103
+ "onUpdate:visible": onUpdateVisible,
10104
+ onHide
10105
+ }), {
10106
+ default: vue.withCtx(() => [
10107
+ _ctx.$slots["title"] || __props.title ? (vue.openBlock(), vue.createElementBlock("div", {
10108
+ key: 0,
10109
+ id: popconfirmId.value + "-title",
10110
+ class: "ui-v1-popconfirm__title"
10111
+ }, [
10112
+ vue.renderSlot(_ctx.$slots, "title", {}, () => [
10113
+ vue.createTextVNode(vue.toDisplayString(__props.title), 1)
10114
+ ])
10115
+ ], 8, _hoisted_1$d)) : vue.createCommentVNode("", true),
10116
+ vue.createElementVNode("div", _hoisted_2$8, [
10117
+ vue.renderSlot(_ctx.$slots, "default")
10118
+ ]),
10119
+ vue.createElementVNode("div", _hoisted_3$4, [
10120
+ vue.createVNode(_sfc_main$14, {
10121
+ appearance: __props.cancelAppearance,
10122
+ variant: __props.cancelVariant,
10123
+ size: __props.buttonSize,
10124
+ onClick: onCancel
10125
+ }, {
10126
+ default: vue.withCtx(() => [
10127
+ vue.renderSlot(_ctx.$slots, "cancel-text", {}, () => [
10128
+ vue.createTextVNode(vue.toDisplayString(__props.cancelTitle ?? i18n.value.t("cancel")), 1)
10129
+ ])
10130
+ ]),
10131
+ _: 3
10132
+ }, 8, ["appearance", "variant", "size"]),
10133
+ vue.createVNode(_sfc_main$14, {
10134
+ size: __props.buttonSize,
10135
+ variant: __props.okVariant,
10136
+ onClick: onOk
10137
+ }, {
10138
+ default: vue.withCtx(() => [
10139
+ vue.renderSlot(_ctx.$slots, "ok-text", {}, () => [
10140
+ __props.okVariant === vue.unref(VARIANT).DANGER ? (vue.openBlock(), vue.createBlock(vue.unref(IconDeleteOutlined), { key: 0 })) : vue.createCommentVNode("", true),
10141
+ vue.createTextVNode(" " + vue.toDisplayString(__props.okTitle ?? (__props.okVariant === vue.unref(VARIANT).DANGER ? i18n.value.t("remove") : i18n.value.t("ok"))), 1)
10142
+ ])
10143
+ ]),
10144
+ _: 3
10145
+ }, 8, ["size", "variant"])
10146
+ ])
10147
+ ]),
10148
+ _: 3
10149
+ }, 16, ["id", "visible", "placement", "class"]);
9451
10150
  };
9452
10151
  }
9453
10152
  });
@@ -9455,22 +10154,25 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
9455
10154
  ...{
9456
10155
  inheritAttrs: false
9457
10156
  },
9458
- __name: "UiPopperTarget",
10157
+ __name: "UiPopconfirmTrigger",
9459
10158
  props: {
9460
- tag: {
9461
- type: String,
9462
- default: "div"
10159
+ /** Флаг видимости окна подтверждения */
10160
+ visible: {
10161
+ type: Boolean,
10162
+ default: false
9463
10163
  }
9464
10164
  },
10165
+ emits: ["click"],
9465
10166
  setup(__props) {
9466
- const root = useElementRef();
9467
10167
  return (_ctx, _cache) => {
9468
- return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(__props.tag), vue.mergeProps({
9469
- ref_key: "root",
9470
- ref: root
9471
- }, _ctx.$attrs), {
10168
+ return vue.openBlock(), vue.createBlock(_sfc_main$I, vue.mergeProps({
10169
+ tag: "div",
10170
+ class: "ui-v1-popconfirm-anchor"
10171
+ }, _ctx.$attrs, {
10172
+ onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("click", $event))
10173
+ }), {
9472
10174
  default: vue.withCtx(() => [
9473
- vue.renderSlot(_ctx.$slots, "default")
10175
+ vue.renderSlot(_ctx.$slots, "default", { open: __props.visible })
9474
10176
  ]),
9475
10177
  _: 3
9476
10178
  }, 16);
@@ -10206,7 +10908,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
10206
10908
  vue.onMounted(() => {
10207
10909
  });
10208
10910
  return (_ctx, _cache) => {
10209
- return vue.openBlock(), vue.createBlock(_sfc_main$Q, vue.mergeProps({
10911
+ return vue.openBlock(), vue.createBlock(_sfc_main$X, vue.mergeProps({
10210
10912
  id: __props.id + "-popper",
10211
10913
  ref_key: "popper",
10212
10914
  ref: popper,
@@ -10519,7 +11221,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
10519
11221
  class: "ui-v1-select__touchstone"
10520
11222
  }, vue.toDisplayString(selectionLabels.value), 513)) : vue.createCommentVNode("", true),
10521
11223
  vue.renderSlot(_ctx.$slots, "trigger", {}, () => [
10522
- vue.createVNode(_sfc_main$M, {
11224
+ vue.createVNode(_sfc_main$T, {
10523
11225
  id: __props.id,
10524
11226
  value: inputValue.value,
10525
11227
  placeholder: !inputReadonly.value && __props.expanded ? i18n.value.t("search.placeholder") : __props.placeholder,
@@ -11211,7 +11913,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
11211
11913
  }, null, 8, ["id", "active", "aria-disabled", "aria-selected", "aria-controls", "appearance", "item", "size", "tabindex", "onClick", "onFocus", "onKeydown"]);
11212
11914
  }), 128))
11213
11915
  ]),
11214
- __props.hasMenuItems ? (vue.openBlock(), vue.createBlock(_sfc_main$Z, {
11916
+ __props.hasMenuItems ? (vue.openBlock(), vue.createBlock(_sfc_main$14, {
11215
11917
  key: 0,
11216
11918
  active: __props.menuExpanded,
11217
11919
  "aria-expanded": __props.menuExpanded ? "true" : "false",
@@ -11285,7 +11987,7 @@ const _sfc_main$9 = vue.defineComponent({
11285
11987
  if (!props.items.length) {
11286
11988
  return null;
11287
11989
  }
11288
- return vue.h(_sfc_main$Q, {
11990
+ return vue.h(_sfc_main$X, {
11289
11991
  visible: props.menuExpanded,
11290
11992
  targetTriggers: {
11291
11993
  hide: ["click"],
@@ -11299,7 +12001,7 @@ const _sfc_main$9 = vue.defineComponent({
11299
12001
  default: () => vue.h("div", {
11300
12002
  class: "ui-v1-tab-group__menu",
11301
12003
  role: "menu"
11302
- }, props.items.map((item) => vue.h(_sfc_main$L, {
12004
+ }, props.items.map((item) => vue.h(_sfc_main$S, {
11303
12005
  key: `menu-${item.id}`,
11304
12006
  active: props.activeId === item.id,
11305
12007
  "aria-checked": props.activeId === item.id ? "true" : "false",
@@ -11711,7 +12413,7 @@ const _sfc_main$8 = vue.defineComponent({
11711
12413
  [`ui-v1-tab-group_${props.size}`]: true
11712
12414
  }]
11713
12415
  }, [
11714
- vue.h(_sfc_main$v, null, {
12416
+ vue.h(_sfc_main$J, null, {
11715
12417
  default: () => [
11716
12418
  vue.h(_sfc_main$a, {
11717
12419
  ref: headView,
@@ -12369,7 +13071,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
12369
13071
  },
12370
13072
  role: "combobox"
12371
13073
  }, _ctx.$attrs, { onMousedown: onRootMouseDown }), [
12372
- vue.createVNode(_sfc_main$M, vue.mergeProps({
13074
+ vue.createVNode(_sfc_main$T, vue.mergeProps({
12373
13075
  id: inputId.value,
12374
13076
  ref_key: "textbox",
12375
13077
  ref: textbox,
@@ -12396,7 +13098,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
12396
13098
  ]),
12397
13099
  _: 3
12398
13100
  }, 16, ["id", "value", "placeholder", "clearable", "disabled", "readonly"]),
12399
- vue.createVNode(_sfc_main$Q, {
13101
+ vue.createVNode(_sfc_main$X, {
12400
13102
  id: `${inputId.value}-listbox`,
12401
13103
  visible: expanded.value,
12402
13104
  target: rootTarget.value,
@@ -12411,14 +13113,14 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
12411
13113
  onAttached: onPopperAttached
12412
13114
  }, {
12413
13115
  default: vue.withCtx(() => [
12414
- vue.createVNode(_sfc_main$K, {
13116
+ vue.createVNode(_sfc_main$R, {
12415
13117
  ref_key: "scrollable",
12416
13118
  ref: scrollable,
12417
13119
  class: "ui-v1-time-picker__list"
12418
13120
  }, {
12419
13121
  default: vue.withCtx(() => [
12420
13122
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(variants.value, (time2, index) => {
12421
- return vue.openBlock(), vue.createBlock(_sfc_main$L, {
13123
+ return vue.openBlock(), vue.createBlock(_sfc_main$S, {
12422
13124
  id: optionId(index),
12423
13125
  key: `${time2}-${index}`,
12424
13126
  ref_for: true,
@@ -12661,7 +13363,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
12661
13363
  return SIZE$a.SM;
12662
13364
  });
12663
13365
  return (_ctx, _cache) => {
12664
- return vue.openBlock(), vue.createBlock(_sfc_main$Z, vue.mergeProps({
13366
+ return vue.openBlock(), vue.createBlock(_sfc_main$14, vue.mergeProps({
12665
13367
  ref_key: "root",
12666
13368
  ref: root,
12667
13369
  href: __props.href,
@@ -12734,7 +13436,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
12734
13436
  },
12735
13437
  setup(__props) {
12736
13438
  return (_ctx, _cache) => {
12737
- return vue.openBlock(), vue.createBlock(_sfc_main$F, vue.mergeProps({
13439
+ return vue.openBlock(), vue.createBlock(_sfc_main$M, vue.mergeProps({
12738
13440
  href: __props.href,
12739
13441
  external: __props.external,
12740
13442
  appearance: __props.appearance,
@@ -13197,7 +13899,7 @@ ${details.latitude}`
13197
13899
  });
13198
13900
  return (_ctx, _cache) => {
13199
13901
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
13200
- !ready.value ? (vue.openBlock(), vue.createBlock(_sfc_main$E, {
13902
+ !ready.value ? (vue.openBlock(), vue.createBlock(_sfc_main$L, {
13201
13903
  key: 0,
13202
13904
  transition: null
13203
13905
  })) : vue.createCommentVNode("", true),
@@ -13209,7 +13911,7 @@ ${details.latitude}`
13209
13911
  onLoad: loadApi
13210
13912
  }, null, 32)),
13211
13913
  ready.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, [
13212
- vue.createVNode(_sfc_main$Z, {
13914
+ vue.createVNode(_sfc_main$14, {
13213
13915
  class: "ui-v1-yandex-map__control-button",
13214
13916
  appearance: "secondary",
13215
13917
  size: "sm",
@@ -13225,7 +13927,7 @@ ${details.latitude}`
13225
13927
  }, 8, ["disabled"])
13226
13928
  ])) : vue.createCommentVNode("", true),
13227
13929
  ready.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3, [
13228
- vue.createVNode(_sfc_main$Z, {
13930
+ vue.createVNode(_sfc_main$14, {
13229
13931
  class: "ui-v1-yandex-map__control-button",
13230
13932
  appearance: "secondary",
13231
13933
  size: "sm",
@@ -13238,7 +13940,7 @@ ${details.latitude}`
13238
13940
  ]),
13239
13941
  _: 1
13240
13942
  }),
13241
- vue.createVNode(_sfc_main$Z, {
13943
+ vue.createVNode(_sfc_main$14, {
13242
13944
  class: "ui-v1-yandex-map__control-button",
13243
13945
  appearance: "secondary",
13244
13946
  size: "sm",
@@ -13258,25 +13960,30 @@ ${details.latitude}`
13258
13960
  });
13259
13961
  const components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
13260
13962
  __proto__: null,
13261
- UiAddButton: _sfc_main$11,
13262
- UiAlert: _sfc_main$12,
13263
- UiAvatar: _sfc_main$$,
13264
- UiAvatarList: _sfc_main$_,
13265
- UiButton: _sfc_main$Z,
13266
- UiCalendar: _sfc_main$V,
13267
- UiCheckbox: _sfc_main$U,
13268
- UiCollapse: _sfc_main$T,
13269
- UiCollapseBox: _sfc_main$S,
13270
- UiCollapseGroup: _sfc_main$R,
13271
- UiCopyButton: _sfc_main$O,
13272
- UiDate: _sfc_main$N,
13273
- UiDatePicker: _sfc_main$I,
13274
- UiError: _sfc_main$H,
13275
- UiImage: _sfc_main$10,
13276
- UiInfobox: _sfc_main$G,
13277
- UiLink: _sfc_main$F,
13278
- UiLoader: _sfc_main$E,
13279
- UiMenuItem: _sfc_main$L,
13963
+ UiAddButton: _sfc_main$18,
13964
+ UiAlert: _sfc_main$19,
13965
+ UiAvatar: _sfc_main$16,
13966
+ UiAvatarList: _sfc_main$15,
13967
+ UiButton: _sfc_main$14,
13968
+ UiCalendar: _sfc_main$10,
13969
+ UiCheckbox: _sfc_main$$,
13970
+ UiCollapse: _sfc_main$_,
13971
+ UiCollapseBox: _sfc_main$Z,
13972
+ UiCollapseGroup: _sfc_main$Y,
13973
+ UiCopyButton: _sfc_main$V,
13974
+ UiDate: _sfc_main$U,
13975
+ UiDatePicker: _sfc_main$P,
13976
+ UiError: _sfc_main$O,
13977
+ UiImage: _sfc_main$17,
13978
+ UiInfobox: _sfc_main$N,
13979
+ UiLink: _sfc_main$M,
13980
+ UiLoader: _sfc_main$L,
13981
+ UiLogicTreeCaret: _sfc_main$K,
13982
+ UiLogicTreeNode: _sfc_main$H,
13983
+ UiLogicTreeNodeIcon,
13984
+ UiLogicTreeNodeItem,
13985
+ UiLogicTreeRoot: _sfc_main$E,
13986
+ UiMenuItem: _sfc_main$S,
13280
13987
  UiMenuItemGroup,
13281
13988
  UiModalSidebar: _sfc_main$C,
13282
13989
  UiModalWindow: _sfc_main$A,
@@ -13285,13 +13992,15 @@ const components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePr
13285
13992
  UiPageHeader: _sfc_main$w,
13286
13993
  UiPageHeaderLayout: _sfc_main$x,
13287
13994
  UiPageHeaderTitle: _sfc_main$y,
13288
- UiPopper: _sfc_main$Q,
13289
- UiPopperConnector: _sfc_main$v,
13290
- UiPopperTarget: _sfc_main$u,
13995
+ UiPopconfirmPopper: _sfc_main$v,
13996
+ UiPopconfirmTrigger: _sfc_main$u,
13997
+ UiPopper: _sfc_main$X,
13998
+ UiPopperConnector: _sfc_main$J,
13999
+ UiPopperTarget: _sfc_main$I,
13291
14000
  UiRadio: _sfc_main$t,
13292
14001
  UiRadioSwitchOptionShell: _sfc_main$s,
13293
14002
  UiRadioSwitchRoot: _sfc_main$r,
13294
- UiScrollBox: _sfc_main$K,
14003
+ UiScrollBox: _sfc_main$R,
13295
14004
  UiSelectPopper: _sfc_main$o,
13296
14005
  UiSelectTrigger: _sfc_main$n,
13297
14006
  UiSkeleton: _sfc_main$q,
@@ -13309,15 +14018,15 @@ const components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePr
13309
14018
  UiTableSection: _sfc_main$e,
13310
14019
  UiTableSorter: _sfc_main$d,
13311
14020
  UiTag: _sfc_main$7,
13312
- UiTextbox: _sfc_main$M,
14021
+ UiTextbox: _sfc_main$T,
13313
14022
  UiTimePicker: _sfc_main$6,
13314
14023
  UiToggleButton: _sfc_main$5,
13315
14024
  UiToggleGroupRoot: _sfc_main$4,
13316
14025
  UiToolbar: _sfc_main$3,
13317
14026
  UiToolbarButton: _sfc_main$2,
13318
14027
  UiToolbarLink: _sfc_main$1,
13319
- UiTooltip: _sfc_main$P,
13320
- UiTransition: _sfc_main$13,
14028
+ UiTooltip: _sfc_main$W,
14029
+ UiTransition: _sfc_main$1a,
13321
14030
  UiYandexMap: _sfc_main
13322
14031
  }, Symbol.toStringTag, { value: "Module" }));
13323
14032
  const createProvider = () => host.createProvider(components);
@@ -13334,25 +14043,30 @@ exports.SKELETON_APPEARANCE = APPEARANCE$1;
13334
14043
  exports.SKELETON_SIZE = SIZE$3;
13335
14044
  exports.TAB_APPEARANCE = APPEARANCE;
13336
14045
  exports.TAB_SIZE = SIZE$2;
13337
- exports.UiAddButton = _sfc_main$11;
13338
- exports.UiAlert = _sfc_main$12;
13339
- exports.UiAvatar = _sfc_main$$;
13340
- exports.UiAvatarList = _sfc_main$_;
13341
- exports.UiButton = _sfc_main$Z;
13342
- exports.UiCalendar = _sfc_main$V;
13343
- exports.UiCheckbox = _sfc_main$U;
13344
- exports.UiCollapse = _sfc_main$T;
13345
- exports.UiCollapseBox = _sfc_main$S;
13346
- exports.UiCollapseGroup = _sfc_main$R;
13347
- exports.UiCopyButton = _sfc_main$O;
13348
- exports.UiDate = _sfc_main$N;
13349
- exports.UiDatePicker = _sfc_main$I;
13350
- exports.UiError = _sfc_main$H;
13351
- exports.UiImage = _sfc_main$10;
13352
- exports.UiInfobox = _sfc_main$G;
13353
- exports.UiLink = _sfc_main$F;
13354
- exports.UiLoader = _sfc_main$E;
13355
- exports.UiMenuItem = _sfc_main$L;
14046
+ exports.UiAddButton = _sfc_main$18;
14047
+ exports.UiAlert = _sfc_main$19;
14048
+ exports.UiAvatar = _sfc_main$16;
14049
+ exports.UiAvatarList = _sfc_main$15;
14050
+ exports.UiButton = _sfc_main$14;
14051
+ exports.UiCalendar = _sfc_main$10;
14052
+ exports.UiCheckbox = _sfc_main$$;
14053
+ exports.UiCollapse = _sfc_main$_;
14054
+ exports.UiCollapseBox = _sfc_main$Z;
14055
+ exports.UiCollapseGroup = _sfc_main$Y;
14056
+ exports.UiCopyButton = _sfc_main$V;
14057
+ exports.UiDate = _sfc_main$U;
14058
+ exports.UiDatePicker = _sfc_main$P;
14059
+ exports.UiError = _sfc_main$O;
14060
+ exports.UiImage = _sfc_main$17;
14061
+ exports.UiInfobox = _sfc_main$N;
14062
+ exports.UiLink = _sfc_main$M;
14063
+ exports.UiLoader = _sfc_main$L;
14064
+ exports.UiLogicTreeCaret = _sfc_main$K;
14065
+ exports.UiLogicTreeNode = _sfc_main$H;
14066
+ exports.UiLogicTreeNodeIcon = UiLogicTreeNodeIcon;
14067
+ exports.UiLogicTreeNodeItem = UiLogicTreeNodeItem;
14068
+ exports.UiLogicTreeRoot = _sfc_main$E;
14069
+ exports.UiMenuItem = _sfc_main$S;
13356
14070
  exports.UiMenuItemGroup = UiMenuItemGroup;
13357
14071
  exports.UiModalSidebar = _sfc_main$C;
13358
14072
  exports.UiModalWindow = _sfc_main$A;
@@ -13361,13 +14075,15 @@ exports.UiNumberStepper = _sfc_main$z;
13361
14075
  exports.UiPageHeader = _sfc_main$w;
13362
14076
  exports.UiPageHeaderLayout = _sfc_main$x;
13363
14077
  exports.UiPageHeaderTitle = _sfc_main$y;
13364
- exports.UiPopper = _sfc_main$Q;
13365
- exports.UiPopperConnector = _sfc_main$v;
13366
- exports.UiPopperTarget = _sfc_main$u;
14078
+ exports.UiPopconfirmPopper = _sfc_main$v;
14079
+ exports.UiPopconfirmTrigger = _sfc_main$u;
14080
+ exports.UiPopper = _sfc_main$X;
14081
+ exports.UiPopperConnector = _sfc_main$J;
14082
+ exports.UiPopperTarget = _sfc_main$I;
13367
14083
  exports.UiRadio = _sfc_main$t;
13368
14084
  exports.UiRadioSwitchOptionShell = _sfc_main$s;
13369
14085
  exports.UiRadioSwitchRoot = _sfc_main$r;
13370
- exports.UiScrollBox = _sfc_main$K;
14086
+ exports.UiScrollBox = _sfc_main$R;
13371
14087
  exports.UiSelectPopper = _sfc_main$o;
13372
14088
  exports.UiSelectTrigger = _sfc_main$n;
13373
14089
  exports.UiSkeleton = _sfc_main$q;
@@ -13385,15 +14101,15 @@ exports.UiTableRow = _sfc_main$f;
13385
14101
  exports.UiTableSection = _sfc_main$e;
13386
14102
  exports.UiTableSorter = _sfc_main$d;
13387
14103
  exports.UiTag = _sfc_main$7;
13388
- exports.UiTextbox = _sfc_main$M;
14104
+ exports.UiTextbox = _sfc_main$T;
13389
14105
  exports.UiTimePicker = _sfc_main$6;
13390
14106
  exports.UiToggleButton = _sfc_main$5;
13391
14107
  exports.UiToggleGroupRoot = _sfc_main$4;
13392
14108
  exports.UiToolbar = _sfc_main$3;
13393
14109
  exports.UiToolbarButton = _sfc_main$2;
13394
14110
  exports.UiToolbarLink = _sfc_main$1;
13395
- exports.UiTooltip = _sfc_main$P;
13396
- exports.UiTransition = _sfc_main$13;
14111
+ exports.UiTooltip = _sfc_main$W;
14112
+ exports.UiTransition = _sfc_main$1a;
13397
14113
  exports.UiYandexMap = _sfc_main;
13398
14114
  exports.VALIGN = VALIGN;
13399
14115
  exports.VueI18n = VueI18n;