@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/column-chart.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart.schema.json",
4
4
  "type": "object",
5
5
  "description": "Column Chart item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Column Chart item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/column-chart-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Column Chart item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/column-chart-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-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/combination-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "axis": {
@@ -273,7 +273,13 @@ declare const _default: {
273
273
  "type": "object"
274
274
  },
275
275
  "color": {
276
+ "default": "",
276
277
  "description": "The main color for the item, if omitted the default color from the theme will be used.",
278
+ "examples": [
279
+ "#FF5733",
280
+ "#33FF57",
281
+ "#5733FF"
282
+ ],
277
283
  "type": "string"
278
284
  },
279
285
  "display": {
@@ -1421,6 +1427,8 @@ declare const _default: {
1421
1427
  "type": "array"
1422
1428
  },
1423
1429
  "nullBreak": {
1430
+ "default": false,
1431
+ "description": "Null break options",
1424
1432
  "type": "boolean"
1425
1433
  },
1426
1434
  "ranking": {
@@ -1474,6 +1482,12 @@ declare const _default: {
1474
1482
  "type": "string"
1475
1483
  },
1476
1484
  "baseFontSize": {
1485
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
1486
+ "examples": [
1487
+ 13,
1488
+ 16,
1489
+ 20
1490
+ ],
1477
1491
  "type": "number"
1478
1492
  },
1479
1493
  "borders": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "ColumnSubtype": {
@@ -220,13 +220,13 @@ declare const _default: {
220
220
  "items": {
221
221
  "anyOf": [
222
222
  {
223
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-slots.schema.json#/definitions/NumericSlotContent"
223
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/NumericSlotContent"
224
224
  },
225
225
  {
226
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-slots.schema.json#/definitions/HierarchySlotContent"
226
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/HierarchySlotContent"
227
227
  },
228
228
  {
229
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-slots.schema.json#/definitions/DateTimeSlotContent"
229
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/DateTimeSlotContent"
230
230
  }
231
231
  ]
232
232
  },
@@ -269,7 +269,7 @@ declare const _default: {
269
269
  "type": "string"
270
270
  },
271
271
  "columnSubType": {
272
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-slots.schema.json#/definitions/ColumnSubtype",
272
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/ColumnSubtype",
273
273
  "description": "Column subtype"
274
274
  },
275
275
  "set": {
@@ -398,13 +398,13 @@ declare const _default: {
398
398
  "items": {
399
399
  "anyOf": [
400
400
  {
401
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-slots.schema.json#/definitions/NumericSlotContent"
401
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/NumericSlotContent"
402
402
  },
403
403
  {
404
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-slots.schema.json#/definitions/HierarchySlotContent"
404
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/HierarchySlotContent"
405
405
  },
406
406
  {
407
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-slots.schema.json#/definitions/DateTimeSlotContent"
407
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/DateTimeSlotContent"
408
408
  }
409
409
  ]
410
410
  },
@@ -424,10 +424,10 @@ declare const _default: {
424
424
  "items": {
425
425
  "anyOf": [
426
426
  {
427
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-slots.schema.json#/definitions/MeasureSlot"
427
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/MeasureSlot"
428
428
  },
429
429
  {
430
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-slots.schema.json#/definitions/XAxisSlot"
430
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/XAxisSlot"
431
431
  }
432
432
  ]
433
433
  },
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart.schema.json",
4
4
  "type": "object",
5
5
  "description": "Combination Chart item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Combination Chart item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Combination Chart item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };
@@ -1,9 +1,15 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/date-filter-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "color": {
6
+ "default": "",
6
7
  "description": "The main color for the item, if omitted the default color from the theme will be used.",
8
+ "examples": [
9
+ "#FF5733",
10
+ "#33FF57",
11
+ "#5733FF"
12
+ ],
7
13
  "type": "string"
8
14
  },
9
15
  "dateRange": {
@@ -804,6 +810,12 @@ declare const _default: {
804
810
  "type": "string"
805
811
  },
806
812
  "baseFontSize": {
813
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
814
+ "examples": [
815
+ 13,
816
+ 16,
817
+ 20
818
+ ],
807
819
  "type": "number"
808
820
  },
809
821
  "borders": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/date-filter-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "DateTimeSlotContent": {
@@ -122,7 +122,7 @@ declare const _default: {
122
122
  "content": {
123
123
  "description": "Time slot definition",
124
124
  "items": {
125
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/date-filter-slots.schema.json#/definitions/DateTimeSlotContent"
125
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json#/definitions/DateTimeSlotContent"
126
126
  },
127
127
  "type": "array"
128
128
  },
@@ -137,7 +137,7 @@ declare const _default: {
137
137
  },
138
138
  "description": "Data definition of the Date filter",
139
139
  "items": {
140
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/date-filter-slots.schema.json#/definitions/TimeSlot"
140
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json#/definitions/TimeSlot"
141
141
  },
142
142
  "maxItems": 1,
143
143
  "type": "array"
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/date-filter.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter.schema.json",
4
4
  "type": "object",
5
5
  "description": "Date Filter item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Date Filter item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/date-filter-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Date Filter item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/date-filter-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };
@@ -1,9 +1,15 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "color": {
6
+ "default": "",
6
7
  "description": "The main color for the item, if omitted the default color from the theme will be used.",
8
+ "examples": [
9
+ "#FF5733",
10
+ "#33FF57",
11
+ "#5733FF"
12
+ ],
7
13
  "type": "string"
8
14
  },
9
15
  "display": {
@@ -3087,6 +3093,12 @@ declare const _default: {
3087
3093
  "type": "string"
3088
3094
  },
3089
3095
  "baseFontSize": {
3096
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
3097
+ "examples": [
3098
+ 13,
3099
+ 16,
3100
+ 20
3101
+ ],
3090
3102
  "type": "number"
3091
3103
  },
3092
3104
  "borders": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "CategorySlot": {
@@ -10,13 +10,13 @@ declare const _default: {
10
10
  "items": {
11
11
  "anyOf": [
12
12
  {
13
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-slots.schema.json#/definitions/NumericSlotContent"
13
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/NumericSlotContent"
14
14
  },
15
15
  {
16
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-slots.schema.json#/definitions/HierarchySlotContent"
16
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/HierarchySlotContent"
17
17
  },
18
18
  {
19
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-slots.schema.json#/definitions/DateTimeSlotContent"
19
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/DateTimeSlotContent"
20
20
  }
21
21
  ]
22
22
  },
@@ -249,13 +249,13 @@ declare const _default: {
249
249
  "items": {
250
250
  "anyOf": [
251
251
  {
252
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-slots.schema.json#/definitions/NumericSlotContent"
252
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/NumericSlotContent"
253
253
  },
254
254
  {
255
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-slots.schema.json#/definitions/HierarchySlotContent"
255
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/HierarchySlotContent"
256
256
  },
257
257
  {
258
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-slots.schema.json#/definitions/DateTimeSlotContent"
258
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/DateTimeSlotContent"
259
259
  }
260
260
  ]
261
261
  },
@@ -298,7 +298,7 @@ declare const _default: {
298
298
  "type": "string"
299
299
  },
300
300
  "columnSubType": {
301
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-slots.schema.json#/definitions/ColumnSubtype",
301
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/ColumnSubtype",
302
302
  "description": "Column subtype"
303
303
  },
304
304
  "set": {
@@ -424,10 +424,10 @@ declare const _default: {
424
424
  "items": {
425
425
  "anyOf": [
426
426
  {
427
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-slots.schema.json#/definitions/MeasureSlot"
427
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/MeasureSlot"
428
428
  },
429
429
  {
430
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-slots.schema.json#/definitions/CategorySlot"
430
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/CategorySlot"
431
431
  }
432
432
  ]
433
433
  },
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart.schema.json",
4
4
  "type": "object",
5
5
  "description": "Donut Chart item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Donut Chart item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Donut Chart item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/dropdown-filter-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "applyFiltersWithButton": {
@@ -8,7 +8,13 @@ declare const _default: {
8
8
  "type": "boolean"
9
9
  },
10
10
  "color": {
11
+ "default": "",
11
12
  "description": "The main color for the item, if omitted the default color from the theme will be used.",
13
+ "examples": [
14
+ "#FF5733",
15
+ "#33FF57",
16
+ "#5733FF"
17
+ ],
12
18
  "type": "string"
13
19
  },
14
20
  "display": {
@@ -830,6 +836,12 @@ declare const _default: {
830
836
  "type": "string"
831
837
  },
832
838
  "baseFontSize": {
839
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
840
+ "examples": [
841
+ 13,
842
+ 16,
843
+ 20
844
+ ],
833
845
  "type": "number"
834
846
  },
835
847
  "borders": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/dropdown-filter-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "ColumnSubtype": {
@@ -134,13 +134,13 @@ declare const _default: {
134
134
  "items": {
135
135
  "anyOf": [
136
136
  {
137
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/dropdown-filter-slots.schema.json#/definitions/NumericSlotContent"
137
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json#/definitions/NumericSlotContent"
138
138
  },
139
139
  {
140
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/dropdown-filter-slots.schema.json#/definitions/HierarchySlotContent"
140
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json#/definitions/HierarchySlotContent"
141
141
  },
142
142
  {
143
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/dropdown-filter-slots.schema.json#/definitions/DateTimeSlotContent"
143
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json#/definitions/DateTimeSlotContent"
144
144
  }
145
145
  ]
146
146
  },
@@ -269,7 +269,7 @@ declare const _default: {
269
269
  "type": "string"
270
270
  },
271
271
  "columnSubType": {
272
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/dropdown-filter-slots.schema.json#/definitions/ColumnSubtype",
272
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json#/definitions/ColumnSubtype",
273
273
  "description": "Column subtype"
274
274
  },
275
275
  "set": {
@@ -393,7 +393,7 @@ declare const _default: {
393
393
  },
394
394
  "description": "Data definition of the Dropdown filter",
395
395
  "items": {
396
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/dropdown-filter-slots.schema.json#/definitions/DimensionSlot"
396
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json#/definitions/DimensionSlot"
397
397
  },
398
398
  "maxItems": 1,
399
399
  "type": "array"
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/dropdown-filter.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter.schema.json",
4
4
  "type": "object",
5
5
  "description": "Dropdown Filter item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Dropdown Filter item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/dropdown-filter-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Dropdown Filter item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/dropdown-filter-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };
@@ -1,21 +1,17 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/evolution-number-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-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
- "display": {
10
- "description": "Title display option",
11
- "properties": {
12
- "title": {
13
- "description": "Show or hide the title",
14
- "type": "boolean"
15
- }
16
- },
17
- "type": "object"
18
- },
19
15
  "evolutionColor": {
20
16
  "default": "normal",
21
17
  "description": "Evolution color",
@@ -82,6 +78,11 @@ declare const _default: {
82
78
  "fit",
83
79
  "stretch"
84
80
  ],
81
+ "examples": [
82
+ "fit",
83
+ "fill",
84
+ "stretch"
85
+ ],
85
86
  "type": "string"
86
87
  },
87
88
  "imageBackgroundOpacity": {
@@ -99,7 +100,14 @@ declare const _default: {
99
100
  "type": "string"
100
101
  },
101
102
  "imageContent": {
102
- "description": "Image content",
103
+ "default": "",
104
+ "description": "Image content. It's used when \"imageMode\" is \"emoji\" or \"icon\".",
105
+ "examples": [
106
+ "1f601",
107
+ "1f602",
108
+ "fa-dollar",
109
+ "fa-bicycle"
110
+ ],
103
111
  "type": "string"
104
112
  },
105
113
  "imageMode": {
@@ -952,6 +960,11 @@ declare const _default: {
952
960
  },
953
961
  "numberFontSize": {
954
962
  "description": "Number font size",
963
+ "examples": [
964
+ 58,
965
+ 14,
966
+ 20
967
+ ],
955
968
  "type": "number"
956
969
  },
957
970
  "showImage": {
@@ -966,7 +979,7 @@ declare const _default: {
966
979
  },
967
980
  "showTitle": {
968
981
  "default": true,
969
- "description": "Show title",
982
+ "description": "Show title, a value for the title is taken from a slot content's \"label\" option",
970
983
  "type": "boolean"
971
984
  },
972
985
  "subtitle": {
@@ -1021,6 +1034,12 @@ declare const _default: {
1021
1034
  "type": "string"
1022
1035
  },
1023
1036
  "baseFontSize": {
1037
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
1038
+ "examples": [
1039
+ 13,
1040
+ 16,
1041
+ 20
1042
+ ],
1024
1043
  "type": "number"
1025
1044
  },
1026
1045
  "borders": {
@@ -1454,15 +1473,6 @@ declare const _default: {
1454
1473
  },
1455
1474
  "type": "object"
1456
1475
  },
1457
- "title": {
1458
- "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
1459
- "examples": [
1460
- {
1461
- "en": "Title"
1462
- }
1463
- ],
1464
- "type": "object"
1465
- },
1466
1476
  "titleFontSize": {
1467
1477
  "description": "Title font size",
1468
1478
  "examples": [
@@ -1482,7 +1492,11 @@ declare const _default: {
1482
1492
  "type": "string"
1483
1493
  },
1484
1494
  "uploadedImage": {
1485
- "description": "Uploaded image",
1495
+ "default": "",
1496
+ "description": "Uploaded image name (usually uuid), it's used when constructing a URL of an image, for example, \"https://.../thumbnail/asset/512px/${uploadedImage}.png\". It's used when \"imageMode\" is \"image\".",
1497
+ "examples": [
1498
+ "8e15ed25-bd9d-4f84-b839-8b219b97b0a2"
1499
+ ],
1486
1500
  "type": "string"
1487
1501
  },
1488
1502
  "verticalAlignment": {
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/evolution-number-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "ColumnSubtype": {
@@ -132,7 +132,7 @@ declare const _default: {
132
132
  "content": {
133
133
  "description": "Evolution slot definition",
134
134
  "items": {
135
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/evolution-number-slots.schema.json#/definitions/DateTimeSlotContent"
135
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/DateTimeSlotContent"
136
136
  },
137
137
  "maxItems": 1,
138
138
  "type": "array"
@@ -239,13 +239,13 @@ declare const _default: {
239
239
  "items": {
240
240
  "anyOf": [
241
241
  {
242
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/evolution-number-slots.schema.json#/definitions/NumericSlotContent"
242
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/NumericSlotContent"
243
243
  },
244
244
  {
245
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/evolution-number-slots.schema.json#/definitions/HierarchySlotContent"
245
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/HierarchySlotContent"
246
246
  },
247
247
  {
248
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/evolution-number-slots.schema.json#/definitions/DateTimeSlotContent"
248
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/DateTimeSlotContent"
249
249
  }
250
250
  ]
251
251
  },
@@ -289,7 +289,7 @@ declare const _default: {
289
289
  "type": "string"
290
290
  },
291
291
  "columnSubType": {
292
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/evolution-number-slots.schema.json#/definitions/ColumnSubtype",
292
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/ColumnSubtype",
293
293
  "description": "Column subtype"
294
294
  },
295
295
  "set": {
@@ -415,10 +415,10 @@ declare const _default: {
415
415
  "items": {
416
416
  "anyOf": [
417
417
  {
418
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/evolution-number-slots.schema.json#/definitions/MeasureSlot"
418
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/MeasureSlot"
419
419
  },
420
420
  {
421
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/evolution-number-slots.schema.json#/definitions/EvolutionSlot"
421
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/EvolutionSlot"
422
422
  }
423
423
  ]
424
424
  },