@luzmo/dashboard-contents-types 1.0.3 → 1.0.4-beta.0

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 (197) hide show
  1. package/assets/json-schemas/area-chart-options.schema.json.d.ts +9 -10
  2. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +14 -14
  3. package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
  4. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +9 -10
  5. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +14 -14
  6. package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
  7. package/assets/json-schemas/box-plot-options.schema.json.d.ts +10 -11
  8. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +8 -8
  9. package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
  10. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +20 -10
  11. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +14 -14
  12. package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
  13. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +10 -11
  14. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +14 -14
  15. package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
  16. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +226 -27
  17. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +11 -11
  18. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  19. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +10 -11
  20. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +10 -10
  21. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  22. package/assets/json-schemas/column-chart-options.schema.json.d.ts +9 -10
  23. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +14 -14
  24. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  25. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +9 -10
  26. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +10 -10
  27. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  28. package/assets/json-schemas/date-filter-options.schema.json.d.ts +9 -10
  29. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +3 -3
  30. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  31. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +9 -10
  32. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +10 -10
  33. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  34. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +9 -10
  35. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +6 -6
  36. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  37. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +8 -9
  38. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +8 -8
  39. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  40. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +9 -10
  41. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +9 -9
  42. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  43. package/assets/json-schemas/heat-map-options.schema.json.d.ts +1472 -0
  44. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +566 -0
  45. package/assets/json-schemas/heat-map.schema.json.d.ts +23 -0
  46. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +1588 -0
  47. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +566 -0
  48. package/assets/json-schemas/hexbin-map.schema.json.d.ts +23 -0
  49. package/assets/json-schemas/image-options.schema.json.d.ts +7 -2
  50. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  51. package/assets/json-schemas/line-chart-options.schema.json.d.ts +9 -10
  52. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +14 -14
  53. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  54. package/assets/json-schemas/marker-map-options.schema.json.d.ts +1486 -0
  55. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +566 -0
  56. package/assets/json-schemas/marker-map.schema.json.d.ts +23 -0
  57. package/assets/json-schemas/options.schema.json.d.ts +49 -25
  58. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +9 -10
  59. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +14 -14
  60. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  61. package/assets/json-schemas/regular-table-options.schema.json.d.ts +10 -11
  62. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +6 -6
  63. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  64. package/assets/json-schemas/route-map-options.schema.json.d.ts +1506 -0
  65. package/assets/json-schemas/route-map-slots.schema.json.d.ts +627 -0
  66. package/assets/json-schemas/route-map.schema.json.d.ts +23 -0
  67. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +9 -10
  68. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +18 -18
  69. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  70. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +9 -10
  71. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +22 -22
  72. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  73. package/assets/json-schemas/search-filter-options.schema.json.d.ts +9 -10
  74. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +6 -6
  75. package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
  76. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +9 -10
  77. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +10 -10
  78. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  79. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +9 -10
  80. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +5 -5
  81. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  82. package/assets/json-schemas/slots.schema.json.d.ts +44 -23
  83. package/assets/json-schemas/spike-map-options.schema.json.d.ts +1686 -0
  84. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +598 -0
  85. package/assets/json-schemas/spike-map.schema.json.d.ts +23 -0
  86. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +1567 -0
  87. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +595 -0
  88. package/assets/json-schemas/symbol-map.schema.json.d.ts +23 -0
  89. package/assets/json-schemas/text-options.schema.json.d.ts +8 -8
  90. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  91. package/assets/json-schemas/video-options.schema.json.d.ts +318 -0
  92. package/assets/json-schemas/video.schema.json.d.ts +19 -0
  93. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
  94. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +3428 -0
  95. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +543 -0
  96. package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +23 -0
  97. package/index.d.ts +1 -1
  98. package/index.d.ts.map +1 -1
  99. package/index.js +231 -74
  100. package/index.mjs +24040 -6310
  101. package/json-schemas.d.ts +16081 -2533
  102. package/json-schemas.d.ts.map +1 -1
  103. package/package.json +1 -1
  104. package/src/index.d.ts +9 -0
  105. package/src/index.d.ts.map +1 -1
  106. package/src/lib/bubble-chart/bubble-chart-options.d.ts +3 -0
  107. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  108. package/src/lib/choropleth-map/choropleth-map-options.d.ts +17 -12
  109. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  110. package/src/lib/heat-map/heat-map-options.d.ts +103 -0
  111. package/src/lib/heat-map/heat-map-options.d.ts.map +1 -0
  112. package/src/lib/heat-map/heat-map-slots.d.ts +29 -0
  113. package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -0
  114. package/src/lib/heat-map/heat-map.d.ts +23 -0
  115. package/src/lib/heat-map/heat-map.d.ts.map +1 -0
  116. package/src/lib/heat-map/index.d.ts +3 -0
  117. package/src/lib/heat-map/index.d.ts.map +1 -0
  118. package/src/lib/hexbin-map/hexbin-map-options.d.ts +116 -0
  119. package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -0
  120. package/src/lib/hexbin-map/hexbin-map-slots.d.ts +29 -0
  121. package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -0
  122. package/src/lib/hexbin-map/hexbin-map.d.ts +23 -0
  123. package/src/lib/hexbin-map/hexbin-map.d.ts.map +1 -0
  124. package/src/lib/hexbin-map/index.d.ts +3 -0
  125. package/src/lib/hexbin-map/index.d.ts.map +1 -0
  126. package/src/lib/marker-map/index.d.ts +3 -0
  127. package/src/lib/marker-map/index.d.ts.map +1 -0
  128. package/src/lib/marker-map/marker-map-options.d.ts +61 -0
  129. package/src/lib/marker-map/marker-map-options.d.ts.map +1 -0
  130. package/src/lib/marker-map/marker-map-slots.d.ts +29 -0
  131. package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -0
  132. package/src/lib/marker-map/marker-map.d.ts +23 -0
  133. package/src/lib/marker-map/marker-map.d.ts.map +1 -0
  134. package/src/lib/route-map/index.d.ts +3 -0
  135. package/src/lib/route-map/index.d.ts.map +1 -0
  136. package/src/lib/route-map/route-map-options.d.ts +94 -0
  137. package/src/lib/route-map/route-map-options.d.ts.map +1 -0
  138. package/src/lib/route-map/route-map-slots.d.ts +51 -0
  139. package/src/lib/route-map/route-map-slots.d.ts.map +1 -0
  140. package/src/lib/route-map/route-map.d.ts +23 -0
  141. package/src/lib/route-map/route-map.d.ts.map +1 -0
  142. package/src/lib/shared/drop-object-view-options.d.ts +1 -1
  143. package/src/lib/shared/index.d.ts +1 -0
  144. package/src/lib/shared/index.d.ts.map +1 -1
  145. package/src/lib/shared/iq-components.d.ts +95 -0
  146. package/src/lib/shared/iq-components.d.ts.map +1 -0
  147. package/src/lib/shared/map-object-view-options.d.ts +100 -1
  148. package/src/lib/shared/map-object-view-options.d.ts.map +1 -1
  149. package/src/lib/shared/ranges.d.ts +1 -1
  150. package/src/lib/shared/slots.d.ts +82 -16
  151. package/src/lib/shared/slots.d.ts.map +1 -1
  152. package/src/lib/shared/theme.d.ts +1 -2
  153. package/src/lib/shared/theme.d.ts.map +1 -1
  154. package/src/lib/shared/title.d.ts +1 -1
  155. package/src/lib/shared/viz-item.d.ts +5 -0
  156. package/src/lib/shared/viz-item.d.ts.map +1 -1
  157. package/src/lib/spike-map/index.d.ts +3 -0
  158. package/src/lib/spike-map/index.d.ts.map +1 -0
  159. package/src/lib/spike-map/spike-map-options.d.ts +126 -0
  160. package/src/lib/spike-map/spike-map-options.d.ts.map +1 -0
  161. package/src/lib/spike-map/spike-map-slots.d.ts +40 -0
  162. package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -0
  163. package/src/lib/spike-map/spike-map.d.ts +23 -0
  164. package/src/lib/spike-map/spike-map.d.ts.map +1 -0
  165. package/src/lib/symbol-map/index.d.ts +3 -0
  166. package/src/lib/symbol-map/index.d.ts.map +1 -0
  167. package/src/lib/symbol-map/symbol-map-options.d.ts +93 -0
  168. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -0
  169. package/src/lib/symbol-map/symbol-map-slots.d.ts +40 -0
  170. package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -0
  171. package/src/lib/symbol-map/symbol-map.d.ts +23 -0
  172. package/src/lib/symbol-map/symbol-map.d.ts.map +1 -0
  173. package/src/lib/video/index.d.ts +2 -0
  174. package/src/lib/video/index.d.ts.map +1 -0
  175. package/src/lib/video/video-options.d.ts +86 -0
  176. package/src/lib/video/video-options.d.ts.map +1 -0
  177. package/src/lib/video/video.d.ts +16 -0
  178. package/src/lib/video/video.d.ts.map +1 -0
  179. package/src/lib/visual-item/index.d.ts +1 -0
  180. package/src/lib/visual-item/index.d.ts.map +1 -0
  181. package/src/lib/visual-item/visual-item.d.ts +28 -0
  182. package/src/lib/visual-item/visual-item.d.ts.map +1 -0
  183. package/src/lib/wordcloud-chart/index.d.ts +3 -0
  184. package/src/lib/wordcloud-chart/index.d.ts.map +1 -0
  185. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +117 -0
  186. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -0
  187. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +41 -0
  188. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -0
  189. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +23 -0
  190. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts.map +1 -0
  191. package/src/options.d.ts +10 -1
  192. package/src/options.d.ts.map +1 -1
  193. package/src/slots.d.ts +9 -1
  194. package/src/slots.d.ts.map +1 -1
  195. package/vite.config.d.ts.map +1 -1
  196. package/CHANGELOG.md +0 -23
  197. package/README.md +0 -154
