@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
@@ -669,6 +669,9 @@ declare const _default: {
669
669
  "currency_id": {
670
670
  "type": "string"
671
671
  },
672
+ "description": {
673
+ "type": "object"
674
+ },
672
675
  "duration_format": {
673
676
  "enum": [
674
677
  "long",
@@ -1122,7 +1125,7 @@ declare const _default: {
1122
1125
  "type": "string"
1123
1126
  },
1124
1127
  "formula": {
1125
- "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.",
1128
+ "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",
1126
1129
  "type": "string"
1127
1130
  },
1128
1131
  "grandTotals": {
@@ -1169,18 +1172,18 @@ declare const _default: {
1169
1172
  "type": "string"
1170
1173
  },
1171
1174
  "periodOverPeriod": {
1172
- "description": "Settings to configure period over period comparison",
1175
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
1173
1176
  "properties": {
1174
1177
  "level": {
1175
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
1178
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
1176
1179
  "type": "number"
1177
1180
  },
1178
1181
  "periodToDate": {
1179
- "description": "period to date comparison",
1182
+ "description": "Turn ON/OFF period to date comparison",
1180
1183
  "type": "boolean"
1181
1184
  },
1182
1185
  "quantity": {
1183
- "description": "number of periods",
1186
+ "description": "Number of periods",
1184
1187
  "type": "number"
1185
1188
  },
1186
1189
  "type": {
@@ -1364,6 +1367,67 @@ declare const _default: {
1364
1367
  },
1365
1368
  "type": "object"
1366
1369
  },
1370
+ "loader": {
1371
+ "description": "The loader configuration",
1372
+ "properties": {
1373
+ "background": {
1374
+ "default": "#f9f9f9",
1375
+ "description": "Background color of the chart loader element",
1376
+ "type": "string"
1377
+ },
1378
+ "fontColor": {
1379
+ "default": "#5a5a5a",
1380
+ "description": "Font color of the text of the chart loaders",
1381
+ "type": "string"
1382
+ },
1383
+ "locale": {
1384
+ "default": "en",
1385
+ "description": "Locale to be used if \"msg\" is set",
1386
+ "examples": [
1387
+ "en",
1388
+ "fr"
1389
+ ],
1390
+ "type": "string"
1391
+ },
1392
+ "mode": {
1393
+ "default": "light",
1394
+ "description": "Light or dark loader",
1395
+ "type": "string"
1396
+ },
1397
+ "msg": {
1398
+ "description": "Loading message",
1399
+ "examples": [
1400
+ "Loading dashboard..."
1401
+ ],
1402
+ "type": "string"
1403
+ },
1404
+ "showBranded": {
1405
+ "default": false,
1406
+ "description": "Shows the branded \"powered by\" information",
1407
+ "type": "boolean"
1408
+ },
1409
+ "spinnerBackground": {
1410
+ "default": "rgba(169, 169, 169, 0.14)",
1411
+ "description": "Background color of the spinner",
1412
+ "type": "string"
1413
+ },
1414
+ "spinnerColor": {
1415
+ "default": "rgba(255, 165, 0, 0.7)",
1416
+ "description": "Spinner color of the loader",
1417
+ "type": "string"
1418
+ }
1419
+ },
1420
+ "type": "object"
1421
+ },
1422
+ "locale": {
1423
+ "default": "en",
1424
+ "description": "Locale to be used",
1425
+ "examples": [
1426
+ "en",
1427
+ "fr"
1428
+ ],
1429
+ "type": "string"
1430
+ },
1367
1431
  "markers": {
1368
1432
  "description": "Markers options",
1369
1433
  "properties": {
@@ -1409,7 +1473,7 @@ declare const _default: {
1409
1473
  "description": "Theme configuration",
1410
1474
  "properties": {
1411
1475
  "axis": {
1412
- "description": "Axis styling",
1476
+ "description": "Custom axis styling",
1413
1477
  "examples": [
1414
1478
  {
1415
1479
  "fontSize": 12
@@ -1420,25 +1484,8 @@ declare const _default: {
1420
1484
  ],
1421
1485
  "type": "object"
1422
1486
  },
1423
- "background": {
1424
- "description": "Background color",
1425
- "examples": [
1426
- "rgb(245, 245, 245)",
1427
- "rgb(61, 61, 61)"
1428
- ],
1429
- "type": "string"
1430
- },
1431
- "baseFontSize": {
1432
- "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
1433
- "examples": [
1434
- 13,
1435
- 16,
1436
- 20
1437
- ],
1438
- "type": "number"
1439
- },
1440
1487
  "borders": {
1441
- "description": "Border styling",
1488
+ "description": "Custom border styling",
1442
1489
  "properties": {
1443
1490
  "border-bottom-width": {
1444
1491
  "description": "Border bottom width",
@@ -1507,7 +1554,7 @@ declare const _default: {
1507
1554
  "type": "object"
1508
1555
  },
1509
1556
  "boxShadow": {
1510
- "description": "Shadow styling",
1557
+ "description": "Custom shadow styling",
1511
1558
  "properties": {
1512
1559
  "color": {
1513
1560
  "description": "Shadow color",
@@ -1537,29 +1584,12 @@ declare const _default: {
1537
1584
  "type": "object"
1538
1585
  },
1539
1586
  "colors": {
1540
- "description": "A list of theme colors",
1587
+ "description": "Custom color palette",
1541
1588
  "examples": [
1542
1589
  [
1543
- "rgb(122, 112, 112)",
1544
- "rgb(175, 169, 169)",
1545
- "rgb(228, 226, 226)"
1546
- ],
1547
- [
1548
- "rgb(48, 36, 179)",
1549
- "rgb(105, 93, 255)",
1550
- "rgb(199, 194, 255)",
1551
- "rgb(134, 4, 129)",
1552
- "rgb(204, 55, 198)",
1553
- "rgb(236, 180, 234)",
1554
- "rgb(220, 141, 0)",
1555
- "rgb(249, 206, 61)",
1556
- "rgb(253, 237, 182)",
1557
- "rgb(6, 142, 84)",
1558
- "rgb(58, 213, 147)",
1559
- "rgb(181, 239, 215)",
1560
- "rgb(85, 78, 78)",
1561
- "rgb(149, 141, 141)",
1562
- "rgb(215, 212, 212)"
1590
+ "rgb(68, 52, 255)",
1591
+ "rgb(68, 52, 255)",
1592
+ "rgb(218, 214, 255)"
1563
1593
  ]
1564
1594
  ],
1565
1595
  "items": {
@@ -1567,24 +1597,8 @@ declare const _default: {
1567
1597
  },
1568
1598
  "type": "array"
1569
1599
  },
1570
- "editBackground": {
1571
- "description": "Edit background",
1572
- "examples": [
1573
- "rgb(228, 228, 228)",
1574
- "rgb(245, 245, 245)",
1575
- "rgb(61, 61, 61)"
1576
- ],
1577
- "type": "string"
1578
- },
1579
- "editModeBackground": {
1580
- "description": "Edit mode background",
1581
- "examples": [
1582
- "rgb(245, 245, 245)"
1583
- ],
1584
- "type": "string"
1585
- },
1586
1600
  "font": {
1587
- "description": "Font styling",
1601
+ "description": "Custom font styling",
1588
1602
  "properties": {
1589
1603
  "font-style": {
1590
1604
  "const": "normal",
@@ -1628,40 +1642,15 @@ declare const _default: {
1628
1642
  "type": "object"
1629
1643
  },
1630
1644
  "id": {
1631
- "description": "Id of the theme, like \"seasonal\", \"urban\", etc.",
1645
+ "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.",
1632
1646
  "examples": [
1633
1647
  "seasonal",
1634
1648
  "urban"
1635
1649
  ],
1636
1650
  "type": "string"
1637
1651
  },
1638
- "itemSpecific": {
1639
- "description": "Item specific styling",
1640
- "properties": {
1641
- "padding": {
1642
- "description": "Padding of the item",
1643
- "examples": [
1644
- 0,
1645
- 4,
1646
- 8,
1647
- 10
1648
- ],
1649
- "type": "number"
1650
- },
1651
- "rounding": {
1652
- "description": "Rounding of the item",
1653
- "examples": [
1654
- 0,
1655
- 8,
1656
- 12
1657
- ],
1658
- "type": "number"
1659
- }
1660
- },
1661
- "type": "object"
1662
- },
1663
1652
  "itemsBackground": {
1664
- "description": "Item background color",
1653
+ "description": "Custom item background color",
1665
1654
  "examples": [
1666
1655
  "rgb(255, 255, 255)",
1667
1656
  "rgb(71, 69, 69)",
@@ -1670,7 +1659,7 @@ declare const _default: {
1670
1659
  "type": "string"
1671
1660
  },
1672
1661
  "legend": {
1673
- "description": "Legend styling",
1662
+ "description": "Custom legend styling",
1674
1663
  "properties": {
1675
1664
  "fontSize": {
1676
1665
  "description": "Legend font size in px",
@@ -1706,48 +1695,8 @@ declare const _default: {
1706
1695
  },
1707
1696
  "type": "object"
1708
1697
  },
1709
- "mainColor": {
1710
- "description": "Theme main color",
1711
- "examples": [
1712
- "rgb(123, 144, 255)",
1713
- "rgb(255, 174, 52)",
1714
- "rgb(123, 144, 255)"
1715
- ],
1716
- "type": "string"
1717
- },
1718
- "margins": {
1719
- "description": "Dashboard vertical and horizontal margins",
1720
- "examples": [
1721
- [
1722
- 16,
1723
- 16
1724
- ],
1725
- [
1726
- 20,
1727
- 20
1728
- ]
1729
- ],
1730
- "items": [
1731
- {
1732
- "type": "number"
1733
- },
1734
- {
1735
- "type": "number"
1736
- }
1737
- ],
1738
- "maxItems": 2,
1739
- "minItems": 2,
1740
- "type": "array"
1741
- },
1742
- "name": {
1743
- "description": "Theme name",
1744
- "examples": [
1745
- "manual"
1746
- ],
1747
- "type": "string"
1748
- },
1749
1698
  "title": {
1750
- "description": "Title styling",
1699
+ "description": "Custom title styling",
1751
1700
  "properties": {
1752
1701
  "align": {
1753
1702
  "description": "Title align",
@@ -1816,7 +1765,7 @@ declare const _default: {
1816
1765
  "type": "object"
1817
1766
  },
1818
1767
  "tooltip": {
1819
- "description": "Tooltip styling",
1768
+ "description": "Custom tooltip styling",
1820
1769
  "properties": {
1821
1770
  "background": {
1822
1771
  "description": "Tooltip's background",
@@ -1859,7 +1808,7 @@ declare const _default: {
1859
1808
  "type": "object"
1860
1809
  },
1861
1810
  "type": {
1862
- "description": "Theme type",
1811
+ "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.",
1863
1812
  "examples": [
1864
1813
  "custom"
1865
1814
  ],
@@ -1868,6 +1817,14 @@ declare const _default: {
1868
1817
  },
1869
1818
  "type": "object"
1870
1819
  },
1820
+ "timezoneId": {
1821
+ "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",
1822
+ "examples": [
1823
+ "Europe/Brussels",
1824
+ "America/New_York"
1825
+ ],
1826
+ "type": "string"
1827
+ },
1871
1828
  "title": {
1872
1829
  "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
1873
1830
  "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": {
@@ -70,6 +70,9 @@ declare const _default: {
70
70
  },
71
71
  {
72
72
  "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/text-options.schema.json"
73
+ },
74
+ {
75
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/search-filter-options.schema.json"
73
76
  }
74
77
  ]
75
78
  };