@retailcrm/embed-ui-v1-components 0.9.12 → 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 +624 -313
- package/dist/host.css +319 -0
- package/dist/host.d.ts +181 -6
- package/dist/host.js +625 -314
- package/dist/remote.cjs +595 -2
- package/dist/remote.d.ts +603 -6
- package/dist/remote.js +596 -3
- package/package.json +5 -3
package/dist/host.cjs
CHANGED
|
@@ -7,7 +7,7 @@ const dateFns = require("date-fns");
|
|
|
7
7
|
const locale = require("date-fns/locale");
|
|
8
8
|
const vue3PerfectScrollbar = require("vue3-perfect-scrollbar");
|
|
9
9
|
const host = require("@omnicajs/vue-remote/host");
|
|
10
|
-
const _sfc_main$
|
|
10
|
+
const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
11
11
|
__name: "UiTransition",
|
|
12
12
|
props: {
|
|
13
13
|
/** Наименование анимации перехода */
|
|
@@ -35,13 +35,13 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
35
35
|
};
|
|
36
36
|
}
|
|
37
37
|
});
|
|
38
|
-
const _hoisted_1$
|
|
38
|
+
const _hoisted_1$R = {
|
|
39
39
|
xmlns: "http://www.w3.org/2000/svg",
|
|
40
40
|
fill: "none",
|
|
41
41
|
viewBox: "0 0 24 24"
|
|
42
42
|
};
|
|
43
43
|
function render$n(_ctx, _cache) {
|
|
44
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
44
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$R, [..._cache[0] || (_cache[0] = [
|
|
45
45
|
vue.createElementVNode("path", {
|
|
46
46
|
fill: "currentColor",
|
|
47
47
|
"fill-rule": "evenodd",
|
|
@@ -51,12 +51,12 @@ function render$n(_ctx, _cache) {
|
|
|
51
51
|
])]);
|
|
52
52
|
}
|
|
53
53
|
const IconCheckmarkCircleOutlined = { render: render$n };
|
|
54
|
-
const _hoisted_1$
|
|
54
|
+
const _hoisted_1$Q = {
|
|
55
55
|
xmlns: "http://www.w3.org/2000/svg",
|
|
56
56
|
viewBox: "0 0 24 24"
|
|
57
57
|
};
|
|
58
58
|
function render$m(_ctx, _cache) {
|
|
59
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
59
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$Q, [..._cache[0] || (_cache[0] = [
|
|
60
60
|
vue.createElementVNode("path", {
|
|
61
61
|
fill: "currentColor",
|
|
62
62
|
d: "M7.113 6.176a.6.6 0 0 1 .848 0L12 10.214l4.038-4.038a.6.6 0 0 1 .849 0l.937.937a.6.6 0 0 1 0 .848L13.785 12l4.04 4.04a.6.6 0 0 1 0 .848l-.937.937a.6.6 0 0 1-.849 0L12 13.784l-4.038 4.04a.6.6 0 0 1-.849 0l-.937-.937a.6.6 0 0 1 0-.848l4.04-4.04-4.039-4.038a.6.6 0 0 1 0-.849z"
|
|
@@ -64,12 +64,12 @@ function render$m(_ctx, _cache) {
|
|
|
64
64
|
])]);
|
|
65
65
|
}
|
|
66
66
|
const IconClear = { render: render$m };
|
|
67
|
-
const _hoisted_1$
|
|
67
|
+
const _hoisted_1$P = {
|
|
68
68
|
xmlns: "http://www.w3.org/2000/svg",
|
|
69
69
|
viewBox: "0 0 24 24"
|
|
70
70
|
};
|
|
71
71
|
function render$l(_ctx, _cache) {
|
|
72
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
72
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$P, [..._cache[0] || (_cache[0] = [
|
|
73
73
|
vue.createElementVNode("path", {
|
|
74
74
|
fill: "currentColor",
|
|
75
75
|
"fill-rule": "evenodd",
|
|
@@ -79,12 +79,12 @@ function render$l(_ctx, _cache) {
|
|
|
79
79
|
])]);
|
|
80
80
|
}
|
|
81
81
|
const IconClearCircleOutlined = { render: render$l };
|
|
82
|
-
const _hoisted_1$
|
|
82
|
+
const _hoisted_1$O = {
|
|
83
83
|
xmlns: "http://www.w3.org/2000/svg",
|
|
84
84
|
viewBox: "0 0 24 24"
|
|
85
85
|
};
|
|
86
86
|
function render$k(_ctx, _cache) {
|
|
87
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
87
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$O, [..._cache[0] || (_cache[0] = [
|
|
88
88
|
vue.createElementVNode("path", {
|
|
89
89
|
fill: "currentColor",
|
|
90
90
|
d: "M2 12C2 6.477 6.477 2 12 2A10 10 0 1 1 2 12m2 0a8 8 0 1 0 16 0 8 8 0 0 0-16 0m7.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-.18-6h1.36a.5.5 0 0 1 .5.56l-.4 3.22a.25.25 0 0 1-.25.22h-1.06a.25.25 0 0 1-.25-.22l-.4-3.22a.5.5 0 0 1 .5-.56"
|
|
@@ -92,12 +92,12 @@ function render$k(_ctx, _cache) {
|
|
|
92
92
|
])]);
|
|
93
93
|
}
|
|
94
94
|
const IconErrorOutlined = { render: render$k };
|
|
95
|
-
const _hoisted_1$
|
|
95
|
+
const _hoisted_1$N = {
|
|
96
96
|
xmlns: "http://www.w3.org/2000/svg",
|
|
97
97
|
viewBox: "0 0 24 24"
|
|
98
98
|
};
|
|
99
99
|
function render$j(_ctx, _cache) {
|
|
100
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
100
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$N, [..._cache[0] || (_cache[0] = [
|
|
101
101
|
vue.createElementVNode("path", {
|
|
102
102
|
fill: "currentColor",
|
|
103
103
|
"fill-rule": "evenodd",
|
|
@@ -114,13 +114,13 @@ var VARIANT$1 = /* @__PURE__ */ ((VARIANT2) => {
|
|
|
114
114
|
VARIANT2["DANGER"] = "danger";
|
|
115
115
|
return VARIANT2;
|
|
116
116
|
})(VARIANT$1 || {});
|
|
117
|
-
const _hoisted_1$
|
|
118
|
-
const _hoisted_2$
|
|
117
|
+
const _hoisted_1$M = ["aria-hidden", "aria-live"];
|
|
118
|
+
const _hoisted_2$m = {
|
|
119
119
|
key: 0,
|
|
120
120
|
class: "ui-v1-alert__icon-outline"
|
|
121
121
|
};
|
|
122
122
|
const _hoisted_3$h = { class: "ui-v1-alert__icon" };
|
|
123
|
-
const _sfc_main$
|
|
123
|
+
const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
124
124
|
...{
|
|
125
125
|
inheritAttrs: false
|
|
126
126
|
},
|
|
@@ -229,7 +229,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
229
229
|
}
|
|
230
230
|
});
|
|
231
231
|
return (_ctx, _cache) => {
|
|
232
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
232
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$S, {
|
|
233
233
|
name: "fade",
|
|
234
234
|
onBeforeEnter,
|
|
235
235
|
onBeforeLeave,
|
|
@@ -252,7 +252,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
252
252
|
role: "alert"
|
|
253
253
|
}, _ctx.$attrs), [
|
|
254
254
|
vue.renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
255
|
-
__props.variant ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
255
|
+
__props.variant ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$m, [
|
|
256
256
|
vue.createElementVNode("div", _hoisted_3$h, [
|
|
257
257
|
__props.variant === vue.unref(VARIANT$1).PRIMARY ? (vue.openBlock(), vue.createBlock(vue.unref(IconInfoOutlined), { key: 0 })) : __props.variant === vue.unref(VARIANT$1).WARNING ? (vue.openBlock(), vue.createBlock(vue.unref(IconErrorOutlined), { key: 1 })) : __props.variant === vue.unref(VARIANT$1).DANGER ? (vue.openBlock(), vue.createBlock(vue.unref(IconClearCircleOutlined), { key: 2 })) : __props.variant === vue.unref(VARIANT$1).SUCCESS ? (vue.openBlock(), vue.createBlock(vue.unref(IconCheckmarkCircleOutlined), { key: 3 })) : vue.createCommentVNode("", true)
|
|
258
258
|
])
|
|
@@ -278,7 +278,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
278
278
|
}, [
|
|
279
279
|
vue.createVNode(vue.unref(IconClear), { class: "ui-v1-alert__close-icon" })
|
|
280
280
|
])) : vue.createCommentVNode("", true)
|
|
281
|
-
], 16, _hoisted_1$
|
|
281
|
+
], 16, _hoisted_1$M), [
|
|
282
282
|
[vue.vShow, state.shown]
|
|
283
283
|
])
|
|
284
284
|
]),
|
|
@@ -287,12 +287,12 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
287
287
|
};
|
|
288
288
|
}
|
|
289
289
|
});
|
|
290
|
-
const _hoisted_1$
|
|
290
|
+
const _hoisted_1$L = {
|
|
291
291
|
xmlns: "http://www.w3.org/2000/svg",
|
|
292
292
|
viewBox: "0 0 24 24"
|
|
293
293
|
};
|
|
294
294
|
function render$i(_ctx, _cache) {
|
|
295
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
295
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$L, [..._cache[0] || (_cache[0] = [
|
|
296
296
|
vue.createElementVNode("path", {
|
|
297
297
|
fill: "currentColor",
|
|
298
298
|
"fill-rule": "evenodd",
|
|
@@ -314,14 +314,14 @@ const isNumeric = (value) => !isNaN(Number(value));
|
|
|
314
314
|
const normalizeHeight = (height) => {
|
|
315
315
|
return isNumeric(height) ? `${height}px` : `${height}`;
|
|
316
316
|
};
|
|
317
|
-
const _hoisted_1$
|
|
318
|
-
const _hoisted_2$
|
|
317
|
+
const _hoisted_1$K = ["type", "disabled"];
|
|
318
|
+
const _hoisted_2$l = { class: "ui-v1-add-button__content" };
|
|
319
319
|
const _hoisted_3$g = { class: "ui-v1-add-button__title" };
|
|
320
320
|
const _hoisted_4$b = {
|
|
321
321
|
key: 0,
|
|
322
322
|
class: "ui-v1-add-button__description"
|
|
323
323
|
};
|
|
324
|
-
const _sfc_main$
|
|
324
|
+
const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
325
325
|
...{
|
|
326
326
|
inheritAttrs: false
|
|
327
327
|
},
|
|
@@ -364,7 +364,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
364
364
|
height: vue.unref(normalizeHeight)(__props.height)
|
|
365
365
|
}
|
|
366
366
|
}, _ctx.$attrs), [
|
|
367
|
-
vue.createElementVNode("span", _hoisted_2$
|
|
367
|
+
vue.createElementVNode("span", _hoisted_2$l, [
|
|
368
368
|
vue.createElementVNode("span", _hoisted_3$g, [
|
|
369
369
|
vue.renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
370
370
|
vue.createVNode(vue.unref(IconAddCircle), {
|
|
@@ -378,16 +378,16 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
378
378
|
vue.renderSlot(_ctx.$slots, "description")
|
|
379
379
|
])) : vue.createCommentVNode("", true)
|
|
380
380
|
])
|
|
381
|
-
], 16, _hoisted_1$
|
|
381
|
+
], 16, _hoisted_1$K);
|
|
382
382
|
};
|
|
383
383
|
}
|
|
384
384
|
});
|
|
385
|
-
const _hoisted_1$
|
|
385
|
+
const _hoisted_1$J = {
|
|
386
386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
387
387
|
viewBox: "0 0 24 24"
|
|
388
388
|
};
|
|
389
389
|
function render$h(_ctx, _cache) {
|
|
390
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
390
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$J, [..._cache[0] || (_cache[0] = [
|
|
391
391
|
vue.createElementVNode("path", {
|
|
392
392
|
fill: "currentColor",
|
|
393
393
|
"fill-rule": "evenodd",
|
|
@@ -397,24 +397,24 @@ function render$h(_ctx, _cache) {
|
|
|
397
397
|
])]);
|
|
398
398
|
}
|
|
399
399
|
const IconHelpOutlined = { render: render$h };
|
|
400
|
-
const _hoisted_1$
|
|
400
|
+
const _hoisted_1$I = {
|
|
401
401
|
xmlns: "http://www.w3.org/2000/svg",
|
|
402
402
|
viewBox: "0 0 18 8"
|
|
403
403
|
};
|
|
404
404
|
function render$g(_ctx, _cache) {
|
|
405
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
405
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$I, [..._cache[0] || (_cache[0] = [
|
|
406
406
|
vue.createElementVNode("g", { fill: "currentColor" }, [
|
|
407
407
|
vue.createElementVNode("path", { d: "M0 0v8h2.867q1.257-.011 1.935-.604.68-.594.68-1.748 0-.675-.33-1.143a1.54 1.54 0 0 0-.892-.62q.497-.21.775-.654.279-.45.279-1.039 0-1.077-.694-1.632Q3.926 0 2.584 0zm1.52 6.676v-2.16h1.393q1.048.016 1.048 1.116 0 .488-.303.77-.3.273-.836.274zm1.124-3.324H1.52V1.335h1.064q.628 0 .916.242.294.236.294.78 0 .972-1.15.995M7.503 6.352h2.665L10.679 8h1.616l-2.76-8H8.125L5.38 8h1.616zm2.254-1.336H7.913l.917-2.994zM12.362 8V0h2.27q.972 0 1.737.478.77.473 1.2 1.352.432.873.431 1.989v.368q0 1.115-.425 1.983a3.17 3.17 0 0 1-1.191 1.346A3.26 3.26 0 0 1 14.646 8zm1.52-6.665v5.34h.734q.891 0 1.363-.631.47-.632.481-1.808v-.423q0-1.22-.466-1.846-.466-.632-1.363-.632z" })
|
|
408
408
|
], -1)
|
|
409
409
|
])]);
|
|
410
410
|
}
|
|
411
411
|
const SpriteBAD = { render: render$g };
|
|
412
|
-
const _hoisted_1$
|
|
412
|
+
const _hoisted_1$H = {
|
|
413
413
|
xmlns: "http://www.w3.org/2000/svg",
|
|
414
414
|
viewBox: "0 0 16 8"
|
|
415
415
|
};
|
|
416
416
|
function render$f(_ctx, _cache) {
|
|
417
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
417
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$H, [..._cache[0] || (_cache[0] = [
|
|
418
418
|
vue.createElementVNode("g", { fill: "currentColor" }, [
|
|
419
419
|
vue.createElementVNode("path", { d: "M3.373 6.016 5.058 0h1.704L4.175 8H2.577L0 0h1.7zM8.99 8H7.46V0H8.99zM11.84 8V5.181h1.343q1.322 0 2.067-.676.75-.681.75-1.857 0-.774-.342-1.379a2.3 2.3 0 0 0-.98-.94Q14.045 0 13.208 0H10.31v8zm1.368-4.154h-1.367v-2.51h1.403q.567.01.888.373t.322.95q0 .571-.322.88-.316.307-.924.307" })
|
|
420
420
|
], -1)
|
|
@@ -422,8 +422,8 @@ function render$f(_ctx, _cache) {
|
|
|
422
422
|
}
|
|
423
423
|
const SpriteVIP = { render: render$f };
|
|
424
424
|
const ImageWorkersKey = Symbol("$image.workers");
|
|
425
|
-
const _hoisted_1$
|
|
426
|
-
const _sfc_main$
|
|
425
|
+
const _hoisted_1$G = ["alt", "src"];
|
|
426
|
+
const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
427
427
|
__name: "UiImage",
|
|
428
428
|
props: {
|
|
429
429
|
alt: {
|
|
@@ -459,7 +459,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
459
459
|
return vue.openBlock(), vue.createElementBlock("img", vue.mergeProps({
|
|
460
460
|
alt: __props.alt,
|
|
461
461
|
src: url.value
|
|
462
|
-
}, _ctx.$attrs), null, 16, _hoisted_1$
|
|
462
|
+
}, _ctx.$attrs), null, 16, _hoisted_1$G);
|
|
463
463
|
};
|
|
464
464
|
}
|
|
465
465
|
});
|
|
@@ -493,11 +493,11 @@ var STATUS = /* @__PURE__ */ ((STATUS2) => {
|
|
|
493
493
|
return STATUS2;
|
|
494
494
|
})(STATUS || {});
|
|
495
495
|
const AvatarSizeKey = Symbol("UiAvatarSize");
|
|
496
|
-
const _hoisted_1$
|
|
496
|
+
const _hoisted_1$F = {
|
|
497
497
|
key: 1,
|
|
498
498
|
class: "ui-v1-avatar__unresolved"
|
|
499
499
|
};
|
|
500
|
-
const _hoisted_2$
|
|
500
|
+
const _hoisted_2$k = {
|
|
501
501
|
key: 3,
|
|
502
502
|
class: "ui-v1-avatar__initials"
|
|
503
503
|
};
|
|
@@ -513,7 +513,7 @@ const _hoisted_5$8 = {
|
|
|
513
513
|
key: 1,
|
|
514
514
|
class: "ui-v1-avatar__label ui-v1-avatar__label_bad"
|
|
515
515
|
};
|
|
516
|
-
const _sfc_main$
|
|
516
|
+
const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
517
517
|
__name: "UiAvatar",
|
|
518
518
|
props: {
|
|
519
519
|
/** Путь к изображению */
|
|
@@ -600,7 +600,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
600
600
|
}
|
|
601
601
|
}, _ctx.$attrs), {
|
|
602
602
|
default: vue.withCtx(() => [
|
|
603
|
-
__props.src ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
603
|
+
__props.src ? (vue.openBlock(), vue.createBlock(_sfc_main$P, {
|
|
604
604
|
key: 0,
|
|
605
605
|
src: __props.src,
|
|
606
606
|
resize: optimization.value.resize,
|
|
@@ -609,7 +609,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
609
609
|
draggable: "false",
|
|
610
610
|
onLoad: _cache[0] || (_cache[0] = ($event) => loaded.value = true),
|
|
611
611
|
onError: _cache[1] || (_cache[1] = ($event) => loaded.value = false)
|
|
612
|
-
}, null, 8, ["src", "resize", "crop"])) : !__props.src && unresolved.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
612
|
+
}, null, 8, ["src", "resize", "crop"])) : !__props.src && unresolved.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$F, [
|
|
613
613
|
vue.createVNode(vue.unref(IconHelpOutlined))
|
|
614
614
|
])) : vue.createCommentVNode("", true),
|
|
615
615
|
__props.status && !(__props.vip || __props.bad) ? (vue.openBlock(), vue.createElementBlock("span", {
|
|
@@ -620,7 +620,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
620
620
|
[`ui-v1-avatar__status_${__props.status}`]: __props.status
|
|
621
621
|
})
|
|
622
622
|
}, null, 2)) : vue.createCommentVNode("", true),
|
|
623
|
-
!(unresolved.value || loaded.value) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
623
|
+
!(unresolved.value || loaded.value) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$k, [
|
|
624
624
|
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
625
625
|
vue.createTextVNode(vue.toDisplayString(initials.value), 1)
|
|
626
626
|
])
|
|
@@ -639,7 +639,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
639
639
|
};
|
|
640
640
|
}
|
|
641
641
|
});
|
|
642
|
-
const _sfc_main$
|
|
642
|
+
const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
643
643
|
__name: "UiAvatarList",
|
|
644
644
|
props: {
|
|
645
645
|
/** Список аватарок пользователей */
|
|
@@ -666,7 +666,7 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
666
666
|
key: index,
|
|
667
667
|
class: "ui-v1-avatar-list__item"
|
|
668
668
|
}, [
|
|
669
|
-
vue.createVNode(_sfc_main$
|
|
669
|
+
vue.createVNode(_sfc_main$O, {
|
|
670
670
|
src: avatar.src,
|
|
671
671
|
name: avatar.name
|
|
672
672
|
}, null, 8, ["src", "name"])
|
|
@@ -733,7 +733,7 @@ var VARIANT = /* @__PURE__ */ ((VARIANT2) => {
|
|
|
733
733
|
VARIANT2["DANGER"] = "danger";
|
|
734
734
|
return VARIANT2;
|
|
735
735
|
})(VARIANT || {});
|
|
736
|
-
const _sfc_main$
|
|
736
|
+
const _sfc_main$M = vue.defineComponent({
|
|
737
737
|
props: {
|
|
738
738
|
/** Устанавливает тип кнопки */
|
|
739
739
|
type: {
|
|
@@ -819,8 +819,8 @@ const _sfc_main$D = vue.defineComponent({
|
|
|
819
819
|
};
|
|
820
820
|
}
|
|
821
821
|
});
|
|
822
|
-
const _hoisted_1$
|
|
823
|
-
const _sfc_main$
|
|
822
|
+
const _hoisted_1$E = { class: "ui-v1-calendar-cell__content" };
|
|
823
|
+
const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
824
824
|
__name: "UiCalendarCell",
|
|
825
825
|
props: {
|
|
826
826
|
current: {
|
|
@@ -865,19 +865,19 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
865
865
|
"aria-hidden": "true",
|
|
866
866
|
class: "ui-v1-calendar-cell__backdrop"
|
|
867
867
|
}, null, -1)),
|
|
868
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
868
|
+
vue.createElementVNode("div", _hoisted_1$E, [
|
|
869
869
|
vue.renderSlot(_ctx.$slots, "default")
|
|
870
870
|
])
|
|
871
871
|
], 16);
|
|
872
872
|
};
|
|
873
873
|
}
|
|
874
874
|
});
|
|
875
|
-
const _hoisted_1$
|
|
875
|
+
const _hoisted_1$D = {
|
|
876
876
|
xmlns: "http://www.w3.org/2000/svg",
|
|
877
877
|
viewBox: "0 0 24 24"
|
|
878
878
|
};
|
|
879
879
|
function render$e(_ctx, _cache) {
|
|
880
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
880
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$D, [..._cache[0] || (_cache[0] = [
|
|
881
881
|
vue.createElementVNode("path", {
|
|
882
882
|
fill: "currentColor",
|
|
883
883
|
d: "M15.78 11.28c.14.14.22.331.22.53v.38a.77.77 0 0 1-.22.53l-5.14 5.13a.5.5 0 0 1-.71 0l-.71-.71a.49.49 0 0 1 0-.7L13.67 12 9.22 7.56a.5.5 0 0 1 0-.71l.71-.7a.5.5 0 0 1 .71 0z"
|
|
@@ -885,12 +885,12 @@ function render$e(_ctx, _cache) {
|
|
|
885
885
|
])]);
|
|
886
886
|
}
|
|
887
887
|
const IconChevronRight = { render: render$e };
|
|
888
|
-
const _hoisted_1$
|
|
888
|
+
const _hoisted_1$C = {
|
|
889
889
|
key: 1,
|
|
890
890
|
"aria-hidden": "true",
|
|
891
891
|
class: "ui-v1-calendar-navigation__placeholder"
|
|
892
892
|
};
|
|
893
|
-
const _sfc_main$
|
|
893
|
+
const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
894
894
|
__name: "UiCalendarDirectionButton",
|
|
895
895
|
props: {
|
|
896
896
|
label: {
|
|
@@ -910,7 +910,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
910
910
|
emits: ["click"],
|
|
911
911
|
setup(__props) {
|
|
912
912
|
return (_ctx, _cache) => {
|
|
913
|
-
return !__props.absent ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
913
|
+
return !__props.absent ? (vue.openBlock(), vue.createBlock(_sfc_main$M, {
|
|
914
914
|
key: 0,
|
|
915
915
|
"aria-label": __props.label,
|
|
916
916
|
appearance: "tertiary",
|
|
@@ -927,15 +927,15 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
927
927
|
}, null, 8, ["class"])
|
|
928
928
|
]),
|
|
929
929
|
_: 1
|
|
930
|
-
}, 8, ["aria-label"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
930
|
+
}, 8, ["aria-label"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$C));
|
|
931
931
|
};
|
|
932
932
|
}
|
|
933
933
|
});
|
|
934
|
-
const _hoisted_1$
|
|
934
|
+
const _hoisted_1$B = {
|
|
935
935
|
key: 1,
|
|
936
936
|
class: "ui-v1-calendar-navigation__text"
|
|
937
937
|
};
|
|
938
|
-
const _sfc_main$
|
|
938
|
+
const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
939
939
|
__name: "UiCalendarSwitchButton",
|
|
940
940
|
props: {
|
|
941
941
|
locked: {
|
|
@@ -946,7 +946,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
946
946
|
emits: ["click"],
|
|
947
947
|
setup(__props) {
|
|
948
948
|
return (_ctx, _cache) => {
|
|
949
|
-
return !__props.locked ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
949
|
+
return !__props.locked ? (vue.openBlock(), vue.createBlock(_sfc_main$M, {
|
|
950
950
|
key: 0,
|
|
951
951
|
appearance: "tertiary",
|
|
952
952
|
class: "ui-v1-calendar-navigation__switch-button",
|
|
@@ -956,7 +956,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
956
956
|
vue.renderSlot(_ctx.$slots, "default")
|
|
957
957
|
]),
|
|
958
958
|
_: 3
|
|
959
|
-
})) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
959
|
+
})) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$B, [
|
|
960
960
|
vue.renderSlot(_ctx.$slots, "default")
|
|
961
961
|
]));
|
|
962
962
|
};
|
|
@@ -1381,8 +1381,8 @@ const _i18n$6 = define({
|
|
|
1381
1381
|
"ru-RU": messages_ru_RU$6
|
|
1382
1382
|
}
|
|
1383
1383
|
});
|
|
1384
|
-
const _hoisted_1$
|
|
1385
|
-
const _hoisted_2$
|
|
1384
|
+
const _hoisted_1$A = { class: "ui-v1-calendar-wrapper" };
|
|
1385
|
+
const _hoisted_2$j = ["aria-label"];
|
|
1386
1386
|
const _hoisted_3$e = ["id"];
|
|
1387
1387
|
const _hoisted_4$9 = ["aria-labelledby", "aria-multiselectable"];
|
|
1388
1388
|
const _hoisted_5$7 = {
|
|
@@ -1404,7 +1404,7 @@ const _hoisted_16 = {
|
|
|
1404
1404
|
"aria-atomic": "true",
|
|
1405
1405
|
"aria-live": "polite"
|
|
1406
1406
|
};
|
|
1407
|
-
const _sfc_main$
|
|
1407
|
+
const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
1408
1408
|
__name: "UiCalendar",
|
|
1409
1409
|
props: {
|
|
1410
1410
|
/** Текущая дата */
|
|
@@ -2022,7 +2022,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
2022
2022
|
));
|
|
2023
2023
|
};
|
|
2024
2024
|
return (_ctx, _cache) => {
|
|
2025
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
2025
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$A, [
|
|
2026
2026
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(viewsComputed.value, (view, index) => {
|
|
2027
2027
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
2028
2028
|
key: "view-" + index + "-" + view.date,
|
|
@@ -2033,12 +2033,12 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
2033
2033
|
class: "ui-v1-calendar-navigation",
|
|
2034
2034
|
"aria-label": i18n.value.t("monthNavigation")
|
|
2035
2035
|
}, [
|
|
2036
|
-
vue.createVNode(_sfc_main$
|
|
2036
|
+
vue.createVNode(_sfc_main$K, {
|
|
2037
2037
|
absent: index === 1 && viewsIsSynchronized.value && views[0].mode === vue.unref(VIEW_MODE).DAYS,
|
|
2038
2038
|
label: i18n.value.t("prevMonth"),
|
|
2039
2039
|
onClick: ($event) => showPrevMonth(index)
|
|
2040
2040
|
}, null, 8, ["absent", "label", "onClick"]),
|
|
2041
|
-
vue.createVNode(_sfc_main$
|
|
2041
|
+
vue.createVNode(_sfc_main$J, {
|
|
2042
2042
|
onClick: ($event) => views[index].mode = vue.unref(VIEW_MODE).MONTHS
|
|
2043
2043
|
}, {
|
|
2044
2044
|
default: vue.withCtx(() => [
|
|
@@ -2050,13 +2050,13 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
2050
2050
|
]),
|
|
2051
2051
|
_: 2
|
|
2052
2052
|
}, 1032, ["onClick"]),
|
|
2053
|
-
vue.createVNode(_sfc_main$
|
|
2053
|
+
vue.createVNode(_sfc_main$K, {
|
|
2054
2054
|
absent: index === 0 && viewsIsSynchronized.value && views[1].mode === vue.unref(VIEW_MODE).DAYS,
|
|
2055
2055
|
label: i18n.value.t("nextMonth"),
|
|
2056
2056
|
direction: "next",
|
|
2057
2057
|
onClick: ($event) => showNextMonth(index)
|
|
2058
2058
|
}, null, 8, ["absent", "label", "onClick"])
|
|
2059
|
-
], 8, _hoisted_2$
|
|
2059
|
+
], 8, _hoisted_2$j),
|
|
2060
2060
|
vue.createElementVNode("div", {
|
|
2061
2061
|
class: "ui-v1-calendar__table",
|
|
2062
2062
|
role: "grid",
|
|
@@ -2084,7 +2084,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
2084
2084
|
role: "row"
|
|
2085
2085
|
}, [
|
|
2086
2086
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(week, (day) => {
|
|
2087
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
2087
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
2088
2088
|
key: "day-" + index + "-" + day,
|
|
2089
2089
|
class: vue.normalizeClass({
|
|
2090
2090
|
"ui-v1-calendar__cell-day": true,
|
|
@@ -2128,11 +2128,11 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
2128
2128
|
class: "ui-v1-calendar-navigation",
|
|
2129
2129
|
"aria-label": i18n.value.t("yearNavigation")
|
|
2130
2130
|
}, [
|
|
2131
|
-
vue.createVNode(_sfc_main$
|
|
2131
|
+
vue.createVNode(_sfc_main$K, {
|
|
2132
2132
|
label: i18n.value.t("prevYear"),
|
|
2133
2133
|
onClick: ($event) => showYear(view.date.year - 1, index)
|
|
2134
2134
|
}, null, 8, ["label", "onClick"]),
|
|
2135
|
-
vue.createVNode(_sfc_main$
|
|
2135
|
+
vue.createVNode(_sfc_main$J, {
|
|
2136
2136
|
onClick: ($event) => views[index].mode = vue.unref(VIEW_MODE).YEARS
|
|
2137
2137
|
}, {
|
|
2138
2138
|
default: vue.withCtx(() => [
|
|
@@ -2144,7 +2144,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
2144
2144
|
]),
|
|
2145
2145
|
_: 2
|
|
2146
2146
|
}, 1032, ["onClick"]),
|
|
2147
|
-
vue.createVNode(_sfc_main$
|
|
2147
|
+
vue.createVNode(_sfc_main$K, {
|
|
2148
2148
|
label: i18n.value.t("nextYear"),
|
|
2149
2149
|
direction: "next",
|
|
2150
2150
|
onClick: ($event) => showYear(view.date.year + 1, index)
|
|
@@ -2162,7 +2162,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
2162
2162
|
role: "row"
|
|
2163
2163
|
}, [
|
|
2164
2164
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(months2, (month) => {
|
|
2165
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
2165
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
2166
2166
|
key: "month-" + month.month,
|
|
2167
2167
|
class: vue.normalizeClass({ "ui-v1-calendar__cell-month": true }),
|
|
2168
2168
|
current: isCurrentMonth(month.month, index),
|
|
@@ -2193,11 +2193,11 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
2193
2193
|
class: "ui-v1-calendar-navigation",
|
|
2194
2194
|
"aria-label": i18n.value.t("decadeNavigation")
|
|
2195
2195
|
}, [
|
|
2196
|
-
vue.createVNode(_sfc_main$
|
|
2196
|
+
vue.createVNode(_sfc_main$K, {
|
|
2197
2197
|
label: i18n.value.t("prevDecade"),
|
|
2198
2198
|
onClick: ($event) => showPrevDecade(index)
|
|
2199
2199
|
}, null, 8, ["label", "onClick"]),
|
|
2200
|
-
vue.createVNode(_sfc_main$
|
|
2200
|
+
vue.createVNode(_sfc_main$J, {
|
|
2201
2201
|
locked: "",
|
|
2202
2202
|
onClick: ($event) => views[index].mode = vue.unref(VIEW_MODE).MONTHS
|
|
2203
2203
|
}, {
|
|
@@ -2210,7 +2210,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
2210
2210
|
]),
|
|
2211
2211
|
_: 2
|
|
2212
2212
|
}, 1032, ["onClick"]),
|
|
2213
|
-
vue.createVNode(_sfc_main$
|
|
2213
|
+
vue.createVNode(_sfc_main$K, {
|
|
2214
2214
|
label: i18n.value.t("nextDecade"),
|
|
2215
2215
|
direction: "next",
|
|
2216
2216
|
onClick: ($event) => showNextDecade(index)
|
|
@@ -2228,7 +2228,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
2228
2228
|
role: "row"
|
|
2229
2229
|
}, [
|
|
2230
2230
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(years, (year) => {
|
|
2231
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
2231
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
2232
2232
|
key: "year-" + year,
|
|
2233
2233
|
class: vue.normalizeClass({ "ui-v1-calendar__cell-year": true }),
|
|
2234
2234
|
current: isCurrentYear(year),
|
|
@@ -2263,12 +2263,12 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
2263
2263
|
};
|
|
2264
2264
|
}
|
|
2265
2265
|
});
|
|
2266
|
-
const _hoisted_1$
|
|
2266
|
+
const _hoisted_1$z = {
|
|
2267
2267
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2268
2268
|
viewBox: "0 0 24 24"
|
|
2269
2269
|
};
|
|
2270
2270
|
function render$d(_ctx, _cache) {
|
|
2271
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
2271
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$z, [..._cache[0] || (_cache[0] = [
|
|
2272
2272
|
vue.createElementVNode("path", {
|
|
2273
2273
|
fill: "currentColor",
|
|
2274
2274
|
"fill-rule": "evenodd",
|
|
@@ -2305,11 +2305,11 @@ const without = (obj, exclude) => {
|
|
|
2305
2305
|
});
|
|
2306
2306
|
return newObj;
|
|
2307
2307
|
};
|
|
2308
|
-
const _hoisted_1$
|
|
2309
|
-
const _hoisted_2$
|
|
2308
|
+
const _hoisted_1$y = ["id", "value", "name", "disabled", "checked"];
|
|
2309
|
+
const _hoisted_2$i = { class: "ui-v1-checkbox__checkmark" };
|
|
2310
2310
|
let counter$2 = 0;
|
|
2311
2311
|
const __default__$2 = {};
|
|
2312
|
-
const _sfc_main$
|
|
2312
|
+
const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
2313
2313
|
...__default__$2,
|
|
2314
2314
|
__name: "UiCheckbox",
|
|
2315
2315
|
props: {
|
|
@@ -2416,8 +2416,8 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
2416
2416
|
type: "checkbox",
|
|
2417
2417
|
class: "ui-v1-checkbox__input",
|
|
2418
2418
|
onChange
|
|
2419
|
-
}), null, 16, _hoisted_1$
|
|
2420
|
-
vue.createElementVNode("span", _hoisted_2$
|
|
2419
|
+
}), null, 16, _hoisted_1$y),
|
|
2420
|
+
vue.createElementVNode("span", _hoisted_2$i, [
|
|
2421
2421
|
checked.value && !__props.indeterminate ? (vue.openBlock(), vue.createBlock(vue.unref(IconDone), {
|
|
2422
2422
|
key: 0,
|
|
2423
2423
|
class: "ui-v1-checkbox__checkmark-icon"
|
|
@@ -2432,15 +2432,15 @@ var COLLAPSE_BEHAVIOUR = /* @__PURE__ */ ((COLLAPSE_BEHAVIOUR2) => {
|
|
|
2432
2432
|
COLLAPSE_BEHAVIOUR2["HIDE"] = "hide";
|
|
2433
2433
|
return COLLAPSE_BEHAVIOUR2;
|
|
2434
2434
|
})(COLLAPSE_BEHAVIOUR || {});
|
|
2435
|
-
const _hoisted_1$
|
|
2435
|
+
const _hoisted_1$x = {
|
|
2436
2436
|
key: 0,
|
|
2437
2437
|
class: "ui-v1-collapse"
|
|
2438
2438
|
};
|
|
2439
|
-
const _hoisted_2$
|
|
2439
|
+
const _hoisted_2$h = {
|
|
2440
2440
|
key: 1,
|
|
2441
2441
|
class: "ui-v1-collapse"
|
|
2442
2442
|
};
|
|
2443
|
-
const _sfc_main$
|
|
2443
|
+
const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
2444
2444
|
__name: "UiCollapse",
|
|
2445
2445
|
props: {
|
|
2446
2446
|
/** Свёрнут/Развёрнут */
|
|
@@ -2558,12 +2558,12 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
2558
2558
|
}, {
|
|
2559
2559
|
default: vue.withCtx(() => [
|
|
2560
2560
|
__props.collapseBehaviour === vue.unref(COLLAPSE_BEHAVIOUR).DISPOSE ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
2561
|
-
__props.expanded ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
2561
|
+
__props.expanded ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$x, [
|
|
2562
2562
|
vue.createElementVNode("div", null, [
|
|
2563
2563
|
vue.renderSlot(_ctx.$slots, "default")
|
|
2564
2564
|
])
|
|
2565
2565
|
])) : vue.createCommentVNode("", true)
|
|
2566
|
-
], 64)) : vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
2566
|
+
], 64)) : vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", _hoisted_2$h, [
|
|
2567
2567
|
vue.createElementVNode("div", null, [
|
|
2568
2568
|
vue.renderSlot(_ctx.$slots, "default")
|
|
2569
2569
|
])
|
|
@@ -2595,8 +2595,8 @@ const CollapseGroupRegisterKey = Symbol("UiCollapseGroup_register");
|
|
|
2595
2595
|
const CollapseGroupUnregisterKey = Symbol("UiCollapseGroup_unregister");
|
|
2596
2596
|
const CollapseGroupExpandKey = Symbol("UiCollapseGroup_expand");
|
|
2597
2597
|
const CollapseGroupCollapseKey = Symbol("UiCollapseGroup_collapse");
|
|
2598
|
-
const _hoisted_1$
|
|
2599
|
-
const _hoisted_2$
|
|
2598
|
+
const _hoisted_1$w = ["id", "aria-labelledby"];
|
|
2599
|
+
const _hoisted_2$g = ["id", "disabled", "aria-controls", "aria-expanded", "aria-disabled"];
|
|
2600
2600
|
const _hoisted_3$d = { class: "ui-v1-collapse-box__icon-sprite" };
|
|
2601
2601
|
const _hoisted_4$8 = { class: "ui-v1-collapse-box__header-content" };
|
|
2602
2602
|
const _hoisted_5$6 = ["id"];
|
|
@@ -2611,7 +2611,7 @@ const _hoisted_10 = {
|
|
|
2611
2611
|
key: 0,
|
|
2612
2612
|
class: "ui-v1-collapse-box__footer"
|
|
2613
2613
|
};
|
|
2614
|
-
const _sfc_main$
|
|
2614
|
+
const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
2615
2615
|
...{
|
|
2616
2616
|
inheritAttrs: false
|
|
2617
2617
|
},
|
|
@@ -2856,9 +2856,9 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
2856
2856
|
!__props.disabled ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7$3, [
|
|
2857
2857
|
vue.createVNode(vue.unref(IconChevronRight), { class: "ui-v1-collapse-box__arrow" })
|
|
2858
2858
|
])) : vue.createCommentVNode("", true)
|
|
2859
|
-
], 8, _hoisted_2$
|
|
2859
|
+
], 8, _hoisted_2$g)
|
|
2860
2860
|
], 2),
|
|
2861
|
-
vue.createVNode(_sfc_main$
|
|
2861
|
+
vue.createVNode(_sfc_main$G, {
|
|
2862
2862
|
id: boxId.value + "-collapse",
|
|
2863
2863
|
"aria-hidden": !state.expanded ? "true" : "false",
|
|
2864
2864
|
"aria-labelledby": boxId.value + "-button",
|
|
@@ -2893,11 +2893,11 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
2893
2893
|
]),
|
|
2894
2894
|
_: 3
|
|
2895
2895
|
}, 8, ["id", "aria-hidden", "aria-labelledby", "duration", "expanded", "collapse-behaviour"])
|
|
2896
|
-
], 16, _hoisted_1$
|
|
2896
|
+
], 16, _hoisted_1$w);
|
|
2897
2897
|
};
|
|
2898
2898
|
}
|
|
2899
2899
|
});
|
|
2900
|
-
const _sfc_main$
|
|
2900
|
+
const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
2901
2901
|
__name: "UiCollapseGroup",
|
|
2902
2902
|
props: {
|
|
2903
2903
|
/**
|
|
@@ -3015,12 +3015,12 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
3015
3015
|
};
|
|
3016
3016
|
}
|
|
3017
3017
|
});
|
|
3018
|
-
const _hoisted_1$
|
|
3018
|
+
const _hoisted_1$v = {
|
|
3019
3019
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3020
3020
|
viewBox: "0 0 24 24"
|
|
3021
3021
|
};
|
|
3022
3022
|
function render$c(_ctx, _cache) {
|
|
3023
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
3023
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$v, [..._cache[0] || (_cache[0] = [
|
|
3024
3024
|
vue.createElementVNode("path", {
|
|
3025
3025
|
fill: "currentColor",
|
|
3026
3026
|
d: "M18 16V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M4 4h12v12H4zm16 14V6a2 2 0 0 1 2 2v10a4 4 0 0 1-4 4H8a2 2 0 0 1-2-2h12a2 2 0 0 0 2-2"
|
|
@@ -4694,8 +4694,8 @@ if (typeof document !== "undefined" && typeof window !== "undefined") {
|
|
|
4694
4694
|
window.addEventListener("click", onGlobalEvent("click"), true);
|
|
4695
4695
|
}
|
|
4696
4696
|
}
|
|
4697
|
-
const _hoisted_1$
|
|
4698
|
-
const _sfc_main$
|
|
4697
|
+
const _hoisted_1$u = { class: "ui-v1-popper__content" };
|
|
4698
|
+
const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
4699
4699
|
__name: "UiPopper",
|
|
4700
4700
|
props: {
|
|
4701
4701
|
/** Флаг для ручного переключения видимости */
|
|
@@ -5041,7 +5041,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
5041
5041
|
ref: arrow2,
|
|
5042
5042
|
class: "ui-v1-popper__arrow"
|
|
5043
5043
|
}, null, 512)) : vue.createCommentVNode("", true),
|
|
5044
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
5044
|
+
vue.createElementVNode("div", _hoisted_1$u, [
|
|
5045
5045
|
vue.renderSlot(_ctx.$slots, "default")
|
|
5046
5046
|
])
|
|
5047
5047
|
], 16)
|
|
@@ -5049,7 +5049,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
5049
5049
|
};
|
|
5050
5050
|
}
|
|
5051
5051
|
});
|
|
5052
|
-
const _sfc_main$
|
|
5052
|
+
const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
5053
5053
|
__name: "UiTooltip",
|
|
5054
5054
|
props: {
|
|
5055
5055
|
/** Флаг для ручного переключения видимости */
|
|
@@ -5160,7 +5160,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
5160
5160
|
hide: () => popper.value?.hide()
|
|
5161
5161
|
});
|
|
5162
5162
|
return (_ctx, _cache) => {
|
|
5163
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
5163
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$D, vue.mergeProps({
|
|
5164
5164
|
ref_key: "popper",
|
|
5165
5165
|
ref: popper,
|
|
5166
5166
|
visible: __props.visible,
|
|
@@ -5194,11 +5194,11 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
5194
5194
|
};
|
|
5195
5195
|
}
|
|
5196
5196
|
});
|
|
5197
|
-
const _hoisted_1$
|
|
5198
|
-
const _hoisted_2$
|
|
5197
|
+
const _hoisted_1$t = { class: "ui-v1-copy-button__tooltip" };
|
|
5198
|
+
const _hoisted_2$f = { class: "ui-v1-copy-button__icon" };
|
|
5199
5199
|
const _hoisted_3$c = { class: "ui-v1-copy-button__text" };
|
|
5200
5200
|
const _hoisted_4$7 = ["value"];
|
|
5201
|
-
const _sfc_main$
|
|
5201
|
+
const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
5202
5202
|
__name: "UiCopyButton",
|
|
5203
5203
|
props: {
|
|
5204
5204
|
/** Текст для копирования в буфер обмена */
|
|
@@ -5270,7 +5270,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
5270
5270
|
onClick: copy
|
|
5271
5271
|
}, [
|
|
5272
5272
|
vue.renderSlot(_ctx.$slots, "trigger", {}, () => [
|
|
5273
|
-
vue.createVNode(_sfc_main$
|
|
5273
|
+
vue.createVNode(_sfc_main$M, {
|
|
5274
5274
|
size: __props.size,
|
|
5275
5275
|
appearance: "tertiary"
|
|
5276
5276
|
}, {
|
|
@@ -5280,7 +5280,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
5280
5280
|
_: 1
|
|
5281
5281
|
}, 8, ["size"])
|
|
5282
5282
|
]),
|
|
5283
|
-
vue.createVNode(_sfc_main$
|
|
5283
|
+
vue.createVNode(_sfc_main$C, vue.mergeProps({
|
|
5284
5284
|
visible: visible.value,
|
|
5285
5285
|
"onUpdate:visible": _cache[0] || (_cache[0] = ($event) => visible.value = $event),
|
|
5286
5286
|
target: rootTarget.value,
|
|
@@ -5290,9 +5290,9 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
5290
5290
|
...__props.tooltipOptions
|
|
5291
5291
|
}), {
|
|
5292
5292
|
default: vue.withCtx(() => [
|
|
5293
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
5293
|
+
vue.createElementVNode("div", _hoisted_1$t, [
|
|
5294
5294
|
copied.value ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
5295
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
5295
|
+
vue.createElementVNode("div", _hoisted_2$f, [
|
|
5296
5296
|
vue.createVNode(vue.unref(IconCheckmarkCircleOutlined))
|
|
5297
5297
|
]),
|
|
5298
5298
|
vue.createElementVNode("div", _hoisted_3$c, [
|
|
@@ -5350,7 +5350,7 @@ function detectLocale() {
|
|
|
5350
5350
|
}
|
|
5351
5351
|
return "en-GB";
|
|
5352
5352
|
}
|
|
5353
|
-
const _sfc_main$
|
|
5353
|
+
const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
5354
5354
|
__name: "UiDate",
|
|
5355
5355
|
props: {
|
|
5356
5356
|
date: {
|
|
@@ -5377,12 +5377,12 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
5377
5377
|
};
|
|
5378
5378
|
}
|
|
5379
5379
|
});
|
|
5380
|
-
const _hoisted_1$
|
|
5380
|
+
const _hoisted_1$s = {
|
|
5381
5381
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5382
5382
|
viewBox: "0 0 24 24"
|
|
5383
5383
|
};
|
|
5384
5384
|
function render$b(_ctx, _cache) {
|
|
5385
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
5385
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$s, [..._cache[0] || (_cache[0] = [
|
|
5386
5386
|
vue.createElementVNode("path", {
|
|
5387
5387
|
fill: "currentColor",
|
|
5388
5388
|
"fill-rule": "evenodd",
|
|
@@ -5392,12 +5392,12 @@ function render$b(_ctx, _cache) {
|
|
|
5392
5392
|
])]);
|
|
5393
5393
|
}
|
|
5394
5394
|
const IconCalendar = { render: render$b };
|
|
5395
|
-
const _hoisted_1$
|
|
5395
|
+
const _hoisted_1$r = {
|
|
5396
5396
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5397
5397
|
viewBox: "0 0 24 24"
|
|
5398
5398
|
};
|
|
5399
5399
|
function render$a(_ctx, _cache) {
|
|
5400
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
5400
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$r, [..._cache[0] || (_cache[0] = [
|
|
5401
5401
|
vue.createElementVNode("path", {
|
|
5402
5402
|
fill: "currentColor",
|
|
5403
5403
|
"fill-rule": "evenodd",
|
|
@@ -5506,8 +5506,8 @@ const _i18n$5 = define({
|
|
|
5506
5506
|
"ru-RU": messages_ru_RU$5
|
|
5507
5507
|
}
|
|
5508
5508
|
});
|
|
5509
|
-
const _hoisted_1$
|
|
5510
|
-
const _hoisted_2$
|
|
5509
|
+
const _hoisted_1$q = ["id"];
|
|
5510
|
+
const _hoisted_2$e = {
|
|
5511
5511
|
key: 0,
|
|
5512
5512
|
class: "ui-v1-textbox__prefix"
|
|
5513
5513
|
};
|
|
@@ -5518,7 +5518,7 @@ const _hoisted_6$4 = {
|
|
|
5518
5518
|
key: 7,
|
|
5519
5519
|
class: "ui-v1-textbox__suffix"
|
|
5520
5520
|
};
|
|
5521
|
-
const _sfc_main$
|
|
5521
|
+
const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
5522
5522
|
__name: "UiTextbox",
|
|
5523
5523
|
props: {
|
|
5524
5524
|
/** Уникальный идентификатор поля */
|
|
@@ -5942,7 +5942,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
5942
5942
|
"ui-v1-textbox_xl": __props.size === vue.unref(SIZE$5).XL
|
|
5943
5943
|
}
|
|
5944
5944
|
}, _ctx.$attrs), [
|
|
5945
|
-
__props.prefix || "prefix" in _ctx.$slots ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$
|
|
5945
|
+
__props.prefix || "prefix" in _ctx.$slots ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$e, [
|
|
5946
5946
|
vue.renderSlot(_ctx.$slots, "prefix", {}, () => [
|
|
5947
5947
|
vue.createTextVNode(vue.toDisplayString(__props.prefix), 1)
|
|
5948
5948
|
])
|
|
@@ -6032,7 +6032,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
6032
6032
|
vue.createTextVNode(vue.toDisplayString(__props.suffix), 1)
|
|
6033
6033
|
])
|
|
6034
6034
|
])) : vue.createCommentVNode("", true)
|
|
6035
|
-
], 16, _hoisted_1$
|
|
6035
|
+
], 16, _hoisted_1$q);
|
|
6036
6036
|
};
|
|
6037
6037
|
}
|
|
6038
6038
|
});
|
|
@@ -6050,11 +6050,11 @@ const deltaTransition$1 = (el) => {
|
|
|
6050
6050
|
animationDuration: `${delta * 15}ms`
|
|
6051
6051
|
} : {};
|
|
6052
6052
|
};
|
|
6053
|
-
const _hoisted_1$
|
|
6053
|
+
const _hoisted_1$p = {
|
|
6054
6054
|
key: 0,
|
|
6055
6055
|
class: "ui-v1-menu-item__avatar"
|
|
6056
6056
|
};
|
|
6057
|
-
const _hoisted_2$
|
|
6057
|
+
const _hoisted_2$d = {
|
|
6058
6058
|
key: 1,
|
|
6059
6059
|
class: "ui-v1-menu-item__icon ui-v1-menu-item__icon_leading"
|
|
6060
6060
|
};
|
|
@@ -6072,7 +6072,7 @@ const _hoisted_7$2 = {
|
|
|
6072
6072
|
key: 3,
|
|
6073
6073
|
class: "ui-v1-menu-item__icon ui-v1-menu-item__icon_trailing"
|
|
6074
6074
|
};
|
|
6075
|
-
const _sfc_main$
|
|
6075
|
+
const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
6076
6076
|
__name: "UiMenuItem",
|
|
6077
6077
|
props: {
|
|
6078
6078
|
/** Размер */
|
|
@@ -6151,9 +6151,9 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
6151
6151
|
}),
|
|
6152
6152
|
onMouseoverOnce: onHover
|
|
6153
6153
|
}, [
|
|
6154
|
-
_ctx.$slots["avatar"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6154
|
+
_ctx.$slots["avatar"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$p, [
|
|
6155
6155
|
vue.renderSlot(_ctx.$slots, "avatar")
|
|
6156
|
-
])) : _ctx.$slots["leading-icon"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
6156
|
+
])) : _ctx.$slots["leading-icon"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$d, [
|
|
6157
6157
|
vue.renderSlot(_ctx.$slots, "leading-icon")
|
|
6158
6158
|
])) : vue.createCommentVNode("", true),
|
|
6159
6159
|
vue.createElementVNode("div", _hoisted_3$a, [
|
|
@@ -6183,7 +6183,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
6183
6183
|
};
|
|
6184
6184
|
}
|
|
6185
6185
|
});
|
|
6186
|
-
const _sfc_main$
|
|
6186
|
+
const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
6187
6187
|
__name: "UiScrollBox",
|
|
6188
6188
|
props: {
|
|
6189
6189
|
/** Наименование тэга-обёртки для нативного скролла */
|
|
@@ -6361,7 +6361,7 @@ const isQuickDateEqual = (first, second) => {
|
|
|
6361
6361
|
}
|
|
6362
6362
|
return false;
|
|
6363
6363
|
};
|
|
6364
|
-
const _sfc_main$
|
|
6364
|
+
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
6365
6365
|
__name: "UiDatePickerQuickMenu",
|
|
6366
6366
|
props: {
|
|
6367
6367
|
value: {
|
|
@@ -6387,14 +6387,14 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
6387
6387
|
emit("change", props.nullable && isActive(date) ? null : date);
|
|
6388
6388
|
};
|
|
6389
6389
|
return (_ctx, _cache) => {
|
|
6390
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
6390
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$x, {
|
|
6391
6391
|
class: "ui-v1-date-picker__quick-menu",
|
|
6392
6392
|
role: "menu",
|
|
6393
6393
|
native: ""
|
|
6394
6394
|
}, {
|
|
6395
6395
|
default: vue.withCtx(() => [
|
|
6396
6396
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.items, (item, index) => {
|
|
6397
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
6397
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$y, {
|
|
6398
6398
|
key: "quick-item-" + index,
|
|
6399
6399
|
active: isActive(item.value),
|
|
6400
6400
|
"aria-current": isActive(item.value) ? "true" : "false",
|
|
@@ -6439,11 +6439,11 @@ const _i18n$4 = define({
|
|
|
6439
6439
|
"ru-RU": messages_ru_RU$4
|
|
6440
6440
|
}
|
|
6441
6441
|
});
|
|
6442
|
-
const _hoisted_1$
|
|
6443
|
-
const _hoisted_2$
|
|
6442
|
+
const _hoisted_1$o = ["id", "aria-controls", "aria-disabled", "aria-expanded", "aria-readonly"];
|
|
6443
|
+
const _hoisted_2$c = ["id"];
|
|
6444
6444
|
const _hoisted_3$9 = { class: "ui-v1-date-picker__workspace" };
|
|
6445
6445
|
const _hoisted_4$4 = { class: "ui-v1-date-picker__action" };
|
|
6446
|
-
const _sfc_main$
|
|
6446
|
+
const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
6447
6447
|
...{
|
|
6448
6448
|
inheritAttrs: false
|
|
6449
6449
|
},
|
|
@@ -6810,7 +6810,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
6810
6810
|
onClick: toggle
|
|
6811
6811
|
}, [
|
|
6812
6812
|
vue.renderSlot(_ctx.$slots, "trigger")
|
|
6813
|
-
])) : (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
6813
|
+
])) : (vue.openBlock(), vue.createBlock(_sfc_main$z, vue.mergeProps({
|
|
6814
6814
|
key: 1,
|
|
6815
6815
|
id: inputId.value,
|
|
6816
6816
|
ref_key: "textbox",
|
|
@@ -6845,7 +6845,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
6845
6845
|
key: "0"
|
|
6846
6846
|
} : void 0
|
|
6847
6847
|
]), 1040, ["id", "clearable", "value", "placeholder", "active", "disabled", "readonly"])),
|
|
6848
|
-
vue.createVNode(_sfc_main$
|
|
6848
|
+
vue.createVNode(_sfc_main$D, vue.mergeProps({
|
|
6849
6849
|
id: `${inputId.value}-popper`,
|
|
6850
6850
|
visible: showCalendar.value,
|
|
6851
6851
|
target: triggerTarget.value,
|
|
@@ -6868,7 +6868,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
6868
6868
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
|
|
6869
6869
|
}, ["stop"]))
|
|
6870
6870
|
}, [
|
|
6871
|
-
__props.quickOptions.length > 0 ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
6871
|
+
__props.quickOptions.length > 0 ? (vue.openBlock(), vue.createBlock(_sfc_main$w, {
|
|
6872
6872
|
key: 0,
|
|
6873
6873
|
value: view.value,
|
|
6874
6874
|
items: __props.quickOptions,
|
|
@@ -6876,7 +6876,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
6876
6876
|
onChange: onQuickChange
|
|
6877
6877
|
}, null, 8, ["value", "items", "nullable"])) : vue.createCommentVNode("", true),
|
|
6878
6878
|
vue.createElementVNode("div", _hoisted_3$9, [
|
|
6879
|
-
vue.createVNode(_sfc_main$
|
|
6879
|
+
vue.createVNode(_sfc_main$I, {
|
|
6880
6880
|
ref_key: "calendar",
|
|
6881
6881
|
ref: calendar,
|
|
6882
6882
|
value: view.value,
|
|
@@ -6897,7 +6897,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
6897
6897
|
})
|
|
6898
6898
|
}, [
|
|
6899
6899
|
vue.createElementVNode("div", _hoisted_4$4, [
|
|
6900
|
-
vue.createVNode(_sfc_main$
|
|
6900
|
+
vue.createVNode(_sfc_main$M, {
|
|
6901
6901
|
appearance: "tertiary",
|
|
6902
6902
|
class: "ui-v1-date-picker__button",
|
|
6903
6903
|
onClick: reset
|
|
@@ -6907,7 +6907,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
6907
6907
|
]),
|
|
6908
6908
|
_: 1
|
|
6909
6909
|
}),
|
|
6910
|
-
vue.createVNode(_sfc_main$
|
|
6910
|
+
vue.createVNode(_sfc_main$M, {
|
|
6911
6911
|
class: "ui-v1-date-picker__button",
|
|
6912
6912
|
onClick: apply2
|
|
6913
6913
|
}, {
|
|
@@ -6919,20 +6919,20 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
6919
6919
|
])
|
|
6920
6920
|
], 2)) : vue.createCommentVNode("", true)
|
|
6921
6921
|
])
|
|
6922
|
-
], 8, _hoisted_2$
|
|
6922
|
+
], 8, _hoisted_2$c)
|
|
6923
6923
|
]),
|
|
6924
6924
|
_: 1
|
|
6925
6925
|
}, 16, ["id", "visible", "target", "container", "placement", "aria-hidden", "class", "disabled"])
|
|
6926
|
-
], 16, _hoisted_1$
|
|
6926
|
+
], 16, _hoisted_1$o);
|
|
6927
6927
|
};
|
|
6928
6928
|
}
|
|
6929
6929
|
});
|
|
6930
|
-
var ALIGN = /* @__PURE__ */ ((ALIGN2) => {
|
|
6930
|
+
var ALIGN$1 = /* @__PURE__ */ ((ALIGN2) => {
|
|
6931
6931
|
ALIGN2["LEFT"] = "left";
|
|
6932
6932
|
ALIGN2["RIGHT"] = "right";
|
|
6933
6933
|
return ALIGN2;
|
|
6934
|
-
})(ALIGN || {});
|
|
6935
|
-
const _sfc_main$
|
|
6934
|
+
})(ALIGN$1 || {});
|
|
6935
|
+
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
6936
6936
|
__name: "UiError",
|
|
6937
6937
|
props: {
|
|
6938
6938
|
/** Тест, разметка ошибки */
|
|
@@ -6943,8 +6943,8 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
6943
6943
|
/** Определяет, по какому краю будет выровнен текст ошибки */
|
|
6944
6944
|
align: {
|
|
6945
6945
|
type: String,
|
|
6946
|
-
validator: (align) => Object.values(ALIGN).includes(align),
|
|
6947
|
-
default: ALIGN.LEFT
|
|
6946
|
+
validator: (align) => Object.values(ALIGN$1).includes(align),
|
|
6947
|
+
default: ALIGN$1.LEFT
|
|
6948
6948
|
},
|
|
6949
6949
|
/**
|
|
6950
6950
|
* Определяет, будет ли текст ошибок обрезаться через многоточие или
|
|
@@ -6961,7 +6961,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
6961
6961
|
class: vue.normalizeClass({
|
|
6962
6962
|
"ui-v1-error": true,
|
|
6963
6963
|
"ui-v1-error_ellipsis": __props.ellipsis,
|
|
6964
|
-
"ui-v1-error_right": __props.align === vue.unref(ALIGN).RIGHT
|
|
6964
|
+
"ui-v1-error_right": __props.align === vue.unref(ALIGN$1).RIGHT
|
|
6965
6965
|
})
|
|
6966
6966
|
}, [
|
|
6967
6967
|
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
@@ -6971,12 +6971,12 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
6971
6971
|
};
|
|
6972
6972
|
}
|
|
6973
6973
|
});
|
|
6974
|
-
const _hoisted_1$
|
|
6974
|
+
const _hoisted_1$n = {
|
|
6975
6975
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6976
6976
|
viewBox: "0 0 24 24"
|
|
6977
6977
|
};
|
|
6978
6978
|
function render$9(_ctx, _cache) {
|
|
6979
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
6979
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$n, [..._cache[0] || (_cache[0] = [
|
|
6980
6980
|
vue.createElementVNode("path", {
|
|
6981
6981
|
fill: "currentColor",
|
|
6982
6982
|
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"
|
|
@@ -6984,12 +6984,12 @@ function render$9(_ctx, _cache) {
|
|
|
6984
6984
|
])]);
|
|
6985
6985
|
}
|
|
6986
6986
|
const IconChevronDown = { render: render$9 };
|
|
6987
|
-
const _hoisted_1$
|
|
6987
|
+
const _hoisted_1$m = {
|
|
6988
6988
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6989
6989
|
viewBox: "0 0 24 24"
|
|
6990
6990
|
};
|
|
6991
6991
|
function render$8(_ctx, _cache) {
|
|
6992
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
6992
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$m, [..._cache[0] || (_cache[0] = [
|
|
6993
6993
|
vue.createElementVNode("path", {
|
|
6994
6994
|
fill: "currentColor",
|
|
6995
6995
|
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"
|
|
@@ -6997,8 +6997,8 @@ function render$8(_ctx, _cache) {
|
|
|
6997
6997
|
])]);
|
|
6998
6998
|
}
|
|
6999
6999
|
const IconChevronUp = { render: render$8 };
|
|
7000
|
-
const _hoisted_1$
|
|
7001
|
-
const _hoisted_2$
|
|
7000
|
+
const _hoisted_1$l = ["id", "aria-expanded", "aria-hidden"];
|
|
7001
|
+
const _hoisted_2$b = {
|
|
7002
7002
|
"aria-hidden": "true",
|
|
7003
7003
|
class: "ui-v1-infobox__media"
|
|
7004
7004
|
};
|
|
@@ -7010,7 +7010,7 @@ const _hoisted_5$3 = {
|
|
|
7010
7010
|
};
|
|
7011
7011
|
const _hoisted_6$2 = ["id"];
|
|
7012
7012
|
const _hoisted_7$1 = ["aria-controls", "aria-expanded"];
|
|
7013
|
-
const _sfc_main$
|
|
7013
|
+
const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
7014
7014
|
...{
|
|
7015
7015
|
inheritAttrs: false
|
|
7016
7016
|
},
|
|
@@ -7147,7 +7147,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
7147
7147
|
syncExpandedFromProps();
|
|
7148
7148
|
});
|
|
7149
7149
|
return (_ctx, _cache) => {
|
|
7150
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
7150
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$S, {
|
|
7151
7151
|
name: "fade",
|
|
7152
7152
|
onAfterEnter,
|
|
7153
7153
|
onAfterLeave,
|
|
@@ -7167,7 +7167,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
7167
7167
|
},
|
|
7168
7168
|
role: "alert"
|
|
7169
7169
|
}, rootAttrs.value), [
|
|
7170
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
7170
|
+
vue.createElementVNode("div", _hoisted_2$b, [
|
|
7171
7171
|
vue.createElementVNode("div", _hoisted_3$8, [
|
|
7172
7172
|
vue.renderSlot(_ctx.$slots, "icon", {
|
|
7173
7173
|
expanded: state.shouldBeExpanded
|
|
@@ -7213,7 +7213,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
7213
7213
|
}))
|
|
7214
7214
|
], 8, _hoisted_7$1)) : vue.createCommentVNode("", true)
|
|
7215
7215
|
])) : vue.createCommentVNode("", true),
|
|
7216
|
-
vue.createVNode(_sfc_main$
|
|
7216
|
+
vue.createVNode(_sfc_main$G, {
|
|
7217
7217
|
id: bodyId.value,
|
|
7218
7218
|
"aria-labelledby": hasTitle.value ? titleId.value : void 0,
|
|
7219
7219
|
expanded: bodyExpanded.value,
|
|
@@ -7241,7 +7241,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
7241
7241
|
}, [
|
|
7242
7242
|
vue.createVNode(vue.unref(IconClear), { class: "ui-v1-infobox__closer-icon" })
|
|
7243
7243
|
])) : vue.createCommentVNode("", true)
|
|
7244
|
-
], 16, _hoisted_1$
|
|
7244
|
+
], 16, _hoisted_1$l), [
|
|
7245
7245
|
[vue.vShow, state.shouldBeShown]
|
|
7246
7246
|
])
|
|
7247
7247
|
]),
|
|
@@ -7250,12 +7250,12 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
7250
7250
|
};
|
|
7251
7251
|
}
|
|
7252
7252
|
});
|
|
7253
|
-
const _hoisted_1$
|
|
7253
|
+
const _hoisted_1$k = {
|
|
7254
7254
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7255
7255
|
viewBox: "0 0 24 24"
|
|
7256
7256
|
};
|
|
7257
7257
|
function render$7(_ctx, _cache) {
|
|
7258
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
7258
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$k, [..._cache[0] || (_cache[0] = [
|
|
7259
7259
|
vue.createElementVNode("path", {
|
|
7260
7260
|
fill: "currentColor",
|
|
7261
7261
|
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"
|
|
@@ -7281,8 +7281,8 @@ var SIZE$3 = /* @__PURE__ */ ((SIZE2) => {
|
|
|
7281
7281
|
SIZE2["TITLE02"] = "title-02";
|
|
7282
7282
|
return SIZE2;
|
|
7283
7283
|
})(SIZE$3 || {});
|
|
7284
|
-
const _hoisted_1$
|
|
7285
|
-
const _hoisted_2$
|
|
7284
|
+
const _hoisted_1$j = ["href", "target"];
|
|
7285
|
+
const _hoisted_2$a = {
|
|
7286
7286
|
key: 0,
|
|
7287
7287
|
class: "ui-v1-link__inner"
|
|
7288
7288
|
};
|
|
@@ -7290,7 +7290,7 @@ const _hoisted_3$7 = {
|
|
|
7290
7290
|
key: 2,
|
|
7291
7291
|
class: "ui-v1-link__icon"
|
|
7292
7292
|
};
|
|
7293
|
-
const _sfc_main$
|
|
7293
|
+
const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
7294
7294
|
__name: "UiLink",
|
|
7295
7295
|
props: {
|
|
7296
7296
|
/** Атрибут ссылки */
|
|
@@ -7359,7 +7359,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
7359
7359
|
},
|
|
7360
7360
|
target: __props.external ? "_blank" : "_self"
|
|
7361
7361
|
}, _ctx.$attrs), [
|
|
7362
|
-
__props.dotted ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$
|
|
7362
|
+
__props.dotted ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$a, [
|
|
7363
7363
|
vue.renderSlot(_ctx.$slots, "default")
|
|
7364
7364
|
])) : vue.renderSlot(_ctx.$slots, "default", { key: 1 }),
|
|
7365
7365
|
_ctx.$slots.icon || __props.external ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$7, [
|
|
@@ -7367,11 +7367,11 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
7367
7367
|
vue.createVNode(vue.unref(IconOpenInNew), { class: "ui-v1-link__icon-sprite" })
|
|
7368
7368
|
])
|
|
7369
7369
|
])) : vue.createCommentVNode("", true)
|
|
7370
|
-
], 16, _hoisted_1$
|
|
7370
|
+
], 16, _hoisted_1$j);
|
|
7371
7371
|
};
|
|
7372
7372
|
}
|
|
7373
7373
|
});
|
|
7374
|
-
const _sfc_main$
|
|
7374
|
+
const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
7375
7375
|
__name: "UiLoader",
|
|
7376
7376
|
props: {
|
|
7377
7377
|
/** Диаметр (размер) окружности индикатора */
|
|
@@ -7403,7 +7403,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
7403
7403
|
},
|
|
7404
7404
|
setup(__props) {
|
|
7405
7405
|
return (_ctx, _cache) => {
|
|
7406
|
-
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(__props.transition ? _sfc_main$
|
|
7406
|
+
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(__props.transition ? _sfc_main$S : "div"), vue.normalizeProps(vue.guardReactiveProps(__props.transition ? {
|
|
7407
7407
|
appear: true,
|
|
7408
7408
|
class: "ui-v1-loader-wrapper",
|
|
7409
7409
|
name: __props.transition
|
|
@@ -7437,9 +7437,9 @@ const _export_sfc = (sfc, props) => {
|
|
|
7437
7437
|
}
|
|
7438
7438
|
return target;
|
|
7439
7439
|
};
|
|
7440
|
-
const _sfc_main$
|
|
7441
|
-
const _hoisted_1$
|
|
7442
|
-
const _hoisted_2$
|
|
7440
|
+
const _sfc_main$q = {};
|
|
7441
|
+
const _hoisted_1$i = { class: "ui-v1-menu-item-group" };
|
|
7442
|
+
const _hoisted_2$9 = { class: "ui-v1-menu-item-group__head" };
|
|
7443
7443
|
const _hoisted_3$6 = {
|
|
7444
7444
|
key: 0,
|
|
7445
7445
|
class: "ui-v1-menu-item-group__head-option"
|
|
@@ -7453,8 +7453,8 @@ const _hoisted_5$2 = {
|
|
|
7453
7453
|
class: "ui-v1-menu-item-group__count"
|
|
7454
7454
|
};
|
|
7455
7455
|
function _sfc_render(_ctx, _cache) {
|
|
7456
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
7457
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
7456
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$i, [
|
|
7457
|
+
vue.createElementVNode("div", _hoisted_2$9, [
|
|
7458
7458
|
_ctx.$slots.option ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$6, [
|
|
7459
7459
|
vue.renderSlot(_ctx.$slots, "option")
|
|
7460
7460
|
])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$2, [
|
|
@@ -7474,7 +7474,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
7474
7474
|
vue.renderSlot(_ctx.$slots, "default")
|
|
7475
7475
|
]);
|
|
7476
7476
|
}
|
|
7477
|
-
const UiMenuItemGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7477
|
+
const UiMenuItemGroup = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render]]);
|
|
7478
7478
|
class LayerRegistry {
|
|
7479
7479
|
registry;
|
|
7480
7480
|
started = false;
|
|
@@ -7554,11 +7554,11 @@ var CLOSE_METHOD = /* @__PURE__ */ ((CLOSE_METHOD2) => {
|
|
|
7554
7554
|
CLOSE_METHOD2["KEY_ESC"] = "Esc";
|
|
7555
7555
|
return CLOSE_METHOD2;
|
|
7556
7556
|
})(CLOSE_METHOD || {});
|
|
7557
|
-
var DIRECTION$
|
|
7557
|
+
var DIRECTION$2 = /* @__PURE__ */ ((DIRECTION2) => {
|
|
7558
7558
|
DIRECTION2["LEFT"] = "left";
|
|
7559
7559
|
DIRECTION2["RIGHT"] = "right";
|
|
7560
7560
|
return DIRECTION2;
|
|
7561
|
-
})(DIRECTION$
|
|
7561
|
+
})(DIRECTION$2 || {});
|
|
7562
7562
|
var SCROLLING$1 = /* @__PURE__ */ ((SCROLLING2) => {
|
|
7563
7563
|
SCROLLING2["NORMAL"] = "normal";
|
|
7564
7564
|
SCROLLING2["NATIVE"] = "native";
|
|
@@ -7570,8 +7570,8 @@ var SIZE$2 = /* @__PURE__ */ ((SIZE2) => {
|
|
|
7570
7570
|
SIZE2["SM"] = "sm";
|
|
7571
7571
|
return SIZE2;
|
|
7572
7572
|
})(SIZE$2 || {});
|
|
7573
|
-
const _hoisted_1$
|
|
7574
|
-
const _hoisted_2$
|
|
7573
|
+
const _hoisted_1$h = ["id", "aria-hidden", "role"];
|
|
7574
|
+
const _hoisted_2$8 = ["id"];
|
|
7575
7575
|
const _hoisted_3$5 = { class: "ui-v1-modal-sidebar__header" };
|
|
7576
7576
|
const _hoisted_4$1 = { class: "ui-v1-modal-sidebar__header-inner" };
|
|
7577
7577
|
const _hoisted_5$1 = {
|
|
@@ -7588,7 +7588,7 @@ const _hoisted_8 = {
|
|
|
7588
7588
|
key: 2,
|
|
7589
7589
|
class: "ui-v1-modal-sidebar__footer"
|
|
7590
7590
|
};
|
|
7591
|
-
const _sfc_main$
|
|
7591
|
+
const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
7592
7592
|
...{
|
|
7593
7593
|
inheritAttrs: false
|
|
7594
7594
|
},
|
|
@@ -7612,8 +7612,8 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
7612
7612
|
/** Определяет направление появления панели */
|
|
7613
7613
|
direction: {
|
|
7614
7614
|
type: String,
|
|
7615
|
-
validator: (direction) => Object.values(DIRECTION$
|
|
7616
|
-
default: DIRECTION$
|
|
7615
|
+
validator: (direction) => Object.values(DIRECTION$2).includes(direction),
|
|
7616
|
+
default: DIRECTION$2.RIGHT
|
|
7617
7617
|
},
|
|
7618
7618
|
/** Время, через которое плавающий элемент удаляется со страницы, если был скрыт */
|
|
7619
7619
|
disposeTimeout: {
|
|
@@ -7814,7 +7814,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
7814
7814
|
key: 0,
|
|
7815
7815
|
to: vue.unref(globals)?.container || "body"
|
|
7816
7816
|
}, [
|
|
7817
|
-
vue.createVNode(_sfc_main$
|
|
7817
|
+
vue.createVNode(_sfc_main$S, {
|
|
7818
7818
|
name: "fade-2",
|
|
7819
7819
|
onBeforeEnter: _cache[5] || (_cache[5] = ($event) => visibilityOfOverlay.value = "showing"),
|
|
7820
7820
|
onAfterEnter: _cache[6] || (_cache[6] = ($event) => visibilityOfOverlay.value = "shown"),
|
|
@@ -7835,7 +7835,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
7835
7835
|
"aria-modal": "true",
|
|
7836
7836
|
role: __props.role
|
|
7837
7837
|
}, _ctx.$attrs, { onClick: onBackdropClick }), [
|
|
7838
|
-
vue.createVNode(_sfc_main$
|
|
7838
|
+
vue.createVNode(_sfc_main$S, {
|
|
7839
7839
|
name: `slide-${__props.direction}`,
|
|
7840
7840
|
onBeforeEnter: _cache[1] || (_cache[1] = ($event) => visibilityOfSidebar.value = "showing"),
|
|
7841
7841
|
onAfterEnter: _cache[2] || (_cache[2] = ($event) => visibilityOfSidebar.value = "shown"),
|
|
@@ -7849,7 +7849,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
7849
7849
|
class: vue.normalizeClass({
|
|
7850
7850
|
"ui-v1-modal-sidebar": true,
|
|
7851
7851
|
"ui-v1-modal-sidebar_fixed": __props.fixed,
|
|
7852
|
-
"ui-v1-modal-sidebar_left": __props.direction === vue.unref(DIRECTION$
|
|
7852
|
+
"ui-v1-modal-sidebar_left": __props.direction === vue.unref(DIRECTION$2).LEFT,
|
|
7853
7853
|
"ui-v1-modal-sidebar_size_sm": __props.size === vue.unref(SIZE$2).SM,
|
|
7854
7854
|
"ui-v1-modal-sidebar_size_lg": __props.size === vue.unref(SIZE$2).LG
|
|
7855
7855
|
})
|
|
@@ -7876,7 +7876,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
7876
7876
|
"aria-hidden": "true",
|
|
7877
7877
|
width: "32"
|
|
7878
7878
|
}),
|
|
7879
|
-
vue.createVNode(_sfc_main$
|
|
7879
|
+
vue.createVNode(_sfc_main$C, {
|
|
7880
7880
|
target: closerTarget.value,
|
|
7881
7881
|
"offset-main-axis": 0
|
|
7882
7882
|
}, {
|
|
@@ -7891,7 +7891,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
7891
7891
|
vue.renderSlot(_ctx.$slots, "default", {
|
|
7892
7892
|
overlapped: state.overlapped
|
|
7893
7893
|
})
|
|
7894
|
-
])) : (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
7894
|
+
])) : (vue.openBlock(), vue.createBlock(_sfc_main$x, {
|
|
7895
7895
|
key: 1,
|
|
7896
7896
|
native: __props.scrolling === vue.unref(SCROLLING$1).NATIVE,
|
|
7897
7897
|
class: "ui-v1-modal-sidebar__body",
|
|
@@ -7910,11 +7910,11 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
7910
7910
|
overlapped: state.overlapped
|
|
7911
7911
|
})
|
|
7912
7912
|
])) : vue.createCommentVNode("", true)
|
|
7913
|
-
], 10, _hoisted_2$
|
|
7913
|
+
], 10, _hoisted_2$8)) : vue.createCommentVNode("", true)
|
|
7914
7914
|
]),
|
|
7915
7915
|
_: 3
|
|
7916
7916
|
}, 8, ["name"])
|
|
7917
|
-
], 16, _hoisted_1$
|
|
7917
|
+
], 16, _hoisted_1$h), [
|
|
7918
7918
|
[vue.vShow, state.shown]
|
|
7919
7919
|
])
|
|
7920
7920
|
]),
|
|
@@ -7936,7 +7936,7 @@ var SCROLLING = /* @__PURE__ */ ((SCROLLING2) => {
|
|
|
7936
7936
|
SCROLLING2["NATIVE"] = "native";
|
|
7937
7937
|
return SCROLLING2;
|
|
7938
7938
|
})(SCROLLING || {});
|
|
7939
|
-
const _sfc_main$
|
|
7939
|
+
const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
7940
7940
|
__name: "UiModalWindowSurface",
|
|
7941
7941
|
props: {
|
|
7942
7942
|
/** Атрибут id корневого элемента модального окна. Должен быть уникальным на странице */
|
|
@@ -8156,7 +8156,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
8156
8156
|
const slots = vue.useSlots();
|
|
8157
8157
|
const renderBody = () => {
|
|
8158
8158
|
const appearance = props.appearance;
|
|
8159
|
-
return vue.h(_sfc_main$
|
|
8159
|
+
return vue.h(_sfc_main$S, {
|
|
8160
8160
|
name: "zoom",
|
|
8161
8161
|
onBeforeEnter: () => visibilityOfBody.value = "showing",
|
|
8162
8162
|
onAfterEnter: () => visibilityOfBody.value = "shown",
|
|
@@ -8181,7 +8181,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
8181
8181
|
};
|
|
8182
8182
|
const EmbedModalWindowSurface = () => !state.attached ? void 0 : vue.h(vue.Teleport, {
|
|
8183
8183
|
to: globals?.container ?? document.body
|
|
8184
|
-
}, vue.h(_sfc_main$
|
|
8184
|
+
}, vue.h(_sfc_main$S, {
|
|
8185
8185
|
name: "fade-2",
|
|
8186
8186
|
onBeforeEnter: () => visibilityOfOverlay.value = "showing",
|
|
8187
8187
|
onAfterEnter: () => visibilityOfOverlay.value = "shown",
|
|
@@ -8199,7 +8199,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
8199
8199
|
"ui-v1-modal_overlapped": state.overlapped
|
|
8200
8200
|
}],
|
|
8201
8201
|
onClick: onOverlayClick
|
|
8202
|
-
}, vue.h(_sfc_main$
|
|
8202
|
+
}, vue.h(_sfc_main$x, {
|
|
8203
8203
|
class: {
|
|
8204
8204
|
"ui-v1-modal-window-container": true,
|
|
8205
8205
|
"ui-v1-modal-window-container_fullscreen": props.fullscreen,
|
|
@@ -8223,12 +8223,12 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
8223
8223
|
};
|
|
8224
8224
|
}
|
|
8225
8225
|
});
|
|
8226
|
-
const _hoisted_1$
|
|
8226
|
+
const _hoisted_1$g = {
|
|
8227
8227
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8228
8228
|
viewBox: "0 0 24 24"
|
|
8229
8229
|
};
|
|
8230
8230
|
function render$6(_ctx, _cache) {
|
|
8231
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
8231
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$g, [..._cache[0] || (_cache[0] = [
|
|
8232
8232
|
vue.createElementVNode("path", {
|
|
8233
8233
|
fill: "currentColor",
|
|
8234
8234
|
"fill-rule": "evenodd",
|
|
@@ -8238,11 +8238,11 @@ function render$6(_ctx, _cache) {
|
|
|
8238
8238
|
])]);
|
|
8239
8239
|
}
|
|
8240
8240
|
const IconWarning = { render: render$6 };
|
|
8241
|
-
const _hoisted_1$
|
|
8241
|
+
const _hoisted_1$f = {
|
|
8242
8242
|
key: 0,
|
|
8243
8243
|
class: "ui-v1-modal-window__icon"
|
|
8244
8244
|
};
|
|
8245
|
-
const _hoisted_2$
|
|
8245
|
+
const _hoisted_2$7 = ["id"];
|
|
8246
8246
|
const _hoisted_3$4 = ["disabled"];
|
|
8247
8247
|
const _hoisted_4 = {
|
|
8248
8248
|
key: 1,
|
|
@@ -8256,7 +8256,7 @@ const _hoisted_6 = {
|
|
|
8256
8256
|
key: 0,
|
|
8257
8257
|
class: "ui-v1-modal-window__footer-text"
|
|
8258
8258
|
};
|
|
8259
|
-
const _sfc_main$
|
|
8259
|
+
const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
8260
8260
|
__name: "UiModalWindow",
|
|
8261
8261
|
props: {
|
|
8262
8262
|
/** Атрибут id корневого элемента модального окна. Должен быть уникальным на странице */
|
|
@@ -8376,7 +8376,7 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
8376
8376
|
});
|
|
8377
8377
|
vue.watch(() => props.opened, toggle);
|
|
8378
8378
|
return (_ctx, _cache) => {
|
|
8379
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
8379
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$o, vue.mergeProps({
|
|
8380
8380
|
id: __props.id,
|
|
8381
8381
|
opened: state.opened,
|
|
8382
8382
|
closable: __props.closable,
|
|
@@ -8405,7 +8405,7 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
8405
8405
|
"ui-v1-modal-window__header_pinned": _ctx.$slots.title && state.scrolled && __props.appearance === vue.unref(APPEARANCE).POPUP && !__props.responsive
|
|
8406
8406
|
})
|
|
8407
8407
|
}, [
|
|
8408
|
-
__props.appearance === vue.unref(APPEARANCE).ALERT ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
8408
|
+
__props.appearance === vue.unref(APPEARANCE).ALERT ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$f, [
|
|
8409
8409
|
vue.renderSlot(_ctx.$slots, "icon", {
|
|
8410
8410
|
overlapped: state.overlapped
|
|
8411
8411
|
}, () => [
|
|
@@ -8420,7 +8420,7 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
8420
8420
|
vue.renderSlot(_ctx.$slots, "title", {
|
|
8421
8421
|
overlapped: state.overlapped
|
|
8422
8422
|
})
|
|
8423
|
-
], 8, _hoisted_2$
|
|
8423
|
+
], 8, _hoisted_2$7)) : vue.createCommentVNode("", true),
|
|
8424
8424
|
__props.appearance !== vue.unref(APPEARANCE).ALERT ? (vue.openBlock(), vue.createElementBlock("button", {
|
|
8425
8425
|
key: 2,
|
|
8426
8426
|
"aria-keyshortcuts": "Esc",
|
|
@@ -8436,7 +8436,7 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
8436
8436
|
})
|
|
8437
8437
|
], 8, _hoisted_3$4)) : vue.createCommentVNode("", true)
|
|
8438
8438
|
], 2),
|
|
8439
|
-
__props.responsive ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
8439
|
+
__props.responsive ? (vue.openBlock(), vue.createBlock(_sfc_main$x, {
|
|
8440
8440
|
key: 0,
|
|
8441
8441
|
class: "ui-v1-modal-window__content",
|
|
8442
8442
|
"show-on-mac": "",
|
|
@@ -8469,12 +8469,12 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
8469
8469
|
};
|
|
8470
8470
|
}
|
|
8471
8471
|
});
|
|
8472
|
-
const _hoisted_1$
|
|
8472
|
+
const _hoisted_1$e = {
|
|
8473
8473
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8474
8474
|
viewBox: "0 0 24 24"
|
|
8475
8475
|
};
|
|
8476
8476
|
function render$5(_ctx, _cache) {
|
|
8477
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
8477
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$e, [..._cache[0] || (_cache[0] = [
|
|
8478
8478
|
vue.createElementVNode("path", {
|
|
8479
8479
|
fill: "currentColor",
|
|
8480
8480
|
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"
|
|
@@ -8482,12 +8482,12 @@ function render$5(_ctx, _cache) {
|
|
|
8482
8482
|
])]);
|
|
8483
8483
|
}
|
|
8484
8484
|
const IconAdd = { render: render$5 };
|
|
8485
|
-
const _hoisted_1$
|
|
8485
|
+
const _hoisted_1$d = {
|
|
8486
8486
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8487
8487
|
viewBox: "0 0 24 24"
|
|
8488
8488
|
};
|
|
8489
8489
|
function render$4(_ctx, _cache) {
|
|
8490
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
8490
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$d, [..._cache[0] || (_cache[0] = [
|
|
8491
8491
|
vue.createElementVNode("path", {
|
|
8492
8492
|
fill: "currentColor",
|
|
8493
8493
|
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"
|
|
@@ -8495,12 +8495,12 @@ function render$4(_ctx, _cache) {
|
|
|
8495
8495
|
])]);
|
|
8496
8496
|
}
|
|
8497
8497
|
const IconCaret = { render: render$4 };
|
|
8498
|
-
const _hoisted_1$
|
|
8498
|
+
const _hoisted_1$c = {
|
|
8499
8499
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8500
8500
|
viewBox: "0 0 24 24"
|
|
8501
8501
|
};
|
|
8502
8502
|
function render$3(_ctx, _cache) {
|
|
8503
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
8503
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$c, [..._cache[0] || (_cache[0] = [
|
|
8504
8504
|
vue.createElementVNode("path", {
|
|
8505
8505
|
fill: "currentColor",
|
|
8506
8506
|
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"
|
|
@@ -8508,12 +8508,12 @@ function render$3(_ctx, _cache) {
|
|
|
8508
8508
|
])]);
|
|
8509
8509
|
}
|
|
8510
8510
|
const IconCaretUp = { render: render$3 };
|
|
8511
|
-
const _hoisted_1$
|
|
8511
|
+
const _hoisted_1$b = {
|
|
8512
8512
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8513
8513
|
viewBox: "0 0 24 24"
|
|
8514
8514
|
};
|
|
8515
8515
|
function render$2(_ctx, _cache) {
|
|
8516
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
8516
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$b, [..._cache[0] || (_cache[0] = [
|
|
8517
8517
|
vue.createElementVNode("path", {
|
|
8518
8518
|
fill: "currentColor",
|
|
8519
8519
|
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"
|
|
@@ -8521,11 +8521,11 @@ function render$2(_ctx, _cache) {
|
|
|
8521
8521
|
])]);
|
|
8522
8522
|
}
|
|
8523
8523
|
const IconRemove = { render: render$2 };
|
|
8524
|
-
var DIRECTION = /* @__PURE__ */ ((DIRECTION2) => {
|
|
8524
|
+
var DIRECTION$1 = /* @__PURE__ */ ((DIRECTION2) => {
|
|
8525
8525
|
DIRECTION2["HORIZONTAL"] = "horizontal";
|
|
8526
8526
|
DIRECTION2["VERTICAL"] = "vertical";
|
|
8527
8527
|
return DIRECTION2;
|
|
8528
|
-
})(DIRECTION || {});
|
|
8528
|
+
})(DIRECTION$1 || {});
|
|
8529
8529
|
var VIOLATION = /* @__PURE__ */ ((VIOLATION2) => {
|
|
8530
8530
|
VIOLATION2["NAN"] = "nan";
|
|
8531
8531
|
VIOLATION2["TOO_LARGE"] = "too-large";
|
|
@@ -8623,10 +8623,10 @@ const _i18n$3 = define({
|
|
|
8623
8623
|
"ru-RU": messages_ru_RU$3
|
|
8624
8624
|
}
|
|
8625
8625
|
});
|
|
8626
|
-
const _hoisted_1$
|
|
8627
|
-
const _hoisted_2$
|
|
8626
|
+
const _hoisted_1$a = ["id", "aria-disabled", "aria-readonly"];
|
|
8627
|
+
const _hoisted_2$6 = ["id", "aria-controls", "aria-label", "disabled"];
|
|
8628
8628
|
const _hoisted_3$3 = ["id", "aria-controls", "aria-label", "disabled"];
|
|
8629
|
-
const _sfc_main$
|
|
8629
|
+
const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
8630
8630
|
...{
|
|
8631
8631
|
inheritAttrs: false
|
|
8632
8632
|
},
|
|
@@ -8683,8 +8683,8 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
8683
8683
|
},
|
|
8684
8684
|
direction: {
|
|
8685
8685
|
type: String,
|
|
8686
|
-
validator: (value) => Object.values(DIRECTION).includes(value),
|
|
8687
|
-
default: DIRECTION.HORIZONTAL
|
|
8686
|
+
validator: (value) => Object.values(DIRECTION$1).includes(value),
|
|
8687
|
+
default: DIRECTION$1.HORIZONTAL
|
|
8688
8688
|
},
|
|
8689
8689
|
size: {
|
|
8690
8690
|
type: String,
|
|
@@ -8944,8 +8944,8 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
8944
8944
|
id: `${stepperId.value}-root`,
|
|
8945
8945
|
class: {
|
|
8946
8946
|
"ui-v1-number-stepper": true,
|
|
8947
|
-
"ui-v1-number-stepper_horizontal": __props.direction === vue.unref(DIRECTION).HORIZONTAL,
|
|
8948
|
-
"ui-v1-number-stepper_vertical": __props.direction === vue.unref(DIRECTION).VERTICAL,
|
|
8947
|
+
"ui-v1-number-stepper_horizontal": __props.direction === vue.unref(DIRECTION$1).HORIZONTAL,
|
|
8948
|
+
"ui-v1-number-stepper_vertical": __props.direction === vue.unref(DIRECTION$1).VERTICAL,
|
|
8949
8949
|
"ui-v1-number-stepper_outlined": __props.outlined,
|
|
8950
8950
|
"ui-v1-number-stepper_inline": !__props.outlined,
|
|
8951
8951
|
"ui-v1-number-stepper_disabled": __props.disabled,
|
|
@@ -8965,7 +8965,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
8965
8965
|
type: "button",
|
|
8966
8966
|
onClick: decrease
|
|
8967
8967
|
}, [
|
|
8968
|
-
__props.direction === vue.unref(DIRECTION).HORIZONTAL ? (vue.openBlock(), vue.createBlock(vue.unref(IconRemove), {
|
|
8968
|
+
__props.direction === vue.unref(DIRECTION$1).HORIZONTAL ? (vue.openBlock(), vue.createBlock(vue.unref(IconRemove), {
|
|
8969
8969
|
key: 0,
|
|
8970
8970
|
"aria-hidden": "true",
|
|
8971
8971
|
class: "ui-v1-number-stepper__icon"
|
|
@@ -8974,8 +8974,8 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
8974
8974
|
"aria-hidden": "true",
|
|
8975
8975
|
class: "ui-v1-number-stepper__icon"
|
|
8976
8976
|
}))
|
|
8977
|
-
], 8, _hoisted_2$
|
|
8978
|
-
vue.createVNode(_sfc_main$
|
|
8977
|
+
], 8, _hoisted_2$6),
|
|
8978
|
+
vue.createVNode(_sfc_main$z, vue.mergeProps(resolvedTextboxOptions.value, {
|
|
8979
8979
|
id: stepperId.value,
|
|
8980
8980
|
ref_key: "textbox",
|
|
8981
8981
|
ref: textbox,
|
|
@@ -9005,7 +9005,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
9005
9005
|
type: "button",
|
|
9006
9006
|
onClick: increase
|
|
9007
9007
|
}, [
|
|
9008
|
-
__props.direction === vue.unref(DIRECTION).HORIZONTAL ? (vue.openBlock(), vue.createBlock(vue.unref(IconAdd), {
|
|
9008
|
+
__props.direction === vue.unref(DIRECTION$1).HORIZONTAL ? (vue.openBlock(), vue.createBlock(vue.unref(IconAdd), {
|
|
9009
9009
|
key: 0,
|
|
9010
9010
|
"aria-hidden": "true",
|
|
9011
9011
|
class: "ui-v1-number-stepper__icon"
|
|
@@ -9015,11 +9015,11 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
9015
9015
|
class: "ui-v1-number-stepper__icon"
|
|
9016
9016
|
}))
|
|
9017
9017
|
], 8, _hoisted_3$3)
|
|
9018
|
-
], 16, _hoisted_1$
|
|
9018
|
+
], 16, _hoisted_1$a);
|
|
9019
9019
|
};
|
|
9020
9020
|
}
|
|
9021
9021
|
});
|
|
9022
|
-
const _sfc_main$
|
|
9022
|
+
const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
9023
9023
|
__name: "UiPopperConnector",
|
|
9024
9024
|
setup(__props) {
|
|
9025
9025
|
const target = vue.ref(null);
|
|
@@ -9030,7 +9030,7 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
9030
9030
|
};
|
|
9031
9031
|
}
|
|
9032
9032
|
});
|
|
9033
|
-
const _sfc_main$
|
|
9033
|
+
const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
9034
9034
|
__name: "UiPopperTarget",
|
|
9035
9035
|
props: {
|
|
9036
9036
|
tag: {
|
|
@@ -9053,11 +9053,11 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
9053
9053
|
};
|
|
9054
9054
|
}
|
|
9055
9055
|
});
|
|
9056
|
-
const _hoisted_1$
|
|
9056
|
+
const _hoisted_1$9 = ["id", "name", "value", "checked", "required", "disabled"];
|
|
9057
9057
|
let nameCounter = 0;
|
|
9058
9058
|
let idCounter = 0;
|
|
9059
9059
|
const __default__$1 = {};
|
|
9060
|
-
const _sfc_main$
|
|
9060
|
+
const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
9061
9061
|
...__default__$1,
|
|
9062
9062
|
...{
|
|
9063
9063
|
inheritAttrs: false
|
|
@@ -9146,7 +9146,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
9146
9146
|
type: "radio",
|
|
9147
9147
|
class: "ui-v1-radio__input",
|
|
9148
9148
|
onChange
|
|
9149
|
-
}), null, 16, _hoisted_1$
|
|
9149
|
+
}), null, 16, _hoisted_1$9),
|
|
9150
9150
|
_cache[0] || (_cache[0] = vue.createElementVNode("span", { class: "ui-v1-radio__checkmark" }, null, -1))
|
|
9151
9151
|
], 16);
|
|
9152
9152
|
};
|
|
@@ -9252,16 +9252,16 @@ const createManipulator = (options) => {
|
|
|
9252
9252
|
onDragEnd
|
|
9253
9253
|
};
|
|
9254
9254
|
};
|
|
9255
|
-
const _hoisted_1$
|
|
9255
|
+
const _hoisted_1$8 = {
|
|
9256
9256
|
key: 0,
|
|
9257
9257
|
class: "ui-v1-slider__label"
|
|
9258
9258
|
};
|
|
9259
|
-
const _hoisted_2$
|
|
9259
|
+
const _hoisted_2$5 = ["onMousedown", "onKeydown", "onFocus"];
|
|
9260
9260
|
const _hoisted_3$2 = {
|
|
9261
9261
|
key: 1,
|
|
9262
9262
|
class: "ui-v1-slider__label"
|
|
9263
9263
|
};
|
|
9264
|
-
const _sfc_main$
|
|
9264
|
+
const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
9265
9265
|
__name: "UiSlider",
|
|
9266
9266
|
props: {
|
|
9267
9267
|
type: {
|
|
@@ -9424,7 +9424,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9424
9424
|
onClick: _cache[2] || (_cache[2] = ($event) => vue.unref(onClick)($event)),
|
|
9425
9425
|
onKeydown: _cache[3] || (_cache[3] = ($event) => onRootKeydown($event))
|
|
9426
9426
|
}), [
|
|
9427
|
-
props.labelled ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
9427
|
+
props.labelled ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$8, [
|
|
9428
9428
|
vue.renderSlot(_ctx.$slots, "label", {
|
|
9429
9429
|
boundary: props.min
|
|
9430
9430
|
})
|
|
@@ -9465,7 +9465,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9465
9465
|
key: 0,
|
|
9466
9466
|
boundary: handle.value
|
|
9467
9467
|
}) : vue.createCommentVNode("", true)
|
|
9468
|
-
], 16, _hoisted_2$
|
|
9468
|
+
], 16, _hoisted_2$5);
|
|
9469
9469
|
}), 128))
|
|
9470
9470
|
], 512),
|
|
9471
9471
|
props.labelled ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$2, [
|
|
@@ -9488,7 +9488,7 @@ var PLACEMENT = /* @__PURE__ */ ((PLACEMENT2) => {
|
|
|
9488
9488
|
PLACEMENT2["LEFT_START"] = "left-start";
|
|
9489
9489
|
return PLACEMENT2;
|
|
9490
9490
|
})(PLACEMENT || {});
|
|
9491
|
-
const _sfc_main$
|
|
9491
|
+
const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
9492
9492
|
__name: "UiSelectPopper",
|
|
9493
9493
|
props: {
|
|
9494
9494
|
/** Атрибут id корневого элемента выпадающего списка. Должен быть уникальным на странице */
|
|
@@ -9611,7 +9611,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9611
9611
|
vue.onMounted(() => {
|
|
9612
9612
|
});
|
|
9613
9613
|
return (_ctx, _cache) => {
|
|
9614
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
9614
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$D, vue.mergeProps({
|
|
9615
9615
|
id: __props.id + "-popper",
|
|
9616
9616
|
ref_key: "popper",
|
|
9617
9617
|
ref: popper,
|
|
@@ -9679,7 +9679,7 @@ const _i18n$2 = define({
|
|
|
9679
9679
|
"ru-RU": messages_ru_RU$2
|
|
9680
9680
|
}
|
|
9681
9681
|
});
|
|
9682
|
-
const _sfc_main$
|
|
9682
|
+
const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
9683
9683
|
__name: "UiSelectTrigger",
|
|
9684
9684
|
props: {
|
|
9685
9685
|
/** Атрибут id корневого элемента выпадающего списка. Должен быть уникальным на странице */
|
|
@@ -9905,7 +9905,7 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9905
9905
|
class: "ui-v1-select__touchstone"
|
|
9906
9906
|
}, vue.toDisplayString(selectionLabels.value), 513)) : vue.createCommentVNode("", true),
|
|
9907
9907
|
vue.renderSlot(_ctx.$slots, "trigger", {}, () => [
|
|
9908
|
-
vue.createVNode(_sfc_main$
|
|
9908
|
+
vue.createVNode(_sfc_main$z, {
|
|
9909
9909
|
id: __props.id,
|
|
9910
9910
|
value: inputValue.value,
|
|
9911
9911
|
placeholder: !inputReadonly.value && __props.expanded ? i18n.value.t("search.placeholder") : __props.placeholder,
|
|
@@ -9946,12 +9946,12 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9946
9946
|
};
|
|
9947
9947
|
}
|
|
9948
9948
|
});
|
|
9949
|
-
const _hoisted_1$
|
|
9950
|
-
const _hoisted_2$
|
|
9949
|
+
const _hoisted_1$7 = ["id", "checked", "disabled", "aria-checked", "aria-disabled"];
|
|
9950
|
+
const _hoisted_2$4 = { class: "ui-v1-switch__track" };
|
|
9951
9951
|
const _hoisted_3$1 = { class: "ui-v1-switch__handle" };
|
|
9952
9952
|
let counter = 0;
|
|
9953
9953
|
const __default__ = {};
|
|
9954
|
-
const _sfc_main$
|
|
9954
|
+
const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
9955
9955
|
...__default__,
|
|
9956
9956
|
__name: "UiSwitch",
|
|
9957
9957
|
props: {
|
|
@@ -10024,8 +10024,8 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
10024
10024
|
role: "switch",
|
|
10025
10025
|
class: "ui-v1-switch__input",
|
|
10026
10026
|
onChange
|
|
10027
|
-
}), null, 16, _hoisted_1$
|
|
10028
|
-
vue.createElementVNode("span", _hoisted_2$
|
|
10027
|
+
}), null, 16, _hoisted_1$7),
|
|
10028
|
+
vue.createElementVNode("span", _hoisted_2$4, [
|
|
10029
10029
|
vue.createElementVNode("span", _hoisted_3$1, [
|
|
10030
10030
|
!__props.square ? (vue.openBlock(), vue.createBlock(vue.unref(IconDone), {
|
|
10031
10031
|
key: 0,
|
|
@@ -10037,6 +10037,293 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
10037
10037
|
};
|
|
10038
10038
|
}
|
|
10039
10039
|
});
|
|
10040
|
+
var ALIGN = /* @__PURE__ */ ((ALIGN2) => {
|
|
10041
|
+
ALIGN2["LEFT"] = "left";
|
|
10042
|
+
ALIGN2["CENTER"] = "center";
|
|
10043
|
+
ALIGN2["RIGHT"] = "right";
|
|
10044
|
+
return ALIGN2;
|
|
10045
|
+
})(ALIGN || {});
|
|
10046
|
+
var VALIGN = /* @__PURE__ */ ((VALIGN2) => {
|
|
10047
|
+
VALIGN2["TOP"] = "top";
|
|
10048
|
+
VALIGN2["MIDDLE"] = "middle";
|
|
10049
|
+
VALIGN2["BOTTOM"] = "bottom";
|
|
10050
|
+
return VALIGN2;
|
|
10051
|
+
})(VALIGN || {});
|
|
10052
|
+
var DIRECTION = /* @__PURE__ */ ((DIRECTION2) => {
|
|
10053
|
+
DIRECTION2["ASC"] = "asc";
|
|
10054
|
+
DIRECTION2["DESC"] = "desc";
|
|
10055
|
+
return DIRECTION2;
|
|
10056
|
+
})(DIRECTION || {});
|
|
10057
|
+
const byRowKey = (key) => {
|
|
10058
|
+
return (row) => row[key];
|
|
10059
|
+
};
|
|
10060
|
+
const asRowClass = (value) => value;
|
|
10061
|
+
const asRowAttrs = (value) => value;
|
|
10062
|
+
const _sfc_main$e = vue.defineComponent({
|
|
10063
|
+
name: "UiTableBodyCell",
|
|
10064
|
+
props: {
|
|
10065
|
+
align: {
|
|
10066
|
+
type: String,
|
|
10067
|
+
default: ALIGN.LEFT,
|
|
10068
|
+
validator: (align) => Object.values(ALIGN).includes(align)
|
|
10069
|
+
},
|
|
10070
|
+
valign: {
|
|
10071
|
+
type: String,
|
|
10072
|
+
default: VALIGN.MIDDLE,
|
|
10073
|
+
validator: (valign) => Object.values(VALIGN).includes(valign)
|
|
10074
|
+
},
|
|
10075
|
+
colspan: {
|
|
10076
|
+
type: Number,
|
|
10077
|
+
default: void 0
|
|
10078
|
+
},
|
|
10079
|
+
rowspan: {
|
|
10080
|
+
type: Number,
|
|
10081
|
+
default: void 0
|
|
10082
|
+
},
|
|
10083
|
+
trim: {
|
|
10084
|
+
type: Boolean,
|
|
10085
|
+
default: false
|
|
10086
|
+
},
|
|
10087
|
+
theme: {
|
|
10088
|
+
type: String,
|
|
10089
|
+
default: "default",
|
|
10090
|
+
validator: (theme) => ["default", "group"].includes(theme)
|
|
10091
|
+
}
|
|
10092
|
+
},
|
|
10093
|
+
setup(props, { attrs, slots }) {
|
|
10094
|
+
return () => vue.h("td", {
|
|
10095
|
+
...attrs,
|
|
10096
|
+
colspan: props.colspan,
|
|
10097
|
+
rowspan: props.rowspan,
|
|
10098
|
+
class: [attrs.class, {
|
|
10099
|
+
"ui-v1-table__body-cell": true,
|
|
10100
|
+
[`ui-v1-table__body-cell_align-${props.align}`]: true,
|
|
10101
|
+
[`ui-v1-table__body-cell_valign-${props.valign}`]: true,
|
|
10102
|
+
[`ui-v1-table__body-cell_theme-${props.theme}`]: true,
|
|
10103
|
+
"ui-v1-table__body-cell_trim": props.trim
|
|
10104
|
+
}]
|
|
10105
|
+
}, slots.default?.());
|
|
10106
|
+
}
|
|
10107
|
+
});
|
|
10108
|
+
const toCssSize = (value) => {
|
|
10109
|
+
if (typeof value === "number") {
|
|
10110
|
+
return `${value}px`;
|
|
10111
|
+
}
|
|
10112
|
+
return value;
|
|
10113
|
+
};
|
|
10114
|
+
const _sfc_main$d = vue.defineComponent({
|
|
10115
|
+
name: "UiTableCol",
|
|
10116
|
+
props: {
|
|
10117
|
+
width: {
|
|
10118
|
+
type: [String, Number],
|
|
10119
|
+
default: void 0
|
|
10120
|
+
},
|
|
10121
|
+
minWidth: {
|
|
10122
|
+
type: [String, Number],
|
|
10123
|
+
default: void 0
|
|
10124
|
+
},
|
|
10125
|
+
maxWidth: {
|
|
10126
|
+
type: [String, Number],
|
|
10127
|
+
default: void 0
|
|
10128
|
+
}
|
|
10129
|
+
},
|
|
10130
|
+
setup(props, { attrs }) {
|
|
10131
|
+
return () => vue.h("col", {
|
|
10132
|
+
...attrs,
|
|
10133
|
+
style: [
|
|
10134
|
+
attrs.style ?? null,
|
|
10135
|
+
{
|
|
10136
|
+
width: toCssSize(props.width),
|
|
10137
|
+
minWidth: toCssSize(props.minWidth),
|
|
10138
|
+
maxWidth: toCssSize(props.maxWidth)
|
|
10139
|
+
}
|
|
10140
|
+
]
|
|
10141
|
+
});
|
|
10142
|
+
}
|
|
10143
|
+
});
|
|
10144
|
+
const _hoisted_1$6 = ["type"];
|
|
10145
|
+
const _hoisted_2$3 = { class: "ui-v1-table__footer-button-content" };
|
|
10146
|
+
const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
10147
|
+
...{
|
|
10148
|
+
inheritAttrs: false
|
|
10149
|
+
},
|
|
10150
|
+
__name: "UiTableFooterButton",
|
|
10151
|
+
props: {
|
|
10152
|
+
type: {
|
|
10153
|
+
type: String,
|
|
10154
|
+
default: "button",
|
|
10155
|
+
validator: (type) => ["button", "submit", "reset"].includes(type)
|
|
10156
|
+
}
|
|
10157
|
+
},
|
|
10158
|
+
setup(__props) {
|
|
10159
|
+
return (_ctx, _cache) => {
|
|
10160
|
+
return vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
10161
|
+
type: __props.type,
|
|
10162
|
+
class: "ui-v1-table__footer-button"
|
|
10163
|
+
}, _ctx.$attrs), [
|
|
10164
|
+
vue.createElementVNode("span", _hoisted_2$3, [
|
|
10165
|
+
vue.renderSlot(_ctx.$slots, "default")
|
|
10166
|
+
])
|
|
10167
|
+
], 16, _hoisted_1$6);
|
|
10168
|
+
};
|
|
10169
|
+
}
|
|
10170
|
+
});
|
|
10171
|
+
const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
10172
|
+
...{
|
|
10173
|
+
inheritAttrs: false
|
|
10174
|
+
},
|
|
10175
|
+
__name: "UiTableFooterSection",
|
|
10176
|
+
setup(__props) {
|
|
10177
|
+
return (_ctx, _cache) => {
|
|
10178
|
+
return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({ class: "ui-v1-table__footer-section" }, _ctx.$attrs), [
|
|
10179
|
+
vue.renderSlot(_ctx.$slots, "default")
|
|
10180
|
+
], 16);
|
|
10181
|
+
};
|
|
10182
|
+
}
|
|
10183
|
+
});
|
|
10184
|
+
const _sfc_main$a = vue.defineComponent({
|
|
10185
|
+
name: "UiTableHeadCell",
|
|
10186
|
+
props: {
|
|
10187
|
+
align: {
|
|
10188
|
+
type: String,
|
|
10189
|
+
default: ALIGN.LEFT,
|
|
10190
|
+
validator: (align) => Object.values(ALIGN).includes(align)
|
|
10191
|
+
},
|
|
10192
|
+
trim: {
|
|
10193
|
+
type: Boolean,
|
|
10194
|
+
default: false
|
|
10195
|
+
}
|
|
10196
|
+
},
|
|
10197
|
+
setup(props, { attrs, slots }) {
|
|
10198
|
+
return () => vue.h("th", {
|
|
10199
|
+
...attrs,
|
|
10200
|
+
scope: attrs.scope ?? "col",
|
|
10201
|
+
class: [attrs.class, {
|
|
10202
|
+
"ui-v1-table__head-cell": true,
|
|
10203
|
+
[`ui-v1-table__head-cell_align-${props.align}`]: true,
|
|
10204
|
+
"ui-v1-table__head-cell_trim": props.trim
|
|
10205
|
+
}]
|
|
10206
|
+
}, slots.default?.());
|
|
10207
|
+
}
|
|
10208
|
+
});
|
|
10209
|
+
const _sfc_main$9 = vue.defineComponent({
|
|
10210
|
+
name: "UiTableRoot",
|
|
10211
|
+
props: {
|
|
10212
|
+
bordered: {
|
|
10213
|
+
type: Boolean,
|
|
10214
|
+
default: false
|
|
10215
|
+
},
|
|
10216
|
+
fixed: {
|
|
10217
|
+
type: Boolean,
|
|
10218
|
+
default: false
|
|
10219
|
+
}
|
|
10220
|
+
},
|
|
10221
|
+
setup(props, { attrs, slots }) {
|
|
10222
|
+
return () => vue.h("table", {
|
|
10223
|
+
...attrs,
|
|
10224
|
+
class: [attrs.class, {
|
|
10225
|
+
"ui-v1-table": true,
|
|
10226
|
+
"ui-v1-table_bordered": props.bordered,
|
|
10227
|
+
"ui-v1-table_fixed": props.fixed
|
|
10228
|
+
}]
|
|
10229
|
+
}, slots.default?.());
|
|
10230
|
+
}
|
|
10231
|
+
});
|
|
10232
|
+
const _sfc_main$8 = vue.defineComponent({
|
|
10233
|
+
name: "UiTableRow",
|
|
10234
|
+
props: {
|
|
10235
|
+
interactive: {
|
|
10236
|
+
type: Boolean,
|
|
10237
|
+
default: false
|
|
10238
|
+
},
|
|
10239
|
+
expanded: {
|
|
10240
|
+
type: Boolean,
|
|
10241
|
+
default: false
|
|
10242
|
+
}
|
|
10243
|
+
},
|
|
10244
|
+
setup(props, { attrs, slots }) {
|
|
10245
|
+
return () => vue.h("tr", {
|
|
10246
|
+
...attrs,
|
|
10247
|
+
class: [attrs.class, {
|
|
10248
|
+
"ui-v1-table__row": true,
|
|
10249
|
+
"ui-v1-table__row_interactive": props.interactive,
|
|
10250
|
+
"ui-v1-table__row_expanded": props.expanded
|
|
10251
|
+
}]
|
|
10252
|
+
}, slots.default?.());
|
|
10253
|
+
}
|
|
10254
|
+
});
|
|
10255
|
+
const sectionTagByKind = {
|
|
10256
|
+
head: "thead",
|
|
10257
|
+
body: "tbody",
|
|
10258
|
+
foot: "tfoot"
|
|
10259
|
+
};
|
|
10260
|
+
const _sfc_main$7 = vue.defineComponent({
|
|
10261
|
+
name: "UiTableSection",
|
|
10262
|
+
props: {
|
|
10263
|
+
kind: {
|
|
10264
|
+
type: String,
|
|
10265
|
+
default: "body",
|
|
10266
|
+
validator: (kind) => Object.keys(sectionTagByKind).includes(kind)
|
|
10267
|
+
}
|
|
10268
|
+
},
|
|
10269
|
+
setup(props, { attrs, slots }) {
|
|
10270
|
+
return () => vue.h(sectionTagByKind[props.kind], {
|
|
10271
|
+
...attrs,
|
|
10272
|
+
class: [attrs.class, {
|
|
10273
|
+
"ui-v1-table__section": true,
|
|
10274
|
+
[`ui-v1-table__section_${props.kind}`]: true
|
|
10275
|
+
}]
|
|
10276
|
+
}, slots.default?.());
|
|
10277
|
+
}
|
|
10278
|
+
});
|
|
10279
|
+
const _hoisted_1$5 = {
|
|
10280
|
+
"aria-hidden": "true",
|
|
10281
|
+
class: "ui-v1-table__sorter-icon",
|
|
10282
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10283
|
+
viewBox: "0 0 24 24"
|
|
10284
|
+
};
|
|
10285
|
+
const _hoisted_2$2 = { class: "ui-v1-table__sorter-label" };
|
|
10286
|
+
const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
10287
|
+
...{
|
|
10288
|
+
inheritAttrs: false
|
|
10289
|
+
},
|
|
10290
|
+
__name: "UiTableSorter",
|
|
10291
|
+
props: {
|
|
10292
|
+
direction: {
|
|
10293
|
+
type: String,
|
|
10294
|
+
default: null,
|
|
10295
|
+
validator: (direction) => direction === null || Object.values(DIRECTION).includes(direction)
|
|
10296
|
+
}
|
|
10297
|
+
},
|
|
10298
|
+
setup(__props) {
|
|
10299
|
+
return (_ctx, _cache) => {
|
|
10300
|
+
return vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
10301
|
+
type: "button",
|
|
10302
|
+
class: "ui-v1-table__sorter"
|
|
10303
|
+
}, _ctx.$attrs), [
|
|
10304
|
+
(vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$5, [
|
|
10305
|
+
vue.createElementVNode("path", {
|
|
10306
|
+
class: vue.normalizeClass({
|
|
10307
|
+
"ui-v1-table__sorter-path": true,
|
|
10308
|
+
"ui-v1-table__sorter-path_active": __props.direction === vue.unref(DIRECTION).ASC
|
|
10309
|
+
}),
|
|
10310
|
+
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"
|
|
10311
|
+
}, null, 2),
|
|
10312
|
+
vue.createElementVNode("path", {
|
|
10313
|
+
class: vue.normalizeClass({
|
|
10314
|
+
"ui-v1-table__sorter-path": true,
|
|
10315
|
+
"ui-v1-table__sorter-path_active": __props.direction === vue.unref(DIRECTION).DESC
|
|
10316
|
+
}),
|
|
10317
|
+
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"
|
|
10318
|
+
}, null, 2)
|
|
10319
|
+
])),
|
|
10320
|
+
vue.createElementVNode("span", _hoisted_2$2, [
|
|
10321
|
+
vue.renderSlot(_ctx.$slots, "default")
|
|
10322
|
+
])
|
|
10323
|
+
], 16);
|
|
10324
|
+
};
|
|
10325
|
+
}
|
|
10326
|
+
});
|
|
10040
10327
|
const _hoisted_1$4 = {
|
|
10041
10328
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10042
10329
|
viewBox: "0 0 24 24"
|
|
@@ -10138,7 +10425,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
10138
10425
|
}
|
|
10139
10426
|
};
|
|
10140
10427
|
return (_ctx, _cache) => {
|
|
10141
|
-
return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({ class: "ui-v1-tag-wrapper" },
|
|
10428
|
+
return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({ class: "ui-v1-tag-wrapper" }, _ctx.$attrs), [
|
|
10142
10429
|
vue.createElementVNode("div", {
|
|
10143
10430
|
class: vue.normalizeClass({
|
|
10144
10431
|
["ui-v1-tag"]: true,
|
|
@@ -10648,7 +10935,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
10648
10935
|
},
|
|
10649
10936
|
role: "combobox"
|
|
10650
10937
|
}, _ctx.$attrs, { onMousedown: onRootMouseDown }), [
|
|
10651
|
-
vue.createVNode(_sfc_main$
|
|
10938
|
+
vue.createVNode(_sfc_main$z, vue.mergeProps({
|
|
10652
10939
|
id: inputId.value,
|
|
10653
10940
|
ref_key: "textbox",
|
|
10654
10941
|
ref: textbox,
|
|
@@ -10675,7 +10962,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
10675
10962
|
]),
|
|
10676
10963
|
_: 3
|
|
10677
10964
|
}, 16, ["id", "value", "placeholder", "clearable", "disabled", "readonly"]),
|
|
10678
|
-
vue.createVNode(_sfc_main$
|
|
10965
|
+
vue.createVNode(_sfc_main$D, {
|
|
10679
10966
|
id: `${inputId.value}-listbox`,
|
|
10680
10967
|
visible: expanded.value,
|
|
10681
10968
|
target: rootTarget.value,
|
|
@@ -10690,14 +10977,14 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
10690
10977
|
onAttached: onPopperAttached
|
|
10691
10978
|
}, {
|
|
10692
10979
|
default: vue.withCtx(() => [
|
|
10693
|
-
vue.createVNode(_sfc_main$
|
|
10980
|
+
vue.createVNode(_sfc_main$x, {
|
|
10694
10981
|
ref_key: "scrollable",
|
|
10695
10982
|
ref: scrollable,
|
|
10696
10983
|
class: "ui-v1-time-picker__list"
|
|
10697
10984
|
}, {
|
|
10698
10985
|
default: vue.withCtx(() => [
|
|
10699
10986
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(variants.value, (time2, index) => {
|
|
10700
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
10987
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$y, {
|
|
10701
10988
|
id: optionId(index),
|
|
10702
10989
|
key: `${time2}-${index}`,
|
|
10703
10990
|
ref_for: true,
|
|
@@ -10809,7 +11096,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
10809
11096
|
return SIZE$7.SM;
|
|
10810
11097
|
});
|
|
10811
11098
|
return (_ctx, _cache) => {
|
|
10812
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
11099
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$M, vue.mergeProps({
|
|
10813
11100
|
ref_key: "root",
|
|
10814
11101
|
ref: root,
|
|
10815
11102
|
href: __props.href,
|
|
@@ -10882,7 +11169,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
10882
11169
|
},
|
|
10883
11170
|
setup(__props) {
|
|
10884
11171
|
return (_ctx, _cache) => {
|
|
10885
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
11172
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$s, vue.mergeProps({
|
|
10886
11173
|
href: __props.href,
|
|
10887
11174
|
external: __props.external,
|
|
10888
11175
|
appearance: __props.appearance,
|
|
@@ -11055,7 +11342,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
11055
11342
|
});
|
|
11056
11343
|
return (_ctx, _cache) => {
|
|
11057
11344
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
11058
|
-
!ready.value ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
11345
|
+
!ready.value ? (vue.openBlock(), vue.createBlock(_sfc_main$r, { key: 0 })) : vue.createCommentVNode("", true),
|
|
11059
11346
|
vue.withDirectives((vue.openBlock(), vue.createElementBlock("iframe", {
|
|
11060
11347
|
ref_key: "iframe",
|
|
11061
11348
|
ref: iframe,
|
|
@@ -11070,96 +11357,120 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
11070
11357
|
});
|
|
11071
11358
|
const components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11072
11359
|
__proto__: null,
|
|
11073
|
-
UiAddButton: _sfc_main$
|
|
11074
|
-
UiAlert: _sfc_main$
|
|
11075
|
-
UiAvatar: _sfc_main$
|
|
11076
|
-
UiAvatarList: _sfc_main$
|
|
11077
|
-
UiButton: _sfc_main$
|
|
11078
|
-
UiCalendar: _sfc_main$
|
|
11079
|
-
UiCheckbox: _sfc_main$
|
|
11080
|
-
UiCollapse: _sfc_main$
|
|
11081
|
-
UiCollapseBox: _sfc_main$
|
|
11082
|
-
UiCollapseGroup: _sfc_main$
|
|
11083
|
-
UiCopyButton: _sfc_main$
|
|
11084
|
-
UiDate: _sfc_main$
|
|
11085
|
-
UiDatePicker: _sfc_main$
|
|
11086
|
-
UiError: _sfc_main$
|
|
11087
|
-
UiImage: _sfc_main$
|
|
11088
|
-
UiInfobox: _sfc_main$
|
|
11089
|
-
UiLink: _sfc_main$
|
|
11090
|
-
UiLoader: _sfc_main$
|
|
11091
|
-
UiMenuItem: _sfc_main$
|
|
11360
|
+
UiAddButton: _sfc_main$Q,
|
|
11361
|
+
UiAlert: _sfc_main$R,
|
|
11362
|
+
UiAvatar: _sfc_main$O,
|
|
11363
|
+
UiAvatarList: _sfc_main$N,
|
|
11364
|
+
UiButton: _sfc_main$M,
|
|
11365
|
+
UiCalendar: _sfc_main$I,
|
|
11366
|
+
UiCheckbox: _sfc_main$H,
|
|
11367
|
+
UiCollapse: _sfc_main$G,
|
|
11368
|
+
UiCollapseBox: _sfc_main$F,
|
|
11369
|
+
UiCollapseGroup: _sfc_main$E,
|
|
11370
|
+
UiCopyButton: _sfc_main$B,
|
|
11371
|
+
UiDate: _sfc_main$A,
|
|
11372
|
+
UiDatePicker: _sfc_main$v,
|
|
11373
|
+
UiError: _sfc_main$u,
|
|
11374
|
+
UiImage: _sfc_main$P,
|
|
11375
|
+
UiInfobox: _sfc_main$t,
|
|
11376
|
+
UiLink: _sfc_main$s,
|
|
11377
|
+
UiLoader: _sfc_main$r,
|
|
11378
|
+
UiMenuItem: _sfc_main$y,
|
|
11092
11379
|
UiMenuItemGroup,
|
|
11093
|
-
UiModalSidebar: _sfc_main$
|
|
11094
|
-
UiModalWindow: _sfc_main$
|
|
11095
|
-
UiModalWindowSurface: _sfc_main$
|
|
11096
|
-
UiNumberStepper: _sfc_main$
|
|
11097
|
-
UiPopper: _sfc_main$
|
|
11098
|
-
UiPopperConnector: _sfc_main$
|
|
11099
|
-
UiPopperTarget: _sfc_main$
|
|
11100
|
-
UiRadio: _sfc_main$
|
|
11101
|
-
UiScrollBox: _sfc_main$
|
|
11102
|
-
UiSelectPopper: _sfc_main$
|
|
11103
|
-
UiSelectTrigger: _sfc_main$
|
|
11104
|
-
UiSlider: _sfc_main$
|
|
11105
|
-
UiSwitch: _sfc_main$
|
|
11380
|
+
UiModalSidebar: _sfc_main$p,
|
|
11381
|
+
UiModalWindow: _sfc_main$n,
|
|
11382
|
+
UiModalWindowSurface: _sfc_main$o,
|
|
11383
|
+
UiNumberStepper: _sfc_main$m,
|
|
11384
|
+
UiPopper: _sfc_main$D,
|
|
11385
|
+
UiPopperConnector: _sfc_main$l,
|
|
11386
|
+
UiPopperTarget: _sfc_main$k,
|
|
11387
|
+
UiRadio: _sfc_main$j,
|
|
11388
|
+
UiScrollBox: _sfc_main$x,
|
|
11389
|
+
UiSelectPopper: _sfc_main$h,
|
|
11390
|
+
UiSelectTrigger: _sfc_main$g,
|
|
11391
|
+
UiSlider: _sfc_main$i,
|
|
11392
|
+
UiSwitch: _sfc_main$f,
|
|
11393
|
+
UiTableBodyCell: _sfc_main$e,
|
|
11394
|
+
UiTableCol: _sfc_main$d,
|
|
11395
|
+
UiTableFooterButton: _sfc_main$c,
|
|
11396
|
+
UiTableFooterSection: _sfc_main$b,
|
|
11397
|
+
UiTableHeadCell: _sfc_main$a,
|
|
11398
|
+
UiTableRoot: _sfc_main$9,
|
|
11399
|
+
UiTableRow: _sfc_main$8,
|
|
11400
|
+
UiTableSection: _sfc_main$7,
|
|
11401
|
+
UiTableSorter: _sfc_main$6,
|
|
11106
11402
|
UiTag: _sfc_main$5,
|
|
11107
|
-
UiTextbox: _sfc_main$
|
|
11403
|
+
UiTextbox: _sfc_main$z,
|
|
11108
11404
|
UiTimePicker: _sfc_main$4,
|
|
11109
11405
|
UiToolbar: _sfc_main$3,
|
|
11110
11406
|
UiToolbarButton: _sfc_main$2,
|
|
11111
11407
|
UiToolbarLink: _sfc_main$1,
|
|
11112
|
-
UiTooltip: _sfc_main$
|
|
11113
|
-
UiTransition: _sfc_main$
|
|
11408
|
+
UiTooltip: _sfc_main$C,
|
|
11409
|
+
UiTransition: _sfc_main$S,
|
|
11114
11410
|
UiYandexMap: _sfc_main
|
|
11115
11411
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11116
11412
|
const createProvider = () => host.createProvider(components);
|
|
11117
11413
|
const provider = createProvider();
|
|
11414
|
+
exports.ALIGN = ALIGN;
|
|
11415
|
+
exports.DIRECTION = DIRECTION;
|
|
11118
11416
|
exports.I18nPlugin = plugin$1;
|
|
11119
11417
|
exports.ImageWorkersKey = ImageWorkersKey;
|
|
11120
11418
|
exports.ModalPlugin = plugin;
|
|
11121
|
-
exports.UiAddButton = _sfc_main$
|
|
11122
|
-
exports.UiAlert = _sfc_main$
|
|
11123
|
-
exports.UiAvatar = _sfc_main$
|
|
11124
|
-
exports.UiAvatarList = _sfc_main$
|
|
11125
|
-
exports.UiButton = _sfc_main$
|
|
11126
|
-
exports.UiCalendar = _sfc_main$
|
|
11127
|
-
exports.UiCheckbox = _sfc_main$
|
|
11128
|
-
exports.UiCollapse = _sfc_main$
|
|
11129
|
-
exports.UiCollapseBox = _sfc_main$
|
|
11130
|
-
exports.UiCollapseGroup = _sfc_main$
|
|
11131
|
-
exports.UiCopyButton = _sfc_main$
|
|
11132
|
-
exports.UiDate = _sfc_main$
|
|
11133
|
-
exports.UiDatePicker = _sfc_main$
|
|
11134
|
-
exports.UiError = _sfc_main$
|
|
11135
|
-
exports.UiImage = _sfc_main$
|
|
11136
|
-
exports.UiInfobox = _sfc_main$
|
|
11137
|
-
exports.UiLink = _sfc_main$
|
|
11138
|
-
exports.UiLoader = _sfc_main$
|
|
11139
|
-
exports.UiMenuItem = _sfc_main$
|
|
11419
|
+
exports.UiAddButton = _sfc_main$Q;
|
|
11420
|
+
exports.UiAlert = _sfc_main$R;
|
|
11421
|
+
exports.UiAvatar = _sfc_main$O;
|
|
11422
|
+
exports.UiAvatarList = _sfc_main$N;
|
|
11423
|
+
exports.UiButton = _sfc_main$M;
|
|
11424
|
+
exports.UiCalendar = _sfc_main$I;
|
|
11425
|
+
exports.UiCheckbox = _sfc_main$H;
|
|
11426
|
+
exports.UiCollapse = _sfc_main$G;
|
|
11427
|
+
exports.UiCollapseBox = _sfc_main$F;
|
|
11428
|
+
exports.UiCollapseGroup = _sfc_main$E;
|
|
11429
|
+
exports.UiCopyButton = _sfc_main$B;
|
|
11430
|
+
exports.UiDate = _sfc_main$A;
|
|
11431
|
+
exports.UiDatePicker = _sfc_main$v;
|
|
11432
|
+
exports.UiError = _sfc_main$u;
|
|
11433
|
+
exports.UiImage = _sfc_main$P;
|
|
11434
|
+
exports.UiInfobox = _sfc_main$t;
|
|
11435
|
+
exports.UiLink = _sfc_main$s;
|
|
11436
|
+
exports.UiLoader = _sfc_main$r;
|
|
11437
|
+
exports.UiMenuItem = _sfc_main$y;
|
|
11140
11438
|
exports.UiMenuItemGroup = UiMenuItemGroup;
|
|
11141
|
-
exports.UiModalSidebar = _sfc_main$
|
|
11142
|
-
exports.UiModalWindow = _sfc_main$
|
|
11143
|
-
exports.UiModalWindowSurface = _sfc_main$
|
|
11144
|
-
exports.UiNumberStepper = _sfc_main$
|
|
11145
|
-
exports.UiPopper = _sfc_main$
|
|
11146
|
-
exports.UiPopperConnector = _sfc_main$
|
|
11147
|
-
exports.UiPopperTarget = _sfc_main$
|
|
11148
|
-
exports.UiRadio = _sfc_main$
|
|
11149
|
-
exports.UiScrollBox = _sfc_main$
|
|
11150
|
-
exports.UiSelectPopper = _sfc_main$
|
|
11151
|
-
exports.UiSelectTrigger = _sfc_main$
|
|
11152
|
-
exports.UiSlider = _sfc_main$
|
|
11153
|
-
exports.UiSwitch = _sfc_main$
|
|
11439
|
+
exports.UiModalSidebar = _sfc_main$p;
|
|
11440
|
+
exports.UiModalWindow = _sfc_main$n;
|
|
11441
|
+
exports.UiModalWindowSurface = _sfc_main$o;
|
|
11442
|
+
exports.UiNumberStepper = _sfc_main$m;
|
|
11443
|
+
exports.UiPopper = _sfc_main$D;
|
|
11444
|
+
exports.UiPopperConnector = _sfc_main$l;
|
|
11445
|
+
exports.UiPopperTarget = _sfc_main$k;
|
|
11446
|
+
exports.UiRadio = _sfc_main$j;
|
|
11447
|
+
exports.UiScrollBox = _sfc_main$x;
|
|
11448
|
+
exports.UiSelectPopper = _sfc_main$h;
|
|
11449
|
+
exports.UiSelectTrigger = _sfc_main$g;
|
|
11450
|
+
exports.UiSlider = _sfc_main$i;
|
|
11451
|
+
exports.UiSwitch = _sfc_main$f;
|
|
11452
|
+
exports.UiTableBodyCell = _sfc_main$e;
|
|
11453
|
+
exports.UiTableCol = _sfc_main$d;
|
|
11454
|
+
exports.UiTableFooterButton = _sfc_main$c;
|
|
11455
|
+
exports.UiTableFooterSection = _sfc_main$b;
|
|
11456
|
+
exports.UiTableHeadCell = _sfc_main$a;
|
|
11457
|
+
exports.UiTableRoot = _sfc_main$9;
|
|
11458
|
+
exports.UiTableRow = _sfc_main$8;
|
|
11459
|
+
exports.UiTableSection = _sfc_main$7;
|
|
11460
|
+
exports.UiTableSorter = _sfc_main$6;
|
|
11154
11461
|
exports.UiTag = _sfc_main$5;
|
|
11155
|
-
exports.UiTextbox = _sfc_main$
|
|
11462
|
+
exports.UiTextbox = _sfc_main$z;
|
|
11156
11463
|
exports.UiTimePicker = _sfc_main$4;
|
|
11157
11464
|
exports.UiToolbar = _sfc_main$3;
|
|
11158
11465
|
exports.UiToolbarButton = _sfc_main$2;
|
|
11159
11466
|
exports.UiToolbarLink = _sfc_main$1;
|
|
11160
|
-
exports.UiTooltip = _sfc_main$
|
|
11161
|
-
exports.UiTransition = _sfc_main$
|
|
11467
|
+
exports.UiTooltip = _sfc_main$C;
|
|
11468
|
+
exports.UiTransition = _sfc_main$S;
|
|
11162
11469
|
exports.UiYandexMap = _sfc_main;
|
|
11470
|
+
exports.VALIGN = VALIGN;
|
|
11163
11471
|
exports.VueI18n = VueI18n;
|
|
11472
|
+
exports.asRowAttrs = asRowAttrs;
|
|
11473
|
+
exports.asRowClass = asRowClass;
|
|
11474
|
+
exports.byRowKey = byRowKey;
|
|
11164
11475
|
exports.createProvider = createProvider;
|
|
11165
11476
|
exports.provider = provider;
|