@unovis/vue 1.6.0-pre.2 → 1.6.0
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/components/axis/index.cjs +1 -1
- package/components/axis/index.cjs.map +1 -1
- package/components/axis/index.d.ts +2 -0
- package/components/axis/index.js +14 -12
- package/components/axis/index.js.map +1 -1
- package/components/crosshair/index.d.ts +4 -2
- package/components/graph/index.cjs +1 -1
- package/components/graph/index.cjs.map +1 -1
- package/components/graph/index.d.ts +2 -0
- package/components/graph/index.js +16 -14
- package/components/graph/index.js.map +1 -1
- package/components/plotband/index.cjs +2 -0
- package/components/plotband/index.cjs.map +1 -0
- package/components/plotband/index.d.ts +70 -0
- package/components/plotband/index.js +51 -0
- package/components/plotband/index.js.map +1 -0
- package/components/plotband/index2.cjs +2 -0
- package/components/plotband/index2.cjs.map +1 -0
- package/components/plotband/index2.js +7 -0
- package/components/plotband/index2.js.map +1 -0
- package/components/plotline/index.cjs +2 -0
- package/components/plotline/index.cjs.map +1 -0
- package/components/plotline/index.d.ts +71 -0
- package/components/plotline/index.js +52 -0
- package/components/plotline/index.js.map +1 -0
- package/components/plotline/index2.cjs +2 -0
- package/components/plotline/index2.cjs.map +1 -0
- package/components/plotline/index2.js +7 -0
- package/components/plotline/index2.js.map +1 -0
- package/components/sankey/index.d.ts +1 -1
- package/components/timeline/index.d.ts +22 -1
- package/components/treemap/index.cjs +2 -0
- package/components/treemap/index.cjs.map +1 -0
- package/components/treemap/index.d.ts +74 -0
- package/components/treemap/index.js +59 -0
- package/components/treemap/index.js.map +1 -0
- package/components/treemap/index2.cjs +2 -0
- package/components/treemap/index2.cjs.map +1 -0
- package/components/treemap/index2.js +7 -0
- package/components/treemap/index2.js.map +1 -0
- package/components.d.ts +4 -0
- package/containers/xy-container/index.cjs +1 -1
- package/containers/xy-container/index.cjs.map +1 -1
- package/containers/xy-container/index.d.ts +1 -0
- package/containers/xy-container/index.js +5 -4
- package/containers/xy-container/index.js.map +1 -1
- package/html-components/bullet-legend/index.cjs +1 -1
- package/html-components/bullet-legend/index.cjs.map +1 -1
- package/html-components/bullet-legend/index.d.ts +6 -0
- package/html-components/bullet-legend/index.js +12 -11
- package/html-components/bullet-legend/index.js.map +1 -1
- package/html-components/rolling-pin-legend/index.cjs +2 -0
- package/html-components/rolling-pin-legend/index.cjs.map +1 -0
- package/html-components/rolling-pin-legend/index.d.ts +52 -0
- package/html-components/rolling-pin-legend/index.js +42 -0
- package/html-components/rolling-pin-legend/index.js.map +1 -0
- package/html-components/rolling-pin-legend/index3.cjs +2 -0
- package/html-components/rolling-pin-legend/index3.cjs.map +1 -0
- package/html-components/rolling-pin-legend/index3.js +8 -0
- package/html-components/rolling-pin-legend/index3.js.map +1 -0
- package/index.cjs +2 -2
- package/index.js +79 -66
- package/index.js.map +1 -1
- package/package.json +2 -2
package/index.cjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".unovis-xy-container,.unovis-single-container{display:block;position:relative;width:100%}[data-vis-leaflet-map],[data-vis-leaflet-flow-map]{display:block;position:relative}[data-vis-bullet-legend]{display:block}")),document.head.appendChild(e)}}catch(
|
|
2
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".unovis-xy-container,.unovis-single-container{display:block;position:relative;width:100%}[data-vis-leaflet-map],[data-vis-leaflet-flow-map]{display:block;position:relative}[data-vis-bullet-legend],[data-vis-rolling-pin-legend]{display:block}")),document.head.appendChild(e)}}catch(i){console.error("vite-plugin-css-injected-by-js",i)}})();
|
|
2
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const T=require("./containers/xy-container/index.cjs");;exports.VisXYContainer=T.default;exports.VisSingleContainer=m.default;exports.VisArea=e.default;exports.VisAreaSelectors=e.VisAreaSelectors;exports.VisAxis=t.default;exports.VisAxisSelectors=t.VisAxisSelectors;exports.VisBrush=s.default;exports.VisBrushSelectors=s.VisBrushSelectors;exports.VisCrosshair=r.default;exports.VisCrosshairSelectors=r.VisCrosshairSelectors;exports.VisFreeBrush=i.default;exports.VisFreeBrushSelectors=i.VisFreeBrushSelectors;exports.VisGroupedBar=_.default;exports.VisGroupedBarSelectors=_.VisGroupedBarSelectors;exports.VisLine=u.default;exports.VisLineSelectors=u.VisLineSelectors;exports.VisScatter=l.default;exports.VisScatterSelectors=l.VisScatterSelectors;exports.VisStackedBar=n.default;exports.VisStackedBarSelectors=n.VisStackedBarSelectors;exports.VisTimeline=o.default;exports.VisTimelineSelectors=o.VisTimelineSelectors;exports.VisXYLabels=a.default;exports.VisXYLabelsSelectors=a.VisXYLabelsSelectors;exports.VisPlotband=c.default;exports.VisPlotbandSelectors=c.VisPlotbandSelectors;exports.VisPlotline=p.default;exports.VisPlotlineSelectors=p.VisPlotlineSelectors;exports.VisChordDiagram=d.default;exports.VisChordDiagramSelectors=d.VisChordDiagramSelectors;exports.VisDonut=V.default;exports.VisDonutSelectors=V.VisDonutSelectors;exports.VisGraph=S.default;exports.VisGraphSelectors=S.VisGraphSelectors;exports.VisNestedDonut=v.default;exports.VisNestedDonutSelectors=v.VisNestedDonutSelectors;exports.VisSankey=g.default;exports.VisSankeySelectors=g.VisSankeySelectors;exports.VisTopoJSONMap=f.default;exports.VisTopoJSONMapSelectors=f.VisTopoJSONMapSelectors;exports.VisTreemap=q.default;exports.VisTreemapSelectors=q.VisTreemapSelectors;exports.VisTooltip=y.default;exports.VisTooltipSelectors=y.VisTooltipSelectors;exports.VisAnnotations=x.default;exports.VisAnnotationsSelectors=x.VisAnnotationsSelectors;exports.VisLeafletMap=$.default;exports.VisLeafletMapSelectors=$.VisLeafletMapSelectors;exports.VisLeafletFlowMap=L.default;exports.VisLeafletFlowMapSelectors=L.VisLeafletFlowMapSelectors;exports.VisBulletLegend=h.default;exports.VisBulletLegendSelectors=h.VisBulletLegendSelectors;exports.VisRollingPinLegend=B.default;exports.VisRollingPinLegendSelectors=B.VisRollingPinLegendSelectors;
|
|
3
3
|
//# sourceMappingURL=index.cjs.map
|
package/index.js
CHANGED
|
@@ -1,79 +1,92 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".unovis-xy-container,.unovis-single-container{display:block;position:relative;width:100%}[data-vis-leaflet-map],[data-vis-leaflet-flow-map]{display:block;position:relative}[data-vis-bullet-legend]{display:block}")),document.head.appendChild(e)}}catch(
|
|
2
|
-
import { default as
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".unovis-xy-container,.unovis-single-container{display:block;position:relative;width:100%}[data-vis-leaflet-map],[data-vis-leaflet-flow-map]{display:block;position:relative}[data-vis-bullet-legend],[data-vis-rolling-pin-legend]{display:block}")),document.head.appendChild(e)}}catch(i){console.error("vite-plugin-css-injected-by-js",i)}})();
|
|
2
|
+
import { default as f } from "./containers/xy-container/index.js";
|
|
3
3
|
|
|
4
|
-
import { default as
|
|
4
|
+
import { default as p } from "./containers/single-container/index.js";
|
|
5
5
|
/* empty css */
|
|
6
|
-
import { default as
|
|
7
|
-
import { default as
|
|
8
|
-
import { default as
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
6
|
+
import { default as m, VisAreaSelectors as u } from "./components/area/index.js";
|
|
7
|
+
import { default as n, VisAxisSelectors as c } from "./components/axis/index.js";
|
|
8
|
+
import { default as L, VisBrushSelectors as h } from "./components/brush/index.js";
|
|
9
|
+
import { default as g, VisCrosshairSelectors as T } from "./components/crosshair/index.js";
|
|
10
|
+
import { default as C, VisFreeBrushSelectors as D } from "./components/free-brush/index.js";
|
|
11
|
+
import { default as P, VisGroupedBarSelectors as b } from "./components/grouped-bar/index.js";
|
|
12
|
+
import { default as F, VisLineSelectors as G } from "./components/line/index.js";
|
|
13
|
+
import { default as X, VisScatterSelectors as Y } from "./components/scatter/index.js";
|
|
14
14
|
import { default as y, VisStackedBarSelectors as J } from "./components/stacked-bar/index.js";
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as Q,
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as re,
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
15
|
+
import { default as R, VisTimelineSelectors as j } from "./components/timeline/index.js";
|
|
16
|
+
import { default as v, VisXYLabelsSelectors as z } from "./components/xy-labels/index.js";
|
|
17
|
+
import { default as H, VisPlotbandSelectors as I } from "./components/plotband/index.js";
|
|
18
|
+
import { default as Q, VisPlotlineSelectors as U } from "./components/plotline/index.js";
|
|
19
|
+
import { default as Z, VisChordDiagramSelectors as _ } from "./components/chord-diagram/index.js";
|
|
20
|
+
import { default as ee, VisDonutSelectors as se } from "./components/donut/index.js";
|
|
21
|
+
import { default as re, VisGraphSelectors as te } from "./components/graph/index.js";
|
|
22
|
+
import { default as ie, VisNestedDonutSelectors as le } from "./components/nested-donut/index.js";
|
|
23
|
+
import { default as Ve, VisSankeySelectors as pe } from "./components/sankey/index.js";
|
|
24
|
+
import { default as me, VisTopoJSONMapSelectors as ue } from "./components/topojson-map/index.js";
|
|
25
|
+
import { default as ne, VisTreemapSelectors as ce } from "./components/treemap/index.js";
|
|
26
|
+
import { default as Le, VisTooltipSelectors as he } from "./components/tooltip/index.js";
|
|
27
|
+
import { default as ge, VisAnnotationsSelectors as Te } from "./components/annotations/index.js";
|
|
28
|
+
import { default as Ce, VisLeafletMapSelectors as De } from "./html-components/leaflet-map/index.js";
|
|
26
29
|
/* empty css */
|
|
27
|
-
import { default as
|
|
30
|
+
import { default as Pe, VisLeafletFlowMapSelectors as be } from "./html-components/leaflet-flow-map/index.js";
|
|
28
31
|
/* empty css */
|
|
29
|
-
import { default as
|
|
32
|
+
import { default as Fe, VisBulletLegendSelectors as Ge } from "./html-components/bullet-legend/index.js";
|
|
30
33
|
/* empty css */
|
|
34
|
+
import { default as Xe, VisRollingPinLegendSelectors as Ye } from "./html-components/rolling-pin-legend/index.js";
|
|
35
|
+
/* empty css */
|
|
31
36
|
export {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
+
ge as VisAnnotations,
|
|
38
|
+
Te as VisAnnotationsSelectors,
|
|
39
|
+
m as VisArea,
|
|
40
|
+
u as VisAreaSelectors,
|
|
41
|
+
n as VisAxis,
|
|
37
42
|
c as VisAxisSelectors,
|
|
38
|
-
|
|
43
|
+
L as VisBrush,
|
|
39
44
|
h as VisBrushSelectors,
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
45
|
+
Fe as VisBulletLegend,
|
|
46
|
+
Ge as VisBulletLegendSelectors,
|
|
47
|
+
Z as VisChordDiagram,
|
|
48
|
+
_ as VisChordDiagramSelectors,
|
|
49
|
+
g as VisCrosshair,
|
|
50
|
+
T as VisCrosshairSelectors,
|
|
51
|
+
ee as VisDonut,
|
|
52
|
+
se as VisDonutSelectors,
|
|
53
|
+
C as VisFreeBrush,
|
|
54
|
+
D as VisFreeBrushSelectors,
|
|
55
|
+
re as VisGraph,
|
|
56
|
+
te as VisGraphSelectors,
|
|
57
|
+
P as VisGroupedBar,
|
|
58
|
+
b as VisGroupedBarSelectors,
|
|
59
|
+
Pe as VisLeafletFlowMap,
|
|
60
|
+
be as VisLeafletFlowMapSelectors,
|
|
61
|
+
Ce as VisLeafletMap,
|
|
62
|
+
De as VisLeafletMapSelectors,
|
|
63
|
+
F as VisLine,
|
|
64
|
+
G as VisLineSelectors,
|
|
65
|
+
ie as VisNestedDonut,
|
|
66
|
+
le as VisNestedDonutSelectors,
|
|
67
|
+
H as VisPlotband,
|
|
68
|
+
I as VisPlotbandSelectors,
|
|
69
|
+
Q as VisPlotline,
|
|
70
|
+
U as VisPlotlineSelectors,
|
|
71
|
+
Xe as VisRollingPinLegend,
|
|
72
|
+
Ye as VisRollingPinLegendSelectors,
|
|
73
|
+
Ve as VisSankey,
|
|
74
|
+
pe as VisSankeySelectors,
|
|
75
|
+
X as VisScatter,
|
|
76
|
+
Y as VisScatterSelectors,
|
|
77
|
+
p as VisSingleContainer,
|
|
67
78
|
y as VisStackedBar,
|
|
68
79
|
J as VisStackedBarSelectors,
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
80
|
+
R as VisTimeline,
|
|
81
|
+
j as VisTimelineSelectors,
|
|
82
|
+
Le as VisTooltip,
|
|
83
|
+
he as VisTooltipSelectors,
|
|
84
|
+
me as VisTopoJSONMap,
|
|
85
|
+
ue as VisTopoJSONMapSelectors,
|
|
86
|
+
ne as VisTreemap,
|
|
87
|
+
ce as VisTreemapSelectors,
|
|
88
|
+
f as VisXYContainer,
|
|
89
|
+
v as VisXYLabels,
|
|
90
|
+
z as VisXYLabelsSelectors
|
|
78
91
|
};
|
|
79
92
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unovis/vue",
|
|
3
3
|
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, and vanilla TypeScript or JavaScript",
|
|
4
|
-
"version": "1.6.0
|
|
4
|
+
"version": "1.6.0",
|
|
5
5
|
"packageManager": "npm@10.9.1",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"gallery": "vite"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@unovis/ts": "1.6.0
|
|
56
|
+
"@unovis/ts": "1.6.0",
|
|
57
57
|
"vue": "^3"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|