@expcat/tigercat-react 2.0.4 → 2.1.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/README.md +25 -16
- package/dist/chunk-2YOP55OF.mjs +639 -0
- package/dist/{chunk-V6P7ZK6O.mjs → chunk-7EMCZVJ2.mjs} +1 -1
- package/dist/chunk-EW43YBPV.mjs +457 -0
- package/dist/{chunk-QJE3MZBO.mjs → chunk-FSMJLJFL.mjs} +1 -1
- package/dist/{chunk-BOGOQ44C.mjs → chunk-GCY55TBC.mjs} +1 -1
- package/dist/chunk-GR3Y3XWP.mjs +47 -0
- package/dist/chunk-IGBQGR6G.mjs +234 -0
- package/dist/{chunk-D33BIMGK.mjs → chunk-IR7VA6AO.mjs} +11 -1
- package/dist/chunk-J76R2S62.mjs +161 -0
- package/dist/{chunk-2WGEHH5A.mjs → chunk-JQJM65RJ.mjs} +1 -1
- package/dist/{chunk-7AFRHC7P.mjs → chunk-KC55B62J.mjs} +127 -42
- package/dist/chunk-KRDHM5KB.mjs +259 -0
- package/dist/chunk-M5MZWOHF.mjs +180 -0
- package/dist/chunk-MFPVVGNA.mjs +248 -0
- package/dist/chunk-NLGLBTSM.mjs +138 -0
- package/dist/chunk-NT7GW2FD.mjs +40 -0
- package/dist/chunk-OKYMTHFQ.mjs +279 -0
- package/dist/{chunk-LBXNMCXN.mjs → chunk-OZ5XLR22.mjs} +6 -1
- package/dist/{chunk-HHIW7V7B.mjs → chunk-PFL4HNWM.mjs} +1 -8
- package/dist/chunk-RUAPTIQ7.mjs +181 -0
- package/dist/chunk-SEOG5AGS.mjs +72 -0
- package/dist/chunk-TQ6RIFWR.mjs +135 -0
- package/dist/chunk-U4M3DC2P.mjs +48 -0
- package/dist/{chunk-YIB6ZXZF.mjs → chunk-UETARXIK.mjs} +239 -52
- package/dist/chunk-XT43B7ZI.mjs +58 -0
- package/dist/components/ActivityFeed.mjs +1 -1
- package/dist/components/AreaChart.mjs +2 -2
- package/dist/components/AspectRatio.d.mts +10 -0
- package/dist/components/AspectRatio.mjs +8 -0
- package/dist/components/BarChart.mjs +2 -2
- package/dist/components/Cascader.mjs +1 -1
- package/dist/components/ChatWindow.mjs +1 -1
- package/dist/components/CodeEditor.mjs +1 -1
- package/dist/components/ContextMenu.d.mts +36 -0
- package/dist/components/ContextMenu.mjs +17 -0
- package/dist/components/DataExport.mjs +1 -1
- package/dist/components/DataTableWithToolbar.mjs +5 -5
- package/dist/components/Highlight.d.mts +11 -0
- package/dist/components/Highlight.mjs +8 -0
- package/dist/components/ImageCompare.d.mts +15 -0
- package/dist/components/ImageCompare.mjs +8 -0
- package/dist/components/InputOTP.d.mts +33 -0
- package/dist/components/InputOTP.mjs +12 -0
- package/dist/components/Kbd.d.mts +10 -0
- package/dist/components/Kbd.mjs +8 -0
- package/dist/components/LineChart.mjs +2 -2
- package/dist/components/List.mjs +2 -2
- package/dist/components/LoadingBar.d.mts +8 -0
- package/dist/components/LoadingBar.mjs +138 -0
- package/dist/components/LoadingBarContainer.d.mts +8 -0
- package/dist/components/LoadingBarContainer.mjs +8 -0
- package/dist/components/LoadingBarRoot.d.mts +6 -0
- package/dist/components/LoadingBarRoot.mjs +6 -0
- package/dist/components/Marquee.d.mts +10 -0
- package/dist/components/Marquee.mjs +8 -0
- package/dist/components/MaskInput.d.mts +37 -0
- package/dist/components/MaskInput.mjs +10 -0
- package/dist/components/Masonry.d.mts +10 -0
- package/dist/components/Masonry.mjs +8 -0
- package/dist/components/NavigationMenu.d.mts +84 -0
- package/dist/components/NavigationMenu.mjs +23 -0
- package/dist/components/NotificationCenter.mjs +3 -3
- package/dist/components/PageHeader.d.mts +34 -0
- package/dist/components/PageHeader.mjs +11 -0
- package/dist/components/Pagination.mjs +1 -1
- package/dist/components/RadarChart.mjs +2 -2
- package/dist/components/ScatterChart.mjs +2 -2
- package/dist/components/ScrollArea.d.mts +10 -0
- package/dist/components/ScrollArea.mjs +8 -0
- package/dist/components/SplitButton.d.mts +38 -0
- package/dist/components/SplitButton.mjs +12 -0
- package/dist/components/Table.mjs +2 -2
- package/dist/components/TagsInput.d.mts +41 -0
- package/dist/components/TagsInput.mjs +13 -0
- package/dist/components/TreeSelect.mjs +2 -1
- package/dist/index.d.mts +17 -1
- package/dist/index.mjs +356 -0
- package/package.json +117 -2
- package/dist/{chunk-NCHUEGUW.mjs → chunk-H6MVW5YD.mjs} +3 -3
- package/dist/{chunk-UT5BV2VO.mjs → chunk-I4MWOYJS.mjs} +3 -3
- package/dist/{chunk-E7OTDBI6.mjs → chunk-NWVNTZOP.mjs} +3 -3
- package/dist/{chunk-FYINJRYN.mjs → chunk-RQ4PUK6G.mjs} +3 -3
- package/dist/{chunk-KMP5CVNK.mjs → chunk-UKY2EPS3.mjs} +3 -3
package/dist/index.mjs
CHANGED
|
@@ -2,7 +2,12 @@ export {
|
|
|
2
2
|
ANIMATION_DURATION_FAST_MS,
|
|
3
3
|
ANIMATION_DURATION_MS,
|
|
4
4
|
ANIMATION_DURATION_SLOW_MS,
|
|
5
|
+
ASPECT_RATIO_DEFAULT,
|
|
6
|
+
CASCADER_DEFAULT_LIST_HEIGHT,
|
|
5
7
|
COMPONENT_MOTION_VARS,
|
|
8
|
+
CONTEXT_MENU_ENTER_CLASS,
|
|
9
|
+
CONTEXT_MENU_POINT_SIZE,
|
|
10
|
+
CONTEXT_MENU_SUB_CHEVRON_PATH,
|
|
6
11
|
COUNTDOWN_DEFAULT_FORMAT,
|
|
7
12
|
COUNTDOWN_DEFAULT_INTERVAL_MS,
|
|
8
13
|
CROP_HANDLES,
|
|
@@ -17,16 +22,41 @@ export {
|
|
|
17
22
|
DEFAULT_FORM_VALIDATION_LABELS,
|
|
18
23
|
DEFAULT_FORM_WIZARD_LABELS,
|
|
19
24
|
DEFAULT_HEATMAP_CANVAS_THRESHOLD,
|
|
25
|
+
DEFAULT_HIGHLIGHT_CASE_SENSITIVE,
|
|
26
|
+
DEFAULT_HIGHLIGHT_GLOBAL,
|
|
27
|
+
DEFAULT_IMAGE_COMPARE_ARIA_LABEL,
|
|
28
|
+
DEFAULT_IMAGE_COMPARE_FIT,
|
|
29
|
+
DEFAULT_IMAGE_COMPARE_ORIENTATION,
|
|
30
|
+
DEFAULT_IMAGE_COMPARE_POSITION,
|
|
31
|
+
DEFAULT_IMAGE_COMPARE_STEP,
|
|
20
32
|
DEFAULT_IMAGE_EDITOR_LABELS,
|
|
21
33
|
DEFAULT_IMAGE_VIEWER_LABELS,
|
|
34
|
+
DEFAULT_INPUT_OTP_LABELS,
|
|
35
|
+
DEFAULT_KBD_SEPARATOR,
|
|
36
|
+
DEFAULT_KBD_SIZE,
|
|
37
|
+
DEFAULT_KBD_VARIANT,
|
|
38
|
+
DEFAULT_LOADING_BAR_ARIA_LABEL,
|
|
39
|
+
DEFAULT_LOADING_BAR_COLOR,
|
|
40
|
+
DEFAULT_LOADING_BAR_HEIGHT,
|
|
22
41
|
DEFAULT_MARKDOWN_EDITOR_LABELS,
|
|
42
|
+
DEFAULT_MARQUEE_ARIA_LABEL,
|
|
43
|
+
DEFAULT_MARQUEE_DIRECTION,
|
|
44
|
+
DEFAULT_MARQUEE_DURATION_MS,
|
|
45
|
+
DEFAULT_MARQUEE_GAP_PX,
|
|
46
|
+
DEFAULT_MARQUEE_PAUSE_ON_HOVER,
|
|
47
|
+
DEFAULT_MARQUEE_REPEAT,
|
|
48
|
+
DEFAULT_MASK_TOKENS,
|
|
23
49
|
DEFAULT_PAGINATION_LABELS,
|
|
24
50
|
DEFAULT_RATE_LABELS,
|
|
25
51
|
DEFAULT_RICH_TEXT_EDITOR_LABELS,
|
|
26
52
|
DEFAULT_SELECT_LABELS,
|
|
53
|
+
DEFAULT_SPLIT_BUTTON_SIZE,
|
|
54
|
+
DEFAULT_SPLIT_BUTTON_TRIGGER_ARIA_LABEL,
|
|
55
|
+
DEFAULT_SPLIT_BUTTON_VARIANT,
|
|
27
56
|
DEFAULT_STATUS_LABELS,
|
|
28
57
|
DEFAULT_TABLE_LABELS,
|
|
29
58
|
DEFAULT_TABS_LABELS,
|
|
59
|
+
DEFAULT_TAGS_INPUT_LABELS,
|
|
30
60
|
DEFAULT_TASK_BOARD_LABELS,
|
|
31
61
|
DEFAULT_TIME_PICKER_LABELS,
|
|
32
62
|
DEFAULT_TOUR_LABELS,
|
|
@@ -51,6 +81,21 @@ export {
|
|
|
51
81
|
FLOATING_OVERLAY_Z_INDEX,
|
|
52
82
|
FORM_VALIDATION_PRESETS,
|
|
53
83
|
GAUGE_ANIMATION_DURATION_MS,
|
|
84
|
+
IMAGE_COMPARE_POSITION_VAR,
|
|
85
|
+
LOADING_BAR_CONTAINER_ID,
|
|
86
|
+
LOADING_BAR_CONTAINER_ROOT_ID,
|
|
87
|
+
LOADING_BAR_FINISH_HIDE_DELAY_MS,
|
|
88
|
+
LOADING_BAR_MAX_TRICKLE_PERCENTAGE,
|
|
89
|
+
LOADING_BAR_START_PERCENTAGE,
|
|
90
|
+
LOADING_BAR_TRICKLE_INTERVAL_MS,
|
|
91
|
+
MARQUEE_COPIES_VAR,
|
|
92
|
+
MARQUEE_CSS,
|
|
93
|
+
MARQUEE_DURATION_VAR,
|
|
94
|
+
MARQUEE_GAP_VAR,
|
|
95
|
+
MARQUEE_STYLE_ID,
|
|
96
|
+
MASONRY_DEFAULT_COLUMNS,
|
|
97
|
+
MASONRY_DEFAULT_GAP,
|
|
98
|
+
MAX_MARQUEE_REPEAT,
|
|
54
99
|
MODERN_BASE_TOKENS_DARK,
|
|
55
100
|
MODERN_BASE_TOKENS_LIGHT,
|
|
56
101
|
MODERN_OVERRIDE_TOKENS_DARK,
|
|
@@ -61,6 +106,13 @@ export {
|
|
|
61
106
|
MOTION_DURATION_TOKEN_VARS,
|
|
62
107
|
MOTION_EASING_TOKEN_FALLBACKS,
|
|
63
108
|
MOTION_EASING_TOKEN_VARS,
|
|
109
|
+
NAVIGATION_MENU_BAR_ITEM_ATTR,
|
|
110
|
+
NAVIGATION_MENU_CHEVRON_PATH,
|
|
111
|
+
NAVIGATION_MENU_DEFAULT_DELAY_DURATION,
|
|
112
|
+
NAVIGATION_MENU_DEFAULT_OFFSET,
|
|
113
|
+
NAVIGATION_MENU_DEFAULT_SKIP_DELAY_DURATION,
|
|
114
|
+
NAVIGATION_MENU_ENTER_CLASS,
|
|
115
|
+
PAGE_HEADER_DEFAULT_BACK_ARIA_LABEL,
|
|
64
116
|
PAGINATION_FULL_MODE_PAGE_THRESHOLD,
|
|
65
117
|
PIE_BASE_SHADOW,
|
|
66
118
|
PIE_EMPHASIS_SHADOW,
|
|
@@ -70,6 +122,7 @@ export {
|
|
|
70
122
|
RESIZE_KEYBOARD_STEP,
|
|
71
123
|
SCATTER_ENTRANCE_CLASS,
|
|
72
124
|
SCATTER_ENTRANCE_KEYFRAMES,
|
|
125
|
+
SCROLL_AREA_MIN_THUMB_SIZE,
|
|
73
126
|
SHAKE_CLASS,
|
|
74
127
|
STATISTIC_ANIMATION_DURATION_MS,
|
|
75
128
|
SVG_ANIMATION_CLASSES,
|
|
@@ -89,6 +142,8 @@ export {
|
|
|
89
142
|
TRANSITION_DURATIONS,
|
|
90
143
|
TRANSITION_OPACITY,
|
|
91
144
|
TRANSITION_TRANSFORM,
|
|
145
|
+
TREE_SELECT_DEFAULT_HEIGHT,
|
|
146
|
+
TREE_SELECT_DEFAULT_ITEM_HEIGHT,
|
|
92
147
|
ThemeManager,
|
|
93
148
|
VIEW_TRANSITION_CSS,
|
|
94
149
|
WEEKDAYS,
|
|
@@ -103,6 +158,7 @@ export {
|
|
|
103
158
|
ZH_CN_FORM_WIZARD_LABELS,
|
|
104
159
|
ZH_CN_IMAGE_EDITOR_LABELS,
|
|
105
160
|
ZH_CN_IMAGE_VIEWER_LABELS,
|
|
161
|
+
ZH_CN_INPUT_OTP_LABELS,
|
|
106
162
|
ZH_CN_MARKDOWN_EDITOR_LABELS,
|
|
107
163
|
ZH_CN_PAGINATION_LABELS,
|
|
108
164
|
ZH_CN_RATE_LABELS,
|
|
@@ -111,6 +167,7 @@ export {
|
|
|
111
167
|
ZH_CN_STATUS_LABELS,
|
|
112
168
|
ZH_CN_TABLE_LABELS,
|
|
113
169
|
ZH_CN_TABS_LABELS,
|
|
170
|
+
ZH_CN_TAGS_INPUT_LABELS,
|
|
114
171
|
ZH_CN_TASK_BOARD_LABELS,
|
|
115
172
|
ZH_CN_TIME_PICKER_LABELS,
|
|
116
173
|
ZH_CN_TOUR_LABELS,
|
|
@@ -127,6 +184,7 @@ export {
|
|
|
127
184
|
activityItemTitleGroupClasses,
|
|
128
185
|
addDays,
|
|
129
186
|
addMonths,
|
|
187
|
+
addTags,
|
|
130
188
|
addYears,
|
|
131
189
|
affixWrapperClasses,
|
|
132
190
|
alertBannerClasses,
|
|
@@ -142,6 +200,7 @@ export {
|
|
|
142
200
|
alertIconSizeClasses,
|
|
143
201
|
alertSizeClasses,
|
|
144
202
|
alertTitleSizeClasses,
|
|
203
|
+
alignTreeSelectVirtualScroll,
|
|
145
204
|
anchorAffixClasses,
|
|
146
205
|
anchorBaseClasses,
|
|
147
206
|
anchorInkActiveHorizontalClasses,
|
|
@@ -160,9 +219,15 @@ export {
|
|
|
160
219
|
applyFileDragReorder,
|
|
161
220
|
applyFloatingStyles,
|
|
162
221
|
applyMarkdownToolbarAction,
|
|
222
|
+
applyMaskInput,
|
|
163
223
|
applyNumberKeyboardInput,
|
|
224
|
+
applyOtpBackspace,
|
|
225
|
+
applyOtpCharInput,
|
|
226
|
+
applyOtpDelete,
|
|
164
227
|
applyWheelZoom,
|
|
165
228
|
archiveIcon,
|
|
229
|
+
aspectRatioContentClasses,
|
|
230
|
+
aspectRatioRootClasses,
|
|
166
231
|
autoCompleteBaseClasses,
|
|
167
232
|
autoCompleteDropdownClasses,
|
|
168
233
|
autoCompleteEmptyStateClasses,
|
|
@@ -300,6 +365,9 @@ export {
|
|
|
300
365
|
clampDimensions,
|
|
301
366
|
clampImageAnnotationPoint,
|
|
302
367
|
clampImageAnnotationUnit,
|
|
368
|
+
clampLoadingBarPercentage,
|
|
369
|
+
clampMasonryColumnCount,
|
|
370
|
+
clampMasonryGap,
|
|
303
371
|
clampPaneSize,
|
|
304
372
|
clampPercentage,
|
|
305
373
|
clampScale,
|
|
@@ -377,9 +445,14 @@ export {
|
|
|
377
445
|
computeGanttLayout,
|
|
378
446
|
computeGaugeTicks,
|
|
379
447
|
computeHeatmapCells,
|
|
448
|
+
computeMasonryColumnHeights,
|
|
380
449
|
computeOrgChartLayout,
|
|
381
450
|
computePieHoverOffset,
|
|
382
451
|
computePieLabelLine,
|
|
452
|
+
computeScrollAreaAxisState,
|
|
453
|
+
computeScrollAreaState,
|
|
454
|
+
computeScrollFromThumbOffset,
|
|
455
|
+
computeScrollFromTrackPoint,
|
|
383
456
|
computeSunburstArcs,
|
|
384
457
|
computeTreeMapNodes,
|
|
385
458
|
constrainCropRect,
|
|
@@ -389,6 +462,7 @@ export {
|
|
|
389
462
|
containerPaddingClasses,
|
|
390
463
|
copyTextToClipboard,
|
|
391
464
|
countLines,
|
|
465
|
+
countMaskTokens,
|
|
392
466
|
countdownBaseClasses,
|
|
393
467
|
countdownPrefixClasses,
|
|
394
468
|
countdownSuffixClasses,
|
|
@@ -414,6 +488,7 @@ export {
|
|
|
414
488
|
createDefaultTransform,
|
|
415
489
|
createDocumentDragSession,
|
|
416
490
|
createDragState,
|
|
491
|
+
createEmptyScrollAreaState,
|
|
417
492
|
createFloatingIdFactory,
|
|
418
493
|
createFocusTrap,
|
|
419
494
|
createFormConditionDependencies,
|
|
@@ -428,9 +503,11 @@ export {
|
|
|
428
503
|
createImageAnnotationBox,
|
|
429
504
|
createImageAnnotationPath,
|
|
430
505
|
createInfiniteScrollObserver,
|
|
506
|
+
createInitialLoadingBarState,
|
|
431
507
|
createInstanceCounter,
|
|
432
508
|
createLinePath,
|
|
433
509
|
createLinearScale,
|
|
510
|
+
createLoadingBarController,
|
|
434
511
|
createLongPressController,
|
|
435
512
|
createMotionSequence,
|
|
436
513
|
createNotificationStackUpdateScheduler,
|
|
@@ -534,6 +611,8 @@ export {
|
|
|
534
611
|
descriptionsWrapperClasses,
|
|
535
612
|
designTokens,
|
|
536
613
|
devWarn,
|
|
614
|
+
distributeMasonryItems,
|
|
615
|
+
distributeOtpPaste,
|
|
537
616
|
dotSizeClasses,
|
|
538
617
|
dotsVariantConfig,
|
|
539
618
|
downloadChartBlob,
|
|
@@ -556,6 +635,7 @@ export {
|
|
|
556
635
|
ensureBarMinHeight,
|
|
557
636
|
errorCircleSolidIcon20PathD,
|
|
558
637
|
escapeHighlightHtml,
|
|
638
|
+
escapeHighlightKeyword,
|
|
559
639
|
escapeMarkdownHtml,
|
|
560
640
|
evaluateFormCondition,
|
|
561
641
|
evaluateFormConditions,
|
|
@@ -567,6 +647,8 @@ export {
|
|
|
567
647
|
exportTableToExcel,
|
|
568
648
|
extendedIcons,
|
|
569
649
|
extractMentionQuery,
|
|
650
|
+
extractRawValue,
|
|
651
|
+
extractTagCandidates,
|
|
570
652
|
fileManagerBreadcrumbClasses,
|
|
571
653
|
fileManagerBreadcrumbItemClasses,
|
|
572
654
|
fileManagerBreadcrumbSeparatorClasses,
|
|
@@ -603,6 +685,7 @@ export {
|
|
|
603
685
|
findCascaderOption,
|
|
604
686
|
findColumnFromPoint,
|
|
605
687
|
findFirstEnabledIndex,
|
|
688
|
+
findHighlightRanges,
|
|
606
689
|
findHotkeyMatch,
|
|
607
690
|
findLastEnabledIndex,
|
|
608
691
|
findMarkdownHotkeyMatch,
|
|
@@ -647,12 +730,17 @@ export {
|
|
|
647
730
|
formatGanttDate,
|
|
648
731
|
formatInputNumberDisplay,
|
|
649
732
|
formatIntlNumber,
|
|
733
|
+
formatKbdCombo,
|
|
734
|
+
formatKbdSeparatorText,
|
|
735
|
+
formatMaskValue,
|
|
650
736
|
formatMonthYear,
|
|
737
|
+
formatOtpSlotLabel,
|
|
651
738
|
formatPageAriaLabel,
|
|
652
739
|
formatPaginationPageIndicator,
|
|
653
740
|
formatPaginationTotal,
|
|
654
741
|
formatPrecision,
|
|
655
742
|
formatProgressText,
|
|
743
|
+
formatRemoveTagLabel,
|
|
656
744
|
formatStatisticValue,
|
|
657
745
|
formatTableSelectRowAriaLabel,
|
|
658
746
|
formatTableSortByText,
|
|
@@ -697,6 +785,9 @@ export {
|
|
|
697
785
|
getAnchoredOverlayTabTarget,
|
|
698
786
|
getAreaGradientPrefix,
|
|
699
787
|
getArrowStyles,
|
|
788
|
+
getAspectRatioContentClasses,
|
|
789
|
+
getAspectRatioRootClasses,
|
|
790
|
+
getAspectRatioStyle,
|
|
700
791
|
getAutoCompleteInputClasses,
|
|
701
792
|
getAutoCompleteOptionClasses,
|
|
702
793
|
getAutoExpandKeys,
|
|
@@ -739,6 +830,9 @@ export {
|
|
|
739
830
|
getCascaderOptionPath,
|
|
740
831
|
getCascaderOptionsAtLevel,
|
|
741
832
|
getCascaderTriggerClasses,
|
|
833
|
+
getCascaderVirtualAlignScrollTop,
|
|
834
|
+
getCascaderVirtualItemHeight,
|
|
835
|
+
getCascaderVirtualRange,
|
|
742
836
|
getChartAnimationStyle,
|
|
743
837
|
getChartAxisTickCacheSize,
|
|
744
838
|
getChartAxisTicks,
|
|
@@ -759,6 +853,7 @@ export {
|
|
|
759
853
|
getCodeBlockContainerClasses,
|
|
760
854
|
getCodeBlockCopyButtonClasses,
|
|
761
855
|
getCodeEditorActiveLineClasses,
|
|
856
|
+
getCodeEditorCaretClasses,
|
|
762
857
|
getCodeEditorContainerClasses,
|
|
763
858
|
getColGutterClasses,
|
|
764
859
|
getColMergedStyleVars,
|
|
@@ -780,6 +875,16 @@ export {
|
|
|
780
875
|
getContainerClasses,
|
|
781
876
|
getContainerHeight,
|
|
782
877
|
getContainerScrollTop,
|
|
878
|
+
getContextMenuContainerClasses,
|
|
879
|
+
getContextMenuItemClasses,
|
|
880
|
+
getContextMenuMenuClasses,
|
|
881
|
+
getContextMenuOpenPoint,
|
|
882
|
+
getContextMenuPointFromElement,
|
|
883
|
+
getContextMenuPointFromEvent,
|
|
884
|
+
getContextMenuPointStyle,
|
|
885
|
+
getContextMenuSubChevronClasses,
|
|
886
|
+
getContextMenuSubTriggerClasses,
|
|
887
|
+
getContextMenuTriggerClasses,
|
|
783
888
|
getCountdownParts,
|
|
784
889
|
getCountdownRemaining,
|
|
785
890
|
getCountdownTitleClasses,
|
|
@@ -879,6 +984,9 @@ export {
|
|
|
879
984
|
getGroupHeaderCellClasses,
|
|
880
985
|
getGutterStyles,
|
|
881
986
|
getHeatmapCellIndexAtPoint,
|
|
987
|
+
getHighlightMarkClasses,
|
|
988
|
+
getHighlightRootClasses,
|
|
989
|
+
getHighlightSegments,
|
|
882
990
|
getIconDefinition,
|
|
883
991
|
getImageAnnotationCenter,
|
|
884
992
|
getImageAnnotationPathData,
|
|
@@ -887,6 +995,19 @@ export {
|
|
|
887
995
|
getImageAnnotationStrokeColor,
|
|
888
996
|
getImageAnnotationToolButtonClasses,
|
|
889
997
|
getImageAnnotationToolLabel,
|
|
998
|
+
getImageCompareAfterClasses,
|
|
999
|
+
getImageCompareBeforeClasses,
|
|
1000
|
+
getImageCompareClipStyle,
|
|
1001
|
+
getImageCompareHandleClasses,
|
|
1002
|
+
getImageCompareHandleStyle,
|
|
1003
|
+
getImageCompareImgClasses,
|
|
1004
|
+
getImageCompareKeyboardPosition,
|
|
1005
|
+
getImageCompareKnobClasses,
|
|
1006
|
+
getImageCompareLineClasses,
|
|
1007
|
+
getImageComparePointerClientPoint,
|
|
1008
|
+
getImageComparePositionFromPointer,
|
|
1009
|
+
getImageCompareRootClasses,
|
|
1010
|
+
getImageCompareRootStyle,
|
|
890
1011
|
getImageEditorLabels,
|
|
891
1012
|
getImageGroupClasses,
|
|
892
1013
|
getImageImgClasses,
|
|
@@ -914,11 +1035,15 @@ export {
|
|
|
914
1035
|
getInputNumberStatusClasses,
|
|
915
1036
|
getInputNumberStepButtonClasses,
|
|
916
1037
|
getInputNumberWrapperClasses,
|
|
1038
|
+
getInputOTPLabels,
|
|
917
1039
|
getInputPasswordToggleClasses,
|
|
918
1040
|
getInputWrapperClasses,
|
|
919
1041
|
getIntlPluralCategory,
|
|
920
1042
|
getJustifyClasses,
|
|
921
1043
|
getKanbanContainerClasses,
|
|
1044
|
+
getKbdParts,
|
|
1045
|
+
getKbdRootClasses,
|
|
1046
|
+
getKbdVariantClasses,
|
|
922
1047
|
getLayoutContentClasses,
|
|
923
1048
|
getLayoutHeaderClasses,
|
|
924
1049
|
getLeafKeys,
|
|
@@ -930,6 +1055,10 @@ export {
|
|
|
930
1055
|
getListHeaderFooterClasses,
|
|
931
1056
|
getListItemClasses,
|
|
932
1057
|
getLoadingBarClasses,
|
|
1058
|
+
getLoadingBarColorClasses,
|
|
1059
|
+
getLoadingBarContainerClasses,
|
|
1060
|
+
getLoadingBarFillClasses,
|
|
1061
|
+
getLoadingBarFillStyle,
|
|
933
1062
|
getLoadingBarsWrapperClasses,
|
|
934
1063
|
getLoadingClasses,
|
|
935
1064
|
getLoadingDotClasses,
|
|
@@ -942,6 +1071,16 @@ export {
|
|
|
942
1071
|
getMarkdownEditorLabels,
|
|
943
1072
|
getMarkdownToolbarButtonClasses,
|
|
944
1073
|
getMarkdownToolbarButtons,
|
|
1074
|
+
getMarqueeContentClasses,
|
|
1075
|
+
getMarqueeRootClasses,
|
|
1076
|
+
getMarqueeTrackClasses,
|
|
1077
|
+
getMarqueeTrackStyle,
|
|
1078
|
+
getMaskCaretPosition,
|
|
1079
|
+
getMasonryColumnClasses,
|
|
1080
|
+
getMasonryColumnStyle,
|
|
1081
|
+
getMasonryGapStyle,
|
|
1082
|
+
getMasonryItemClasses,
|
|
1083
|
+
getMasonryRootClasses,
|
|
945
1084
|
getMentionsInputClasses,
|
|
946
1085
|
getMentionsOptionClasses,
|
|
947
1086
|
getMenuButtons,
|
|
@@ -956,6 +1095,14 @@ export {
|
|
|
956
1095
|
getModalContentClasses,
|
|
957
1096
|
getMonthDays,
|
|
958
1097
|
getMonthNames,
|
|
1098
|
+
getNavigationMenuBarItems,
|
|
1099
|
+
getNavigationMenuChevronClasses,
|
|
1100
|
+
getNavigationMenuClasses,
|
|
1101
|
+
getNavigationMenuContentClasses,
|
|
1102
|
+
getNavigationMenuItemClasses,
|
|
1103
|
+
getNavigationMenuLinkClasses,
|
|
1104
|
+
getNavigationMenuListClasses,
|
|
1105
|
+
getNavigationMenuTriggerClasses,
|
|
959
1106
|
getNextActiveKey,
|
|
960
1107
|
getNextColorSwatchIndex,
|
|
961
1108
|
getNextImageAnnotationTool,
|
|
@@ -974,6 +1121,13 @@ export {
|
|
|
974
1121
|
getOrgChartLinkPath,
|
|
975
1122
|
getOrgChartNodeAriaLabel,
|
|
976
1123
|
getOrgChartNodeClasses,
|
|
1124
|
+
getOtpContainerClasses,
|
|
1125
|
+
getOtpErrorClasses,
|
|
1126
|
+
getOtpSeparatorClasses,
|
|
1127
|
+
getOtpSeparatorIndices,
|
|
1128
|
+
getOtpSlotClasses,
|
|
1129
|
+
getPageHeaderBackButtonClasses,
|
|
1130
|
+
getPageHeaderRootClasses,
|
|
977
1131
|
getPageNumbers,
|
|
978
1132
|
getPageRange,
|
|
979
1133
|
getPageSizeSelectorClasses,
|
|
@@ -1047,6 +1201,14 @@ export {
|
|
|
1047
1201
|
getScatterHoverShadow,
|
|
1048
1202
|
getScatterHoverSize,
|
|
1049
1203
|
getScatterPointPath,
|
|
1204
|
+
getScrollAreaBoxStyle,
|
|
1205
|
+
getScrollAreaContentClasses,
|
|
1206
|
+
getScrollAreaScrollbarClasses,
|
|
1207
|
+
getScrollAreaShadowClasses,
|
|
1208
|
+
getScrollAreaShadowSides,
|
|
1209
|
+
getScrollAreaThumbClasses,
|
|
1210
|
+
getScrollAreaThumbStyle,
|
|
1211
|
+
getScrollAreaViewportClasses,
|
|
1050
1212
|
getScrollSpyItemByHref,
|
|
1051
1213
|
getScrollSpyItemByKey,
|
|
1052
1214
|
getScrollSpyItemClasses,
|
|
@@ -1085,6 +1247,9 @@ export {
|
|
|
1085
1247
|
getSpaceStyle,
|
|
1086
1248
|
getSpanClasses,
|
|
1087
1249
|
getSpinnerSVG,
|
|
1250
|
+
getSplitButtonPrimaryClasses,
|
|
1251
|
+
getSplitButtonRootClasses,
|
|
1252
|
+
getSplitButtonTriggerClasses,
|
|
1088
1253
|
getSplitterContainerClasses,
|
|
1089
1254
|
getSplitterGutterClasses,
|
|
1090
1255
|
getSplitterGutterHandleClasses,
|
|
@@ -1140,6 +1305,12 @@ export {
|
|
|
1140
1305
|
getTabsContainerClasses,
|
|
1141
1306
|
getTabsLabels,
|
|
1142
1307
|
getTagVariantClasses,
|
|
1308
|
+
getTagsInputClearButtonClasses,
|
|
1309
|
+
getTagsInputContainerClasses,
|
|
1310
|
+
getTagsInputErrorClasses,
|
|
1311
|
+
getTagsInputHighlightClasses,
|
|
1312
|
+
getTagsInputInnerInputClasses,
|
|
1313
|
+
getTagsInputLabels,
|
|
1143
1314
|
getTaskBoardLabels,
|
|
1144
1315
|
getTextClasses,
|
|
1145
1316
|
getThemeColor,
|
|
@@ -1181,8 +1352,11 @@ export {
|
|
|
1181
1352
|
getTreeNodeClasses,
|
|
1182
1353
|
getTreeNodeExpandIconClasses,
|
|
1183
1354
|
getTreeSelectDisplayLabel,
|
|
1355
|
+
getTreeSelectDropdownClasses,
|
|
1184
1356
|
getTreeSelectNodeClasses,
|
|
1185
1357
|
getTreeSelectTriggerClasses,
|
|
1358
|
+
getTreeSelectVirtualAlignScrollTop,
|
|
1359
|
+
getTreeSelectVisibleIndex,
|
|
1186
1360
|
getUploadButtonClasses,
|
|
1187
1361
|
getUploadDataTransferFiles,
|
|
1188
1362
|
getUploadLabels,
|
|
@@ -1216,6 +1390,7 @@ export {
|
|
|
1216
1390
|
handleDragStart,
|
|
1217
1391
|
handleDrop,
|
|
1218
1392
|
handleMenuNavigation,
|
|
1393
|
+
handleMenubarNavigation,
|
|
1219
1394
|
handleNodeCheck,
|
|
1220
1395
|
handleTabKey,
|
|
1221
1396
|
handleUploadDragLeave,
|
|
@@ -1223,10 +1398,13 @@ export {
|
|
|
1223
1398
|
handleUploadDrop,
|
|
1224
1399
|
hasErrors,
|
|
1225
1400
|
hasGutter,
|
|
1401
|
+
hasPageHeaderHeadingContent,
|
|
1226
1402
|
hasTableSelectionColumn,
|
|
1227
1403
|
helpCircleIcon,
|
|
1228
1404
|
hexToRgb,
|
|
1229
1405
|
highContrastTheme,
|
|
1406
|
+
highlightMarkClasses,
|
|
1407
|
+
highlightRootClasses,
|
|
1230
1408
|
hsvToRgb,
|
|
1231
1409
|
icon16ViewBox,
|
|
1232
1410
|
icon20ViewBox,
|
|
@@ -1252,6 +1430,20 @@ export {
|
|
|
1252
1430
|
imageAnnotationToolButtonClasses,
|
|
1253
1431
|
imageAnnotationToolbarClasses,
|
|
1254
1432
|
imageBaseClasses,
|
|
1433
|
+
imageCompareAfterClasses,
|
|
1434
|
+
imageCompareBeforeClasses,
|
|
1435
|
+
imageCompareDisabledClasses,
|
|
1436
|
+
imageCompareHandleClasses,
|
|
1437
|
+
imageCompareHandleDisabledClasses,
|
|
1438
|
+
imageCompareHandleHorizontalClasses,
|
|
1439
|
+
imageCompareHandleVerticalClasses,
|
|
1440
|
+
imageCompareHorizontalClasses,
|
|
1441
|
+
imageCompareKnobClasses,
|
|
1442
|
+
imageCompareLineClasses,
|
|
1443
|
+
imageCompareLineHorizontalClasses,
|
|
1444
|
+
imageCompareLineVerticalClasses,
|
|
1445
|
+
imageCompareRootClasses,
|
|
1446
|
+
imageCompareVerticalClasses,
|
|
1255
1447
|
imageCropperContainerClasses,
|
|
1256
1448
|
imageCropperDragAreaClasses,
|
|
1257
1449
|
imageCropperGuideClasses,
|
|
@@ -1284,9 +1476,13 @@ export {
|
|
|
1284
1476
|
infiniteScrollEndClasses,
|
|
1285
1477
|
infiniteScrollLoaderClasses,
|
|
1286
1478
|
infiniteScrollSentinelClasses,
|
|
1479
|
+
initNavigationMenuRovingTabIndex,
|
|
1287
1480
|
initRovingTabIndex,
|
|
1481
|
+
injectContextMenuStyles,
|
|
1288
1482
|
injectDropdownStyles,
|
|
1289
1483
|
injectLoadingAnimationStyles,
|
|
1484
|
+
injectMarqueeStyles,
|
|
1485
|
+
injectNavigationMenuStyles,
|
|
1290
1486
|
injectShakeStyle,
|
|
1291
1487
|
injectSvgAnimationStyles,
|
|
1292
1488
|
injectViewTransitionStyles,
|
|
@@ -1313,6 +1509,7 @@ export {
|
|
|
1313
1509
|
isCascaderOptionExpandable,
|
|
1314
1510
|
isColorSwatchSelected,
|
|
1315
1511
|
isContentEmpty,
|
|
1512
|
+
isContextMenuKeyboardEvent,
|
|
1316
1513
|
isCrossContainerDrag,
|
|
1317
1514
|
isDateInRange,
|
|
1318
1515
|
isDragEnabled,
|
|
@@ -1324,6 +1521,8 @@ export {
|
|
|
1324
1521
|
isHttpResultStatus,
|
|
1325
1522
|
isImageAnnotationPathClosed,
|
|
1326
1523
|
isImageAnnotationShapeTool,
|
|
1524
|
+
isImageCompareInteractiveTarget,
|
|
1525
|
+
isImageCompareVertical,
|
|
1327
1526
|
isInlineFormat,
|
|
1328
1527
|
isKeyActive,
|
|
1329
1528
|
isKeyOpen,
|
|
@@ -1331,15 +1530,24 @@ export {
|
|
|
1331
1530
|
isLazyTigerLocale,
|
|
1332
1531
|
isLongPress,
|
|
1333
1532
|
isMarkdownToolbarSeparator,
|
|
1533
|
+
isMarqueeFocusInside,
|
|
1534
|
+
isMarqueePaused,
|
|
1535
|
+
isMarqueeReverse,
|
|
1536
|
+
isMarqueeVertical,
|
|
1334
1537
|
isMobile,
|
|
1335
1538
|
isModalSheetSwipeCloseGesture,
|
|
1539
|
+
isNavigationMenuOpen,
|
|
1540
|
+
isNavigationMenuTriggerOpenKey,
|
|
1541
|
+
isNavigationMenuValueOpen,
|
|
1336
1542
|
isNextDisabled,
|
|
1337
1543
|
isOptionGroup,
|
|
1544
|
+
isOtpComplete,
|
|
1338
1545
|
isPanelActive,
|
|
1339
1546
|
isPrevDisabled,
|
|
1340
1547
|
isRtlLocale,
|
|
1341
1548
|
isSameContainerDrag,
|
|
1342
1549
|
isSameDay,
|
|
1550
|
+
isScrollAreaAxisEnabled,
|
|
1343
1551
|
isSignatureEmpty,
|
|
1344
1552
|
isSpaceKey,
|
|
1345
1553
|
isTabKey,
|
|
@@ -1359,6 +1567,10 @@ export {
|
|
|
1359
1567
|
kanbanSwimlaneCollapsedClasses,
|
|
1360
1568
|
kanbanSwimlaneDotClasses,
|
|
1361
1569
|
kanbanSwimlaneHeaderClasses,
|
|
1570
|
+
kbdBaseClasses,
|
|
1571
|
+
kbdKeyClasses,
|
|
1572
|
+
kbdSeparatorClasses,
|
|
1573
|
+
kbdSubtleVariantClasses,
|
|
1362
1574
|
keyIcon,
|
|
1363
1575
|
layoutContentClasses,
|
|
1364
1576
|
layoutFooterClasses,
|
|
@@ -1392,6 +1604,9 @@ export {
|
|
|
1392
1604
|
listSizeClasses,
|
|
1393
1605
|
listWrapperClasses,
|
|
1394
1606
|
loadingBarBaseClasses,
|
|
1607
|
+
loadingBarColorClasses,
|
|
1608
|
+
loadingBarContainerBaseClasses,
|
|
1609
|
+
loadingBarFillBaseClasses,
|
|
1395
1610
|
loadingBarsWrapperBaseClasses,
|
|
1396
1611
|
loadingColorClasses,
|
|
1397
1612
|
loadingContainerBaseClasses,
|
|
@@ -1421,6 +1636,20 @@ export {
|
|
|
1421
1636
|
markdownEditorToolbarSeparatorClasses,
|
|
1422
1637
|
markdownHotkeyMatches,
|
|
1423
1638
|
markdownModeLabels,
|
|
1639
|
+
marqueeCloneClasses,
|
|
1640
|
+
marqueeContentClasses,
|
|
1641
|
+
marqueeContentVerticalClasses,
|
|
1642
|
+
marqueeHorizontalClasses,
|
|
1643
|
+
marqueePauseHoverClasses,
|
|
1644
|
+
marqueeReverseClasses,
|
|
1645
|
+
marqueeRootClasses,
|
|
1646
|
+
marqueeStaticClasses,
|
|
1647
|
+
marqueeTrackClasses,
|
|
1648
|
+
marqueeTrackVerticalClasses,
|
|
1649
|
+
marqueeVerticalClasses,
|
|
1650
|
+
masonryColumnClasses,
|
|
1651
|
+
masonryItemClasses,
|
|
1652
|
+
masonryRootClasses,
|
|
1424
1653
|
matchesHotkey,
|
|
1425
1654
|
matchesMenuSearch,
|
|
1426
1655
|
measureTableResizeSnapshot,
|
|
@@ -1445,6 +1674,7 @@ export {
|
|
|
1445
1674
|
menuSearchEmptyClasses,
|
|
1446
1675
|
menuSearchFieldClasses,
|
|
1447
1676
|
menuSearchInputClasses,
|
|
1677
|
+
mergeHighlightRanges,
|
|
1448
1678
|
mergeStyleValues,
|
|
1449
1679
|
mergeTigerLocale,
|
|
1450
1680
|
messageBaseClasses,
|
|
@@ -1470,6 +1700,7 @@ export {
|
|
|
1470
1700
|
modalTitleClasses,
|
|
1471
1701
|
modalWrapperClasses,
|
|
1472
1702
|
modernTheme,
|
|
1703
|
+
moduloDistributeMasonryItems,
|
|
1473
1704
|
moonIcon,
|
|
1474
1705
|
moveCard,
|
|
1475
1706
|
moveCropRect,
|
|
@@ -1482,6 +1713,7 @@ export {
|
|
|
1482
1713
|
naturalTheme,
|
|
1483
1714
|
navigateToFolder,
|
|
1484
1715
|
nextIconPath,
|
|
1716
|
+
nextLoadingBarTricklePercentage,
|
|
1485
1717
|
normalizeActiveKeys,
|
|
1486
1718
|
normalizeChartBrushRange,
|
|
1487
1719
|
normalizeChartPadding,
|
|
@@ -1490,10 +1722,13 @@ export {
|
|
|
1490
1722
|
normalizeCronExpression,
|
|
1491
1723
|
normalizeDate,
|
|
1492
1724
|
normalizeGanttDate,
|
|
1725
|
+
normalizeHighlightKeywords,
|
|
1493
1726
|
normalizeImageAnnotationBox,
|
|
1727
|
+
normalizeKbdKeys,
|
|
1494
1728
|
normalizeMenuSearchQuery,
|
|
1495
1729
|
normalizeNumberKeyboardValue,
|
|
1496
1730
|
normalizeOrgChartData,
|
|
1731
|
+
normalizeOtpValue,
|
|
1497
1732
|
normalizeRotation,
|
|
1498
1733
|
normalizeSpotlightText,
|
|
1499
1734
|
normalizeStringOption,
|
|
@@ -1517,6 +1752,7 @@ export {
|
|
|
1517
1752
|
numberKeyboardGridClasses,
|
|
1518
1753
|
numberKeyboardKeyClasses,
|
|
1519
1754
|
numberKeyboardRootClasses,
|
|
1755
|
+
observeScrollAreaSize,
|
|
1520
1756
|
orderTableFixedColumns,
|
|
1521
1757
|
orgChartLinkClasses,
|
|
1522
1758
|
orgChartNodeClasses,
|
|
@@ -1526,8 +1762,21 @@ export {
|
|
|
1526
1762
|
orgChartNodeTitleClasses,
|
|
1527
1763
|
padCountdownNumber,
|
|
1528
1764
|
padTwo,
|
|
1765
|
+
pageHeaderActionsClasses,
|
|
1766
|
+
pageHeaderBackButtonClasses,
|
|
1767
|
+
pageHeaderBackIconClasses,
|
|
1768
|
+
pageHeaderBackWrapClasses,
|
|
1769
|
+
pageHeaderContentClasses,
|
|
1770
|
+
pageHeaderHeadingRowClasses,
|
|
1771
|
+
pageHeaderMainClasses,
|
|
1772
|
+
pageHeaderRootClasses,
|
|
1773
|
+
pageHeaderStartClasses,
|
|
1774
|
+
pageHeaderSubtitleClasses,
|
|
1775
|
+
pageHeaderTitleClasses,
|
|
1776
|
+
pageHeaderTitleRowClasses,
|
|
1529
1777
|
paginateData,
|
|
1530
1778
|
paperclipIcon,
|
|
1779
|
+
parseAspectRatio,
|
|
1531
1780
|
parseColorInput,
|
|
1532
1781
|
parseCountdownTimestamp,
|
|
1533
1782
|
parseCronFieldControl,
|
|
@@ -1538,6 +1787,7 @@ export {
|
|
|
1538
1787
|
parseInputNumberValue,
|
|
1539
1788
|
parseInputValue,
|
|
1540
1789
|
parseMarkdownHeight,
|
|
1790
|
+
parseMask,
|
|
1541
1791
|
parsePaneSize,
|
|
1542
1792
|
parseTime,
|
|
1543
1793
|
parseWidthToPx,
|
|
@@ -1605,10 +1855,13 @@ export {
|
|
|
1605
1855
|
rateHoverColor,
|
|
1606
1856
|
rateInactiveColor,
|
|
1607
1857
|
readFileAsDataUrl,
|
|
1858
|
+
readMasonryItemHeight,
|
|
1859
|
+
readScrollAreaMetrics,
|
|
1608
1860
|
redoFormHistory,
|
|
1609
1861
|
registerEscapeDismiss,
|
|
1610
1862
|
registerImageGroupItem,
|
|
1611
1863
|
removeCssVarsCached,
|
|
1864
|
+
removeTagAt,
|
|
1612
1865
|
renderMarkdownInline,
|
|
1613
1866
|
renderMarkdownToHtml,
|
|
1614
1867
|
renderTokenHtml,
|
|
@@ -1651,17 +1904,48 @@ export {
|
|
|
1651
1904
|
resolveFormConditionState,
|
|
1652
1905
|
resolveFormFieldConditionState,
|
|
1653
1906
|
resolveHeatmapRenderMode,
|
|
1907
|
+
resolveHighlightCaseSensitive,
|
|
1908
|
+
resolveHighlightGlobal,
|
|
1909
|
+
resolveHighlightText,
|
|
1910
|
+
resolveImageCompareAriaLabel,
|
|
1911
|
+
resolveImageCompareFit,
|
|
1912
|
+
resolveImageCompareOrientation,
|
|
1913
|
+
resolveImageComparePosition,
|
|
1914
|
+
resolveImageCompareStep,
|
|
1915
|
+
resolveKbdSeparator,
|
|
1916
|
+
resolveKbdSize,
|
|
1917
|
+
resolveKbdVariant,
|
|
1918
|
+
resolveLoadingBarAriaLabel,
|
|
1919
|
+
resolveLoadingBarColor,
|
|
1920
|
+
resolveLoadingBarFillColor,
|
|
1921
|
+
resolveLoadingBarHeight,
|
|
1922
|
+
resolveLoadingBarMountTarget,
|
|
1654
1923
|
resolveLocaleText,
|
|
1924
|
+
resolveMarqueeAriaLabel,
|
|
1925
|
+
resolveMarqueeDirection,
|
|
1926
|
+
resolveMarqueeDuration,
|
|
1927
|
+
resolveMarqueeGap,
|
|
1928
|
+
resolveMarqueePauseOnHover,
|
|
1929
|
+
resolveMarqueeRepeat,
|
|
1930
|
+
resolveMasonryColumnCount,
|
|
1931
|
+
resolveMasonryGap,
|
|
1655
1932
|
resolveMotionDuration,
|
|
1656
1933
|
resolveMotionEasing,
|
|
1657
1934
|
resolveMultiSeriesTooltipContent,
|
|
1935
|
+
resolveNavigationMenuOpenValue,
|
|
1936
|
+
resolvePageHeaderBackAriaLabel,
|
|
1937
|
+
resolvePageHeaderBackVisibility,
|
|
1658
1938
|
resolvePaginationDisplayMode,
|
|
1659
1939
|
resolvePanGesture,
|
|
1660
1940
|
resolvePinchScale,
|
|
1661
1941
|
resolveResponsiveChartSize,
|
|
1662
1942
|
resolveResponsiveValue,
|
|
1943
|
+
resolveScrollAreaLength,
|
|
1663
1944
|
resolveSelectFilteredOptions,
|
|
1664
1945
|
resolveSeriesData,
|
|
1946
|
+
resolveSplitButtonSize,
|
|
1947
|
+
resolveSplitButtonTriggerAriaLabel,
|
|
1948
|
+
resolveSplitButtonVariant,
|
|
1665
1949
|
resolveSwipeGesture,
|
|
1666
1950
|
resolveTableColumnWidth,
|
|
1667
1951
|
resolveTigerLocale,
|
|
@@ -1691,7 +1975,15 @@ export {
|
|
|
1691
1975
|
runStepValidation,
|
|
1692
1976
|
runUploadQueue,
|
|
1693
1977
|
sanitizeHtml,
|
|
1978
|
+
sanitizeOtpInput,
|
|
1694
1979
|
scatterPointTransitionClasses,
|
|
1980
|
+
scrollAreaContentBaseClasses,
|
|
1981
|
+
scrollAreaRootClasses,
|
|
1982
|
+
scrollAreaScrollbarBaseClasses,
|
|
1983
|
+
scrollAreaShadowBaseClasses,
|
|
1984
|
+
scrollAreaThumbBaseClasses,
|
|
1985
|
+
scrollAreaThumbDraggingClasses,
|
|
1986
|
+
scrollAreaViewportBaseClasses,
|
|
1695
1987
|
scrollSpyItemActiveClasses,
|
|
1696
1988
|
scrollSpyItemBaseClasses,
|
|
1697
1989
|
scrollSpyItemDisabledClasses,
|
|
@@ -1726,8 +2018,11 @@ export {
|
|
|
1726
2018
|
shouldCommitImageAnnotationBox,
|
|
1727
2019
|
shouldHideBadge,
|
|
1728
2020
|
shouldLoadMore,
|
|
2021
|
+
shouldLoopMarquee,
|
|
1729
2022
|
shouldReduceMotion,
|
|
2023
|
+
shouldRenderScrollAreaScrollbar,
|
|
1730
2024
|
shouldShowBackTop,
|
|
2025
|
+
shouldSkipNavigationMenuOpenDelay,
|
|
1731
2026
|
signatureCanvasClasses,
|
|
1732
2027
|
signatureCanvasWrapClasses,
|
|
1733
2028
|
signatureClearButtonClasses,
|
|
@@ -1764,6 +2059,13 @@ export {
|
|
|
1764
2059
|
sortFileItems,
|
|
1765
2060
|
sortNotificationGroups,
|
|
1766
2061
|
sparklesIcon,
|
|
2062
|
+
splitButtonPrimaryBlockClasses,
|
|
2063
|
+
splitButtonPrimaryClasses,
|
|
2064
|
+
splitButtonRootBlockClasses,
|
|
2065
|
+
splitButtonRootClasses,
|
|
2066
|
+
splitButtonTriggerClasses,
|
|
2067
|
+
splitButtonTriggerSizeClasses,
|
|
2068
|
+
splitTagInput,
|
|
1767
2069
|
splitTransferData,
|
|
1768
2070
|
splitterBaseClasses,
|
|
1769
2071
|
splitterGutterBaseClasses,
|
|
@@ -2031,6 +2333,7 @@ export {
|
|
|
2031
2333
|
export { ConfigProvider, useTigerConfig } from './components/ConfigProvider.mjs';
|
|
2032
2334
|
export { Button } from './components/Button.mjs';
|
|
2033
2335
|
export { ButtonGroup } from './components/ButtonGroup.mjs';
|
|
2336
|
+
export { SplitButton } from './components/SplitButton.mjs';
|
|
2034
2337
|
export { Slider } from './components/Slider.mjs';
|
|
2035
2338
|
export { Switch } from './components/Switch.mjs';
|
|
2036
2339
|
export { Checkbox } from './components/Checkbox.mjs';
|
|
@@ -2051,6 +2354,9 @@ export { Container } from './components/Container.mjs';
|
|
|
2051
2354
|
export { Link } from './components/Link.mjs';
|
|
2052
2355
|
export { Text } from './components/Text.mjs';
|
|
2053
2356
|
export { Code } from './components/Code.mjs';
|
|
2357
|
+
export { Kbd } from './components/Kbd.mjs';
|
|
2358
|
+
export { Highlight } from './components/Highlight.mjs';
|
|
2359
|
+
export { Marquee } from './components/Marquee.mjs';
|
|
2054
2360
|
export { Icon } from './components/Icon.mjs';
|
|
2055
2361
|
export { Layout } from './components/Layout.mjs';
|
|
2056
2362
|
export { Header } from './components/Header.mjs';
|
|
@@ -2062,6 +2368,9 @@ export { Cascader } from './components/Cascader.mjs';
|
|
|
2062
2368
|
export { AutoComplete } from './components/AutoComplete.mjs';
|
|
2063
2369
|
export { Signature } from './components/Signature.mjs';
|
|
2064
2370
|
export { NumberKeyboard } from './components/NumberKeyboard.mjs';
|
|
2371
|
+
export { InputOTP } from './components/InputOTP.mjs';
|
|
2372
|
+
export { TagsInput } from './components/TagsInput.mjs';
|
|
2373
|
+
export { MaskInput } from './components/MaskInput.mjs';
|
|
2065
2374
|
export { Transfer } from './components/Transfer.mjs';
|
|
2066
2375
|
export { TreeSelect } from './components/TreeSelect.mjs';
|
|
2067
2376
|
export { DatePicker } from './components/DatePicker.mjs';
|
|
@@ -2075,6 +2384,7 @@ export { Card } from './components/Card.mjs';
|
|
|
2075
2384
|
export { Avatar } from './components/Avatar.mjs';
|
|
2076
2385
|
export { AvatarGroup } from './components/AvatarGroup.mjs';
|
|
2077
2386
|
export { Image } from './components/Image.mjs';
|
|
2387
|
+
export { ImageCompare } from './components/ImageCompare.mjs';
|
|
2078
2388
|
export { ImagePreview } from './components/ImagePreview.mjs';
|
|
2079
2389
|
export { ImageGroup, ImageGroupContext } from './components/ImageGroup.mjs';
|
|
2080
2390
|
export { ImageCropper } from './components/ImageCropper.mjs';
|
|
@@ -2098,6 +2408,9 @@ export { Steps, StepsItem, useStepsContext } from './components/Steps.mjs';
|
|
|
2098
2408
|
export { Pagination } from './components/Pagination.mjs';
|
|
2099
2409
|
export { Dropdown } from './components/Dropdown.mjs';
|
|
2100
2410
|
export { DropdownMenu, DropdownItem } from './components/Dropdown.mjs';
|
|
2411
|
+
export { ContextMenu, ContextMenuMenu, ContextMenuItem, ContextMenuSub } from './components/ContextMenu.mjs';
|
|
2412
|
+
export { NavigationMenu, NavigationMenuItem, NavigationMenuTrigger, NavigationMenuContent, NavigationMenuLink } from './components/NavigationMenu.mjs';
|
|
2413
|
+
export { PageHeader } from './components/PageHeader.mjs';
|
|
2101
2414
|
export { Spotlight } from './components/Spotlight.mjs';
|
|
2102
2415
|
export { ScrollSpy } from './components/ScrollSpy.mjs';
|
|
2103
2416
|
export { Drawer } from './components/Drawer.mjs';
|
|
@@ -2197,6 +2510,46 @@ const notification = {
|
|
|
2197
2510
|
export { notification };
|
|
2198
2511
|
export { NotificationContainer } from './components/NotificationContainer.mjs';
|
|
2199
2512
|
export { Loading } from './components/Loading.mjs';
|
|
2513
|
+
function enqueueLoadingBar(command) {
|
|
2514
|
+
if (resolvedLoadingBar) {
|
|
2515
|
+
applyLoadingBarCommand(resolvedLoadingBar, command);
|
|
2516
|
+
return;
|
|
2517
|
+
}
|
|
2518
|
+
pendingLoadingBarCommands.push(command);
|
|
2519
|
+
void import('./components/LoadingBar.mjs').then(({ LoadingBar }) => {
|
|
2520
|
+
resolvedLoadingBar = LoadingBar;
|
|
2521
|
+
const queue = pendingLoadingBarCommands;
|
|
2522
|
+
pendingLoadingBarCommands = [];
|
|
2523
|
+
for (const item of queue) {
|
|
2524
|
+
applyLoadingBarCommand(LoadingBar, item);
|
|
2525
|
+
}
|
|
2526
|
+
});
|
|
2527
|
+
}
|
|
2528
|
+
function applyLoadingBarCommand(api, command) {
|
|
2529
|
+
if (command.type === 'start') {
|
|
2530
|
+
api.start(command.options);
|
|
2531
|
+
return;
|
|
2532
|
+
}
|
|
2533
|
+
api[command.type]();
|
|
2534
|
+
}
|
|
2535
|
+
let pendingLoadingBarCommands = [];
|
|
2536
|
+
let resolvedLoadingBar = null;
|
|
2537
|
+
const LoadingBar = {
|
|
2538
|
+
start(options) {
|
|
2539
|
+
enqueueLoadingBar({ type: 'start', options });
|
|
2540
|
+
},
|
|
2541
|
+
finish() {
|
|
2542
|
+
enqueueLoadingBar({ type: 'finish' });
|
|
2543
|
+
},
|
|
2544
|
+
error() {
|
|
2545
|
+
enqueueLoadingBar({ type: 'error' });
|
|
2546
|
+
},
|
|
2547
|
+
clear() {
|
|
2548
|
+
enqueueLoadingBar({ type: 'clear' });
|
|
2549
|
+
}
|
|
2550
|
+
};
|
|
2551
|
+
export { LoadingBar };
|
|
2552
|
+
export { LoadingBarContainer } from './components/LoadingBarContainer.mjs';
|
|
2200
2553
|
export { Popconfirm } from './components/Popconfirm.mjs';
|
|
2201
2554
|
export { Popover } from './components/Popover.mjs';
|
|
2202
2555
|
export { Tooltip } from './components/Tooltip.mjs';
|
|
@@ -2251,6 +2604,8 @@ export { useDrag } from './hooks/useDrag.mjs';
|
|
|
2251
2604
|
export { useControlledState } from './hooks/useControlledState.mjs';
|
|
2252
2605
|
export { Splitter } from './components/Splitter.mjs';
|
|
2253
2606
|
export { Resizable } from './components/Resizable.mjs';
|
|
2607
|
+
export { ScrollArea } from './components/ScrollArea.mjs';
|
|
2608
|
+
export { Masonry } from './components/Masonry.mjs';
|
|
2254
2609
|
export { CodeEditor } from './components/CodeEditor.mjs';
|
|
2255
2610
|
export { RichTextEditor } from './components/RichTextEditor.mjs';
|
|
2256
2611
|
export { MarkdownEditor } from './components/MarkdownEditor.mjs';
|
|
@@ -2263,3 +2618,4 @@ export { Gantt } from './components/Gantt.mjs';
|
|
|
2263
2618
|
export { InputGroup, InputGroupAddon } from './components/InputGroup.mjs';
|
|
2264
2619
|
export { PrintLayout, PrintPageBreak } from './components/PrintLayout.mjs';
|
|
2265
2620
|
export { ImageViewer } from './components/ImageViewer.mjs';
|
|
2621
|
+
export { AspectRatio } from './components/AspectRatio.mjs';
|