@staffbase/design 18.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/dist/components.css +2 -0
- package/dist/components.d.ts +1 -0
- package/dist/fonts/epilogue.css +63 -0
- package/dist/fonts/files/Epilogue-Bold.woff2 +0 -0
- package/dist/fonts/files/Epilogue-BoldItalic.woff2 +0 -0
- package/dist/fonts/files/Epilogue-Italic.woff2 +0 -0
- package/dist/fonts/files/Epilogue-Medium.woff2 +0 -0
- package/dist/fonts/files/Epilogue-MediumItalic.woff2 +0 -0
- package/dist/fonts/files/Epilogue-Regular.woff2 +0 -0
- package/dist/fonts/files/Epilogue-SemiBold.woff2 +0 -0
- package/dist/fonts/files/Epilogue-SemiBoldItalic.woff2 +0 -0
- package/dist/fonts/files/inter-cyrillic-ext-variable.woff2 +0 -0
- package/dist/fonts/files/inter-cyrillic-variable.woff2 +0 -0
- package/dist/fonts/files/inter-greek-ext-variable.woff2 +0 -0
- package/dist/fonts/files/inter-greek-variable.woff2 +0 -0
- package/dist/fonts/files/inter-latin-ext-variable.woff2 +0 -0
- package/dist/fonts/files/inter-latin-variable.woff2 +0 -0
- package/dist/fonts/files/inter-vietnamese-variable.woff2 +0 -0
- package/dist/fonts/inter.css +65 -0
- package/dist/hooks.cjs +31 -0
- package/dist/hooks.cjs.map +1 -0
- package/dist/hooks.d.ts +18 -0
- package/dist/hooks.js +28 -0
- package/dist/hooks.js.map +1 -0
- package/dist/main.cjs +11993 -0
- package/dist/main.cjs.map +1 -0
- package/dist/main.d.ts +2205 -0
- package/dist/main.js +11646 -0
- package/dist/main.js.map +1 -0
- package/dist/theme.css +481 -0
- package/dist/tokens/component.css +47 -0
- package/dist/tokens/primitive.css +191 -0
- package/dist/tokens/semantic.css +274 -0
- package/package.json +102 -0
package/dist/main.d.ts
ADDED
|
@@ -0,0 +1,2205 @@
|
|
|
1
|
+
import { AlertDialog as AlertDialog_2 } from '@base-ui/react';
|
|
2
|
+
import { AlertDialogDescriptionProps } from '@base-ui/react';
|
|
3
|
+
import { AlertDialogTitleProps } from '@base-ui/react';
|
|
4
|
+
import { AnchorHTMLAttributes } from 'react';
|
|
5
|
+
import { AutocompleteEmptyProps } from '@base-ui/react';
|
|
6
|
+
import { AutocompleteGroupLabelProps } from '@base-ui/react';
|
|
7
|
+
import { AutocompleteGroupProps } from '@base-ui/react';
|
|
8
|
+
import { AutocompleteInputProps } from '@base-ui/react';
|
|
9
|
+
import { AutocompleteListProps } from '@base-ui/react';
|
|
10
|
+
import { AutocompleteStatusProps } from '@base-ui/react';
|
|
11
|
+
import { ButtonHTMLAttributes } from 'react';
|
|
12
|
+
import { ChangeEvent } from 'react';
|
|
13
|
+
import { ClassAttributes } from 'react';
|
|
14
|
+
import { Combobox } from '@base-ui/react/combobox';
|
|
15
|
+
import { ComboboxChipProps } from '@base-ui/react';
|
|
16
|
+
import { ComboboxItemIndicatorProps } from '@base-ui/react';
|
|
17
|
+
import { ComboboxItemProps } from '@base-ui/react';
|
|
18
|
+
import { ComponentProps } from 'react';
|
|
19
|
+
import { ComponentPropsWithoutRef } from 'react';
|
|
20
|
+
import { ContextMenuGroupLabelProps } from '@base-ui/react';
|
|
21
|
+
import { ContextMenuGroupProps } from '@base-ui/react';
|
|
22
|
+
import { ContextMenuRadioGroupProps } from '@base-ui/react';
|
|
23
|
+
import { ContextMenuRadioItemProps } from '@base-ui/react';
|
|
24
|
+
import { default as default_2 } from 'react';
|
|
25
|
+
import { DetailedHTMLProps } from 'react';
|
|
26
|
+
import { Dialog as Dialog_2 } from '@base-ui/react';
|
|
27
|
+
import { Drawer } from '@base-ui/react/drawer';
|
|
28
|
+
import { DrawerDescriptionProps } from '@base-ui/react';
|
|
29
|
+
import { DrawerTitleProps } from '@base-ui/react';
|
|
30
|
+
import { DropzoneOptions } from 'react-dropzone';
|
|
31
|
+
import { FC } from 'react';
|
|
32
|
+
import { FieldDescriptionProps } from '@base-ui/react';
|
|
33
|
+
import { FieldErrorProps } from '@base-ui/react';
|
|
34
|
+
import { FieldLabelProps } from '@base-ui/react';
|
|
35
|
+
import { FieldRootProps } from '@base-ui/react';
|
|
36
|
+
import { FocusEvent as FocusEvent_2 } from 'react';
|
|
37
|
+
import { ForwardRefExoticComponent } from 'react';
|
|
38
|
+
import { HTMLAttributes } from 'react';
|
|
39
|
+
import { HTMLProps } from 'react';
|
|
40
|
+
import { Input } from '@base-ui/react/input';
|
|
41
|
+
import { InputHTMLAttributes } from 'react';
|
|
42
|
+
import { InputProps as InputProps_2 } from '@base-ui/react';
|
|
43
|
+
import { JSX } from 'react/jsx-runtime';
|
|
44
|
+
import { Menu as Menu_2 } from '@base-ui/react/menu';
|
|
45
|
+
import { MouseEvent as MouseEvent_2 } from 'react';
|
|
46
|
+
import { MutableRefObject } from 'react';
|
|
47
|
+
import { NamedExoticComponent } from 'react';
|
|
48
|
+
import { NumberFieldDecrementProps } from '@base-ui/react';
|
|
49
|
+
import { NumberFieldIncrementProps } from '@base-ui/react';
|
|
50
|
+
import { NumberFieldInputProps } from '@base-ui/react';
|
|
51
|
+
import { NumberFieldRootProps } from '@base-ui/react';
|
|
52
|
+
import { Placement } from '@floating-ui/react';
|
|
53
|
+
import { Radio as Radio_2 } from '@base-ui/react/radio';
|
|
54
|
+
import { RadioGroup as RadioGroup_2 } from '@base-ui/react/radio-group';
|
|
55
|
+
import * as RadixPopover from '@radix-ui/react-popover';
|
|
56
|
+
import * as RadixTabs from '@radix-ui/react-tabs';
|
|
57
|
+
import { ReactElement } from 'react';
|
|
58
|
+
import { ReactNode } from 'react';
|
|
59
|
+
import { Ref } from 'react';
|
|
60
|
+
import { RefAttributes } from 'react';
|
|
61
|
+
import { RefObject } from 'react';
|
|
62
|
+
import { Select as Select_2 } from '@base-ui/react/select';
|
|
63
|
+
import { SelectGroupLabelProps } from '@base-ui/react';
|
|
64
|
+
import { SelectGroupProps } from '@base-ui/react';
|
|
65
|
+
import { SelectItemIndicatorProps } from '@base-ui/react';
|
|
66
|
+
import { SelectItemProps } from '@base-ui/react';
|
|
67
|
+
import { SelectListProps } from '@base-ui/react';
|
|
68
|
+
import { SelectValueProps } from '@base-ui/react';
|
|
69
|
+
import { SeparatorProps } from '@base-ui/react';
|
|
70
|
+
import { SVGAttributes } from 'react';
|
|
71
|
+
import { SwitchRootProps } from '@base-ui/react';
|
|
72
|
+
import { TextareaHTMLAttributes } from 'react';
|
|
73
|
+
import { Tooltip as Tooltip_2 } from '@base-ui/react/tooltip';
|
|
74
|
+
import { UseFloatingReturn } from '@floating-ui/react';
|
|
75
|
+
import { UseInteractionsReturn } from '@floating-ui/react';
|
|
76
|
+
|
|
77
|
+
export declare type ActionItemVariant = 'default' | 'critical';
|
|
78
|
+
|
|
79
|
+
/** @deprecated use Menu component instead */
|
|
80
|
+
export declare function ActionMenu({ children, ...options }: {
|
|
81
|
+
children: ReactNode;
|
|
82
|
+
} & Omit<ActionMenuOptions, 'listRef'>): JSX.Element;
|
|
83
|
+
|
|
84
|
+
export declare namespace ActionMenu {
|
|
85
|
+
var displayName: string;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/** @deprecated use Menu component instead */
|
|
89
|
+
export declare const ActionMenuContent: default_2.ForwardRefExoticComponent<default_2.HTMLAttributes<HTMLDivElement> & default_2.RefAttributes<HTMLDivElement>>;
|
|
90
|
+
|
|
91
|
+
/** @deprecated use Menu component instead */
|
|
92
|
+
export declare const ActionMenuItem: default_2.ForwardRefExoticComponent<ActionMenuItemProps & default_2.RefAttributes<HTMLButtonElement>>;
|
|
93
|
+
|
|
94
|
+
export declare interface ActionMenuItemProps extends ButtonHTMLAttributes<HTMLButtonElement> {
|
|
95
|
+
icon?: ReactElement;
|
|
96
|
+
description?: string;
|
|
97
|
+
variant?: ActionItemVariant;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/** @deprecated use Menu component instead */
|
|
101
|
+
export declare const ActionMenuLinkItem: default_2.ForwardRefExoticComponent<ActionMenuLinkItemProps & default_2.RefAttributes<HTMLAnchorElement>>;
|
|
102
|
+
|
|
103
|
+
export declare interface ActionMenuLinkItemProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
|
|
104
|
+
icon?: ReactElement;
|
|
105
|
+
description?: string;
|
|
106
|
+
variant?: ActionItemVariant;
|
|
107
|
+
/* Excluded from this release type: _dataindex */
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
export declare interface ActionMenuOptions {
|
|
111
|
+
listRef: RefObject<(HTMLElement | null)[]>;
|
|
112
|
+
/**
|
|
113
|
+
* Boolean - pass in to control open state of the container externally.
|
|
114
|
+
*/
|
|
115
|
+
open?: boolean;
|
|
116
|
+
/**
|
|
117
|
+
* Boolean - pass in to control open state of the container externally.
|
|
118
|
+
*/
|
|
119
|
+
onOpenChange?: (openState: boolean) => void;
|
|
120
|
+
/**
|
|
121
|
+
* Changes the placement of the ActionMenu relative to the anchor element position.
|
|
122
|
+
* @default 'bottom-start'
|
|
123
|
+
*/
|
|
124
|
+
placement?: Placement;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/** @deprecated use Menu component instead */
|
|
128
|
+
export declare const ActionMenuTrigger: default_2.ForwardRefExoticComponent<{
|
|
129
|
+
children: ReactNode;
|
|
130
|
+
} & default_2.RefAttributes<HTMLElement>>;
|
|
131
|
+
|
|
132
|
+
export declare const AddCircleIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
133
|
+
|
|
134
|
+
export declare const AddIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
135
|
+
|
|
136
|
+
export declare const AIPUIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
137
|
+
|
|
138
|
+
export declare const AiSparklesIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
139
|
+
|
|
140
|
+
export declare const AlarmIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
141
|
+
|
|
142
|
+
export declare const AlertDialog: {
|
|
143
|
+
Root: typeof AlertDialog_2.Root;
|
|
144
|
+
Trigger: (props: TriggerProps) => JSX.Element;
|
|
145
|
+
Popup: ForwardRefExoticComponent<Omit<PopupProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
146
|
+
Cancel: ForwardRefExoticComponent<Omit< ButtonProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
147
|
+
Action: ForwardRefExoticComponent<Omit< ButtonProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
148
|
+
Title: ForwardRefExoticComponent<Omit< AlertDialogTitleProps, "ref"> & RefAttributes<HTMLHeadingElement>>;
|
|
149
|
+
Description: ForwardRefExoticComponent<Omit< AlertDialogDescriptionProps, "ref"> & RefAttributes<HTMLParagraphElement>>;
|
|
150
|
+
Icon: ForwardRefExoticComponent<Omit< ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & {
|
|
151
|
+
children: ReactNode;
|
|
152
|
+
}, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
export declare const AlertIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
156
|
+
|
|
157
|
+
export declare const AltAlternateIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
158
|
+
|
|
159
|
+
export declare const ArchiveIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
160
|
+
|
|
161
|
+
export declare const ArrowDownIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
162
|
+
|
|
163
|
+
export declare const ArrowLeftIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
164
|
+
|
|
165
|
+
export declare const ArrowRightIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
166
|
+
|
|
167
|
+
export declare const ArrowUpIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
168
|
+
|
|
169
|
+
export declare const ArtboardIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
170
|
+
|
|
171
|
+
export declare const AttachmentIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
172
|
+
|
|
173
|
+
export declare function Avatar(props: AvatarProps): ReactElement;
|
|
174
|
+
|
|
175
|
+
export declare namespace Avatar {
|
|
176
|
+
var displayName: string;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
declare type AvatarColor = 'cyan' | 'pink' | 'purple' | 'teal';
|
|
180
|
+
|
|
181
|
+
export declare interface AvatarProps {
|
|
182
|
+
/**
|
|
183
|
+
* The `alt` attribute for the rendered `img` element
|
|
184
|
+
*/
|
|
185
|
+
alt?: string;
|
|
186
|
+
/**
|
|
187
|
+
* Color of the avatar if no `img` is rendered
|
|
188
|
+
* @default purple
|
|
189
|
+
*/
|
|
190
|
+
color?: AvatarColor;
|
|
191
|
+
/**
|
|
192
|
+
* Will be used as fallback content
|
|
193
|
+
*/
|
|
194
|
+
children?: ReactNode;
|
|
195
|
+
/**
|
|
196
|
+
* The `src` attribute for the rendered `img` element
|
|
197
|
+
*/
|
|
198
|
+
src?: string;
|
|
199
|
+
/**
|
|
200
|
+
* The size of the avatar
|
|
201
|
+
* @default 32
|
|
202
|
+
*/
|
|
203
|
+
size?: AvatarSize;
|
|
204
|
+
/**
|
|
205
|
+
* Optional classname prop for styling
|
|
206
|
+
*/
|
|
207
|
+
className?: string;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
declare interface AvatarProps_2 extends Omit<ComponentProps<'div'>, 'children'> {
|
|
211
|
+
size?: 48 | 40 | 32 | 24 | 16;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
declare type AvatarSize = '48' | '40' | '32' | '24' | '16';
|
|
215
|
+
|
|
216
|
+
declare interface BackProps extends ComponentProps<'button'> {
|
|
217
|
+
'aria-label': string;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
export declare function Badge(props: BadgeProps): ReactElement;
|
|
221
|
+
|
|
222
|
+
export declare namespace Badge {
|
|
223
|
+
var displayName: string;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
declare type BadgePosition = 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' | 'inline';
|
|
227
|
+
|
|
228
|
+
export declare interface BadgeProps {
|
|
229
|
+
/**
|
|
230
|
+
* Visually hidden text to explain the status or value.
|
|
231
|
+
*/
|
|
232
|
+
a11yDescription: string;
|
|
233
|
+
/**
|
|
234
|
+
* Position where the badge should appear, relative to the preceding DOM element.
|
|
235
|
+
*/
|
|
236
|
+
position?: BadgePosition;
|
|
237
|
+
/**
|
|
238
|
+
* Refers to the number displayed on the badge
|
|
239
|
+
*/
|
|
240
|
+
value?: number;
|
|
241
|
+
/**
|
|
242
|
+
* Color of the badge
|
|
243
|
+
*/
|
|
244
|
+
variant?: BadgeVariant;
|
|
245
|
+
/**
|
|
246
|
+
* When true, returns 9+ when the value is greater than 9
|
|
247
|
+
*/
|
|
248
|
+
truncate?: boolean;
|
|
249
|
+
/**
|
|
250
|
+
* Optional classname prop for styling
|
|
251
|
+
*/
|
|
252
|
+
className?: string;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
declare type BadgeVariant = 'primary' | 'secondary' | 'critical' | 'gamification';
|
|
256
|
+
|
|
257
|
+
export declare const Banner: ForwardRefExoticComponent<BannerProps & RefAttributes<HTMLDivElement>> & {
|
|
258
|
+
CloseButton: ForwardRefExoticComponent<CloseButtonProps & RefAttributes<HTMLButtonElement>>;
|
|
259
|
+
};
|
|
260
|
+
|
|
261
|
+
export declare interface BannerProps extends HTMLAttributes<HTMLDivElement> {
|
|
262
|
+
/** The content of the Banner. */
|
|
263
|
+
children: ReactNode;
|
|
264
|
+
/** Defines the semantics / use case of Banner. */
|
|
265
|
+
variant?: 'info' | 'success' | 'warning' | 'critical';
|
|
266
|
+
/** Changes the size of the Banner. */
|
|
267
|
+
size?: 'sm' | 'md';
|
|
268
|
+
/** Optional className prop for styling. Targets the outermost component layer. */
|
|
269
|
+
className?: string;
|
|
270
|
+
/** Changes the style of the banner */
|
|
271
|
+
layout?: 'standalone' | 'bleed';
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
export declare const BarChartIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
275
|
+
|
|
276
|
+
declare interface BaseButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
|
|
277
|
+
/**
|
|
278
|
+
* The colors of the component
|
|
279
|
+
*/
|
|
280
|
+
variant?: ButtonVariant;
|
|
281
|
+
/**
|
|
282
|
+
* "leading" refers to the start position, whereas "trailing" refers to the end position of the icon
|
|
283
|
+
*/
|
|
284
|
+
iconPosition?: ButtonIconPosition;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
declare interface BaseFilterProps extends Pick<FilterOptions, 'placement'> {
|
|
288
|
+
/**
|
|
289
|
+
* Array of Options
|
|
290
|
+
*/
|
|
291
|
+
options: Option_2[];
|
|
292
|
+
/**
|
|
293
|
+
* String - name for the trigger button
|
|
294
|
+
*/
|
|
295
|
+
triggerLabel: string;
|
|
296
|
+
/**
|
|
297
|
+
* Icon for trigger button to render
|
|
298
|
+
*/
|
|
299
|
+
triggerIcon?: ReactElement<SVGAttributes<SVGElement>>;
|
|
300
|
+
/**
|
|
301
|
+
* A11y description for trigger badge
|
|
302
|
+
*/
|
|
303
|
+
badgeA11yDescription: string;
|
|
304
|
+
/**
|
|
305
|
+
* Placeholder text for the search input field on the opened filter
|
|
306
|
+
*/
|
|
307
|
+
searchInputPlaceholder: string;
|
|
308
|
+
/**
|
|
309
|
+
* Text for empty results field - shows when no options are loaded
|
|
310
|
+
*/
|
|
311
|
+
emptyResultText: string;
|
|
312
|
+
/**
|
|
313
|
+
* Boolean - show loading spinner on options container if true
|
|
314
|
+
*/
|
|
315
|
+
loading?: boolean;
|
|
316
|
+
/**
|
|
317
|
+
* Text for clear all button
|
|
318
|
+
*/
|
|
319
|
+
clearButtonText: string;
|
|
320
|
+
/**
|
|
321
|
+
* Text for apply button
|
|
322
|
+
*/
|
|
323
|
+
applyButtonText: string;
|
|
324
|
+
/**
|
|
325
|
+
* Callback function when clicking the apply button
|
|
326
|
+
*/
|
|
327
|
+
onApply: (options: Option_2[]) => void;
|
|
328
|
+
onOptionsChanged?: () => void;
|
|
329
|
+
/**
|
|
330
|
+
* Container Classname - for styling the filters dropdown container
|
|
331
|
+
*/
|
|
332
|
+
containerClassname?: string;
|
|
333
|
+
/**
|
|
334
|
+
* Trigger Classname - for styling the filters trigger element
|
|
335
|
+
*/
|
|
336
|
+
triggerClassname?: string;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
declare interface BaseGhostButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
|
|
340
|
+
/**
|
|
341
|
+
* The colors of the component
|
|
342
|
+
*/
|
|
343
|
+
variant?: GhostButtonVariant;
|
|
344
|
+
/**
|
|
345
|
+
* "leading" refers to the start position, whereas "trailing" refers to the end position of the icon
|
|
346
|
+
*/
|
|
347
|
+
iconPosition?: GhostButtonIconPosition;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
declare interface BaseOption {
|
|
351
|
+
id: string;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
export declare const BellAltIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
355
|
+
|
|
356
|
+
export declare const BellIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
357
|
+
|
|
358
|
+
export declare const BinIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
359
|
+
|
|
360
|
+
export declare const BlockQuoteIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
361
|
+
|
|
362
|
+
export declare const BookmarkAltIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
363
|
+
|
|
364
|
+
export declare const BookmarkIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
365
|
+
|
|
366
|
+
export declare const BookmarkOffIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
367
|
+
|
|
368
|
+
export declare const BookmarkOnIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
369
|
+
|
|
370
|
+
export declare const BottomSheet: {
|
|
371
|
+
Root: typeof Drawer.Root;
|
|
372
|
+
Popup: ForwardRefExoticComponent<Omit<PopupProps_2, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
373
|
+
Trigger: (props: TriggerProps_2) => JSX.Element;
|
|
374
|
+
Close: ForwardRefExoticComponent<Omit<CloseProps, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
375
|
+
Back: ForwardRefExoticComponent<Omit<BackProps, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
376
|
+
Description: ForwardRefExoticComponent<Omit< DrawerDescriptionProps, "ref"> & RefAttributes<HTMLParagraphElement>>;
|
|
377
|
+
Title: ForwardRefExoticComponent<Omit< DrawerTitleProps, "ref"> & RefAttributes<HTMLHeadingElement>>;
|
|
378
|
+
Action: ForwardRefExoticComponent<Omit< DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
379
|
+
Header: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
380
|
+
};
|
|
381
|
+
|
|
382
|
+
export declare const BriefcaseIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
383
|
+
|
|
384
|
+
export declare const BulbIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
385
|
+
|
|
386
|
+
export declare const BulletListIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
387
|
+
|
|
388
|
+
export declare const BurgerIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
389
|
+
|
|
390
|
+
export declare const Button: ForwardRefExoticComponent<ButtonProps & RefAttributes<HTMLButtonElement>>;
|
|
391
|
+
|
|
392
|
+
declare type ButtonIconPosition = 'leading' | 'trailing';
|
|
393
|
+
|
|
394
|
+
export declare interface ButtonProps extends BaseButtonProps {
|
|
395
|
+
/**
|
|
396
|
+
* Refers to the child element of the button
|
|
397
|
+
*/
|
|
398
|
+
children?: string;
|
|
399
|
+
/**
|
|
400
|
+
* Disabled state of the button
|
|
401
|
+
*/
|
|
402
|
+
disabled?: boolean;
|
|
403
|
+
/**
|
|
404
|
+
* The icon of the button
|
|
405
|
+
*/
|
|
406
|
+
icon?: ReactElement<SVGAttributes<SVGElement>>;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
/** @deprecated use Select or SearchableSingleSelect components instead */
|
|
410
|
+
export declare interface ButtonSingleSelectProps<TOption extends BaseOption> extends SingleSelectBaseProps<TOption> {
|
|
411
|
+
/**
|
|
412
|
+
* Optional ref to attach to the select trigger.
|
|
413
|
+
*/
|
|
414
|
+
triggerRef?: Ref<HTMLButtonElement>;
|
|
415
|
+
/**
|
|
416
|
+
* Determines if the single select should allow user-input.
|
|
417
|
+
*/
|
|
418
|
+
searchable?: false;
|
|
419
|
+
ariaLabelledBy?: string;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
declare type ButtonVariant = 'primary' | 'secondary' | 'critical';
|
|
423
|
+
|
|
424
|
+
export declare const CalendarIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
425
|
+
|
|
426
|
+
export declare const CameraIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
427
|
+
|
|
428
|
+
export declare const Card: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
429
|
+
|
|
430
|
+
export declare const CaretDownIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
431
|
+
|
|
432
|
+
export declare const CaretFirstIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
433
|
+
|
|
434
|
+
export declare const CaretLastIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
435
|
+
|
|
436
|
+
export declare const CaretLeftIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
437
|
+
|
|
438
|
+
export declare const CaretRightIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
439
|
+
|
|
440
|
+
export declare const CaretUpIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
441
|
+
|
|
442
|
+
export declare const ChatOptOutIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
443
|
+
|
|
444
|
+
export declare const Checkbox: ForwardRefExoticComponent<CheckboxProps & RefAttributes<HTMLInputElement>>;
|
|
445
|
+
|
|
446
|
+
export declare function CheckboxGroup(props: CheckboxGroupProps): ReactElement;
|
|
447
|
+
|
|
448
|
+
export declare namespace CheckboxGroup {
|
|
449
|
+
var displayName: string;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
export declare interface CheckboxGroupProps {
|
|
453
|
+
options: CheckboxOption[];
|
|
454
|
+
description?: string;
|
|
455
|
+
errorMessage?: string;
|
|
456
|
+
disableAll?: boolean;
|
|
457
|
+
hasError?: boolean;
|
|
458
|
+
label?: string;
|
|
459
|
+
value?: string[];
|
|
460
|
+
onChange?: (option: CheckboxOption) => void;
|
|
461
|
+
errorAriaLive?: 'off' | 'assertive' | 'polite';
|
|
462
|
+
className?: string;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
declare interface CheckboxOption extends Pick<CheckboxProps, 'label' | 'disabled' | 'description'> {
|
|
466
|
+
value: string;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export declare interface CheckboxProps extends Pick<InputHTMLAttributes<HTMLInputElement>, 'checked' | 'disabled' | 'onChange' | 'defaultChecked' | 'id' | 'name' | 'tabIndex' | 'readOnly' | 'className'> {
|
|
470
|
+
label: string;
|
|
471
|
+
description?: string;
|
|
472
|
+
errorMessage?: string;
|
|
473
|
+
hasError?: boolean;
|
|
474
|
+
errorAriaLive?: 'off' | 'assertive' | 'polite';
|
|
475
|
+
requiredLabel?: string;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
export declare const CheckCircleAltIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
479
|
+
|
|
480
|
+
export declare const CheckCircleIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
481
|
+
|
|
482
|
+
export declare const CheckIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
483
|
+
|
|
484
|
+
export declare const ChristmasTreeIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
485
|
+
|
|
486
|
+
export declare const CircleDownIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
487
|
+
|
|
488
|
+
export declare const CircleUpIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
489
|
+
|
|
490
|
+
export declare const ClickIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
491
|
+
|
|
492
|
+
export declare const ClockIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
493
|
+
|
|
494
|
+
export declare interface CloseButtonProps extends HTMLAttributes<HTMLButtonElement> {
|
|
495
|
+
className?: string;
|
|
496
|
+
'aria-label': string;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
export declare const CloseCircleIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
500
|
+
|
|
501
|
+
export declare const CloseIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
502
|
+
|
|
503
|
+
declare interface CloseProps extends Drawer.Close.Props {
|
|
504
|
+
'aria-label': string;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
declare interface CloseProps_2 extends Omit<Dialog_2.Close.Props, 'children'> {
|
|
508
|
+
children: Dialog_2.Close.Props['render'];
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
export declare const CloudIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
512
|
+
|
|
513
|
+
export declare const ColorPaletteIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
514
|
+
|
|
515
|
+
export declare const CommentAltIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
516
|
+
|
|
517
|
+
export declare const CommentIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
518
|
+
|
|
519
|
+
export declare const ConnectionOffIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
520
|
+
|
|
521
|
+
declare interface ContentProps extends ComponentPropsWithoutRef<typeof RadixPopover.Content> {
|
|
522
|
+
container?: ComponentProps<typeof RadixPopover.Portal>['container'];
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
export declare const CopyIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
526
|
+
|
|
527
|
+
export declare const CropIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
528
|
+
|
|
529
|
+
export declare const DashboardIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
530
|
+
|
|
531
|
+
export declare const DashIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
532
|
+
|
|
533
|
+
export declare const DesktopIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
534
|
+
|
|
535
|
+
export declare const Dialog: {
|
|
536
|
+
Root: typeof Dialog_2.Root;
|
|
537
|
+
Popup: ForwardRefExoticComponent<Omit<PopupProps_3, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
538
|
+
Trigger: (props: TriggerProps_3) => JSX.Element;
|
|
539
|
+
Close: ForwardRefExoticComponent<Omit<CloseProps_2, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
540
|
+
Description: ForwardRefExoticComponent<Omit< AlertDialogDescriptionProps, "ref"> & RefAttributes<HTMLParagraphElement>>;
|
|
541
|
+
Title: ForwardRefExoticComponent<Omit< AlertDialogTitleProps, "ref"> & RefAttributes<HTMLHeadingElement>>;
|
|
542
|
+
Header: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
543
|
+
Footer: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
544
|
+
Body: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
545
|
+
};
|
|
546
|
+
|
|
547
|
+
/** @deprecated use Separator component instead */
|
|
548
|
+
export declare function Divider(props: DividerProps): JSX.Element;
|
|
549
|
+
|
|
550
|
+
export declare namespace Divider {
|
|
551
|
+
var displayName: string;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
/** @deprecated use Separator component instead */
|
|
555
|
+
export declare interface DividerProps extends HTMLAttributes<HTMLHRElement> {
|
|
556
|
+
dividerPosition?: 'horizontal' | 'vertical';
|
|
557
|
+
fullWidth?: boolean;
|
|
558
|
+
/**
|
|
559
|
+
* The padding of the divider in pixels
|
|
560
|
+
* @default '24'
|
|
561
|
+
*/
|
|
562
|
+
padding?: number;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
export declare const DotIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
566
|
+
|
|
567
|
+
export declare const DoubleCheckIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
568
|
+
|
|
569
|
+
export declare const DownloadIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
570
|
+
|
|
571
|
+
export declare const DragHandleIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
572
|
+
|
|
573
|
+
export declare const EditIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
574
|
+
|
|
575
|
+
export declare const EllipsisIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
576
|
+
|
|
577
|
+
export declare const EmailBouncesIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
578
|
+
|
|
579
|
+
export declare const EmailContactsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
580
|
+
|
|
581
|
+
export declare const EmailFollowUpIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
582
|
+
|
|
583
|
+
export declare const EmailIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
584
|
+
|
|
585
|
+
export declare const EmailOpenIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
586
|
+
|
|
587
|
+
export declare const EmailTeamsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
588
|
+
|
|
589
|
+
export declare function EmptyState(props: EmptyStateProps): ReactElement;
|
|
590
|
+
|
|
591
|
+
export declare namespace EmptyState {
|
|
592
|
+
var displayName: string;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
export declare interface EmptyStateProps {
|
|
596
|
+
/**
|
|
597
|
+
* Defines the title of the component
|
|
598
|
+
*/
|
|
599
|
+
title: string;
|
|
600
|
+
/**
|
|
601
|
+
* The icon of the component
|
|
602
|
+
*/
|
|
603
|
+
icon?: ReactElement<HTMLAttributes<HTMLElement>, string>;
|
|
604
|
+
/**
|
|
605
|
+
* The two icon sizes
|
|
606
|
+
* @default 40px
|
|
607
|
+
*/
|
|
608
|
+
iconSize?: IconSize;
|
|
609
|
+
/**
|
|
610
|
+
* The body text which appears below the "title" of the component
|
|
611
|
+
*/
|
|
612
|
+
body?: string;
|
|
613
|
+
/**
|
|
614
|
+
* Optional classname prop for styling
|
|
615
|
+
*/
|
|
616
|
+
className?: string;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
export declare const ExpandHorizontalIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
620
|
+
|
|
621
|
+
export declare const ExpandIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
622
|
+
|
|
623
|
+
export declare const ExpandVerticalIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
624
|
+
|
|
625
|
+
export declare const FeatureAnalyticsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
626
|
+
|
|
627
|
+
export declare const FeatureCampaignsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
628
|
+
|
|
629
|
+
export declare const FeatureEditorialCalendarIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
630
|
+
|
|
631
|
+
export declare const FeatureEmployeeEmailIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
632
|
+
|
|
633
|
+
export declare const FeatureNewsPageIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
634
|
+
|
|
635
|
+
export declare const Field: {
|
|
636
|
+
Root: ForwardRefExoticComponent<Omit< FieldRootProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
637
|
+
Label: ForwardRefExoticComponent<Omit< FieldLabelProps & {
|
|
638
|
+
requiredLabel?: string;
|
|
639
|
+
}, "ref"> & RefAttributes<HTMLElement>>;
|
|
640
|
+
Description: ForwardRefExoticComponent<Omit< FieldDescriptionProps, "ref"> & RefAttributes<HTMLParagraphElement>>;
|
|
641
|
+
Error: ForwardRefExoticComponent<Omit< FieldErrorProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
642
|
+
};
|
|
643
|
+
|
|
644
|
+
export declare const FileArchiveIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
645
|
+
|
|
646
|
+
export declare const FileAudioIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
647
|
+
|
|
648
|
+
export declare const FileCodeIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
649
|
+
|
|
650
|
+
export declare const FileIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
651
|
+
|
|
652
|
+
export declare const FileImageIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
653
|
+
|
|
654
|
+
export declare const FilePdfIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
655
|
+
|
|
656
|
+
export declare const FilePresentationIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
657
|
+
|
|
658
|
+
export declare const FileShareIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
659
|
+
|
|
660
|
+
export declare const FileSheetIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
661
|
+
|
|
662
|
+
export declare const FileSizeIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
663
|
+
|
|
664
|
+
export declare const FilesManagerIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
665
|
+
|
|
666
|
+
export declare const FileStackIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
667
|
+
|
|
668
|
+
export declare const FileTextIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
669
|
+
|
|
670
|
+
export declare const FileUpload: ForwardRefExoticComponent<Omit<FileUploadProps, "ref"> & RefAttributes<FileUploadRef>> & {
|
|
671
|
+
Wrapper: {
|
|
672
|
+
({ children, showOnDrag, }: {
|
|
673
|
+
children: ReactNode | ReactNode[];
|
|
674
|
+
showOnDrag: boolean;
|
|
675
|
+
}): ReactElement | null;
|
|
676
|
+
displayName: string;
|
|
677
|
+
};
|
|
678
|
+
Text: {
|
|
679
|
+
({ children, variant }: FileUploadTextProps): ReactElement;
|
|
680
|
+
displayName: string;
|
|
681
|
+
};
|
|
682
|
+
Preview: {
|
|
683
|
+
({ previewUrl, onEdit, onDelete, additionalButtons, children, }: FileUploadPreviewProps): ReactElement;
|
|
684
|
+
displayName: string;
|
|
685
|
+
};
|
|
686
|
+
Overlay: {
|
|
687
|
+
({ children }: FileUploadOverlayProps): ReactElement;
|
|
688
|
+
displayName: string;
|
|
689
|
+
};
|
|
690
|
+
};
|
|
691
|
+
|
|
692
|
+
export declare const FileUploadIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
693
|
+
|
|
694
|
+
declare interface FileUploadOverlayProps {
|
|
695
|
+
children?: ReactNode;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
declare interface FileUploadPreviewProps {
|
|
699
|
+
previewUrl: string;
|
|
700
|
+
onEdit?: () => void;
|
|
701
|
+
onDelete?: () => void;
|
|
702
|
+
additionalButtons?: ReactElement;
|
|
703
|
+
children?: ReactNode;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
export declare interface FileUploadProps {
|
|
707
|
+
onDrop: DropzoneOptions['onDrop'];
|
|
708
|
+
disabled?: boolean;
|
|
709
|
+
children: ReactNode | ReactNode[];
|
|
710
|
+
variant: Variants;
|
|
711
|
+
ref?: MutableRefObject<FileUploadRef | undefined>;
|
|
712
|
+
accept?: DropzoneOptions['accept'];
|
|
713
|
+
className?: string;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
export declare interface FileUploadRef {
|
|
717
|
+
openFileChooser: () => void;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
declare interface FileUploadTextProps {
|
|
721
|
+
children: string;
|
|
722
|
+
variant?: FileUploadTextVariant;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
export declare type FileUploadTextVariant = 'critical' | 'info' | 'default' | 'neutral';
|
|
726
|
+
|
|
727
|
+
export declare const FileVideoIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
728
|
+
|
|
729
|
+
export declare const Filter: {
|
|
730
|
+
(attr: FilterProps): JSX.Element;
|
|
731
|
+
displayName: string;
|
|
732
|
+
};
|
|
733
|
+
|
|
734
|
+
export declare const FilterIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
735
|
+
|
|
736
|
+
declare interface FilterOptions {
|
|
737
|
+
/**
|
|
738
|
+
* Dropdown floating-ui placement default is 'bottom-start'
|
|
739
|
+
*/
|
|
740
|
+
placement?: Placement;
|
|
741
|
+
open?: boolean;
|
|
742
|
+
onOpenChange?: (open: boolean) => void;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
export declare type FilterProps = BaseFilterProps & ({
|
|
746
|
+
onSearchChange?: undefined;
|
|
747
|
+
clearSearch?: undefined;
|
|
748
|
+
externalSearchQuery?: undefined;
|
|
749
|
+
} | {
|
|
750
|
+
onSearchChange: (value: string, localOptions: Option_2[]) => void;
|
|
751
|
+
clearSearch: (localOptions: Option_2[]) => void;
|
|
752
|
+
externalSearchQuery: string;
|
|
753
|
+
});
|
|
754
|
+
|
|
755
|
+
export declare const FlagIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
756
|
+
|
|
757
|
+
export declare const FolderIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
758
|
+
|
|
759
|
+
export declare const FolderShareIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
760
|
+
|
|
761
|
+
export declare const FontsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
762
|
+
|
|
763
|
+
export declare const FootballIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
764
|
+
|
|
765
|
+
export declare const GalleryIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
766
|
+
|
|
767
|
+
export declare const GhostButton: ForwardRefExoticComponent<GhostButtonProps & RefAttributes<HTMLButtonElement>>;
|
|
768
|
+
|
|
769
|
+
declare type GhostButtonIconPosition = 'leading' | 'trailing';
|
|
770
|
+
|
|
771
|
+
export declare interface GhostButtonProps extends BaseGhostButtonProps {
|
|
772
|
+
/**
|
|
773
|
+
* Refers to the child element of the ghost button
|
|
774
|
+
*/
|
|
775
|
+
children?: string;
|
|
776
|
+
/**
|
|
777
|
+
* Disabled state of the ghost button
|
|
778
|
+
*/
|
|
779
|
+
disabled?: boolean;
|
|
780
|
+
/**
|
|
781
|
+
* The icon of the button
|
|
782
|
+
*/
|
|
783
|
+
icon?: ReactElement<SVGAttributes<SVGElement>>;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
declare type GhostButtonVariant = 'primary' | 'secondary' | 'critical';
|
|
787
|
+
|
|
788
|
+
export declare const GlobeIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
789
|
+
|
|
790
|
+
export declare const GridIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
791
|
+
|
|
792
|
+
export declare const GroupConversationAddIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
793
|
+
|
|
794
|
+
export declare const GroupConversationAdminIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
795
|
+
|
|
796
|
+
export declare const GroupConversationIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
797
|
+
|
|
798
|
+
export declare const GroupConversationLeaveIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
799
|
+
|
|
800
|
+
export declare function Growl(props: GrowlProps): ReactElement;
|
|
801
|
+
|
|
802
|
+
export declare namespace Growl {
|
|
803
|
+
var displayName: string;
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
export declare function GrowlContainer(props: {
|
|
807
|
+
children?: ReactNode;
|
|
808
|
+
}): JSX.Element;
|
|
809
|
+
|
|
810
|
+
export declare namespace GrowlContainer {
|
|
811
|
+
var displayName: string;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
export declare interface GrowlProps {
|
|
815
|
+
/**
|
|
816
|
+
* Refers to the child element of the growl
|
|
817
|
+
*/
|
|
818
|
+
children: ReactNode;
|
|
819
|
+
/**
|
|
820
|
+
* The colors of the component
|
|
821
|
+
*/
|
|
822
|
+
variant?: GrowlVariant;
|
|
823
|
+
/**
|
|
824
|
+
* optional className prop for styling
|
|
825
|
+
*/
|
|
826
|
+
className?: string;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
declare type GrowlVariant = 'success' | 'critical' | 'info';
|
|
830
|
+
|
|
831
|
+
export declare const HamburgerMenuIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
832
|
+
|
|
833
|
+
export declare const HeartAltIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
834
|
+
|
|
835
|
+
export declare const HeartIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
836
|
+
|
|
837
|
+
export declare const HelpButton: ForwardRefExoticComponent<HelpButtonProps & RefAttributes<HTMLButtonElement>>;
|
|
838
|
+
|
|
839
|
+
export declare interface HelpButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
|
|
840
|
+
/**
|
|
841
|
+
* `title` is required to introduce machine-readable text to the component
|
|
842
|
+
*/
|
|
843
|
+
title: string;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
export declare const HierarchyChartIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
847
|
+
|
|
848
|
+
export declare const HomeIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
849
|
+
|
|
850
|
+
export declare const HouseIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
851
|
+
|
|
852
|
+
export declare const Icon: ({ name, ...props }: IconProps) => ReactElement | null;
|
|
853
|
+
|
|
854
|
+
export declare const IconButton: ForwardRefExoticComponent<IconButtonProps & RefAttributes<HTMLButtonElement>>;
|
|
855
|
+
|
|
856
|
+
export declare interface IconButtonProps extends Omit<BaseButtonProps, 'children'> {
|
|
857
|
+
icon: ReactElement<SVGAttributes<SVGElement>>;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
export declare const IconGhostButton: ForwardRefExoticComponent<IconGhostButtonProps & RefAttributes<HTMLButtonElement>>;
|
|
861
|
+
|
|
862
|
+
export declare interface IconGhostButtonProps extends Omit<BaseGhostButtonProps, 'children'> {
|
|
863
|
+
icon: ReactElement<SVGAttributes<SVGElement>>;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
declare const iconList: {
|
|
867
|
+
readonly add: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
868
|
+
readonly 'add-circle': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
869
|
+
readonly 'ai-sparkles': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
870
|
+
readonly AIPU: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
871
|
+
readonly alarm: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
872
|
+
readonly alert: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
873
|
+
readonly 'alt-alternate': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
874
|
+
readonly archive: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
875
|
+
readonly 'arrow-down': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
876
|
+
readonly 'arrow-left': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
877
|
+
readonly 'arrow-right': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
878
|
+
readonly 'arrow-up': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
879
|
+
readonly artboard: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
880
|
+
readonly attachment: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
881
|
+
readonly 'bar-chart': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
882
|
+
readonly bell: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
883
|
+
readonly 'bell-alt': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
884
|
+
readonly bin: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
885
|
+
readonly 'block-quote': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
886
|
+
readonly bookmark: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
887
|
+
readonly 'bookmark-alt': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
888
|
+
readonly 'bookmark-off': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
889
|
+
readonly 'bookmark-on': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
890
|
+
readonly briefcase: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
891
|
+
readonly bulb: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
892
|
+
readonly 'bullet-list': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
893
|
+
readonly burger: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
894
|
+
readonly calendar: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
895
|
+
readonly camera: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
896
|
+
readonly 'caret-down': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
897
|
+
readonly 'caret-first': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
898
|
+
readonly 'caret-last': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
899
|
+
readonly 'caret-left': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
900
|
+
readonly 'caret-right': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
901
|
+
readonly 'caret-up': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
902
|
+
readonly 'chat-opt-out': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
903
|
+
readonly check: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
904
|
+
readonly 'check-circle': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
905
|
+
readonly 'check-circle-alt': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
906
|
+
readonly 'christmas-tree': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
907
|
+
readonly 'circle-down': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
908
|
+
readonly 'circle-up': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
909
|
+
readonly click: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
910
|
+
readonly clock: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
911
|
+
readonly close: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
912
|
+
readonly 'close-circle': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
913
|
+
readonly cloud: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
914
|
+
readonly 'color-palette': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
915
|
+
readonly comment: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
916
|
+
readonly 'comment-alt': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
917
|
+
readonly 'connection-off': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
918
|
+
readonly copy: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
919
|
+
readonly crop: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
920
|
+
readonly dash: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
921
|
+
readonly dashboard: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
922
|
+
readonly desktop: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
923
|
+
readonly dot: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
924
|
+
readonly 'double-check': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
925
|
+
readonly download: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
926
|
+
readonly 'drag-handle': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
927
|
+
readonly edit: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
928
|
+
readonly ellipsis: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
929
|
+
readonly email: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
930
|
+
readonly 'email-bounces': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
931
|
+
readonly 'email-contacts': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
932
|
+
readonly 'email-follow-up': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
933
|
+
readonly 'email-open': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
934
|
+
readonly 'email-teams': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
935
|
+
readonly expand: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
936
|
+
readonly 'expand-horizontal': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
937
|
+
readonly 'expand-vertical': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
938
|
+
readonly 'feature-analytics': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
939
|
+
readonly 'feature-campaigns': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
940
|
+
readonly 'feature-editorial-calendar': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
941
|
+
readonly 'feature-employee-email': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
942
|
+
readonly 'feature-news-page': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
943
|
+
readonly file: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
944
|
+
readonly 'file-archive': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
945
|
+
readonly 'file-audio': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
946
|
+
readonly 'file-code': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
947
|
+
readonly 'file-image': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
948
|
+
readonly 'file-pdf': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
949
|
+
readonly 'file-presentation': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
950
|
+
readonly 'file-share': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
951
|
+
readonly 'file-sheet': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
952
|
+
readonly 'file-size': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
953
|
+
readonly 'file-stack': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
954
|
+
readonly 'file-text': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
955
|
+
readonly 'file-upload': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
956
|
+
readonly 'file-video': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
957
|
+
readonly 'files-manager': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
958
|
+
readonly filter: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
959
|
+
readonly flag: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
960
|
+
readonly folder: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
961
|
+
readonly 'folder-share': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
962
|
+
readonly fonts: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
963
|
+
readonly football: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
964
|
+
readonly gallery: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
965
|
+
readonly globe: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
966
|
+
readonly grid: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
967
|
+
readonly 'group-conversation': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
968
|
+
readonly 'group-conversation-add': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
969
|
+
readonly 'group-conversation-admin': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
970
|
+
readonly 'group-conversation-leave': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
971
|
+
readonly 'hamburger-menu': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
972
|
+
readonly heart: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
973
|
+
readonly 'heart-alt': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
974
|
+
readonly 'hierarchy-chart': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
975
|
+
readonly home: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
976
|
+
readonly house: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
977
|
+
readonly image: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
978
|
+
readonly 'image-upload': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
979
|
+
readonly info: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
980
|
+
readonly 'instant-post': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
981
|
+
readonly 'journey-start': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
982
|
+
readonly key: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
983
|
+
readonly language: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
984
|
+
readonly 'language-globe': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
985
|
+
readonly laptop: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
986
|
+
readonly launchpad: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
987
|
+
readonly library: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
988
|
+
readonly 'line-chart': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
989
|
+
readonly link: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
990
|
+
readonly lock: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
991
|
+
readonly 'lock-alt': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
992
|
+
readonly login: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
993
|
+
readonly logout: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
994
|
+
readonly 'magic-wand': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
995
|
+
readonly 'map-pin': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
996
|
+
readonly 'merge-left': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
997
|
+
readonly 'merge-right': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
998
|
+
readonly 'minus-circle': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
999
|
+
readonly mobile: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1000
|
+
readonly move: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1001
|
+
readonly 'move-down': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1002
|
+
readonly 'move-left': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1003
|
+
readonly 'move-right': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1004
|
+
readonly 'move-sides': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1005
|
+
readonly 'move-up': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1006
|
+
readonly 'multiple-choice-question': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1007
|
+
readonly 'network-chart': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1008
|
+
readonly 'new-conversation': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1009
|
+
readonly 'nps-question': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1010
|
+
readonly 'number-list': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1011
|
+
readonly office: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1012
|
+
readonly 'open-out': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1013
|
+
readonly 'paragraph-center-align': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1014
|
+
readonly 'paragraph-left-align': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1015
|
+
readonly 'paragraph-right-align': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1016
|
+
readonly pause: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1017
|
+
readonly people: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1018
|
+
readonly phone: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1019
|
+
readonly 'picture-gallery': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1020
|
+
readonly 'pie-chart': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1021
|
+
readonly play: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1022
|
+
readonly plugin: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1023
|
+
readonly 'plugin-absence': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1024
|
+
readonly 'plugin-calendar': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1025
|
+
readonly 'plugin-chat': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1026
|
+
readonly 'plugin-colleague-quiz': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1027
|
+
readonly 'plugin-embedded-pages': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1028
|
+
readonly 'plugin-event-registration': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1029
|
+
readonly 'plugin-facebook-pages': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1030
|
+
readonly 'plugin-forms': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1031
|
+
readonly 'plugin-integrated-content': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1032
|
+
readonly 'plugin-journeys': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1033
|
+
readonly 'plugin-links': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1034
|
+
readonly 'plugin-maps': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1035
|
+
readonly 'plugin-meal-plan': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1036
|
+
readonly 'plugin-microsoft365-calendar': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1037
|
+
readonly 'plugin-netigate': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1038
|
+
readonly 'plugin-network': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1039
|
+
readonly 'plugin-news': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1040
|
+
readonly 'plugin-office365-files': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1041
|
+
readonly 'plugin-pages': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1042
|
+
readonly 'plugin-quiz-calendar': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1043
|
+
readonly 'plugin-SAML-integrations': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1044
|
+
readonly 'plugin-SAP-fiori': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1045
|
+
readonly 'plugin-shift-plan': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1046
|
+
readonly 'plugin-survey-monkey': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1047
|
+
readonly 'plugin-surveys': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1048
|
+
readonly 'plugin-third-party': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1049
|
+
readonly poll: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1050
|
+
readonly print: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1051
|
+
readonly question: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1052
|
+
readonly 'quicklink-campaigns': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1053
|
+
readonly 'quicklink-comments': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1054
|
+
readonly 'quicklink-editorial-calendar': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1055
|
+
readonly 'quicklink-email': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1056
|
+
readonly 'quicklink-event-registration': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1057
|
+
readonly 'quicklink-forms': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1058
|
+
readonly 'quicklink-journeys': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1059
|
+
readonly 'quicklink-launchpad': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1060
|
+
readonly 'quicklink-menu': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1061
|
+
readonly 'quicklink-news': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1062
|
+
readonly 'quicklink-pages': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1063
|
+
readonly 'quicklink-survey': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1064
|
+
readonly quiz: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1065
|
+
readonly redo: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1066
|
+
readonly refresh: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1067
|
+
readonly 'replace-file': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1068
|
+
readonly 'resize-expand': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1069
|
+
readonly restore: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1070
|
+
readonly 'rounded-corners': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1071
|
+
readonly rss: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1072
|
+
readonly search: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1073
|
+
readonly send: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1074
|
+
readonly settings: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1075
|
+
readonly 'share-android': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1076
|
+
readonly 'share-ios': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1077
|
+
readonly shrink: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1078
|
+
readonly 'sidebar-left': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1079
|
+
readonly 'sidebar-right': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1080
|
+
readonly 'slider-question': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1081
|
+
readonly snowflake: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1082
|
+
readonly sort: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1083
|
+
readonly sound: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1084
|
+
readonly 'sound-alt': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1085
|
+
readonly spaces: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1086
|
+
readonly 'spaces-alt': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1087
|
+
readonly split: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1088
|
+
readonly star: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1089
|
+
readonly 'star-alt': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1090
|
+
readonly tablet: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1091
|
+
readonly tag: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1092
|
+
readonly text: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1093
|
+
readonly 'text-bold': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1094
|
+
readonly 'text-formatting-caps': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1095
|
+
readonly 'text-formatting-small-caps': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1096
|
+
readonly 'text-formatting-text-style': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1097
|
+
readonly 'text-italic': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1098
|
+
readonly 'text-question': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1099
|
+
readonly 'text-strike-through': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1100
|
+
readonly 'text-summarise': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1101
|
+
readonly 'text-tormatting-arrange-spacing': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1102
|
+
readonly 'text-underline': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1103
|
+
readonly 'thumb-down': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1104
|
+
readonly 'thumb-down-alt': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1105
|
+
readonly 'thumb-up': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1106
|
+
readonly 'thumb-up-alt': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1107
|
+
readonly 'translation-on': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1108
|
+
readonly undo: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1109
|
+
readonly unlink: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1110
|
+
readonly upload: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1111
|
+
readonly user: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1112
|
+
readonly 'user-add': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1113
|
+
readonly 'user-comment': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1114
|
+
readonly 'user-deactivated': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1115
|
+
readonly 'user-deleted': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1116
|
+
readonly 'user-edit': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1117
|
+
readonly 'user-group': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1118
|
+
readonly 'user-group-add': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1119
|
+
readonly 'user-invited': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1120
|
+
readonly 'user-new': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1121
|
+
readonly 'user-pending': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1122
|
+
readonly 'user-registered': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1123
|
+
readonly video: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1124
|
+
readonly 'video-camera': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1125
|
+
readonly 'video-embed': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1126
|
+
readonly 'video-upload': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1127
|
+
readonly view: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1128
|
+
readonly 'view-alt': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1129
|
+
readonly warning: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1130
|
+
readonly watch: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
1131
|
+
};
|
|
1132
|
+
|
|
1133
|
+
export declare type IconName = keyof typeof iconList;
|
|
1134
|
+
|
|
1135
|
+
export declare const iconNames: IconName[];
|
|
1136
|
+
|
|
1137
|
+
declare interface IconProps {
|
|
1138
|
+
name: IconName;
|
|
1139
|
+
className?: string;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
declare type IconSize = '40px' | '96px';
|
|
1143
|
+
|
|
1144
|
+
export declare const ImageIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1145
|
+
|
|
1146
|
+
export declare const ImageUploadIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1147
|
+
|
|
1148
|
+
export declare const InfoIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1149
|
+
|
|
1150
|
+
declare interface InputProps extends Combobox.Input.Props {
|
|
1151
|
+
leadingIcon?: ReactNode;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
export declare const InstantPostIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1155
|
+
|
|
1156
|
+
declare interface ItemProps extends Menu_2.Item.Props {
|
|
1157
|
+
variant?: 'neutral' | 'critical';
|
|
1158
|
+
leadingIcon?: ReactNode;
|
|
1159
|
+
description?: string;
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
export declare const JourneyStartIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1163
|
+
|
|
1164
|
+
export declare const KeyIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1165
|
+
|
|
1166
|
+
export declare const LanguageGlobeIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1167
|
+
|
|
1168
|
+
export declare const LanguageIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1169
|
+
|
|
1170
|
+
export declare const LaptopIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1171
|
+
|
|
1172
|
+
export declare const LaunchpadIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1173
|
+
|
|
1174
|
+
export declare const LibraryIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1175
|
+
|
|
1176
|
+
export declare const LineChartIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1177
|
+
|
|
1178
|
+
export declare const LinkIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1179
|
+
|
|
1180
|
+
export declare const LoadingSpinner: ForwardRefExoticComponent<Omit<LoadingSpinnerProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1181
|
+
|
|
1182
|
+
declare interface LoadingSpinnerProps extends ComponentProps<'div'> {
|
|
1183
|
+
progress?: number;
|
|
1184
|
+
size?: 64 | 48 | 24 | 12;
|
|
1185
|
+
'aria-label': string;
|
|
1186
|
+
className?: string;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
export declare const LockAltIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1190
|
+
|
|
1191
|
+
export declare const LockIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1192
|
+
|
|
1193
|
+
export declare const LoginIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1194
|
+
|
|
1195
|
+
export declare const LogoutIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1196
|
+
|
|
1197
|
+
export declare const MagicWandIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1198
|
+
|
|
1199
|
+
export declare const MapPinIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1200
|
+
|
|
1201
|
+
export declare const Menu: {
|
|
1202
|
+
Root: (props: Menu_2.Root.Props) => JSX.Element;
|
|
1203
|
+
Trigger: (props: TriggerProps_4) => JSX.Element;
|
|
1204
|
+
Popup: ForwardRefExoticComponent<Omit<PopupProps_4, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1205
|
+
Item: ForwardRefExoticComponent<Omit<ItemProps, "ref"> & RefAttributes<HTMLElement>>;
|
|
1206
|
+
Separator: ForwardRefExoticComponent<Omit< SeparatorProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1207
|
+
Group: ForwardRefExoticComponent<Omit< ContextMenuGroupProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1208
|
+
GroupLabel: ForwardRefExoticComponent<Omit< ContextMenuGroupLabelProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1209
|
+
RadioItem: ForwardRefExoticComponent<Omit< ContextMenuRadioItemProps, "ref"> & RefAttributes<HTMLElement>>;
|
|
1210
|
+
RadioGroup: NamedExoticComponent<Omit< ContextMenuRadioGroupProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1211
|
+
SubMenuRoot: typeof Menu_2.SubmenuRoot;
|
|
1212
|
+
SubMenuTrigger: ForwardRefExoticComponent<Omit<SubMenuTriggerProps, "ref"> & RefAttributes<HTMLElement>>;
|
|
1213
|
+
};
|
|
1214
|
+
|
|
1215
|
+
export declare const MergeLeftIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1216
|
+
|
|
1217
|
+
export declare const MergeRightIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1218
|
+
|
|
1219
|
+
export declare const MinusCircleIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1220
|
+
|
|
1221
|
+
export declare const MobileIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1222
|
+
|
|
1223
|
+
/** @deprecated use Dialog component instead */
|
|
1224
|
+
export declare function Modal(props: ModalProps): ReactElement;
|
|
1225
|
+
|
|
1226
|
+
export declare namespace Modal {
|
|
1227
|
+
var displayName: string;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
/** @deprecated use Alert Dialog component instead */
|
|
1231
|
+
export declare function ModalDialog(props: ModalDialogProps): ReactElement;
|
|
1232
|
+
|
|
1233
|
+
export declare namespace ModalDialog {
|
|
1234
|
+
var displayName: string;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
export declare interface ModalDialogProps {
|
|
1238
|
+
/**
|
|
1239
|
+
* The text of the cancel button.
|
|
1240
|
+
*/
|
|
1241
|
+
cancelButtonText: string;
|
|
1242
|
+
/**
|
|
1243
|
+
* The text of the confirmation button.
|
|
1244
|
+
*/
|
|
1245
|
+
confirmButtonText: string;
|
|
1246
|
+
/**
|
|
1247
|
+
* The variant of the confirmation button.
|
|
1248
|
+
* @default 'primary'
|
|
1249
|
+
*/
|
|
1250
|
+
confirmButtonVariant?: ButtonVariant;
|
|
1251
|
+
/**
|
|
1252
|
+
* An optional icon to display.
|
|
1253
|
+
*/
|
|
1254
|
+
icon?: ReactElement<SVGAttributes<SVGElement>>;
|
|
1255
|
+
/**
|
|
1256
|
+
* Controls the visibility of the modal dialog.
|
|
1257
|
+
*/
|
|
1258
|
+
isOpen: boolean;
|
|
1259
|
+
/**
|
|
1260
|
+
* The callback function called when the confirmation button is clicked.
|
|
1261
|
+
*/
|
|
1262
|
+
onConfirm: () => void;
|
|
1263
|
+
/**
|
|
1264
|
+
* The callback function called when the cancel button is clicked.
|
|
1265
|
+
*/
|
|
1266
|
+
onCancel: () => void;
|
|
1267
|
+
/**
|
|
1268
|
+
* The text content of the modal dialog.
|
|
1269
|
+
*/
|
|
1270
|
+
text: string;
|
|
1271
|
+
/**
|
|
1272
|
+
* The title of the modal dialog.
|
|
1273
|
+
*/
|
|
1274
|
+
title: string;
|
|
1275
|
+
/**
|
|
1276
|
+
* Optional classname prop for styling
|
|
1277
|
+
*/
|
|
1278
|
+
className?: string;
|
|
1279
|
+
/**
|
|
1280
|
+
* Optional additional classname prop for styling modal overlay (usefull for lifting modal dialog above other elements using z-index)
|
|
1281
|
+
*/
|
|
1282
|
+
overlayClassName?: string;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
/** @deprecated use Dialog component instead */
|
|
1286
|
+
export declare interface ModalProps {
|
|
1287
|
+
/**
|
|
1288
|
+
* The title of the modal component.
|
|
1289
|
+
*/
|
|
1290
|
+
title: string;
|
|
1291
|
+
/**
|
|
1292
|
+
* Optional addon element displayed next to the title (e.g., Badge, Pill).
|
|
1293
|
+
*/
|
|
1294
|
+
titleAddon?: ReactNode;
|
|
1295
|
+
/**
|
|
1296
|
+
* The text of the cancel button.
|
|
1297
|
+
*/
|
|
1298
|
+
cancelButtonText?: string;
|
|
1299
|
+
/**
|
|
1300
|
+
* The callback function called when a click on a cancel button or outside the modal occurs.
|
|
1301
|
+
*/
|
|
1302
|
+
onCancel: () => void;
|
|
1303
|
+
/**
|
|
1304
|
+
* The text of the header button.
|
|
1305
|
+
*/
|
|
1306
|
+
headerButtonText?: string;
|
|
1307
|
+
/**
|
|
1308
|
+
* The optional callback function called when the header button is clicked.
|
|
1309
|
+
*/
|
|
1310
|
+
onHeaderButtonClick?: () => void;
|
|
1311
|
+
/**
|
|
1312
|
+
* The text of the footer button.
|
|
1313
|
+
*/
|
|
1314
|
+
footerButtonText?: string;
|
|
1315
|
+
/**
|
|
1316
|
+
* The variant of the confirmation button.
|
|
1317
|
+
* @default 'primary'
|
|
1318
|
+
*/
|
|
1319
|
+
footerButtonVariant?: ButtonVariant;
|
|
1320
|
+
/**
|
|
1321
|
+
* The optional callback function called when the footer button is clicked.
|
|
1322
|
+
*/
|
|
1323
|
+
onFooterButtonClick?: () => void;
|
|
1324
|
+
/**
|
|
1325
|
+
* Disables the footer button.
|
|
1326
|
+
*/
|
|
1327
|
+
disableFooterButton?: boolean;
|
|
1328
|
+
/**
|
|
1329
|
+
* Controls the visibility of the modal.
|
|
1330
|
+
* @default false
|
|
1331
|
+
*/
|
|
1332
|
+
isOpen?: boolean;
|
|
1333
|
+
/**
|
|
1334
|
+
* Controls the ability to scroll the Modal Content
|
|
1335
|
+
* @default false
|
|
1336
|
+
*/
|
|
1337
|
+
scroll?: boolean;
|
|
1338
|
+
/**
|
|
1339
|
+
* optional main content of the modal
|
|
1340
|
+
*/
|
|
1341
|
+
children?: ReactNode;
|
|
1342
|
+
/**
|
|
1343
|
+
* Controls the visibility of the close button.
|
|
1344
|
+
* @default false
|
|
1345
|
+
*/
|
|
1346
|
+
showHeaderCancelButton?: boolean;
|
|
1347
|
+
/**
|
|
1348
|
+
* Controls the visibility of the confirm button in the header.
|
|
1349
|
+
* @default false
|
|
1350
|
+
*/
|
|
1351
|
+
showHeaderButton?: boolean;
|
|
1352
|
+
/**
|
|
1353
|
+
* Controls whether the optional header button is either a Button or a GhostButton
|
|
1354
|
+
* @default true
|
|
1355
|
+
*/
|
|
1356
|
+
headerButtonIsGhost?: boolean;
|
|
1357
|
+
/**
|
|
1358
|
+
* The optional content of the header
|
|
1359
|
+
*/
|
|
1360
|
+
headerContent?: ReactNode;
|
|
1361
|
+
/**
|
|
1362
|
+
* Controls the visibility of the optional footer
|
|
1363
|
+
* @default false
|
|
1364
|
+
*/
|
|
1365
|
+
hideFooter?: boolean;
|
|
1366
|
+
/**
|
|
1367
|
+
* The optional content of the footer
|
|
1368
|
+
*/
|
|
1369
|
+
footerContent?: ReactNode;
|
|
1370
|
+
/**
|
|
1371
|
+
* Optional classname prop for styling
|
|
1372
|
+
*/
|
|
1373
|
+
className?: string;
|
|
1374
|
+
/**
|
|
1375
|
+
* Optional additional classname prop for styling modal overlay (usefull for lifting modal dialog above other elements using z-index)
|
|
1376
|
+
*/
|
|
1377
|
+
overlayClassName?: string;
|
|
1378
|
+
/**
|
|
1379
|
+
* Controls the visibility of the modal when a click outside the modal occurs.
|
|
1380
|
+
* @default false
|
|
1381
|
+
*/
|
|
1382
|
+
keepOnBackdropClick?: boolean;
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1385
|
+
export declare const MoveDownIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1386
|
+
|
|
1387
|
+
export declare const MoveIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1388
|
+
|
|
1389
|
+
export declare const MoveLeftIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1390
|
+
|
|
1391
|
+
export declare const MoveRightIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1392
|
+
|
|
1393
|
+
export declare const MoveSidesIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1394
|
+
|
|
1395
|
+
export declare const MoveUpIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1396
|
+
|
|
1397
|
+
export declare const MultipleChoiceQuestionIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1398
|
+
|
|
1399
|
+
export declare const NetworkChartIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1400
|
+
|
|
1401
|
+
export declare const NewConversationIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1402
|
+
|
|
1403
|
+
export declare const NpsQuestionIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1404
|
+
|
|
1405
|
+
export declare const NumberListIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1406
|
+
|
|
1407
|
+
export declare const NumberStepper: {
|
|
1408
|
+
Root: ForwardRefExoticComponent<Omit< NumberFieldRootProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1409
|
+
Increment: ForwardRefExoticComponent<Omit< NumberFieldIncrementProps, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1410
|
+
Input: ForwardRefExoticComponent<Omit< NumberFieldInputProps, "ref"> & RefAttributes<HTMLInputElement>>;
|
|
1411
|
+
Decrement: ForwardRefExoticComponent<Omit< NumberFieldDecrementProps, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1412
|
+
};
|
|
1413
|
+
|
|
1414
|
+
export declare const OfficeIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1415
|
+
|
|
1416
|
+
export declare const OpenOutIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1417
|
+
|
|
1418
|
+
declare interface Option_2 {
|
|
1419
|
+
label: string;
|
|
1420
|
+
selected: boolean;
|
|
1421
|
+
id: string | number;
|
|
1422
|
+
key?: string | number;
|
|
1423
|
+
index?: number;
|
|
1424
|
+
props?: Record<string, unknown>;
|
|
1425
|
+
selectedButNotYetApplied?: boolean;
|
|
1426
|
+
}
|
|
1427
|
+
export { Option_2 as Option }
|
|
1428
|
+
|
|
1429
|
+
export declare const ParagraphCenterAlignIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1430
|
+
|
|
1431
|
+
export declare const ParagraphLeftAlignIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1432
|
+
|
|
1433
|
+
export declare const ParagraphRightAlignIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1434
|
+
|
|
1435
|
+
export declare const PauseIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1436
|
+
|
|
1437
|
+
export declare const PeopleIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1438
|
+
|
|
1439
|
+
export declare const PhoneIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1440
|
+
|
|
1441
|
+
export declare const PictureGalleryIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1442
|
+
|
|
1443
|
+
export declare const PieChartIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1444
|
+
|
|
1445
|
+
export declare const Pill: ForwardRefExoticComponent<Omit<PillProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1446
|
+
|
|
1447
|
+
declare interface PillProps extends ComponentProps<'div'> {
|
|
1448
|
+
color?: 'critical' | 'warning' | 'primary' | 'success' | 'neutral' | 'purple' | 'cyan' | 'pink' | 'teal';
|
|
1449
|
+
variant?: 'solid' | 'outline';
|
|
1450
|
+
children: ReactNode;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
export declare const PlainGrowl: ForwardRefExoticComponent<Omit< ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & {
|
|
1454
|
+
variant?: GrowlVariant;
|
|
1455
|
+
}, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1456
|
+
|
|
1457
|
+
export declare const PlayIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1458
|
+
|
|
1459
|
+
export declare const PluginAbsenceIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1460
|
+
|
|
1461
|
+
export declare const PluginCalendarIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1462
|
+
|
|
1463
|
+
export declare const PluginChatIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1464
|
+
|
|
1465
|
+
export declare const PluginColleagueQuizIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1466
|
+
|
|
1467
|
+
export declare const PluginEmbeddedPagesIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1468
|
+
|
|
1469
|
+
export declare const PluginEventRegistrationIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1470
|
+
|
|
1471
|
+
export declare const PluginFacebookPagesIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1472
|
+
|
|
1473
|
+
export declare const PluginFormsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1474
|
+
|
|
1475
|
+
export declare const PluginIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1476
|
+
|
|
1477
|
+
export declare const PluginIntegratedContentIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1478
|
+
|
|
1479
|
+
export declare const PluginJourneysIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1480
|
+
|
|
1481
|
+
export declare const PluginLinksIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1482
|
+
|
|
1483
|
+
export declare const PluginMapsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1484
|
+
|
|
1485
|
+
export declare const PluginMealPlanIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1486
|
+
|
|
1487
|
+
export declare const PluginMicrosoft365CalendarIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1488
|
+
|
|
1489
|
+
export declare const PluginNetigateIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1490
|
+
|
|
1491
|
+
export declare const PluginNetworkIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1492
|
+
|
|
1493
|
+
export declare const PluginNewsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1494
|
+
|
|
1495
|
+
export declare const PluginOffice365FilesIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1496
|
+
|
|
1497
|
+
export declare const PluginPagesIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1498
|
+
|
|
1499
|
+
export declare const PluginQuizCalendarIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1500
|
+
|
|
1501
|
+
export declare const PluginSAMLIntegrationsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1502
|
+
|
|
1503
|
+
export declare const PluginSAPFioriIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1504
|
+
|
|
1505
|
+
export declare const PluginShiftPlanIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1506
|
+
|
|
1507
|
+
export declare const PluginSurveyMonkeyIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1508
|
+
|
|
1509
|
+
export declare const PluginSurveysIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1510
|
+
|
|
1511
|
+
export declare const PluginThirdPartyIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1512
|
+
|
|
1513
|
+
export declare const PollIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1514
|
+
|
|
1515
|
+
export declare const Popover: {
|
|
1516
|
+
Root: FC<RadixPopover.PopoverProps>;
|
|
1517
|
+
Content: ForwardRefExoticComponent<ContentProps & RefAttributes<HTMLDivElement>>;
|
|
1518
|
+
Trigger: ForwardRefExoticComponent<Omit<RadixPopover.PopoverTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1519
|
+
Close: ForwardRefExoticComponent<PopoverCloseProps & RefAttributes<HTMLButtonElement>>;
|
|
1520
|
+
Anchor: ForwardRefExoticComponent<RadixPopover.PopoverAnchorProps & RefAttributes<HTMLDivElement>>;
|
|
1521
|
+
};
|
|
1522
|
+
|
|
1523
|
+
export declare interface PopoverCloseProps extends Omit<RadixPopover.PopoverCloseProps, 'children' | 'asChild'> {
|
|
1524
|
+
title: string;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
declare interface PopupProps extends AlertDialog_2.Popup.Props, Pick<AlertDialog_2.Portal.Props, 'container'> {
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
declare interface PopupProps_2 extends Drawer.Popup.Props, Pick<Drawer.Portal.Props, 'container'> {
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
declare interface PopupProps_3 extends Dialog_2.Popup.Props, Pick<Dialog_2.Portal.Props, 'container'> {
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
declare interface PopupProps_4 extends Menu_2.Positioner.Props {
|
|
1537
|
+
container?: Menu_2.Portal.Props['container'];
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
declare interface PopupProps_5 extends Combobox.Positioner.Props {
|
|
1541
|
+
container?: Combobox.Portal.Props['container'];
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
declare interface PopupProps_6 extends Combobox.Positioner.Props {
|
|
1545
|
+
container?: Combobox.Portal.Props['container'];
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
declare interface PopupProps_7 extends Select_2.Positioner.Props {
|
|
1549
|
+
container?: Select_2.Portal.Props['container'];
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
export declare const PrintIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1553
|
+
|
|
1554
|
+
export declare const QuestionIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1555
|
+
|
|
1556
|
+
export declare const QuicklinkCampaignsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1557
|
+
|
|
1558
|
+
export declare const QuicklinkCommentsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1559
|
+
|
|
1560
|
+
export declare const QuicklinkEditorialCalendarIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1561
|
+
|
|
1562
|
+
export declare const QuicklinkEmailIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1563
|
+
|
|
1564
|
+
export declare const QuicklinkEventRegistrationIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1565
|
+
|
|
1566
|
+
export declare const QuicklinkFormsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1567
|
+
|
|
1568
|
+
export declare const QuicklinkJourneysIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1569
|
+
|
|
1570
|
+
export declare const QuicklinkLaunchpadIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1571
|
+
|
|
1572
|
+
export declare const QuicklinkMenuIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1573
|
+
|
|
1574
|
+
export declare const QuicklinkNewsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1575
|
+
|
|
1576
|
+
export declare const QuicklinkPagesIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1577
|
+
|
|
1578
|
+
export declare const QuicklinkSurveyIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1579
|
+
|
|
1580
|
+
export declare const QuizIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1581
|
+
|
|
1582
|
+
export declare const Radio: ForwardRefExoticComponent<RadioProps & RefAttributes<HTMLInputElement>>;
|
|
1583
|
+
|
|
1584
|
+
export declare const RadioGroup: ForwardRefExoticComponent<RadioGroupProps & RefAttributes<HTMLInputElement>>;
|
|
1585
|
+
|
|
1586
|
+
export declare interface RadioGroupProps {
|
|
1587
|
+
groupDescription?: string;
|
|
1588
|
+
disableAll?: boolean;
|
|
1589
|
+
groupLabel?: string;
|
|
1590
|
+
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
1591
|
+
options: RadioProps[];
|
|
1592
|
+
groupErrorMessage?: string;
|
|
1593
|
+
errorAriaLive?: 'off' | 'assertive' | 'polite' | undefined;
|
|
1594
|
+
requiredLabel?: string;
|
|
1595
|
+
/**
|
|
1596
|
+
* Optional classname prop for styling
|
|
1597
|
+
*/
|
|
1598
|
+
className?: string;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
export declare interface RadioProps {
|
|
1602
|
+
/**
|
|
1603
|
+
* The radio is checked
|
|
1604
|
+
*/
|
|
1605
|
+
checked?: boolean;
|
|
1606
|
+
/**
|
|
1607
|
+
* The optional description text
|
|
1608
|
+
*/
|
|
1609
|
+
description?: string;
|
|
1610
|
+
/**
|
|
1611
|
+
* Whether the option is disabled
|
|
1612
|
+
*/
|
|
1613
|
+
disabled?: boolean;
|
|
1614
|
+
/**
|
|
1615
|
+
* The required label of the radio
|
|
1616
|
+
*/
|
|
1617
|
+
label: string;
|
|
1618
|
+
/**
|
|
1619
|
+
* The onChange event occurs when selecting the radio value/option
|
|
1620
|
+
*/
|
|
1621
|
+
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
1622
|
+
/**
|
|
1623
|
+
* The required name of the radio to reference the data
|
|
1624
|
+
*/
|
|
1625
|
+
name: string;
|
|
1626
|
+
/**
|
|
1627
|
+
* The required value of the radio
|
|
1628
|
+
*/
|
|
1629
|
+
value: string;
|
|
1630
|
+
/**
|
|
1631
|
+
* Error state of the radio
|
|
1632
|
+
*/
|
|
1633
|
+
hasError?: boolean;
|
|
1634
|
+
/**
|
|
1635
|
+
* Optional classname prop for styling
|
|
1636
|
+
*/
|
|
1637
|
+
className?: string;
|
|
1638
|
+
/**
|
|
1639
|
+
* Optional id prop
|
|
1640
|
+
*/
|
|
1641
|
+
id?: string;
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
export declare const RedoIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1645
|
+
|
|
1646
|
+
export declare const RefreshIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1647
|
+
|
|
1648
|
+
export declare const ReplaceFileIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1649
|
+
|
|
1650
|
+
export declare const ResizeExpandIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1651
|
+
|
|
1652
|
+
export declare const RestoreIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1653
|
+
|
|
1654
|
+
declare interface RootProps extends RadioGroup_2.Props {
|
|
1655
|
+
'aria-label': string;
|
|
1656
|
+
variant?: 'studio' | 'content';
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
export declare const RoundedCornersIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1660
|
+
|
|
1661
|
+
export declare const RssIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1662
|
+
|
|
1663
|
+
export declare const SearchableMultiSelect: {
|
|
1664
|
+
Root: <Value, Multiple extends boolean | undefined = true>(props: Omit<Combobox.Root.Props<Value, Multiple>, "ref">) => JSX.Element;
|
|
1665
|
+
List: ForwardRefExoticComponent<Omit< AutocompleteListProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1666
|
+
Group: ForwardRefExoticComponent<Omit< AutocompleteGroupProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1667
|
+
GroupLabel: ForwardRefExoticComponent<Omit< AutocompleteGroupLabelProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1668
|
+
Popup: ForwardRefExoticComponent<Omit<PopupProps_5, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1669
|
+
Item: ForwardRefExoticComponent<Omit< ComboboxItemProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1670
|
+
Separator: ForwardRefExoticComponent<Omit< SeparatorProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1671
|
+
Input: ForwardRefExoticComponent<Omit< AutocompleteInputProps, "ref"> & RefAttributes<HTMLInputElement>>;
|
|
1672
|
+
Value: (props: ValueProps) => JSX.Element;
|
|
1673
|
+
Chip: ForwardRefExoticComponent<Omit< ComboboxChipProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1674
|
+
Empty: ForwardRefExoticComponent<Omit< AutocompleteEmptyProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1675
|
+
Collection: typeof Combobox.Collection;
|
|
1676
|
+
Status: ForwardRefExoticComponent<Omit< AutocompleteStatusProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1677
|
+
};
|
|
1678
|
+
|
|
1679
|
+
export declare const SearchableSingleSelect: {
|
|
1680
|
+
Root: typeof Combobox.Root;
|
|
1681
|
+
List: ForwardRefExoticComponent<Omit< AutocompleteListProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1682
|
+
Group: ForwardRefExoticComponent<Omit< AutocompleteGroupProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1683
|
+
Status: ForwardRefExoticComponent<Omit< AutocompleteStatusProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1684
|
+
Collection: typeof Combobox.Collection;
|
|
1685
|
+
GroupLabel: ForwardRefExoticComponent<Omit< AutocompleteGroupLabelProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1686
|
+
Popup: ForwardRefExoticComponent<Omit<PopupProps_6, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1687
|
+
Item: ForwardRefExoticComponent<Omit< ComboboxItemProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1688
|
+
ItemIndicator: ForwardRefExoticComponent<Omit< ComboboxItemIndicatorProps, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1689
|
+
Separator: ForwardRefExoticComponent<Omit< SeparatorProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1690
|
+
Input: ForwardRefExoticComponent<Omit<InputProps, "ref"> & RefAttributes<HTMLInputElement>>;
|
|
1691
|
+
Empty: ForwardRefExoticComponent<Omit< AutocompleteEmptyProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1692
|
+
};
|
|
1693
|
+
|
|
1694
|
+
/** @deprecated use Select or SearchableSingleSelect components instead */
|
|
1695
|
+
export declare interface SearchableSingleSelectProps<TOption extends BaseOption> extends SingleSelectBaseProps<TOption> {
|
|
1696
|
+
/**
|
|
1697
|
+
* Value of the input field.
|
|
1698
|
+
*/
|
|
1699
|
+
inputValue: string;
|
|
1700
|
+
/**
|
|
1701
|
+
* Callback to handle user-input.
|
|
1702
|
+
*/
|
|
1703
|
+
onInputChange: (next: string) => void;
|
|
1704
|
+
/**
|
|
1705
|
+
* Optional ref to attach to the select trigger.
|
|
1706
|
+
*/
|
|
1707
|
+
triggerRef?: Ref<HTMLElement>;
|
|
1708
|
+
/**
|
|
1709
|
+
* Determines if the single select should allow user-input.
|
|
1710
|
+
*/
|
|
1711
|
+
searchable: true;
|
|
1712
|
+
ariaLabelledBy?: string;
|
|
1713
|
+
}
|
|
1714
|
+
|
|
1715
|
+
declare interface SearchBaseInputProps extends InputHTMLAttributes<HTMLInputElement> {
|
|
1716
|
+
/**
|
|
1717
|
+
* The title and aria-label of the cancel button
|
|
1718
|
+
* @default Cancel
|
|
1719
|
+
*/
|
|
1720
|
+
cancelButtonTitle?: string;
|
|
1721
|
+
/**
|
|
1722
|
+
* Controls focus state of input element
|
|
1723
|
+
* @default false
|
|
1724
|
+
*/
|
|
1725
|
+
autoFocus?: boolean;
|
|
1726
|
+
/**
|
|
1727
|
+
* The height of the search input.
|
|
1728
|
+
* @default '40px'
|
|
1729
|
+
*/
|
|
1730
|
+
height?: '32px' | '40px';
|
|
1731
|
+
/**
|
|
1732
|
+
* A ref to the input element
|
|
1733
|
+
*/
|
|
1734
|
+
inputRef?: RefObject<HTMLInputElement | null>;
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1737
|
+
export declare const SearchIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1738
|
+
|
|
1739
|
+
export declare function SearchInput(props: SearchInputProps): ReactElement;
|
|
1740
|
+
|
|
1741
|
+
export declare namespace SearchInput {
|
|
1742
|
+
var displayName: string;
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
export declare interface SearchInputProps extends SearchBaseInputProps {
|
|
1746
|
+
/**
|
|
1747
|
+
* Callback function called when cancel button is clicked
|
|
1748
|
+
*/
|
|
1749
|
+
onClear?: () => void;
|
|
1750
|
+
/**
|
|
1751
|
+
* Callback function called when the wrapping search form is submitted
|
|
1752
|
+
*/
|
|
1753
|
+
onSubmit?: () => void;
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1756
|
+
export declare const SegmentedControl: {
|
|
1757
|
+
Root: ForwardRefExoticComponent<Omit<RootProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1758
|
+
Item: ForwardRefExoticComponent<Omit<Radio_2.Root.Props<any>, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1759
|
+
};
|
|
1760
|
+
|
|
1761
|
+
export declare const Select: {
|
|
1762
|
+
Root: typeof Select_2.Root;
|
|
1763
|
+
Popup: ForwardRefExoticComponent<Omit<PopupProps_7, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1764
|
+
Trigger: ForwardRefExoticComponent<Omit<TriggerProps_5, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1765
|
+
List: ForwardRefExoticComponent<Omit< SelectListProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1766
|
+
Item: ForwardRefExoticComponent<Omit< SelectItemProps, "ref"> & RefAttributes<HTMLElement>>;
|
|
1767
|
+
ItemIndicator: ForwardRefExoticComponent<Omit< SelectItemIndicatorProps, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1768
|
+
Separator: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1769
|
+
Value: ForwardRefExoticComponent<Omit< SelectValueProps, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1770
|
+
Group: ForwardRefExoticComponent<Omit< SelectGroupProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1771
|
+
GroupLabel: ForwardRefExoticComponent<Omit< SelectGroupLabelProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1772
|
+
};
|
|
1773
|
+
|
|
1774
|
+
export declare const SendIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1775
|
+
|
|
1776
|
+
export declare const Separator: ForwardRefExoticComponent<Omit<SeparatorProps_2, "ref"> & RefAttributes<HTMLHRElement>>;
|
|
1777
|
+
|
|
1778
|
+
declare interface SeparatorProps_2 extends ComponentProps<'hr'> {
|
|
1779
|
+
orientation?: 'horizontal' | 'vertical';
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
export declare const SettingsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1783
|
+
|
|
1784
|
+
export declare const ShareAndroidIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1785
|
+
|
|
1786
|
+
export declare const ShareIosIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1787
|
+
|
|
1788
|
+
export declare const ShrinkIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1789
|
+
|
|
1790
|
+
export declare const SidebarLeftIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1791
|
+
|
|
1792
|
+
export declare const SidebarRightIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1793
|
+
|
|
1794
|
+
/** @deprecated use Select or SearchableSingleSelect components instead */
|
|
1795
|
+
export declare function SingleSelect<TOption extends BaseOption>(props: SingleSelectProps<TOption>): JSX.Element;
|
|
1796
|
+
|
|
1797
|
+
export declare namespace SingleSelect {
|
|
1798
|
+
var displayName: string;
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1801
|
+
declare interface SingleSelectBaseProps<TOption extends BaseOption> {
|
|
1802
|
+
/**
|
|
1803
|
+
* Array of options to display in the select, must have at least an id field.
|
|
1804
|
+
*/
|
|
1805
|
+
options: TOption[];
|
|
1806
|
+
/**
|
|
1807
|
+
* The currently selected value, undefined if no value is selected.
|
|
1808
|
+
*/
|
|
1809
|
+
value: TOption | undefined;
|
|
1810
|
+
/**
|
|
1811
|
+
* Called when a new item is selected. Parameter is the new item.
|
|
1812
|
+
*/
|
|
1813
|
+
onChange: (next: TOption) => void;
|
|
1814
|
+
/**
|
|
1815
|
+
* Compute rendered string based on option.
|
|
1816
|
+
*/
|
|
1817
|
+
optionLabel: (option: TOption) => string;
|
|
1818
|
+
/**
|
|
1819
|
+
* Optional call-back function that returns the description for each item.
|
|
1820
|
+
* This must be defined if you want to use descriptions in the select options.
|
|
1821
|
+
*/
|
|
1822
|
+
optionDescription?: (option: TOption) => string | undefined;
|
|
1823
|
+
/**
|
|
1824
|
+
* Optional placeholder to show when nothing is selected. If omitted Select will be empty!
|
|
1825
|
+
*/
|
|
1826
|
+
placeholder?: string;
|
|
1827
|
+
/**
|
|
1828
|
+
* Optional label above the select trigger.
|
|
1829
|
+
*/
|
|
1830
|
+
label?: string;
|
|
1831
|
+
/**
|
|
1832
|
+
* Optional description beneath the select trigger.
|
|
1833
|
+
*/
|
|
1834
|
+
description?: string;
|
|
1835
|
+
/**
|
|
1836
|
+
* Validation message to display beneath the select trigger. Will render critical border.
|
|
1837
|
+
*/
|
|
1838
|
+
error?: string;
|
|
1839
|
+
/**
|
|
1840
|
+
* Disables select trigger.
|
|
1841
|
+
*/
|
|
1842
|
+
disabled?: boolean;
|
|
1843
|
+
/**
|
|
1844
|
+
* Optional icon to render in select trigger.
|
|
1845
|
+
*/
|
|
1846
|
+
icon?: ReactElement;
|
|
1847
|
+
/**
|
|
1848
|
+
* Displays a loading spinner instead of options in the dropdown.
|
|
1849
|
+
*/
|
|
1850
|
+
loading?: boolean;
|
|
1851
|
+
/**
|
|
1852
|
+
* Text to render if no options could be found.
|
|
1853
|
+
*/
|
|
1854
|
+
emptyResultText?: string;
|
|
1855
|
+
/**
|
|
1856
|
+
* Optional ref callback to attach to rendered options. Is called with current element value and index of option.
|
|
1857
|
+
*/
|
|
1858
|
+
optionRef?: (el: HTMLElement | null, index: number) => void;
|
|
1859
|
+
/**
|
|
1860
|
+
* Optional ref to attach to the dropdown.
|
|
1861
|
+
*/
|
|
1862
|
+
dropdownRef?: Ref<HTMLDivElement>;
|
|
1863
|
+
/**
|
|
1864
|
+
* Optional flag to show required property
|
|
1865
|
+
*/
|
|
1866
|
+
requiredLabel?: string;
|
|
1867
|
+
/**
|
|
1868
|
+
* Optional tab index for the trigger element.
|
|
1869
|
+
* This prop can be used to implement the 'Roving Tab Index' accessibility pattern:
|
|
1870
|
+
* https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#kbd_roving_tabindex
|
|
1871
|
+
*/
|
|
1872
|
+
triggerTabIndex?: number;
|
|
1873
|
+
/**
|
|
1874
|
+
* Optional handler that is called in the event of trigger focus.
|
|
1875
|
+
*/
|
|
1876
|
+
onTriggerFocus?: (e: FocusEvent_2) => void;
|
|
1877
|
+
/**
|
|
1878
|
+
* Optional handler that is called in the event of trigger blur.
|
|
1879
|
+
*/
|
|
1880
|
+
onTriggerBlur?: (e: FocusEvent_2) => void;
|
|
1881
|
+
/**
|
|
1882
|
+
* Optional handler that is called in the event of trigger mouse down.
|
|
1883
|
+
*/
|
|
1884
|
+
onTriggerMouseDown?: (e: MouseEvent_2) => void;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
/** @deprecated use Select or SearchableSingleSelect components instead */
|
|
1888
|
+
export declare type SingleSelectProps<Toption extends BaseOption> = ButtonSingleSelectProps<Toption> | SearchableSingleSelectProps<Toption>;
|
|
1889
|
+
|
|
1890
|
+
export declare const Skeleton: {
|
|
1891
|
+
Avatar: ForwardRefExoticComponent<Omit<AvatarProps_2, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1892
|
+
Text: ForwardRefExoticComponent<Omit<TextProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1893
|
+
Box: ForwardRefExoticComponent<Omit<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "children">, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1894
|
+
};
|
|
1895
|
+
|
|
1896
|
+
export declare const SliderQuestionIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1897
|
+
|
|
1898
|
+
export declare const SnowflakeIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1899
|
+
|
|
1900
|
+
export declare const SortIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1901
|
+
|
|
1902
|
+
export declare const SoundAltIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1903
|
+
|
|
1904
|
+
export declare const SoundIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1905
|
+
|
|
1906
|
+
export declare const SpacesAltIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1907
|
+
|
|
1908
|
+
export declare const SpacesIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1909
|
+
|
|
1910
|
+
export declare const SplitIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1911
|
+
|
|
1912
|
+
export declare const StarAltIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1913
|
+
|
|
1914
|
+
export declare const StarIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1915
|
+
|
|
1916
|
+
export declare const StyleChip: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1917
|
+
|
|
1918
|
+
declare interface SubMenuTriggerProps extends Menu_2.SubmenuTrigger.Props {
|
|
1919
|
+
leadingIcon?: ReactNode;
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
export declare const Switch: ForwardRefExoticComponent<Omit< SwitchRootProps, "ref"> & RefAttributes<HTMLElement>>;
|
|
1923
|
+
|
|
1924
|
+
export declare const TabletIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1925
|
+
|
|
1926
|
+
export declare const Tabs: {
|
|
1927
|
+
Root: ForwardRefExoticComponent<Omit<RadixTabs.TabsProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1928
|
+
List: ForwardRefExoticComponent<Omit<RadixTabs.TabsListProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1929
|
+
Trigger: ForwardRefExoticComponent<Omit<RadixTabs.TabsTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1930
|
+
Content: ForwardRefExoticComponent<Omit<RadixTabs.TabsContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1931
|
+
};
|
|
1932
|
+
|
|
1933
|
+
export declare const TagIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1934
|
+
|
|
1935
|
+
export declare const TextArea: ForwardRefExoticComponent<Omit< InputProps_2 & ClassAttributes<HTMLTextAreaElement> & TextareaHTMLAttributes<HTMLTextAreaElement>, "ref"> & RefAttributes<HTMLElement>>;
|
|
1936
|
+
|
|
1937
|
+
/** @deprecated use new TextArea component instead */
|
|
1938
|
+
export declare function TextAreaDeprecated(props: TextAreaDeprecatedProps): ReactElement;
|
|
1939
|
+
|
|
1940
|
+
export declare namespace TextAreaDeprecated {
|
|
1941
|
+
var displayName: string;
|
|
1942
|
+
}
|
|
1943
|
+
|
|
1944
|
+
/** @deprecated use new TextArea component instead */
|
|
1945
|
+
export declare interface TextAreaDeprecatedProps extends Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, 'onChange' | 'maxLength'> {
|
|
1946
|
+
label: string;
|
|
1947
|
+
inputId?: string;
|
|
1948
|
+
description?: string;
|
|
1949
|
+
handleValueChange?: (event: ChangeEvent<HTMLTextAreaElement>) => void;
|
|
1950
|
+
errorAriaLive?: 'off' | 'assertive' | 'polite' | undefined;
|
|
1951
|
+
errorMessage?: string;
|
|
1952
|
+
limit?: number;
|
|
1953
|
+
resizable?: boolean;
|
|
1954
|
+
requiredLabel?: string;
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1957
|
+
export declare const TextBoldIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1958
|
+
|
|
1959
|
+
export declare const TextField: ForwardRefExoticComponent<Omit<TextFieldProps, "ref"> & RefAttributes<HTMLElement>>;
|
|
1960
|
+
|
|
1961
|
+
declare interface TextFieldProps extends Omit<Input.Props, 'type'> {
|
|
1962
|
+
leadingIcon?: ReactNode;
|
|
1963
|
+
trailingIcon?: ReactNode;
|
|
1964
|
+
type?: Extract<ComponentProps<'input'>['type'], 'text' | 'email' | 'password' | 'tel' | 'url'>;
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
export declare const TextFormattingCapsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1968
|
+
|
|
1969
|
+
export declare const TextFormattingSmallCapsIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1970
|
+
|
|
1971
|
+
export declare const TextFormattingTextStyleIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1972
|
+
|
|
1973
|
+
export declare const TextIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
1974
|
+
|
|
1975
|
+
/** @deprecated use TextField component instead */
|
|
1976
|
+
export declare const TextInput: ForwardRefExoticComponent<TextInputProps & RefAttributes<HTMLInputElement>>;
|
|
1977
|
+
|
|
1978
|
+
export declare interface TextInputProps extends InputHTMLAttributes<HTMLInputElement> {
|
|
1979
|
+
/**
|
|
1980
|
+
* Label shown above the input field
|
|
1981
|
+
*/
|
|
1982
|
+
label: string;
|
|
1983
|
+
/**
|
|
1984
|
+
* Sets the type of the input field.
|
|
1985
|
+
* @default 'text'
|
|
1986
|
+
*/
|
|
1987
|
+
type?: 'email' | 'url' | 'text' | 'password' | 'search' | 'time';
|
|
1988
|
+
/**
|
|
1989
|
+
* Optional Icon to be shown inside the input field
|
|
1990
|
+
*/
|
|
1991
|
+
icon?: ReactElement<SVGAttributes<SVGElement>>;
|
|
1992
|
+
/**
|
|
1993
|
+
* Controls the position of the icon at the beginning or the end of the input field (optional)
|
|
1994
|
+
* @default 'leading'
|
|
1995
|
+
*/
|
|
1996
|
+
iconPosition?: 'trailing' | 'leading';
|
|
1997
|
+
/**
|
|
1998
|
+
* Optional input id
|
|
1999
|
+
*/
|
|
2000
|
+
id?: string;
|
|
2001
|
+
/**
|
|
2002
|
+
* Optional required attribute that appears after the `label`
|
|
2003
|
+
*/
|
|
2004
|
+
requiredLabel?: string;
|
|
2005
|
+
/**
|
|
2006
|
+
* Optional description to be shown below the input field
|
|
2007
|
+
*/
|
|
2008
|
+
description?: string;
|
|
2009
|
+
/**
|
|
2010
|
+
* Error message to be shown as hint below the input field
|
|
2011
|
+
*/
|
|
2012
|
+
errorMessage?: string;
|
|
2013
|
+
/**
|
|
2014
|
+
* Optional ghost variant
|
|
2015
|
+
*/
|
|
2016
|
+
variant?: 'default' | 'ghost';
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
export declare const TextItalicIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2020
|
+
|
|
2021
|
+
declare interface TextProps extends Omit<ComponentProps<'div'>, 'children'> {
|
|
2022
|
+
lines?: number;
|
|
2023
|
+
}
|
|
2024
|
+
|
|
2025
|
+
export declare const TextQuestionIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2026
|
+
|
|
2027
|
+
export declare const TextStrikeThroughIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2028
|
+
|
|
2029
|
+
export declare const TextSummariseIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2030
|
+
|
|
2031
|
+
export declare const TextTormattingArrangeSpacingIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2032
|
+
|
|
2033
|
+
export declare const TextUnderlineIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2034
|
+
|
|
2035
|
+
export declare const ThumbDownAltIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2036
|
+
|
|
2037
|
+
export declare const ThumbDownIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2038
|
+
|
|
2039
|
+
export declare const ThumbUpAltIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2040
|
+
|
|
2041
|
+
export declare const ThumbUpIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2042
|
+
|
|
2043
|
+
/** @deprecated use Switch component instead */
|
|
2044
|
+
export declare function Toggle(props: ToggleProps): ReactElement;
|
|
2045
|
+
|
|
2046
|
+
export declare namespace Toggle {
|
|
2047
|
+
var displayName: string;
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2050
|
+
export declare interface ToggleProps {
|
|
2051
|
+
/**
|
|
2052
|
+
* Refers to the checked state of the toggle
|
|
2053
|
+
*/
|
|
2054
|
+
checked?: boolean;
|
|
2055
|
+
/**
|
|
2056
|
+
* Disables the toggle, label and optional description
|
|
2057
|
+
*/
|
|
2058
|
+
disabled?: boolean;
|
|
2059
|
+
/**
|
|
2060
|
+
* Optional description below the label
|
|
2061
|
+
*/
|
|
2062
|
+
description?: string;
|
|
2063
|
+
/**
|
|
2064
|
+
* Required label of the toggle
|
|
2065
|
+
*/
|
|
2066
|
+
label: string;
|
|
2067
|
+
/**
|
|
2068
|
+
* Sets or returns the value of the name attribute
|
|
2069
|
+
*/
|
|
2070
|
+
name: string;
|
|
2071
|
+
/**
|
|
2072
|
+
* The event when the value of the toggle has been changed
|
|
2073
|
+
*/
|
|
2074
|
+
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
2075
|
+
/**
|
|
2076
|
+
* The reference object of the toggle
|
|
2077
|
+
*/
|
|
2078
|
+
ref?: RefObject<HTMLInputElement>;
|
|
2079
|
+
/**
|
|
2080
|
+
* Refers to space between the label and toggle and if true, it takes position to the end of the container
|
|
2081
|
+
*/
|
|
2082
|
+
spaceBetween?: boolean;
|
|
2083
|
+
/**
|
|
2084
|
+
* Optional classname prop for styling
|
|
2085
|
+
*/
|
|
2086
|
+
className?: string;
|
|
2087
|
+
}
|
|
2088
|
+
|
|
2089
|
+
export declare const Tooltip: {
|
|
2090
|
+
Root: (props: Tooltip_2.Root.Props) => JSX.Element;
|
|
2091
|
+
Content: ForwardRefExoticComponent<Omit<TooltipContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
2092
|
+
Trigger: (props: TooltipTriggerProps) => JSX.Element;
|
|
2093
|
+
};
|
|
2094
|
+
|
|
2095
|
+
declare interface TooltipContentProps extends Tooltip_2.Positioner.Props {
|
|
2096
|
+
variant?: 'inverse' | 'default';
|
|
2097
|
+
is: 'label' | 'description' | 'visual-only';
|
|
2098
|
+
container?: Tooltip_2.Portal.Props['container'];
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2101
|
+
/** @deprecated use Tooltip component instead */
|
|
2102
|
+
export declare function TooltipDeprecated(props: TooltipDeprecatedProps): ReactElement;
|
|
2103
|
+
|
|
2104
|
+
export declare namespace TooltipDeprecated {
|
|
2105
|
+
var displayName: string;
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
declare interface TooltipDeprecatedProps {
|
|
2109
|
+
children: ReactElement;
|
|
2110
|
+
content: ReactNode;
|
|
2111
|
+
placement?: Placement;
|
|
2112
|
+
className?: string;
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
declare interface TooltipTriggerProps extends Omit<Tooltip_2.Trigger.Props, 'children'> {
|
|
2116
|
+
children: Tooltip_2.Trigger.Props['render'];
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
export declare const TranslationOnIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2120
|
+
|
|
2121
|
+
declare interface TriggerProps extends Omit<AlertDialog_2.Trigger.Props, 'children'> {
|
|
2122
|
+
children: AlertDialog_2.Trigger.Props['render'];
|
|
2123
|
+
}
|
|
2124
|
+
|
|
2125
|
+
declare interface TriggerProps_2 extends Omit<Drawer.Trigger.Props, 'children'> {
|
|
2126
|
+
children: Drawer.Trigger.Props['render'];
|
|
2127
|
+
}
|
|
2128
|
+
|
|
2129
|
+
declare interface TriggerProps_3 extends Omit<Dialog_2.Trigger.Props, 'children'> {
|
|
2130
|
+
children: Dialog_2.Trigger.Props['render'];
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
declare interface TriggerProps_4 extends Omit<Menu_2.Trigger.Props, 'children'> {
|
|
2134
|
+
children: Menu_2.Trigger.Props['render'];
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
declare interface TriggerProps_5 extends Select_2.Trigger.Props {
|
|
2138
|
+
leadingIcon?: ReactNode;
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
export declare const UndoIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2142
|
+
|
|
2143
|
+
export declare const UnlinkIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2144
|
+
|
|
2145
|
+
export declare const UploadIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2146
|
+
|
|
2147
|
+
export declare const useActionMenuContext: () => UseActionMenuReturn;
|
|
2148
|
+
|
|
2149
|
+
declare interface UseActionMenuReturn extends UseFloatingReturn, UseInteractionsReturn {
|
|
2150
|
+
open: boolean;
|
|
2151
|
+
setOpen: (open: boolean) => void;
|
|
2152
|
+
activeIndex: number | null;
|
|
2153
|
+
setActiveIndex: (index: number | null) => void;
|
|
2154
|
+
getReferenceProps: (props?: HTMLProps<Element>) => Record<string, unknown>;
|
|
2155
|
+
getFloatingProps: (props?: HTMLProps<HTMLElement>) => Record<string, unknown>;
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
export declare const UserAddIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2159
|
+
|
|
2160
|
+
export declare const UserCommentIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2161
|
+
|
|
2162
|
+
export declare const UserDeactivatedIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2163
|
+
|
|
2164
|
+
export declare const UserDeletedIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2165
|
+
|
|
2166
|
+
export declare const UserEditIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2167
|
+
|
|
2168
|
+
export declare const UserGroupAddIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2169
|
+
|
|
2170
|
+
export declare const UserGroupIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2171
|
+
|
|
2172
|
+
export declare const UserIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2173
|
+
|
|
2174
|
+
export declare const UserInvitedIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2175
|
+
|
|
2176
|
+
export declare const UserNewIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2177
|
+
|
|
2178
|
+
export declare const UserPendingIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2179
|
+
|
|
2180
|
+
export declare const UserRegisteredIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2181
|
+
|
|
2182
|
+
declare interface ValueProps extends Combobox.Value.Props {
|
|
2183
|
+
leadingIcon?: ReactNode;
|
|
2184
|
+
className?: string;
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2187
|
+
declare type Variants = 'loading' | 'dragging' | 'error' | 'hasImage' | 'default';
|
|
2188
|
+
|
|
2189
|
+
export declare const VideoCameraIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2190
|
+
|
|
2191
|
+
export declare const VideoEmbedIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2192
|
+
|
|
2193
|
+
export declare const VideoIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2194
|
+
|
|
2195
|
+
export declare const VideoUploadIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2196
|
+
|
|
2197
|
+
export declare const ViewAltIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2198
|
+
|
|
2199
|
+
export declare const ViewIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2200
|
+
|
|
2201
|
+
export declare const WarningIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2202
|
+
|
|
2203
|
+
export declare const WatchIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
|
|
2204
|
+
|
|
2205
|
+
export { }
|