@astrake/lumora-ui 0.2.2 → 0.7.3

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.
Files changed (94) hide show
  1. package/CHANGELOG.md +113 -21
  2. package/README.md +29 -31
  3. package/dist/LuAccordion.vue_vue_type_script_setup_true_lang-CwG5Ml8t.js +5032 -0
  4. package/dist/__mocks__/empty.d.ts +4 -0
  5. package/dist/components/LuAccordion.vue.d.ts +23 -0
  6. package/dist/components/LuBarChart.vue.d.ts +22 -0
  7. package/dist/components/LuBottomSheet.vue.d.ts +27 -0
  8. package/dist/components/LuCalendar.vue.d.ts +34 -0
  9. package/dist/components/LuCheckbox.vue.d.ts +17 -3
  10. package/dist/components/LuChip.vue.d.ts +35 -0
  11. package/dist/components/LuChipGroup.vue.d.ts +23 -0
  12. package/dist/components/LuCollapsible.vue.d.ts +5 -2
  13. package/dist/components/LuCommandPalette.vue.d.ts +25 -0
  14. package/dist/components/LuDataGrid.types.d.ts +39 -0
  15. package/dist/components/LuDataGrid.vue.d.ts +84 -0
  16. package/dist/components/LuDateRangePicker.vue.d.ts +29 -0
  17. package/dist/components/LuDoughnutChart.vue.d.ts +17 -0
  18. package/dist/components/LuDrawer.vue.d.ts +33 -0
  19. package/dist/components/LuFileUpload.vue.d.ts +38 -0
  20. package/dist/components/LuFormField.vue.d.ts +21 -0
  21. package/dist/components/LuFormWizard.types.d.ts +7 -0
  22. package/dist/components/LuFormWizard.vue.d.ts +33 -0
  23. package/dist/components/LuGaugeChart.vue.d.ts +16 -0
  24. package/dist/components/LuKanban.types.d.ts +24 -0
  25. package/dist/components/LuKanban.vue.d.ts +30 -0
  26. package/dist/components/LuLineChart.vue.d.ts +19 -0
  27. package/dist/components/LuList.vue.d.ts +18 -0
  28. package/dist/components/LuListDivider.vue.d.ts +5 -0
  29. package/dist/components/LuListItem.vue.d.ts +32 -0
  30. package/dist/components/LuListSubheader.vue.d.ts +16 -0
  31. package/dist/components/LuMediaGallery.vue.d.ts +25 -0
  32. package/dist/components/LuMenu.vue.d.ts +2 -2
  33. package/dist/components/LuPlanner.types.d.ts +14 -0
  34. package/dist/components/LuPlanner.vue.d.ts +23 -0
  35. package/dist/components/LuPopover.vue.d.ts +24 -0
  36. package/dist/components/LuRadioGroup.types.d.ts +1 -0
  37. package/dist/components/LuRichTextEditor.vue.d.ts +27 -0
  38. package/dist/components/LuSelect.vue.d.ts +35 -2
  39. package/dist/components/{LuPageHeader.vue.d.ts → LuSparkline.vue.d.ts} +9 -5
  40. package/dist/components/LuSwitch.vue.d.ts +19 -5
  41. package/dist/components/LuTimeline.vue.d.ts +17 -0
  42. package/dist/components/LuTimelineItem.vue.d.ts +24 -0
  43. package/dist/components/LuToast.vue.d.ts +5 -0
  44. package/dist/components/LuTree.types.d.ts +9 -0
  45. package/dist/components/LuTree.vue.d.ts +25 -0
  46. package/dist/components/LuTreeNode.vue.d.ts +37 -0
  47. package/dist/components/__tests__/LuAccordion.test.d.ts +1 -0
  48. package/dist/components/__tests__/LuBarChart.test.d.ts +1 -0
  49. package/dist/components/__tests__/LuBottomSheet.test.d.ts +1 -0
  50. package/dist/components/__tests__/LuCalendar.test.d.ts +1 -0
  51. package/dist/components/__tests__/LuCheckbox.test.d.ts +1 -0
  52. package/dist/components/__tests__/LuChip.test.d.ts +1 -0
  53. package/dist/components/__tests__/LuCommandPalette.test.d.ts +1 -0
  54. package/dist/components/__tests__/LuDataGrid.test.d.ts +1 -0
  55. package/dist/components/__tests__/LuDateRangePicker.test.d.ts +1 -0
  56. package/dist/components/__tests__/LuDoughnutChart.test.d.ts +1 -0
  57. package/dist/components/__tests__/LuDrawer.test.d.ts +1 -0
  58. package/dist/components/__tests__/LuFileUpload.test.d.ts +1 -0
  59. package/dist/components/__tests__/LuFormWizard.test.d.ts +1 -0
  60. package/dist/components/__tests__/LuGaugeChart.test.d.ts +1 -0
  61. package/dist/components/__tests__/LuKanban.test.d.ts +1 -0
  62. package/dist/components/__tests__/LuLineChart.test.d.ts +1 -0
  63. package/dist/components/__tests__/LuList.test.d.ts +1 -0
  64. package/dist/components/__tests__/LuMediaGallery.test.d.ts +1 -0
  65. package/dist/components/__tests__/LuPlanner.test.d.ts +1 -0
  66. package/dist/components/__tests__/LuPopover.test.d.ts +1 -0
  67. package/dist/components/__tests__/LuRadio.test.d.ts +1 -0
  68. package/dist/components/__tests__/LuRichTextEditor.test.d.ts +1 -0
  69. package/dist/components/__tests__/LuSelect.test.d.ts +1 -0
  70. package/dist/components/__tests__/LuSparkline.test.d.ts +1 -0
  71. package/dist/components/__tests__/LuSwitch.test.d.ts +1 -0
  72. package/dist/components/__tests__/LuTimeline.test.d.ts +1 -0
  73. package/dist/components/__tests__/LuToast.test.d.ts +1 -0
  74. package/dist/components/__tests__/LuTree.test.d.ts +1 -0
  75. package/dist/components/index.d.ts +42 -3
  76. package/dist/components/index.js +73 -44
  77. package/dist/composables/index.d.ts +2 -0
  78. package/dist/composables/index.js +36 -17
  79. package/dist/composables/lazyVChart.d.ts +10 -0
  80. package/dist/composables/useChartTheme.d.ts +65 -0
  81. package/dist/composables/useDataGrid.d.ts +52 -0
  82. package/dist/composables/useFloating.d.ts +12 -0
  83. package/dist/composables/useLuToast.d.ts +14 -0
  84. package/dist/index.d.ts +5 -0
  85. package/dist/index.js +210 -146
  86. package/dist/skins/index.js +824 -20
  87. package/dist/useLuToast-D5d7Wrcr.js +1029 -0
  88. package/package.json +16 -3
  89. package/scripts/postinstall.mjs +35 -0
  90. package/src/lumora.css +216 -5
  91. package/dist/LuCodeBlock.vue_vue_type_script_setup_true_lang-BdXflBkJ.js +0 -1672
  92. package/dist/components/LuThemeSelect.vue.d.ts +0 -2
  93. package/dist/components/LuThemeSwitch.vue.d.ts +0 -2
  94. package/dist/useShiki-DPOJfneq.js +0 -30
