@luzmo/dashboard-contents-types 0.1.88 → 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.
Files changed (84) hide show
  1. package/README.md +154 -0
  2. package/assets/json-schemas/area-chart-options.schema.json.d.ts +15 -1
  3. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +14 -14
  4. package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
  5. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +13 -1
  6. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +14 -14
  7. package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
  8. package/assets/json-schemas/box-plot-options.schema.json.d.ts +13 -1
  9. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +8 -8
  10. package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
  11. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +13 -1
  12. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +14 -14
  13. package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
  14. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +13 -1
  15. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +14 -14
  16. package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
  17. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +13 -1
  18. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +11 -11
  19. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  20. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +13 -1
  21. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +10 -10
  22. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  23. package/assets/json-schemas/column-chart-options.schema.json.d.ts +13 -1
  24. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +14 -14
  25. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  26. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +15 -1
  27. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +10 -10
  28. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  29. package/assets/json-schemas/date-filter-options.schema.json.d.ts +13 -1
  30. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +3 -3
  31. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  32. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +13 -1
  33. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +10 -10
  34. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  35. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +13 -1
  36. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +6 -6
  37. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  38. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +37 -23
  39. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +8 -8
  40. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  41. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +13 -1
  42. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +9 -9
  43. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  44. package/assets/json-schemas/image-options.schema.json.d.ts +7 -1
  45. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  46. package/assets/json-schemas/line-chart-options.schema.json.d.ts +15 -1
  47. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +14 -14
  48. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  49. package/assets/json-schemas/options.schema.json.d.ts +24 -24
  50. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +13 -1
  51. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +14 -14
  52. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  53. package/assets/json-schemas/regular-table-options.schema.json.d.ts +13 -1
  54. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +6 -6
  55. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  56. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +13 -1
  57. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +18 -18
  58. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  59. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +13 -1
  60. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +22 -22
  61. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  62. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +13 -1
  63. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +10 -10
  64. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  65. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +13 -1
  66. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +5 -5
  67. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  68. package/assets/json-schemas/slots.schema.json.d.ts +22 -22
  69. package/assets/json-schemas/text-options.schema.json.d.ts +7 -1
  70. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  71. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
  72. package/index.js +69 -69
  73. package/index.mjs +719 -447
  74. package/json-schemas.d.ts +100 -17
  75. package/json-schemas.d.ts.map +1 -1
  76. package/package.json +1 -1
  77. package/src/lib/evolution-number/evolution-number-options.d.ts +20 -5
  78. package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
  79. package/src/lib/shared/common.d.ts +4 -4
  80. package/src/lib/shared/common.d.ts.map +1 -1
  81. package/src/lib/shared/drop-object-view-options.d.ts +2 -0
  82. package/src/lib/shared/drop-object-view-options.d.ts.map +1 -1
  83. package/src/lib/shared/theme.d.ts +4 -0
  84. package/src/lib/shared/theme.d.ts.map +1 -1
@@ -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.88/evolution-number.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number.schema.json",
4
4
  "type": "object",
5
5
  "description": "Evolution Number item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Evolution Number item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/evolution-number-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Evolution Number item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/evolution-number-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-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.88/funnel-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-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": {
@@ -3075,6 +3081,12 @@ declare const _default: {
3075
3081
  "type": "string"
3076
3082
  },
3077
3083
  "baseFontSize": {
3084
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
3085
+ "examples": [
3086
+ 13,
3087
+ 16,
3088
+ 20
3089
+ ],
3078
3090
  "type": "number"
3079
3091
  },
3080
3092
  "borders": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/funnel-chart-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-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.88/funnel-chart-slots.schema.json#/definitions/NumericSlotContent"
13
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/NumericSlotContent"
14
14
  },
15
15
  {
16
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/funnel-chart-slots.schema.json#/definitions/HierarchySlotContent"
16
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/HierarchySlotContent"
17
17
  },
18
18
  {
19
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/funnel-chart-slots.schema.json#/definitions/DateTimeSlotContent"
19
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/DateTimeSlotContent"
20
20
  }
21
21
  ]
22
22
  },
