@expcat/tigercat-react 2.0.19 → 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-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/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 +355 -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,
|
|
@@ -781,6 +875,16 @@ export {
|
|
|
781
875
|
getContainerClasses,
|
|
782
876
|
getContainerHeight,
|
|
783
877
|
getContainerScrollTop,
|
|
878
|
+
getContextMenuContainerClasses,
|
|
879
|
+
getContextMenuItemClasses,
|
|
880
|
+
getContextMenuMenuClasses,
|
|
881
|
+
getContextMenuOpenPoint,
|
|
882
|
+
getContextMenuPointFromElement,
|
|
883
|
+
getContextMenuPointFromEvent,
|
|
884
|
+
getContextMenuPointStyle,
|
|
885
|
+
getContextMenuSubChevronClasses,
|
|
886
|
+
getContextMenuSubTriggerClasses,
|
|
887
|
+
getContextMenuTriggerClasses,
|
|
784
888
|
getCountdownParts,
|
|
785
889
|
getCountdownRemaining,
|
|
786
890
|
getCountdownTitleClasses,
|
|
@@ -880,6 +984,9 @@ export {
|
|
|
880
984
|
getGroupHeaderCellClasses,
|
|
881
985
|
getGutterStyles,
|
|
882
986
|
getHeatmapCellIndexAtPoint,
|
|
987
|
+
getHighlightMarkClasses,
|
|
988
|
+
getHighlightRootClasses,
|
|
989
|
+
getHighlightSegments,
|
|
883
990
|
getIconDefinition,
|
|
884
991
|
getImageAnnotationCenter,
|
|
885
992
|
getImageAnnotationPathData,
|
|
@@ -888,6 +995,19 @@ export {
|
|
|
888
995
|
getImageAnnotationStrokeColor,
|
|
889
996
|
getImageAnnotationToolButtonClasses,
|
|
890
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,
|
|
891
1011
|
getImageEditorLabels,
|
|
892
1012
|
getImageGroupClasses,
|
|
893
1013
|
getImageImgClasses,
|
|
@@ -915,11 +1035,15 @@ export {
|
|
|
915
1035
|
getInputNumberStatusClasses,
|
|
916
1036
|
getInputNumberStepButtonClasses,
|
|
917
1037
|
getInputNumberWrapperClasses,
|
|
1038
|
+
getInputOTPLabels,
|
|
918
1039
|
getInputPasswordToggleClasses,
|
|
919
1040
|
getInputWrapperClasses,
|
|
920
1041
|
getIntlPluralCategory,
|
|
921
1042
|
getJustifyClasses,
|
|
922
1043
|
getKanbanContainerClasses,
|
|
1044
|
+
getKbdParts,
|
|
1045
|
+
getKbdRootClasses,
|
|
1046
|
+
getKbdVariantClasses,
|
|
923
1047
|
getLayoutContentClasses,
|
|
924
1048
|
getLayoutHeaderClasses,
|
|
925
1049
|
getLeafKeys,
|
|
@@ -931,6 +1055,10 @@ export {
|
|
|
931
1055
|
getListHeaderFooterClasses,
|
|
932
1056
|
getListItemClasses,
|
|
933
1057
|
getLoadingBarClasses,
|
|
1058
|
+
getLoadingBarColorClasses,
|
|
1059
|
+
getLoadingBarContainerClasses,
|
|
1060
|
+
getLoadingBarFillClasses,
|
|
1061
|
+
getLoadingBarFillStyle,
|
|
934
1062
|
getLoadingBarsWrapperClasses,
|
|
935
1063
|
getLoadingClasses,
|
|
936
1064
|
getLoadingDotClasses,
|
|
@@ -943,6 +1071,16 @@ export {
|
|
|
943
1071
|
getMarkdownEditorLabels,
|
|
944
1072
|
getMarkdownToolbarButtonClasses,
|
|
945
1073
|
getMarkdownToolbarButtons,
|
|
1074
|
+
getMarqueeContentClasses,
|
|
1075
|
+
getMarqueeRootClasses,
|
|
1076
|
+
getMarqueeTrackClasses,
|
|
1077
|
+
getMarqueeTrackStyle,
|
|
1078
|
+
getMaskCaretPosition,
|
|
1079
|
+
getMasonryColumnClasses,
|
|
1080
|
+
getMasonryColumnStyle,
|
|
1081
|
+
getMasonryGapStyle,
|
|
1082
|
+
getMasonryItemClasses,
|
|
1083
|
+
getMasonryRootClasses,
|
|
946
1084
|
getMentionsInputClasses,
|
|
947
1085
|
getMentionsOptionClasses,
|
|
948
1086
|
getMenuButtons,
|
|
@@ -957,6 +1095,14 @@ export {
|
|
|
957
1095
|
getModalContentClasses,
|
|
958
1096
|
getMonthDays,
|
|
959
1097
|
getMonthNames,
|
|
1098
|
+
getNavigationMenuBarItems,
|
|
1099
|
+
getNavigationMenuChevronClasses,
|
|
1100
|
+
getNavigationMenuClasses,
|
|
1101
|
+
getNavigationMenuContentClasses,
|
|
1102
|
+
getNavigationMenuItemClasses,
|
|
1103
|
+
getNavigationMenuLinkClasses,
|
|
1104
|
+
getNavigationMenuListClasses,
|
|
1105
|
+
getNavigationMenuTriggerClasses,
|
|
960
1106
|
getNextActiveKey,
|
|
961
1107
|
getNextColorSwatchIndex,
|
|
962
1108
|
getNextImageAnnotationTool,
|
|
@@ -975,6 +1121,13 @@ export {
|
|
|
975
1121
|
getOrgChartLinkPath,
|
|
976
1122
|
getOrgChartNodeAriaLabel,
|
|
977
1123
|
getOrgChartNodeClasses,
|
|
1124
|
+
getOtpContainerClasses,
|
|
1125
|
+
getOtpErrorClasses,
|
|
1126
|
+
getOtpSeparatorClasses,
|
|
1127
|
+
getOtpSeparatorIndices,
|
|
1128
|
+
getOtpSlotClasses,
|
|
1129
|
+
getPageHeaderBackButtonClasses,
|
|
1130
|
+
getPageHeaderRootClasses,
|
|
978
1131
|
getPageNumbers,
|
|
979
1132
|
getPageRange,
|
|
980
1133
|
getPageSizeSelectorClasses,
|
|
@@ -1048,6 +1201,14 @@ export {
|
|
|
1048
1201
|
getScatterHoverShadow,
|
|
1049
1202
|
getScatterHoverSize,
|
|
1050
1203
|
getScatterPointPath,
|
|
1204
|
+
getScrollAreaBoxStyle,
|
|
1205
|
+
getScrollAreaContentClasses,
|
|
1206
|
+
getScrollAreaScrollbarClasses,
|
|
1207
|
+
getScrollAreaShadowClasses,
|
|
1208
|
+
getScrollAreaShadowSides,
|
|
1209
|
+
getScrollAreaThumbClasses,
|
|
1210
|
+
getScrollAreaThumbStyle,
|
|
1211
|
+
getScrollAreaViewportClasses,
|
|
1051
1212
|
getScrollSpyItemByHref,
|
|
1052
1213
|
getScrollSpyItemByKey,
|
|
1053
1214
|
getScrollSpyItemClasses,
|
|
@@ -1086,6 +1247,9 @@ export {
|
|
|
1086
1247
|
getSpaceStyle,
|
|
1087
1248
|
getSpanClasses,
|
|
1088
1249
|
getSpinnerSVG,
|
|
1250
|
+
getSplitButtonPrimaryClasses,
|
|
1251
|
+
getSplitButtonRootClasses,
|
|
1252
|
+
getSplitButtonTriggerClasses,
|
|
1089
1253
|
getSplitterContainerClasses,
|
|
1090
1254
|
getSplitterGutterClasses,
|
|
1091
1255
|
getSplitterGutterHandleClasses,
|
|
@@ -1141,6 +1305,12 @@ export {
|
|
|
1141
1305
|
getTabsContainerClasses,
|
|
1142
1306
|
getTabsLabels,
|
|
1143
1307
|
getTagVariantClasses,
|
|
1308
|
+
getTagsInputClearButtonClasses,
|
|
1309
|
+
getTagsInputContainerClasses,
|
|
1310
|
+
getTagsInputErrorClasses,
|
|
1311
|
+
getTagsInputHighlightClasses,
|
|
1312
|
+
getTagsInputInnerInputClasses,
|
|
1313
|
+
getTagsInputLabels,
|
|
1144
1314
|
getTaskBoardLabels,
|
|
1145
1315
|
getTextClasses,
|
|
1146
1316
|
getThemeColor,
|
|
@@ -1182,8 +1352,11 @@ export {
|
|
|
1182
1352
|
getTreeNodeClasses,
|
|
1183
1353
|
getTreeNodeExpandIconClasses,
|
|
1184
1354
|
getTreeSelectDisplayLabel,
|
|
1355
|
+
getTreeSelectDropdownClasses,
|
|
1185
1356
|
getTreeSelectNodeClasses,
|
|
1186
1357
|
getTreeSelectTriggerClasses,
|
|
1358
|
+
getTreeSelectVirtualAlignScrollTop,
|
|
1359
|
+
getTreeSelectVisibleIndex,
|
|
1187
1360
|
getUploadButtonClasses,
|
|
1188
1361
|
getUploadDataTransferFiles,
|
|
1189
1362
|
getUploadLabels,
|
|
@@ -1217,6 +1390,7 @@ export {
|
|
|
1217
1390
|
handleDragStart,
|
|
1218
1391
|
handleDrop,
|
|
1219
1392
|
handleMenuNavigation,
|
|
1393
|
+
handleMenubarNavigation,
|
|
1220
1394
|
handleNodeCheck,
|
|
1221
1395
|
handleTabKey,
|
|
1222
1396
|
handleUploadDragLeave,
|
|
@@ -1224,10 +1398,13 @@ export {
|
|
|
1224
1398
|
handleUploadDrop,
|
|
1225
1399
|
hasErrors,
|
|
1226
1400
|
hasGutter,
|
|
1401
|
+
hasPageHeaderHeadingContent,
|
|
1227
1402
|
hasTableSelectionColumn,
|
|
1228
1403
|
helpCircleIcon,
|
|
1229
1404
|
hexToRgb,
|
|
1230
1405
|
highContrastTheme,
|
|
1406
|
+
highlightMarkClasses,
|
|
1407
|
+
highlightRootClasses,
|
|
1231
1408
|
hsvToRgb,
|
|
1232
1409
|
icon16ViewBox,
|
|
1233
1410
|
icon20ViewBox,
|
|
@@ -1253,6 +1430,20 @@ export {
|
|
|
1253
1430
|
imageAnnotationToolButtonClasses,
|
|
1254
1431
|
imageAnnotationToolbarClasses,
|
|
1255
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,
|
|
1256
1447
|
imageCropperContainerClasses,
|
|
1257
1448
|
imageCropperDragAreaClasses,
|
|
1258
1449
|
imageCropperGuideClasses,
|
|
@@ -1285,9 +1476,13 @@ export {
|
|
|
1285
1476
|
infiniteScrollEndClasses,
|
|
1286
1477
|
infiniteScrollLoaderClasses,
|
|
1287
1478
|
infiniteScrollSentinelClasses,
|
|
1479
|
+
initNavigationMenuRovingTabIndex,
|
|
1288
1480
|
initRovingTabIndex,
|
|
1481
|
+
injectContextMenuStyles,
|
|
1289
1482
|
injectDropdownStyles,
|
|
1290
1483
|
injectLoadingAnimationStyles,
|
|
1484
|
+
injectMarqueeStyles,
|
|
1485
|
+
injectNavigationMenuStyles,
|
|
1291
1486
|
injectShakeStyle,
|
|
1292
1487
|
injectSvgAnimationStyles,
|
|
1293
1488
|
injectViewTransitionStyles,
|
|
@@ -1314,6 +1509,7 @@ export {
|
|
|
1314
1509
|
isCascaderOptionExpandable,
|
|
1315
1510
|
isColorSwatchSelected,
|
|
1316
1511
|
isContentEmpty,
|
|
1512
|
+
isContextMenuKeyboardEvent,
|
|
1317
1513
|
isCrossContainerDrag,
|
|
1318
1514
|
isDateInRange,
|
|
1319
1515
|
isDragEnabled,
|
|
@@ -1325,6 +1521,8 @@ export {
|
|
|
1325
1521
|
isHttpResultStatus,
|
|
1326
1522
|
isImageAnnotationPathClosed,
|
|
1327
1523
|
isImageAnnotationShapeTool,
|
|
1524
|
+
isImageCompareInteractiveTarget,
|
|
1525
|
+
isImageCompareVertical,
|
|
1328
1526
|
isInlineFormat,
|
|
1329
1527
|
isKeyActive,
|
|
1330
1528
|
isKeyOpen,
|
|
@@ -1332,15 +1530,24 @@ export {
|
|
|
1332
1530
|
isLazyTigerLocale,
|
|
1333
1531
|
isLongPress,
|
|
1334
1532
|
isMarkdownToolbarSeparator,
|
|
1533
|
+
isMarqueeFocusInside,
|
|
1534
|
+
isMarqueePaused,
|
|
1535
|
+
isMarqueeReverse,
|
|
1536
|
+
isMarqueeVertical,
|
|
1335
1537
|
isMobile,
|
|
1336
1538
|
isModalSheetSwipeCloseGesture,
|
|
1539
|
+
isNavigationMenuOpen,
|
|
1540
|
+
isNavigationMenuTriggerOpenKey,
|
|
1541
|
+
isNavigationMenuValueOpen,
|
|
1337
1542
|
isNextDisabled,
|
|
1338
1543
|
isOptionGroup,
|
|
1544
|
+
isOtpComplete,
|
|
1339
1545
|
isPanelActive,
|
|
1340
1546
|
isPrevDisabled,
|
|
1341
1547
|
isRtlLocale,
|
|
1342
1548
|
isSameContainerDrag,
|
|
1343
1549
|
isSameDay,
|
|
1550
|
+
isScrollAreaAxisEnabled,
|
|
1344
1551
|
isSignatureEmpty,
|
|
1345
1552
|
isSpaceKey,
|
|
1346
1553
|
isTabKey,
|
|
@@ -1360,6 +1567,10 @@ export {
|
|
|
1360
1567
|
kanbanSwimlaneCollapsedClasses,
|
|
1361
1568
|
kanbanSwimlaneDotClasses,
|
|
1362
1569
|
kanbanSwimlaneHeaderClasses,
|
|
1570
|
+
kbdBaseClasses,
|
|
1571
|
+
kbdKeyClasses,
|
|
1572
|
+
kbdSeparatorClasses,
|
|
1573
|
+
kbdSubtleVariantClasses,
|
|
1363
1574
|
keyIcon,
|
|
1364
1575
|
layoutContentClasses,
|
|
1365
1576
|
layoutFooterClasses,
|
|
@@ -1393,6 +1604,9 @@ export {
|
|
|
1393
1604
|
listSizeClasses,
|
|
1394
1605
|
listWrapperClasses,
|
|
1395
1606
|
loadingBarBaseClasses,
|
|
1607
|
+
loadingBarColorClasses,
|
|
1608
|
+
loadingBarContainerBaseClasses,
|
|
1609
|
+
loadingBarFillBaseClasses,
|
|
1396
1610
|
loadingBarsWrapperBaseClasses,
|
|
1397
1611
|
loadingColorClasses,
|
|
1398
1612
|
loadingContainerBaseClasses,
|
|
@@ -1422,6 +1636,20 @@ export {
|
|
|
1422
1636
|
markdownEditorToolbarSeparatorClasses,
|
|
1423
1637
|
markdownHotkeyMatches,
|
|
1424
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,
|
|
1425
1653
|
matchesHotkey,
|
|
1426
1654
|
matchesMenuSearch,
|
|
1427
1655
|
measureTableResizeSnapshot,
|
|
@@ -1446,6 +1674,7 @@ export {
|
|
|
1446
1674
|
menuSearchEmptyClasses,
|
|
1447
1675
|
menuSearchFieldClasses,
|
|
1448
1676
|
menuSearchInputClasses,
|
|
1677
|
+
mergeHighlightRanges,
|
|
1449
1678
|
mergeStyleValues,
|
|
1450
1679
|
mergeTigerLocale,
|
|
1451
1680
|
messageBaseClasses,
|
|
@@ -1471,6 +1700,7 @@ export {
|
|
|
1471
1700
|
modalTitleClasses,
|
|
1472
1701
|
modalWrapperClasses,
|
|
1473
1702
|
modernTheme,
|
|
1703
|
+
moduloDistributeMasonryItems,
|
|
1474
1704
|
moonIcon,
|
|
1475
1705
|
moveCard,
|
|
1476
1706
|
moveCropRect,
|
|
@@ -1483,6 +1713,7 @@ export {
|
|
|
1483
1713
|
naturalTheme,
|
|
1484
1714
|
navigateToFolder,
|
|
1485
1715
|
nextIconPath,
|
|
1716
|
+
nextLoadingBarTricklePercentage,
|
|
1486
1717
|
normalizeActiveKeys,
|
|
1487
1718
|
normalizeChartBrushRange,
|
|
1488
1719
|
normalizeChartPadding,
|
|
@@ -1491,10 +1722,13 @@ export {
|
|
|
1491
1722
|
normalizeCronExpression,
|
|
1492
1723
|
normalizeDate,
|
|
1493
1724
|
normalizeGanttDate,
|
|
1725
|
+
normalizeHighlightKeywords,
|
|
1494
1726
|
normalizeImageAnnotationBox,
|
|
1727
|
+
normalizeKbdKeys,
|
|
1495
1728
|
normalizeMenuSearchQuery,
|
|
1496
1729
|
normalizeNumberKeyboardValue,
|
|
1497
1730
|
normalizeOrgChartData,
|
|
1731
|
+
normalizeOtpValue,
|
|
1498
1732
|
normalizeRotation,
|
|
1499
1733
|
normalizeSpotlightText,
|
|
1500
1734
|
normalizeStringOption,
|
|
@@ -1518,6 +1752,7 @@ export {
|
|
|
1518
1752
|
numberKeyboardGridClasses,
|
|
1519
1753
|
numberKeyboardKeyClasses,
|
|
1520
1754
|
numberKeyboardRootClasses,
|
|
1755
|
+
observeScrollAreaSize,
|
|
1521
1756
|
orderTableFixedColumns,
|
|
1522
1757
|
orgChartLinkClasses,
|
|
1523
1758
|
orgChartNodeClasses,
|
|
@@ -1527,8 +1762,21 @@ export {
|
|
|
1527
1762
|
orgChartNodeTitleClasses,
|
|
1528
1763
|
padCountdownNumber,
|
|
1529
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,
|
|
1530
1777
|
paginateData,
|
|
1531
1778
|
paperclipIcon,
|
|
1779
|
+
parseAspectRatio,
|
|
1532
1780
|
parseColorInput,
|
|
1533
1781
|
parseCountdownTimestamp,
|
|
1534
1782
|
parseCronFieldControl,
|
|
@@ -1539,6 +1787,7 @@ export {
|
|
|
1539
1787
|
parseInputNumberValue,
|
|
1540
1788
|
parseInputValue,
|
|
1541
1789
|
parseMarkdownHeight,
|
|
1790
|
+
parseMask,
|
|
1542
1791
|
parsePaneSize,
|
|
1543
1792
|
parseTime,
|
|
1544
1793
|
parseWidthToPx,
|
|
@@ -1606,10 +1855,13 @@ export {
|
|
|
1606
1855
|
rateHoverColor,
|
|
1607
1856
|
rateInactiveColor,
|
|
1608
1857
|
readFileAsDataUrl,
|
|
1858
|
+
readMasonryItemHeight,
|
|
1859
|
+
readScrollAreaMetrics,
|
|
1609
1860
|
redoFormHistory,
|
|
1610
1861
|
registerEscapeDismiss,
|
|
1611
1862
|
registerImageGroupItem,
|
|
1612
1863
|
removeCssVarsCached,
|
|
1864
|
+
removeTagAt,
|
|
1613
1865
|
renderMarkdownInline,
|
|
1614
1866
|
renderMarkdownToHtml,
|
|
1615
1867
|
renderTokenHtml,
|
|
@@ -1652,17 +1904,48 @@ export {
|
|
|
1652
1904
|
resolveFormConditionState,
|
|
1653
1905
|
resolveFormFieldConditionState,
|
|
1654
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,
|
|
1655
1923
|
resolveLocaleText,
|
|
1924
|
+
resolveMarqueeAriaLabel,
|
|
1925
|
+
resolveMarqueeDirection,
|
|
1926
|
+
resolveMarqueeDuration,
|
|
1927
|
+
resolveMarqueeGap,
|
|
1928
|
+
resolveMarqueePauseOnHover,
|
|
1929
|
+
resolveMarqueeRepeat,
|
|
1930
|
+
resolveMasonryColumnCount,
|
|
1931
|
+
resolveMasonryGap,
|
|
1656
1932
|
resolveMotionDuration,
|
|
1657
1933
|
resolveMotionEasing,
|
|
1658
1934
|
resolveMultiSeriesTooltipContent,
|
|
1935
|
+
resolveNavigationMenuOpenValue,
|
|
1936
|
+
resolvePageHeaderBackAriaLabel,
|
|
1937
|
+
resolvePageHeaderBackVisibility,
|
|
1659
1938
|
resolvePaginationDisplayMode,
|
|
1660
1939
|
resolvePanGesture,
|
|
1661
1940
|
resolvePinchScale,
|
|
1662
1941
|
resolveResponsiveChartSize,
|
|
1663
1942
|
resolveResponsiveValue,
|
|
1943
|
+
resolveScrollAreaLength,
|
|
1664
1944
|
resolveSelectFilteredOptions,
|
|
1665
1945
|
resolveSeriesData,
|
|
1946
|
+
resolveSplitButtonSize,
|
|
1947
|
+
resolveSplitButtonTriggerAriaLabel,
|
|
1948
|
+
resolveSplitButtonVariant,
|
|
1666
1949
|
resolveSwipeGesture,
|
|
1667
1950
|
resolveTableColumnWidth,
|
|
1668
1951
|
resolveTigerLocale,
|
|
@@ -1692,7 +1975,15 @@ export {
|
|
|
1692
1975
|
runStepValidation,
|
|
1693
1976
|
runUploadQueue,
|
|
1694
1977
|
sanitizeHtml,
|
|
1978
|
+
sanitizeOtpInput,
|
|
1695
1979
|
scatterPointTransitionClasses,
|
|
1980
|
+
scrollAreaContentBaseClasses,
|
|
1981
|
+
scrollAreaRootClasses,
|
|
1982
|
+
scrollAreaScrollbarBaseClasses,
|
|
1983
|
+
scrollAreaShadowBaseClasses,
|
|
1984
|
+
scrollAreaThumbBaseClasses,
|
|
1985
|
+
scrollAreaThumbDraggingClasses,
|
|
1986
|
+
scrollAreaViewportBaseClasses,
|
|
1696
1987
|
scrollSpyItemActiveClasses,
|
|
1697
1988
|
scrollSpyItemBaseClasses,
|
|
1698
1989
|
scrollSpyItemDisabledClasses,
|
|
@@ -1727,8 +2018,11 @@ export {
|
|
|
1727
2018
|
shouldCommitImageAnnotationBox,
|
|
1728
2019
|
shouldHideBadge,
|
|
1729
2020
|
shouldLoadMore,
|
|
2021
|
+
shouldLoopMarquee,
|
|
1730
2022
|
shouldReduceMotion,
|
|
2023
|
+
shouldRenderScrollAreaScrollbar,
|
|
1731
2024
|
shouldShowBackTop,
|
|
2025
|
+
shouldSkipNavigationMenuOpenDelay,
|
|
1732
2026
|
signatureCanvasClasses,
|
|
1733
2027
|
signatureCanvasWrapClasses,
|
|
1734
2028
|
signatureClearButtonClasses,
|
|
@@ -1765,6 +2059,13 @@ export {
|
|
|
1765
2059
|
sortFileItems,
|
|
1766
2060
|
sortNotificationGroups,
|
|
1767
2061
|
sparklesIcon,
|
|
2062
|
+
splitButtonPrimaryBlockClasses,
|
|
2063
|
+
splitButtonPrimaryClasses,
|
|
2064
|
+
splitButtonRootBlockClasses,
|
|
2065
|
+
splitButtonRootClasses,
|
|
2066
|
+
splitButtonTriggerClasses,
|
|
2067
|
+
splitButtonTriggerSizeClasses,
|
|
2068
|
+
splitTagInput,
|
|
1768
2069
|
splitTransferData,
|
|
1769
2070
|
splitterBaseClasses,
|
|
1770
2071
|
splitterGutterBaseClasses,
|
|
@@ -2032,6 +2333,7 @@ export {
|
|
|
2032
2333
|
export { ConfigProvider, useTigerConfig } from './components/ConfigProvider.mjs';
|
|
2033
2334
|
export { Button } from './components/Button.mjs';
|
|
2034
2335
|
export { ButtonGroup } from './components/ButtonGroup.mjs';
|
|
2336
|
+
export { SplitButton } from './components/SplitButton.mjs';
|
|
2035
2337
|
export { Slider } from './components/Slider.mjs';
|
|
2036
2338
|
export { Switch } from './components/Switch.mjs';
|
|
2037
2339
|
export { Checkbox } from './components/Checkbox.mjs';
|
|
@@ -2052,6 +2354,9 @@ export { Container } from './components/Container.mjs';
|
|
|
2052
2354
|
export { Link } from './components/Link.mjs';
|
|
2053
2355
|
export { Text } from './components/Text.mjs';
|
|
2054
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';
|
|
2055
2360
|
export { Icon } from './components/Icon.mjs';
|
|
2056
2361
|
export { Layout } from './components/Layout.mjs';
|
|
2057
2362
|
export { Header } from './components/Header.mjs';
|
|
@@ -2063,6 +2368,9 @@ export { Cascader } from './components/Cascader.mjs';
|
|
|
2063
2368
|
export { AutoComplete } from './components/AutoComplete.mjs';
|
|
2064
2369
|
export { Signature } from './components/Signature.mjs';
|
|
2065
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';
|
|
2066
2374
|
export { Transfer } from './components/Transfer.mjs';
|
|
2067
2375
|
export { TreeSelect } from './components/TreeSelect.mjs';
|
|
2068
2376
|
export { DatePicker } from './components/DatePicker.mjs';
|
|
@@ -2076,6 +2384,7 @@ export { Card } from './components/Card.mjs';
|
|
|
2076
2384
|
export { Avatar } from './components/Avatar.mjs';
|
|
2077
2385
|
export { AvatarGroup } from './components/AvatarGroup.mjs';
|
|
2078
2386
|
export { Image } from './components/Image.mjs';
|
|
2387
|
+
export { ImageCompare } from './components/ImageCompare.mjs';
|
|
2079
2388
|
export { ImagePreview } from './components/ImagePreview.mjs';
|
|
2080
2389
|
export { ImageGroup, ImageGroupContext } from './components/ImageGroup.mjs';
|
|
2081
2390
|
export { ImageCropper } from './components/ImageCropper.mjs';
|
|
@@ -2099,6 +2408,9 @@ export { Steps, StepsItem, useStepsContext } from './components/Steps.mjs';
|
|
|
2099
2408
|
export { Pagination } from './components/Pagination.mjs';
|
|
2100
2409
|
export { Dropdown } from './components/Dropdown.mjs';
|
|
2101
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';
|
|
2102
2414
|
export { Spotlight } from './components/Spotlight.mjs';
|
|
2103
2415
|
export { ScrollSpy } from './components/ScrollSpy.mjs';
|
|
2104
2416
|
export { Drawer } from './components/Drawer.mjs';
|
|
@@ -2198,6 +2510,46 @@ const notification = {
|
|
|
2198
2510
|
export { notification };
|
|
2199
2511
|
export { NotificationContainer } from './components/NotificationContainer.mjs';
|
|
2200
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';
|
|
2201
2553
|
export { Popconfirm } from './components/Popconfirm.mjs';
|
|
2202
2554
|
export { Popover } from './components/Popover.mjs';
|
|
2203
2555
|
export { Tooltip } from './components/Tooltip.mjs';
|
|
@@ -2252,6 +2604,8 @@ export { useDrag } from './hooks/useDrag.mjs';
|
|
|
2252
2604
|
export { useControlledState } from './hooks/useControlledState.mjs';
|
|
2253
2605
|
export { Splitter } from './components/Splitter.mjs';
|
|
2254
2606
|
export { Resizable } from './components/Resizable.mjs';
|
|
2607
|
+
export { ScrollArea } from './components/ScrollArea.mjs';
|
|
2608
|
+
export { Masonry } from './components/Masonry.mjs';
|
|
2255
2609
|
export { CodeEditor } from './components/CodeEditor.mjs';
|
|
2256
2610
|
export { RichTextEditor } from './components/RichTextEditor.mjs';
|
|
2257
2611
|
export { MarkdownEditor } from './components/MarkdownEditor.mjs';
|
|
@@ -2264,3 +2618,4 @@ export { Gantt } from './components/Gantt.mjs';
|
|
|
2264
2618
|
export { InputGroup, InputGroupAddon } from './components/InputGroup.mjs';
|
|
2265
2619
|
export { PrintLayout, PrintPageBreak } from './components/PrintLayout.mjs';
|
|
2266
2620
|
export { ImageViewer } from './components/ImageViewer.mjs';
|
|
2621
|
+
export { AspectRatio } from './components/AspectRatio.mjs';
|