@luzmo/dashboard-contents-types 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (254) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/assets/json-schemas/area-chart-options.schema.json.d.ts +106 -490
  3. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +23 -19
  4. package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
  5. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +102 -2552
  6. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +23 -19
  7. package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
  8. package/assets/json-schemas/box-plot-options.schema.json.d.ts +101 -486
  9. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +17 -13
  10. package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
  11. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +103 -2553
  12. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +23 -19
  13. package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
  14. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +101 -486
  15. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +23 -19
  16. package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
  17. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +101 -486
  18. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +21 -16
  19. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  20. package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +857 -0
  21. package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +485 -0
  22. package/assets/json-schemas/circle-pack-chart.schema.json.d.ts +23 -0
  23. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +96 -484
  24. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +19 -15
  25. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  26. package/assets/json-schemas/column-chart-options.schema.json.d.ts +102 -2552
  27. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +23 -19
  28. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  29. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +19 -414
  30. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +19 -15
  31. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  32. package/assets/json-schemas/date-filter-options.schema.json.d.ts +17 -392
  33. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +7 -6
  34. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  35. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +138 -2581
  36. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +19 -15
  37. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  38. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +19 -394
  39. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +15 -11
  40. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  41. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +100 -487
  42. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +17 -13
  43. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  44. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +102 -2552
  45. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +18 -14
  46. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  47. package/assets/json-schemas/heat-map-options.schema.json.d.ts +19 -414
  48. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +18 -13
  49. package/assets/json-schemas/heat-map.schema.json.d.ts +3 -3
  50. package/assets/json-schemas/heat-table-options.schema.json.d.ts +19 -414
  51. package/assets/json-schemas/heat-table-slots.schema.json.d.ts +23 -19
  52. package/assets/json-schemas/heat-table.schema.json.d.ts +3 -3
  53. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +19 -414
  54. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +18 -13
  55. package/assets/json-schemas/hexbin-map.schema.json.d.ts +3 -3
  56. package/assets/json-schemas/image-options.schema.json.d.ts +1 -1
  57. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  58. package/assets/json-schemas/line-chart-options.schema.json.d.ts +108 -494
  59. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +23 -19
  60. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  61. package/assets/json-schemas/marker-map-options.schema.json.d.ts +19 -414
  62. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +18 -13
  63. package/assets/json-schemas/marker-map.schema.json.d.ts +3 -3
  64. package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +19 -414
  65. package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +31 -27
  66. package/assets/json-schemas/ohlc-chart.schema.json.d.ts +3 -3
  67. package/assets/json-schemas/options.schema.json.d.ts +53 -38
  68. package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +729 -0
  69. package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +482 -0
  70. package/assets/json-schemas/parallel-coordinates-plot.schema.json.d.ts +23 -0
  71. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +101 -488
  72. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +23 -19
  73. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  74. package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +1191 -0
  75. package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +517 -0
  76. package/assets/json-schemas/pyramid-chart.schema.json.d.ts +23 -0
  77. package/assets/json-schemas/radar-chart-options.schema.json.d.ts +866 -0
  78. package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +518 -0
  79. package/assets/json-schemas/radar-chart.schema.json.d.ts +23 -0
  80. package/assets/json-schemas/regular-table-options.schema.json.d.ts +97 -485
  81. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +15 -11
  82. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  83. package/assets/json-schemas/route-map-options.schema.json.d.ts +19 -414
  84. package/assets/json-schemas/route-map-slots.schema.json.d.ts +25 -20
  85. package/assets/json-schemas/route-map.schema.json.d.ts +3 -3
  86. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +97 -485
  87. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +27 -23
  88. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  89. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +101 -486
  90. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +31 -27
  91. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  92. package/assets/json-schemas/search-filter-options.schema.json.d.ts +17 -392
  93. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +15 -11
  94. package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
  95. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +18 -393
  96. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +19 -15
  97. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  98. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +18 -393
  99. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +12 -9
  100. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  101. package/assets/json-schemas/slots.schema.json.d.ts +50 -35
  102. package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +18 -413
  103. package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +24 -19
  104. package/assets/json-schemas/speedometer-chart.schema.json.d.ts +3 -3
  105. package/assets/json-schemas/spike-map-options.schema.json.d.ts +19 -414
  106. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +22 -17
  107. package/assets/json-schemas/spike-map.schema.json.d.ts +3 -3
  108. package/assets/json-schemas/strip-plot-options.schema.json.d.ts +723 -0
  109. package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +485 -0
  110. package/assets/json-schemas/strip-plot.schema.json.d.ts +23 -0
  111. package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +19 -414
  112. package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +21 -17
  113. package/assets/json-schemas/sunburst-chart.schema.json.d.ts +3 -3
  114. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +19 -414
  115. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +21 -16
  116. package/assets/json-schemas/symbol-map.schema.json.d.ts +3 -3
  117. package/assets/json-schemas/text-options.schema.json.d.ts +1 -1
  118. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  119. package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +102 -2562
  120. package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +29 -24
  121. package/assets/json-schemas/treemap-chart.schema.json.d.ts +3 -3
  122. package/assets/json-schemas/video-options.schema.json.d.ts +1 -1
  123. package/assets/json-schemas/video.schema.json.d.ts +2 -2
  124. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
  125. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +102 -2562
  126. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +21 -17
  127. package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +3 -3
  128. package/index.js +406 -354
  129. package/index.mjs +20839 -41314
  130. package/json-schemas.d.ts +14990 -36745
  131. package/json-schemas.d.ts.map +1 -1
  132. package/package.json +1 -1
  133. package/src/lib/area-chart/area-chart-options.d.ts +33 -11
  134. package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
  135. package/src/lib/bar-chart/bar-chart-options.d.ts +13 -11
  136. package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
  137. package/src/lib/box-plot/box-plot-options.d.ts +9 -8
  138. package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
  139. package/src/lib/bubble-chart/bubble-chart-options.d.ts +13 -11
  140. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  141. package/src/lib/bullet-chart/bullet-chart-options.d.ts +9 -8
  142. package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
  143. package/src/lib/choropleth-map/choropleth-map-options.d.ts +11 -10
  144. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  145. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts +84 -0
  146. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts.map +1 -0
  147. package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts +29 -0
  148. package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts.map +1 -0
  149. package/src/lib/circle-pack-chart/circle-pack-chart.d.ts +24 -0
  150. package/src/lib/circle-pack-chart/circle-pack-chart.d.ts.map +1 -0
  151. package/src/lib/circle-pack-chart/index.d.ts +3 -0
  152. package/src/lib/circle-pack-chart/index.d.ts.map +1 -1
  153. package/src/lib/circular-gauge/circular-gauge-options.d.ts +8 -7
  154. package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
  155. package/src/lib/column-chart/column-chart-options.d.ts +13 -11
  156. package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
  157. package/src/lib/combination-chart/combination-chart-options.d.ts +4 -3
  158. package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
  159. package/src/lib/conditional-number/conditional-number-options.d.ts +6 -5
  160. package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
  161. package/src/lib/date-filter/date-filter-options.d.ts +1 -1
  162. package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
  163. package/src/lib/donut-chart/donut-chart-options.d.ts +16 -12
  164. package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
  165. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -2
  166. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
  167. package/src/lib/evolution-number/evolution-number-options.d.ts +20 -4
  168. package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
  169. package/src/lib/funnel-chart/funnel-chart-options.d.ts +13 -11
  170. package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
  171. package/src/lib/heat-map/heat-map-options.d.ts +3 -2
  172. package/src/lib/heat-map/heat-map-options.d.ts.map +1 -1
  173. package/src/lib/heat-table/heat-table-options.d.ts +2 -1
  174. package/src/lib/heat-table/heat-table-options.d.ts.map +1 -1
  175. package/src/lib/hexbin-map/hexbin-map-options.d.ts +5 -4
  176. package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -1
  177. package/src/lib/line-chart/line-chart-options.d.ts +30 -12
  178. package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
  179. package/src/lib/marker-map/marker-map-options.d.ts +5 -4
  180. package/src/lib/marker-map/marker-map-options.d.ts.map +1 -1
  181. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +2 -1
  182. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -1
  183. package/src/lib/parallel-coordinates-plot/index.d.ts +3 -0
  184. package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -1
  185. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts +60 -0
  186. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts.map +1 -0
  187. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts +29 -0
  188. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts.map +1 -0
  189. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts +24 -0
  190. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts.map +1 -0
  191. package/src/lib/pivot-table/pivot-table-options.d.ts +9 -8
  192. package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
  193. package/src/lib/pyramid-chart/index.d.ts +3 -0
  194. package/src/lib/pyramid-chart/index.d.ts.map +1 -1
  195. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +177 -0
  196. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -0
  197. package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts +40 -0
  198. package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts.map +1 -0
  199. package/src/lib/pyramid-chart/pyramid-chart.d.ts +24 -0
  200. package/src/lib/pyramid-chart/pyramid-chart.d.ts.map +1 -0
  201. package/src/lib/radar-chart/index.d.ts +3 -0
  202. package/src/lib/radar-chart/index.d.ts.map +1 -1
  203. package/src/lib/radar-chart/radar-chart-options.d.ts +79 -0
  204. package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -0
  205. package/src/lib/radar-chart/radar-chart-slots.d.ts +41 -0
  206. package/src/lib/radar-chart/radar-chart-slots.d.ts.map +1 -0
  207. package/src/lib/radar-chart/radar-chart.d.ts +24 -0
  208. package/src/lib/radar-chart/radar-chart.d.ts.map +1 -0
  209. package/src/lib/regular-table/regular-table-options.d.ts +6 -5
  210. package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
  211. package/src/lib/route-map/route-map-options.d.ts +3 -2
  212. package/src/lib/route-map/route-map-options.d.ts.map +1 -1
  213. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +8 -7
  214. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
  215. package/src/lib/scatter-plot/scatter-plot-options.d.ts +11 -10
  216. package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
  217. package/src/lib/search-filter/search-filter-options.d.ts +2 -2
  218. package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
  219. package/src/lib/shared/common.d.ts +1 -1
  220. package/src/lib/shared/interactivity-export.d.ts +2 -1
  221. package/src/lib/shared/interactivity-export.d.ts.map +1 -1
  222. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +36 -7
  223. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
  224. package/src/lib/shared/period-over-period.d.ts +2 -0
  225. package/src/lib/shared/period-over-period.d.ts.map +1 -1
  226. package/src/lib/shared/slots.d.ts +1 -1
  227. package/src/lib/shared/slots.d.ts.map +1 -1
  228. package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -1
  229. package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
  230. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +2 -1
  231. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -1
  232. package/src/lib/spike-map/spike-map-options.d.ts +3 -2
  233. package/src/lib/spike-map/spike-map-options.d.ts.map +1 -1
  234. package/src/lib/strip-plot/index.d.ts +3 -0
  235. package/src/lib/strip-plot/index.d.ts.map +1 -1
  236. package/src/lib/strip-plot/strip-plot-options.d.ts +51 -0
  237. package/src/lib/strip-plot/strip-plot-options.d.ts.map +1 -0
  238. package/src/lib/strip-plot/strip-plot-slots.d.ts +29 -0
  239. package/src/lib/strip-plot/strip-plot-slots.d.ts.map +1 -0
  240. package/src/lib/strip-plot/strip-plot.d.ts +24 -0
  241. package/src/lib/strip-plot/strip-plot.d.ts.map +1 -0
  242. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +2 -1
  243. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -1
  244. package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts +2 -2
  245. package/src/lib/symbol-map/symbol-map-options.d.ts +4 -3
  246. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
  247. package/src/lib/text/text-options.d.ts +1 -1
  248. package/src/lib/text/text-options.d.ts.map +1 -1
  249. package/src/lib/treemap-chart/treemap-chart-options.d.ts +4 -2
  250. package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
  251. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +3 -1
  252. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -1
  253. package/src/options.d.ts +6 -1
  254. package/src/options.d.ts.map +1 -1
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/hexbin-map-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/hexbin-map-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "aggregationType": {
@@ -139,26 +139,6 @@ declare const _default: {
139
139
  "interactivity": {
140
140
  "description": "Interactivity options",
141
141
  "properties": {
142
- "availableExportTypes": {
143
- "default": [
144
- "xlsx",
145
- "csv",
146
- "png"
147
- ],
148
- "description": "Available export types interactivity option",
149
- "items": {
150
- "description": "Export types",
151
- "enum": [
152
- "csv",
153
- "csv-raw",
154
- "png",
155
- "xlsx",
156
- "xlsx-raw"
157
- ],
158
- "type": "string"
159
- },
160
- "type": "array"
161
- },
162
142
  "customTooltip": {
163
143
  "default": null,
164
144
  "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
@@ -170,7 +150,7 @@ declare const _default: {
170
150
  "csv",
171
151
  "png"
172
152
  ],
173
- "description": "Export types interactivity option",
153
+ "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.",
174
154
  "items": {
175
155
  "description": "Export types",
176
156
  "enum": [
@@ -192,364 +172,25 @@ declare const _default: {
192
172
  "items": {
193
173
  "description": "Measure dimension picker configuration",
194
174
  "properties": {
195
- "acceptFormula": {
196
- "type": "boolean"
197
- },
198
- "allAvailableColumns": {
199
- "items": {
200
- "properties": {
201
- "columns": {
202
- "items": {
203
- "properties": {
204
- "cardinality": {
205
- "type": "number"
206
- },
207
- "color": {
208
- "type": "string"
209
- },
210
- "columnHierarchies": {
211
- "anyOf": [
212
- {
213
- "items": {
214
- "type": "string"
215
- },
216
- "type": "array"
217
- },
218
- {
219
- "items": {
220
- "properties": {
221
- "color": {
222
- "type": "string"
223
- },
224
- "id": {
225
- "type": "string"
226
- },
227
- "level": {
228
- "type": "number"
229
- },
230
- "name": {
231
- "type": "object"
232
- }
233
- },
234
- "type": "object"
235
- },
236
- "type": "array"
237
- }
238
- ]
239
- },
240
- "currency": {
241
- "properties": {
242
- "id": {
243
- "type": "string"
244
- },
245
- "name": {
246
- "type": "string"
247
- },
248
- "symbol": {
249
- "type": "string"
250
- }
251
- },
252
- "type": "object"
253
- },
254
- "currency_id": {
255
- "type": "string"
256
- },
257
- "description": {
258
- "type": "object"
259
- },
260
- "duration_format": {
261
- "enum": [
262
- "long",
263
- "short",
264
- "time"
265
- ],
266
- "type": "string"
267
- },
268
- "duration_levels": {
269
- "items": {
270
- "type": "number"
271
- },
272
- "type": "array"
273
- },
274
- "expression": {
275
- "type": "string"
276
- },
277
- "format": {
278
- "type": "string"
279
- },
280
- "hierarchyLevels": {
281
- "items": {
282
- "properties": {
283
- "color": {
284
- "type": "string"
285
- },
286
- "id": {
287
- "type": "string"
288
- },
289
- "level": {
290
- "type": "number"
291
- },
292
- "name": {
293
- "type": "object"
294
- }
295
- },
296
- "type": "object"
297
- },
298
- "type": "array"
299
- },
300
- "hierarchy_enabled": {
301
- "type": "boolean"
302
- },
303
- "highestLevel": {
304
- "type": "number"
305
- },
306
- "id": {
307
- "type": "string"
308
- },
309
- "informat": {
310
- "type": "string"
311
- },
312
- "isFormula": {
313
- "type": "boolean"
314
- },
315
- "isLabel": {
316
- "type": "boolean"
317
- },
318
- "joins": {
319
- "items": {
320
- "properties": {
321
- "currency_id": {
322
- "type": [
323
- "null",
324
- "string"
325
- ]
326
- },
327
- "hierarchy_enabled": {
328
- "type": "boolean"
329
- },
330
- "id": {
331
- "type": "string"
332
- },
333
- "join": {
334
- "properties": {
335
- "column_id": {
336
- "type": "string"
337
- },
338
- "created_at": {
339
- "type": "string"
340
- },
341
- "joins_id": {
342
- "type": "string"
343
- },
344
- "subtype": {
345
- "type": "string"
346
- },
347
- "type": {
348
- "enum": [
349
- "exact",
350
- "lookup"
351
- ],
352
- "type": "string"
353
- },
354
- "update_at": {
355
- "type": "string"
356
- },
357
- "updated_at": {
358
- "type": "string"
359
- }
360
- },
361
- "type": "object"
362
- },
363
- "securable_id": {
364
- "type": "string"
365
- }
366
- },
367
- "type": "object"
368
- },
369
- "type": "array"
370
- },
371
- "level": {
372
- "type": "number"
373
- },
374
- "lowestLevel": {
375
- "type": "number"
376
- },
377
- "name": {
378
- "type": "object"
379
- },
380
- "order": {
381
- "type": "number"
382
- },
383
- "securable_id": {
384
- "type": "string"
385
- },
386
- "source_name": {
387
- "type": "string"
388
- },
389
- "subtype": {
390
- "enum": [
391
- "coordinates",
392
- "currency",
393
- "duration",
394
- "hierarchy_element_expression",
395
- "topography"
396
- ],
397
- "type": "string"
398
- },
399
- "type": {
400
- "enum": [
401
- "datetime",
402
- "hierarchy",
403
- "numeric",
404
- "spatial"
405
- ],
406
- "type": "string"
407
- },
408
- "version": {
409
- "type": "number"
410
- },
411
- "width": {
412
- "type": "number"
413
- }
414
- },
415
- "type": "object"
416
- },
417
- "type": "array"
418
- },
419
- "datasetId": {
420
- "format": "uuid",
421
- "type": "string"
422
- },
423
- "datasetName": {
424
- "type": "object"
425
- },
426
- "formulas": {
427
- "items": {
428
- "properties": {
429
- "color": {
430
- "type": "string"
431
- },
432
- "currency": {
433
- "properties": {
434
- "id": {
435
- "type": "string"
436
- },
437
- "name": {
438
- "type": "string"
439
- },
440
- "symbol": {
441
- "type": "string"
442
- }
443
- },
444
- "type": "object"
445
- },
446
- "currency_id": {
447
- "type": "string"
448
- },
449
- "duration_format": {
450
- "enum": [
451
- "long",
452
- "short",
453
- "time"
454
- ],
455
- "type": "string"
456
- },
457
- "duration_levels": {
458
- "items": {
459
- "type": "number"
460
- },
461
- "type": "array"
462
- },
463
- "expression": {
464
- "type": "string"
465
- },
466
- "format": {
467
- "type": "string"
468
- },
469
- "id": {
470
- "type": "string"
471
- },
472
- "informat": {
473
- "enum": [
474
- "DD-MM-YYYY HH:mm:ss.SSS",
475
- "DD-MM-YYYY HH:mm:ss.SSS ZZ",
476
- "MM-DD-YYYY HH:mm:ss.SSS",
477
- "MM-DD-YYYY HH:mm:ss.SSS ZZ",
478
- "X",
479
- "YYYY-MM-DD HH:mm:ss.SSS",
480
- "YYYY-MM-DD HH:mm:ss.SSS ZZ",
481
- "hierarchy",
482
- "numeric",
483
- "x"
484
- ],
485
- "type": "string"
486
- },
487
- "isFormula": {
488
- "type": "boolean"
489
- },
490
- "level": {
491
- "type": "number"
492
- },
493
- "lowestLevel": {
494
- "type": "number"
495
- },
496
- "name": {
497
- "type": "object"
498
- },
499
- "securableFormula": {
500
- "properties": {
501
- "formula_id": {
502
- "type": "string"
503
- },
504
- "securable_id": {
505
- "type": "string"
506
- }
507
- },
508
- "type": "object"
509
- },
510
- "securable_id": {
511
- "type": "string"
512
- },
513
- "subtype": {
514
- "enum": [
515
- "currency",
516
- "date",
517
- "datetime",
518
- "duration"
519
- ],
520
- "type": "string"
521
- },
522
- "type": {
523
- "enum": [
524
- "datetime",
525
- "hierarchy",
526
- "numeric"
527
- ],
528
- "type": "string"
529
- }
530
- },
531
- "type": "object"
532
- },
533
- "type": "array"
534
- }
535
- },
536
- "type": "object"
537
- },
538
- "type": "array"
539
- },
540
- "allowMultiple": {
541
- "type": "boolean"
542
- },
543
- "description": {
544
- "type": "string"
545
- },
546
175
  "order": {
176
+ "description": "Order",
177
+ "examples": [
178
+ 0,
179
+ 9999
180
+ ],
547
181
  "type": "number"
548
182
  },
549
183
  "slot": {
184
+ "description": "Slot name",
185
+ "examples": [
186
+ "measure",
187
+ "dimension",
188
+ "legend"
189
+ ],
550
190
  "type": "string"
551
191
  },
552
192
  "values": {
193
+ "description": "An array of columns for the current picker",
553
194
  "items": {
554
195
  "properties": {
555
196
  "aggregationFunc": {
@@ -585,6 +226,7 @@ declare const _default: {
585
226
  "currency",
586
227
  "duration",
587
228
  "hierarchy_element_expression",
229
+ "ip_address",
588
230
  "topography"
589
231
  ],
590
232
  "type": "string"
@@ -618,36 +260,6 @@ declare const _default: {
618
260
  "string"
619
261
  ]
620
262
  },
621
- "columnHierarchies": {
622
- "anyOf": [
623
- {
624
- "items": {
625
- "type": "string"
626
- },
627
- "type": "array"
628
- },
629
- {
630
- "items": {
631
- "properties": {
632
- "color": {
633
- "type": "string"
634
- },
635
- "id": {
636
- "type": "string"
637
- },
638
- "level": {
639
- "type": "number"
640
- },
641
- "name": {
642
- "type": "object"
643
- }
644
- },
645
- "type": "object"
646
- },
647
- "type": "array"
648
- }
649
- ]
650
- },
651
263
  "columnId": {
652
264
  "description": "Column id",
653
265
  "format": "uuid",
@@ -722,13 +334,6 @@ declare const _default: {
722
334
  },
723
335
  "type": "object"
724
336
  },
725
- "hidden": {
726
- "type": "boolean"
727
- },
728
- "include_nonoccurring": {
729
- "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.",
730
- "type": "boolean"
731
- },
732
337
  "label": {
733
338
  "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
734
339
  "type": "object"
@@ -776,6 +381,7 @@ declare const _default: {
776
381
  "enum": [
777
382
  "none",
778
383
  "past",
384
+ "absoluteChange",
779
385
  "percentageChange"
780
386
  ],
781
387
  "type": "string"
@@ -783,10 +389,8 @@ declare const _default: {
783
389
  },
784
390
  "type": "object"
785
391
  },
786
- "readonly": {
787
- "type": "boolean"
788
- },
789
392
  "selected": {
393
+ "description": "Selected item",
790
394
  "type": "boolean"
791
395
  },
792
396
  "subtype": {
@@ -799,6 +403,7 @@ declare const _default: {
799
403
  "datetime",
800
404
  "duration",
801
405
  "hierarchy_element_expression",
406
+ "ip_address",
802
407
  "topography"
803
408
  ],
804
409
  "type": "string"
@@ -893,7 +498,7 @@ declare const _default: {
893
498
  "type": "object"
894
499
  },
895
500
  "limit": {
896
- "description": "Show number of observations",
501
+ "description": "The maximum number of data rows to query and display",
897
502
  "properties": {
898
503
  "number": {
899
504
  "default": 1000,
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/hexbin-map-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/hexbin-map-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "ColumnSubtype": {
@@ -8,6 +8,7 @@ declare const _default: {
8
8
  "currency",
9
9
  "duration",
10
10
  "hierarchy_element_expression",
11
+ "ip_address",
11
12
  "topography"
12
13
  ],
13
14
  "type": "string"
@@ -98,7 +99,7 @@ declare const _default: {
98
99
  "type": "string"
99
100
  },
100
101
  "periodOverPeriod": {
101
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/hexbin-map-slots.schema.json#/definitions/PeriodOverPeriod",
102
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/hexbin-map-slots.schema.json#/definitions/PeriodOverPeriod",
102
103
  "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
103
104
  },
104
105
  "subtype": {
@@ -136,7 +137,7 @@ declare const _default: {
136
137
  "content": {
137
138
  "description": "Geo slot definition",
138
139
  "items": {
139
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/hexbin-map-slots.schema.json#/definitions/SpatialSlotContent"
140
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/hexbin-map-slots.schema.json#/definitions/SpatialSlotContent"
140
141
  },
141
142
  "maxItems": 1,
142
143
  "type": "array"
@@ -208,7 +209,7 @@ declare const _default: {
208
209
  ]
209
210
  },
210
211
  "periodOverPeriod": {
211
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/hexbin-map-slots.schema.json#/definitions/PeriodOverPeriod",
212
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/hexbin-map-slots.schema.json#/definitions/PeriodOverPeriod",
212
213
  "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
213
214
  },
214
215
  "subtype": {
@@ -221,6 +222,7 @@ declare const _default: {
221
222
  "datetime",
222
223
  "duration",
223
224
  "hierarchy_element_expression",
225
+ "ip_address",
224
226
  "topography"
225
227
  ],
226
228
  "type": "string"
@@ -247,13 +249,13 @@ declare const _default: {
247
249
  "items": {
248
250
  "anyOf": [
249
251
  {
250
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/hexbin-map-slots.schema.json#/definitions/NumericSlotContent"
252
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/hexbin-map-slots.schema.json#/definitions/NumericSlotContent"
251
253
  },
252
254
  {
253
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/hexbin-map-slots.schema.json#/definitions/HierarchySlotContent"
255
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/hexbin-map-slots.schema.json#/definitions/HierarchySlotContent"
254
256
  },
255
257
  {
256
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/hexbin-map-slots.schema.json#/definitions/DateTimeSlotContent"
258
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/hexbin-map-slots.schema.json#/definitions/DateTimeSlotContent"
257
259
  }
258
260
  ]
259
261
  },
@@ -297,7 +299,7 @@ declare const _default: {
297
299
  "type": "string"
298
300
  },
299
301
  "columnSubType": {
300
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/hexbin-map-slots.schema.json#/definitions/ColumnSubtype",
302
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/hexbin-map-slots.schema.json#/definitions/ColumnSubtype",
301
303
  "description": "Column subtype"
302
304
  },
303
305
  "datasetId": {
@@ -390,7 +392,7 @@ declare const _default: {
390
392
  "type": "object"
391
393
  },
392
394
  "periodOverPeriod": {
393
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/hexbin-map-slots.schema.json#/definitions/PeriodOverPeriod",
395
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/hexbin-map-slots.schema.json#/definitions/PeriodOverPeriod",
394
396
  "description": "Settings to configure period over period comparison. It can be used only in a measure slot."
395
397
  },
396
398
  "subtype": {
@@ -403,6 +405,7 @@ declare const _default: {
403
405
  "datetime",
404
406
  "duration",
405
407
  "hierarchy_element_expression",
408
+ "ip_address",
406
409
  "topography"
407
410
  ],
408
411
  "type": "string"
@@ -436,17 +439,18 @@ declare const _default: {
436
439
  "type": "number"
437
440
  },
438
441
  "type": {
439
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/hexbin-map-slots.schema.json#/definitions/PeriodOverPeriodType",
442
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/hexbin-map-slots.schema.json#/definitions/PeriodOverPeriodType",
440
443
  "description": "Period over period comparison type"
441
444
  }
442
445
  },
443
446
  "type": "object"
444
447
  },
445
448
  "PeriodOverPeriodType": {
446
- "description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'percentageChange' - percentage change comparison to the past",
449
+ "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",
447
450
  "enum": [
448
451
  "none",
449
452
  "past",
453
+ "absoluteChange",
450
454
  "percentageChange"
451
455
  ],
452
456
  "type": "string"
@@ -488,6 +492,7 @@ declare const _default: {
488
492
  "datetime",
489
493
  "duration",
490
494
  "hierarchy_element_expression",
495
+ "ip_address",
491
496
  "topography"
492
497
  ],
493
498
  "type": "string"
@@ -511,10 +516,10 @@ declare const _default: {
511
516
  "items": {
512
517
  "anyOf": [
513
518
  {
514
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/hexbin-map-slots.schema.json#/definitions/GeoSlot"
519
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/hexbin-map-slots.schema.json#/definitions/GeoSlot"
515
520
  },
516
521
  {
517
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/hexbin-map-slots.schema.json#/definitions/MeasureSlot"
522
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/hexbin-map-slots.schema.json#/definitions/MeasureSlot"
518
523
  }
519
524
  ]
520
525
  },