@luzmo/dashboard-contents-types 1.0.4 → 1.0.6

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 (462) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/assets/json-schemas/area-chart-options.schema.json.d.ts +27 -45
  3. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +36 -75
  4. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +27 -45
  5. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +36 -75
  6. package/assets/json-schemas/box-plot-options.schema.json.d.ts +24 -42
  7. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +36 -75
  8. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +27 -45
  9. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +36 -75
  10. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +17 -38
  11. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +36 -75
  12. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +20 -41
  13. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +36 -75
  14. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +24 -42
  15. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +36 -75
  16. package/assets/json-schemas/column-chart-options.schema.json.d.ts +27 -45
  17. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +36 -75
  18. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +27 -45
  19. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +36 -75
  20. package/assets/json-schemas/date-filter-options.schema.json.d.ts +14 -26
  21. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +32 -25
  22. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +27 -45
  23. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +36 -75
  24. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +14 -26
  25. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +36 -75
  26. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +23 -41
  27. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +36 -75
  28. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +27 -45
  29. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +36 -75
  30. package/assets/json-schemas/heat-map-options.schema.json.d.ts +16 -38
  31. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +36 -75
  32. package/assets/json-schemas/heat-table-options.schema.json.d.ts +1514 -0
  33. package/assets/json-schemas/heat-table-slots.schema.json.d.ts +514 -0
  34. package/assets/json-schemas/heat-table.schema.json.d.ts +23 -0
  35. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +23 -42
  36. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +36 -75
  37. package/assets/json-schemas/image-options.schema.json.d.ts +7 -7
  38. package/assets/json-schemas/line-chart-options.schema.json.d.ts +27 -45
  39. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +36 -75
  40. package/assets/json-schemas/marker-map-options.schema.json.d.ts +16 -38
  41. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +37 -76
  42. package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +1568 -0
  43. package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +578 -0
  44. package/assets/json-schemas/ohlc-chart.schema.json.d.ts +23 -0
  45. package/assets/json-schemas/options.schema.json.d.ts +15 -0
  46. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +17 -38
  47. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +36 -75
  48. package/assets/json-schemas/regular-table-options.schema.json.d.ts +17 -38
  49. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +36 -75
  50. package/assets/json-schemas/route-map-options.schema.json.d.ts +16 -38
  51. package/assets/json-schemas/route-map-slots.schema.json.d.ts +36 -75
  52. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +24 -42
  53. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +36 -75
  54. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +27 -45
  55. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +36 -75
  56. package/assets/json-schemas/search-filter-options.schema.json.d.ts +14 -26
  57. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +36 -75
  58. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +14 -26
  59. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +36 -75
  60. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +14 -26
  61. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +34 -50
  62. package/assets/json-schemas/slots.schema.json.d.ts +15 -0
  63. package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +1322 -0
  64. package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +728 -0
  65. package/assets/json-schemas/speedometer-chart.schema.json.d.ts +23 -0
  66. package/assets/json-schemas/spike-map-options.schema.json.d.ts +23 -42
  67. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +36 -75
  68. package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +1419 -0
  69. package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +481 -0
  70. package/assets/json-schemas/sunburst-chart.schema.json.d.ts +23 -0
  71. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +23 -42
  72. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +36 -75
  73. package/assets/json-schemas/text-options.schema.json.d.ts +8 -21
  74. package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +3459 -0
  75. package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +773 -0
  76. package/assets/json-schemas/treemap-chart.schema.json.d.ts +23 -0
  77. package/assets/json-schemas/video-options.schema.json.d.ts +7 -20
  78. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +25 -44
  79. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +36 -75
  80. package/index.d.ts +1 -0
  81. package/index.js +227 -480
  82. package/index.mjs +23918 -12377
  83. package/json-schemas.d.ts +14663 -6017
  84. package/json-schemas.d.ts.map +1 -1
  85. package/package.json +1 -1
  86. package/src/index.d.ts +38 -24
  87. package/src/index.d.ts.map +1 -1
  88. package/src/lib/area-chart/area-chart-options.d.ts +2 -1
  89. package/src/lib/area-chart/area-chart-slots.config.d.ts +3 -0
  90. package/src/lib/area-chart/area-chart-slots.config.d.ts.map +1 -0
  91. package/src/lib/area-chart/area-chart-slots.d.ts +5 -4
  92. package/src/lib/area-chart/area-chart-slots.d.ts.map +1 -1
  93. package/src/lib/area-chart/area-chart.d.ts +1 -0
  94. package/src/lib/area-chart/index.d.ts +2 -0
  95. package/src/lib/area-chart/index.d.ts.map +1 -1
  96. package/src/lib/bar-chart/bar-chart-options.d.ts +1 -0
  97. package/src/lib/bar-chart/bar-chart-slots.config.d.ts +3 -0
  98. package/src/lib/bar-chart/bar-chart-slots.config.d.ts.map +1 -0
  99. package/src/lib/bar-chart/bar-chart.d.ts +1 -0
  100. package/src/lib/bar-chart/bar-chart.slots.d.ts +5 -4
  101. package/src/lib/bar-chart/bar-chart.slots.d.ts.map +1 -1
  102. package/src/lib/bar-chart/index.d.ts +2 -0
  103. package/src/lib/bar-chart/index.d.ts.map +1 -1
  104. package/src/lib/box-plot/box-plot-options.d.ts +1 -0
  105. package/src/lib/box-plot/box-plot-slots.config.d.ts +3 -0
  106. package/src/lib/box-plot/box-plot-slots.config.d.ts.map +1 -0
  107. package/src/lib/box-plot/box-plot-slots.d.ts +4 -3
  108. package/src/lib/box-plot/box-plot-slots.d.ts.map +1 -1
  109. package/src/lib/box-plot/box-plot.d.ts +1 -0
  110. package/src/lib/box-plot/index.d.ts +2 -0
  111. package/src/lib/box-plot/index.d.ts.map +1 -1
  112. package/src/lib/bubble-chart/bubble-chart-options.d.ts +2 -1
  113. package/src/lib/bubble-chart/bubble-chart-slots.config.d.ts +3 -0
  114. package/src/lib/bubble-chart/bubble-chart-slots.config.d.ts.map +1 -0
  115. package/src/lib/bubble-chart/bubble-chart-slots.d.ts +5 -4
  116. package/src/lib/bubble-chart/bubble-chart-slots.d.ts.map +1 -1
  117. package/src/lib/bubble-chart/bubble-chart.d.ts +1 -0
  118. package/src/lib/bubble-chart/index.d.ts +2 -0
  119. package/src/lib/bubble-chart/index.d.ts.map +1 -1
  120. package/src/lib/bullet-chart/bullet-chart-options.d.ts +2 -1
  121. package/src/lib/bullet-chart/bullet-chart-slots.config.d.ts +3 -0
  122. package/src/lib/bullet-chart/bullet-chart-slots.config.d.ts.map +1 -0
  123. package/src/lib/bullet-chart/bullet-chart-slots.d.ts +5 -4
  124. package/src/lib/bullet-chart/bullet-chart-slots.d.ts.map +1 -1
  125. package/src/lib/bullet-chart/bullet-chart.d.ts +1 -0
  126. package/src/lib/bullet-chart/index.d.ts +2 -0
  127. package/src/lib/bullet-chart/index.d.ts.map +1 -1
  128. package/src/lib/choropleth-map/choropleth-map-options.d.ts +2 -1
  129. package/src/lib/choropleth-map/choropleth-map-slots.config.d.ts +3 -0
  130. package/src/lib/choropleth-map/choropleth-map-slots.config.d.ts.map +1 -0
  131. package/src/lib/choropleth-map/choropleth-map-slots.d.ts +5 -4
  132. package/src/lib/choropleth-map/choropleth-map-slots.d.ts.map +1 -1
  133. package/src/lib/choropleth-map/choropleth-map.d.ts +1 -0
  134. package/src/lib/choropleth-map/index.d.ts +2 -0
  135. package/src/lib/choropleth-map/index.d.ts.map +1 -1
  136. package/src/lib/circle-pack-chart/circle-pack-chart-slots.config.d.ts +3 -0
  137. package/src/lib/circle-pack-chart/circle-pack-chart-slots.config.d.ts.map +1 -0
  138. package/src/lib/circle-pack-chart/index.d.ts +2 -0
  139. package/src/lib/circle-pack-chart/index.d.ts.map +1 -0
  140. package/src/lib/circular-gauge/circular-gauge-options.d.ts +1 -0
  141. package/src/lib/circular-gauge/circular-gauge-slots.config.d.ts +3 -0
  142. package/src/lib/circular-gauge/circular-gauge-slots.config.d.ts.map +1 -0
  143. package/src/lib/circular-gauge/circular-gauge-slots.d.ts +4 -3
  144. package/src/lib/circular-gauge/circular-gauge-slots.d.ts.map +1 -1
  145. package/src/lib/circular-gauge/circular-gauge.d.ts +1 -0
  146. package/src/lib/circular-gauge/index.d.ts +2 -0
  147. package/src/lib/circular-gauge/index.d.ts.map +1 -1
  148. package/src/lib/column-chart/column-chart-options.d.ts +1 -0
  149. package/src/lib/column-chart/column-chart-slots.config.d.ts +3 -0
  150. package/src/lib/column-chart/column-chart-slots.config.d.ts.map +1 -0
  151. package/src/lib/column-chart/column-chart-slots.d.ts +5 -4
  152. package/src/lib/column-chart/column-chart-slots.d.ts.map +1 -1
  153. package/src/lib/column-chart/column-chart.d.ts +1 -0
  154. package/src/lib/column-chart/index.d.ts +2 -0
  155. package/src/lib/column-chart/index.d.ts.map +1 -1
  156. package/src/lib/combination-chart/combination-chart-options.d.ts +1 -0
  157. package/src/lib/combination-chart/combination-chart-slots.config.d.ts +3 -0
  158. package/src/lib/combination-chart/combination-chart-slots.config.d.ts.map +1 -0
  159. package/src/lib/combination-chart/combination-chart-slots.d.ts +4 -3
  160. package/src/lib/combination-chart/combination-chart-slots.d.ts.map +1 -1
  161. package/src/lib/combination-chart/combination-chart.d.ts +1 -0
  162. package/src/lib/combination-chart/index.d.ts +2 -0
  163. package/src/lib/combination-chart/index.d.ts.map +1 -1
  164. package/src/lib/conditional-number/conditional-number-options.d.ts +1 -0
  165. package/src/lib/conditional-number/conditional-number-slots.config.d.ts +3 -0
  166. package/src/lib/conditional-number/conditional-number-slots.config.d.ts.map +1 -0
  167. package/src/lib/conditional-number/conditional-number-slots.d.ts +4 -3
  168. package/src/lib/conditional-number/conditional-number-slots.d.ts.map +1 -1
  169. package/src/lib/conditional-number/conditional-number.d.ts +1 -0
  170. package/src/lib/conditional-number/index.d.ts +2 -0
  171. package/src/lib/conditional-number/index.d.ts.map +1 -1
  172. package/src/lib/date-filter/date-filter-options.d.ts +1 -0
  173. package/src/lib/date-filter/date-filter-slots.config.d.ts +3 -0
  174. package/src/lib/date-filter/date-filter-slots.config.d.ts.map +1 -0
  175. package/src/lib/date-filter/date-filter-slots.d.ts +3 -2
  176. package/src/lib/date-filter/date-filter-slots.d.ts.map +1 -1
  177. package/src/lib/date-filter/date-filter.d.ts +1 -0
  178. package/src/lib/date-filter/index.d.ts +2 -0
  179. package/src/lib/date-filter/index.d.ts.map +1 -1
  180. package/src/lib/donut-chart/donut-chart-options.d.ts +2 -1
  181. package/src/lib/donut-chart/donut-chart-slots.config.d.ts +3 -0
  182. package/src/lib/donut-chart/donut-chart-slots.config.d.ts.map +1 -0
  183. package/src/lib/donut-chart/donut-chart-slots.d.ts +4 -3
  184. package/src/lib/donut-chart/donut-chart-slots.d.ts.map +1 -1
  185. package/src/lib/donut-chart/donut-chart.d.ts +1 -0
  186. package/src/lib/donut-chart/index.d.ts +2 -0
  187. package/src/lib/donut-chart/index.d.ts.map +1 -1
  188. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -1
  189. package/src/lib/dropdown-filter/dropdown-filter-slots.config.d.ts +3 -0
  190. package/src/lib/dropdown-filter/dropdown-filter-slots.config.d.ts.map +1 -0
  191. package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +3 -2
  192. package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts.map +1 -1
  193. package/src/lib/dropdown-filter/dropdown-filter.d.ts +1 -0
  194. package/src/lib/dropdown-filter/index.d.ts +2 -0
  195. package/src/lib/dropdown-filter/index.d.ts.map +1 -1
  196. package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.d.ts +3 -0
  197. package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.d.ts.map +1 -0
  198. package/src/lib/dynamic-imageobject/index.d.ts +2 -0
  199. package/src/lib/dynamic-imageobject/index.d.ts.map +1 -0
  200. package/src/lib/evolution-number/evolution-number-options.d.ts +1 -0
  201. package/src/lib/evolution-number/evolution-number-slots.config.d.ts +3 -0
  202. package/src/lib/evolution-number/evolution-number-slots.config.d.ts.map +1 -0
  203. package/src/lib/evolution-number/evolution-number-slots.d.ts +4 -3
  204. package/src/lib/evolution-number/evolution-number-slots.d.ts.map +1 -1
  205. package/src/lib/evolution-number/evolution-number.d.ts +1 -0
  206. package/src/lib/evolution-number/index.d.ts +2 -0
  207. package/src/lib/evolution-number/index.d.ts.map +1 -1
  208. package/src/lib/funnel-chart/funnel-chart-options.d.ts +2 -1
  209. package/src/lib/funnel-chart/funnel-chart-slots.config.d.ts +3 -0
  210. package/src/lib/funnel-chart/funnel-chart-slots.config.d.ts.map +1 -0
  211. package/src/lib/funnel-chart/funnel-chart-slots.d.ts +4 -3
  212. package/src/lib/funnel-chart/funnel-chart-slots.d.ts.map +1 -1
  213. package/src/lib/funnel-chart/funnel-chart.d.ts +1 -0
  214. package/src/lib/funnel-chart/index.d.ts +2 -0
  215. package/src/lib/funnel-chart/index.d.ts.map +1 -1
  216. package/src/lib/heat-map/heat-map-options.d.ts +1 -0
  217. package/src/lib/heat-map/heat-map-slots.config.d.ts +3 -0
  218. package/src/lib/heat-map/heat-map-slots.config.d.ts.map +1 -0
  219. package/src/lib/heat-map/heat-map-slots.d.ts +4 -3
  220. package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -1
  221. package/src/lib/heat-map/heat-map.d.ts +1 -0
  222. package/src/lib/heat-map/index.d.ts +2 -0
  223. package/src/lib/heat-map/index.d.ts.map +1 -1
  224. package/src/lib/heat-table/heat-table-options.d.ts +186 -0
  225. package/src/lib/heat-table/heat-table-options.d.ts.map +1 -0
  226. package/src/lib/heat-table/heat-table-slots.config.d.ts +3 -0
  227. package/src/lib/heat-table/heat-table-slots.config.d.ts.map +1 -0
  228. package/src/lib/heat-table/heat-table-slots.d.ts +41 -0
  229. package/src/lib/heat-table/heat-table-slots.d.ts.map +1 -0
  230. package/src/lib/heat-table/heat-table.d.ts +24 -0
  231. package/src/lib/heat-table/heat-table.d.ts.map +1 -0
  232. package/src/lib/heat-table/index.d.ts +5 -0
  233. package/src/lib/heat-table/index.d.ts.map +1 -0
  234. package/src/lib/hexbin-map/hexbin-map-options.d.ts +1 -0
  235. package/src/lib/hexbin-map/hexbin-map-slots.config.d.ts +3 -0
  236. package/src/lib/hexbin-map/hexbin-map-slots.config.d.ts.map +1 -0
  237. package/src/lib/hexbin-map/hexbin-map-slots.d.ts +4 -3
  238. package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -1
  239. package/src/lib/hexbin-map/hexbin-map.d.ts +1 -0
  240. package/src/lib/hexbin-map/index.d.ts +2 -0
  241. package/src/lib/hexbin-map/index.d.ts.map +1 -1
  242. package/src/lib/image/image-options.d.ts +1 -0
  243. package/src/lib/image/image.d.ts +1 -0
  244. package/src/lib/image/index.d.ts +1 -0
  245. package/src/lib/line-chart/index.d.ts +2 -0
  246. package/src/lib/line-chart/index.d.ts.map +1 -1
  247. package/src/lib/line-chart/line-chart-options.d.ts +1 -0
  248. package/src/lib/line-chart/line-chart-slots.config.d.ts +3 -0
  249. package/src/lib/line-chart/line-chart-slots.config.d.ts.map +1 -0
  250. package/src/lib/line-chart/line-chart-slots.d.ts +5 -4
  251. package/src/lib/line-chart/line-chart-slots.d.ts.map +1 -1
  252. package/src/lib/line-chart/line-chart.d.ts +1 -0
  253. package/src/lib/line-chart-forecast/index.d.ts +2 -0
  254. package/src/lib/line-chart-forecast/index.d.ts.map +1 -0
  255. package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts +3 -0
  256. package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts.map +1 -0
  257. package/src/lib/marker-map/index.d.ts +2 -0
  258. package/src/lib/marker-map/index.d.ts.map +1 -1
  259. package/src/lib/marker-map/marker-map-options.d.ts +1 -0
  260. package/src/lib/marker-map/marker-map-slots.config.d.ts +3 -0
  261. package/src/lib/marker-map/marker-map-slots.config.d.ts.map +1 -0
  262. package/src/lib/marker-map/marker-map-slots.d.ts +5 -4
  263. package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -1
  264. package/src/lib/marker-map/marker-map.d.ts +1 -0
  265. package/src/lib/ohlc-chart/index.d.ts +5 -0
  266. package/src/lib/ohlc-chart/index.d.ts.map +1 -0
  267. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +201 -0
  268. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -0
  269. package/src/lib/ohlc-chart/ohlc-chart-slots.config.d.ts +3 -0
  270. package/src/lib/ohlc-chart/ohlc-chart-slots.config.d.ts.map +1 -0
  271. package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts +63 -0
  272. package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts.map +1 -0
  273. package/src/lib/ohlc-chart/ohlc-chart.d.ts +24 -0
  274. package/src/lib/ohlc-chart/ohlc-chart.d.ts.map +1 -0
  275. package/src/lib/parallel-coordinates-plot/index.d.ts +2 -0
  276. package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -0
  277. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts +3 -0
  278. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts.map +1 -0
  279. package/src/lib/pivot-table/index.d.ts +2 -0
  280. package/src/lib/pivot-table/index.d.ts.map +1 -1
  281. package/src/lib/pivot-table/pivot-table-options.d.ts +2 -1
  282. package/src/lib/pivot-table/pivot-table-slots.config.d.ts +3 -0
  283. package/src/lib/pivot-table/pivot-table-slots.config.d.ts.map +1 -0
  284. package/src/lib/pivot-table/pivot-table-slots.d.ts +5 -4
  285. package/src/lib/pivot-table/pivot-table-slots.d.ts.map +1 -1
  286. package/src/lib/pivot-table/pivot-table.d.ts +1 -0
  287. package/src/lib/pyramid-chart/index.d.ts +2 -0
  288. package/src/lib/pyramid-chart/index.d.ts.map +1 -0
  289. package/src/lib/pyramid-chart/pyramid-chart-slots.config.d.ts +3 -0
  290. package/src/lib/pyramid-chart/pyramid-chart-slots.config.d.ts.map +1 -0
  291. package/src/lib/radar-chart/index.d.ts +2 -0
  292. package/src/lib/radar-chart/index.d.ts.map +1 -0
  293. package/src/lib/radar-chart/radar-chart-slots.config.d.ts +3 -0
  294. package/src/lib/radar-chart/radar-chart-slots.config.d.ts.map +1 -0
  295. package/src/lib/regular-table/index.d.ts +2 -0
  296. package/src/lib/regular-table/index.d.ts.map +1 -1
  297. package/src/lib/regular-table/regular-table-options.d.ts +2 -1
  298. package/src/lib/regular-table/regular-table-slots.config.d.ts +3 -0
  299. package/src/lib/regular-table/regular-table-slots.config.d.ts.map +1 -0
  300. package/src/lib/regular-table/regular-table-slots.d.ts +3 -2
  301. package/src/lib/regular-table/regular-table-slots.d.ts.map +1 -1
  302. package/src/lib/regular-table/regular-table.d.ts +1 -0
  303. package/src/lib/route-map/index.d.ts +2 -0
  304. package/src/lib/route-map/index.d.ts.map +1 -1
  305. package/src/lib/route-map/route-map-options.d.ts +1 -0
  306. package/src/lib/route-map/route-map-slots.config.d.ts +3 -0
  307. package/src/lib/route-map/route-map-slots.config.d.ts.map +1 -0
  308. package/src/lib/route-map/route-map-slots.d.ts +6 -5
  309. package/src/lib/route-map/route-map-slots.d.ts.map +1 -1
  310. package/src/lib/route-map/route-map.d.ts +1 -0
  311. package/src/lib/sankey-diagram/index.d.ts +2 -0
  312. package/src/lib/sankey-diagram/index.d.ts.map +1 -1
  313. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +2 -1
  314. package/src/lib/sankey-diagram/sankey-diagram-slots.config.d.ts +3 -0
  315. package/src/lib/sankey-diagram/sankey-diagram-slots.config.d.ts.map +1 -0
  316. package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +6 -5
  317. package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts.map +1 -1
  318. package/src/lib/sankey-diagram/sankey-diagram.d.ts +1 -0
  319. package/src/lib/scatter-plot/index.d.ts +2 -0
  320. package/src/lib/scatter-plot/index.d.ts.map +1 -1
  321. package/src/lib/scatter-plot/scatter-plot-options.d.ts +2 -1
  322. package/src/lib/scatter-plot/scatter-plot-slots.config.d.ts +3 -0
  323. package/src/lib/scatter-plot/scatter-plot-slots.config.d.ts.map +1 -0
  324. package/src/lib/scatter-plot/scatter-plot-slots.d.ts +7 -6
  325. package/src/lib/scatter-plot/scatter-plot-slots.d.ts.map +1 -1
  326. package/src/lib/scatter-plot/scatter-plot.d.ts +1 -0
  327. package/src/lib/search-filter/index.d.ts +2 -0
  328. package/src/lib/search-filter/index.d.ts.map +1 -1
  329. package/src/lib/search-filter/search-filter-options.d.ts +1 -0
  330. package/src/lib/search-filter/search-filter-slots.config.d.ts +3 -0
  331. package/src/lib/search-filter/search-filter-slots.config.d.ts.map +1 -0
  332. package/src/lib/search-filter/search-filter-slots.d.ts +3 -2
  333. package/src/lib/search-filter/search-filter-slots.d.ts.map +1 -1
  334. package/src/lib/search-filter/search-filter.d.ts +1 -0
  335. package/src/lib/shared/axes.d.ts +1 -0
  336. package/src/lib/shared/common.d.ts +1 -0
  337. package/src/lib/shared/drop-object-view-options.d.ts +1 -0
  338. package/src/lib/shared/filters.d.ts +1 -0
  339. package/src/lib/shared/formula.d.ts +1 -0
  340. package/src/lib/shared/index.d.ts +3 -0
  341. package/src/lib/shared/index.d.ts.map +1 -1
  342. package/src/lib/shared/info-tooltip-options.d.ts +1 -0
  343. package/src/lib/shared/interactivity-brush.d.ts +1 -0
  344. package/src/lib/shared/interactivity-custom-events.d.ts +1 -0
  345. package/src/lib/shared/interactivity-custom-tooltip.d.ts +1 -0
  346. package/src/lib/shared/interactivity-drilldown.d.ts +1 -0
  347. package/src/lib/shared/interactivity-export.d.ts +1 -0
  348. package/src/lib/shared/interactivity-filter.d.ts +1 -0
  349. package/src/lib/shared/interactivity-go-to-url.d.ts +1 -0
  350. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +3 -2
  351. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
  352. package/src/lib/shared/interactivity-target.d.ts +1 -0
  353. package/src/lib/shared/interpolation.d.ts +1 -0
  354. package/src/lib/shared/iq-components.d.ts +96 -0
  355. package/src/lib/shared/iq-components.d.ts.map +1 -0
  356. package/src/lib/shared/item-filter-group.d.ts +1 -0
  357. package/src/lib/shared/legend.d.ts +2 -1
  358. package/src/lib/shared/map-object-view-options.d.ts +2 -1
  359. package/src/lib/shared/object-view-options.d.ts +1 -0
  360. package/src/lib/shared/period-over-period.d.ts +36 -0
  361. package/src/lib/shared/period-over-period.d.ts.map +1 -0
  362. package/src/lib/shared/placeholder.d.ts +1 -0
  363. package/src/lib/shared/query.d.ts +1 -0
  364. package/src/lib/shared/ranges.d.ts +1 -0
  365. package/src/lib/shared/slots.d.ts +22 -36
  366. package/src/lib/shared/slots.d.ts.map +1 -1
  367. package/src/lib/shared/sort.d.ts +1 -0
  368. package/src/lib/shared/theme.d.ts +22 -19
  369. package/src/lib/shared/theme.d.ts.map +1 -1
  370. package/src/lib/shared/title.d.ts +2 -1
  371. package/src/lib/shared/viz-item.d.ts +1 -0
  372. package/src/lib/slicer-filter/index.d.ts +2 -0
  373. package/src/lib/slicer-filter/index.d.ts.map +1 -1
  374. package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -0
  375. package/src/lib/slicer-filter/slicer-filter-slots.config.d.ts +3 -0
  376. package/src/lib/slicer-filter/slicer-filter-slots.config.d.ts.map +1 -0
  377. package/src/lib/slicer-filter/slicer-filter-slots.d.ts +4 -3
  378. package/src/lib/slicer-filter/slicer-filter-slots.d.ts.map +1 -1
  379. package/src/lib/slicer-filter/slicer-filter.d.ts +1 -0
  380. package/src/lib/slider-filter/index.d.ts +2 -0
  381. package/src/lib/slider-filter/index.d.ts.map +1 -1
  382. package/src/lib/slider-filter/slider-filter-options.d.ts +5 -4
  383. package/src/lib/slider-filter/slider-filter-slots.config.d.ts +3 -0
  384. package/src/lib/slider-filter/slider-filter-slots.config.d.ts.map +1 -0
  385. package/src/lib/slider-filter/slider-filter-slots.d.ts +3 -2
  386. package/src/lib/slider-filter/slider-filter-slots.d.ts.map +1 -1
  387. package/src/lib/slider-filter/slider-filter.d.ts +1 -0
  388. package/src/lib/speedometer-chart/index.d.ts +5 -0
  389. package/src/lib/speedometer-chart/index.d.ts.map +1 -0
  390. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +146 -0
  391. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -0
  392. package/src/lib/speedometer-chart/speedometer-chart-slots.config.d.ts +3 -0
  393. package/src/lib/speedometer-chart/speedometer-chart-slots.config.d.ts.map +1 -0
  394. package/src/lib/speedometer-chart/speedometer-chart-slots.d.ts +30 -0
  395. package/src/lib/speedometer-chart/speedometer-chart-slots.d.ts.map +1 -0
  396. package/src/lib/speedometer-chart/speedometer-chart.d.ts +24 -0
  397. package/src/lib/speedometer-chart/speedometer-chart.d.ts.map +1 -0
  398. package/src/lib/spike-map/index.d.ts +2 -0
  399. package/src/lib/spike-map/index.d.ts.map +1 -1
  400. package/src/lib/spike-map/spike-map-options.d.ts +1 -0
  401. package/src/lib/spike-map/spike-map-slots.config.d.ts +3 -0
  402. package/src/lib/spike-map/spike-map-slots.config.d.ts.map +1 -0
  403. package/src/lib/spike-map/spike-map-slots.d.ts +5 -4
  404. package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -1
  405. package/src/lib/spike-map/spike-map.d.ts +1 -0
  406. package/src/lib/strip-plot/index.d.ts +2 -0
  407. package/src/lib/strip-plot/index.d.ts.map +1 -0
  408. package/src/lib/strip-plot/strip-plot-slots.config.d.ts +3 -0
  409. package/src/lib/strip-plot/strip-plot-slots.config.d.ts.map +1 -0
  410. package/src/lib/sunburst-chart/index.d.ts +5 -0
  411. package/src/lib/sunburst-chart/index.d.ts.map +1 -0
  412. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +88 -0
  413. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -0
  414. package/src/lib/sunburst-chart/sunburst-chart-slots.config.d.ts +3 -0
  415. package/src/lib/sunburst-chart/sunburst-chart-slots.config.d.ts.map +1 -0
  416. package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts +29 -0
  417. package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts.map +1 -0
  418. package/src/lib/sunburst-chart/sunburst-chart.d.ts +24 -0
  419. package/src/lib/sunburst-chart/sunburst-chart.d.ts.map +1 -0
  420. package/src/lib/symbol-map/index.d.ts +2 -0
  421. package/src/lib/symbol-map/index.d.ts.map +1 -1
  422. package/src/lib/symbol-map/symbol-map-options.d.ts +1 -0
  423. package/src/lib/symbol-map/symbol-map-slots.config.d.ts +3 -0
  424. package/src/lib/symbol-map/symbol-map-slots.config.d.ts.map +1 -0
  425. package/src/lib/symbol-map/symbol-map-slots.d.ts +5 -4
  426. package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -1
  427. package/src/lib/symbol-map/symbol-map.d.ts +1 -0
  428. package/src/lib/text/index.d.ts +1 -0
  429. package/src/lib/text/text-options.d.ts +1 -0
  430. package/src/lib/text/text.d.ts +1 -0
  431. package/src/lib/treemap-chart/index.d.ts +5 -0
  432. package/src/lib/treemap-chart/index.d.ts.map +1 -0
  433. package/src/lib/treemap-chart/treemap-chart-options.d.ts +145 -0
  434. package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -0
  435. package/src/lib/treemap-chart/treemap-chart-slots.config.d.ts +3 -0
  436. package/src/lib/treemap-chart/treemap-chart-slots.config.d.ts.map +1 -0
  437. package/src/lib/treemap-chart/treemap-chart-slots.d.ts +41 -0
  438. package/src/lib/treemap-chart/treemap-chart-slots.d.ts.map +1 -0
  439. package/src/lib/treemap-chart/treemap-chart.d.ts +24 -0
  440. package/src/lib/treemap-chart/treemap-chart.d.ts.map +1 -0
  441. package/src/lib/venn-diagram/index.d.ts +2 -0
  442. package/src/lib/venn-diagram/index.d.ts.map +1 -0
  443. package/src/lib/venn-diagram/venn-diagram-slots.config.d.ts +3 -0
  444. package/src/lib/venn-diagram/venn-diagram-slots.config.d.ts.map +1 -0
  445. package/src/lib/video/index.d.ts +1 -0
  446. package/src/lib/video/video-options.d.ts +1 -0
  447. package/src/lib/video/video.d.ts +1 -0
  448. package/src/lib/visual-item/index.d.ts +1 -0
  449. package/src/lib/visual-item/visual-item.d.ts +5 -2
  450. package/src/lib/visual-item/visual-item.d.ts.map +1 -1
  451. package/src/lib/wordcloud-chart/index.d.ts +2 -0
  452. package/src/lib/wordcloud-chart/index.d.ts.map +1 -1
  453. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +1 -0
  454. package/src/lib/wordcloud-chart/wordcloud-chart-slots.config.d.ts +3 -0
  455. package/src/lib/wordcloud-chart/wordcloud-chart-slots.config.d.ts.map +1 -0
  456. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +5 -4
  457. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -1
  458. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +1 -0
  459. package/src/options.d.ts +7 -1
  460. package/src/options.d.ts.map +1 -1
  461. package/src/slots.d.ts +0 -32
  462. package/src/slots.d.ts.map +0 -1
