@stlhorizon/vue-ui 1.2.0 → 1.2.2

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 (45) hide show
  1. package/README.md +1 -0
  2. package/dist/index.esm.js +895 -856
  3. package/dist/index.js +33 -13
  4. package/dist/src/App.vue.d.ts.map +1 -1
  5. package/dist/src/components/Accordion.vue.d.ts +2 -2
  6. package/dist/src/components/AccordionItem.vue.d.ts +2 -2
  7. package/dist/src/components/Avatar.vue.d.ts +2 -2
  8. package/dist/src/components/Badge.vue.d.ts +2 -2
  9. package/dist/src/components/Button.vue.d.ts +4 -4
  10. package/dist/src/components/ButtonGroup.vue.d.ts +2 -2
  11. package/dist/src/components/Card.vue.d.ts +2 -2
  12. package/dist/src/components/Checkbox.vue.d.ts +10 -10
  13. package/dist/src/components/DataTable.vue.d.ts +2 -2
  14. package/dist/src/components/DataTableCell.vue.d.ts +2 -2
  15. package/dist/src/components/DatePicker.vue.d.ts +4 -4
  16. package/dist/src/components/Divider.vue.d.ts +2 -2
  17. package/dist/src/components/DropdownItem.vue.d.ts +2 -2
  18. package/dist/src/components/FormField.vue.d.ts +8 -8
  19. package/dist/src/components/Icon.vue.d.ts +2 -2
  20. package/dist/src/components/Input.vue.d.ts +7 -7
  21. package/dist/src/components/Label.vue.d.ts +2 -2
  22. package/dist/src/components/Link.vue.d.ts +12 -12
  23. package/dist/src/components/ListItem.vue.d.ts +4 -4
  24. package/dist/src/components/Logo.vue.d.ts +2 -2
  25. package/dist/src/components/MenuItem.vue.d.ts +2 -2
  26. package/dist/src/components/ProgressBar.vue.d.ts +4 -4
  27. package/dist/src/components/Radio.vue.d.ts +4 -4
  28. package/dist/src/components/Search.vue.d.ts +5 -5
  29. package/dist/src/components/Select.vue.d.ts +2 -2
  30. package/dist/src/components/Spinner.vue.d.ts +4 -4
  31. package/dist/src/components/Switch.vue.d.ts +2 -2
  32. package/dist/src/components/Text.vue.d.ts +4 -4
  33. package/dist/src/components/Textarea.vue.d.ts +6 -6
  34. package/dist/src/components/TimelineItem.vue.d.ts +2 -2
  35. package/dist/src/components/Toast.vue.d.ts.map +1 -1
  36. package/dist/src/components/Typography.vue.d.ts +6 -6
  37. package/dist/src/components/icons.d.ts +12 -0
  38. package/dist/src/components/icons.d.ts.map +1 -1
  39. package/dist/src/index.d.ts +2 -1
  40. package/dist/src/index.d.ts.map +1 -1
  41. package/dist/src/layouts/ErrorLayout.vue.d.ts +12 -12
  42. package/dist/src/lib/toast.d.ts +1 -1
  43. package/dist/tsconfig.tsbuildinfo +1 -1
  44. package/dist/vue-ui.css +1 -1
  45. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"App.vue.d.ts","sourceRoot":"","sources":["../../src/App.vue"],"names":[],"mappings":";AAoeA,wBACG"}
