@luzmo/dashboard-contents-types 1.0.19-beta.0 → 1.0.20

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.
Files changed (103) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/assets/json-schemas/area-chart-options.schema.json.d.ts +5 -0
  3. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +15 -0
  4. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +5 -0
  5. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +15 -0
  6. package/assets/json-schemas/box-plot-options.schema.json.d.ts +5 -0
  7. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +15 -0
  8. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +5 -0
  9. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +15 -0
  10. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +5 -0
  11. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +15 -0
  12. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +5 -0
  13. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +20 -0
  14. package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +5 -0
  15. package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +15 -0
  16. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +5 -0
  17. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +15 -0
  18. package/assets/json-schemas/column-chart-options.schema.json.d.ts +5 -0
  19. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +15 -0
  20. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +5 -0
  21. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +15 -0
  22. package/assets/json-schemas/conditional-number-options.schema.json.d.ts +5 -0
  23. package/assets/json-schemas/conditional-number-slots.schema.json.d.ts +15 -0
  24. package/assets/json-schemas/date-comparison-filter-options.schema.json.d.ts +5 -0
  25. package/assets/json-schemas/date-comparison-filter-slots.schema.json.d.ts +5 -0
  26. package/assets/json-schemas/date-filter-options.schema.json.d.ts +5 -0
  27. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +5 -0
  28. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +5 -0
  29. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +15 -0
  30. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +5 -0
  31. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +15 -0
  32. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +5 -0
  33. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +15 -0
  34. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +5 -0
  35. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +15 -0
  36. package/assets/json-schemas/heat-map-options.schema.json.d.ts +5 -0
  37. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +20 -0
  38. package/assets/json-schemas/heat-table-options.schema.json.d.ts +5 -0
  39. package/assets/json-schemas/heat-table-slots.schema.json.d.ts +15 -0
  40. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +5 -0
  41. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +20 -0
  42. package/assets/json-schemas/line-chart-options.schema.json.d.ts +5 -0
  43. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +15 -0
  44. package/assets/json-schemas/marker-map-options.schema.json.d.ts +5 -0
  45. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +20 -0
  46. package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +5 -0
  47. package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +15 -0
  48. package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +5 -0
  49. package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +15 -0
  50. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +5 -0
  51. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +15 -0
  52. package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +5 -0
  53. package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +15 -0
  54. package/assets/json-schemas/radar-chart-options.schema.json.d.ts +5 -0
  55. package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +15 -0
  56. package/assets/json-schemas/regular-table-options.schema.json.d.ts +5 -0
  57. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +15 -0
  58. package/assets/json-schemas/route-map-options.schema.json.d.ts +5 -0
  59. package/assets/json-schemas/route-map-slots.schema.json.d.ts +20 -0
  60. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +5 -0
  61. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +15 -0
  62. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +5 -0
  63. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +15 -0
  64. package/assets/json-schemas/search-filter-options.schema.json.d.ts +5 -0
  65. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +15 -0
  66. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +5 -0
  67. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +15 -0
  68. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +5 -0
  69. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +10 -0
  70. package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +5 -0
  71. package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +20 -0
  72. package/assets/json-schemas/spike-map-options.schema.json.d.ts +5 -0
  73. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +20 -0
  74. package/assets/json-schemas/strip-plot-options.schema.json.d.ts +5 -0
  75. package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +15 -0
  76. package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +5 -0
  77. package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +15 -0
  78. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +5 -0
  79. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +20 -0
  80. package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +5 -0
  81. package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +20 -0
  82. package/assets/json-schemas/viz-item-type.schema.json.d.ts +0 -2
  83. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +5 -0
  84. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +15 -0
  85. package/index.js +41 -48
  86. package/index.mjs +398 -216
  87. package/json-schemas.d.ts +840 -0
  88. package/json-schemas.d.ts.map +1 -1
  89. package/package.json +1 -1
  90. package/src/lib/area-chart/area-chart-context.config.d.ts.map +1 -1
  91. package/src/lib/column-chart/column-chart-context.config.d.ts.map +1 -1
  92. package/src/lib/donut-chart/donut-chart-context.config.d.ts.map +1 -1
  93. package/src/lib/line-chart/line-chart-context.config.d.ts.map +1 -1
  94. package/src/lib/ohlc-chart/ohlc-chart-context.config.d.ts.map +1 -1
  95. package/src/lib/sankey-diagram/sankey-diagram-context.config.d.ts.map +1 -1
  96. package/src/lib/scatter-plot/scatter-plot-context.config.d.ts.map +1 -1
  97. package/src/lib/shared/types/common.d.ts +1 -1
  98. package/src/lib/shared/types/common.d.ts.map +1 -1
  99. package/src/lib/shared/types/context.d.ts +8 -0
  100. package/src/lib/shared/types/context.d.ts.map +1 -1
  101. package/src/lib/shared/types/slots.d.ts +5 -0
  102. package/src/lib/shared/types/slots.d.ts.map +1 -1
  103. package/src/lib/slicer-filter/slicer-filter-context.config.d.ts.map +1 -1
