@baishuyun/ui-base 6.21.1 → 6.23.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/{Amap-CNsoge6e.js → Amap-Cb2VY7wC.js} +1 -1
- package/dist/Amap/index.js +3 -3
- package/dist/Calendar/{Calendar-BaIHL7cB.js → Calendar-D-fgXT3x.js} +2 -2
- package/dist/Calendar/index.js +4 -4
- package/dist/Card/{Card-DAz0dvA3.js → Card-B5O3eZW-.js} +9 -9
- package/dist/Card/index.js +2 -2
- package/dist/CheckBox/index.js +1 -1
- package/dist/ColorPicker/index.js +1 -1
- package/dist/ConfigProvider/index.js +2 -2
- package/dist/DatePicker/{DatePicker-CbfmdBaK.js → DatePicker-CaTAjzqZ.js} +1 -1
- package/dist/DatePicker/{DatePickerPanel-BDJYZs1q.js → DatePickerPanel-CHCJvkxg.js} +1 -1
- package/dist/DatePicker/index.js +2 -2
- package/dist/DropDown/{DropDown-B_szM67V.js → DropDown-DuLxmeZL.js} +9 -9
- package/dist/DropDown/index.js +2 -2
- package/dist/Editor/index.js +1092 -979
- package/dist/Gantt/index.js +5 -5
- package/dist/Icon/index.js +1 -1
- package/dist/InputTag/{InputTag-C_5nm0eo.js → InputTag-UTPj8g-b.js} +6 -6
- package/dist/InputTag/index.js +2 -2
- package/dist/Loading/index.js +1 -1
- package/dist/Modal/{Modal-eZijJ7CB.js → Modal-BUDRpdzz.js} +3 -3
- package/dist/Modal/index.js +2 -2
- package/dist/NotFoundContent/index.js +1 -1
- package/dist/Overlay/index.js +1 -1
- package/dist/Radio/index.js +1 -1
- package/dist/ScrollBar/index.js +1 -1
- package/dist/Segmented/Segmented-B7QZjjZ_.js +87 -0
- package/dist/Segmented/index.js +2 -2
- package/dist/Select/{Select-DryXF1Tp.js → Select-ByqucfXU.js} +1 -1
- package/dist/Select/index.js +2 -2
- package/dist/Table/index.js +1 -1
- package/dist/Tabs/{Tabs-Imowx4vq.js → Tabs-CnEBK2Ex.js} +10 -10
- package/dist/Tabs/index.js +2 -2
- package/dist/Tooltip/index.js +1 -1
- package/dist/Tree/index.js +1 -1
- package/dist/components/DropDown/interface.d.ts +1 -1
- package/dist/components/Editor/context/EditorContainerContext.d.ts +2 -1
- package/dist/components/Editor/index.d.ts +1 -1
- package/dist/components/Editor/interface.d.ts +17 -2
- package/dist/components/Editor/plugins/DefaultTextStylePlugin.d.ts +1 -0
- package/dist/components/Editor/plugins/ImePendingFormatPlugin.d.ts +1 -0
- package/dist/components/Editor/utils/applyDefaultTextStyle.d.ts +2 -0
- package/dist/components/Editor/utils/imePendingFormat.d.ts +8 -0
- package/dist/components/Editor/utils/readTextFormats.d.ts +3 -1
- package/dist/components/Editor/utils/stripInlineStyleProperty.d.ts +1 -0
- package/dist/components/Segmented/Segmented.type.d.ts +4 -0
- package/dist/components/Select/interface.d.ts +4 -2
- package/dist/index.js +12 -12
- package/dist/style.css +1 -1
- package/dist/vendors/{ConfigProvider-gZYvcwIQ.js → ConfigProvider-Bc5czEhx.js} +5 -5
- package/dist/vendors/{version-CyVENVWD.js → version-3aWFwNcK.js} +1 -1
- package/package.json +1 -1
- package/dist/Segmented/Segmented-BkTy5v9V.js +0 -87
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as e } from "../vendors/ConfigProvider-
|
|
1
|
+
import { n as e } from "../vendors/ConfigProvider-Bc5czEhx.js";
|
|
2
2
|
import { Fragment as t, jsx as n } from "react/jsx-runtime";
|
|
3
3
|
import { createContext as r, useCallback as i, useContext as a, useEffect as o, useMemo as s, useRef as c, useState as l } from "react";
|
|
4
4
|
import { createRoot as u } from "react-dom/client";
|
package/dist/Amap/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "../vendors/version-
|
|
1
|
+
import "../vendors/version-3aWFwNcK.js";
|
|
2
2
|
import "../vendors/LocaleContext-DXQoOKM2.js";
|
|
3
|
-
import "../vendors/ConfigProvider-
|
|
3
|
+
import "../vendors/ConfigProvider-Bc5czEhx.js";
|
|
4
4
|
import "../Overlay/OverlayContext-CVSFoyqN.js";
|
|
5
|
-
import { a as e, i as t, n, o as r, r as i, s as a, t as o } from "./Amap-
|
|
5
|
+
import { a as e, i as t, n, o as r, r as i, s as a, t as o } from "./Amap-Cb2VY7wC.js";
|
|
6
6
|
export { r as Amap, i as AmapCircle, n as AmapMarker, o as AmapMarkerCluster, a as AmapProvider, e as useAmap, t as useCurrentLocation };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { t as e } from "../Icon/Icon-DrdQOEJE.js";
|
|
2
2
|
import { t } from "../vendors/useLocale-Be4e7Xfn.js";
|
|
3
3
|
import { t as n } from "../vendors/cssVars-UpriQzph.js";
|
|
4
|
-
import { t as r } from "../Segmented/Segmented-
|
|
4
|
+
import { t as r } from "../Segmented/Segmented-B7QZjjZ_.js";
|
|
5
5
|
import { t as i } from "../Tooltip/Tooltip-DBrt3t2r.js";
|
|
6
|
-
import { t as a } from "../DatePicker/DatePicker-
|
|
6
|
+
import { t as a } from "../DatePicker/DatePicker-CaTAjzqZ.js";
|
|
7
7
|
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
8
8
|
import { memo as c, useCallback as l, useEffect as u, useLayoutEffect as d, useMemo as f, useRef as p, useState as m } from "react";
|
|
9
9
|
import h from "clsx";
|
package/dist/Calendar/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import "../vendors/version-
|
|
1
|
+
import "../vendors/version-3aWFwNcK.js";
|
|
2
2
|
import "../Icon/Icon-DrdQOEJE.js";
|
|
3
3
|
import "../vendors/LocaleContext-DXQoOKM2.js";
|
|
4
4
|
import "../Overlay/OverlayContext-CVSFoyqN.js";
|
|
5
5
|
import "../vendors/useFloatingOverlay-B66lOL8v.js";
|
|
6
6
|
import "../vendors/useLocale-Be4e7Xfn.js";
|
|
7
7
|
import "../vendors/useLatchedPopupPortalRoot-CC6af8t-.js";
|
|
8
|
-
import "../Segmented/Segmented-
|
|
8
|
+
import "../Segmented/Segmented-B7QZjjZ_.js";
|
|
9
9
|
import "../Tooltip/Tooltip-DBrt3t2r.js";
|
|
10
|
-
import { n as e, r as t, t as n } from "./Calendar-
|
|
11
|
-
import "../DatePicker/DatePicker-
|
|
10
|
+
import { n as e, r as t, t as n } from "./Calendar-D-fgXT3x.js";
|
|
11
|
+
import "../DatePicker/DatePicker-CaTAjzqZ.js";
|
|
12
12
|
import "../DatePicker/pickerLocale-Brf7_Tnd.js";
|
|
13
13
|
export { n as Calendar, n as default, t as resolveCalendarThemeVars, e as resolvePlatformCalendarTheme };
|
|
@@ -4,15 +4,15 @@ import { useCallback as r, useMemo as i, useState as a } from "react";
|
|
|
4
4
|
import o from "clsx";
|
|
5
5
|
//#region src/components/Card/Card.module.scss
|
|
6
6
|
var s = {
|
|
7
|
-
"bsy-card": "_bsy-
|
|
8
|
-
"bsy-card__header": "_bsy-
|
|
9
|
-
"bsy-card__title": "_bsy-
|
|
10
|
-
"bsy-card__icon-container": "_bsy-card__icon-
|
|
11
|
-
"bsy-card__icon": "_bsy-
|
|
12
|
-
"bsy-card__icon--expanded": "_bsy-card__icon--
|
|
13
|
-
"bsy-card__content": "_bsy-
|
|
14
|
-
"bsy-card__content--expanded": "_bsy-card__content--
|
|
15
|
-
"bsy-card__content-inner": "_bsy-card__content-
|
|
7
|
+
"bsy-card": "_bsy-card_14u7c_1",
|
|
8
|
+
"bsy-card__header": "_bsy-card__header_14u7c_6",
|
|
9
|
+
"bsy-card__title": "_bsy-card__title_14u7c_13",
|
|
10
|
+
"bsy-card__icon-container": "_bsy-card__icon-container_14u7c_24",
|
|
11
|
+
"bsy-card__icon": "_bsy-card__icon_14u7c_24",
|
|
12
|
+
"bsy-card__icon--expanded": "_bsy-card__icon--expanded_14u7c_43",
|
|
13
|
+
"bsy-card__content": "_bsy-card__content_14u7c_46",
|
|
14
|
+
"bsy-card__content--expanded": "_bsy-card__content--expanded_14u7c_52",
|
|
15
|
+
"bsy-card__content-inner": "_bsy-card__content-inner_14u7c_55"
|
|
16
16
|
}, c = ({ title: c, children: l, minWidth: u = 240, defaultExpanded: d = !1, expanded: f, onExpandedChange: p, className: m, style: h, styles: g }) => {
|
|
17
17
|
let [_, v] = a(d), y = f ?? _, b = r(() => {
|
|
18
18
|
let e = !y;
|
package/dist/Card/index.js
CHANGED
package/dist/CheckBox/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "../vendors/version-
|
|
1
|
+
import "../vendors/version-3aWFwNcK.js";
|
|
2
2
|
import "../vendors/LocaleContext-DXQoOKM2.js";
|
|
3
|
-
import { n as e, t } from "../vendors/ConfigProvider-
|
|
3
|
+
import { n as e, t } from "../vendors/ConfigProvider-Bc5czEhx.js";
|
|
4
4
|
import "../Overlay/OverlayContext-CVSFoyqN.js";
|
|
5
5
|
export { t as ConfigProvider, t as default, e as useConfig };
|
|
@@ -48,7 +48,7 @@ var w = {
|
|
|
48
48
|
"bsy-date-picker__content": "_bsy-date-picker__content_1i2le_33",
|
|
49
49
|
"bsy-date-picker__divider": "_bsy-date-picker__divider_1i2le_43",
|
|
50
50
|
"bsy-date-picker__panel-loading": "_bsy-date-picker__panel-loading_1i2le_49"
|
|
51
|
-
}, j = m(() => import("./DatePickerPanel-
|
|
51
|
+
}, j = m(() => import("./DatePickerPanel-CHCJvkxg.js")), M = (o) => {
|
|
52
52
|
let { children: m, picker: S = "date", theme: w, getPopupContainer: D, triggerActiveClassName: O, zIndex: M } = o, { locale: N } = r(), P = e(M), [F, I] = v(o, {
|
|
53
53
|
defaultValuePropName: "defaultValue",
|
|
54
54
|
valuePropName: "value",
|
package/dist/DatePicker/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import "../vendors/version-
|
|
1
|
+
import "../vendors/version-3aWFwNcK.js";
|
|
2
2
|
import "../vendors/LocaleContext-DXQoOKM2.js";
|
|
3
3
|
import "../Overlay/OverlayContext-CVSFoyqN.js";
|
|
4
4
|
import "../vendors/useFloatingOverlay-B66lOL8v.js";
|
|
5
5
|
import "../vendors/useLocale-Be4e7Xfn.js";
|
|
6
6
|
import "../vendors/useLatchedPopupPortalRoot-CC6af8t-.js";
|
|
7
|
-
import { t as e } from "./DatePicker-
|
|
7
|
+
import { t as e } from "./DatePicker-CaTAjzqZ.js";
|
|
8
8
|
import "./pickerLocale-Brf7_Tnd.js";
|
|
9
9
|
export { e as default };
|
|
@@ -53,19 +53,19 @@ var B = (e, t) => {
|
|
|
53
53
|
filteredMenus: o,
|
|
54
54
|
hasNoResults: n && !d(t) && o.length === 0
|
|
55
55
|
};
|
|
56
|
-
}, V = g(!0), H = g({}), U = "
|
|
56
|
+
}, V = g(!0), H = g({}), U = "_dropdown__trigger_spicq_1", W = "_dropdown__panel_spicq_7", G = "_dropdown__search_spicq_15", K = "_dropdown__menu_spicq_19", q = {
|
|
57
57
|
dropdown__trigger: U,
|
|
58
|
-
"dropdown__trigger--disabled": "_dropdown__trigger--
|
|
58
|
+
"dropdown__trigger--disabled": "_dropdown__trigger--disabled_spicq_4",
|
|
59
59
|
dropdown__panel: W,
|
|
60
60
|
dropdown__search: G,
|
|
61
61
|
dropdown__menu: K,
|
|
62
|
-
"dropdown__menu-item": "_dropdown__menu-
|
|
63
|
-
"dropdown__menu-item--disabled": "_dropdown__menu-item--
|
|
64
|
-
"dropdown__menu-item--active": "_dropdown__menu-item--
|
|
65
|
-
"dropdown__menu-item-icon": "_dropdown__menu-item-
|
|
66
|
-
"system-field": "_system-
|
|
67
|
-
"dropdown__menu-item-arrow": "_dropdown__menu-item-
|
|
68
|
-
"dropdown__menu-item-label": "_dropdown__menu-item-
|
|
62
|
+
"dropdown__menu-item": "_dropdown__menu-item_spicq_22",
|
|
63
|
+
"dropdown__menu-item--disabled": "_dropdown__menu-item--disabled_spicq_34",
|
|
64
|
+
"dropdown__menu-item--active": "_dropdown__menu-item--active_spicq_34",
|
|
65
|
+
"dropdown__menu-item-icon": "_dropdown__menu-item-icon_spicq_41",
|
|
66
|
+
"system-field": "_system-field_spicq_52",
|
|
67
|
+
"dropdown__menu-item-arrow": "_dropdown__menu-item-arrow_spicq_66",
|
|
68
|
+
"dropdown__menu-item-label": "_dropdown__menu-item-label_spicq_77"
|
|
69
69
|
}, J = _(({ item: t, isActive: n, showArrow: r = !1, className: i, ...a }, o) => {
|
|
70
70
|
let s = t.systemField || !1;
|
|
71
71
|
return /* @__PURE__ */ m("div", {
|
package/dist/DropDown/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../vendors/version-
|
|
1
|
+
import "../vendors/version-3aWFwNcK.js";
|
|
2
2
|
import "../ScrollBar/style-D26azwz6.js";
|
|
3
3
|
import "../Icon/Icon-DrdQOEJE.js";
|
|
4
4
|
import "../vendors/LocaleContext-DXQoOKM2.js";
|
|
@@ -9,5 +9,5 @@ import "../Select/SelectInputSearch-MApQHnU9.js";
|
|
|
9
9
|
import "../NotFoundContent/NotFoundContent-DJUQ0_2D.js";
|
|
10
10
|
import "../ScrollBar/ScrollBar-IMTuAOF5.js";
|
|
11
11
|
import "../vendors/useFloatingPortal-DJ1iKmW-.js";
|
|
12
|
-
import { t as e } from "./DropDown-
|
|
12
|
+
import { t as e } from "./DropDown-DuLxmeZL.js";
|
|
13
13
|
export { e as default };
|