iryx-ui 0.17.0 → 0.18.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 +18 -0
- package/dist/class-value.d.ts +8 -0
- package/dist/component-names.d.ts +1 -1
- package/dist/component-names.js +1 -1
- package/dist/components/Accordion.vue.d.ts +2 -1
- package/dist/components/Accordion.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Alert.vue.d.ts +2 -1
- package/dist/components/Alert.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/App.vue.d.ts +2 -1
- package/dist/components/App.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/AppShell.vue.d.ts +5 -2
- package/dist/components/AppShell.vue_vue_type_script_setup_true_lang.js +7 -2
- package/dist/components/AspectRatio.vue.d.ts +2 -1
- package/dist/components/AspectRatio.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/AuthProviders.js +5 -0
- package/dist/components/AuthProviders.vue.d.ts +67 -0
- package/dist/components/AuthProviders.vue_vue_type_script_setup_true_lang.js +83 -0
- package/dist/components/Avatar.vue.d.ts +2 -1
- package/dist/components/Avatar.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/AvatarGroup.vue.d.ts +2 -1
- package/dist/components/AvatarGroup.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Badge.vue.d.ts +2 -1
- package/dist/components/Badge.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Banner.vue.d.ts +2 -1
- package/dist/components/Banner.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/BarChart.vue.d.ts +2 -1
- package/dist/components/BarChart.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Breadcrumb.vue.d.ts +2 -1
- package/dist/components/Breadcrumb.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Button.vue.d.ts +2 -1
- package/dist/components/Button.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/ButtonGroup.vue.d.ts +2 -1
- package/dist/components/ButtonGroup.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Calendar.vue.d.ts +2 -1
- package/dist/components/Calendar.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Card.vue.d.ts +2 -1
- package/dist/components/Card.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/ChartLegend.vue.d.ts +2 -1
- package/dist/components/ChartLegend.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Checkbox.vue.d.ts +2 -1
- package/dist/components/Checkbox.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Collapsible.vue.d.ts +5 -4
- package/dist/components/Collapsible.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/ColorPicker.vue.d.ts +2 -1
- package/dist/components/ColorPicker.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Combobox.vue.d.ts +2 -1
- package/dist/components/Combobox.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/CommandPalette.vue.d.ts +2 -1
- package/dist/components/CommandPalette.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/ConfirmDialog.vue.d.ts +2 -1
- package/dist/components/ConfirmDialog.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Container.vue.d.ts +2 -1
- package/dist/components/Container.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/ContextMenu.vue.d.ts +2 -1
- package/dist/components/ContextMenu.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/DateField.vue.d.ts +2 -1
- package/dist/components/DateField.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/DatePicker.vue.d.ts +2 -1
- package/dist/components/DatePicker.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/DateRangePicker.vue.d.ts +2 -1
- package/dist/components/DateRangePicker.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Dialog.vue.d.ts +2 -1
- package/dist/components/Dialog.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/DonutChart.vue.d.ts +2 -1
- package/dist/components/DonutChart.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Drawer.vue.d.ts +2 -1
- package/dist/components/Drawer.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/DropdownMenu.vue.d.ts +2 -1
- package/dist/components/DropdownMenu.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Editable.vue.d.ts +2 -1
- package/dist/components/Editable.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/EmptyState.vue.d.ts +2 -1
- package/dist/components/EmptyState.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/FileUpload.vue.d.ts +2 -1
- package/dist/components/FileUpload.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Form.vue.d.ts +2 -1
- package/dist/components/Form.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/FormField.vue.d.ts +2 -1
- package/dist/components/FormField.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/HoverCard.vue.d.ts +5 -4
- package/dist/components/HoverCard.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Icon.vue.d.ts +2 -1
- package/dist/components/Icon.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Input.vue.d.ts +2 -1
- package/dist/components/Input.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Kbd.vue.d.ts +2 -1
- package/dist/components/Kbd.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Label.vue.d.ts +2 -1
- package/dist/components/Label.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/LineChart.vue.d.ts +2 -1
- package/dist/components/LineChart.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Menubar.vue.d.ts +5 -4
- package/dist/components/Menubar.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/NavigationMenu.vue.d.ts +5 -4
- package/dist/components/NavigationMenu.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/NumberInput.vue.d.ts +2 -1
- package/dist/components/NumberInput.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/PageHeader.vue.d.ts +2 -1
- package/dist/components/PageHeader.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Pagination.vue.d.ts +2 -1
- package/dist/components/Pagination.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/PasswordInput.vue.d.ts +2 -1
- package/dist/components/PasswordInput.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/PinInput.vue.d.ts +2 -1
- package/dist/components/PinInput.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Popover.vue.d.ts +5 -4
- package/dist/components/Popover.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Progress.vue.d.ts +2 -1
- package/dist/components/Progress.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/RadioGroup.vue.d.ts +2 -1
- package/dist/components/RadioGroup.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/ScrollArea.vue.d.ts +2 -1
- package/dist/components/ScrollArea.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/ScrollFade.vue.d.ts +2 -1
- package/dist/components/ScrollFade.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Select.vue.d.ts +2 -1
- package/dist/components/Select.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Separator.vue.d.ts +2 -1
- package/dist/components/Separator.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Sidebar.vue.d.ts +2 -1
- package/dist/components/Sidebar.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/SignaturePad.vue.d.ts +2 -1
- package/dist/components/SignaturePad.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Skeleton.vue.d.ts +2 -1
- package/dist/components/Skeleton.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Slider.vue.d.ts +2 -1
- package/dist/components/Slider.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Sparkline.vue.d.ts +2 -1
- package/dist/components/Sparkline.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Splitter.vue.d.ts +2 -1
- package/dist/components/Splitter.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Stat.vue.d.ts +2 -1
- package/dist/components/Stat.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Stepper.vue.d.ts +2 -1
- package/dist/components/Stepper.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Switch.vue.d.ts +2 -1
- package/dist/components/Switch.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Table.vue.d.ts +2 -1
- package/dist/components/Table.vue_vue_type_script_setup_true_lang.js +7 -3
- package/dist/components/Tabs.vue.d.ts +5 -4
- package/dist/components/Tabs.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/TagsInput.vue.d.ts +2 -1
- package/dist/components/TagsInput.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Textarea.vue.d.ts +2 -1
- package/dist/components/Textarea.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/TimeField.vue.d.ts +2 -1
- package/dist/components/TimeField.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Timeline.vue.d.ts +2 -1
- package/dist/components/Timeline.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Toaster.vue.d.ts +2 -1
- package/dist/components/Toaster.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Toggle.vue.d.ts +2 -1
- package/dist/components/Toggle.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/ToggleGroup.vue.d.ts +2 -1
- package/dist/components/ToggleGroup.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Toolbar.vue.d.ts +2 -1
- package/dist/components/Toolbar.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Tooltip.vue.d.ts +5 -4
- package/dist/components/Tooltip.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/Tree.vue.d.ts +2 -1
- package/dist/components/Tree.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +144 -142
- package/dist/global-components.d.ts +14 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +153 -151
- package/dist/theme/accordion.js +1 -1
- package/dist/theme/app-shell.js +1 -1
- package/dist/theme/auth-providers.d.ts +137 -0
- package/dist/theme/auth-providers.js +57 -0
- package/dist/theme/index.d.ts +1 -0
- package/dist/theme/toast.js +1 -1
- package/package.json +2 -2
- package/theme.css +32 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ClassValue } from '../class-value';
|
|
1
2
|
export interface TooltipProps {
|
|
2
3
|
/** Tooltip text. Ignored when the `content` slot is used. */
|
|
3
4
|
text?: string;
|
|
@@ -11,7 +12,7 @@ export interface TooltipProps {
|
|
|
11
12
|
disabled?: boolean;
|
|
12
13
|
/** Skip built-in classes; you take over styling entirely. */
|
|
13
14
|
unstyled?: boolean;
|
|
14
|
-
class?:
|
|
15
|
+
class?: ClassValue;
|
|
15
16
|
/** Override classes per slot, e.g. `{ content: 'max-w-sm' }`. */
|
|
16
17
|
ui?: {
|
|
17
18
|
content?: string;
|
|
@@ -20,7 +21,7 @@ export interface TooltipProps {
|
|
|
20
21
|
}
|
|
21
22
|
type __VLS_Props = TooltipProps;
|
|
22
23
|
type __VLS_ModelProps = {
|
|
23
|
-
'open'?: boolean;
|
|
24
|
+
'open'?: boolean | undefined;
|
|
24
25
|
};
|
|
25
26
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
26
27
|
declare var __VLS_20: {}, __VLS_34: {};
|
|
@@ -30,9 +31,9 @@ type __VLS_Slots = {} & {
|
|
|
30
31
|
content?: (props: typeof __VLS_34) => any;
|
|
31
32
|
};
|
|
32
33
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
33
|
-
"update:open": (value: boolean) => any;
|
|
34
|
+
"update:open": (value: boolean | undefined) => any;
|
|
34
35
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
35
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
36
|
+
"onUpdate:open"?: ((value: boolean | undefined) => any) | undefined;
|
|
36
37
|
}>, {
|
|
37
38
|
unstyled: boolean;
|
|
38
39
|
side: "top" | "right" | "bottom" | "left";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ClassValue } from '../class-value';
|
|
1
2
|
import type { IconLike } from '../composables/icon';
|
|
2
3
|
export interface TreeItemOption {
|
|
3
4
|
label: string;
|
|
@@ -30,7 +31,7 @@ export interface TreeProps {
|
|
|
30
31
|
ariaLabel?: string;
|
|
31
32
|
/** Skip built-in classes; you take over styling entirely. */
|
|
32
33
|
unstyled?: boolean;
|
|
33
|
-
class?:
|
|
34
|
+
class?: ClassValue;
|
|
34
35
|
/** Override classes per slot, e.g. `{ item: 'py-2' }`. */
|
|
35
36
|
ui?: {
|
|
36
37
|
root?: string;
|
|
@@ -3,6 +3,7 @@ export { default as Alert } from './Alert.vue';
|
|
|
3
3
|
export { default as App } from './App.vue';
|
|
4
4
|
export { default as AppShell } from './AppShell.vue';
|
|
5
5
|
export { default as AspectRatio } from './AspectRatio.vue';
|
|
6
|
+
export { default as AuthProviders } from './AuthProviders.vue';
|
|
6
7
|
export { default as Avatar } from './Avatar.vue';
|
|
7
8
|
export { default as AvatarGroup } from './AvatarGroup.vue';
|
|
8
9
|
export { default as Badge } from './Badge.vue';
|
package/dist/components/index.js
CHANGED
|
@@ -6,155 +6,157 @@ import i from "./App.js";
|
|
|
6
6
|
import a from "./Drawer.js";
|
|
7
7
|
import o from "./AppShell.js";
|
|
8
8
|
import s from "./AspectRatio.js";
|
|
9
|
-
import c from "./
|
|
10
|
-
import l from "./
|
|
11
|
-
import u from "./
|
|
12
|
-
import d from "./
|
|
13
|
-
import f from "./
|
|
14
|
-
import p from "./
|
|
15
|
-
import m from "./
|
|
16
|
-
import h from "./
|
|
17
|
-
import g from "./
|
|
18
|
-
import _ from "./
|
|
19
|
-
import v from "./
|
|
20
|
-
import y from "./
|
|
21
|
-
import b from "./
|
|
22
|
-
import x from "./
|
|
23
|
-
import S from "./
|
|
24
|
-
import C from "./
|
|
25
|
-
import w from "./
|
|
26
|
-
import T from "./
|
|
27
|
-
import E from "./
|
|
28
|
-
import D from "./
|
|
29
|
-
import O from "./
|
|
30
|
-
import k from "./
|
|
31
|
-
import A from "./
|
|
32
|
-
import j from "./
|
|
33
|
-
import M from "./
|
|
34
|
-
import N from "./
|
|
35
|
-
import P from "./
|
|
36
|
-
import F from "./
|
|
37
|
-
import I from "./
|
|
38
|
-
import L from "./
|
|
39
|
-
import R from "./
|
|
40
|
-
import z from "./
|
|
41
|
-
import B from "./
|
|
42
|
-
import V from "./
|
|
43
|
-
import H from "./
|
|
44
|
-
import U from "./
|
|
45
|
-
import W from "./
|
|
46
|
-
import G from "./
|
|
47
|
-
import K from "./
|
|
48
|
-
import q from "./
|
|
49
|
-
import J from "./
|
|
50
|
-
import Y from "./
|
|
51
|
-
import X from "./
|
|
52
|
-
import Z from "./
|
|
53
|
-
import Q from "./
|
|
54
|
-
import $ from "./
|
|
55
|
-
import ee from "./
|
|
56
|
-
import te from "./
|
|
57
|
-
import ne from "./
|
|
58
|
-
import re from "./
|
|
59
|
-
import ie from "./
|
|
60
|
-
import ae from "./
|
|
61
|
-
import oe from "./
|
|
62
|
-
import se from "./
|
|
63
|
-
import ce from "./
|
|
64
|
-
import le from "./
|
|
65
|
-
import ue from "./
|
|
66
|
-
import de from "./
|
|
67
|
-
import fe from "./
|
|
68
|
-
import pe from "./
|
|
69
|
-
import me from "./
|
|
70
|
-
import he from "./
|
|
71
|
-
import ge from "./
|
|
72
|
-
import _e from "./
|
|
73
|
-
import ve from "./
|
|
74
|
-
import ye from "./
|
|
75
|
-
import be from "./
|
|
76
|
-
import xe from "./
|
|
77
|
-
import Se from "./
|
|
78
|
-
import Ce from "./
|
|
9
|
+
import c from "./Button.js";
|
|
10
|
+
import l from "./AuthProviders.js";
|
|
11
|
+
import u from "./Avatar.js";
|
|
12
|
+
import d from "./AvatarGroup.js";
|
|
13
|
+
import f from "./Badge.js";
|
|
14
|
+
import p from "./Banner.js";
|
|
15
|
+
import m from "./ChartLegend.js";
|
|
16
|
+
import h from "./BarChart.js";
|
|
17
|
+
import g from "./Breadcrumb.js";
|
|
18
|
+
import _ from "./ButtonGroup.js";
|
|
19
|
+
import v from "./Calendar.js";
|
|
20
|
+
import y from "./Card.js";
|
|
21
|
+
import b from "./Checkbox.js";
|
|
22
|
+
import x from "./Collapsible.js";
|
|
23
|
+
import S from "./ColorPicker.js";
|
|
24
|
+
import C from "./Combobox.js";
|
|
25
|
+
import w from "./Kbd.js";
|
|
26
|
+
import T from "./CommandPalette.js";
|
|
27
|
+
import E from "./Dialog.js";
|
|
28
|
+
import D from "./ConfirmDialog.js";
|
|
29
|
+
import O from "./Container.js";
|
|
30
|
+
import k from "./ContextMenu.js";
|
|
31
|
+
import A from "./DateField.js";
|
|
32
|
+
import j from "./DatePicker.js";
|
|
33
|
+
import M from "./DateRangePicker.js";
|
|
34
|
+
import N from "./DonutChart.js";
|
|
35
|
+
import P from "./DropdownMenu.js";
|
|
36
|
+
import F from "./Editable.js";
|
|
37
|
+
import I from "./EmptyState.js";
|
|
38
|
+
import L from "./FileUpload.js";
|
|
39
|
+
import R from "./Form.js";
|
|
40
|
+
import z from "./Label.js";
|
|
41
|
+
import B from "./FormField.js";
|
|
42
|
+
import V from "./HoverCard.js";
|
|
43
|
+
import H from "./Input.js";
|
|
44
|
+
import U from "./LineChart.js";
|
|
45
|
+
import W from "./Menubar.js";
|
|
46
|
+
import G from "./NavigationMenu.js";
|
|
47
|
+
import K from "./NumberInput.js";
|
|
48
|
+
import q from "./PageHeader.js";
|
|
49
|
+
import J from "./Pagination.js";
|
|
50
|
+
import Y from "./PasswordInput.js";
|
|
51
|
+
import X from "./PinInput.js";
|
|
52
|
+
import Z from "./Popover.js";
|
|
53
|
+
import Q from "./Progress.js";
|
|
54
|
+
import $ from "./RadioGroup.js";
|
|
55
|
+
import ee from "./ScrollArea.js";
|
|
56
|
+
import te from "./ScrollFade.js";
|
|
57
|
+
import ne from "./Select.js";
|
|
58
|
+
import re from "./Separator.js";
|
|
59
|
+
import ie from "./Sidebar.js";
|
|
60
|
+
import ae from "./SignaturePad.js";
|
|
61
|
+
import oe from "./Skeleton.js";
|
|
62
|
+
import se from "./Slider.js";
|
|
63
|
+
import ce from "./Sparkline.js";
|
|
64
|
+
import le from "./Splitter.js";
|
|
65
|
+
import ue from "./Stat.js";
|
|
66
|
+
import de from "./Stepper.js";
|
|
67
|
+
import fe from "./Switch.js";
|
|
68
|
+
import pe from "./Table.js";
|
|
69
|
+
import me from "./Tabs.js";
|
|
70
|
+
import he from "./TagsInput.js";
|
|
71
|
+
import ge from "./Textarea.js";
|
|
72
|
+
import _e from "./TimeField.js";
|
|
73
|
+
import ve from "./Timeline.js";
|
|
74
|
+
import ye from "./Toaster.js";
|
|
75
|
+
import be from "./Toggle.js";
|
|
76
|
+
import xe from "./ToggleGroup.js";
|
|
77
|
+
import Se from "./Toolbar.js";
|
|
78
|
+
import Ce from "./Tooltip.js";
|
|
79
|
+
import we from "./Tree.js";
|
|
79
80
|
//#region src/components/index.ts
|
|
80
|
-
var
|
|
81
|
+
var Te = /* @__PURE__ */ e({
|
|
81
82
|
Accordion: () => n,
|
|
82
83
|
Alert: () => r,
|
|
83
84
|
App: () => i,
|
|
84
85
|
AppShell: () => o,
|
|
85
86
|
AspectRatio: () => s,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
87
|
+
AuthProviders: () => l,
|
|
88
|
+
Avatar: () => u,
|
|
89
|
+
AvatarGroup: () => d,
|
|
90
|
+
Badge: () => f,
|
|
91
|
+
Banner: () => p,
|
|
92
|
+
BarChart: () => h,
|
|
93
|
+
Breadcrumb: () => g,
|
|
94
|
+
Button: () => c,
|
|
95
|
+
ButtonGroup: () => _,
|
|
96
|
+
Calendar: () => v,
|
|
97
|
+
Card: () => y,
|
|
98
|
+
ChartLegend: () => m,
|
|
99
|
+
Checkbox: () => b,
|
|
100
|
+
Collapsible: () => x,
|
|
101
|
+
ColorPicker: () => S,
|
|
102
|
+
Combobox: () => C,
|
|
103
|
+
CommandPalette: () => T,
|
|
104
|
+
ConfirmDialog: () => D,
|
|
105
|
+
Container: () => O,
|
|
106
|
+
ContextMenu: () => k,
|
|
107
|
+
DateField: () => A,
|
|
108
|
+
DatePicker: () => j,
|
|
109
|
+
DateRangePicker: () => M,
|
|
110
|
+
Dialog: () => E,
|
|
111
|
+
DonutChart: () => N,
|
|
110
112
|
Drawer: () => a,
|
|
111
|
-
DropdownMenu: () =>
|
|
112
|
-
Editable: () =>
|
|
113
|
-
EmptyState: () =>
|
|
114
|
-
FileUpload: () =>
|
|
115
|
-
Form: () =>
|
|
116
|
-
FormField: () =>
|
|
117
|
-
HoverCard: () =>
|
|
113
|
+
DropdownMenu: () => P,
|
|
114
|
+
Editable: () => F,
|
|
115
|
+
EmptyState: () => I,
|
|
116
|
+
FileUpload: () => L,
|
|
117
|
+
Form: () => R,
|
|
118
|
+
FormField: () => B,
|
|
119
|
+
HoverCard: () => V,
|
|
118
120
|
Icon: () => t,
|
|
119
|
-
Input: () =>
|
|
120
|
-
Kbd: () =>
|
|
121
|
-
Label: () =>
|
|
122
|
-
LineChart: () =>
|
|
123
|
-
Menubar: () =>
|
|
124
|
-
NavigationMenu: () =>
|
|
125
|
-
NumberInput: () =>
|
|
126
|
-
PageHeader: () =>
|
|
127
|
-
Pagination: () =>
|
|
128
|
-
PasswordInput: () =>
|
|
129
|
-
PinInput: () =>
|
|
130
|
-
Popover: () =>
|
|
131
|
-
Progress: () =>
|
|
132
|
-
RadioGroup: () =>
|
|
133
|
-
ScrollArea: () =>
|
|
134
|
-
ScrollFade: () =>
|
|
135
|
-
Select: () =>
|
|
136
|
-
Separator: () =>
|
|
137
|
-
Sidebar: () =>
|
|
138
|
-
SignaturePad: () =>
|
|
139
|
-
Skeleton: () =>
|
|
140
|
-
Slider: () =>
|
|
141
|
-
Sparkline: () =>
|
|
142
|
-
Splitter: () =>
|
|
143
|
-
Stat: () =>
|
|
144
|
-
Stepper: () =>
|
|
145
|
-
Switch: () =>
|
|
146
|
-
Table: () =>
|
|
147
|
-
Tabs: () =>
|
|
148
|
-
TagsInput: () =>
|
|
149
|
-
Textarea: () =>
|
|
150
|
-
TimeField: () =>
|
|
151
|
-
Timeline: () =>
|
|
152
|
-
Toaster: () =>
|
|
153
|
-
Toggle: () =>
|
|
154
|
-
ToggleGroup: () =>
|
|
155
|
-
Toolbar: () =>
|
|
156
|
-
Tooltip: () =>
|
|
157
|
-
Tree: () =>
|
|
121
|
+
Input: () => H,
|
|
122
|
+
Kbd: () => w,
|
|
123
|
+
Label: () => z,
|
|
124
|
+
LineChart: () => U,
|
|
125
|
+
Menubar: () => W,
|
|
126
|
+
NavigationMenu: () => G,
|
|
127
|
+
NumberInput: () => K,
|
|
128
|
+
PageHeader: () => q,
|
|
129
|
+
Pagination: () => J,
|
|
130
|
+
PasswordInput: () => Y,
|
|
131
|
+
PinInput: () => X,
|
|
132
|
+
Popover: () => Z,
|
|
133
|
+
Progress: () => Q,
|
|
134
|
+
RadioGroup: () => $,
|
|
135
|
+
ScrollArea: () => ee,
|
|
136
|
+
ScrollFade: () => te,
|
|
137
|
+
Select: () => ne,
|
|
138
|
+
Separator: () => re,
|
|
139
|
+
Sidebar: () => ie,
|
|
140
|
+
SignaturePad: () => ae,
|
|
141
|
+
Skeleton: () => oe,
|
|
142
|
+
Slider: () => se,
|
|
143
|
+
Sparkline: () => ce,
|
|
144
|
+
Splitter: () => le,
|
|
145
|
+
Stat: () => ue,
|
|
146
|
+
Stepper: () => de,
|
|
147
|
+
Switch: () => fe,
|
|
148
|
+
Table: () => pe,
|
|
149
|
+
Tabs: () => me,
|
|
150
|
+
TagsInput: () => he,
|
|
151
|
+
Textarea: () => ge,
|
|
152
|
+
TimeField: () => _e,
|
|
153
|
+
Timeline: () => ve,
|
|
154
|
+
Toaster: () => ye,
|
|
155
|
+
Toggle: () => be,
|
|
156
|
+
ToggleGroup: () => xe,
|
|
157
|
+
Toolbar: () => Se,
|
|
158
|
+
Tooltip: () => Ce,
|
|
159
|
+
Tree: () => we
|
|
158
160
|
});
|
|
159
161
|
//#endregion
|
|
160
|
-
export {
|
|
162
|
+
export { Te as components_exports };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type * as components from './components';
|
|
2
|
+
/**
|
|
3
|
+
* Every component under the default `I` prefix, keyed as the plugin registers
|
|
4
|
+
* them. A custom `prefix` is not reflected here — a type declaration cannot
|
|
5
|
+
* depend on a runtime option — so a project that renames the prefix declares
|
|
6
|
+
* its own augmentation.
|
|
7
|
+
*/
|
|
8
|
+
export type IryxUiGlobalComponents = {
|
|
9
|
+
[K in keyof typeof components as `I${K}`]: (typeof components)[K];
|
|
10
|
+
};
|
|
11
|
+
declare module 'vue' {
|
|
12
|
+
interface GlobalComponents extends IryxUiGlobalComponents {
|
|
13
|
+
}
|
|
14
|
+
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export type { ClassValue } from './class-value';
|
|
1
2
|
export { componentNames } from './component-names';
|
|
2
3
|
export type { ComponentName } from './component-names';
|
|
3
4
|
export * from './components';
|
|
@@ -6,6 +7,7 @@ export type { AlertProps } from './components/Alert.vue';
|
|
|
6
7
|
export type { AppProps } from './components/App.vue';
|
|
7
8
|
export type { AppShellProps } from './components/AppShell.vue';
|
|
8
9
|
export type { AspectRatioProps } from './components/AspectRatio.vue';
|
|
10
|
+
export type { AuthProvider, AuthProvidersProps } from './components/AuthProviders.vue';
|
|
9
11
|
export type { AvatarProps } from './components/Avatar.vue';
|
|
10
12
|
export type { AvatarGroupItem, AvatarGroupProps } from './components/AvatarGroup.vue';
|
|
11
13
|
export type { BadgeProps } from './components/Badge.vue';
|
|
@@ -100,6 +102,7 @@ export * from './composables/signature';
|
|
|
100
102
|
export * from './composables/toast';
|
|
101
103
|
export { defaultConfig, iryxUiConfigKey, useIryxUiConfig } from './config';
|
|
102
104
|
export type { IryxUiConfig } from './config';
|
|
105
|
+
export type { IryxUiGlobalComponents } from './global-components';
|
|
103
106
|
export { createIryxUi, IryxUi } from './plugin';
|
|
104
107
|
export type { IryxUiPluginOptions } from './plugin';
|
|
105
108
|
export * from './theme';
|