@rotki/ui-library 0.15.0 → 0.16.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 (63) hide show
  1. package/dist/RuiColorPicker.vue_vue_type_script_setup_true_lang-ByCIjyQ_.js +8945 -0
  2. package/dist/{breakpoint-CRvqq4aP.js → breakpoint-DAvEs_TA.js} +1 -1
  3. package/dist/components/alerts/{Alert.vue.d.ts → RuiAlert.vue.d.ts} +10 -10
  4. package/dist/components/buttons/button/{Button.vue.d.ts → RuiButton.vue.d.ts} +1 -1
  5. package/dist/components/buttons/button-group/{ButtonGroup.vue.d.ts → RuiButtonGroup.vue.d.ts} +1 -1
  6. package/dist/components/cards/{Card.vue.d.ts → RuiCard.vue.d.ts} +12 -12
  7. package/dist/components/chips/{Chip.vue.d.ts → RuiChip.vue.d.ts} +19 -19
  8. package/dist/components/color-picker/RuiColorBoard.vue.d.ts +23 -0
  9. package/dist/components/color-picker/RuiColorDisplay.vue.d.ts +12 -0
  10. package/dist/components/color-picker/RuiColorHue.vue.d.ts +12 -0
  11. package/dist/components/color-picker/RuiColorInput.vue.d.ts +13 -0
  12. package/dist/components/color-picker/RuiColorPicker.vue.d.ts +21 -0
  13. package/dist/components/color-picker/utils.d.ts +44 -0
  14. package/dist/components/forms/auto-complete/{AutoComplete.vue.d.ts → RuiAutoComplete.vue.d.ts} +1 -1
  15. package/dist/components/forms/auto-complete/{AutoCompleteSelection.vue.d.ts → RuiAutoCompleteSelection.vue.d.ts} +2 -2
  16. package/dist/components/forms/radio-button/radio-group/{RadioGroup.vue.d.ts → RuiRadioGroup.vue.d.ts} +10 -10
  17. package/dist/components/forms/revealable-text-field/{RevealableTextField.vue.d.ts → RuiRevealableTextField.vue.d.ts} +35 -35
  18. package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +2 -4
  19. package/dist/components/forms/slider/{Slider.vue.d.ts → RuiSlider.vue.d.ts} +17 -17
  20. package/dist/components/forms/text-area/{TextArea.vue.d.ts → RuiTextArea.vue.d.ts} +37 -37
  21. package/dist/components/forms/text-field/{TextField.vue.d.ts → RuiTextField.vue.d.ts} +36 -36
  22. package/dist/components/icons/{Icon.vue.d.ts → RuiIcon.vue.d.ts} +9 -9
  23. package/dist/components/index.d.ts +41 -39
  24. package/dist/components/index.es.js +36 -34
  25. package/dist/components/loaders/{SkeletonBase.vue.d.ts → RuiSkeletonBase.vue.d.ts} +3 -3
  26. package/dist/components/loaders/{Skeleton.vue.d.ts → RuiSkeletonLoader.vue.d.ts} +7 -7
  27. package/dist/components/overlays/badge/{Badge.vue.d.ts → RuiBadge.vue.d.ts} +19 -19
  28. package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +46 -0
  29. package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +87 -0
  30. package/dist/components/steppers/{FooterStepper.vue.d.ts → RuiFooterStepper.vue.d.ts} +19 -9
  31. package/dist/components/tables/{DataTable.vue.d.ts → RuiDataTable.vue.d.ts} +4 -3
  32. package/dist/components/tables/{ExpandButton.vue.d.ts → RuiExpandButton.vue.d.ts} +1 -1
  33. package/dist/components/tables/{TableHead.vue.d.ts → RuiTableHead.vue.d.ts} +1 -1
  34. package/dist/composables/index.es.js +2 -2
  35. package/dist/consts/typography.d.ts +1 -2
  36. package/dist/index-RsNqSz2V.js +177 -0
  37. package/dist/index.es.js +2787 -2785
  38. package/dist/style.css +1 -1
  39. package/package.json +35 -37
  40. package/dist/Accordion-BFcz_iFc.js +0 -8386
  41. package/dist/components/overlays/dialog/Dialog.vue.d.ts +0 -60
  42. package/dist/index-x2urm9HD.js +0 -176
  43. package/dist/components/accordions/accordion/{Accordion.vue.d.ts → RuiAccordion.vue.d.ts} +0 -0
  44. package/dist/components/accordions/accordions/{Accordions.vue.d.ts → RuiAccordions.vue.d.ts} +0 -0
  45. package/dist/components/cards/{CardHeader.vue.d.ts → RuiCardHeader.vue.d.ts} +0 -0
  46. package/dist/components/divider/{Divider.vue.d.ts → RuiDivider.vue.d.ts} +0 -0
  47. package/dist/components/forms/checkbox/{Checkbox.vue.d.ts → RuiCheckbox.vue.d.ts} +14 -14
  48. package/dist/components/forms/radio-button/radio/{Radio.vue.d.ts → RuiRadio.vue.d.ts} +17 -17
  49. package/dist/components/forms/select/{SimpleSelect.vue.d.ts → RuiSimpleSelect.vue.d.ts} +8 -8
  50. package/dist/components/forms/switch/{Switch.vue.d.ts → RuiSwitch.vue.d.ts} +5 -5
  51. package/dist/components/helpers/{FormTextDetail.vue.d.ts → RuiFormTextDetail.vue.d.ts} +0 -0
  52. package/dist/components/logos/{Logo.vue.d.ts → RuiLogo.vue.d.ts} +9 -9
  53. package/dist/components/overlays/menu/{Menu.vue.d.ts → RuiMenu.vue.d.ts} +32 -32
  54. package/dist/components/overlays/tooltip/{Tooltip.vue.d.ts → RuiTooltip.vue.d.ts} +0 -0
  55. package/dist/components/progress/{Progress.vue.d.ts → RuiProgress.vue.d.ts} +9 -9
  56. package/dist/components/steppers/{Stepper.vue.d.ts → RuiStepper.vue.d.ts} +9 -9
  57. package/dist/components/steppers/{StepperCustomIcon.vue.d.ts → RuiStepperCustomIcon.vue.d.ts} +0 -0
  58. package/dist/components/steppers/{StepperIcon.vue.d.ts → RuiStepperIcon.vue.d.ts} +0 -0
  59. package/dist/components/tables/{TablePagination.vue.d.ts → RuiTablePagination.vue.d.ts} +8 -8
  60. package/dist/components/tabs/tab/{Tab.vue.d.ts → RuiTab.vue.d.ts} +18 -18
  61. package/dist/components/tabs/tab-item/{TabItem.vue.d.ts → RuiTabItem.vue.d.ts} +8 -8
  62. package/dist/components/tabs/tab-items/{TabItems.vue.d.ts → RuiTabItems.vue.d.ts} +0 -0
  63. package/dist/components/tabs/tabs/{Tabs.vue.d.ts → RuiTabs.vue.d.ts} +16 -16
