@luzmo/dashboard-contents-types 0.1.88-beta.7 → 0.1.89
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 +154 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +32 -5
- 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 +32 -11
- 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 +27 -6
- 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 +27 -6
- 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 +37 -6
- 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 +37 -10
- 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 +30 -9
- 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 +32 -11
- 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 +34 -7
- 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 +13 -3
- 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 +28 -7
- 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 +13 -3
- 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 +51 -28
- 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 +28 -7
- 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/image-options.schema.json.d.ts +7 -3
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +29 -6
- 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/options.schema.json.d.ts +24 -24
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +37 -12
- 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 +33 -8
- 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/sankey-diagram-options.schema.json.d.ts +32 -8
- 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 +39 -6
- 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/slicer-filter-options.schema.json.d.ts +18 -8
- 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 +13 -3
- 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 +22 -22
- package/assets/json-schemas/text-options.schema.json.d.ts +7 -3
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
- package/index.d.ts +1 -0
- package/index.js +71 -71
- package/index.mjs +1038 -578
- package/json-schemas.d.ts +278 -122
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +1 -0
- package/src/lib/area-chart/area-chart-options.d.ts +18 -16
- package/src/lib/area-chart/area-chart-slots.d.ts +2 -0
- package/src/lib/area-chart/area-chart.d.ts +4 -2
- package/src/lib/area-chart/index.d.ts +1 -0
- package/src/lib/bar-chart/bar-chart-options.d.ts +23 -21
- package/src/lib/bar-chart/bar-chart.d.ts +4 -2
- package/src/lib/bar-chart/bar-chart.slots.d.ts +2 -0
- package/src/lib/bar-chart/index.d.ts +1 -0
- package/src/lib/box-plot/box-plot-options.d.ts +17 -15
- package/src/lib/box-plot/box-plot-slots.d.ts +2 -0
- package/src/lib/box-plot/box-plot.d.ts +4 -2
- package/src/lib/box-plot/index.d.ts +1 -0
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +16 -14
- package/src/lib/bubble-chart/bubble-chart-slots.d.ts +2 -0
- package/src/lib/bubble-chart/bubble-chart.d.ts +4 -2
- package/src/lib/bubble-chart/index.d.ts +1 -0
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +17 -15
- package/src/lib/bullet-chart/bullet-chart-slots.d.ts +2 -0
- package/src/lib/bullet-chart/bullet-chart.d.ts +4 -2
- package/src/lib/bullet-chart/index.d.ts +1 -0
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +22 -20
- package/src/lib/choropleth-map/choropleth-map-slots.d.ts +2 -0
- package/src/lib/choropleth-map/choropleth-map.d.ts +4 -2
- package/src/lib/choropleth-map/index.d.ts +1 -0
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +15 -13
- package/src/lib/circular-gauge/circular-gauge-slots.d.ts +2 -0
- package/src/lib/circular-gauge/circular-gauge.d.ts +4 -2
- package/src/lib/circular-gauge/index.d.ts +1 -0
- package/src/lib/column-chart/column-chart-options.d.ts +23 -21
- package/src/lib/column-chart/column-chart-slots.d.ts +2 -0
- package/src/lib/column-chart/column-chart.d.ts +4 -2
- package/src/lib/column-chart/index.d.ts +1 -0
- package/src/lib/combination-chart/combination-chart-options.d.ts +19 -17
- package/src/lib/combination-chart/combination-chart-slots.d.ts +2 -0
- package/src/lib/combination-chart/combination-chart.d.ts +4 -2
- package/src/lib/combination-chart/index.d.ts +1 -0
- package/src/lib/conditional-number/conditional-number-options.d.ts +16 -14
- package/src/lib/conditional-number/conditional-number-slots.d.ts +2 -0
- package/src/lib/conditional-number/conditional-number.d.ts +4 -2
- package/src/lib/conditional-number/index.d.ts +1 -0
- package/src/lib/date-filter/date-filter-options.d.ts +6 -4
- package/src/lib/date-filter/date-filter-slots.d.ts +2 -0
- package/src/lib/date-filter/date-filter.d.ts +4 -2
- package/src/lib/date-filter/index.d.ts +1 -0
- package/src/lib/donut-chart/donut-chart-options.d.ts +18 -16
- package/src/lib/donut-chart/donut-chart-slots.d.ts +2 -0
- package/src/lib/donut-chart/donut-chart.d.ts +4 -2
- package/src/lib/donut-chart/index.d.ts +1 -0
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +8 -6
- package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +2 -0
- package/src/lib/dropdown-filter/dropdown-filter.d.ts +4 -2
- package/src/lib/dropdown-filter/index.d.ts +1 -0
- package/src/lib/evolution-number/evolution-number-options.d.ts +31 -14
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-slots.d.ts +2 -0
- package/src/lib/evolution-number/evolution-number.d.ts +4 -2
- package/src/lib/evolution-number/index.d.ts +1 -0
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +18 -16
- package/src/lib/funnel-chart/funnel-chart-slots.d.ts +2 -0
- package/src/lib/funnel-chart/funnel-chart.d.ts +4 -2
- package/src/lib/funnel-chart/index.d.ts +1 -0
- package/src/lib/image/image-options.d.ts +5 -3
- package/src/lib/image/image.d.ts +3 -1
- package/src/lib/image/index.d.ts +1 -0
- package/src/lib/line-chart/index.d.ts +1 -0
- package/src/lib/line-chart/line-chart-options.d.ts +17 -15
- package/src/lib/line-chart/line-chart-slots.d.ts +2 -0
- package/src/lib/line-chart/line-chart.d.ts +4 -2
- package/src/lib/pivot-table/index.d.ts +1 -0
- package/src/lib/pivot-table/pivot-table-options.d.ts +21 -19
- package/src/lib/pivot-table/pivot-table-slots.d.ts +2 -0
- package/src/lib/pivot-table/pivot-table.d.ts +4 -2
- package/src/lib/regular-table/index.d.ts +1 -0
- package/src/lib/regular-table/regular-table-options.d.ts +16 -14
- package/src/lib/regular-table/regular-table-slots.d.ts +2 -0
- package/src/lib/regular-table/regular-table.d.ts +4 -2
- package/src/lib/sankey-diagram/index.d.ts +1 -0
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +17 -15
- package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +2 -0
- package/src/lib/sankey-diagram/sankey-diagram.d.ts +4 -2
- package/src/lib/scatter-plot/index.d.ts +1 -0
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +18 -16
- package/src/lib/scatter-plot/scatter-plot-slots.d.ts +2 -0
- package/src/lib/scatter-plot/scatter-plot.d.ts +4 -2
- package/src/lib/shared/axes.d.ts +1 -0
- package/src/lib/shared/axis-view-options.d.ts +2 -0
- package/src/lib/shared/common.d.ts +7 -5
- package/src/lib/shared/common.d.ts.map +1 -1
- package/src/lib/shared/drop-object-view-options.d.ts +4 -0
- package/src/lib/shared/drop-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/filters.d.ts +1 -0
- package/src/lib/shared/formula.d.ts +2 -0
- package/src/lib/shared/index.d.ts +1 -0
- package/src/lib/shared/info-tooltip-options.d.ts +1 -0
- package/src/lib/shared/interactivity-brush.d.ts +1 -0
- package/src/lib/shared/interactivity-custom-events.d.ts +2 -0
- package/src/lib/shared/interactivity-custom-tooltip.d.ts +1 -0
- package/src/lib/shared/interactivity-drilldown.d.ts +2 -0
- package/src/lib/shared/interactivity-export.d.ts +3 -2
- package/src/lib/shared/interactivity-filter.d.ts +1 -0
- package/src/lib/shared/interactivity-go-to-url.d.ts +1 -0
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +3 -1
- package/src/lib/shared/interactivity-target.d.ts +1 -0
- package/src/lib/shared/interpolation.d.ts +1 -0
- package/src/lib/shared/item-filter-group.d.ts +1 -0
- package/src/lib/shared/legend.d.ts +2 -0
- package/src/lib/shared/map-object-view-options.d.ts +4 -2
- package/src/lib/shared/object-view-options.d.ts +4 -2
- package/src/lib/shared/placeholder.d.ts +1 -0
- package/src/lib/shared/query.d.ts +1 -0
- package/src/lib/shared/ranges.d.ts +1 -0
- package/src/lib/shared/slots.d.ts +4 -2
- package/src/lib/shared/sort.d.ts +2 -0
- package/src/lib/shared/theme.d.ts +6 -1
- package/src/lib/shared/theme.d.ts.map +1 -1
- package/src/lib/shared/title.d.ts +1 -0
- package/src/lib/slicer-filter/index.d.ts +1 -0
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +15 -13
- package/src/lib/slicer-filter/slicer-filter-slots.d.ts +2 -0
- package/src/lib/slicer-filter/slicer-filter.d.ts +4 -2
- package/src/lib/slider-filter/index.d.ts +1 -0
- package/src/lib/slider-filter/slider-filter-options.d.ts +7 -5
- package/src/lib/slider-filter/slider-filter-slots.d.ts +2 -0
- package/src/lib/slider-filter/slider-filter.d.ts +4 -2
- package/src/lib/text/index.d.ts +1 -0
- package/src/lib/text/text-options.d.ts +3 -1
- package/src/lib/text/text.d.ts +3 -1
- package/src/options.d.ts +25 -23
- package/src/slots.d.ts +23 -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.89/box-plot-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"axis": {
|
|
@@ -178,7 +178,13 @@ declare const _default: {
|
|
|
178
178
|
"type": "number"
|
|
179
179
|
},
|
|
180
180
|
"color": {
|
|
181
|
+
"default": "",
|
|
181
182
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
183
|
+
"examples": [
|
|
184
|
+
"#FF5733",
|
|
185
|
+
"#33FF57",
|
|
186
|
+
"#5733FF"
|
|
187
|
+
],
|
|
182
188
|
"type": "string"
|
|
183
189
|
},
|
|
184
190
|
"display": {
|
|
@@ -269,7 +275,11 @@ declare const _default: {
|
|
|
269
275
|
"description": "Interactivity options",
|
|
270
276
|
"properties": {
|
|
271
277
|
"availableExportTypes": {
|
|
272
|
-
"default":
|
|
278
|
+
"default": [
|
|
279
|
+
"xlsx",
|
|
280
|
+
"csv",
|
|
281
|
+
"png"
|
|
282
|
+
],
|
|
273
283
|
"description": "Available export types interactivity option",
|
|
274
284
|
"items": {
|
|
275
285
|
"description": "Export types",
|
|
@@ -374,7 +384,11 @@ declare const _default: {
|
|
|
374
384
|
"type": "object"
|
|
375
385
|
},
|
|
376
386
|
"exportTypes": {
|
|
377
|
-
"default":
|
|
387
|
+
"default": [
|
|
388
|
+
"xlsx",
|
|
389
|
+
"csv",
|
|
390
|
+
"png"
|
|
391
|
+
],
|
|
378
392
|
"description": "Export types interactivity option",
|
|
379
393
|
"items": {
|
|
380
394
|
"description": "Export types",
|
|
@@ -1023,7 +1037,10 @@ declare const _default: {
|
|
|
1023
1037
|
"type": "array"
|
|
1024
1038
|
},
|
|
1025
1039
|
"urlConfig": {
|
|
1026
|
-
"default":
|
|
1040
|
+
"default": {
|
|
1041
|
+
"target": "_blank",
|
|
1042
|
+
"url": null
|
|
1043
|
+
},
|
|
1027
1044
|
"description": "Go to URL interactivity option",
|
|
1028
1045
|
"properties": {
|
|
1029
1046
|
"target": {
|
|
@@ -1213,14 +1230,18 @@ declare const _default: {
|
|
|
1213
1230
|
"background": {
|
|
1214
1231
|
"description": "Background color",
|
|
1215
1232
|
"examples": [
|
|
1216
|
-
"dark",
|
|
1217
|
-
"light",
|
|
1218
1233
|
"rgb(245, 245, 245)",
|
|
1219
1234
|
"rgb(61, 61, 61)"
|
|
1220
1235
|
],
|
|
1221
1236
|
"type": "string"
|
|
1222
1237
|
},
|
|
1223
1238
|
"baseFontSize": {
|
|
1239
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1240
|
+
"examples": [
|
|
1241
|
+
13,
|
|
1242
|
+
16,
|
|
1243
|
+
20
|
|
1244
|
+
],
|
|
1224
1245
|
"type": "number"
|
|
1225
1246
|
},
|
|
1226
1247
|
"borders": {
|
|
@@ -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.89/box-plot-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"CategorySlot": {
|
|
@@ -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.89/box-plot-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.89/box-plot-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.89/box-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
22
|
},
|
|
@@ -247,7 +247,7 @@ declare const _default: {
|
|
|
247
247
|
"content": {
|
|
248
248
|
"description": "Measure slot definition",
|
|
249
249
|
"items": {
|
|
250
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
250
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
251
251
|
},
|
|
252
252
|
"maxItems": 1,
|
|
253
253
|
"type": "array"
|
|
@@ -289,7 +289,7 @@ declare const _default: {
|
|
|
289
289
|
"type": "string"
|
|
290
290
|
},
|
|
291
291
|
"columnSubType": {
|
|
292
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
292
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/ColumnSubtype",
|
|
293
293
|
"description": "Column subtype"
|
|
294
294
|
},
|
|
295
295
|
"set": {
|
|
@@ -415,10 +415,10 @@ declare const _default: {
|
|
|
415
415
|
"items": {
|
|
416
416
|
"anyOf": [
|
|
417
417
|
{
|
|
418
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
418
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/MeasureSlot"
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
421
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/CategorySlot"
|
|
422
422
|
}
|
|
423
423
|
]
|
|
424
424
|
},
|
|
@@ -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.89/box-plot.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Box Plot item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Box Plot item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Box Plot item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-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.89/bubble-chart-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"categories": {
|
|
@@ -14,7 +14,13 @@ declare const _default: {
|
|
|
14
14
|
"type": "object"
|
|
15
15
|
},
|
|
16
16
|
"color": {
|
|
17
|
+
"default": "",
|
|
17
18
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
19
|
+
"examples": [
|
|
20
|
+
"#FF5733",
|
|
21
|
+
"#33FF57",
|
|
22
|
+
"#5733FF"
|
|
23
|
+
],
|
|
18
24
|
"type": "string"
|
|
19
25
|
},
|
|
20
26
|
"display": {
|
|
@@ -52,7 +58,11 @@ declare const _default: {
|
|
|
52
58
|
"description": "Interactivity options",
|
|
53
59
|
"properties": {
|
|
54
60
|
"availableExportTypes": {
|
|
55
|
-
"default":
|
|
61
|
+
"default": [
|
|
62
|
+
"xlsx",
|
|
63
|
+
"csv",
|
|
64
|
+
"png"
|
|
65
|
+
],
|
|
56
66
|
"description": "Available export types interactivity option",
|
|
57
67
|
"items": {
|
|
58
68
|
"description": "Export types",
|
|
@@ -2217,7 +2227,11 @@ declare const _default: {
|
|
|
2217
2227
|
"type": "object"
|
|
2218
2228
|
},
|
|
2219
2229
|
"exportTypes": {
|
|
2220
|
-
"default":
|
|
2230
|
+
"default": [
|
|
2231
|
+
"xlsx",
|
|
2232
|
+
"csv",
|
|
2233
|
+
"png"
|
|
2234
|
+
],
|
|
2221
2235
|
"description": "Export types interactivity option",
|
|
2222
2236
|
"items": {
|
|
2223
2237
|
"description": "Export types",
|
|
@@ -2871,7 +2885,10 @@ declare const _default: {
|
|
|
2871
2885
|
"type": "boolean"
|
|
2872
2886
|
},
|
|
2873
2887
|
"urlConfig": {
|
|
2874
|
-
"default":
|
|
2888
|
+
"default": {
|
|
2889
|
+
"target": "_blank",
|
|
2890
|
+
"url": null
|
|
2891
|
+
},
|
|
2875
2892
|
"description": "Go to URL interactivity option",
|
|
2876
2893
|
"properties": {
|
|
2877
2894
|
"target": {
|
|
@@ -2960,14 +2977,18 @@ declare const _default: {
|
|
|
2960
2977
|
"background": {
|
|
2961
2978
|
"description": "Background color",
|
|
2962
2979
|
"examples": [
|
|
2963
|
-
"dark",
|
|
2964
|
-
"light",
|
|
2965
2980
|
"rgb(245, 245, 245)",
|
|
2966
2981
|
"rgb(61, 61, 61)"
|
|
2967
2982
|
],
|
|
2968
2983
|
"type": "string"
|
|
2969
2984
|
},
|
|
2970
2985
|
"baseFontSize": {
|
|
2986
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
2987
|
+
"examples": [
|
|
2988
|
+
13,
|
|
2989
|
+
16,
|
|
2990
|
+
20
|
|
2991
|
+
],
|
|
2971
2992
|
"type": "number"
|
|
2972
2993
|
},
|
|
2973
2994
|
"borders": {
|
|
@@ -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.89/bubble-chart-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"CategorySlot": {
|
|
@@ -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.89/bubble-chart-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.89/bubble-chart-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.89/bubble-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
22
|
},
|
|
@@ -39,13 +39,13 @@ declare const _default: {
|
|
|
39
39
|
"items": {
|
|
40
40
|
"anyOf": [
|
|
41
41
|
{
|
|
42
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
42
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
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.89/bubble-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
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.89/bubble-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
49
49
|
}
|
|
50
50
|
]
|
|
51
51
|
},
|
|
@@ -278,13 +278,13 @@ declare const _default: {
|
|
|
278
278
|
"items": {
|
|
279
279
|
"anyOf": [
|
|
280
280
|
{
|
|
281
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
281
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
284
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
287
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
288
288
|
}
|
|
289
289
|
]
|
|
290
290
|
},
|
|
@@ -328,7 +328,7 @@ declare const _default: {
|
|
|
328
328
|
"type": "string"
|
|
329
329
|
},
|
|
330
330
|
"columnSubType": {
|
|
331
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
331
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
332
332
|
"description": "Column subtype"
|
|
333
333
|
},
|
|
334
334
|
"set": {
|
|
@@ -454,13 +454,13 @@ declare const _default: {
|
|
|
454
454
|
"items": {
|
|
455
455
|
"anyOf": [
|
|
456
456
|
{
|
|
457
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
457
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
460
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/CategorySlot"
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
463
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/ColorSlot"
|
|
464
464
|
}
|
|
465
465
|
]
|
|
466
466
|
},
|
|
@@ -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.89/bubble-chart.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Bubble Chart item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Bubble Chart item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Bubble Chart item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -1,9 +1,15 @@
|
|
|
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.89/bullet-chart-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"color": {
|
|
6
|
+
"default": "",
|
|
6
7
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
8
|
+
"examples": [
|
|
9
|
+
"#FF5733",
|
|
10
|
+
"#33FF57",
|
|
11
|
+
"#5733FF"
|
|
12
|
+
],
|
|
7
13
|
"type": "string"
|
|
8
14
|
},
|
|
9
15
|
"display": {
|
|
@@ -31,7 +37,11 @@ declare const _default: {
|
|
|
31
37
|
"description": "Interactivity options",
|
|
32
38
|
"properties": {
|
|
33
39
|
"availableExportTypes": {
|
|
34
|
-
"default":
|
|
40
|
+
"default": [
|
|
41
|
+
"xlsx",
|
|
42
|
+
"csv",
|
|
43
|
+
"png"
|
|
44
|
+
],
|
|
35
45
|
"description": "Available export types interactivity option",
|
|
36
46
|
"items": {
|
|
37
47
|
"description": "Export types",
|
|
@@ -131,7 +141,11 @@ declare const _default: {
|
|
|
131
141
|
"type": "object"
|
|
132
142
|
},
|
|
133
143
|
"exportTypes": {
|
|
134
|
-
"default":
|
|
144
|
+
"default": [
|
|
145
|
+
"xlsx",
|
|
146
|
+
"csv",
|
|
147
|
+
"png"
|
|
148
|
+
],
|
|
135
149
|
"description": "Export types interactivity option",
|
|
136
150
|
"items": {
|
|
137
151
|
"description": "Export types",
|
|
@@ -780,7 +794,10 @@ declare const _default: {
|
|
|
780
794
|
"type": "array"
|
|
781
795
|
},
|
|
782
796
|
"urlConfig": {
|
|
783
|
-
"default":
|
|
797
|
+
"default": {
|
|
798
|
+
"target": "_blank",
|
|
799
|
+
"url": null
|
|
800
|
+
},
|
|
784
801
|
"description": "Go to URL interactivity option",
|
|
785
802
|
"properties": {
|
|
786
803
|
"target": {
|
|
@@ -846,6 +863,11 @@ declare const _default: {
|
|
|
846
863
|
"type": "array"
|
|
847
864
|
},
|
|
848
865
|
"subtitle": {
|
|
866
|
+
"examples": [
|
|
867
|
+
{
|
|
868
|
+
"en": "Total Revenue"
|
|
869
|
+
}
|
|
870
|
+
],
|
|
849
871
|
"type": "object"
|
|
850
872
|
},
|
|
851
873
|
"target": {
|
|
@@ -853,6 +875,11 @@ declare const _default: {
|
|
|
853
875
|
"type": "number"
|
|
854
876
|
},
|
|
855
877
|
"title": {
|
|
878
|
+
"examples": [
|
|
879
|
+
{
|
|
880
|
+
"en": "Revenue"
|
|
881
|
+
}
|
|
882
|
+
],
|
|
856
883
|
"type": "object"
|
|
857
884
|
}
|
|
858
885
|
},
|
|
@@ -958,14 +985,18 @@ declare const _default: {
|
|
|
958
985
|
"background": {
|
|
959
986
|
"description": "Background color",
|
|
960
987
|
"examples": [
|
|
961
|
-
"dark",
|
|
962
|
-
"light",
|
|
963
988
|
"rgb(245, 245, 245)",
|
|
964
989
|
"rgb(61, 61, 61)"
|
|
965
990
|
],
|
|
966
991
|
"type": "string"
|
|
967
992
|
},
|
|
968
993
|
"baseFontSize": {
|
|
994
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
995
|
+
"examples": [
|
|
996
|
+
13,
|
|
997
|
+
16,
|
|
998
|
+
20
|
|
999
|
+
],
|
|
969
1000
|
"type": "number"
|
|
970
1001
|
},
|
|
971
1002
|
"borders": {
|
|
@@ -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.89/bullet-chart-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"CategorySlot": {
|
|
@@ -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.89/bullet-chart-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.89/bullet-chart-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.89/bullet-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
22
|
},
|
|
@@ -249,13 +249,13 @@ declare const _default: {
|
|
|
249
249
|
"items": {
|
|
250
250
|
"anyOf": [
|
|
251
251
|
{
|
|
252
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
252
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
255
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
258
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
259
259
|
}
|
|
260
260
|
]
|
|
261
261
|
},
|
|
@@ -299,7 +299,7 @@ declare const _default: {
|
|
|
299
299
|
"type": "string"
|
|
300
300
|
},
|
|
301
301
|
"columnSubType": {
|
|
302
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
302
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
303
303
|
"description": "Column subtype"
|
|
304
304
|
},
|
|
305
305
|
"set": {
|
|
@@ -428,13 +428,13 @@ declare const _default: {
|
|
|
428
428
|
"items": {
|
|
429
429
|
"anyOf": [
|
|
430
430
|
{
|
|
431
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
431
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
432
432
|
},
|
|
433
433
|
{
|
|
434
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
434
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
435
435
|
},
|
|
436
436
|
{
|
|
437
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
437
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
438
438
|
}
|
|
439
439
|
]
|
|
440
440
|
},
|
|
@@ -454,13 +454,13 @@ declare const _default: {
|
|
|
454
454
|
"items": {
|
|
455
455
|
"anyOf": [
|
|
456
456
|
{
|
|
457
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
457
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
460
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/CategorySlot"
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
463
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/TargetSlot"
|
|
464
464
|
}
|
|
465
465
|
]
|
|
466
466
|
},
|
|
@@ -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.89/bullet-chart.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Bullet Chart item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Bullet Chart item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Bullet Chart item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|