@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,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/bubble-chart-slots.schema.json",
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.88/bubble-chart-slots.schema.json#/definitions/NumericSlotContent"
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.88/bubble-chart-slots.schema.json#/definitions/HierarchySlotContent"
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.88/bubble-chart-slots.schema.json#/definitions/DateTimeSlotContent"
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.88/bubble-chart-slots.schema.json#/definitions/NumericSlotContent"
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.88/bubble-chart-slots.schema.json#/definitions/HierarchySlotContent"
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.88/bubble-chart-slots.schema.json#/definitions/DateTimeSlotContent"
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.88/bubble-chart-slots.schema.json#/definitions/NumericSlotContent"
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.88/bubble-chart-slots.schema.json#/definitions/HierarchySlotContent"
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.88/bubble-chart-slots.schema.json#/definitions/DateTimeSlotContent"
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.88/bubble-chart-slots.schema.json#/definitions/ColumnSubtype",
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.88/bubble-chart-slots.schema.json#/definitions/MeasureSlot"
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.88/bubble-chart-slots.schema.json#/definitions/CategorySlot"
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.88/bubble-chart-slots.schema.json#/definitions/ColorSlot"
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.88/bubble-chart.schema.json",
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.88/bubble-chart-options.schema.json"
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.88/bubble-chart-slots.schema.json"
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.88/bullet-chart-options.schema.json",
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": {
@@ -985,6 +991,12 @@ declare const _default: {
985
991
  "type": "string"
986
992
  },
987
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
+ ],
988
1000
  "type": "number"
989
1001
  },
