@baishuyun/ui-base 6.7.3 → 6.8.2
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/AmapCircle/index.js +1 -1
- package/dist/Amap/AmapMarker/index.js +1 -1
- package/dist/Amap/AmapMarkerCluster/index.js +1 -1
- package/dist/Amap/AmapProvider/index.js +4 -4
- package/dist/Amap/{AmapProvider-DSjQj2oA.js → AmapProvider-Cwi6WOe0.js} +1 -1
- package/dist/Amap/hooks/index.js +1 -1
- package/dist/Amap/index.js +4 -4
- package/dist/Calendar/{Calendar-C2iO_3cX.js → Calendar-DnQrN8KB.js} +2 -2
- package/dist/Calendar/context/index.js +1 -1
- package/dist/Calendar/index.js +5 -5
- package/dist/Calendar/subcomponents/AllDaySection/index.js +1 -1
- package/dist/Calendar/subcomponents/CurrentTimeIndicator/index.js +1 -1
- package/dist/Calendar/subcomponents/EventCard/index.js +1 -1
- package/dist/Calendar/subcomponents/TimeAxis/index.js +1 -1
- package/dist/Calendar/subcomponents/TimeGrid/index.js +1 -1
- package/dist/Calendar/utils/index.js +1 -1
- package/dist/Calendar/utils/layout/index.js +1 -1
- package/dist/Calendar/utils/theme/index.js +1 -1
- package/dist/Card/index.js +1 -1
- package/dist/CheckBox/index.js +1 -1
- package/dist/ColorPicker/{ColorPicker-BtTIb9tX.js → ColorPicker-CL57cSDG.js} +2 -1
- package/dist/ColorPicker/index.js +4 -4
- package/dist/ConfigProvider/index.js +3 -3
- package/dist/DatePicker/{DatePicker-BMTK0Phw.js → DatePicker-C0XbZmrZ.js} +2 -2
- package/dist/DatePicker/{DatePickerPanel-BH_Z4e88.js → DatePickerPanel-BEn16cat.js} +3 -3
- package/dist/DatePicker/index.js +4 -4
- package/dist/DatePicker/style/index.js +1 -1
- package/dist/DropDown/{DropDown-CdTjlySd.js → DropDown-yDH9V_9Y.js} +2 -2
- package/dist/DropDown/index.js +5 -5
- package/dist/DropDown/style/index.js +1 -1
- package/dist/Editor/{Buttons-BcP66z6E.js → Buttons-BivKInBV.js} +144 -124
- package/dist/Editor/ToolbarPlugin/Buttons/index.js +7 -7
- package/dist/Editor/constants/index.js +1 -1
- package/dist/Editor/index.js +274 -164
- package/dist/Gantt/GanttChart/index.js +7 -7
- package/dist/Gantt/{GanttChart-BYzMKcZ2.js → GanttChart-CDw1IQ4F.js} +2 -2
- package/dist/Gantt/GanttTable/index.js +5 -5
- package/dist/Gantt/{GanttTable-DqJziqML.js → GanttTable-xbXD_PWI.js} +1 -1
- package/dist/Gantt/GanttToolBar/index.js +6 -6
- package/dist/Gantt/{GanttToolBar-C50n7PD9.js → GanttToolBar-BTeTsR6Z.js} +2 -2
- package/dist/Gantt/index.js +9 -9
- package/dist/Gantt/utils/index.js +1 -1
- package/dist/Gantt/utils/theme/index.js +1 -1
- package/dist/Icon/index.js +1 -1
- package/dist/InputTag/InputTag-hzCCJQ1z.js +144 -0
- package/dist/InputTag/index.js +4 -2
- package/dist/Loading/Loading-DiywS7ex.js +19 -0
- package/dist/Loading/index.js +4 -2
- package/dist/Modal/index.js +1 -1
- package/dist/NotFoundContent/index.js +1 -1
- package/dist/Radio/{Radio-DSoZotcs.js → Radio-CX9cUqb7.js} +12 -12
- package/dist/Radio/index.js +2 -2
- package/dist/ScrollBar/index.js +1 -1
- package/dist/Segmented/index.js +1 -1
- package/dist/Select/{Select-DujgkkUp.js → Select-D6EK7whJ.js} +195 -194
- package/dist/Select/{SelectInputSearch-Bikrj3FI.js → SelectInputSearch-COUzreau.js} +1 -1
- package/dist/Select/index.js +7 -7
- package/dist/Table/{Table-k9wdWm6V.js → Table-yQXQEk6d.js} +1 -1
- package/dist/Table/hooks/index.js +1 -1
- package/dist/Table/index.js +4 -4
- package/dist/Table/style/index.js +1 -1
- package/dist/Table/utils/index.js +1 -1
- package/dist/Tabs/Tabs-BiKW70CL.js +398 -0
- package/dist/Tabs/index.js +4 -2
- package/dist/Tooltip/index.js +1 -1
- package/dist/Tree/index.js +3 -3
- package/dist/Tree/utils/index.js +1 -1
- package/dist/components/DropDown/interface.d.ts +167 -169
- package/dist/components/Editor/LengthBadge.d.ts +6 -0
- package/dist/components/Editor/ToolbarPlugin/BaseButton/BaseButton.d.ts +1 -1
- package/dist/components/Editor/ToolbarPlugin/ToolbarPlugin.d.ts +5 -1
- package/dist/components/Editor/ToolbarPlugin/context/EditorToolbarThemeContext.d.ts +6 -0
- package/dist/components/Editor/ToolbarPlugin/interface.d.ts +30 -32
- package/dist/components/Editor/index.d.ts +1 -1
- package/dist/components/Editor/interface.d.ts +118 -60
- package/dist/components/Editor/plugins/MaxLengthPlugin.d.ts +7 -0
- package/dist/components/Editor/utils/resolveEditorToolbarThemeVars.d.ts +5 -0
- package/dist/components/Editor/utils/textLength.d.ts +4 -0
- package/dist/components/InputTag/interface.d.ts +32 -32
- package/dist/components/Radio/interface.d.ts +95 -97
- package/dist/components/Tabs/TabSelect/interface.d.ts +23 -25
- package/dist/components/Tabs/interface.d.ts +58 -60
- package/dist/components/Tree/types/node.d.ts +19 -19
- package/dist/components/Tree/types/tree.d.ts +81 -83
- package/dist/components/index.d.ts +2 -0
- package/dist/index.js +18 -18
- package/dist/locale/index.d.ts +1 -1
- package/dist/locale/lang/en-US.json.d.ts +177 -166
- package/dist/locale/lang/zh-CN.json.d.ts +177 -166
- package/dist/locale/lang/zh-TW.json.d.ts +177 -166
- package/dist/style.css +1 -1
- package/dist/vendors/{ConfigProvider-C3Uwzinj.js → ConfigProvider-DxrZpdIb.js} +23 -1
- package/dist/vendors/{LocaleContext-B1HuhJc-.js → LocaleContext-Dcw6C1LX.js} +11 -0
- package/dist/vendors/{Tree-DQkpLl6f.js → Tree-DXmVRDn0.js} +8 -7
- package/dist/vendors/{useLocale-BYtF5pxt.js → useLocale-BKZX2_zw.js} +1 -1
- package/dist/vendors/{version-Dkos5Cha.js → version-4HBYLKDL.js} +1 -1
- package/dist/vite-env.d.ts +13 -13
- package/dist/vitest-matchers.d.ts +0 -1
- package/package.json +8 -8
- package/dist/InputTag/InputTag-LnUqz0Hz.js +0 -143
- package/dist/Loading/Loading-CcTZogVx.js +0 -15
- package/dist/Tabs/Tabs-Ctgg45Ox.js +0 -410
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "../../vendors/version-
|
|
2
|
-
import "../../vendors/LocaleContext-
|
|
3
|
-
import "../../vendors/ConfigProvider-
|
|
1
|
+
import "../../vendors/version-4HBYLKDL.js";
|
|
2
|
+
import "../../vendors/LocaleContext-Dcw6C1LX.js";
|
|
3
|
+
import "../../vendors/ConfigProvider-DxrZpdIb.js";
|
|
4
4
|
import "../AmapContext-D7Njjm5a.js";
|
|
5
|
-
import { t as e } from "../AmapProvider-
|
|
5
|
+
import { t as e } from "../AmapProvider-Cwi6WOe0.js";
|
|
6
6
|
export { e as AmapProvider, e as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as e } from "../vendors/ConfigProvider-
|
|
1
|
+
import { n as e } from "../vendors/ConfigProvider-DxrZpdIb.js";
|
|
2
2
|
import { n as t } from "./AmapContext-D7Njjm5a.js";
|
|
3
3
|
import { Fragment as n, jsx as r } from "react/jsx-runtime";
|
|
4
4
|
import { useEffect as i, useState as a } from "react";
|
package/dist/Amap/hooks/index.js
CHANGED
package/dist/Amap/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import "../vendors/version-
|
|
2
|
-
import "../vendors/LocaleContext-
|
|
3
|
-
import "../vendors/ConfigProvider-
|
|
1
|
+
import "../vendors/version-4HBYLKDL.js";
|
|
2
|
+
import "../vendors/LocaleContext-Dcw6C1LX.js";
|
|
3
|
+
import "../vendors/ConfigProvider-DxrZpdIb.js";
|
|
4
4
|
import "./AmapContext-D7Njjm5a.js";
|
|
5
|
-
import { t as e } from "./AmapProvider-
|
|
5
|
+
import { t as e } from "./AmapProvider-Cwi6WOe0.js";
|
|
6
6
|
import { t } from "./Amap-BNnmSPnl.js";
|
|
7
7
|
import { n, t as r } from "./hooks-DAN31s_-.js";
|
|
8
8
|
import { t as i } from "./AmapCircle-BDW6pnNR.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { t as e } from "../Icon/Icon-BBDcb-yw.js";
|
|
2
|
-
import { t } from "../vendors/useLocale-
|
|
2
|
+
import { t } from "../vendors/useLocale-BKZX2_zw.js";
|
|
3
3
|
import { t as n } from "../Segmented/Segmented-BDz1hMDT.js";
|
|
4
4
|
import { t as r } from "../Tooltip/Tooltip-Ch9lti_7.js";
|
|
5
5
|
import { i, n as a, r as o, t as s } from "./context-4tCN5X33.js";
|
|
6
|
-
import { t as c } from "../DatePicker/DatePicker-
|
|
6
|
+
import { t as c } from "../DatePicker/DatePicker-C0XbZmrZ.js";
|
|
7
7
|
import { C as l, S as u, _ as d, a as f, b as p, d as m, i as h, o as g, p as _, r as v, s as y, t as b, x, y as S } from "./layout-Dz-grtu9.js";
|
|
8
8
|
import { formatCalendarDayNumber as C, formatFullDate as w, formatWeekEndDate as T, formatYearMonth as E, getCurrentTimeInTZ as D, getDynamicMonthViewDates as O, getTimeZoneLabel as k, getTotalHeight as A, getVisibleRangeByMode as ee, getWeekEnd as te, getWeekStart as j, getZoomConfig as M, isCurrentMonth as N, layoutTimedEventsForWeek as P, shiftDateByMode as ne } from "./utils/index.js";
|
|
9
9
|
import { t as F } from "./TimeAxis-C9e2BdYs.js";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../../vendors/version-
|
|
1
|
+
import "../../vendors/version-4HBYLKDL.js";
|
|
2
2
|
import { i as e, n as t, r as n, t as r } from "../context-4tCN5X33.js";
|
|
3
3
|
export { n as CalendarDispatchContext, e as CalendarStateContext, r as useCalendarDispatchSelector, t as useCalendarStateSelector };
|
package/dist/Calendar/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import "../vendors/version-
|
|
1
|
+
import "../vendors/version-4HBYLKDL.js";
|
|
2
2
|
import "../Icon/Icon-BBDcb-yw.js";
|
|
3
|
-
import "../vendors/LocaleContext-
|
|
3
|
+
import "../vendors/LocaleContext-Dcw6C1LX.js";
|
|
4
4
|
import "../vendors/useFloatingOverlay-BApqkHSu.js";
|
|
5
|
-
import "../vendors/useLocale-
|
|
5
|
+
import "../vendors/useLocale-BKZX2_zw.js";
|
|
6
6
|
import "../vendors/useLatchedPopupPortalRoot-4fVhqVT4.js";
|
|
7
7
|
import "../Segmented/Segmented-BDz1hMDT.js";
|
|
8
8
|
import "../Tooltip/Tooltip-Ch9lti_7.js";
|
|
9
9
|
import "./context-4tCN5X33.js";
|
|
10
|
-
import { t as e } from "./Calendar-
|
|
11
|
-
import "../DatePicker/DatePicker-
|
|
10
|
+
import { t as e } from "./Calendar-DnQrN8KB.js";
|
|
11
|
+
import "../DatePicker/DatePicker-C0XbZmrZ.js";
|
|
12
12
|
import "../DatePicker/ensureDayjsPlugins-Cn9Bkjkj.js";
|
|
13
13
|
import "../DatePicker/pickerLocale-BRnNjLcv.js";
|
|
14
14
|
import "../DatePicker/style-CNtPPsZp.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../vendors/version-
|
|
1
|
+
import "../../vendors/version-4HBYLKDL.js";
|
|
2
2
|
import "../../DatePicker/ensureDayjsPlugins-Cn9Bkjkj.js";
|
|
3
3
|
import { C as e, S as t, _ as n, a as r, b as i, c as a, d as o, f as s, g as c, h as l, i as u, l as d, m as f, n as p, o as m, p as h, r as g, s as _, t as v, u as y, v as b, x, y as S } from "../layout-Dz-grtu9.js";
|
|
4
4
|
import { n as C, t as w } from "../colorUtils-CBLTsDX0.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../vendors/version-
|
|
1
|
+
import "../../../vendors/version-4HBYLKDL.js";
|
|
2
2
|
import "../../../DatePicker/ensureDayjsPlugins-Cn9Bkjkj.js";
|
|
3
3
|
import { a as e, c as t, d as n, f as r, i, l as a, n as o, o as s, r as c, s as l, t as u, u as d } from "../../layout-Dz-grtu9.js";
|
|
4
4
|
export { u as MONTH_LAYOUT_CONSTANTS, l as assignAllDayRows, t as assignColumns, o as assignGlobalRows, c as assignMonthEventRows, a as calculateExpansion, d as calculateHorizontalLayout, n as calculateLayout, i as calculateSegmentPosition, e as computeVisibility, s as computeWeekHiddenCounts, r as groupIntoClusters };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../../../vendors/version-
|
|
1
|
+
import "../../../vendors/version-4HBYLKDL.js";
|
|
2
2
|
import { a as e, i as t, n, o as r, r as i, t as a } from "../../theme-xnrMsnkg.js";
|
|
3
3
|
export { a as CALENDAR_CURRENT_TIME_COLOR, e as resolveCalendarThemeVars, i as resolveDatePickerThemeFromCalendar, n as resolvePlatformCalendarTheme, r as resolveScheduleColorVars, t as resolveSegmentedThemeFromCalendar };
|
package/dist/Card/index.js
CHANGED
package/dist/CheckBox/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "../Icon/Icon-BBDcb-yw.js";
|
|
2
2
|
import { t } from "../vendors/useFloatingOverlay-BApqkHSu.js";
|
|
3
|
-
import { t as n } from "../vendors/useLocale-
|
|
3
|
+
import { t as n } from "../vendors/useLocale-BKZX2_zw.js";
|
|
4
4
|
import { t as r } from "../vendors/color-D6XBXROa.js";
|
|
5
5
|
import { n as i } from "../vendors/animations-rwUbyoT0.js";
|
|
6
6
|
import { t as a } from "../vendors/useLatchedPopupPortalRoot-4fVhqVT4.js";
|
|
@@ -77,6 +77,7 @@ var x = [
|
|
|
77
77
|
style: j,
|
|
78
78
|
...N(),
|
|
79
79
|
className: w["bsy-color-picker__floating"],
|
|
80
|
+
onMouseDown: (e) => e.preventDefault(),
|
|
80
81
|
...i,
|
|
81
82
|
children: /* @__PURE__ */ c("div", {
|
|
82
83
|
className: w["bsy-color-picker__content"],
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import "../vendors/version-
|
|
1
|
+
import "../vendors/version-4HBYLKDL.js";
|
|
2
2
|
import "../Icon/Icon-BBDcb-yw.js";
|
|
3
|
-
import "../vendors/LocaleContext-
|
|
4
|
-
import { n as e, t } from "./ColorPicker-
|
|
3
|
+
import "../vendors/LocaleContext-Dcw6C1LX.js";
|
|
4
|
+
import { n as e, t } from "./ColorPicker-CL57cSDG.js";
|
|
5
5
|
import "../vendors/useFloatingOverlay-BApqkHSu.js";
|
|
6
|
-
import "../vendors/useLocale-
|
|
6
|
+
import "../vendors/useLocale-BKZX2_zw.js";
|
|
7
7
|
import "../vendors/color-D6XBXROa.js";
|
|
8
8
|
import "../vendors/useLatchedPopupPortalRoot-4fVhqVT4.js";
|
|
9
9
|
export { e as COLOR_OPTIONS_RGBA, t as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../vendors/version-
|
|
2
|
-
import "../vendors/LocaleContext-
|
|
3
|
-
import { n as e, t } from "../vendors/ConfigProvider-
|
|
1
|
+
import "../vendors/version-4HBYLKDL.js";
|
|
2
|
+
import "../vendors/LocaleContext-Dcw6C1LX.js";
|
|
3
|
+
import { n as e, t } from "../vendors/ConfigProvider-DxrZpdIb.js";
|
|
4
4
|
export { t as ConfigProvider, t as default, e as useConfig };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../vendors/useFloatingOverlay-BApqkHSu.js";
|
|
2
|
-
import { t } from "../vendors/useLocale-
|
|
2
|
+
import { t } from "../vendors/useLocale-BKZX2_zw.js";
|
|
3
3
|
import { n } from "../vendors/animations-rwUbyoT0.js";
|
|
4
4
|
import { t as r } from "../vendors/useLatchedPopupPortalRoot-4fVhqVT4.js";
|
|
5
5
|
import { n as i } from "./pickerLocale-BRnNjLcv.js";
|
|
@@ -37,7 +37,7 @@ var x = {
|
|
|
37
37
|
"bsy-date-picker__content": "_bsy-date-picker__content_legiv_33",
|
|
38
38
|
"bsy-date-picker__divider": "_bsy-date-picker__divider_legiv_43",
|
|
39
39
|
"bsy-date-picker__panel-loading": "_bsy-date-picker__panel-loading_legiv_49"
|
|
40
|
-
}, T = f(() => import("./DatePickerPanel-
|
|
40
|
+
}, T = f(() => import("./DatePickerPanel-BEn16cat.js")), E = (f) => {
|
|
41
41
|
let { children: x, picker: E = "date", theme: D, getPopupContainer: O, triggerActiveClassName: k } = f, { locale: A } = t(), [j, M] = g(f, {
|
|
42
42
|
defaultValuePropName: "defaultValue",
|
|
43
43
|
valuePropName: "value",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "../vendors/version-
|
|
1
|
+
import "../vendors/version-4HBYLKDL.js";
|
|
2
2
|
import { t as e } from "../Icon/Icon-BBDcb-yw.js";
|
|
3
|
-
import "../vendors/LocaleContext-
|
|
4
|
-
import { t } from "../vendors/useLocale-
|
|
3
|
+
import "../vendors/LocaleContext-Dcw6C1LX.js";
|
|
4
|
+
import { t } from "../vendors/useLocale-BKZX2_zw.js";
|
|
5
5
|
import "./ensureDayjsPlugins-Cn9Bkjkj.js";
|
|
6
6
|
import { t as n } from "./pickerLocale-BRnNjLcv.js";
|
|
7
7
|
import { Fragment as r, jsx as i, jsxs as a } from "react/jsx-runtime";
|
package/dist/DatePicker/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import "../vendors/version-
|
|
2
|
-
import "../vendors/LocaleContext-
|
|
1
|
+
import "../vendors/version-4HBYLKDL.js";
|
|
2
|
+
import "../vendors/LocaleContext-Dcw6C1LX.js";
|
|
3
3
|
import "../vendors/useFloatingOverlay-BApqkHSu.js";
|
|
4
|
-
import "../vendors/useLocale-
|
|
4
|
+
import "../vendors/useLocale-BKZX2_zw.js";
|
|
5
5
|
import "../vendors/useLatchedPopupPortalRoot-4fVhqVT4.js";
|
|
6
|
-
import { t as e } from "./DatePicker-
|
|
6
|
+
import { t as e } from "./DatePicker-C0XbZmrZ.js";
|
|
7
7
|
import "./ensureDayjsPlugins-Cn9Bkjkj.js";
|
|
8
8
|
import "./pickerLocale-BRnNjLcv.js";
|
|
9
9
|
import "./style-CNtPPsZp.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as e } from "../vendors/useLocale-
|
|
1
|
+
import { t as e } from "../vendors/useLocale-BKZX2_zw.js";
|
|
2
2
|
import { n as t } from "../vendors/animations-rwUbyoT0.js";
|
|
3
3
|
import { t as n } from "../vendors/useLatchedPopupPortalRoot-4fVhqVT4.js";
|
|
4
|
-
import { t as r } from "../Select/SelectInputSearch-
|
|
4
|
+
import { t as r } from "../Select/SelectInputSearch-COUzreau.js";
|
|
5
5
|
import { t as i } from "../NotFoundContent/NotFoundContent-BLmzWNBi.js";
|
|
6
6
|
import { t as a } from "../ScrollBar/ScrollBar-QhXVe8zd.js";
|
|
7
7
|
import { t as o } from "../vendors/useFloatingPortal-CmVJbuRm.js";
|
package/dist/DropDown/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import "../vendors/version-
|
|
1
|
+
import "../vendors/version-4HBYLKDL.js";
|
|
2
2
|
import "../ScrollBar/style-D26azwz6.js";
|
|
3
3
|
import "../Icon/Icon-BBDcb-yw.js";
|
|
4
|
-
import "../vendors/LocaleContext-
|
|
5
|
-
import "../vendors/useLocale-
|
|
4
|
+
import "../vendors/LocaleContext-Dcw6C1LX.js";
|
|
5
|
+
import "../vendors/useLocale-BKZX2_zw.js";
|
|
6
6
|
import "../vendors/useLatchedPopupPortalRoot-4fVhqVT4.js";
|
|
7
|
-
import "../Select/SelectInputSearch-
|
|
7
|
+
import "../Select/SelectInputSearch-COUzreau.js";
|
|
8
8
|
import "../NotFoundContent/NotFoundContent-BLmzWNBi.js";
|
|
9
9
|
import "../ScrollBar/ScrollBar-QhXVe8zd.js";
|
|
10
10
|
import "../vendors/useFloatingPortal-CmVJbuRm.js";
|
|
11
|
-
import { t as e } from "./DropDown-
|
|
11
|
+
import { t as e } from "./DropDown-yDH9V_9Y.js";
|
|
12
12
|
import "./style-Fdp-U4md.js";
|
|
13
13
|
export { e as default };
|