@rotki/ui-library 2.7.0 → 2.8.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.
Files changed (81) hide show
  1. package/dist/components/accordions/accordion/RuiAccordion.vue.d.ts +3 -2
  2. package/dist/components/accordions/accordions/RuiAccordions.vue.d.ts +2 -1
  3. package/dist/components/alerts/RuiAlert.vue.d.ts +4 -3
  4. package/dist/components/buttons/button/RuiButton.vue.d.ts +7 -5
  5. package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +6 -5
  6. package/dist/components/calendar/RuiCalendar.vue.d.ts +4 -2
  7. package/dist/components/calendar/RuiCalendarGrid.vue.d.ts +4 -2
  8. package/dist/components/calendar/RuiCalendarHeader.vue.d.ts +4 -2
  9. package/dist/components/calendar/RuiCalendarMenu.vue.d.ts +4 -2
  10. package/dist/components/cards/RuiCard.vue.d.ts +4 -3
  11. package/dist/components/cards/RuiCardHeader.vue.d.ts +3 -2
  12. package/dist/components/chips/RuiChip.vue.d.ts +4 -3
  13. package/dist/components/color-picker/RuiColorBoard.vue.d.ts +2 -1
  14. package/dist/components/color-picker/RuiColorDisplay.vue.d.ts +2 -1
  15. package/dist/components/color-picker/RuiColorHue.vue.d.ts +4 -3
  16. package/dist/components/color-picker/RuiColorInput.vue.d.ts +4 -3
  17. package/dist/components/color-picker/RuiColorPicker.vue.d.ts +2 -1
  18. package/dist/components/color-picker/utils.d.ts +1 -1
  19. package/dist/components/date-time-picker/RuiDateTimePicker.vue.d.ts +10 -8
  20. package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.d.ts +5 -3
  21. package/dist/components/divider/RuiDivider.vue.d.ts +2 -1
  22. package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +29 -28
  23. package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +4 -3
  24. package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +7 -6
  25. package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +7 -6
  26. package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +8 -6
  27. package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +747 -10
  28. package/dist/components/forms/select/RuiSimpleSelect.vue.d.ts +3 -2
  29. package/dist/components/forms/slider/RuiSlider.vue.d.ts +3 -2
  30. package/dist/components/forms/switch/RuiSwitch.vue.d.ts +3 -2
  31. package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +8 -6
  32. package/dist/components/forms/text-field/RuiTextField.vue.d.ts +10 -8
  33. package/dist/components/helpers/RuiFormTextDetail.vue.d.ts +2 -1
  34. package/dist/components/icons/RuiIcon.vue.d.ts +2 -1
  35. package/dist/components/index.d.ts +2 -1
  36. package/dist/components/index.es.js +4343 -4260
  37. package/dist/components/loaders/RuiSkeletonBase.vue.d.ts +2 -1
  38. package/dist/components/loaders/RuiSkeletonLoader.vue.d.ts +2 -1
  39. package/dist/components/logos/RuiLogo.vue.d.ts +2 -1
  40. package/dist/components/overlays/badge/RuiBadge.vue.d.ts +5 -4
  41. package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +3 -2
  42. package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +6 -5
  43. package/dist/components/overlays/menu/RuiMenu.vue.d.ts +6 -3
  44. package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +6 -5
  45. package/dist/components/overlays/notification/RuiNotification.vue.d.ts +4 -3
  46. package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +4 -3
  47. package/dist/components/progress/RuiProgress.vue.d.ts +3 -2
  48. package/dist/components/steppers/RuiFooterStepper.vue.d.ts +2 -1
  49. package/dist/components/steppers/RuiStepper.vue.d.ts +4 -3
  50. package/dist/components/steppers/RuiStepperCustomIcon.vue.d.ts +2 -1
  51. package/dist/components/steppers/RuiStepperIcon.vue.d.ts +2 -1
  52. package/dist/components/tables/RuiDataTable.vue.d.ts +13 -12
  53. package/dist/components/tables/RuiExpandButton.vue.d.ts +3 -2
  54. package/dist/components/tables/RuiTableHead.vue.d.ts +7 -6
  55. package/dist/components/tables/RuiTablePagination.vue.d.ts +3 -2
  56. package/dist/components/tabs/tab/RuiTab.vue.d.ts +5 -4
  57. package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +4 -3
  58. package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +7 -6
  59. package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +3 -2
  60. package/dist/components/time-picker/RuiTimePicker.vue.d.ts +4 -2
  61. package/dist/composables/defaults/table.d.ts +1 -2
  62. package/dist/composables/dropdown-menu.d.ts +3 -2
  63. package/dist/composables/index-CC7A7CEh.js +737 -0
  64. package/dist/composables/index.es.js +1 -1
  65. package/dist/composables/popper.d.ts +2 -2
  66. package/dist/composables/sticky-header.d.ts +1 -1
  67. package/dist/consts/time-accuracy-BnKA5GyT.js +1 -1
  68. package/dist/consts/typography.d.ts +38 -4
  69. package/dist/{index-cTPqOSmm.js → index-D7l4d7N2.js} +4 -4
  70. package/dist/index.es.js +4 -4
  71. package/dist/style.css +1 -1
  72. package/dist/theme/index.es.js +30 -23
  73. package/dist/utils/form-text-detail.d.ts +1 -1
  74. package/dist/utils/index-DJ-ueLCs.js +158 -0
  75. package/dist/vendor-Hqbg5uCG.js +1931 -0
  76. package/dist/web-types.json +59 -39
  77. package/package.json +41 -48
  78. package/README.md +0 -276
  79. package/dist/composables/index-D7DVd8pO.js +0 -717
  80. package/dist/utils/index-D-sENcA8.js +0 -158
  81. package/dist/vendor-X3mXJl51.js +0 -1931