@@ -1,60 +0,0 @@
1
- export interface Props {
2
- modelValue: boolean;
3
- dismissible?: boolean;
4
- persistent?: boolean;
5
- size?: 'sm' | 'md' | 'lg';
6
- }
7
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
8
- size: {
9
- type: globalThis.PropType<"sm" | "md" | "lg">;
10
- default: string;
11
- };
12
- modelValue: {
13
- type: globalThis.PropType<boolean>;
14
- required: true;
15
- };
16
- persistent: {
17
- type: globalThis.PropType<boolean>;
18
- default: boolean;
19
- };
20
- dismissible: {
21
- type: globalThis.PropType<boolean>;
22
- default: boolean;
23
- };
24
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
- "update:model-value": (modelValue: boolean) => void;
26
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
27
- size: {
28
- type: globalThis.PropType<"sm" | "md" | "lg">;
29
- default: string;
30
- };
31
- modelValue: {
32
- type: globalThis.PropType<boolean>;
33
- required: true;
34
- };
35
- persistent: {
36
- type: globalThis.PropType<boolean>;
37
- default: boolean;
38
- };
39
- dismissible: {
40
- type: globalThis.PropType<boolean>;
41
- default: boolean;
42
- };
43
- }>> & {
44
- "onUpdate:model-value"?: ((modelValue: boolean) => any) | undefined;
45
- }, {
46
- size: "sm" | "md" | "lg";
47
- persistent: boolean;
48
- dismissible: boolean;
49
- }, {}>, {
50
- description?(_: {}): any;
51
- title?(_: {}): any;
52
- default?(_: {}): any;
53
- actions?(_: {}): any;
54
- }>;
55
- export default _default;
56
- type __VLS_WithTemplateSlots<T, S> = T & {
57
- new (): {
58
- $slots: S;
59
- };
60
- };
@@ -1,176 +0,0 @@
1
- import { RiArrowDownLine as T, RiArrowDropDownFill as $, RiArrowLeftDoubleLine as v, RiArrowLeftLine as D, RiArrowLeftSLine as I, RiArrowRightDoubleLine as S, RiArrowRightLine as U, RiArrowRightSLine as B } from "./icons/icons_1.es.js";
2
- import { RiDatabase2Line as M } from "./icons/icons_2.es.js";
3
- import { RiAlertFill as _, RiAlertLine as j, RiCheckLine as O, RiCheckboxBlankCircleFill as P, RiCheckboxBlankCircleLine as V, RiCheckboxBlankLine as W, RiCheckboxCircleFill as q, RiCheckboxCircleLine as z, RiCheckboxFill as G, RiCheckboxIndeterminateFill as H, RiCloseCircleLine as N, RiCloseFill as J, RiCloseLine as K, RiErrorWarningFill as Q, RiErrorWarningLine as X, RiEyeLine as Y, RiEyeOffLine as Z, RiInformationFill as ee, RiInformationLine as ie, RiRadioButtonLine as re, RiMoreFill as te } from "./icons/icons_5.es.js";
4
- import { createGlobalState as oe, useColorMode as ne } from "@vueuse/core";
5
- import { ref as b, computed as R, watch as ae } from "vue";
6
- import { set as g, get as t } from "@vueuse/shared";
7
- import { c as se } from "./colors-D563Ic3q.js";
8
- const we = oe(() => {
9
- const e = [
10
- _,
11
- j,
12
- T,
13
- $,
14
- v,
15
- D,
16
- I,
17
- S,
18
- U,
19
- B,
20
- O,
21
- P,
22
- V,
23
- W,
24
- q,
25
- z,
26
- G,
27
- H,
28
- N,
29
- J,
30
- K,
31
- M,
32
- Q,
33
- X,
34
- Y,
35
- Z,
36
- ee,
37
- ie,
38
- re,
39
- te
40
- ], i = b({});
41
- return { registeredIcons: i, registerIcons: (o) => {
42
- g(i, {
43
- ...t(i),
44
- ...Object.fromEntries(
45
- [...e, ...o].map(({ name: r, path: a }) => [r, a])
46
- )
47
- });
48
- } };
49
- }), n = {
50
- auto: "auto",
51
- dark: "dark",
52
- light: "light"
53
- };
54
- function k(e) {
55
- return Object.fromEntries(
56
- se.map((i) => [
57
- i,
58
- {
59
- darker: `var(--rui-${e}-${i}-darker)`,
60
- DEFAULT: `var(--rui-${e}-${i}-main)`,
61
- lighter: `var(--rui-${e}-${i}-lighter)`
62
- }
63
- ])
64
- );
65
- }
66
- const w = {
67
- dark: k("dark"),
68
- light: k("light")
69
- }, p = b({ ...w });
70
- function Ae() {
71
- const { state: e, store: i, system: l } = ne(), o = R(
72
- () => t(i) === n.auto
73
- ), r = R(
74
- () => t(o) && t(l) === n.light || t(e) === n.light
75
- ), a = R(
76
- () => t(o) && t(l) === n.dark || t(e) === n.dark
77
- ), h = R(() => t(r) ? t(p).light : t(p).dark), s = (m) => {
78
- g(i, m || n.auto);
79
- }, d = () => {
80
- t(o) ? s(n.light) : t(r) ? s(n.dark) : t(a) && s(n.auto);
81
- }, c = (m) => {
82
- g(p, m);
83
- };
84
- return {
85
- config: p,
86
- init: (m) => {
87
- s(m.mode ?? n.auto), c(m.config ?? { ...w }), typeof window < "u" && ae(
88
- [r, h],
89
- ([y, x]) => {
90
- const F = Object.entries(x).map(([u, f]) => ({
91
- [`--rui-${u}-darker`]: f.darker,
92
- [`--rui-${u}-lighter`]: f.lighter,
93
- [`--rui-${u}-main`]: f.DEFAULT
94
- })).reduce((u, f) => ({ ...u, ...f }), {}), C = y ? n.light : n.dark, E = {
95
- "--rui-text-disabled": `var(--rui-${C}-text-disabled)`,
96
- "--rui-text-primary": `var(--rui-${C}-text-primary)`,
97
- "--rui-text-secondary": `var(--rui-${C}-text-secondary)`
98
- };
99
- Object.entries({
100
- ...F,
101
- ...E
102
- }).forEach(([u, f]) => {
103
- document.documentElement.style.setProperty(u, f);
104
- });
105
- },
106
- { immediate: !0 }
107
- );
108
- },
109
- isAutoControlled: o,
110
- isDark: a,
111
- isLight: r,
112
- setThemeConfig: c,
113
- state: e,
114
- store: i,
115
- switchThemeScheme: s,
116
- theme: h,
117
- toggleThemeMode: d
118
- };
119
- }
120
- const le = /\d/, ce = ["-", "_", "/", "."];
121
- function ue(e = "") {
122
- if (!le.test(e))
123
- return e !== e.toLowerCase();
124
- }
125
- function A(e, i) {
126
- const l = i ?? ce, o = [];
127
- if (!e || typeof e != "string")
128
- return o;
129
- let r = "", a, h;
130
- for (const s of e) {
131
- const d = l.includes(s);
132
- if (d === !0) {
133
- o.push(r), r = "", a = void 0;
134
- continue;
135
- }
136
- const c = ue(s);
137
- if (h === !1) {
138
- if (a === !1 && c === !0) {
139
- o.push(r), r = s, a = c;
140
- continue;
141
- }
142
- if (a === !0 && c === !1 && r.length > 1) {
143
- const L = r.at(-1);
144
- o.push(r.slice(0, Math.max(0, r.length - 1))), r = L + s, a = c;
145
- continue;
146
- }
147
- }
148
- r += s, a = c, h = d;
149
- }
150
- return o.push(r), o;
151
- }
152
- function fe(e) {
153
- return e ? e[0].toUpperCase() + e.slice(1) : "";
154
- }
155
- function me(e) {
156
- return e ? e[0].toLowerCase() + e.slice(1) : "";
157
- }
158
- function he(e, i) {
159
- return e ? (Array.isArray(e) ? e : A(e)).map((l) => fe(i != null && i.normalize ? l.toLowerCase() : l)).join("") : "";
160
- }
161
- function ye(e, i) {
162
- return me(he(e || "", i));
163
- }
164
- function de(e, i) {
165
- return e ? (Array.isArray(e) ? e : A(e)).map((l) => l.toLowerCase()).join(i ?? "-") : "";
166
- }
167
- function xe(e) {
168
- return de(e || "", "_");
169
- }
170
- export {
171
- n as T,
172
- Ae as a,
173
- ye as c,
174
- xe as s,
175
- we as u
176
- };
@@ -16,10 +16,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
16
16
  type: globalThis.PropType<"sm" | "lg">;