@@ -0,0 +1,19 @@
1
+ export interface LineDataset {
2
+ label: string;
3
+ data: number[];
4
+ color?: string;
5
+ smooth?: boolean;
6
+ area?: boolean;
7
+ }
8
+ type __VLS_Props = {
9
+ labels: string[];
10
+ datasets: LineDataset[];
11
+ height?: number;
12
+ showLegend?: boolean;
13
+ formatValue?: (v: number) => string;
14
+ };
15
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
16
+ height: number;
17
+ showLegend: boolean;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ export default _default;
@@ -0,0 +1,18 @@
1
+ type __VLS_Props = {
2
+ as?: string;
3
+ variant?: string;
4
+ };
5
+ declare var __VLS_6: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_6) => any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
+ as: string;
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,5 @@
1
+ type __VLS_Props = {
2
+ variant?: string;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ export default _default;
@@ -0,0 +1,32 @@
1
+ type __VLS_Props = {
2
+ as?: string;
3
+ active?: boolean;
4
+ disabled?: boolean;
5
+ clickable?: boolean;
6
+ variant?: string;
7
+ };
8
+ declare var __VLS_12: {}, __VLS_14: {}, __VLS_16: {};
9
+ type __VLS_Slots = {} & {
10
+ leading?: (props: typeof __VLS_12) => any;
11
+ } & {
12
+ default?: (props: typeof __VLS_14) => any;
13
+ } & {
14
+ trailing?: (props: typeof __VLS_16) => any;
15
+ };
16
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
17
+ click: (event: Event) => any;
18
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
19
+ onClick?: ((event: Event) => any) | undefined;
20
+ }>, {
21
+ active: boolean;
22
+ disabled: boolean;
23
+ as: string;
24
+ clickable: boolean;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
27
+ export default _default;
28
+ type __VLS_WithSlots<T, S> = T & {
29
+ new (): {
30
+ $slots: S;
31
+ };
32
+ };
@@ -0,0 +1,16 @@
1
+ type __VLS_Props = {
2
+ label?: string;
3
+ variant?: string;
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
+ export default _default;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1,25 @@
1
+ export interface MediaItem {
2
+ id: string;
3
+ url: string;
4
+ thumbnail?: string;
5
+ type?: "image" | "video";
6
+ caption?: string;
7
+ }
8
+ type __VLS_Props = {
9
+ items: MediaItem[];
10
+ columns?: number;
11
+ lightbox?: boolean;
12
+ deletable?: boolean;
13
+ };
14
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
15
+ delete: (item: MediaItem) => any;
16
+ click: (item: MediaItem) => any;
17
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
18
+ onDelete?: ((item: MediaItem) => any) | undefined;
19
+ onClick?: ((item: MediaItem) => any) | undefined;
20
+ }>, {
21
+ columns: number;
22
+ lightbox: boolean;
23
+ deletable: boolean;
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ export default _default;
@@ -9,11 +9,11 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_13) => any;
10
10
  };