@@ -76,6 +76,11 @@ declare const _default: {
76
76
  "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.",
77
77
  "type": "string"
78
78
  },
79
+ "formulaId": {
80
+ "description": "A formula id",
81
+ "format": "uuid",
82
+ "type": "string"
83
+ },
79
84
  "grandTotals": {
80
85
  "description": "Enable or disable grand totals, they're only used in Pivot table",
81
86
  "properties": {
@@ -369,6 +369,11 @@ declare const _default: {
369
369
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
370
370
  "type": "string"
371
371
  },
372
+ "formulaId": {
373
+ "description": "A formula id",
374
+ "format": "uuid",
375
+ "type": "string"
376
+ },
372
377
  "grandTotals": {
373
378
  "description": "Enable or disable grand totals, they're only used in Pivot table",
374
379
  "properties": {
@@ -105,6 +105,11 @@ declare const _default: {
105
105
  "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.",
106
106
  "type": "string"
107
107
  },
108
+ "formulaId": {
109
+ "description": "A formula id",
110
+ "format": "uuid",
111
+ "type": "string"
112
+ },
108
113
  "grandTotals": {
109
114
  "description": "Enable or disable grand totals, they're only used in Pivot table",
110
115
  "properties": {
@@ -211,6 +216,11 @@ declare const _default: {
211
216
  "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.",
212
217
  "type": "string"
213
218
  },
219
+ "formulaId": {
220
+ "description": "A formula id",
221
+ "format": "uuid",
222
+ "type": "string"
223
+ },
214
224
  "grandTotals": {
215
225
  "description": "Enable or disable grand totals, they're only used in Pivot table",
216
226
  "properties": {
@@ -416,6 +426,11 @@ declare const _default: {
416
426
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
417
427
  "type": "string"
418
428
  },
429
+ "formulaId": {
430
+ "description": "A formula id",
431
+ "format": "uuid",
432
+ "type": "string"
433
+ },
419
434
  "grandTotals": {
420
435
  "description": "Enable or disable grand totals, they're only used in Pivot table",
421
436
  "properties": {
@@ -255,6 +255,11 @@ declare const _default: {
255
255
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
256
256
  "type": "string"
257
257
  },
258
+ "formulaId": {
259
+ "description": "A formula id",
260
+ "format": "uuid",
261
+ "type": "string"
262
+ },
258
263
  "grandTotals": {
259
264
  "description": "Enable or disable grand totals, they're only used in Pivot table",
260
265
  "properties": {
@@ -76,6 +76,11 @@ declare const _default: {
76
76
  "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.",
77
77
  "type": "string"
78
78
  },
79
+ "formulaId": {
80
+ "description": "A formula id",
81
+ "format": "uuid",
82
+ "type": "string"
83
+ },
79
84
  "grandTotals": {
80
85
  "description": "Enable or disable grand totals, they're only used in Pivot table",
81
86
  "properties": {
@@ -210,6 +215,11 @@ declare const _default: {
210
215
  "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.",
211
216
  "type": "string"
212
217
  },
218
+ "formulaId": {
219
+ "description": "A formula id",
220
+ "format": "uuid",
221
+ "type": "string"
222
+ },
213
223
  "grandTotals": {
214
224
  "description": "Enable or disable grand totals, they're only used in Pivot table",
215
225
  "properties": {
@@ -387,6 +397,11 @@ declare const _default: {
387
397
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
388
398
  "type": "string"
389
399
  },
400
+ "formulaId": {
401
+ "description": "A formula id",
402
+ "format": "uuid",
403
+ "type": "string"
404
+ },
390
405
  "grandTotals": {
391
406
  "description": "Enable or disable grand totals, they're only used in Pivot table",
392
407
  "properties": {
@@ -460,6 +460,11 @@ declare const _default: {
460
460
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
461
461
  "type": "string"
462
462
  },
463
+ "formulaId": {
464
+ "description": "A formula id",
465
+ "format": "uuid",
466
+ "type": "string"
467
+ },
463
468
  "grandTotals": {
464
469
  "description": "Enable or disable grand totals, they're only used in Pivot table",
465
470
  "properties": {
@@ -76,6 +76,11 @@ declare const _default: {
76
76
  "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.",
77
77
  "type": "string"
78
78
  },
79
+ "formulaId": {
80
+ "description": "A formula id",
81
+ "format": "uuid",
82
+ "type": "string"
83
+ },
79
84
  "grandTotals": {
80
85
  "description": "Enable or disable grand totals, they're only used in Pivot table",
81
86
  "properties": {
@@ -201,6 +206,11 @@ declare const _default: {
201
206
  "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.",
202
207
  "type": "string"
203
208
  },
209
+ "formulaId": {
210
+ "description": "A formula id",
211
+ "format": "uuid",
212
+ "type": "string"
213
+ },
204
214
  "grandTotals": {
205
215
  "description": "Enable or disable grand totals, they're only used in Pivot table",
206
216
  "properties": {
@@ -407,6 +417,11 @@ declare const _default: {
407
417
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
408
418
  "type": "string"
409
419
  },
420
+ "formulaId": {
421
+ "description": "A formula id",
422
+ "format": "uuid",
423
+ "type": "string"
424
+ },
410
425
  "grandTotals": {
411
426
  "description": "Enable or disable grand totals, they're only used in Pivot table",
412
427
  "properties": {
@@ -391,6 +391,11 @@ declare const _default: {
391
391
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
392
392
  "type": "string"
393
393
  },
394
+ "formulaId": {
395
+ "description": "A formula id",
396
+ "format": "uuid",
397
+ "type": "string"
398
+ },
394
399
  "grandTotals": {
395
400
  "description": "Enable or disable grand totals, they're only used in Pivot table",
396
401
  "properties": {
@@ -105,6 +105,11 @@ declare const _default: {
105
105
  "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.",
106
106
  "type": "string"
107
107
  },
108
+ "formulaId": {
109
+ "description": "A formula id",
110
+ "format": "uuid",
111
+ "type": "string"
112
+ },
108
113
  "grandTotals": {
109
114
  "description": "Enable or disable grand totals, they're only used in Pivot table",
110
115
  "properties": {
@@ -211,6 +216,11 @@ declare const _default: {
211
216
  "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.",
212
217
  "type": "string"
213
218
  },
219
+ "formulaId": {
220
+ "description": "A formula id",
221
+ "format": "uuid",
222
+ "type": "string"
223
+ },
214
224
  "grandTotals": {
215
225
  "description": "Enable or disable grand totals, they're only used in Pivot table",
216
226
  "properties": {
@@ -414,6 +424,11 @@ declare const _default: {
414
424
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
415
425
  "type": "string"
416
426
  },
427
+ "formulaId": {
428
+ "description": "A formula id",
429
+ "format": "uuid",
430
+ "type": "string"
431
+ },
417
432
  "grandTotals": {
418
433
  "description": "Enable or disable grand totals, they're only used in Pivot table",
419
434
  "properties": {
@@ -328,6 +328,11 @@ declare const _default: {
328
328
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
329
329
  "type": "string"
330
330
  },
331
+ "formulaId": {
332
+ "description": "A formula id",
333
+ "format": "uuid",
334
+ "type": "string"
335
+ },
331
336
  "grandTotals": {
332
337
  "description": "Enable or disable grand totals, they're only used in Pivot table",
333
338
  "properties": {
@@ -76,6 +76,11 @@ declare const _default: {
76
76
  "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.",
77
77
  "type": "string"
78
78
  },
79
+ "formulaId": {
80
+ "description": "A formula id",
81
+ "format": "uuid",
82
+ "type": "string"
83
+ },
79
84
  "grandTotals": {
80
85
  "description": "Enable or disable grand totals, they're only used in Pivot table",
81
86
  "properties": {
@@ -201,6 +206,11 @@ declare const _default: {
201
206
  "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.",
202
207
  "type": "string"
203
208
  },
209
+ "formulaId": {
210
+ "description": "A formula id",
211
+ "format": "uuid",
212
+ "type": "string"
213
+ },
204
214
  "grandTotals": {
205
215
  "description": "Enable or disable grand totals, they're only used in Pivot table",
206
216
  "properties": {
@@ -407,6 +417,11 @@ declare const _default: {
407
417
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
408
418
  "type": "string"
409
419
  },
420
+ "formulaId": {
421
+ "description": "A formula id",
422
+ "format": "uuid",
423
+ "type": "string"
424
+ },
410
425
  "grandTotals": {
411
426
  "description": "Enable or disable grand totals, they're only used in Pivot table",
412
427
  "properties": {
@@ -701,6 +716,11 @@ declare const _default: {
701
716
  "format": "uuid",
702
717
  "type": "string"
703
718
  },
719
+ "formulaId": {
720
+ "description": "A formula id",
721
+ "format": "uuid",
722
+ "type": "string"
723
+ },
704
724
  "include_nonoccurring": {
705
725
  "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.",
706
726
  "type": "boolean"
@@ -540,6 +540,11 @@ declare const _default: {
540
540
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
541
541
  "type": "string"
542
542
  },
543
+ "formulaId": {
544
+ "description": "A formula id",
545
+ "format": "uuid",
546
+ "type": "string"
547
+ },
543
548
  "grandTotals": {
544
549
  "description": "Enable or disable grand totals, they're only used in Pivot table",
545
550
  "properties": {
@@ -76,6 +76,11 @@ declare const _default: {
76
76
  "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.",
77
77
  "type": "string"
78
78
  },
79
+ "formulaId": {
80
+ "description": "A formula id",
81
+ "format": "uuid",
82
+ "type": "string"
83
+ },
79
84
  "grandTotals": {
80
85
  "description": "Enable or disable grand totals, they're only used in Pivot table",
81
86
  "properties": {
@@ -182,6 +187,11 @@ declare const _default: {
182
187
  "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.",
183
188
  "type": "string"
184
189
  },
190
+ "formulaId": {
191
+ "description": "A formula id",
192
+ "format": "uuid",
193
+ "type": "string"
194
+ },
185
195
  "grandTotals": {
186
196
  "description": "Enable or disable grand totals, they're only used in Pivot table",
187
197
  "properties": {
@@ -388,6 +398,11 @@ declare const _default: {
388
398
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
389
399
  "type": "string"
390
400
  },
401
+ "formulaId": {
402
+ "description": "A formula id",
403
+ "format": "uuid",
404
+ "type": "string"
405
+ },
391
406
  "grandTotals": {
392
407
  "description": "Enable or disable grand totals, they're only used in Pivot table",
393
408
  "properties": {
@@ -379,6 +379,11 @@ declare const _default: {
379
379
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
380
380
  "type": "string"
381
381
  },
382
+ "formulaId": {
383
+ "description": "A formula id",
384
+ "format": "uuid",
385
+ "type": "string"
386
+ },
382
387
  "grandTotals": {
383
388
  "description": "Enable or disable grand totals, they're only used in Pivot table",
384
389
  "properties": {
@@ -76,6 +76,11 @@ declare const _default: {
76
76
  "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.",
77
77
  "type": "string"
78
78
  },
79
+ "formulaId": {
80
+ "description": "A formula id",
81
+ "format": "uuid",
82
+ "type": "string"
83
+ },
79
84
  "grandTotals": {
80
85
  "description": "Enable or disable grand totals, they're only used in Pivot table",
81
86
  "properties": {
@@ -201,6 +206,11 @@ declare const _default: {
201
206
  "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.",
202
207
  "type": "string"
203
208
  },
209
+ "formulaId": {
210
+ "description": "A formula id",
211
+ "format": "uuid",
212
+ "type": "string"
213
+ },
204
214
  "grandTotals": {
205
215
  "description": "Enable or disable grand totals, they're only used in Pivot table",
206
216
  "properties": {
@@ -407,6 +417,11 @@ declare const _default: {
407
417
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
408
418
  "type": "string"
409
419
  },
420
+ "formulaId": {
421
+ "description": "A formula id",
422
+ "format": "uuid",
423
+ "type": "string"
424
+ },
410
425
  "grandTotals": {
411
426
  "description": "Enable or disable grand totals, they're only used in Pivot table",
412
427
  "properties": {
@@ -701,6 +716,11 @@ declare const _default: {
701
716
  "format": "uuid",
702
717
  "type": "string"
703
718
  },
719
+ "formulaId": {
720
+ "description": "A formula id",
721
+ "format": "uuid",
722
+ "type": "string"
723
+ },
704
724
  "include_nonoccurring": {
705
725
  "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.",
706
726
  "type": "boolean"
@@ -764,6 +764,11 @@ declare const _default: {
764
764
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
765
765
  "type": "string"
766
766
  },
767
+ "formulaId": {
768
+ "description": "A formula id",
769
+ "format": "uuid",
770
+ "type": "string"
771
+ },
767
772
  "grandTotals": {
768
773
  "description": "Enable or disable grand totals, they're only used in Pivot table",
769
774
  "properties": {
@@ -76,6 +76,11 @@ declare const _default: {
76
76
  "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.",
77
77
  "type": "string"
78
78
  },
79
+ "formulaId": {
80
+ "description": "A formula id",
81
+ "format": "uuid",
82
+ "type": "string"
83
+ },
79
84
  "grandTotals": {
80
85
  "description": "Enable or disable grand totals, they're only used in Pivot table",
81
86
  "properties": {
@@ -182,6 +187,11 @@ declare const _default: {
182
187
  "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.",
183
188
  "type": "string"
184
189
  },
190
+ "formulaId": {
191
+ "description": "A formula id",
192
+ "format": "uuid",
193
+ "type": "string"
194
+ },
185
195
  "grandTotals": {
186
196
  "description": "Enable or disable grand totals, they're only used in Pivot table",
187
197
  "properties": {
@@ -416,6 +426,11 @@ declare const _default: {
416
426
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
417
427
  "type": "string"
418
428
  },
429
+ "formulaId": {
430
+ "description": "A formula id",
431
+ "format": "uuid",
432
+ "type": "string"
433
+ },
419
434
  "grandTotals": {
420
435
  "description": "Enable or disable grand totals, they're only used in Pivot table",
421
436
  "properties": {
@@ -383,6 +383,11 @@ declare const _default: {
383
383
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
384
384
  "type": "string"
385
385
  },
386
+ "formulaId": {
387
+ "description": "A formula id",
388
+ "format": "uuid",
389
+ "type": "string"
390
+ },
386
391
  "grandTotals": {
387
392
  "description": "Enable or disable grand totals, they're only used in Pivot table",
388
393
  "properties": {
@@ -76,6 +76,11 @@ declare const _default: {
76
76
  "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.",
77
77
  "type": "string"
78
78
  },
79
+ "formulaId": {
80
+ "description": "A formula id",
81
+ "format": "uuid",
82
+ "type": "string"
83
+ },
79
84
  "grandTotals": {
80
85
  "description": "Enable or disable grand totals, they're only used in Pivot table",
81
86
  "properties": {
@@ -201,6 +206,11 @@ declare const _default: {
201
206
  "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.",
202
207
  "type": "string"
203
208
  },
209
+ "formulaId": {
210
+ "description": "A formula id",
211
+ "format": "uuid",
212
+ "type": "string"
213
+ },
204
214
  "grandTotals": {
205
215
  "description": "Enable or disable grand totals, they're only used in Pivot table",
206
216
  "properties": {
@@ -407,6 +417,11 @@ declare const _default: {
407
417
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
408
418
  "type": "string"
409
419
  },
420
+ "formulaId": {
421
+ "description": "A formula id",
422
+ "format": "uuid",
423
+ "type": "string"
424
+ },
410
425
  "grandTotals": {
411
426
  "description": "Enable or disable grand totals, they're only used in Pivot table",
412
427
  "properties": {
@@ -701,6 +716,11 @@ declare const _default: {
701
716
  "format": "uuid",
702
717
  "type": "string"
703
718
  },
719
+ "formulaId": {
720
+ "description": "A formula id",
721
+ "format": "uuid",
722
+ "type": "string"
723
+ },
704
724
  "include_nonoccurring": {
705
725
  "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.",
706
726
  "type": "boolean"
@@ -619,6 +619,11 @@ declare const _default: {
619
619
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
620
620
  "type": "string"
621
621
  },
622
+ "formulaId": {
623
+ "description": "A formula id",
624
+ "format": "uuid",
625
+ "type": "string"
626
+ },
622
627
  "grandTotals": {
623
628
  "description": "Enable or disable grand totals, they're only used in Pivot table",
624
629
  "properties": {
@@ -105,6 +105,11 @@ declare const _default: {
105
105
  "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.",
106
106
  "type": "string"
107
107
  },
108
+ "formulaId": {
109
+ "description": "A formula id",
110
+ "format": "uuid",
111
+ "type": "string"
112
+ },
108
113
  "grandTotals": {
109
114
  "description": "Enable or disable grand totals, they're only used in Pivot table",
110
115
  "properties": {
@@ -211,6 +216,11 @@ declare const _default: {
211
216
  "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.",
212
217
  "type": "string"
213
218
  },
219
+ "formulaId": {
220
+ "description": "A formula id",
221
+ "format": "uuid",
222
+ "type": "string"
223
+ },
214
224
  "grandTotals": {
215
225
  "description": "Enable or disable grand totals, they're only used in Pivot table",
216
226
  "properties": {
@@ -446,6 +456,11 @@ declare const _default: {
446
456
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
447
457
  "type": "string"
448
458
  },
459
+ "formulaId": {
460
+ "description": "A formula id",
461
+ "format": "uuid",
462
+ "type": "string"
463
+ },
449
464
  "grandTotals": {
450
465
  "description": "Enable or disable grand totals, they're only used in Pivot table",
451
466
  "properties": {
@@ -268,6 +268,11 @@ declare const _default: {
268
268
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
269
269
  "type": "string"
270
270
  },
271
+ "formulaId": {
272
+ "description": "A formula id",
273
+ "format": "uuid",
274
+ "type": "string"
275
+ },
271
276
  "grandTotals": {
272
277
  "description": "Enable or disable grand totals, they're only used in Pivot table",
273
278
  "properties": {
@@ -130,6 +130,11 @@ declare const _default: {
130
130
  "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.",
131
131
  "type": "string"
132
132
  },
133
+ "formulaId": {
134
+ "description": "A formula id",
135
+ "format": "uuid",
136
+ "type": "string"
137
+ },
133
138
  "grandTotals": {
134
139
  "description": "Enable or disable grand totals, they're only used in Pivot table",
135
140
  "properties": {
@@ -236,6 +241,11 @@ declare const _default: {
236
241
  "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.",
237
242
  "type": "string"
238
243
  },
244
+ "formulaId": {
245
+ "description": "A formula id",
246
+ "format": "uuid",
247
+ "type": "string"
248
+ },
239
249
  "grandTotals": {
240
250
  "description": "Enable or disable grand totals, they're only used in Pivot table",
241
251
  "properties": {
@@ -413,6 +423,11 @@ declare const _default: {
413
423
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
414
424
  "type": "string"
415
425
  },
426
+ "formulaId": {
427
+ "description": "A formula id",
428
+ "format": "uuid",
429
+ "type": "string"
430
+ },
416
431
  "grandTotals": {
417
432
  "description": "Enable or disable grand totals, they're only used in Pivot table",
418
433
  "properties": {
@@ -411,6 +411,11 @@ declare const _default: {
411
411
  "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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
412
412
  "type": "string"
413
413
  },
414
+ "formulaId": {
415
+ "description": "A formula id",
416
+ "format": "uuid",
417
+ "type": "string"
418
+ },
414
419
  "grandTotals": {
415
420
  "description": "Enable or disable grand totals, they're only used in Pivot table",
416
421
  "properties": {