@expcat/tigercat-core 1.1.0 → 1.2.14
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 +1 -1
- package/dist/datepicker-locales/ar-SA.cjs +46 -0
- package/dist/datepicker-locales/ar-SA.d.cts +6 -0
- package/dist/datepicker-locales/ar-SA.d.ts +6 -0
- package/dist/datepicker-locales/ar-SA.js +20 -0
- package/dist/datepicker-locales/de-DE.cjs +46 -0
- package/dist/datepicker-locales/de-DE.d.cts +6 -0
- package/dist/datepicker-locales/de-DE.d.ts +6 -0
- package/dist/datepicker-locales/de-DE.js +20 -0
- package/dist/datepicker-locales/en-US.cjs +30 -7
- package/dist/datepicker-locales/en-US.js +5 -2
- package/dist/datepicker-locales/es-ES.cjs +46 -0
- package/dist/datepicker-locales/es-ES.d.cts +6 -0
- package/dist/datepicker-locales/es-ES.d.ts +6 -0
- package/dist/datepicker-locales/es-ES.js +20 -0
- package/dist/datepicker-locales/fr-FR.cjs +46 -0
- package/dist/datepicker-locales/fr-FR.d.cts +6 -0
- package/dist/datepicker-locales/fr-FR.d.ts +6 -0
- package/dist/datepicker-locales/fr-FR.js +20 -0
- package/dist/datepicker-locales/id-ID.cjs +30 -7
- package/dist/datepicker-locales/id-ID.js +5 -2
- package/dist/datepicker-locales/ja-JP.cjs +30 -7
- package/dist/datepicker-locales/ja-JP.js +5 -2
- package/dist/datepicker-locales/ko-KR.cjs +30 -7
- package/dist/datepicker-locales/ko-KR.js +5 -2
- package/dist/datepicker-locales/pt-BR.cjs +46 -0
- package/dist/datepicker-locales/pt-BR.d.cts +6 -0
- package/dist/datepicker-locales/pt-BR.d.ts +6 -0
- package/dist/datepicker-locales/pt-BR.js +20 -0
- package/dist/datepicker-locales/th-TH.cjs +30 -7
- package/dist/datepicker-locales/th-TH.js +5 -2
- package/dist/datepicker-locales/vi-VN.cjs +30 -7
- package/dist/datepicker-locales/vi-VN.js +5 -2
- package/dist/datepicker-locales/zh-CN.cjs +30 -7
- package/dist/datepicker-locales/zh-CN.js +5 -2
- package/dist/datepicker-locales/zh-TW.cjs +30 -7
- package/dist/datepicker-locales/zh-TW.js +5 -2
- package/dist/icons/common.cjs +43 -11
- package/dist/icons/common.js +11 -2
- package/dist/icons/picker.cjs +57 -18
- package/dist/icons/picker.js +18 -2
- package/dist/icons/status.cjs +35 -7
- package/dist/icons/status.js +7 -2
- package/dist/icons/table.cjs +39 -9
- package/dist/icons/table.js +9 -2
- package/dist/index.cjs +6703 -1719
- package/dist/index.d.cts +1940 -58
- package/dist/index.d.ts +1940 -58
- package/dist/index.js +4821 -159
- package/dist/{locale-CEmE5uq-.d.cts → locale-9-B-d0mp.d.cts} +6 -1
- package/dist/{locale-m1sF4KRO.d.ts → locale-Bc3zz2b0.d.ts} +6 -1
- package/dist/locales/ar-SA.cjs +155 -0
- package/dist/locales/ar-SA.d.cts +10 -0
- package/dist/locales/ar-SA.d.ts +10 -0
- package/dist/locales/ar-SA.js +128 -0
- package/dist/locales/de-DE.cjs +155 -0
- package/dist/locales/de-DE.d.cts +10 -0
- package/dist/locales/de-DE.d.ts +10 -0
- package/dist/locales/de-DE.js +128 -0
- package/dist/locales/en-US.cjs +29 -3
- package/dist/locales/en-US.d.cts +1 -1
- package/dist/locales/en-US.d.ts +1 -1
- package/dist/locales/en-US.js +5 -2
- package/dist/locales/es-ES.cjs +155 -0
- package/dist/locales/es-ES.d.cts +10 -0
- package/dist/locales/es-ES.d.ts +10 -0
- package/dist/locales/es-ES.js +128 -0
- package/dist/locales/fr-FR.cjs +155 -0
- package/dist/locales/fr-FR.d.cts +10 -0
- package/dist/locales/fr-FR.d.ts +10 -0
- package/dist/locales/fr-FR.js +128 -0
- package/dist/locales/id-ID.cjs +29 -3
- package/dist/locales/id-ID.d.cts +1 -1
- package/dist/locales/id-ID.d.ts +1 -1
- package/dist/locales/id-ID.js +5 -2
- package/dist/locales/ja-JP.cjs +29 -3
- package/dist/locales/ja-JP.d.cts +1 -1
- package/dist/locales/ja-JP.d.ts +1 -1
- package/dist/locales/ja-JP.js +5 -2
- package/dist/locales/ko-KR.cjs +29 -3
- package/dist/locales/ko-KR.d.cts +1 -1
- package/dist/locales/ko-KR.d.ts +1 -1
- package/dist/locales/ko-KR.js +5 -2
- package/dist/locales/pt-BR.cjs +155 -0
- package/dist/locales/pt-BR.d.cts +10 -0
- package/dist/locales/pt-BR.d.ts +10 -0
- package/dist/locales/pt-BR.js +128 -0
- package/dist/locales/th-TH.cjs +29 -3
- package/dist/locales/th-TH.d.cts +1 -1
- package/dist/locales/th-TH.d.ts +1 -1
- package/dist/locales/th-TH.js +5 -2
- package/dist/locales/vi-VN.cjs +29 -3
- package/dist/locales/vi-VN.d.cts +1 -1
- package/dist/locales/vi-VN.d.ts +1 -1
- package/dist/locales/vi-VN.js +5 -2
- package/dist/locales/zh-CN.cjs +29 -3
- package/dist/locales/zh-CN.d.cts +1 -1
- package/dist/locales/zh-CN.d.ts +1 -1
- package/dist/locales/zh-CN.js +5 -2
- package/dist/locales/zh-TW.cjs +29 -3
- package/dist/locales/zh-TW.d.cts +1 -1
- package/dist/locales/zh-TW.d.ts +1 -1
- package/dist/locales/zh-TW.js +5 -2
- package/dist/{table-export-Cy9DgTiO.d.cts → table-export-6ISYSoVB.d.cts} +35 -3
- package/dist/{table-export-Cy9DgTiO.d.ts → table-export-6ISYSoVB.d.ts} +35 -3
- package/dist/tailwind/modern.cjs +81 -18
- package/dist/tailwind/modern.js +49 -13
- package/dist/{tailwind-entry-2KPvkOin.d.ts → tailwind-entry-D4_sseNi.d.ts} +1 -1
- package/dist/{tailwind-entry-CUaMC8Ma.d.cts → tailwind-entry-DUchHtjs.d.cts} +1 -1
- package/dist/tailwind.cjs +75 -10
- package/dist/tailwind.d.cts +1 -1
- package/dist/tailwind.d.ts +1 -1
- package/dist/tailwind.js +43 -5
- package/dist/utils/table-export.cjs +79 -5
- package/dist/utils/table-export.d.cts +1 -1
- package/dist/utils/table-export.d.ts +1 -1
- package/dist/utils/table-export.js +47 -2
- package/package.json +60 -6
- package/tokens/figma-variables.json +2553 -0
- package/tokens/tailwind-tokens.js +145 -0
- package/tokens/tokens.css +640 -0
- package/tokens/tokens.json +395 -0
package/dist/index.d.cts
CHANGED
|
@@ -2,15 +2,15 @@ export { closeIconPathD, closeIconPathStrokeLinecap, closeIconPathStrokeLinejoin
|
|
|
2
2
|
export { CalendarIconPath, ChevronLeftIconPath, ChevronRightIconPath, ClockIconPath, CloseIconPath, TimePickerCloseIconPath, calendarSolidIcon20PathD, checkSolidIcon20PathD, chevronDownSolidIcon20PathD, chevronLeftSolidIcon20PathD, chevronRightSolidIcon20PathD, clockSolidIcon20PathD, closeSolidIcon20PathD, errorCircleSolidIcon20PathD, icon20ViewBox, successCircleSolidIcon20PathD } from './icons/picker.cjs';
|
|
3
3
|
export { StatusIconType, statusErrorIconPath, statusIconPaths, statusInfoIconPath, statusSuccessIconPath, statusWarningIconPath } from './icons/status.cjs';
|
|
4
4
|
export { expandChevronIcon16PathD, icon16ViewBox, lockClosedIcon24PathD, lockOpenIcon24PathD, sortAscIcon16PathD, sortBothIcon16PathD, sortDescIcon16PathD } from './icons/table.cjs';
|
|
5
|
-
import { a as TigerLocaleInput, b as TigerLocaleLazyModule, c as TigerLocaleLoader, T as TigerLocale, d as
|
|
6
|
-
export {
|
|
5
|
+
import { a as TigerLocaleInput, b as TigerLocaleLazyModule, c as TigerLocaleLoader, T as TigerLocale, d as TigerLocaleDirection, e as TigerLocalePagination, f as TigerLocaleFormWizard, g as TigerLocaleTaskBoard } from './locale-9-B-d0mp.cjs';
|
|
6
|
+
export { h as TigerLocaleCommon, j as TigerLocaleDrawer, i as TigerLocaleModal, k as TigerLocaleUpload } from './locale-9-B-d0mp.cjs';
|
|
7
7
|
import { D as DatePickerLocalePreset, a as DatePickerLocaleInput, b as DatePickerLabels, c as DateFormat, d as DatePickerSize } from './datepicker-DXzS_8l8.cjs';
|
|
8
8
|
export { e as DatePickerInputDate, k as DatePickerLocaleConfig, h as DatePickerModelValue, l as DatePickerProps, g as DatePickerRangeModelValue, j as DatePickerRangeValue, m as DatePickerShortcut, f as DatePickerSingleModelValue, i as DatePickerSingleValue } from './datepicker-DXzS_8l8.cjs';
|
|
9
|
-
import { T as
|
|
10
|
-
export { E as ExpandableConfig,
|
|
9
|
+
import { T as TableResponsiveMode, a as TableColumn, b as TableSize, C as ColumnAlign, S as SortDirection, F as FilterOption, c as TableProps, P as PaginationConfig, d as FilterRule, e as ColumnFilter, f as SortState } from './table-export-6ISYSoVB.cjs';
|
|
10
|
+
export { E as ExpandableConfig, n as FilterType, R as RowSelectionConfig, m as TableExportFormat, i as downloadCsv, j as downloadExcel, l as downloadTableExport, k as exportTableData, g as exportTableToCsv, h as exportTableToExcel, t as tableExportButtonClasses } from './table-export-6ISYSoVB.cjs';
|
|
11
11
|
import { Middleware, MiddlewareData } from '@floating-ui/dom';
|
|
12
|
-
import { T as ThemePreset, C as ColorScheme } from './tailwind-entry-
|
|
13
|
-
export { a as ThemeColorScale, h as ThemeConfig, g as ThemeMotion, i as ThemePresetName, d as ThemeRadius, b as ThemeSemanticColors, e as ThemeShadows, f as ThemeSpacing, c as ThemeTypography, l as TigercatPluginOptions, m as createTigercatPlugin, j as tigercatDarkTheme, k as tigercatPlugin, t as tigercatTheme } from './tailwind-entry-
|
|
12
|
+
import { T as ThemePreset, C as ColorScheme } from './tailwind-entry-DUchHtjs.cjs';
|
|
13
|
+
export { a as ThemeColorScale, h as ThemeConfig, g as ThemeMotion, i as ThemePresetName, d as ThemeRadius, b as ThemeSemanticColors, e as ThemeShadows, f as ThemeSpacing, c as ThemeTypography, l as TigercatPluginOptions, m as createTigercatPlugin, j as tigercatDarkTheme, k as tigercatPlugin, t as tigercatTheme } from './tailwind-entry-DUchHtjs.cjs';
|
|
14
14
|
import './types-CJYAW1ql.d-DDBFn6KB.cjs';
|
|
15
15
|
import './resolve-config-QUZ9b-Gn.mjs';
|
|
16
16
|
|
|
@@ -110,6 +110,82 @@ declare const copyTextToClipboard: (text: string) => Promise<boolean>;
|
|
|
110
110
|
*
|
|
111
111
|
* All durations are in milliseconds unless otherwise specified.
|
|
112
112
|
*/
|
|
113
|
+
type MotionDurationToken = 'instant' | 'quick' | 'base' | 'relaxed' | 'slow';
|
|
114
|
+
type MotionEasingToken = 'standard' | 'decelerate' | 'accelerate' | 'emphasized' | 'spring';
|
|
115
|
+
type MotionDuration = MotionDurationToken | number | string;
|
|
116
|
+
type MotionEasing = MotionEasingToken | string;
|
|
117
|
+
type MotionDirection = 'none' | 'up' | 'down' | 'left' | 'right';
|
|
118
|
+
interface ComponentMotionConfig {
|
|
119
|
+
/** Duration token, CSS time value, or millisecond number. */
|
|
120
|
+
duration?: MotionDuration;
|
|
121
|
+
/** Delay token, CSS time value, or millisecond number. */
|
|
122
|
+
delay?: MotionDuration;
|
|
123
|
+
/** Easing token or CSS timing function. */
|
|
124
|
+
easing?: MotionEasing;
|
|
125
|
+
/** Direction used by slide/translate-based component entrances. */
|
|
126
|
+
direction?: MotionDirection;
|
|
127
|
+
/** Disable this component's animation without removing its transition styles. */
|
|
128
|
+
disabled?: boolean;
|
|
129
|
+
/** Respect `prefers-reduced-motion`; enabled by default. */
|
|
130
|
+
respectReducedMotion?: boolean;
|
|
131
|
+
}
|
|
132
|
+
declare const MOTION_DURATION_TOKEN_VARS: Record<MotionDurationToken, string>;
|
|
133
|
+
declare const MOTION_DURATION_TOKEN_FALLBACKS: Record<MotionDurationToken, string>;
|
|
134
|
+
declare const MOTION_EASING_TOKEN_VARS: Record<MotionEasingToken, string>;
|
|
135
|
+
declare const MOTION_EASING_TOKEN_FALLBACKS: Record<MotionEasingToken, string>;
|
|
136
|
+
declare const COMPONENT_MOTION_VARS: {
|
|
137
|
+
readonly duration: "--tiger-component-motion-duration";
|
|
138
|
+
readonly delay: "--tiger-component-motion-delay";
|
|
139
|
+
readonly easing: "--tiger-component-motion-easing";
|
|
140
|
+
readonly translateX: "--tiger-component-motion-translate-x";
|
|
141
|
+
readonly translateY: "--tiger-component-motion-translate-y";
|
|
142
|
+
};
|
|
143
|
+
declare function resolveMotionDuration(duration: MotionDuration | undefined, fallback?: MotionDurationToken): string;
|
|
144
|
+
declare function resolveMotionEasing(easing: MotionEasing | undefined, fallback?: MotionEasingToken): string;
|
|
145
|
+
declare function shouldReduceMotion(config?: Pick<ComponentMotionConfig, 'disabled' | 'respectReducedMotion'>): boolean;
|
|
146
|
+
declare function getComponentMotionStyle(config?: ComponentMotionConfig): Record<string, string>;
|
|
147
|
+
declare function getComponentMotionTransition(properties?: string | string[], config?: ComponentMotionConfig): string;
|
|
148
|
+
interface MotionStaggerOptions {
|
|
149
|
+
stepMs?: number;
|
|
150
|
+
initialDelayMs?: number;
|
|
151
|
+
disabled?: boolean;
|
|
152
|
+
respectReducedMotion?: boolean;
|
|
153
|
+
}
|
|
154
|
+
declare function getStaggerDelay(index: number, options?: MotionStaggerOptions): string;
|
|
155
|
+
declare function getStaggeredMotionStyle(index: number, config?: ComponentMotionConfig & MotionStaggerOptions): Record<string, string>;
|
|
156
|
+
interface MotionSequenceStep {
|
|
157
|
+
id: string;
|
|
158
|
+
durationMs?: number;
|
|
159
|
+
gapAfterMs?: number;
|
|
160
|
+
}
|
|
161
|
+
interface ResolvedMotionSequenceStep extends Required<MotionSequenceStep> {
|
|
162
|
+
index: number;
|
|
163
|
+
startMs: number;
|
|
164
|
+
style: Record<string, string>;
|
|
165
|
+
}
|
|
166
|
+
interface MotionSequenceOptions {
|
|
167
|
+
durationMs?: number;
|
|
168
|
+
gapMs?: number;
|
|
169
|
+
initialDelayMs?: number;
|
|
170
|
+
disabled?: boolean;
|
|
171
|
+
respectReducedMotion?: boolean;
|
|
172
|
+
}
|
|
173
|
+
declare function createMotionSequence(steps: MotionSequenceStep[], options?: MotionSequenceOptions): ResolvedMotionSequenceStep[];
|
|
174
|
+
interface ViewTransitionLike {
|
|
175
|
+
ready: Promise<void>;
|
|
176
|
+
finished: Promise<void>;
|
|
177
|
+
updateCallbackDone: Promise<void>;
|
|
178
|
+
skipTransition(): void;
|
|
179
|
+
}
|
|
180
|
+
interface ViewTransitionOptions {
|
|
181
|
+
disabled?: boolean;
|
|
182
|
+
respectReducedMotion?: boolean;
|
|
183
|
+
}
|
|
184
|
+
declare function supportsViewTransitions(options?: ViewTransitionOptions): boolean;
|
|
185
|
+
declare function startTigercatViewTransition(updateCallback: () => void | Promise<void>, options?: ViewTransitionOptions): Promise<ViewTransitionLike | undefined>;
|
|
186
|
+
declare function getViewTransitionNameStyle(name: string): Record<string, string>;
|
|
187
|
+
declare const VIEW_TRANSITION_CSS = "\n::view-transition-old(root),\n::view-transition-new(root) {\n animation-duration: var(--tiger-motion-duration-relaxed, 300ms);\n animation-timing-function: var(--tiger-motion-ease-standard, cubic-bezier(0.4, 0, 0.2, 1));\n}\n\n@media (prefers-reduced-motion: reduce) {\n ::view-transition-old(root),\n ::view-transition-new(root) {\n animation-duration: 0ms;\n }\n}\n";
|
|
188
|
+
declare function injectViewTransitionStyles(): void;
|
|
113
189
|
/**
|
|
114
190
|
* Standard animation duration for most UI transitions (fade, slide, scale).
|
|
115
191
|
* Used by: Modal, Drawer, Dropdown, Tooltip, Popover, Message, Notification
|
|
@@ -196,7 +272,7 @@ declare function getPathDrawStyles(length: number, progress: number): {
|
|
|
196
272
|
* SVG path animation CSS for chart lines.
|
|
197
273
|
* Includes draw-in animation with configurable duration.
|
|
198
274
|
*/
|
|
199
|
-
declare const SVG_PATH_ANIMATION_CSS = "\n@keyframes tiger-path-draw {\n from {\n stroke-dashoffset: var(--tiger-path-length);\n }\n to {\n stroke-dashoffset: 0;\n }\n}\n\n.tiger-animate-path-draw {\n animation: tiger-path-draw var(--tiger-path-duration, 1s) ease-out forwards;\n stroke-dasharray: var(--tiger-path-length);\n stroke-dashoffset: var(--tiger-path-length);\n}\n\n@keyframes tiger-fade-in {\n from { opacity: 0; }\n to { opacity: 1; }\n}\n\n.tiger-animate-fade-in {\n animation: tiger-fade-in var(--tiger-fade-duration, 0.5s) ease-out forwards;\n}\n\n@keyframes tiger-scale-in {\n from { transform: scale(0); opacity: 0; }\n to { transform: scale(1); opacity: 1; }\n}\n\n.tiger-animate-scale-in {\n animation: tiger-scale-in var(--tiger-scale-duration, 0.3s) ease-out forwards;\n}\n\n@keyframes tiger-bar-grow {\n from { transform: scaleY(0); }\n to { transform: scaleY(1); }\n}\n\n.tiger-animate-bar-grow {\n transform-origin: bottom;\n animation: tiger-bar-grow var(--tiger-bar-duration, 0.5s) ease-out forwards;\n}\n\n@keyframes tiger-pie-draw {\n from {\n stroke-dashoffset: var(--tiger-circumference);\n }\n to {\n stroke-dashoffset: var(--tiger-target-offset);\n }\n}\n\n.tiger-animate-pie-draw {\n animation: tiger-pie-draw var(--tiger-pie-duration, 0.8s) ease-out forwards;\n}\n";
|
|
275
|
+
declare const SVG_PATH_ANIMATION_CSS = "\n@keyframes tiger-path-draw {\n from {\n stroke-dashoffset: var(--tiger-path-length);\n }\n to {\n stroke-dashoffset: 0;\n }\n}\n\n.tiger-animate-path-draw {\n animation: tiger-path-draw var(--tiger-path-duration, 1s) ease-out forwards;\n stroke-dasharray: var(--tiger-path-length);\n stroke-dashoffset: var(--tiger-path-length);\n}\n\n@keyframes tiger-fade-in {\n from { opacity: 0; }\n to { opacity: 1; }\n}\n\n.tiger-animate-fade-in {\n animation: tiger-fade-in var(--tiger-fade-duration, 0.5s) ease-out forwards;\n}\n\n@keyframes tiger-scale-in {\n from { transform: scale(0); opacity: 0; }\n to { transform: scale(1); opacity: 1; }\n}\n\n.tiger-animate-scale-in {\n animation: tiger-scale-in var(--tiger-scale-duration, 0.3s) ease-out forwards;\n}\n\n@keyframes tiger-bar-grow {\n from { transform: scaleY(0); }\n to { transform: scaleY(1); }\n}\n\n.tiger-animate-bar-grow {\n transform-origin: bottom;\n animation: tiger-bar-grow var(--tiger-bar-duration, 0.5s) ease-out forwards;\n}\n\n@keyframes tiger-pie-draw {\n from {\n stroke-dashoffset: var(--tiger-circumference);\n }\n to {\n stroke-dashoffset: var(--tiger-target-offset);\n }\n}\n\n.tiger-animate-pie-draw {\n animation: tiger-pie-draw var(--tiger-pie-duration, 0.8s) ease-out forwards;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .tiger-animate-path-draw,\n .tiger-animate-fade-in,\n .tiger-animate-scale-in,\n .tiger-animate-bar-grow,\n .tiger-animate-pie-draw {\n animation-duration: 0ms;\n animation-delay: 0ms;\n }\n}\n";
|
|
200
276
|
/**
|
|
201
277
|
* Inject SVG animation styles into the document head.
|
|
202
278
|
* Safe to call multiple times - will only inject once.
|
|
@@ -489,6 +565,10 @@ declare function isLazyTigerLocale(locale?: TigerLocaleInput): locale is Promise
|
|
|
489
565
|
declare function getImmediateTigerLocale(locale?: TigerLocaleInput): Partial<TigerLocale> | undefined;
|
|
490
566
|
declare function resolveTigerLocale(locale?: TigerLocaleInput): Promise<Partial<TigerLocale> | undefined>;
|
|
491
567
|
declare function mergeTigerLocale(base?: Partial<TigerLocale>, override?: Partial<TigerLocale>): Partial<TigerLocale> | undefined;
|
|
568
|
+
declare function isRtlLocale(locale?: string | Partial<TigerLocale>): boolean;
|
|
569
|
+
declare function getLocaleDirection(locale?: string | Partial<TigerLocale>): TigerLocaleDirection;
|
|
570
|
+
declare function formatIntlNumber(value: number, locale?: string): string;
|
|
571
|
+
declare function getIntlPluralCategory(value: number, locale?: string): Intl.LDMLPluralRule;
|
|
492
572
|
/**
|
|
493
573
|
* Default English pagination labels
|
|
494
574
|
*/
|
|
@@ -515,7 +595,7 @@ declare function getPaginationLabels(locale?: Partial<TigerLocale>): Required<Ti
|
|
|
515
595
|
* @param range - Current page range [start, end]
|
|
516
596
|
* @returns Formatted string
|
|
517
597
|
*/
|
|
518
|
-
declare function formatPaginationTotal(template: string, total: number, range: [number, number]): string;
|
|
598
|
+
declare function formatPaginationTotal(template: string, total: number, range: [number, number], locale?: string): string;
|
|
519
599
|
/**
|
|
520
600
|
* Format pagination page aria-label
|
|
521
601
|
*
|
|
@@ -523,7 +603,7 @@ declare function formatPaginationTotal(template: string, total: number, range: [
|
|
|
523
603
|
* @param page - Page number
|
|
524
604
|
* @returns Formatted string
|
|
525
605
|
*/
|
|
526
|
-
declare function formatPageAriaLabel(template: string, page: number): string;
|
|
606
|
+
declare function formatPageAriaLabel(template: string, page: number, locale?: string): string;
|
|
527
607
|
declare const DEFAULT_TASK_BOARD_LABELS: Required<TigerLocaleTaskBoard>;
|
|
528
608
|
declare const ZH_CN_TASK_BOARD_LABELS: Required<TigerLocaleTaskBoard>;
|
|
529
609
|
declare function getTaskBoardLabels(locale?: Partial<TigerLocale>): Required<TigerLocaleTaskBoard>;
|
|
@@ -687,6 +767,9 @@ declare const timePickerPanelClasses: string;
|
|
|
687
767
|
* Dropdown panel content classes
|
|
688
768
|
*/
|
|
689
769
|
declare const timePickerPanelContentClasses = "flex divide-x divide-gray-200";
|
|
770
|
+
declare const timePickerDesktopPanelContentClasses = "max-sm:hidden flex divide-x divide-gray-200";
|
|
771
|
+
declare const timePickerMobileWheelClasses = "sm:hidden grid grid-cols-3 gap-2";
|
|
772
|
+
declare const timePickerMobileWheelSelectClasses: string;
|
|
690
773
|
/**
|
|
691
774
|
* Range mode header classes
|
|
692
775
|
*/
|
|
@@ -732,6 +815,22 @@ declare const timePickerFooterButtonClasses: string;
|
|
|
732
815
|
* File status type
|
|
733
816
|
*/
|
|
734
817
|
type UploadFileStatus = 'ready' | 'uploading' | 'success' | 'error';
|
|
818
|
+
type UploadQueueStatus = 'queued' | 'uploading' | 'success' | 'error';
|
|
819
|
+
interface UploadChunk {
|
|
820
|
+
index: number;
|
|
821
|
+
start: number;
|
|
822
|
+
end: number;
|
|
823
|
+
size: number;
|
|
824
|
+
blob: Blob;
|
|
825
|
+
}
|
|
826
|
+
interface UploadQueueItem {
|
|
827
|
+
id: string;
|
|
828
|
+
file: File;
|
|
829
|
+
status: UploadQueueStatus;
|
|
830
|
+
progress: number;
|
|
831
|
+
chunks: UploadChunk[];
|
|
832
|
+
error?: string;
|
|
833
|
+
}
|
|
735
834
|
/**
|
|
736
835
|
* List type for file display
|
|
737
836
|
*/
|
|
@@ -828,10 +927,37 @@ interface UploadProps {
|
|
|
828
927
|
* @default true
|
|
829
928
|
*/
|
|
830
929
|
autoUpload?: boolean;
|
|
930
|
+
/**
|
|
931
|
+
* Enable queued upload execution for selected files.
|
|
932
|
+
* @default false
|
|
933
|
+
*/
|
|
934
|
+
queue?: boolean;
|
|
935
|
+
/**
|
|
936
|
+
* Maximum concurrent uploads when queue is enabled.
|
|
937
|
+
* @default 2
|
|
938
|
+
*/
|
|
939
|
+
maxConcurrent?: number;
|
|
940
|
+
/**
|
|
941
|
+
* Chunk size in bytes. When set, customRequest is called once per chunk.
|
|
942
|
+
*/
|
|
943
|
+
chunkSize?: number;
|
|
944
|
+
/**
|
|
945
|
+
* Whether chunked uploads should expose a stable resume key.
|
|
946
|
+
* @default false
|
|
947
|
+
*/
|
|
948
|
+
resumable?: boolean;
|
|
831
949
|
/**
|
|
832
950
|
* Custom upload request
|
|
833
951
|
*/
|
|
834
952
|
customRequest?: (options: UploadRequestOptions) => void;
|
|
953
|
+
/**
|
|
954
|
+
* Queue change callback.
|
|
955
|
+
*/
|
|
956
|
+
onQueueChange?: (queue: UploadQueueItem[]) => void;
|
|
957
|
+
/**
|
|
958
|
+
* Chunk progress callback.
|
|
959
|
+
*/
|
|
960
|
+
onChunkProgress?: (chunk: UploadChunk, progress: number, file: UploadFile) => void;
|
|
835
961
|
/**
|
|
836
962
|
* File change callback
|
|
837
963
|
*/
|
|
@@ -897,6 +1023,16 @@ interface UploadRequestOptions {
|
|
|
897
1023
|
* The file to upload
|
|
898
1024
|
*/
|
|
899
1025
|
file: File;
|
|
1026
|
+
/** Original selected file when `file` is a chunk wrapper. */
|
|
1027
|
+
originalFile?: File;
|
|
1028
|
+
/** Current chunk metadata for chunked uploads. */
|
|
1029
|
+
chunk?: UploadChunk;
|
|
1030
|
+
/** Current chunk index, 0-based. */
|
|
1031
|
+
chunkIndex?: number;
|
|
1032
|
+
/** Total chunk count for the original file. */
|
|
1033
|
+
totalChunks?: number;
|
|
1034
|
+
/** Stable resume key for the original file. */
|
|
1035
|
+
resumeKey?: string;
|
|
900
1036
|
/**
|
|
901
1037
|
* Progress callback
|
|
902
1038
|
*/
|
|
@@ -1320,7 +1456,7 @@ declare function isAtMax(value: number | null | undefined, max?: number): boolea
|
|
|
1320
1456
|
/**
|
|
1321
1457
|
* Supported form validation rule types
|
|
1322
1458
|
*/
|
|
1323
|
-
type FormRuleType = 'string' | 'number' | 'boolean' | 'array' | 'object' | 'email' | 'url' | 'date';
|
|
1459
|
+
type FormRuleType = 'string' | 'number' | 'boolean' | 'array' | 'object' | 'email' | 'phone' | 'url' | 'date' | 'id-card';
|
|
1324
1460
|
/**
|
|
1325
1461
|
* When to trigger form validation
|
|
1326
1462
|
*/
|
|
@@ -1399,6 +1535,58 @@ interface FormError {
|
|
|
1399
1535
|
* Values can be of any type (string, number, boolean, arrays, objects, etc.)
|
|
1400
1536
|
*/
|
|
1401
1537
|
type FormValues = Record<string, unknown>;
|
|
1538
|
+
/**
|
|
1539
|
+
* Operators supported by the Form conditional DSL.
|
|
1540
|
+
*/
|
|
1541
|
+
type FormConditionOperator = 'equals' | 'notEquals' | 'truthy' | 'falsy' | 'empty' | 'notEmpty' | 'includes' | 'notIncludes' | 'gt' | 'gte' | 'lt' | 'lte';
|
|
1542
|
+
/**
|
|
1543
|
+
* A single condition evaluated against the form model.
|
|
1544
|
+
*/
|
|
1545
|
+
interface FormCondition {
|
|
1546
|
+
/** Field path to read from the form model. Supports dotted paths. */
|
|
1547
|
+
field: string;
|
|
1548
|
+
/** Comparison operator. Defaults to `equals` when value is provided, otherwise `truthy`. */
|
|
1549
|
+
operator?: FormConditionOperator;
|
|
1550
|
+
/** Comparison value for operators that need one. */
|
|
1551
|
+
value?: unknown;
|
|
1552
|
+
}
|
|
1553
|
+
/**
|
|
1554
|
+
* One or more conditions. Arrays are evaluated with the field condition's `logic`.
|
|
1555
|
+
*/
|
|
1556
|
+
type FormConditionInput = FormCondition | FormCondition[];
|
|
1557
|
+
/**
|
|
1558
|
+
* How multiple conditions should be combined.
|
|
1559
|
+
*/
|
|
1560
|
+
type FormConditionLogic = 'all' | 'any';
|
|
1561
|
+
/**
|
|
1562
|
+
* Conditional behavior for a field.
|
|
1563
|
+
*/
|
|
1564
|
+
interface FormFieldCondition {
|
|
1565
|
+
/** Show the field only when these conditions pass. */
|
|
1566
|
+
showWhen?: FormConditionInput;
|
|
1567
|
+
/** Hide the field when these conditions pass. */
|
|
1568
|
+
hiddenWhen?: FormConditionInput;
|
|
1569
|
+
/** Disable the field when these conditions pass. */
|
|
1570
|
+
disabledWhen?: FormConditionInput;
|
|
1571
|
+
/** Enable the field only when these conditions pass. */
|
|
1572
|
+
enabledWhen?: FormConditionInput;
|
|
1573
|
+
/** Treat the field as required when these conditions pass. */
|
|
1574
|
+
requiredWhen?: FormConditionInput;
|
|
1575
|
+
/** Logic for array conditions. @default 'all' */
|
|
1576
|
+
logic?: FormConditionLogic;
|
|
1577
|
+
}
|
|
1578
|
+
/**
|
|
1579
|
+
* Conditional behavior mapped by field name.
|
|
1580
|
+
*/
|
|
1581
|
+
type FormConditions = Record<string, FormFieldCondition>;
|
|
1582
|
+
/**
|
|
1583
|
+
* Resolved conditional state for a field.
|
|
1584
|
+
*/
|
|
1585
|
+
interface FormConditionState {
|
|
1586
|
+
shown: boolean;
|
|
1587
|
+
disabled: boolean;
|
|
1588
|
+
required: boolean;
|
|
1589
|
+
}
|
|
1402
1590
|
/**
|
|
1403
1591
|
* Form validation result containing validity status and any errors
|
|
1404
1592
|
*/
|
|
@@ -1485,6 +1673,16 @@ interface FormProps {
|
|
|
1485
1673
|
* When a dependency changes, the dependent field is re-validated
|
|
1486
1674
|
*/
|
|
1487
1675
|
fieldDependencies?: Map<string, string[]>;
|
|
1676
|
+
/**
|
|
1677
|
+
* Conditional field behavior DSL for visibility, disabled state, and dynamic required rules.
|
|
1678
|
+
*/
|
|
1679
|
+
conditions?: FormConditions;
|
|
1680
|
+
/**
|
|
1681
|
+
* Debounce delay for change-triggered field validation in milliseconds.
|
|
1682
|
+
* Blur, submit, and imperative validation still run immediately.
|
|
1683
|
+
* @default 0
|
|
1684
|
+
*/
|
|
1685
|
+
validateDebounce?: number;
|
|
1488
1686
|
/**
|
|
1489
1687
|
* Enable undo/redo for form values
|
|
1490
1688
|
* @default false
|
|
@@ -1545,6 +1743,10 @@ interface FormItemProps {
|
|
|
1545
1743
|
* @default 'inline'
|
|
1546
1744
|
*/
|
|
1547
1745
|
errorDisplayMode?: FormErrorDisplayMode;
|
|
1746
|
+
/**
|
|
1747
|
+
* Conditional behavior for this field. Merged over form-level `conditions[name]`.
|
|
1748
|
+
*/
|
|
1749
|
+
condition?: FormFieldCondition;
|
|
1548
1750
|
}
|
|
1549
1751
|
/**
|
|
1550
1752
|
* Options for creating a form controller.
|
|
@@ -1723,6 +1925,26 @@ interface SelectProps {
|
|
|
1723
1925
|
* @since 0.5.0
|
|
1724
1926
|
*/
|
|
1725
1927
|
virtual?: boolean;
|
|
1928
|
+
/**
|
|
1929
|
+
* Whether search is handled remotely. When true, local option filtering is skipped.
|
|
1930
|
+
* @default false
|
|
1931
|
+
*/
|
|
1932
|
+
remote?: boolean;
|
|
1933
|
+
/**
|
|
1934
|
+
* Debounce delay for search callbacks in milliseconds.
|
|
1935
|
+
* @default 0
|
|
1936
|
+
*/
|
|
1937
|
+
searchDebounce?: number;
|
|
1938
|
+
/**
|
|
1939
|
+
* Whether users can create a new option from the current search query.
|
|
1940
|
+
* @default false
|
|
1941
|
+
*/
|
|
1942
|
+
creatable?: boolean;
|
|
1943
|
+
/**
|
|
1944
|
+
* Prefix text used for the creatable option row.
|
|
1945
|
+
* @default 'Create'
|
|
1946
|
+
*/
|
|
1947
|
+
createOptionText?: string;
|
|
1726
1948
|
/**
|
|
1727
1949
|
* Height of the dropdown panel in pixels (relevant when virtual is true)
|
|
1728
1950
|
* @default 256
|
|
@@ -1731,6 +1953,25 @@ interface SelectProps {
|
|
|
1731
1953
|
listHeight?: number;
|
|
1732
1954
|
}
|
|
1733
1955
|
|
|
1956
|
+
interface ResolveSelectOptionsOptions {
|
|
1957
|
+
searchable?: boolean;
|
|
1958
|
+
remote?: boolean;
|
|
1959
|
+
}
|
|
1960
|
+
interface ResolveCreatableSelectOptionOptions {
|
|
1961
|
+
creatable?: boolean;
|
|
1962
|
+
}
|
|
1963
|
+
interface SelectSearchDebouncerOptions {
|
|
1964
|
+
delay?: number;
|
|
1965
|
+
onSearch: (query: string) => void;
|
|
1966
|
+
setTimer?: (callback: () => void, delay: number) => number;
|
|
1967
|
+
clearTimer?: (handle: number) => void;
|
|
1968
|
+
}
|
|
1969
|
+
interface SelectSearchDebouncer {
|
|
1970
|
+
schedule: (query: string) => void;
|
|
1971
|
+
flush: () => void;
|
|
1972
|
+
cancel: () => void;
|
|
1973
|
+
isPending: () => boolean;
|
|
1974
|
+
}
|
|
1734
1975
|
/**
|
|
1735
1976
|
* Base select container classes
|
|
1736
1977
|
*/
|
|
@@ -1738,7 +1979,7 @@ declare const selectBaseClasses = "relative inline-block w-full";
|
|
|
1738
1979
|
/**
|
|
1739
1980
|
* Select dropdown base classes
|
|
1740
1981
|
*/
|
|
1741
|
-
declare const selectDropdownBaseClasses = "absolute z-50 w-full mt-1 bg-[var(--tiger-select-dropdown-bg,var(--tiger-surface,#ffffff))] border border-[var(--tiger-select-dropdown-border,var(--tiger-border,#e5e7eb))] rounded-[var(--tiger-radius-lg,0.75rem)] shadow-lg max-h-60 overflow-auto";
|
|
1982
|
+
declare const selectDropdownBaseClasses = "absolute z-50 w-full mt-1 bg-[var(--tiger-select-dropdown-bg,var(--tiger-surface,#ffffff))] border border-[var(--tiger-select-dropdown-border,var(--tiger-border,#e5e7eb))] rounded-[var(--tiger-radius-lg,0.75rem)] shadow-lg max-h-60 overflow-auto max-sm:fixed max-sm:inset-0 max-sm:mt-0 max-sm:w-auto max-sm:max-h-none max-sm:rounded-none max-sm:border-0 max-sm:shadow-none max-sm:pt-[env(safe-area-inset-top)] max-sm:pb-[env(safe-area-inset-bottom)]";
|
|
1742
1983
|
/**
|
|
1743
1984
|
* Select option base classes
|
|
1744
1985
|
*/
|
|
@@ -1804,6 +2045,11 @@ declare function flattenSelectOptions(options: SelectOptions): SelectOption[];
|
|
|
1804
2045
|
* @returns Filtered options array
|
|
1805
2046
|
*/
|
|
1806
2047
|
declare function filterOptions(options: SelectOptions, query: string): SelectOptions;
|
|
2048
|
+
declare function resolveSelectFilteredOptions(options: SelectOptions, query: string, resolveOptions?: ResolveSelectOptionsOptions): SelectOptions;
|
|
2049
|
+
declare function createSelectOptionFromQuery(query: string): SelectOption | null;
|
|
2050
|
+
declare function resolveCreatableSelectOption(options: SelectOptions, query: string, resolveOptions?: ResolveCreatableSelectOptionOptions): SelectOption | null;
|
|
2051
|
+
declare function getCreateSelectOptionLabel(option: SelectOption, createOptionText?: string): string;
|
|
2052
|
+
declare function createSelectSearchDebouncer(options: SelectSearchDebouncerOptions): SelectSearchDebouncer;
|
|
1807
2053
|
|
|
1808
2054
|
/**
|
|
1809
2055
|
* Textarea auto-resize utility
|
|
@@ -1818,7 +2064,22 @@ declare function autoResizeTextarea(textarea: HTMLTextAreaElement, { minRows, ma
|
|
|
1818
2064
|
* Form validation utilities
|
|
1819
2065
|
*/
|
|
1820
2066
|
|
|
2067
|
+
type FormValidationPreset = Extract<FormRuleType, 'email' | 'phone' | 'url' | 'id-card'>;
|
|
2068
|
+
interface FormValidationDebouncerOptions {
|
|
2069
|
+
delay?: number;
|
|
2070
|
+
setTimer?: (callback: () => void, delay: number) => number;
|
|
2071
|
+
clearTimer?: (handle: number) => void;
|
|
2072
|
+
}
|
|
2073
|
+
interface FormValidationDebouncer {
|
|
2074
|
+
schedule: (fieldName: string, validate: () => Promise<void> | void) => Promise<void>;
|
|
2075
|
+
flush: (fieldName?: string) => Promise<void>;
|
|
2076
|
+
cancel: (fieldName?: string) => void;
|
|
2077
|
+
isPending: (fieldName?: string) => boolean;
|
|
2078
|
+
}
|
|
1821
2079
|
declare function getValueByPath(values: FormValues | undefined, path: string): unknown;
|
|
2080
|
+
declare const FORM_VALIDATION_PRESETS: Record<FormValidationPreset, FormRule>;
|
|
2081
|
+
declare function createFormValidationRule(preset: FormValidationPreset, overrides?: FormRule): FormRule;
|
|
2082
|
+
declare function createFormValidationDebouncer(options?: FormValidationDebouncerOptions): FormValidationDebouncer;
|
|
1822
2083
|
/**
|
|
1823
2084
|
* Validate a single value against a rule
|
|
1824
2085
|
* @param value - Value to validate
|
|
@@ -1835,6 +2096,7 @@ declare function validateField(fieldName: string, value: unknown, rules: FormRul
|
|
|
1835
2096
|
* Validate entire form
|
|
1836
2097
|
*/
|
|
1837
2098
|
declare function validateForm(values: FormValues, rules: FormRules): Promise<FormValidationResult>;
|
|
2099
|
+
declare function validateFormFields(values: FormValues, rules: FormRules, fieldNames: string[], trigger?: FormRuleTrigger): Promise<FormValidationResult>;
|
|
1838
2100
|
/**
|
|
1839
2101
|
* Get error message for a specific field
|
|
1840
2102
|
*/
|
|
@@ -2424,12 +2686,16 @@ declare const getRadioGroupClasses: ({ className }?: GetRadioGroupClassesOptions
|
|
|
2424
2686
|
*/
|
|
2425
2687
|
declare function parseDate(value: Date | string | null | undefined): Date | null;
|
|
2426
2688
|
/**
|
|
2427
|
-
* Format a date according to the specified format
|
|
2689
|
+
* Format a date according to the specified format.
|
|
2690
|
+
* Passing a locale uses Intl.DateTimeFormat for localized digits/order.
|
|
2691
|
+
* Omitting locale preserves the legacy fixed ASCII output.
|
|
2428
2692
|
* @param date - Date to format
|
|
2429
2693
|
* @param format - Date format string
|
|
2694
|
+
* @param locale - Optional BCP 47 locale identifier
|
|
2430
2695
|
* @returns Formatted date string, empty string if date is null
|
|
2431
2696
|
*/
|
|
2432
|
-
declare function formatDate(date: Date | null, format?: DateFormat): string;
|
|
2697
|
+
declare function formatDate(date: Date | null, format?: DateFormat, locale?: string): string;
|
|
2698
|
+
declare function formatDateWithLocale(date: Date | null, locale?: string, options?: Intl.DateTimeFormatOptions): string;
|
|
2433
2699
|
/**
|
|
2434
2700
|
* Check if two dates are the same day
|
|
2435
2701
|
*/
|
|
@@ -2519,6 +2785,9 @@ declare function getDatePickerIconButtonClasses(size?: DatePickerSize): string;
|
|
|
2519
2785
|
* Base classes for calendar dropdown
|
|
2520
2786
|
*/
|
|
2521
2787
|
declare const datePickerCalendarClasses: string;
|
|
2788
|
+
declare const datePickerMobileWheelClasses: string;
|
|
2789
|
+
declare const datePickerMobileWheelGridClasses: string;
|
|
2790
|
+
declare const datePickerMobileWheelSelectClasses: string;
|
|
2522
2791
|
/**
|
|
2523
2792
|
* Calendar header classes
|
|
2524
2793
|
*/
|
|
@@ -2657,6 +2926,7 @@ declare function getCurrentTime(showSeconds?: boolean): string;
|
|
|
2657
2926
|
*/
|
|
2658
2927
|
|
|
2659
2928
|
type UploadStatusIconSize = 'sm' | 'lg';
|
|
2929
|
+
declare const DEFAULT_UPLOAD_CHUNK_SIZE: number;
|
|
2660
2930
|
declare const uploadStatusIconSizeClasses: Record<UploadStatusIconSize, string>;
|
|
2661
2931
|
declare const uploadStatusIconColorClasses: Record<UploadFileStatus, string>;
|
|
2662
2932
|
declare function getUploadStatusIconClasses(status: UploadFileStatus, size: UploadStatusIconSize, options?: {
|
|
@@ -2709,6 +2979,14 @@ declare function generateFileId(): string;
|
|
|
2709
2979
|
* Create an UploadFile object from a File
|
|
2710
2980
|
*/
|
|
2711
2981
|
declare function fileToUploadFile(file: File): UploadFile;
|
|
2982
|
+
declare function createUploadChunks(file: File, chunkSize?: number): UploadChunk[];
|
|
2983
|
+
declare function getUploadResumeKey(file: File): string;
|
|
2984
|
+
declare function createUploadQueueItem(file: File, id?: string, chunkSize?: number): UploadQueueItem;
|
|
2985
|
+
interface RunUploadQueueOptions<T extends UploadQueueItem> {
|
|
2986
|
+
concurrency?: number;
|
|
2987
|
+
onChange?: (items: T[]) => void;
|
|
2988
|
+
}
|
|
2989
|
+
declare function runUploadQueue<T extends UploadQueueItem>(items: T[], upload: (item: T) => Promise<void>, options?: RunUploadQueueOptions<T>): Promise<T[]>;
|
|
2712
2990
|
/**
|
|
2713
2991
|
* Validate file type against accept pattern
|
|
2714
2992
|
* @param file - File to validate
|
|
@@ -3077,6 +3355,13 @@ declare const tableContainerClasses = "relative w-full overflow-auto";
|
|
|
3077
3355
|
* Base table classes
|
|
3078
3356
|
*/
|
|
3079
3357
|
declare const tableBaseClasses = "w-full border-collapse";
|
|
3358
|
+
declare const tableResponsiveTableClasses = "max-sm:min-w-max";
|
|
3359
|
+
declare const tableResponsiveCardListClasses = "hidden max-sm:grid max-sm:gap-3 max-sm:p-3";
|
|
3360
|
+
declare const tableResponsiveCardClasses = "rounded-[var(--tiger-radius-md,0.5rem)] border border-[var(--tiger-border,#e5e7eb)] bg-[var(--tiger-surface,#ffffff)] p-3 shadow-sm";
|
|
3361
|
+
declare const tableResponsiveCardRowClasses = "grid grid-cols-[minmax(7rem,40%)_1fr] gap-3 border-b border-[var(--tiger-border,#e5e7eb)] py-2 last:border-b-0";
|
|
3362
|
+
declare const tableResponsiveCardLabelClasses = "text-xs font-medium uppercase tracking-wider text-[var(--tiger-text-muted,#6b7280)]";
|
|
3363
|
+
declare const tableResponsiveCardValueClasses = "min-w-0 text-sm text-[var(--tiger-text,#111827)] break-words";
|
|
3364
|
+
declare function getTableResponsiveTableClasses(mode: TableResponsiveMode): string;
|
|
3080
3365
|
/**
|
|
3081
3366
|
* Parse a column width into a pixel number.
|
|
3082
3367
|
*
|
|
@@ -3095,15 +3380,20 @@ declare function getFixedColumnOffsets<T = Record<string, unknown>>(columns: Tab
|
|
|
3095
3380
|
hasFixedColumns: boolean;
|
|
3096
3381
|
};
|
|
3097
3382
|
declare const TABLE_VIRTUAL_RECOMMENDATION_THRESHOLD = 1000;
|
|
3383
|
+
declare const TABLE_AUTO_VIRTUAL_THRESHOLD = 10000;
|
|
3098
3384
|
interface TableVirtualRecommendationOptions {
|
|
3099
3385
|
virtual?: boolean;
|
|
3386
|
+
autoVirtual?: boolean;
|
|
3100
3387
|
dataLength: number;
|
|
3101
3388
|
threshold?: number;
|
|
3389
|
+
autoThreshold?: number;
|
|
3102
3390
|
}
|
|
3103
3391
|
interface TableVirtualRecommendation {
|
|
3104
3392
|
enabled: boolean;
|
|
3393
|
+
autoEnabled: boolean;
|
|
3105
3394
|
recommended: boolean;
|
|
3106
3395
|
threshold: number;
|
|
3396
|
+
autoThreshold: number;
|
|
3107
3397
|
dataLength: number;
|
|
3108
3398
|
}
|
|
3109
3399
|
/**
|
|
@@ -4901,6 +5191,10 @@ interface MenuItem {
|
|
|
4901
5191
|
* Base menu props interface
|
|
4902
5192
|
*/
|
|
4903
5193
|
interface MenuProps {
|
|
5194
|
+
/**
|
|
5195
|
+
* Data-driven menu items. Slot/children based usage is still supported.
|
|
5196
|
+
*/
|
|
5197
|
+
items?: MenuItem[];
|
|
4904
5198
|
/**
|
|
4905
5199
|
* Menu mode - horizontal, vertical, or inline
|
|
4906
5200
|
* @default 'vertical'
|
|
@@ -4938,8 +5232,8 @@ interface MenuProps {
|
|
|
4938
5232
|
*/
|
|
4939
5233
|
multiple?: boolean;
|
|
4940
5234
|
/**
|
|
4941
|
-
*
|
|
4942
|
-
* @default
|
|
5235
|
+
* Inline indentation for submenu items
|
|
5236
|
+
* @default 24
|
|
4943
5237
|
*/
|
|
4944
5238
|
inlineIndent?: number;
|
|
4945
5239
|
/**
|
|
@@ -4950,6 +5244,29 @@ interface MenuProps {
|
|
|
4950
5244
|
* Custom styles
|
|
4951
5245
|
*/
|
|
4952
5246
|
style?: Record<string, string | number>;
|
|
5247
|
+
/**
|
|
5248
|
+
* Whether to render a built-in search field for filtering data-driven `items`.
|
|
5249
|
+
* @default false
|
|
5250
|
+
*/
|
|
5251
|
+
searchable?: boolean;
|
|
5252
|
+
/**
|
|
5253
|
+
* Controlled search value used to filter data-driven `items`.
|
|
5254
|
+
*/
|
|
5255
|
+
searchValue?: string;
|
|
5256
|
+
/**
|
|
5257
|
+
* Default search value for uncontrolled searchable menus.
|
|
5258
|
+
*/
|
|
5259
|
+
defaultSearchValue?: string;
|
|
5260
|
+
/**
|
|
5261
|
+
* Search input placeholder.
|
|
5262
|
+
* @default 'Search menu'
|
|
5263
|
+
*/
|
|
5264
|
+
searchPlaceholder?: string;
|
|
5265
|
+
/**
|
|
5266
|
+
* Empty text shown when `items` are filtered to no results.
|
|
5267
|
+
* @default 'No menu items found'
|
|
5268
|
+
*/
|
|
5269
|
+
emptyText?: string;
|
|
4953
5270
|
}
|
|
4954
5271
|
/**
|
|
4955
5272
|
* Menu item props interface
|
|
@@ -5106,6 +5423,18 @@ declare const submenuHeightTransitionClasses = "overflow-hidden transition-[heig
|
|
|
5106
5423
|
* Menu item group title classes
|
|
5107
5424
|
*/
|
|
5108
5425
|
declare const menuItemGroupTitleClasses = "px-4 py-2 text-xs font-semibold text-[var(--tiger-text-muted,#6b7280)] uppercase tracking-wider";
|
|
5426
|
+
/**
|
|
5427
|
+
* Menu search field wrapper classes.
|
|
5428
|
+
*/
|
|
5429
|
+
declare const menuSearchFieldClasses = "px-2 py-2";
|
|
5430
|
+
/**
|
|
5431
|
+
* Menu search input classes.
|
|
5432
|
+
*/
|
|
5433
|
+
declare const menuSearchInputClasses = "w-full rounded border border-[var(--tiger-border,#e5e7eb)] bg-[var(--tiger-surface,#ffffff)] px-3 py-1.5 text-sm text-[var(--tiger-text,#111827)] outline-none focus:border-[var(--tiger-primary,#2563eb)] focus:ring-2 focus:ring-[var(--tiger-focus-ring,var(--tiger-primary,#2563eb))]/20";
|
|
5434
|
+
/**
|
|
5435
|
+
* Menu search empty state classes.
|
|
5436
|
+
*/
|
|
5437
|
+
declare const menuSearchEmptyClasses = "px-4 py-6 text-sm text-center text-[var(--tiger-text-muted,#6b7280)]";
|
|
5109
5438
|
/**
|
|
5110
5439
|
* Menu collapsed classes
|
|
5111
5440
|
*/
|
|
@@ -5155,6 +5484,18 @@ declare function toggleKey(key: string | number, keys: (string | number)[]): (st
|
|
|
5155
5484
|
* Replace keys array with single key (for single selection mode)
|
|
5156
5485
|
*/
|
|
5157
5486
|
declare function replaceKeys(key: string | number, keys: (string | number)[]): (string | number)[];
|
|
5487
|
+
/**
|
|
5488
|
+
* Normalize a menu search query for case-insensitive matching.
|
|
5489
|
+
*/
|
|
5490
|
+
declare function normalizeMenuSearchQuery(query?: string): string;
|
|
5491
|
+
/**
|
|
5492
|
+
* Check whether a menu label matches a normalized search query.
|
|
5493
|
+
*/
|
|
5494
|
+
declare function matchesMenuSearch(label: string, normalizedQuery: string): boolean;
|
|
5495
|
+
/**
|
|
5496
|
+
* Filter a tree of menu items while preserving ancestors of matching children.
|
|
5497
|
+
*/
|
|
5498
|
+
declare function filterMenuItems(items: MenuItem[], query?: string): MenuItem[];
|
|
5158
5499
|
interface SubmenuHeightTransitionElement {
|
|
5159
5500
|
scrollHeight: number;
|
|
5160
5501
|
style: Pick<CSSStyleDeclaration, 'height' | 'opacity' | 'overflow'>;
|
|
@@ -5258,6 +5599,11 @@ interface TabsProps {
|
|
|
5258
5599
|
* @since 0.6.0
|
|
5259
5600
|
*/
|
|
5260
5601
|
lazy?: boolean;
|
|
5602
|
+
/**
|
|
5603
|
+
* Whether horizontal touch swipes switch tabs.
|
|
5604
|
+
* @default true
|
|
5605
|
+
*/
|
|
5606
|
+
swipeable?: boolean;
|
|
5261
5607
|
/**
|
|
5262
5608
|
* Additional CSS classes
|
|
5263
5609
|
*/
|
|
@@ -6130,6 +6476,69 @@ interface DrawerProps {
|
|
|
6130
6476
|
locale?: Partial<TigerLocale>;
|
|
6131
6477
|
}
|
|
6132
6478
|
|
|
6479
|
+
/**
|
|
6480
|
+
* Shared touch gesture recognition utilities.
|
|
6481
|
+
*/
|
|
6482
|
+
type SwipeDirection = 'left' | 'right' | 'up' | 'down';
|
|
6483
|
+
interface GesturePoint {
|
|
6484
|
+
x: number;
|
|
6485
|
+
y: number;
|
|
6486
|
+
time?: number;
|
|
6487
|
+
}
|
|
6488
|
+
interface SwipeGestureOptions {
|
|
6489
|
+
minDistance?: number;
|
|
6490
|
+
minVelocity?: number;
|
|
6491
|
+
maxCrossAxisRatio?: number;
|
|
6492
|
+
}
|
|
6493
|
+
interface SwipeGesture {
|
|
6494
|
+
direction: SwipeDirection;
|
|
6495
|
+
distance: number;
|
|
6496
|
+
velocity: number;
|
|
6497
|
+
deltaX: number;
|
|
6498
|
+
deltaY: number;
|
|
6499
|
+
duration: number;
|
|
6500
|
+
}
|
|
6501
|
+
interface PanGestureOptions {
|
|
6502
|
+
minDistance?: number;
|
|
6503
|
+
}
|
|
6504
|
+
interface PanGesture {
|
|
6505
|
+
offsetX: number;
|
|
6506
|
+
offsetY: number;
|
|
6507
|
+
distance: number;
|
|
6508
|
+
deltaX: number;
|
|
6509
|
+
deltaY: number;
|
|
6510
|
+
}
|
|
6511
|
+
interface PinchGesture {
|
|
6512
|
+
scale: number;
|
|
6513
|
+
distance: number;
|
|
6514
|
+
}
|
|
6515
|
+
interface LongPressGestureOptions {
|
|
6516
|
+
threshold?: number;
|
|
6517
|
+
}
|
|
6518
|
+
interface LongPressControllerOptions extends LongPressGestureOptions {
|
|
6519
|
+
onLongPress: () => void;
|
|
6520
|
+
setTimer?: (callback: () => void, delay: number) => number;
|
|
6521
|
+
clearTimer?: (handle: number) => void;
|
|
6522
|
+
}
|
|
6523
|
+
interface LongPressController {
|
|
6524
|
+
start: () => void;
|
|
6525
|
+
cancel: () => void;
|
|
6526
|
+
isPending: () => boolean;
|
|
6527
|
+
}
|
|
6528
|
+
declare function getGestureTouchPoint(touches: ArrayLike<{
|
|
6529
|
+
clientX: number;
|
|
6530
|
+
clientY: number;
|
|
6531
|
+
}> | null | undefined, time?: number): GesturePoint | null;
|
|
6532
|
+
declare function getGestureTouchDistance(touches: ArrayLike<{
|
|
6533
|
+
clientX: number;
|
|
6534
|
+
clientY: number;
|
|
6535
|
+
}> | null | undefined): number | null;
|
|
6536
|
+
declare function resolveSwipeGesture(startPoint: GesturePoint | null | undefined, endPoint: GesturePoint | null | undefined, options?: SwipeGestureOptions): SwipeGesture | null;
|
|
6537
|
+
declare function resolvePanGesture(startPoint: GesturePoint | null | undefined, currentPoint: GesturePoint | null | undefined, options?: PanGestureOptions): PanGesture | null;
|
|
6538
|
+
declare function resolvePinchScale(startDistance: number | null | undefined, currentDistance: number | null | undefined): PinchGesture | null;
|
|
6539
|
+
declare function isLongPress(startTime: number, endTime: number, options?: LongPressGestureOptions): boolean;
|
|
6540
|
+
declare function createLongPressController(options: LongPressControllerOptions): LongPressController;
|
|
6541
|
+
|
|
6133
6542
|
/**
|
|
6134
6543
|
* Drawer utility functions
|
|
6135
6544
|
*/
|
|
@@ -6146,6 +6555,8 @@ declare function getDrawerContainerClasses(): string;
|
|
|
6146
6555
|
* Get drawer panel classes based on placement and visibility
|
|
6147
6556
|
*/
|
|
6148
6557
|
declare function getDrawerPanelClasses(placement: DrawerPlacement, visible: boolean, size: DrawerSize): string;
|
|
6558
|
+
declare function getDrawerSwipeCloseDirection(placement: DrawerPlacement): SwipeDirection;
|
|
6559
|
+
declare function isDrawerSwipeCloseGesture(placement: DrawerPlacement, gesture: SwipeGesture | null | undefined): boolean;
|
|
6149
6560
|
/**
|
|
6150
6561
|
* Get drawer header classes
|
|
6151
6562
|
*/
|
|
@@ -6217,6 +6628,11 @@ interface ModalProps {
|
|
|
6217
6628
|
* @default false
|
|
6218
6629
|
*/
|
|
6219
6630
|
centered?: boolean;
|
|
6631
|
+
/**
|
|
6632
|
+
* Whether the modal should render as a mobile bottom sheet below the md breakpoint.
|
|
6633
|
+
* @default false
|
|
6634
|
+
*/
|
|
6635
|
+
mobileSheet?: boolean;
|
|
6220
6636
|
/**
|
|
6221
6637
|
* Whether to destroy the modal content when closed
|
|
6222
6638
|
* @default false
|
|
@@ -6262,6 +6678,7 @@ declare const getModalContainerClasses: (centered: boolean) => string;
|
|
|
6262
6678
|
* Modal content wrapper classes
|
|
6263
6679
|
*/
|
|
6264
6680
|
declare const modalContentWrapperClasses = "relative transform overflow-hidden rounded-[var(--tiger-radius-xl,1rem)] bg-[var(--tiger-surface,#ffffff)] shadow-xl transition-all";
|
|
6681
|
+
declare const modalMobileSheetClasses = "max-md:fixed max-md:inset-x-0 max-md:bottom-0 max-md:top-auto max-md:!w-screen max-md:max-w-none max-md:rounded-t-[var(--tiger-radius-xl,1rem)] max-md:rounded-b-none";
|
|
6265
6682
|
/**
|
|
6266
6683
|
* Modal size classes
|
|
6267
6684
|
*/
|
|
@@ -6289,7 +6706,8 @@ declare const modalFooterClasses = "flex items-center justify-end gap-3 px-6 py-
|
|
|
6289
6706
|
/**
|
|
6290
6707
|
* Get complete modal content classes
|
|
6291
6708
|
*/
|
|
6292
|
-
declare function getModalContentClasses(size: ModalSize, className?: string): string;
|
|
6709
|
+
declare function getModalContentClasses(size: ModalSize, className?: string, mobileSheet?: boolean): string;
|
|
6710
|
+
declare function isModalSheetSwipeCloseGesture(gesture: SwipeGesture | null | undefined): boolean;
|
|
6293
6711
|
|
|
6294
6712
|
/**
|
|
6295
6713
|
* Alert component types and interfaces
|
|
@@ -6950,7 +7368,7 @@ declare const animationDelayClasses: string[];
|
|
|
6950
7368
|
/**
|
|
6951
7369
|
* CSS for custom animation delays
|
|
6952
7370
|
*/
|
|
6953
|
-
declare const animationDelayStyles = "\n@keyframes bounce-dot {\n 0%, 100% { transform: translateY(0); }\n 50% { transform: translateY(-100%); }\n}\n\n@keyframes scale-bar {\n 0%, 100% { transform: scaleY(1); }\n 50% { transform: scaleY(1.5); }\n}\n\n.animate-bounce-dot {\n animation: bounce-dot 0.6s ease-in-out infinite;\n}\n\n.animate-scale-bar {\n animation: scale-bar 0.6s ease-in-out infinite;\n}\n\n.animation-delay-0 {\n animation-delay: 0s;\n}\n\n.animation-delay-150 {\n animation-delay: 0.15s;\n}\n\n.animation-delay-300 {\n animation-delay: 0.3s;\n}\n";
|
|
7371
|
+
declare const animationDelayStyles = "\n@keyframes bounce-dot {\n 0%, 100% { transform: translateY(0); }\n 50% { transform: translateY(-100%); }\n}\n\n@keyframes scale-bar {\n 0%, 100% { transform: scaleY(1); }\n 50% { transform: scaleY(1.5); }\n}\n\n.animate-bounce-dot {\n animation: bounce-dot var(--tiger-motion-duration-slow,0.6s) var(--tiger-motion-ease-standard,ease-in-out) infinite;\n}\n\n.animate-scale-bar {\n animation: scale-bar var(--tiger-motion-duration-slow,0.6s) var(--tiger-motion-ease-standard,ease-in-out) infinite;\n}\n\n.animation-delay-0 {\n animation-delay: 0s;\n}\n\n.animation-delay-150 {\n animation-delay: 0.15s;\n}\n\n.animation-delay-300 {\n animation-delay: 0.3s;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .animate-bounce-dot,\n .animate-scale-bar {\n animation-duration: 0ms;\n animation-delay: 0ms;\n }\n}\n";
|
|
6954
7372
|
/**
|
|
6955
7373
|
* Injects animation styles into the document head
|
|
6956
7374
|
* This is a shared utility to avoid code duplication
|
|
@@ -7872,7 +8290,7 @@ declare const imagePreviewWrapperClasses = "fixed inset-0 flex items-center just
|
|
|
7872
8290
|
/**
|
|
7873
8291
|
* Preview image classes
|
|
7874
8292
|
*/
|
|
7875
|
-
declare const imagePreviewImgClasses = "max-w-none transition-transform duration-150 ease-out cursor-grab active:cursor-grabbing";
|
|
8293
|
+
declare const imagePreviewImgClasses = "max-w-none transition-transform duration-150 ease-out cursor-grab active:cursor-grabbing touch-none";
|
|
7876
8294
|
/**
|
|
7877
8295
|
* Preview toolbar classes
|
|
7878
8296
|
*/
|
|
@@ -8491,13 +8909,13 @@ declare const DONUT_BASE_SHADOW = "drop-shadow(0 2px 8px rgba(0,0,0,0.10))";
|
|
|
8491
8909
|
* on hover scaling (matches phase2.7 §3 LineChart/AreaChart "spring 缩放",
|
|
8492
8910
|
* mirrors `scatterPointTransitionClasses` from PR-19k(f)).
|
|
8493
8911
|
*/
|
|
8494
|
-
declare const linePointTransitionClasses = "transition-all duration-
|
|
8912
|
+
declare const linePointTransitionClasses = "transition-all [transition-duration:var(--tiger-motion-duration-base,200ms)] [transition-timing-function:var(--tiger-motion-ease-spring,cubic-bezier(0,0,0.2,1))]";
|
|
8495
8913
|
/** CSS classes for value labels displayed on bars */
|
|
8496
8914
|
declare const barValueLabelClasses = "fill-[color:var(--tiger-text,#374151)] text-[11px] font-medium pointer-events-none select-none";
|
|
8497
8915
|
/** CSS classes for value labels inside bars (needs contrasting color) */
|
|
8498
8916
|
declare const barValueLabelInsideClasses = "fill-white text-[11px] font-medium pointer-events-none select-none";
|
|
8499
8917
|
/** CSS transition string for animated bars */
|
|
8500
|
-
declare const barAnimatedTransition = "transition: y var(--tiger-motion-duration-slow,600ms) var(--tiger-motion-ease-emphasized,cubic-bezier(.4,0,.2,1)), height var(--tiger-motion-duration-slow,600ms) var(--tiger-motion-ease-emphasized,cubic-bezier(.4,0,.2,1)), opacity 200ms ease-out, filter 200ms ease-out";
|
|
8918
|
+
declare const barAnimatedTransition = "transition: y var(--tiger-motion-duration-slow,600ms) var(--tiger-motion-ease-emphasized,cubic-bezier(.4,0,.2,1)), height var(--tiger-motion-duration-slow,600ms) var(--tiger-motion-ease-emphasized,cubic-bezier(.4,0,.2,1)), opacity var(--tiger-motion-duration-base,200ms) var(--tiger-motion-ease-decelerate,ease-out), filter var(--tiger-motion-duration-base,200ms) var(--tiger-motion-ease-decelerate,ease-out)";
|
|
8501
8919
|
/**
|
|
8502
8920
|
* CSS transition for scatter point hover.
|
|
8503
8921
|
*
|
|
@@ -8506,7 +8924,7 @@ declare const barAnimatedTransition = "transition: y var(--tiger-motion-duration
|
|
|
8506
8924
|
* function switches to `--tiger-motion-ease-spring` for a subtle overshoot
|
|
8507
8925
|
* on hover scaling (matches phase2.7 §3 ScatterChart "spring 缩放").
|
|
8508
8926
|
*/
|
|
8509
|
-
declare const scatterPointTransitionClasses = "transition-all duration-
|
|
8927
|
+
declare const scatterPointTransitionClasses = "transition-all [transition-duration:var(--tiger-motion-duration-base,200ms)] [transition-timing-function:var(--tiger-motion-ease-spring,cubic-bezier(0,0,0.2,1))]";
|
|
8510
8928
|
/**
|
|
8511
8929
|
* Drop shadow filter for hovered scatter points.
|
|
8512
8930
|
*
|
|
@@ -8520,7 +8938,7 @@ declare function getScatterHoverSize(baseSize: number): number;
|
|
|
8520
8938
|
* CSS animation keyframes and class for scatter entrance animation.
|
|
8521
8939
|
* Inject once via <style> tag.
|
|
8522
8940
|
*/
|
|
8523
|
-
declare const SCATTER_ENTRANCE_KEYFRAMES = "@keyframes tiger-scatter-entrance{from{opacity:0;transform:scale(0)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}";
|
|
8941
|
+
declare const SCATTER_ENTRANCE_KEYFRAMES = "@keyframes tiger-scatter-entrance{from{opacity:0;transform:scale(0)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion: reduce){.tiger-scatter-entrance{animation-duration:0ms;animation-delay:0ms}}";
|
|
8524
8942
|
declare const SCATTER_ENTRANCE_CLASS = "tiger-scatter-entrance";
|
|
8525
8943
|
|
|
8526
8944
|
/**
|
|
@@ -10407,6 +10825,8 @@ declare function getScatterPointPath(style: 'square' | 'triangle' | 'diamond', s
|
|
|
10407
10825
|
*
|
|
10408
10826
|
* Split out of `chart-utils.ts` (PR-12).
|
|
10409
10827
|
*/
|
|
10828
|
+
type ChartGradientKind = 'line' | 'area' | 'bar' | 'scatter' | 'radar' | 'gauge' | 'funnel' | 'treemap' | 'sunburst' | 'pie';
|
|
10829
|
+
declare function getStableChartGradientPrefix(kind: ChartGradientKind, instanceId: string): string;
|
|
10410
10830
|
/** Generate a unique gradient ID prefix for a LineChart instance. */
|
|
10411
10831
|
declare function getLineGradientPrefix(): string;
|
|
10412
10832
|
/** Reset the line gradient counter (for testing only) */
|
|
@@ -10493,6 +10913,11 @@ interface ChartTooltipPosition {
|
|
|
10493
10913
|
x: number;
|
|
10494
10914
|
y: number;
|
|
10495
10915
|
}
|
|
10916
|
+
interface ChartBrushRange {
|
|
10917
|
+
startIndex: number;
|
|
10918
|
+
endIndex: number;
|
|
10919
|
+
}
|
|
10920
|
+
type ChartLinkListener<T = unknown> = (payload: T) => void;
|
|
10496
10921
|
interface ChartPointerMoveSchedulerOptions {
|
|
10497
10922
|
onPositionChange: (position: ChartTooltipPosition) => void;
|
|
10498
10923
|
requestFrame?: ChartFrameRequest;
|
|
@@ -10567,6 +10992,20 @@ declare const chartInteractiveClasses: {
|
|
|
10567
10992
|
selectable: string;
|
|
10568
10993
|
active: string;
|
|
10569
10994
|
};
|
|
10995
|
+
declare function normalizeChartBrushRange(startIndex: number, endIndex: number, dataLength: number): ChartBrushRange;
|
|
10996
|
+
declare function applyChartBrush<T>(data: T[], range?: ChartBrushRange | null): T[];
|
|
10997
|
+
declare function createChartLinkController<T = unknown>(): {
|
|
10998
|
+
subscribe(group: string, listener: ChartLinkListener<T>): () => void;
|
|
10999
|
+
publish(group: string, payload: T): void;
|
|
11000
|
+
getListenerCount(group?: string): number;
|
|
11001
|
+
clear(group?: string): void;
|
|
11002
|
+
};
|
|
11003
|
+
declare const defaultChartLinkController: {
|
|
11004
|
+
subscribe(group: string, listener: ChartLinkListener<unknown>): () => void;
|
|
11005
|
+
publish(group: string, payload: unknown): void;
|
|
11006
|
+
getListenerCount(group?: string): number;
|
|
11007
|
+
clear(group?: string): void;
|
|
11008
|
+
};
|
|
10570
11009
|
declare function createChartPointerMoveScheduler(options: ChartPointerMoveSchedulerOptions): ChartPointerMoveScheduler;
|
|
10571
11010
|
/**
|
|
10572
11011
|
* Chart animation configuration
|
|
@@ -11293,6 +11732,8 @@ declare const floatButtonIconSizeClasses: Record<FloatButtonSize, string>;
|
|
|
11293
11732
|
* Placement for the tour step popover
|
|
11294
11733
|
*/
|
|
11295
11734
|
type TourPlacement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'right';
|
|
11735
|
+
type TourStepSkipPredicate = () => boolean;
|
|
11736
|
+
type TourStepLoader = () => TourStep[] | Promise<TourStep[]>;
|
|
11296
11737
|
/**
|
|
11297
11738
|
* A single step in the tour
|
|
11298
11739
|
*/
|
|
@@ -11313,6 +11754,16 @@ interface TourStep {
|
|
|
11313
11754
|
* @default true
|
|
11314
11755
|
*/
|
|
11315
11756
|
mask?: boolean;
|
|
11757
|
+
/**
|
|
11758
|
+
* Whether to skip this step when navigating the tour.
|
|
11759
|
+
* @default false
|
|
11760
|
+
*/
|
|
11761
|
+
skip?: boolean;
|
|
11762
|
+
/**
|
|
11763
|
+
* Conditionally skip this step. A boolean is evaluated directly; a function
|
|
11764
|
+
* is evaluated each time the visible step list is resolved.
|
|
11765
|
+
*/
|
|
11766
|
+
skipWhen?: boolean | TourStepSkipPredicate;
|
|
11316
11767
|
}
|
|
11317
11768
|
/**
|
|
11318
11769
|
* Base Tour props (framework-agnostic)
|
|
@@ -11322,6 +11773,10 @@ interface TourProps {
|
|
|
11322
11773
|
* Array of tour steps
|
|
11323
11774
|
*/
|
|
11324
11775
|
steps: TourStep[];
|
|
11776
|
+
/**
|
|
11777
|
+
* Load tour steps asynchronously when the tour opens.
|
|
11778
|
+
*/
|
|
11779
|
+
loadSteps?: TourStepLoader;
|
|
11325
11780
|
/**
|
|
11326
11781
|
* Whether the tour is open
|
|
11327
11782
|
* @default false
|
|
@@ -11370,7 +11825,15 @@ interface TourProps {
|
|
|
11370
11825
|
/** Full-screen mask overlay */
|
|
11371
11826
|
declare const tourMaskClasses = "fixed inset-0 z-[1000] bg-black/45 transition-opacity duration-200";
|
|
11372
11827
|
/** Popover card */
|
|
11373
|
-
declare const tourPopoverClasses = "absolute z-[1001] w-
|
|
11828
|
+
declare const tourPopoverClasses = "absolute z-[1001] w-[min(20rem,calc(100vw-2rem))] max-w-[calc(100vw-2rem)] rounded-[var(--tiger-radius-md,0.5rem)] bg-[var(--tiger-surface-raised,#ffffff)] shadow-xl border border-[var(--tiger-border,#e5e7eb)] p-4";
|
|
11829
|
+
interface ActiveTourStep {
|
|
11830
|
+
step: TourStep;
|
|
11831
|
+
index: number;
|
|
11832
|
+
}
|
|
11833
|
+
declare function isTourStepSkipped(step: TourStep): boolean;
|
|
11834
|
+
declare function getActiveTourSteps(steps: TourStep[]): ActiveTourStep[];
|
|
11835
|
+
declare function getCurrentActiveTourStep(activeSteps: ActiveTourStep[], current: number, stepCount?: number): ActiveTourStep | undefined;
|
|
11836
|
+
declare function getActiveTourStepPosition(activeSteps: ActiveTourStep[], currentIndex: number | undefined): number;
|
|
11374
11837
|
/** Title */
|
|
11375
11838
|
declare const tourTitleClasses = "text-base font-semibold text-[var(--tiger-text,#111827)] mb-1";
|
|
11376
11839
|
/** Description */
|
|
@@ -12864,7 +13327,7 @@ declare const activityItemHeaderClasses = "flex items-center justify-between gap
|
|
|
12864
13327
|
declare const activityItemTitleGroupClasses = "flex items-center gap-2 min-w-0";
|
|
12865
13328
|
declare const activityItemDescriptionClasses = "mb-2 break-words";
|
|
12866
13329
|
declare const activityItemActionsClasses = "flex flex-wrap gap-2";
|
|
12867
|
-
declare const formatActivityTime: (value?: string | number | Date) => string;
|
|
13330
|
+
declare const formatActivityTime: (value?: string | number | Date, locale?: string, options?: Intl.DateTimeFormatOptions) => string;
|
|
12868
13331
|
declare const sortActivityGroups: (groups: ActivityGroup[], groupOrder?: string[]) => ActivityGroup[];
|
|
12869
13332
|
declare const buildActivityGroups: (items?: ActivityItem[], groups?: ActivityGroup[], groupBy?: (item: ActivityItem) => string, groupOrder?: string[]) => ActivityGroup[];
|
|
12870
13333
|
declare const toActivityTimelineItems: (items: ActivityItem[]) => ActivityTimelineItem[];
|
|
@@ -12882,8 +13345,52 @@ declare const clipCommentTreeDepth: (nodes?: CommentNode[], maxDepth?: number) =
|
|
|
12882
13345
|
/**
|
|
12883
13346
|
* Time format helpers for composite components
|
|
12884
13347
|
*/
|
|
12885
|
-
declare const formatChatTime: (value?: string | number | Date) => string;
|
|
12886
|
-
declare const formatCommentTime: (value?: string | number | Date) => string;
|
|
13348
|
+
declare const formatChatTime: (value?: string | number | Date, locale?: string, options?: Intl.DateTimeFormatOptions) => string;
|
|
13349
|
+
declare const formatCommentTime: (value?: string | number | Date, locale?: string, options?: Intl.DateTimeFormatOptions) => string;
|
|
13350
|
+
|
|
13351
|
+
type CountdownValue = number | string | Date;
|
|
13352
|
+
type CountdownSize = 'sm' | 'md' | 'lg';
|
|
13353
|
+
interface CountdownDurationParts {
|
|
13354
|
+
total: number;
|
|
13355
|
+
days: number;
|
|
13356
|
+
hours: number;
|
|
13357
|
+
minutes: number;
|
|
13358
|
+
seconds: number;
|
|
13359
|
+
milliseconds: number;
|
|
13360
|
+
}
|
|
13361
|
+
interface CountdownChangePayload {
|
|
13362
|
+
remaining: number;
|
|
13363
|
+
formatted: string;
|
|
13364
|
+
parts: CountdownDurationParts;
|
|
13365
|
+
finished: boolean;
|
|
13366
|
+
}
|
|
13367
|
+
interface CountdownProps {
|
|
13368
|
+
value?: CountdownValue;
|
|
13369
|
+
now?: CountdownValue;
|
|
13370
|
+
format?: string;
|
|
13371
|
+
interval?: number;
|
|
13372
|
+
title?: string;
|
|
13373
|
+
prefix?: string;
|
|
13374
|
+
suffix?: string;
|
|
13375
|
+
size?: CountdownSize;
|
|
13376
|
+
ariaLabel?: string;
|
|
13377
|
+
className?: string;
|
|
13378
|
+
}
|
|
13379
|
+
|
|
13380
|
+
declare const COUNTDOWN_DEFAULT_FORMAT = "HH:mm:ss";
|
|
13381
|
+
declare const COUNTDOWN_DEFAULT_INTERVAL_MS = 1000;
|
|
13382
|
+
declare const countdownBaseClasses = "inline-block";
|
|
13383
|
+
declare const countdownValueWrapperClasses = "flex items-baseline";
|
|
13384
|
+
declare const countdownPrefixClasses = "mr-1 text-[var(--tiger-countdown-prefix,var(--tiger-text,#111827))]";
|
|
13385
|
+
declare const countdownSuffixClasses = "ml-1 text-[var(--tiger-countdown-suffix,var(--tiger-text-muted,#6b7280))]";
|
|
13386
|
+
declare function getCountdownTitleClasses(size: CountdownSize): string;
|
|
13387
|
+
declare function getCountdownValueClasses(size: CountdownSize): string;
|
|
13388
|
+
declare function parseCountdownTimestamp(value: CountdownValue | undefined): number | undefined;
|
|
13389
|
+
declare function getCountdownRemaining(value: CountdownValue | undefined, now?: CountdownValue): number;
|
|
13390
|
+
declare function getCountdownParts(remaining: number): CountdownDurationParts;
|
|
13391
|
+
declare function padCountdownNumber(value: number, length?: number): string;
|
|
13392
|
+
declare function formatCountdown(remaining: number, format?: string): string;
|
|
13393
|
+
declare function createCountdownPayload(remaining: number, format?: string): CountdownChangePayload;
|
|
12887
13394
|
|
|
12888
13395
|
/** Root wrapper — horizontal scroll container */
|
|
12889
13396
|
declare const taskBoardBaseClasses = "tiger-task-board flex gap-4 overflow-x-auto p-4 min-h-[400px]";
|
|
@@ -13180,11 +13687,11 @@ declare const cascaderBaseClasses = "relative inline-block w-full";
|
|
|
13180
13687
|
/**
|
|
13181
13688
|
* Cascader dropdown panel classes
|
|
13182
13689
|
*/
|
|
13183
|
-
declare const cascaderDropdownClasses = "absolute z-50 mt-1 flex bg-[var(--tiger-cascader-dropdown-bg,var(--tiger-surface,#ffffff))] border border-[var(--tiger-cascader-dropdown-border,var(--tiger-border,#e5e7eb))] rounded-[var(--tiger-radius-lg,0.75rem)] shadow-lg";
|
|
13690
|
+
declare const cascaderDropdownClasses = "absolute z-50 mt-1 flex bg-[var(--tiger-cascader-dropdown-bg,var(--tiger-surface,#ffffff))] border border-[var(--tiger-cascader-dropdown-border,var(--tiger-border,#e5e7eb))] rounded-[var(--tiger-radius-lg,0.75rem)] shadow-lg max-sm:fixed max-sm:inset-0 max-sm:mt-0 max-sm:flex-col max-sm:rounded-none max-sm:border-0 max-sm:shadow-none max-sm:pt-[env(safe-area-inset-top)] max-sm:pb-[env(safe-area-inset-bottom)]";
|
|
13184
13691
|
/**
|
|
13185
13692
|
* Cascader column (single level) classes
|
|
13186
13693
|
*/
|
|
13187
|
-
declare const cascaderColumnClasses = "min-w-[160px] max-h-64 overflow-auto border-r border-[var(--tiger-cascader-column-border,var(--tiger-border,#e5e7eb))] last:border-r-0";
|
|
13694
|
+
declare const cascaderColumnClasses = "min-w-[160px] max-h-64 overflow-auto border-r border-[var(--tiger-cascader-column-border,var(--tiger-border,#e5e7eb))] last:border-r-0 max-sm:min-w-0 max-sm:flex-1 max-sm:max-h-none";
|
|
13188
13695
|
/**
|
|
13189
13696
|
* Cascader option base classes
|
|
13190
13697
|
*/
|
|
@@ -13332,6 +13839,185 @@ declare function defaultAutoCompleteFilter(inputValue: string, option: AutoCompl
|
|
|
13332
13839
|
*/
|
|
13333
13840
|
declare function filterAutoCompleteOptions(options: AutoCompleteOption[], inputValue: string, filterOption?: boolean | ((inputValue: string, option: AutoCompleteOption) => boolean)): AutoCompleteOption[];
|
|
13334
13841
|
|
|
13842
|
+
type SignatureExportType = 'image/png' | 'image/jpeg' | 'image/webp' | 'image/svg+xml';
|
|
13843
|
+
interface SignaturePoint {
|
|
13844
|
+
x: number;
|
|
13845
|
+
y: number;
|
|
13846
|
+
time?: number;
|
|
13847
|
+
}
|
|
13848
|
+
interface SignatureStroke {
|
|
13849
|
+
points: SignaturePoint[];
|
|
13850
|
+
color: string;
|
|
13851
|
+
lineWidth: number;
|
|
13852
|
+
}
|
|
13853
|
+
interface SignatureChangePayload {
|
|
13854
|
+
value: string;
|
|
13855
|
+
empty: boolean;
|
|
13856
|
+
strokes: SignatureStroke[];
|
|
13857
|
+
exportType: SignatureExportType;
|
|
13858
|
+
}
|
|
13859
|
+
interface SignatureProps {
|
|
13860
|
+
width?: number;
|
|
13861
|
+
height?: number;
|
|
13862
|
+
penColor?: string;
|
|
13863
|
+
backgroundColor?: string;
|
|
13864
|
+
lineWidth?: number;
|
|
13865
|
+
disabled?: boolean;
|
|
13866
|
+
readonly?: boolean;
|
|
13867
|
+
clearable?: boolean;
|
|
13868
|
+
exportType?: SignatureExportType;
|
|
13869
|
+
quality?: number;
|
|
13870
|
+
ariaLabel?: string;
|
|
13871
|
+
clearText?: string;
|
|
13872
|
+
className?: string;
|
|
13873
|
+
}
|
|
13874
|
+
|
|
13875
|
+
interface SignatureCanvasRect {
|
|
13876
|
+
left: number;
|
|
13877
|
+
top: number;
|
|
13878
|
+
width: number;
|
|
13879
|
+
height: number;
|
|
13880
|
+
}
|
|
13881
|
+
interface SignatureExportOptions {
|
|
13882
|
+
width: number;
|
|
13883
|
+
height: number;
|
|
13884
|
+
backgroundColor?: string;
|
|
13885
|
+
}
|
|
13886
|
+
declare const signatureRootClasses = "inline-flex w-full flex-col gap-2";
|
|
13887
|
+
declare const signatureCanvasWrapClasses = "relative overflow-hidden rounded-[var(--tiger-radius-md,0.5rem)] border border-[var(--tiger-signature-border,var(--tiger-border,#d1d5db))] bg-[var(--tiger-signature-bg,var(--tiger-surface,#ffffff))]";
|
|
13888
|
+
declare const signatureCanvasClasses = "block touch-none outline-none focus:ring-2 focus:ring-[var(--tiger-signature-ring,var(--tiger-primary,#2563eb))]/30";
|
|
13889
|
+
declare const signatureToolbarClasses = "flex items-center justify-end gap-2";
|
|
13890
|
+
declare const signatureClearButtonClasses = "inline-flex items-center rounded-[var(--tiger-radius-sm,0.375rem)] border border-[var(--tiger-signature-button-border,var(--tiger-border,#d1d5db))] px-3 py-1.5 text-sm text-[var(--tiger-signature-button-text,var(--tiger-text,#111827))] transition-colors hover:bg-[var(--tiger-signature-button-bg-hover,var(--tiger-outline-bg-hover,#eff6ff))] disabled:cursor-not-allowed disabled:opacity-50";
|
|
13891
|
+
declare function getSignatureCanvasWrapClasses(disabled?: boolean, readonly?: boolean): string;
|
|
13892
|
+
declare function clampSignatureLineWidth(lineWidth: number | undefined): number;
|
|
13893
|
+
declare function getSignaturePoint(clientX: number, clientY: number, rect: SignatureCanvasRect, width: number, height: number, time?: number): SignaturePoint;
|
|
13894
|
+
declare function isSignatureEmpty(strokes?: readonly SignatureStroke[]): boolean;
|
|
13895
|
+
declare function cloneSignatureStrokes(strokes: readonly SignatureStroke[]): SignatureStroke[];
|
|
13896
|
+
declare function signatureStrokeToPath(stroke: SignatureStroke): string;
|
|
13897
|
+
declare function signatureStrokesToSvg(strokes: readonly SignatureStroke[], options: SignatureExportOptions): string;
|
|
13898
|
+
declare function signatureSvgToDataUrl(svg: string): string;
|
|
13899
|
+
declare function drawSignatureStrokes(context: CanvasRenderingContext2D, strokes: readonly SignatureStroke[], options: SignatureExportOptions): void;
|
|
13900
|
+
declare function getSignatureCanvasDataUrl(canvas: HTMLCanvasElement | null, exportType: SignatureExportType, quality?: number): string;
|
|
13901
|
+
|
|
13902
|
+
type NumberKeyboardMode = 'number' | 'amount' | 'phone' | 'id-card';
|
|
13903
|
+
type NumberKeyboardKeyType = 'digit' | 'decimal' | 'id-card-x' | 'delete' | 'confirm' | 'empty';
|
|
13904
|
+
type NumberKeyboardAction = 'input' | 'delete' | 'confirm';
|
|
13905
|
+
interface NumberKeyboardKey {
|
|
13906
|
+
type: NumberKeyboardKeyType;
|
|
13907
|
+
value: string;
|
|
13908
|
+
label: string;
|
|
13909
|
+
ariaLabel: string;
|
|
13910
|
+
disabled?: boolean;
|
|
13911
|
+
}
|
|
13912
|
+
interface NumberKeyboardChangePayload {
|
|
13913
|
+
value: string;
|
|
13914
|
+
key: string;
|
|
13915
|
+
action: NumberKeyboardAction;
|
|
13916
|
+
mode: NumberKeyboardMode;
|
|
13917
|
+
}
|
|
13918
|
+
interface NumberKeyboardProps {
|
|
13919
|
+
value?: string;
|
|
13920
|
+
defaultValue?: string;
|
|
13921
|
+
modelValue?: string;
|
|
13922
|
+
mode?: NumberKeyboardMode;
|
|
13923
|
+
maxLength?: number;
|
|
13924
|
+
precision?: number;
|
|
13925
|
+
decimalSeparator?: string;
|
|
13926
|
+
disabled?: boolean;
|
|
13927
|
+
readonly?: boolean;
|
|
13928
|
+
confirmText?: string;
|
|
13929
|
+
deleteText?: string;
|
|
13930
|
+
ariaLabel?: string;
|
|
13931
|
+
showConfirm?: boolean;
|
|
13932
|
+
className?: string;
|
|
13933
|
+
}
|
|
13934
|
+
|
|
13935
|
+
interface NumberKeyboardInputOptions {
|
|
13936
|
+
mode?: NumberKeyboardMode;
|
|
13937
|
+
maxLength?: number;
|
|
13938
|
+
precision?: number;
|
|
13939
|
+
decimalSeparator?: string;
|
|
13940
|
+
}
|
|
13941
|
+
interface NumberKeyboardLayoutOptions {
|
|
13942
|
+
mode?: NumberKeyboardMode;
|
|
13943
|
+
decimalSeparator?: string;
|
|
13944
|
+
deleteText?: string;
|
|
13945
|
+
confirmText?: string;
|
|
13946
|
+
showConfirm?: boolean;
|
|
13947
|
+
}
|
|
13948
|
+
declare const numberKeyboardRootClasses = "w-full max-w-sm rounded-[var(--tiger-radius-lg,0.75rem)] border border-[var(--tiger-number-keyboard-border,var(--tiger-border,#d1d5db))] bg-[var(--tiger-number-keyboard-bg,var(--tiger-surface,#ffffff))] p-2 shadow-sm";
|
|
13949
|
+
declare const numberKeyboardGridClasses = "grid grid-cols-3 gap-2";
|
|
13950
|
+
declare const numberKeyboardKeyClasses = "flex min-h-12 select-none items-center justify-center rounded-[var(--tiger-radius-md,0.5rem)] border border-[var(--tiger-number-keyboard-key-border,var(--tiger-border,#d1d5db))] bg-[var(--tiger-number-keyboard-key-bg,var(--tiger-fill,#f3f4f6))] px-3 text-lg font-medium text-[var(--tiger-number-keyboard-key-text,var(--tiger-text,#111827))] transition-colors hover:bg-[var(--tiger-number-keyboard-key-bg-hover,var(--tiger-outline-bg-hover,#eff6ff))] focus:outline-none focus:ring-2 focus:ring-[var(--tiger-number-keyboard-ring,var(--tiger-primary,#2563eb))]/30 disabled:cursor-not-allowed disabled:opacity-50";
|
|
13951
|
+
declare const numberKeyboardConfirmKeyClasses = "col-span-3 bg-[var(--tiger-number-keyboard-confirm-bg,var(--tiger-primary,#2563eb))] text-[var(--tiger-number-keyboard-confirm-text,#ffffff)] hover:bg-[var(--tiger-number-keyboard-confirm-bg-hover,var(--tiger-primary-hover,#1d4ed8))]";
|
|
13952
|
+
declare const numberKeyboardEmptyKeyClasses = "pointer-events-none opacity-0";
|
|
13953
|
+
declare function normalizeNumberKeyboardValue(value: unknown): string;
|
|
13954
|
+
declare function getNumberKeyboardMaxLength(mode?: NumberKeyboardMode, maxLength?: number): number;
|
|
13955
|
+
declare function getNumberKeyboardPrecision(mode?: NumberKeyboardMode, precision?: number): number | undefined;
|
|
13956
|
+
declare function applyNumberKeyboardInput(currentValue: unknown, key: string, options?: NumberKeyboardInputOptions): string;
|
|
13957
|
+
declare function deleteNumberKeyboardValue(value: unknown): string;
|
|
13958
|
+
declare function getNumberKeyboardAction(key: NumberKeyboardKey): NumberKeyboardAction;
|
|
13959
|
+
declare function getNumberKeyboardKeys(options?: NumberKeyboardLayoutOptions): NumberKeyboardKey[];
|
|
13960
|
+
declare function getNumberKeyboardKeyClasses(key: NumberKeyboardKey, disabled?: boolean): string;
|
|
13961
|
+
|
|
13962
|
+
type CronEditorSize = 'sm' | 'md' | 'lg';
|
|
13963
|
+
type CronFieldKey = 'minute' | 'hour' | 'dayOfMonth' | 'month' | 'dayOfWeek';
|
|
13964
|
+
type CronFieldMode = 'any' | 'every' | 'specific' | 'range' | 'custom';
|
|
13965
|
+
interface CronFieldMeta {
|
|
13966
|
+
key: CronFieldKey;
|
|
13967
|
+
label: string;
|
|
13968
|
+
min: number;
|
|
13969
|
+
max: number;
|
|
13970
|
+
placeholder: string;
|
|
13971
|
+
}
|
|
13972
|
+
interface CronFieldControl {
|
|
13973
|
+
mode: CronFieldMode;
|
|
13974
|
+
value?: number;
|
|
13975
|
+
start?: number;
|
|
13976
|
+
end?: number;
|
|
13977
|
+
step?: number;
|
|
13978
|
+
raw: string;
|
|
13979
|
+
}
|
|
13980
|
+
interface CronValidationIssue {
|
|
13981
|
+
field: CronFieldKey | 'expression';
|
|
13982
|
+
message: string;
|
|
13983
|
+
}
|
|
13984
|
+
interface CronValidationResult {
|
|
13985
|
+
valid: boolean;
|
|
13986
|
+
issues: CronValidationIssue[];
|
|
13987
|
+
}
|
|
13988
|
+
interface CronPreset {
|
|
13989
|
+
label: string;
|
|
13990
|
+
value: string;
|
|
13991
|
+
description?: string;
|
|
13992
|
+
}
|
|
13993
|
+
interface CronEditorProps {
|
|
13994
|
+
disabled?: boolean;
|
|
13995
|
+
readonly?: boolean;
|
|
13996
|
+
size?: CronEditorSize;
|
|
13997
|
+
presets?: CronPreset[];
|
|
13998
|
+
ariaLabel?: string;
|
|
13999
|
+
className?: string;
|
|
14000
|
+
}
|
|
14001
|
+
|
|
14002
|
+
declare const cronFieldMetas: CronFieldMeta[];
|
|
14003
|
+
declare const defaultCronExpression = "* * * * *";
|
|
14004
|
+
declare const defaultCronPresets: CronPreset[];
|
|
14005
|
+
declare const cronEditorBaseClasses: string;
|
|
14006
|
+
declare const cronEditorFieldsClasses = "grid gap-2 sm:grid-cols-5";
|
|
14007
|
+
declare const cronEditorFieldClasses: string;
|
|
14008
|
+
declare const cronEditorLabelClasses = "text-xs font-medium text-[var(--tiger-text-muted,#6b7280)]";
|
|
14009
|
+
declare const cronEditorErrorClasses = "text-xs text-[var(--tiger-danger,#dc2626)]";
|
|
14010
|
+
declare function getCronEditorControlClasses(size: CronEditorSize, invalid?: boolean): string;
|
|
14011
|
+
declare function getCronExpressionParts(expression: string): string[];
|
|
14012
|
+
declare function normalizeCronExpression(expression: string): string;
|
|
14013
|
+
declare function getCronFieldValue(expression: string, field: CronFieldKey): string;
|
|
14014
|
+
declare function updateCronExpressionField(expression: string, field: CronFieldKey, value: string): string;
|
|
14015
|
+
declare function parseCronFieldControl(raw: string): CronFieldControl;
|
|
14016
|
+
declare function buildCronFieldValue(control: CronFieldControl, meta: CronFieldMeta): string;
|
|
14017
|
+
declare function validateCronExpression(expression: string): CronValidationResult;
|
|
14018
|
+
declare function validateCronField(value: string, meta: CronFieldMeta): string | null;
|
|
14019
|
+
declare function getCronFieldIssue(result: CronValidationResult, field: CronFieldKey): CronValidationIssue | undefined;
|
|
14020
|
+
|
|
13335
14021
|
/**
|
|
13336
14022
|
* Picker utilities — shared keyboard-navigation helpers for combobox-style
|
|
13337
14023
|
* components (Select, AutoComplete, Cascader, TreeSelect, Transfer).
|
|
@@ -13397,20 +14083,150 @@ declare function getPickerOptionAria({ selected, disabled }: PickerOptionAriaOpt
|
|
|
13397
14083
|
};
|
|
13398
14084
|
declare function getPickerTriggerKeyAction(key: string, expanded: boolean): PickerTriggerKeyAction;
|
|
13399
14085
|
|
|
13400
|
-
|
|
13401
|
-
|
|
13402
|
-
|
|
13403
|
-
interface TransferItem {
|
|
13404
|
-
/** Unique key */
|
|
13405
|
-
key: string | number;
|
|
13406
|
-
/** Display label */
|
|
14086
|
+
type SpotlightItemKey = string | number;
|
|
14087
|
+
interface SpotlightItem {
|
|
14088
|
+
key: SpotlightItemKey;
|
|
13407
14089
|
label: string;
|
|
13408
|
-
/** Whether the item is disabled */
|
|
13409
|
-
disabled?: boolean;
|
|
13410
|
-
/** Optional description */
|
|
13411
14090
|
description?: string;
|
|
14091
|
+
group?: string;
|
|
14092
|
+
keywords?: string[];
|
|
14093
|
+
disabled?: boolean;
|
|
14094
|
+
icon?: unknown;
|
|
14095
|
+
shortcut?: string | string[];
|
|
14096
|
+
data?: unknown;
|
|
13412
14097
|
}
|
|
13413
|
-
|
|
14098
|
+
type SpotlightItemFilter = (query: string, item: SpotlightItem) => boolean;
|
|
14099
|
+
interface SpotlightProps {
|
|
14100
|
+
open?: boolean;
|
|
14101
|
+
defaultOpen?: boolean;
|
|
14102
|
+
query?: string;
|
|
14103
|
+
defaultQuery?: string;
|
|
14104
|
+
items?: SpotlightItem[];
|
|
14105
|
+
title?: string;
|
|
14106
|
+
placeholder?: string;
|
|
14107
|
+
emptyText?: string;
|
|
14108
|
+
inputAriaLabel?: string;
|
|
14109
|
+
listboxLabel?: string;
|
|
14110
|
+
closeOnSelect?: boolean;
|
|
14111
|
+
mask?: boolean;
|
|
14112
|
+
maskClosable?: boolean;
|
|
14113
|
+
zIndex?: number;
|
|
14114
|
+
className?: string;
|
|
14115
|
+
defaultActiveFirstItem?: boolean;
|
|
14116
|
+
filterItem?: SpotlightItemFilter;
|
|
14117
|
+
limit?: number;
|
|
14118
|
+
}
|
|
14119
|
+
|
|
14120
|
+
interface SpotlightSearchResult {
|
|
14121
|
+
item: SpotlightItem;
|
|
14122
|
+
itemIndex: number;
|
|
14123
|
+
flatIndex: number;
|
|
14124
|
+
score: number;
|
|
14125
|
+
}
|
|
14126
|
+
interface SpotlightSearchGroup {
|
|
14127
|
+
label?: string;
|
|
14128
|
+
items: SpotlightSearchResult[];
|
|
14129
|
+
}
|
|
14130
|
+
interface SpotlightSearchState {
|
|
14131
|
+
groups: SpotlightSearchGroup[];
|
|
14132
|
+
flatResults: SpotlightSearchResult[];
|
|
14133
|
+
}
|
|
14134
|
+
interface SpotlightSearchOptions {
|
|
14135
|
+
filterItem?: SpotlightItemFilter;
|
|
14136
|
+
limit?: number;
|
|
14137
|
+
}
|
|
14138
|
+
declare const spotlightRootClasses = "fixed inset-0 flex items-start justify-center px-4 py-6 sm:py-10";
|
|
14139
|
+
declare const spotlightMaskClasses = "absolute inset-0 bg-black/35";
|
|
14140
|
+
declare const spotlightPanelClasses = "relative z-10 flex w-full max-w-2xl flex-col overflow-hidden rounded-[var(--tiger-radius-lg,0.75rem)] border border-[var(--tiger-spotlight-border,var(--tiger-border,#d1d5db))] bg-[var(--tiger-spotlight-bg,var(--tiger-surface,#ffffff))] shadow-2xl";
|
|
14141
|
+
declare const spotlightHeaderClasses = "border-b border-[var(--tiger-spotlight-border,var(--tiger-border,#d1d5db))] px-4 py-3";
|
|
14142
|
+
declare const spotlightTitleClasses = "mb-2 text-sm font-semibold text-[var(--tiger-spotlight-title,var(--tiger-text,#111827))]";
|
|
14143
|
+
declare const spotlightInputClasses = "w-full rounded-[var(--tiger-radius-md,0.5rem)] border border-[var(--tiger-spotlight-input-border,var(--tiger-border,#d1d5db))] bg-[var(--tiger-spotlight-input-bg,var(--tiger-surface,#ffffff))] px-3 py-2 text-base text-[var(--tiger-spotlight-input-text,var(--tiger-text,#111827))] outline-none focus:border-[var(--tiger-spotlight-input-border-focus,var(--tiger-primary,#2563eb))] focus:ring-2 focus:ring-[var(--tiger-spotlight-ring,var(--tiger-primary,#2563eb))]/20";
|
|
14144
|
+
declare const spotlightListClasses = "max-h-[min(28rem,60vh)] overflow-y-auto p-2";
|
|
14145
|
+
declare const spotlightGroupClasses = "py-1";
|
|
14146
|
+
declare const spotlightGroupLabelClasses = "px-2 pb-1 pt-2 text-xs font-semibold uppercase text-[var(--tiger-spotlight-group-text,var(--tiger-text-muted,#6b7280))]";
|
|
14147
|
+
declare const spotlightEmptyClasses = "px-4 py-8 text-center text-sm text-[var(--tiger-spotlight-empty-text,var(--tiger-text-muted,#6b7280))]";
|
|
14148
|
+
declare function getSpotlightOptionClasses(active: boolean, disabled: boolean): string;
|
|
14149
|
+
declare function normalizeSpotlightText(value: string): string;
|
|
14150
|
+
declare function getSpotlightSearchText(item: SpotlightItem): string;
|
|
14151
|
+
declare function getSpotlightFuzzyScore(query: string, target: string): number;
|
|
14152
|
+
declare function getSpotlightSearchState(items?: readonly SpotlightItem[], query?: string, options?: SpotlightSearchOptions): SpotlightSearchState;
|
|
14153
|
+
declare function getSpotlightShortcutLabel(shortcut: string | string[] | undefined): string;
|
|
14154
|
+
|
|
14155
|
+
type ScrollSpyKey = string | number;
|
|
14156
|
+
type ScrollSpyDirection = 'vertical' | 'horizontal';
|
|
14157
|
+
interface ScrollSpyItem {
|
|
14158
|
+
key: ScrollSpyKey;
|
|
14159
|
+
href: string;
|
|
14160
|
+
label: string;
|
|
14161
|
+
disabled?: boolean;
|
|
14162
|
+
children?: ScrollSpyItem[];
|
|
14163
|
+
}
|
|
14164
|
+
interface ScrollSpyChangePayload {
|
|
14165
|
+
activeKey: ScrollSpyKey;
|
|
14166
|
+
href: string;
|
|
14167
|
+
item: ScrollSpyItem;
|
|
14168
|
+
source: 'scroll' | 'click';
|
|
14169
|
+
}
|
|
14170
|
+
interface ScrollSpyProps {
|
|
14171
|
+
items?: ScrollSpyItem[];
|
|
14172
|
+
activeKey?: ScrollSpyKey;
|
|
14173
|
+
defaultActiveKey?: ScrollSpyKey;
|
|
14174
|
+
offsetTop?: number;
|
|
14175
|
+
targetOffset?: number;
|
|
14176
|
+
bounds?: number;
|
|
14177
|
+
direction?: ScrollSpyDirection;
|
|
14178
|
+
sticky?: boolean;
|
|
14179
|
+
ariaLabel?: string;
|
|
14180
|
+
className?: string;
|
|
14181
|
+
style?: Record<string, string | number>;
|
|
14182
|
+
}
|
|
14183
|
+
|
|
14184
|
+
interface FlatScrollSpyItem extends ScrollSpyItem {
|
|
14185
|
+
depth: number;
|
|
14186
|
+
}
|
|
14187
|
+
interface ScrollSpyObserverOptions {
|
|
14188
|
+
container: HTMLElement | Window;
|
|
14189
|
+
offsetTop?: number;
|
|
14190
|
+
targetOffset?: number;
|
|
14191
|
+
bounds?: number;
|
|
14192
|
+
onChange: (item: ScrollSpyItem) => void;
|
|
14193
|
+
}
|
|
14194
|
+
declare const scrollSpyRootClasses = "relative text-sm text-gray-600 dark:text-gray-300";
|
|
14195
|
+
declare const scrollSpyStickyClasses = "sticky top-0";
|
|
14196
|
+
declare const scrollSpyListVerticalClasses = "flex flex-col gap-1";
|
|
14197
|
+
declare const scrollSpyListHorizontalClasses = "flex flex-wrap items-center gap-2";
|
|
14198
|
+
declare const scrollSpyNestedListClasses = "mt-1 ml-3 flex flex-col gap-1 border-l border-gray-200 pl-3 dark:border-gray-700";
|
|
14199
|
+
declare const scrollSpyItemBaseClasses = "block rounded-md px-3 py-1.5 text-left transition-colors duration-200 hover:bg-gray-100 hover:text-[var(--tiger-primary,#2563eb)] focus:outline-none focus-visible:ring-2 focus-visible:ring-[var(--tiger-primary,#2563eb)] focus-visible:ring-offset-2 dark:hover:bg-gray-800";
|
|
14200
|
+
declare const scrollSpyItemActiveClasses = "bg-[var(--tiger-primary,#2563eb)]/10 font-medium text-[var(--tiger-primary,#2563eb)]";
|
|
14201
|
+
declare const scrollSpyItemDisabledClasses = "cursor-not-allowed opacity-50 hover:bg-transparent";
|
|
14202
|
+
declare function getScrollSpyKeyString(key: ScrollSpyKey): string;
|
|
14203
|
+
declare function flattenScrollSpyItems(items?: ScrollSpyItem[], depth?: number): FlatScrollSpyItem[];
|
|
14204
|
+
declare function getEnabledScrollSpyItems(items?: ScrollSpyItem[]): FlatScrollSpyItem[];
|
|
14205
|
+
declare function getScrollSpyTargetHrefs(items?: ScrollSpyItem[]): string[];
|
|
14206
|
+
declare function getScrollSpyItemByKey(items?: ScrollSpyItem[], key?: ScrollSpyKey): FlatScrollSpyItem | undefined;
|
|
14207
|
+
declare function getScrollSpyItemByHref(items: ScrollSpyItem[] | undefined, href: string): FlatScrollSpyItem | undefined;
|
|
14208
|
+
declare function getInitialScrollSpyActiveKey(items?: ScrollSpyItem[], activeKey?: ScrollSpyKey, defaultActiveKey?: ScrollSpyKey): ScrollSpyKey | undefined;
|
|
14209
|
+
declare function getScrollSpyListClasses(direction: ScrollSpyDirection): string;
|
|
14210
|
+
declare function getScrollSpyRootClasses(sticky: boolean, className?: string): string;
|
|
14211
|
+
declare function getScrollSpyItemClasses(active: boolean, disabled?: boolean, className?: string): string;
|
|
14212
|
+
declare function createScrollSpyPayload(item: ScrollSpyItem, source: ScrollSpyChangePayload['source']): ScrollSpyChangePayload;
|
|
14213
|
+
declare function scrollToScrollSpyItem(item: ScrollSpyItem, container: HTMLElement | Window, targetOffset?: number): void;
|
|
14214
|
+
declare function createScrollSpyObserver(items: ScrollSpyItem[] | undefined, options: ScrollSpyObserverOptions): () => void;
|
|
14215
|
+
|
|
14216
|
+
/**
|
|
14217
|
+
* Transfer item data
|
|
14218
|
+
*/
|
|
14219
|
+
interface TransferItem {
|
|
14220
|
+
/** Unique key */
|
|
14221
|
+
key: string | number;
|
|
14222
|
+
/** Display label */
|
|
14223
|
+
label: string;
|
|
14224
|
+
/** Whether the item is disabled */
|
|
14225
|
+
disabled?: boolean;
|
|
14226
|
+
/** Optional description */
|
|
14227
|
+
description?: string;
|
|
14228
|
+
}
|
|
14229
|
+
/**
|
|
13414
14230
|
* Transfer size variants
|
|
13415
14231
|
*/
|
|
13416
14232
|
type TransferSize = 'sm' | 'md' | 'lg';
|
|
@@ -13721,6 +14537,49 @@ declare function hsvToRgb(h: number, s: number, v: number): RgbColor;
|
|
|
13721
14537
|
declare function formatColorString(r: number, g: number, b: number, format: 'hex' | 'rgb' | 'hsl', alpha?: number): string;
|
|
13722
14538
|
declare function isValidHex(value: string): boolean;
|
|
13723
14539
|
|
|
14540
|
+
type ColorSwatchSize = 'sm' | 'md' | 'lg';
|
|
14541
|
+
interface ColorSwatchOption {
|
|
14542
|
+
value: string;
|
|
14543
|
+
label?: string;
|
|
14544
|
+
disabled?: boolean;
|
|
14545
|
+
}
|
|
14546
|
+
type ColorSwatchOptionInput = string | ColorSwatchOption;
|
|
14547
|
+
interface ColorSwatchGroup {
|
|
14548
|
+
label?: string;
|
|
14549
|
+
colors: ColorSwatchOptionInput[];
|
|
14550
|
+
}
|
|
14551
|
+
interface ColorSwatchNormalizedOption extends ColorSwatchOption {
|
|
14552
|
+
index: number;
|
|
14553
|
+
groupIndex: number;
|
|
14554
|
+
}
|
|
14555
|
+
interface ColorSwatchNormalizedGroup {
|
|
14556
|
+
label?: string;
|
|
14557
|
+
colors: ColorSwatchNormalizedOption[];
|
|
14558
|
+
}
|
|
14559
|
+
interface ColorSwatchProps {
|
|
14560
|
+
disabled?: boolean;
|
|
14561
|
+
size?: ColorSwatchSize;
|
|
14562
|
+
colors?: ColorSwatchOptionInput[];
|
|
14563
|
+
groups?: ColorSwatchGroup[];
|
|
14564
|
+
columns?: number;
|
|
14565
|
+
ariaLabel?: string;
|
|
14566
|
+
className?: string;
|
|
14567
|
+
}
|
|
14568
|
+
|
|
14569
|
+
declare const defaultColorSwatchGroups: ColorSwatchGroup[];
|
|
14570
|
+
declare const colorSwatchBaseClasses: string;
|
|
14571
|
+
declare const colorSwatchGroupClasses = "flex flex-col gap-2";
|
|
14572
|
+
declare const colorSwatchGroupLabelClasses = "text-xs font-medium text-[var(--tiger-text-muted,#6b7280)]";
|
|
14573
|
+
declare const colorSwatchGridClasses = "grid gap-2";
|
|
14574
|
+
declare function getColorSwatchButtonClasses(size: ColorSwatchSize, selected: boolean, disabled: boolean): string;
|
|
14575
|
+
declare function getColorSwatchCheckClasses(size: ColorSwatchSize): string;
|
|
14576
|
+
declare function normalizeColorSwatchGroups(groups?: ColorSwatchGroup[], colors?: ColorSwatchOptionInput[]): ColorSwatchNormalizedGroup[];
|
|
14577
|
+
declare function flattenColorSwatchGroups(groups: ColorSwatchNormalizedGroup[]): ColorSwatchNormalizedOption[];
|
|
14578
|
+
declare function normalizeColorSwatchValue(value: string): string;
|
|
14579
|
+
declare function isColorSwatchSelected(value: string, selectedValue?: string): boolean;
|
|
14580
|
+
declare function getColorSwatchOptionKey(option: ColorSwatchNormalizedOption): string;
|
|
14581
|
+
declare function getNextColorSwatchIndex(options: ColorSwatchNormalizedOption[], currentIndex: number, key: string, columns: number): number;
|
|
14582
|
+
|
|
13724
14583
|
/**
|
|
13725
14584
|
* VirtualList item height mode
|
|
13726
14585
|
*/
|
|
@@ -13972,6 +14831,7 @@ declare function createTableResizeObserverController(options: TableResizeObserve
|
|
|
13972
14831
|
* Form field dependency utilities
|
|
13973
14832
|
* Manages field-to-field dependency graph for conditional validation and visibility
|
|
13974
14833
|
*/
|
|
14834
|
+
|
|
13975
14835
|
/**
|
|
13976
14836
|
* Get fields that depend on a given field
|
|
13977
14837
|
* When `fieldName` changes, all returned fields should be re-evaluated
|
|
@@ -13986,6 +14846,13 @@ declare function getFieldDependencies(fieldName: string, dependencies: Map<strin
|
|
|
13986
14846
|
* Ensures fields are validated after their dependencies
|
|
13987
14847
|
*/
|
|
13988
14848
|
declare function getValidationOrder(fieldNames: string[], dependencies: Map<string, string[]> | undefined): string[];
|
|
14849
|
+
declare function evaluateFormCondition(condition: FormCondition, values: FormValues): boolean;
|
|
14850
|
+
declare function evaluateFormConditions(conditions: FormConditionInput | undefined, values: FormValues, logic?: FormConditionLogic): boolean;
|
|
14851
|
+
declare function resolveFormFieldConditionState(values: FormValues, condition?: FormFieldCondition): FormConditionState;
|
|
14852
|
+
declare function resolveFormConditionState(fieldName: string, values: FormValues, conditions?: FormConditions): FormConditionState;
|
|
14853
|
+
declare function resolveConditionalFormRules(values: FormValues, rules: FormRules | undefined, conditions: FormConditions | undefined): FormRules | undefined;
|
|
14854
|
+
declare function getFormConditionDependencies(condition?: FormFieldCondition): string[];
|
|
14855
|
+
declare function createFormConditionDependencies(conditions?: FormConditions): Map<string, string[]>;
|
|
13989
14856
|
|
|
13990
14857
|
/**
|
|
13991
14858
|
* Form history utilities for undo/redo support
|
|
@@ -14039,6 +14906,26 @@ type ResponsiveBreakpoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xxxl';
|
|
|
14039
14906
|
*/
|
|
14040
14907
|
declare function resolveResponsiveValue<T>(value: T | Partial<Record<ResponsiveBreakpoint, T>>, width: number, fallback: T): T;
|
|
14041
14908
|
|
|
14909
|
+
/**
|
|
14910
|
+
* Runtime viewport helpers aligned with Tigercat/Tailwind breakpoints.
|
|
14911
|
+
*/
|
|
14912
|
+
declare const TIGER_VIEWPORT_BREAKPOINTS: {
|
|
14913
|
+
readonly xs: 0;
|
|
14914
|
+
readonly sm: 640;
|
|
14915
|
+
readonly md: 768;
|
|
14916
|
+
readonly lg: 1024;
|
|
14917
|
+
readonly xl: 1280;
|
|
14918
|
+
readonly xxl: 1536;
|
|
14919
|
+
readonly xxxl: 1920;
|
|
14920
|
+
};
|
|
14921
|
+
interface ViewportQueryOptions {
|
|
14922
|
+
width?: number;
|
|
14923
|
+
getWindow?: () => Pick<Window, 'innerWidth'> | undefined;
|
|
14924
|
+
}
|
|
14925
|
+
declare function getViewportWidth(options?: ViewportQueryOptions): number | undefined;
|
|
14926
|
+
declare function isMobile(options?: ViewportQueryOptions): boolean;
|
|
14927
|
+
declare function isTablet(options?: ViewportQueryOptions): boolean;
|
|
14928
|
+
|
|
14042
14929
|
/**
|
|
14043
14930
|
* Drag & Drop Types — Framework-agnostic type definitions
|
|
14044
14931
|
*
|
|
@@ -14856,6 +15743,112 @@ declare function isContentEmpty(html: string): boolean;
|
|
|
14856
15743
|
/** Parse height prop to CSS value */
|
|
14857
15744
|
declare function parseHeight(height: number | string | undefined): string | undefined;
|
|
14858
15745
|
|
|
15746
|
+
/**
|
|
15747
|
+
* MarkdownEditor shared types
|
|
15748
|
+
*/
|
|
15749
|
+
/** Editor display mode */
|
|
15750
|
+
type MarkdownEditorMode = 'edit' | 'split' | 'preview';
|
|
15751
|
+
/** Built-in toolbar action names */
|
|
15752
|
+
type MarkdownToolbarAction = 'bold' | 'italic' | 'strikethrough' | 'heading' | 'blockquote' | 'unorderedList' | 'orderedList' | 'inlineCode' | 'codeBlock' | 'link' | 'image' | 'table' | 'horizontalRule';
|
|
15753
|
+
/** Current textarea selection passed to custom toolbar actions */
|
|
15754
|
+
interface MarkdownSelection {
|
|
15755
|
+
value: string;
|
|
15756
|
+
selectionStart: number;
|
|
15757
|
+
selectionEnd: number;
|
|
15758
|
+
}
|
|
15759
|
+
/** Result returned by toolbar insertion helpers */
|
|
15760
|
+
interface MarkdownInsertResult {
|
|
15761
|
+
value: string;
|
|
15762
|
+
selectionStart: number;
|
|
15763
|
+
selectionEnd: number;
|
|
15764
|
+
}
|
|
15765
|
+
/** Toolbar button definition */
|
|
15766
|
+
interface MarkdownToolbarButton {
|
|
15767
|
+
name: MarkdownToolbarAction | string;
|
|
15768
|
+
label: string;
|
|
15769
|
+
icon?: string;
|
|
15770
|
+
tooltip?: string;
|
|
15771
|
+
hotkey?: string;
|
|
15772
|
+
action?: (selection: MarkdownSelection) => MarkdownInsertResult;
|
|
15773
|
+
}
|
|
15774
|
+
/** Toolbar separator — renders a visual divider between button groups */
|
|
15775
|
+
interface MarkdownToolbarSeparator {
|
|
15776
|
+
type: 'separator';
|
|
15777
|
+
}
|
|
15778
|
+
/** Union type for toolbar items: buttons or separators */
|
|
15779
|
+
type MarkdownToolbarItem = MarkdownToolbarButton | MarkdownToolbarSeparator;
|
|
15780
|
+
/** Pluggable markdown preview renderer */
|
|
15781
|
+
interface MarkdownRenderer {
|
|
15782
|
+
render: (markdown: string) => string;
|
|
15783
|
+
}
|
|
15784
|
+
/** Props shared across Vue and React */
|
|
15785
|
+
interface MarkdownEditorProps {
|
|
15786
|
+
/** Current markdown content (controlled) */
|
|
15787
|
+
value?: string;
|
|
15788
|
+
/** Default markdown content (uncontrolled) */
|
|
15789
|
+
defaultValue?: string;
|
|
15790
|
+
/** Placeholder text */
|
|
15791
|
+
placeholder?: string;
|
|
15792
|
+
/** Editor display mode */
|
|
15793
|
+
mode?: MarkdownEditorMode;
|
|
15794
|
+
/** Default display mode (uncontrolled) */
|
|
15795
|
+
defaultMode?: MarkdownEditorMode;
|
|
15796
|
+
/** Toolbar items configuration, or false to hide formatting toolbar */
|
|
15797
|
+
toolbar?: MarkdownToolbarItem[] | false;
|
|
15798
|
+
/** Whether to render the edit/split/preview mode switch */
|
|
15799
|
+
showModeSwitch?: boolean;
|
|
15800
|
+
/** Editor height */
|
|
15801
|
+
height?: number | string;
|
|
15802
|
+
/** Read-only mode */
|
|
15803
|
+
readOnly?: boolean;
|
|
15804
|
+
/** Disabled state */
|
|
15805
|
+
disabled?: boolean;
|
|
15806
|
+
/** Optional markdown preview renderer */
|
|
15807
|
+
renderer?: MarkdownRenderer;
|
|
15808
|
+
/** Additional CSS class */
|
|
15809
|
+
className?: string;
|
|
15810
|
+
/** Custom styles */
|
|
15811
|
+
style?: Record<string, string | number>;
|
|
15812
|
+
}
|
|
15813
|
+
|
|
15814
|
+
declare const markdownEditorContainerBase = "flex flex-col border border-[var(--tiger-border,#d1d5db)] rounded-[var(--tiger-radius-md,0.5rem)] overflow-hidden bg-[var(--tiger-bg,#ffffff)] text-[var(--tiger-text,#111827)]";
|
|
15815
|
+
declare const markdownEditorContainerDisabled = "opacity-50 cursor-not-allowed";
|
|
15816
|
+
declare const markdownEditorToolbarClasses = "flex flex-wrap items-center justify-between gap-2 px-2 py-1.5 border-b border-[var(--tiger-border,#d1d5db)] bg-[var(--tiger-bg-secondary,#f9fafb)]";
|
|
15817
|
+
declare const markdownEditorToolbarGroupClasses = "flex flex-wrap items-center gap-1";
|
|
15818
|
+
declare const markdownEditorToolbarButtonBase = "inline-flex items-center justify-center min-w-8 h-8 px-2 rounded text-sm font-medium transition-colors duration-150 text-[var(--tiger-text-secondary,#6b7280)] hover:bg-[var(--tiger-bg-hover,#e5e7eb)] hover:text-[var(--tiger-text,#111827)] disabled:cursor-not-allowed disabled:opacity-50";
|
|
15819
|
+
declare const markdownEditorToolbarButtonActive = "bg-[var(--tiger-primary,#2563eb)]/10 text-[var(--tiger-primary,#2563eb)]";
|
|
15820
|
+
declare const markdownEditorToolbarSeparatorClasses = "w-px h-5 mx-1 bg-[var(--tiger-border,#d1d5db)]";
|
|
15821
|
+
declare const markdownEditorBodyClasses = "grid flex-1 min-h-0 bg-[var(--tiger-bg,#ffffff)]";
|
|
15822
|
+
declare const markdownEditorTextareaClasses = "w-full h-full min-h-0 resize-none border-0 outline-none bg-transparent p-4 font-mono text-sm leading-7 text-[var(--tiger-text,#111827)] placeholder:text-[var(--tiger-text-tertiary,#9ca3af)] disabled:cursor-not-allowed";
|
|
15823
|
+
declare const markdownEditorPreviewClasses = "h-full min-h-0 overflow-auto p-4 text-sm leading-7 text-[var(--tiger-text,#111827)] [&_a]:text-[var(--tiger-primary,#2563eb)] [&_a]:underline [&_blockquote]:border-l-4 [&_blockquote]:border-[var(--tiger-border,#d1d5db)] [&_blockquote]:pl-3 [&_blockquote]:text-[var(--tiger-text-secondary,#6b7280)] [&_code]:rounded [&_code]:bg-[var(--tiger-bg-secondary,#f3f4f6)] [&_code]:px-1 [&_code]:py-0.5 [&_code]:font-mono [&_code]:text-[0.9em] [&_h1]:mb-3 [&_h1]:text-2xl [&_h1]:font-semibold [&_h2]:mb-2 [&_h2]:text-xl [&_h2]:font-semibold [&_h3]:mb-2 [&_h3]:text-lg [&_h3]:font-semibold [&_hr]:my-4 [&_hr]:border-[var(--tiger-border,#d1d5db)] [&_img]:max-w-full [&_li]:my-1 [&_ol]:my-2 [&_ol]:list-decimal [&_ol]:pl-6 [&_p]:my-2 [&_pre]:my-3 [&_pre]:overflow-auto [&_pre]:rounded [&_pre]:bg-[var(--tiger-bg-secondary,#f3f4f6)] [&_pre]:p-3 [&_pre_code]:bg-transparent [&_pre_code]:p-0 [&_table]:my-3 [&_table]:w-full [&_table]:border-collapse [&_td]:border [&_td]:border-[var(--tiger-border,#d1d5db)] [&_td]:px-2 [&_td]:py-1 [&_th]:border [&_th]:border-[var(--tiger-border,#d1d5db)] [&_th]:bg-[var(--tiger-bg-secondary,#f9fafb)] [&_th]:px-2 [&_th]:py-1 [&_th]:text-left [&_ul]:my-2 [&_ul]:list-disc [&_ul]:pl-6";
|
|
15824
|
+
declare const markdownEditorEmptyPreviewClasses = "text-[var(--tiger-text-tertiary,#9ca3af)]";
|
|
15825
|
+
declare const markdownEditorSplitDividerClasses = "border-l border-[var(--tiger-border,#d1d5db)]";
|
|
15826
|
+
declare const defaultMarkdownToolbar: MarkdownToolbarItem[];
|
|
15827
|
+
declare const markdownModeLabels: Record<MarkdownEditorMode, string>;
|
|
15828
|
+
declare function isMarkdownToolbarSeparator(item: MarkdownToolbarItem): item is MarkdownToolbarSeparator;
|
|
15829
|
+
declare function getMarkdownToolbarButtons(items: MarkdownToolbarItem[]): MarkdownToolbarButton[];
|
|
15830
|
+
declare function getMarkdownContainerClasses(disabled: boolean, className?: string): string;
|
|
15831
|
+
declare function getMarkdownToolbarButtonClasses(active: boolean): string;
|
|
15832
|
+
declare function getMarkdownBodyClasses(mode: MarkdownEditorMode): string;
|
|
15833
|
+
declare function escapeMarkdownHtml(value: string): string;
|
|
15834
|
+
declare function renderMarkdownInline(value: string): string;
|
|
15835
|
+
declare function renderMarkdownToHtml(markdown: string, renderer?: MarkdownRenderer): string;
|
|
15836
|
+
declare function applyMarkdownToolbarAction(action: MarkdownToolbarButton | string, selection: MarkdownSelection): MarkdownInsertResult;
|
|
15837
|
+
declare function markdownHotkeyMatches(event: {
|
|
15838
|
+
ctrlKey: boolean;
|
|
15839
|
+
metaKey: boolean;
|
|
15840
|
+
shiftKey: boolean;
|
|
15841
|
+
altKey: boolean;
|
|
15842
|
+
key: string;
|
|
15843
|
+
}, hotkey: string): boolean;
|
|
15844
|
+
declare function findMarkdownHotkeyMatch(toolbar: MarkdownToolbarItem[], event: {
|
|
15845
|
+
ctrlKey: boolean;
|
|
15846
|
+
metaKey: boolean;
|
|
15847
|
+
shiftKey: boolean;
|
|
15848
|
+
altKey: boolean;
|
|
15849
|
+
key: string;
|
|
15850
|
+
}): MarkdownToolbarButton | null;
|
|
15851
|
+
|
|
14859
15852
|
/**
|
|
14860
15853
|
* Rich Text Editor Engine (PR-17)
|
|
14861
15854
|
*
|
|
@@ -15331,6 +16324,256 @@ declare function toFileDragItem(item: FileItem, index: number, containerId?: str
|
|
|
15331
16324
|
*/
|
|
15332
16325
|
declare function applyFileDragReorder(items: FileItem[], event: DragDropEvent): FileItem[];
|
|
15333
16326
|
|
|
16327
|
+
type ImageAnnotationTool = 'select' | 'rectangle' | 'ellipse' | 'polygon' | 'freehand';
|
|
16328
|
+
type ImageAnnotationShape = Exclude<ImageAnnotationTool, 'select'>;
|
|
16329
|
+
interface ImageAnnotationPoint {
|
|
16330
|
+
x: number;
|
|
16331
|
+
y: number;
|
|
16332
|
+
}
|
|
16333
|
+
interface ImageAnnotationBase {
|
|
16334
|
+
id: string;
|
|
16335
|
+
type: ImageAnnotationShape;
|
|
16336
|
+
label?: string;
|
|
16337
|
+
color?: string;
|
|
16338
|
+
data?: Record<string, unknown>;
|
|
16339
|
+
}
|
|
16340
|
+
interface ImageAnnotationBox extends ImageAnnotationBase {
|
|
16341
|
+
type: 'rectangle' | 'ellipse';
|
|
16342
|
+
x: number;
|
|
16343
|
+
y: number;
|
|
16344
|
+
width: number;
|
|
16345
|
+
height: number;
|
|
16346
|
+
}
|
|
16347
|
+
interface ImageAnnotationPath extends ImageAnnotationBase {
|
|
16348
|
+
type: 'polygon' | 'freehand';
|
|
16349
|
+
points: ImageAnnotationPoint[];
|
|
16350
|
+
}
|
|
16351
|
+
type ImageAnnotation = ImageAnnotationBox | ImageAnnotationPath;
|
|
16352
|
+
interface ImageAnnotationChangeMeta {
|
|
16353
|
+
type: 'add' | 'update' | 'remove' | 'select' | 'clear';
|
|
16354
|
+
annotation?: ImageAnnotation;
|
|
16355
|
+
}
|
|
16356
|
+
interface ImageAnnotationProps {
|
|
16357
|
+
src: string;
|
|
16358
|
+
alt?: string;
|
|
16359
|
+
value?: ImageAnnotation[];
|
|
16360
|
+
defaultValue?: ImageAnnotation[];
|
|
16361
|
+
selectedId?: string;
|
|
16362
|
+
defaultSelectedId?: string;
|
|
16363
|
+
tool?: ImageAnnotationTool;
|
|
16364
|
+
defaultTool?: ImageAnnotationTool;
|
|
16365
|
+
tools?: ImageAnnotationTool[];
|
|
16366
|
+
disabled?: boolean;
|
|
16367
|
+
readonly?: boolean;
|
|
16368
|
+
minSize?: number;
|
|
16369
|
+
strokeWidth?: number;
|
|
16370
|
+
showLabels?: boolean;
|
|
16371
|
+
className?: string;
|
|
16372
|
+
}
|
|
16373
|
+
|
|
16374
|
+
declare const imageAnnotationContainerClasses = "relative inline-flex max-w-full flex-col gap-3 text-[var(--tiger-text,#111827)]";
|
|
16375
|
+
declare const imageAnnotationStageClasses = "relative inline-block overflow-hidden rounded-[var(--tiger-radius-md,0.5rem)] border border-[var(--tiger-border,#d1d5db)] bg-[var(--tiger-bg-muted,#f3f4f6)] select-none touch-none";
|
|
16376
|
+
declare const imageAnnotationImageClasses = "block max-w-full select-none pointer-events-none";
|
|
16377
|
+
declare const imageAnnotationOverlayClasses = "absolute inset-0 cursor-crosshair";
|
|
16378
|
+
declare const imageAnnotationReadonlyOverlayClasses = "cursor-default";
|
|
16379
|
+
declare const imageAnnotationToolbarClasses = "flex flex-wrap items-center gap-2";
|
|
16380
|
+
declare const imageAnnotationToolButtonClasses = "inline-flex items-center justify-center rounded-[var(--tiger-radius-sm,0.375rem)] border px-3 py-1.5 text-sm font-medium transition-colors focus:outline-none focus:ring-2 focus:ring-[var(--tiger-primary,#2563eb)] focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50";
|
|
16381
|
+
declare const imageAnnotationDeleteButtonClasses = "inline-flex items-center justify-center rounded-[var(--tiger-radius-sm,0.375rem)] border border-[var(--tiger-danger,#dc2626)] px-3 py-1.5 text-sm font-medium text-[var(--tiger-danger,#dc2626)] transition-colors hover:bg-[var(--tiger-danger-bg,#fef2f2)] focus:outline-none focus:ring-2 focus:ring-[var(--tiger-danger,#dc2626)] focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50";
|
|
16382
|
+
declare const imageAnnotationLabelClasses = "pointer-events-none select-none fill-[var(--tiger-bg,#ffffff)] text-[11px] font-medium drop-shadow";
|
|
16383
|
+
declare const defaultImageAnnotationTools: ImageAnnotationTool[];
|
|
16384
|
+
declare function getImageAnnotationToolLabel(tool: ImageAnnotationTool): string;
|
|
16385
|
+
declare function getImageAnnotationToolButtonClasses(active: boolean): string;
|
|
16386
|
+
declare function getImageAnnotationStrokeColor(annotation: ImageAnnotation): string;
|
|
16387
|
+
declare function clampImageAnnotationUnit(value: number): number;
|
|
16388
|
+
declare function clampImageAnnotationPoint(point: ImageAnnotationPoint): ImageAnnotationPoint;
|
|
16389
|
+
declare function getImageAnnotationPointFromClient(clientX: number, clientY: number, bounds: Pick<DOMRect, 'left' | 'top' | 'width' | 'height'>): ImageAnnotationPoint;
|
|
16390
|
+
declare function normalizeImageAnnotationBox(start: ImageAnnotationPoint, end: ImageAnnotationPoint): Pick<ImageAnnotationBox, 'x' | 'y' | 'width' | 'height'>;
|
|
16391
|
+
declare function shouldCommitImageAnnotationBox(box: Pick<ImageAnnotationBox, 'width' | 'height'>, minSize?: number): boolean;
|
|
16392
|
+
declare function createImageAnnotationBox(type: 'rectangle' | 'ellipse', id: string, start: ImageAnnotationPoint, end: ImageAnnotationPoint, options?: Pick<ImageAnnotation, 'label' | 'color'>): ImageAnnotationBox;
|
|
16393
|
+
declare function createImageAnnotationPath(type: 'polygon' | 'freehand', id: string, points: ImageAnnotationPoint[], options?: Pick<ImageAnnotation, 'label' | 'color'>): ImageAnnotationPath;
|
|
16394
|
+
declare function isImageAnnotationPathClosed(annotation: ImageAnnotationPath): boolean;
|
|
16395
|
+
declare function getImageAnnotationPathData(annotation: Extract<ImageAnnotation, {
|
|
16396
|
+
type: 'polygon' | 'freehand';
|
|
16397
|
+
}>, width: number, height: number): string;
|
|
16398
|
+
declare function getImageAnnotationCenter(annotation: ImageAnnotation, width: number, height: number): ImageAnnotationPoint;
|
|
16399
|
+
declare function getImageAnnotationShapeAriaLabel(annotation: ImageAnnotation): string;
|
|
16400
|
+
declare function getNextImageAnnotationTool(current: ImageAnnotationTool, tools?: ImageAnnotationTool[]): ImageAnnotationTool;
|
|
16401
|
+
declare function isImageAnnotationShapeTool(tool: ImageAnnotationTool): tool is ImageAnnotationShape;
|
|
16402
|
+
|
|
16403
|
+
interface OrgChartNode {
|
|
16404
|
+
id: string | number;
|
|
16405
|
+
label: string;
|
|
16406
|
+
title?: string;
|
|
16407
|
+
subtitle?: string;
|
|
16408
|
+
avatar?: string;
|
|
16409
|
+
color?: string;
|
|
16410
|
+
children?: OrgChartNode[];
|
|
16411
|
+
disabled?: boolean;
|
|
16412
|
+
data?: Record<string, unknown>;
|
|
16413
|
+
}
|
|
16414
|
+
type OrgChartDirection = 'vertical' | 'horizontal';
|
|
16415
|
+
interface OrgChartProps extends BaseChartProps, Omit<ChartInteractionProps, 'selectedIndex'> {
|
|
16416
|
+
data: OrgChartNode | OrgChartNode[];
|
|
16417
|
+
nodeWidth?: number;
|
|
16418
|
+
nodeHeight?: number;
|
|
16419
|
+
levelGap?: number;
|
|
16420
|
+
siblingGap?: number;
|
|
16421
|
+
direction?: OrgChartDirection;
|
|
16422
|
+
showAvatars?: boolean;
|
|
16423
|
+
showSubtitles?: boolean;
|
|
16424
|
+
colors?: string[];
|
|
16425
|
+
selectedId?: string | number | null;
|
|
16426
|
+
ariaLabel?: string;
|
|
16427
|
+
}
|
|
16428
|
+
|
|
16429
|
+
interface OrgChartLayoutOptions {
|
|
16430
|
+
nodeWidth?: number;
|
|
16431
|
+
nodeHeight?: number;
|
|
16432
|
+
levelGap?: number;
|
|
16433
|
+
siblingGap?: number;
|
|
16434
|
+
direction?: OrgChartDirection;
|
|
16435
|
+
colors?: string[];
|
|
16436
|
+
}
|
|
16437
|
+
interface OrgChartLayoutNode {
|
|
16438
|
+
id: string | number;
|
|
16439
|
+
node: OrgChartNode;
|
|
16440
|
+
depth: number;
|
|
16441
|
+
index: number;
|
|
16442
|
+
x: number;
|
|
16443
|
+
y: number;
|
|
16444
|
+
width: number;
|
|
16445
|
+
height: number;
|
|
16446
|
+
color: string;
|
|
16447
|
+
parentId?: string | number;
|
|
16448
|
+
}
|
|
16449
|
+
interface OrgChartLayoutLink {
|
|
16450
|
+
sourceId: string | number;
|
|
16451
|
+
targetId: string | number;
|
|
16452
|
+
sourceX: number;
|
|
16453
|
+
sourceY: number;
|
|
16454
|
+
targetX: number;
|
|
16455
|
+
targetY: number;
|
|
16456
|
+
path: string;
|
|
16457
|
+
}
|
|
16458
|
+
interface OrgChartLayoutResult {
|
|
16459
|
+
nodes: OrgChartLayoutNode[];
|
|
16460
|
+
links: OrgChartLayoutLink[];
|
|
16461
|
+
width: number;
|
|
16462
|
+
height: number;
|
|
16463
|
+
depth: number;
|
|
16464
|
+
}
|
|
16465
|
+
declare const orgChartNodeClasses = "transition-[filter,opacity,stroke] duration-150 ease-out focus:outline-none";
|
|
16466
|
+
declare const orgChartNodeRectClasses = "stroke-[var(--tiger-border,#d1d5db)] fill-[var(--tiger-bg,#ffffff)] drop-shadow-sm";
|
|
16467
|
+
declare const orgChartNodeLabelClasses = "pointer-events-none select-none fill-[var(--tiger-text,#111827)] text-sm font-semibold";
|
|
16468
|
+
declare const orgChartNodeTitleClasses = "pointer-events-none select-none fill-[var(--tiger-text-muted,#6b7280)] text-xs";
|
|
16469
|
+
declare const orgChartNodeSubtitleClasses = "pointer-events-none select-none fill-[var(--tiger-text-muted,#6b7280)] text-[11px]";
|
|
16470
|
+
declare const orgChartLinkClasses = "fill-none stroke-[var(--tiger-border,#d1d5db)] stroke-2";
|
|
16471
|
+
declare function normalizeOrgChartData(data: OrgChartNode | OrgChartNode[]): OrgChartNode[];
|
|
16472
|
+
declare function getOrgChartNodeClasses(interactive: boolean, selected: boolean): string;
|
|
16473
|
+
declare function getOrgChartNodeAriaLabel(node: OrgChartNode): string;
|
|
16474
|
+
declare function getOrgChartLinkPath(link: Omit<OrgChartLayoutLink, 'path'>): string;
|
|
16475
|
+
declare function computeOrgChartLayout(data: OrgChartNode | OrgChartNode[], options?: OrgChartLayoutOptions): OrgChartLayoutResult;
|
|
16476
|
+
|
|
16477
|
+
type GanttDateValue = Date | string | number;
|
|
16478
|
+
type GanttScale = 'day' | 'week' | 'month';
|
|
16479
|
+
interface GanttTask {
|
|
16480
|
+
id: string | number;
|
|
16481
|
+
label: string;
|
|
16482
|
+
start: GanttDateValue;
|
|
16483
|
+
end: GanttDateValue;
|
|
16484
|
+
progress?: number;
|
|
16485
|
+
color?: string;
|
|
16486
|
+
group?: string;
|
|
16487
|
+
dependencies?: Array<string | number>;
|
|
16488
|
+
disabled?: boolean;
|
|
16489
|
+
data?: Record<string, unknown>;
|
|
16490
|
+
}
|
|
16491
|
+
interface GanttProps extends BaseChartProps, Omit<ChartInteractionProps, 'selectedIndex'> {
|
|
16492
|
+
data: GanttTask[];
|
|
16493
|
+
scale?: GanttScale;
|
|
16494
|
+
rowHeight?: number;
|
|
16495
|
+
barHeight?: number;
|
|
16496
|
+
taskLabelWidth?: number;
|
|
16497
|
+
timelineHeight?: number;
|
|
16498
|
+
minDate?: GanttDateValue;
|
|
16499
|
+
maxDate?: GanttDateValue;
|
|
16500
|
+
minBarWidth?: number;
|
|
16501
|
+
showToday?: boolean;
|
|
16502
|
+
showProgress?: boolean;
|
|
16503
|
+
showDependencies?: boolean;
|
|
16504
|
+
dateFormatter?: (date: Date, scale: GanttScale) => string;
|
|
16505
|
+
colors?: string[];
|
|
16506
|
+
selectedId?: string | number | null;
|
|
16507
|
+
ariaLabel?: string;
|
|
16508
|
+
}
|
|
16509
|
+
|
|
16510
|
+
interface GanttLayoutOptions {
|
|
16511
|
+
width?: number;
|
|
16512
|
+
rowHeight?: number;
|
|
16513
|
+
barHeight?: number;
|
|
16514
|
+
taskLabelWidth?: number;
|
|
16515
|
+
timelineHeight?: number;
|
|
16516
|
+
minDate?: GanttDateValue;
|
|
16517
|
+
maxDate?: GanttDateValue;
|
|
16518
|
+
minBarWidth?: number;
|
|
16519
|
+
scale?: GanttScale;
|
|
16520
|
+
colors?: string[];
|
|
16521
|
+
today?: GanttDateValue;
|
|
16522
|
+
dateFormatter?: (date: Date, scale: GanttScale) => string;
|
|
16523
|
+
}
|
|
16524
|
+
interface GanttLayoutTask {
|
|
16525
|
+
id: string | number;
|
|
16526
|
+
task: GanttTask;
|
|
16527
|
+
index: number;
|
|
16528
|
+
x: number;
|
|
16529
|
+
y: number;
|
|
16530
|
+
width: number;
|
|
16531
|
+
height: number;
|
|
16532
|
+
progressWidth: number;
|
|
16533
|
+
startMs: number;
|
|
16534
|
+
endMs: number;
|
|
16535
|
+
color: string;
|
|
16536
|
+
}
|
|
16537
|
+
interface GanttLayoutDependency {
|
|
16538
|
+
sourceId: string | number;
|
|
16539
|
+
targetId: string | number;
|
|
16540
|
+
sourceX: number;
|
|
16541
|
+
sourceY: number;
|
|
16542
|
+
targetX: number;
|
|
16543
|
+
targetY: number;
|
|
16544
|
+
path: string;
|
|
16545
|
+
}
|
|
16546
|
+
interface GanttTimelineTick {
|
|
16547
|
+
value: Date;
|
|
16548
|
+
x: number;
|
|
16549
|
+
label: string;
|
|
16550
|
+
}
|
|
16551
|
+
interface GanttLayoutResult {
|
|
16552
|
+
tasks: GanttLayoutTask[];
|
|
16553
|
+
dependencies: GanttLayoutDependency[];
|
|
16554
|
+
ticks: GanttTimelineTick[];
|
|
16555
|
+
width: number;
|
|
16556
|
+
height: number;
|
|
16557
|
+
timelineWidth: number;
|
|
16558
|
+
minMs: number;
|
|
16559
|
+
maxMs: number;
|
|
16560
|
+
todayX: number | null;
|
|
16561
|
+
}
|
|
16562
|
+
declare const ganttRowClasses = "fill-[var(--tiger-fill,#f9fafb)]";
|
|
16563
|
+
declare const ganttLabelClasses = "pointer-events-none select-none fill-[var(--tiger-text,#111827)] text-xs font-medium";
|
|
16564
|
+
declare const ganttAxisTextClasses = "pointer-events-none select-none fill-[var(--tiger-text-muted,#6b7280)] text-[11px]";
|
|
16565
|
+
declare const ganttBarClasses = "transition-[filter,opacity,stroke] duration-150 ease-out focus:outline-none";
|
|
16566
|
+
declare const ganttProgressClasses = "fill-black/20";
|
|
16567
|
+
declare const ganttDependencyClasses = "fill-none stroke-[var(--tiger-text-muted,#6b7280)] stroke-[1.5]";
|
|
16568
|
+
declare const ganttTodayLineClasses = "stroke-[var(--tiger-danger,#ef4444)] stroke-2";
|
|
16569
|
+
declare function normalizeGanttDate(value: GanttDateValue): number;
|
|
16570
|
+
declare function getGanttTaskAriaLabel(task: GanttTask): string;
|
|
16571
|
+
declare function getGanttTaskClasses(interactive: boolean, selected: boolean): string;
|
|
16572
|
+
declare function getGanttDependencyPath(dependency: Omit<GanttLayoutDependency, 'path'>): string;
|
|
16573
|
+
declare function computeGanttLayout(data: GanttTask[], options?: GanttLayoutOptions): GanttLayoutResult;
|
|
16574
|
+
declare function createGanttTimelineTicks(minMs: number, maxMs: number, timelineWidth: number, taskLabelWidth: number, scale: GanttScale, formatter?: (date: Date, scale: GanttScale) => string): GanttTimelineTick[];
|
|
16575
|
+
declare function formatGanttDate(date: Date, scale: GanttScale): string;
|
|
16576
|
+
|
|
15334
16577
|
/**
|
|
15335
16578
|
* InputGroup component types and interfaces
|
|
15336
16579
|
* @since 0.9.0
|
|
@@ -15477,6 +16720,19 @@ interface ChartResizeObserverController {
|
|
|
15477
16720
|
declare function resolveResponsiveChartSize(fallback: ChartCanvasSize, observedSize: ChartCanvasSize | null | undefined): ChartCanvasSize;
|
|
15478
16721
|
declare function createChartResizeObserverController(options: ChartResizeObserverControllerOptions): ChartResizeObserverController;
|
|
15479
16722
|
|
|
16723
|
+
type ChartExportFormat = 'svg' | 'png';
|
|
16724
|
+
interface ChartDownloadOptions {
|
|
16725
|
+
filename?: string;
|
|
16726
|
+
backgroundColor?: string;
|
|
16727
|
+
scale?: number;
|
|
16728
|
+
}
|
|
16729
|
+
declare function serializeChartSvg(svg: SVGSVGElement): string;
|
|
16730
|
+
declare function getChartSvgDataUrl(svg: SVGSVGElement): string;
|
|
16731
|
+
declare function downloadChartSvg(svg: SVGSVGElement, filename?: string): void;
|
|
16732
|
+
declare function exportChartPng(svg: SVGSVGElement, options?: ChartDownloadOptions): Promise<Blob>;
|
|
16733
|
+
declare function downloadChartPng(svg: SVGSVGElement, options?: ChartDownloadOptions): Promise<void>;
|
|
16734
|
+
declare function downloadChartBlob(blob: Blob, filename: string): void;
|
|
16735
|
+
|
|
15480
16736
|
/**
|
|
15481
16737
|
* PrintLayout component types and interfaces
|
|
15482
16738
|
* @since 0.9.0
|
|
@@ -17213,6 +18469,20 @@ declare const THEME_CSS_VARS: {
|
|
|
17213
18469
|
readonly chart4: "--tiger-chart-4";
|
|
17214
18470
|
readonly chart5: "--tiger-chart-5";
|
|
17215
18471
|
readonly chart6: "--tiger-chart-6";
|
|
18472
|
+
readonly breakpointXs: "--tiger-breakpoint-xs";
|
|
18473
|
+
readonly breakpointSm: "--tiger-breakpoint-sm";
|
|
18474
|
+
readonly breakpointMd: "--tiger-breakpoint-md";
|
|
18475
|
+
readonly breakpointLg: "--tiger-breakpoint-lg";
|
|
18476
|
+
readonly breakpointXl: "--tiger-breakpoint-xl";
|
|
18477
|
+
};
|
|
18478
|
+
declare function setCssVarsCached(element: HTMLElement, vars: Record<string, string | undefined>): void;
|
|
18479
|
+
declare function removeCssVarsCached(element: HTMLElement, names: string[]): void;
|
|
18480
|
+
declare const TIGER_BREAKPOINT_CSS_VALUES: {
|
|
18481
|
+
readonly breakpointXs: "0px";
|
|
18482
|
+
readonly breakpointSm: "640px";
|
|
18483
|
+
readonly breakpointMd: "768px";
|
|
18484
|
+
readonly breakpointLg: "1024px";
|
|
18485
|
+
readonly breakpointXl: "1280px";
|
|
17216
18486
|
};
|
|
17217
18487
|
/**
|
|
17218
18488
|
* Helper function to set theme colors programmatically
|
|
@@ -17375,6 +18645,12 @@ declare const naturalTheme: ThemePreset;
|
|
|
17375
18645
|
*/
|
|
17376
18646
|
declare const modernTheme: ThemePreset;
|
|
17377
18647
|
|
|
18648
|
+
/**
|
|
18649
|
+
* High Contrast theme — maximum legibility for low-vision and forced-contrast use cases.
|
|
18650
|
+
* Uses near-binary surfaces plus saturated accents that pass WCAG AA contrast checks.
|
|
18651
|
+
*/
|
|
18652
|
+
declare const highContrastTheme: ThemePreset;
|
|
18653
|
+
|
|
17378
18654
|
/**
|
|
17379
18655
|
* Modern theme tokens — opt-in extended design tokens.
|
|
17380
18656
|
*
|
|
@@ -17419,7 +18695,93 @@ declare const MODERN_OVERRIDE_TOKENS_DARK: Record<string, string>;
|
|
|
17419
18695
|
*/
|
|
17420
18696
|
declare const MODERN_REDUCED_MOTION_TOKENS: Record<string, string>;
|
|
17421
18697
|
|
|
17422
|
-
/**
|
|
18698
|
+
/** Primitive color tokens */
|
|
18699
|
+
declare const primitiveColors: {
|
|
18700
|
+
readonly primary: {
|
|
18701
|
+
readonly '50': "#f0f9ff";
|
|
18702
|
+
readonly '100': "#e0f2fe";
|
|
18703
|
+
readonly '200': "#bae6fd";
|
|
18704
|
+
readonly '300': "#7dd3fc";
|
|
18705
|
+
readonly '400': "#38bdf8";
|
|
18706
|
+
readonly '500': "#0ea5e9";
|
|
18707
|
+
readonly '600': "#0284c7";
|
|
18708
|
+
readonly '700': "#0369a1";
|
|
18709
|
+
readonly '800': "#075985";
|
|
18710
|
+
readonly '950': "#0c3d66";
|
|
18711
|
+
};
|
|
18712
|
+
readonly secondary: {
|
|
18713
|
+
readonly '50': "#f8fafc";
|
|
18714
|
+
readonly '100': "#f1f5f9";
|
|
18715
|
+
readonly '200': "#e2e8f0";
|
|
18716
|
+
readonly '300': "#cbd5e1";
|
|
18717
|
+
readonly '400': "#94a3b8";
|
|
18718
|
+
readonly '500': "#64748b";
|
|
18719
|
+
readonly '600': "#475569";
|
|
18720
|
+
readonly '700': "#334155";
|
|
18721
|
+
readonly '800': "#1e293b";
|
|
18722
|
+
readonly '950': "#0f172a";
|
|
18723
|
+
};
|
|
18724
|
+
readonly success: {
|
|
18725
|
+
readonly '50': "#f0fdf4";
|
|
18726
|
+
readonly '100': "#dcfce7";
|
|
18727
|
+
readonly '200': "#bbf7d0";
|
|
18728
|
+
readonly '300': "#86efac";
|
|
18729
|
+
readonly '400': "#4ade80";
|
|
18730
|
+
readonly '500': "#22c55e";
|
|
18731
|
+
readonly '600': "#16a34a";
|
|
18732
|
+
readonly '700': "#15803d";
|
|
18733
|
+
readonly '800': "#166534";
|
|
18734
|
+
readonly '950': "#052e16";
|
|
18735
|
+
};
|
|
18736
|
+
readonly warning: {
|
|
18737
|
+
readonly '50': "#fffbeb";
|
|
18738
|
+
readonly '100': "#fef3c7";
|
|
18739
|
+
readonly '200': "#fde68a";
|
|
18740
|
+
readonly '300': "#fcd34d";
|
|
18741
|
+
readonly '400': "#fbbf24";
|
|
18742
|
+
readonly '500': "#f59e0b";
|
|
18743
|
+
readonly '600': "#d97706";
|
|
18744
|
+
readonly '700': "#b45309";
|
|
18745
|
+
readonly '800': "#92400e";
|
|
18746
|
+
readonly '950': "#451a03";
|
|
18747
|
+
};
|
|
18748
|
+
readonly error: {
|
|
18749
|
+
readonly '50': "#fef2f2";
|
|
18750
|
+
readonly '100': "#fee2e2";
|
|
18751
|
+
readonly '200': "#fecaca";
|
|
18752
|
+
readonly '300': "#fca5a5";
|
|
18753
|
+
readonly '400': "#f87171";
|
|
18754
|
+
readonly '500': "#ef4444";
|
|
18755
|
+
readonly '600': "#dc2626";
|
|
18756
|
+
readonly '700': "#b91c1c";
|
|
18757
|
+
readonly '800': "#991b1b";
|
|
18758
|
+
readonly '950': "#450a0a";
|
|
18759
|
+
};
|
|
18760
|
+
readonly info: {
|
|
18761
|
+
readonly '50': "#eff6ff";
|
|
18762
|
+
readonly '100': "#dbeafe";
|
|
18763
|
+
readonly '200': "#bfdbfe";
|
|
18764
|
+
readonly '300': "#93c5fd";
|
|
18765
|
+
readonly '400': "#60a5fa";
|
|
18766
|
+
readonly '500': "#3b82f6";
|
|
18767
|
+
readonly '600': "#2563eb";
|
|
18768
|
+
readonly '700': "#1d4ed8";
|
|
18769
|
+
readonly '800': "#1e40af";
|
|
18770
|
+
readonly '950': "#172554";
|
|
18771
|
+
};
|
|
18772
|
+
readonly neutral: {
|
|
18773
|
+
readonly '50': "#fafafa";
|
|
18774
|
+
readonly '100': "#f5f5f5";
|
|
18775
|
+
readonly '200': "#e5e5e5";
|
|
18776
|
+
readonly '300': "#d4d4d4";
|
|
18777
|
+
readonly '400': "#a3a3a3";
|
|
18778
|
+
readonly '500': "#737373";
|
|
18779
|
+
readonly '600': "#525252";
|
|
18780
|
+
readonly '700': "#404040";
|
|
18781
|
+
readonly '800': "#262626";
|
|
18782
|
+
readonly '950': "#0a0a0a";
|
|
18783
|
+
};
|
|
18784
|
+
};
|
|
17423
18785
|
declare const globalColors: {
|
|
17424
18786
|
readonly primary: {
|
|
17425
18787
|
readonly '50': "#f0f9ff";
|
|
@@ -17506,7 +18868,17 @@ declare const globalColors: {
|
|
|
17506
18868
|
readonly '950': "#0a0a0a";
|
|
17507
18869
|
};
|
|
17508
18870
|
};
|
|
17509
|
-
/**
|
|
18871
|
+
/** Primitive spacing scale */
|
|
18872
|
+
declare const primitiveSpace: {
|
|
18873
|
+
readonly xs: "2px";
|
|
18874
|
+
readonly sm: "4px";
|
|
18875
|
+
readonly md: "8px";
|
|
18876
|
+
readonly lg: "16px";
|
|
18877
|
+
readonly xl: "24px";
|
|
18878
|
+
readonly '2xl': "32px";
|
|
18879
|
+
readonly '3xl': "48px";
|
|
18880
|
+
readonly '4xl': "64px";
|
|
18881
|
+
};
|
|
17510
18882
|
declare const globalSpace: {
|
|
17511
18883
|
readonly xs: "2px";
|
|
17512
18884
|
readonly sm: "4px";
|
|
@@ -17517,7 +18889,15 @@ declare const globalSpace: {
|
|
|
17517
18889
|
readonly '3xl': "48px";
|
|
17518
18890
|
readonly '4xl': "64px";
|
|
17519
18891
|
};
|
|
17520
|
-
/**
|
|
18892
|
+
/** Primitive border radius scale */
|
|
18893
|
+
declare const primitiveRadius: {
|
|
18894
|
+
readonly none: "0";
|
|
18895
|
+
readonly sm: "2px";
|
|
18896
|
+
readonly md: "4px";
|
|
18897
|
+
readonly lg: "8px";
|
|
18898
|
+
readonly xl: "12px";
|
|
18899
|
+
readonly full: "9999px";
|
|
18900
|
+
};
|
|
17521
18901
|
declare const globalRadius: {
|
|
17522
18902
|
readonly none: "0";
|
|
17523
18903
|
readonly sm: "2px";
|
|
@@ -17526,7 +18906,14 @@ declare const globalRadius: {
|
|
|
17526
18906
|
readonly xl: "12px";
|
|
17527
18907
|
readonly full: "9999px";
|
|
17528
18908
|
};
|
|
17529
|
-
/**
|
|
18909
|
+
/** Primitive box shadow scale */
|
|
18910
|
+
declare const primitiveShadow: {
|
|
18911
|
+
readonly xs: "0 1px 2px 0 rgba(0,0,0,0.05)";
|
|
18912
|
+
readonly sm: "0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)";
|
|
18913
|
+
readonly md: "0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)";
|
|
18914
|
+
readonly lg: "0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)";
|
|
18915
|
+
readonly xl: "0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)";
|
|
18916
|
+
};
|
|
17530
18917
|
declare const globalShadow: {
|
|
17531
18918
|
readonly xs: "0 1px 2px 0 rgba(0,0,0,0.05)";
|
|
17532
18919
|
readonly sm: "0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)";
|
|
@@ -17534,7 +18921,35 @@ declare const globalShadow: {
|
|
|
17534
18921
|
readonly lg: "0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)";
|
|
17535
18922
|
readonly xl: "0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)";
|
|
17536
18923
|
};
|
|
17537
|
-
/**
|
|
18924
|
+
/** Primitive typography tokens */
|
|
18925
|
+
declare const primitiveFont: {
|
|
18926
|
+
readonly family: {
|
|
18927
|
+
readonly base: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
|
|
18928
|
+
readonly mono: "'SF Mono', Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace";
|
|
18929
|
+
};
|
|
18930
|
+
readonly size: {
|
|
18931
|
+
readonly xs: "12px";
|
|
18932
|
+
readonly sm: "14px";
|
|
18933
|
+
readonly base: "16px";
|
|
18934
|
+
readonly lg: "18px";
|
|
18935
|
+
readonly xl: "20px";
|
|
18936
|
+
readonly '2xl': "24px";
|
|
18937
|
+
readonly '3xl': "30px";
|
|
18938
|
+
readonly '4xl': "36px";
|
|
18939
|
+
};
|
|
18940
|
+
readonly weight: {
|
|
18941
|
+
readonly normal: "400";
|
|
18942
|
+
readonly medium: "500";
|
|
18943
|
+
readonly semibold: "600";
|
|
18944
|
+
readonly bold: "700";
|
|
18945
|
+
};
|
|
18946
|
+
readonly lineHeight: {
|
|
18947
|
+
readonly tight: "1.25";
|
|
18948
|
+
readonly normal: "1.5";
|
|
18949
|
+
readonly relaxed: "1.625";
|
|
18950
|
+
readonly loose: "2";
|
|
18951
|
+
};
|
|
18952
|
+
};
|
|
17538
18953
|
declare const globalFont: {
|
|
17539
18954
|
readonly family: {
|
|
17540
18955
|
readonly base: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
|
|
@@ -17563,14 +18978,27 @@ declare const globalFont: {
|
|
|
17563
18978
|
readonly loose: "2";
|
|
17564
18979
|
};
|
|
17565
18980
|
};
|
|
17566
|
-
/**
|
|
18981
|
+
/** Primitive animation duration tokens */
|
|
18982
|
+
declare const primitiveDuration: {
|
|
18983
|
+
readonly fast: "100ms";
|
|
18984
|
+
readonly base: "200ms";
|
|
18985
|
+
readonly slow: "300ms";
|
|
18986
|
+
readonly slower: "500ms";
|
|
18987
|
+
};
|
|
17567
18988
|
declare const globalDuration: {
|
|
17568
18989
|
readonly fast: "100ms";
|
|
17569
18990
|
readonly base: "200ms";
|
|
17570
18991
|
readonly slow: "300ms";
|
|
17571
18992
|
readonly slower: "500ms";
|
|
17572
18993
|
};
|
|
17573
|
-
/**
|
|
18994
|
+
/** Primitive animation easing tokens */
|
|
18995
|
+
declare const primitiveEasing: {
|
|
18996
|
+
readonly in: "cubic-bezier(0.4, 0, 1, 1)";
|
|
18997
|
+
readonly out: "cubic-bezier(0, 0, 0.2, 1)";
|
|
18998
|
+
readonly 'in-out': "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
18999
|
+
readonly spring: "cubic-bezier(0.34, 1.56, 0.64, 1)";
|
|
19000
|
+
readonly smooth: "cubic-bezier(0.25, 0.1, 0.25, 1)";
|
|
19001
|
+
};
|
|
17574
19002
|
declare const globalEasing: {
|
|
17575
19003
|
readonly in: "cubic-bezier(0.4, 0, 1, 1)";
|
|
17576
19004
|
readonly out: "cubic-bezier(0, 0, 0.2, 1)";
|
|
@@ -17578,7 +19006,56 @@ declare const globalEasing: {
|
|
|
17578
19006
|
readonly spring: "cubic-bezier(0.34, 1.56, 0.64, 1)";
|
|
17579
19007
|
readonly smooth: "cubic-bezier(0.25, 0.1, 0.25, 1)";
|
|
17580
19008
|
};
|
|
17581
|
-
/**
|
|
19009
|
+
/** Semantic tokens */
|
|
19010
|
+
declare const semanticTokens: {
|
|
19011
|
+
readonly color: {
|
|
19012
|
+
readonly 'bg-primary': "#f0f9ff";
|
|
19013
|
+
readonly 'bg-secondary': "#fafafa";
|
|
19014
|
+
readonly 'bg-success': "#f0fdf4";
|
|
19015
|
+
readonly 'bg-warning': "#fffbeb";
|
|
19016
|
+
readonly 'bg-error': "#fef2f2";
|
|
19017
|
+
readonly 'bg-info': "#eff6ff";
|
|
19018
|
+
readonly 'bg-surface': "#fafafa";
|
|
19019
|
+
readonly 'bg-surface-raised': "#ffffff";
|
|
19020
|
+
readonly 'bg-overlay': "rgba(0,0,0,0.45)";
|
|
19021
|
+
readonly 'text-primary': "#0a0a0a";
|
|
19022
|
+
readonly 'text-secondary': "#525252";
|
|
19023
|
+
readonly 'text-tertiary': "#a3a3a3";
|
|
19024
|
+
readonly 'text-disabled': "#d4d4d4";
|
|
19025
|
+
readonly 'text-inverse': "#ffffff";
|
|
19026
|
+
readonly 'text-link': "#0284c7";
|
|
19027
|
+
readonly 'text-link-hover': "#0369a1";
|
|
19028
|
+
readonly 'text-success': "#15803d";
|
|
19029
|
+
readonly 'text-warning': "#b45309";
|
|
19030
|
+
readonly 'text-error': "#dc2626";
|
|
19031
|
+
readonly 'border-default': "#e5e5e5";
|
|
19032
|
+
readonly 'border-strong': "#a3a3a3";
|
|
19033
|
+
readonly 'border-focus': "#0ea5e9";
|
|
19034
|
+
readonly 'border-error': "#ef4444";
|
|
19035
|
+
readonly 'border-success': "#22c55e";
|
|
19036
|
+
readonly 'icon-primary': "#404040";
|
|
19037
|
+
readonly 'icon-secondary': "#a3a3a3";
|
|
19038
|
+
readonly 'icon-disabled': "#d4d4d4";
|
|
19039
|
+
readonly 'interactive-primary': "#0284c7";
|
|
19040
|
+
readonly 'interactive-primary-hover': "#0369a1";
|
|
19041
|
+
readonly 'interactive-primary-active': "#075985";
|
|
19042
|
+
readonly 'interactive-secondary': "#475569";
|
|
19043
|
+
readonly 'interactive-secondary-hover': "#334155";
|
|
19044
|
+
readonly 'interactive-danger': "#dc2626";
|
|
19045
|
+
readonly 'interactive-danger-hover': "#b91c1c";
|
|
19046
|
+
readonly 'focus-ring': "#0ea5e9";
|
|
19047
|
+
};
|
|
19048
|
+
readonly space: {
|
|
19049
|
+
readonly 'component-gap': "8px";
|
|
19050
|
+
readonly 'section-gap': "24px";
|
|
19051
|
+
readonly 'page-padding': "32px";
|
|
19052
|
+
};
|
|
19053
|
+
readonly radius: {
|
|
19054
|
+
readonly component: "8px";
|
|
19055
|
+
readonly card: "12px";
|
|
19056
|
+
readonly pill: "9999px";
|
|
19057
|
+
};
|
|
19058
|
+
};
|
|
17582
19059
|
declare const aliasTokens: {
|
|
17583
19060
|
readonly color: {
|
|
17584
19061
|
readonly 'bg-primary': "#f0f9ff";
|
|
@@ -17794,7 +19271,7 @@ declare const componentTokens: {
|
|
|
17794
19271
|
readonly 'padding-y': "4px";
|
|
17795
19272
|
readonly 'item-height': "36px";
|
|
17796
19273
|
readonly 'item-padding-x': "16px";
|
|
17797
|
-
readonly 'border-radius': "
|
|
19274
|
+
readonly 'border-radius': "12px";
|
|
17798
19275
|
readonly shadow: "0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)";
|
|
17799
19276
|
};
|
|
17800
19277
|
readonly menu: {
|
|
@@ -17814,18 +19291,423 @@ declare const componentTokens: {
|
|
|
17814
19291
|
};
|
|
17815
19292
|
readonly popover: {
|
|
17816
19293
|
readonly padding: "16px";
|
|
17817
|
-
readonly 'border-radius': "
|
|
19294
|
+
readonly 'border-radius': "12px";
|
|
17818
19295
|
readonly shadow: "0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)";
|
|
17819
19296
|
readonly 'max-width': "320px";
|
|
17820
19297
|
};
|
|
17821
19298
|
};
|
|
17822
|
-
|
|
17823
|
-
|
|
17824
|
-
|
|
17825
|
-
|
|
17826
|
-
|
|
17827
|
-
|
|
17828
|
-
|
|
19299
|
+
/** Complete three-layer design token registry */
|
|
19300
|
+
declare const designTokens: {
|
|
19301
|
+
readonly primitive: {
|
|
19302
|
+
readonly color: {
|
|
19303
|
+
readonly primary: {
|
|
19304
|
+
readonly '50': "#f0f9ff";
|
|
19305
|
+
readonly '100': "#e0f2fe";
|
|
19306
|
+
readonly '200': "#bae6fd";
|
|
19307
|
+
readonly '300': "#7dd3fc";
|
|
19308
|
+
readonly '400': "#38bdf8";
|
|
19309
|
+
readonly '500': "#0ea5e9";
|
|
19310
|
+
readonly '600': "#0284c7";
|
|
19311
|
+
readonly '700': "#0369a1";
|
|
19312
|
+
readonly '800': "#075985";
|
|
19313
|
+
readonly '950': "#0c3d66";
|
|
19314
|
+
};
|
|
19315
|
+
readonly secondary: {
|
|
19316
|
+
readonly '50': "#f8fafc";
|
|
19317
|
+
readonly '100': "#f1f5f9";
|
|
19318
|
+
readonly '200': "#e2e8f0";
|
|
19319
|
+
readonly '300': "#cbd5e1";
|
|
19320
|
+
readonly '400': "#94a3b8";
|
|
19321
|
+
readonly '500': "#64748b";
|
|
19322
|
+
readonly '600': "#475569";
|
|
19323
|
+
readonly '700': "#334155";
|
|
19324
|
+
readonly '800': "#1e293b";
|
|
19325
|
+
readonly '950': "#0f172a";
|
|
19326
|
+
};
|
|
19327
|
+
readonly success: {
|
|
19328
|
+
readonly '50': "#f0fdf4";
|
|
19329
|
+
readonly '100': "#dcfce7";
|
|
19330
|
+
readonly '200': "#bbf7d0";
|
|
19331
|
+
readonly '300': "#86efac";
|
|
19332
|
+
readonly '400': "#4ade80";
|
|
19333
|
+
readonly '500': "#22c55e";
|
|
19334
|
+
readonly '600': "#16a34a";
|
|
19335
|
+
readonly '700': "#15803d";
|
|
19336
|
+
readonly '800': "#166534";
|
|
19337
|
+
readonly '950': "#052e16";
|
|
19338
|
+
};
|
|
19339
|
+
readonly warning: {
|
|
19340
|
+
readonly '50': "#fffbeb";
|
|
19341
|
+
readonly '100': "#fef3c7";
|
|
19342
|
+
readonly '200': "#fde68a";
|
|
19343
|
+
readonly '300': "#fcd34d";
|
|
19344
|
+
readonly '400': "#fbbf24";
|
|
19345
|
+
readonly '500': "#f59e0b";
|
|
19346
|
+
readonly '600': "#d97706";
|
|
19347
|
+
readonly '700': "#b45309";
|
|
19348
|
+
readonly '800': "#92400e";
|
|
19349
|
+
readonly '950': "#451a03";
|
|
19350
|
+
};
|
|
19351
|
+
readonly error: {
|
|
19352
|
+
readonly '50': "#fef2f2";
|
|
19353
|
+
readonly '100': "#fee2e2";
|
|
19354
|
+
readonly '200': "#fecaca";
|
|
19355
|
+
readonly '300': "#fca5a5";
|
|
19356
|
+
readonly '400': "#f87171";
|
|
19357
|
+
readonly '500': "#ef4444";
|
|
19358
|
+
readonly '600': "#dc2626";
|
|
19359
|
+
readonly '700': "#b91c1c";
|
|
19360
|
+
readonly '800': "#991b1b";
|
|
19361
|
+
readonly '950': "#450a0a";
|
|
19362
|
+
};
|
|
19363
|
+
readonly info: {
|
|
19364
|
+
readonly '50': "#eff6ff";
|
|
19365
|
+
readonly '100': "#dbeafe";
|
|
19366
|
+
readonly '200': "#bfdbfe";
|
|
19367
|
+
readonly '300': "#93c5fd";
|
|
19368
|
+
readonly '400': "#60a5fa";
|
|
19369
|
+
readonly '500': "#3b82f6";
|
|
19370
|
+
readonly '600': "#2563eb";
|
|
19371
|
+
readonly '700': "#1d4ed8";
|
|
19372
|
+
readonly '800': "#1e40af";
|
|
19373
|
+
readonly '950': "#172554";
|
|
19374
|
+
};
|
|
19375
|
+
readonly neutral: {
|
|
19376
|
+
readonly '50': "#fafafa";
|
|
19377
|
+
readonly '100': "#f5f5f5";
|
|
19378
|
+
readonly '200': "#e5e5e5";
|
|
19379
|
+
readonly '300': "#d4d4d4";
|
|
19380
|
+
readonly '400': "#a3a3a3";
|
|
19381
|
+
readonly '500': "#737373";
|
|
19382
|
+
readonly '600': "#525252";
|
|
19383
|
+
readonly '700': "#404040";
|
|
19384
|
+
readonly '800': "#262626";
|
|
19385
|
+
readonly '950': "#0a0a0a";
|
|
19386
|
+
};
|
|
19387
|
+
};
|
|
19388
|
+
readonly space: {
|
|
19389
|
+
readonly xs: "2px";
|
|
19390
|
+
readonly sm: "4px";
|
|
19391
|
+
readonly md: "8px";
|
|
19392
|
+
readonly lg: "16px";
|
|
19393
|
+
readonly xl: "24px";
|
|
19394
|
+
readonly '2xl': "32px";
|
|
19395
|
+
readonly '3xl': "48px";
|
|
19396
|
+
readonly '4xl': "64px";
|
|
19397
|
+
};
|
|
19398
|
+
readonly radius: {
|
|
19399
|
+
readonly none: "0";
|
|
19400
|
+
readonly sm: "2px";
|
|
19401
|
+
readonly md: "4px";
|
|
19402
|
+
readonly lg: "8px";
|
|
19403
|
+
readonly xl: "12px";
|
|
19404
|
+
readonly full: "9999px";
|
|
19405
|
+
};
|
|
19406
|
+
readonly shadow: {
|
|
19407
|
+
readonly xs: "0 1px 2px 0 rgba(0,0,0,0.05)";
|
|
19408
|
+
readonly sm: "0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)";
|
|
19409
|
+
readonly md: "0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)";
|
|
19410
|
+
readonly lg: "0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)";
|
|
19411
|
+
readonly xl: "0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)";
|
|
19412
|
+
};
|
|
19413
|
+
readonly font: {
|
|
19414
|
+
readonly family: {
|
|
19415
|
+
readonly base: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
|
|
19416
|
+
readonly mono: "'SF Mono', Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace";
|
|
19417
|
+
};
|
|
19418
|
+
readonly size: {
|
|
19419
|
+
readonly xs: "12px";
|
|
19420
|
+
readonly sm: "14px";
|
|
19421
|
+
readonly base: "16px";
|
|
19422
|
+
readonly lg: "18px";
|
|
19423
|
+
readonly xl: "20px";
|
|
19424
|
+
readonly '2xl': "24px";
|
|
19425
|
+
readonly '3xl': "30px";
|
|
19426
|
+
readonly '4xl': "36px";
|
|
19427
|
+
};
|
|
19428
|
+
readonly weight: {
|
|
19429
|
+
readonly normal: "400";
|
|
19430
|
+
readonly medium: "500";
|
|
19431
|
+
readonly semibold: "600";
|
|
19432
|
+
readonly bold: "700";
|
|
19433
|
+
};
|
|
19434
|
+
readonly lineHeight: {
|
|
19435
|
+
readonly tight: "1.25";
|
|
19436
|
+
readonly normal: "1.5";
|
|
19437
|
+
readonly relaxed: "1.625";
|
|
19438
|
+
readonly loose: "2";
|
|
19439
|
+
};
|
|
19440
|
+
};
|
|
19441
|
+
readonly duration: {
|
|
19442
|
+
readonly fast: "100ms";
|
|
19443
|
+
readonly base: "200ms";
|
|
19444
|
+
readonly slow: "300ms";
|
|
19445
|
+
readonly slower: "500ms";
|
|
19446
|
+
};
|
|
19447
|
+
readonly easing: {
|
|
19448
|
+
readonly in: "cubic-bezier(0.4, 0, 1, 1)";
|
|
19449
|
+
readonly out: "cubic-bezier(0, 0, 0.2, 1)";
|
|
19450
|
+
readonly 'in-out': "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
19451
|
+
readonly spring: "cubic-bezier(0.34, 1.56, 0.64, 1)";
|
|
19452
|
+
readonly smooth: "cubic-bezier(0.25, 0.1, 0.25, 1)";
|
|
19453
|
+
};
|
|
19454
|
+
};
|
|
19455
|
+
readonly semantic: {
|
|
19456
|
+
readonly color: {
|
|
19457
|
+
readonly 'bg-primary': "#f0f9ff";
|
|
19458
|
+
readonly 'bg-secondary': "#fafafa";
|
|
19459
|
+
readonly 'bg-success': "#f0fdf4";
|
|
19460
|
+
readonly 'bg-warning': "#fffbeb";
|
|
19461
|
+
readonly 'bg-error': "#fef2f2";
|
|
19462
|
+
readonly 'bg-info': "#eff6ff";
|
|
19463
|
+
readonly 'bg-surface': "#fafafa";
|
|
19464
|
+
readonly 'bg-surface-raised': "#ffffff";
|
|
19465
|
+
readonly 'bg-overlay': "rgba(0,0,0,0.45)";
|
|
19466
|
+
readonly 'text-primary': "#0a0a0a";
|
|
19467
|
+
readonly 'text-secondary': "#525252";
|
|
19468
|
+
readonly 'text-tertiary': "#a3a3a3";
|
|
19469
|
+
readonly 'text-disabled': "#d4d4d4";
|
|
19470
|
+
readonly 'text-inverse': "#ffffff";
|
|
19471
|
+
readonly 'text-link': "#0284c7";
|
|
19472
|
+
readonly 'text-link-hover': "#0369a1";
|
|
19473
|
+
readonly 'text-success': "#15803d";
|
|
19474
|
+
readonly 'text-warning': "#b45309";
|
|
19475
|
+
readonly 'text-error': "#dc2626";
|
|
19476
|
+
readonly 'border-default': "#e5e5e5";
|
|
19477
|
+
readonly 'border-strong': "#a3a3a3";
|
|
19478
|
+
readonly 'border-focus': "#0ea5e9";
|
|
19479
|
+
readonly 'border-error': "#ef4444";
|
|
19480
|
+
readonly 'border-success': "#22c55e";
|
|
19481
|
+
readonly 'icon-primary': "#404040";
|
|
19482
|
+
readonly 'icon-secondary': "#a3a3a3";
|
|
19483
|
+
readonly 'icon-disabled': "#d4d4d4";
|
|
19484
|
+
readonly 'interactive-primary': "#0284c7";
|
|
19485
|
+
readonly 'interactive-primary-hover': "#0369a1";
|
|
19486
|
+
readonly 'interactive-primary-active': "#075985";
|
|
19487
|
+
readonly 'interactive-secondary': "#475569";
|
|
19488
|
+
readonly 'interactive-secondary-hover': "#334155";
|
|
19489
|
+
readonly 'interactive-danger': "#dc2626";
|
|
19490
|
+
readonly 'interactive-danger-hover': "#b91c1c";
|
|
19491
|
+
readonly 'focus-ring': "#0ea5e9";
|
|
19492
|
+
};
|
|
19493
|
+
readonly space: {
|
|
19494
|
+
readonly 'component-gap': "8px";
|
|
19495
|
+
readonly 'section-gap': "24px";
|
|
19496
|
+
readonly 'page-padding': "32px";
|
|
19497
|
+
};
|
|
19498
|
+
readonly radius: {
|
|
19499
|
+
readonly component: "8px";
|
|
19500
|
+
readonly card: "12px";
|
|
19501
|
+
readonly pill: "9999px";
|
|
19502
|
+
};
|
|
19503
|
+
};
|
|
19504
|
+
readonly component: {
|
|
19505
|
+
readonly button: {
|
|
19506
|
+
readonly 'height-sm': "32px";
|
|
19507
|
+
readonly 'height-md': "36px";
|
|
19508
|
+
readonly 'height-lg': "40px";
|
|
19509
|
+
readonly 'padding-x-sm': "8px";
|
|
19510
|
+
readonly 'padding-x-md': "16px";
|
|
19511
|
+
readonly 'padding-x-lg': "24px";
|
|
19512
|
+
readonly 'border-radius': "8px";
|
|
19513
|
+
readonly 'font-size-sm': "14px";
|
|
19514
|
+
readonly 'font-size-md': "16px";
|
|
19515
|
+
readonly 'font-size-lg': "18px";
|
|
19516
|
+
readonly 'font-weight': "500";
|
|
19517
|
+
};
|
|
19518
|
+
readonly input: {
|
|
19519
|
+
readonly 'height-sm': "32px";
|
|
19520
|
+
readonly 'height-md': "36px";
|
|
19521
|
+
readonly 'height-lg': "40px";
|
|
19522
|
+
readonly 'padding-x': "16px";
|
|
19523
|
+
readonly 'border-radius': "8px";
|
|
19524
|
+
readonly 'font-size': "16px";
|
|
19525
|
+
readonly 'border-color': "#e5e5e5";
|
|
19526
|
+
readonly 'border-color-focus': "#0ea5e9";
|
|
19527
|
+
readonly 'border-color-error': "#ef4444";
|
|
19528
|
+
};
|
|
19529
|
+
readonly select: {
|
|
19530
|
+
readonly 'height-sm': "32px";
|
|
19531
|
+
readonly 'height-md': "36px";
|
|
19532
|
+
readonly 'height-lg': "40px";
|
|
19533
|
+
readonly 'padding-x': "16px";
|
|
19534
|
+
readonly 'border-radius': "8px";
|
|
19535
|
+
readonly 'dropdown-shadow': "0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)";
|
|
19536
|
+
readonly 'option-height': "36px";
|
|
19537
|
+
readonly 'option-padding-x': "16px";
|
|
19538
|
+
};
|
|
19539
|
+
readonly modal: {
|
|
19540
|
+
readonly 'border-radius': "12px";
|
|
19541
|
+
readonly padding: "24px";
|
|
19542
|
+
readonly shadow: "0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)";
|
|
19543
|
+
readonly 'header-font-size': "18px";
|
|
19544
|
+
readonly 'header-font-weight': "600";
|
|
19545
|
+
readonly 'overlay-bg': "rgba(0,0,0,0.45)";
|
|
19546
|
+
readonly 'width-sm': "400px";
|
|
19547
|
+
readonly 'width-md': "520px";
|
|
19548
|
+
readonly 'width-lg': "680px";
|
|
19549
|
+
readonly 'width-xl': "860px";
|
|
19550
|
+
};
|
|
19551
|
+
readonly drawer: {
|
|
19552
|
+
readonly padding: "24px";
|
|
19553
|
+
readonly shadow: "0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)";
|
|
19554
|
+
readonly 'header-font-size': "18px";
|
|
19555
|
+
readonly 'header-font-weight': "600";
|
|
19556
|
+
readonly 'overlay-bg': "rgba(0,0,0,0.45)";
|
|
19557
|
+
readonly 'width-sm': "256px";
|
|
19558
|
+
readonly 'width-md': "378px";
|
|
19559
|
+
readonly 'width-lg': "520px";
|
|
19560
|
+
readonly 'width-xl': "680px";
|
|
19561
|
+
};
|
|
19562
|
+
readonly card: {
|
|
19563
|
+
readonly 'border-radius': "12px";
|
|
19564
|
+
readonly padding: "24px";
|
|
19565
|
+
readonly shadow: "0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)";
|
|
19566
|
+
readonly 'border-color': "#e5e5e5";
|
|
19567
|
+
};
|
|
19568
|
+
readonly badge: {
|
|
19569
|
+
readonly 'font-size': "12px";
|
|
19570
|
+
readonly 'font-weight': "500";
|
|
19571
|
+
readonly 'padding-x': "8px";
|
|
19572
|
+
readonly 'border-radius': "9999px";
|
|
19573
|
+
};
|
|
19574
|
+
readonly avatar: {
|
|
19575
|
+
readonly 'size-sm': "32px";
|
|
19576
|
+
readonly 'size-md': "40px";
|
|
19577
|
+
readonly 'size-lg': "48px";
|
|
19578
|
+
readonly 'size-xl': "64px";
|
|
19579
|
+
readonly 'border-radius': "9999px";
|
|
19580
|
+
readonly 'font-size-sm': "12px";
|
|
19581
|
+
readonly 'font-size-md': "14px";
|
|
19582
|
+
readonly 'font-size-lg': "16px";
|
|
19583
|
+
};
|
|
19584
|
+
readonly table: {
|
|
19585
|
+
readonly 'header-bg': "#fafafa";
|
|
19586
|
+
readonly 'header-font-weight': "600";
|
|
19587
|
+
readonly 'cell-padding-x': "16px";
|
|
19588
|
+
readonly 'cell-padding-y-sm': "8px";
|
|
19589
|
+
readonly 'cell-padding-y-md': "16px";
|
|
19590
|
+
readonly 'cell-padding-y-lg': "24px";
|
|
19591
|
+
readonly 'border-color': "#e5e5e5";
|
|
19592
|
+
readonly 'stripe-bg': "#fafafa";
|
|
19593
|
+
readonly 'hover-bg': "#f0f9ff";
|
|
19594
|
+
};
|
|
19595
|
+
readonly tooltip: {
|
|
19596
|
+
readonly bg: "#262626";
|
|
19597
|
+
readonly 'text-color': "#ffffff";
|
|
19598
|
+
readonly 'font-size': "14px";
|
|
19599
|
+
readonly 'padding-x': "8px";
|
|
19600
|
+
readonly 'padding-y': "4px";
|
|
19601
|
+
readonly 'border-radius': "8px";
|
|
19602
|
+
readonly shadow: "0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)";
|
|
19603
|
+
readonly 'max-width': "280px";
|
|
19604
|
+
};
|
|
19605
|
+
readonly alert: {
|
|
19606
|
+
readonly 'border-radius': "8px";
|
|
19607
|
+
readonly 'padding-x': "16px";
|
|
19608
|
+
readonly 'padding-y': "16px";
|
|
19609
|
+
readonly 'font-size': "16px";
|
|
19610
|
+
readonly 'icon-size': "20px";
|
|
19611
|
+
};
|
|
19612
|
+
readonly tabs: {
|
|
19613
|
+
readonly height: "40px";
|
|
19614
|
+
readonly 'font-size': "16px";
|
|
19615
|
+
readonly 'font-weight-active': "500";
|
|
19616
|
+
readonly 'indicator-height': "2px";
|
|
19617
|
+
readonly gap: "24px";
|
|
19618
|
+
};
|
|
19619
|
+
readonly pagination: {
|
|
19620
|
+
readonly 'item-size': "32px";
|
|
19621
|
+
readonly 'font-size': "14px";
|
|
19622
|
+
readonly 'border-radius': "8px";
|
|
19623
|
+
readonly gap: "4px";
|
|
19624
|
+
};
|
|
19625
|
+
readonly tag: {
|
|
19626
|
+
readonly 'height-sm': "22px";
|
|
19627
|
+
readonly 'height-md': "26px";
|
|
19628
|
+
readonly 'height-lg': "32px";
|
|
19629
|
+
readonly 'padding-x': "8px";
|
|
19630
|
+
readonly 'font-size': "12px";
|
|
19631
|
+
readonly 'border-radius': "6px";
|
|
19632
|
+
};
|
|
19633
|
+
readonly progress: {
|
|
19634
|
+
readonly 'height-sm': "4px";
|
|
19635
|
+
readonly 'height-md': "8px";
|
|
19636
|
+
readonly 'height-lg': "12px";
|
|
19637
|
+
readonly 'border-radius': "9999px";
|
|
19638
|
+
readonly 'track-bg': "#e5e5e5";
|
|
19639
|
+
};
|
|
19640
|
+
readonly skeleton: {
|
|
19641
|
+
readonly bg: "#e5e5e5";
|
|
19642
|
+
readonly 'shimmer-bg': "#f5f5f5";
|
|
19643
|
+
readonly 'border-radius': "8px";
|
|
19644
|
+
};
|
|
19645
|
+
readonly divider: {
|
|
19646
|
+
readonly color: "#e5e5e5";
|
|
19647
|
+
readonly 'text-padding': "16px";
|
|
19648
|
+
};
|
|
19649
|
+
readonly collapse: {
|
|
19650
|
+
readonly 'header-padding-x': "16px";
|
|
19651
|
+
readonly 'header-padding-y': "16px";
|
|
19652
|
+
readonly 'content-padding': "16px";
|
|
19653
|
+
readonly 'border-color': "#e5e5e5";
|
|
19654
|
+
};
|
|
19655
|
+
readonly steps: {
|
|
19656
|
+
readonly 'icon-size': "32px";
|
|
19657
|
+
readonly 'font-size': "16px";
|
|
19658
|
+
readonly 'connector-width': "1px";
|
|
19659
|
+
};
|
|
19660
|
+
readonly breadcrumb: {
|
|
19661
|
+
readonly 'font-size': "14px";
|
|
19662
|
+
readonly 'separator-margin': "8px";
|
|
19663
|
+
};
|
|
19664
|
+
readonly dropdown: {
|
|
19665
|
+
readonly 'min-width': "120px";
|
|
19666
|
+
readonly 'padding-y': "4px";
|
|
19667
|
+
readonly 'item-height': "36px";
|
|
19668
|
+
readonly 'item-padding-x': "16px";
|
|
19669
|
+
readonly 'border-radius': "12px";
|
|
19670
|
+
readonly shadow: "0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)";
|
|
19671
|
+
};
|
|
19672
|
+
readonly menu: {
|
|
19673
|
+
readonly 'item-height': "40px";
|
|
19674
|
+
readonly 'item-padding-x': "16px";
|
|
19675
|
+
readonly 'group-title-padding': "8px";
|
|
19676
|
+
readonly 'indent-width': "24px";
|
|
19677
|
+
readonly 'border-radius': "8px";
|
|
19678
|
+
};
|
|
19679
|
+
readonly notification: {
|
|
19680
|
+
readonly width: "384px";
|
|
19681
|
+
readonly padding: "16px";
|
|
19682
|
+
readonly 'border-radius': "12px";
|
|
19683
|
+
readonly shadow: "0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)";
|
|
19684
|
+
readonly 'title-font-size': "16px";
|
|
19685
|
+
readonly 'title-font-weight': "500";
|
|
19686
|
+
};
|
|
19687
|
+
readonly popover: {
|
|
19688
|
+
readonly padding: "16px";
|
|
19689
|
+
readonly 'border-radius': "12px";
|
|
19690
|
+
readonly shadow: "0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)";
|
|
19691
|
+
readonly 'max-width': "320px";
|
|
19692
|
+
};
|
|
19693
|
+
};
|
|
19694
|
+
};
|
|
19695
|
+
type PrimitiveColorHue = keyof typeof primitiveColors;
|
|
19696
|
+
type PrimitiveColorLevel = keyof (typeof primitiveColors)[PrimitiveColorHue];
|
|
19697
|
+
type PrimitiveSpaceKey = keyof typeof primitiveSpace;
|
|
19698
|
+
type PrimitiveRadiusKey = keyof typeof primitiveRadius;
|
|
19699
|
+
type PrimitiveShadowKey = keyof typeof primitiveShadow;
|
|
19700
|
+
type PrimitiveDurationKey = keyof typeof primitiveDuration;
|
|
19701
|
+
type PrimitiveEasingKey = keyof typeof primitiveEasing;
|
|
19702
|
+
type SemanticTokenCategory = keyof typeof semanticTokens;
|
|
19703
|
+
type ComponentTokenName = keyof typeof componentTokens;
|
|
19704
|
+
type GlobalColorHue = PrimitiveColorHue;
|
|
19705
|
+
type GlobalColorLevel = PrimitiveColorLevel;
|
|
19706
|
+
type GlobalSpaceKey = PrimitiveSpaceKey;
|
|
19707
|
+
type GlobalRadiusKey = PrimitiveRadiusKey;
|
|
19708
|
+
type GlobalShadowKey = PrimitiveShadowKey;
|
|
19709
|
+
type GlobalDurationKey = PrimitiveDurationKey;
|
|
19710
|
+
type GlobalEasingKey = PrimitiveEasingKey;
|
|
17829
19711
|
|
|
17830
19712
|
/**
|
|
17831
19713
|
* Tigercat Core
|
|
@@ -17841,6 +19723,6 @@ type GlobalEasingKey = keyof typeof globalEasing;
|
|
|
17841
19723
|
* - i18n/ : locale-utils, datepicker-i18n, timepicker-utils (labels), upload-labels
|
|
17842
19724
|
* - styles/ : component-specific style utilities (button, input, select, timepicker-utils, etc.)
|
|
17843
19725
|
*/
|
|
17844
|
-
declare const version = "
|
|
19726
|
+
declare const version = "1.2.0";
|
|
17845
19727
|
|
|
17846
|
-
export { ANIMATION_DURATION_FAST_MS, ANIMATION_DURATION_MS, ANIMATION_DURATION_SLOW_MS, type ActivityAction, type ActivityFeedProps, type ActivityGroup, type ActivityItem, type ActivityStatusTag, type ActivityTimelineItem, type ActivityUser, type AffixObserverOptions, type AffixProps, type AffixState, type AlertColorScheme, type AlertProps, type AlertSize, type AlertThemeColors, type AlertType, type Align, type AnchorChangeInfo, type AnchorClickInfo, type AnchorDirection, type AnchorLinkProps, type AnchorObserverOptions, type AnchorProps, type AreaChartDatum, type AreaChartProps, type AreaChartSeries, type AriaLiveLevel, type AutoCompleteOption, type AutoCompleteProps, type AutoCompleteSize, type AutoResizeTextareaOptions, type AvatarGroupProps, type AvatarProps, type AvatarShape, type AvatarSize, type BackTopFrameCallback, type BackTopFrameCancel, type BackTopFrameRequest, type BackTopProps, type BackTopVisibilityController, type BackTopVisibilityControllerOptions, type BadgeColorScheme, type BadgePosition, type BadgeProps, type BadgeSize, type BadgeThemeColors, type BadgeType, type BadgeVariant, type BandScaleOptions, type BarChartDatum, type BarChartProps, type BarValueLabelPosition, type BaseChartProps, type BaseFloatingPopupProps, type BaseFormControlProps, type BaseInteractiveProps, type BaseLayoutProps, type BeforeUploadHandler, type BooleanChangeHandler, type BreadcrumbItemProps, type BreadcrumbProps, type BreadcrumbSeparator, type Breakpoint, type BuildChartSeriesKeysOptions, type BuildLegendItemsOptions, type ButtonColorScheme, type ButtonGroupProps, type ButtonHtmlType, type ButtonIconPosition, type ButtonProps, type ButtonSize, type ButtonVariant, CROP_HANDLES, type CalendarMode, type CalendarProps, type CancelHandler, type CardDirection, type CardDragData, type CardProps, type CardSize, type CardVariant, type CarouselAutoplayController, type CarouselAutoplayControllerOptions, type CarouselBeforeChangeInfo, type CarouselChangeInfo, type CarouselDotPosition, type CarouselEffect, type CarouselFrameCallback, type CarouselFrameCancel, type CarouselFrameRequest, type CarouselMethods, type CarouselProps, type CarouselSwipeDirection, type CarouselSwipeOptions, type CarouselTouchPoint, type CarouselVisibilityDocument, type CascaderExpandTrigger, type CascaderFilterFn, type CascaderFlattenedOption, type CascaderOption, type CascaderProps, type CascaderShowSearch, type CascaderSize, type CascaderValue, type ChartAnimationConfig, type ChartAxisOrientation, type ChartAxisProps, type ChartAxisTick, type ChartCanvasProps, type ChartCanvasSize, type ChartCurveType, type ChartFrameCallback, type ChartFrameCancel, type ChartFrameRequest, type ChartGridLine, type ChartGridLineStyle, type ChartGridProps, type ChartInteractionHandlers, type ChartInteractionOptions, type ChartInteractionProps, type ChartInteractionState, type ChartLegendItem, type ChartLegendPosition, type ChartLegendProps, type ChartPadding, type ChartPointerMoveScheduler, type ChartPointerMoveSchedulerOptions, type ChartResizeFrameCallback, type ChartResizeFrameCancel, type ChartResizeFrameRequest, type ChartResizeObserverController, type ChartResizeObserverControllerOptions, type ChartResizeObserverFactory, type ChartResizeObserverLike, type ChartScale, type ChartScaleType, type ChartScaleValue, type ChartSeriesPoint, type ChartSeriesProps, type ChartSeriesType, type ChartTooltipPosition, type ChartTooltipProps, type ChartWithAxesProps, type ChatMessage, type ChatMessageDirection, type ChatMessageStatus, type ChatMessageStatusInfo, type ChatUser, type ChatWindowProps, type CheckboxGroupProps, type CheckboxGroupValue, type CheckboxProps, type CheckboxSize, type CheckboxValue, type ClassValue, type CloseHandler, type CodeEditorProps, type CodeEditorTheme, type CodeHighlighter, type CodeLanguage, type CodeProps, type ColProps, type ColSpan, type CollapsePanelProps, type CollapseProps, type CollapseTransitionController, type CollapseTransitionControllerOptions, type CollapseTransitionElement, type ColorFormat, type ColorPickerProps, type ColorPickerSize, ColorScheme, ColumnAlign, type ColumnDragData, ColumnFilter, type CommentAction, type CommentNode, type CommentTag, type CommentThreadProps, type CommentUser, type ComponentSize, type ComposableClassInput, type ConfirmHandler, type ContainerMaxWidth, type ContainerProps, type ContentProps, type CreateAriaIdOptions, type CropHandle, type CropRect, type CropResult, type CropUploadProps, DEFAULT_CHART_COLORS, DEFAULT_FORM_WIZARD_LABELS, DEFAULT_HEATMAP_CANVAS_THRESHOLD, DEFAULT_PAGINATION_LABELS, DEFAULT_TASK_BOARD_LABELS, DONUT_BASE_SHADOW, DONUT_EMPHASIS_SHADOW, DROPDOWN_CHEVRON_PATH, DROPDOWN_ENTER_CLASS, DURATION_CLASS, DURATION_FAST_CLASS, DURATION_SLOW_CLASS, type DataTableWithToolbarProps, DateFormat, DatePickerLabels, DatePickerLocaleInput, DatePickerLocalePreset, DatePickerSize, type DescriptionsItem, type DescriptionsLayout, type DescriptionsProps, type DescriptionsSize, type DividerLineStyle, type DividerOrientation, type DividerProps, type DividerSpacing, type DocumentDragSession, type DocumentDragSessionEvent, type DocumentDragSessionOptions, type DonutChartDatum, type DonutChartProps, type DragAxis, type DragCallbacks, type DragConfig, type DragDirection, type DragDropEvent, type DragEndEvent, type DragItem, type DragMoveResult, type DragOverEvent, type DragReorderResult, type DragStartEvent, type DragState, type DrawerPlacement, type DrawerProps, type DrawerSize, type DropdownItemProps, type DropdownMenuProps, type DropdownProps, type DropdownTrigger, EASING_DEFAULT, EASING_ENTER, EASING_LEAVE, EASING_SMOOTH, EASING_SPRING, EN_US_DATEPICKER_LOCALE, type ElementLike, type EmptyIllustrationPath, type EmptyPreset, type EmptyProps, type EmptySlotContext, type ExecCommandResult, type ExpandIconPosition, type FileItem, type FileManagerModelDerived, type FileManagerModelInput, type FileManagerProps, type FileOpenResult, type FileSortField, type FileSortOrder, type FileType, type FileViewMode, FilterOption, FilterRule, type FlatTreeSelectNode, type FloatButtonGroupProps, type FloatButtonProps, type FloatButtonShape, type FloatButtonSize, type FloatingCleanup, type FloatingMiddlewareOptions, type FloatingOptions, type FloatingPlacement, type FloatingResult, type FloatingTrigger, type FocusElementOptions, type FocusTrap, type FocusTrapNavigation, type FocusTrapOptions, type FooterProps, type FormController, type FormControllerOptions, type FormError, type FormErrorDisplayMode, type FormFieldChangeHandler, type FormHistoryState, type FormItemClassOptions, type FormItemLabelClassOptions, type FormItemProps, type FormItemSlotContext, type FormLabelAlign, type FormLabelPosition, type FormProps, type FormRule, type FormRuleTrigger, type FormRuleType, type FormRules, type FormSize, type FormSubmitHandler, type FormValidateHandler, type FormValidationResult, type FormValues, type FormWizardProps, type FormWizardValidateResult, type FormWizardValidator, type FunnelChartDatum, type FunnelChartProps, type FunnelSegment, GAUGE_ANIMATION_DURATION_MS, type GaugeAnimationController, type GaugeAnimationOptions, type GaugeArc, type GaugeChartProps, type GenericExpandable, type GenericFormFieldProps, type GenericFormRule, type GenericRowSelection, type GenericSelectOption, type GenericSelectOptionGroup, type GenericSelectProps, type GenericTableColumn, type GenericTableProps, type GestureTransform, type GetContainerClassesOptions, type GetInputClassesOptions, type GetRadioDotClassesOptions, type GetRadioGroupClassesOptions, type GetRadioLabelClassesOptions, type GetRadioVisualClassesOptions, type GlobalColorHue, type GlobalColorLevel, type GlobalDurationKey, type GlobalEasingKey, type GlobalRadiusKey, type GlobalShadowKey, type GlobalSpaceKey, type GutterSize, type HeaderProps, type HeatmapCell, type HeatmapChartDatum, type HeatmapChartProps, type HeatmapColorSpace, type HeatmapRenderMode, type HsvColor, type IconProps, type IconSize, type ImageCropperProps, type ImageFit, type ImageGroupProps, type ImageGroupRegistrationResult, type ImagePreviewProps, type ImagePreviewToolbarAction, type ImageProps, type ImageViewerProps, type InfiniteScrollObserverOptions, type InfiniteScrollProps, type InputGroupAddonProps, type InputGroupProps, type InputGroupSize, type InputNumberProps, type InputProps, type InputSize, type InputStatus, type InputType, type IsEventOutsideOptions, type IsItemDisabled, type ItemClickHandler, type Justify, type KanbanCard, type KanbanCardMoveEvent, type KanbanColumn, type KanbanColumnMoveEvent, type KanbanProps, type KanbanSwimlane, type KeyLikeEvent, type LayoutProps, type LineChartDatum, type LineChartProps, type LineChartSeries, type LinkColorScheme, type LinkProps, type LinkSize, type LinkThemeColors, type LinkVariant, type ListBorderStyle, type ListItem, type ListItemLayout, type ListItemSlotContext, type ListPaginationConfig, type ListProps, type ListSize, type LiveRegion, type LoadingAnimationIndex, type LoadingColor, type LoadingProps, type LoadingSize, type LoadingVariant, MODERN_BASE_TOKENS_DARK, MODERN_BASE_TOKENS_LIGHT, MODERN_OVERRIDE_TOKENS_DARK, MODERN_OVERRIDE_TOKENS_LIGHT, MODERN_REDUCED_MOTION_TOKENS, MONTHS, type MaskClickLikeEvent, type MentionOption, type MentionsProps, type MentionsSize, type MenuItem, type MenuItemGroupProps, type MenuItemProps, type MenuItemSlotContext, type MenuKey, type MenuMode, type MenuProps, type MenuSelectHandler, type MenuTheme, type MessageColorScheme, type MessageConfig, type MessageInstance, type MessageOptions, type MessagePosition, type MessageProps, type MessageType, type ModalProps, type ModalSize, type MoveCardOptions, type MultiSelectChangeHandler, type NotificationCenterProps, type NotificationColorScheme, type NotificationConfig, type NotificationGroup, type NotificationInstance, type NotificationItem, type NotificationOptions, type NotificationPosition, type NotificationProps, type NotificationReadFilter, type NotificationStackFrameCallback, type NotificationStackFrameCancel, type NotificationStackFrameRequest, type NotificationStackUpdateCallback, type NotificationStackUpdateScheduler, type NotificationStackUpdateSchedulerOptions, type NotificationType, type NumberChangeHandler, type OpenChangeHandler, type OverlayFooterSlotContext, type OverlayHeaderSlotContext, PIE_BASE_SHADOW, PIE_EMPHASIS_SHADOW, POPOVER_TEXT_CLASSES, POPOVER_TITLE_CLASSES, type PageChangeInfo, type PageSizeChangeInfo, type PaginationAlign, type PaginationChangeHandler, PaginationConfig, type PaginationIdleValidationScheduler, type PaginationIdleValidationSchedulerOptions, type PaginationPageSizeOption, type PaginationPageSizeOptionItem, type PaginationProps, type PaginationQuickJumperValidationOptions, type PaginationSize, type PanResult, type PanState, type ParsedHotkey, type PickerComboboxAriaOptions, type PickerListboxAriaOptions, type PickerOptionAriaOptions, type PickerTriggerKeyAction, type PieArcDatum, type PieChartDatum, type PieChartProps, type PinchState, type PointScaleOptions, type PopconfirmIconType, type PopconfirmProps, type PopoverProps, type PopoverTrigger, type PositionMentionsDropdownOptions, type PrepareUploadFilesOptions, type PrepareUploadFilesResult, type PreviewNavState, type PrintLayoutProps, type PrintOrientation, type PrintPageSize, type ProgressColorScheme, type ProgressProps, type ProgressSize, type ProgressStatus, type ProgressThemeColors, type ProgressType, type ProgressVariant, type QRCodeLevel, type QRCodeProps, type QRCodeStatus, RADAR_SPLIT_AREA_COLORS, type RadarChartDatum, type RadarChartProps, type RadarChartSeries, type RadarPoint, type RadioColorScheme, type RadioGroupProps, type RadioProps, type RadioSize, type RafRepeatActionController, type RafRepeatActionOptions, type RateProps, type RateSize, type RepeatAction, type RepeatFrameCallback, type RepeatFrameCancel, type RepeatFrameRequest, type ResizableProps, type ResizeAxis, type ResizeEvent, type ResizeHandlePosition, type ResponsiveBreakpoint, type ResultColorScheme, type ResultProps, type ResultStatus, type RgbColor, type RichTextEditorMode, type RichTextEditorProps, type RichTextEngine, type RichTextEngineInstance, type RichTextEngineMountContext, type RowProps, SCATTER_ENTRANCE_CLASS, SCATTER_ENTRANCE_KEYFRAMES, SHAKE_CLASS, STATISTIC_ANIMATION_DURATION_MS, SVG_ANIMATION_CLASSES, SVG_ANIMATION_VARS, SVG_DEFAULT_FILL, SVG_DEFAULT_STROKE, SVG_DEFAULT_VIEWBOX_20, SVG_DEFAULT_VIEWBOX_24, SVG_DEFAULT_XMLNS, SVG_PATH_ANIMATION_CSS, type ScatterChartDatum, type ScatterChartProps, type SearchHandler, type SegmentedContainerStyle, type SegmentedIndicatorStyle, type SegmentedOption, type SegmentedProps, type SegmentedSize, type SelectChangeHandler, type SelectModelValue, type SelectOption, type SelectOptionGroup, type SelectOptionSlotContext, type SelectOptions, type SelectProps, type SelectSize, type SelectValue, type SelectValues, type SidebarProps, type SkeletonAnimation, type SkeletonProps, type SkeletonShape, type SkeletonVariant, type SliderProps, type SliderSize, SortDirection, SortState, type SpaceAlign, type SpaceDirection, type SpaceProps, type SpaceSize, type SplitDirection, type SplitterPaneConfig, type SplitterProps, type StatisticNumberAnimationController, type StatisticNumberAnimationOptions, type StatisticProps, type StatisticSize, type StepChangeHandler, type StepItem, type StepSize, type StepStatus, type StepperProps, type StepperSize, type StepsDirection, type StepsProps, type StringChangeHandler, type StyleAtom, type StyleObject, type StyleValue, type SubMenuProps, type SubmenuHeightTransitionController, type SubmenuHeightTransitionControllerOptions, type SubmenuHeightTransitionElement, type SunburstArc, type SunburstChartDatum, type SunburstChartProps, type SwimlaneGroup, type SwitchProps, type SwitchSize, TABLE_VIRTUAL_RECOMMENDATION_THRESHOLD, THEME_CSS_VARS, TRANSITION_BASE, TRANSITION_DURATIONS, TRANSITION_OPACITY, TRANSITION_TRANSFORM, type TabChangeHandler, type TabChangeInfo, type TabEditInfo, type TabIndicatorStyle, type TabNavListStyle, type TabPaneProps, type TabPosition, type TabSize, type TabType, type TableCellSlotContext, TableColumn, type TableEmptySlotContext, type TableExpandChangeHandler, type TableExpandSlotContext, type TableFilterChangeHandler, TableProps, type TableResizeFrameCallback, type TableResizeFrameCancel, type TableResizeFrameRequest, type TableResizeObserverController, type TableResizeObserverControllerOptions, type TableResizeObserverFactory, type TableResizeObserverLike, type TableResizeSnapshot, type TableRowClickHandler, type TableRowKeyCache, type TableSelectionChangeHandler, TableSize, type TableSortChangeHandler, type TableToolbarAction, type TableToolbarFilter, type TableToolbarFilterValue, type TableToolbarProps, type TableVirtualRecommendation, type TableVirtualRecommendationOptions, type TabsProps, type TagColorScheme, type TagProps, type TagSize, type TagThemeColors, type TagVariant, type TaskBoardCard, type TaskBoardCardMoveEvent, type TaskBoardColumn, type TaskBoardColumnMoveEvent, type TaskBoardDragCallbacks, type TaskBoardDragController, type TaskBoardDragData, type TaskBoardDragOptions, type TaskBoardDragSnapshot, type TaskBoardDragState, type TaskBoardMoveValidator, type TaskBoardProps, type TextAlign, type TextColor, type TextProps, type TextSize, type TextTag, type TextWeight, type TextareaProps, type TextareaSize, type ThemeChangeEvent, type ThemeChangeListener, type ThemeColors, ThemeManager, ThemePreset, TigerLocale, TigerLocaleFormWizard, TigerLocaleInput, TigerLocaleLazyModule, TigerLocaleLoader, TigerLocalePagination, TigerLocaleTaskBoard, type TimeFormat, type TimePickerLabels, type TimePickerModelValue, type TimePickerOptionUnit, type TimePickerProps, type TimePickerRangeValue, type TimePickerSingleValue, type TimePickerSize, type TimelineItem, type TimelineItemPosition, type TimelineMode, type TimelineProps, type Token, type TokenType, type ToolbarAction, type ToolbarButton, type ToolbarItem, type ToolbarSeparator, type TooltipProps, type TooltipTrigger, type TouchDragState, type TouchDragTracker, type TourPlacement, type TourProps, type TourRect, type TourStep, type TransferDirection, type TransferItem, type TransferProps, type TransferSize, type TransitionClasses, type TransitionConfig, type TransitionType, type TreeCheckStrategy, type TreeCheckedState, type TreeExpandedState, type TreeFilterFn, type TreeLoadDataFn, type TreeMapChartDatum, type TreeMapChartProps, type TreeMapNode, type TreeNode, type TreeProps, type TreeSelectProps, type TreeSelectSize, type TreeSelectValue, type TreeSelectionMode, type TriggerHandlerMap, type UploadDataTransferLike, type UploadDragEventLike, type UploadDragResult, type UploadFile, type UploadFileStatus, type UploadLabelOverrides, type UploadLabels, type UploadListType, type UploadProps, type UploadRejectReason, type UploadRejectedFile, type UploadRequestOptions, type UploadStatusIconSize, type VirtualListItemSize, type VirtualListProps, type VirtualListSizeStrategy, type VirtualRange, type VirtualTableFixedInfo, type VirtualTableProps, type VirtualTableRange, type VisibleGroupItems, type VisibleTreeItem, WEEKDAYS, type WatermarkFont, type WatermarkFrameCallback, type WatermarkFrameCancel, type WatermarkFrameRequest, type WatermarkProps, type WatermarkRenderController, type WatermarkRenderControllerOptions, type WatermarkRenderOptions, type WatermarkResizeObserverFactory, type WatermarkResizeObserverLike, type WheelZoomOptions, type WizardStep, ZH_CN_DATEPICKER_LOCALE, ZH_CN_FORM_WIZARD_LABELS, ZH_CN_PAGINATION_LABELS, ZH_CN_TASK_BOARD_LABELS, activeOpacityClasses, activePressClasses, activityItemActionsClasses, activityItemBodyClasses, activityItemClasses, activityItemDescriptionClasses, activityItemHeaderClasses, activityItemLayoutClasses, activityItemTitleGroupClasses, affixWrapperClasses, alertBannerClasses, alertBaseClasses, alertCloseButtonBaseClasses, alertCloseIconPath, alertContentClasses, alertCountdownBarClasses, alertCountdownColorClasses, alertCountdownContainerClasses, alertDescriptionSizeClasses, alertIconContainerClasses, alertIconSizeClasses, alertSizeClasses, alertTitleSizeClasses, aliasTokens, anchorAffixClasses, anchorBaseClasses, anchorInkActiveHorizontalClasses, anchorInkActiveVerticalClasses, anchorInkContainerHorizontalClasses, anchorInkContainerVerticalClasses, anchorLinkActiveClasses, anchorLinkBaseClasses, anchorLinkListHorizontalClasses, anchorLinkListVerticalClasses, animationDelayClasses, animationDelayStyles, announceToScreenReader, applyAspectRatio, applyFileDragReorder, applyFloatingStyles, applyWheelZoom, autoCompleteBaseClasses, autoCompleteDropdownClasses, autoCompleteEmptyStateClasses, autoCompleteOptionBaseClasses, autoResizeTextarea, autoUpdateFloating, avatarBaseClasses, avatarDefaultBgColor, avatarDefaultTextColor, avatarGroupBaseClasses, avatarGroupItemClasses, avatarGroupOverflowClasses, avatarImageClasses, avatarShapeClasses, avatarSizeClasses, backTopButtonClasses, backTopContainerClasses, backTopHiddenClasses, backTopIconPath, backTopVisibleClasses, badgeBaseClasses, badgePositionClasses, badgeSizeClasses, badgeTypeClasses, badgeWrapperClasses, barAnimatedTransition, barValueLabelClasses, barValueLabelInsideClasses, barsVariantConfig, breadcrumbContainerClasses, breadcrumbCurrentClasses, breadcrumbEllipsisClasses, breadcrumbItemBaseClasses, breadcrumbLinkClasses, breadcrumbSeparatorBaseClasses, buildActivityGroups, buildChartLegendItems, buildChartSeriesKeys, buildCommentTree, buildNotificationGroups, buildTriggerHandlerMap, builtinCodeHighlighter, builtinRichTextEngine, buttonBaseClasses, buttonDangerClasses, buttonDisabledClasses, buttonGroupBaseClasses, buttonGroupHorizontalClasses, buttonGroupItemClasses, buttonGroupItemVerticalClasses, buttonGroupVerticalClasses, buttonSizeClasses, calculateAffixState, calculateCheckedState, calculateCirclePath, calculateInitialSizes, calculatePagination, calculateResizeDelta, calculateStepStatus, calculateTransform, calculateVirtualRange, calendarHeaderClasses, calendarNavButtonClasses, calendarTitleClasses, calendarWeekdayClasses, canAnimateStatisticValue, canRedo, canUndo, captureActiveElement, cardActionsClasses, cardBaseClasses, cardCoverClasses, cardCoverWrapperClasses, cardDirectionClasses, cardFooterClasses, cardHeaderClasses, cardHorizontalBodyClasses, cardHoverClasses, cardSizeClasses, cardVariantClasses, carouselArrowBaseClasses, carouselArrowDisabledClasses, carouselBaseClasses, carouselDotActiveClasses, carouselDotClasses, carouselDotsBaseClasses, carouselDotsPositionClasses, carouselNextArrowClasses, carouselNextArrowPath, carouselPrevArrowClasses, carouselPrevArrowPath, carouselSlideBaseClasses, carouselTrackFadeClasses, carouselTrackScrollClasses, cascaderBaseClasses, cascaderColumnClasses, cascaderDropdownClasses, cascaderEmptyStateClasses, cascaderOptionBaseClasses, cascaderOptionDisabledClasses, cascaderOptionSelectedClasses, cascaderSearchInputClasses, cascaderSearchResultClasses, chartAxisLabelClasses, chartAxisLineClasses, chartAxisTickLineClasses, chartAxisTickTextClasses, chartCanvasBaseClasses, chartGridLineClasses, chartInteractiveClasses, checkboxLabelSizeClasses, checkboxSizeClasses, checkedSetsFromState, clampBarWidth, clampDimensions, clampPaneSize, clampPercentage, clampScale, clampSlideIndex, clampStepIndex, clampStepperValue, clampValue, clampZoom, classNames, clearCalendarMonthDaysCache, clearChartAxisTickCache, clearFieldErrors, clearPieArcCache, clipCommentTreeDepth, codeBlockContainerClasses, codeBlockCopyButtonBaseClasses, codeBlockCopyButtonCopiedClasses, codeBlockPreClasses, codeEditorBaseClasses, codeEditorDarkClasses, codeEditorDisabledClasses, codeEditorHighlightClasses, codeEditorLightClasses, codeEditorLineNumberClasses, codeEditorLineNumberDarkClasses, codeEditorLineNumberLightClasses, codeEditorTextareaClasses, coerceClassValue, coerceStyleValue, colGutterClasses, collapseBaseClasses, collapseBorderlessClasses, collapseGhostClasses, collapseHeaderTextClasses, collapseIconBaseClasses, collapseIconExpandedClasses, collapseIconPositionClasses, collapsePanelBaseClasses, collapsePanelContentBaseClasses, collapsePanelContentWrapperClasses, collapsePanelHeaderActiveClasses, collapsePanelHeaderBaseClasses, collapsePanelHeaderDisabledClasses, colorPickerBaseClasses, colorPickerInputClasses, colorPickerPanelClasses, colorPickerPresetClasses, colorPickerSliderTrackClasses, columnDragHandleClasses, columnDragOverClasses, componentTokens, componentTransitionMap, composeComponentClasses, computeFloatingPosition, computeFunnelSegments, computeGaugeTicks, computeHeatmapCells, computePieHoverOffset, computePieLabelLine, computeSunburstArcs, computeTreeMapNodes, constrainCropRect, containerBaseClasses, containerCenteredClasses, containerMaxWidthClasses, containerPaddingClasses, copyTextToClipboard, countLines, createAffixObserver, createAnchorObserver, createAreaPath, createAriaId, createBackTopVisibilityController, createBandScale, createBuiltinRichTextEngine, createCardDragData, createCarouselAutoplayController, createChartInteractionHandlers, createChartPointerMoveScheduler, createChartResizeObserverController, createCollapseTransitionController, createColumnDragData, createDefaultDragSnapshot, createDefaultTransform, createDocumentDragSession, createDragState, createFloatingIdFactory, createFocusTrap, createFormErrorMap, createFormHistory, createGaugeAnimation, createGaugeArcPath, createGaugeNeedlePath, createInfiniteScrollObserver, createLinePath, createLinearScale, createNotificationStackUpdateScheduler, createPaginationIdleValidationScheduler, createPanState, createPieArcPath, createPinchState, createPointScale, createPolygonPath, createRafRepeatActionController, createStatisticNumberAnimation, createSubmenuHeightTransitionController, createTableResizeObserverController, createTableRowKeyCache, createTaskBoardDragController, createTouchDragTracker, createWatermarkRenderController, cropCanvas, cropUploadTriggerClasses, cropUploadTriggerDisabledClasses, datePickerBaseClasses, datePickerCalendarClasses, datePickerCalendarGridClasses, datePickerCalendarHeaderClasses, datePickerClearButtonClasses, datePickerDayNameClasses, datePickerFooterButtonClasses, datePickerFooterClasses, datePickerInputWrapperClasses, datePickerMonthYearClasses, datePickerNavButtonClasses, defaultAlertThemeColors, defaultAutoCompleteFilter, defaultBadgeThemeColors, defaultCascaderFilter, defaultChatMessageStatusInfo, defaultLinkThemeColors, defaultMessageThemeColors, defaultNotificationThemeColors, defaultProgressThemeColors, defaultRadarTooltipFormatter, defaultRadioColors, defaultRepeatInitialDelay, defaultRepeatInterval, defaultResizeHandles, defaultSeriesXYTooltipFormatter, defaultSortFn, defaultTagThemeColors, defaultTheme, defaultThemeColors, defaultToolbar, defaultTooltipFormatter, defaultTotalText, defaultTransferFilter, defaultXYTooltipFormatter, defineLocale, deriveFileManagerModel, descriptionsBaseClasses, descriptionsCellSizeClasses, descriptionsContentBorderedClasses, descriptionsContentClasses, descriptionsExtraClasses, descriptionsHeaderClasses, descriptionsLabelBorderedClasses, descriptionsLabelClasses, descriptionsSizeClasses, descriptionsTableBorderedClasses, descriptionsTableClasses, descriptionsTitleClasses, descriptionsVerticalContentClasses, descriptionsVerticalItemClasses, descriptionsVerticalLabelClasses, descriptionsVerticalWrapperClasses, descriptionsWrapperClasses, dotSizeClasses, dotsVariantConfig, dynamicSizeStrategy, easeOutCubic, editableCellInputClasses, emptyActionsClasses, emptyBaseClasses, emptyDescriptionClasses, emptyIllustrationPaths, emptyIllustrationViewBox, emptyImageClasses, ensureBarMinHeight, escapeHighlightHtml, extractMentionQuery, fileManagerBreadcrumbClasses, fileManagerBreadcrumbItemClasses, fileManagerBreadcrumbSeparatorClasses, fileManagerContainerClasses, fileManagerContentClasses, fileManagerEmptyClasses, fileManagerGridItemClasses, fileManagerGridItemSelectedClasses, fileManagerItemIconClasses, fileManagerItemMetaClasses, fileManagerItemNameClasses, fileManagerListItemClasses, fileManagerListItemSelectedClasses, fileManagerLoadingClasses, fileManagerSearchClasses, fileManagerToolbarClasses, fileToUploadFile, filterAutoCompleteOptions, filterCards, filterCascaderOptions, filterColumns, filterData, filterDataAdvanced, filterFileItems, filterHiddenFiles, filterOptions, filterTransferItems, filterTreeNodes, filterTreeSelectNodes, findActiveAnchor, findCascaderOption, findColumnFromPoint, findFirstEnabledIndex, findHotkeyMatch, findLastEnabledIndex, findNextEnabledIndex, findNextUnskippedStep, findNode, findTreeSelectNode, fixedSizeStrategy, flattenCascaderOptions, flattenSelectOptions, flattenTreeSelectNodes, floatButtonBaseClasses, floatButtonDisabledClasses, floatButtonGroupClasses, floatButtonGroupExpandClasses, floatButtonIconSizeClasses, floatButtonShapeClasses, floatButtonSizeClasses, floatButtonTypeClasses, focusElement, focusFirst, focusFirstChildItem, focusFirstMenuItem, focusMenuEdge, focusRingClasses, focusRingInsetClasses, formatActivityTime, formatBadgeContent, formatChatTime, formatColorString, formatCommentTime, formatDate, formatFileSize, formatFileSizeLabel, formatMonthYear, formatPageAriaLabel, formatPaginationTotal, formatPrecision, formatProgressText, formatStatisticValue, formatTime, formatTimeDisplay, formatTimeDisplayWithLocale, generateAvatarColor, generateFileId, generateHours, generateLineNumbers, generateMinutes, generateQRMatrix, generateSeconds, getAccessibleTransitionClasses, getActiveElement, getActiveIndex, getAlertIconPath, getAlertTypeClasses, getAlignClasses, getAllKeys, getAllTreeSelectKeys, getAnchorInkActiveClasses, getAnchorInkContainerClasses, getAnchorLinkClasses, getAnchorLinkListClasses, getAnchorTargetElement, getAnchorWrapperClasses, getAreaGradientPrefix, getArrowStyles, getAutoCompleteInputClasses, getAutoCompleteOptionClasses, getAutoExpandKeys, getAvatarGroupClasses, getAvatarGroupItemClasses, getAvatarGroupOverflowClasses, getAvatarGroupOverflowLabel, getAvatarGroupOverflowText, getBadgeVariantClasses, getBarGradientPrefix, getBarGrowAnimationStyle, getBarValueLabelY, getBodyScrollLockCount, getBreadcrumbCollapsedItems, getBreadcrumbItemClasses, getBreadcrumbLinkClasses, getBreadcrumbSeparatorClasses, getButtonGroupClasses, getButtonVariantClasses, getCalendarContainerClasses, getCalendarDayClasses, getCalendarDays, getCalendarMonthClasses, getCalendarMonthDaysCacheSize, getCardClasses, getCarouselArrowClasses, getCarouselContainerClasses, getCarouselDotClasses, getCarouselDotsClasses, getCarouselTouchPoint, getCascaderColumns, getCascaderDisplayLabel, getCascaderOptionClasses, getCascaderOptionPath, getCascaderOptionsAtLevel, getCascaderTriggerClasses, getChartAnimationStyle, getChartAxisTickCacheSize, getChartAxisTicks, getChartElementOpacity, getChartEntranceTransform, getChartGridLineDasharray, getChartInnerRect, getChartTooltipTransform, getChatMessageStatusInfo, getCheckboxCellClasses, getCheckboxClasses, getCheckboxLabelClasses, getCheckedKeysByStrategy, getCircleSize, getCodeBlockContainerClasses, getCodeBlockCopyButtonClasses, getCodeEditorContainerClasses, getColGutterClasses, getColMergedStyleVars, getColOrderStyleVars, getColStyleVars, getCollapseContainerClasses, getCollapseIconClasses, getCollapsePanelClasses, getCollapsePanelHeaderClasses, getColorPickerTriggerClasses, getColumnCardCount, getColumnDropIndex, getComponentTransition, getContainerClasses, getContainerHeight, getContainerScrollTop, getCropperHandleClasses, getCropperResult, getCurrentTime, getDatePickerDayCellClasses, getDatePickerIconButtonClasses, getDatePickerInputClasses, getDatePickerLabels, getDatePickerLocaleCode, getDayNames, getDaysInMonth, getDefaultDragConfig, getDependentFields, getDescendantKeys, getDescriptionsClasses, getDescriptionsContentClasses, getDescriptionsLabelClasses, getDescriptionsTableClasses, getDescriptionsVerticalItemClasses, getDividerClasses, getDividerStyle, getDragAreaClasses, getDrawerBodyClasses, getDrawerCloseButtonClasses, getDrawerContainerClasses, getDrawerFooterClasses, getDrawerHeaderClasses, getDrawerMaskClasses, getDrawerPanelClasses, getDrawerTitleClasses, getDropIndex, getDropdownChevronClasses, getDropdownContainerClasses, getDropdownItemClasses, getDropdownMenuClasses, getDropdownTriggerClasses, getEditableCellClasses, getEditorAreaClasses, getElementOffsetTop, getEmptyDescription, getErrorFields, getExpandIconCellClasses, getExpandIconClasses, getExpandedRowClasses, getExpandedRowContentClasses, getFieldDependencies, getFieldError, getFileExtension, getFileItemClasses, getFileListItemClasses, getFileManagerContainerClasses, getFirstDayOfMonth, getFixedColumnOffsets, getFixedVirtualRange, getFlexClasses, getFloatingMiddleware, getFocusTrapNavigation, getFocusableElements, getFormItemAsteriskClasses, getFormItemClasses, getFormItemContentClasses, getFormItemErrorClasses, getFormItemFieldClasses, getFormItemLabelClasses, getFormWizardLabels, getFunnelGradientPrefix, getGaugeGradientPrefix, getGridColumnClasses, getGroupHeaderCellClasses, getGutterStyles, getHeatmapCellIndexAtPoint, getImageGroupClasses, getImageImgClasses, getImageTransformStyle, getImmediateTigerLocale, getInfiniteScrollContainerClasses, getInitialCollapseContentStyle, getInitialCropRect, getInitialPickerActiveIndex, getInitialSubmenuHeightTransitionStyle, getInitials, getInputAffixClasses, getInputClasses, getInputClearButtonClasses, getInputCountClasses, getInputErrorClasses, getInputGroupAddonClasses, getInputGroupClasses, getInputNumberFocusRingColor, getInputNumberInputClasses, getInputNumberSideButtonClasses, getInputNumberSizeClasses, getInputNumberStatusClasses, getInputNumberStepButtonClasses, getInputNumberWrapperClasses, getInputPasswordToggleClasses, getInputWrapperClasses, getJustifyClasses, getKanbanContainerClasses, getLeafKeys, getLineGradientPrefix, getLineNumberClasses, getLinearChartTickValues, getLinkVariantClasses, getListClasses, getListHeaderFooterClasses, getListItemClasses, getLoadingBarClasses, getLoadingBarsWrapperClasses, getLoadingClasses, getLoadingDotClasses, getLoadingDotsWrapperClasses, getLoadingOverlaySpinnerClasses, getLoadingTextClasses, getMentionsInputClasses, getMentionsOptionClasses, getMenuButtons, getMenuClasses, getMenuItemClasses, getMenuItemIndent, getMenuItems, getMessageIconPath, getMessageTypeClasses, getModalContainerClasses, getModalContentClasses, getMonthDays, getMonthNames, getNextActiveKey, getNextSlideIndex, getNotificationIconPath, getNotificationTypeClasses, getNumberExtent, getOffsetClasses, getOrderClasses, getPageNumbers, getPageRange, getPageSizeSelectorClasses, getPaginationButtonActiveClasses, getPaginationButtonBaseClasses, getPaginationContainerClasses, getPaginationEllipsisClasses, getPaginationJumperPage, getPaginationLabels, getPaneStyle, getParagraphRowWidth, getParentKeys, getPathDrawAnimationStyle, getPathDrawStyles, getPathLength, getPendingDotClasses, getPickerComboboxAria, getPickerListboxAria, getPickerNavigationIndex, getPickerOptionAria, getPickerOptionId, getPickerTriggerKeyAction, getPictureCardClasses, getPieArcCacheSize, getPieArcs, getPieDrawAnimationStyle, getPieGradientPrefix, getPlacementSide, getPopconfirmArrowClasses, getPopconfirmButtonBaseClasses, getPopconfirmButtonsClasses, getPopconfirmCancelButtonClasses, getPopconfirmContainerClasses, getPopconfirmContentClasses, getPopconfirmDescriptionClasses, getPopconfirmIconClasses, getPopconfirmIconPath, getPopconfirmOkButtonClasses, getPopconfirmTitleClasses, getPopconfirmTriggerClasses, getPopoverContainerClasses, getPopoverContentClasses, getPopoverTriggerClasses, getPrevSlideIndex, getPreviewNavState, getPrintLayoutClasses, getProgressTextColorClasses, getProgressVariantClasses, getQuickJumperInputClasses, getRadarAngles, getRadarGradientPrefix, getRadarLabelAlign, getRadarPoints, getRadioDotClasses, getRadioGroupClasses, getRadioLabelClasses, getRadioVisualClasses, getRateStarClasses, getResizableHandleClasses, getResultColorScheme, getResultHttpLabel, getResultIconPath, getRichTextContainerClasses, getRowGutterClasses, getRowGutterStyleVars, getRowKey, getScatterGradientPrefix, getScatterHoverShadow, getScatterHoverSize, getScatterPointPath, getScrollTop, getScrollTransform, getSecureRel, getSegmentedContainerClasses, getSegmentedContainerStyle, getSegmentedIndicatorClasses, getSegmentedIndicatorStyle, getSegmentedOptionClasses, getSelectOptionClasses, getSelectSizeClasses, getSelectTriggerClasses, getSeparatorContent, getShortDayNames, getShortMonthNames, getSidebarStyle, getSimplePaginationButtonClasses, getSimplePaginationButtonsWrapperClasses, getSimplePaginationContainerClasses, getSimplePaginationControlsClasses, getSimplePaginationPageIndicatorClasses, getSimplePaginationSelectClasses, getSimplePaginationTotalClasses, getSizeTextClasses, getSkeletonClasses, getSkeletonDimensions, getSliderThumbClasses, getSliderTooltipClasses, getSliderTrackClasses, getSortIconClasses, getSpaceClasses, getSpaceStyle, getSpanClasses, getSpinnerSVG, getSplitterContainerClasses, getSplitterGutterClasses, getSplitterGutterHandleClasses, getStatisticTitleClasses, getStatisticValueClasses, getStatusVariant, getStepContentClasses, getStepDescriptionClasses, getStepIconClasses, getStepItemClasses, getStepTailClasses, getStepTitleClasses, getStepperButtonClasses, getStepperInputClasses, getStepsContainerClasses, getSubMenuExpandIconClasses, getSubMenuTitleClasses, getSubmenuPopupZIndex, getSunburstGradientPrefix, getSvgDefaultAttrs, getSwitchClasses, getSwitchThumbClasses, getTabIndicatorClasses, getTabIndicatorStyle, getTabItemClasses, getTabNavClasses, getTabNavListClasses, getTabNavListStyle, getTabPaneClasses, getTableCellClasses, getTableHeaderCellClasses, getTableHeaderClasses, getTableRowClasses, getTableVirtualRecommendation, getTableWrapperClasses, getTabsContainerClasses, getTagVariantClasses, getTaskBoardLabels, getTextClasses, getThemeColor, getTimePeriodLabels, getTimePickerIconButtonClasses, getTimePickerInputClasses, getTimePickerItemClasses, getTimePickerLabels, getTimePickerOptionAriaLabel, getTimePickerPeriodButtonClasses, getTimePickerRangeTabButtonClasses, getTimelineContainerClasses, getTimelineContentClasses, getTimelineDotClasses, getTimelineHeadClasses, getTimelineItemClasses, getTimelineTailClasses, getTokenClasses, getToolbarButtonClasses, getToolbarButtons, getTooltipContainerClasses, getTooltipContentClasses, getTooltipTriggerClasses, getTotalPages, getTotalTextClasses, getTouchDistance, getTourPopoverPosition, getTourSpotlightStyle, getTourTargetRect, getTransferButtonClasses, getTransferCheckboxClasses, getTransferItemClasses, getTransformOrigin, getTransitionClasses, getTreeMapGradientPrefix, getTreeNodeClasses, getTreeNodeExpandIconClasses, getTreeSelectDisplayLabel, getTreeSelectNodeClasses, getTreeSelectTriggerClasses, getUploadButtonClasses, getUploadDataTransferFiles, getUploadLabels, getUploadStatusIconClasses, getValidatedPaginationJumperValue, getValidationOrder, getValueByPath, getVirtualRowKey, getVirtualTableContainerClasses, getVirtualTableFixedCellStyle, getVirtualTableFixedInfo, getVirtualTableRowClasses, getVisibleGroupItems, getVisibleTreeItems, getWatermarkOverlayStyle, globalColors, globalDuration, globalEasing, globalFont, globalRadius, globalShadow, globalSpace, groupBySwimlane, groupDataByColumn, groupItemsIntoRows, handleDragEnd, handleDragOver, handleDragStart, handleDrop, handleMenuNavigation, handleNodeCheck, handleTabKey, handleUploadDragLeave, handleUploadDragOver, handleUploadDrop, hasErrors, hasGutter, hexToRgb, hsvToRgb, iconSizeClasses, iconSvgBaseClasses, iconSvgDefaultStrokeLinecap, iconSvgDefaultStrokeLinejoin, iconSvgDefaultStrokeWidth, iconWrapperClasses, imageBaseClasses, imageCropperContainerClasses, imageCropperDragAreaClasses, imageCropperGuideClasses, imageCropperImgClasses, imageCropperMaskClasses, imageCropperSelectionClasses, imageErrorClasses, imageErrorIconPath, imageGroupBaseClasses, imageLoadingClasses, imagePreviewCloseBtnClasses, imagePreviewCounterClasses, imagePreviewCursorClass, imagePreviewImgClasses, imagePreviewMaskClasses, imagePreviewNavBtnClasses, imagePreviewToolbarBtnClasses, imagePreviewToolbarClasses, imagePreviewWrapperClasses, imageViewerBackdropClasses, imageViewerCloseBtnClasses, imageViewerCounterClasses, imageViewerIcons, imageViewerImgClasses, imageViewerNavBtnClasses, imageViewerToolbarBtnClasses, imageViewerToolbarClasses, infiniteScrollContainerClasses, infiniteScrollEndClasses, infiniteScrollLoaderClasses, infiniteScrollSentinelClasses, initRovingTabIndex, injectDropdownStyles, injectLoadingAnimationStyles, injectShakeStyle, injectSvgAnimationStyles, inputFocusClasses, inputGroupAddonBaseClasses, inputGroupAddonSizeClasses, inputGroupBaseClasses, inputGroupCompactClasses, inputGroupSpacedClasses, inputNumberControlsRightClasses, inputNumberDownIconPathD, inputNumberMinusIconPathD, inputNumberPlusIconPathD, inputNumberUpIconPathD, interactiveClasses, interpolateColor, interpolateColorOklch, interpolateStatisticValue, interpolateUploadLabel, isActivationKey, isAtMax, isAtMin, isBrowser, isCascaderOptionExpandable, isContentEmpty, isCrossContainerDrag, isDateInRange, isDragEnabled, isEnterKey, isEscapeKey, isEventOutside, isHTMLElement, isInlineFormat, isKeyActive, isKeyOpen, isKeySelected, isLazyTigerLocale, isNextDisabled, isOptionGroup, isPanelActive, isPrevDisabled, isSameContainerDrag, isSameDay, isSpaceKey, isTabKey, isTimeInRange, isToday, isToolbarSeparator, isValidDragHandle, isValidHex, isValidUrl, isWipExceeded, kanbanAddCardClasses, kanbanAddColumnClasses, kanbanCardCountClasses, kanbanFilterHighlightClasses, kanbanSwimlaneClasses, kanbanSwimlaneCollapsedClasses, kanbanSwimlaneDotClasses, kanbanSwimlaneHeaderClasses, layoutContentClasses, layoutFooterClasses, layoutHeaderClasses, layoutRootClasses, layoutSidebarClasses, layoutSidebarCollapsedClasses, linePointTransitionClasses, linkBaseClasses, linkDisabledClasses, linkSizeClasses, listBaseClasses, listBorderClasses, listEmptyStateClasses, listFooterClasses, listGridContainerClasses, listHeaderFooterBaseClasses, listItemAvatarClasses, listItemBaseClasses, listItemContentClasses, listItemDescriptionClasses, listItemDividedClasses, listItemExtraClasses, listItemHoverClasses, listItemLayoutClasses, listItemMetaClasses, listItemSizeClasses, listItemTitleClasses, listLoadingOverlayClasses, listSizeClasses, listWrapperClasses, loadingBarBaseClasses, loadingBarsWrapperBaseClasses, loadingColorClasses, loadingContainerBaseClasses, loadingDotBaseClasses, loadingDotsWrapperBaseClasses, loadingFullscreenBaseClasses, loadingOverlaySpinnerBaseClasses, loadingSizeClasses, loadingSpinnerBaseClasses, loadingTextSizeClasses, lockBodyScroll, manageLiveRegion, mapToolbarAction, matchesHotkey, measureTableResizeSnapshot, mentionsDropdownClasses, menuBaseClasses, menuCollapsedClasses, menuCollapsedItemClasses, menuDarkThemeClasses, menuItemBaseClasses, menuItemDisabledClasses, menuItemFocusClasses, menuItemGroupTitleClasses, menuItemHoverDarkClasses, menuItemHoverLightClasses, menuItemIconClasses, menuItemSelectedDarkClasses, menuItemSelectedLightClasses, menuLightThemeClasses, menuModeClasses, mergeStyleValues, mergeTigerLocale, messageBaseClasses, messageCloseButtonClasses, messageCloseIconPath, messageContainerBaseClasses, messageContentClasses, messageIconClasses, messageIconPaths, messageLoadingSpinnerClasses, messagePositionClasses, minimalTheme, minusPathD, modalBodyClasses, modalCloseButtonClasses, modalContentWrapperClasses, modalFooterClasses, modalHeaderClasses, modalMaskClasses, modalSizeClasses, modalTitleClasses, modalWrapperClasses, modernTheme, moveCard, moveCropRect, moveFocusInMenu, moveItemBetweenContainers, movePan, movePinch, naturalTheme, navigateToFolder, nextIconPath, normalizeActiveKeys, normalizeChartPadding, normalizeDate, normalizeRotation, normalizeStringOption, normalizeSvgAttrs, notificationBaseClasses, notificationCloseButtonClasses, notificationCloseIconClasses, notificationCloseIconPath, notificationContainerBaseClasses, notificationContentClasses, notificationDescriptionClasses, notificationIconClasses, notificationIconPaths, notificationPositionClasses, notificationTitleClasses, padTwo, paginateData, parseDate, parseDragData, parseHeight, parseHotkey, parseInputValue, parsePaneSize, parseTime, parseWidthToPx, plusPathD, polarToCartesian, popconfirmErrorIconPath, popconfirmIconPathStrokeLinecap, popconfirmIconPathStrokeLinejoin, popconfirmIconStrokeWidth, popconfirmIconViewBox, popconfirmInfoIconPath, popconfirmQuestionIconPath, popconfirmSuccessIconPath, popconfirmWarningIconPath, positionMentionsDropdown, prefersReducedMotion, prepareUploadFiles, prevIconPath, previewCloseIconPath, printLayoutBaseClasses, printLayoutFooterClasses, printLayoutHeaderClasses, printLayoutPaddingClasses, printLayoutPageBreakClasses, printLayoutPrintStyles, printPageSizeDimensions, professionalTheme, progressCircleBaseClasses, progressCircleSizeClasses, progressCircleTextClasses, progressCircleTrackStrokeClasses, progressLineBaseClasses, progressLineInnerClasses, progressLineSizeClasses, progressStripedAnimationClasses, progressStripedClasses, progressTextBaseClasses, progressTextSizeClasses, progressTrackBgClasses, pushFormHistory, qrcodeContainerClasses, qrcodeExpiredTextClasses, qrcodeOverlayClasses, qrcodeRefreshClasses, radioDisabledCursorClasses, radioDotBaseClasses, radioFocusVisibleClasses, radioGroupDefaultClasses, radioHoverBorderClasses, radioLabelBaseClasses, radioRootBaseClasses, radioSizeClasses, radioVisualBaseClasses, rateActiveColor, rateBaseClasses, rateHoverColor, rateInactiveColor, readFileAsDataUrl, redoFormHistory, registerImageGroupItem, renderTokenHtml, renderTokensHtml, renderWatermarkCanvas, renderWatermarkDataUrl, reorderColumns, reorderItems, replaceKeys, resetAreaGradientCounter, resetBarGradientCounter, resetFunnelGradientCounter, resetGaugeGradientCounter, resetIconPath, resetLineGradientCounter, resetPieGradientCounter, resetRadarGradientCounter, resetScatterGradientCounter, resetSunburstGradientCounter, resetTreeMapGradientCounter, resizableBaseClasses, resizableHandleBaseClasses, resizableHandleDisabledClasses, resizableHandleDraggingClasses, resizableHandlePositionStyles, resizeCropRect, resizePanes, resolveAffixTarget, resolveCarouselSwipeDirection, resolveChartPalette, resolveChartTooltipContent, resolveDragConfig, resolveFileOpen, resolveHeatmapRenderMode, resolveLocaleText, resolveMultiSeriesTooltipContent, resolveResponsiveChartSize, resolveResponsiveValue, resolveSeriesData, resolveTigerLocale, resolveWatermarkFont, restoreFocus, resultBaseClasses, resultExtraClasses, resultIconClasses, resultIconContainerBaseClasses, resultSubTitleClasses, resultTitleClasses, rgbToHex, rgbToHsv, richTextContainerBase, richTextContainerDisabled, richTextEditorAreaBase, richTextEditorAreaReadOnly, richTextPlaceholderClasses, richTextToolbarButtonActive, richTextToolbarButtonBase, richTextToolbarClasses, richTextToolbarSeparatorClasses, rowGutterClasses, runStepValidation, sanitizeHtml, scatterPointTransitionClasses, scrollToAnchor, scrollToTop, selectBaseClasses, selectDropdownBaseClasses, selectEmptyStateClasses, selectGroupLabelClasses, selectOptionBaseClasses, selectOptionDisabledClasses, selectOptionSelectedClasses, selectSearchInputClasses, setDragData, setThemeColors, shouldCloseOnMaskClick, shouldHideBadge, shouldLoadMore, shouldShowBackTop, sizesToPercentages, skeletonAnimationClasses, skeletonBaseClasses, skeletonShapeClasses, skeletonVariantDefaults, sliceBreadcrumbPath, sliderBaseClasses, sliderDisabledClasses, sliderGetKeyboardValue, sliderGetPercentage, sliderGetValueFromPosition, sliderNormalizeValue, sliderRangeClasses, sliderSizeClasses, sliderThumbClasses, sliderTooltipClasses, sliderTrackClasses, sortActivityGroups, sortData, sortFileItems, sortNotificationGroups, splitTransferData, splitterBaseClasses, splitterGutterBaseClasses, splitterGutterDisabledClasses, splitterGutterDraggingClasses, splitterGutterHandleClasses, splitterGutterHandleHorizontalClasses, splitterGutterHandleVerticalClasses, splitterGutterHorizontalClasses, splitterGutterVerticalClasses, splitterHorizontalClasses, splitterPaneBaseClasses, splitterVerticalClasses, stackSeriesData, starPathD, starViewBox, startPan, startPinch, statisticBaseClasses, statisticPrefixClasses, statisticSuffixClasses, stepFinishChar, stepValue, stepperBaseClasses, stepperIconViewBox, submenuContentHorizontalClasses, submenuContentHorizontalNestedClasses, submenuContentInlineClasses, submenuContentPopupClasses, submenuContentVerticalClasses, submenuExpandIconClasses, submenuExpandIconExpandedClasses, submenuHeightTransitionClasses, submenuTitleClasses, switchBaseClasses, switchSizeClasses, switchThumbSizeClasses, switchThumbTranslateClasses, tabAddButtonClasses, tabCloseButtonClasses, tabContentBaseClasses, tabFocusClasses, tabIndicatorBaseClasses, tabIndicatorPositionClasses, tabItemBaseClasses, tabItemCardActiveClasses, tabItemCardClasses, tabItemDisabledClasses, tabItemEditableCardActiveClasses, tabItemEditableCardClasses, tabItemLineActiveClasses, tabItemLineClasses, tabItemPillsActiveClasses, tabItemPillsClasses, tabItemSizeClasses, tabNavBaseClasses, tabNavLineBorderClasses, tabNavListBaseClasses, tabNavListCenteredClasses, tabNavListPositionClasses, tabNavPositionClasses, tabPaneBaseClasses, tabPaneHiddenClasses, tableBaseClasses, tableContainerClasses, tableEmptyStateClasses, tableGroupHeaderClasses, tableLoadingOverlayClasses, tableSummaryRowClasses, tabsBaseClasses, tagBaseClasses, tagCloseButtonBaseClasses, tagCloseIconPath, tagPillClasses, tagSizeClasses, taskBoardAddCardClasses, taskBoardBaseClasses, taskBoardCardClasses, taskBoardCardDraggingClasses, taskBoardColumnBodyClasses, taskBoardColumnClasses, taskBoardColumnDraggingClasses, taskBoardColumnDropTargetClasses, taskBoardColumnHeaderClasses, taskBoardDropIndicatorClasses, taskBoardEmptyClasses, taskBoardWipExceededClasses, textAlignClasses, textColorClasses, textDecorationClasses, textSizeClasses, textWeightClasses, timePickerBaseClasses, timePickerClearButtonClasses, timePickerColumnClasses, timePickerColumnHeaderClasses, timePickerColumnListClasses, timePickerFooterButtonClasses, timePickerFooterClasses, timePickerInputWrapperClasses, timePickerPanelClasses, timePickerPanelContentClasses, timePickerRangeHeaderClasses, timelineContainerClasses, timelineContentClasses, timelineCustomDotClasses, timelineDescriptionClasses, timelineDotClasses, timelineHeadClasses, timelineItemClasses, timelineLabelClasses, timelineListClasses, timelineTailClasses, to12HourFormat, to24HourFormat, toActivityTimelineItems, toCSSSize, toDragItems, toFileDragItem, toggleFileSelection, toggleKey, togglePanelKey, tokenClassesDark, tokenClassesLight, tokenizeLine, tourCloseButtonClasses, tourDescriptionClasses, tourFooterClasses, tourIndicatorClasses, tourMaskClasses, tourPopoverClasses, tourTitleClasses, transferBaseClasses, transferEmptyClasses, transferOperationClasses, transferPanelBodyClasses, transferPanelClasses, transferPanelHeaderClasses, transferSearchClasses, transitionPresets, treeBaseClasses, treeEmptyStateClasses, treeLineClasses, treeLoadingClasses, treeNodeCheckboxClasses, treeNodeChildrenClasses, treeNodeContentClasses, treeNodeDisabledClasses, treeNodeExpandIconClasses, treeNodeExpandIconExpandedClasses, treeNodeHoverClasses, treeNodeIconClasses, treeNodeIndentClasses, treeNodeLabelClasses, treeNodeSelectedClasses, treeNodeWrapperClasses, treeSelectBaseClasses, treeSelectDropdownClasses, treeSelectEmptyClasses, treeSelectNodeBaseClasses, treeSelectSearchClasses, undoFormHistory, unregisterImageGroupItem, updateDragOffset, uploadPlusIconPath, uploadStatusIconColorClasses, uploadStatusIconSizeClasses, validateCurrentPage, validateField, validateFileSize, validateFileType, validateForm, validateRule, validateUploadFile, valueToGaugeAngle, variableSizeStrategy, version, vibrantTheme, virtualListContainerClasses, virtualListInnerClasses, virtualTableBorderedClasses, virtualTableCellClasses, virtualTableContainerClasses, virtualTableEmptyClasses, virtualTableHeaderCellClasses, virtualTableHeaderClasses, virtualTableLoadingClasses, virtualTableRowClasses, virtualTableRowHoverClasses, virtualTableRowSelectedClasses, virtualTableRowStripedClasses, watermarkDefaults, watermarkFontDefaults, watermarkWrapperClasses, zoomInIconPath, zoomOutIconPath };
|
|
19728
|
+
export { ANIMATION_DURATION_FAST_MS, ANIMATION_DURATION_MS, ANIMATION_DURATION_SLOW_MS, type ActiveTourStep, type ActivityAction, type ActivityFeedProps, type ActivityGroup, type ActivityItem, type ActivityStatusTag, type ActivityTimelineItem, type ActivityUser, type AffixObserverOptions, type AffixProps, type AffixState, type AlertColorScheme, type AlertProps, type AlertSize, type AlertThemeColors, type AlertType, type Align, type AnchorChangeInfo, type AnchorClickInfo, type AnchorDirection, type AnchorLinkProps, type AnchorObserverOptions, type AnchorProps, type AreaChartDatum, type AreaChartProps, type AreaChartSeries, type AriaLiveLevel, type AutoCompleteOption, type AutoCompleteProps, type AutoCompleteSize, type AutoResizeTextareaOptions, type AvatarGroupProps, type AvatarProps, type AvatarShape, type AvatarSize, type BackTopFrameCallback, type BackTopFrameCancel, type BackTopFrameRequest, type BackTopProps, type BackTopVisibilityController, type BackTopVisibilityControllerOptions, type BadgeColorScheme, type BadgePosition, type BadgeProps, type BadgeSize, type BadgeThemeColors, type BadgeType, type BadgeVariant, type BandScaleOptions, type BarChartDatum, type BarChartProps, type BarValueLabelPosition, type BaseChartProps, type BaseFloatingPopupProps, type BaseFormControlProps, type BaseInteractiveProps, type BaseLayoutProps, type BeforeUploadHandler, type BooleanChangeHandler, type BreadcrumbItemProps, type BreadcrumbProps, type BreadcrumbSeparator, type Breakpoint, type BuildChartSeriesKeysOptions, type BuildLegendItemsOptions, type ButtonColorScheme, type ButtonGroupProps, type ButtonHtmlType, type ButtonIconPosition, type ButtonProps, type ButtonSize, type ButtonVariant, COMPONENT_MOTION_VARS, COUNTDOWN_DEFAULT_FORMAT, COUNTDOWN_DEFAULT_INTERVAL_MS, CROP_HANDLES, type CalendarMode, type CalendarProps, type CancelHandler, type CardDirection, type CardDragData, type CardProps, type CardSize, type CardVariant, type CarouselAutoplayController, type CarouselAutoplayControllerOptions, type CarouselBeforeChangeInfo, type CarouselChangeInfo, type CarouselDotPosition, type CarouselEffect, type CarouselFrameCallback, type CarouselFrameCancel, type CarouselFrameRequest, type CarouselMethods, type CarouselProps, type CarouselSwipeDirection, type CarouselSwipeOptions, type CarouselTouchPoint, type CarouselVisibilityDocument, type CascaderExpandTrigger, type CascaderFilterFn, type CascaderFlattenedOption, type CascaderOption, type CascaderProps, type CascaderShowSearch, type CascaderSize, type CascaderValue, type ChartAnimationConfig, type ChartAxisOrientation, type ChartAxisProps, type ChartAxisTick, type ChartBrushRange, type ChartCanvasProps, type ChartCanvasSize, type ChartCurveType, type ChartDownloadOptions, type ChartExportFormat, type ChartFrameCallback, type ChartFrameCancel, type ChartFrameRequest, type ChartGradientKind, type ChartGridLine, type ChartGridLineStyle, type ChartGridProps, type ChartInteractionHandlers, type ChartInteractionOptions, type ChartInteractionProps, type ChartInteractionState, type ChartLegendItem, type ChartLegendPosition, type ChartLegendProps, type ChartLinkListener, type ChartPadding, type ChartPointerMoveScheduler, type ChartPointerMoveSchedulerOptions, type ChartResizeFrameCallback, type ChartResizeFrameCancel, type ChartResizeFrameRequest, type ChartResizeObserverController, type ChartResizeObserverControllerOptions, type ChartResizeObserverFactory, type ChartResizeObserverLike, type ChartScale, type ChartScaleType, type ChartScaleValue, type ChartSeriesPoint, type ChartSeriesProps, type ChartSeriesType, type ChartTooltipPosition, type ChartTooltipProps, type ChartWithAxesProps, type ChatMessage, type ChatMessageDirection, type ChatMessageStatus, type ChatMessageStatusInfo, type ChatUser, type ChatWindowProps, type CheckboxGroupProps, type CheckboxGroupValue, type CheckboxProps, type CheckboxSize, type CheckboxValue, type ClassValue, type CloseHandler, type CodeEditorProps, type CodeEditorTheme, type CodeHighlighter, type CodeLanguage, type CodeProps, type ColProps, type ColSpan, type CollapsePanelProps, type CollapseProps, type CollapseTransitionController, type CollapseTransitionControllerOptions, type CollapseTransitionElement, type ColorFormat, type ColorPickerProps, type ColorPickerSize, ColorScheme, type ColorSwatchGroup, type ColorSwatchNormalizedGroup, type ColorSwatchNormalizedOption, type ColorSwatchOption, type ColorSwatchOptionInput, type ColorSwatchProps, type ColorSwatchSize, ColumnAlign, type ColumnDragData, ColumnFilter, type CommentAction, type CommentNode, type CommentTag, type CommentThreadProps, type CommentUser, type ComponentMotionConfig, type ComponentSize, type ComponentTokenName, type ComposableClassInput, type ConfirmHandler, type ContainerMaxWidth, type ContainerProps, type ContentProps, type CountdownChangePayload, type CountdownDurationParts, type CountdownProps, type CountdownSize, type CountdownValue, type CreateAriaIdOptions, type CronEditorProps, type CronEditorSize, type CronFieldControl, type CronFieldKey, type CronFieldMeta, type CronFieldMode, type CronPreset, type CronValidationIssue, type CronValidationResult, type CropHandle, type CropRect, type CropResult, type CropUploadProps, DEFAULT_CHART_COLORS, DEFAULT_FORM_WIZARD_LABELS, DEFAULT_HEATMAP_CANVAS_THRESHOLD, DEFAULT_PAGINATION_LABELS, DEFAULT_TASK_BOARD_LABELS, DEFAULT_UPLOAD_CHUNK_SIZE, DONUT_BASE_SHADOW, DONUT_EMPHASIS_SHADOW, DROPDOWN_CHEVRON_PATH, DROPDOWN_ENTER_CLASS, DURATION_CLASS, DURATION_FAST_CLASS, DURATION_SLOW_CLASS, type DataTableWithToolbarProps, DateFormat, DatePickerLabels, DatePickerLocaleInput, DatePickerLocalePreset, DatePickerSize, type DescriptionsItem, type DescriptionsLayout, type DescriptionsProps, type DescriptionsSize, type DividerLineStyle, type DividerOrientation, type DividerProps, type DividerSpacing, type DocumentDragSession, type DocumentDragSessionEvent, type DocumentDragSessionOptions, type DonutChartDatum, type DonutChartProps, type DragAxis, type DragCallbacks, type DragConfig, type DragDirection, type DragDropEvent, type DragEndEvent, type DragItem, type DragMoveResult, type DragOverEvent, type DragReorderResult, type DragStartEvent, type DragState, type DrawerPlacement, type DrawerProps, type DrawerSize, type DropdownItemProps, type DropdownMenuProps, type DropdownProps, type DropdownTrigger, EASING_DEFAULT, EASING_ENTER, EASING_LEAVE, EASING_SMOOTH, EASING_SPRING, EN_US_DATEPICKER_LOCALE, type ElementLike, type EmptyIllustrationPath, type EmptyPreset, type EmptyProps, type EmptySlotContext, type ExecCommandResult, type ExpandIconPosition, FORM_VALIDATION_PRESETS, type FileItem, type FileManagerModelDerived, type FileManagerModelInput, type FileManagerProps, type FileOpenResult, type FileSortField, type FileSortOrder, type FileType, type FileViewMode, FilterOption, FilterRule, type FlatScrollSpyItem, type FlatTreeSelectNode, type FloatButtonGroupProps, type FloatButtonProps, type FloatButtonShape, type FloatButtonSize, type FloatingCleanup, type FloatingMiddlewareOptions, type FloatingOptions, type FloatingPlacement, type FloatingResult, type FloatingTrigger, type FocusElementOptions, type FocusTrap, type FocusTrapNavigation, type FocusTrapOptions, type FooterProps, type FormCondition, type FormConditionInput, type FormConditionLogic, type FormConditionOperator, type FormConditionState, type FormConditions, type FormController, type FormControllerOptions, type FormError, type FormErrorDisplayMode, type FormFieldChangeHandler, type FormFieldCondition, type FormHistoryState, type FormItemClassOptions, type FormItemLabelClassOptions, type FormItemProps, type FormItemSlotContext, type FormLabelAlign, type FormLabelPosition, type FormProps, type FormRule, type FormRuleTrigger, type FormRuleType, type FormRules, type FormSize, type FormSubmitHandler, type FormValidateHandler, type FormValidationDebouncer, type FormValidationDebouncerOptions, type FormValidationPreset, type FormValidationResult, type FormValues, type FormWizardProps, type FormWizardValidateResult, type FormWizardValidator, type FunnelChartDatum, type FunnelChartProps, type FunnelSegment, GAUGE_ANIMATION_DURATION_MS, type GanttDateValue, type GanttLayoutDependency, type GanttLayoutOptions, type GanttLayoutResult, type GanttLayoutTask, type GanttProps, type GanttScale, type GanttTask, type GanttTimelineTick, type GaugeAnimationController, type GaugeAnimationOptions, type GaugeArc, type GaugeChartProps, type GenericExpandable, type GenericFormFieldProps, type GenericFormRule, type GenericRowSelection, type GenericSelectOption, type GenericSelectOptionGroup, type GenericSelectProps, type GenericTableColumn, type GenericTableProps, type GesturePoint, type GestureTransform, type GetContainerClassesOptions, type GetInputClassesOptions, type GetRadioDotClassesOptions, type GetRadioGroupClassesOptions, type GetRadioLabelClassesOptions, type GetRadioVisualClassesOptions, type GlobalColorHue, type GlobalColorLevel, type GlobalDurationKey, type GlobalEasingKey, type GlobalRadiusKey, type GlobalShadowKey, type GlobalSpaceKey, type GutterSize, type HeaderProps, type HeatmapCell, type HeatmapChartDatum, type HeatmapChartProps, type HeatmapColorSpace, type HeatmapRenderMode, type HsvColor, type IconProps, type IconSize, type ImageAnnotation, type ImageAnnotationBase, type ImageAnnotationBox, type ImageAnnotationChangeMeta, type ImageAnnotationPath, type ImageAnnotationPoint, type ImageAnnotationProps, type ImageAnnotationShape, type ImageAnnotationTool, type ImageCropperProps, type ImageFit, type ImageGroupProps, type ImageGroupRegistrationResult, type ImagePreviewProps, type ImagePreviewToolbarAction, type ImageProps, type ImageViewerProps, type InfiniteScrollObserverOptions, type InfiniteScrollProps, type InputGroupAddonProps, type InputGroupProps, type InputGroupSize, type InputNumberProps, type InputProps, type InputSize, type InputStatus, type InputType, type IsEventOutsideOptions, type IsItemDisabled, type ItemClickHandler, type Justify, type KanbanCard, type KanbanCardMoveEvent, type KanbanColumn, type KanbanColumnMoveEvent, type KanbanProps, type KanbanSwimlane, type KeyLikeEvent, type LayoutProps, type LineChartDatum, type LineChartProps, type LineChartSeries, type LinkColorScheme, type LinkProps, type LinkSize, type LinkThemeColors, type LinkVariant, type ListBorderStyle, type ListItem, type ListItemLayout, type ListItemSlotContext, type ListPaginationConfig, type ListProps, type ListSize, type LiveRegion, type LoadingAnimationIndex, type LoadingColor, type LoadingProps, type LoadingSize, type LoadingVariant, type LongPressController, type LongPressControllerOptions, type LongPressGestureOptions, MODERN_BASE_TOKENS_DARK, MODERN_BASE_TOKENS_LIGHT, MODERN_OVERRIDE_TOKENS_DARK, MODERN_OVERRIDE_TOKENS_LIGHT, MODERN_REDUCED_MOTION_TOKENS, MONTHS, MOTION_DURATION_TOKEN_FALLBACKS, MOTION_DURATION_TOKEN_VARS, MOTION_EASING_TOKEN_FALLBACKS, MOTION_EASING_TOKEN_VARS, type MarkdownEditorMode, type MarkdownEditorProps, type MarkdownInsertResult, type MarkdownRenderer, type MarkdownSelection, type MarkdownToolbarAction, type MarkdownToolbarButton, type MarkdownToolbarItem, type MarkdownToolbarSeparator, type MaskClickLikeEvent, type MentionOption, type MentionsProps, type MentionsSize, type MenuItem, type MenuItemGroupProps, type MenuItemProps, type MenuItemSlotContext, type MenuKey, type MenuMode, type MenuProps, type MenuSelectHandler, type MenuTheme, type MessageColorScheme, type MessageConfig, type MessageInstance, type MessageOptions, type MessagePosition, type MessageProps, type MessageType, type ModalProps, type ModalSize, type MotionDirection, type MotionDuration, type MotionDurationToken, type MotionEasing, type MotionEasingToken, type MotionSequenceOptions, type MotionSequenceStep, type MotionStaggerOptions, type MoveCardOptions, type MultiSelectChangeHandler, type NotificationCenterProps, type NotificationColorScheme, type NotificationConfig, type NotificationGroup, type NotificationInstance, type NotificationItem, type NotificationOptions, type NotificationPosition, type NotificationProps, type NotificationReadFilter, type NotificationStackFrameCallback, type NotificationStackFrameCancel, type NotificationStackFrameRequest, type NotificationStackUpdateCallback, type NotificationStackUpdateScheduler, type NotificationStackUpdateSchedulerOptions, type NotificationType, type NumberChangeHandler, type NumberKeyboardAction, type NumberKeyboardChangePayload, type NumberKeyboardInputOptions, type NumberKeyboardKey, type NumberKeyboardKeyType, type NumberKeyboardLayoutOptions, type NumberKeyboardMode, type NumberKeyboardProps, type OpenChangeHandler, type OrgChartDirection, type OrgChartLayoutLink, type OrgChartLayoutNode, type OrgChartLayoutOptions, type OrgChartLayoutResult, type OrgChartNode, type OrgChartProps, type OverlayFooterSlotContext, type OverlayHeaderSlotContext, PIE_BASE_SHADOW, PIE_EMPHASIS_SHADOW, POPOVER_TEXT_CLASSES, POPOVER_TITLE_CLASSES, type PageChangeInfo, type PageSizeChangeInfo, type PaginationAlign, type PaginationChangeHandler, PaginationConfig, type PaginationIdleValidationScheduler, type PaginationIdleValidationSchedulerOptions, type PaginationPageSizeOption, type PaginationPageSizeOptionItem, type PaginationProps, type PaginationQuickJumperValidationOptions, type PaginationSize, type PanGesture, type PanGestureOptions, type PanResult, type PanState, type ParsedHotkey, type PickerComboboxAriaOptions, type PickerListboxAriaOptions, type PickerOptionAriaOptions, type PickerTriggerKeyAction, type PieArcDatum, type PieChartDatum, type PieChartProps, type PinchGesture, type PinchState, type PointScaleOptions, type PopconfirmIconType, type PopconfirmProps, type PopoverProps, type PopoverTrigger, type PositionMentionsDropdownOptions, type PrepareUploadFilesOptions, type PrepareUploadFilesResult, type PreviewNavState, type PrimitiveColorHue, type PrimitiveColorLevel, type PrimitiveDurationKey, type PrimitiveEasingKey, type PrimitiveRadiusKey, type PrimitiveShadowKey, type PrimitiveSpaceKey, type PrintLayoutProps, type PrintOrientation, type PrintPageSize, type ProgressColorScheme, type ProgressProps, type ProgressSize, type ProgressStatus, type ProgressThemeColors, type ProgressType, type ProgressVariant, type QRCodeLevel, type QRCodeProps, type QRCodeStatus, RADAR_SPLIT_AREA_COLORS, type RadarChartDatum, type RadarChartProps, type RadarChartSeries, type RadarPoint, type RadioColorScheme, type RadioGroupProps, type RadioProps, type RadioSize, type RafRepeatActionController, type RafRepeatActionOptions, type RateProps, type RateSize, type RepeatAction, type RepeatFrameCallback, type RepeatFrameCancel, type RepeatFrameRequest, type ResizableProps, type ResizeAxis, type ResizeEvent, type ResizeHandlePosition, type ResolveCreatableSelectOptionOptions, type ResolveSelectOptionsOptions, type ResolvedMotionSequenceStep, type ResponsiveBreakpoint, type ResultColorScheme, type ResultProps, type ResultStatus, type RgbColor, type RichTextEditorMode, type RichTextEditorProps, type RichTextEngine, type RichTextEngineInstance, type RichTextEngineMountContext, type RowProps, type RunUploadQueueOptions, SCATTER_ENTRANCE_CLASS, SCATTER_ENTRANCE_KEYFRAMES, SHAKE_CLASS, STATISTIC_ANIMATION_DURATION_MS, SVG_ANIMATION_CLASSES, SVG_ANIMATION_VARS, SVG_DEFAULT_FILL, SVG_DEFAULT_STROKE, SVG_DEFAULT_VIEWBOX_20, SVG_DEFAULT_VIEWBOX_24, SVG_DEFAULT_XMLNS, SVG_PATH_ANIMATION_CSS, type ScatterChartDatum, type ScatterChartProps, type ScrollSpyChangePayload, type ScrollSpyDirection, type ScrollSpyItem, type ScrollSpyKey, type ScrollSpyObserverOptions, type ScrollSpyProps, type SearchHandler, type SegmentedContainerStyle, type SegmentedIndicatorStyle, type SegmentedOption, type SegmentedProps, type SegmentedSize, type SelectChangeHandler, type SelectModelValue, type SelectOption, type SelectOptionGroup, type SelectOptionSlotContext, type SelectOptions, type SelectProps, type SelectSearchDebouncer, type SelectSearchDebouncerOptions, type SelectSize, type SelectValue, type SelectValues, type SemanticTokenCategory, type SidebarProps, type SignatureCanvasRect, type SignatureChangePayload, type SignatureExportOptions, type SignatureExportType, type SignaturePoint, type SignatureProps, type SignatureStroke, type SkeletonAnimation, type SkeletonProps, type SkeletonShape, type SkeletonVariant, type SliderProps, type SliderSize, SortDirection, SortState, type SpaceAlign, type SpaceDirection, type SpaceProps, type SpaceSize, type SplitDirection, type SplitterPaneConfig, type SplitterProps, type SpotlightItem, type SpotlightItemFilter, type SpotlightItemKey, type SpotlightProps, type SpotlightSearchGroup, type SpotlightSearchOptions, type SpotlightSearchResult, type SpotlightSearchState, type StatisticNumberAnimationController, type StatisticNumberAnimationOptions, type StatisticProps, type StatisticSize, type StepChangeHandler, type StepItem, type StepSize, type StepStatus, type StepperProps, type StepperSize, type StepsDirection, type StepsProps, type StringChangeHandler, type StyleAtom, type StyleObject, type StyleValue, type SubMenuProps, type SubmenuHeightTransitionController, type SubmenuHeightTransitionControllerOptions, type SubmenuHeightTransitionElement, type SunburstArc, type SunburstChartDatum, type SunburstChartProps, type SwimlaneGroup, type SwipeDirection, type SwipeGesture, type SwipeGestureOptions, type SwitchProps, type SwitchSize, TABLE_AUTO_VIRTUAL_THRESHOLD, TABLE_VIRTUAL_RECOMMENDATION_THRESHOLD, THEME_CSS_VARS, TIGER_BREAKPOINT_CSS_VALUES, TIGER_VIEWPORT_BREAKPOINTS, TRANSITION_BASE, TRANSITION_DURATIONS, TRANSITION_OPACITY, TRANSITION_TRANSFORM, type TabChangeHandler, type TabChangeInfo, type TabEditInfo, type TabIndicatorStyle, type TabNavListStyle, type TabPaneProps, type TabPosition, type TabSize, type TabType, type TableCellSlotContext, TableColumn, type TableEmptySlotContext, type TableExpandChangeHandler, type TableExpandSlotContext, type TableFilterChangeHandler, TableProps, type TableResizeFrameCallback, type TableResizeFrameCancel, type TableResizeFrameRequest, type TableResizeObserverController, type TableResizeObserverControllerOptions, type TableResizeObserverFactory, type TableResizeObserverLike, type TableResizeSnapshot, TableResponsiveMode, type TableRowClickHandler, type TableRowKeyCache, type TableSelectionChangeHandler, TableSize, type TableSortChangeHandler, type TableToolbarAction, type TableToolbarFilter, type TableToolbarFilterValue, type TableToolbarProps, type TableVirtualRecommendation, type TableVirtualRecommendationOptions, type TabsProps, type TagColorScheme, type TagProps, type TagSize, type TagThemeColors, type TagVariant, type TaskBoardCard, type TaskBoardCardMoveEvent, type TaskBoardColumn, type TaskBoardColumnMoveEvent, type TaskBoardDragCallbacks, type TaskBoardDragController, type TaskBoardDragData, type TaskBoardDragOptions, type TaskBoardDragSnapshot, type TaskBoardDragState, type TaskBoardMoveValidator, type TaskBoardProps, type TextAlign, type TextColor, type TextProps, type TextSize, type TextTag, type TextWeight, type TextareaProps, type TextareaSize, type ThemeChangeEvent, type ThemeChangeListener, type ThemeColors, ThemeManager, ThemePreset, TigerLocale, TigerLocaleDirection, TigerLocaleFormWizard, TigerLocaleInput, TigerLocaleLazyModule, TigerLocaleLoader, TigerLocalePagination, TigerLocaleTaskBoard, type TimeFormat, type TimePickerLabels, type TimePickerModelValue, type TimePickerOptionUnit, type TimePickerProps, type TimePickerRangeValue, type TimePickerSingleValue, type TimePickerSize, type TimelineItem, type TimelineItemPosition, type TimelineMode, type TimelineProps, type Token, type TokenType, type ToolbarAction, type ToolbarButton, type ToolbarItem, type ToolbarSeparator, type TooltipProps, type TooltipTrigger, type TouchDragState, type TouchDragTracker, type TourPlacement, type TourProps, type TourRect, type TourStep, type TourStepLoader, type TourStepSkipPredicate, type TransferDirection, type TransferItem, type TransferProps, type TransferSize, type TransitionClasses, type TransitionConfig, type TransitionType, type TreeCheckStrategy, type TreeCheckedState, type TreeExpandedState, type TreeFilterFn, type TreeLoadDataFn, type TreeMapChartDatum, type TreeMapChartProps, type TreeMapNode, type TreeNode, type TreeProps, type TreeSelectProps, type TreeSelectSize, type TreeSelectValue, type TreeSelectionMode, type TriggerHandlerMap, type UploadChunk, type UploadDataTransferLike, type UploadDragEventLike, type UploadDragResult, type UploadFile, type UploadFileStatus, type UploadLabelOverrides, type UploadLabels, type UploadListType, type UploadProps, type UploadQueueItem, type UploadQueueStatus, type UploadRejectReason, type UploadRejectedFile, type UploadRequestOptions, type UploadStatusIconSize, VIEW_TRANSITION_CSS, type ViewTransitionLike, type ViewTransitionOptions, type ViewportQueryOptions, type VirtualListItemSize, type VirtualListProps, type VirtualListSizeStrategy, type VirtualRange, type VirtualTableFixedInfo, type VirtualTableProps, type VirtualTableRange, type VisibleGroupItems, type VisibleTreeItem, WEEKDAYS, type WatermarkFont, type WatermarkFrameCallback, type WatermarkFrameCancel, type WatermarkFrameRequest, type WatermarkProps, type WatermarkRenderController, type WatermarkRenderControllerOptions, type WatermarkRenderOptions, type WatermarkResizeObserverFactory, type WatermarkResizeObserverLike, type WheelZoomOptions, type WizardStep, ZH_CN_DATEPICKER_LOCALE, ZH_CN_FORM_WIZARD_LABELS, ZH_CN_PAGINATION_LABELS, ZH_CN_TASK_BOARD_LABELS, activeOpacityClasses, activePressClasses, activityItemActionsClasses, activityItemBodyClasses, activityItemClasses, activityItemDescriptionClasses, activityItemHeaderClasses, activityItemLayoutClasses, activityItemTitleGroupClasses, affixWrapperClasses, alertBannerClasses, alertBaseClasses, alertCloseButtonBaseClasses, alertCloseIconPath, alertContentClasses, alertCountdownBarClasses, alertCountdownColorClasses, alertCountdownContainerClasses, alertDescriptionSizeClasses, alertIconContainerClasses, alertIconSizeClasses, alertSizeClasses, alertTitleSizeClasses, aliasTokens, anchorAffixClasses, anchorBaseClasses, anchorInkActiveHorizontalClasses, anchorInkActiveVerticalClasses, anchorInkContainerHorizontalClasses, anchorInkContainerVerticalClasses, anchorLinkActiveClasses, anchorLinkBaseClasses, anchorLinkListHorizontalClasses, anchorLinkListVerticalClasses, animationDelayClasses, animationDelayStyles, announceToScreenReader, applyAspectRatio, applyChartBrush, applyFileDragReorder, applyFloatingStyles, applyMarkdownToolbarAction, applyNumberKeyboardInput, applyWheelZoom, autoCompleteBaseClasses, autoCompleteDropdownClasses, autoCompleteEmptyStateClasses, autoCompleteOptionBaseClasses, autoResizeTextarea, autoUpdateFloating, avatarBaseClasses, avatarDefaultBgColor, avatarDefaultTextColor, avatarGroupBaseClasses, avatarGroupItemClasses, avatarGroupOverflowClasses, avatarImageClasses, avatarShapeClasses, avatarSizeClasses, backTopButtonClasses, backTopContainerClasses, backTopHiddenClasses, backTopIconPath, backTopVisibleClasses, badgeBaseClasses, badgePositionClasses, badgeSizeClasses, badgeTypeClasses, badgeWrapperClasses, barAnimatedTransition, barValueLabelClasses, barValueLabelInsideClasses, barsVariantConfig, breadcrumbContainerClasses, breadcrumbCurrentClasses, breadcrumbEllipsisClasses, breadcrumbItemBaseClasses, breadcrumbLinkClasses, breadcrumbSeparatorBaseClasses, buildActivityGroups, buildChartLegendItems, buildChartSeriesKeys, buildCommentTree, buildCronFieldValue, buildNotificationGroups, buildTriggerHandlerMap, builtinCodeHighlighter, builtinRichTextEngine, buttonBaseClasses, buttonDangerClasses, buttonDisabledClasses, buttonGroupBaseClasses, buttonGroupHorizontalClasses, buttonGroupItemClasses, buttonGroupItemVerticalClasses, buttonGroupVerticalClasses, buttonSizeClasses, calculateAffixState, calculateCheckedState, calculateCirclePath, calculateInitialSizes, calculatePagination, calculateResizeDelta, calculateStepStatus, calculateTransform, calculateVirtualRange, calendarHeaderClasses, calendarNavButtonClasses, calendarTitleClasses, calendarWeekdayClasses, canAnimateStatisticValue, canRedo, canUndo, captureActiveElement, cardActionsClasses, cardBaseClasses, cardCoverClasses, cardCoverWrapperClasses, cardDirectionClasses, cardFooterClasses, cardHeaderClasses, cardHorizontalBodyClasses, cardHoverClasses, cardSizeClasses, cardVariantClasses, carouselArrowBaseClasses, carouselArrowDisabledClasses, carouselBaseClasses, carouselDotActiveClasses, carouselDotClasses, carouselDotsBaseClasses, carouselDotsPositionClasses, carouselNextArrowClasses, carouselNextArrowPath, carouselPrevArrowClasses, carouselPrevArrowPath, carouselSlideBaseClasses, carouselTrackFadeClasses, carouselTrackScrollClasses, cascaderBaseClasses, cascaderColumnClasses, cascaderDropdownClasses, cascaderEmptyStateClasses, cascaderOptionBaseClasses, cascaderOptionDisabledClasses, cascaderOptionSelectedClasses, cascaderSearchInputClasses, cascaderSearchResultClasses, chartAxisLabelClasses, chartAxisLineClasses, chartAxisTickLineClasses, chartAxisTickTextClasses, chartCanvasBaseClasses, chartGridLineClasses, chartInteractiveClasses, checkboxLabelSizeClasses, checkboxSizeClasses, checkedSetsFromState, clampBarWidth, clampDimensions, clampImageAnnotationPoint, clampImageAnnotationUnit, clampPaneSize, clampPercentage, clampScale, clampSignatureLineWidth, clampSlideIndex, clampStepIndex, clampStepperValue, clampValue, clampZoom, classNames, clearCalendarMonthDaysCache, clearChartAxisTickCache, clearFieldErrors, clearPieArcCache, clipCommentTreeDepth, cloneSignatureStrokes, codeBlockContainerClasses, codeBlockCopyButtonBaseClasses, codeBlockCopyButtonCopiedClasses, codeBlockPreClasses, codeEditorBaseClasses, codeEditorDarkClasses, codeEditorDisabledClasses, codeEditorHighlightClasses, codeEditorLightClasses, codeEditorLineNumberClasses, codeEditorLineNumberDarkClasses, codeEditorLineNumberLightClasses, codeEditorTextareaClasses, coerceClassValue, coerceStyleValue, colGutterClasses, collapseBaseClasses, collapseBorderlessClasses, collapseGhostClasses, collapseHeaderTextClasses, collapseIconBaseClasses, collapseIconExpandedClasses, collapseIconPositionClasses, collapsePanelBaseClasses, collapsePanelContentBaseClasses, collapsePanelContentWrapperClasses, collapsePanelHeaderActiveClasses, collapsePanelHeaderBaseClasses, collapsePanelHeaderDisabledClasses, colorPickerBaseClasses, colorPickerInputClasses, colorPickerPanelClasses, colorPickerPresetClasses, colorPickerSliderTrackClasses, colorSwatchBaseClasses, colorSwatchGridClasses, colorSwatchGroupClasses, colorSwatchGroupLabelClasses, columnDragHandleClasses, columnDragOverClasses, componentTokens, componentTransitionMap, composeComponentClasses, computeFloatingPosition, computeFunnelSegments, computeGanttLayout, computeGaugeTicks, computeHeatmapCells, computeOrgChartLayout, computePieHoverOffset, computePieLabelLine, computeSunburstArcs, computeTreeMapNodes, constrainCropRect, containerBaseClasses, containerCenteredClasses, containerMaxWidthClasses, containerPaddingClasses, copyTextToClipboard, countLines, countdownBaseClasses, countdownPrefixClasses, countdownSuffixClasses, countdownValueWrapperClasses, createAffixObserver, createAnchorObserver, createAreaPath, createAriaId, createBackTopVisibilityController, createBandScale, createBuiltinRichTextEngine, createCardDragData, createCarouselAutoplayController, createChartInteractionHandlers, createChartLinkController, createChartPointerMoveScheduler, createChartResizeObserverController, createCollapseTransitionController, createColumnDragData, createCountdownPayload, createDefaultDragSnapshot, createDefaultTransform, createDocumentDragSession, createDragState, createFloatingIdFactory, createFocusTrap, createFormConditionDependencies, createFormErrorMap, createFormHistory, createFormValidationDebouncer, createFormValidationRule, createGanttTimelineTicks, createGaugeAnimation, createGaugeArcPath, createGaugeNeedlePath, createImageAnnotationBox, createImageAnnotationPath, createInfiniteScrollObserver, createLinePath, createLinearScale, createLongPressController, createMotionSequence, createNotificationStackUpdateScheduler, createPaginationIdleValidationScheduler, createPanState, createPieArcPath, createPinchState, createPointScale, createPolygonPath, createRafRepeatActionController, createScrollSpyObserver, createScrollSpyPayload, createSelectOptionFromQuery, createSelectSearchDebouncer, createStatisticNumberAnimation, createSubmenuHeightTransitionController, createTableResizeObserverController, createTableRowKeyCache, createTaskBoardDragController, createTouchDragTracker, createUploadChunks, createUploadQueueItem, createWatermarkRenderController, cronEditorBaseClasses, cronEditorErrorClasses, cronEditorFieldClasses, cronEditorFieldsClasses, cronEditorLabelClasses, cronFieldMetas, cropCanvas, cropUploadTriggerClasses, cropUploadTriggerDisabledClasses, datePickerBaseClasses, datePickerCalendarClasses, datePickerCalendarGridClasses, datePickerCalendarHeaderClasses, datePickerClearButtonClasses, datePickerDayNameClasses, datePickerFooterButtonClasses, datePickerFooterClasses, datePickerInputWrapperClasses, datePickerMobileWheelClasses, datePickerMobileWheelGridClasses, datePickerMobileWheelSelectClasses, datePickerMonthYearClasses, datePickerNavButtonClasses, defaultAlertThemeColors, defaultAutoCompleteFilter, defaultBadgeThemeColors, defaultCascaderFilter, defaultChartLinkController, defaultChatMessageStatusInfo, defaultColorSwatchGroups, defaultCronExpression, defaultCronPresets, defaultImageAnnotationTools, defaultLinkThemeColors, defaultMarkdownToolbar, defaultMessageThemeColors, defaultNotificationThemeColors, defaultProgressThemeColors, defaultRadarTooltipFormatter, defaultRadioColors, defaultRepeatInitialDelay, defaultRepeatInterval, defaultResizeHandles, defaultSeriesXYTooltipFormatter, defaultSortFn, defaultTagThemeColors, defaultTheme, defaultThemeColors, defaultToolbar, defaultTooltipFormatter, defaultTotalText, defaultTransferFilter, defaultXYTooltipFormatter, defineLocale, deleteNumberKeyboardValue, deriveFileManagerModel, descriptionsBaseClasses, descriptionsCellSizeClasses, descriptionsContentBorderedClasses, descriptionsContentClasses, descriptionsExtraClasses, descriptionsHeaderClasses, descriptionsLabelBorderedClasses, descriptionsLabelClasses, descriptionsSizeClasses, descriptionsTableBorderedClasses, descriptionsTableClasses, descriptionsTitleClasses, descriptionsVerticalContentClasses, descriptionsVerticalItemClasses, descriptionsVerticalLabelClasses, descriptionsVerticalWrapperClasses, descriptionsWrapperClasses, designTokens, dotSizeClasses, dotsVariantConfig, downloadChartBlob, downloadChartPng, downloadChartSvg, drawSignatureStrokes, dynamicSizeStrategy, easeOutCubic, editableCellInputClasses, emptyActionsClasses, emptyBaseClasses, emptyDescriptionClasses, emptyIllustrationPaths, emptyIllustrationViewBox, emptyImageClasses, ensureBarMinHeight, escapeHighlightHtml, escapeMarkdownHtml, evaluateFormCondition, evaluateFormConditions, exportChartPng, extractMentionQuery, fileManagerBreadcrumbClasses, fileManagerBreadcrumbItemClasses, fileManagerBreadcrumbSeparatorClasses, fileManagerContainerClasses, fileManagerContentClasses, fileManagerEmptyClasses, fileManagerGridItemClasses, fileManagerGridItemSelectedClasses, fileManagerItemIconClasses, fileManagerItemMetaClasses, fileManagerItemNameClasses, fileManagerListItemClasses, fileManagerListItemSelectedClasses, fileManagerLoadingClasses, fileManagerSearchClasses, fileManagerToolbarClasses, fileToUploadFile, filterAutoCompleteOptions, filterCards, filterCascaderOptions, filterColumns, filterData, filterDataAdvanced, filterFileItems, filterHiddenFiles, filterMenuItems, filterOptions, filterTransferItems, filterTreeNodes, filterTreeSelectNodes, findActiveAnchor, findCascaderOption, findColumnFromPoint, findFirstEnabledIndex, findHotkeyMatch, findLastEnabledIndex, findMarkdownHotkeyMatch, findNextEnabledIndex, findNextUnskippedStep, findNode, findTreeSelectNode, fixedSizeStrategy, flattenCascaderOptions, flattenColorSwatchGroups, flattenScrollSpyItems, flattenSelectOptions, flattenTreeSelectNodes, floatButtonBaseClasses, floatButtonDisabledClasses, floatButtonGroupClasses, floatButtonGroupExpandClasses, floatButtonIconSizeClasses, floatButtonShapeClasses, floatButtonSizeClasses, floatButtonTypeClasses, focusElement, focusFirst, focusFirstChildItem, focusFirstMenuItem, focusMenuEdge, focusRingClasses, focusRingInsetClasses, formatActivityTime, formatBadgeContent, formatChatTime, formatColorString, formatCommentTime, formatCountdown, formatDate, formatDateWithLocale, formatFileSize, formatFileSizeLabel, formatGanttDate, formatIntlNumber, formatMonthYear, formatPageAriaLabel, formatPaginationTotal, formatPrecision, formatProgressText, formatStatisticValue, formatTime, formatTimeDisplay, formatTimeDisplayWithLocale, ganttAxisTextClasses, ganttBarClasses, ganttDependencyClasses, ganttLabelClasses, ganttProgressClasses, ganttRowClasses, ganttTodayLineClasses, generateAvatarColor, generateFileId, generateHours, generateLineNumbers, generateMinutes, generateQRMatrix, generateSeconds, getAccessibleTransitionClasses, getActiveElement, getActiveIndex, getActiveTourStepPosition, getActiveTourSteps, getAlertIconPath, getAlertTypeClasses, getAlignClasses, getAllKeys, getAllTreeSelectKeys, getAnchorInkActiveClasses, getAnchorInkContainerClasses, getAnchorLinkClasses, getAnchorLinkListClasses, getAnchorTargetElement, getAnchorWrapperClasses, getAreaGradientPrefix, getArrowStyles, getAutoCompleteInputClasses, getAutoCompleteOptionClasses, getAutoExpandKeys, getAvatarGroupClasses, getAvatarGroupItemClasses, getAvatarGroupOverflowClasses, getAvatarGroupOverflowLabel, getAvatarGroupOverflowText, getBadgeVariantClasses, getBarGradientPrefix, getBarGrowAnimationStyle, getBarValueLabelY, getBodyScrollLockCount, getBreadcrumbCollapsedItems, getBreadcrumbItemClasses, getBreadcrumbLinkClasses, getBreadcrumbSeparatorClasses, getButtonGroupClasses, getButtonVariantClasses, getCalendarContainerClasses, getCalendarDayClasses, getCalendarDays, getCalendarMonthClasses, getCalendarMonthDaysCacheSize, getCardClasses, getCarouselArrowClasses, getCarouselContainerClasses, getCarouselDotClasses, getCarouselDotsClasses, getCarouselTouchPoint, getCascaderColumns, getCascaderDisplayLabel, getCascaderOptionClasses, getCascaderOptionPath, getCascaderOptionsAtLevel, getCascaderTriggerClasses, getChartAnimationStyle, getChartAxisTickCacheSize, getChartAxisTicks, getChartElementOpacity, getChartEntranceTransform, getChartGridLineDasharray, getChartInnerRect, getChartSvgDataUrl, getChartTooltipTransform, getChatMessageStatusInfo, getCheckboxCellClasses, getCheckboxClasses, getCheckboxLabelClasses, getCheckedKeysByStrategy, getCircleSize, getCodeBlockContainerClasses, getCodeBlockCopyButtonClasses, getCodeEditorContainerClasses, getColGutterClasses, getColMergedStyleVars, getColOrderStyleVars, getColStyleVars, getCollapseContainerClasses, getCollapseIconClasses, getCollapsePanelClasses, getCollapsePanelHeaderClasses, getColorPickerTriggerClasses, getColorSwatchButtonClasses, getColorSwatchCheckClasses, getColorSwatchOptionKey, getColumnCardCount, getColumnDropIndex, getComponentMotionStyle, getComponentMotionTransition, getComponentTransition, getContainerClasses, getContainerHeight, getContainerScrollTop, getCountdownParts, getCountdownRemaining, getCountdownTitleClasses, getCountdownValueClasses, getCreateSelectOptionLabel, getCronEditorControlClasses, getCronExpressionParts, getCronFieldIssue, getCronFieldValue, getCropperHandleClasses, getCropperResult, getCurrentActiveTourStep, getCurrentTime, getDatePickerDayCellClasses, getDatePickerIconButtonClasses, getDatePickerInputClasses, getDatePickerLabels, getDatePickerLocaleCode, getDayNames, getDaysInMonth, getDefaultDragConfig, getDependentFields, getDescendantKeys, getDescriptionsClasses, getDescriptionsContentClasses, getDescriptionsLabelClasses, getDescriptionsTableClasses, getDescriptionsVerticalItemClasses, getDividerClasses, getDividerStyle, getDragAreaClasses, getDrawerBodyClasses, getDrawerCloseButtonClasses, getDrawerContainerClasses, getDrawerFooterClasses, getDrawerHeaderClasses, getDrawerMaskClasses, getDrawerPanelClasses, getDrawerSwipeCloseDirection, getDrawerTitleClasses, getDropIndex, getDropdownChevronClasses, getDropdownContainerClasses, getDropdownItemClasses, getDropdownMenuClasses, getDropdownTriggerClasses, getEditableCellClasses, getEditorAreaClasses, getElementOffsetTop, getEmptyDescription, getEnabledScrollSpyItems, getErrorFields, getExpandIconCellClasses, getExpandIconClasses, getExpandedRowClasses, getExpandedRowContentClasses, getFieldDependencies, getFieldError, getFileExtension, getFileItemClasses, getFileListItemClasses, getFileManagerContainerClasses, getFirstDayOfMonth, getFixedColumnOffsets, getFixedVirtualRange, getFlexClasses, getFloatingMiddleware, getFocusTrapNavigation, getFocusableElements, getFormConditionDependencies, getFormItemAsteriskClasses, getFormItemClasses, getFormItemContentClasses, getFormItemErrorClasses, getFormItemFieldClasses, getFormItemLabelClasses, getFormWizardLabels, getFunnelGradientPrefix, getGanttDependencyPath, getGanttTaskAriaLabel, getGanttTaskClasses, getGaugeGradientPrefix, getGestureTouchDistance, getGestureTouchPoint, getGridColumnClasses, getGroupHeaderCellClasses, getGutterStyles, getHeatmapCellIndexAtPoint, getImageAnnotationCenter, getImageAnnotationPathData, getImageAnnotationPointFromClient, getImageAnnotationShapeAriaLabel, getImageAnnotationStrokeColor, getImageAnnotationToolButtonClasses, getImageAnnotationToolLabel, getImageGroupClasses, getImageImgClasses, getImageTransformStyle, getImmediateTigerLocale, getInfiniteScrollContainerClasses, getInitialCollapseContentStyle, getInitialCropRect, getInitialPickerActiveIndex, getInitialScrollSpyActiveKey, getInitialSubmenuHeightTransitionStyle, getInitials, getInputAffixClasses, getInputClasses, getInputClearButtonClasses, getInputCountClasses, getInputErrorClasses, getInputGroupAddonClasses, getInputGroupClasses, getInputNumberFocusRingColor, getInputNumberInputClasses, getInputNumberSideButtonClasses, getInputNumberSizeClasses, getInputNumberStatusClasses, getInputNumberStepButtonClasses, getInputNumberWrapperClasses, getInputPasswordToggleClasses, getInputWrapperClasses, getIntlPluralCategory, getJustifyClasses, getKanbanContainerClasses, getLeafKeys, getLineGradientPrefix, getLineNumberClasses, getLinearChartTickValues, getLinkVariantClasses, getListClasses, getListHeaderFooterClasses, getListItemClasses, getLoadingBarClasses, getLoadingBarsWrapperClasses, getLoadingClasses, getLoadingDotClasses, getLoadingDotsWrapperClasses, getLoadingOverlaySpinnerClasses, getLoadingTextClasses, getLocaleDirection, getMarkdownBodyClasses, getMarkdownContainerClasses, getMarkdownToolbarButtonClasses, getMarkdownToolbarButtons, getMentionsInputClasses, getMentionsOptionClasses, getMenuButtons, getMenuClasses, getMenuItemClasses, getMenuItemIndent, getMenuItems, getMessageIconPath, getMessageTypeClasses, getModalContainerClasses, getModalContentClasses, getMonthDays, getMonthNames, getNextActiveKey, getNextColorSwatchIndex, getNextImageAnnotationTool, getNextSlideIndex, getNotificationIconPath, getNotificationTypeClasses, getNumberExtent, getNumberKeyboardAction, getNumberKeyboardKeyClasses, getNumberKeyboardKeys, getNumberKeyboardMaxLength, getNumberKeyboardPrecision, getOffsetClasses, getOrderClasses, getOrgChartLinkPath, getOrgChartNodeAriaLabel, getOrgChartNodeClasses, getPageNumbers, getPageRange, getPageSizeSelectorClasses, getPaginationButtonActiveClasses, getPaginationButtonBaseClasses, getPaginationContainerClasses, getPaginationEllipsisClasses, getPaginationJumperPage, getPaginationLabels, getPaneStyle, getParagraphRowWidth, getParentKeys, getPathDrawAnimationStyle, getPathDrawStyles, getPathLength, getPendingDotClasses, getPickerComboboxAria, getPickerListboxAria, getPickerNavigationIndex, getPickerOptionAria, getPickerOptionId, getPickerTriggerKeyAction, getPictureCardClasses, getPieArcCacheSize, getPieArcs, getPieDrawAnimationStyle, getPieGradientPrefix, getPlacementSide, getPopconfirmArrowClasses, getPopconfirmButtonBaseClasses, getPopconfirmButtonsClasses, getPopconfirmCancelButtonClasses, getPopconfirmContainerClasses, getPopconfirmContentClasses, getPopconfirmDescriptionClasses, getPopconfirmIconClasses, getPopconfirmIconPath, getPopconfirmOkButtonClasses, getPopconfirmTitleClasses, getPopconfirmTriggerClasses, getPopoverContainerClasses, getPopoverContentClasses, getPopoverTriggerClasses, getPrevSlideIndex, getPreviewNavState, getPrintLayoutClasses, getProgressTextColorClasses, getProgressVariantClasses, getQuickJumperInputClasses, getRadarAngles, getRadarGradientPrefix, getRadarLabelAlign, getRadarPoints, getRadioDotClasses, getRadioGroupClasses, getRadioLabelClasses, getRadioVisualClasses, getRateStarClasses, getResizableHandleClasses, getResultColorScheme, getResultHttpLabel, getResultIconPath, getRichTextContainerClasses, getRowGutterClasses, getRowGutterStyleVars, getRowKey, getScatterGradientPrefix, getScatterHoverShadow, getScatterHoverSize, getScatterPointPath, getScrollSpyItemByHref, getScrollSpyItemByKey, getScrollSpyItemClasses, getScrollSpyKeyString, getScrollSpyListClasses, getScrollSpyRootClasses, getScrollSpyTargetHrefs, getScrollTop, getScrollTransform, getSecureRel, getSegmentedContainerClasses, getSegmentedContainerStyle, getSegmentedIndicatorClasses, getSegmentedIndicatorStyle, getSegmentedOptionClasses, getSelectOptionClasses, getSelectSizeClasses, getSelectTriggerClasses, getSeparatorContent, getShortDayNames, getShortMonthNames, getSidebarStyle, getSignatureCanvasDataUrl, getSignatureCanvasWrapClasses, getSignaturePoint, getSimplePaginationButtonClasses, getSimplePaginationButtonsWrapperClasses, getSimplePaginationContainerClasses, getSimplePaginationControlsClasses, getSimplePaginationPageIndicatorClasses, getSimplePaginationSelectClasses, getSimplePaginationTotalClasses, getSizeTextClasses, getSkeletonClasses, getSkeletonDimensions, getSliderThumbClasses, getSliderTooltipClasses, getSliderTrackClasses, getSortIconClasses, getSpaceClasses, getSpaceStyle, getSpanClasses, getSpinnerSVG, getSplitterContainerClasses, getSplitterGutterClasses, getSplitterGutterHandleClasses, getSpotlightFuzzyScore, getSpotlightOptionClasses, getSpotlightSearchState, getSpotlightSearchText, getSpotlightShortcutLabel, getStableChartGradientPrefix, getStaggerDelay, getStaggeredMotionStyle, getStatisticTitleClasses, getStatisticValueClasses, getStatusVariant, getStepContentClasses, getStepDescriptionClasses, getStepIconClasses, getStepItemClasses, getStepTailClasses, getStepTitleClasses, getStepperButtonClasses, getStepperInputClasses, getStepsContainerClasses, getSubMenuExpandIconClasses, getSubMenuTitleClasses, getSubmenuPopupZIndex, getSunburstGradientPrefix, getSvgDefaultAttrs, getSwitchClasses, getSwitchThumbClasses, getTabIndicatorClasses, getTabIndicatorStyle, getTabItemClasses, getTabNavClasses, getTabNavListClasses, getTabNavListStyle, getTabPaneClasses, getTableCellClasses, getTableHeaderCellClasses, getTableHeaderClasses, getTableResponsiveTableClasses, getTableRowClasses, getTableVirtualRecommendation, getTableWrapperClasses, getTabsContainerClasses, getTagVariantClasses, getTaskBoardLabels, getTextClasses, getThemeColor, getTimePeriodLabels, getTimePickerIconButtonClasses, getTimePickerInputClasses, getTimePickerItemClasses, getTimePickerLabels, getTimePickerOptionAriaLabel, getTimePickerPeriodButtonClasses, getTimePickerRangeTabButtonClasses, getTimelineContainerClasses, getTimelineContentClasses, getTimelineDotClasses, getTimelineHeadClasses, getTimelineItemClasses, getTimelineTailClasses, getTokenClasses, getToolbarButtonClasses, getToolbarButtons, getTooltipContainerClasses, getTooltipContentClasses, getTooltipTriggerClasses, getTotalPages, getTotalTextClasses, getTouchDistance, getTourPopoverPosition, getTourSpotlightStyle, getTourTargetRect, getTransferButtonClasses, getTransferCheckboxClasses, getTransferItemClasses, getTransformOrigin, getTransitionClasses, getTreeMapGradientPrefix, getTreeNodeClasses, getTreeNodeExpandIconClasses, getTreeSelectDisplayLabel, getTreeSelectNodeClasses, getTreeSelectTriggerClasses, getUploadButtonClasses, getUploadDataTransferFiles, getUploadLabels, getUploadResumeKey, getUploadStatusIconClasses, getValidatedPaginationJumperValue, getValidationOrder, getValueByPath, getViewTransitionNameStyle, getViewportWidth, getVirtualRowKey, getVirtualTableContainerClasses, getVirtualTableFixedCellStyle, getVirtualTableFixedInfo, getVirtualTableRowClasses, getVisibleGroupItems, getVisibleTreeItems, getWatermarkOverlayStyle, globalColors, globalDuration, globalEasing, globalFont, globalRadius, globalShadow, globalSpace, groupBySwimlane, groupDataByColumn, groupItemsIntoRows, handleDragEnd, handleDragOver, handleDragStart, handleDrop, handleMenuNavigation, handleNodeCheck, handleTabKey, handleUploadDragLeave, handleUploadDragOver, handleUploadDrop, hasErrors, hasGutter, hexToRgb, highContrastTheme, hsvToRgb, iconSizeClasses, iconSvgBaseClasses, iconSvgDefaultStrokeLinecap, iconSvgDefaultStrokeLinejoin, iconSvgDefaultStrokeWidth, iconWrapperClasses, imageAnnotationContainerClasses, imageAnnotationDeleteButtonClasses, imageAnnotationImageClasses, imageAnnotationLabelClasses, imageAnnotationOverlayClasses, imageAnnotationReadonlyOverlayClasses, imageAnnotationStageClasses, imageAnnotationToolButtonClasses, imageAnnotationToolbarClasses, imageBaseClasses, imageCropperContainerClasses, imageCropperDragAreaClasses, imageCropperGuideClasses, imageCropperImgClasses, imageCropperMaskClasses, imageCropperSelectionClasses, imageErrorClasses, imageErrorIconPath, imageGroupBaseClasses, imageLoadingClasses, imagePreviewCloseBtnClasses, imagePreviewCounterClasses, imagePreviewCursorClass, imagePreviewImgClasses, imagePreviewMaskClasses, imagePreviewNavBtnClasses, imagePreviewToolbarBtnClasses, imagePreviewToolbarClasses, imagePreviewWrapperClasses, imageViewerBackdropClasses, imageViewerCloseBtnClasses, imageViewerCounterClasses, imageViewerIcons, imageViewerImgClasses, imageViewerNavBtnClasses, imageViewerToolbarBtnClasses, imageViewerToolbarClasses, infiniteScrollContainerClasses, infiniteScrollEndClasses, infiniteScrollLoaderClasses, infiniteScrollSentinelClasses, initRovingTabIndex, injectDropdownStyles, injectLoadingAnimationStyles, injectShakeStyle, injectSvgAnimationStyles, injectViewTransitionStyles, inputFocusClasses, inputGroupAddonBaseClasses, inputGroupAddonSizeClasses, inputGroupBaseClasses, inputGroupCompactClasses, inputGroupSpacedClasses, inputNumberControlsRightClasses, inputNumberDownIconPathD, inputNumberMinusIconPathD, inputNumberPlusIconPathD, inputNumberUpIconPathD, interactiveClasses, interpolateColor, interpolateColorOklch, interpolateStatisticValue, interpolateUploadLabel, isActivationKey, isAtMax, isAtMin, isBrowser, isCascaderOptionExpandable, isColorSwatchSelected, isContentEmpty, isCrossContainerDrag, isDateInRange, isDragEnabled, isDrawerSwipeCloseGesture, isEnterKey, isEscapeKey, isEventOutside, isHTMLElement, isImageAnnotationPathClosed, isImageAnnotationShapeTool, isInlineFormat, isKeyActive, isKeyOpen, isKeySelected, isLazyTigerLocale, isLongPress, isMarkdownToolbarSeparator, isMobile, isModalSheetSwipeCloseGesture, isNextDisabled, isOptionGroup, isPanelActive, isPrevDisabled, isRtlLocale, isSameContainerDrag, isSameDay, isSignatureEmpty, isSpaceKey, isTabKey, isTablet, isTimeInRange, isToday, isToolbarSeparator, isTourStepSkipped, isValidDragHandle, isValidHex, isValidUrl, isWipExceeded, kanbanAddCardClasses, kanbanAddColumnClasses, kanbanCardCountClasses, kanbanFilterHighlightClasses, kanbanSwimlaneClasses, kanbanSwimlaneCollapsedClasses, kanbanSwimlaneDotClasses, kanbanSwimlaneHeaderClasses, layoutContentClasses, layoutFooterClasses, layoutHeaderClasses, layoutRootClasses, layoutSidebarClasses, layoutSidebarCollapsedClasses, linePointTransitionClasses, linkBaseClasses, linkDisabledClasses, linkSizeClasses, listBaseClasses, listBorderClasses, listEmptyStateClasses, listFooterClasses, listGridContainerClasses, listHeaderFooterBaseClasses, listItemAvatarClasses, listItemBaseClasses, listItemContentClasses, listItemDescriptionClasses, listItemDividedClasses, listItemExtraClasses, listItemHoverClasses, listItemLayoutClasses, listItemMetaClasses, listItemSizeClasses, listItemTitleClasses, listLoadingOverlayClasses, listSizeClasses, listWrapperClasses, loadingBarBaseClasses, loadingBarsWrapperBaseClasses, loadingColorClasses, loadingContainerBaseClasses, loadingDotBaseClasses, loadingDotsWrapperBaseClasses, loadingFullscreenBaseClasses, loadingOverlaySpinnerBaseClasses, loadingSizeClasses, loadingSpinnerBaseClasses, loadingTextSizeClasses, lockBodyScroll, manageLiveRegion, mapToolbarAction, markdownEditorBodyClasses, markdownEditorContainerBase, markdownEditorContainerDisabled, markdownEditorEmptyPreviewClasses, markdownEditorPreviewClasses, markdownEditorSplitDividerClasses, markdownEditorTextareaClasses, markdownEditorToolbarButtonActive, markdownEditorToolbarButtonBase, markdownEditorToolbarClasses, markdownEditorToolbarGroupClasses, markdownEditorToolbarSeparatorClasses, markdownHotkeyMatches, markdownModeLabels, matchesHotkey, matchesMenuSearch, measureTableResizeSnapshot, mentionsDropdownClasses, menuBaseClasses, menuCollapsedClasses, menuCollapsedItemClasses, menuDarkThemeClasses, menuItemBaseClasses, menuItemDisabledClasses, menuItemFocusClasses, menuItemGroupTitleClasses, menuItemHoverDarkClasses, menuItemHoverLightClasses, menuItemIconClasses, menuItemSelectedDarkClasses, menuItemSelectedLightClasses, menuLightThemeClasses, menuModeClasses, menuSearchEmptyClasses, menuSearchFieldClasses, menuSearchInputClasses, mergeStyleValues, mergeTigerLocale, messageBaseClasses, messageCloseButtonClasses, messageCloseIconPath, messageContainerBaseClasses, messageContentClasses, messageIconClasses, messageIconPaths, messageLoadingSpinnerClasses, messagePositionClasses, minimalTheme, minusPathD, modalBodyClasses, modalCloseButtonClasses, modalContentWrapperClasses, modalFooterClasses, modalHeaderClasses, modalMaskClasses, modalMobileSheetClasses, modalSizeClasses, modalTitleClasses, modalWrapperClasses, modernTheme, moveCard, moveCropRect, moveFocusInMenu, moveItemBetweenContainers, movePan, movePinch, naturalTheme, navigateToFolder, nextIconPath, normalizeActiveKeys, normalizeChartBrushRange, normalizeChartPadding, normalizeColorSwatchGroups, normalizeColorSwatchValue, normalizeCronExpression, normalizeDate, normalizeGanttDate, normalizeImageAnnotationBox, normalizeMenuSearchQuery, normalizeNumberKeyboardValue, normalizeOrgChartData, normalizeRotation, normalizeSpotlightText, normalizeStringOption, normalizeSvgAttrs, notificationBaseClasses, notificationCloseButtonClasses, notificationCloseIconClasses, notificationCloseIconPath, notificationContainerBaseClasses, notificationContentClasses, notificationDescriptionClasses, notificationIconClasses, notificationIconPaths, notificationPositionClasses, notificationTitleClasses, numberKeyboardConfirmKeyClasses, numberKeyboardEmptyKeyClasses, numberKeyboardGridClasses, numberKeyboardKeyClasses, numberKeyboardRootClasses, orgChartLinkClasses, orgChartNodeClasses, orgChartNodeLabelClasses, orgChartNodeRectClasses, orgChartNodeSubtitleClasses, orgChartNodeTitleClasses, padCountdownNumber, padTwo, paginateData, parseCountdownTimestamp, parseCronFieldControl, parseDate, parseDragData, parseHeight, parseHotkey, parseInputValue, parseHeight as parseMarkdownHeight, parsePaneSize, parseTime, parseWidthToPx, plusPathD, polarToCartesian, popconfirmErrorIconPath, popconfirmIconPathStrokeLinecap, popconfirmIconPathStrokeLinejoin, popconfirmIconStrokeWidth, popconfirmIconViewBox, popconfirmInfoIconPath, popconfirmQuestionIconPath, popconfirmSuccessIconPath, popconfirmWarningIconPath, positionMentionsDropdown, prefersReducedMotion, prepareUploadFiles, prevIconPath, previewCloseIconPath, primitiveColors, primitiveDuration, primitiveEasing, primitiveFont, primitiveRadius, primitiveShadow, primitiveSpace, printLayoutBaseClasses, printLayoutFooterClasses, printLayoutHeaderClasses, printLayoutPaddingClasses, printLayoutPageBreakClasses, printLayoutPrintStyles, printPageSizeDimensions, professionalTheme, progressCircleBaseClasses, progressCircleSizeClasses, progressCircleTextClasses, progressCircleTrackStrokeClasses, progressLineBaseClasses, progressLineInnerClasses, progressLineSizeClasses, progressStripedAnimationClasses, progressStripedClasses, progressTextBaseClasses, progressTextSizeClasses, progressTrackBgClasses, pushFormHistory, qrcodeContainerClasses, qrcodeExpiredTextClasses, qrcodeOverlayClasses, qrcodeRefreshClasses, radioDisabledCursorClasses, radioDotBaseClasses, radioFocusVisibleClasses, radioGroupDefaultClasses, radioHoverBorderClasses, radioLabelBaseClasses, radioRootBaseClasses, radioSizeClasses, radioVisualBaseClasses, rateActiveColor, rateBaseClasses, rateHoverColor, rateInactiveColor, readFileAsDataUrl, redoFormHistory, registerImageGroupItem, removeCssVarsCached, renderMarkdownInline, renderMarkdownToHtml, renderTokenHtml, renderTokensHtml, renderWatermarkCanvas, renderWatermarkDataUrl, reorderColumns, reorderItems, replaceKeys, resetAreaGradientCounter, resetBarGradientCounter, resetFunnelGradientCounter, resetGaugeGradientCounter, resetIconPath, resetLineGradientCounter, resetPieGradientCounter, resetRadarGradientCounter, resetScatterGradientCounter, resetSunburstGradientCounter, resetTreeMapGradientCounter, resizableBaseClasses, resizableHandleBaseClasses, resizableHandleDisabledClasses, resizableHandleDraggingClasses, resizableHandlePositionStyles, resizeCropRect, resizePanes, resolveAffixTarget, resolveCarouselSwipeDirection, resolveChartPalette, resolveChartTooltipContent, resolveConditionalFormRules, resolveCreatableSelectOption, resolveDragConfig, resolveFileOpen, resolveFormConditionState, resolveFormFieldConditionState, resolveHeatmapRenderMode, resolveLocaleText, resolveMotionDuration, resolveMotionEasing, resolveMultiSeriesTooltipContent, resolvePanGesture, resolvePinchScale, resolveResponsiveChartSize, resolveResponsiveValue, resolveSelectFilteredOptions, resolveSeriesData, resolveSwipeGesture, resolveTigerLocale, resolveWatermarkFont, restoreFocus, resultBaseClasses, resultExtraClasses, resultIconClasses, resultIconContainerBaseClasses, resultSubTitleClasses, resultTitleClasses, rgbToHex, rgbToHsv, richTextContainerBase, richTextContainerDisabled, richTextEditorAreaBase, richTextEditorAreaReadOnly, richTextPlaceholderClasses, richTextToolbarButtonActive, richTextToolbarButtonBase, richTextToolbarClasses, richTextToolbarSeparatorClasses, rowGutterClasses, runStepValidation, runUploadQueue, sanitizeHtml, scatterPointTransitionClasses, scrollSpyItemActiveClasses, scrollSpyItemBaseClasses, scrollSpyItemDisabledClasses, scrollSpyListHorizontalClasses, scrollSpyListVerticalClasses, scrollSpyNestedListClasses, scrollSpyRootClasses, scrollSpyStickyClasses, scrollToAnchor, scrollToScrollSpyItem, scrollToTop, selectBaseClasses, selectDropdownBaseClasses, selectEmptyStateClasses, selectGroupLabelClasses, selectOptionBaseClasses, selectOptionDisabledClasses, selectOptionSelectedClasses, selectSearchInputClasses, semanticTokens, serializeChartSvg, setCssVarsCached, setDragData, setThemeColors, shouldCloseOnMaskClick, shouldCommitImageAnnotationBox, shouldHideBadge, shouldLoadMore, shouldReduceMotion, shouldShowBackTop, signatureCanvasClasses, signatureCanvasWrapClasses, signatureClearButtonClasses, signatureRootClasses, signatureStrokeToPath, signatureStrokesToSvg, signatureSvgToDataUrl, signatureToolbarClasses, sizesToPercentages, skeletonAnimationClasses, skeletonBaseClasses, skeletonShapeClasses, skeletonVariantDefaults, sliceBreadcrumbPath, sliderBaseClasses, sliderDisabledClasses, sliderGetKeyboardValue, sliderGetPercentage, sliderGetValueFromPosition, sliderNormalizeValue, sliderRangeClasses, sliderSizeClasses, sliderThumbClasses, sliderTooltipClasses, sliderTrackClasses, sortActivityGroups, sortData, sortFileItems, sortNotificationGroups, splitTransferData, splitterBaseClasses, splitterGutterBaseClasses, splitterGutterDisabledClasses, splitterGutterDraggingClasses, splitterGutterHandleClasses, splitterGutterHandleHorizontalClasses, splitterGutterHandleVerticalClasses, splitterGutterHorizontalClasses, splitterGutterVerticalClasses, splitterHorizontalClasses, splitterPaneBaseClasses, splitterVerticalClasses, spotlightEmptyClasses, spotlightGroupClasses, spotlightGroupLabelClasses, spotlightHeaderClasses, spotlightInputClasses, spotlightListClasses, spotlightMaskClasses, spotlightPanelClasses, spotlightRootClasses, spotlightTitleClasses, stackSeriesData, starPathD, starViewBox, startPan, startPinch, startTigercatViewTransition, statisticBaseClasses, statisticPrefixClasses, statisticSuffixClasses, stepFinishChar, stepValue, stepperBaseClasses, stepperIconViewBox, submenuContentHorizontalClasses, submenuContentHorizontalNestedClasses, submenuContentInlineClasses, submenuContentPopupClasses, submenuContentVerticalClasses, submenuExpandIconClasses, submenuExpandIconExpandedClasses, submenuHeightTransitionClasses, submenuTitleClasses, supportsViewTransitions, switchBaseClasses, switchSizeClasses, switchThumbSizeClasses, switchThumbTranslateClasses, tabAddButtonClasses, tabCloseButtonClasses, tabContentBaseClasses, tabFocusClasses, tabIndicatorBaseClasses, tabIndicatorPositionClasses, tabItemBaseClasses, tabItemCardActiveClasses, tabItemCardClasses, tabItemDisabledClasses, tabItemEditableCardActiveClasses, tabItemEditableCardClasses, tabItemLineActiveClasses, tabItemLineClasses, tabItemPillsActiveClasses, tabItemPillsClasses, tabItemSizeClasses, tabNavBaseClasses, tabNavLineBorderClasses, tabNavListBaseClasses, tabNavListCenteredClasses, tabNavListPositionClasses, tabNavPositionClasses, tabPaneBaseClasses, tabPaneHiddenClasses, tableBaseClasses, tableContainerClasses, tableEmptyStateClasses, tableGroupHeaderClasses, tableLoadingOverlayClasses, tableResponsiveCardClasses, tableResponsiveCardLabelClasses, tableResponsiveCardListClasses, tableResponsiveCardRowClasses, tableResponsiveCardValueClasses, tableResponsiveTableClasses, tableSummaryRowClasses, tabsBaseClasses, tagBaseClasses, tagCloseButtonBaseClasses, tagCloseIconPath, tagPillClasses, tagSizeClasses, taskBoardAddCardClasses, taskBoardBaseClasses, taskBoardCardClasses, taskBoardCardDraggingClasses, taskBoardColumnBodyClasses, taskBoardColumnClasses, taskBoardColumnDraggingClasses, taskBoardColumnDropTargetClasses, taskBoardColumnHeaderClasses, taskBoardDropIndicatorClasses, taskBoardEmptyClasses, taskBoardWipExceededClasses, textAlignClasses, textColorClasses, textDecorationClasses, textSizeClasses, textWeightClasses, timePickerBaseClasses, timePickerClearButtonClasses, timePickerColumnClasses, timePickerColumnHeaderClasses, timePickerColumnListClasses, timePickerDesktopPanelContentClasses, timePickerFooterButtonClasses, timePickerFooterClasses, timePickerInputWrapperClasses, timePickerMobileWheelClasses, timePickerMobileWheelSelectClasses, timePickerPanelClasses, timePickerPanelContentClasses, timePickerRangeHeaderClasses, timelineContainerClasses, timelineContentClasses, timelineCustomDotClasses, timelineDescriptionClasses, timelineDotClasses, timelineHeadClasses, timelineItemClasses, timelineLabelClasses, timelineListClasses, timelineTailClasses, to12HourFormat, to24HourFormat, toActivityTimelineItems, toCSSSize, toDragItems, toFileDragItem, toggleFileSelection, toggleKey, togglePanelKey, tokenClassesDark, tokenClassesLight, tokenizeLine, tourCloseButtonClasses, tourDescriptionClasses, tourFooterClasses, tourIndicatorClasses, tourMaskClasses, tourPopoverClasses, tourTitleClasses, transferBaseClasses, transferEmptyClasses, transferOperationClasses, transferPanelBodyClasses, transferPanelClasses, transferPanelHeaderClasses, transferSearchClasses, transitionPresets, treeBaseClasses, treeEmptyStateClasses, treeLineClasses, treeLoadingClasses, treeNodeCheckboxClasses, treeNodeChildrenClasses, treeNodeContentClasses, treeNodeDisabledClasses, treeNodeExpandIconClasses, treeNodeExpandIconExpandedClasses, treeNodeHoverClasses, treeNodeIconClasses, treeNodeIndentClasses, treeNodeLabelClasses, treeNodeSelectedClasses, treeNodeWrapperClasses, treeSelectBaseClasses, treeSelectDropdownClasses, treeSelectEmptyClasses, treeSelectNodeBaseClasses, treeSelectSearchClasses, undoFormHistory, unregisterImageGroupItem, updateCronExpressionField, updateDragOffset, uploadPlusIconPath, uploadStatusIconColorClasses, uploadStatusIconSizeClasses, validateCronExpression, validateCronField, validateCurrentPage, validateField, validateFileSize, validateFileType, validateForm, validateFormFields, validateRule, validateUploadFile, valueToGaugeAngle, variableSizeStrategy, version, vibrantTheme, virtualListContainerClasses, virtualListInnerClasses, virtualTableBorderedClasses, virtualTableCellClasses, virtualTableContainerClasses, virtualTableEmptyClasses, virtualTableHeaderCellClasses, virtualTableHeaderClasses, virtualTableLoadingClasses, virtualTableRowClasses, virtualTableRowHoverClasses, virtualTableRowSelectedClasses, virtualTableRowStripedClasses, watermarkDefaults, watermarkFontDefaults, watermarkWrapperClasses, zoomInIconPath, zoomOutIconPath };
|