@getufy/flint-ui-react 0.3.0 → 0.4.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/README.md +1 -1
- package/dist/accordion.d.ts +1 -1
- package/dist/alert.d.ts +1 -1
- package/dist/autocomplete.d.ts +1 -1
- package/dist/backdrop.d.ts +1 -1
- package/dist/button.d.ts +2 -2
- package/dist/carousel.d.ts +1 -1
- package/dist/checkbox.d.ts +1 -1
- package/dist/chip.d.ts +1 -1
- package/dist/chip.js +2 -2
- package/dist/collapsible.d.ts +1 -1
- package/dist/command.d.ts +2 -2
- package/dist/components/FlintAccordion.js +15 -0
- package/dist/components/FlintAccordionActions.js +12 -0
- package/dist/components/FlintAccordionDetails.js +12 -0
- package/dist/components/FlintAccordionSummary.js +15 -0
- package/dist/components/FlintAlert.js +15 -0
- package/dist/components/FlintAppBar.js +12 -0
- package/dist/components/FlintAutocomplete.js +15 -0
- package/dist/components/FlintAvatar.js +12 -0
- package/dist/components/FlintBackdrop.js +15 -0
- package/dist/components/FlintBadge.js +12 -0
- package/dist/components/FlintBottomNavigation.d.ts +1 -1
- package/dist/components/FlintBottomNavigation.js +15 -0
- package/dist/components/FlintBottomNavigationAction.js +12 -0
- package/dist/components/FlintBox.js +15 -0
- package/dist/components/FlintBreadcrumbs.js +12 -0
- package/dist/components/FlintButton.js +12 -0
- package/dist/components/FlintButtonGroup.js +12 -0
- package/dist/components/FlintCard.js +12 -0
- package/dist/components/FlintCardActionArea.js +12 -0
- package/dist/components/FlintCardActions.js +12 -0
- package/dist/components/FlintCardContent.js +12 -0
- package/dist/components/FlintCardHeader.js +12 -0
- package/dist/components/FlintCardMedia.js +12 -0
- package/dist/components/FlintCarousel.js +15 -0
- package/dist/components/FlintCarouselContent.js +12 -0
- package/dist/components/FlintCarouselItem.js +12 -0
- package/dist/components/FlintCarouselNext.js +12 -0
- package/dist/components/FlintCarouselPrevious.js +12 -0
- package/dist/components/FlintCheckbox.js +15 -0
- package/dist/components/FlintChip.d.ts +3 -2
- package/dist/components/FlintChip.js +16 -0
- package/dist/components/FlintCircularProgress.js +12 -0
- package/dist/components/FlintCollapsible.js +15 -0
- package/dist/components/FlintCollapsibleContent.js +12 -0
- package/dist/components/FlintCollapsibleTrigger.js +12 -0
- package/dist/components/FlintCommand.js +15 -0
- package/dist/components/FlintCommandDialog.js +15 -0
- package/dist/components/FlintCommandEmpty.js +12 -0
- package/dist/components/FlintCommandGroup.js +12 -0
- package/dist/components/FlintCommandInput.js +12 -0
- package/dist/components/FlintCommandItem.js +15 -0
- package/dist/components/FlintCommandList.js +12 -0
- package/dist/components/FlintCommandSeparator.js +12 -0
- package/dist/components/FlintCommandShortcut.js +12 -0
- package/dist/components/FlintContainer.js +12 -0
- package/dist/components/FlintCopyButton.js +16 -0
- package/dist/components/FlintDateField.js +16 -0
- package/dist/components/FlintDatePicker.d.ts +4 -4
- package/dist/components/FlintDatePicker.js +15 -0
- package/dist/components/FlintDatePickerCalendar.js +15 -0
- package/dist/components/FlintDateRangeCalendar.js +15 -0
- package/dist/components/FlintDateRangePicker.js +15 -0
- package/dist/components/FlintDesktopTimePicker.d.ts +4 -4
- package/dist/components/FlintDesktopTimePicker.js +15 -0
- package/dist/components/FlintDialog.d.ts +2 -2
- package/dist/components/FlintDialog.js +15 -0
- package/dist/components/FlintDialogActions.js +12 -0
- package/dist/components/FlintDialogContent.js +12 -0
- package/dist/components/FlintDialogContentText.js +12 -0
- package/dist/components/FlintDialogTitle.js +12 -0
- package/dist/components/FlintDigitalClock.d.ts +4 -4
- package/dist/components/FlintDigitalClock.js +15 -0
- package/dist/components/FlintDivider.js +12 -0
- package/dist/components/FlintDrawer.js +15 -0
- package/dist/components/FlintEmpty.js +12 -0
- package/dist/components/FlintEmptyContent.js +12 -0
- package/dist/components/FlintEmptyDescription.js +12 -0
- package/dist/components/FlintEmptyHeader.js +12 -0
- package/dist/components/FlintEmptyMedia.js +12 -0
- package/dist/components/FlintEmptyTitle.js +12 -0
- package/dist/components/FlintFab.js +12 -0
- package/dist/components/FlintFormatDate.js +12 -0
- package/dist/components/FlintFormatNumber.js +12 -0
- package/dist/components/FlintGrid.js +12 -0
- package/dist/components/FlintHoverCard.d.ts +10 -0
- package/dist/components/FlintHoverCard.js +16 -0
- package/dist/components/FlintHoverCardContent.js +12 -0
- package/dist/components/FlintHoverCardTrigger.js +12 -0
- package/dist/components/FlintImageComparer.js +15 -0
- package/dist/components/FlintImageList.js +12 -0
- package/dist/components/FlintImageListItem.js +12 -0
- package/dist/components/FlintImageListItemBar.js +12 -0
- package/dist/components/FlintInput.js +16 -0
- package/dist/components/FlintInputOtp.js +16 -0
- package/dist/components/FlintInputOtpGroup.js +12 -0
- package/dist/components/FlintInputOtpSeparator.js +12 -0
- package/dist/components/FlintInputOtpSlot.js +12 -0
- package/dist/components/FlintItem.js +12 -0
- package/dist/components/FlintItemActions.js +12 -0
- package/dist/components/FlintItemContent.js +12 -0
- package/dist/components/FlintItemDescription.js +12 -0
- package/dist/components/FlintItemFooter.js +12 -0
- package/dist/components/FlintItemGroup.js +12 -0
- package/dist/components/FlintItemHeader.js +12 -0
- package/dist/components/FlintItemMedia.js +12 -0
- package/dist/components/FlintItemSeparator.js +12 -0
- package/dist/components/FlintItemTitle.js +12 -0
- package/dist/components/FlintKbd.js +12 -0
- package/dist/components/FlintKbdGroup.js +12 -0
- package/dist/components/FlintLinearProgress.js +12 -0
- package/dist/components/FlintLink.d.ts +1 -0
- package/dist/components/FlintLink.js +12 -0
- package/dist/components/FlintList.js +12 -0
- package/dist/components/FlintListItem.js +12 -0
- package/dist/components/FlintListItemAvatar.js +12 -0
- package/dist/components/FlintListItemButton.js +12 -0
- package/dist/components/FlintListItemIcon.js +12 -0
- package/dist/components/FlintListItemText.js +12 -0
- package/dist/components/FlintListSubheader.js +12 -0
- package/dist/components/FlintMenu.d.ts +1 -1
- package/dist/components/FlintMenu.js +15 -0
- package/dist/components/FlintMenuDivider.js +12 -0
- package/dist/components/FlintMenuGroup.js +12 -0
- package/dist/components/FlintMenuItem.js +15 -0
- package/dist/components/FlintMenubar.d.ts +6 -0
- package/dist/components/FlintMenubar.js +17 -0
- package/dist/components/FlintMenubarCheckboxItem.js +15 -0
- package/dist/components/FlintMenubarContent.js +15 -0
- package/dist/components/FlintMenubarGroup.js +12 -0
- package/dist/components/FlintMenubarItem.js +15 -0
- package/dist/components/FlintMenubarMenu.js +12 -0
- package/dist/components/FlintMenubarRadioGroup.js +15 -0
- package/dist/components/FlintMenubarRadioItem.js +15 -0
- package/dist/components/FlintMenubarSeparator.js +12 -0
- package/dist/components/FlintMenubarShortcut.js +12 -0
- package/dist/components/FlintMenubarSub.js +12 -0
- package/dist/components/FlintMenubarSubContent.js +12 -0
- package/dist/components/FlintMenubarSubTrigger.js +12 -0
- package/dist/components/FlintMenubarTrigger.js +12 -0
- package/dist/components/FlintMobileStepper.d.ts +4 -0
- package/dist/components/FlintMobileStepper.js +16 -0
- package/dist/components/FlintMobileTimePicker.d.ts +3 -3
- package/dist/components/FlintMobileTimePicker.js +15 -0
- package/dist/components/FlintMultiSectionDigitalClock.d.ts +4 -4
- package/dist/components/FlintMultiSectionDigitalClock.js +15 -0
- package/dist/components/FlintNavigationMenu.js +12 -0
- package/dist/components/FlintNavigationMenuContent.js +15 -0
- package/dist/components/FlintNavigationMenuItem.js +16 -0
- package/dist/components/FlintNavigationMenuLink.js +12 -0
- package/dist/components/FlintNavigationMenuList.js +12 -0
- package/dist/components/FlintNavigationMenuTrigger.js +15 -0
- package/dist/components/FlintPagination.js +15 -0
- package/dist/components/FlintPaper.js +12 -0
- package/dist/components/FlintRadio.js +15 -0
- package/dist/components/FlintRadioGroup.js +15 -0
- package/dist/components/FlintRangeSlider.d.ts +5 -2
- package/dist/components/FlintRangeSlider.js +15 -0
- package/dist/components/FlintRating.js +15 -0
- package/dist/components/FlintRelativeTime.js +12 -0
- package/dist/components/FlintResizableGroup.js +17 -0
- package/dist/components/FlintResizableHandle.js +12 -0
- package/dist/components/FlintResizablePanel.js +12 -0
- package/dist/components/FlintRichTreeView.js +18 -0
- package/dist/components/FlintScrollArea.js +12 -0
- package/dist/components/FlintScrollBar.js +12 -0
- package/dist/components/FlintSelect.d.ts +1 -1
- package/dist/components/FlintSelect.js +15 -0
- package/dist/components/FlintSimpleTreeView.js +16 -0
- package/dist/components/FlintSingleInputDateRangeField.js +16 -0
- package/dist/components/FlintSkeleton.js +12 -0
- package/dist/components/FlintSlider.js +15 -0
- package/dist/components/FlintSnackbar.js +16 -0
- package/dist/components/FlintSpeedDial.d.ts +10 -0
- package/dist/components/FlintSpeedDial.js +16 -0
- package/dist/components/FlintSpeedDialAction.js +15 -0
- package/dist/components/FlintSplitPanel.js +15 -0
- package/dist/components/FlintStack.js +12 -0
- package/dist/components/FlintStaticTimePicker.d.ts +3 -3
- package/dist/components/FlintStaticTimePicker.js +15 -0
- package/dist/components/FlintStep.js +15 -0
- package/dist/components/FlintStepConnector.js +12 -0
- package/dist/components/FlintStepContent.js +12 -0
- package/dist/components/FlintStepLabel.js +12 -0
- package/dist/components/FlintStepper.d.ts +4 -1
- package/dist/components/FlintStepper.js +15 -0
- package/dist/components/FlintSwitch.js +15 -0
- package/dist/components/FlintTab.js +15 -0
- package/dist/components/FlintTabList.js +15 -0
- package/dist/components/FlintTabPanel.js +12 -0
- package/dist/components/FlintTable.js +12 -0
- package/dist/components/FlintTableBody.js +12 -0
- package/dist/components/FlintTableCell.js +12 -0
- package/dist/components/FlintTableContainer.js +12 -0
- package/dist/components/FlintTableFooter.js +12 -0
- package/dist/components/FlintTableHead.js +12 -0
- package/dist/components/FlintTablePagination.js +16 -0
- package/dist/components/FlintTableRow.js +12 -0
- package/dist/components/FlintTableSortLabel.js +12 -0
- package/dist/components/FlintTabs.js +15 -0
- package/dist/components/FlintTextField.d.ts +7 -7
- package/dist/components/FlintTextField.js +16 -0
- package/dist/components/FlintTextarea.js +16 -0
- package/dist/components/FlintTimeClock.d.ts +4 -4
- package/dist/components/FlintTimeClock.js +16 -0
- package/dist/components/FlintTimeField.d.ts +4 -4
- package/dist/components/FlintTimeField.js +16 -0
- package/dist/components/FlintTimePicker.d.ts +3 -3
- package/dist/components/FlintTimePicker.js +15 -0
- package/dist/components/FlintToaster.js +12 -0
- package/dist/components/FlintToggle.js +15 -0
- package/dist/components/FlintToggleButton.js +15 -0
- package/dist/components/FlintToggleButtonGroup.js +15 -0
- package/dist/components/FlintTooltip.js +12 -0
- package/dist/components/FlintTransferList.d.ts +4 -4
- package/dist/components/FlintTransferList.js +15 -0
- package/dist/components/FlintTreeItem.js +16 -0
- package/dist/components/FlintTypography.js +12 -0
- package/dist/components/FlintVisuallyHidden.js +12 -0
- package/dist/copy-button.d.ts +1 -1
- package/dist/date-field.d.ts +1 -1
- package/dist/date-picker.d.ts +2 -2
- package/dist/date-picker.js +2 -2
- package/dist/dialog.d.ts +1 -1
- package/dist/dialog.js +2 -2
- package/dist/drawer.d.ts +1 -1
- package/dist/events/flint-accordion-summary.js +7 -0
- package/dist/events/flint-accordion.js +7 -0
- package/dist/events/flint-alert.js +7 -0
- package/dist/events/flint-autocomplete.js +7 -0
- package/dist/events/flint-backdrop.js +7 -0
- package/dist/events/flint-bottom-navigation.js +7 -0
- package/dist/events/flint-box.js +7 -0
- package/dist/events/flint-carousel.js +7 -0
- package/dist/events/flint-checkbox.js +7 -0
- package/dist/events/flint-chip.d.ts +1 -1
- package/dist/events/flint-chip.js +8 -0
- package/dist/events/flint-collapsible.js +7 -0
- package/dist/events/flint-command-dialog.js +7 -0
- package/dist/events/flint-command-item.js +7 -0
- package/dist/events/flint-command.js +7 -0
- package/dist/events/flint-copy-button.js +8 -0
- package/dist/events/flint-date-field.js +8 -0
- package/dist/events/flint-date-picker-calendar.js +7 -0
- package/dist/events/flint-date-picker.d.ts +1 -1
- package/dist/events/flint-date-picker.js +7 -0
- package/dist/events/flint-date-range-calendar.js +7 -0
- package/dist/events/flint-date-range-picker.js +7 -0
- package/dist/events/flint-desktop-time-picker.d.ts +1 -1
- package/dist/events/flint-desktop-time-picker.js +7 -0
- package/dist/events/flint-dialog.d.ts +1 -1
- package/dist/events/flint-dialog.js +7 -0
- package/dist/events/flint-digital-clock.d.ts +1 -1
- package/dist/events/flint-digital-clock.js +7 -0
- package/dist/events/flint-drawer.js +7 -0
- package/dist/events/flint-hover-card.d.ts +4 -0
- package/dist/events/flint-hover-card.js +8 -0
- package/dist/events/flint-image-comparer.js +7 -0
- package/dist/events/flint-input-otp.js +8 -0
- package/dist/events/flint-input.js +8 -0
- package/dist/events/flint-menu-item.js +7 -0
- package/dist/events/flint-menu.js +7 -0
- package/dist/events/flint-menubar-checkbox-item.js +7 -0
- package/dist/events/flint-menubar-content.js +7 -0
- package/dist/events/flint-menubar-item.js +7 -0
- package/dist/events/flint-menubar-radio-group.js +7 -0
- package/dist/events/flint-menubar-radio-item.js +7 -0
- package/dist/events/flint-menubar.d.ts +5 -0
- package/dist/events/flint-menubar.js +9 -0
- package/dist/events/flint-mobile-stepper.d.ts +4 -0
- package/dist/events/flint-mobile-stepper.js +8 -0
- package/dist/events/flint-mobile-time-picker.d.ts +1 -1
- package/dist/events/flint-mobile-time-picker.js +7 -0
- package/dist/events/flint-multi-section-digital-clock.d.ts +1 -1
- package/dist/events/flint-multi-section-digital-clock.js +7 -0
- package/dist/events/flint-navigation-menu-content.js +7 -0
- package/dist/events/flint-navigation-menu-item.js +8 -0
- package/dist/events/flint-navigation-menu-trigger.js +7 -0
- package/dist/events/flint-pagination.js +7 -0
- package/dist/events/flint-radio-group.js +7 -0
- package/dist/events/flint-radio.js +7 -0
- package/dist/events/flint-range-slider.js +7 -0
- package/dist/events/flint-rating.js +7 -0
- package/dist/events/flint-resizable-group.js +9 -0
- package/dist/events/flint-rich-tree-view.js +10 -0
- package/dist/events/flint-select.js +7 -0
- package/dist/events/flint-simple-tree-view.js +8 -0
- package/dist/events/flint-single-input-date-range-field.js +8 -0
- package/dist/events/flint-slider.js +7 -0
- package/dist/events/flint-snackbar.js +8 -0
- package/dist/events/flint-speed-dial-action.js +7 -0
- package/dist/events/flint-speed-dial.d.ts +4 -0
- package/dist/events/flint-speed-dial.js +8 -0
- package/dist/events/flint-split-panel.js +7 -0
- package/dist/events/flint-static-time-picker.d.ts +1 -1
- package/dist/events/flint-static-time-picker.js +7 -0
- package/dist/events/flint-step.js +7 -0
- package/dist/events/flint-stepper.js +7 -0
- package/dist/events/flint-switch.js +7 -0
- package/dist/events/flint-tab-list.js +7 -0
- package/dist/events/flint-tab.js +7 -0
- package/dist/events/flint-table-pagination.js +8 -0
- package/dist/events/flint-tabs.js +7 -0
- package/dist/events/flint-text-field.d.ts +2 -2
- package/dist/events/flint-text-field.js +8 -0
- package/dist/events/flint-textarea.js +8 -0
- package/dist/events/flint-time-clock.d.ts +1 -1
- package/dist/events/flint-time-clock.js +8 -0
- package/dist/events/flint-time-field.d.ts +1 -1
- package/dist/events/flint-time-field.js +8 -0
- package/dist/events/flint-time-picker.d.ts +1 -1
- package/dist/events/flint-time-picker.js +7 -0
- package/dist/events/flint-toggle-button-group.js +7 -0
- package/dist/events/flint-toggle-button.js +7 -0
- package/dist/events/flint-toggle.js +7 -0
- package/dist/events/flint-transfer-list.d.ts +1 -1
- package/dist/events/flint-transfer-list.js +7 -0
- package/dist/events/flint-tree-item.js +8 -0
- package/dist/events/index.d.ts +4 -0
- package/dist/events/index.js +476 -0
- package/dist/flint-range-slider.d.ts +1 -1
- package/dist/hover-card.d.ts +2 -1
- package/dist/hover-card.js +12 -1
- package/dist/image-comparer.d.ts +1 -1
- package/dist/index.d.ts +57 -57
- package/dist/index.js +78 -32
- package/dist/input-otp.d.ts +1 -1
- package/dist/input.d.ts +1 -1
- package/dist/menu.d.ts +1 -1
- package/dist/menubar.d.ts +6 -5
- package/dist/menubar.js +14 -1
- package/dist/navigation-menu.d.ts +1 -1
- package/dist/pagination.d.ts +1 -1
- package/dist/radio.d.ts +2 -2
- package/dist/rating.d.ts +1 -1
- package/dist/select.d.ts +1 -1
- package/dist/slider.d.ts +1 -1
- package/dist/snackbar.d.ts +1 -1
- package/dist/speed-dial.d.ts +3 -2
- package/dist/speed-dial.js +13 -2
- package/dist/split-panel.d.ts +1 -1
- package/dist/stepper.d.ts +3 -2
- package/dist/stepper.js +12 -1
- package/dist/switch.d.ts +1 -1
- package/dist/table.d.ts +1 -1
- package/dist/tabs.d.ts +2 -2
- package/dist/text-field.d.ts +1 -1
- package/dist/text-field.js +4 -4
- package/dist/textarea.d.ts +1 -1
- package/dist/time-picker.d.ts +5 -5
- package/dist/time-picker.js +16 -16
- package/dist/toggle.d.ts +1 -1
- package/dist/transfer-list.d.ts +1 -1
- package/dist/transfer-list.js +2 -2
- package/dist/tree-view.d.ts +2 -2
- package/package.json +2 -2
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintMenubarRadioItem.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintMenubarRadioItem as FlintMenubarRadioItemElement } from "@getufy/flint-ui/menubar/flint-menubar";
|
|
5
|
+
var FlintMenubarRadioItem = createComponent({
|
|
6
|
+
tagName: "flint-menubar-radio-item",
|
|
7
|
+
elementClass: FlintMenubarRadioItemElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintMenubarRadioSelect: "flint-menubar-radio-select"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintMenubarRadioItem
|
|
15
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintMenubarSeparator.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintMenubarSeparator as FlintMenubarSeparatorElement } from "@getufy/flint-ui/menubar/flint-menubar";
|
|
5
|
+
var FlintMenubarSeparator = createComponent({
|
|
6
|
+
tagName: "flint-menubar-separator",
|
|
7
|
+
elementClass: FlintMenubarSeparatorElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintMenubarSeparator
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintMenubarShortcut.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintMenubarShortcut as FlintMenubarShortcutElement } from "@getufy/flint-ui/menubar/flint-menubar";
|
|
5
|
+
var FlintMenubarShortcut = createComponent({
|
|
6
|
+
tagName: "flint-menubar-shortcut",
|
|
7
|
+
elementClass: FlintMenubarShortcutElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintMenubarShortcut
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintMenubarSub.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintMenubarSub as FlintMenubarSubElement } from "@getufy/flint-ui/menubar/flint-menubar";
|
|
5
|
+
var FlintMenubarSub = createComponent({
|
|
6
|
+
tagName: "flint-menubar-sub",
|
|
7
|
+
elementClass: FlintMenubarSubElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintMenubarSub
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintMenubarSubContent.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintMenubarSubContent as FlintMenubarSubContentElement } from "@getufy/flint-ui/menubar/flint-menubar";
|
|
5
|
+
var FlintMenubarSubContent = createComponent({
|
|
6
|
+
tagName: "flint-menubar-sub-content",
|
|
7
|
+
elementClass: FlintMenubarSubContentElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintMenubarSubContent
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintMenubarSubTrigger.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintMenubarSubTrigger as FlintMenubarSubTriggerElement } from "@getufy/flint-ui/menubar/flint-menubar";
|
|
5
|
+
var FlintMenubarSubTrigger = createComponent({
|
|
6
|
+
tagName: "flint-menubar-sub-trigger",
|
|
7
|
+
elementClass: FlintMenubarSubTriggerElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintMenubarSubTrigger
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintMenubarTrigger.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintMenubarTrigger as FlintMenubarTriggerElement } from "@getufy/flint-ui/menubar/flint-menubar";
|
|
5
|
+
var FlintMenubarTrigger = createComponent({
|
|
6
|
+
tagName: "flint-menubar-trigger",
|
|
7
|
+
elementClass: FlintMenubarTriggerElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintMenubarTrigger
|
|
12
|
+
};
|
|
@@ -19,5 +19,9 @@ export interface FlintMobileStepperProps extends React.HTMLAttributes<FlintMobil
|
|
|
19
19
|
backLabel?: string;
|
|
20
20
|
/** Label text for the Next navigation button (supports i18n). */
|
|
21
21
|
nextLabel?: string;
|
|
22
|
+
/** Fired when the back button is clicked. */
|
|
23
|
+
onFlintMobileStepBack?: (event: CustomEvent) => void;
|
|
24
|
+
/** Fired when the next button is clicked. */
|
|
25
|
+
onFlintMobileStepNext?: (event: CustomEvent) => void;
|
|
22
26
|
}
|
|
23
27
|
export declare const FlintMobileStepper: React.ForwardRefExoticComponent<FlintMobileStepperProps & React.RefAttributes<FlintMobileStepperElement>>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// src/components/FlintMobileStepper.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintMobileStepper as FlintMobileStepperElement } from "@getufy/flint-ui/stepper/flint-stepper";
|
|
5
|
+
var FlintMobileStepper = createComponent({
|
|
6
|
+
tagName: "flint-mobile-stepper",
|
|
7
|
+
elementClass: FlintMobileStepperElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintMobileStepBack: "flint-mobile-step-back",
|
|
11
|
+
onFlintMobileStepNext: "flint-mobile-step-next"
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
FlintMobileStepper
|
|
16
|
+
};
|
|
@@ -3,7 +3,7 @@ import { FlintMobileTimePicker as FlintMobileTimePickerElement } from '@getufy/f
|
|
|
3
3
|
/**
|
|
4
4
|
* Mobile Time Picker: a time field with a modal clock dialog.
|
|
5
5
|
*/
|
|
6
|
-
export interface FlintMobileTimePickerProps extends
|
|
6
|
+
export interface FlintMobileTimePickerProps extends React.HTMLAttributes<FlintMobileTimePickerElement> {
|
|
7
7
|
/** Time value in HH:MM:SS format. */
|
|
8
8
|
value?: string;
|
|
9
9
|
/** Field label text. */
|
|
@@ -20,7 +20,7 @@ export interface FlintMobileTimePickerProps extends Omit<React.HTMLAttributes<Fl
|
|
|
20
20
|
helperText?: string;
|
|
21
21
|
/** Error message displayed below the field when in error state. */
|
|
22
22
|
errorMessage?: string;
|
|
23
|
-
/** Fired when the time value changes. */
|
|
24
|
-
|
|
23
|
+
/** Fired when the time value changes. detail: `{ value: string }` */
|
|
24
|
+
onFlintMobileTimePickerChange?: (event: CustomEvent) => void;
|
|
25
25
|
}
|
|
26
26
|
export declare const FlintMobileTimePicker: React.ForwardRefExoticComponent<FlintMobileTimePickerProps & React.RefAttributes<FlintMobileTimePickerElement>>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintMobileTimePicker.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintMobileTimePicker as FlintMobileTimePickerElement } from "@getufy/flint-ui/time-picker/flint-time-picker";
|
|
5
|
+
var FlintMobileTimePicker = createComponent({
|
|
6
|
+
tagName: "flint-mobile-time-picker",
|
|
7
|
+
elementClass: FlintMobileTimePickerElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintMobileTimePickerChange: "flint-mobile-time-picker-change"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintMobileTimePicker
|
|
15
|
+
};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlintMultiSectionDigitalClock as FlintMultiSectionDigitalClockElement } from '@getufy/flint-ui/time-picker/flint-time-picker';
|
|
3
|
-
export interface
|
|
3
|
+
export interface FlintMultiSectionDigitalClockChangeDetail {
|
|
4
4
|
value: string;
|
|
5
5
|
}
|
|
6
6
|
/**
|
|
7
7
|
* Multi Section Digital Clock: hours, minutes, and optional seconds columns.
|
|
8
8
|
*/
|
|
9
|
-
export interface FlintMultiSectionDigitalClockProps extends
|
|
9
|
+
export interface FlintMultiSectionDigitalClockProps extends React.HTMLAttributes<FlintMultiSectionDigitalClockElement> {
|
|
10
10
|
/** Time value in HH:MM:SS format. */
|
|
11
11
|
value?: string;
|
|
12
12
|
/** Whether to use 12-hour (AM/PM) format instead of 24-hour. */
|
|
13
13
|
ampm?: boolean;
|
|
14
14
|
/** Whether to show a seconds column. */
|
|
15
15
|
seconds?: boolean;
|
|
16
|
-
/** Fired when the time value changes. */
|
|
17
|
-
|
|
16
|
+
/** Fired when the time value changes. detail: `{ value: string }` */
|
|
17
|
+
onFlintMultiSectionDigitalClockChange?: (event: CustomEvent<FlintMultiSectionDigitalClockChangeDetail>) => void;
|
|
18
18
|
}
|
|
19
19
|
export declare const FlintMultiSectionDigitalClock: React.ForwardRefExoticComponent<FlintMultiSectionDigitalClockProps & React.RefAttributes<FlintMultiSectionDigitalClockElement>>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintMultiSectionDigitalClock.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintMultiSectionDigitalClock as FlintMultiSectionDigitalClockElement } from "@getufy/flint-ui/time-picker/flint-time-picker";
|
|
5
|
+
var FlintMultiSectionDigitalClock = createComponent({
|
|
6
|
+
tagName: "flint-multi-section-digital-clock",
|
|
7
|
+
elementClass: FlintMultiSectionDigitalClockElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintMultiSectionDigitalClockChange: "flint-multi-section-digital-clock-change"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintMultiSectionDigitalClock
|
|
15
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintNavigationMenu.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintNavigationMenu as FlintNavigationMenuElement } from "@getufy/flint-ui/navigation-menu/flint-navigation-menu";
|
|
5
|
+
var FlintNavigationMenu = createComponent({
|
|
6
|
+
tagName: "flint-navigation-menu",
|
|
7
|
+
elementClass: FlintNavigationMenuElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintNavigationMenu
|
|
12
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintNavigationMenuContent.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintNavigationMenuContent as FlintNavigationMenuContentElement } from "@getufy/flint-ui/navigation-menu/flint-navigation-menu-content";
|
|
5
|
+
var FlintNavigationMenuContent = createComponent({
|
|
6
|
+
tagName: "flint-navigation-menu-content",
|
|
7
|
+
elementClass: FlintNavigationMenuContentElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintNavigationMenuContentToggle: "flint-navigation-menu-content-toggle"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintNavigationMenuContent
|
|
15
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// src/components/FlintNavigationMenuItem.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintNavigationMenuItem as FlintNavigationMenuItemElement } from "@getufy/flint-ui/navigation-menu/flint-navigation-menu-item";
|
|
5
|
+
var FlintNavigationMenuItem = createComponent({
|
|
6
|
+
tagName: "flint-navigation-menu-item",
|
|
7
|
+
elementClass: FlintNavigationMenuItemElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintNavigationMenuTriggerClick: "flint-navigation-menu-trigger-click",
|
|
11
|
+
onFlintNavigationMenuContentToggle: "flint-navigation-menu-content-toggle"
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
FlintNavigationMenuItem
|
|
16
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintNavigationMenuLink.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintNavigationMenuLink as FlintNavigationMenuLinkElement } from "@getufy/flint-ui/navigation-menu/flint-navigation-menu-link";
|
|
5
|
+
var FlintNavigationMenuLink = createComponent({
|
|
6
|
+
tagName: "flint-navigation-menu-link",
|
|
7
|
+
elementClass: FlintNavigationMenuLinkElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintNavigationMenuLink
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintNavigationMenuList.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintNavigationMenuList as FlintNavigationMenuListElement } from "@getufy/flint-ui/navigation-menu/flint-navigation-menu-list";
|
|
5
|
+
var FlintNavigationMenuList = createComponent({
|
|
6
|
+
tagName: "flint-navigation-menu-list",
|
|
7
|
+
elementClass: FlintNavigationMenuListElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintNavigationMenuList
|
|
12
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintNavigationMenuTrigger.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintNavigationMenuTrigger as FlintNavigationMenuTriggerElement } from "@getufy/flint-ui/navigation-menu/flint-navigation-menu-trigger";
|
|
5
|
+
var FlintNavigationMenuTrigger = createComponent({
|
|
6
|
+
tagName: "flint-navigation-menu-trigger",
|
|
7
|
+
elementClass: FlintNavigationMenuTriggerElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintNavigationMenuTriggerClick: "flint-navigation-menu-trigger-click"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintNavigationMenuTrigger
|
|
15
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintPagination.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintPagination as FlintPaginationElement } from "@getufy/flint-ui/pagination/flint-pagination";
|
|
5
|
+
var FlintPagination = createComponent({
|
|
6
|
+
tagName: "flint-pagination",
|
|
7
|
+
elementClass: FlintPaginationElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintPaginationChange: "flint-pagination-change"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintPagination
|
|
15
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintPaper.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintPaper as FlintPaperElement } from "@getufy/flint-ui/paper/flint-paper";
|
|
5
|
+
var FlintPaper = createComponent({
|
|
6
|
+
tagName: "flint-paper",
|
|
7
|
+
elementClass: FlintPaperElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintPaper
|
|
12
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintRadio.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintRadio as FlintRadioElement } from "@getufy/flint-ui/radio/flint-radio";
|
|
5
|
+
var FlintRadio = createComponent({
|
|
6
|
+
tagName: "flint-radio",
|
|
7
|
+
elementClass: FlintRadioElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintRadioSelect: "flint-radio-select"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintRadio
|
|
15
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintRadioGroup.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintRadioGroup as FlintRadioGroupElement } from "@getufy/flint-ui/radio/flint-radio";
|
|
5
|
+
var FlintRadioGroup = createComponent({
|
|
6
|
+
tagName: "flint-radio-group",
|
|
7
|
+
elementClass: FlintRadioGroupElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintRadioGroupChange: "flint-radio-group-change"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintRadioGroup
|
|
15
|
+
};
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlintRangeSlider as FlintRangeSliderElement } from '@getufy/flint-ui/flint-range-slider/flint-range-slider';
|
|
3
|
+
export interface FlintRangeSliderChangeDetail {
|
|
4
|
+
value: [number, number];
|
|
5
|
+
}
|
|
3
6
|
/**
|
|
4
7
|
* A range slider that lets users select a start and end value within a range.
|
|
5
8
|
*/
|
|
6
9
|
export interface FlintRangeSliderProps extends React.HTMLAttributes<FlintRangeSliderElement> {
|
|
7
|
-
value?:
|
|
10
|
+
value?: [number, number];
|
|
8
11
|
/** Minimum allowed value. */
|
|
9
12
|
min?: number;
|
|
10
13
|
/** Maximum allowed value. */
|
|
@@ -20,6 +23,6 @@ export interface FlintRangeSliderProps extends React.HTMLAttributes<FlintRangeSl
|
|
|
20
23
|
/** Whether to display the current start and end values. */
|
|
21
24
|
showValue?: boolean;
|
|
22
25
|
/** When either thumb moves. detail: { value: [number, number] } */
|
|
23
|
-
onFlintRangeSliderChange?: (event: CustomEvent) => void;
|
|
26
|
+
onFlintRangeSliderChange?: (event: CustomEvent<FlintRangeSliderChangeDetail>) => void;
|
|
24
27
|
}
|
|
25
28
|
export declare const FlintRangeSlider: React.ForwardRefExoticComponent<FlintRangeSliderProps & React.RefAttributes<FlintRangeSliderElement>>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintRangeSlider.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintRangeSlider as FlintRangeSliderElement } from "@getufy/flint-ui/flint-range-slider/flint-range-slider";
|
|
5
|
+
var FlintRangeSlider = createComponent({
|
|
6
|
+
tagName: "flint-range-slider",
|
|
7
|
+
elementClass: FlintRangeSliderElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintRangeSliderChange: "flint-range-slider-change"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintRangeSlider
|
|
15
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintRating.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintRating as FlintRatingElement } from "@getufy/flint-ui/rating/flint-rating";
|
|
5
|
+
var FlintRating = createComponent({
|
|
6
|
+
tagName: "flint-rating",
|
|
7
|
+
elementClass: FlintRatingElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintRatingChange: "flint-rating-change"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintRating
|
|
15
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintRelativeTime.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintRelativeTime as FlintRelativeTimeElement } from "@getufy/flint-ui/relative-time/flint-relative-time";
|
|
5
|
+
var FlintRelativeTime = createComponent({
|
|
6
|
+
tagName: "flint-relative-time",
|
|
7
|
+
elementClass: FlintRelativeTimeElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintRelativeTime
|
|
12
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// src/components/FlintResizableGroup.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintResizableGroup as FlintResizableGroupElement } from "@getufy/flint-ui/resizable/flint-resizable";
|
|
5
|
+
var FlintResizableGroup = createComponent({
|
|
6
|
+
tagName: "flint-resizable-group",
|
|
7
|
+
elementClass: FlintResizableGroupElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintResizableCollapse: "flint-resizable-collapse",
|
|
11
|
+
onFlintResizableExpand: "flint-resizable-expand",
|
|
12
|
+
onFlintResizableChange: "flint-resizable-change"
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
FlintResizableGroup
|
|
17
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintResizableHandle.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintResizableHandle as FlintResizableHandleElement } from "@getufy/flint-ui/resizable/flint-resizable";
|
|
5
|
+
var FlintResizableHandle = createComponent({
|
|
6
|
+
tagName: "flint-resizable-handle",
|
|
7
|
+
elementClass: FlintResizableHandleElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintResizableHandle
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintResizablePanel.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintResizablePanel as FlintResizablePanelElement } from "@getufy/flint-ui/resizable/flint-resizable";
|
|
5
|
+
var FlintResizablePanel = createComponent({
|
|
6
|
+
tagName: "flint-resizable-panel",
|
|
7
|
+
elementClass: FlintResizablePanelElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintResizablePanel
|
|
12
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// src/components/FlintRichTreeView.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintRichTreeView as FlintRichTreeViewElement } from "@getufy/flint-ui/tree-view/flint-rich-tree-view";
|
|
5
|
+
var FlintRichTreeView = createComponent({
|
|
6
|
+
tagName: "flint-rich-tree-view",
|
|
7
|
+
elementClass: FlintRichTreeViewElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintTreeViewError: "flint-tree-view-error",
|
|
11
|
+
onFlintTreeViewExpandedItemsChange: "flint-tree-view-expanded-items-change",
|
|
12
|
+
onFlintTreeViewItemClick: "flint-tree-view-item-click",
|
|
13
|
+
onFlintTreeViewItemPositionChange: "flint-tree-view-item-position-change"
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
export {
|
|
17
|
+
FlintRichTreeView
|
|
18
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintScrollArea.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintScrollArea as FlintScrollAreaElement } from "@getufy/flint-ui/scroll-area/flint-scroll-area";
|
|
5
|
+
var FlintScrollArea = createComponent({
|
|
6
|
+
tagName: "flint-scroll-area",
|
|
7
|
+
elementClass: FlintScrollAreaElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintScrollArea
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintScrollBar.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintScrollBar as FlintScrollBarElement } from "@getufy/flint-ui/scroll-area/flint-scroll-area";
|
|
5
|
+
var FlintScrollBar = createComponent({
|
|
6
|
+
tagName: "flint-scroll-bar",
|
|
7
|
+
elementClass: FlintScrollBarElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintScrollBar
|
|
12
|
+
};
|
|
@@ -36,7 +36,7 @@ export interface FlintSelectProps extends Omit<React.HTMLAttributes<FlintSelectE
|
|
|
36
36
|
size?: FlintSelectElement['size'];
|
|
37
37
|
/** Sets the initial value in uncontrolled mode (single-select only). */
|
|
38
38
|
defaultValue?: string;
|
|
39
|
-
/** Dispatched when the selection changes. detail: { value: string
|
|
39
|
+
/** Dispatched when the selection changes. detail: `{ value: string[] }` */
|
|
40
40
|
onFlintSelectChange?: (event: CustomEvent<FlintSelectChangeDetail>) => void;
|
|
41
41
|
}
|
|
42
42
|
export declare const FlintSelect: React.ForwardRefExoticComponent<FlintSelectProps & React.RefAttributes<FlintSelectElement>>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintSelect.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintSelect as FlintSelectElement } from "@getufy/flint-ui/select/flint-select";
|
|
5
|
+
var FlintSelect = createComponent({
|
|
6
|
+
tagName: "flint-select",
|
|
7
|
+
elementClass: FlintSelectElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintSelectChange: "flint-select-change"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintSelect
|
|
15
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// src/components/FlintSimpleTreeView.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintSimpleTreeView as FlintSimpleTreeViewElement } from "@getufy/flint-ui/tree-view/flint-simple-tree-view";
|
|
5
|
+
var FlintSimpleTreeView = createComponent({
|
|
6
|
+
tagName: "flint-simple-tree-view",
|
|
7
|
+
elementClass: FlintSimpleTreeViewElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintTreeViewExpandedItemsChange: "flint-tree-view-expanded-items-change",
|
|
11
|
+
onFlintTreeViewItemClick: "flint-tree-view-item-click"
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
FlintSimpleTreeView
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// src/components/FlintSingleInputDateRangeField.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintSingleInputDateRangeField as FlintSingleInputDateRangeFieldElement } from "@getufy/flint-ui/date-range-picker/flint-single-input-date-range-field";
|
|
5
|
+
var FlintSingleInputDateRangeField = createComponent({
|
|
6
|
+
tagName: "flint-single-input-date-range-field",
|
|
7
|
+
elementClass: FlintSingleInputDateRangeFieldElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintDateRangePickerClear: "flint-date-range-picker-clear",
|
|
11
|
+
onFlintDateRangePickerChange: "flint-date-range-picker-change"
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
FlintSingleInputDateRangeField
|
|
16
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintSkeleton.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintSkeleton as FlintSkeletonElement } from "@getufy/flint-ui/skeleton/flint-skeleton";
|
|
5
|
+
var FlintSkeleton = createComponent({
|
|
6
|
+
tagName: "flint-skeleton",
|
|
7
|
+
elementClass: FlintSkeletonElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintSkeleton
|
|
12
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintSlider.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintSlider as FlintSliderElement } from "@getufy/flint-ui/slider/flint-slider";
|
|
5
|
+
var FlintSlider = createComponent({
|
|
6
|
+
tagName: "flint-slider",
|
|
7
|
+
elementClass: FlintSliderElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintSliderChange: "flint-slider-change"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintSlider
|
|
15
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// src/components/FlintSnackbar.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintSnackbar as FlintSnackbarElement } from "@getufy/flint-ui/snackbar/flint-snackbar";
|
|
5
|
+
var FlintSnackbar = createComponent({
|
|
6
|
+
tagName: "flint-snackbar",
|
|
7
|
+
elementClass: FlintSnackbarElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintSnackbarOpen: "flint-snackbar-open",
|
|
11
|
+
onFlintSnackbarClose: "flint-snackbar-close"
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
FlintSnackbar
|
|
16
|
+
};
|