@luzmo/dashboard-contents-types 1.0.2 → 1.0.4
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/CHANGELOG.md +12 -0
- package/README.md +40 -62
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +10 -11
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +8 -8
- package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +20 -10
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +10 -11
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +226 -27
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +11 -11
- package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +10 -11
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +6 -6
- package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +8 -9
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +8 -8
- package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +9 -9
- package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-map-options.schema.json.d.ts +1472 -0
- package/assets/json-schemas/heat-map-slots.schema.json.d.ts +566 -0
- package/assets/json-schemas/heat-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +1588 -0
- package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +566 -0
- package/assets/json-schemas/hexbin-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/image-options.schema.json.d.ts +7 -2
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/marker-map-options.schema.json.d.ts +1486 -0
- package/assets/json-schemas/marker-map-slots.schema.json.d.ts +566 -0
- package/assets/json-schemas/marker-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/options.schema.json.d.ts +49 -25
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +10 -11
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +6 -6
- package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/route-map-options.schema.json.d.ts +1506 -0
- package/assets/json-schemas/route-map-slots.schema.json.d.ts +627 -0
- package/assets/json-schemas/route-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +22 -22
- package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +1050 -0
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +484 -0
- package/assets/json-schemas/search-filter.schema.json.d.ts +23 -0
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +5 -5
- package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slots.schema.json.d.ts +44 -23
- package/assets/json-schemas/spike-map-options.schema.json.d.ts +1686 -0
- package/assets/json-schemas/spike-map-slots.schema.json.d.ts +598 -0
- package/assets/json-schemas/spike-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/symbol-map-options.schema.json.d.ts +1567 -0
- package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +595 -0
- package/assets/json-schemas/symbol-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/text-options.schema.json.d.ts +8 -8
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/video-options.schema.json.d.ts +318 -0
- package/assets/json-schemas/video.schema.json.d.ts +19 -0
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
- package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +3428 -0
- package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +543 -0
- package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +23 -0
- package/index.d.ts +1 -1
- package/index.d.ts.map +1 -1
- package/index.js +248 -70
- package/index.mjs +25636 -6337
- package/json-schemas.d.ts +17363 -2624
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +9 -0
- package/src/index.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +3 -0
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +17 -12
- package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map-options.d.ts +103 -0
- package/src/lib/heat-map/heat-map-options.d.ts.map +1 -0
- package/src/lib/heat-map/heat-map-slots.d.ts +29 -0
- package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -0
- package/src/lib/heat-map/heat-map.d.ts +23 -0
- package/src/lib/heat-map/heat-map.d.ts.map +1 -0
- package/src/lib/heat-map/index.d.ts +3 -0
- package/src/lib/heat-map/index.d.ts.map +1 -0
- package/src/lib/hexbin-map/hexbin-map-options.d.ts +116 -0
- package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -0
- package/src/lib/hexbin-map/hexbin-map-slots.d.ts +29 -0
- package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -0
- package/src/lib/hexbin-map/hexbin-map.d.ts +23 -0
- package/src/lib/hexbin-map/hexbin-map.d.ts.map +1 -0
- package/src/lib/hexbin-map/index.d.ts +3 -0
- package/src/lib/hexbin-map/index.d.ts.map +1 -0
- package/src/lib/marker-map/index.d.ts +3 -0
- package/src/lib/marker-map/index.d.ts.map +1 -0
- package/src/lib/marker-map/marker-map-options.d.ts +61 -0
- package/src/lib/marker-map/marker-map-options.d.ts.map +1 -0
- package/src/lib/marker-map/marker-map-slots.d.ts +29 -0
- package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -0
- package/src/lib/marker-map/marker-map.d.ts +23 -0
- package/src/lib/marker-map/marker-map.d.ts.map +1 -0
- package/src/lib/route-map/index.d.ts +3 -0
- package/src/lib/route-map/index.d.ts.map +1 -0
- package/src/lib/route-map/route-map-options.d.ts +94 -0
- package/src/lib/route-map/route-map-options.d.ts.map +1 -0
- package/src/lib/route-map/route-map-slots.d.ts +51 -0
- package/src/lib/route-map/route-map-slots.d.ts.map +1 -0
- package/src/lib/route-map/route-map.d.ts +23 -0
- package/src/lib/route-map/route-map.d.ts.map +1 -0
- package/src/lib/search-filter/search-filter-options.d.ts +6 -0
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
- package/src/lib/shared/drop-object-view-options.d.ts +1 -1
- package/src/lib/shared/map-object-view-options.d.ts +100 -1
- package/src/lib/shared/map-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/ranges.d.ts +1 -1
- package/src/lib/shared/slots.d.ts +82 -16
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/shared/theme.d.ts +1 -2
- package/src/lib/shared/theme.d.ts.map +1 -1
- package/src/lib/shared/title.d.ts +1 -1
- package/src/lib/shared/viz-item.d.ts +5 -0
- package/src/lib/shared/viz-item.d.ts.map +1 -1
- package/src/lib/spike-map/index.d.ts +3 -0
- package/src/lib/spike-map/index.d.ts.map +1 -0
- package/src/lib/spike-map/spike-map-options.d.ts +126 -0
- package/src/lib/spike-map/spike-map-options.d.ts.map +1 -0
- package/src/lib/spike-map/spike-map-slots.d.ts +40 -0
- package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -0
- package/src/lib/spike-map/spike-map.d.ts +23 -0
- package/src/lib/spike-map/spike-map.d.ts.map +1 -0
- package/src/lib/symbol-map/index.d.ts +3 -0
- package/src/lib/symbol-map/index.d.ts.map +1 -0
- package/src/lib/symbol-map/symbol-map-options.d.ts +93 -0
- package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -0
- package/src/lib/symbol-map/symbol-map-slots.d.ts +40 -0
- package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -0
- package/src/lib/symbol-map/symbol-map.d.ts +23 -0
- package/src/lib/symbol-map/symbol-map.d.ts.map +1 -0
- package/src/lib/video/index.d.ts +2 -0
- package/src/lib/video/index.d.ts.map +1 -0
- package/src/lib/video/video-options.d.ts +86 -0
- package/src/lib/video/video-options.d.ts.map +1 -0
- package/src/lib/video/video.d.ts +16 -0
- package/src/lib/video/video.d.ts.map +1 -0
- package/src/lib/visual-item/index.d.ts +1 -0
- package/src/lib/visual-item/index.d.ts.map +1 -0
- package/src/lib/visual-item/visual-item.d.ts +28 -0
- package/src/lib/visual-item/visual-item.d.ts.map +1 -0
- package/src/lib/wordcloud-chart/index.d.ts +3 -0
- package/src/lib/wordcloud-chart/index.d.ts.map +1 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +117 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +41 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -0
- package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +23 -0
- package/src/lib/wordcloud-chart/wordcloud-chart.d.ts.map +1 -0
- package/src/options.d.ts +10 -1
- package/src/options.d.ts.map +1 -1
- package/src/slots.d.ts +9 -1
- package/src/slots.d.ts.map +1 -1
- package/vite.config.d.ts.map +1 -1
|
@@ -1,78 +1,102 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"anyOf": [
|
|
5
5
|
{
|
|
6
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-options.schema.json"
|
|
7
7
|
},
|
|
8
8
|
{
|
|
9
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
9
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-options.schema.json"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/box-plot-options.schema.json"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
15
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-options.schema.json"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-options.schema.json"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
21
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-options.schema.json"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
24
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-options.schema.json"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
27
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-options.schema.json"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
30
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-options.schema.json"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
33
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter-options.schema.json"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
36
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-options.schema.json"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
39
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/dropdown-filter-options.schema.json"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
42
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/evolution-number-options.schema.json"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
45
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/funnel-chart-options.schema.json"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
48
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/image-options.schema.json"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
51
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/line-chart-options.schema.json"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
54
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-options.schema.json"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
57
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-options.schema.json"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
60
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-options.schema.json"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
63
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-options.schema.json"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
66
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/slicer-filter-options.schema.json"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
69
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/slider-filter-options.schema.json"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
72
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/text-options.schema.json"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
75
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/video-options.schema.json"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/search-filter-options.schema.json"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/wordcloud-chart-options.schema.json"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/heat-map-options.schema.json"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/symbol-map-options.schema.json"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/hexbin-map-options.schema.json"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/marker-map-options.schema.json"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/route-map-options.schema.json"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/spike-map-options.schema.json"
|
|
76
100
|
}
|
|
77
101
|
]
|
|
78
102
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"colWidths": {
|
|
@@ -7,7 +7,7 @@ declare const _default: {
|
|
|
7
7
|
},
|
|
8
8
|
"color": {
|
|
9
9
|
"default": "",
|
|
10
|
-
"description": "The main color for the item, if omitted the default color from the theme will be used
|
|
10
|
+
"description": "The main color for the item, if omitted the default color from the theme will be used",
|
|
11
11
|
"examples": [
|
|
12
12
|
"#FF5733",
|
|
13
13
|
"#33FF57",
|
|
@@ -997,6 +997,11 @@ declare const _default: {
|
|
|
997
997
|
],
|
|
998
998
|
"type": "string"
|
|
999
999
|
},
|
|
1000
|
+
"lookupFiltering": {
|
|
1001
|
+
"default": false,
|
|
1002
|
+
"description": "Allow interactive filtering of charts with linked datasets",
|
|
1003
|
+
"type": "boolean"
|
|
1004
|
+
},
|
|
1000
1005
|
"measureLabelsAxis": {
|
|
1001
1006
|
"default": "columns",
|
|
1002
1007
|
"description": "Measure axis labels",
|
|
@@ -1222,12 +1227,7 @@ declare const _default: {
|
|
|
1222
1227
|
"properties": {
|
|
1223
1228
|
"font-style": {
|
|
1224
1229
|
"const": "normal",
|
|
1225
|
-
"description": "
|
|
1226
|
-
"examples": [
|
|
1227
|
-
"normal",
|
|
1228
|
-
"italic",
|
|
1229
|
-
"oblique"
|
|
1230
|
-
],
|
|
1230
|
+
"description": "Use it to reset the font style to \"normal\"",
|
|
1231
1231
|
"type": "string"
|
|
1232
1232
|
},
|
|
1233
1233
|
"font-weight": {
|
|
@@ -1409,7 +1409,7 @@ declare const _default: {
|
|
|
1409
1409
|
"type": "string"
|
|
1410
1410
|
},
|
|
1411
1411
|
"title": {
|
|
1412
|
-
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1412
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1413
1413
|
"examples": [
|
|
1414
1414
|
{
|
|
1415
1415
|
"en": "Title"
|
|
@@ -1446,7 +1446,6 @@ declare const _default: {
|
|
|
1446
1446
|
},
|
|
1447
1447
|
"type": "object"
|
|
1448
1448
|
}
|
|
1449
|
-
|
|
1450
1449
|
;
|
|
1451
1450
|
|
|
1452
1451
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColumnSlot": {
|
|
@@ -10,13 +10,13 @@ declare const _default: {
|
|
|
10
10
|
"items": {
|
|
11
11
|
"anyOf": [
|
|
12
12
|
{
|
|
13
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
13
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
19
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
22
|
},
|
|
@@ -302,13 +302,13 @@ declare const _default: {
|
|
|
302
302
|
"items": {
|
|
303
303
|
"anyOf": [
|
|
304
304
|
{
|
|
305
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
305
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
308
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
|
|
309
309
|
},
|
|
310
310
|
{
|
|
311
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
311
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
312
312
|
}
|
|
313
313
|
]
|
|
314
314
|
},
|
|
@@ -351,7 +351,7 @@ declare const _default: {
|
|
|
351
351
|
"type": "string"
|
|
352
352
|
},
|
|
353
353
|
"columnSubType": {
|
|
354
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
354
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/ColumnSubtype",
|
|
355
355
|
"description": "Column subtype"
|
|
356
356
|
},
|
|
357
357
|
"datasetId": {
|
|
@@ -506,13 +506,13 @@ declare const _default: {
|
|
|
506
506
|
"items": {
|
|
507
507
|
"anyOf": [
|
|
508
508
|
{
|
|
509
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
509
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
|
|
510
510
|
},
|
|
511
511
|
{
|
|
512
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
512
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
|
|
513
513
|
},
|
|
514
514
|
{
|
|
515
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
515
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
516
516
|
}
|
|
517
517
|
]
|
|
518
518
|
},
|
|
@@ -531,13 +531,13 @@ declare const _default: {
|
|
|
531
531
|
"items": {
|
|
532
532
|
"anyOf": [
|
|
533
533
|
{
|
|
534
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
534
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/RowSlot"
|
|
535
535
|
},
|
|
536
536
|
{
|
|
537
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
537
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/ColumnSlot"
|
|
538
538
|
},
|
|
539
539
|
{
|
|
540
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
540
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/MeasureSlot"
|
|
541
541
|
}
|
|
542
542
|
]
|
|
543
543
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Pivot Table item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Pivot Table item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Pivot Table item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"alternateRowColor": {
|
|
@@ -9,7 +9,7 @@ declare const _default: {
|
|
|
9
9
|
},
|
|
10
10
|
"color": {
|
|
11
11
|
"default": "",
|
|
12
|
-
"description": "The main color for the item, if omitted the default color from the theme will be used
|
|
12
|
+
"description": "The main color for the item, if omitted the default color from the theme will be used",
|
|
13
13
|
"examples": [
|
|
14
14
|
"#FF5733",
|
|
15
15
|
"#33FF57",
|
|
@@ -32,7 +32,7 @@ declare const _default: {
|
|
|
32
32
|
"description": "Values range options that are configured manually",
|
|
33
33
|
"properties": {
|
|
34
34
|
"color": {
|
|
35
|
-
"description": "Color of the range",
|
|
35
|
+
"description": "Color of the range, it can be a hex or rgb(a) color",
|
|
36
36
|
"type": "string"
|
|
37
37
|
},
|
|
38
38
|
"isNegativeInfinityRange": {
|
|
@@ -1040,6 +1040,11 @@ declare const _default: {
|
|
|
1040
1040
|
],
|
|
1041
1041
|
"type": "string"
|
|
1042
1042
|
},
|
|
1043
|
+
"lookupFiltering": {
|
|
1044
|
+
"default": false,
|
|
1045
|
+
"description": "Allow interactive filtering of charts with linked datasets",
|
|
1046
|
+
"type": "boolean"
|
|
1047
|
+
},
|
|
1043
1048
|
"rowHeight": {
|
|
1044
1049
|
"default": 28,
|
|
1045
1050
|
"description": "Row height",
|
|
@@ -1282,12 +1287,7 @@ declare const _default: {
|
|
|
1282
1287
|
"properties": {
|
|
1283
1288
|
"font-style": {
|
|
1284
1289
|
"const": "normal",
|
|
1285
|
-
"description": "
|
|
1286
|
-
"examples": [
|
|
1287
|
-
"normal",
|
|
1288
|
-
"italic",
|
|
1289
|
-
"oblique"
|
|
1290
|
-
],
|
|
1290
|
+
"description": "Use it to reset the font style to \"normal\"",
|
|
1291
1291
|
"type": "string"
|
|
1292
1292
|
},
|
|
1293
1293
|
"font-weight": {
|
|
@@ -1469,7 +1469,7 @@ declare const _default: {
|
|
|
1469
1469
|
"type": "string"
|
|
1470
1470
|
},
|
|
1471
1471
|
"title": {
|
|
1472
|
-
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1472
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1473
1473
|
"examples": [
|
|
1474
1474
|
{
|
|
1475
1475
|
"en": "Title"
|
|
@@ -1480,7 +1480,6 @@ declare const _default: {
|
|
|
1480
1480
|
},
|
|
1481
1481
|
"type": "object"
|
|
1482
1482
|
}
|
|
1483
|
-
|
|
1484
1483
|
;
|
|
1485
1484
|
|
|
1486
1485
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColumnSubtype": {
|
|
@@ -20,13 +20,13 @@ declare const _default: {
|
|
|
20
20
|
"items": {
|
|
21
21
|
"anyOf": [
|
|
22
22
|
{
|
|
23
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
23
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-slots.schema.json#/definitions/NumericSlotContent"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
26
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-slots.schema.json#/definitions/HierarchySlotContent"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
29
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
30
30
|
}
|
|
31
31
|
]
|
|
32
32
|
},
|
|
@@ -323,7 +323,7 @@ declare const _default: {
|
|
|
323
323
|
"type": "string"
|
|
324
324
|
},
|
|
325
325
|
"columnSubType": {
|
|
326
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
326
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-slots.schema.json#/definitions/ColumnSubtype",
|
|
327
327
|
"description": "Column subtype"
|
|
328
328
|
},
|
|
329
329
|
"datasetId": {
|
|
@@ -473,7 +473,7 @@ declare const _default: {
|
|
|
473
473
|
},
|
|
474
474
|
"description": "Data definition of the Regular table",
|
|
475
475
|
"items": {
|
|
476
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
476
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-slots.schema.json#/definitions/ColumnsSlot"
|
|
477
477
|
},
|
|
478
478
|
"maxItems": 1,
|
|
479
479
|
"type": "array"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Regular Table item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Regular Table item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Regular Table item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|