@baishuyun/ui-base 6.4.0 → 6.4.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.
Files changed (67) hide show
  1. package/dist/Amap/AmapProvider/index.js +2 -2
  2. package/dist/Amap/{AmapProvider-By5tTMAj.js → AmapProvider-CwKdpmCg.js} +1 -1
  3. package/dist/Amap/index.js +2 -2
  4. package/dist/Calendar/{AllDaySection-DwQz-p7a.js → AllDaySection-CseF1DuB.js} +1 -1
  5. package/dist/Calendar/{Calendar-CuBzeTkR.js → Calendar-Yu2HfA5D.js} +4 -3
  6. package/dist/Calendar/{EventCard-DRJrT_AG.js → EventCard-L6jaKgEw.js} +1 -0
  7. package/dist/Calendar/index.js +4 -4
  8. package/dist/Calendar/subcomponents/AllDaySection/index.js +2 -2
  9. package/dist/Calendar/subcomponents/EventCard/index.js +1 -1
  10. package/dist/ConfigProvider/index.js +1 -1
  11. package/dist/DatePicker/{DatePicker-B6ZFxTt6.js → DatePicker-PCdNachD.js} +44 -43
  12. package/dist/DatePicker/index.js +1 -1
  13. package/dist/DropDown/{DropDown-C5H9UObs.js → DropDown-CvQAbsEo.js} +8 -8
  14. package/dist/DropDown/index.js +1 -1
  15. package/dist/Editor/{Buttons-B8_yDqF5.js → Buttons-DmSUkHWl.js} +2 -2
  16. package/dist/Editor/ToolbarPlugin/Buttons/index.js +3 -3
  17. package/dist/Editor/index.js +3 -3
  18. package/dist/Gantt/GanttChart/index.js +6 -6
  19. package/dist/Gantt/GanttChart-BgDJOyW1.js +2144 -0
  20. package/dist/Gantt/GanttTable/index.js +3 -3
  21. package/dist/Gantt/{GanttTable-DSTq5XmX.js → GanttTable-Di_p-0M1.js} +2 -2
  22. package/dist/Gantt/GanttToolBar/index.js +4 -4
  23. package/dist/Gantt/GanttToolBar-D5pQdrzv.js +105 -0
  24. package/dist/Gantt/{collapseKeys-BWMH5k37.js → collapseKeys-C8139wvy.js} +34 -30
  25. package/dist/Gantt/{constants-_vMvDXFh.js → constants-D4ur8WRs.js} +16 -17
  26. package/dist/Gantt/index.js +8 -8
  27. package/dist/Gantt/{timelineViewConfig-DshzoBp7.js → timelineViewConfig-BXl2UkN8.js} +1 -1
  28. package/dist/Gantt/utils/index.js +4 -4
  29. package/dist/Modal/{Modal-CrK8gFOn.js → Modal-D3LFqIV4.js} +3 -3
  30. package/dist/Modal/index.js +1 -1
  31. package/dist/Select/{Select-Gkywa_sm.js → Select-OjCjCogR.js} +4 -4
  32. package/dist/Select/index.js +2 -2
  33. package/dist/Table/{Table-DVTq4n2V.js → Table-3-kFIm5v.js} +3 -4
  34. package/dist/Table/index.js +1 -1
  35. package/dist/Tree/index.js +1 -1
  36. package/dist/components/DatePicker/__tests__/DatePicker.triggerActiveClassName.test.d.ts +1 -0
  37. package/dist/components/DatePicker/interface.d.ts +2 -0
  38. package/dist/components/Gantt/GanttChart/GanttTaskBar/GanttTaskBar.d.ts +1 -1
  39. package/dist/components/Gantt/GanttChart/GanttTaskBar/useTaskBarPointer.d.ts +2 -2
  40. package/dist/components/Gantt/GanttChart/OffscreenTaskIndicators/__tests__/OffscreenTaskIndicators.test.d.ts +1 -0
  41. package/dist/components/Gantt/GanttChart/hooks/__tests__/useGanttDrag.clippedQuarterMonth.test.d.ts +0 -0
  42. package/dist/components/Gantt/GanttChart/hooks/__tests__/useOffscreenIndicators.test.d.ts +1 -0
  43. package/dist/components/Gantt/GanttChart/hooks/__tests__/useTimelineViewportController.test.d.ts +0 -0
  44. package/dist/components/Gantt/GanttChart/hooks/useEdgeScroll.d.ts +1 -2
  45. package/dist/components/Gantt/GanttChart/hooks/useGanttDrag.d.ts +3 -3
  46. package/dist/components/Gantt/GanttChart/hooks/useGanttScrollbars.d.ts +1 -1
  47. package/dist/components/Gantt/GanttChart/hooks/useOffscreenIndicators.d.ts +6 -6
  48. package/dist/components/Gantt/GanttChart/hooks/useTimelineViewportController.d.ts +4 -2
  49. package/dist/components/Gantt/GanttChart/utils/__tests__/timelineMarkers.test.d.ts +1 -0
  50. package/dist/components/Gantt/GanttChart/utils/__tests__/timelineRange.test.d.ts +1 -0
  51. package/dist/components/Gantt/GanttChart/utils/__tests__/timelineViewportEngine.test.d.ts +1 -0
  52. package/dist/components/Gantt/GanttChart/utils/constants.d.ts +26 -17
  53. package/dist/components/Gantt/GanttChart/utils/dragEngine.d.ts +2 -0
  54. package/dist/components/Gantt/GanttChart/utils/quarterMonthScale.d.ts +1 -0
  55. package/dist/components/Gantt/GanttChart/utils/timelineFocus.d.ts +0 -34
  56. package/dist/components/Gantt/GanttChart/utils/timelineMarkers.d.ts +2 -1
  57. package/dist/components/Gantt/GanttChart/utils/timelineRange.d.ts +8 -0
  58. package/dist/components/Gantt/GanttChart/utils/timelineViewportEngine.d.ts +44 -0
  59. package/dist/components/Gantt/__tests__/GanttBars.renderWindow.test.d.ts +1 -0
  60. package/dist/components/Gantt/types.internal.d.ts +22 -8
  61. package/dist/index.js +11 -11
  62. package/dist/style.css +1 -1
  63. package/dist/vendors/{ConfigProvider-BRfJ7gWc.js → ConfigProvider-DwmA94S2.js} +5 -0
  64. package/dist/vendors/{Tree-DJpkMB5u.js → Tree-C7BgkjCQ.js} +1 -1
  65. package/package.json +1 -1
  66. package/dist/Gantt/GanttChart-DpmbH0GI.js +0 -1965
  67. package/dist/Gantt/GanttToolBar-fCAi-4zZ.js +0 -91
