@esri/calcite-components-react 3.0.0-next.7 → 3.0.0-next.8

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.
@@ -1,109 +1,323 @@
1
- /// <reference types="react" />
2
- import type { JSX } from '@esri/calcite-components';
3
- export declare const CalciteAccordion: import("react").ForwardRefExoticComponent<JSX.CalciteAccordion & Omit<import("react").HTMLAttributes<HTMLCalciteAccordionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteAccordionElement>>;
4
- export declare const CalciteAccordionItem: import("react").ForwardRefExoticComponent<JSX.CalciteAccordionItem & Omit<import("react").HTMLAttributes<HTMLCalciteAccordionItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteAccordionItemElement>>;
5
- export declare const CalciteAction: import("react").ForwardRefExoticComponent<JSX.CalciteAction & Omit<import("react").HTMLAttributes<HTMLCalciteActionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteActionElement>>;
6
- export declare const CalciteActionBar: import("react").ForwardRefExoticComponent<JSX.CalciteActionBar & Omit<import("react").HTMLAttributes<HTMLCalciteActionBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteActionBarElement>>;
7
- export declare const CalciteActionGroup: import("react").ForwardRefExoticComponent<JSX.CalciteActionGroup & Omit<import("react").HTMLAttributes<HTMLCalciteActionGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteActionGroupElement>>;
8
- export declare const CalciteActionMenu: import("react").ForwardRefExoticComponent<JSX.CalciteActionMenu & Omit<import("react").HTMLAttributes<HTMLCalciteActionMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteActionMenuElement>>;
9
- export declare const CalciteActionPad: import("react").ForwardRefExoticComponent<JSX.CalciteActionPad & Omit<import("react").HTMLAttributes<HTMLCalciteActionPadElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteActionPadElement>>;
10
- export declare const CalciteAlert: import("react").ForwardRefExoticComponent<JSX.CalciteAlert & Omit<import("react").HTMLAttributes<HTMLCalciteAlertElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteAlertElement>>;
11
- export declare const CalciteAvatar: import("react").ForwardRefExoticComponent<JSX.CalciteAvatar & Omit<import("react").HTMLAttributes<HTMLCalciteAvatarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteAvatarElement>>;
12
- export declare const CalciteBlock: import("react").ForwardRefExoticComponent<JSX.CalciteBlock & Omit<import("react").HTMLAttributes<HTMLCalciteBlockElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteBlockElement>>;
13
- export declare const CalciteBlockSection: import("react").ForwardRefExoticComponent<JSX.CalciteBlockSection & Omit<import("react").HTMLAttributes<HTMLCalciteBlockSectionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteBlockSectionElement>>;
14
- export declare const CalciteButton: import("react").ForwardRefExoticComponent<JSX.CalciteButton & Omit<import("react").HTMLAttributes<HTMLCalciteButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteButtonElement>>;
15
- export declare const CalciteCard: import("react").ForwardRefExoticComponent<JSX.CalciteCard & Omit<import("react").HTMLAttributes<HTMLCalciteCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteCardElement>>;
16
- export declare const CalciteCardGroup: import("react").ForwardRefExoticComponent<JSX.CalciteCardGroup & Omit<import("react").HTMLAttributes<HTMLCalciteCardGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteCardGroupElement>>;
17
- export declare const CalciteCarousel: import("react").ForwardRefExoticComponent<JSX.CalciteCarousel & Omit<import("react").HTMLAttributes<HTMLCalciteCarouselElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteCarouselElement>>;
18
- export declare const CalciteCarouselItem: import("react").ForwardRefExoticComponent<JSX.CalciteCarouselItem & Omit<import("react").HTMLAttributes<HTMLCalciteCarouselItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteCarouselItemElement>>;
19
- export declare const CalciteCheckbox: import("react").ForwardRefExoticComponent<JSX.CalciteCheckbox & Omit<import("react").HTMLAttributes<HTMLCalciteCheckboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteCheckboxElement>>;
20
- export declare const CalciteChip: import("react").ForwardRefExoticComponent<JSX.CalciteChip & Omit<import("react").HTMLAttributes<HTMLCalciteChipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteChipElement>>;
21
- export declare const CalciteChipGroup: import("react").ForwardRefExoticComponent<JSX.CalciteChipGroup & Omit<import("react").HTMLAttributes<HTMLCalciteChipGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteChipGroupElement>>;
22
- export declare const CalciteColorPicker: import("react").ForwardRefExoticComponent<JSX.CalciteColorPicker & Omit<import("react").HTMLAttributes<HTMLCalciteColorPickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteColorPickerElement>>;
23
- export declare const CalciteColorPickerHexInput: import("react").ForwardRefExoticComponent<JSX.CalciteColorPickerHexInput & Omit<import("react").HTMLAttributes<HTMLCalciteColorPickerHexInputElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteColorPickerHexInputElement>>;
24
- export declare const CalciteColorPickerSwatch: import("react").ForwardRefExoticComponent<JSX.CalciteColorPickerSwatch & Omit<import("react").HTMLAttributes<HTMLCalciteColorPickerSwatchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteColorPickerSwatchElement>>;
25
- export declare const CalciteCombobox: import("react").ForwardRefExoticComponent<JSX.CalciteCombobox & Omit<import("react").HTMLAttributes<HTMLCalciteComboboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteComboboxElement>>;
26
- export declare const CalciteComboboxItem: import("react").ForwardRefExoticComponent<JSX.CalciteComboboxItem & Omit<import("react").HTMLAttributes<HTMLCalciteComboboxItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteComboboxItemElement>>;
27
- export declare const CalciteComboboxItemGroup: import("react").ForwardRefExoticComponent<JSX.CalciteComboboxItemGroup & Omit<import("react").HTMLAttributes<HTMLCalciteComboboxItemGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteComboboxItemGroupElement>>;
28
- export declare const CalciteDatePicker: import("react").ForwardRefExoticComponent<JSX.CalciteDatePicker & Omit<import("react").HTMLAttributes<HTMLCalciteDatePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteDatePickerElement>>;
29
- export declare const CalciteDatePickerDay: import("react").ForwardRefExoticComponent<JSX.CalciteDatePickerDay & Omit<import("react").HTMLAttributes<HTMLCalciteDatePickerDayElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteDatePickerDayElement>>;
30
- export declare const CalciteDatePickerMonth: import("react").ForwardRefExoticComponent<JSX.CalciteDatePickerMonth & Omit<import("react").HTMLAttributes<HTMLCalciteDatePickerMonthElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteDatePickerMonthElement>>;
31
- export declare const CalciteDatePickerMonthHeader: import("react").ForwardRefExoticComponent<JSX.CalciteDatePickerMonthHeader & Omit<import("react").HTMLAttributes<HTMLCalciteDatePickerMonthHeaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteDatePickerMonthHeaderElement>>;
32
- export declare const CalciteDialog: import("react").ForwardRefExoticComponent<JSX.CalciteDialog & Omit<import("react").HTMLAttributes<HTMLCalciteDialogElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteDialogElement>>;
33
- export declare const CalciteDropdown: import("react").ForwardRefExoticComponent<JSX.CalciteDropdown & Omit<import("react").HTMLAttributes<HTMLCalciteDropdownElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteDropdownElement>>;
34
- export declare const CalciteDropdownGroup: import("react").ForwardRefExoticComponent<JSX.CalciteDropdownGroup & Omit<import("react").HTMLAttributes<HTMLCalciteDropdownGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteDropdownGroupElement>>;
35
- export declare const CalciteDropdownItem: import("react").ForwardRefExoticComponent<JSX.CalciteDropdownItem & Omit<import("react").HTMLAttributes<HTMLCalciteDropdownItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteDropdownItemElement>>;
36
- export declare const CalciteFab: import("react").ForwardRefExoticComponent<JSX.CalciteFab & Omit<import("react").HTMLAttributes<HTMLCalciteFabElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteFabElement>>;
37
- export declare const CalciteFilter: import("react").ForwardRefExoticComponent<JSX.CalciteFilter & Omit<import("react").HTMLAttributes<HTMLCalciteFilterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteFilterElement>>;
38
- export declare const CalciteFlow: import("react").ForwardRefExoticComponent<JSX.CalciteFlow & Omit<import("react").HTMLAttributes<HTMLCalciteFlowElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteFlowElement>>;
39
- export declare const CalciteFlowItem: import("react").ForwardRefExoticComponent<JSX.CalciteFlowItem & Omit<import("react").HTMLAttributes<HTMLCalciteFlowItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteFlowItemElement>>;
40
- export declare const CalciteGraph: import("react").ForwardRefExoticComponent<JSX.CalciteGraph & Omit<import("react").HTMLAttributes<HTMLCalciteGraphElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteGraphElement>>;
41
- export declare const CalciteHandle: import("react").ForwardRefExoticComponent<JSX.CalciteHandle & Omit<import("react").HTMLAttributes<HTMLCalciteHandleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteHandleElement>>;
42
- export declare const CalciteIcon: import("react").ForwardRefExoticComponent<JSX.CalciteIcon & Omit<import("react").HTMLAttributes<HTMLCalciteIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteIconElement>>;
43
- export declare const CalciteInlineEditable: import("react").ForwardRefExoticComponent<JSX.CalciteInlineEditable & Omit<import("react").HTMLAttributes<HTMLCalciteInlineEditableElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteInlineEditableElement>>;
44
- export declare const CalciteInput: import("react").ForwardRefExoticComponent<JSX.CalciteInput & Omit<import("react").HTMLAttributes<HTMLCalciteInputElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteInputElement>>;
45
- export declare const CalciteInputDatePicker: import("react").ForwardRefExoticComponent<JSX.CalciteInputDatePicker & Omit<import("react").HTMLAttributes<HTMLCalciteInputDatePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteInputDatePickerElement>>;
46
- export declare const CalciteInputMessage: import("react").ForwardRefExoticComponent<JSX.CalciteInputMessage & Omit<import("react").HTMLAttributes<HTMLCalciteInputMessageElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteInputMessageElement>>;
47
- export declare const CalciteInputNumber: import("react").ForwardRefExoticComponent<JSX.CalciteInputNumber & Omit<import("react").HTMLAttributes<HTMLCalciteInputNumberElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteInputNumberElement>>;
48
- export declare const CalciteInputText: import("react").ForwardRefExoticComponent<JSX.CalciteInputText & Omit<import("react").HTMLAttributes<HTMLCalciteInputTextElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteInputTextElement>>;
49
- export declare const CalciteInputTimePicker: import("react").ForwardRefExoticComponent<JSX.CalciteInputTimePicker & Omit<import("react").HTMLAttributes<HTMLCalciteInputTimePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteInputTimePickerElement>>;
50
- export declare const CalciteInputTimeZone: import("react").ForwardRefExoticComponent<JSX.CalciteInputTimeZone & Omit<import("react").HTMLAttributes<HTMLCalciteInputTimeZoneElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteInputTimeZoneElement>>;
51
- export declare const CalciteLabel: import("react").ForwardRefExoticComponent<JSX.CalciteLabel & Omit<import("react").HTMLAttributes<HTMLCalciteLabelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteLabelElement>>;
52
- export declare const CalciteLink: import("react").ForwardRefExoticComponent<JSX.CalciteLink & Omit<import("react").HTMLAttributes<HTMLCalciteLinkElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteLinkElement>>;
53
- export declare const CalciteList: import("react").ForwardRefExoticComponent<JSX.CalciteList & Omit<import("react").HTMLAttributes<HTMLCalciteListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteListElement>>;
54
- export declare const CalciteListItem: import("react").ForwardRefExoticComponent<JSX.CalciteListItem & Omit<import("react").HTMLAttributes<HTMLCalciteListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteListItemElement>>;
55
- export declare const CalciteListItemGroup: import("react").ForwardRefExoticComponent<JSX.CalciteListItemGroup & Omit<import("react").HTMLAttributes<HTMLCalciteListItemGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteListItemGroupElement>>;
56
- export declare const CalciteLoader: import("react").ForwardRefExoticComponent<JSX.CalciteLoader & Omit<import("react").HTMLAttributes<HTMLCalciteLoaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteLoaderElement>>;
57
- export declare const CalciteMenu: import("react").ForwardRefExoticComponent<JSX.CalciteMenu & Omit<import("react").HTMLAttributes<HTMLCalciteMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteMenuElement>>;
58
- export declare const CalciteMenuItem: import("react").ForwardRefExoticComponent<JSX.CalciteMenuItem & Omit<import("react").HTMLAttributes<HTMLCalciteMenuItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteMenuItemElement>>;
59
- export declare const CalciteMeter: import("react").ForwardRefExoticComponent<JSX.CalciteMeter & Omit<import("react").HTMLAttributes<HTMLCalciteMeterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteMeterElement>>;
60
- export declare const CalciteModal: import("react").ForwardRefExoticComponent<JSX.CalciteModal & Omit<import("react").HTMLAttributes<HTMLCalciteModalElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteModalElement>>;
61
- export declare const CalciteNavigation: import("react").ForwardRefExoticComponent<JSX.CalciteNavigation & Omit<import("react").HTMLAttributes<HTMLCalciteNavigationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteNavigationElement>>;
62
- export declare const CalciteNavigationLogo: import("react").ForwardRefExoticComponent<JSX.CalciteNavigationLogo & Omit<import("react").HTMLAttributes<HTMLCalciteNavigationLogoElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteNavigationLogoElement>>;
63
- export declare const CalciteNavigationUser: import("react").ForwardRefExoticComponent<JSX.CalciteNavigationUser & Omit<import("react").HTMLAttributes<HTMLCalciteNavigationUserElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteNavigationUserElement>>;
64
- export declare const CalciteNotice: import("react").ForwardRefExoticComponent<JSX.CalciteNotice & Omit<import("react").HTMLAttributes<HTMLCalciteNoticeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteNoticeElement>>;
65
- export declare const CalciteOption: import("react").ForwardRefExoticComponent<JSX.CalciteOption & Omit<import("react").HTMLAttributes<HTMLCalciteOptionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteOptionElement>>;
66
- export declare const CalciteOptionGroup: import("react").ForwardRefExoticComponent<JSX.CalciteOptionGroup & Omit<import("react").HTMLAttributes<HTMLCalciteOptionGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteOptionGroupElement>>;
67
- export declare const CalcitePagination: import("react").ForwardRefExoticComponent<JSX.CalcitePagination & Omit<import("react").HTMLAttributes<HTMLCalcitePaginationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePaginationElement>>;
68
- export declare const CalcitePanel: import("react").ForwardRefExoticComponent<JSX.CalcitePanel & Omit<import("react").HTMLAttributes<HTMLCalcitePanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePanelElement>>;
69
- export declare const CalcitePopover: import("react").ForwardRefExoticComponent<JSX.CalcitePopover & Omit<import("react").HTMLAttributes<HTMLCalcitePopoverElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePopoverElement>>;
70
- export declare const CalciteProgress: import("react").ForwardRefExoticComponent<JSX.CalciteProgress & Omit<import("react").HTMLAttributes<HTMLCalciteProgressElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteProgressElement>>;
71
- export declare const CalciteRadioButton: import("react").ForwardRefExoticComponent<JSX.CalciteRadioButton & Omit<import("react").HTMLAttributes<HTMLCalciteRadioButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteRadioButtonElement>>;
72
- export declare const CalciteRadioButtonGroup: import("react").ForwardRefExoticComponent<JSX.CalciteRadioButtonGroup & Omit<import("react").HTMLAttributes<HTMLCalciteRadioButtonGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteRadioButtonGroupElement>>;
73
- export declare const CalciteRating: import("react").ForwardRefExoticComponent<JSX.CalciteRating & Omit<import("react").HTMLAttributes<HTMLCalciteRatingElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteRatingElement>>;
74
- export declare const CalciteScrim: import("react").ForwardRefExoticComponent<JSX.CalciteScrim & Omit<import("react").HTMLAttributes<HTMLCalciteScrimElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteScrimElement>>;
75
- export declare const CalciteSegmentedControl: import("react").ForwardRefExoticComponent<JSX.CalciteSegmentedControl & Omit<import("react").HTMLAttributes<HTMLCalciteSegmentedControlElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSegmentedControlElement>>;
76
- export declare const CalciteSegmentedControlItem: import("react").ForwardRefExoticComponent<JSX.CalciteSegmentedControlItem & Omit<import("react").HTMLAttributes<HTMLCalciteSegmentedControlItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSegmentedControlItemElement>>;
77
- export declare const CalciteSelect: import("react").ForwardRefExoticComponent<JSX.CalciteSelect & Omit<import("react").HTMLAttributes<HTMLCalciteSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSelectElement>>;
78
- export declare const CalciteSheet: import("react").ForwardRefExoticComponent<JSX.CalciteSheet & Omit<import("react").HTMLAttributes<HTMLCalciteSheetElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSheetElement>>;
79
- export declare const CalciteShell: import("react").ForwardRefExoticComponent<JSX.CalciteShell & Omit<import("react").HTMLAttributes<HTMLCalciteShellElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteShellElement>>;
80
- export declare const CalciteShellCenterRow: import("react").ForwardRefExoticComponent<JSX.CalciteShellCenterRow & Omit<import("react").HTMLAttributes<HTMLCalciteShellCenterRowElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteShellCenterRowElement>>;
81
- export declare const CalciteShellPanel: import("react").ForwardRefExoticComponent<JSX.CalciteShellPanel & Omit<import("react").HTMLAttributes<HTMLCalciteShellPanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteShellPanelElement>>;
82
- export declare const CalciteSlider: import("react").ForwardRefExoticComponent<JSX.CalciteSlider & Omit<import("react").HTMLAttributes<HTMLCalciteSliderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSliderElement>>;
83
- export declare const CalciteSortHandle: import("react").ForwardRefExoticComponent<JSX.CalciteSortHandle & Omit<import("react").HTMLAttributes<HTMLCalciteSortHandleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSortHandleElement>>;
84
- export declare const CalciteSortableList: import("react").ForwardRefExoticComponent<JSX.CalciteSortableList & Omit<import("react").HTMLAttributes<HTMLCalciteSortableListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSortableListElement>>;
85
- export declare const CalciteSplitButton: import("react").ForwardRefExoticComponent<JSX.CalciteSplitButton & Omit<import("react").HTMLAttributes<HTMLCalciteSplitButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSplitButtonElement>>;
86
- export declare const CalciteStack: import("react").ForwardRefExoticComponent<JSX.CalciteStack & Omit<import("react").HTMLAttributes<HTMLCalciteStackElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteStackElement>>;
87
- export declare const CalciteStepper: import("react").ForwardRefExoticComponent<JSX.CalciteStepper & Omit<import("react").HTMLAttributes<HTMLCalciteStepperElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteStepperElement>>;
88
- export declare const CalciteStepperItem: import("react").ForwardRefExoticComponent<JSX.CalciteStepperItem & Omit<import("react").HTMLAttributes<HTMLCalciteStepperItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteStepperItemElement>>;
89
- export declare const CalciteSwitch: import("react").ForwardRefExoticComponent<JSX.CalciteSwitch & Omit<import("react").HTMLAttributes<HTMLCalciteSwitchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSwitchElement>>;
90
- export declare const CalciteTab: import("react").ForwardRefExoticComponent<JSX.CalciteTab & Omit<import("react").HTMLAttributes<HTMLCalciteTabElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTabElement>>;
91
- export declare const CalciteTabNav: import("react").ForwardRefExoticComponent<JSX.CalciteTabNav & Omit<import("react").HTMLAttributes<HTMLCalciteTabNavElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTabNavElement>>;
92
- export declare const CalciteTabTitle: import("react").ForwardRefExoticComponent<JSX.CalciteTabTitle & Omit<import("react").HTMLAttributes<HTMLCalciteTabTitleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTabTitleElement>>;
93
- export declare const CalciteTable: import("react").ForwardRefExoticComponent<JSX.CalciteTable & Omit<import("react").HTMLAttributes<HTMLCalciteTableElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTableElement>>;
94
- export declare const CalciteTableCell: import("react").ForwardRefExoticComponent<JSX.CalciteTableCell & Omit<import("react").HTMLAttributes<HTMLCalciteTableCellElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTableCellElement>>;
95
- export declare const CalciteTableHeader: import("react").ForwardRefExoticComponent<JSX.CalciteTableHeader & Omit<import("react").HTMLAttributes<HTMLCalciteTableHeaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTableHeaderElement>>;
96
- export declare const CalciteTableRow: import("react").ForwardRefExoticComponent<JSX.CalciteTableRow & Omit<import("react").HTMLAttributes<HTMLCalciteTableRowElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTableRowElement>>;
97
- export declare const CalciteTabs: import("react").ForwardRefExoticComponent<JSX.CalciteTabs & Omit<import("react").HTMLAttributes<HTMLCalciteTabsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTabsElement>>;
98
- export declare const CalciteTextArea: import("react").ForwardRefExoticComponent<JSX.CalciteTextArea & Omit<import("react").HTMLAttributes<HTMLCalciteTextAreaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTextAreaElement>>;
99
- export declare const CalciteTile: import("react").ForwardRefExoticComponent<JSX.CalciteTile & Omit<import("react").HTMLAttributes<HTMLCalciteTileElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTileElement>>;
100
- export declare const CalciteTileGroup: import("react").ForwardRefExoticComponent<JSX.CalciteTileGroup & Omit<import("react").HTMLAttributes<HTMLCalciteTileGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTileGroupElement>>;
101
- export declare const CalciteTileSelect: import("react").ForwardRefExoticComponent<JSX.CalciteTileSelect & Omit<import("react").HTMLAttributes<HTMLCalciteTileSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTileSelectElement>>;
102
- export declare const CalciteTileSelectGroup: import("react").ForwardRefExoticComponent<JSX.CalciteTileSelectGroup & Omit<import("react").HTMLAttributes<HTMLCalciteTileSelectGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTileSelectGroupElement>>;
103
- export declare const CalciteTimePicker: import("react").ForwardRefExoticComponent<JSX.CalciteTimePicker & Omit<import("react").HTMLAttributes<HTMLCalciteTimePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTimePickerElement>>;
104
- export declare const CalciteTip: import("react").ForwardRefExoticComponent<JSX.CalciteTip & Omit<import("react").HTMLAttributes<HTMLCalciteTipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTipElement>>;
105
- export declare const CalciteTipGroup: import("react").ForwardRefExoticComponent<JSX.CalciteTipGroup & Omit<import("react").HTMLAttributes<HTMLCalciteTipGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTipGroupElement>>;
106
- export declare const CalciteTipManager: import("react").ForwardRefExoticComponent<JSX.CalciteTipManager & Omit<import("react").HTMLAttributes<HTMLCalciteTipManagerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTipManagerElement>>;
107
- export declare const CalciteTooltip: import("react").ForwardRefExoticComponent<JSX.CalciteTooltip & Omit<import("react").HTMLAttributes<HTMLCalciteTooltipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTooltipElement>>;
108
- export declare const CalciteTree: import("react").ForwardRefExoticComponent<JSX.CalciteTree & Omit<import("react").HTMLAttributes<HTMLCalciteTreeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTreeElement>>;
109
- export declare const CalciteTreeItem: import("react").ForwardRefExoticComponent<JSX.CalciteTreeItem & Omit<import("react").HTMLAttributes<HTMLCalciteTreeItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTreeItemElement>>;
1
+ /// <reference types="@esri/calcite-components" preserve="true" />
2
+ import type { EventName } from "@lit/react";
3
+ export declare const Accordion: import("@lit/react").ReactWebComponent<HTMLCalciteAccordionElement, {}>;
4
+ export declare const AccordionItem: import("@lit/react").ReactWebComponent<HTMLCalciteAccordionItemElement, {}>;
5
+ export declare const Action: import("@lit/react").ReactWebComponent<HTMLCalciteActionElement, {}>;
6
+ export declare const ActionBar: import("@lit/react").ReactWebComponent<HTMLCalciteActionBarElement, {
7
+ oncalciteActionBarToggle: EventName<HTMLCalciteActionBarElement["calciteActionBarToggle"]>;
8
+ }>;
9
+ export declare const ActionGroup: import("@lit/react").ReactWebComponent<HTMLCalciteActionGroupElement, {}>;
10
+ export declare const ActionMenu: import("@lit/react").ReactWebComponent<HTMLCalciteActionMenuElement, {
11
+ oncalciteActionMenuOpen: EventName<HTMLCalciteActionMenuElement["calciteActionMenuOpen"]>;
12
+ }>;
13
+ export declare const ActionPad: import("@lit/react").ReactWebComponent<HTMLCalciteActionPadElement, {
14
+ oncalciteActionPadToggle: EventName<HTMLCalciteActionPadElement["calciteActionPadToggle"]>;
15
+ }>;
16
+ export declare const Alert: import("@lit/react").ReactWebComponent<HTMLCalciteAlertElement, {
17
+ oncalciteAlertBeforeClose: EventName<HTMLCalciteAlertElement["calciteAlertBeforeClose"]>;
18
+ oncalciteAlertBeforeOpen: EventName<HTMLCalciteAlertElement["calciteAlertBeforeOpen"]>;
19
+ oncalciteAlertClose: EventName<HTMLCalciteAlertElement["calciteAlertClose"]>;
20
+ oncalciteAlertOpen: EventName<HTMLCalciteAlertElement["calciteAlertOpen"]>;
21
+ }>;
22
+ export declare const Avatar: import("@lit/react").ReactWebComponent<HTMLCalciteAvatarElement, {}>;
23
+ export declare const Block: import("@lit/react").ReactWebComponent<HTMLCalciteBlockElement, {
24
+ oncalciteBlockBeforeClose: EventName<HTMLCalciteBlockElement["calciteBlockBeforeClose"]>;
25
+ oncalciteBlockBeforeOpen: EventName<HTMLCalciteBlockElement["calciteBlockBeforeOpen"]>;
26
+ oncalciteBlockClose: EventName<HTMLCalciteBlockElement["calciteBlockClose"]>;
27
+ oncalciteBlockOpen: EventName<HTMLCalciteBlockElement["calciteBlockOpen"]>;
28
+ oncalciteBlockToggle: EventName<HTMLCalciteBlockElement["calciteBlockToggle"]>;
29
+ }>;
30
+ export declare const BlockSection: import("@lit/react").ReactWebComponent<HTMLCalciteBlockSectionElement, {
31
+ oncalciteBlockSectionToggle: EventName<HTMLCalciteBlockSectionElement["calciteBlockSectionToggle"]>;
32
+ }>;
33
+ export declare const Button: import("@lit/react").ReactWebComponent<HTMLCalciteButtonElement, {}>;
34
+ export declare const Card: import("@lit/react").ReactWebComponent<HTMLCalciteCardElement, {
35
+ oncalciteCardSelect: EventName<HTMLCalciteCardElement["calciteCardSelect"]>;
36
+ }>;
37
+ export declare const CardGroup: import("@lit/react").ReactWebComponent<HTMLCalciteCardGroupElement, {
38
+ oncalciteCardGroupSelect: EventName<HTMLCalciteCardGroupElement["calciteCardGroupSelect"]>;
39
+ }>;
40
+ export declare const Carousel: import("@lit/react").ReactWebComponent<HTMLCalciteCarouselElement, {
41
+ oncalciteCarouselChange: EventName<HTMLCalciteCarouselElement["calciteCarouselChange"]>;
42
+ oncalciteCarouselPause: EventName<HTMLCalciteCarouselElement["calciteCarouselPause"]>;
43
+ oncalciteCarouselPlay: EventName<HTMLCalciteCarouselElement["calciteCarouselPlay"]>;
44
+ oncalciteCarouselResume: EventName<HTMLCalciteCarouselElement["calciteCarouselResume"]>;
45
+ oncalciteCarouselStop: EventName<HTMLCalciteCarouselElement["calciteCarouselStop"]>;
46
+ }>;
47
+ export declare const CarouselItem: import("@lit/react").ReactWebComponent<HTMLCalciteCarouselItemElement, {}>;
48
+ export declare const Checkbox: import("@lit/react").ReactWebComponent<HTMLCalciteCheckboxElement, {
49
+ oncalciteCheckboxChange: EventName<HTMLCalciteCheckboxElement["calciteCheckboxChange"]>;
50
+ }>;
51
+ export declare const Chip: import("@lit/react").ReactWebComponent<HTMLCalciteChipElement, {
52
+ oncalciteChipClose: EventName<HTMLCalciteChipElement["calciteChipClose"]>;
53
+ oncalciteChipSelect: EventName<HTMLCalciteChipElement["calciteChipSelect"]>;
54
+ }>;
55
+ export declare const ChipGroup: import("@lit/react").ReactWebComponent<HTMLCalciteChipGroupElement, {
56
+ oncalciteChipGroupSelect: EventName<HTMLCalciteChipGroupElement["calciteChipGroupSelect"]>;
57
+ }>;
58
+ export declare const ColorPicker: import("@lit/react").ReactWebComponent<HTMLCalciteColorPickerElement, {
59
+ oncalciteColorPickerChange: EventName<HTMLCalciteColorPickerElement["calciteColorPickerChange"]>;
60
+ oncalciteColorPickerInput: EventName<HTMLCalciteColorPickerElement["calciteColorPickerInput"]>;
61
+ }>;
62
+ export declare const ColorPickerHexInput: import("@lit/react").ReactWebComponent<HTMLCalciteColorPickerHexInputElement, {
63
+ oncalciteColorPickerHexInputChange: EventName<HTMLCalciteColorPickerHexInputElement["calciteColorPickerHexInputChange"]>;
64
+ }>;
65
+ export declare const ColorPickerSwatch: import("@lit/react").ReactWebComponent<HTMLCalciteColorPickerSwatchElement, {}>;
66
+ export declare const Combobox: import("@lit/react").ReactWebComponent<HTMLCalciteComboboxElement, {
67
+ oncalciteComboboxBeforeClose: EventName<HTMLCalciteComboboxElement["calciteComboboxBeforeClose"]>;
68
+ oncalciteComboboxBeforeOpen: EventName<HTMLCalciteComboboxElement["calciteComboboxBeforeOpen"]>;
69
+ oncalciteComboboxChange: EventName<HTMLCalciteComboboxElement["calciteComboboxChange"]>;
70
+ oncalciteComboboxChipClose: EventName<HTMLCalciteComboboxElement["calciteComboboxChipClose"]>;
71
+ oncalciteComboboxClose: EventName<HTMLCalciteComboboxElement["calciteComboboxClose"]>;
72
+ oncalciteComboboxFilterChange: EventName<HTMLCalciteComboboxElement["calciteComboboxFilterChange"]>;
73
+ oncalciteComboboxOpen: EventName<HTMLCalciteComboboxElement["calciteComboboxOpen"]>;
74
+ }>;
75
+ export declare const ComboboxItem: import("@lit/react").ReactWebComponent<HTMLCalciteComboboxItemElement, {
76
+ oncalciteComboboxItemChange: EventName<HTMLCalciteComboboxItemElement["calciteComboboxItemChange"]>;
77
+ }>;
78
+ export declare const ComboboxItemGroup: import("@lit/react").ReactWebComponent<HTMLCalciteComboboxItemGroupElement, {}>;
79
+ export declare const DatePicker: import("@lit/react").ReactWebComponent<HTMLCalciteDatePickerElement, {
80
+ oncalciteDatePickerChange: EventName<HTMLCalciteDatePickerElement["calciteDatePickerChange"]>;
81
+ oncalciteDatePickerRangeChange: EventName<HTMLCalciteDatePickerElement["calciteDatePickerRangeChange"]>;
82
+ }>;
83
+ export declare const DatePickerDay: import("@lit/react").ReactWebComponent<HTMLCalciteDatePickerDayElement, {}>;
84
+ export declare const DatePickerMonth: import("@lit/react").ReactWebComponent<HTMLCalciteDatePickerMonthElement, {}>;
85
+ export declare const DatePickerMonthHeader: import("@lit/react").ReactWebComponent<HTMLCalciteDatePickerMonthHeaderElement, {}>;
86
+ export declare const Dialog: import("@lit/react").ReactWebComponent<HTMLCalciteDialogElement, {
87
+ oncalciteDialogBeforeClose: EventName<HTMLCalciteDialogElement["calciteDialogBeforeClose"]>;
88
+ oncalciteDialogBeforeOpen: EventName<HTMLCalciteDialogElement["calciteDialogBeforeOpen"]>;
89
+ oncalciteDialogClose: EventName<HTMLCalciteDialogElement["calciteDialogClose"]>;
90
+ oncalciteDialogOpen: EventName<HTMLCalciteDialogElement["calciteDialogOpen"]>;
91
+ oncalciteDialogScroll: EventName<HTMLCalciteDialogElement["calciteDialogScroll"]>;
92
+ }>;
93
+ export declare const Dropdown: import("@lit/react").ReactWebComponent<HTMLCalciteDropdownElement, {
94
+ oncalciteDropdownBeforeClose: EventName<HTMLCalciteDropdownElement["calciteDropdownBeforeClose"]>;
95
+ oncalciteDropdownBeforeOpen: EventName<HTMLCalciteDropdownElement["calciteDropdownBeforeOpen"]>;
96
+ oncalciteDropdownClose: EventName<HTMLCalciteDropdownElement["calciteDropdownClose"]>;
97
+ oncalciteDropdownOpen: EventName<HTMLCalciteDropdownElement["calciteDropdownOpen"]>;
98
+ oncalciteDropdownSelect: EventName<HTMLCalciteDropdownElement["calciteDropdownSelect"]>;
99
+ }>;
100
+ export declare const DropdownGroup: import("@lit/react").ReactWebComponent<HTMLCalciteDropdownGroupElement, {}>;
101
+ export declare const DropdownItem: import("@lit/react").ReactWebComponent<HTMLCalciteDropdownItemElement, {
102
+ oncalciteDropdownItemSelect: EventName<HTMLCalciteDropdownItemElement["calciteDropdownItemSelect"]>;
103
+ }>;
104
+ export declare const Fab: import("@lit/react").ReactWebComponent<HTMLCalciteFabElement, {}>;
105
+ export declare const Filter: import("@lit/react").ReactWebComponent<HTMLCalciteFilterElement, {
106
+ oncalciteFilterChange: EventName<HTMLCalciteFilterElement["calciteFilterChange"]>;
107
+ }>;
108
+ export declare const Flow: import("@lit/react").ReactWebComponent<HTMLCalciteFlowElement, {}>;
109
+ export declare const FlowItem: import("@lit/react").ReactWebComponent<HTMLCalciteFlowItemElement, {
110
+ oncalciteFlowItemBack: EventName<HTMLCalciteFlowItemElement["calciteFlowItemBack"]>;
111
+ oncalciteFlowItemClose: EventName<HTMLCalciteFlowItemElement["calciteFlowItemClose"]>;
112
+ oncalciteFlowItemScroll: EventName<HTMLCalciteFlowItemElement["calciteFlowItemScroll"]>;
113
+ oncalciteFlowItemToggle: EventName<HTMLCalciteFlowItemElement["calciteFlowItemToggle"]>;
114
+ }>;
115
+ export declare const Graph: import("@lit/react").ReactWebComponent<HTMLCalciteGraphElement, {}>;
116
+ export declare const Handle: import("@lit/react").ReactWebComponent<HTMLCalciteHandleElement, {
117
+ oncalciteHandleChange: EventName<HTMLCalciteHandleElement["calciteHandleChange"]>;
118
+ oncalciteHandleNudge: EventName<HTMLCalciteHandleElement["calciteHandleNudge"]>;
119
+ }>;
120
+ export declare const Icon: import("@lit/react").ReactWebComponent<HTMLCalciteIconElement, {}>;
121
+ export declare const InlineEditable: import("@lit/react").ReactWebComponent<HTMLCalciteInlineEditableElement, {
122
+ oncalciteInlineEditableEditCancel: EventName<HTMLCalciteInlineEditableElement["calciteInlineEditableEditCancel"]>;
123
+ oncalciteInlineEditableEditConfirm: EventName<HTMLCalciteInlineEditableElement["calciteInlineEditableEditConfirm"]>;
124
+ }>;
125
+ export declare const Input: import("@lit/react").ReactWebComponent<HTMLCalciteInputElement, {
126
+ oncalciteInputChange: EventName<HTMLCalciteInputElement["calciteInputChange"]>;
127
+ oncalciteInputInput: EventName<HTMLCalciteInputElement["calciteInputInput"]>;
128
+ }>;
129
+ export declare const InputDatePicker: import("@lit/react").ReactWebComponent<HTMLCalciteInputDatePickerElement, {
130
+ oncalciteInputDatePickerBeforeClose: EventName<HTMLCalciteInputDatePickerElement["calciteInputDatePickerBeforeClose"]>;
131
+ oncalciteInputDatePickerBeforeOpen: EventName<HTMLCalciteInputDatePickerElement["calciteInputDatePickerBeforeOpen"]>;
132
+ oncalciteInputDatePickerChange: EventName<HTMLCalciteInputDatePickerElement["calciteInputDatePickerChange"]>;
133
+ oncalciteInputDatePickerClose: EventName<HTMLCalciteInputDatePickerElement["calciteInputDatePickerClose"]>;
134
+ oncalciteInputDatePickerOpen: EventName<HTMLCalciteInputDatePickerElement["calciteInputDatePickerOpen"]>;
135
+ }>;
136
+ export declare const InputMessage: import("@lit/react").ReactWebComponent<HTMLCalciteInputMessageElement, {}>;
137
+ export declare const InputNumber: import("@lit/react").ReactWebComponent<HTMLCalciteInputNumberElement, {
138
+ oncalciteInputNumberChange: EventName<HTMLCalciteInputNumberElement["calciteInputNumberChange"]>;
139
+ oncalciteInputNumberInput: EventName<HTMLCalciteInputNumberElement["calciteInputNumberInput"]>;
140
+ }>;
141
+ export declare const InputText: import("@lit/react").ReactWebComponent<HTMLCalciteInputTextElement, {
142
+ oncalciteInputTextChange: EventName<HTMLCalciteInputTextElement["calciteInputTextChange"]>;
143
+ oncalciteInputTextInput: EventName<HTMLCalciteInputTextElement["calciteInputTextInput"]>;
144
+ }>;
145
+ export declare const InputTimePicker: import("@lit/react").ReactWebComponent<HTMLCalciteInputTimePickerElement, {
146
+ oncalciteInputTimePickerBeforeClose: EventName<HTMLCalciteInputTimePickerElement["calciteInputTimePickerBeforeClose"]>;
147
+ oncalciteInputTimePickerBeforeOpen: EventName<HTMLCalciteInputTimePickerElement["calciteInputTimePickerBeforeOpen"]>;
148
+ oncalciteInputTimePickerChange: EventName<HTMLCalciteInputTimePickerElement["calciteInputTimePickerChange"]>;
149
+ oncalciteInputTimePickerClose: EventName<HTMLCalciteInputTimePickerElement["calciteInputTimePickerClose"]>;
150
+ oncalciteInputTimePickerOpen: EventName<HTMLCalciteInputTimePickerElement["calciteInputTimePickerOpen"]>;
151
+ }>;
152
+ export declare const InputTimeZone: import("@lit/react").ReactWebComponent<HTMLCalciteInputTimeZoneElement, {
153
+ oncalciteInputTimeZoneBeforeClose: EventName<HTMLCalciteInputTimeZoneElement["calciteInputTimeZoneBeforeClose"]>;
154
+ oncalciteInputTimeZoneBeforeOpen: EventName<HTMLCalciteInputTimeZoneElement["calciteInputTimeZoneBeforeOpen"]>;
155
+ oncalciteInputTimeZoneChange: EventName<HTMLCalciteInputTimeZoneElement["calciteInputTimeZoneChange"]>;
156
+ oncalciteInputTimeZoneClose: EventName<HTMLCalciteInputTimeZoneElement["calciteInputTimeZoneClose"]>;
157
+ oncalciteInputTimeZoneOpen: EventName<HTMLCalciteInputTimeZoneElement["calciteInputTimeZoneOpen"]>;
158
+ }>;
159
+ export declare const Label: import("@lit/react").ReactWebComponent<HTMLCalciteLabelElement, {}>;
160
+ export declare const Link: import("@lit/react").ReactWebComponent<HTMLCalciteLinkElement, {}>;
161
+ export declare const List: import("@lit/react").ReactWebComponent<HTMLCalciteListElement, {
162
+ oncalciteListChange: EventName<HTMLCalciteListElement["calciteListChange"]>;
163
+ oncalciteListDragEnd: EventName<HTMLCalciteListElement["calciteListDragEnd"]>;
164
+ oncalciteListDragStart: EventName<HTMLCalciteListElement["calciteListDragStart"]>;
165
+ oncalciteListFilter: EventName<HTMLCalciteListElement["calciteListFilter"]>;
166
+ oncalciteListOrderChange: EventName<HTMLCalciteListElement["calciteListOrderChange"]>;
167
+ }>;
168
+ export declare const ListItem: import("@lit/react").ReactWebComponent<HTMLCalciteListItemElement, {
169
+ oncalciteListItemClose: EventName<HTMLCalciteListItemElement["calciteListItemClose"]>;
170
+ oncalciteListItemSelect: EventName<HTMLCalciteListItemElement["calciteListItemSelect"]>;
171
+ oncalciteListItemSortHandleBeforeClose: EventName<HTMLCalciteListItemElement["calciteListItemSortHandleBeforeClose"]>;
172
+ oncalciteListItemSortHandleBeforeOpen: EventName<HTMLCalciteListItemElement["calciteListItemSortHandleBeforeOpen"]>;
173
+ oncalciteListItemSortHandleClose: EventName<HTMLCalciteListItemElement["calciteListItemSortHandleClose"]>;
174
+ oncalciteListItemSortHandleOpen: EventName<HTMLCalciteListItemElement["calciteListItemSortHandleOpen"]>;
175
+ oncalciteListItemToggle: EventName<HTMLCalciteListItemElement["calciteListItemToggle"]>;
176
+ }>;
177
+ export declare const ListItemGroup: import("@lit/react").ReactWebComponent<HTMLCalciteListItemGroupElement, {}>;
178
+ export declare const Loader: import("@lit/react").ReactWebComponent<HTMLCalciteLoaderElement, {}>;
179
+ export declare const CalciteMenu: import("@lit/react").ReactWebComponent<HTMLCalciteMenuElement, {}>;
180
+ export declare const CalciteMenuItem: import("@lit/react").ReactWebComponent<HTMLCalciteMenuItemElement, {
181
+ oncalciteMenuItemSelect: EventName<HTMLCalciteMenuItemElement["calciteMenuItemSelect"]>;
182
+ }>;
183
+ export declare const Meter: import("@lit/react").ReactWebComponent<HTMLCalciteMeterElement, {}>;
184
+ export declare const Modal: import("@lit/react").ReactWebComponent<HTMLCalciteModalElement, {
185
+ oncalciteModalBeforeClose: EventName<HTMLCalciteModalElement["calciteModalBeforeClose"]>;
186
+ oncalciteModalBeforeOpen: EventName<HTMLCalciteModalElement["calciteModalBeforeOpen"]>;
187
+ oncalciteModalClose: EventName<HTMLCalciteModalElement["calciteModalClose"]>;
188
+ oncalciteModalOpen: EventName<HTMLCalciteModalElement["calciteModalOpen"]>;
189
+ }>;
190
+ export declare const CalciteNavigation: import("@lit/react").ReactWebComponent<HTMLCalciteNavigationElement, {
191
+ oncalciteNavigationActionSelect: EventName<HTMLCalciteNavigationElement["calciteNavigationActionSelect"]>;
192
+ }>;
193
+ export declare const CalciteNavigationLogo: import("@lit/react").ReactWebComponent<HTMLCalciteNavigationLogoElement, {}>;
194
+ export declare const CalciteNavigationUser: import("@lit/react").ReactWebComponent<HTMLCalciteNavigationUserElement, {}>;
195
+ export declare const Notice: import("@lit/react").ReactWebComponent<HTMLCalciteNoticeElement, {
196
+ oncalciteNoticeBeforeClose: EventName<HTMLCalciteNoticeElement["calciteNoticeBeforeClose"]>;
197
+ oncalciteNoticeBeforeOpen: EventName<HTMLCalciteNoticeElement["calciteNoticeBeforeOpen"]>;
198
+ oncalciteNoticeClose: EventName<HTMLCalciteNoticeElement["calciteNoticeClose"]>;
199
+ oncalciteNoticeOpen: EventName<HTMLCalciteNoticeElement["calciteNoticeOpen"]>;
200
+ }>;
201
+ export declare const Option: import("@lit/react").ReactWebComponent<HTMLCalciteOptionElement, {}>;
202
+ export declare const OptionGroup: import("@lit/react").ReactWebComponent<HTMLCalciteOptionGroupElement, {}>;
203
+ export declare const Pagination: import("@lit/react").ReactWebComponent<HTMLCalcitePaginationElement, {
204
+ oncalcitePaginationChange: EventName<HTMLCalcitePaginationElement["calcitePaginationChange"]>;
205
+ }>;
206
+ export declare const Panel: import("@lit/react").ReactWebComponent<HTMLCalcitePanelElement, {
207
+ oncalcitePanelClose: EventName<HTMLCalcitePanelElement["calcitePanelClose"]>;
208
+ oncalcitePanelScroll: EventName<HTMLCalcitePanelElement["calcitePanelScroll"]>;
209
+ oncalcitePanelToggle: EventName<HTMLCalcitePanelElement["calcitePanelToggle"]>;
210
+ }>;
211
+ export declare const Popover: import("@lit/react").ReactWebComponent<HTMLCalcitePopoverElement, {
212
+ oncalcitePopoverBeforeClose: EventName<HTMLCalcitePopoverElement["calcitePopoverBeforeClose"]>;
213
+ oncalcitePopoverBeforeOpen: EventName<HTMLCalcitePopoverElement["calcitePopoverBeforeOpen"]>;
214
+ oncalcitePopoverClose: EventName<HTMLCalcitePopoverElement["calcitePopoverClose"]>;
215
+ oncalcitePopoverOpen: EventName<HTMLCalcitePopoverElement["calcitePopoverOpen"]>;
216
+ }>;
217
+ export declare const Progress: import("@lit/react").ReactWebComponent<HTMLCalciteProgressElement, {}>;
218
+ export declare const RadioButton: import("@lit/react").ReactWebComponent<HTMLCalciteRadioButtonElement, {
219
+ oncalciteRadioButtonChange: EventName<HTMLCalciteRadioButtonElement["calciteRadioButtonChange"]>;
220
+ }>;
221
+ export declare const RadioButtonGroup: import("@lit/react").ReactWebComponent<HTMLCalciteRadioButtonGroupElement, {
222
+ oncalciteRadioButtonGroupChange: EventName<HTMLCalciteRadioButtonGroupElement["calciteRadioButtonGroupChange"]>;
223
+ }>;
224
+ export declare const Rating: import("@lit/react").ReactWebComponent<HTMLCalciteRatingElement, {
225
+ oncalciteRatingChange: EventName<HTMLCalciteRatingElement["calciteRatingChange"]>;
226
+ }>;
227
+ export declare const Scrim: import("@lit/react").ReactWebComponent<HTMLCalciteScrimElement, {}>;
228
+ export declare const SegmentedControl: import("@lit/react").ReactWebComponent<HTMLCalciteSegmentedControlElement, {
229
+ oncalciteSegmentedControlChange: EventName<HTMLCalciteSegmentedControlElement["calciteSegmentedControlChange"]>;
230
+ }>;
231
+ export declare const SegmentedControlItem: import("@lit/react").ReactWebComponent<HTMLCalciteSegmentedControlItemElement, {}>;
232
+ export declare const Select: import("@lit/react").ReactWebComponent<HTMLCalciteSelectElement, {
233
+ oncalciteSelectChange: EventName<HTMLCalciteSelectElement["calciteSelectChange"]>;
234
+ }>;
235
+ export declare const Sheet: import("@lit/react").ReactWebComponent<HTMLCalciteSheetElement, {
236
+ oncalciteSheetBeforeClose: EventName<HTMLCalciteSheetElement["calciteSheetBeforeClose"]>;
237
+ oncalciteSheetBeforeOpen: EventName<HTMLCalciteSheetElement["calciteSheetBeforeOpen"]>;
238
+ oncalciteSheetClose: EventName<HTMLCalciteSheetElement["calciteSheetClose"]>;
239
+ oncalciteSheetOpen: EventName<HTMLCalciteSheetElement["calciteSheetOpen"]>;
240
+ }>;
241
+ export declare const Shell: import("@lit/react").ReactWebComponent<HTMLCalciteShellElement, {}>;
242
+ export declare const ShellCenterRow: import("@lit/react").ReactWebComponent<HTMLCalciteShellCenterRowElement, {}>;
243
+ export declare const ShellPanel: import("@lit/react").ReactWebComponent<HTMLCalciteShellPanelElement, {}>;
244
+ export declare const Slider: import("@lit/react").ReactWebComponent<HTMLCalciteSliderElement, {
245
+ oncalciteSliderChange: EventName<HTMLCalciteSliderElement["calciteSliderChange"]>;
246
+ oncalciteSliderInput: EventName<HTMLCalciteSliderElement["calciteSliderInput"]>;
247
+ }>;
248
+ export declare const SortHandle: import("@lit/react").ReactWebComponent<HTMLCalciteSortHandleElement, {
249
+ oncalciteSortHandleBeforeClose: EventName<HTMLCalciteSortHandleElement["calciteSortHandleBeforeClose"]>;
250
+ oncalciteSortHandleBeforeOpen: EventName<HTMLCalciteSortHandleElement["calciteSortHandleBeforeOpen"]>;
251
+ oncalciteSortHandleClose: EventName<HTMLCalciteSortHandleElement["calciteSortHandleClose"]>;
252
+ oncalciteSortHandleMove: EventName<HTMLCalciteSortHandleElement["calciteSortHandleMove"]>;
253
+ oncalciteSortHandleOpen: EventName<HTMLCalciteSortHandleElement["calciteSortHandleOpen"]>;
254
+ oncalciteSortHandleReorder: EventName<HTMLCalciteSortHandleElement["calciteSortHandleReorder"]>;
255
+ }>;
256
+ export declare const SortableList: import("@lit/react").ReactWebComponent<HTMLCalciteSortableListElement, {
257
+ oncalciteListOrderChange: EventName<HTMLCalciteSortableListElement["calciteListOrderChange"]>;
258
+ }>;
259
+ export declare const SplitButton: import("@lit/react").ReactWebComponent<HTMLCalciteSplitButtonElement, {
260
+ oncalciteSplitButtonPrimaryClick: EventName<HTMLCalciteSplitButtonElement["calciteSplitButtonPrimaryClick"]>;
261
+ oncalciteSplitButtonSecondaryClick: EventName<HTMLCalciteSplitButtonElement["calciteSplitButtonSecondaryClick"]>;
262
+ }>;
263
+ export declare const Stack: import("@lit/react").ReactWebComponent<HTMLCalciteStackElement, {}>;
264
+ export declare const Stepper: import("@lit/react").ReactWebComponent<HTMLCalciteStepperElement, {
265
+ oncalciteStepperChange: EventName<HTMLCalciteStepperElement["calciteStepperChange"]>;
266
+ oncalciteStepperItemChange: EventName<HTMLCalciteStepperElement["calciteStepperItemChange"]>;
267
+ }>;
268
+ export declare const StepperItem: import("@lit/react").ReactWebComponent<HTMLCalciteStepperItemElement, {
269
+ oncalciteStepperItemSelect: EventName<HTMLCalciteStepperItemElement["calciteStepperItemSelect"]>;
270
+ }>;
271
+ export declare const Switch: import("@lit/react").ReactWebComponent<HTMLCalciteSwitchElement, {
272
+ oncalciteSwitchChange: EventName<HTMLCalciteSwitchElement["calciteSwitchChange"]>;
273
+ }>;
274
+ export declare const Tab: import("@lit/react").ReactWebComponent<HTMLCalciteTabElement, {}>;
275
+ export declare const TabNav: import("@lit/react").ReactWebComponent<HTMLCalciteTabNavElement, {
276
+ oncalciteTabChange: EventName<HTMLCalciteTabNavElement["calciteTabChange"]>;
277
+ }>;
278
+ export declare const TabTitle: import("@lit/react").ReactWebComponent<HTMLCalciteTabTitleElement, {
279
+ oncalciteTabsActivate: EventName<HTMLCalciteTabTitleElement["calciteTabsActivate"]>;
280
+ oncalciteTabsClose: EventName<HTMLCalciteTabTitleElement["calciteTabsClose"]>;
281
+ }>;
282
+ export declare const Table: import("@lit/react").ReactWebComponent<HTMLCalciteTableElement, {
283
+ oncalciteTablePageChange: EventName<HTMLCalciteTableElement["calciteTablePageChange"]>;
284
+ oncalciteTableSelect: EventName<HTMLCalciteTableElement["calciteTableSelect"]>;
285
+ }>;
286
+ export declare const TableCell: import("@lit/react").ReactWebComponent<HTMLCalciteTableCellElement, {}>;
287
+ export declare const TableHeader: import("@lit/react").ReactWebComponent<HTMLCalciteTableHeaderElement, {}>;
288
+ export declare const TableRow: import("@lit/react").ReactWebComponent<HTMLCalciteTableRowElement, {
289
+ oncalciteTableRowSelect: EventName<HTMLCalciteTableRowElement["calciteTableRowSelect"]>;
290
+ }>;
291
+ export declare const Tabs: import("@lit/react").ReactWebComponent<HTMLCalciteTabsElement, {}>;
292
+ export declare const TextArea: import("@lit/react").ReactWebComponent<HTMLCalciteTextAreaElement, {
293
+ oncalciteTextAreaChange: EventName<HTMLCalciteTextAreaElement["calciteTextAreaChange"]>;
294
+ oncalciteTextAreaInput: EventName<HTMLCalciteTextAreaElement["calciteTextAreaInput"]>;
295
+ }>;
296
+ export declare const Tile: import("@lit/react").ReactWebComponent<HTMLCalciteTileElement, {
297
+ oncalciteTileSelect: EventName<HTMLCalciteTileElement["calciteTileSelect"]>;
298
+ }>;
299
+ export declare const TileGroup: import("@lit/react").ReactWebComponent<HTMLCalciteTileGroupElement, {
300
+ oncalciteTileGroupSelect: EventName<HTMLCalciteTileGroupElement["calciteTileGroupSelect"]>;
301
+ }>;
302
+ export declare const TileSelect: import("@lit/react").ReactWebComponent<HTMLCalciteTileSelectElement, {
303
+ oncalciteTileSelectChange: EventName<HTMLCalciteTileSelectElement["calciteTileSelectChange"]>;
304
+ }>;
305
+ export declare const TileSelectGroup: import("@lit/react").ReactWebComponent<HTMLCalciteTileSelectGroupElement, {}>;
306
+ export declare const TimePicker: import("@lit/react").ReactWebComponent<HTMLCalciteTimePickerElement, {}>;
307
+ export declare const Tip: import("@lit/react").ReactWebComponent<HTMLCalciteTipElement, {
308
+ oncalciteTipDismiss: EventName<HTMLCalciteTipElement["calciteTipDismiss"]>;
309
+ }>;
310
+ export declare const TipGroup: import("@lit/react").ReactWebComponent<HTMLCalciteTipGroupElement, {}>;
311
+ export declare const TipManager: import("@lit/react").ReactWebComponent<HTMLCalciteTipManagerElement, {
312
+ oncalciteTipManagerClose: EventName<HTMLCalciteTipManagerElement["calciteTipManagerClose"]>;
313
+ }>;
314
+ export declare const Tooltip: import("@lit/react").ReactWebComponent<HTMLCalciteTooltipElement, {
315
+ oncalciteTooltipBeforeClose: EventName<HTMLCalciteTooltipElement["calciteTooltipBeforeClose"]>;
316
+ oncalciteTooltipBeforeOpen: EventName<HTMLCalciteTooltipElement["calciteTooltipBeforeOpen"]>;
317
+ oncalciteTooltipClose: EventName<HTMLCalciteTooltipElement["calciteTooltipClose"]>;
318
+ oncalciteTooltipOpen: EventName<HTMLCalciteTooltipElement["calciteTooltipOpen"]>;
319
+ }>;
320
+ export declare const Tree: import("@lit/react").ReactWebComponent<HTMLCalciteTreeElement, {
321
+ oncalciteTreeSelect: EventName<HTMLCalciteTreeElement["calciteTreeSelect"]>;
322
+ }>;
323
+ export declare const TreeItem: import("@lit/react").ReactWebComponent<HTMLCalciteTreeItemElement, {}>;