@shtabapp/ui-kit 1.66.0 → 1.68.0
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/CHANGELOG.md +19 -0
- package/dist/SButton-CLTNdnCK.cjs +1 -0
- package/dist/{SButton-DQTSlo61.js → SButton-LAOBxpd4.js} +5 -0
- package/dist/{SChip-B6vcMlZD.cjs → SChip-Dcvk3JI8.cjs} +1 -1
- package/dist/{SChip-DBlJ-4jv.js → SChip-NDTK29yq.js} +1 -1
- package/dist/{SColorPicker-C_161aLA.js → SColorPicker-BmaA5Xnp.js} +4 -4
- package/dist/{SColorPicker-B_rbs-0d.cjs → SColorPicker-D7mTRL7K.cjs} +1 -1
- package/dist/{SDropdown-B1OGbIYg.cjs → SDropdown-BdgpPzfl.cjs} +1 -1
- package/dist/{SDropdown-CiXHI3g1.js → SDropdown-xNcC6JDy.js} +1 -1
- package/dist/{SInput-Be10IJ_E.cjs → SInput-B4So5LGW.cjs} +1 -1
- package/dist/{SInput-CqC-jrCC.js → SInput-D8NftspL.js} +1 -1
- package/dist/{SList-Bxet9twB.js → SList-BuXrkB03.js} +1 -1
- package/dist/{SList-3YwWEhUU.cjs → SList-CvP0U6U1.cjs} +1 -1
- package/dist/{SListItem-Chd81xY0.js → SListItem-BOSQGRWA.js} +1 -1
- package/dist/{SListItem-Rb59ZhEw.cjs → SListItem-BeaflFVf.cjs} +1 -1
- package/dist/{SPhotoEdit-0grpjqZQ.cjs → SPhotoEdit-CShhPLJt.cjs} +1 -1
- package/dist/{SPhotoEdit-COkIQFxd.js → SPhotoEdit-r63G2NZI.js} +1 -1
- package/dist/{SSelect-EhvfGB4d.cjs → SSelect-Coyrc99Y.cjs} +1 -1
- package/dist/{SSelect-C3-8vi2u.js → SSelect-DUtNtnqM.js} +5 -5
- package/dist/{STable-CADyNvk8.js → STable-CMWr1QBp.js} +1285 -1257
- package/dist/STable-COnHb4vC.cjs +1 -0
- package/dist/{STabs-BbABxzdN.js → STabs-BARXqgoB.js} +1 -1
- package/dist/{STabs-a337ikYi.cjs → STabs-n5hMERTK.cjs} +1 -1
- package/dist/{STag-BJV5gtD6.js → STag-C5KhPWjQ.js} +1 -1
- package/dist/{STag-B68ch31f.cjs → STag-ZPrc5q4N.cjs} +1 -1
- package/dist/{STagGroup-DnNdOCrX.js → STagGroup-BGwvunuu.js} +1 -1
- package/dist/{STagGroup-B4ktVLZ5.cjs → STagGroup-ccEvIkK7.cjs} +1 -1
- package/dist/components/SButton/SButton.types.d.ts +2 -0
- package/dist/components/SButton/SButton.types.d.ts.map +1 -1
- package/dist/components/SButton/SButton.vue.d.ts.map +1 -1
- package/dist/components/STable/STable.types.d.ts +25 -0
- package/dist/components/STable/STable.types.d.ts.map +1 -1
- package/dist/components/STable/STable.vue.d.ts.map +1 -1
- package/dist/components/STable/constants/tableSizes.d.ts +17 -4
- package/dist/components/STable/constants/tableSizes.d.ts.map +1 -1
- package/dist/components/STable/index.d.ts +2 -2
- package/dist/components/STable/index.d.ts.map +1 -1
- package/dist/components/STable/parts/STableRow.vue.d.ts +3 -1
- package/dist/components/STable/parts/STableRow.vue.d.ts.map +1 -1
- package/dist/components/STable/utils/resolveTableRowColor.d.ts +5 -0
- package/dist/components/STable/utils/resolveTableRowColor.d.ts.map +1 -0
- package/dist/components/STable/utils/useTableCellPlans.d.ts +2 -0
- package/dist/components/STable/utils/useTableCellPlans.d.ts.map +1 -1
- package/dist/components/STable/utils/useTableColumns.d.ts +1 -0
- package/dist/components/STable/utils/useTableColumns.d.ts.map +1 -1
- package/dist/components/STable/utils/useTableScrollScale.d.ts +2 -1
- package/dist/components/STable/utils/useTableScrollScale.d.ts.map +1 -1
- package/dist/components/STable/utils/useTableVirtualRows.d.ts +3 -1
- package/dist/components/STable/utils/useTableVirtualRows.d.ts.map +1 -1
- package/dist/composables/connectedPosition/getOverflow.d.ts.map +1 -1
- package/dist/composables/useFloatingOverlay.d.ts.map +1 -1
- package/dist/entries/button.cjs +1 -1
- package/dist/entries/button.js +1 -1
- package/dist/entries/chip.cjs +1 -1
- package/dist/entries/chip.js +1 -1
- package/dist/entries/color-picker.cjs +1 -1
- package/dist/entries/color-picker.js +1 -1
- package/dist/entries/composables.cjs +1 -1
- package/dist/entries/composables.js +1 -1
- package/dist/entries/dropdown.cjs +1 -1
- package/dist/entries/dropdown.js +2 -2
- package/dist/entries/input.cjs +1 -1
- package/dist/entries/input.js +1 -1
- package/dist/entries/list-item.cjs +1 -1
- package/dist/entries/list-item.js +1 -1
- package/dist/entries/list.cjs +1 -1
- package/dist/entries/list.js +1 -1
- package/dist/entries/photo-edit.cjs +1 -1
- package/dist/entries/photo-edit.js +1 -1
- package/dist/entries/select.cjs +1 -1
- package/dist/entries/select.js +1 -1
- package/dist/entries/table.cjs +1 -1
- package/dist/entries/table.d.ts +2 -2
- package/dist/entries/table.d.ts.map +1 -1
- package/dist/entries/table.js +2 -2
- package/dist/entries/tabs.cjs +1 -1
- package/dist/entries/tabs.js +1 -1
- package/dist/entries/tag-group.cjs +1 -1
- package/dist/entries/tag-group.js +2 -2
- package/dist/entries/tag.cjs +1 -1
- package/dist/entries/tag.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +117 -117
- package/dist/uikit-components.css +1 -1
- package/dist/useFloatingOverlay-Dp44TxvN.cjs +1 -0
- package/dist/{useFloatingOverlay-B1BvRxLz.js → useFloatingOverlay-b9_eDGNE.js} +66 -67
- package/package.json +1 -1
- package/dist/SButton-BN-PppY7.cjs +0 -1
- package/dist/STable-D1x-kIBO.cjs +0 -1
- package/dist/useFloatingOverlay-CtQBdvS9.cjs +0 -1
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { n as e, r as t, t as n } from "./SBadge-BDxQJh6c.js";
|
|
2
2
|
import { a as r, i, n as a, o, r as s, t as c } from "./SAvatar-hWbsODUa.js";
|
|
3
|
-
import { i as l, n as u, r as d, t as f } from "./SColorPicker-
|
|
3
|
+
import { i as l, n as u, r as d, t as f } from "./SColorPicker-BmaA5Xnp.js";
|
|
4
4
|
import { a as p, i as m, n as h, o as g, r as _, t as v } from "./SColorPalette-OCu-tgZ3.js";
|
|
5
5
|
import { a as y, i as b, r as ee } from "./colorValue-CSh0chxp.js";
|
|
6
6
|
import { n as te, t as ne } from "./SAvatarGroup-CSSCQKdH.js";
|
|
7
|
-
import { i as x, n as S, r as C, t as w } from "./SButton-
|
|
7
|
+
import { i as x, n as S, r as C, t as w } from "./SButton-LAOBxpd4.js";
|
|
8
8
|
import { a as re, n as ie, o as ae, r as oe, t as se } from "./useSelectionGroup-BCAmPf3R.js";
|
|
9
9
|
import { n as ce } from "./useSelectLink-2aCIYmF6.js";
|
|
10
10
|
import { i as le, n as ue, r as de, t as fe } from "./SButtonGroup-DPq5g7bZ.js";
|
|
@@ -12,25 +12,25 @@ import { i as pe, n as me, r as he, t as ge } from "./SCheckbox-BMkOc5cn.js";
|
|
|
12
12
|
import { n as _e, t as ve } from "./SCard-DgGxjBUV.js";
|
|
13
13
|
import { n as ye, t as be } from "./SSegmentControl-Bjech2v4.js";
|
|
14
14
|
import { n as xe, r as Se, t as Ce } from "./STab-ltjZBvbK.js";
|
|
15
|
-
import { t as we } from "./STabs-
|
|
16
|
-
import { a as Te, i as Ee, n as De, r as Oe, t as ke } from "./useFloatingOverlay-
|
|
17
|
-
import { n as Ae, r as je, t as Me } from "./STag-
|
|
18
|
-
import { t as Ne } from "./STagGroup-
|
|
19
|
-
import { n as Pe, r as Fe, t as Ie } from "./SChip-
|
|
20
|
-
import { n as Le, t as Re } from "./SDropdown-
|
|
15
|
+
import { t as we } from "./STabs-BARXqgoB.js";
|
|
16
|
+
import { a as Te, i as Ee, n as De, r as Oe, t as ke } from "./useFloatingOverlay-b9_eDGNE.js";
|
|
17
|
+
import { n as Ae, r as je, t as Me } from "./STag-C5KhPWjQ.js";
|
|
18
|
+
import { t as Ne } from "./STagGroup-BGwvunuu.js";
|
|
19
|
+
import { n as Pe, r as Fe, t as Ie } from "./SChip-NDTK29yq.js";
|
|
20
|
+
import { n as Le, t as Re } from "./SDropdown-xNcC6JDy.js";
|
|
21
21
|
import { t as ze } from "./SDropdownMenu-2koPU6IG.js";
|
|
22
|
-
import { n as Be, t as Ve } from "./SInput-
|
|
22
|
+
import { n as Be, t as Ve } from "./SInput-D8NftspL.js";
|
|
23
23
|
import { n as He, t as Ue } from "./SInlineMessage-Dirk5RwO.js";
|
|
24
24
|
import { n as We, r as Ge, t as Ke } from "./SLabel-FHHPlcKq.js";
|
|
25
25
|
import { a as qe, s as Je } from "./treeKeyboardNavigation-SmxTdnDz.js";
|
|
26
|
-
import { n as Ye, t as Xe } from "./SListItem-
|
|
27
|
-
import { a as Ze, t as Qe } from "./SList-
|
|
28
|
-
import { n as $e, t as et } from "./SSelect-
|
|
26
|
+
import { n as Ye, t as Xe } from "./SListItem-BOSQGRWA.js";
|
|
27
|
+
import { a as Ze, t as Qe } from "./SList-BuXrkB03.js";
|
|
28
|
+
import { n as $e, t as et } from "./SSelect-DUtNtnqM.js";
|
|
29
29
|
import { n as tt, t as nt } from "./SRadio-D6_Pd6XX.js";
|
|
30
30
|
import { n as rt, r as it, t as at } from "./SToggle-sGw-LSNd.js";
|
|
31
31
|
import { n as ot, t as st } from "./SInlineInput-DO_glYxP.js";
|
|
32
32
|
import { t as ct } from "./STextarea-BDyy7Ku5.js";
|
|
33
|
-
import { n as lt, r as ut, t as dt } from "./SPhotoEdit-
|
|
33
|
+
import { n as lt, r as ut, t as dt } from "./SPhotoEdit-r63G2NZI.js";
|
|
34
34
|
import { t as T } from "./SChartLegend-oZoF8XK7.js";
|
|
35
35
|
import { C as ft, S as E, g as D, n as pt, r as mt, t as ht, w as gt } from "./useChartInteractivity-BATdT86l.js";
|
|
36
36
|
import { t as _t } from "./SChartLine-Cs1JzPEK.js";
|
|
@@ -45,14 +45,14 @@ import { t as Tt } from "./useHasListener-RSjlUyqH.js";
|
|
|
45
45
|
import { t as Et } from "./SChartBar-BVgwPlYi.js";
|
|
46
46
|
import { t as Dt } from "./SChartProgress-uMg4DBpS.js";
|
|
47
47
|
import { a as Ot, c as kt, i as At, l as jt, n as Mt, o as Nt, r as Pt, s as Ft, t as It, u as Lt } from "./buildWorkTimeLegendItems-ChGHTwbn.js";
|
|
48
|
-
import { a as Rt, c as zt, d as Bt, f as Vt, i as Ht, l as Ut, n as Wt, o as Gt,
|
|
49
|
-
import { Fragment as
|
|
50
|
-
import { ESIconName as K, SIcon as
|
|
51
|
-
import { useResizeObserver as
|
|
48
|
+
import { a as Rt, c as zt, d as Bt, f as Vt, i as Ht, l as Ut, n as Wt, o as Gt, p as Kt, r as qt, s as Jt, t as Yt, u as Xt } from "./STable-CMWr1QBp.js";
|
|
49
|
+
import { Fragment as Zt, Teleport as Qt, computed as O, createBlock as k, createCommentVNode as A, createElementBlock as j, createElementVNode as M, createSlots as $t, createTextVNode as N, createVNode as en, defineComponent as P, mergeModels as tn, mergeProps as nn, normalizeClass as F, normalizeStyle as I, onMounted as rn, openBlock as L, ref as R, renderList as an, renderSlot as z, resolveDynamicComponent as on, shallowRef as B, toDisplayString as V, unref as H, useModel as sn, useSlots as U, useTemplateRef as W, watch as cn, withCtx as G } from "vue";
|
|
50
|
+
import { ESIconName as K, SIcon as ln, createUiKit as un, setUiKitLocale as dn, uiKitLocaleEn as fn, uiKitLocaleRu as pn, useUiKitI18n as mn, useUiKitI18n as hn } from "@shtabapp/ui-kit-primitives";
|
|
51
|
+
import { useResizeObserver as gn } from "@vueuse/core";
|
|
52
52
|
export * from "@shtabapp/ui-kit-primitives";
|
|
53
53
|
export * from "@shtabapp/ui-kit-tokens";
|
|
54
54
|
//#region src/utils/chart/segmentedBar/resolveSegmentedBarSegmentColor.ts
|
|
55
|
-
var
|
|
55
|
+
var _n = [
|
|
56
56
|
"--s-ui-chart-segmented-bar-palette-1",
|
|
57
57
|
"--s-ui-chart-segmented-bar-palette-2",
|
|
58
58
|
"--s-ui-chart-segmented-bar-palette-3",
|
|
@@ -61,7 +61,7 @@ var gn = [
|
|
|
61
61
|
"--s-ui-chart-segmented-bar-palette-6",
|
|
62
62
|
"--s-ui-chart-segmented-bar-palette-7",
|
|
63
63
|
"--s-ui-chart-segmented-bar-palette-8"
|
|
64
|
-
],
|
|
64
|
+
], vn = [
|
|
65
65
|
"--s-ui-chart-segmented-bar-skeleton-palette-1",
|
|
66
66
|
"--s-ui-chart-segmented-bar-skeleton-palette-2",
|
|
67
67
|
"--s-ui-chart-segmented-bar-skeleton-palette-3",
|
|
@@ -70,11 +70,11 @@ var gn = [
|
|
|
70
70
|
"--s-ui-chart-segmented-bar-skeleton-palette-6",
|
|
71
71
|
"--s-ui-chart-segmented-bar-skeleton-palette-7",
|
|
72
72
|
"--s-ui-chart-segmented-bar-skeleton-palette-8"
|
|
73
|
-
],
|
|
74
|
-
palette:
|
|
75
|
-
paletteFallback:
|
|
76
|
-
skeletonPalette:
|
|
77
|
-
skeletonFallback:
|
|
73
|
+
], yn = (e, t, n, r = !1) => vt(e, t, n, r, {
|
|
74
|
+
palette: _n,
|
|
75
|
+
paletteFallback: _n[0],
|
|
76
|
+
skeletonPalette: vn,
|
|
77
|
+
skeletonFallback: vn[0]
|
|
78
78
|
}), q = /* @__PURE__ */ function(e) {
|
|
79
79
|
return e.INFO_ACCENT = "info-accent", e.INFO_NORMAL = "info-normal", e.SUCCESS = "success", e.WARNING = "warning", e.DANGER = "danger", e.BILLING = "billing", e;
|
|
80
80
|
}({}), J = /* @__PURE__ */ function(e) {
|
|
@@ -83,32 +83,32 @@ var gn = [
|
|
|
83
83
|
return e.ICON = "icon", e.AVATAR = "avatar", e;
|
|
84
84
|
}({}), X = /* @__PURE__ */ function(e) {
|
|
85
85
|
return e.BANNER = "banner", e.TOAST = "toast", e;
|
|
86
|
-
}({}),
|
|
86
|
+
}({}), bn = {
|
|
87
87
|
[q.INFO_ACCENT]: K.infoCircle,
|
|
88
88
|
[q.INFO_NORMAL]: K.infoCircle,
|
|
89
89
|
[q.SUCCESS]: K.checkCircle,
|
|
90
90
|
[q.WARNING]: K.alertCircle,
|
|
91
91
|
[q.DANGER]: K.dangerCircleFill,
|
|
92
92
|
[q.BILLING]: K.infoCircle
|
|
93
|
-
},
|
|
93
|
+
}, xn = (e, t) => t || bn[e], Sn = ["role"], Cn = { class: "s-ui-notification__body" }, wn = {
|
|
94
94
|
key: 0,
|
|
95
95
|
class: "s-ui-notification__leftside"
|
|
96
|
-
},
|
|
96
|
+
}, Tn = {
|
|
97
97
|
key: 0,
|
|
98
98
|
class: "s-ui-notification__icon"
|
|
99
|
-
},
|
|
99
|
+
}, En = { class: "s-ui-notification__content" }, Dn = { class: "s-ui-notification__title-row" }, On = {
|
|
100
100
|
key: 0,
|
|
101
101
|
class: "s-ui-notification__description-block"
|
|
102
|
-
},
|
|
102
|
+
}, kn = {
|
|
103
103
|
key: 0,
|
|
104
104
|
class: "s-ui-notification__description s-ui-typography-label-12-medium"
|
|
105
|
-
},
|
|
105
|
+
}, An = {
|
|
106
106
|
key: 1,
|
|
107
107
|
class: "s-ui-notification__actions-stack"
|
|
108
|
-
},
|
|
108
|
+
}, jn = {
|
|
109
109
|
key: 1,
|
|
110
110
|
class: "s-ui-notification__actions-row"
|
|
111
|
-
},
|
|
111
|
+
}, Mn = /* @__PURE__ */ P({
|
|
112
112
|
__name: "SNotification",
|
|
113
113
|
props: {
|
|
114
114
|
type: { default: () => q.INFO_ACCENT },
|
|
@@ -153,7 +153,7 @@ var gn = [
|
|
|
153
153
|
]), a = O(() => {
|
|
154
154
|
let t = {};
|
|
155
155
|
return e.width && (t.width = typeof e.width == "number" ? `${e.width}px` : e.width), e.maxWidth && (t.maxWidth = typeof e.maxWidth == "number" ? `${e.maxWidth}px` : e.maxWidth), t;
|
|
156
|
-
}), s = O(() => e.type === q.DANGER ? "alert" : "status"), l = O(() =>
|
|
156
|
+
}), s = O(() => e.type === q.DANGER ? "alert" : "status"), l = O(() => xn(e.type, e.icon)), u = O(() => e.type === q.BILLING), d = O(() => !!(e.leftside === Y.AVATAR && e.avatar || e.leftside === Y.ICON)), f = O(() => !!(e.description || e.linkText || r.description)), p = O(() => e.showPrimaryButton && (e.primaryButtonText || e.secondaryButtonText)), m = O(() => e.showPrimaryButton && e.primaryButtonText || e.closable), h = O(() => e.type === q.BILLING ? S.MAJOR : S.OUTLINED), g = O(() => e.type === q.BILLING ? x.BILLING : x.MAIN), _ = () => {
|
|
157
157
|
n("close");
|
|
158
158
|
}, v = () => {
|
|
159
159
|
n("linkClick");
|
|
@@ -166,8 +166,8 @@ var gn = [
|
|
|
166
166
|
class: F(["s-ui-notification", i.value]),
|
|
167
167
|
style: I(a.value),
|
|
168
168
|
role: s.value
|
|
169
|
-
}, [M("div",
|
|
170
|
-
d.value ? (L(), j("div",
|
|
169
|
+
}, [M("div", Cn, [
|
|
170
|
+
d.value ? (L(), j("div", wn, [e.leftside === H(Y).ICON ? (L(), j("div", Tn, [en(H(ln), {
|
|
171
171
|
name: l.value,
|
|
172
172
|
size: 16,
|
|
173
173
|
billing: u.value
|
|
@@ -184,8 +184,8 @@ var gn = [
|
|
|
184
184
|
"badge",
|
|
185
185
|
"size"
|
|
186
186
|
])) : A("", !0)])) : A("", !0),
|
|
187
|
-
M("div",
|
|
188
|
-
M("div",
|
|
187
|
+
M("div", En, [
|
|
188
|
+
M("div", Dn, [M("span", { class: F(["s-ui-notification__title s-ui-typography-label-14-medium", { "s-ui-notification__title--truncated": e.truncateTitle }]) }, [z(t.$slots, "title", {}, () => [N(V(e.title), 1)])], 2), e.layout === H(J).VERTICAL && e.closable ? (L(), k(H(w), {
|
|
189
189
|
key: 0,
|
|
190
190
|
class: "s-ui-notification__close",
|
|
191
191
|
appearance: H(S).BARE,
|
|
@@ -200,7 +200,7 @@ var gn = [
|
|
|
200
200
|
"size",
|
|
201
201
|
"aria-label"
|
|
202
202
|
])) : A("", !0)]),
|
|
203
|
-
f.value ? (L(), j("div",
|
|
203
|
+
f.value ? (L(), j("div", On, [e.description || H(r).description ? (L(), j("span", kn, [z(t.$slots, "description", {}, () => [N(V(e.description), 1)])])) : A("", !0), e.linkText ? (L(), k(H(w), {
|
|
204
204
|
key: 1,
|
|
205
205
|
class: "s-ui-notification__link",
|
|
206
206
|
appearance: H(S).BARE,
|
|
@@ -217,7 +217,7 @@ var gn = [
|
|
|
217
217
|
"size",
|
|
218
218
|
"iconRight"
|
|
219
219
|
])) : A("", !0)])) : A("", !0),
|
|
220
|
-
e.layout === H(J).VERTICAL && p.value ? (L(), j("div",
|
|
220
|
+
e.layout === H(J).VERTICAL && p.value ? (L(), j("div", An, [e.showPrimaryButton && e.primaryButtonText ? (L(), k(H(w), {
|
|
221
221
|
key: 0,
|
|
222
222
|
appearance: h.value,
|
|
223
223
|
variant: g.value,
|
|
@@ -245,7 +245,7 @@ var gn = [
|
|
|
245
245
|
"size"
|
|
246
246
|
])) : A("", !0)])) : A("", !0)
|
|
247
247
|
]),
|
|
248
|
-
e.layout === H(J).HORIZONTAL && m.value ? (L(), j("div",
|
|
248
|
+
e.layout === H(J).HORIZONTAL && m.value ? (L(), j("div", jn, [e.showPrimaryButton && e.primaryButtonText ? (L(), k(H(w), {
|
|
249
249
|
key: 0,
|
|
250
250
|
appearance: h.value,
|
|
251
251
|
variant: g.value,
|
|
@@ -273,9 +273,9 @@ var gn = [
|
|
|
273
273
|
"size",
|
|
274
274
|
"aria-label"
|
|
275
275
|
])) : A("", !0)])) : A("", !0)
|
|
276
|
-
])], 14,
|
|
276
|
+
])], 14, Sn));
|
|
277
277
|
}
|
|
278
|
-
}),
|
|
278
|
+
}), Nn = /* @__PURE__ */ P({
|
|
279
279
|
__name: "SBanner",
|
|
280
280
|
props: {
|
|
281
281
|
type: { default: () => q.INFO_ACCENT },
|
|
@@ -316,7 +316,7 @@ var gn = [
|
|
|
316
316
|
],
|
|
317
317
|
setup(e, { emit: t }) {
|
|
318
318
|
let n = t, r = U(), i = O(() => ({ "s-ui-banner--elevated": e.elevated }));
|
|
319
|
-
return (t, a) => (L(), k(
|
|
319
|
+
return (t, a) => (L(), k(Mn, {
|
|
320
320
|
class: F(["s-ui-banner", i.value]),
|
|
321
321
|
"data-qa": "ui:banner",
|
|
322
322
|
type: e.type,
|
|
@@ -340,7 +340,7 @@ var gn = [
|
|
|
340
340
|
onLinkClick: a[1] ||= (e) => n("linkClick"),
|
|
341
341
|
onPrimaryAction: a[2] ||= (e) => n("primaryAction"),
|
|
342
342
|
onSecondaryAction: a[3] ||= (e) => n("secondaryAction")
|
|
343
|
-
},
|
|
343
|
+
}, $t({ _: 2 }, [H(r).title ? {
|
|
344
344
|
name: "title",
|
|
345
345
|
fn: G(() => [z(t.$slots, "title")]),
|
|
346
346
|
key: "0"
|
|
@@ -369,7 +369,7 @@ var gn = [
|
|
|
369
369
|
"truncateTitle"
|
|
370
370
|
]));
|
|
371
371
|
}
|
|
372
|
-
}),
|
|
372
|
+
}), Pn = /* @__PURE__ */ P({
|
|
373
373
|
__name: "SToast",
|
|
374
374
|
props: {
|
|
375
375
|
type: { default: () => q.INFO_ACCENT },
|
|
@@ -405,7 +405,7 @@ var gn = [
|
|
|
405
405
|
],
|
|
406
406
|
setup(e, { emit: t }) {
|
|
407
407
|
let n = t, r = U(), i = O(() => e.width ?? 360);
|
|
408
|
-
return (t, a) => (L(), k(
|
|
408
|
+
return (t, a) => (L(), k(Mn, {
|
|
409
409
|
class: "s-ui-toast",
|
|
410
410
|
"data-qa": "ui:toast",
|
|
411
411
|
type: e.type,
|
|
@@ -428,7 +428,7 @@ var gn = [
|
|
|
428
428
|
onLinkClick: a[1] ||= (e) => n("linkClick"),
|
|
429
429
|
onPrimaryAction: a[2] ||= (e) => n("primaryAction"),
|
|
430
430
|
onSecondaryAction: a[3] ||= (e) => n("secondaryAction")
|
|
431
|
-
},
|
|
431
|
+
}, $t({ _: 2 }, [H(r).title ? {
|
|
432
432
|
name: "title",
|
|
433
433
|
fn: G(() => [z(t.$slots, "title")]),
|
|
434
434
|
key: "0"
|
|
@@ -455,13 +455,13 @@ var gn = [
|
|
|
455
455
|
"truncateTitle"
|
|
456
456
|
]));
|
|
457
457
|
}
|
|
458
|
-
}),
|
|
458
|
+
}), Fn = .05, In = [
|
|
459
459
|
"data-mounted",
|
|
460
460
|
"data-front",
|
|
461
461
|
"data-expanded",
|
|
462
462
|
"data-removed",
|
|
463
463
|
"data-visible"
|
|
464
|
-
],
|
|
464
|
+
], Ln = /* @__PURE__ */ P({
|
|
465
465
|
__name: "SToastProviderToast",
|
|
466
466
|
props: {
|
|
467
467
|
index: {},
|
|
@@ -474,7 +474,7 @@ var gn = [
|
|
|
474
474
|
},
|
|
475
475
|
emits: ["heightChange"],
|
|
476
476
|
setup(e, { emit: t }) {
|
|
477
|
-
let n = t, r = R(null), i = R(0), a = R(!1), o = O(() => e.index === 0), s = O(() => 1 - e.index *
|
|
477
|
+
let n = t, r = R(null), i = R(0), a = R(!1), o = O(() => e.index === 0), s = O(() => 1 - e.index * Fn), c = O(() => ({
|
|
478
478
|
"--s-ui-toast-provider-toasts-before": String(e.index),
|
|
479
479
|
"--s-ui-toast-provider-lift-amount": `${e.stackPeek * -1}px`,
|
|
480
480
|
"--s-ui-toast-provider-front-toast-height": `${e.frontToastHeight}px`,
|
|
@@ -483,10 +483,10 @@ var gn = [
|
|
|
483
483
|
"--s-ui-toast-provider-stack-scale": String(s.value),
|
|
484
484
|
zIndex: String(1e3 - e.index)
|
|
485
485
|
}));
|
|
486
|
-
return
|
|
486
|
+
return gn(r, (e) => {
|
|
487
487
|
let t = e[0]?.contentRect.height ?? 0;
|
|
488
488
|
t !== i.value && (i.value = t, n("heightChange", t));
|
|
489
|
-
}),
|
|
489
|
+
}), rn(() => {
|
|
490
490
|
requestAnimationFrame(() => {
|
|
491
491
|
requestAnimationFrame(() => {
|
|
492
492
|
a.value = !0;
|
|
@@ -504,50 +504,50 @@ var gn = [
|
|
|
504
504
|
ref_key: "contentRef",
|
|
505
505
|
ref: r,
|
|
506
506
|
class: "s-ui-toast-provider__toast-content"
|
|
507
|
-
}, [z(t.$slots, "default")], 512)], 12,
|
|
507
|
+
}, [z(t.$slots, "default")], 512)], 12, In));
|
|
508
508
|
}
|
|
509
|
-
}),
|
|
510
|
-
let n =
|
|
511
|
-
return n > 1e4 ?
|
|
512
|
-
}, Z = B([]), Q = /* @__PURE__ */ new Map(),
|
|
509
|
+
}), Rn = 4e3, zn = 1e4, Bn = 50, Vn = (e, t) => {
|
|
510
|
+
let n = Rn + (e.length + (t?.length ?? 0)) * 50;
|
|
511
|
+
return n > 1e4 ? zn : n;
|
|
512
|
+
}, Z = B([]), Q = /* @__PURE__ */ new Map(), Hn = 0, Un = {
|
|
513
513
|
type: q.INFO_ACCENT,
|
|
514
514
|
layout: J.HORIZONTAL,
|
|
515
515
|
leftside: Y.ICON,
|
|
516
516
|
showPrimaryButton: !1,
|
|
517
517
|
closable: !0
|
|
518
|
-
},
|
|
518
|
+
}, Wn = () => `toast-${Date.now()}-${++Hn}`, $ = (e) => {
|
|
519
519
|
let t = Q.get(e);
|
|
520
520
|
t && (window.clearTimeout(t), Q.delete(e));
|
|
521
|
-
},
|
|
521
|
+
}, Gn = (e) => {
|
|
522
522
|
$(e.id);
|
|
523
|
-
let t = e.duration === void 0 ?
|
|
523
|
+
let t = e.duration === void 0 ? Vn(e.title, e.description) : e.duration;
|
|
524
524
|
if (t > 0) {
|
|
525
525
|
let n = window.setTimeout(() => {
|
|
526
|
-
|
|
526
|
+
Kn(e.id);
|
|
527
527
|
}, t);
|
|
528
528
|
Q.set(e.id, n);
|
|
529
529
|
}
|
|
530
|
-
},
|
|
530
|
+
}, Kn = (e) => {
|
|
531
531
|
let t = Z.value.findIndex((t) => t.id === e);
|
|
532
532
|
if (t === -1) return;
|
|
533
533
|
let n = Z.value[t];
|
|
534
534
|
n && ($(e), n.onClose && n.onClose(), Z.value = Z.value.filter((t) => t.id !== e));
|
|
535
|
-
},
|
|
535
|
+
}, qn = () => {
|
|
536
536
|
Q.forEach((e) => window.clearTimeout(e)), Q.clear(), Z.value = [];
|
|
537
|
-
},
|
|
537
|
+
}, Jn = (e) => e.length <= 3 ? e : (e.slice(3).forEach((e) => {
|
|
538
538
|
$(e.id);
|
|
539
|
-
}), e.slice(0, 3)),
|
|
540
|
-
let t = e.id ??
|
|
541
|
-
...
|
|
539
|
+
}), e.slice(0, 3)), Yn = (e) => {
|
|
540
|
+
let t = e.id ?? Wn(), n = {
|
|
541
|
+
...Un,
|
|
542
542
|
...e,
|
|
543
543
|
id: t
|
|
544
544
|
}, r = Z.value.findIndex((e) => e.id === t);
|
|
545
545
|
if (r > -1) {
|
|
546
546
|
let e = [...Z.value];
|
|
547
|
-
e[r] = n, Z.value =
|
|
548
|
-
} else Z.value =
|
|
549
|
-
return
|
|
550
|
-
},
|
|
547
|
+
e[r] = n, Z.value = Jn(e);
|
|
548
|
+
} else Z.value = Jn([n, ...Z.value]);
|
|
549
|
+
return Gn(n), t;
|
|
550
|
+
}, Xn = (e, t) => {
|
|
551
551
|
let n = Z.value.findIndex((t) => t.id === e);
|
|
552
552
|
if (n === -1) return;
|
|
553
553
|
let r = Z.value[n];
|
|
@@ -557,18 +557,18 @@ var gn = [
|
|
|
557
557
|
...t,
|
|
558
558
|
id: r.id
|
|
559
559
|
}, a = [...Z.value];
|
|
560
|
-
a[n] = i, Z.value = a,
|
|
561
|
-
},
|
|
560
|
+
a[n] = i, Z.value = a, Gn(i);
|
|
561
|
+
}, Zn = () => ({
|
|
562
562
|
toasts: Z,
|
|
563
|
-
show:
|
|
564
|
-
hide:
|
|
565
|
-
hideAll:
|
|
566
|
-
update:
|
|
567
|
-
}),
|
|
563
|
+
show: Yn,
|
|
564
|
+
hide: Kn,
|
|
565
|
+
hideAll: qn,
|
|
566
|
+
update: Xn
|
|
567
|
+
}), Qn = /* @__PURE__ */ P({
|
|
568
568
|
__name: "SToastProvider",
|
|
569
569
|
setup(e) {
|
|
570
|
-
let { toasts: t, hide: n } =
|
|
571
|
-
|
|
570
|
+
let { toasts: t, hide: n } = Zn(), r = O(() => t.value.slice(0, 3)), i = R(!1), a = B({}), o = R(/* @__PURE__ */ new Set()), s = O(() => t.value[0] ?? null), c = O(() => s.value ? a.value[s.value.id] ?? 0 : 0), l = R(0), u = O(() => c.value > 0 ? c.value : l.value);
|
|
571
|
+
cn(c, (e) => {
|
|
572
572
|
e > 0 && (l.value = e);
|
|
573
573
|
});
|
|
574
574
|
let d = O(() => {
|
|
@@ -610,7 +610,7 @@ var gn = [
|
|
|
610
610
|
}, b = (e) => {
|
|
611
611
|
e.onSecondaryAction && e.onSecondaryAction();
|
|
612
612
|
};
|
|
613
|
-
return (e, t) => (L(), k(
|
|
613
|
+
return (e, t) => (L(), k(Qt, { to: "body" }, [M("div", {
|
|
614
614
|
class: "s-ui-toast-provider",
|
|
615
615
|
onMouseenter: m,
|
|
616
616
|
onMouseleave: h
|
|
@@ -618,7 +618,7 @@ var gn = [
|
|
|
618
618
|
key: 0,
|
|
619
619
|
class: "s-ui-toast-provider__list",
|
|
620
620
|
style: I(d.value)
|
|
621
|
-
}, [(L(!0), j(
|
|
621
|
+
}, [(L(!0), j(Zt, null, an(r.value, (t, n) => (L(), k(Ln, {
|
|
622
622
|
key: t.id,
|
|
623
623
|
index: n,
|
|
624
624
|
expanded: i.value,
|
|
@@ -629,13 +629,13 @@ var gn = [
|
|
|
629
629
|
"offset-y": f(n),
|
|
630
630
|
onHeightChange: (e) => g(t.id, e)
|
|
631
631
|
}, {
|
|
632
|
-
default: G(() => [z(e.$slots, "toast", { toast: t }, () => [t.component ? (L(), k(
|
|
632
|
+
default: G(() => [z(e.$slots, "toast", { toast: t }, () => [t.component ? (L(), k(on(t.component), nn({
|
|
633
633
|
key: 0,
|
|
634
634
|
ref_for: !0
|
|
635
635
|
}, t.componentProps, {
|
|
636
636
|
toast: t,
|
|
637
637
|
onClose: (e) => _(t.id)
|
|
638
|
-
}), null, 16, ["toast", "onClose"])) : (L(), k(H(
|
|
638
|
+
}), null, 16, ["toast", "onClose"])) : (L(), k(H(Pn), {
|
|
639
639
|
key: 1,
|
|
640
640
|
type: t.type,
|
|
641
641
|
layout: t.layout,
|
|
@@ -689,10 +689,10 @@ var gn = [
|
|
|
689
689
|
"onHeightChange"
|
|
690
690
|
]))), 128))], 4)) : A("", !0)], 32)]));
|
|
691
691
|
}
|
|
692
|
-
}),
|
|
692
|
+
}), $n = 4, er = 4, tr = 1, nr = "400 12px var(--s-ui-font-family-label)", rr = 4, ir = (e, t, n, r, i, a) => {
|
|
693
693
|
let o = Math.min(a, r / 2, i / 2);
|
|
694
694
|
e.beginPath(), e.moveTo(t + o, n), e.lineTo(t + r - o, n), e.arcTo(t + r, n, t + r, n + o, o), e.lineTo(t + r, n + i - o), e.arcTo(t + r, n + i, t + r - o, n + i, o), e.lineTo(t + o, n + i), e.arcTo(t, n + i, t, n + i - o, o), e.lineTo(t, n + o), e.arcTo(t, n, t + o, n, o), e.closePath();
|
|
695
|
-
},
|
|
695
|
+
}, ar = (e) => {
|
|
696
696
|
let t = e.getProps([
|
|
697
697
|
"x",
|
|
698
698
|
"y",
|
|
@@ -703,14 +703,14 @@ var gn = [
|
|
|
703
703
|
width: Math.abs(n - i),
|
|
704
704
|
centerY: r
|
|
705
705
|
};
|
|
706
|
-
},
|
|
707
|
-
let i =
|
|
706
|
+
}, or = (e, t, n, r) => {
|
|
707
|
+
let i = ar(t);
|
|
708
708
|
if (!i) return;
|
|
709
|
-
let a = `${n}`, o = e.measureText(a).width +
|
|
710
|
-
if (i.width < o +
|
|
709
|
+
let a = `${n}`, o = e.measureText(a).width + $n * 2;
|
|
710
|
+
if (i.width < o + rr * 2) return;
|
|
711
711
|
let s = i.left + i.width / 2;
|
|
712
|
-
|
|
713
|
-
},
|
|
712
|
+
ir(e, s - o / 2, i.centerY - 20 / 2, o, 20, er), e.fillStyle = r.background, e.fill(), e.lineWidth = tr, e.strokeStyle = r.border, e.stroke(), e.fillStyle = r.text, e.fillText(a, s, i.centerY);
|
|
713
|
+
}, sr = (e) => ({
|
|
714
714
|
id: "segmentedBarBadge",
|
|
715
715
|
afterDatasetsDraw(t) {
|
|
716
716
|
let n = {
|
|
@@ -718,18 +718,18 @@ var gn = [
|
|
|
718
718
|
border: E(D.pieBadgeBorder, e),
|
|
719
719
|
text: E(D.pieBadgeText, e)
|
|
720
720
|
}, { ctx: r } = t;
|
|
721
|
-
r.save(), r.font =
|
|
721
|
+
r.save(), r.font = nr, r.textAlign = "center", r.textBaseline = "middle", t.data.datasets.forEach((e, i) => {
|
|
722
722
|
let a = t.getDatasetMeta(i)?.data[0], o = e.data[0];
|
|
723
|
-
a && typeof o == "number" && o > 0 &&
|
|
723
|
+
a && typeof o == "number" && o > 0 && or(r, a, o, n);
|
|
724
724
|
}), r.restore();
|
|
725
725
|
}
|
|
726
|
-
}),
|
|
726
|
+
}), cr = 40, lr = 4, ur = 1, dr = [
|
|
727
727
|
"mousemove",
|
|
728
728
|
"mouseout",
|
|
729
729
|
"click",
|
|
730
730
|
"touchstart",
|
|
731
731
|
"touchmove"
|
|
732
|
-
],
|
|
732
|
+
], fr = ({ segments: e, segmentColors: t, colorHostElement: n, skeleton: r = !1, onSegmentClick: i }) => {
|
|
733
733
|
if (e.length === 0) return null;
|
|
734
734
|
let a = E("--s-ui-color-surface-primary", n), o = e.reduce((e, t) => e + t.value, 0), s = mt({
|
|
735
735
|
kind: "series",
|
|
@@ -748,12 +748,12 @@ var gn = [
|
|
|
748
748
|
hoverBackgroundColor: t[n],
|
|
749
749
|
borderColor: a,
|
|
750
750
|
borderWidth: {
|
|
751
|
-
left:
|
|
752
|
-
right:
|
|
751
|
+
left: ur,
|
|
752
|
+
right: ur
|
|
753
753
|
},
|
|
754
754
|
borderSkipped: !1,
|
|
755
|
-
borderRadius:
|
|
756
|
-
barThickness:
|
|
755
|
+
borderRadius: lr,
|
|
756
|
+
barThickness: cr,
|
|
757
757
|
stack: "track"
|
|
758
758
|
}))
|
|
759
759
|
},
|
|
@@ -762,7 +762,7 @@ var gn = [
|
|
|
762
762
|
responsive: !0,
|
|
763
763
|
maintainAspectRatio: !1,
|
|
764
764
|
layout: { padding: 0 },
|
|
765
|
-
events: r ? [] :
|
|
765
|
+
events: r ? [] : dr,
|
|
766
766
|
onHover: s.onHover,
|
|
767
767
|
onClick: s.onClick,
|
|
768
768
|
hover: r ? void 0 : {
|
|
@@ -787,9 +787,9 @@ var gn = [
|
|
|
787
787
|
}
|
|
788
788
|
}
|
|
789
789
|
},
|
|
790
|
-
plugins: [...r ? [] : [
|
|
790
|
+
plugins: [...r ? [] : [sr(n)], ...s.plugins]
|
|
791
791
|
};
|
|
792
|
-
},
|
|
792
|
+
}, pr = [
|
|
793
793
|
4,
|
|
794
794
|
1,
|
|
795
795
|
2,
|
|
@@ -801,7 +801,7 @@ var gn = [
|
|
|
801
801
|
].map((e, t) => ({
|
|
802
802
|
label: `Series ${t + 1}`,
|
|
803
803
|
value: e
|
|
804
|
-
})),
|
|
804
|
+
})), mr = { class: "s-ui-chart-segmented-bar__canvas-wrap" }, hr = /* @__PURE__ */ P({
|
|
805
805
|
__name: "SChartSegmentedBar",
|
|
806
806
|
props: {
|
|
807
807
|
segments: { default: () => [] },
|
|
@@ -816,7 +816,7 @@ var gn = [
|
|
|
816
816
|
},
|
|
817
817
|
emits: ["segmentClick"],
|
|
818
818
|
setup(e, { expose: t, emit: n }) {
|
|
819
|
-
let r = n, i = gt, a = W("chartRootRef"), o = W("chartCanvasRef"), s = O(() => e.loading ?
|
|
819
|
+
let r = n, i = gt, a = W("chartRootRef"), o = W("chartCanvasRef"), s = O(() => e.loading ? pr : e.segments), c = O(() => s.value.map((t, n) => yn(n, a.value, t.fillColor, e.loading))), l = O(() => s.value.map((e, t) => ({
|
|
820
820
|
segment: e,
|
|
821
821
|
segmentIndex: t
|
|
822
822
|
})).filter(({ segment: e }) => e.value > 0)), u = O(() => l.value.map(({ segment: e }) => e)), d = O(() => l.value.map(({ segmentIndex: e }) => c.value[e] ?? "")), f = O(() => {
|
|
@@ -827,7 +827,7 @@ var gn = [
|
|
|
827
827
|
}), p = (e) => {
|
|
828
828
|
let t = l.value[e];
|
|
829
829
|
t && r("segmentClick", t.segmentIndex, t.segment);
|
|
830
|
-
}, m = Tt("onSegmentClick"), h = O(() =>
|
|
830
|
+
}, m = Tt("onSegmentClick"), h = O(() => fr({
|
|
831
831
|
segments: u.value,
|
|
832
832
|
segmentColors: d.value,
|
|
833
833
|
colorHostElement: a.value,
|
|
@@ -852,7 +852,7 @@ var gn = [
|
|
|
852
852
|
ref: a,
|
|
853
853
|
class: F(["s-ui-chart-segmented-bar", { "s-ui-chart-segmented-bar--skeleton": e.loading }]),
|
|
854
854
|
"data-qa": "ui:chart-segmented-bar"
|
|
855
|
-
}, [M("div",
|
|
855
|
+
}, [M("div", mr, [en(H(ft), {
|
|
856
856
|
loading: e.loading,
|
|
857
857
|
type: H(i).CARTESIAN
|
|
858
858
|
}, {
|
|
@@ -874,22 +874,22 @@ var gn = [
|
|
|
874
874
|
"interactive"
|
|
875
875
|
])) : A("", !0)], 2));
|
|
876
876
|
}
|
|
877
|
-
}),
|
|
877
|
+
}), gr = {
|
|
878
878
|
key: 0,
|
|
879
879
|
class: "s-ui-chart-widget__header"
|
|
880
|
-
},
|
|
880
|
+
}, _r = {
|
|
881
881
|
key: 0,
|
|
882
882
|
class: "s-ui-chart-widget__title-skeleton",
|
|
883
883
|
"aria-hidden": "true"
|
|
884
|
-
},
|
|
884
|
+
}, vr = {
|
|
885
885
|
key: 1,
|
|
886
886
|
class: "s-ui-chart-widget__title s-ui-typography-label-16-medium"
|
|
887
|
-
},
|
|
887
|
+
}, yr = { class: "s-ui-chart-widget__controls" }, br = {
|
|
888
888
|
key: 1,
|
|
889
889
|
class: "s-ui-chart-widget__content"
|
|
890
|
-
},
|
|
890
|
+
}, xr = /* @__PURE__ */ P({
|
|
891
891
|
__name: "SChartWidget",
|
|
892
|
-
props: /*@__PURE__*/
|
|
892
|
+
props: /*@__PURE__*/ tn({
|
|
893
893
|
title: { default: "" },
|
|
894
894
|
collapsible: {
|
|
895
895
|
type: Boolean,
|
|
@@ -912,11 +912,11 @@ var gn = [
|
|
|
912
912
|
}),
|
|
913
913
|
emits: ["update:collapsed"],
|
|
914
914
|
setup(e) {
|
|
915
|
-
let t =
|
|
915
|
+
let t = sn(e, "collapsed"), n = U(), { t: r } = hn(), i = O(() => !!e.title || !!n.title || !!n.actions || e.collapsible), a = O(() => !t.value || !e.collapsible || !e.hideContentWhenCollapsed), o = O(() => r(t.value ? "chartWidget.expand" : "chartWidget.collapse"));
|
|
916
916
|
return (n, r) => (L(), j("div", {
|
|
917
917
|
class: F(["s-ui-chart-widget", { "s-ui-chart-widget--skeleton": e.loading }]),
|
|
918
918
|
"data-qa": "ui:chart-widget"
|
|
919
|
-
}, [i.value ? (L(), j("div",
|
|
919
|
+
}, [i.value ? (L(), j("div", gr, [e.loading ? (L(), j("span", _r)) : (L(), j("span", vr, [z(n.$slots, "title", {}, () => [N(V(e.title), 1)])])), M("div", yr, [z(n.$slots, "actions"), e.collapsible ? (L(), k(H(w), {
|
|
920
920
|
key: 0,
|
|
921
921
|
appearance: H(S).OUTLINED,
|
|
922
922
|
variant: H(x).NEUTRAL,
|
|
@@ -932,8 +932,8 @@ var gn = [
|
|
|
932
932
|
"icon",
|
|
933
933
|
"aria-label",
|
|
934
934
|
"aria-expanded"
|
|
935
|
-
])) : A("", !0)])])) : A("", !0), a.value ? (L(), j("div",
|
|
935
|
+
])) : A("", !0)])])) : A("", !0), a.value ? (L(), j("div", br, [z(n.$slots, "default")])) : A("", !0)], 2));
|
|
936
936
|
}
|
|
937
937
|
});
|
|
938
938
|
//#endregion
|
|
939
|
-
export { Ot as CALENDAR_WEEK_SLOT_COUNT, Pt as DAY_TIMELINE_MINUTES, m as DEFAULT_COLOR_PALETTE, p as EAccentColor, S as EButtonAppearance, le as EButtonGroupLayout, C as EButtonSize, x as EButtonVariant, g as EColorFormat, Oe as EConnectedPositionStrategy, J as ENotificationLayout, Y as ENotificationLeftside, q as ENotificationType, a as ESAvatarBadge, s as ESAvatarColor, te as ESAvatarGroupSize, i as ESAvatarIconBackground, r as ESAvatarShape, o as ESAvatarSize, e as ESBadgeColor, t as ESBadgePlacement, _e as ESCardLayout, me as ESCheckboxColor, he as ESCheckboxLabelPlacement, pe as ESCheckboxSize, Pe as ESChipColor, Fe as ESChipSize, h as ESColorPaletteLayout, Ee as ESDropdownBoundary, Te as ESDropdownPlacement, de as ESInlineGroupOrientation, ot as ESInlineInputAppearance, He as ESInlineMessageValidationStatus, Be as ESInputCustomize, We as ESLabelSize, Ge as ESLabelVariant, Ze as ESListGap, Ye as ESListItemVariant, lt as ESPhotoEditShape, ut as ESPhotoEditSize, tt as ESRadioLabelPlacement, ye as ESSegmentControlSize, $e as ESSelectSearchable, xe as ESTabAppearance, Se as ESTabSize, Wt as ESTableCellState,
|
|
939
|
+
export { Ot as CALENDAR_WEEK_SLOT_COUNT, Pt as DAY_TIMELINE_MINUTES, m as DEFAULT_COLOR_PALETTE, p as EAccentColor, S as EButtonAppearance, le as EButtonGroupLayout, C as EButtonSize, x as EButtonVariant, g as EColorFormat, Oe as EConnectedPositionStrategy, J as ENotificationLayout, Y as ENotificationLeftside, q as ENotificationType, a as ESAvatarBadge, s as ESAvatarColor, te as ESAvatarGroupSize, i as ESAvatarIconBackground, r as ESAvatarShape, o as ESAvatarSize, e as ESBadgeColor, t as ESBadgePlacement, _e as ESCardLayout, me as ESCheckboxColor, he as ESCheckboxLabelPlacement, pe as ESCheckboxSize, Pe as ESChipColor, Fe as ESChipSize, h as ESColorPaletteLayout, Ee as ESDropdownBoundary, Te as ESDropdownPlacement, de as ESInlineGroupOrientation, ot as ESInlineInputAppearance, He as ESInlineMessageValidationStatus, Be as ESInputCustomize, We as ESLabelSize, Ge as ESLabelVariant, Ze as ESListGap, Ye as ESListItemVariant, lt as ESPhotoEditShape, ut as ESPhotoEditSize, tt as ESRadioLabelPlacement, ye as ESSegmentControlSize, $e as ESSelectSearchable, xe as ESTabAppearance, Se as ESTabSize, Wt as ESTableCellState, qt as ESTableCheckState, Ht as ESTableColumnAlign, Rt as ESTableColumnSticky, Gt as ESTableDropAction, Jt as ESTableFooterTone, zt as ESTableRowColor, Ut as ESTableRowHeightMode, Xt as ESTableRowKind, Bt as ESTableRowState, Vt as ESTableRowsDragMode, Kt as ESTableSortDirection, Ae as ESTagColor, je as ESTagSize, rt as ESToggleLabelPlacement, it as ESToggleSize, se as ESelectionFocusMode, ie as ESelectionMode, oe as ESelectionOrientation, kt as EWorkTimeSource, l as MAX_RECENT_COLORS, _ as RECOMMENDED_COLOR_PALETTE, c as SAvatar, ne as SAvatarGroup, n as SBadge, Nn as SBanner, w as SButton, fe as SButtonGroup, jt as SCalendarMonth, At as SCalendarWeekGrid, ve as SCard, Et as SChartBar, wt as SChartBurnup, xt as SChartHorizontalBar, T as SChartLegend, _t as SChartLine, Ct as SChartMultiLine, St as SChartPie, Dt as SChartProgress, hr as SChartSegmentedBar, yt as SChartStackedArea, bt as SChartStackedBar, xr as SChartWidget, ge as SCheckbox, Ie as SChip, d as SColorArea, v as SColorPalette, f as SColorPicker, u as SColorValues, Mt as SDayTimeline, Re as SDropdown, ze as SDropdownMenu, ue as SInlineGroup, st as SInlineInput, Ue as SInlineMessage, Ve as SInput, Ke as SLabel, Qe as SList, Xe as SListItem, dt as SPhotoEdit, nt as SRadio, be as SSegmentControl, et as SSelect, Ce as STab, Yt as STable, we as STabs, Me as STag, Ne as STagGroup, ct as STextarea, Pn as SToast, Qn as SToastProvider, at as SToggle, Le as S_DROPDOWN_SHEET_BREAKPOINT, zn as TOAST_AUTO_DURATION_MAX_MS, Rn as TOAST_AUTO_DURATION_MIN_MS, Bn as TOAST_AUTO_DURATION_MS_PER_CHAR, Nt as WORK_TIME_SOURCE_COLOR_VARS, Ft as WORK_TIME_SOURCE_ORDER, It as buildWorkTimeLegendItems, Vn as computeAutoDuration, De as computeConnectedPosition, un as createUiKit, Lt as formatDurationHM, ee as isSameColor, b as normalizeColorValue, y as resolveColorPreview, re as resolveOwnPropOrGroupedOrFallback, dn as setUiKitLocale, fn as uiKitLocaleEn, pn as uiKitLocaleRu, Je as useFlatTreeList, ke as useFloatingOverlay, qe as useSListEndReached, ae as useSelectionGroup, ce as useSelectionGroupItem, Zn as useToast, mn as useUiKitI18n };
|