@rotki/ui-library 1.0.0-beta.4 → 1.0.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{RuiNavigationDrawer-DdMiKI77.js → RuiNavigationDrawer-s6GMHzIF.js} +2984 -2962
- package/dist/components/color-picker/RuiColorBoard.vue.d.ts +2 -2
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +8 -8
- package/dist/components/index.es.js +1 -1
- package/dist/index.es.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +17 -17
|
@@ -2,14 +2,14 @@ import { Color } from './utils';
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
3
3
|
color: Color;
|
|
4
4
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
-
|
|
5
|
+
"update:board": (event: {
|
|
6
6
|
saturation: number;
|
|
7
7
|
brightness: number;
|
|
8
8
|
}) => void;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
10
10
|
color: Color;
|
|
11
11
|
}>>> & {
|
|
12
|
-
|
|
12
|
+
"onUpdate:board"?: ((event: {
|
|
13
13
|
saturation: number;
|
|
14
14
|
brightness: number;
|
|
15
15
|
}) => any) | undefined;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { ContextColorsType } from '../../../consts/colors';
|
|
2
2
|
import type { RuiIcons } from '../../../icons';
|
|
3
3
|
export interface Props {
|
|
4
|
-
value?: string;
|
|
5
4
|
label?: string;
|
|
6
5
|
placeholder?: string;
|
|
7
6
|
disabled?: boolean;
|
|
@@ -23,8 +22,11 @@ export interface Props {
|
|
|
23
22
|
rowHeight?: number | string;
|
|
24
23
|
autoGrow?: boolean;
|
|
25
24
|
}
|
|
26
|
-
declare
|
|
27
|
-
|
|
25
|
+
declare let __VLS_typeProps: Props;
|
|
26
|
+
type __VLS_PublicProps = {
|
|
27
|
+
modelValue: string;
|
|
28
|
+
} & typeof __VLS_typeProps;
|
|
29
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
28
30
|
label: string;
|
|
29
31
|
placeholder: string;
|
|
30
32
|
disabled: boolean;
|
|
@@ -46,10 +48,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
46
48
|
maxRows: undefined;
|
|
47
49
|
autoGrow: boolean;
|
|
48
50
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
49
|
-
|
|
51
|
+
"update:modelValue": (modelValue: string) => void;
|
|
50
52
|
"click:clear": () => void;
|
|
51
|
-
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<
|
|
52
|
-
value: string;
|
|
53
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
53
54
|
label: string;
|
|
54
55
|
placeholder: string;
|
|
55
56
|
disabled: boolean;
|
|
@@ -71,10 +72,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
71
72
|
maxRows: undefined;
|
|
72
73
|
autoGrow: boolean;
|
|
73
74
|
}>>> & {
|
|
74
|
-
|
|
75
|
+
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
75
76
|
"onClick:clear"?: (() => any) | undefined;
|
|
76
77
|
}, {
|
|
77
|
-
value: string;
|
|
78
78
|
readonly: boolean;
|
|
79
79
|
color: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
80
80
|
label: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as u, H as s, R as e, a as R, b as o, J as t, c as r, d as l, u as d, v as n, e as p, f as c, K as T, r as b, t as S, D as g, g as m, h as x, _ as C, q as A, F as h, L as B, M as D, i as k, j as v, k as w, l as F, s as I, B as f, G, m as L, n as M, x as P, z as E, y as H, A as N, E as j, w as q, C as y, o as z, p as J } from "../RuiNavigationDrawer-
|
|
1
|
+
import { I as u, H as s, R as e, a as R, b as o, J as t, c as r, d as l, u as d, v as n, e as p, f as c, K as T, r as b, t as S, D as g, g as m, h as x, _ as C, q as A, F as h, L as B, M as D, i as k, j as v, k as w, l as F, s as I, B as f, G, m as L, n as M, x as P, z as E, y as H, A as N, E as j, w as q, C as y, o as z, p as J } from "../RuiNavigationDrawer-s6GMHzIF.js";
|
|
2
2
|
export {
|
|
3
3
|
u as RuiAccordion,
|
|
4
4
|
s as RuiAccordions,
|
package/dist/index.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { u as a, a as r } from "./index-NNlkUY_M.js";
|
|
2
2
|
import { T as C } from "./index-NNlkUY_M.js";
|
|
3
|
-
import { N as F, T as L } from "./RuiNavigationDrawer-
|
|
4
|
-
import { I as S, H as g, R as m, a as k, b as B, J as w, c as f, d as P, u as y, v as D, e as M, f as b, K as A, r as T, t as x, D as H, g as U, h as E, _ as v, q as G, F as I, L as W, M as V, i as O, j as N, k as z, l as K, s as q, B as Q, G as j, m as Z, n as X, x as J, z as Y, y as _, A as $, E as ii, w as li, C as ei, o as Ri, p as ni, S as oi } from "./RuiNavigationDrawer-
|
|
3
|
+
import { N as F, T as L } from "./RuiNavigationDrawer-s6GMHzIF.js";
|
|
4
|
+
import { I as S, H as g, R as m, a as k, b as B, J as w, c as f, d as P, u as y, v as D, e as M, f as b, K as A, r as T, t as x, D as H, g as U, h as E, _ as v, q as G, F as I, L as W, M as V, i as O, j as N, k as z, l as K, s as q, B as Q, G as j, m as Z, n as X, x as J, z as Y, y as _, A as $, E as ii, w as li, C as ei, o as Ri, p as ni, S as oi } from "./RuiNavigationDrawer-s6GMHzIF.js";
|
|
5
5
|
import { u as ri } from "./breakpoint-OTAceaTK.js";
|
|
6
6
|
import { RuiIcons as Li, isRuiIcon as ti } from "./icons/index.es.js";
|
|
7
7
|
import { c as di } from "./colors-D563Ic3q.js";
|