@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/slider-filter.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter.schema.json",
4
4
  "type": "object",
5
5
  "description": "Slider Filter item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Slider Filter item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slider-filter-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Slider Filter item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slider-filter-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };
@@ -1,69 +1,69 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "anyOf": [
5
5
  {
6
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/area-chart-slots.schema.json"
6
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json"
7
7
  },
8
8
  {
9
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/bar-chart-slots.schema.json"
9
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json"
10
10
  },
11
11
  {
12
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/box-plot-slots.schema.json"
12
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json"
13
13
  },
14
14
  {
15
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/bubble-chart-slots.schema.json"
15
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json"
16
16
  },
17
17
  {
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
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-slots.schema.json"
21
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json"
22
22
  },
23
23
  {
24
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/circular-gauge-slots.schema.json"
24
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json"
25
25
  },
26
26
  {
27
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/column-chart-slots.schema.json"
27
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json"
28
28
  },
29
29
  {
30
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-slots.schema.json"
30
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json"
31
31
  },
32
32
  {
33
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/date-filter-slots.schema.json"
33
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json"
34
34
  },
35
35
  {
36
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-slots.schema.json"
36
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json"
37
37
  },
38
38
  {
39
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/dropdown-filter-slots.schema.json"
39
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json"
40
40
  },
41
41
  {
42
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/evolution-number-slots.schema.json"
42
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json"
43
43
  },
44
44
  {
45
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/funnel-chart-slots.schema.json"
45
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json"
46
46
  },
47
47
  {
48
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-slots.schema.json"
48
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json"
49
49
  },
50
50
  {
51
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-slots.schema.json"
51
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json"
52
52
  },
53
53
  {
54
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/regular-table-slots.schema.json"
54
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json"
55
55
  },
56
56
  {
57
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json"
57
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json"
58
58
  },
59
59
  {
60
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json"
60
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json"
61
61
  },
62
62
  {
63
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slicer-filter-slots.schema.json"
63
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json"
64
64
  },
65
65
  {
66
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slider-filter-slots.schema.json"
66
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json"
67
67
  }
68
68
  ]
69
69
  };
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/text-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/text-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "display": {
@@ -78,6 +78,12 @@ declare const _default: {
78
78
  "type": "string"
79
79
  },
80
80
  "baseFontSize": {
81
+ "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
82
+ "examples": [
83
+ 13,
84
+ 16,
85
+ 20
86
+ ],
81
87
  "type": "number"
82
88
  },
83
89
  "borders": {
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/text.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/text.schema.json",
4
4
  "type": "object",
5
5
  "description": "Text item",
6
6
  "properties": {
@@ -11,7 +11,7 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Text item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/text-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/text-options.schema.json"
15
15
  }
16
16
  }
17
17
  };
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.88/viz-item-type.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/viz-item-type.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "enum": [
5
5
  "area-chart",