990
1002
  "borders": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/bullet-chart-slots.schema.json",
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.88/bullet-chart-slots.schema.json#/definitions/NumericSlotContent"
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.88/bullet-chart-slots.schema.json#/definitions/HierarchySlotContent"
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.88/bullet-chart-slots.schema.json#/definitions/DateTimeSlotContent"
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.88/bullet-chart-slots.schema.json#/definitions/NumericSlotContent"
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.88/bullet-chart-slots.schema.json#/definitions/HierarchySlotContent"
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.88/bullet-chart-slots.schema.json#/definitions/DateTimeSlotContent"
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.88/bullet-chart-slots.schema.json#/definitions/ColumnSubtype",
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.88/bullet-chart-slots.schema.json#/definitions/NumericSlotContent"
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.88/bullet-chart-slots.schema.json#/definitions/HierarchySlotContent"
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.88/bullet-chart-slots.schema.json#/definitions/DateTimeSlotContent"
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.88/bullet-chart-slots.schema.json#/definitions/MeasureSlot"
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.88/bullet-chart-slots.schema.json#/definitions/CategorySlot"
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.88/bullet-chart-slots.schema.json#/definitions/TargetSlot"
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.88/bullet-chart.schema.json",
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.88/bullet-chart-options.schema.json"
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.88/bullet-chart-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-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/choropleth-map-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "classification": {
@@ -14,7 +14,13 @@ declare const _default: {
14
14
  "type": "string"
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
  "colorsClass": {
@@ -1023,6 +1029,12 @@ declare const _default: {
1023
1029
  "type": "string"
1024
1030
  },
1025
1031
  "baseFontSize": {
1032
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
1033
+ "examples": [
1034
+ 13,
1035
+ 16,
1036
+ 20
1037
+ ],
1026
1038
  "type": "number"
1027
1039
  },
1028
1040
  "borders": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "CategorySlot": {
@@ -10,10 +10,10 @@ declare const _default: {
10
10
  "items": {
11
11
  "anyOf": [
12
12
  {
13
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-slots.schema.json#/definitions/HierarchySlotContent"
13
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/HierarchySlotContent"
14
14
  },
15
15
  {
16
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-slots.schema.json#/definitions/DateTimeSlotContent"
16
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/DateTimeSlotContent"
17
17
  }
18
18
  ]
19
19
  },
@@ -158,7 +158,7 @@ declare const _default: {
158
158
  "content": {
159
159
  "description": "Geo slot definition",
160
160
  "items": {
161
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-slots.schema.json#/definitions/SpatialSlotContent"
161
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/SpatialSlotContent"
162
162
  },
163
163
  "maxItems": 1,
164
164
  "type": "array"
@@ -265,13 +265,13 @@ declare const _default: {
265
265
  "items": {
266
266
  "anyOf": [
267
267
  {
268
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-slots.schema.json#/definitions/NumericSlotContent"
268
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/NumericSlotContent"
269
269
  },
270
270
  {
271
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-slots.schema.json#/definitions/HierarchySlotContent"
271
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/HierarchySlotContent"
272
272
  },
273
273
  {
274
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-slots.schema.json#/definitions/DateTimeSlotContent"
274
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/DateTimeSlotContent"
275
275
  }
276
276
  ]
277
277
  },
@@ -315,7 +315,7 @@ declare const _default: {
315
315
  "type": "string"
316
316
  },
317
317
  "columnSubType": {
318
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-slots.schema.json#/definitions/ColumnSubtype",
318
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/ColumnSubtype",
319
319
  "description": "Column subtype"
320
320
  },
321
321
  "set": {
@@ -496,13 +496,13 @@ declare const _default: {
496
496
  "items": {
497
497
  "anyOf": [
498
498
  {
499
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-slots.schema.json#/definitions/GeoSlot"
499
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/GeoSlot"
500
500
  },
501
501
  {
502
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-slots.schema.json#/definitions/MeasureSlot"
502
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/MeasureSlot"
503
503
  },
504
504
  {
505
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-slots.schema.json#/definitions/CategorySlot"
505
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/CategorySlot"
506
506
  }
507
507
  ]
508
508
  },
@@ -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/choropleth-map.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map.schema.json",
4
4
  "type": "object",
5
5
  "description": "Choropleth Map item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Choropleth Map item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Choropleth Map item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-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/circular-gauge-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "circle": {
@@ -45,7 +45,13 @@ declare const _default: {
45
45
  "type": "object"
46
46
  },
47
47
  "color": {
48
+ "default": "",
48
49
  "description": "The main color for the item, if omitted the default color from the theme will be used.",
50
+ "examples": [
51
+ "#FF5733",
52
+ "#33FF57",
53
+ "#5733FF"
54
+ ],
49
55
  "type": "string"
50
56
  },
51
57
  "display": {
@@ -925,6 +931,12 @@ declare const _default: {
925
931
  "type": "string"
926
932
  },
927
933
  "baseFontSize": {
934
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
935
+ "examples": [
936
+ 13,
937
+ 16,
938
+ 20
939
+ ],
928
940
  "type": "number"
929
941
  },
930
942
  "borders": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/circular-gauge-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-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/circular-gauge-slots.schema.json#/definitions/NumericSlotContent"
223
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/NumericSlotContent"
224
224
  },
225
225
  {
226
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/circular-gauge-slots.schema.json#/definitions/HierarchySlotContent"
226
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/HierarchySlotContent"
227
227
  },
228
228
  {
229
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/circular-gauge-slots.schema.json#/definitions/DateTimeSlotContent"
229
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/DateTimeSlotContent"
230
230
  }
231
231
  ]
232
232
  },
@@ -270,7 +270,7 @@ declare const _default: {
270
270
  "type": "string"
271
271
  },
272
272
  "columnSubType": {
273
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/circular-gauge-slots.schema.json#/definitions/ColumnSubtype",
273
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/ColumnSubtype",
274
274
  "description": "Column subtype"
275
275
  },
276
276
  "set": {
@@ -399,13 +399,13 @@ declare const _default: {
399
399
  "items": {
400
400
  "anyOf": [
401
401
  {
402
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/circular-gauge-slots.schema.json#/definitions/NumericSlotContent"
402
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/NumericSlotContent"
403
403
  },
404
404
  {
405
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/circular-gauge-slots.schema.json#/definitions/HierarchySlotContent"
405
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/HierarchySlotContent"
406
406
  },
407
407
  {
408
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/circular-gauge-slots.schema.json#/definitions/DateTimeSlotContent"
408
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/DateTimeSlotContent"
409
409
  }
410
410
  ]
411
411
  },
@@ -425,10 +425,10 @@ declare const _default: {
425
425
  "items": {
426
426
  "anyOf": [
427
427
  {
428
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/circular-gauge-slots.schema.json#/definitions/TargetSlot"
428
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/TargetSlot"
429
429
  },
430
430
  {
431
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/circular-gauge-slots.schema.json#/definitions/MeasureSlot"
431
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/MeasureSlot"
432
432
  }
433
433
  ]
434
434
  },
@@ -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/circular-gauge.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge.schema.json",
4
4
  "type": "object",
5
5
  "description": "Circular Gauge item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Circular Gauge item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/circular-gauge-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Circular Gauge item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/circular-gauge-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-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/column-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "axis": {
@@ -170,7 +170,13 @@ declare const _default: {
170
170
  "type": "object"
171
171
  },
172
172
  "color": {
173
+ "default": "",
173
174
  "description": "The main color for the item, if omitted the default color from the theme will be used.",
175
+ "examples": [
176
+ "#FF5733",
177
+ "#33FF57",
178
+ "#5733FF"
179
+ ],
174
180
  "type": "string"
175
181
  },
176
182
  "display": {
@@ -3384,6 +3390,12 @@ declare const _default: {
3384
3390
  "type": "string"
3385
3391
  },
3386
3392
  "baseFontSize": {
3393
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
3394
+ "examples": [
3395
+ 13,
3396
+ 16,
3397
+ 20
3398
+ ],
3387
3399
  "type": "number"
3388
3400
  },
3389
3401
  "borders": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/column-chart-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-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/column-chart-slots.schema.json#/definitions/NumericSlotContent"
223
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/NumericSlotContent"
224
224
  },
225
225
  {
226
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/column-chart-slots.schema.json#/definitions/HierarchySlotContent"
226
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/HierarchySlotContent"
227
227
  },
228
228
  {
229
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/column-chart-slots.schema.json#/definitions/DateTimeSlotContent"
229
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-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/column-chart-slots.schema.json#/definitions/NumericSlotContent"
252
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/NumericSlotContent"
253
253
  },
254
254
  {
255
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/column-chart-slots.schema.json#/definitions/HierarchySlotContent"
255
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/HierarchySlotContent"
256
256
  },
257
257
  {
258
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/column-chart-slots.schema.json#/definitions/DateTimeSlotContent"
258
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-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/column-chart-slots.schema.json#/definitions/ColumnSubtype",
301
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-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/column-chart-slots.schema.json#/definitions/NumericSlotContent"
430
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/NumericSlotContent"
431
431
  },
432
432
  {
433
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/column-chart-slots.schema.json#/definitions/HierarchySlotContent"
433
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/HierarchySlotContent"
434
434
  },
435
435
  {
436
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/column-chart-slots.schema.json#/definitions/DateTimeSlotContent"
436
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-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/column-chart-slots.schema.json#/definitions/MeasureSlot"
456
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/MeasureSlot"
457
457
  },
458
458
  {
459
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/column-chart-slots.schema.json#/definitions/XAxisSlot"
459
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/XAxisSlot"
460
460
  },
461
461
  {
462
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/column-chart-slots.schema.json#/definitions/LegendSlot"
462
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/LegendSlot"
463
463
  }
464
464
  ]
465
465
  },