1
+ {"version":3,"file":"App.vue.d.ts","sourceRoot":"","sources":["../../src/App.vue"],"names":[],"mappings":""}
@@ -6,8 +6,8 @@ type __VLS_WithSlots<T, S> = T & (new () => {
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $emit: typeof emit;
8
8
  $props: Partial<typeof props>;
9
- variant: string;
10
9
  size: string;
10
+ variant: string;
11
11
  disabled: boolean;
12
12
  items: unknown[];
13
13
  multiple: boolean;
@@ -21,8 +21,8 @@ type __VLS_Slots = {
21
21
  };
22
22
  declare const emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
23
23
  declare const props: {
24
- readonly variant: string;
25
24
  readonly size: string;
25
+ readonly variant: string;
26
26
  readonly disabled: boolean;
27
27
  readonly items: unknown[];
28
28
  readonly multiple: boolean;
@@ -5,8 +5,8 @@ type __VLS_WithSlots<T, S> = T & (new () => {
5
5
  });
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $props: Partial<typeof props>;
8
- variant: string;
9
8
  size: string;
9
+ variant: string;
10
10
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
11
  type __VLS_Slots = {
12
12
  header?: (props: {
@@ -18,7 +18,7 @@ type __VLS_Slots = {
18
18
  }) => any;
19
19
  };
20
20
  declare const props: {
21
- readonly variant: string;
22
21
  readonly size: string;
22
+ readonly variant: string;
23
23
  };
24
24
  //# sourceMappingURL=AccordionItem.vue.d.ts.map
@@ -1,7 +1,7 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  $props: Partial<typeof props>;
3
- variant: string;
4
3
  size: string;
4
+ variant: string;
5
5
  class?: string;
6
6
  src?: string;
7
7
  alt?: string;
@@ -9,8 +9,8 @@ declare const _default: import("vue").DefineComponent<{}, {
9
9
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
10
  export default _default;
11
11
  declare const props: {
12
- readonly variant: string;
13
12
  readonly size: string;
13
+ readonly variant: string;
14
14
  readonly class?: string;
15
15
  readonly src?: string;
16
16
  readonly alt?: string;
@@ -6,8 +6,8 @@ type __VLS_WithSlots<T, S> = T & (new () => {
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $emit: typeof emit;
8
8
  $props: Partial<typeof props>;
9
- variant: string;
10
9
  size: string;
10
+ variant: string;
11
11
  dismissible: boolean;
12
12
  shape: string;
13
13
  dismissLabel: string;
@@ -18,8 +18,8 @@ type __VLS_Slots = {
18
18
  };
19
19
  declare const emit: (event: "dismiss", ...args: any[]) => void;
20
20
  declare const props: {
21
- readonly variant: string;
22
21
  readonly size: string;
22
+ readonly variant: string;
23
23
  readonly dismissible: boolean;
24
24
  readonly shape: string;
25
25
  readonly dismissLabel: string;
@@ -5,10 +5,10 @@ type __VLS_WithSlots<T, S> = T & (new () => {
5
5
  });
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $props: Partial<typeof props>;
8
- variant: string;
9
8
  size: string;
10
- disabled: boolean;
9
+ variant: string;
11
10
  loading: boolean;
11
+ disabled: boolean;
12
12
  loadingText?: string;
13
13
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
14
  type __VLS_Slots = {
@@ -17,10 +17,10 @@ type __VLS_Slots = {
17
17
  default?: (props: {}) => any;
18
18
  };
19
19
  declare const props: {
20
- readonly variant: string;
21
20
  readonly size: string;
22
- readonly disabled: boolean;
21
+ readonly variant: string;
23
22
  readonly loading: boolean;
23
+ readonly disabled: boolean;
24
24
  readonly loadingText?: string;
25
25
  };
26
26
  //# sourceMappingURL=Button.vue.d.ts.map
@@ -5,8 +5,8 @@ type __VLS_WithSlots<T, S> = T & (new () => {
5
5
  });
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $props: Partial<typeof props>;
8
- variant: string;
9
8
  size: string;
9
+ variant: string;
10
10
  orientation: string;
11
11
  ariaLabel?: string;
12
12
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -14,8 +14,8 @@ type __VLS_Slots = {
14
14
  default?: (props: {}) => any;
15
15
  };
16
16
  declare const props: {
17
- readonly variant: string;
18
17
  readonly size: string;
18
+ readonly variant: string;
19
19
  readonly orientation: string;
20
20
  readonly ariaLabel?: string;
21
21
  };
@@ -13,8 +13,8 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
13
13
  hoverable: boolean;
14
14
  clickable: boolean;
15
15
  title?: string;
16
- subtitle?: string;
17
16
  image?: string;
17
+ subtitle?: string;
18
18
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
19
19
  type __VLS_Slots = {
20
20
  header?: (props: {}) => any;
@@ -36,7 +36,7 @@ declare const props: {
36
36
  readonly hoverable: boolean;
37
37
  readonly clickable: boolean;
38
38
  readonly title?: string;
39
- readonly subtitle?: string;
40
39
  readonly image?: string;
40
+ readonly subtitle?: string;
41
41
  };
42
42
  //# sourceMappingURL=Card.vue.d.ts.map
@@ -6,33 +6,33 @@ type __VLS_WithSlots<T, S> = T & (new () => {
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $emit: typeof emit;
8
8
  $props: Partial<typeof props>;
9
- required: boolean;
10
- variant: string;
11
9
  size: string;
12
- modelValue: boolean | unknown[];
10
+ variant: string;
11
+ required: boolean;
13
12
  disabled: boolean;
13
+ modelValue: boolean | unknown[];
14
14
  indeterminate: boolean;
15
+ error?: string;
15
16
  value?: string | number | boolean;
16
17
  label?: string;
17
- description?: string;
18
- error?: string;
19
18
  id?: string;
19
+ description?: string;
20
20
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
21
21
  type __VLS_Slots = {
22
22
  default?: (props: {}) => any;
23
23
  };
24
24
  declare const emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
25
25
  declare const props: {
26
- readonly required: boolean;
27
- readonly variant: string;
28
26
  readonly size: string;
29
- readonly modelValue: boolean | unknown[];
27
+ readonly variant: string;
28
+ readonly required: boolean;
30
29
  readonly disabled: boolean;
30
+ readonly modelValue: boolean | unknown[];
31
31
  readonly indeterminate: boolean;
32
+ readonly error?: string;
32
33
  readonly value?: string | number | boolean;
33
34
  readonly label?: string;
34
- readonly description?: string;
35
- readonly error?: string;
36
35
  readonly id?: string;
36
+ readonly description?: string;
37
37
  };
38
38
  //# sourceMappingURL=Checkbox.vue.d.ts.map
@@ -6,8 +6,8 @@ type __VLS_WithSlots<T, S> = T & (new () => {
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $emit: typeof emit;
8
8
  $props: Partial<typeof props>;
9
- data: unknown[];
10
9
  variant: string;
10
+ data: unknown[];
11
11
  hoverable: boolean;
12
12
  columns: unknown[];
13
13
  selectable: boolean;
@@ -51,8 +51,8 @@ type __VLS_Slots = {
51
51
  };
52
52
  declare const emit: (event: "row-click" | "selection-change" | "sort-change", ...args: any[]) => void;
53
53
  declare const props: {
54
- readonly data: unknown[];
55
54
  readonly variant: string;
55
+ readonly data: unknown[];
56
56
  readonly hoverable: boolean;
57
57
  readonly columns: unknown[];
58
58
  readonly selectable: boolean;
@@ -11,7 +11,7 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
11
11
  column: Record<string, any>;
12
12
  textSize: string;
13
13
  textColor: string;
14
- value?: string | number | boolean | Record<string, any> | unknown[];
14
+ value?: string | number | boolean | unknown[] | Record<string, any>;
15
15
  width?: string;
16
16
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
17
  type __VLS_Slots = {
@@ -24,7 +24,7 @@ declare const props: {
24
24
  readonly column: Record<string, any>;
25
25
  readonly textSize: string;
26
26
  readonly textColor: string;
27
- readonly value?: string | number | boolean | Record<string, any> | unknown[];
27
+ readonly value?: string | number | boolean | unknown[] | Record<string, any>;
28
28
  readonly width?: string;
29
29
  };
30
30
  //# sourceMappingURL=DataTableCell.vue.d.ts.map
@@ -1,9 +1,9 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  $emit: typeof __VLS_emit;
3
3
  $props: Partial<typeof props>;
4
- required: boolean;
5
- variant: string;
6
4
  size: string;
5
+ variant: string;
6
+ required: boolean;
7
7
  disabled: boolean;
8
8
  id?: string;
9
9
  modelValue?: string;
@@ -13,9 +13,9 @@ declare const _default: import("vue").DefineComponent<{}, {
13
13
  export default _default;
14
14
  declare const __VLS_emit: (event: "update:modelValue", ...args: any[]) => void;
15
15
  declare const props: {
16
- readonly required: boolean;
17
- readonly variant: string;
18
16
  readonly size: string;
17
+ readonly variant: string;
18
+ readonly required: boolean;
19
19
  readonly disabled: boolean;
20
20
  readonly id?: string;
21
21
  readonly modelValue?: string;
@@ -1,7 +1,7 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  $props: Partial<typeof props>;
3
- color: string;
4
3
  size: string;
4
+ color: string;
5
5
  orientation: string;
6
6
  faded: boolean;
7
7
  label?: string;
@@ -9,8 +9,8 @@ declare const _default: import("vue").DefineComponent<{}, {
9
9
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
10
  export default _default;
11
11
  declare const props: {
12
- readonly color: string;
13
12
  readonly size: string;
13
+ readonly color: string;
14
14
  readonly orientation: string;
15
15
  readonly faded: boolean;
16
16
  readonly label?: string;
@@ -8,8 +8,8 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
8
8
  $props: Partial<typeof props>;
9
9
  variant: string;
10
10
  disabled: boolean;
11
- href?: string;
12
11
  icon?: string;
12
+ href?: string;
13
13
  shortcut?: string;
14
14
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
15
  type __VLS_Slots = {
@@ -19,8 +19,8 @@ declare const emit: (event: "click", ...args: any[]) => void;
19
19
  declare const props: {
20
20
  readonly variant: string;
21
21
  readonly disabled: boolean;
22
- readonly href?: string;
23
22
  readonly icon?: string;
23
+ readonly href?: string;
24
24
  readonly shortcut?: string;
25
25
  };
26
26
  //# sourceMappingURL=DropdownItem.vue.d.ts.map
@@ -5,14 +5,14 @@ type __VLS_WithSlots<T, S> = T & (new () => {
5
5
  });
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $props: Partial<typeof props>;
8
- required: boolean;
9
8
  size: string;
10
- label?: string;
9
+ required: boolean;
11
10
  success?: string;
12
- description?: string;
13
11
  error?: string;
14
- helpText?: string;
12
+ label?: string;
15
13
  id?: string;
14
+ description?: string;
15
+ helpText?: string;
16
16
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
17
  type __VLS_Slots = {
18
18
  default?: (props: {
@@ -22,13 +22,13 @@ type __VLS_Slots = {
22
22
  }) => any;
23
23
  };
24
24
  declare const props: {
25
- readonly required: boolean;
26
25
  readonly size: string;
27
- readonly label?: string;
26
+ readonly required: boolean;
28
27
  readonly success?: string;
29
- readonly description?: string;
30
28
  readonly error?: string;
31
- readonly helpText?: string;
29
+ readonly label?: string;
32
30
  readonly id?: string;
31
+ readonly description?: string;
32
+ readonly helpText?: string;
33
33
  };
34
34
  //# sourceMappingURL=FormField.vue.d.ts.map
@@ -1,14 +1,14 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  $props: Partial<typeof props>;
3
- name: string;
4
3
  size: string;
4
+ name: string;
5
5
  color?: string;
6
6
  ariaLabel?: string;
7
7
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
8
  export default _default;
9
9
  declare const props: {
10
- readonly name: string;
11
10
  readonly size: string;
11
+ readonly name: string;
12
12
  readonly color?: string;
13
13
  readonly ariaLabel?: string;
14
14
  };
@@ -4,13 +4,13 @@ declare const _default: import("vue").DefineComponent<{}, {
4
4
  select: () => any;
5
5
  $emit: typeof emit;
6
6
  $props: Partial<typeof props>;
7
+ size: string;
8
+ variant: string;
7
9
  type: string;
8
10
  required: boolean;
9
- variant: string;
10
- size: string;
11
+ disabled: boolean;
11
12
  placeholder: string;
12
13
  modelValue: string | number;
13
- disabled: boolean;
14
14
  readonly: boolean;
15
15
  clearable: boolean;
16
16
  clearLabel: string;
@@ -21,15 +21,15 @@ declare const _default: import("vue").DefineComponent<{}, {
21
21
  autocomplete?: string;
22
22
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
23
  export default _default;
24
- declare const emit: (event: "update:modelValue" | "blur" | "focus" | "clear" | "keydown", ...args: any[]) => void;
24
+ declare const emit: (event: "clear" | "update:modelValue" | "blur" | "focus" | "keydown", ...args: any[]) => void;
25
25
  declare const props: {
26
+ readonly size: string;
27
+ readonly variant: string;
26
28
  readonly type: string;
27
29
  readonly required: boolean;
28
- readonly variant: string;
29
- readonly size: string;
30
+ readonly disabled: boolean;
30
31
  readonly placeholder: string;
31
32
  readonly modelValue: string | number;
32
- readonly disabled: boolean;
33
33
  readonly readonly: boolean;
34
34
  readonly clearable: boolean;
35
35
  readonly clearLabel: string;
@@ -5,8 +5,8 @@ type __VLS_WithSlots<T, S> = T & (new () => {
5
5
  });
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $props: Partial<typeof props>;
8
- required: boolean;
9
8
  size: string;
9
+ required: boolean;
10
10
  disabled: boolean;
11
11
  class?: string;
12
12
  htmlFor?: string;
@@ -15,8 +15,8 @@ type __VLS_Slots = {
15
15
  default?: (props: {}) => any;
16
16
  };
17
17
  declare const props: {
18
- readonly required: boolean;
19
18
  readonly size: string;
19
+ readonly required: boolean;
20
20
  readonly disabled: boolean;
21
21
  readonly class?: string;
22
22
  readonly htmlFor?: string;
@@ -6,18 +6,18 @@ type __VLS_WithSlots<T, S> = T & (new () => {
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $emit: typeof emit;
8
8
  $props: Partial<typeof props>;
9
- variant: string;
10
- underline: string;
11
9
  size: string;
10
+ variant: string;
12
11
  disabled: boolean;
12
+ block: boolean;
13
13
  external: boolean;
14
+ underline: string;
14
15
  iconPosition: string;
15
16
  showExternalIcon: boolean;
16
- block: boolean;
17
- href?: string;
18
- icon?: string;
19
- target?: string;
20
17
  to?: string | Record<string, any>;
18
+ target?: string;
19
+ icon?: string;
20
+ href?: string;
21
21
  rel?: string;
22
22
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
23
  type __VLS_Slots = {
@@ -25,18 +25,18 @@ type __VLS_Slots = {
25
25
  };
26
26
  declare const emit: (event: "click", ...args: any[]) => void;
27
27
  declare const props: {
28
- readonly variant: string;
29
- readonly underline: string;
30
28
  readonly size: string;
29
+ readonly variant: string;
31
30
  readonly disabled: boolean;
31
+ readonly block: boolean;
32
32
  readonly external: boolean;
33
+ readonly underline: string;
33
34
  readonly iconPosition: string;
34
35
  readonly showExternalIcon: boolean;
35
- readonly block: boolean;
36
- readonly href?: string;
37
- readonly icon?: string;
38
- readonly target?: string;
39
36
  readonly to?: string | Record<string, any>;
37
+ readonly target?: string;
38
+ readonly icon?: string;
39
+ readonly href?: string;
40
40
  readonly rel?: string;
41
41
  };
42
42
  //# sourceMappingURL=Link.vue.d.ts.map
@@ -8,10 +8,10 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
8
8
  $props: Partial<typeof props>;
9
9
  variant: string;
10
10
  title?: string;
11
- href?: string;
11
+ role?: string;
12
12
  icon?: string;
13
13
  description?: string;
14
- role?: string;
14
+ href?: string;
15
15
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
16
  type __VLS_Slots = {
17
17
  icon?: (props: {}) => any;
@@ -24,9 +24,9 @@ declare const emit: (event: "click", ...args: any[]) => void;
24
24
  declare const props: {
25
25
  readonly variant: string;
26
26
  readonly title?: string;
27
- readonly href?: string;
27
+ readonly role?: string;
28
28
  readonly icon?: string;
29
29
  readonly description?: string;
30
- readonly role?: string;
30
+ readonly href?: string;
31
31
  };
32
32
  //# sourceMappingURL=ListItem.vue.d.ts.map
@@ -1,7 +1,7 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  $props: Partial<typeof props>;
3
- variant: string;
4
3
  size: string;
4
+ variant: string;
5
5
  text?: string;
6
6
  class?: string;
7
7
  src?: string;
@@ -9,8 +9,8 @@ declare const _default: import("vue").DefineComponent<{}, {
9
9
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
10
  export default _default;
11
11
  declare const props: {
12
- readonly variant: string;
13
12
  readonly size: string;
13
+ readonly variant: string;
14
14
  readonly text?: string;
15
15
  readonly class?: string;
16
16
  readonly src?: string;
@@ -9,8 +9,8 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
9
9
  variant: string;
10
10
  disabled: boolean;
11
11
  hasSubmenu: boolean;
12
- href?: string;
13
12
  icon?: string;
13
+ href?: string;
14
14
  shortcut?: string;
15
15
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
16
  type __VLS_Slots = {
@@ -21,8 +21,8 @@ declare const props: {
21
21
  readonly variant: string;
22
22
  readonly disabled: boolean;
23
23
  readonly hasSubmenu: boolean;
24
- readonly href?: string;
25
24
  readonly icon?: string;
25
+ readonly href?: string;
26
26
  readonly shortcut?: string;
27
27
  };
28
28
  //# sourceMappingURL=MenuItem.vue.d.ts.map
@@ -1,17 +1,17 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  $props: Partial<typeof props>;
3
- value: number;
4
- variant: string;
5
3
  size: string;
4
+ variant: string;
5
+ value: number;
6
6
  max: number;
7
7
  showLabel: boolean;
8
8
  class?: string;
9
9
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
10
  export default _default;
11
11
  declare const props: {
12
- readonly value: number;
13
- readonly variant: string;
14
12
  readonly size: string;
13
+ readonly variant: string;
14
+ readonly value: number;
15
15
  readonly max: number;
16
16
  readonly showLabel: boolean;
17
17
  readonly class?: string;
@@ -1,20 +1,20 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  $emit: typeof emit;
3
3
  $props: Partial<typeof props>;
4
- value: unknown;
5
4
  size: string;
6
- modelValue: any;
5
+ value: unknown;
7
6
  disabled: boolean;
7
+ modelValue: any;
8
8
  label?: string;
9
9
  class?: string;
10
10
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
11
  export default _default;
12
12
  declare const emit: (event: "update:modelValue", ...args: any[]) => void;
13
13
  declare const props: {
14
- readonly value: unknown;
15
14
  readonly size: string;
16
- readonly modelValue: any;
15
+ readonly value: unknown;
17
16
  readonly disabled: boolean;
17
+ readonly modelValue: any;
18
18
  readonly label?: string;
19
19
  readonly class?: string;
20
20
  };
@@ -7,12 +7,12 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $emit: typeof emit;
8
8
  $props: Partial<typeof props>;
9
9
  size: string;
10
+ loading: boolean;
11
+ disabled: boolean;
10
12
  placeholder: string;
11
13
  modelValue: string;
12
- disabled: boolean;
13
14
  clearable: boolean;
14
15
  clearLabel: string;
15
- loading: boolean;
16
16
  results: unknown[];
17
17
  debounce: number;
18
18
  minLength: number;
@@ -23,15 +23,15 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
23
23
  type __VLS_Slots = {
24
24
  footer?: (props: {}) => any;
25
25
  };
26
- declare const emit: (event: "search" | "select" | "update:modelValue" | "blur" | "focus" | "clear", ...args: any[]) => void;
26
+ declare const emit: (event: "clear" | "search" | "select" | "update:modelValue" | "blur" | "focus", ...args: any[]) => void;
27
27
  declare const props: {
28
28
  readonly size: string;
29
+ readonly loading: boolean;
30
+ readonly disabled: boolean;
29
31
  readonly placeholder: string;
30
32
  readonly modelValue: string;
31
- readonly disabled: boolean;
32
33
  readonly clearable: boolean;
33
34
  readonly clearLabel: string;
34
- readonly loading: boolean;
35
35
  readonly results: unknown[];
36
36
  readonly debounce: number;
37
37
  readonly minLength: number;
@@ -6,8 +6,8 @@ type __VLS_WithSlots<T, S> = T & (new () => {
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $emit: typeof __VLS_emit;
8
8
  $props: Partial<typeof props>;
9
- modelValue: string | number | boolean;
10
9
  disabled: boolean;
10
+ modelValue: string | number | boolean;
11
11
  class?: string;
12
12
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
13
  type __VLS_Slots = {
@@ -15,8 +15,8 @@ type __VLS_Slots = {
15
15
  };
16
16
  declare const __VLS_emit: (event: "update:modelValue", ...args: any[]) => void;
17
17
  declare const props: {
18
- readonly modelValue: string | number | boolean;
19
18
  readonly disabled: boolean;
19
+ readonly modelValue: string | number | boolean;
20
20
  readonly class?: string;
21
21
  };
22
22
  //# sourceMappingURL=Select.vue.d.ts.map
@@ -1,15 +1,15 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  $props: Partial<typeof props>;
3
- label: string;
4
- variant: string;
5
3
  size: string;
4
+ variant: string;
5
+ label: string;
6
6
  class?: string;
7
7
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
8
  export default _default;
9
9
  declare const props: {
10
- readonly label: string;
11
- readonly variant: string;
12
10
  readonly size: string;
11
+ readonly variant: string;
12
+ readonly label: string;
13
13
  readonly class?: string;
14
14
  };
15
15
  //# sourceMappingURL=Spinner.vue.d.ts.map