@deepfuture/dui-components 0.0.14 → 0.0.15
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/all.d.ts +76 -38
- package/all.js +76 -38
- package/package.json +2 -2
package/all.d.ts
CHANGED
|
@@ -12,64 +12,102 @@
|
|
|
12
12
|
* ```
|
|
13
13
|
*/
|
|
14
14
|
import type { LitElement } from "lit";
|
|
15
|
-
|
|
15
|
+
import { DuiAccordion, DuiAccordionItem } from "./accordion/index.js";
|
|
16
|
+
export { DuiAccordion, DuiAccordionItem };
|
|
16
17
|
export type { AccordionContext } from "./accordion/index.js";
|
|
17
|
-
|
|
18
|
+
import { DuiAlertDialog, DuiAlertDialogTrigger, DuiAlertDialogPopup, DuiAlertDialogClose } from "./alert-dialog/index.js";
|
|
19
|
+
export { DuiAlertDialog, DuiAlertDialogTrigger, DuiAlertDialogPopup, DuiAlertDialogClose, };
|
|
18
20
|
export type { AlertDialogOpenChangeDetail, AlertDialogContext, } from "./alert-dialog/index.js";
|
|
19
|
-
|
|
21
|
+
import { DuiAvatar } from "./avatar/index.js";
|
|
22
|
+
export { DuiAvatar };
|
|
20
23
|
export type { ImageStatus } from "./avatar/index.js";
|
|
21
|
-
|
|
22
|
-
export {
|
|
23
|
-
|
|
24
|
-
export {
|
|
25
|
-
|
|
24
|
+
import { DuiBadge } from "./badge/index.js";
|
|
25
|
+
export { DuiBadge };
|
|
26
|
+
import { DuiBreadcrumb, DuiBreadcrumbItem, DuiBreadcrumbLink, DuiBreadcrumbPage, DuiBreadcrumbSeparator, DuiBreadcrumbEllipsis } from "./breadcrumb/index.js";
|
|
27
|
+
export { DuiBreadcrumb, DuiBreadcrumbItem, DuiBreadcrumbLink, DuiBreadcrumbPage, DuiBreadcrumbSeparator, DuiBreadcrumbEllipsis, };
|
|
28
|
+
import { DuiButton } from "./button/index.js";
|
|
29
|
+
export { DuiButton };
|
|
30
|
+
import { DuiCalendar } from "./calendar/index.js";
|
|
31
|
+
export { DuiCalendar };
|
|
32
|
+
import { DuiCheckbox, DuiCheckboxGroup } from "./checkbox/index.js";
|
|
33
|
+
export { DuiCheckbox, DuiCheckboxGroup };
|
|
26
34
|
export type { CheckboxGroupContext } from "./checkbox/index.js";
|
|
27
|
-
|
|
28
|
-
export {
|
|
35
|
+
import { DuiCollapsible } from "./collapsible/index.js";
|
|
36
|
+
export { DuiCollapsible };
|
|
37
|
+
import { DuiCombobox } from "./combobox/index.js";
|
|
38
|
+
export { DuiCombobox };
|
|
29
39
|
export type { SelectOption as ComboboxSelectOption, ComboboxValueChangeDetail, ComboboxValuesChangeDetail, } from "./combobox/index.js";
|
|
30
|
-
|
|
40
|
+
import { DuiCommand, DuiCommandInput, DuiCommandList, DuiCommandGroup, DuiCommandItem, DuiCommandEmpty, DuiCommandSeparator, DuiCommandShortcut } from "./command/index.js";
|
|
41
|
+
export { DuiCommand, DuiCommandInput, DuiCommandList, DuiCommandGroup, DuiCommandItem, DuiCommandEmpty, DuiCommandSeparator, DuiCommandShortcut, };
|
|
31
42
|
export type { CommandContext, CommandItemEntry } from "./command/index.js";
|
|
32
|
-
|
|
43
|
+
import { DuiDataTable } from "./data-table/index.js";
|
|
44
|
+
export { DuiDataTable };
|
|
33
45
|
export type { ColumnDef, SortDirection, SortState, PageState, } from "./data-table/index.js";
|
|
34
|
-
|
|
46
|
+
import { DuiDialog, DuiDialogTrigger, DuiDialogPopup, DuiDialogClose } from "./dialog/index.js";
|
|
47
|
+
export { DuiDialog, DuiDialogTrigger, DuiDialogPopup, DuiDialogClose, };
|
|
35
48
|
export type { DialogOpenChangeDetail, DialogContext } from "./dialog/index.js";
|
|
36
|
-
|
|
49
|
+
import { DuiDropzone } from "./dropzone/index.js";
|
|
50
|
+
export { DuiDropzone };
|
|
37
51
|
export type { DropzoneErrorCode, DropzoneRejectionCode, FileRejectionError, RejectedFile, DropzoneDropDetail, DropzoneAcceptedDetail, DropzoneRejectedDetail, DropzoneErrorDetail, } from "./dropzone/index.js";
|
|
38
|
-
|
|
39
|
-
export {
|
|
40
|
-
|
|
41
|
-
export {
|
|
42
|
-
|
|
52
|
+
import { DuiIcon } from "./icon/index.js";
|
|
53
|
+
export { DuiIcon };
|
|
54
|
+
import { DuiInput } from "./input/index.js";
|
|
55
|
+
export { DuiInput };
|
|
56
|
+
import { DuiLink } from "./link/index.js";
|
|
57
|
+
export { DuiLink };
|
|
58
|
+
import { DuiMenu, DuiMenuItem } from "./menu/index.js";
|
|
59
|
+
export { DuiMenu, DuiMenuItem };
|
|
60
|
+
import { DuiMenubar } from "./menubar/index.js";
|
|
61
|
+
export { DuiMenubar };
|
|
43
62
|
export type { MenubarContext } from "./menubar/index.js";
|
|
44
|
-
|
|
45
|
-
export {
|
|
63
|
+
import { DuiNumberField } from "./number-field/index.js";
|
|
64
|
+
export { DuiNumberField };
|
|
65
|
+
import { DuiPopover, DuiPopoverTrigger, DuiPopoverPopup, DuiPopoverClose } from "./popover/index.js";
|
|
66
|
+
export { DuiPopover, DuiPopoverTrigger, DuiPopoverPopup, DuiPopoverClose, };
|
|
46
67
|
export type { PopoverOpenChangeDetail, PopoverContext, PopoverSide, } from "./popover/index.js";
|
|
47
|
-
|
|
68
|
+
import { DuiPortal } from "./portal/index.js";
|
|
69
|
+
export { DuiPortal };
|
|
48
70
|
export type { QueryRoot } from "./portal/index.js";
|
|
49
|
-
|
|
71
|
+
import { DuiPreviewCard, DuiPreviewCardTrigger, DuiPreviewCardPopup } from "./preview-card/index.js";
|
|
72
|
+
export { DuiPreviewCard, DuiPreviewCardTrigger, DuiPreviewCardPopup, };
|
|
50
73
|
export type { PreviewCardOpenChangeDetail, PreviewCardContext, PreviewCardSide, } from "./preview-card/index.js";
|
|
51
|
-
|
|
52
|
-
export {
|
|
74
|
+
import { DuiProgress } from "./progress/index.js";
|
|
75
|
+
export { DuiProgress };
|
|
76
|
+
import { DuiRadio, DuiRadioGroup } from "./radio/index.js";
|
|
77
|
+
export { DuiRadio, DuiRadioGroup };
|
|
53
78
|
export type { RadioGroupContext } from "./radio/index.js";
|
|
54
|
-
|
|
55
|
-
export {
|
|
79
|
+
import { DuiScrollArea } from "./scroll-area/index.js";
|
|
80
|
+
export { DuiScrollArea };
|
|
81
|
+
import { DuiSelect } from "./select/index.js";
|
|
82
|
+
export { DuiSelect };
|
|
56
83
|
export type { SelectOption } from "./select/index.js";
|
|
57
|
-
|
|
58
|
-
export {
|
|
84
|
+
import { DuiSeparator } from "./separator/index.js";
|
|
85
|
+
export { DuiSeparator };
|
|
86
|
+
import { DuiSidebarProvider, DuiSidebar, DuiSidebarTrigger, DuiSidebarContent, DuiSidebarHeader, DuiSidebarFooter, DuiSidebarGroup, DuiSidebarGroupLabel, DuiSidebarMenu, DuiSidebarMenuItem, DuiSidebarMenuButton, DuiSidebarSeparator, DuiSidebarInset } from "./sidebar/index.js";
|
|
87
|
+
export { DuiSidebarProvider, DuiSidebar, DuiSidebarTrigger, DuiSidebarContent, DuiSidebarHeader, DuiSidebarFooter, DuiSidebarGroup, DuiSidebarGroupLabel, DuiSidebarMenu, DuiSidebarMenuItem, DuiSidebarMenuButton, DuiSidebarSeparator, DuiSidebarInset, };
|
|
59
88
|
export type { SidebarContext } from "./sidebar/index.js";
|
|
60
|
-
|
|
61
|
-
export {
|
|
62
|
-
|
|
63
|
-
export {
|
|
89
|
+
import { DuiSlider } from "./slider/index.js";
|
|
90
|
+
export { DuiSlider };
|
|
91
|
+
import { DuiSpinner } from "./spinner/index.js";
|
|
92
|
+
export { DuiSpinner };
|
|
93
|
+
import { DuiSwitch } from "./switch/index.js";
|
|
94
|
+
export { DuiSwitch };
|
|
95
|
+
import { DuiTabs, DuiTabsList, DuiTab, DuiTabsPanel, DuiTabsIndicator } from "./tabs/index.js";
|
|
96
|
+
export { DuiTabs, DuiTabsList, DuiTab, DuiTabsPanel, DuiTabsIndicator, };
|
|
64
97
|
export type { TabsContext } from "./tabs/index.js";
|
|
65
|
-
|
|
98
|
+
import { DuiTextarea } from "./textarea/index.js";
|
|
99
|
+
export { DuiTextarea };
|
|
66
100
|
export type { TextareaResize } from "./textarea/index.js";
|
|
67
|
-
|
|
101
|
+
import { DuiToggle, DuiToggleGroup } from "./toggle/index.js";
|
|
102
|
+
export { DuiToggle, DuiToggleGroup };
|
|
68
103
|
export type { ToggleGroupContext } from "./toggle/index.js";
|
|
69
|
-
|
|
70
|
-
export {
|
|
104
|
+
import { DuiToolbar } from "./toolbar/index.js";
|
|
105
|
+
export { DuiToolbar };
|
|
106
|
+
import { DuiTooltip, DuiTooltipTrigger, DuiTooltipPopup } from "./tooltip/index.js";
|
|
107
|
+
export { DuiTooltip, DuiTooltipTrigger, DuiTooltipPopup, };
|
|
71
108
|
export type { TooltipContext, TooltipSide } from "./tooltip/index.js";
|
|
72
|
-
|
|
109
|
+
import { DuiTrunc } from "./trunc/index.js";
|
|
110
|
+
export { DuiTrunc };
|
|
73
111
|
/**
|
|
74
112
|
* All DUI component classes, ready for `applyTheme()`.
|
|
75
113
|
* Includes every component and sub-component.
|
package/all.js
CHANGED
|
@@ -12,81 +12,119 @@
|
|
|
12
12
|
* ```
|
|
13
13
|
*/
|
|
14
14
|
// --- Accordion ---
|
|
15
|
-
|
|
15
|
+
import { DuiAccordion, DuiAccordionItem } from "./accordion/index.js";
|
|
16
|
+
export { DuiAccordion, DuiAccordionItem };
|
|
16
17
|
// --- Alert Dialog ---
|
|
17
|
-
|
|
18
|
+
import { DuiAlertDialog, DuiAlertDialogTrigger, DuiAlertDialogPopup, DuiAlertDialogClose, } from "./alert-dialog/index.js";
|
|
19
|
+
export { DuiAlertDialog, DuiAlertDialogTrigger, DuiAlertDialogPopup, DuiAlertDialogClose, };
|
|
18
20
|
// --- Avatar ---
|
|
19
|
-
|
|
21
|
+
import { DuiAvatar } from "./avatar/index.js";
|
|
22
|
+
export { DuiAvatar };
|
|
20
23
|
// --- Badge ---
|
|
21
|
-
|
|
24
|
+
import { DuiBadge } from "./badge/index.js";
|
|
25
|
+
export { DuiBadge };
|
|
22
26
|
// --- Breadcrumb ---
|
|
23
|
-
|
|
27
|
+
import { DuiBreadcrumb, DuiBreadcrumbItem, DuiBreadcrumbLink, DuiBreadcrumbPage, DuiBreadcrumbSeparator, DuiBreadcrumbEllipsis, } from "./breadcrumb/index.js";
|
|
28
|
+
export { DuiBreadcrumb, DuiBreadcrumbItem, DuiBreadcrumbLink, DuiBreadcrumbPage, DuiBreadcrumbSeparator, DuiBreadcrumbEllipsis, };
|
|
24
29
|
// --- Button ---
|
|
25
|
-
|
|
30
|
+
import { DuiButton } from "./button/index.js";
|
|
31
|
+
export { DuiButton };
|
|
26
32
|
// --- Calendar ---
|
|
27
|
-
|
|
33
|
+
import { DuiCalendar } from "./calendar/index.js";
|
|
34
|
+
export { DuiCalendar };
|
|
28
35
|
// --- Checkbox ---
|
|
29
|
-
|
|
36
|
+
import { DuiCheckbox, DuiCheckboxGroup } from "./checkbox/index.js";
|
|
37
|
+
export { DuiCheckbox, DuiCheckboxGroup };
|
|
30
38
|
// --- Collapsible ---
|
|
31
|
-
|
|
39
|
+
import { DuiCollapsible } from "./collapsible/index.js";
|
|
40
|
+
export { DuiCollapsible };
|
|
32
41
|
// --- Combobox ---
|
|
33
|
-
|
|
42
|
+
import { DuiCombobox } from "./combobox/index.js";
|
|
43
|
+
export { DuiCombobox };
|
|
34
44
|
// --- Command ---
|
|
35
|
-
|
|
45
|
+
import { DuiCommand, DuiCommandInput, DuiCommandList, DuiCommandGroup, DuiCommandItem, DuiCommandEmpty, DuiCommandSeparator, DuiCommandShortcut, } from "./command/index.js";
|
|
46
|
+
export { DuiCommand, DuiCommandInput, DuiCommandList, DuiCommandGroup, DuiCommandItem, DuiCommandEmpty, DuiCommandSeparator, DuiCommandShortcut, };
|
|
36
47
|
// --- Data Table ---
|
|
37
|
-
|
|
48
|
+
import { DuiDataTable } from "./data-table/index.js";
|
|
49
|
+
export { DuiDataTable };
|
|
38
50
|
// --- Dialog ---
|
|
39
|
-
|
|
51
|
+
import { DuiDialog, DuiDialogTrigger, DuiDialogPopup, DuiDialogClose, } from "./dialog/index.js";
|
|
52
|
+
export { DuiDialog, DuiDialogTrigger, DuiDialogPopup, DuiDialogClose, };
|
|
40
53
|
// --- Dropzone ---
|
|
41
|
-
|
|
54
|
+
import { DuiDropzone } from "./dropzone/index.js";
|
|
55
|
+
export { DuiDropzone };
|
|
42
56
|
// --- Icon ---
|
|
43
|
-
|
|
57
|
+
import { DuiIcon } from "./icon/index.js";
|
|
58
|
+
export { DuiIcon };
|
|
44
59
|
// --- Input ---
|
|
45
|
-
|
|
60
|
+
import { DuiInput } from "./input/index.js";
|
|
61
|
+
export { DuiInput };
|
|
46
62
|
// --- Link ---
|
|
47
|
-
|
|
63
|
+
import { DuiLink } from "./link/index.js";
|
|
64
|
+
export { DuiLink };
|
|
48
65
|
// --- Menu ---
|
|
49
|
-
|
|
66
|
+
import { DuiMenu, DuiMenuItem } from "./menu/index.js";
|
|
67
|
+
export { DuiMenu, DuiMenuItem };
|
|
50
68
|
// --- Menubar ---
|
|
51
|
-
|
|
69
|
+
import { DuiMenubar } from "./menubar/index.js";
|
|
70
|
+
export { DuiMenubar };
|
|
52
71
|
// --- Number Field ---
|
|
53
|
-
|
|
72
|
+
import { DuiNumberField } from "./number-field/index.js";
|
|
73
|
+
export { DuiNumberField };
|
|
54
74
|
// --- Popover ---
|
|
55
|
-
|
|
75
|
+
import { DuiPopover, DuiPopoverTrigger, DuiPopoverPopup, DuiPopoverClose, } from "./popover/index.js";
|
|
76
|
+
export { DuiPopover, DuiPopoverTrigger, DuiPopoverPopup, DuiPopoverClose, };
|
|
56
77
|
// --- Portal ---
|
|
57
|
-
|
|
78
|
+
import { DuiPortal } from "./portal/index.js";
|
|
79
|
+
export { DuiPortal };
|
|
58
80
|
// --- Preview Card ---
|
|
59
|
-
|
|
81
|
+
import { DuiPreviewCard, DuiPreviewCardTrigger, DuiPreviewCardPopup, } from "./preview-card/index.js";
|
|
82
|
+
export { DuiPreviewCard, DuiPreviewCardTrigger, DuiPreviewCardPopup, };
|
|
60
83
|
// --- Progress ---
|
|
61
|
-
|
|
84
|
+
import { DuiProgress } from "./progress/index.js";
|
|
85
|
+
export { DuiProgress };
|
|
62
86
|
// --- Radio ---
|
|
63
|
-
|
|
87
|
+
import { DuiRadio, DuiRadioGroup } from "./radio/index.js";
|
|
88
|
+
export { DuiRadio, DuiRadioGroup };
|
|
64
89
|
// --- Scroll Area ---
|
|
65
|
-
|
|
90
|
+
import { DuiScrollArea } from "./scroll-area/index.js";
|
|
91
|
+
export { DuiScrollArea };
|
|
66
92
|
// --- Select ---
|
|
67
|
-
|
|
93
|
+
import { DuiSelect } from "./select/index.js";
|
|
94
|
+
export { DuiSelect };
|
|
68
95
|
// --- Separator ---
|
|
69
|
-
|
|
96
|
+
import { DuiSeparator } from "./separator/index.js";
|
|
97
|
+
export { DuiSeparator };
|
|
70
98
|
// --- Sidebar ---
|
|
71
|
-
|
|
99
|
+
import { DuiSidebarProvider, DuiSidebar, DuiSidebarTrigger, DuiSidebarContent, DuiSidebarHeader, DuiSidebarFooter, DuiSidebarGroup, DuiSidebarGroupLabel, DuiSidebarMenu, DuiSidebarMenuItem, DuiSidebarMenuButton, DuiSidebarSeparator, DuiSidebarInset, } from "./sidebar/index.js";
|
|
100
|
+
export { DuiSidebarProvider, DuiSidebar, DuiSidebarTrigger, DuiSidebarContent, DuiSidebarHeader, DuiSidebarFooter, DuiSidebarGroup, DuiSidebarGroupLabel, DuiSidebarMenu, DuiSidebarMenuItem, DuiSidebarMenuButton, DuiSidebarSeparator, DuiSidebarInset, };
|
|
72
101
|
// --- Slider ---
|
|
73
|
-
|
|
102
|
+
import { DuiSlider } from "./slider/index.js";
|
|
103
|
+
export { DuiSlider };
|
|
74
104
|
// --- Spinner ---
|
|
75
|
-
|
|
105
|
+
import { DuiSpinner } from "./spinner/index.js";
|
|
106
|
+
export { DuiSpinner };
|
|
76
107
|
// --- Switch ---
|
|
77
|
-
|
|
108
|
+
import { DuiSwitch } from "./switch/index.js";
|
|
109
|
+
export { DuiSwitch };
|
|
78
110
|
// --- Tabs ---
|
|
79
|
-
|
|
111
|
+
import { DuiTabs, DuiTabsList, DuiTab, DuiTabsPanel, DuiTabsIndicator, } from "./tabs/index.js";
|
|
112
|
+
export { DuiTabs, DuiTabsList, DuiTab, DuiTabsPanel, DuiTabsIndicator, };
|
|
80
113
|
// --- Textarea ---
|
|
81
|
-
|
|
114
|
+
import { DuiTextarea } from "./textarea/index.js";
|
|
115
|
+
export { DuiTextarea };
|
|
82
116
|
// --- Toggle ---
|
|
83
|
-
|
|
117
|
+
import { DuiToggle, DuiToggleGroup } from "./toggle/index.js";
|
|
118
|
+
export { DuiToggle, DuiToggleGroup };
|
|
84
119
|
// --- Toolbar ---
|
|
85
|
-
|
|
120
|
+
import { DuiToolbar } from "./toolbar/index.js";
|
|
121
|
+
export { DuiToolbar };
|
|
86
122
|
// --- Tooltip ---
|
|
87
|
-
|
|
123
|
+
import { DuiTooltip, DuiTooltipTrigger, DuiTooltipPopup, } from "./tooltip/index.js";
|
|
124
|
+
export { DuiTooltip, DuiTooltipTrigger, DuiTooltipPopup, };
|
|
88
125
|
// --- Trunc ---
|
|
89
|
-
|
|
126
|
+
import { DuiTrunc } from "./trunc/index.js";
|
|
127
|
+
export { DuiTrunc };
|
|
90
128
|
/**
|
|
91
129
|
* All DUI component classes, ready for `applyTheme()`.
|
|
92
130
|
* Includes every component and sub-component.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepfuture/dui-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "DUI unstyled web components — structural CSS only, themed via applyTheme()",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"README.md"
|
|
179
179
|
],
|
|
180
180
|
"dependencies": {
|
|
181
|
-
"@deepfuture/dui-core": "0.0.
|
|
181
|
+
"@deepfuture/dui-core": "0.0.15",
|
|
182
182
|
"lit": "^3.3.2",
|
|
183
183
|
"@lit/context": "^1.1.3"
|
|
184
184
|
},
|