@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
@@ -473,6 +473,9 @@ declare const _default: {
473
473
  "currency_id": {
474
474
  "type": "string"
475
475
  },
476
+ "description": {
477
+ "type": "object"
478
+ },
476
479
  "duration_format": {
477
480
  "enum": [
478
481
  "long",
@@ -926,7 +929,7 @@ declare const _default: {
926
929
  "type": "string"
927
930
  },
928
931
  "formula": {
929
- "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.",
932
+ "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",
930
933
  "type": "string"
931
934
  },
932
935
  "grandTotals": {
@@ -973,18 +976,18 @@ declare const _default: {
973
976
  "type": "string"
974
977
  },
975
978
  "periodOverPeriod": {
976
- "description": "Settings to configure period over period comparison",
979
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
977
980
  "properties": {
978
981
  "level": {
979
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
982
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
980
983
  "type": "number"
981
984
  },
982
985
  "periodToDate": {
983
- "description": "period to date comparison",
986
+ "description": "Turn ON/OFF period to date comparison",
984
987
  "type": "boolean"
985
988
  },
986
989
  "quantity": {
987
- "description": "number of periods",
990
+ "description": "Number of periods",
988
991
  "type": "number"
989
992
  },
990
993
  "type": {
@@ -1099,6 +1102,67 @@ declare const _default: {
1099
1102
  },
1100
1103
  "type": "object"
1101
1104
  },
1105
+ "loader": {
1106
+ "description": "The loader configuration",
1107
+ "properties": {
1108
+ "background": {
1109
+ "default": "#f9f9f9",
1110
+ "description": "Background color of the chart loader element",
1111
+ "type": "string"
1112
+ },
1113
+ "fontColor": {
1114
+ "default": "#5a5a5a",
1115
+ "description": "Font color of the text of the chart loaders",
1116
+ "type": "string"
1117
+ },
1118
+ "locale": {
1119
+ "default": "en",
1120
+ "description": "Locale to be used if \"msg\" is set",
1121
+ "examples": [
1122
+ "en",
1123
+ "fr"
1124
+ ],
1125
+ "type": "string"
1126
+ },
1127
+ "mode": {
1128
+ "default": "light",
1129
+ "description": "Light or dark loader",
1130
+ "type": "string"
1131
+ },
1132
+ "msg": {
1133
+ "description": "Loading message",
1134
+ "examples": [
1135
+ "Loading dashboard..."
1136
+ ],
1137
+ "type": "string"
1138
+ },
1139
+ "showBranded": {
1140
+ "default": false,
1141
+ "description": "Shows the branded \"powered by\" information",
1142
+ "type": "boolean"
1143
+ },
1144
+ "spinnerBackground": {
1145
+ "default": "rgba(169, 169, 169, 0.14)",
1146
+ "description": "Background color of the spinner",
1147
+ "type": "string"
1148
+ },
1149
+ "spinnerColor": {
1150
+ "default": "rgba(255, 165, 0, 0.7)",
1151
+ "description": "Spinner color of the loader",
1152
+ "type": "string"
1153
+ }
1154
+ },
1155
+ "type": "object"
1156
+ },
1157
+ "locale": {
1158
+ "default": "en",
1159
+ "description": "Locale to be used",
1160
+ "examples": [
1161
+ "en",
1162
+ "fr"
1163
+ ],
1164
+ "type": "string"
1165
+ },
1102
1166
  "manualAxisRange": {
1103
1167
  "description": "Manual axis range options. Minimum and maximum value of the axis range.",
1104
1168
  "items": [
@@ -1242,7 +1306,7 @@ declare const _default: {
1242
1306
  "description": "Theme configuration",
1243
1307
  "properties": {
1244
1308
  "axis": {
1245
- "description": "Axis styling",
1309
+ "description": "Custom axis styling",
1246
1310
  "examples": [
1247
1311
  {
1248
1312
  "fontSize": 12
@@ -1253,25 +1317,8 @@ declare const _default: {
1253
1317
  ],
1254
1318
  "type": "object"
1255
1319
  },
1256
- "background": {
1257
- "description": "Background color",
1258
- "examples": [
1259
- "rgb(245, 245, 245)",
1260
- "rgb(61, 61, 61)"
1261
- ],
1262
- "type": "string"
1263
- },
1264
- "baseFontSize": {
1265
- "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
1266
- "examples": [
1267
- 13,
1268
- 16,
1269
- 20
1270
- ],
1271
- "type": "number"
1272
- },
1273
1320
  "borders": {
1274
- "description": "Border styling",
1321
+ "description": "Custom border styling",
1275
1322
  "properties": {
1276
1323
  "border-bottom-width": {
1277
1324
  "description": "Border bottom width",
@@ -1340,7 +1387,7 @@ declare const _default: {
1340
1387
  "type": "object"
1341
1388
  },
1342
1389
  "boxShadow": {
1343
- "description": "Shadow styling",
1390
+ "description": "Custom shadow styling",
1344
1391
  "properties": {
1345
1392
  "color": {
1346
1393
  "description": "Shadow color",
@@ -1370,29 +1417,12 @@ declare const _default: {
1370
1417
  "type": "object"
1371
1418
  },
1372
1419
  "colors": {
1373
- "description": "A list of theme colors",
1420
+ "description": "Custom color palette",
1374
1421
  "examples": [
1375
1422
  [
1376
- "rgb(122, 112, 112)",
1377
- "rgb(175, 169, 169)",
1378
- "rgb(228, 226, 226)"
1379
- ],
1380
- [
1381
- "rgb(48, 36, 179)",
1382
- "rgb(105, 93, 255)",
1383
- "rgb(199, 194, 255)",
1384
- "rgb(134, 4, 129)",
1385
- "rgb(204, 55, 198)",
1386
- "rgb(236, 180, 234)",
1387
- "rgb(220, 141, 0)",
1388
- "rgb(249, 206, 61)",
1389
- "rgb(253, 237, 182)",
1390
- "rgb(6, 142, 84)",
1391
- "rgb(58, 213, 147)",
1392
- "rgb(181, 239, 215)",
1393
- "rgb(85, 78, 78)",
1394
- "rgb(149, 141, 141)",
1395
- "rgb(215, 212, 212)"
1423
+ "rgb(68, 52, 255)",
1424
+ "rgb(68, 52, 255)",
1425
+ "rgb(218, 214, 255)"
1396
1426
  ]
1397
1427
  ],
1398
1428
  "items": {
@@ -1400,24 +1430,8 @@ declare const _default: {
1400
1430
  },
1401
1431
  "type": "array"
1402
1432
  },
1403
- "editBackground": {
1404
- "description": "Edit background",
1405
- "examples": [
1406
- "rgb(228, 228, 228)",
1407
- "rgb(245, 245, 245)",
1408
- "rgb(61, 61, 61)"
1409
- ],
1410
- "type": "string"
1411
- },
1412
- "editModeBackground": {
1413
- "description": "Edit mode background",
1414
- "examples": [
1415
- "rgb(245, 245, 245)"
1416
- ],
1417
- "type": "string"
1418
- },
1419
1433
  "font": {
1420
- "description": "Font styling",
1434
+ "description": "Custom font styling",
1421
1435
  "properties": {
1422
1436
  "font-style": {
1423
1437
  "const": "normal",
@@ -1461,40 +1475,15 @@ declare const _default: {
1461
1475
  "type": "object"
1462
1476
  },
1463
1477
  "id": {
1464
- "description": "Id of the theme, like \"seasonal\", \"urban\", etc.",
1478
+ "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.",
1465
1479
  "examples": [
1466
1480
  "seasonal",
1467
1481
  "urban"
1468
1482
  ],
1469
1483
  "type": "string"
1470
1484
  },
1471
- "itemSpecific": {
1472
- "description": "Item specific styling",
1473
- "properties": {
1474
- "padding": {
1475
- "description": "Padding of the item",
1476
- "examples": [
1477
- 0,
1478
- 4,
1479
- 8,
1480
- 10
1481
- ],
1482
- "type": "number"
1483
- },
1484
- "rounding": {
1485
- "description": "Rounding of the item",
1486
- "examples": [
1487
- 0,
1488
- 8,
1489
- 12
1490
- ],
1491
- "type": "number"
1492
- }
1493
- },
1494
- "type": "object"
1495
- },
1496
1485
  "itemsBackground": {
1497
- "description": "Item background color",
1486
+ "description": "Custom item background color",
1498
1487
  "examples": [
1499
1488
  "rgb(255, 255, 255)",
1500
1489
  "rgb(71, 69, 69)",
@@ -1502,85 +1491,8 @@ declare const _default: {
1502
1491
  ],
1503
1492
  "type": "string"
1504
1493
  },
1505
- "legend": {
1506
- "description": "Legend styling",
1507
- "properties": {
1508
- "fontSize": {
1509
- "description": "Legend font size in px",
1510
- "examples": [
1511
- 12,
1512
- 16
1513
- ],
1514
- "type": "number"
1515
- },
1516
- "lineHeight": {
1517
- "description": "Legend line height in px",
1518
- "examples": [
1519
- 12,
1520
- 16,
1521
- 20
1522
- ],
1523
- "type": "number"
1524
- },
1525
- "type": {
1526
- "description": "Legend type",
1527
- "enum": [
1528
- "circle",
1529
- "line",
1530
- "normal"
1531
- ],
1532
- "examples": [
1533
- "normal",
1534
- "line",
1535
- "circle"
1536
- ],
1537
- "type": "string"
1538
- }
1539
- },
1540
- "type": "object"
1541
- },
1542
- "mainColor": {
1543
- "description": "Theme main color",
1544
- "examples": [
1545
- "rgb(123, 144, 255)",
1546
- "rgb(255, 174, 52)",
1547
- "rgb(123, 144, 255)"
1548
- ],
1549
- "type": "string"
1550
- },
1551
- "margins": {
1552
- "description": "Dashboard vertical and horizontal margins",
1553
- "examples": [
1554
- [
1555
- 16,
1556
- 16
1557
- ],
1558
- [
1559
- 20,
1560
- 20
1561
- ]
1562
- ],
1563
- "items": [
1564
- {
1565
- "type": "number"
1566
- },
1567
- {
1568
- "type": "number"
1569
- }
1570
- ],
1571
- "maxItems": 2,
1572
- "minItems": 2,
1573
- "type": "array"
1574
- },
1575
- "name": {
1576
- "description": "Theme name",
1577
- "examples": [
1578
- "manual"
1579
- ],
1580
- "type": "string"
1581
- },
1582
1494
  "title": {
1583
- "description": "Title styling",
1495
+ "description": "Custom title styling",
1584
1496
  "properties": {
1585
1497
  "align": {
1586
1498
  "description": "Title align",
@@ -1649,7 +1561,7 @@ declare const _default: {
1649
1561
  "type": "object"
1650
1562
  },
1651
1563
  "tooltip": {
1652
- "description": "Tooltip styling",
1564
+ "description": "Custom tooltip styling",
1653
1565
  "properties": {
1654
1566
  "background": {
1655
1567
  "description": "Tooltip's background",
@@ -1692,7 +1604,7 @@ declare const _default: {
1692
1604
  "type": "object"
1693
1605
  },
1694
1606
  "type": {
1695
- "description": "Theme type",
1607
+ "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.",
1696
1608
  "examples": [
1697
1609
  "custom"
1698
1610
  ],
@@ -1701,6 +1613,14 @@ declare const _default: {
1701
1613
  },
1702
1614
  "type": "object"
1703
1615
  },
1616
+ "timezoneId": {
1617
+ "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",
1618
+ "examples": [
1619
+ "Europe/Brussels",
1620
+ "America/New_York"
1621
+ ],
1622
+ "type": "string"
1623
+ },
1704
1624
  "title": {
1705
1625
  "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
1706
1626
  "examples": [
@@ -127,18 +127,18 @@ declare const _default: {
127
127
  "type": "string"
128
128
  },
129
129
  "periodOverPeriod": {
130
- "description": "Settings to configure period over period comparison",
130
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
131
131
  "properties": {
132
132
  "level": {
133
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
133
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
134
134
  "type": "number"
135
135
  },
136
136
  "periodToDate": {
137
- "description": "period to date comparison",
137
+ "description": "Turn ON/OFF period to date comparison",
138
138
  "type": "boolean"
139
139
  },
140
140
  "quantity": {
141
- "description": "number of periods",
141
+ "description": "Number of periods",
142
142
  "type": "number"
143
143
  },
144
144
  "type": {
@@ -241,18 +241,18 @@ declare const _default: {
241
241
  ]
242
242
  },
243
243
  "periodOverPeriod": {
244
- "description": "Settings to configure period over period comparison",
244
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
245
245
  "properties": {
246
246
  "level": {
247
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
247
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
248
248
  "type": "number"
249
249
  },
250
250
  "periodToDate": {
251
- "description": "period to date comparison",
251
+ "description": "Turn ON/OFF period to date comparison",
252
252
  "type": "boolean"
253
253
  },
254
254
  "quantity": {
255
- "description": "number of periods",
255
+ "description": "Number of periods",
256
256
  "type": "number"
257
257
  },
258
258
  "type": {
@@ -419,7 +419,7 @@ declare const _default: {
419
419
  "type": "string"
420
420
  },
421
421
  "formula": {
422
- "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.",
422
+ "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",
423
423
  "type": "string"
424
424
  },
425
425
  "grandTotals": {
@@ -436,18 +436,18 @@ declare const _default: {
436
436
  "type": "object"
437
437
  },
438
438
  "periodOverPeriod": {
439
- "description": "Settings to configure period over period comparison",
439
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
440
440
  "properties": {
441
441
  "level": {
442
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
442
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
443
443
  "type": "number"
444
444
  },
445
445
  "periodToDate": {
446
- "description": "period to date comparison",
446
+ "description": "Turn ON/OFF period to date comparison",
447
447
  "type": "boolean"
448
448
  },
449
449
  "quantity": {
450
- "description": "number of periods",
450
+ "description": "Number of periods",
451
451
  "type": "number"
452
452
  },
453
453
  "type": {