@@ -249,10 +249,10 @@ declare const _default: {
249
249
  "items": {
250
250
  "anyOf": [
251
251
  {
252
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/funnel-chart-slots.schema.json#/definitions/NumericSlotContent"
252
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/NumericSlotContent"
253
253
  },
254
254
  {
255
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/funnel-chart-slots.schema.json#/definitions/HierarchySlotContent"
255
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/HierarchySlotContent"
256
256
  }
257
257
  ]
258
258
  },
@@ -296,7 +296,7 @@ declare const _default: {
296
296
  "type": "string"
297
297
  },
298
298
  "columnSubType": {
299
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/funnel-chart-slots.schema.json#/definitions/ColumnSubtype",
299
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/ColumnSubtype",
300
300
  "description": "Column subtype"
301
301
  },
302
302
  "set": {
@@ -422,10 +422,10 @@ declare const _default: {
422
422
  "items": {
423
423
  "anyOf": [
424
424
  {
425
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/funnel-chart-slots.schema.json#/definitions/MeasureSlot"
425
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/MeasureSlot"
426
426
  },
427
427
  {
428
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/funnel-chart-slots.schema.json#/definitions/CategorySlot"
428
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/CategorySlot"
429
429
  }
430
430
  ]
431
431
  },
@@ -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.88/funnel-chart.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart.schema.json",
4
4
  "type": "object",
5
5
  "description": "Funnel Chart item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Funnel Chart item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/funnel-chart-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Funnel Chart item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/funnel-chart-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-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.88/image-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/image-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "alignment": {
@@ -121,6 +121,12 @@ declare const _default: {
121
121
  "type": "string"
122
122
  },
123
123
  "baseFontSize": {
124
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
125
+ "examples": [
126
+ 13,
127
+ 16,
128
+ 20
129
+ ],
124
130
  "type": "number"
125
131
  },
126
132
  "borders": {
@@ -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.88/image.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/image.schema.json",
4
4
  "type": "object",
5
5
  "description": "Image item",
6
6
  "properties": {
@@ -11,7 +11,7 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Image item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/image-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/image-options.schema.json"
15
15
  }
16
16
  }
17
17
  };
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "axis": {
@@ -278,7 +278,13 @@ declare const _default: {
278
278
  "type": "object"
279
279
  },
280
280
  "color": {
281
+ "default": "",
281
282
  "description": "The main color for the item, if omitted the default color from the theme will be used.",
283
+ "examples": [
284
+ "#FF5733",
285
+ "#33FF57",
286
+ "#5733FF"
287
+ ],
282
288
  "type": "string"
283
289
  },
284
290
  "display": {
@@ -1369,6 +1375,8 @@ declare const _default: {
1369
1375
  "type": "object"
1370
1376
  },
1371
1377
  "nullBreak": {
1378
+ "default": false,
1379
+ "description": "Null break options",
1372
1380
  "type": "boolean"
1373
1381
  },
1374
1382
  "theme": {
@@ -1395,6 +1403,12 @@ declare const _default: {
1395
1403
  "type": "string"
1396
1404
  },
1397
1405
  "baseFontSize": {
1406
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
1407
+ "examples": [
1408
+ 13,
1409
+ 16,
1410
+ 20
1411
+ ],
1398
1412
  "type": "number"
1399
1413
  },
1400
1414
  "borders": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-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.88/line-chart-slots.schema.json#/definitions/NumericSlotContent"
223
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/NumericSlotContent"
224
224
  },
225
225
  {
226
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-slots.schema.json#/definitions/HierarchySlotContent"
226
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/HierarchySlotContent"
227
227
  },
228
228
  {
229
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-slots.schema.json#/definitions/DateTimeSlotContent"
229
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/DateTimeSlotContent"
230
230
  }
231
231
  ]
232
232
  },
@@ -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.88/line-chart-slots.schema.json#/definitions/NumericSlotContent"
252
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/NumericSlotContent"
253
253
  },
254
254
  {
255
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-slots.schema.json#/definitions/HierarchySlotContent"
255
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/HierarchySlotContent"
256
256
  },
257
257
  {
258
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-slots.schema.json#/definitions/DateTimeSlotContent"
258
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-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.88/line-chart-slots.schema.json#/definitions/ColumnSubtype",
301
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/ColumnSubtype",
302
302
  "description": "Column subtype"
303
303
  },
304
304
  "set": {
@@ -427,13 +427,13 @@ declare const _default: {
427
427
  "items": {
428
428
  "anyOf": [
429
429
  {
430
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-slots.schema.json#/definitions/NumericSlotContent"
430
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/NumericSlotContent"
431
431
  },
432
432
  {
433
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-slots.schema.json#/definitions/HierarchySlotContent"
433
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/HierarchySlotContent"
434
434
  },
435
435
  {
436
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-slots.schema.json#/definitions/DateTimeSlotContent"
436
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/DateTimeSlotContent"
437
437
  }
438
438
  ]
439
439
  },
@@ -453,13 +453,13 @@ declare const _default: {
453
453
  "items": {
454
454
  "anyOf": [
455
455
  {
456
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-slots.schema.json#/definitions/MeasureSlot"
456
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/MeasureSlot"
457
457
  },
458
458
  {
459
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-slots.schema.json#/definitions/XAxisSlot"
459
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/XAxisSlot"
460
460
  },
461
461
  {
462
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-slots.schema.json#/definitions/LegendSlot"
462
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/LegendSlot"
463
463
  }
464
464
  ]
465
465
  },
@@ -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.88/line-chart.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart.schema.json",
4
4
  "type": "object",
5
5
  "description": "Line Chart item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Line Chart item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Line Chart item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };
@@ -1,75 +1,75 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/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.88/area-chart-options.schema.json"
6
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-options.schema.json"
7
7
  },
8
8
  {
9
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/bar-chart-options.schema.json"
9
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-options.schema.json"
10
10
  },
11
11
  {
12
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/box-plot-options.schema.json"
12
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-options.schema.json"
13
13
  },
14
14
  {
15
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/bubble-chart-options.schema.json"
15
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-options.schema.json"
16
16
  },
17
17
  {
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/bullet-chart-options.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-options.schema.json"
19
19
  },
20
20
  {
21
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-options.schema.json"
21
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-options.schema.json"
22
22
  },
23
23
  {
24
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/circular-gauge-options.schema.json"
24
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-options.schema.json"
25
25
  },
26
26
  {
27
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/column-chart-options.schema.json"
27
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-options.schema.json"
28
28
  },
29
29
  {
30
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-options.schema.json"
30
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-options.schema.json"
31
31
  },
32
32
  {
33
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/date-filter-options.schema.json"
33
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-options.schema.json"
34
34
  },
35
35
  {
36
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-options.schema.json"
36
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-options.schema.json"
37
37
  },
38
38
  {
39
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/dropdown-filter-options.schema.json"
39
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-options.schema.json"
40
40
  },
41
41
  {
42
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/evolution-number-options.schema.json"
42
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-options.schema.json"
43
43
  },
44
44
  {
45
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/funnel-chart-options.schema.json"
45
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-options.schema.json"
46
46
  },
47
47
  {
48
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/image-options.schema.json"
48
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/image-options.schema.json"
49
49
  },
50
50
  {
51
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-options.schema.json"
51
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-options.schema.json"
52
52
  },
53
53
  {
54
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-options.schema.json"
54
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-options.schema.json"
55
55
  },
56
56
  {
57
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/regular-table-options.schema.json"
57
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-options.schema.json"
58
58
  },
59
59
  {
60
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-options.schema.json"
60
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-options.schema.json"
61
61
  },
62
62
  {
63
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-options.schema.json"
63
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-options.schema.json"
64
64
  },
65
65
  {
66
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slicer-filter-options.schema.json"
66
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-options.schema.json"
67
67
  },
68
68
  {
69
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slider-filter-options.schema.json"
69
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-options.schema.json"
70
70
  },
71
71
  {
72
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/text-options.schema.json"
72
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/text-options.schema.json"
73
73
  }
74
74
  ]
75
75
  };
@@ -1,12 +1,18 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "colWidths": {
6
6
  "type": "object"
7
7
  },
8
8
  "color": {
9
+ "default": "",
9
10
  "description": "The main color for the item, if omitted the default color from the theme will be used.",
11
+ "examples": [
12
+ "#FF5733",
13
+ "#33FF57",
14
+ "#5733FF"
15
+ ],
10
16
  "type": "string"
11
17
  },
12
18
  "columnHeaders": {
@@ -1043,6 +1049,12 @@ declare const _default: {
1043
1049
  "type": "string"
1044
1050
  },
1045
1051
  "baseFontSize": {
1052
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
1053
+ "examples": [
1054
+ 13,
1055
+ 16,
1056
+ 20
1057
+ ],
1046
1058
  "type": "number"
1047
1059
  },
1048
1060
  "borders": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/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.88/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
13
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
14
14
  },
15
15
  {
16
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
16
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
17
17
  },
18
18
  {
19
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
19
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
20
20
  }
21
21
  ]
