@luzmo/dashboard-contents-types 1.0.18 → 1.0.19

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 (699) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/LICENSE +2 -2
  3. package/README.md +13 -9
  4. package/assets/json-schemas/area-chart-options.schema.json.d.ts +326 -92
  5. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +253 -22
  6. package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
  7. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +327 -93
  8. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +253 -22
  9. package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
  10. package/assets/json-schemas/box-plot-options.schema.json.d.ts +335 -97
  11. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +247 -16
  12. package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
  13. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +318 -84
  14. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +253 -22
  15. package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
  16. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +318 -84
  17. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +253 -22
  18. package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
  19. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +318 -84
  20. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +258 -20
  21. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  22. package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +318 -84
  23. package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +249 -18
  24. package/assets/json-schemas/circle-pack-chart.schema.json.d.ts +3 -3
  25. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +312 -83
  26. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +249 -18
  27. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  28. package/assets/json-schemas/column-chart-options.schema.json.d.ts +328 -93
  29. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +253 -22
  30. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  31. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +376 -156
  32. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +249 -18
  33. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  34. package/assets/json-schemas/conditional-number-options.schema.json.d.ts +312 -83
  35. package/assets/json-schemas/conditional-number-slots.schema.json.d.ts +249 -18
  36. package/assets/json-schemas/conditional-number.schema.json.d.ts +3 -3
  37. package/assets/json-schemas/date-comparison-filter-options.schema.json.d.ts +1092 -0
  38. package/assets/json-schemas/date-comparison-filter-slots.schema.json.d.ts +407 -0
  39. package/assets/json-schemas/date-comparison-filter.schema.json.d.ts +23 -0
  40. package/assets/json-schemas/date-filter-options.schema.json.d.ts +231 -5
  41. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +230 -6
  42. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  43. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +318 -84
  44. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +249 -18
  45. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  46. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +231 -5
  47. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +245 -14
  48. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  49. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +321 -87
  50. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +247 -16
  51. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  52. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +318 -84
  53. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +248 -17
  54. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  55. package/assets/json-schemas/heat-map-options.schema.json.d.ts +231 -5
  56. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +255 -17
  57. package/assets/json-schemas/heat-map.schema.json.d.ts +3 -3
  58. package/assets/json-schemas/heat-table-options.schema.json.d.ts +338 -97
  59. package/assets/json-schemas/heat-table-slots.schema.json.d.ts +253 -22
  60. package/assets/json-schemas/heat-table.schema.json.d.ts +3 -3
  61. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +237 -6
  62. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +255 -17
  63. package/assets/json-schemas/hexbin-map.schema.json.d.ts +3 -3
  64. package/assets/json-schemas/image-options.schema.json.d.ts +2 -2
  65. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  66. package/assets/json-schemas/line-chart-options.schema.json.d.ts +361 -160
  67. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +253 -22
  68. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  69. package/assets/json-schemas/marker-map-options.schema.json.d.ts +312 -83
  70. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +255 -17
  71. package/assets/json-schemas/marker-map.schema.json.d.ts +3 -3
  72. package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +352 -135
  73. package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +261 -30
  74. package/assets/json-schemas/ohlc-chart.schema.json.d.ts +3 -3
  75. package/assets/json-schemas/options.schema.json.d.ts +47 -44
  76. package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +231 -5
  77. package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +248 -17
  78. package/assets/json-schemas/parallel-coordinates-plot.schema.json.d.ts +3 -3
  79. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +318 -84
  80. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +253 -22
  81. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  82. package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +338 -101
  83. package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +253 -22
  84. package/assets/json-schemas/pyramid-chart.schema.json.d.ts +3 -3
  85. package/assets/json-schemas/radar-chart-options.schema.json.d.ts +238 -7
  86. package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +253 -22
  87. package/assets/json-schemas/radar-chart.schema.json.d.ts +3 -3
  88. package/assets/json-schemas/regular-table-options.schema.json.d.ts +312 -83
  89. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +245 -14
  90. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  91. package/assets/json-schemas/route-map-options.schema.json.d.ts +231 -5
  92. package/assets/json-schemas/route-map-slots.schema.json.d.ts +262 -24
  93. package/assets/json-schemas/route-map.schema.json.d.ts +3 -3
  94. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +312 -83
  95. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +257 -26
  96. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  97. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +507 -255
  98. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +261 -30
  99. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  100. package/assets/json-schemas/search-filter-options.schema.json.d.ts +231 -5
  101. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +245 -14
  102. package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
  103. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +231 -5
  104. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +249 -18
  105. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  106. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +231 -5
  107. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +235 -11
  108. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  109. package/assets/json-schemas/slots.schema.json.d.ts +44 -41
  110. package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +312 -83
  111. package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +266 -24
  112. package/assets/json-schemas/speedometer-chart.schema.json.d.ts +3 -3
  113. package/assets/json-schemas/spike-map-options.schema.json.d.ts +318 -84
  114. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +259 -21
  115. package/assets/json-schemas/spike-map.schema.json.d.ts +3 -3
  116. package/assets/json-schemas/strip-plot-options.schema.json.d.ts +231 -5
  117. package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +249 -18
  118. package/assets/json-schemas/strip-plot.schema.json.d.ts +3 -3
  119. package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +318 -84
  120. package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +249 -18
  121. package/assets/json-schemas/sunburst-chart.schema.json.d.ts +3 -3
  122. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +318 -84
  123. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +258 -20
  124. package/assets/json-schemas/symbol-map.schema.json.d.ts +3 -3
  125. package/assets/json-schemas/text-options.schema.json.d.ts +2 -2
  126. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  127. package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +318 -84
  128. package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +271 -29
  129. package/assets/json-schemas/treemap-chart.schema.json.d.ts +3 -3
  130. package/assets/json-schemas/video-options.schema.json.d.ts +1 -1
  131. package/assets/json-schemas/video.schema.json.d.ts +2 -2
  132. package/assets/json-schemas/viz-item-type.schema.json.d.ts +3 -1
  133. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +311 -82
  134. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +251 -20
  135. package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +3 -3
  136. package/index.js +220 -48
  137. package/index.mjs +2529 -1232
  138. package/json-schemas.d.ts +20510 -1926
  139. package/json-schemas.d.ts.map +1 -1
  140. package/package.json +1 -1
  141. package/src/index.d.ts +1 -1
  142. package/src/index.d.ts.map +1 -1
  143. package/src/lib/area-chart/area-chart-context.config.d.ts +3 -0
  144. package/src/lib/area-chart/area-chart-context.config.d.ts.map +1 -0
  145. package/src/lib/area-chart/area-chart-options.d.ts +3 -12
  146. package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
  147. package/src/lib/area-chart/area-chart-slots.config.d.ts.map +1 -1
  148. package/src/lib/area-chart/area-chart-slots.d.ts +1 -1
  149. package/src/lib/area-chart/area-chart-slots.d.ts.map +1 -1
  150. package/src/lib/area-chart/area-chart.d.ts +1 -1
  151. package/src/lib/area-chart/area-chart.d.ts.map +1 -1
  152. package/src/lib/area-chart/index.d.ts +2 -1
  153. package/src/lib/area-chart/index.d.ts.map +1 -1
  154. package/src/lib/bar-chart/bar-chart-context.config.d.ts +3 -0
  155. package/src/lib/bar-chart/bar-chart-context.config.d.ts.map +1 -0
  156. package/src/lib/bar-chart/bar-chart-options.d.ts +3 -14
  157. package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
  158. package/src/lib/bar-chart/bar-chart-slots.config.d.ts.map +1 -1
  159. package/src/lib/bar-chart/bar-chart.d.ts +1 -1
  160. package/src/lib/bar-chart/bar-chart.d.ts.map +1 -1
  161. package/src/lib/bar-chart/bar-chart.slots.d.ts +1 -1
  162. package/src/lib/bar-chart/bar-chart.slots.d.ts.map +1 -1
  163. package/src/lib/bar-chart/index.d.ts +1 -0
  164. package/src/lib/bar-chart/index.d.ts.map +1 -1
  165. package/src/lib/box-plot/box-plot-context.config.d.ts +3 -0
  166. package/src/lib/box-plot/box-plot-context.config.d.ts.map +1 -0
  167. package/src/lib/box-plot/box-plot-options.d.ts +3 -13
  168. package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
  169. package/src/lib/box-plot/box-plot-slots.config.d.ts.map +1 -1
  170. package/src/lib/box-plot/box-plot-slots.d.ts +1 -1
  171. package/src/lib/box-plot/box-plot-slots.d.ts.map +1 -1
  172. package/src/lib/box-plot/box-plot.d.ts +1 -1
  173. package/src/lib/box-plot/box-plot.d.ts.map +1 -1
  174. package/src/lib/box-plot/index.d.ts +1 -0
  175. package/src/lib/box-plot/index.d.ts.map +1 -1
  176. package/src/lib/bubble-chart/bubble-chart-context.config.d.ts +3 -0
  177. package/src/lib/bubble-chart/bubble-chart-context.config.d.ts.map +1 -0
  178. package/src/lib/bubble-chart/bubble-chart-options.d.ts +3 -12
  179. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  180. package/src/lib/bubble-chart/bubble-chart-slots.config.d.ts.map +1 -1
  181. package/src/lib/bubble-chart/bubble-chart-slots.d.ts +1 -1
  182. package/src/lib/bubble-chart/bubble-chart-slots.d.ts.map +1 -1
  183. package/src/lib/bubble-chart/bubble-chart.d.ts +1 -1
  184. package/src/lib/bubble-chart/bubble-chart.d.ts.map +1 -1
  185. package/src/lib/bubble-chart/index.d.ts +1 -0
  186. package/src/lib/bubble-chart/index.d.ts.map +1 -1
  187. package/src/lib/bullet-chart/bullet-chart-context.config.d.ts +3 -0
  188. package/src/lib/bullet-chart/bullet-chart-context.config.d.ts.map +1 -0
  189. package/src/lib/bullet-chart/bullet-chart-options.d.ts +3 -13
  190. package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
  191. package/src/lib/bullet-chart/bullet-chart-slots.config.d.ts.map +1 -1
  192. package/src/lib/bullet-chart/bullet-chart-slots.d.ts +1 -1
  193. package/src/lib/bullet-chart/bullet-chart-slots.d.ts.map +1 -1
  194. package/src/lib/bullet-chart/bullet-chart.d.ts +1 -1
  195. package/src/lib/bullet-chart/bullet-chart.d.ts.map +1 -1
  196. package/src/lib/bullet-chart/index.d.ts +1 -0
  197. package/src/lib/bullet-chart/index.d.ts.map +1 -1
  198. package/src/lib/choropleth-map/choropleth-map-context.config.d.ts +3 -0
  199. package/src/lib/choropleth-map/choropleth-map-context.config.d.ts.map +1 -0
  200. package/src/lib/choropleth-map/choropleth-map-options.d.ts +3 -13
  201. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  202. package/src/lib/choropleth-map/choropleth-map-slots.config.d.ts.map +1 -1
  203. package/src/lib/choropleth-map/choropleth-map-slots.d.ts +1 -1
  204. package/src/lib/choropleth-map/choropleth-map-slots.d.ts.map +1 -1
  205. package/src/lib/choropleth-map/choropleth-map.d.ts +1 -1
  206. package/src/lib/choropleth-map/choropleth-map.d.ts.map +1 -1
  207. package/src/lib/choropleth-map/index.d.ts +2 -1
  208. package/src/lib/choropleth-map/index.d.ts.map +1 -1
  209. package/src/lib/circle-pack-chart/circle-pack-chart-context.config.d.ts +3 -0
  210. package/src/lib/circle-pack-chart/circle-pack-chart-context.config.d.ts.map +1 -0
  211. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts +2 -1
  212. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts.map +1 -1
  213. package/src/lib/circle-pack-chart/circle-pack-chart-slots.config.d.ts.map +1 -1
  214. package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts +1 -1
  215. package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts.map +1 -1
  216. package/src/lib/circle-pack-chart/circle-pack-chart.d.ts +1 -1
  217. package/src/lib/circle-pack-chart/circle-pack-chart.d.ts.map +1 -1
  218. package/src/lib/circle-pack-chart/index.d.ts +1 -0
  219. package/src/lib/circle-pack-chart/index.d.ts.map +1 -1
  220. package/src/lib/circular-gauge/circular-gauge-context.config.d.ts +3 -0
  221. package/src/lib/circular-gauge/circular-gauge-context.config.d.ts.map +1 -0
  222. package/src/lib/circular-gauge/circular-gauge-options.d.ts +1 -9
  223. package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
  224. package/src/lib/circular-gauge/circular-gauge-slots.config.d.ts.map +1 -1
  225. package/src/lib/circular-gauge/circular-gauge-slots.d.ts +1 -1
  226. package/src/lib/circular-gauge/circular-gauge-slots.d.ts.map +1 -1
  227. package/src/lib/circular-gauge/circular-gauge.d.ts +1 -1
  228. package/src/lib/circular-gauge/circular-gauge.d.ts.map +1 -1
  229. package/src/lib/circular-gauge/index.d.ts +1 -0
  230. package/src/lib/circular-gauge/index.d.ts.map +1 -1
  231. package/src/lib/column-chart/column-chart-context.config.d.ts +3 -0
  232. package/src/lib/column-chart/column-chart-context.config.d.ts.map +1 -0
  233. package/src/lib/column-chart/column-chart-options.d.ts +3 -14
  234. package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
  235. package/src/lib/column-chart/column-chart-slots.config.d.ts.map +1 -1
  236. package/src/lib/column-chart/column-chart-slots.d.ts +1 -1
  237. package/src/lib/column-chart/column-chart-slots.d.ts.map +1 -1
  238. package/src/lib/column-chart/column-chart.d.ts +1 -1
  239. package/src/lib/column-chart/column-chart.d.ts.map +1 -1
  240. package/src/lib/column-chart/index.d.ts +1 -0
  241. package/src/lib/column-chart/index.d.ts.map +1 -1
  242. package/src/lib/combination-chart/combination-chart-context.config.d.ts +3 -0
  243. package/src/lib/combination-chart/combination-chart-context.config.d.ts.map +1 -0
  244. package/src/lib/combination-chart/combination-chart-options.d.ts +3 -15
  245. package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
  246. package/src/lib/combination-chart/combination-chart-slots.config.d.ts.map +1 -1
  247. package/src/lib/combination-chart/combination-chart-slots.d.ts +1 -1
  248. package/src/lib/combination-chart/combination-chart-slots.d.ts.map +1 -1
  249. package/src/lib/combination-chart/combination-chart.d.ts +1 -1
  250. package/src/lib/combination-chart/combination-chart.d.ts.map +1 -1
  251. package/src/lib/combination-chart/index.d.ts +1 -0
  252. package/src/lib/combination-chart/index.d.ts.map +1 -1
  253. package/src/lib/conditional-number/conditional-number-context.config.d.ts +3 -0
  254. package/src/lib/conditional-number/conditional-number-context.config.d.ts.map +1 -0
  255. package/src/lib/conditional-number/conditional-number-options.d.ts +1 -10
  256. package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
  257. package/src/lib/conditional-number/conditional-number-slots.config.d.ts.map +1 -1
  258. package/src/lib/conditional-number/conditional-number-slots.d.ts +1 -1
  259. package/src/lib/conditional-number/conditional-number-slots.d.ts.map +1 -1
  260. package/src/lib/conditional-number/conditional-number.d.ts +1 -1
  261. package/src/lib/conditional-number/conditional-number.d.ts.map +1 -1
  262. package/src/lib/conditional-number/index.d.ts +1 -0
  263. package/src/lib/conditional-number/index.d.ts.map +1 -1
  264. package/src/lib/date-comparison-filter/date-comparison-filter-context.config.d.ts +3 -0
  265. package/src/lib/date-comparison-filter/date-comparison-filter-context.config.d.ts.map +1 -0
  266. package/src/lib/date-comparison-filter/date-comparison-filter-options.d.ts +132 -0
  267. package/src/lib/date-comparison-filter/date-comparison-filter-options.d.ts.map +1 -0
  268. package/src/lib/date-comparison-filter/date-comparison-filter-slots.config.d.ts +3 -0
  269. package/src/lib/date-comparison-filter/date-comparison-filter-slots.config.d.ts.map +1 -0
  270. package/src/lib/date-comparison-filter/date-comparison-filter-slots.d.ts +19 -0
  271. package/src/lib/date-comparison-filter/date-comparison-filter-slots.d.ts.map +1 -0
  272. package/src/lib/date-comparison-filter/date-comparison-filter.d.ts +24 -0
  273. package/src/lib/date-comparison-filter/date-comparison-filter.d.ts.map +1 -0
  274. package/src/lib/date-comparison-filter/index.d.ts +6 -0
  275. package/src/lib/date-comparison-filter/index.d.ts.map +1 -0
  276. package/src/lib/date-filter/date-filter-context.config.d.ts +3 -0
  277. package/src/lib/date-filter/date-filter-context.config.d.ts.map +1 -0
  278. package/src/lib/date-filter/date-filter-options.d.ts +1 -50
  279. package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
  280. package/src/lib/date-filter/date-filter-slots.config.d.ts.map +1 -1
  281. package/src/lib/date-filter/date-filter-slots.d.ts +2 -2
  282. package/src/lib/date-filter/date-filter-slots.d.ts.map +1 -1
  283. package/src/lib/date-filter/date-filter.d.ts +1 -1
  284. package/src/lib/date-filter/date-filter.d.ts.map +1 -1
  285. package/src/lib/date-filter/index.d.ts +1 -0
  286. package/src/lib/date-filter/index.d.ts.map +1 -1
  287. package/src/lib/donut-chart/donut-chart-context.config.d.ts +3 -0
  288. package/src/lib/donut-chart/donut-chart-context.config.d.ts.map +1 -0
  289. package/src/lib/donut-chart/donut-chart-options.d.ts +3 -14
  290. package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
  291. package/src/lib/donut-chart/donut-chart-slots.config.d.ts.map +1 -1
  292. package/src/lib/donut-chart/donut-chart-slots.d.ts +1 -1
  293. package/src/lib/donut-chart/donut-chart-slots.d.ts.map +1 -1
  294. package/src/lib/donut-chart/donut-chart.d.ts +1 -1
  295. package/src/lib/donut-chart/donut-chart.d.ts.map +1 -1
  296. package/src/lib/donut-chart/index.d.ts +2 -1
  297. package/src/lib/donut-chart/index.d.ts.map +1 -1
  298. package/src/lib/dropdown-filter/dropdown-filter-context.config.d.ts +3 -0
  299. package/src/lib/dropdown-filter/dropdown-filter-context.config.d.ts.map +1 -0
  300. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +1 -8
  301. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
  302. package/src/lib/dropdown-filter/dropdown-filter-slots.config.d.ts.map +1 -1
  303. package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +2 -2
  304. package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts.map +1 -1
  305. package/src/lib/dropdown-filter/dropdown-filter.d.ts +1 -1
  306. package/src/lib/dropdown-filter/dropdown-filter.d.ts.map +1 -1
  307. package/src/lib/dropdown-filter/index.d.ts +1 -0
  308. package/src/lib/dropdown-filter/index.d.ts.map +1 -1
  309. package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.d.ts.map +1 -1
  310. package/src/lib/evolution-number/evolution-number-context.config.d.ts +3 -0
  311. package/src/lib/evolution-number/evolution-number-context.config.d.ts.map +1 -0
  312. package/src/lib/evolution-number/evolution-number-options.d.ts +3 -10
  313. package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
  314. package/src/lib/evolution-number/evolution-number-slots.config.d.ts.map +1 -1
  315. package/src/lib/evolution-number/evolution-number-slots.d.ts +1 -1
  316. package/src/lib/evolution-number/evolution-number-slots.d.ts.map +1 -1
  317. package/src/lib/evolution-number/evolution-number.d.ts +1 -1
  318. package/src/lib/evolution-number/evolution-number.d.ts.map +1 -1
  319. package/src/lib/evolution-number/index.d.ts +1 -0
  320. package/src/lib/evolution-number/index.d.ts.map +1 -1
  321. package/src/lib/funnel-chart/funnel-chart-context.config.d.ts +3 -0
  322. package/src/lib/funnel-chart/funnel-chart-context.config.d.ts.map +1 -0
  323. package/src/lib/funnel-chart/funnel-chart-options.d.ts +3 -14
  324. package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
  325. package/src/lib/funnel-chart/funnel-chart-slots.config.d.ts.map +1 -1
  326. package/src/lib/funnel-chart/funnel-chart-slots.d.ts +1 -1
  327. package/src/lib/funnel-chart/funnel-chart-slots.d.ts.map +1 -1
  328. package/src/lib/funnel-chart/funnel-chart.d.ts +1 -1
  329. package/src/lib/funnel-chart/funnel-chart.d.ts.map +1 -1
  330. package/src/lib/funnel-chart/index.d.ts +2 -1
  331. package/src/lib/funnel-chart/index.d.ts.map +1 -1
  332. package/src/lib/heat-map/heat-map-context.config.d.ts +3 -0
  333. package/src/lib/heat-map/heat-map-context.config.d.ts.map +1 -0
  334. package/src/lib/heat-map/heat-map-options.d.ts.map +1 -1
  335. package/src/lib/heat-map/heat-map-slots.config.d.ts.map +1 -1
  336. package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -1
  337. package/src/lib/heat-map/heat-map.d.ts.map +1 -1
  338. package/src/lib/heat-map/index.d.ts +2 -1
  339. package/src/lib/heat-map/index.d.ts.map +1 -1
  340. package/src/lib/heat-table/heat-table-context.config.d.ts +3 -0
  341. package/src/lib/heat-table/heat-table-context.config.d.ts.map +1 -0
  342. package/src/lib/heat-table/heat-table-options.d.ts +2 -1
  343. package/src/lib/heat-table/heat-table-options.d.ts.map +1 -1
  344. package/src/lib/heat-table/heat-table-slots.config.d.ts.map +1 -1
  345. package/src/lib/heat-table/heat-table-slots.d.ts.map +1 -1
  346. package/src/lib/heat-table/heat-table.d.ts.map +1 -1
  347. package/src/lib/heat-table/index.d.ts +1 -0
  348. package/src/lib/heat-table/index.d.ts.map +1 -1
  349. package/src/lib/hexbin-map/hexbin-map-context.config.d.ts +3 -0
  350. package/src/lib/hexbin-map/hexbin-map-context.config.d.ts.map +1 -0
  351. package/src/lib/hexbin-map/hexbin-map-options.d.ts +2 -1
  352. package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -1
  353. package/src/lib/hexbin-map/hexbin-map-slots.config.d.ts.map +1 -1
  354. package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -1
  355. package/src/lib/hexbin-map/hexbin-map.d.ts.map +1 -1
  356. package/src/lib/hexbin-map/index.d.ts +2 -1
  357. package/src/lib/hexbin-map/index.d.ts.map +1 -1
  358. package/src/lib/image/image-context.config.d.ts +3 -0
  359. package/src/lib/image/image-context.config.d.ts.map +1 -0
  360. package/src/lib/image/image-options.d.ts +1 -5
  361. package/src/lib/image/image-options.d.ts.map +1 -1
  362. package/src/lib/image/image.d.ts +1 -1
  363. package/src/lib/image/image.d.ts.map +1 -1
  364. package/src/lib/image/index.d.ts +1 -0
  365. package/src/lib/image/index.d.ts.map +1 -1
  366. package/src/lib/line-chart/index.d.ts +1 -0
  367. package/src/lib/line-chart/index.d.ts.map +1 -1
  368. package/src/lib/line-chart/line-chart-context.config.d.ts +3 -0
  369. package/src/lib/line-chart/line-chart-context.config.d.ts.map +1 -0
  370. package/src/lib/line-chart/line-chart-options.d.ts +3 -12
  371. package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
  372. package/src/lib/line-chart/line-chart-slots.config.d.ts.map +1 -1
  373. package/src/lib/line-chart/line-chart-slots.d.ts +1 -1
  374. package/src/lib/line-chart/line-chart-slots.d.ts.map +1 -1
  375. package/src/lib/line-chart/line-chart.d.ts +1 -1
  376. package/src/lib/line-chart/line-chart.d.ts.map +1 -1
  377. package/src/lib/marker-map/index.d.ts +2 -1
  378. package/src/lib/marker-map/index.d.ts.map +1 -1
  379. package/src/lib/marker-map/marker-map-context.config.d.ts +3 -0
  380. package/src/lib/marker-map/marker-map-context.config.d.ts.map +1 -0
  381. package/src/lib/marker-map/marker-map-options.d.ts +2 -1
  382. package/src/lib/marker-map/marker-map-options.d.ts.map +1 -1
  383. package/src/lib/marker-map/marker-map-slots.config.d.ts.map +1 -1
  384. package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -1
  385. package/src/lib/marker-map/marker-map.d.ts.map +1 -1
  386. package/src/lib/ohlc-chart/index.d.ts +1 -0
  387. package/src/lib/ohlc-chart/index.d.ts.map +1 -1
  388. package/src/lib/ohlc-chart/ohlc-chart-context.config.d.ts +3 -0
  389. package/src/lib/ohlc-chart/ohlc-chart-context.config.d.ts.map +1 -0
  390. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +2 -1
  391. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -1
  392. package/src/lib/ohlc-chart/ohlc-chart-slots.config.d.ts.map +1 -1
  393. package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts.map +1 -1
  394. package/src/lib/ohlc-chart/ohlc-chart.d.ts.map +1 -1
  395. package/src/lib/parallel-coordinates-plot/index.d.ts +1 -0
  396. package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -1
  397. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-context.config.d.ts +3 -0
  398. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-context.config.d.ts.map +1 -0
  399. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts.map +1 -1
  400. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts.map +1 -1
  401. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts.map +1 -1
  402. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts.map +1 -1
  403. package/src/lib/pivot-table/index.d.ts +2 -1
  404. package/src/lib/pivot-table/index.d.ts.map +1 -1
  405. package/src/lib/pivot-table/pivot-table-context.config.d.ts +3 -0
  406. package/src/lib/pivot-table/pivot-table-context.config.d.ts.map +1 -0
  407. package/src/lib/pivot-table/pivot-table-options.d.ts +3 -12
  408. package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
  409. package/src/lib/pivot-table/pivot-table-slots.config.d.ts.map +1 -1
  410. package/src/lib/pivot-table/pivot-table-slots.d.ts +1 -1
  411. package/src/lib/pivot-table/pivot-table-slots.d.ts.map +1 -1
  412. package/src/lib/pivot-table/pivot-table.d.ts +1 -1
  413. package/src/lib/pivot-table/pivot-table.d.ts.map +1 -1
  414. package/src/lib/pyramid-chart/index.d.ts +1 -0
  415. package/src/lib/pyramid-chart/index.d.ts.map +1 -1
  416. package/src/lib/pyramid-chart/pyramid-chart-context.config.d.ts +3 -0
  417. package/src/lib/pyramid-chart/pyramid-chart-context.config.d.ts.map +1 -0
  418. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +2 -1
  419. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -1
  420. package/src/lib/pyramid-chart/pyramid-chart-slots.config.d.ts.map +1 -1
  421. package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts.map +1 -1
  422. package/src/lib/pyramid-chart/pyramid-chart.d.ts.map +1 -1
  423. package/src/lib/radar-chart/index.d.ts +1 -0
  424. package/src/lib/radar-chart/index.d.ts.map +1 -1
  425. package/src/lib/radar-chart/radar-chart-context.config.d.ts +3 -0
  426. package/src/lib/radar-chart/radar-chart-context.config.d.ts.map +1 -0
  427. package/src/lib/radar-chart/radar-chart-options.d.ts +2 -1
  428. package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -1
  429. package/src/lib/radar-chart/radar-chart-slots.config.d.ts.map +1 -1
  430. package/src/lib/radar-chart/radar-chart-slots.d.ts.map +1 -1
  431. package/src/lib/radar-chart/radar-chart.d.ts.map +1 -1
  432. package/src/lib/regular-table/index.d.ts +1 -0
  433. package/src/lib/regular-table/index.d.ts.map +1 -1
  434. package/src/lib/regular-table/regular-table-context.config.d.ts +3 -0
  435. package/src/lib/regular-table/regular-table-context.config.d.ts.map +1 -0
  436. package/src/lib/regular-table/regular-table-options.d.ts +1 -11
  437. package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
  438. package/src/lib/regular-table/regular-table-slots.config.d.ts.map +1 -1
  439. package/src/lib/regular-table/regular-table-slots.d.ts +2 -2
  440. package/src/lib/regular-table/regular-table-slots.d.ts.map +1 -1
  441. package/src/lib/regular-table/regular-table.d.ts +1 -1
  442. package/src/lib/regular-table/regular-table.d.ts.map +1 -1
  443. package/src/lib/route-map/index.d.ts +2 -1
  444. package/src/lib/route-map/index.d.ts.map +1 -1
  445. package/src/lib/route-map/route-map-context.config.d.ts +3 -0
  446. package/src/lib/route-map/route-map-context.config.d.ts.map +1 -0
  447. package/src/lib/route-map/route-map-options.d.ts.map +1 -1
  448. package/src/lib/route-map/route-map-slots.config.d.ts.map +1 -1
  449. package/src/lib/route-map/route-map-slots.d.ts.map +1 -1
  450. package/src/lib/route-map/route-map.d.ts.map +1 -1
  451. package/src/lib/sankey-diagram/index.d.ts +2 -1
  452. package/src/lib/sankey-diagram/index.d.ts.map +1 -1
  453. package/src/lib/sankey-diagram/sankey-diagram-context.config.d.ts +3 -0
  454. package/src/lib/sankey-diagram/sankey-diagram-context.config.d.ts.map +1 -0
  455. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +1 -10
  456. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
  457. package/src/lib/sankey-diagram/sankey-diagram-slots.config.d.ts.map +1 -1
  458. package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +1 -1
  459. package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts.map +1 -1
  460. package/src/lib/sankey-diagram/sankey-diagram.d.ts +1 -1
  461. package/src/lib/sankey-diagram/sankey-diagram.d.ts.map +1 -1
  462. package/src/lib/scatter-plot/index.d.ts +1 -0
  463. package/src/lib/scatter-plot/index.d.ts.map +1 -1
  464. package/src/lib/scatter-plot/scatter-plot-context.config.d.ts +3 -0
  465. package/src/lib/scatter-plot/scatter-plot-context.config.d.ts.map +1 -0
  466. package/src/lib/scatter-plot/scatter-plot-options.d.ts +3 -12
  467. package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
  468. package/src/lib/scatter-plot/scatter-plot-slots.config.d.ts.map +1 -1
  469. package/src/lib/scatter-plot/scatter-plot-slots.d.ts +1 -1
  470. package/src/lib/scatter-plot/scatter-plot-slots.d.ts.map +1 -1
  471. package/src/lib/scatter-plot/scatter-plot.d.ts +1 -1
  472. package/src/lib/scatter-plot/scatter-plot.d.ts.map +1 -1
  473. package/src/lib/search-filter/index.d.ts +1 -0
  474. package/src/lib/search-filter/index.d.ts.map +1 -1
  475. package/src/lib/search-filter/search-filter-context.config.d.ts +3 -0
  476. package/src/lib/search-filter/search-filter-context.config.d.ts.map +1 -0
  477. package/src/lib/search-filter/search-filter-options.d.ts +1 -5
  478. package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
  479. package/src/lib/search-filter/search-filter-slots.config.d.ts.map +1 -1
  480. package/src/lib/search-filter/search-filter-slots.d.ts +1 -1
  481. package/src/lib/search-filter/search-filter-slots.d.ts.map +1 -1
  482. package/src/lib/search-filter/search-filter.d.ts +1 -1
  483. package/src/lib/search-filter/search-filter.d.ts.map +1 -1
  484. package/src/lib/shared/configs/context-helpers.config.d.ts +3 -0
  485. package/src/lib/shared/configs/context-helpers.config.d.ts.map +1 -0
  486. package/src/lib/shared/configs/index.d.ts +2 -0
  487. package/src/lib/shared/configs/index.d.ts.map +1 -0
  488. package/src/lib/shared/index.d.ts +2 -31
  489. package/src/lib/shared/index.d.ts.map +1 -1
  490. package/src/lib/shared/types/axes.d.ts.map +1 -0
  491. package/src/lib/shared/{common.d.ts → types/common.d.ts} +2 -2
  492. package/src/lib/shared/types/common.d.ts.map +1 -0
  493. package/src/lib/shared/types/context.d.ts +16 -0
  494. package/src/lib/shared/types/context.d.ts.map +1 -0
  495. package/src/lib/shared/types/date-filter-range.d.ts +46 -0
  496. package/src/lib/shared/types/date-filter-range.d.ts.map +1 -0
  497. package/src/lib/shared/types/drop-object-view-options.d.ts.map +1 -0
  498. package/src/lib/shared/types/filters.d.ts.map +1 -0
  499. package/src/lib/shared/types/formula.d.ts.map +1 -0
  500. package/src/lib/shared/types/index.d.ts +34 -0
  501. package/src/lib/shared/types/index.d.ts.map +1 -0
  502. package/src/lib/shared/{info-tooltip-options.d.ts → types/info-tooltip-options.d.ts} +2 -1
  503. package/src/lib/shared/types/info-tooltip-options.d.ts.map +1 -0
  504. package/src/lib/shared/types/interactivity-brush.d.ts.map +1 -0
  505. package/src/lib/shared/{interactivity-custom-events.d.ts → types/interactivity-custom-events.d.ts} +3 -2
  506. package/src/lib/shared/types/interactivity-custom-events.d.ts.map +1 -0
  507. package/src/lib/shared/types/interactivity-custom-tooltip.d.ts.map +1 -0
  508. package/src/lib/shared/{interactivity-drilldown.d.ts → types/interactivity-drilldown.d.ts} +4 -2
  509. package/src/lib/shared/types/interactivity-drilldown.d.ts.map +1 -0
  510. package/src/lib/shared/types/interactivity-export.d.ts.map +1 -0
  511. package/src/lib/shared/types/interactivity-filter.d.ts.map +1 -0
  512. package/src/lib/shared/{interactivity-go-to-url.d.ts → types/interactivity-go-to-url.d.ts} +2 -1
  513. package/src/lib/shared/types/interactivity-go-to-url.d.ts.map +1 -0
  514. package/src/lib/shared/types/interactivity-measure-dimension-picker.d.ts.map +1 -0
  515. package/src/lib/shared/types/interactivity-target.d.ts.map +1 -0
  516. package/src/lib/shared/types/interpolation.d.ts.map +1 -0
  517. package/src/lib/shared/{iq-components.d.ts → types/iq-components.d.ts} +1 -1
  518. package/src/lib/shared/types/iq-components.d.ts.map +1 -0
  519. package/src/lib/shared/{item-filter-group.d.ts → types/item-filter-group.d.ts} +5 -0
  520. package/src/lib/shared/types/item-filter-group.d.ts.map +1 -0
  521. package/src/lib/shared/types/legend.d.ts.map +1 -0
  522. package/src/lib/shared/types/map-object-view-options.d.ts.map +1 -0
  523. package/src/lib/shared/types/missing-value.d.ts.map +1 -0
  524. package/src/lib/shared/types/object-view-options.d.ts.map +1 -0
  525. package/src/lib/shared/types/period-over-period.d.ts.map +1 -0
  526. package/src/lib/shared/{placeholder.d.ts → types/placeholder.d.ts} +2 -1
  527. package/src/lib/shared/types/placeholder.d.ts.map +1 -0
  528. package/src/lib/shared/types/query.d.ts.map +1 -0
  529. package/src/lib/shared/types/ranges.d.ts.map +1 -0
  530. package/src/lib/shared/{slots.d.ts → types/slots.d.ts} +5 -3
  531. package/src/lib/shared/types/slots.d.ts.map +1 -0
  532. package/src/lib/shared/types/sort.d.ts.map +1 -0
  533. package/src/lib/shared/types/theme.d.ts.map +1 -0
  534. package/src/lib/shared/{title.d.ts → types/title.d.ts} +1 -1
  535. package/src/lib/shared/types/title.d.ts.map +1 -0
  536. package/src/lib/shared/types/viz-item.d.ts.map +1 -0
  537. package/src/lib/slicer-filter/index.d.ts +1 -0
  538. package/src/lib/slicer-filter/index.d.ts.map +1 -1
  539. package/src/lib/slicer-filter/slicer-filter-context.config.d.ts +3 -0
  540. package/src/lib/slicer-filter/slicer-filter-context.config.d.ts.map +1 -0
  541. package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -7
  542. package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
  543. package/src/lib/slicer-filter/slicer-filter-slots.config.d.ts.map +1 -1
  544. package/src/lib/slicer-filter/slicer-filter-slots.d.ts +1 -1
  545. package/src/lib/slicer-filter/slicer-filter-slots.d.ts.map +1 -1
  546. package/src/lib/slicer-filter/slicer-filter.d.ts +1 -1
  547. package/src/lib/slicer-filter/slicer-filter.d.ts.map +1 -1
  548. package/src/lib/slider-filter/index.d.ts +2 -1
  549. package/src/lib/slider-filter/index.d.ts.map +1 -1
  550. package/src/lib/slider-filter/slider-filter-context.config.d.ts +3 -0
  551. package/src/lib/slider-filter/slider-filter-context.config.d.ts.map +1 -0
  552. package/src/lib/slider-filter/slider-filter-options.d.ts +1 -5
  553. package/src/lib/slider-filter/slider-filter-options.d.ts.map +1 -1
  554. package/src/lib/slider-filter/slider-filter-slots.config.d.ts.map +1 -1
  555. package/src/lib/slider-filter/slider-filter-slots.d.ts +2 -2
  556. package/src/lib/slider-filter/slider-filter-slots.d.ts.map +1 -1
  557. package/src/lib/slider-filter/slider-filter.d.ts +1 -1
  558. package/src/lib/slider-filter/slider-filter.d.ts.map +1 -1
  559. package/src/lib/speedometer-chart/index.d.ts +1 -0
  560. package/src/lib/speedometer-chart/index.d.ts.map +1 -1
  561. package/src/lib/speedometer-chart/speedometer-chart-context.config.d.ts +3 -0
  562. package/src/lib/speedometer-chart/speedometer-chart-context.config.d.ts.map +1 -0
  563. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -1
  564. package/src/lib/speedometer-chart/speedometer-chart-slots.config.d.ts.map +1 -1
  565. package/src/lib/speedometer-chart/speedometer-chart-slots.d.ts +1 -1
  566. package/src/lib/speedometer-chart/speedometer-chart-slots.d.ts.map +1 -1
  567. package/src/lib/speedometer-chart/speedometer-chart.d.ts.map +1 -1
  568. package/src/lib/spike-map/index.d.ts +2 -1
  569. package/src/lib/spike-map/index.d.ts.map +1 -1
  570. package/src/lib/spike-map/spike-map-context.config.d.ts +3 -0
  571. package/src/lib/spike-map/spike-map-context.config.d.ts.map +1 -0
  572. package/src/lib/spike-map/spike-map-options.d.ts +2 -1
  573. package/src/lib/spike-map/spike-map-options.d.ts.map +1 -1
  574. package/src/lib/spike-map/spike-map-slots.config.d.ts.map +1 -1
  575. package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -1
  576. package/src/lib/spike-map/spike-map.d.ts.map +1 -1
  577. package/src/lib/strip-plot/index.d.ts +1 -0
  578. package/src/lib/strip-plot/index.d.ts.map +1 -1
  579. package/src/lib/strip-plot/strip-plot-context.config.d.ts +3 -0
  580. package/src/lib/strip-plot/strip-plot-context.config.d.ts.map +1 -0
  581. package/src/lib/strip-plot/strip-plot-slots.config.d.ts.map +1 -1
  582. package/src/lib/strip-plot/strip-plot-slots.d.ts.map +1 -1
  583. package/src/lib/strip-plot/strip-plot.d.ts.map +1 -1
  584. package/src/lib/sunburst-chart/index.d.ts +1 -0
  585. package/src/lib/sunburst-chart/index.d.ts.map +1 -1
  586. package/src/lib/sunburst-chart/sunburst-chart-context.config.d.ts +3 -0
  587. package/src/lib/sunburst-chart/sunburst-chart-context.config.d.ts.map +1 -0
  588. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +2 -1
  589. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -1
  590. package/src/lib/sunburst-chart/sunburst-chart-slots.config.d.ts.map +1 -1
  591. package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts.map +1 -1
  592. package/src/lib/sunburst-chart/sunburst-chart.d.ts.map +1 -1
  593. package/src/lib/symbol-map/index.d.ts +2 -1
  594. package/src/lib/symbol-map/index.d.ts.map +1 -1
  595. package/src/lib/symbol-map/symbol-map-context.config.d.ts +3 -0
  596. package/src/lib/symbol-map/symbol-map-context.config.d.ts.map +1 -0
  597. package/src/lib/symbol-map/symbol-map-options.d.ts +2 -1
  598. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
  599. package/src/lib/symbol-map/symbol-map-slots.config.d.ts.map +1 -1
  600. package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -1
  601. package/src/lib/symbol-map/symbol-map.d.ts.map +1 -1
  602. package/src/lib/text/index.d.ts +1 -0
  603. package/src/lib/text/index.d.ts.map +1 -1
  604. package/src/lib/text/text-context.config.d.ts +3 -0
  605. package/src/lib/text/text-context.config.d.ts.map +1 -0
  606. package/src/lib/text/text-options.d.ts +1 -3
  607. package/src/lib/text/text-options.d.ts.map +1 -1
  608. package/src/lib/text/text.d.ts +1 -1
  609. package/src/lib/text/text.d.ts.map +1 -1
  610. package/src/lib/treemap-chart/index.d.ts +2 -1
  611. package/src/lib/treemap-chart/index.d.ts.map +1 -1
  612. package/src/lib/treemap-chart/treemap-chart-context.config.d.ts +3 -0
  613. package/src/lib/treemap-chart/treemap-chart-context.config.d.ts.map +1 -0
  614. package/src/lib/treemap-chart/treemap-chart-options.d.ts +2 -1
  615. package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
  616. package/src/lib/treemap-chart/treemap-chart-slots.config.d.ts.map +1 -1
  617. package/src/lib/treemap-chart/treemap-chart-slots.d.ts.map +1 -1
  618. package/src/lib/treemap-chart/treemap-chart.d.ts.map +1 -1
  619. package/src/lib/venn-diagram/index.d.ts +1 -0
  620. package/src/lib/venn-diagram/index.d.ts.map +1 -1
  621. package/src/lib/venn-diagram/venn-diagram-context.config.d.ts +3 -0
  622. package/src/lib/venn-diagram/venn-diagram-context.config.d.ts.map +1 -0
  623. package/src/lib/venn-diagram/venn-diagram-slots.config.d.ts.map +1 -1
  624. package/src/lib/video/index.d.ts +1 -0
  625. package/src/lib/video/index.d.ts.map +1 -1
  626. package/src/lib/video/video-context.config.d.ts +3 -0
  627. package/src/lib/video/video-context.config.d.ts.map +1 -0
  628. package/src/lib/video/video-options.d.ts +2 -1
  629. package/src/lib/video/video-options.d.ts.map +1 -1
  630. package/src/lib/video/video.d.ts +1 -1
  631. package/src/lib/video/video.d.ts.map +1 -1
  632. package/src/lib/wordcloud-chart/index.d.ts +1 -0
  633. package/src/lib/wordcloud-chart/index.d.ts.map +1 -1
  634. package/src/lib/wordcloud-chart/wordcloud-chart-context.config.d.ts +3 -0
  635. package/src/lib/wordcloud-chart/wordcloud-chart-context.config.d.ts.map +1 -0
  636. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -1
  637. package/src/lib/wordcloud-chart/wordcloud-chart-slots.config.d.ts.map +1 -1
  638. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +1 -1
  639. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -1
  640. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +1 -1
  641. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts.map +1 -1
  642. package/src/options.d.ts +2 -1
  643. package/src/options.d.ts.map +1 -1
  644. package/src/lib/shared/axes.d.ts.map +0 -1
  645. package/src/lib/shared/common.d.ts.map +0 -1
  646. package/src/lib/shared/drop-object-view-options.d.ts.map +0 -1
  647. package/src/lib/shared/filters.d.ts.map +0 -1
  648. package/src/lib/shared/formula.d.ts.map +0 -1
  649. package/src/lib/shared/info-tooltip-options.d.ts.map +0 -1
  650. package/src/lib/shared/interactivity-brush.d.ts.map +0 -1
  651. package/src/lib/shared/interactivity-custom-events.d.ts.map +0 -1
  652. package/src/lib/shared/interactivity-custom-tooltip.d.ts.map +0 -1
  653. package/src/lib/shared/interactivity-drilldown.d.ts.map +0 -1
  654. package/src/lib/shared/interactivity-export.d.ts.map +0 -1
  655. package/src/lib/shared/interactivity-filter.d.ts.map +0 -1
  656. package/src/lib/shared/interactivity-go-to-url.d.ts.map +0 -1
  657. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +0 -1
  658. package/src/lib/shared/interactivity-target.d.ts.map +0 -1
  659. package/src/lib/shared/interpolation.d.ts.map +0 -1
  660. package/src/lib/shared/iq-components.d.ts.map +0 -1
  661. package/src/lib/shared/item-filter-group.d.ts.map +0 -1
  662. package/src/lib/shared/legend.d.ts.map +0 -1
  663. package/src/lib/shared/map-object-view-options.d.ts.map +0 -1
  664. package/src/lib/shared/missing-value.d.ts.map +0 -1
  665. package/src/lib/shared/object-view-options.d.ts.map +0 -1
  666. package/src/lib/shared/period-over-period.d.ts.map +0 -1
  667. package/src/lib/shared/placeholder.d.ts.map +0 -1
  668. package/src/lib/shared/query.d.ts.map +0 -1
  669. package/src/lib/shared/ranges.d.ts.map +0 -1
  670. package/src/lib/shared/slots.d.ts.map +0 -1
  671. package/src/lib/shared/sort.d.ts.map +0 -1
  672. package/src/lib/shared/theme.d.ts.map +0 -1
  673. package/src/lib/shared/title.d.ts.map +0 -1
  674. package/src/lib/shared/viz-item.d.ts.map +0 -1
  675. package/src/lib/visual-item/index.d.ts +0 -2
  676. package/src/lib/visual-item/index.d.ts.map +0 -1
  677. package/src/lib/visual-item/visual-item.d.ts +0 -31
  678. package/src/lib/visual-item/visual-item.d.ts.map +0 -1
  679. /package/src/lib/shared/{axes.d.ts → types/axes.d.ts} +0 -0
  680. /package/src/lib/shared/{drop-object-view-options.d.ts → types/drop-object-view-options.d.ts} +0 -0
  681. /package/src/lib/shared/{filters.d.ts → types/filters.d.ts} +0 -0
  682. /package/src/lib/shared/{formula.d.ts → types/formula.d.ts} +0 -0
  683. /package/src/lib/shared/{interactivity-brush.d.ts → types/interactivity-brush.d.ts} +0 -0
  684. /package/src/lib/shared/{interactivity-custom-tooltip.d.ts → types/interactivity-custom-tooltip.d.ts} +0 -0
  685. /package/src/lib/shared/{interactivity-export.d.ts → types/interactivity-export.d.ts} +0 -0
  686. /package/src/lib/shared/{interactivity-filter.d.ts → types/interactivity-filter.d.ts} +0 -0
  687. /package/src/lib/shared/{interactivity-measure-dimension-picker.d.ts → types/interactivity-measure-dimension-picker.d.ts} +0 -0
  688. /package/src/lib/shared/{interactivity-target.d.ts → types/interactivity-target.d.ts} +0 -0
  689. /package/src/lib/shared/{interpolation.d.ts → types/interpolation.d.ts} +0 -0
  690. /package/src/lib/shared/{legend.d.ts → types/legend.d.ts} +0 -0
  691. /package/src/lib/shared/{map-object-view-options.d.ts → types/map-object-view-options.d.ts} +0 -0
  692. /package/src/lib/shared/{missing-value.d.ts → types/missing-value.d.ts} +0 -0
  693. /package/src/lib/shared/{object-view-options.d.ts → types/object-view-options.d.ts} +0 -0
  694. /package/src/lib/shared/{period-over-period.d.ts → types/period-over-period.d.ts} +0 -0
  695. /package/src/lib/shared/{query.d.ts → types/query.d.ts} +0 -0
  696. /package/src/lib/shared/{ranges.d.ts → types/ranges.d.ts} +0 -0
  697. /package/src/lib/shared/{sort.d.ts → types/sort.d.ts} +0 -0
  698. /package/src/lib/shared/{theme.d.ts → types/theme.d.ts} +0 -0
  699. /package/src/lib/shared/{viz-item.d.ts → types/viz-item.d.ts} +0 -0
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/scatter-plot-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.98/scatter-plot-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "annotate": {
@@ -12,7 +12,12 @@ declare const _default: {
12
12
  "type": "boolean"
13
13
  },
14
14
  "content": {
15
- "description": "Information tooltip content in format {locale: \"content\"}, for example, {en: \"Content\"}",
15
+ "description": "Information tooltip content in format {<locale>: \"content\"}",
16
+ "examples": [
17
+ {
18
+ "en": "Content"
19
+ }
20
+ ],
16
21
  "type": "object"
17
22
  },
18
23
  "position": {
@@ -33,195 +38,213 @@ declare const _default: {
33
38
  "description": "Axes options",
34
39
  "properties": {
35
40
  "x": {
36
- "description": "X-axis options",
37
- "properties": {
38
- "color": {
39
- "description": "X-axis color",
40
- "examples": [
41
- "#000000",
42
- "black",
43
- "rgba(0,0,0,1)"
44
- ],
45
- "type": "string"
46
- },
47
- "guidelines": {
48
- "description": "Guideline options",
41
+ "allOf": [
42
+ {
49
43
  "properties": {
50
- "lines": {
51
- "description": "An array of guidelines",
52
- "items": {
53
- "properties": {
54
- "color": {
55
- "description": "Color of the guideline",
56
- "examples": [
57
- "#000000",
58
- "black",
59
- "rgba(0,0,0,1)"
60
- ],
61
- "type": "string"
62
- },
63
- "type": {
64
- "default": "value",
65
- "description": "Value type of the guideline",
66
- "enum": [
67
- "average",
68
- "average close",
69
- "average open",
70
- "median",
71
- "value"
72
- ],
73
- "type": "string"
74
- },
75
- "value": {
76
- "description": "Value of the guideline",
77
- "examples": [
78
- -10,
79
- 0,
80
- 0.1,
81
- 10,
82
- 100
83
- ],
84
- "type": "number"
85
- }
86
- },
87
- "type": "object"
88
- },
89
- "type": "array"
44
+ "color": {
45
+ "description": "X-axis color",
46
+ "examples": [
47
+ "#000000",
48
+ "black",
49
+ "rgba(0,0,0,1)"
50
+ ],
51
+ "type": "string"
90
52
  },
91
- "style": {
92
- "description": "Style of the guidelines",
53
+ "ticksMode": {
54
+ "default": "ticks",
55
+ "description": "Ticks mode of the X-axis: hide, ticks, or gridlines",
56
+ "enum": [
57
+ "gridlines",
58
+ "hide",
59
+ "ticks"
60
+ ],
61
+ "type": "string"
62
+ }
63
+ },
64
+ "type": "object"
65
+ },
66
+ {
67
+ "properties": {
68
+ "guidelines": {
69
+ "description": "Guideline options",
93
70
  "properties": {
94
- "type": {
95
- "description": "Dashed/dotted definition of the guideline",
96
- "enum": [
97
- "0",
98
- "1,2",
99
- "3,3"
100
- ],
101
- "type": "string"
71
+ "lines": {
72
+ "description": "An array of guidelines",
73
+ "items": {
74
+ "properties": {
75
+ "color": {
76
+ "description": "Color of the guideline",
77
+ "examples": [
78
+ "#000000",
79
+ "black",
80
+ "rgba(0,0,0,1)"
81
+ ],
82
+ "type": "string"
83
+ },
84
+ "type": {
85
+ "default": "value",
86
+ "description": "Value type of the guideline",
87
+ "enum": [
88
+ "average",
89
+ "average close",
90
+ "average open",
91
+ "median",
92
+ "value"
93
+ ],
94
+ "type": "string"
95
+ },
96
+ "value": {
97
+ "description": "Value of the guideline",
98
+ "examples": [
99
+ -10,
100
+ 0,
101
+ 0.1,
102
+ 10,
103
+ 100
104
+ ],
105
+ "type": "number"
106
+ }
107
+ },
108
+ "type": "object"
109
+ },
110
+ "type": "array"
102
111
  },
103
- "width": {
104
- "description": "Width of the guideline",
105
- "examples": [
106
- "1px",
107
- "2px",
108
- "3.5px"
109
- ],
110
- "type": "string"
112
+ "style": {
113
+ "description": "Style of the guidelines",
114
+ "properties": {
115
+ "type": {
116
+ "description": "Dashed/dotted definition of the guideline",
117
+ "enum": [
118
+ "0",
119
+ "1,2",
120
+ "3,3"
121
+ ],
122
+ "type": "string"
123
+ },
124
+ "width": {
125
+ "description": "Width of the guideline",
126
+ "examples": [
127
+ "1px",
128
+ "2px",
129
+ "3.5px"
130
+ ],
131
+ "type": "string"
132
+ }
133
+ },
134
+ "type": "object"
111
135
  }
112
136
  },
113
137
  "type": "object"
114
138
  }
115
139
  },
116
140
  "type": "object"
117
- },
118
- "ticksMode": {
119
- "default": "ticks",
120
- "description": "Ticks mode of the X-axis: hide, ticks, or gridlines",
121
- "enum": [
122
- "gridlines",
123
- "hide",
124
- "ticks"
125
- ],
126
- "type": "string"
127
141
  }
128
- },
129
- "type": "object"
142
+ ],
143
+ "description": "X-axis options"
130
144
  },
131
145
  "y": {
132
- "properties": {
133
- "color": {
134
- "description": "X-axis color",
135
- "examples": [
136
- "#000000",
137
- "black",
138
- "rgba(0,0,0,1)"
139
- ],
140
- "type": "string"
141
- },
142
- "guidelines": {
143
- "description": "Guideline options",
146
+ "allOf": [
147
+ {
144
148
  "properties": {
145
- "lines": {
146
- "description": "An array of guidelines",
147
- "items": {
148
- "properties": {
149
- "color": {
150
- "description": "Color of the guideline",
151
- "examples": [
152
- "#000000",
153
- "black",
154
- "rgba(0,0,0,1)"
155
- ],
156
- "type": "string"
157
- },
158
- "type": {
159
- "default": "value",
160
- "description": "Value type of the guideline",
161
- "enum": [
162
- "average",
163
- "average close",
164
- "average open",
165
- "median",
166
- "value"
167
- ],
168
- "type": "string"
169
- },
170
- "value": {
171
- "description": "Value of the guideline",
172
- "examples": [
173
- -10,
174
- 0,
175
- 0.1,
176
- 10,
177
- 100
178
- ],
179
- "type": "number"
180
- }
181
- },
182
- "type": "object"
183
- },
184
- "type": "array"
149
+ "color": {
150
+ "description": "Y-axis color",
151
+ "examples": [
152
+ "#000000",
153
+ "black",
154
+ "rgba(0,0,0,1)"
155
+ ],
156
+ "type": "string"
185
157
  },
186
- "style": {
187
- "description": "Style of the guidelines",
158
+ "ticksMode": {
159
+ "default": "ticks",
160
+ "description": "Ticks mode of the Y-axis: hide, ticks, or gridlines",
161
+ "enum": [
162
+ "gridlines",
163
+ "hide",
164
+ "ticks"
165
+ ],
166
+ "type": "string"
167
+ }
168
+ },
169
+ "type": "object"
170
+ },
171
+ {
172
+ "properties": {
173
+ "guidelines": {
174
+ "description": "Guideline options",
188
175
  "properties": {
189
- "type": {
190
- "description": "Dashed/dotted definition of the guideline",
191
- "enum": [
192
- "0",
193
- "1,2",
194
- "3,3"
195
- ],
196
- "type": "string"
176
+ "lines": {
177
+ "description": "An array of guidelines",
178
+ "items": {
179
+ "properties": {
180
+ "color": {
181
+ "description": "Color of the guideline",
182
+ "examples": [
183
+ "#000000",
184
+ "black",
185
+ "rgba(0,0,0,1)"
186
+ ],
187
+ "type": "string"
188
+ },
189
+ "type": {
190
+ "default": "value",
191
+ "description": "Value type of the guideline",
192
+ "enum": [
193
+ "average",
194
+ "average close",
195
+ "average open",
196
+ "median",
197
+ "value"
198
+ ],
199
+ "type": "string"
200
+ },
201
+ "value": {
202
+ "description": "Value of the guideline",
203
+ "examples": [
204
+ -10,
205
+ 0,
206
+ 0.1,
207
+ 10,
208
+ 100
209
+ ],
210
+ "type": "number"
211
+ }
212
+ },
213
+ "type": "object"
214
+ },
215
+ "type": "array"
197
216
  },
198
- "width": {
199
- "description": "Width of the guideline",
200
- "examples": [
201
- "1px",
202
- "2px",
203
- "3.5px"
204
- ],
205
- "type": "string"
217
+ "style": {
218
+ "description": "Style of the guidelines",
219
+ "properties": {
220
+ "type": {
221
+ "description": "Dashed/dotted definition of the guideline",
222
+ "enum": [
223
+ "0",
224
+ "1,2",
225
+ "3,3"
226
+ ],
227
+ "type": "string"
228
+ },
229
+ "width": {
230
+ "description": "Width of the guideline",
231
+ "examples": [
232
+ "1px",
233
+ "2px",
234
+ "3.5px"
235
+ ],
236
+ "type": "string"
237
+ }
238
+ },
239
+ "type": "object"
206
240
  }
207
241
  },
208
242
  "type": "object"
209
243
  }
210
244
  },
211
245
  "type": "object"
212
- },
213
- "ticksMode": {
214
- "default": "ticks",
215
- "description": "Ticks mode of the X-axis: hide, ticks, or gridlines",
216
- "enum": [
217
- "gridlines",
218
- "hide",
219
- "ticks"
220
- ],
221
- "type": "string"
222
246
  }
223
- },
224
- "type": "object"
247
+ ]
225
248
  }
226
249
  },
227
250
  "type": "object"
@@ -308,11 +331,11 @@ declare const _default: {
308
331
  "properties": {
309
332
  "enabled": {
310
333
  "default": false,
311
- "description": "Show or hide the X-axis grid",
334
+ "description": "Show or hide the axis grid",
312
335
  "type": "boolean"
313
336
  },
314
337
  "opacity": {
315
- "description": "Opacity of the X-axis grid",
338
+ "description": "Opacity of the axis grid",
316
339
  "examples": [
317
340
  1,
318
341
  0.5,
@@ -321,7 +344,7 @@ declare const _default: {
321
344
  "type": "number"
322
345
  },
323
346
  "style": {
324
- "description": "Style of the X-axis grid",
347
+ "description": "Style of the axis grid",
325
348
  "enum": [
326
349
  "dashed",
327
350
  "dotted",
@@ -337,11 +360,11 @@ declare const _default: {
337
360
  "properties": {
338
361
  "enabled": {
339
362
  "default": false,
340
- "description": "Show or hide the Y-axis grid",
363
+ "description": "Show or hide the axis grid",
341
364
  "type": "boolean"
342
365
  },
343
366
  "opacity": {
344
- "description": "Opacity of the Y-axis grid",
367
+ "description": "Opacity of the axis grid",
345
368
  "examples": [
346
369
  1,
347
370
  0.5,
@@ -350,7 +373,7 @@ declare const _default: {
350
373
  "type": "number"
351
374
  },
352
375
  "style": {
353
- "description": "Style of the Y-axis grid",
376
+ "description": "Style of the axis grid",
354
377
  "enum": [
355
378
  "dashed",
356
379
  "dotted",
@@ -373,94 +396,97 @@ declare const _default: {
373
396
  "type": "boolean"
374
397
  },
375
398
  "customEvents": {
376
- "anyOf": [
377
- {
378
- "properties": {
379
- "events": {
380
- "items": {
381
- "description": "Custom event configuration",
382
- "properties": {
383
- "label": {
384
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
385
- "type": "object"
386
- },
387
- "name": {
388
- "description": "Custom event name",
389
- "type": "string"
399
+ "default": null,
400
+ "description": "Custom events interactivity option",
401
+ "properties": {
402
+ "events": {
403
+ "items": {
404
+ "description": "Custom event configuration",
405
+ "properties": {
406
+ "label": {
407
+ "description": "Label in format {<locale>: \"label\"}, for example",
408
+ "examples": [
409
+ {
410
+ "en": "Total Revenue"
390
411
  }
391
- },
412
+ ],
392
413
  "type": "object"
393
414
  },
394
- "type": "array"
415
+ "name": {
416
+ "description": "Custom event name",
417
+ "type": "string"
418
+ }
395
419
  },
396
- "extraData": {
397
- "items": {
398
- "properties": {
399
- "aggregation": {
400
- "description": "Aggregation query type",
401
- "enum": [
402
- "average",
403
- "count",
404
- "cumulativesum",
405
- "distinctcount",
406
- "histogram",
407
- "max",
408
- "median",
409
- "min",
410
- "rate",
411
- "stddev",
412
- "sum",
413
- "weightedaverage"
414
- ],
415
- "type": "string"
416
- },
417
- "columnId": {
418
- "description": "Column id",
419
- "format": "uuid",
420
- "type": "string"
421
- },
422
- "datasetId": {
423
- "description": "Dataset id",
424
- "format": "uuid",
425
- "type": "string"
426
- },
427
- "formulaId": {
428
- "description": "Formula id",
429
- "format": "uuid",
430
- "type": "string"
431
- },
432
- "label": {
433
- "description": "Label",
434
- "type": "string"
435
- },
436
- "weightedColumnId": {
437
- "description": "Weighted column id",
438
- "format": "uuid",
439
- "type": "string"
440
- },
441
- "weightedDatasetId": {
442
- "description": "Weighted dataset id",
443
- "format": "uuid",
444
- "type": "string"
445
- }
446
- },
447
- "type": "object"
448
- },
449
- "type": "array"
450
- }
420
+ "type": "object"
451
421
  },
452
- "type": "object"
422
+ "type": "array"
453
423
  },
454
- {
455
- "type": "null"
424
+ "extraData": {
425
+ "items": {
426
+ "properties": {
427
+ "aggregation": {
428
+ "description": "Aggregation query type",
429
+ "enum": [
430
+ "average",
431
+ "count",
432
+ "cumulativesum",
433
+ "distinctcount",
434
+ "histogram",
435
+ "max",
436
+ "median",
437
+ "min",
438
+ "rate",
439
+ "stddev",
440
+ "sum",
441
+ "weightedaverage"
442
+ ],
443
+ "type": "string"
444
+ },
445
+ "columnId": {
446
+ "description": "Column id",
447
+ "format": "uuid",
448
+ "type": "string"
449
+ },
450
+ "datasetId": {
451
+ "description": "Dataset id",
452
+ "format": "uuid",
453
+ "type": "string"
454
+ },
455
+ "formulaId": {
456
+ "description": "Formula id",
457
+ "format": "uuid",
458
+ "type": "string"
459
+ },
460
+ "label": {
461
+ "description": "Label",
462
+ "type": "string"
463
+ },
464
+ "weightedColumnId": {
465
+ "description": "Weighted column id",
466
+ "format": "uuid",
467
+ "type": "string"
468
+ },
469
+ "weightedDatasetId": {
470
+ "description": "Weighted dataset id",
471
+ "format": "uuid",
472
+ "type": "string"
473
+ }
474
+ },
475
+ "type": "object"
476
+ },
477
+ "type": "array"
456
478
  }
457
- ],
458
- "default": null,
459
- "description": "Custom events interactivity option"
479
+ },
480
+ "type": "object"
460
481
  },
461
482
  "customTooltip": {
462
483
  "default": null,
463
- "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
484
+ "description": "Custom tooltip interactivity option, in format {<locale>: \"tooltip text\"}",
485
+ "examples": [
486
+ {
487
+ "en": "Total Revenue"
488
+ }
489
+ ],
464
490
  "type": [
465
491
  "null",
466
492
  "object"
@@ -557,6 +583,7 @@ declare const _default: {
557
583
  "currency",
558
584
  "duration",
559
585
  "hierarchy_element_expression",
586
+ "interval",
560
587
  "ip_address",
561
588
  "topography"
562
589
  ],
@@ -597,7 +624,11 @@ declare const _default: {
597
624
  "type": "string"
598
625
  },
599
626
  "currency": {
600
- "description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
627
+ "description": "Currency code. It is only used when the column type is \"numeric\" and subtype is \"currency\".",
628
+ "examples": [
629
+ "€",
630
+ "$"
631
+ ],
601
632
  "type": [
602
633
  "null",
603
634
  "string"
@@ -666,7 +697,13 @@ declare const _default: {
666
697
  "type": "object"
667
698
  },
668
699
  "label": {
669
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
700
+ "description": "Label in format {<locale>: \"label\"}",
701
+ "examples": [
702
+ {
703
+ "de": "Gesamtumsatz",
704
+ "en": "Total Revenue"
705
+ }
706
+ ],
670
707
  "type": "object"
671
708
  },
672
709
  "level": {
@@ -699,6 +736,207 @@ declare const _default: {
699
736
  "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
700
737
  "type": "number"
701
738
  },
739
+ "offsetDateColumn": {
740
+ "allOf": [
741
+ {
742
+ "properties": {
743
+ "cardinality": {
744
+ "type": "number"
745
+ },
746
+ "color": {
747
+ "type": "string"
748
+ },
749
+ "currency": {
750
+ "properties": {
751
+ "id": {
752
+ "type": "string"
753
+ },
754
+ "name": {
755
+ "type": "string"
756
+ },
757
+ "symbol": {
758
+ "type": "string"
759
+ }
760
+ },
761
+ "type": "object"
762
+ },
763
+ "currency_id": {
764
+ "type": "string"
765
+ },
766
+ "description": {
767
+ "type": "object"
768
+ },
769
+ "duration_format": {
770
+ "enum": [
771
+ "long",
772
+ "short",
773
+ "time"
774
+ ],
775
+ "type": "string"
776
+ },
777
+ "duration_levels": {
778
+ "items": {
779
+ "type": "number"
780
+ },
781
+ "type": "array"
782
+ },
783
+ "expression": {
784
+ "type": "string"
785
+ },
786
+ "format": {
787
+ "type": "string"
788
+ },
789
+ "hierarchyLevels": {
790
+ "items": {
791
+ "properties": {
792
+ "color": {
793
+ "type": "string"
794
+ },
795
+ "id": {
796
+ "type": "string"
797
+ },
798
+ "level": {
799
+ "type": "number"
800
+ },
801
+ "name": {
802
+ "type": "object"
803
+ }
804
+ },
805
+ "type": "object"
806
+ },
807
+ "type": "array"
808
+ },
809
+ "hierarchy_enabled": {
810
+ "type": "boolean"
811
+ },
812
+ "highestLevel": {
813
+ "type": "number"
814
+ },
815
+ "id": {
816
+ "type": "string"
817
+ },
818
+ "informat": {
819
+ "type": "string"
820
+ },
821
+ "isLabel": {
822
+ "type": "boolean"
823
+ },
824
+ "joins": {
825
+ "items": {
826
+ "properties": {
827
+ "currency_id": {
828
+ "type": [
829
+ "null",
830
+ "string"
831
+ ]
832
+ },
833
+ "hierarchy_enabled": {
834
+ "type": "boolean"
835
+ },
836
+ "id": {
837
+ "type": "string"
838
+ },
839
+ "join": {
840
+ "properties": {
841
+ "column_id": {
842
+ "type": "string"
843
+ },
844
+ "created_at": {
845
+ "type": "string"
846
+ },
847
+ "joins_id": {
848
+ "type": "string"
849
+ },
850
+ "subtype": {
851
+ "type": "string"
852
+ },
853
+ "type": {
854
+ "enum": [
855
+ "exact",
856
+ "lookup"
857
+ ],
858
+ "type": "string"
859
+ },
860
+ "update_at": {
861
+ "type": "string"
862
+ },
863
+ "updated_at": {
864
+ "type": "string"
865
+ }
866
+ },
867
+ "type": "object"
868
+ },
869
+ "securable_id": {
870
+ "type": "string"
871
+ }
872
+ },
873
+ "type": "object"
874
+ },
875
+ "type": "array"
876
+ },
877
+ "level": {
878
+ "type": "number"
879
+ },
880
+ "lowestLevel": {
881
+ "type": "number"
882
+ },
883
+ "name": {
884
+ "type": "object"
885
+ },
886
+ "order": {
887
+ "type": "number"
888
+ },
889
+ "securable_id": {
890
+ "type": "string"
891
+ },
892
+ "source_name": {
893
+ "type": "string"
894
+ },
895
+ "subtype": {
896
+ "enum": [
897
+ "coordinates",
898
+ "currency",
899
+ "duration",
900
+ "hierarchy_element_expression",
901
+ "interval",
902
+ "ip_address",
903
+ "topography"
904
+ ],
905
+ "type": "string"
906
+ },
907
+ "type": {
908
+ "enum": [
909
+ "array[datetime]",
910
+ "array[hierarchy]",
911
+ "array[numeric]",
912
+ "array[spatial]",
913
+ "datetime",
914
+ "hierarchy",
915
+ "numeric",
916
+ "spatial"
917
+ ],
918
+ "type": "string"
919
+ },
920
+ "version": {
921
+ "type": "number"
922
+ },
923
+ "width": {
924
+ "type": "number"
925
+ }
926
+ },
927
+ "type": "object"
928
+ },
929
+ {
930
+ "properties": {
931
+ "datasetId": {
932
+ "type": "string"
933
+ }
934
+ },
935
+ "type": "object"
936
+ }
937
+ ],
938
+ "description": "Offset date column"
939
+ },
702
940
  "periodToDate": {
703
941
  "description": "Turn ON/OFF period to date comparison",
704
942
  "type": "boolean"
@@ -707,6 +945,14 @@ declare const _default: {
707
945
  "description": "Number of periods",
708
946
  "type": "number"
709
947
  },
948
+ "rangeType": {
949
+ "description": "Range type",
950
+ "enum": [
951
+ "relative",
952
+ "user-defined"
953
+ ],
954
+ "type": "string"
955
+ },
710
956
  "type": {
711
957
  "description": "Period over period comparison type",
712
958
  "enum": [
@@ -732,6 +978,7 @@ declare const _default: {
732
978
  "currency",
733
979
  "duration",
734
980
  "hierarchy_element_expression",
981
+ "interval",
735
982
  "ip_address",
736
983
  "topography"
737
984
  ],
@@ -801,7 +1048,12 @@ declare const _default: {
801
1048
  "type": "string"
802
1049
  },
803
1050
  "url": {
804
- "description": "URL in format {locale: \"url\"}, for example, {en: \"...\"}",
1051
+ "description": "URL in format {<locale>: \"url\"}",
1052
+ "examples": [
1053
+ {
1054
+ "en": "https://example.com"
1055
+ }
1056
+ ],
805
1057
  "type": "object"
806
1058
  }
807
1059
  },
@@ -1304,7 +1556,7 @@ declare const _default: {
1304
1556
  "type": "string"
1305
1557
  },
1306
1558
  "title": {
1307
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
1559
+ "description": "Title in format { <locale>: \"title\"}. It's applied if the title is displayed.",
1308
1560
  "examples": [
1309
1561
  {
1310
1562
  "en": "Title"