@genesislcap/foundation-ui 14.418.2 → 14.419.1

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.
Files changed (87) hide show
  1. package/custom-elements-manifest.config.mjs +3 -0
  2. package/dist/custom-elements.json +2778 -881
  3. package/dist/dts/_common/base-file-component.d.ts +3 -0
  4. package/dist/dts/_common/base-file-component.d.ts.map +1 -1
  5. package/dist/dts/ai-criteria-search/ai-criteria-search.d.ts +5 -0
  6. package/dist/dts/ai-criteria-search/ai-criteria-search.d.ts.map +1 -1
  7. package/dist/dts/categorized-multiselect/categorized-multiselect.d.ts +2 -0
  8. package/dist/dts/categorized-multiselect/categorized-multiselect.d.ts.map +1 -1
  9. package/dist/dts/combobox/combobox.d.ts +2 -0
  10. package/dist/dts/combobox/combobox.d.ts.map +1 -1
  11. package/dist/dts/dialog/dialog.d.ts +3 -0
  12. package/dist/dts/dialog/dialog.d.ts.map +1 -1
  13. package/dist/dts/expression-builder/rule-expression-builder.d.ts +2 -0
  14. package/dist/dts/expression-builder/rule-expression-builder.d.ts.map +1 -1
  15. package/dist/dts/expression-builder/value-expression-builder.d.ts +2 -0
  16. package/dist/dts/expression-builder/value-expression-builder.d.ts.map +1 -1
  17. package/dist/dts/file-reader/file-reader.d.ts +4 -0
  18. package/dist/dts/file-reader/file-reader.d.ts.map +1 -1
  19. package/dist/dts/file-upload/file-upload.d.ts +6 -0
  20. package/dist/dts/file-upload/file-upload.d.ts.map +1 -1
  21. package/dist/dts/filter/filter.d.ts +3 -0
  22. package/dist/dts/filter/filter.d.ts.map +1 -1
  23. package/dist/dts/flyout/flyout.d.ts +2 -0
  24. package/dist/dts/flyout/flyout.d.ts.map +1 -1
  25. package/dist/dts/menu-item/menu-item.d.ts +2 -0
  26. package/dist/dts/menu-item/menu-item.d.ts.map +1 -1
  27. package/dist/dts/multiselect/multiselect.d.ts +3 -0
  28. package/dist/dts/multiselect/multiselect.d.ts.map +1 -1
  29. package/dist/dts/number-field/number-field.d.ts +2 -0
  30. package/dist/dts/number-field/number-field.d.ts.map +1 -1
  31. package/dist/dts/options-datasource/options-datasource.d.ts +6 -0
  32. package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
  33. package/dist/dts/react.d.ts +849 -0
  34. package/dist/dts/scheduler/scheduler.d.ts +2 -0
  35. package/dist/dts/scheduler/scheduler.d.ts.map +1 -1
  36. package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.d.ts +3 -0
  37. package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.d.ts.map +1 -1
  38. package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.d.ts +3 -0
  39. package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.d.ts.map +1 -1
  40. package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.d.ts +2 -0
  41. package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.d.ts.map +1 -1
  42. package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts +3 -0
  43. package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts.map +1 -1
  44. package/dist/dts/scheduler-timezone/scheduler-timezone.d.ts +2 -0
  45. package/dist/dts/scheduler-timezone/scheduler-timezone.d.ts.map +1 -1
  46. package/dist/dts/search-bar/search-bar-combobox.d.ts +3 -0
  47. package/dist/dts/search-bar/search-bar-combobox.d.ts.map +1 -1
  48. package/dist/dts/search-bar/search-bar.d.ts +2 -0
  49. package/dist/dts/search-bar/search-bar.d.ts.map +1 -1
  50. package/dist/dts/section-navigator/section-navigator.d.ts +5 -0
  51. package/dist/dts/section-navigator/section-navigator.d.ts.map +1 -1
  52. package/dist/dts/snackbar/snackbar.d.ts +2 -0
  53. package/dist/dts/snackbar/snackbar.d.ts.map +1 -1
  54. package/dist/dts/stepper/stepper.d.ts +6 -0
  55. package/dist/dts/stepper/stepper.d.ts.map +1 -1
  56. package/dist/dts/stepper-tab/stepper-tab.d.ts +2 -0
  57. package/dist/dts/stepper-tab/stepper-tab.d.ts.map +1 -1
  58. package/dist/esm/_common/base-file-component.js +3 -0
  59. package/dist/esm/ai-criteria-search/ai-criteria-search.js +5 -0
  60. package/dist/esm/categorized-multiselect/categorized-multiselect.js +2 -0
  61. package/dist/esm/combobox/combobox.js +2 -0
  62. package/dist/esm/dialog/dialog.js +3 -0
  63. package/dist/esm/expression-builder/rule-expression-builder.js +2 -0
  64. package/dist/esm/expression-builder/value-expression-builder.js +2 -0
  65. package/dist/esm/file-reader/file-reader.js +4 -0
  66. package/dist/esm/file-upload/file-upload.js +6 -0
  67. package/dist/esm/filter/filter.js +3 -0
  68. package/dist/esm/flyout/flyout.js +2 -0
  69. package/dist/esm/menu-item/menu-item.js +2 -0
  70. package/dist/esm/multiselect/multiselect.js +3 -0
  71. package/dist/esm/number-field/number-field.js +2 -0
  72. package/dist/esm/options-datasource/options-datasource.js +6 -0
  73. package/dist/esm/scheduler/scheduler.js +2 -0
  74. package/dist/esm/scheduler-cron-builder/daily-recurrence/daily-recurrence.js +3 -0
  75. package/dist/esm/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.js +3 -0
  76. package/dist/esm/scheduler-cron-builder/scheduler-cron-builder.js +2 -0
  77. package/dist/esm/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.js +3 -0
  78. package/dist/esm/scheduler-timezone/scheduler-timezone.js +2 -0
  79. package/dist/esm/search-bar/search-bar-combobox.js +3 -0
  80. package/dist/esm/search-bar/search-bar.js +2 -0
  81. package/dist/esm/section-navigator/section-navigator.js +5 -0
  82. package/dist/esm/snackbar/snackbar.js +2 -0
  83. package/dist/esm/stepper/stepper.js +6 -0
  84. package/dist/esm/stepper-tab/stepper-tab.js +2 -0
  85. package/dist/react.cjs +462 -0
  86. package/dist/react.mjs +371 -0
  87. package/package.json +33 -19
