@luzmo/dashboard-contents-types 1.0.16 → 1.0.18
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/CHANGELOG.md +107 -0
- package/LICENSE +15 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +16 -1
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +12 -12
- package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +15 -15
- package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/circle-pack-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +96 -73
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/conditional-number-options.schema.json.d.ts +806 -0
- package/assets/json-schemas/conditional-number-slots.schema.json.d.ts +482 -0
- package/assets/json-schemas/conditional-number.schema.json.d.ts +23 -0
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +5 -5
- package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +12 -12
- package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-map-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/heat-map-slots.schema.json.d.ts +12 -12
- package/assets/json-schemas/heat-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-table-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/heat-table-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/heat-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +18 -2
- package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +12 -12
- package/assets/json-schemas/hexbin-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/image-options.schema.json.d.ts +1 -1
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/marker-map-options.schema.json.d.ts +96 -73
- package/assets/json-schemas/marker-map-slots.schema.json.d.ts +12 -12
- package/assets/json-schemas/marker-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +26 -26
- package/assets/json-schemas/ohlc-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/options.schema.json.d.ts +46 -43
- package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/parallel-coordinates-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/pyramid-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/radar-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/radar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/route-map-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/route-map-slots.schema.json.d.ts +19 -19
- package/assets/json-schemas/route-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +22 -22
- package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +26 -26
- package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +8 -8
- package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slots.schema.json.d.ts +43 -40
- package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +22 -18
- package/assets/json-schemas/speedometer-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/spike-map-options.schema.json.d.ts +96 -73
- package/assets/json-schemas/spike-map-slots.schema.json.d.ts +16 -16
- package/assets/json-schemas/spike-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/strip-plot-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/strip-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/sunburst-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/symbol-map-options.schema.json.d.ts +96 -73
- package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +15 -15
- package/assets/json-schemas/symbol-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/text-options.schema.json.d.ts +1 -1
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +27 -23
- package/assets/json-schemas/treemap-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/video-options.schema.json.d.ts +1 -1
- package/assets/json-schemas/video.schema.json.d.ts +2 -2
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -2
- package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +16 -16
- package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +3 -3
- package/index.d.ts.map +1 -1
- package/index.js +35 -388
- package/index.mjs +553 -63560
- package/json-schemas.d.ts +1490 -310
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +0 -1
- package/src/index.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +34 -254
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
- package/src/lib/area-chart/index.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart-options.d.ts +29 -133
- package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
- package/src/lib/bar-chart/index.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-options.d.ts +28 -138
- package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
- package/src/lib/box-plot/index.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +2 -2
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/bubble-chart/index.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +2 -2
- package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
- package/src/lib/bullet-chart/index.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +2 -2
- package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
- package/src/lib/choropleth-map/index.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/index.d.ts.map +1 -1
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +2 -2
- package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
- package/src/lib/circular-gauge/index.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-options.d.ts +28 -129
- package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
- package/src/lib/column-chart/index.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-options.d.ts +39 -203
- package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
- package/src/lib/combination-chart/index.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts +4 -3
- package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
- package/src/lib/conditional-number/index.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
- package/src/lib/date-filter/index.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-options.d.ts +2 -2
- package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
- package/src/lib/donut-chart/index.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -2
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
- package/src/lib/dropdown-filter/index.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts +7 -22
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/evolution-number/index.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +2 -2
- package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
- package/src/lib/funnel-chart/index.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map-options.d.ts +1 -1
- package/src/lib/heat-map/heat-map-options.d.ts.map +1 -1
- package/src/lib/heat-map/index.d.ts.map +1 -1
- package/src/lib/heat-table/heat-table-options.d.ts +21 -57
- package/src/lib/heat-table/heat-table-options.d.ts.map +1 -1
- package/src/lib/heat-table/index.d.ts.map +1 -1
- package/src/lib/hexbin-map/hexbin-map-options.d.ts +9 -7
- package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -1
- package/src/lib/hexbin-map/index.d.ts.map +1 -1
- package/src/lib/image/index.d.ts.map +1 -1
- package/src/lib/line-chart/index.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-options.d.ts +34 -253
- package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
- package/src/lib/marker-map/index.d.ts.map +1 -1
- package/src/lib/marker-map/marker-map-options.d.ts +4 -4
- package/src/lib/marker-map/marker-map-options.d.ts.map +1 -1
- package/src/lib/ohlc-chart/index.d.ts.map +1 -1
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +25 -111
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -1
- package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -1
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts +1 -1
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts.map +1 -1
- package/src/lib/pivot-table/index.d.ts.map +1 -1
- package/src/lib/pyramid-chart/index.d.ts.map +1 -1
- package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +28 -70
- package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -1
- package/src/lib/radar-chart/index.d.ts.map +1 -1
- package/src/lib/radar-chart/radar-chart-options.d.ts +2 -7
- package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -1
- package/src/lib/regular-table/index.d.ts.map +1 -1
- package/src/lib/route-map/index.d.ts.map +1 -1
- package/src/lib/route-map/route-map-options.d.ts +4 -4
- package/src/lib/route-map/route-map-options.d.ts.map +1 -1
- package/src/lib/sankey-diagram/index.d.ts.map +1 -1
- package/src/lib/scatter-plot/index.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +35 -123
- package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
- package/src/lib/search-filter/index.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter-options.d.ts +2 -2
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
- package/src/lib/shared/axes.d.ts +220 -0
- package/src/lib/shared/axes.d.ts.map +1 -1
- package/src/lib/shared/common.d.ts +1 -28
- package/src/lib/shared/common.d.ts.map +1 -1
- package/src/lib/shared/drop-object-view-options.d.ts +2 -1
- package/src/lib/shared/drop-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/formula.d.ts +2 -1
- package/src/lib/shared/formula.d.ts.map +1 -1
- package/src/lib/shared/index.d.ts +1 -0
- package/src/lib/shared/index.d.ts.map +1 -1
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +6 -0
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
- package/src/lib/shared/interpolation.d.ts +7 -0
- package/src/lib/shared/interpolation.d.ts.map +1 -1
- package/src/lib/shared/item-filter-group.d.ts +2 -0
- package/src/lib/shared/item-filter-group.d.ts.map +1 -1
- package/src/lib/shared/map-object-view-options.d.ts +2 -1
- package/src/lib/shared/map-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/missing-value.d.ts +29 -0
- package/src/lib/shared/missing-value.d.ts.map +1 -0
- package/src/lib/shared/period-over-period.d.ts +21 -0
- package/src/lib/shared/period-over-period.d.ts.map +1 -1
- package/src/lib/shared/query.d.ts +3 -0
- package/src/lib/shared/query.d.ts.map +1 -1
- package/src/lib/shared/slots.d.ts +6 -10
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/slicer-filter/index.d.ts.map +1 -1
- package/src/lib/slider-filter/index.d.ts.map +1 -1
- package/src/lib/speedometer-chart/index.d.ts.map +1 -1
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +1 -1
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -1
- package/src/lib/spike-map/index.d.ts.map +1 -1
- package/src/lib/spike-map/spike-map-options.d.ts +10 -10
- package/src/lib/spike-map/spike-map-options.d.ts.map +1 -1
- package/src/lib/strip-plot/index.d.ts.map +1 -1
- package/src/lib/strip-plot/strip-plot-options.d.ts +2 -2
- package/src/lib/strip-plot/strip-plot-options.d.ts.map +1 -1
- package/src/lib/sunburst-chart/index.d.ts.map +1 -1
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +2 -2
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -1
- package/src/lib/sunburst-chart/sunburst-chart.d.ts.map +1 -1
- package/src/lib/symbol-map/index.d.ts.map +1 -1
- package/src/lib/symbol-map/symbol-map-options.d.ts +9 -9
- package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
- package/src/lib/text/index.d.ts.map +1 -1
- package/src/lib/treemap-chart/index.d.ts.map +1 -1
- package/src/lib/treemap-chart/treemap-chart-options.d.ts +1 -1
- package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
- package/src/lib/video/index.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/index.d.ts.map +1 -1
- package/vite.config.d.ts.map +1 -1
- package/src/lib/line-chart-forecast/index.d.ts +0 -2
- package/src/lib/line-chart-forecast/index.d.ts.map +0 -1
- package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts +0 -3
- package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"annotate": {
|
|
@@ -209,6 +209,15 @@ declare const _default: {
|
|
|
209
209
|
],
|
|
210
210
|
"type": "string"
|
|
211
211
|
},
|
|
212
|
+
"slotType": {
|
|
213
|
+
"description": "Slot type",
|
|
214
|
+
"enum": [
|
|
215
|
+
"categorical",
|
|
216
|
+
"mixed",
|
|
217
|
+
"numeric"
|
|
218
|
+
],
|
|
219
|
+
"type": "string"
|
|
220
|
+
},
|
|
212
221
|
"values": {
|
|
213
222
|
"description": "An array of columns for the current picker",
|
|
214
223
|
"items": {
|
|
@@ -435,6 +444,10 @@ declare const _default: {
|
|
|
435
444
|
"type": {
|
|
436
445
|
"description": "Column / Formula type",
|
|
437
446
|
"enum": [
|
|
447
|
+
"array[datetime]",
|
|
448
|
+
"array[hierarchy]",
|
|
449
|
+
"array[numeric]",
|
|
450
|
+
"array[spatial]",
|
|
438
451
|
"datetime",
|
|
439
452
|
"hierarchy",
|
|
440
453
|
"numeric",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColumnSubtype": {
|
|
@@ -99,7 +99,7 @@ declare const _default: {
|
|
|
99
99
|
"type": "string"
|
|
100
100
|
},
|
|
101
101
|
"periodOverPeriod": {
|
|
102
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
102
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
103
103
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
104
104
|
},
|
|
105
105
|
"subtype": {
|
|
@@ -160,7 +160,7 @@ declare const _default: {
|
|
|
160
160
|
"type": "string"
|
|
161
161
|
},
|
|
162
162
|
"columnSubType": {
|
|
163
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
163
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
164
164
|
"description": "Column subtype"
|
|
165
165
|
},
|
|
166
166
|
"datasetId": {
|
|
@@ -298,7 +298,7 @@ declare const _default: {
|
|
|
298
298
|
"type": "string"
|
|
299
299
|
},
|
|
300
300
|
"periodOverPeriod": {
|
|
301
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
301
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
302
302
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
303
303
|
},
|
|
304
304
|
"subtype": {
|
|
@@ -323,6 +323,10 @@ declare const _default: {
|
|
|
323
323
|
"type": {
|
|
324
324
|
"description": "Column / Formula type",
|
|
325
325
|
"enum": [
|
|
326
|
+
"array[datetime]",
|
|
327
|
+
"array[hierarchy]",
|
|
328
|
+
"array[numeric]",
|
|
329
|
+
"array[spatial]",
|
|
326
330
|
"datetime",
|
|
327
331
|
"hierarchy",
|
|
328
332
|
"numeric",
|
|
@@ -409,7 +413,7 @@ declare const _default: {
|
|
|
409
413
|
]
|
|
410
414
|
},
|
|
411
415
|
"periodOverPeriod": {
|
|
412
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
416
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
413
417
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
414
418
|
},
|
|
415
419
|
"subtype": {
|
|
@@ -447,13 +451,13 @@ declare const _default: {
|
|
|
447
451
|
"items": {
|
|
448
452
|
"anyOf": [
|
|
449
453
|
{
|
|
450
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
454
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
451
455
|
},
|
|
452
456
|
{
|
|
453
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
457
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
454
458
|
},
|
|
455
459
|
{
|
|
456
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
460
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
457
461
|
}
|
|
458
462
|
]
|
|
459
463
|
},
|
|
@@ -469,7 +473,7 @@ declare const _default: {
|
|
|
469
473
|
"anyOf": [
|
|
470
474
|
{
|
|
471
475
|
"items": {
|
|
472
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
476
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/GenericSlotContent"
|
|
473
477
|
},
|
|
474
478
|
"type": "array"
|
|
475
479
|
},
|
|
@@ -510,7 +514,7 @@ declare const _default: {
|
|
|
510
514
|
"type": "string"
|
|
511
515
|
},
|
|
512
516
|
"columnSubType": {
|
|
513
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
517
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
514
518
|
"description": "Column subtype"
|
|
515
519
|
},
|
|
516
520
|
"datasetId": {
|
|
@@ -603,7 +607,7 @@ declare const _default: {
|
|
|
603
607
|
"type": "object"
|
|
604
608
|
},
|
|
605
609
|
"periodOverPeriod": {
|
|
606
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
610
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
607
611
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
608
612
|
},
|
|
609
613
|
"subtype": {
|
|
@@ -648,7 +652,7 @@ declare const _default: {
|
|
|
648
652
|
"type": "number"
|
|
649
653
|
},
|
|
650
654
|
"type": {
|
|
651
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
655
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
652
656
|
"description": "Period over period comparison type"
|
|
653
657
|
}
|
|
654
658
|
},
|
|
@@ -672,13 +676,13 @@ declare const _default: {
|
|
|
672
676
|
"items": {
|
|
673
677
|
"anyOf": [
|
|
674
678
|
{
|
|
675
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
679
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
676
680
|
},
|
|
677
681
|
{
|
|
678
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
682
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
679
683
|
},
|
|
680
684
|
{
|
|
681
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
685
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
682
686
|
}
|
|
683
687
|
]
|
|
684
688
|
},
|
|
@@ -694,7 +698,7 @@ declare const _default: {
|
|
|
694
698
|
"anyOf": [
|
|
695
699
|
{
|
|
696
700
|
"items": {
|
|
697
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
701
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/GenericSlotContent"
|
|
698
702
|
},
|
|
699
703
|
"type": "array"
|
|
700
704
|
},
|
|
@@ -711,10 +715,10 @@ declare const _default: {
|
|
|
711
715
|
"items": {
|
|
712
716
|
"anyOf": [
|
|
713
717
|
{
|
|
714
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
718
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/TargetSlot"
|
|
715
719
|
},
|
|
716
720
|
{
|
|
717
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
721
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
718
722
|
}
|
|
719
723
|
]
|
|
720
724
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Speedometer Chart item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Speedometer Chart item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Speedometer Chart item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/speedometer-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"annotate": {
|
|
@@ -153,88 +153,98 @@ declare const _default: {
|
|
|
153
153
|
"description": "Interactivity options",
|
|
154
154
|
"properties": {
|
|
155
155
|
"customEvents": {
|
|
156
|
-
"
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
156
|
+
"anyOf": [
|
|
157
|
+
{
|
|
158
|
+
"properties": {
|
|
159
|
+
"events": {
|
|
160
|
+
"items": {
|
|
161
|
+
"description": "Custom event configuration",
|
|
162
|
+
"properties": {
|
|
163
|
+
"label": {
|
|
164
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
165
|
+
"type": "object"
|
|
166
|
+
},
|
|
167
|
+
"name": {
|
|
168
|
+
"description": "Custom event name",
|
|
169
|
+
"type": "string"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
165
172
|
"type": "object"
|
|
166
173
|
},
|
|
167
|
-
"
|
|
168
|
-
"description": "Custom event name",
|
|
169
|
-
"type": "string"
|
|
170
|
-
}
|
|
174
|
+
"type": "array"
|
|
171
175
|
},
|
|
172
|
-
"
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
"
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
176
|
+
"extraData": {
|
|
177
|
+
"items": {
|
|
178
|
+
"properties": {
|
|
179
|
+
"aggregation": {
|
|
180
|
+
"description": "Aggregation query type",
|
|
181
|
+
"enum": [
|
|
182
|
+
"average",
|
|
183
|
+
"count",
|
|
184
|
+
"cumulativesum",
|
|
185
|
+
"distinctcount",
|
|
186
|
+
"histogram",
|
|
187
|
+
"max",
|
|
188
|
+
"median",
|
|
189
|
+
"min",
|
|
190
|
+
"rate",
|
|
191
|
+
"stddev",
|
|
192
|
+
"sum",
|
|
193
|
+
"weightedaverage"
|
|
194
|
+
],
|
|
195
|
+
"type": "string"
|
|
196
|
+
},
|
|
197
|
+
"columnId": {
|
|
198
|
+
"description": "Column id",
|
|
199
|
+
"format": "uuid",
|
|
200
|
+
"type": "string"
|
|
201
|
+
},
|
|
202
|
+
"datasetId": {
|
|
203
|
+
"description": "Dataset id",
|
|
204
|
+
"format": "uuid",
|
|
205
|
+
"type": "string"
|
|
206
|
+
},
|
|
207
|
+
"formulaId": {
|
|
208
|
+
"description": "Formula id",
|
|
209
|
+
"format": "uuid",
|
|
210
|
+
"type": "string"
|
|
211
|
+
},
|
|
212
|
+
"label": {
|
|
213
|
+
"description": "Label",
|
|
214
|
+
"type": "string"
|
|
215
|
+
},
|
|
216
|
+
"weightedColumnId": {
|
|
217
|
+
"description": "Weighted column id",
|
|
218
|
+
"format": "uuid",
|
|
219
|
+
"type": "string"
|
|
220
|
+
},
|
|
221
|
+
"weightedDatasetId": {
|
|
222
|
+
"description": "Weighted dataset id",
|
|
223
|
+
"format": "uuid",
|
|
224
|
+
"type": "string"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"type": "object"
|
|
220
228
|
},
|
|
221
|
-
"
|
|
222
|
-
|
|
223
|
-
"format": "uuid",
|
|
224
|
-
"type": "string"
|
|
225
|
-
}
|
|
226
|
-
},
|
|
227
|
-
"type": "object"
|
|
229
|
+
"type": "array"
|
|
230
|
+
}
|
|
228
231
|
},
|
|
229
|
-
"type": "
|
|
232
|
+
"type": "object"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"type": "null"
|
|
230
236
|
}
|
|
231
|
-
|
|
232
|
-
"
|
|
237
|
+
],
|
|
238
|
+
"default": null,
|
|
239
|
+
"description": "Custom events interactivity option"
|
|
233
240
|
},
|
|
234
241
|
"customTooltip": {
|
|
235
242
|
"default": null,
|
|
236
243
|
"description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
|
|
237
|
-
"type":
|
|
244
|
+
"type": [
|
|
245
|
+
"null",
|
|
246
|
+
"object"
|
|
247
|
+
]
|
|
238
248
|
},
|
|
239
249
|
"exportTypes": {
|
|
240
250
|
"default": [
|
|
@@ -281,6 +291,15 @@ declare const _default: {
|
|
|
281
291
|
],
|
|
282
292
|
"type": "string"
|
|
283
293
|
},
|
|
294
|
+
"slotType": {
|
|
295
|
+
"description": "Slot type",
|
|
296
|
+
"enum": [
|
|
297
|
+
"categorical",
|
|
298
|
+
"mixed",
|
|
299
|
+
"numeric"
|
|
300
|
+
],
|
|
301
|
+
"type": "string"
|
|
302
|
+
},
|
|
284
303
|
"values": {
|
|
285
304
|
"description": "An array of columns for the current picker",
|
|
286
305
|
"items": {
|
|
@@ -507,6 +526,10 @@ declare const _default: {
|
|
|
507
526
|
"type": {
|
|
508
527
|
"description": "Column / Formula type",
|
|
509
528
|
"enum": [
|
|
529
|
+
"array[datetime]",
|
|
530
|
+
"array[hierarchy]",
|
|
531
|
+
"array[numeric]",
|
|
532
|
+
"array[spatial]",
|
|
510
533
|
"datetime",
|
|
511
534
|
"hierarchy",
|
|
512
535
|
"numeric",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColorSlot": {
|
|
@@ -10,13 +10,13 @@ declare const _default: {
|
|
|
10
10
|
"items": {
|
|
11
11
|
"anyOf": [
|
|
12
12
|
{
|
|
13
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
13
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json#/definitions/NumericSlotContent"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json#/definitions/HierarchySlotContent"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
19
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
22
|
},
|
|
@@ -128,7 +128,7 @@ declare const _default: {
|
|
|
128
128
|
"type": "string"
|
|
129
129
|
},
|
|
130
130
|
"periodOverPeriod": {
|
|
131
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
131
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
132
132
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
133
133
|
},
|
|
134
134
|
"subtype": {
|
|
@@ -166,7 +166,7 @@ declare const _default: {
|
|
|
166
166
|
"content": {
|
|
167
167
|
"description": "Geo slot definition",
|
|
168
168
|
"items": {
|
|
169
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
169
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json#/definitions/SpatialSlotContent"
|
|
170
170
|
},
|
|
171
171
|
"maxItems": 1,
|
|
172
172
|
"type": "array"
|
|
@@ -238,7 +238,7 @@ declare const _default: {
|
|
|
238
238
|
]
|
|
239
239
|
},
|
|
240
240
|
"periodOverPeriod": {
|
|
241
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
241
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
242
242
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
243
243
|
},
|
|
244
244
|
"subtype": {
|
|
@@ -276,13 +276,13 @@ declare const _default: {
|
|
|
276
276
|
"items": {
|
|
277
277
|
"anyOf": [
|
|
278
278
|
{
|
|
279
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
279
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json#/definitions/NumericSlotContent"
|
|
280
280
|
},
|
|
281
281
|
{
|
|
282
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
282
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json#/definitions/HierarchySlotContent"
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
285
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
286
286
|
}
|
|
287
287
|
]
|
|
288
288
|
},
|
|
@@ -326,7 +326,7 @@ declare const _default: {
|
|
|
326
326
|
"type": "string"
|
|
327
327
|
},
|
|
328
328
|
"columnSubType": {
|
|
329
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
329
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json#/definitions/ColumnSubtype",
|
|
330
330
|
"description": "Column subtype"
|
|
331
331
|
},
|
|
332
332
|
"datasetId": {
|
|
@@ -419,7 +419,7 @@ declare const _default: {
|
|
|
419
419
|
"type": "object"
|
|
420
420
|
},
|
|
421
421
|
"periodOverPeriod": {
|
|
422
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
422
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
423
423
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
424
424
|
},
|
|
425
425
|
"subtype": {
|
|
@@ -464,7 +464,7 @@ declare const _default: {
|
|
|
464
464
|
"type": "number"
|
|
465
465
|
},
|
|
466
466
|
"type": {
|
|
467
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
467
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
468
468
|
"description": "Period over period comparison type"
|
|
469
469
|
}
|
|
470
470
|
},
|
|
@@ -539,13 +539,13 @@ declare const _default: {
|
|
|
539
539
|
"items": {
|
|
540
540
|
"anyOf": [
|
|
541
541
|
{
|
|
542
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
542
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json#/definitions/GeoSlot"
|
|
543
543
|
},
|
|
544
544
|
{
|
|
545
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
545
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json#/definitions/MeasureSlot"
|
|
546
546
|
},
|
|
547
547
|
{
|
|
548
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
548
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json#/definitions/ColorSlot"
|
|
549
549
|
}
|
|
550
550
|
]
|
|
551
551
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Spike Map item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Spike Map item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Spike Map item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/spike-map-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/strip-plot-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"annotate": {
|
|
@@ -107,6 +107,15 @@ declare const _default: {
|
|
|
107
107
|
],
|
|
108
108
|
"type": "string"
|
|
109
109
|
},
|
|
110
|
+
"slotType": {
|
|
111
|
+
"description": "Slot type",
|
|
112
|
+
"enum": [
|
|
113
|
+
"categorical",
|
|
114
|
+
"mixed",
|
|
115
|
+
"numeric"
|
|
116
|
+
],
|
|
117
|
+
"type": "string"
|
|
118
|
+
},
|
|
110
119
|
"values": {
|
|
111
120
|
"description": "An array of columns for the current picker",
|
|
112
121
|
"items": {
|
|
@@ -333,6 +342,10 @@ declare const _default: {
|
|
|
333
342
|
"type": {
|
|
334
343
|
"description": "Column / Formula type",
|
|
335
344
|
"enum": [
|
|
345
|
+
"array[datetime]",
|
|
346
|
+
"array[hierarchy]",
|
|
347
|
+
"array[numeric]",
|
|
348
|
+
"array[spatial]",
|
|
336
349
|
"datetime",
|
|
337
350
|
"hierarchy",
|
|
338
351
|
"numeric",
|