22
22
  },
@@ -248,13 +248,13 @@ declare const _default: {
248
248
  "items": {
249
249
  "anyOf": [
250
250
  {
251
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
251
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
252
252
  },
253
253
  {
254
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
254
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
255
255
  },
256
256
  {
257
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
257
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
258
258
  }
259
259
  ]
260
260
  },
@@ -297,7 +297,7 @@ declare const _default: {
297
297
  "type": "string"
298
298
  },
299
299
  "columnSubType": {
300
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-slots.schema.json#/definitions/ColumnSubtype",
300
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/ColumnSubtype",
301
301
  "description": "Column subtype"
302
302
  },
303
303
  "set": {
@@ -426,13 +426,13 @@ declare const _default: {
426
426
  "items": {
427
427
  "anyOf": [
428
428
  {
429
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
429
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
430
430
  },
431
431
  {
432
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
432
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
433
433
  },
434
434
  {
435
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
435
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
436
436
  }
437
437
  ]
438
438
  },
@@ -451,13 +451,13 @@ declare const _default: {
451
451
  "items": {
452
452
  "anyOf": [
453
453
  {
454
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-slots.schema.json#/definitions/RowSlot"
454
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/RowSlot"
455
455
  },
456
456
  {
457
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-slots.schema.json#/definitions/ColumnSlot"
457
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/ColumnSlot"
458
458
  },
459
459
  {
460
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-slots.schema.json#/definitions/MeasureSlot"
460
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/MeasureSlot"
461
461
  }
462
462
  ]
463
463
  },
@@ -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.88/pivot-table.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/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.88/pivot-table-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/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.88/pivot-table-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/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.88/regular-table-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "alternateRowColor": {
@@ -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
  "columns": {
@@ -1103,6 +1109,12 @@ declare const _default: {
1103
1109
  "type": "string"
1104
1110
  },
1105
1111
  "baseFontSize": {
1112
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
1113
+ "examples": [
1114
+ 13,
1115
+ 16,
1116
+ 20
1117
+ ],
1106
1118
  "type": "number"
1107
1119
  },
1108
1120
  "borders": {