@@ -0,0 +1,849 @@
1
+ /**
2
+ * AUTO-GENERATED FILE - DO NOT EDIT.
3
+ * Generated from custom-elements manifest.
4
+ */
5
+
6
+ import type React from 'react';
7
+ import type { AccordionItem as AccordionItemWC } from './accordion-item/accordion-item';
8
+ import type { Accordion as AccordionWC } from './accordion/accordion';
9
+ import type { ActionsMenu as ActionsMenuWC } from './actions-menu/actions-menu';
10
+ import type { AiCriteriaSearch as AiCriteriaSearchWC } from './ai-criteria-search/ai-criteria-search';
11
+ import type { AiIndicator as AiIndicatorWC } from './ai-indicator/ai-indicator';
12
+ import type { Anchor as AnchorWC } from './anchor/anchor';
13
+ import type { AnchoredRegion as AnchoredRegionWC } from './anchored-region/anchored-region';
14
+ import type { Avatar as AvatarWC } from './avatar/avatar';
15
+ import type { Badge as BadgeWC } from './badge/badge';
16
+ import type { Banner as BannerWC } from './banner/banner';
17
+ import type { BreadcrumbItem as BreadcrumbItemWC } from './breadcrumb-item/breadcrumb-item';
18
+ import type { Breadcrumb as BreadcrumbWC } from './breadcrumb/breadcrumb';
19
+ import type { Button as ButtonWC } from './button/button';
20
+ import type { Calendar as CalendarWC } from './calendar/calendar';
21
+ import type { Card as CardWC } from './card/card';
22
+ import type { CategorizedMultiselect as CategorizedMultiselectWC } from './categorized-multiselect/categorized-multiselect';
23
+ import type { Checkbox as CheckboxWC } from './checkbox/checkbox';
24
+ import type { Combobox as ComboboxWC } from './combobox/combobox';
25
+ import type { ConnectionIndicator as ConnectionIndicatorWC } from './connection-indicator/connection-indicator';
26
+ import type { DataGridCell as DataGridCellWC } from './data-grid-cell/data-grid.cell';
27
+ import type { DataGridRow as DataGridRowWC } from './data-grid-row/data-grid.row';
28
+ import type { DataGrid as DataGridWC } from './data-grid/data-grid';
29
+ import type { DatePicker as DatePickerWC } from './date-picker/date-picker';
30
+ import type { FoundationDesignSystemProvider as FoundationDesignSystemProviderWC } from './design-system-provider/design-system-provider';
31
+ import type { Dialog as DialogWC } from './dialog/dialog';
32
+ import type { Disclosure as DisclosureWC } from './disclosure/disclosure';
33
+ import type { Divider as DividerWC } from './divider/divider';
34
+ import type { DropdownMenu as DropdownMenuWC } from './dropdown-menu/dropdown-menu';
35
+ import type { EnvironmentIndicator as EnvironmentIndicatorWC } from './environment-indicator/environment-indicator';
36
+ import type { ErrorBanner as ErrorBannerWC } from './error-banner/error-banner';
37
+ import type { ErrorBoundary as ErrorBoundaryWC } from './error-boundary/error-boundary';
38
+ import type { ErrorDialog as ErrorDialogWC } from './error-dialog/error-dialog';
39
+ import type { FileReader as FileReaderWC } from './file-reader/file-reader';
40
+ import type { FileUpload as FileUploadWC } from './file-upload/file-upload';
41
+ import type { FilterBar as FilterBarWC } from './filter-bar/filter-bar';
42
+ import type { Filter as FilterWC } from './filter/filter';
43
+ import type { FlexLayout as FlexLayoutWC } from './flex-layout/flex-layout';
44
+ import type { Flipper as FlipperWC } from './flipper/flipper';
45
+ import type { Flyout as FlyoutWC } from './flyout/flyout';
46
+ import type { GridLayoutItem as GridLayoutItemWC } from './grid-layout-item/grid-layout-item';
47
+ import type { GridLayout as GridLayoutWC } from './grid-layout/grid-layout';
48
+ import type { HorizontalScroll as HorizontalScrollWC } from './horizontal-scroll/horizontal-scroll';
49
+ import type { Icon as IconWC } from './icon/icon';
50
+ import type { ListboxOption as ListboxOptionWC } from './listbox-option/listbox-option';
51
+ import type { Listbox as ListboxWC } from './listbox/listbox';
52
+ import type { MenuItem as MenuItemWC } from './menu-item/menu-item';
53
+ import type { Menu as MenuWC } from './menu/menu';
54
+ import type { Modal as ModalWC } from './modal/modal';
55
+ import type { Multiselect as MultiselectWC } from './multiselect/multiselect';
56
+ import type { NotificationListener as NotificationListenerWC } from './notification-listener/notification-listener';
57
+ import type { NumberField as NumberFieldWC } from './number-field/number-field';
58
+ import type { Optgroup as OptgroupWC } from './optgroup/optgroup';
59
+ import type { Popper as PopperWC } from './popper/popper';
60
+ import type { ProgressRing as ProgressRingWC } from './progress-ring/progress-ring';
61
+ import type { Progress as ProgressWC } from './progress/progress';
62
+ import type { RadioGroup as RadioGroupWC } from './radio-group/radio-group';
63
+ import type { Radio as RadioWC } from './radio/radio';
64
+ import type { SchedulerCronBuilder as SchedulerCronBuilderWC } from './scheduler-cron-builder/scheduler-cron-builder';
65
+ import type { SchedulerTimezone as SchedulerTimezoneWC } from './scheduler-timezone/scheduler-timezone';
66
+ import type { Scheduler as SchedulerWC } from './scheduler/scheduler';
67
+ import type { SearchBarCombobox as SearchBarComboboxWC } from './search-bar/search-bar-combobox';
68
+ import type { SearchBar as SearchBarWC } from './search-bar/search-bar';
69
+ import type { SectionNavigator as SectionNavigatorWC } from './section-navigator/section-navigator';
70
+ import type { SegmentedControl as SegmentedControlWC } from './segmented-control/segmented-control';
71
+ import type { SegmentedItem as SegmentedItemWC } from './segmented-item/segmented-item';
72
+ import type { Select as SelectWC } from './select/select';
73
+ import type { Skeleton as SkeletonWC } from './skeleton/skeleton';
74
+ import type { SliderLabel as SliderLabelWC } from './slider-label/slider-label';
75
+ import type { Slider as SliderWC } from './slider/slider';
76
+ import type { Snackbar as SnackbarWC } from './snackbar/snackbar';
77
+ import type { StackingIcons as StackingIconsWC } from './stacking-icons/stacking-icons';
78
+ import type { StatusPill as StatusPillWC } from './status-pill/status-pill';
79
+ import type { StepperTabPanel as StepperTabPanelWC } from './stepper-tab-panel/stepper-tab-panel';
80
+ import type { StepperTab as StepperTabWC } from './stepper-tab/stepper-tab';
81
+ import type { Stepper as StepperWC } from './stepper/stepper';
82
+ import type { Switch as SwitchWC } from './switch/switch';
83
+ import type { TabPanel as TabPanelWC } from './tab-panel/tab-panel';
84
+ import type { Tab as TabWC } from './tab/tab';
85
+ import type { Tabs as TabsWC } from './tabs/tabs';
86
+ import type { TextArea as TextAreaWC } from './text-area/text-area';
87
+ import type { TextField as TextFieldWC } from './text-field/text-field';
88
+ import type { Toast as ToastWC } from './toast/toast';
89
+ import type { Toolbar as ToolbarWC } from './toolbar/toolbar';
90
+ import type { Tooltip as TooltipWC } from './tooltip/tooltip';
91
+ import type { TreeView as TreeViewWC } from './tree-view/tree-view';
92
+ import type { UrlInput as UrlInputWC } from './url-input/url-input';
93
+
94
+ /** @internal Maps a web component class to its public props only.
95
+ * keyof T skips private/protected members, so this avoids the TS error
96
+ * "property may not be private or protected" on exported anonymous types. */
97
+ type PublicOf<T> = { [K in keyof T]?: T[K] };
98
+
99
+ /** @internal Safe React HTML attributes for web component wrappers.
100
+ * onChange/onInput use method signatures for bivariant parameter checking so both
101
+ * native Event and CustomEvent callbacks are accepted. */
102
+ interface HTMLWCProps extends React.AriaAttributes {
103
+ className?: string; style?: React.CSSProperties; id?: string; slot?: string;
104
+ tabIndex?: number; dir?: string; lang?: string; title?: string;
105
+ onClick?: React.MouseEventHandler<HTMLElement>;
106
+ onDoubleClick?: React.MouseEventHandler<HTMLElement>;
107
+ onContextMenu?: React.MouseEventHandler<HTMLElement>;
108
+ onMouseEnter?: React.MouseEventHandler<HTMLElement>;
109
+ onMouseLeave?: React.MouseEventHandler<HTMLElement>;
110
+ onMouseDown?: React.MouseEventHandler<HTMLElement>;
111
+ onMouseUp?: React.MouseEventHandler<HTMLElement>;
112
+ onMouseMove?: React.MouseEventHandler<HTMLElement>;
113
+ onKeyDown?: React.KeyboardEventHandler<HTMLElement>;
114
+ onKeyUp?: React.KeyboardEventHandler<HTMLElement>;
115
+ onFocus?: React.FocusEventHandler<HTMLElement>;
116
+ onBlur?: React.FocusEventHandler<HTMLElement>;
117
+ onScroll?: React.UIEventHandler<HTMLElement>;
118
+ onWheel?: React.WheelEventHandler<HTMLElement>;
119
+ onChange?(e: Event): void;
120
+ onInput?(e: Event): void;
121
+ }
122
+
123
+ export declare const ActionsMenu: React.ForwardRefExoticComponent<
124
+ React.PropsWithChildren<
125
+ Omit<PublicOf<ActionsMenuWC>, 'children' | 'style'> &
126
+ HTMLWCProps & {
127
+ }
128
+ > & React.RefAttributes<ActionsMenuWC>
129
+ >;
130
+
131
+ export declare const AccordionItem: React.ForwardRefExoticComponent<
132
+ React.PropsWithChildren<
133
+ Omit<PublicOf<AccordionItemWC>, 'children' | 'style'> &
134
+ HTMLWCProps & {
135
+ }
136
+ > & React.RefAttributes<AccordionItemWC>
137
+ >;
138
+
139
+ export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
140
+ React.PropsWithChildren<
141
+ Omit<PublicOf<AiCriteriaSearchWC>, 'children' | 'style'> &
142
+ HTMLWCProps & {
143
+ onCriteriaChanged?: (event: CustomEvent<unknown>) => void;
144
+ onValidationErrors?: (event: CustomEvent<unknown>) => void;
145
+ }
146
+ > & React.RefAttributes<AiCriteriaSearchWC>
147
+ >;
148
+
149
+ export declare const AiIndicator: React.ForwardRefExoticComponent<
150
+ React.PropsWithChildren<
151
+ Omit<PublicOf<AiIndicatorWC>, 'children' | 'style'> &
152
+ HTMLWCProps & {
153
+ }
154
+ > & React.RefAttributes<AiIndicatorWC>
155
+ >;
156
+
157
+ export declare const Accordion: React.ForwardRefExoticComponent<
158
+ React.PropsWithChildren<
159
+ Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
160
+ HTMLWCProps & {
161
+ }
162
+ > & React.RefAttributes<AccordionWC>
163
+ >;
164
+
165
+ export declare const Anchor: React.ForwardRefExoticComponent<
166
+ React.PropsWithChildren<
167
+ Omit<PublicOf<AnchorWC>, 'children' | 'style'> &
168
+ HTMLWCProps & {
169
+ }
170
+ > & React.RefAttributes<AnchorWC>
171
+ >;
172
+
173
+ export declare const AnchoredRegion: React.ForwardRefExoticComponent<
174
+ React.PropsWithChildren<
175
+ Omit<PublicOf<AnchoredRegionWC>, 'children' | 'style'> &
176
+ HTMLWCProps & {
177
+ onLoaded?: (event: CustomEvent<unknown>) => void;
178
+ onPositionchange?: (event: CustomEvent<unknown>) => void;
179
+ }
180
+ > & React.RefAttributes<AnchoredRegionWC>
181
+ >;
182
+
183
+ export declare const Avatar: React.ForwardRefExoticComponent<
184
+ React.PropsWithChildren<
185
+ Omit<PublicOf<AvatarWC>, 'children' | 'style'> &
186
+ HTMLWCProps & {
187
+ }
188
+ > & React.RefAttributes<AvatarWC>
189
+ >;
190
+
191
+ export declare const Badge: React.ForwardRefExoticComponent<
192
+ React.PropsWithChildren<
193
+ Omit<PublicOf<BadgeWC>, 'children' | 'style'> &
194
+ HTMLWCProps & {
195
+ }
196
+ > & React.RefAttributes<BadgeWC>
197
+ >;
198
+
199
+ export declare const Banner: React.ForwardRefExoticComponent<
200
+ React.PropsWithChildren<
201
+ Omit<PublicOf<BannerWC>, 'children' | 'style'> &
202
+ HTMLWCProps & {
203
+ }
204
+ > & React.RefAttributes<BannerWC>
205
+ >;
206
+
207
+ export declare const Breadcrumb: React.ForwardRefExoticComponent<
208
+ React.PropsWithChildren<
209
+ Omit<PublicOf<BreadcrumbWC>, 'children' | 'style'> &
210
+ HTMLWCProps & {
211
+ }
212
+ > & React.RefAttributes<BreadcrumbWC>
213
+ >;
214
+
215
+ export declare const BreadcrumbItem: React.ForwardRefExoticComponent<
216
+ React.PropsWithChildren<
217
+ Omit<PublicOf<BreadcrumbItemWC>, 'children' | 'style'> &
218
+ HTMLWCProps & {
219
+ }
220
+ > & React.RefAttributes<BreadcrumbItemWC>
221
+ >;
222
+
223
+ export declare const Button: React.ForwardRefExoticComponent<
224
+ React.PropsWithChildren<
225
+ Omit<PublicOf<ButtonWC>, 'children' | 'style'> &
226
+ HTMLWCProps & {
227
+ }
228
+ > & React.RefAttributes<ButtonWC>
229
+ >;
230
+
231
+ export declare const Calendar: React.ForwardRefExoticComponent<
232
+ React.PropsWithChildren<
233
+ Omit<PublicOf<CalendarWC>, 'children' | 'style'> &
234
+ HTMLWCProps & {
235
+ onDateselected?: (event: CustomEvent<unknown>) => void;
236
+ }
237
+ > & React.RefAttributes<CalendarWC>
238
+ >;
239
+
240
+ export declare const Card: React.ForwardRefExoticComponent<
241
+ React.PropsWithChildren<
242
+ Omit<PublicOf<CardWC>, 'children' | 'style'> &
243
+ HTMLWCProps & {
244
+ }
245
+ > & React.RefAttributes<CardWC>
246
+ >;
247
+
248
+ export declare const CategorizedMultiselect: React.ForwardRefExoticComponent<
249
+ React.PropsWithChildren<
250
+ Omit<PublicOf<CategorizedMultiselectWC>, 'children' | 'style'> &
251
+ HTMLWCProps & {
252
+ onSelectionChange?: (event: CustomEvent<unknown>) => void;
253
+ }
254
+ > & React.RefAttributes<CategorizedMultiselectWC>
255
+ >;
256
+
257
+ export declare const Checkbox: React.ForwardRefExoticComponent<
258
+ React.PropsWithChildren<
259
+ Omit<PublicOf<CheckboxWC>, 'children' | 'style'> &
260
+ HTMLWCProps & {
261
+ }
262
+ > & React.RefAttributes<CheckboxWC>
263
+ >;
264
+
265
+ export declare const Combobox: React.ForwardRefExoticComponent<
266
+ React.PropsWithChildren<
267
+ Omit<PublicOf<ComboboxWC>, 'children' | 'style'> &
268
+ HTMLWCProps & {
269
+ }
270
+ > & React.RefAttributes<ComboboxWC>
271
+ >;
272
+
273
+ export declare const ConnectionIndicator: React.ForwardRefExoticComponent<
274
+ React.PropsWithChildren<
275
+ Omit<PublicOf<ConnectionIndicatorWC>, 'children' | 'style'> &
276
+ HTMLWCProps & {
277
+ }
278
+ > & React.RefAttributes<ConnectionIndicatorWC>
279
+ >;
280
+
281
+ export declare const DataGrid: React.ForwardRefExoticComponent<
282
+ React.PropsWithChildren<
283
+ Omit<PublicOf<DataGridWC>, 'children' | 'style'> &
284
+ HTMLWCProps & {
285
+ }
286
+ > & React.RefAttributes<DataGridWC>
287
+ >;
288
+
289
+ export declare const DataGridCell: React.ForwardRefExoticComponent<
290
+ React.PropsWithChildren<
291
+ Omit<PublicOf<DataGridCellWC>, 'children' | 'style'> &
292
+ HTMLWCProps & {
293
+ onCellFocused?: (event: CustomEvent<unknown>) => void;
294
+ }
295
+ > & React.RefAttributes<DataGridCellWC>
296
+ >;
297
+
298
+ export declare const DataGridRow: React.ForwardRefExoticComponent<
299
+ React.PropsWithChildren<
300
+ Omit<PublicOf<DataGridRowWC>, 'children' | 'style'> &
301
+ HTMLWCProps & {
302
+ onRowFocused?: (event: CustomEvent<unknown>) => void;
303
+ }
304
+ > & React.RefAttributes<DataGridRowWC>
305
+ >;
306
+
307
+ export declare const DatePicker: React.ForwardRefExoticComponent<
308
+ React.PropsWithChildren<
309
+ Omit<PublicOf<DatePickerWC>, 'children' | 'style'> &
310
+ HTMLWCProps & {
311
+ onValueChanged?: (event: CustomEvent<unknown>) => void;
312
+ }
313
+ > & React.RefAttributes<DatePickerWC>
314
+ >;
315
+
316
+ export declare const FoundationDesignSystemProvider: React.ForwardRefExoticComponent<
317
+ React.PropsWithChildren<
318
+ Omit<PublicOf<FoundationDesignSystemProviderWC>, 'children' | 'style'> &
319
+ HTMLWCProps & {
320
+ }
321
+ > & React.RefAttributes<FoundationDesignSystemProviderWC>
322
+ >;
323
+
324
+ export declare const Dialog: React.ForwardRefExoticComponent<
325
+ React.PropsWithChildren<
326
+ Omit<PublicOf<DialogWC>, 'children' | 'style'> &
327
+ HTMLWCProps & {
328
+ onClose?: (event: CustomEvent<unknown>) => void;
329
+ }
330
+ > & React.RefAttributes<DialogWC>
331
+ >;
332
+
333
+ export declare const Disclosure: React.ForwardRefExoticComponent<
334
+ React.PropsWithChildren<
335
+ Omit<PublicOf<DisclosureWC>, 'children' | 'style'> &
336
+ HTMLWCProps & {
337
+ }
338
+ > & React.RefAttributes<DisclosureWC>
339
+ >;
340
+
341
+ export declare const Divider: React.ForwardRefExoticComponent<
342
+ React.PropsWithChildren<
343
+ Omit<PublicOf<DividerWC>, 'children' | 'style'> &
344
+ HTMLWCProps & {
345
+ }
346
+ > & React.RefAttributes<DividerWC>
347
+ >;
348
+
349
+ export declare const DropdownMenu: React.ForwardRefExoticComponent<
350
+ React.PropsWithChildren<
351
+ Omit<PublicOf<DropdownMenuWC>, 'children' | 'style'> &
352
+ HTMLWCProps & {
353
+ }
354
+ > & React.RefAttributes<DropdownMenuWC>
355
+ >;
356
+
357
+ export declare const EnvironmentIndicator: React.ForwardRefExoticComponent<
358
+ React.PropsWithChildren<
359
+ Omit<PublicOf<EnvironmentIndicatorWC>, 'children' | 'style'> &
360
+ HTMLWCProps & {
361
+ }
362
+ > & React.RefAttributes<EnvironmentIndicatorWC>
363
+ >;
364
+
365
+ export declare const ErrorBanner: React.ForwardRefExoticComponent<
366
+ React.PropsWithChildren<
367
+ Omit<PublicOf<ErrorBannerWC>, 'children' | 'style'> &
368
+ HTMLWCProps & {
369
+ }
370
+ > & React.RefAttributes<ErrorBannerWC>
371
+ >;
372
+
373
+ export declare const ErrorBoundary: React.ForwardRefExoticComponent<
374
+ React.PropsWithChildren<
375
+ Omit<PublicOf<ErrorBoundaryWC>, 'children' | 'style'> &
376
+ HTMLWCProps & {
377
+ }
378
+ > & React.RefAttributes<ErrorBoundaryWC>
379
+ >;
380
+
381
+ export declare const ErrorDialog: React.ForwardRefExoticComponent<
382
+ React.PropsWithChildren<
383
+ Omit<PublicOf<ErrorDialogWC>, 'children' | 'style'> &
384
+ HTMLWCProps & {
385
+ }
386
+ > & React.RefAttributes<ErrorDialogWC>
387
+ >;
388
+
389
+ export declare const FileReader: React.ForwardRefExoticComponent<
390
+ React.PropsWithChildren<
391
+ Omit<PublicOf<FileReaderWC>, 'children' | 'style'> &
392
+ HTMLWCProps & {
393
+ onFileRead?: (event: CustomEvent<unknown>) => void;
394
+ onClear?: (event: CustomEvent<unknown>) => void;
395
+ }
396
+ > & React.RefAttributes<FileReaderWC>
397
+ >;
398
+
399
+ export declare const FileUpload: React.ForwardRefExoticComponent<
400
+ React.PropsWithChildren<
401
+ Omit<PublicOf<FileUploadWC>, 'children' | 'style'> &
402
+ HTMLWCProps & {
403
+ onFileSelected?: (event: CustomEvent<unknown>) => void;
404
+ onSuccess?: (event: CustomEvent<unknown>) => void;
405
+ onErrorOut?: (event: CustomEvent<unknown>) => void;
406
+ onClear?: (event: CustomEvent<unknown>) => void;
407
+ }
408
+ > & React.RefAttributes<FileUploadWC>
409
+ >;
410
+
411
+ export declare const Filter: React.ForwardRefExoticComponent<
412
+ React.PropsWithChildren<
413
+ Omit<PublicOf<FilterWC>, 'children' | 'style'> &
414
+ HTMLWCProps & {
415
+ onFilterChanged?: (event: CustomEvent<unknown>) => void;
416
+ onFilterCleared?: (event: CustomEvent<unknown>) => void;
417
+ }
418
+ > & React.RefAttributes<FilterWC>
419
+ >;
420
+
421
+ export declare const FilterBar: React.ForwardRefExoticComponent<
422
+ React.PropsWithChildren<
423
+ Omit<PublicOf<FilterBarWC>, 'children' | 'style'> &
424
+ HTMLWCProps & {
425
+ }
426
+ > & React.RefAttributes<FilterBarWC>
427
+ >;
428
+
429
+ export declare const FlexLayout: React.ForwardRefExoticComponent<
430
+ React.PropsWithChildren<
431
+ Omit<PublicOf<FlexLayoutWC>, 'children' | 'style'> &
432
+ HTMLWCProps & {
433
+ }
434
+ > & React.RefAttributes<FlexLayoutWC>
435
+ >;
436
+
437
+ export declare const Flipper: React.ForwardRefExoticComponent<
438
+ React.PropsWithChildren<
439
+ Omit<PublicOf<FlipperWC>, 'children' | 'style'> &
440
+ HTMLWCProps & {
441
+ }
442
+ > & React.RefAttributes<FlipperWC>
443
+ >;
444
+
445
+ export declare const Flyout: React.ForwardRefExoticComponent<
446
+ React.PropsWithChildren<
447
+ Omit<PublicOf<FlyoutWC>, 'children' | 'style'> &
448
+ HTMLWCProps & {
449
+ onClosed?: (event: CustomEvent<unknown>) => void;
450
+ }
451
+ > & React.RefAttributes<FlyoutWC>
452
+ >;
453
+
454
+ export declare const GridLayout: React.ForwardRefExoticComponent<
455
+ React.PropsWithChildren<
456
+ Omit<PublicOf<GridLayoutWC>, 'children' | 'style'> &
457
+ HTMLWCProps & {
458
+ }
459
+ > & React.RefAttributes<GridLayoutWC>
460
+ >;
461
+
462
+ export declare const GridLayoutItem: React.ForwardRefExoticComponent<
463
+ React.PropsWithChildren<
464
+ Omit<PublicOf<GridLayoutItemWC>, 'children' | 'style'> &
465
+ HTMLWCProps & {
466
+ }
467
+ > & React.RefAttributes<GridLayoutItemWC>
468
+ >;
469
+
470
+ export declare const HorizontalScroll: React.ForwardRefExoticComponent<
471
+ React.PropsWithChildren<
472
+ Omit<PublicOf<HorizontalScrollWC>, 'children' | 'style'> &
473
+ HTMLWCProps & {
474
+ onScrollstart?: (event: CustomEvent<unknown>) => void;
475
+ onScrollend?: (event: CustomEvent<unknown>) => void;
476
+ }
477
+ > & React.RefAttributes<HorizontalScrollWC>
478
+ >;
479
+
480
+ export declare const Icon: React.ForwardRefExoticComponent<
481
+ React.PropsWithChildren<
482
+ Omit<PublicOf<IconWC>, 'children' | 'style'> &
483
+ HTMLWCProps & {
484
+ }
485
+ > & React.RefAttributes<IconWC>
486
+ >;
487
+
488
+ export declare const Listbox: React.ForwardRefExoticComponent<
489
+ React.PropsWithChildren<
490
+ Omit<PublicOf<ListboxWC>, 'children' | 'style'> &
491
+ HTMLWCProps & {
492
+ }
493
+ > & React.RefAttributes<ListboxWC>
494
+ >;
495
+
496
+ export declare const ListboxOption: React.ForwardRefExoticComponent<
497
+ React.PropsWithChildren<
498
+ Omit<PublicOf<ListboxOptionWC>, 'children' | 'style'> &
499
+ HTMLWCProps & {
500
+ }
501
+ > & React.RefAttributes<ListboxOptionWC>
502
+ >;
503
+
504
+ export declare const Menu: React.ForwardRefExoticComponent<
505
+ React.PropsWithChildren<
506
+ Omit<PublicOf<MenuWC>, 'children' | 'style'> &
507
+ HTMLWCProps & {
508
+ }
509
+ > & React.RefAttributes<MenuWC>
510
+ >;
511
+
512
+ export declare const MenuItem: React.ForwardRefExoticComponent<
513
+ React.PropsWithChildren<
514
+ Omit<PublicOf<MenuItemWC>, 'children' | 'style'> &
515
+ HTMLWCProps & {
516
+ onOnMenuClick?: (event: CustomEvent<unknown>) => void;
517
+ onExpandedChange?: (event: CustomEvent<unknown>) => void;
518
+ }
519
+ > & React.RefAttributes<MenuItemWC>
520
+ >;
521
+
522
+ export declare const Modal: React.ForwardRefExoticComponent<
523
+ React.PropsWithChildren<
524
+ Omit<PublicOf<ModalWC>, 'children' | 'style'> &
525
+ HTMLWCProps & {
526
+ }
527
+ > & React.RefAttributes<ModalWC>
528
+ >;
529
+
530
+ export declare const Multiselect: React.ForwardRefExoticComponent<
531
+ React.PropsWithChildren<
532
+ Omit<PublicOf<MultiselectWC>, 'children' | 'style'> &
533
+ HTMLWCProps & {
534
+ onSelectionChange?: (event: CustomEvent<unknown>) => void;
535
+ onClear?: (event: CustomEvent<unknown>) => void;
536
+ }
537
+ > & React.RefAttributes<MultiselectWC>
538
+ >;
539
+
540
+ export declare const NotificationListener: React.ForwardRefExoticComponent<
541
+ React.PropsWithChildren<
542
+ Omit<PublicOf<NotificationListenerWC>, 'children' | 'style'> &
543
+ HTMLWCProps & {
544
+ }
545
+ > & React.RefAttributes<NotificationListenerWC>
546
+ >;
547
+
548
+ export declare const NumberField: React.ForwardRefExoticComponent<
549
+ React.PropsWithChildren<
550
+ Omit<PublicOf<NumberFieldWC>, 'children' | 'style'> &
551
+ HTMLWCProps & {
552
+ }
553
+ > & React.RefAttributes<NumberFieldWC>
554
+ >;
555
+
556
+ export declare const Optgroup: React.ForwardRefExoticComponent<
557
+ React.PropsWithChildren<
558
+ Omit<PublicOf<OptgroupWC>, 'children' | 'style'> &
559
+ HTMLWCProps & {
560
+ }
561
+ > & React.RefAttributes<OptgroupWC>
562
+ >;
563
+
564
+ export declare const Popper: React.ForwardRefExoticComponent<
565
+ React.PropsWithChildren<
566
+ Omit<PublicOf<PopperWC>, 'children' | 'style'> &
567
+ HTMLWCProps & {
568
+ }
569
+ > & React.RefAttributes<PopperWC>
570
+ >;
571
+
572
+ export declare const Progress: React.ForwardRefExoticComponent<
573
+ React.PropsWithChildren<
574
+ Omit<PublicOf<ProgressWC>, 'children' | 'style'> &
575
+ HTMLWCProps & {
576
+ }
577
+ > & React.RefAttributes<ProgressWC>
578
+ >;
579
+
580
+ export declare const ProgressRing: React.ForwardRefExoticComponent<
581
+ React.PropsWithChildren<
582
+ Omit<PublicOf<ProgressRingWC>, 'children' | 'style'> &
583
+ HTMLWCProps & {
584
+ }
585
+ > & React.RefAttributes<ProgressRingWC>
586
+ >;
587
+
588
+ export declare const Radio: React.ForwardRefExoticComponent<
589
+ React.PropsWithChildren<
590
+ Omit<PublicOf<RadioWC>, 'children' | 'style'> &
591
+ HTMLWCProps & {
592
+ }
593
+ > & React.RefAttributes<RadioWC>
594
+ >;
595
+
596
+ export declare const RadioGroup: React.ForwardRefExoticComponent<
597
+ React.PropsWithChildren<
598
+ Omit<PublicOf<RadioGroupWC>, 'children' | 'style'> &
599
+ HTMLWCProps & {
600
+ }
601
+ > & React.RefAttributes<RadioGroupWC>
602
+ >;
603
+
604
+ export declare const Scheduler: React.ForwardRefExoticComponent<
605
+ React.PropsWithChildren<
606
+ Omit<PublicOf<SchedulerWC>, 'children' | 'style'> &
607
+ HTMLWCProps & {
608
+ }
609
+ > & React.RefAttributes<SchedulerWC>
610
+ >;
611
+
612
+ export declare const SchedulerCronBuilder: React.ForwardRefExoticComponent<
613
+ React.PropsWithChildren<
614
+ Omit<PublicOf<SchedulerCronBuilderWC>, 'children' | 'style'> &
615
+ HTMLWCProps & {
616
+ }
617
+ > & React.RefAttributes<SchedulerCronBuilderWC>
618
+ >;
619
+
620
+ export declare const SchedulerTimezone: React.ForwardRefExoticComponent<
621
+ React.PropsWithChildren<
622
+ Omit<PublicOf<SchedulerTimezoneWC>, 'children' | 'style'> &
623
+ HTMLWCProps & {
624
+ }
625
+ > & React.RefAttributes<SchedulerTimezoneWC>
626
+ >;
627
+
628
+ export declare const SearchBarCombobox: React.ForwardRefExoticComponent<
629
+ React.PropsWithChildren<
630
+ Omit<PublicOf<SearchBarComboboxWC>, 'children' | 'style'> &
631
+ HTMLWCProps & {
632
+ onInputdeleted?: (event: CustomEvent<unknown>) => void;
633
+ }
634
+ > & React.RefAttributes<SearchBarComboboxWC>
635
+ >;
636
+
637
+ export declare const SearchBar: React.ForwardRefExoticComponent<
638
+ React.PropsWithChildren<
639
+ Omit<PublicOf<SearchBarWC>, 'children' | 'style'> &
640
+ HTMLWCProps & {
641
+ onSelectionChange?: (event: CustomEvent<unknown>) => void;
642
+ }
643
+ > & React.RefAttributes<SearchBarWC>
644
+ >;
645
+
646
+ export declare const SectionNavigator: React.ForwardRefExoticComponent<
647
+ React.PropsWithChildren<
648
+ Omit<PublicOf<SectionNavigatorWC>, 'children' | 'style'> &
649
+ HTMLWCProps & {
650
+ onSectionNavigatorSetState?: (event: CustomEvent<unknown>) => void;
651
+ onSectionNavigatorSetStates?: (event: CustomEvent<unknown>) => void;
652
+ onSectionNavigatorClearState?: (event: CustomEvent<unknown>) => void;
653
+ onSectionNavigatorClearAllStates?: (event: CustomEvent<unknown>) => void;
654
+ }
655
+ > & React.RefAttributes<SectionNavigatorWC>
656
+ >;
657
+
658
+ export declare const SegmentedControl: React.ForwardRefExoticComponent<
659
+ React.PropsWithChildren<
660
+ Omit<PublicOf<SegmentedControlWC>, 'children' | 'style'> &
661
+ HTMLWCProps & {
662
+ }
663
+ > & React.RefAttributes<SegmentedControlWC>
664
+ >;
665
+
666
+ export declare const SegmentedItem: React.ForwardRefExoticComponent<
667
+ React.PropsWithChildren<
668
+ Omit<PublicOf<SegmentedItemWC>, 'children' | 'style'> &
669
+ HTMLWCProps & {
670
+ }
671
+ > & React.RefAttributes<SegmentedItemWC>
672
+ >;
673
+
674
+ export declare const Select: React.ForwardRefExoticComponent<
675
+ React.PropsWithChildren<
676
+ Omit<PublicOf<SelectWC>, 'children' | 'style'> &
677
+ HTMLWCProps & {
678
+ }
679
+ > & React.RefAttributes<SelectWC>
680
+ >;
681
+
682
+ export declare const Skeleton: React.ForwardRefExoticComponent<
683
+ React.PropsWithChildren<
684
+ Omit<PublicOf<SkeletonWC>, 'children' | 'style'> &
685
+ HTMLWCProps & {
686
+ }
687
+ > & React.RefAttributes<SkeletonWC>
688
+ >;
689
+
690
+ export declare const Slider: React.ForwardRefExoticComponent<
691
+ React.PropsWithChildren<
692
+ Omit<PublicOf<SliderWC>, 'children' | 'style'> &
693
+ HTMLWCProps & {
694
+ }
695
+ > & React.RefAttributes<SliderWC>
696
+ >;
697
+
698
+ export declare const SliderLabel: React.ForwardRefExoticComponent<
699
+ React.PropsWithChildren<
700
+ Omit<PublicOf<SliderLabelWC>, 'children' | 'style'> &
701
+ HTMLWCProps & {
702
+ }
703
+ > & React.RefAttributes<SliderLabelWC>
704
+ >;
705
+
706
+ export declare const Snackbar: React.ForwardRefExoticComponent<
707
+ React.PropsWithChildren<
708
+ Omit<PublicOf<SnackbarWC>, 'children' | 'style'> &
709
+ HTMLWCProps & {
710
+ onAutoDismiss?: (event: CustomEvent<unknown>) => void;
711
+ }
712
+ > & React.RefAttributes<SnackbarWC>
713
+ >;
714
+
715
+ export declare const StackingIcons: React.ForwardRefExoticComponent<
716
+ React.PropsWithChildren<
717
+ Omit<PublicOf<StackingIconsWC>, 'children' | 'style'> &
718
+ HTMLWCProps & {
719
+ }
720
+ > & React.RefAttributes<StackingIconsWC>
721
+ >;
722
+
723
+ export declare const StatusPill: React.ForwardRefExoticComponent<
724
+ React.PropsWithChildren<
725
+ Omit<PublicOf<StatusPillWC>, 'children' | 'style'> &
726
+ HTMLWCProps & {
727
+ }
728
+ > & React.RefAttributes<StatusPillWC>
729
+ >;
730
+
731
+ export declare const Stepper: React.ForwardRefExoticComponent<
732
+ React.PropsWithChildren<
733
+ Omit<PublicOf<StepperWC>, 'children' | 'style'> &
734
+ HTMLWCProps & {
735
+ onStepClick?: (event: CustomEvent<unknown>) => void;
736
+ onValidationFailure?: (event: CustomEvent<unknown>) => void;
737
+ onNextStep?: (event: CustomEvent<unknown>) => void;
738
+ onValidationSuccess?: (event: CustomEvent<unknown>) => void;
739
+ }
740
+ > & React.RefAttributes<StepperWC>
741
+ >;
742
+
743
+ export declare const StepperTab: React.ForwardRefExoticComponent<
744
+ React.PropsWithChildren<
745
+ Omit<PublicOf<StepperTabWC>, 'children' | 'style'> &
746
+ HTMLWCProps & {
747
+ onTabClicked?: (event: CustomEvent<unknown>) => void;
748
+ }
749
+ > & React.RefAttributes<StepperTabWC>
750
+ >;
751
+
752
+ export declare const StepperTabPanel: React.ForwardRefExoticComponent<
753
+ React.PropsWithChildren<
754
+ Omit<PublicOf<StepperTabPanelWC>, 'children' | 'style'> &
755
+ HTMLWCProps & {
756
+ }
757
+ > & React.RefAttributes<StepperTabPanelWC>
758
+ >;
759
+
760
+ export declare const Switch: React.ForwardRefExoticComponent<
761
+ React.PropsWithChildren<
762
+ Omit<PublicOf<SwitchWC>, 'children' | 'style'> &
763
+ HTMLWCProps & {
764
+ }
765
+ > & React.RefAttributes<SwitchWC>
766
+ >;
767
+
768
+ export declare const Tab: React.ForwardRefExoticComponent<
769
+ React.PropsWithChildren<
770
+ Omit<PublicOf<TabWC>, 'children' | 'style'> &
771
+ HTMLWCProps & {
772
+ }
773
+ > & React.RefAttributes<TabWC>
774
+ >;
775
+
776
+ export declare const TabPanel: React.ForwardRefExoticComponent<
777
+ React.PropsWithChildren<
778
+ Omit<PublicOf<TabPanelWC>, 'children' | 'style'> &
779
+ HTMLWCProps & {
780
+ }
781
+ > & React.RefAttributes<TabPanelWC>
782
+ >;
783
+
784
+ export declare const Tabs: React.ForwardRefExoticComponent<
785
+ React.PropsWithChildren<
786
+ Omit<PublicOf<TabsWC>, 'children' | 'style'> &
787
+ HTMLWCProps & {
788
+ }
789
+ > & React.RefAttributes<TabsWC>
790
+ >;
791
+
792
+ export declare const TextArea: React.ForwardRefExoticComponent<
793
+ React.PropsWithChildren<
794
+ Omit<PublicOf<TextAreaWC>, 'children' | 'style'> &
795
+ HTMLWCProps & {
796
+ }
797
+ > & React.RefAttributes<TextAreaWC>
798
+ >;
799
+
800
+ export declare const TextField: React.ForwardRefExoticComponent<
801
+ React.PropsWithChildren<
802
+ Omit<PublicOf<TextFieldWC>, 'children' | 'style'> &
803
+ HTMLWCProps & {
804
+ }
805
+ > & React.RefAttributes<TextFieldWC>
806
+ >;
807
+
808
+ export declare const Toast: React.ForwardRefExoticComponent<
809
+ React.PropsWithChildren<
810
+ Omit<PublicOf<ToastWC>, 'children' | 'style'> &
811
+ HTMLWCProps & {
812
+ }
813
+ > & React.RefAttributes<ToastWC>
814
+ >;
815
+
816
+ export declare const Toolbar: React.ForwardRefExoticComponent<
817
+ React.PropsWithChildren<
818
+ Omit<PublicOf<ToolbarWC>, 'children' | 'style'> &
819
+ HTMLWCProps & {
820
+ }
821
+ > & React.RefAttributes<ToolbarWC>
822
+ >;
823
+
824
+ export declare const Tooltip: React.ForwardRefExoticComponent<
825
+ React.PropsWithChildren<
826
+ Omit<PublicOf<TooltipWC>, 'children' | 'style'> &
827
+ HTMLWCProps & {
828
+ onDismiss?: (event: CustomEvent<unknown>) => void;
829
+ }
830
+ > & React.RefAttributes<TooltipWC>
831
+ >;
832
+
833
+ export declare const TreeView: React.ForwardRefExoticComponent<
834
+ React.PropsWithChildren<
835
+ Omit<PublicOf<TreeViewWC>, 'children' | 'style'> &
836
+ HTMLWCProps & {
837
+ }
838
+ > & React.RefAttributes<TreeViewWC>
839
+ >;
840
+
841
+ export declare const UrlInput: React.ForwardRefExoticComponent<
842
+ React.PropsWithChildren<
843
+ Omit<PublicOf<UrlInputWC>, 'children' | 'style'> &
844
+ HTMLWCProps & {
845
+ }
846
+ > & React.RefAttributes<UrlInputWC>
847
+ >;
848
+
849
+ export {};