@rotki/ui-library 1.1.0 → 1.1.1
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-Za-M5gUg.js → RuiNavigationDrawer-CduEnjlC.js} +8 -8
- package/dist/components/index.es.js +1 -1
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +3 -3
- package/dist/composables/popper.d.ts +2 -2
- package/dist/index.es.js +2 -2
- package/dist/web-types.json +2 -2
- package/package.json +1 -1
|
@@ -1388,20 +1388,20 @@ function Hn(n, s = N(!1), t = N(0), a = N(0), o) {
|
|
|
1388
1388
|
}, w = () => {
|
|
1389
1389
|
var A;
|
|
1390
1390
|
(A = i(l)) == null || A.update();
|
|
1391
|
-
}, M = () => {
|
|
1391
|
+
}, M = (A = !1) => {
|
|
1392
1392
|
if (!i(s) && (i(d) && (clearTimeout(i(d)), x(d, void 0)), x(m, !1), !i(c))) {
|
|
1393
1393
|
x(h, !0);
|
|
1394
|
-
const
|
|
1394
|
+
const j = setTimeout(() => {
|
|
1395
1395
|
x(u, !0), x(c, void 0);
|
|
1396
|
-
}, i(t));
|
|
1397
|
-
x(c,
|
|
1396
|
+
}, A ? 0 : i(t));
|
|
1397
|
+
x(c, j);
|
|
1398
1398
|
}
|
|
1399
|
-
}, b = () => {
|
|
1399
|
+
}, b = (A = !1) => {
|
|
1400
1400
|
if (!i(s) && (i(c) && (clearTimeout(i(c)), x(c, void 0)), !i(d))) {
|
|
1401
|
-
const
|
|
1401
|
+
const j = setTimeout(() => {
|
|
1402
1402
|
i(u) || p(), x(u, !1), x(d, void 0);
|
|
1403
|
-
}, i(a));
|
|
1404
|
-
x(d,
|
|
1403
|
+
}, A ? 0 : i(a));
|
|
1404
|
+
x(d, j);
|
|
1405
1405
|
}
|
|
1406
1406
|
}, $ = () => {
|
|
1407
1407
|
x(m, !0);
|
|
@@ -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-CduEnjlC.js";
|
|
2
2
|
export {
|
|
3
3
|
u as RuiAccordion,
|
|
4
4
|
s as RuiAccordions,
|
|
@@ -19,8 +19,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
19
19
|
popper: () => {};
|
|
20
20
|
tooltipClass: string;
|
|
21
21
|
}>, {
|
|
22
|
-
onOpen: () => void;
|
|
23
|
-
onClose: () => void;
|
|
22
|
+
onOpen: (immediate?: boolean) => void;
|
|
23
|
+
onClose: (immediate?: boolean) => void;
|
|
24
24
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
25
25
|
text: null;
|
|
26
26
|
disabled: boolean;
|
|
@@ -42,7 +42,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
42
42
|
}, {}>, {
|
|
43
43
|
activator?(_: {
|
|
44
44
|
open: boolean;
|
|
45
|
-
close: () => void;
|
|
45
|
+
close: (immediate?: boolean) => void;
|
|
46
46
|
}): any;
|
|
47
47
|
default?(_: {}): any;
|
|
48
48
|
}>;
|
|
@@ -19,9 +19,9 @@ export declare const createPopper: <TModifier extends Partial<import("@popperjs/
|
|
|
19
19
|
export declare function usePopper(options: Ref<PopperOptions>, disabled?: Ref<boolean>, openDelay?: Ref<number>, closeDelay?: Ref<number>, virtualReference?: Ref<Element | VirtualElement>): {
|
|
20
20
|
instance: Ref<Instance | null>;
|
|
21
21
|
leavePending: Ref<boolean>;
|
|
22
|
-
onClose: () => void;
|
|
22
|
+
onClose: (immediate?: boolean) => void;
|
|
23
23
|
onLeavePending: () => void;
|
|
24
|
-
onOpen: () => void;
|
|
24
|
+
onOpen: (immediate?: boolean) => void;
|
|
25
25
|
onPopperLeave: () => void;
|
|
26
26
|
open: Ref<boolean>;
|
|
27
27
|
popper: Ref<MaybeElement>;
|
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-CduEnjlC.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-CduEnjlC.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";
|
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@rotki/ui-library",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.1",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"description-markup": "markdown",
|
|
8
8
|
"contributions": {
|
|
@@ -5191,7 +5191,7 @@
|
|
|
5191
5191
|
},
|
|
5192
5192
|
{
|
|
5193
5193
|
"name": "close",
|
|
5194
|
-
"type": "() => void"
|
|
5194
|
+
"type": "(immediate?: boolean) => void"
|
|
5195
5195
|
}
|
|
5196
5196
|
]
|
|
5197
5197
|
},
|