@luzmo/dashboard-contents-types 1.0.0 → 1.0.2

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 (117) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +154 -0
  3. package/assets/json-schemas/area-chart-options.schema.json.d.ts +92 -286
  4. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +13 -13
  5. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +91 -134
  6. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +13 -13
  7. package/assets/json-schemas/box-plot-options.schema.json.d.ts +90 -170
  8. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +13 -13
  9. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +91 -134
  10. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +13 -13
  11. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +86 -180
  12. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +13 -13
  13. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +86 -155
  14. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +13 -40
  15. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +89 -181
  16. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +13 -13
  17. package/assets/json-schemas/column-chart-options.schema.json.d.ts +91 -134
  18. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +13 -13
  19. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +91 -134
  20. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +13 -13
  21. package/assets/json-schemas/date-filter-options.schema.json.d.ts +84 -233
  22. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +4 -4
  23. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +90 -145
  24. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +13 -13
  25. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +84 -233
  26. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +13 -13
  27. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +89 -181
  28. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +13 -13
  29. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +90 -145
  30. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +13 -13
  31. package/assets/json-schemas/image-options.schema.json.d.ts +74 -339
  32. package/assets/json-schemas/line-chart-options.schema.json.d.ts +91 -134
  33. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +13 -13
  34. package/assets/json-schemas/options.schema.json.d.ts +3 -0
  35. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +85 -191
  36. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +13 -13
  37. package/assets/json-schemas/regular-table-options.schema.json.d.ts +85 -191
  38. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +13 -13
  39. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +89 -181
  40. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +13 -13
  41. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +91 -134
  42. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +13 -13
  43. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +84 -233
  44. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +13 -13
  45. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +84 -233
  46. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +9 -9
  47. package/assets/json-schemas/slots.schema.json.d.ts +3 -0
  48. package/assets/json-schemas/text-options.schema.json.d.ts +75 -296
  49. package/index.js +229 -151
  50. package/index.mjs +2572 -4890
  51. package/json-schemas.d.ts +1392 -2137
  52. package/json-schemas.d.ts.map +1 -1
  53. package/package.json +1 -1
  54. package/src/lib/area-chart/area-chart-options.d.ts +13 -7
  55. package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
  56. package/src/lib/bar-chart/bar-chart-options.d.ts +6 -3
  57. package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
  58. package/src/lib/box-plot/box-plot-options.d.ts +6 -3
  59. package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
  60. package/src/lib/bubble-chart/bubble-chart-options.d.ts +6 -3
  61. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  62. package/src/lib/bullet-chart/bullet-chart-options.d.ts +6 -1
  63. package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
  64. package/src/lib/choropleth-map/choropleth-map-options.d.ts +6 -2
  65. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  66. package/src/lib/circular-gauge/circular-gauge-options.d.ts +6 -1
  67. package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
  68. package/src/lib/column-chart/column-chart-options.d.ts +6 -3
  69. package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
  70. package/src/lib/combination-chart/combination-chart-options.d.ts +6 -3
  71. package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
  72. package/src/lib/conditional-number/conditional-number-options.d.ts +6 -1
  73. package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
  74. package/src/lib/date-filter/date-filter-options.d.ts +7 -4
  75. package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
  76. package/src/lib/donut-chart/donut-chart-options.d.ts +6 -2
  77. package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
  78. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +7 -3
  79. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
  80. package/src/lib/evolution-number/evolution-number-options.d.ts +6 -1
  81. package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
  82. package/src/lib/funnel-chart/funnel-chart-options.d.ts +6 -2
  83. package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
  84. package/src/lib/image/image-options.d.ts +6 -1
  85. package/src/lib/image/image-options.d.ts.map +1 -1
  86. package/src/lib/line-chart/line-chart-options.d.ts +6 -3
  87. package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
  88. package/src/lib/pivot-table/pivot-table-options.d.ts +6 -2
  89. package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
  90. package/src/lib/regular-table/regular-table-options.d.ts +6 -1
  91. package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
  92. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +6 -2
  93. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
  94. package/src/lib/scatter-plot/scatter-plot-options.d.ts +6 -3
  95. package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
  96. package/src/lib/search-filter/search-filter-options.d.ts +6 -2
  97. package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
  98. package/src/lib/shared/index.d.ts +2 -3
  99. package/src/lib/shared/index.d.ts.map +1 -1
  100. package/src/lib/shared/object-view-options.d.ts +2 -1
  101. package/src/lib/shared/object-view-options.d.ts.map +1 -1
  102. package/src/lib/shared/slots.d.ts +8 -6
  103. package/src/lib/shared/slots.d.ts.map +1 -1
  104. package/src/lib/shared/theme.d.ts +87 -81
  105. package/src/lib/shared/theme.d.ts.map +1 -1
  106. package/src/lib/shared/viz-item.d.ts +60 -0
  107. package/src/lib/shared/viz-item.d.ts.map +1 -0
  108. package/src/lib/slicer-filter/slicer-filter-options.d.ts +6 -2
  109. package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
  110. package/src/lib/slider-filter/slider-filter-options.d.ts +6 -2
  111. package/src/lib/slider-filter/slider-filter-options.d.ts.map +1 -1
  112. package/src/lib/text/text-options.d.ts +6 -1
  113. package/src/lib/text/text-options.d.ts.map +1 -1
  114. package/src/options.d.ts +1 -1
  115. package/src/options.d.ts.map +1 -1
  116. package/src/lib/shared/axis-view-options.d.ts +0 -3
  117. package/src/lib/shared/axis-view-options.d.ts.map +0 -1
