@backstage/ui 0.15.1-next.0 → 0.16.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/CHANGELOG.md +167 -0
- package/dist/components/Combobox/Combobox.esm.js +150 -52
- package/dist/components/Combobox/Combobox.esm.js.map +1 -1
- package/dist/components/Combobox/Combobox.module.css.esm.js +2 -2
- package/dist/components/Combobox/ComboboxItem.esm.js +76 -0
- package/dist/components/Combobox/ComboboxItem.esm.js.map +1 -0
- package/dist/components/Combobox/ComboboxListBox.esm.js +215 -17
- package/dist/components/Combobox/ComboboxListBox.esm.js.map +1 -1
- package/dist/components/Combobox/definition.esm.js +62 -3
- package/dist/components/Combobox/definition.esm.js.map +1 -1
- package/dist/components/Combobox/useAsyncComboboxState.esm.js +133 -0
- package/dist/components/Combobox/useAsyncComboboxState.esm.js.map +1 -0
- package/dist/components/Header/HeaderNav.esm.js +0 -1
- package/dist/components/Header/HeaderNav.esm.js.map +1 -1
- package/dist/components/Select/Select.esm.js +87 -19
- package/dist/components/Select/Select.esm.js.map +1 -1
- package/dist/components/Select/Select.module.css.esm.js +2 -2
- package/dist/components/Select/SelectContent.esm.js +70 -18
- package/dist/components/Select/SelectContent.esm.js.map +1 -1
- package/dist/components/Select/SelectItem.esm.js +76 -0
- package/dist/components/Select/SelectItem.esm.js.map +1 -0
- package/dist/components/Select/SelectListBox.esm.js +175 -19
- package/dist/components/Select/SelectListBox.esm.js.map +1 -1
- package/dist/components/Select/SelectTrigger.esm.js +1 -1
- package/dist/components/Select/SelectTrigger.esm.js.map +1 -1
- package/dist/components/Select/definition.esm.js +72 -9
- package/dist/components/Select/definition.esm.js.map +1 -1
- package/dist/components/Skeleton/Skeleton.module.css.esm.js +2 -2
- package/dist/components/Skeleton/definition.esm.js +1 -0
- package/dist/components/Skeleton/definition.esm.js.map +1 -1
- package/dist/components/Table/Table.module.css.esm.js +2 -2
- package/dist/components/Table/components/Table.esm.js +60 -57
- package/dist/components/Table/components/Table.esm.js.map +1 -1
- package/dist/components/Table/definition.esm.js +2 -1
- package/dist/components/Table/definition.esm.js.map +1 -1
- package/dist/components/TablePagination/TablePagination.esm.js +4 -1
- package/dist/components/TablePagination/TablePagination.esm.js.map +1 -1
- package/dist/components/Tabs/TabsIndicators.esm.js +155 -108
- package/dist/components/Tabs/TabsIndicators.esm.js.map +1 -1
- package/dist/css/styles.css +4 -4
- package/dist/hooks/useCollectionAdapter.esm.js +67 -0
- package/dist/hooks/useCollectionAdapter.esm.js.map +1 -0
- package/dist/hooks/useDelayedVisibility.esm.js +17 -0
- package/dist/hooks/useDelayedVisibility.esm.js.map +1 -0
- package/dist/hooks/useTrackedSelectionKeys.esm.js +23 -0
- package/dist/hooks/useTrackedSelectionKeys.esm.js.map +1 -0
- package/dist/index.d.ts +742 -77
- package/dist/index.esm.js +5 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/utils/selectableCollection.esm.js +75 -0
- package/dist/utils/selectableCollection.esm.js.map +1 -0
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { CSSProperties, ReactNode, HTMLAttributes, ComponentPropsWithoutRef, ReactElement, ElementType, ComponentPropsWithRef, ComponentProps } from 'react';
|
|
3
|
-
import { DisclosureProps, DisclosureGroupProps, DisclosurePanelProps, HeadingProps, ButtonProps as ButtonProps$1, DatePickerProps as DatePickerProps$1, DateRangePickerProps as DateRangePickerProps$1, ModalOverlayProps, DialogTriggerProps as DialogTriggerProps$1, TabProps as TabProps$1, TabListProps as TabListProps$1, TabPanelProps as TabPanelProps$1, TabsProps as TabsProps$1, LinkProps as LinkProps$1, CheckboxProps as CheckboxProps$1, CheckboxGroupProps as CheckboxGroupProps$1,
|
|
3
|
+
import { DisclosureProps, DisclosureGroupProps, DisclosurePanelProps, HeadingProps, ButtonProps as ButtonProps$1, DatePickerProps as DatePickerProps$1, DateRangePickerProps as DateRangePickerProps$1, ModalOverlayProps, DialogTriggerProps as DialogTriggerProps$1, TabProps as TabProps$1, TabListProps as TabListProps$1, TabPanelProps as TabPanelProps$1, TabsProps as TabsProps$1, LinkProps as LinkProps$1, CheckboxProps as CheckboxProps$1, CheckboxGroupProps as CheckboxGroupProps$1, Key, ComboBoxProps, ListBoxItemRenderProps, ListBoxItemProps, RadioProps as RadioProps$1, RadioGroupProps as RadioGroupProps$1, SliderProps as SliderProps$1, CellProps as CellProps$1, ColumnProps as ColumnProps$1, RowProps as RowProps$1, TableProps as TableProps$1, TableBodyProps as TableBodyProps$1, TableHeaderProps as TableHeaderProps$1, TagProps as TagProps$1, TagListProps, TagGroupProps as TagGroupProps$1, TextFieldProps as TextFieldProps$1, NumberFieldProps as NumberFieldProps$1, TooltipProps as TooltipProps$1, TooltipTriggerComponentProps, PopoverProps as PopoverProps$1, MenuProps as MenuProps$1, ListBoxProps, MenuItemProps as MenuItemProps$1, MenuSectionProps as MenuSectionProps$1, SeparatorProps, MenuTriggerProps as MenuTriggerProps$1, SubmenuTriggerProps as SubmenuTriggerProps$1, SearchFieldProps as SearchFieldProps$1, GridListProps, GridListItemProps, SelectProps as SelectProps$1, SwitchProps as SwitchProps$1, ToggleButtonProps as ToggleButtonProps$1, ToggleButtonGroupProps as ToggleButtonGroupProps$1 } from 'react-aria-components';
|
|
4
4
|
import { DateValue } from '@internationalized/date';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
6
|
import { NavigateOptions } from 'react-router-dom';
|
|
7
|
+
import { AsyncListData } from 'react-stately/useAsyncList';
|
|
8
|
+
export { useAsyncList } from 'react-stately/useAsyncList';
|
|
7
9
|
import { ColumnSize, ColumnStaticSize, SortDescriptor as SortDescriptor$1 } from 'react-stately';
|
|
8
10
|
|
|
9
11
|
/** @public */
|
|
@@ -2121,60 +2123,104 @@ declare const CheckboxGroupDefinition: {
|
|
|
2121
2123
|
};
|
|
2122
2124
|
|
|
2123
2125
|
/** @public */
|
|
2124
|
-
type
|
|
2126
|
+
type LoadingState = AsyncListData<unknown>['loadingState'];
|
|
2127
|
+
/** @public */
|
|
2128
|
+
type AsyncListSource<T> = Pick<AsyncListData<T>, 'items' | 'filterText' | 'setFilterText' | 'loadingState' | 'loadMore'>;
|
|
2129
|
+
/** @public */
|
|
2130
|
+
type LoadingConfig = {
|
|
2131
|
+
state: LoadingState;
|
|
2132
|
+
onLoadMore?: () => void;
|
|
2133
|
+
};
|
|
2134
|
+
/** @public */
|
|
2135
|
+
type IdentifiedOption = {
|
|
2136
|
+
id: string;
|
|
2137
|
+
value?: never;
|
|
2138
|
+
label: string;
|
|
2139
|
+
description?: string;
|
|
2140
|
+
leadingIcon?: ReactNode;
|
|
2141
|
+
disabled?: boolean;
|
|
2142
|
+
};
|
|
2143
|
+
/** @public */
|
|
2144
|
+
type LegacyOption = {
|
|
2145
|
+
/** @deprecated Use id instead. */
|
|
2125
2146
|
value: string;
|
|
2147
|
+
id?: never;
|
|
2126
2148
|
label: string;
|
|
2149
|
+
description?: never;
|
|
2150
|
+
leadingIcon?: never;
|
|
2127
2151
|
disabled?: boolean;
|
|
2128
2152
|
};
|
|
2129
2153
|
/** @public */
|
|
2154
|
+
type Option = IdentifiedOption | LegacyOption;
|
|
2155
|
+
/** @public */
|
|
2130
2156
|
type OptionSection = {
|
|
2131
2157
|
title: string;
|
|
2132
2158
|
options: Option[];
|
|
2133
2159
|
};
|
|
2134
2160
|
/** @public */
|
|
2135
|
-
type
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
* The size of the select field
|
|
2142
|
-
* @defaultValue 'small'
|
|
2143
|
-
*/
|
|
2144
|
-
size?: 'small' | 'medium' | Partial<Record<Breakpoint, 'small' | 'medium'>>;
|
|
2145
|
-
/**
|
|
2146
|
-
* The options of the select field. Pass flat options, option sections for
|
|
2147
|
-
* grouped display, or a mix of both in the same array.
|
|
2148
|
-
*/
|
|
2149
|
-
options?: Array<Option | OptionSection>;
|
|
2150
|
-
/**
|
|
2151
|
-
* Enable search/filter functionality in the dropdown
|
|
2152
|
-
* @defaultValue false
|
|
2153
|
-
*/
|
|
2154
|
-
searchable?: boolean;
|
|
2155
|
-
/**
|
|
2156
|
-
* placeholder text for the search input
|
|
2157
|
-
* only used when searchable is true
|
|
2158
|
-
* @defaultvalue 'search...'
|
|
2159
|
-
*/
|
|
2160
|
-
searchPlaceholder?: string;
|
|
2161
|
-
label?: FieldLabelProps['label'];
|
|
2162
|
-
secondaryLabel?: FieldLabelProps['secondaryLabel'];
|
|
2163
|
-
description?: FieldLabelProps['description'];
|
|
2164
|
-
isRequired?: boolean;
|
|
2165
|
-
className?: string;
|
|
2161
|
+
type NormalizedOption = Omit<IdentifiedOption, 'value'>;
|
|
2162
|
+
|
|
2163
|
+
/** @public */
|
|
2164
|
+
type ComboboxServerItem = {
|
|
2165
|
+
id: Key;
|
|
2166
|
+
textValue: string;
|
|
2166
2167
|
};
|
|
2167
2168
|
/** @public */
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
}
|
|
2175
|
-
|
|
2169
|
+
type ComboboxSearch<T> = true | {
|
|
2170
|
+
mode?: 'client';
|
|
2171
|
+
inputValue?: never;
|
|
2172
|
+
defaultInputValue?: string;
|
|
2173
|
+
onInputChange?: (value: string) => void;
|
|
2174
|
+
filter?: (item: T, query: string) => boolean;
|
|
2175
|
+
} | {
|
|
2176
|
+
mode?: 'client';
|
|
2177
|
+
inputValue: string;
|
|
2178
|
+
defaultInputValue?: never;
|
|
2179
|
+
onInputChange: (value: string) => void;
|
|
2180
|
+
filter?: (item: T, query: string) => boolean;
|
|
2181
|
+
} | {
|
|
2182
|
+
mode: 'server';
|
|
2183
|
+
inputValue: string;
|
|
2184
|
+
defaultInputValue?: never;
|
|
2185
|
+
onInputChange: (value: string) => void;
|
|
2186
|
+
filter?: never;
|
|
2187
|
+
};
|
|
2188
|
+
/** @public */
|
|
2189
|
+
type ComboboxAsyncSearch<T> = true | {
|
|
2190
|
+
mode?: 'client';
|
|
2191
|
+
inputValue?: never;
|
|
2192
|
+
defaultInputValue?: string;
|
|
2193
|
+
onInputChange?: (value: string) => void;
|
|
2194
|
+
filter?: (item: T, query: string) => boolean;
|
|
2195
|
+
} | {
|
|
2196
|
+
mode?: 'client';
|
|
2197
|
+
inputValue: string;
|
|
2198
|
+
defaultInputValue?: never;
|
|
2199
|
+
onInputChange: (value: string) => void;
|
|
2200
|
+
filter?: (item: T, query: string) => boolean;
|
|
2201
|
+
} | {
|
|
2202
|
+
mode: 'server';
|
|
2203
|
+
inputValue?: never;
|
|
2204
|
+
defaultInputValue?: never;
|
|
2205
|
+
onInputChange?: never;
|
|
2206
|
+
filter?: never;
|
|
2207
|
+
};
|
|
2176
2208
|
/** @public */
|
|
2177
|
-
type
|
|
2209
|
+
type ComboboxStaticSearch = true | {
|
|
2210
|
+
mode?: 'client';
|
|
2211
|
+
inputValue?: never;
|
|
2212
|
+
defaultInputValue?: string;
|
|
2213
|
+
onInputChange?: (value: string) => void;
|
|
2214
|
+
filter?: never;
|
|
2215
|
+
} | {
|
|
2216
|
+
mode?: 'client';
|
|
2217
|
+
inputValue: string;
|
|
2218
|
+
defaultInputValue?: never;
|
|
2219
|
+
onInputChange: (value: string) => void;
|
|
2220
|
+
filter?: never;
|
|
2221
|
+
};
|
|
2222
|
+
/** @public */
|
|
2223
|
+
type ComboboxBaseOwnProps = {
|
|
2178
2224
|
/**
|
|
2179
2225
|
* An icon to render before the input
|
|
2180
2226
|
*/
|
|
@@ -2184,11 +2230,6 @@ type ComboboxOwnProps = {
|
|
|
2184
2230
|
* @defaultValue 'small'
|
|
2185
2231
|
*/
|
|
2186
2232
|
size?: 'small' | 'medium' | Partial<Record<Breakpoint, 'small' | 'medium'>>;
|
|
2187
|
-
/**
|
|
2188
|
-
* The options of the combobox field. Pass flat options, option sections for
|
|
2189
|
-
* grouped display, or a mix of both in the same array.
|
|
2190
|
-
*/
|
|
2191
|
-
options?: Array<Option | OptionSection>;
|
|
2192
2233
|
/**
|
|
2193
2234
|
* Placeholder text for the input.
|
|
2194
2235
|
*/
|
|
@@ -2200,22 +2241,222 @@ type ComboboxOwnProps = {
|
|
|
2200
2241
|
className?: string;
|
|
2201
2242
|
};
|
|
2202
2243
|
/** @public */
|
|
2203
|
-
|
|
2204
|
-
|
|
2244
|
+
type ComboboxOwnProps<T extends {
|
|
2245
|
+
id: Key;
|
|
2246
|
+
} = NormalizedOption> = ComboboxBaseOwnProps & {
|
|
2247
|
+
options?: ReadonlyArray<Option | OptionSection> | AsyncListSource<IdentifiedOption>;
|
|
2248
|
+
items?: Iterable<T> | AsyncListSource<T>;
|
|
2249
|
+
children?: ReactElement | ReactElement[] | ((item: T) => ReactElement);
|
|
2250
|
+
dependencies?: ReadonlyArray<unknown>;
|
|
2251
|
+
search?: ComboboxSearch<T> | ComboboxAsyncSearch<T>;
|
|
2252
|
+
loading?: LoadingConfig;
|
|
2253
|
+
};
|
|
2254
|
+
/** @public */
|
|
2255
|
+
type ComboboxCommonProps<T extends {
|
|
2256
|
+
id: Key;
|
|
2257
|
+
}> = ComboboxBaseOwnProps & Omit<ComboBoxProps<T>, keyof ComboboxOwnProps<T> | 'defaultItems' | 'inputValue' | 'defaultInputValue' | 'onInputChange' | 'defaultFilter' | 'value' | 'defaultValue' | 'onChange' | 'selectedKey' | 'defaultSelectedKey' | 'onSelectionChange'>;
|
|
2258
|
+
/** @public */
|
|
2259
|
+
type ComboboxKeySelectionProps<T extends {
|
|
2260
|
+
id: Key;
|
|
2261
|
+
}> = Pick<ComboBoxProps<T>, 'value' | 'defaultValue' | 'onChange' | 'selectedKey' | 'defaultSelectedKey' | 'onSelectionChange'>;
|
|
2262
|
+
/** @public */
|
|
2263
|
+
type ComboboxItemSelectionProps<T extends {
|
|
2264
|
+
id: Key;
|
|
2265
|
+
}> = {
|
|
2266
|
+
value?: T | null;
|
|
2267
|
+
defaultValue?: T | null;
|
|
2268
|
+
onChange?: (value: T | null) => void;
|
|
2269
|
+
selectedKey?: never;
|
|
2270
|
+
defaultSelectedKey?: never;
|
|
2271
|
+
onSelectionChange?: never;
|
|
2272
|
+
};
|
|
2273
|
+
/** @public */
|
|
2274
|
+
type ComboboxOptionsProps = ComboboxCommonProps<NormalizedOption> & {
|
|
2275
|
+
options?: ReadonlyArray<Option | OptionSection>;
|
|
2276
|
+
items?: never;
|
|
2277
|
+
children?: never;
|
|
2278
|
+
dependencies?: never;
|
|
2279
|
+
loading?: LoadingConfig;
|
|
2280
|
+
} & ({
|
|
2281
|
+
search?: ComboboxSearch<NormalizedOption>;
|
|
2282
|
+
inputValue?: never;
|
|
2283
|
+
defaultInputValue?: never;
|
|
2284
|
+
onInputChange?: never;
|
|
2285
|
+
defaultFilter?: never;
|
|
2286
|
+
} | {
|
|
2287
|
+
search?: never;
|
|
2288
|
+
/** @deprecated Use search.inputValue instead. */
|
|
2289
|
+
inputValue?: string;
|
|
2290
|
+
/** @deprecated Use search.defaultInputValue instead. */
|
|
2291
|
+
defaultInputValue?: string;
|
|
2292
|
+
/** @deprecated Use search.onInputChange instead. */
|
|
2293
|
+
onInputChange?: (value: string) => void;
|
|
2294
|
+
/** @deprecated Use search.filter instead. */
|
|
2295
|
+
defaultFilter?: (textValue: string, inputValue: string) => boolean;
|
|
2296
|
+
}) & ComboboxKeySelectionProps<NormalizedOption>;
|
|
2297
|
+
/** @public */
|
|
2298
|
+
type ComboboxAsyncOptionsProps = ComboboxCommonProps<NormalizedOption> & {
|
|
2299
|
+
options: AsyncListSource<IdentifiedOption>;
|
|
2300
|
+
items?: never;
|
|
2301
|
+
children?: never;
|
|
2302
|
+
dependencies?: never;
|
|
2303
|
+
loading?: never;
|
|
2304
|
+
search?: Exclude<ComboboxAsyncSearch<NormalizedOption>, {
|
|
2305
|
+
mode: 'server';
|
|
2306
|
+
}>;
|
|
2307
|
+
inputValue?: never;
|
|
2308
|
+
defaultInputValue?: never;
|
|
2309
|
+
onInputChange?: never;
|
|
2310
|
+
defaultFilter?: never;
|
|
2311
|
+
} & ComboboxKeySelectionProps<NormalizedOption>;
|
|
2312
|
+
/** @public */
|
|
2313
|
+
type ComboboxItemsProps<T extends {
|
|
2314
|
+
id: Key;
|
|
2315
|
+
}> = ComboboxCommonProps<T> & {
|
|
2316
|
+
options?: never;
|
|
2317
|
+
items: Iterable<T>;
|
|
2318
|
+
children: (item: T) => ReactElement;
|
|
2319
|
+
dependencies?: ReadonlyArray<unknown>;
|
|
2320
|
+
loading?: LoadingConfig;
|
|
2321
|
+
search?: ComboboxSearch<T>;
|
|
2322
|
+
inputValue?: never;
|
|
2323
|
+
defaultInputValue?: never;
|
|
2324
|
+
onInputChange?: never;
|
|
2325
|
+
defaultFilter?: never;
|
|
2326
|
+
} & ComboboxKeySelectionProps<T>;
|
|
2327
|
+
/** @public */
|
|
2328
|
+
type ComboboxAsyncItemsProps<T extends {
|
|
2329
|
+
id: Key;
|
|
2330
|
+
}> = ComboboxCommonProps<T> & {
|
|
2331
|
+
options?: never;
|
|
2332
|
+
items: AsyncListSource<T>;
|
|
2333
|
+
children: (item: T) => ReactElement;
|
|
2334
|
+
dependencies?: ReadonlyArray<unknown>;
|
|
2335
|
+
loading?: never;
|
|
2336
|
+
search?: Exclude<ComboboxAsyncSearch<T>, {
|
|
2337
|
+
mode: 'server';
|
|
2338
|
+
}>;
|
|
2339
|
+
inputValue?: never;
|
|
2340
|
+
defaultInputValue?: never;
|
|
2341
|
+
onInputChange?: never;
|
|
2342
|
+
defaultFilter?: never;
|
|
2343
|
+
} & ComboboxKeySelectionProps<T>;
|
|
2344
|
+
/** @public */
|
|
2345
|
+
type ComboboxStaticProps = ComboboxCommonProps<NormalizedOption> & {
|
|
2346
|
+
options?: never;
|
|
2347
|
+
items?: never;
|
|
2348
|
+
children: ReactElement | ReactElement[];
|
|
2349
|
+
dependencies?: never;
|
|
2350
|
+
loading?: never;
|
|
2351
|
+
search?: ComboboxStaticSearch;
|
|
2352
|
+
inputValue?: never;
|
|
2353
|
+
defaultInputValue?: never;
|
|
2354
|
+
onInputChange?: never;
|
|
2355
|
+
defaultFilter?: never;
|
|
2356
|
+
} & ComboboxKeySelectionProps<NormalizedOption>;
|
|
2357
|
+
/** @public */
|
|
2358
|
+
type ComboboxServerOptionsProps = ComboboxCommonProps<IdentifiedOption> & {
|
|
2359
|
+
options: AsyncListSource<IdentifiedOption>;
|
|
2360
|
+
items?: never;
|
|
2361
|
+
children?: never;
|
|
2362
|
+
dependencies?: never;
|
|
2363
|
+
loading?: never;
|
|
2364
|
+
search: Extract<ComboboxAsyncSearch<never>, {
|
|
2365
|
+
mode: 'server';
|
|
2366
|
+
}>;
|
|
2367
|
+
inputValue?: never;
|
|
2368
|
+
defaultInputValue?: never;
|
|
2369
|
+
onInputChange?: never;
|
|
2370
|
+
defaultFilter?: never;
|
|
2371
|
+
} & ComboboxItemSelectionProps<IdentifiedOption>;
|
|
2372
|
+
/** @public */
|
|
2373
|
+
type ComboboxServerItemsProps<T extends ComboboxServerItem> = ComboboxCommonProps<T> & {
|
|
2374
|
+
options?: never;
|
|
2375
|
+
items: AsyncListSource<T>;
|
|
2376
|
+
children: (item: T) => ReactElement;
|
|
2377
|
+
dependencies?: ReadonlyArray<unknown>;
|
|
2378
|
+
loading?: never;
|
|
2379
|
+
search: Extract<ComboboxAsyncSearch<never>, {
|
|
2380
|
+
mode: 'server';
|
|
2381
|
+
}>;
|
|
2382
|
+
inputValue?: never;
|
|
2383
|
+
defaultInputValue?: never;
|
|
2384
|
+
onInputChange?: never;
|
|
2385
|
+
defaultFilter?: never;
|
|
2386
|
+
} & ComboboxItemSelectionProps<T>;
|
|
2387
|
+
/** @public */
|
|
2388
|
+
type ComboboxProps<T extends {
|
|
2389
|
+
id: Key;
|
|
2390
|
+
} = NormalizedOption> = ComboboxOptionsProps | ComboboxAsyncOptionsProps | ComboboxItemsProps<T> | ComboboxAsyncItemsProps<T> | ComboboxStaticProps | ComboboxServerOptionsProps | (T extends ComboboxServerItem ? ComboboxServerItemsProps<T> : never);
|
|
2391
|
+
/** @public */
|
|
2392
|
+
type ComboboxItemOwnProps = {
|
|
2393
|
+
children: ReactNode | ((values: ListBoxItemRenderProps) => ReactNode);
|
|
2394
|
+
textValue: string;
|
|
2395
|
+
/**
|
|
2396
|
+
* Show the built-in selection indicator and standard item content layout.
|
|
2397
|
+
*/
|
|
2398
|
+
showSelectionIndicator?: boolean;
|
|
2399
|
+
className?: string;
|
|
2400
|
+
};
|
|
2401
|
+
/** @public */
|
|
2402
|
+
type ComboboxItemProps<T extends object = object> = ComboboxItemOwnProps & Omit<ListBoxItemProps<T>, keyof ComboboxItemOwnProps>;
|
|
2403
|
+
/** @public */
|
|
2404
|
+
type ComboboxItemTextOwnProps = {
|
|
2405
|
+
title: string;
|
|
2406
|
+
description?: string;
|
|
2407
|
+
leadingIcon?: ReactNode;
|
|
2408
|
+
textValue?: string;
|
|
2409
|
+
className?: string;
|
|
2410
|
+
};
|
|
2411
|
+
/** @public */
|
|
2412
|
+
type ComboboxItemTextProps<T extends object = object> = ComboboxItemTextOwnProps & Omit<ComboboxItemProps<T>, keyof ComboboxItemTextOwnProps | 'children' | 'showSelectionIndicator'>;
|
|
2413
|
+
/** @public */
|
|
2414
|
+
type ComboboxItemProfileOwnProps = {
|
|
2415
|
+
name: string;
|
|
2416
|
+
src?: string;
|
|
2417
|
+
textValue?: string;
|
|
2418
|
+
className?: string;
|
|
2419
|
+
};
|
|
2420
|
+
/** @public */
|
|
2421
|
+
type ComboboxItemProfileProps<T extends object = object> = ComboboxItemProfileOwnProps & Omit<ComboboxItemProps<T>, keyof ComboboxItemProfileOwnProps | 'children' | 'showSelectionIndicator'>;
|
|
2422
|
+
|
|
2423
|
+
/** @public */
|
|
2424
|
+
declare const Combobox: {
|
|
2425
|
+
(props: ComboboxOptionsProps & React.RefAttributes<HTMLDivElement>): React.ReactElement;
|
|
2426
|
+
(props: ComboboxAsyncOptionsProps & React.RefAttributes<HTMLDivElement>): React.ReactElement;
|
|
2427
|
+
<T extends {
|
|
2428
|
+
id: Key;
|
|
2429
|
+
}>(props: ComboboxItemsProps<T> & React.RefAttributes<HTMLDivElement>): React.ReactElement;
|
|
2430
|
+
<T extends {
|
|
2431
|
+
id: Key;
|
|
2432
|
+
}>(props: ComboboxAsyncItemsProps<T> & React.RefAttributes<HTMLDivElement>): React.ReactElement;
|
|
2433
|
+
(props: ComboboxStaticProps & React.RefAttributes<HTMLDivElement>): React.ReactElement;
|
|
2434
|
+
(props: ComboboxServerOptionsProps & React.RefAttributes<HTMLDivElement>): React.ReactElement;
|
|
2435
|
+
<T extends ComboboxServerItem>(props: ComboboxServerItemsProps<T> & React.RefAttributes<HTMLDivElement>): React.ReactElement;
|
|
2436
|
+
displayName?: string;
|
|
2437
|
+
};
|
|
2205
2438
|
|
|
2206
2439
|
/**
|
|
2207
|
-
* A
|
|
2208
|
-
* suggestions, navigate with the keyboard, and pick a value. With `allowsCustomValue`
|
|
2209
|
-
* the typed text can be committed even if no option matches.
|
|
2440
|
+
* A combobox item wrapper for custom content.
|
|
2210
2441
|
*
|
|
2211
2442
|
* @public
|
|
2212
2443
|
*/
|
|
2213
|
-
declare
|
|
2214
|
-
|
|
2444
|
+
declare function ComboboxItem<T extends object = object>(props: ComboboxItemProps<T>): react_jsx_runtime.JSX.Element;
|
|
2445
|
+
/**
|
|
2446
|
+
* A combobox item that renders a title with an optional description and
|
|
2447
|
+
* leading icon.
|
|
2448
|
+
*
|
|
2449
|
+
* @public
|
|
2450
|
+
*/
|
|
2451
|
+
declare function ComboboxItemText<T extends object = object>(props: ComboboxItemTextProps<T>): react_jsx_runtime.JSX.Element;
|
|
2215
2452
|
/**
|
|
2216
|
-
*
|
|
2453
|
+
* A combobox item that renders a profile name with an optional avatar.
|
|
2454
|
+
*
|
|
2217
2455
|
* @public
|
|
2218
2456
|
*/
|
|
2457
|
+
declare function ComboboxItemProfile<T extends object = object>(props: ComboboxItemProfileProps<T>): react_jsx_runtime.JSX.Element;
|
|
2458
|
+
|
|
2459
|
+
/** @public */
|
|
2219
2460
|
declare const ComboboxDefinition: {
|
|
2220
2461
|
readonly styles: {
|
|
2221
2462
|
readonly [key: string]: string;
|
|
@@ -2231,6 +2472,11 @@ declare const ComboboxDefinition: {
|
|
|
2231
2472
|
readonly default: "small";
|
|
2232
2473
|
};
|
|
2233
2474
|
readonly options: {};
|
|
2475
|
+
readonly items: {};
|
|
2476
|
+
readonly children: {};
|
|
2477
|
+
readonly dependencies: {};
|
|
2478
|
+
readonly search: {};
|
|
2479
|
+
readonly loading: {};
|
|
2234
2480
|
readonly placeholder: {};
|
|
2235
2481
|
readonly label: {};
|
|
2236
2482
|
readonly secondaryLabel: {};
|
|
@@ -2239,10 +2485,7 @@ declare const ComboboxDefinition: {
|
|
|
2239
2485
|
readonly className: {};
|
|
2240
2486
|
};
|
|
2241
2487
|
};
|
|
2242
|
-
/**
|
|
2243
|
-
* Component definition for ComboboxInput
|
|
2244
|
-
* @public
|
|
2245
|
-
*/
|
|
2488
|
+
/** @public */
|
|
2246
2489
|
declare const ComboboxInputDefinition: {
|
|
2247
2490
|
readonly styles: {
|
|
2248
2491
|
readonly [key: string]: string;
|
|
@@ -2259,10 +2502,7 @@ declare const ComboboxInputDefinition: {
|
|
|
2259
2502
|
readonly placeholder: {};
|
|
2260
2503
|
};
|
|
2261
2504
|
};
|
|
2262
|
-
/**
|
|
2263
|
-
* Component definition for ComboboxListBox
|
|
2264
|
-
* @public
|
|
2265
|
-
*/
|
|
2505
|
+
/** @public */
|
|
2266
2506
|
declare const ComboboxListBoxDefinition: {
|
|
2267
2507
|
readonly styles: {
|
|
2268
2508
|
readonly [key: string]: string;
|
|
@@ -2270,15 +2510,21 @@ declare const ComboboxListBoxDefinition: {
|
|
|
2270
2510
|
readonly classNames: {
|
|
2271
2511
|
readonly root: "bui-ComboboxList";
|
|
2272
2512
|
readonly noResults: "bui-ComboboxNoResults";
|
|
2513
|
+
readonly loading: "bui-ComboboxLoading";
|
|
2514
|
+
readonly loadingRow: "bui-ComboboxLoadingRow";
|
|
2273
2515
|
};
|
|
2274
2516
|
readonly propDefs: {
|
|
2275
2517
|
readonly options: {};
|
|
2518
|
+
readonly items: {};
|
|
2519
|
+
readonly children: {};
|
|
2520
|
+
readonly dependencies: {};
|
|
2521
|
+
readonly search: {};
|
|
2522
|
+
readonly loading: {};
|
|
2523
|
+
readonly isStale: {};
|
|
2524
|
+
readonly getItemTextValue: {};
|
|
2276
2525
|
};
|
|
2277
2526
|
};
|
|
2278
|
-
/**
|
|
2279
|
-
* Component definition for ComboboxListBoxItem
|
|
2280
|
-
* @public
|
|
2281
|
-
*/
|
|
2527
|
+
/** @public */
|
|
2282
2528
|
declare const ComboboxListBoxItemDefinition: {
|
|
2283
2529
|
readonly styles: {
|
|
2284
2530
|
readonly [key: string]: string;
|
|
@@ -2290,10 +2536,61 @@ declare const ComboboxListBoxItemDefinition: {
|
|
|
2290
2536
|
};
|
|
2291
2537
|
readonly propDefs: {};
|
|
2292
2538
|
};
|
|
2293
|
-
/**
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2539
|
+
/** @public */
|
|
2540
|
+
declare const ComboboxItemDefinition: {
|
|
2541
|
+
readonly styles: {
|
|
2542
|
+
readonly [key: string]: string;
|
|
2543
|
+
};
|
|
2544
|
+
readonly classNames: {
|
|
2545
|
+
readonly root: "bui-ComboboxItem";
|
|
2546
|
+
readonly indicator: "bui-ComboboxItemIndicator";
|
|
2547
|
+
readonly content: "bui-ComboboxItemContent";
|
|
2548
|
+
};
|
|
2549
|
+
readonly propDefs: {
|
|
2550
|
+
readonly children: {};
|
|
2551
|
+
readonly textValue: {};
|
|
2552
|
+
readonly showSelectionIndicator: {};
|
|
2553
|
+
readonly className: {};
|
|
2554
|
+
};
|
|
2555
|
+
};
|
|
2556
|
+
/** @public */
|
|
2557
|
+
declare const ComboboxItemTextDefinition: {
|
|
2558
|
+
readonly styles: {
|
|
2559
|
+
readonly [key: string]: string;
|
|
2560
|
+
};
|
|
2561
|
+
readonly classNames: {
|
|
2562
|
+
readonly root: "bui-ComboboxItemText";
|
|
2563
|
+
readonly leadingIcon: "bui-ComboboxItemTextLeadingIcon";
|
|
2564
|
+
readonly text: "bui-ComboboxItemTextContent";
|
|
2565
|
+
readonly title: "bui-ComboboxItemTitle";
|
|
2566
|
+
readonly description: "bui-ComboboxItemDescription";
|
|
2567
|
+
};
|
|
2568
|
+
readonly propDefs: {
|
|
2569
|
+
readonly title: {};
|
|
2570
|
+
readonly description: {};
|
|
2571
|
+
readonly leadingIcon: {};
|
|
2572
|
+
readonly textValue: {};
|
|
2573
|
+
readonly className: {};
|
|
2574
|
+
};
|
|
2575
|
+
};
|
|
2576
|
+
/** @public */
|
|
2577
|
+
declare const ComboboxItemProfileDefinition: {
|
|
2578
|
+
readonly styles: {
|
|
2579
|
+
readonly [key: string]: string;
|
|
2580
|
+
};
|
|
2581
|
+
readonly classNames: {
|
|
2582
|
+
readonly root: "bui-ComboboxItemProfile";
|
|
2583
|
+
readonly avatar: "bui-ComboboxItemAvatar";
|
|
2584
|
+
readonly name: "bui-ComboboxItemTitle";
|
|
2585
|
+
};
|
|
2586
|
+
readonly propDefs: {
|
|
2587
|
+
readonly name: {};
|
|
2588
|
+
readonly src: {};
|
|
2589
|
+
readonly textValue: {};
|
|
2590
|
+
readonly className: {};
|
|
2591
|
+
};
|
|
2592
|
+
};
|
|
2593
|
+
/** @public */
|
|
2297
2594
|
declare const ComboboxSectionDefinition: {
|
|
2298
2595
|
readonly styles: {
|
|
2299
2596
|
readonly [key: string]: string;
|
|
@@ -3896,17 +4193,245 @@ declare const ListRowDefinition: {
|
|
|
3896
4193
|
};
|
|
3897
4194
|
};
|
|
3898
4195
|
|
|
4196
|
+
/** @public */
|
|
4197
|
+
type SelectSearch<T> = true | {
|
|
4198
|
+
mode?: 'client';
|
|
4199
|
+
inputValue?: never;
|
|
4200
|
+
defaultInputValue?: string;
|
|
4201
|
+
onInputChange?: (value: string) => void;
|
|
4202
|
+
filter?: (item: T, query: string) => boolean;
|
|
4203
|
+
placeholder?: string;
|
|
4204
|
+
} | {
|
|
4205
|
+
mode?: 'client';
|
|
4206
|
+
inputValue: string;
|
|
4207
|
+
defaultInputValue?: never;
|
|
4208
|
+
onInputChange: (value: string) => void;
|
|
4209
|
+
filter?: (item: T, query: string) => boolean;
|
|
4210
|
+
placeholder?: string;
|
|
4211
|
+
} | {
|
|
4212
|
+
mode: 'server';
|
|
4213
|
+
inputValue: string;
|
|
4214
|
+
defaultInputValue?: never;
|
|
4215
|
+
onInputChange: (value: string) => void;
|
|
4216
|
+
filter?: never;
|
|
4217
|
+
placeholder?: string;
|
|
4218
|
+
};
|
|
4219
|
+
/** @public */
|
|
4220
|
+
type SelectAsyncSearch<T> = true | {
|
|
4221
|
+
mode?: 'client';
|
|
4222
|
+
inputValue?: never;
|
|
4223
|
+
defaultInputValue?: string;
|
|
4224
|
+
onInputChange?: (value: string) => void;
|
|
4225
|
+
filter?: (item: T, query: string) => boolean;
|
|
4226
|
+
placeholder?: string;
|
|
4227
|
+
} | {
|
|
4228
|
+
mode?: 'client';
|
|
4229
|
+
inputValue: string;
|
|
4230
|
+
defaultInputValue?: never;
|
|
4231
|
+
onInputChange: (value: string) => void;
|
|
4232
|
+
filter?: (item: T, query: string) => boolean;
|
|
4233
|
+
placeholder?: string;
|
|
4234
|
+
} | {
|
|
4235
|
+
mode: 'server';
|
|
4236
|
+
inputValue?: never;
|
|
4237
|
+
defaultInputValue?: never;
|
|
4238
|
+
onInputChange?: never;
|
|
4239
|
+
filter?: never;
|
|
4240
|
+
placeholder?: string;
|
|
4241
|
+
};
|
|
4242
|
+
/** @public */
|
|
4243
|
+
type SelectStaticSearch = true | {
|
|
4244
|
+
mode?: 'client';
|
|
4245
|
+
inputValue?: never;
|
|
4246
|
+
defaultInputValue?: string;
|
|
4247
|
+
onInputChange?: (value: string) => void;
|
|
4248
|
+
filter?: never;
|
|
4249
|
+
placeholder?: string;
|
|
4250
|
+
} | {
|
|
4251
|
+
mode?: 'client';
|
|
4252
|
+
inputValue: string;
|
|
4253
|
+
defaultInputValue?: never;
|
|
4254
|
+
onInputChange: (value: string) => void;
|
|
4255
|
+
filter?: never;
|
|
4256
|
+
placeholder?: string;
|
|
4257
|
+
};
|
|
4258
|
+
/** @public */
|
|
4259
|
+
type SelectBaseOwnProps = {
|
|
4260
|
+
/**
|
|
4261
|
+
* An icon to render before the input
|
|
4262
|
+
*/
|
|
4263
|
+
icon?: ReactNode;
|
|
4264
|
+
/**
|
|
4265
|
+
* The size of the select field
|
|
4266
|
+
* @defaultValue 'small'
|
|
4267
|
+
*/
|
|
4268
|
+
size?: 'small' | 'medium' | Partial<Record<Breakpoint, 'small' | 'medium'>>;
|
|
4269
|
+
label?: FieldLabelProps['label'];
|
|
4270
|
+
secondaryLabel?: FieldLabelProps['secondaryLabel'];
|
|
4271
|
+
description?: FieldLabelProps['description'];
|
|
4272
|
+
isRequired?: boolean;
|
|
4273
|
+
className?: string;
|
|
4274
|
+
};
|
|
4275
|
+
/** @public */
|
|
4276
|
+
type SelectOwnProps = SelectBaseOwnProps & {
|
|
4277
|
+
options?: ReadonlyArray<Option | OptionSection> | AsyncListSource<IdentifiedOption>;
|
|
4278
|
+
items?: Iterable<{
|
|
4279
|
+
id: Key;
|
|
4280
|
+
}> | AsyncListSource<{
|
|
4281
|
+
id: Key;
|
|
4282
|
+
}>;
|
|
4283
|
+
children?: ReactElement | ReactElement[] | ((item: {
|
|
4284
|
+
id: Key;
|
|
4285
|
+
}) => ReactElement);
|
|
4286
|
+
dependencies?: ReadonlyArray<unknown>;
|
|
4287
|
+
search?: SelectSearch<{
|
|
4288
|
+
id: Key;
|
|
4289
|
+
}> | SelectAsyncSearch<{
|
|
4290
|
+
id: Key;
|
|
4291
|
+
}>;
|
|
4292
|
+
searchable?: boolean;
|
|
4293
|
+
searchPlaceholder?: string;
|
|
4294
|
+
loading?: LoadingConfig;
|
|
4295
|
+
};
|
|
4296
|
+
/** @public */
|
|
4297
|
+
type SelectCommonProps<T extends {
|
|
4298
|
+
id: Key;
|
|
4299
|
+
}, M extends 'single' | 'multiple' = 'single' | 'multiple'> = SelectBaseOwnProps & Omit<SelectProps$1<T, M>, keyof SelectOwnProps | 'defaultItems'> & {
|
|
4300
|
+
/**
|
|
4301
|
+
* Selection mode, single or multiple
|
|
4302
|
+
* @defaultvalue 'single'
|
|
4303
|
+
*/
|
|
4304
|
+
selectionMode?: M;
|
|
4305
|
+
};
|
|
4306
|
+
/** @public */
|
|
4307
|
+
type SelectOptionsProps<M extends 'single' | 'multiple' = 'single' | 'multiple'> = SelectCommonProps<NormalizedOption, M> & {
|
|
4308
|
+
options?: ReadonlyArray<Option | OptionSection>;
|
|
4309
|
+
items?: never;
|
|
4310
|
+
children?: never;
|
|
4311
|
+
dependencies?: never;
|
|
4312
|
+
loading?: LoadingConfig;
|
|
4313
|
+
} & ({
|
|
4314
|
+
search?: SelectSearch<NormalizedOption>;
|
|
4315
|
+
searchable?: never;
|
|
4316
|
+
searchPlaceholder?: never;
|
|
4317
|
+
} | {
|
|
4318
|
+
search?: never;
|
|
4319
|
+
/** @deprecated Use search instead. */
|
|
4320
|
+
searchable?: boolean;
|
|
4321
|
+
/** @deprecated Use search.placeholder instead. */
|
|
4322
|
+
searchPlaceholder?: string;
|
|
4323
|
+
});
|
|
4324
|
+
/** @public */
|
|
4325
|
+
type SelectAsyncOptionsProps<M extends 'single' | 'multiple' = 'single' | 'multiple'> = SelectCommonProps<NormalizedOption, M> & {
|
|
4326
|
+
options: AsyncListSource<IdentifiedOption>;
|
|
4327
|
+
items?: never;
|
|
4328
|
+
children?: never;
|
|
4329
|
+
dependencies?: never;
|
|
4330
|
+
loading?: never;
|
|
4331
|
+
search?: SelectAsyncSearch<NormalizedOption>;
|
|
4332
|
+
searchable?: never;
|
|
4333
|
+
searchPlaceholder?: never;
|
|
4334
|
+
};
|
|
4335
|
+
/** @public */
|
|
4336
|
+
type SelectItemsProps<T extends {
|
|
4337
|
+
id: Key;
|
|
4338
|
+
}, M extends 'single' | 'multiple' = 'single' | 'multiple'> = SelectCommonProps<T, M> & {
|
|
4339
|
+
options?: never;
|
|
4340
|
+
items: Iterable<T>;
|
|
4341
|
+
children: (item: T) => ReactElement;
|
|
4342
|
+
dependencies?: ReadonlyArray<unknown>;
|
|
4343
|
+
loading?: LoadingConfig;
|
|
4344
|
+
search?: SelectSearch<T>;
|
|
4345
|
+
searchable?: never;
|
|
4346
|
+
searchPlaceholder?: never;
|
|
4347
|
+
};
|
|
4348
|
+
/** @public */
|
|
4349
|
+
type SelectAsyncItemsProps<T extends {
|
|
4350
|
+
id: Key;
|
|
4351
|
+
}, M extends 'single' | 'multiple' = 'single' | 'multiple'> = SelectCommonProps<T, M> & {
|
|
4352
|
+
options?: never;
|
|
4353
|
+
items: AsyncListSource<T>;
|
|
4354
|
+
children: (item: T) => ReactElement;
|
|
4355
|
+
dependencies?: ReadonlyArray<unknown>;
|
|
4356
|
+
loading?: never;
|
|
4357
|
+
search?: SelectAsyncSearch<T>;
|
|
4358
|
+
searchable?: never;
|
|
4359
|
+
searchPlaceholder?: never;
|
|
4360
|
+
};
|
|
4361
|
+
/** @public */
|
|
4362
|
+
type SelectStaticProps<M extends 'single' | 'multiple' = 'single' | 'multiple'> = SelectCommonProps<NormalizedOption, M> & {
|
|
4363
|
+
options?: never;
|
|
4364
|
+
items?: never;
|
|
4365
|
+
children: ReactElement | ReactElement[];
|
|
4366
|
+
dependencies?: never;
|
|
4367
|
+
search?: SelectStaticSearch;
|
|
4368
|
+
searchable?: never;
|
|
4369
|
+
searchPlaceholder?: never;
|
|
4370
|
+
loading?: never;
|
|
4371
|
+
};
|
|
4372
|
+
/** @public */
|
|
4373
|
+
type SelectProps<M extends 'single' | 'multiple' = 'single' | 'multiple', T extends {
|
|
4374
|
+
id: Key;
|
|
4375
|
+
} = NormalizedOption> = SelectOptionsProps<M> | SelectAsyncOptionsProps<M> | SelectItemsProps<T, M> | SelectAsyncItemsProps<T, M> | SelectStaticProps<M>;
|
|
4376
|
+
/** @public */
|
|
4377
|
+
type SelectItemOwnProps = {
|
|
4378
|
+
children: ReactNode | ((values: ListBoxItemRenderProps) => ReactNode);
|
|
4379
|
+
/**
|
|
4380
|
+
* Show the built-in selection indicator and standard item content layout.
|
|
4381
|
+
*/
|
|
4382
|
+
showSelectionIndicator?: boolean;
|
|
4383
|
+
className?: string;
|
|
4384
|
+
};
|
|
4385
|
+
/** @public */
|
|
4386
|
+
type SelectItemProps<T extends object = object> = SelectItemOwnProps & Omit<ListBoxItemProps<T>, keyof SelectItemOwnProps | 'textValue'> & {
|
|
4387
|
+
textValue: string;
|
|
4388
|
+
};
|
|
4389
|
+
/** @public */
|
|
4390
|
+
type SelectItemTextOwnProps = {
|
|
4391
|
+
title: string;
|
|
4392
|
+
description?: string;
|
|
4393
|
+
leadingIcon?: ReactNode;
|
|
4394
|
+
className?: string;
|
|
4395
|
+
};
|
|
4396
|
+
/** @public */
|
|
4397
|
+
type SelectItemTextProps<T extends object = object> = SelectItemTextOwnProps & Omit<SelectItemProps<T>, keyof SelectItemTextOwnProps | 'children' | 'textValue' | 'showSelectionIndicator'>;
|
|
4398
|
+
/** @public */
|
|
4399
|
+
type SelectItemProfileOwnProps = {
|
|
4400
|
+
name: string;
|
|
4401
|
+
src?: string;
|
|
4402
|
+
className?: string;
|
|
4403
|
+
};
|
|
4404
|
+
/** @public */
|
|
4405
|
+
type SelectItemProfileProps<T extends object = object> = SelectItemProfileOwnProps & Omit<SelectItemProps<T>, keyof SelectItemProfileOwnProps | 'children' | 'textValue' | 'showSelectionIndicator'>;
|
|
4406
|
+
|
|
4407
|
+
/** @public */
|
|
4408
|
+
declare const Select: {
|
|
4409
|
+
<M extends "single" | "multiple" = "single" | "multiple", T extends {
|
|
4410
|
+
id: Key;
|
|
4411
|
+
} = NormalizedOption>(props: SelectProps<M, T> & React.RefAttributes<HTMLDivElement>): React.ReactElement | null;
|
|
4412
|
+
displayName?: string;
|
|
4413
|
+
};
|
|
4414
|
+
|
|
3899
4415
|
/**
|
|
3900
|
-
* A
|
|
4416
|
+
* A low-level Select item wrapper for custom item content.
|
|
3901
4417
|
*
|
|
3902
4418
|
* @public
|
|
3903
4419
|
*/
|
|
3904
|
-
declare
|
|
3905
|
-
|
|
4420
|
+
declare function SelectItem<T extends object = object>(props: SelectItemProps<T>): react_jsx_runtime.JSX.Element;
|
|
4421
|
+
/**
|
|
4422
|
+
* A Select item preset with a title and optional supporting content.
|
|
4423
|
+
*
|
|
4424
|
+
* @public
|
|
4425
|
+
*/
|
|
4426
|
+
declare function SelectItemText<T extends object = object>(props: SelectItemTextProps<T>): react_jsx_runtime.JSX.Element;
|
|
3906
4427
|
/**
|
|
3907
|
-
*
|
|
4428
|
+
* A Select item preset for a person or other named profile.
|
|
4429
|
+
*
|
|
3908
4430
|
* @public
|
|
3909
4431
|
*/
|
|
4432
|
+
declare function SelectItemProfile<T extends object = object>(props: SelectItemProfileProps<T>): react_jsx_runtime.JSX.Element;
|
|
4433
|
+
|
|
4434
|
+
/** @public */
|
|
3910
4435
|
declare const SelectDefinition: {
|
|
3911
4436
|
readonly styles: {
|
|
3912
4437
|
readonly [key: string]: string;
|
|
@@ -3922,6 +4447,11 @@ declare const SelectDefinition: {
|
|
|
3922
4447
|
readonly default: "small";
|
|
3923
4448
|
};
|
|
3924
4449
|
readonly options: {};
|
|
4450
|
+
readonly items: {};
|
|
4451
|
+
readonly children: {};
|
|
4452
|
+
readonly dependencies: {};
|
|
4453
|
+
readonly search: {};
|
|
4454
|
+
readonly loading: {};
|
|
3925
4455
|
readonly searchable: {};
|
|
3926
4456
|
readonly searchPlaceholder: {};
|
|
3927
4457
|
readonly label: {};
|
|
@@ -3931,6 +4461,140 @@ declare const SelectDefinition: {
|
|
|
3931
4461
|
readonly className: {};
|
|
3932
4462
|
};
|
|
3933
4463
|
};
|
|
4464
|
+
/** @public */
|
|
4465
|
+
declare const SelectTriggerDefinition: {
|
|
4466
|
+
readonly styles: {
|
|
4467
|
+
readonly [key: string]: string;
|
|
4468
|
+
};
|
|
4469
|
+
readonly classNames: {
|
|
4470
|
+
readonly root: "bui-SelectTrigger";
|
|
4471
|
+
readonly chevron: "bui-SelectTriggerChevron";
|
|
4472
|
+
readonly value: "bui-SelectValue";
|
|
4473
|
+
};
|
|
4474
|
+
readonly bg: "consumer";
|
|
4475
|
+
readonly propDefs: {
|
|
4476
|
+
readonly icon: {};
|
|
4477
|
+
};
|
|
4478
|
+
};
|
|
4479
|
+
/** @public */
|
|
4480
|
+
declare const SelectContentDefinition: {
|
|
4481
|
+
readonly styles: {
|
|
4482
|
+
readonly [key: string]: string;
|
|
4483
|
+
};
|
|
4484
|
+
readonly classNames: {
|
|
4485
|
+
readonly root: "bui-SelectContent";
|
|
4486
|
+
readonly searchWrapper: "bui-SelectSearchWrapper";
|
|
4487
|
+
readonly results: "bui-SelectResults";
|
|
4488
|
+
readonly search: "bui-SelectSearch";
|
|
4489
|
+
readonly searchClear: "bui-SelectSearchClear";
|
|
4490
|
+
};
|
|
4491
|
+
readonly propDefs: {
|
|
4492
|
+
readonly search: {};
|
|
4493
|
+
readonly options: {};
|
|
4494
|
+
readonly items: {};
|
|
4495
|
+
readonly children: {};
|
|
4496
|
+
readonly dependencies: {};
|
|
4497
|
+
readonly loading: {};
|
|
4498
|
+
readonly isStale: {};
|
|
4499
|
+
readonly visibleIds: {};
|
|
4500
|
+
readonly retainedOptions: {};
|
|
4501
|
+
};
|
|
4502
|
+
};
|
|
4503
|
+
/** @public */
|
|
4504
|
+
declare const SelectListBoxDefinition: {
|
|
4505
|
+
readonly styles: {
|
|
4506
|
+
readonly [key: string]: string;
|
|
4507
|
+
};
|
|
4508
|
+
readonly classNames: {
|
|
4509
|
+
readonly root: "bui-SelectList";
|
|
4510
|
+
readonly noResults: "bui-SelectNoResults";
|
|
4511
|
+
readonly loading: "bui-SelectLoading";
|
|
4512
|
+
readonly loadingRow: "bui-SelectLoadingRow";
|
|
4513
|
+
};
|
|
4514
|
+
readonly propDefs: {
|
|
4515
|
+
readonly options: {};
|
|
4516
|
+
readonly items: {};
|
|
4517
|
+
readonly children: {};
|
|
4518
|
+
readonly dependencies: {};
|
|
4519
|
+
readonly loading: {};
|
|
4520
|
+
readonly isStale: {};
|
|
4521
|
+
readonly retainedOptions: {};
|
|
4522
|
+
};
|
|
4523
|
+
};
|
|
4524
|
+
/** @public */
|
|
4525
|
+
declare const SelectListBoxItemDefinition: {
|
|
4526
|
+
readonly styles: {
|
|
4527
|
+
readonly [key: string]: string;
|
|
4528
|
+
};
|
|
4529
|
+
readonly classNames: {
|
|
4530
|
+
readonly label: "bui-SelectItemLabel";
|
|
4531
|
+
};
|
|
4532
|
+
readonly propDefs: {};
|
|
4533
|
+
};
|
|
4534
|
+
/** @public */
|
|
4535
|
+
declare const SelectItemDefinition: {
|
|
4536
|
+
readonly styles: {
|
|
4537
|
+
readonly [key: string]: string;
|
|
4538
|
+
};
|
|
4539
|
+
readonly classNames: {
|
|
4540
|
+
readonly root: "bui-SelectItem";
|
|
4541
|
+
readonly indicator: "bui-SelectItemIndicator";
|
|
4542
|
+
readonly content: "bui-SelectItemContent";
|
|
4543
|
+
};
|
|
4544
|
+
readonly propDefs: {
|
|
4545
|
+
readonly children: {};
|
|
4546
|
+
readonly showSelectionIndicator: {};
|
|
4547
|
+
readonly className: {};
|
|
4548
|
+
};
|
|
4549
|
+
};
|
|
4550
|
+
/** @public */
|
|
4551
|
+
declare const SelectItemTextDefinition: {
|
|
4552
|
+
readonly styles: {
|
|
4553
|
+
readonly [key: string]: string;
|
|
4554
|
+
};
|
|
4555
|
+
readonly classNames: {
|
|
4556
|
+
readonly root: "bui-SelectItemText";
|
|
4557
|
+
readonly content: "bui-SelectItemContent";
|
|
4558
|
+
readonly leadingIcon: "bui-SelectItemLeadingIcon";
|
|
4559
|
+
readonly text: "bui-SelectItemTextContent";
|
|
4560
|
+
readonly title: "bui-SelectItemTitle";
|
|
4561
|
+
readonly description: "bui-SelectItemDescription";
|
|
4562
|
+
};
|
|
4563
|
+
readonly propDefs: {
|
|
4564
|
+
readonly title: {};
|
|
4565
|
+
readonly description: {};
|
|
4566
|
+
readonly leadingIcon: {};
|
|
4567
|
+
readonly className: {};
|
|
4568
|
+
};
|
|
4569
|
+
};
|
|
4570
|
+
/** @public */
|
|
4571
|
+
declare const SelectItemProfileDefinition: {
|
|
4572
|
+
readonly styles: {
|
|
4573
|
+
readonly [key: string]: string;
|
|
4574
|
+
};
|
|
4575
|
+
readonly classNames: {
|
|
4576
|
+
readonly root: "bui-SelectItemProfile";
|
|
4577
|
+
readonly content: "bui-SelectItemContent";
|
|
4578
|
+
readonly avatar: "bui-SelectItemAvatar";
|
|
4579
|
+
readonly name: "bui-SelectItemTitle";
|
|
4580
|
+
};
|
|
4581
|
+
readonly propDefs: {
|
|
4582
|
+
readonly name: {};
|
|
4583
|
+
readonly src: {};
|
|
4584
|
+
readonly className: {};
|
|
4585
|
+
};
|
|
4586
|
+
};
|
|
4587
|
+
/** @public */
|
|
4588
|
+
declare const SelectSectionDefinition: {
|
|
4589
|
+
readonly styles: {
|
|
4590
|
+
readonly [key: string]: string;
|
|
4591
|
+
};
|
|
4592
|
+
readonly classNames: {
|
|
4593
|
+
readonly root: "bui-SelectSection";
|
|
4594
|
+
readonly header: "bui-SelectSectionHeader";
|
|
4595
|
+
};
|
|
4596
|
+
readonly propDefs: {};
|
|
4597
|
+
};
|
|
3934
4598
|
|
|
3935
4599
|
/** @public */
|
|
3936
4600
|
type SkeletonOwnProps = {
|
|
@@ -3962,6 +4626,7 @@ declare const SkeletonDefinition: {
|
|
|
3962
4626
|
readonly classNames: {
|
|
3963
4627
|
readonly root: "bui-Skeleton";
|
|
3964
4628
|
};
|
|
4629
|
+
readonly bg: "consumer";
|
|
3965
4630
|
readonly propDefs: {
|
|
3966
4631
|
readonly width: {
|
|
3967
4632
|
readonly default: 80;
|
|
@@ -4269,5 +4934,5 @@ declare function useAnalytics(): AnalyticsTracker;
|
|
|
4269
4934
|
*/
|
|
4270
4935
|
declare function getNodeText(node: ReactNode | ((...args: any[]) => ReactNode)): string | undefined;
|
|
4271
4936
|
|
|
4272
|
-
export { Accordion, AccordionDefinition, AccordionGroup, AccordionGroupDefinition, AccordionPanel, AccordionPanelDefinition, AccordionTrigger, AccordionTriggerDefinition, Alert, AlertDefinition, Avatar, AvatarDefinition, BUIProvider, Badge, BadgeDefinition, BgProvider, Box, BoxDefinition, Button, ButtonDefinition, ButtonIcon, ButtonIconDefinition, ButtonLink, ButtonLinkDefinition, Card, CardBody, CardBodyDefinition, CardDefinition, CardFooter, CardFooterDefinition, CardHeader, CardHeaderDefinition, Cell, CellProfile, CellText, Checkbox, CheckboxDefinition, CheckboxGroup, CheckboxGroupDefinition, Column, Combobox, ComboboxDefinition, ComboboxInputDefinition, ComboboxListBoxDefinition, ComboboxListBoxItemDefinition, ComboboxSectionDefinition, Container, ContainerDefinition, DatePicker, DatePickerCalendarDefinition, DatePickerDefinition, DatePickerGroupDefinition, DateRangePicker, DateRangePickerDefinition, Dialog, DialogBody, DialogBodyDefinition, DialogDefinition, DialogFooter, DialogFooterDefinition, DialogHeader, DialogHeaderDefinition, DialogTrigger, FieldLabel, FieldLabelDefinition, Flex, FlexDefinition, FullPage, FullPageDefinition, Grid, GridDefinition, GridItemDefinition, Header, HeaderDefinition, HeaderMetadataStatus, HeaderMetadataUsers, HeaderNavDefinition, HeaderNavGroupDefinition, HeaderNavItemDefinition, HeaderPage, HeaderPageDefinition, Link, LinkDefinition, List, ListDefinition, ListRow, ListRowDefinition, Menu, MenuAutocomplete, MenuAutocompleteListbox, MenuDefinition, MenuItem, MenuListBox, MenuListBoxItem, MenuSection, MenuSeparator, MenuTrigger, NumberField, NumberFieldDefinition, PasswordField, PasswordFieldDefinition, PluginHeader, PluginHeaderDefinition, Popover, PopoverDefinition, Radio, RadioDefinition, RadioGroup, RadioGroupDefinition, Row, SearchAutocomplete, SearchAutocompleteDefinition, SearchAutocompleteItem, SearchField, SearchFieldDefinition, Select, SelectDefinition, Skeleton, SkeletonDefinition, Slider, SliderDefinition, SubmenuTrigger, Switch, SwitchDefinition, Tab, TabList, TabPanel, Table, TableBody, TableBodySkeleton, TableDefinition, TableHeader, TablePagination, TablePaginationDefinition, TableRoot, Tabs, TabsDefinition, Tag, TagGroup, TagGroupDefinition, Text, TextDefinition, TextField, TextFieldDefinition, ToggleButton, ToggleButtonDefinition, ToggleButtonGroup, ToggleButtonGroupDefinition, Tooltip, TooltipDefinition, TooltipTrigger, VisuallyHidden, VisuallyHiddenDefinition, getNodeText, useAnalytics, useBgConsumer, useBgProvider, useBreakpoint, useTable };
|
|
4273
|
-
export type { AccordionGroupOwnProps, AccordionGroupProps, AccordionOwnProps, AccordionPanelOwnProps, AccordionPanelProps, AccordionProps, AccordionTriggerOwnProps, AccordionTriggerProps, AlertOwnProps, AlertProps, AlignItems, AnalyticsEventAttributes, AnalyticsTracker, AvatarOwnProps, AvatarProps, BUIProviderProps, BadgeOwnProps, BadgeProps, BgContextValue, BgProviderProps, Border, BorderRadius, BoxOwnProps, BoxProps, BoxUtilityProps, Breakpoint, ButtonIconOwnProps, ButtonIconProps, ButtonLinkOwnProps, ButtonLinkProps, ButtonOwnProps, ButtonProps, CardBaseProps, CardBodyOwnProps, CardBodyProps, CardButtonVariant, CardFooterOwnProps, CardFooterProps, CardHeaderOwnProps, CardHeaderProps, CardLinkVariant, CardOwnProps, CardProps, CardStaticVariant, CellOwnProps, CellProfileOwnProps, CellProfileProps, CellProps, CellTextOwnProps, CellTextProps, CheckboxGroupOwnProps, CheckboxGroupProps, CheckboxOwnProps, CheckboxProps, ColumnConfig, ColumnOwnProps, ColumnProps, Columns, ComboboxOwnProps, ComboboxProps, CompletePaginationOptions, ContainerBg, ContainerOwnProps, ContainerProps, CursorParams, CursorResponse, DatePickerOwnProps, DatePickerProps, DateRangePickerOwnProps, DateRangePickerProps, DialogBodyOwnProps, DialogBodyProps, DialogFooterOwnProps, DialogFooterProps, DialogHeaderOwnProps, DialogHeaderProps, DialogOwnProps, DialogProps, DialogTriggerProps, Display, FieldLabelOwnProps, FieldLabelProps, FilterState, FlexDirection, FlexItemProps, FlexOwnProps, FlexProps, FlexWrap, FullPageOwnProps, FullPageProps, GridItemOwnProps, GridItemProps, GridOwnProps, GridProps, HeaderBreadcrumb, HeaderMetadataItem, HeaderMetadataStatusProps, HeaderMetadataUser, HeaderNavTab, HeaderNavTabGroup, HeaderNavTabItem, HeaderOwnProps, HeaderPageBreadcrumb, HeaderPageOwnProps, HeaderPageProps, HeaderProps, HeaderTab, HeaderTag, JustifyContent, LinkOwnProps, LinkProps, ListOwnProps, ListProps, ListRowOwnProps, ListRowProps, MarginProps, MenuAutocompleteListBoxOwnProps, MenuAutocompleteListBoxProps, MenuAutocompleteOwnProps, MenuAutocompleteProps, MenuItemOwnProps, MenuItemProps, MenuListBoxItemOwnProps, MenuListBoxItemProps, MenuListBoxOwnProps, MenuListBoxProps, MenuOwnProps, MenuPopoverOwnProps, MenuProps, MenuSectionOwnProps, MenuSectionProps, MenuSeparatorOwnProps, MenuSeparatorProps, MenuTriggerProps, NoPagination, NumberFieldOwnProps, NumberFieldProps, OffsetParams, OffsetResponse, Option, OptionSection, PaddingProps, PagePagination, PageSizeOption, PaginationOptions, PasswordFieldOwnProps, PasswordFieldProps, PluginHeaderOwnProps, PluginHeaderProps, PopoverOwnProps, PopoverProps, ProviderBg, QueryOptions, RadioGroupOwnProps, RadioGroupProps, RadioOwnProps, RadioProps, Responsive, RowConfig, RowOwnProps, RowProps, RowRenderFn, SearchAutocompleteItemOwnProps, SearchAutocompleteItemProps, SearchAutocompleteOwnProps, SearchAutocompleteProps, SearchFieldOwnProps, SearchFieldProps, SearchState, SelectOwnProps, SelectProps, SkeletonOwnProps, SkeletonProps, SliderOwnProps, SliderProps, SortDescriptor, SortState, Space, SpaceProps, SubmenuTriggerProps, SwitchOwnProps, SwitchProps, TabListOwnProps, TabListProps, TabMatchStrategy, TabOwnProps, TabPanelOwnProps, TabPanelProps, TabProps, TableBodyOwnProps, TableBodyProps, TableHeaderOwnProps, TableHeaderProps, TableItem, TablePaginationOwnProps, TablePaginationProps, TablePaginationType, TableProps, TableRootOwnProps, TableRootProps, TableSelection, TabsOwnProps, TabsProps, TagGroupOwnProps, TagGroupProps, TagOwnProps, TagProps, TextColorStatus, TextColors, TextFieldOwnProps, TextFieldProps, TextOwnProps, TextProps, TextVariants, TextWeights, ToggleButtonGroupOwnProps, ToggleButtonGroupProps, ToggleButtonOwnProps, ToggleButtonProps, TooltipOwnProps, TooltipProps, UseAnalyticsFn, UseTableCompleteOptions, UseTableCursorOptions, UseTableOffsetOptions, UseTableOptions, UseTableResult, UtilityProps, VirtualizedProp, VisuallyHiddenOwnProps, VisuallyHiddenProps };
|
|
4937
|
+
export { Accordion, AccordionDefinition, AccordionGroup, AccordionGroupDefinition, AccordionPanel, AccordionPanelDefinition, AccordionTrigger, AccordionTriggerDefinition, Alert, AlertDefinition, Avatar, AvatarDefinition, BUIProvider, Badge, BadgeDefinition, BgProvider, Box, BoxDefinition, Button, ButtonDefinition, ButtonIcon, ButtonIconDefinition, ButtonLink, ButtonLinkDefinition, Card, CardBody, CardBodyDefinition, CardDefinition, CardFooter, CardFooterDefinition, CardHeader, CardHeaderDefinition, Cell, CellProfile, CellText, Checkbox, CheckboxDefinition, CheckboxGroup, CheckboxGroupDefinition, Column, Combobox, ComboboxDefinition, ComboboxInputDefinition, ComboboxItem, ComboboxItemDefinition, ComboboxItemProfile, ComboboxItemProfileDefinition, ComboboxItemText, ComboboxItemTextDefinition, ComboboxListBoxDefinition, ComboboxListBoxItemDefinition, ComboboxSectionDefinition, Container, ContainerDefinition, DatePicker, DatePickerCalendarDefinition, DatePickerDefinition, DatePickerGroupDefinition, DateRangePicker, DateRangePickerDefinition, Dialog, DialogBody, DialogBodyDefinition, DialogDefinition, DialogFooter, DialogFooterDefinition, DialogHeader, DialogHeaderDefinition, DialogTrigger, FieldLabel, FieldLabelDefinition, Flex, FlexDefinition, FullPage, FullPageDefinition, Grid, GridDefinition, GridItemDefinition, Header, HeaderDefinition, HeaderMetadataStatus, HeaderMetadataUsers, HeaderNavDefinition, HeaderNavGroupDefinition, HeaderNavItemDefinition, HeaderPage, HeaderPageDefinition, Link, LinkDefinition, List, ListDefinition, ListRow, ListRowDefinition, Menu, MenuAutocomplete, MenuAutocompleteListbox, MenuDefinition, MenuItem, MenuListBox, MenuListBoxItem, MenuSection, MenuSeparator, MenuTrigger, NumberField, NumberFieldDefinition, PasswordField, PasswordFieldDefinition, PluginHeader, PluginHeaderDefinition, Popover, PopoverDefinition, Radio, RadioDefinition, RadioGroup, RadioGroupDefinition, Row, SearchAutocomplete, SearchAutocompleteDefinition, SearchAutocompleteItem, SearchField, SearchFieldDefinition, Select, SelectContentDefinition, SelectDefinition, SelectItem, SelectItemDefinition, SelectItemProfile, SelectItemProfileDefinition, SelectItemText, SelectItemTextDefinition, SelectListBoxDefinition, SelectListBoxItemDefinition, SelectSectionDefinition, SelectTriggerDefinition, Skeleton, SkeletonDefinition, Slider, SliderDefinition, SubmenuTrigger, Switch, SwitchDefinition, Tab, TabList, TabPanel, Table, TableBody, TableBodySkeleton, TableDefinition, TableHeader, TablePagination, TablePaginationDefinition, TableRoot, Tabs, TabsDefinition, Tag, TagGroup, TagGroupDefinition, Text, TextDefinition, TextField, TextFieldDefinition, ToggleButton, ToggleButtonDefinition, ToggleButtonGroup, ToggleButtonGroupDefinition, Tooltip, TooltipDefinition, TooltipTrigger, VisuallyHidden, VisuallyHiddenDefinition, getNodeText, useAnalytics, useBgConsumer, useBgProvider, useBreakpoint, useTable };
|
|
4938
|
+
export type { AccordionGroupOwnProps, AccordionGroupProps, AccordionOwnProps, AccordionPanelOwnProps, AccordionPanelProps, AccordionProps, AccordionTriggerOwnProps, AccordionTriggerProps, AlertOwnProps, AlertProps, AlignItems, AnalyticsEventAttributes, AnalyticsTracker, AsyncListSource, AvatarOwnProps, AvatarProps, BUIProviderProps, BadgeOwnProps, BadgeProps, BgContextValue, BgProviderProps, Border, BorderRadius, BoxOwnProps, BoxProps, BoxUtilityProps, Breakpoint, ButtonIconOwnProps, ButtonIconProps, ButtonLinkOwnProps, ButtonLinkProps, ButtonOwnProps, ButtonProps, CardBaseProps, CardBodyOwnProps, CardBodyProps, CardButtonVariant, CardFooterOwnProps, CardFooterProps, CardHeaderOwnProps, CardHeaderProps, CardLinkVariant, CardOwnProps, CardProps, CardStaticVariant, CellOwnProps, CellProfileOwnProps, CellProfileProps, CellProps, CellTextOwnProps, CellTextProps, CheckboxGroupOwnProps, CheckboxGroupProps, CheckboxOwnProps, CheckboxProps, ColumnConfig, ColumnOwnProps, ColumnProps, Columns, ComboboxAsyncItemsProps, ComboboxAsyncOptionsProps, ComboboxAsyncSearch, ComboboxBaseOwnProps, ComboboxCommonProps, ComboboxItemOwnProps, ComboboxItemProfileOwnProps, ComboboxItemProfileProps, ComboboxItemProps, ComboboxItemSelectionProps, ComboboxItemTextOwnProps, ComboboxItemTextProps, ComboboxItemsProps, ComboboxKeySelectionProps, ComboboxOptionsProps, ComboboxOwnProps, ComboboxProps, ComboboxSearch, ComboboxServerItem, ComboboxServerItemsProps, ComboboxServerOptionsProps, ComboboxStaticProps, ComboboxStaticSearch, CompletePaginationOptions, ContainerBg, ContainerOwnProps, ContainerProps, CursorParams, CursorResponse, DatePickerOwnProps, DatePickerProps, DateRangePickerOwnProps, DateRangePickerProps, DialogBodyOwnProps, DialogBodyProps, DialogFooterOwnProps, DialogFooterProps, DialogHeaderOwnProps, DialogHeaderProps, DialogOwnProps, DialogProps, DialogTriggerProps, Display, FieldLabelOwnProps, FieldLabelProps, FilterState, FlexDirection, FlexItemProps, FlexOwnProps, FlexProps, FlexWrap, FullPageOwnProps, FullPageProps, GridItemOwnProps, GridItemProps, GridOwnProps, GridProps, HeaderBreadcrumb, HeaderMetadataItem, HeaderMetadataStatusProps, HeaderMetadataUser, HeaderNavTab, HeaderNavTabGroup, HeaderNavTabItem, HeaderOwnProps, HeaderPageBreadcrumb, HeaderPageOwnProps, HeaderPageProps, HeaderProps, HeaderTab, HeaderTag, IdentifiedOption, JustifyContent, LegacyOption, LinkOwnProps, LinkProps, ListOwnProps, ListProps, ListRowOwnProps, ListRowProps, LoadingConfig, LoadingState, MarginProps, MenuAutocompleteListBoxOwnProps, MenuAutocompleteListBoxProps, MenuAutocompleteOwnProps, MenuAutocompleteProps, MenuItemOwnProps, MenuItemProps, MenuListBoxItemOwnProps, MenuListBoxItemProps, MenuListBoxOwnProps, MenuListBoxProps, MenuOwnProps, MenuPopoverOwnProps, MenuProps, MenuSectionOwnProps, MenuSectionProps, MenuSeparatorOwnProps, MenuSeparatorProps, MenuTriggerProps, NoPagination, NormalizedOption, NumberFieldOwnProps, NumberFieldProps, OffsetParams, OffsetResponse, Option, OptionSection, PaddingProps, PagePagination, PageSizeOption, PaginationOptions, PasswordFieldOwnProps, PasswordFieldProps, PluginHeaderOwnProps, PluginHeaderProps, PopoverOwnProps, PopoverProps, ProviderBg, QueryOptions, RadioGroupOwnProps, RadioGroupProps, RadioOwnProps, RadioProps, Responsive, RowConfig, RowOwnProps, RowProps, RowRenderFn, SearchAutocompleteItemOwnProps, SearchAutocompleteItemProps, SearchAutocompleteOwnProps, SearchAutocompleteProps, SearchFieldOwnProps, SearchFieldProps, SearchState, SelectAsyncItemsProps, SelectAsyncOptionsProps, SelectAsyncSearch, SelectBaseOwnProps, SelectCommonProps, SelectItemOwnProps, SelectItemProfileOwnProps, SelectItemProfileProps, SelectItemProps, SelectItemTextOwnProps, SelectItemTextProps, SelectItemsProps, SelectOptionsProps, SelectOwnProps, SelectProps, SelectSearch, SelectStaticProps, SelectStaticSearch, SkeletonOwnProps, SkeletonProps, SliderOwnProps, SliderProps, SortDescriptor, SortState, Space, SpaceProps, SubmenuTriggerProps, SwitchOwnProps, SwitchProps, TabListOwnProps, TabListProps, TabMatchStrategy, TabOwnProps, TabPanelOwnProps, TabPanelProps, TabProps, TableBodyOwnProps, TableBodyProps, TableHeaderOwnProps, TableHeaderProps, TableItem, TablePaginationOwnProps, TablePaginationProps, TablePaginationType, TableProps, TableRootOwnProps, TableRootProps, TableSelection, TabsOwnProps, TabsProps, TagGroupOwnProps, TagGroupProps, TagOwnProps, TagProps, TextColorStatus, TextColors, TextFieldOwnProps, TextFieldProps, TextOwnProps, TextProps, TextVariants, TextWeights, ToggleButtonGroupOwnProps, ToggleButtonGroupProps, ToggleButtonOwnProps, ToggleButtonProps, TooltipOwnProps, TooltipProps, UseAnalyticsFn, UseTableCompleteOptions, UseTableCursorOptions, UseTableOffsetOptions, UseTableOptions, UseTableResult, UtilityProps, VirtualizedProp, VisuallyHiddenOwnProps, VisuallyHiddenProps };
|