@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
|
@@ -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",
|
|
@@ -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/dropdown-filter-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": [
|
|
@@ -649,7 +649,7 @@ declare const _default: {
|
|
|
649
649
|
"aggregationWeight": {
|
|
650
650
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
651
651
|
"properties": {
|
|
652
|
-
"
|
|
652
|
+
"columnId": {
|
|
653
653
|
"description": "Column id",
|
|
654
654
|
"format": "uuid",
|
|
655
655
|
"type": "string"
|
|
@@ -665,7 +665,7 @@ declare const _default: {
|
|
|
665
665
|
],
|
|
666
666
|
"type": "string"
|
|
667
667
|
},
|
|
668
|
-
"
|
|
668
|
+
"datasetId": {
|
|
669
669
|
"description": "Dataset id",
|
|
670
670
|
"format": "uuid",
|
|
671
671
|
"type": "string"
|
|
@@ -694,11 +694,6 @@ declare const _default: {
|
|
|
694
694
|
"string"
|
|
695
695
|
]
|
|
696
696
|
},
|
|
697
|
-
"column": {
|
|
698
|
-
"description": "Column id",
|
|
699
|
-
"format": "uuid",
|
|
700
|
-
"type": "string"
|
|
701
|
-
},
|
|
702
697
|
"columnHierarchies": {
|
|
703
698
|
"anyOf": [
|
|
704
699
|
{
|
|
@@ -729,6 +724,11 @@ declare const _default: {
|
|
|
729
724
|
}
|
|
730
725
|
]
|
|
731
726
|
},
|
|
727
|
+
"columnId": {
|
|
728
|
+
"description": "Column id",
|
|
729
|
+
"format": "uuid",
|
|
730
|
+
"type": "string"
|
|
731
|
+
},
|
|
732
732
|
"currency": {
|
|
733
733
|
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
734
734
|
"type": [
|
|
@@ -736,6 +736,11 @@ declare const _default: {
|
|
|
736
736
|
"string"
|
|
737
737
|
]
|
|
738
738
|
},
|
|
739
|
+
"datasetId": {
|
|
740
|
+
"description": "Dataset id",
|
|
741
|
+
"format": "uuid",
|
|
742
|
+
"type": "string"
|
|
743
|
+
},
|
|
739
744
|
"datetimeDisplayMode": {
|
|
740
745
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
741
746
|
"enum": [
|
|
@@ -781,8 +786,7 @@ declare const _default: {
|
|
|
781
786
|
"type": "string"
|
|
782
787
|
},
|
|
783
788
|
"formula": {
|
|
784
|
-
"description": "
|
|
785
|
-
"format": "uuid",
|
|
789
|
+
"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.",
|
|
786
790
|
"type": "string"
|
|
787
791
|
},
|
|
788
792
|
"grandTotals": {
|
|
@@ -828,17 +832,39 @@ declare const _default: {
|
|
|
828
832
|
],
|
|
829
833
|
"type": "string"
|
|
830
834
|
},
|
|
835
|
+
"periodOverPeriod": {
|
|
836
|
+
"description": "Settings to configure period over period comparison",
|
|
837
|
+
"properties": {
|
|
838
|
+
"level": {
|
|
839
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
840
|
+
"type": "number"
|
|
841
|
+
},
|
|
842
|
+
"periodToDate": {
|
|
843
|
+
"description": "period to date comparison",
|
|
844
|
+
"type": "boolean"
|
|
845
|
+
},
|
|
846
|
+
"quantity": {
|
|
847
|
+
"description": "number of periods",
|
|
848
|
+
"type": "number"
|
|
849
|
+
},
|
|
850
|
+
"type": {
|
|
851
|
+
"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",
|
|
852
|
+
"enum": [
|
|
853
|
+
"change",
|
|
854
|
+
"none",
|
|
855
|
+
"past"
|
|
856
|
+
],
|
|
857
|
+
"type": "string"
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
"type": "object"
|
|
861
|
+
},
|
|
831
862
|
"readonly": {
|
|
832
863
|
"type": "boolean"
|
|
833
864
|
},
|
|
834
865
|
"selected": {
|
|
835
866
|
"type": "boolean"
|
|
836
867
|
},
|
|
837
|
-
"set": {
|
|
838
|
-
"description": "Dataset id",
|
|
839
|
-
"format": "uuid",
|
|
840
|
-
"type": "string"
|
|
841
|
-
},
|
|
842
868
|
"subtype": {
|
|
843
869
|
"anyOf": [
|
|
844
870
|
{
|
|
@@ -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",
|
|
@@ -162,11 +189,16 @@ declare const _default: {
|
|
|
162
189
|
"string"
|
|
163
190
|
]
|
|
164
191
|
},
|
|
165
|
-
"
|
|
192
|
+
"columnId": {
|
|
166
193
|
"description": "Column id",
|
|
167
194
|
"format": "uuid",
|
|
168
195
|
"type": "string"
|
|
169
196
|
},
|
|
197
|
+
"datasetId": {
|
|
198
|
+
"description": "Dataset id",
|
|
199
|
+
"format": "uuid",
|
|
200
|
+
"type": "string"
|
|
201
|
+
},
|
|
170
202
|
"format": {
|
|
171
203
|
"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.",
|
|
172
204
|
"type": "string"
|
|
@@ -198,10 +230,32 @@ declare const _default: {
|
|
|
198
230
|
"number"
|
|
199
231
|
]
|
|
200
232
|
},
|
|
201
|
-
"
|
|
202
|
-
"description": "
|
|
203
|
-
"
|
|
204
|
-
|
|
233
|
+
"periodOverPeriod": {
|
|
234
|
+
"description": "Settings to configure period over period comparison",
|
|
235
|
+
"properties": {
|
|
236
|
+
"level": {
|
|
237
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
238
|
+
"type": "number"
|
|
239
|
+
},
|
|
240
|
+
"periodToDate": {
|
|
241
|
+
"description": "period to date comparison",
|
|
242
|
+
"type": "boolean"
|
|
243
|
+
},
|
|
244
|
+
"quantity": {
|
|
245
|
+
"description": "number of periods",
|
|
246
|
+
"type": "number"
|
|
247
|
+
},
|
|
248
|
+
"type": {
|
|
249
|
+
"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",
|
|
250
|
+
"enum": [
|
|
251
|
+
"change",
|
|
252
|
+
"none",
|
|
253
|
+
"past"
|
|
254
|
+
],
|
|
255
|
+
"type": "string"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
"type": "object"
|
|
205
259
|
},
|
|
206
260
|
"subtype": {
|
|
207
261
|
"anyOf": [
|
|
@@ -283,7 +337,7 @@ declare const _default: {
|
|
|
283
337
|
"aggregationWeight": {
|
|
284
338
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
285
339
|
"properties": {
|
|
286
|
-
"
|
|
340
|
+
"columnId": {
|
|
287
341
|
"description": "Column id",
|
|
288
342
|
"format": "uuid",
|
|
289
343
|
"type": "string"
|
|
@@ -292,7 +346,7 @@ declare const _default: {
|
|
|
292
346
|
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/ColumnSubtype",
|
|
293
347
|
"description": "Column subtype"
|
|
294
348
|
},
|
|
295
|
-
"
|
|
349
|
+
"datasetId": {
|
|
296
350
|
"description": "Dataset id",
|
|
297
351
|
"format": "uuid",
|
|
298
352
|
"type": "string"
|
|
@@ -321,7 +375,7 @@ declare const _default: {
|
|
|
321
375
|
"string"
|
|
322
376
|
]
|
|
323
377
|
},
|
|
324
|
-
"
|
|
378
|
+
"columnId": {
|
|
325
379
|
"description": "Column id",
|
|
326
380
|
"format": "uuid",
|
|
327
381
|
"type": "string"
|
|
@@ -333,6 +387,11 @@ declare const _default: {
|
|
|
333
387
|
"string"
|
|
334
388
|
]
|
|
335
389
|
},
|
|
390
|
+
"datasetId": {
|
|
391
|
+
"description": "Dataset id",
|
|
392
|
+
"format": "uuid",
|
|
393
|
+
"type": "string"
|
|
394
|
+
},
|
|
336
395
|
"duration": {
|
|
337
396
|
"description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
|
|
338
397
|
"properties": {
|
|
@@ -360,8 +419,7 @@ declare const _default: {
|
|
|
360
419
|
"type": "string"
|
|
361
420
|
},
|
|
362
421
|
"formula": {
|
|
363
|
-
"description": "
|
|
364
|
-
"format": "uuid",
|
|
422
|
+
"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.",
|
|
365
423
|
"type": "string"
|
|
366
424
|
},
|
|
367
425
|
"grandTotals": {
|
|
@@ -377,10 +435,32 @@ declare const _default: {
|
|
|
377
435
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
378
436
|
"type": "object"
|
|
379
437
|
},
|
|
380
|
-
"
|
|
381
|
-
"description": "
|
|
382
|
-
"
|
|
383
|
-
|
|
438
|
+
"periodOverPeriod": {
|
|
439
|
+
"description": "Settings to configure period over period comparison",
|
|
440
|
+
"properties": {
|
|
441
|
+
"level": {
|
|
442
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
443
|
+
"type": "number"
|
|
444
|
+
},
|
|
445
|
+
"periodToDate": {
|
|
446
|
+
"description": "period to date comparison",
|
|
447
|
+
"type": "boolean"
|
|
448
|
+
},
|
|
449
|
+
"quantity": {
|
|
450
|
+
"description": "number of periods",
|
|
451
|
+
"type": "number"
|
|
452
|
+
},
|
|
453
|
+
"type": {
|
|
454
|
+
"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",
|
|
455
|
+
"enum": [
|
|
456
|
+
"change",
|
|
457
|
+
"none",
|
|
458
|
+
"past"
|
|
459
|
+
],
|
|
460
|
+
"type": "string"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"type": "object"
|
|
384
464
|
},
|
|
385
465
|
"subtype": {
|
|
386
466
|
"anyOf": [
|
|
@@ -2642,7 +2642,7 @@ declare const _default: {
|
|
|
2642
2642
|
"aggregationWeight": {
|
|
2643
2643
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
2644
2644
|
"properties": {
|
|
2645
|
-
"
|
|
2645
|
+
"columnId": {
|
|
2646
2646
|
"description": "Column id",
|
|
2647
2647
|
"format": "uuid",
|
|
2648
2648
|
"type": "string"
|
|
@@ -2658,7 +2658,7 @@ declare const _default: {
|
|
|
2658
2658
|
],
|
|
2659
2659
|
"type": "string"
|
|
2660
2660
|
},
|
|
2661
|
-
"
|
|
2661
|
+
"datasetId": {
|
|
2662
2662
|
"description": "Dataset id",
|
|
2663
2663
|
"format": "uuid",
|
|
2664
2664
|
"type": "string"
|
|
@@ -2687,11 +2687,6 @@ declare const _default: {
|
|
|
2687
2687
|
"string"
|
|
2688
2688
|
]
|
|
2689
2689
|
},
|
|
2690
|
-
"column": {
|
|
2691
|
-
"description": "Column id",
|
|
2692
|
-
"format": "uuid",
|
|
2693
|
-
"type": "string"
|
|
2694
|
-
},
|
|
2695
2690
|
"columnHierarchies": {
|
|
2696
2691
|
"anyOf": [
|
|
2697
2692
|
{
|
|
@@ -2722,6 +2717,11 @@ declare const _default: {
|
|
|
2722
2717
|
}
|
|
2723
2718
|
]
|
|
2724
2719
|
},
|
|
2720
|
+
"columnId": {
|
|
2721
|
+
"description": "Column id",
|
|
2722
|
+
"format": "uuid",
|
|
2723
|
+
"type": "string"
|
|
2724
|
+
},
|
|
2725
2725
|
"currency": {
|
|
2726
2726
|
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
2727
2727
|
"type": [
|
|
@@ -2729,6 +2729,11 @@ declare const _default: {
|
|
|
2729
2729
|
"string"
|
|
2730
2730
|
]
|
|
2731
2731
|
},
|
|
2732
|
+
"datasetId": {
|
|
2733
|
+
"description": "Dataset id",
|
|
2734
|
+
"format": "uuid",
|
|
2735
|
+
"type": "string"
|
|
2736
|
+
},
|
|
2732
2737
|
"datetimeDisplayMode": {
|
|
2733
2738
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
2734
2739
|
"enum": [
|
|
@@ -2774,8 +2779,7 @@ declare const _default: {
|
|
|
2774
2779
|
"type": "string"
|
|
2775
2780
|
},
|
|
2776
2781
|
"formula": {
|
|
2777
|
-
"description": "
|
|
2778
|
-
"format": "uuid",
|
|
2782
|
+
"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.",
|
|
2779
2783
|
"type": "string"
|
|
2780
2784
|
},
|
|
2781
2785
|
"grandTotals": {
|
|
@@ -2821,17 +2825,39 @@ declare const _default: {
|
|
|
2821
2825
|
],
|
|
2822
2826
|
"type": "string"
|
|
2823
2827
|
},
|
|
2828
|
+
"periodOverPeriod": {
|
|
2829
|
+
"description": "Settings to configure period over period comparison",
|
|
2830
|
+
"properties": {
|
|
2831
|
+
"level": {
|
|
2832
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
2833
|
+
"type": "number"
|
|
2834
|
+
},
|
|
2835
|
+
"periodToDate": {
|
|
2836
|
+
"description": "period to date comparison",
|
|
2837
|
+
"type": "boolean"
|
|
2838
|
+
},
|
|
2839
|
+
"quantity": {
|
|
2840
|
+
"description": "number of periods",
|
|
2841
|
+
"type": "number"
|
|
2842
|
+
},
|
|
2843
|
+
"type": {
|
|
2844
|
+
"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",
|
|
2845
|
+
"enum": [
|
|
2846
|
+
"change",
|
|
2847
|
+
"none",
|
|
2848
|
+
"past"
|
|
2849
|
+
],
|
|
2850
|
+
"type": "string"
|
|
2851
|
+
}
|
|
2852
|
+
},
|
|
2853
|
+
"type": "object"
|
|
2854
|
+
},
|
|
2824
2855
|
"readonly": {
|
|
2825
2856
|
"type": "boolean"
|
|
2826
2857
|
},
|
|
2827
2858
|
"selected": {
|
|
2828
2859
|
"type": "boolean"
|
|
2829
2860
|
},
|
|
2830
|
-
"set": {
|
|
2831
|
-
"description": "Dataset id",
|
|
2832
|
-
"format": "uuid",
|
|
2833
|
-
"type": "string"
|
|
2834
|
-
},
|
|
2835
2861
|
"subtype": {
|
|
2836
2862
|
"anyOf": [
|
|
2837
2863
|
{
|