@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/combination-chart-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"axis": {
|
|
@@ -273,7 +273,13 @@ declare const _default: {
|
|
|
273
273
|
"type": "object"
|
|
274
274
|
},
|
|
275
275
|
"color": {
|
|
276
|
+
"default": "",
|
|
276
277
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
278
|
+
"examples": [
|
|
279
|
+
"#FF5733",
|
|
280
|
+
"#33FF57",
|
|
281
|
+
"#5733FF"
|
|
282
|
+
],
|
|
277
283
|
"type": "string"
|
|
278
284
|
},
|
|
279
285
|
"display": {
|
|
@@ -468,7 +474,11 @@ declare const _default: {
|
|
|
468
474
|
"description": "Interactivity options",
|
|
469
475
|
"properties": {
|
|
470
476
|
"availableExportTypes": {
|
|
471
|
-
"default":
|
|
477
|
+
"default": [
|
|
478
|
+
"xlsx",
|
|
479
|
+
"csv",
|
|
480
|
+
"png"
|
|
481
|
+
],
|
|
472
482
|
"description": "Available export types interactivity option",
|
|
473
483
|
"items": {
|
|
474
484
|
"description": "Export types",
|
|
@@ -573,7 +583,11 @@ declare const _default: {
|
|
|
573
583
|
"type": "object"
|
|
574
584
|
},
|
|
575
585
|
"exportTypes": {
|
|
576
|
-
"default":
|
|
586
|
+
"default": [
|
|
587
|
+
"xlsx",
|
|
588
|
+
"csv",
|
|
589
|
+
"png"
|
|
590
|
+
],
|
|
577
591
|
"description": "Export types interactivity option",
|
|
578
592
|
"items": {
|
|
579
593
|
"description": "Export types",
|
|
@@ -1222,7 +1236,10 @@ declare const _default: {
|
|
|
1222
1236
|
"type": "array"
|
|
1223
1237
|
},
|
|
1224
1238
|
"urlConfig": {
|
|
1225
|
-
"default":
|
|
1239
|
+
"default": {
|
|
1240
|
+
"target": "_blank",
|
|
1241
|
+
"url": null
|
|
1242
|
+
},
|
|
1226
1243
|
"description": "Go to URL interactivity option",
|
|
1227
1244
|
"properties": {
|
|
1228
1245
|
"target": {
|
|
@@ -1410,10 +1427,16 @@ declare const _default: {
|
|
|
1410
1427
|
"type": "array"
|
|
1411
1428
|
},
|
|
1412
1429
|
"nullBreak": {
|
|
1430
|
+
"default": false,
|
|
1431
|
+
"description": "Null break options",
|
|
1413
1432
|
"type": "boolean"
|
|
1414
1433
|
},
|
|
1415
1434
|
"ranking": {
|
|
1416
|
-
"default":
|
|
1435
|
+
"default": {
|
|
1436
|
+
"active": false,
|
|
1437
|
+
"direction": "top",
|
|
1438
|
+
"number": 10
|
|
1439
|
+
},
|
|
1417
1440
|
"description": "Item query ranking",
|
|
1418
1441
|
"properties": {
|
|
1419
1442
|
"active": {
|
|
@@ -1453,14 +1476,18 @@ declare const _default: {
|
|
|
1453
1476
|
"background": {
|
|
1454
1477
|
"description": "Background color",
|
|
1455
1478
|
"examples": [
|
|
1456
|
-
"dark",
|
|
1457
|
-
"light",
|
|
1458
1479
|
"rgb(245, 245, 245)",
|
|
1459
1480
|
"rgb(61, 61, 61)"
|
|
1460
1481
|
],
|
|
1461
1482
|
"type": "string"
|
|
1462
1483
|
},
|
|
1463
1484
|
"baseFontSize": {
|
|
1485
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1486
|
+
"examples": [
|
|
1487
|
+
13,
|
|
1488
|
+
16,
|
|
1489
|
+
20
|
|
1490
|
+
],
|
|
1464
1491
|
"type": "number"
|
|
1465
1492
|
},
|
|
1466
1493
|
"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/combination-chart-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColumnSubtype": {
|
|
@@ -220,13 +220,13 @@ declare const _default: {
|
|
|
220
220
|
"items": {
|
|
221
221
|
"anyOf": [
|
|
222
222
|
{
|
|
223
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
223
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
224
224
|
},
|
|
225
225
|
{
|
|
226
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
226
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
229
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
230
230
|
}
|
|
231
231
|
]
|
|
232
232
|
},
|
|
@@ -269,7 +269,7 @@ declare const _default: {
|
|
|
269
269
|
"type": "string"
|
|
270
270
|
},
|
|
271
271
|
"columnSubType": {
|
|
272
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
272
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
273
273
|
"description": "Column subtype"
|
|
274
274
|
},
|
|
275
275
|
"set": {
|
|
@@ -398,13 +398,13 @@ declare const _default: {
|
|
|
398
398
|
"items": {
|
|
399
399
|
"anyOf": [
|
|
400
400
|
{
|
|
401
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
401
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
404
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
407
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
408
408
|
}
|
|
409
409
|
]
|
|
410
410
|
},
|
|
@@ -424,10 +424,10 @@ declare const _default: {
|
|
|
424
424
|
"items": {
|
|
425
425
|
"anyOf": [
|
|
426
426
|
{
|
|
427
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
427
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
428
428
|
},
|
|
429
429
|
{
|
|
430
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
430
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/XAxisSlot"
|
|
431
431
|
}
|
|
432
432
|
]
|
|
433
433
|
},
|
|
@@ -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/combination-chart.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Combination Chart item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Combination 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/combination-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Combination 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/combination-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/date-filter-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
|
"dateRange": {
|
|
@@ -798,14 +804,18 @@ declare const _default: {
|
|
|
798
804
|
"background": {
|
|
799
805
|
"description": "Background color",
|
|
800
806
|
"examples": [
|
|
801
|
-
"dark",
|
|
802
|
-
"light",
|
|
803
807
|
"rgb(245, 245, 245)",
|
|
804
808
|
"rgb(61, 61, 61)"
|
|
805
809
|
],
|
|
806
810
|
"type": "string"
|
|
807
811
|
},
|
|
808
812
|
"baseFontSize": {
|
|
813
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
814
|
+
"examples": [
|
|
815
|
+
13,
|
|
816
|
+
16,
|
|
817
|
+
20
|
|
818
|
+
],
|
|
809
819
|
"type": "number"
|
|
810
820
|
},
|
|
811
821
|
"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/date-filter-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"DateTimeSlotContent": {
|
|
@@ -122,7 +122,7 @@ declare const _default: {
|
|
|
122
122
|
"content": {
|
|
123
123
|
"description": "Time slot definition",
|
|
124
124
|
"items": {
|
|
125
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
125
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
126
126
|
},
|
|
127
127
|
"type": "array"
|
|
128
128
|
},
|
|
@@ -137,7 +137,7 @@ declare const _default: {
|
|
|
137
137
|
},
|
|
138
138
|
"description": "Data definition of the Date filter",
|
|
139
139
|
"items": {
|
|
140
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
140
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json#/definitions/TimeSlot"
|
|
141
141
|
},
|
|
142
142
|
"maxItems": 1,
|
|
143
143
|
"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.89/date-filter.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Date Filter item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Date Filter item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Date Filter item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-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/donut-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": {
|
|
@@ -39,7 +45,11 @@ declare const _default: {
|
|
|
39
45
|
"description": "Interactivity options",
|
|
40
46
|
"properties": {
|
|
41
47
|
"availableExportTypes": {
|
|
42
|
-
"default":
|
|
48
|
+
"default": [
|
|
49
|
+
"xlsx",
|
|
50
|
+
"csv",
|
|
51
|
+
"png"
|
|
52
|
+
],
|
|
43
53
|
"description": "Available export types interactivity option",
|
|
44
54
|
"items": {
|
|
45
55
|
"description": "Export types",
|
|
@@ -2204,7 +2214,11 @@ declare const _default: {
|
|
|
2204
2214
|
"type": "object"
|
|
2205
2215
|
},
|
|
2206
2216
|
"exportTypes": {
|
|
2207
|
-
"default":
|
|
2217
|
+
"default": [
|
|
2218
|
+
"xlsx",
|
|
2219
|
+
"csv",
|
|
2220
|
+
"png"
|
|
2221
|
+
],
|
|
2208
2222
|
"description": "Export types interactivity option",
|
|
2209
2223
|
"items": {
|
|
2210
2224
|
"description": "Export types",
|
|
@@ -2858,7 +2872,10 @@ declare const _default: {
|
|
|
2858
2872
|
"type": "boolean"
|
|
2859
2873
|
},
|
|
2860
2874
|
"urlConfig": {
|
|
2861
|
-
"default":
|
|
2875
|
+
"default": {
|
|
2876
|
+
"target": "_blank",
|
|
2877
|
+
"url": null
|
|
2878
|
+
},
|
|
2862
2879
|
"description": "Go to URL interactivity option",
|
|
2863
2880
|
"properties": {
|
|
2864
2881
|
"target": {
|
|
@@ -2930,7 +2947,7 @@ declare const _default: {
|
|
|
2930
2947
|
"type": "object"
|
|
2931
2948
|
},
|
|
2932
2949
|
"mode": {
|
|
2933
|
-
"default": "
|
|
2950
|
+
"default": "donut",
|
|
2934
2951
|
"description": "Mode of the Donut chart: donut or pie",
|
|
2935
2952
|
"enum": [
|
|
2936
2953
|
"donut",
|
|
@@ -3070,14 +3087,18 @@ declare const _default: {
|
|
|
3070
3087
|
"background": {
|
|
3071
3088
|
"description": "Background color",
|
|
3072
3089
|
"examples": [
|
|
3073
|
-
"dark",
|
|
3074
|
-
"light",
|
|
3075
3090
|
"rgb(245, 245, 245)",
|
|
3076
3091
|
"rgb(61, 61, 61)"
|
|
3077
3092
|
],
|
|
3078
3093
|
"type": "string"
|
|
3079
3094
|
},
|
|
3080
3095
|
"baseFontSize": {
|
|
3096
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
3097
|
+
"examples": [
|
|
3098
|
+
13,
|
|
3099
|
+
16,
|
|
3100
|
+
20
|
|
3101
|
+
],
|
|
3081
3102
|
"type": "number"
|
|
3082
3103
|
},
|
|
3083
3104
|
"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/donut-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/donut-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/donut-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/donut-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/donut-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/donut-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/donut-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
259
259
|
}
|
|
260
260
|
]
|
|
261
261
|
},
|
|
@@ -298,7 +298,7 @@ declare const _default: {
|
|
|
298
298
|
"type": "string"
|
|
299
299
|
},
|
|
300
300
|
"columnSubType": {
|
|
301
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
301
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
302
302
|
"description": "Column subtype"
|
|
303
303
|
},
|
|
304
304
|
"set": {
|
|
@@ -424,10 +424,10 @@ declare const _default: {
|
|
|
424
424
|
"items": {
|
|
425
425
|
"anyOf": [
|
|
426
426
|
{
|
|
427
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
427
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
428
428
|
},
|
|
429
429
|
{
|
|
430
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
430
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/CategorySlot"
|
|
431
431
|
}
|
|
432
432
|
]
|
|
433
433
|
},
|
|
@@ -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/donut-chart.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Donut Chart item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Donut 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/donut-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Donut 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/donut-chart-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/dropdown-filter-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"applyFiltersWithButton": {
|
|
@@ -8,7 +8,13 @@ declare const _default: {
|
|
|
8
8
|
"type": "boolean"
|
|
9
9
|
},
|
|
10
10
|
"color": {
|
|
11
|
+
"default": "",
|
|
11
12
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
13
|
+
"examples": [
|
|
14
|
+
"#FF5733",
|
|
15
|
+
"#33FF57",
|
|
16
|
+
"#5733FF"
|
|
17
|
+
],
|
|
12
18
|
"type": "string"
|
|
13
19
|
},
|
|
14
20
|
"display": {
|
|
@@ -824,14 +830,18 @@ declare const _default: {
|
|
|
824
830
|
"background": {
|
|
825
831
|
"description": "Background color",
|
|
826
832
|
"examples": [
|
|
827
|
-
"dark",
|
|
828
|
-
"light",
|
|
829
833
|
"rgb(245, 245, 245)",
|
|
830
834
|
"rgb(61, 61, 61)"
|
|
831
835
|
],
|
|
832
836
|
"type": "string"
|
|
833
837
|
},
|
|
834
838
|
"baseFontSize": {
|
|
839
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
840
|
+
"examples": [
|
|
841
|
+
13,
|
|
842
|
+
16,
|
|
843
|
+
20
|
|
844
|
+
],
|
|
835
845
|
"type": "number"
|
|
836
846
|
},
|
|
837
847
|
"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/dropdown-filter-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColumnSubtype": {
|
|
@@ -134,13 +134,13 @@ declare const _default: {
|
|
|
134
134
|
"items": {
|
|
135
135
|
"anyOf": [
|
|
136
136
|
{
|
|
137
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
137
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json#/definitions/NumericSlotContent"
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
140
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json#/definitions/HierarchySlotContent"
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
143
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
144
144
|
}
|
|
145
145
|
]
|
|
146
146
|
},
|
|
@@ -269,7 +269,7 @@ declare const _default: {
|
|
|
269
269
|
"type": "string"
|
|
270
270
|
},
|
|
271
271
|
"columnSubType": {
|
|
272
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
272
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json#/definitions/ColumnSubtype",
|
|
273
273
|
"description": "Column subtype"
|
|
274
274
|
},
|
|
275
275
|
"set": {
|
|
@@ -393,7 +393,7 @@ declare const _default: {
|
|
|
393
393
|
},
|
|
394
394
|
"description": "Data definition of the Dropdown filter",
|
|
395
395
|
"items": {
|
|
396
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
396
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json#/definitions/DimensionSlot"
|
|
397
397
|
},
|
|
398
398
|
"maxItems": 1,
|
|
399
399
|
"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.89/dropdown-filter.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Dropdown Filter item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Dropdown Filter item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Dropdown Filter item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|