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