@retailcrm/embed-ui-v1-components 0.9.11 → 0.9.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/host.cjs +638 -315
- package/dist/host.css +319 -0
- package/dist/host.d.ts +200 -8
- package/dist/host.js +639 -316
- package/dist/remote.cjs +667 -26
- package/dist/remote.d.ts +841 -17
- package/dist/remote.js +669 -28
- package/package.json +5 -3
package/dist/host.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent, openBlock, createBlock, Transition, withCtx, renderSlot, createElementBlock, createElementVNode, ref, reactive, computed, watch, onMounted, withDirectives, mergeProps, unref, createCommentVNode, normalizeClass, createTextVNode, toDisplayString, createVNode, vShow, inject, useSlots, resolveDynamicComponent, provide, Fragment, renderList, Text, Comment, h, getCurrentInstance, nextTick, onBeforeUnmount, useId, onActivated, onDeactivated, Teleport, shallowRef, normalizeStyle, createSlots, withModifiers, useAttrs, normalizeProps, guardReactiveProps
|
|
1
|
+
import { defineComponent, openBlock, createBlock, Transition, withCtx, renderSlot, createElementBlock, createElementVNode, ref, reactive, computed, watch, onMounted, withDirectives, mergeProps, unref, createCommentVNode, normalizeClass, createTextVNode, toDisplayString, createVNode, vShow, inject, useSlots, resolveDynamicComponent, provide, Fragment, renderList, Text, Comment, h, getCurrentInstance, nextTick, onBeforeUnmount, useId, onActivated, onDeactivated, Teleport, shallowRef, normalizeStyle, createSlots, withModifiers, useAttrs, normalizeProps, guardReactiveProps } from "vue";
|
|
2
2
|
import { preview } from "@retailcrm/image-preview";
|
|
3
3
|
import isEqual from "lodash.isequal";
|
|
4
4
|
import { format, formatISO } from "date-fns";
|
|
5
5
|
import { ru, es, enGB } from "date-fns/locale";
|
|
6
6
|
import { PerfectScrollbar } from "vue3-perfect-scrollbar";
|
|
7
7
|
import { createProvider as createProvider$1 } from "@omnicajs/vue-remote/host";
|
|
8
|
-
const _sfc_main$
|
|
8
|
+
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
9
9
|
__name: "UiTransition",
|
|
10
10
|
props: {
|
|
11
11
|
/** Наименование анимации перехода */
|
|
@@ -33,13 +33,13 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
33
33
|
};
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
|
-
const _hoisted_1$
|
|
36
|
+
const _hoisted_1$R = {
|
|
37
37
|
xmlns: "http://www.w3.org/2000/svg",
|
|
38
38
|
fill: "none",
|
|
39
39
|
viewBox: "0 0 24 24"
|
|
40
40
|
};
|
|
41
41
|
function render$n(_ctx, _cache) {
|
|
42
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
42
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$R, [..._cache[0] || (_cache[0] = [
|
|
43
43
|
createElementVNode("path", {
|
|
44
44
|
fill: "currentColor",
|
|
45
45
|
"fill-rule": "evenodd",
|
|
@@ -49,12 +49,12 @@ function render$n(_ctx, _cache) {
|
|
|
49
49
|
])]);
|
|
50
50
|
}
|
|
51
51
|
const IconCheckmarkCircleOutlined = { render: render$n };
|
|
52
|
-
const _hoisted_1$
|
|
52
|
+
const _hoisted_1$Q = {
|
|
53
53
|
xmlns: "http://www.w3.org/2000/svg",
|
|
54
54
|
viewBox: "0 0 24 24"
|
|
55
55
|
};
|
|
56
56
|
function render$m(_ctx, _cache) {
|
|
57
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
57
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$Q, [..._cache[0] || (_cache[0] = [
|
|
58
58
|
createElementVNode("path", {
|
|
59
59
|
fill: "currentColor",
|
|
60
60
|
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"
|
|
@@ -62,12 +62,12 @@ function render$m(_ctx, _cache) {
|
|
|
62
62
|
])]);
|
|
63
63
|
}
|
|
64
64
|
const IconClear = { render: render$m };
|
|
65
|
-
const _hoisted_1$
|
|
65
|
+
const _hoisted_1$P = {
|
|
66
66
|
xmlns: "http://www.w3.org/2000/svg",
|
|
67
67
|
viewBox: "0 0 24 24"
|
|
68
68
|
};
|
|
69
69
|
function render$l(_ctx, _cache) {
|
|
70
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
70
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$P, [..._cache[0] || (_cache[0] = [
|
|
71
71
|
createElementVNode("path", {
|
|
72
72
|
fill: "currentColor",
|
|
73
73
|
"fill-rule": "evenodd",
|
|
@@ -77,12 +77,12 @@ function render$l(_ctx, _cache) {
|
|
|
77
77
|
])]);
|
|
78
78
|
}
|
|
79
79
|
const IconClearCircleOutlined = { render: render$l };
|
|
80
|
-
const _hoisted_1$
|
|
80
|
+
const _hoisted_1$O = {
|
|
81
81
|
xmlns: "http://www.w3.org/2000/svg",
|
|
82
82
|
viewBox: "0 0 24 24"
|
|
83
83
|
};
|
|
84
84
|
function render$k(_ctx, _cache) {
|
|
85
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
85
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$O, [..._cache[0] || (_cache[0] = [
|
|
86
86
|
createElementVNode("path", {
|
|
87
87
|
fill: "currentColor",
|
|
88
88
|
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"
|
|
@@ -90,12 +90,12 @@ function render$k(_ctx, _cache) {
|
|
|
90
90
|
])]);
|
|
91
91
|
}
|
|
92
92
|
const IconErrorOutlined = { render: render$k };
|
|
93
|
-
const _hoisted_1$
|
|
93
|
+
const _hoisted_1$N = {
|
|
94
94
|
xmlns: "http://www.w3.org/2000/svg",
|
|
95
95
|
viewBox: "0 0 24 24"
|
|
96
96
|
};
|
|
97
97
|
function render$j(_ctx, _cache) {
|
|
98
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
98
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$N, [..._cache[0] || (_cache[0] = [
|
|
99
99
|
createElementVNode("path", {
|
|
100
100
|
fill: "currentColor",
|
|
101
101
|
"fill-rule": "evenodd",
|
|
@@ -112,13 +112,13 @@ var VARIANT$1 = /* @__PURE__ */ ((VARIANT2) => {
|
|
|
112
112
|
VARIANT2["DANGER"] = "danger";
|
|
113
113
|
return VARIANT2;
|
|
114
114
|
})(VARIANT$1 || {});
|
|
115
|
-
const _hoisted_1$
|
|
116
|
-
const _hoisted_2$
|
|
115
|
+
const _hoisted_1$M = ["aria-hidden", "aria-live"];
|
|
116
|
+
const _hoisted_2$m = {
|
|
117
117
|
key: 0,
|
|
118
118
|
class: "ui-v1-alert__icon-outline"
|
|
119
119
|
};
|
|
120
120
|
const _hoisted_3$h = { class: "ui-v1-alert__icon" };
|
|
121
|
-
const _sfc_main$
|
|
121
|
+
const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
122
122
|
...{
|
|
123
123
|
inheritAttrs: false
|
|
124
124
|
},
|
|
@@ -227,7 +227,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
227
227
|
}
|
|
228
228
|
});
|
|
229
229
|
return (_ctx, _cache) => {
|
|
230
|
-
return openBlock(), createBlock(_sfc_main$
|
|
230
|
+
return openBlock(), createBlock(_sfc_main$S, {
|
|
231
231
|
name: "fade",
|
|
232
232
|
onBeforeEnter,
|
|
233
233
|
onBeforeLeave,
|
|
@@ -250,7 +250,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
250
250
|
role: "alert"
|
|
251
251
|
}, _ctx.$attrs), [
|
|
252
252
|
renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
253
|
-
__props.variant ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
253
|
+
__props.variant ? (openBlock(), createElementBlock("div", _hoisted_2$m, [
|
|
254
254
|
createElementVNode("div", _hoisted_3$h, [
|
|
255
255
|
__props.variant === unref(VARIANT$1).PRIMARY ? (openBlock(), createBlock(unref(IconInfoOutlined), { key: 0 })) : __props.variant === unref(VARIANT$1).WARNING ? (openBlock(), createBlock(unref(IconErrorOutlined), { key: 1 })) : __props.variant === unref(VARIANT$1).DANGER ? (openBlock(), createBlock(unref(IconClearCircleOutlined), { key: 2 })) : __props.variant === unref(VARIANT$1).SUCCESS ? (openBlock(), createBlock(unref(IconCheckmarkCircleOutlined), { key: 3 })) : createCommentVNode("", true)
|
|
256
256
|
])
|
|
@@ -276,7 +276,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
276
276
|
}, [
|
|
277
277
|
createVNode(unref(IconClear), { class: "ui-v1-alert__close-icon" })
|
|
278
278
|
])) : createCommentVNode("", true)
|
|
279
|
-
], 16, _hoisted_1$
|
|
279
|
+
], 16, _hoisted_1$M), [
|
|
280
280
|
[vShow, state.shown]
|
|
281
281
|
])
|
|
282
282
|
]),
|
|
@@ -285,12 +285,12 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
285
285
|
};
|
|
286
286
|
}
|
|
287
287
|
});
|
|
288
|
-
const _hoisted_1$
|
|
288
|
+
const _hoisted_1$L = {
|
|
289
289
|
xmlns: "http://www.w3.org/2000/svg",
|
|
290
290
|
viewBox: "0 0 24 24"
|
|
291
291
|
};
|
|
292
292
|
function render$i(_ctx, _cache) {
|
|
293
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
293
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$L, [..._cache[0] || (_cache[0] = [
|
|
294
294
|
createElementVNode("path", {
|
|
295
295
|
fill: "currentColor",
|
|
296
296
|
"fill-rule": "evenodd",
|
|
@@ -312,14 +312,14 @@ const isNumeric = (value) => !isNaN(Number(value));
|
|
|
312
312
|
const normalizeHeight = (height) => {
|
|
313
313
|
return isNumeric(height) ? `${height}px` : `${height}`;
|
|
314
314
|
};
|
|
315
|
-
const _hoisted_1$
|
|
316
|
-
const _hoisted_2$
|
|
315
|
+
const _hoisted_1$K = ["type", "disabled"];
|
|
316
|
+
const _hoisted_2$l = { class: "ui-v1-add-button__content" };
|
|
317
317
|
const _hoisted_3$g = { class: "ui-v1-add-button__title" };
|
|
318
318
|
const _hoisted_4$b = {
|
|
319
319
|
key: 0,
|
|
320
320
|
class: "ui-v1-add-button__description"
|
|
321
321
|
};
|
|
322
|
-
const _sfc_main$
|
|
322
|
+
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
323
323
|
...{
|
|
324
324
|
inheritAttrs: false
|
|
325
325
|
},
|
|
@@ -362,7 +362,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
362
362
|
height: unref(normalizeHeight)(__props.height)
|
|
363
363
|
}
|
|
364
364
|
}, _ctx.$attrs), [
|
|
365
|
-
createElementVNode("span", _hoisted_2$
|
|
365
|
+
createElementVNode("span", _hoisted_2$l, [
|
|
366
366
|
createElementVNode("span", _hoisted_3$g, [
|
|
367
367
|
renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
368
368
|
createVNode(unref(IconAddCircle), {
|
|
@@ -376,16 +376,16 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
376
376
|
renderSlot(_ctx.$slots, "description")
|
|
377
377
|
])) : createCommentVNode("", true)
|
|
378
378
|
])
|
|
379
|
-
], 16, _hoisted_1$
|
|
379
|
+
], 16, _hoisted_1$K);
|
|
380
380
|
};
|
|
381
381
|
}
|
|
382
382
|
});
|
|
383
|
-
const _hoisted_1$
|
|
383
|
+
const _hoisted_1$J = {
|
|
384
384
|
xmlns: "http://www.w3.org/2000/svg",
|
|
385
385
|
viewBox: "0 0 24 24"
|
|
386
386
|
};
|
|
387
387
|
function render$h(_ctx, _cache) {
|
|
388
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
388
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$J, [..._cache[0] || (_cache[0] = [
|
|
389
389
|
createElementVNode("path", {
|
|
390
390
|
fill: "currentColor",
|
|
391
391
|
"fill-rule": "evenodd",
|
|
@@ -395,24 +395,24 @@ function render$h(_ctx, _cache) {
|
|
|
395
395
|
])]);
|
|
396
396
|
}
|
|
397
397
|
const IconHelpOutlined = { render: render$h };
|
|
398
|
-
const _hoisted_1$
|
|
398
|
+
const _hoisted_1$I = {
|
|
399
399
|
xmlns: "http://www.w3.org/2000/svg",
|
|
400
400
|
viewBox: "0 0 18 8"
|
|
401
401
|
};
|
|
402
402
|
function render$g(_ctx, _cache) {
|
|
403
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
403
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$I, [..._cache[0] || (_cache[0] = [
|
|
404
404
|
createElementVNode("g", { fill: "currentColor" }, [
|
|
405
405
|
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" })
|
|
406
406
|
], -1)
|
|
407
407
|
])]);
|
|
408
408
|
}
|
|
409
409
|
const SpriteBAD = { render: render$g };
|
|
410
|
-
const _hoisted_1$
|
|
410
|
+
const _hoisted_1$H = {
|
|
411
411
|
xmlns: "http://www.w3.org/2000/svg",
|
|
412
412
|
viewBox: "0 0 16 8"
|
|
413
413
|
};
|
|
414
414
|
function render$f(_ctx, _cache) {
|
|
415
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
415
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$H, [..._cache[0] || (_cache[0] = [
|
|
416
416
|
createElementVNode("g", { fill: "currentColor" }, [
|
|
417
417
|
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" })
|
|
418
418
|
], -1)
|
|
@@ -420,8 +420,8 @@ function render$f(_ctx, _cache) {
|
|
|
420
420
|
}
|
|
421
421
|
const SpriteVIP = { render: render$f };
|
|
422
422
|
const ImageWorkersKey = Symbol("$image.workers");
|
|
423
|
-
const _hoisted_1$
|
|
424
|
-
const _sfc_main$
|
|
423
|
+
const _hoisted_1$G = ["alt", "src"];
|
|
424
|
+
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
425
425
|
__name: "UiImage",
|
|
426
426
|
props: {
|
|
427
427
|
alt: {
|
|
@@ -457,7 +457,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
457
457
|
return openBlock(), createElementBlock("img", mergeProps({
|
|
458
458
|
alt: __props.alt,
|
|
459
459
|
src: url.value
|
|
460
|
-
}, _ctx.$attrs), null, 16, _hoisted_1$
|
|
460
|
+
}, _ctx.$attrs), null, 16, _hoisted_1$G);
|
|
461
461
|
};
|
|
462
462
|
}
|
|
463
463
|
});
|
|
@@ -491,11 +491,11 @@ var STATUS = /* @__PURE__ */ ((STATUS2) => {
|
|
|
491
491
|
return STATUS2;
|
|
492
492
|
})(STATUS || {});
|
|
493
493
|
const AvatarSizeKey = Symbol("UiAvatarSize");
|
|
494
|
-
const _hoisted_1$
|
|
494
|
+
const _hoisted_1$F = {
|
|
495
495
|
key: 1,
|
|
496
496
|
class: "ui-v1-avatar__unresolved"
|
|
497
497
|
};
|
|
498
|
-
const _hoisted_2$
|
|
498
|
+
const _hoisted_2$k = {
|
|
499
499
|
key: 3,
|
|
500
500
|
class: "ui-v1-avatar__initials"
|
|
501
501
|
};
|
|
@@ -511,7 +511,7 @@ const _hoisted_5$8 = {
|
|
|
511
511
|
key: 1,
|
|
512
512
|
class: "ui-v1-avatar__label ui-v1-avatar__label_bad"
|
|
513
513
|
};
|
|
514
|
-
const _sfc_main$
|
|
514
|
+
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
515
515
|
__name: "UiAvatar",
|
|
516
516
|
props: {
|
|
517
517
|
/** Путь к изображению */
|
|
@@ -598,7 +598,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
598
598
|
}
|
|
599
599
|
}, _ctx.$attrs), {
|
|
600
600
|
default: withCtx(() => [
|
|
601
|
-
__props.src ? (openBlock(), createBlock(_sfc_main$
|
|
601
|
+
__props.src ? (openBlock(), createBlock(_sfc_main$P, {
|
|
602
602
|
key: 0,
|
|
603
603
|
src: __props.src,
|
|
604
604
|
resize: optimization.value.resize,
|
|
@@ -607,7 +607,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
607
607
|
draggable: "false",
|
|
608
608
|
onLoad: _cache[0] || (_cache[0] = ($event) => loaded.value = true),
|
|
609
609
|
onError: _cache[1] || (_cache[1] = ($event) => loaded.value = false)
|
|
610
|
-
}, null, 8, ["src", "resize", "crop"])) : !__props.src && unresolved.value ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
610
|
+
}, null, 8, ["src", "resize", "crop"])) : !__props.src && unresolved.value ? (openBlock(), createElementBlock("div", _hoisted_1$F, [
|
|
611
611
|
createVNode(unref(IconHelpOutlined))
|
|
612
612
|
])) : createCommentVNode("", true),
|
|
613
613
|
__props.status && !(__props.vip || __props.bad) ? (openBlock(), createElementBlock("span", {
|
|
@@ -618,7 +618,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
618
618
|
[`ui-v1-avatar__status_${__props.status}`]: __props.status
|
|
619
619
|
})
|
|
620
620
|
}, null, 2)) : createCommentVNode("", true),
|
|
621
|
-
!(unresolved.value || loaded.value) ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
621
|
+
!(unresolved.value || loaded.value) ? (openBlock(), createElementBlock("div", _hoisted_2$k, [
|
|
622
622
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
623
623
|
createTextVNode(toDisplayString(initials.value), 1)
|
|
624
624
|
])
|
|
@@ -637,7 +637,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
637
637
|
};
|
|
638
638
|
}
|
|
639
639
|
});
|
|
640
|
-
const _sfc_main$
|
|
640
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
641
641
|
__name: "UiAvatarList",
|
|
642
642
|
props: {
|
|
643
643
|
/** Список аватарок пользователей */
|
|
@@ -664,7 +664,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
664
664
|
key: index,
|
|
665
665
|
class: "ui-v1-avatar-list__item"
|
|
666
666
|
}, [
|
|
667
|
-
createVNode(_sfc_main$
|
|
667
|
+
createVNode(_sfc_main$O, {
|
|
668
668
|
src: avatar.src,
|
|
669
669
|
name: avatar.name
|
|
670
670
|
}, null, 8, ["src", "name"])
|
|
@@ -731,7 +731,7 @@ var VARIANT = /* @__PURE__ */ ((VARIANT2) => {
|
|
|
731
731
|
VARIANT2["DANGER"] = "danger";
|
|
732
732
|
return VARIANT2;
|
|
733
733
|
})(VARIANT || {});
|
|
734
|
-
const _sfc_main$
|
|
734
|
+
const _sfc_main$M = defineComponent({
|
|
735
735
|
props: {
|
|
736
736
|
/** Устанавливает тип кнопки */
|
|
737
737
|
type: {
|
|
@@ -817,8 +817,8 @@ const _sfc_main$D = defineComponent({
|
|
|
817
817
|
};
|
|
818
818
|
}
|
|
819
819
|
});
|
|
820
|
-
const _hoisted_1$
|
|
821
|
-
const _sfc_main$
|
|
820
|
+
const _hoisted_1$E = { class: "ui-v1-calendar-cell__content" };
|
|
821
|
+
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
822
822
|
__name: "UiCalendarCell",
|
|
823
823
|
props: {
|
|
824
824
|
current: {
|
|
@@ -863,19 +863,19 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
863
863
|
"aria-hidden": "true",
|
|
864
864
|
class: "ui-v1-calendar-cell__backdrop"
|
|
865
865
|
}, null, -1)),
|
|
866
|
-
createElementVNode("div", _hoisted_1$
|
|
866
|
+
createElementVNode("div", _hoisted_1$E, [
|
|
867
867
|
renderSlot(_ctx.$slots, "default")
|
|
868
868
|
])
|
|
869
869
|
], 16);
|
|
870
870
|
};
|
|
871
871
|
}
|
|
872
872
|
});
|
|
873
|
-
const _hoisted_1$
|
|
873
|
+
const _hoisted_1$D = {
|
|
874
874
|
xmlns: "http://www.w3.org/2000/svg",
|
|
875
875
|
viewBox: "0 0 24 24"
|
|
876
876
|
};
|
|
877
877
|
function render$e(_ctx, _cache) {
|
|
878
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
878
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$D, [..._cache[0] || (_cache[0] = [
|
|
879
879
|
createElementVNode("path", {
|
|
880
880
|
fill: "currentColor",
|
|
881
881
|
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"
|
|
@@ -883,12 +883,12 @@ function render$e(_ctx, _cache) {
|
|
|
883
883
|
])]);
|
|
884
884
|
}
|
|
885
885
|
const IconChevronRight = { render: render$e };
|
|
886
|
-
const _hoisted_1$
|
|
886
|
+
const _hoisted_1$C = {
|
|
887
887
|
key: 1,
|
|
888
888
|
"aria-hidden": "true",
|
|
889
889
|
class: "ui-v1-calendar-navigation__placeholder"
|
|
890
890
|
};
|
|
891
|
-
const _sfc_main$
|
|
891
|
+
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
892
892
|
__name: "UiCalendarDirectionButton",
|
|
893
893
|
props: {
|
|
894
894
|
label: {
|
|
@@ -908,7 +908,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
908
908
|
emits: ["click"],
|
|
909
909
|
setup(__props) {
|
|
910
910
|
return (_ctx, _cache) => {
|
|
911
|
-
return !__props.absent ? (openBlock(), createBlock(_sfc_main$
|
|
911
|
+
return !__props.absent ? (openBlock(), createBlock(_sfc_main$M, {
|
|
912
912
|
key: 0,
|
|
913
913
|
"aria-label": __props.label,
|
|
914
914
|
appearance: "tertiary",
|
|
@@ -925,15 +925,15 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
925
925
|
}, null, 8, ["class"])
|
|
926
926
|
]),
|
|
927
927
|
_: 1
|
|
928
|
-
}, 8, ["aria-label"])) : (openBlock(), createElementBlock("div", _hoisted_1$
|
|
928
|
+
}, 8, ["aria-label"])) : (openBlock(), createElementBlock("div", _hoisted_1$C));
|
|
929
929
|
};
|
|
930
930
|
}
|
|
931
931
|
});
|
|
932
|
-
const _hoisted_1$
|
|
932
|
+
const _hoisted_1$B = {
|
|
933
933
|
key: 1,
|
|
934
934
|
class: "ui-v1-calendar-navigation__text"
|
|
935
935
|
};
|
|
936
|
-
const _sfc_main$
|
|
936
|
+
const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
937
937
|
__name: "UiCalendarSwitchButton",
|
|
938
938
|
props: {
|
|
939
939
|
locked: {
|
|
@@ -944,7 +944,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
944
944
|
emits: ["click"],
|
|
945
945
|
setup(__props) {
|
|
946
946
|
return (_ctx, _cache) => {
|
|
947
|
-
return !__props.locked ? (openBlock(), createBlock(_sfc_main$
|
|
947
|
+
return !__props.locked ? (openBlock(), createBlock(_sfc_main$M, {
|
|
948
948
|
key: 0,
|
|
949
949
|
appearance: "tertiary",
|
|
950
950
|
class: "ui-v1-calendar-navigation__switch-button",
|
|
@@ -954,7 +954,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
954
954
|
renderSlot(_ctx.$slots, "default")
|
|
955
955
|
]),
|
|
956
956
|
_: 3
|
|
957
|
-
})) : (openBlock(), createElementBlock("div", _hoisted_1$
|
|
957
|
+
})) : (openBlock(), createElementBlock("div", _hoisted_1$B, [
|
|
958
958
|
renderSlot(_ctx.$slots, "default")
|
|
959
959
|
]));
|
|
960
960
|
};
|
|
@@ -1379,8 +1379,8 @@ const _i18n$6 = define({
|
|
|
1379
1379
|
"ru-RU": messages_ru_RU$6
|
|
1380
1380
|
}
|
|
1381
1381
|
});
|
|
1382
|
-
const _hoisted_1$
|
|
1383
|
-
const _hoisted_2$
|
|
1382
|
+
const _hoisted_1$A = { class: "ui-v1-calendar-wrapper" };
|
|
1383
|
+
const _hoisted_2$j = ["aria-label"];
|
|
1384
1384
|
const _hoisted_3$e = ["id"];
|
|
1385
1385
|
const _hoisted_4$9 = ["aria-labelledby", "aria-multiselectable"];
|
|
1386
1386
|
const _hoisted_5$7 = {
|
|
@@ -1402,7 +1402,7 @@ const _hoisted_16 = {
|
|
|
1402
1402
|
"aria-atomic": "true",
|
|
1403
1403
|
"aria-live": "polite"
|
|
1404
1404
|
};
|
|
1405
|
-
const _sfc_main$
|
|
1405
|
+
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
1406
1406
|
__name: "UiCalendar",
|
|
1407
1407
|
props: {
|
|
1408
1408
|
/** Текущая дата */
|
|
@@ -2020,7 +2020,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
2020
2020
|
));
|
|
2021
2021
|
};
|
|
2022
2022
|
return (_ctx, _cache) => {
|
|
2023
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2023
|
+
return openBlock(), createElementBlock("div", _hoisted_1$A, [
|
|
2024
2024
|
(openBlock(true), createElementBlock(Fragment, null, renderList(viewsComputed.value, (view, index) => {
|
|
2025
2025
|
return openBlock(), createElementBlock("div", {
|
|
2026
2026
|
key: "view-" + index + "-" + view.date,
|
|
@@ -2031,12 +2031,12 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
2031
2031
|
class: "ui-v1-calendar-navigation",
|
|
2032
2032
|
"aria-label": i18n.value.t("monthNavigation")
|
|
2033
2033
|
}, [
|
|
2034
|
-
createVNode(_sfc_main$
|
|
2034
|
+
createVNode(_sfc_main$K, {
|
|
2035
2035
|
absent: index === 1 && viewsIsSynchronized.value && views[0].mode === unref(VIEW_MODE).DAYS,
|
|
2036
2036
|
label: i18n.value.t("prevMonth"),
|
|
2037
2037
|
onClick: ($event) => showPrevMonth(index)
|
|
2038
2038
|
}, null, 8, ["absent", "label", "onClick"]),
|
|
2039
|
-
createVNode(_sfc_main$
|
|
2039
|
+
createVNode(_sfc_main$J, {
|
|
2040
2040
|
onClick: ($event) => views[index].mode = unref(VIEW_MODE).MONTHS
|
|
2041
2041
|
}, {
|
|
2042
2042
|
default: withCtx(() => [
|
|
@@ -2048,13 +2048,13 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
2048
2048
|
]),
|
|
2049
2049
|
_: 2
|
|
2050
2050
|
}, 1032, ["onClick"]),
|
|
2051
|
-
createVNode(_sfc_main$
|
|
2051
|
+
createVNode(_sfc_main$K, {
|
|
2052
2052
|
absent: index === 0 && viewsIsSynchronized.value && views[1].mode === unref(VIEW_MODE).DAYS,
|
|
2053
2053
|
label: i18n.value.t("nextMonth"),
|
|
2054
2054
|
direction: "next",
|
|
2055
2055
|
onClick: ($event) => showNextMonth(index)
|
|
2056
2056
|
}, null, 8, ["absent", "label", "onClick"])
|
|
2057
|
-
], 8, _hoisted_2$
|
|
2057
|
+
], 8, _hoisted_2$j),
|
|
2058
2058
|
createElementVNode("div", {
|
|
2059
2059
|
class: "ui-v1-calendar__table",
|
|
2060
2060
|
role: "grid",
|
|
@@ -2082,7 +2082,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
2082
2082
|
role: "row"
|
|
2083
2083
|
}, [
|
|
2084
2084
|
(openBlock(true), createElementBlock(Fragment, null, renderList(week, (day) => {
|
|
2085
|
-
return openBlock(), createBlock(_sfc_main$
|
|
2085
|
+
return openBlock(), createBlock(_sfc_main$L, {
|
|
2086
2086
|
key: "day-" + index + "-" + day,
|
|
2087
2087
|
class: normalizeClass({
|
|
2088
2088
|
"ui-v1-calendar__cell-day": true,
|
|
@@ -2126,11 +2126,11 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
2126
2126
|
class: "ui-v1-calendar-navigation",
|
|
2127
2127
|
"aria-label": i18n.value.t("yearNavigation")
|
|
2128
2128
|
}, [
|
|
2129
|
-
createVNode(_sfc_main$
|
|
2129
|
+
createVNode(_sfc_main$K, {
|
|
2130
2130
|
label: i18n.value.t("prevYear"),
|
|
2131
2131
|
onClick: ($event) => showYear(view.date.year - 1, index)
|
|
2132
2132
|
}, null, 8, ["label", "onClick"]),
|
|
2133
|
-
createVNode(_sfc_main$
|
|
2133
|
+
createVNode(_sfc_main$J, {
|
|
2134
2134
|
onClick: ($event) => views[index].mode = unref(VIEW_MODE).YEARS
|
|
2135
2135
|
}, {
|
|
2136
2136
|
default: withCtx(() => [
|
|
@@ -2142,7 +2142,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
2142
2142
|
]),
|
|
2143
2143
|
_: 2
|
|
2144
2144
|
}, 1032, ["onClick"]),
|
|
2145
|
-
createVNode(_sfc_main$
|
|
2145
|
+
createVNode(_sfc_main$K, {
|
|
2146
2146
|
label: i18n.value.t("nextYear"),
|
|
2147
2147
|
direction: "next",
|
|
2148
2148
|
onClick: ($event) => showYear(view.date.year + 1, index)
|
|
@@ -2160,7 +2160,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
2160
2160
|
role: "row"
|
|
2161
2161
|
}, [
|
|
2162
2162
|
(openBlock(true), createElementBlock(Fragment, null, renderList(months2, (month) => {
|
|
2163
|
-
return openBlock(), createBlock(_sfc_main$
|
|
2163
|
+
return openBlock(), createBlock(_sfc_main$L, {
|
|
2164
2164
|
key: "month-" + month.month,
|
|
2165
2165
|
class: normalizeClass({ "ui-v1-calendar__cell-month": true }),
|
|
2166
2166
|
current: isCurrentMonth(month.month, index),
|
|
@@ -2191,11 +2191,11 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
2191
2191
|
class: "ui-v1-calendar-navigation",
|
|
2192
2192
|
"aria-label": i18n.value.t("decadeNavigation")
|
|
2193
2193
|
}, [
|
|
2194
|
-
createVNode(_sfc_main$
|
|
2194
|
+
createVNode(_sfc_main$K, {
|
|
2195
2195
|
label: i18n.value.t("prevDecade"),
|
|
2196
2196
|
onClick: ($event) => showPrevDecade(index)
|
|
2197
2197
|
}, null, 8, ["label", "onClick"]),
|
|
2198
|
-
createVNode(_sfc_main$
|
|
2198
|
+
createVNode(_sfc_main$J, {
|
|
2199
2199
|
locked: "",
|
|
2200
2200
|
onClick: ($event) => views[index].mode = unref(VIEW_MODE).MONTHS
|
|
2201
2201
|
}, {
|
|
@@ -2208,7 +2208,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
2208
2208
|
]),
|
|
2209
2209
|
_: 2
|
|
2210
2210
|
}, 1032, ["onClick"]),
|
|
2211
|
-
createVNode(_sfc_main$
|
|
2211
|
+
createVNode(_sfc_main$K, {
|
|
2212
2212
|
label: i18n.value.t("nextDecade"),
|
|
2213
2213
|
direction: "next",
|
|
2214
2214
|
onClick: ($event) => showNextDecade(index)
|
|
@@ -2226,7 +2226,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
2226
2226
|
role: "row"
|
|
2227
2227
|
}, [
|
|
2228
2228
|
(openBlock(true), createElementBlock(Fragment, null, renderList(years, (year) => {
|
|
2229
|
-
return openBlock(), createBlock(_sfc_main$
|
|
2229
|
+
return openBlock(), createBlock(_sfc_main$L, {
|
|
2230
2230
|
key: "year-" + year,
|
|
2231
2231
|
class: normalizeClass({ "ui-v1-calendar__cell-year": true }),
|
|
2232
2232
|
current: isCurrentYear(year),
|
|
@@ -2261,12 +2261,12 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
2261
2261
|
};
|
|
2262
2262
|
}
|
|
2263
2263
|
});
|
|
2264
|
-
const _hoisted_1$
|
|
2264
|
+
const _hoisted_1$z = {
|
|
2265
2265
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2266
2266
|
viewBox: "0 0 24 24"
|
|
2267
2267
|
};
|
|
2268
2268
|
function render$d(_ctx, _cache) {
|
|
2269
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
2269
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$z, [..._cache[0] || (_cache[0] = [
|
|
2270
2270
|
createElementVNode("path", {
|
|
2271
2271
|
fill: "currentColor",
|
|
2272
2272
|
"fill-rule": "evenodd",
|
|
@@ -2303,11 +2303,11 @@ const without = (obj, exclude) => {
|
|
|
2303
2303
|
});
|
|
2304
2304
|
return newObj;
|
|
2305
2305
|
};
|
|
2306
|
-
const _hoisted_1$
|
|
2307
|
-
const _hoisted_2$
|
|
2306
|
+
const _hoisted_1$y = ["id", "value", "name", "disabled", "checked"];
|
|
2307
|
+
const _hoisted_2$i = { class: "ui-v1-checkbox__checkmark" };
|
|
2308
2308
|
let counter$2 = 0;
|
|
2309
2309
|
const __default__$2 = {};
|
|
2310
|
-
const _sfc_main$
|
|
2310
|
+
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
2311
2311
|
...__default__$2,
|
|
2312
2312
|
__name: "UiCheckbox",
|
|
2313
2313
|
props: {
|
|
@@ -2414,8 +2414,8 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
2414
2414
|
type: "checkbox",
|
|
2415
2415
|
class: "ui-v1-checkbox__input",
|
|
2416
2416
|
onChange
|
|
2417
|
-
}), null, 16, _hoisted_1$
|
|
2418
|
-
createElementVNode("span", _hoisted_2$
|
|
2417
|
+
}), null, 16, _hoisted_1$y),
|
|
2418
|
+
createElementVNode("span", _hoisted_2$i, [
|
|
2419
2419
|
checked.value && !__props.indeterminate ? (openBlock(), createBlock(unref(IconDone), {
|
|
2420
2420
|
key: 0,
|
|
2421
2421
|
class: "ui-v1-checkbox__checkmark-icon"
|
|
@@ -2430,15 +2430,15 @@ var COLLAPSE_BEHAVIOUR = /* @__PURE__ */ ((COLLAPSE_BEHAVIOUR2) => {
|
|
|
2430
2430
|
COLLAPSE_BEHAVIOUR2["HIDE"] = "hide";
|
|
2431
2431
|
return COLLAPSE_BEHAVIOUR2;
|
|
2432
2432
|
})(COLLAPSE_BEHAVIOUR || {});
|
|
2433
|
-
const _hoisted_1$
|
|
2433
|
+
const _hoisted_1$x = {
|
|
2434
2434
|
key: 0,
|
|
2435
2435
|
class: "ui-v1-collapse"
|
|
2436
2436
|
};
|
|
2437
|
-
const _hoisted_2$
|
|
2437
|
+
const _hoisted_2$h = {
|
|
2438
2438
|
key: 1,
|
|
2439
2439
|
class: "ui-v1-collapse"
|
|
2440
2440
|
};
|
|
2441
|
-
const _sfc_main$
|
|
2441
|
+
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
2442
2442
|
__name: "UiCollapse",
|
|
2443
2443
|
props: {
|
|
2444
2444
|
/** Свёрнут/Развёрнут */
|
|
@@ -2556,12 +2556,12 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
2556
2556
|
}, {
|
|
2557
2557
|
default: withCtx(() => [
|
|
2558
2558
|
__props.collapseBehaviour === unref(COLLAPSE_BEHAVIOUR).DISPOSE ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
2559
|
-
__props.expanded ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
2559
|
+
__props.expanded ? (openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
2560
2560
|
createElementVNode("div", null, [
|
|
2561
2561
|
renderSlot(_ctx.$slots, "default")
|
|
2562
2562
|
])
|
|
2563
2563
|
])) : createCommentVNode("", true)
|
|
2564
|
-
], 64)) : withDirectives((openBlock(), createElementBlock("div", _hoisted_2$
|
|
2564
|
+
], 64)) : withDirectives((openBlock(), createElementBlock("div", _hoisted_2$h, [
|
|
2565
2565
|
createElementVNode("div", null, [
|
|
2566
2566
|
renderSlot(_ctx.$slots, "default")
|
|
2567
2567
|
])
|
|
@@ -2593,8 +2593,8 @@ const CollapseGroupRegisterKey = Symbol("UiCollapseGroup_register");
|
|
|
2593
2593
|
const CollapseGroupUnregisterKey = Symbol("UiCollapseGroup_unregister");
|
|
2594
2594
|
const CollapseGroupExpandKey = Symbol("UiCollapseGroup_expand");
|
|
2595
2595
|
const CollapseGroupCollapseKey = Symbol("UiCollapseGroup_collapse");
|
|
2596
|
-
const _hoisted_1$
|
|
2597
|
-
const _hoisted_2$
|
|
2596
|
+
const _hoisted_1$w = ["id", "aria-labelledby"];
|
|
2597
|
+
const _hoisted_2$g = ["id", "disabled", "aria-controls", "aria-expanded", "aria-disabled"];
|
|
2598
2598
|
const _hoisted_3$d = { class: "ui-v1-collapse-box__icon-sprite" };
|
|
2599
2599
|
const _hoisted_4$8 = { class: "ui-v1-collapse-box__header-content" };
|
|
2600
2600
|
const _hoisted_5$6 = ["id"];
|
|
@@ -2609,7 +2609,7 @@ const _hoisted_10 = {
|
|
|
2609
2609
|
key: 0,
|
|
2610
2610
|
class: "ui-v1-collapse-box__footer"
|
|
2611
2611
|
};
|
|
2612
|
-
const _sfc_main$
|
|
2612
|
+
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
2613
2613
|
...{
|
|
2614
2614
|
inheritAttrs: false
|
|
2615
2615
|
},
|
|
@@ -2854,9 +2854,9 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
2854
2854
|
!__props.disabled ? (openBlock(), createElementBlock("span", _hoisted_7$3, [
|
|
2855
2855
|
createVNode(unref(IconChevronRight), { class: "ui-v1-collapse-box__arrow" })
|
|
2856
2856
|
])) : createCommentVNode("", true)
|
|
2857
|
-
], 8, _hoisted_2$
|
|
2857
|
+
], 8, _hoisted_2$g)
|
|
2858
2858
|
], 2),
|
|
2859
|
-
createVNode(_sfc_main$
|
|
2859
|
+
createVNode(_sfc_main$G, {
|
|
2860
2860
|
id: boxId.value + "-collapse",
|
|
2861
2861
|
"aria-hidden": !state.expanded ? "true" : "false",
|
|
2862
2862
|
"aria-labelledby": boxId.value + "-button",
|
|
@@ -2891,11 +2891,11 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
2891
2891
|
]),
|
|
2892
2892
|
_: 3
|
|
2893
2893
|
}, 8, ["id", "aria-hidden", "aria-labelledby", "duration", "expanded", "collapse-behaviour"])
|
|
2894
|
-
], 16, _hoisted_1$
|
|
2894
|
+
], 16, _hoisted_1$w);
|
|
2895
2895
|
};
|
|
2896
2896
|
}
|
|
2897
2897
|
});
|
|
2898
|
-
const _sfc_main$
|
|
2898
|
+
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
2899
2899
|
__name: "UiCollapseGroup",
|
|
2900
2900
|
props: {
|
|
2901
2901
|
/**
|
|
@@ -3013,12 +3013,12 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
3013
3013
|
};
|
|
3014
3014
|
}
|
|
3015
3015
|
});
|
|
3016
|
-
const _hoisted_1$
|
|
3016
|
+
const _hoisted_1$v = {
|
|
3017
3017
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3018
3018
|
viewBox: "0 0 24 24"
|
|
3019
3019
|
};
|
|
3020
3020
|
function render$c(_ctx, _cache) {
|
|
3021
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
3021
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$v, [..._cache[0] || (_cache[0] = [
|
|
3022
3022
|
createElementVNode("path", {
|
|
3023
3023
|
fill: "currentColor",
|
|
3024
3024
|
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"
|
|
@@ -4692,8 +4692,8 @@ if (typeof document !== "undefined" && typeof window !== "undefined") {
|
|
|
4692
4692
|
window.addEventListener("click", onGlobalEvent("click"), true);
|
|
4693
4693
|
}
|
|
4694
4694
|
}
|
|
4695
|
-
const _hoisted_1$
|
|
4696
|
-
const _sfc_main$
|
|
4695
|
+
const _hoisted_1$u = { class: "ui-v1-popper__content" };
|
|
4696
|
+
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
4697
4697
|
__name: "UiPopper",
|
|
4698
4698
|
props: {
|
|
4699
4699
|
/** Флаг для ручного переключения видимости */
|
|
@@ -5039,7 +5039,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
5039
5039
|
ref: arrow2,
|
|
5040
5040
|
class: "ui-v1-popper__arrow"
|
|
5041
5041
|
}, null, 512)) : createCommentVNode("", true),
|
|
5042
|
-
createElementVNode("div", _hoisted_1$
|
|
5042
|
+
createElementVNode("div", _hoisted_1$u, [
|
|
5043
5043
|
renderSlot(_ctx.$slots, "default")
|
|
5044
5044
|
])
|
|
5045
5045
|
], 16)
|
|
@@ -5047,7 +5047,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
5047
5047
|
};
|
|
5048
5048
|
}
|
|
5049
5049
|
});
|
|
5050
|
-
const _sfc_main$
|
|
5050
|
+
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
5051
5051
|
__name: "UiTooltip",
|
|
5052
5052
|
props: {
|
|
5053
5053
|
/** Флаг для ручного переключения видимости */
|
|
@@ -5158,7 +5158,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
5158
5158
|
hide: () => popper.value?.hide()
|
|
5159
5159
|
});
|
|
5160
5160
|
return (_ctx, _cache) => {
|
|
5161
|
-
return openBlock(), createBlock(_sfc_main$
|
|
5161
|
+
return openBlock(), createBlock(_sfc_main$D, mergeProps({
|
|
5162
5162
|
ref_key: "popper",
|
|
5163
5163
|
ref: popper,
|
|
5164
5164
|
visible: __props.visible,
|
|
@@ -5192,11 +5192,11 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
5192
5192
|
};
|
|
5193
5193
|
}
|
|
5194
5194
|
});
|
|
5195
|
-
const _hoisted_1$
|
|
5196
|
-
const _hoisted_2$
|
|
5195
|
+
const _hoisted_1$t = { class: "ui-v1-copy-button__tooltip" };
|
|
5196
|
+
const _hoisted_2$f = { class: "ui-v1-copy-button__icon" };
|
|
5197
5197
|
const _hoisted_3$c = { class: "ui-v1-copy-button__text" };
|
|
5198
5198
|
const _hoisted_4$7 = ["value"];
|
|
5199
|
-
const _sfc_main$
|
|
5199
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
5200
5200
|
__name: "UiCopyButton",
|
|
5201
5201
|
props: {
|
|
5202
5202
|
/** Текст для копирования в буфер обмена */
|
|
@@ -5268,7 +5268,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
5268
5268
|
onClick: copy
|
|
5269
5269
|
}, [
|
|
5270
5270
|
renderSlot(_ctx.$slots, "trigger", {}, () => [
|
|
5271
|
-
createVNode(_sfc_main$
|
|
5271
|
+
createVNode(_sfc_main$M, {
|
|
5272
5272
|
size: __props.size,
|
|
5273
5273
|
appearance: "tertiary"
|
|
5274
5274
|
}, {
|
|
@@ -5278,7 +5278,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
5278
5278
|
_: 1
|
|
5279
5279
|
}, 8, ["size"])
|
|
5280
5280
|
]),
|
|
5281
|
-
createVNode(_sfc_main$
|
|
5281
|
+
createVNode(_sfc_main$C, mergeProps({
|
|
5282
5282
|
visible: visible.value,
|
|
5283
5283
|
"onUpdate:visible": _cache[0] || (_cache[0] = ($event) => visible.value = $event),
|
|
5284
5284
|
target: rootTarget.value,
|
|
@@ -5288,9 +5288,9 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
5288
5288
|
...__props.tooltipOptions
|
|
5289
5289
|
}), {
|
|
5290
5290
|
default: withCtx(() => [
|
|
5291
|
-
createElementVNode("div", _hoisted_1$
|
|
5291
|
+
createElementVNode("div", _hoisted_1$t, [
|
|
5292
5292
|
copied.value ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
5293
|
-
createElementVNode("div", _hoisted_2$
|
|
5293
|
+
createElementVNode("div", _hoisted_2$f, [
|
|
5294
5294
|
createVNode(unref(IconCheckmarkCircleOutlined))
|
|
5295
5295
|
]),
|
|
5296
5296
|
createElementVNode("div", _hoisted_3$c, [
|
|
@@ -5348,7 +5348,7 @@ function detectLocale() {
|
|
|
5348
5348
|
}
|
|
5349
5349
|
return "en-GB";
|
|
5350
5350
|
}
|
|
5351
|
-
const _sfc_main$
|
|
5351
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
5352
5352
|
__name: "UiDate",
|
|
5353
5353
|
props: {
|
|
5354
5354
|
date: {
|
|
@@ -5375,12 +5375,12 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
5375
5375
|
};
|
|
5376
5376
|
}
|
|
5377
5377
|
});
|
|
5378
|
-
const _hoisted_1$
|
|
5378
|
+
const _hoisted_1$s = {
|
|
5379
5379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5380
5380
|
viewBox: "0 0 24 24"
|
|
5381
5381
|
};
|
|
5382
5382
|
function render$b(_ctx, _cache) {
|
|
5383
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5383
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$s, [..._cache[0] || (_cache[0] = [
|
|
5384
5384
|
createElementVNode("path", {
|
|
5385
5385
|
fill: "currentColor",
|
|
5386
5386
|
"fill-rule": "evenodd",
|
|
@@ -5390,12 +5390,12 @@ function render$b(_ctx, _cache) {
|
|
|
5390
5390
|
])]);
|
|
5391
5391
|
}
|
|
5392
5392
|
const IconCalendar = { render: render$b };
|
|
5393
|
-
const _hoisted_1$
|
|
5393
|
+
const _hoisted_1$r = {
|
|
5394
5394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5395
5395
|
viewBox: "0 0 24 24"
|
|
5396
5396
|
};
|
|
5397
5397
|
function render$a(_ctx, _cache) {
|
|
5398
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5398
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$r, [..._cache[0] || (_cache[0] = [
|
|
5399
5399
|
createElementVNode("path", {
|
|
5400
5400
|
fill: "currentColor",
|
|
5401
5401
|
"fill-rule": "evenodd",
|
|
@@ -5504,8 +5504,8 @@ const _i18n$5 = define({
|
|
|
5504
5504
|
"ru-RU": messages_ru_RU$5
|
|
5505
5505
|
}
|
|
5506
5506
|
});
|
|
5507
|
-
const _hoisted_1$
|
|
5508
|
-
const _hoisted_2$
|
|
5507
|
+
const _hoisted_1$q = ["id"];
|
|
5508
|
+
const _hoisted_2$e = {
|
|
5509
5509
|
key: 0,
|
|
5510
5510
|
class: "ui-v1-textbox__prefix"
|
|
5511
5511
|
};
|
|
@@ -5516,7 +5516,7 @@ const _hoisted_6$4 = {
|
|
|
5516
5516
|
key: 7,
|
|
5517
5517
|
class: "ui-v1-textbox__suffix"
|
|
5518
5518
|
};
|
|
5519
|
-
const _sfc_main$
|
|
5519
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
5520
5520
|
__name: "UiTextbox",
|
|
5521
5521
|
props: {
|
|
5522
5522
|
/** Уникальный идентификатор поля */
|
|
@@ -5940,7 +5940,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
5940
5940
|
"ui-v1-textbox_xl": __props.size === unref(SIZE$5).XL
|
|
5941
5941
|
}
|
|
5942
5942
|
}, _ctx.$attrs), [
|
|
5943
|
-
__props.prefix || "prefix" in _ctx.$slots ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
5943
|
+
__props.prefix || "prefix" in _ctx.$slots ? (openBlock(), createElementBlock("span", _hoisted_2$e, [
|
|
5944
5944
|
renderSlot(_ctx.$slots, "prefix", {}, () => [
|
|
5945
5945
|
createTextVNode(toDisplayString(__props.prefix), 1)
|
|
5946
5946
|
])
|
|
@@ -6030,7 +6030,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
6030
6030
|
createTextVNode(toDisplayString(__props.suffix), 1)
|
|
6031
6031
|
])
|
|
6032
6032
|
])) : createCommentVNode("", true)
|
|
6033
|
-
], 16, _hoisted_1$
|
|
6033
|
+
], 16, _hoisted_1$q);
|
|
6034
6034
|
};
|
|
6035
6035
|
}
|
|
6036
6036
|
});
|
|
@@ -6048,11 +6048,11 @@ const deltaTransition$1 = (el) => {
|
|
|
6048
6048
|
animationDuration: `${delta * 15}ms`
|
|
6049
6049
|
} : {};
|
|
6050
6050
|
};
|
|
6051
|
-
const _hoisted_1$
|
|
6051
|
+
const _hoisted_1$p = {
|
|
6052
6052
|
key: 0,
|
|
6053
6053
|
class: "ui-v1-menu-item__avatar"
|
|
6054
6054
|
};
|
|
6055
|
-
const _hoisted_2$
|
|
6055
|
+
const _hoisted_2$d = {
|
|
6056
6056
|
key: 1,
|
|
6057
6057
|
class: "ui-v1-menu-item__icon ui-v1-menu-item__icon_leading"
|
|
6058
6058
|
};
|
|
@@ -6070,7 +6070,7 @@ const _hoisted_7$2 = {
|
|
|
6070
6070
|
key: 3,
|
|
6071
6071
|
class: "ui-v1-menu-item__icon ui-v1-menu-item__icon_trailing"
|
|
6072
6072
|
};
|
|
6073
|
-
const _sfc_main$
|
|
6073
|
+
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
6074
6074
|
__name: "UiMenuItem",
|
|
6075
6075
|
props: {
|
|
6076
6076
|
/** Размер */
|
|
@@ -6149,9 +6149,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
6149
6149
|
}),
|
|
6150
6150
|
onMouseoverOnce: onHover
|
|
6151
6151
|
}, [
|
|
6152
|
-
_ctx.$slots["avatar"] ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
6152
|
+
_ctx.$slots["avatar"] ? (openBlock(), createElementBlock("div", _hoisted_1$p, [
|
|
6153
6153
|
renderSlot(_ctx.$slots, "avatar")
|
|
6154
|
-
])) : _ctx.$slots["leading-icon"] ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
6154
|
+
])) : _ctx.$slots["leading-icon"] ? (openBlock(), createElementBlock("div", _hoisted_2$d, [
|
|
6155
6155
|
renderSlot(_ctx.$slots, "leading-icon")
|
|
6156
6156
|
])) : createCommentVNode("", true),
|
|
6157
6157
|
createElementVNode("div", _hoisted_3$a, [
|
|
@@ -6181,7 +6181,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
6181
6181
|
};
|
|
6182
6182
|
}
|
|
6183
6183
|
});
|
|
6184
|
-
const _sfc_main$
|
|
6184
|
+
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
6185
6185
|
__name: "UiScrollBox",
|
|
6186
6186
|
props: {
|
|
6187
6187
|
/** Наименование тэга-обёртки для нативного скролла */
|
|
@@ -6359,7 +6359,7 @@ const isQuickDateEqual = (first, second) => {
|
|
|
6359
6359
|
}
|
|
6360
6360
|
return false;
|
|
6361
6361
|
};
|
|
6362
|
-
const _sfc_main$
|
|
6362
|
+
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
6363
6363
|
__name: "UiDatePickerQuickMenu",
|
|
6364
6364
|
props: {
|
|
6365
6365
|
value: {
|
|
@@ -6385,14 +6385,14 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
6385
6385
|
emit("change", props.nullable && isActive(date) ? null : date);
|
|
6386
6386
|
};
|
|
6387
6387
|
return (_ctx, _cache) => {
|
|
6388
|
-
return openBlock(), createBlock(_sfc_main$
|
|
6388
|
+
return openBlock(), createBlock(_sfc_main$x, {
|
|
6389
6389
|
class: "ui-v1-date-picker__quick-menu",
|
|
6390
6390
|
role: "menu",
|
|
6391
6391
|
native: ""
|
|
6392
6392
|
}, {
|
|
6393
6393
|
default: withCtx(() => [
|
|
6394
6394
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.items, (item, index) => {
|
|
6395
|
-
return openBlock(), createBlock(_sfc_main$
|
|
6395
|
+
return openBlock(), createBlock(_sfc_main$y, {
|
|
6396
6396
|
key: "quick-item-" + index,
|
|
6397
6397
|
active: isActive(item.value),
|
|
6398
6398
|
"aria-current": isActive(item.value) ? "true" : "false",
|
|
@@ -6437,11 +6437,11 @@ const _i18n$4 = define({
|
|
|
6437
6437
|
"ru-RU": messages_ru_RU$4
|
|
6438
6438
|
}
|
|
6439
6439
|
});
|
|
6440
|
-
const _hoisted_1$
|
|
6441
|
-
const _hoisted_2$
|
|
6440
|
+
const _hoisted_1$o = ["id", "aria-controls", "aria-disabled", "aria-expanded", "aria-readonly"];
|
|
6441
|
+
const _hoisted_2$c = ["id"];
|
|
6442
6442
|
const _hoisted_3$9 = { class: "ui-v1-date-picker__workspace" };
|
|
6443
6443
|
const _hoisted_4$4 = { class: "ui-v1-date-picker__action" };
|
|
6444
|
-
const _sfc_main$
|
|
6444
|
+
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
6445
6445
|
...{
|
|
6446
6446
|
inheritAttrs: false
|
|
6447
6447
|
},
|
|
@@ -6808,7 +6808,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
6808
6808
|
onClick: toggle
|
|
6809
6809
|
}, [
|
|
6810
6810
|
renderSlot(_ctx.$slots, "trigger")
|
|
6811
|
-
])) : (openBlock(), createBlock(_sfc_main$
|
|
6811
|
+
])) : (openBlock(), createBlock(_sfc_main$z, mergeProps({
|
|
6812
6812
|
key: 1,
|
|
6813
6813
|
id: inputId.value,
|
|
6814
6814
|
ref_key: "textbox",
|
|
@@ -6843,7 +6843,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
6843
6843
|
key: "0"
|
|
6844
6844
|
} : void 0
|
|
6845
6845
|
]), 1040, ["id", "clearable", "value", "placeholder", "active", "disabled", "readonly"])),
|
|
6846
|
-
createVNode(_sfc_main$
|
|
6846
|
+
createVNode(_sfc_main$D, mergeProps({
|
|
6847
6847
|
id: `${inputId.value}-popper`,
|
|
6848
6848
|
visible: showCalendar.value,
|
|
6849
6849
|
target: triggerTarget.value,
|
|
@@ -6866,7 +6866,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
6866
6866
|
onClick: _cache[0] || (_cache[0] = withModifiers(() => {
|
|
6867
6867
|
}, ["stop"]))
|
|
6868
6868
|
}, [
|
|
6869
|
-
__props.quickOptions.length > 0 ? (openBlock(), createBlock(_sfc_main$
|
|
6869
|
+
__props.quickOptions.length > 0 ? (openBlock(), createBlock(_sfc_main$w, {
|
|
6870
6870
|
key: 0,
|
|
6871
6871
|
value: view.value,
|
|
6872
6872
|
items: __props.quickOptions,
|
|
@@ -6874,7 +6874,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
6874
6874
|
onChange: onQuickChange
|
|
6875
6875
|
}, null, 8, ["value", "items", "nullable"])) : createCommentVNode("", true),
|
|
6876
6876
|
createElementVNode("div", _hoisted_3$9, [
|
|
6877
|
-
createVNode(_sfc_main$
|
|
6877
|
+
createVNode(_sfc_main$I, {
|
|
6878
6878
|
ref_key: "calendar",
|
|
6879
6879
|
ref: calendar,
|
|
6880
6880
|
value: view.value,
|
|
@@ -6895,7 +6895,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
6895
6895
|
})
|
|
6896
6896
|
}, [
|
|
6897
6897
|
createElementVNode("div", _hoisted_4$4, [
|
|
6898
|
-
createVNode(_sfc_main$
|
|
6898
|
+
createVNode(_sfc_main$M, {
|
|
6899
6899
|
appearance: "tertiary",
|
|
6900
6900
|
class: "ui-v1-date-picker__button",
|
|
6901
6901
|
onClick: reset
|
|
@@ -6905,7 +6905,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
6905
6905
|
]),
|
|
6906
6906
|
_: 1
|
|
6907
6907
|
}),
|
|
6908
|
-
createVNode(_sfc_main$
|
|
6908
|
+
createVNode(_sfc_main$M, {
|
|
6909
6909
|
class: "ui-v1-date-picker__button",
|
|
6910
6910
|
onClick: apply2
|
|
6911
6911
|
}, {
|
|
@@ -6917,20 +6917,20 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
6917
6917
|
])
|
|
6918
6918
|
], 2)) : createCommentVNode("", true)
|
|
6919
6919
|
])
|
|
6920
|
-
], 8, _hoisted_2$
|
|
6920
|
+
], 8, _hoisted_2$c)
|
|
6921
6921
|
]),
|
|
6922
6922
|
_: 1
|
|
6923
6923
|
}, 16, ["id", "visible", "target", "container", "placement", "aria-hidden", "class", "disabled"])
|
|
6924
|
-
], 16, _hoisted_1$
|
|
6924
|
+
], 16, _hoisted_1$o);
|
|
6925
6925
|
};
|
|
6926
6926
|
}
|
|
6927
6927
|
});
|
|
6928
|
-
var ALIGN = /* @__PURE__ */ ((ALIGN2) => {
|
|
6928
|
+
var ALIGN$1 = /* @__PURE__ */ ((ALIGN2) => {
|
|
6929
6929
|
ALIGN2["LEFT"] = "left";
|
|
6930
6930
|
ALIGN2["RIGHT"] = "right";
|
|
6931
6931
|
return ALIGN2;
|
|
6932
|
-
})(ALIGN || {});
|
|
6933
|
-
const _sfc_main$
|
|
6932
|
+
})(ALIGN$1 || {});
|
|
6933
|
+
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
6934
6934
|
__name: "UiError",
|
|
6935
6935
|
props: {
|
|
6936
6936
|
/** Тест, разметка ошибки */
|
|
@@ -6941,8 +6941,8 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
6941
6941
|
/** Определяет, по какому краю будет выровнен текст ошибки */
|
|
6942
6942
|
align: {
|
|
6943
6943
|
type: String,
|
|
6944
|
-
validator: (align) => Object.values(ALIGN).includes(align),
|
|
6945
|
-
default: ALIGN.LEFT
|
|
6944
|
+
validator: (align) => Object.values(ALIGN$1).includes(align),
|
|
6945
|
+
default: ALIGN$1.LEFT
|
|
6946
6946
|
},
|
|
6947
6947
|
/**
|
|
6948
6948
|
* Определяет, будет ли текст ошибок обрезаться через многоточие или
|
|
@@ -6959,7 +6959,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
6959
6959
|
class: normalizeClass({
|
|
6960
6960
|
"ui-v1-error": true,
|
|
6961
6961
|
"ui-v1-error_ellipsis": __props.ellipsis,
|
|
6962
|
-
"ui-v1-error_right": __props.align === unref(ALIGN).RIGHT
|
|
6962
|
+
"ui-v1-error_right": __props.align === unref(ALIGN$1).RIGHT
|
|
6963
6963
|
})
|
|
6964
6964
|
}, [
|
|
6965
6965
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
@@ -6969,12 +6969,12 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
6969
6969
|
};
|
|
6970
6970
|
}
|
|
6971
6971
|
});
|
|
6972
|
-
const _hoisted_1$
|
|
6972
|
+
const _hoisted_1$n = {
|
|
6973
6973
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6974
6974
|
viewBox: "0 0 24 24"
|
|
6975
6975
|
};
|
|
6976
6976
|
function render$9(_ctx, _cache) {
|
|
6977
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6977
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$n, [..._cache[0] || (_cache[0] = [
|
|
6978
6978
|
createElementVNode("path", {
|
|
6979
6979
|
fill: "currentColor",
|
|
6980
6980
|
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"
|
|
@@ -6982,12 +6982,12 @@ function render$9(_ctx, _cache) {
|
|
|
6982
6982
|
])]);
|
|
6983
6983
|
}
|
|
6984
6984
|
const IconChevronDown = { render: render$9 };
|
|
6985
|
-
const _hoisted_1$
|
|
6985
|
+
const _hoisted_1$m = {
|
|
6986
6986
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6987
6987
|
viewBox: "0 0 24 24"
|
|
6988
6988
|
};
|
|
6989
6989
|
function render$8(_ctx, _cache) {
|
|
6990
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6990
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$m, [..._cache[0] || (_cache[0] = [
|
|
6991
6991
|
createElementVNode("path", {
|
|
6992
6992
|
fill: "currentColor",
|
|
6993
6993
|
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"
|
|
@@ -6995,8 +6995,8 @@ function render$8(_ctx, _cache) {
|
|
|
6995
6995
|
])]);
|
|
6996
6996
|
}
|
|
6997
6997
|
const IconChevronUp = { render: render$8 };
|
|
6998
|
-
const _hoisted_1$
|
|
6999
|
-
const _hoisted_2$
|
|
6998
|
+
const _hoisted_1$l = ["id", "aria-expanded", "aria-hidden"];
|
|
6999
|
+
const _hoisted_2$b = {
|
|
7000
7000
|
"aria-hidden": "true",
|
|
7001
7001
|
class: "ui-v1-infobox__media"
|
|
7002
7002
|
};
|
|
@@ -7008,7 +7008,7 @@ const _hoisted_5$3 = {
|
|
|
7008
7008
|
};
|
|
7009
7009
|
const _hoisted_6$2 = ["id"];
|
|
7010
7010
|
const _hoisted_7$1 = ["aria-controls", "aria-expanded"];
|
|
7011
|
-
const _sfc_main$
|
|
7011
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
7012
7012
|
...{
|
|
7013
7013
|
inheritAttrs: false
|
|
7014
7014
|
},
|
|
@@ -7145,7 +7145,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
7145
7145
|
syncExpandedFromProps();
|
|
7146
7146
|
});
|
|
7147
7147
|
return (_ctx, _cache) => {
|
|
7148
|
-
return openBlock(), createBlock(_sfc_main$
|
|
7148
|
+
return openBlock(), createBlock(_sfc_main$S, {
|
|
7149
7149
|
name: "fade",
|
|
7150
7150
|
onAfterEnter,
|
|
7151
7151
|
onAfterLeave,
|
|
@@ -7165,7 +7165,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
7165
7165
|
},
|
|
7166
7166
|
role: "alert"
|
|
7167
7167
|
}, rootAttrs.value), [
|
|
7168
|
-
createElementVNode("div", _hoisted_2$
|
|
7168
|
+
createElementVNode("div", _hoisted_2$b, [
|
|
7169
7169
|
createElementVNode("div", _hoisted_3$8, [
|
|
7170
7170
|
renderSlot(_ctx.$slots, "icon", {
|
|
7171
7171
|
expanded: state.shouldBeExpanded
|
|
@@ -7211,7 +7211,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
7211
7211
|
}))
|
|
7212
7212
|
], 8, _hoisted_7$1)) : createCommentVNode("", true)
|
|
7213
7213
|
])) : createCommentVNode("", true),
|
|
7214
|
-
createVNode(_sfc_main$
|
|
7214
|
+
createVNode(_sfc_main$G, {
|
|
7215
7215
|
id: bodyId.value,
|
|
7216
7216
|
"aria-labelledby": hasTitle.value ? titleId.value : void 0,
|
|
7217
7217
|
expanded: bodyExpanded.value,
|
|
@@ -7239,7 +7239,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
7239
7239
|
}, [
|
|
7240
7240
|
createVNode(unref(IconClear), { class: "ui-v1-infobox__closer-icon" })
|
|
7241
7241
|
])) : createCommentVNode("", true)
|
|
7242
|
-
], 16, _hoisted_1$
|
|
7242
|
+
], 16, _hoisted_1$l), [
|
|
7243
7243
|
[vShow, state.shouldBeShown]
|
|
7244
7244
|
])
|
|
7245
7245
|
]),
|
|
@@ -7248,12 +7248,12 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
7248
7248
|
};
|
|
7249
7249
|
}
|
|
7250
7250
|
});
|
|
7251
|
-
const _hoisted_1$
|
|
7251
|
+
const _hoisted_1$k = {
|
|
7252
7252
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7253
7253
|
viewBox: "0 0 24 24"
|
|
7254
7254
|
};
|
|
7255
7255
|
function render$7(_ctx, _cache) {
|
|
7256
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7256
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$k, [..._cache[0] || (_cache[0] = [
|
|
7257
7257
|
createElementVNode("path", {
|
|
7258
7258
|
fill: "currentColor",
|
|
7259
7259
|
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"
|
|
@@ -7279,8 +7279,8 @@ var SIZE$3 = /* @__PURE__ */ ((SIZE2) => {
|
|
|
7279
7279
|
SIZE2["TITLE02"] = "title-02";
|
|
7280
7280
|
return SIZE2;
|
|
7281
7281
|
})(SIZE$3 || {});
|
|
7282
|
-
const _hoisted_1$
|
|
7283
|
-
const _hoisted_2$
|
|
7282
|
+
const _hoisted_1$j = ["href", "target"];
|
|
7283
|
+
const _hoisted_2$a = {
|
|
7284
7284
|
key: 0,
|
|
7285
7285
|
class: "ui-v1-link__inner"
|
|
7286
7286
|
};
|
|
@@ -7288,7 +7288,7 @@ const _hoisted_3$7 = {
|
|
|
7288
7288
|
key: 2,
|
|
7289
7289
|
class: "ui-v1-link__icon"
|
|
7290
7290
|
};
|
|
7291
|
-
const _sfc_main$
|
|
7291
|
+
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
7292
7292
|
__name: "UiLink",
|
|
7293
7293
|
props: {
|
|
7294
7294
|
/** Атрибут ссылки */
|
|
@@ -7357,7 +7357,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
7357
7357
|
},
|
|
7358
7358
|
target: __props.external ? "_blank" : "_self"
|
|
7359
7359
|
}, _ctx.$attrs), [
|
|
7360
|
-
__props.dotted ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
7360
|
+
__props.dotted ? (openBlock(), createElementBlock("span", _hoisted_2$a, [
|
|
7361
7361
|
renderSlot(_ctx.$slots, "default")
|
|
7362
7362
|
])) : renderSlot(_ctx.$slots, "default", { key: 1 }),
|
|
7363
7363
|
_ctx.$slots.icon || __props.external ? (openBlock(), createElementBlock("span", _hoisted_3$7, [
|
|
@@ -7365,11 +7365,11 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
7365
7365
|
createVNode(unref(IconOpenInNew), { class: "ui-v1-link__icon-sprite" })
|
|
7366
7366
|
])
|
|
7367
7367
|
])) : createCommentVNode("", true)
|
|
7368
|
-
], 16, _hoisted_1$
|
|
7368
|
+
], 16, _hoisted_1$j);
|
|
7369
7369
|
};
|
|
7370
7370
|
}
|
|
7371
7371
|
});
|
|
7372
|
-
const _sfc_main$
|
|
7372
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
7373
7373
|
__name: "UiLoader",
|
|
7374
7374
|
props: {
|
|
7375
7375
|
/** Диаметр (размер) окружности индикатора */
|
|
@@ -7401,7 +7401,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
7401
7401
|
},
|
|
7402
7402
|
setup(__props) {
|
|
7403
7403
|
return (_ctx, _cache) => {
|
|
7404
|
-
return openBlock(), createBlock(resolveDynamicComponent(__props.transition ? _sfc_main$
|
|
7404
|
+
return openBlock(), createBlock(resolveDynamicComponent(__props.transition ? _sfc_main$S : "div"), normalizeProps(guardReactiveProps(__props.transition ? {
|
|
7405
7405
|
appear: true,
|
|
7406
7406
|
class: "ui-v1-loader-wrapper",
|
|
7407
7407
|
name: __props.transition
|
|
@@ -7435,9 +7435,9 @@ const _export_sfc = (sfc, props) => {
|
|
|
7435
7435
|
}
|
|
7436
7436
|
return target;
|
|
7437
7437
|
};
|
|
7438
|
-
const _sfc_main$
|
|
7439
|
-
const _hoisted_1$
|
|
7440
|
-
const _hoisted_2$
|
|
7438
|
+
const _sfc_main$q = {};
|
|
7439
|
+
const _hoisted_1$i = { class: "ui-v1-menu-item-group" };
|
|
7440
|
+
const _hoisted_2$9 = { class: "ui-v1-menu-item-group__head" };
|
|
7441
7441
|
const _hoisted_3$6 = {
|
|
7442
7442
|
key: 0,
|
|
7443
7443
|
class: "ui-v1-menu-item-group__head-option"
|
|
@@ -7451,8 +7451,8 @@ const _hoisted_5$2 = {
|
|
|
7451
7451
|
class: "ui-v1-menu-item-group__count"
|
|
7452
7452
|
};
|
|
7453
7453
|
function _sfc_render(_ctx, _cache) {
|
|
7454
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
7455
|
-
createElementVNode("div", _hoisted_2$
|
|
7454
|
+
return openBlock(), createElementBlock("div", _hoisted_1$i, [
|
|
7455
|
+
createElementVNode("div", _hoisted_2$9, [
|
|
7456
7456
|
_ctx.$slots.option ? (openBlock(), createElementBlock("div", _hoisted_3$6, [
|
|
7457
7457
|
renderSlot(_ctx.$slots, "option")
|
|
7458
7458
|
])) : (openBlock(), createElementBlock("div", _hoisted_4$2, [
|
|
@@ -7472,7 +7472,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
7472
7472
|
renderSlot(_ctx.$slots, "default")
|
|
7473
7473
|
]);
|
|
7474
7474
|
}
|
|
7475
|
-
const UiMenuItemGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7475
|
+
const UiMenuItemGroup = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render]]);
|
|
7476
7476
|
class LayerRegistry {
|
|
7477
7477
|
registry;
|
|
7478
7478
|
started = false;
|
|
@@ -7552,11 +7552,11 @@ var CLOSE_METHOD = /* @__PURE__ */ ((CLOSE_METHOD2) => {
|
|
|
7552
7552
|
CLOSE_METHOD2["KEY_ESC"] = "Esc";
|
|
7553
7553
|
return CLOSE_METHOD2;
|
|
7554
7554
|
})(CLOSE_METHOD || {});
|
|
7555
|
-
var DIRECTION$
|
|
7555
|
+
var DIRECTION$2 = /* @__PURE__ */ ((DIRECTION2) => {
|
|
7556
7556
|
DIRECTION2["LEFT"] = "left";
|
|
7557
7557
|
DIRECTION2["RIGHT"] = "right";
|
|
7558
7558
|
return DIRECTION2;
|
|
7559
|
-
})(DIRECTION$
|
|
7559
|
+
})(DIRECTION$2 || {});
|
|
7560
7560
|
var SCROLLING$1 = /* @__PURE__ */ ((SCROLLING2) => {
|
|
7561
7561
|
SCROLLING2["NORMAL"] = "normal";
|
|
7562
7562
|
SCROLLING2["NATIVE"] = "native";
|
|
@@ -7568,8 +7568,8 @@ var SIZE$2 = /* @__PURE__ */ ((SIZE2) => {
|
|
|
7568
7568
|
SIZE2["SM"] = "sm";
|
|
7569
7569
|
return SIZE2;
|
|
7570
7570
|
})(SIZE$2 || {});
|
|
7571
|
-
const _hoisted_1$
|
|
7572
|
-
const _hoisted_2$
|
|
7571
|
+
const _hoisted_1$h = ["id", "aria-hidden", "role"];
|
|
7572
|
+
const _hoisted_2$8 = ["id"];
|
|
7573
7573
|
const _hoisted_3$5 = { class: "ui-v1-modal-sidebar__header" };
|
|
7574
7574
|
const _hoisted_4$1 = { class: "ui-v1-modal-sidebar__header-inner" };
|
|
7575
7575
|
const _hoisted_5$1 = {
|
|
@@ -7586,7 +7586,7 @@ const _hoisted_8 = {
|
|
|
7586
7586
|
key: 2,
|
|
7587
7587
|
class: "ui-v1-modal-sidebar__footer"
|
|
7588
7588
|
};
|
|
7589
|
-
const _sfc_main$
|
|
7589
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
7590
7590
|
...{
|
|
7591
7591
|
inheritAttrs: false
|
|
7592
7592
|
},
|
|
@@ -7610,8 +7610,8 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
7610
7610
|
/** Определяет направление появления панели */
|
|
7611
7611
|
direction: {
|
|
7612
7612
|
type: String,
|
|
7613
|
-
validator: (direction) => Object.values(DIRECTION$
|
|
7614
|
-
default: DIRECTION$
|
|
7613
|
+
validator: (direction) => Object.values(DIRECTION$2).includes(direction),
|
|
7614
|
+
default: DIRECTION$2.RIGHT
|
|
7615
7615
|
},
|
|
7616
7616
|
/** Время, через которое плавающий элемент удаляется со страницы, если был скрыт */
|
|
7617
7617
|
disposeTimeout: {
|
|
@@ -7812,7 +7812,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
7812
7812
|
key: 0,
|
|
7813
7813
|
to: unref(globals)?.container || "body"
|
|
7814
7814
|
}, [
|
|
7815
|
-
createVNode(_sfc_main$
|
|
7815
|
+
createVNode(_sfc_main$S, {
|
|
7816
7816
|
name: "fade-2",
|
|
7817
7817
|
onBeforeEnter: _cache[5] || (_cache[5] = ($event) => visibilityOfOverlay.value = "showing"),
|
|
7818
7818
|
onAfterEnter: _cache[6] || (_cache[6] = ($event) => visibilityOfOverlay.value = "shown"),
|
|
@@ -7833,7 +7833,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
7833
7833
|
"aria-modal": "true",
|
|
7834
7834
|
role: __props.role
|
|
7835
7835
|
}, _ctx.$attrs, { onClick: onBackdropClick }), [
|
|
7836
|
-
createVNode(_sfc_main$
|
|
7836
|
+
createVNode(_sfc_main$S, {
|
|
7837
7837
|
name: `slide-${__props.direction}`,
|
|
7838
7838
|
onBeforeEnter: _cache[1] || (_cache[1] = ($event) => visibilityOfSidebar.value = "showing"),
|
|
7839
7839
|
onAfterEnter: _cache[2] || (_cache[2] = ($event) => visibilityOfSidebar.value = "shown"),
|
|
@@ -7847,7 +7847,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
7847
7847
|
class: normalizeClass({
|
|
7848
7848
|
"ui-v1-modal-sidebar": true,
|
|
7849
7849
|
"ui-v1-modal-sidebar_fixed": __props.fixed,
|
|
7850
|
-
"ui-v1-modal-sidebar_left": __props.direction === unref(DIRECTION$
|
|
7850
|
+
"ui-v1-modal-sidebar_left": __props.direction === unref(DIRECTION$2).LEFT,
|
|
7851
7851
|
"ui-v1-modal-sidebar_size_sm": __props.size === unref(SIZE$2).SM,
|
|
7852
7852
|
"ui-v1-modal-sidebar_size_lg": __props.size === unref(SIZE$2).LG
|
|
7853
7853
|
})
|
|
@@ -7874,7 +7874,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
7874
7874
|
"aria-hidden": "true",
|
|
7875
7875
|
width: "32"
|
|
7876
7876
|
}),
|
|
7877
|
-
createVNode(_sfc_main$
|
|
7877
|
+
createVNode(_sfc_main$C, {
|
|
7878
7878
|
target: closerTarget.value,
|
|
7879
7879
|
"offset-main-axis": 0
|
|
7880
7880
|
}, {
|
|
@@ -7889,7 +7889,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
7889
7889
|
renderSlot(_ctx.$slots, "default", {
|
|
7890
7890
|
overlapped: state.overlapped
|
|
7891
7891
|
})
|
|
7892
|
-
])) : (openBlock(), createBlock(_sfc_main$
|
|
7892
|
+
])) : (openBlock(), createBlock(_sfc_main$x, {
|
|
7893
7893
|
key: 1,
|
|
7894
7894
|
native: __props.scrolling === unref(SCROLLING$1).NATIVE,
|
|
7895
7895
|
class: "ui-v1-modal-sidebar__body",
|
|
@@ -7908,11 +7908,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
7908
7908
|
overlapped: state.overlapped
|
|
7909
7909
|
})
|
|
7910
7910
|
])) : createCommentVNode("", true)
|
|
7911
|
-
], 10, _hoisted_2$
|
|
7911
|
+
], 10, _hoisted_2$8)) : createCommentVNode("", true)
|
|
7912
7912
|
]),
|
|
7913
7913
|
_: 3
|
|
7914
7914
|
}, 8, ["name"])
|
|
7915
|
-
], 16, _hoisted_1$
|
|
7915
|
+
], 16, _hoisted_1$h), [
|
|
7916
7916
|
[vShow, state.shown]
|
|
7917
7917
|
])
|
|
7918
7918
|
]),
|
|
@@ -7934,7 +7934,7 @@ var SCROLLING = /* @__PURE__ */ ((SCROLLING2) => {
|
|
|
7934
7934
|
SCROLLING2["NATIVE"] = "native";
|
|
7935
7935
|
return SCROLLING2;
|
|
7936
7936
|
})(SCROLLING || {});
|
|
7937
|
-
const _sfc_main$
|
|
7937
|
+
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
7938
7938
|
__name: "UiModalWindowSurface",
|
|
7939
7939
|
props: {
|
|
7940
7940
|
/** Атрибут id корневого элемента модального окна. Должен быть уникальным на странице */
|
|
@@ -8154,7 +8154,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
8154
8154
|
const slots = useSlots();
|
|
8155
8155
|
const renderBody = () => {
|
|
8156
8156
|
const appearance = props.appearance;
|
|
8157
|
-
return h(_sfc_main$
|
|
8157
|
+
return h(_sfc_main$S, {
|
|
8158
8158
|
name: "zoom",
|
|
8159
8159
|
onBeforeEnter: () => visibilityOfBody.value = "showing",
|
|
8160
8160
|
onAfterEnter: () => visibilityOfBody.value = "shown",
|
|
@@ -8179,7 +8179,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
8179
8179
|
};
|
|
8180
8180
|
const EmbedModalWindowSurface = () => !state.attached ? void 0 : h(Teleport, {
|
|
8181
8181
|
to: globals?.container ?? document.body
|
|
8182
|
-
}, h(_sfc_main$
|
|
8182
|
+
}, h(_sfc_main$S, {
|
|
8183
8183
|
name: "fade-2",
|
|
8184
8184
|
onBeforeEnter: () => visibilityOfOverlay.value = "showing",
|
|
8185
8185
|
onAfterEnter: () => visibilityOfOverlay.value = "shown",
|
|
@@ -8197,7 +8197,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
8197
8197
|
"ui-v1-modal_overlapped": state.overlapped
|
|
8198
8198
|
}],
|
|
8199
8199
|
onClick: onOverlayClick
|
|
8200
|
-
}, h(_sfc_main$
|
|
8200
|
+
}, h(_sfc_main$x, {
|
|
8201
8201
|
class: {
|
|
8202
8202
|
"ui-v1-modal-window-container": true,
|
|
8203
8203
|
"ui-v1-modal-window-container_fullscreen": props.fullscreen,
|
|
@@ -8221,12 +8221,12 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
8221
8221
|
};
|
|
8222
8222
|
}
|
|
8223
8223
|
});
|
|
8224
|
-
const _hoisted_1$
|
|
8224
|
+
const _hoisted_1$g = {
|
|
8225
8225
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8226
8226
|
viewBox: "0 0 24 24"
|
|
8227
8227
|
};
|
|
8228
8228
|
function render$6(_ctx, _cache) {
|
|
8229
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8229
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$g, [..._cache[0] || (_cache[0] = [
|
|
8230
8230
|
createElementVNode("path", {
|
|
8231
8231
|
fill: "currentColor",
|
|
8232
8232
|
"fill-rule": "evenodd",
|
|
@@ -8236,11 +8236,11 @@ function render$6(_ctx, _cache) {
|
|
|
8236
8236
|
])]);
|
|
8237
8237
|
}
|
|
8238
8238
|
const IconWarning = { render: render$6 };
|
|
8239
|
-
const _hoisted_1$
|
|
8239
|
+
const _hoisted_1$f = {
|
|
8240
8240
|
key: 0,
|
|
8241
8241
|
class: "ui-v1-modal-window__icon"
|
|
8242
8242
|
};
|
|
8243
|
-
const _hoisted_2$
|
|
8243
|
+
const _hoisted_2$7 = ["id"];
|
|
8244
8244
|
const _hoisted_3$4 = ["disabled"];
|
|
8245
8245
|
const _hoisted_4 = {
|
|
8246
8246
|
key: 1,
|
|
@@ -8254,7 +8254,7 @@ const _hoisted_6 = {
|
|
|
8254
8254
|
key: 0,
|
|
8255
8255
|
class: "ui-v1-modal-window__footer-text"
|
|
8256
8256
|
};
|
|
8257
|
-
const _sfc_main$
|
|
8257
|
+
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
8258
8258
|
__name: "UiModalWindow",
|
|
8259
8259
|
props: {
|
|
8260
8260
|
/** Атрибут id корневого элемента модального окна. Должен быть уникальным на странице */
|
|
@@ -8374,7 +8374,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
8374
8374
|
});
|
|
8375
8375
|
watch(() => props.opened, toggle);
|
|
8376
8376
|
return (_ctx, _cache) => {
|
|
8377
|
-
return openBlock(), createBlock(_sfc_main$
|
|
8377
|
+
return openBlock(), createBlock(_sfc_main$o, mergeProps({
|
|
8378
8378
|
id: __props.id,
|
|
8379
8379
|
opened: state.opened,
|
|
8380
8380
|
closable: __props.closable,
|
|
@@ -8403,7 +8403,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
8403
8403
|
"ui-v1-modal-window__header_pinned": _ctx.$slots.title && state.scrolled && __props.appearance === unref(APPEARANCE).POPUP && !__props.responsive
|
|
8404
8404
|
})
|
|
8405
8405
|
}, [
|
|
8406
|
-
__props.appearance === unref(APPEARANCE).ALERT ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
8406
|
+
__props.appearance === unref(APPEARANCE).ALERT ? (openBlock(), createElementBlock("div", _hoisted_1$f, [
|
|
8407
8407
|
renderSlot(_ctx.$slots, "icon", {
|
|
8408
8408
|
overlapped: state.overlapped
|
|
8409
8409
|
}, () => [
|
|
@@ -8418,7 +8418,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
8418
8418
|
renderSlot(_ctx.$slots, "title", {
|
|
8419
8419
|
overlapped: state.overlapped
|
|
8420
8420
|
})
|
|
8421
|
-
], 8, _hoisted_2$
|
|
8421
|
+
], 8, _hoisted_2$7)) : createCommentVNode("", true),
|
|
8422
8422
|
__props.appearance !== unref(APPEARANCE).ALERT ? (openBlock(), createElementBlock("button", {
|
|
8423
8423
|
key: 2,
|
|
8424
8424
|
"aria-keyshortcuts": "Esc",
|
|
@@ -8434,7 +8434,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
8434
8434
|
})
|
|
8435
8435
|
], 8, _hoisted_3$4)) : createCommentVNode("", true)
|
|
8436
8436
|
], 2),
|
|
8437
|
-
__props.responsive ? (openBlock(), createBlock(_sfc_main$
|
|
8437
|
+
__props.responsive ? (openBlock(), createBlock(_sfc_main$x, {
|
|
8438
8438
|
key: 0,
|
|
8439
8439
|
class: "ui-v1-modal-window__content",
|
|
8440
8440
|
"show-on-mac": "",
|
|
@@ -8467,12 +8467,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
8467
8467
|
};
|
|
8468
8468
|
}
|
|
8469
8469
|
});
|
|
8470
|
-
const _hoisted_1$
|
|
8470
|
+
const _hoisted_1$e = {
|
|
8471
8471
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8472
8472
|
viewBox: "0 0 24 24"
|
|
8473
8473
|
};
|
|
8474
8474
|
function render$5(_ctx, _cache) {
|
|
8475
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8475
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$e, [..._cache[0] || (_cache[0] = [
|
|
8476
8476
|
createElementVNode("path", {
|
|
8477
8477
|
fill: "currentColor",
|
|
8478
8478
|
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"
|
|
@@ -8480,12 +8480,12 @@ function render$5(_ctx, _cache) {
|
|
|
8480
8480
|
])]);
|
|
8481
8481
|
}
|
|
8482
8482
|
const IconAdd = { render: render$5 };
|
|
8483
|
-
const _hoisted_1$
|
|
8483
|
+
const _hoisted_1$d = {
|
|
8484
8484
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8485
8485
|
viewBox: "0 0 24 24"
|
|
8486
8486
|
};
|
|
8487
8487
|
function render$4(_ctx, _cache) {
|
|
8488
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8488
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$d, [..._cache[0] || (_cache[0] = [
|
|
8489
8489
|
createElementVNode("path", {
|
|
8490
8490
|
fill: "currentColor",
|
|
8491
8491
|
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"
|
|
@@ -8493,12 +8493,12 @@ function render$4(_ctx, _cache) {
|
|
|
8493
8493
|
])]);
|
|
8494
8494
|
}
|
|
8495
8495
|
const IconCaret = { render: render$4 };
|
|
8496
|
-
const _hoisted_1$
|
|
8496
|
+
const _hoisted_1$c = {
|
|
8497
8497
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8498
8498
|
viewBox: "0 0 24 24"
|
|
8499
8499
|
};
|
|
8500
8500
|
function render$3(_ctx, _cache) {
|
|
8501
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8501
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$c, [..._cache[0] || (_cache[0] = [
|
|
8502
8502
|
createElementVNode("path", {
|
|
8503
8503
|
fill: "currentColor",
|
|
8504
8504
|
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"
|
|
@@ -8506,12 +8506,12 @@ function render$3(_ctx, _cache) {
|
|
|
8506
8506
|
])]);
|
|
8507
8507
|
}
|
|
8508
8508
|
const IconCaretUp = { render: render$3 };
|
|
8509
|
-
const _hoisted_1$
|
|
8509
|
+
const _hoisted_1$b = {
|
|
8510
8510
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8511
8511
|
viewBox: "0 0 24 24"
|
|
8512
8512
|
};
|
|
8513
8513
|
function render$2(_ctx, _cache) {
|
|
8514
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8514
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$b, [..._cache[0] || (_cache[0] = [
|
|
8515
8515
|
createElementVNode("path", {
|
|
8516
8516
|
fill: "currentColor",
|
|
8517
8517
|
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"
|
|
@@ -8519,11 +8519,11 @@ function render$2(_ctx, _cache) {
|
|
|
8519
8519
|
])]);
|
|
8520
8520
|
}
|
|
8521
8521
|
const IconRemove = { render: render$2 };
|
|
8522
|
-
var DIRECTION = /* @__PURE__ */ ((DIRECTION2) => {
|
|
8522
|
+
var DIRECTION$1 = /* @__PURE__ */ ((DIRECTION2) => {
|
|
8523
8523
|
DIRECTION2["HORIZONTAL"] = "horizontal";
|
|
8524
8524
|
DIRECTION2["VERTICAL"] = "vertical";
|
|
8525
8525
|
return DIRECTION2;
|
|
8526
|
-
})(DIRECTION || {});
|
|
8526
|
+
})(DIRECTION$1 || {});
|
|
8527
8527
|
var VIOLATION = /* @__PURE__ */ ((VIOLATION2) => {
|
|
8528
8528
|
VIOLATION2["NAN"] = "nan";
|
|
8529
8529
|
VIOLATION2["TOO_LARGE"] = "too-large";
|
|
@@ -8621,10 +8621,10 @@ const _i18n$3 = define({
|
|
|
8621
8621
|
"ru-RU": messages_ru_RU$3
|
|
8622
8622
|
}
|
|
8623
8623
|
});
|
|
8624
|
-
const _hoisted_1$
|
|
8625
|
-
const _hoisted_2$
|
|
8624
|
+
const _hoisted_1$a = ["id", "aria-disabled", "aria-readonly"];
|
|
8625
|
+
const _hoisted_2$6 = ["id", "aria-controls", "aria-label", "disabled"];
|
|
8626
8626
|
const _hoisted_3$3 = ["id", "aria-controls", "aria-label", "disabled"];
|
|
8627
|
-
const _sfc_main$
|
|
8627
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
8628
8628
|
...{
|
|
8629
8629
|
inheritAttrs: false
|
|
8630
8630
|
},
|
|
@@ -8681,8 +8681,8 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
8681
8681
|
},
|
|
8682
8682
|
direction: {
|
|
8683
8683
|
type: String,
|
|
8684
|
-
validator: (value) => Object.values(DIRECTION).includes(value),
|
|
8685
|
-
default: DIRECTION.HORIZONTAL
|
|
8684
|
+
validator: (value) => Object.values(DIRECTION$1).includes(value),
|
|
8685
|
+
default: DIRECTION$1.HORIZONTAL
|
|
8686
8686
|
},
|
|
8687
8687
|
size: {
|
|
8688
8688
|
type: String,
|
|
@@ -8942,8 +8942,8 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
8942
8942
|
id: `${stepperId.value}-root`,
|
|
8943
8943
|
class: {
|
|
8944
8944
|
"ui-v1-number-stepper": true,
|
|
8945
|
-
"ui-v1-number-stepper_horizontal": __props.direction === unref(DIRECTION).HORIZONTAL,
|
|
8946
|
-
"ui-v1-number-stepper_vertical": __props.direction === unref(DIRECTION).VERTICAL,
|
|
8945
|
+
"ui-v1-number-stepper_horizontal": __props.direction === unref(DIRECTION$1).HORIZONTAL,
|
|
8946
|
+
"ui-v1-number-stepper_vertical": __props.direction === unref(DIRECTION$1).VERTICAL,
|
|
8947
8947
|
"ui-v1-number-stepper_outlined": __props.outlined,
|
|
8948
8948
|
"ui-v1-number-stepper_inline": !__props.outlined,
|
|
8949
8949
|
"ui-v1-number-stepper_disabled": __props.disabled,
|
|
@@ -8963,7 +8963,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
8963
8963
|
type: "button",
|
|
8964
8964
|
onClick: decrease
|
|
8965
8965
|
}, [
|
|
8966
|
-
__props.direction === unref(DIRECTION).HORIZONTAL ? (openBlock(), createBlock(unref(IconRemove), {
|
|
8966
|
+
__props.direction === unref(DIRECTION$1).HORIZONTAL ? (openBlock(), createBlock(unref(IconRemove), {
|
|
8967
8967
|
key: 0,
|
|
8968
8968
|
"aria-hidden": "true",
|
|
8969
8969
|
class: "ui-v1-number-stepper__icon"
|
|
@@ -8972,8 +8972,8 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
8972
8972
|
"aria-hidden": "true",
|
|
8973
8973
|
class: "ui-v1-number-stepper__icon"
|
|
8974
8974
|
}))
|
|
8975
|
-
], 8, _hoisted_2$
|
|
8976
|
-
createVNode(_sfc_main$
|
|
8975
|
+
], 8, _hoisted_2$6),
|
|
8976
|
+
createVNode(_sfc_main$z, mergeProps(resolvedTextboxOptions.value, {
|
|
8977
8977
|
id: stepperId.value,
|
|
8978
8978
|
ref_key: "textbox",
|
|
8979
8979
|
ref: textbox,
|
|
@@ -9003,7 +9003,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
9003
9003
|
type: "button",
|
|
9004
9004
|
onClick: increase
|
|
9005
9005
|
}, [
|
|
9006
|
-
__props.direction === unref(DIRECTION).HORIZONTAL ? (openBlock(), createBlock(unref(IconAdd), {
|
|
9006
|
+
__props.direction === unref(DIRECTION$1).HORIZONTAL ? (openBlock(), createBlock(unref(IconAdd), {
|
|
9007
9007
|
key: 0,
|
|
9008
9008
|
"aria-hidden": "true",
|
|
9009
9009
|
class: "ui-v1-number-stepper__icon"
|
|
@@ -9013,11 +9013,11 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
9013
9013
|
class: "ui-v1-number-stepper__icon"
|
|
9014
9014
|
}))
|
|
9015
9015
|
], 8, _hoisted_3$3)
|
|
9016
|
-
], 16, _hoisted_1$
|
|
9016
|
+
], 16, _hoisted_1$a);
|
|
9017
9017
|
};
|
|
9018
9018
|
}
|
|
9019
9019
|
});
|
|
9020
|
-
const _sfc_main$
|
|
9020
|
+
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
9021
9021
|
__name: "UiPopperConnector",
|
|
9022
9022
|
setup(__props) {
|
|
9023
9023
|
const target = ref(null);
|
|
@@ -9028,7 +9028,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
9028
9028
|
};
|
|
9029
9029
|
}
|
|
9030
9030
|
});
|
|
9031
|
-
const _sfc_main$
|
|
9031
|
+
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
9032
9032
|
__name: "UiPopperTarget",
|
|
9033
9033
|
props: {
|
|
9034
9034
|
tag: {
|
|
@@ -9051,11 +9051,11 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
9051
9051
|
};
|
|
9052
9052
|
}
|
|
9053
9053
|
});
|
|
9054
|
-
const _hoisted_1$
|
|
9054
|
+
const _hoisted_1$9 = ["id", "name", "value", "checked", "required", "disabled"];
|
|
9055
9055
|
let nameCounter = 0;
|
|
9056
9056
|
let idCounter = 0;
|
|
9057
9057
|
const __default__$1 = {};
|
|
9058
|
-
const _sfc_main$
|
|
9058
|
+
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
9059
9059
|
...__default__$1,
|
|
9060
9060
|
...{
|
|
9061
9061
|
inheritAttrs: false
|
|
@@ -9144,7 +9144,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
9144
9144
|
type: "radio",
|
|
9145
9145
|
class: "ui-v1-radio__input",
|
|
9146
9146
|
onChange
|
|
9147
|
-
}), null, 16, _hoisted_1$
|
|
9147
|
+
}), null, 16, _hoisted_1$9),
|
|
9148
9148
|
_cache[0] || (_cache[0] = createElementVNode("span", { class: "ui-v1-radio__checkmark" }, null, -1))
|
|
9149
9149
|
], 16);
|
|
9150
9150
|
};
|
|
@@ -9250,16 +9250,16 @@ const createManipulator = (options) => {
|
|
|
9250
9250
|
onDragEnd
|
|
9251
9251
|
};
|
|
9252
9252
|
};
|
|
9253
|
-
const _hoisted_1$
|
|
9253
|
+
const _hoisted_1$8 = {
|
|
9254
9254
|
key: 0,
|
|
9255
9255
|
class: "ui-v1-slider__label"
|
|
9256
9256
|
};
|
|
9257
|
-
const _hoisted_2$
|
|
9257
|
+
const _hoisted_2$5 = ["onMousedown", "onKeydown", "onFocus"];
|
|
9258
9258
|
const _hoisted_3$2 = {
|
|
9259
9259
|
key: 1,
|
|
9260
9260
|
class: "ui-v1-slider__label"
|
|
9261
9261
|
};
|
|
9262
|
-
const _sfc_main$
|
|
9262
|
+
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
9263
9263
|
__name: "UiSlider",
|
|
9264
9264
|
props: {
|
|
9265
9265
|
type: {
|
|
@@ -9422,7 +9422,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
9422
9422
|
onClick: _cache[2] || (_cache[2] = ($event) => unref(onClick)($event)),
|
|
9423
9423
|
onKeydown: _cache[3] || (_cache[3] = ($event) => onRootKeydown($event))
|
|
9424
9424
|
}), [
|
|
9425
|
-
props.labelled ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
9425
|
+
props.labelled ? (openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
9426
9426
|
renderSlot(_ctx.$slots, "label", {
|
|
9427
9427
|
boundary: props.min
|
|
9428
9428
|
})
|
|
@@ -9463,7 +9463,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
9463
9463
|
key: 0,
|
|
9464
9464
|
boundary: handle.value
|
|
9465
9465
|
}) : createCommentVNode("", true)
|
|
9466
|
-
], 16, _hoisted_2$
|
|
9466
|
+
], 16, _hoisted_2$5);
|
|
9467
9467
|
}), 128))
|
|
9468
9468
|
], 512),
|
|
9469
9469
|
props.labelled ? (openBlock(), createElementBlock("div", _hoisted_3$2, [
|
|
@@ -9486,7 +9486,7 @@ var PLACEMENT = /* @__PURE__ */ ((PLACEMENT2) => {
|
|
|
9486
9486
|
PLACEMENT2["LEFT_START"] = "left-start";
|
|
9487
9487
|
return PLACEMENT2;
|
|
9488
9488
|
})(PLACEMENT || {});
|
|
9489
|
-
const _sfc_main$
|
|
9489
|
+
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
9490
9490
|
__name: "UiSelectPopper",
|
|
9491
9491
|
props: {
|
|
9492
9492
|
/** Атрибут id корневого элемента выпадающего списка. Должен быть уникальным на странице */
|
|
@@ -9581,7 +9581,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
9581
9581
|
const width = ref("auto");
|
|
9582
9582
|
const visible = computed(() => props.opened);
|
|
9583
9583
|
const autoScroll = async () => {
|
|
9584
|
-
const option = scrollable.value?.querySelector(".ui-v1-select-option_selected");
|
|
9584
|
+
const option = scrollable.value?.querySelector(".ui-v1-select-option_active") ?? scrollable.value?.querySelector(".ui-v1-select-option_selected");
|
|
9585
9585
|
if (scrollable.value && option) {
|
|
9586
9586
|
scrollable.value.scrollTop = option.offsetTop;
|
|
9587
9587
|
}
|
|
@@ -9598,6 +9598,8 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
9598
9598
|
return style;
|
|
9599
9599
|
});
|
|
9600
9600
|
__expose({
|
|
9601
|
+
autoScroll,
|
|
9602
|
+
updateWidth,
|
|
9601
9603
|
adjust: () => popper.value?.adjust(),
|
|
9602
9604
|
dispose: () => popper.value?.dispose(),
|
|
9603
9605
|
show: () => popper.value?.show(),
|
|
@@ -9607,7 +9609,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
9607
9609
|
onMounted(() => {
|
|
9608
9610
|
});
|
|
9609
9611
|
return (_ctx, _cache) => {
|
|
9610
|
-
return openBlock(), createBlock(_sfc_main$
|
|
9612
|
+
return openBlock(), createBlock(_sfc_main$D, mergeProps({
|
|
9611
9613
|
id: __props.id + "-popper",
|
|
9612
9614
|
ref_key: "popper",
|
|
9613
9615
|
ref: popper,
|
|
@@ -9675,7 +9677,7 @@ const _i18n$2 = define({
|
|
|
9675
9677
|
"ru-RU": messages_ru_RU$2
|
|
9676
9678
|
}
|
|
9677
9679
|
});
|
|
9678
|
-
const _sfc_main$
|
|
9680
|
+
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
9679
9681
|
__name: "UiSelectTrigger",
|
|
9680
9682
|
props: {
|
|
9681
9683
|
/** Атрибут id корневого элемента выпадающего списка. Должен быть уникальным на странице */
|
|
@@ -9771,7 +9773,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
9771
9773
|
/** Нажатие клавиши в поле ввода */
|
|
9772
9774
|
"keydown"
|
|
9773
9775
|
],
|
|
9774
|
-
setup(__props, { emit: __emit }) {
|
|
9776
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
9775
9777
|
const props = __props;
|
|
9776
9778
|
const emit = __emit;
|
|
9777
9779
|
const i18n = computed(() => _i18n$2.init(inject(I18nInjectKey, null)?.locale ?? _i18n$2.fallback));
|
|
@@ -9862,6 +9864,16 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
9862
9864
|
emit("update:value", value);
|
|
9863
9865
|
emit("clear", event);
|
|
9864
9866
|
};
|
|
9867
|
+
__expose({
|
|
9868
|
+
open,
|
|
9869
|
+
close,
|
|
9870
|
+
onClick,
|
|
9871
|
+
onKeyDown,
|
|
9872
|
+
onInput,
|
|
9873
|
+
onFocus,
|
|
9874
|
+
onBlur,
|
|
9875
|
+
onClear
|
|
9876
|
+
});
|
|
9865
9877
|
watch(() => props.value, () => {
|
|
9866
9878
|
updateSelectionWidth();
|
|
9867
9879
|
if (props.multiple && props.expanded) {
|
|
@@ -9891,7 +9903,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
9891
9903
|
class: "ui-v1-select__touchstone"
|
|
9892
9904
|
}, toDisplayString(selectionLabels.value), 513)) : createCommentVNode("", true),
|
|
9893
9905
|
renderSlot(_ctx.$slots, "trigger", {}, () => [
|
|
9894
|
-
createVNode(_sfc_main$
|
|
9906
|
+
createVNode(_sfc_main$z, {
|
|
9895
9907
|
id: __props.id,
|
|
9896
9908
|
value: inputValue.value,
|
|
9897
9909
|
placeholder: !inputReadonly.value && __props.expanded ? i18n.value.t("search.placeholder") : __props.placeholder,
|
|
@@ -9932,12 +9944,12 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
9932
9944
|
};
|
|
9933
9945
|
}
|
|
9934
9946
|
});
|
|
9935
|
-
const _hoisted_1$
|
|
9936
|
-
const _hoisted_2$
|
|
9947
|
+
const _hoisted_1$7 = ["id", "checked", "disabled", "aria-checked", "aria-disabled"];
|
|
9948
|
+
const _hoisted_2$4 = { class: "ui-v1-switch__track" };
|
|
9937
9949
|
const _hoisted_3$1 = { class: "ui-v1-switch__handle" };
|
|
9938
9950
|
let counter = 0;
|
|
9939
9951
|
const __default__ = {};
|
|
9940
|
-
const _sfc_main$
|
|
9952
|
+
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
9941
9953
|
...__default__,
|
|
9942
9954
|
__name: "UiSwitch",
|
|
9943
9955
|
props: {
|
|
@@ -10010,8 +10022,8 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
10010
10022
|
role: "switch",
|
|
10011
10023
|
class: "ui-v1-switch__input",
|
|
10012
10024
|
onChange
|
|
10013
|
-
}), null, 16, _hoisted_1$
|
|
10014
|
-
createElementVNode("span", _hoisted_2$
|
|
10025
|
+
}), null, 16, _hoisted_1$7),
|
|
10026
|
+
createElementVNode("span", _hoisted_2$4, [
|
|
10015
10027
|
createElementVNode("span", _hoisted_3$1, [
|
|
10016
10028
|
!__props.square ? (openBlock(), createBlock(unref(IconDone), {
|
|
10017
10029
|
key: 0,
|
|
@@ -10023,6 +10035,293 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
10023
10035
|
};
|
|
10024
10036
|
}
|
|
10025
10037
|
});
|
|
10038
|
+
var ALIGN = /* @__PURE__ */ ((ALIGN2) => {
|
|
10039
|
+
ALIGN2["LEFT"] = "left";
|
|
10040
|
+
ALIGN2["CENTER"] = "center";
|
|
10041
|
+
ALIGN2["RIGHT"] = "right";
|
|
10042
|
+
return ALIGN2;
|
|
10043
|
+
})(ALIGN || {});
|
|
10044
|
+
var VALIGN = /* @__PURE__ */ ((VALIGN2) => {
|
|
10045
|
+
VALIGN2["TOP"] = "top";
|
|
10046
|
+
VALIGN2["MIDDLE"] = "middle";
|
|
10047
|
+
VALIGN2["BOTTOM"] = "bottom";
|
|
10048
|
+
return VALIGN2;
|
|
10049
|
+
})(VALIGN || {});
|
|
10050
|
+
var DIRECTION = /* @__PURE__ */ ((DIRECTION2) => {
|
|
10051
|
+
DIRECTION2["ASC"] = "asc";
|
|
10052
|
+
DIRECTION2["DESC"] = "desc";
|
|
10053
|
+
return DIRECTION2;
|
|
10054
|
+
})(DIRECTION || {});
|
|
10055
|
+
const byRowKey = (key) => {
|
|
10056
|
+
return (row) => row[key];
|
|
10057
|
+
};
|
|
10058
|
+
const asRowClass = (value) => value;
|
|
10059
|
+
const asRowAttrs = (value) => value;
|
|
10060
|
+
const _sfc_main$e = defineComponent({
|
|
10061
|
+
name: "UiTableBodyCell",
|
|
10062
|
+
props: {
|
|
10063
|
+
align: {
|
|
10064
|
+
type: String,
|
|
10065
|
+
default: ALIGN.LEFT,
|
|
10066
|
+
validator: (align) => Object.values(ALIGN).includes(align)
|
|
10067
|
+
},
|
|
10068
|
+
valign: {
|
|
10069
|
+
type: String,
|
|
10070
|
+
default: VALIGN.MIDDLE,
|
|
10071
|
+
validator: (valign) => Object.values(VALIGN).includes(valign)
|
|
10072
|
+
},
|
|
10073
|
+
colspan: {
|
|
10074
|
+
type: Number,
|
|
10075
|
+
default: void 0
|
|
10076
|
+
},
|
|
10077
|
+
rowspan: {
|
|
10078
|
+
type: Number,
|
|
10079
|
+
default: void 0
|
|
10080
|
+
},
|
|
10081
|
+
trim: {
|
|
10082
|
+
type: Boolean,
|
|
10083
|
+
default: false
|
|
10084
|
+
},
|
|
10085
|
+
theme: {
|
|
10086
|
+
type: String,
|
|
10087
|
+
default: "default",
|
|
10088
|
+
validator: (theme) => ["default", "group"].includes(theme)
|
|
10089
|
+
}
|
|
10090
|
+
},
|
|
10091
|
+
setup(props, { attrs, slots }) {
|
|
10092
|
+
return () => h("td", {
|
|
10093
|
+
...attrs,
|
|
10094
|
+
colspan: props.colspan,
|
|
10095
|
+
rowspan: props.rowspan,
|
|
10096
|
+
class: [attrs.class, {
|
|
10097
|
+
"ui-v1-table__body-cell": true,
|
|
10098
|
+
[`ui-v1-table__body-cell_align-${props.align}`]: true,
|
|
10099
|
+
[`ui-v1-table__body-cell_valign-${props.valign}`]: true,
|
|
10100
|
+
[`ui-v1-table__body-cell_theme-${props.theme}`]: true,
|
|
10101
|
+
"ui-v1-table__body-cell_trim": props.trim
|
|
10102
|
+
}]
|
|
10103
|
+
}, slots.default?.());
|
|
10104
|
+
}
|
|
10105
|
+
});
|
|
10106
|
+
const toCssSize = (value) => {
|
|
10107
|
+
if (typeof value === "number") {
|
|
10108
|
+
return `${value}px`;
|
|
10109
|
+
}
|
|
10110
|
+
return value;
|
|
10111
|
+
};
|
|
10112
|
+
const _sfc_main$d = defineComponent({
|
|
10113
|
+
name: "UiTableCol",
|
|
10114
|
+
props: {
|
|
10115
|
+
width: {
|
|
10116
|
+
type: [String, Number],
|
|
10117
|
+
default: void 0
|
|
10118
|
+
},
|
|
10119
|
+
minWidth: {
|
|
10120
|
+
type: [String, Number],
|
|
10121
|
+
default: void 0
|
|
10122
|
+
},
|
|
10123
|
+
maxWidth: {
|
|
10124
|
+
type: [String, Number],
|
|
10125
|
+
default: void 0
|
|
10126
|
+
}
|
|
10127
|
+
},
|
|
10128
|
+
setup(props, { attrs }) {
|
|
10129
|
+
return () => h("col", {
|
|
10130
|
+
...attrs,
|
|
10131
|
+
style: [
|
|
10132
|
+
attrs.style ?? null,
|
|
10133
|
+
{
|
|
10134
|
+
width: toCssSize(props.width),
|
|
10135
|
+
minWidth: toCssSize(props.minWidth),
|
|
10136
|
+
maxWidth: toCssSize(props.maxWidth)
|
|
10137
|
+
}
|
|
10138
|
+
]
|
|
10139
|
+
});
|
|
10140
|
+
}
|
|
10141
|
+
});
|
|
10142
|
+
const _hoisted_1$6 = ["type"];
|
|
10143
|
+
const _hoisted_2$3 = { class: "ui-v1-table__footer-button-content" };
|
|
10144
|
+
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
10145
|
+
...{
|
|
10146
|
+
inheritAttrs: false
|
|
10147
|
+
},
|
|
10148
|
+
__name: "UiTableFooterButton",
|
|
10149
|
+
props: {
|
|
10150
|
+
type: {
|
|
10151
|
+
type: String,
|
|
10152
|
+
default: "button",
|
|
10153
|
+
validator: (type) => ["button", "submit", "reset"].includes(type)
|
|
10154
|
+
}
|
|
10155
|
+
},
|
|
10156
|
+
setup(__props) {
|
|
10157
|
+
return (_ctx, _cache) => {
|
|
10158
|
+
return openBlock(), createElementBlock("button", mergeProps({
|
|
10159
|
+
type: __props.type,
|
|
10160
|
+
class: "ui-v1-table__footer-button"
|
|
10161
|
+
}, _ctx.$attrs), [
|
|
10162
|
+
createElementVNode("span", _hoisted_2$3, [
|
|
10163
|
+
renderSlot(_ctx.$slots, "default")
|
|
10164
|
+
])
|
|
10165
|
+
], 16, _hoisted_1$6);
|
|
10166
|
+
};
|
|
10167
|
+
}
|
|
10168
|
+
});
|
|
10169
|
+
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
10170
|
+
...{
|
|
10171
|
+
inheritAttrs: false
|
|
10172
|
+
},
|
|
10173
|
+
__name: "UiTableFooterSection",
|
|
10174
|
+
setup(__props) {
|
|
10175
|
+
return (_ctx, _cache) => {
|
|
10176
|
+
return openBlock(), createElementBlock("div", mergeProps({ class: "ui-v1-table__footer-section" }, _ctx.$attrs), [
|
|
10177
|
+
renderSlot(_ctx.$slots, "default")
|
|
10178
|
+
], 16);
|
|
10179
|
+
};
|
|
10180
|
+
}
|
|
10181
|
+
});
|
|
10182
|
+
const _sfc_main$a = defineComponent({
|
|
10183
|
+
name: "UiTableHeadCell",
|
|
10184
|
+
props: {
|
|
10185
|
+
align: {
|
|
10186
|
+
type: String,
|
|
10187
|
+
default: ALIGN.LEFT,
|
|
10188
|
+
validator: (align) => Object.values(ALIGN).includes(align)
|
|
10189
|
+
},
|
|
10190
|
+
trim: {
|
|
10191
|
+
type: Boolean,
|
|
10192
|
+
default: false
|
|
10193
|
+
}
|
|
10194
|
+
},
|
|
10195
|
+
setup(props, { attrs, slots }) {
|
|
10196
|
+
return () => h("th", {
|
|
10197
|
+
...attrs,
|
|
10198
|
+
scope: attrs.scope ?? "col",
|
|
10199
|
+
class: [attrs.class, {
|
|
10200
|
+
"ui-v1-table__head-cell": true,
|
|
10201
|
+
[`ui-v1-table__head-cell_align-${props.align}`]: true,
|
|
10202
|
+
"ui-v1-table__head-cell_trim": props.trim
|
|
10203
|
+
}]
|
|
10204
|
+
}, slots.default?.());
|
|
10205
|
+
}
|
|
10206
|
+
});
|
|
10207
|
+
const _sfc_main$9 = defineComponent({
|
|
10208
|
+
name: "UiTableRoot",
|
|
10209
|
+
props: {
|
|
10210
|
+
bordered: {
|
|
10211
|
+
type: Boolean,
|
|
10212
|
+
default: false
|
|
10213
|
+
},
|
|
10214
|
+
fixed: {
|
|
10215
|
+
type: Boolean,
|
|
10216
|
+
default: false
|
|
10217
|
+
}
|
|
10218
|
+
},
|
|
10219
|
+
setup(props, { attrs, slots }) {
|
|
10220
|
+
return () => h("table", {
|
|
10221
|
+
...attrs,
|
|
10222
|
+
class: [attrs.class, {
|
|
10223
|
+
"ui-v1-table": true,
|
|
10224
|
+
"ui-v1-table_bordered": props.bordered,
|
|
10225
|
+
"ui-v1-table_fixed": props.fixed
|
|
10226
|
+
}]
|
|
10227
|
+
}, slots.default?.());
|
|
10228
|
+
}
|
|
10229
|
+
});
|
|
10230
|
+
const _sfc_main$8 = defineComponent({
|
|
10231
|
+
name: "UiTableRow",
|
|
10232
|
+
props: {
|
|
10233
|
+
interactive: {
|
|
10234
|
+
type: Boolean,
|
|
10235
|
+
default: false
|
|
10236
|
+
},
|
|
10237
|
+
expanded: {
|
|
10238
|
+
type: Boolean,
|
|
10239
|
+
default: false
|
|
10240
|
+
}
|
|
10241
|
+
},
|
|
10242
|
+
setup(props, { attrs, slots }) {
|
|
10243
|
+
return () => h("tr", {
|
|
10244
|
+
...attrs,
|
|
10245
|
+
class: [attrs.class, {
|
|
10246
|
+
"ui-v1-table__row": true,
|
|
10247
|
+
"ui-v1-table__row_interactive": props.interactive,
|
|
10248
|
+
"ui-v1-table__row_expanded": props.expanded
|
|
10249
|
+
}]
|
|
10250
|
+
}, slots.default?.());
|
|
10251
|
+
}
|
|
10252
|
+
});
|
|
10253
|
+
const sectionTagByKind = {
|
|
10254
|
+
head: "thead",
|
|
10255
|
+
body: "tbody",
|
|
10256
|
+
foot: "tfoot"
|
|
10257
|
+
};
|
|
10258
|
+
const _sfc_main$7 = defineComponent({
|
|
10259
|
+
name: "UiTableSection",
|
|
10260
|
+
props: {
|
|
10261
|
+
kind: {
|
|
10262
|
+
type: String,
|
|
10263
|
+
default: "body",
|
|
10264
|
+
validator: (kind) => Object.keys(sectionTagByKind).includes(kind)
|
|
10265
|
+
}
|
|
10266
|
+
},
|
|
10267
|
+
setup(props, { attrs, slots }) {
|
|
10268
|
+
return () => h(sectionTagByKind[props.kind], {
|
|
10269
|
+
...attrs,
|
|
10270
|
+
class: [attrs.class, {
|
|
10271
|
+
"ui-v1-table__section": true,
|
|
10272
|
+
[`ui-v1-table__section_${props.kind}`]: true
|
|
10273
|
+
}]
|
|
10274
|
+
}, slots.default?.());
|
|
10275
|
+
}
|
|
10276
|
+
});
|
|
10277
|
+
const _hoisted_1$5 = {
|
|
10278
|
+
"aria-hidden": "true",
|
|
10279
|
+
class: "ui-v1-table__sorter-icon",
|
|
10280
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10281
|
+
viewBox: "0 0 24 24"
|
|
10282
|
+
};
|
|
10283
|
+
const _hoisted_2$2 = { class: "ui-v1-table__sorter-label" };
|
|
10284
|
+
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
10285
|
+
...{
|
|
10286
|
+
inheritAttrs: false
|
|
10287
|
+
},
|
|
10288
|
+
__name: "UiTableSorter",
|
|
10289
|
+
props: {
|
|
10290
|
+
direction: {
|
|
10291
|
+
type: String,
|
|
10292
|
+
default: null,
|
|
10293
|
+
validator: (direction) => direction === null || Object.values(DIRECTION).includes(direction)
|
|
10294
|
+
}
|
|
10295
|
+
},
|
|
10296
|
+
setup(__props) {
|
|
10297
|
+
return (_ctx, _cache) => {
|
|
10298
|
+
return openBlock(), createElementBlock("button", mergeProps({
|
|
10299
|
+
type: "button",
|
|
10300
|
+
class: "ui-v1-table__sorter"
|
|
10301
|
+
}, _ctx.$attrs), [
|
|
10302
|
+
(openBlock(), createElementBlock("svg", _hoisted_1$5, [
|
|
10303
|
+
createElementVNode("path", {
|
|
10304
|
+
class: normalizeClass({
|
|
10305
|
+
"ui-v1-table__sorter-path": true,
|
|
10306
|
+
"ui-v1-table__sorter-path_active": __props.direction === unref(DIRECTION).ASC
|
|
10307
|
+
}),
|
|
10308
|
+
d: "M16.3,8.3c0-0.1-0.1-0.3-0.1-0.4l-3.8-3.8c-0.2-0.2-0.5-0.2-0.7,0c0,0,0,0,0,0L7.9,7.9c-0.2,0.2-0.2,0.5,0,0.7c0,0,0,0,0,0l0.2,0.2C8.2,8.9,8.3,9,8.4,9h7.2c0.1,0,0.3-0.1,0.4-0.1l0.2-0.2C16.2,8.6,16.3,8.4,16.3,8.3z"
|
|
10309
|
+
}, null, 2),
|
|
10310
|
+
createElementVNode("path", {
|
|
10311
|
+
class: normalizeClass({
|
|
10312
|
+
"ui-v1-table__sorter-path": true,
|
|
10313
|
+
"ui-v1-table__sorter-path_active": __props.direction === unref(DIRECTION).DESC
|
|
10314
|
+
}),
|
|
10315
|
+
d: "M7.7,15.7c0,0.1,0.1,0.3,0.1,0.4l3.8,3.8c0.2,0.2,0.5,0.2,0.7,0c0,0,0,0,0,0l3.8-3.8c0.2-0.2,0.2-0.5,0-0.7c0,0,0,0,0,0l-0.2-0.2c-0.1-0.1-0.2-0.2-0.4-0.1H8.4c-0.1,0-0.3,0.1-0.4,0.1l-0.2,0.2C7.8,15.4,7.7,15.6,7.7,15.7z"
|
|
10316
|
+
}, null, 2)
|
|
10317
|
+
])),
|
|
10318
|
+
createElementVNode("span", _hoisted_2$2, [
|
|
10319
|
+
renderSlot(_ctx.$slots, "default")
|
|
10320
|
+
])
|
|
10321
|
+
], 16);
|
|
10322
|
+
};
|
|
10323
|
+
}
|
|
10324
|
+
});
|
|
10026
10325
|
const _hoisted_1$4 = {
|
|
10027
10326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10028
10327
|
viewBox: "0 0 24 24"
|
|
@@ -10124,7 +10423,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
10124
10423
|
}
|
|
10125
10424
|
};
|
|
10126
10425
|
return (_ctx, _cache) => {
|
|
10127
|
-
return openBlock(), createElementBlock("div", mergeProps({ class: "ui-v1-tag-wrapper" },
|
|
10426
|
+
return openBlock(), createElementBlock("div", mergeProps({ class: "ui-v1-tag-wrapper" }, _ctx.$attrs), [
|
|
10128
10427
|
createElementVNode("div", {
|
|
10129
10428
|
class: normalizeClass({
|
|
10130
10429
|
["ui-v1-tag"]: true,
|
|
@@ -10634,7 +10933,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
10634
10933
|
},
|
|
10635
10934
|
role: "combobox"
|
|
10636
10935
|
}, _ctx.$attrs, { onMousedown: onRootMouseDown }), [
|
|
10637
|
-
createVNode(_sfc_main$
|
|
10936
|
+
createVNode(_sfc_main$z, mergeProps({
|
|
10638
10937
|
id: inputId.value,
|
|
10639
10938
|
ref_key: "textbox",
|
|
10640
10939
|
ref: textbox,
|
|
@@ -10661,7 +10960,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
10661
10960
|
]),
|
|
10662
10961
|
_: 3
|
|
10663
10962
|
}, 16, ["id", "value", "placeholder", "clearable", "disabled", "readonly"]),
|
|
10664
|
-
createVNode(_sfc_main$
|
|
10963
|
+
createVNode(_sfc_main$D, {
|
|
10665
10964
|
id: `${inputId.value}-listbox`,
|
|
10666
10965
|
visible: expanded.value,
|
|
10667
10966
|
target: rootTarget.value,
|
|
@@ -10676,14 +10975,14 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
10676
10975
|
onAttached: onPopperAttached
|
|
10677
10976
|
}, {
|
|
10678
10977
|
default: withCtx(() => [
|
|
10679
|
-
createVNode(_sfc_main$
|
|
10978
|
+
createVNode(_sfc_main$x, {
|
|
10680
10979
|
ref_key: "scrollable",
|
|
10681
10980
|
ref: scrollable,
|
|
10682
10981
|
class: "ui-v1-time-picker__list"
|
|
10683
10982
|
}, {
|
|
10684
10983
|
default: withCtx(() => [
|
|
10685
10984
|
(openBlock(true), createElementBlock(Fragment, null, renderList(variants.value, (time2, index) => {
|
|
10686
|
-
return openBlock(), createBlock(_sfc_main$
|
|
10985
|
+
return openBlock(), createBlock(_sfc_main$y, {
|
|
10687
10986
|
id: optionId(index),
|
|
10688
10987
|
key: `${time2}-${index}`,
|
|
10689
10988
|
ref_for: true,
|
|
@@ -10795,7 +11094,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
10795
11094
|
return SIZE$7.SM;
|
|
10796
11095
|
});
|
|
10797
11096
|
return (_ctx, _cache) => {
|
|
10798
|
-
return openBlock(), createBlock(_sfc_main$
|
|
11097
|
+
return openBlock(), createBlock(_sfc_main$M, mergeProps({
|
|
10799
11098
|
ref_key: "root",
|
|
10800
11099
|
ref: root,
|
|
10801
11100
|
href: __props.href,
|
|
@@ -10868,7 +11167,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
10868
11167
|
},
|
|
10869
11168
|
setup(__props) {
|
|
10870
11169
|
return (_ctx, _cache) => {
|
|
10871
|
-
return openBlock(), createBlock(_sfc_main$
|
|
11170
|
+
return openBlock(), createBlock(_sfc_main$s, mergeProps({
|
|
10872
11171
|
href: __props.href,
|
|
10873
11172
|
external: __props.external,
|
|
10874
11173
|
appearance: __props.appearance,
|
|
@@ -11041,7 +11340,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
11041
11340
|
});
|
|
11042
11341
|
return (_ctx, _cache) => {
|
|
11043
11342
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
11044
|
-
!ready.value ? (openBlock(), createBlock(_sfc_main$
|
|
11343
|
+
!ready.value ? (openBlock(), createBlock(_sfc_main$r, { key: 0 })) : createCommentVNode("", true),
|
|
11045
11344
|
withDirectives((openBlock(), createElementBlock("iframe", {
|
|
11046
11345
|
ref_key: "iframe",
|
|
11047
11346
|
ref: iframe,
|
|
@@ -11056,98 +11355,122 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
11056
11355
|
});
|
|
11057
11356
|
const components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11058
11357
|
__proto__: null,
|
|
11059
|
-
UiAddButton: _sfc_main$
|
|
11060
|
-
UiAlert: _sfc_main$
|
|
11061
|
-
UiAvatar: _sfc_main$
|
|
11062
|
-
UiAvatarList: _sfc_main$
|
|
11063
|
-
UiButton: _sfc_main$
|
|
11064
|
-
UiCalendar: _sfc_main$
|
|
11065
|
-
UiCheckbox: _sfc_main$
|
|
11066
|
-
UiCollapse: _sfc_main$
|
|
11067
|
-
UiCollapseBox: _sfc_main$
|
|
11068
|
-
UiCollapseGroup: _sfc_main$
|
|
11069
|
-
UiCopyButton: _sfc_main$
|
|
11070
|
-
UiDate: _sfc_main$
|
|
11071
|
-
UiDatePicker: _sfc_main$
|
|
11072
|
-
UiError: _sfc_main$
|
|
11073
|
-
UiImage: _sfc_main$
|
|
11074
|
-
UiInfobox: _sfc_main$
|
|
11075
|
-
UiLink: _sfc_main$
|
|
11076
|
-
UiLoader: _sfc_main$
|
|
11077
|
-
UiMenuItem: _sfc_main$
|
|
11358
|
+
UiAddButton: _sfc_main$Q,
|
|
11359
|
+
UiAlert: _sfc_main$R,
|
|
11360
|
+
UiAvatar: _sfc_main$O,
|
|
11361
|
+
UiAvatarList: _sfc_main$N,
|
|
11362
|
+
UiButton: _sfc_main$M,
|
|
11363
|
+
UiCalendar: _sfc_main$I,
|
|
11364
|
+
UiCheckbox: _sfc_main$H,
|
|
11365
|
+
UiCollapse: _sfc_main$G,
|
|
11366
|
+
UiCollapseBox: _sfc_main$F,
|
|
11367
|
+
UiCollapseGroup: _sfc_main$E,
|
|
11368
|
+
UiCopyButton: _sfc_main$B,
|
|
11369
|
+
UiDate: _sfc_main$A,
|
|
11370
|
+
UiDatePicker: _sfc_main$v,
|
|
11371
|
+
UiError: _sfc_main$u,
|
|
11372
|
+
UiImage: _sfc_main$P,
|
|
11373
|
+
UiInfobox: _sfc_main$t,
|
|
11374
|
+
UiLink: _sfc_main$s,
|
|
11375
|
+
UiLoader: _sfc_main$r,
|
|
11376
|
+
UiMenuItem: _sfc_main$y,
|
|
11078
11377
|
UiMenuItemGroup,
|
|
11079
|
-
UiModalSidebar: _sfc_main$
|
|
11080
|
-
UiModalWindow: _sfc_main$
|
|
11081
|
-
UiModalWindowSurface: _sfc_main$
|
|
11082
|
-
UiNumberStepper: _sfc_main$
|
|
11083
|
-
UiPopper: _sfc_main$
|
|
11084
|
-
UiPopperConnector: _sfc_main$
|
|
11085
|
-
UiPopperTarget: _sfc_main$
|
|
11086
|
-
UiRadio: _sfc_main$
|
|
11087
|
-
UiScrollBox: _sfc_main$
|
|
11088
|
-
UiSelectPopper: _sfc_main$
|
|
11089
|
-
UiSelectTrigger: _sfc_main$
|
|
11090
|
-
UiSlider: _sfc_main$
|
|
11091
|
-
UiSwitch: _sfc_main$
|
|
11378
|
+
UiModalSidebar: _sfc_main$p,
|
|
11379
|
+
UiModalWindow: _sfc_main$n,
|
|
11380
|
+
UiModalWindowSurface: _sfc_main$o,
|
|
11381
|
+
UiNumberStepper: _sfc_main$m,
|
|
11382
|
+
UiPopper: _sfc_main$D,
|
|
11383
|
+
UiPopperConnector: _sfc_main$l,
|
|
11384
|
+
UiPopperTarget: _sfc_main$k,
|
|
11385
|
+
UiRadio: _sfc_main$j,
|
|
11386
|
+
UiScrollBox: _sfc_main$x,
|
|
11387
|
+
UiSelectPopper: _sfc_main$h,
|
|
11388
|
+
UiSelectTrigger: _sfc_main$g,
|
|
11389
|
+
UiSlider: _sfc_main$i,
|
|
11390
|
+
UiSwitch: _sfc_main$f,
|
|
11391
|
+
UiTableBodyCell: _sfc_main$e,
|
|
11392
|
+
UiTableCol: _sfc_main$d,
|
|
11393
|
+
UiTableFooterButton: _sfc_main$c,
|
|
11394
|
+
UiTableFooterSection: _sfc_main$b,
|
|
11395
|
+
UiTableHeadCell: _sfc_main$a,
|
|
11396
|
+
UiTableRoot: _sfc_main$9,
|
|
11397
|
+
UiTableRow: _sfc_main$8,
|
|
11398
|
+
UiTableSection: _sfc_main$7,
|
|
11399
|
+
UiTableSorter: _sfc_main$6,
|
|
11092
11400
|
UiTag: _sfc_main$5,
|
|
11093
|
-
UiTextbox: _sfc_main$
|
|
11401
|
+
UiTextbox: _sfc_main$z,
|
|
11094
11402
|
UiTimePicker: _sfc_main$4,
|
|
11095
11403
|
UiToolbar: _sfc_main$3,
|
|
11096
11404
|
UiToolbarButton: _sfc_main$2,
|
|
11097
11405
|
UiToolbarLink: _sfc_main$1,
|
|
11098
|
-
UiTooltip: _sfc_main$
|
|
11099
|
-
UiTransition: _sfc_main$
|
|
11406
|
+
UiTooltip: _sfc_main$C,
|
|
11407
|
+
UiTransition: _sfc_main$S,
|
|
11100
11408
|
UiYandexMap: _sfc_main
|
|
11101
11409
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11102
11410
|
const createProvider = () => createProvider$1(components);
|
|
11103
11411
|
const provider = createProvider();
|
|
11104
11412
|
export {
|
|
11413
|
+
ALIGN,
|
|
11414
|
+
DIRECTION,
|
|
11105
11415
|
plugin$1 as I18nPlugin,
|
|
11106
11416
|
ImageWorkersKey,
|
|
11107
11417
|
plugin as ModalPlugin,
|
|
11108
|
-
_sfc_main$
|
|
11109
|
-
_sfc_main$
|
|
11110
|
-
_sfc_main$
|
|
11111
|
-
_sfc_main$
|
|
11112
|
-
_sfc_main$
|
|
11113
|
-
_sfc_main$
|
|
11114
|
-
_sfc_main$
|
|
11115
|
-
_sfc_main$
|
|
11116
|
-
_sfc_main$
|
|
11117
|
-
_sfc_main$
|
|
11118
|
-
_sfc_main$
|
|
11119
|
-
_sfc_main$
|
|
11120
|
-
_sfc_main$
|
|
11121
|
-
_sfc_main$
|
|
11122
|
-
_sfc_main$
|
|
11123
|
-
_sfc_main$
|
|
11124
|
-
_sfc_main$
|
|
11125
|
-
_sfc_main$
|
|
11126
|
-
_sfc_main$
|
|
11418
|
+
_sfc_main$Q as UiAddButton,
|
|
11419
|
+
_sfc_main$R as UiAlert,
|
|
11420
|
+
_sfc_main$O as UiAvatar,
|
|
11421
|
+
_sfc_main$N as UiAvatarList,
|
|
11422
|
+
_sfc_main$M as UiButton,
|
|
11423
|
+
_sfc_main$I as UiCalendar,
|
|
11424
|
+
_sfc_main$H as UiCheckbox,
|
|
11425
|
+
_sfc_main$G as UiCollapse,
|
|
11426
|
+
_sfc_main$F as UiCollapseBox,
|
|
11427
|
+
_sfc_main$E as UiCollapseGroup,
|
|
11428
|
+
_sfc_main$B as UiCopyButton,
|
|
11429
|
+
_sfc_main$A as UiDate,
|
|
11430
|
+
_sfc_main$v as UiDatePicker,
|
|
11431
|
+
_sfc_main$u as UiError,
|
|
11432
|
+
_sfc_main$P as UiImage,
|
|
11433
|
+
_sfc_main$t as UiInfobox,
|
|
11434
|
+
_sfc_main$s as UiLink,
|
|
11435
|
+
_sfc_main$r as UiLoader,
|
|
11436
|
+
_sfc_main$y as UiMenuItem,
|
|
11127
11437
|
UiMenuItemGroup,
|
|
11128
|
-
_sfc_main$
|
|
11129
|
-
_sfc_main$
|
|
11130
|
-
_sfc_main$
|
|
11131
|
-
_sfc_main$
|
|
11132
|
-
_sfc_main$
|
|
11133
|
-
_sfc_main$
|
|
11134
|
-
_sfc_main$
|
|
11135
|
-
_sfc_main$
|
|
11136
|
-
_sfc_main$
|
|
11137
|
-
_sfc_main$
|
|
11138
|
-
_sfc_main$
|
|
11139
|
-
_sfc_main$
|
|
11140
|
-
_sfc_main$
|
|
11438
|
+
_sfc_main$p as UiModalSidebar,
|
|
11439
|
+
_sfc_main$n as UiModalWindow,
|
|
11440
|
+
_sfc_main$o as UiModalWindowSurface,
|
|
11441
|
+
_sfc_main$m as UiNumberStepper,
|
|
11442
|
+
_sfc_main$D as UiPopper,
|
|
11443
|
+
_sfc_main$l as UiPopperConnector,
|
|
11444
|
+
_sfc_main$k as UiPopperTarget,
|
|
11445
|
+
_sfc_main$j as UiRadio,
|
|
11446
|
+
_sfc_main$x as UiScrollBox,
|
|
11447
|
+
_sfc_main$h as UiSelectPopper,
|
|
11448
|
+
_sfc_main$g as UiSelectTrigger,
|
|
11449
|
+
_sfc_main$i as UiSlider,
|
|
11450
|
+
_sfc_main$f as UiSwitch,
|
|
11451
|
+
_sfc_main$e as UiTableBodyCell,
|
|
11452
|
+
_sfc_main$d as UiTableCol,
|
|
11453
|
+
_sfc_main$c as UiTableFooterButton,
|
|
11454
|
+
_sfc_main$b as UiTableFooterSection,
|
|
11455
|
+
_sfc_main$a as UiTableHeadCell,
|
|
11456
|
+
_sfc_main$9 as UiTableRoot,
|
|
11457
|
+
_sfc_main$8 as UiTableRow,
|
|
11458
|
+
_sfc_main$7 as UiTableSection,
|
|
11459
|
+
_sfc_main$6 as UiTableSorter,
|
|
11141
11460
|
_sfc_main$5 as UiTag,
|
|
11142
|
-
_sfc_main$
|
|
11461
|
+
_sfc_main$z as UiTextbox,
|
|
11143
11462
|
_sfc_main$4 as UiTimePicker,
|
|
11144
11463
|
_sfc_main$3 as UiToolbar,
|
|
11145
11464
|
_sfc_main$2 as UiToolbarButton,
|
|
11146
11465
|
_sfc_main$1 as UiToolbarLink,
|
|
11147
|
-
_sfc_main$
|
|
11148
|
-
_sfc_main$
|
|
11466
|
+
_sfc_main$C as UiTooltip,
|
|
11467
|
+
_sfc_main$S as UiTransition,
|
|
11149
11468
|
_sfc_main as UiYandexMap,
|
|
11469
|
+
VALIGN,
|
|
11150
11470
|
VueI18n,
|
|
11471
|
+
asRowAttrs,
|
|
11472
|
+
asRowClass,
|
|
11473
|
+
byRowKey,
|
|
11151
11474
|
createProvider,
|
|
11152
11475
|
provider
|
|
11153
11476
|
};
|