@@ -0,0 +1,578 @@
1
+ declare const _default: {
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json",
3
+ "$schema": "http://json-schema.org/draft-07/schema#",
4
+ "definitions": {
5
+ "CloseSlot": {
6
+ "description": "Close slot definition of the OHLC chart",
7
+ "properties": {
8
+ "content": {
9
+ "description": "Close slot definition, it can contain numeric data",
10
+ "items": {
11
+ "anyOf": [
12
+ {
13
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/NumericSlotContent"
14
+ },
15
+ {
16
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/HierarchySlotContent"
17
+ },
18
+ {
19
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/DateTimeSlotContent"
20
+ }
21
+ ]
22
+ },
23
+ "maxItems": 1,
24
+ "type": "array"
25
+ },
26
+ "name": {
27
+ "const": "close",
28
+ "description": "Name of the slot",
29
+ "type": "string"
30
+ }
31
+ },
32
+ "type": "object"
33
+ },
34
+ "ColumnSubtype": {
35
+ "enum": [
36
+ "coordinates",
37
+ "currency",
38
+ "duration",
39
+ "hierarchy_element_expression",
40
+ "topography"
41
+ ],
42
+ "type": "string"
43
+ },
44
+ "DateTimeSlotContent": {
45
+ "properties": {
46
+ "aggregationFunc": {
47
+ "description": "Basic aggregation function. It can be used when a \"datetime\" column is used in a measure slot.",
48
+ "enum": [
49
+ "count",
50
+ "distinctcount"
51
+ ],
52
+ "type": "string"
53
+ },
54
+ "color": {
55
+ "description": "Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.",
56
+ "type": [
57
+ "null",
58
+ "string"
59
+ ]
60
+ },
61
+ "columnId": {
62
+ "description": "Column id",
63
+ "format": "uuid",
64
+ "type": "string"
65
+ },
66
+ "datasetId": {
67
+ "description": "Dataset id",
68
+ "format": "uuid",
69
+ "type": "string"
70
+ },
71
+ "datetimeDisplayMode": {
72
+ "description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
73
+ "enum": [
74
+ "day_in_month",
75
+ "day_in_year",
76
+ "default",
77
+ "hour_in_day",
78
+ "minute_in_hour",
79
+ "month_name",
80
+ "month_number",
81
+ "quarter_number",
82
+ "second_in_minute",
83
+ "week_number",
84
+ "weekday_name",
85
+ "weekday_number"
86
+ ],
87
+ "type": "string"
88
+ },
89
+ "format": {
90
+ "description": "D3 format, it is used for \"numeric\" formatting (https://observablehq.com/@d3/d3-format), for \"datetime\" formatting (https://d3js.org/d3-time-format).\nIt can also be used for \"hierarchy\" formatting but when it's used in the measure slot.",
91
+ "type": "string"
92
+ },
93
+ "grandTotals": {
94
+ "description": "Enable or disable grand totals, they're only used in Pivot table",
95
+ "properties": {
96
+ "enabled": {
97
+ "type": "boolean"
98
+ }
99
+ },
100
+ "type": "object"
101
+ },
102
+ "label": {
103
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
104
+ "type": "object"
105
+ },
106
+ "level": {
107
+ "description": "\"hierarchy\" or \"datetime\" level",
108
+ "type": [
109
+ "number",
110
+ "null"
111
+ ]
112
+ },
113
+ "lowestLevel": {
114
+ "description": "Lowest \"hierarchy\" or \"datetime\" level",
115
+ "type": [
116
+ "null",
117
+ "number"
118
+ ]
119
+ },
120
+ "monthNameFormat": {
121
+ "description": "Month name format for datetime column formatting",
122
+ "enum": [
123
+ "letter",
124
+ "long",
125
+ "short"
126
+ ],
127
+ "type": "string"
128
+ },
129
+ "periodOverPeriod": {
130
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/PeriodOverPeriod",
131
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
132
+ },
133
+ "subtype": {
134
+ "description": "There's no subtype for \"datetime\", it can be null or omitted",
135
+ "type": "null"
136
+ },
137
+ "type": {
138
+ "const": "datetime",
139
+ "description": "\"datetime\" column type",
140
+ "type": "string"
141
+ },
142
+ "weekDayNameFormat": {
143
+ "description": "Week day name format for datetime column formatting",
144
+ "enum": [
145
+ "letter",
146
+ "long",
147
+ "short"
148
+ ],
149
+ "type": "string"
150
+ },
151
+ "weekStart": {
152
+ "description": "Week start day, 'sunday' or 'monday'. For datetime column formatting.",
153
+ "enum": [
154
+ "monday",
155
+ "sunday"
156
+ ],
157
+ "type": "string"
158
+ }
159
+ },
160
+ "type": "object"
161
+ },
162
+ "HierarchySlotContent": {
163
+ "properties": {
164
+ "aggregationFunc": {
165
+ "description": "Basic aggregation function. It can be used when a \"hierarchy\" column is used in a measure slot.",
166
+ "enum": [
167
+ "count",
168
+ "distinctcount"
169
+ ],
170
+ "type": "string"
171
+ },
172
+ "color": {
173
+ "description": "Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.",
174
+ "type": [
175
+ "null",
176
+ "string"
177
+ ]
178
+ },
179
+ "columnId": {
180
+ "description": "Column id",
181
+ "format": "uuid",
182
+ "type": "string"
183
+ },
184
+ "datasetId": {
185
+ "description": "Dataset id",
186
+ "format": "uuid",
187
+ "type": "string"
188
+ },
189
+ "format": {
190
+ "description": "D3 format, it is used for \"numeric\" formatting (https://observablehq.com/@d3/d3-format), for \"datetime\" formatting (https://d3js.org/d3-time-format).\nIt can also be used for \"hierarchy\" formatting but when it's used in the measure slot.",
191
+ "type": "string"
192
+ },
193
+ "grandTotals": {
194
+ "description": "Enable or disable grand totals, they're only used in Pivot table",
195
+ "properties": {
196
+ "enabled": {
197
+ "type": "boolean"
198
+ }
199
+ },
200
+ "type": "object"
201
+ },
202
+ "label": {
203
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
204
+ "type": "object"
205
+ },
206
+ "level": {
207
+ "description": "\"hierarchy\" or \"datetime\" level",
208
+ "type": [
209
+ "number",
210
+ "null"
211
+ ]
212
+ },
213
+ "lowestLevel": {
214
+ "description": "Lowest \"hierarchy\" or \"datetime\" level",
215
+ "type": [
216
+ "null",
217
+ "number"
218
+ ]
219
+ },
220
+ "periodOverPeriod": {
221
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/PeriodOverPeriod",
222
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
223
+ },
224
+ "subtype": {
225
+ "anyOf": [
226
+ {
227
+ "enum": [
228
+ "coordinates",
229
+ "currency",
230
+ "date",
231
+ "datetime",
232
+ "duration",
233
+ "hierarchy_element_expression",
234
+ "topography"
235
+ ],
236
+ "type": "string"
237
+ },
238
+ {
239
+ "type": "null"
240
+ }
241
+ ],
242
+ "description": "Column subtype"
243
+ },
244
+ "type": {
245
+ "const": "hierarchy",
246
+ "description": "\"hierarchy\" column type",
247
+ "type": "string"
248
+ }
249
+ },
250
+ "type": "object"
251
+ },
252
+ "HighSlot": {
253
+ "description": "High slot definition of the OHLC chart",
254
+ "properties": {
255
+ "content": {
256
+ "description": "High slot definition, it can contain numeric data",
257
+ "items": {
258
+ "anyOf": [
259
+ {
260
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/NumericSlotContent"
261
+ },
262
+ {
263
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/HierarchySlotContent"
264
+ },
265
+ {
266
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/DateTimeSlotContent"
267
+ }
268
+ ]
269
+ },
270
+ "maxItems": 1,
271
+ "type": "array"
272
+ },
273
+ "name": {
274
+ "const": "high",
275
+ "description": "Name of the slot",
276
+ "type": "string"
277
+ }
278
+ },
279
+ "type": "object"
280
+ },
281
+ "LowSlot": {
282
+ "description": "Low slot definition of the OHLC chart",
283
+ "properties": {
284
+ "content": {
285
+ "description": "Low slot definition, it can contain numeric data",
286
+ "items": {
287
+ "anyOf": [
288
+ {
289
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/NumericSlotContent"
290
+ },
291
+ {
292
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/HierarchySlotContent"
293
+ },
294
+ {
295
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/DateTimeSlotContent"
296
+ }
297
+ ]
298
+ },
299
+ "maxItems": 1,
300
+ "type": "array"
301
+ },
302
+ "name": {
303
+ "const": "low",
304
+ "description": "Name of the slot",
305
+ "type": "string"
306
+ }
307
+ },
308
+ "type": "object"
309
+ },
310
+ "NumericSlotContent": {
311
+ "properties": {
312
+ "aggregationFunc": {
313
+ "description": "Aggregation function. It can be used with a \"numeric\" column type, and with some limitations with \"hierarchy\" and \"datetime\" column types.",
314
+ "enum": [
315
+ "average",
316
+ "count",
317
+ "cumulativesum",
318
+ "distinctcount",
319
+ "histogram",
320
+ "max",
321
+ "median",
322
+ "min",
323
+ "rate",
324
+ "stddev",
325
+ "sum",
326
+ "weightedaverage"
327
+ ],
328
+ "type": "string"
329
+ },
330
+ "aggregationWeight": {
331
+ "description": "Aggregation weight. It can be used with a \"numeric\" column type.",
332
+ "properties": {
333
+ "columnId": {
334
+ "description": "Column id",
335
+ "format": "uuid",
336
+ "type": "string"
337
+ },
338
+ "columnSubType": {
339
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/ColumnSubtype",
340
+ "description": "Column subtype"
341
+ },
342
+ "datasetId": {
343
+ "description": "Dataset id",
344
+ "format": "uuid",
345
+ "type": "string"
346
+ }
347
+ },
348
+ "type": "object"
349
+ },
350
+ "bins": {
351
+ "description": "Bin definition. It can be used when a \"numeric\" column is used as a category.",
352
+ "properties": {
353
+ "enabled": {
354
+ "description": "Enable or disable binning",
355
+ "type": "boolean"
356
+ },
357
+ "number": {
358
+ "description": "Defines the range of the bins",
359
+ "type": "number"
360
+ }
361
+ },
362
+ "type": "object"
363
+ },
364
+ "color": {
365
+ "description": "Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.",
366
+ "type": [
367
+ "null",
368
+ "string"
369
+ ]
370
+ },
371
+ "columnId": {
372
+ "description": "Column id",
373
+ "format": "uuid",
374
+ "type": "string"
375
+ },
376
+ "currency": {
377
+ "description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
378
+ "type": [
379
+ "null",
380
+ "string"
381
+ ]
382
+ },
383
+ "datasetId": {
384
+ "description": "Dataset id",
385
+ "format": "uuid",
386
+ "type": "string"
387
+ },
388
+ "duration": {
389
+ "description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
390
+ "properties": {
391
+ "format": {
392
+ "description": "Duration format",
393
+ "enum": [
394
+ "long",
395
+ "short",
396
+ "time"
397
+ ],
398
+ "type": "string"
399
+ },
400
+ "levels": {
401
+ "description": "Duration levels used",
402
+ "items": {
403
+ "type": "number"
404
+ },
405
+ "type": "array"
406
+ }
407
+ },
408
+ "type": "object"
409
+ },
410
+ "format": {
411
+ "description": "D3 format, it is used for \"numeric\" formatting (https://observablehq.com/@d3/d3-format), for \"datetime\" formatting (https://d3js.org/d3-time-format).\nIt can also be used for \"hierarchy\" formatting but when it's used in the measure slot.",
412
+ "type": "string"
413
+ },
414
+ "formula": {
415
+ "description": "A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
416
+ "type": "string"
417
+ },
418
+ "grandTotals": {
419
+ "description": "Enable or disable grand totals, they're only used in Pivot table",
420
+ "properties": {
421
+ "enabled": {
422
+ "type": "boolean"
423
+ }
424
+ },
425
+ "type": "object"
426
+ },
427
+ "label": {
428
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
429
+ "type": "object"
430
+ },
431
+ "periodOverPeriod": {
432
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/PeriodOverPeriod",
433
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
434
+ },
435
+ "subtype": {
436
+ "anyOf": [
437
+ {
438
+ "enum": [
439
+ "coordinates",
440
+ "currency",
441
+ "date",
442
+ "datetime",
443
+ "duration",
444
+ "hierarchy_element_expression",
445
+ "topography"
446
+ ],
447
+ "type": "string"
448
+ },
449
+ {
450
+ "type": "null"
451
+ }
452
+ ],
453
+ "description": "Column subtype"
454
+ },
455
+ "type": {
456
+ "const": "numeric",
457
+ "description": "\"numeric\" column / formula type",
458
+ "type": "string"
459
+ }
460
+ },
461
+ "type": "object"
462
+ },
463
+ "OpenSlot": {
464
+ "description": "Open slot definition of the OHLC chart",
465
+ "properties": {
466
+ "content": {
467
+ "description": "Open slot definition, it can contain numeric data",
468
+ "items": {
469
+ "anyOf": [
470
+ {
471
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/NumericSlotContent"
472
+ },
473
+ {
474
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/HierarchySlotContent"
475
+ },
476
+ {
477
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/DateTimeSlotContent"
478
+ }
479
+ ]
480
+ },
481
+ "maxItems": 1,
482
+ "type": "array"
483
+ },
484
+ "name": {
485
+ "const": "open",
486
+ "description": "Name of the slot",
487
+ "type": "string"
488
+ }
489
+ },
490
+ "type": "object"
491
+ },
492
+ "PeriodOverPeriod": {
493
+ "properties": {
494
+ "level": {
495
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
496
+ "type": "number"
497
+ },
498
+ "periodToDate": {
499
+ "description": "Turn ON/OFF period to date comparison",
500
+ "type": "boolean"
501
+ },
502
+ "quantity": {
503
+ "description": "Number of periods",
504
+ "type": "number"
505
+ },
506
+ "type": {
507
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/PeriodOverPeriodType",
508
+ "description": "Period over period comparison type"
509
+ }
510
+ },
511
+ "type": "object"
512
+ },
513
+ "PeriodOverPeriodType": {
514
+ "description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'percentageChange' - percentage change comparison to the past",
515
+ "enum": [
516
+ "none",
517
+ "past",
518
+ "percentageChange"
519
+ ],
520
+ "type": "string"
521
+ },
522
+ "XAxisSlot": {
523
+ "description": "Category slot definition of the OHLC chart",
524
+ "properties": {
525
+ "content": {
526
+ "description": "X-axis slot definition, it can contain time series data (datetime, hierarchy and numeric are also supported.)",
527
+ "items": {
528
+ "anyOf": [
529
+ {
530
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/NumericSlotContent"
531
+ },
532
+ {
533
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/HierarchySlotContent"
534
+ },
535
+ {
536
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/DateTimeSlotContent"
537
+ }
538
+ ]
539
+ },
540
+ "maxItems": 1,
541
+ "type": "array"
542
+ },
543
+ "name": {
544
+ "const": "x-axis",
545
+ "description": "Name of the slot",
546
+ "type": "string"
547
+ }
548
+ },
549
+ "type": "object"
550
+ }
551
+ },
552
+ "description": "Data definition of the Ohlc chart",
553
+ "items": {
554
+ "anyOf": [
555
+ {
556
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/OpenSlot"
557
+ },
558
+ {
559
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/HighSlot"
560
+ },
561
+ {
562
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/LowSlot"
563
+ },
564
+ {
565
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/CloseSlot"
566
+ },
567
+ {
568
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json#/definitions/XAxisSlot"
569
+ }
570
+ ]
571
+ },
572
+ "maxItems": 5,
573
+ "type": "array"
574
+ }
575
+
576
+ ;
577
+
578
+ export default _default;
@@ -0,0 +1,23 @@
1
+ declare const _default: {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart.schema.json",
4
+ "type": "object",
5
+ "description": "Ohlc Chart item",
6
+ "properties": {
7
+ "type": {
8
+ "description": "Type of the item",
9
+ "type": "string",
10
+ "const": "ohlc-chart"
11
+ },
12
+ "options": {
13
+ "description": "Options of the Ohlc Chart item",
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-options.schema.json"
15
+ },
16
+ "slots": {
17
+ "description": "Data definition of the Ohlc Chart item",
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json"
19
+ }
20
+ }
21
+ };
22
+
23
+ export default _default;
@@ -97,6 +97,21 @@ declare const _default: {
97
97
  },
98
98
  {
99
99
  "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/spike-map-options.schema.json"
100
+ },
101
+ {
102
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-options.schema.json"
103
+ },
104
+ {
105
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sunburst-chart-options.schema.json"
106
+ },
107
+ {
108
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-options.schema.json"
109
+ },
110
+ {
111
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/treemap-chart-options.schema.json"
112
+ },
113
+ {
114
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/heat-table-options.schema.json"
100
115
  }
101
116
  ]
102
117
  };