@@ -39,7 +39,7 @@ declare const _default: {
39
39
  "type": "object"
40
40
  },
41
41
  "y": {
42
- "description": "Y2-axis options",
42
+ "description": "Y-axis options",
43
43
  "properties": {
44
44
  "color": {
45
45
  "description": "Y-axis color",
@@ -118,107 +118,6 @@ declare const _default: {
118
118
  }
119
119
  },
120
120
  "type": "object"
121
- },
122
- "y2": {
123
- "description": "Y2-axis options",
124
- "properties": {
125
- "active": {
126
- "default": false,
127
- "description": "Toggle whether the Y2-axis is active",
128
- "type": "boolean"
129
- },
130
- "color": {
131
- "description": "Y2-axis color",
132
- "examples": [
133
- "#000000",
134
- "black",
135
- "rgba(0,0,0,1)"
136
- ],
137
- "type": "string"
138
- },
139
- "manualAxesRange": {
140
- "description": "Set manual axes range",
141
- "examples": [
142
- [
143
- 0,
144
- 100
145
- ]
146
- ],
147
- "items": [
148
- {
149
- "type": "number"
150
- },
151
- {
152
- "type": "number"
153
- }
154
- ],
155
- "maxItems": 2,
156
- "minItems": 2,
157
- "type": "array"
158
- },
159
- "measureIndexes": {
160
- "default": [
161
- 1
162
- ],
163
- "description": "Array of measure indexes to be displayed on the Y2-axis",
164
- "examples": [
165
- [
166
- 1,
167
- 2
168
- ]
169
- ],
170
- "items": {
171
- "type": "number"
172
- },
173
- "type": "array"
174
- },
175
- "scale": {
176
- "description": "Y-axis scale type: linear or logarithmic",
177
- "enum": [
178
- "linear",
179
- "logarithmic"
180
- ],
181
- "type": "string"
182
- },
183
- "scaleLogBase": {
184
- "description": "Base of the logarithmic scale. Only applies if the scale is logarithmic.",
185
- "examples": [
186
- 2,
187
- 10
188
- ],
189
- "type": "number"
190
- },
191
- "ticksDensity": {
192
- "description": "Density of the ticks on the Y2-axis",
193
- "enum": [
194
- "compact",
195
- "normal",
196
- "sparse"
197
- ],
198
- "type": "string"
199
- },
200
- "ticksMode": {
201
- "default": "ticks",
202
- "description": "Ticks mode of the Y2-axis: hide, ticks, or gridlines",
203
- "enum": [
204
- "gridlines",
205
- "hide",
206
- "ticks"
207
- ],
208
- "type": "string"
209
- },
210
- "type": {
211
- "default": "default",
212
- "description": "Y-axis type: default, manual or variable",
213
- "enum": [
214
- "default",
215
- "manual",
216
- "variable"
217
- ],
218
- "type": "string"
219
- }
220
- },
221
- "type": "object"
222
121
  }
223
122
  },
