@baishuyun/ui-base 6.1.0 → 6.2.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/dist/Amap/AmapProvider/index.js +3 -3
- package/dist/Amap/{AmapProvider-H1GNfMdk.js → AmapProvider-BgGnih_w.js} +1 -1
- package/dist/Amap/index.js +3 -3
- package/dist/Calendar/AllDaySection-DS0Frx1p.js +53 -0
- package/dist/Calendar/Calendar-CAG1Fxlh.js +806 -0
- package/dist/Calendar/CurrentTimeIndicator-DaIywtIA.js +59 -0
- package/dist/Calendar/EventCard-D_VeOVDQ.js +155 -0
- package/dist/Calendar/TimeAxis-gKb8dTwY.js +13 -0
- package/dist/Calendar/TimeGrid-D8Du5vFP.js +47 -0
- package/dist/Calendar/adapters/index.js +2 -0
- package/dist/Calendar/adapters-zYR7CgzD.js +20 -0
- package/dist/Calendar/colorUtils-DcpqM3KR.js +55 -0
- package/dist/Calendar/context/index.js +2 -0
- package/dist/Calendar/context-DNOJ9LW_.js +21 -0
- package/dist/Calendar/index.js +21 -0
- package/dist/Calendar/layout-DvWx_7gn.js +302 -0
- package/dist/Calendar/shared/AllDaySection/index.js +8 -0
- package/dist/Calendar/shared/CurrentTimeIndicator/index.js +5 -0
- package/dist/Calendar/shared/EventCard/index.js +6 -0
- package/dist/Calendar/shared/TimeAxis/index.js +4 -0
- package/dist/Calendar/shared/TimeGrid/index.js +4 -0
- package/dist/Calendar/style/index.js +2 -0
- package/dist/Calendar/style-hCRKx3m1.js +55 -0
- package/dist/Calendar/utils/index.js +114 -0
- package/dist/Calendar/utils/layout/index.js +3 -0
- package/dist/CheckBox/{CheckBox-D1aeCoQb.js → CheckBox-DIunYcfS.js} +1 -1
- package/dist/CheckBox/index.js +2 -2
- package/dist/ColorPicker/ColorPicker-CKqNqAsK.js +150 -0
- package/dist/ColorPicker/index.js +5 -4
- package/dist/ConfigProvider/index.js +2 -2
- package/dist/DatePicker/DatePicker-BIxiJQ_W.js +91 -0
- package/dist/DatePicker/DatePickerPanel-CsiEGC-1.js +217 -0
- package/dist/DatePicker/ensureDayjsPlugins-DZjJnZgo.js +16 -0
- package/dist/DatePicker/index.js +8 -0
- package/dist/DatePicker/pickerLocale-VqSP_iIm.js +15 -0
- package/dist/DatePicker/style/index.js +2 -0
- package/dist/DatePicker/style-DZaSSoNs.js +15 -0
- package/dist/DropDown/{DropDown-DNEQ5nQz.js → DropDown-BR-Tz58r.js} +5 -5
- package/dist/DropDown/index.js +6 -6
- package/dist/Editor/{Buttons-0qZ4g7Ig.js → Buttons-DdZg3jAa.js} +4 -4
- package/dist/Editor/ToolbarPlugin/Buttons/index.js +12 -11
- package/dist/Editor/index.js +12 -11
- package/dist/InputTag/index.js +1 -1
- package/dist/Loading/index.js +1 -1
- package/dist/NotFoundContent/index.js +1 -1
- package/dist/Radio/index.js +1 -1
- package/dist/Segmented/Segmented-BTW445jc.js +82 -0
- package/dist/Segmented/index.js +1 -1
- package/dist/Select/{Select-BSPmsIMh.js → Select-BGsQ-PVq.js} +7 -7
- package/dist/Select/{SelectInputSearch-Cj9Uubc4.js → SelectInputSearch-CraymTXM.js} +1 -1
- package/dist/Select/index.js +10 -10
- package/dist/Tabs/{Tabs-BVSzo2qS.js → Tabs-CPRNkfMo.js} +3 -3
- package/dist/Tabs/index.js +3 -3
- package/dist/Tooltip/Tooltip-RkD8fs0B.js +169 -0
- package/dist/Tooltip/index.js +2 -0
- package/dist/Tree/index.js +3 -3
- package/dist/components/Calendar/Calendar.d.ts +3 -0
- package/dist/components/Calendar/Header/CalendarHeader/CalendarHeader.d.ts +2 -0
- package/dist/components/Calendar/Header/CalendarHeaderLeft/CalendarHeaderLeft.d.ts +2 -0
- package/dist/components/Calendar/Header/DateDisplay/DateDisplay.d.ts +2 -0
- package/dist/components/Calendar/Header/DateDisplay/__tests__/DateDisplay.weekPicker.test.d.ts +1 -0
- package/dist/components/Calendar/Header/NavButton/NavButton.d.ts +6 -0
- package/dist/components/Calendar/Header/TodayButton/TodayButton.d.ts +2 -0
- package/dist/components/Calendar/__tests__/Calendar.contract.test.d.ts +1 -0
- package/dist/components/Calendar/__tests__/algorithm/monthLayoutAlgorithm.test.d.ts +1 -0
- package/dist/components/Calendar/__tests__/helpers/testFormatMessage.d.ts +2 -0
- package/dist/components/Calendar/adapters/__tests__/platformTheme.test.d.ts +1 -0
- package/dist/components/Calendar/adapters/index.d.ts +1 -0
- package/dist/components/Calendar/adapters/platformTheme.d.ts +29 -0
- package/dist/components/Calendar/constants.d.ts +12 -0
- package/dist/components/Calendar/context/CalendarContext.d.ts +29 -0
- package/dist/components/Calendar/context/index.d.ts +2 -0
- package/dist/components/Calendar/context/useCalendarContext.d.ts +3 -0
- package/dist/components/Calendar/index.d.ts +4 -0
- package/dist/components/Calendar/interface.d.ts +62 -0
- package/dist/components/Calendar/internalTypes.d.ts +56 -0
- package/dist/components/Calendar/panels/DayPanel/DayPanel.d.ts +3 -0
- package/dist/components/Calendar/panels/DayPanel/__tests__/CalendarDay.dayFilter.test.d.ts +1 -0
- package/dist/components/Calendar/panels/MonthPanel/MonthCell/MonthCell.d.ts +10 -0
- package/dist/components/Calendar/panels/MonthPanel/MonthCell/MonthCellPopover/MonthCellPopover.d.ts +10 -0
- package/dist/components/Calendar/panels/MonthPanel/MonthHeader/MonthHeader.d.ts +2 -0
- package/dist/components/Calendar/panels/MonthPanel/MonthPanel.d.ts +3 -0
- package/dist/components/Calendar/panels/MonthPanel/WeekEventLayer/MoreButton.d.ts +11 -0
- package/dist/components/Calendar/panels/MonthPanel/WeekEventLayer/WeekEventLayer.d.ts +3 -0
- package/dist/components/Calendar/panels/WeekPanel/WeekAllDaySection/WeekAllDaySection.d.ts +11 -0
- package/dist/components/Calendar/panels/WeekPanel/WeekHeader/WeekHeader.d.ts +6 -0
- package/dist/components/Calendar/panels/WeekPanel/WeekPanel.d.ts +3 -0
- package/dist/components/Calendar/shared/AllDaySection/AllDaySection.d.ts +7 -0
- package/dist/components/Calendar/shared/AllDaySection/index.d.ts +1 -0
- package/dist/components/Calendar/shared/CurrentTimeIndicator/CurrentTimeIndicator.d.ts +10 -0
- package/dist/components/Calendar/shared/CurrentTimeIndicator/__tests__/CurrentTimeIndicator.test.d.ts +1 -0
- package/dist/components/Calendar/shared/CurrentTimeIndicator/index.d.ts +1 -0
- package/dist/components/Calendar/shared/EventCard/EventCard.d.ts +22 -0
- package/dist/components/Calendar/shared/EventCard/__tests__/EventCard.tooltip.test.d.ts +1 -0
- package/dist/components/Calendar/shared/EventCard/index.d.ts +1 -0
- package/dist/components/Calendar/shared/TimeAxis/TimeAxis.d.ts +6 -0
- package/dist/components/Calendar/shared/TimeAxis/index.d.ts +1 -0
- package/dist/components/Calendar/shared/TimeGrid/TimeGrid.d.ts +11 -0
- package/dist/components/Calendar/shared/TimeGrid/index.d.ts +1 -0
- package/dist/components/Calendar/style/__tests__/resolveCalendarThemeVars.test.d.ts +1 -0
- package/dist/components/Calendar/style/__tests__/resolveScheduleColorVars.test.d.ts +1 -0
- package/dist/components/Calendar/style/__tests__/resolveSubcomponentThemes.test.d.ts +1 -0
- package/dist/components/Calendar/style/index.d.ts +5 -0
- package/dist/components/Calendar/style/resolveCalendarThemeVars.d.ts +2 -0
- package/dist/components/Calendar/style/resolveScheduleColorVars.d.ts +3 -0
- package/dist/components/Calendar/style/resolveSubcomponentThemes.d.ts +5 -0
- package/dist/components/Calendar/utils/__tests__/dateUtils.test.d.ts +1 -0
- package/dist/components/Calendar/utils/__tests__/eventUtils.contract.test.d.ts +1 -0
- package/dist/components/Calendar/utils/__tests__/normalizeData.test.d.ts +1 -0
- package/dist/components/Calendar/utils/colorUtils.d.ts +8 -0
- package/dist/components/Calendar/utils/dateUtils.d.ts +25 -0
- package/dist/components/Calendar/utils/eventUtils.d.ts +44 -0
- package/dist/components/Calendar/utils/index.d.ts +7 -0
- package/dist/components/Calendar/utils/layout/dayLayoutAlgorithm.d.ts +31 -0
- package/dist/components/Calendar/utils/layout/index.d.ts +3 -0
- package/dist/components/Calendar/utils/layout/monthLayoutAlgorithm.d.ts +59 -0
- package/dist/components/Calendar/utils/layout/weekLayoutAlgorithm.d.ts +7 -0
- package/dist/components/Calendar/utils/normalizeData.d.ts +7 -0
- package/dist/components/Calendar/utils/timeUtils.d.ts +27 -0
- package/dist/components/Calendar/utils/weekTimedLayout.d.ts +14 -0
- package/dist/components/ColorPicker/useFloatingColorPicker.d.ts +1 -23
- package/dist/components/DatePicker/DatePicker.d.ts +3 -0
- package/dist/components/DatePicker/DatePickerHeader/DatePickerHeader.d.ts +17 -0
- package/dist/components/DatePicker/DatePickerPanel/DatePickerPanel.d.ts +9 -0
- package/dist/components/DatePicker/MonthPicker/MonthPicker.d.ts +4 -0
- package/dist/components/DatePicker/TodayFooter/TodayFooter.d.ts +5 -0
- package/dist/components/DatePicker/YearPicker/YearPicker.d.ts +4 -0
- package/dist/components/DatePicker/__tests__/DatePicker.theme.test.d.ts +1 -0
- package/dist/components/DatePicker/__tests__/DatePickerPanel.dom.test.d.ts +1 -0
- package/dist/components/DatePicker/__tests__/DatePickerPanel.styles.test.d.ts +1 -0
- package/dist/components/DatePicker/index.d.ts +2 -0
- package/dist/components/DatePicker/interface.d.ts +37 -0
- package/dist/components/DatePicker/style/__tests__/resolveDatePickerThemeVars.test.d.ts +1 -0
- package/dist/components/DatePicker/style/index.d.ts +1 -0
- package/dist/components/DatePicker/style/resolveDatePickerThemeVars.d.ts +2 -0
- package/dist/components/DatePicker/utils/__tests__/normalizePickerValue.test.d.ts +1 -0
- package/dist/components/DatePicker/utils/chunkArray.d.ts +1 -0
- package/dist/components/DatePicker/utils/ensureDayjsPlugins.d.ts +2 -0
- package/dist/components/DatePicker/utils/formatPickerLabel.d.ts +1 -0
- package/dist/components/DatePicker/utils/normalizePickerValue.d.ts +10 -0
- package/dist/components/DatePicker/utils/pickerConstants.d.ts +8 -0
- package/dist/components/DatePicker/utils/pickerLocale.d.ts +4 -0
- package/dist/components/Segmented/Segmented.type.d.ts +26 -0
- package/dist/components/Segmented/__tests__/Segmented.theme.test.d.ts +1 -0
- package/dist/components/Segmented/index.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +6 -0
- package/dist/components/Tooltip/Tooltip.type.d.ts +33 -0
- package/dist/components/Tooltip/__tests__/Tooltip.test.d.ts +1 -0
- package/dist/components/Tooltip/context/TooltipFloatingContext.d.ts +2 -0
- package/dist/components/Tooltip/index.d.ts +3 -0
- package/dist/components/index.d.ts +8 -0
- package/dist/hooks/useFloatingOverlay.d.ts +20 -0
- package/dist/hooks/useLocale.d.ts +4 -2
- package/dist/index.js +36 -20
- package/dist/locale/LocaleContext.d.ts +2 -1
- package/dist/locale/formatLocaleMessage.d.ts +2 -0
- package/dist/locale/lang/en-US.json.d.ts +43 -1
- package/dist/locale/lang/zh-CN.json.d.ts +43 -1
- package/dist/locale/lang/zh-TW.json.d.ts +43 -1
- package/dist/style.css +1 -1
- package/dist/utils/cssVars.d.ts +1 -0
- package/dist/utils/mergeRefs.d.ts +4 -0
- package/dist/vendors/{ConfigProvider-Bd6SRQtO.js → ConfigProvider-aWr8b3e3.js} +121 -37
- package/dist/vendors/{LocaleContext-Jj_JGgi2.js → LocaleContext-CuXR7Y03.js} +52 -7
- package/dist/vendors/{Tree-D7ZZAwIg.js → Tree-BTQ25Pi7.js} +2 -2
- package/dist/vendors/cssVars-C4BlzyxA.js +6 -0
- package/dist/vendors/useFloatingOverlay-uxlI1G-V.js +26 -0
- package/dist/vendors/{useLocale-Mk0d7wNt.js → useLocale-DvdSwM9e.js} +1 -1
- package/package.json +7 -2
- package/dist/ColorPicker/ColorPicker-CFKvAzYa.js +0 -168
- package/dist/Segmented/Segmented-DkhT5_Ty.js +0 -73
- /package/dist/CheckBox/{CheckBox-BsihF-AN.js → CheckBox-CkVe5Boq.js} +0 -0
- /package/dist/InputTag/{InputTag-DcVn_bRl.js → InputTag-zP5QdId7.js} +0 -0
- /package/dist/Loading/{Loading-dsLWSWsE.js → Loading-WjmzBabh.js} +0 -0
- /package/dist/NotFoundContent/{NotFoundContent-DJUQ0_2D.js → NotFoundContent-7xV-zOG2.js} +0 -0
- /package/dist/Radio/{Radio-WNw-VqIS.js → Radio-DkrZHoG1.js} +0 -0
- /package/dist/vendors/{animations-C2i5EijE.js → animations-BmT0HT5q.js} +0 -0
- /package/dist/vendors/{color-CxdZwdYM.js → color-BeQo449h.js} +0 -0
- /package/dist/vendors/{useFloatingPortal-CDgiCnbb.js → useFloatingPortal-DsEtsAGW.js} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { n as e, t } from "./LocaleContext-
|
|
2
|
-
import { jsx as
|
|
3
|
-
import { createContext as
|
|
4
|
-
import { ConfigProvider as
|
|
5
|
-
var
|
|
1
|
+
import { n as e, r as t, t as n } from "./LocaleContext-CuXR7Y03.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
import { createContext as i, useCallback as a, useContext as o, useMemo as s } from "react";
|
|
4
|
+
import { ConfigProvider as c } from "antd";
|
|
5
|
+
var l = {
|
|
6
6
|
select: "請選擇",
|
|
7
7
|
search: "搜尋",
|
|
8
8
|
noFindData: "未搜尋到任何資料",
|
|
@@ -61,8 +61,50 @@ var c = {
|
|
|
61
61
|
},
|
|
62
62
|
picture: "圖片",
|
|
63
63
|
addPicture: "新增圖片",
|
|
64
|
-
customColor: "自訂顏色"
|
|
65
|
-
|
|
64
|
+
customColor: "自訂顏色",
|
|
65
|
+
datePicker: {
|
|
66
|
+
today: "今天",
|
|
67
|
+
yearLabel: "{{year}}年",
|
|
68
|
+
monthLabel: "{{month}}月",
|
|
69
|
+
switchToMonthPanel: "切換到月份面板",
|
|
70
|
+
prevMonth: "上一月",
|
|
71
|
+
nextMonth: "下一月",
|
|
72
|
+
prevYear: "上一年",
|
|
73
|
+
nextYear: "下一年",
|
|
74
|
+
prevYearsPage: "上一頁年份",
|
|
75
|
+
nextYearsPage: "下一頁年份"
|
|
76
|
+
},
|
|
77
|
+
calendar: {
|
|
78
|
+
today: "今天",
|
|
79
|
+
prev: "上一頁",
|
|
80
|
+
next: "下一頁",
|
|
81
|
+
yearMonth: "{{year}}年{{month}}月",
|
|
82
|
+
fullDate: "{{year}}年{{month}}月{{day}}日",
|
|
83
|
+
monthDay: "{{month}}月{{day}}日",
|
|
84
|
+
dayOnly: "{{day}}日",
|
|
85
|
+
allDay: "全天",
|
|
86
|
+
remainingCount: "還剩{{count}}條",
|
|
87
|
+
collapse: "收起",
|
|
88
|
+
noEvents: "暫無日程",
|
|
89
|
+
moreEvents: "還有{{count}}條記錄",
|
|
90
|
+
addRecord: "添加記錄",
|
|
91
|
+
close: "關閉",
|
|
92
|
+
mode: {
|
|
93
|
+
day: "日",
|
|
94
|
+
week: "週",
|
|
95
|
+
month: "月"
|
|
96
|
+
},
|
|
97
|
+
weekday: {
|
|
98
|
+
0: "週一",
|
|
99
|
+
1: "週二",
|
|
100
|
+
2: "週三",
|
|
101
|
+
3: "週四",
|
|
102
|
+
4: "週五",
|
|
103
|
+
5: "週六",
|
|
104
|
+
6: "週日"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}, u = {
|
|
66
108
|
select: "Please select",
|
|
67
109
|
search: "search",
|
|
68
110
|
noFindData: "No search data",
|
|
@@ -121,8 +163,50 @@ var c = {
|
|
|
121
163
|
},
|
|
122
164
|
picture: "Picture",
|
|
123
165
|
customColor: "Custom Color",
|
|
124
|
-
addPicture: "Add Picture"
|
|
125
|
-
|
|
166
|
+
addPicture: "Add Picture",
|
|
167
|
+
datePicker: {
|
|
168
|
+
today: "Today",
|
|
169
|
+
yearLabel: "{{year}}",
|
|
170
|
+
monthLabel: "{{month}}",
|
|
171
|
+
switchToMonthPanel: "Switch to month panel",
|
|
172
|
+
prevMonth: "Previous month",
|
|
173
|
+
nextMonth: "Next month",
|
|
174
|
+
prevYear: "Previous year",
|
|
175
|
+
nextYear: "Next year",
|
|
176
|
+
prevYearsPage: "Previous years",
|
|
177
|
+
nextYearsPage: "Next years"
|
|
178
|
+
},
|
|
179
|
+
calendar: {
|
|
180
|
+
today: "Today",
|
|
181
|
+
prev: "Previous",
|
|
182
|
+
next: "Next",
|
|
183
|
+
yearMonth: "{{year}}-{{month}}",
|
|
184
|
+
fullDate: "{{year}}-{{month}}-{{day}}",
|
|
185
|
+
monthDay: "{{month}}-{{day}}",
|
|
186
|
+
dayOnly: "{{day}}",
|
|
187
|
+
allDay: "All Day",
|
|
188
|
+
remainingCount: "{{count}} more",
|
|
189
|
+
collapse: "Collapse",
|
|
190
|
+
noEvents: "No events",
|
|
191
|
+
moreEvents: "{{count}} more records",
|
|
192
|
+
addRecord: "Add Record",
|
|
193
|
+
close: "Close",
|
|
194
|
+
mode: {
|
|
195
|
+
day: "Day",
|
|
196
|
+
week: "Week",
|
|
197
|
+
month: "Month"
|
|
198
|
+
},
|
|
199
|
+
weekday: {
|
|
200
|
+
0: "Mon",
|
|
201
|
+
1: "Tue",
|
|
202
|
+
2: "Wed",
|
|
203
|
+
3: "Thu",
|
|
204
|
+
4: "Fri",
|
|
205
|
+
5: "Sat",
|
|
206
|
+
6: "Sun"
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}, d = {
|
|
126
210
|
token: {
|
|
127
211
|
fontFamily: "-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, PingFang SC, Noto Sans, Noto Sans CJK SC, Microsoft YaHei, 微软雅黑, sans-serif",
|
|
128
212
|
colorPrimary: "#0265ff",
|
|
@@ -182,12 +266,12 @@ var c = {
|
|
|
182
266
|
borderRadius: 4
|
|
183
267
|
}
|
|
184
268
|
}
|
|
185
|
-
},
|
|
269
|
+
}, f = i({}), p = () => o(f), m = (...e) => e.reduce((e, t) => (t && Object.entries(t).forEach(([t, n]) => {
|
|
186
270
|
e[t] = {
|
|
187
271
|
...e[t] || {},
|
|
188
272
|
...n || {}
|
|
189
273
|
};
|
|
190
|
-
}), e), {}),
|
|
274
|
+
}), e), {}), h = (e, t) => {
|
|
191
275
|
if (!e && !t) return;
|
|
192
276
|
let n = Array.from(new Set([...e?.plugins || [], ...t?.plugins || []]));
|
|
193
277
|
return {
|
|
@@ -195,36 +279,36 @@ var c = {
|
|
|
195
279
|
...t,
|
|
196
280
|
plugins: n.length ? n : void 0
|
|
197
281
|
};
|
|
198
|
-
},
|
|
199
|
-
let
|
|
200
|
-
"zh-CN":
|
|
201
|
-
"zh-TW":
|
|
202
|
-
"en-US":
|
|
203
|
-
},
|
|
204
|
-
let
|
|
205
|
-
for (let
|
|
206
|
-
return typeof
|
|
207
|
-
}, [
|
|
208
|
-
locale:
|
|
209
|
-
t:
|
|
210
|
-
}), [
|
|
211
|
-
locale:
|
|
212
|
-
amap:
|
|
282
|
+
}, g = (i) => {
|
|
283
|
+
let p = o(f), g = o(n), { children: _, locale: v = g.locale, messages: y = {}, amap: b } = i, x = s(() => m({
|
|
284
|
+
"zh-CN": t,
|
|
285
|
+
"zh-TW": l,
|
|
286
|
+
"en-US": u
|
|
287
|
+
}, y), [y]), S = s(() => x[v] || t, [x, v]), C = a((t, n) => {
|
|
288
|
+
let r = t.split("."), i = S;
|
|
289
|
+
for (let e of r) if (i = i[e], !i) return console.warn(`[ConfigProvider] Cannot find translation for key: ${t}`), t;
|
|
290
|
+
return typeof i == "string" ? e(i, n) : t;
|
|
291
|
+
}, [S]), w = s(() => ({
|
|
292
|
+
locale: v,
|
|
293
|
+
t: C
|
|
294
|
+
}), [v, C]), T = s(() => ({
|
|
295
|
+
locale: v,
|
|
296
|
+
amap: h(p.amap, b)
|
|
213
297
|
}), [
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
298
|
+
b,
|
|
299
|
+
v,
|
|
300
|
+
p.amap
|
|
217
301
|
]);
|
|
218
|
-
return /* @__PURE__ */
|
|
219
|
-
theme:
|
|
220
|
-
children: /* @__PURE__ */
|
|
221
|
-
value:
|
|
222
|
-
children: /* @__PURE__ */ n
|
|
223
|
-
value:
|
|
224
|
-
children:
|
|
302
|
+
return /* @__PURE__ */ r(c, {
|
|
303
|
+
theme: d,
|
|
304
|
+
children: /* @__PURE__ */ r(f.Provider, {
|
|
305
|
+
value: T,
|
|
306
|
+
children: /* @__PURE__ */ r(n.Provider, {
|
|
307
|
+
value: w,
|
|
308
|
+
children: _
|
|
225
309
|
})
|
|
226
310
|
})
|
|
227
311
|
});
|
|
228
312
|
};
|
|
229
313
|
//#endregion
|
|
230
|
-
export {
|
|
314
|
+
export { p as n, d as r, g as t };
|
|
@@ -58,18 +58,63 @@ var t = {
|
|
|
58
58
|
},
|
|
59
59
|
picture: "图片",
|
|
60
60
|
addPicture: "添加图片",
|
|
61
|
-
customColor: "自定义颜色"
|
|
62
|
-
|
|
61
|
+
customColor: "自定义颜色",
|
|
62
|
+
datePicker: {
|
|
63
|
+
today: "今天",
|
|
64
|
+
yearLabel: "{{year}}年",
|
|
65
|
+
monthLabel: "{{month}}月",
|
|
66
|
+
switchToMonthPanel: "切换到月份面板",
|
|
67
|
+
prevMonth: "上一月",
|
|
68
|
+
nextMonth: "下一月",
|
|
69
|
+
prevYear: "上一年",
|
|
70
|
+
nextYear: "下一年",
|
|
71
|
+
prevYearsPage: "上一页年份",
|
|
72
|
+
nextYearsPage: "下一页年份"
|
|
73
|
+
},
|
|
74
|
+
calendar: {
|
|
75
|
+
today: "今天",
|
|
76
|
+
prev: "上一页",
|
|
77
|
+
next: "下一页",
|
|
78
|
+
yearMonth: "{{year}}年{{month}}月",
|
|
79
|
+
fullDate: "{{year}}年{{month}}月{{day}}日",
|
|
80
|
+
monthDay: "{{month}}月{{day}}日",
|
|
81
|
+
dayOnly: "{{day}}日",
|
|
82
|
+
allDay: "全天",
|
|
83
|
+
remainingCount: "还剩{{count}}条",
|
|
84
|
+
collapse: "收起",
|
|
85
|
+
noEvents: "暂无日程",
|
|
86
|
+
moreEvents: "还有{{count}}条记录",
|
|
87
|
+
addRecord: "添加记录",
|
|
88
|
+
close: "关闭",
|
|
89
|
+
mode: {
|
|
90
|
+
day: "日",
|
|
91
|
+
week: "周",
|
|
92
|
+
month: "月"
|
|
93
|
+
},
|
|
94
|
+
weekday: {
|
|
95
|
+
0: "周一",
|
|
96
|
+
1: "周二",
|
|
97
|
+
2: "周三",
|
|
98
|
+
3: "周四",
|
|
99
|
+
4: "周五",
|
|
100
|
+
5: "周六",
|
|
101
|
+
6: "周日"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}, n = (e, t) => t ? e.replace(/\{\{(\w+)\}\}|\{(\w+)\}/g, (e, n, r) => {
|
|
105
|
+
let i = t[n || r];
|
|
106
|
+
return i === void 0 ? e : String(i);
|
|
107
|
+
}) : e, r = e({
|
|
63
108
|
locale: "zh-CN",
|
|
64
|
-
t: (e) => {
|
|
65
|
-
let
|
|
109
|
+
t: (e, r) => {
|
|
110
|
+
let i = e.split("."), a = t;
|
|
66
111
|
try {
|
|
67
|
-
for (let e of
|
|
68
|
-
return typeof
|
|
112
|
+
for (let e of i) a = a[e];
|
|
113
|
+
return typeof a == "string" ? n(a, r) : e;
|
|
69
114
|
} catch {
|
|
70
115
|
return e;
|
|
71
116
|
}
|
|
72
117
|
}
|
|
73
118
|
});
|
|
74
119
|
//#endregion
|
|
75
|
-
export { t as
|
|
120
|
+
export { n, t as r, r as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "../Icon/Icon-BQ3Whub2.js";
|
|
2
|
-
import { t } from "../CheckBox/CheckBox-
|
|
3
|
-
import { t as n } from "../Radio/Radio-
|
|
2
|
+
import { t } from "../CheckBox/CheckBox-CkVe5Boq.js";
|
|
3
|
+
import { t as n } from "../Radio/Radio-DkrZHoG1.js";
|
|
4
4
|
import { getMatchingNodesPaths as r, getNodePath as i } from "../Tree/utils/index.js";
|
|
5
5
|
import { noop as a } from "lodash-es";
|
|
6
6
|
import { Fragment as o, jsx as s, jsxs as c } from "react/jsx-runtime";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { useState as e } from "react";
|
|
2
|
+
import { autoUpdate as t, flip as n, offset as r, shift as i, useClick as a, useDismiss as o, useFloating as s, useInteractions as c } from "@floating-ui/react";
|
|
3
|
+
//#region src/hooks/useFloatingOverlay.ts
|
|
4
|
+
var l = (l = {}) => {
|
|
5
|
+
let { placement: u = "bottom-start", offset: d = 4 } = l, [f, p] = e(!1), { refs: m, floatingStyles: h, context: g } = s({
|
|
6
|
+
open: f,
|
|
7
|
+
onOpenChange: p,
|
|
8
|
+
placement: u,
|
|
9
|
+
whileElementsMounted: t,
|
|
10
|
+
middleware: [
|
|
11
|
+
r(d),
|
|
12
|
+
n(),
|
|
13
|
+
i({ padding: 8 })
|
|
14
|
+
]
|
|
15
|
+
}), { getReferenceProps: _, getFloatingProps: v } = c([a(g), o(g)]);
|
|
16
|
+
return {
|
|
17
|
+
isOpen: f,
|
|
18
|
+
setIsOpen: p,
|
|
19
|
+
refs: m,
|
|
20
|
+
floatingStyles: h,
|
|
21
|
+
getReferenceProps: _,
|
|
22
|
+
getFloatingProps: v
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
//#endregion
|
|
26
|
+
export { l as t };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baishuyun/ui-base",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "百数云低代码平台通用组件库",
|
|
6
6
|
"author": "bsy-fe team",
|
|
@@ -36,7 +36,9 @@
|
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@ant-design/icons": ">=6.0.0 <7.0.0",
|
|
38
38
|
"@floating-ui/react": ">=0.27.0",
|
|
39
|
+
"@rc-component/picker": ">=1.10.0 <2.0.0",
|
|
39
40
|
"antd": ">=6.0.0 <7.0.0",
|
|
41
|
+
"dayjs": ">=1.11.0",
|
|
40
42
|
"motion": "^11.18.2",
|
|
41
43
|
"react": ">=18.3.0",
|
|
42
44
|
"react-dom": ">=18.3.0"
|
|
@@ -56,11 +58,13 @@
|
|
|
56
58
|
"lexical": "^0.33.1",
|
|
57
59
|
"lodash-es": "^4.17.21",
|
|
58
60
|
"simplebar-react": "^3.3.2",
|
|
59
|
-
"tinycolor2": "^1.6.0"
|
|
61
|
+
"tinycolor2": "^1.6.0",
|
|
62
|
+
"use-context-selector": "^2.0.0"
|
|
60
63
|
},
|
|
61
64
|
"devDependencies": {
|
|
62
65
|
"@ant-design/icons": "^6.2.3",
|
|
63
66
|
"@floating-ui/react": "^0.27.16",
|
|
67
|
+
"@rc-component/picker": "^1.10.0",
|
|
64
68
|
"@tailwindcss/typography": "^0.5.16",
|
|
65
69
|
"@types/lodash-es": "^4.17.12",
|
|
66
70
|
"@types/node": "^24.3.0",
|
|
@@ -69,6 +73,7 @@
|
|
|
69
73
|
"@types/tinycolor2": "^1.4.6",
|
|
70
74
|
"@vitejs/plugin-react": "^6.0.0",
|
|
71
75
|
"antd": "^6.4.2",
|
|
76
|
+
"dayjs": "^1.11.13",
|
|
72
77
|
"glob": "^11.0.3",
|
|
73
78
|
"motion": "^11.18.2",
|
|
74
79
|
"postcss": "^8.5.3",
|
|
@@ -1,168 +0,0 @@
|
|
|
1
|
-
import { t as e } from "../Icon/Icon-BQ3Whub2.js";
|
|
2
|
-
import { t } from "../vendors/useLocale-Mk0d7wNt.js";
|
|
3
|
-
import { t as n } from "../vendors/color-CxdZwdYM.js";
|
|
4
|
-
import { n as r } from "../vendors/animations-C2i5EijE.js";
|
|
5
|
-
import { isArray as i } from "lodash-es";
|
|
6
|
-
import { Fragment as a, jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
7
|
-
import { cloneElement as c, isValidElement as l, useMemo as u, useRef as d, useState as f } from "react";
|
|
8
|
-
import { ColorPicker as p } from "antd";
|
|
9
|
-
import m from "clsx";
|
|
10
|
-
import { useControllableValue as h } from "ahooks";
|
|
11
|
-
import { AnimatePresence as g, motion as _ } from "motion/react";
|
|
12
|
-
import { FloatingPortal as v, flip as y, offset as b, shift as x, useClick as S, useDismiss as C, useFloating as w, useInteractions as T } from "@floating-ui/react";
|
|
13
|
-
import E from "tinycolor2";
|
|
14
|
-
//#region src/components/ColorPicker/constants.ts
|
|
15
|
-
var D = [
|
|
16
|
-
"rgba(240, 102, 72, 1)",
|
|
17
|
-
"rgba(255, 197, 2, 1)",
|
|
18
|
-
"rgba(74, 204, 140, 1)",
|
|
19
|
-
"rgba(74, 192, 236, 1)",
|
|
20
|
-
"rgba(255, 153, 33, 1)",
|
|
21
|
-
"rgba(101, 101, 101, 1)",
|
|
22
|
-
"rgba(255, 156, 136, 1)",
|
|
23
|
-
"rgba(98, 98, 206, 1)",
|
|
24
|
-
"rgba(241, 104, 182, 1)",
|
|
25
|
-
"rgba(55, 103, 241, 1)",
|
|
26
|
-
"rgba(162, 206, 30, 1)",
|
|
27
|
-
"rgba(179, 179, 179, 1)",
|
|
28
|
-
"rgba(0, 0, 0, 1)",
|
|
29
|
-
"rgba(102, 102, 102, 1)",
|
|
30
|
-
"rgba(153, 153, 153, 1)",
|
|
31
|
-
"rgba(194, 194, 194, 1)",
|
|
32
|
-
"rgba(224, 224, 224, 1)",
|
|
33
|
-
"rgba(77, 96, 159, 1)"
|
|
34
|
-
], O = (e = "bottom-start") => {
|
|
35
|
-
let [t, n] = f(!1), { refs: r, floatingStyles: i, context: a } = w({
|
|
36
|
-
open: t,
|
|
37
|
-
onOpenChange: n,
|
|
38
|
-
placement: e,
|
|
39
|
-
middleware: [
|
|
40
|
-
b(4),
|
|
41
|
-
y(),
|
|
42
|
-
x({ padding: 8 })
|
|
43
|
-
]
|
|
44
|
-
}), { getReferenceProps: o, getFloatingProps: s } = T([S(a), C(a)]);
|
|
45
|
-
return {
|
|
46
|
-
isOpen: t,
|
|
47
|
-
refs: r,
|
|
48
|
-
floatingStyles: i,
|
|
49
|
-
getReferenceProps: o,
|
|
50
|
-
getFloatingProps: s,
|
|
51
|
-
setIsOpen: n
|
|
52
|
-
};
|
|
53
|
-
}, k = "_preview_11t7y_62", A = {
|
|
54
|
-
"bsy-color-picker__floating": "_bsy-color-picker__floating_11t7y_1",
|
|
55
|
-
"bsy-color-picker__content": "_bsy-color-picker__content_11t7y_4",
|
|
56
|
-
"bsy-color-picker__grid": "_bsy-color-picker__grid_11t7y_11",
|
|
57
|
-
"bsy-color-picker__preset-colors-title": "_bsy-color-picker__preset-colors-title_11t7y_15",
|
|
58
|
-
"bsy-color-picker__preset-colors-grid": "_bsy-color-picker__preset-colors-grid_11t7y_19",
|
|
59
|
-
"bsy-color-picker__preset-colors-item": "_bsy-color-picker__preset-colors-item_11t7y_24",
|
|
60
|
-
"bsy-color-picker__custom-color-title": "_bsy-color-picker__custom-color-title_11t7y_48",
|
|
61
|
-
"bsy-color-picker__custom-color-btn": "_bsy-color-picker__custom-color-btn_11t7y_52",
|
|
62
|
-
preview: k,
|
|
63
|
-
"bsy-color-picker__custom-color-btn--active": "_bsy-color-picker__custom-color-btn--active_11t7y_62",
|
|
64
|
-
"bsy-color-picker__custom-color-btn--preview": "_bsy-color-picker__custom-color-btn--preview_11t7y_66",
|
|
65
|
-
"bsy-color-picker__custom-color-content": "_bsy-color-picker__custom-color-content_11t7y_69",
|
|
66
|
-
"bsy-color-picker__check-icon": "_bsy-color-picker__check-icon_11t7y_73"
|
|
67
|
-
}, j = ({ currentColor: t, onColorSelect: r, options: i, style: a }) => /* @__PURE__ */ o("div", {
|
|
68
|
-
className: A["bsy-color-picker__preset-colors-grid"],
|
|
69
|
-
style: a,
|
|
70
|
-
children: i.map((i) => /* @__PURE__ */ o("div", {
|
|
71
|
-
className: A["bsy-color-picker__preset-colors-item"],
|
|
72
|
-
style: {
|
|
73
|
-
backgroundColor: i,
|
|
74
|
-
"--hover-color": E(i).setAlpha(.5).toRgbString()
|
|
75
|
-
},
|
|
76
|
-
onClick: () => r(i),
|
|
77
|
-
children: n(t, i) && /* @__PURE__ */ o(e, {
|
|
78
|
-
name: "checkthebox",
|
|
79
|
-
className: A["bsy-color-picker__check-icon"]
|
|
80
|
-
})
|
|
81
|
-
}, i))
|
|
82
|
-
}), M = (e) => {
|
|
83
|
-
let { children: f, placement: p = "bottom-start", disabled: m = !1, presetColors: y, getPopupContainer: b } = e, { t: x } = t(), [S, C] = h(e, { defaultValue: e.value }), { isOpen: w, refs: T, floatingStyles: E, getReferenceProps: k, getFloatingProps: M } = O(p), P = l(f) ? c(f, {
|
|
84
|
-
...k(),
|
|
85
|
-
ref: T.setReference,
|
|
86
|
-
disabled: m
|
|
87
|
-
}) : f, F = i(y) && y.length ? y : D, I = d(F.some((e) => n(e, S)) ? [] : [S]);
|
|
88
|
-
return /* @__PURE__ */ s(a, { children: [P, /* @__PURE__ */ o(v, {
|
|
89
|
-
root: u(() => w ? b?.() : void 0, [w, b]),
|
|
90
|
-
children: /* @__PURE__ */ o(g, { children: w && /* @__PURE__ */ o("div", {
|
|
91
|
-
ref: T.setFloating,
|
|
92
|
-
style: E,
|
|
93
|
-
...M(),
|
|
94
|
-
className: A["bsy-color-picker__floating"],
|
|
95
|
-
children: /* @__PURE__ */ o(_.div, {
|
|
96
|
-
...r,
|
|
97
|
-
children: /* @__PURE__ */ o("div", {
|
|
98
|
-
className: A["bsy-color-picker__content"],
|
|
99
|
-
children: /* @__PURE__ */ s("div", {
|
|
100
|
-
className: A["bsy-color-picker__grid"],
|
|
101
|
-
children: [/* @__PURE__ */ s("div", {
|
|
102
|
-
className: A["bsy-color-picker__preset-colors"],
|
|
103
|
-
children: [/* @__PURE__ */ o("div", {
|
|
104
|
-
className: A["bsy-color-picker__preset-colors-title"],
|
|
105
|
-
children: x("presetColors")
|
|
106
|
-
}), /* @__PURE__ */ o(j, {
|
|
107
|
-
currentColor: S,
|
|
108
|
-
onColorSelect: C,
|
|
109
|
-
options: F
|
|
110
|
-
})]
|
|
111
|
-
}), /* @__PURE__ */ o(N, {
|
|
112
|
-
value: S,
|
|
113
|
-
onChange: C,
|
|
114
|
-
onColorInput: e.onColorInput,
|
|
115
|
-
options: F,
|
|
116
|
-
list: I.current
|
|
117
|
-
})]
|
|
118
|
-
})
|
|
119
|
-
})
|
|
120
|
-
})
|
|
121
|
-
}) })
|
|
122
|
-
})] });
|
|
123
|
-
}, N = (n) => {
|
|
124
|
-
let { list: r } = n, [i, a] = f(), [c, l] = f(!1), { t: u } = t();
|
|
125
|
-
return /* @__PURE__ */ s("div", {
|
|
126
|
-
className: A["bsy-color-picker__custom-color"],
|
|
127
|
-
children: [/* @__PURE__ */ o("div", {
|
|
128
|
-
className: A["bsy-color-picker__custom-color-title"],
|
|
129
|
-
children: u("customColor")
|
|
130
|
-
}), /* @__PURE__ */ s("div", {
|
|
131
|
-
className: A["bsy-color-picker__custom-color-content"],
|
|
132
|
-
children: [/* @__PURE__ */ o(p, {
|
|
133
|
-
value: i,
|
|
134
|
-
onChange: (e) => {
|
|
135
|
-
let t = e.toRgbString();
|
|
136
|
-
a(t), n.onColorInput?.(t);
|
|
137
|
-
},
|
|
138
|
-
open: c,
|
|
139
|
-
onOpenChange: (e) => {
|
|
140
|
-
l(e), !e && i && (r.includes(i) || r.unshift(i), n.onChange(i), a(void 0));
|
|
141
|
-
},
|
|
142
|
-
children: /* @__PURE__ */ o("div", {
|
|
143
|
-
className: m(A["bsy-color-picker__custom-color-btn"], {
|
|
144
|
-
[A["bsy-color-picker__custom-color-btn--active"]]: c && !i,
|
|
145
|
-
[A["bsy-color-picker__custom-color-btn--preview"]]: !!i
|
|
146
|
-
}),
|
|
147
|
-
role: "button",
|
|
148
|
-
style: { backgroundColor: i || void 0 },
|
|
149
|
-
onClick: () => {
|
|
150
|
-
l(!0);
|
|
151
|
-
},
|
|
152
|
-
children: /* @__PURE__ */ o(e, {
|
|
153
|
-
name: "add",
|
|
154
|
-
style: { visibility: i ? "hidden" : "visible" }
|
|
155
|
-
})
|
|
156
|
-
})
|
|
157
|
-
}), /* @__PURE__ */ o(j, {
|
|
158
|
-
currentColor: n.value,
|
|
159
|
-
onColorSelect: n.onChange,
|
|
160
|
-
options: r.slice(0, 5),
|
|
161
|
-
style: { gridTemplateColumns: "repeat(5, 1fr)" }
|
|
162
|
-
})]
|
|
163
|
-
})]
|
|
164
|
-
});
|
|
165
|
-
};
|
|
166
|
-
M.displayName = "BsyColorPicker";
|
|
167
|
-
//#endregion
|
|
168
|
-
export { D as n, M as t };
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
|
-
import { useCallback as n, useLayoutEffect as r, useRef as i, useState as a } from "react";
|
|
3
|
-
import o from "clsx";
|
|
4
|
-
import { useControllableValue as s } from "ahooks";
|
|
5
|
-
import { motion as c } from "motion/react";
|
|
6
|
-
//#region src/components/Segmented/Segmented.module.scss
|
|
7
|
-
var l = {
|
|
8
|
-
"bsy-segmented": "_bsy-segmented_ia83v_1",
|
|
9
|
-
"bsy-segmented--block": "_bsy-segmented--block_ia83v_12",
|
|
10
|
-
"bsy-segmented__item": "_bsy-segmented__item_ia83v_17",
|
|
11
|
-
"bsy-segmented__item--disabled": "_bsy-segmented__item--disabled_ia83v_31",
|
|
12
|
-
"bsy-segmented__item--block": "_bsy-segmented__item--block_ia83v_36",
|
|
13
|
-
"bsy-segmented__item--active": "_bsy-segmented__item--active_ia83v_44",
|
|
14
|
-
"bsy-segmented__item--inactive": "_bsy-segmented__item--inactive_ia83v_48",
|
|
15
|
-
"bsy-segmented__slider": "_bsy-segmented__slider_ia83v_53"
|
|
16
|
-
}, u = {
|
|
17
|
-
type: "spring",
|
|
18
|
-
stiffness: 350,
|
|
19
|
-
damping: 35
|
|
20
|
-
}, d = { duration: 0 }, f = (f) => {
|
|
21
|
-
let { options: p, block: m = !1, disabled: h = !1, enableAnimation: g = !1 } = f, [_, v] = s(f), [y, b] = a({
|
|
22
|
-
width: 0,
|
|
23
|
-
left: 0
|
|
24
|
-
}), x = i(null), S = i(/* @__PURE__ */ new Map()), C = i(!1), w = n(() => {
|
|
25
|
-
let e = S.current.get(_), t = x.current;
|
|
26
|
-
if (e && t) {
|
|
27
|
-
let n = t.getBoundingClientRect(), r = e.getBoundingClientRect();
|
|
28
|
-
b({
|
|
29
|
-
width: r.width,
|
|
30
|
-
left: r.left - n.left
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
}, [_]);
|
|
34
|
-
return r(() => {
|
|
35
|
-
if (g && C.current) {
|
|
36
|
-
let e = requestAnimationFrame(() => {
|
|
37
|
-
w();
|
|
38
|
-
});
|
|
39
|
-
return () => cancelAnimationFrame(e);
|
|
40
|
-
}
|
|
41
|
-
w();
|
|
42
|
-
}, [
|
|
43
|
-
_,
|
|
44
|
-
g,
|
|
45
|
-
w
|
|
46
|
-
]), r(() => {
|
|
47
|
-
let e = new ResizeObserver(w);
|
|
48
|
-
return x.current && e.observe(x.current), () => {
|
|
49
|
-
e.disconnect();
|
|
50
|
-
};
|
|
51
|
-
}, [w]), /* @__PURE__ */ t("div", {
|
|
52
|
-
ref: x,
|
|
53
|
-
className: o(l["bsy-segmented"], m && l["bsy-segmented--block"]),
|
|
54
|
-
style: m ? { gridTemplateColumns: `repeat(${p.length}, 1fr)` } : void 0,
|
|
55
|
-
children: [/* @__PURE__ */ e(c.div, {
|
|
56
|
-
className: l["bsy-segmented__slider"],
|
|
57
|
-
animate: y,
|
|
58
|
-
transition: g && C.current ? u : d
|
|
59
|
-
}), p.map((t) => /* @__PURE__ */ e("button", {
|
|
60
|
-
ref: (e) => {
|
|
61
|
-
e ? S.current.set(t.value, e) : S.current.delete(t.value);
|
|
62
|
-
},
|
|
63
|
-
onClick: () => {
|
|
64
|
-
h || (g && t.value !== _ && (C.current = !0), v(t.value));
|
|
65
|
-
},
|
|
66
|
-
className: o(l["bsy-segmented__item"], m && l["bsy-segmented__item--block"], _ === t.value ? l["bsy-segmented__item--active"] : l["bsy-segmented__item--inactive"], { [l["bsy-segmented__item--disabled"]]: h }),
|
|
67
|
-
children: t.label
|
|
68
|
-
}, t.value))]
|
|
69
|
-
});
|
|
70
|
-
};
|
|
71
|
-
f.displayName = "BsySegmented";
|
|
72
|
-
//#endregion
|
|
73
|
-
export { f as t };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|