@luzmo/dashboard-contents-types 0.1.89 → 1.0.0
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.
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +131 -24
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +32 -5
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +67 -14
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -0
- package/index.d.ts +0 -1
- package/index.js +357 -111
- package/index.mjs +3623 -1203
- package/json-schemas.d.ts +2564 -720
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +13 -15
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-slots.d.ts +0 -2
- package/src/lib/area-chart/area-chart.d.ts +2 -4
- package/src/lib/area-chart/index.d.ts +0 -1
- package/src/lib/bar-chart/bar-chart-options.d.ts +14 -16
- package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart.d.ts +2 -4
- package/src/lib/bar-chart/bar-chart.slots.d.ts +0 -2
- package/src/lib/bar-chart/index.d.ts +0 -1
- package/src/lib/box-plot/box-plot-options.d.ts +13 -15
- package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-slots.d.ts +0 -2
- package/src/lib/box-plot/box-plot.d.ts +2 -4
- package/src/lib/box-plot/index.d.ts +0 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +12 -14
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-slots.d.ts +0 -2
- package/src/lib/bubble-chart/bubble-chart.d.ts +2 -4
- package/src/lib/bubble-chart/index.d.ts +0 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +11 -13
- package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-slots.d.ts +0 -2
- package/src/lib/bullet-chart/bullet-chart.d.ts +2 -4
- package/src/lib/bullet-chart/index.d.ts +0 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +11 -13
- package/src/lib/choropleth-map/choropleth-map-slots.d.ts +0 -2
- package/src/lib/choropleth-map/choropleth-map.d.ts +2 -4
- package/src/lib/choropleth-map/index.d.ts +0 -1
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +7 -9
- package/src/lib/circular-gauge/circular-gauge-slots.d.ts +0 -2
- package/src/lib/circular-gauge/circular-gauge.d.ts +2 -4
- package/src/lib/circular-gauge/index.d.ts +0 -1
- package/src/lib/column-chart/column-chart-options.d.ts +14 -16
- package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-slots.d.ts +0 -2
- package/src/lib/column-chart/column-chart.d.ts +2 -4
- package/src/lib/column-chart/index.d.ts +0 -1
- package/src/lib/combination-chart/combination-chart-options.d.ts +14 -16
- package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-slots.d.ts +0 -2
- package/src/lib/combination-chart/combination-chart.d.ts +2 -4
- package/src/lib/combination-chart/index.d.ts +0 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts +9 -11
- package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-slots.d.ts +0 -2
- package/src/lib/conditional-number/conditional-number.d.ts +2 -4
- package/src/lib/conditional-number/index.d.ts +0 -1
- package/src/lib/date-filter/date-filter-options.d.ts +4 -6
- package/src/lib/date-filter/date-filter-slots.d.ts +0 -2
- package/src/lib/date-filter/date-filter.d.ts +2 -4
- package/src/lib/date-filter/index.d.ts +0 -1
- package/src/lib/donut-chart/donut-chart-options.d.ts +13 -15
- package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-slots.d.ts +0 -2
- package/src/lib/donut-chart/donut-chart.d.ts +2 -4
- package/src/lib/donut-chart/index.d.ts +0 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +6 -8
- package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +0 -2
- package/src/lib/dropdown-filter/dropdown-filter.d.ts +2 -4
- package/src/lib/dropdown-filter/index.d.ts +0 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts +7 -9
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-slots.d.ts +0 -2
- package/src/lib/evolution-number/evolution-number.d.ts +2 -4
- package/src/lib/evolution-number/index.d.ts +0 -1
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +13 -15
- package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-slots.d.ts +0 -2
- package/src/lib/funnel-chart/funnel-chart.d.ts +2 -4
- package/src/lib/funnel-chart/index.d.ts +0 -1
- package/src/lib/image/image-options.d.ts +3 -5
- package/src/lib/image/image.d.ts +1 -3
- package/src/lib/image/index.d.ts +0 -1
- package/src/lib/line-chart/index.d.ts +0 -1
- package/src/lib/line-chart/line-chart-options.d.ts +13 -15
- package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-slots.d.ts +0 -2
- package/src/lib/line-chart/line-chart.d.ts +2 -4
- package/src/lib/pivot-table/index.d.ts +0 -1
- package/src/lib/pivot-table/pivot-table-options.d.ts +10 -12
- package/src/lib/pivot-table/pivot-table-slots.d.ts +0 -2
- package/src/lib/pivot-table/pivot-table.d.ts +2 -4
- package/src/lib/regular-table/index.d.ts +0 -1
- package/src/lib/regular-table/regular-table-options.d.ts +9 -11
- package/src/lib/regular-table/regular-table-slots.d.ts +0 -2
- package/src/lib/regular-table/regular-table.d.ts +2 -4
- package/src/lib/sankey-diagram/index.d.ts +0 -1
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +9 -11
- package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +0 -2
- package/src/lib/sankey-diagram/sankey-diagram.d.ts +2 -4
- package/src/lib/scatter-plot/index.d.ts +0 -1
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +12 -14
- package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-slots.d.ts +0 -2
- package/src/lib/scatter-plot/scatter-plot.d.ts +2 -4
- package/src/lib/search-filter/index.d.ts +3 -0
- package/src/lib/search-filter/index.d.ts.map +1 -0
- package/src/lib/search-filter/search-filter-options.d.ts +56 -0
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -0
- package/src/lib/search-filter/search-filter-slots.d.ts +17 -0
- package/src/lib/search-filter/search-filter-slots.d.ts.map +1 -0
- package/src/lib/search-filter/search-filter.d.ts +23 -0
- package/src/lib/search-filter/search-filter.d.ts.map +1 -0
- package/src/lib/shared/axes.d.ts +0 -1
- package/src/lib/shared/axis-view-options.d.ts +0 -2
- package/src/lib/shared/common.d.ts +2 -4
- package/src/lib/shared/common.d.ts.map +1 -1
- package/src/lib/shared/drop-object-view-options.d.ts +0 -2
- package/src/lib/shared/filters.d.ts +0 -1
- package/src/lib/shared/formula.d.ts +0 -2
- package/src/lib/shared/index.d.ts +0 -1
- package/src/lib/shared/info-tooltip-options.d.ts +0 -1
- package/src/lib/shared/interactivity-brush.d.ts +0 -1
- package/src/lib/shared/interactivity-custom-events.d.ts +0 -2
- package/src/lib/shared/interactivity-custom-tooltip.d.ts +0 -1
- package/src/lib/shared/interactivity-drilldown.d.ts +0 -2
- package/src/lib/shared/interactivity-export.d.ts +0 -1
- package/src/lib/shared/interactivity-filter.d.ts +0 -1
- package/src/lib/shared/interactivity-go-to-url.d.ts +0 -1
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +1 -3
- package/src/lib/shared/interactivity-target.d.ts +0 -1
- package/src/lib/shared/interpolation.d.ts +0 -1
- package/src/lib/shared/item-filter-group.d.ts +54 -3
- package/src/lib/shared/item-filter-group.d.ts.map +1 -1
- package/src/lib/shared/legend.d.ts +0 -2
- package/src/lib/shared/map-object-view-options.d.ts +2 -4
- package/src/lib/shared/object-view-options.d.ts +2 -4
- package/src/lib/shared/placeholder.d.ts +0 -1
- package/src/lib/shared/query.d.ts +0 -1
- package/src/lib/shared/ranges.d.ts +0 -1
- package/src/lib/shared/slots.d.ts +60 -6
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/shared/sort.d.ts +0 -2
- package/src/lib/shared/theme.d.ts +0 -1
- package/src/lib/shared/title.d.ts +0 -1
- package/src/lib/slicer-filter/index.d.ts +0 -1
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +6 -8
- package/src/lib/slicer-filter/slicer-filter-slots.d.ts +0 -2
- package/src/lib/slicer-filter/slicer-filter.d.ts +2 -4
- package/src/lib/slider-filter/index.d.ts +0 -1
- package/src/lib/slider-filter/slider-filter-options.d.ts +5 -7
- package/src/lib/slider-filter/slider-filter-slots.d.ts +0 -2
- package/src/lib/slider-filter/slider-filter.d.ts +2 -4
- package/src/lib/text/index.d.ts +0 -1
- package/src/lib/text/text-options.d.ts +1 -3
- package/src/lib/text/text.d.ts +1 -3
- package/src/options.d.ts +23 -25
- package/src/slots.d.ts +21 -23
- package/README.md +0 -154
|
@@ -546,7 +546,7 @@ declare const _default: {
|
|
|
546
546
|
"aggregationWeight": {
|
|
547
547
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
548
548
|
"properties": {
|
|
549
|
-
"
|
|
549
|
+
"columnId": {
|
|
550
550
|
"description": "Column id",
|
|
551
551
|
"format": "uuid",
|
|
552
552
|
"type": "string"
|
|
@@ -562,7 +562,7 @@ declare const _default: {
|
|
|
562
562
|
],
|
|
563
563
|
"type": "string"
|
|
564
564
|
},
|
|
565
|
-
"
|
|
565
|
+
"datasetId": {
|
|
566
566
|
"description": "Dataset id",
|
|
567
567
|
"format": "uuid",
|
|
568
568
|
"type": "string"
|
|
@@ -591,11 +591,6 @@ declare const _default: {
|
|
|
591
591
|
"string"
|
|
592
592
|
]
|
|
593
593
|
},
|
|
594
|
-
"column": {
|
|
595
|
-
"description": "Column id",
|
|
596
|
-
"format": "uuid",
|
|
597
|
-
"type": "string"
|
|
598
|
-
},
|
|
599
594
|
"columnHierarchies": {
|
|
600
595
|
"anyOf": [
|
|
601
596
|
{
|
|
@@ -626,6 +621,11 @@ declare const _default: {
|
|
|
626
621
|
}
|
|
627
622
|
]
|
|
628
623
|
},
|
|
624
|
+
"columnId": {
|
|
625
|
+
"description": "Column id",
|
|
626
|
+
"format": "uuid",
|
|
627
|
+
"type": "string"
|
|
628
|
+
},
|
|
629
629
|
"currency": {
|
|
630
630
|
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
631
631
|
"type": [
|
|
@@ -633,6 +633,11 @@ declare const _default: {
|
|
|
633
633
|
"string"
|
|
634
634
|
]
|
|
635
635
|
},
|
|
636
|
+
"datasetId": {
|
|
637
|
+
"description": "Dataset id",
|
|
638
|
+
"format": "uuid",
|
|
639
|
+
"type": "string"
|
|
640
|
+
},
|
|
636
641
|
"datetimeDisplayMode": {
|
|
637
642
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
638
643
|
"enum": [
|
|
@@ -678,8 +683,7 @@ declare const _default: {
|
|
|
678
683
|
"type": "string"
|
|
679
684
|
},
|
|
680
685
|
"formula": {
|
|
681
|
-
"description": "
|
|
682
|
-
"format": "uuid",
|
|
686
|
+
"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.",
|
|
683
687
|
"type": "string"
|
|
684
688
|
},
|
|
685
689
|
"grandTotals": {
|
|
@@ -725,17 +729,39 @@ declare const _default: {
|
|
|
725
729
|
],
|
|
726
730
|
"type": "string"
|
|
727
731
|
},
|
|
732
|
+
"periodOverPeriod": {
|
|
733
|
+
"description": "Settings to configure period over period comparison",
|
|
734
|
+
"properties": {
|
|
735
|
+
"level": {
|
|
736
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
737
|
+
"type": "number"
|
|
738
|
+
},
|
|
739
|
+
"periodToDate": {
|
|
740
|
+
"description": "period to date comparison",
|
|
741
|
+
"type": "boolean"
|
|
742
|
+
},
|
|
743
|
+
"quantity": {
|
|
744
|
+
"description": "number of periods",
|
|
745
|
+
"type": "number"
|
|
746
|
+
},
|
|
747
|
+
"type": {
|
|
748
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
749
|
+
"enum": [
|
|
750
|
+
"change",
|
|
751
|
+
"none",
|
|
752
|
+
"past"
|
|
753
|
+
],
|
|
754
|
+
"type": "string"
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
"type": "object"
|
|
758
|
+
},
|
|
728
759
|
"readonly": {
|
|
729
760
|
"type": "boolean"
|
|
730
761
|
},
|
|
731
762
|
"selected": {
|
|
732
763
|
"type": "boolean"
|
|
733
764
|
},
|
|
734
|
-
"set": {
|
|
735
|
-
"description": "Dataset id",
|
|
736
|
-
"format": "uuid",
|
|
737
|
-
"type": "string"
|
|
738
|
-
},
|
|
739
765
|
"subtype": {
|
|
740
766
|
"anyOf": [
|
|
741
767
|
{
|
|
@@ -58,11 +58,16 @@ declare const _default: {
|
|
|
58
58
|
"string"
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
|
-
"
|
|
61
|
+
"columnId": {
|
|
62
62
|
"description": "Column id",
|
|
63
63
|
"format": "uuid",
|
|
64
64
|
"type": "string"
|
|
65
65
|
},
|
|
66
|
+
"datasetId": {
|
|
67
|
+
"description": "Dataset id",
|
|
68
|
+
"format": "uuid",
|
|
69
|
+
"type": "string"
|
|
70
|
+
},
|
|
66
71
|
"datetimeDisplayMode": {
|
|
67
72
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
68
73
|
"enum": [
|
|
@@ -121,10 +126,32 @@ declare const _default: {
|
|
|
121
126
|
],
|
|
122
127
|
"type": "string"
|
|
123
128
|
},
|
|
124
|
-
"
|
|
125
|
-
"description": "
|
|
126
|
-
"
|
|
127
|
-
|
|
129
|
+
"periodOverPeriod": {
|
|
130
|
+
"description": "Settings to configure period over period comparison",
|
|
131
|
+
"properties": {
|
|
132
|
+
"level": {
|
|
133
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
134
|
+
"type": "number"
|
|
135
|
+
},
|
|
136
|
+
"periodToDate": {
|
|
137
|
+
"description": "period to date comparison",
|
|
138
|
+
"type": "boolean"
|
|
139
|
+
},
|
|
140
|
+
"quantity": {
|
|
141
|
+
"description": "number of periods",
|
|
142
|
+
"type": "number"
|
|
143
|
+
},
|
|
144
|
+
"type": {
|
|
145
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
146
|
+
"enum": [
|
|
147
|
+
"change",
|
|
148
|
+
"none",
|
|
149
|
+
"past"
|
|
150
|
+
],
|
|
151
|
+
"type": "string"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"type": "object"
|
|
128
155
|
},
|
|
129
156
|
"subtype": {
|
|
130
157
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -172,11 +199,16 @@ declare const _default: {
|
|
|
172
199
|
"string"
|
|
173
200
|
]
|
|
174
201
|
},
|
|
175
|
-
"
|
|
202
|
+
"columnId": {
|
|
176
203
|
"description": "Column id",
|
|
177
204
|
"format": "uuid",
|
|
178
205
|
"type": "string"
|
|
179
206
|
},
|
|
207
|
+
"datasetId": {
|
|
208
|
+
"description": "Dataset id",
|
|
209
|
+
"format": "uuid",
|
|
210
|
+
"type": "string"
|
|
211
|
+
},
|
|
180
212
|
"format": {
|
|
181
213
|
"description": "D3 format, it is used for \"numeric\" formatting (https://observablehq.com/@d3/d3-format), for \"datetime\" formatting (https://d3js.org/d3-time-format).\nIt can also be used for \"hierarchy\" formatting but when it's used in the measure slot.",
|
|
182
214
|
"type": "string"
|
|
@@ -208,10 +240,32 @@ declare const _default: {
|
|
|
208
240
|
"number"
|
|
209
241
|
]
|
|
210
242
|
},
|
|
211
|
-
"
|
|
212
|
-
"description": "
|
|
213
|
-
"
|
|
214
|
-
|
|
243
|
+
"periodOverPeriod": {
|
|
244
|
+
"description": "Settings to configure period over period comparison",
|
|
245
|
+
"properties": {
|
|
246
|
+
"level": {
|
|
247
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
248
|
+
"type": "number"
|
|
249
|
+
},
|
|
250
|
+
"periodToDate": {
|
|
251
|
+
"description": "period to date comparison",
|
|
252
|
+
"type": "boolean"
|
|
253
|
+
},
|
|
254
|
+
"quantity": {
|
|
255
|
+
"description": "number of periods",
|
|
256
|
+
"type": "number"
|
|
257
|
+
},
|
|
258
|
+
"type": {
|
|
259
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
260
|
+
"enum": [
|
|
261
|
+
"change",
|
|
262
|
+
"none",
|
|
263
|
+
"past"
|
|
264
|
+
],
|
|
265
|
+
"type": "string"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"type": "object"
|
|
215
269
|
},
|
|
216
270
|
"subtype": {
|
|
217
271
|
"anyOf": [
|
|
@@ -293,7 +347,7 @@ declare const _default: {
|
|
|
293
347
|
"aggregationWeight": {
|
|
294
348
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
295
349
|
"properties": {
|
|
296
|
-
"
|
|
350
|
+
"columnId": {
|
|
297
351
|
"description": "Column id",
|
|
298
352
|
"format": "uuid",
|
|
299
353
|
"type": "string"
|
|
@@ -302,7 +356,7 @@ declare const _default: {
|
|
|
302
356
|
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
303
357
|
"description": "Column subtype"
|
|
304
358
|
},
|
|
305
|
-
"
|
|
359
|
+
"datasetId": {
|
|
306
360
|
"description": "Dataset id",
|
|
307
361
|
"format": "uuid",
|
|
308
362
|
"type": "string"
|
|
@@ -331,7 +385,7 @@ declare const _default: {
|
|
|
331
385
|
"string"
|
|
332
386
|
]
|
|
333
387
|
},
|
|
334
|
-
"
|
|
388
|
+
"columnId": {
|
|
335
389
|
"description": "Column id",
|
|
336
390
|
"format": "uuid",
|
|
337
391
|
"type": "string"
|
|
@@ -343,6 +397,11 @@ declare const _default: {
|
|
|
343
397
|
"string"
|
|
344
398
|
]
|
|
345
399
|
},
|
|
400
|
+
"datasetId": {
|
|
401
|
+
"description": "Dataset id",
|
|
402
|
+
"format": "uuid",
|
|
403
|
+
"type": "string"
|
|
404
|
+
},
|
|
346
405
|
"duration": {
|
|
347
406
|
"description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
|
|
348
407
|
"properties": {
|
|
@@ -370,8 +429,7 @@ declare const _default: {
|
|
|
370
429
|
"type": "string"
|
|
371
430
|
},
|
|
372
431
|
"formula": {
|
|
373
|
-
"description": "
|
|
374
|
-
"format": "uuid",
|
|
432
|
+
"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.",
|
|
375
433
|
"type": "string"
|
|
376
434
|
},
|
|
377
435
|
"grandTotals": {
|
|
@@ -387,10 +445,32 @@ declare const _default: {
|
|
|
387
445
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
388
446
|
"type": "object"
|
|
389
447
|
},
|
|
390
|
-
"
|
|
391
|
-
"description": "
|
|
392
|
-
"
|
|
393
|
-
|
|
448
|
+
"periodOverPeriod": {
|
|
449
|
+
"description": "Settings to configure period over period comparison",
|
|
450
|
+
"properties": {
|
|
451
|
+
"level": {
|
|
452
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
453
|
+
"type": "number"
|
|
454
|
+
},
|
|
455
|
+
"periodToDate": {
|
|
456
|
+
"description": "period to date comparison",
|
|
457
|
+
"type": "boolean"
|
|
458
|
+
},
|
|
459
|
+
"quantity": {
|
|
460
|
+
"description": "number of periods",
|
|
461
|
+
"type": "number"
|
|
462
|
+
},
|
|
463
|
+
"type": {
|
|
464
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
465
|
+
"enum": [
|
|
466
|
+
"change",
|
|
467
|
+
"none",
|
|
468
|
+
"past"
|
|
469
|
+
],
|
|
470
|
+
"type": "string"
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
"type": "object"
|
|
394
474
|
},
|
|
395
475
|
"subtype": {
|
|
396
476
|
"anyOf": [
|
|
@@ -596,7 +596,7 @@ declare const _default: {
|
|
|
596
596
|
"aggregationWeight": {
|
|
597
597
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
598
598
|
"properties": {
|
|
599
|
-
"
|
|
599
|
+
"columnId": {
|
|
600
600
|
"description": "Column id",
|
|
601
601
|
"format": "uuid",
|
|
602
602
|
"type": "string"
|
|
@@ -612,7 +612,7 @@ declare const _default: {
|
|
|
612
612
|
],
|
|
613
613
|
"type": "string"
|
|
614
614
|
},
|
|
615
|
-
"
|
|
615
|
+
"datasetId": {
|
|
616
616
|
"description": "Dataset id",
|
|
617
617
|
"format": "uuid",
|
|
618
618
|
"type": "string"
|
|
@@ -641,11 +641,6 @@ declare const _default: {
|
|
|
641
641
|
"string"
|
|
642
642
|
]
|
|
643
643
|
},
|
|
644
|
-
"column": {
|
|
645
|
-
"description": "Column id",
|
|
646
|
-
"format": "uuid",
|
|
647
|
-
"type": "string"
|
|
648
|
-
},
|
|
649
644
|
"columnHierarchies": {
|
|
650
645
|
"anyOf": [
|
|
651
646
|
{
|
|
@@ -676,6 +671,11 @@ declare const _default: {
|
|
|
676
671
|
}
|
|
677
672
|
]
|
|
678
673
|
},
|
|
674
|
+
"columnId": {
|
|
675
|
+
"description": "Column id",
|
|
676
|
+
"format": "uuid",
|
|
677
|
+
"type": "string"
|
|
678
|
+
},
|
|
679
679
|
"currency": {
|
|
680
680
|
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
681
681
|
"type": [
|
|
@@ -683,6 +683,11 @@ declare const _default: {
|
|
|
683
683
|
"string"
|
|
684
684
|
]
|
|
685
685
|
},
|
|
686
|
+
"datasetId": {
|
|
687
|
+
"description": "Dataset id",
|
|
688
|
+
"format": "uuid",
|
|
689
|
+
"type": "string"
|
|
690
|
+
},
|
|
686
691
|
"datetimeDisplayMode": {
|
|
687
692
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
688
693
|
"enum": [
|
|
@@ -728,8 +733,7 @@ declare const _default: {
|
|
|
728
733
|
"type": "string"
|
|
729
734
|
},
|
|
730
735
|
"formula": {
|
|
731
|
-
"description": "
|
|
732
|
-
"format": "uuid",
|
|
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.",
|
|
733
737
|
"type": "string"
|
|
734
738
|
},
|
|
735
739
|
"grandTotals": {
|
|
@@ -775,17 +779,39 @@ declare const _default: {
|
|
|
775
779
|
],
|
|
776
780
|
"type": "string"
|
|
777
781
|
},
|
|
782
|
+
"periodOverPeriod": {
|
|
783
|
+
"description": "Settings to configure period over period comparison",
|
|
784
|
+
"properties": {
|
|
785
|
+
"level": {
|
|
786
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
787
|
+
"type": "number"
|
|
788
|
+
},
|
|
789
|
+
"periodToDate": {
|
|
790
|
+
"description": "period to date comparison",
|
|
791
|
+
"type": "boolean"
|
|
792
|
+
},
|
|
793
|
+
"quantity": {
|
|
794
|
+
"description": "number of periods",
|
|
795
|
+
"type": "number"
|
|
796
|
+
},
|
|
797
|
+
"type": {
|
|
798
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
799
|
+
"enum": [
|
|
800
|
+
"change",
|
|
801
|
+
"none",
|
|
802
|
+
"past"
|
|
803
|
+
],
|
|
804
|
+
"type": "string"
|
|
805
|
+
}
|
|
806
|
+
},
|
|
807
|
+
"type": "object"
|
|
808
|
+
},
|
|
778
809
|
"readonly": {
|
|
779
810
|
"type": "boolean"
|
|
780
811
|
},
|
|
781
812
|
"selected": {
|
|
782
813
|
"type": "boolean"
|
|
783
814
|
},
|
|
784
|
-
"set": {
|
|
785
|
-
"description": "Dataset id",
|
|
786
|
-
"format": "uuid",
|
|
787
|
-
"type": "string"
|
|
788
|
-
},
|
|
789
815
|
"subtype": {
|
|
790
816
|
"anyOf": [
|
|
791
817
|
{
|