@m3e/react 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -0
- package/README.md +31 -0
- package/dist/all.js +1912 -0
- package/dist/all.js.map +1 -0
- package/dist/all.min.js +7 -0
- package/dist/all.min.js.map +1 -0
- package/dist/app-bar.js +32 -0
- package/dist/app-bar.js.map +1 -0
- package/dist/app-bar.min.js +7 -0
- package/dist/app-bar.min.js.map +1 -0
- package/dist/autocomplete.js +35 -0
- package/dist/autocomplete.js.map +1 -0
- package/dist/autocomplete.min.js +7 -0
- package/dist/autocomplete.min.js.map +1 -0
- package/dist/avatar.js +32 -0
- package/dist/avatar.js.map +1 -0
- package/dist/avatar.min.js +7 -0
- package/dist/avatar.min.js.map +1 -0
- package/dist/badge.js +32 -0
- package/dist/badge.js.map +1 -0
- package/dist/badge.min.js +7 -0
- package/dist/badge.min.js.map +1 -0
- package/dist/bottom-sheet.js +77 -0
- package/dist/bottom-sheet.js.map +1 -0
- package/dist/bottom-sheet.min.js +7 -0
- package/dist/bottom-sheet.min.js.map +1 -0
- package/dist/button-group.js +32 -0
- package/dist/button-group.js.map +1 -0
- package/dist/button-group.min.js +7 -0
- package/dist/button-group.min.js.map +1 -0
- package/dist/button.js +37 -0
- package/dist/button.js.map +1 -0
- package/dist/button.min.js +7 -0
- package/dist/button.min.js.map +1 -0
- package/dist/card.js +35 -0
- package/dist/card.js.map +1 -0
- package/dist/card.min.js +7 -0
- package/dist/card.min.js.map +1 -0
- package/dist/checkbox.js +38 -0
- package/dist/checkbox.js.map +1 -0
- package/dist/checkbox.min.js +7 -0
- package/dist/checkbox.min.js.map +1 -0
- package/dist/chips.js +187 -0
- package/dist/chips.js.map +1 -0
- package/dist/chips.min.js +7 -0
- package/dist/chips.min.js.map +1 -0
- package/dist/dialog.js +77 -0
- package/dist/dialog.js.map +1 -0
- package/dist/dialog.min.js +7 -0
- package/dist/dialog.min.js.map +1 -0
- package/dist/divider.js +32 -0
- package/dist/divider.js.map +1 -0
- package/dist/divider.min.js +7 -0
- package/dist/divider.min.js.map +1 -0
- package/dist/drawer-container.js +54 -0
- package/dist/drawer-container.js.map +1 -0
- package/dist/drawer-container.min.js +7 -0
- package/dist/drawer-container.min.js.map +1 -0
- package/dist/expansion-panel.js +57 -0
- package/dist/expansion-panel.js.map +1 -0
- package/dist/expansion-panel.min.js +7 -0
- package/dist/expansion-panel.min.js.map +1 -0
- package/dist/fab-menu.js +77 -0
- package/dist/fab-menu.js.map +1 -0
- package/dist/fab-menu.min.js +7 -0
- package/dist/fab-menu.min.js.map +1 -0
- package/dist/fab.js +35 -0
- package/dist/fab.js.map +1 -0
- package/dist/fab.min.js +7 -0
- package/dist/fab.min.js.map +1 -0
- package/dist/form-field.js +32 -0
- package/dist/form-field.js.map +1 -0
- package/dist/form-field.min.js +7 -0
- package/dist/form-field.min.js.map +1 -0
- package/dist/heading.js +32 -0
- package/dist/heading.js.map +1 -0
- package/dist/heading.min.js +7 -0
- package/dist/heading.min.js.map +1 -0
- package/dist/icon-button.js +37 -0
- package/dist/icon-button.js.map +1 -0
- package/dist/icon-button.min.js +7 -0
- package/dist/icon-button.min.js.map +1 -0
- package/dist/icon.js +32 -0
- package/dist/icon.js.map +1 -0
- package/dist/icon.min.js +7 -0
- package/dist/icon.min.js.map +1 -0
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -0
- package/dist/list.js +164 -0
- package/dist/list.js.map +1 -0
- package/dist/list.min.js +7 -0
- package/dist/list.min.js.map +1 -0
- package/dist/loading-indicator.js +32 -0
- package/dist/loading-indicator.js.map +1 -0
- package/dist/loading-indicator.min.js +7 -0
- package/dist/loading-indicator.min.js.map +1 -0
- package/dist/menu.js +140 -0
- package/dist/menu.js.map +1 -0
- package/dist/menu.min.js +7 -0
- package/dist/menu.min.js.map +1 -0
- package/dist/nav-bar.js +59 -0
- package/dist/nav-bar.js.map +1 -0
- package/dist/nav-bar.min.js +7 -0
- package/dist/nav-bar.min.js.map +1 -0
- package/dist/nav-menu.js +77 -0
- package/dist/nav-menu.js.map +1 -0
- package/dist/nav-menu.min.js +7 -0
- package/dist/nav-menu.min.js.map +1 -0
- package/dist/nav-rail.js +54 -0
- package/dist/nav-rail.js.map +1 -0
- package/dist/nav-rail.min.js +7 -0
- package/dist/nav-rail.min.js.map +1 -0
- package/dist/option.js +51 -0
- package/dist/option.js.map +1 -0
- package/dist/option.min.js +7 -0
- package/dist/option.min.js.map +1 -0
- package/dist/paginator.js +35 -0
- package/dist/paginator.js.map +1 -0
- package/dist/paginator.min.js +7 -0
- package/dist/paginator.min.js.map +1 -0
- package/dist/progress-indicator.js +51 -0
- package/dist/progress-indicator.js.map +1 -0
- package/dist/progress-indicator.min.js +7 -0
- package/dist/progress-indicator.min.js.map +1 -0
- package/dist/radio-group.js +59 -0
- package/dist/radio-group.js.map +1 -0
- package/dist/radio-group.min.js +7 -0
- package/dist/radio-group.min.js.map +1 -0
- package/dist/segmented-button.js +60 -0
- package/dist/segmented-button.js.map +1 -0
- package/dist/segmented-button.min.js +7 -0
- package/dist/segmented-button.min.js.map +1 -0
- package/dist/select.js +36 -0
- package/dist/select.js.map +1 -0
- package/dist/select.min.js +7 -0
- package/dist/select.min.js.map +1 -0
- package/dist/shape.js +32 -0
- package/dist/shape.js.map +1 -0
- package/dist/shape.min.js +7 -0
- package/dist/shape.min.js.map +1 -0
- package/dist/slide-group.js +32 -0
- package/dist/slide-group.js.map +1 -0
- package/dist/slide-group.min.js +7 -0
- package/dist/slide-group.min.js.map +1 -0
- package/dist/slider.js +56 -0
- package/dist/slider.js.map +1 -0
- package/dist/slider.min.js +7 -0
- package/dist/slider.min.js.map +1 -0
- package/dist/snackbar.js +9 -0
- package/dist/snackbar.js.map +1 -0
- package/dist/snackbar.min.js +7 -0
- package/dist/snackbar.min.js.map +1 -0
- package/dist/split-button.js +32 -0
- package/dist/split-button.js.map +1 -0
- package/dist/split-button.min.js +7 -0
- package/dist/split-button.min.js.map +1 -0
- package/dist/src/all.d.ts +46 -0
- package/dist/src/all.d.ts.map +1 -0
- package/dist/src/app-bar/AppBar.d.ts +17 -0
- package/dist/src/app-bar/AppBar.d.ts.map +1 -0
- package/dist/src/app-bar/index.d.ts +2 -0
- package/dist/src/app-bar/index.d.ts.map +1 -0
- package/dist/src/autocomplete/Autocomplete.d.ts +19 -0
- package/dist/src/autocomplete/Autocomplete.d.ts.map +1 -0
- package/dist/src/autocomplete/index.d.ts +2 -0
- package/dist/src/autocomplete/index.d.ts.map +1 -0
- package/dist/src/avatar/Avatar.d.ts +17 -0
- package/dist/src/avatar/Avatar.d.ts.map +1 -0
- package/dist/src/avatar/index.d.ts +2 -0
- package/dist/src/avatar/index.d.ts.map +1 -0
- package/dist/src/badge/Badge.d.ts +17 -0
- package/dist/src/badge/Badge.d.ts.map +1 -0
- package/dist/src/badge/index.d.ts +2 -0
- package/dist/src/badge/index.d.ts.map +1 -0
- package/dist/src/bottom-sheet/BottomSheet.d.ts +23 -0
- package/dist/src/bottom-sheet/BottomSheet.d.ts.map +1 -0
- package/dist/src/bottom-sheet/BottomSheetAction.d.ts +17 -0
- package/dist/src/bottom-sheet/BottomSheetAction.d.ts.map +1 -0
- package/dist/src/bottom-sheet/BottomSheetTrigger.d.ts +17 -0
- package/dist/src/bottom-sheet/BottomSheetTrigger.d.ts.map +1 -0
- package/dist/src/bottom-sheet/index.d.ts +4 -0
- package/dist/src/bottom-sheet/index.d.ts.map +1 -0
- package/dist/src/button/Button.d.ts +21 -0
- package/dist/src/button/Button.d.ts.map +1 -0
- package/dist/src/button/index.d.ts +2 -0
- package/dist/src/button/index.d.ts.map +1 -0
- package/dist/src/button-group/ButtonGroup.d.ts +17 -0
- package/dist/src/button-group/ButtonGroup.d.ts.map +1 -0
- package/dist/src/button-group/index.d.ts +2 -0
- package/dist/src/button-group/index.d.ts.map +1 -0
- package/dist/src/card/Card.d.ts +19 -0
- package/dist/src/card/Card.d.ts.map +1 -0
- package/dist/src/card/index.d.ts +2 -0
- package/dist/src/card/index.d.ts.map +1 -0
- package/dist/src/checkbox/Checkbox.d.ts +22 -0
- package/dist/src/checkbox/Checkbox.d.ts.map +1 -0
- package/dist/src/checkbox/index.d.ts +2 -0
- package/dist/src/checkbox/index.d.ts.map +1 -0
- package/dist/src/chips/AssistChip.d.ts +19 -0
- package/dist/src/chips/AssistChip.d.ts.map +1 -0
- package/dist/src/chips/Chip.d.ts +17 -0
- package/dist/src/chips/Chip.d.ts.map +1 -0
- package/dist/src/chips/ChipSet.d.ts +17 -0
- package/dist/src/chips/ChipSet.d.ts.map +1 -0
- package/dist/src/chips/FilterChip.d.ts +21 -0
- package/dist/src/chips/FilterChip.d.ts.map +1 -0
- package/dist/src/chips/FilterChipSet.d.ts +20 -0
- package/dist/src/chips/FilterChipSet.d.ts.map +1 -0
- package/dist/src/chips/InputChip.d.ts +20 -0
- package/dist/src/chips/InputChip.d.ts.map +1 -0
- package/dist/src/chips/InputChipSet.d.ts +19 -0
- package/dist/src/chips/InputChipSet.d.ts.map +1 -0
- package/dist/src/chips/SuggestionChip.d.ts +19 -0
- package/dist/src/chips/SuggestionChip.d.ts.map +1 -0
- package/dist/src/chips/index.d.ts +9 -0
- package/dist/src/chips/index.d.ts.map +1 -0
- package/dist/src/dialog/Dialog.d.ts +23 -0
- package/dist/src/dialog/Dialog.d.ts.map +1 -0
- package/dist/src/dialog/DialogAction.d.ts +17 -0
- package/dist/src/dialog/DialogAction.d.ts.map +1 -0
- package/dist/src/dialog/DialogTrigger.d.ts +17 -0
- package/dist/src/dialog/DialogTrigger.d.ts.map +1 -0
- package/dist/src/dialog/index.d.ts +4 -0
- package/dist/src/dialog/index.d.ts.map +1 -0
- package/dist/src/divider/Divider.d.ts +17 -0
- package/dist/src/divider/Divider.d.ts.map +1 -0
- package/dist/src/divider/index.d.ts +2 -0
- package/dist/src/divider/index.d.ts.map +1 -0
- package/dist/src/drawer-container/DrawerContainer.d.ts +19 -0
- package/dist/src/drawer-container/DrawerContainer.d.ts.map +1 -0
- package/dist/src/drawer-container/DrawerToggle.d.ts +17 -0
- package/dist/src/drawer-container/DrawerToggle.d.ts.map +1 -0
- package/dist/src/drawer-container/index.d.ts +3 -0
- package/dist/src/drawer-container/index.d.ts.map +1 -0
- package/dist/src/expansion-panel/Accordion.d.ts +17 -0
- package/dist/src/expansion-panel/Accordion.d.ts.map +1 -0
- package/dist/src/expansion-panel/ExpansionPanel.d.ts +22 -0
- package/dist/src/expansion-panel/ExpansionPanel.d.ts.map +1 -0
- package/dist/src/expansion-panel/index.d.ts +3 -0
- package/dist/src/expansion-panel/index.d.ts.map +1 -0
- package/dist/src/fab/Fab.d.ts +19 -0
- package/dist/src/fab/Fab.d.ts.map +1 -0
- package/dist/src/fab/index.d.ts +2 -0
- package/dist/src/fab/index.d.ts.map +1 -0
- package/dist/src/fab-menu/FabMenu.d.ts +20 -0
- package/dist/src/fab-menu/FabMenu.d.ts.map +1 -0
- package/dist/src/fab-menu/FabMenuItem.d.ts +19 -0
- package/dist/src/fab-menu/FabMenuItem.d.ts.map +1 -0
- package/dist/src/fab-menu/FabMenuTrigger.d.ts +17 -0
- package/dist/src/fab-menu/FabMenuTrigger.d.ts.map +1 -0
- package/dist/src/fab-menu/index.d.ts +4 -0
- package/dist/src/fab-menu/index.d.ts.map +1 -0
- package/dist/src/form-field/FormField.d.ts +17 -0
- package/dist/src/form-field/FormField.d.ts.map +1 -0
- package/dist/src/form-field/index.d.ts +2 -0
- package/dist/src/form-field/index.d.ts.map +1 -0
- package/dist/src/heading/Heading.d.ts +17 -0
- package/dist/src/heading/Heading.d.ts.map +1 -0
- package/dist/src/heading/index.d.ts +2 -0
- package/dist/src/heading/index.d.ts.map +1 -0
- package/dist/src/icon/Icon.d.ts +17 -0
- package/dist/src/icon/Icon.d.ts.map +1 -0
- package/dist/src/icon/index.d.ts +2 -0
- package/dist/src/icon/index.d.ts.map +1 -0
- package/dist/src/icon-button/IconButton.d.ts +21 -0
- package/dist/src/icon-button/IconButton.d.ts.map +1 -0
- package/dist/src/icon-button/index.d.ts +2 -0
- package/dist/src/icon-button/index.d.ts.map +1 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/list/ActionList.d.ts +17 -0
- package/dist/src/list/ActionList.d.ts.map +1 -0
- package/dist/src/list/ExpandableListItem.d.ts +22 -0
- package/dist/src/list/ExpandableListItem.d.ts.map +1 -0
- package/dist/src/list/List.d.ts +17 -0
- package/dist/src/list/List.d.ts.map +1 -0
- package/dist/src/list/ListAction.d.ts +19 -0
- package/dist/src/list/ListAction.d.ts.map +1 -0
- package/dist/src/list/ListItem.d.ts +17 -0
- package/dist/src/list/ListItem.d.ts.map +1 -0
- package/dist/src/list/ListOption.d.ts +21 -0
- package/dist/src/list/ListOption.d.ts.map +1 -0
- package/dist/src/list/SelectionList.d.ts +20 -0
- package/dist/src/list/SelectionList.d.ts.map +1 -0
- package/dist/src/list/index.d.ts +8 -0
- package/dist/src/list/index.d.ts.map +1 -0
- package/dist/src/loading-indicator/LoadingIndicator.d.ts +17 -0
- package/dist/src/loading-indicator/LoadingIndicator.d.ts.map +1 -0
- package/dist/src/loading-indicator/index.d.ts +2 -0
- package/dist/src/loading-indicator/index.d.ts.map +1 -0
- package/dist/src/menu/Menu.d.ts +20 -0
- package/dist/src/menu/Menu.d.ts.map +1 -0
- package/dist/src/menu/MenuItem.d.ts +19 -0
- package/dist/src/menu/MenuItem.d.ts.map +1 -0
- package/dist/src/menu/MenuItemCheckbox.d.ts +19 -0
- package/dist/src/menu/MenuItemCheckbox.d.ts.map +1 -0
- package/dist/src/menu/MenuItemGroup.d.ts +17 -0
- package/dist/src/menu/MenuItemGroup.d.ts.map +1 -0
- package/dist/src/menu/MenuItemRadio.d.ts +19 -0
- package/dist/src/menu/MenuItemRadio.d.ts.map +1 -0
- package/dist/src/menu/MenuTrigger.d.ts +17 -0
- package/dist/src/menu/MenuTrigger.d.ts.map +1 -0
- package/dist/src/menu/index.d.ts +7 -0
- package/dist/src/menu/index.d.ts.map +1 -0
- package/dist/src/nav-bar/NavBar.d.ts +19 -0
- package/dist/src/nav-bar/NavBar.d.ts.map +1 -0
- package/dist/src/nav-bar/NavItem.d.ts +21 -0
- package/dist/src/nav-bar/NavItem.d.ts.map +1 -0
- package/dist/src/nav-bar/index.d.ts +3 -0
- package/dist/src/nav-bar/index.d.ts.map +1 -0
- package/dist/src/nav-menu/NavMenu.d.ts +17 -0
- package/dist/src/nav-menu/NavMenu.d.ts.map +1 -0
- package/dist/src/nav-menu/NavMenuItem.d.ts +23 -0
- package/dist/src/nav-menu/NavMenuItem.d.ts.map +1 -0
- package/dist/src/nav-menu/NavMenuItemGroup.d.ts +17 -0
- package/dist/src/nav-menu/NavMenuItemGroup.d.ts.map +1 -0
- package/dist/src/nav-menu/index.d.ts +4 -0
- package/dist/src/nav-menu/index.d.ts.map +1 -0
- package/dist/src/nav-rail/NavRail.d.ts +19 -0
- package/dist/src/nav-rail/NavRail.d.ts.map +1 -0
- package/dist/src/nav-rail/NavRailToggle.d.ts +17 -0
- package/dist/src/nav-rail/NavRailToggle.d.ts.map +1 -0
- package/dist/src/nav-rail/index.d.ts +3 -0
- package/dist/src/nav-rail/index.d.ts.map +1 -0
- package/dist/src/option/OptGroup.d.ts +17 -0
- package/dist/src/option/OptGroup.d.ts.map +1 -0
- package/dist/src/option/Option.d.ts +17 -0
- package/dist/src/option/Option.d.ts.map +1 -0
- package/dist/src/option/index.d.ts +3 -0
- package/dist/src/option/index.d.ts.map +1 -0
- package/dist/src/paginator/Paginator.d.ts +20 -0
- package/dist/src/paginator/Paginator.d.ts.map +1 -0
- package/dist/src/paginator/index.d.ts +2 -0
- package/dist/src/paginator/index.d.ts.map +1 -0
- package/dist/src/progress-indicator/CircularProgressIndicator.d.ts +17 -0
- package/dist/src/progress-indicator/CircularProgressIndicator.d.ts.map +1 -0
- package/dist/src/progress-indicator/LinearProgressIndicator.d.ts +17 -0
- package/dist/src/progress-indicator/LinearProgressIndicator.d.ts.map +1 -0
- package/dist/src/progress-indicator/index.d.ts +3 -0
- package/dist/src/progress-indicator/index.d.ts.map +1 -0
- package/dist/src/radio-group/Radio.d.ts +21 -0
- package/dist/src/radio-group/Radio.d.ts.map +1 -0
- package/dist/src/radio-group/RadioGroup.d.ts +19 -0
- package/dist/src/radio-group/RadioGroup.d.ts.map +1 -0
- package/dist/src/radio-group/index.d.ts +3 -0
- package/dist/src/radio-group/index.d.ts.map +1 -0
- package/dist/src/segmented-button/ButtonSegment.d.ts +21 -0
- package/dist/src/segmented-button/ButtonSegment.d.ts.map +1 -0
- package/dist/src/segmented-button/SegmentedButton.d.ts +20 -0
- package/dist/src/segmented-button/SegmentedButton.d.ts.map +1 -0
- package/dist/src/segmented-button/index.d.ts +3 -0
- package/dist/src/segmented-button/index.d.ts.map +1 -0
- package/dist/src/select/Select.d.ts +20 -0
- package/dist/src/select/Select.d.ts.map +1 -0
- package/dist/src/select/index.d.ts +2 -0
- package/dist/src/select/index.d.ts.map +1 -0
- package/dist/src/shape/Shape.d.ts +17 -0
- package/dist/src/shape/Shape.d.ts.map +1 -0
- package/dist/src/shape/index.d.ts +2 -0
- package/dist/src/shape/index.d.ts.map +1 -0
- package/dist/src/slide-group/SlideGroup.d.ts +17 -0
- package/dist/src/slide-group/SlideGroup.d.ts.map +1 -0
- package/dist/src/slide-group/index.d.ts +2 -0
- package/dist/src/slide-group/index.d.ts.map +1 -0
- package/dist/src/slider/Slider.d.ts +17 -0
- package/dist/src/slider/Slider.d.ts.map +1 -0
- package/dist/src/slider/SliderThumb.d.ts +21 -0
- package/dist/src/slider/SliderThumb.d.ts.map +1 -0
- package/dist/src/slider/index.d.ts +3 -0
- package/dist/src/slider/index.d.ts.map +1 -0
- package/dist/src/snackbar/Snackbar.d.ts +3 -0
- package/dist/src/snackbar/Snackbar.d.ts.map +1 -0
- package/dist/src/snackbar/index.d.ts +2 -0
- package/dist/src/snackbar/index.d.ts.map +1 -0
- package/dist/src/split-button/SplitButton.d.ts +17 -0
- package/dist/src/split-button/SplitButton.d.ts.map +1 -0
- package/dist/src/split-button/index.d.ts +2 -0
- package/dist/src/split-button/index.d.ts.map +1 -0
- package/dist/src/stepper/Step.d.ts +21 -0
- package/dist/src/stepper/Step.d.ts.map +1 -0
- package/dist/src/stepper/StepPanel.d.ts +17 -0
- package/dist/src/stepper/StepPanel.d.ts.map +1 -0
- package/dist/src/stepper/Stepper.d.ts +19 -0
- package/dist/src/stepper/Stepper.d.ts.map +1 -0
- package/dist/src/stepper/StepperNext.d.ts +17 -0
- package/dist/src/stepper/StepperNext.d.ts.map +1 -0
- package/dist/src/stepper/StepperPrevious.d.ts +17 -0
- package/dist/src/stepper/StepperPrevious.d.ts.map +1 -0
- package/dist/src/stepper/StepperReset.d.ts +17 -0
- package/dist/src/stepper/StepperReset.d.ts.map +1 -0
- package/dist/src/stepper/index.d.ts +7 -0
- package/dist/src/stepper/index.d.ts.map +1 -0
- package/dist/src/switch/Switch.d.ts +21 -0
- package/dist/src/switch/Switch.d.ts.map +1 -0
- package/dist/src/switch/index.d.ts +2 -0
- package/dist/src/switch/index.d.ts.map +1 -0
- package/dist/src/tabs/Tab.d.ts +21 -0
- package/dist/src/tabs/Tab.d.ts.map +1 -0
- package/dist/src/tabs/TabPanel.d.ts +17 -0
- package/dist/src/tabs/TabPanel.d.ts.map +1 -0
- package/dist/src/tabs/Tabs.d.ts +19 -0
- package/dist/src/tabs/Tabs.d.ts.map +1 -0
- package/dist/src/tabs/index.d.ts +4 -0
- package/dist/src/tabs/index.d.ts.map +1 -0
- package/dist/src/textarea-autosize/TextareaAutosize.d.ts +17 -0
- package/dist/src/textarea-autosize/TextareaAutosize.d.ts.map +1 -0
- package/dist/src/textarea-autosize/index.d.ts +2 -0
- package/dist/src/textarea-autosize/index.d.ts.map +1 -0
- package/dist/src/theme/Theme.d.ts +19 -0
- package/dist/src/theme/Theme.d.ts.map +1 -0
- package/dist/src/theme/index.d.ts +2 -0
- package/dist/src/theme/index.d.ts.map +1 -0
- package/dist/src/toc/Toc.d.ts +17 -0
- package/dist/src/toc/Toc.d.ts.map +1 -0
- package/dist/src/toc/index.d.ts +2 -0
- package/dist/src/toc/index.d.ts.map +1 -0
- package/dist/src/toolbar/Toolbar.d.ts +17 -0
- package/dist/src/toolbar/Toolbar.d.ts.map +1 -0
- package/dist/src/toolbar/index.d.ts +2 -0
- package/dist/src/toolbar/index.d.ts.map +1 -0
- package/dist/src/tooltip/RichTooltip.d.ts +20 -0
- package/dist/src/tooltip/RichTooltip.d.ts.map +1 -0
- package/dist/src/tooltip/RichTooltipAction.d.ts +17 -0
- package/dist/src/tooltip/RichTooltipAction.d.ts.map +1 -0
- package/dist/src/tooltip/Tooltip.d.ts +17 -0
- package/dist/src/tooltip/Tooltip.d.ts.map +1 -0
- package/dist/src/tooltip/index.d.ts +4 -0
- package/dist/src/tooltip/index.d.ts.map +1 -0
- package/dist/stepper.js +135 -0
- package/dist/stepper.js.map +1 -0
- package/dist/stepper.min.js +7 -0
- package/dist/stepper.min.js.map +1 -0
- package/dist/switch.js +37 -0
- package/dist/switch.js.map +1 -0
- package/dist/switch.min.js +7 -0
- package/dist/switch.min.js.map +1 -0
- package/dist/tabs.js +78 -0
- package/dist/tabs.js.map +1 -0
- package/dist/tabs.min.js +7 -0
- package/dist/tabs.min.js.map +1 -0
- package/dist/textarea-autosize.js +32 -0
- package/dist/textarea-autosize.js.map +1 -0
- package/dist/textarea-autosize.min.js +7 -0
- package/dist/textarea-autosize.min.js.map +1 -0
- package/dist/theme.js +35 -0
- package/dist/theme.js.map +1 -0
- package/dist/theme.min.js +7 -0
- package/dist/theme.min.js.map +1 -0
- package/dist/toc.js +32 -0
- package/dist/toc.js.map +1 -0
- package/dist/toc.min.js +7 -0
- package/dist/toc.min.js.map +1 -0
- package/dist/toolbar.js +32 -0
- package/dist/toolbar.js.map +1 -0
- package/dist/toolbar.min.js +7 -0
- package/dist/toolbar.min.js.map +1 -0
- package/dist/tooltip.js +74 -0
- package/dist/tooltip.js.map +1 -0
- package/dist/tooltip.min.js +7 -0
- package/dist/tooltip.min.js.map +1 -0
- package/package.json +215 -0
package/dist/all.js
ADDED
|
@@ -0,0 +1,1912 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
/**
|
|
3
|
+
* @license MIT
|
|
4
|
+
* Copyright (c) 2025 matraic
|
|
5
|
+
* See LICENSE file in the project root for full license text.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React from 'react';
|
|
9
|
+
import { createComponent } from '@lit/react';
|
|
10
|
+
import { M3eAppBarElement } from '@m3e/web/app-bar';
|
|
11
|
+
import { M3eAutocompleteElement } from '@m3e/web/autocomplete';
|
|
12
|
+
import { M3eAvatarElement } from '@m3e/web/avatar';
|
|
13
|
+
import { M3eBadgeElement } from '@m3e/web/badge';
|
|
14
|
+
import { M3eBottomSheetElement, M3eBottomSheetActionElement, M3eBottomSheetTriggerElement } from '@m3e/web/bottom-sheet';
|
|
15
|
+
import { M3eButtonElement } from '@m3e/web/button';
|
|
16
|
+
import { M3eButtonGroupElement } from '@m3e/web/button-group';
|
|
17
|
+
import { M3eCardElement } from '@m3e/web/card';
|
|
18
|
+
import { M3eCheckboxElement } from '@m3e/web/checkbox';
|
|
19
|
+
import { M3eAssistChipElement, M3eChipElement, M3eChipSetElement, M3eFilterChipElement, M3eFilterChipSetElement, M3eInputChipElement, M3eInputChipSetElement, M3eSuggestionChipElement } from '@m3e/web/chips';
|
|
20
|
+
import { M3eDialogElement, M3eDialogActionElement, M3eDialogTriggerElement } from '@m3e/web/dialog';
|
|
21
|
+
import { M3eDividerElement } from '@m3e/web/divider';
|
|
22
|
+
import { M3eDrawerContainerElement, M3eDrawerToggleElement } from '@m3e/web/drawer-container';
|
|
23
|
+
import { M3eAccordionElement, M3eExpansionPanelElement } from '@m3e/web/expansion-panel';
|
|
24
|
+
import { M3eFabElement } from '@m3e/web/fab';
|
|
25
|
+
import { M3eFabMenuElement, M3eFabMenuItemElement, M3eFabMenuTriggerElement } from '@m3e/web/fab-menu';
|
|
26
|
+
import { M3eFormFieldElement } from '@m3e/web/form-field';
|
|
27
|
+
import { M3eHeadingElement } from '@m3e/web/heading';
|
|
28
|
+
import { M3eIconElement } from '@m3e/web/icon';
|
|
29
|
+
import { M3eIconButtonElement } from '@m3e/web/icon-button';
|
|
30
|
+
import { M3eActionListElement, M3eExpandableListItemElement, M3eListElement, M3eListActionElement, M3eListItemElement, M3eListOptionElement, M3eSelectionListElement } from '@m3e/web/list';
|
|
31
|
+
import { M3eLoadingIndicatorElement } from '@m3e/web/loading-indicator';
|
|
32
|
+
import { M3eMenuElement, M3eMenuItemElement, M3eMenuItemCheckboxElement, M3eMenuItemGroupElement, M3eMenuItemRadioElement, M3eMenuTriggerElement } from '@m3e/web/menu';
|
|
33
|
+
import { M3eNavBarElement, M3eNavItemElement } from '@m3e/web/nav-bar';
|
|
34
|
+
import { M3eNavMenuElement, M3eNavMenuItemElement, M3eNavMenuItemGroupElement } from '@m3e/web/nav-menu';
|
|
35
|
+
import { M3eNavRailElement, M3eNavRailToggleElement } from '@m3e/web/nav-rail';
|
|
36
|
+
import { M3eOptionElement, M3eOptGroupElement } from '@m3e/web/option';
|
|
37
|
+
import { M3ePaginatorElement } from '@m3e/web/paginator';
|
|
38
|
+
import { M3eCircularProgressIndicatorElement, M3eLinearProgressIndicatorElement } from '@m3e/web/progress-indicator';
|
|
39
|
+
import { M3eRadioElement, M3eRadioGroupElement } from '@m3e/web/radio-group';
|
|
40
|
+
import { M3eSegmentedButtonElement, M3eButtonSegmentElement } from '@m3e/web/segmented-button';
|
|
41
|
+
import { M3eSelectElement } from '@m3e/web/select';
|
|
42
|
+
import { M3eShapeElement } from '@m3e/web/shape';
|
|
43
|
+
import { M3eSlideGroupElement } from '@m3e/web/slide-group';
|
|
44
|
+
import { M3eSliderElement, M3eSliderThumbElement } from '@m3e/web/slider';
|
|
45
|
+
export { M3eSnackbar } from '@m3e/web/snackbar';
|
|
46
|
+
import { M3eSplitButtonElement } from '@m3e/web/split-button';
|
|
47
|
+
import { M3eStepElement, M3eStepPanelElement, M3eStepperElement, M3eStepperNextElement, M3eStepperPreviousElement, M3eStepperResetElement } from '@m3e/web/stepper';
|
|
48
|
+
import { M3eSwitchElement } from '@m3e/web/switch';
|
|
49
|
+
import { M3eTabElement, M3eTabPanelElement, M3eTabsElement } from '@m3e/web/tabs';
|
|
50
|
+
import { M3eTextareaAutosizeElement } from '@m3e/web/textarea-autosize';
|
|
51
|
+
import { M3eThemeElement } from '@m3e/web/theme';
|
|
52
|
+
import { M3eTocElement } from '@m3e/web/toc';
|
|
53
|
+
import { M3eToolbarElement } from '@m3e/web/toolbar';
|
|
54
|
+
import { M3eRichTooltipElement, M3eRichTooltipActionElement, M3eTooltipElement } from '@m3e/web/tooltip';
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* React binding for the `m3e-app-bar` Web Component from `@m3e/app-bar`.
|
|
58
|
+
*
|
|
59
|
+
* This component renders the underlying `<m3e-app-bar>` element and exposes its
|
|
60
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
61
|
+
*
|
|
62
|
+
* Props map directly to element properties, and event handlers receive the
|
|
63
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
64
|
+
* underlying `<m3e-app-bar>` instance for imperative access.
|
|
65
|
+
*
|
|
66
|
+
* See the `m3e-app-bar` documentation in `@m3e/app-bar` for full details on behavior,
|
|
67
|
+
* styling, accessibility, and supported events.
|
|
68
|
+
*/
|
|
69
|
+
const M3eAppBar = createComponent({
|
|
70
|
+
tagName: "m3e-app-bar",
|
|
71
|
+
elementClass: M3eAppBarElement,
|
|
72
|
+
react: React,
|
|
73
|
+
});
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* React binding for the `m3e-autocomplete` Web Component from `@m3e/autocomplete`.
|
|
77
|
+
*
|
|
78
|
+
* This component renders the underlying `<m3e-autocomplete>` element and exposes its
|
|
79
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
80
|
+
*
|
|
81
|
+
* Props map directly to element properties, and event handlers receive the
|
|
82
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
83
|
+
* underlying `<m3e-autocomplete>` instance for imperative access.
|
|
84
|
+
*
|
|
85
|
+
* See the `m3e-autocomplete` documentation in `@m3e/autocomplete` for full details on behavior,
|
|
86
|
+
* styling, accessibility, and supported events.
|
|
87
|
+
*/
|
|
88
|
+
const M3eAutocomplete = createComponent({
|
|
89
|
+
tagName: "m3e-autocomplete",
|
|
90
|
+
elementClass: M3eAutocompleteElement,
|
|
91
|
+
react: React,
|
|
92
|
+
events: {
|
|
93
|
+
onToggle: "toggle",
|
|
94
|
+
},
|
|
95
|
+
});
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* React binding for the `m3e-avatar` Web Component from `@m3e/avatar`.
|
|
99
|
+
*
|
|
100
|
+
* This component renders the underlying `<m3e-avatar>` element and exposes its
|
|
101
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
102
|
+
*
|
|
103
|
+
* Props map directly to element properties, and event handlers receive the
|
|
104
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
105
|
+
* underlying `<m3e-avatar>` instance for imperative access.
|
|
106
|
+
*
|
|
107
|
+
* See the `m3e-avatar` documentation in `@m3e/avatar` for full details on behavior,
|
|
108
|
+
* styling, accessibility, and supported events.
|
|
109
|
+
*/
|
|
110
|
+
const M3eAvatar = createComponent({
|
|
111
|
+
tagName: "m3e-avatar",
|
|
112
|
+
elementClass: M3eAvatarElement,
|
|
113
|
+
react: React,
|
|
114
|
+
});
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* React binding for the `m3e-badge` Web Component from `@m3e/badge`.
|
|
118
|
+
*
|
|
119
|
+
* This component renders the underlying `<m3e-badge>` element and exposes its
|
|
120
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
121
|
+
*
|
|
122
|
+
* Props map directly to element properties, and event handlers receive the
|
|
123
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
124
|
+
* underlying `<m3e-badge>` instance for imperative access.
|
|
125
|
+
*
|
|
126
|
+
* See the `m3e-badge` documentation in `@m3e/badge` for full details on behavior,
|
|
127
|
+
* styling, accessibility, and supported events.
|
|
128
|
+
*/
|
|
129
|
+
const M3eBadge = createComponent({
|
|
130
|
+
tagName: "m3e-badge",
|
|
131
|
+
elementClass: M3eBadgeElement,
|
|
132
|
+
react: React,
|
|
133
|
+
});
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* React binding for the `m3e-bottom-sheet` Web Component from `@m3e/bottom-sheet`.
|
|
137
|
+
*
|
|
138
|
+
* This component renders the underlying `<m3e-bottom-sheet>` element and exposes its
|
|
139
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
140
|
+
*
|
|
141
|
+
* Props map directly to element properties, and event handlers receive the
|
|
142
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
143
|
+
* underlying `<m3e-bottom-sheet>` instance for imperative access.
|
|
144
|
+
*
|
|
145
|
+
* See the `m3e-bottom-sheet` documentation for full details on behavior, styling,
|
|
146
|
+
* accessibility, and supported events.
|
|
147
|
+
*/
|
|
148
|
+
const M3eBottomSheet = createComponent({
|
|
149
|
+
tagName: "m3e-bottom-sheet",
|
|
150
|
+
elementClass: M3eBottomSheetElement,
|
|
151
|
+
react: React,
|
|
152
|
+
events: {
|
|
153
|
+
onOpening: "opening",
|
|
154
|
+
onOpened: "opened",
|
|
155
|
+
onClosing: "closing",
|
|
156
|
+
onClosed: "closed",
|
|
157
|
+
onCancel: "cancel",
|
|
158
|
+
},
|
|
159
|
+
});
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* React binding for the `m3e-bottom-sheet-action` Web Component from `@m3e/bottom-sheet`.
|
|
163
|
+
*
|
|
164
|
+
* This component renders the underlying `<m3e-bottom-sheet-action>` element and exposes its
|
|
165
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
166
|
+
*
|
|
167
|
+
* Props map directly to element properties, and event handlers receive the
|
|
168
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
169
|
+
* underlying `<m3e-bottom-sheet-action>` instance for imperative access.
|
|
170
|
+
*
|
|
171
|
+
* See the `m3e-bottom-sheet-action` documentation for full details on behavior, styling,
|
|
172
|
+
* accessibility, and supported events.
|
|
173
|
+
*/
|
|
174
|
+
const M3eBottomSheetAction = createComponent({
|
|
175
|
+
tagName: "m3e-bottom-sheet-action",
|
|
176
|
+
elementClass: M3eBottomSheetActionElement,
|
|
177
|
+
react: React,
|
|
178
|
+
});
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* React binding for the `m3e-bottom-sheet-trigger` Web Component from `@m3e/bottom-sheet`.
|
|
182
|
+
*
|
|
183
|
+
* This component renders the underlying `<m3e-bottom-sheet-trigger>` element and exposes its
|
|
184
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
185
|
+
*
|
|
186
|
+
* Props map directly to element properties, and event handlers receive the
|
|
187
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
188
|
+
* underlying `<m3e-bottom-sheet-trigger>` instance for imperative access.
|
|
189
|
+
*
|
|
190
|
+
* See the `m3e-bottom-sheet-trigger` documentation for full details on behavior, styling,
|
|
191
|
+
* accessibility, and supported events.
|
|
192
|
+
*/
|
|
193
|
+
const M3eBottomSheetTrigger = createComponent({
|
|
194
|
+
tagName: "m3e-bottom-sheet-trigger",
|
|
195
|
+
elementClass: M3eBottomSheetTriggerElement,
|
|
196
|
+
react: React,
|
|
197
|
+
});
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* React binding for the `m3e-button` Web Component from `@m3e/button`.
|
|
201
|
+
*
|
|
202
|
+
* This component renders the underlying `<m3e-button>` element and exposes its
|
|
203
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
204
|
+
*
|
|
205
|
+
* Props map directly to element properties, and event handlers receive the
|
|
206
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
207
|
+
* underlying `<m3e-button>` instance for imperative access.
|
|
208
|
+
*
|
|
209
|
+
* See the `m3e-button` documentation in `@m3e/button` for full details on behavior,
|
|
210
|
+
* styling, accessibility, and supported events.
|
|
211
|
+
*/
|
|
212
|
+
const M3eButton = createComponent({
|
|
213
|
+
tagName: "m3e-button",
|
|
214
|
+
elementClass: M3eButtonElement,
|
|
215
|
+
react: React,
|
|
216
|
+
events: {
|
|
217
|
+
onInput: "input",
|
|
218
|
+
onChange: "change",
|
|
219
|
+
onClick: "click",
|
|
220
|
+
},
|
|
221
|
+
});
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* React binding for the `m3e-button-group` Web Component from `@m3e/button-group`.
|
|
225
|
+
*
|
|
226
|
+
* This component renders the underlying `<m3e-button-group>` element and exposes its
|
|
227
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
228
|
+
*
|
|
229
|
+
* Props map directly to element properties, and event handlers receive the
|
|
230
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
231
|
+
* underlying `<m3e-button-group>` instance for imperative access.
|
|
232
|
+
*
|
|
233
|
+
* See the `m3e-button-group` documentation in `@m3e/button-group` for full details on behavior,
|
|
234
|
+
* styling, accessibility, and supported events.
|
|
235
|
+
*/
|
|
236
|
+
const M3eButtonGroup = createComponent({
|
|
237
|
+
tagName: "m3e-button-group",
|
|
238
|
+
elementClass: M3eButtonGroupElement,
|
|
239
|
+
react: React,
|
|
240
|
+
});
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* React binding for the `m3e-card` Web Component from `@m3e/card`.
|
|
244
|
+
*
|
|
245
|
+
* This component renders the underlying `<m3e-card>` element and exposes its
|
|
246
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
247
|
+
*
|
|
248
|
+
* Props map directly to element properties, and event handlers receive the
|
|
249
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
250
|
+
* underlying `<m3e-card>` instance for imperative access.
|
|
251
|
+
*
|
|
252
|
+
* See the `m3e-card` documentation in `@m3e/card` for full details on behavior,
|
|
253
|
+
* styling, accessibility, and supported events.
|
|
254
|
+
*/
|
|
255
|
+
const M3eCard = createComponent({
|
|
256
|
+
tagName: "m3e-card",
|
|
257
|
+
elementClass: M3eCardElement,
|
|
258
|
+
react: React,
|
|
259
|
+
events: {
|
|
260
|
+
onClick: "click",
|
|
261
|
+
},
|
|
262
|
+
});
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* React binding for the `m3e-checkbox` Web Component from `@m3e/checkbox`.
|
|
266
|
+
*
|
|
267
|
+
* This component renders the underlying `<m3e-checkbox>` element and exposes its
|
|
268
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
269
|
+
*
|
|
270
|
+
* Props map directly to element properties, and event handlers receive the
|
|
271
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
272
|
+
* underlying `<m3e-checkbox>` instance for imperative access.
|
|
273
|
+
*
|
|
274
|
+
* See the `m3e-checkbox` documentation in `@m3e/checkbox` for full details on behavior,
|
|
275
|
+
* styling, accessibility, and supported events.
|
|
276
|
+
*/
|
|
277
|
+
const M3eCheckbox = createComponent({
|
|
278
|
+
tagName: "m3e-checkbox",
|
|
279
|
+
elementClass: M3eCheckboxElement,
|
|
280
|
+
react: React,
|
|
281
|
+
events: {
|
|
282
|
+
onInput: "input",
|
|
283
|
+
onInvalid: "invalid",
|
|
284
|
+
onChange: "change",
|
|
285
|
+
onClick: "click",
|
|
286
|
+
},
|
|
287
|
+
});
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* React binding for the `m3e-assist-chip` Web Component from `@m3e/chips`.
|
|
291
|
+
*
|
|
292
|
+
* This component renders the underlying `<m3e-assist-chip>` element and exposes its
|
|
293
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
294
|
+
*
|
|
295
|
+
* Props map directly to element properties, and event handlers receive the
|
|
296
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
297
|
+
* underlying `<m3e-assist-chip>` instance for imperative access.
|
|
298
|
+
*
|
|
299
|
+
* See the `m3e-assist-chip` documentation for full details on behavior, styling,
|
|
300
|
+
* accessibility, and supported events.
|
|
301
|
+
*/
|
|
302
|
+
const M3eAssistChip = createComponent({
|
|
303
|
+
tagName: "m3e-assist-chip",
|
|
304
|
+
elementClass: M3eAssistChipElement,
|
|
305
|
+
react: React,
|
|
306
|
+
events: {
|
|
307
|
+
onClick: "click",
|
|
308
|
+
},
|
|
309
|
+
});
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* React binding for the `m3e-chip` Web Component from `@m3e/chips`.
|
|
313
|
+
*
|
|
314
|
+
* This component renders the underlying `<m3e-chip>` element and exposes its
|
|
315
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
316
|
+
*
|
|
317
|
+
* Props map directly to element properties, and event handlers receive the
|
|
318
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
319
|
+
* underlying `<m3e-chip>` instance for imperative access.
|
|
320
|
+
*
|
|
321
|
+
* See the `m3e-chip` documentation for full details on behavior, styling,
|
|
322
|
+
* accessibility, and supported events.
|
|
323
|
+
*/
|
|
324
|
+
const M3eChip = createComponent({
|
|
325
|
+
tagName: "m3e-chip",
|
|
326
|
+
elementClass: M3eChipElement,
|
|
327
|
+
react: React,
|
|
328
|
+
});
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* React binding for the `m3e-chip-set` Web Component from `@m3e/chips`.
|
|
332
|
+
*
|
|
333
|
+
* This component renders the underlying `<m3e-chip-set>` element and exposes its
|
|
334
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
335
|
+
*
|
|
336
|
+
* Props map directly to element properties, and event handlers receive the
|
|
337
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
338
|
+
* underlying `<m3e-chip-set>` instance for imperative access.
|
|
339
|
+
*
|
|
340
|
+
* See the `m3e-chip-set` documentation for full details on behavior, styling,
|
|
341
|
+
* accessibility, and supported events.
|
|
342
|
+
*/
|
|
343
|
+
const M3eChipSet = createComponent({
|
|
344
|
+
tagName: "m3e-chip-set",
|
|
345
|
+
elementClass: M3eChipSetElement,
|
|
346
|
+
react: React,
|
|
347
|
+
});
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* React binding for the `m3e-filter-chip` Web Component from `@m3e/chips`.
|
|
351
|
+
*
|
|
352
|
+
* This component renders the underlying `<m3e-filter-chip>` element and exposes its
|
|
353
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
354
|
+
*
|
|
355
|
+
* Props map directly to element properties, and event handlers receive the
|
|
356
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
357
|
+
* underlying `<m3e-filter-chip>` instance for imperative access.
|
|
358
|
+
*
|
|
359
|
+
* See the `m3e-filter-chip` documentation for full details on behavior, styling,
|
|
360
|
+
* accessibility, and supported events.
|
|
361
|
+
*/
|
|
362
|
+
const M3eFilterChip = createComponent({
|
|
363
|
+
tagName: "m3e-filter-chip",
|
|
364
|
+
elementClass: M3eFilterChipElement,
|
|
365
|
+
react: React,
|
|
366
|
+
events: {
|
|
367
|
+
onInput: "input",
|
|
368
|
+
onChange: "change",
|
|
369
|
+
onClick: "click",
|
|
370
|
+
},
|
|
371
|
+
});
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* React binding for the `m3e-filter-chip-set` Web Component from `@m3e/chips`.
|
|
375
|
+
*
|
|
376
|
+
* This component renders the underlying `<m3e-filter-chip-set>` element and exposes its
|
|
377
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
378
|
+
*
|
|
379
|
+
* Props map directly to element properties, and event handlers receive the
|
|
380
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
381
|
+
* underlying `<m3e-filter-chip-set>` instance for imperative access.
|
|
382
|
+
*
|
|
383
|
+
* See the `m3e-filter-chip-set` documentation for full details on behavior, styling,
|
|
384
|
+
* accessibility, and supported events.
|
|
385
|
+
*/
|
|
386
|
+
const M3eFilterChipSet = createComponent({
|
|
387
|
+
tagName: "m3e-filter-chip-set",
|
|
388
|
+
elementClass: M3eFilterChipSetElement,
|
|
389
|
+
react: React,
|
|
390
|
+
events: {
|
|
391
|
+
onInput: "input",
|
|
392
|
+
onChange: "change",
|
|
393
|
+
},
|
|
394
|
+
});
|
|
395
|
+
|
|
396
|
+
/**
|
|
397
|
+
* React binding for the `m3e-input-chip` Web Component from `@m3e/chips`.
|
|
398
|
+
*
|
|
399
|
+
* This component renders the underlying `<m3e-input-chip>` element and exposes its
|
|
400
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
401
|
+
*
|
|
402
|
+
* Props map directly to element properties, and event handlers receive the
|
|
403
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
404
|
+
* underlying `<m3e-input-chip>` instance for imperative access.
|
|
405
|
+
*
|
|
406
|
+
* See the `m3e-input-chip` documentation for full details on behavior, styling,
|
|
407
|
+
* accessibility, and supported events.
|
|
408
|
+
*/
|
|
409
|
+
const M3eInputChip = createComponent({
|
|
410
|
+
tagName: "m3e-input-chip",
|
|
411
|
+
elementClass: M3eInputChipElement,
|
|
412
|
+
react: React,
|
|
413
|
+
events: {
|
|
414
|
+
onClick: "click",
|
|
415
|
+
onRemove: "remove",
|
|
416
|
+
},
|
|
417
|
+
});
|
|
418
|
+
|
|
419
|
+
/**
|
|
420
|
+
* React binding for the `m3e-input-chip-set` Web Component from `@m3e/chips`.
|
|
421
|
+
*
|
|
422
|
+
* This component renders the underlying `<m3e-input-chip-set>` element and exposes its
|
|
423
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
424
|
+
*
|
|
425
|
+
* Props map directly to element properties, and event handlers receive the
|
|
426
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
427
|
+
* underlying `<m3e-input-chip-set>` instance for imperative access.
|
|
428
|
+
*
|
|
429
|
+
* See the `m3e-input-chip-set` documentation for full details on behavior, styling,
|
|
430
|
+
* accessibility, and supported events.
|
|
431
|
+
*/
|
|
432
|
+
const M3eInputChipSet = createComponent({
|
|
433
|
+
tagName: "m3e-input-chip-set",
|
|
434
|
+
elementClass: M3eInputChipSetElement,
|
|
435
|
+
react: React,
|
|
436
|
+
events: {
|
|
437
|
+
onChange: "change",
|
|
438
|
+
},
|
|
439
|
+
});
|
|
440
|
+
|
|
441
|
+
/**
|
|
442
|
+
* React binding for the `m3e-suggestion-chip` Web Component from `@m3e/chips`.
|
|
443
|
+
*
|
|
444
|
+
* This component renders the underlying `<m3e-suggestion-chip>` element and exposes its
|
|
445
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
446
|
+
*
|
|
447
|
+
* Props map directly to element properties, and event handlers receive the
|
|
448
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
449
|
+
* underlying `<m3e-suggestion-chip>` instance for imperative access.
|
|
450
|
+
*
|
|
451
|
+
* See the `m3e-suggestion-chip` documentation for full details on behavior, styling,
|
|
452
|
+
* accessibility, and supported events.
|
|
453
|
+
*/
|
|
454
|
+
const M3eSuggestionChip = createComponent({
|
|
455
|
+
tagName: "m3e-suggestion-chip",
|
|
456
|
+
elementClass: M3eSuggestionChipElement,
|
|
457
|
+
react: React,
|
|
458
|
+
events: {
|
|
459
|
+
onClick: "click",
|
|
460
|
+
},
|
|
461
|
+
});
|
|
462
|
+
|
|
463
|
+
/**
|
|
464
|
+
* React binding for the `m3e-dialog` Web Component from `@m3e/dialog`.
|
|
465
|
+
*
|
|
466
|
+
* This component renders the underlying `<m3e-dialog>` element and exposes its
|
|
467
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
468
|
+
*
|
|
469
|
+
* Props map directly to element properties, and event handlers receive the
|
|
470
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
471
|
+
* underlying `<m3e-dialog>` instance for imperative access.
|
|
472
|
+
*
|
|
473
|
+
* See the `m3e-dialog` documentation in `@m3e/dialog` for full details on behavior,
|
|
474
|
+
* styling, accessibility, and supported events.
|
|
475
|
+
*/
|
|
476
|
+
const M3eDialog = createComponent({
|
|
477
|
+
tagName: "m3e-dialog",
|
|
478
|
+
elementClass: M3eDialogElement,
|
|
479
|
+
react: React,
|
|
480
|
+
events: {
|
|
481
|
+
onOpening: "opening",
|
|
482
|
+
onOpened: "opened",
|
|
483
|
+
onClosing: "closing",
|
|
484
|
+
onClosed: "closed",
|
|
485
|
+
onCancel: "cancel",
|
|
486
|
+
},
|
|
487
|
+
});
|
|
488
|
+
|
|
489
|
+
/**
|
|
490
|
+
* React binding for the `m3e-dialog-action` Web Component from `@m3e/dialog`.
|
|
491
|
+
*
|
|
492
|
+
* This component renders the underlying `<m3e-dialog-action>` element and exposes its
|
|
493
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
494
|
+
*
|
|
495
|
+
* Props map directly to element properties, and event handlers receive the
|
|
496
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
497
|
+
* underlying `<m3e-dialog-action>` instance for imperative access.
|
|
498
|
+
*
|
|
499
|
+
* See the `m3e-dialog-action` documentation for full details on behavior, styling,
|
|
500
|
+
* accessibility, and supported events.
|
|
501
|
+
*/
|
|
502
|
+
const M3eDialogAction = createComponent({
|
|
503
|
+
tagName: "m3e-dialog-action",
|
|
504
|
+
elementClass: M3eDialogActionElement,
|
|
505
|
+
react: React,
|
|
506
|
+
});
|
|
507
|
+
|
|
508
|
+
/**
|
|
509
|
+
* React binding for the `m3e-dialog-trigger` Web Component from `@m3e/dialog`.
|
|
510
|
+
*
|
|
511
|
+
* This component renders the underlying `<m3e-dialog-trigger>` element and exposes its
|
|
512
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
513
|
+
*
|
|
514
|
+
* Props map directly to element properties, and event handlers receive the
|
|
515
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
516
|
+
* underlying `<m3e-dialog-trigger>` instance for imperative access.
|
|
517
|
+
*
|
|
518
|
+
* See the `m3e-dialog-trigger` documentation for full details on behavior, styling,
|
|
519
|
+
* accessibility, and supported events.
|
|
520
|
+
*/
|
|
521
|
+
const M3eDialogTrigger = createComponent({
|
|
522
|
+
tagName: "m3e-dialog-trigger",
|
|
523
|
+
elementClass: M3eDialogTriggerElement,
|
|
524
|
+
react: React,
|
|
525
|
+
});
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* React binding for the `m3e-divider` Web Component from `@m3e/divider`.
|
|
529
|
+
*
|
|
530
|
+
* This component renders the underlying `<m3e-divider>` element and exposes its
|
|
531
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
532
|
+
*
|
|
533
|
+
* Props map directly to element properties, and event handlers receive the
|
|
534
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
535
|
+
* underlying `<m3e-divider>` instance for imperative access.
|
|
536
|
+
*
|
|
537
|
+
* See the `m3e-divider` documentation in `@m3e/divider` for full details on behavior,
|
|
538
|
+
* styling, accessibility, and supported events.
|
|
539
|
+
*/
|
|
540
|
+
const M3eDivider = createComponent({
|
|
541
|
+
tagName: "m3e-divider",
|
|
542
|
+
elementClass: M3eDividerElement,
|
|
543
|
+
react: React,
|
|
544
|
+
});
|
|
545
|
+
|
|
546
|
+
/**
|
|
547
|
+
* React binding for the `m3e-drawer-container` Web Component from `@m3e/drawer-container`.
|
|
548
|
+
*
|
|
549
|
+
* This component renders the underlying `<m3e-drawer-container>` element and exposes its
|
|
550
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
551
|
+
*
|
|
552
|
+
* Props map directly to element properties, and event handlers receive the
|
|
553
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
554
|
+
* underlying `<m3e-drawer-container>` instance for imperative access.
|
|
555
|
+
*
|
|
556
|
+
* See the `m3e-drawer-container` documentation in `@m3e/drawer-container` for full details on behavior,
|
|
557
|
+
* styling, accessibility, and supported events.
|
|
558
|
+
*/
|
|
559
|
+
const M3eDrawerContainer = createComponent({
|
|
560
|
+
tagName: "m3e-drawer-container",
|
|
561
|
+
elementClass: M3eDrawerContainerElement,
|
|
562
|
+
react: React,
|
|
563
|
+
events: {
|
|
564
|
+
onChange: "change",
|
|
565
|
+
},
|
|
566
|
+
});
|
|
567
|
+
|
|
568
|
+
/**
|
|
569
|
+
* React binding for the `m3e-drawer-toggle` Web Component from `@m3e/drawer-container`.
|
|
570
|
+
*
|
|
571
|
+
* This component renders the underlying `<m3e-drawer-toggle>` element and exposes its
|
|
572
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
573
|
+
*
|
|
574
|
+
* Props map directly to element properties, and event handlers receive the
|
|
575
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
576
|
+
* underlying `<m3e-drawer-toggle>` instance for imperative access.
|
|
577
|
+
*
|
|
578
|
+
* See the `m3e-drawer-toggle` documentation for full details on behavior, styling,
|
|
579
|
+
* accessibility, and supported events.
|
|
580
|
+
*/
|
|
581
|
+
const M3eDrawerToggle = createComponent({
|
|
582
|
+
tagName: "m3e-drawer-toggle",
|
|
583
|
+
elementClass: M3eDrawerToggleElement,
|
|
584
|
+
react: React,
|
|
585
|
+
});
|
|
586
|
+
|
|
587
|
+
/**
|
|
588
|
+
* React binding for the `m3e-accordion` Web Component from `@m3e/expansion-panel`.
|
|
589
|
+
*
|
|
590
|
+
* This component renders the underlying `<m3e-accordion>` element and exposes its
|
|
591
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
592
|
+
*
|
|
593
|
+
* Props map directly to element properties, and event handlers receive the
|
|
594
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
595
|
+
* underlying `<m3e-accordion>` instance for imperative access.
|
|
596
|
+
*
|
|
597
|
+
* See the `m3e-accordion` documentation for full details on behavior, styling,
|
|
598
|
+
* accessibility, and supported events.
|
|
599
|
+
*/
|
|
600
|
+
const M3eAccordion = createComponent({
|
|
601
|
+
tagName: "m3e-accordion",
|
|
602
|
+
elementClass: M3eAccordionElement,
|
|
603
|
+
react: React,
|
|
604
|
+
});
|
|
605
|
+
|
|
606
|
+
/**
|
|
607
|
+
* React binding for the `m3e-expansion-panel` Web Component from `@m3e/expansion-panel`.
|
|
608
|
+
*
|
|
609
|
+
* This component renders the underlying `<m3e-expansion-panel>` element and exposes its
|
|
610
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
611
|
+
*
|
|
612
|
+
* Props map directly to element properties, and event handlers receive the
|
|
613
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
614
|
+
* underlying `<m3e-expansion-panel>` instance for imperative access.
|
|
615
|
+
*
|
|
616
|
+
* See the `m3e-expansion-panel` documentation for full details on behavior, styling,
|
|
617
|
+
* accessibility, and supported events.
|
|
618
|
+
*/
|
|
619
|
+
const M3eExpansionPanel = createComponent({
|
|
620
|
+
tagName: "m3e-expansion-panel",
|
|
621
|
+
elementClass: M3eExpansionPanelElement,
|
|
622
|
+
react: React,
|
|
623
|
+
events: {
|
|
624
|
+
onOpening: "opening",
|
|
625
|
+
onOpened: "opened",
|
|
626
|
+
onClosing: "closing",
|
|
627
|
+
onClosed: "closed",
|
|
628
|
+
},
|
|
629
|
+
});
|
|
630
|
+
|
|
631
|
+
/**
|
|
632
|
+
* React binding for the `m3e-fab` Web Component from `@m3e/fab`.
|
|
633
|
+
*
|
|
634
|
+
* This component renders the underlying `<m3e-fab>` element and exposes its
|
|
635
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
636
|
+
*
|
|
637
|
+
* Props map directly to element properties, and event handlers receive the
|
|
638
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
639
|
+
* underlying `<m3e-fab>` instance for imperative access.
|
|
640
|
+
*
|
|
641
|
+
* See the `m3e-fab` documentation for full details on behavior, styling,
|
|
642
|
+
* accessibility, and supported events.
|
|
643
|
+
*/
|
|
644
|
+
const M3eFab = createComponent({
|
|
645
|
+
tagName: "m3e-fab",
|
|
646
|
+
elementClass: M3eFabElement,
|
|
647
|
+
react: React,
|
|
648
|
+
events: {
|
|
649
|
+
onClick: "click",
|
|
650
|
+
},
|
|
651
|
+
});
|
|
652
|
+
|
|
653
|
+
/**
|
|
654
|
+
* React binding for the `m3e-fab-menu` Web Component from `@m3e/fab-menu`.
|
|
655
|
+
*
|
|
656
|
+
* This component renders the underlying `<m3e-fab-menu>` element and exposes its
|
|
657
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
658
|
+
*
|
|
659
|
+
* Props map directly to element properties, and event handlers receive the
|
|
660
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
661
|
+
* underlying `<m3e-fab-menu>` instance for imperative access.
|
|
662
|
+
*
|
|
663
|
+
* See the `m3e-fab-menu` documentation for full details on behavior, styling,
|
|
664
|
+
* accessibility, and supported events.
|
|
665
|
+
*/
|
|
666
|
+
const M3eFabMenu = createComponent({
|
|
667
|
+
tagName: "m3e-fab-menu",
|
|
668
|
+
elementClass: M3eFabMenuElement,
|
|
669
|
+
react: React,
|
|
670
|
+
events: {
|
|
671
|
+
onBeforeToggle: "beforetoggle",
|
|
672
|
+
onToggle: "toggle",
|
|
673
|
+
},
|
|
674
|
+
});
|
|
675
|
+
|
|
676
|
+
/**
|
|
677
|
+
* React binding for the `m3e-fab-menu-item` Web Component from `@m3e/fab-menu`.
|
|
678
|
+
*
|
|
679
|
+
* This component renders the underlying `<m3e-fab-menu-item>` element and exposes its
|
|
680
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
681
|
+
*
|
|
682
|
+
* Props map directly to element properties, and event handlers receive the
|
|
683
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
684
|
+
* underlying `<m3e-fab-menu-item>` instance for imperative access.
|
|
685
|
+
*
|
|
686
|
+
* See the `m3e-fab-menu-item` documentation for full details on behavior, styling,
|
|
687
|
+
* accessibility, and supported events.
|
|
688
|
+
*/
|
|
689
|
+
const M3eFabMenuItem = createComponent({
|
|
690
|
+
tagName: "m3e-fab-menu-item",
|
|
691
|
+
elementClass: M3eFabMenuItemElement,
|
|
692
|
+
react: React,
|
|
693
|
+
events: {
|
|
694
|
+
onClick: "click",
|
|
695
|
+
},
|
|
696
|
+
});
|
|
697
|
+
|
|
698
|
+
/**
|
|
699
|
+
* React binding for the `m3e-fab-menu-trigger` Web Component from `@m3e/fab-menu`.
|
|
700
|
+
*
|
|
701
|
+
* This component renders the underlying `<m3e-fab-menu-trigger>` element and exposes its
|
|
702
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
703
|
+
*
|
|
704
|
+
* Props map directly to element properties, and event handlers receive the
|
|
705
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
706
|
+
* underlying `<m3e-fab-menu-trigger>` instance for imperative access.
|
|
707
|
+
*
|
|
708
|
+
* See the `m3e-fab-menu-trigger` documentation for full details on behavior, styling,
|
|
709
|
+
* accessibility, and supported events.
|
|
710
|
+
*/
|
|
711
|
+
const M3eFabMenuTrigger = createComponent({
|
|
712
|
+
tagName: "m3e-fab-menu-trigger",
|
|
713
|
+
elementClass: M3eFabMenuTriggerElement,
|
|
714
|
+
react: React,
|
|
715
|
+
});
|
|
716
|
+
|
|
717
|
+
/**
|
|
718
|
+
* React binding for the `m3e-form-field` Web Component from `@m3e/form-field`.
|
|
719
|
+
*
|
|
720
|
+
* This component renders the underlying `<m3e-form-field>` element and exposes its
|
|
721
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
722
|
+
*
|
|
723
|
+
* Props map directly to element properties, and event handlers receive the
|
|
724
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
725
|
+
* underlying `<m3e-form-field>` instance for imperative access.
|
|
726
|
+
*
|
|
727
|
+
* See the `m3e-form-field` documentation for full details on behavior, styling,
|
|
728
|
+
* accessibility, and supported events.
|
|
729
|
+
*/
|
|
730
|
+
const M3eFormField = createComponent({
|
|
731
|
+
tagName: "m3e-form-field",
|
|
732
|
+
elementClass: M3eFormFieldElement,
|
|
733
|
+
react: React,
|
|
734
|
+
});
|
|
735
|
+
|
|
736
|
+
/**
|
|
737
|
+
* React binding for the `m3e-heading` Web Component from `@m3e/heading`.
|
|
738
|
+
*
|
|
739
|
+
* This component renders the underlying `<m3e-heading>` element and exposes its
|
|
740
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
741
|
+
*
|
|
742
|
+
* Props map directly to element properties, and event handlers receive the
|
|
743
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
744
|
+
* underlying `<m3e-heading>` instance for imperative access.
|
|
745
|
+
*
|
|
746
|
+
* See the `m3e-heading` documentation for full details on behavior, styling,
|
|
747
|
+
* accessibility, and supported events.
|
|
748
|
+
*/
|
|
749
|
+
const M3eHeading = createComponent({
|
|
750
|
+
tagName: "m3e-heading",
|
|
751
|
+
elementClass: M3eHeadingElement,
|
|
752
|
+
react: React,
|
|
753
|
+
});
|
|
754
|
+
|
|
755
|
+
/**
|
|
756
|
+
* React binding for the `m3e-icon` Web Component from `@m3e/icon`.
|
|
757
|
+
*
|
|
758
|
+
* This component renders the underlying `<m3e-icon>` element and exposes its
|
|
759
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
760
|
+
*
|
|
761
|
+
* Props map directly to element properties, and event handlers receive the
|
|
762
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
763
|
+
* underlying `<m3e-icon>` instance for imperative access.
|
|
764
|
+
*
|
|
765
|
+
* See the `m3e-icon` documentation for full details on behavior, styling,
|
|
766
|
+
* accessibility, and supported events.
|
|
767
|
+
*/
|
|
768
|
+
const M3eIcon = createComponent({
|
|
769
|
+
tagName: "m3e-icon",
|
|
770
|
+
elementClass: M3eIconElement,
|
|
771
|
+
react: React,
|
|
772
|
+
});
|
|
773
|
+
|
|
774
|
+
/**
|
|
775
|
+
* React binding for the `m3e-icon-button` Web Component from `@m3e/icon-button`.
|
|
776
|
+
*
|
|
777
|
+
* This component renders the underlying `<m3e-icon-button>` element and exposes its
|
|
778
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
779
|
+
*
|
|
780
|
+
* Props map directly to element properties, and event handlers receive the
|
|
781
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
782
|
+
* underlying `<m3e-icon-button>` instance for imperative access.
|
|
783
|
+
*
|
|
784
|
+
* See the `m3e-icon-button` documentation for full details on behavior, styling,
|
|
785
|
+
* accessibility, and supported events.
|
|
786
|
+
*/
|
|
787
|
+
const M3eIconButton = createComponent({
|
|
788
|
+
tagName: "m3e-icon-button",
|
|
789
|
+
elementClass: M3eIconButtonElement,
|
|
790
|
+
react: React,
|
|
791
|
+
events: {
|
|
792
|
+
onInput: "input",
|
|
793
|
+
onChange: "change",
|
|
794
|
+
onClick: "click",
|
|
795
|
+
},
|
|
796
|
+
});
|
|
797
|
+
|
|
798
|
+
/**
|
|
799
|
+
* React binding for the `m3e-action-list` Web Component from `@m3e/list`.
|
|
800
|
+
*
|
|
801
|
+
* This component renders the underlying `<m3e-action-list>` element and exposes its
|
|
802
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
803
|
+
*
|
|
804
|
+
* Props map directly to element properties, and event handlers receive the
|
|
805
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
806
|
+
* underlying `<m3e-action-list>` instance for imperative access.
|
|
807
|
+
*
|
|
808
|
+
* See the `m3e-action-list` documentation for full details on behavior, styling,
|
|
809
|
+
* accessibility, and supported events.
|
|
810
|
+
*/
|
|
811
|
+
const M3eActionList = createComponent({
|
|
812
|
+
tagName: "m3e-action-list",
|
|
813
|
+
elementClass: M3eActionListElement,
|
|
814
|
+
react: React,
|
|
815
|
+
});
|
|
816
|
+
|
|
817
|
+
/**
|
|
818
|
+
* React binding for the `m3e-expandable-list-item` Web Component from `@m3e/list`.
|
|
819
|
+
*
|
|
820
|
+
* This component renders the underlying `<m3e-expandable-list-item>` element and exposes its
|
|
821
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
822
|
+
*
|
|
823
|
+
* Props map directly to element properties, and event handlers receive the
|
|
824
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
825
|
+
* underlying `<m3e-expandable-list-item>` instance for imperative access.
|
|
826
|
+
*
|
|
827
|
+
* See the `m3e-expandable-list-item` documentation for full details on behavior, styling,
|
|
828
|
+
* accessibility, and supported events.
|
|
829
|
+
*/
|
|
830
|
+
const M3eExpandableListItem = createComponent({
|
|
831
|
+
tagName: "m3e-expandable-list-item",
|
|
832
|
+
elementClass: M3eExpandableListItemElement,
|
|
833
|
+
react: React,
|
|
834
|
+
events: {
|
|
835
|
+
onOpening: "opening",
|
|
836
|
+
onOpened: "opened",
|
|
837
|
+
onClosing: "closing",
|
|
838
|
+
onClosed: "closed",
|
|
839
|
+
},
|
|
840
|
+
});
|
|
841
|
+
|
|
842
|
+
/**
|
|
843
|
+
* React binding for the `m3e-list` Web Component from `@m3e/list`.
|
|
844
|
+
*
|
|
845
|
+
* This component renders the underlying `<m3e-list>` element and exposes its
|
|
846
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
847
|
+
*
|
|
848
|
+
* Props map directly to element properties, and event handlers receive the
|
|
849
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
850
|
+
* underlying `<m3e-list>` instance for imperative access.
|
|
851
|
+
*
|
|
852
|
+
* See the `m3e-list` documentation for full details on behavior, styling,
|
|
853
|
+
* accessibility, and supported events.
|
|
854
|
+
*/
|
|
855
|
+
const M3eList = createComponent({
|
|
856
|
+
tagName: "m3e-list",
|
|
857
|
+
elementClass: M3eListElement,
|
|
858
|
+
react: React,
|
|
859
|
+
});
|
|
860
|
+
|
|
861
|
+
/**
|
|
862
|
+
* React binding for the `m3e-list-action` Web Component from `@m3e/list`.
|
|
863
|
+
*
|
|
864
|
+
* This component renders the underlying `<m3e-list-action>` element and exposes its
|
|
865
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
866
|
+
*
|
|
867
|
+
* Props map directly to element properties, and event handlers receive the
|
|
868
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
869
|
+
* underlying `<m3e-list-action>` instance for imperative access.
|
|
870
|
+
*
|
|
871
|
+
* See the `m3e-list-action` documentation for full details on behavior, styling,
|
|
872
|
+
* accessibility, and supported events.
|
|
873
|
+
*/
|
|
874
|
+
const M3eListAction = createComponent({
|
|
875
|
+
tagName: "m3e-list-action",
|
|
876
|
+
elementClass: M3eListActionElement,
|
|
877
|
+
react: React,
|
|
878
|
+
events: {
|
|
879
|
+
onClick: "click",
|
|
880
|
+
},
|
|
881
|
+
});
|
|
882
|
+
|
|
883
|
+
/**
|
|
884
|
+
* React binding for the `m3e-list-item` Web Component from `@m3e/list`.
|
|
885
|
+
*
|
|
886
|
+
* This component renders the underlying `<m3e-list-item>` element and exposes its
|
|
887
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
888
|
+
*
|
|
889
|
+
* Props map directly to element properties, and event handlers receive the
|
|
890
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
891
|
+
* underlying `<m3e-list-item>` instance for imperative access.
|
|
892
|
+
*
|
|
893
|
+
* See the `m3e-list-item` documentation for full details on behavior, styling,
|
|
894
|
+
* accessibility, and supported events.
|
|
895
|
+
*/
|
|
896
|
+
const M3eListItem = createComponent({
|
|
897
|
+
tagName: "m3e-list-item",
|
|
898
|
+
elementClass: M3eListItemElement,
|
|
899
|
+
react: React,
|
|
900
|
+
});
|
|
901
|
+
|
|
902
|
+
/**
|
|
903
|
+
* React binding for the `m3e-list-option` Web Component from `@m3e/list`.
|
|
904
|
+
*
|
|
905
|
+
* This component renders the underlying `<m3e-list-option>` element and exposes its
|
|
906
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
907
|
+
*
|
|
908
|
+
* Props map directly to element properties, and event handlers receive the
|
|
909
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
910
|
+
* underlying `<m3e-list-option>` instance for imperative access.
|
|
911
|
+
*
|
|
912
|
+
* See the `m3e-list-option` documentation for full details on behavior, styling,
|
|
913
|
+
* accessibility, and supported events.
|
|
914
|
+
*/
|
|
915
|
+
const M3eListOption = createComponent({
|
|
916
|
+
tagName: "m3e-list-option",
|
|
917
|
+
elementClass: M3eListOptionElement,
|
|
918
|
+
react: React,
|
|
919
|
+
events: {
|
|
920
|
+
onInput: "input",
|
|
921
|
+
onChange: "change",
|
|
922
|
+
onClick: "click",
|
|
923
|
+
},
|
|
924
|
+
});
|
|
925
|
+
|
|
926
|
+
/**
|
|
927
|
+
* React binding for the `m3e-selection-list` Web Component from `@m3e/list`.
|
|
928
|
+
*
|
|
929
|
+
* This component renders the underlying `<m3e-selection-list>` element and exposes its
|
|
930
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
931
|
+
*
|
|
932
|
+
* Props map directly to element properties, and event handlers receive the
|
|
933
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
934
|
+
* underlying `<m3e-selection-list>` instance for imperative access.
|
|
935
|
+
*
|
|
936
|
+
* See the `m3e-selection-list` documentation for full details on behavior, styling,
|
|
937
|
+
* accessibility, and supported events.
|
|
938
|
+
*/
|
|
939
|
+
const M3eSelectionList = createComponent({
|
|
940
|
+
tagName: "m3e-selection-list",
|
|
941
|
+
elementClass: M3eSelectionListElement,
|
|
942
|
+
react: React,
|
|
943
|
+
events: {
|
|
944
|
+
onInput: "input",
|
|
945
|
+
onChange: "change",
|
|
946
|
+
},
|
|
947
|
+
});
|
|
948
|
+
|
|
949
|
+
/**
|
|
950
|
+
* React binding for the `m3e-loading-indicator` Web Component from `@m3e/loading-indicator`.
|
|
951
|
+
*
|
|
952
|
+
* This component renders the underlying `<m3e-loading-indicator>` element and exposes its
|
|
953
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
954
|
+
*
|
|
955
|
+
* Props map directly to element properties, and event handlers receive the
|
|
956
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
957
|
+
* underlying `<m3e-loading-indicator>` instance for imperative access.
|
|
958
|
+
*
|
|
959
|
+
* See the `m3e-loading-indicator` documentation for full details on behavior, styling,
|
|
960
|
+
* accessibility, and supported events.
|
|
961
|
+
*/
|
|
962
|
+
const M3eLoadingIndicator = createComponent({
|
|
963
|
+
tagName: "m3e-loading-indicator",
|
|
964
|
+
elementClass: M3eLoadingIndicatorElement,
|
|
965
|
+
react: React,
|
|
966
|
+
});
|
|
967
|
+
|
|
968
|
+
/**
|
|
969
|
+
* React binding for the `m3e-menu` Web Component from `@m3e/menu`.
|
|
970
|
+
*
|
|
971
|
+
* This component renders the underlying `<m3e-menu>` element and exposes its
|
|
972
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
973
|
+
*
|
|
974
|
+
* Props map directly to element properties, and event handlers receive the
|
|
975
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
976
|
+
* underlying `<m3e-menu>` instance for imperative access.
|
|
977
|
+
*
|
|
978
|
+
* See the `m3e-menu` documentation for full details on behavior, styling,
|
|
979
|
+
* accessibility, and supported events.
|
|
980
|
+
*/
|
|
981
|
+
const M3eMenu = createComponent({
|
|
982
|
+
tagName: "m3e-menu",
|
|
983
|
+
elementClass: M3eMenuElement,
|
|
984
|
+
react: React,
|
|
985
|
+
events: {
|
|
986
|
+
onBeforeToggle: "beforetoggle",
|
|
987
|
+
onToggle: "toggle",
|
|
988
|
+
},
|
|
989
|
+
});
|
|
990
|
+
|
|
991
|
+
/**
|
|
992
|
+
* React binding for the `m3e-menu-item` Web Component from `@m3e/menu`.
|
|
993
|
+
*
|
|
994
|
+
* This component renders the underlying `<m3e-menu-item>` element and exposes its
|
|
995
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
996
|
+
*
|
|
997
|
+
* Props map directly to element properties, and event handlers receive the
|
|
998
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
999
|
+
* underlying `<m3e-menu-item>` instance for imperative access.
|
|
1000
|
+
*
|
|
1001
|
+
* See the `m3e-menu-item` documentation for full details on behavior, styling,
|
|
1002
|
+
* accessibility, and supported events.
|
|
1003
|
+
*/
|
|
1004
|
+
const M3eMenuItem = createComponent({
|
|
1005
|
+
tagName: "m3e-menu-item",
|
|
1006
|
+
elementClass: M3eMenuItemElement,
|
|
1007
|
+
react: React,
|
|
1008
|
+
events: {
|
|
1009
|
+
onClick: "click",
|
|
1010
|
+
},
|
|
1011
|
+
});
|
|
1012
|
+
|
|
1013
|
+
/**
|
|
1014
|
+
* React binding for the `m3e-menu-item-checkbox` Web Component from `@m3e/menu`.
|
|
1015
|
+
*
|
|
1016
|
+
* This component renders the underlying `<m3e-menu-item-checkbox>` element and exposes its
|
|
1017
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1018
|
+
*
|
|
1019
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1020
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1021
|
+
* underlying `<m3e-menu-item-checkbox>` instance for imperative access.
|
|
1022
|
+
*
|
|
1023
|
+
* See the `m3e-menu-item-checkbox` documentation for full details on behavior, styling,
|
|
1024
|
+
* accessibility, and supported events.
|
|
1025
|
+
*/
|
|
1026
|
+
const M3eMenuItemCheckbox = createComponent({
|
|
1027
|
+
tagName: "m3e-menu-item-checkbox",
|
|
1028
|
+
elementClass: M3eMenuItemCheckboxElement,
|
|
1029
|
+
react: React,
|
|
1030
|
+
events: {
|
|
1031
|
+
onClick: "click",
|
|
1032
|
+
},
|
|
1033
|
+
});
|
|
1034
|
+
|
|
1035
|
+
/**
|
|
1036
|
+
* React binding for the `m3e-menu-item-group` Web Component from `@m3e/menu`.
|
|
1037
|
+
*
|
|
1038
|
+
* This component renders the underlying `<m3e-menu-item-group>` element and exposes its
|
|
1039
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1040
|
+
*
|
|
1041
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1042
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1043
|
+
* underlying `<m3e-menu-item-group>` instance for imperative access.
|
|
1044
|
+
*
|
|
1045
|
+
* See the `m3e-menu-item-group` documentation for full details on behavior, styling,
|
|
1046
|
+
* accessibility, and supported events.
|
|
1047
|
+
*/
|
|
1048
|
+
const M3eMenuItemGroup = createComponent({
|
|
1049
|
+
tagName: "m3e-menu-item-group",
|
|
1050
|
+
elementClass: M3eMenuItemGroupElement,
|
|
1051
|
+
react: React,
|
|
1052
|
+
});
|
|
1053
|
+
|
|
1054
|
+
/**
|
|
1055
|
+
* React binding for the `m3e-menu-item-radio` Web Component from `@m3e/menu`.
|
|
1056
|
+
*
|
|
1057
|
+
* This component renders the underlying `<m3e-menu-item-radio>` element and exposes its
|
|
1058
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1059
|
+
*
|
|
1060
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1061
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1062
|
+
* underlying `<m3e-menu-item-radio>` instance for imperative access.
|
|
1063
|
+
*
|
|
1064
|
+
* See the `m3e-menu-item-radio` documentation for full details on behavior, styling,
|
|
1065
|
+
* accessibility, and supported events.
|
|
1066
|
+
*/
|
|
1067
|
+
const M3eMenuItemRadio = createComponent({
|
|
1068
|
+
tagName: "m3e-menu-item-radio",
|
|
1069
|
+
elementClass: M3eMenuItemRadioElement,
|
|
1070
|
+
react: React,
|
|
1071
|
+
events: {
|
|
1072
|
+
onClick: "click",
|
|
1073
|
+
},
|
|
1074
|
+
});
|
|
1075
|
+
|
|
1076
|
+
/**
|
|
1077
|
+
* React binding for the `m3e-menu-trigger` Web Component from `@m3e/menu`.
|
|
1078
|
+
*
|
|
1079
|
+
* This component renders the underlying `<m3e-menu-trigger>` element and exposes its
|
|
1080
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1081
|
+
*
|
|
1082
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1083
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1084
|
+
* underlying `<m3e-menu-trigger>` instance for imperative access.
|
|
1085
|
+
*
|
|
1086
|
+
* See the `m3e-menu-trigger` documentation for full details on behavior, styling,
|
|
1087
|
+
* accessibility, and supported events.
|
|
1088
|
+
*/
|
|
1089
|
+
const M3eMenuTrigger = createComponent({
|
|
1090
|
+
tagName: "m3e-menu-trigger",
|
|
1091
|
+
elementClass: M3eMenuTriggerElement,
|
|
1092
|
+
react: React,
|
|
1093
|
+
});
|
|
1094
|
+
|
|
1095
|
+
/**
|
|
1096
|
+
* React binding for the `m3e-nav-bar` Web Component from `@m3e/nav-bar`.
|
|
1097
|
+
*
|
|
1098
|
+
* This component renders the underlying `<m3e-nav-bar>` element and exposes its
|
|
1099
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1100
|
+
*
|
|
1101
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1102
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1103
|
+
* underlying `<m3e-nav-bar>` instance for imperative access.
|
|
1104
|
+
*
|
|
1105
|
+
* See the `m3e-nav-bar` documentation for full details on behavior, styling,
|
|
1106
|
+
* accessibility, and supported events.
|
|
1107
|
+
*/
|
|
1108
|
+
const M3eNavBar = createComponent({
|
|
1109
|
+
tagName: "m3e-nav-bar",
|
|
1110
|
+
elementClass: M3eNavBarElement,
|
|
1111
|
+
react: React,
|
|
1112
|
+
events: {
|
|
1113
|
+
onChange: "change",
|
|
1114
|
+
},
|
|
1115
|
+
});
|
|
1116
|
+
|
|
1117
|
+
/**
|
|
1118
|
+
* React binding for the `m3e-nav-item` Web Component from `@m3e/nav-bar`.
|
|
1119
|
+
*
|
|
1120
|
+
* This component renders the underlying `<m3e-nav-item>` element and exposes its
|
|
1121
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1122
|
+
*
|
|
1123
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1124
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1125
|
+
* underlying `<m3e-nav-item>` instance for imperative access.
|
|
1126
|
+
*
|
|
1127
|
+
* See the `m3e-nav-item` documentation for full details on behavior, styling,
|
|
1128
|
+
* accessibility, and supported events.
|
|
1129
|
+
*/
|
|
1130
|
+
const M3eNavItem = createComponent({
|
|
1131
|
+
tagName: "m3e-nav-item",
|
|
1132
|
+
elementClass: M3eNavItemElement,
|
|
1133
|
+
react: React,
|
|
1134
|
+
events: {
|
|
1135
|
+
onInput: "input",
|
|
1136
|
+
onChange: "change",
|
|
1137
|
+
onClick: "click",
|
|
1138
|
+
},
|
|
1139
|
+
});
|
|
1140
|
+
|
|
1141
|
+
/**
|
|
1142
|
+
* React binding for the `m3e-nav-menu` Web Component from `@m3e/nav-menu`.
|
|
1143
|
+
*
|
|
1144
|
+
* This component renders the underlying `<m3e-nav-menu>` element and exposes its
|
|
1145
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1146
|
+
*
|
|
1147
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1148
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1149
|
+
* underlying `<m3e-nav-menu>` instance for imperative access.
|
|
1150
|
+
*
|
|
1151
|
+
* See the `m3e-nav-menu` documentation for full details on behavior, styling,
|
|
1152
|
+
* accessibility, and supported events.
|
|
1153
|
+
*/
|
|
1154
|
+
const M3eNavMenu = createComponent({
|
|
1155
|
+
tagName: "m3e-nav-menu",
|
|
1156
|
+
elementClass: M3eNavMenuElement,
|
|
1157
|
+
react: React,
|
|
1158
|
+
});
|
|
1159
|
+
|
|
1160
|
+
/**
|
|
1161
|
+
* React binding for the `m3e-nav-menu-item` Web Component from `@m3e/nav-menu`.
|
|
1162
|
+
*
|
|
1163
|
+
* This component renders the underlying `<m3e-nav-menu-item>` element and exposes its
|
|
1164
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1165
|
+
*
|
|
1166
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1167
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1168
|
+
* underlying `<m3e-nav-menu-item>` instance for imperative access.
|
|
1169
|
+
*
|
|
1170
|
+
* See the `m3e-nav-menu-item` documentation for full details on behavior, styling,
|
|
1171
|
+
* accessibility, and supported events.
|
|
1172
|
+
*/
|
|
1173
|
+
const M3eNavMenuItem = createComponent({
|
|
1174
|
+
tagName: "m3e-nav-menu-item",
|
|
1175
|
+
elementClass: M3eNavMenuItemElement,
|
|
1176
|
+
react: React,
|
|
1177
|
+
events: {
|
|
1178
|
+
onOpening: "opening",
|
|
1179
|
+
onOpened: "opened",
|
|
1180
|
+
onClosing: "closing",
|
|
1181
|
+
onClosed: "closed",
|
|
1182
|
+
onClick: "click",
|
|
1183
|
+
},
|
|
1184
|
+
});
|
|
1185
|
+
|
|
1186
|
+
/**
|
|
1187
|
+
* React binding for the `m3e-nav-menu-item-group` Web Component from `@m3e/nav-menu`.
|
|
1188
|
+
*
|
|
1189
|
+
* This component renders the underlying `<m3e-nav-menu-item-group>` element and exposes its
|
|
1190
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1191
|
+
*
|
|
1192
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1193
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1194
|
+
* underlying `<m3e-nav-menu-item-group>` instance for imperative access.
|
|
1195
|
+
*
|
|
1196
|
+
* See the `m3e-nav-menu-item-group` documentation for full details on behavior, styling,
|
|
1197
|
+
* accessibility, and supported events.
|
|
1198
|
+
*/
|
|
1199
|
+
const M3eNavMenuItemGroup = createComponent({
|
|
1200
|
+
tagName: "m3e-nav-menu-item-group",
|
|
1201
|
+
elementClass: M3eNavMenuItemGroupElement,
|
|
1202
|
+
react: React,
|
|
1203
|
+
});
|
|
1204
|
+
|
|
1205
|
+
/**
|
|
1206
|
+
* React binding for the `m3e-nav-rail` Web Component from `@m3e/nav-rail`.
|
|
1207
|
+
*
|
|
1208
|
+
* This component renders the underlying `<m3e-nav-rail>` element and exposes its
|
|
1209
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1210
|
+
*
|
|
1211
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1212
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1213
|
+
* underlying `<m3e-nav-rail>` instance for imperative access.
|
|
1214
|
+
*
|
|
1215
|
+
* See the `m3e-nav-rail` documentation for full details on behavior, styling,
|
|
1216
|
+
* accessibility, and supported events.
|
|
1217
|
+
*/
|
|
1218
|
+
const M3eNavRail = createComponent({
|
|
1219
|
+
tagName: "m3e-nav-rail",
|
|
1220
|
+
elementClass: M3eNavRailElement,
|
|
1221
|
+
react: React,
|
|
1222
|
+
events: {
|
|
1223
|
+
onChange: "change",
|
|
1224
|
+
},
|
|
1225
|
+
});
|
|
1226
|
+
|
|
1227
|
+
/**
|
|
1228
|
+
* React binding for the `m3e-nav-rail-toggle` Web Component from `@m3e/nav-rail`.
|
|
1229
|
+
*
|
|
1230
|
+
* This component renders the underlying `<m3e-nav-rail-toggle>` element and exposes its
|
|
1231
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1232
|
+
*
|
|
1233
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1234
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1235
|
+
* underlying `<m3e-nav-rail-toggle>` instance for imperative access.
|
|
1236
|
+
*
|
|
1237
|
+
* See the `m3e-nav-rail-toggle` documentation for full details on behavior, styling,
|
|
1238
|
+
* accessibility, and supported events.
|
|
1239
|
+
*/
|
|
1240
|
+
const M3eNavRailToggle = createComponent({
|
|
1241
|
+
tagName: "m3e-nav-rail-toggle",
|
|
1242
|
+
elementClass: M3eNavRailToggleElement,
|
|
1243
|
+
react: React,
|
|
1244
|
+
});
|
|
1245
|
+
|
|
1246
|
+
/**
|
|
1247
|
+
* React binding for the `m3e-option` Web Component from `@m3e/option`.
|
|
1248
|
+
*
|
|
1249
|
+
* This component renders the underlying `<m3e-option>` element and exposes its
|
|
1250
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1251
|
+
*
|
|
1252
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1253
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1254
|
+
* underlying `<m3e-option>` instance for imperative access.
|
|
1255
|
+
*
|
|
1256
|
+
* See the `m3e-option` documentation for full details on behavior, styling,
|
|
1257
|
+
* accessibility, and supported events.
|
|
1258
|
+
*/
|
|
1259
|
+
const M3eOption = createComponent({
|
|
1260
|
+
tagName: "m3e-option",
|
|
1261
|
+
elementClass: M3eOptionElement,
|
|
1262
|
+
react: React,
|
|
1263
|
+
});
|
|
1264
|
+
|
|
1265
|
+
/**
|
|
1266
|
+
* React binding for the `m3e-optgroup` Web Component from `@m3e/option`.
|
|
1267
|
+
*
|
|
1268
|
+
* This component renders the underlying `<m3e-optgroup>` element and exposes its
|
|
1269
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1270
|
+
*
|
|
1271
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1272
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1273
|
+
* underlying `<m3e-optgroup>` instance for imperative access.
|
|
1274
|
+
*
|
|
1275
|
+
* See the `m3e-optgroup` documentation for full details on behavior, styling,
|
|
1276
|
+
* accessibility, and supported events.
|
|
1277
|
+
*/
|
|
1278
|
+
const M3eOptGroup = createComponent({
|
|
1279
|
+
tagName: "m3e-optgroup",
|
|
1280
|
+
elementClass: M3eOptGroupElement,
|
|
1281
|
+
react: React,
|
|
1282
|
+
});
|
|
1283
|
+
|
|
1284
|
+
/**
|
|
1285
|
+
* React binding for the `m3e-paginator` Web Component from `@m3e/paginator`.
|
|
1286
|
+
*
|
|
1287
|
+
* This component renders the underlying `<m3e-paginator>` element and exposes its
|
|
1288
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1289
|
+
*
|
|
1290
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1291
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1292
|
+
* underlying `<m3e-paginator>` instance for imperative access.
|
|
1293
|
+
*
|
|
1294
|
+
* See the `m3e-paginator` documentation for full details on behavior, styling,
|
|
1295
|
+
* accessibility, and supported events.
|
|
1296
|
+
*/
|
|
1297
|
+
const M3ePaginator = createComponent({
|
|
1298
|
+
tagName: "m3e-paginator",
|
|
1299
|
+
elementClass: M3ePaginatorElement,
|
|
1300
|
+
react: React,
|
|
1301
|
+
events: {
|
|
1302
|
+
onPage: "page",
|
|
1303
|
+
},
|
|
1304
|
+
});
|
|
1305
|
+
|
|
1306
|
+
/**
|
|
1307
|
+
* React binding for the `m3e-circular-progress-indicator` Web Component from `@m3e/progress-indicator`.
|
|
1308
|
+
*
|
|
1309
|
+
* This component renders the underlying `<m3e-circular-progress-indicator>` element and exposes its
|
|
1310
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1311
|
+
*
|
|
1312
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1313
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1314
|
+
* underlying `<m3e-circular-progress-indicator>` instance for imperative access.
|
|
1315
|
+
*
|
|
1316
|
+
* See the `m3e-circular-progress-indicator` documentation for full details on behavior, styling,
|
|
1317
|
+
* accessibility, and supported events.
|
|
1318
|
+
*/
|
|
1319
|
+
const M3eCircularProgressIndicator = createComponent({
|
|
1320
|
+
tagName: "m3e-circular-progress-indicator",
|
|
1321
|
+
elementClass: M3eCircularProgressIndicatorElement,
|
|
1322
|
+
react: React,
|
|
1323
|
+
});
|
|
1324
|
+
|
|
1325
|
+
/**
|
|
1326
|
+
* React binding for the `m3e-linear-progress-indicator` Web Component from `@m3e/progress-indicator`.
|
|
1327
|
+
*
|
|
1328
|
+
* This component renders the underlying `<m3e-linear-progress-indicator>` element and exposes its
|
|
1329
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1330
|
+
*
|
|
1331
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1332
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1333
|
+
* underlying `<m3e-linear-progress-indicator>` instance for imperative access.
|
|
1334
|
+
*
|
|
1335
|
+
* See the `m3e-linear-progress-indicator` documentation for full details on behavior, styling,
|
|
1336
|
+
* accessibility, and supported events.
|
|
1337
|
+
*/
|
|
1338
|
+
const M3eLinearProgressIndicator = createComponent({
|
|
1339
|
+
tagName: "m3e-linear-progress-indicator",
|
|
1340
|
+
elementClass: M3eLinearProgressIndicatorElement,
|
|
1341
|
+
react: React,
|
|
1342
|
+
});
|
|
1343
|
+
|
|
1344
|
+
/**
|
|
1345
|
+
* React binding for the `m3e-radio` Web Component from `@m3e/radio-group`.
|
|
1346
|
+
*
|
|
1347
|
+
* This component renders the underlying `<m3e-radio>` element and exposes its
|
|
1348
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1349
|
+
*
|
|
1350
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1351
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1352
|
+
* underlying `<m3e-radio>` instance for imperative access.
|
|
1353
|
+
*
|
|
1354
|
+
* See the `m3e-radio` documentation for full details on behavior, styling,
|
|
1355
|
+
* accessibility, and supported events.
|
|
1356
|
+
*/
|
|
1357
|
+
const M3eRadio = createComponent({
|
|
1358
|
+
tagName: "m3e-radio",
|
|
1359
|
+
elementClass: M3eRadioElement,
|
|
1360
|
+
react: React,
|
|
1361
|
+
events: {
|
|
1362
|
+
onInput: "input",
|
|
1363
|
+
onChange: "change",
|
|
1364
|
+
onClick: "click",
|
|
1365
|
+
},
|
|
1366
|
+
});
|
|
1367
|
+
|
|
1368
|
+
/**
|
|
1369
|
+
* React binding for the `m3e-radio-group` Web Component from `@m3e/radio-group`.
|
|
1370
|
+
*
|
|
1371
|
+
* This component renders the underlying `<m3e-radio-group>` element and exposes its
|
|
1372
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1373
|
+
*
|
|
1374
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1375
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1376
|
+
* underlying `<m3e-radio-group>` instance for imperative access.
|
|
1377
|
+
*
|
|
1378
|
+
* See the `m3e-radio-group` documentation for full details on behavior, styling,
|
|
1379
|
+
* accessibility, and supported events.
|
|
1380
|
+
*/
|
|
1381
|
+
const M3eRadioGroup = createComponent({
|
|
1382
|
+
tagName: "m3e-radio-group",
|
|
1383
|
+
elementClass: M3eRadioGroupElement,
|
|
1384
|
+
react: React,
|
|
1385
|
+
events: {
|
|
1386
|
+
onChange: "change",
|
|
1387
|
+
},
|
|
1388
|
+
});
|
|
1389
|
+
|
|
1390
|
+
/**
|
|
1391
|
+
* React binding for the `m3e-segmented-button` Web Component from `@m3e/segmented-button`.
|
|
1392
|
+
*
|
|
1393
|
+
* This component renders the underlying `<m3e-segmented-button>` element and exposes its
|
|
1394
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1395
|
+
*
|
|
1396
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1397
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1398
|
+
* underlying `<m3e-segmented-button>` instance for imperative access.
|
|
1399
|
+
*
|
|
1400
|
+
* See the `m3e-segmented-button` documentation for full details on behavior, styling,
|
|
1401
|
+
* accessibility, and supported events.
|
|
1402
|
+
*/
|
|
1403
|
+
const M3eSegmentedButton = createComponent({
|
|
1404
|
+
tagName: "m3e-segmented-button",
|
|
1405
|
+
elementClass: M3eSegmentedButtonElement,
|
|
1406
|
+
react: React,
|
|
1407
|
+
events: {
|
|
1408
|
+
onInput: "input",
|
|
1409
|
+
onChange: "change",
|
|
1410
|
+
},
|
|
1411
|
+
});
|
|
1412
|
+
|
|
1413
|
+
/**
|
|
1414
|
+
* React binding for the `m3e-button-segment` Web Component from `@m3e/segmented-button`.
|
|
1415
|
+
*
|
|
1416
|
+
* This component renders the underlying `<m3e-button-segment>` element and exposes its
|
|
1417
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1418
|
+
*
|
|
1419
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1420
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1421
|
+
* underlying `<m3e-button-segment>` instance for imperative access.
|
|
1422
|
+
*
|
|
1423
|
+
* See the `m3e-button-segment` documentation for full details on behavior, styling,
|
|
1424
|
+
* accessibility, and supported events.
|
|
1425
|
+
*/
|
|
1426
|
+
const M3eButtonSegment = createComponent({
|
|
1427
|
+
tagName: "m3e-button-segment",
|
|
1428
|
+
elementClass: M3eButtonSegmentElement,
|
|
1429
|
+
react: React,
|
|
1430
|
+
events: {
|
|
1431
|
+
onInput: "input",
|
|
1432
|
+
onChange: "change",
|
|
1433
|
+
onClick: "click",
|
|
1434
|
+
},
|
|
1435
|
+
});
|
|
1436
|
+
|
|
1437
|
+
/**
|
|
1438
|
+
* React binding for the `m3e-select` Web Component from `@m3e/select`.
|
|
1439
|
+
*
|
|
1440
|
+
* This component renders the underlying `<m3e-select>` element and exposes its
|
|
1441
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1442
|
+
*
|
|
1443
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1444
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1445
|
+
* underlying `<m3e-select>` instance for imperative access.
|
|
1446
|
+
*
|
|
1447
|
+
* See the `m3e-select` documentation for full details on behavior, styling,
|
|
1448
|
+
* accessibility, and supported events.
|
|
1449
|
+
*/
|
|
1450
|
+
const M3eSelect = createComponent({
|
|
1451
|
+
tagName: "m3e-select",
|
|
1452
|
+
elementClass: M3eSelectElement,
|
|
1453
|
+
react: React,
|
|
1454
|
+
events: {
|
|
1455
|
+
onInput: "input",
|
|
1456
|
+
onChange: "change",
|
|
1457
|
+
},
|
|
1458
|
+
});
|
|
1459
|
+
|
|
1460
|
+
/**
|
|
1461
|
+
* React binding for the `m3e-shape` Web Component from `@m3e/shape`.
|
|
1462
|
+
*
|
|
1463
|
+
* This component renders the underlying `<m3e-shape>` element and exposes its
|
|
1464
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1465
|
+
*
|
|
1466
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1467
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1468
|
+
* underlying `<m3e-shape>` instance for imperative access.
|
|
1469
|
+
*
|
|
1470
|
+
* See the `m3e-shape` documentation for full details on behavior, styling,
|
|
1471
|
+
* accessibility, and supported events.
|
|
1472
|
+
*/
|
|
1473
|
+
const M3eShape = createComponent({
|
|
1474
|
+
tagName: "m3e-shape",
|
|
1475
|
+
elementClass: M3eShapeElement,
|
|
1476
|
+
react: React,
|
|
1477
|
+
});
|
|
1478
|
+
|
|
1479
|
+
/**
|
|
1480
|
+
* React binding for the `m3e-slide-group` Web Component from `@m3e/slide-group`.
|
|
1481
|
+
*
|
|
1482
|
+
* This component renders the underlying `<m3e-slide-group>` element and exposes its
|
|
1483
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1484
|
+
*
|
|
1485
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1486
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1487
|
+
* underlying `<m3e-slide-group>` instance for imperative access.
|
|
1488
|
+
*
|
|
1489
|
+
* See the `m3e-slide-group` documentation for full details on behavior, styling,
|
|
1490
|
+
* accessibility, and supported events.
|
|
1491
|
+
*/
|
|
1492
|
+
const M3eSlideGroup = createComponent({
|
|
1493
|
+
tagName: "m3e-slide-group",
|
|
1494
|
+
elementClass: M3eSlideGroupElement,
|
|
1495
|
+
react: React,
|
|
1496
|
+
});
|
|
1497
|
+
|
|
1498
|
+
/**
|
|
1499
|
+
* React binding for the `m3e-slider` Web Component from `@m3e/slider`.
|
|
1500
|
+
*
|
|
1501
|
+
* This component renders the underlying `<m3e-slider>` element and exposes its
|
|
1502
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1503
|
+
*
|
|
1504
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1505
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1506
|
+
* underlying `<m3e-slider>` instance for imperative access.
|
|
1507
|
+
*
|
|
1508
|
+
* See the `m3e-slider` documentation for full details on behavior, styling,
|
|
1509
|
+
* accessibility, and supported events.
|
|
1510
|
+
*/
|
|
1511
|
+
const M3eSlider = createComponent({
|
|
1512
|
+
tagName: "m3e-slider",
|
|
1513
|
+
elementClass: M3eSliderElement,
|
|
1514
|
+
react: React,
|
|
1515
|
+
});
|
|
1516
|
+
|
|
1517
|
+
/**
|
|
1518
|
+
* React binding for the `m3e-slider-thumb` Web Component from `@m3e/slider`.
|
|
1519
|
+
*
|
|
1520
|
+
* This component renders the underlying `<m3e-slider-thumb>` element and exposes its
|
|
1521
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1522
|
+
*
|
|
1523
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1524
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1525
|
+
* underlying `<m3e-slider-thumb>` instance for imperative access.
|
|
1526
|
+
*
|
|
1527
|
+
* See the `m3e-slider-thumb` documentation for full details on behavior, styling,
|
|
1528
|
+
* accessibility, and supported events.
|
|
1529
|
+
*/
|
|
1530
|
+
const M3eSliderThumb = createComponent({
|
|
1531
|
+
tagName: "m3e-slider-thumb",
|
|
1532
|
+
elementClass: M3eSliderThumbElement,
|
|
1533
|
+
react: React,
|
|
1534
|
+
events: {
|
|
1535
|
+
onInput: "input",
|
|
1536
|
+
onChange: "change",
|
|
1537
|
+
onClick: "click",
|
|
1538
|
+
},
|
|
1539
|
+
});
|
|
1540
|
+
|
|
1541
|
+
/**
|
|
1542
|
+
* React binding for the `m3e-split-button` Web Component from `@m3e/split-button`.
|
|
1543
|
+
*
|
|
1544
|
+
* This component renders the underlying `<m3e-split-button>` element and exposes its
|
|
1545
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1546
|
+
*
|
|
1547
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1548
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1549
|
+
* underlying `<m3e-split-button>` instance for imperative access.
|
|
1550
|
+
*
|
|
1551
|
+
* See the `m3e-split-button` documentation for full details on behavior, styling,
|
|
1552
|
+
* accessibility, and supported events.
|
|
1553
|
+
*/
|
|
1554
|
+
const M3eSplitButton = createComponent({
|
|
1555
|
+
tagName: "m3e-split-button",
|
|
1556
|
+
elementClass: M3eSplitButtonElement,
|
|
1557
|
+
react: React,
|
|
1558
|
+
});
|
|
1559
|
+
|
|
1560
|
+
/**
|
|
1561
|
+
* React binding for the `m3e-step` Web Component from `@m3e/stepper`.
|
|
1562
|
+
*
|
|
1563
|
+
* This component renders the underlying `<m3e-step>` element and exposes its
|
|
1564
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1565
|
+
*
|
|
1566
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1567
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1568
|
+
* underlying `<m3e-step>` instance for imperative access.
|
|
1569
|
+
*
|
|
1570
|
+
* See the `m3e-step` documentation for full details on behavior, styling,
|
|
1571
|
+
* accessibility, and supported events.
|
|
1572
|
+
*/
|
|
1573
|
+
const M3eStep = createComponent({
|
|
1574
|
+
tagName: "m3e-step",
|
|
1575
|
+
elementClass: M3eStepElement,
|
|
1576
|
+
react: React,
|
|
1577
|
+
events: {
|
|
1578
|
+
onInput: "input",
|
|
1579
|
+
onChange: "change",
|
|
1580
|
+
onClick: "click",
|
|
1581
|
+
},
|
|
1582
|
+
});
|
|
1583
|
+
|
|
1584
|
+
/**
|
|
1585
|
+
* React binding for the `m3e-step-panel` Web Component from `@m3e/stepper`.
|
|
1586
|
+
*
|
|
1587
|
+
* This component renders the underlying `<m3e-step-panel>` element and exposes its
|
|
1588
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1589
|
+
*
|
|
1590
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1591
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1592
|
+
* underlying `<m3e-step-panel>` instance for imperative access.
|
|
1593
|
+
*
|
|
1594
|
+
* See the `m3e-step-panel` documentation for full details on behavior, styling,
|
|
1595
|
+
* accessibility, and supported events.
|
|
1596
|
+
*/
|
|
1597
|
+
const M3eStepPanel = createComponent({
|
|
1598
|
+
tagName: "m3e-step-panel",
|
|
1599
|
+
elementClass: M3eStepPanelElement,
|
|
1600
|
+
react: React,
|
|
1601
|
+
});
|
|
1602
|
+
|
|
1603
|
+
/**
|
|
1604
|
+
* React binding for the `m3e-stepper` Web Component from `@m3e/stepper`.
|
|
1605
|
+
*
|
|
1606
|
+
* This component renders the underlying `<m3e-stepper>` element and exposes its
|
|
1607
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1608
|
+
*
|
|
1609
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1610
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1611
|
+
* underlying `<m3e-stepper>` instance for imperative access.
|
|
1612
|
+
*
|
|
1613
|
+
* See the `m3e-stepper` documentation for full details on behavior, styling,
|
|
1614
|
+
* accessibility, and supported events.
|
|
1615
|
+
*/
|
|
1616
|
+
const M3eStepper = createComponent({
|
|
1617
|
+
tagName: "m3e-stepper",
|
|
1618
|
+
elementClass: M3eStepperElement,
|
|
1619
|
+
react: React,
|
|
1620
|
+
events: {
|
|
1621
|
+
onChange: "change",
|
|
1622
|
+
},
|
|
1623
|
+
});
|
|
1624
|
+
|
|
1625
|
+
/**
|
|
1626
|
+
* React binding for the `m3e-stepper-next` Web Component from `@m3e/stepper`.
|
|
1627
|
+
*
|
|
1628
|
+
* This component renders the underlying `<m3e-stepper-next>` element and exposes its
|
|
1629
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1630
|
+
*
|
|
1631
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1632
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1633
|
+
* underlying `<m3e-stepper-next>` instance for imperative access.
|
|
1634
|
+
*
|
|
1635
|
+
* See the `m3e-stepper-next` documentation for full details on behavior, styling,
|
|
1636
|
+
* accessibility, and supported events.
|
|
1637
|
+
*/
|
|
1638
|
+
const M3eStepperNext = createComponent({
|
|
1639
|
+
tagName: "m3e-stepper-next",
|
|
1640
|
+
elementClass: M3eStepperNextElement,
|
|
1641
|
+
react: React,
|
|
1642
|
+
});
|
|
1643
|
+
|
|
1644
|
+
/**
|
|
1645
|
+
* React binding for the `m3e-stepper-previous` Web Component from `@m3e/stepper`.
|
|
1646
|
+
*
|
|
1647
|
+
* This component renders the underlying `<m3e-stepper-previous>` element and exposes its
|
|
1648
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1649
|
+
*
|
|
1650
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1651
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1652
|
+
* underlying `<m3e-stepper-previous>` instance for imperative access.
|
|
1653
|
+
*
|
|
1654
|
+
* See the `m3e-stepper-previous` documentation for full details on behavior, styling,
|
|
1655
|
+
* accessibility, and supported events.
|
|
1656
|
+
*/
|
|
1657
|
+
const M3eStepperPrevious = createComponent({
|
|
1658
|
+
tagName: "m3e-stepper-previous",
|
|
1659
|
+
elementClass: M3eStepperPreviousElement,
|
|
1660
|
+
react: React,
|
|
1661
|
+
});
|
|
1662
|
+
|
|
1663
|
+
/**
|
|
1664
|
+
* React binding for the `m3e-stepper-reset` Web Component from `@m3e/stepper`.
|
|
1665
|
+
*
|
|
1666
|
+
* This component renders the underlying `<m3e-stepper-reset>` element and exposes its
|
|
1667
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1668
|
+
*
|
|
1669
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1670
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1671
|
+
* underlying `<m3e-stepper-reset>` instance for imperative access.
|
|
1672
|
+
*
|
|
1673
|
+
* See the `m3e-stepper-reset` documentation for full details on behavior, styling,
|
|
1674
|
+
* accessibility, and supported events.
|
|
1675
|
+
*/
|
|
1676
|
+
const M3eStepperReset = createComponent({
|
|
1677
|
+
tagName: "m3e-stepper-reset",
|
|
1678
|
+
elementClass: M3eStepperResetElement,
|
|
1679
|
+
react: React,
|
|
1680
|
+
});
|
|
1681
|
+
|
|
1682
|
+
/**
|
|
1683
|
+
* React binding for the `m3e-switch` Web Component from `@m3e/switch`.
|
|
1684
|
+
*
|
|
1685
|
+
* This component renders the underlying `<m3e-switch>` element and exposes its
|
|
1686
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1687
|
+
*
|
|
1688
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1689
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1690
|
+
* underlying `<m3e-switch>` instance for imperative access.
|
|
1691
|
+
*
|
|
1692
|
+
* See the `m3e-switch` documentation for full details on behavior, styling,
|
|
1693
|
+
* accessibility, and supported events.
|
|
1694
|
+
*/
|
|
1695
|
+
const M3eSwitch = createComponent({
|
|
1696
|
+
tagName: "m3e-switch",
|
|
1697
|
+
elementClass: M3eSwitchElement,
|
|
1698
|
+
react: React,
|
|
1699
|
+
events: {
|
|
1700
|
+
onInput: "input",
|
|
1701
|
+
onChange: "change",
|
|
1702
|
+
onClick: "click",
|
|
1703
|
+
},
|
|
1704
|
+
});
|
|
1705
|
+
|
|
1706
|
+
/**
|
|
1707
|
+
* React binding for the `m3e-tab` Web Component from `@m3e/tabs`.
|
|
1708
|
+
*
|
|
1709
|
+
* This component renders the underlying `<m3e-tab>` element and exposes its
|
|
1710
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1711
|
+
*
|
|
1712
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1713
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1714
|
+
* underlying `<m3e-tab>` instance for imperative access.
|
|
1715
|
+
*
|
|
1716
|
+
* See the `m3e-tab` documentation for full details on behavior, styling,
|
|
1717
|
+
* accessibility, and supported events.
|
|
1718
|
+
*/
|
|
1719
|
+
const M3eTab = createComponent({
|
|
1720
|
+
tagName: "m3e-tab",
|
|
1721
|
+
elementClass: M3eTabElement,
|
|
1722
|
+
react: React,
|
|
1723
|
+
events: {
|
|
1724
|
+
onInput: "input",
|
|
1725
|
+
onChange: "change",
|
|
1726
|
+
onClick: "click",
|
|
1727
|
+
},
|
|
1728
|
+
});
|
|
1729
|
+
|
|
1730
|
+
/**
|
|
1731
|
+
* React binding for the `m3e-tab-panel` Web Component from `@m3e/tabs`.
|
|
1732
|
+
*
|
|
1733
|
+
* This component renders the underlying `<m3e-tab-panel>` element and exposes its
|
|
1734
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1735
|
+
*
|
|
1736
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1737
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1738
|
+
* underlying `<m3e-tab-panel>` instance for imperative access.
|
|
1739
|
+
*
|
|
1740
|
+
* See the `m3e-tab-panel` documentation for full details on behavior, styling,
|
|
1741
|
+
* accessibility, and supported events.
|
|
1742
|
+
*/
|
|
1743
|
+
const M3eTabPanel = createComponent({
|
|
1744
|
+
tagName: "m3e-tab-panel",
|
|
1745
|
+
elementClass: M3eTabPanelElement,
|
|
1746
|
+
react: React,
|
|
1747
|
+
});
|
|
1748
|
+
|
|
1749
|
+
/**
|
|
1750
|
+
* React binding for the `m3e-tabs` Web Component from `@m3e/tabs`.
|
|
1751
|
+
*
|
|
1752
|
+
* This component renders the underlying `<m3e-tabs>` element and exposes its
|
|
1753
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1754
|
+
*
|
|
1755
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1756
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1757
|
+
* underlying `<m3e-tabs>` instance for imperative access.
|
|
1758
|
+
*
|
|
1759
|
+
* See the `m3e-tabs` documentation for full details on behavior, styling,
|
|
1760
|
+
* accessibility, and supported events.
|
|
1761
|
+
*/
|
|
1762
|
+
const M3eTabs = createComponent({
|
|
1763
|
+
tagName: "m3e-tabs",
|
|
1764
|
+
elementClass: M3eTabsElement,
|
|
1765
|
+
react: React,
|
|
1766
|
+
events: {
|
|
1767
|
+
onChange: "change",
|
|
1768
|
+
},
|
|
1769
|
+
});
|
|
1770
|
+
|
|
1771
|
+
/**
|
|
1772
|
+
* React binding for the `m3e-textarea-autosize` Web Component from `@m3e/textarea-autosize`.
|
|
1773
|
+
*
|
|
1774
|
+
* This component renders the underlying `<m3e-textarea-autosize>` element and exposes its
|
|
1775
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1776
|
+
*
|
|
1777
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1778
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1779
|
+
* underlying `<m3e-textarea-autosize>` instance for imperative access.
|
|
1780
|
+
*
|
|
1781
|
+
* See the `m3e-textarea-autosize` documentation for full details on behavior, styling,
|
|
1782
|
+
* accessibility, and supported events.
|
|
1783
|
+
*/
|
|
1784
|
+
const M3eTextareaAutosize = createComponent({
|
|
1785
|
+
tagName: "m3e-textarea-autosize",
|
|
1786
|
+
elementClass: M3eTextareaAutosizeElement,
|
|
1787
|
+
react: React,
|
|
1788
|
+
});
|
|
1789
|
+
|
|
1790
|
+
/**
|
|
1791
|
+
* React binding for the `m3e-theme` Web Component from `@m3e/theme`.
|
|
1792
|
+
*
|
|
1793
|
+
* This component renders the underlying `<m3e-theme>` element and exposes its
|
|
1794
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1795
|
+
*
|
|
1796
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1797
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1798
|
+
* underlying `<m3e-theme>` instance for imperative access.
|
|
1799
|
+
*
|
|
1800
|
+
* See the `m3e-theme` documentation for full details on behavior, styling,
|
|
1801
|
+
* accessibility, and supported events.
|
|
1802
|
+
*/
|
|
1803
|
+
const M3eTheme = createComponent({
|
|
1804
|
+
tagName: "m3e-theme",
|
|
1805
|
+
elementClass: M3eThemeElement,
|
|
1806
|
+
react: React,
|
|
1807
|
+
events: {
|
|
1808
|
+
onChange: "change",
|
|
1809
|
+
},
|
|
1810
|
+
});
|
|
1811
|
+
|
|
1812
|
+
/**
|
|
1813
|
+
* React binding for the `m3e-toc` Web Component from `@m3e/toc`.
|
|
1814
|
+
*
|
|
1815
|
+
* This component renders the underlying `<m3e-toc>` element and exposes its
|
|
1816
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1817
|
+
*
|
|
1818
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1819
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1820
|
+
* underlying `<m3e-toc>` instance for imperative access.
|
|
1821
|
+
*
|
|
1822
|
+
* See the `m3e-toc` documentation for full details on behavior, styling,
|
|
1823
|
+
* accessibility, and supported events.
|
|
1824
|
+
*/
|
|
1825
|
+
const M3eToc = createComponent({
|
|
1826
|
+
tagName: "m3e-toc",
|
|
1827
|
+
elementClass: M3eTocElement,
|
|
1828
|
+
react: React,
|
|
1829
|
+
});
|
|
1830
|
+
|
|
1831
|
+
/**
|
|
1832
|
+
* React binding for the `m3e-toolbar` Web Component from `@m3e/toolbar`.
|
|
1833
|
+
*
|
|
1834
|
+
* This component renders the underlying `<m3e-toolbar>` element and exposes its
|
|
1835
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1836
|
+
*
|
|
1837
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1838
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1839
|
+
* underlying `<m3e-toolbar>` instance for imperative access.
|
|
1840
|
+
*
|
|
1841
|
+
* See the `m3e-toolbar` documentation for full details on behavior, styling,
|
|
1842
|
+
* accessibility, and supported events.
|
|
1843
|
+
*/
|
|
1844
|
+
const M3eToolbar = createComponent({
|
|
1845
|
+
tagName: "m3e-toolbar",
|
|
1846
|
+
elementClass: M3eToolbarElement,
|
|
1847
|
+
react: React,
|
|
1848
|
+
});
|
|
1849
|
+
|
|
1850
|
+
/**
|
|
1851
|
+
* React binding for the `m3e-rich-tooltip` Web Component from `@m3e/tooltip`.
|
|
1852
|
+
*
|
|
1853
|
+
* This component renders the underlying `<m3e-rich-tooltip>` element and exposes its
|
|
1854
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1855
|
+
*
|
|
1856
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1857
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1858
|
+
* underlying `<m3e-rich-tooltip>` instance for imperative access.
|
|
1859
|
+
*
|
|
1860
|
+
* See the `m3e-rich-tooltip` documentation for full details on behavior, styling,
|
|
1861
|
+
* accessibility, and supported events.
|
|
1862
|
+
*/
|
|
1863
|
+
const M3eRichTooltip = createComponent({
|
|
1864
|
+
tagName: "m3e-rich-tooltip",
|
|
1865
|
+
elementClass: M3eRichTooltipElement,
|
|
1866
|
+
react: React,
|
|
1867
|
+
events: {
|
|
1868
|
+
onBeforeToggle: "beforetoggle",
|
|
1869
|
+
onToggle: "toggle",
|
|
1870
|
+
},
|
|
1871
|
+
});
|
|
1872
|
+
|
|
1873
|
+
/**
|
|
1874
|
+
* React binding for the `m3e-rich-tooltip-action` Web Component from `@m3e/tooltip`.
|
|
1875
|
+
*
|
|
1876
|
+
* This component renders the underlying `<m3e-rich-tooltip-action>` element and exposes its
|
|
1877
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1878
|
+
*
|
|
1879
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1880
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1881
|
+
* underlying `<m3e-rich-tooltip-action>` instance for imperative access.
|
|
1882
|
+
*
|
|
1883
|
+
* See the `m3e-rich-tooltip-action` documentation for full details on behavior, styling,
|
|
1884
|
+
* accessibility, and supported events.
|
|
1885
|
+
*/
|
|
1886
|
+
const M3eRichTooltipAction = createComponent({
|
|
1887
|
+
tagName: "m3e-rich-tooltip-action",
|
|
1888
|
+
elementClass: M3eRichTooltipActionElement,
|
|
1889
|
+
react: React,
|
|
1890
|
+
});
|
|
1891
|
+
|
|
1892
|
+
/**
|
|
1893
|
+
* React binding for the `m3e-tooltip` Web Component from `@m3e/tooltip`.
|
|
1894
|
+
*
|
|
1895
|
+
* This component renders the underlying `<m3e-tooltip>` element and exposes its
|
|
1896
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
1897
|
+
*
|
|
1898
|
+
* Props map directly to element properties, and event handlers receive the
|
|
1899
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
1900
|
+
* underlying `<m3e-tooltip>` instance for imperative access.
|
|
1901
|
+
*
|
|
1902
|
+
* See the `m3e-tooltip` documentation for full details on behavior, styling,
|
|
1903
|
+
* accessibility, and supported events.
|
|
1904
|
+
*/
|
|
1905
|
+
const M3eTooltip = createComponent({
|
|
1906
|
+
tagName: "m3e-tooltip",
|
|
1907
|
+
elementClass: M3eTooltipElement,
|
|
1908
|
+
react: React,
|
|
1909
|
+
});
|
|
1910
|
+
|
|
1911
|
+
export { M3eAccordion, M3eActionList, M3eAppBar, M3eAssistChip, M3eAutocomplete, M3eAvatar, M3eBadge, M3eBottomSheet, M3eBottomSheetAction, M3eBottomSheetTrigger, M3eButton, M3eButtonGroup, M3eButtonSegment, M3eCard, M3eCheckbox, M3eChip, M3eChipSet, M3eCircularProgressIndicator, M3eDialog, M3eDialogAction, M3eDialogTrigger, M3eDivider, M3eDrawerContainer, M3eDrawerToggle, M3eExpandableListItem, M3eExpansionPanel, M3eFab, M3eFabMenu, M3eFabMenuItem, M3eFabMenuTrigger, M3eFilterChip, M3eFilterChipSet, M3eFormField, M3eHeading, M3eIcon, M3eIconButton, M3eInputChip, M3eInputChipSet, M3eLinearProgressIndicator, M3eList, M3eListAction, M3eListItem, M3eListOption, M3eLoadingIndicator, M3eMenu, M3eMenuItem, M3eMenuItemCheckbox, M3eMenuItemGroup, M3eMenuItemRadio, M3eMenuTrigger, M3eNavBar, M3eNavItem, M3eNavMenu, M3eNavMenuItem, M3eNavMenuItemGroup, M3eNavRail, M3eNavRailToggle, M3eOptGroup, M3eOption, M3ePaginator, M3eRadio, M3eRadioGroup, M3eRichTooltip, M3eRichTooltipAction, M3eSegmentedButton, M3eSelect, M3eSelectionList, M3eShape, M3eSlideGroup, M3eSlider, M3eSliderThumb, M3eSplitButton, M3eStep, M3eStepPanel, M3eStepper, M3eStepperNext, M3eStepperPrevious, M3eStepperReset, M3eSuggestionChip, M3eSwitch, M3eTab, M3eTabPanel, M3eTabs, M3eTextareaAutosize, M3eTheme, M3eToc, M3eToolbar, M3eTooltip };
|
|
1912
|
+
//# sourceMappingURL=all.js.map
|