@retailcrm/embed-ui-v1-components 0.9.16 → 0.9.18
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 +414 -278
- package/dist/host.css +85 -0
- package/dist/host.d.ts +78 -6
- package/dist/host.js +414 -278
- package/dist/remote.cjs +80 -22
- package/dist/remote.d.ts +96 -2
- package/dist/remote.js +80 -22
- package/docs/COMPONENTS.md +1 -0
- package/docs/profiles/UiSkeleton.yml +41 -0
- package/package.json +1 -1
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$13 = /* @__PURE__ */ vue.defineComponent({
|
|
11
11
|
__name: "UiTransition",
|
|
12
12
|
props: {
|
|
13
13
|
/** Наименование анимации перехода */
|
|
@@ -120,7 +120,7 @@ const _hoisted_2$p = {
|
|
|
120
120
|
class: "ui-v1-alert__icon-outline"
|
|
121
121
|
};
|
|
122
122
|
const _hoisted_3$j = { class: "ui-v1-alert__icon" };
|
|
123
|
-
const _sfc_main$
|
|
123
|
+
const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
|
|
124
124
|
...{
|
|
125
125
|
inheritAttrs: false
|
|
126
126
|
},
|
|
@@ -229,7 +229,7 @@ const _sfc_main$11 = /* @__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$13, {
|
|
233
233
|
name: "fade",
|
|
234
234
|
onBeforeEnter,
|
|
235
235
|
onBeforeLeave,
|
|
@@ -321,7 +321,7 @@ const _hoisted_4$c = {
|
|
|
321
321
|
key: 0,
|
|
322
322
|
class: "ui-v1-add-button__description"
|
|
323
323
|
};
|
|
324
|
-
const _sfc_main$
|
|
324
|
+
const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
325
325
|
...{
|
|
326
326
|
inheritAttrs: false
|
|
327
327
|
},
|
|
@@ -423,7 +423,7 @@ function render$h(_ctx, _cache) {
|
|
|
423
423
|
const SpriteVIP = { render: render$h };
|
|
424
424
|
const ImageWorkersKey = Symbol("$image.workers");
|
|
425
425
|
const _hoisted_1$L = ["alt", "src"];
|
|
426
|
-
const _sfc_main
|
|
426
|
+
const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
|
|
427
427
|
__name: "UiImage",
|
|
428
428
|
props: {
|
|
429
429
|
alt: {
|
|
@@ -478,12 +478,12 @@ const isURL = (href, loose = true) => {
|
|
|
478
478
|
return false;
|
|
479
479
|
}
|
|
480
480
|
};
|
|
481
|
-
var SIZE$
|
|
481
|
+
var SIZE$b = /* @__PURE__ */ ((SIZE2) => {
|
|
482
482
|
SIZE2["XS"] = "xs";
|
|
483
483
|
SIZE2["SM"] = "sm";
|
|
484
484
|
SIZE2["LG"] = "lg";
|
|
485
485
|
return SIZE2;
|
|
486
|
-
})(SIZE$
|
|
486
|
+
})(SIZE$b || {});
|
|
487
487
|
var STATUS = /* @__PURE__ */ ((STATUS2) => {
|
|
488
488
|
STATUS2["NONE"] = "";
|
|
489
489
|
STATUS2["BUSY"] = "busy";
|
|
@@ -513,7 +513,7 @@ const _hoisted_5$9 = {
|
|
|
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$$ = /* @__PURE__ */ vue.defineComponent({
|
|
517
517
|
__name: "UiAvatar",
|
|
518
518
|
props: {
|
|
519
519
|
/** Путь к изображению */
|
|
@@ -552,8 +552,8 @@ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
|
552
552
|
/** Размер изображения */
|
|
553
553
|
size: {
|
|
554
554
|
type: String,
|
|
555
|
-
validator: (size) => Object.values(SIZE$
|
|
556
|
-
default: SIZE$
|
|
555
|
+
validator: (size) => Object.values(SIZE$b).includes(size),
|
|
556
|
+
default: SIZE$b.SM
|
|
557
557
|
},
|
|
558
558
|
optimize: {
|
|
559
559
|
type: [Boolean, Object],
|
|
@@ -581,9 +581,9 @@ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
|
581
581
|
const processing = typeof props.optimize === "object" ? props.optimize : {};
|
|
582
582
|
return {
|
|
583
583
|
resize: processing.resize ?? {
|
|
584
|
-
[SIZE$
|
|
585
|
-
[SIZE$
|
|
586
|
-
[SIZE$
|
|
584
|
+
[SIZE$b.XS]: "48x-",
|
|
585
|
+
[SIZE$b.SM]: "72x-",
|
|
586
|
+
[SIZE$b.LG]: "104x-"
|
|
587
587
|
}[size.value],
|
|
588
588
|
crop: processing.crop
|
|
589
589
|
};
|
|
@@ -600,7 +600,7 @@ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
|
600
600
|
}
|
|
601
601
|
}, _ctx.$attrs), {
|
|
602
602
|
default: vue.withCtx(() => [
|
|
603
|
-
__props.src ? (vue.openBlock(), vue.createBlock(_sfc_main
|
|
603
|
+
__props.src ? (vue.openBlock(), vue.createBlock(_sfc_main$10, {
|
|
604
604
|
key: 0,
|
|
605
605
|
src: __props.src,
|
|
606
606
|
resize: optimization.value.resize,
|
|
@@ -639,7 +639,7 @@ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
|
639
639
|
};
|
|
640
640
|
}
|
|
641
641
|
});
|
|
642
|
-
const _sfc_main$
|
|
642
|
+
const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
643
643
|
__name: "UiAvatarList",
|
|
644
644
|
props: {
|
|
645
645
|
/** Список аватарок пользователей */
|
|
@@ -650,8 +650,8 @@ const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
|
650
650
|
/** Размер аватарок */
|
|
651
651
|
size: {
|
|
652
652
|
type: String,
|
|
653
|
-
validator: (size) => Object.values(SIZE$
|
|
654
|
-
default: SIZE$
|
|
653
|
+
validator: (size) => Object.values(SIZE$b).includes(size),
|
|
654
|
+
default: SIZE$b.SM
|
|
655
655
|
}
|
|
656
656
|
},
|
|
657
657
|
setup(__props) {
|
|
@@ -666,7 +666,7 @@ const _sfc_main$Z = /* @__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$$, {
|
|
670
670
|
src: avatar.src,
|
|
671
671
|
name: avatar.name
|
|
672
672
|
}, null, 8, ["src", "name"])
|
|
@@ -713,27 +713,27 @@ const useElementRef = () => {
|
|
|
713
713
|
vue.provide(ElementRefKey, vue.ref(null));
|
|
714
714
|
return el;
|
|
715
715
|
};
|
|
716
|
-
var APPEARANCE$
|
|
716
|
+
var APPEARANCE$6 = /* @__PURE__ */ ((APPEARANCE2) => {
|
|
717
717
|
APPEARANCE2["OUTLINED"] = "outlined";
|
|
718
718
|
APPEARANCE2["PRIMARY"] = "primary";
|
|
719
719
|
APPEARANCE2["SECONDARY"] = "secondary";
|
|
720
720
|
APPEARANCE2["TERTIARY"] = "tertiary";
|
|
721
721
|
return APPEARANCE2;
|
|
722
|
-
})(APPEARANCE$
|
|
723
|
-
var SIZE$
|
|
722
|
+
})(APPEARANCE$6 || {});
|
|
723
|
+
var SIZE$a = /* @__PURE__ */ ((SIZE2) => {
|
|
724
724
|
SIZE2["LG"] = "lg";
|
|
725
725
|
SIZE2["MD"] = "md";
|
|
726
726
|
SIZE2["SM"] = "sm";
|
|
727
727
|
SIZE2["XS"] = "xs";
|
|
728
728
|
return SIZE2;
|
|
729
|
-
})(SIZE$
|
|
729
|
+
})(SIZE$a || {});
|
|
730
730
|
var VARIANT = /* @__PURE__ */ ((VARIANT2) => {
|
|
731
731
|
VARIANT2["DEFAULT"] = "default";
|
|
732
732
|
VARIANT2["SUCCESS"] = "success";
|
|
733
733
|
VARIANT2["DANGER"] = "danger";
|
|
734
734
|
return VARIANT2;
|
|
735
735
|
})(VARIANT || {});
|
|
736
|
-
const _sfc_main$
|
|
736
|
+
const _sfc_main$Z = vue.defineComponent({
|
|
737
737
|
props: {
|
|
738
738
|
/** Устанавливает тип кнопки */
|
|
739
739
|
type: {
|
|
@@ -749,7 +749,7 @@ const _sfc_main$Y = vue.defineComponent({
|
|
|
749
749
|
/** Регулирует внешний вид кнопки: primary, secondary, tertiary or outlined */
|
|
750
750
|
appearance: {
|
|
751
751
|
type: String,
|
|
752
|
-
default: APPEARANCE$
|
|
752
|
+
default: APPEARANCE$6.PRIMARY
|
|
753
753
|
},
|
|
754
754
|
/** Регулирует цветовую схему кнопки: default, success or danger */
|
|
755
755
|
variant: {
|
|
@@ -759,7 +759,7 @@ const _sfc_main$Y = vue.defineComponent({
|
|
|
759
759
|
/** Размер */
|
|
760
760
|
size: {
|
|
761
761
|
type: String,
|
|
762
|
-
default: SIZE$
|
|
762
|
+
default: SIZE$a.SM
|
|
763
763
|
},
|
|
764
764
|
/** Если кнопка активна */
|
|
765
765
|
active: {
|
|
@@ -820,7 +820,7 @@ const _sfc_main$Y = vue.defineComponent({
|
|
|
820
820
|
}
|
|
821
821
|
});
|
|
822
822
|
const _hoisted_1$J = { class: "ui-v1-calendar-cell__content" };
|
|
823
|
-
const _sfc_main$
|
|
823
|
+
const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
824
824
|
__name: "UiCalendarCell",
|
|
825
825
|
props: {
|
|
826
826
|
current: {
|
|
@@ -890,7 +890,7 @@ const _hoisted_1$H = {
|
|
|
890
890
|
"aria-hidden": "true",
|
|
891
891
|
class: "ui-v1-calendar-navigation__placeholder"
|
|
892
892
|
};
|
|
893
|
-
const _sfc_main$
|
|
893
|
+
const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
894
894
|
__name: "UiCalendarDirectionButton",
|
|
895
895
|
props: {
|
|
896
896
|
label: {
|
|
@@ -910,7 +910,7 @@ const _sfc_main$W = /* @__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$Z, {
|
|
914
914
|
key: 0,
|
|
915
915
|
"aria-label": __props.label,
|
|
916
916
|
appearance: "tertiary",
|
|
@@ -935,7 +935,7 @@ const _hoisted_1$G = {
|
|
|
935
935
|
key: 1,
|
|
936
936
|
class: "ui-v1-calendar-navigation__text"
|
|
937
937
|
};
|
|
938
|
-
const _sfc_main$
|
|
938
|
+
const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
939
939
|
__name: "UiCalendarSwitchButton",
|
|
940
940
|
props: {
|
|
941
941
|
locked: {
|
|
@@ -946,7 +946,7 @@ const _sfc_main$V = /* @__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$Z, {
|
|
950
950
|
key: 0,
|
|
951
951
|
appearance: "tertiary",
|
|
952
952
|
class: "ui-v1-calendar-navigation__switch-button",
|
|
@@ -962,11 +962,11 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
962
962
|
};
|
|
963
963
|
}
|
|
964
964
|
});
|
|
965
|
-
var APPEARANCE$
|
|
965
|
+
var APPEARANCE$5 = /* @__PURE__ */ ((APPEARANCE2) => {
|
|
966
966
|
APPEARANCE2["SINGLE"] = "single";
|
|
967
967
|
APPEARANCE2["DOUBLE"] = "double";
|
|
968
968
|
return APPEARANCE2;
|
|
969
|
-
})(APPEARANCE$
|
|
969
|
+
})(APPEARANCE$5 || {});
|
|
970
970
|
var TYPE$2 = /* @__PURE__ */ ((TYPE2) => {
|
|
971
971
|
TYPE2["SINGLE"] = "single";
|
|
972
972
|
TYPE2["RANGE"] = "range";
|
|
@@ -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$V = /* @__PURE__ */ vue.defineComponent({
|
|
1408
1408
|
__name: "UiCalendar",
|
|
1409
1409
|
props: {
|
|
1410
1410
|
/** Текущая дата */
|
|
@@ -1422,8 +1422,8 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
1422
1422
|
/** Одиночный или двойной вид */
|
|
1423
1423
|
appearance: {
|
|
1424
1424
|
type: String,
|
|
1425
|
-
validator: (appearance) => Object.values(APPEARANCE$
|
|
1426
|
-
default: APPEARANCE$
|
|
1425
|
+
validator: (appearance) => Object.values(APPEARANCE$5).includes(appearance),
|
|
1426
|
+
default: APPEARANCE$5.SINGLE
|
|
1427
1427
|
},
|
|
1428
1428
|
/** Первый день недели */
|
|
1429
1429
|
firstDayOfWeek: {
|
|
@@ -1563,7 +1563,7 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
1563
1563
|
});
|
|
1564
1564
|
const viewsComputed = vue.computed(() => {
|
|
1565
1565
|
const view = [views[0]];
|
|
1566
|
-
if (props.appearance === APPEARANCE$
|
|
1566
|
+
if (props.appearance === APPEARANCE$5.DOUBLE) {
|
|
1567
1567
|
view.push(views[1]);
|
|
1568
1568
|
}
|
|
1569
1569
|
return view.map(({ date, decade, mode }) => ({
|
|
@@ -1575,7 +1575,7 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
1575
1575
|
});
|
|
1576
1576
|
const viewsIsSynchronized = vue.computed(() => {
|
|
1577
1577
|
const [first, last] = views;
|
|
1578
|
-
return props.appearance === APPEARANCE$
|
|
1578
|
+
return props.appearance === APPEARANCE$5.DOUBLE && first.mode === last.mode && first.date.inSameMonth(new CalendarDay(last.date.year, last.date.month - 1));
|
|
1579
1579
|
});
|
|
1580
1580
|
const range = vue.computed(() => {
|
|
1581
1581
|
const [first, last] = valueComputed.value;
|
|
@@ -1999,7 +1999,7 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
1999
1999
|
return date.inSameMonth(views[viewIndex].date);
|
|
2000
2000
|
};
|
|
2001
2001
|
const inSelectedView = (date) => {
|
|
2002
|
-
return inSelectedMonth(date, 0) || inSelectedMonth(date, 1) && props.appearance === APPEARANCE$
|
|
2002
|
+
return inSelectedMonth(date, 0) || inSelectedMonth(date, 1) && props.appearance === APPEARANCE$5.DOUBLE;
|
|
2003
2003
|
};
|
|
2004
2004
|
const inRangeDate = (date) => {
|
|
2005
2005
|
const [min2, max2] = range.value;
|
|
@@ -2033,12 +2033,12 @@ const _sfc_main$U = /* @__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$X, {
|
|
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$W, {
|
|
2042
2042
|
onClick: ($event) => views[index].mode = vue.unref(VIEW_MODE).MONTHS
|
|
2043
2043
|
}, {
|
|
2044
2044
|
default: vue.withCtx(() => [
|
|
@@ -2050,7 +2050,7 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
2050
2050
|
]),
|
|
2051
2051
|
_: 2
|
|
2052
2052
|
}, 1032, ["onClick"]),
|
|
2053
|
-
vue.createVNode(_sfc_main$
|
|
2053
|
+
vue.createVNode(_sfc_main$X, {
|
|
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",
|
|
@@ -2084,7 +2084,7 @@ const _sfc_main$U = /* @__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$Y, {
|
|
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$U = /* @__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$X, {
|
|
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$W, {
|
|
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$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
2144
2144
|
]),
|
|
2145
2145
|
_: 2
|
|
2146
2146
|
}, 1032, ["onClick"]),
|
|
2147
|
-
vue.createVNode(_sfc_main$
|
|
2147
|
+
vue.createVNode(_sfc_main$X, {
|
|
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$U = /* @__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$Y, {
|
|
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$U = /* @__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$X, {
|
|
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$W, {
|
|
2201
2201
|
locked: "",
|
|
2202
2202
|
onClick: ($event) => views[index].mode = vue.unref(VIEW_MODE).MONTHS
|
|
2203
2203
|
}, {
|
|
@@ -2210,7 +2210,7 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
2210
2210
|
]),
|
|
2211
2211
|
_: 2
|
|
2212
2212
|
}, 1032, ["onClick"]),
|
|
2213
|
-
vue.createVNode(_sfc_main$
|
|
2213
|
+
vue.createVNode(_sfc_main$X, {
|
|
2214
2214
|
label: i18n.value.t("nextDecade"),
|
|
2215
2215
|
direction: "next",
|
|
2216
2216
|
onClick: ($event) => showNextDecade(index)
|
|
@@ -2228,7 +2228,7 @@ const _sfc_main$U = /* @__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$Y, {
|
|
2232
2232
|
key: "year-" + year,
|
|
2233
2233
|
class: vue.normalizeClass({ "ui-v1-calendar__cell-year": true }),
|
|
2234
2234
|
current: isCurrentYear(year),
|
|
@@ -2309,7 +2309,7 @@ const _hoisted_1$D = ["id", "value", "name", "disabled", "checked"];
|
|
|
2309
2309
|
const _hoisted_2$l = { class: "ui-v1-checkbox__checkmark" };
|
|
2310
2310
|
let counter$3 = 0;
|
|
2311
2311
|
const __default__$2 = {};
|
|
2312
|
-
const _sfc_main$
|
|
2312
|
+
const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
2313
2313
|
...__default__$2,
|
|
2314
2314
|
__name: "UiCheckbox",
|
|
2315
2315
|
props: {
|
|
@@ -2440,7 +2440,7 @@ const _hoisted_2$k = {
|
|
|
2440
2440
|
key: 1,
|
|
2441
2441
|
class: "ui-v1-collapse"
|
|
2442
2442
|
};
|
|
2443
|
-
const _sfc_main$
|
|
2443
|
+
const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
2444
2444
|
__name: "UiCollapse",
|
|
2445
2445
|
props: {
|
|
2446
2446
|
/** Свёрнут/Развёрнут */
|
|
@@ -2586,11 +2586,11 @@ var COLOR = /* @__PURE__ */ ((COLOR2) => {
|
|
|
2586
2586
|
COLOR2["YELLOW"] = "yellow";
|
|
2587
2587
|
return COLOR2;
|
|
2588
2588
|
})(COLOR || {});
|
|
2589
|
-
var SIZE$
|
|
2589
|
+
var SIZE$9 = /* @__PURE__ */ ((SIZE2) => {
|
|
2590
2590
|
SIZE2["SM"] = "sm";
|
|
2591
2591
|
SIZE2["MD"] = "md";
|
|
2592
2592
|
return SIZE2;
|
|
2593
|
-
})(SIZE$
|
|
2593
|
+
})(SIZE$9 || {});
|
|
2594
2594
|
const CollapseGroupRegisterKey = Symbol("UiCollapseGroup_register");
|
|
2595
2595
|
const CollapseGroupUnregisterKey = Symbol("UiCollapseGroup_unregister");
|
|
2596
2596
|
const CollapseGroupExpandKey = Symbol("UiCollapseGroup_expand");
|
|
@@ -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$S = /* @__PURE__ */ vue.defineComponent({
|
|
2615
2615
|
...{
|
|
2616
2616
|
inheritAttrs: false
|
|
2617
2617
|
},
|
|
@@ -2667,8 +2667,8 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
2667
2667
|
/** Размер иконки */
|
|
2668
2668
|
iconSize: {
|
|
2669
2669
|
type: String,
|
|
2670
|
-
default: SIZE$
|
|
2671
|
-
validator: (value) => Object.values(SIZE$
|
|
2670
|
+
default: SIZE$9.SM,
|
|
2671
|
+
validator: (value) => Object.values(SIZE$9).includes(value)
|
|
2672
2672
|
},
|
|
2673
2673
|
/** Рамка вместо тени */
|
|
2674
2674
|
bordered: {
|
|
@@ -2858,7 +2858,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
2858
2858
|
])) : vue.createCommentVNode("", true)
|
|
2859
2859
|
], 8, _hoisted_2$j)
|
|
2860
2860
|
], 2),
|
|
2861
|
-
vue.createVNode(_sfc_main$
|
|
2861
|
+
vue.createVNode(_sfc_main$T, {
|
|
2862
2862
|
id: boxId.value + "-collapse",
|
|
2863
2863
|
"aria-hidden": !state.expanded ? "true" : "false",
|
|
2864
2864
|
"aria-labelledby": boxId.value + "-button",
|
|
@@ -2897,7 +2897,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
2897
2897
|
};
|
|
2898
2898
|
}
|
|
2899
2899
|
});
|
|
2900
|
-
const _sfc_main$
|
|
2900
|
+
const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
2901
2901
|
__name: "UiCollapseGroup",
|
|
2902
2902
|
props: {
|
|
2903
2903
|
/**
|
|
@@ -4695,7 +4695,7 @@ if (typeof document !== "undefined" && typeof window !== "undefined") {
|
|
|
4695
4695
|
}
|
|
4696
4696
|
}
|
|
4697
4697
|
const _hoisted_1$z = { class: "ui-v1-popper__content" };
|
|
4698
|
-
const _sfc_main$
|
|
4698
|
+
const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
4699
4699
|
__name: "UiPopper",
|
|
4700
4700
|
props: {
|
|
4701
4701
|
/** Флаг для ручного переключения видимости */
|
|
@@ -5049,7 +5049,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
|
5049
5049
|
};
|
|
5050
5050
|
}
|
|
5051
5051
|
});
|
|
5052
|
-
const _sfc_main$
|
|
5052
|
+
const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
5053
5053
|
__name: "UiTooltip",
|
|
5054
5054
|
props: {
|
|
5055
5055
|
/** Флаг для ручного переключения видимости */
|
|
@@ -5160,7 +5160,7 @@ const _sfc_main$O = /* @__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$Q, vue.mergeProps({
|
|
5164
5164
|
ref_key: "popper",
|
|
5165
5165
|
ref: popper,
|
|
5166
5166
|
visible: __props.visible,
|
|
@@ -5198,7 +5198,7 @@ const _hoisted_1$y = { class: "ui-v1-copy-button__tooltip" };
|
|
|
5198
5198
|
const _hoisted_2$i = { class: "ui-v1-copy-button__icon" };
|
|
5199
5199
|
const _hoisted_3$e = { class: "ui-v1-copy-button__text" };
|
|
5200
5200
|
const _hoisted_4$8 = ["value"];
|
|
5201
|
-
const _sfc_main$
|
|
5201
|
+
const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
5202
5202
|
__name: "UiCopyButton",
|
|
5203
5203
|
props: {
|
|
5204
5204
|
/** Текст для копирования в буфер обмена */
|
|
@@ -5209,7 +5209,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
5209
5209
|
/** Размер кнопки */
|
|
5210
5210
|
size: {
|
|
5211
5211
|
type: String,
|
|
5212
|
-
default: SIZE$
|
|
5212
|
+
default: SIZE$a.XS
|
|
5213
5213
|
},
|
|
5214
5214
|
/** Объект, содержащий параметры настройки Tooltip */
|
|
5215
5215
|
tooltipOptions: {
|
|
@@ -5270,7 +5270,7 @@ const _sfc_main$N = /* @__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$Z, {
|
|
5274
5274
|
size: __props.size,
|
|
5275
5275
|
appearance: "tertiary"
|
|
5276
5276
|
}, {
|
|
@@ -5280,7 +5280,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
5280
5280
|
_: 1
|
|
5281
5281
|
}, 8, ["size"])
|
|
5282
5282
|
]),
|
|
5283
|
-
vue.createVNode(_sfc_main$
|
|
5283
|
+
vue.createVNode(_sfc_main$P, vue.mergeProps({
|
|
5284
5284
|
visible: visible.value,
|
|
5285
5285
|
"onUpdate:visible": _cache[0] || (_cache[0] = ($event) => visible.value = $event),
|
|
5286
5286
|
target: rootTarget.value,
|
|
@@ -5350,7 +5350,7 @@ function detectLocale() {
|
|
|
5350
5350
|
}
|
|
5351
5351
|
return "en-GB";
|
|
5352
5352
|
}
|
|
5353
|
-
const _sfc_main$
|
|
5353
|
+
const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
5354
5354
|
__name: "UiDate",
|
|
5355
5355
|
props: {
|
|
5356
5356
|
date: {
|
|
@@ -5407,6 +5407,34 @@ function render$c(_ctx, _cache) {
|
|
|
5407
5407
|
])]);
|
|
5408
5408
|
}
|
|
5409
5409
|
const IconClearCircle = { render: render$c };
|
|
5410
|
+
var WIDTH = /* @__PURE__ */ ((WIDTH2) => {
|
|
5411
|
+
WIDTH2["FIT"] = "fit";
|
|
5412
|
+
WIDTH2["FLUID"] = "fluid";
|
|
5413
|
+
return WIDTH2;
|
|
5414
|
+
})(WIDTH || {});
|
|
5415
|
+
const NUMERIC_PATTERN = /^(?:\d+|\d*\.\d+)$/;
|
|
5416
|
+
const UNIT_PATTERN = /^(?:\d+|\d*\.\d+)(?:%|cap|ch|cm|dvb|dvh|dvi|dvw|em|ex|ic|in|lh|lvb|lvh|lvi|lvw|mm|pc|pt|px|Q|rem|rlh|svb|svh|svi|svw|vb|vh|vi|vmax|vmin|vw)$/i;
|
|
5417
|
+
const isWidthNumeric = (value) => {
|
|
5418
|
+
return typeof value === "number" ? Number.isFinite(value) && value >= 0 : typeof value === "string" && NUMERIC_PATTERN.test(value.trim());
|
|
5419
|
+
};
|
|
5420
|
+
const isWidthToken = (value) => {
|
|
5421
|
+
return typeof value === "string" && Object.values(WIDTH).includes(value);
|
|
5422
|
+
};
|
|
5423
|
+
const isWidth = (value) => {
|
|
5424
|
+
return value === null || value === void 0 || isWidthToken(value) || isWidthNumeric(value) || typeof value === "string" && UNIT_PATTERN.test(value.trim());
|
|
5425
|
+
};
|
|
5426
|
+
const isWidthExact = (value) => {
|
|
5427
|
+
return value !== null && value !== void 0 && !isWidthToken(value);
|
|
5428
|
+
};
|
|
5429
|
+
const normalizeWidth = (value) => {
|
|
5430
|
+
if (value === null || value === void 0 || value === "fit") {
|
|
5431
|
+
return null;
|
|
5432
|
+
}
|
|
5433
|
+
if (value === "fluid") {
|
|
5434
|
+
return "100%";
|
|
5435
|
+
}
|
|
5436
|
+
return isWidthNumeric(value) ? `${String(value).trim()}px` : String(value).trim();
|
|
5437
|
+
};
|
|
5410
5438
|
var TYPE$1 = /* @__PURE__ */ ((TYPE2) => {
|
|
5411
5439
|
TYPE2["EMAIL"] = "email";
|
|
5412
5440
|
TYPE2["PASSWORD"] = "password";
|
|
@@ -5427,14 +5455,14 @@ var INPUTMODE = /* @__PURE__ */ ((INPUTMODE2) => {
|
|
|
5427
5455
|
INPUTMODE2["URL"] = "url";
|
|
5428
5456
|
return INPUTMODE2;
|
|
5429
5457
|
})(INPUTMODE || {});
|
|
5430
|
-
var SIZE$
|
|
5458
|
+
var SIZE$8 = /* @__PURE__ */ ((SIZE2) => {
|
|
5431
5459
|
SIZE2["XS"] = "xs";
|
|
5432
5460
|
SIZE2["SM"] = "sm";
|
|
5433
5461
|
SIZE2["MD"] = "md";
|
|
5434
5462
|
SIZE2["LG"] = "lg";
|
|
5435
5463
|
SIZE2["XL"] = "xl";
|
|
5436
5464
|
return SIZE2;
|
|
5437
|
-
})(SIZE$
|
|
5465
|
+
})(SIZE$8 || {});
|
|
5438
5466
|
const decimalsOf = (value) => {
|
|
5439
5467
|
const [, fraction] = String(value).replace(",", ".").split(".");
|
|
5440
5468
|
return fraction ? fraction.length : 0;
|
|
@@ -5518,7 +5546,7 @@ const _hoisted_6$4 = {
|
|
|
5518
5546
|
key: 7,
|
|
5519
5547
|
class: "ui-v1-textbox__suffix"
|
|
5520
5548
|
};
|
|
5521
|
-
const _sfc_main$
|
|
5549
|
+
const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
5522
5550
|
__name: "UiTextbox",
|
|
5523
5551
|
props: {
|
|
5524
5552
|
/** Уникальный идентификатор поля */
|
|
@@ -5581,7 +5609,13 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5581
5609
|
/** Размер поля ввода */
|
|
5582
5610
|
size: {
|
|
5583
5611
|
type: String,
|
|
5584
|
-
default: SIZE$
|
|
5612
|
+
default: SIZE$8.SM
|
|
5613
|
+
},
|
|
5614
|
+
/** Ширина поля. fit — по содержимому, fluid — на всю ширину контейнера */
|
|
5615
|
+
width: {
|
|
5616
|
+
type: [Number, String],
|
|
5617
|
+
validator: isWidth,
|
|
5618
|
+
default: WIDTH.FIT
|
|
5585
5619
|
},
|
|
5586
5620
|
/** Нативный атрибут input|textarea */
|
|
5587
5621
|
placeholder: {
|
|
@@ -5680,6 +5714,10 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5680
5714
|
const emit = __emit;
|
|
5681
5715
|
const uid2 = vue.useId();
|
|
5682
5716
|
const i18n = vue.computed(() => _i18n$5.init(vue.inject(I18nInjectKey, null)?.locale ?? _i18n$5.fallback));
|
|
5717
|
+
const style = vue.computed(() => {
|
|
5718
|
+
const width = normalizeWidth(props.width);
|
|
5719
|
+
return isWidthExact(props.width) && width ? { width } : {};
|
|
5720
|
+
});
|
|
5683
5721
|
const decimalsParsed = vue.computed(() => {
|
|
5684
5722
|
if (props.decimals === "*" || props.decimals === void 0) return "*";
|
|
5685
5723
|
const n = Number(props.decimals);
|
|
@@ -5804,9 +5842,9 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5804
5842
|
}
|
|
5805
5843
|
let width = el.scrollWidth;
|
|
5806
5844
|
if (IS_DESKTOP_SAFARI) {
|
|
5807
|
-
const
|
|
5808
|
-
const pl = parseFloat(
|
|
5809
|
-
const pr = parseFloat(
|
|
5845
|
+
const style2 = getComputedStyle(el);
|
|
5846
|
+
const pl = parseFloat(style2.paddingLeft) || 0;
|
|
5847
|
+
const pr = parseFloat(style2.paddingRight) || 0;
|
|
5810
5848
|
width += pl + pr;
|
|
5811
5849
|
}
|
|
5812
5850
|
return width + 1;
|
|
@@ -5934,13 +5972,16 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5934
5972
|
"ui-v1-textbox": true,
|
|
5935
5973
|
"ui-v1-textbox_active": __props.active,
|
|
5936
5974
|
"ui-v1-textbox_autofit": __props.autofit,
|
|
5975
|
+
"ui-v1-textbox_fit": __props.width === vue.unref(WIDTH).FIT,
|
|
5976
|
+
"ui-v1-textbox_fluid": __props.width === vue.unref(WIDTH).FLUID,
|
|
5937
5977
|
"ui-v1-textbox_invalid": __props.invalid,
|
|
5938
5978
|
"ui-v1-textbox_outlined": __props.outlined,
|
|
5939
|
-
"ui-v1-textbox_xs": __props.size === vue.unref(SIZE$
|
|
5940
|
-
"ui-v1-textbox_md": __props.size === vue.unref(SIZE$
|
|
5941
|
-
"ui-v1-textbox_lg": __props.size === vue.unref(SIZE$
|
|
5942
|
-
"ui-v1-textbox_xl": __props.size === vue.unref(SIZE$
|
|
5943
|
-
}
|
|
5979
|
+
"ui-v1-textbox_xs": __props.size === vue.unref(SIZE$8).XS,
|
|
5980
|
+
"ui-v1-textbox_md": __props.size === vue.unref(SIZE$8).MD,
|
|
5981
|
+
"ui-v1-textbox_lg": __props.size === vue.unref(SIZE$8).LG,
|
|
5982
|
+
"ui-v1-textbox_xl": __props.size === vue.unref(SIZE$8).XL
|
|
5983
|
+
},
|
|
5984
|
+
style: style.value
|
|
5944
5985
|
}, _ctx.$attrs), [
|
|
5945
5986
|
__props.prefix || "prefix" in _ctx.$slots ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$h, [
|
|
5946
5987
|
vue.renderSlot(_ctx.$slots, "prefix", {}, () => [
|
|
@@ -6036,13 +6077,13 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
6036
6077
|
};
|
|
6037
6078
|
}
|
|
6038
6079
|
});
|
|
6039
|
-
var SIZE$
|
|
6080
|
+
var SIZE$7 = /* @__PURE__ */ ((SIZE2) => {
|
|
6040
6081
|
SIZE2["XS"] = "xs";
|
|
6041
6082
|
SIZE2["SM"] = "sm";
|
|
6042
6083
|
SIZE2["MD"] = "md";
|
|
6043
6084
|
SIZE2["LG"] = "lg";
|
|
6044
6085
|
return SIZE2;
|
|
6045
|
-
})(SIZE$
|
|
6086
|
+
})(SIZE$7 || {});
|
|
6046
6087
|
const deltaTransition$1 = (el) => {
|
|
6047
6088
|
const delta = el.scrollWidth - el.clientWidth;
|
|
6048
6089
|
return delta !== 0 ? {
|
|
@@ -6072,13 +6113,13 @@ const _hoisted_7$2 = {
|
|
|
6072
6113
|
key: 3,
|
|
6073
6114
|
class: "ui-v1-menu-item__icon ui-v1-menu-item__icon_trailing"
|
|
6074
6115
|
};
|
|
6075
|
-
const _sfc_main$
|
|
6116
|
+
const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
6076
6117
|
__name: "UiMenuItem",
|
|
6077
6118
|
props: {
|
|
6078
6119
|
/** Размер */
|
|
6079
6120
|
size: {
|
|
6080
6121
|
type: String,
|
|
6081
|
-
default: SIZE$
|
|
6122
|
+
default: SIZE$7.MD
|
|
6082
6123
|
},
|
|
6083
6124
|
/** Описание */
|
|
6084
6125
|
description: {
|
|
@@ -6183,7 +6224,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
6183
6224
|
};
|
|
6184
6225
|
}
|
|
6185
6226
|
});
|
|
6186
|
-
const _sfc_main$
|
|
6227
|
+
const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
6187
6228
|
__name: "UiScrollBox",
|
|
6188
6229
|
props: {
|
|
6189
6230
|
/** Наименование тэга-обёртки для нативного скролла */
|
|
@@ -6361,7 +6402,7 @@ const isQuickDateEqual = (first, second) => {
|
|
|
6361
6402
|
}
|
|
6362
6403
|
return false;
|
|
6363
6404
|
};
|
|
6364
|
-
const _sfc_main$
|
|
6405
|
+
const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
6365
6406
|
__name: "UiDatePickerQuickMenu",
|
|
6366
6407
|
props: {
|
|
6367
6408
|
value: {
|
|
@@ -6387,18 +6428,18 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
6387
6428
|
emit("change", props.nullable && isActive(date) ? null : date);
|
|
6388
6429
|
};
|
|
6389
6430
|
return (_ctx, _cache) => {
|
|
6390
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
6431
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$K, {
|
|
6391
6432
|
class: "ui-v1-date-picker__quick-menu",
|
|
6392
6433
|
role: "menu",
|
|
6393
6434
|
native: ""
|
|
6394
6435
|
}, {
|
|
6395
6436
|
default: vue.withCtx(() => [
|
|
6396
6437
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.items, (item, index) => {
|
|
6397
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
6438
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
6398
6439
|
key: "quick-item-" + index,
|
|
6399
6440
|
active: isActive(item.value),
|
|
6400
6441
|
"aria-current": isActive(item.value) ? "true" : "false",
|
|
6401
|
-
size: vue.unref(SIZE$
|
|
6442
|
+
size: vue.unref(SIZE$7).SM,
|
|
6402
6443
|
role: "menuitem",
|
|
6403
6444
|
onClick: ($event) => onClick(item.value)
|
|
6404
6445
|
}, {
|
|
@@ -6443,7 +6484,7 @@ const _hoisted_1$t = ["id", "aria-controls", "aria-disabled", "aria-expanded", "
|
|
|
6443
6484
|
const _hoisted_2$f = ["id"];
|
|
6444
6485
|
const _hoisted_3$b = { class: "ui-v1-date-picker__workspace" };
|
|
6445
6486
|
const _hoisted_4$5 = { class: "ui-v1-date-picker__action" };
|
|
6446
|
-
const _sfc_main$
|
|
6487
|
+
const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
6447
6488
|
...{
|
|
6448
6489
|
inheritAttrs: false
|
|
6449
6490
|
},
|
|
@@ -6488,8 +6529,8 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
6488
6529
|
},
|
|
6489
6530
|
appearance: {
|
|
6490
6531
|
type: String,
|
|
6491
|
-
validator: (appearance) => Object.values(APPEARANCE$
|
|
6492
|
-
default: APPEARANCE$
|
|
6532
|
+
validator: (appearance) => Object.values(APPEARANCE$5).includes(appearance),
|
|
6533
|
+
default: APPEARANCE$5.SINGLE
|
|
6493
6534
|
},
|
|
6494
6535
|
synchronization: {
|
|
6495
6536
|
type: String,
|
|
@@ -6810,7 +6851,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
6810
6851
|
onClick: toggle
|
|
6811
6852
|
}, [
|
|
6812
6853
|
vue.renderSlot(_ctx.$slots, "trigger")
|
|
6813
|
-
])) : (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
6854
|
+
])) : (vue.openBlock(), vue.createBlock(_sfc_main$M, vue.mergeProps({
|
|
6814
6855
|
key: 1,
|
|
6815
6856
|
id: inputId.value,
|
|
6816
6857
|
ref_key: "textbox",
|
|
@@ -6845,7 +6886,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
6845
6886
|
key: "0"
|
|
6846
6887
|
} : void 0
|
|
6847
6888
|
]), 1040, ["id", "clearable", "value", "placeholder", "active", "disabled", "readonly"])),
|
|
6848
|
-
vue.createVNode(_sfc_main$
|
|
6889
|
+
vue.createVNode(_sfc_main$Q, vue.mergeProps({
|
|
6849
6890
|
id: `${inputId.value}-popper`,
|
|
6850
6891
|
visible: showCalendar.value,
|
|
6851
6892
|
target: triggerTarget.value,
|
|
@@ -6868,7 +6909,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
6868
6909
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
|
|
6869
6910
|
}, ["stop"]))
|
|
6870
6911
|
}, [
|
|
6871
|
-
__props.quickOptions.length > 0 ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
6912
|
+
__props.quickOptions.length > 0 ? (vue.openBlock(), vue.createBlock(_sfc_main$J, {
|
|
6872
6913
|
key: 0,
|
|
6873
6914
|
value: view.value,
|
|
6874
6915
|
items: __props.quickOptions,
|
|
@@ -6876,7 +6917,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
6876
6917
|
onChange: onQuickChange
|
|
6877
6918
|
}, null, 8, ["value", "items", "nullable"])) : vue.createCommentVNode("", true),
|
|
6878
6919
|
vue.createElementVNode("div", _hoisted_3$b, [
|
|
6879
|
-
vue.createVNode(_sfc_main$
|
|
6920
|
+
vue.createVNode(_sfc_main$V, {
|
|
6880
6921
|
ref_key: "calendar",
|
|
6881
6922
|
ref: calendar,
|
|
6882
6923
|
value: view.value,
|
|
@@ -6893,11 +6934,11 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
6893
6934
|
key: 0,
|
|
6894
6935
|
class: vue.normalizeClass({
|
|
6895
6936
|
"ui-v1-date-picker__footer": true,
|
|
6896
|
-
"ui-v1-date-picker__footer_horizontal": __props.appearance === vue.unref(APPEARANCE$
|
|
6937
|
+
"ui-v1-date-picker__footer_horizontal": __props.appearance === vue.unref(APPEARANCE$5).DOUBLE
|
|
6897
6938
|
})
|
|
6898
6939
|
}, [
|
|
6899
6940
|
vue.createElementVNode("div", _hoisted_4$5, [
|
|
6900
|
-
vue.createVNode(_sfc_main$
|
|
6941
|
+
vue.createVNode(_sfc_main$Z, {
|
|
6901
6942
|
appearance: "tertiary",
|
|
6902
6943
|
class: "ui-v1-date-picker__button",
|
|
6903
6944
|
onClick: reset
|
|
@@ -6907,7 +6948,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
6907
6948
|
]),
|
|
6908
6949
|
_: 1
|
|
6909
6950
|
}),
|
|
6910
|
-
vue.createVNode(_sfc_main$
|
|
6951
|
+
vue.createVNode(_sfc_main$Z, {
|
|
6911
6952
|
class: "ui-v1-date-picker__button",
|
|
6912
6953
|
onClick: apply2
|
|
6913
6954
|
}, {
|
|
@@ -6932,7 +6973,7 @@ var ALIGN$1 = /* @__PURE__ */ ((ALIGN2) => {
|
|
|
6932
6973
|
ALIGN2["RIGHT"] = "right";
|
|
6933
6974
|
return ALIGN2;
|
|
6934
6975
|
})(ALIGN$1 || {});
|
|
6935
|
-
const _sfc_main$
|
|
6976
|
+
const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
6936
6977
|
__name: "UiError",
|
|
6937
6978
|
props: {
|
|
6938
6979
|
/** Тест, разметка ошибки */
|
|
@@ -7010,7 +7051,7 @@ const _hoisted_5$4 = {
|
|
|
7010
7051
|
};
|
|
7011
7052
|
const _hoisted_6$2 = ["id"];
|
|
7012
7053
|
const _hoisted_7$1 = ["aria-controls", "aria-expanded"];
|
|
7013
|
-
const _sfc_main$
|
|
7054
|
+
const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
7014
7055
|
...{
|
|
7015
7056
|
inheritAttrs: false
|
|
7016
7057
|
},
|
|
@@ -7147,7 +7188,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
7147
7188
|
syncExpandedFromProps();
|
|
7148
7189
|
});
|
|
7149
7190
|
return (_ctx, _cache) => {
|
|
7150
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
7191
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$13, {
|
|
7151
7192
|
name: "fade",
|
|
7152
7193
|
onAfterEnter,
|
|
7153
7194
|
onAfterLeave,
|
|
@@ -7213,7 +7254,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
7213
7254
|
}))
|
|
7214
7255
|
], 8, _hoisted_7$1)) : vue.createCommentVNode("", true)
|
|
7215
7256
|
])) : vue.createCommentVNode("", true),
|
|
7216
|
-
vue.createVNode(_sfc_main$
|
|
7257
|
+
vue.createVNode(_sfc_main$T, {
|
|
7217
7258
|
id: bodyId.value,
|
|
7218
7259
|
"aria-labelledby": hasTitle.value ? titleId.value : void 0,
|
|
7219
7260
|
expanded: bodyExpanded.value,
|
|
@@ -7263,15 +7304,15 @@ function render$9(_ctx, _cache) {
|
|
|
7263
7304
|
])]);
|
|
7264
7305
|
}
|
|
7265
7306
|
const IconOpenInNew = { render: render$9 };
|
|
7266
|
-
var APPEARANCE$
|
|
7307
|
+
var APPEARANCE$4 = /* @__PURE__ */ ((APPEARANCE2) => {
|
|
7267
7308
|
APPEARANCE2["BREADCRUMBS"] = "breadcrumbs";
|
|
7268
7309
|
APPEARANCE2["DEFAULT"] = "default";
|
|
7269
7310
|
APPEARANCE2["NAVIGATION"] = "navigation";
|
|
7270
7311
|
APPEARANCE2["NAVIGATION_ANCHOR"] = "navigation-anchor";
|
|
7271
7312
|
APPEARANCE2["TITLE"] = "title";
|
|
7272
7313
|
return APPEARANCE2;
|
|
7273
|
-
})(APPEARANCE$
|
|
7274
|
-
var SIZE$
|
|
7314
|
+
})(APPEARANCE$4 || {});
|
|
7315
|
+
var SIZE$6 = /* @__PURE__ */ ((SIZE2) => {
|
|
7275
7316
|
SIZE2["ARTICLE"] = "article";
|
|
7276
7317
|
SIZE2["BODY"] = "body";
|
|
7277
7318
|
SIZE2["PARAGRAPH"] = "paragraph";
|
|
@@ -7280,7 +7321,7 @@ var SIZE$5 = /* @__PURE__ */ ((SIZE2) => {
|
|
|
7280
7321
|
SIZE2["TITLE01"] = "title-01";
|
|
7281
7322
|
SIZE2["TITLE02"] = "title-02";
|
|
7282
7323
|
return SIZE2;
|
|
7283
|
-
})(SIZE$
|
|
7324
|
+
})(SIZE$6 || {});
|
|
7284
7325
|
const _hoisted_1$o = ["href", "target"];
|
|
7285
7326
|
const _hoisted_2$d = {
|
|
7286
7327
|
key: 0,
|
|
@@ -7290,7 +7331,7 @@ const _hoisted_3$9 = {
|
|
|
7290
7331
|
key: 2,
|
|
7291
7332
|
class: "ui-v1-link__icon"
|
|
7292
7333
|
};
|
|
7293
|
-
const _sfc_main$
|
|
7334
|
+
const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
7294
7335
|
__name: "UiLink",
|
|
7295
7336
|
props: {
|
|
7296
7337
|
/** Атрибут ссылки */
|
|
@@ -7310,14 +7351,14 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
7310
7351
|
/** Тип ссылок */
|
|
7311
7352
|
appearance: {
|
|
7312
7353
|
type: String,
|
|
7313
|
-
validator: (appearance) => Object.values(APPEARANCE$
|
|
7314
|
-
default: APPEARANCE$
|
|
7354
|
+
validator: (appearance) => Object.values(APPEARANCE$4).includes(appearance),
|
|
7355
|
+
default: APPEARANCE$4.DEFAULT
|
|
7315
7356
|
},
|
|
7316
7357
|
/** Размер текста */
|
|
7317
7358
|
size: {
|
|
7318
7359
|
type: String,
|
|
7319
|
-
validator: (size) => Object.values(SIZE$
|
|
7320
|
-
default: SIZE$
|
|
7360
|
+
validator: (size) => Object.values(SIZE$6).includes(size),
|
|
7361
|
+
default: SIZE$6.BODY
|
|
7321
7362
|
},
|
|
7322
7363
|
/** Инвертированный цвет ссылок для тёмного фона */
|
|
7323
7364
|
light: {
|
|
@@ -7371,7 +7412,7 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
7371
7412
|
};
|
|
7372
7413
|
}
|
|
7373
7414
|
});
|
|
7374
|
-
const _sfc_main$
|
|
7415
|
+
const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
7375
7416
|
__name: "UiLoader",
|
|
7376
7417
|
props: {
|
|
7377
7418
|
/** Диаметр (размер) окружности индикатора */
|
|
@@ -7403,7 +7444,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
7403
7444
|
},
|
|
7404
7445
|
setup(__props) {
|
|
7405
7446
|
return (_ctx, _cache) => {
|
|
7406
|
-
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(__props.transition ? _sfc_main$
|
|
7447
|
+
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(__props.transition ? _sfc_main$13 : "div"), vue.normalizeProps(vue.guardReactiveProps(__props.transition ? {
|
|
7407
7448
|
appear: true,
|
|
7408
7449
|
class: "ui-v1-loader-wrapper",
|
|
7409
7450
|
name: __props.transition
|
|
@@ -7437,7 +7478,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
7437
7478
|
}
|
|
7438
7479
|
return target;
|
|
7439
7480
|
};
|
|
7440
|
-
const _sfc_main$
|
|
7481
|
+
const _sfc_main$D = {};
|
|
7441
7482
|
const _hoisted_1$n = { class: "ui-v1-menu-item-group" };
|
|
7442
7483
|
const _hoisted_2$c = { class: "ui-v1-menu-item-group__head" };
|
|
7443
7484
|
const _hoisted_3$8 = {
|
|
@@ -7474,7 +7515,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
7474
7515
|
vue.renderSlot(_ctx.$slots, "default")
|
|
7475
7516
|
]);
|
|
7476
7517
|
}
|
|
7477
|
-
const UiMenuItemGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7518
|
+
const UiMenuItemGroup = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render]]);
|
|
7478
7519
|
class LayerRegistry {
|
|
7479
7520
|
registry;
|
|
7480
7521
|
started = false;
|
|
@@ -7565,11 +7606,11 @@ var SCROLLING$1 = /* @__PURE__ */ ((SCROLLING2) => {
|
|
|
7565
7606
|
SCROLLING2["NONE"] = "none";
|
|
7566
7607
|
return SCROLLING2;
|
|
7567
7608
|
})(SCROLLING$1 || {});
|
|
7568
|
-
var SIZE$
|
|
7609
|
+
var SIZE$5 = /* @__PURE__ */ ((SIZE2) => {
|
|
7569
7610
|
SIZE2["LG"] = "lg";
|
|
7570
7611
|
SIZE2["SM"] = "sm";
|
|
7571
7612
|
return SIZE2;
|
|
7572
|
-
})(SIZE$
|
|
7613
|
+
})(SIZE$5 || {});
|
|
7573
7614
|
const _hoisted_1$m = ["id", "aria-hidden", "role"];
|
|
7574
7615
|
const _hoisted_2$b = ["id"];
|
|
7575
7616
|
const _hoisted_3$7 = { class: "ui-v1-modal-sidebar__header" };
|
|
@@ -7588,7 +7629,7 @@ const _hoisted_8 = {
|
|
|
7588
7629
|
key: 2,
|
|
7589
7630
|
class: "ui-v1-modal-sidebar__footer"
|
|
7590
7631
|
};
|
|
7591
|
-
const _sfc_main$
|
|
7632
|
+
const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
7592
7633
|
...{
|
|
7593
7634
|
inheritAttrs: false
|
|
7594
7635
|
},
|
|
@@ -7634,7 +7675,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
7634
7675
|
/** Размер панели */
|
|
7635
7676
|
size: {
|
|
7636
7677
|
type: String,
|
|
7637
|
-
default: SIZE$
|
|
7678
|
+
default: SIZE$5.SM
|
|
7638
7679
|
},
|
|
7639
7680
|
/** ARIA-роль модального контейнера */
|
|
7640
7681
|
role: {
|
|
@@ -7814,7 +7855,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
7814
7855
|
key: 0,
|
|
7815
7856
|
to: vue.unref(globals)?.container || "body"
|
|
7816
7857
|
}, [
|
|
7817
|
-
vue.createVNode(_sfc_main$
|
|
7858
|
+
vue.createVNode(_sfc_main$13, {
|
|
7818
7859
|
name: "fade-2",
|
|
7819
7860
|
onBeforeEnter: _cache[5] || (_cache[5] = ($event) => visibilityOfOverlay.value = "showing"),
|
|
7820
7861
|
onAfterEnter: _cache[6] || (_cache[6] = ($event) => visibilityOfOverlay.value = "shown"),
|
|
@@ -7835,7 +7876,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
7835
7876
|
"aria-modal": "true",
|
|
7836
7877
|
role: __props.role
|
|
7837
7878
|
}, _ctx.$attrs, { onClick: onBackdropClick }), [
|
|
7838
|
-
vue.createVNode(_sfc_main$
|
|
7879
|
+
vue.createVNode(_sfc_main$13, {
|
|
7839
7880
|
name: `slide-${__props.direction}`,
|
|
7840
7881
|
onBeforeEnter: _cache[1] || (_cache[1] = ($event) => visibilityOfSidebar.value = "showing"),
|
|
7841
7882
|
onAfterEnter: _cache[2] || (_cache[2] = ($event) => visibilityOfSidebar.value = "shown"),
|
|
@@ -7850,8 +7891,8 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
7850
7891
|
"ui-v1-modal-sidebar": true,
|
|
7851
7892
|
"ui-v1-modal-sidebar_fixed": __props.fixed,
|
|
7852
7893
|
"ui-v1-modal-sidebar_left": __props.direction === vue.unref(DIRECTION$2).LEFT,
|
|
7853
|
-
"ui-v1-modal-sidebar_size_sm": __props.size === vue.unref(SIZE$
|
|
7854
|
-
"ui-v1-modal-sidebar_size_lg": __props.size === vue.unref(SIZE$
|
|
7894
|
+
"ui-v1-modal-sidebar_size_sm": __props.size === vue.unref(SIZE$5).SM,
|
|
7895
|
+
"ui-v1-modal-sidebar_size_lg": __props.size === vue.unref(SIZE$5).LG
|
|
7855
7896
|
})
|
|
7856
7897
|
}, [
|
|
7857
7898
|
vue.createElementVNode("header", _hoisted_3$7, [
|
|
@@ -7876,7 +7917,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
7876
7917
|
"aria-hidden": "true",
|
|
7877
7918
|
width: "32"
|
|
7878
7919
|
}),
|
|
7879
|
-
vue.createVNode(_sfc_main$
|
|
7920
|
+
vue.createVNode(_sfc_main$P, {
|
|
7880
7921
|
target: closerTarget.value,
|
|
7881
7922
|
"offset-main-axis": 0
|
|
7882
7923
|
}, {
|
|
@@ -7891,7 +7932,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
7891
7932
|
vue.renderSlot(_ctx.$slots, "default", {
|
|
7892
7933
|
overlapped: state.overlapped
|
|
7893
7934
|
})
|
|
7894
|
-
])) : (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
7935
|
+
])) : (vue.openBlock(), vue.createBlock(_sfc_main$K, {
|
|
7895
7936
|
key: 1,
|
|
7896
7937
|
native: __props.scrolling === vue.unref(SCROLLING$1).NATIVE,
|
|
7897
7938
|
class: "ui-v1-modal-sidebar__body",
|
|
@@ -7924,19 +7965,19 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
7924
7965
|
};
|
|
7925
7966
|
}
|
|
7926
7967
|
});
|
|
7927
|
-
var APPEARANCE$
|
|
7968
|
+
var APPEARANCE$3 = /* @__PURE__ */ ((APPEARANCE2) => {
|
|
7928
7969
|
APPEARANCE2["ALERT"] = "alert";
|
|
7929
7970
|
APPEARANCE2["DIALOG"] = "dialog";
|
|
7930
7971
|
APPEARANCE2["POPUP"] = "popup";
|
|
7931
7972
|
APPEARANCE2["HINT"] = "hint";
|
|
7932
7973
|
return APPEARANCE2;
|
|
7933
|
-
})(APPEARANCE$
|
|
7974
|
+
})(APPEARANCE$3 || {});
|
|
7934
7975
|
var SCROLLING = /* @__PURE__ */ ((SCROLLING2) => {
|
|
7935
7976
|
SCROLLING2["NORMAL"] = "normal";
|
|
7936
7977
|
SCROLLING2["NATIVE"] = "native";
|
|
7937
7978
|
return SCROLLING2;
|
|
7938
7979
|
})(SCROLLING || {});
|
|
7939
|
-
const _sfc_main$
|
|
7980
|
+
const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
7940
7981
|
__name: "UiModalWindowSurface",
|
|
7941
7982
|
props: {
|
|
7942
7983
|
/** Атрибут id корневого элемента модального окна. Должен быть уникальным на странице */
|
|
@@ -7957,8 +7998,8 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
7957
7998
|
/** Внешний вид */
|
|
7958
7999
|
appearance: {
|
|
7959
8000
|
type: String,
|
|
7960
|
-
validator: (appearance) => expect(appearance).toBeOneOf(APPEARANCE$
|
|
7961
|
-
default: APPEARANCE$
|
|
8001
|
+
validator: (appearance) => expect(appearance).toBeOneOf(APPEARANCE$3),
|
|
8002
|
+
default: APPEARANCE$3.POPUP
|
|
7962
8003
|
},
|
|
7963
8004
|
/** Вывод на весь экран */
|
|
7964
8005
|
fullscreen: {
|
|
@@ -8156,7 +8197,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
8156
8197
|
const slots = vue.useSlots();
|
|
8157
8198
|
const renderBody = () => {
|
|
8158
8199
|
const appearance = props.appearance;
|
|
8159
|
-
return vue.h(_sfc_main$
|
|
8200
|
+
return vue.h(_sfc_main$13, {
|
|
8160
8201
|
name: "zoom",
|
|
8161
8202
|
onBeforeEnter: () => visibilityOfBody.value = "showing",
|
|
8162
8203
|
onAfterEnter: () => visibilityOfBody.value = "shown",
|
|
@@ -8166,10 +8207,10 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
8166
8207
|
ref: body,
|
|
8167
8208
|
class: {
|
|
8168
8209
|
"ui-v1-modal-window": true,
|
|
8169
|
-
"ui-v1-modal-window_alert": appearance === APPEARANCE$
|
|
8170
|
-
"ui-v1-modal-window_dialog": appearance === APPEARANCE$
|
|
8171
|
-
"ui-v1-modal-window_popup": appearance === APPEARANCE$
|
|
8172
|
-
"ui-v1-modal-window_hint": appearance === APPEARANCE$
|
|
8210
|
+
"ui-v1-modal-window_alert": appearance === APPEARANCE$3.ALERT,
|
|
8211
|
+
"ui-v1-modal-window_dialog": appearance === APPEARANCE$3.DIALOG,
|
|
8212
|
+
"ui-v1-modal-window_popup": appearance === APPEARANCE$3.POPUP,
|
|
8213
|
+
"ui-v1-modal-window_hint": appearance === APPEARANCE$3.HINT,
|
|
8173
8214
|
"ui-v1-popper-container": true
|
|
8174
8215
|
}
|
|
8175
8216
|
}, slots) : []);
|
|
@@ -8181,7 +8222,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
8181
8222
|
};
|
|
8182
8223
|
const EmbedModalWindowSurface = () => !state.attached ? void 0 : vue.h(vue.Teleport, {
|
|
8183
8224
|
to: globals?.container ?? document.body
|
|
8184
|
-
}, vue.h(_sfc_main$
|
|
8225
|
+
}, vue.h(_sfc_main$13, {
|
|
8185
8226
|
name: "fade-2",
|
|
8186
8227
|
onBeforeEnter: () => visibilityOfOverlay.value = "showing",
|
|
8187
8228
|
onAfterEnter: () => visibilityOfOverlay.value = "shown",
|
|
@@ -8199,11 +8240,11 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
8199
8240
|
"ui-v1-modal_overlapped": state.overlapped
|
|
8200
8241
|
}],
|
|
8201
8242
|
onClick: onOverlayClick
|
|
8202
|
-
}, vue.h(_sfc_main$
|
|
8243
|
+
}, vue.h(_sfc_main$K, {
|
|
8203
8244
|
class: {
|
|
8204
8245
|
"ui-v1-modal-window-container": true,
|
|
8205
8246
|
"ui-v1-modal-window-container_fullscreen": props.fullscreen,
|
|
8206
|
-
"ui-v1-modal-window-container_responsive": props.responsive && props.appearance === APPEARANCE$
|
|
8247
|
+
"ui-v1-modal-window-container_responsive": props.responsive && props.appearance === APPEARANCE$3.POPUP
|
|
8207
8248
|
},
|
|
8208
8249
|
showOnMac: true,
|
|
8209
8250
|
native: props.scrolling === SCROLLING.NATIVE,
|
|
@@ -8256,7 +8297,7 @@ const _hoisted_6 = {
|
|
|
8256
8297
|
key: 0,
|
|
8257
8298
|
class: "ui-v1-modal-window__footer-text"
|
|
8258
8299
|
};
|
|
8259
|
-
const _sfc_main$
|
|
8300
|
+
const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
8260
8301
|
__name: "UiModalWindow",
|
|
8261
8302
|
props: {
|
|
8262
8303
|
/** Атрибут id корневого элемента модального окна. Должен быть уникальным на странице */
|
|
@@ -8277,8 +8318,8 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
8277
8318
|
/** Внешний вид: алерт, диалог, popup, hint */
|
|
8278
8319
|
appearance: {
|
|
8279
8320
|
type: String,
|
|
8280
|
-
validator: (value) => expect(value).toBeOneOf(APPEARANCE$
|
|
8281
|
-
default: APPEARANCE$
|
|
8321
|
+
validator: (value) => expect(value).toBeOneOf(APPEARANCE$3),
|
|
8322
|
+
default: APPEARANCE$3.POPUP
|
|
8282
8323
|
},
|
|
8283
8324
|
/** Время, через которое плавающий элемент удаляется со страницы, если был скрыт */
|
|
8284
8325
|
disposeTimeout: {
|
|
@@ -8376,7 +8417,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
8376
8417
|
});
|
|
8377
8418
|
vue.watch(() => props.opened, toggle);
|
|
8378
8419
|
return (_ctx, _cache) => {
|
|
8379
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
8420
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$B, vue.mergeProps({
|
|
8380
8421
|
id: __props.id,
|
|
8381
8422
|
opened: state.opened,
|
|
8382
8423
|
closable: __props.closable,
|
|
@@ -8402,10 +8443,10 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
8402
8443
|
vue.createElementVNode("div", {
|
|
8403
8444
|
class: vue.normalizeClass({
|
|
8404
8445
|
"ui-v1-modal-window__header": true,
|
|
8405
|
-
"ui-v1-modal-window__header_pinned": _ctx.$slots.title && state.scrolled && __props.appearance === vue.unref(APPEARANCE$
|
|
8446
|
+
"ui-v1-modal-window__header_pinned": _ctx.$slots.title && state.scrolled && __props.appearance === vue.unref(APPEARANCE$3).POPUP && !__props.responsive
|
|
8406
8447
|
})
|
|
8407
8448
|
}, [
|
|
8408
|
-
__props.appearance === vue.unref(APPEARANCE$
|
|
8449
|
+
__props.appearance === vue.unref(APPEARANCE$3).ALERT ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$k, [
|
|
8409
8450
|
vue.renderSlot(_ctx.$slots, "icon", {
|
|
8410
8451
|
overlapped: state.overlapped
|
|
8411
8452
|
}, () => [
|
|
@@ -8421,7 +8462,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
8421
8462
|
overlapped: state.overlapped
|
|
8422
8463
|
})
|
|
8423
8464
|
], 8, _hoisted_2$a)) : vue.createCommentVNode("", true),
|
|
8424
|
-
__props.appearance !== vue.unref(APPEARANCE$
|
|
8465
|
+
__props.appearance !== vue.unref(APPEARANCE$3).ALERT ? (vue.openBlock(), vue.createElementBlock("button", {
|
|
8425
8466
|
key: 2,
|
|
8426
8467
|
"aria-keyshortcuts": "Esc",
|
|
8427
8468
|
"aria-label": "Close dialog",
|
|
@@ -8436,7 +8477,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
8436
8477
|
})
|
|
8437
8478
|
], 8, _hoisted_3$6)) : vue.createCommentVNode("", true)
|
|
8438
8479
|
], 2),
|
|
8439
|
-
__props.responsive ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
8480
|
+
__props.responsive ? (vue.openBlock(), vue.createBlock(_sfc_main$K, {
|
|
8440
8481
|
key: 0,
|
|
8441
8482
|
class: "ui-v1-modal-window__content",
|
|
8442
8483
|
"show-on-mac": "",
|
|
@@ -8454,7 +8495,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
8454
8495
|
})
|
|
8455
8496
|
])),
|
|
8456
8497
|
_ctx.$slots.footer ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$1, [
|
|
8457
|
-
__props.appearance === vue.unref(APPEARANCE$
|
|
8498
|
+
__props.appearance === vue.unref(APPEARANCE$3).HINT ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6, [
|
|
8458
8499
|
vue.renderSlot(_ctx.$slots, "footer", {
|
|
8459
8500
|
overlapped: state.overlapped
|
|
8460
8501
|
})
|
|
@@ -8626,7 +8667,7 @@ const _i18n$3 = define({
|
|
|
8626
8667
|
const _hoisted_1$f = ["id", "aria-disabled", "aria-readonly"];
|
|
8627
8668
|
const _hoisted_2$9 = ["id", "aria-controls", "aria-label", "disabled"];
|
|
8628
8669
|
const _hoisted_3$5 = ["id", "aria-controls", "aria-label", "disabled"];
|
|
8629
|
-
const _sfc_main$
|
|
8670
|
+
const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
8630
8671
|
...{
|
|
8631
8672
|
inheritAttrs: false
|
|
8632
8673
|
},
|
|
@@ -8688,8 +8729,8 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
8688
8729
|
},
|
|
8689
8730
|
size: {
|
|
8690
8731
|
type: String,
|
|
8691
|
-
validator: (value) => Object.values(SIZE$
|
|
8692
|
-
default: SIZE$
|
|
8732
|
+
validator: (value) => Object.values(SIZE$8).includes(value),
|
|
8733
|
+
default: SIZE$8.SM
|
|
8693
8734
|
},
|
|
8694
8735
|
outlined: {
|
|
8695
8736
|
type: Boolean,
|
|
@@ -8975,7 +9016,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
8975
9016
|
class: "ui-v1-number-stepper__icon"
|
|
8976
9017
|
}))
|
|
8977
9018
|
], 8, _hoisted_2$9),
|
|
8978
|
-
vue.createVNode(_sfc_main$
|
|
9019
|
+
vue.createVNode(_sfc_main$M, vue.mergeProps(resolvedTextboxOptions.value, {
|
|
8979
9020
|
id: stepperId.value,
|
|
8980
9021
|
ref_key: "textbox",
|
|
8981
9022
|
ref: textbox,
|
|
@@ -9020,7 +9061,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
9020
9061
|
}
|
|
9021
9062
|
});
|
|
9022
9063
|
const _hoisted_1$e = ["id", "aria-label", "role", "tabindex", "onKeydown"];
|
|
9023
|
-
const _sfc_main$
|
|
9064
|
+
const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
9024
9065
|
__name: "UiPageHeaderTitle",
|
|
9025
9066
|
props: {
|
|
9026
9067
|
/** Уникальный идентификатор корневого элемента */
|
|
@@ -9180,7 +9221,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
9180
9221
|
vue.withKeys(vue.withModifiers(startEditing, ["prevent"]), ["enter"]),
|
|
9181
9222
|
vue.withKeys(vue.withModifiers(startEditing, ["prevent"]), ["space"])
|
|
9182
9223
|
]
|
|
9183
|
-
}, vue.toDisplayString(currentValue.value || displayPlaceholder.value), 43, _hoisted_1$e)) : (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
9224
|
+
}, vue.toDisplayString(currentValue.value || displayPlaceholder.value), 43, _hoisted_1$e)) : (vue.openBlock(), vue.createBlock(_sfc_main$M, {
|
|
9184
9225
|
key: 1,
|
|
9185
9226
|
id: textboxId.value,
|
|
9186
9227
|
ref_key: "textbox",
|
|
@@ -9217,7 +9258,7 @@ const _hoisted_5 = {
|
|
|
9217
9258
|
key: 0,
|
|
9218
9259
|
class: "ui-v1-page-header__actions"
|
|
9219
9260
|
};
|
|
9220
|
-
const _sfc_main$
|
|
9261
|
+
const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
9221
9262
|
...{
|
|
9222
9263
|
inheritAttrs: false
|
|
9223
9264
|
},
|
|
@@ -9300,7 +9341,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
9300
9341
|
}, _ctx.$attrs), [
|
|
9301
9342
|
vue.createElementVNode("div", _hoisted_2$8, [
|
|
9302
9343
|
vue.createElementVNode("div", _hoisted_3$4, [
|
|
9303
|
-
vue.createVNode(_sfc_main$
|
|
9344
|
+
vue.createVNode(_sfc_main$y, {
|
|
9304
9345
|
id: __props.id,
|
|
9305
9346
|
ref_key: "main",
|
|
9306
9347
|
ref: main,
|
|
@@ -9331,7 +9372,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
9331
9372
|
};
|
|
9332
9373
|
}
|
|
9333
9374
|
});
|
|
9334
|
-
const _sfc_main$
|
|
9375
|
+
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
9335
9376
|
...{
|
|
9336
9377
|
inheritAttrs: false
|
|
9337
9378
|
},
|
|
@@ -9371,7 +9412,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
9371
9412
|
blur: () => base.value?.blur()
|
|
9372
9413
|
});
|
|
9373
9414
|
return (_ctx, _cache) => {
|
|
9374
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
9415
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$x, vue.mergeProps({
|
|
9375
9416
|
ref_key: "base",
|
|
9376
9417
|
ref: base
|
|
9377
9418
|
}, baseProps.value, {
|
|
@@ -9399,7 +9440,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
9399
9440
|
};
|
|
9400
9441
|
}
|
|
9401
9442
|
});
|
|
9402
|
-
const _sfc_main$
|
|
9443
|
+
const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
9403
9444
|
__name: "UiPopperConnector",
|
|
9404
9445
|
setup(__props) {
|
|
9405
9446
|
const target = vue.ref(null);
|
|
@@ -9410,7 +9451,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
9410
9451
|
};
|
|
9411
9452
|
}
|
|
9412
9453
|
});
|
|
9413
|
-
const _sfc_main$
|
|
9454
|
+
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
9414
9455
|
...{
|
|
9415
9456
|
inheritAttrs: false
|
|
9416
9457
|
},
|
|
@@ -9440,7 +9481,7 @@ const _hoisted_1$c = ["id", "name", "value", "checked", "required", "disabled"];
|
|
|
9440
9481
|
let nameCounter = 0;
|
|
9441
9482
|
let idCounter = 0;
|
|
9442
9483
|
const __default__$1 = {};
|
|
9443
|
-
const _sfc_main$
|
|
9484
|
+
const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
9444
9485
|
...__default__$1,
|
|
9445
9486
|
...{
|
|
9446
9487
|
inheritAttrs: false
|
|
@@ -9535,18 +9576,18 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
9535
9576
|
};
|
|
9536
9577
|
}
|
|
9537
9578
|
});
|
|
9538
|
-
var APPEARANCE$
|
|
9579
|
+
var APPEARANCE$2 = /* @__PURE__ */ ((APPEARANCE2) => {
|
|
9539
9580
|
APPEARANCE2["DEFAULT"] = "default";
|
|
9540
9581
|
APPEARANCE2["SECTION"] = "section";
|
|
9541
9582
|
return APPEARANCE2;
|
|
9542
|
-
})(APPEARANCE$
|
|
9543
|
-
var SIZE$
|
|
9583
|
+
})(APPEARANCE$2 || {});
|
|
9584
|
+
var SIZE$4 = /* @__PURE__ */ ((SIZE2) => {
|
|
9544
9585
|
SIZE2["SM"] = "sm";
|
|
9545
9586
|
SIZE2["MD"] = "md";
|
|
9546
9587
|
SIZE2["LG"] = "lg";
|
|
9547
9588
|
return SIZE2;
|
|
9548
|
-
})(SIZE$
|
|
9549
|
-
const _sfc_main$
|
|
9589
|
+
})(SIZE$4 || {});
|
|
9590
|
+
const _sfc_main$s = vue.defineComponent({
|
|
9550
9591
|
name: "UiRadioSwitchOptionShell",
|
|
9551
9592
|
inheritAttrs: false,
|
|
9552
9593
|
props: {
|
|
@@ -9556,13 +9597,13 @@ const _sfc_main$r = vue.defineComponent({
|
|
|
9556
9597
|
},
|
|
9557
9598
|
appearance: {
|
|
9558
9599
|
type: String,
|
|
9559
|
-
default: APPEARANCE$
|
|
9560
|
-
validator: (appearance) => Object.values(APPEARANCE$
|
|
9600
|
+
default: APPEARANCE$2.DEFAULT,
|
|
9601
|
+
validator: (appearance) => Object.values(APPEARANCE$2).includes(appearance)
|
|
9561
9602
|
},
|
|
9562
9603
|
size: {
|
|
9563
9604
|
type: String,
|
|
9564
|
-
default: SIZE$
|
|
9565
|
-
validator: (size) => Object.values(SIZE$
|
|
9605
|
+
default: SIZE$4.MD,
|
|
9606
|
+
validator: (size) => Object.values(SIZE$4).includes(size)
|
|
9566
9607
|
},
|
|
9567
9608
|
checked: {
|
|
9568
9609
|
type: Boolean,
|
|
@@ -9588,27 +9629,27 @@ const _sfc_main$r = vue.defineComponent({
|
|
|
9588
9629
|
"aria-disabled": `${props.disabled}`,
|
|
9589
9630
|
class: [attrs.class, {
|
|
9590
9631
|
"ui-v1-radio-switch-option": true,
|
|
9591
|
-
"ui-v1-radio-switch-option_standalone": props.appearance === APPEARANCE$
|
|
9592
|
-
"ui-v1-radio-switch-option_default": props.appearance === APPEARANCE$
|
|
9593
|
-
[`ui-v1-radio-switch-option_${props.size}`]: props.appearance === APPEARANCE$
|
|
9632
|
+
"ui-v1-radio-switch-option_standalone": props.appearance === APPEARANCE$2.SECTION,
|
|
9633
|
+
"ui-v1-radio-switch-option_default": props.appearance === APPEARANCE$2.DEFAULT,
|
|
9634
|
+
[`ui-v1-radio-switch-option_${props.size}`]: props.appearance === APPEARANCE$2.DEFAULT,
|
|
9594
9635
|
"ui-v1-radio-switch-option_active": props.checked,
|
|
9595
9636
|
"ui-v1-radio-switch-option_disabled": props.disabled
|
|
9596
9637
|
}]
|
|
9597
9638
|
}, slots.default?.());
|
|
9598
9639
|
}
|
|
9599
9640
|
});
|
|
9600
|
-
const _sfc_main$
|
|
9641
|
+
const _sfc_main$r = vue.defineComponent({
|
|
9601
9642
|
name: "UiRadioSwitchRoot",
|
|
9602
9643
|
props: {
|
|
9603
9644
|
appearance: {
|
|
9604
9645
|
type: String,
|
|
9605
|
-
default: APPEARANCE$
|
|
9606
|
-
validator: (appearance) => Object.values(APPEARANCE$
|
|
9646
|
+
default: APPEARANCE$2.DEFAULT,
|
|
9647
|
+
validator: (appearance) => Object.values(APPEARANCE$2).includes(appearance)
|
|
9607
9648
|
},
|
|
9608
9649
|
size: {
|
|
9609
9650
|
type: String,
|
|
9610
|
-
default: SIZE$
|
|
9611
|
-
validator: (size) => Object.values(SIZE$
|
|
9651
|
+
default: SIZE$4.MD,
|
|
9652
|
+
validator: (size) => Object.values(SIZE$4).includes(size)
|
|
9612
9653
|
},
|
|
9613
9654
|
rubber: {
|
|
9614
9655
|
type: Boolean,
|
|
@@ -9621,13 +9662,89 @@ const _sfc_main$q = vue.defineComponent({
|
|
|
9621
9662
|
role: attrs.role ?? "radiogroup",
|
|
9622
9663
|
class: [attrs.class, {
|
|
9623
9664
|
"ui-v1-radio-switch": true,
|
|
9624
|
-
[`ui-v1-radio-switch_${props.size}`]: props.appearance === APPEARANCE$
|
|
9625
|
-
"ui-v1-radio-switch_borderless": props.appearance === APPEARANCE$
|
|
9665
|
+
[`ui-v1-radio-switch_${props.size}`]: props.appearance === APPEARANCE$2.DEFAULT,
|
|
9666
|
+
"ui-v1-radio-switch_borderless": props.appearance === APPEARANCE$2.SECTION,
|
|
9626
9667
|
"ui-v1-radio-switch_rubber": props.rubber
|
|
9627
9668
|
}]
|
|
9628
9669
|
}, slots.default?.());
|
|
9629
9670
|
}
|
|
9630
9671
|
});
|
|
9672
|
+
var ANIMATION = /* @__PURE__ */ ((ANIMATION2) => {
|
|
9673
|
+
ANIMATION2["PULSE"] = "pulse";
|
|
9674
|
+
ANIMATION2["SHIMMER"] = "shimmer";
|
|
9675
|
+
return ANIMATION2;
|
|
9676
|
+
})(ANIMATION || {});
|
|
9677
|
+
var APPEARANCE$1 = /* @__PURE__ */ ((APPEARANCE2) => {
|
|
9678
|
+
APPEARANCE2["CIRCLE"] = "circle";
|
|
9679
|
+
APPEARANCE2["RECTANGLE"] = "rectangle";
|
|
9680
|
+
APPEARANCE2["TEXT"] = "text";
|
|
9681
|
+
return APPEARANCE2;
|
|
9682
|
+
})(APPEARANCE$1 || {});
|
|
9683
|
+
var SIZE$3 = /* @__PURE__ */ ((SIZE2) => {
|
|
9684
|
+
SIZE2["SM"] = "sm";
|
|
9685
|
+
SIZE2["MD"] = "md";
|
|
9686
|
+
SIZE2["LG"] = "lg";
|
|
9687
|
+
return SIZE2;
|
|
9688
|
+
})(SIZE$3 || {});
|
|
9689
|
+
function guessDimensionStyleValue(value) {
|
|
9690
|
+
return typeof value === "number" || typeof value === "string" && /^\d*$/.test(value) ? `${value}px` : value;
|
|
9691
|
+
}
|
|
9692
|
+
const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
9693
|
+
__name: "UiSkeleton",
|
|
9694
|
+
props: {
|
|
9695
|
+
/** Визуальная форма скелетона */
|
|
9696
|
+
appearance: {
|
|
9697
|
+
type: String,
|
|
9698
|
+
validator: (value) => Object.values(APPEARANCE$1).includes(value),
|
|
9699
|
+
default: APPEARANCE$1.RECTANGLE
|
|
9700
|
+
},
|
|
9701
|
+
/** Преднастроенный размер */
|
|
9702
|
+
size: {
|
|
9703
|
+
type: String,
|
|
9704
|
+
validator: (value) => Object.values(SIZE$3).includes(value),
|
|
9705
|
+
default: SIZE$3.MD
|
|
9706
|
+
},
|
|
9707
|
+
/** Тип анимации */
|
|
9708
|
+
animation: {
|
|
9709
|
+
type: String,
|
|
9710
|
+
validator: (value) => Object.values(ANIMATION).includes(value),
|
|
9711
|
+
default: ANIMATION.SHIMMER
|
|
9712
|
+
},
|
|
9713
|
+
/** Явная ширина. Числовые значения интерпретируются как px */
|
|
9714
|
+
width: {
|
|
9715
|
+
type: [Number, String],
|
|
9716
|
+
default: null
|
|
9717
|
+
},
|
|
9718
|
+
/** Явная высота. Числовые значения интерпретируются как px */
|
|
9719
|
+
height: {
|
|
9720
|
+
type: [Number, String],
|
|
9721
|
+
default: null
|
|
9722
|
+
}
|
|
9723
|
+
},
|
|
9724
|
+
setup(__props) {
|
|
9725
|
+
const props = __props;
|
|
9726
|
+
const style = vue.computed(() => {
|
|
9727
|
+
const width = guessDimensionStyleValue(props.width);
|
|
9728
|
+
const height = guessDimensionStyleValue(props.height);
|
|
9729
|
+
return {
|
|
9730
|
+
...width ? { width } : {},
|
|
9731
|
+
...height ? { height } : {}
|
|
9732
|
+
};
|
|
9733
|
+
});
|
|
9734
|
+
return (_ctx, _cache) => {
|
|
9735
|
+
return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
9736
|
+
class: {
|
|
9737
|
+
"ui-v1-skeleton": true,
|
|
9738
|
+
[`ui-v1-skeleton_${__props.appearance}`]: true,
|
|
9739
|
+
[`ui-v1-skeleton_${__props.size}`]: true,
|
|
9740
|
+
[`ui-v1-skeleton_${__props.animation}`]: true
|
|
9741
|
+
},
|
|
9742
|
+
style: style.value,
|
|
9743
|
+
"aria-hidden": "true"
|
|
9744
|
+
}, _ctx.$attrs), null, 16);
|
|
9745
|
+
};
|
|
9746
|
+
}
|
|
9747
|
+
});
|
|
9631
9748
|
var TYPE = /* @__PURE__ */ ((TYPE2) => {
|
|
9632
9749
|
TYPE2["SINGLE"] = "single";
|
|
9633
9750
|
TYPE2["RANGE"] = "range";
|
|
@@ -10089,7 +10206,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
10089
10206
|
vue.onMounted(() => {
|
|
10090
10207
|
});
|
|
10091
10208
|
return (_ctx, _cache) => {
|
|
10092
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
10209
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$Q, vue.mergeProps({
|
|
10093
10210
|
id: __props.id + "-popper",
|
|
10094
10211
|
ref_key: "popper",
|
|
10095
10212
|
ref: popper,
|
|
@@ -10218,8 +10335,14 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
10218
10335
|
/** Размер поля ввода */
|
|
10219
10336
|
textboxSize: {
|
|
10220
10337
|
type: String,
|
|
10221
|
-
validator: (size) => Object.values(SIZE$
|
|
10222
|
-
default: SIZE$
|
|
10338
|
+
validator: (size) => Object.values(SIZE$8).includes(size),
|
|
10339
|
+
default: SIZE$8.SM
|
|
10340
|
+
},
|
|
10341
|
+
/** Ширина. fit — по содержимому, fluid — на всю ширину контейнера */
|
|
10342
|
+
width: {
|
|
10343
|
+
type: [Number, String],
|
|
10344
|
+
validator: isWidth,
|
|
10345
|
+
default: WIDTH.FIT
|
|
10223
10346
|
},
|
|
10224
10347
|
/** Состояние открытия выпадающего списка */
|
|
10225
10348
|
expanded: {
|
|
@@ -10257,6 +10380,10 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
10257
10380
|
const props = __props;
|
|
10258
10381
|
const emit = __emit;
|
|
10259
10382
|
const i18n = vue.computed(() => _i18n$2.init(vue.inject(I18nInjectKey, null)?.locale ?? _i18n$2.fallback));
|
|
10383
|
+
const style = vue.computed(() => {
|
|
10384
|
+
const width = normalizeWidth(props.width);
|
|
10385
|
+
return isWidthExact(props.width) && width ? { width } : {};
|
|
10386
|
+
});
|
|
10260
10387
|
const input = vue.ref(null);
|
|
10261
10388
|
const inputReadonly = vue.computed(() => props.readonly || !props.filterable);
|
|
10262
10389
|
const trigger = vue.ref(null);
|
|
@@ -10372,8 +10499,11 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
10372
10499
|
"ui-v1-select": true,
|
|
10373
10500
|
"ui-v1-select_active": __props.expanded,
|
|
10374
10501
|
"ui-v1-select_disabled": __props.disabled,
|
|
10375
|
-
"ui-v1-
|
|
10502
|
+
"ui-v1-select_fit": __props.width === vue.unref(WIDTH).FIT,
|
|
10503
|
+
"ui-v1-select_filterable": __props.filterable,
|
|
10504
|
+
"ui-v1-select_fluid": __props.width === vue.unref(WIDTH).FLUID
|
|
10376
10505
|
}),
|
|
10506
|
+
style: vue.normalizeStyle(style.value),
|
|
10377
10507
|
onClick
|
|
10378
10508
|
}, [
|
|
10379
10509
|
__props.multiple && !_ctx.$slots.trigger ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -10383,7 +10513,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
10383
10513
|
class: "ui-v1-select__touchstone"
|
|
10384
10514
|
}, vue.toDisplayString(selectionLabels.value), 513)) : vue.createCommentVNode("", true),
|
|
10385
10515
|
vue.renderSlot(_ctx.$slots, "trigger", {}, () => [
|
|
10386
|
-
vue.createVNode(_sfc_main$
|
|
10516
|
+
vue.createVNode(_sfc_main$M, {
|
|
10387
10517
|
id: __props.id,
|
|
10388
10518
|
value: inputValue.value,
|
|
10389
10519
|
placeholder: !inputReadonly.value && __props.expanded ? i18n.value.t("search.placeholder") : __props.placeholder,
|
|
@@ -10420,7 +10550,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
10420
10550
|
} : void 0
|
|
10421
10551
|
]), 1032, ["id", "value", "placeholder", "active", "clearable", "invalid", "readonly", "size", "disabled", "input-attributes"])
|
|
10422
10552
|
])
|
|
10423
|
-
],
|
|
10553
|
+
], 6);
|
|
10424
10554
|
};
|
|
10425
10555
|
}
|
|
10426
10556
|
});
|
|
@@ -11075,7 +11205,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
11075
11205
|
}, null, 8, ["id", "active", "aria-disabled", "aria-selected", "aria-controls", "appearance", "item", "size", "tabindex", "onClick", "onFocus", "onKeydown"]);
|
|
11076
11206
|
}), 128))
|
|
11077
11207
|
]),
|
|
11078
|
-
__props.hasMenuItems ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
11208
|
+
__props.hasMenuItems ? (vue.openBlock(), vue.createBlock(_sfc_main$Z, {
|
|
11079
11209
|
key: 0,
|
|
11080
11210
|
active: __props.menuExpanded,
|
|
11081
11211
|
"aria-expanded": __props.menuExpanded ? "true" : "false",
|
|
@@ -11130,7 +11260,7 @@ const _sfc_main$9 = vue.defineComponent({
|
|
|
11130
11260
|
},
|
|
11131
11261
|
setup(props, { emit }) {
|
|
11132
11262
|
const resolvedMenuItemSize = vue.computed(() => {
|
|
11133
|
-
return props.size === SIZE$2.SM ? SIZE$
|
|
11263
|
+
return props.size === SIZE$2.SM ? SIZE$7.SM : SIZE$7.MD;
|
|
11134
11264
|
});
|
|
11135
11265
|
const onMenuItemKeydown = (id, event) => {
|
|
11136
11266
|
switch (event.key) {
|
|
@@ -11149,7 +11279,7 @@ const _sfc_main$9 = vue.defineComponent({
|
|
|
11149
11279
|
if (!props.items.length) {
|
|
11150
11280
|
return null;
|
|
11151
11281
|
}
|
|
11152
|
-
return vue.h(_sfc_main$
|
|
11282
|
+
return vue.h(_sfc_main$Q, {
|
|
11153
11283
|
visible: props.menuExpanded,
|
|
11154
11284
|
targetTriggers: {
|
|
11155
11285
|
hide: ["click"],
|
|
@@ -11163,7 +11293,7 @@ const _sfc_main$9 = vue.defineComponent({
|
|
|
11163
11293
|
default: () => vue.h("div", {
|
|
11164
11294
|
class: "ui-v1-tab-group__menu",
|
|
11165
11295
|
role: "menu"
|
|
11166
|
-
}, props.items.map((item) => vue.h(_sfc_main$
|
|
11296
|
+
}, props.items.map((item) => vue.h(_sfc_main$L, {
|
|
11167
11297
|
key: `menu-${item.id}`,
|
|
11168
11298
|
active: props.activeId === item.id,
|
|
11169
11299
|
"aria-checked": props.activeId === item.id ? "true" : "false",
|
|
@@ -11575,7 +11705,7 @@ const _sfc_main$8 = vue.defineComponent({
|
|
|
11575
11705
|
[`ui-v1-tab-group_${props.size}`]: true
|
|
11576
11706
|
}]
|
|
11577
11707
|
}, [
|
|
11578
|
-
vue.h(_sfc_main$
|
|
11708
|
+
vue.h(_sfc_main$v, null, {
|
|
11579
11709
|
default: () => [
|
|
11580
11710
|
vue.h(_sfc_main$a, {
|
|
11581
11711
|
ref: headView,
|
|
@@ -12233,7 +12363,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
12233
12363
|
},
|
|
12234
12364
|
role: "combobox"
|
|
12235
12365
|
}, _ctx.$attrs, { onMousedown: onRootMouseDown }), [
|
|
12236
|
-
vue.createVNode(_sfc_main$
|
|
12366
|
+
vue.createVNode(_sfc_main$M, vue.mergeProps({
|
|
12237
12367
|
id: inputId.value,
|
|
12238
12368
|
ref_key: "textbox",
|
|
12239
12369
|
ref: textbox,
|
|
@@ -12260,7 +12390,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
12260
12390
|
]),
|
|
12261
12391
|
_: 3
|
|
12262
12392
|
}, 16, ["id", "value", "placeholder", "clearable", "disabled", "readonly"]),
|
|
12263
|
-
vue.createVNode(_sfc_main$
|
|
12393
|
+
vue.createVNode(_sfc_main$Q, {
|
|
12264
12394
|
id: `${inputId.value}-listbox`,
|
|
12265
12395
|
visible: expanded.value,
|
|
12266
12396
|
target: rootTarget.value,
|
|
@@ -12275,14 +12405,14 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
12275
12405
|
onAttached: onPopperAttached
|
|
12276
12406
|
}, {
|
|
12277
12407
|
default: vue.withCtx(() => [
|
|
12278
|
-
vue.createVNode(_sfc_main$
|
|
12408
|
+
vue.createVNode(_sfc_main$K, {
|
|
12279
12409
|
ref_key: "scrollable",
|
|
12280
12410
|
ref: scrollable,
|
|
12281
12411
|
class: "ui-v1-time-picker__list"
|
|
12282
12412
|
}, {
|
|
12283
12413
|
default: vue.withCtx(() => [
|
|
12284
12414
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(variants.value, (time2, index) => {
|
|
12285
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
12415
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
12286
12416
|
id: optionId(index),
|
|
12287
12417
|
key: `${time2}-${index}`,
|
|
12288
12418
|
ref_for: true,
|
|
@@ -12520,12 +12650,12 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
12520
12650
|
const toolbarSize = useToolbarSize();
|
|
12521
12651
|
const size = vue.computed(() => {
|
|
12522
12652
|
if (toolbarSize.value === SIZE.SM) {
|
|
12523
|
-
return SIZE$
|
|
12653
|
+
return SIZE$a.XS;
|
|
12524
12654
|
}
|
|
12525
|
-
return SIZE$
|
|
12655
|
+
return SIZE$a.SM;
|
|
12526
12656
|
});
|
|
12527
12657
|
return (_ctx, _cache) => {
|
|
12528
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
12658
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$Z, vue.mergeProps({
|
|
12529
12659
|
ref_key: "root",
|
|
12530
12660
|
ref: root,
|
|
12531
12661
|
href: __props.href,
|
|
@@ -12572,8 +12702,8 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
12572
12702
|
/** Тип ссылок */
|
|
12573
12703
|
appearance: {
|
|
12574
12704
|
type: String,
|
|
12575
|
-
validator: (appearance) => Object.values(APPEARANCE$
|
|
12576
|
-
default: APPEARANCE$
|
|
12705
|
+
validator: (appearance) => Object.values(APPEARANCE$4).includes(appearance),
|
|
12706
|
+
default: APPEARANCE$4.DEFAULT
|
|
12577
12707
|
},
|
|
12578
12708
|
/** Инвертированный цвет ссылок для тёмного фона */
|
|
12579
12709
|
light: {
|
|
@@ -12598,7 +12728,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
12598
12728
|
},
|
|
12599
12729
|
setup(__props) {
|
|
12600
12730
|
return (_ctx, _cache) => {
|
|
12601
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
12731
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$F, vue.mergeProps({
|
|
12602
12732
|
href: __props.href,
|
|
12603
12733
|
external: __props.external,
|
|
12604
12734
|
appearance: __props.appearance,
|
|
@@ -13061,7 +13191,7 @@ ${details.latitude}`
|
|
|
13061
13191
|
});
|
|
13062
13192
|
return (_ctx, _cache) => {
|
|
13063
13193
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
13064
|
-
!ready.value ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
13194
|
+
!ready.value ? (vue.openBlock(), vue.createBlock(_sfc_main$E, {
|
|
13065
13195
|
key: 0,
|
|
13066
13196
|
transition: null
|
|
13067
13197
|
})) : vue.createCommentVNode("", true),
|
|
@@ -13073,7 +13203,7 @@ ${details.latitude}`
|
|
|
13073
13203
|
onLoad: loadApi
|
|
13074
13204
|
}, null, 32)),
|
|
13075
13205
|
ready.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, [
|
|
13076
|
-
vue.createVNode(_sfc_main$
|
|
13206
|
+
vue.createVNode(_sfc_main$Z, {
|
|
13077
13207
|
class: "ui-v1-yandex-map__control-button",
|
|
13078
13208
|
appearance: "secondary",
|
|
13079
13209
|
size: "sm",
|
|
@@ -13089,7 +13219,7 @@ ${details.latitude}`
|
|
|
13089
13219
|
}, 8, ["disabled"])
|
|
13090
13220
|
])) : vue.createCommentVNode("", true),
|
|
13091
13221
|
ready.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3, [
|
|
13092
|
-
vue.createVNode(_sfc_main$
|
|
13222
|
+
vue.createVNode(_sfc_main$Z, {
|
|
13093
13223
|
class: "ui-v1-yandex-map__control-button",
|
|
13094
13224
|
appearance: "secondary",
|
|
13095
13225
|
size: "sm",
|
|
@@ -13102,7 +13232,7 @@ ${details.latitude}`
|
|
|
13102
13232
|
]),
|
|
13103
13233
|
_: 1
|
|
13104
13234
|
}),
|
|
13105
|
-
vue.createVNode(_sfc_main$
|
|
13235
|
+
vue.createVNode(_sfc_main$Z, {
|
|
13106
13236
|
class: "ui-v1-yandex-map__control-button",
|
|
13107
13237
|
appearance: "secondary",
|
|
13108
13238
|
size: "sm",
|
|
@@ -13122,42 +13252,43 @@ ${details.latitude}`
|
|
|
13122
13252
|
});
|
|
13123
13253
|
const components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13124
13254
|
__proto__: null,
|
|
13125
|
-
UiAddButton: _sfc_main$
|
|
13126
|
-
UiAlert: _sfc_main$
|
|
13127
|
-
UiAvatar: _sfc_main
|
|
13128
|
-
UiAvatarList: _sfc_main$
|
|
13129
|
-
UiButton: _sfc_main$
|
|
13130
|
-
UiCalendar: _sfc_main$
|
|
13131
|
-
UiCheckbox: _sfc_main$
|
|
13132
|
-
UiCollapse: _sfc_main$
|
|
13133
|
-
UiCollapseBox: _sfc_main$
|
|
13134
|
-
UiCollapseGroup: _sfc_main$
|
|
13135
|
-
UiCopyButton: _sfc_main$
|
|
13136
|
-
UiDate: _sfc_main$
|
|
13137
|
-
UiDatePicker: _sfc_main$
|
|
13138
|
-
UiError: _sfc_main$
|
|
13139
|
-
UiImage: _sfc_main
|
|
13140
|
-
UiInfobox: _sfc_main$
|
|
13141
|
-
UiLink: _sfc_main$
|
|
13142
|
-
UiLoader: _sfc_main$
|
|
13143
|
-
UiMenuItem: _sfc_main$
|
|
13255
|
+
UiAddButton: _sfc_main$11,
|
|
13256
|
+
UiAlert: _sfc_main$12,
|
|
13257
|
+
UiAvatar: _sfc_main$$,
|
|
13258
|
+
UiAvatarList: _sfc_main$_,
|
|
13259
|
+
UiButton: _sfc_main$Z,
|
|
13260
|
+
UiCalendar: _sfc_main$V,
|
|
13261
|
+
UiCheckbox: _sfc_main$U,
|
|
13262
|
+
UiCollapse: _sfc_main$T,
|
|
13263
|
+
UiCollapseBox: _sfc_main$S,
|
|
13264
|
+
UiCollapseGroup: _sfc_main$R,
|
|
13265
|
+
UiCopyButton: _sfc_main$O,
|
|
13266
|
+
UiDate: _sfc_main$N,
|
|
13267
|
+
UiDatePicker: _sfc_main$I,
|
|
13268
|
+
UiError: _sfc_main$H,
|
|
13269
|
+
UiImage: _sfc_main$10,
|
|
13270
|
+
UiInfobox: _sfc_main$G,
|
|
13271
|
+
UiLink: _sfc_main$F,
|
|
13272
|
+
UiLoader: _sfc_main$E,
|
|
13273
|
+
UiMenuItem: _sfc_main$L,
|
|
13144
13274
|
UiMenuItemGroup,
|
|
13145
|
-
UiModalSidebar: _sfc_main$
|
|
13146
|
-
UiModalWindow: _sfc_main$
|
|
13147
|
-
UiModalWindowSurface: _sfc_main$
|
|
13148
|
-
UiNumberStepper: _sfc_main$
|
|
13149
|
-
UiPageHeader: _sfc_main$
|
|
13150
|
-
UiPageHeaderLayout: _sfc_main$
|
|
13151
|
-
UiPageHeaderTitle: _sfc_main$
|
|
13152
|
-
UiPopper: _sfc_main$
|
|
13153
|
-
UiPopperConnector: _sfc_main$
|
|
13154
|
-
UiPopperTarget: _sfc_main$
|
|
13155
|
-
UiRadio: _sfc_main$
|
|
13156
|
-
UiRadioSwitchOptionShell: _sfc_main$
|
|
13157
|
-
UiRadioSwitchRoot: _sfc_main$
|
|
13158
|
-
UiScrollBox: _sfc_main$
|
|
13275
|
+
UiModalSidebar: _sfc_main$C,
|
|
13276
|
+
UiModalWindow: _sfc_main$A,
|
|
13277
|
+
UiModalWindowSurface: _sfc_main$B,
|
|
13278
|
+
UiNumberStepper: _sfc_main$z,
|
|
13279
|
+
UiPageHeader: _sfc_main$w,
|
|
13280
|
+
UiPageHeaderLayout: _sfc_main$x,
|
|
13281
|
+
UiPageHeaderTitle: _sfc_main$y,
|
|
13282
|
+
UiPopper: _sfc_main$Q,
|
|
13283
|
+
UiPopperConnector: _sfc_main$v,
|
|
13284
|
+
UiPopperTarget: _sfc_main$u,
|
|
13285
|
+
UiRadio: _sfc_main$t,
|
|
13286
|
+
UiRadioSwitchOptionShell: _sfc_main$s,
|
|
13287
|
+
UiRadioSwitchRoot: _sfc_main$r,
|
|
13288
|
+
UiScrollBox: _sfc_main$K,
|
|
13159
13289
|
UiSelectPopper: _sfc_main$o,
|
|
13160
13290
|
UiSelectTrigger: _sfc_main$n,
|
|
13291
|
+
UiSkeleton: _sfc_main$q,
|
|
13161
13292
|
UiSlider: _sfc_main$p,
|
|
13162
13293
|
UiSwitch: _sfc_main$m,
|
|
13163
13294
|
UiTab: _sfc_main$c,
|
|
@@ -13172,15 +13303,15 @@ const components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePr
|
|
|
13172
13303
|
UiTableSection: _sfc_main$e,
|
|
13173
13304
|
UiTableSorter: _sfc_main$d,
|
|
13174
13305
|
UiTag: _sfc_main$7,
|
|
13175
|
-
UiTextbox: _sfc_main$
|
|
13306
|
+
UiTextbox: _sfc_main$M,
|
|
13176
13307
|
UiTimePicker: _sfc_main$6,
|
|
13177
13308
|
UiToggleButton: _sfc_main$5,
|
|
13178
13309
|
UiToggleGroupRoot: _sfc_main$4,
|
|
13179
13310
|
UiToolbar: _sfc_main$3,
|
|
13180
13311
|
UiToolbarButton: _sfc_main$2,
|
|
13181
13312
|
UiToolbarLink: _sfc_main$1,
|
|
13182
|
-
UiTooltip: _sfc_main$
|
|
13183
|
-
UiTransition: _sfc_main$
|
|
13313
|
+
UiTooltip: _sfc_main$P,
|
|
13314
|
+
UiTransition: _sfc_main$13,
|
|
13184
13315
|
UiYandexMap: _sfc_main
|
|
13185
13316
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
13186
13317
|
const createProvider = () => host.createProvider(components);
|
|
@@ -13190,46 +13321,50 @@ exports.DIRECTION = DIRECTION;
|
|
|
13190
13321
|
exports.I18nPlugin = plugin$1;
|
|
13191
13322
|
exports.ImageWorkersKey = ImageWorkersKey;
|
|
13192
13323
|
exports.ModalPlugin = plugin;
|
|
13193
|
-
exports.RADIO_SWITCH_APPEARANCE = APPEARANCE$
|
|
13194
|
-
exports.RADIO_SWITCH_SIZE = SIZE$
|
|
13324
|
+
exports.RADIO_SWITCH_APPEARANCE = APPEARANCE$2;
|
|
13325
|
+
exports.RADIO_SWITCH_SIZE = SIZE$4;
|
|
13326
|
+
exports.SKELETON_ANIMATION = ANIMATION;
|
|
13327
|
+
exports.SKELETON_APPEARANCE = APPEARANCE$1;
|
|
13328
|
+
exports.SKELETON_SIZE = SIZE$3;
|
|
13195
13329
|
exports.TAB_APPEARANCE = APPEARANCE;
|
|
13196
13330
|
exports.TAB_SIZE = SIZE$2;
|
|
13197
|
-
exports.UiAddButton = _sfc_main$
|
|
13198
|
-
exports.UiAlert = _sfc_main$
|
|
13199
|
-
exports.UiAvatar = _sfc_main
|
|
13200
|
-
exports.UiAvatarList = _sfc_main$
|
|
13201
|
-
exports.UiButton = _sfc_main$
|
|
13202
|
-
exports.UiCalendar = _sfc_main$
|
|
13203
|
-
exports.UiCheckbox = _sfc_main$
|
|
13204
|
-
exports.UiCollapse = _sfc_main$
|
|
13205
|
-
exports.UiCollapseBox = _sfc_main$
|
|
13206
|
-
exports.UiCollapseGroup = _sfc_main$
|
|
13207
|
-
exports.UiCopyButton = _sfc_main$
|
|
13208
|
-
exports.UiDate = _sfc_main$
|
|
13209
|
-
exports.UiDatePicker = _sfc_main$
|
|
13210
|
-
exports.UiError = _sfc_main$
|
|
13211
|
-
exports.UiImage = _sfc_main
|
|
13212
|
-
exports.UiInfobox = _sfc_main$
|
|
13213
|
-
exports.UiLink = _sfc_main$
|
|
13214
|
-
exports.UiLoader = _sfc_main$
|
|
13215
|
-
exports.UiMenuItem = _sfc_main$
|
|
13331
|
+
exports.UiAddButton = _sfc_main$11;
|
|
13332
|
+
exports.UiAlert = _sfc_main$12;
|
|
13333
|
+
exports.UiAvatar = _sfc_main$$;
|
|
13334
|
+
exports.UiAvatarList = _sfc_main$_;
|
|
13335
|
+
exports.UiButton = _sfc_main$Z;
|
|
13336
|
+
exports.UiCalendar = _sfc_main$V;
|
|
13337
|
+
exports.UiCheckbox = _sfc_main$U;
|
|
13338
|
+
exports.UiCollapse = _sfc_main$T;
|
|
13339
|
+
exports.UiCollapseBox = _sfc_main$S;
|
|
13340
|
+
exports.UiCollapseGroup = _sfc_main$R;
|
|
13341
|
+
exports.UiCopyButton = _sfc_main$O;
|
|
13342
|
+
exports.UiDate = _sfc_main$N;
|
|
13343
|
+
exports.UiDatePicker = _sfc_main$I;
|
|
13344
|
+
exports.UiError = _sfc_main$H;
|
|
13345
|
+
exports.UiImage = _sfc_main$10;
|
|
13346
|
+
exports.UiInfobox = _sfc_main$G;
|
|
13347
|
+
exports.UiLink = _sfc_main$F;
|
|
13348
|
+
exports.UiLoader = _sfc_main$E;
|
|
13349
|
+
exports.UiMenuItem = _sfc_main$L;
|
|
13216
13350
|
exports.UiMenuItemGroup = UiMenuItemGroup;
|
|
13217
|
-
exports.UiModalSidebar = _sfc_main$
|
|
13218
|
-
exports.UiModalWindow = _sfc_main$
|
|
13219
|
-
exports.UiModalWindowSurface = _sfc_main$
|
|
13220
|
-
exports.UiNumberStepper = _sfc_main$
|
|
13221
|
-
exports.UiPageHeader = _sfc_main$
|
|
13222
|
-
exports.UiPageHeaderLayout = _sfc_main$
|
|
13223
|
-
exports.UiPageHeaderTitle = _sfc_main$
|
|
13224
|
-
exports.UiPopper = _sfc_main$
|
|
13225
|
-
exports.UiPopperConnector = _sfc_main$
|
|
13226
|
-
exports.UiPopperTarget = _sfc_main$
|
|
13227
|
-
exports.UiRadio = _sfc_main$
|
|
13228
|
-
exports.UiRadioSwitchOptionShell = _sfc_main$
|
|
13229
|
-
exports.UiRadioSwitchRoot = _sfc_main$
|
|
13230
|
-
exports.UiScrollBox = _sfc_main$
|
|
13351
|
+
exports.UiModalSidebar = _sfc_main$C;
|
|
13352
|
+
exports.UiModalWindow = _sfc_main$A;
|
|
13353
|
+
exports.UiModalWindowSurface = _sfc_main$B;
|
|
13354
|
+
exports.UiNumberStepper = _sfc_main$z;
|
|
13355
|
+
exports.UiPageHeader = _sfc_main$w;
|
|
13356
|
+
exports.UiPageHeaderLayout = _sfc_main$x;
|
|
13357
|
+
exports.UiPageHeaderTitle = _sfc_main$y;
|
|
13358
|
+
exports.UiPopper = _sfc_main$Q;
|
|
13359
|
+
exports.UiPopperConnector = _sfc_main$v;
|
|
13360
|
+
exports.UiPopperTarget = _sfc_main$u;
|
|
13361
|
+
exports.UiRadio = _sfc_main$t;
|
|
13362
|
+
exports.UiRadioSwitchOptionShell = _sfc_main$s;
|
|
13363
|
+
exports.UiRadioSwitchRoot = _sfc_main$r;
|
|
13364
|
+
exports.UiScrollBox = _sfc_main$K;
|
|
13231
13365
|
exports.UiSelectPopper = _sfc_main$o;
|
|
13232
13366
|
exports.UiSelectTrigger = _sfc_main$n;
|
|
13367
|
+
exports.UiSkeleton = _sfc_main$q;
|
|
13233
13368
|
exports.UiSlider = _sfc_main$p;
|
|
13234
13369
|
exports.UiSwitch = _sfc_main$m;
|
|
13235
13370
|
exports.UiTab = _sfc_main$c;
|
|
@@ -13244,15 +13379,15 @@ exports.UiTableRow = _sfc_main$f;
|
|
|
13244
13379
|
exports.UiTableSection = _sfc_main$e;
|
|
13245
13380
|
exports.UiTableSorter = _sfc_main$d;
|
|
13246
13381
|
exports.UiTag = _sfc_main$7;
|
|
13247
|
-
exports.UiTextbox = _sfc_main$
|
|
13382
|
+
exports.UiTextbox = _sfc_main$M;
|
|
13248
13383
|
exports.UiTimePicker = _sfc_main$6;
|
|
13249
13384
|
exports.UiToggleButton = _sfc_main$5;
|
|
13250
13385
|
exports.UiToggleGroupRoot = _sfc_main$4;
|
|
13251
13386
|
exports.UiToolbar = _sfc_main$3;
|
|
13252
13387
|
exports.UiToolbarButton = _sfc_main$2;
|
|
13253
13388
|
exports.UiToolbarLink = _sfc_main$1;
|
|
13254
|
-
exports.UiTooltip = _sfc_main$
|
|
13255
|
-
exports.UiTransition = _sfc_main$
|
|
13389
|
+
exports.UiTooltip = _sfc_main$P;
|
|
13390
|
+
exports.UiTransition = _sfc_main$13;
|
|
13256
13391
|
exports.UiYandexMap = _sfc_main;
|
|
13257
13392
|
exports.VALIGN = VALIGN;
|
|
13258
13393
|
exports.VueI18n = VueI18n;
|
|
@@ -13260,4 +13395,5 @@ exports.asRowAttrs = asRowAttrs;
|
|
|
13260
13395
|
exports.asRowClass = asRowClass;
|
|
13261
13396
|
exports.byRowKey = byRowKey;
|
|
13262
13397
|
exports.createProvider = createProvider;
|
|
13398
|
+
exports.guessSkeletonDimensionStyleValue = guessDimensionStyleValue;
|
|
13263
13399
|
exports.provider = provider;
|