@@ -1,78 +1,102 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "anyOf": [
5
5
  {
6
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-options.schema.json"
6
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-options.schema.json"
7
7
  },
8
8
  {
9
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-options.schema.json"
9
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-options.schema.json"
10
10
  },
11
11
  {
12
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-options.schema.json"
12
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/box-plot-options.schema.json"
13
13
  },
14
14
  {
15
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-options.schema.json"
15
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-options.schema.json"
16
16
  },
17
17
  {
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-options.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-options.schema.json"
19
19
  },
20
20
  {
21
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-options.schema.json"
21
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-options.schema.json"
22
22
  },
23
23
  {
24
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-options.schema.json"
24
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-options.schema.json"
25
25
  },
26
26
  {
27
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-options.schema.json"
27
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-options.schema.json"
28
28
  },
29
29
  {
30
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-options.schema.json"
30
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-options.schema.json"
31
31
  },
32
32
  {
33
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-options.schema.json"
33
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter-options.schema.json"
34
34
  },
35
35
  {
36
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-options.schema.json"
36
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-options.schema.json"
37
37
  },
38
38
  {
39
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-options.schema.json"
39
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/dropdown-filter-options.schema.json"
40
40
  },
41
41
  {
42
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-options.schema.json"
42
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/evolution-number-options.schema.json"
43
43
  },
44
44
  {
45
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-options.schema.json"
45
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/funnel-chart-options.schema.json"
46
46
  },
47
47
  {
48
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/image-options.schema.json"
48
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/image-options.schema.json"
49
49
  },
50
50
  {
51
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-options.schema.json"
51
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/line-chart-options.schema.json"
52
52
  },
53
53
  {
54
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-options.schema.json"
54
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-options.schema.json"
55
55
  },
56
56
  {
57
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-options.schema.json"
57
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-options.schema.json"
58
58
  },
59
59
  {
60
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-options.schema.json"
60
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-options.schema.json"
61
61
  },
62
62
  {
63
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-options.schema.json"
63
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-options.schema.json"
64
64
  },
65
65
  {
66
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-options.schema.json"
66
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/slicer-filter-options.schema.json"
67
67
  },
68
68
  {
69
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-options.schema.json"
69
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/slider-filter-options.schema.json"
70
70
  },
71
71
  {
72
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/text-options.schema.json"
72
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/text-options.schema.json"
73
73
  },
74
74
  {
75
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/search-filter-options.schema.json"
75
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/video-options.schema.json"
76
+ },
77
+ {
78
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/search-filter-options.schema.json"
79
+ },
80
+ {
81
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/wordcloud-chart-options.schema.json"
82
+ },
83
+ {
84
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/heat-map-options.schema.json"
85
+ },
86
+ {
87
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/symbol-map-options.schema.json"
88
+ },
89
+ {
90
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/hexbin-map-options.schema.json"
91
+ },
92
+ {
93
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/marker-map-options.schema.json"
94
+ },
95
+ {
96
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/route-map-options.schema.json"
97
+ },
98
+ {
99
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/spike-map-options.schema.json"
76
100
  }
77
101
  ]
