@rotki/ui-library 2.1.0 → 2.2.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/README.md +1 -0
- package/dist/__test__/transition-group-stub.d.ts +2 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue.d.ts +79 -0
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.d.ts +48 -0
- package/dist/components/date-time-picker/timezones.d.ts +1 -0
- package/dist/components/date-time-picker/types.d.ts +5 -0
- package/dist/components/date-time-picker/use-input-handler.d.ts +9 -0
- package/dist/components/date-time-picker/use-keyboard-handler.d.ts +29 -0
- package/dist/components/date-time-picker/utils.d.ts +4 -0
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.es.js +5063 -3815
- package/dist/components/time-picker/RuiTimePicker.vue.d.ts +16 -0
- package/dist/composables/{index-DOuH9rdn.js → index-DLKNQD1b.js} +68 -67
- package/dist/composables/index.es.js +1 -1
- package/dist/icons/icons_1.d.ts +4 -4
- package/dist/icons/icons_1.es.js +388 -388
- package/dist/icons/icons_2.d.ts +7 -7
- package/dist/icons/icons_2.es.js +1024 -1024
- package/dist/icons/icons_3.d.ts +9 -9
- package/dist/icons/icons_3.es.js +1035 -1035
- package/dist/icons/icons_4.d.ts +9 -0
- package/dist/icons/icons_4.es.js +320 -284
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +1348 -1339
- package/dist/index-hpmutpFo.js +32 -0
- package/dist/index.es.js +1478 -1482
- package/dist/style.css +1 -1
- package/dist/utils/{index-CxHG7aHQ.js → index-BOcQQzr3.js} +4 -4
- package/dist/vendor-1jxxZILY.js +2051 -0
- package/dist/web-types.json +480 -1
- package/package.json +31 -35
- package/dist/vendor-BeEprDAU.js +0 -1624
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { g as l, h as n, b as c, T as m, I as u } from "./composables/index-DLKNQD1b.js";
|
|
2
|
+
import "./types/index-CN6Ip1GL.js";
|
|
3
|
+
import { d as s, u as p, i as d } from "./vendor-1jxxZILY.js";
|
|
4
|
+
import "./components/index.es.js";
|
|
5
|
+
import "./consts/colors-D563Ic3q.js";
|
|
6
|
+
import "./icons/index.es.js";
|
|
7
|
+
import "./icons/icons_1.es.js";
|
|
8
|
+
import "./icons/icons_2.es.js";
|
|
9
|
+
import "./icons/icons_3.es.js";
|
|
10
|
+
import "./icons/icons_4.es.js";
|
|
11
|
+
function z(e) {
|
|
12
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
13
|
+
}
|
|
14
|
+
function R(e = {}) {
|
|
15
|
+
var o, r;
|
|
16
|
+
const { theme: i } = e, t = Object.freeze({
|
|
17
|
+
icons: n({
|
|
18
|
+
registeredIcons: (o = e.theme) == null ? void 0 : o.icons
|
|
19
|
+
}),
|
|
20
|
+
table: l((r = e.defaults) == null ? void 0 : r.table)
|
|
21
|
+
});
|
|
22
|
+
return {
|
|
23
|
+
defaults: t,
|
|
24
|
+
install: (a) => {
|
|
25
|
+
c().init({ ...i }), a.provide(m, t.table), a.provide(u, t.icons), s.extend(p), s.extend(d);
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
export {
|
|
30
|
+
R as c,
|
|
31
|
+
z as g
|
|
32
|
+
};
|