elseware-ui 3.0.13 → 3.0.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 +289 -289
- package/dist/index.d.mts +350 -346
- package/dist/index.d.ts +350 -346
- package/dist/index.js +33 -24
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +33 -26
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.d.mts +15 -15
- package/dist/index.native.d.ts +15 -15
- package/dist/index.native.js +36 -31
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs +37 -32
- package/dist/index.native.mjs.map +1 -1
- package/dist/{resolveGlobalConfigs-TVdFbK-t.d.mts → resolveGlobalConfigs-ClQlBbvH.d.mts} +6 -4
- package/dist/{resolveGlobalConfigs-TVdFbK-t.d.ts → resolveGlobalConfigs-ClQlBbvH.d.ts} +6 -4
- package/package.json +1 -1
- package/tailwind.preset.js +116 -116
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import
|
|
3
|
-
import { y as BaseComponentProps, V as Variant, A as Appearance, z as Shape, G as Size, O as OctilePosition, H as TitleBannerLevel, L as ListBulletType, J as ListDirection, K as ListAlign, M as CurrencyCode, P as SpinnerType, Q as SpinnerDirection, R as TextDecoration, B as ButtonProps, C as CheckboxProps, D as DateSelectorProps, F as FormProps, a as FormResponseProps, I as InputProps, b as InputFileProps, c as InputLabelProps, U as Shape$1, d as InputResponseProps, S as SelectProps, T as TagsProps, e as TextAreaProps, W as ToastStatus, X as ToastPosition, Y as Target, Z as TextVariant, _ as Decoration, $ as RouteTabMode, a0 as Variant$1 } from './resolveGlobalConfigs-
|
|
4
|
-
export { f as BaseDateSelectorProps, g as BaseSelectProps, h as BaseTagsProps, i as BaseTextAreaProps, j as ButtonIcon, k as ButtonMode, a1 as CardinalPosition, l as CheckboxColumns, m as CheckboxOption, a2 as CornerPosition, E as EUIComponentDefaults, n as EUIConfigs, o as EUIProvider, p as EUIRoute, q as FormChangeMeta, r as FormChildren, a3 as HorizontalPosition, a4 as HyperRefTarget, s as InputFilePicker, t as InputFileValue, N as NativeInputFileValue, u as SelectOption, v as SelectOptionValue, a5 as VerticalPosition, w as resolveWithGlobal, x as useEUIConfig } from './resolveGlobalConfigs-
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import react__default, { ReactNode, SelectHTMLAttributes, InputHTMLAttributes, JSX, Dispatch, SetStateAction, ImgHTMLAttributes, ComponentPropsWithoutRef, HTMLAttributes, TdHTMLAttributes, TableHTMLAttributes, ThHTMLAttributes, FC, ComponentType, MouseEvent, HTMLAttributeAnchorTarget, BlockquoteHTMLAttributes, AnchorHTMLAttributes, OlHTMLAttributes, LiHTMLAttributes, DetailsHTMLAttributes, ClassAttributes, TextareaHTMLAttributes, FocusEventHandler, MutableRefObject } from 'react';
|
|
3
|
+
import { y as BaseComponentProps, V as Variant, A as Appearance, z as Shape, G as Size, O as OctilePosition, H as TitleBannerLevel, L as ListBulletType, J as ListDirection, K as ListAlign, M as CurrencyCode, P as SpinnerType, Q as SpinnerDirection, R as TextDecoration, B as ButtonProps, C as CheckboxProps, D as DateSelectorProps, F as FormProps, a as FormResponseProps, I as InputProps, b as InputFileProps, c as InputLabelProps, U as Shape$1, d as InputResponseProps, S as SelectProps, T as TagsProps, e as TextAreaProps, W as ToastStatus, X as ToastPosition, Y as Target, Z as TextVariant, _ as Decoration, $ as RouteTabMode, a0 as Variant$1 } from './resolveGlobalConfigs-ClQlBbvH.js';
|
|
4
|
+
export { f as BaseDateSelectorProps, g as BaseSelectProps, h as BaseTagsProps, i as BaseTextAreaProps, j as ButtonIcon, k as ButtonMode, a1 as CardinalPosition, l as CheckboxColumns, m as CheckboxOption, a2 as CornerPosition, E as EUIComponentDefaults, n as EUIConfigs, o as EUIProvider, p as EUIRoute, q as FormChangeMeta, r as FormChildren, a3 as HorizontalPosition, a4 as HyperRefTarget, s as InputFilePicker, t as InputFileValue, N as NativeInputFileValue, u as SelectOption, v as SelectOptionValue, a5 as VerticalPosition, w as resolveWithGlobal, x as useEUIConfig } from './resolveGlobalConfigs-ClQlBbvH.js';
|
|
5
5
|
import * as d3 from 'd3';
|
|
6
6
|
import * as formik from 'formik';
|
|
7
7
|
import { FormikValues, FieldHookConfig } from 'formik';
|
|
@@ -151,13 +151,13 @@ interface UseSessionTrackingOptions {
|
|
|
151
151
|
metadata?: Record<string, unknown>;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
|
-
declare const AnalyticsProvider: ({ children, appId, consentVersion, userId, transport, config, enrichEvent, onConsentChange, }: AnalyticsProviderProps) =>
|
|
154
|
+
declare const AnalyticsProvider: ({ children, appId, consentVersion, userId, transport, config, enrichEvent, onConsentChange, }: AnalyticsProviderProps) => react.JSX.Element;
|
|
155
155
|
|
|
156
|
-
declare const CookieBanner: ({ title, description, privacyPolicyUrl, cookiePolicyUrl, position, shape, showRejectAll, showCustomize, labels, categories, className, ...rest }: CookieBannerProps) =>
|
|
156
|
+
declare const CookieBanner: ({ title, description, privacyPolicyUrl, cookiePolicyUrl, position, shape, showRejectAll, showCustomize, labels, categories, className, ...rest }: CookieBannerProps) => react.JSX.Element | null;
|
|
157
157
|
|
|
158
|
-
declare const CookiePreferencesModal: ({ open, onClose, title, description, variant, appearance, shape, categories, labels, className, ...rest }: CookiePreferencesModalProps) =>
|
|
158
|
+
declare const CookiePreferencesModal: ({ open, onClose, title, description, variant, appearance, shape, categories, labels, className, ...rest }: CookiePreferencesModalProps) => react.JSX.Element;
|
|
159
159
|
|
|
160
|
-
declare const AnalyticsContext:
|
|
160
|
+
declare const AnalyticsContext: react.Context<AnalyticsContextValue | null>;
|
|
161
161
|
|
|
162
162
|
declare const EUI_ANALYTICS_CONSENT_STORAGE_KEY = "eui.cookie-consent";
|
|
163
163
|
declare const EUI_ANALYTICS_ANONYMOUS_ID_STORAGE_KEY = "eui.analytics.anonymous-id";
|
|
@@ -231,7 +231,7 @@ interface AvatarProps extends BaseComponentProps {
|
|
|
231
231
|
src?: string;
|
|
232
232
|
children?: ReactNode;
|
|
233
233
|
}
|
|
234
|
-
declare const Avatar: ({ alt, icon, children, variant, appearance, shape, size, src, className, ...rest }: AvatarProps) =>
|
|
234
|
+
declare const Avatar: ({ alt, icon, children, variant, appearance, shape, size, src, className, ...rest }: AvatarProps) => react.JSX.Element;
|
|
235
235
|
|
|
236
236
|
interface BadgeProps extends BaseComponentProps {
|
|
237
237
|
offset?: [number, number];
|
|
@@ -245,20 +245,20 @@ interface BadgeProps extends BaseComponentProps {
|
|
|
245
245
|
position?: OctilePosition;
|
|
246
246
|
children?: ReactNode;
|
|
247
247
|
}
|
|
248
|
-
declare const Badge: ({ children, offset, dot, count, variant, appearance, shape, size, showZero, position, className, ...rest }: BadgeProps) =>
|
|
248
|
+
declare const Badge: ({ children, offset, dot, count, variant, appearance, shape, size, showZero, position, className, ...rest }: BadgeProps) => react.JSX.Element;
|
|
249
249
|
|
|
250
250
|
interface TitleBannerProps extends BaseComponentProps {
|
|
251
251
|
title: string;
|
|
252
252
|
level?: TitleBannerLevel;
|
|
253
253
|
rightSection?: ReactNode;
|
|
254
254
|
}
|
|
255
|
-
declare const TitleBanner: ({ title, level, rightSection, className, ...rest }: TitleBannerProps) =>
|
|
255
|
+
declare const TitleBanner: ({ title, level, rightSection, className, ...rest }: TitleBannerProps) => react.JSX.Element;
|
|
256
256
|
|
|
257
257
|
interface BrandProps extends BaseComponentProps {
|
|
258
258
|
src?: string;
|
|
259
259
|
alt?: string;
|
|
260
260
|
}
|
|
261
|
-
declare const Brand: ({ src, alt, className, ...rest }: BrandProps) =>
|
|
261
|
+
declare const Brand: ({ src, alt, className, ...rest }: BrandProps) => react.JSX.Element;
|
|
262
262
|
|
|
263
263
|
type ChartUnsubscribe = () => void;
|
|
264
264
|
type ChartDataHandler<TData extends ChartDataPoint = ChartDataPoint> = (data: TData | TData[]) => void;
|
|
@@ -496,7 +496,7 @@ interface ChartProps<TData extends ChartDataPoint = ChartDataPoint> extends Omit
|
|
|
496
496
|
onError?: ChartProviderProps<TData>["onError"];
|
|
497
497
|
}
|
|
498
498
|
|
|
499
|
-
declare function Chart<TData extends ChartDataPoint = ChartDataPoint>(props: ChartProps<TData>):
|
|
499
|
+
declare function Chart<TData extends ChartDataPoint = ChartDataPoint>(props: ChartProps<TData>): react.JSX.Element;
|
|
500
500
|
|
|
501
501
|
interface ChartPanelProps extends Omit<BaseComponentProps<HTMLElement>, "title"> {
|
|
502
502
|
title?: ReactNode;
|
|
@@ -516,14 +516,14 @@ interface ChartPanelProps extends Omit<BaseComponentProps<HTMLElement>, "title">
|
|
|
516
516
|
showLastUpdated?: boolean;
|
|
517
517
|
onRetry?: () => void | Promise<void>;
|
|
518
518
|
}
|
|
519
|
-
declare function ChartPanel({ title, description, actions, toolbar, children, className, contentClassName, height, loading, error, empty, emptyMessage, emptyDescription, showToolbar, showRefresh, showLastUpdated, onRetry, ...rest }: ChartPanelProps):
|
|
519
|
+
declare function ChartPanel({ title, description, actions, toolbar, children, className, contentClassName, height, loading, error, empty, emptyMessage, emptyDescription, showToolbar, showRefresh, showLastUpdated, onRetry, ...rest }: ChartPanelProps): react.JSX.Element;
|
|
520
520
|
|
|
521
521
|
interface ChartHeaderProps extends Omit<BaseComponentProps, "title"> {
|
|
522
522
|
title?: ReactNode;
|
|
523
523
|
description?: ReactNode;
|
|
524
524
|
actions?: ReactNode;
|
|
525
525
|
}
|
|
526
|
-
declare function ChartHeader({ title, description, actions, className, ...rest }: ChartHeaderProps):
|
|
526
|
+
declare function ChartHeader({ title, description, actions, className, ...rest }: ChartHeaderProps): react.JSX.Element | null;
|
|
527
527
|
|
|
528
528
|
interface ChartToolbarProps extends BaseComponentProps {
|
|
529
529
|
children?: ReactNode;
|
|
@@ -532,7 +532,7 @@ interface ChartToolbarProps extends BaseComponentProps {
|
|
|
532
532
|
refreshLabel?: ReactNode;
|
|
533
533
|
onRefresh?: () => void | Promise<void>;
|
|
534
534
|
}
|
|
535
|
-
declare function ChartToolbar({ children, className, showRefresh, showLastUpdated, refreshLabel, onRefresh, ...rest }: ChartToolbarProps):
|
|
535
|
+
declare function ChartToolbar({ children, className, showRefresh, showLastUpdated, refreshLabel, onRefresh, ...rest }: ChartToolbarProps): react.JSX.Element | null;
|
|
536
536
|
|
|
537
537
|
interface ChartLegendItem {
|
|
538
538
|
key: string;
|
|
@@ -553,7 +553,7 @@ interface ChartLegendProps<TData extends ChartDataPoint = ChartDataPoint> extend
|
|
|
553
553
|
valueSource?: "latest" | "none";
|
|
554
554
|
onItemClick?: (item: ChartLegendItem) => void;
|
|
555
555
|
}
|
|
556
|
-
declare function ChartLegend<TData extends ChartDataPoint = ChartDataPoint>({ items, series, data, className, showValues, valueSource, onItemClick, ...rest }: ChartLegendProps<TData>):
|
|
556
|
+
declare function ChartLegend<TData extends ChartDataPoint = ChartDataPoint>({ items, series, data, className, showValues, valueSource, onItemClick, ...rest }: ChartLegendProps<TData>): react.JSX.Element | null;
|
|
557
557
|
|
|
558
558
|
interface ChartTooltipFormatterOptions {
|
|
559
559
|
format?: ChartValueFormat;
|
|
@@ -569,14 +569,14 @@ interface ChartTooltipProps extends BaseComponentProps {
|
|
|
569
569
|
valueFormatter?: (value: unknown, name?: string, payload?: ChartTooltipPayload) => string;
|
|
570
570
|
seriesFormatters?: Record<string, ChartTooltipFormatterOptions>;
|
|
571
571
|
}
|
|
572
|
-
declare function ChartTooltip({ active, label, payload, className, labelFormatter, valueFormatter, seriesFormatters, style, ...rest }: ChartTooltipProps):
|
|
572
|
+
declare function ChartTooltip({ active, label, payload, className, labelFormatter, valueFormatter, seriesFormatters, style, ...rest }: ChartTooltipProps): react.JSX.Element | null;
|
|
573
573
|
|
|
574
574
|
interface ChartEmptyStateProps extends BaseComponentProps {
|
|
575
575
|
height?: number;
|
|
576
576
|
message?: ReactNode;
|
|
577
577
|
description?: ReactNode;
|
|
578
578
|
}
|
|
579
|
-
declare function ChartEmptyState({ height, message, description, className, style, ...rest }: ChartEmptyStateProps):
|
|
579
|
+
declare function ChartEmptyState({ height, message, description, className, style, ...rest }: ChartEmptyStateProps): react.JSX.Element;
|
|
580
580
|
|
|
581
581
|
interface ChartErrorStateProps extends Omit<BaseComponentProps, "title"> {
|
|
582
582
|
error?: Error | null;
|
|
@@ -586,21 +586,21 @@ interface ChartErrorStateProps extends Omit<BaseComponentProps, "title"> {
|
|
|
586
586
|
onRetry?: () => void | Promise<void>;
|
|
587
587
|
retryLabel?: ReactNode;
|
|
588
588
|
}
|
|
589
|
-
declare function ChartErrorState({ error, height, title, message, className, onRetry, retryLabel, style, ...rest }: ChartErrorStateProps):
|
|
589
|
+
declare function ChartErrorState({ error, height, title, message, className, onRetry, retryLabel, style, ...rest }: ChartErrorStateProps): react.JSX.Element;
|
|
590
590
|
|
|
591
591
|
interface ChartLoadingStateProps extends BaseComponentProps {
|
|
592
592
|
height?: number;
|
|
593
593
|
message?: ReactNode;
|
|
594
594
|
showMessage?: boolean;
|
|
595
595
|
}
|
|
596
|
-
declare function ChartLoadingState({ height, message, className, showMessage, style, ...rest }: ChartLoadingStateProps):
|
|
596
|
+
declare function ChartLoadingState({ height, message, className, showMessage, style, ...rest }: ChartLoadingStateProps): react.JSX.Element;
|
|
597
597
|
|
|
598
598
|
interface ChartContainerProps extends BaseComponentProps {
|
|
599
599
|
children: ReactNode;
|
|
600
600
|
height?: number;
|
|
601
601
|
contentClassName?: string;
|
|
602
602
|
}
|
|
603
|
-
declare function ChartContainer({ children, height, className, contentClassName, style, ...rest }: ChartContainerProps):
|
|
603
|
+
declare function ChartContainer({ children, height, className, contentClassName, style, ...rest }: ChartContainerProps): react.JSX.Element;
|
|
604
604
|
|
|
605
605
|
interface ChartPlotFrameProps extends BaseComponentProps {
|
|
606
606
|
children: ReactNode;
|
|
@@ -610,16 +610,16 @@ interface ChartPlotFrameProps extends BaseComponentProps {
|
|
|
610
610
|
error?: Error | null;
|
|
611
611
|
empty?: boolean;
|
|
612
612
|
}
|
|
613
|
-
declare function ChartPlotFrame({ children, footer, height, loading, error, empty, className, ...rest }: ChartPlotFrameProps):
|
|
613
|
+
declare function ChartPlotFrame({ children, footer, height, loading, error, empty, className, ...rest }: ChartPlotFrameProps): react.JSX.Element;
|
|
614
614
|
|
|
615
|
-
declare function LinePlot<TData extends ChartDataPoint = ChartDataPoint>({ data, xKey, series, height, loading, error, className, showGrid, showTooltip, showLegend, animated, ...rest }: BaseChartProps<TData> & BaseComponentProps):
|
|
615
|
+
declare function LinePlot<TData extends ChartDataPoint = ChartDataPoint>({ data, xKey, series, height, loading, error, className, showGrid, showTooltip, showLegend, animated, ...rest }: BaseChartProps<TData> & BaseComponentProps): react.JSX.Element;
|
|
616
616
|
|
|
617
|
-
declare function AreaPlot<TData extends ChartDataPoint = ChartDataPoint>({ data, xKey, series, height, loading, error, className, showGrid, showTooltip, showLegend, animated, ...rest }: BaseChartProps<TData> & BaseComponentProps):
|
|
617
|
+
declare function AreaPlot<TData extends ChartDataPoint = ChartDataPoint>({ data, xKey, series, height, loading, error, className, showGrid, showTooltip, showLegend, animated, ...rest }: BaseChartProps<TData> & BaseComponentProps): react.JSX.Element;
|
|
618
618
|
|
|
619
619
|
interface BarChartProps<TData extends ChartDataPoint = ChartDataPoint> extends BaseChartProps<TData>, BaseComponentProps {
|
|
620
620
|
layout?: "horizontal" | "vertical";
|
|
621
621
|
}
|
|
622
|
-
declare function BarPlot<TData extends ChartDataPoint = ChartDataPoint>({ data, xKey, series, height, loading, error, className, showGrid, showTooltip, showLegend, animated, layout, ...rest }: BarChartProps<TData>):
|
|
622
|
+
declare function BarPlot<TData extends ChartDataPoint = ChartDataPoint>({ data, xKey, series, height, loading, error, className, showGrid, showTooltip, showLegend, animated, layout, ...rest }: BarChartProps<TData>): react.JSX.Element;
|
|
623
623
|
|
|
624
624
|
interface PieChartProps<TData extends ChartDataPoint = ChartDataPoint> extends Omit<BaseChartProps<TData>, "xKey" | "series">, BaseComponentProps {
|
|
625
625
|
nameKey?: keyof TData | string;
|
|
@@ -629,9 +629,9 @@ interface PieChartProps<TData extends ChartDataPoint = ChartDataPoint> extends O
|
|
|
629
629
|
valueFormat?: ChartValueFormat;
|
|
630
630
|
unit?: string;
|
|
631
631
|
}
|
|
632
|
-
declare function PiePlot<TData extends ChartDataPoint = ChartDataPoint>({ data, nameKey, valueKey, height, loading, error, className, showTooltip, showLegend, animated, innerRadius, outerRadius, valueFormat, unit, ...rest }: PieChartProps<TData>):
|
|
632
|
+
declare function PiePlot<TData extends ChartDataPoint = ChartDataPoint>({ data, nameKey, valueKey, height, loading, error, className, showTooltip, showLegend, animated, innerRadius, outerRadius, valueFormat, unit, ...rest }: PieChartProps<TData>): react.JSX.Element;
|
|
633
633
|
|
|
634
|
-
declare function ScatterPlot<TData extends ChartDataPoint = ChartDataPoint>({ data, xKey, series, height, loading, error, className, showGrid, showTooltip, showLegend, animated, ...rest }: BaseChartProps<TData> & BaseComponentProps):
|
|
634
|
+
declare function ScatterPlot<TData extends ChartDataPoint = ChartDataPoint>({ data, xKey, series, height, loading, error, className, showGrid, showTooltip, showLegend, animated, ...rest }: BaseChartProps<TData> & BaseComponentProps): react.JSX.Element;
|
|
635
635
|
|
|
636
636
|
interface GaugeChartProps<TData extends ChartDataPoint = ChartDataPoint> extends BaseComponentProps {
|
|
637
637
|
data?: TData[];
|
|
@@ -647,7 +647,7 @@ interface GaugeChartProps<TData extends ChartDataPoint = ChartDataPoint> extends
|
|
|
647
647
|
loading?: boolean;
|
|
648
648
|
error?: Error | null;
|
|
649
649
|
}
|
|
650
|
-
declare function GaugePlot<TData extends ChartDataPoint = ChartDataPoint>({ data, valueKey, label, value, min, max, height, color, unit, format, loading, error, className, ...rest }: GaugeChartProps<TData>):
|
|
650
|
+
declare function GaugePlot<TData extends ChartDataPoint = ChartDataPoint>({ data, valueKey, label, value, min, max, height, color, unit, format, loading, error, className, ...rest }: GaugeChartProps<TData>): react.JSX.Element;
|
|
651
651
|
|
|
652
652
|
interface StatChartProps<TData extends ChartDataPoint = ChartDataPoint> extends BaseComponentProps {
|
|
653
653
|
data?: TData[];
|
|
@@ -663,11 +663,11 @@ interface StatChartProps<TData extends ChartDataPoint = ChartDataPoint> extends
|
|
|
663
663
|
error?: Error | null;
|
|
664
664
|
showTrend?: boolean;
|
|
665
665
|
}
|
|
666
|
-
declare function StatPlot<TData extends ChartDataPoint = ChartDataPoint>({ data, valueKey, label, value, previousValue, format, prefix, suffix, unit, loading, error, className, showTrend, ...rest }: StatChartProps<TData>):
|
|
666
|
+
declare function StatPlot<TData extends ChartDataPoint = ChartDataPoint>({ data, valueKey, label, value, previousValue, format, prefix, suffix, unit, loading, error, className, showTrend, ...rest }: StatChartProps<TData>): react.JSX.Element;
|
|
667
667
|
|
|
668
|
-
declare function ChartProvider<TData extends ChartDataPoint = ChartDataPoint>({ children, data, dataSource, maxDataPoints, autoLoad, theme, themeMode, onDataChange, onError, }: ChartProviderProps<TData>):
|
|
668
|
+
declare function ChartProvider<TData extends ChartDataPoint = ChartDataPoint>({ children, data, dataSource, maxDataPoints, autoLoad, theme, themeMode, onDataChange, onError, }: ChartProviderProps<TData>): react.JSX.Element;
|
|
669
669
|
|
|
670
|
-
declare const ChartContext:
|
|
670
|
+
declare const ChartContext: react.Context<ChartContextValue<ChartDataPoint>>;
|
|
671
671
|
|
|
672
672
|
declare function useChartContext<TData extends ChartDataPoint = ChartDataPoint>(): ChartContextValue<TData>;
|
|
673
673
|
|
|
@@ -897,13 +897,13 @@ interface ChipProps extends BaseComponentProps {
|
|
|
897
897
|
shape?: Shape;
|
|
898
898
|
size?: Size;
|
|
899
899
|
}
|
|
900
|
-
declare const Chip: ({ label, variant, appearance, shape, size, className, ...rest }: ChipProps) =>
|
|
900
|
+
declare const Chip: ({ label, variant, appearance, shape, size, className, ...rest }: ChipProps) => react.JSX.Element;
|
|
901
901
|
|
|
902
902
|
interface DataViewPageSizeProps extends BaseComponentProps {
|
|
903
903
|
pageSizeOptions?: (number | "All")[];
|
|
904
904
|
shape?: Shape;
|
|
905
905
|
}
|
|
906
|
-
declare const DataViewPageSize: ({ pageSizeOptions, shape, className, ...rest }: DataViewPageSizeProps) =>
|
|
906
|
+
declare const DataViewPageSize: ({ pageSizeOptions, shape, className, ...rest }: DataViewPageSizeProps) => react.JSX.Element;
|
|
907
907
|
|
|
908
908
|
interface FilterOption {
|
|
909
909
|
value: string;
|
|
@@ -916,7 +916,7 @@ interface DataViewFilterGroupProps<T = any> {
|
|
|
916
916
|
title?: string;
|
|
917
917
|
className?: string;
|
|
918
918
|
}
|
|
919
|
-
declare const DataViewFilterGroup: <T extends Record<string, any>>({ filterKey, options, title, className, }: DataViewFilterGroupProps<T>) =>
|
|
919
|
+
declare const DataViewFilterGroup: <T extends Record<string, any>>({ filterKey, options, title, className, }: DataViewFilterGroupProps<T>) => react.JSX.Element;
|
|
920
920
|
|
|
921
921
|
interface SortOption$1 {
|
|
922
922
|
value: string;
|
|
@@ -926,22 +926,22 @@ interface DataViewSortProps extends BaseComponentProps<HTMLSelectElement>, Omit<
|
|
|
926
926
|
options: SortOption$1[];
|
|
927
927
|
shape?: Shape;
|
|
928
928
|
}
|
|
929
|
-
declare const DataViewSort: ({ options, shape, className, onChange, ...rest }: DataViewSortProps) =>
|
|
929
|
+
declare const DataViewSort: ({ options, shape, className, onChange, ...rest }: DataViewSortProps) => react.JSX.Element;
|
|
930
930
|
|
|
931
931
|
interface DataViewSearchProps extends BaseComponentProps<HTMLInputElement>, Omit<InputHTMLAttributes<HTMLInputElement>, keyof BaseComponentProps<HTMLInputElement> | "children"> {
|
|
932
932
|
shape?: Shape;
|
|
933
933
|
}
|
|
934
|
-
declare const DataViewSearch: ({ placeholder, shape, className, onChange, ...rest }: DataViewSearchProps) =>
|
|
934
|
+
declare const DataViewSearch: ({ placeholder, shape, className, onChange, ...rest }: DataViewSearchProps) => react.JSX.Element;
|
|
935
935
|
|
|
936
936
|
interface DataViewPaginationProps extends BaseComponentProps {
|
|
937
937
|
shape?: Shape;
|
|
938
938
|
}
|
|
939
|
-
declare const DataViewPagination: ({ shape, className, ...rest }: DataViewPaginationProps) =>
|
|
939
|
+
declare const DataViewPagination: ({ shape, className, ...rest }: DataViewPaginationProps) => react.JSX.Element | null;
|
|
940
940
|
|
|
941
941
|
interface DataViewFooterProps extends BaseComponentProps {
|
|
942
942
|
children: ReactNode;
|
|
943
943
|
}
|
|
944
|
-
declare const DataViewFooter: ({ children, className, ...rest }: DataViewFooterProps) =>
|
|
944
|
+
declare const DataViewFooter: ({ children, className, ...rest }: DataViewFooterProps) => react.JSX.Element;
|
|
945
945
|
|
|
946
946
|
interface DataViewContentProps<T = any> {
|
|
947
947
|
children: ReactNode | ((data: T[]) => ReactNode);
|
|
@@ -951,12 +951,12 @@ declare const DataViewContent: <T = any>({ children, }: DataViewContentProps<T>)
|
|
|
951
951
|
interface DataViewSidebarProps extends BaseComponentProps<HTMLElement> {
|
|
952
952
|
children: ReactNode;
|
|
953
953
|
}
|
|
954
|
-
declare const DataViewSidebar: ({ children, className, ...rest }: DataViewSidebarProps) =>
|
|
954
|
+
declare const DataViewSidebar: ({ children, className, ...rest }: DataViewSidebarProps) => react.JSX.Element;
|
|
955
955
|
|
|
956
956
|
interface DataViewHeaderProps extends BaseComponentProps {
|
|
957
957
|
children: ReactNode;
|
|
958
958
|
}
|
|
959
|
-
declare const DataViewHeader: ({ children, className, ...rest }: DataViewHeaderProps) =>
|
|
959
|
+
declare const DataViewHeader: ({ children, className, ...rest }: DataViewHeaderProps) => react.JSX.Element;
|
|
960
960
|
|
|
961
961
|
type SortDirection = "asc" | "desc";
|
|
962
962
|
type SortConfig<T, K extends keyof T = keyof T> = {
|
|
@@ -986,18 +986,18 @@ interface DataViewProviderProps<T> {
|
|
|
986
986
|
defaultPageSize?: number;
|
|
987
987
|
sortConfig?: Record<string, SortConfig<T>>;
|
|
988
988
|
}
|
|
989
|
-
declare const DataViewProvider: <T extends Record<string, any>>({ data, children, defaultPageSize, sortConfig, }: DataViewProviderProps<T>) =>
|
|
990
|
-
|
|
991
|
-
declare const DataView: (<T extends Record<string, any>>({ data, children, defaultPageSize, sortConfig, }: DataViewProviderProps<T>) =>
|
|
992
|
-
Header: ({ children, className, ...rest }: DataViewHeaderProps) =>
|
|
993
|
-
Sidebar: ({ children, className, ...rest }: DataViewSidebarProps) =>
|
|
994
|
-
Content: <T = any>({ children, }: DataViewContentProps<T>) =>
|
|
995
|
-
Footer: ({ children, className, ...rest }: DataViewFooterProps) =>
|
|
996
|
-
Pagination: ({ shape, className, ...rest }: DataViewPaginationProps) =>
|
|
997
|
-
Search: ({ placeholder, shape, className, onChange, ...rest }: DataViewSearchProps) =>
|
|
998
|
-
Sort: ({ options, shape, className, onChange, ...rest }: DataViewSortProps) =>
|
|
999
|
-
FilterGroup: <T extends Record<string, any>>({ filterKey, options, title, className, }: DataViewFilterGroupProps<T>) =>
|
|
1000
|
-
PageSize: ({ pageSizeOptions, shape, className, ...rest }: DataViewPageSizeProps) =>
|
|
989
|
+
declare const DataViewProvider: <T extends Record<string, any>>({ data, children, defaultPageSize, sortConfig, }: DataViewProviderProps<T>) => react.JSX.Element;
|
|
990
|
+
|
|
991
|
+
declare const DataView: (<T extends Record<string, any>>({ data, children, defaultPageSize, sortConfig, }: DataViewProviderProps<T>) => react.JSX.Element) & {
|
|
992
|
+
Header: ({ children, className, ...rest }: DataViewHeaderProps) => react.JSX.Element;
|
|
993
|
+
Sidebar: ({ children, className, ...rest }: DataViewSidebarProps) => react.JSX.Element;
|
|
994
|
+
Content: <T = any>({ children, }: DataViewContentProps<T>) => react.JSX.Element;
|
|
995
|
+
Footer: ({ children, className, ...rest }: DataViewFooterProps) => react.JSX.Element;
|
|
996
|
+
Pagination: ({ shape, className, ...rest }: DataViewPaginationProps) => react.JSX.Element | null;
|
|
997
|
+
Search: ({ placeholder, shape, className, onChange, ...rest }: DataViewSearchProps) => react.JSX.Element;
|
|
998
|
+
Sort: ({ options, shape, className, onChange, ...rest }: DataViewSortProps) => react.JSX.Element;
|
|
999
|
+
FilterGroup: <T extends Record<string, any>>({ filterKey, options, title, className, }: DataViewFilterGroupProps<T>) => react.JSX.Element;
|
|
1000
|
+
PageSize: ({ pageSizeOptions, shape, className, ...rest }: DataViewPageSizeProps) => react.JSX.Element;
|
|
1001
1001
|
};
|
|
1002
1002
|
|
|
1003
1003
|
interface FlagProps extends BaseComponentProps {
|
|
@@ -1005,7 +1005,7 @@ interface FlagProps extends BaseComponentProps {
|
|
|
1005
1005
|
width?: number | string;
|
|
1006
1006
|
height?: number | string;
|
|
1007
1007
|
}
|
|
1008
|
-
declare const Flag: ({ code, width, height, className, ...rest }: FlagProps) =>
|
|
1008
|
+
declare const Flag: ({ code, width, height, className, ...rest }: FlagProps) => react.JSX.Element;
|
|
1009
1009
|
|
|
1010
1010
|
type GraphLayoutType = "force" | "grid" | "tree" | (string & {});
|
|
1011
1011
|
interface GraphData {
|
|
@@ -1038,32 +1038,32 @@ interface GraphEdgeType {
|
|
|
1038
1038
|
interface GraphProps extends BaseComponentProps {
|
|
1039
1039
|
data: GraphData;
|
|
1040
1040
|
layout?: string;
|
|
1041
|
-
nodeRenderer?: (node: any) =>
|
|
1041
|
+
nodeRenderer?: (node: any) => react__default.ReactNode;
|
|
1042
1042
|
width?: number;
|
|
1043
1043
|
height?: number;
|
|
1044
1044
|
}
|
|
1045
|
-
declare const Graph: ({ data, layout, nodeRenderer, width, height, className, ...rest }: GraphProps) =>
|
|
1045
|
+
declare const Graph: ({ data, layout, nodeRenderer, width, height, className, ...rest }: GraphProps) => react__default.JSX.Element;
|
|
1046
1046
|
|
|
1047
1047
|
interface Props$2 {
|
|
1048
1048
|
edge: GraphEdgeType;
|
|
1049
1049
|
nodeMap: Map<string, GraphNodeType>;
|
|
1050
1050
|
}
|
|
1051
|
-
declare const GraphEdge:
|
|
1051
|
+
declare const GraphEdge: react__default.FC<Props$2>;
|
|
1052
1052
|
|
|
1053
1053
|
interface Props$1 {
|
|
1054
1054
|
node: GraphNodeType;
|
|
1055
|
-
renderCustom?: (node: GraphNodeType) =>
|
|
1055
|
+
renderCustom?: (node: GraphNodeType) => react__default.ReactNode;
|
|
1056
1056
|
}
|
|
1057
|
-
declare const GraphNode:
|
|
1057
|
+
declare const GraphNode: react__default.FC<Props$1>;
|
|
1058
1058
|
|
|
1059
1059
|
interface Props {
|
|
1060
1060
|
data: GraphData;
|
|
1061
1061
|
layout?: string;
|
|
1062
|
-
nodeRenderer?: (node: GraphNodeType) =>
|
|
1062
|
+
nodeRenderer?: (node: GraphNodeType) => react__default.ReactNode;
|
|
1063
1063
|
width?: number;
|
|
1064
1064
|
height?: number;
|
|
1065
1065
|
}
|
|
1066
|
-
declare const GraphRenderer:
|
|
1066
|
+
declare const GraphRenderer: react__default.FC<Props>;
|
|
1067
1067
|
|
|
1068
1068
|
declare const createForceLayout: (nodes: GraphNodeType[], edges: GraphEdgeType[], width: number, height: number) => d3.Simulation<GraphNodeType, undefined>;
|
|
1069
1069
|
|
|
@@ -1106,11 +1106,11 @@ interface CloudinaryImageProps extends BaseComponentProps<HTMLImageElement> {
|
|
|
1106
1106
|
fallbackSrc?: string;
|
|
1107
1107
|
loading?: "lazy" | "eager";
|
|
1108
1108
|
}
|
|
1109
|
-
declare const CloudinaryImage: ({ publicId, cloudName, secure, alt, fallbackSrc, loading, className, ...rest }: CloudinaryImageProps) =>
|
|
1109
|
+
declare const CloudinaryImage: ({ publicId, cloudName, secure, alt, fallbackSrc, loading, className, ...rest }: CloudinaryImageProps) => react.JSX.Element;
|
|
1110
1110
|
|
|
1111
1111
|
interface ImageProps extends BaseComponentProps<HTMLImageElement>, Omit<ImgHTMLAttributes<HTMLImageElement>, keyof BaseComponentProps<HTMLImageElement> | "children"> {
|
|
1112
1112
|
}
|
|
1113
|
-
declare const Image: ({ alt, src, height, width, className, style, ...rest }: ImageProps) =>
|
|
1113
|
+
declare const Image: ({ alt, src, height, width, className, style, ...rest }: ImageProps) => react.JSX.Element;
|
|
1114
1114
|
|
|
1115
1115
|
interface InfoProps extends BaseComponentProps {
|
|
1116
1116
|
variant?: Variant;
|
|
@@ -1118,18 +1118,18 @@ interface InfoProps extends BaseComponentProps {
|
|
|
1118
1118
|
shape?: Shape;
|
|
1119
1119
|
children?: ReactNode;
|
|
1120
1120
|
}
|
|
1121
|
-
declare const Info: ({ children, variant, appearance, shape, className, ...rest }: InfoProps) =>
|
|
1121
|
+
declare const Info: ({ children, variant, appearance, shape, className, ...rest }: InfoProps) => react.JSX.Element;
|
|
1122
1122
|
|
|
1123
1123
|
interface ListItemData {
|
|
1124
|
-
content:
|
|
1124
|
+
content: react__default.ReactNode;
|
|
1125
1125
|
bulletType?: ListBulletType;
|
|
1126
|
-
renderBullet?: (index?: number) =>
|
|
1127
|
-
TypographyComponent?:
|
|
1126
|
+
renderBullet?: (index?: number) => react__default.ReactNode;
|
|
1127
|
+
TypographyComponent?: react__default.ReactNode;
|
|
1128
1128
|
className?: string;
|
|
1129
1129
|
}
|
|
1130
1130
|
interface ListProps extends BaseComponentProps {
|
|
1131
1131
|
title?: string;
|
|
1132
|
-
items: (string |
|
|
1132
|
+
items: (string | react__default.ReactNode | ListItemData)[];
|
|
1133
1133
|
direction?: ListDirection;
|
|
1134
1134
|
gap?: 1 | 2 | 3 | 4;
|
|
1135
1135
|
columns?: 1 | 2 | 3 | 4;
|
|
@@ -1137,17 +1137,17 @@ interface ListProps extends BaseComponentProps {
|
|
|
1137
1137
|
wrap?: boolean;
|
|
1138
1138
|
bulletType?: ListBulletType;
|
|
1139
1139
|
}
|
|
1140
|
-
declare const List: ({ title, items, direction, gap, columns, align, wrap, bulletType, className, ...rest }: ListProps) =>
|
|
1140
|
+
declare const List: ({ title, items, direction, gap, columns, align, wrap, bulletType, className, ...rest }: ListProps) => react__default.JSX.Element;
|
|
1141
1141
|
|
|
1142
1142
|
interface ListItemProps extends Omit<BaseComponentProps, "content"> {
|
|
1143
|
-
content:
|
|
1143
|
+
content: react__default.ReactNode;
|
|
1144
1144
|
index?: number;
|
|
1145
|
-
TypographyComponent?:
|
|
1145
|
+
TypographyComponent?: react__default.ReactNode;
|
|
1146
1146
|
bulletType?: ListBulletType;
|
|
1147
|
-
renderBullet?: (index?: number) =>
|
|
1147
|
+
renderBullet?: (index?: number) => react__default.ReactNode;
|
|
1148
1148
|
align?: ListAlign;
|
|
1149
1149
|
}
|
|
1150
|
-
declare const ListItem: ({ content, TypographyComponent, bulletType, renderBullet, index, align, className, ...rest }: ListItemProps) =>
|
|
1150
|
+
declare const ListItem: ({ content, TypographyComponent, bulletType, renderBullet, index, align, className, ...rest }: ListItemProps) => react__default.JSX.Element;
|
|
1151
1151
|
|
|
1152
1152
|
type ListRootElement = "div" | "ul" | "ol";
|
|
1153
1153
|
type ListItemElementType = "div" | "li";
|
|
@@ -1157,8 +1157,8 @@ type ListRootProps<T extends ListRootElement = "div"> = {
|
|
|
1157
1157
|
type ListItemElementProps<T extends ListItemElementType = "div"> = {
|
|
1158
1158
|
as?: T;
|
|
1159
1159
|
} & Omit<ComponentPropsWithoutRef<T>, "as">;
|
|
1160
|
-
declare function ListRoot<T extends ListRootElement = "div">({ as: Component, className, ...props }: ListRootProps<T>):
|
|
1161
|
-
declare function ListItemElement<T extends ListItemElementType = "div">({ as: Component, className, ...props }: ListItemElementProps<T>):
|
|
1160
|
+
declare function ListRoot<T extends ListRootElement = "div">({ as: Component, className, ...props }: ListRootProps<T>): react.JSX.Element;
|
|
1161
|
+
declare function ListItemElement<T extends ListItemElementType = "div">({ as: Component, className, ...props }: ListItemElementProps<T>): react.JSX.Element;
|
|
1162
1162
|
|
|
1163
1163
|
interface PriceTagProps extends BaseComponentProps {
|
|
1164
1164
|
price: number;
|
|
@@ -1173,7 +1173,7 @@ interface PriceTagProps extends BaseComponentProps {
|
|
|
1173
1173
|
currencyAsSubscript?: boolean;
|
|
1174
1174
|
showFreeLabel?: boolean;
|
|
1175
1175
|
}
|
|
1176
|
-
declare const PriceTag: ({ price, discount, code, variant, appearance, shape, size, decimals, showCurrencyCode, currencyAsSubscript, showFreeLabel, className, ...rest }: PriceTagProps) =>
|
|
1176
|
+
declare const PriceTag: ({ price, discount, code, variant, appearance, shape, size, decimals, showCurrencyCode, currencyAsSubscript, showFreeLabel, className, ...rest }: PriceTagProps) => react.JSX.Element;
|
|
1177
1177
|
|
|
1178
1178
|
interface ProgressBarProps extends BaseComponentProps {
|
|
1179
1179
|
value: number;
|
|
@@ -1194,7 +1194,7 @@ interface ProgressBarProps extends BaseComponentProps {
|
|
|
1194
1194
|
trackClassName?: string;
|
|
1195
1195
|
barClassName?: string;
|
|
1196
1196
|
}
|
|
1197
|
-
declare const ProgressBar: ({ value, min, max, variant, appearance, size, shape, striped, animated, showLabel, label, labelPlacement, showPercentage, startContent, endContent, trackClassName, barClassName, className, ...rest }: ProgressBarProps) =>
|
|
1197
|
+
declare const ProgressBar: ({ value, min, max, variant, appearance, size, shape, striped, animated, showLabel, label, labelPlacement, showPercentage, startContent, endContent, trackClassName, barClassName, className, ...rest }: ProgressBarProps) => react.JSX.Element;
|
|
1198
1198
|
|
|
1199
1199
|
interface NumericRatingProps extends BaseComponentProps {
|
|
1200
1200
|
rating: number;
|
|
@@ -1204,7 +1204,7 @@ interface NumericRatingProps extends BaseComponentProps {
|
|
|
1204
1204
|
showReviewCount?: boolean;
|
|
1205
1205
|
reviewLabel?: string;
|
|
1206
1206
|
}
|
|
1207
|
-
declare const NumericRating: ({ rating, totalReviews, size, showStars, showReviewCount, reviewLabel, className, ...rest }: NumericRatingProps) =>
|
|
1207
|
+
declare const NumericRating: ({ rating, totalReviews, size, showStars, showReviewCount, reviewLabel, className, ...rest }: NumericRatingProps) => react.JSX.Element;
|
|
1208
1208
|
|
|
1209
1209
|
interface ProgressBarRatingProps extends BaseComponentProps {
|
|
1210
1210
|
star: number;
|
|
@@ -1216,7 +1216,7 @@ interface ProgressBarRatingProps extends BaseComponentProps {
|
|
|
1216
1216
|
animated?: boolean;
|
|
1217
1217
|
striped?: boolean;
|
|
1218
1218
|
}
|
|
1219
|
-
declare const ProgressBarRating: ({ star, percentage, variant, appearance, shape, size, animated, striped, className, ...rest }: ProgressBarRatingProps) =>
|
|
1219
|
+
declare const ProgressBarRating: ({ star, percentage, variant, appearance, shape, size, animated, striped, className, ...rest }: ProgressBarRatingProps) => react.JSX.Element;
|
|
1220
1220
|
|
|
1221
1221
|
interface StarRatingProps extends BaseComponentProps {
|
|
1222
1222
|
rating: number;
|
|
@@ -1226,7 +1226,7 @@ interface StarRatingProps extends BaseComponentProps {
|
|
|
1226
1226
|
valuePosition?: "start" | "end";
|
|
1227
1227
|
iconClassName?: string;
|
|
1228
1228
|
}
|
|
1229
|
-
declare const StarRating: ({ rating, max, size, showValue, valuePosition, iconClassName, className, ...rest }: StarRatingProps) =>
|
|
1229
|
+
declare const StarRating: ({ rating, max, size, showValue, valuePosition, iconClassName, className, ...rest }: StarRatingProps) => react.JSX.Element;
|
|
1230
1230
|
|
|
1231
1231
|
interface SpinnerProps extends BaseComponentProps {
|
|
1232
1232
|
/**
|
|
@@ -1283,7 +1283,7 @@ interface SpinnerProps extends BaseComponentProps {
|
|
|
1283
1283
|
ariaLabel?: string;
|
|
1284
1284
|
}
|
|
1285
1285
|
|
|
1286
|
-
declare const Spinner: ({ type, variant, size, label, showLabel, centered, fullscreen, overlay, backdrop, direction, className, spinnerClassName, labelClassName, ariaLabel, ...rest }: SpinnerProps) =>
|
|
1286
|
+
declare const Spinner: ({ type, variant, size, label, showLabel, centered, fullscreen, overlay, backdrop, direction, className, spinnerClassName, labelClassName, ariaLabel, ...rest }: SpinnerProps) => react.JSX.Element;
|
|
1287
1287
|
|
|
1288
1288
|
interface TableColumnConfig<T> {
|
|
1289
1289
|
key: keyof T | string;
|
|
@@ -1297,20 +1297,20 @@ interface TableProps<T> extends BaseComponentProps {
|
|
|
1297
1297
|
data: T[];
|
|
1298
1298
|
shape?: Shape;
|
|
1299
1299
|
}
|
|
1300
|
-
declare const Table: <T extends Record<string, any>>({ title, columns, data, shape, className, ...rest }: TableProps<T>) =>
|
|
1300
|
+
declare const Table: <T extends Record<string, any>>({ title, columns, data, shape, className, ...rest }: TableProps<T>) => react.JSX.Element;
|
|
1301
1301
|
|
|
1302
|
-
declare function TableFrame({ className, ...props }: HTMLAttributes<HTMLDivElement>):
|
|
1303
|
-
declare function TableElement({ className, ...props }: TableHTMLAttributes<HTMLTableElement>):
|
|
1304
|
-
declare function TableHead({ className, ...props }: HTMLAttributes<HTMLTableSectionElement>):
|
|
1305
|
-
declare function TableBody({ className, ...props }: HTMLAttributes<HTMLTableSectionElement>):
|
|
1306
|
-
declare function TableRow({ className, ...props }: HTMLAttributes<HTMLTableRowElement>):
|
|
1307
|
-
declare function TableHeaderCell({ className, ...props }: ThHTMLAttributes<HTMLTableCellElement>):
|
|
1308
|
-
declare function TableCell({ className, ...props }: TdHTMLAttributes<HTMLTableCellElement>):
|
|
1302
|
+
declare function TableFrame({ className, ...props }: HTMLAttributes<HTMLDivElement>): react.JSX.Element;
|
|
1303
|
+
declare function TableElement({ className, ...props }: TableHTMLAttributes<HTMLTableElement>): react.JSX.Element;
|
|
1304
|
+
declare function TableHead({ className, ...props }: HTMLAttributes<HTMLTableSectionElement>): react.JSX.Element;
|
|
1305
|
+
declare function TableBody({ className, ...props }: HTMLAttributes<HTMLTableSectionElement>): react.JSX.Element;
|
|
1306
|
+
declare function TableRow({ className, ...props }: HTMLAttributes<HTMLTableRowElement>): react.JSX.Element;
|
|
1307
|
+
declare function TableHeaderCell({ className, ...props }: ThHTMLAttributes<HTMLTableCellElement>): react.JSX.Element;
|
|
1308
|
+
declare function TableCell({ className, ...props }: TdHTMLAttributes<HTMLTableCellElement>): react.JSX.Element;
|
|
1309
1309
|
|
|
1310
1310
|
interface TagProps extends BaseComponentProps {
|
|
1311
1311
|
text: string;
|
|
1312
1312
|
}
|
|
1313
|
-
declare const Tag: ({ text, className, ...rest }: TagProps) =>
|
|
1313
|
+
declare const Tag: ({ text, className, ...rest }: TagProps) => react.JSX.Element;
|
|
1314
1314
|
|
|
1315
1315
|
interface TooltipProps extends BaseComponentProps {
|
|
1316
1316
|
children: ReactNode;
|
|
@@ -1318,7 +1318,7 @@ interface TooltipProps extends BaseComponentProps {
|
|
|
1318
1318
|
offsetX?: number;
|
|
1319
1319
|
offsetY?: number;
|
|
1320
1320
|
}
|
|
1321
|
-
declare const Tooltip: ({ children, show, offsetX, offsetY, className, style, ...rest }: TooltipProps) =>
|
|
1321
|
+
declare const Tooltip: ({ children, show, offsetX, offsetY, className, style, ...rest }: TooltipProps) => react.JSX.Element | null;
|
|
1322
1322
|
|
|
1323
1323
|
interface TypographyProps extends BaseComponentProps {
|
|
1324
1324
|
children?: ReactNode;
|
|
@@ -1334,40 +1334,40 @@ type QuoteStyleProps = Pick<TypographyProps, "children" | "level" | "variant" |
|
|
|
1334
1334
|
type QuoteProps<T extends QuoteElement = "div"> = QuoteStyleProps & {
|
|
1335
1335
|
as?: T;
|
|
1336
1336
|
} & Omit<ComponentPropsWithoutRef<T>, keyof QuoteStyleProps | "as">;
|
|
1337
|
-
declare const Quote: <T extends QuoteElement = "div">({ as: Component, level, children, variant, decoration, bold, italic, className, ...rest }: QuoteProps<T>) =>
|
|
1337
|
+
declare const Quote: <T extends QuoteElement = "div">({ as: Component, level, children, variant, decoration, bold, italic, className, ...rest }: QuoteProps<T>) => react.JSX.Element;
|
|
1338
1338
|
|
|
1339
1339
|
interface DisplayProps extends TypographyProps {
|
|
1340
1340
|
level?: 1 | 2 | 3;
|
|
1341
1341
|
}
|
|
1342
|
-
declare const Display: ({ level, children, variant, decoration, bold, italic, className, ...rest }: DisplayProps) =>
|
|
1342
|
+
declare const Display: ({ level, children, variant, decoration, bold, italic, className, ...rest }: DisplayProps) => react.JSX.Element;
|
|
1343
1343
|
|
|
1344
|
-
declare const Chapter: ({ level, children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) =>
|
|
1344
|
+
declare const Chapter: ({ level, children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1345
1345
|
|
|
1346
|
-
declare const Section: ({ level, children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) =>
|
|
1346
|
+
declare const Section: ({ level, children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1347
1347
|
|
|
1348
|
-
declare const Paragraph: ({ level, children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) =>
|
|
1348
|
+
declare const Paragraph: ({ level, children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1349
1349
|
|
|
1350
|
-
declare const Caption: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) =>
|
|
1350
|
+
declare const Caption: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1351
1351
|
|
|
1352
|
-
declare const Label: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) =>
|
|
1352
|
+
declare const Label: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1353
1353
|
|
|
1354
|
-
declare const Code: ({ children, className, ...rest }: TypographyProps) =>
|
|
1354
|
+
declare const Code: ({ children, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1355
1355
|
|
|
1356
|
-
declare const Lead: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) =>
|
|
1356
|
+
declare const Lead: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1357
1357
|
|
|
1358
|
-
declare const Overline: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) =>
|
|
1358
|
+
declare const Overline: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1359
1359
|
|
|
1360
1360
|
declare const Typography: {
|
|
1361
|
-
Display: ({ level, children, variant, decoration, bold, italic, className, ...rest }: DisplayProps) =>
|
|
1362
|
-
Chapter: ({ level, children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) =>
|
|
1363
|
-
Section: ({ level, children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) =>
|
|
1364
|
-
Paragraph: ({ level, children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) =>
|
|
1365
|
-
Quote: <T extends "div" | "blockquote" = "div">({ as: Component, level, children, variant, decoration, bold, italic, className, ...rest }: QuoteProps<T>) =>
|
|
1366
|
-
Lead: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) =>
|
|
1367
|
-
Caption: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) =>
|
|
1368
|
-
Label: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) =>
|
|
1369
|
-
Code: ({ children, className, ...rest }: TypographyProps) =>
|
|
1370
|
-
Overline: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) =>
|
|
1361
|
+
Display: ({ level, children, variant, decoration, bold, italic, className, ...rest }: DisplayProps) => react.JSX.Element;
|
|
1362
|
+
Chapter: ({ level, children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1363
|
+
Section: ({ level, children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1364
|
+
Paragraph: ({ level, children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1365
|
+
Quote: <T extends "div" | "blockquote" = "div">({ as: Component, level, children, variant, decoration, bold, italic, className, ...rest }: QuoteProps<T>) => react.JSX.Element;
|
|
1366
|
+
Lead: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1367
|
+
Caption: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1368
|
+
Label: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1369
|
+
Code: ({ children, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1370
|
+
Overline: ({ children, variant, decoration, bold, italic, className, ...rest }: TypographyProps) => react.JSX.Element;
|
|
1371
1371
|
};
|
|
1372
1372
|
|
|
1373
1373
|
interface Tier {
|
|
@@ -1387,7 +1387,7 @@ interface ValueBadgeProps extends BaseComponentProps {
|
|
|
1387
1387
|
}
|
|
1388
1388
|
declare const defaultTiers: Tier[];
|
|
1389
1389
|
declare const defaultFormatValue: (v: number) => string;
|
|
1390
|
-
declare const ValueBadge: ({ value, tiers, lowerBound, upperBound, formatValue, className, noBackground, ...rest }: ValueBadgeProps) =>
|
|
1390
|
+
declare const ValueBadge: ({ value, tiers, lowerBound, upperBound, formatValue, className, noBackground, ...rest }: ValueBadgeProps) => react.JSX.Element;
|
|
1391
1391
|
|
|
1392
1392
|
interface CloudinaryVideoProps extends BaseComponentProps<HTMLVideoElement> {
|
|
1393
1393
|
publicId?: string;
|
|
@@ -1401,7 +1401,7 @@ interface CloudinaryVideoProps extends BaseComponentProps<HTMLVideoElement> {
|
|
|
1401
1401
|
poster?: string;
|
|
1402
1402
|
preload?: "none" | "metadata" | "auto";
|
|
1403
1403
|
}
|
|
1404
|
-
declare const CloudinaryVideo: ({ publicId, cloudName, secure, controls, autoPlay, muted, loop, playsInline, poster, preload, className, ...rest }: CloudinaryVideoProps) =>
|
|
1404
|
+
declare const CloudinaryVideo: ({ publicId, cloudName, secure, controls, autoPlay, muted, loop, playsInline, poster, preload, className, ...rest }: CloudinaryVideoProps) => react.JSX.Element;
|
|
1405
1405
|
|
|
1406
1406
|
interface YoutubeVideoProps extends BaseComponentProps<HTMLIFrameElement> {
|
|
1407
1407
|
videoUrl: string;
|
|
@@ -1413,7 +1413,7 @@ interface YoutubeVideoProps extends BaseComponentProps<HTMLIFrameElement> {
|
|
|
1413
1413
|
loop?: boolean;
|
|
1414
1414
|
privacyMode?: boolean;
|
|
1415
1415
|
}
|
|
1416
|
-
declare const YoutubeVideo: ({ videoUrl, width, height, autoPlay, muted, controls, loop, privacyMode, className, ...rest }: YoutubeVideoProps) =>
|
|
1416
|
+
declare const YoutubeVideo: ({ videoUrl, width, height, autoPlay, muted, controls, loop, privacyMode, className, ...rest }: YoutubeVideoProps) => react.JSX.Element;
|
|
1417
1417
|
|
|
1418
1418
|
interface WorldMapPoint {
|
|
1419
1419
|
code: string;
|
|
@@ -1429,17 +1429,17 @@ interface WorldMapProps extends BaseComponentProps {
|
|
|
1429
1429
|
disableCountryHover?: boolean;
|
|
1430
1430
|
disableCountrySelect?: boolean;
|
|
1431
1431
|
}
|
|
1432
|
-
declare const WorldMap: ({ data, title, bubbleColor, bubbleStroke, bubbleScale, minBubble, disableCountryHover, disableCountrySelect, className, ...rest }: WorldMapProps) =>
|
|
1432
|
+
declare const WorldMap: ({ data, title, bubbleColor, bubbleStroke, bubbleScale, minBubble, disableCountryHover, disableCountrySelect, className, ...rest }: WorldMapProps) => react.JSX.Element;
|
|
1433
1433
|
|
|
1434
|
-
declare const Button:
|
|
1434
|
+
declare const Button: react.ForwardRefExoticComponent<ButtonProps & react.RefAttributes<HTMLButtonElement>>;
|
|
1435
1435
|
|
|
1436
|
-
declare function Checkbox(checkboxProps: CheckboxProps):
|
|
1436
|
+
declare function Checkbox(checkboxProps: CheckboxProps): react.JSX.Element;
|
|
1437
1437
|
|
|
1438
|
-
declare function DateSelector(dateSelectorProps: DateSelectorProps):
|
|
1438
|
+
declare function DateSelector(dateSelectorProps: DateSelectorProps): react__default.JSX.Element;
|
|
1439
1439
|
|
|
1440
|
-
declare function Form<Values extends FormikValues = FormikValues>({ initialValues, validationSchema, enableReinitialize, children, className, contentClassName, onSubmit, onChange, warnOnUnsavedChanges, onDirtyChange, }: FormProps<Values>):
|
|
1440
|
+
declare function Form<Values extends FormikValues = FormikValues>({ initialValues, validationSchema, enableReinitialize, children, className, contentClassName, onSubmit, onChange, warnOnUnsavedChanges, onDirtyChange, }: FormProps<Values>): react.JSX.Element;
|
|
1441
1441
|
|
|
1442
|
-
declare function FormResponse({ text, variant, shape, size, className, textClassName, }: FormResponseProps):
|
|
1442
|
+
declare function FormResponse({ text, variant, shape, size, className, textClassName, }: FormResponseProps): react.JSX.Element;
|
|
1443
1443
|
|
|
1444
1444
|
interface ImageInputProps {
|
|
1445
1445
|
title?: string;
|
|
@@ -1456,14 +1456,14 @@ interface ImageViewProps {
|
|
|
1456
1456
|
alt?: string;
|
|
1457
1457
|
}
|
|
1458
1458
|
|
|
1459
|
-
declare function ImageView({ imageUrl, secure, alt, }: ImageViewProps):
|
|
1460
|
-
declare const ImageInput:
|
|
1459
|
+
declare function ImageView({ imageUrl, secure, alt, }: ImageViewProps): react__default.JSX.Element;
|
|
1460
|
+
declare const ImageInput: react__default.ForwardRefExoticComponent<(Omit<react__default.ClassAttributes<HTMLInputElement> & react__default.InputHTMLAttributes<HTMLInputElement> & formik.FieldConfig<string> & ImageInputProps, "ref"> | Omit<react__default.ClassAttributes<HTMLSelectElement> & react__default.SelectHTMLAttributes<HTMLSelectElement> & formik.FieldConfig<string> & ImageInputProps, "ref"> | Omit<react__default.ClassAttributes<HTMLTextAreaElement> & react__default.TextareaHTMLAttributes<HTMLTextAreaElement> & formik.FieldConfig<string> & ImageInputProps, "ref">) & react__default.RefAttributes<ImageInputRef>>;
|
|
1461
1461
|
|
|
1462
|
-
declare function Input(inputProps: InputProps):
|
|
1462
|
+
declare function Input(inputProps: InputProps): react.JSX.Element;
|
|
1463
1463
|
|
|
1464
|
-
declare function InputFile(inputFileProps: InputFileProps):
|
|
1464
|
+
declare function InputFile(inputFileProps: InputFileProps): react__default.JSX.Element;
|
|
1465
1465
|
|
|
1466
|
-
declare function InputLabel({ text, children, className, floating, errored, disabled, htmlFor, }: InputLabelProps):
|
|
1466
|
+
declare function InputLabel({ text, children, className, floating, errored, disabled, htmlFor, }: InputLabelProps): react.JSX.Element;
|
|
1467
1467
|
|
|
1468
1468
|
type ShapeInput$1 = Shape$1 | "circle" | "roundedSquare" | "softRoundedSquare" | "square";
|
|
1469
1469
|
interface InputListProps {
|
|
@@ -1471,7 +1471,7 @@ interface InputListProps {
|
|
|
1471
1471
|
placeholder?: string;
|
|
1472
1472
|
shape?: ShapeInput$1;
|
|
1473
1473
|
}
|
|
1474
|
-
declare const InputList: ({ name, placeholder, shape }: InputListProps) =>
|
|
1474
|
+
declare const InputList: ({ name, placeholder, shape }: InputListProps) => react__default.JSX.Element;
|
|
1475
1475
|
|
|
1476
1476
|
type ShapeInput = Shape$1 | "circle" | "roundedSquare" | "softRoundedSquare" | "square";
|
|
1477
1477
|
interface InputListGroupProps {
|
|
@@ -1479,9 +1479,9 @@ interface InputListGroupProps {
|
|
|
1479
1479
|
placeholder?: string;
|
|
1480
1480
|
shape?: ShapeInput;
|
|
1481
1481
|
}
|
|
1482
|
-
declare const InputListGroup: ({ name, placeholder, shape, }: InputListGroupProps) =>
|
|
1482
|
+
declare const InputListGroup: ({ name, placeholder, shape, }: InputListGroupProps) => react__default.JSX.Element;
|
|
1483
1483
|
|
|
1484
|
-
declare function InputResponse({ name, visibility, variant, className, message, }: InputResponseProps):
|
|
1484
|
+
declare function InputResponse({ name, visibility, variant, className, message, }: InputResponseProps): react.JSX.Element;
|
|
1485
1485
|
|
|
1486
1486
|
interface MultiImageInputProps {
|
|
1487
1487
|
title?: string;
|
|
@@ -1490,21 +1490,21 @@ interface MultiImageInputProps {
|
|
|
1490
1490
|
}
|
|
1491
1491
|
type MultiImageInputFieldProps = FieldHookConfig<string[]> & MultiImageInputProps;
|
|
1492
1492
|
|
|
1493
|
-
declare function MultiImageInput({ title, uploadDir, ...props }: MultiImageInputFieldProps):
|
|
1493
|
+
declare function MultiImageInput({ title, uploadDir, ...props }: MultiImageInputFieldProps): react__default.JSX.Element;
|
|
1494
1494
|
|
|
1495
1495
|
interface RadioProps {
|
|
1496
1496
|
placeholder: string;
|
|
1497
1497
|
options: any[];
|
|
1498
1498
|
}
|
|
1499
|
-
declare function Radio({ placeholder, options, ...props }: FieldHookConfig<string> & RadioProps):
|
|
1499
|
+
declare function Radio({ placeholder, options, ...props }: FieldHookConfig<string> & RadioProps): react__default.JSX.Element;
|
|
1500
1500
|
|
|
1501
1501
|
interface StarRatingInputProps {
|
|
1502
1502
|
starAmount?: number;
|
|
1503
1503
|
styles?: string;
|
|
1504
1504
|
}
|
|
1505
|
-
declare function StarRatingInput({ starAmount, styles, ...props }: FieldHookConfig<string> & StarRatingInputProps):
|
|
1505
|
+
declare function StarRatingInput({ starAmount, styles, ...props }: FieldHookConfig<string> & StarRatingInputProps): react__default.JSX.Element;
|
|
1506
1506
|
|
|
1507
|
-
declare function Select(selectProps: SelectProps):
|
|
1507
|
+
declare function Select(selectProps: SelectProps): react.JSX.Element;
|
|
1508
1508
|
|
|
1509
1509
|
interface SwitchProps {
|
|
1510
1510
|
name: string;
|
|
@@ -1512,22 +1512,22 @@ interface SwitchProps {
|
|
|
1512
1512
|
description?: string;
|
|
1513
1513
|
showStatus?: boolean;
|
|
1514
1514
|
}
|
|
1515
|
-
declare function Switch({ label, description, showStatus, ...props }: FieldHookConfig<boolean> & SwitchProps):
|
|
1515
|
+
declare function Switch({ label, description, showStatus, ...props }: FieldHookConfig<boolean> & SwitchProps): react__default.JSX.Element;
|
|
1516
1516
|
|
|
1517
|
-
declare function Tags(tagsProps: TagsProps):
|
|
1517
|
+
declare function Tags(tagsProps: TagsProps): react.JSX.Element;
|
|
1518
1518
|
|
|
1519
|
-
declare function TextArea(textAreaProps: TextAreaProps):
|
|
1519
|
+
declare function TextArea(textAreaProps: TextAreaProps): react.JSX.Element;
|
|
1520
1520
|
|
|
1521
1521
|
interface BackdropProps {
|
|
1522
|
-
children?:
|
|
1522
|
+
children?: react__default.ReactNode;
|
|
1523
1523
|
styles?: string;
|
|
1524
1524
|
}
|
|
1525
|
-
declare const Backdrop: ({ children, styles }: BackdropProps) =>
|
|
1525
|
+
declare const Backdrop: ({ children, styles }: BackdropProps) => react__default.JSX.Element;
|
|
1526
1526
|
|
|
1527
1527
|
interface SkeletonProps extends BaseComponentProps {
|
|
1528
|
-
children?:
|
|
1528
|
+
children?: react__default.ReactNode;
|
|
1529
1529
|
}
|
|
1530
|
-
declare const Skeleton: ({ children, className, ...rest }: SkeletonProps) =>
|
|
1530
|
+
declare const Skeleton: ({ children, className, ...rest }: SkeletonProps) => react__default.JSX.Element;
|
|
1531
1531
|
|
|
1532
1532
|
type NormalizedToastStatus = ToastStatus.default | ToastStatus.success | ToastStatus.warning | ToastStatus.error | ToastStatus.info;
|
|
1533
1533
|
interface SendToastOptions {
|
|
@@ -1561,7 +1561,7 @@ interface ToastProps extends BaseComponentProps {
|
|
|
1561
1561
|
shape?: Shape$1;
|
|
1562
1562
|
}
|
|
1563
1563
|
|
|
1564
|
-
declare const Toast: ({ position, autoClose, maxToasts, hideProgressBar, newestOnTop, closeOnClick, pauseOnHover, shape, className, ...rest }: ToastProps) =>
|
|
1564
|
+
declare const Toast: ({ position, autoClose, maxToasts, hideProgressBar, newestOnTop, closeOnClick, pauseOnHover, shape, className, ...rest }: ToastProps) => react__default.JSX.Element | null;
|
|
1565
1565
|
declare const euiToast: {
|
|
1566
1566
|
show(options: SendToastOptions): string;
|
|
1567
1567
|
success(message: SendToastOptions["message"], options?: SendToastOptions): string;
|
|
@@ -1583,35 +1583,35 @@ interface TransitionBaseProps {
|
|
|
1583
1583
|
leaveDuration?: number;
|
|
1584
1584
|
unmountOnExit?: boolean;
|
|
1585
1585
|
}
|
|
1586
|
-
declare function TransitionBase({ visibility, children, enterClassName, leaveClassName, visibleClassName, hiddenClassName, leaveDuration, unmountOnExit, }: TransitionBaseProps):
|
|
1586
|
+
declare function TransitionBase({ visibility, children, enterClassName, leaveClassName, visibleClassName, hiddenClassName, leaveDuration, unmountOnExit, }: TransitionBaseProps): react__default.JSX.Element | null;
|
|
1587
1587
|
|
|
1588
1588
|
interface TransitionDropdownProps {
|
|
1589
1589
|
visibility: boolean;
|
|
1590
1590
|
children?: ReactNode;
|
|
1591
1591
|
leaveDuration?: number;
|
|
1592
1592
|
}
|
|
1593
|
-
declare function TransitionDropdown({ visibility, children, leaveDuration, }: TransitionDropdownProps):
|
|
1593
|
+
declare function TransitionDropdown({ visibility, children, leaveDuration, }: TransitionDropdownProps): react__default.JSX.Element;
|
|
1594
1594
|
|
|
1595
1595
|
interface TransitionFadeProps {
|
|
1596
1596
|
visibility: boolean;
|
|
1597
1597
|
children?: ReactNode;
|
|
1598
1598
|
leaveDuration?: number;
|
|
1599
1599
|
}
|
|
1600
|
-
declare function TransitionFade({ visibility, children, leaveDuration, }: TransitionFadeProps):
|
|
1600
|
+
declare function TransitionFade({ visibility, children, leaveDuration, }: TransitionFadeProps): react__default.JSX.Element;
|
|
1601
1601
|
|
|
1602
1602
|
interface TransitionFadeInProps {
|
|
1603
1603
|
visibility: boolean;
|
|
1604
1604
|
children?: ReactNode;
|
|
1605
1605
|
leaveDuration?: number;
|
|
1606
1606
|
}
|
|
1607
|
-
declare function TransitionFadeIn({ visibility, children, leaveDuration, }: TransitionFadeInProps):
|
|
1607
|
+
declare function TransitionFadeIn({ visibility, children, leaveDuration, }: TransitionFadeInProps): react__default.JSX.Element;
|
|
1608
1608
|
|
|
1609
1609
|
interface TransitionScaleProps {
|
|
1610
1610
|
visibility: boolean;
|
|
1611
1611
|
children?: ReactNode;
|
|
1612
1612
|
leaveDuration?: number;
|
|
1613
1613
|
}
|
|
1614
|
-
declare function TransitionScale({ visibility, children, leaveDuration, }: TransitionScaleProps):
|
|
1614
|
+
declare function TransitionScale({ visibility, children, leaveDuration, }: TransitionScaleProps): react__default.JSX.Element;
|
|
1615
1615
|
|
|
1616
1616
|
type TransitionSlideSide = "left" | "right" | "top" | "bottom";
|
|
1617
1617
|
interface TransitionSlideProps {
|
|
@@ -1620,7 +1620,7 @@ interface TransitionSlideProps {
|
|
|
1620
1620
|
children?: ReactNode;
|
|
1621
1621
|
leaveDuration?: number;
|
|
1622
1622
|
}
|
|
1623
|
-
declare function TransitionSlide({ visibility, side, children, leaveDuration, }: TransitionSlideProps):
|
|
1623
|
+
declare function TransitionSlide({ visibility, side, children, leaveDuration, }: TransitionSlideProps): react__default.JSX.Element;
|
|
1624
1624
|
|
|
1625
1625
|
interface TransitionAccordionProps {
|
|
1626
1626
|
visibility: boolean;
|
|
@@ -1628,7 +1628,7 @@ interface TransitionAccordionProps {
|
|
|
1628
1628
|
enterDuration?: number;
|
|
1629
1629
|
leaveDuration?: number;
|
|
1630
1630
|
}
|
|
1631
|
-
declare function TransitionAccordion({ visibility, children, enterDuration, leaveDuration, }: TransitionAccordionProps):
|
|
1631
|
+
declare function TransitionAccordion({ visibility, children, enterDuration, leaveDuration, }: TransitionAccordionProps): react__default.JSX.Element | null;
|
|
1632
1632
|
|
|
1633
1633
|
declare const Transition: {
|
|
1634
1634
|
TransitionBase: typeof TransitionBase;
|
|
@@ -1645,21 +1645,21 @@ interface ContentAreaProps {
|
|
|
1645
1645
|
styles?: string;
|
|
1646
1646
|
enablePadding?: boolean;
|
|
1647
1647
|
}
|
|
1648
|
-
declare const ContentArea:
|
|
1648
|
+
declare const ContentArea: react__default.ForwardRefExoticComponent<ContentAreaProps & react__default.RefAttributes<HTMLDivElement>>;
|
|
1649
1649
|
|
|
1650
1650
|
interface FlexColProps$1 {
|
|
1651
|
-
children?:
|
|
1651
|
+
children?: react__default.ReactNode;
|
|
1652
1652
|
gap?: number;
|
|
1653
1653
|
styles?: string;
|
|
1654
1654
|
}
|
|
1655
|
-
declare function FlexCol({ children, gap, styles }: FlexColProps$1):
|
|
1655
|
+
declare function FlexCol({ children, gap, styles }: FlexColProps$1): react__default.JSX.Element;
|
|
1656
1656
|
|
|
1657
1657
|
interface FlexColProps {
|
|
1658
|
-
children?:
|
|
1658
|
+
children?: react__default.ReactNode;
|
|
1659
1659
|
gap?: number;
|
|
1660
1660
|
styles?: string;
|
|
1661
1661
|
}
|
|
1662
|
-
declare function FlexRow({ children, gap, styles }: FlexColProps):
|
|
1662
|
+
declare function FlexRow({ children, gap, styles }: FlexColProps): react__default.JSX.Element;
|
|
1663
1663
|
|
|
1664
1664
|
declare const Flex: {
|
|
1665
1665
|
FlexCol: typeof FlexCol;
|
|
@@ -1667,40 +1667,40 @@ declare const Flex: {
|
|
|
1667
1667
|
};
|
|
1668
1668
|
|
|
1669
1669
|
interface GridProps {
|
|
1670
|
-
children?:
|
|
1670
|
+
children?: react__default.ReactNode;
|
|
1671
1671
|
styles?: string;
|
|
1672
1672
|
}
|
|
1673
|
-
declare function Grid({ children, styles }: GridProps):
|
|
1673
|
+
declare function Grid({ children, styles }: GridProps): react__default.JSX.Element;
|
|
1674
1674
|
|
|
1675
1675
|
interface LayoutProps {
|
|
1676
1676
|
flexDirection?: "vertical" | "horizontal";
|
|
1677
|
-
children?:
|
|
1677
|
+
children?: react__default.ReactNode;
|
|
1678
1678
|
styles?: string;
|
|
1679
1679
|
}
|
|
1680
|
-
declare const Layout: ({ flexDirection, children, styles, }: LayoutProps) =>
|
|
1680
|
+
declare const Layout: ({ flexDirection, children, styles, }: LayoutProps) => react__default.JSX.Element;
|
|
1681
1681
|
|
|
1682
1682
|
interface ThemeContextProps {
|
|
1683
1683
|
theme: "light" | "dark";
|
|
1684
1684
|
setTheme: (theme: "light" | "dark") => void;
|
|
1685
1685
|
toggleTheme: () => void;
|
|
1686
1686
|
}
|
|
1687
|
-
declare const ThemeContext:
|
|
1687
|
+
declare const ThemeContext: react__default.Context<ThemeContextProps | undefined>;
|
|
1688
1688
|
interface ThemeProviderProps {
|
|
1689
1689
|
defaultTheme?: "light" | "dark";
|
|
1690
1690
|
children: ReactNode;
|
|
1691
1691
|
}
|
|
1692
|
-
declare const ThemeProvider: ({ defaultTheme, children, }: ThemeProviderProps) =>
|
|
1692
|
+
declare const ThemeProvider: ({ defaultTheme, children, }: ThemeProviderProps) => react__default.JSX.Element;
|
|
1693
1693
|
|
|
1694
|
-
declare const ThemeSwitch: () =>
|
|
1694
|
+
declare const ThemeSwitch: () => react__default.JSX.Element | null;
|
|
1695
1695
|
|
|
1696
|
-
declare const ShapeSwitch: () =>
|
|
1696
|
+
declare const ShapeSwitch: () => react.JSX.Element;
|
|
1697
1697
|
|
|
1698
1698
|
type PreviewPlatform = "web" | "native";
|
|
1699
1699
|
interface PreviewSwitchProps {
|
|
1700
1700
|
onChange?: (platform: PreviewPlatform) => void;
|
|
1701
1701
|
value?: PreviewPlatform;
|
|
1702
1702
|
}
|
|
1703
|
-
declare const PreviewSwitch: ({ onChange, value, }: PreviewSwitchProps) =>
|
|
1703
|
+
declare const PreviewSwitch: ({ onChange, value, }: PreviewSwitchProps) => react.JSX.Element;
|
|
1704
1704
|
|
|
1705
1705
|
interface ThemeSelectOption<Value extends string> {
|
|
1706
1706
|
label: string;
|
|
@@ -1713,31 +1713,31 @@ interface ThemeSelectProps<Value extends string> {
|
|
|
1713
1713
|
options: ThemeSelectOption<Value>[];
|
|
1714
1714
|
value: Value;
|
|
1715
1715
|
}
|
|
1716
|
-
declare function ThemeSelect<Value extends string>({ ariaLabel, label, onChange, options, value, }: ThemeSelectProps<Value>):
|
|
1716
|
+
declare function ThemeSelect<Value extends string>({ ariaLabel, label, onChange, options, value, }: ThemeSelectProps<Value>): react__default.JSX.Element;
|
|
1717
1717
|
|
|
1718
1718
|
interface HeaderProps {
|
|
1719
1719
|
position?: "static" | "fixed" | "sticky";
|
|
1720
|
-
children?:
|
|
1720
|
+
children?: react__default.ReactNode;
|
|
1721
1721
|
onPreviewPlatformChange?: (platform: PreviewPlatform) => void;
|
|
1722
1722
|
previewPlatform?: PreviewPlatform;
|
|
1723
1723
|
showPreviewPlatformSelector?: boolean;
|
|
1724
1724
|
styles?: string;
|
|
1725
1725
|
}
|
|
1726
|
-
declare const Header: ({ position, children, onPreviewPlatformChange, previewPlatform, showPreviewPlatformSelector, styles, }: HeaderProps) =>
|
|
1726
|
+
declare const Header: ({ position, children, onPreviewPlatformChange, previewPlatform, showPreviewPlatformSelector, styles, }: HeaderProps) => react__default.JSX.Element;
|
|
1727
1727
|
|
|
1728
1728
|
interface ContentProps {
|
|
1729
|
-
children?:
|
|
1729
|
+
children?: react__default.ReactNode;
|
|
1730
1730
|
overlayedSidebar?: boolean;
|
|
1731
1731
|
sidebarVisible?: boolean;
|
|
1732
1732
|
styles?: string;
|
|
1733
1733
|
}
|
|
1734
|
-
declare const Content: ({ sidebarVisible, overlayedSidebar, children, styles, }: ContentProps) =>
|
|
1734
|
+
declare const Content: ({ sidebarVisible, overlayedSidebar, children, styles, }: ContentProps) => react__default.JSX.Element;
|
|
1735
1735
|
|
|
1736
1736
|
interface FooterProps {
|
|
1737
|
-
children?:
|
|
1737
|
+
children?: react__default.ReactNode;
|
|
1738
1738
|
styles?: string;
|
|
1739
1739
|
}
|
|
1740
|
-
declare const Footer: ({ children, styles }: FooterProps) =>
|
|
1740
|
+
declare const Footer: ({ children, styles }: FooterProps) => react__default.JSX.Element;
|
|
1741
1741
|
|
|
1742
1742
|
interface BlockProps extends BaseComponentProps {
|
|
1743
1743
|
title?: string;
|
|
@@ -1745,17 +1745,17 @@ interface BlockProps extends BaseComponentProps {
|
|
|
1745
1745
|
required?: boolean;
|
|
1746
1746
|
layout?: ListDirection;
|
|
1747
1747
|
labelWidth?: string;
|
|
1748
|
-
children:
|
|
1748
|
+
children: react__default.ReactNode;
|
|
1749
1749
|
}
|
|
1750
|
-
declare function Block({ title, description, required, layout, labelWidth, children, className, ...rest }: BlockProps):
|
|
1750
|
+
declare function Block({ title, description, required, layout, labelWidth, children, className, ...rest }: BlockProps): react__default.JSX.Element;
|
|
1751
1751
|
|
|
1752
1752
|
interface BlockGroupProps extends BaseComponentProps {
|
|
1753
1753
|
title?: string;
|
|
1754
1754
|
description?: string;
|
|
1755
|
-
children:
|
|
1755
|
+
children: react__default.ReactNode;
|
|
1756
1756
|
noDivider?: boolean;
|
|
1757
1757
|
}
|
|
1758
|
-
declare function BlockGroup({ title, description, children, noDivider, className, ...rest }: BlockGroupProps):
|
|
1758
|
+
declare function BlockGroup({ title, description, children, noDivider, className, ...rest }: BlockGroupProps): react__default.JSX.Element;
|
|
1759
1759
|
|
|
1760
1760
|
interface I_ItemType {
|
|
1761
1761
|
title: string;
|
|
@@ -1774,18 +1774,18 @@ interface BreadcrumbProps {
|
|
|
1774
1774
|
navigate?: (path: string) => void;
|
|
1775
1775
|
styles?: string;
|
|
1776
1776
|
}
|
|
1777
|
-
declare const Breadcrumb: ({ gap, seperator, data, routes, currentPath, navigate, styles, }: BreadcrumbProps) =>
|
|
1777
|
+
declare const Breadcrumb: ({ gap, seperator, data, routes, currentPath, navigate, styles, }: BreadcrumbProps) => react__default.JSX.Element;
|
|
1778
1778
|
|
|
1779
1779
|
interface BreadcrumbItemProps {
|
|
1780
1780
|
title: string;
|
|
1781
1781
|
href: string;
|
|
1782
1782
|
active: boolean;
|
|
1783
|
-
onClick?: (e:
|
|
1783
|
+
onClick?: (e: react__default.MouseEvent<HTMLAnchorElement>) => void;
|
|
1784
1784
|
}
|
|
1785
|
-
declare function BreadcrumbItem({ title, href, active, onClick, }: BreadcrumbItemProps):
|
|
1785
|
+
declare function BreadcrumbItem({ title, href, active, onClick, }: BreadcrumbItemProps): react__default.JSX.Element;
|
|
1786
1786
|
|
|
1787
1787
|
interface DrawerProps {
|
|
1788
|
-
children?:
|
|
1788
|
+
children?: react__default.ReactNode;
|
|
1789
1789
|
visibility: boolean;
|
|
1790
1790
|
side?: "left" | "right" | "top" | "bottom";
|
|
1791
1791
|
handleClose: () => void;
|
|
@@ -1796,28 +1796,28 @@ interface DrawerProps {
|
|
|
1796
1796
|
offsetTop?: string;
|
|
1797
1797
|
offsetBottom?: string;
|
|
1798
1798
|
}
|
|
1799
|
-
declare const Drawer: ({ children, visibility, side, handleClose, styles, backdropStyles, showBackdrop, closeOnBackdropClick, offsetTop, offsetBottom, }: DrawerProps) =>
|
|
1799
|
+
declare const Drawer: ({ children, visibility, side, handleClose, styles, backdropStyles, showBackdrop, closeOnBackdropClick, offsetTop, offsetBottom, }: DrawerProps) => react__default.JSX.Element;
|
|
1800
1800
|
|
|
1801
1801
|
interface DrawerTogglerProps {
|
|
1802
1802
|
icon?: ReactNode;
|
|
1803
1803
|
toggleDrawer?: () => void;
|
|
1804
1804
|
styles?: string;
|
|
1805
1805
|
}
|
|
1806
|
-
declare function DrawerToggler({ icon, toggleDrawer, styles, }: DrawerTogglerProps):
|
|
1806
|
+
declare function DrawerToggler({ icon, toggleDrawer, styles, }: DrawerTogglerProps): react__default.JSX.Element;
|
|
1807
1807
|
|
|
1808
1808
|
interface I_FooterNavItem {
|
|
1809
1809
|
component: any;
|
|
1810
|
-
icon?:
|
|
1810
|
+
icon?: react__default.ReactNode;
|
|
1811
1811
|
name: string;
|
|
1812
|
-
badge?:
|
|
1812
|
+
badge?: react__default.ReactNode;
|
|
1813
1813
|
to?: string;
|
|
1814
1814
|
onClick?: () => void;
|
|
1815
1815
|
}
|
|
1816
1816
|
interface I_FooterNavGroup {
|
|
1817
1817
|
component: any;
|
|
1818
|
-
icon?:
|
|
1818
|
+
icon?: react__default.ReactNode;
|
|
1819
1819
|
name: string;
|
|
1820
|
-
badge?:
|
|
1820
|
+
badge?: react__default.ReactNode;
|
|
1821
1821
|
to?: string;
|
|
1822
1822
|
items: I_FooterNavItem[];
|
|
1823
1823
|
}
|
|
@@ -1826,60 +1826,60 @@ interface FooterNavProps {
|
|
|
1826
1826
|
data: FooterDataItemProps[];
|
|
1827
1827
|
styles?: string;
|
|
1828
1828
|
}
|
|
1829
|
-
declare function FooterNav({ data, styles }: FooterNavProps):
|
|
1829
|
+
declare function FooterNav({ data, styles }: FooterNavProps): react__default.JSX.Element;
|
|
1830
1830
|
|
|
1831
1831
|
interface FooterNavGroupProps {
|
|
1832
|
-
icon?:
|
|
1832
|
+
icon?: react__default.ReactNode;
|
|
1833
1833
|
name: string;
|
|
1834
1834
|
description: string;
|
|
1835
|
-
badge?:
|
|
1835
|
+
badge?: react__default.ReactNode;
|
|
1836
1836
|
to?: string;
|
|
1837
|
-
children:
|
|
1837
|
+
children: react__default.ReactNode;
|
|
1838
1838
|
styles?: string;
|
|
1839
1839
|
}
|
|
1840
|
-
declare const FooterNavGroup: ({ icon, name, description, badge, to, styles, children, }: FooterNavGroupProps) =>
|
|
1840
|
+
declare const FooterNavGroup: ({ icon, name, description, badge, to, styles, children, }: FooterNavGroupProps) => react__default.JSX.Element;
|
|
1841
1841
|
|
|
1842
1842
|
interface FooterNavItemProps {
|
|
1843
|
-
icon?:
|
|
1843
|
+
icon?: react__default.ReactNode;
|
|
1844
1844
|
name: string;
|
|
1845
1845
|
description: string;
|
|
1846
|
-
badge?:
|
|
1846
|
+
badge?: react__default.ReactNode;
|
|
1847
1847
|
to?: string;
|
|
1848
1848
|
onClick?: () => void;
|
|
1849
1849
|
styles?: string;
|
|
1850
1850
|
}
|
|
1851
|
-
declare const FooterNavItem: ({ icon, name, description, badge, to, onClick, styles, }: FooterNavItemProps) =>
|
|
1851
|
+
declare const FooterNavItem: ({ icon, name, description, badge, to, onClick, styles, }: FooterNavItemProps) => react__default.JSX.Element;
|
|
1852
1852
|
|
|
1853
1853
|
interface FooterNavItemTitleProps {
|
|
1854
|
-
icon?:
|
|
1854
|
+
icon?: react__default.ReactNode;
|
|
1855
1855
|
name: string;
|
|
1856
1856
|
description: string;
|
|
1857
|
-
badge?:
|
|
1857
|
+
badge?: react__default.ReactNode;
|
|
1858
1858
|
styles?: string;
|
|
1859
1859
|
}
|
|
1860
|
-
declare const FooterNavItemTitle: ({ icon, name, description, badge, styles, }: FooterNavItemTitleProps) =>
|
|
1860
|
+
declare const FooterNavItemTitle: ({ icon, name, description, badge, styles, }: FooterNavItemTitleProps) => react__default.JSX.Element;
|
|
1861
1861
|
|
|
1862
1862
|
interface FooterNavItemContextProps {
|
|
1863
|
-
icon?:
|
|
1863
|
+
icon?: react__default.ReactNode;
|
|
1864
1864
|
name: string;
|
|
1865
1865
|
description: string;
|
|
1866
|
-
badge?:
|
|
1866
|
+
badge?: react__default.ReactNode;
|
|
1867
1867
|
}
|
|
1868
|
-
declare const FooterNavItemContext: ({ icon, name, description, badge, }: FooterNavItemContextProps) =>
|
|
1868
|
+
declare const FooterNavItemContext: ({ icon, name, description, badge, }: FooterNavItemContextProps) => react__default.JSX.Element;
|
|
1869
1869
|
|
|
1870
1870
|
interface I_HeaderNavItem {
|
|
1871
1871
|
component: any;
|
|
1872
|
-
icon?:
|
|
1872
|
+
icon?: react__default.ReactNode;
|
|
1873
1873
|
name: string;
|
|
1874
|
-
badge?:
|
|
1874
|
+
badge?: react__default.ReactNode;
|
|
1875
1875
|
to?: string;
|
|
1876
1876
|
onClick?: () => void;
|
|
1877
1877
|
}
|
|
1878
1878
|
interface I_HeaderNavGroup {
|
|
1879
1879
|
component: any;
|
|
1880
|
-
icon?:
|
|
1880
|
+
icon?: react__default.ReactNode;
|
|
1881
1881
|
name: string;
|
|
1882
|
-
badge?:
|
|
1882
|
+
badge?: react__default.ReactNode;
|
|
1883
1883
|
to?: string;
|
|
1884
1884
|
items: I_HeaderNavItem[];
|
|
1885
1885
|
}
|
|
@@ -1888,46 +1888,46 @@ interface HeaderNavProps {
|
|
|
1888
1888
|
data: HeaderDataItemProps[];
|
|
1889
1889
|
styles?: string;
|
|
1890
1890
|
}
|
|
1891
|
-
declare function HeaderNav({ data, styles }: HeaderNavProps):
|
|
1891
|
+
declare function HeaderNav({ data, styles }: HeaderNavProps): react__default.JSX.Element;
|
|
1892
1892
|
|
|
1893
1893
|
interface HeaderNavGroupProps {
|
|
1894
|
-
icon?:
|
|
1894
|
+
icon?: react__default.ReactNode;
|
|
1895
1895
|
name: string;
|
|
1896
1896
|
description: string;
|
|
1897
|
-
badge?:
|
|
1897
|
+
badge?: react__default.ReactNode;
|
|
1898
1898
|
to?: string;
|
|
1899
|
-
children:
|
|
1899
|
+
children: react__default.ReactNode;
|
|
1900
1900
|
styles?: string;
|
|
1901
1901
|
}
|
|
1902
|
-
declare const HeaderNavGroup: ({ icon, name, description, badge, to, styles, children, }: HeaderNavGroupProps) =>
|
|
1902
|
+
declare const HeaderNavGroup: ({ icon, name, description, badge, to, styles, children, }: HeaderNavGroupProps) => react__default.JSX.Element;
|
|
1903
1903
|
|
|
1904
1904
|
interface HeaderNavItemProps {
|
|
1905
|
-
icon?:
|
|
1905
|
+
icon?: react__default.ReactNode;
|
|
1906
1906
|
name: string;
|
|
1907
1907
|
description: string;
|
|
1908
|
-
badge?:
|
|
1908
|
+
badge?: react__default.ReactNode;
|
|
1909
1909
|
to?: string;
|
|
1910
1910
|
onClick?: () => void;
|
|
1911
1911
|
styles?: string;
|
|
1912
1912
|
}
|
|
1913
|
-
declare const HeaderNavItem: ({ icon, name, description, badge, to, onClick, styles, }: HeaderNavItemProps) =>
|
|
1913
|
+
declare const HeaderNavItem: ({ icon, name, description, badge, to, onClick, styles, }: HeaderNavItemProps) => react__default.JSX.Element;
|
|
1914
1914
|
|
|
1915
1915
|
interface HeaderNavItemTitleProps {
|
|
1916
|
-
icon?:
|
|
1916
|
+
icon?: react__default.ReactNode;
|
|
1917
1917
|
name: string;
|
|
1918
1918
|
description: string;
|
|
1919
|
-
badge?:
|
|
1919
|
+
badge?: react__default.ReactNode;
|
|
1920
1920
|
styles?: string;
|
|
1921
1921
|
}
|
|
1922
|
-
declare const HeaderNavItemTitle: ({ icon, name, description, badge, styles, }: HeaderNavItemTitleProps) =>
|
|
1922
|
+
declare const HeaderNavItemTitle: ({ icon, name, description, badge, styles, }: HeaderNavItemTitleProps) => react__default.JSX.Element;
|
|
1923
1923
|
|
|
1924
1924
|
interface HeaderNavItemContextProps {
|
|
1925
|
-
icon?:
|
|
1925
|
+
icon?: react__default.ReactNode;
|
|
1926
1926
|
name: string;
|
|
1927
1927
|
description: string;
|
|
1928
|
-
badge?:
|
|
1928
|
+
badge?: react__default.ReactNode;
|
|
1929
1929
|
}
|
|
1930
|
-
declare const HeaderNavItemContext: ({ icon, name, description, badge, }: HeaderNavItemContextProps) =>
|
|
1930
|
+
declare const HeaderNavItemContext: ({ icon, name, description, badge, }: HeaderNavItemContextProps) => react__default.JSX.Element;
|
|
1931
1931
|
|
|
1932
1932
|
interface LinkProps {
|
|
1933
1933
|
children?: string;
|
|
@@ -1940,22 +1940,22 @@ interface LinkProps {
|
|
|
1940
1940
|
italic?: boolean;
|
|
1941
1941
|
onClick?: () => void;
|
|
1942
1942
|
}
|
|
1943
|
-
declare const Link: ({ children, href, target, variant, decoration, bold, italic, styles, onClick, }: LinkProps) =>
|
|
1943
|
+
declare const Link: ({ children, href, target, variant, decoration, bold, italic, styles, onClick, }: LinkProps) => react__default.JSX.Element;
|
|
1944
1944
|
|
|
1945
1945
|
type MenuElementType = "item" | "group" | "title";
|
|
1946
1946
|
interface BaseMenuNode {
|
|
1947
1947
|
key?: string;
|
|
1948
1948
|
name: string;
|
|
1949
|
-
icon?:
|
|
1950
|
-
badge?:
|
|
1949
|
+
icon?: react__default.ReactNode;
|
|
1950
|
+
badge?: react__default.ReactNode;
|
|
1951
1951
|
className?: string;
|
|
1952
|
-
component?:
|
|
1952
|
+
component?: react__default.ElementType;
|
|
1953
1953
|
}
|
|
1954
1954
|
interface MenuItemNode extends BaseMenuNode {
|
|
1955
1955
|
type: "item";
|
|
1956
1956
|
to?: string;
|
|
1957
1957
|
navigate?: (to: string) => void;
|
|
1958
|
-
onClick?: (e:
|
|
1958
|
+
onClick?: (e: react__default.MouseEvent<HTMLDivElement>) => void;
|
|
1959
1959
|
}
|
|
1960
1960
|
interface MenuGroupNode extends BaseMenuNode {
|
|
1961
1961
|
type: "group";
|
|
@@ -1966,9 +1966,9 @@ interface MenuTitleNode extends BaseMenuNode {
|
|
|
1966
1966
|
}
|
|
1967
1967
|
type MenuNode = MenuItemNode | MenuGroupNode | MenuTitleNode;
|
|
1968
1968
|
interface DefaultMenuElements {
|
|
1969
|
-
item?:
|
|
1970
|
-
group?:
|
|
1971
|
-
title?:
|
|
1969
|
+
item?: react__default.ElementType;
|
|
1970
|
+
group?: react__default.ElementType;
|
|
1971
|
+
title?: react__default.ElementType;
|
|
1972
1972
|
}
|
|
1973
1973
|
interface MenuProps {
|
|
1974
1974
|
items: MenuNode[];
|
|
@@ -1978,40 +1978,40 @@ interface MenuProps {
|
|
|
1978
1978
|
currentPath?: string;
|
|
1979
1979
|
}
|
|
1980
1980
|
|
|
1981
|
-
declare const Menu: ({ items, className, navigate, defaultMenuElements, currentPath, }: MenuProps) =>
|
|
1981
|
+
declare const Menu: ({ items, className, navigate, defaultMenuElements, currentPath, }: MenuProps) => react__default.JSX.Element;
|
|
1982
1982
|
|
|
1983
1983
|
interface MenuGroupProps extends BaseComponentProps {
|
|
1984
|
-
icon?:
|
|
1984
|
+
icon?: react__default.ReactNode;
|
|
1985
1985
|
name: string;
|
|
1986
|
-
badge?:
|
|
1986
|
+
badge?: react__default.ReactNode;
|
|
1987
1987
|
to?: string;
|
|
1988
|
-
children:
|
|
1988
|
+
children: react__default.ReactNode;
|
|
1989
1989
|
defaultOpen?: boolean;
|
|
1990
1990
|
}
|
|
1991
|
-
declare const MenuGroup: ({ icon, name, badge, children, defaultOpen, className, style, ...rest }: MenuGroupProps) =>
|
|
1991
|
+
declare const MenuGroup: ({ icon, name, badge, children, defaultOpen, className, style, ...rest }: MenuGroupProps) => react__default.JSX.Element;
|
|
1992
1992
|
|
|
1993
1993
|
interface MenuItemProps extends BaseComponentProps {
|
|
1994
|
-
icon?:
|
|
1994
|
+
icon?: react__default.ReactNode;
|
|
1995
1995
|
name: string;
|
|
1996
|
-
badge?:
|
|
1996
|
+
badge?: react__default.ReactNode;
|
|
1997
1997
|
to?: string;
|
|
1998
1998
|
navigate?: (to: string) => void;
|
|
1999
1999
|
}
|
|
2000
|
-
declare const MenuItem: ({ icon, name, badge, to, navigate, className, onClick, ...rest }: MenuItemProps) =>
|
|
2000
|
+
declare const MenuItem: ({ icon, name, badge, to, navigate, className, onClick, ...rest }: MenuItemProps) => react__default.JSX.Element;
|
|
2001
2001
|
|
|
2002
2002
|
interface MenuItemTitleProps extends BaseComponentProps {
|
|
2003
|
-
icon?:
|
|
2003
|
+
icon?: react__default.ReactNode;
|
|
2004
2004
|
name: string;
|
|
2005
|
-
badge?:
|
|
2005
|
+
badge?: react__default.ReactNode;
|
|
2006
2006
|
}
|
|
2007
|
-
declare const MenuItemTitle: ({ icon, name, badge, className, style, ...rest }: MenuItemTitleProps) =>
|
|
2007
|
+
declare const MenuItemTitle: ({ icon, name, badge, className, style, ...rest }: MenuItemTitleProps) => react__default.JSX.Element;
|
|
2008
2008
|
|
|
2009
2009
|
interface RouteTabProps extends BaseComponentProps {
|
|
2010
2010
|
title: string;
|
|
2011
2011
|
selected?: boolean;
|
|
2012
2012
|
onClick?: () => void;
|
|
2013
2013
|
}
|
|
2014
|
-
declare function RouteTab({ title, onClick, selected, className, ...rest }: RouteTabProps):
|
|
2014
|
+
declare function RouteTab({ title, onClick, selected, className, ...rest }: RouteTabProps): react.JSX.Element;
|
|
2015
2015
|
|
|
2016
2016
|
interface RouteTabsNavItem {
|
|
2017
2017
|
name: string;
|
|
@@ -2026,18 +2026,18 @@ interface RouteTabsProps extends BaseComponentProps {
|
|
|
2026
2026
|
defaultActive?: string;
|
|
2027
2027
|
animated?: boolean;
|
|
2028
2028
|
}
|
|
2029
|
-
declare function RouteTabs({ navData, children, onTabClick, mode, defaultActive, animated, className, ...rest }: RouteTabsProps):
|
|
2029
|
+
declare function RouteTabs({ navData, children, onTabClick, mode, defaultActive, animated, className, ...rest }: RouteTabsProps): react.JSX.Element;
|
|
2030
2030
|
|
|
2031
2031
|
interface UnderConstructionBannerProps {
|
|
2032
2032
|
text?: string;
|
|
2033
2033
|
}
|
|
2034
|
-
declare function UnderConstructionBanner({ text, }: UnderConstructionBannerProps):
|
|
2034
|
+
declare function UnderConstructionBanner({ text, }: UnderConstructionBannerProps): react__default.JSX.Element;
|
|
2035
2035
|
|
|
2036
2036
|
interface ModalProps {
|
|
2037
2037
|
title: string;
|
|
2038
2038
|
show: boolean;
|
|
2039
2039
|
handleOnClose?: () => void;
|
|
2040
|
-
children?:
|
|
2040
|
+
children?: react__default.ReactNode;
|
|
2041
2041
|
enableCloseOnClickOutside?: boolean;
|
|
2042
2042
|
isLoading?: boolean;
|
|
2043
2043
|
isSuccess?: boolean;
|
|
@@ -2046,7 +2046,7 @@ interface ModalProps {
|
|
|
2046
2046
|
styles?: string;
|
|
2047
2047
|
shape?: keyof typeof Shape$1;
|
|
2048
2048
|
}
|
|
2049
|
-
declare function Modal({ title, show, handleOnClose, children, isLoading, isSuccess, isError, error, styles, enableCloseOnClickOutside, shape, }: ModalProps):
|
|
2049
|
+
declare function Modal({ title, show, handleOnClose, children, isLoading, isSuccess, isError, error, styles, enableCloseOnClickOutside, shape, }: ModalProps): react__default.JSX.Element;
|
|
2050
2050
|
|
|
2051
2051
|
interface AccordionProps {
|
|
2052
2052
|
summary?: ReactNode | string;
|
|
@@ -2057,7 +2057,7 @@ interface AccordionProps {
|
|
|
2057
2057
|
toggleOnSummaryClick?: boolean;
|
|
2058
2058
|
enableChildrenPadding?: boolean;
|
|
2059
2059
|
}
|
|
2060
|
-
declare function Accordion({ summary, children, lhsActions, rhsActions, defaultCollapse, toggleOnSummaryClick, enableChildrenPadding, }: AccordionProps):
|
|
2060
|
+
declare function Accordion({ summary, children, lhsActions, rhsActions, defaultCollapse, toggleOnSummaryClick, enableChildrenPadding, }: AccordionProps): react__default.JSX.Element;
|
|
2061
2061
|
|
|
2062
2062
|
declare const hoverAnimations: {
|
|
2063
2063
|
none: string;
|
|
@@ -2078,27 +2078,27 @@ interface CardProps {
|
|
|
2078
2078
|
shape?: keyof typeof Shape$1;
|
|
2079
2079
|
hoverAnimation?: keyof typeof hoverAnimations;
|
|
2080
2080
|
}
|
|
2081
|
-
declare function Card({ children, styles, bgVariant, borderVariant, interactive, ghost, shape, hoverAnimation, }: CardProps):
|
|
2081
|
+
declare function Card({ children, styles, bgVariant, borderVariant, interactive, ghost, shape, hoverAnimation, }: CardProps): react__default.JSX.Element;
|
|
2082
2082
|
|
|
2083
2083
|
interface CardHeaderProps {
|
|
2084
|
-
icon?:
|
|
2084
|
+
icon?: react__default.ReactNode;
|
|
2085
2085
|
title?: string;
|
|
2086
2086
|
description?: string;
|
|
2087
2087
|
className?: string;
|
|
2088
2088
|
}
|
|
2089
|
-
declare function CardHeader({ icon, title, description, className }: CardHeaderProps):
|
|
2089
|
+
declare function CardHeader({ icon, title, description, className }: CardHeaderProps): react__default.JSX.Element;
|
|
2090
2090
|
|
|
2091
2091
|
interface CardContentProps {
|
|
2092
|
-
children?:
|
|
2092
|
+
children?: react__default.ReactNode;
|
|
2093
2093
|
className?: string;
|
|
2094
2094
|
}
|
|
2095
|
-
declare function CardContent({ children, className }: CardContentProps):
|
|
2095
|
+
declare function CardContent({ children, className }: CardContentProps): react__default.JSX.Element;
|
|
2096
2096
|
|
|
2097
2097
|
interface CardFooterProps {
|
|
2098
|
-
children?:
|
|
2098
|
+
children?: react__default.ReactNode;
|
|
2099
2099
|
className?: string;
|
|
2100
2100
|
}
|
|
2101
|
-
declare function CardFooter({ children, className }: CardFooterProps):
|
|
2101
|
+
declare function CardFooter({ children, className }: CardFooterProps): react__default.JSX.Element;
|
|
2102
2102
|
|
|
2103
2103
|
type AnimationVariant = "none" | "gradient" | "blobs" | "mesh" | "custom";
|
|
2104
2104
|
interface BaseAnimationConfig {
|
|
@@ -2140,14 +2140,14 @@ interface MotionSurfaceProps {
|
|
|
2140
2140
|
overlay?: OverlayVariant;
|
|
2141
2141
|
overlayConfig?: BaseOverlayConfig;
|
|
2142
2142
|
className?: string;
|
|
2143
|
-
customAnimation?:
|
|
2144
|
-
customOverlay?:
|
|
2143
|
+
customAnimation?: react__default.ComponentType<any>;
|
|
2144
|
+
customOverlay?: react__default.ComponentType<any>;
|
|
2145
2145
|
}
|
|
2146
|
-
declare function MotionSurface({ children, animationVariant, animationConfig, animated, overlay, overlayConfig, className, customAnimation: CustomAnimation, customOverlay: CustomOverlay, }: MotionSurfaceProps):
|
|
2146
|
+
declare function MotionSurface({ children, animationVariant, animationConfig, animated, overlay, overlayConfig, className, customAnimation: CustomAnimation, customOverlay: CustomOverlay, }: MotionSurfaceProps): react__default.JSX.Element;
|
|
2147
2147
|
|
|
2148
2148
|
type AsyncLoadingType = "spinner" | "skeleton";
|
|
2149
2149
|
interface AsyncComponentWrapperProps {
|
|
2150
|
-
children:
|
|
2150
|
+
children: react__default.ReactNode;
|
|
2151
2151
|
isLoading?: boolean;
|
|
2152
2152
|
isFetching?: boolean;
|
|
2153
2153
|
isSuccess?: boolean;
|
|
@@ -2167,9 +2167,9 @@ interface AsyncComponentWrapperProps {
|
|
|
2167
2167
|
skeletonWrapperClassName?: string;
|
|
2168
2168
|
spinnerProps?: Partial<SpinnerProps>;
|
|
2169
2169
|
fetchingSpinnerProps?: Partial<SpinnerProps>;
|
|
2170
|
-
loadingFallback?:
|
|
2171
|
-
emptyFallback?:
|
|
2172
|
-
errorFallback?:
|
|
2170
|
+
loadingFallback?: react__default.ReactNode;
|
|
2171
|
+
emptyFallback?: react__default.ReactNode;
|
|
2172
|
+
errorFallback?: react__default.ReactNode | ((message: string) => react__default.ReactNode);
|
|
2173
2173
|
showFetchingIndicator?: boolean;
|
|
2174
2174
|
showLoadingOnRetry?: boolean;
|
|
2175
2175
|
retryLoadingFallbackMs?: number;
|
|
@@ -2180,8 +2180,8 @@ interface AsyncComponentWrapperProps {
|
|
|
2180
2180
|
stateClassName?: string;
|
|
2181
2181
|
}
|
|
2182
2182
|
|
|
2183
|
-
declare function AsyncComponentWrapper({ children, isLoading, isFetching, isSuccess, isError, isUninitialized, error, isEmpty, loadingText, fetchingText, emptyTitle, emptyText, errorTitle, retryText, loadingType, skeletonCount, skeletonClassName, skeletonWrapperClassName, spinnerProps, fetchingSpinnerProps, loadingFallback, emptyFallback, errorFallback, showFetchingIndicator, showLoadingOnRetry, retryLoadingFallbackMs, onRetry, errorFormatter, className, contentClassName, stateClassName, }: AsyncComponentWrapperProps):
|
|
2184
|
-
declare const _default:
|
|
2183
|
+
declare function AsyncComponentWrapper({ children, isLoading, isFetching, isSuccess, isError, isUninitialized, error, isEmpty, loadingText, fetchingText, emptyTitle, emptyText, errorTitle, retryText, loadingType, skeletonCount, skeletonClassName, skeletonWrapperClassName, spinnerProps, fetchingSpinnerProps, loadingFallback, emptyFallback, errorFallback, showFetchingIndicator, showLoadingOnRetry, retryLoadingFallbackMs, onRetry, errorFormatter, className, contentClassName, stateClassName, }: AsyncComponentWrapperProps): react__default.JSX.Element | null;
|
|
2184
|
+
declare const _default: react__default.MemoExoticComponent<typeof AsyncComponentWrapper>;
|
|
2185
2185
|
|
|
2186
2186
|
interface GlowWrapperProps {
|
|
2187
2187
|
children: ReactNode;
|
|
@@ -2201,13 +2201,13 @@ interface InfiniteScrollTriggerProps extends BaseComponentProps {
|
|
|
2201
2201
|
threshold?: number;
|
|
2202
2202
|
onLoadMore?: () => void;
|
|
2203
2203
|
}
|
|
2204
|
-
declare function InfiniteScrollTrigger({ children, className, hasMore, isLoading, rootMargin, threshold, onLoadMore, }: InfiniteScrollTriggerProps):
|
|
2204
|
+
declare function InfiniteScrollTrigger({ children, className, hasMore, isLoading, rootMargin, threshold, onLoadMore, }: InfiniteScrollTriggerProps): react.JSX.Element;
|
|
2205
2205
|
|
|
2206
2206
|
interface ShowMoreProps {
|
|
2207
2207
|
text: string;
|
|
2208
2208
|
limit: number;
|
|
2209
2209
|
}
|
|
2210
|
-
declare function ShowMore({ text, limit }: ShowMoreProps):
|
|
2210
|
+
declare function ShowMore({ text, limit }: ShowMoreProps): react__default.JSX.Element;
|
|
2211
2211
|
|
|
2212
2212
|
interface CommentAuthor {
|
|
2213
2213
|
id: string;
|
|
@@ -2426,7 +2426,7 @@ interface CommentComponents {
|
|
|
2426
2426
|
RepliesToggle?: ComponentType<CommentRepliesToggleProps>;
|
|
2427
2427
|
}
|
|
2428
2428
|
|
|
2429
|
-
declare function CommentThread({ currentUser, dataSource, loading, components, config, updatedComment, deletedComment, onEdit, onDelete, onReport, }: CommentThreadProps):
|
|
2429
|
+
declare function CommentThread({ currentUser, dataSource, loading, components, config, updatedComment, deletedComment, onEdit, onDelete, onReport, }: CommentThreadProps): react.JSX.Element;
|
|
2430
2430
|
|
|
2431
2431
|
declare function getOptimisticLikeState(comment: CommentEntity): ToggleReactionResult;
|
|
2432
2432
|
declare function getOptimisticDislikeState(comment: CommentEntity): ToggleReactionResult;
|
|
@@ -2462,7 +2462,7 @@ interface DataViewTableProps<T> {
|
|
|
2462
2462
|
isError?: boolean;
|
|
2463
2463
|
error?: unknown;
|
|
2464
2464
|
}
|
|
2465
|
-
declare function DataViewTable<T extends Record<string, any>>({ title, columns, data, sortOptions, sortConfig, searchPlaceholder, defaultPageSize, isLoading, isSuccess, isError, error, }: DataViewTableProps<T>):
|
|
2465
|
+
declare function DataViewTable<T extends Record<string, any>>({ title, columns, data, sortOptions, sortConfig, searchPlaceholder, defaultPageSize, isLoading, isSuccess, isError, error, }: DataViewTableProps<T>): react.JSX.Element;
|
|
2466
2466
|
|
|
2467
2467
|
interface DocumentationPanelProps {
|
|
2468
2468
|
value: string;
|
|
@@ -2474,7 +2474,7 @@ interface DocumentationPanelProps {
|
|
|
2474
2474
|
className?: string;
|
|
2475
2475
|
contentMaxWidthClassName?: string;
|
|
2476
2476
|
}
|
|
2477
|
-
declare function DocumentationPanel({ value, toc, height, viewerClassName, contentClassName, tocClassName, className, contentMaxWidthClassName, }: DocumentationPanelProps):
|
|
2477
|
+
declare function DocumentationPanel({ value, toc, height, viewerClassName, contentClassName, tocClassName, className, contentMaxWidthClassName, }: DocumentationPanelProps): react.JSX.Element;
|
|
2478
2478
|
|
|
2479
2479
|
interface SliderProps {
|
|
2480
2480
|
isLoading?: boolean;
|
|
@@ -2482,7 +2482,7 @@ interface SliderProps {
|
|
|
2482
2482
|
coverArt: string;
|
|
2483
2483
|
screenshots: string[];
|
|
2484
2484
|
}
|
|
2485
|
-
declare function Slider({ isLoading, isSuccess, coverArt, screenshots }: SliderProps):
|
|
2485
|
+
declare function Slider({ isLoading, isSuccess, coverArt, screenshots }: SliderProps): react.JSX.Element;
|
|
2486
2486
|
|
|
2487
2487
|
interface RatingDistributionItem {
|
|
2488
2488
|
star: number;
|
|
@@ -2500,16 +2500,16 @@ interface StarRatingDistributionProps extends BaseComponentProps {
|
|
|
2500
2500
|
striped?: boolean;
|
|
2501
2501
|
showReviewCount?: boolean;
|
|
2502
2502
|
}
|
|
2503
|
-
declare function StarRatingDistribution({ numericRating, progressBarsRating, ratingDistribution, variant, appearance, shape, size, animated, striped, showReviewCount, className, ...rest }: StarRatingDistributionProps):
|
|
2503
|
+
declare function StarRatingDistribution({ numericRating, progressBarsRating, ratingDistribution, variant, appearance, shape, size, animated, striped, showReviewCount, className, ...rest }: StarRatingDistributionProps): react.JSX.Element;
|
|
2504
2504
|
|
|
2505
2505
|
interface WorldMapCountryTableProps {
|
|
2506
2506
|
title?: string;
|
|
2507
2507
|
data: WorldMapPoint[];
|
|
2508
2508
|
}
|
|
2509
|
-
declare function WorldMapCountryTable({ title, data, }: WorldMapCountryTableProps):
|
|
2509
|
+
declare function WorldMapCountryTable({ title, data, }: WorldMapCountryTableProps): react.JSX.Element;
|
|
2510
2510
|
|
|
2511
2511
|
interface NavItem {
|
|
2512
|
-
icon:
|
|
2512
|
+
icon: react__default.ReactNode;
|
|
2513
2513
|
name: string;
|
|
2514
2514
|
to: string;
|
|
2515
2515
|
selected?: boolean;
|
|
@@ -2521,23 +2521,23 @@ interface BoxNavProps {
|
|
|
2521
2521
|
navigate?: (to: string) => void;
|
|
2522
2522
|
}
|
|
2523
2523
|
|
|
2524
|
-
declare function BoxNav({ data, currentPath, onNavigate, navigate }: BoxNavProps):
|
|
2524
|
+
declare function BoxNav({ data, currentPath, onNavigate, navigate }: BoxNavProps): react__default.JSX.Element;
|
|
2525
2525
|
|
|
2526
2526
|
interface BoxNavItemProps {
|
|
2527
|
-
icon:
|
|
2527
|
+
icon: react__default.ReactNode;
|
|
2528
2528
|
name: string;
|
|
2529
2529
|
to: string;
|
|
2530
2530
|
selected?: boolean;
|
|
2531
|
-
onClick?: (event:
|
|
2531
|
+
onClick?: (event: react__default.MouseEvent<HTMLButtonElement>, to: string) => void;
|
|
2532
2532
|
}
|
|
2533
|
-
declare function BoxNavItem({ icon, name, to, selected, onClick }: BoxNavItemProps):
|
|
2533
|
+
declare function BoxNavItem({ icon, name, to, selected, onClick }: BoxNavItemProps): react__default.JSX.Element;
|
|
2534
2534
|
|
|
2535
2535
|
interface SidebarProps extends BaseComponentProps {
|
|
2536
2536
|
items?: MenuNode[];
|
|
2537
2537
|
navigate?: (to: string) => void;
|
|
2538
2538
|
currentPath?: string;
|
|
2539
2539
|
}
|
|
2540
|
-
declare function Sidebar({ items, navigate, currentPath, className, ...rest }: SidebarProps):
|
|
2540
|
+
declare function Sidebar({ items, navigate, currentPath, className, ...rest }: SidebarProps): react.JSX.Element;
|
|
2541
2541
|
|
|
2542
2542
|
interface TopNavComponents {
|
|
2543
2543
|
item?: React.ElementType;
|
|
@@ -2608,7 +2608,7 @@ interface TopNavProps {
|
|
|
2608
2608
|
className?: string;
|
|
2609
2609
|
}
|
|
2610
2610
|
|
|
2611
|
-
declare const TopNav: ({ items, currentPath, navigate, components, classNames, className, }: TopNavProps) =>
|
|
2611
|
+
declare const TopNav: ({ items, currentPath, navigate, components, classNames, className, }: TopNavProps) => react.JSX.Element;
|
|
2612
2612
|
|
|
2613
2613
|
interface TNItemProps extends BaseComponentProps<HTMLButtonElement> {
|
|
2614
2614
|
icon?: React.ReactNode;
|
|
@@ -2617,21 +2617,21 @@ interface TNItemProps extends BaseComponentProps<HTMLButtonElement> {
|
|
|
2617
2617
|
selected?: boolean;
|
|
2618
2618
|
onClick?: (e: MouseEvent<HTMLButtonElement>) => void;
|
|
2619
2619
|
}
|
|
2620
|
-
declare const TNItem: ({ icon, name, badge, selected, onClick, className, ...rest }: TNItemProps) =>
|
|
2620
|
+
declare const TNItem: ({ icon, name, badge, selected, onClick, className, ...rest }: TNItemProps) => react.JSX.Element;
|
|
2621
2621
|
|
|
2622
2622
|
interface TNContextProps extends BaseComponentProps {
|
|
2623
2623
|
icon?: React.ReactNode;
|
|
2624
2624
|
name: string;
|
|
2625
2625
|
badge?: React.ReactNode;
|
|
2626
2626
|
}
|
|
2627
|
-
declare const TNContext: ({ icon, name, badge }: TNContextProps) =>
|
|
2627
|
+
declare const TNContext: ({ icon, name, badge }: TNContextProps) => react.JSX.Element;
|
|
2628
2628
|
|
|
2629
2629
|
interface TNDropdownProps extends BaseComponentProps {
|
|
2630
2630
|
items: TopNavNode[];
|
|
2631
2631
|
navigate?: (to: string) => void;
|
|
2632
2632
|
components?: any;
|
|
2633
2633
|
}
|
|
2634
|
-
declare const TNDropdown: ({ items, navigate, components, }: TNDropdownProps) =>
|
|
2634
|
+
declare const TNDropdown: ({ items, navigate, components, }: TNDropdownProps) => react.JSX.Element;
|
|
2635
2635
|
|
|
2636
2636
|
interface TNDropdownItemProps extends BaseComponentProps {
|
|
2637
2637
|
icon?: React.ReactNode;
|
|
@@ -2641,12 +2641,12 @@ interface TNDropdownItemProps extends BaseComponentProps {
|
|
|
2641
2641
|
navigate?: (to: string) => void;
|
|
2642
2642
|
onClick?: (e: MouseEvent<HTMLDivElement>) => void;
|
|
2643
2643
|
}
|
|
2644
|
-
declare const TNDropdownItem: ({ icon, name, badge, to, navigate, onClick, className, }: TNDropdownItemProps) =>
|
|
2644
|
+
declare const TNDropdownItem: ({ icon, name, badge, to, navigate, onClick, className, }: TNDropdownItemProps) => react.JSX.Element;
|
|
2645
2645
|
|
|
2646
2646
|
interface TNDropdownTitleProps extends BaseComponentProps {
|
|
2647
2647
|
name: string;
|
|
2648
2648
|
}
|
|
2649
|
-
declare const TNDropdownTitle: ({ name, className }: TNDropdownTitleProps) =>
|
|
2649
|
+
declare const TNDropdownTitle: ({ name, className }: TNDropdownTitleProps) => react.JSX.Element;
|
|
2650
2650
|
|
|
2651
2651
|
interface TNDropdownGroupProps extends BaseComponentProps {
|
|
2652
2652
|
name: string;
|
|
@@ -2656,7 +2656,7 @@ interface TNDropdownGroupProps extends BaseComponentProps {
|
|
|
2656
2656
|
navigate?: (to: string) => void;
|
|
2657
2657
|
components?: any;
|
|
2658
2658
|
}
|
|
2659
|
-
declare const TNDropdownGroup: ({ name, icon, badge, items, navigate, components, className, }: TNDropdownGroupProps) =>
|
|
2659
|
+
declare const TNDropdownGroup: ({ name, icon, badge, items, navigate, components, className, }: TNDropdownGroupProps) => react.JSX.Element;
|
|
2660
2660
|
|
|
2661
2661
|
interface TNGroupProps extends BaseComponentProps {
|
|
2662
2662
|
icon?: React.ReactNode;
|
|
@@ -2667,7 +2667,7 @@ interface TNGroupProps extends BaseComponentProps {
|
|
|
2667
2667
|
components?: any;
|
|
2668
2668
|
selected?: boolean;
|
|
2669
2669
|
}
|
|
2670
|
-
declare const TNGroup: ({ icon, name, items, navigate, columns, components, selected, className, }: TNGroupProps) =>
|
|
2670
|
+
declare const TNGroup: ({ icon, name, items, navigate, columns, components, selected, className, }: TNGroupProps) => react.JSX.Element;
|
|
2671
2671
|
|
|
2672
2672
|
/**
|
|
2673
2673
|
* Theme shared across the whole TopNav tree. It is populated once by `TopNav`
|
|
@@ -3028,7 +3028,7 @@ interface ReviewThreadComponents {
|
|
|
3028
3028
|
EmptyState?: ComponentType<ReviewEmptyStateProps>;
|
|
3029
3029
|
}
|
|
3030
3030
|
|
|
3031
|
-
declare function ReviewThread({ targetId, currentUser, dataSource, loading, disabled, config, components, updatedReview, deletedReview, updatedReviewReply, deletedReviewReply, onLoginClick, onEditReview, onDeleteReview, onReportReview, onReplyToReview, onEditReviewReply, onDeleteReviewReply, onReportReviewReply, onReviewCreated, onReviewUpdated, onReviewDeleted, }: ReviewThreadProps):
|
|
3031
|
+
declare function ReviewThread({ targetId, currentUser, dataSource, loading, disabled, config, components, updatedReview, deletedReview, updatedReviewReply, deletedReviewReply, onLoginClick, onEditReview, onDeleteReview, onReportReview, onReplyToReview, onEditReviewReply, onDeleteReviewReply, onReportReviewReply, onReviewCreated, onReviewUpdated, onReviewDeleted, }: ReviewThreadProps): react.JSX.Element;
|
|
3032
3032
|
|
|
3033
3033
|
declare function formatReviewDate(date?: string, format?: "relative" | "absolute"): string;
|
|
3034
3034
|
|
|
@@ -3164,6 +3164,10 @@ interface UseReviewThreadStateResult {
|
|
|
3164
3164
|
}
|
|
3165
3165
|
declare function useReviewThreadState({ targetId, dataSource, config, shouldLoadMyReview, loading, updatedReview, deletedReview, updatedReviewReply, deletedReviewReply, onReviewCreated, onReviewUpdated, onReviewDeleted, }: UseReviewThreadStateOptions): UseReviewThreadStateResult;
|
|
3166
3166
|
|
|
3167
|
+
declare function ReviewComposer({ currentUser, placeholder, submitLabel, loading, disabled, config, onLoginClick, onSubmit, }: ReviewComposerProps): react.JSX.Element;
|
|
3168
|
+
|
|
3169
|
+
declare function ReviewForm({ initialValues, placeholder, submitLabel, cancelLabel, loading, disabled, autoFocus, config, onSubmit, onCancel, }: ReviewFormProps): react.JSX.Element;
|
|
3170
|
+
|
|
3167
3171
|
type MarkdownHeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
|
|
3168
3172
|
interface MarkdownHeading$1 {
|
|
3169
3173
|
id: string;
|
|
@@ -3357,7 +3361,7 @@ interface MarkdownRendererProps$1 extends MarkdownRendererOptions {
|
|
|
3357
3361
|
type MarkdownElementProps<TElement extends HTMLElement> = ClassAttributes<TElement> & HTMLAttributes<TElement>;
|
|
3358
3362
|
|
|
3359
3363
|
interface MarkdownProviderProps {
|
|
3360
|
-
children:
|
|
3364
|
+
children: react__default.ReactNode;
|
|
3361
3365
|
/**
|
|
3362
3366
|
* Primary markdown value.
|
|
3363
3367
|
*/
|
|
@@ -3389,7 +3393,7 @@ interface MarkdownProviderProps {
|
|
|
3389
3393
|
*/
|
|
3390
3394
|
onActiveHeadingChange?: (id: string, heading?: MarkdownHeading$1) => void;
|
|
3391
3395
|
}
|
|
3392
|
-
declare function MarkdownProvider({ children, markdown, value, headings: externalHeadings, meta, activeHeading: controlledActiveHeading, defaultActiveHeading, onActiveHeadingChange, }: MarkdownProviderProps):
|
|
3396
|
+
declare function MarkdownProvider({ children, markdown, value, headings: externalHeadings, meta, activeHeading: controlledActiveHeading, defaultActiveHeading, onActiveHeadingChange, }: MarkdownProviderProps): react__default.JSX.Element;
|
|
3393
3397
|
|
|
3394
3398
|
interface MarkdownContextType {
|
|
3395
3399
|
markdown: string;
|
|
@@ -3400,7 +3404,7 @@ interface MarkdownContextType {
|
|
|
3400
3404
|
meta?: MarkdownDocumentMeta;
|
|
3401
3405
|
getHeadingById: (id: string) => MarkdownHeading$1 | undefined;
|
|
3402
3406
|
}
|
|
3403
|
-
declare const MarkdownContext:
|
|
3407
|
+
declare const MarkdownContext: react.Context<MarkdownContextType | null>;
|
|
3404
3408
|
|
|
3405
3409
|
interface UseMarkdownOptions {
|
|
3406
3410
|
required?: boolean;
|
|
@@ -3508,100 +3512,100 @@ interface MarkdownViewerProps extends MarkdownViewerProps$1 {
|
|
|
3508
3512
|
headingIdPrefix?: string;
|
|
3509
3513
|
enableActiveHeading?: boolean;
|
|
3510
3514
|
}
|
|
3511
|
-
declare function MarkdownViewer({ value, headings: externalHeadings, headingIdPrefix, enableActiveHeading, ...props }: MarkdownViewerProps):
|
|
3515
|
+
declare function MarkdownViewer({ value, headings: externalHeadings, headingIdPrefix, enableActiveHeading, ...props }: MarkdownViewerProps): react.JSX.Element;
|
|
3512
3516
|
|
|
3513
3517
|
interface MarkdownRendererProps extends MarkdownRendererProps$1 {
|
|
3514
3518
|
headings?: MarkdownHeading$1[];
|
|
3515
3519
|
headingIdPrefix?: string;
|
|
3516
3520
|
}
|
|
3517
|
-
declare function MarkdownRenderer({ markdown, headings, headingIdPrefix, components, className, contentClassName, openLinksInNewTab, linkTarget, enableGfm, allowHtml, sanitizeHtml, showCopyCode, showHeadingAnchors, }: MarkdownRendererProps):
|
|
3521
|
+
declare function MarkdownRenderer({ markdown, headings, headingIdPrefix, components, className, contentClassName, openLinksInNewTab, linkTarget, enableGfm, allowHtml, sanitizeHtml, showCopyCode, showHeadingAnchors, }: MarkdownRendererProps): react.JSX.Element;
|
|
3518
3522
|
|
|
3519
3523
|
interface MarkdownHeadingProps extends MarkdownHeadingRenderProps {
|
|
3520
3524
|
showAnchor?: boolean;
|
|
3521
3525
|
children?: ReactNode;
|
|
3522
3526
|
}
|
|
3523
|
-
declare function MarkdownHeading({ id, level, children, className, showAnchor, ...props }: MarkdownHeadingProps):
|
|
3527
|
+
declare function MarkdownHeading({ id, level, children, className, showAnchor, ...props }: MarkdownHeadingProps): react.FunctionComponentElement<TypographyProps>;
|
|
3524
3528
|
|
|
3525
3529
|
interface MarkdownCodeBlockProps extends MarkdownCodeBlockRenderProps {
|
|
3526
3530
|
showCopy?: boolean;
|
|
3527
3531
|
wrapLongLines?: boolean;
|
|
3528
3532
|
}
|
|
3529
|
-
declare function MarkdownCodeBlock({ code, language, meta, className, showCopy, wrapLongLines, ...props }: MarkdownCodeBlockProps):
|
|
3533
|
+
declare function MarkdownCodeBlock({ code, language, meta, className, showCopy, wrapLongLines, ...props }: MarkdownCodeBlockProps): react.JSX.Element;
|
|
3530
3534
|
|
|
3531
|
-
declare function MarkdownInlineCode({ children, className, ...props }: MarkdownInlineCodeRenderProps):
|
|
3535
|
+
declare function MarkdownInlineCode({ children, className, ...props }: MarkdownInlineCodeRenderProps): react.JSX.Element;
|
|
3532
3536
|
|
|
3533
3537
|
interface MarkdownLinkProps extends MarkdownLinkRenderProps {
|
|
3534
3538
|
openLinksInNewTab?: boolean;
|
|
3535
3539
|
}
|
|
3536
|
-
declare function MarkdownLink({ href, target, children, className, openLinksInNewTab, ...props }: MarkdownLinkProps):
|
|
3540
|
+
declare function MarkdownLink({ href, target, children, className, openLinksInNewTab, ...props }: MarkdownLinkProps): react.JSX.Element;
|
|
3537
3541
|
|
|
3538
|
-
declare function MarkdownImage({ src, alt, title, className, ...props }: MarkdownImageRenderProps):
|
|
3542
|
+
declare function MarkdownImage({ src, alt, title, className, ...props }: MarkdownImageRenderProps): react.JSX.Element | null;
|
|
3539
3543
|
|
|
3540
3544
|
interface MarkdownTableSectionProps extends HTMLAttributes<HTMLTableSectionElement> {
|
|
3541
3545
|
}
|
|
3542
3546
|
interface MarkdownTableRowProps extends HTMLAttributes<HTMLTableRowElement> {
|
|
3543
3547
|
}
|
|
3544
|
-
declare function MarkdownTable({ children, className, ...props }: MarkdownTableRenderProps):
|
|
3545
|
-
declare function MarkdownTableCell({ children, className, ...props }: MarkdownTableCellRenderProps):
|
|
3546
|
-
declare function MarkdownTableHeaderCell({ children, className, ...props }: MarkdownTableHeaderCellRenderProps):
|
|
3547
|
-
declare function MarkdownTableHead({ className, ...props }: MarkdownTableSectionProps):
|
|
3548
|
-
declare function MarkdownTableBody({ className, ...props }: MarkdownTableSectionProps):
|
|
3549
|
-
declare function MarkdownTableRow({ className, ...props }: MarkdownTableRowProps):
|
|
3548
|
+
declare function MarkdownTable({ children, className, ...props }: MarkdownTableRenderProps): react.JSX.Element;
|
|
3549
|
+
declare function MarkdownTableCell({ children, className, ...props }: MarkdownTableCellRenderProps): react.JSX.Element;
|
|
3550
|
+
declare function MarkdownTableHeaderCell({ children, className, ...props }: MarkdownTableHeaderCellRenderProps): react.JSX.Element;
|
|
3551
|
+
declare function MarkdownTableHead({ className, ...props }: MarkdownTableSectionProps): react.JSX.Element;
|
|
3552
|
+
declare function MarkdownTableBody({ className, ...props }: MarkdownTableSectionProps): react.JSX.Element;
|
|
3553
|
+
declare function MarkdownTableRow({ className, ...props }: MarkdownTableRowProps): react.JSX.Element;
|
|
3550
3554
|
|
|
3551
|
-
declare function MarkdownBlockquote({ children, className, ...props }: MarkdownBlockquoteRenderProps):
|
|
3555
|
+
declare function MarkdownBlockquote({ children, className, ...props }: MarkdownBlockquoteRenderProps): react.JSX.Element;
|
|
3552
3556
|
|
|
3553
3557
|
interface MarkdownParagraphProps extends HTMLAttributes<HTMLParagraphElement> {
|
|
3554
3558
|
}
|
|
3555
|
-
declare function MarkdownParagraph({ children, className, ...props }: MarkdownParagraphProps):
|
|
3559
|
+
declare function MarkdownParagraph({ children, className, ...props }: MarkdownParagraphProps): react.JSX.Element;
|
|
3556
3560
|
|
|
3557
3561
|
interface MarkdownStrongProps extends HTMLAttributes<HTMLElement> {
|
|
3558
3562
|
}
|
|
3559
|
-
declare function MarkdownStrong({ className, ...props }: MarkdownStrongProps):
|
|
3563
|
+
declare function MarkdownStrong({ className, ...props }: MarkdownStrongProps): react.JSX.Element;
|
|
3560
3564
|
|
|
3561
3565
|
interface MarkdownEmphasisProps extends HTMLAttributes<HTMLElement> {
|
|
3562
3566
|
}
|
|
3563
|
-
declare function MarkdownEmphasis({ className, ...props }: MarkdownEmphasisProps):
|
|
3567
|
+
declare function MarkdownEmphasis({ className, ...props }: MarkdownEmphasisProps): react.JSX.Element;
|
|
3564
3568
|
|
|
3565
3569
|
interface MarkdownStrikethroughProps extends HTMLAttributes<HTMLModElement> {
|
|
3566
3570
|
}
|
|
3567
|
-
declare function MarkdownStrikethrough({ className, ...props }: MarkdownStrikethroughProps):
|
|
3571
|
+
declare function MarkdownStrikethrough({ className, ...props }: MarkdownStrikethroughProps): react.JSX.Element;
|
|
3568
3572
|
|
|
3569
3573
|
interface MarkdownUnorderedListProps extends HTMLAttributes<HTMLUListElement> {
|
|
3570
3574
|
}
|
|
3571
3575
|
interface MarkdownOrderedListProps extends OlHTMLAttributes<HTMLOListElement> {
|
|
3572
3576
|
}
|
|
3573
|
-
declare function MarkdownUnorderedList({ className, ...props }: MarkdownUnorderedListProps):
|
|
3574
|
-
declare function MarkdownOrderedList({ className, ...props }: MarkdownOrderedListProps):
|
|
3577
|
+
declare function MarkdownUnorderedList({ className, ...props }: MarkdownUnorderedListProps): react.JSX.Element;
|
|
3578
|
+
declare function MarkdownOrderedList({ className, ...props }: MarkdownOrderedListProps): react.JSX.Element;
|
|
3575
3579
|
|
|
3576
3580
|
interface MarkdownListItemProps extends LiHTMLAttributes<HTMLLIElement> {
|
|
3577
3581
|
}
|
|
3578
|
-
declare function MarkdownListItem({ className, ...props }: MarkdownListItemProps):
|
|
3582
|
+
declare function MarkdownListItem({ className, ...props }: MarkdownListItemProps): react.JSX.Element;
|
|
3579
3583
|
|
|
3580
3584
|
interface MarkdownTaskCheckboxProps extends InputHTMLAttributes<HTMLInputElement> {
|
|
3581
3585
|
}
|
|
3582
|
-
declare function MarkdownTaskCheckbox({ className, ...props }: MarkdownTaskCheckboxProps):
|
|
3586
|
+
declare function MarkdownTaskCheckbox({ className, ...props }: MarkdownTaskCheckboxProps): react.JSX.Element;
|
|
3583
3587
|
|
|
3584
3588
|
interface MarkdownThematicBreakProps extends HTMLAttributes<HTMLHRElement> {
|
|
3585
3589
|
}
|
|
3586
|
-
declare function MarkdownThematicBreak({ className, ...props }: MarkdownThematicBreakProps):
|
|
3590
|
+
declare function MarkdownThematicBreak({ className, ...props }: MarkdownThematicBreakProps): react.JSX.Element;
|
|
3587
3591
|
|
|
3588
3592
|
interface MarkdownBreakProps extends HTMLAttributes<HTMLBRElement> {
|
|
3589
3593
|
}
|
|
3590
|
-
declare function MarkdownBreak(props: MarkdownBreakProps):
|
|
3594
|
+
declare function MarkdownBreak(props: MarkdownBreakProps): react.JSX.Element;
|
|
3591
3595
|
|
|
3592
3596
|
interface MarkdownDetailsProps extends DetailsHTMLAttributes<HTMLDetailsElement> {
|
|
3593
3597
|
}
|
|
3594
3598
|
interface MarkdownSummaryProps extends HTMLAttributes<HTMLElement> {
|
|
3595
3599
|
}
|
|
3596
|
-
declare function MarkdownDetails({ className, ...props }: MarkdownDetailsProps):
|
|
3597
|
-
declare function MarkdownSummary({ className, ...props }: MarkdownSummaryProps):
|
|
3600
|
+
declare function MarkdownDetails({ className, ...props }: MarkdownDetailsProps): react.JSX.Element;
|
|
3601
|
+
declare function MarkdownSummary({ className, ...props }: MarkdownSummaryProps): react.JSX.Element;
|
|
3598
3602
|
|
|
3599
3603
|
interface MarkdownFigureProps extends HTMLAttributes<HTMLElement> {
|
|
3600
3604
|
}
|
|
3601
3605
|
interface MarkdownFigcaptionProps extends HTMLAttributes<HTMLElement> {
|
|
3602
3606
|
}
|
|
3603
|
-
declare function MarkdownFigure({ className, ...props }: MarkdownFigureProps):
|
|
3604
|
-
declare function MarkdownFigcaption({ children, className, ...props }: MarkdownFigcaptionProps):
|
|
3607
|
+
declare function MarkdownFigure({ className, ...props }: MarkdownFigureProps): react.JSX.Element;
|
|
3608
|
+
declare function MarkdownFigcaption({ children, className, ...props }: MarkdownFigcaptionProps): react.JSX.Element;
|
|
3605
3609
|
|
|
3606
3610
|
interface MarkdownTOCProps {
|
|
3607
3611
|
title?: string;
|
|
@@ -3627,7 +3631,7 @@ interface MarkdownTOCProps {
|
|
|
3627
3631
|
onActiveHeadingChange?: (id: string, heading?: MarkdownHeading$1) => void;
|
|
3628
3632
|
onHeadingClick?: (heading: MarkdownHeading$1) => void;
|
|
3629
3633
|
}
|
|
3630
|
-
declare function MarkdownTOC({ title, markdown, headings: externalHeadings, minDepth, maxDepth, numbered, sanitizeLabels, collapsible, defaultCollapsed, emptyState, smoothScroll, scrollBlock, indentSize, className, titleClassName, listClassName, itemClassName, activeItemClassName, inactiveItemClassName, activeHeading: controlledActiveHeading, onActiveHeadingChange, onHeadingClick, }: MarkdownTOCProps):
|
|
3634
|
+
declare function MarkdownTOC({ title, markdown, headings: externalHeadings, minDepth, maxDepth, numbered, sanitizeLabels, collapsible, defaultCollapsed, emptyState, smoothScroll, scrollBlock, indentSize, className, titleClassName, listClassName, itemClassName, activeItemClassName, inactiveItemClassName, activeHeading: controlledActiveHeading, onActiveHeadingChange, onHeadingClick, }: MarkdownTOCProps): react.JSX.Element | null;
|
|
3631
3635
|
|
|
3632
3636
|
interface MarkdownTOCItemProps {
|
|
3633
3637
|
heading: MarkdownHeading$1 | NumberedMarkdownHeading;
|
|
@@ -3640,7 +3644,7 @@ interface MarkdownTOCItemProps {
|
|
|
3640
3644
|
inactiveClassName?: string;
|
|
3641
3645
|
onSelect?: (heading: MarkdownHeading$1) => void;
|
|
3642
3646
|
}
|
|
3643
|
-
declare function MarkdownTOCItem({ heading, active, numbered, sanitizeLabel, indentSize, className, activeClassName, inactiveClassName, onSelect, }: MarkdownTOCItemProps):
|
|
3647
|
+
declare function MarkdownTOCItem({ heading, active, numbered, sanitizeLabel, indentSize, className, activeClassName, inactiveClassName, onSelect, }: MarkdownTOCItemProps): react.JSX.Element;
|
|
3644
3648
|
|
|
3645
3649
|
type MarkdownEditorViewMode = "preview" | "source";
|
|
3646
3650
|
type MarkdownToolbarActionId = "heading-1" | "heading-2" | "heading-3" | "bold" | "italic" | "strike" | "inline-code" | "code-block" | "link" | "image" | "unordered-list" | "ordered-list" | "quote" | "table" | "hr";
|
|
@@ -3667,7 +3671,7 @@ interface MarkdownToolbarProps {
|
|
|
3667
3671
|
toggleButtonClassName?: string;
|
|
3668
3672
|
onAction?: (action: MarkdownToolbarActionId) => void;
|
|
3669
3673
|
}
|
|
3670
|
-
declare function MarkdownToolbar({ actions, disabled, actionsDisabled, compact, viewMode, showViewModeToggle, onViewModeToggle, className, buttonClassName, toggleButtonClassName, onAction, }: MarkdownToolbarProps):
|
|
3674
|
+
declare function MarkdownToolbar({ actions, disabled, actionsDisabled, compact, viewMode, showViewModeToggle, onViewModeToggle, className, buttonClassName, toggleButtonClassName, onAction, }: MarkdownToolbarProps): react.JSX.Element;
|
|
3671
3675
|
|
|
3672
3676
|
interface MarkdownSourceEditorProps extends Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, "value" | "defaultValue" | "onChange"> {
|
|
3673
3677
|
value?: string;
|
|
@@ -3694,7 +3698,7 @@ interface MarkdownSourceEditorProps extends Omit<TextareaHTMLAttributes<HTMLText
|
|
|
3694
3698
|
textareaClassName?: string;
|
|
3695
3699
|
previewClassName?: string;
|
|
3696
3700
|
}
|
|
3697
|
-
declare function MarkdownSourceEditor({ value, defaultValue, onChange, onBlur, viewMode, defaultViewMode, onViewModeChange, showToolbar, showViewModeToggle, toolbarProps, previewProps, minHeight, maxHeight, disabled, readOnly, placeholder, containerClassName, toolbarClassName, textareaClassName, previewClassName, className, onKeyDown, ...props }: MarkdownSourceEditorProps):
|
|
3701
|
+
declare function MarkdownSourceEditor({ value, defaultValue, onChange, onBlur, viewMode, defaultViewMode, onViewModeChange, showToolbar, showViewModeToggle, toolbarProps, previewProps, minHeight, maxHeight, disabled, readOnly, placeholder, containerClassName, toolbarClassName, textareaClassName, previewClassName, className, onKeyDown, ...props }: MarkdownSourceEditorProps): react.JSX.Element;
|
|
3698
3702
|
|
|
3699
3703
|
interface MarkdownPreviewPaneProps extends Omit<MarkdownViewerProps, "value"> {
|
|
3700
3704
|
value?: string;
|
|
@@ -3702,7 +3706,7 @@ interface MarkdownPreviewPaneProps extends Omit<MarkdownViewerProps, "value"> {
|
|
|
3702
3706
|
className?: string;
|
|
3703
3707
|
contentClassName?: string;
|
|
3704
3708
|
}
|
|
3705
|
-
declare function MarkdownPreviewPane({ value, emptyState, className, contentClassName, ...viewerProps }: MarkdownPreviewPaneProps):
|
|
3709
|
+
declare function MarkdownPreviewPane({ value, emptyState, className, contentClassName, ...viewerProps }: MarkdownPreviewPaneProps): react.JSX.Element;
|
|
3706
3710
|
|
|
3707
3711
|
interface MarkdownSplitEditorProps extends Omit<MarkdownSourceEditorProps, "value" | "defaultValue" | "onChange"> {
|
|
3708
3712
|
value?: string;
|
|
@@ -3717,7 +3721,7 @@ interface MarkdownSplitEditorProps extends Omit<MarkdownSourceEditorProps, "valu
|
|
|
3717
3721
|
sourceWrapperClassName?: string;
|
|
3718
3722
|
previewWrapperClassName?: string;
|
|
3719
3723
|
}
|
|
3720
|
-
declare function MarkdownSplitEditor({ value, defaultValue, onChange, onBlur, previewProps, previewPlacement, sourceLabel, previewLabel, wrapperClassName, sourceWrapperClassName, previewWrapperClassName, ...sourceEditorProps }: MarkdownSplitEditorProps):
|
|
3724
|
+
declare function MarkdownSplitEditor({ value, defaultValue, onChange, onBlur, previewProps, previewPlacement, sourceLabel, previewLabel, wrapperClassName, sourceWrapperClassName, previewWrapperClassName, ...sourceEditorProps }: MarkdownSplitEditorProps): react.JSX.Element;
|
|
3721
3725
|
|
|
3722
3726
|
interface MarkdownEditorProps extends Omit<MarkdownSourceEditorProps, "value" | "defaultValue" | "onChange"> {
|
|
3723
3727
|
value?: string;
|
|
@@ -3735,7 +3739,7 @@ interface MarkdownEditorProps extends Omit<MarkdownSourceEditorProps, "value" |
|
|
|
3735
3739
|
*/
|
|
3736
3740
|
richEditor?: React.ReactNode;
|
|
3737
3741
|
}
|
|
3738
|
-
declare function MarkdownEditor({ value, defaultValue, onChange, onBlur, mode, viewMode, defaultViewMode, onViewModeChange, splitProps, richEditor, ...sourceEditorProps }: MarkdownEditorProps):
|
|
3742
|
+
declare function MarkdownEditor({ value, defaultValue, onChange, onBlur, mode, viewMode, defaultViewMode, onViewModeChange, splitProps, richEditor, ...sourceEditorProps }: MarkdownEditorProps): react.JSX.Element;
|
|
3739
3743
|
|
|
3740
3744
|
type MarkdownFieldValidator = (value: string) => string | undefined | void | Promise<string | undefined | void>;
|
|
3741
3745
|
type MarkdownFieldProps = Omit<MarkdownEditorProps, "name" | "value" | "defaultValue" | "onChange" | "onBlur"> & {
|
|
@@ -3747,7 +3751,7 @@ type MarkdownFieldProps = Omit<MarkdownEditorProps, "name" | "value" | "defaultV
|
|
|
3747
3751
|
labelClassName?: string;
|
|
3748
3752
|
helperTextClassName?: string;
|
|
3749
3753
|
};
|
|
3750
|
-
declare function MarkdownField({ name, validate, label, helperText, wrapperClassName, labelClassName, helperTextClassName, ...editorProps }: MarkdownFieldProps):
|
|
3754
|
+
declare function MarkdownField({ name, validate, label, helperText, wrapperClassName, labelClassName, helperTextClassName, ...editorProps }: MarkdownFieldProps): react.JSX.Element;
|
|
3751
3755
|
|
|
3752
3756
|
interface CodeMirrorMarkdownEditorProps {
|
|
3753
3757
|
value?: string;
|
|
@@ -3768,7 +3772,7 @@ interface CodeMirrorMarkdownEditorProps {
|
|
|
3768
3772
|
editorClassName?: string;
|
|
3769
3773
|
extensions?: Parameters<typeof CodeMirror>[0]["extensions"];
|
|
3770
3774
|
}
|
|
3771
|
-
declare function CodeMirrorMarkdownEditor({ value, defaultValue, onChange, onBlur, id, name, placeholder, disabled, readOnly, autoFocus, minHeight, maxHeight, height, dark, className, editorClassName, extensions, }: CodeMirrorMarkdownEditorProps):
|
|
3775
|
+
declare function CodeMirrorMarkdownEditor({ value, defaultValue, onChange, onBlur, id, name, placeholder, disabled, readOnly, autoFocus, minHeight, maxHeight, height, dark, className, editorClassName, extensions, }: CodeMirrorMarkdownEditorProps): react.JSX.Element;
|
|
3772
3776
|
|
|
3773
3777
|
type MDXImagePluginOptions = NonNullable<Parameters<typeof imagePlugin>[0]>;
|
|
3774
3778
|
type MDXLinkDialogPluginOptions = NonNullable<Parameters<typeof linkDialogPlugin>[0]>;
|
|
@@ -3802,7 +3806,7 @@ interface MDXMarkdownEditorProps extends Omit<MDXEditorProps, "markdown" | "onCh
|
|
|
3802
3806
|
imageOptions?: MDXImagePluginOptions;
|
|
3803
3807
|
linkDialogOptions?: MDXLinkDialogPluginOptions;
|
|
3804
3808
|
}
|
|
3805
|
-
declare const MDXMarkdownEditor:
|
|
3809
|
+
declare const MDXMarkdownEditor: react.ForwardRefExoticComponent<MDXMarkdownEditorProps & react.RefAttributes<MDXEditorMethods>>;
|
|
3806
3810
|
|
|
3807
3811
|
type MDXMarkdownFieldValidator = (value: string) => string | undefined | void | Promise<string | undefined | void>;
|
|
3808
3812
|
type MDXMarkdownFieldProps = Omit<MDXMarkdownEditorProps, "name" | "value" | "defaultValue" | "onChange" | "onBlur" | "invalid" | "ariaDescribedBy"> & {
|
|
@@ -3816,17 +3820,17 @@ type MDXMarkdownFieldProps = Omit<MDXMarkdownEditorProps, "name" | "value" | "de
|
|
|
3816
3820
|
labelClassName?: string;
|
|
3817
3821
|
helperTextClassName?: string;
|
|
3818
3822
|
};
|
|
3819
|
-
declare function MDXMarkdownField({ name, validate, label, helperText, validateOnChange, validateOnBlur, wrapperClassName, labelClassName, helperTextClassName, ...editorProps }: MDXMarkdownFieldProps):
|
|
3823
|
+
declare function MDXMarkdownField({ name, validate, label, helperText, validateOnChange, validateOnBlur, wrapperClassName, labelClassName, helperTextClassName, ...editorProps }: MDXMarkdownFieldProps): react.JSX.Element;
|
|
3820
3824
|
|
|
3821
3825
|
type MarkdownLayoutTocPosition = "left" | "right";
|
|
3822
3826
|
interface MarkdownLayoutProps {
|
|
3823
|
-
children?:
|
|
3824
|
-
content?:
|
|
3825
|
-
toc?:
|
|
3826
|
-
sidebar?:
|
|
3827
|
-
aside?:
|
|
3828
|
-
header?:
|
|
3829
|
-
footer?:
|
|
3827
|
+
children?: react__default.ReactNode;
|
|
3828
|
+
content?: react__default.ReactNode;
|
|
3829
|
+
toc?: react__default.ReactNode;
|
|
3830
|
+
sidebar?: react__default.ReactNode;
|
|
3831
|
+
aside?: react__default.ReactNode;
|
|
3832
|
+
header?: react__default.ReactNode;
|
|
3833
|
+
footer?: react__default.ReactNode;
|
|
3830
3834
|
tocPosition?: MarkdownLayoutTocPosition;
|
|
3831
3835
|
showToc?: boolean;
|
|
3832
3836
|
showSidebar?: boolean;
|
|
@@ -3846,20 +3850,20 @@ interface MarkdownLayoutProps {
|
|
|
3846
3850
|
headerClassName?: string;
|
|
3847
3851
|
footerClassName?: string;
|
|
3848
3852
|
}
|
|
3849
|
-
declare function MarkdownLayout({ children, content, toc, sidebar, aside, header, footer, tocPosition, showToc, showSidebar, showAside, stickyToc, stickySidebar, stickyAside, stickyOffset, maxWidth, className, containerClassName, gridClassName, contentClassName, tocClassName, sidebarClassName, asideClassName, headerClassName, footerClassName, }: MarkdownLayoutProps):
|
|
3853
|
+
declare function MarkdownLayout({ children, content, toc, sidebar, aside, header, footer, tocPosition, showToc, showSidebar, showAside, stickyToc, stickySidebar, stickyAside, stickyOffset, maxWidth, className, containerClassName, gridClassName, contentClassName, tocClassName, sidebarClassName, asideClassName, headerClassName, footerClassName, }: MarkdownLayoutProps): react__default.JSX.Element;
|
|
3850
3854
|
|
|
3851
3855
|
interface MarkdownDocsLayoutProps extends Omit<MarkdownLayoutProps, "content" | "children" | "toc" | "header"> {
|
|
3852
|
-
children?:
|
|
3856
|
+
children?: react__default.ReactNode;
|
|
3853
3857
|
markdown?: string;
|
|
3854
3858
|
value?: string;
|
|
3855
3859
|
headings?: MarkdownHeading$1[];
|
|
3856
3860
|
meta?: MarkdownDocumentMeta;
|
|
3857
|
-
title?:
|
|
3858
|
-
description?:
|
|
3859
|
-
header?:
|
|
3860
|
-
headerActions?:
|
|
3861
|
-
content?:
|
|
3862
|
-
toc?:
|
|
3861
|
+
title?: react__default.ReactNode;
|
|
3862
|
+
description?: react__default.ReactNode;
|
|
3863
|
+
header?: react__default.ReactNode;
|
|
3864
|
+
headerActions?: react__default.ReactNode;
|
|
3865
|
+
content?: react__default.ReactNode;
|
|
3866
|
+
toc?: react__default.ReactNode;
|
|
3863
3867
|
viewerProps?: Omit<MarkdownViewerProps, "value" | "headings">;
|
|
3864
3868
|
tocProps?: Omit<MarkdownTOCProps, "markdown" | "headings">;
|
|
3865
3869
|
providerProps?: Omit<MarkdownProviderProps, "children" | "markdown" | "value" | "headings" | "meta">;
|
|
@@ -3870,7 +3874,7 @@ interface MarkdownDocsLayoutProps extends Omit<MarkdownLayoutProps, "content" |
|
|
|
3870
3874
|
docsTitleClassName?: string;
|
|
3871
3875
|
docsDescriptionClassName?: string;
|
|
3872
3876
|
}
|
|
3873
|
-
declare function MarkdownDocsLayout({ markdown, value, headings, meta, providerProps, enableProvider, ...props }: MarkdownDocsLayoutProps):
|
|
3877
|
+
declare function MarkdownDocsLayout({ markdown, value, headings, meta, providerProps, enableProvider, ...props }: MarkdownDocsLayoutProps): react__default.JSX.Element;
|
|
3874
3878
|
|
|
3875
3879
|
declare const useDrawer: (defaultVisibility?: boolean) => {
|
|
3876
3880
|
show: boolean;
|
|
@@ -3899,34 +3903,34 @@ interface GenericLayoutProps {
|
|
|
3899
3903
|
styles?: string;
|
|
3900
3904
|
defaultTheme?: "light" | "dark";
|
|
3901
3905
|
}
|
|
3902
|
-
declare function GenericLayout({ children, styles, defaultTheme, }: GenericLayoutProps):
|
|
3906
|
+
declare function GenericLayout({ children, styles, defaultTheme, }: GenericLayoutProps): react__default.JSX.Element;
|
|
3903
3907
|
|
|
3904
3908
|
interface DefaultLayoutProps {
|
|
3905
3909
|
children?: ReactNode;
|
|
3906
3910
|
header?: ReactNode;
|
|
3907
3911
|
footer?: ReactNode;
|
|
3908
3912
|
}
|
|
3909
|
-
declare function DefaultLayout({ children, header, footer, }: DefaultLayoutProps):
|
|
3913
|
+
declare function DefaultLayout({ children, header, footer, }: DefaultLayoutProps): react__default.JSX.Element;
|
|
3910
3914
|
|
|
3911
3915
|
interface HomeLayoutProps {
|
|
3912
3916
|
children?: ReactNode;
|
|
3913
3917
|
header?: ReactNode;
|
|
3914
3918
|
footer?: ReactNode;
|
|
3915
3919
|
}
|
|
3916
|
-
declare function HomeLayout({ children, header, footer, }: HomeLayoutProps):
|
|
3920
|
+
declare function HomeLayout({ children, header, footer, }: HomeLayoutProps): react__default.JSX.Element;
|
|
3917
3921
|
|
|
3918
3922
|
interface SidebarLayoutProps {
|
|
3919
3923
|
children?: ReactNode;
|
|
3920
3924
|
header?: ReactNode;
|
|
3921
3925
|
footer?: ReactNode;
|
|
3922
3926
|
}
|
|
3923
|
-
declare function SidebarLayout({ children, header, footer, }: SidebarLayoutProps):
|
|
3927
|
+
declare function SidebarLayout({ children, header, footer, }: SidebarLayoutProps): react__default.JSX.Element;
|
|
3924
3928
|
|
|
3925
3929
|
interface SidemenuLayoutProps {
|
|
3926
3930
|
data?: any;
|
|
3927
3931
|
children?: ReactNode;
|
|
3928
3932
|
}
|
|
3929
|
-
declare function SidemenuLayout({ data, children }: SidemenuLayoutProps):
|
|
3933
|
+
declare function SidemenuLayout({ data, children }: SidemenuLayoutProps): react__default.JSX.Element;
|
|
3930
3934
|
|
|
3931
3935
|
interface EUIDevLayoutProps {
|
|
3932
3936
|
children?: ReactNode;
|
|
@@ -3939,7 +3943,7 @@ interface EUIDevPreviewPlatformContextValue {
|
|
|
3939
3943
|
setPlatform: (platform: EUIDevPreviewPlatform) => void;
|
|
3940
3944
|
}
|
|
3941
3945
|
declare const useEUIDevPreviewPlatform: () => EUIDevPreviewPlatformContextValue;
|
|
3942
|
-
declare function EUIDevLayout({ children, header, footer, }: EUIDevLayoutProps):
|
|
3946
|
+
declare function EUIDevLayout({ children, header, footer, }: EUIDevLayoutProps): react__default.JSX.Element;
|
|
3943
3947
|
|
|
3944
3948
|
interface CloudinaryConfig {
|
|
3945
3949
|
cloudName: string;
|
|
@@ -3949,7 +3953,7 @@ interface CloudinaryProviderProps extends CloudinaryConfig {
|
|
|
3949
3953
|
children: ReactNode;
|
|
3950
3954
|
}
|
|
3951
3955
|
|
|
3952
|
-
declare const CloudinaryProvider: ({ cloudName, uploadPreset, children, }: CloudinaryProviderProps) =>
|
|
3956
|
+
declare const CloudinaryProvider: ({ cloudName, uploadPreset, children, }: CloudinaryProviderProps) => react.JSX.Element;
|
|
3953
3957
|
|
|
3954
3958
|
declare const useCloudinaryConfig: () => CloudinaryConfig;
|
|
3955
3959
|
|
|
@@ -4119,7 +4123,7 @@ type EnvErrorScreenProps = {
|
|
|
4119
4123
|
footer?: ReactNode;
|
|
4120
4124
|
showStack?: boolean;
|
|
4121
4125
|
};
|
|
4122
|
-
declare function EnvErrorScreen({ error, title, description, footer, showStack, }: EnvErrorScreenProps):
|
|
4126
|
+
declare function EnvErrorScreen({ error, title, description, footer, showStack, }: EnvErrorScreenProps): react.JSX.Element;
|
|
4123
4127
|
|
|
4124
4128
|
type BootstrapConfigLike = {
|
|
4125
4129
|
isValid: boolean;
|
|
@@ -4136,6 +4140,6 @@ type ConfigBootstrapProps = {
|
|
|
4136
4140
|
loadingFallback?: ReactNode;
|
|
4137
4141
|
showStack?: boolean;
|
|
4138
4142
|
};
|
|
4139
|
-
declare function ConfigBootstrap({ config, loadApp, ErrorComponent, LoadingComponent, loadingFallback, showStack, }: ConfigBootstrapProps):
|
|
4143
|
+
declare function ConfigBootstrap({ config, loadApp, ErrorComponent, LoadingComponent, loadingFallback, showStack, }: ConfigBootstrapProps): react.JSX.Element;
|
|
4140
4144
|
|
|
4141
|
-
export { Accordion, type AnalyticsConfig, AnalyticsContext, type AnalyticsContextValue, type AnalyticsEvent, type AnalyticsEventType, AnalyticsProvider, type AnalyticsProviderProps, type AnalyticsTransport, type AnimationComponentProps, type AnimationVariant, Appearance, AreaPlot, _default as AsyncComponentWrapper, Avatar, type AvatarProps, Backdrop, Badge, type BadgeProps, type BarChartProps, BarPlot, type BaseAnimationConfig, BaseChartDataSource, type BaseChartProps, BaseComponentProps, type BaseMenuNode, type BaseOverlayConfig, type BaseTopNavNode, type BlobAnimationConfig, Block, BlockGroup, type BootstrapConfigLike, BoxNav, BoxNavItem, Brand, type BrandProps, Breadcrumb, BreadcrumbItem, type BrowserRedirectURLOptions, Button, ButtonProps, CHART_COLOR_PALETTE, CHART_DARK_THEME, CHART_DATA_MODES, CHART_DEFAULT_ACTIVE_DOT_RADIUS, CHART_DEFAULT_ANIMATION_DURATION, CHART_DEFAULT_BAR_RADIUS, CHART_DEFAULT_HEIGHT, CHART_DEFAULT_HORIZONTAL_BAR_RADIUS, CHART_DEFAULT_MARGIN, CHART_DEFAULT_MAX_REALTIME_POINTS, CHART_DEFAULT_POLLING_INTERVAL, CHART_DEFAULT_STROKE_WIDTH, CHART_EMPTY_MESSAGE, CHART_ERROR_MESSAGE, CHART_LIGHT_THEME, CHART_LOADING_MESSAGE, CHART_STATUSES, CHART_STATUS_COLORS, CHART_VALUE_FORMATS, Caption, Card, CardContent, CardFooter, CardHeader, Chapter, Chart, type ChartBarConfig, type ChartChartType, type ChartColorName, ChartContainer, type ChartContainerProps, ChartContext, type ChartContextValue, type ChartDataHandler, type ChartDataMode, type ChartDataPoint, type ChartDataSource, ChartEmptyState, type ChartEmptyStateProps, type ChartErrorHandler, ChartErrorState, type ChartErrorStateProps, type ChartGaugeConfig, ChartHeader, type ChartHeaderProps, ChartLegend, type ChartLegendItem, type ChartLegendProps, ChartLoadingState, type ChartLoadingStateProps, ChartPanel, type ChartPanelConfig, type ChartPanelProps, type ChartPieConfig, ChartPlotFrame, type ChartPlotFrameProps, type ChartPrimitive, type ChartProps, ChartProvider, type ChartProviderProps, type ChartSeries, type ChartSeriesColor, type ChartSeriesType, type ChartStatConfig, type ChartState, type ChartStatus, type ChartTheme, type ChartThemeChart, type ChartThemeMode, type ChartThemeOverride, type ChartThemePanel, type ChartThemeText, type ChartThemeTooltip, ChartToolbar, type ChartToolbarProps, ChartTooltip, type ChartTooltipFormatterOptions, type ChartTooltipPayload, type ChartTooltipProps, type ChartUnsubscribe, type ChartValueFormat, Checkbox, CheckboxProps, Chip, type ChipProps, type CloudinaryConfig, CloudinaryImage, type CloudinaryImageProps, CloudinaryProvider, type CloudinaryProviderProps, CloudinaryVideo, type CloudinaryVideoProps, Code, CodeMirrorMarkdownEditor, type CodeMirrorMarkdownEditorProps, type CommentActionsProps, type CommentAuthor, type CommentComponents, type CommentComposerProps, type CommentContentProps, type CommentDataSource, type CommentEntity, type CommentHeaderProps, type CommentItemProps, type CommentListProps, type CommentMenuProps, type CommentPageResult, type CommentPermissions, type CommentQueryOptions, type CommentRepliesToggleProps, type CommentReplyCache, CommentThread, type CommentThreadConfig, type CommentThreadProps, ConfigBootstrap, type ConfigBootstrapProps, type ConfigSchema, type ConfigSchemaFailure, type ConfigSchemaResult, type ConfigSchemaSuccess, type ConfigTransform, type ConfigTransformContext, Configurator, ConfiguratorError, type ConfiguratorFailure, type ConfiguratorOptions, type ConfiguratorState, type ConfiguratorSuccess, Content, ContentArea, CookieBanner, type CookieBannerProps, type CookieConsentCategory, type CookieConsentCategoryOption, type CookieConsentState, type CookieConsentStatus, CookiePreferencesModal, type CookiePreferencesModalProps, type CreateCommentInput, type CreateHeadingSlugOptions, type CreateReviewInput, type CreateReviewReplyInput, type CreateURLResolverOptions, CurrencyCode, DEFAULT_ANALYTICS_CONFIG, DEFAULT_COOKIE_CATEGORIES, DEFAULT_REVIEW_THREAD_CONFIG, DataView, DataViewContent, type DataViewContentProps, type DataViewContextType, DataViewFilterGroup, type DataViewFilterGroupProps, DataViewFooter, type DataViewFooterProps, DataViewHeader, type DataViewHeaderProps, DataViewPageSize, type DataViewPageSizeProps, DataViewPagination, type DataViewPaginationProps, DataViewProvider, type DataViewProviderProps, DataViewSearch, type DataViewSearchProps, DataViewSidebar, type DataViewSidebarProps, DataViewSort, type DataViewSortProps, DataViewTable, DateSelector, DateSelectorProps, DefaultLayout, type DefaultMenuElements, Display, DocumentationPanel, type DocumentationPanelProps, Drawer, DrawerToggler, EUIDevLayout, type EUIDevPreviewPlatform, EUI_ANALYTICS_ANONYMOUS_ID_STORAGE_KEY, EUI_ANALYTICS_CONSENT_STORAGE_KEY, EUI_ANALYTICS_QUEUE_STORAGE_KEY, EnvErrorScreen, type EnvErrorScreenProps, type ExtractHeadingsOptions, type FilterOption, Flag, type FlagProps, Flex, FlexCol, FlexRow, Footer, FooterNav, FooterNavGroup, FooterNavItem, FooterNavItemContext, FooterNavItemTitle, Form, FormProps, FormResponse, FormResponseProps, type FormatChartValueOptions, type GaugeChartProps, GaugePlot, type GenerateHeadingNumbersOptions, GenericLayout, type GetAllowedOriginsOptions, type GetReviewsOptions, GlowWrapper, type GradientAnimationConfig, Graph, type GraphData, GraphEdge, type GraphEdgeType, type GraphLayoutType, GraphNode, type GraphNodeType, type GraphProps, GraphRenderer, Grid, Header, HeaderNav, HeaderNavGroup, HeaderNavItem, HeaderNavItemContext, HeaderNavItemTitle, HomeLayout, Image, ImageInput, type ImageInputProps, type ImageInputRef, type ImageProps, ImageView, type ImageViewProps, InfiniteScrollTrigger, Info, type InfoProps, Input, InputFile, InputFileProps, InputLabel, InputLabelProps, InputList, InputListGroup, InputProps, InputResponse, InputResponseProps, Label, Layout, type LayoutContext, type LayoutExecutor, Lead, type LimitRealtimePointsOptions, LinePlot, Link, List, ListAlign, ListBulletType, ListDirection, ListItem, type ListItemData, ListItemElement, type ListItemElementProps, type ListItemProps, type ListProps, ListRoot, type ListRootProps, type MDXCodeMirrorPluginOptions, type MDXImagePluginOptions, type MDXLinkDialogPluginOptions, MDXMarkdownEditor, type MDXMarkdownEditorProps, MDXMarkdownField, type MDXMarkdownFieldProps, type MDXMarkdownFieldValidator, MarkdownBlockquote, type MarkdownBlockquoteRenderProps, MarkdownBreak, type MarkdownBreakProps, type MarkdownBreakRenderProps, MarkdownCodeBlock, type MarkdownCodeBlockMeta, type MarkdownCodeBlockProps, type MarkdownCodeBlockRenderProps, type MarkdownCodeLanguage, type MarkdownComponentOverrides, MarkdownContext, type MarkdownContextType, MarkdownDetails, type MarkdownDetailsProps, type MarkdownDetailsRenderProps, MarkdownDocsLayout, type MarkdownDocsLayoutProps, type MarkdownDocument, type MarkdownDocumentMeta, MarkdownEditor, type MarkdownEditorMode, type MarkdownEditorProps, type MarkdownElementProps, MarkdownEmphasis, type MarkdownEmphasisProps, type MarkdownEmphasisRenderProps, type MarkdownFeaturePluginConfig, MarkdownField, type MarkdownFieldProps, MarkdownFigcaption, type MarkdownFigcaptionProps, type MarkdownFigcaptionRenderProps, MarkdownFigure, type MarkdownFigureProps, type MarkdownFigureRenderProps, type MarkdownFrontmatter, type MarkdownHeading$1 as MarkdownHeading, MarkdownHeading as MarkdownHeadingComponent, type MarkdownHeadingLevel, type MarkdownHeadingProps, type MarkdownHeadingRenderProps, MarkdownImage, type MarkdownImageMeta, type MarkdownImageRenderProps, MarkdownInlineCode, type MarkdownInlineCodeRenderProps, MarkdownLayout, type MarkdownLayoutProps, type MarkdownLayoutTocPosition, MarkdownLink, type MarkdownLinkProps, type MarkdownLinkRenderProps, type MarkdownLinkTarget, MarkdownListItem, type MarkdownListItemProps, type MarkdownListItemRenderProps, type MarkdownListRenderProps, MarkdownOrderedList, type MarkdownOrderedListProps, MarkdownParagraph, type MarkdownParagraphProps, type MarkdownParagraphRenderProps, type MarkdownPluginConfig, type MarkdownPluginHandler, type MarkdownPluginInput, type MarkdownPluginList, MarkdownPreviewPane, type MarkdownPreviewPaneProps, MarkdownProvider, type MarkdownProviderProps, type MarkdownRehypePluginConfig, type MarkdownRemarkPluginConfig, MarkdownRenderer, type MarkdownRendererOptions, type MarkdownRendererProps, type MarkdownRendererState, MarkdownSourceEditor, type MarkdownSourceEditorProps, MarkdownSplitEditor, type MarkdownSplitEditorProps, MarkdownStrikethrough, type MarkdownStrikethroughProps, type MarkdownStrikethroughRenderProps, MarkdownStrong, type MarkdownStrongProps, type MarkdownStrongRenderProps, MarkdownSummary, type MarkdownSummaryProps, type MarkdownSummaryRenderProps, MarkdownTOC, MarkdownTOCItem, type MarkdownTOCItemProps, type MarkdownTOCOptions, type MarkdownTOCProps, MarkdownTable, MarkdownTableBody, MarkdownTableCell, type MarkdownTableCellRenderProps, MarkdownTableHead, MarkdownTableHeaderCell, type MarkdownTableHeaderCellRenderProps, type MarkdownTableRenderProps, MarkdownTableRow, type MarkdownTableRowProps, type MarkdownTableRowRenderProps, type MarkdownTableSectionProps, type MarkdownTableSectionRenderProps, MarkdownTaskCheckbox, type MarkdownTaskCheckboxProps, type MarkdownTaskCheckboxRenderProps, MarkdownThematicBreak, type MarkdownThematicBreakProps, type MarkdownThematicBreakRenderProps, type MarkdownTheme, MarkdownToolbar, type MarkdownToolbarAction, type MarkdownToolbarActionId, type MarkdownToolbarProps, MarkdownUnorderedList, type MarkdownUnorderedListProps, MarkdownViewer, type MarkdownViewerProps, type MaybePromise, Menu, type MenuElementType, MenuGroup, type MenuGroupNode, MenuItem, type MenuItemNode, MenuItemTitle, type MenuNode, type MenuProps, type MenuTitleNode, type MeshAnimationConfig, Modal, MotionSurface, MultiImageInput, type MultiImageInputProps, type MyReviewPanelProps, type NavItem, type NormalizeChartDataOptions, type NormalizeMarkdownOptions, type NormalizedChartDataPoint, type NormalizedToastStatus, type NumberedMarkdownHeading, NumericRating, type NumericRatingProps, OctilePosition, type OverlayVariant, Overline, Paragraph, type PieChartProps, PiePlot, PollingChartDataSource, type PollingChartDataSourceConfig, type PollingChartDataSourceOptions, type PreviewPlatform, PreviewSwitch, PriceTag, type PriceTagProps, ProgressBar, type ProgressBarProps, ProgressBarRating, type ProgressBarRatingProps, Quote, Radio, type RawChartDataPoint, type RawReviewAuthorLike, type RawReviewLike, type RawReviewReplyLike, RealtimeChartDataSource, type RealtimeChartDataSourceConfig, type RealtimeChartDataSourceOptions, type ReplyComposerProps, type ResolveChartColorOptions, type ResolvedChartSeries, type ReviewActionsProps, type ReviewAuthor, type ReviewComposerProps, type ReviewContentProps, type ReviewDataSource, type ReviewEmptyStateProps, type ReviewEntity, type ReviewFormProps, type ReviewFormValues, type ReviewHeaderProps, type ReviewItemProps, type ReviewListProps, type ReviewMenuProps, type ReviewPageResult, type ReviewPermissions, type ReviewRatingProps, type ReviewRecommendationProps, type ReviewReplyComposerProps, type ReviewReplyContentProps, type ReviewReplyEntity, type ReviewReplyExternalDelete, type ReviewReplyExternalUpdate, type ReviewReplyHeaderProps, type ReviewReplyItemProps, type ReviewReplyListProps, type ReviewReplyMenuProps, type ReviewReplyPermissions, ReviewThread, type ReviewThreadComponents, type ReviewThreadConfig, type ReviewThreadProps, type RootAppModule, RouteTab, RouteTabMode, RouteTabs, type SafeRedirectOptions, type SanitizeHeadingOptions, ScatterPlot, ScrollToTop, Section, Select, SelectProps, type SendToastOptions, Shape, ShapeSwitch, ShowMore, Sidebar, SidebarLayout, SidemenuLayout, Size, Skeleton, Slider, type SortConfig, type SortDirection, type SortOption$1 as SortOption, Spinner, SpinnerDirection, type SpinnerProps, SpinnerType, StarRating, StarRatingDistribution, StarRatingInput, type StarRatingProps, type StatChartProps, StatPlot, StaticChartDataSource, type StaticChartDataSourceConfig, type StaticChartDataSourceOptions, Switch, TNContext, TNDropdown, TNDropdownGroup, TNDropdownItem, TNDropdownTitle, TNGroup, TNItem, Table, TableBody, TableCell, type TableColumnConfig, TableElement, TableFrame, TableHead, TableHeaderCell, type TableProps, TableRow, Tag, type TagProps, Tags, TagsProps, TextArea, TextAreaProps, TextDecoration, ThemeContext, ThemeProvider, ThemeSelect, type ThemeSelectOption, type ThemeSelectProps, ThemeSwitch, type Tier, TitleBanner, TitleBannerLevel, type TitleBannerProps, Toast, type ToastItemData, type ToastProps, type ToggleReactionResult, Tooltip, type TooltipProps, TopNav, type TopNavClassNames, type TopNavComponents, type TopNavGroupNode, type TopNavItemNode, type TopNavNode, type TopNavProps, type TopNavTitleNode, type TrackAnalyticsOptions, Transition, TransitionAccordion, TransitionBase, TransitionDropdown, TransitionFade, TransitionFadeIn, TransitionScale, TransitionSlide, Typography, type URLMap, type URLMapSource, type URLQueryParams, type URLQueryValue, UnderConstructionBanner, type UpdateCommentInput, type UpdateReviewInput, type UpdateReviewReplyInput, type UseActiveHeadingOptions, type UseActiveHeadingResult, type UseChartDataOptions, type UseChartDataReturn, type UseChartPollingOptions, type UseChartRealtimeOptions, type UseChartSeriesOptions, type UseChartThemeOptions, type UseMarkdownHeadingsOptions, type UseMarkdownHeadingsResult, type UseMarkdownOptions, type UsePageTrackingOptions, type UseSessionTrackingOptions, ValueBadge, type ValueBadgeProps, Variant, WorldMap, WorldMapCountryTable, type WorldMapPoint, type WorldMapProps, YoutubeVideo, YoutubeVideo as YoutubeVideoPlayer, type YoutubeVideoProps, addReplyToCache, addReviewReply, appendReview, applyReactionState, assertAbsoluteURL, buildURL, canDeleteReview, canDeleteReviewReply, canEditReview, canEditReviewReply, canReplyToReview, canReportReview, canReportReviewReply, clearAnalyticsQueueStorage, clearAnonymousIdStorage, clearConsentStorage, cn, createAnalyticsEvent, createAnalyticsId, createConfigurator, createDefaultConsent, createForceLayout, createGridLayout, createHeadingSlug, createTreeLayout, createURLResolver, decrementReplyCount, defaultFormatValue, defaultTiers, ensureAnonymousIdStorage, enumValues, euiToast, extractHeadings, extractTextColorClasses, findReview, formatChartLabel, formatChartValue, formatCommentDate, formatConfigError, formatReviewDate, generateHeadingNumbers, getAllowedOrigins, getBrowserHref, getBrowserOrigin, getBrowserRedirectURL, getConsentStatusFromCategories, getCurrencySymbol, getCurrentFullUrl, getCurrentPath, getCurrentReferrer, getCurrentTitle, getDeviceInfo, getDoNotTrackEnabled, getLayout, getNowISOString, getOptimisticDislikeState, getOptimisticLikeState, getSafeRedirect, getViewport, hasReviewReply, incrementReplyCount, isBrowser, isMatch, isRenderFn, limitRealtimePoints, normalize, normalizeChartData, normalizeChartDataPoint, normalizeMarkdown, normalizeReview, normalizeReviewAuthor, normalizeReviewReply, parseJson, parseJsonRecord, parseUrlMap, prependReview, readAnalyticsQueueStorage, readAnonymousIdStorage, readConsentStorage, registerLayout, removeComment, removeCommentTreeFromCache, removeReview, removeReviewReply, replaceRealtimePoints, replaceReview, replaceReviewReply, resolveAppearanceStyles, resolveChartColor, resolveChartColors, safeReadStorage, safeRemoveStorage, safeWriteStorage, sanitizeHeading, sendToast, slugify, toConfiguratorError, updateComment, updateReplyCacheComment, updateReview, updateReviewReply, upsertReview, useActiveHeading, useAnalytics, useChartContext, useChartData, useChartPolling, useChartRealtime, useChartSeries, useChartTheme, useClickOutside, useCloudinaryConfig, useCookieConsent, useCurrentTheme, useDrawer, useEUIDevPreviewPlatform, useIsMobile, useMarkdown, useMarkdownHeadings, useModal, usePageTracking, useResolvedChartState, useReviewThreadState, useSessionTracking, useTNSlot, useTNTheme, useTheme, writeAnalyticsQueueStorage, writeConsentStorage };
|
|
4145
|
+
export { Accordion, type AnalyticsConfig, AnalyticsContext, type AnalyticsContextValue, type AnalyticsEvent, type AnalyticsEventType, AnalyticsProvider, type AnalyticsProviderProps, type AnalyticsTransport, type AnimationComponentProps, type AnimationVariant, Appearance, AreaPlot, _default as AsyncComponentWrapper, Avatar, type AvatarProps, Backdrop, Badge, type BadgeProps, type BarChartProps, BarPlot, type BaseAnimationConfig, BaseChartDataSource, type BaseChartProps, BaseComponentProps, type BaseMenuNode, type BaseOverlayConfig, type BaseTopNavNode, type BlobAnimationConfig, Block, BlockGroup, type BootstrapConfigLike, BoxNav, BoxNavItem, Brand, type BrandProps, Breadcrumb, BreadcrumbItem, type BrowserRedirectURLOptions, Button, ButtonProps, CHART_COLOR_PALETTE, CHART_DARK_THEME, CHART_DATA_MODES, CHART_DEFAULT_ACTIVE_DOT_RADIUS, CHART_DEFAULT_ANIMATION_DURATION, CHART_DEFAULT_BAR_RADIUS, CHART_DEFAULT_HEIGHT, CHART_DEFAULT_HORIZONTAL_BAR_RADIUS, CHART_DEFAULT_MARGIN, CHART_DEFAULT_MAX_REALTIME_POINTS, CHART_DEFAULT_POLLING_INTERVAL, CHART_DEFAULT_STROKE_WIDTH, CHART_EMPTY_MESSAGE, CHART_ERROR_MESSAGE, CHART_LIGHT_THEME, CHART_LOADING_MESSAGE, CHART_STATUSES, CHART_STATUS_COLORS, CHART_VALUE_FORMATS, Caption, Card, CardContent, CardFooter, CardHeader, Chapter, Chart, type ChartBarConfig, type ChartChartType, type ChartColorName, ChartContainer, type ChartContainerProps, ChartContext, type ChartContextValue, type ChartDataHandler, type ChartDataMode, type ChartDataPoint, type ChartDataSource, ChartEmptyState, type ChartEmptyStateProps, type ChartErrorHandler, ChartErrorState, type ChartErrorStateProps, type ChartGaugeConfig, ChartHeader, type ChartHeaderProps, ChartLegend, type ChartLegendItem, type ChartLegendProps, ChartLoadingState, type ChartLoadingStateProps, ChartPanel, type ChartPanelConfig, type ChartPanelProps, type ChartPieConfig, ChartPlotFrame, type ChartPlotFrameProps, type ChartPrimitive, type ChartProps, ChartProvider, type ChartProviderProps, type ChartSeries, type ChartSeriesColor, type ChartSeriesType, type ChartStatConfig, type ChartState, type ChartStatus, type ChartTheme, type ChartThemeChart, type ChartThemeMode, type ChartThemeOverride, type ChartThemePanel, type ChartThemeText, type ChartThemeTooltip, ChartToolbar, type ChartToolbarProps, ChartTooltip, type ChartTooltipFormatterOptions, type ChartTooltipPayload, type ChartTooltipProps, type ChartUnsubscribe, type ChartValueFormat, Checkbox, CheckboxProps, Chip, type ChipProps, type CloudinaryConfig, CloudinaryImage, type CloudinaryImageProps, CloudinaryProvider, type CloudinaryProviderProps, CloudinaryVideo, type CloudinaryVideoProps, Code, CodeMirrorMarkdownEditor, type CodeMirrorMarkdownEditorProps, type CommentActionsProps, type CommentAuthor, type CommentComponents, type CommentComposerProps, type CommentContentProps, type CommentDataSource, type CommentEntity, type CommentHeaderProps, type CommentItemProps, type CommentListProps, type CommentMenuProps, type CommentPageResult, type CommentPermissions, type CommentQueryOptions, type CommentRepliesToggleProps, type CommentReplyCache, CommentThread, type CommentThreadConfig, type CommentThreadProps, ConfigBootstrap, type ConfigBootstrapProps, type ConfigSchema, type ConfigSchemaFailure, type ConfigSchemaResult, type ConfigSchemaSuccess, type ConfigTransform, type ConfigTransformContext, Configurator, ConfiguratorError, type ConfiguratorFailure, type ConfiguratorOptions, type ConfiguratorState, type ConfiguratorSuccess, Content, ContentArea, CookieBanner, type CookieBannerProps, type CookieConsentCategory, type CookieConsentCategoryOption, type CookieConsentState, type CookieConsentStatus, CookiePreferencesModal, type CookiePreferencesModalProps, type CreateCommentInput, type CreateHeadingSlugOptions, type CreateReviewInput, type CreateReviewReplyInput, type CreateURLResolverOptions, CurrencyCode, DEFAULT_ANALYTICS_CONFIG, DEFAULT_COOKIE_CATEGORIES, DEFAULT_REVIEW_THREAD_CONFIG, DataView, DataViewContent, type DataViewContentProps, type DataViewContextType, DataViewFilterGroup, type DataViewFilterGroupProps, DataViewFooter, type DataViewFooterProps, DataViewHeader, type DataViewHeaderProps, DataViewPageSize, type DataViewPageSizeProps, DataViewPagination, type DataViewPaginationProps, DataViewProvider, type DataViewProviderProps, DataViewSearch, type DataViewSearchProps, DataViewSidebar, type DataViewSidebarProps, DataViewSort, type DataViewSortProps, DataViewTable, DateSelector, DateSelectorProps, DefaultLayout, type DefaultMenuElements, Display, DocumentationPanel, type DocumentationPanelProps, Drawer, DrawerToggler, EUIDevLayout, type EUIDevPreviewPlatform, EUI_ANALYTICS_ANONYMOUS_ID_STORAGE_KEY, EUI_ANALYTICS_CONSENT_STORAGE_KEY, EUI_ANALYTICS_QUEUE_STORAGE_KEY, EnvErrorScreen, type EnvErrorScreenProps, type ExtractHeadingsOptions, type FilterOption, Flag, type FlagProps, Flex, FlexCol, FlexRow, Footer, FooterNav, FooterNavGroup, FooterNavItem, FooterNavItemContext, FooterNavItemTitle, Form, FormProps, FormResponse, FormResponseProps, type FormatChartValueOptions, type GaugeChartProps, GaugePlot, type GenerateHeadingNumbersOptions, GenericLayout, type GetAllowedOriginsOptions, type GetReviewsOptions, GlowWrapper, type GradientAnimationConfig, Graph, type GraphData, GraphEdge, type GraphEdgeType, type GraphLayoutType, GraphNode, type GraphNodeType, type GraphProps, GraphRenderer, Grid, Header, HeaderNav, HeaderNavGroup, HeaderNavItem, HeaderNavItemContext, HeaderNavItemTitle, HomeLayout, Image, ImageInput, type ImageInputProps, type ImageInputRef, type ImageProps, ImageView, type ImageViewProps, InfiniteScrollTrigger, Info, type InfoProps, Input, InputFile, InputFileProps, InputLabel, InputLabelProps, InputList, InputListGroup, InputProps, InputResponse, InputResponseProps, Label, Layout, type LayoutContext, type LayoutExecutor, Lead, type LimitRealtimePointsOptions, LinePlot, Link, List, ListAlign, ListBulletType, ListDirection, ListItem, type ListItemData, ListItemElement, type ListItemElementProps, type ListItemProps, type ListProps, ListRoot, type ListRootProps, type MDXCodeMirrorPluginOptions, type MDXImagePluginOptions, type MDXLinkDialogPluginOptions, MDXMarkdownEditor, type MDXMarkdownEditorProps, MDXMarkdownField, type MDXMarkdownFieldProps, type MDXMarkdownFieldValidator, MarkdownBlockquote, type MarkdownBlockquoteRenderProps, MarkdownBreak, type MarkdownBreakProps, type MarkdownBreakRenderProps, MarkdownCodeBlock, type MarkdownCodeBlockMeta, type MarkdownCodeBlockProps, type MarkdownCodeBlockRenderProps, type MarkdownCodeLanguage, type MarkdownComponentOverrides, MarkdownContext, type MarkdownContextType, MarkdownDetails, type MarkdownDetailsProps, type MarkdownDetailsRenderProps, MarkdownDocsLayout, type MarkdownDocsLayoutProps, type MarkdownDocument, type MarkdownDocumentMeta, MarkdownEditor, type MarkdownEditorMode, type MarkdownEditorProps, type MarkdownElementProps, MarkdownEmphasis, type MarkdownEmphasisProps, type MarkdownEmphasisRenderProps, type MarkdownFeaturePluginConfig, MarkdownField, type MarkdownFieldProps, MarkdownFigcaption, type MarkdownFigcaptionProps, type MarkdownFigcaptionRenderProps, MarkdownFigure, type MarkdownFigureProps, type MarkdownFigureRenderProps, type MarkdownFrontmatter, type MarkdownHeading$1 as MarkdownHeading, MarkdownHeading as MarkdownHeadingComponent, type MarkdownHeadingLevel, type MarkdownHeadingProps, type MarkdownHeadingRenderProps, MarkdownImage, type MarkdownImageMeta, type MarkdownImageRenderProps, MarkdownInlineCode, type MarkdownInlineCodeRenderProps, MarkdownLayout, type MarkdownLayoutProps, type MarkdownLayoutTocPosition, MarkdownLink, type MarkdownLinkProps, type MarkdownLinkRenderProps, type MarkdownLinkTarget, MarkdownListItem, type MarkdownListItemProps, type MarkdownListItemRenderProps, type MarkdownListRenderProps, MarkdownOrderedList, type MarkdownOrderedListProps, MarkdownParagraph, type MarkdownParagraphProps, type MarkdownParagraphRenderProps, type MarkdownPluginConfig, type MarkdownPluginHandler, type MarkdownPluginInput, type MarkdownPluginList, MarkdownPreviewPane, type MarkdownPreviewPaneProps, MarkdownProvider, type MarkdownProviderProps, type MarkdownRehypePluginConfig, type MarkdownRemarkPluginConfig, MarkdownRenderer, type MarkdownRendererOptions, type MarkdownRendererProps, type MarkdownRendererState, MarkdownSourceEditor, type MarkdownSourceEditorProps, MarkdownSplitEditor, type MarkdownSplitEditorProps, MarkdownStrikethrough, type MarkdownStrikethroughProps, type MarkdownStrikethroughRenderProps, MarkdownStrong, type MarkdownStrongProps, type MarkdownStrongRenderProps, MarkdownSummary, type MarkdownSummaryProps, type MarkdownSummaryRenderProps, MarkdownTOC, MarkdownTOCItem, type MarkdownTOCItemProps, type MarkdownTOCOptions, type MarkdownTOCProps, MarkdownTable, MarkdownTableBody, MarkdownTableCell, type MarkdownTableCellRenderProps, MarkdownTableHead, MarkdownTableHeaderCell, type MarkdownTableHeaderCellRenderProps, type MarkdownTableRenderProps, MarkdownTableRow, type MarkdownTableRowProps, type MarkdownTableRowRenderProps, type MarkdownTableSectionProps, type MarkdownTableSectionRenderProps, MarkdownTaskCheckbox, type MarkdownTaskCheckboxProps, type MarkdownTaskCheckboxRenderProps, MarkdownThematicBreak, type MarkdownThematicBreakProps, type MarkdownThematicBreakRenderProps, type MarkdownTheme, MarkdownToolbar, type MarkdownToolbarAction, type MarkdownToolbarActionId, type MarkdownToolbarProps, MarkdownUnorderedList, type MarkdownUnorderedListProps, MarkdownViewer, type MarkdownViewerProps, type MaybePromise, Menu, type MenuElementType, MenuGroup, type MenuGroupNode, MenuItem, type MenuItemNode, MenuItemTitle, type MenuNode, type MenuProps, type MenuTitleNode, type MeshAnimationConfig, Modal, MotionSurface, MultiImageInput, type MultiImageInputProps, type MyReviewPanelProps, type NavItem, type NormalizeChartDataOptions, type NormalizeMarkdownOptions, type NormalizedChartDataPoint, type NormalizedToastStatus, type NumberedMarkdownHeading, NumericRating, type NumericRatingProps, OctilePosition, type OverlayVariant, Overline, Paragraph, type PieChartProps, PiePlot, PollingChartDataSource, type PollingChartDataSourceConfig, type PollingChartDataSourceOptions, type PreviewPlatform, PreviewSwitch, PriceTag, type PriceTagProps, ProgressBar, type ProgressBarProps, ProgressBarRating, type ProgressBarRatingProps, Quote, Radio, type RawChartDataPoint, type RawReviewAuthorLike, type RawReviewLike, type RawReviewReplyLike, RealtimeChartDataSource, type RealtimeChartDataSourceConfig, type RealtimeChartDataSourceOptions, type ReplyComposerProps, type ResolveChartColorOptions, type ResolvedChartSeries, type ReviewActionsProps, type ReviewAuthor, ReviewComposer, type ReviewComposerProps, type ReviewContentProps, type ReviewDataSource, type ReviewEmptyStateProps, type ReviewEntity, ReviewForm, type ReviewFormProps, type ReviewFormValues, type ReviewHeaderProps, type ReviewItemProps, type ReviewListProps, type ReviewMenuProps, type ReviewPageResult, type ReviewPermissions, type ReviewRatingProps, type ReviewRecommendationProps, type ReviewReplyComposerProps, type ReviewReplyContentProps, type ReviewReplyEntity, type ReviewReplyExternalDelete, type ReviewReplyExternalUpdate, type ReviewReplyHeaderProps, type ReviewReplyItemProps, type ReviewReplyListProps, type ReviewReplyMenuProps, type ReviewReplyPermissions, ReviewThread, type ReviewThreadComponents, type ReviewThreadConfig, type ReviewThreadProps, type RootAppModule, RouteTab, RouteTabMode, RouteTabs, type SafeRedirectOptions, type SanitizeHeadingOptions, ScatterPlot, ScrollToTop, Section, Select, SelectProps, type SendToastOptions, Shape, ShapeSwitch, ShowMore, Sidebar, SidebarLayout, SidemenuLayout, Size, Skeleton, Slider, type SortConfig, type SortDirection, type SortOption$1 as SortOption, Spinner, SpinnerDirection, type SpinnerProps, SpinnerType, StarRating, StarRatingDistribution, StarRatingInput, type StarRatingProps, type StatChartProps, StatPlot, StaticChartDataSource, type StaticChartDataSourceConfig, type StaticChartDataSourceOptions, Switch, TNContext, TNDropdown, TNDropdownGroup, TNDropdownItem, TNDropdownTitle, TNGroup, TNItem, Table, TableBody, TableCell, type TableColumnConfig, TableElement, TableFrame, TableHead, TableHeaderCell, type TableProps, TableRow, Tag, type TagProps, Tags, TagsProps, TextArea, TextAreaProps, TextDecoration, ThemeContext, ThemeProvider, ThemeSelect, type ThemeSelectOption, type ThemeSelectProps, ThemeSwitch, type Tier, TitleBanner, TitleBannerLevel, type TitleBannerProps, Toast, type ToastItemData, type ToastProps, type ToggleReactionResult, Tooltip, type TooltipProps, TopNav, type TopNavClassNames, type TopNavComponents, type TopNavGroupNode, type TopNavItemNode, type TopNavNode, type TopNavProps, type TopNavTitleNode, type TrackAnalyticsOptions, Transition, TransitionAccordion, TransitionBase, TransitionDropdown, TransitionFade, TransitionFadeIn, TransitionScale, TransitionSlide, Typography, type URLMap, type URLMapSource, type URLQueryParams, type URLQueryValue, UnderConstructionBanner, type UpdateCommentInput, type UpdateReviewInput, type UpdateReviewReplyInput, type UseActiveHeadingOptions, type UseActiveHeadingResult, type UseChartDataOptions, type UseChartDataReturn, type UseChartPollingOptions, type UseChartRealtimeOptions, type UseChartSeriesOptions, type UseChartThemeOptions, type UseMarkdownHeadingsOptions, type UseMarkdownHeadingsResult, type UseMarkdownOptions, type UsePageTrackingOptions, type UseSessionTrackingOptions, ValueBadge, type ValueBadgeProps, Variant, WorldMap, WorldMapCountryTable, type WorldMapPoint, type WorldMapProps, YoutubeVideo, YoutubeVideo as YoutubeVideoPlayer, type YoutubeVideoProps, addReplyToCache, addReviewReply, appendReview, applyReactionState, assertAbsoluteURL, buildURL, canDeleteReview, canDeleteReviewReply, canEditReview, canEditReviewReply, canReplyToReview, canReportReview, canReportReviewReply, clearAnalyticsQueueStorage, clearAnonymousIdStorage, clearConsentStorage, cn, createAnalyticsEvent, createAnalyticsId, createConfigurator, createDefaultConsent, createForceLayout, createGridLayout, createHeadingSlug, createTreeLayout, createURLResolver, decrementReplyCount, defaultFormatValue, defaultTiers, ensureAnonymousIdStorage, enumValues, euiToast, extractHeadings, extractTextColorClasses, findReview, formatChartLabel, formatChartValue, formatCommentDate, formatConfigError, formatReviewDate, generateHeadingNumbers, getAllowedOrigins, getBrowserHref, getBrowserOrigin, getBrowserRedirectURL, getConsentStatusFromCategories, getCurrencySymbol, getCurrentFullUrl, getCurrentPath, getCurrentReferrer, getCurrentTitle, getDeviceInfo, getDoNotTrackEnabled, getLayout, getNowISOString, getOptimisticDislikeState, getOptimisticLikeState, getSafeRedirect, getViewport, hasReviewReply, incrementReplyCount, isBrowser, isMatch, isRenderFn, limitRealtimePoints, normalize, normalizeChartData, normalizeChartDataPoint, normalizeMarkdown, normalizeReview, normalizeReviewAuthor, normalizeReviewReply, parseJson, parseJsonRecord, parseUrlMap, prependReview, readAnalyticsQueueStorage, readAnonymousIdStorage, readConsentStorage, registerLayout, removeComment, removeCommentTreeFromCache, removeReview, removeReviewReply, replaceRealtimePoints, replaceReview, replaceReviewReply, resolveAppearanceStyles, resolveChartColor, resolveChartColors, safeReadStorage, safeRemoveStorage, safeWriteStorage, sanitizeHeading, sendToast, slugify, toConfiguratorError, updateComment, updateReplyCacheComment, updateReview, updateReviewReply, upsertReview, useActiveHeading, useAnalytics, useChartContext, useChartData, useChartPolling, useChartRealtime, useChartSeries, useChartTheme, useClickOutside, useCloudinaryConfig, useCookieConsent, useCurrentTheme, useDrawer, useEUIDevPreviewPlatform, useIsMobile, useMarkdown, useMarkdownHeadings, useModal, usePageTracking, useResolvedChartState, useReviewThreadState, useSessionTracking, useTNSlot, useTNTheme, useTheme, writeAnalyticsQueueStorage, writeConsentStorage };
|