@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
@@ -2303,6 +2303,9 @@ declare const _default: {
2303
2303
  "currency_id": {
2304
2304
  "type": "string"
2305
2305
  },
2306
+ "description": {
2307
+ "type": "object"
2308
+ },
2306
2309
  "duration_format": {
2307
2310
  "enum": [
2308
2311
  "long",
@@ -2756,7 +2759,7 @@ declare const _default: {
2756
2759
  "type": "string"
2757
2760
  },
2758
2761
  "formula": {
2759
- "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.",
2762
+ "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",
2760
2763
  "type": "string"
2761
2764
  },
2762
2765
  "grandTotals": {
@@ -2803,18 +2806,18 @@ declare const _default: {
2803
2806
  "type": "string"
2804
2807
  },
2805
2808
  "periodOverPeriod": {
2806
- "description": "Settings to configure period over period comparison",
2809
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
2807
2810
  "properties": {
2808
2811
  "level": {
2809
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
2812
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
2810
2813
  "type": "number"
2811
2814
  },
2812
2815
  "periodToDate": {
2813
- "description": "period to date comparison",
2816
+ "description": "Turn ON/OFF period to date comparison",
2814
2817
  "type": "boolean"
2815
2818
  },
2816
2819
  "quantity": {
2817
- "description": "number of periods",
2820
+ "description": "Number of periods",
2818
2821
  "type": "number"
2819
2822
  },
2820
2823
  "type": {
@@ -2972,6 +2975,67 @@ declare const _default: {
2972
2975
  },
2973
2976
  "type": "object"
2974
2977
  },
2978
+ "loader": {
2979
+ "description": "The loader configuration",
2980
+ "properties": {
2981
+ "background": {
2982
+ "default": "#f9f9f9",
2983
+ "description": "Background color of the chart loader element",
2984
+ "type": "string"
2985
+ },
2986
+ "fontColor": {
2987
+ "default": "#5a5a5a",
2988
+ "description": "Font color of the text of the chart loaders",
2989
+ "type": "string"
2990
+ },
2991
+ "locale": {
2992
+ "default": "en",
2993
+ "description": "Locale to be used if \"msg\" is set",
2994
+ "examples": [
2995
+ "en",
2996
+ "fr"
2997
+ ],
2998
+ "type": "string"
2999
+ },
3000
+ "mode": {
3001
+ "default": "light",
3002
+ "description": "Light or dark loader",
3003
+ "type": "string"
3004
+ },
3005
+ "msg": {
3006
+ "description": "Loading message",
3007
+ "examples": [
3008
+ "Loading dashboard..."
3009
+ ],
3010
+ "type": "string"
3011
+ },
3012
+ "showBranded": {
3013
+ "default": false,
3014
+ "description": "Shows the branded \"powered by\" information",
3015
+ "type": "boolean"
3016
+ },
3017
+ "spinnerBackground": {
3018
+ "default": "rgba(169, 169, 169, 0.14)",
3019
+ "description": "Background color of the spinner",
3020
+ "type": "string"
3021
+ },
3022
+ "spinnerColor": {
3023
+ "default": "rgba(255, 165, 0, 0.7)",
3024
+ "description": "Spinner color of the loader",
3025
+ "type": "string"
3026
+ }
3027
+ },
3028
+ "type": "object"
3029
+ },
3030
+ "locale": {
3031
+ "default": "en",
3032
+ "description": "Locale to be used",
3033
+ "examples": [
3034
+ "en",
3035
+ "fr"
3036
+ ],
3037
+ "type": "string"
3038
+ },
2975
3039
  "mode": {
2976
3040
  "default": "donut",
2977
3041
  "description": "Mode of the Donut chart: donut or pie",
@@ -3098,37 +3162,8 @@ declare const _default: {
3098
3162
  "theme": {
3099
3163
  "description": "Theme configuration",
3100
3164
  "properties": {
3101
- "axis": {
3102
- "description": "Axis styling",
3103
- "examples": [
3104
- {
3105
- "fontSize": 12
3106
- },
3107
- {
3108
- "fontSize": 10
3109
- }
3110
- ],
3111
- "type": "object"
3112
- },
3113
- "background": {
3114
- "description": "Background color",
3115
- "examples": [
3116
- "rgb(245, 245, 245)",
3117
- "rgb(61, 61, 61)"
3118
- ],
3119
- "type": "string"
3120
- },
3121
- "baseFontSize": {
3122
- "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
3123
- "examples": [
3124
- 13,
3125
- 16,
3126
- 20
3127
- ],
3128
- "type": "number"
3129
- },
3130
3165
  "borders": {
3131
- "description": "Border styling",
3166
+ "description": "Custom border styling",
3132
3167
  "properties": {
3133
3168
  "border-bottom-width": {
3134
3169
  "description": "Border bottom width",
@@ -3197,7 +3232,7 @@ declare const _default: {
3197
3232
  "type": "object"
3198
3233
  },
3199
3234
  "boxShadow": {
3200
- "description": "Shadow styling",
3235
+ "description": "Custom shadow styling",
3201
3236
  "properties": {
3202
3237
  "color": {
3203
3238
  "description": "Shadow color",
@@ -3227,29 +3262,12 @@ declare const _default: {
3227
3262
  "type": "object"
3228
3263
  },
3229
3264
  "colors": {
3230
- "description": "A list of theme colors",
3265
+ "description": "Custom color palette",
3231
3266
  "examples": [
3232
3267
  [
3233
- "rgb(122, 112, 112)",
3234
- "rgb(175, 169, 169)",
3235
- "rgb(228, 226, 226)"
3236
- ],
3237
- [
3238
- "rgb(48, 36, 179)",
3239
- "rgb(105, 93, 255)",
3240
- "rgb(199, 194, 255)",
3241
- "rgb(134, 4, 129)",
3242
- "rgb(204, 55, 198)",
3243
- "rgb(236, 180, 234)",
3244
- "rgb(220, 141, 0)",
3245
- "rgb(249, 206, 61)",
3246
- "rgb(253, 237, 182)",
3247
- "rgb(6, 142, 84)",
3248
- "rgb(58, 213, 147)",
3249
- "rgb(181, 239, 215)",
3250
- "rgb(85, 78, 78)",
3251
- "rgb(149, 141, 141)",
3252
- "rgb(215, 212, 212)"
3268
+ "rgb(68, 52, 255)",
3269
+ "rgb(68, 52, 255)",
3270
+ "rgb(218, 214, 255)"
3253
3271
  ]
3254
3272
  ],
3255
3273
  "items": {
@@ -3257,24 +3275,8 @@ declare const _default: {
3257
3275
  },
3258
3276
  "type": "array"
3259
3277
  },
3260
- "editBackground": {
3261
- "description": "Edit background",
3262
- "examples": [
3263
- "rgb(228, 228, 228)",
3264
- "rgb(245, 245, 245)",
3265
- "rgb(61, 61, 61)"
3266
- ],
3267
- "type": "string"
3268
- },
3269
- "editModeBackground": {
3270
- "description": "Edit mode background",
3271
- "examples": [
3272
- "rgb(245, 245, 245)"
3273
- ],
3274
- "type": "string"
3275
- },
3276
3278
  "font": {
3277
- "description": "Font styling",
3279
+ "description": "Custom font styling",
3278
3280
  "properties": {
3279
3281
  "font-style": {
3280
3282
  "const": "normal",
@@ -3318,40 +3320,15 @@ declare const _default: {
3318
3320
  "type": "object"
3319
3321
  },
3320
3322
  "id": {
3321
- "description": "Id of the theme, like \"seasonal\", \"urban\", etc.",
3323
+ "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.",
3322
3324
  "examples": [
3323
3325
  "seasonal",
3324
3326
  "urban"
3325
3327
  ],
3326
3328
  "type": "string"
3327
3329
  },
3328
- "itemSpecific": {
3329
- "description": "Item specific styling",
3330
- "properties": {
3331
- "padding": {
3332
- "description": "Padding of the item",
3333
- "examples": [
3334
- 0,
3335
- 4,
3336
- 8,
3337
- 10
3338
- ],
3339
- "type": "number"
3340
- },
3341
- "rounding": {
3342
- "description": "Rounding of the item",
3343
- "examples": [
3344
- 0,
3345
- 8,
3346
- 12
3347
- ],
3348
- "type": "number"
3349
- }
3350
- },
3351
- "type": "object"
3352
- },
3353
3330
  "itemsBackground": {
3354
- "description": "Item background color",
3331
+ "description": "Custom item background color",
3355
3332
  "examples": [
3356
3333
  "rgb(255, 255, 255)",
3357
3334
  "rgb(71, 69, 69)",
@@ -3360,7 +3337,7 @@ declare const _default: {
3360
3337
  "type": "string"
3361
3338
  },
3362
3339
  "legend": {
3363
- "description": "Legend styling",
3340
+ "description": "Custom legend styling",
3364
3341
  "properties": {
3365
3342
  "fontSize": {
3366
3343
  "description": "Legend font size in px",
@@ -3396,48 +3373,8 @@ declare const _default: {
3396
3373
  },
3397
3374
  "type": "object"
3398
3375
  },
3399
- "mainColor": {
3400
- "description": "Theme main color",
3401
- "examples": [
3402
- "rgb(123, 144, 255)",
3403
- "rgb(255, 174, 52)",
3404
- "rgb(123, 144, 255)"
3405
- ],
3406
- "type": "string"
3407
- },
3408
- "margins": {
3409
- "description": "Dashboard vertical and horizontal margins",
3410
- "examples": [
3411
- [
3412
- 16,
3413
- 16
3414
- ],
3415
- [
3416
- 20,
3417
- 20
3418
- ]
3419
- ],
3420
- "items": [
3421
- {
3422
- "type": "number"
3423
- },
3424
- {
3425
- "type": "number"
3426
- }
3427
- ],
3428
- "maxItems": 2,
3429
- "minItems": 2,
3430
- "type": "array"
3431
- },
3432
- "name": {
3433
- "description": "Theme name",
3434
- "examples": [
3435
- "manual"
3436
- ],
3437
- "type": "string"
3438
- },
3439
3376
  "title": {
3440
- "description": "Title styling",
3377
+ "description": "Custom title styling",
3441
3378
  "properties": {
3442
3379
  "align": {
3443
3380
  "description": "Title align",
@@ -3506,7 +3443,7 @@ declare const _default: {
3506
3443
  "type": "object"
3507
3444
  },
3508
3445
  "tooltip": {
3509
- "description": "Tooltip styling",
3446
+ "description": "Custom tooltip styling",
3510
3447
  "properties": {
3511
3448
  "background": {
3512
3449
  "description": "Tooltip's background",
@@ -3549,7 +3486,7 @@ declare const _default: {
3549
3486
  "type": "object"
3550
3487
  },
3551
3488
  "type": {
3552
- "description": "Theme type",
3489
+ "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.",
3553
3490
  "examples": [
3554
3491
  "custom"
3555
3492
  ],
@@ -3558,6 +3495,14 @@ declare const _default: {
3558
3495
  },
3559
3496
  "type": "object"
3560
3497
  },
3498
+ "timezoneId": {
3499
+ "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",
3500
+ "examples": [
3501
+ "Europe/Brussels",
3502
+ "America/New_York"
3503
+ ],
3504
+ "type": "string"
3505
+ },
3561
3506
  "title": {
3562
3507
  "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
3563
3508
  "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": {
@@ -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": {