@rotki/ui-library 1.0.0-beta.6 → 1.0.0-beta.8

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.
@@ -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-s6GMHzIF.js";
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-uTYNUuka.js";
2
2
  export {
3
3
  u as RuiAccordion,
4
4
  s as RuiAccordions,
@@ -3,8 +3,9 @@ export interface Props {
3
3
  color?: ContextColorsType;
4
4
  disabled?: boolean;
5
5
  grow?: boolean;
6
- tabValue?: number | string;
6
+ value?: number | string;
7
7
  active?: boolean;
8
+ activeClass?: string;
8
9
  link?: boolean;
9
10
  target?: string;
10
11
  to?: string;
@@ -17,8 +18,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
17
18
  color: undefined;
18
19
  disabled: boolean;
19
20
  grow: boolean;
20
- tabValue: string;
21
+ value: string;
21
22
  active: boolean;
23
+ activeClass: string;
22
24
  link: boolean;
23
25
  to: string;
24
26
  target: string;
@@ -27,13 +29,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
27
29
  vertical: boolean;
28
30
  align: string;
29
31
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
- click: (tabValue: string | number) => void;
32
+ click: (value: string | number) => void;
31
33
  }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
32
34
  color: undefined;
33
35
  disabled: boolean;
34
36
  grow: boolean;
35
- tabValue: string;
37
+ value: string;
36
38
  active: boolean;
39
+ activeClass: string;
37
40
  link: boolean;
38
41
  to: string;
39
42
  target: string;
@@ -42,11 +45,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
42
45
  vertical: boolean;
43
46
  align: string;
44
47
  }>>> & {
45
- onClick?: ((tabValue: string | number) => any) | undefined;
48
+ onClick?: ((value: string | number) => any) | undefined;
46
49
  }, {
47
50
  active: boolean;
48
51
  vertical: boolean;
49
52
  link: boolean;
53
+ value: string | number;
50
54
  color: "primary" | "secondary" | "error" | "warning" | "info" | "success";
51
55
  disabled: boolean;
52
56
  target: string;
@@ -54,7 +58,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
54
58
  to: string;
55
59
  align: "center" | "end" | "start";
56
60
  grow: boolean;
57
- tabValue: string | number;
61
+ activeClass: string;
58
62
  exactPath: boolean;
59
63
  }, {}>, Readonly<{
60
64
  default?: ((props?: object | undefined) => any) | undefined;
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-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";
3
+ import { N as F, T as L } from "./RuiNavigationDrawer-uTYNUuka.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-uTYNUuka.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";