17
17
  default: undefined;
18
18
  };
19
- indeterminate: {
20
- type: globalThis.PropType<boolean>;
21
- default: boolean;
22
- };
23
19
  color: {
24
20
  type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
25
21
  default: undefined;
@@ -28,11 +24,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
28
24
  type: globalThis.PropType<string>;
29
25
  default: string;
30
26
  };
31
- disabled: {
27
+ modelValue: {
32
28
  type: globalThis.PropType<boolean>;
33
29
  default: boolean;
34
30
  };
35
- modelValue: {
31
+ indeterminate: {
32
+ type: globalThis.PropType<boolean>;
33
+ default: boolean;
34
+ };
35
+ disabled: {
36
36
  type: globalThis.PropType<boolean>;
37
37
  default: boolean;
38
38
  };
@@ -60,10 +60,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
60
60
  type: globalThis.PropType<"sm" | "lg">;
61
61
  default: undefined;
62
62
  };
63
- indeterminate: {
64
- type: globalThis.PropType<boolean>;
65
- default: boolean;
66
- };
67
63
  color: {
68
64
  type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
69
65
  default: undefined;
@@ -72,11 +68,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
72
68
  type: globalThis.PropType<string>;
73
69
  default: string;
74
70
  };
75
- disabled: {
71
+ modelValue: {
76
72
  type: globalThis.PropType<boolean>;
77
73
  default: boolean;
78
74
  };
79
- modelValue: {
75
+ indeterminate: {
76
+ type: globalThis.PropType<boolean>;
77
+ default: boolean;
78
+ };
79
+ disabled: {
80
80
  type: globalThis.PropType<boolean>;
81
81
  default: boolean;
82
82
  };
@@ -101,11 +101,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
101
101
  "onUpdate:indeterminate"?: ((indeterminate: boolean) => any) | undefined;
102
102
  }, {
103
103
  size: "sm" | "lg";
104
- indeterminate: boolean;
105
104
  color: "primary" | "secondary" | "error" | "warning" | "info" | "success";
106
105
  label: string;
107
- disabled: boolean;
108
106
  modelValue: boolean;
107
+ indeterminate: boolean;
108
+ disabled: boolean;
109
109
  errorMessages: string | string[];
110
110
  successMessages: string | string[];
111
111
  hint: string;
@@ -16,10 +16,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
16
16
  type: globalThis.PropType<"sm" | "lg">;
17
17
  default: undefined;
18
18
  };
19
- value: {
20
- type: globalThis.PropType<string>;
21
- required: true;
22
- };
23
19
  color: {
24
20
  type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
25
21
  default: undefined;
@@ -28,14 +24,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
28
24
  type: globalThis.PropType<string>;
29
25
  default: string;
30
26
  };
31
- disabled: {
32
- type: globalThis.PropType<boolean>;
33
- default: boolean;
34
- };
35
27
  modelValue: {
36
28
  type: globalThis.PropType<string>;
37
29
  default: string;
38
30
  };
31
+ value: {
32
+ type: globalThis.PropType<string>;
33
+ required: true;
34
+ };
35
+ disabled: {
36
+ type: globalThis.PropType<boolean>;
37
+ default: boolean;
38
+ };
39
39
  errorMessages: {
40
40
  type: globalThis.PropType<string | string[]>;
41
41
  default: () => never[];
@@ -59,10 +59,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
59
59
  type: globalThis.PropType<"sm" | "lg">;
60
60
  default: undefined;
61
61
  };
62
- value: {
63
- type: globalThis.PropType<string>;
64
- required: true;
65
- };
66
62
  color: {
67
63
  type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
68
64
  default: undefined;
@@ -71,14 +67,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
71
67
  type: globalThis.PropType<string>;
72
68
  default: string;
73
69
  };
74
- disabled: {
75
- type: globalThis.PropType<boolean>;
76
- default: boolean;
77
- };
78
70
  modelValue: {
79
71
  type: globalThis.PropType<string>;
80
72
  default: string;
81
73
  };
74
+ value: {
75
+ type: globalThis.PropType<string>;
76
+ required: true;
77
+ };
78
+ disabled: {
79
+ type: globalThis.PropType<boolean>;
80
+ default: boolean;
81
+ };
82
82
  errorMessages: {
83
83
  type: globalThis.PropType<string | string[]>;
84
84
  default: () => never[];
@@ -101,8 +101,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
101
101
  size: "sm" | "lg";
102
102
  color: "primary" | "secondary" | "error" | "warning" | "info" | "success";
103
103
  label: string;
104
- disabled: boolean;
105
104
  modelValue: string;
105
+ disabled: boolean;
106
106
  errorMessages: string | string[];
107
107
  successMessages: string | string[];
108
108
  hint: string;
@@ -10,6 +10,10 @@ declare const _default: import("vue").DefineComponent<{
10
10
  type: globalThis.PropType<string>;
11
11
  default: string;
12
12
  };
13
+ modelValue: {
14
+ type: globalThis.PropType<string | number>;
15
+ required: true;
16
+ };
13
17
  variant: {
14
18
  type: globalThis.PropType<"default" | "outlined">;
15
19
  default: string;
@@ -18,10 +22,6 @@ declare const _default: import("vue").DefineComponent<{
18
22
  type: globalThis.PropType<boolean>;
19
23
  default: boolean;
20
24
  };
21
- modelValue: {
22
- type: globalThis.PropType<string | number>;
23
- required: true;
24
- };
25
25
  options: {
26
26
  type: globalThis.PropType<string[] | number[]>;
27
27
  required: true;
@@ -33,6 +33,10 @@ declare const _default: import("vue").DefineComponent<{
33
33
  type: globalThis.PropType<string>;
34
34
  default: string;
35
35
  };
36
+ modelValue: {
37
+ type: globalThis.PropType<string | number>;
38
+ required: true;
39
+ };
36
40
  variant: {
37
41
  type: globalThis.PropType<"default" | "outlined">;
38
42
  default: string;
@@ -41,10 +45,6 @@ declare const _default: import("vue").DefineComponent<{
41
45
  type: globalThis.PropType<boolean>;
42
46
  default: boolean;
43
47
  };
44
- modelValue: {
45
- type: globalThis.PropType<string | number>;
46
- required: true;
47
- };
48
48
  options: {
49
49
  type: globalThis.PropType<string[] | number[]>;
50
50
  required: true;
@@ -23,11 +23,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
23
23
  type: globalThis.PropType<string>;
24
24
  default: string;
25
25
  };
26
- disabled: {
26
+ modelValue: {
27
27
  type: globalThis.PropType<boolean>;
28
28
  default: boolean;
29
29
  };
30
- modelValue: {
30
+ disabled: {
31
31
  type: globalThis.PropType<boolean>;
32
32
  default: boolean;
33
33
  };
@@ -62,11 +62,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
62
62
  type: globalThis.PropType<string>;
63
63
  default: string;
64
64
  };
65
- disabled: {
65
+ modelValue: {
66
66
  type: globalThis.PropType<boolean>;
67
67
  default: boolean;
68
68
  };
69
- modelValue: {
69
+ disabled: {
70
70
  type: globalThis.PropType<boolean>;
71
71
  default: boolean;
72
72
  };
@@ -92,8 +92,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
92
92
  size: "sm";
93
93
  color: "primary" | "secondary" | "error" | "warning" | "info" | "success";
94
94
  label: string;
95
- disabled: boolean;
96
95
  modelValue: boolean;
96
+ disabled: boolean;
97
97
  errorMessages: string | string[];
98
98
  successMessages: string | string[];
99
99
  hint: string;
@@ -14,14 +14,14 @@ export interface Props {
14
14
  uniqueKey?: string | number;
15
15
  }
16
16
  declare const _default: import("vue").DefineComponent<{
17
- size: {
18
- type: globalThis.PropType<string | number>;
19
- default: number;
20
- };
21
17
  text: {
22
18
  type: globalThis.PropType<boolean>;
23
19
  default: boolean;
24
20
  };
21
+ size: {
22
+ type: globalThis.PropType<string | number>;
23
+ default: number;
24
+ };
25
25
  branch: {
26
26
  type: globalThis.PropType<string>;
27
27
  default: string;
@@ -35,14 +35,14 @@ declare const _default: import("vue").DefineComponent<{
35
35
  default: undefined;
36
36
  };
37
37
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
38
- size: {
39
- type: globalThis.PropType<string | number>;
40
- default: number;
41
- };
42
38
  text: {
43
39
  type: globalThis.PropType<boolean>;
44
40
  default: boolean;
45
41
  };
42
+ size: {
43
+ type: globalThis.PropType<string | number>;
44
+ default: number;
45
+ };
46
46
  branch: {
47
47
  type: globalThis.PropType<string>;
48
48
  default: string;
@@ -56,8 +56,8 @@ declare const _default: import("vue").DefineComponent<{
56
56
  default: undefined;
57
57
  };
58
58
  }>>, {
59
- size: string | number;
60
59
  text: boolean;
60
+ size: string | number;
61
61
  branch: string;
62
62
  logo: keyof ExternalLinks;
63
63
  uniqueKey: string | number;
@@ -19,26 +19,14 @@ export interface MenuProps {
19
19
  }
20
20
  declare function checkClick(): void;
21
21
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
22
- disabled: {
22
+ modelValue: {
23
23
  type: globalThis.PropType<boolean>;
24
24
  default: boolean;
25
25
  };
26
- modelValue: {
26
+ disabled: {
27
27
  type: globalThis.PropType<boolean>;
28
28
  default: boolean;
29
29
  };
30
- errorMessages: {
31
- type: globalThis.PropType<string | string[]>;
32
- default: () => never[];
33
- };
34
- successMessages: {
35
- type: globalThis.PropType<string | string[]>;
36
- default: () => never[];
37
- };
38
- hint: {
39
- type: globalThis.PropType<string>;
40
- default: undefined;
41
- };
42
30
  dense: {
43
31
  type: globalThis.PropType<boolean>;
44
32
  };
@@ -54,6 +42,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
54
42
  type: globalThis.PropType<PopperOptions>;
55
43
  default: () => {};
56
44
  };
45
+ errorMessages: {
46
+ type: globalThis.PropType<string | string[]>;
47
+ default: () => never[];
48
+ };
49
+ successMessages: {
50
+ type: globalThis.PropType<string | string[]>;
51
+ default: () => never[];
52
+ };
53
+ hint: {
54
+ type: globalThis.PropType<string>;
55
+ default: undefined;
56
+ };
57
57
  openOnHover: {
58
58
  type: globalThis.PropType<boolean>;
59
59
  default: boolean;
@@ -84,26 +84,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
84
84
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
85
85
  "update:model-value": (value: boolean) => void;
86
86
  }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
87
- disabled: {
87
+ modelValue: {
88
88
  type: globalThis.PropType<boolean>;
89
89
  default: boolean;
90
90
  };
91
- modelValue: {
91
+ disabled: {
92
92
  type: globalThis.PropType<boolean>;
93
93
  default: boolean;
94
94
  };
95
- errorMessages: {
96
- type: globalThis.PropType<string | string[]>;
97
- default: () => never[];
98
- };
99
- successMessages: {
100
- type: globalThis.PropType<string | string[]>;
101
- default: () => never[];
102
- };
103
- hint: {
104
- type: globalThis.PropType<string>;
105
- default: undefined;
106
- };
107
95
  dense: {
108
96
  type: globalThis.PropType<boolean>;
109
97
  };
@@ -119,6 +107,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
119
107
  type: globalThis.PropType<PopperOptions>;
120
108
  default: () => {};
121
109
  };
110
+ errorMessages: {
111
+ type: globalThis.PropType<string | string[]>;
112
+ default: () => never[];
113
+ };
114
+ successMessages: {
115
+ type: globalThis.PropType<string | string[]>;
116
+ default: () => never[];
117
+ };
118
+ hint: {
119
+ type: globalThis.PropType<string>;
120
+ default: undefined;
121
+ };
122
122
  openOnHover: {
123
123
  type: globalThis.PropType<boolean>;
124
124
  default: boolean;
@@ -149,14 +149,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
149
149
  }>> & {
150
150
  "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
151
151
  }, {
152
- disabled: boolean;
153
152
  modelValue: boolean;
154
- errorMessages: string | string[];
155
- successMessages: string | string[];
156
- hint: string;
153
+ disabled: boolean;
157
154
  openDelay: number;
158
155
  closeDelay: number;
159
156
  popper: PopperOptions;
157
+ errorMessages: string | string[];
158
+ successMessages: string | string[];
159
+ hint: string;
160
160
  openOnHover: boolean;
161
161
  fullWidth: boolean;
162
162
  wrapperClass: string;
@@ -28,6 +28,10 @@ declare const _default: import("vue").DefineComponent<{
28
28
  type: globalThis.PropType<string | number>;
29
29
  default: number;
30
30
  };
31
+ color: {
32
+ type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success" | "inherit">;
33
+ default: string;
34
+ };
31
35
  value: {
32
36
  type: globalThis.PropType<number>;
33
37
  default: number;
@@ -40,10 +44,6 @@ declare const _default: import("vue").DefineComponent<{
40
44
  type: globalThis.PropType<"determinate" | "indeterminate" | "buffer">;
41
45
  default: string;
42
46
  };
43
- color: {
44
- type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success" | "inherit">;
45
- default: string;
46
- };
47
47
  circular: {
48
48
  type: globalThis.PropType<boolean>;
49
49
  default: boolean;
@@ -61,6 +61,10 @@ declare const _default: import("vue").DefineComponent<{
61
61
  type: globalThis.PropType<string | number>;
62
62
  default: number;
63
63
  };
64
+ color: {
65
+ type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success" | "inherit">;
66
+ default: string;
67
+ };
64
68
  value: {
65
69
  type: globalThis.PropType<number>;
66
70
  default: number;
@@ -73,10 +77,6 @@ declare const _default: import("vue").DefineComponent<{
73
77
  type: globalThis.PropType<"determinate" | "indeterminate" | "buffer">;
74
78
  default: string;
75
79
  };
76
- color: {
77
- type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success" | "inherit">;
78
- default: string;
79
- };
80
80
  circular: {
81
81
  type: globalThis.PropType<boolean>;
82
82
  default: boolean;
@@ -91,10 +91,10 @@ declare const _default: import("vue").DefineComponent<{
91
91
  };
92
92
  }>>, {
93
93
  size: string | number;
94
+ color: "primary" | "secondary" | "error" | "warning" | "info" | "success" | "inherit";
94
95
  value: number;
95
96
  bufferValue: number;
96
97
  variant: "determinate" | "indeterminate" | "buffer";
97
- color: "primary" | "secondary" | "error" | "warning" | "info" | "success" | "inherit";
98
98
  circular: boolean;
99
99
  showLabel: boolean;
100
100
  thickness: string | number;