@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
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { M3eStepperResetElement } from "@m3e/web/stepper";
|
|
2
|
+
export type { M3eStepperResetElement } from "@m3e/web/stepper";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-stepper-reset` Web Component from `@m3e/stepper`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-stepper-reset>` element and exposes its
|
|
7
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
8
|
+
*
|
|
9
|
+
* Props map directly to element properties, and event handlers receive the
|
|
10
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
11
|
+
* underlying `<m3e-stepper-reset>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-stepper-reset` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eStepperReset: import("@lit/react").ReactWebComponent<M3eStepperResetElement, {}>;
|
|
17
|
+
//# sourceMappingURL=StepperReset.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StepperReset.d.ts","sourceRoot":"","sources":["../../../src/stepper/StepperReset.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAC1D,YAAY,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAE/D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,eAAe,oEAI1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/stepper/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { M3eSwitchElement } from "@m3e/web/switch";
|
|
2
|
+
export type { M3eSwitchElement, SwitchIcons } from "@m3e/web/switch";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-switch` Web Component from `@m3e/switch`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-switch>` element and exposes its
|
|
7
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
8
|
+
*
|
|
9
|
+
* Props map directly to element properties, and event handlers receive the
|
|
10
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
11
|
+
* underlying `<m3e-switch>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-switch` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eSwitch: import("@lit/react").ReactWebComponent<M3eSwitchElement, {
|
|
17
|
+
onInput: string;
|
|
18
|
+
onChange: string;
|
|
19
|
+
onClick: string;
|
|
20
|
+
}>;
|
|
21
|
+
//# sourceMappingURL=Switch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../src/switch/Switch.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,YAAY,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAErE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,SAAS;;;;EASpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/switch/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { M3eTabElement } from "@m3e/web/tabs";
|
|
2
|
+
export type { M3eTabElement } from "@m3e/web/tabs";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-tab` Web Component from `@m3e/tabs`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-tab>` element and exposes its
|
|
7
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
8
|
+
*
|
|
9
|
+
* Props map directly to element properties, and event handlers receive the
|
|
10
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
11
|
+
* underlying `<m3e-tab>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-tab` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eTab: import("@lit/react").ReactWebComponent<M3eTabElement, {
|
|
17
|
+
onInput: string;
|
|
18
|
+
onChange: string;
|
|
19
|
+
onClick: string;
|
|
20
|
+
}>;
|
|
21
|
+
//# sourceMappingURL=Tab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tab.d.ts","sourceRoot":"","sources":["../../../src/tabs/Tab.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,MAAM;;;;EASjB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { M3eTabPanelElement } from "@m3e/web/tabs";
|
|
2
|
+
export type { M3eTabPanelElement } from "@m3e/web/tabs";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-tab-panel` Web Component from `@m3e/tabs`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-tab-panel>` element and exposes its
|
|
7
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
8
|
+
*
|
|
9
|
+
* Props map directly to element properties, and event handlers receive the
|
|
10
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
11
|
+
* underlying `<m3e-tab-panel>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-tab-panel` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eTabPanel: import("@lit/react").ReactWebComponent<M3eTabPanelElement, {}>;
|
|
17
|
+
//# sourceMappingURL=TabPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabPanel.d.ts","sourceRoot":"","sources":["../../../src/tabs/TabPanel.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,YAAY,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAExD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,WAAW,gEAItB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { M3eTabsElement } from "@m3e/web/tabs";
|
|
2
|
+
export type { M3eTabsElement, TabVariant, TabHeaderPosition } from "@m3e/web/tabs";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-tabs` Web Component from `@m3e/tabs`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-tabs>` element and exposes its
|
|
7
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
8
|
+
*
|
|
9
|
+
* Props map directly to element properties, and event handlers receive the
|
|
10
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
11
|
+
* underlying `<m3e-tabs>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-tabs` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eTabs: import("@lit/react").ReactWebComponent<M3eTabsElement, {
|
|
17
|
+
onChange: string;
|
|
18
|
+
}>;
|
|
19
|
+
//# sourceMappingURL=Tabs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/tabs/Tabs.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,YAAY,EAAE,cAAc,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAEnF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,OAAO;;EAOlB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tabs/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { M3eTextareaAutosizeElement } from "@m3e/web/textarea-autosize";
|
|
2
|
+
export type { M3eTextareaAutosizeElement } from "@m3e/web/textarea-autosize";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-textarea-autosize` Web Component from `@m3e/textarea-autosize`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-textarea-autosize>` element and exposes its
|
|
7
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
8
|
+
*
|
|
9
|
+
* Props map directly to element properties, and event handlers receive the
|
|
10
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
11
|
+
* underlying `<m3e-textarea-autosize>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-textarea-autosize` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eTextareaAutosize: import("@lit/react").ReactWebComponent<M3eTextareaAutosizeElement, {}>;
|
|
17
|
+
//# sourceMappingURL=TextareaAutosize.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextareaAutosize.d.ts","sourceRoot":"","sources":["../../../src/textarea-autosize/TextareaAutosize.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AACxE,YAAY,EAAE,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AAE7E;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,mBAAmB,wEAI9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/textarea-autosize/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { M3eThemeElement } from "@m3e/web/theme";
|
|
2
|
+
export type { ColorScheme, ContrastLevel, MotionScheme, M3eThemeElement } from "@m3e/web/theme";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-theme` Web Component from `@m3e/theme`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-theme>` element and exposes its
|
|
7
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
8
|
+
*
|
|
9
|
+
* Props map directly to element properties, and event handlers receive the
|
|
10
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
11
|
+
* underlying `<m3e-theme>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-theme` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eTheme: import("@lit/react").ReactWebComponent<M3eThemeElement, {
|
|
17
|
+
onChange: string;
|
|
18
|
+
}>;
|
|
19
|
+
//# sourceMappingURL=Theme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Theme.d.ts","sourceRoot":"","sources":["../../../src/theme/Theme.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEhG;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,QAAQ;;EAOnB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/theme/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { M3eTocElement } from "@m3e/web/toc";
|
|
2
|
+
export type { M3eTocElement } from "@m3e/web/toc";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-toc` Web Component from `@m3e/toc`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-toc>` element and exposes its
|
|
7
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
8
|
+
*
|
|
9
|
+
* Props map directly to element properties, and event handlers receive the
|
|
10
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
11
|
+
* underlying `<m3e-toc>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-toc` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eToc: import("@lit/react").ReactWebComponent<M3eTocElement, {}>;
|
|
17
|
+
//# sourceMappingURL=Toc.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toc.d.ts","sourceRoot":"","sources":["../../../src/toc/Toc.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,YAAY,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAElD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,MAAM,2DAIjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/toc/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { M3eToolbarElement } from "@m3e/web/toolbar";
|
|
2
|
+
export type { M3eToolbarElement, ToolbarVariant, ToolbarShape } from "@m3e/web/toolbar";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-toolbar` Web Component from `@m3e/toolbar`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-toolbar>` element and exposes its
|
|
7
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
8
|
+
*
|
|
9
|
+
* Props map directly to element properties, and event handlers receive the
|
|
10
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
11
|
+
* underlying `<m3e-toolbar>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-toolbar` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eToolbar: import("@lit/react").ReactWebComponent<M3eToolbarElement, {}>;
|
|
17
|
+
//# sourceMappingURL=Toolbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toolbar.d.ts","sourceRoot":"","sources":["../../../src/toolbar/Toolbar.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,YAAY,EAAE,iBAAiB,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAExF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,UAAU,+DAIrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/toolbar/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { M3eRichTooltipElement } from "@m3e/web/tooltip";
|
|
2
|
+
export type { M3eRichTooltipElement, RichTooltipPosition } from "@m3e/web/tooltip";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-rich-tooltip` Web Component from `@m3e/tooltip`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-rich-tooltip>` element and exposes its
|
|
7
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
8
|
+
*
|
|
9
|
+
* Props map directly to element properties, and event handlers receive the
|
|
10
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
11
|
+
* underlying `<m3e-rich-tooltip>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-rich-tooltip` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eRichTooltip: import("@lit/react").ReactWebComponent<M3eRichTooltipElement, {
|
|
17
|
+
onBeforeToggle: string;
|
|
18
|
+
onToggle: string;
|
|
19
|
+
}>;
|
|
20
|
+
//# sourceMappingURL=RichTooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RichTooltip.d.ts","sourceRoot":"","sources":["../../../src/tooltip/RichTooltip.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,YAAY,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEnF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,cAAc;;;EAQzB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { M3eRichTooltipActionElement } from "@m3e/web/tooltip";
|
|
2
|
+
export type { M3eRichTooltipActionElement } from "@m3e/web/tooltip";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-rich-tooltip-action` Web Component from `@m3e/tooltip`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-rich-tooltip-action>` element and exposes its
|
|
7
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
8
|
+
*
|
|
9
|
+
* Props map directly to element properties, and event handlers receive the
|
|
10
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
11
|
+
* underlying `<m3e-rich-tooltip-action>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-rich-tooltip-action` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eRichTooltipAction: import("@lit/react").ReactWebComponent<M3eRichTooltipActionElement, {}>;
|
|
17
|
+
//# sourceMappingURL=RichTooltipAction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RichTooltipAction.d.ts","sourceRoot":"","sources":["../../../src/tooltip/RichTooltipAction.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AAC/D,YAAY,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AAEpE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,oBAAoB,yEAI/B,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { M3eTooltipElement } from "@m3e/web/tooltip";
|
|
2
|
+
export type { M3eTooltipElement, TooltipPosition, TooltipTouchGestures } from "@m3e/web/tooltip";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-tooltip` Web Component from `@m3e/tooltip`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-tooltip>` element and exposes its
|
|
7
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
8
|
+
*
|
|
9
|
+
* Props map directly to element properties, and event handlers receive the
|
|
10
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
11
|
+
* underlying `<m3e-tooltip>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-tooltip` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eTooltip: import("@lit/react").ReactWebComponent<M3eTooltipElement, {}>;
|
|
17
|
+
//# sourceMappingURL=Tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/tooltip/Tooltip.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,YAAY,EAAE,iBAAiB,EAAE,eAAe,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAEjG;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,UAAU,+DAIrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tooltip/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC"}
|
package/dist/stepper.js
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
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 { M3eStepElement, M3eStepPanelElement, M3eStepperElement, M3eStepperNextElement, M3eStepperPreviousElement, M3eStepperResetElement } from '@m3e/web/stepper';
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* React binding for the `m3e-step` Web Component from `@m3e/stepper`.
|
|
14
|
+
*
|
|
15
|
+
* This component renders the underlying `<m3e-step>` element and exposes its
|
|
16
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
17
|
+
*
|
|
18
|
+
* Props map directly to element properties, and event handlers receive the
|
|
19
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
20
|
+
* underlying `<m3e-step>` instance for imperative access.
|
|
21
|
+
*
|
|
22
|
+
* See the `m3e-step` documentation for full details on behavior, styling,
|
|
23
|
+
* accessibility, and supported events.
|
|
24
|
+
*/
|
|
25
|
+
const M3eStep = createComponent({
|
|
26
|
+
tagName: "m3e-step",
|
|
27
|
+
elementClass: M3eStepElement,
|
|
28
|
+
react: React,
|
|
29
|
+
events: {
|
|
30
|
+
onInput: "input",
|
|
31
|
+
onChange: "change",
|
|
32
|
+
onClick: "click",
|
|
33
|
+
},
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* React binding for the `m3e-step-panel` Web Component from `@m3e/stepper`.
|
|
38
|
+
*
|
|
39
|
+
* This component renders the underlying `<m3e-step-panel>` element and exposes its
|
|
40
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
41
|
+
*
|
|
42
|
+
* Props map directly to element properties, and event handlers receive the
|
|
43
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
44
|
+
* underlying `<m3e-step-panel>` instance for imperative access.
|
|
45
|
+
*
|
|
46
|
+
* See the `m3e-step-panel` documentation for full details on behavior, styling,
|
|
47
|
+
* accessibility, and supported events.
|
|
48
|
+
*/
|
|
49
|
+
const M3eStepPanel = createComponent({
|
|
50
|
+
tagName: "m3e-step-panel",
|
|
51
|
+
elementClass: M3eStepPanelElement,
|
|
52
|
+
react: React,
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* React binding for the `m3e-stepper` Web Component from `@m3e/stepper`.
|
|
57
|
+
*
|
|
58
|
+
* This component renders the underlying `<m3e-stepper>` element and exposes its
|
|
59
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
60
|
+
*
|
|
61
|
+
* Props map directly to element properties, and event handlers receive the
|
|
62
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
63
|
+
* underlying `<m3e-stepper>` instance for imperative access.
|
|
64
|
+
*
|
|
65
|
+
* See the `m3e-stepper` documentation for full details on behavior, styling,
|
|
66
|
+
* accessibility, and supported events.
|
|
67
|
+
*/
|
|
68
|
+
const M3eStepper = createComponent({
|
|
69
|
+
tagName: "m3e-stepper",
|
|
70
|
+
elementClass: M3eStepperElement,
|
|
71
|
+
react: React,
|
|
72
|
+
events: {
|
|
73
|
+
onChange: "change",
|
|
74
|
+
},
|
|
75
|
+
});
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* React binding for the `m3e-stepper-next` Web Component from `@m3e/stepper`.
|
|
79
|
+
*
|
|
80
|
+
* This component renders the underlying `<m3e-stepper-next>` element and exposes its
|
|
81
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
82
|
+
*
|
|
83
|
+
* Props map directly to element properties, and event handlers receive the
|
|
84
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
85
|
+
* underlying `<m3e-stepper-next>` instance for imperative access.
|
|
86
|
+
*
|
|
87
|
+
* See the `m3e-stepper-next` documentation for full details on behavior, styling,
|
|
88
|
+
* accessibility, and supported events.
|
|
89
|
+
*/
|
|
90
|
+
const M3eStepperNext = createComponent({
|
|
91
|
+
tagName: "m3e-stepper-next",
|
|
92
|
+
elementClass: M3eStepperNextElement,
|
|
93
|
+
react: React,
|
|
94
|
+
});
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* React binding for the `m3e-stepper-previous` Web Component from `@m3e/stepper`.
|
|
98
|
+
*
|
|
99
|
+
* This component renders the underlying `<m3e-stepper-previous>` element and exposes its
|
|
100
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
101
|
+
*
|
|
102
|
+
* Props map directly to element properties, and event handlers receive the
|
|
103
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
104
|
+
* underlying `<m3e-stepper-previous>` instance for imperative access.
|
|
105
|
+
*
|
|
106
|
+
* See the `m3e-stepper-previous` documentation for full details on behavior, styling,
|
|
107
|
+
* accessibility, and supported events.
|
|
108
|
+
*/
|
|
109
|
+
const M3eStepperPrevious = createComponent({
|
|
110
|
+
tagName: "m3e-stepper-previous",
|
|
111
|
+
elementClass: M3eStepperPreviousElement,
|
|
112
|
+
react: React,
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* React binding for the `m3e-stepper-reset` Web Component from `@m3e/stepper`.
|
|
117
|
+
*
|
|
118
|
+
* This component renders the underlying `<m3e-stepper-reset>` element and exposes its
|
|
119
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
120
|
+
*
|
|
121
|
+
* Props map directly to element properties, and event handlers receive the
|
|
122
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
123
|
+
* underlying `<m3e-stepper-reset>` instance for imperative access.
|
|
124
|
+
*
|
|
125
|
+
* See the `m3e-stepper-reset` documentation for full details on behavior, styling,
|
|
126
|
+
* accessibility, and supported events.
|
|
127
|
+
*/
|
|
128
|
+
const M3eStepperReset = createComponent({
|
|
129
|
+
tagName: "m3e-stepper-reset",
|
|
130
|
+
elementClass: M3eStepperResetElement,
|
|
131
|
+
react: React,
|
|
132
|
+
});
|
|
133
|
+
|
|
134
|
+
export { M3eStep, M3eStepPanel, M3eStepper, M3eStepperNext, M3eStepperPrevious, M3eStepperReset };
|
|
135
|
+
//# sourceMappingURL=stepper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stepper.js","sources":["../../src/stepper/Step.ts","../../src/stepper/StepPanel.ts","../../src/stepper/Stepper.ts","../../src/stepper/StepperNext.ts","../../src/stepper/StepperPrevious.ts","../../src/stepper/StepperReset.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-step` Web Component from `@m3e/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-step>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-step>` instance for imperative access.\r\n *\r\n * See the `m3e-step` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStep = createComponent({\r\n tagName: \"m3e-step\",\r\n elementClass: M3eStepElement,\r\n react: React,\r\n events: {\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepPanelElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepPanelElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-step-panel` Web Component from `@m3e/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-step-panel>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-step-panel>` instance for imperative access.\r\n *\r\n * See the `m3e-step-panel` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepPanel = createComponent({\r\n tagName: \"m3e-step-panel\",\r\n elementClass: M3eStepPanelElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperElement, StepperOrientation, StepLabelPosition, StepHeaderPosition } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper` Web Component from `@m3e/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepper = createComponent({\r\n tagName: \"m3e-stepper\",\r\n elementClass: M3eStepperElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperNextElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperNextElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper-next` Web Component from `@m3e/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper-next>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper-next>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper-next` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepperNext = createComponent({\r\n tagName: \"m3e-stepper-next\",\r\n elementClass: M3eStepperNextElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperPreviousElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperPreviousElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper-previous` Web Component from `@m3e/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper-previous>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper-previous>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper-previous` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepperPrevious = createComponent({\r\n tagName: \"m3e-stepper-previous\",\r\n elementClass: M3eStepperPreviousElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperResetElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperResetElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper-reset` Web Component from `@m3e/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper-reset>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper-reset>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper-reset` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepperReset = createComponent({\r\n tagName: \"m3e-stepper-reset\",\r\n elementClass: M3eStepperResetElement,\r\n react: React,\r\n});\r\n"],"names":[],"mappings":";;;;;;;;;;;AAMA;;;;;;;;;;;;AAYG;AACI,MAAM,OAAO,GAAG,eAAe,CAAC;AACrC,IAAA,OAAO,EAAE,UAAU;AACnB,IAAA,YAAY,EAAE,cAAc;AAC5B,IAAA,KAAK,EAAE,KAAK;AACZ,IAAA,MAAM,EAAE;AACN,QAAA,OAAO,EAAE,OAAO;AAChB,QAAA,QAAQ,EAAE,QAAQ;AAClB,QAAA,OAAO,EAAE,OAAO;AACjB,KAAA;AACF,CAAA;;ACtBD;;;;;;;;;;;;AAYG;AACI,MAAM,YAAY,GAAG,eAAe,CAAC;AAC1C,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,YAAY,EAAE,mBAAmB;AACjC,IAAA,KAAK,EAAE,KAAK;AACb,CAAA;;ACjBD;;;;;;;;;;;;AAYG;AACI,MAAM,UAAU,GAAG,eAAe,CAAC;AACxC,IAAA,OAAO,EAAE,aAAa;AACtB,IAAA,YAAY,EAAE,iBAAiB;AAC/B,IAAA,KAAK,EAAE,KAAK;AACZ,IAAA,MAAM,EAAE;AACN,QAAA,QAAQ,EAAE,QAAQ;AACnB,KAAA;AACF,CAAA;;ACpBD;;;;;;;;;;;;AAYG;AACI,MAAM,cAAc,GAAG,eAAe,CAAC;AAC5C,IAAA,OAAO,EAAE,kBAAkB;AAC3B,IAAA,YAAY,EAAE,qBAAqB;AACnC,IAAA,KAAK,EAAE,KAAK;AACb,CAAA;;ACjBD;;;;;;;;;;;;AAYG;AACI,MAAM,kBAAkB,GAAG,eAAe,CAAC;AAChD,IAAA,OAAO,EAAE,sBAAsB;AAC/B,IAAA,YAAY,EAAE,yBAAyB;AACvC,IAAA,KAAK,EAAE,KAAK;AACb,CAAA;;ACjBD;;;;;;;;;;;;AAYG;AACI,MAAM,eAAe,GAAG,eAAe,CAAC;AAC7C,IAAA,OAAO,EAAE,mBAAmB;AAC5B,IAAA,YAAY,EAAE,sBAAsB;AACpC,IAAA,KAAK,EAAE,KAAK;AACb,CAAA;;;;"}
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
*/import e from"react";import{createComponent as t}from"@lit/react";import{M3eStepElement as a,M3eStepPanelElement as m,M3eStepperElement as s,M3eStepperNextElement as n,M3eStepperPreviousElement as r,M3eStepperResetElement as p}from"@m3e/web/stepper";const l=t({tagName:"m3e-step",elementClass:a,react:e,events:{onInput:"input",onChange:"change",onClick:"click"}}),c=t({tagName:"m3e-step-panel",elementClass:m,react:e}),o=t({tagName:"m3e-stepper",elementClass:s,react:e,events:{onChange:"change"}}),g=t({tagName:"m3e-stepper-next",elementClass:n,react:e}),i=t({tagName:"m3e-stepper-previous",elementClass:r,react:e}),C=t({tagName:"m3e-stepper-reset",elementClass:p,react:e});export{l as M3eStep,c as M3eStepPanel,o as M3eStepper,g as M3eStepperNext,i as M3eStepperPrevious,C as M3eStepperReset};
|
|
7
|
+
//# sourceMappingURL=stepper.min.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stepper.min.js","sources":["../../src/stepper/Step.ts","../../src/stepper/StepPanel.ts","../../src/stepper/Stepper.ts","../../src/stepper/StepperNext.ts","../../src/stepper/StepperPrevious.ts","../../src/stepper/StepperReset.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-step` Web Component from `@m3e/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-step>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-step>` instance for imperative access.\r\n *\r\n * See the `m3e-step` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStep = createComponent({\r\n tagName: \"m3e-step\",\r\n elementClass: M3eStepElement,\r\n react: React,\r\n events: {\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepPanelElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepPanelElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-step-panel` Web Component from `@m3e/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-step-panel>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-step-panel>` instance for imperative access.\r\n *\r\n * See the `m3e-step-panel` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepPanel = createComponent({\r\n tagName: \"m3e-step-panel\",\r\n elementClass: M3eStepPanelElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperElement, StepperOrientation, StepLabelPosition, StepHeaderPosition } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper` Web Component from `@m3e/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepper = createComponent({\r\n tagName: \"m3e-stepper\",\r\n elementClass: M3eStepperElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperNextElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperNextElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper-next` Web Component from `@m3e/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper-next>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper-next>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper-next` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepperNext = createComponent({\r\n tagName: \"m3e-stepper-next\",\r\n elementClass: M3eStepperNextElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperPreviousElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperPreviousElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper-previous` Web Component from `@m3e/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper-previous>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper-previous>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper-previous` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepperPrevious = createComponent({\r\n tagName: \"m3e-stepper-previous\",\r\n elementClass: M3eStepperPreviousElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperResetElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperResetElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper-reset` Web Component from `@m3e/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper-reset>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper-reset>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper-reset` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepperReset = createComponent({\r\n tagName: \"m3e-stepper-reset\",\r\n elementClass: M3eStepperResetElement,\r\n react: React,\r\n});\r\n"],"names":["M3eStep","createComponent","tagName","elementClass","M3eStepElement","react","React","events","onInput","onChange","onClick","M3eStepPanel","M3eStepPanelElement","M3eStepper","M3eStepperElement","M3eStepperNext","M3eStepperNextElement","M3eStepperPrevious","M3eStepperPreviousElement","M3eStepperReset","M3eStepperResetElement"],"mappings":";;;;;6PAmBO,MAAMA,EAAUC,EAAgB,CACrCC,QAAS,WACTC,aAAcC,EACdC,MAAOC,EACPC,OAAQ,CACNC,QAAS,QACTC,SAAU,SACVC,QAAS,WCPAC,EAAeV,EAAgB,CAC1CC,QAAS,iBACTC,aAAcS,EACdP,MAAOC,ICHIO,EAAaZ,EAAgB,CACxCC,QAAS,cACTC,aAAcW,EACdT,MAAOC,EACPC,OAAQ,CACNE,SAAU,YCLDM,EAAiBd,EAAgB,CAC5CC,QAAS,mBACTC,aAAca,EACdX,MAAOC,ICHIW,EAAqBhB,EAAgB,CAChDC,QAAS,uBACTC,aAAce,EACdb,MAAOC,ICHIa,EAAkBlB,EAAgB,CAC7CC,QAAS,oBACTC,aAAciB,EACdf,MAAOC"}
|
package/dist/switch.js
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
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 { M3eSwitchElement } from '@m3e/web/switch';
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* React binding for the `m3e-switch` Web Component from `@m3e/switch`.
|
|
14
|
+
*
|
|
15
|
+
* This component renders the underlying `<m3e-switch>` element and exposes its
|
|
16
|
+
* properties, attributes, and events through an idiomatic React interface.
|
|
17
|
+
*
|
|
18
|
+
* Props map directly to element properties, and event handlers receive the
|
|
19
|
+
* native DOM events dispatched by the component. Refs are forwarded to the
|
|
20
|
+
* underlying `<m3e-switch>` instance for imperative access.
|
|
21
|
+
*
|
|
22
|
+
* See the `m3e-switch` documentation for full details on behavior, styling,
|
|
23
|
+
* accessibility, and supported events.
|
|
24
|
+
*/
|
|
25
|
+
const M3eSwitch = createComponent({
|
|
26
|
+
tagName: "m3e-switch",
|
|
27
|
+
elementClass: M3eSwitchElement,
|
|
28
|
+
react: React,
|
|
29
|
+
events: {
|
|
30
|
+
onInput: "input",
|
|
31
|
+
onChange: "change",
|
|
32
|
+
onClick: "click",
|
|
33
|
+
},
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
export { M3eSwitch };
|
|
37
|
+
//# sourceMappingURL=switch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch.js","sources":["../../src/switch/Switch.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSwitchElement } from \"@m3e/web/switch\";\r\nexport type { M3eSwitchElement, SwitchIcons } from \"@m3e/web/switch\";\r\n\r\n/**\r\n * React binding for the `m3e-switch` Web Component from `@m3e/switch`.\r\n *\r\n * This component renders the underlying `<m3e-switch>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-switch>` instance for imperative access.\r\n *\r\n * See the `m3e-switch` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSwitch = createComponent({\r\n tagName: \"m3e-switch\",\r\n elementClass: M3eSwitchElement,\r\n react: React,\r\n events: {\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n"],"names":[],"mappings":";;;;;;;;;;;AAMA;;;;;;;;;;;;AAYG;AACI,MAAM,SAAS,GAAG,eAAe,CAAC;AACvC,IAAA,OAAO,EAAE,YAAY;AACrB,IAAA,YAAY,EAAE,gBAAgB;AAC9B,IAAA,KAAK,EAAE,KAAK;AACZ,IAAA,MAAM,EAAE;AACN,QAAA,OAAO,EAAE,OAAO;AAChB,QAAA,QAAQ,EAAE,QAAQ;AAClB,QAAA,OAAO,EAAE,OAAO;AACjB,KAAA;AACF,CAAA;;;;"}
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
*/import e from"react";import{createComponent as t}from"@lit/react";import{M3eSwitchElement as c}from"@m3e/web/switch";const n=t({tagName:"m3e-switch",elementClass:c,react:e,events:{onInput:"input",onChange:"change",onClick:"click"}});export{n as M3eSwitch};
|
|
7
|
+
//# sourceMappingURL=switch.min.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch.min.js","sources":["../../src/switch/Switch.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSwitchElement } from \"@m3e/web/switch\";\r\nexport type { M3eSwitchElement, SwitchIcons } from \"@m3e/web/switch\";\r\n\r\n/**\r\n * React binding for the `m3e-switch` Web Component from `@m3e/switch`.\r\n *\r\n * This component renders the underlying `<m3e-switch>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-switch>` instance for imperative access.\r\n *\r\n * See the `m3e-switch` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSwitch = createComponent({\r\n tagName: \"m3e-switch\",\r\n elementClass: M3eSwitchElement,\r\n react: React,\r\n events: {\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n"],"names":["M3eSwitch","createComponent","tagName","elementClass","M3eSwitchElement","react","React","events","onInput","onChange","onClick"],"mappings":";;;;;wHAmBO,MAAMA,EAAYC,EAAgB,CACvCC,QAAS,aACTC,aAAcC,EACdC,MAAOC,EACPC,OAAQ,CACNC,QAAS,QACTC,SAAU,SACVC,QAAS"}
|