@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
@@ -277,6 +277,9 @@ declare const _default: {
277
277
  "currency_id": {
278
278
  "type": "string"
279
279
  },
280
+ "description": {
281
+ "type": "object"
282
+ },
280
283
  "duration_format": {
281
284
  "enum": [
282
285
  "long",
@@ -730,7 +733,7 @@ declare const _default: {
730
733
  "type": "string"
731
734
  },
732
735
  "formula": {
733
- "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.",
736
+ "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",
734
737
  "type": "string"
735
738
  },
736
739
  "grandTotals": {
@@ -777,18 +780,18 @@ declare const _default: {
777
780
  "type": "string"
778
781
  },
779
782
  "periodOverPeriod": {
780
- "description": "Settings to configure period over period comparison",
783
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
781
784
  "properties": {
782
785
  "level": {
783
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
786
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
784
787
  "type": "number"
785
788
  },
786
789
  "periodToDate": {
787
- "description": "period to date comparison",
790
+ "description": "Turn ON/OFF period to date comparison",
788
791
  "type": "boolean"
789
792
  },
790
793
  "quantity": {
791
- "description": "number of periods",
794
+ "description": "Number of periods",
792
795
  "type": "number"
793
796
  },
794
797
  "type": {
@@ -892,6 +895,67 @@ declare const _default: {
892
895
  },
893
896
  "type": "object"
894
897
  },
898
+ "loader": {
899
+ "description": "The loader configuration",
900
+ "properties": {
901
+ "background": {
902
+ "default": "#f9f9f9",
903
+ "description": "Background color of the chart loader element",
904
+ "type": "string"
905
+ },
906
+ "fontColor": {
907
+ "default": "#5a5a5a",
908
+ "description": "Font color of the text of the chart loaders",
909
+ "type": "string"
910
+ },
911
+ "locale": {
912
+ "default": "en",
913
+ "description": "Locale to be used if \"msg\" is set",
914
+ "examples": [
915
+ "en",
916
+ "fr"
917
+ ],
918
+ "type": "string"
919
+ },
920
+ "mode": {
921
+ "default": "light",
922
+ "description": "Light or dark loader",
923
+ "type": "string"
924
+ },
925
+ "msg": {
926
+ "description": "Loading message",
927
+ "examples": [
928
+ "Loading dashboard..."
929
+ ],
930
+ "type": "string"
931
+ },
932
+ "showBranded": {
933
+ "default": false,
934
+ "description": "Shows the branded \"powered by\" information",
935
+ "type": "boolean"
936
+ },
937
+ "spinnerBackground": {
938
+ "default": "rgba(169, 169, 169, 0.14)",
939
+ "description": "Background color of the spinner",
940
+ "type": "string"
941
+ },
942
+ "spinnerColor": {
943
+ "default": "rgba(255, 165, 0, 0.7)",
944
+ "description": "Spinner color of the loader",
945
+ "type": "string"
946
+ }
947
+ },
948
+ "type": "object"
949
+ },
950
+ "locale": {
951
+ "default": "en",
952
+ "description": "Locale to be used",
953
+ "examples": [
954
+ "en",
955
+ "fr"
956
+ ],
957
+ "type": "string"
958
+ },
895
959
  "manualValues": {
896
960
  "default": {},
897
961
  "description": "Manual values configuration of the Circular Gauge",
@@ -936,37 +1000,8 @@ declare const _default: {
936
1000
  "theme": {
937
1001
  "description": "Theme configuration",
938
1002
  "properties": {
939
- "axis": {
940
- "description": "Axis styling",
941
- "examples": [
942
- {
943
- "fontSize": 12
944
- },
945
- {
946
- "fontSize": 10
947
- }
948
- ],
949
- "type": "object"
950
- },
951
- "background": {
952
- "description": "Background color",
953
- "examples": [
954
- "rgb(245, 245, 245)",
955
- "rgb(61, 61, 61)"
956
- ],
957
- "type": "string"
958
- },
959
- "baseFontSize": {
960
- "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
961
- "examples": [
962
- 13,
963
- 16,
964
- 20
965
- ],
966
- "type": "number"
967
- },
968
1003
  "borders": {
969
- "description": "Border styling",
1004
+ "description": "Custom border styling",
970
1005
  "properties": {
971
1006
  "border-bottom-width": {
972
1007
  "description": "Border bottom width",
@@ -1035,7 +1070,7 @@ declare const _default: {
1035
1070
  "type": "object"
1036
1071
  },
1037
1072
  "boxShadow": {
1038
- "description": "Shadow styling",
1073
+ "description": "Custom shadow styling",
1039
1074
  "properties": {
1040
1075
  "color": {
1041
1076
  "description": "Shadow color",
@@ -1065,29 +1100,12 @@ declare const _default: {
1065
1100
  "type": "object"
1066
1101
  },
1067
1102
  "colors": {
1068
- "description": "A list of theme colors",
1103
+ "description": "Custom color palette",
1069
1104
  "examples": [
1070
1105
  [
1071
- "rgb(122, 112, 112)",
1072
- "rgb(175, 169, 169)",
1073
- "rgb(228, 226, 226)"
1074
- ],
1075
- [
1076
- "rgb(48, 36, 179)",
1077
- "rgb(105, 93, 255)",
1078
- "rgb(199, 194, 255)",
1079
- "rgb(134, 4, 129)",
1080
- "rgb(204, 55, 198)",
1081
- "rgb(236, 180, 234)",
1082
- "rgb(220, 141, 0)",
1083
- "rgb(249, 206, 61)",
1084
- "rgb(253, 237, 182)",
1085
- "rgb(6, 142, 84)",
1086
- "rgb(58, 213, 147)",
1087
- "rgb(181, 239, 215)",
1088
- "rgb(85, 78, 78)",
1089
- "rgb(149, 141, 141)",
1090
- "rgb(215, 212, 212)"
1106
+ "rgb(68, 52, 255)",
1107
+ "rgb(68, 52, 255)",
1108
+ "rgb(218, 214, 255)"
1091
1109
  ]
1092
1110
  ],
1093
1111
  "items": {
@@ -1095,24 +1113,8 @@ declare const _default: {
1095
1113
  },
1096
1114
  "type": "array"
1097
1115
  },
1098
- "editBackground": {
1099
- "description": "Edit background",
1100
- "examples": [
1101
- "rgb(228, 228, 228)",
1102
- "rgb(245, 245, 245)",
1103
- "rgb(61, 61, 61)"
1104
- ],
1105
- "type": "string"
1106
- },
1107
- "editModeBackground": {
1108
- "description": "Edit mode background",
1109
- "examples": [
1110
- "rgb(245, 245, 245)"
1111
- ],
1112
- "type": "string"
1113
- },
1114
1116
  "font": {
1115
- "description": "Font styling",
1117
+ "description": "Custom font styling",
1116
1118
  "properties": {
1117
1119
  "font-style": {
1118
1120
  "const": "normal",
@@ -1156,40 +1158,15 @@ declare const _default: {
1156
1158
  "type": "object"
1157
1159
  },
1158
1160
  "id": {
1159
- "description": "Id of the theme, like \"seasonal\", \"urban\", etc.",
1161
+ "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.",
1160
1162
  "examples": [
1161
1163
  "seasonal",
1162
1164
  "urban"
1163
1165
  ],
1164
1166
  "type": "string"
1165
1167
  },
1166
- "itemSpecific": {
1167
- "description": "Item specific styling",
1168
- "properties": {
1169
- "padding": {
1170
- "description": "Padding of the item",
1171
- "examples": [
1172
- 0,
1173
- 4,
1174
- 8,
1175
- 10
1176
- ],
1177
- "type": "number"
1178
- },
1179
- "rounding": {
1180
- "description": "Rounding of the item",
1181
- "examples": [
1182
- 0,
1183
- 8,
1184
- 12
1185
- ],
1186
- "type": "number"
1187
- }
1188
- },
1189
- "type": "object"
1190
- },
1191
1168
  "itemsBackground": {
1192
- "description": "Item background color",
1169
+ "description": "Custom item background color",
1193
1170
  "examples": [
1194
1171
  "rgb(255, 255, 255)",
1195
1172
  "rgb(71, 69, 69)",
@@ -1197,85 +1174,8 @@ declare const _default: {
1197
1174
  ],
1198
1175
  "type": "string"
1199
1176
  },
1200
- "legend": {
1201
- "description": "Legend styling",
1202
- "properties": {
1203
- "fontSize": {
1204
- "description": "Legend font size in px",
1205
- "examples": [
1206
- 12,
1207
- 16
1208
- ],
1209
- "type": "number"
1210
- },
1211
- "lineHeight": {
1212
- "description": "Legend line height in px",
1213
- "examples": [
1214
- 12,
1215
- 16,
1216
- 20
1217
- ],
1218
- "type": "number"
1219
- },
1220
- "type": {
1221
- "description": "Legend type",
1222
- "enum": [
1223
- "circle",
1224
- "line",
1225
- "normal"
1226
- ],
1227
- "examples": [
1228
- "normal",
1229
- "line",
1230
- "circle"
1231
- ],
1232
- "type": "string"
1233
- }
1234
- },
1235
- "type": "object"
1236
- },
1237
- "mainColor": {
1238
- "description": "Theme main color",
1239
- "examples": [
1240
- "rgb(123, 144, 255)",
1241
- "rgb(255, 174, 52)",
1242
- "rgb(123, 144, 255)"
1243
- ],
1244
- "type": "string"
1245
- },
1246
- "margins": {
1247
- "description": "Dashboard vertical and horizontal margins",
1248
- "examples": [
1249
- [
1250
- 16,
1251
- 16
1252
- ],
1253
- [
1254
- 20,
1255
- 20
1256
- ]
1257
- ],
1258
- "items": [
1259
- {
1260
- "type": "number"
1261
- },
1262
- {
1263
- "type": "number"
1264
- }
1265
- ],
1266
- "maxItems": 2,
1267
- "minItems": 2,
1268
- "type": "array"
1269
- },
1270
- "name": {
1271
- "description": "Theme name",
1272
- "examples": [
1273
- "manual"
1274
- ],
1275
- "type": "string"
1276
- },
1277
1177
  "title": {
1278
- "description": "Title styling",
1178
+ "description": "Custom title styling",
1279
1179
  "properties": {
1280
1180
  "align": {
1281
1181
  "description": "Title align",
@@ -1344,7 +1244,7 @@ declare const _default: {
1344
1244
  "type": "object"
1345
1245
  },
1346
1246
  "tooltip": {
1347
- "description": "Tooltip styling",
1247
+ "description": "Custom tooltip styling",
1348
1248
  "properties": {
1349
1249
  "background": {
1350
1250
  "description": "Tooltip's background",
@@ -1387,7 +1287,7 @@ declare const _default: {
1387
1287
  "type": "object"
1388
1288
  },
1389
1289
  "type": {
1390
- "description": "Theme type",
1290
+ "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.",
1391
1291
  "examples": [
1392
1292
  "custom"
1393
1293
  ],
@@ -1396,6 +1296,14 @@ declare const _default: {
1396
1296
  },
1397
1297
  "type": "object"
1398
1298
  },
1299
+ "timezoneId": {
1300
+ "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",
1301
+ "examples": [
1302
+ "Europe/Brussels",
1303
+ "America/New_York"
1304
+ ],
1305
+ "type": "string"
1306
+ },
1399
1307
  "title": {
1400
1308
  "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
1401
1309
  "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": {
@@ -400,7 +400,7 @@ declare const _default: {
400
400
  "type": "string"
401
401
  },
402
402
  "formula": {
403
- "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.",
403
+ "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",
404
404
  "type": "string"
405
405
  },
406
406
  "grandTotals": {
@@ -417,18 +417,18 @@ declare const _default: {
417
417
  "type": "object"
418
418
  },
419
419
  "periodOverPeriod": {
420
- "description": "Settings to configure period over period comparison",
420
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
421
421
  "properties": {
422
422
  "level": {
423
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
423
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
424
424
  "type": "number"
425
425
  },
426
426
  "periodToDate": {
427
- "description": "period to date comparison",
427
+ "description": "Turn ON/OFF period to date comparison",
428
428
  "type": "boolean"
429
429
  },
430
430
  "quantity": {
431
- "description": "number of periods",
431
+ "description": "Number of periods",
432
432
  "type": "number"
433
433
  },
434
434
  "type": {