@luzmo/dashboard-contents-types 1.0.2 → 1.0.4

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 (195) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +40 -62
  3. package/assets/json-schemas/area-chart-options.schema.json.d.ts +9 -10
  4. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +14 -14
  5. package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
  6. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +9 -10
  7. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +14 -14
  8. package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
  9. package/assets/json-schemas/box-plot-options.schema.json.d.ts +10 -11
  10. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +8 -8
  11. package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
  12. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +20 -10
  13. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +14 -14
  14. package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
  15. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +10 -11
  16. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +14 -14
  17. package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
  18. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +226 -27
  19. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +11 -11
  20. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  21. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +10 -11
  22. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +10 -10
  23. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  24. package/assets/json-schemas/column-chart-options.schema.json.d.ts +9 -10
  25. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +14 -14
  26. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  27. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +9 -10
  28. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +10 -10
  29. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  30. package/assets/json-schemas/date-filter-options.schema.json.d.ts +9 -10
  31. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +3 -3
  32. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  33. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +9 -10
  34. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +10 -10
  35. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  36. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +9 -10
  37. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +6 -6
  38. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  39. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +8 -9
  40. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +8 -8
  41. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  42. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +9 -10
  43. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +9 -9
  44. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  45. package/assets/json-schemas/heat-map-options.schema.json.d.ts +1472 -0
  46. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +566 -0
  47. package/assets/json-schemas/heat-map.schema.json.d.ts +23 -0
  48. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +1588 -0
  49. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +566 -0
  50. package/assets/json-schemas/hexbin-map.schema.json.d.ts +23 -0
  51. package/assets/json-schemas/image-options.schema.json.d.ts +7 -2
  52. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  53. package/assets/json-schemas/line-chart-options.schema.json.d.ts +9 -10
  54. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +14 -14
  55. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  56. package/assets/json-schemas/marker-map-options.schema.json.d.ts +1486 -0
  57. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +566 -0
  58. package/assets/json-schemas/marker-map.schema.json.d.ts +23 -0
  59. package/assets/json-schemas/options.schema.json.d.ts +49 -25
  60. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +9 -10
  61. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +14 -14
  62. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  63. package/assets/json-schemas/regular-table-options.schema.json.d.ts +10 -11
  64. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +6 -6
  65. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  66. package/assets/json-schemas/route-map-options.schema.json.d.ts +1506 -0
  67. package/assets/json-schemas/route-map-slots.schema.json.d.ts +627 -0
  68. package/assets/json-schemas/route-map.schema.json.d.ts +23 -0
  69. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +9 -10
  70. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +18 -18
  71. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  72. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +9 -10
  73. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +22 -22
  74. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  75. package/assets/json-schemas/search-filter-options.schema.json.d.ts +1050 -0
  76. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +484 -0
  77. package/assets/json-schemas/search-filter.schema.json.d.ts +23 -0
  78. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +9 -10
  79. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +10 -10
  80. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  81. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +9 -10
  82. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +5 -5
  83. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  84. package/assets/json-schemas/slots.schema.json.d.ts +44 -23
  85. package/assets/json-schemas/spike-map-options.schema.json.d.ts +1686 -0
  86. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +598 -0
  87. package/assets/json-schemas/spike-map.schema.json.d.ts +23 -0
  88. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +1567 -0
  89. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +595 -0
  90. package/assets/json-schemas/symbol-map.schema.json.d.ts +23 -0
  91. package/assets/json-schemas/text-options.schema.json.d.ts +8 -8
  92. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  93. package/assets/json-schemas/video-options.schema.json.d.ts +318 -0
  94. package/assets/json-schemas/video.schema.json.d.ts +19 -0
  95. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
  96. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +3428 -0
  97. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +543 -0
  98. package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +23 -0
  99. package/index.d.ts +1 -1
  100. package/index.d.ts.map +1 -1
  101. package/index.js +248 -70
  102. package/index.mjs +25636 -6337
  103. package/json-schemas.d.ts +17363 -2624
  104. package/json-schemas.d.ts.map +1 -1
  105. package/package.json +1 -1
  106. package/src/index.d.ts +9 -0
  107. package/src/index.d.ts.map +1 -1
  108. package/src/lib/bubble-chart/bubble-chart-options.d.ts +3 -0
  109. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  110. package/src/lib/choropleth-map/choropleth-map-options.d.ts +17 -12
  111. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  112. package/src/lib/heat-map/heat-map-options.d.ts +103 -0
  113. package/src/lib/heat-map/heat-map-options.d.ts.map +1 -0
  114. package/src/lib/heat-map/heat-map-slots.d.ts +29 -0
  115. package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -0
  116. package/src/lib/heat-map/heat-map.d.ts +23 -0
  117. package/src/lib/heat-map/heat-map.d.ts.map +1 -0
  118. package/src/lib/heat-map/index.d.ts +3 -0
  119. package/src/lib/heat-map/index.d.ts.map +1 -0
  120. package/src/lib/hexbin-map/hexbin-map-options.d.ts +116 -0
  121. package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -0
  122. package/src/lib/hexbin-map/hexbin-map-slots.d.ts +29 -0
  123. package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -0
  124. package/src/lib/hexbin-map/hexbin-map.d.ts +23 -0
  125. package/src/lib/hexbin-map/hexbin-map.d.ts.map +1 -0
  126. package/src/lib/hexbin-map/index.d.ts +3 -0
  127. package/src/lib/hexbin-map/index.d.ts.map +1 -0
  128. package/src/lib/marker-map/index.d.ts +3 -0
  129. package/src/lib/marker-map/index.d.ts.map +1 -0
  130. package/src/lib/marker-map/marker-map-options.d.ts +61 -0
  131. package/src/lib/marker-map/marker-map-options.d.ts.map +1 -0
  132. package/src/lib/marker-map/marker-map-slots.d.ts +29 -0
  133. package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -0
  134. package/src/lib/marker-map/marker-map.d.ts +23 -0
  135. package/src/lib/marker-map/marker-map.d.ts.map +1 -0
  136. package/src/lib/route-map/index.d.ts +3 -0
  137. package/src/lib/route-map/index.d.ts.map +1 -0
  138. package/src/lib/route-map/route-map-options.d.ts +94 -0
  139. package/src/lib/route-map/route-map-options.d.ts.map +1 -0
  140. package/src/lib/route-map/route-map-slots.d.ts +51 -0
  141. package/src/lib/route-map/route-map-slots.d.ts.map +1 -0
  142. package/src/lib/route-map/route-map.d.ts +23 -0
  143. package/src/lib/route-map/route-map.d.ts.map +1 -0
  144. package/src/lib/search-filter/search-filter-options.d.ts +6 -0
  145. package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
  146. package/src/lib/shared/drop-object-view-options.d.ts +1 -1
  147. package/src/lib/shared/map-object-view-options.d.ts +100 -1
  148. package/src/lib/shared/map-object-view-options.d.ts.map +1 -1
  149. package/src/lib/shared/ranges.d.ts +1 -1
  150. package/src/lib/shared/slots.d.ts +82 -16
  151. package/src/lib/shared/slots.d.ts.map +1 -1
  152. package/src/lib/shared/theme.d.ts +1 -2
  153. package/src/lib/shared/theme.d.ts.map +1 -1
  154. package/src/lib/shared/title.d.ts +1 -1
  155. package/src/lib/shared/viz-item.d.ts +5 -0
  156. package/src/lib/shared/viz-item.d.ts.map +1 -1
  157. package/src/lib/spike-map/index.d.ts +3 -0
  158. package/src/lib/spike-map/index.d.ts.map +1 -0
  159. package/src/lib/spike-map/spike-map-options.d.ts +126 -0
  160. package/src/lib/spike-map/spike-map-options.d.ts.map +1 -0
  161. package/src/lib/spike-map/spike-map-slots.d.ts +40 -0
  162. package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -0
  163. package/src/lib/spike-map/spike-map.d.ts +23 -0
  164. package/src/lib/spike-map/spike-map.d.ts.map +1 -0
  165. package/src/lib/symbol-map/index.d.ts +3 -0
  166. package/src/lib/symbol-map/index.d.ts.map +1 -0
  167. package/src/lib/symbol-map/symbol-map-options.d.ts +93 -0
  168. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -0
  169. package/src/lib/symbol-map/symbol-map-slots.d.ts +40 -0
  170. package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -0
  171. package/src/lib/symbol-map/symbol-map.d.ts +23 -0
  172. package/src/lib/symbol-map/symbol-map.d.ts.map +1 -0
  173. package/src/lib/video/index.d.ts +2 -0
  174. package/src/lib/video/index.d.ts.map +1 -0
  175. package/src/lib/video/video-options.d.ts +86 -0
  176. package/src/lib/video/video-options.d.ts.map +1 -0
  177. package/src/lib/video/video.d.ts +16 -0
  178. package/src/lib/video/video.d.ts.map +1 -0
  179. package/src/lib/visual-item/index.d.ts +1 -0
  180. package/src/lib/visual-item/index.d.ts.map +1 -0
  181. package/src/lib/visual-item/visual-item.d.ts +28 -0
  182. package/src/lib/visual-item/visual-item.d.ts.map +1 -0
  183. package/src/lib/wordcloud-chart/index.d.ts +3 -0
  184. package/src/lib/wordcloud-chart/index.d.ts.map +1 -0
  185. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +117 -0
  186. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -0
  187. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +41 -0
  188. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -0
  189. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +23 -0
  190. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts.map +1 -0
  191. package/src/options.d.ts +10 -1
  192. package/src/options.d.ts.map +1 -1
  193. package/src/slots.d.ts +9 -1
  194. package/src/slots.d.ts.map +1 -1
  195. package/vite.config.d.ts.map +1 -1
