@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/date-filter-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/date-filter-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "color": {
@@ -142,364 +142,25 @@ declare const _default: {
142
142
  "items": {
143
143
  "description": "Measure dimension picker configuration",
144
144
  "properties": {
145
- "acceptFormula": {
146
- "type": "boolean"
147
- },
148
- "allAvailableColumns": {
149
- "items": {
150
- "properties": {
151
- "columns": {
152
- "items": {
153
- "properties": {
154
- "cardinality": {
155
- "type": "number"
156
- },
157
- "color": {
158
- "type": "string"
159
- },
160
- "columnHierarchies": {
161
- "anyOf": [
162
- {
163
- "items": {
164
- "type": "string"
165
- },
166
- "type": "array"
167
- },
168
- {
169
- "items": {
170
- "properties": {
171
- "color": {
172
- "type": "string"
173
- },
174
- "id": {
175
- "type": "string"
176
- },
177
- "level": {
178
- "type": "number"
179
- },
180
- "name": {
181
- "type": "object"
182
- }
183
- },
184
- "type": "object"
185
- },
186
- "type": "array"
187
- }
188
- ]
189
- },
190
- "currency": {
191
- "properties": {
192
- "id": {
193
- "type": "string"
194
- },
195
- "name": {
196
- "type": "string"
197
- },
198
- "symbol": {
199
- "type": "string"
200
- }
201
- },
202
- "type": "object"
203
- },
204
- "currency_id": {
205
- "type": "string"
206
- },
207
- "description": {
208
- "type": "object"
209
- },
210
- "duration_format": {
211
- "enum": [
212
- "long",
213
- "short",
214
- "time"
215
- ],
216
- "type": "string"
217
- },
218
- "duration_levels": {
219
- "items": {
220
- "type": "number"
221
- },
222
- "type": "array"
223
- },
224
- "expression": {
225
- "type": "string"
226
- },
227
- "format": {
228
- "type": "string"
229
- },
230
- "hierarchyLevels": {
231
- "items": {
232
- "properties": {
233
- "color": {
234
- "type": "string"
235
- },
236
- "id": {
237
- "type": "string"
238
- },
239
- "level": {
240
- "type": "number"
241
- },
242
- "name": {
243
- "type": "object"
244
- }
245
- },
246
- "type": "object"
247
- },
248
- "type": "array"
249
- },
250
- "hierarchy_enabled": {
251
- "type": "boolean"
252
- },
253
- "highestLevel": {
254
- "type": "number"
255
- },
256
- "id": {
257
- "type": "string"
258
- },
259
- "informat": {
260
- "type": "string"
261
- },
262
- "isFormula": {
263
- "type": "boolean"
264
- },
265
- "isLabel": {
266
- "type": "boolean"
267
- },
268
- "joins": {
269
- "items": {
270
- "properties": {
271
- "currency_id": {
272
- "type": [
273
- "null",
274
- "string"
275
- ]
276
- },
277
- "hierarchy_enabled": {
278
- "type": "boolean"
279
- },
280
- "id": {
281
- "type": "string"
282
- },
283
- "join": {
284
- "properties": {
285
- "column_id": {
286
- "type": "string"
287
- },
288
- "created_at": {
289
- "type": "string"
290
- },
291
- "joins_id": {
292
- "type": "string"
293
- },
294
- "subtype": {
295
- "type": "string"
296
- },
297
- "type": {
298
- "enum": [
299
- "exact",
300
- "lookup"
301
- ],
302
- "type": "string"
303
- },
304
- "update_at": {
305
- "type": "string"
306
- },
307
- "updated_at": {
308
- "type": "string"
309
- }
310
- },
311
- "type": "object"
312
- },
313
- "securable_id": {
314
- "type": "string"
315
- }
316
- },
317
- "type": "object"
318
- },
319
- "type": "array"
320
- },
321
- "level": {
322
- "type": "number"
323
- },
324
- "lowestLevel": {
325
- "type": "number"
326
- },
327
- "name": {
328
- "type": "object"
329
- },
330
- "order": {
331
- "type": "number"
332
- },
333
- "securable_id": {
334
- "type": "string"
335
- },
336
- "source_name": {
337
- "type": "string"
338
- },
339
- "subtype": {
340
- "enum": [
341
- "coordinates",
342
- "currency",
343
- "duration",
344
- "hierarchy_element_expression",
345
- "topography"
346
- ],
347
- "type": "string"
348
- },
349
- "type": {
350
- "enum": [
351
- "datetime",
352
- "hierarchy",
353
- "numeric",
354
- "spatial"
355
- ],
356
- "type": "string"
357
- },
358
- "version": {
359
- "type": "number"
360
- },
361
- "width": {
362
- "type": "number"
363
- }
364
- },
365
- "type": "object"
366
- },
367
- "type": "array"
368
- },
369
- "datasetId": {
370
- "format": "uuid",
371
- "type": "string"
372
- },
373
- "datasetName": {
374
- "type": "object"
375
- },
376
- "formulas": {
377
- "items": {
378
- "properties": {
379
- "color": {
380
- "type": "string"
381
- },
382
- "currency": {
383
- "properties": {
384
- "id": {
385
- "type": "string"
386
- },
387
- "name": {
388
- "type": "string"
389
- },
390
- "symbol": {
391
- "type": "string"
392
- }
393
- },
394
- "type": "object"
395
- },
396
- "currency_id": {
397
- "type": "string"
398
- },
399
- "duration_format": {
400
- "enum": [
401
- "long",
402
- "short",
403
- "time"
404
- ],
405
- "type": "string"
406
- },
407
- "duration_levels": {
408
- "items": {
409
- "type": "number"
410
- },
411
- "type": "array"
412
- },
413
- "expression": {
414
- "type": "string"
415
- },
416
- "format": {
417
- "type": "string"
418
- },
419
- "id": {
420
- "type": "string"
421
- },
422
- "informat": {
423
- "enum": [
424
- "DD-MM-YYYY HH:mm:ss.SSS",
425
- "DD-MM-YYYY HH:mm:ss.SSS ZZ",
426
- "MM-DD-YYYY HH:mm:ss.SSS",
427
- "MM-DD-YYYY HH:mm:ss.SSS ZZ",
428
- "X",
429
- "YYYY-MM-DD HH:mm:ss.SSS",
430
- "YYYY-MM-DD HH:mm:ss.SSS ZZ",
431
- "hierarchy",
432
- "numeric",
433
- "x"
434
- ],
435
- "type": "string"
436
- },
437
- "isFormula": {
438
- "type": "boolean"
439
- },
440
- "level": {
441
- "type": "number"
442
- },
443
- "lowestLevel": {
444
- "type": "number"
445
- },
446
- "name": {
447
- "type": "object"
448
- },
449
- "securableFormula": {
450
- "properties": {
451
- "formula_id": {
452
- "type": "string"
453
- },
454
- "securable_id": {
455
- "type": "string"
456
- }
457
- },
458
- "type": "object"
459
- },
460
- "securable_id": {
461
- "type": "string"
462
- },
463
- "subtype": {
464
- "enum": [
465
- "currency",
466
- "date",
467
- "datetime",
468
- "duration"
469
- ],
470
- "type": "string"
471
- },
472
- "type": {
473
- "enum": [
474
- "datetime",
475
- "hierarchy",
476
- "numeric"
477
- ],
478
- "type": "string"
479
- }
480
- },
481
- "type": "object"
482
- },
483
- "type": "array"
484
- }
485
- },
486
- "type": "object"
487
- },
488
- "type": "array"
489
- },
490
- "allowMultiple": {
491
- "type": "boolean"
492
- },
493
- "description": {
494
- "type": "string"
495
- },
496
145
  "order": {
146
+ "description": "Order",
147
+ "examples": [
148
+ 0,
149
+ 9999
150
+ ],
497
151
  "type": "number"
498
152
  },
499
153
  "slot": {
154
+ "description": "Slot name",
155
+ "examples": [
156
+ "measure",
157
+ "dimension",
158
+ "legend"
159
+ ],
500
160
  "type": "string"
501
161
  },
502
162
  "values": {
163
+ "description": "An array of columns for the current picker",
503
164
  "items": {
504
165
  "properties": {
505
166
  "aggregationFunc": {
@@ -535,6 +196,7 @@ declare const _default: {
535
196
  "currency",
536
197
  "duration",
537
198
  "hierarchy_element_expression",
199
+ "ip_address",
538
200
  "topography"
539
201
  ],
540
202
  "type": "string"
@@ -568,36 +230,6 @@ declare const _default: {
568
230
  "string"
569
231
  ]
570
232
  },
571
- "columnHierarchies": {
572
- "anyOf": [
573
- {
574
- "items": {
575
- "type": "string"
576
- },
577
- "type": "array"
578
- },
579
- {
580
- "items": {
581
- "properties": {
582
- "color": {
583
- "type": "string"
584
- },
585
- "id": {
586
- "type": "string"
587
- },
588
- "level": {
589
- "type": "number"
590
- },
591
- "name": {
592
- "type": "object"
593
- }
594
- },
595
- "type": "object"
596
- },
597
- "type": "array"
598
- }
599
- ]
600
- },
601
233
  "columnId": {
602
234
  "description": "Column id",
603
235
  "format": "uuid",
@@ -672,13 +304,6 @@ declare const _default: {
672
304
  },
673
305
  "type": "object"
674
306
  },
675
- "hidden": {
676
- "type": "boolean"
677
- },
678
- "include_nonoccurring": {
679
- "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.",
680
- "type": "boolean"
681
- },
682
307
  "label": {
683
308
  "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
684
309
  "type": "object"
@@ -726,6 +351,7 @@ declare const _default: {
726
351
  "enum": [
727
352
  "none",
728
353
  "past",
354
+ "absoluteChange",
729
355
  "percentageChange"
730
356
  ],
731
357
  "type": "string"
@@ -733,10 +359,8 @@ declare const _default: {
733
359
  },
734
360
  "type": "object"
735
361
  },
736
- "readonly": {
737
- "type": "boolean"
738
- },
739
362
  "selected": {
363
+ "description": "Selected item",
740
364
  "type": "boolean"
741
365
  },
742
366
  "subtype": {
@@ -749,6 +373,7 @@ declare const _default: {
749
373
  "datetime",
750
374
  "duration",
751
375
  "hierarchy_element_expression",
376
+ "ip_address",
752
377
  "topography"
753
378
  ],
754
379
  "type": "string"
@@ -888,7 +513,7 @@ declare const _default: {
888
513
  "description": "Custom border styling",
889
514
  "properties": {
890
515
  "border-bottom-width": {
891
- "description": "Border bottom width",
516
+ "description": "Border bottom width, it is visible when a border style and color are set",
892
517
  "examples": [
893
518
  "0px",
894
519
  "1px",
@@ -897,7 +522,7 @@ declare const _default: {
897
522
  "type": "string"
898
523
  },
899
524
  "border-color": {
900
- "description": "Border color",
525
+ "description": "Border color, it is visible when a border style and width are set",
901
526
  "examples": [
902
527
  "rgba(216, 216, 216, 1)",
903
528
  "rgb(147, 146, 148)"
@@ -905,7 +530,7 @@ declare const _default: {
905
530
  "type": "string"
906
531
  },
907
532
  "border-left-width": {
908
- "description": "Border left width",
533
+ "description": "Border left width, it is visible when a border style and color are set",
909
534
  "examples": [
910
535
  "0px",
911
536
  "1px",
@@ -923,7 +548,7 @@ declare const _default: {
923
548
  "type": "string"
924
549
  },
925
550
  "border-right-width": {
926
- "description": "Border right width",
551
+ "description": "Border right width, it is visible when a border style and color are set",
927
552
  "examples": [
928
553
  "0px",
929
554
  "1px",
@@ -932,7 +557,7 @@ declare const _default: {
932
557
  "type": "string"
933
558
  },
934
559
  "border-style": {
935
- "description": "Border style",
560
+ "description": "Border style, it is visible when a border color and width are set",
936
561
  "examples": [
937
562
  "none",
938
563
  "solid",
@@ -942,7 +567,7 @@ declare const _default: {
942
567
  "type": "string"
943
568
  },
944
569
  "border-top-width": {
945
- "description": "Border top width",
570
+ "description": "Border top width, it is visible when a border style and color are set",
946
571
  "examples": [
947
572
  "0px",
948
573
  "1px",
@@ -986,19 +611,6 @@ declare const _default: {
986
611
  "font": {
987
612
  "description": "Custom font styling",
988
613
  "properties": {
989
- "font-style": {
990
- "const": "normal",
991
- "description": "Use it to reset the font style to \"normal\"",
992
- "type": "string"
993
- },
994
- "font-weight": {
995
- "description": "Font weight",
996
- "examples": [
997
- 400,
998
- 700
999
- ],
1000
- "type": "number"
1001
- },
1002
614
  "fontFamily": {
1003
615
  "description": "Font family",
1004
616
  "examples": [
@@ -1011,7 +623,7 @@ declare const _default: {
1011
623
  "type": "string"
1012
624
  },
1013
625
  "fontSize": {
1014
- "description": "Font size in px",
626
+ "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.",
1015
627
  "examples": [
1016
628
  10,
1017
629
  15,
@@ -1040,7 +652,7 @@ declare const _default: {
1040
652
  "type": "string"
1041
653
  },
1042
654
  "title": {
1043
- "description": "Custom title styling",
655
+ "description": "Custom title styling, it's applied if the title is displayed",
1044
656
  "properties": {
1045
657
  "align": {
1046
658
  "description": "Title align",
@@ -1073,7 +685,7 @@ declare const _default: {
1073
685
  "type": "boolean"
1074
686
  },
1075
687
  "fontSize": {
1076
- "description": "Title's font size in px",
688
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1077
689
  "examples": [
1078
690
  16,
1079
691
  20
@@ -1127,7 +739,7 @@ declare const _default: {
1127
739
  "type": "string"
1128
740
  },
1129
741
  "title": {
1130
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
742
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
1131
743
  "examples": [
1132
744
  {
1133
745
  "en": "Title"
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/date-filter-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "DateTimeSlotContent": {
@@ -88,7 +88,7 @@ declare const _default: {
88
88
  "type": "string"
89
89
  },
90
90
  "periodOverPeriod": {
91
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter-slots.schema.json#/definitions/PeriodOverPeriod",
91
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/date-filter-slots.schema.json#/definitions/PeriodOverPeriod",
92
92
  "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
93
93
  },
94
94
  "subtype": {
@@ -135,17 +135,18 @@ declare const _default: {
135
135
  "type": "number"
136
136
  },
137
137
  "type": {
138
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter-slots.schema.json#/definitions/PeriodOverPeriodType",
138
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/date-filter-slots.schema.json#/definitions/PeriodOverPeriodType",
139
139
  "description": "Period over period comparison type"
140
140
  }
141
141
  },
142
142
  "type": "object"
143
143
  },
144
144
  "PeriodOverPeriodType": {
145
- "description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'percentageChange' - percentage change comparison to the past",
145
+ "description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'absoluteChange' - absolute change comparison to the past,\n'percentageChange' - percentage change comparison to the past",
146
146
  "enum": [
147
147
  "none",
148
148
  "past",
149
+ "absoluteChange",
149
150
  "percentageChange"
150
151
  ],
151
152
  "type": "string"
@@ -156,7 +157,7 @@ declare const _default: {
156
157
  "content": {
157
158
  "description": "Time slot definition",
158
159
  "items": {
159
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter-slots.schema.json#/definitions/DateTimeSlotContent"
160
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/date-filter-slots.schema.json#/definitions/DateTimeSlotContent"
160
161
  },
161
162
  "type": "array"
162
163
  },
@@ -171,7 +172,7 @@ declare const _default: {
171
172
  },
172
173
  "description": "Data definition of the Date filter",
173
174
  "items": {
174
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter-slots.schema.json#/definitions/TimeSlot"
175
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/date-filter-slots.schema.json#/definitions/TimeSlot"
175
176
  },
176
177
  "maxItems": 1,
177
178
  "type": "array"