@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
|
@@ -57,11 +57,16 @@ declare const _default: {
|
|
|
57
57
|
"string"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
|
-
"
|
|
60
|
+
"columnId": {
|
|
61
61
|
"description": "Column id",
|
|
62
62
|
"format": "uuid",
|
|
63
63
|
"type": "string"
|
|
64
64
|
},
|
|
65
|
+
"datasetId": {
|
|
66
|
+
"description": "Dataset id",
|
|
67
|
+
"format": "uuid",
|
|
68
|
+
"type": "string"
|
|
69
|
+
},
|
|
65
70
|
"datetimeDisplayMode": {
|
|
66
71
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
67
72
|
"enum": [
|
|
@@ -120,10 +125,32 @@ declare const _default: {
|
|
|
120
125
|
],
|
|
121
126
|
"type": "string"
|
|
122
127
|
},
|
|
123
|
-
"
|
|
124
|
-
"description": "
|
|
125
|
-
"
|
|
126
|
-
|
|
128
|
+
"periodOverPeriod": {
|
|
129
|
+
"description": "Settings to configure period over period comparison",
|
|
130
|
+
"properties": {
|
|
131
|
+
"level": {
|
|
132
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
133
|
+
"type": "number"
|
|
134
|
+
},
|
|
135
|
+
"periodToDate": {
|
|
136
|
+
"description": "period to date comparison",
|
|
137
|
+
"type": "boolean"
|
|
138
|
+
},
|
|
139
|
+
"quantity": {
|
|
140
|
+
"description": "number of periods",
|
|
141
|
+
"type": "number"
|
|
142
|
+
},
|
|
143
|
+
"type": {
|
|
144
|
+
"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",
|
|
145
|
+
"enum": [
|
|
146
|
+
"change",
|
|
147
|
+
"none",
|
|
148
|
+
"past"
|
|
149
|
+
],
|
|
150
|
+
"type": "string"
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"type": "object"
|
|
127
154
|
},
|
|
128
155
|
"subtype": {
|
|
129
156
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -171,11 +198,16 @@ declare const _default: {
|
|
|
171
198
|
"string"
|
|
172
199
|
]
|
|
173
200
|
},
|
|
174
|
-
"
|
|
201
|
+
"columnId": {
|
|
175
202
|
"description": "Column id",
|
|
176
203
|
"format": "uuid",
|
|
177
204
|
"type": "string"
|
|
178
205
|
},
|
|
206
|
+
"datasetId": {
|
|
207
|
+
"description": "Dataset id",
|
|
208
|
+
"format": "uuid",
|
|
209
|
+
"type": "string"
|
|
210
|
+
},
|
|
179
211
|
"format": {
|
|
180
212
|
"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.",
|
|
181
213
|
"type": "string"
|
|
@@ -207,10 +239,32 @@ declare const _default: {
|
|
|
207
239
|
"number"
|
|
208
240
|
]
|
|
209
241
|
},
|
|
210
|
-
"
|
|
211
|
-
"description": "
|
|
212
|
-
"
|
|
213
|
-
|
|
242
|
+
"periodOverPeriod": {
|
|
243
|
+
"description": "Settings to configure period over period comparison",
|
|
244
|
+
"properties": {
|
|
245
|
+
"level": {
|
|
246
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
247
|
+
"type": "number"
|
|
248
|
+
},
|
|
249
|
+
"periodToDate": {
|
|
250
|
+
"description": "period to date comparison",
|
|
251
|
+
"type": "boolean"
|
|
252
|
+
},
|
|
253
|
+
"quantity": {
|
|
254
|
+
"description": "number of periods",
|
|
255
|
+
"type": "number"
|
|
256
|
+
},
|
|
257
|
+
"type": {
|
|
258
|
+
"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",
|
|
259
|
+
"enum": [
|
|
260
|
+
"change",
|
|
261
|
+
"none",
|
|
262
|
+
"past"
|
|
263
|
+
],
|
|
264
|
+
"type": "string"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"type": "object"
|
|
214
268
|
},
|
|
215
269
|
"subtype": {
|
|
216
270
|
"anyOf": [
|
|
@@ -291,7 +345,7 @@ declare const _default: {
|
|
|
291
345
|
"aggregationWeight": {
|
|
292
346
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
293
347
|
"properties": {
|
|
294
|
-
"
|
|
348
|
+
"columnId": {
|
|
295
349
|
"description": "Column id",
|
|
296
350
|
"format": "uuid",
|
|
297
351
|
"type": "string"
|
|
@@ -300,7 +354,7 @@ declare const _default: {
|
|
|
300
354
|
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/ColumnSubtype",
|
|
301
355
|
"description": "Column subtype"
|
|
302
356
|
},
|
|
303
|
-
"
|
|
357
|
+
"datasetId": {
|
|
304
358
|
"description": "Dataset id",
|
|
305
359
|
"format": "uuid",
|
|
306
360
|
"type": "string"
|
|
@@ -329,7 +383,7 @@ declare const _default: {
|
|
|
329
383
|
"string"
|
|
330
384
|
]
|
|
331
385
|
},
|
|
332
|
-
"
|
|
386
|
+
"columnId": {
|
|
333
387
|
"description": "Column id",
|
|
334
388
|
"format": "uuid",
|
|
335
389
|
"type": "string"
|
|
@@ -341,6 +395,11 @@ declare const _default: {
|
|
|
341
395
|
"string"
|
|
342
396
|
]
|
|
343
397
|
},
|
|
398
|
+
"datasetId": {
|
|
399
|
+
"description": "Dataset id",
|
|
400
|
+
"format": "uuid",
|
|
401
|
+
"type": "string"
|
|
402
|
+
},
|
|
344
403
|
"duration": {
|
|
345
404
|
"description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
|
|
346
405
|
"properties": {
|
|
@@ -368,8 +427,7 @@ declare const _default: {
|
|
|
368
427
|
"type": "string"
|
|
369
428
|
},
|
|
370
429
|
"formula": {
|
|
371
|
-
"description": "
|
|
372
|
-
"format": "uuid",
|
|
430
|
+
"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.",
|
|
373
431
|
"type": "string"
|
|
374
432
|
},
|
|
375
433
|
"grandTotals": {
|
|
@@ -385,10 +443,32 @@ declare const _default: {
|
|
|
385
443
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
386
444
|
"type": "object"
|
|
387
445
|
},
|
|
388
|
-
"
|
|
389
|
-
"description": "
|
|
390
|
-
"
|
|
391
|
-
|
|
446
|
+
"periodOverPeriod": {
|
|
447
|
+
"description": "Settings to configure period over period comparison",
|
|
448
|
+
"properties": {
|
|
449
|
+
"level": {
|
|
450
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
451
|
+
"type": "number"
|
|
452
|
+
},
|
|
453
|
+
"periodToDate": {
|
|
454
|
+
"description": "period to date comparison",
|
|
455
|
+
"type": "boolean"
|
|
456
|
+
},
|
|
457
|
+
"quantity": {
|
|
458
|
+
"description": "number of periods",
|
|
459
|
+
"type": "number"
|
|
460
|
+
},
|
|
461
|
+
"type": {
|
|
462
|
+
"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",
|
|
463
|
+
"enum": [
|
|
464
|
+
"change",
|
|
465
|
+
"none",
|
|
466
|
+
"past"
|
|
467
|
+
],
|
|
468
|
+
"type": "string"
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
"type": "object"
|
|
392
472
|
},
|
|
393
473
|
"subtype": {
|
|
394
474
|
"anyOf": [
|
|
@@ -666,7 +666,7 @@ declare const _default: {
|
|
|
666
666
|
"aggregationWeight": {
|
|
667
667
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
668
668
|
"properties": {
|
|
669
|
-
"
|
|
669
|
+
"columnId": {
|
|
670
670
|
"description": "Column id",
|
|
671
671
|
"format": "uuid",
|
|
672
672
|
"type": "string"
|
|
@@ -682,7 +682,7 @@ declare const _default: {
|
|
|
682
682
|
],
|
|
683
683
|
"type": "string"
|
|
684
684
|
},
|
|
685
|
-
"
|
|
685
|
+
"datasetId": {
|
|
686
686
|
"description": "Dataset id",
|
|
687
687
|
"format": "uuid",
|
|
688
688
|
"type": "string"
|
|
@@ -711,11 +711,6 @@ declare const _default: {
|
|
|
711
711
|
"string"
|
|
712
712
|
]
|
|
713
713
|
},
|
|
714
|
-
"column": {
|
|
715
|
-
"description": "Column id",
|
|
716
|
-
"format": "uuid",
|
|
717
|
-
"type": "string"
|
|
718
|
-
},
|
|
719
714
|
"columnHierarchies": {
|
|
720
715
|
"anyOf": [
|
|
721
716
|
{
|
|
@@ -746,6 +741,11 @@ declare const _default: {
|
|
|
746
741
|
}
|
|
747
742
|
]
|
|
748
743
|
},
|
|
744
|
+
"columnId": {
|
|
745
|
+
"description": "Column id",
|
|
746
|
+
"format": "uuid",
|
|
747
|
+
"type": "string"
|
|
748
|
+
},
|
|
749
749
|
"currency": {
|
|
750
750
|
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
751
751
|
"type": [
|
|
@@ -753,6 +753,11 @@ declare const _default: {
|
|
|
753
753
|
"string"
|
|
754
754
|
]
|
|
755
755
|
},
|
|
756
|
+
"datasetId": {
|
|
757
|
+
"description": "Dataset id",
|
|
758
|
+
"format": "uuid",
|
|
759
|
+
"type": "string"
|
|
760
|
+
},
|
|
756
761
|
"datetimeDisplayMode": {
|
|
757
762
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
758
763
|
"enum": [
|
|
@@ -798,8 +803,7 @@ declare const _default: {
|
|
|
798
803
|
"type": "string"
|
|
799
804
|
},
|
|
800
805
|
"formula": {
|
|
801
|
-
"description": "
|
|
802
|
-
"format": "uuid",
|
|
806
|
+
"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.",
|
|
803
807
|
"type": "string"
|
|
804
808
|
},
|
|
805
809
|
"grandTotals": {
|
|
@@ -845,17 +849,39 @@ declare const _default: {
|
|
|
845
849
|
],
|
|
846
850
|
"type": "string"
|
|
847
851
|
},
|
|
852
|
+
"periodOverPeriod": {
|
|
853
|
+
"description": "Settings to configure period over period comparison",
|
|
854
|
+
"properties": {
|
|
855
|
+
"level": {
|
|
856
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
857
|
+
"type": "number"
|
|
858
|
+
},
|
|
859
|
+
"periodToDate": {
|
|
860
|
+
"description": "period to date comparison",
|
|
861
|
+
"type": "boolean"
|
|
862
|
+
},
|
|
863
|
+
"quantity": {
|
|
864
|
+
"description": "number of periods",
|
|
865
|
+
"type": "number"
|
|
866
|
+
},
|
|
867
|
+
"type": {
|
|
868
|
+
"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",
|
|
869
|
+
"enum": [
|
|
870
|
+
"change",
|
|
871
|
+
"none",
|
|
872
|
+
"past"
|
|
873
|
+
],
|
|
874
|
+
"type": "string"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
"type": "object"
|
|
878
|
+
},
|
|
848
879
|
"readonly": {
|
|
849
880
|
"type": "boolean"
|
|
850
881
|
},
|
|
851
882
|
"selected": {
|
|
852
883
|
"type": "boolean"
|
|
853
884
|
},
|
|
854
|
-
"set": {
|
|
855
|
-
"description": "Dataset id",
|
|
856
|
-
"format": "uuid",
|
|
857
|
-
"type": "string"
|
|
858
|
-
},
|
|
859
885
|
"subtype": {
|
|
860
886
|
"anyOf": [
|
|
861
887
|
{
|
|
@@ -57,11 +57,16 @@ declare const _default: {
|
|
|
57
57
|
"string"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
|
-
"
|
|
60
|
+
"columnId": {
|
|
61
61
|
"description": "Column id",
|
|
62
62
|
"format": "uuid",
|
|
63
63
|
"type": "string"
|
|
64
64
|
},
|
|
65
|
+
"datasetId": {
|
|
66
|
+
"description": "Dataset id",
|
|
67
|
+
"format": "uuid",
|
|
68
|
+
"type": "string"
|
|
69
|
+
},
|
|
65
70
|
"datetimeDisplayMode": {
|
|
66
71
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
67
72
|
"enum": [
|
|
@@ -120,10 +125,32 @@ declare const _default: {
|
|
|
120
125
|
],
|
|
121
126
|
"type": "string"
|
|
122
127
|
},
|
|
123
|
-
"
|
|
124
|
-
"description": "
|
|
125
|
-
"
|
|
126
|
-
|
|
128
|
+
"periodOverPeriod": {
|
|
129
|
+
"description": "Settings to configure period over period comparison",
|
|
130
|
+
"properties": {
|
|
131
|
+
"level": {
|
|
132
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
133
|
+
"type": "number"
|
|
134
|
+
},
|
|
135
|
+
"periodToDate": {
|
|
136
|
+
"description": "period to date comparison",
|
|
137
|
+
"type": "boolean"
|
|
138
|
+
},
|
|
139
|
+
"quantity": {
|
|
140
|
+
"description": "number of periods",
|
|
141
|
+
"type": "number"
|
|
142
|
+
},
|
|
143
|
+
"type": {
|
|
144
|
+
"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",
|
|
145
|
+
"enum": [
|
|
146
|
+
"change",
|
|
147
|
+
"none",
|
|
148
|
+
"past"
|
|
149
|
+
],
|
|
150
|
+
"type": "string"
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"type": "object"
|
|
127
154
|
},
|
|
128
155
|
"subtype": {
|
|
129
156
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -171,11 +198,16 @@ declare const _default: {
|
|
|
171
198
|
"string"
|
|
172
199
|
]
|
|
173
200
|
},
|
|
174
|
-
"
|
|
201
|
+
"columnId": {
|
|
175
202
|
"description": "Column id",
|
|
176
203
|
"format": "uuid",
|
|
177
204
|
"type": "string"
|
|
178
205
|
},
|
|
206
|
+
"datasetId": {
|
|
207
|
+
"description": "Dataset id",
|
|
208
|
+
"format": "uuid",
|
|
209
|
+
"type": "string"
|
|
210
|
+
},
|
|
179
211
|
"format": {
|
|
180
212
|
"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.",
|
|
181
213
|
"type": "string"
|
|
@@ -207,10 +239,32 @@ declare const _default: {
|
|
|
207
239
|
"number"
|
|
208
240
|
]
|
|
209
241
|
},
|
|
210
|
-
"
|
|
211
|
-
"description": "
|
|
212
|
-
"
|
|
213
|
-
|
|
242
|
+
"periodOverPeriod": {
|
|
243
|
+
"description": "Settings to configure period over period comparison",
|
|
244
|
+
"properties": {
|
|
245
|
+
"level": {
|
|
246
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
247
|
+
"type": "number"
|
|
248
|
+
},
|
|
249
|
+
"periodToDate": {
|
|
250
|
+
"description": "period to date comparison",
|
|
251
|
+
"type": "boolean"
|
|
252
|
+
},
|
|
253
|
+
"quantity": {
|
|
254
|
+
"description": "number of periods",
|
|
255
|
+
"type": "number"
|
|
256
|
+
},
|
|
257
|
+
"type": {
|
|
258
|
+
"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",
|
|
259
|
+
"enum": [
|
|
260
|
+
"change",
|
|
261
|
+
"none",
|
|
262
|
+
"past"
|
|
263
|
+
],
|
|
264
|
+
"type": "string"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"type": "object"
|
|
214
268
|
},
|
|
215
269
|
"subtype": {
|
|
216
270
|
"anyOf": [
|
|
@@ -263,7 +317,7 @@ declare const _default: {
|
|
|
263
317
|
"aggregationWeight": {
|
|
264
318
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
265
319
|
"properties": {
|
|
266
|
-
"
|
|
320
|
+
"columnId": {
|
|
267
321
|
"description": "Column id",
|
|
268
322
|
"format": "uuid",
|
|
269
323
|
"type": "string"
|
|
@@ -272,7 +326,7 @@ declare const _default: {
|
|
|
272
326
|
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json#/definitions/ColumnSubtype",
|
|
273
327
|
"description": "Column subtype"
|
|
274
328
|
},
|
|
275
|
-
"
|
|
329
|
+
"datasetId": {
|
|
276
330
|
"description": "Dataset id",
|
|
277
331
|
"format": "uuid",
|
|
278
332
|
"type": "string"
|
|
@@ -301,7 +355,7 @@ declare const _default: {
|
|
|
301
355
|
"string"
|
|
302
356
|
]
|
|
303
357
|
},
|
|
304
|
-
"
|
|
358
|
+
"columnId": {
|
|
305
359
|
"description": "Column id",
|
|
306
360
|
"format": "uuid",
|
|
307
361
|
"type": "string"
|
|
@@ -313,6 +367,11 @@ declare const _default: {
|
|
|
313
367
|
"string"
|
|
314
368
|
]
|
|
315
369
|
},
|
|
370
|
+
"datasetId": {
|
|
371
|
+
"description": "Dataset id",
|
|
372
|
+
"format": "uuid",
|
|
373
|
+
"type": "string"
|
|
374
|
+
},
|
|
316
375
|
"duration": {
|
|
317
376
|
"description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
|
|
318
377
|
"properties": {
|
|
@@ -340,8 +399,7 @@ declare const _default: {
|
|
|
340
399
|
"type": "string"
|
|
341
400
|
},
|
|
342
401
|
"formula": {
|
|
343
|
-
"description": "
|
|
344
|
-
"format": "uuid",
|
|
402
|
+
"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.",
|
|
345
403
|
"type": "string"
|
|
346
404
|
},
|
|
347
405
|
"grandTotals": {
|
|
@@ -357,10 +415,32 @@ declare const _default: {
|
|
|
357
415
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
358
416
|
"type": "object"
|
|
359
417
|
},
|
|
360
|
-
"
|
|
361
|
-
"description": "
|
|
362
|
-
"
|
|
363
|
-
|
|
418
|
+
"periodOverPeriod": {
|
|
419
|
+
"description": "Settings to configure period over period comparison",
|
|
420
|
+
"properties": {
|
|
421
|
+
"level": {
|
|
422
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
423
|
+
"type": "number"
|
|
424
|
+
},
|
|
425
|
+
"periodToDate": {
|
|
426
|
+
"description": "period to date comparison",
|
|
427
|
+
"type": "boolean"
|
|
428
|
+
},
|
|
429
|
+
"quantity": {
|
|
430
|
+
"description": "number of periods",
|
|
431
|
+
"type": "number"
|
|
432
|
+
},
|
|
433
|
+
"type": {
|
|
434
|
+
"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",
|
|
435
|
+
"enum": [
|
|
436
|
+
"change",
|
|
437
|
+
"none",
|
|
438
|
+
"past"
|
|
439
|
+
],
|
|
440
|
+
"type": "string"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"type": "object"
|
|
364
444
|
},
|
|
365
445
|
"subtype": {
|
|
366
446
|
"anyOf": [
|
|
@@ -569,7 +569,7 @@ declare const _default: {
|
|
|
569
569
|
"aggregationWeight": {
|
|
570
570
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
571
571
|
"properties": {
|
|
572
|
-
"
|
|
572
|
+
"columnId": {
|
|
573
573
|
"description": "Column id",
|
|
574
574
|
"format": "uuid",
|
|
575
575
|
"type": "string"
|
|
@@ -585,7 +585,7 @@ declare const _default: {
|
|
|
585
585
|
],
|
|
586
586
|
"type": "string"
|
|
587
587
|
},
|
|
588
|
-
"
|
|
588
|
+
"datasetId": {
|
|
589
589
|
"description": "Dataset id",
|
|
590
590
|
"format": "uuid",
|
|
591
591
|
"type": "string"
|
|
@@ -614,11 +614,6 @@ declare const _default: {
|
|
|
614
614
|
"string"
|
|
615
615
|
]
|
|
616
616
|
},
|
|
617
|
-
"column": {
|
|
618
|
-
"description": "Column id",
|
|
619
|
-
"format": "uuid",
|
|
620
|
-
"type": "string"
|
|
621
|
-
},
|
|
622
617
|
"columnHierarchies": {
|
|
623
618
|
"anyOf": [
|
|
624
619
|
{
|
|
@@ -649,6 +644,11 @@ declare const _default: {
|
|
|
649
644
|
}
|
|
650
645
|
]
|
|
651
646
|
},
|
|
647
|
+
"columnId": {
|
|
648
|
+
"description": "Column id",
|
|
649
|
+
"format": "uuid",
|
|
650
|
+
"type": "string"
|
|
651
|
+
},
|
|
652
652
|
"currency": {
|
|
653
653
|
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
654
654
|
"type": [
|
|
@@ -656,6 +656,11 @@ declare const _default: {
|
|
|
656
656
|
"string"
|
|
657
657
|
]
|
|
658
658
|
},
|
|
659
|
+
"datasetId": {
|
|
660
|
+
"description": "Dataset id",
|
|
661
|
+
"format": "uuid",
|
|
662
|
+
"type": "string"
|
|
663
|
+
},
|
|
659
664
|
"datetimeDisplayMode": {
|
|
660
665
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
661
666
|
"enum": [
|
|
@@ -701,8 +706,7 @@ declare const _default: {
|
|
|
701
706
|
"type": "string"
|
|
702
707
|
},
|
|
703
708
|
"formula": {
|
|
704
|
-
"description": "
|
|
705
|
-
"format": "uuid",
|
|
709
|
+
"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.",
|
|
706
710
|
"type": "string"
|
|
707
711
|
},
|
|
708
712
|
"grandTotals": {
|
|
@@ -748,17 +752,39 @@ declare const _default: {
|
|
|
748
752
|
],
|
|
749
753
|
"type": "string"
|
|
750
754
|
},
|
|
755
|
+
"periodOverPeriod": {
|
|
756
|
+
"description": "Settings to configure period over period comparison",
|
|
757
|
+
"properties": {
|
|
758
|
+
"level": {
|
|
759
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
760
|
+
"type": "number"
|
|
761
|
+
},
|
|
762
|
+
"periodToDate": {
|
|
763
|
+
"description": "period to date comparison",
|
|
764
|
+
"type": "boolean"
|
|
765
|
+
},
|
|
766
|
+
"quantity": {
|
|
767
|
+
"description": "number of periods",
|
|
768
|
+
"type": "number"
|
|
769
|
+
},
|
|
770
|
+
"type": {
|
|
771
|
+
"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",
|
|
772
|
+
"enum": [
|
|
773
|
+
"change",
|
|
774
|
+
"none",
|
|
775
|
+
"past"
|
|
776
|
+
],
|
|
777
|
+
"type": "string"
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
"type": "object"
|
|
781
|
+
},
|
|
751
782
|
"readonly": {
|
|
752
783
|
"type": "boolean"
|
|
753
784
|
},
|
|
754
785
|
"selected": {
|
|
755
786
|
"type": "boolean"
|
|
756
787
|
},
|
|
757
|
-
"set": {
|
|
758
|
-
"description": "Dataset id",
|
|
759
|
-
"format": "uuid",
|
|
760
|
-
"type": "string"
|
|
761
|
-
},
|
|
762
788
|
"subtype": {
|
|
763
789
|
"anyOf": [
|
|
764
790
|
{
|