224
123
  "type": "object"
@@ -267,27 +166,6 @@ declare const _default: {
267
166
  }
268
167
  },
269
168
  "type": "object"
270
- },
271
- "y2": {
272
- "description": "Another Y-axis label options",
273
- "properties": {
274
- "enabled": {
275
- "default": false,
276
- "description": "Show or hide the Y2-axis labels",
277
- "type": "boolean"
278
- },
279
- "position": {
280
- "default": "middle",
281
- "description": "Position of the Y2-axis labels",
282
- "enum": [
283
- "bottom",
284
- "middle",
285
- "top"
286
- ],
287
- "type": "string"
288
- }
289
- },
290
- "type": "object"
291
169
  }
292
170
  },
293
171
  "type": "object"
@@ -383,35 +261,6 @@ declare const _default: {
383
261
  }
384
262
  },
385
263
  "type": "object"
386
- },
387
- "y2": {
388
- "description": "Y-axis grid options",
389
- "properties": {
390
- "enabled": {
391
- "default": false,
392
- "description": "Show or hide the Y2-axis grid",
393
- "type": "boolean"
394
- },
395
- "opacity": {
396
- "description": "Opacity of the Y2-axis grid",
397
- "examples": [
398
- 1,
399
- 0.5,
400
- 0.1
401
- ],
402
- "type": "number"
403
- },
404
- "style": {
405
- "description": "Style of the Y2-axis grid",
406
- "enum": [
407
- "dashed",
408
- "dotted",
409
- "solid"
410
- ],
411
- "type": "string"
412
- }
413
- },
414
- "type": "object"
415
264
  }
416
265
  },
417
266
  "type": "object"
