@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
|
@@ -55,11 +55,16 @@ declare const _default: {
|
|
|
55
55
|
"string"
|
|
56
56
|
]
|
|
57
57
|
},
|
|
58
|
-
"
|
|
58
|
+
"columnId": {
|
|
59
59
|
"description": "Column id",
|
|
60
60
|
"format": "uuid",
|
|
61
61
|
"type": "string"
|
|
62
62
|
},
|
|
63
|
+
"datasetId": {
|
|
64
|
+
"description": "Dataset id",
|
|
65
|
+
"format": "uuid",
|
|
66
|
+
"type": "string"
|
|
67
|
+
},
|
|
63
68
|
"datetimeDisplayMode": {
|
|
64
69
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
65
70
|
"enum": [
|
|
@@ -118,10 +123,32 @@ declare const _default: {
|
|
|
118
123
|
],
|
|
119
124
|
"type": "string"
|
|
120
125
|
},
|
|
121
|
-
"
|
|
122
|
-
"description": "
|
|
123
|
-
"
|
|
124
|
-
|
|
126
|
+
"periodOverPeriod": {
|
|
127
|
+
"description": "Settings to configure period over period comparison",
|
|
128
|
+
"properties": {
|
|
129
|
+
"level": {
|
|
130
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
131
|
+
"type": "number"
|
|
132
|
+
},
|
|
133
|
+
"periodToDate": {
|
|
134
|
+
"description": "period to date comparison",
|
|
135
|
+
"type": "boolean"
|
|
136
|
+
},
|
|
137
|
+
"quantity": {
|
|
138
|
+
"description": "number of periods",
|
|
139
|
+
"type": "number"
|
|
140
|
+
},
|
|
141
|
+
"type": {
|
|
142
|
+
"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",
|
|
143
|
+
"enum": [
|
|
144
|
+
"change",
|
|
145
|
+
"none",
|
|
146
|
+
"past"
|
|
147
|
+
],
|
|
148
|
+
"type": "string"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"type": "object"
|
|
125
152
|
},
|
|
126
153
|
"subtype": {
|
|
127
154
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -188,11 +215,16 @@ declare const _default: {
|
|
|
188
215
|
"string"
|
|
189
216
|
]
|
|
190
217
|
},
|
|
191
|
-
"
|
|
218
|
+
"columnId": {
|
|
192
219
|
"description": "Column id",
|
|
193
220
|
"format": "uuid",
|
|
194
221
|
"type": "string"
|
|
195
222
|
},
|
|
223
|
+
"datasetId": {
|
|
224
|
+
"description": "Dataset id",
|
|
225
|
+
"format": "uuid",
|
|
226
|
+
"type": "string"
|
|
227
|
+
},
|
|
196
228
|
"format": {
|
|
197
229
|
"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.",
|
|
198
230
|
"type": "string"
|
|
@@ -224,10 +256,32 @@ declare const _default: {
|
|
|
224
256
|
"number"
|
|
225
257
|
]
|
|
226
258
|
},
|
|
227
|
-
"
|
|
228
|
-
"description": "
|
|
229
|
-
"
|
|
230
|
-
|
|
259
|
+
"periodOverPeriod": {
|
|
260
|
+
"description": "Settings to configure period over period comparison",
|
|
261
|
+
"properties": {
|
|
262
|
+
"level": {
|
|
263
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
264
|
+
"type": "number"
|
|
265
|
+
},
|
|
266
|
+
"periodToDate": {
|
|
267
|
+
"description": "period to date comparison",
|
|
268
|
+
"type": "boolean"
|
|
269
|
+
},
|
|
270
|
+
"quantity": {
|
|
271
|
+
"description": "number of periods",
|
|
272
|
+
"type": "number"
|
|
273
|
+
},
|
|
274
|
+
"type": {
|
|
275
|
+
"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",
|
|
276
|
+
"enum": [
|
|
277
|
+
"change",
|
|
278
|
+
"none",
|
|
279
|
+
"past"
|
|
280
|
+
],
|
|
281
|
+
"type": "string"
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"type": "object"
|
|
231
285
|
},
|
|
232
286
|
"subtype": {
|
|
233
287
|
"anyOf": [
|
|
@@ -309,7 +363,7 @@ declare const _default: {
|
|
|
309
363
|
"aggregationWeight": {
|
|
310
364
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
311
365
|
"properties": {
|
|
312
|
-
"
|
|
366
|
+
"columnId": {
|
|
313
367
|
"description": "Column id",
|
|
314
368
|
"format": "uuid",
|
|
315
369
|
"type": "string"
|
|
@@ -318,7 +372,7 @@ declare const _default: {
|
|
|
318
372
|
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/ColumnSubtype",
|
|
319
373
|
"description": "Column subtype"
|
|
320
374
|
},
|
|
321
|
-
"
|
|
375
|
+
"datasetId": {
|
|
322
376
|
"description": "Dataset id",
|
|
323
377
|
"format": "uuid",
|
|
324
378
|
"type": "string"
|
|
@@ -347,7 +401,7 @@ declare const _default: {
|
|
|
347
401
|
"string"
|
|
348
402
|
]
|
|
349
403
|
},
|
|
350
|
-
"
|
|
404
|
+
"columnId": {
|
|
351
405
|
"description": "Column id",
|
|
352
406
|
"format": "uuid",
|
|
353
407
|
"type": "string"
|
|
@@ -359,6 +413,11 @@ declare const _default: {
|
|
|
359
413
|
"string"
|
|
360
414
|
]
|
|
361
415
|
},
|
|
416
|
+
"datasetId": {
|
|
417
|
+
"description": "Dataset id",
|
|
418
|
+
"format": "uuid",
|
|
419
|
+
"type": "string"
|
|
420
|
+
},
|
|
362
421
|
"duration": {
|
|
363
422
|
"description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
|
|
364
423
|
"properties": {
|
|
@@ -386,8 +445,7 @@ declare const _default: {
|
|
|
386
445
|
"type": "string"
|
|
387
446
|
},
|
|
388
447
|
"formula": {
|
|
389
|
-
"description": "
|
|
390
|
-
"format": "uuid",
|
|
448
|
+
"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.",
|
|
391
449
|
"type": "string"
|
|
392
450
|
},
|
|
393
451
|
"grandTotals": {
|
|
@@ -403,10 +461,32 @@ declare const _default: {
|
|
|
403
461
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
404
462
|
"type": "object"
|
|
405
463
|
},
|
|
406
|
-
"
|
|
407
|
-
"description": "
|
|
408
|
-
"
|
|
409
|
-
|
|
464
|
+
"periodOverPeriod": {
|
|
465
|
+
"description": "Settings to configure period over period comparison",
|
|
466
|
+
"properties": {
|
|
467
|
+
"level": {
|
|
468
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
469
|
+
"type": "number"
|
|
470
|
+
},
|
|
471
|
+
"periodToDate": {
|
|
472
|
+
"description": "period to date comparison",
|
|
473
|
+
"type": "boolean"
|
|
474
|
+
},
|
|
475
|
+
"quantity": {
|
|
476
|
+
"description": "number of periods",
|
|
477
|
+
"type": "number"
|
|
478
|
+
},
|
|
479
|
+
"type": {
|
|
480
|
+
"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",
|
|
481
|
+
"enum": [
|
|
482
|
+
"change",
|
|
483
|
+
"none",
|
|
484
|
+
"past"
|
|
485
|
+
],
|
|
486
|
+
"type": "string"
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
"type": "object"
|
|
410
490
|
},
|
|
411
491
|
"subtype": {
|
|
412
492
|
"anyOf": [
|
|
@@ -445,11 +525,16 @@ declare const _default: {
|
|
|
445
525
|
"string"
|
|
446
526
|
]
|
|
447
527
|
},
|
|
448
|
-
"
|
|
528
|
+
"columnId": {
|
|
449
529
|
"description": "Column id",
|
|
450
530
|
"format": "uuid",
|
|
451
531
|
"type": "string"
|
|
452
532
|
},
|
|
533
|
+
"datasetId": {
|
|
534
|
+
"description": "Dataset id",
|
|
535
|
+
"format": "uuid",
|
|
536
|
+
"type": "string"
|
|
537
|
+
},
|
|
453
538
|
"include_nonoccurring": {
|
|
454
539
|
"description": "Shows empty areas for geo slots (with the name \"geo\" and content type 'spacial).\nAlso, it can be set in the options' advanced settings of the Choropleth map.",
|
|
455
540
|
"type": "boolean"
|
|
@@ -458,10 +543,32 @@ declare const _default: {
|
|
|
458
543
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
459
544
|
"type": "object"
|
|
460
545
|
},
|
|
461
|
-
"
|
|
462
|
-
"description": "
|
|
463
|
-
"
|
|
464
|
-
|
|
546
|
+
"periodOverPeriod": {
|
|
547
|
+
"description": "Settings to configure period over period comparison",
|
|
548
|
+
"properties": {
|
|
549
|
+
"level": {
|
|
550
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
551
|
+
"type": "number"
|
|
552
|
+
},
|
|
553
|
+
"periodToDate": {
|
|
554
|
+
"description": "period to date comparison",
|
|
555
|
+
"type": "boolean"
|
|
556
|
+
},
|
|
557
|
+
"quantity": {
|
|
558
|
+
"description": "number of periods",
|
|
559
|
+
"type": "number"
|
|
560
|
+
},
|
|
561
|
+
"type": {
|
|
562
|
+
"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",
|
|
563
|
+
"enum": [
|
|
564
|
+
"change",
|
|
565
|
+
"none",
|
|
566
|
+
"past"
|
|
567
|
+
],
|
|
568
|
+
"type": "string"
|
|
569
|
+
}
|
|
570
|
+
},
|
|
571
|
+
"type": "object"
|
|
465
572
|
},
|
|
466
573
|
"subtype": {
|
|
467
574
|
"anyOf": [
|
|
@@ -593,7 +593,7 @@ declare const _default: {
|
|
|
593
593
|
"aggregationWeight": {
|
|
594
594
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
595
595
|
"properties": {
|
|
596
|
-
"
|
|
596
|
+
"columnId": {
|
|
597
597
|
"description": "Column id",
|
|
598
598
|
"format": "uuid",
|
|
599
599
|
"type": "string"
|
|
@@ -609,7 +609,7 @@ declare const _default: {
|
|
|
609
609
|
],
|
|
610
610
|
"type": "string"
|
|
611
611
|
},
|
|
612
|
-
"
|
|
612
|
+
"datasetId": {
|
|
613
613
|
"description": "Dataset id",
|
|
614
614
|
"format": "uuid",
|
|
615
615
|
"type": "string"
|
|
@@ -638,11 +638,6 @@ declare const _default: {
|
|
|
638
638
|
"string"
|
|
639
639
|
]
|
|
640
640
|
},
|
|
641
|
-
"column": {
|
|
642
|
-
"description": "Column id",
|
|
643
|
-
"format": "uuid",
|
|
644
|
-
"type": "string"
|
|
645
|
-
},
|
|
646
641
|
"columnHierarchies": {
|
|
647
642
|
"anyOf": [
|
|
648
643
|
{
|
|
@@ -673,6 +668,11 @@ declare const _default: {
|
|
|
673
668
|
}
|
|
674
669
|
]
|
|
675
670
|
},
|
|
671
|
+
"columnId": {
|
|
672
|
+
"description": "Column id",
|
|
673
|
+
"format": "uuid",
|
|
674
|
+
"type": "string"
|
|
675
|
+
},
|
|
676
676
|
"currency": {
|
|
677
677
|
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
678
678
|
"type": [
|
|
@@ -680,6 +680,11 @@ declare const _default: {
|
|
|
680
680
|
"string"
|
|
681
681
|
]
|
|
682
682
|
},
|
|
683
|
+
"datasetId": {
|
|
684
|
+
"description": "Dataset id",
|
|
685
|
+
"format": "uuid",
|
|
686
|
+
"type": "string"
|
|
687
|
+
},
|
|
683
688
|
"datetimeDisplayMode": {
|
|
684
689
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
685
690
|
"enum": [
|
|
@@ -725,8 +730,7 @@ declare const _default: {
|
|
|
725
730
|
"type": "string"
|
|
726
731
|
},
|
|
727
732
|
"formula": {
|
|
728
|
-
"description": "
|
|
729
|
-
"format": "uuid",
|
|
733
|
+
"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.",
|
|
730
734
|
"type": "string"
|
|
731
735
|
},
|
|
732
736
|
"grandTotals": {
|
|
@@ -772,17 +776,39 @@ declare const _default: {
|
|
|
772
776
|
],
|
|
773
777
|
"type": "string"
|
|
774
778
|
},
|
|
779
|
+
"periodOverPeriod": {
|
|
780
|
+
"description": "Settings to configure period over period comparison",
|
|
781
|
+
"properties": {
|
|
782
|
+
"level": {
|
|
783
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
784
|
+
"type": "number"
|
|
785
|
+
},
|
|
786
|
+
"periodToDate": {
|
|
787
|
+
"description": "period to date comparison",
|
|
788
|
+
"type": "boolean"
|
|
789
|
+
},
|
|
790
|
+
"quantity": {
|
|
791
|
+
"description": "number of periods",
|
|
792
|
+
"type": "number"
|
|
793
|
+
},
|
|
794
|
+
"type": {
|
|
795
|
+
"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",
|
|
796
|
+
"enum": [
|
|
797
|
+
"change",
|
|
798
|
+
"none",
|
|
799
|
+
"past"
|
|
800
|
+
],
|
|
801
|
+
"type": "string"
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
"type": "object"
|
|
805
|
+
},
|
|
775
806
|
"readonly": {
|
|
776
807
|
"type": "boolean"
|
|
777
808
|
},
|
|
778
809
|
"selected": {
|
|
779
810
|
"type": "boolean"
|
|
780
811
|
},
|
|
781
|
-
"set": {
|
|
782
|
-
"description": "Dataset id",
|
|
783
|
-
"format": "uuid",
|
|
784
|
-
"type": "string"
|
|
785
|
-
},
|
|
786
812
|
"subtype": {
|
|
787
813
|
"anyOf": [
|
|
788
814
|
{
|
|
@@ -29,11 +29,16 @@ declare const _default: {
|
|
|
29
29
|
"string"
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
|
-
"
|
|
32
|
+
"columnId": {
|
|
33
33
|
"description": "Column id",
|
|
34
34
|
"format": "uuid",
|
|
35
35
|
"type": "string"
|
|
36
36
|
},
|
|
37
|
+
"datasetId": {
|
|
38
|
+
"description": "Dataset id",
|
|
39
|
+
"format": "uuid",
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
37
42
|
"datetimeDisplayMode": {
|
|
38
43
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
39
44
|
"enum": [
|
|
@@ -92,10 +97,32 @@ declare const _default: {
|
|
|
92
97
|
],
|
|
93
98
|
"type": "string"
|
|
94
99
|
},
|
|
95
|
-
"
|
|
96
|
-
"description": "
|
|
97
|
-
"
|
|
98
|
-
|
|
100
|
+
"periodOverPeriod": {
|
|
101
|
+
"description": "Settings to configure period over period comparison",
|
|
102
|
+
"properties": {
|
|
103
|
+
"level": {
|
|
104
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
105
|
+
"type": "number"
|
|
106
|
+
},
|
|
107
|
+
"periodToDate": {
|
|
108
|
+
"description": "period to date comparison",
|
|
109
|
+
"type": "boolean"
|
|
110
|
+
},
|
|
111
|
+
"quantity": {
|
|
112
|
+
"description": "number of periods",
|
|
113
|
+
"type": "number"
|
|
114
|
+
},
|
|
115
|
+
"type": {
|
|
116
|
+
"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",
|
|
117
|
+
"enum": [
|
|
118
|
+
"change",
|
|
119
|
+
"none",
|
|
120
|
+
"past"
|
|
121
|
+
],
|
|
122
|
+
"type": "string"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"type": "object"
|
|
99
126
|
},
|
|
100
127
|
"subtype": {
|
|
101
128
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -143,11 +170,16 @@ declare const _default: {
|
|
|
143
170
|
"string"
|
|
144
171
|
]
|
|
145
172
|
},
|
|
146
|
-
"
|
|
173
|
+
"columnId": {
|
|
147
174
|
"description": "Column id",
|
|
148
175
|
"format": "uuid",
|
|
149
176
|
"type": "string"
|
|
150
177
|
},
|
|
178
|
+
"datasetId": {
|
|
179
|
+
"description": "Dataset id",
|
|
180
|
+
"format": "uuid",
|
|
181
|
+
"type": "string"
|
|
182
|
+
},
|
|
151
183
|
"format": {
|
|
152
184
|
"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.",
|
|
153
185
|
"type": "string"
|
|
@@ -179,10 +211,32 @@ declare const _default: {
|
|
|
179
211
|
"number"
|
|
180
212
|
]
|
|
181
213
|
},
|
|
182
|
-
"
|
|
183
|
-
"description": "
|
|
184
|
-
"
|
|
185
|
-
|
|
214
|
+
"periodOverPeriod": {
|
|
215
|
+
"description": "Settings to configure period over period comparison",
|
|
216
|
+
"properties": {
|
|
217
|
+
"level": {
|
|
218
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
219
|
+
"type": "number"
|
|
220
|
+
},
|
|
221
|
+
"periodToDate": {
|
|
222
|
+
"description": "period to date comparison",
|
|
223
|
+
"type": "boolean"
|
|
224
|
+
},
|
|
225
|
+
"quantity": {
|
|
226
|
+
"description": "number of periods",
|
|
227
|
+
"type": "number"
|
|
228
|
+
},
|
|
229
|
+
"type": {
|
|
230
|
+
"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",
|
|
231
|
+
"enum": [
|
|
232
|
+
"change",
|
|
233
|
+
"none",
|
|
234
|
+
"past"
|
|
235
|
+
],
|
|
236
|
+
"type": "string"
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"type": "object"
|
|
186
240
|
},
|
|
187
241
|
"subtype": {
|
|
188
242
|
"anyOf": [
|
|
@@ -264,7 +318,7 @@ declare const _default: {
|
|
|
264
318
|
"aggregationWeight": {
|
|
265
319
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
266
320
|
"properties": {
|
|
267
|
-
"
|
|
321
|
+
"columnId": {
|
|
268
322
|
"description": "Column id",
|
|
269
323
|
"format": "uuid",
|
|
270
324
|
"type": "string"
|
|
@@ -273,7 +327,7 @@ declare const _default: {
|
|
|
273
327
|
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/ColumnSubtype",
|
|
274
328
|
"description": "Column subtype"
|
|
275
329
|
},
|
|
276
|
-
"
|
|
330
|
+
"datasetId": {
|
|
277
331
|
"description": "Dataset id",
|
|
278
332
|
"format": "uuid",
|
|
279
333
|
"type": "string"
|
|
@@ -302,7 +356,7 @@ declare const _default: {
|
|
|
302
356
|
"string"
|
|
303
357
|
]
|
|
304
358
|
},
|
|
305
|
-
"
|
|
359
|
+
"columnId": {
|
|
306
360
|
"description": "Column id",
|
|
307
361
|
"format": "uuid",
|
|
308
362
|
"type": "string"
|
|
@@ -314,6 +368,11 @@ declare const _default: {
|
|
|
314
368
|
"string"
|
|
315
369
|
]
|
|
316
370
|
},
|
|
371
|
+
"datasetId": {
|
|
372
|
+
"description": "Dataset id",
|
|
373
|
+
"format": "uuid",
|
|
374
|
+
"type": "string"
|
|
375
|
+
},
|
|
317
376
|
"duration": {
|
|
318
377
|
"description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
|
|
319
378
|
"properties": {
|
|
@@ -341,8 +400,7 @@ declare const _default: {
|
|
|
341
400
|
"type": "string"
|
|
342
401
|
},
|
|
343
402
|
"formula": {
|
|
344
|
-
"description": "
|
|
345
|
-
"format": "uuid",
|
|
403
|
+
"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.",
|
|
346
404
|
"type": "string"
|
|
347
405
|
},
|
|
348
406
|
"grandTotals": {
|
|
@@ -358,10 +416,32 @@ declare const _default: {
|
|
|
358
416
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
359
417
|
"type": "object"
|
|
360
418
|
},
|
|
361
|
-
"
|
|
362
|
-
"description": "
|
|
363
|
-
"
|
|
364
|
-
|
|
419
|
+
"periodOverPeriod": {
|
|
420
|
+
"description": "Settings to configure period over period comparison",
|
|
421
|
+
"properties": {
|
|
422
|
+
"level": {
|
|
423
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
424
|
+
"type": "number"
|
|
425
|
+
},
|
|
426
|
+
"periodToDate": {
|
|
427
|
+
"description": "period to date comparison",
|
|
428
|
+
"type": "boolean"
|
|
429
|
+
},
|
|
430
|
+
"quantity": {
|
|
431
|
+
"description": "number of periods",
|
|
432
|
+
"type": "number"
|
|
433
|
+
},
|
|
434
|
+
"type": {
|
|
435
|
+
"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",
|
|
436
|
+
"enum": [
|
|
437
|
+
"change",
|
|
438
|
+
"none",
|
|
439
|
+
"past"
|
|
440
|
+
],
|
|
441
|
+
"type": "string"
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
"type": "object"
|
|
365
445
|
},
|
|
366
446
|
"subtype": {
|
|
367
447
|
"anyOf": [
|