@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
|
@@ -520,7 +520,7 @@ declare const _default: {
|
|
|
520
520
|
"aggregationWeight": {
|
|
521
521
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
522
522
|
"properties": {
|
|
523
|
-
"
|
|
523
|
+
"columnId": {
|
|
524
524
|
"description": "Column id",
|
|
525
525
|
"format": "uuid",
|
|
526
526
|
"type": "string"
|
|
@@ -536,7 +536,7 @@ declare const _default: {
|
|
|
536
536
|
],
|
|
537
537
|
"type": "string"
|
|
538
538
|
},
|
|
539
|
-
"
|
|
539
|
+
"datasetId": {
|
|
540
540
|
"description": "Dataset id",
|
|
541
541
|
"format": "uuid",
|
|
542
542
|
"type": "string"
|
|
@@ -565,11 +565,6 @@ declare const _default: {
|
|
|
565
565
|
"string"
|
|
566
566
|
]
|
|
567
567
|
},
|
|
568
|
-
"column": {
|
|
569
|
-
"description": "Column id",
|
|
570
|
-
"format": "uuid",
|
|
571
|
-
"type": "string"
|
|
572
|
-
},
|
|
573
568
|
"columnHierarchies": {
|
|
574
569
|
"anyOf": [
|
|
575
570
|
{
|
|
@@ -600,6 +595,11 @@ declare const _default: {
|
|
|
600
595
|
}
|
|
601
596
|
]
|
|
602
597
|
},
|
|
598
|
+
"columnId": {
|
|
599
|
+
"description": "Column id",
|
|
600
|
+
"format": "uuid",
|
|
601
|
+
"type": "string"
|
|
602
|
+
},
|
|
603
603
|
"currency": {
|
|
604
604
|
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
605
605
|
"type": [
|
|
@@ -607,6 +607,11 @@ declare const _default: {
|
|
|
607
607
|
"string"
|
|
608
608
|
]
|
|
609
609
|
},
|
|
610
|
+
"datasetId": {
|
|
611
|
+
"description": "Dataset id",
|
|
612
|
+
"format": "uuid",
|
|
613
|
+
"type": "string"
|
|
614
|
+
},
|
|
610
615
|
"datetimeDisplayMode": {
|
|
611
616
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
612
617
|
"enum": [
|
|
@@ -652,8 +657,7 @@ declare const _default: {
|
|
|
652
657
|
"type": "string"
|
|
653
658
|
},
|
|
654
659
|
"formula": {
|
|
655
|
-
"description": "
|
|
656
|
-
"format": "uuid",
|
|
660
|
+
"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.",
|
|
657
661
|
"type": "string"
|
|
658
662
|
},
|
|
659
663
|
"grandTotals": {
|
|
@@ -699,17 +703,39 @@ declare const _default: {
|
|
|
699
703
|
],
|
|
700
704
|
"type": "string"
|
|
701
705
|
},
|
|
706
|
+
"periodOverPeriod": {
|
|
707
|
+
"description": "Settings to configure period over period comparison",
|
|
708
|
+
"properties": {
|
|
709
|
+
"level": {
|
|
710
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
711
|
+
"type": "number"
|
|
712
|
+
},
|
|
713
|
+
"periodToDate": {
|
|
714
|
+
"description": "period to date comparison",
|
|
715
|
+
"type": "boolean"
|
|
716
|
+
},
|
|
717
|
+
"quantity": {
|
|
718
|
+
"description": "number of periods",
|
|
719
|
+
"type": "number"
|
|
720
|
+
},
|
|
721
|
+
"type": {
|
|
722
|
+
"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",
|
|
723
|
+
"enum": [
|
|
724
|
+
"change",
|
|
725
|
+
"none",
|
|
726
|
+
"past"
|
|
727
|
+
],
|
|
728
|
+
"type": "string"
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"type": "object"
|
|
732
|
+
},
|
|
702
733
|
"readonly": {
|
|
703
734
|
"type": "boolean"
|
|
704
735
|
},
|
|
705
736
|
"selected": {
|
|
706
737
|
"type": "boolean"
|
|
707
738
|
},
|
|
708
|
-
"set": {
|
|
709
|
-
"description": "Dataset id",
|
|
710
|
-
"format": "uuid",
|
|
711
|
-
"type": "string"
|
|
712
|
-
},
|
|
713
739
|
"subtype": {
|
|
714
740
|
"anyOf": [
|
|
715
741
|
{
|
|
@@ -19,11 +19,16 @@ declare const _default: {
|
|
|
19
19
|
"string"
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
|
-
"
|
|
22
|
+
"columnId": {
|
|
23
23
|
"description": "Column id",
|
|
24
24
|
"format": "uuid",
|
|
25
25
|
"type": "string"
|
|
26
26
|
},
|
|
27
|
+
"datasetId": {
|
|
28
|
+
"description": "Dataset id",
|
|
29
|
+
"format": "uuid",
|
|
30
|
+
"type": "string"
|
|
31
|
+
},
|
|
27
32
|
"datetimeDisplayMode": {
|
|
28
33
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
29
34
|
"enum": [
|
|
@@ -82,10 +87,32 @@ declare const _default: {
|
|
|
82
87
|
],
|
|
83
88
|
"type": "string"
|
|
84
89
|
},
|
|
85
|
-
"
|
|
86
|
-
"description": "
|
|
87
|
-
"
|
|
88
|
-
|
|
90
|
+
"periodOverPeriod": {
|
|
91
|
+
"description": "Settings to configure period over period comparison",
|
|
92
|
+
"properties": {
|
|
93
|
+
"level": {
|
|
94
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
95
|
+
"type": "number"
|
|
96
|
+
},
|
|
97
|
+
"periodToDate": {
|
|
98
|
+
"description": "period to date comparison",
|
|
99
|
+
"type": "boolean"
|
|
100
|
+
},
|
|
101
|
+
"quantity": {
|
|
102
|
+
"description": "number of periods",
|
|
103
|
+
"type": "number"
|
|
104
|
+
},
|
|
105
|
+
"type": {
|
|
106
|
+
"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",
|
|
107
|
+
"enum": [
|
|
108
|
+
"change",
|
|
109
|
+
"none",
|
|
110
|
+
"past"
|
|
111
|
+
],
|
|
112
|
+
"type": "string"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"type": "object"
|
|
89
116
|
},
|
|
90
117
|
"subtype": {
|
|
91
118
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -2619,7 +2619,7 @@ declare const _default: {
|
|
|
2619
2619
|
"aggregationWeight": {
|
|
2620
2620
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
2621
2621
|
"properties": {
|
|
2622
|
-
"
|
|
2622
|
+
"columnId": {
|
|
2623
2623
|
"description": "Column id",
|
|
2624
2624
|
"format": "uuid",
|
|
2625
2625
|
"type": "string"
|
|
@@ -2635,7 +2635,7 @@ declare const _default: {
|
|
|
2635
2635
|
],
|
|
2636
2636
|
"type": "string"
|
|
2637
2637
|
},
|
|
2638
|
-
"
|
|
2638
|
+
"datasetId": {
|
|
2639
2639
|
"description": "Dataset id",
|
|
2640
2640
|
"format": "uuid",
|
|
2641
2641
|
"type": "string"
|
|
@@ -2664,11 +2664,6 @@ declare const _default: {
|
|
|
2664
2664
|
"string"
|
|
2665
2665
|
]
|
|
2666
2666
|
},
|
|
2667
|
-
"column": {
|
|
2668
|
-
"description": "Column id",
|
|
2669
|
-
"format": "uuid",
|
|
2670
|
-
"type": "string"
|
|
2671
|
-
},
|
|
2672
2667
|
"columnHierarchies": {
|
|
2673
2668
|
"anyOf": [
|
|
2674
2669
|
{
|
|
@@ -2699,6 +2694,11 @@ declare const _default: {
|
|
|
2699
2694
|
}
|
|
2700
2695
|
]
|
|
2701
2696
|
},
|
|
2697
|
+
"columnId": {
|
|
2698
|
+
"description": "Column id",
|
|
2699
|
+
"format": "uuid",
|
|
2700
|
+
"type": "string"
|
|
2701
|
+
},
|
|
2702
2702
|
"currency": {
|
|
2703
2703
|
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
2704
2704
|
"type": [
|
|
@@ -2706,6 +2706,11 @@ declare const _default: {
|
|
|
2706
2706
|
"string"
|
|
2707
2707
|
]
|
|
2708
2708
|
},
|
|
2709
|
+
"datasetId": {
|
|
2710
|
+
"description": "Dataset id",
|
|
2711
|
+
"format": "uuid",
|
|
2712
|
+
"type": "string"
|
|
2713
|
+
},
|
|
2709
2714
|
"datetimeDisplayMode": {
|
|
2710
2715
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
2711
2716
|
"enum": [
|
|
@@ -2751,8 +2756,7 @@ declare const _default: {
|
|
|
2751
2756
|
"type": "string"
|
|
2752
2757
|
},
|
|
2753
2758
|
"formula": {
|
|
2754
|
-
"description": "
|
|
2755
|
-
"format": "uuid",
|
|
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.",
|
|
2756
2760
|
"type": "string"
|
|
2757
2761
|
},
|
|
2758
2762
|
"grandTotals": {
|
|
@@ -2798,17 +2802,39 @@ declare const _default: {
|
|
|
2798
2802
|
],
|
|
2799
2803
|
"type": "string"
|
|
2800
2804
|
},
|
|
2805
|
+
"periodOverPeriod": {
|
|
2806
|
+
"description": "Settings to configure period over period comparison",
|
|
2807
|
+
"properties": {
|
|
2808
|
+
"level": {
|
|
2809
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
2810
|
+
"type": "number"
|
|
2811
|
+
},
|
|
2812
|
+
"periodToDate": {
|
|
2813
|
+
"description": "period to date comparison",
|
|
2814
|
+
"type": "boolean"
|
|
2815
|
+
},
|
|
2816
|
+
"quantity": {
|
|
2817
|
+
"description": "number of periods",
|
|
2818
|
+
"type": "number"
|
|
2819
|
+
},
|
|
2820
|
+
"type": {
|
|
2821
|
+
"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",
|
|
2822
|
+
"enum": [
|
|
2823
|
+
"change",
|
|
2824
|
+
"none",
|
|
2825
|
+
"past"
|
|
2826
|
+
],
|
|
2827
|
+
"type": "string"
|
|
2828
|
+
}
|
|
2829
|
+
},
|
|
2830
|
+
"type": "object"
|
|
2831
|
+
},
|
|
2801
2832
|
"readonly": {
|
|
2802
2833
|
"type": "boolean"
|
|
2803
2834
|
},
|
|
2804
2835
|
"selected": {
|
|
2805
2836
|
"type": "boolean"
|
|
2806
2837
|
},
|
|
2807
|
-
"set": {
|
|
2808
|
-
"description": "Dataset id",
|
|
2809
|
-
"format": "uuid",
|
|
2810
|
-
"type": "string"
|
|
2811
|
-
},
|
|
2812
2838
|
"subtype": {
|
|
2813
2839
|
"anyOf": [
|
|
2814
2840
|
{
|
|
@@ -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": [
|
|
@@ -292,7 +346,7 @@ declare const _default: {
|
|
|
292
346
|
"aggregationWeight": {
|
|
293
347
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
294
348
|
"properties": {
|
|
295
|
-
"
|
|
349
|
+
"columnId": {
|
|
296
350
|
"description": "Column id",
|
|
297
351
|
"format": "uuid",
|
|
298
352
|
"type": "string"
|
|
@@ -301,7 +355,7 @@ declare const _default: {
|
|
|
301
355
|
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
302
356
|
"description": "Column subtype"
|
|
303
357
|
},
|
|
304
|
-
"
|
|
358
|
+
"datasetId": {
|
|
305
359
|
"description": "Dataset id",
|
|
306
360
|
"format": "uuid",
|
|
307
361
|
"type": "string"
|
|
@@ -330,7 +384,7 @@ declare const _default: {
|
|
|
330
384
|
"string"
|
|
331
385
|
]
|
|
332
386
|
},
|
|
333
|
-
"
|
|
387
|
+
"columnId": {
|
|
334
388
|
"description": "Column id",
|
|
335
389
|
"format": "uuid",
|
|
336
390
|
"type": "string"
|
|
@@ -342,6 +396,11 @@ declare const _default: {
|
|
|
342
396
|
"string"
|
|
343
397
|
]
|
|
344
398
|
},
|
|
399
|
+
"datasetId": {
|
|
400
|
+
"description": "Dataset id",
|
|
401
|
+
"format": "uuid",
|
|
402
|
+
"type": "string"
|
|
403
|
+
},
|
|
345
404
|
"duration": {
|
|
346
405
|
"description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
|
|
347
406
|
"properties": {
|
|
@@ -369,8 +428,7 @@ declare const _default: {
|
|
|
369
428
|
"type": "string"
|
|
370
429
|
},
|
|
371
430
|
"formula": {
|
|
372
|
-
"description": "
|
|
373
|
-
"format": "uuid",
|
|
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.",
|
|
374
432
|
"type": "string"
|
|
375
433
|
},
|
|
376
434
|
"grandTotals": {
|
|
@@ -386,10 +444,32 @@ declare const _default: {
|
|
|
386
444
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
387
445
|
"type": "object"
|
|
388
446
|
},
|
|
389
|
-
"
|
|
390
|
-
"description": "
|
|
391
|
-
"
|
|
392
|
-
|
|
447
|
+
"periodOverPeriod": {
|
|
448
|
+
"description": "Settings to configure period over period comparison",
|
|
449
|
+
"properties": {
|
|
450
|
+
"level": {
|
|
451
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
452
|
+
"type": "number"
|
|
453
|
+
},
|
|
454
|
+
"periodToDate": {
|
|
455
|
+
"description": "period to date comparison",
|
|
456
|
+
"type": "boolean"
|
|
457
|
+
},
|
|
458
|
+
"quantity": {
|
|
459
|
+
"description": "number of periods",
|
|
460
|
+
"type": "number"
|
|
461
|
+
},
|
|
462
|
+
"type": {
|
|
463
|
+
"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",
|
|
464
|
+
"enum": [
|
|
465
|
+
"change",
|
|
466
|
+
"none",
|
|
467
|
+
"past"
|
|
468
|
+
],
|
|
469
|
+
"type": "string"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"type": "object"
|
|
393
473
|
},
|
|
394
474
|
"subtype": {
|
|
395
475
|
"anyOf": [
|
|
@@ -434,7 +434,7 @@ declare const _default: {
|
|
|
434
434
|
"aggregationWeight": {
|
|
435
435
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
436
436
|
"properties": {
|
|
437
|
-
"
|
|
437
|
+
"columnId": {
|
|
438
438
|
"description": "Column id",
|
|
439
439
|
"format": "uuid",
|
|
440
440
|
"type": "string"
|
|
@@ -450,7 +450,7 @@ declare const _default: {
|
|
|
450
450
|
],
|
|
451
451
|
"type": "string"
|
|
452
452
|
},
|
|
453
|
-
"
|
|
453
|
+
"datasetId": {
|
|
454
454
|
"description": "Dataset id",
|
|
455
455
|
"format": "uuid",
|
|
456
456
|
"type": "string"
|
|
@@ -479,11 +479,6 @@ declare const _default: {
|
|
|
479
479
|
"string"
|
|
480
480
|
]
|
|
481
481
|
},
|
|
482
|
-
"column": {
|
|
483
|
-
"description": "Column id",
|
|
484
|
-
"format": "uuid",
|
|
485
|
-
"type": "string"
|
|
486
|
-
},
|
|
487
482
|
"columnHierarchies": {
|
|
488
483
|
"anyOf": [
|
|
489
484
|
{
|
|
@@ -514,6 +509,11 @@ declare const _default: {
|
|
|
514
509
|
}
|
|
515
510
|
]
|
|
516
511
|
},
|
|
512
|
+
"columnId": {
|
|
513
|
+
"description": "Column id",
|
|
514
|
+
"format": "uuid",
|
|
515
|
+
"type": "string"
|
|
516
|
+
},
|
|
517
517
|
"currency": {
|
|
518
518
|
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
519
519
|
"type": [
|
|
@@ -521,6 +521,11 @@ declare const _default: {
|
|
|
521
521
|
"string"
|
|
522
522
|
]
|
|
523
523
|
},
|
|
524
|
+
"datasetId": {
|
|
525
|
+
"description": "Dataset id",
|
|
526
|
+
"format": "uuid",
|
|
527
|
+
"type": "string"
|
|
528
|
+
},
|
|
524
529
|
"datetimeDisplayMode": {
|
|
525
530
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
526
531
|
"enum": [
|
|
@@ -566,8 +571,7 @@ declare const _default: {
|
|
|
566
571
|
"type": "string"
|
|
567
572
|
},
|
|
568
573
|
"formula": {
|
|
569
|
-
"description": "
|
|
570
|
-
"format": "uuid",
|
|
574
|
+
"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.",
|
|
571
575
|
"type": "string"
|
|
572
576
|
},
|
|
573
577
|
"grandTotals": {
|
|
@@ -613,17 +617,39 @@ declare const _default: {
|
|
|
613
617
|
],
|
|
614
618
|
"type": "string"
|
|
615
619
|
},
|
|
620
|
+
"periodOverPeriod": {
|
|
621
|
+
"description": "Settings to configure period over period comparison",
|
|
622
|
+
"properties": {
|
|
623
|
+
"level": {
|
|
624
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
625
|
+
"type": "number"
|
|
626
|
+
},
|
|
627
|
+
"periodToDate": {
|
|
628
|
+
"description": "period to date comparison",
|
|
629
|
+
"type": "boolean"
|
|
630
|
+
},
|
|
631
|
+
"quantity": {
|
|
632
|
+
"description": "number of periods",
|
|
633
|
+
"type": "number"
|
|
634
|
+
},
|
|
635
|
+
"type": {
|
|
636
|
+
"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",
|
|
637
|
+
"enum": [
|
|
638
|
+
"change",
|
|
639
|
+
"none",
|
|
640
|
+
"past"
|
|
641
|
+
],
|
|
642
|
+
"type": "string"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
"type": "object"
|
|
646
|
+
},
|
|
616
647
|
"readonly": {
|
|
617
648
|
"type": "boolean"
|
|
618
649
|
},
|
|
619
650
|
"selected": {
|
|
620
651
|
"type": "boolean"
|
|
621
652
|
},
|
|
622
|
-
"set": {
|
|
623
|
-
"description": "Dataset id",
|
|
624
|
-
"format": "uuid",
|
|
625
|
-
"type": "string"
|
|
626
|
-
},
|
|
627
653
|
"subtype": {
|
|
628
654
|
"anyOf": [
|
|
629
655
|
{
|