@@ -689,6 +538,9 @@ declare const _default: {
689
538
  "currency_id": {
690
539
  "type": "string"
691
540
  },
541
+ "description": {
542
+ "type": "object"
543
+ },
692
544
  "duration_format": {
693
545
  "enum": [
694
546
  "long",
@@ -1142,7 +994,7 @@ declare const _default: {
1142
994
  "type": "string"
1143
995
  },
1144
996
  "formula": {
1145
- "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.",
997
+ "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",
1146
998
  "type": "string"
1147
999
  },
1148
1000
  "grandTotals": {
@@ -1189,18 +1041,18 @@ declare const _default: {
1189
1041
  "type": "string"
1190
1042
  },
1191
1043
  "periodOverPeriod": {
1192
- "description": "Settings to configure period over period comparison",
1044
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
1193
1045
  "properties": {
1194
1046
  "level": {
1195
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
1047
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
1196
1048
  "type": "number"
1197
1049
  },
1198
1050
  "periodToDate": {
1199
- "description": "period to date comparison",
1051
+ "description": "Turn ON/OFF period to date comparison",
1200
1052
  "type": "boolean"
1201
1053
  },
1202
1054
  "quantity": {
1203
- "description": "number of periods",
1055
+ "description": "Number of periods",
1204
1056
  "type": "number"
1205
1057
  },
1206
1058
  "type": {
@@ -1364,6 +1216,67 @@ declare const _default: {
1364
1216
  },
1365
1217
  "type": "object"
1366
1218
  },
1219
+ "loader": {
1220
+ "description": "The loader configuration",
1221
+ "properties": {
1222
+ "background": {
1223
+ "default": "#f9f9f9",
1224
+ "description": "Background color of the chart loader element",
1225
+ "type": "string"
1226
+ },
1227
+ "fontColor": {
1228
+ "default": "#5a5a5a",
1229
+ "description": "Font color of the text of the chart loaders",
1230
+ "type": "string"
1231
+ },
1232
+ "locale": {
1233
+ "default": "en",
1234
+ "description": "Locale to be used if \"msg\" is set",
1235
+ "examples": [
1236
+ "en",
1237
+ "fr"
1238
+ ],
1239
+ "type": "string"
1240
+ },
1241
+ "mode": {
1242
+ "default": "light",
1243
+ "description": "Light or dark loader",
1244
+ "type": "string"
1245
+ },
1246
+ "msg": {
1247
+ "description": "Loading message",
1248
+ "examples": [
1249
+ "Loading dashboard..."
1250
+ ],
1251
+ "type": "string"
1252
+ },
1253
+ "showBranded": {
1254
+ "default": false,
1255
+ "description": "Shows the branded \"powered by\" information",
1256
+ "type": "boolean"
1257
+ },
1258
+ "spinnerBackground": {
1259
+ "default": "rgba(169, 169, 169, 0.14)",
1260
+ "description": "Background color of the spinner",
1261
+ "type": "string"
1262
+ },
1263
+ "spinnerColor": {
1264
+ "default": "rgba(255, 165, 0, 0.7)",
1265
+ "description": "Spinner color of the loader",
1266
+ "type": "string"
1267
+ }
1268
+ },
1269
+ "type": "object"
1270
+ },
1271
+ "locale": {
1272
+ "default": "en",
1273
+ "description": "Locale to be used",
1274
+ "examples": [
1275
+ "en",
1276
+ "fr"
1277
+ ],
1278
+ "type": "string"
1279
+ },
1367
1280
  "missingValue": {
1368
1281
  "description": "Missing value configuration",
1369
1282
  "properties": {
@@ -1404,7 +1317,7 @@ declare const _default: {
1404
1317
  "description": "Theme configuration",
1405
1318
  "properties": {
1406
1319
  "axis": {
1407
- "description": "Axis styling",
1320
+ "description": "Custom axis styling",
1408
1321
  "examples": [
1409
1322
  {
1410
1323
  "fontSize": 12
@@ -1415,25 +1328,8 @@ declare const _default: {
1415
1328
  ],
1416
1329
  "type": "object"
1417
1330
  },
1418
- "background": {
1419
- "description": "Background color",
1420
- "examples": [
1421
- "rgb(245, 245, 245)",
1422
- "rgb(61, 61, 61)"
1423
- ],
1424
- "type": "string"
1425
- },
1426
- "baseFontSize": {
1427
- "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
1428
- "examples": [
1429
- 13,
1430
- 16,
1431
- 20
1432
- ],
1433
- "type": "number"
1434
- },
1435
1331
  "borders": {
1436
- "description": "Border styling",
1332
+ "description": "Custom border styling",
1437
1333
  "properties": {
1438
1334
  "border-bottom-width": {
1439
1335
  "description": "Border bottom width",
@@ -1502,7 +1398,7 @@ declare const _default: {
1502
1398
  "type": "object"
1503
1399
  },
1504
1400
  "boxShadow": {
1505
- "description": "Shadow styling",
1401
+ "description": "Custom shadow styling",
1506
1402
  "properties": {
1507
1403
  "color": {
1508
1404
  "description": "Shadow color",
@@ -1532,29 +1428,12 @@ declare const _default: {
1532
1428
  "type": "object"
1533
1429
  },
1534
1430
  "colors": {
1535
- "description": "A list of theme colors",
1431
+ "description": "Custom color palette",
1536
1432
  "examples": [
1537
1433
  [
1538
- "rgb(122, 112, 112)",
1539
- "rgb(175, 169, 169)",
1540
- "rgb(228, 226, 226)"
1541
- ],
1542
- [
1543
- "rgb(48, 36, 179)",
1544
- "rgb(105, 93, 255)",
1545
- "rgb(199, 194, 255)",
1546
- "rgb(134, 4, 129)",
1547
- "rgb(204, 55, 198)",
1548
- "rgb(236, 180, 234)",
1549
- "rgb(220, 141, 0)",
1550
- "rgb(249, 206, 61)",
1551
- "rgb(253, 237, 182)",
1552
- "rgb(6, 142, 84)",
1553
- "rgb(58, 213, 147)",
1554
- "rgb(181, 239, 215)",
1555
- "rgb(85, 78, 78)",
1556
- "rgb(149, 141, 141)",
1557
- "rgb(215, 212, 212)"
1434
+ "rgb(68, 52, 255)",
1435
+ "rgb(68, 52, 255)",
1436
+ "rgb(218, 214, 255)"
1558
1437
  ]
1559
1438
  ],
1560
1439
  "items": {
@@ -1562,24 +1441,8 @@ declare const _default: {
1562
1441
  },
1563
1442
  "type": "array"
1564
1443
  },
1565
- "editBackground": {
1566
- "description": "Edit background",
1567
- "examples": [
1568
- "rgb(228, 228, 228)",
1569
- "rgb(245, 245, 245)",
1570
- "rgb(61, 61, 61)"
1571
- ],
1572
- "type": "string"
1573
- },
1574
- "editModeBackground": {
1575
- "description": "Edit mode background",
1576
- "examples": [
1577
- "rgb(245, 245, 245)"
1578
- ],
1579
- "type": "string"
1580
- },
1581
1444
  "font": {
1582
- "description": "Font styling",
1445
+ "description": "Custom font styling",
1583
1446
  "properties": {
1584
1447
  "font-style": {
1585
1448
  "const": "normal",
@@ -1623,40 +1486,15 @@ declare const _default: {
1623
1486
  "type": "object"
1624
1487
  },
1625
1488
  "id": {
1626
- "description": "Id of the theme, like \"seasonal\", \"urban\", etc.",
1489
+ "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.",
1627
1490
  "examples": [
1628
1491
  "seasonal",
1629
1492
  "urban"
1630
1493
  ],
1631
1494
  "type": "string"
1632
1495
  },
1633
- "itemSpecific": {
1634
- "description": "Item specific styling",
1635
- "properties": {
1636
- "padding": {
1637
- "description": "Padding of the item",
1638
- "examples": [
1639
- 0,
1640
- 4,
1641
- 8,
1642
- 10
1643
- ],
1644
- "type": "number"
1645
- },
1646
- "rounding": {
1647
- "description": "Rounding of the item",
1648
- "examples": [
1649
- 0,
1650
- 8,
1651
- 12
1652
- ],
1653
- "type": "number"
1654
- }
1655
- },
1656
- "type": "object"
1657
- },
1658
1496
  "itemsBackground": {
1659
- "description": "Item background color",
1497
+ "description": "Custom item background color",
1660
1498
  "examples": [
1661
1499
  "rgb(255, 255, 255)",
1662
1500
  "rgb(71, 69, 69)",
@@ -1665,7 +1503,7 @@ declare const _default: {
1665
1503
  "type": "string"
1666
1504
  },
1667
1505
  "legend": {
1668
- "description": "Legend styling",
1506
+ "description": "Custom legend styling",
1669
1507
  "properties": {
1670
1508
  "fontSize": {
1671
1509
  "description": "Legend font size in px",
@@ -1701,48 +1539,8 @@ declare const _default: {
1701
1539
  },
1702
1540
  "type": "object"
1703
1541
  },
1704
- "mainColor": {
1705
- "description": "Theme main color",
1706
- "examples": [
1707
- "rgb(123, 144, 255)",
1708
- "rgb(255, 174, 52)",
1709
- "rgb(123, 144, 255)"
1710
- ],
1711
- "type": "string"
1712
- },
1713
- "margins": {
1714
- "description": "Dashboard vertical and horizontal margins",
1715
- "examples": [
1716
- [
1717
- 16,
1718
- 16
1719
- ],
1720
- [
1721
- 20,
1722
- 20
1723
- ]
1724
- ],
1725
- "items": [
1726
- {
1727
- "type": "number"
1728
- },
1729
- {
1730
- "type": "number"
1731
- }
1732
- ],
1733
- "maxItems": 2,
1734
- "minItems": 2,
1735
- "type": "array"
1736
- },
1737
- "name": {
1738
- "description": "Theme name",
1739
- "examples": [
1740
- "manual"
1741
- ],
1742
- "type": "string"
1743
- },
1744
1542
  "title": {
1745
- "description": "Title styling",
1543
+ "description": "Custom title styling",
1746
1544
  "properties": {
1747
1545
  "align": {
1748
1546
  "description": "Title align",
@@ -1811,7 +1609,7 @@ declare const _default: {
1811
1609
  "type": "object"
1812
1610
  },
1813
1611
  "tooltip": {
1814
- "description": "Tooltip styling",
1612
+ "description": "Custom tooltip styling",
1815
1613
  "properties": {
1816
1614
  "background": {
1817
1615
  "description": "Tooltip's background",
@@ -1854,7 +1652,7 @@ declare const _default: {
1854
1652
  "type": "object"
1855
1653
  },
1856
1654
  "type": {
1857
- "description": "Theme type",
1655
+ "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.",
1858
1656
  "examples": [
1859
1657
  "custom"
1860
1658
  ],
@@ -1863,6 +1661,14 @@ declare const _default: {
1863
1661
  },
1864
1662
  "type": "object"
1865
1663
  },
1664
+ "timezoneId": {
1665
+ "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",
1666
+ "examples": [
1667
+ "Europe/Brussels",
1668
+ "America/New_York"
1669
+ ],
1670
+ "type": "string"
1671
+ },
1866
1672
  "title": {
1867
1673
  "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
1868
1674
  "examples": [
@@ -98,18 +98,18 @@ declare const _default: {
98
98
  "type": "string"
99
99
  },
100
100
  "periodOverPeriod": {
101
- "description": "Settings to configure period over period comparison",
101
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
102
102
  "properties": {
103
103
  "level": {
104
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
104
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
105
105
  "type": "number"
106
106
  },
107
107
  "periodToDate": {
108
- "description": "period to date comparison",
108
+ "description": "Turn ON/OFF period to date comparison",
109
109
  "type": "boolean"
110
110
  },
111
111
  "quantity": {
112
- "description": "number of periods",
112
+ "description": "Number of periods",
113
113
  "type": "number"
114
114
  },
115
115
  "type": {
@@ -212,18 +212,18 @@ declare const _default: {
212
212
  ]
213
213
  },
214
214
  "periodOverPeriod": {
215
- "description": "Settings to configure period over period comparison",
215
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
216
216
  "properties": {
217
217
  "level": {
218
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
218
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
219
219
  "type": "number"
220
220
  },
221
221
  "periodToDate": {
222
- "description": "period to date comparison",
222
+ "description": "Turn ON/OFF period to date comparison",
223
223
  "type": "boolean"
224
224
  },
225
225
  "quantity": {
226
- "description": "number of periods",
226
+ "description": "Number of periods",
227
227
  "type": "number"
228
228
  },
229
229
  "type": {
@@ -428,7 +428,7 @@ declare const _default: {
428
428
  "type": "string"
429
429
  },
430
430
  "formula": {
431
- "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.",
431
+ "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",
432
432
  "type": "string"
433
433
  },
434
434
  "grandTotals": {
@@ -445,18 +445,18 @@ declare const _default: {
445
445
  "type": "object"
446
446
  },
447
447
  "periodOverPeriod": {
448
- "description": "Settings to configure period over period comparison",
448
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
449
449
  "properties": {
450
450
  "level": {
451
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
451
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
452
452
  "type": "number"
453
453
  },
454
454
  "periodToDate": {
455
- "description": "period to date comparison",
455
+ "description": "Turn ON/OFF period to date comparison",
456
456
  "type": "boolean"
457
457
  },
458
458
  "quantity": {
459
- "description": "number of periods",
459
+ "description": "Number of periods",
460
460
  "type": "number"
461
461
  },
462
462
  "type": {