@luzmo/dashboard-contents-types 1.0.19 → 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 (102) hide show
  1. package/assets/json-schemas/area-chart-options.schema.json.d.ts +5 -0
  2. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +15 -0
  3. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +5 -0
  4. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +15 -0
  5. package/assets/json-schemas/box-plot-options.schema.json.d.ts +5 -0
  6. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +15 -0
  7. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +5 -0
  8. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +15 -0
  9. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +5 -0
  10. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +15 -0
  11. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +5 -0
  12. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +20 -0
  13. package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +5 -0
  14. package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +15 -0
  15. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +5 -0
  16. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +15 -0
  17. package/assets/json-schemas/column-chart-options.schema.json.d.ts +5 -0
  18. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +15 -0
  19. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +5 -0
  20. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +15 -0
  21. package/assets/json-schemas/conditional-number-options.schema.json.d.ts +5 -0
  22. package/assets/json-schemas/conditional-number-slots.schema.json.d.ts +15 -0
  23. package/assets/json-schemas/date-comparison-filter-options.schema.json.d.ts +5 -0
  24. package/assets/json-schemas/date-comparison-filter-slots.schema.json.d.ts +5 -0
  25. package/assets/json-schemas/date-filter-options.schema.json.d.ts +5 -0
  26. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +5 -0
  27. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +5 -0
  28. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +15 -0
  29. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +5 -0
  30. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +15 -0
  31. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +5 -0
  32. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +15 -0
  33. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +5 -0
  34. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +15 -0
  35. package/assets/json-schemas/heat-map-options.schema.json.d.ts +5 -0
  36. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +20 -0
  37. package/assets/json-schemas/heat-table-options.schema.json.d.ts +5 -0
  38. package/assets/json-schemas/heat-table-slots.schema.json.d.ts +15 -0
  39. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +5 -0
  40. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +20 -0
  41. package/assets/json-schemas/line-chart-options.schema.json.d.ts +5 -0
  42. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +15 -0
  43. package/assets/json-schemas/marker-map-options.schema.json.d.ts +5 -0
  44. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +20 -0
  45. package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +5 -0
  46. package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +15 -0
  47. package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +5 -0
  48. package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +15 -0
  49. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +5 -0
  50. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +15 -0
  51. package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +5 -0
  52. package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +15 -0
  53. package/assets/json-schemas/radar-chart-options.schema.json.d.ts +5 -0
  54. package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +15 -0
  55. package/assets/json-schemas/regular-table-options.schema.json.d.ts +5 -0
  56. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +15 -0
  57. package/assets/json-schemas/route-map-options.schema.json.d.ts +5 -0
  58. package/assets/json-schemas/route-map-slots.schema.json.d.ts +20 -0
  59. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +5 -0
  60. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +15 -0
  61. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +5 -0
  62. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +15 -0
  63. package/assets/json-schemas/search-filter-options.schema.json.d.ts +5 -0
  64. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +15 -0
  65. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +5 -0
  66. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +15 -0
  67. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +5 -0
  68. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +10 -0
  69. package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +5 -0
  70. package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +20 -0
  71. package/assets/json-schemas/spike-map-options.schema.json.d.ts +5 -0
  72. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +20 -0
  73. package/assets/json-schemas/strip-plot-options.schema.json.d.ts +5 -0
  74. package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +15 -0
  75. package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +5 -0
  76. package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +15 -0
  77. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +5 -0
  78. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +20 -0
  79. package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +5 -0
  80. package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +20 -0
  81. package/assets/json-schemas/viz-item-type.schema.json.d.ts +0 -2
  82. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +5 -0
  83. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +15 -0
  84. package/index.js +41 -48
  85. package/index.mjs +398 -216
  86. package/json-schemas.d.ts +840 -0
  87. package/json-schemas.d.ts.map +1 -1
  88. package/package.json +1 -1
  89. package/src/lib/area-chart/area-chart-context.config.d.ts.map +1 -1
  90. package/src/lib/column-chart/column-chart-context.config.d.ts.map +1 -1
  91. package/src/lib/donut-chart/donut-chart-context.config.d.ts.map +1 -1
  92. package/src/lib/line-chart/line-chart-context.config.d.ts.map +1 -1
  93. package/src/lib/ohlc-chart/ohlc-chart-context.config.d.ts.map +1 -1
  94. package/src/lib/sankey-diagram/sankey-diagram-context.config.d.ts.map +1 -1
  95. package/src/lib/scatter-plot/scatter-plot-context.config.d.ts.map +1 -1
  96. package/src/lib/shared/types/common.d.ts +1 -1
  97. package/src/lib/shared/types/common.d.ts.map +1 -1
  98. package/src/lib/shared/types/context.d.ts +8 -0
  99. package/src/lib/shared/types/context.d.ts.map +1 -1
  100. package/src/lib/shared/types/slots.d.ts +5 -0
  101. package/src/lib/shared/types/slots.d.ts.map +1 -1
  102. package/src/lib/slicer-filter/slicer-filter-context.config.d.ts.map +1 -1