11
11
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
- close: () => any;
13
12
  open: () => any;
13
+ close: () => any;
14
14
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
15
- onClose?: (() => any) | undefined;
16
15
  onOpen?: (() => any) | undefined;
16
+ onClose?: (() => any) | undefined;
17
17
  }>, {
18
18
  align: "left" | "right";
19
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -0,0 +1,14 @@
1
+ export interface LuPlannerEvent {
2
+ id: string | number;
3
+ title: string;
4
+ date: string;
5
+ startTime: string;
6
+ endTime: string;
7
+ color?: string;
8
+ description?: string;
9
+ }
10
+ export type LuPlannerView = "week" | "day";
11
+ export interface LuPlannerSlotClickPayload {
12
+ date: string;
13
+ time: string;
14
+ }
@@ -0,0 +1,23 @@
1
+ import type { LuPlannerEvent, LuPlannerSlotClickPayload } from "./LuPlanner.types";
2
+ type __VLS_Props = {
3
+ events?: LuPlannerEvent[];
4
+ startDate?: string;
5
+ view?: "week" | "day";
6
+ startHour?: number;
7
+ endHour?: number;
8
+ };
9
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
+ "event-click": (event: LuPlannerEvent) => any;
11
+ "slot-click": (payload: LuPlannerSlotClickPayload) => any;
12
+ "week-change": (startDate: string) => any;
13
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
+ "onEvent-click"?: ((event: LuPlannerEvent) => any) | undefined;
15
+ "onSlot-click"?: ((payload: LuPlannerSlotClickPayload) => any) | undefined;
16
+ "onWeek-change"?: ((startDate: string) => any) | undefined;
17
+ }>, {
18
+ view: "week" | "day";
19
+ events: LuPlannerEvent[];
20
+ startHour: number;
21
+ endHour: number;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ export default _default;
@@ -0,0 +1,24 @@
1
+ type __VLS_Props = {
2
+ position?: "top" | "bottom" | "left" | "right";
3
+ trigger?: "click" | "hover";
4
+ closeOnOutsideClick?: boolean;
5
+ variant?: string;
6
+ };
7
+ declare var __VLS_1: {}, __VLS_7: {};
8
+ type __VLS_Slots = {} & {
9
+ trigger?: (props: typeof __VLS_1) => any;
10
+ } & {
11
+ content?: (props: typeof __VLS_7) => any;
12
+ };
13
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
+ position: "top" | "bottom" | "left" | "right";
15
+ closeOnOutsideClick: boolean;
16
+ trigger: "click" | "hover";
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
+ export default _default;
20
+ type __VLS_WithSlots<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
@@ -4,5 +4,6 @@ export interface LuRadioGroupContext {
4
4
  modelValue: Ref<string | number | undefined>;
5
5
  updateValue: (value: string | number) => void;
6
6
  disabled: Ref<boolean>;
7
+ variant?: Ref<string | undefined>;
7
8
  }
8
9
  export declare const LuRadioGroupContextKey: InjectionKey<LuRadioGroupContext>;
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Rich text editor wrapper around Tiptap (@tiptap/vue-3 peer dep).
3
+ * Consumer must install: npm i @tiptap/vue-3 @tiptap/starter-kit
4
+ */
5
+ type __VLS_Props = {
6
+ modelValue?: string;
7
+ placeholder?: string;
8
+ readonly?: boolean;
9
+ toolbar?: ("bold" | "italic" | "underline" | "strike" | "h1" | "h2" | "h3" | "bullet" | "ordered" | "blockquote" | "code" | "link" | "undo" | "redo")[];
10
+ minHeight?: number;
11
+ };
12
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
+ blur: () => any;
14
+ "update:modelValue": (html: string) => any;
15
+ focus: () => any;
16
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
17
+ onBlur?: (() => any) | undefined;
18
+ "onUpdate:modelValue"?: ((html: string) => any) | undefined;
19
+ onFocus?: (() => any) | undefined;
20
+ }>, {
21
+ modelValue: string;
22
+ placeholder: string;
23
+ readonly: boolean;
24
+ toolbar: ("bold" | "italic" | "underline" | "strike" | "h1" | "h2" | "h3" | "bullet" | "ordered" | "blockquote" | "code" | "link" | "undo" | "redo")[];
25
+ minHeight: number;
26
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
+ export default _default;
@@ -4,15 +4,48 @@ type __VLS_Props = {
4
4
  options: Array<{
5
5
  value: string | number;
6
6
  label: string;
7
+ disabled?: boolean;
8
+ icon?: string;
7
9
  }>;
8
10
  name?: string;
9
11
  error?: string | null;
12
+ placeholder?: string;
13
+ searchable?: boolean;
14
+ disabled?: boolean;
10
15
  };
11
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
16
+ declare var __VLS_1: {}, __VLS_7: {
17
+ option: {
18
+ value: string | number;
19
+ label: string;
20
+ disabled?: boolean;
21
+ icon?: string;
22
+ };
23
+ selected: boolean;
24
+ };
25
+ type __VLS_Slots = {} & {
26
+ 'trigger-icon'?: (props: typeof __VLS_1) => any;
27
+ } & {
28
+ option?: (props: typeof __VLS_7) => any;
29
+ };
30
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
31
+ open: () => any;
12
32
  blur: () => any;
13
33
  "update:modelValue": (value: string | number) => any;
34
+ close: () => any;
14
35
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
36
+ onOpen?: (() => any) | undefined;
15
37
  onBlur?: (() => any) | undefined;
16
38
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
17
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
39
+ onClose?: (() => any) | undefined;
40
+ }>, {
41
+ disabled: boolean;
42
+ placeholder: string;
43
+ searchable: boolean;
44
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
45
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
46
  export default _default;
47
+ type __VLS_WithSlots<T, S> = T & {
48
+ new (): {
49
+ $slots: S;
50
+ };
51
+ };
@@ -1,10 +1,14 @@
1
1
  type __VLS_Props = {
2
- variant?: string;
3
- title: string;
4
- description?: string;
5
- level?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
2
+ data: number[];
3
+ color?: string;
4
+ width?: number;
5
+ height?: number;
6
+ area?: boolean;
6
7
  };
7
8
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
- level: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
9
+ area: boolean;
10
+ width: number;
11
+ height: number;
12
+ color: string;
9
13
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
14
  export default _default;
@@ -1,15 +1,29 @@
1
1
  type __VLS_Props = {
2
- modelValue?: boolean;
2
+ modelValue?: boolean | null;
3
3
  variant?: string;
4
4
  disabled?: boolean;
5
5
  name?: string;
6
6
  error?: string | null;
7
+ label?: string;
7
8
  };
8
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
9
+ declare var __VLS_1: {};
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_1) => any;
12
+ };
13
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
9
14
  blur: () => any;
