@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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  All notable changes to this project will be documented in this file.
2
2
 
3
+ ## [1.0.6] - 2024-11-22
4
+
5
+ ### Updates
6
+
7
+ - New JSON schemas and types for dashboard contents
8
+
9
+ ## [1.0.5] - 2024-11-18
10
+
11
+ ### Updates
12
+
13
+ - Expose slot configs for charts
14
+
3
15
  ## [1.0.4] - 2024-11-14
4
16
 
5
17
  ### Updates
@@ -1056,11 +1056,11 @@ declare const _default: {
1056
1056
  "type": "number"
1057
1057
  },
1058
1058
  "type": {
1059
- "description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
1059
+ "description": "Period over period comparison type",
1060
1060
  "enum": [
1061
- "change",
1062
1061
  "none",
1063
- "past"
1062
+ "past",
1063
+ "percentageChange"
1064
1064
  ],
1065
1065
  "type": "string"
1066
1066
  }
@@ -1168,7 +1168,7 @@ declare const _default: {
1168
1168
  "type": "string"
1169
1169
  },
1170
1170
  "legend": {
1171
- "description": "Legend options",
1171
+ "description": "Legend options, they are applied if the legend is displayed",
1172
1172
  "properties": {
1173
1173
  "position": {
1174
1174
  "description": "Position of the legend. Only available when the legend is shown.",
@@ -1337,7 +1337,7 @@ declare const _default: {
1337
1337
  "description": "Custom border styling",
1338
1338
  "properties": {
1339
1339
  "border-bottom-width": {
1340
- "description": "Border bottom width",
1340
+ "description": "Border bottom width, it is visible when a border style and color are set",
1341
1341
  "examples": [
1342
1342
  "0px",
1343
1343
  "1px",
@@ -1346,7 +1346,7 @@ declare const _default: {
1346
1346
  "type": "string"
1347
1347
  },
1348
1348
  "border-color": {
1349
- "description": "Border color",
1349
+ "description": "Border color, it is visible when a border style and width are set",
1350
1350
  "examples": [
1351
1351
  "rgba(216, 216, 216, 1)",
1352
1352
  "rgb(147, 146, 148)"
@@ -1354,7 +1354,7 @@ declare const _default: {
1354
1354
  "type": "string"
1355
1355
  },
1356
1356
  "border-left-width": {
1357
- "description": "Border left width",
1357
+ "description": "Border left width, it is visible when a border style and color are set",
1358
1358
  "examples": [
1359
1359
  "0px",
1360
1360
  "1px",
@@ -1372,7 +1372,7 @@ declare const _default: {
1372
1372
  "type": "string"
1373
1373
  },
1374
1374
  "border-right-width": {
1375
- "description": "Border right width",
1375
+ "description": "Border right width, it is visible when a border style and color are set",
1376
1376
  "examples": [
1377
1377
  "0px",
1378
1378
  "1px",
@@ -1381,7 +1381,7 @@ declare const _default: {
1381
1381
  "type": "string"
1382
1382
  },
1383
1383
  "border-style": {
1384
- "description": "Border style",
1384
+ "description": "Border style, it is visible when a border color and width are set",
1385
1385
  "examples": [
1386
1386
  "none",
1387
1387
  "solid",
@@ -1391,7 +1391,7 @@ declare const _default: {
1391
1391
  "type": "string"
1392
1392
  },
1393
1393
  "border-top-width": {
1394
- "description": "Border top width",
1394
+ "description": "Border top width, it is visible when a border style and color are set",
1395
1395
  "examples": [
1396
1396
  "0px",
1397
1397
  "1px",
@@ -1433,12 +1433,15 @@ declare const _default: {
1433
1433
  "type": "object"
1434
1434
  },
1435
1435
  "colors": {
1436
- "description": "Custom color palette",
1436
+ "description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
1437
1437
  "examples": [
1438
1438
  [
1439
- "rgb(68, 52, 255)",
1440
- "rgb(68, 52, 255)",
1441
- "rgb(218, 214, 255)"
1439
+ "red",
1440
+ "green",
1441
+ "blue",
1442
+ "yellow",
1443
+ "orange",
1444
+ "purple"
1442
1445
  ]
1443
1446
  ],
1444
1447
  "items": {
@@ -1449,19 +1452,6 @@ declare const _default: {
1449
1452
  "font": {
1450
1453
  "description": "Custom font styling",
1451
1454
  "properties": {
1452
- "font-style": {
1453
- "const": "normal",
1454
- "description": "Use it to reset the font style to \"normal\"",
1455
- "type": "string"
1456
- },
1457
- "font-weight": {
1458
- "description": "Font weight",
1459
- "examples": [
1460
- 400,
1461
- 700
1462
- ],
1463
- "type": "number"
1464
- },
1465
1455
  "fontFamily": {
1466
1456
  "description": "Font family",
1467
1457
  "examples": [
@@ -1474,7 +1464,7 @@ declare const _default: {
1474
1464
  "type": "string"
1475
1465
  },
1476
1466
  "fontSize": {
1477
- "description": "Font size in px",
1467
+ "description": "Font size in px, if not set, it will be inherited from the theme. It can be overridden if more specific \"fontSize\" is set, for example, \"fontSize\" inside options like \"title\", \"axis\", \"legend\", \"tooltip\", etc.",
1478
1468
  "examples": [
1479
1469
  10,
1480
1470
  15,
@@ -1503,10 +1493,10 @@ declare const _default: {
1503
1493
  "type": "string"
1504
1494
  },
1505
1495
  "legend": {
1506
- "description": "Custom legend styling",
1496
+ "description": "Custom legend styling, it's applied if the legend is displayed",
1507
1497
  "properties": {
1508
1498
  "fontSize": {
1509
- "description": "Legend font size in px",
1499
+ "description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1510
1500
  "examples": [
1511
1501
  12,
1512
1502
  16
@@ -1540,7 +1530,7 @@ declare const _default: {
1540
1530
  "type": "object"
1541
1531
  },
1542
1532
  "title": {
1543
- "description": "Custom title styling",
1533
+ "description": "Custom title styling, it's applied if the title is displayed",
1544
1534
  "properties": {
1545
1535
  "align": {
1546
1536
  "description": "Title align",
@@ -1573,7 +1563,7 @@ declare const _default: {
1573
1563
  "type": "boolean"
1574
1564
  },
1575
1565
  "fontSize": {
1576
- "description": "Title's font size in px",
1566
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1577
1567
  "examples": [
1578
1568
  16,
1579
1569
  20
@@ -1609,7 +1599,7 @@ declare const _default: {
1609
1599
  "type": "object"
1610
1600
  },
1611
1601
  "tooltip": {
1612
- "description": "Custom tooltip styling",
1602
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
1613
1603
  "properties": {
1614
1604
  "background": {
1615
1605
  "description": "Tooltip's background",
@@ -1622,16 +1612,7 @@ declare const _default: {
1622
1612
  "type": "string"
1623
1613
  },
1624
1614
  "fontSize": {
1625
- "description": "Tooltip's font size in px",
1626
- "examples": [
1627
- 12,
1628
- 16,
1629
- 20
1630
- ],
1631
- "type": "number"
1632
- },
1633
- "lineHeight": {
1634
- "description": "Tooltip's line height in px",
1615
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1635
1616
  "examples": [
1636
1617
  12,
1637
1618
  16,
@@ -1640,7 +1621,7 @@ declare const _default: {
1640
1621
  "type": "number"
1641
1622
  },
1642
1623
  "opacity": {
1643
- "description": "Tooltip's opacity",
1624
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
1644
1625
  "examples": [
1645
1626
  0.5,
1646
1627
  0.8,
@@ -1670,7 +1651,7 @@ declare const _default: {
1670
1651
  "type": "string"
1671
1652
  },
1672
1653
  "title": {
1673
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1654
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
1674
1655
  "examples": [
1675
1656
  {
1676
1657
  "en": "Title"
@@ -1681,6 +1662,7 @@ declare const _default: {
1681
1662
  },
1682
1663
  "type": "object"
1683
1664
  }
1665
+
1684
1666
  ;
1685
1667
 
1686
1668
  export default _default;
@@ -98,31 +98,8 @@ declare const _default: {
98
98
  "type": "string"
99
99
  },
100
100
  "periodOverPeriod": {
101
- "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
102
- "properties": {
103
- "level": {
104
- "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
105
- "type": "number"
106
- },
107
- "periodToDate": {
108
- "description": "Turn ON/OFF period to date comparison",
109
- "type": "boolean"
110
- },
111
- "quantity": {
112
- "description": "Number of periods",
113
- "type": "number"
114
- },
115
- "type": {
116
- "description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
117
- "enum": [
118
- "change",
119
- "none",
120
- "past"
121
- ],
122
- "type": "string"
123
- }
124
- },
125
- "type": "object"
101
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/PeriodOverPeriod",
102
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
126
103
  },
127
104
  "subtype": {
128
105
  "description": "There's no subtype for \"datetime\", it can be null or omitted",
@@ -212,31 +189,8 @@ declare const _default: {
212
189
  ]
213
190
  },
214
191
  "periodOverPeriod": {
215
- "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
216
- "properties": {
217
- "level": {
218
- "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
219
- "type": "number"
220
- },
221
- "periodToDate": {
222
- "description": "Turn ON/OFF period to date comparison",
223
- "type": "boolean"
224
- },
225
- "quantity": {
226
- "description": "Number of periods",
227
- "type": "number"
228
- },
229
- "type": {
230
- "description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
231
- "enum": [
232
- "change",
233
- "none",
234
- "past"
235
- ],
236
- "type": "string"
237
- }
238
- },
239
- "type": "object"
192
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/PeriodOverPeriod",
193
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
240
194
  },
241
195
  "subtype": {
242
196
  "anyOf": [
@@ -445,31 +399,8 @@ declare const _default: {
445
399
  "type": "object"
446
400
  },
447
401
  "periodOverPeriod": {
448
- "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
449
- "properties": {
450
- "level": {
451
- "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
452
- "type": "number"
453
- },
454
- "periodToDate": {
455
- "description": "Turn ON/OFF period to date comparison",
456
- "type": "boolean"
457
- },
458
- "quantity": {
459
- "description": "Number of periods",
460
- "type": "number"
461
- },
462
- "type": {
463
- "description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
464
- "enum": [
465
- "change",
466
- "none",
467
- "past"
468
- ],
469
- "type": "string"
470
- }
471
- },
472
- "type": "object"
402
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/PeriodOverPeriod",
403
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
473
404
  },
474
405
  "subtype": {
475
406
  "anyOf": [
@@ -499,6 +430,36 @@ declare const _default: {
499
430
  },
500
431
  "type": "object"
501
432
  },
433
+ "PeriodOverPeriod": {
434
+ "properties": {
435
+ "level": {
436
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
437
+ "type": "number"
438
+ },
439
+ "periodToDate": {
440
+ "description": "Turn ON/OFF period to date comparison",
441
+ "type": "boolean"
442
+ },
443
+ "quantity": {
444
+ "description": "Number of periods",
445
+ "type": "number"
446
+ },
447
+ "type": {
448
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/PeriodOverPeriodType",
449
+ "description": "Period over period comparison type"
450
+ }
451
+ },
452
+ "type": "object"
453
+ },
454
+ "PeriodOverPeriodType": {
455
+ "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",
456
+ "enum": [
457
+ "none",
458
+ "past",
459
+ "percentageChange"
460
+ ],
461
+ "type": "string"
462
+ },
502
463
  "XAxisSlot": {
503
464
  "description": "Category slot definition of the area chart. This defines the areas on the Y-axis.",
504
465
  "properties": {
@@ -3116,11 +3116,11 @@ declare const _default: {
3116
3116
  "type": "number"
3117
3117
  },
3118
3118
  "type": {
3119
- "description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
3119
+ "description": "Period over period comparison type",
3120
3120
  "enum": [
3121
- "change",
3122
3121
  "none",
3123
- "past"
3122
+ "past",
3123
+ "percentageChange"
3124
3124
  ],
3125
3125
  "type": "string"
3126
3126
  }
@@ -3222,7 +3222,7 @@ declare const _default: {
3222
3222
  "type": "object"
3223
3223
  },
3224
3224
  "legend": {
3225
- "description": "Legend options",
3225
+ "description": "Legend options, they are applied if the legend is displayed",
3226
3226
  "properties": {
3227
3227
  "position": {
3228
3228
  "description": "Position of the legend. Only available when the legend is shown.",
@@ -3481,7 +3481,7 @@ declare const _default: {
3481
3481
  "description": "Custom border styling",
3482
3482
  "properties": {
3483
3483
  "border-bottom-width": {
3484
- "description": "Border bottom width",
3484
+ "description": "Border bottom width, it is visible when a border style and color are set",
3485
3485
  "examples": [
3486
3486
  "0px",
3487
3487
  "1px",
@@ -3490,7 +3490,7 @@ declare const _default: {
3490
3490
  "type": "string"
3491
3491
  },
3492
3492
  "border-color": {
3493
- "description": "Border color",
3493
+ "description": "Border color, it is visible when a border style and width are set",
3494
3494
  "examples": [
3495
3495
  "rgba(216, 216, 216, 1)",
3496
3496
  "rgb(147, 146, 148)"
@@ -3498,7 +3498,7 @@ declare const _default: {
3498
3498
  "type": "string"
3499
3499
  },
3500
3500
  "border-left-width": {
3501
- "description": "Border left width",
3501
+ "description": "Border left width, it is visible when a border style and color are set",
3502
3502
  "examples": [
3503
3503
  "0px",
3504
3504
  "1px",
@@ -3516,7 +3516,7 @@ declare const _default: {
3516
3516
  "type": "string"
3517
3517
  },
3518
3518
  "border-right-width": {
3519
- "description": "Border right width",
3519
+ "description": "Border right width, it is visible when a border style and color are set",
3520
3520
  "examples": [
3521
3521
  "0px",
3522
3522
  "1px",
@@ -3525,7 +3525,7 @@ declare const _default: {
3525
3525
  "type": "string"
3526
3526
  },
3527
3527
  "border-style": {
3528
- "description": "Border style",
3528
+ "description": "Border style, it is visible when a border color and width are set",
3529
3529
  "examples": [
3530
3530
  "none",
3531
3531
  "solid",
@@ -3535,7 +3535,7 @@ declare const _default: {
3535
3535
  "type": "string"
3536
3536
  },
3537
3537
  "border-top-width": {
3538
- "description": "Border top width",
3538
+ "description": "Border top width, it is visible when a border style and color are set",
3539
3539
  "examples": [
3540
3540
  "0px",
3541
3541
  "1px",
@@ -3577,12 +3577,15 @@ declare const _default: {
3577
3577
  "type": "object"
3578
3578
  },
3579
3579
  "colors": {
3580
- "description": "Custom color palette",
3580
+ "description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
3581
3581
  "examples": [
3582
3582
  [
3583
- "rgb(68, 52, 255)",
3584
- "rgb(68, 52, 255)",
3585
- "rgb(218, 214, 255)"
3583
+ "red",
3584
+ "green",
3585
+ "blue",
3586
+ "yellow",
3587
+ "orange",
3588
+ "purple"
3586
3589
  ]
3587
3590
  ],
3588
3591
  "items": {
@@ -3593,19 +3596,6 @@ declare const _default: {
3593
3596
  "font": {
3594
3597
  "description": "Custom font styling",
3595
3598
  "properties": {
3596
- "font-style": {
3597
- "const": "normal",
3598
- "description": "Use it to reset the font style to \"normal\"",
3599
- "type": "string"
3600
- },
3601
- "font-weight": {
3602
- "description": "Font weight",
3603
- "examples": [
3604
- 400,
3605
- 700
3606
- ],
3607
- "type": "number"
3608
- },
3609
3599
  "fontFamily": {
3610
3600
  "description": "Font family",
3611
3601
  "examples": [
@@ -3618,7 +3608,7 @@ declare const _default: {
3618
3608
  "type": "string"
3619
3609
  },
3620
3610
  "fontSize": {
3621
- "description": "Font size in px",
3611
+ "description": "Font size in px, if not set, it will be inherited from the theme. It can be overridden if more specific \"fontSize\" is set, for example, \"fontSize\" inside options like \"title\", \"axis\", \"legend\", \"tooltip\", etc.",
3622
3612
  "examples": [
3623
3613
  10,
3624
3614
  15,
@@ -3647,10 +3637,10 @@ declare const _default: {
3647
3637
  "type": "string"
3648
3638
  },
3649
3639
  "legend": {
3650
- "description": "Custom legend styling",
3640
+ "description": "Custom legend styling, it's applied if the legend is displayed",
3651
3641
  "properties": {
3652
3642
  "fontSize": {
3653
- "description": "Legend font size in px",
3643
+ "description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
3654
3644
  "examples": [
3655
3645
  12,
3656
3646
  16
@@ -3684,7 +3674,7 @@ declare const _default: {
3684
3674
  "type": "object"
3685
3675
  },
3686
3676
  "title": {
3687
- "description": "Custom title styling",
3677
+ "description": "Custom title styling, it's applied if the title is displayed",
3688
3678
  "properties": {
3689
3679
  "align": {
3690
3680
  "description": "Title align",
@@ -3717,7 +3707,7 @@ declare const _default: {
3717
3707
  "type": "boolean"
3718
3708
  },
3719
3709
  "fontSize": {
3720
- "description": "Title's font size in px",
3710
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
3721
3711
  "examples": [
3722
3712
  16,
3723
3713
  20
@@ -3753,7 +3743,7 @@ declare const _default: {
3753
3743
  "type": "object"
3754
3744
  },
3755
3745
  "tooltip": {
3756
- "description": "Custom tooltip styling",
3746
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
3757
3747
  "properties": {
3758
3748
  "background": {
3759
3749
  "description": "Tooltip's background",
@@ -3766,16 +3756,7 @@ declare const _default: {
3766
3756
  "type": "string"
3767
3757
  },
3768
3758
  "fontSize": {
3769
- "description": "Tooltip's font size in px",
3770
- "examples": [
3771
- 12,
3772
- 16,
3773
- 20
3774
- ],
3775
- "type": "number"
3776
- },
3777
- "lineHeight": {
3778
- "description": "Tooltip's line height in px",
3759
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
3779
3760
  "examples": [
3780
3761
  12,
3781
3762
  16,
@@ -3784,7 +3765,7 @@ declare const _default: {
3784
3765
  "type": "number"
3785
3766
  },
3786
3767
  "opacity": {
3787
- "description": "Tooltip's opacity",
3768
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
3788
3769
  "examples": [
3789
3770
  0.5,
3790
3771
  0.8,
@@ -3814,7 +3795,7 @@ declare const _default: {
3814
3795
  "type": "string"
3815
3796
  },
3816
3797
  "title": {
3817
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
3798
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
3818
3799
  "examples": [
3819
3800
  {
3820
3801
  "en": "Title"
@@ -3825,6 +3806,7 @@ declare const _default: {
3825
3806
  },
3826
3807
  "type": "object"
3827
3808
  }
3809
+
3828
3810
  ;
3829
3811
 
3830
3812
  export default _default;