@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/regular-table-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "ColumnSubtype": {
@@ -20,13 +20,13 @@ declare const _default: {
20
20
  "items": {
21
21
  "anyOf": [
22
22
  {
23
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/regular-table-slots.schema.json#/definitions/NumericSlotContent"
23
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json#/definitions/NumericSlotContent"
24
24
  },
25
25
  {
26
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/regular-table-slots.schema.json#/definitions/HierarchySlotContent"
26
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json#/definitions/HierarchySlotContent"
27
27
  },
28
28
  {
29
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/regular-table-slots.schema.json#/definitions/DateTimeSlotContent"
29
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json#/definitions/DateTimeSlotContent"
30
30
  }
31
31
  ]
32
32
  },
@@ -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.88/regular-table-slots.schema.json#/definitions/ColumnSubtype",
272
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-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 Regular table",
395
395
  "items": {
396
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/regular-table-slots.schema.json#/definitions/ColumnsSlot"
396
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json#/definitions/ColumnsSlot"
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.88/regular-table.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table.schema.json",
4
4
  "type": "object",
5
5
  "description": "Regular Table item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Regular Table item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/regular-table-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Regular Table item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/regular-table-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-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/sankey-diagram-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "alignment": {
@@ -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
  "colors": {
@@ -922,6 +928,12 @@ declare const _default: {
922
928
  "type": "string"
923
929
  },
924
930
  "baseFontSize": {
931
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
932
+ "examples": [
933
+ 13,
934
+ 16,
935
+ 20
936
+ ],
925
937
  "type": "number"
926
938
  },
927
939
  "borders": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-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/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
13
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
14
14
  },
15
15
  {
16
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
16
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
17
17
  },
18
18
  {
19
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
19
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
20
20
  }
21
21
  ]
22
22
  },
@@ -162,13 +162,13 @@ declare const _default: {
162
162
  "items": {
163
163
  "anyOf": [
164
164
  {
165
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
165
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
166
166
  },
167
167
  {
168
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
168
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
169
169
  },
170
170
  {
171
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
171
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
172
172
  }
173
173
  ]
174
174
  },
@@ -277,13 +277,13 @@ declare const _default: {
277
277
  "items": {
278
278
  "anyOf": [
279
279
  {
280
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
280
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
281
281
  },
282
282
  {
283
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
283
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
284
284
  },
285
285
  {
286
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
286
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
287
287
  }
288
288
  ]
289
289
  },
@@ -327,7 +327,7 @@ declare const _default: {
327
327
  "type": "string"
328
328
  },
329
329
  "columnSubType": {
330
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/ColumnSubtype",
330
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/ColumnSubtype",
331
331
  "description": "Column subtype"
332
332
  },
333
333
  "set": {
@@ -456,13 +456,13 @@ declare const _default: {
456
456
  "items": {
457
457
  "anyOf": [
458
458
  {
459
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
459
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
460
460
  },
461
461
  {
462
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
462
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
463
463
  },
464
464
  {
465
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
465
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
466
466
  }
467
467
  ]
468
468
  },
@@ -482,16 +482,16 @@ declare const _default: {
482
482
  "items": {
483
483
  "anyOf": [
484
484
  {
485
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/SourceSlot"
485
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/SourceSlot"
486
486
  },
487
487
  {
488
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/CategorySlot"
488
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/CategorySlot"
489
489
  },
490
490
  {
491
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/MeasureSlot"
491
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/MeasureSlot"
492
492
  },
493
493
  {
494
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json#/definitions/DestinationSlot"
494
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DestinationSlot"
495
495
  }
496
496
  ]
497
497
  },
@@ -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/sankey-diagram.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram.schema.json",
4
4
  "type": "object",
5
5
  "description": "Sankey Diagram item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Sankey Diagram item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Sankey Diagram item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-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/scatter-plot-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "axis": {
@@ -248,7 +248,13 @@ declare const _default: {
248
248
  "type": "object"
249
249
  },
250
250
  "color": {
251
+ "default": "",
251
252
  "description": "The main color for the item, if omitted the default color from the theme will be used.",
253
+ "examples": [
254
+ "#FF5733",
255
+ "#33FF57",
256
+ "#5733FF"
257
+ ],
252
258
  "type": "string"
253
259
  },
254
260
  "display": {
@@ -1241,6 +1247,12 @@ declare const _default: {
1241
1247
  "type": "string"
1242
1248
  },
1243
1249
  "baseFontSize": {
1250
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
1251
+ "examples": [
1252
+ 13,
1253
+ 16,
1254
+ 20
1255
+ ],
1244
1256
  "type": "number"
1245
1257
  },
1246
1258
  "borders": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "ColorSlot": {
@@ -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/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
13
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
14
14
  },
15
15
  {
16
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
16
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
17
17
  },
18
18
  {
19
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
19
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-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/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
252
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
253
253
  },
254
254
  {
255
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
255
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
256
256
  },
257
257
  {
258
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
258
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-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/scatter-plot-slots.schema.json#/definitions/ColumnSubtype",
301
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-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/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
430
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
431
431
  },
432
432
  {
433
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
433
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
434
434
  },
435
435
  {
436
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
436
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
437
437
  }
438
438
  ]
439
439
  },
@@ -456,13 +456,13 @@ declare const _default: {
456
456
  "items": {
457
457
  "anyOf": [
458
458
  {
459
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
459
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
460
460
  },
461
461
  {
462
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
462
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
463
463
  },
464
464
  {
465
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
465
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
466
466
  }
467
467
  ]
468
468
  },
@@ -485,13 +485,13 @@ declare const _default: {
485
485
  "items": {
486
486
  "anyOf": [
487
487
  {
488
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
488
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
489
489
  },
490
490
  {
491
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
491
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
492
492
  },
493
493
  {
494
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
494
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
495
495
  }
496
496
  ]
497
497
  },
@@ -511,19 +511,19 @@ declare const _default: {
511
511
  "items": {
512
512
  "anyOf": [
513
513
  {
514
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/YAxisSlot"
514
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/YAxisSlot"
515
515
  },
516
516
  {
517
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/NameSlot"
517
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NameSlot"
518
518
  },
519
519
  {
520
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/SizeSlot"
520
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/SizeSlot"
521
521
  },
522
522
  {
523
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/XAxisSlot"
523
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/XAxisSlot"
524
524
  },
525
525
  {
526
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json#/definitions/ColorSlot"
526
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/ColorSlot"
527
527
  }
528
528
  ]
529
529
  },
@@ -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/scatter-plot.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot.schema.json",
4
4
  "type": "object",
5
5
  "description": "Scatter Plot item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Scatter Plot item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Scatter Plot item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slicer-filter-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-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": {
@@ -991,6 +997,12 @@ declare const _default: {
991
997
  "type": "string"
992
998
  },
993
999
  "baseFontSize": {
1000
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
1001
+ "examples": [
1002
+ 13,
1003
+ 16,
1004
+ 20
1005
+ ],
994
1006
  "type": "number"
995
1007
  },
996
1008
  "borders": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slicer-filter-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-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.88/slicer-filter-slots.schema.json#/definitions/NumericSlotContent"
137
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/NumericSlotContent"
138
138
  },
139
139
  {
140
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slicer-filter-slots.schema.json#/definitions/HierarchySlotContent"
140
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/HierarchySlotContent"
141
141
  },
142
142
  {
143
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slicer-filter-slots.schema.json#/definitions/DateTimeSlotContent"
143
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/DateTimeSlotContent"
144
144
  }
145
145
  ]
146
146
  },
@@ -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/slicer-filter-slots.schema.json#/definitions/NumericSlotContent"
251
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/NumericSlotContent"
252
252
  },
253
253
  {
254
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slicer-filter-slots.schema.json#/definitions/HierarchySlotContent"
254
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/HierarchySlotContent"
255
255
  },
256
256
  {
257
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slicer-filter-slots.schema.json#/definitions/DateTimeSlotContent"
257
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/DateTimeSlotContent"
258
258
  }
259
259
  ]
260
260
  },
@@ -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/slicer-filter-slots.schema.json#/definitions/ColumnSubtype",
301
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-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.88/slicer-filter-slots.schema.json#/definitions/MeasureSlot"
427
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/MeasureSlot"
428
428
  },
429
429
  {
430
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slicer-filter-slots.schema.json#/definitions/DimensionSlot"
430
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/DimensionSlot"
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.88/slicer-filter.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter.schema.json",
4
4
  "type": "object",
5
5
  "description": "Slicer Filter item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Slicer Filter item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slicer-filter-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Slicer Filter item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slicer-filter-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-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.88/slider-filter-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-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
  "display": {
@@ -703,6 +709,12 @@ declare const _default: {
703
709
  "type": "string"
704
710
  },
705
711
  "baseFontSize": {
712
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
713
+ "examples": [
714
+ 13,
715
+ 16,
716
+ 20
717
+ ],
706
718
  "type": "number"
707
719
  },
708
720
  "borders": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slider-filter-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "ColumnSubtype": {
@@ -155,7 +155,7 @@ declare const _default: {
155
155
  "type": "string"
156
156
  },
157
157
  "columnSubType": {
158
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slider-filter-slots.schema.json#/definitions/ColumnSubtype",
158
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json#/definitions/ColumnSubtype",
159
159
  "description": "Column subtype"
160
160
  },
161
161
  "set": {
@@ -284,10 +284,10 @@ declare const _default: {
284
284
  "items": {
285
285
  "anyOf": [
286
286
  {
287
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slider-filter-slots.schema.json#/definitions/NumericSlotContent"
287
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json#/definitions/NumericSlotContent"
288
288
  },
289
289
  {
290
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slider-filter-slots.schema.json#/definitions/DateTimeSlotContent"
290
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json#/definitions/DateTimeSlotContent"
291
291
  }
292
292
  ]
293
293
  },
@@ -304,7 +304,7 @@ declare const _default: {
304
304
  },
305
305
  "description": "Data definition of the Slider filter",
306
306
  "items": {
307
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slider-filter-slots.schema.json#/definitions/SliderMetricSlot"
307
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json#/definitions/SliderMetricSlot"
308
308
  },
309
309
  "maxItems": 1,
310
310
  "type": "array"