10
- "update:modelValue": (value: boolean) => any;
15
+ "update:modelValue": (value: boolean | null) => any;
11
16
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
17
  onBlur?: (() => any) | undefined;
13
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
14
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ "onUpdate:modelValue"?: ((value: boolean | null) => any) | undefined;
19
+ }>, {
20
+ disabled: boolean;
21
+ modelValue: boolean | null;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
24
  export default _default;
25
+ type __VLS_WithSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
@@ -0,0 +1,17 @@
1
+ type __VLS_Props = {
2
+ variant?: 'default' | 'compact' | 'numbered';
3
+ };
4
+ declare var __VLS_1: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_1) => any;
7
+ };
8
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
+ variant: "default" | "compact" | "numbered";
10
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,24 @@
1
+ type __VLS_Props = {
2
+ title?: string;
3
+ date?: string;
4
+ index?: number;
5
+ status?: "default" | "success" | "warning" | "danger" | "info";
6
+ last?: boolean;
7
+ };
8
+ declare var __VLS_1: {}, __VLS_6: {};
9
+ type __VLS_Slots = {} & {
10
+ icon?: (props: typeof __VLS_1) => any;
11
+ } & {
12
+ default?: (props: typeof __VLS_6) => any;
13
+ };
14
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
+ status: "default" | "success" | "warning" | "danger" | "info";
16
+ last: boolean;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
+ export default _default;
20
+ type __VLS_WithSlots<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
@@ -0,0 +1,5 @@
1
+ type __VLS_Props = {
2
+ variant?: string;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ export default _default;
@@ -0,0 +1,9 @@
1
+ export interface TreeNodeData {
2
+ id: string;
3
+ label: string;
4
+ icon?: string;
5
+ children?: TreeNodeData[];
6
+ disabled?: boolean;
7
+ /** Any consumer-specific payload */
8
+ data?: unknown;
9
+ }
@@ -0,0 +1,25 @@
1
+ import type { TreeNodeData } from "./LuTree.types";
2
+ type __VLS_Props = {
3
+ nodes: TreeNodeData[];
4
+ modelValue?: string[];
5
+ expanded?: string[];
6
+ selectable?: boolean;
7
+ checkable?: boolean;
8
+ defaultExpanded?: boolean;
9
+ };
10
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
11
+ "update:modelValue": (selected: string[]) => any;
12
+ select: (id: string, node: TreeNodeData | undefined) => any;
13
+ "update:expanded": (expanded: string[]) => any;
14
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
15
+ "onUpdate:modelValue"?: ((selected: string[]) => any) | undefined;
16
+ onSelect?: ((id: string, node: TreeNodeData | undefined) => any) | undefined;
17
+ "onUpdate:expanded"?: ((expanded: string[]) => any) | undefined;
18
+ }>, {
19
+ expanded: string[];
20
+ modelValue: string[];
21
+ selectable: boolean;
22
+ checkable: boolean;
23
+ defaultExpanded: boolean;
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ export default _default;
@@ -0,0 +1,37 @@
1
+ import type { TreeNodeData } from "./LuTree.types";
2
+ type __VLS_Props = {
3
+ node: TreeNodeData;
4
+ selected?: string[];
5
+ expanded?: string[];
6
+ selectable?: boolean;
7
+ checkable?: boolean;
8
+ depth?: number;
9
+ };
10
+ declare var __VLS_18: {
11
+ node: TreeNodeData;
12
+ };
13
+ type __VLS_Slots = {} & {
14
+ default?: (props: typeof __VLS_18) => any;
15
+ };
16
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
17
+ select: (id: string) => any;
18
+ check: (id: string, checked: boolean) => any;
19
+ expand: (id: string) => any;
20
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
21
+ onSelect?: ((id: string) => any) | undefined;
22
+ onCheck?: ((id: string, checked: boolean) => any) | undefined;
23
+ onExpand?: ((id: string) => any) | undefined;
24
+ }>, {
25
+ selected: string[];
26
+ expanded: string[];
27
+ selectable: boolean;
28
+ checkable: boolean;
29
+ depth: number;
30
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
31
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
32
+ export default _default;
33
+ type __VLS_WithSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -4,8 +4,6 @@ export { default as LuIcon } from "./LuIcon.vue";
4
4
  export { default as LuText } from "./LuText.vue";
5
5
  export { default as LuSwitch } from "./LuSwitch.vue";
6
6
  export { default as LuSelect } from "./LuSelect.vue";
7
- export { default as LuThemeSwitch } from "./LuThemeSwitch.vue";
8
- export { default as LuThemeSelect } from "./LuThemeSelect.vue";
9
7
  export { default as LuTabs } from "./LuTabs.vue";
10
8
  export { default as LuTabList } from "./LuTabList.vue";
11
9
  export { default as LuTab } from "./LuTab.vue";
@@ -17,7 +15,6 @@ export { default as LuCollapsible } from "./LuCollapsible.vue";
17
15
  export { default as LuAvatar } from "./LuAvatar.vue";
18
16
  export { default as LuLink } from "./LuLink.vue";
19
17
  export { default as LuDivider } from "./LuDivider.vue";
20
- export { default as LuPageHeader } from "./LuPageHeader.vue";
21
18
  export { default as LuCard } from "./LuCard.vue";
22
19
  export { default as LuTable } from "./LuTable.vue";
23
20
  export { default as LuTableHead } from "./LuTableHead.vue";
@@ -27,6 +24,7 @@ export { default as LuTableHeadCell } from "./LuTableHeadCell.vue";
27
24
  export { default as LuTableCell } from "./LuTableCell.vue";
28
25
  export { default as LuForm } from "./LuForm.vue";
29
26
  export { default as LuTextarea } from "./LuTextarea.vue";
27
+ export { default as LuCheck } from "./LuCheckbox.vue";
30
28
  export { default as LuCheckbox } from "./LuCheckbox.vue";
31
29
  export { default as LuRadioGroup } from "./LuRadioGroup.vue";
32
30
  export { default as LuRadio } from "./LuRadio.vue";
@@ -43,3 +41,44 @@ export { default as LuToggleGroup } from "./LuToggleGroup.vue";
43
41
  export { default as LuToggleButton } from "./LuToggleButton.vue";
44
42
  export { default as LuCodeBlock } from "./LuCodeBlock.vue";
45
43
  export type { LuFormRules, LuFormErrors, LuFormValidator, LuFormContext } from "./LuForm.types";
44
+ export { default as LuDataGrid } from "./LuDataGrid.vue";
45
+ export type { ColumnDef as LuColumnDef, Row as LuRow, DataGridSortState, DataGridCellEditPayload, DataGridPageChangePayload } from "./LuDataGrid.types";
46
+ export { default as LuBarChart } from "./LuBarChart.vue";
47
+ export { default as LuLineChart } from "./LuLineChart.vue";
48
+ export { default as LuDoughnutChart } from "./LuDoughnutChart.vue";
49
+ export { default as LuSparkline } from "./LuSparkline.vue";
50
+ export { default as LuGaugeChart } from "./LuGaugeChart.vue";
51
+ export { default as LuFileUpload } from "./LuFileUpload.vue";
52
+ export type { UploadedFile as LuUploadedFile } from "./LuFileUpload.vue";
53
+ export { default as LuMediaGallery } from "./LuMediaGallery.vue";
54
+ export type { MediaItem as LuMediaItem } from "./LuMediaGallery.vue";
55
+ export { default as LuTimeline } from "./LuTimeline.vue";
56
+ export { default as LuTimelineItem } from "./LuTimelineItem.vue";
57
+ export { default as LuFormField } from "./LuFormField.vue";
58
+ export { default as LuFormWizard } from "./LuFormWizard.vue";
59
+ export type { FormWizardStep as LuFormWizardStep } from "./LuFormWizard.types";
60
+ export { default as LuTree } from "./LuTree.vue";
61
+ export { default as LuTreeNode } from "./LuTreeNode.vue";
62
+ export type { TreeNodeData as LuTreeNodeData } from "./LuTree.types";
63
+ export { default as LuKanban } from "./LuKanban.vue";
64
+ export type { KanbanColumn as LuKanbanColumn, KanbanCard as LuKanbanCard, KanbanMovePayload as LuKanbanMovePayload } from "./LuKanban.types";
65
+ export { default as LuCalendar } from "./LuCalendar.vue";
66
+ export type { CalendarEvent as LuCalendarEvent } from "./LuCalendar.vue";
67
+ export { default as LuPlanner } from "./LuPlanner.vue";
68
+ export type { LuPlannerEvent, LuPlannerView, LuPlannerSlotClickPayload } from "./LuPlanner.types";
69
+ export { default as LuDateRangePicker } from "./LuDateRangePicker.vue";
70
+ export type { DateRange as LuDateRange } from "./LuDateRangePicker.vue";
71
+ export { default as LuCommandPalette } from "./LuCommandPalette.vue";
72
+ export type { CommandItem as LuCommandItem } from "./LuCommandPalette.vue";
73
+ export { default as LuRichTextEditor } from "./LuRichTextEditor.vue";
74
+ export { default as LuDrawer } from "./LuDrawer.vue";
75
+ export { default as LuList } from "./LuList.vue";
76
+ export { default as LuListItem } from "./LuListItem.vue";
77
+ export { default as LuListDivider } from "./LuListDivider.vue";
78
+ export { default as LuListSubheader } from "./LuListSubheader.vue";
79
+ export { default as LuPopover } from "./LuPopover.vue";
80
+ export { default as LuBottomSheet } from "./LuBottomSheet.vue";
81
+ export { default as LuToast } from "./LuToast.vue";
82
+ export { default as LuChip } from "./LuChip.vue";
83
+ export { default as LuChipGroup } from "./LuChipGroup.vue";
84
+ export { default as LuAccordion } from "./LuAccordion.vue";