@@ -25,21 +25,9 @@ export declare const BAR_MAX_HEIGHT = 26;
25
25
  */
26
26
  export declare const COLUMN_OVERSCAN_CELLS = 4;
27
27
  export declare const MIN_COLUMN_OVERSCAN_PX = 240;
28
- export declare const INFINITE_SCROLL_EDGE_THRESHOLD = 280;
29
- export declare const INFINITE_SCROLL_EXTEND_DAYS: {
30
- day: number;
31
- week: number;
32
- month: number;
33
- quarter: number;
34
- quarterMonth: number;
35
- year: number;
36
- halfDay: number;
37
- sixHour: number;
38
- hour: number;
39
- halfHour: number;
40
- tenMinute: number;
41
- oneMinute: number;
42
- };
28
+ export declare const TIMELINE_REBASE_GUARD_BAND_PX = 280;
29
+ /** 重建后的 Focus 到任一逻辑边缘必须严格越过保护区,避免立即再次 rebase。 */
30
+ export declare const TIMELINE_REBASE_CENTER_MARGIN_PX: number;
43
31
  export declare const DEFAULT_TIME_RANGE_CONFIG: {
44
32
  bufferDaysBefore: number;
45
33
  bufferDaysAfter: number;
@@ -51,7 +39,6 @@ export declare const DEFAULT_TIME_RANGE_CONFIG: {
51
39
  *(tenMinute = 144 列/天;oneMinute = 1440 列/天)。
52
40
  * 若沿用日历档 ±90 天缓冲,初次构建即产生上万个表头格,造成首屏卡顿。
53
41
  * 这里按粒度收窄初始窗口;DOM 仍由列虚拟化控制,segment 数组可略超千级。
54
- * 与 INFINITE_SCROLL_EXTEND_DAYS 的亚日值保持同量级,滚动续接体验一致。
55
42
  */
56
43
  export declare const DEFAULT_SUBDAY_BUFFER_DAYS: {
57
44
  halfDay: number;
@@ -61,8 +48,30 @@ export declare const DEFAULT_SUBDAY_BUFFER_DAYS: {
61
48
  tenMinute: number;
62
49
  oneMinute: number;
63
50
  };
64
- /** 非默认 ±90 天缓冲的档位(亚日 + 季/月)。 */
51
+ /**
52
+ * 粗粒度日历档:每侧至少保留的「本档周期」数量。
53
+ * week→周、month/quarterMonth→月、quarter→季、year→年。
54
+ */
55
+ export declare const COARSE_MODE_SIDE_BUFFER_UNITS: {
56
+ readonly week: 20;
57
+ readonly month: 20;
58
+ readonly quarter: 20;
59
+ readonly year: 10;
60
+ readonly quarterMonth: 20;
61
+ };
62
+ /**
63
+ * 按 viewMode 覆盖的默认缓冲天数(前后对称)。
64
+ *
65
+ * - 亚日:收窄,避免 ±90 天炸出海量表头列
66
+ * - week 及以上:每侧按 {@link COARSE_MODE_SIDE_BUFFER_UNITS} 个本档周期
67
+ * (大屏下 ensureCanCenter 仍可能再加宽以保证 focus 可居中)
68
+ * - day:不在此表,沿用 DEFAULT_TIME_RANGE_CONFIG ±90(可被 props 覆盖)
69
+ */
65
70
  export declare const DEFAULT_MODE_BUFFER_DAYS: {
71
+ week: number;
72
+ month: number;
73
+ quarter: number;
74
+ year: number;
66
75
  quarterMonth: number;
67
76
  halfDay: number;
68
77
  sixHour: number;
@@ -32,6 +32,8 @@ interface CalendarDragCurrent {
32
32
  originStartMs: number;
33
33
  originEndMs: number;
34
34
  originLeftPx: number;
35
+ originAnchorPx?: number;
36
+ originAnchorMs?: number;
35
37
  }
36
38
  export declare const applyCalendarDragByCoords: (current: CalendarDragCurrent, deltaPx: number, timelineCoords: TimelineCoords, snapUnitMs: number) => {
37
39
  deltaUnits: number;
@@ -1,5 +1,6 @@
1
1
  import { GanttFormatMessage, LowerSegment } from '../../types.internal';
2
2
  export declare const QUARTER_MONTH_CELL_WIDTH_PX: number | undefined;
3
+ export declare const toUnclippedQuarterMonthWidth: (startMs: number, endMs: number) => number;
3
4
  export declare const formatQuarterMonthTopLabel: (startMs: number, formatMessage: GanttFormatMessage) => string;
4
5
  export declare const formatCalendarMonthLabel: (startMs: number, formatMessage: GanttFormatMessage) => string;
5
6
  export declare const formatQuarterMonthBottomLabel: (startMs: number, formatMessage: GanttFormatMessage) => string;
@@ -1,38 +1,4 @@
1
- import { GanttMode } from '../../interface';
2
- import { TimeRangeConfig } from '../../types.internal';
3
- export declare const VIEWPORT_CENTER_PADDING_PX = 200;
4
1
  export declare function clampScrollLeft(scrollLeft: number, viewportWidth: number, timelineWidth: number): number;
5
- export declare function padRangeToFillViewport({ startMs, endMs, viewMode, viewportWidth, pixelsPerDay, }: {
6
- startMs: number;
7
- endMs: number;
8
- viewMode: GanttMode;
9
- viewportWidth?: number;
10
- pixelsPerDay?: number;
11
- }): {
12
- startMs: number;
13
- endMs: number;
14
- };
15
- export declare function ensureCanCenterRange({ startMs, endMs, anchorMs, viewMode, viewportWidth, pixelsPerDay, }: {
16
- startMs: number;
17
- endMs: number;
18
- anchorMs: number;
19
- viewMode: GanttMode;
20
- viewportWidth?: number;
21
- pixelsPerDay?: number;
22
- }): {
23
- startMs: number;
24
- endMs: number;
25
- };
26
- export declare function buildWindowAround({ anchorMs, viewMode, timeRangeConfig, viewportWidth, pixelsPerDay, }: {
27
- anchorMs: number;
28
- viewMode: GanttMode;
29
- timeRangeConfig: TimeRangeConfig;
30
- viewportWidth?: number;
31
- pixelsPerDay?: number;
32
- }): {
33
- startMs: number;
34
- endMs: number;
35
- };
36
2
  export declare function scrollLeftForAnchor({ anchorMs, toX, viewportWidth, timelineWidth, }: {
37
3
  anchorMs: number;
38
4
  toX: (ms: number) => number;
@@ -1 +1,2 @@
1
- export declare function shouldShowTodayMarker(showTodayLine: boolean | undefined, todayLineLeft: number | null, timelineWidth: number): boolean;
1
+ import { TimelineRange } from './timelineRange';
2
+ export declare function shouldShowTodayMarker(showTodayLine: boolean | undefined, todayLineLeft: number | null, timelineWidth: number, todayMs: number, renderWindow: TimelineRange): boolean;
@@ -0,0 +1,8 @@
1
+ export interface TimelineRange {
2
+ startMs: number;
3
+ endMs: number;
4
+ }
5
+ export declare const isValidTimelineRange: (range: TimelineRange) => boolean;
6
+ export declare const containsTime: (range: TimelineRange, timeMs: number) => boolean;
7
+ export declare const intersectsRange: (left: TimelineRange, right: TimelineRange) => boolean;
8
+ export declare const clipRange: (range: TimelineRange, bounds: TimelineRange) => TimelineRange | null;
@@ -0,0 +1,44 @@
1
+ import { GanttMode } from '../../interface';
2
+ import { TimelineCoords, TimeRangeConfig } from '../../types.internal';
3
+ import { TimelineRange } from './timelineRange';
4
+ export interface TimelineViewport {
5
+ renderWindow: TimelineRange;
6
+ visibleRange: TimelineRange;
7
+ focusMs: number;
8
+ }
9
+ export type RebaseGuardBand = 'left' | 'right' | null;
10
+ interface DeriveTimelineViewportOptions {
11
+ renderWindow: TimelineRange;
12
+ timelineCoords: TimelineCoords;
13
+ scrollLeft: number;
14
+ viewportWidth: number;
15
+ }
16
+ interface RebaseGuardBandOptions {
17
+ scrollLeft: number;
18
+ viewportWidth: number;
19
+ timelineWidth: number;
20
+ guardBandPx: number;
21
+ }
22
+ interface BuildBoundedRenderWindowOptions {
23
+ focusMs: number;
24
+ fallbackFocusMs?: number;
25
+ viewMode: GanttMode;
26
+ timeRangeConfig: TimeRangeConfig;
27
+ viewportWidth: number;
28
+ pixelsPerDay: number;
29
+ }
30
+ interface BuildFocusPreservingAlignmentOptions {
31
+ focusMs: number;
32
+ fallbackFocusMs?: number;
33
+ timelineCoords: TimelineCoords;
34
+ viewportWidth: number;
35
+ timelineWidth: number;
36
+ }
37
+ export declare const deriveTimelineViewport: ({ renderWindow, timelineCoords, scrollLeft, viewportWidth, }: DeriveTimelineViewportOptions) => TimelineViewport;
38
+ export declare const getRebaseGuardBand: ({ scrollLeft, viewportWidth, timelineWidth, guardBandPx, }: RebaseGuardBandOptions) => RebaseGuardBand;
39
+ export declare const buildBoundedRenderWindow: ({ focusMs, fallbackFocusMs, viewMode, timeRangeConfig, viewportWidth, pixelsPerDay, }: BuildBoundedRenderWindowOptions) => TimelineRange;
40
+ export declare const buildFocusPreservingAlignment: ({ focusMs, fallbackFocusMs, timelineCoords, viewportWidth, timelineWidth, }: BuildFocusPreservingAlignmentOptions) => {
41
+ focusMs: number;
42
+ scrollLeft: number;
43
+ };
44
+ export {};
@@ -72,7 +72,14 @@ export interface InternalDragState {
72
72
  taskId: string;
73
73
  item: NormalizedGanttItem;
74
74
  startClientX: number;
75
+ /** Pointer X relative to the active visual anchor at mousedown, in screen px. */
76
+ grabOffsetInBar: number;
75
77
  originLeftPx: number;
78
+ /** Clipped width rendered inside the current timeline window. */
79
+ originWidthPx: number;
80
+ /** Window-valid visual anchor X and timestamp captured at drag start. */
81
+ originAnchorPx: number;
82
+ originAnchorMs: number;
76
83
  originStartMs: number;
77
84
  originEndMs: number;
78
85
  deltaUnits: number;
@@ -99,12 +106,12 @@ export interface OffscreenIndicator {
99
106
  rowHeight: number;
100
107
  showLeft: boolean;
101
108
  showRight: boolean;
102
- targetStartMs: number | null;
103
- targetScrollLeft: number;
109
+ targetMs: number;
110
+ taskId: string;
104
111
  }
105
112
  export interface OffscreenJumpTarget {
106
- targetScrollLeft: number;
107
- targetStartMs: number | null;
113
+ targetMs: number;
114
+ taskId: string;
108
115
  }
109
116
  export interface BarTooltipHoverState {
110
117
  x: number;
@@ -136,8 +143,12 @@ export interface GanttHighlightContextValue {
136
143
  getIsScrollActive: () => boolean;
137
144
  }
138
145
  export interface GanttTimelineContextValue {
146
+ viewMode: GanttMode;
139
147
  pixelsPerDay: number;
140
148
  timelineStartMs: number;
149
+ timelineEndMs: number;
150
+ visibleStartMs: number;
151
+ visibleEndMs: number;
141
152
  timelineCoords: TimelineCoords;
142
153
  scrollLeft: number;
143
154
  viewportWidth: number;
@@ -149,8 +160,8 @@ export interface GanttInteractionContextValue {
149
160
  isScrolling: boolean;
150
161
  collapsedKeys: CollapsedKeys;
151
162
  onBarClick: (event: MouseEvent, item: NormalizedGanttItem) => void;
152
- onTaskMouseDown: (event: MouseEvent, item: NormalizedGanttItem, left: number) => void;
153
- onResizeMouseDown: (event: MouseEvent, item: NormalizedGanttItem, left: number, edge: 'start' | 'end') => void;
163
+ onTaskMouseDown: (event: MouseEvent, item: NormalizedGanttItem, left: number, width?: number) => void;
164
+ onResizeMouseDown: (event: MouseEvent, item: NormalizedGanttItem, left: number, edge: 'start' | 'end', width?: number) => void;
154
165
  }
155
166
  export interface GanttChartProps<T extends GanttDataItem = GanttDataItem> {
156
167
  items?: T[];
@@ -236,8 +247,8 @@ export interface GanttChartCanvasProps {
236
247
  dragState: InternalDragState | null;
237
248
  dragPermissionById: Record<string, ResolvedDragPermission>;
238
249
  tooltip?: ((item: NormalizedGanttItem) => ReactNode) | null;
239
- handleTaskMouseDown: (event: MouseEvent, item: NormalizedGanttItem, left: number) => void;
240
- handleResizeMouseDown: (event: MouseEvent, item: NormalizedGanttItem, left: number, edge: 'start' | 'end') => void;
250
+ handleTaskMouseDown: (event: MouseEvent, item: NormalizedGanttItem, left: number, width?: number) => void;
251
+ handleResizeMouseDown: (event: MouseEvent, item: NormalizedGanttItem, left: number, edge: 'start' | 'end', width?: number) => void;
241
252
  handleBarClick: (event: MouseEvent, item: NormalizedGanttItem) => void;
242
253
  collapsedKeys?: CollapsedKeys;
243
254
  handleOffscreenJump: (target: OffscreenJumpTarget) => void;
@@ -282,6 +293,7 @@ export interface UseGanttDragOptions {
282
293
  timelineCoords: TimelineCoords;
283
294
  onTaskTimeChange?: GanttProps['onTaskTimeChange'];
284
295
  containerRef?: ElementRef<HTMLDivElement>;
296
+ onDragInteractionChange?: (interacting: boolean) => void;
285
297
  }
286
298
  export interface UseTimelineViewportControllerOptions {
287
299
  timeRangeConfig?: TimeRangeConfig;
@@ -294,6 +306,8 @@ export interface UseTimelineViewportControllerOptions {
294
306
  };
295
307
  headerTrackRef: ElementRef<HTMLDivElement>;
296
308
  formatMessage: GanttFormatMessage;
309
+ isHorizontalScrollbarInteracting: boolean;
310
+ isTaskBarInteracting?: boolean;
297
311
  }
298
312
  export interface UseGanttCollapseStateOptions {
299
313
  collapsedKeys?: CollapsedKeys;
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { t as e } from "./Icon/Icon-BQ3Whub2.js";
2
2
  import "./vendors/LocaleContext-BJdHS0sH.js";
3
- import { r as t, t as n } from "./vendors/ConfigProvider-BRfJ7gWc.js";
3
+ import { r as t, t as n } from "./vendors/ConfigProvider-DwmA94S2.js";
4
4
  import "./Amap/AmapContext-JaYk1a3H.js";
5
- import { t as r } from "./Amap/AmapProvider-By5tTMAj.js";
5
+ import { t as r } from "./Amap/AmapProvider-CwKdpmCg.js";
6
6
  import { t as i } from "./Amap/Amap-DL5dLiUm.js";
7
7
  import { n as a, t as o } from "./Amap/hooks-D1m8KgVM.js";
8
8
  import { t as s } from "./Amap/AmapCircle-mh92P2l6.js";
@@ -10,16 +10,16 @@ import "./Amap/useMarkerInfoWindowController-CRgf2I0Q.js";
10
10
  import { t as c } from "./Amap/AmapMarker-DYW0-8Hd.js";
11
11
  import { t as l } from "./Amap/AmapMarkerCluster-BRVHHMbi.js";
12
12
  import { t as u } from "./Card/Card-CRrtIjNT.js";
13
- import { t as d } from "./Modal/Modal-CrK8gFOn.js";
13
+ import { t as d } from "./Modal/Modal-D3LFqIV4.js";
14
14
  import { t as f } from "./ColorPicker/ColorPicker-By-Y8Tyz.js";
15
15
  import "./vendors/useFloatingOverlay-3KB88hpZ.js";
16
16
  import "./vendors/useLocale-BTz4slNW.js";
17
17
  import "./vendors/color-BeQo449h.js";
18
18
  import { t as p } from "./Segmented/Segmented-BTW445jc.js";
19
19
  import { n as m, t as h } from "./Tooltip/Tooltip-DW_XP13m.js";
20
- import { t as g } from "./Select/Select-Gkywa_sm.js";
20
+ import { t as g } from "./Select/Select-OjCjCogR.js";
21
21
  import "./Select/SelectInputSearch-DXPTGSc2.js";
22
- import { t as _ } from "./vendors/Tree-DJpkMB5u.js";
22
+ import { t as _ } from "./vendors/Tree-C7BgkjCQ.js";
23
23
  import "./CheckBox/CheckBox-CkVe5Boq.js";
24
24
  import { t as v } from "./CheckBox/CheckBox-DIunYcfS.js";
25
25
  import { t as y } from "./Radio/Radio-DkrZHoG1.js";
@@ -27,13 +27,13 @@ import { t as b } from "./NotFoundContent/NotFoundContent-7xV-zOG2.js";
27
27
  import "./vendors/useFloatingPortal-DsEtsAGW.js";
28
28
  import "./Tree/index.js";
29
29
  import { n as x, t as S } from "./Tabs/Tabs-DVQcB3YG.js";
30
- import { t as C } from "./DropDown/DropDown-C5H9UObs.js";
30
+ import { t as C } from "./DropDown/DropDown-CvQAbsEo.js";
31
31
  import { t as w } from "./Loading/Loading-WjmzBabh.js";
32
32
  import "./NotFoundContent/index.js";
33
33
  import { t as T } from "./InputTag/InputTag-zP5QdId7.js";
34
34
  import "./Calendar/context-DNOJ9LW_.js";
35
- import { t as E } from "./Calendar/Calendar-CuBzeTkR.js";
36
- import { t as D } from "./DatePicker/DatePicker-B6ZFxTt6.js";
35
+ import { t as E } from "./Calendar/Calendar-Yu2HfA5D.js";
36
+ import { t as D } from "./DatePicker/DatePicker-PCdNachD.js";
37
37
  import "./DatePicker/ensureDayjsPlugins-C3aqki6i.js";
38
38
  import "./DatePicker/pickerLocale-VqSP_iIm.js";
39
39
  import "./DatePicker/style-DZaSSoNs.js";
@@ -41,9 +41,9 @@ import "./Calendar/layout-CaPxiRd-.js";
41
41
  import "./Calendar/TimeAxis-cK2_3FeM.js";
42
42
  import "./Calendar/TimeGrid-B8lvUb1W.js";
43
43
  import "./Calendar/CurrentTimeIndicator-CUeblc9r.js";
44
- import "./Calendar/EventCard-DRJrT_AG.js";
45
- import "./Calendar/AllDaySection-DwQz-p7a.js";
44
+ import "./Calendar/EventCard-L6jaKgEw.js";
45
+ import "./Calendar/AllDaySection-CseF1DuB.js";
46
46
  import { a as O, c as k, d as A, f as j, n as M, o as N, r as P, t as F, u as I } from "./Table/processRowspan-BCzfI5un.js";
47
- import { t as L } from "./Table/Table-DVTq4n2V.js";
47
+ import { t as L } from "./Table/Table-3-kFIm5v.js";
48
48
  import { n as R, t as z } from "./Table/hooks-CJ2CnSep.js";
49
49
  export { i as Amap, s as AmapCircle, c as AmapMarker, l as AmapMarkerCluster, r as AmapProvider, E as Calendar, u as Card, v as Checkbox, f as ColorPicker, n as ConfigProvider, D as DatePicker, C as DropDown, e as Icon, T as InputTag, w as Loading, t as LocalTheme, d as Modal, b as NotFoundContent, y as Ratio, p as Segmented, g as Select, S as TabSelect, L as Table, x as Tabs, h as Tooltip, m as TooltipFloatingContext, _ as Tree, O as calculateFixedOffset, N as expandLeafColumns, F as getCellRowspan, k as getColumnsWidth, I as getRowKey, M as processRowspan, P as shouldRenderCell, A as sortData, j as splitFixedColumns, a as useAmap, z as useColumnResize, o as useCurrentLocation, R as useTableVirtual };