@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
@@ -852,11 +852,11 @@ declare const _default: {
852
852
  "type": "number"
853
853
  },
854
854
  "type": {
855
- "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",
855
+ "description": "Period over period comparison type",
856
856
  "enum": [
857
- "change",
858
857
  "none",
859
- "past"
858
+ "past",
859
+ "percentageChange"
860
860
  ],
861
861
  "type": "string"
862
862
  }
@@ -958,7 +958,7 @@ declare const _default: {
958
958
  "type": "object"
959
959
  },
960
960
  "legend": {
961
- "description": "Legend options",
961
+ "description": "Legend options, they are applied if the legend is displayed",
962
962
  "properties": {
963
963
  "position": {
964
964
  "description": "Position of the legend. Only available when the legend is shown.",
@@ -1197,7 +1197,7 @@ declare const _default: {
1197
1197
  "description": "Custom border styling",
1198
1198
  "properties": {
1199
1199
  "border-bottom-width": {
1200
- "description": "Border bottom width",
1200
+ "description": "Border bottom width, it is visible when a border style and color are set",
1201
1201
  "examples": [
1202
1202
  "0px",
1203
1203
  "1px",
@@ -1206,7 +1206,7 @@ declare const _default: {
1206
1206
  "type": "string"
1207
1207
  },
1208
1208
  "border-color": {
1209
- "description": "Border color",
1209
+ "description": "Border color, it is visible when a border style and width are set",
1210
1210
  "examples": [
1211
1211
  "rgba(216, 216, 216, 1)",
1212
1212
  "rgb(147, 146, 148)"
@@ -1214,7 +1214,7 @@ declare const _default: {
1214
1214
  "type": "string"
1215
1215
  },
1216
1216
  "border-left-width": {
1217
- "description": "Border left width",
1217
+ "description": "Border left width, it is visible when a border style and color are set",
1218
1218
  "examples": [
1219
1219
  "0px",
1220
1220
  "1px",
@@ -1232,7 +1232,7 @@ declare const _default: {
1232
1232
  "type": "string"
1233
1233
  },
1234
1234
  "border-right-width": {
1235
- "description": "Border right width",
1235
+ "description": "Border right width, it is visible when a border style and color are set",
1236
1236
  "examples": [
1237
1237
  "0px",
1238
1238
  "1px",
@@ -1241,7 +1241,7 @@ declare const _default: {
1241
1241
  "type": "string"
1242
1242
  },
1243
1243
  "border-style": {
1244
- "description": "Border style",
1244
+ "description": "Border style, it is visible when a border color and width are set",
1245
1245
  "examples": [
1246
1246
  "none",
1247
1247
  "solid",
@@ -1251,7 +1251,7 @@ declare const _default: {
1251
1251
  "type": "string"
1252
1252
  },
1253
1253
  "border-top-width": {
1254
- "description": "Border top width",
1254
+ "description": "Border top width, it is visible when a border style and color are set",
1255
1255
  "examples": [
1256
1256
  "0px",
1257
1257
  "1px",
@@ -1295,19 +1295,6 @@ declare const _default: {
1295
1295
  "font": {
1296
1296
  "description": "Custom font styling",
1297
1297
  "properties": {
1298
- "font-style": {
1299
- "const": "normal",
1300
- "description": "Use it to reset the font style to \"normal\"",
1301
- "type": "string"
1302
- },
1303
- "font-weight": {
1304
- "description": "Font weight",
1305
- "examples": [
1306
- 400,
1307
- 700
1308
- ],
1309
- "type": "number"
1310
- },
1311
1298
  "fontFamily": {
1312
1299
  "description": "Font family",
1313
1300
  "examples": [
@@ -1320,7 +1307,7 @@ declare const _default: {
1320
1307
  "type": "string"
1321
1308
  },
1322
1309
  "fontSize": {
1323
- "description": "Font size in px",
1310
+ "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.",
1324
1311
  "examples": [
1325
1312
  10,
1326
1313
  15,
@@ -1349,10 +1336,10 @@ declare const _default: {
1349
1336
  "type": "string"
1350
1337
  },
1351
1338
  "legend": {
1352
- "description": "Custom legend styling",
1339
+ "description": "Custom legend styling, it's applied if the legend is displayed",
1353
1340
  "properties": {
1354
1341
  "fontSize": {
1355
- "description": "Legend font size in px",
1342
+ "description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1356
1343
  "examples": [
1357
1344
  12,
1358
1345
  16
@@ -1386,7 +1373,7 @@ declare const _default: {
1386
1373
  "type": "object"
1387
1374
  },
1388
1375
  "title": {
1389
- "description": "Custom title styling",
1376
+ "description": "Custom title styling, it's applied if the title is displayed",
1390
1377
  "properties": {
1391
1378
  "align": {
1392
1379
  "description": "Title align",
@@ -1419,7 +1406,7 @@ declare const _default: {
1419
1406
  "type": "boolean"
1420
1407
  },
1421
1408
  "fontSize": {
1422
- "description": "Title's font size in px",
1409
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1423
1410
  "examples": [
1424
1411
  16,
1425
1412
  20
@@ -1455,7 +1442,7 @@ declare const _default: {
1455
1442
  "type": "object"
1456
1443
  },
1457
1444
  "tooltip": {
1458
- "description": "Custom tooltip styling",
1445
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
1459
1446
  "properties": {
1460
1447
  "background": {
1461
1448
  "description": "Tooltip's background",
@@ -1468,16 +1455,7 @@ declare const _default: {
1468
1455
  "type": "string"
1469
1456
  },
1470
1457
  "fontSize": {
1471
- "description": "Tooltip's font size in px",
1472
- "examples": [
1473
- 12,
1474
- 16,
1475
- 20
1476
- ],
1477
- "type": "number"
1478
- },
1479
- "lineHeight": {
1480
- "description": "Tooltip's line height in px",
1458
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1481
1459
  "examples": [
1482
1460
  12,
1483
1461
  16,
@@ -1486,7 +1464,7 @@ declare const _default: {
1486
1464
  "type": "number"
1487
1465
  },
1488
1466
  "opacity": {
1489
- "description": "Tooltip's opacity",
1467
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
1490
1468
  "examples": [
1491
1469
  0.5,
1492
1470
  0.8,
@@ -1616,7 +1594,7 @@ declare const _default: {
1616
1594
  "type": "string"
1617
1595
  },
1618
1596
  "title": {
1619
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1597
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
1620
1598
  "examples": [
1621
1599
  {
1622
1600
  "en": "Title"
@@ -1729,6 +1707,7 @@ declare const _default: {
1729
1707
  },
1730
1708
  "type": "object"
1731
1709
  }
1710
+
1732
1711
  ;
1733
1712
 
1734
1713
  export default _default;
@@ -124,31 +124,8 @@ declare const _default: {
124
124
  "type": "string"
125
125
  },
126
126
  "periodOverPeriod": {
127
- "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
128
- "properties": {
129
- "level": {
130
- "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
131
- "type": "number"
132
- },
133
- "periodToDate": {
134
- "description": "Turn ON/OFF period to date comparison",
135
- "type": "boolean"
136
- },
137
- "quantity": {
138
- "description": "Number of periods",
139
- "type": "number"
140
- },
141
- "type": {
142
- "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",
143
- "enum": [
144
- "change",
145
- "none",
146
- "past"
147
- ],
148
- "type": "string"
149
- }
150
- },
151
- "type": "object"
127
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json#/definitions/PeriodOverPeriod",
128
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
152
129
  },
153
130
  "subtype": {
154
131
  "description": "There's no subtype for \"datetime\", it can be null or omitted",
@@ -257,31 +234,8 @@ declare const _default: {
257
234
  ]
258
235
  },
259
236
  "periodOverPeriod": {
260
- "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
261
- "properties": {
262
- "level": {
263
- "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
264
- "type": "number"
265
- },
266
- "periodToDate": {
267
- "description": "Turn ON/OFF period to date comparison",
268
- "type": "boolean"
269
- },
270
- "quantity": {
271
- "description": "Number of periods",
272
- "type": "number"
273
- },
274
- "type": {
275
- "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",
276
- "enum": [
277
- "change",
278
- "none",
279
- "past"
280
- ],
281
- "type": "string"
282
- }
283
- },
284
- "type": "object"
237
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json#/definitions/PeriodOverPeriod",
238
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
285
239
  },
286
240
  "subtype": {
287
241
  "anyOf": [
@@ -462,31 +416,8 @@ declare const _default: {
462
416
  "type": "object"
463
417
  },
464
418
  "periodOverPeriod": {
465
- "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
466
- "properties": {
467
- "level": {
468
- "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
469
- "type": "number"
470
- },
471
- "periodToDate": {
472
- "description": "Turn ON/OFF period to date comparison",
473
- "type": "boolean"
474
- },
475
- "quantity": {
476
- "description": "Number of periods",
477
- "type": "number"
478
- },
479
- "type": {
480
- "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",
481
- "enum": [
482
- "change",
483
- "none",
484
- "past"
485
- ],
486
- "type": "string"
487
- }
488
- },
489
- "type": "object"
419
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json#/definitions/PeriodOverPeriod",
420
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
490
421
  },
491
422
  "subtype": {
492
423
  "anyOf": [
@@ -516,6 +447,36 @@ declare const _default: {
516
447
  },
517
448
  "type": "object"
518
449
  },
450
+ "PeriodOverPeriod": {
451
+ "properties": {
452
+ "level": {
453
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
454
+ "type": "number"
455
+ },
456
+ "periodToDate": {
457
+ "description": "Turn ON/OFF period to date comparison",
458
+ "type": "boolean"
459
+ },
460
+ "quantity": {
461
+ "description": "Number of periods",
462
+ "type": "number"
463
+ },
464
+ "type": {
465
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json#/definitions/PeriodOverPeriodType",
466
+ "description": "Period over period comparison type"
467
+ }
468
+ },
469
+ "type": "object"
470
+ },
471
+ "PeriodOverPeriodType": {
472
+ "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",
473
+ "enum": [
474
+ "none",
475
+ "past",
476
+ "percentageChange"
477
+ ],
478
+ "type": "string"
479
+ },
519
480
  "SpatialSlotContent": {
520
481
  "properties": {
521
482
  "color": {
@@ -795,11 +795,11 @@ declare const _default: {
795
795
  "type": "number"
796
796
  },
797
797
  "type": {
798
- "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",
798
+ "description": "Period over period comparison type",
799
799
  "enum": [
800
- "change",
801
800
  "none",
802
- "past"
801
+ "past",
802
+ "percentageChange"
803
803
  ],
804
804
  "type": "string"
805
805
  }
@@ -1009,7 +1009,7 @@ declare const _default: {
1009
1009
  "description": "Custom border styling",
1010
1010
  "properties": {
1011
1011
  "border-bottom-width": {
1012
- "description": "Border bottom width",
1012
+ "description": "Border bottom width, it is visible when a border style and color are set",
1013
1013
  "examples": [
1014
1014
  "0px",
1015
1015
  "1px",
@@ -1018,7 +1018,7 @@ declare const _default: {
1018
1018
  "type": "string"
1019
1019
  },
1020
1020
  "border-color": {
1021
- "description": "Border color",
1021
+ "description": "Border color, it is visible when a border style and width are set",
1022
1022
  "examples": [
1023
1023
  "rgba(216, 216, 216, 1)",
1024
1024
  "rgb(147, 146, 148)"
@@ -1026,7 +1026,7 @@ declare const _default: {
1026
1026
  "type": "string"
1027
1027
  },
1028
1028
  "border-left-width": {
1029
- "description": "Border left width",
1029
+ "description": "Border left width, it is visible when a border style and color are set",
1030
1030
  "examples": [
1031
1031
  "0px",
1032
1032
  "1px",
@@ -1044,7 +1044,7 @@ declare const _default: {
1044
1044
  "type": "string"
1045
1045
  },
1046
1046
  "border-right-width": {
1047
- "description": "Border right width",
1047
+ "description": "Border right width, it is visible when a border style and color are set",
1048
1048
  "examples": [
1049
1049
  "0px",
1050
1050
  "1px",
@@ -1053,7 +1053,7 @@ declare const _default: {
1053
1053
  "type": "string"
1054
1054
  },
1055
1055
  "border-style": {
1056
- "description": "Border style",
1056
+ "description": "Border style, it is visible when a border color and width are set",
1057
1057
  "examples": [
1058
1058
  "none",
1059
1059
  "solid",
@@ -1063,7 +1063,7 @@ declare const _default: {
1063
1063
  "type": "string"
1064
1064
  },
1065
1065
  "border-top-width": {
1066
- "description": "Border top width",
1066
+ "description": "Border top width, it is visible when a border style and color are set",
1067
1067
  "examples": [
1068
1068
  "0px",
1069
1069
  "1px",
@@ -1105,12 +1105,15 @@ declare const _default: {
1105
1105
  "type": "object"
1106
1106
  },
1107
1107
  "colors": {
1108
- "description": "Custom color palette",
1108
+ "description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
1109
1109
  "examples": [
1110
1110
  [
1111
- "rgb(68, 52, 255)",
1112
- "rgb(68, 52, 255)",
1113
- "rgb(218, 214, 255)"
1111
+ "red",
1112
+ "green",
1113
+ "blue",
1114
+ "yellow",
1115
+ "orange",
1116
+ "purple"
1114
1117
  ]
1115
1118
  ],
1116
1119
  "items": {
@@ -1121,19 +1124,6 @@ declare const _default: {
1121
1124
  "font": {
1122
1125
  "description": "Custom font styling",
1123
1126
  "properties": {
1124
- "font-style": {
1125
- "const": "normal",
1126
- "description": "Use it to reset the font style to \"normal\"",
1127
- "type": "string"
1128
- },
1129
- "font-weight": {
1130
- "description": "Font weight",
1131
- "examples": [
1132
- 400,
1133
- 700
1134
- ],
1135
- "type": "number"
1136
- },
1137
1127
  "fontFamily": {
1138
1128
  "description": "Font family",
1139
1129
  "examples": [
@@ -1146,7 +1136,7 @@ declare const _default: {
1146
1136
  "type": "string"
1147
1137
  },
1148
1138
  "fontSize": {
1149
- "description": "Font size in px",
1139
+ "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.",
1150
1140
  "examples": [
1151
1141
  10,
1152
1142
  15,
@@ -1175,7 +1165,7 @@ declare const _default: {
1175
1165
  "type": "string"
1176
1166
  },
1177
1167
  "title": {
1178
- "description": "Custom title styling",
1168
+ "description": "Custom title styling, it's applied if the title is displayed",
1179
1169
  "properties": {
1180
1170
  "align": {
1181
1171
  "description": "Title align",
@@ -1208,7 +1198,7 @@ declare const _default: {
1208
1198
  "type": "boolean"
1209
1199
  },
1210
1200
  "fontSize": {
1211
- "description": "Title's font size in px",
1201
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1212
1202
  "examples": [
1213
1203
  16,
1214
1204
  20
@@ -1244,7 +1234,7 @@ declare const _default: {
1244
1234
  "type": "object"
1245
1235
  },
1246
1236
  "tooltip": {
1247
- "description": "Custom tooltip styling",
1237
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
1248
1238
  "properties": {
1249
1239
  "background": {
1250
1240
  "description": "Tooltip's background",
@@ -1257,16 +1247,7 @@ declare const _default: {
1257
1247
  "type": "string"
1258
1248
  },
1259
1249
  "fontSize": {
1260
- "description": "Tooltip's font size in px",
1261
- "examples": [
1262
- 12,
1263
- 16,
1264
- 20
1265
- ],
1266
- "type": "number"
1267
- },
1268
- "lineHeight": {
1269
- "description": "Tooltip's line height in px",
1250
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1270
1251
  "examples": [
1271
1252
  12,
1272
1253
  16,
@@ -1275,7 +1256,7 @@ declare const _default: {
1275
1256
  "type": "number"
1276
1257
  },
1277
1258
  "opacity": {
1278
- "description": "Tooltip's opacity",
1259
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
1279
1260
  "examples": [
1280
1261
  0.5,
1281
1262
  0.8,
@@ -1305,7 +1286,7 @@ declare const _default: {
1305
1286
  "type": "string"
1306
1287
  },
1307
1288
  "title": {
1308
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1289
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
1309
1290
  "examples": [
1310
1291
  {
1311
1292
  "en": "Title"
@@ -1316,6 +1297,7 @@ declare const _default: {
1316
1297
  },
1317
1298
  "type": "object"
1318
1299
  }
1300
+
1319
1301
  ;
1320
1302
 
1321
1303
  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/circular-gauge-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/circular-gauge-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": [
@@ -417,31 +371,8 @@ declare const _default: {
417
371
  "type": "object"
418
372
  },
419
373
  "periodOverPeriod": {
420
- "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
421
- "properties": {
422
- "level": {
423
- "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
424
- "type": "number"
425
- },
426
- "periodToDate": {
427
- "description": "Turn ON/OFF period to date comparison",
428
- "type": "boolean"
429
- },
430
- "quantity": {
431
- "description": "Number of periods",
432
- "type": "number"
433
- },
434
- "type": {
435
- "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",
436
- "enum": [
437
- "change",
438
- "none",
439
- "past"
440
- ],
441
- "type": "string"
442
- }
443
- },
444
- "type": "object"
374
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-slots.schema.json#/definitions/PeriodOverPeriod",
375
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
445
376
  },
446
377
  "subtype": {
447
378
  "anyOf": [
@@ -471,6 +402,36 @@ declare const _default: {
471
402
  },
472
403
  "type": "object"
473
404
  },
405
+ "PeriodOverPeriod": {
406
+ "properties": {
407
+ "level": {
408
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
409
+ "type": "number"
410
+ },
411
+ "periodToDate": {
412
+ "description": "Turn ON/OFF period to date comparison",
413
+ "type": "boolean"
414
+ },
415
+ "quantity": {
416
+ "description": "Number of periods",
417
+ "type": "number"
418
+ },
419
+ "type": {
420
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-slots.schema.json#/definitions/PeriodOverPeriodType",
421
+ "description": "Period over period comparison type"
422
+ }
423
+ },
424
+ "type": "object"
425
+ },
426
+ "PeriodOverPeriodType": {
427
+ "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",
428
+ "enum": [
429
+ "none",
430
+ "past",
431
+ "percentageChange"
432
+ ],
433
+ "type": "string"
434
+ },
474
435
  "TargetSlot": {
475
436
  "description": "Target slot definition of the circular gauge.",
476
437
  "properties": {