@@ -13,7 +13,7 @@ type __VLS_Slots = {} & {
13
13
  } & {
14
14
  default?: (props: typeof __VLS_7) => any;
15
15
  };
16
- declare const __VLS_component: import("vue").DefineComponent<AccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
16
+ declare const __VLS_base: import("vue").DefineComponent<AccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
17
17
  click: () => any;
18
18
  }, string, import("vue").PublicProps, Readonly<AccordionProps> & Readonly<{
19
19
  onClick?: (() => any) | undefined;
@@ -24,7 +24,8 @@ declare const __VLS_component: import("vue").DefineComponent<AccordionProps, {},
24
24
  headerClass: string;
25
25
  contentClass: string;
26
26
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
27
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
+ declare const _default: typeof __VLS_export;
28
29
  export default _default;
29
30
  type __VLS_WithSlots<T, S> = T & {
30
31
  new (): {
@@ -2,7 +2,7 @@ export interface Props {
2
2
  modelValue?: number[] | number;
3
3
  multiple?: boolean;
4
4
  }
5
- declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
6
  "update:model-value": (modelValue: number | number[]) => any;
7
7
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
8
8
  "onUpdate:model-value"?: ((modelValue: number | number[]) => any) | undefined;
@@ -10,4 +10,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
10
10
  modelValue: number[] | number;
11
11
  multiple: boolean;
12
12
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: typeof __VLS_export;
13
14
  export default _default;
@@ -15,22 +15,23 @@ type __VLS_Slots = {} & {
15
15
  } & {
16
16
  default?: (props: typeof __VLS_7) => any;
17
17
  };
18
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
18
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
19
19
  close: () => any;
20
20
  action: () => any;
21
21
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
22
22
  onClose?: (() => any) | undefined;
23
23
  onAction?: (() => any) | undefined;
24
24
  }>, {
25
+ title: string;
25
26
  variant: "default" | "filled" | "outlined";
26
27
  type: ContextColorsType;
27
- title: string;
28
28
  icon: RuiIcons;
29
29
  description: string;
30
30
  actionText: string;
31
31
  closeable: boolean;
32
32
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
33
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
33
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
34
+ declare const _default: typeof __VLS_export;
34
35
  export default _default;
35
36
  type __VLS_WithSlots<T, S> = T & {
36
37
  new (): {
@@ -12,12 +12,13 @@ export interface Props<T = undefined> {
12
12
  tag?: 'button' | 'a';
13
13
  type?: 'button' | 'submit';
14
14
  modelValue?: T;
15
+ hideFocusIndicator?: boolean;
15
16
  }
16
- declare const _default: <T = undefined>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
17
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
18
- readonly "onUpdate:model-value"?: ((value?: T | undefined) => any) | undefined;
19
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:model-value"> & Props<T> & {}> & import("vue").PublicProps;
20
- expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
17
+ declare const __VLS_export: <T = undefined>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
18
+ props: __VLS_PrettifyLocal<Props<T> & {
19
+ "onUpdate:model-value"?: ((value?: T | undefined) => any) | undefined;
20
+ }> & import("vue").PublicProps;
21
+ expose: (exposed: {}) => void;
21
22
  attrs: any;
22
23
  slots: {
23
24
  prepend?: (props: {}) => any;
@@ -30,6 +31,7 @@ declare const _default: <T = undefined>(__VLS_props: NonNullable<Awaited<typeof
30
31
  }>) => import("vue").VNode & {
31
32
  __ctx?: Awaited<typeof __VLS_setup>;
32
33
  };
34
+ declare const _default: typeof __VLS_export;
33
35
  export default _default;
34
36
  type __VLS_PrettifyLocal<T> = {
35
37
  [K in keyof T as K]: T[K];
@@ -10,17 +10,18 @@ export interface Props<T = undefined> {
10
10
  modelValue?: T | T[];
11
11
  disabled?: boolean;
12
12
  }
13
- declare const _default: <T = undefined>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
14
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
15
- readonly "onUpdate:modelValue"?: ((modelValue?: T | T[] | undefined) => any) | undefined;
16
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & Props<T> & {}> & import("vue").PublicProps;
17
- expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
13
+ declare const __VLS_export: <T = undefined>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
14
+ props: __VLS_PrettifyLocal<Props<T> & {
15
+ "onUpdate:modelValue"?: ((modelValue?: T | T[] | undefined) => any) | undefined;
16
+ }> & import("vue").PublicProps;
17
+ expose: (exposed: {}) => void;
18
18
  attrs: any;
19
19
  slots: {};
20
20
  emit: (e: "update:modelValue", modelValue?: T | T[]) => void;
21
21
  }>) => import("vue").VNode & {
22
22
  __ctx?: Awaited<typeof __VLS_setup>;
23
23
  };
24
+ declare const _default: typeof __VLS_export;
24
25
  export default _default;
25
26
  type __VLS_PrettifyLocal<T> = {
26
27
  [K in keyof T as K]: T[K];
@@ -6,11 +6,12 @@ export interface CalendarProps {
6
6
  }
7
7
  type __VLS_Props = CalendarProps;
8
8
  declare function move(date: Date | number): void;
9
- type __VLS_PublicProps = __VLS_Props & {
9
+ type __VLS_ModelProps = {
10
10
  modelValue?: Date | undefined;
11
11
  'menuOpen'?: boolean;
12
12
  };
13
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
13
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
14
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
14
15
  move: typeof move;
15
16
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
17
  "update:modelValue": (value: Date | undefined) => any;
@@ -30,4 +31,5 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
30
31
  allowEmpty: boolean;
31
32
  borderless: boolean;
32
33
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
+ declare const _default: typeof __VLS_export;
33
35
  export default _default;
@@ -2,12 +2,14 @@ type __VLS_Props = {
2
2
  viewMonth: number;
3
3
  viewYear: number;
4
4
  };
5
- type __VLS_PublicProps = __VLS_Props & {
5
+ type __VLS_ModelProps = {
6
6
  modelValue?: Date | undefined;
7
7
  };
8
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
9
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
10
  "update:modelValue": (value: Date | undefined) => any;
10
11
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
12
  "onUpdate:modelValue"?: ((value: Date | undefined) => any) | undefined;
12
13
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: typeof __VLS_export;
13
15
  export default _default;
@@ -4,10 +4,11 @@ type __VLS_Props = {
4
4
  viewMonth: number;
5
5
  viewYear: number;
6
6
  };
7
- type __VLS_PublicProps = __VLS_Props & {
7
+ type __VLS_ModelProps = {
8
8
  'menuOpen': boolean;
9
9
  };
10
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
11
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
12
  "prev-month": () => any;
12
13
  "next-month": () => any;
13
14
  "select-month": (args_0: MonthYearSelection) => any;
@@ -18,4 +19,5 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
18
19
  "onSelect-month"?: ((args_0: MonthYearSelection) => any) | undefined;
19
20
  "onUpdate:menuOpen"?: ((value: boolean) => any) | undefined;
20
21
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: typeof __VLS_export;
21
23
  export default _default;
@@ -4,14 +4,16 @@ type __VLS_Props = {
4
4
  viewMonth: number;
5
5
  viewYear: number;
6
6
  };
7
- type __VLS_PublicProps = __VLS_Props & {
7
+ type __VLS_ModelProps = {
8
8
  modelValue?: boolean;
9
9
  };
10
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
11
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
12
  select: (args_0: MonthYearSelection) => any;
12
13
  "update:modelValue": (value: boolean | undefined) => any;
13
14
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
14
15
  onSelect?: ((args_0: MonthYearSelection) => any) | undefined;
15
16
  "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
16
17
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: typeof __VLS_export;
17
19
  export default _default;
@@ -23,16 +23,17 @@ type __VLS_Slots = {} & {
23
23
  } & {
24
24
  footer?: (props: typeof __VLS_20) => any;
25
25
  };
26
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
26
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
27
+ dense: boolean;
27
28
  variant: "flat" | "outlined";
28
29
  rounded: "sm" | "md" | "lg";
29
30
  elevation: number;
30
- dense: boolean;
31
31
  contentClass: string;
32
32
  divide: boolean;
33
33
  noPadding: boolean;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
35
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
36
+ declare const _default: typeof __VLS_export;
36
37
  export default _default;
37
38
  type __VLS_WithSlots<T, S> = T & {
38
39
  new (): {
@@ -9,10 +9,11 @@ type __VLS_Slots = {} & {
9
9
  } & {
10
10
  subheader?: (props: typeof __VLS_5) => any;
11
11
  };
12
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
12
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
13
13
  dense: boolean;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
+ declare const _default: typeof __VLS_export;
16
17
  export default _default;
17
18
  type __VLS_WithSlots<T, S> = T & {
18
19
  new (): {
@@ -19,7 +19,7 @@ type __VLS_Slots = {} & {
19
19
  } & {
20
20
  default?: (props: typeof __VLS_3) => any;
21
21
  };
22
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
22
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
23
23
  click: (e: any) => any;
24
24
  "click:close": () => any;
25
25
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
@@ -27,9 +27,9 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
27
27
  "onClick:close"?: (() => any) | undefined;
28
28
  }>, {
29
29
  size: "sm" | "md";
30
- variant: "filled" | "outlined";
31
30
  color: "grey" | ContextColorsType;
32
31
  disabled: boolean;
32
+ variant: "filled" | "outlined";
33
33
  contentClass: string;
34
34
  closeable: boolean;
35
35
  tile: boolean;
@@ -38,7 +38,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
38
38
  bgColor: string;
39
39
  textColor: string;
40
40
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
41
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
41
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
42
+ declare const _default: typeof __VLS_export;
42
43
  export default _default;
43
44
  type __VLS_WithSlots<T, S> = T & {
44
45
  new (): {
@@ -2,7 +2,7 @@ import { Color } from './utils';
2
2
  type __VLS_Props = {
3
3
  color: Color;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
6
  "update:board": (event: {
7
7
  saturation: number;
8
8
  brightness: number;
@@ -13,4 +13,5 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
13
13
  brightness: number;
14
14
  }) => any) | undefined;
15
15
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: typeof __VLS_export;
16
17
  export default _default;
@@ -1,5 +1,6 @@
1
1
  type __VLS_Props = {
2
2
  color: string;
3
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>;
4
+ declare const __VLS_export: 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
+ declare const _default: typeof __VLS_export;
5
6
  export default _default;
@@ -1,9 +1,10 @@
1
- type __VLS_PublicProps = {
1
+ type __VLS_ModelProps = {
2
2
  modelValue: number;
3
3
  };
4
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  "update:modelValue": (value: number) => any;
6
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
6
+ }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
7
7
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
8
8
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
@@ -1,10 +1,11 @@
1
1
  import type { Color } from './utils';
2
- type __VLS_PublicProps = {
2
+ type __VLS_ModelProps = {
3
3
  modelValue: Color;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
6
  "update:modelValue": (value: Color) => any;
7
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
7
+ }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
8
8
  "onUpdate:modelValue"?: ((value: Color) => any) | undefined;
9
9
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const _default: typeof __VLS_export;
10
11
  export default _default;
@@ -1,11 +1,12 @@
1
1
  export interface Props {
2
2
  modelValue?: string;
3
3
  }
4
- declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
5
  "update:model-value": (value: string) => any;
6
6
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
7
7
  "onUpdate:model-value"?: ((value: string) => any) | undefined;
8
8
  }>, {
9
9
  modelValue: string;
10
10
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: typeof __VLS_export;
11
12
  export default _default;
@@ -33,7 +33,7 @@ export declare class Color {
33
33
  get green(): number;
34
34
  set blue(value: number);
35
35
  get blue(): number;
36
- get rgb(): number[];
36
+ get rgb(): [number, number, number];
37
37
  }
38
38
  export declare function useElementDrag(handler: (x: number, y: number) => any): {
39
39
  handleClick: (e: {
@@ -37,40 +37,42 @@ declare const props: Readonly<{}> & {
37
37
  readonly errorMessages: string | string[];
38
38
  readonly successMessages: string | string[];
39
39
  } & {
40
- readonly readonly: boolean;
41
40
  readonly disabled: boolean;
42
- readonly hideDetails: boolean;
43
41
  readonly dense: boolean;
42
+ readonly readonly: boolean;
43
+ readonly hideDetails: boolean;
44
44
  readonly allowEmpty: boolean;
45
45
  };
46
46
  type __VLS_Slots = {
47
47
  'menu-content': () => any;
48
48
  };
49
- type __VLS_PublicProps = __VLS_Props & {
49
+ type __VLS_ModelProps = {
50
50
  modelValue: ModelValueType<typeof props.type>;
51
51
  };
52
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
52
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
53
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
53
54
  "update:modelValue": (value: number | Date | undefined) => any;
54
55
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
55
56
  "onUpdate:modelValue"?: ((value: number | Date | undefined) => any) | undefined;
56
57
  }>, {
58
+ label: string;
59
+ disabled: boolean;
60
+ dense: boolean;
57
61
  readonly: boolean;
58
62
  variant: "default" | "filled" | "outlined";
59
63
  type: DateTimeModelType;
60
- label: string;
61
- disabled: boolean;
62
64
  errorMessages: string | string[];
63
65
  successMessages: string | string[];
64
66
  hint: string;
65
67
  hideDetails: boolean;
66
- dense: boolean;
67
68
  maxDate: Date | number | "now";
68
69
  minDate: Date | number;
69
70
  allowEmpty: boolean;
70
71
  accuracy: TimeAccuracy;
71
72
  format: DateFormat;
72
73
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
73
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
74
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
75
+ declare const _default: typeof __VLS_export;
74
76
  export default _default;
75
77
  type __VLS_WithSlots<T, S> = T & {
76
78
  new (): {
@@ -8,7 +8,7 @@ type __VLS_Props = {
8
8
  type __VLS_Slots = {
9
9
  default: () => any;
10
10
  };
11
- type __VLS_PublicProps = __VLS_Props & {
11
+ type __VLS_ModelProps = {
12
12
  'selectedDate': Date | undefined;
13
13
  'selectedTime': Date | undefined;
14
14
  'selectedHour': number | undefined;
@@ -19,7 +19,8 @@ type __VLS_PublicProps = __VLS_Props & {
19
19
  'selectedTimezone': string | undefined;
20
20
  'calendarMenuOpen': boolean;
21
21
  };
22
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
23
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
24
  "set-now": () => any;
24
25
  "update:selectedDate": (value: Date | undefined) => any;
25
26
  "update:selectedTime": (value: Date | undefined) => any;
@@ -42,7 +43,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
42
43
  "onUpdate:selectedTimezone"?: ((value: string | undefined) => any) | undefined;
43
44
  "onUpdate:calendarMenuOpen"?: ((value: boolean) => any) | undefined;
44
45
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
45
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
46
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
47
+ declare const _default: typeof __VLS_export;
46
48
  export default _default;
47
49
  type __VLS_WithSlots<T, S> = T & {
48
50
  new (): {
@@ -1,7 +1,8 @@
1
1
  export interface Props {
2
2
  vertical?: boolean;
3
3
  }
4
- declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
4
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
5
5
  vertical: boolean;
6
6
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;