@luzmo/dashboard-contents-types 1.0.5 → 1.0.7

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 (280) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/README.md +132 -0
  3. package/assets/json-schemas/area-chart-options.schema.json.d.ts +129 -532
  4. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +23 -19
  5. package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
  6. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +125 -2594
  7. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +23 -19
  8. package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
  9. package/assets/json-schemas/box-plot-options.schema.json.d.ts +121 -525
  10. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +17 -13
  11. package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
  12. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +126 -2595
  13. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +23 -19
  14. package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
  15. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +114 -521
  16. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +23 -19
  17. package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
  18. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +117 -524
  19. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +21 -16
  20. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  21. package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +857 -0
  22. package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +485 -0
  23. package/assets/json-schemas/circle-pack-chart.schema.json.d.ts +23 -0
  24. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +116 -523
  25. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +19 -15
  26. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  27. package/assets/json-schemas/column-chart-options.schema.json.d.ts +125 -2594
  28. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +23 -19
  29. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  30. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +42 -456
  31. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +19 -15
  32. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  33. package/assets/json-schemas/date-filter-options.schema.json.d.ts +27 -415
  34. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +7 -6
  35. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  36. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +161 -2623
  37. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +19 -15
  38. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  39. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +29 -417
  40. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +15 -11
  41. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  42. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +119 -525
  43. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +17 -13
  44. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  45. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +125 -2594
  46. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +18 -14
  47. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  48. package/assets/json-schemas/heat-map-options.schema.json.d.ts +32 -449
  49. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +18 -13
  50. package/assets/json-schemas/heat-map.schema.json.d.ts +3 -3
  51. package/assets/json-schemas/heat-table-options.schema.json.d.ts +1119 -0
  52. package/assets/json-schemas/heat-table-slots.schema.json.d.ts +518 -0
  53. package/assets/json-schemas/heat-table.schema.json.d.ts +23 -0
  54. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +39 -453
  55. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +18 -13
  56. package/assets/json-schemas/hexbin-map.schema.json.d.ts +3 -3
  57. package/assets/json-schemas/image-options.schema.json.d.ts +8 -8
  58. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  59. package/assets/json-schemas/line-chart-options.schema.json.d.ts +131 -536
  60. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +23 -19
  61. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  62. package/assets/json-schemas/marker-map-options.schema.json.d.ts +32 -449
  63. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +18 -13
  64. package/assets/json-schemas/marker-map.schema.json.d.ts +3 -3
  65. package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +1173 -0
  66. package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +582 -0
  67. package/assets/json-schemas/ohlc-chart.schema.json.d.ts +23 -0
  68. package/assets/json-schemas/options.schema.json.d.ts +59 -35
  69. package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +729 -0
  70. package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +482 -0
  71. package/assets/json-schemas/parallel-coordinates-plot.schema.json.d.ts +23 -0
  72. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +114 -523
  73. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +23 -19
  74. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  75. package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +1191 -0
  76. package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +517 -0
  77. package/assets/json-schemas/pyramid-chart.schema.json.d.ts +23 -0
  78. package/assets/json-schemas/radar-chart-options.schema.json.d.ts +866 -0
  79. package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +518 -0
  80. package/assets/json-schemas/radar-chart.schema.json.d.ts +23 -0
  81. package/assets/json-schemas/regular-table-options.schema.json.d.ts +110 -520
  82. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +15 -11
  83. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  84. package/assets/json-schemas/route-map-options.schema.json.d.ts +32 -449
  85. package/assets/json-schemas/route-map-slots.schema.json.d.ts +25 -20
  86. package/assets/json-schemas/route-map.schema.json.d.ts +3 -3
  87. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +117 -524
  88. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +27 -23
  89. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  90. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +124 -528
  91. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +31 -27
  92. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  93. package/assets/json-schemas/search-filter-options.schema.json.d.ts +27 -415
  94. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +15 -11
  95. package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
  96. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +28 -416
  97. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +19 -15
  98. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  99. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +28 -416
  100. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +12 -9
  101. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  102. package/assets/json-schemas/slots.schema.json.d.ts +56 -32
  103. package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +28 -436
  104. package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +24 -19
  105. package/assets/json-schemas/speedometer-chart.schema.json.d.ts +3 -3
  106. package/assets/json-schemas/spike-map-options.schema.json.d.ts +39 -453
  107. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +22 -17
  108. package/assets/json-schemas/spike-map.schema.json.d.ts +3 -3
  109. package/assets/json-schemas/strip-plot-options.schema.json.d.ts +723 -0
  110. package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +485 -0
  111. package/assets/json-schemas/strip-plot.schema.json.d.ts +23 -0
  112. package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +1024 -0
  113. package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +485 -0
  114. package/assets/json-schemas/sunburst-chart.schema.json.d.ts +23 -0
  115. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +39 -453
  116. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +21 -16
  117. package/assets/json-schemas/symbol-map.schema.json.d.ts +3 -3
  118. package/assets/json-schemas/text-options.schema.json.d.ts +9 -22
  119. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  120. package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +125 -2604
  121. package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +29 -24
  122. package/assets/json-schemas/treemap-chart.schema.json.d.ts +3 -3
  123. package/assets/json-schemas/video-options.schema.json.d.ts +8 -21
  124. package/assets/json-schemas/video.schema.json.d.ts +2 -2
  125. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
  126. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +124 -2603
  127. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +21 -17
  128. package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +3 -3
  129. package/index.js +407 -325
  130. package/index.mjs +27332 -42237
  131. package/json-schemas.d.ts +16188 -33824
  132. package/json-schemas.d.ts.map +1 -1
  133. package/package.json +1 -1
  134. package/src/index.d.ts +1 -1
  135. package/src/index.d.ts.map +1 -1
  136. package/src/lib/area-chart/area-chart-options.d.ts +33 -11
  137. package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
  138. package/src/lib/bar-chart/bar-chart-options.d.ts +13 -11
  139. package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
  140. package/src/lib/box-plot/box-plot-options.d.ts +9 -8
  141. package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
  142. package/src/lib/bubble-chart/bubble-chart-options.d.ts +13 -11
  143. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  144. package/src/lib/bullet-chart/bullet-chart-options.d.ts +9 -8
  145. package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
  146. package/src/lib/choropleth-map/choropleth-map-options.d.ts +11 -10
  147. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  148. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts +84 -0
  149. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts.map +1 -0
  150. package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts +29 -0
  151. package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts.map +1 -0
  152. package/src/lib/circle-pack-chart/circle-pack-chart.d.ts +24 -0
  153. package/src/lib/circle-pack-chart/circle-pack-chart.d.ts.map +1 -0
  154. package/src/lib/circle-pack-chart/index.d.ts +3 -0
  155. package/src/lib/circle-pack-chart/index.d.ts.map +1 -1
  156. package/src/lib/circular-gauge/circular-gauge-options.d.ts +8 -7
  157. package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
  158. package/src/lib/column-chart/column-chart-options.d.ts +13 -11
  159. package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
  160. package/src/lib/combination-chart/combination-chart-options.d.ts +4 -3
  161. package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
  162. package/src/lib/conditional-number/conditional-number-options.d.ts +6 -5
  163. package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
  164. package/src/lib/date-filter/date-filter-options.d.ts +1 -1
  165. package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
  166. package/src/lib/donut-chart/donut-chart-options.d.ts +16 -12
  167. package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
  168. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -2
  169. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
  170. package/src/lib/evolution-number/evolution-number-options.d.ts +20 -4
  171. package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
  172. package/src/lib/funnel-chart/funnel-chart-options.d.ts +13 -11
  173. package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
  174. package/src/lib/heat-map/heat-map-options.d.ts +3 -2
  175. package/src/lib/heat-map/heat-map-options.d.ts.map +1 -1
  176. package/src/lib/heat-table/heat-table-options.d.ts +187 -0
  177. package/src/lib/heat-table/heat-table-options.d.ts.map +1 -0
  178. package/src/lib/heat-table/heat-table-slots.d.ts +41 -0
  179. package/src/lib/heat-table/heat-table-slots.d.ts.map +1 -0
  180. package/src/lib/heat-table/heat-table.d.ts +24 -0
  181. package/src/lib/heat-table/heat-table.d.ts.map +1 -0
  182. package/src/lib/heat-table/index.d.ts +3 -0
  183. package/src/lib/heat-table/index.d.ts.map +1 -1
  184. package/src/lib/hexbin-map/hexbin-map-options.d.ts +5 -4
  185. package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -1
  186. package/src/lib/line-chart/line-chart-options.d.ts +30 -12
  187. package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
  188. package/src/lib/marker-map/marker-map-options.d.ts +5 -4
  189. package/src/lib/marker-map/marker-map-options.d.ts.map +1 -1
  190. package/src/lib/ohlc-chart/index.d.ts +3 -0
  191. package/src/lib/ohlc-chart/index.d.ts.map +1 -1
  192. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +202 -0
  193. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -0
  194. package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts +63 -0
  195. package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts.map +1 -0
  196. package/src/lib/ohlc-chart/ohlc-chart.d.ts +24 -0
  197. package/src/lib/ohlc-chart/ohlc-chart.d.ts.map +1 -0
  198. package/src/lib/parallel-coordinates-plot/index.d.ts +3 -0
  199. package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -1
  200. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts +60 -0
  201. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts.map +1 -0
  202. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts +29 -0
  203. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts.map +1 -0
  204. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts +24 -0
  205. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts.map +1 -0
  206. package/src/lib/pivot-table/pivot-table-options.d.ts +9 -8
  207. package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
  208. package/src/lib/pyramid-chart/index.d.ts +3 -0
  209. package/src/lib/pyramid-chart/index.d.ts.map +1 -1
  210. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +177 -0
  211. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -0
  212. package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts +40 -0
  213. package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts.map +1 -0
  214. package/src/lib/pyramid-chart/pyramid-chart.d.ts +24 -0
  215. package/src/lib/pyramid-chart/pyramid-chart.d.ts.map +1 -0
  216. package/src/lib/radar-chart/index.d.ts +3 -0
  217. package/src/lib/radar-chart/index.d.ts.map +1 -1
  218. package/src/lib/radar-chart/radar-chart-options.d.ts +79 -0
  219. package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -0
  220. package/src/lib/radar-chart/radar-chart-slots.d.ts +41 -0
  221. package/src/lib/radar-chart/radar-chart-slots.d.ts.map +1 -0
  222. package/src/lib/radar-chart/radar-chart.d.ts +24 -0
  223. package/src/lib/radar-chart/radar-chart.d.ts.map +1 -0
  224. package/src/lib/regular-table/regular-table-options.d.ts +6 -5
  225. package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
  226. package/src/lib/route-map/route-map-options.d.ts +3 -2
  227. package/src/lib/route-map/route-map-options.d.ts.map +1 -1
  228. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +8 -7
  229. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
  230. package/src/lib/scatter-plot/scatter-plot-options.d.ts +11 -10
  231. package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
  232. package/src/lib/search-filter/search-filter-options.d.ts +2 -2
  233. package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
  234. package/src/lib/shared/common.d.ts +1 -1
  235. package/src/lib/shared/interactivity-export.d.ts +2 -1
  236. package/src/lib/shared/interactivity-export.d.ts.map +1 -1
  237. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +36 -7
  238. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
  239. package/src/lib/shared/legend.d.ts +1 -1
  240. package/src/lib/shared/period-over-period.d.ts +2 -0
  241. package/src/lib/shared/period-over-period.d.ts.map +1 -1
  242. package/src/lib/shared/slots.d.ts +2 -1
  243. package/src/lib/shared/slots.d.ts.map +1 -1
  244. package/src/lib/shared/theme.d.ts +21 -19
  245. package/src/lib/shared/theme.d.ts.map +1 -1
  246. package/src/lib/shared/title.d.ts +1 -1
  247. package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -1
  248. package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
  249. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +2 -1
  250. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -1
  251. package/src/lib/spike-map/spike-map-options.d.ts +3 -2
  252. package/src/lib/spike-map/spike-map-options.d.ts.map +1 -1
  253. package/src/lib/strip-plot/index.d.ts +3 -0
  254. package/src/lib/strip-plot/index.d.ts.map +1 -1
  255. package/src/lib/strip-plot/strip-plot-options.d.ts +51 -0
  256. package/src/lib/strip-plot/strip-plot-options.d.ts.map +1 -0
  257. package/src/lib/strip-plot/strip-plot-slots.d.ts +29 -0
  258. package/src/lib/strip-plot/strip-plot-slots.d.ts.map +1 -0
  259. package/src/lib/strip-plot/strip-plot.d.ts +24 -0
  260. package/src/lib/strip-plot/strip-plot.d.ts.map +1 -0
  261. package/src/lib/sunburst-chart/index.d.ts +3 -0
  262. package/src/lib/sunburst-chart/index.d.ts.map +1 -1
  263. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +89 -0
  264. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -0
  265. package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts +29 -0
  266. package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts.map +1 -0
  267. package/src/lib/sunburst-chart/sunburst-chart.d.ts +24 -0
  268. package/src/lib/sunburst-chart/sunburst-chart.d.ts.map +1 -0
  269. package/src/lib/symbol-map/symbol-map-options.d.ts +4 -3
  270. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
  271. package/src/lib/text/text-options.d.ts +1 -1
  272. package/src/lib/text/text-options.d.ts.map +1 -1
  273. package/src/lib/treemap-chart/treemap-chart-options.d.ts +4 -2
  274. package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
  275. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +3 -1
  276. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -1
  277. package/src/options.d.ts +9 -1
  278. package/src/options.d.ts.map +1 -1
  279. package/src/slots.d.ts +0 -35
  280. package/src/slots.d.ts.map +0 -1
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/search-filter-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/search-filter-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "applyFiltersWithButton": {
@@ -49,364 +49,25 @@ declare const _default: {
49
49
  "items": {
50
50
  "description": "Measure dimension picker configuration",
51
51
  "properties": {
52
- "acceptFormula": {
53
- "type": "boolean"
54
- },
55
- "allAvailableColumns": {
56
- "items": {
57
- "properties": {
58
- "columns": {
59
- "items": {
60
- "properties": {
61
- "cardinality": {
62
- "type": "number"
63
- },
64
- "color": {
65
- "type": "string"
66
- },
67
- "columnHierarchies": {
68
- "anyOf": [
69
- {
70
- "items": {
71
- "type": "string"
72
- },
73
- "type": "array"
74
- },
75
- {
76
- "items": {
77
- "properties": {
78
- "color": {
79
- "type": "string"
80
- },
81
- "id": {
82
- "type": "string"
83
- },
84
- "level": {
85
- "type": "number"
86
- },
87
- "name": {
88
- "type": "object"
89
- }
90
- },
91
- "type": "object"
92
- },
93
- "type": "array"
94
- }
95
- ]
96
- },
97
- "currency": {
98
- "properties": {
99
- "id": {
100
- "type": "string"
101
- },
102
- "name": {
103
- "type": "string"
104
- },
105
- "symbol": {
106
- "type": "string"
107
- }
108
- },
109
- "type": "object"
110
- },
111
- "currency_id": {
112
- "type": "string"
113
- },
114
- "description": {
115
- "type": "object"
116
- },
117
- "duration_format": {
118
- "enum": [
119
- "long",
120
- "short",
121
- "time"
122
- ],
123
- "type": "string"
124
- },
125
- "duration_levels": {
126
- "items": {
127
- "type": "number"
128
- },
129
- "type": "array"
130
- },
131
- "expression": {
132
- "type": "string"
133
- },
134
- "format": {
135
- "type": "string"
136
- },
137
- "hierarchyLevels": {
138
- "items": {
139
- "properties": {
140
- "color": {
141
- "type": "string"
142
- },
143
- "id": {
144
- "type": "string"
145
- },
146
- "level": {
147
- "type": "number"
148
- },
149
- "name": {
150
- "type": "object"
151
- }
152
- },
153
- "type": "object"
154
- },
155
- "type": "array"
156
- },
157
- "hierarchy_enabled": {
158
- "type": "boolean"
159
- },
160
- "highestLevel": {
161
- "type": "number"
162
- },
163
- "id": {
164
- "type": "string"
165
- },
166
- "informat": {
167
- "type": "string"
168
- },
169
- "isFormula": {
170
- "type": "boolean"
171
- },
172
- "isLabel": {
173
- "type": "boolean"
174
- },
175
- "joins": {
176
- "items": {
177
- "properties": {
178
- "currency_id": {
179
- "type": [
180
- "null",
181
- "string"
182
- ]
183
- },
184
- "hierarchy_enabled": {
185
- "type": "boolean"
186
- },
187
- "id": {
188
- "type": "string"
189
- },
190
- "join": {
191
- "properties": {
192
- "column_id": {
193
- "type": "string"
194
- },
195
- "created_at": {
196
- "type": "string"
197
- },
198
- "joins_id": {
199
- "type": "string"
200
- },
201
- "subtype": {
202
- "type": "string"
203
- },
204
- "type": {
205
- "enum": [
206
- "exact",
207
- "lookup"
208
- ],
209
- "type": "string"
210
- },
211
- "update_at": {
212
- "type": "string"
213
- },
214
- "updated_at": {
215
- "type": "string"
216
- }
217
- },
218
- "type": "object"
219
- },
220
- "securable_id": {
221
- "type": "string"
222
- }
223
- },
224
- "type": "object"
225
- },
226
- "type": "array"
227
- },
228
- "level": {
229
- "type": "number"
230
- },
231
- "lowestLevel": {
232
- "type": "number"
233
- },
234
- "name": {
235
- "type": "object"
236
- },
237
- "order": {
238
- "type": "number"
239
- },
240
- "securable_id": {
241
- "type": "string"
242
- },
243
- "source_name": {
244
- "type": "string"
245
- },
246
- "subtype": {
247
- "enum": [
248
- "coordinates",
249
- "currency",
250
- "duration",
251
- "hierarchy_element_expression",
252
- "topography"
253
- ],
254
- "type": "string"
255
- },
256
- "type": {
257
- "enum": [
258
- "datetime",
259
- "hierarchy",
260
- "numeric",
261
- "spatial"
262
- ],
263
- "type": "string"
264
- },
265
- "version": {
266
- "type": "number"
267
- },
268
- "width": {
269
- "type": "number"
270
- }
271
- },
272
- "type": "object"
273
- },
274
- "type": "array"
275
- },
276
- "datasetId": {
277
- "format": "uuid",
278
- "type": "string"
279
- },
280
- "datasetName": {
281
- "type": "object"
282
- },
283
- "formulas": {
284
- "items": {
285
- "properties": {
286
- "color": {
287
- "type": "string"
288
- },
289
- "currency": {
290
- "properties": {
291
- "id": {
292
- "type": "string"
293
- },
294
- "name": {
295
- "type": "string"
296
- },
297
- "symbol": {
298
- "type": "string"
299
- }
300
- },
301
- "type": "object"
302
- },
303
- "currency_id": {
304
- "type": "string"
305
- },
306
- "duration_format": {
307
- "enum": [
308
- "long",
309
- "short",
310
- "time"
311
- ],
312
- "type": "string"
313
- },
314
- "duration_levels": {
315
- "items": {
316
- "type": "number"
317
- },
318
- "type": "array"
319
- },
320
- "expression": {
321
- "type": "string"
322
- },
323
- "format": {
324
- "type": "string"
325
- },
326
- "id": {
327
- "type": "string"
328
- },
329
- "informat": {
330
- "enum": [
331
- "DD-MM-YYYY HH:mm:ss.SSS",
332
- "DD-MM-YYYY HH:mm:ss.SSS ZZ",
333
- "MM-DD-YYYY HH:mm:ss.SSS",
334
- "MM-DD-YYYY HH:mm:ss.SSS ZZ",
335
- "X",
336
- "YYYY-MM-DD HH:mm:ss.SSS",
337
- "YYYY-MM-DD HH:mm:ss.SSS ZZ",
338
- "hierarchy",
339
- "numeric",
340
- "x"
341
- ],
342
- "type": "string"
343
- },
344
- "isFormula": {
345
- "type": "boolean"
346
- },
347
- "level": {
348
- "type": "number"
349
- },
350
- "lowestLevel": {
351
- "type": "number"
352
- },
353
- "name": {
354
- "type": "object"
355
- },
356
- "securableFormula": {
357
- "properties": {
358
- "formula_id": {
359
- "type": "string"
360
- },
361
- "securable_id": {
362
- "type": "string"
363
- }
364
- },
365
- "type": "object"
366
- },
367
- "securable_id": {
368
- "type": "string"
369
- },
370
- "subtype": {
371
- "enum": [
372
- "currency",
373
- "date",
374
- "datetime",
375
- "duration"
376
- ],
377
- "type": "string"
378
- },
379
- "type": {
380
- "enum": [
381
- "datetime",
382
- "hierarchy",
383
- "numeric"
384
- ],
385
- "type": "string"
386
- }
387
- },
388
- "type": "object"
389
- },
390
- "type": "array"
391
- }
392
- },
393
- "type": "object"
394
- },
395
- "type": "array"
396
- },
397
- "allowMultiple": {
398
- "type": "boolean"
399
- },
400
- "description": {
401
- "type": "string"
402
- },
403
52
  "order": {
53
+ "description": "Order",
54
+ "examples": [
55
+ 0,
56
+ 9999
57
+ ],
404
58
  "type": "number"
405
59
  },
406
60
  "slot": {
61
+ "description": "Slot name",
62
+ "examples": [
63
+ "measure",
64
+ "dimension",
65
+ "legend"
66
+ ],
407
67
  "type": "string"
408
68
  },
409
69
  "values": {
70
+ "description": "An array of columns for the current picker",
410
71
  "items": {
411
72
  "properties": {
412
73
  "aggregationFunc": {
@@ -442,6 +103,7 @@ declare const _default: {
442
103
  "currency",
443
104
  "duration",
444
105
  "hierarchy_element_expression",
106
+ "ip_address",
445
107
  "topography"
446
108
  ],
447
109
  "type": "string"
@@ -475,36 +137,6 @@ declare const _default: {
475
137
  "string"
476
138
  ]
477
139
  },
478
- "columnHierarchies": {
479
- "anyOf": [
480
- {
481
- "items": {
482
- "type": "string"
483
- },
484
- "type": "array"
485
- },
486
- {
487
- "items": {
488
- "properties": {
489
- "color": {
490
- "type": "string"
491
- },
492
- "id": {
493
- "type": "string"
494
- },
495
- "level": {
496
- "type": "number"
497
- },
498
- "name": {
499
- "type": "object"
500
- }
501
- },
502
- "type": "object"
503
- },
504
- "type": "array"
505
- }
506
- ]
507
- },
508
140
  "columnId": {
509
141
  "description": "Column id",
510
142
  "format": "uuid",
@@ -579,13 +211,6 @@ declare const _default: {
579
211
  },
580
212
  "type": "object"
581
213
  },
582
- "hidden": {
583
- "type": "boolean"
584
- },
585
- "include_nonoccurring": {
586
- "description": "Shows empty areas for geo slots (with the name \"geo\" and content type 'spacial).\nAlso, it can be set in the options' advanced settings of the Choropleth map.",
587
- "type": "boolean"
588
- },
589
214
  "label": {
590
215
  "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
591
216
  "type": "object"
@@ -633,6 +258,7 @@ declare const _default: {
633
258
  "enum": [
634
259
  "none",
635
260
  "past",
261
+ "absoluteChange",
636
262
  "percentageChange"
637
263
  ],
638
264
  "type": "string"
@@ -640,10 +266,8 @@ declare const _default: {
640
266
  },
641
267
  "type": "object"
642
268
  },
643
- "readonly": {
644
- "type": "boolean"
645
- },
646
269
  "selected": {
270
+ "description": "Selected item",
647
271
  "type": "boolean"
648
272
  },
649
273
  "subtype": {
@@ -656,6 +280,7 @@ declare const _default: {
656
280
  "datetime",
657
281
  "duration",
658
282
  "hierarchy_element_expression",
283
+ "ip_address",
659
284
  "topography"
660
285
  ],
661
286
  "type": "string"
@@ -795,7 +420,7 @@ declare const _default: {
795
420
  "description": "Custom border styling",
796
421
  "properties": {
797
422
  "border-bottom-width": {
798
- "description": "Border bottom width",
423
+ "description": "Border bottom width, it is visible when a border style and color are set",
799
424
  "examples": [
800
425
  "0px",
801
426
  "1px",
@@ -804,7 +429,7 @@ declare const _default: {
804
429
  "type": "string"
805
430
  },
806
431
  "border-color": {
807
- "description": "Border color",
432
+ "description": "Border color, it is visible when a border style and width are set",
808
433
  "examples": [
809
434
  "rgba(216, 216, 216, 1)",
810
435
  "rgb(147, 146, 148)"
@@ -812,7 +437,7 @@ declare const _default: {
812
437
  "type": "string"
813
438
  },
814
439
  "border-left-width": {
815
- "description": "Border left width",
440
+ "description": "Border left width, it is visible when a border style and color are set",
816
441
  "examples": [
817
442
  "0px",
818
443
  "1px",
@@ -830,7 +455,7 @@ declare const _default: {
830
455
  "type": "string"
831
456
  },
832
457
  "border-right-width": {
833
- "description": "Border right width",
458
+ "description": "Border right width, it is visible when a border style and color are set",
834
459
  "examples": [
835
460
  "0px",
836
461
  "1px",
@@ -839,7 +464,7 @@ declare const _default: {
839
464
  "type": "string"
840
465
  },
841
466
  "border-style": {
842
- "description": "Border style",
467
+ "description": "Border style, it is visible when a border color and width are set",
843
468
  "examples": [
844
469
  "none",
845
470
  "solid",
@@ -849,7 +474,7 @@ declare const _default: {
849
474
  "type": "string"
850
475
  },
851
476
  "border-top-width": {
852
- "description": "Border top width",
477
+ "description": "Border top width, it is visible when a border style and color are set",
853
478
  "examples": [
854
479
  "0px",
855
480
  "1px",
@@ -893,19 +518,6 @@ declare const _default: {
893
518
  "font": {
894
519
  "description": "Custom font styling",
895
520
  "properties": {
896
- "font-style": {
897
- "const": "normal",
898
- "description": "Use it to reset the font style to \"normal\"",
899
- "type": "string"
900
- },
901
- "font-weight": {
902
- "description": "Font weight",
903
- "examples": [
904
- 400,
905
- 700
906
- ],
907
- "type": "number"
908
- },
909
521
  "fontFamily": {
910
522
  "description": "Font family",
911
523
  "examples": [
@@ -918,7 +530,7 @@ declare const _default: {
918
530
  "type": "string"
919
531
  },
920
532
  "fontSize": {
921
- "description": "Font size in px",
533
+ "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.",
922
534
  "examples": [
923
535
  10,
924
536
  15,
@@ -947,7 +559,7 @@ declare const _default: {
947
559
  "type": "string"
948
560
  },
949
561
  "title": {
950
- "description": "Custom title styling",
562
+ "description": "Custom title styling, it's applied if the title is displayed",
951
563
  "properties": {
952
564
  "align": {
953
565
  "description": "Title align",
@@ -980,7 +592,7 @@ declare const _default: {
980
592
  "type": "boolean"
981
593
  },
982
594
  "fontSize": {
983
- "description": "Title's font size in px",
595
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
984
596
  "examples": [
985
597
  16,
986
598
  20
@@ -1034,7 +646,7 @@ declare const _default: {
1034
646
  "type": "string"
1035
647
  },
1036
648
  "title": {
1037
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
649
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
1038
650
  "examples": [
1039
651
  {
1040
652
  "en": "Title"