@@ -262,6 +262,11 @@ declare const _default: {
262
262
  "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",
263
263
  "type": "string"
264
264
  },
265
+ "formulaId": {
266
+ "description": "A formula id",
267
+ "format": "uuid",
268
+ "type": "string"
269
+ },
265
270
  "grandTotals": {
266
271
  "description": "Enable or disable grand totals, they're only used in Pivot table",
267
272
  "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": {
@@ -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": {
@@ -360,6 +360,11 @@ declare const _default: {
360
360
  "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",
361
361
  "type": "string"
362
362
  },
363
+ "formulaId": {
364
+ "description": "A formula id",
365
+ "format": "uuid",
366
+ "type": "string"
367
+ },
363
368
  "grandTotals": {
364
369
  "description": "Enable or disable grand totals, they're only used in Pivot table",
365
370
  "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": {
@@ -386,6 +386,11 @@ declare const _default: {
386
386
  "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",
387
387
  "type": "string"
388
388
  },
389
+ "formulaId": {
390
+ "description": "A formula id",
391
+ "format": "uuid",
392
+ "type": "string"
393
+ },
389
394
  "grandTotals": {
390
395
  "description": "Enable or disable grand totals, they're only used in Pivot table",
391
396
  "properties": {
@@ -102,6 +102,11 @@ declare const _default: {
102
102
  "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.",
103
103
  "type": "string"
104
104
  },
105
+ "formulaId": {
106
+ "description": "A formula id",
107
+ "format": "uuid",
108
+ "type": "string"
109
+ },
105
110
  "grandTotals": {
106
111
  "description": "Enable or disable grand totals, they're only used in Pivot table",
107
112
  "properties": {
@@ -227,6 +232,11 @@ declare const _default: {
227
232
  "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.",
228
233
  "type": "string"
229
234
  },
235
+ "formulaId": {
236
+ "description": "A formula id",
237
+ "format": "uuid",
238
+ "type": "string"
239
+ },
230
240
  "grandTotals": {
231
241
  "description": "Enable or disable grand totals, they're only used in Pivot table",
232
242
  "properties": {
@@ -433,6 +443,11 @@ declare const _default: {
433
443
  "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",
434
444
  "type": "string"
435
445
  },
446
+ "formulaId": {
447
+ "description": "A formula id",
448
+ "format": "uuid",
449
+ "type": "string"
450
+ },
436
451
  "grandTotals": {
437
452
  "description": "Enable or disable grand totals, they're only used in Pivot table",
438
453
  "properties": {
@@ -727,6 +742,11 @@ declare const _default: {
727
742
  "format": "uuid",
728
743
  "type": "string"
729
744
  },
745
+ "formulaId": {
746
+ "description": "A formula id",
747
+ "format": "uuid",
748
+ "type": "string"
749
+ },
730
750
  "include_nonoccurring": {
731
751
  "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.",
732
752
  "type": "boolean"
@@ -398,6 +398,11 @@ declare const _default: {
398
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",
399
399
  "type": "string"
400
400
  },
401
+ "formulaId": {
402
+ "description": "A formula id",
403
+ "format": "uuid",
404
+ "type": "string"
405
+ },
401
406
  "grandTotals": {
402
407
  "description": "Enable or disable grand totals, they're only used in Pivot table",
403
408
  "properties": {
@@ -160,6 +160,11 @@ declare const _default: {
160
160
  "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.",
161
161
  "type": "string"
162
162
  },
163
+ "formulaId": {
164
+ "description": "A formula id",
165
+ "format": "uuid",
166
+ "type": "string"
167
+ },
163
168
  "grandTotals": {
164
169
  "description": "Enable or disable grand totals, they're only used in Pivot table",
165
170
  "properties": {
@@ -365,6 +370,11 @@ declare const _default: {
365
370
  "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",
366
371
  "type": "string"
367
372
  },
373
+ "formulaId": {
374
+ "description": "A formula id",
375
+ "format": "uuid",
376
+ "type": "string"
377
+ },
368
378
  "grandTotals": {
369
379
  "description": "Enable or disable grand totals, they're only used in Pivot table",
370
380
  "properties": {
@@ -500,6 +510,11 @@ declare const _default: {
500
510
  "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.",
501
511
  "type": "string"
502
512
  },
513
+ "formulaId": {
514
+ "description": "A formula id",
515
+ "format": "uuid",
516
+ "type": "string"
517
+ },
503
518
  "grandTotals": {
504
519
  "description": "Enable or disable grand totals, they're only used in Pivot table",
505
520
  "properties": {
@@ -719,6 +734,11 @@ declare const _default: {
719
734
  "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",
720
735
  "type": "string"
721
736
  },
737
+ "formulaId": {
738
+ "description": "A formula id",
739
+ "format": "uuid",
740
+ "type": "string"
741
+ },
722
742
  "grandTotals": {
723
743
  "description": "Enable or disable grand totals, they're only used in Pivot table",
724
744
  "properties": {
@@ -13,7 +13,6 @@ declare const _default: {
13
13
  "column-chart",
14
14
  "combination-chart",
15
15
  "conditional-number",
16
- "custom-chart",
17
16
  "date-comparison-filter",
18
17
  "date-filter",
19
18
  "donut-chart",
@@ -31,7 +30,6 @@ declare const _default: {
31
30
  "ohlc-chart",
32
31
  "parallel-coordinates-plot",
33
32
  "pivot-table",
34
- "placeholder",
35
33
  "pyramid-chart",
36
34
  "radar-chart",
37
35
  "regular-table",
@@ -355,6 +355,11 @@ declare const _default: {
355
355
  "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",
356
356
  "type": "string"
357
357
  },
358
+ "formulaId": {
359
+ "description": "A formula id",
360
+ "format": "uuid",
361
+ "type": "string"
362
+ },
358
363
  "grandTotals": {
359
364
  "description": "Enable or disable grand totals, they're only used in Pivot table",
360
365
  "properties": {
@@ -134,6 +134,11 @@ declare const _default: {
134
134
  "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.",
135
135
  "type": "string"
136
136
  },
137
+ "formulaId": {
138
+ "description": "A formula id",
139
+ "format": "uuid",
140
+ "type": "string"
141
+ },
137
142
  "grandTotals": {
138
143
  "description": "Enable or disable grand totals, they're only used in Pivot table",
139
144
  "properties": {
@@ -240,6 +245,11 @@ declare const _default: {
240
245
  "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.",
241
246
  "type": "string"
242
247
  },
248
+ "formulaId": {
249
+ "description": "A formula id",
250
+ "format": "uuid",
251
+ "type": "string"
252
+ },
243
253
  "grandTotals": {
244
254
  "description": "Enable or disable grand totals, they're only used in Pivot table",
245
255
  "properties": {
@@ -436,6 +446,11 @@ declare const _default: {
436
446
  "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",
437
447
  "type": "string"
438
448
  },
449
+ "formulaId": {
450
+ "description": "A formula id",
451
+ "format": "uuid",
452
+ "type": "string"
453
+ },
439
454
  "grandTotals": {
440
455
  "description": "Enable or disable grand totals, they're only used in Pivot table",
441
456
  "properties": {