@luzmo/dashboard-contents-types 1.0.31 → 1.0.33

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 (786) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/assets/json-schemas/ai-summary-options.schema.json.cjs +2 -0
  3. package/assets/json-schemas/ai-summary-options.schema.json.cjs.map +1 -0
  4. package/assets/json-schemas/ai-summary-options.schema.json.d.ts +315 -0
  5. package/assets/json-schemas/ai-summary-options.schema.json.js +14 -0
  6. package/assets/json-schemas/ai-summary-options.schema.json.js.map +1 -0
  7. package/assets/json-schemas/ai-summary.schema.json.cjs +2 -0
  8. package/assets/json-schemas/ai-summary.schema.json.cjs.map +1 -0
  9. package/assets/json-schemas/ai-summary.schema.json.d.ts +19 -0
  10. package/assets/json-schemas/ai-summary.schema.json.js +16 -0
  11. package/assets/json-schemas/ai-summary.schema.json.js.map +1 -0
  12. package/assets/json-schemas/area-chart-options.schema.json.cjs +1 -1
  13. package/assets/json-schemas/area-chart-options.schema.json.d.ts +6 -1
  14. package/assets/json-schemas/area-chart-options.schema.json.js +1 -1
  15. package/assets/json-schemas/area-chart-slots.schema.json.cjs +1 -1
  16. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +22 -22
  17. package/assets/json-schemas/area-chart-slots.schema.json.js +1 -1
  18. package/assets/json-schemas/area-chart.schema.json.cjs +1 -1
  19. package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
  20. package/assets/json-schemas/area-chart.schema.json.js +1 -1
  21. package/assets/json-schemas/bar-chart-options.schema.json.cjs +1 -1
  22. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +6 -1
  23. package/assets/json-schemas/bar-chart-options.schema.json.js +1 -1
  24. package/assets/json-schemas/bar-chart-slots.schema.json.cjs +1 -1
  25. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +22 -22
  26. package/assets/json-schemas/bar-chart-slots.schema.json.js +1 -1
  27. package/assets/json-schemas/bar-chart.schema.json.cjs +1 -1
  28. package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
  29. package/assets/json-schemas/bar-chart.schema.json.js +1 -1
  30. package/assets/json-schemas/box-plot-options.schema.json.cjs +1 -1
  31. package/assets/json-schemas/box-plot-options.schema.json.d.ts +6 -1
  32. package/assets/json-schemas/box-plot-options.schema.json.js +1 -1
  33. package/assets/json-schemas/box-plot-slots.schema.json.cjs +1 -1
  34. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +16 -16
  35. package/assets/json-schemas/box-plot-slots.schema.json.js +1 -1
  36. package/assets/json-schemas/box-plot.schema.json.cjs +1 -1
  37. package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
  38. package/assets/json-schemas/box-plot.schema.json.js +1 -1
  39. package/assets/json-schemas/bubble-chart-options.schema.json.cjs +1 -1
  40. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +6 -1
  41. package/assets/json-schemas/bubble-chart-options.schema.json.js +1 -1
  42. package/assets/json-schemas/bubble-chart-slots.schema.json.cjs +1 -1
  43. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +22 -22
  44. package/assets/json-schemas/bubble-chart-slots.schema.json.js +1 -1
  45. package/assets/json-schemas/bubble-chart.schema.json.cjs +1 -1
  46. package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
  47. package/assets/json-schemas/bubble-chart.schema.json.js +1 -1
  48. package/assets/json-schemas/bullet-chart-options.schema.json.cjs +1 -1
  49. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +6 -1
  50. package/assets/json-schemas/bullet-chart-options.schema.json.js +1 -1
  51. package/assets/json-schemas/bullet-chart-slots.schema.json.cjs +1 -1
  52. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +22 -22
  53. package/assets/json-schemas/bullet-chart-slots.schema.json.js +1 -1
  54. package/assets/json-schemas/bullet-chart.schema.json.cjs +1 -1
  55. package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
  56. package/assets/json-schemas/bullet-chart.schema.json.js +1 -1
  57. package/assets/json-schemas/choropleth-map-options.schema.json.cjs +1 -1
  58. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +6 -1
  59. package/assets/json-schemas/choropleth-map-options.schema.json.js +1 -1
  60. package/assets/json-schemas/choropleth-map-slots.schema.json.cjs +1 -1
  61. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +19 -19
  62. package/assets/json-schemas/choropleth-map-slots.schema.json.js +1 -1
  63. package/assets/json-schemas/choropleth-map.schema.json.cjs +1 -1
  64. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  65. package/assets/json-schemas/choropleth-map.schema.json.js +1 -1
  66. package/assets/json-schemas/circle-pack-chart-options.schema.json.cjs +1 -1
  67. package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +6 -1
  68. package/assets/json-schemas/circle-pack-chart-options.schema.json.js +1 -1
  69. package/assets/json-schemas/circle-pack-chart-slots.schema.json.cjs +1 -1
  70. package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +18 -18
  71. package/assets/json-schemas/circle-pack-chart-slots.schema.json.js +1 -1
  72. package/assets/json-schemas/circle-pack-chart.schema.json.cjs +1 -1
  73. package/assets/json-schemas/circle-pack-chart.schema.json.d.ts +3 -3
  74. package/assets/json-schemas/circle-pack-chart.schema.json.js +1 -1
  75. package/assets/json-schemas/circular-gauge-options.schema.json.cjs +1 -1
  76. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +6 -1
  77. package/assets/json-schemas/circular-gauge-options.schema.json.js +1 -1
  78. package/assets/json-schemas/circular-gauge-slots.schema.json.cjs +1 -1
  79. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +18 -18
  80. package/assets/json-schemas/circular-gauge-slots.schema.json.js +1 -1
  81. package/assets/json-schemas/circular-gauge.schema.json.cjs +1 -1
  82. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  83. package/assets/json-schemas/circular-gauge.schema.json.js +1 -1
  84. package/assets/json-schemas/column-chart-options.schema.json.cjs +1 -1
  85. package/assets/json-schemas/column-chart-options.schema.json.d.ts +6 -1
  86. package/assets/json-schemas/column-chart-options.schema.json.js +1 -1
  87. package/assets/json-schemas/column-chart-slots.schema.json.cjs +1 -1
  88. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +22 -22
  89. package/assets/json-schemas/column-chart-slots.schema.json.js +1 -1
  90. package/assets/json-schemas/column-chart.schema.json.cjs +1 -1
  91. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  92. package/assets/json-schemas/column-chart.schema.json.js +1 -1
  93. package/assets/json-schemas/combination-chart-options.schema.json.cjs +1 -1
  94. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +6 -1
  95. package/assets/json-schemas/combination-chart-options.schema.json.js +1 -1
  96. package/assets/json-schemas/combination-chart-slots.schema.json.cjs +1 -1
  97. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +18 -18
  98. package/assets/json-schemas/combination-chart-slots.schema.json.js +1 -1
  99. package/assets/json-schemas/combination-chart.schema.json.cjs +1 -1
  100. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  101. package/assets/json-schemas/combination-chart.schema.json.js +1 -1
  102. package/assets/json-schemas/conditional-number-options.schema.json.cjs +1 -1
  103. package/assets/json-schemas/conditional-number-options.schema.json.d.ts +6 -1
  104. package/assets/json-schemas/conditional-number-options.schema.json.js +1 -1
  105. package/assets/json-schemas/conditional-number-slots.schema.json.cjs +1 -1
  106. package/assets/json-schemas/conditional-number-slots.schema.json.d.ts +18 -18
  107. package/assets/json-schemas/conditional-number-slots.schema.json.js +1 -1
  108. package/assets/json-schemas/conditional-number.schema.json.cjs +1 -1
  109. package/assets/json-schemas/conditional-number.schema.json.d.ts +3 -3
  110. package/assets/json-schemas/conditional-number.schema.json.js +1 -1
  111. package/assets/json-schemas/date-comparison-filter-options.schema.json.cjs +1 -1
  112. package/assets/json-schemas/date-comparison-filter-options.schema.json.d.ts +1 -1
  113. package/assets/json-schemas/date-comparison-filter-options.schema.json.js +1 -1
  114. package/assets/json-schemas/date-comparison-filter-slots.schema.json.cjs +4 -4
  115. package/assets/json-schemas/date-comparison-filter-slots.schema.json.d.ts +9 -9
  116. package/assets/json-schemas/date-comparison-filter-slots.schema.json.js +4 -4
  117. package/assets/json-schemas/date-comparison-filter.schema.json.cjs +1 -1
  118. package/assets/json-schemas/date-comparison-filter.schema.json.d.ts +3 -3
  119. package/assets/json-schemas/date-comparison-filter.schema.json.js +1 -1
  120. package/assets/json-schemas/date-filter-options.schema.json.cjs +1 -1
  121. package/assets/json-schemas/date-filter-options.schema.json.d.ts +1 -1
  122. package/assets/json-schemas/date-filter-options.schema.json.js +1 -1
  123. package/assets/json-schemas/date-filter-slots.schema.json.cjs +4 -4
  124. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +9 -9
  125. package/assets/json-schemas/date-filter-slots.schema.json.js +4 -4
  126. package/assets/json-schemas/date-filter.schema.json.cjs +1 -1
  127. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  128. package/assets/json-schemas/date-filter.schema.json.js +1 -1
  129. package/assets/json-schemas/donut-chart-options.schema.json.cjs +1 -1
  130. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +6 -1
  131. package/assets/json-schemas/donut-chart-options.schema.json.js +1 -1
  132. package/assets/json-schemas/donut-chart-slots.schema.json.cjs +1 -1
  133. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +18 -18
  134. package/assets/json-schemas/donut-chart-slots.schema.json.js +1 -1
  135. package/assets/json-schemas/donut-chart.schema.json.cjs +1 -1
  136. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  137. package/assets/json-schemas/donut-chart.schema.json.js +1 -1
  138. package/assets/json-schemas/dropdown-filter-options.schema.json.cjs +1 -1
  139. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +1 -1
  140. package/assets/json-schemas/dropdown-filter-options.schema.json.js +1 -1
  141. package/assets/json-schemas/dropdown-filter-slots.schema.json.cjs +1 -1
  142. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +14 -14
  143. package/assets/json-schemas/dropdown-filter-slots.schema.json.js +1 -1
  144. package/assets/json-schemas/dropdown-filter.schema.json.cjs +1 -1
  145. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  146. package/assets/json-schemas/dropdown-filter.schema.json.js +1 -1
  147. package/assets/json-schemas/evolution-number-options.schema.json.cjs +1 -1
  148. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +6 -1
  149. package/assets/json-schemas/evolution-number-options.schema.json.js +1 -1
  150. package/assets/json-schemas/evolution-number-slots.schema.json.cjs +1 -1
  151. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +16 -16
  152. package/assets/json-schemas/evolution-number-slots.schema.json.js +1 -1
  153. package/assets/json-schemas/evolution-number.schema.json.cjs +1 -1
  154. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  155. package/assets/json-schemas/evolution-number.schema.json.js +1 -1
  156. package/assets/json-schemas/funnel-chart-options.schema.json.cjs +1 -1
  157. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +6 -1
  158. package/assets/json-schemas/funnel-chart-options.schema.json.js +1 -1
  159. package/assets/json-schemas/funnel-chart-slots.schema.json.cjs +1 -1
  160. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +17 -17
  161. package/assets/json-schemas/funnel-chart-slots.schema.json.js +1 -1
  162. package/assets/json-schemas/funnel-chart.schema.json.cjs +1 -1
  163. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  164. package/assets/json-schemas/funnel-chart.schema.json.js +1 -1
  165. package/assets/json-schemas/heat-map-options.schema.json.cjs +1 -1
  166. package/assets/json-schemas/heat-map-options.schema.json.d.ts +6 -1
  167. package/assets/json-schemas/heat-map-options.schema.json.js +1 -1
  168. package/assets/json-schemas/heat-map-slots.schema.json.cjs +1 -1
  169. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +16 -16
  170. package/assets/json-schemas/heat-map-slots.schema.json.js +1 -1
  171. package/assets/json-schemas/heat-map.schema.json.cjs +1 -1
  172. package/assets/json-schemas/heat-map.schema.json.d.ts +3 -3
  173. package/assets/json-schemas/heat-map.schema.json.js +1 -1
  174. package/assets/json-schemas/heat-table-options.schema.json.cjs +1 -1
  175. package/assets/json-schemas/heat-table-options.schema.json.d.ts +6 -1
  176. package/assets/json-schemas/heat-table-options.schema.json.js +1 -1
  177. package/assets/json-schemas/heat-table-slots.schema.json.cjs +1 -1
  178. package/assets/json-schemas/heat-table-slots.schema.json.d.ts +22 -22
  179. package/assets/json-schemas/heat-table-slots.schema.json.js +1 -1
  180. package/assets/json-schemas/heat-table.schema.json.cjs +1 -1
  181. package/assets/json-schemas/heat-table.schema.json.d.ts +3 -3
  182. package/assets/json-schemas/heat-table.schema.json.js +1 -1
  183. package/assets/json-schemas/hexbin-map-options.schema.json.cjs +1 -1
  184. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +6 -1
  185. package/assets/json-schemas/hexbin-map-options.schema.json.js +1 -1
  186. package/assets/json-schemas/hexbin-map-slots.schema.json.cjs +1 -1
  187. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +16 -16
  188. package/assets/json-schemas/hexbin-map-slots.schema.json.js +1 -1
  189. package/assets/json-schemas/hexbin-map.schema.json.cjs +1 -1
  190. package/assets/json-schemas/hexbin-map.schema.json.d.ts +3 -3
  191. package/assets/json-schemas/hexbin-map.schema.json.js +1 -1
  192. package/assets/json-schemas/image-options.schema.json.cjs +1 -1
  193. package/assets/json-schemas/image-options.schema.json.d.ts +2 -2
  194. package/assets/json-schemas/image-options.schema.json.js +1 -1
  195. package/assets/json-schemas/image.schema.json.cjs +1 -1
  196. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  197. package/assets/json-schemas/image.schema.json.js +1 -1
  198. package/assets/json-schemas/line-chart-options.schema.json.cjs +1 -1
  199. package/assets/json-schemas/line-chart-options.schema.json.d.ts +6 -1
  200. package/assets/json-schemas/line-chart-options.schema.json.js +1 -1
  201. package/assets/json-schemas/line-chart-slots.schema.json.cjs +1 -1
  202. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +22 -22
  203. package/assets/json-schemas/line-chart-slots.schema.json.js +1 -1
  204. package/assets/json-schemas/line-chart.schema.json.cjs +1 -1
  205. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  206. package/assets/json-schemas/line-chart.schema.json.js +1 -1
  207. package/assets/json-schemas/marker-map-options.schema.json.cjs +1 -1
  208. package/assets/json-schemas/marker-map-options.schema.json.d.ts +6 -1
  209. package/assets/json-schemas/marker-map-options.schema.json.js +1 -1
  210. package/assets/json-schemas/marker-map-slots.schema.json.cjs +1 -1
  211. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +16 -16
  212. package/assets/json-schemas/marker-map-slots.schema.json.js +1 -1
  213. package/assets/json-schemas/marker-map.schema.json.cjs +1 -1
  214. package/assets/json-schemas/marker-map.schema.json.d.ts +3 -3
  215. package/assets/json-schemas/marker-map.schema.json.js +1 -1
  216. package/assets/json-schemas/ohlc-chart-options.schema.json.cjs +1 -1
  217. package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +6 -1
  218. package/assets/json-schemas/ohlc-chart-options.schema.json.js +1 -1
  219. package/assets/json-schemas/ohlc-chart-slots.schema.json.cjs +1 -1
  220. package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +30 -30
  221. package/assets/json-schemas/ohlc-chart-slots.schema.json.js +1 -1
  222. package/assets/json-schemas/ohlc-chart.schema.json.cjs +1 -1
  223. package/assets/json-schemas/ohlc-chart.schema.json.d.ts +6 -6
  224. package/assets/json-schemas/ohlc-chart.schema.json.js +1 -1
  225. package/assets/json-schemas/options.schema.json.cjs +1 -1
  226. package/assets/json-schemas/options.schema.json.d.ts +48 -45
  227. package/assets/json-schemas/options.schema.json.js +1 -1
  228. package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.cjs +1 -1
  229. package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +6 -1
  230. package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.js +1 -1
  231. package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.cjs +1 -1
  232. package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +17 -17
  233. package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.js +1 -1
  234. package/assets/json-schemas/parallel-coordinates-plot.schema.json.cjs +1 -1
  235. package/assets/json-schemas/parallel-coordinates-plot.schema.json.d.ts +3 -3
  236. package/assets/json-schemas/parallel-coordinates-plot.schema.json.js +1 -1
  237. package/assets/json-schemas/pivot-table-options.schema.json.cjs +1 -1
  238. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +6 -1
  239. package/assets/json-schemas/pivot-table-options.schema.json.js +1 -1
  240. package/assets/json-schemas/pivot-table-slots.schema.json.cjs +1 -1
  241. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +22 -22
  242. package/assets/json-schemas/pivot-table-slots.schema.json.js +1 -1
  243. package/assets/json-schemas/pivot-table.schema.json.cjs +1 -1
  244. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  245. package/assets/json-schemas/pivot-table.schema.json.js +1 -1
  246. package/assets/json-schemas/pyramid-chart-options.schema.json.cjs +1 -1
  247. package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +6 -1
  248. package/assets/json-schemas/pyramid-chart-options.schema.json.js +1 -1
  249. package/assets/json-schemas/pyramid-chart-slots.schema.json.cjs +1 -1
  250. package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +22 -22
  251. package/assets/json-schemas/pyramid-chart-slots.schema.json.js +1 -1
  252. package/assets/json-schemas/pyramid-chart.schema.json.cjs +1 -1
  253. package/assets/json-schemas/pyramid-chart.schema.json.d.ts +3 -3
  254. package/assets/json-schemas/pyramid-chart.schema.json.js +1 -1
  255. package/assets/json-schemas/radar-chart-options.schema.json.cjs +1 -1
  256. package/assets/json-schemas/radar-chart-options.schema.json.d.ts +10 -3
  257. package/assets/json-schemas/radar-chart-options.schema.json.js +1 -1
  258. package/assets/json-schemas/radar-chart-slots.schema.json.cjs +1 -1
  259. package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +22 -22
  260. package/assets/json-schemas/radar-chart-slots.schema.json.js +1 -1
  261. package/assets/json-schemas/radar-chart.schema.json.cjs +1 -1
  262. package/assets/json-schemas/radar-chart.schema.json.d.ts +3 -3
  263. package/assets/json-schemas/radar-chart.schema.json.js +1 -1
  264. package/assets/json-schemas/regular-table-options.schema.json.cjs +1 -1
  265. package/assets/json-schemas/regular-table-options.schema.json.d.ts +6 -1
  266. package/assets/json-schemas/regular-table-options.schema.json.js +1 -1
  267. package/assets/json-schemas/regular-table-slots.schema.json.cjs +1 -1
  268. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +14 -14
  269. package/assets/json-schemas/regular-table-slots.schema.json.js +1 -1
  270. package/assets/json-schemas/regular-table.schema.json.cjs +1 -1
  271. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  272. package/assets/json-schemas/regular-table.schema.json.js +1 -1
  273. package/assets/json-schemas/route-map-options.schema.json.cjs +1 -1
  274. package/assets/json-schemas/route-map-options.schema.json.d.ts +6 -1
  275. package/assets/json-schemas/route-map-options.schema.json.js +1 -1
  276. package/assets/json-schemas/route-map-slots.schema.json.cjs +1 -1
  277. package/assets/json-schemas/route-map-slots.schema.json.d.ts +23 -23
  278. package/assets/json-schemas/route-map-slots.schema.json.js +1 -1
  279. package/assets/json-schemas/route-map.schema.json.cjs +1 -1
  280. package/assets/json-schemas/route-map.schema.json.d.ts +3 -3
  281. package/assets/json-schemas/route-map.schema.json.js +1 -1
  282. package/assets/json-schemas/sankey-diagram-options.schema.json.cjs +1 -1
  283. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +7 -2
  284. package/assets/json-schemas/sankey-diagram-options.schema.json.js +1 -1
  285. package/assets/json-schemas/sankey-diagram-slots.schema.json.cjs +1 -1
  286. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +26 -26
  287. package/assets/json-schemas/sankey-diagram-slots.schema.json.js +1 -1
  288. package/assets/json-schemas/sankey-diagram.schema.json.cjs +1 -1
  289. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  290. package/assets/json-schemas/sankey-diagram.schema.json.js +1 -1
  291. package/assets/json-schemas/scatter-plot-options.schema.json.cjs +1 -1
  292. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +6 -1
  293. package/assets/json-schemas/scatter-plot-options.schema.json.js +1 -1
  294. package/assets/json-schemas/scatter-plot-slots.schema.json.cjs +1 -1
  295. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +30 -30
  296. package/assets/json-schemas/scatter-plot-slots.schema.json.js +1 -1
  297. package/assets/json-schemas/scatter-plot.schema.json.cjs +1 -1
  298. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  299. package/assets/json-schemas/scatter-plot.schema.json.js +1 -1
  300. package/assets/json-schemas/search-filter-options.schema.json.cjs +1 -1
  301. package/assets/json-schemas/search-filter-options.schema.json.d.ts +1 -1
  302. package/assets/json-schemas/search-filter-options.schema.json.js +1 -1
  303. package/assets/json-schemas/search-filter-slots.schema.json.cjs +1 -1
  304. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +14 -14
  305. package/assets/json-schemas/search-filter-slots.schema.json.js +1 -1
  306. package/assets/json-schemas/search-filter.schema.json.cjs +1 -1
  307. package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
  308. package/assets/json-schemas/search-filter.schema.json.js +1 -1
  309. package/assets/json-schemas/slicer-filter-options.schema.json.cjs +1 -1
  310. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +1 -1
  311. package/assets/json-schemas/slicer-filter-options.schema.json.js +1 -1
  312. package/assets/json-schemas/slicer-filter-slots.schema.json.cjs +1 -1
  313. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +18 -18
  314. package/assets/json-schemas/slicer-filter-slots.schema.json.js +1 -1
  315. package/assets/json-schemas/slicer-filter.schema.json.cjs +1 -1
  316. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  317. package/assets/json-schemas/slicer-filter.schema.json.js +1 -1
  318. package/assets/json-schemas/slider-filter-options.schema.json.cjs +1 -1
  319. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +1 -1
  320. package/assets/json-schemas/slider-filter-options.schema.json.js +1 -1
  321. package/assets/json-schemas/slider-filter-slots.schema.json.cjs +1 -1
  322. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +12 -12
  323. package/assets/json-schemas/slider-filter-slots.schema.json.js +1 -1
  324. package/assets/json-schemas/slider-filter.schema.json.cjs +1 -1
  325. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  326. package/assets/json-schemas/slider-filter.schema.json.js +1 -1
  327. package/assets/json-schemas/slots.schema.json.cjs +1 -1
  328. package/assets/json-schemas/slots.schema.json.d.ts +42 -42
  329. package/assets/json-schemas/slots.schema.json.js +1 -1
  330. package/assets/json-schemas/speedometer-chart-options.schema.json.cjs +1 -1
  331. package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +6 -1
  332. package/assets/json-schemas/speedometer-chart-options.schema.json.js +1 -1
  333. package/assets/json-schemas/speedometer-chart-slots.schema.json.cjs +1 -1
  334. package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +22 -22
  335. package/assets/json-schemas/speedometer-chart-slots.schema.json.js +1 -1
  336. package/assets/json-schemas/speedometer-chart.schema.json.cjs +1 -1
  337. package/assets/json-schemas/speedometer-chart.schema.json.d.ts +3 -3
  338. package/assets/json-schemas/speedometer-chart.schema.json.js +1 -1
  339. package/assets/json-schemas/spike-map-options.schema.json.cjs +1 -1
  340. package/assets/json-schemas/spike-map-options.schema.json.d.ts +6 -1
  341. package/assets/json-schemas/spike-map-options.schema.json.js +1 -1
  342. package/assets/json-schemas/spike-map-slots.schema.json.cjs +1 -1
  343. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +20 -20
  344. package/assets/json-schemas/spike-map-slots.schema.json.js +1 -1
  345. package/assets/json-schemas/spike-map.schema.json.cjs +1 -1
  346. package/assets/json-schemas/spike-map.schema.json.d.ts +3 -3
  347. package/assets/json-schemas/spike-map.schema.json.js +1 -1
  348. package/assets/json-schemas/strip-plot-options.schema.json.cjs +1 -1
  349. package/assets/json-schemas/strip-plot-options.schema.json.d.ts +6 -1
  350. package/assets/json-schemas/strip-plot-options.schema.json.js +1 -1
  351. package/assets/json-schemas/strip-plot-slots.schema.json.cjs +1 -1
  352. package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +18 -18
  353. package/assets/json-schemas/strip-plot-slots.schema.json.js +1 -1
  354. package/assets/json-schemas/strip-plot.schema.json.cjs +1 -1
  355. package/assets/json-schemas/strip-plot.schema.json.d.ts +3 -3
  356. package/assets/json-schemas/strip-plot.schema.json.js +1 -1
  357. package/assets/json-schemas/sunburst-chart-options.schema.json.cjs +1 -1
  358. package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +6 -1
  359. package/assets/json-schemas/sunburst-chart-options.schema.json.js +1 -1
  360. package/assets/json-schemas/sunburst-chart-slots.schema.json.cjs +1 -1
  361. package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +18 -18
  362. package/assets/json-schemas/sunburst-chart-slots.schema.json.js +1 -1
  363. package/assets/json-schemas/sunburst-chart.schema.json.cjs +1 -1
  364. package/assets/json-schemas/sunburst-chart.schema.json.d.ts +3 -3
  365. package/assets/json-schemas/sunburst-chart.schema.json.js +1 -1
  366. package/assets/json-schemas/symbol-map-options.schema.json.cjs +1 -1
  367. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +6 -1
  368. package/assets/json-schemas/symbol-map-options.schema.json.js +1 -1
  369. package/assets/json-schemas/symbol-map-slots.schema.json.cjs +1 -1
  370. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +19 -19
  371. package/assets/json-schemas/symbol-map-slots.schema.json.js +1 -1
  372. package/assets/json-schemas/symbol-map.schema.json.cjs +1 -1
  373. package/assets/json-schemas/symbol-map.schema.json.d.ts +3 -3
  374. package/assets/json-schemas/symbol-map.schema.json.js +1 -1
  375. package/assets/json-schemas/text-options.schema.json.cjs +1 -1
  376. package/assets/json-schemas/text-options.schema.json.d.ts +1 -1
  377. package/assets/json-schemas/text-options.schema.json.js +1 -1
  378. package/assets/json-schemas/text.schema.json.cjs +1 -1
  379. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  380. package/assets/json-schemas/text.schema.json.js +1 -1
  381. package/assets/json-schemas/treemap-chart-options.schema.json.cjs +1 -1
  382. package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +6 -1
  383. package/assets/json-schemas/treemap-chart-options.schema.json.js +1 -1
  384. package/assets/json-schemas/treemap-chart-slots.schema.json.cjs +1 -1
  385. package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +27 -27
  386. package/assets/json-schemas/treemap-chart-slots.schema.json.js +1 -1
  387. package/assets/json-schemas/treemap-chart.schema.json.cjs +1 -1
  388. package/assets/json-schemas/treemap-chart.schema.json.d.ts +3 -3
  389. package/assets/json-schemas/treemap-chart.schema.json.js +1 -1
  390. package/assets/json-schemas/video-options.schema.json.cjs +1 -1
  391. package/assets/json-schemas/video-options.schema.json.d.ts +1 -1
  392. package/assets/json-schemas/video-options.schema.json.js +1 -1
  393. package/assets/json-schemas/video.schema.json.cjs +1 -1
  394. package/assets/json-schemas/video.schema.json.d.ts +2 -2
  395. package/assets/json-schemas/video.schema.json.js +1 -1
  396. package/assets/json-schemas/viz-item-type.schema.json.cjs +1 -1
  397. package/assets/json-schemas/viz-item-type.schema.json.d.ts +7 -16
  398. package/assets/json-schemas/viz-item-type.schema.json.js +9 -7
  399. package/assets/json-schemas/viz-item-type.schema.json.js.map +1 -1
  400. package/assets/json-schemas/wordcloud-chart-options.schema.json.cjs +1 -1
  401. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +6 -1
  402. package/assets/json-schemas/wordcloud-chart-options.schema.json.js +1 -1
  403. package/assets/json-schemas/wordcloud-chart-slots.schema.json.cjs +1 -1
  404. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +20 -20
  405. package/assets/json-schemas/wordcloud-chart-slots.schema.json.js +1 -1
  406. package/assets/json-schemas/wordcloud-chart.schema.json.cjs +1 -1
  407. package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +3 -3
  408. package/assets/json-schemas/wordcloud-chart.schema.json.js +1 -1
  409. package/index.cjs +1 -1
  410. package/index.js +234 -238
  411. package/index.js.map +1 -1
  412. package/json-schemas.cjs +1 -1
  413. package/json-schemas.cjs.map +1 -1
  414. package/json-schemas.d.ts +438 -11
  415. package/json-schemas.d.ts.map +1 -1
  416. package/json-schemas.js +395 -389
  417. package/json-schemas.js.map +1 -1
  418. package/package.json +1 -1
  419. package/src/index.d.ts +0 -1
  420. package/src/index.d.ts.map +1 -1
  421. package/src/lib/area-chart/area-chart-options.config.cjs +1 -1
  422. package/src/lib/area-chart/area-chart-options.config.cjs.map +1 -1
  423. package/src/lib/area-chart/area-chart-options.config.d.ts.map +1 -1
  424. package/src/lib/area-chart/area-chart-options.config.js +71 -10
  425. package/src/lib/area-chart/area-chart-options.config.js.map +1 -1
  426. package/src/lib/area-chart/area-chart-options.d.ts +5 -0
  427. package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
  428. package/src/lib/area-chart/i18n/area-chart-options.de.cjs +1 -1
  429. package/src/lib/area-chart/i18n/area-chart-options.de.cjs.map +1 -1
  430. package/src/lib/area-chart/i18n/area-chart-options.de.d.ts +31 -0
  431. package/src/lib/area-chart/i18n/area-chart-options.de.d.ts.map +1 -1
  432. package/src/lib/area-chart/i18n/area-chart-options.de.js +31 -0
  433. package/src/lib/area-chart/i18n/area-chart-options.de.js.map +1 -1
  434. package/src/lib/area-chart/i18n/area-chart-options.en.cjs +1 -1
  435. package/src/lib/area-chart/i18n/area-chart-options.en.cjs.map +1 -1
  436. package/src/lib/area-chart/i18n/area-chart-options.en.d.ts +31 -0
  437. package/src/lib/area-chart/i18n/area-chart-options.en.d.ts.map +1 -1
  438. package/src/lib/area-chart/i18n/area-chart-options.en.js +31 -0
  439. package/src/lib/area-chart/i18n/area-chart-options.en.js.map +1 -1
  440. package/src/lib/area-chart/i18n/area-chart-options.es.cjs +1 -1
  441. package/src/lib/area-chart/i18n/area-chart-options.es.cjs.map +1 -1
  442. package/src/lib/area-chart/i18n/area-chart-options.es.d.ts +31 -0
  443. package/src/lib/area-chart/i18n/area-chart-options.es.d.ts.map +1 -1
  444. package/src/lib/area-chart/i18n/area-chart-options.es.js +31 -0
  445. package/src/lib/area-chart/i18n/area-chart-options.es.js.map +1 -1
  446. package/src/lib/area-chart/i18n/area-chart-options.fr.cjs +1 -1
  447. package/src/lib/area-chart/i18n/area-chart-options.fr.cjs.map +1 -1
  448. package/src/lib/area-chart/i18n/area-chart-options.fr.d.ts +31 -0
  449. package/src/lib/area-chart/i18n/area-chart-options.fr.d.ts.map +1 -1
  450. package/src/lib/area-chart/i18n/area-chart-options.fr.js +31 -0
  451. package/src/lib/area-chart/i18n/area-chart-options.fr.js.map +1 -1
  452. package/src/lib/area-chart/i18n/area-chart-options.nl.cjs +1 -1
  453. package/src/lib/area-chart/i18n/area-chart-options.nl.cjs.map +1 -1
  454. package/src/lib/area-chart/i18n/area-chart-options.nl.d.ts +31 -0
  455. package/src/lib/area-chart/i18n/area-chart-options.nl.d.ts.map +1 -1
  456. package/src/lib/area-chart/i18n/area-chart-options.nl.js +31 -0
  457. package/src/lib/area-chart/i18n/area-chart-options.nl.js.map +1 -1
  458. package/src/lib/bar-chart/bar-chart-options.config.cjs +1 -1
  459. package/src/lib/bar-chart/bar-chart-options.config.cjs.map +1 -1
  460. package/src/lib/bar-chart/bar-chart-options.config.d.ts.map +1 -1
  461. package/src/lib/bar-chart/bar-chart-options.config.js +72 -11
  462. package/src/lib/bar-chart/bar-chart-options.config.js.map +1 -1
  463. package/src/lib/bar-chart/bar-chart-options.d.ts +5 -0
  464. package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
  465. package/src/lib/bar-chart/{bar-chart.slots.d.ts → bar-chart-slots.d.ts} +1 -1
  466. package/src/lib/bar-chart/{bar-chart.slots.d.ts.map → bar-chart-slots.d.ts.map} +1 -1
  467. package/src/lib/bar-chart/bar-chart.d.ts +1 -1
  468. package/src/lib/bar-chart/i18n/bar-chart-options.de.cjs +1 -1
  469. package/src/lib/bar-chart/i18n/bar-chart-options.de.cjs.map +1 -1
  470. package/src/lib/bar-chart/i18n/bar-chart-options.de.d.ts +28 -0
  471. package/src/lib/bar-chart/i18n/bar-chart-options.de.d.ts.map +1 -1
  472. package/src/lib/bar-chart/i18n/bar-chart-options.de.js +28 -0
  473. package/src/lib/bar-chart/i18n/bar-chart-options.de.js.map +1 -1
  474. package/src/lib/bar-chart/i18n/bar-chart-options.en.cjs +1 -1
  475. package/src/lib/bar-chart/i18n/bar-chart-options.en.cjs.map +1 -1
  476. package/src/lib/bar-chart/i18n/bar-chart-options.en.d.ts +28 -0
  477. package/src/lib/bar-chart/i18n/bar-chart-options.en.d.ts.map +1 -1
  478. package/src/lib/bar-chart/i18n/bar-chart-options.en.js +28 -0
  479. package/src/lib/bar-chart/i18n/bar-chart-options.en.js.map +1 -1
  480. package/src/lib/bar-chart/i18n/bar-chart-options.es.cjs +1 -1
  481. package/src/lib/bar-chart/i18n/bar-chart-options.es.cjs.map +1 -1
  482. package/src/lib/bar-chart/i18n/bar-chart-options.es.d.ts +28 -0
  483. package/src/lib/bar-chart/i18n/bar-chart-options.es.d.ts.map +1 -1
  484. package/src/lib/bar-chart/i18n/bar-chart-options.es.js +28 -0
  485. package/src/lib/bar-chart/i18n/bar-chart-options.es.js.map +1 -1
  486. package/src/lib/bar-chart/i18n/bar-chart-options.fr.cjs +1 -1
  487. package/src/lib/bar-chart/i18n/bar-chart-options.fr.cjs.map +1 -1
  488. package/src/lib/bar-chart/i18n/bar-chart-options.fr.d.ts +28 -0
  489. package/src/lib/bar-chart/i18n/bar-chart-options.fr.d.ts.map +1 -1
  490. package/src/lib/bar-chart/i18n/bar-chart-options.fr.js +28 -0
  491. package/src/lib/bar-chart/i18n/bar-chart-options.fr.js.map +1 -1
  492. package/src/lib/bar-chart/i18n/bar-chart-options.nl.cjs +1 -1
  493. package/src/lib/bar-chart/i18n/bar-chart-options.nl.cjs.map +1 -1
  494. package/src/lib/bar-chart/i18n/bar-chart-options.nl.d.ts +28 -0
  495. package/src/lib/bar-chart/i18n/bar-chart-options.nl.d.ts.map +1 -1
  496. package/src/lib/bar-chart/i18n/bar-chart-options.nl.js +28 -0
  497. package/src/lib/bar-chart/i18n/bar-chart-options.nl.js.map +1 -1
  498. package/src/lib/bar-chart/index.d.ts +1 -1
  499. package/src/lib/box-plot/box-plot-options.config.cjs +1 -1
  500. package/src/lib/box-plot/box-plot-options.config.cjs.map +1 -1
  501. package/src/lib/box-plot/box-plot-options.config.d.ts.map +1 -1
  502. package/src/lib/box-plot/box-plot-options.config.js +82 -21
  503. package/src/lib/box-plot/box-plot-options.config.js.map +1 -1
  504. package/src/lib/box-plot/box-plot-options.d.ts +5 -0
  505. package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
  506. package/src/lib/box-plot/i18n/box-plot-options.de.cjs +1 -1
  507. package/src/lib/box-plot/i18n/box-plot-options.de.cjs.map +1 -1
  508. package/src/lib/box-plot/i18n/box-plot-options.de.d.ts +31 -0
  509. package/src/lib/box-plot/i18n/box-plot-options.de.d.ts.map +1 -1
  510. package/src/lib/box-plot/i18n/box-plot-options.de.js +31 -0
  511. package/src/lib/box-plot/i18n/box-plot-options.de.js.map +1 -1
  512. package/src/lib/box-plot/i18n/box-plot-options.en.cjs +1 -1
  513. package/src/lib/box-plot/i18n/box-plot-options.en.cjs.map +1 -1
  514. package/src/lib/box-plot/i18n/box-plot-options.en.d.ts +31 -0
  515. package/src/lib/box-plot/i18n/box-plot-options.en.d.ts.map +1 -1
  516. package/src/lib/box-plot/i18n/box-plot-options.en.js +31 -0
  517. package/src/lib/box-plot/i18n/box-plot-options.en.js.map +1 -1
  518. package/src/lib/box-plot/i18n/box-plot-options.es.cjs +1 -1
  519. package/src/lib/box-plot/i18n/box-plot-options.es.cjs.map +1 -1
  520. package/src/lib/box-plot/i18n/box-plot-options.es.d.ts +31 -0
  521. package/src/lib/box-plot/i18n/box-plot-options.es.d.ts.map +1 -1
  522. package/src/lib/box-plot/i18n/box-plot-options.es.js +31 -0
  523. package/src/lib/box-plot/i18n/box-plot-options.es.js.map +1 -1
  524. package/src/lib/box-plot/i18n/box-plot-options.fr.cjs +1 -1
  525. package/src/lib/box-plot/i18n/box-plot-options.fr.cjs.map +1 -1
  526. package/src/lib/box-plot/i18n/box-plot-options.fr.d.ts +31 -0
  527. package/src/lib/box-plot/i18n/box-plot-options.fr.d.ts.map +1 -1
  528. package/src/lib/box-plot/i18n/box-plot-options.fr.js +31 -0
  529. package/src/lib/box-plot/i18n/box-plot-options.fr.js.map +1 -1
  530. package/src/lib/box-plot/i18n/box-plot-options.nl.cjs +1 -1
  531. package/src/lib/box-plot/i18n/box-plot-options.nl.cjs.map +1 -1
  532. package/src/lib/box-plot/i18n/box-plot-options.nl.d.ts +31 -0
  533. package/src/lib/box-plot/i18n/box-plot-options.nl.d.ts.map +1 -1
  534. package/src/lib/box-plot/i18n/box-plot-options.nl.js +31 -0
  535. package/src/lib/box-plot/i18n/box-plot-options.nl.js.map +1 -1
  536. package/src/lib/bubble-chart/bubble-chart-options.d.ts +5 -0
  537. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  538. package/src/lib/bullet-chart/bullet-chart-options.d.ts +5 -0
  539. package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
  540. package/src/lib/choropleth-map/choropleth-map-options.d.ts +5 -0
  541. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  542. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts +5 -0
  543. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts.map +1 -1
  544. package/src/lib/circular-gauge/circular-gauge-options.d.ts +5 -0
  545. package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
  546. package/src/lib/column-chart/column-chart-options.cjs.map +1 -1
  547. package/src/lib/column-chart/column-chart-options.config.cjs +1 -1
  548. package/src/lib/column-chart/column-chart-options.config.cjs.map +1 -1
  549. package/src/lib/column-chart/column-chart-options.config.d.ts.map +1 -1
  550. package/src/lib/column-chart/column-chart-options.config.js +72 -11
  551. package/src/lib/column-chart/column-chart-options.config.js.map +1 -1
  552. package/src/lib/column-chart/column-chart-options.d.ts +5 -0
  553. package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
  554. package/src/lib/column-chart/column-chart-options.js.map +1 -1
  555. package/src/lib/column-chart/i18n/column-chart-options.de.cjs +1 -1
  556. package/src/lib/column-chart/i18n/column-chart-options.de.cjs.map +1 -1
  557. package/src/lib/column-chart/i18n/column-chart-options.de.d.ts +28 -0
  558. package/src/lib/column-chart/i18n/column-chart-options.de.d.ts.map +1 -1
  559. package/src/lib/column-chart/i18n/column-chart-options.de.js +28 -0
  560. package/src/lib/column-chart/i18n/column-chart-options.de.js.map +1 -1
  561. package/src/lib/column-chart/i18n/column-chart-options.en.cjs +1 -1
  562. package/src/lib/column-chart/i18n/column-chart-options.en.cjs.map +1 -1
  563. package/src/lib/column-chart/i18n/column-chart-options.en.d.ts +28 -0
  564. package/src/lib/column-chart/i18n/column-chart-options.en.d.ts.map +1 -1
  565. package/src/lib/column-chart/i18n/column-chart-options.en.js +28 -0
  566. package/src/lib/column-chart/i18n/column-chart-options.en.js.map +1 -1
  567. package/src/lib/column-chart/i18n/column-chart-options.es.cjs +1 -1
  568. package/src/lib/column-chart/i18n/column-chart-options.es.cjs.map +1 -1
  569. package/src/lib/column-chart/i18n/column-chart-options.es.d.ts +28 -0
  570. package/src/lib/column-chart/i18n/column-chart-options.es.d.ts.map +1 -1
  571. package/src/lib/column-chart/i18n/column-chart-options.es.js +28 -0
  572. package/src/lib/column-chart/i18n/column-chart-options.es.js.map +1 -1
  573. package/src/lib/column-chart/i18n/column-chart-options.fr.cjs +1 -1
  574. package/src/lib/column-chart/i18n/column-chart-options.fr.cjs.map +1 -1
  575. package/src/lib/column-chart/i18n/column-chart-options.fr.d.ts +28 -0
  576. package/src/lib/column-chart/i18n/column-chart-options.fr.d.ts.map +1 -1
  577. package/src/lib/column-chart/i18n/column-chart-options.fr.js +28 -0
  578. package/src/lib/column-chart/i18n/column-chart-options.fr.js.map +1 -1
  579. package/src/lib/column-chart/i18n/column-chart-options.nl.cjs +1 -1
  580. package/src/lib/column-chart/i18n/column-chart-options.nl.cjs.map +1 -1
  581. package/src/lib/column-chart/i18n/column-chart-options.nl.d.ts +28 -0
  582. package/src/lib/column-chart/i18n/column-chart-options.nl.d.ts.map +1 -1
  583. package/src/lib/column-chart/i18n/column-chart-options.nl.js +28 -0
  584. package/src/lib/column-chart/i18n/column-chart-options.nl.js.map +1 -1
  585. package/src/lib/combination-chart/combination-chart-options.config.cjs +1 -1
  586. package/src/lib/combination-chart/combination-chart-options.config.cjs.map +1 -1
  587. package/src/lib/combination-chart/combination-chart-options.config.d.ts.map +1 -1
  588. package/src/lib/combination-chart/combination-chart-options.config.js +63 -2
  589. package/src/lib/combination-chart/combination-chart-options.config.js.map +1 -1
  590. package/src/lib/combination-chart/combination-chart-options.d.ts +5 -0
  591. package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
  592. package/src/lib/combination-chart/i18n/combination-chart-options.de.cjs +1 -1
  593. package/src/lib/combination-chart/i18n/combination-chart-options.de.cjs.map +1 -1
  594. package/src/lib/combination-chart/i18n/combination-chart-options.de.d.ts +31 -0
  595. package/src/lib/combination-chart/i18n/combination-chart-options.de.d.ts.map +1 -1
  596. package/src/lib/combination-chart/i18n/combination-chart-options.de.js +31 -0
  597. package/src/lib/combination-chart/i18n/combination-chart-options.de.js.map +1 -1
  598. package/src/lib/combination-chart/i18n/combination-chart-options.en.cjs +1 -1
  599. package/src/lib/combination-chart/i18n/combination-chart-options.en.cjs.map +1 -1
  600. package/src/lib/combination-chart/i18n/combination-chart-options.en.d.ts +31 -0
  601. package/src/lib/combination-chart/i18n/combination-chart-options.en.d.ts.map +1 -1
  602. package/src/lib/combination-chart/i18n/combination-chart-options.en.js +31 -0
  603. package/src/lib/combination-chart/i18n/combination-chart-options.en.js.map +1 -1
  604. package/src/lib/combination-chart/i18n/combination-chart-options.es.cjs +1 -1
  605. package/src/lib/combination-chart/i18n/combination-chart-options.es.cjs.map +1 -1
  606. package/src/lib/combination-chart/i18n/combination-chart-options.es.d.ts +31 -0
  607. package/src/lib/combination-chart/i18n/combination-chart-options.es.d.ts.map +1 -1
  608. package/src/lib/combination-chart/i18n/combination-chart-options.es.js +31 -0
  609. package/src/lib/combination-chart/i18n/combination-chart-options.es.js.map +1 -1
  610. package/src/lib/combination-chart/i18n/combination-chart-options.fr.cjs +1 -1
  611. package/src/lib/combination-chart/i18n/combination-chart-options.fr.cjs.map +1 -1
  612. package/src/lib/combination-chart/i18n/combination-chart-options.fr.d.ts +31 -0
  613. package/src/lib/combination-chart/i18n/combination-chart-options.fr.d.ts.map +1 -1
  614. package/src/lib/combination-chart/i18n/combination-chart-options.fr.js +31 -0
  615. package/src/lib/combination-chart/i18n/combination-chart-options.fr.js.map +1 -1
  616. package/src/lib/combination-chart/i18n/combination-chart-options.nl.cjs +1 -1
  617. package/src/lib/combination-chart/i18n/combination-chart-options.nl.cjs.map +1 -1
  618. package/src/lib/combination-chart/i18n/combination-chart-options.nl.d.ts +31 -0
  619. package/src/lib/combination-chart/i18n/combination-chart-options.nl.d.ts.map +1 -1
  620. package/src/lib/combination-chart/i18n/combination-chart-options.nl.js +31 -0
  621. package/src/lib/combination-chart/i18n/combination-chart-options.nl.js.map +1 -1
  622. package/src/lib/conditional-number/conditional-number-options.d.ts +5 -0
  623. package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
  624. package/src/lib/donut-chart/donut-chart-context.config.cjs.map +1 -1
  625. package/src/lib/donut-chart/donut-chart-context.config.js.map +1 -1
  626. package/src/lib/donut-chart/donut-chart-options.d.ts +5 -0
  627. package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
  628. package/src/lib/evolution-number/evolution-number-options.d.ts +5 -0
  629. package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
  630. package/src/lib/funnel-chart/funnel-chart-options.d.ts +5 -0
  631. package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
  632. package/src/lib/heat-map/heat-map-options.d.ts +5 -0
  633. package/src/lib/heat-map/heat-map-options.d.ts.map +1 -1
  634. package/src/lib/heat-table/heat-table-options.d.ts +5 -0
  635. package/src/lib/heat-table/heat-table-options.d.ts.map +1 -1
  636. package/src/lib/hexbin-map/hexbin-map-options.d.ts +5 -0
  637. package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -1
  638. package/src/lib/line-chart/i18n/line-chart-options.de.cjs +1 -1
  639. package/src/lib/line-chart/i18n/line-chart-options.de.cjs.map +1 -1
  640. package/src/lib/line-chart/i18n/line-chart-options.de.d.ts +31 -0
  641. package/src/lib/line-chart/i18n/line-chart-options.de.d.ts.map +1 -1
  642. package/src/lib/line-chart/i18n/line-chart-options.de.js +31 -0
  643. package/src/lib/line-chart/i18n/line-chart-options.de.js.map +1 -1
  644. package/src/lib/line-chart/i18n/line-chart-options.en.cjs +1 -1
  645. package/src/lib/line-chart/i18n/line-chart-options.en.cjs.map +1 -1
  646. package/src/lib/line-chart/i18n/line-chart-options.en.d.ts +31 -0
  647. package/src/lib/line-chart/i18n/line-chart-options.en.d.ts.map +1 -1
  648. package/src/lib/line-chart/i18n/line-chart-options.en.js +31 -0
  649. package/src/lib/line-chart/i18n/line-chart-options.en.js.map +1 -1
  650. package/src/lib/line-chart/i18n/line-chart-options.es.cjs +1 -1
  651. package/src/lib/line-chart/i18n/line-chart-options.es.cjs.map +1 -1
  652. package/src/lib/line-chart/i18n/line-chart-options.es.d.ts +31 -0
  653. package/src/lib/line-chart/i18n/line-chart-options.es.d.ts.map +1 -1
  654. package/src/lib/line-chart/i18n/line-chart-options.es.js +31 -0
  655. package/src/lib/line-chart/i18n/line-chart-options.es.js.map +1 -1
  656. package/src/lib/line-chart/i18n/line-chart-options.fr.cjs +1 -1
  657. package/src/lib/line-chart/i18n/line-chart-options.fr.cjs.map +1 -1
  658. package/src/lib/line-chart/i18n/line-chart-options.fr.d.ts +31 -0
  659. package/src/lib/line-chart/i18n/line-chart-options.fr.d.ts.map +1 -1
  660. package/src/lib/line-chart/i18n/line-chart-options.fr.js +31 -0
  661. package/src/lib/line-chart/i18n/line-chart-options.fr.js.map +1 -1
  662. package/src/lib/line-chart/i18n/line-chart-options.nl.cjs +1 -1
  663. package/src/lib/line-chart/i18n/line-chart-options.nl.cjs.map +1 -1
  664. package/src/lib/line-chart/i18n/line-chart-options.nl.d.ts +31 -0
  665. package/src/lib/line-chart/i18n/line-chart-options.nl.d.ts.map +1 -1
  666. package/src/lib/line-chart/i18n/line-chart-options.nl.js +31 -0
  667. package/src/lib/line-chart/i18n/line-chart-options.nl.js.map +1 -1
  668. package/src/lib/line-chart/line-chart-options.config.cjs +1 -1
  669. package/src/lib/line-chart/line-chart-options.config.cjs.map +1 -1
  670. package/src/lib/line-chart/line-chart-options.config.d.ts.map +1 -1
  671. package/src/lib/line-chart/line-chart-options.config.js +70 -9
  672. package/src/lib/line-chart/line-chart-options.config.js.map +1 -1
  673. package/src/lib/line-chart/line-chart-options.d.ts +5 -0
  674. package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
  675. package/src/lib/marker-map/marker-map-options.d.ts +5 -0
  676. package/src/lib/marker-map/marker-map-options.d.ts.map +1 -1
  677. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.de.cjs +1 -1
  678. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.de.cjs.map +1 -1
  679. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.de.d.ts +31 -0
  680. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.de.d.ts.map +1 -1
  681. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.de.js +31 -0
  682. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.de.js.map +1 -1
  683. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.en.cjs +1 -1
  684. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.en.cjs.map +1 -1
  685. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.en.d.ts +31 -0
  686. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.en.d.ts.map +1 -1
  687. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.en.js +33 -2
  688. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.en.js.map +1 -1
  689. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.es.cjs +1 -1
  690. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.es.cjs.map +1 -1
  691. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.es.d.ts +31 -0
  692. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.es.d.ts.map +1 -1
  693. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.es.js +31 -0
  694. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.es.js.map +1 -1
  695. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.fr.cjs +1 -1
  696. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.fr.cjs.map +1 -1
  697. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.fr.d.ts +31 -0
  698. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.fr.d.ts.map +1 -1
  699. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.fr.js +31 -0
  700. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.fr.js.map +1 -1
  701. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.nl.cjs +1 -1
  702. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.nl.cjs.map +1 -1
  703. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.nl.d.ts +31 -0
  704. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.nl.d.ts.map +1 -1
  705. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.nl.js +31 -0
  706. package/src/lib/ohlc-chart/i18n/ohlc-chart-options.nl.js.map +1 -1
  707. package/src/lib/ohlc-chart/ohlc-chart-options.config.cjs +1 -1
  708. package/src/lib/ohlc-chart/ohlc-chart-options.config.cjs.map +1 -1
  709. package/src/lib/ohlc-chart/ohlc-chart-options.config.d.ts +4 -2
  710. package/src/lib/ohlc-chart/ohlc-chart-options.config.d.ts.map +1 -1
  711. package/src/lib/ohlc-chart/ohlc-chart-options.config.js +63 -2
  712. package/src/lib/ohlc-chart/ohlc-chart-options.config.js.map +1 -1
  713. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +5 -0
  714. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -1
  715. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts +5 -0
  716. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts.map +1 -1
  717. package/src/lib/pivot-table/pivot-table-options.d.ts +5 -0
  718. package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
  719. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +5 -0
  720. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -1
  721. package/src/lib/radar-chart/radar-chart-options.d.ts +5 -0
  722. package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -1
  723. package/src/lib/regular-table/regular-table-options.cjs.map +1 -1
  724. package/src/lib/regular-table/regular-table-options.d.ts +5 -0
  725. package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
  726. package/src/lib/regular-table/regular-table-options.js.map +1 -1
  727. package/src/lib/route-map/route-map-options.d.ts +5 -0
  728. package/src/lib/route-map/route-map-options.d.ts.map +1 -1
  729. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +5 -0
  730. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
  731. package/src/lib/scatter-plot/scatter-plot-options.d.ts +5 -0
  732. package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
  733. package/src/lib/shared/types/interactivity-export.d.ts +5 -0
  734. package/src/lib/shared/types/interactivity-export.d.ts.map +1 -1
  735. package/src/lib/shared/types/item-filter-group.d.ts +3 -14
  736. package/src/lib/shared/types/item-filter-group.d.ts.map +1 -1
  737. package/src/lib/shared/types/viz-item-type.cjs +1 -1
  738. package/src/lib/shared/types/viz-item-type.cjs.map +1 -1
  739. package/src/lib/shared/types/viz-item-type.d.ts +1 -1
  740. package/src/lib/shared/types/viz-item-type.d.ts.map +1 -1
  741. package/src/lib/shared/types/viz-item-type.js +0 -1
  742. package/src/lib/shared/types/viz-item-type.js.map +1 -1
  743. package/src/lib/shared/utils/context-registry.generated.cjs +1 -1
  744. package/src/lib/shared/utils/context-registry.generated.cjs.map +1 -1
  745. package/src/lib/shared/utils/context-registry.generated.d.ts.map +1 -1
  746. package/src/lib/shared/utils/context-registry.generated.js +0 -1
  747. package/src/lib/shared/utils/context-registry.generated.js.map +1 -1
  748. package/src/lib/shared/utils/slots-registry.generated.cjs +1 -1
  749. package/src/lib/shared/utils/slots-registry.generated.cjs.map +1 -1
  750. package/src/lib/shared/utils/slots-registry.generated.d.ts.map +1 -1
  751. package/src/lib/shared/utils/slots-registry.generated.js +0 -1
  752. package/src/lib/shared/utils/slots-registry.generated.js.map +1 -1
  753. package/src/lib/shared/version.cjs +1 -1
  754. package/src/lib/shared/version.cjs.map +1 -1
  755. package/src/lib/shared/version.d.ts +1 -1
  756. package/src/lib/shared/version.d.ts.map +1 -1
  757. package/src/lib/shared/version.js +1 -1
  758. package/src/lib/shared/version.js.map +1 -1
  759. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +5 -0
  760. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -1
  761. package/src/lib/spike-map/spike-map-options.d.ts +5 -0
  762. package/src/lib/spike-map/spike-map-options.d.ts.map +1 -1
  763. package/src/lib/strip-plot/strip-plot-options.d.ts +5 -0
  764. package/src/lib/strip-plot/strip-plot-options.d.ts.map +1 -1
  765. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +5 -0
  766. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -1
  767. package/src/lib/symbol-map/symbol-map-options.d.ts +5 -0
  768. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
  769. package/src/lib/treemap-chart/treemap-chart-options.d.ts +5 -0
  770. package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
  771. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +5 -0
  772. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -1
  773. package/src/lib/dynamic-imageobject/dynamic-imageobject-context.config.cjs +0 -4
  774. package/src/lib/dynamic-imageobject/dynamic-imageobject-context.config.cjs.map +0 -1
  775. package/src/lib/dynamic-imageobject/dynamic-imageobject-context.config.d.ts +0 -3
  776. package/src/lib/dynamic-imageobject/dynamic-imageobject-context.config.d.ts.map +0 -1
  777. package/src/lib/dynamic-imageobject/dynamic-imageobject-context.config.js +0 -17
  778. package/src/lib/dynamic-imageobject/dynamic-imageobject-context.config.js.map +0 -1
  779. package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.cjs +0 -2
  780. package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.cjs.map +0 -1
  781. package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.d.ts +0 -3
  782. package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.d.ts.map +0 -1
  783. package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.js +0 -14
  784. package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.js.map +0 -1
  785. package/src/lib/dynamic-imageobject/index.d.ts +0 -3
  786. package/src/lib/dynamic-imageobject/index.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- const e = "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-options.schema.json", t = "http://json-schema.org/draft-07/schema#", i = /* @__PURE__ */ JSON.parse(`{"annotate":{"description":"Information tooltip configuration","properties":{"infoTooltip":{"properties":{"active":{"description":"Is information tooltip active","type":"boolean"},"content":{"description":"Information tooltip content in format {<locale>: \\"content\\"}","examples":[{"en":"Content"}],"type":"object"},"position":{"description":"Information tooltip position","enum":["left","right"],"type":"string"}},"type":"object"}},"type":"object"},"classification":{"default":"'interval'","description":"Classification method","enum":["continuous","interval","manual","quantile"],"type":"string"},"color":{"default":"","description":"The main color for the item, if omitted the default color from the theme will be used","examples":["#FF5733","#33FF57","#5733FF"],"type":"string"},"colorsClass":{"default":"'PuBu'","description":"A color class, use \\"manual\\" to specify custom colors in the manualValues option","enum":["BlueRed","Blues","BrBG","BuGn","BuPu","Fire","GnBu","Greens","Greys","Incan","Inferno","Ocean","OrRd","Oranges","PRGn","Paired","PiYG","Plasma","PuBu","PuBuGn","PuOr","PuRd","Purples","RdBu","RdGy","RdPu","RdYlBu","RdYlGn","Reds","Set1","Set3","Spectral","Spectrum","Sunrise","Viris","YlGn","YlGnBu","YlOrBr","YlOrRd","manual"],"examples":["manual","Spectral","RdYlBu","PdBu","PiYG","PRGn","RdYlGn","BrBG","RdGy","PuOr","Paired","Set1","Set3","OrRd","PuBu","BuPu","Oranges","BuGn","YlOrBr","YlGn","Reds","RdPu","Greens","YlGnBu","Purples","GnBu","Greys","YlOrRd","PuRd","Blues","PuBuGn","Spectrum","BlueRed","Plasma","Viris","Incan","Fire","Inferno","Ocean","Sunrise"],"type":"string"},"disableWebgl":{"default":false,"description":"Disable or enable WebGL rendering","type":"boolean"},"display":{"description":"Title display option","properties":{"outline":{"default":true,"description":"Show or hide the outline","type":"boolean"},"title":{"default":true,"description":"Show or hide the title","type":"boolean"}},"type":"object"},"enabled":{"description":"Options to enable or disable different map features","properties":{"pan":{"default":true,"description":"Enable or disable pan","type":"boolean"},"pitchBearing":{"default":false,"description":"Enable or disable \\"Pitch & Rotate\\" (allows using Ctrl + drag)","type":"boolean"},"repositionOnRefresh":{"default":true,"description":"Enable or disable reposition on Data Refresh","type":"boolean"},"zoom":{"default":true,"description":"Enable or disable zoom","type":"boolean"}},"type":"object"},"interactivity":{"description":"Interactivity options","properties":{"exportTypes":{"default":["xlsx","csv","png"],"description":"Export types interactivity option. The export button appears when hovering the chart. If the empty array is provided, the export button is not shown.","items":{"description":"Export types","enum":["base64","csv","csv-raw","png","xlsx","xlsx-raw"],"type":"string"},"type":"array"},"measureDimensionPicker":{"default":[[]],"description":"An array of measure dimension picker configurations","items":{"description":"Measure dimension picker configuration","properties":{"order":{"description":"Order","examples":[0,9999],"type":"number"},"slot":{"description":"Slot name","examples":["measure","dimension","legend"],"type":"string"},"slotType":{"description":"Slot type","enum":["categorical","mixed","numeric"],"type":"string"},"values":{"description":"An array of columns for the current picker","items":{"properties":{"aggregationFunc":{"description":"Aggregation function. It can be used with a \\"numeric\\" column type, and with some limitations with \\"hierarchy\\" and \\"datetime\\" column types.","enum":["average","count","cumulativesum","distinctcount","histogram","max","median","min","rate","stddev","sum","weightedaverage"],"type":"string"},"aggregationWeight":{"description":"Aggregation weight. It can be used with a \\"numeric\\" column type.","properties":{"columnId":{"description":"Column id","format":"uuid","type":"string"},"columnSubType":{"description":"Column subtype","enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"}},"type":"object"},"bins":{"description":"Bin definition. It can be used when a \\"numeric\\" column is used as a category.","properties":{"enabled":{"description":"Enable or disable binning","type":"boolean"},"number":{"description":"Defines the range of the bins","type":"number"}},"type":"object"},"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"currency":{"description":"Currency code. It is only used when the column type is \\"numeric\\" and subtype is \\"currency\\".","examples":["€","$"],"type":["null","string"]},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"datetimeDisplayMode":{"description":"If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat","enum":["day_in_month","day_in_year","default","hour_in_day","minute_in_hour","month_name","month_number","quarter_number","second_in_minute","week_number","weekday_name","weekday_number"],"type":"string"},"duration":{"description":"Duration definition. It's only used when the column type is \\"numeric\\" and subtype is \\"duration\\".","properties":{"format":{"description":"Duration format","enum":["long","short","time"],"type":"string"},"levels":{"description":"Duration levels used","items":{"type":"number"},"type":"array"}},"type":"object"},"format":{"description":"D3 format, it is used for \\"numeric\\" formatting (https://observablehq.com/@d3/d3-format), for \\"datetime\\" formatting (https://d3js.org/d3-time-format).\\nIt can also be used for \\"hierarchy\\" formatting but when it's used in the measure slot.","type":"string"},"formula":{"description":"A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"grandTotals":{"description":"Enable or disable grand totals, they're only used in Pivot table","properties":{"enabled":{"type":"boolean"}},"type":"object"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"level":{"description":"\\"hierarchy\\" or \\"datetime\\" level","type":["number","null"]},"lowestLevel":{"description":"Lowest \\"hierarchy\\" or \\"datetime\\" level","type":["null","number"]},"monthNameFormat":{"description":"Month name format for datetime column formatting","enum":["letter","long","short"],"type":"string"},"periodOverPeriod":{"description":"Settings to configure period over period comparison. It can be used only in a measure slot.","properties":{"level":{"description":"Period of time level\\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond","type":"number"},"offsetDateColumn":{"allOf":[{"properties":{"cardinality":{"type":"number"},"color":{"type":"string"},"currency":{"properties":{"id":{"type":"string"},"name":{"type":"string"},"symbol":{"type":"string"}},"type":"object"},"currency_id":{"type":"string"},"description":{"type":"object"},"duration_format":{"enum":["long","short","time"],"type":"string"},"duration_levels":{"items":{"type":"number"},"type":"array"},"expression":{"type":"string"},"format":{"type":"string"},"hierarchyLevels":{"items":{"properties":{"color":{"type":"string"},"id":{"type":"string"},"level":{"type":"number"},"name":{"type":"object"}},"type":"object"},"type":"array"},"hierarchy_enabled":{"type":"boolean"},"highestLevel":{"type":"number"},"id":{"type":"string"},"informat":{"type":"string"},"isLabel":{"type":"boolean"},"joins":{"items":{"properties":{"currency_id":{"type":["null","string"]},"hierarchy_enabled":{"type":"boolean"},"id":{"type":"string"},"join":{"properties":{"column_id":{"type":"string"},"created_at":{"type":"string"},"joins_id":{"type":"string"},"subtype":{"type":"string"},"type":{"enum":["exact","lookup"],"type":"string"},"update_at":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"securable_id":{"type":"string"}},"type":"object"},"type":"array"},"level":{"type":"number"},"lowestLevel":{"type":"number"},"name":{"type":"object"},"order":{"type":"number"},"securable_id":{"type":"string"},"source_name":{"type":"string"},"subtype":{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},"type":{"enum":["array[datetime]","array[hierarchy]","array[numeric]","array[spatial]","datetime","hierarchy","numeric","spatial"],"type":"string"},"version":{"type":"number"},"width":{"type":"number"}},"type":"object"},{"properties":{"datasetId":{"type":"string"}},"type":"object"}],"description":"Offset date column"},"periodToDate":{"description":"Turn ON/OFF period to date comparison","type":"boolean"},"quantity":{"description":"Number of periods","type":"number"},"rangeType":{"description":"Range type","enum":["relative","user-defined"],"type":"string"},"type":{"description":"Period over period comparison type","enum":["none","past","absoluteChange","percentageChange"],"type":"string"}},"type":"object"},"selected":{"description":"Selected item","type":"boolean"},"subtype":{"anyOf":[{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},{"type":"null"}],"description":"Column subtype"},"type":{"description":"Column / Formula type","enum":["array[datetime]","array[hierarchy]","array[numeric]","array[spatial]","datetime","hierarchy","numeric","spatial"],"type":"string"},"weekDayNameFormat":{"description":"Week day name format for datetime column formatting","enum":["letter","long","short"],"type":"string"},"weekStart":{"description":"Week start day, 'sunday' or 'monday'. For datetime column formatting.","enum":["monday","sunday"],"type":"string"}},"type":"object"},"type":"array"}},"type":"object"},"type":"array"}},"type":"object"},"limit":{"description":"The maximum number of data rows to query and display","properties":{"number":{"default":10000,"description":"Number of observations value","type":"number"}},"type":"object"},"lineWeight":{"default":4,"description":"Line weight of the route","type":"number"},"loader":{"description":"The loader configuration","properties":{"background":{"default":"#f9f9f9","description":"Background color of the chart loader element","type":"string"},"fontColor":{"default":"#5a5a5a","description":"Font color of the text of the chart loaders","type":"string"},"locale":{"default":"en","description":"Locale to be used if \\"msg\\" is set","examples":["en","fr"],"type":"string"},"mode":{"default":"light","description":"Light or dark loader","type":"string"},"msg":{"description":"Loading message","examples":["Loading dashboard..."],"type":"string"},"showBranded":{"default":false,"description":"Shows the branded \\"powered by\\" information","type":"boolean"},"spinnerBackground":{"default":"rgba(169, 169, 169, 0.14)","description":"Background color of the spinner","type":"string"},"spinnerColor":{"default":"rgba(255, 165, 0, 0.7)","description":"Spinner color of the loader","type":"string"}},"type":"object"},"locale":{"default":"en","description":"Locale to be used","examples":["en","fr"],"type":"string"},"lookupFiltering":{"default":false,"description":"Allow interactive filtering of charts with linked datasets","type":"boolean"},"manualValues":{"default":{"manualValues":[]},"description":"Manually specified classification and colors","properties":{"ranges":{"default":[],"items":{"description":"Values range options that are configured manually","properties":{"color":{"description":"Color of the range, it can be a hex or rgb(a) color","type":"string"},"isNegativeInfinityRange":{"description":"Is negative infinity range","type":"boolean"},"val":{"description":"Value of the range","type":"number"}},"type":"object"},"type":"array"}},"type":"object"},"numberClasses":{"default":5,"description":"Number of classes for classification","examples":[3,4,5,6,7,8,9],"type":"number"},"opacity":{"default":".7","description":"Opacity of the route","type":"number"},"pin":{"description":"Pin options","properties":{"auto":{"default":true,"description":"Automatically pin the map","type":"boolean"},"bearing":{"default":0,"description":"The map's initial bearing (rotation), measured in degrees counter-clockwise from north. If unspecified in options or style, it defaults to \`0\`.","type":"number"},"center":{"default":[0,0],"description":"The map's initial centerpoint. If unspecified in options or style, it defaults to [0, 0]. Note: MapLibre GL JS uses longitude-latitude order to match GeoJSON.","examples":[[0,0],[50.870978137947134,4.344406127929688]],"items":[{"type":"number"},{"type":"number"}],"maxItems":2,"minItems":2,"type":"array"},"pitch":{"default":0,"description":"The map's initial pitch (tilt), measured in degrees from the screen plane (0-85). If unspecified in options or the style, it defaults to 0.","type":"number"},"zoom":{"default":2,"description":"The map's initial zoom level. If unspecified in options or style, it defaults to 0.","examples":[2,5,11],"type":"number"}},"type":"object"},"theme":{"description":"Theme configuration","properties":{"borders":{"description":"Custom border styling","properties":{"border-bottom-width":{"description":"Border bottom width, it is visible when a border style and color are set","examples":["0px","1px","3px"],"type":"string"},"border-color":{"description":"Border color, it is visible when a border style and width are set","examples":["rgba(216, 216, 216, 1)","rgb(147, 146, 148)"],"type":"string"},"border-left-width":{"description":"Border left width, it is visible when a border style and color are set","examples":["0px","1px","3px"],"type":"string"},"border-radius":{"description":"Border radius","examples":["0","12px","20px"],"type":"string"},"border-right-width":{"description":"Border right width, it is visible when a border style and color are set","examples":["0px","1px","3px"],"type":"string"},"border-style":{"description":"Border style, it is visible when a border color and width are set","examples":["none","solid","dotted","dashed"],"type":"string"},"border-top-width":{"description":"Border top width, it is visible when a border style and color are set","examples":["0px","1px","3px"],"type":"string"}},"type":"object"},"boxShadow":{"description":"Custom shadow styling","properties":{"color":{"description":"Shadow color","examples":["rgb(0, 0, 0)","rgb(100, 100, 103)"],"type":"string"},"size":{"description":"Shadow size","enum":["L","M","S","none"],"examples":["none","S","M","L"],"type":"string"}},"type":"object"},"font":{"description":"Custom font styling","properties":{"fontFamily":{"description":"Font family","examples":["Lato","Montserrat","Roboto Mono","Arial","Times New Roman"],"type":"string"},"fontSize":{"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.","examples":[10,15,18],"type":"number"}},"type":"object"},"id":{"description":"Id of the theme, for example, \\"seasonal\\", \\"urban\\" or custom theme uuid. If you just pass custom theme options, it have to be skipped.","examples":["seasonal","urban"],"type":"string"},"itemsBackground":{"description":"Custom item background color","examples":["rgb(255, 255, 255)","rgb(71, 69, 69)","rgb(195, 191, 191)"],"type":"string"},"title":{"description":"Custom title styling, it's applied if the title is displayed","properties":{"align":{"description":"Title align","enum":["center","left","right"],"examples":["left","center","right"],"type":"string"},"bold":{"description":"Is title bold","examples":[true,false],"type":"boolean"},"border":{"description":"Is title a border","examples":[true,false],"type":"boolean"},"fontSize":{"description":"Title's font size in px, if not set, it will be inherited from the \\"font\\"->\\"fontSize\\" option","examples":[16,20],"type":"number"},"italic":{"description":"Is title italic","examples":[true,false],"type":"boolean"},"lineHeight":{"description":"Title's line height in px","examples":[30,42,50],"type":"number"},"underline":{"description":"Is title underline","examples":[true,false],"type":"boolean"}},"type":"object"},"tooltip":{"description":"Custom tooltip styling, it's applied if the tooltip is turned on","properties":{"background":{"description":"Tooltip's background","examples":["rgb(248, 248, 248)","rgb(248, 248, 248)","rgb(130, 128, 128)","rgb(61, 61, 61)"],"type":"string"},"fontSize":{"description":"Tooltip's font size in px, if not set, it will be inherited from the \\"font\\"->\\"fontSize\\" option","examples":[12,16,20],"type":"number"},"opacity":{"description":"Tooltip's opacity, it should be between 0 and 1, for example, 0.8","examples":[0.5,0.8,1],"type":"number"}},"type":"object"},"type":{"description":"It should be \\"custom\\" if custom theme id is specified or if you specify custom theme options to set the theme. Skip it otherwise.","examples":["custom"],"type":"string"}},"type":"object"},"tileProvider":{"default":{"attribution":"&copy; <a href=\\"https://www.openstreetmap.org/copyright\\">OpenStreetMap</a>","name":"OpenStreetMap","url":"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"},"description":"Map style when WebGL rendering is disabled","properties":{"attribution":{"description":"Attribution","examples":["","&copy; <a href=\\"http://www.openstreetmap.org/copyright\\">OpenStreetMap</a>","&copy; Openstreetmap France | &copy; <a href=\\"http://www.openstreetmap.org/copyright\\">OpenStreetMap</a>","&copy; <a href=\\"http://www.openstreetmap.org/copyright\\">OpenStreetMap</a>, Tiles courtesy of <a href=\\"http://hot.openstreetmap.org/\\" target=\\"_blank\\">Humanitarian OpenStreetMap Team</a>","<a id=\\"home-link\\" target=\\"_top\\" href=\\"../\\">Map tiles</a> by <a target=\\"_top\\" href=\\"http://stamen.com\\">Stamen Design</a>, under <a target=\\"_top\\" href=\\"http://creativecommons.org/licenses/by/3.0\\">CC BY 3.0</a>, &copy; <a href=\\"http://www.openstreetmap.org/copyright\\">OpenStreetMap</a>","&copy; <a href=\\"http://www.antwerpen.be\\">Stad Antwerpen</a>"],"type":"string"},"bounds":{"description":"Bounds","examples":[[[51.1,4.1],[51.45,4.5]]],"items":[{"items":[{"type":"number"},{"type":"number"}],"maxItems":2,"minItems":2,"type":"array"},{"items":[{"type":"number"},{"type":"number"}],"maxItems":2,"minItems":2,"type":"array"}],"maxItems":2,"minItems":2,"type":"array"},"name":{"description":"Name","examples":["No Tiles","OpenStreetMap","OpenStreetMap France","OpenStreetMap Hot","Stamen Toner","Stamen Watercolor","Stamen Terrain","Cityplan Antwerp"],"type":"string"},"url":{"description":"URL","examples":["","https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png","https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png","https://tile-{s}.openstreetmap.fr/hot/{z}/{x}/{y}.png","https://stamen-tiles-{s}.a.ssl.fastly.net/toner/{z}/{x}/{y}.png","https://stamen-tiles-{s}.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.png","https://stamen-tiles-{s}.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png","https://tiles.arcgis.com/tiles/1KSVSmnHT2Lw9ea6/arcgis/rest/services/basemap_stadsplan_v5/MapServer/tile/{z}/{y}/{x}"],"type":"string"},"vectorId":{"description":"Vector ID","examples":["no-tiles","osm-bright","toner","osm-liberty"],"type":"string"}},"type":"object"},"timezoneId":{"description":"The timezone that will be used in the dashboard. This timezone id needs to be a valid id that is available in the IANA timezone database","examples":["Europe/Brussels","America/New_York"],"type":"string"},"title":{"description":"Title in format { <locale>: \\"title\\"}. It's applied if the title is displayed.","examples":[{"en":"Title"}],"type":"object"},"vectorTileProvider":{"default":{"attribution":"&copy; <a href=\\"https://www.openstreetmap.org/copyright\\">OpenStreetMap</a>","id":"klokantech-basic","name":"Basic"},"description":"Map style when WebGL rendering is enabled","properties":{"attribution":{"description":"Attribution","examples":["&copy; <a href=\\"https://www.openstreetmap.org/copyright\\">OpenStreetMap</a>"],"type":"string"},"id":{"description":"ID","examples":["no-tiles","klokantech-basic","osm-bright","dark-matter","fiord-color","osm-liberty","pastel","positron"],"type":"string"},"name":{"description":"Name","examples":["No Tiles","Basic","Bright","Dark","Fiord","Liberty","Pastel","Positron","Streets"],"type":"string"},"rasterName":{"description":"Raster name","examples":["No Tiles","OpenStreetMap"],"type":"string"},"url":{"description":"URL","examples":["https://openmaptiles.github.io/klokantech-basic-gl-style/style-cdn.json","https://openmaptiles.github.io/osm-bright-gl-style/style-cdn.json","https://openmaptiles.github.io/dark-matter-gl-style/style-cdn.json","https://openmaptiles.github.io/fiord-color-gl-style/style-cdn.json","https://rawgit.com/lukasmartinelli/osm-liberty/gh-pages/style.json","https://api.maptiler.com/maps/pastel/style.json","https://openmaptiles.github.io/positron-gl-style/style-cdn.json"],"type":"string"}},"type":"object"},"zoomRange":{"default":[0,25],"description":"Zoom range","items":[{"type":"number"},{"type":"number"}],"maxItems":2,"minItems":2,"type":"array"}}`), r = "object", o = {
1
+ const e = "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-options.schema.json", t = "http://json-schema.org/draft-07/schema#", i = /* @__PURE__ */ JSON.parse(`{"annotate":{"description":"Information tooltip configuration","properties":{"infoTooltip":{"properties":{"active":{"description":"Is information tooltip active","type":"boolean"},"content":{"description":"Information tooltip content in format {<locale>: \\"content\\"}","examples":[{"en":"Content"}],"type":"object"},"position":{"description":"Information tooltip position","enum":["left","right"],"type":"string"}},"type":"object"}},"type":"object"},"classification":{"default":"'interval'","description":"Classification method","enum":["continuous","interval","manual","quantile"],"type":"string"},"color":{"default":"","description":"The main color for the item, if omitted the default color from the theme will be used","examples":["#FF5733","#33FF57","#5733FF"],"type":"string"},"colorsClass":{"default":"'PuBu'","description":"A color class, use \\"manual\\" to specify custom colors in the manualValues option","enum":["BlueRed","Blues","BrBG","BuGn","BuPu","Fire","GnBu","Greens","Greys","Incan","Inferno","Ocean","OrRd","Oranges","PRGn","Paired","PiYG","Plasma","PuBu","PuBuGn","PuOr","PuRd","Purples","RdBu","RdGy","RdPu","RdYlBu","RdYlGn","Reds","Set1","Set3","Spectral","Spectrum","Sunrise","Viris","YlGn","YlGnBu","YlOrBr","YlOrRd","manual"],"examples":["manual","Spectral","RdYlBu","PdBu","PiYG","PRGn","RdYlGn","BrBG","RdGy","PuOr","Paired","Set1","Set3","OrRd","PuBu","BuPu","Oranges","BuGn","YlOrBr","YlGn","Reds","RdPu","Greens","YlGnBu","Purples","GnBu","Greys","YlOrRd","PuRd","Blues","PuBuGn","Spectrum","BlueRed","Plasma","Viris","Incan","Fire","Inferno","Ocean","Sunrise"],"type":"string"},"disableWebgl":{"default":false,"description":"Disable or enable WebGL rendering","type":"boolean"},"display":{"description":"Title display option","properties":{"outline":{"default":true,"description":"Show or hide the outline","type":"boolean"},"title":{"default":true,"description":"Show or hide the title","type":"boolean"}},"type":"object"},"enabled":{"description":"Options to enable or disable different map features","properties":{"pan":{"default":true,"description":"Enable or disable pan","type":"boolean"},"pitchBearing":{"default":false,"description":"Enable or disable \\"Pitch & Rotate\\" (allows using Ctrl + drag)","type":"boolean"},"repositionOnRefresh":{"default":true,"description":"Enable or disable reposition on Data Refresh","type":"boolean"},"zoom":{"default":true,"description":"Enable or disable zoom","type":"boolean"}},"type":"object"},"interactivity":{"description":"Interactivity options","properties":{"exportTypes":{"default":["xlsx","csv","png"],"description":"Export types interactivity option. The export button appears when hovering the chart. If the empty array is provided, the export button is not shown.","items":{"description":"Export types","enum":["base64","csv","csv-raw","png","xlsx","xlsx-raw"],"type":"string"},"type":"array"},"measureDimensionPicker":{"default":[[]],"description":"An array of measure dimension picker configurations","items":{"description":"Measure dimension picker configuration","properties":{"order":{"description":"Order","examples":[0,9999],"type":"number"},"slot":{"description":"Slot name","examples":["measure","dimension","legend"],"type":"string"},"slotType":{"description":"Slot type","enum":["categorical","mixed","numeric"],"type":"string"},"values":{"description":"An array of columns for the current picker","items":{"properties":{"aggregationFunc":{"description":"Aggregation function. It can be used with a \\"numeric\\" column type, and with some limitations with \\"hierarchy\\" and \\"datetime\\" column types.","enum":["average","count","cumulativesum","distinctcount","histogram","max","median","min","rate","stddev","sum","weightedaverage"],"type":"string"},"aggregationWeight":{"description":"Aggregation weight. It can be used with a \\"numeric\\" column type.","properties":{"columnId":{"description":"Column id","format":"uuid","type":"string"},"columnSubType":{"description":"Column subtype","enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"}},"type":"object"},"bins":{"description":"Bin definition. It can be used when a \\"numeric\\" column is used as a category.","properties":{"enabled":{"description":"Enable or disable binning","type":"boolean"},"number":{"description":"Defines the range of the bins","type":"number"}},"type":"object"},"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"currency":{"description":"Currency code. It is only used when the column type is \\"numeric\\" and subtype is \\"currency\\".","examples":["€","$"],"type":["null","string"]},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"datetimeDisplayMode":{"description":"If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat","enum":["day_in_month","day_in_year","default","hour_in_day","minute_in_hour","month_name","month_number","quarter_number","second_in_minute","week_number","weekday_name","weekday_number"],"type":"string"},"duration":{"description":"Duration definition. It's only used when the column type is \\"numeric\\" and subtype is \\"duration\\".","properties":{"format":{"description":"Duration format","enum":["long","short","time"],"type":"string"},"levels":{"description":"Duration levels used","items":{"type":"number"},"type":"array"}},"type":"object"},"format":{"description":"D3 format, it is used for \\"numeric\\" formatting (https://observablehq.com/@d3/d3-format), for \\"datetime\\" formatting (https://d3js.org/d3-time-format).\\nIt can also be used for \\"hierarchy\\" formatting but when it's used in the measure slot.","type":"string"},"formula":{"description":"A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"grandTotals":{"description":"Enable or disable grand totals, they're only used in Pivot table","properties":{"enabled":{"type":"boolean"}},"type":"object"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"level":{"description":"\\"hierarchy\\" or \\"datetime\\" level","type":["number","null"]},"lowestLevel":{"description":"Lowest \\"hierarchy\\" or \\"datetime\\" level","type":["null","number"]},"monthNameFormat":{"description":"Month name format for datetime column formatting","enum":["letter","long","short"],"type":"string"},"periodOverPeriod":{"description":"Settings to configure period over period comparison. It can be used only in a measure slot.","properties":{"level":{"description":"Period of time level\\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond","type":"number"},"offsetDateColumn":{"allOf":[{"properties":{"cardinality":{"type":"number"},"color":{"type":"string"},"currency":{"properties":{"id":{"type":"string"},"name":{"type":"string"},"symbol":{"type":"string"}},"type":"object"},"currency_id":{"type":"string"},"description":{"type":"object"},"duration_format":{"enum":["long","short","time"],"type":"string"},"duration_levels":{"items":{"type":"number"},"type":"array"},"expression":{"type":"string"},"format":{"type":"string"},"hierarchyLevels":{"items":{"properties":{"color":{"type":"string"},"id":{"type":"string"},"level":{"type":"number"},"name":{"type":"object"}},"type":"object"},"type":"array"},"hierarchy_enabled":{"type":"boolean"},"highestLevel":{"type":"number"},"id":{"type":"string"},"informat":{"type":"string"},"isLabel":{"type":"boolean"},"joins":{"items":{"properties":{"currency_id":{"type":["null","string"]},"hierarchy_enabled":{"type":"boolean"},"id":{"type":"string"},"join":{"properties":{"column_id":{"type":"string"},"created_at":{"type":"string"},"joins_id":{"type":"string"},"subtype":{"type":"string"},"type":{"enum":["exact","lookup"],"type":"string"},"update_at":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"securable_id":{"type":"string"}},"type":"object"},"type":"array"},"level":{"type":"number"},"lowestLevel":{"type":"number"},"name":{"type":"object"},"order":{"type":"number"},"securable_id":{"type":"string"},"source_name":{"type":"string"},"subtype":{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},"type":{"enum":["array[datetime]","array[hierarchy]","array[numeric]","array[spatial]","datetime","hierarchy","numeric","spatial"],"type":"string"},"version":{"type":"number"},"width":{"type":"number"}},"type":"object"},{"properties":{"datasetId":{"type":"string"}},"type":"object"}],"description":"Offset date column"},"periodToDate":{"description":"Turn ON/OFF period to date comparison","type":"boolean"},"quantity":{"description":"Number of periods","type":"number"},"rangeType":{"description":"Range type","enum":["relative","user-defined"],"type":"string"},"type":{"description":"Period over period comparison type","enum":["none","past","absoluteChange","percentageChange"],"type":"string"}},"type":"object"},"selected":{"description":"Selected item","type":"boolean"},"subtype":{"anyOf":[{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},{"type":"null"}],"description":"Column subtype"},"type":{"description":"Column / Formula type","enum":["array[datetime]","array[hierarchy]","array[numeric]","array[spatial]","datetime","hierarchy","numeric","spatial"],"type":"string"},"weekDayNameFormat":{"description":"Week day name format for datetime column formatting","enum":["letter","long","short"],"type":"string"},"weekStart":{"description":"Week start day, 'sunday' or 'monday'. For datetime column formatting.","enum":["monday","sunday"],"type":"string"}},"type":"object"},"type":"array"}},"type":"object"},"type":"array"},"scheduledExport":{"default":true,"description":"Whether scheduled/recurring export is allowed for this chart.","type":"boolean"}},"type":"object"},"limit":{"description":"The maximum number of data rows to query and display","properties":{"number":{"default":10000,"description":"Number of observations value","type":"number"}},"type":"object"},"lineWeight":{"default":4,"description":"Line weight of the route","type":"number"},"loader":{"description":"The loader configuration","properties":{"background":{"default":"#f9f9f9","description":"Background color of the chart loader element","type":"string"},"fontColor":{"default":"#5a5a5a","description":"Font color of the text of the chart loaders","type":"string"},"locale":{"default":"en","description":"Locale to be used if \\"msg\\" is set","examples":["en","fr"],"type":"string"},"mode":{"default":"light","description":"Light or dark loader","type":"string"},"msg":{"description":"Loading message","examples":["Loading dashboard..."],"type":"string"},"showBranded":{"default":false,"description":"Shows the branded \\"powered by\\" information","type":"boolean"},"spinnerBackground":{"default":"rgba(169, 169, 169, 0.14)","description":"Background color of the spinner","type":"string"},"spinnerColor":{"default":"rgba(255, 165, 0, 0.7)","description":"Spinner color of the loader","type":"string"}},"type":"object"},"locale":{"default":"en","description":"Locale to be used","examples":["en","fr"],"type":"string"},"lookupFiltering":{"default":false,"description":"Allow interactive filtering of charts with linked datasets","type":"boolean"},"manualValues":{"default":{"manualValues":[]},"description":"Manually specified classification and colors","properties":{"ranges":{"default":[],"items":{"description":"Values range options that are configured manually","properties":{"color":{"description":"Color of the range, it can be a hex or rgb(a) color","type":"string"},"isNegativeInfinityRange":{"description":"Is negative infinity range","type":"boolean"},"val":{"description":"Value of the range","type":"number"}},"type":"object"},"type":"array"}},"type":"object"},"numberClasses":{"default":5,"description":"Number of classes for classification","examples":[3,4,5,6,7,8,9],"type":"number"},"opacity":{"default":".7","description":"Opacity of the route","type":"number"},"pin":{"description":"Pin options","properties":{"auto":{"default":true,"description":"Automatically pin the map","type":"boolean"},"bearing":{"default":0,"description":"The map's initial bearing (rotation), measured in degrees counter-clockwise from north. If unspecified in options or style, it defaults to \`0\`.","type":"number"},"center":{"default":[0,0],"description":"The map's initial centerpoint. If unspecified in options or style, it defaults to [0, 0]. Note: MapLibre GL JS uses longitude-latitude order to match GeoJSON.","examples":[[0,0],[50.870978137947134,4.344406127929688]],"items":[{"type":"number"},{"type":"number"}],"maxItems":2,"minItems":2,"type":"array"},"pitch":{"default":0,"description":"The map's initial pitch (tilt), measured in degrees from the screen plane (0-85). If unspecified in options or the style, it defaults to 0.","type":"number"},"zoom":{"default":2,"description":"The map's initial zoom level. If unspecified in options or style, it defaults to 0.","examples":[2,5,11],"type":"number"}},"type":"object"},"theme":{"description":"Theme configuration","properties":{"borders":{"description":"Custom border styling","properties":{"border-bottom-width":{"description":"Border bottom width, it is visible when a border style and color are set","examples":["0px","1px","3px"],"type":"string"},"border-color":{"description":"Border color, it is visible when a border style and width are set","examples":["rgba(216, 216, 216, 1)","rgb(147, 146, 148)"],"type":"string"},"border-left-width":{"description":"Border left width, it is visible when a border style and color are set","examples":["0px","1px","3px"],"type":"string"},"border-radius":{"description":"Border radius","examples":["0","12px","20px"],"type":"string"},"border-right-width":{"description":"Border right width, it is visible when a border style and color are set","examples":["0px","1px","3px"],"type":"string"},"border-style":{"description":"Border style, it is visible when a border color and width are set","examples":["none","solid","dotted","dashed"],"type":"string"},"border-top-width":{"description":"Border top width, it is visible when a border style and color are set","examples":["0px","1px","3px"],"type":"string"}},"type":"object"},"boxShadow":{"description":"Custom shadow styling","properties":{"color":{"description":"Shadow color","examples":["rgb(0, 0, 0)","rgb(100, 100, 103)"],"type":"string"},"size":{"description":"Shadow size","enum":["L","M","S","none"],"examples":["none","S","M","L"],"type":"string"}},"type":"object"},"font":{"description":"Custom font styling","properties":{"fontFamily":{"description":"Font family","examples":["Lato","Montserrat","Roboto Mono","Arial","Times New Roman"],"type":"string"},"fontSize":{"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.","examples":[10,15,18],"type":"number"}},"type":"object"},"id":{"description":"Id of the theme, for example, \\"seasonal\\", \\"urban\\" or custom theme uuid. If you just pass custom theme options, it have to be skipped.","examples":["seasonal","urban"],"type":"string"},"itemsBackground":{"description":"Custom item background color","examples":["rgb(255, 255, 255)","rgb(71, 69, 69)","rgb(195, 191, 191)"],"type":"string"},"title":{"description":"Custom title styling, it's applied if the title is displayed","properties":{"align":{"description":"Title align","enum":["center","left","right"],"examples":["left","center","right"],"type":"string"},"bold":{"description":"Is title bold","examples":[true,false],"type":"boolean"},"border":{"description":"Is title a border","examples":[true,false],"type":"boolean"},"fontSize":{"description":"Title's font size in px, if not set, it will be inherited from the \\"font\\"->\\"fontSize\\" option","examples":[16,20],"type":"number"},"italic":{"description":"Is title italic","examples":[true,false],"type":"boolean"},"lineHeight":{"description":"Title's line height in px","examples":[30,42,50],"type":"number"},"underline":{"description":"Is title underline","examples":[true,false],"type":"boolean"}},"type":"object"},"tooltip":{"description":"Custom tooltip styling, it's applied if the tooltip is turned on","properties":{"background":{"description":"Tooltip's background","examples":["rgb(248, 248, 248)","rgb(248, 248, 248)","rgb(130, 128, 128)","rgb(61, 61, 61)"],"type":"string"},"fontSize":{"description":"Tooltip's font size in px, if not set, it will be inherited from the \\"font\\"->\\"fontSize\\" option","examples":[12,16,20],"type":"number"},"opacity":{"description":"Tooltip's opacity, it should be between 0 and 1, for example, 0.8","examples":[0.5,0.8,1],"type":"number"}},"type":"object"},"type":{"description":"It should be \\"custom\\" if custom theme id is specified or if you specify custom theme options to set the theme. Skip it otherwise.","examples":["custom"],"type":"string"}},"type":"object"},"tileProvider":{"default":{"attribution":"&copy; <a href=\\"https://www.openstreetmap.org/copyright\\">OpenStreetMap</a>","name":"OpenStreetMap","url":"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"},"description":"Map style when WebGL rendering is disabled","properties":{"attribution":{"description":"Attribution","examples":["","&copy; <a href=\\"http://www.openstreetmap.org/copyright\\">OpenStreetMap</a>","&copy; Openstreetmap France | &copy; <a href=\\"http://www.openstreetmap.org/copyright\\">OpenStreetMap</a>","&copy; <a href=\\"http://www.openstreetmap.org/copyright\\">OpenStreetMap</a>, Tiles courtesy of <a href=\\"http://hot.openstreetmap.org/\\" target=\\"_blank\\">Humanitarian OpenStreetMap Team</a>","<a id=\\"home-link\\" target=\\"_top\\" href=\\"../\\">Map tiles</a> by <a target=\\"_top\\" href=\\"http://stamen.com\\">Stamen Design</a>, under <a target=\\"_top\\" href=\\"http://creativecommons.org/licenses/by/3.0\\">CC BY 3.0</a>, &copy; <a href=\\"http://www.openstreetmap.org/copyright\\">OpenStreetMap</a>","&copy; <a href=\\"http://www.antwerpen.be\\">Stad Antwerpen</a>"],"type":"string"},"bounds":{"description":"Bounds","examples":[[[51.1,4.1],[51.45,4.5]]],"items":[{"items":[{"type":"number"},{"type":"number"}],"maxItems":2,"minItems":2,"type":"array"},{"items":[{"type":"number"},{"type":"number"}],"maxItems":2,"minItems":2,"type":"array"}],"maxItems":2,"minItems":2,"type":"array"},"name":{"description":"Name","examples":["No Tiles","OpenStreetMap","OpenStreetMap France","OpenStreetMap Hot","Stamen Toner","Stamen Watercolor","Stamen Terrain","Cityplan Antwerp"],"type":"string"},"url":{"description":"URL","examples":["","https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png","https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png","https://tile-{s}.openstreetmap.fr/hot/{z}/{x}/{y}.png","https://stamen-tiles-{s}.a.ssl.fastly.net/toner/{z}/{x}/{y}.png","https://stamen-tiles-{s}.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.png","https://stamen-tiles-{s}.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png","https://tiles.arcgis.com/tiles/1KSVSmnHT2Lw9ea6/arcgis/rest/services/basemap_stadsplan_v5/MapServer/tile/{z}/{y}/{x}"],"type":"string"},"vectorId":{"description":"Vector ID","examples":["no-tiles","osm-bright","toner","osm-liberty"],"type":"string"}},"type":"object"},"timezoneId":{"description":"The timezone that will be used in the dashboard. This timezone id needs to be a valid id that is available in the IANA timezone database","examples":["Europe/Brussels","America/New_York"],"type":"string"},"title":{"description":"Title in format { <locale>: \\"title\\"}. It's applied if the title is displayed.","examples":[{"en":"Title"}],"type":"object"},"vectorTileProvider":{"default":{"attribution":"&copy; <a href=\\"https://www.openstreetmap.org/copyright\\">OpenStreetMap</a>","id":"klokantech-basic","name":"Basic"},"description":"Map style when WebGL rendering is enabled","properties":{"attribution":{"description":"Attribution","examples":["&copy; <a href=\\"https://www.openstreetmap.org/copyright\\">OpenStreetMap</a>"],"type":"string"},"id":{"description":"ID","examples":["no-tiles","klokantech-basic","osm-bright","dark-matter","fiord-color","osm-liberty","pastel","positron"],"type":"string"},"name":{"description":"Name","examples":["No Tiles","Basic","Bright","Dark","Fiord","Liberty","Pastel","Positron","Streets"],"type":"string"},"rasterName":{"description":"Raster name","examples":["No Tiles","OpenStreetMap"],"type":"string"},"url":{"description":"URL","examples":["https://openmaptiles.github.io/klokantech-basic-gl-style/style-cdn.json","https://openmaptiles.github.io/osm-bright-gl-style/style-cdn.json","https://openmaptiles.github.io/dark-matter-gl-style/style-cdn.json","https://openmaptiles.github.io/fiord-color-gl-style/style-cdn.json","https://rawgit.com/lukasmartinelli/osm-liberty/gh-pages/style.json","https://api.maptiler.com/maps/pastel/style.json","https://openmaptiles.github.io/positron-gl-style/style-cdn.json"],"type":"string"}},"type":"object"},"zoomRange":{"default":[0,25],"description":"Zoom range","items":[{"type":"number"},{"type":"number"}],"maxItems":2,"minItems":2,"type":"array"}}`), r = "object", o = {
2
2
  $id: e,
3
3
  $schema: t,
4
4
  properties: i,
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e="https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json",t="http://json-schema.org/draft-07/schema#",o=JSON.parse(`{"ColumnSubtype":{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},"ColumnType":{"enum":["array[datetime]","array[hierarchy]","array[numeric]","array[spatial]","datetime","hierarchy","numeric","spatial"],"type":"string"},"DateTimeSlotContent":{"properties":{"aggregationFunc":{"description":"Basic aggregation function. It can be used when a \\"datetime\\" column is used in a measure slot.","enum":["count","distinctcount"],"type":"string"},"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"datetimeDisplayMode":{"description":"If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat","enum":["day_in_month","day_in_year","default","hour_in_day","minute_in_hour","month_name","month_number","quarter_number","second_in_minute","week_number","weekday_name","weekday_number"],"type":"string"},"format":{"description":"D3 format, it is used for \\"numeric\\" formatting (https://observablehq.com/@d3/d3-format), for \\"datetime\\" formatting (https://d3js.org/d3-time-format).\\nIt can also be used for \\"hierarchy\\" formatting but when it's used in the measure slot.","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"grandTotals":{"description":"Enable or disable grand totals, they're only used in Pivot table","properties":{"enabled":{"type":"boolean"}},"type":"object"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"level":{"description":"\\"hierarchy\\" or \\"datetime\\" level","type":["number","null"]},"lowestLevel":{"description":"Lowest \\"hierarchy\\" or \\"datetime\\" level","type":["null","number"]},"monthNameFormat":{"description":"Month name format for datetime column formatting","enum":["letter","long","short"],"type":"string"},"periodOverPeriod":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/PeriodOverPeriod","description":"Settings to configure period over period comparison. It can be used only in a measure slot."},"subtype":{"description":"There's no subtype for \\"datetime\\", it can be null or omitted","type":"null"},"type":{"const":"datetime","description":"\\"datetime\\" column type","type":"string"},"weekDayNameFormat":{"description":"Week day name format for datetime column formatting","enum":["letter","long","short"],"type":"string"},"weekStart":{"description":"Week start day, 'sunday' or 'monday'. For datetime column formatting.","enum":["monday","sunday"],"type":"string"}},"type":"object"},"GeoSlot":{"description":"Geo slot definition of the Route Map. This is the required slot. This slot can only accept a Geo content type column.","properties":{"content":{"description":"Geo slot definition","items":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/SpatialSlotContent"},"maxItems":1,"type":"array"},"name":{"const":"geo","description":"Name of the slot","type":"string"}},"type":"object"},"HierarchySlotContent":{"properties":{"aggregationFunc":{"description":"Basic aggregation function. It can be used when a \\"hierarchy\\" column is used in a measure slot.","enum":["count","distinctcount"],"type":"string"},"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"format":{"description":"D3 format, it is used for \\"numeric\\" formatting (https://observablehq.com/@d3/d3-format), for \\"datetime\\" formatting (https://d3js.org/d3-time-format).\\nIt can also be used for \\"hierarchy\\" formatting but when it's used in the measure slot.","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"grandTotals":{"description":"Enable or disable grand totals, they're only used in Pivot table","properties":{"enabled":{"type":"boolean"}},"type":"object"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"level":{"description":"\\"hierarchy\\" or \\"datetime\\" level","type":["number","null"]},"lowestLevel":{"description":"Lowest \\"hierarchy\\" or \\"datetime\\" level","type":["null","number"]},"periodOverPeriod":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/PeriodOverPeriod","description":"Settings to configure period over period comparison. It can be used only in a measure slot."},"subtype":{"anyOf":[{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},{"type":"null"}],"description":"Column subtype"},"type":{"const":"hierarchy","description":"\\"hierarchy\\" column type","type":"string"}},"type":"object"},"LegendSlot":{"description":"Legend slot definition of the Route Map","properties":{"content":{"description":"Legend slot definition","items":{"anyOf":[{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/NumericSlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/HierarchySlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/DateTimeSlotContent"}]},"maxItems":1,"type":"array"},"name":{"const":"legend","description":"Name of the slot","type":"string"}},"type":"object"},"NumericSlotContent":{"properties":{"aggregationFunc":{"description":"Aggregation function. It can be used with a \\"numeric\\" column type, and with some limitations with \\"hierarchy\\" and \\"datetime\\" column types.","enum":["average","count","cumulativesum","distinctcount","histogram","max","median","min","rate","stddev","sum","weightedaverage"],"type":"string"},"aggregationWeight":{"description":"Aggregation weight. It can be used with a \\"numeric\\" column type.","properties":{"columnId":{"description":"Column id","format":"uuid","type":"string"},"columnSubType":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/ColumnSubtype","description":"Column subtype"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"}},"type":"object"},"bins":{"description":"Bin definition. It can be used when a \\"numeric\\" column is used as a category.","properties":{"enabled":{"description":"Enable or disable binning","type":"boolean"},"number":{"description":"Defines the range of the bins","type":"number"}},"type":"object"},"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"currency":{"description":"Currency code. It is only used when the column type is \\"numeric\\" and subtype is \\"currency\\".","examples":["€","$"],"type":["null","string"]},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"duration":{"description":"Duration definition. It's only used when the column type is \\"numeric\\" and subtype is \\"duration\\".","properties":{"format":{"description":"Duration format","enum":["long","short","time"],"type":"string"},"levels":{"description":"Duration levels used","items":{"type":"number"},"type":"array"}},"type":"object"},"format":{"description":"D3 format, it is used for \\"numeric\\" formatting (https://observablehq.com/@d3/d3-format), for \\"datetime\\" formatting (https://d3js.org/d3-time-format).\\nIt can also be used for \\"hierarchy\\" formatting but when it's used in the measure slot.","type":"string"},"formula":{"description":"A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"grandTotals":{"description":"Enable or disable grand totals, they're only used in Pivot table","properties":{"enabled":{"type":"boolean"}},"type":"object"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"periodOverPeriod":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/PeriodOverPeriod","description":"Settings to configure period over period comparison. It can be used only in a measure slot."},"subtype":{"anyOf":[{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},{"type":"null"}],"description":"Column subtype"},"type":{"const":"numeric","description":"\\"numeric\\" column / formula type","type":"string"}},"type":"object"},"OrderSlot":{"description":"Order slot definition of the Route Map","properties":{"content":{"description":"Order slot definition. It accepts either a numeric or date-time content.","items":{"anyOf":[{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/NumericSlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/DateTimeSlotContent"}]},"maxItems":1,"type":"array"},"name":{"const":"order","description":"Name of the slot","type":"string"}},"type":"object"},"PeriodOverPeriod":{"properties":{"level":{"description":"Period of time level\\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond","type":"number"},"offsetDateColumn":{"allOf":[{"properties":{"cardinality":{"type":"number"},"color":{"type":"string"},"currency":{"properties":{"id":{"type":"string"},"name":{"type":"string"},"symbol":{"type":"string"}},"type":"object"},"currency_id":{"type":"string"},"description":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/Record%3Cstring%2Cstring%3E"},"duration_format":{"enum":["long","short","time"],"type":"string"},"duration_levels":{"items":{"type":"number"},"type":"array"},"expression":{"type":"string"},"format":{"type":"string"},"hierarchyLevels":{"items":{"properties":{"color":{"type":"string"},"id":{"type":"string"},"level":{"type":"number"},"name":{"type":"object"}},"type":"object"},"type":"array"},"hierarchy_enabled":{"type":"boolean"},"highestLevel":{"type":"number"},"id":{"type":"string"},"informat":{"type":"string"},"isLabel":{"type":"boolean"},"joins":{"items":{"properties":{"currency_id":{"type":["null","string"]},"hierarchy_enabled":{"type":"boolean"},"id":{"type":"string"},"join":{"properties":{"column_id":{"type":"string"},"created_at":{"type":"string"},"joins_id":{"type":"string"},"subtype":{"type":"string"},"type":{"enum":["exact","lookup"],"type":"string"},"update_at":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"securable_id":{"type":"string"}},"type":"object"},"type":"array"},"level":{"type":"number"},"lowestLevel":{"type":"number"},"name":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/Record%3Cstring%2Cstring%3E"},"order":{"type":"number"},"securable_id":{"type":"string"},"source_name":{"type":"string"},"subtype":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/ColumnSubtype"},"type":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/ColumnType"},"version":{"type":"number"},"width":{"type":"number"}},"type":"object"},{"properties":{"datasetId":{"type":"string"}},"type":"object"}],"description":"Offset date column"},"periodToDate":{"description":"Turn ON/OFF period to date comparison","type":"boolean"},"quantity":{"description":"Number of periods","type":"number"},"rangeType":{"description":"Range type","enum":["relative","user-defined"],"type":"string"},"type":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/PeriodOverPeriodType","description":"Period over period comparison type"}},"type":"object"},"PeriodOverPeriodType":{"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","enum":["none","past","absoluteChange","percentageChange"],"type":"string"},"Record<string,string>":{"type":"object"},"RouteSlot":{"description":"Route slot definition of the Route Map","properties":{"content":{"description":"Route slot definition","items":{"anyOf":[{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/NumericSlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/HierarchySlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/DateTimeSlotContent"}]},"maxItems":1,"type":"array"},"name":{"const":"measure","description":"Name of the slot","type":"string"}},"type":"object"},"SpatialSlotContent":{"properties":{"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"include_nonoccurring":{"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.","type":"boolean"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"subtype":{"anyOf":[{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},{"type":"null"}],"description":"Column subtype"},"type":{"const":"spatial","description":"\\"spatial\\" column type","type":"string"}},"type":"object"}}`),s="Data definition of the Route Map",n={anyOf:[{$ref:"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/OrderSlot"},{$ref:"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/GeoSlot"},{$ref:"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/LegendSlot"},{$ref:"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/RouteSlot"}]},i=4,r="array",a={$id:e,$schema:t,definitions:o,description:s,items:n,maxItems:i,type:r};exports.$id=e;exports.$schema=t;exports.default=a;exports.definitions=o;exports.description=s;exports.items=n;exports.maxItems=i;exports.type=r;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e="https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json",t="http://json-schema.org/draft-07/schema#",o=JSON.parse(`{"ColumnSubtype":{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},"ColumnType":{"enum":["array[datetime]","array[hierarchy]","array[numeric]","array[spatial]","datetime","hierarchy","numeric","spatial"],"type":"string"},"DateTimeSlotContent":{"properties":{"aggregationFunc":{"description":"Basic aggregation function. It can be used when a \\"datetime\\" column is used in a measure slot.","enum":["count","distinctcount"],"type":"string"},"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"datetimeDisplayMode":{"description":"If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat","enum":["day_in_month","day_in_year","default","hour_in_day","minute_in_hour","month_name","month_number","quarter_number","second_in_minute","week_number","weekday_name","weekday_number"],"type":"string"},"format":{"description":"D3 format, it is used for \\"numeric\\" formatting (https://observablehq.com/@d3/d3-format), for \\"datetime\\" formatting (https://d3js.org/d3-time-format).\\nIt can also be used for \\"hierarchy\\" formatting but when it's used in the measure slot.","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"grandTotals":{"description":"Enable or disable grand totals, they're only used in Pivot table","properties":{"enabled":{"type":"boolean"}},"type":"object"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"level":{"description":"\\"hierarchy\\" or \\"datetime\\" level","type":["number","null"]},"lowestLevel":{"description":"Lowest \\"hierarchy\\" or \\"datetime\\" level","type":["null","number"]},"monthNameFormat":{"description":"Month name format for datetime column formatting","enum":["letter","long","short"],"type":"string"},"periodOverPeriod":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/PeriodOverPeriod","description":"Settings to configure period over period comparison. It can be used only in a measure slot."},"subtype":{"description":"There's no subtype for \\"datetime\\", it can be null or omitted","type":"null"},"type":{"const":"datetime","description":"\\"datetime\\" column type","type":"string"},"weekDayNameFormat":{"description":"Week day name format for datetime column formatting","enum":["letter","long","short"],"type":"string"},"weekStart":{"description":"Week start day, 'sunday' or 'monday'. For datetime column formatting.","enum":["monday","sunday"],"type":"string"}},"type":"object"},"GeoSlot":{"description":"Geo slot definition of the Route Map. This is the required slot. This slot can only accept a Geo content type column.","properties":{"content":{"description":"Geo slot definition","items":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/SpatialSlotContent"},"maxItems":1,"type":"array"},"name":{"const":"geo","description":"Name of the slot","type":"string"}},"type":"object"},"HierarchySlotContent":{"properties":{"aggregationFunc":{"description":"Basic aggregation function. It can be used when a \\"hierarchy\\" column is used in a measure slot.","enum":["count","distinctcount"],"type":"string"},"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"format":{"description":"D3 format, it is used for \\"numeric\\" formatting (https://observablehq.com/@d3/d3-format), for \\"datetime\\" formatting (https://d3js.org/d3-time-format).\\nIt can also be used for \\"hierarchy\\" formatting but when it's used in the measure slot.","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"grandTotals":{"description":"Enable or disable grand totals, they're only used in Pivot table","properties":{"enabled":{"type":"boolean"}},"type":"object"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"level":{"description":"\\"hierarchy\\" or \\"datetime\\" level","type":["number","null"]},"lowestLevel":{"description":"Lowest \\"hierarchy\\" or \\"datetime\\" level","type":["null","number"]},"periodOverPeriod":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/PeriodOverPeriod","description":"Settings to configure period over period comparison. It can be used only in a measure slot."},"subtype":{"anyOf":[{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},{"type":"null"}],"description":"Column subtype"},"type":{"const":"hierarchy","description":"\\"hierarchy\\" column type","type":"string"}},"type":"object"},"LegendSlot":{"description":"Legend slot definition of the Route Map","properties":{"content":{"description":"Legend slot definition","items":{"anyOf":[{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/NumericSlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/HierarchySlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/DateTimeSlotContent"}]},"maxItems":1,"type":"array"},"name":{"const":"legend","description":"Name of the slot","type":"string"}},"type":"object"},"NumericSlotContent":{"properties":{"aggregationFunc":{"description":"Aggregation function. It can be used with a \\"numeric\\" column type, and with some limitations with \\"hierarchy\\" and \\"datetime\\" column types.","enum":["average","count","cumulativesum","distinctcount","histogram","max","median","min","rate","stddev","sum","weightedaverage"],"type":"string"},"aggregationWeight":{"description":"Aggregation weight. It can be used with a \\"numeric\\" column type.","properties":{"columnId":{"description":"Column id","format":"uuid","type":"string"},"columnSubType":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/ColumnSubtype","description":"Column subtype"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"}},"type":"object"},"bins":{"description":"Bin definition. It can be used when a \\"numeric\\" column is used as a category.","properties":{"enabled":{"description":"Enable or disable binning","type":"boolean"},"number":{"description":"Defines the range of the bins","type":"number"}},"type":"object"},"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"currency":{"description":"Currency code. It is only used when the column type is \\"numeric\\" and subtype is \\"currency\\".","examples":["€","$"],"type":["null","string"]},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"duration":{"description":"Duration definition. It's only used when the column type is \\"numeric\\" and subtype is \\"duration\\".","properties":{"format":{"description":"Duration format","enum":["long","short","time"],"type":"string"},"levels":{"description":"Duration levels used","items":{"type":"number"},"type":"array"}},"type":"object"},"format":{"description":"D3 format, it is used for \\"numeric\\" formatting (https://observablehq.com/@d3/d3-format), for \\"datetime\\" formatting (https://d3js.org/d3-time-format).\\nIt can also be used for \\"hierarchy\\" formatting but when it's used in the measure slot.","type":"string"},"formula":{"description":"A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"grandTotals":{"description":"Enable or disable grand totals, they're only used in Pivot table","properties":{"enabled":{"type":"boolean"}},"type":"object"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"periodOverPeriod":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/PeriodOverPeriod","description":"Settings to configure period over period comparison. It can be used only in a measure slot."},"subtype":{"anyOf":[{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},{"type":"null"}],"description":"Column subtype"},"type":{"const":"numeric","description":"\\"numeric\\" column / formula type","type":"string"}},"type":"object"},"OrderSlot":{"description":"Order slot definition of the Route Map","properties":{"content":{"description":"Order slot definition. It accepts either a numeric or date-time content.","items":{"anyOf":[{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/NumericSlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/DateTimeSlotContent"}]},"maxItems":1,"type":"array"},"name":{"const":"order","description":"Name of the slot","type":"string"}},"type":"object"},"PeriodOverPeriod":{"properties":{"level":{"description":"Period of time level\\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond","type":"number"},"offsetDateColumn":{"allOf":[{"properties":{"cardinality":{"type":"number"},"color":{"type":"string"},"currency":{"properties":{"id":{"type":"string"},"name":{"type":"string"},"symbol":{"type":"string"}},"type":"object"},"currency_id":{"type":"string"},"description":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/Record%3Cstring%2Cstring%3E"},"duration_format":{"enum":["long","short","time"],"type":"string"},"duration_levels":{"items":{"type":"number"},"type":"array"},"expression":{"type":"string"},"format":{"type":"string"},"hierarchyLevels":{"items":{"properties":{"color":{"type":"string"},"id":{"type":"string"},"level":{"type":"number"},"name":{"type":"object"}},"type":"object"},"type":"array"},"hierarchy_enabled":{"type":"boolean"},"highestLevel":{"type":"number"},"id":{"type":"string"},"informat":{"type":"string"},"isLabel":{"type":"boolean"},"joins":{"items":{"properties":{"currency_id":{"type":["null","string"]},"hierarchy_enabled":{"type":"boolean"},"id":{"type":"string"},"join":{"properties":{"column_id":{"type":"string"},"created_at":{"type":"string"},"joins_id":{"type":"string"},"subtype":{"type":"string"},"type":{"enum":["exact","lookup"],"type":"string"},"update_at":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"securable_id":{"type":"string"}},"type":"object"},"type":"array"},"level":{"type":"number"},"lowestLevel":{"type":"number"},"name":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/Record%3Cstring%2Cstring%3E"},"order":{"type":"number"},"securable_id":{"type":"string"},"source_name":{"type":"string"},"subtype":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/ColumnSubtype"},"type":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/ColumnType"},"version":{"type":"number"},"width":{"type":"number"}},"type":"object"},{"properties":{"datasetId":{"type":"string"}},"type":"object"}],"description":"Offset date column"},"periodToDate":{"description":"Turn ON/OFF period to date comparison","type":"boolean"},"quantity":{"description":"Number of periods","type":"number"},"rangeType":{"description":"Range type","enum":["relative","user-defined"],"type":"string"},"type":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/PeriodOverPeriodType","description":"Period over period comparison type"}},"type":"object"},"PeriodOverPeriodType":{"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","enum":["none","past","absoluteChange","percentageChange"],"type":"string"},"Record<string,string>":{"type":"object"},"RouteSlot":{"description":"Route slot definition of the Route Map","properties":{"content":{"description":"Route slot definition","items":{"anyOf":[{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/NumericSlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/HierarchySlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/DateTimeSlotContent"}]},"maxItems":1,"type":"array"},"name":{"const":"measure","description":"Name of the slot","type":"string"}},"type":"object"},"SpatialSlotContent":{"properties":{"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"include_nonoccurring":{"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.","type":"boolean"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"subtype":{"anyOf":[{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},{"type":"null"}],"description":"Column subtype"},"type":{"const":"spatial","description":"\\"spatial\\" column type","type":"string"}},"type":"object"}}`),s="Data definition of the Route Map",n={anyOf:[{$ref:"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/OrderSlot"},{$ref:"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/GeoSlot"},{$ref:"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/LegendSlot"},{$ref:"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/RouteSlot"}]},i=4,r="array",a={$id:e,$schema:t,definitions:o,description:s,items:n,maxItems:i,type:r};exports.$id=e;exports.$schema=t;exports.default=a;exports.definitions=o;exports.description=s;exports.items=n;exports.maxItems=i;exports.type=r;
2
2
  //# sourceMappingURL=route-map-slots.schema.json.cjs.map
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "ColumnSubtype": {
@@ -124,7 +124,7 @@ declare const _default: {
124
124
  "type": "string"
125
125
  },
126
126
  "periodOverPeriod": {
127
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/PeriodOverPeriod",
127
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/PeriodOverPeriod",
128
128
  "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
129
129
  },
130
130
  "subtype": {
@@ -162,7 +162,7 @@ declare const _default: {
162
162
  "content": {
163
163
  "description": "Geo slot definition",
164
164
  "items": {
165
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/SpatialSlotContent"
165
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/SpatialSlotContent"
166
166
  },
167
167
  "maxItems": 1,
168
168
  "type": "array"
@@ -245,7 +245,7 @@ declare const _default: {
245
245
  ]
246
246
  },
247
247
  "periodOverPeriod": {
248
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/PeriodOverPeriod",
248
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/PeriodOverPeriod",
249
249
  "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
250
250
  },
251
251
  "subtype": {
@@ -284,13 +284,13 @@ declare const _default: {
284
284
  "items": {
285
285
  "anyOf": [
286
286
  {
287
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/NumericSlotContent"
287
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/NumericSlotContent"
288
288
  },
289
289
  {
290
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/HierarchySlotContent"
290
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/HierarchySlotContent"
291
291
  },
292
292
  {
293
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/DateTimeSlotContent"
293
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/DateTimeSlotContent"
294
294
  }
295
295
  ]
296
296
  },
@@ -334,7 +334,7 @@ declare const _default: {
334
334
  "type": "string"
335
335
  },
336
336
  "columnSubType": {
337
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/ColumnSubtype",
337
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/ColumnSubtype",
338
338
  "description": "Column subtype"
339
339
  },
340
340
  "datasetId": {
@@ -442,7 +442,7 @@ declare const _default: {
442
442
  "type": "object"
443
443
  },
444
444
  "periodOverPeriod": {
445
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/PeriodOverPeriod",
445
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/PeriodOverPeriod",
446
446
  "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
447
447
  },
448
448
  "subtype": {
@@ -481,10 +481,10 @@ declare const _default: {
481
481
  "items": {
482
482
  "anyOf": [
483
483
  {
484
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/NumericSlotContent"
484
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/NumericSlotContent"
485
485
  },
486
486
  {
487
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/DateTimeSlotContent"
487
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/DateTimeSlotContent"
488
488
  }
489
489
  ]
490
490
  },
@@ -533,7 +533,7 @@ declare const _default: {
533
533
  "type": "string"
534
534
  },
535
535
  "description": {
536
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/Record%3Cstring%2Cstring%3E"
536
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/Record%3Cstring%2Cstring%3E"
537
537
  },
538
538
  "duration_format": {
539
539
  "enum": [
@@ -650,7 +650,7 @@ declare const _default: {
650
650
  "type": "number"
651
651
  },
652
652
  "name": {
653
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/Record%3Cstring%2Cstring%3E"
653
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/Record%3Cstring%2Cstring%3E"
654
654
  },
655
655
  "order": {
656
656
  "type": "number"
@@ -662,10 +662,10 @@ declare const _default: {
662
662
  "type": "string"
663
663
  },
664
664
  "subtype": {
665
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/ColumnSubtype"
665
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/ColumnSubtype"
666
666
  },
667
667
  "type": {
668
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/ColumnType"
668
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/ColumnType"
669
669
  },
670
670
  "version": {
671
671
  "type": "number"
@@ -704,7 +704,7 @@ declare const _default: {
704
704
  "type": "string"
705
705
  },
706
706
  "type": {
707
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/PeriodOverPeriodType",
707
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/PeriodOverPeriodType",
708
708
  "description": "Period over period comparison type"
709
709
  }
710
710
  },
@@ -731,13 +731,13 @@ declare const _default: {
731
731
  "items": {
732
732
  "anyOf": [
733
733
  {
734
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/NumericSlotContent"
734
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/NumericSlotContent"
735
735
  },
736
736
  {
737
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/HierarchySlotContent"
737
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/HierarchySlotContent"
738
738
  },
739
739
  {
740
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/DateTimeSlotContent"
740
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/DateTimeSlotContent"
741
741
  }
742
742
  ]
743
743
  },
@@ -823,16 +823,16 @@ declare const _default: {
823
823
  "items": {
824
824
  "anyOf": [
825
825
  {
826
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/OrderSlot"
826
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/OrderSlot"
827
827
  },
828
828
  {
829
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/GeoSlot"
829
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/GeoSlot"
830
830
  },
831
831
  {
832
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/LegendSlot"
832
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/LegendSlot"
833
833
  },
834
834
  {
835
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/RouteSlot"
835
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/RouteSlot"
836
836
  }
837
837
  ]
838
838
  },
@@ -1,4 +1,4 @@
1
- const e = "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json", t = "http://json-schema.org/draft-07/schema#", o = /* @__PURE__ */ JSON.parse(`{"ColumnSubtype":{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},"ColumnType":{"enum":["array[datetime]","array[hierarchy]","array[numeric]","array[spatial]","datetime","hierarchy","numeric","spatial"],"type":"string"},"DateTimeSlotContent":{"properties":{"aggregationFunc":{"description":"Basic aggregation function. It can be used when a \\"datetime\\" column is used in a measure slot.","enum":["count","distinctcount"],"type":"string"},"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"datetimeDisplayMode":{"description":"If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat","enum":["day_in_month","day_in_year","default","hour_in_day","minute_in_hour","month_name","month_number","quarter_number","second_in_minute","week_number","weekday_name","weekday_number"],"type":"string"},"format":{"description":"D3 format, it is used for \\"numeric\\" formatting (https://observablehq.com/@d3/d3-format), for \\"datetime\\" formatting (https://d3js.org/d3-time-format).\\nIt can also be used for \\"hierarchy\\" formatting but when it's used in the measure slot.","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"grandTotals":{"description":"Enable or disable grand totals, they're only used in Pivot table","properties":{"enabled":{"type":"boolean"}},"type":"object"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"level":{"description":"\\"hierarchy\\" or \\"datetime\\" level","type":["number","null"]},"lowestLevel":{"description":"Lowest \\"hierarchy\\" or \\"datetime\\" level","type":["null","number"]},"monthNameFormat":{"description":"Month name format for datetime column formatting","enum":["letter","long","short"],"type":"string"},"periodOverPeriod":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/PeriodOverPeriod","description":"Settings to configure period over period comparison. It can be used only in a measure slot."},"subtype":{"description":"There's no subtype for \\"datetime\\", it can be null or omitted","type":"null"},"type":{"const":"datetime","description":"\\"datetime\\" column type","type":"string"},"weekDayNameFormat":{"description":"Week day name format for datetime column formatting","enum":["letter","long","short"],"type":"string"},"weekStart":{"description":"Week start day, 'sunday' or 'monday'. For datetime column formatting.","enum":["monday","sunday"],"type":"string"}},"type":"object"},"GeoSlot":{"description":"Geo slot definition of the Route Map. This is the required slot. This slot can only accept a Geo content type column.","properties":{"content":{"description":"Geo slot definition","items":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/SpatialSlotContent"},"maxItems":1,"type":"array"},"name":{"const":"geo","description":"Name of the slot","type":"string"}},"type":"object"},"HierarchySlotContent":{"properties":{"aggregationFunc":{"description":"Basic aggregation function. It can be used when a \\"hierarchy\\" column is used in a measure slot.","enum":["count","distinctcount"],"type":"string"},"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"format":{"description":"D3 format, it is used for \\"numeric\\" formatting (https://observablehq.com/@d3/d3-format), for \\"datetime\\" formatting (https://d3js.org/d3-time-format).\\nIt can also be used for \\"hierarchy\\" formatting but when it's used in the measure slot.","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"grandTotals":{"description":"Enable or disable grand totals, they're only used in Pivot table","properties":{"enabled":{"type":"boolean"}},"type":"object"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"level":{"description":"\\"hierarchy\\" or \\"datetime\\" level","type":["number","null"]},"lowestLevel":{"description":"Lowest \\"hierarchy\\" or \\"datetime\\" level","type":["null","number"]},"periodOverPeriod":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/PeriodOverPeriod","description":"Settings to configure period over period comparison. It can be used only in a measure slot."},"subtype":{"anyOf":[{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},{"type":"null"}],"description":"Column subtype"},"type":{"const":"hierarchy","description":"\\"hierarchy\\" column type","type":"string"}},"type":"object"},"LegendSlot":{"description":"Legend slot definition of the Route Map","properties":{"content":{"description":"Legend slot definition","items":{"anyOf":[{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/NumericSlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/HierarchySlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/DateTimeSlotContent"}]},"maxItems":1,"type":"array"},"name":{"const":"legend","description":"Name of the slot","type":"string"}},"type":"object"},"NumericSlotContent":{"properties":{"aggregationFunc":{"description":"Aggregation function. It can be used with a \\"numeric\\" column type, and with some limitations with \\"hierarchy\\" and \\"datetime\\" column types.","enum":["average","count","cumulativesum","distinctcount","histogram","max","median","min","rate","stddev","sum","weightedaverage"],"type":"string"},"aggregationWeight":{"description":"Aggregation weight. It can be used with a \\"numeric\\" column type.","properties":{"columnId":{"description":"Column id","format":"uuid","type":"string"},"columnSubType":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/ColumnSubtype","description":"Column subtype"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"}},"type":"object"},"bins":{"description":"Bin definition. It can be used when a \\"numeric\\" column is used as a category.","properties":{"enabled":{"description":"Enable or disable binning","type":"boolean"},"number":{"description":"Defines the range of the bins","type":"number"}},"type":"object"},"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"currency":{"description":"Currency code. It is only used when the column type is \\"numeric\\" and subtype is \\"currency\\".","examples":["€","$"],"type":["null","string"]},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"duration":{"description":"Duration definition. It's only used when the column type is \\"numeric\\" and subtype is \\"duration\\".","properties":{"format":{"description":"Duration format","enum":["long","short","time"],"type":"string"},"levels":{"description":"Duration levels used","items":{"type":"number"},"type":"array"}},"type":"object"},"format":{"description":"D3 format, it is used for \\"numeric\\" formatting (https://observablehq.com/@d3/d3-format), for \\"datetime\\" formatting (https://d3js.org/d3-time-format).\\nIt can also be used for \\"hierarchy\\" formatting but when it's used in the measure slot.","type":"string"},"formula":{"description":"A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"grandTotals":{"description":"Enable or disable grand totals, they're only used in Pivot table","properties":{"enabled":{"type":"boolean"}},"type":"object"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"periodOverPeriod":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/PeriodOverPeriod","description":"Settings to configure period over period comparison. It can be used only in a measure slot."},"subtype":{"anyOf":[{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},{"type":"null"}],"description":"Column subtype"},"type":{"const":"numeric","description":"\\"numeric\\" column / formula type","type":"string"}},"type":"object"},"OrderSlot":{"description":"Order slot definition of the Route Map","properties":{"content":{"description":"Order slot definition. It accepts either a numeric or date-time content.","items":{"anyOf":[{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/NumericSlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/DateTimeSlotContent"}]},"maxItems":1,"type":"array"},"name":{"const":"order","description":"Name of the slot","type":"string"}},"type":"object"},"PeriodOverPeriod":{"properties":{"level":{"description":"Period of time level\\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond","type":"number"},"offsetDateColumn":{"allOf":[{"properties":{"cardinality":{"type":"number"},"color":{"type":"string"},"currency":{"properties":{"id":{"type":"string"},"name":{"type":"string"},"symbol":{"type":"string"}},"type":"object"},"currency_id":{"type":"string"},"description":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/Record%3Cstring%2Cstring%3E"},"duration_format":{"enum":["long","short","time"],"type":"string"},"duration_levels":{"items":{"type":"number"},"type":"array"},"expression":{"type":"string"},"format":{"type":"string"},"hierarchyLevels":{"items":{"properties":{"color":{"type":"string"},"id":{"type":"string"},"level":{"type":"number"},"name":{"type":"object"}},"type":"object"},"type":"array"},"hierarchy_enabled":{"type":"boolean"},"highestLevel":{"type":"number"},"id":{"type":"string"},"informat":{"type":"string"},"isLabel":{"type":"boolean"},"joins":{"items":{"properties":{"currency_id":{"type":["null","string"]},"hierarchy_enabled":{"type":"boolean"},"id":{"type":"string"},"join":{"properties":{"column_id":{"type":"string"},"created_at":{"type":"string"},"joins_id":{"type":"string"},"subtype":{"type":"string"},"type":{"enum":["exact","lookup"],"type":"string"},"update_at":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"securable_id":{"type":"string"}},"type":"object"},"type":"array"},"level":{"type":"number"},"lowestLevel":{"type":"number"},"name":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/Record%3Cstring%2Cstring%3E"},"order":{"type":"number"},"securable_id":{"type":"string"},"source_name":{"type":"string"},"subtype":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/ColumnSubtype"},"type":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/ColumnType"},"version":{"type":"number"},"width":{"type":"number"}},"type":"object"},{"properties":{"datasetId":{"type":"string"}},"type":"object"}],"description":"Offset date column"},"periodToDate":{"description":"Turn ON/OFF period to date comparison","type":"boolean"},"quantity":{"description":"Number of periods","type":"number"},"rangeType":{"description":"Range type","enum":["relative","user-defined"],"type":"string"},"type":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/PeriodOverPeriodType","description":"Period over period comparison type"}},"type":"object"},"PeriodOverPeriodType":{"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","enum":["none","past","absoluteChange","percentageChange"],"type":"string"},"Record<string,string>":{"type":"object"},"RouteSlot":{"description":"Route slot definition of the Route Map","properties":{"content":{"description":"Route slot definition","items":{"anyOf":[{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/NumericSlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/HierarchySlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/DateTimeSlotContent"}]},"maxItems":1,"type":"array"},"name":{"const":"measure","description":"Name of the slot","type":"string"}},"type":"object"},"SpatialSlotContent":{"properties":{"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"include_nonoccurring":{"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.","type":"boolean"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"subtype":{"anyOf":[{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},{"type":"null"}],"description":"Column subtype"},"type":{"const":"spatial","description":"\\"spatial\\" column type","type":"string"}},"type":"object"}}`), s = "Data definition of the Route Map", n = { anyOf: [{ $ref: "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/OrderSlot" }, { $ref: "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/GeoSlot" }, { $ref: "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/LegendSlot" }, { $ref: "https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json#/definitions/RouteSlot" }] }, i = 4, r = "array", a = {
1
+ const e = "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json", t = "http://json-schema.org/draft-07/schema#", o = /* @__PURE__ */ JSON.parse(`{"ColumnSubtype":{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},"ColumnType":{"enum":["array[datetime]","array[hierarchy]","array[numeric]","array[spatial]","datetime","hierarchy","numeric","spatial"],"type":"string"},"DateTimeSlotContent":{"properties":{"aggregationFunc":{"description":"Basic aggregation function. It can be used when a \\"datetime\\" column is used in a measure slot.","enum":["count","distinctcount"],"type":"string"},"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"datetimeDisplayMode":{"description":"If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat","enum":["day_in_month","day_in_year","default","hour_in_day","minute_in_hour","month_name","month_number","quarter_number","second_in_minute","week_number","weekday_name","weekday_number"],"type":"string"},"format":{"description":"D3 format, it is used for \\"numeric\\" formatting (https://observablehq.com/@d3/d3-format), for \\"datetime\\" formatting (https://d3js.org/d3-time-format).\\nIt can also be used for \\"hierarchy\\" formatting but when it's used in the measure slot.","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"grandTotals":{"description":"Enable or disable grand totals, they're only used in Pivot table","properties":{"enabled":{"type":"boolean"}},"type":"object"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"level":{"description":"\\"hierarchy\\" or \\"datetime\\" level","type":["number","null"]},"lowestLevel":{"description":"Lowest \\"hierarchy\\" or \\"datetime\\" level","type":["null","number"]},"monthNameFormat":{"description":"Month name format for datetime column formatting","enum":["letter","long","short"],"type":"string"},"periodOverPeriod":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/PeriodOverPeriod","description":"Settings to configure period over period comparison. It can be used only in a measure slot."},"subtype":{"description":"There's no subtype for \\"datetime\\", it can be null or omitted","type":"null"},"type":{"const":"datetime","description":"\\"datetime\\" column type","type":"string"},"weekDayNameFormat":{"description":"Week day name format for datetime column formatting","enum":["letter","long","short"],"type":"string"},"weekStart":{"description":"Week start day, 'sunday' or 'monday'. For datetime column formatting.","enum":["monday","sunday"],"type":"string"}},"type":"object"},"GeoSlot":{"description":"Geo slot definition of the Route Map. This is the required slot. This slot can only accept a Geo content type column.","properties":{"content":{"description":"Geo slot definition","items":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/SpatialSlotContent"},"maxItems":1,"type":"array"},"name":{"const":"geo","description":"Name of the slot","type":"string"}},"type":"object"},"HierarchySlotContent":{"properties":{"aggregationFunc":{"description":"Basic aggregation function. It can be used when a \\"hierarchy\\" column is used in a measure slot.","enum":["count","distinctcount"],"type":"string"},"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"format":{"description":"D3 format, it is used for \\"numeric\\" formatting (https://observablehq.com/@d3/d3-format), for \\"datetime\\" formatting (https://d3js.org/d3-time-format).\\nIt can also be used for \\"hierarchy\\" formatting but when it's used in the measure slot.","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"grandTotals":{"description":"Enable or disable grand totals, they're only used in Pivot table","properties":{"enabled":{"type":"boolean"}},"type":"object"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"level":{"description":"\\"hierarchy\\" or \\"datetime\\" level","type":["number","null"]},"lowestLevel":{"description":"Lowest \\"hierarchy\\" or \\"datetime\\" level","type":["null","number"]},"periodOverPeriod":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/PeriodOverPeriod","description":"Settings to configure period over period comparison. It can be used only in a measure slot."},"subtype":{"anyOf":[{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},{"type":"null"}],"description":"Column subtype"},"type":{"const":"hierarchy","description":"\\"hierarchy\\" column type","type":"string"}},"type":"object"},"LegendSlot":{"description":"Legend slot definition of the Route Map","properties":{"content":{"description":"Legend slot definition","items":{"anyOf":[{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/NumericSlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/HierarchySlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/DateTimeSlotContent"}]},"maxItems":1,"type":"array"},"name":{"const":"legend","description":"Name of the slot","type":"string"}},"type":"object"},"NumericSlotContent":{"properties":{"aggregationFunc":{"description":"Aggregation function. It can be used with a \\"numeric\\" column type, and with some limitations with \\"hierarchy\\" and \\"datetime\\" column types.","enum":["average","count","cumulativesum","distinctcount","histogram","max","median","min","rate","stddev","sum","weightedaverage"],"type":"string"},"aggregationWeight":{"description":"Aggregation weight. It can be used with a \\"numeric\\" column type.","properties":{"columnId":{"description":"Column id","format":"uuid","type":"string"},"columnSubType":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/ColumnSubtype","description":"Column subtype"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"}},"type":"object"},"bins":{"description":"Bin definition. It can be used when a \\"numeric\\" column is used as a category.","properties":{"enabled":{"description":"Enable or disable binning","type":"boolean"},"number":{"description":"Defines the range of the bins","type":"number"}},"type":"object"},"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"currency":{"description":"Currency code. It is only used when the column type is \\"numeric\\" and subtype is \\"currency\\".","examples":["€","$"],"type":["null","string"]},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"duration":{"description":"Duration definition. It's only used when the column type is \\"numeric\\" and subtype is \\"duration\\".","properties":{"format":{"description":"Duration format","enum":["long","short","time"],"type":"string"},"levels":{"description":"Duration levels used","items":{"type":"number"},"type":"array"}},"type":"object"},"format":{"description":"D3 format, it is used for \\"numeric\\" formatting (https://observablehq.com/@d3/d3-format), for \\"datetime\\" formatting (https://d3js.org/d3-time-format).\\nIt can also be used for \\"hierarchy\\" formatting but when it's used in the measure slot.","type":"string"},"formula":{"description":"A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"grandTotals":{"description":"Enable or disable grand totals, they're only used in Pivot table","properties":{"enabled":{"type":"boolean"}},"type":"object"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"periodOverPeriod":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/PeriodOverPeriod","description":"Settings to configure period over period comparison. It can be used only in a measure slot."},"subtype":{"anyOf":[{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},{"type":"null"}],"description":"Column subtype"},"type":{"const":"numeric","description":"\\"numeric\\" column / formula type","type":"string"}},"type":"object"},"OrderSlot":{"description":"Order slot definition of the Route Map","properties":{"content":{"description":"Order slot definition. It accepts either a numeric or date-time content.","items":{"anyOf":[{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/NumericSlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/DateTimeSlotContent"}]},"maxItems":1,"type":"array"},"name":{"const":"order","description":"Name of the slot","type":"string"}},"type":"object"},"PeriodOverPeriod":{"properties":{"level":{"description":"Period of time level\\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond","type":"number"},"offsetDateColumn":{"allOf":[{"properties":{"cardinality":{"type":"number"},"color":{"type":"string"},"currency":{"properties":{"id":{"type":"string"},"name":{"type":"string"},"symbol":{"type":"string"}},"type":"object"},"currency_id":{"type":"string"},"description":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/Record%3Cstring%2Cstring%3E"},"duration_format":{"enum":["long","short","time"],"type":"string"},"duration_levels":{"items":{"type":"number"},"type":"array"},"expression":{"type":"string"},"format":{"type":"string"},"hierarchyLevels":{"items":{"properties":{"color":{"type":"string"},"id":{"type":"string"},"level":{"type":"number"},"name":{"type":"object"}},"type":"object"},"type":"array"},"hierarchy_enabled":{"type":"boolean"},"highestLevel":{"type":"number"},"id":{"type":"string"},"informat":{"type":"string"},"isLabel":{"type":"boolean"},"joins":{"items":{"properties":{"currency_id":{"type":["null","string"]},"hierarchy_enabled":{"type":"boolean"},"id":{"type":"string"},"join":{"properties":{"column_id":{"type":"string"},"created_at":{"type":"string"},"joins_id":{"type":"string"},"subtype":{"type":"string"},"type":{"enum":["exact","lookup"],"type":"string"},"update_at":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"securable_id":{"type":"string"}},"type":"object"},"type":"array"},"level":{"type":"number"},"lowestLevel":{"type":"number"},"name":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/Record%3Cstring%2Cstring%3E"},"order":{"type":"number"},"securable_id":{"type":"string"},"source_name":{"type":"string"},"subtype":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/ColumnSubtype"},"type":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/ColumnType"},"version":{"type":"number"},"width":{"type":"number"}},"type":"object"},{"properties":{"datasetId":{"type":"string"}},"type":"object"}],"description":"Offset date column"},"periodToDate":{"description":"Turn ON/OFF period to date comparison","type":"boolean"},"quantity":{"description":"Number of periods","type":"number"},"rangeType":{"description":"Range type","enum":["relative","user-defined"],"type":"string"},"type":{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/PeriodOverPeriodType","description":"Period over period comparison type"}},"type":"object"},"PeriodOverPeriodType":{"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","enum":["none","past","absoluteChange","percentageChange"],"type":"string"},"Record<string,string>":{"type":"object"},"RouteSlot":{"description":"Route slot definition of the Route Map","properties":{"content":{"description":"Route slot definition","items":{"anyOf":[{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/NumericSlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/HierarchySlotContent"},{"$ref":"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/DateTimeSlotContent"}]},"maxItems":1,"type":"array"},"name":{"const":"measure","description":"Name of the slot","type":"string"}},"type":"object"},"SpatialSlotContent":{"properties":{"color":{"description":"Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.","type":["null","string"]},"columnId":{"description":"Column id","format":"uuid","type":"string"},"datasetId":{"description":"Dataset id","format":"uuid","type":"string"},"formulaId":{"description":"A formula id","format":"uuid","type":"string"},"include_nonoccurring":{"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.","type":"boolean"},"label":{"description":"Label in format {<locale>: \\"label\\"}","examples":[{"de":"Gesamtumsatz","en":"Total Revenue"}],"type":"object"},"subtype":{"anyOf":[{"enum":["coordinates","currency","duration","hierarchy_element_expression","interval","ip_address","topography"],"type":"string"},{"type":"null"}],"description":"Column subtype"},"type":{"const":"spatial","description":"\\"spatial\\" column type","type":"string"}},"type":"object"}}`), s = "Data definition of the Route Map", n = { anyOf: [{ $ref: "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/OrderSlot" }, { $ref: "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/GeoSlot" }, { $ref: "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/LegendSlot" }, { $ref: "https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json#/definitions/RouteSlot" }] }, i = 4, r = "array", a = {
2
2
  $id: e,
3
3
  $schema: t,
4
4
  definitions: o,
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e="http://json-schema.org/draft-07/schema#",t="https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map.schema.json",s="object",o="Route Map item",p={type:{description:"Type of the item",type:"string",const:"route-map"},options:{description:"Options of the Route Map item",$ref:"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-options.schema.json"},slots:{description:"Data definition of the Route Map item",$ref:"https://developer.luzmo.com/assets/json-schemas/0.1.99/route-map-slots.schema.json"}},c={$schema:e,$id:t,type:s,description:o,properties:p};exports.$id=t;exports.$schema=e;exports.default=c;exports.description=o;exports.properties=p;exports.type=s;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e="http://json-schema.org/draft-07/schema#",t="https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map.schema.json",s="object",o="Route Map item",p={type:{description:"Type of the item",type:"string",const:"route-map"},options:{description:"Options of the Route Map item",$ref:"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-options.schema.json"},slots:{description:"Data definition of the Route Map item",$ref:"https://developer.luzmo.com/assets/json-schemas/0.1.100/route-map-slots.schema.json"}},c={$schema:e,$id:t,type:s,description:o,properties:p};exports.$id=t;exports.$schema=e;exports.default=c;exports.description=o;exports.properties=p;exports.type=s;
2
2
  //# sourceMappingURL=route-map.schema.json.cjs.map