@rotki/ui-library 2.4.2 → 2.4.3
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/components/date-time-picker/types.d.ts +1 -1
- package/dist/components/date-time-picker/use-keyboard-handler.d.ts +5 -1
- package/dist/components/index.es.js +2751 -2719
- package/dist/composables/{index-Cfum5R97.js → index-DkSOnEOp.js} +2 -2
- package/dist/composables/index.es.js +1 -1
- package/dist/{index-oYTtW2tf.js → index-QzEscGAT.js} +12 -12
- package/dist/index.es.js +3 -3
- package/dist/style.css +1 -1
- package/dist/utils/{index-DvfvOuTx.js → index-Zd3DrIW8.js} +1 -1
- package/dist/vendor-CYFK77Oj.js +1896 -0
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
- package/dist/vendor-CZEjafxy.js +0 -1770
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useWindowSize as se, breakpointsTailwind as re, useBreakpoints as ie, createSharedComposable as ce, useColorMode as ae, unrefElement as Z, useResizeObserver as te, useVirtualList as le, useArrayMap as ue, watchOnce as fe, useEventListener as F, useMutationObserver as de } from "@vueuse/core";
|
|
2
|
-
import { c as G, p as pe, d as me, a as he, o as ge, f as ye, b as we, e as Le, g as be } from "../vendor-
|
|
2
|
+
import { c as G, p as pe, d as me, a as he, o as ge, f as ye, b as we, e as Le, g as be } from "../vendor-CYFK77Oj.js";
|
|
3
3
|
import { computed as R, inject as J, ref as y, watch as V, onMounted as ne, watchEffect as ve, nextTick as ee } from "vue";
|
|
4
4
|
import { get as e, set as f } from "@vueuse/shared";
|
|
5
5
|
import { LuChevronsUpDown as Ce, LuArrowUp as Te, LuArrowDown as xe, LuArrowLeft as Se, LuArrowRight as Ee, LuChevronUp as Ie, LuChevronDown as ke, LuChevronLeft as Pe, LuChevronRight as Oe, LuChevronsLeft as $e, LuChevronsRight as Be, LuCircleAlert as De, LuCheck as Ae, LuCircleX as Re, LuCircleCheck as Me, LuCheckboxBlank as _e, LuCheckboxFill as ze, LuCheckboxIndeterminateFill as He, LuCheckboxBlankCircle as je, LuCheckboxBlankCircleFill as qe, LuRadioButtonFill as Ue, LuClock as Ne } from "../icons/icons_1.es.js";
|
|
6
6
|
import { LuEllipsis as Ve, LuInfo as We, LuEye as Ke, LuEyeOff as Xe } from "../icons/icons_2.es.js";
|
|
7
7
|
import { LuTriangleAlert as Fe, LuX as Ge } from "../icons/icons_4.es.js";
|
|
8
|
-
import { c as Je } from "../utils/index-
|
|
8
|
+
import { c as Je } from "../utils/index-Zd3DrIW8.js";
|
|
9
9
|
import { d as oe, T as O } from "../types/index-CN6Ip1GL.js";
|
|
10
10
|
function pt() {
|
|
11
11
|
const { width: o } = se(), l = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { h as b, i as
|
|
1
|
+
import { h as b, i as s, R as u, b as m, T as f, I as c } from "./composables/index-DkSOnEOp.js";
|
|
2
2
|
import "./types/index-CN6Ip1GL.js";
|
|
3
|
-
import
|
|
4
|
-
import { u as
|
|
3
|
+
import r from "dayjs";
|
|
4
|
+
import { u as p, h as n, i as g } from "./vendor-CYFK77Oj.js";
|
|
5
5
|
import "./components/index.es.js";
|
|
6
6
|
import "./consts/colors-D563Ic3q.js";
|
|
7
7
|
import "./i18n/keys-CNGXWOJX.js";
|
|
@@ -10,21 +10,21 @@ import "./icons/icons_1.es.js";
|
|
|
10
10
|
import "./icons/icons_2.es.js";
|
|
11
11
|
import "./icons/icons_3.es.js";
|
|
12
12
|
import "./icons/icons_4.es.js";
|
|
13
|
-
function
|
|
13
|
+
function P(t) {
|
|
14
14
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
15
15
|
}
|
|
16
16
|
function z(t = {}) {
|
|
17
|
-
var
|
|
17
|
+
var l, a;
|
|
18
18
|
const { theme: o } = t, e = Object.freeze({
|
|
19
|
-
icons:
|
|
20
|
-
registeredIcons: (
|
|
19
|
+
icons: s({
|
|
20
|
+
registeredIcons: (l = t.theme) == null ? void 0 : l.icons
|
|
21
21
|
}),
|
|
22
|
-
table: b((
|
|
22
|
+
table: b((a = t.defaults) == null ? void 0 : a.table)
|
|
23
23
|
});
|
|
24
24
|
return {
|
|
25
25
|
defaults: e,
|
|
26
|
-
install: (
|
|
27
|
-
|
|
26
|
+
install: (i) => {
|
|
27
|
+
m().init({ ...o }), i.provide(f, e.table), i.provide(c, e.icons), r.extend(p), r.extend(n), r.extend(g);
|
|
28
28
|
}
|
|
29
29
|
};
|
|
30
30
|
}
|
|
@@ -39,7 +39,7 @@ function C(t) {
|
|
|
39
39
|
throw new Error("i18nInstance.global.te must be a function");
|
|
40
40
|
return {
|
|
41
41
|
install: (o) => {
|
|
42
|
-
o.provide(
|
|
42
|
+
o.provide(u, {
|
|
43
43
|
t: t.global.t.bind(t.global),
|
|
44
44
|
te: t.global.te.bind(t.global)
|
|
45
45
|
});
|
|
@@ -49,5 +49,5 @@ function C(t) {
|
|
|
49
49
|
export {
|
|
50
50
|
C as a,
|
|
51
51
|
z as c,
|
|
52
|
-
|
|
52
|
+
P as g
|
|
53
53
|
};
|
package/dist/index.es.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { j as a, u as o, b as i } from "./composables/index-
|
|
1
|
+
import { j as a, u as o, b as i } from "./composables/index-DkSOnEOp.js";
|
|
2
2
|
import { S as n, T as t } from "./types/index-CN6Ip1GL.js";
|
|
3
3
|
import "dayjs";
|
|
4
|
-
import "./vendor-
|
|
5
|
-
import { c, a as C } from "./index-
|
|
4
|
+
import "./vendor-CYFK77Oj.js";
|
|
5
|
+
import { c, a as C } from "./index-QzEscGAT.js";
|
|
6
6
|
import { RuiAccordion as p, RuiAccordions as g, RuiAlert as h, RuiAutoComplete as S, RuiBadge as f, RuiBottomSheet as k, RuiButton as P, RuiButtonGroup as m, RuiCalendar as w, RuiCard as R, RuiCardHeader as B, RuiCheckbox as F, RuiChip as A, RuiColorPicker as D, RuiDataTable as M, RuiDateTimePicker as T, RuiDialog as b, RuiDivider as y, RuiFooterStepper as O, RuiIcon as U, RuiLogo as q, RuiMenu as H, RuiMenuSelect as v, RuiNavigationDrawer as x, RuiNotification as G, RuiProgress as I, RuiRadio as V, RuiRadioGroup as W, RuiRevealableTextField as E, RuiSimpleSelect as z, RuiSkeletonLoader as X, RuiSlider as N, RuiStepper as K, RuiSwitch as J, RuiTab as Z, RuiTabItem as Q, RuiTabItems as Y, RuiTablePagination as j, RuiTableRowExpander as _, RuiTabs as $, RuiTextArea as uu, RuiTextField as Lu, RuiTimePicker as eu, RuiTooltip as ru } from "./components/index.es.js";
|
|
7
7
|
import { c as ou } from "./consts/colors-D563Ic3q.js";
|
|
8
8
|
import { t as lu } from "./i18n/keys-CNGXWOJX.js";
|