@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 { M3eIconElement } from "@m3e/web/icon";
|
|
2
|
+
export type { IconGrade, IconVariant, M3eIconElement } from "@m3e/web/icon";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-icon` Web Component from `@m3e/icon`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-icon>` 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-icon>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-icon` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eIcon: import("@lit/react").ReactWebComponent<M3eIconElement, {}>;
|
|
17
|
+
//# sourceMappingURL=Icon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/icon/Icon.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,YAAY,EAAE,SAAS,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE5E;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,OAAO,4DAIlB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/icon/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { M3eIconButtonElement } from "@m3e/web/icon-button";
|
|
2
|
+
export type { IconButtonShape, IconButtonSize, IconButtonVariant, IconButtonWidth, M3eIconButtonElement, } from "@m3e/web/icon-button";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-icon-button` Web Component from `@m3e/icon-button`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-icon-button>` 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-icon-button>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-icon-button` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eIconButton: import("@lit/react").ReactWebComponent<M3eIconButtonElement, {
|
|
17
|
+
onInput: string;
|
|
18
|
+
onChange: string;
|
|
19
|
+
onClick: string;
|
|
20
|
+
}>;
|
|
21
|
+
//# sourceMappingURL=IconButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../src/icon-button/IconButton.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,YAAY,EACV,eAAe,EACf,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,oBAAoB,GACrB,MAAM,sBAAsB,CAAC;AAE9B;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa;;;;EASxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/icon-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { M3eActionListElement } from "@m3e/web/list";
|
|
2
|
+
export type { M3eActionListElement } from "@m3e/web/list";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-action-list` Web Component from `@m3e/list`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-action-list>` 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-action-list>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-action-list` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eActionList: import("@lit/react").ReactWebComponent<M3eActionListElement, {}>;
|
|
17
|
+
//# sourceMappingURL=ActionList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionList.d.ts","sourceRoot":"","sources":["../../../src/list/ActionList.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AACrD,YAAY,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAE1D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa,kEAIxB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { M3eExpandableListItemElement } from "@m3e/web/list";
|
|
2
|
+
export type { M3eExpandableListItemElement } from "@m3e/web/list";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-expandable-list-item` Web Component from `@m3e/list`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-expandable-list-item>` 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-expandable-list-item>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-expandable-list-item` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eExpandableListItem: import("@lit/react").ReactWebComponent<M3eExpandableListItemElement, {
|
|
17
|
+
onOpening: string;
|
|
18
|
+
onOpened: string;
|
|
19
|
+
onClosing: string;
|
|
20
|
+
onClosed: string;
|
|
21
|
+
}>;
|
|
22
|
+
//# sourceMappingURL=ExpandableListItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpandableListItem.d.ts","sourceRoot":"","sources":["../../../src/list/ExpandableListItem.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,4BAA4B,EAAE,MAAM,eAAe,CAAC;AAC7D,YAAY,EAAE,4BAA4B,EAAE,MAAM,eAAe,CAAC;AAElE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,qBAAqB;;;;;EAUhC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { M3eListElement } from "@m3e/web/list";
|
|
2
|
+
export type { ListVariant, M3eListElement } from "@m3e/web/list";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-list` Web Component from `@m3e/list`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-list>` 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-list>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-list` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eList: import("@lit/react").ReactWebComponent<M3eListElement, {}>;
|
|
17
|
+
//# sourceMappingURL=List.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"List.d.ts","sourceRoot":"","sources":["../../../src/list/List.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,YAAY,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAEjE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,OAAO,4DAIlB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { M3eListActionElement } from "@m3e/web/list";
|
|
2
|
+
export type { M3eListActionElement } from "@m3e/web/list";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-list-action` Web Component from `@m3e/list`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-list-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-list-action>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-list-action` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eListAction: import("@lit/react").ReactWebComponent<M3eListActionElement, {
|
|
17
|
+
onClick: string;
|
|
18
|
+
}>;
|
|
19
|
+
//# sourceMappingURL=ListAction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAction.d.ts","sourceRoot":"","sources":["../../../src/list/ListAction.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AACrD,YAAY,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAE1D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa;;EAOxB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { M3eListItemElement } from "@m3e/web/list";
|
|
2
|
+
export type { M3eListItemElement } from "@m3e/web/list";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-list-item` Web Component from `@m3e/list`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-list-item>` 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-list-item>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-list-item` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eListItem: import("@lit/react").ReactWebComponent<M3eListItemElement, {}>;
|
|
17
|
+
//# sourceMappingURL=ListItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../src/list/ListItem.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,21 @@
|
|
|
1
|
+
import { M3eListOptionElement } from "@m3e/web/list";
|
|
2
|
+
export type { M3eListOptionElement } from "@m3e/web/list";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-list-option` Web Component from `@m3e/list`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-list-option>` 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-list-option>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-list-option` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eListOption: import("@lit/react").ReactWebComponent<M3eListOptionElement, {
|
|
17
|
+
onInput: string;
|
|
18
|
+
onChange: string;
|
|
19
|
+
onClick: string;
|
|
20
|
+
}>;
|
|
21
|
+
//# sourceMappingURL=ListOption.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListOption.d.ts","sourceRoot":"","sources":["../../../src/list/ListOption.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AACrD,YAAY,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAE1D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa;;;;EASxB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { M3eSelectionListElement } from "@m3e/web/list";
|
|
2
|
+
export type { M3eSelectionListElement } from "@m3e/web/list";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-selection-list` Web Component from `@m3e/list`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-selection-list>` 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-selection-list>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-selection-list` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eSelectionList: import("@lit/react").ReactWebComponent<M3eSelectionListElement, {
|
|
17
|
+
onInput: string;
|
|
18
|
+
onChange: string;
|
|
19
|
+
}>;
|
|
20
|
+
//# sourceMappingURL=SelectionList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectionList.d.ts","sourceRoot":"","sources":["../../../src/list/SelectionList.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,YAAY,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAE7D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,gBAAgB;;;EAQ3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/list/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { M3eLoadingIndicatorElement } from "@m3e/web/loading-indicator";
|
|
2
|
+
export type { LoadingIndicatorVariant, M3eLoadingIndicatorElement } from "@m3e/web/loading-indicator";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-loading-indicator` Web Component from `@m3e/loading-indicator`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-loading-indicator>` 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-loading-indicator>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-loading-indicator` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eLoadingIndicator: import("@lit/react").ReactWebComponent<M3eLoadingIndicatorElement, {}>;
|
|
17
|
+
//# sourceMappingURL=LoadingIndicator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoadingIndicator.d.ts","sourceRoot":"","sources":["../../../src/loading-indicator/LoadingIndicator.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AACxE,YAAY,EAAE,uBAAuB,EAAE,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AAEtG;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,mBAAmB,wEAI9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/loading-indicator/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { M3eMenuElement } from "@m3e/web/menu";
|
|
2
|
+
export type { MenuPositionX, MenuPositionY, MenuVariant, M3eMenuElement } from "@m3e/web/menu";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-menu` Web Component from `@m3e/menu`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-menu>` 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-menu>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-menu` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eMenu: import("@lit/react").ReactWebComponent<M3eMenuElement, {
|
|
17
|
+
onBeforeToggle: string;
|
|
18
|
+
onToggle: string;
|
|
19
|
+
}>;
|
|
20
|
+
//# sourceMappingURL=Menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../src/menu/Menu.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/F;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,OAAO;;;EAQlB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { M3eMenuItemElement } from "@m3e/web/menu";
|
|
2
|
+
export type { M3eMenuItemElement } from "@m3e/web/menu";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-menu-item` Web Component from `@m3e/menu`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-menu-item>` 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-menu-item>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-menu-item` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eMenuItem: import("@lit/react").ReactWebComponent<M3eMenuItemElement, {
|
|
17
|
+
onClick: string;
|
|
18
|
+
}>;
|
|
19
|
+
//# sourceMappingURL=MenuItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuItem.d.ts","sourceRoot":"","sources":["../../../src/menu/MenuItem.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;;EAOtB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { M3eMenuItemCheckboxElement } from "@m3e/web/menu";
|
|
2
|
+
export type { M3eMenuItemCheckboxElement } from "@m3e/web/menu";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-menu-item-checkbox` Web Component from `@m3e/menu`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-menu-item-checkbox>` 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-menu-item-checkbox>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-menu-item-checkbox` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eMenuItemCheckbox: import("@lit/react").ReactWebComponent<M3eMenuItemCheckboxElement, {
|
|
17
|
+
onClick: string;
|
|
18
|
+
}>;
|
|
19
|
+
//# sourceMappingURL=MenuItemCheckbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuItemCheckbox.d.ts","sourceRoot":"","sources":["../../../src/menu/MenuItemCheckbox.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAC3D,YAAY,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAEhE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,mBAAmB;;EAO9B,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { M3eMenuItemGroupElement } from "@m3e/web/menu";
|
|
2
|
+
export type { M3eMenuItemGroupElement } from "@m3e/web/menu";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-menu-item-group` Web Component from `@m3e/menu`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-menu-item-group>` 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-menu-item-group>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-menu-item-group` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eMenuItemGroup: import("@lit/react").ReactWebComponent<M3eMenuItemGroupElement, {}>;
|
|
17
|
+
//# sourceMappingURL=MenuItemGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuItemGroup.d.ts","sourceRoot":"","sources":["../../../src/menu/MenuItemGroup.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,YAAY,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAE7D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,gBAAgB,qEAI3B,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { M3eMenuItemRadioElement } from "@m3e/web/menu";
|
|
2
|
+
export type { M3eMenuItemRadioElement } from "@m3e/web/menu";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-menu-item-radio` Web Component from `@m3e/menu`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-menu-item-radio>` 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-menu-item-radio>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-menu-item-radio` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eMenuItemRadio: import("@lit/react").ReactWebComponent<M3eMenuItemRadioElement, {
|
|
17
|
+
onClick: string;
|
|
18
|
+
}>;
|
|
19
|
+
//# sourceMappingURL=MenuItemRadio.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuItemRadio.d.ts","sourceRoot":"","sources":["../../../src/menu/MenuItemRadio.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,YAAY,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAE7D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,gBAAgB;;EAO3B,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { M3eMenuTriggerElement } from "@m3e/web/menu";
|
|
2
|
+
export type { M3eMenuTriggerElement } from "@m3e/web/menu";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-menu-trigger` Web Component from `@m3e/menu`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-menu-trigger>` 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-menu-trigger>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-menu-trigger` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eMenuTrigger: import("@lit/react").ReactWebComponent<M3eMenuTriggerElement, {}>;
|
|
17
|
+
//# sourceMappingURL=MenuTrigger.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuTrigger.d.ts","sourceRoot":"","sources":["../../../src/menu/MenuTrigger.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACtD,YAAY,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAE3D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,cAAc,mEAIzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/menu/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { M3eNavBarElement } from "@m3e/web/nav-bar";
|
|
2
|
+
export type { NavBarMode, NavItemOrientation, M3eNavBarElement } from "@m3e/web/nav-bar";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-nav-bar` Web Component from `@m3e/nav-bar`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-nav-bar>` 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-nav-bar>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-nav-bar` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eNavBar: import("@lit/react").ReactWebComponent<M3eNavBarElement, {
|
|
17
|
+
onChange: string;
|
|
18
|
+
}>;
|
|
19
|
+
//# sourceMappingURL=NavBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../src/nav-bar/NavBar.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACpD,YAAY,EAAE,UAAU,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEzF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,SAAS;;EAOpB,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { M3eNavItemElement } from "@m3e/web/nav-bar";
|
|
2
|
+
export type { M3eNavItemElement } from "@m3e/web/nav-bar";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-nav-item` Web Component from `@m3e/nav-bar`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-nav-item>` 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-nav-item>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-nav-item` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eNavItem: import("@lit/react").ReactWebComponent<M3eNavItemElement, {
|
|
17
|
+
onInput: string;
|
|
18
|
+
onChange: string;
|
|
19
|
+
onClick: string;
|
|
20
|
+
}>;
|
|
21
|
+
//# sourceMappingURL=NavItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavItem.d.ts","sourceRoot":"","sources":["../../../src/nav-bar/NavItem.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,YAAY,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAE1D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,UAAU;;;;EASrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/nav-bar/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { M3eNavMenuElement } from "@m3e/web/nav-menu";
|
|
2
|
+
export type { M3eNavMenuElement } from "@m3e/web/nav-menu";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-nav-menu` Web Component from `@m3e/nav-menu`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-nav-menu>` 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-nav-menu>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-nav-menu` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eNavMenu: import("@lit/react").ReactWebComponent<M3eNavMenuElement, {}>;
|
|
17
|
+
//# sourceMappingURL=NavMenu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavMenu.d.ts","sourceRoot":"","sources":["../../../src/nav-menu/NavMenu.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACtD,YAAY,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,UAAU,+DAIrB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { M3eNavMenuItemElement } from "@m3e/web/nav-menu";
|
|
2
|
+
export type { M3eNavMenuItemElement } from "@m3e/web/nav-menu";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-nav-menu-item` Web Component from `@m3e/nav-menu`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-nav-menu-item>` 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-nav-menu-item>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-nav-menu-item` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eNavMenuItem: import("@lit/react").ReactWebComponent<M3eNavMenuItemElement, {
|
|
17
|
+
onOpening: string;
|
|
18
|
+
onOpened: string;
|
|
19
|
+
onClosing: string;
|
|
20
|
+
onClosed: string;
|
|
21
|
+
onClick: string;
|
|
22
|
+
}>;
|
|
23
|
+
//# sourceMappingURL=NavMenuItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavMenuItem.d.ts","sourceRoot":"","sources":["../../../src/nav-menu/NavMenuItem.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,YAAY,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAE/D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,cAAc;;;;;;EAWzB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { M3eNavMenuItemGroupElement } from "@m3e/web/nav-menu";
|
|
2
|
+
export type { M3eNavMenuItemGroupElement } from "@m3e/web/nav-menu";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-nav-menu-item-group` Web Component from `@m3e/nav-menu`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-nav-menu-item-group>` 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-nav-menu-item-group>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-nav-menu-item-group` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eNavMenuItemGroup: import("@lit/react").ReactWebComponent<M3eNavMenuItemGroupElement, {}>;
|
|
17
|
+
//# sourceMappingURL=NavMenuItemGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavMenuItemGroup.d.ts","sourceRoot":"","sources":["../../../src/nav-menu/NavMenuItemGroup.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,0BAA0B,EAAE,MAAM,mBAAmB,CAAC;AAC/D,YAAY,EAAE,0BAA0B,EAAE,MAAM,mBAAmB,CAAC;AAEpE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,mBAAmB,wEAI9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/nav-menu/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { M3eNavRailElement } from "@m3e/web/nav-rail";
|
|
2
|
+
export type { M3eNavRailElement } from "@m3e/web/nav-rail";
|
|
3
|
+
/**
|
|
4
|
+
* React binding for the `m3e-nav-rail` Web Component from `@m3e/nav-rail`.
|
|
5
|
+
*
|
|
6
|
+
* This component renders the underlying `<m3e-nav-rail>` 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-nav-rail>` instance for imperative access.
|
|
12
|
+
*
|
|
13
|
+
* See the `m3e-nav-rail` documentation for full details on behavior, styling,
|
|
14
|
+
* accessibility, and supported events.
|
|
15
|
+
*/
|
|
16
|
+
export declare const M3eNavRail: import("@lit/react").ReactWebComponent<M3eNavRailElement, {
|
|
17
|
+
onChange: string;
|
|
18
|
+
}>;
|
|
19
|
+
//# sourceMappingURL=NavRail.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavRail.d.ts","sourceRoot":"","sources":["../../../src/nav-rail/NavRail.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACtD,YAAY,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,UAAU;;EAOrB,CAAC"}
|