vue-data-ui 2.2.90 → 2.2.92
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/data-table-d-VcuH-r.js +1488 -0
- package/dist/{index.es-Cgqo-FBk.js → index.es-Dc9Fd4o6.js} +1 -1
- package/dist/legend-DJCYLsl_.js +61 -0
- package/dist/style.css +1 -1
- package/dist/themes-lgjsYHsH.js +4967 -0
- package/dist/title-BF-9Qcni.js +56 -0
- package/dist/tooltip-D85WEOKi.js +94 -0
- package/dist/user-options-DZgCz8UA.js +415 -0
- package/dist/vue-data-ui.js +455 -61
- package/dist/vue-ui-3d-bar-DW7kGJSz.js +20360 -0
- package/dist/vue-ui-age-pyramid-4hcuKpFY.js +781 -0
- package/dist/vue-ui-annotator-C83FVvl8.js +2175 -0
- package/dist/vue-ui-candlestick-diclGj95.js +807 -0
- package/dist/vue-ui-chestnut-ACetHLdG.js +1049 -0
- package/dist/vue-ui-cursor-Rx7UNaYT.js +229 -0
- package/dist/vue-ui-dashboard-B3PlN0ks.js +231 -0
- package/dist/vue-ui-digits-CxMXID42.js +154 -0
- package/dist/vue-ui-donut-DMiwVXNd.js +1534 -0
- package/dist/vue-ui-dumbbell-B_X1T8TR.js +621 -0
- package/dist/vue-ui-flow-B72wzQ6V.js +451 -0
- package/dist/vue-ui-galaxy-DXX5yivT.js +482 -0
- package/dist/vue-ui-gauge-Cs9PDurH.js +466 -0
- package/dist/vue-ui-heatmap-PcoNSLdN.js +581 -0
- package/dist/vue-ui-kpi-DchEmPtB.js +55 -0
- package/dist/vue-ui-mini-loader-DltJLkqy.js +131 -0
- package/dist/vue-ui-molecule-CWvukBzs.js +746 -0
- package/dist/vue-ui-mood-radar-DEfdtIi8.js +544 -0
- package/dist/vue-ui-nested-donuts-9URpqgXE.js +768 -0
- package/dist/vue-ui-onion-C0eowUT6.js +551 -0
- package/dist/vue-ui-parallel-coordinate-plot-Bc_pAaPJ.js +647 -0
- package/dist/vue-ui-quadrant-_ddVAm9V.js +1174 -0
- package/dist/vue-ui-quick-chart-Cio0hDYO.js +1310 -0
- package/dist/vue-ui-radar-Dyg38i33.js +853 -0
- package/dist/vue-ui-rating-CE1Lmwd2.js +271 -0
- package/dist/vue-ui-relation-circle-BMlB3k3d.js +303 -0
- package/dist/vue-ui-rings-BuXeijvb.js +507 -0
- package/dist/vue-ui-scatter-B1hZfOua.js +870 -0
- package/dist/vue-ui-screenshot-0QXgxzGs.js +160 -0
- package/dist/vue-ui-smiley-B7kR7exr.js +763 -0
- package/dist/vue-ui-spark-trend-BmL2KiYL.js +245 -0
- package/dist/vue-ui-sparkgauge-BMzFv14L.js +158 -0
- package/dist/vue-ui-sparkhistogram-DWpOXqHm.js +243 -0
- package/dist/vue-ui-sparkstackbar-DB9VQXlc.js +244 -0
- package/dist/vue-ui-strip-plot-DyN6P0JO.js +614 -0
- package/dist/vue-ui-table-DM3zL89q.js +2180 -0
- package/dist/vue-ui-table-heatmap-gWx0Nslu.js +237 -0
- package/dist/vue-ui-thermometer-Bcqv5kd_.js +384 -0
- package/dist/vue-ui-timer-BIFxjujK.js +451 -0
- package/dist/vue-ui-tiremarks-zBwHpED_.js +248 -0
- package/dist/vue-ui-treemap-BaplVc_z.js +719 -0
- package/dist/vue-ui-vertical-bar-CdK6ZJPM.js +734 -0
- package/dist/vue-ui-waffle-COOzH7M3.js +635 -0
- package/dist/vue-ui-wheel-BEpuVTBk.js +226 -0
- package/dist/vue-ui-word-cloud-DNqxAAiX.js +344 -0
- package/dist/vue-ui-xy-_mHq-czW.js +2058 -0
- package/dist/vue-ui-xy-canvas-DqX8Gee5.js +1003 -0
- package/package.json +1 -1
- package/dist/index-DZlxUin4.js +0 -57288
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as Ha } from "./
|
|
1
|
+
import { _ as Ha } from "./vue-ui-3d-bar-DW7kGJSz.js";
|
|
2
2
|
var Tt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3
3
|
function Vo(a) {
|
|
4
4
|
return a && a.__esModule && Object.prototype.hasOwnProperty.call(a, "default") ? a.default : a;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { openBlock as n, createElementBlock as o, normalizeStyle as c, renderSlot as l, Fragment as s, renderList as g, createVNode as u, createCommentVNode as h } from "vue";
|
|
2
|
+
import { _ as m, a as k } from "./data-table-d-VcuH-r.js";
|
|
3
|
+
const y = ["id"], $ = { class: "vue-data-ui-legend-item" }, v = ["onClick", "height", "width"], S = {
|
|
4
|
+
__name: "Legend",
|
|
5
|
+
props: {
|
|
6
|
+
legendSet: {
|
|
7
|
+
type: Array,
|
|
8
|
+
default() {
|
|
9
|
+
return [];
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
config: {
|
|
13
|
+
type: Object,
|
|
14
|
+
default() {
|
|
15
|
+
return {};
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
id: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: ""
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
emits: ["clickMarker"],
|
|
24
|
+
setup(e, { emit: r }) {
|
|
25
|
+
function f(i, a) {
|
|
26
|
+
r("clickMarker", { legend: i, i: a });
|
|
27
|
+
}
|
|
28
|
+
return (i, a) => (n(), o("div", {
|
|
29
|
+
id: e.id,
|
|
30
|
+
class: "vue-data-ui-legend",
|
|
31
|
+
style: c(`background:${e.config.backgroundColor};font-size:${e.config.fontSize}px;color:${e.config.color};padding-bottom:${e.config.paddingBottom}px;padding-top:${e.config.paddingTop || 12}px;font-weight:${e.config.fontWeight}`)
|
|
32
|
+
}, [
|
|
33
|
+
l(i.$slots, "legendTitle", { titleSet: e.legendSet }, void 0, !0),
|
|
34
|
+
(n(!0), o(s, null, g(e.legendSet, (t, d) => (n(), o("div", $, [
|
|
35
|
+
t.shape ? (n(), o("svg", {
|
|
36
|
+
key: 0,
|
|
37
|
+
onClick: (p) => f(t, d),
|
|
38
|
+
height: e.config.fontSize,
|
|
39
|
+
width: e.config.fontSize,
|
|
40
|
+
viewBox: "0 0 20 20",
|
|
41
|
+
style: c(`overflow: visible;opacity:${t.opacity}`)
|
|
42
|
+
}, [
|
|
43
|
+
u(k, {
|
|
44
|
+
shape: t.shape,
|
|
45
|
+
radius: 9,
|
|
46
|
+
stroke: "none",
|
|
47
|
+
plot: { x: 10, y: 10 },
|
|
48
|
+
fill: t.color
|
|
49
|
+
}, null, 8, ["shape", "fill"])
|
|
50
|
+
], 12, v)) : h("", !0),
|
|
51
|
+
l(i.$slots, "item", {
|
|
52
|
+
legend: t,
|
|
53
|
+
index: d
|
|
54
|
+
}, void 0, !0)
|
|
55
|
+
]))), 256))
|
|
56
|
+
], 12, y));
|
|
57
|
+
}
|
|
58
|
+
}, w = /* @__PURE__ */ m(S, [["__scopeId", "data-v-a5a45422"]]);
|
|
59
|
+
export {
|
|
60
|
+
w as L
|
|
61
|
+
};
|