@@ -0,0 +1,1567 @@
1
+ declare const _default: {
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/symbol-map-options.schema.json",
3
+ "$schema": "http://json-schema.org/draft-07/schema#",
4
+ "properties": {
5
+ "color": {
6
+ "default": "",
7
+ "description": "Symbol color",
8
+ "examples": [
9
+ "#FF5733",
10
+ "#33FF57",
11
+ "#5733FF"
12
+ ],
13
+ "type": "string"
14
+ },
15
+ "disableWebgl": {
16
+ "default": false,
17
+ "description": "Disable or enable WebGL rendering",
18
+ "type": "boolean"
19
+ },
20
+ "display": {
21
+ "description": "General display options of the Symbol map: title, legend and mode option",
22
+ "properties": {
23
+ "legend": {
24
+ "default": true,
25
+ "description": "Show or hide the legend",
26
+ "type": "boolean"
27
+ },
28
+ "title": {
29
+ "default": true,
30
+ "description": "Show or hide the title",
31
+ "type": "boolean"
32
+ }
33
+ },
34
+ "type": "object"
35
+ },
36
+ "enabled": {
37
+ "description": "Options to enable or disable different map features",
38
+ "properties": {
39
+ "pan": {
40
+ "default": true,
41
+ "description": "Enable or disable pan",
42
+ "type": "boolean"
43
+ },
44
+ "pitchBearing": {
45
+ "default": false,
46
+ "description": "Enable or disable \"Pitch & Rotate\" (allows using Ctrl + drag)",
47
+ "type": "boolean"
48
+ },
49
+ "repositionOnRefresh": {
50
+ "default": true,
51
+ "description": "Enable or disable reposition on Data Refresh",
52
+ "type": "boolean"
53
+ },
54
+ "zoom": {
55
+ "default": true,
56
+ "description": "Enable or disable zoom",
57
+ "type": "boolean"
58
+ }
59
+ },
60
+ "type": "object"
61
+ },
62
+ "interactivity": {
63
+ "description": "Interactivity options",
64
+ "properties": {
65
+ "availableExportTypes": {
66
+ "default": [
67
+ "xlsx",
68
+ "csv",
69
+ "png"
70
+ ],
71
+ "description": "Available export types interactivity option",
72
+ "items": {
73
+ "description": "Export types",
74
+ "enum": [
75
+ "csv",
76
+ "csv-raw",
77
+ "png",
78
+ "xlsx",
79
+ "xlsx-raw"
80
+ ],
81
+ "type": "string"
82
+ },
83
+ "type": "array"
84
+ },
85
+ "customEvents": {
86
+ "default": null,
87
+ "description": "Custom events interactivity option",
88
+ "properties": {
89
+ "events": {
90
+ "items": {
91
+ "description": "Custom event configuration",
92
+ "properties": {
93
+ "label": {
94
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
95
+ "type": "object"
96
+ },
97
+ "name": {
98
+ "description": "Custom event name",
99
+ "type": "string"
100
+ }
101
+ },
102
+ "type": "object"
103
+ },
104
+ "type": "array"
105
+ },
106
+ "extraData": {
107
+ "items": {
108
+ "properties": {
109
+ "aggregation": {
110
+ "description": "Aggregation query type",
111
+ "enum": [
112
+ "average",
113
+ "count",
114
+ "cumulativesum",
115
+ "distinctcount",
116
+ "histogram",
117
+ "max",
118
+ "median",
119
+ "min",
120
+ "rate",
121
+ "stddev",
122
+ "sum",
123
+ "weightedaverage"
124
+ ],
125
+ "type": "string"
126
+ },
127
+ "columnId": {
128
+ "description": "Column id",
129
+ "format": "uuid",
130
+ "type": "string"
131
+ },
132
+ "datasetId": {
133
+ "description": "Dataset id",
134
+ "format": "uuid",
135
+ "type": "string"
136
+ },
137
+ "formulaId": {
138
+ "description": "Formula id",
139
+ "format": "uuid",
140
+ "type": "string"
141
+ },
142
+ "label": {
143
+ "description": "Label",
144
+ "type": "string"
145
+ },
146
+ "weightedColumnId": {
147
+ "description": "Weighted column id",
148
+ "format": "uuid",
149
+ "type": "string"
150
+ },
151
+ "weightedDatasetId": {
152
+ "description": "Weighted dataset id",
153
+ "format": "uuid",
154
+ "type": "string"
155
+ }
156
+ },
157
+ "type": "object"
158
+ },
159
+ "type": "array"
160
+ }
161
+ },
162
+ "type": "object"
163
+ },
164
+ "customTooltip": {
165
+ "default": null,
166
+ "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
167
+ "type": "object"
168
+ },
169
+ "exportTypes": {
170
+ "default": [
171
+ "xlsx",
172
+ "csv",
173
+ "png"
174
+ ],
175
+ "description": "Export types interactivity option",
176
+ "items": {
177
+ "description": "Export types",
178
+ "enum": [
179
+ "csv",
180
+ "csv-raw",
181
+ "png",
182
+ "xlsx",
183
+ "xlsx-raw"
184
+ ],
185
+ "type": "string"
186
+ },
187
+ "type": "array"
188
+ },
189
+ "measureDimensionPicker": {
190
+ "default": [
191
+ []
192
+ ],
193
+ "description": "An array of measure dimension picker configurations",
194
+ "items": {
195
+ "description": "Measure dimension picker configuration",
196
+ "properties": {
197
+ "acceptFormula": {
198
+ "type": "boolean"
199
+ },
200
+ "allAvailableColumns": {
201
+ "items": {
202
+ "properties": {
203
+ "columns": {
204
+ "items": {
205
+ "properties": {
206
+ "cardinality": {
207
+ "type": "number"
208
+ },
209
+ "color": {
210
+ "type": "string"
211
+ },
212
+ "columnHierarchies": {
213
+ "anyOf": [
214
+ {
215
+ "items": {
216
+ "type": "string"
217
+ },
218
+ "type": "array"
219
+ },
220
+ {
221
+ "items": {
222
+ "properties": {
223
+ "color": {
224
+ "type": "string"
225
+ },
226
+ "id": {
227
+ "type": "string"
228
+ },
229
+ "level": {
230
+ "type": "number"
231
+ },
232
+ "name": {
233
+ "type": "object"
234
+ }
235
+ },
236
+ "type": "object"
237
+ },
238
+ "type": "array"
239
+ }
240
+ ]
241
+ },
242
+ "currency": {
243
+ "properties": {
244
+ "id": {
245
+ "type": "string"
246
+ },
247
+ "name": {
248
+ "type": "string"
249
+ },
250
+ "symbol": {
251
+ "type": "string"
252
+ }
253
+ },
254
+ "type": "object"
255
+ },
256
+ "currency_id": {
257
+ "type": "string"
258
+ },
259
+ "description": {
260
+ "type": "object"
261
+ },
262
+ "duration_format": {
263
+ "enum": [
264
+ "long",
265
+ "short",
266
+ "time"
267
+ ],
268
+ "type": "string"
269
+ },
270
+ "duration_levels": {
271
+ "items": {
272
+ "type": "number"
273
+ },
274
+ "type": "array"
275
+ },
276
+ "expression": {
277
+ "type": "string"
278
+ },
279
+ "format": {
280
+ "type": "string"
281
+ },
282
+ "hierarchyLevels": {
283
+ "items": {
284
+ "properties": {
285
+ "color": {
286
+ "type": "string"
287
+ },
288
+ "id": {
289
+ "type": "string"
290
+ },
291
+ "level": {
292
+ "type": "number"
293
+ },
294
+ "name": {
295
+ "type": "object"
296
+ }
297
+ },
298
+ "type": "object"
299
+ },
300
+ "type": "array"
301
+ },
302
+ "hierarchy_enabled": {
303
+ "type": "boolean"
304
+ },
305
+ "highestLevel": {
306
+ "type": "number"
307
+ },
308
+ "id": {
309
+ "type": "string"
310
+ },
311
+ "informat": {
312
+ "type": "string"
313
+ },
314
+ "isFormula": {
315
+ "type": "boolean"
316
+ },
317
+ "isLabel": {
318
+ "type": "boolean"
319
+ },
320
+ "joins": {
321
+ "items": {
322
+ "properties": {
323
+ "currency_id": {
324
+ "type": [
325
+ "null",
326
+ "string"
327
+ ]
328
+ },
329
+ "hierarchy_enabled": {
330
+ "type": "boolean"
331
+ },
332
+ "id": {
333
+ "type": "string"
334
+ },
335
+ "join": {
336
+ "properties": {
337
+ "column_id": {
338
+ "type": "string"
339
+ },
340
+ "created_at": {
341
+ "type": "string"
342
+ },
343
+ "joins_id": {
344
+ "type": "string"
345
+ },
346
+ "subtype": {
347
+ "type": "string"
348
+ },
349
+ "type": {
350
+ "enum": [
351
+ "exact",
352
+ "lookup"
353
+ ],
354
+ "type": "string"
355
+ },
356
+ "update_at": {
357
+ "type": "string"
358
+ },
359
+ "updated_at": {
360
+ "type": "string"
361
+ }
362
+ },
363
+ "type": "object"
364
+ },
365
+ "securable_id": {
366
+ "type": "string"
367
+ }
368
+ },
369
+ "type": "object"
370
+ },
371
+ "type": "array"
372
+ },
373
+ "level": {
374
+ "type": "number"
375
+ },
376
+ "lowestLevel": {
377
+ "type": "number"
378
+ },
379
+ "name": {
380
+ "type": "object"
381
+ },
382
+ "order": {
383
+ "type": "number"
384
+ },
385
+ "securable_id": {
386
+ "type": "string"
387
+ },
388
+ "source_name": {
389
+ "type": "string"
390
+ },
391
+ "subtype": {
392
+ "enum": [
393
+ "coordinates",
394
+ "currency",
395
+ "duration",
396
+ "hierarchy_element_expression",
397
+ "topography"
398
+ ],
399
+ "type": "string"
400
+ },
401
+ "type": {
402
+ "enum": [
403
+ "datetime",
404
+ "hierarchy",
405
+ "numeric",
406
+ "spatial"
407
+ ],
408
+ "type": "string"
409
+ },
410
+ "version": {
411
+ "type": "number"
412
+ },
413
+ "width": {
414
+ "type": "number"
415
+ }
416
+ },
417
+ "type": "object"
418
+ },
419
+ "type": "array"
420
+ },
421
+ "datasetId": {
422
+ "format": "uuid",
423
+ "type": "string"
424
+ },
425
+ "datasetName": {
426
+ "type": "object"
427
+ },
428
+ "formulas": {
429
+ "items": {
430
+ "properties": {
431
+ "color": {
432
+ "type": "string"
433
+ },
434
+ "currency": {
435
+ "properties": {
436
+ "id": {
437
+ "type": "string"
438
+ },
439
+ "name": {
440
+ "type": "string"
441
+ },
442
+ "symbol": {
443
+ "type": "string"
444
+ }
445
+ },
446
+ "type": "object"
447
+ },
448
+ "currency_id": {
449
+ "type": "string"
450
+ },
451
+ "duration_format": {
452
+ "enum": [
453
+ "long",
454
+ "short",
455
+ "time"
456
+ ],
457
+ "type": "string"
458
+ },
459
+ "duration_levels": {
460
+ "items": {
461
+ "type": "number"
462
+ },
463
+ "type": "array"
464
+ },
465
+ "expression": {
466
+ "type": "string"
467
+ },
468
+ "format": {
469
+ "type": "string"
470
+ },
471
+ "id": {
472
+ "type": "string"
473
+ },
474
+ "informat": {
475
+ "enum": [
476
+ "DD-MM-YYYY HH:mm:ss.SSS",
477
+ "DD-MM-YYYY HH:mm:ss.SSS ZZ",
478
+ "MM-DD-YYYY HH:mm:ss.SSS",
479
+ "MM-DD-YYYY HH:mm:ss.SSS ZZ",
480
+ "X",
481
+ "YYYY-MM-DD HH:mm:ss.SSS",
482
+ "YYYY-MM-DD HH:mm:ss.SSS ZZ",
483
+ "hierarchy",
484
+ "numeric",
485
+ "x"
486
+ ],
487
+ "type": "string"
488
+ },
489
+ "isFormula": {
490
+ "type": "boolean"
491
+ },
492
+ "level": {
493
+ "type": "number"
494
+ },
495
+ "lowestLevel": {
496
+ "type": "number"
497
+ },
498
+ "name": {
499
+ "type": "object"
500
+ },
501
+ "securableFormula": {
502
+ "properties": {
503
+ "formula_id": {
504
+ "type": "string"
505
+ },
506
+ "securable_id": {
507
+ "type": "string"
508
+ }
509
+ },
510
+ "type": "object"
511
+ },
512
+ "securable_id": {
513
+ "type": "string"
514
+ },
515
+ "subtype": {
516
+ "enum": [
517
+ "currency",
518
+ "date",
519
+ "datetime",
520
+ "duration"
521
+ ],
522
+ "type": "string"
523
+ },
524
+ "type": {
525
+ "enum": [
526
+ "datetime",
527
+ "hierarchy",
528
+ "numeric"
529
+ ],
530
+ "type": "string"
531
+ }
532
+ },
533
+ "type": "object"
534
+ },
535
+ "type": "array"
536
+ }
537
+ },
538
+ "type": "object"
539
+ },
540
+ "type": "array"
541
+ },
542
+ "allowMultiple": {
543
+ "type": "boolean"
544
+ },
545
+ "description": {
546
+ "type": "string"
547
+ },
548
+ "order": {
549
+ "type": "number"
550
+ },
551
+ "slot": {
552
+ "type": "string"
553
+ },
554
+ "values": {
555
+ "items": {
556
+ "properties": {
557
+ "aggregationFunc": {
558
+ "description": "Aggregation function. It can be used with a \"numeric\" column type, and with some limitations with \"hierarchy\" and \"datetime\" column types.",
559
+ "enum": [
560
+ "average",
561
+ "count",
562
+ "cumulativesum",
563
+ "distinctcount",
564
+ "histogram",
565
+ "max",
566
+ "median",
567
+ "min",
568
+ "rate",
569
+ "stddev",
570
+ "sum",
571
+ "weightedaverage"
572
+ ],
573
+ "type": "string"
574
+ },
575
+ "aggregationWeight": {
576
+ "description": "Aggregation weight. It can be used with a \"numeric\" column type.",
577
+ "properties": {
578
+ "columnId": {
579
+ "description": "Column id",
580
+ "format": "uuid",
581
+ "type": "string"
582
+ },
583
+ "columnSubType": {
584
+ "description": "Column subtype",
585
+ "enum": [
586
+ "coordinates",
587
+ "currency",
588
+ "duration",
589
+ "hierarchy_element_expression",
590
+ "topography"
591
+ ],
592
+ "type": "string"
593
+ },
594
+ "datasetId": {
595
+ "description": "Dataset id",
596
+ "format": "uuid",
597
+ "type": "string"
598
+ }
599
+ },
600
+ "type": "object"
601
+ },
602
+ "bins": {
603
+ "description": "Bin definition. It can be used when a \"numeric\" column is used as a category.",
604
+ "properties": {
605
+ "enabled": {
606
+ "description": "Enable or disable binning",
607
+ "type": "boolean"
608
+ },
609
+ "number": {
610
+ "description": "Defines the range of the bins",
611
+ "type": "number"
612
+ }
613
+ },
614
+ "type": "object"
615
+ },
616
+ "color": {
617
+ "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.",
618
+ "type": [
619
+ "null",
620
+ "string"
621
+ ]
622
+ },
623
+ "columnHierarchies": {
624
+ "anyOf": [
625
+ {
626
+ "items": {
627
+ "type": "string"
628
+ },
629
+ "type": "array"
630
+ },
631
+ {
632
+ "items": {
633
+ "properties": {
634
+ "color": {
635
+ "type": "string"
636
+ },
637
+ "id": {
638
+ "type": "string"
639
+ },
640
+ "level": {
641
+ "type": "number"
642
+ },
643
+ "name": {
644
+ "type": "object"
645
+ }
646
+ },
647
+ "type": "object"
648
+ },
649
+ "type": "array"
650
+ }
651
+ ]
652
+ },
653
+ "columnId": {
654
+ "description": "Column id",
655
+ "format": "uuid",
656
+ "type": "string"
657
+ },
658
+ "currency": {
659
+ "description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
660
+ "type": [
661
+ "null",
662
+ "string"
663
+ ]
664
+ },
665
+ "datasetId": {
666
+ "description": "Dataset id",
667
+ "format": "uuid",
668
+ "type": "string"
669
+ },
670
+ "datetimeDisplayMode": {
671
+ "description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
672
+ "enum": [
673
+ "day_in_month",
674
+ "day_in_year",
675
+ "default",
676
+ "hour_in_day",
677
+ "minute_in_hour",
678
+ "month_name",
679
+ "month_number",
680
+ "quarter_number",
681
+ "second_in_minute",
682
+ "week_number",
683
+ "weekday_name",
684
+ "weekday_number"
685
+ ],
686
+ "type": "string"
687
+ },
688
+ "duration": {
689
+ "description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
690
+ "properties": {
691
+ "format": {
692
+ "description": "Duration format",
693
+ "enum": [
694
+ "long",
695
+ "short",
696
+ "time"
697
+ ],
698
+ "type": "string"
699
+ },
700
+ "levels": {
701
+ "description": "Duration levels used",
702
+ "items": {
703
+ "type": "number"
704
+ },
705
+ "type": "array"
706
+ }
707
+ },
708
+ "type": "object"
709
+ },
710
+ "format": {
711
+ "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.",
712
+ "type": "string"
713
+ },
714
+ "formula": {
715
+ "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",
716
+ "type": "string"
717
+ },
718
+ "grandTotals": {
719
+ "description": "Enable or disable grand totals, they're only used in Pivot table",
720
+ "properties": {
721
+ "enabled": {
722
+ "type": "boolean"
723
+ }
724
+ },
725
+ "type": "object"
726
+ },
727
+ "hidden": {
728
+ "type": "boolean"
729
+ },
730
+ "include_nonoccurring": {
731
+ "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.",
732
+ "type": "boolean"
733
+ },
734
+ "label": {
735
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
736
+ "type": "object"
737
+ },
738
+ "level": {
739
+ "description": "\"hierarchy\" or \"datetime\" level",
740
+ "type": [
741
+ "number",
742
+ "null"
743
+ ]
744
+ },
745
+ "lowestLevel": {
746
+ "description": "Lowest \"hierarchy\" or \"datetime\" level",
747
+ "type": [
748
+ "null",
749
+ "number"
750
+ ]
751
+ },
752
+ "monthNameFormat": {
753
+ "description": "Month name format for datetime column formatting",
754
+ "enum": [
755
+ "letter",
756
+ "long",
757
+ "short"
758
+ ],
759
+ "type": "string"
760
+ },
761
+ "periodOverPeriod": {
762
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
763
+ "properties": {
764
+ "level": {
765
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
766
+ "type": "number"
767
+ },
768
+ "periodToDate": {
769
+ "description": "Turn ON/OFF period to date comparison",
770
+ "type": "boolean"
771
+ },
772
+ "quantity": {
773
+ "description": "Number of periods",
774
+ "type": "number"
775
+ },
776
+ "type": {
777
+ "description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
778
+ "enum": [
779
+ "change",
780
+ "none",
781
+ "past"
782
+ ],
783
+ "type": "string"
784
+ }
785
+ },
786
+ "type": "object"
787
+ },
788
+ "readonly": {
789
+ "type": "boolean"
790
+ },
791
+ "selected": {
792
+ "type": "boolean"
793
+ },
794
+ "subtype": {
795
+ "anyOf": [
796
+ {
797
+ "enum": [
798
+ "coordinates",
799
+ "currency",
800
+ "date",
801
+ "datetime",
802
+ "duration",
803
+ "hierarchy_element_expression",
804
+ "topography"
805
+ ],
806
+ "type": "string"
807
+ },
808
+ {
809
+ "type": "null"
810
+ }
811
+ ],
812
+ "description": "Column subtype"
813
+ },
814
+ "type": {
815
+ "description": "Column / Formula type",
816
+ "enum": [
817
+ "datetime",
818
+ "hierarchy",
819
+ "numeric",
820
+ "spatial"
821
+ ],
822
+ "type": "string"
823
+ },
824
+ "weekDayNameFormat": {
825
+ "description": "Week day name format for datetime column formatting",
826
+ "enum": [
827
+ "letter",
828
+ "long",
829
+ "short"
830
+ ],
831
+ "type": "string"
832
+ },
833
+ "weekStart": {
834
+ "description": "Week start day, 'sunday' or 'monday'. For datetime column formatting.",
835
+ "enum": [
836
+ "monday",
837
+ "sunday"
838
+ ],
839
+ "type": "string"
840
+ }
841
+ },
842
+ "type": "object"
843
+ },
844
+ "type": "array"
845
+ }
846
+ },
847
+ "type": "object"
848
+ },
849
+ "type": "array"
850
+ },
851
+ "urlConfig": {
852
+ "default": {
853
+ "target": "_blank",
854
+ "url": null
855
+ },
856
+ "description": "Go to URL interactivity option",
857
+ "properties": {
858
+ "target": {
859
+ "description": "URL target",
860
+ "enum": [
861
+ "_blank",
862
+ "_parent",
863
+ "_self"
864
+ ],
865
+ "type": "string"
866
+ },
867
+ "url": {
868
+ "description": "URL in format {locale: \"url\"}, for example, {en: \"...\"}",
869
+ "type": "object"
870
+ }
871
+ },
872
+ "type": "object"
873
+ }
874
+ },
875
+ "type": "object"
876
+ },
877
+ "legend": {
878
+ "default": {
879
+ "position": "bottomLeft"
880
+ },
881
+ "description": "Legend options",
882
+ "properties": {
883
+ "position": {
884
+ "description": "Position of the legend. Only available when the legend is shown.",
885
+ "enum": [
886
+ "bottom",
887
+ "bottomLeft",
888
+ "bottomRight",
889
+ "left",
890
+ "middle",
891
+ "right",
892
+ "top",
893
+ "topLeft",
894
+ "topRight"
895
+ ],
896
+ "type": "string"
897
+ },
898
+ "size": {
899
+ "description": "Size of the legend. Only available when the legend is shown.",
900
+ "enum": [
901
+ "L",
902
+ "M",
903
+ "S"
904
+ ],
905
+ "type": "string"
906
+ },
907
+ "type": {
908
+ "description": "Type of the legend. Only available when the legend is shown.",
909
+ "enum": [
910
+ "bar",
911
+ "list"
912
+ ],
913
+ "type": "string"
914
+ }
915
+ },
916
+ "type": "object"
917
+ },
918
+ "limit": {
919
+ "description": "Show number of observations",
920
+ "properties": {
921
+ "number": {
922
+ "default": 1000,
923
+ "description": "Number of observations value",
924
+ "type": "number"
925
+ }
926
+ },
927
+ "type": "object"
928
+ },
929
+ "loader": {
930
+ "description": "The loader configuration",
931
+ "properties": {
932
+ "background": {
933
+ "default": "#f9f9f9",
934
+ "description": "Background color of the chart loader element",
935
+ "type": "string"
936
+ },
937
+ "fontColor": {
938
+ "default": "#5a5a5a",
939
+ "description": "Font color of the text of the chart loaders",
940
+ "type": "string"
941
+ },
942
+ "locale": {
943
+ "default": "en",
944
+ "description": "Locale to be used if \"msg\" is set",
945
+ "examples": [
946
+ "en",
947
+ "fr"
948
+ ],
949
+ "type": "string"
950
+ },
951
+ "mode": {
952
+ "default": "light",
953
+ "description": "Light or dark loader",
954
+ "type": "string"
955
+ },
956
+ "msg": {
957
+ "description": "Loading message",
958
+ "examples": [
959
+ "Loading dashboard..."
960
+ ],
961
+ "type": "string"
962
+ },
963
+ "showBranded": {
964
+ "default": false,
965
+ "description": "Shows the branded \"powered by\" information",
966
+ "type": "boolean"
967
+ },
968
+ "spinnerBackground": {
969
+ "default": "rgba(169, 169, 169, 0.14)",
970
+ "description": "Background color of the spinner",
971
+ "type": "string"
972
+ },
973
+ "spinnerColor": {
974
+ "default": "rgba(255, 165, 0, 0.7)",
975
+ "description": "Spinner color of the loader",
976
+ "type": "string"
977
+ }
978
+ },
979
+ "type": "object"
980
+ },
981
+ "locale": {
982
+ "default": "en",
983
+ "description": "Locale to be used",
984
+ "examples": [
985
+ "en",
986
+ "fr"
987
+ ],
988
+ "type": "string"
989
+ },
990
+ "lookupFiltering": {
991
+ "default": false,
992
+ "description": "Allow interactive filtering of charts with linked datasets",
993
+ "type": "boolean"
994
+ },
995
+ "opacity": {
996
+ "default": ".9",
997
+ "description": "Symbol opacity",
998
+ "type": "number"
999
+ },
1000
+ "pin": {
1001
+ "description": "Pin options",
1002
+ "properties": {
1003
+ "auto": {
1004
+ "default": true,
1005
+ "description": "Automatically pin the map",
1006
+ "type": "boolean"
1007
+ },
1008
+ "bearing": {
1009
+ "default": 0,
1010
+ "description": "The map's initial bearing (rotation), measured in degrees counter-clockwise from north. If unspecified in options or style, it defaults to `0`.",
1011
+ "type": "number"
1012
+ },
1013
+ "center": {
1014
+ "default": [
1015
+ 0,
1016
+ 0
1017
+ ],
1018
+ "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.",
1019
+ "examples": [
1020
+ [
1021
+ 0,
1022
+ 0
1023
+ ],
1024
+ [
1025
+ 50.870978137947134,
1026
+ 4.344406127929688
1027
+ ]
1028
+ ],
1029
+ "items": [
1030
+ {
1031
+ "type": "number"
1032
+ },
1033
+ {
1034
+ "type": "number"
1035
+ }
1036
+ ],
1037
+ "maxItems": 2,
1038
+ "minItems": 2,
1039
+ "type": "array"
1040
+ },
1041
+ "pitch": {
1042
+ "default": 0,
1043
+ "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.",
1044
+ "type": "number"
1045
+ },
1046
+ "zoom": {
1047
+ "default": 2,
1048
+ "description": "The map's initial zoom level. If unspecified in options or style, it defaults to 0.",
1049
+ "examples": [
1050
+ 2,
1051
+ 5,
1052
+ 11
1053
+ ],
1054
+ "type": "number"
1055
+ }
1056
+ },
1057
+ "type": "object"
1058
+ },
1059
+ "size": {
1060
+ "default": 30,
1061
+ "description": "Symbol size",
1062
+ "type": "number"
1063
+ },
1064
+ "theme": {
1065
+ "description": "Theme configuration",
1066
+ "properties": {
1067
+ "borders": {
1068
+ "description": "Custom border styling",
1069
+ "properties": {
1070
+ "border-bottom-width": {
1071
+ "description": "Border bottom width",
1072
+ "examples": [
1073
+ "0px",
1074
+ "1px",
1075
+ "3px"
1076
+ ],
1077
+ "type": "string"
1078
+ },
1079
+ "border-color": {
1080
+ "description": "Border color",
1081
+ "examples": [
1082
+ "rgba(216, 216, 216, 1)",
1083
+ "rgb(147, 146, 148)"
1084
+ ],
1085
+ "type": "string"
1086
+ },
1087
+ "border-left-width": {
1088
+ "description": "Border left width",
1089
+ "examples": [
1090
+ "0px",
1091
+ "1px",
1092
+ "3px"
1093
+ ],
1094
+ "type": "string"
1095
+ },
1096
+ "border-radius": {
1097
+ "description": "Border radius",
1098
+ "examples": [
1099
+ "0",
1100
+ "12px",
1101
+ "20px"
1102
+ ],
1103
+ "type": "string"
1104
+ },
1105
+ "border-right-width": {
1106
+ "description": "Border right width",
1107
+ "examples": [
1108
+ "0px",
1109
+ "1px",
1110
+ "3px"
1111
+ ],
1112
+ "type": "string"
1113
+ },
1114
+ "border-style": {
1115
+ "description": "Border style",
1116
+ "examples": [
1117
+ "none",
1118
+ "solid",
1119
+ "dotted",
1120
+ "dashed"
1121
+ ],
1122
+ "type": "string"
1123
+ },
1124
+ "border-top-width": {
1125
+ "description": "Border top width",
1126
+ "examples": [
1127
+ "0px",
1128
+ "1px",
1129
+ "3px"
1130
+ ],
1131
+ "type": "string"
1132
+ }
1133
+ },
1134
+ "type": "object"
1135
+ },
1136
+ "boxShadow": {
1137
+ "description": "Custom shadow styling",
1138
+ "properties": {
1139
+ "color": {
1140
+ "description": "Shadow color",
1141
+ "examples": [
1142
+ "rgb(0, 0, 0)",
1143
+ "rgb(100, 100, 103)"
1144
+ ],
1145
+ "type": "string"
1146
+ },
1147
+ "size": {
1148
+ "description": "Shadow size",
1149
+ "enum": [
1150
+ "L",
1151
+ "M",
1152
+ "S",
1153
+ "none"
1154
+ ],
1155
+ "examples": [
1156
+ "none",
1157
+ "S",
1158
+ "M",
1159
+ "L"
1160
+ ],
1161
+ "type": "string"
1162
+ }
1163
+ },
1164
+ "type": "object"
1165
+ },
1166
+ "colors": {
1167
+ "description": "Custom color palette",
1168
+ "examples": [
1169
+ [
1170
+ "rgb(68, 52, 255)",
1171
+ "rgb(68, 52, 255)",
1172
+ "rgb(218, 214, 255)"
1173
+ ]
1174
+ ],
1175
+ "items": {
1176
+ "type": "string"
1177
+ },
1178
+ "type": "array"
1179
+ },
1180
+ "font": {
1181
+ "description": "Custom font styling",
1182
+ "properties": {
1183
+ "font-style": {
1184
+ "const": "normal",
1185
+ "description": "Use it to reset the font style to \"normal\"",
1186
+ "type": "string"
1187
+ },
1188
+ "font-weight": {
1189
+ "description": "Font weight",
1190
+ "examples": [
1191
+ 400,
1192
+ 700
1193
+ ],
1194
+ "type": "number"
1195
+ },
1196
+ "fontFamily": {
1197
+ "description": "Font family",
1198
+ "examples": [
1199
+ "Lato",
1200
+ "Montserrat",
1201
+ "Roboto Mono",
1202
+ "Arial",
1203
+ "Times New Roman"
1204
+ ],
1205
+ "type": "string"
1206
+ },
1207
+ "fontSize": {
1208
+ "description": "Font size in px",
1209
+ "examples": [
1210
+ 10,
1211
+ 15,
1212
+ 18
1213
+ ],
1214
+ "type": "number"
1215
+ }
1216
+ },
1217
+ "type": "object"
1218
+ },
1219
+ "id": {
1220
+ "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.",
1221
+ "examples": [
1222
+ "seasonal",
1223
+ "urban"
1224
+ ],
1225
+ "type": "string"
1226
+ },
1227
+ "itemsBackground": {
1228
+ "description": "Custom item background color",
1229
+ "examples": [
1230
+ "rgb(255, 255, 255)",
1231
+ "rgb(71, 69, 69)",
1232
+ "rgb(195, 191, 191)"
1233
+ ],
1234
+ "type": "string"
1235
+ },
1236
+ "title": {
1237
+ "description": "Custom title styling",
1238
+ "properties": {
1239
+ "align": {
1240
+ "description": "Title align",
1241
+ "enum": [
1242
+ "center",
1243
+ "left",
1244
+ "right"
1245
+ ],
1246
+ "examples": [
1247
+ "left",
1248
+ "center",
1249
+ "right"
1250
+ ],
1251
+ "type": "string"
1252
+ },
1253
+ "bold": {
1254
+ "description": "Is title bold",
1255
+ "examples": [
1256
+ true,
1257
+ false
1258
+ ],
1259
+ "type": "boolean"
1260
+ },
1261
+ "border": {
1262
+ "description": "Is title a border",
1263
+ "examples": [
1264
+ true,
1265
+ false
1266
+ ],
1267
+ "type": "boolean"
1268
+ },
1269
+ "fontSize": {
1270
+ "description": "Title's font size in px",
1271
+ "examples": [
1272
+ 16,
1273
+ 20
1274
+ ],
1275
+ "type": "number"
1276
+ },
1277
+ "italic": {
1278
+ "description": "Is title italic",
1279
+ "examples": [
1280
+ true,
1281
+ false
1282
+ ],
1283
+ "type": "boolean"
1284
+ },
1285
+ "lineHeight": {
1286
+ "description": "Title's line height in px",
1287
+ "examples": [
1288
+ 30,
1289
+ 42,
1290
+ 50
1291
+ ],
1292
+ "type": "number"
1293
+ },
1294
+ "underline": {
1295
+ "description": "Is title underline",
1296
+ "examples": [
1297
+ true,
1298
+ false
1299
+ ],
1300
+ "type": "boolean"
1301
+ }
1302
+ },
1303
+ "type": "object"
1304
+ },
1305
+ "tooltip": {
1306
+ "description": "Custom tooltip styling",
1307
+ "properties": {
1308
+ "background": {
1309
+ "description": "Tooltip's background",
1310
+ "examples": [
1311
+ "rgb(248, 248, 248)",
1312
+ "rgb(248, 248, 248)",
1313
+ "rgb(130, 128, 128)",
1314
+ "rgb(61, 61, 61)"
1315
+ ],
1316
+ "type": "string"
1317
+ },
1318
+ "fontSize": {
1319
+ "description": "Tooltip's font size in px",
1320
+ "examples": [
1321
+ 12,
1322
+ 16,
1323
+ 20
1324
+ ],
1325
+ "type": "number"
1326
+ },
1327
+ "lineHeight": {
1328
+ "description": "Tooltip's line height in px",
1329
+ "examples": [
1330
+ 12,
1331
+ 16,
1332
+ 20
1333
+ ],
1334
+ "type": "number"
1335
+ },
1336
+ "opacity": {
1337
+ "description": "Tooltip's opacity",
1338
+ "examples": [
1339
+ 0.5,
1340
+ 0.8,
1341
+ 1
1342
+ ],
1343
+ "type": "number"
1344
+ }
1345
+ },
1346
+ "type": "object"
1347
+ },
1348
+ "type": {
1349
+ "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.",
1350
+ "examples": [
1351
+ "custom"
1352
+ ],
1353
+ "type": "string"
1354
+ }
1355
+ },
1356
+ "type": "object"
1357
+ },
1358
+ "tileProvider": {
1359
+ "default": {
1360
+ "attribution": "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a>",
1361
+ "name": "OpenStreetMap",
1362
+ "url": "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
1363
+ },
1364
+ "description": "Map style when WebGL rendering is disabled",
1365
+ "properties": {
1366
+ "attribution": {
1367
+ "description": "Attribution",
1368
+ "examples": [
1369
+ "",
1370
+ "&copy; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>",
1371
+ "&copy; Openstreetmap France | &copy; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>",
1372
+ "&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>",
1373
+ "<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>",
1374
+ "&copy; <a href=\"http://www.antwerpen.be\">Stad Antwerpen</a>"
1375
+ ],
1376
+ "type": "string"
1377
+ },
1378
+ "bounds": {
1379
+ "anyOf": [
1380
+ {
1381
+ "items": {
1382
+ "items": [
1383
+ {
1384
+ "type": "number"
1385
+ },
1386
+ {
1387
+ "type": "number"
1388
+ },
1389
+ {
1390
+ "type": "number"
1391
+ }
1392
+ ],
1393
+ "maxItems": 3,
1394
+ "minItems": 2,
1395
+ "type": "array"
1396
+ },
1397
+ "type": "array"
1398
+ },
1399
+ {
1400
+ "type": "object"
1401
+ }
1402
+ ],
1403
+ "description": "Bounds",
1404
+ "examples": [
1405
+ [
1406
+ [
1407
+ 51.1,
1408
+ 4.1
1409
+ ],
1410
+ [
1411
+ 51.45,
1412
+ 4.5
1413
+ ]
1414
+ ]
1415
+ ]
1416
+ },
1417
+ "name": {
1418
+ "description": "Name",
1419
+ "examples": [
1420
+ "No Tiles",
1421
+ "OpenStreetMap",
1422
+ "OpenStreetMap France",
1423
+ "OpenStreetMap Hot",
1424
+ "Stamen Toner",
1425
+ "Stamen Watercolor",
1426
+ "Stamen Terrain",
1427
+ "Cityplan Antwerp"
1428
+ ],
1429
+ "type": "string"
1430
+ },
1431
+ "url": {
1432
+ "description": "URL",
1433
+ "examples": [
1434
+ "",
1435
+ "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
1436
+ "https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png",
1437
+ "https://tile-{s}.openstreetmap.fr/hot/{z}/{x}/{y}.png",
1438
+ "https://stamen-tiles-{s}.a.ssl.fastly.net/toner/{z}/{x}/{y}.png",
1439
+ "https://stamen-tiles-{s}.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.png",
1440
+ "https://stamen-tiles-{s}.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png",
1441
+ "https://tiles.arcgis.com/tiles/1KSVSmnHT2Lw9ea6/arcgis/rest/services/basemap_stadsplan_v5/MapServer/tile/{z}/{y}/{x}"
1442
+ ],
1443
+ "type": "string"
1444
+ },
1445
+ "vectorId": {
1446
+ "description": "Vector ID",
1447
+ "examples": [
1448
+ "no-tiles",
1449
+ "osm-bright",
1450
+ "toner",
1451
+ "osm-liberty"
1452
+ ],
1453
+ "type": "string"
1454
+ }
1455
+ },
1456
+ "type": "object"
1457
+ },
1458
+ "timezoneId": {
1459
+ "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",
1460
+ "examples": [
1461
+ "Europe/Brussels",
1462
+ "America/New_York"
1463
+ ],
1464
+ "type": "string"
1465
+ },
1466
+ "title": {
1467
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1468
+ "examples": [
1469
+ {
1470
+ "en": "Title"
1471
+ }
1472
+ ],
1473
+ "type": "object"
1474
+ },
1475
+ "vectorTileProvider": {
1476
+ "default": {
1477
+ "attribution": "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a>",
1478
+ "id": "klokantech-basic",
1479
+ "name": "Basic"
1480
+ },
1481
+ "description": "Map style when WebGL rendering is enabled",
1482
+ "properties": {
1483
+ "attribution": {
1484
+ "description": "Attribution",
1485
+ "examples": [
1486
+ "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a>"
1487
+ ],
1488
+ "type": "string"
1489
+ },
1490
+ "id": {
1491
+ "description": "ID",
1492
+ "examples": [
1493
+ "no-tiles",
1494
+ "klokantech-basic",
1495
+ "osm-bright",
1496
+ "dark-matter",
1497
+ "fiord-color",
1498
+ "osm-liberty",
1499
+ "pastel",
1500
+ "positron"
1501
+ ],
1502
+ "type": "string"
1503
+ },
1504
+ "name": {
1505
+ "description": "Name",
1506
+ "examples": [
1507
+ "No Tiles",
1508
+ "Basic",
1509
+ "Bright",
1510
+ "Dark",
1511
+ "Fiord",
1512
+ "Liberty",
1513
+ "Pastel",
1514
+ "Positron",
1515
+ "Streets"
1516
+ ],
1517
+ "type": "string"
1518
+ },
1519
+ "rasterName": {
1520
+ "description": "Raster name",
1521
+ "examples": [
1522
+ "No Tiles",
1523
+ "OpenStreetMap"
1524
+ ],
1525
+ "type": "string"
1526
+ },
1527
+ "url": {
1528
+ "description": "URL",
1529
+ "examples": [
1530
+ "https://openmaptiles.github.io/klokantech-basic-gl-style/style-cdn.json",
1531
+ "https://openmaptiles.github.io/osm-bright-gl-style/style-cdn.json",
1532
+ "https://openmaptiles.github.io/dark-matter-gl-style/style-cdn.json",
1533
+ "https://openmaptiles.github.io/fiord-color-gl-style/style-cdn.json",
1534
+ "https://rawgit.com/lukasmartinelli/osm-liberty/gh-pages/style.json",
1535
+ "https://api.maptiler.com/maps/pastel/style.json",
1536
+ "https://openmaptiles.github.io/positron-gl-style/style-cdn.json"
1537
+ ],
1538
+ "type": "string"
1539
+ }
1540
+ },
1541
+ "type": "object"
1542
+ },
1543
+ "zoomRange": {
1544
+ "default": [
1545
+ 0,
1546
+ 25
1547
+ ],
1548
+ "description": "Zoom range",
1549
+ "items": [
1550
+ {
1551
+ "type": "number"
1552
+ },
1553
+ {
1554
+ "type": "number"
1555
+ }
1556
+ ],
1557
+ "maxItems": 2,
1558
+ "minItems": 2,
1559
+ "type": "array"
1560
+ }
1561
+ },
1562
+ "type": "object"
1563
+ }
1564
+
1565
+ ;
1566
+
1567
+ export default _default;