78
102
  };
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "colWidths": {
@@ -7,7 +7,7 @@ declare const _default: {
7
7
  },
8
8
  "color": {
9
9
  "default": "",
10
- "description": "The main color for the item, if omitted the default color from the theme will be used.",
10
+ "description": "The main color for the item, if omitted the default color from the theme will be used",
11
11
  "examples": [
12
12
  "#FF5733",
13
13
  "#33FF57",
@@ -997,6 +997,11 @@ declare const _default: {
997
997
  ],
998
998
  "type": "string"
999
999
  },
1000
+ "lookupFiltering": {
1001
+ "default": false,
1002
+ "description": "Allow interactive filtering of charts with linked datasets",
1003
+ "type": "boolean"
1004
+ },
1000
1005
  "measureLabelsAxis": {
1001
1006
  "default": "columns",
1002
1007
  "description": "Measure axis labels",
@@ -1222,12 +1227,7 @@ declare const _default: {
1222
1227
  "properties": {
1223
1228
  "font-style": {
1224
1229
  "const": "normal",
1225
- "description": "Font style",
1226
- "examples": [
1227
- "normal",
1228
- "italic",
1229
- "oblique"
1230
- ],
1230
+ "description": "Use it to reset the font style to \"normal\"",
1231
1231
  "type": "string"
1232
1232
  },
1233
1233
  "font-weight": {
@@ -1409,7 +1409,7 @@ declare const _default: {
1409
1409
  "type": "string"
1410
1410
  },
1411
1411
  "title": {
1412
- "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
1412
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1413
1413
  "examples": [
1414
1414
  {
1415
1415
  "en": "Title"
@@ -1446,7 +1446,6 @@ declare const _default: {
1446
1446
  },
1447
1447
  "type": "object"
1448
1448
  }
1449
-
1450
1449
  ;
1451
1450
 
1452
1451
  export default _default;
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "ColumnSlot": {
@@ -10,13 +10,13 @@ declare const _default: {
10
10
  "items": {
11
11
  "anyOf": [
12
12
  {
13
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
13
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
14
14
  },
15
15
  {
16
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
16
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
17
17
  },
18
18
  {
19
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
19
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
20
20
  }
21
21
  ]
22
22
  },
@@ -302,13 +302,13 @@ declare const _default: {
302
302
  "items": {
303
303
  "anyOf": [
304
304
  {
305
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
305
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
306
306
  },
307
307
  {
308
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
308
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
309
309
  },
310
310
  {
311
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
311
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
312
312
  }
313
313
  ]
314
314
  },
@@ -351,7 +351,7 @@ declare const _default: {
351
351
  "type": "string"
352
352
  },
353
353
  "columnSubType": {
354
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/ColumnSubtype",
354
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/ColumnSubtype",
355
355
  "description": "Column subtype"
356
356
  },
357
357
  "datasetId": {
@@ -506,13 +506,13 @@ declare const _default: {
506
506
  "items": {
507
507
  "anyOf": [
508
508
  {
509
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
509
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
510
510
  },
511
511
  {
512
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
512
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
513
513
  },
514
514
  {
515
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
515
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
516
516
  }
517
517
  ]
518
518
  },
@@ -531,13 +531,13 @@ declare const _default: {
531
531
  "items": {
532
532
  "anyOf": [
533
533
  {
534
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/RowSlot"
534
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/RowSlot"
535
535
  },
536
536
  {
537
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/ColumnSlot"
537
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/ColumnSlot"
538
538
  },
539
539
  {
540
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/MeasureSlot"
540
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json#/definitions/MeasureSlot"
541
541
  }
542
542
  ]
543
543
  },
@@ -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.89/pivot-table.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table.schema.json",
4
4
  "type": "object",
5
5
  "description": "Pivot Table item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Pivot Table item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Pivot Table item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "alternateRowColor": {
@@ -9,7 +9,7 @@ declare const _default: {
9
9
  },
10
10
  "color": {
11
11
  "default": "",
12
- "description": "The main color for the item, if omitted the default color from the theme will be used.",
12
+ "description": "The main color for the item, if omitted the default color from the theme will be used",
13
13
  "examples": [
14
14
  "#FF5733",
15
15
  "#33FF57",
@@ -32,7 +32,7 @@ declare const _default: {
32
32
  "description": "Values range options that are configured manually",
33
33
  "properties": {
34
34
  "color": {
35
- "description": "Color of the range",
35
+ "description": "Color of the range, it can be a hex or rgb(a) color",
36
36
  "type": "string"
37
37
  },
38
38
  "isNegativeInfinityRange": {
@@ -1040,6 +1040,11 @@ declare const _default: {
1040
1040
  ],
1041
1041
  "type": "string"
1042
1042
  },
1043
+ "lookupFiltering": {
1044
+ "default": false,
1045
+ "description": "Allow interactive filtering of charts with linked datasets",
1046
+ "type": "boolean"
1047
+ },
1043
1048
  "rowHeight": {
1044
1049
  "default": 28,
1045
1050
  "description": "Row height",
@@ -1282,12 +1287,7 @@ declare const _default: {
1282
1287
  "properties": {
1283
1288
  "font-style": {
1284
1289
  "const": "normal",
1285
- "description": "Font style",
1286
- "examples": [
1287
- "normal",
1288
- "italic",
1289
- "oblique"
1290
- ],
1290
+ "description": "Use it to reset the font style to \"normal\"",
1291
1291
  "type": "string"
1292
1292
  },
1293
1293
  "font-weight": {
@@ -1469,7 +1469,7 @@ declare const _default: {
1469
1469
  "type": "string"
1470
1470
  },
1471
1471
  "title": {
1472
- "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
1472
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1473
1473
  "examples": [
1474
1474
  {
1475
1475
  "en": "Title"
@@ -1480,7 +1480,6 @@ declare const _default: {
1480
1480
  },
1481
1481
  "type": "object"
1482
1482
  }
1483
-
1484
1483
  ;
1485
1484
 
1486
1485
  export default _default;
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/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.89/regular-table-slots.schema.json#/definitions/NumericSlotContent"
23
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-slots.schema.json#/definitions/NumericSlotContent"
24
24
  },
25
25
  {
26
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json#/definitions/HierarchySlotContent"
26
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-slots.schema.json#/definitions/HierarchySlotContent"
27
27
  },
28
28
  {
29
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json#/definitions/DateTimeSlotContent"
29
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-slots.schema.json#/definitions/DateTimeSlotContent"
30
30
  }
31
31
  ]
32
32
  },
@@ -323,7 +323,7 @@ declare const _default: {
323
323
  "type": "string"
324
324
  },
325
325
  "columnSubType": {
326
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json#/definitions/ColumnSubtype",
326
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-slots.schema.json#/definitions/ColumnSubtype",
327
327
  "description": "Column subtype"
328
328
  },
329
329
  "datasetId": {
@@ -473,7 +473,7 @@ declare const _default: {
473
473
  },
474
474
  "description": "Data definition of the Regular table",
475
475
  "items": {
476
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json#/definitions/ColumnsSlot"
476
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-slots.schema.json#/definitions/ColumnsSlot"
477
477
  },
478
478
  "maxItems": 1,
479
479
  "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.89/regular-table.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/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.89/regular-table-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/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.89/regular-table-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/regular-table-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };