@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
@@ -2598,6 +2598,9 @@ declare const _default: {
2598
2598
  "currency_id": {
2599
2599
  "type": "string"
2600
2600
  },
2601
+ "description": {
2602
+ "type": "object"
2603
+ },
2601
2604
  "duration_format": {
2602
2605
  "enum": [
2603
2606
  "long",
@@ -3051,7 +3054,7 @@ declare const _default: {
3051
3054
  "type": "string"
3052
3055
  },
3053
3056
  "formula": {
3054
- "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.",
3057
+ "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",
3055
3058
  "type": "string"
3056
3059
  },
3057
3060
  "grandTotals": {
@@ -3098,18 +3101,18 @@ declare const _default: {
3098
3101
  "type": "string"
3099
3102
  },
3100
3103
  "periodOverPeriod": {
3101
- "description": "Settings to configure period over period comparison",
3104
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
3102
3105
  "properties": {
3103
3106
  "level": {
3104
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
3107
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
3105
3108
  "type": "number"
3106
3109
  },
3107
3110
  "periodToDate": {
3108
- "description": "period to date comparison",
3111
+ "description": "Turn ON/OFF period to date comparison",
3109
3112
  "type": "boolean"
3110
3113
  },
3111
3114
  "quantity": {
3112
- "description": "number of periods",
3115
+ "description": "Number of periods",
3113
3116
  "type": "number"
3114
3117
  },
3115
3118
  "type": {
@@ -3267,6 +3270,67 @@ declare const _default: {
3267
3270
  },
3268
3271
  "type": "object"
3269
3272
  },
3273
+ "loader": {
3274
+ "description": "The loader configuration",
3275
+ "properties": {
3276
+ "background": {
3277
+ "default": "#f9f9f9",
3278
+ "description": "Background color of the chart loader element",
3279
+ "type": "string"
3280
+ },
3281
+ "fontColor": {
3282
+ "default": "#5a5a5a",
3283
+ "description": "Font color of the text of the chart loaders",
3284
+ "type": "string"
3285
+ },
3286
+ "locale": {
3287
+ "default": "en",
3288
+ "description": "Locale to be used if \"msg\" is set",
3289
+ "examples": [
3290
+ "en",
3291
+ "fr"
3292
+ ],
3293
+ "type": "string"
3294
+ },
3295
+ "mode": {
3296
+ "default": "light",
3297
+ "description": "Light or dark loader",
3298
+ "type": "string"
3299
+ },
3300
+ "msg": {
3301
+ "description": "Loading message",
3302
+ "examples": [
3303
+ "Loading dashboard..."
3304
+ ],
3305
+ "type": "string"
3306
+ },
3307
+ "showBranded": {
3308
+ "default": false,
3309
+ "description": "Shows the branded \"powered by\" information",
3310
+ "type": "boolean"
3311
+ },
3312
+ "spinnerBackground": {
3313
+ "default": "rgba(169, 169, 169, 0.14)",
3314
+ "description": "Background color of the spinner",
3315
+ "type": "string"
3316
+ },
3317
+ "spinnerColor": {
3318
+ "default": "rgba(255, 165, 0, 0.7)",
3319
+ "description": "Spinner color of the loader",
3320
+ "type": "string"
3321
+ }
3322
+ },
3323
+ "type": "object"
3324
+ },
3325
+ "locale": {
3326
+ "default": "en",
3327
+ "description": "Locale to be used",
3328
+ "examples": [
3329
+ "en",
3330
+ "fr"
3331
+ ],
3332
+ "type": "string"
3333
+ },
3270
3334
  "manualAxesRange": {
3271
3335
  "description": "Manual axis range options. Minimum and maximum value of the axis range.",
3272
3336
  "items": [
@@ -3397,7 +3461,7 @@ declare const _default: {
3397
3461
  "description": "Theme configuration",
3398
3462
  "properties": {
3399
3463
  "axis": {
3400
- "description": "Axis styling",
3464
+ "description": "Custom axis styling",
3401
3465
  "examples": [
3402
3466
  {
3403
3467
  "fontSize": 12
@@ -3408,25 +3472,8 @@ declare const _default: {
3408
3472
  ],
3409
3473
  "type": "object"
3410
3474
  },
3411
- "background": {
3412
- "description": "Background color",
3413
- "examples": [
3414
- "rgb(245, 245, 245)",
3415
- "rgb(61, 61, 61)"
3416
- ],
3417
- "type": "string"
3418
- },
3419
- "baseFontSize": {
3420
- "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
3421
- "examples": [
3422
- 13,
3423
- 16,
3424
- 20
3425
- ],
3426
- "type": "number"
3427
- },
3428
3475
  "borders": {
3429
- "description": "Border styling",
3476
+ "description": "Custom border styling",
3430
3477
  "properties": {
3431
3478
  "border-bottom-width": {
3432
3479
  "description": "Border bottom width",
@@ -3495,7 +3542,7 @@ declare const _default: {
3495
3542
  "type": "object"
3496
3543
  },
3497
3544
  "boxShadow": {
3498
- "description": "Shadow styling",
3545
+ "description": "Custom shadow styling",
3499
3546
  "properties": {
3500
3547
  "color": {
3501
3548
  "description": "Shadow color",
@@ -3525,29 +3572,12 @@ declare const _default: {
3525
3572
  "type": "object"
3526
3573
  },
3527
3574
  "colors": {
3528
- "description": "A list of theme colors",
3575
+ "description": "Custom color palette",
3529
3576
  "examples": [
3530
3577
  [
3531
- "rgb(122, 112, 112)",
3532
- "rgb(175, 169, 169)",
3533
- "rgb(228, 226, 226)"
3534
- ],
3535
- [
3536
- "rgb(48, 36, 179)",
3537
- "rgb(105, 93, 255)",
3538
- "rgb(199, 194, 255)",
3539
- "rgb(134, 4, 129)",
3540
- "rgb(204, 55, 198)",
3541
- "rgb(236, 180, 234)",
3542
- "rgb(220, 141, 0)",
3543
- "rgb(249, 206, 61)",
3544
- "rgb(253, 237, 182)",
3545
- "rgb(6, 142, 84)",
3546
- "rgb(58, 213, 147)",
3547
- "rgb(181, 239, 215)",
3548
- "rgb(85, 78, 78)",
3549
- "rgb(149, 141, 141)",
3550
- "rgb(215, 212, 212)"
3578
+ "rgb(68, 52, 255)",
3579
+ "rgb(68, 52, 255)",
3580
+ "rgb(218, 214, 255)"
3551
3581
  ]
3552
3582
  ],
3553
3583
  "items": {
@@ -3555,24 +3585,8 @@ declare const _default: {
3555
3585
  },
3556
3586
  "type": "array"
3557
3587
  },
3558
- "editBackground": {
3559
- "description": "Edit background",
3560
- "examples": [
3561
- "rgb(228, 228, 228)",
3562
- "rgb(245, 245, 245)",
3563
- "rgb(61, 61, 61)"
3564
- ],
3565
- "type": "string"
3566
- },
3567
- "editModeBackground": {
3568
- "description": "Edit mode background",
3569
- "examples": [
3570
- "rgb(245, 245, 245)"
3571
- ],
3572
- "type": "string"
3573
- },
3574
3588
  "font": {
3575
- "description": "Font styling",
3589
+ "description": "Custom font styling",
3576
3590
  "properties": {
3577
3591
  "font-style": {
3578
3592
  "const": "normal",
@@ -3616,40 +3630,15 @@ declare const _default: {
3616
3630
  "type": "object"
3617
3631
  },
3618
3632
  "id": {
3619
- "description": "Id of the theme, like \"seasonal\", \"urban\", etc.",
3633
+ "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.",
3620
3634
  "examples": [
3621
3635
  "seasonal",
3622
3636
  "urban"
3623
3637
  ],
3624
3638
  "type": "string"
3625
3639
  },
3626
- "itemSpecific": {
3627
- "description": "Item specific styling",
3628
- "properties": {
3629
- "padding": {
3630
- "description": "Padding of the item",
3631
- "examples": [
3632
- 0,
3633
- 4,
3634
- 8,
3635
- 10
3636
- ],
3637
- "type": "number"
3638
- },
3639
- "rounding": {
3640
- "description": "Rounding of the item",
3641
- "examples": [
3642
- 0,
3643
- 8,
3644
- 12
3645
- ],
3646
- "type": "number"
3647
- }
3648
- },
3649
- "type": "object"
3650
- },
3651
3640
  "itemsBackground": {
3652
- "description": "Item background color",
3641
+ "description": "Custom item background color",
3653
3642
  "examples": [
3654
3643
  "rgb(255, 255, 255)",
3655
3644
  "rgb(71, 69, 69)",
@@ -3658,7 +3647,7 @@ declare const _default: {
3658
3647
  "type": "string"
3659
3648
  },
3660
3649
  "legend": {
3661
- "description": "Legend styling",
3650
+ "description": "Custom legend styling",
3662
3651
  "properties": {
3663
3652
  "fontSize": {
3664
3653
  "description": "Legend font size in px",
@@ -3694,48 +3683,8 @@ declare const _default: {
3694
3683
  },
3695
3684
  "type": "object"
3696
3685
  },
3697
- "mainColor": {
3698
- "description": "Theme main color",
3699
- "examples": [
3700
- "rgb(123, 144, 255)",
3701
- "rgb(255, 174, 52)",
3702
- "rgb(123, 144, 255)"
3703
- ],
3704
- "type": "string"
3705
- },
3706
- "margins": {
3707
- "description": "Dashboard vertical and horizontal margins",
3708
- "examples": [
3709
- [
3710
- 16,
3711
- 16
3712
- ],
3713
- [
3714
- 20,
3715
- 20
3716
- ]
3717
- ],
3718
- "items": [
3719
- {
3720
- "type": "number"
3721
- },
3722
- {
3723
- "type": "number"
3724
- }
3725
- ],
3726
- "maxItems": 2,
3727
- "minItems": 2,
3728
- "type": "array"
3729
- },
3730
- "name": {
3731
- "description": "Theme name",
3732
- "examples": [
3733
- "manual"
3734
- ],
3735
- "type": "string"
3736
- },
3737
3686
  "title": {
3738
- "description": "Title styling",
3687
+ "description": "Custom title styling",
3739
3688
  "properties": {
3740
3689
  "align": {
3741
3690
  "description": "Title align",
@@ -3804,7 +3753,7 @@ declare const _default: {
3804
3753
  "type": "object"
3805
3754
  },
3806
3755
  "tooltip": {
3807
- "description": "Tooltip styling",
3756
+ "description": "Custom tooltip styling",
3808
3757
  "properties": {
3809
3758
  "background": {
3810
3759
  "description": "Tooltip's background",
@@ -3847,7 +3796,7 @@ declare const _default: {
3847
3796
  "type": "object"
3848
3797
  },
3849
3798
  "type": {
3850
- "description": "Theme type",
3799
+ "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.",
3851
3800
  "examples": [
3852
3801
  "custom"
3853
3802
  ],
@@ -3856,6 +3805,14 @@ declare const _default: {
3856
3805
  },
3857
3806
  "type": "object"
3858
3807
  },
3808
+ "timezoneId": {
3809
+ "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",
3810
+ "examples": [
3811
+ "Europe/Brussels",
3812
+ "America/New_York"
3813
+ ],
3814
+ "type": "string"
3815
+ },
3859
3816
  "title": {
3860
3817
  "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
3861
3818
  "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": {