@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
package/json-schemas.d.ts
CHANGED
|
@@ -31,6 +31,9 @@ import { default as ColumnChartSlotsJSONSchema } from './assets/json-schemas/col
|
|
|
31
31
|
import { default as CombinationChartJSONSchema } from './assets/json-schemas/combination-chart.schema.json';
|
|
32
32
|
import { default as CombinationChartOptionsJSONSchema } from './assets/json-schemas/combination-chart-options.schema.json';
|
|
33
33
|
import { default as CombinationChartSlotsJSONSchema } from './assets/json-schemas/combination-chart-slots.schema.json';
|
|
34
|
+
import { default as ConditionalNumberJSONSchema } from './assets/json-schemas/conditional-number.schema.json';
|
|
35
|
+
import { default as ConditionalNumberOptionsJSONSchema } from './assets/json-schemas/conditional-number-options.schema.json';
|
|
36
|
+
import { default as ConditionalNumberSlotsJSONSchema } from './assets/json-schemas/conditional-number-slots.schema.json';
|
|
34
37
|
import { default as DateFilterJSONSchema } from './assets/json-schemas/date-filter.schema.json';
|
|
35
38
|
import { default as DateFilterOptionsJSONSchema } from './assets/json-schemas/date-filter-options.schema.json';
|
|
36
39
|
import { default as DateFilterSlotsJSONSchema } from './assets/json-schemas/date-filter-slots.schema.json';
|
|
@@ -124,7 +127,7 @@ import { default as VideoOptionsJSONSchema } from './assets/json-schemas/video-o
|
|
|
124
127
|
import { default as WordcloudChartJSONSchema } from './assets/json-schemas/wordcloud-chart.schema.json';
|
|
125
128
|
import { default as WordcloudChartOptionsJSONSchema } from './assets/json-schemas/wordcloud-chart-options.schema.json';
|
|
126
129
|
import { default as WordcloudChartSlotsJSONSchema } from './assets/json-schemas/wordcloud-chart-slots.schema.json';
|
|
127
|
-
export { VizItemTypeJSONSchema, OptionsJSONSchema, SlotsJSONSchema, AreaChartJSONSchema, AreaChartOptionsJSONSchema, AreaChartSlotsJSONSchema, BarChartJSONSchema, BarChartOptionsJSONSchema, BarChartSlotsJSONSchema, BoxPlotJSONSchema, BoxPlotOptionsJSONSchema, BoxPlotSlotsJSONSchema, BubbleChartJSONSchema, BubbleChartOptionsJSONSchema, BubbleChartSlotsJSONSchema, BulletChartJSONSchema, BulletChartOptionsJSONSchema, BulletChartSlotsJSONSchema, ChoroplethMapJSONSchema, ChoroplethMapOptionsJSONSchema, ChoroplethMapSlotsJSONSchema, CirclePackChartJSONSchema, CirclePackChartOptionsJSONSchema, CirclePackChartSlotsJSONSchema, CircularGaugeJSONSchema, CircularGaugeOptionsJSONSchema, CircularGaugeSlotsJSONSchema, ColumnChartJSONSchema, ColumnChartOptionsJSONSchema, ColumnChartSlotsJSONSchema, CombinationChartJSONSchema, CombinationChartOptionsJSONSchema, CombinationChartSlotsJSONSchema, DateFilterJSONSchema, DateFilterOptionsJSONSchema, DateFilterSlotsJSONSchema, DonutChartJSONSchema, DonutChartOptionsJSONSchema, DonutChartSlotsJSONSchema, DropdownFilterJSONSchema, DropdownFilterOptionsJSONSchema, DropdownFilterSlotsJSONSchema, EvolutionNumberJSONSchema, EvolutionNumberOptionsJSONSchema, EvolutionNumberSlotsJSONSchema, FunnelChartJSONSchema, FunnelChartOptionsJSONSchema, FunnelChartSlotsJSONSchema, HeatMapJSONSchema, HeatMapOptionsJSONSchema, HeatMapSlotsJSONSchema, HeatTableJSONSchema, HeatTableOptionsJSONSchema, HeatTableSlotsJSONSchema, HexbinMapJSONSchema, HexbinMapOptionsJSONSchema, HexbinMapSlotsJSONSchema, ImageJSONSchema, ImageOptionsJSONSchema, LineChartJSONSchema, LineChartOptionsJSONSchema, LineChartSlotsJSONSchema, MarkerMapJSONSchema, MarkerMapOptionsJSONSchema, MarkerMapSlotsJSONSchema, OhlcChartJSONSchema, OhlcChartOptionsJSONSchema, OhlcChartSlotsJSONSchema, ParallelCoordinatesPlotJSONSchema, ParallelCoordinatesPlotOptionsJSONSchema, ParallelCoordinatesPlotSlotsJSONSchema, PivotTableJSONSchema, PivotTableOptionsJSONSchema, PivotTableSlotsJSONSchema, PyramidChartJSONSchema, PyramidChartOptionsJSONSchema, PyramidChartSlotsJSONSchema, RadarChartJSONSchema, RadarChartOptionsJSONSchema, RadarChartSlotsJSONSchema, RegularTableJSONSchema, RegularTableOptionsJSONSchema, RegularTableSlotsJSONSchema, RouteMapJSONSchema, RouteMapOptionsJSONSchema, RouteMapSlotsJSONSchema, SankeyDiagramJSONSchema, SankeyDiagramOptionsJSONSchema, SankeyDiagramSlotsJSONSchema, ScatterPlotJSONSchema, ScatterPlotOptionsJSONSchema, ScatterPlotSlotsJSONSchema, SearchFilterJSONSchema, SearchFilterOptionsJSONSchema, SearchFilterSlotsJSONSchema, SlicerFilterJSONSchema, SlicerFilterOptionsJSONSchema, SlicerFilterSlotsJSONSchema, SliderFilterJSONSchema, SliderFilterOptionsJSONSchema, SliderFilterSlotsJSONSchema, SpeedometerChartJSONSchema, SpeedometerChartOptionsJSONSchema, SpeedometerChartSlotsJSONSchema, SpikeMapJSONSchema, SpikeMapOptionsJSONSchema, SpikeMapSlotsJSONSchema, StripPlotJSONSchema, StripPlotOptionsJSONSchema, StripPlotSlotsJSONSchema, SunburstChartJSONSchema, SunburstChartOptionsJSONSchema, SunburstChartSlotsJSONSchema, SymbolMapJSONSchema, SymbolMapOptionsJSONSchema, SymbolMapSlotsJSONSchema, TextJSONSchema, TextOptionsJSONSchema, TreemapChartJSONSchema, TreemapChartOptionsJSONSchema, TreemapChartSlotsJSONSchema, VideoJSONSchema, VideoOptionsJSONSchema, WordcloudChartJSONSchema, WordcloudChartOptionsJSONSchema, WordcloudChartSlotsJSONSchema };
|
|
130
|
+
export { VizItemTypeJSONSchema, OptionsJSONSchema, SlotsJSONSchema, AreaChartJSONSchema, AreaChartOptionsJSONSchema, AreaChartSlotsJSONSchema, BarChartJSONSchema, BarChartOptionsJSONSchema, BarChartSlotsJSONSchema, BoxPlotJSONSchema, BoxPlotOptionsJSONSchema, BoxPlotSlotsJSONSchema, BubbleChartJSONSchema, BubbleChartOptionsJSONSchema, BubbleChartSlotsJSONSchema, BulletChartJSONSchema, BulletChartOptionsJSONSchema, BulletChartSlotsJSONSchema, ChoroplethMapJSONSchema, ChoroplethMapOptionsJSONSchema, ChoroplethMapSlotsJSONSchema, CirclePackChartJSONSchema, CirclePackChartOptionsJSONSchema, CirclePackChartSlotsJSONSchema, CircularGaugeJSONSchema, CircularGaugeOptionsJSONSchema, CircularGaugeSlotsJSONSchema, ColumnChartJSONSchema, ColumnChartOptionsJSONSchema, ColumnChartSlotsJSONSchema, CombinationChartJSONSchema, CombinationChartOptionsJSONSchema, CombinationChartSlotsJSONSchema, ConditionalNumberJSONSchema, ConditionalNumberOptionsJSONSchema, ConditionalNumberSlotsJSONSchema, DateFilterJSONSchema, DateFilterOptionsJSONSchema, DateFilterSlotsJSONSchema, DonutChartJSONSchema, DonutChartOptionsJSONSchema, DonutChartSlotsJSONSchema, DropdownFilterJSONSchema, DropdownFilterOptionsJSONSchema, DropdownFilterSlotsJSONSchema, EvolutionNumberJSONSchema, EvolutionNumberOptionsJSONSchema, EvolutionNumberSlotsJSONSchema, FunnelChartJSONSchema, FunnelChartOptionsJSONSchema, FunnelChartSlotsJSONSchema, HeatMapJSONSchema, HeatMapOptionsJSONSchema, HeatMapSlotsJSONSchema, HeatTableJSONSchema, HeatTableOptionsJSONSchema, HeatTableSlotsJSONSchema, HexbinMapJSONSchema, HexbinMapOptionsJSONSchema, HexbinMapSlotsJSONSchema, ImageJSONSchema, ImageOptionsJSONSchema, LineChartJSONSchema, LineChartOptionsJSONSchema, LineChartSlotsJSONSchema, MarkerMapJSONSchema, MarkerMapOptionsJSONSchema, MarkerMapSlotsJSONSchema, OhlcChartJSONSchema, OhlcChartOptionsJSONSchema, OhlcChartSlotsJSONSchema, ParallelCoordinatesPlotJSONSchema, ParallelCoordinatesPlotOptionsJSONSchema, ParallelCoordinatesPlotSlotsJSONSchema, PivotTableJSONSchema, PivotTableOptionsJSONSchema, PivotTableSlotsJSONSchema, PyramidChartJSONSchema, PyramidChartOptionsJSONSchema, PyramidChartSlotsJSONSchema, RadarChartJSONSchema, RadarChartOptionsJSONSchema, RadarChartSlotsJSONSchema, RegularTableJSONSchema, RegularTableOptionsJSONSchema, RegularTableSlotsJSONSchema, RouteMapJSONSchema, RouteMapOptionsJSONSchema, RouteMapSlotsJSONSchema, SankeyDiagramJSONSchema, SankeyDiagramOptionsJSONSchema, SankeyDiagramSlotsJSONSchema, ScatterPlotJSONSchema, ScatterPlotOptionsJSONSchema, ScatterPlotSlotsJSONSchema, SearchFilterJSONSchema, SearchFilterOptionsJSONSchema, SearchFilterSlotsJSONSchema, SlicerFilterJSONSchema, SlicerFilterOptionsJSONSchema, SlicerFilterSlotsJSONSchema, SliderFilterJSONSchema, SliderFilterOptionsJSONSchema, SliderFilterSlotsJSONSchema, SpeedometerChartJSONSchema, SpeedometerChartOptionsJSONSchema, SpeedometerChartSlotsJSONSchema, SpikeMapJSONSchema, SpikeMapOptionsJSONSchema, SpikeMapSlotsJSONSchema, StripPlotJSONSchema, StripPlotOptionsJSONSchema, StripPlotSlotsJSONSchema, SunburstChartJSONSchema, SunburstChartOptionsJSONSchema, SunburstChartSlotsJSONSchema, SymbolMapJSONSchema, SymbolMapOptionsJSONSchema, SymbolMapSlotsJSONSchema, TextJSONSchema, TextOptionsJSONSchema, TreemapChartJSONSchema, TreemapChartOptionsJSONSchema, TreemapChartSlotsJSONSchema, VideoJSONSchema, VideoOptionsJSONSchema, WordcloudChartJSONSchema, WordcloudChartOptionsJSONSchema, WordcloudChartSlotsJSONSchema };
|
|
128
131
|
/**
|
|
129
132
|
* Using JSON_SCHEMAS increases bundle size; instead, import the needed schemas, e.g., "import { TextOptionsJSONSchema } from '@luzmo/dashboard-contents-types'"
|
|
130
133
|
*/
|
|
@@ -547,6 +550,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
547
550
|
examples: string[];
|
|
548
551
|
type: string;
|
|
549
552
|
};
|
|
553
|
+
slotType: {
|
|
554
|
+
description: string;
|
|
555
|
+
enum: string[];
|
|
556
|
+
type: string;
|
|
557
|
+
};
|
|
550
558
|
values: {
|
|
551
559
|
description: string;
|
|
552
560
|
items: {
|
|
@@ -1860,6 +1868,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
1860
1868
|
examples: string[];
|
|
1861
1869
|
type: string;
|
|
1862
1870
|
};
|
|
1871
|
+
slotType: {
|
|
1872
|
+
description: string;
|
|
1873
|
+
enum: string[];
|
|
1874
|
+
type: string;
|
|
1875
|
+
};
|
|
1863
1876
|
values: {
|
|
1864
1877
|
description: string;
|
|
1865
1878
|
items: {
|
|
@@ -3205,6 +3218,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
3205
3218
|
examples: string[];
|
|
3206
3219
|
type: string;
|
|
3207
3220
|
};
|
|
3221
|
+
slotType: {
|
|
3222
|
+
description: string;
|
|
3223
|
+
enum: string[];
|
|
3224
|
+
type: string;
|
|
3225
|
+
};
|
|
3208
3226
|
values: {
|
|
3209
3227
|
description: string;
|
|
3210
3228
|
items: {
|
|
@@ -4344,6 +4362,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
4344
4362
|
examples: string[];
|
|
4345
4363
|
type: string;
|
|
4346
4364
|
};
|
|
4365
|
+
slotType: {
|
|
4366
|
+
description: string;
|
|
4367
|
+
enum: string[];
|
|
4368
|
+
type: string;
|
|
4369
|
+
};
|
|
4347
4370
|
values: {
|
|
4348
4371
|
description: string;
|
|
4349
4372
|
items: {
|
|
@@ -5410,6 +5433,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
5410
5433
|
examples: string[];
|
|
5411
5434
|
type: string;
|
|
5412
5435
|
};
|
|
5436
|
+
slotType: {
|
|
5437
|
+
description: string;
|
|
5438
|
+
enum: string[];
|
|
5439
|
+
type: string;
|
|
5440
|
+
};
|
|
5413
5441
|
values: {
|
|
5414
5442
|
description: string;
|
|
5415
5443
|
items: {
|
|
@@ -6586,6 +6614,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
6586
6614
|
examples: string[];
|
|
6587
6615
|
type: string;
|
|
6588
6616
|
};
|
|
6617
|
+
slotType: {
|
|
6618
|
+
description: string;
|
|
6619
|
+
enum: string[];
|
|
6620
|
+
type: string;
|
|
6621
|
+
};
|
|
6589
6622
|
values: {
|
|
6590
6623
|
description: string;
|
|
6591
6624
|
items: {
|
|
@@ -7880,6 +7913,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
7880
7913
|
examples: string[];
|
|
7881
7914
|
type: string;
|
|
7882
7915
|
};
|
|
7916
|
+
slotType: {
|
|
7917
|
+
description: string;
|
|
7918
|
+
enum: string[];
|
|
7919
|
+
type: string;
|
|
7920
|
+
};
|
|
7883
7921
|
values: {
|
|
7884
7922
|
description: string;
|
|
7885
7923
|
items: {
|
|
@@ -8921,6 +8959,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
8921
8959
|
examples: string[];
|
|
8922
8960
|
type: string;
|
|
8923
8961
|
};
|
|
8962
|
+
slotType: {
|
|
8963
|
+
description: string;
|
|
8964
|
+
enum: string[];
|
|
8965
|
+
type: string;
|
|
8966
|
+
};
|
|
8924
8967
|
values: {
|
|
8925
8968
|
description: string;
|
|
8926
8969
|
items: {
|
|
@@ -10155,6 +10198,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
10155
10198
|
examples: string[];
|
|
10156
10199
|
type: string;
|
|
10157
10200
|
};
|
|
10201
|
+
slotType: {
|
|
10202
|
+
description: string;
|
|
10203
|
+
enum: string[];
|
|
10204
|
+
type: string;
|
|
10205
|
+
};
|
|
10158
10206
|
values: {
|
|
10159
10207
|
description: string;
|
|
10160
10208
|
items: {
|
|
@@ -11541,75 +11589,80 @@ export declare const JSON_SCHEMAS: {
|
|
|
11541
11589
|
type: string;
|
|
11542
11590
|
};
|
|
11543
11591
|
customEvents: {
|
|
11544
|
-
|
|
11545
|
-
|
|
11546
|
-
|
|
11547
|
-
|
|
11548
|
-
|
|
11549
|
-
|
|
11550
|
-
|
|
11551
|
-
|
|
11552
|
-
|
|
11553
|
-
|
|
11554
|
-
|
|
11555
|
-
|
|
11556
|
-
|
|
11557
|
-
|
|
11592
|
+
anyOf: ({
|
|
11593
|
+
properties: {
|
|
11594
|
+
events: {
|
|
11595
|
+
items: {
|
|
11596
|
+
description: string;
|
|
11597
|
+
properties: {
|
|
11598
|
+
label: {
|
|
11599
|
+
description: string;
|
|
11600
|
+
type: string;
|
|
11601
|
+
};
|
|
11602
|
+
name: {
|
|
11603
|
+
description: string;
|
|
11604
|
+
type: string;
|
|
11605
|
+
};
|
|
11558
11606
|
};
|
|
11607
|
+
type: string;
|
|
11559
11608
|
};
|
|
11560
11609
|
type: string;
|
|
11561
11610
|
};
|
|
11562
|
-
|
|
11563
|
-
|
|
11564
|
-
|
|
11565
|
-
|
|
11566
|
-
|
|
11567
|
-
|
|
11568
|
-
|
|
11569
|
-
|
|
11570
|
-
|
|
11571
|
-
|
|
11572
|
-
|
|
11573
|
-
|
|
11574
|
-
|
|
11575
|
-
|
|
11576
|
-
|
|
11577
|
-
|
|
11578
|
-
|
|
11579
|
-
|
|
11580
|
-
|
|
11581
|
-
|
|
11582
|
-
|
|
11583
|
-
|
|
11584
|
-
|
|
11585
|
-
|
|
11586
|
-
|
|
11587
|
-
|
|
11588
|
-
|
|
11589
|
-
|
|
11590
|
-
|
|
11591
|
-
|
|
11592
|
-
|
|
11593
|
-
|
|
11594
|
-
|
|
11595
|
-
|
|
11596
|
-
|
|
11597
|
-
|
|
11598
|
-
|
|
11599
|
-
type: string;
|
|
11611
|
+
extraData: {
|
|
11612
|
+
items: {
|
|
11613
|
+
properties: {
|
|
11614
|
+
aggregation: {
|
|
11615
|
+
description: string;
|
|
11616
|
+
enum: string[];
|
|
11617
|
+
type: string;
|
|
11618
|
+
};
|
|
11619
|
+
columnId: {
|
|
11620
|
+
description: string;
|
|
11621
|
+
format: string;
|
|
11622
|
+
type: string;
|
|
11623
|
+
};
|
|
11624
|
+
datasetId: {
|
|
11625
|
+
description: string;
|
|
11626
|
+
format: string;
|
|
11627
|
+
type: string;
|
|
11628
|
+
};
|
|
11629
|
+
formulaId: {
|
|
11630
|
+
description: string;
|
|
11631
|
+
format: string;
|
|
11632
|
+
type: string;
|
|
11633
|
+
};
|
|
11634
|
+
label: {
|
|
11635
|
+
description: string;
|
|
11636
|
+
type: string;
|
|
11637
|
+
};
|
|
11638
|
+
weightedColumnId: {
|
|
11639
|
+
description: string;
|
|
11640
|
+
format: string;
|
|
11641
|
+
type: string;
|
|
11642
|
+
};
|
|
11643
|
+
weightedDatasetId: {
|
|
11644
|
+
description: string;
|
|
11645
|
+
format: string;
|
|
11646
|
+
type: string;
|
|
11647
|
+
};
|
|
11600
11648
|
};
|
|
11649
|
+
type: string;
|
|
11601
11650
|
};
|
|
11602
11651
|
type: string;
|
|
11603
11652
|
};
|
|
11604
|
-
type: string;
|
|
11605
11653
|
};
|
|
11606
|
-
|
|
11607
|
-
|
|
11654
|
+
type: string;
|
|
11655
|
+
} | {
|
|
11656
|
+
type: string;
|
|
11657
|
+
properties?: undefined;
|
|
11658
|
+
})[];
|
|
11659
|
+
default: null;
|
|
11660
|
+
description: string;
|
|
11608
11661
|
};
|
|
11609
11662
|
customTooltip: {
|
|
11610
11663
|
default: null;
|
|
11611
11664
|
description: string;
|
|
11612
|
-
type: string;
|
|
11665
|
+
type: string[];
|
|
11613
11666
|
};
|
|
11614
11667
|
exportTypes: {
|
|
11615
11668
|
default: string[];
|
|
@@ -11637,6 +11690,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
11637
11690
|
examples: string[];
|
|
11638
11691
|
type: string;
|
|
11639
11692
|
};
|
|
11693
|
+
slotType: {
|
|
11694
|
+
description: string;
|
|
11695
|
+
enum: string[];
|
|
11696
|
+
type: string;
|
|
11697
|
+
};
|
|
11640
11698
|
values: {
|
|
11641
11699
|
description: string;
|
|
11642
11700
|
items: {
|
|
@@ -12616,7 +12674,7 @@ export declare const JSON_SCHEMAS: {
|
|
|
12616
12674
|
maxItems: number;
|
|
12617
12675
|
type: string;
|
|
12618
12676
|
};
|
|
12619
|
-
'
|
|
12677
|
+
'conditional-number.schema.json': {
|
|
12620
12678
|
$schema: string;
|
|
12621
12679
|
$id: string;
|
|
12622
12680
|
type: string;
|
|
@@ -12637,10 +12695,28 @@ export declare const JSON_SCHEMAS: {
|
|
|
12637
12695
|
};
|
|
12638
12696
|
};
|
|
12639
12697
|
};
|
|
12640
|
-
'
|
|
12698
|
+
'conditional-number-options.schema.json': {
|
|
12641
12699
|
$id: string;
|
|
12642
12700
|
$schema: string;
|
|
12643
12701
|
properties: {
|
|
12702
|
+
alignment: {
|
|
12703
|
+
description: string;
|
|
12704
|
+
properties: {
|
|
12705
|
+
horizontal: {
|
|
12706
|
+
default: string;
|
|
12707
|
+
description: string;
|
|
12708
|
+
enum: string[];
|
|
12709
|
+
type: string;
|
|
12710
|
+
};
|
|
12711
|
+
vertical: {
|
|
12712
|
+
default: string;
|
|
12713
|
+
description: string;
|
|
12714
|
+
enum: string[];
|
|
12715
|
+
type: string;
|
|
12716
|
+
};
|
|
12717
|
+
};
|
|
12718
|
+
type: string;
|
|
12719
|
+
};
|
|
12644
12720
|
annotate: {
|
|
12645
12721
|
description: string;
|
|
12646
12722
|
properties: {
|
|
@@ -12671,112 +12747,106 @@ export declare const JSON_SCHEMAS: {
|
|
|
12671
12747
|
examples: string[];
|
|
12672
12748
|
type: string;
|
|
12673
12749
|
};
|
|
12674
|
-
|
|
12750
|
+
display: {
|
|
12675
12751
|
description: string;
|
|
12676
12752
|
properties: {
|
|
12677
|
-
|
|
12753
|
+
label: {
|
|
12678
12754
|
default: boolean;
|
|
12679
12755
|
description: string;
|
|
12680
12756
|
type: string;
|
|
12681
12757
|
};
|
|
12682
|
-
|
|
12758
|
+
title: {
|
|
12683
12759
|
default: boolean;
|
|
12684
12760
|
description: string;
|
|
12685
12761
|
type: string;
|
|
12686
12762
|
};
|
|
12687
|
-
|
|
12688
|
-
|
|
12689
|
-
|
|
12690
|
-
|
|
12691
|
-
|
|
12692
|
-
|
|
12693
|
-
|
|
12694
|
-
|
|
12695
|
-
};
|
|
12696
|
-
markUnavailable: {
|
|
12697
|
-
description: string;
|
|
12698
|
-
type: string;
|
|
12699
|
-
};
|
|
12700
|
-
ranges: {
|
|
12701
|
-
description: string;
|
|
12702
|
-
items: {
|
|
12763
|
+
};
|
|
12764
|
+
type: string;
|
|
12765
|
+
};
|
|
12766
|
+
interactivity: {
|
|
12767
|
+
description: string;
|
|
12768
|
+
properties: {
|
|
12769
|
+
customEvents: {
|
|
12770
|
+
anyOf: ({
|
|
12703
12771
|
properties: {
|
|
12704
|
-
|
|
12705
|
-
|
|
12706
|
-
|
|
12707
|
-
|
|
12708
|
-
|
|
12709
|
-
|
|
12710
|
-
|
|
12711
|
-
|
|
12712
|
-
|
|
12713
|
-
|
|
12772
|
+
events: {
|
|
12773
|
+
items: {
|
|
12774
|
+
description: string;
|
|
12775
|
+
properties: {
|
|
12776
|
+
label: {
|
|
12777
|
+
description: string;
|
|
12778
|
+
type: string;
|
|
12779
|
+
};
|
|
12780
|
+
name: {
|
|
12781
|
+
description: string;
|
|
12782
|
+
type: string;
|
|
12783
|
+
};
|
|
12714
12784
|
};
|
|
12785
|
+
type: string;
|
|
12715
12786
|
};
|
|
12716
12787
|
type: string;
|
|
12717
12788
|
};
|
|
12718
|
-
|
|
12719
|
-
|
|
12720
|
-
|
|
12721
|
-
|
|
12722
|
-
|
|
12723
|
-
|
|
12724
|
-
|
|
12725
|
-
|
|
12726
|
-
|
|
12727
|
-
|
|
12728
|
-
|
|
12729
|
-
|
|
12730
|
-
|
|
12731
|
-
|
|
12732
|
-
|
|
12733
|
-
|
|
12734
|
-
|
|
12735
|
-
|
|
12736
|
-
|
|
12737
|
-
|
|
12738
|
-
|
|
12739
|
-
|
|
12740
|
-
|
|
12741
|
-
|
|
12789
|
+
extraData: {
|
|
12790
|
+
items: {
|
|
12791
|
+
properties: {
|
|
12792
|
+
aggregation: {
|
|
12793
|
+
description: string;
|
|
12794
|
+
enum: string[];
|
|
12795
|
+
type: string;
|
|
12796
|
+
};
|
|
12797
|
+
columnId: {
|
|
12798
|
+
description: string;
|
|
12799
|
+
format: string;
|
|
12800
|
+
type: string;
|
|
12801
|
+
};
|
|
12802
|
+
datasetId: {
|
|
12803
|
+
description: string;
|
|
12804
|
+
format: string;
|
|
12805
|
+
type: string;
|
|
12806
|
+
};
|
|
12807
|
+
formulaId: {
|
|
12808
|
+
description: string;
|
|
12809
|
+
format: string;
|
|
12810
|
+
type: string;
|
|
12811
|
+
};
|
|
12812
|
+
label: {
|
|
12813
|
+
description: string;
|
|
12814
|
+
type: string;
|
|
12815
|
+
};
|
|
12816
|
+
weightedColumnId: {
|
|
12817
|
+
description: string;
|
|
12818
|
+
format: string;
|
|
12819
|
+
type: string;
|
|
12820
|
+
};
|
|
12821
|
+
weightedDatasetId: {
|
|
12822
|
+
description: string;
|
|
12823
|
+
format: string;
|
|
12824
|
+
type: string;
|
|
12825
|
+
};
|
|
12826
|
+
};
|
|
12827
|
+
type: string;
|
|
12828
|
+
};
|
|
12742
12829
|
type: string;
|
|
12743
12830
|
};
|
|
12744
12831
|
};
|
|
12745
12832
|
type: string;
|
|
12746
|
-
}
|
|
12747
|
-
|
|
12748
|
-
|
|
12749
|
-
|
|
12750
|
-
default:
|
|
12751
|
-
description: string;
|
|
12752
|
-
type: string;
|
|
12753
|
-
};
|
|
12754
|
-
showDropdowns: {
|
|
12755
|
-
default: boolean;
|
|
12756
|
-
description: string;
|
|
12757
|
-
type: string;
|
|
12758
|
-
};
|
|
12759
|
-
showISOWeekNumbers: {
|
|
12760
|
-
default: boolean;
|
|
12833
|
+
} | {
|
|
12834
|
+
type: string;
|
|
12835
|
+
properties?: undefined;
|
|
12836
|
+
})[];
|
|
12837
|
+
default: null;
|
|
12761
12838
|
description: string;
|
|
12762
|
-
type: string;
|
|
12763
12839
|
};
|
|
12764
|
-
|
|
12765
|
-
|
|
12766
|
-
};
|
|
12767
|
-
display: {
|
|
12768
|
-
description: string;
|
|
12769
|
-
properties: {
|
|
12770
|
-
title: {
|
|
12840
|
+
exportTypes: {
|
|
12841
|
+
default: string[];
|
|
12771
12842
|
description: string;
|
|
12843
|
+
items: {
|
|
12844
|
+
description: string;
|
|
12845
|
+
enum: string[];
|
|
12846
|
+
type: string;
|
|
12847
|
+
};
|
|
12772
12848
|
type: string;
|
|
12773
12849
|
};
|
|
12774
|
-
};
|
|
12775
|
-
type: string;
|
|
12776
|
-
};
|
|
12777
|
-
interactivity: {
|
|
12778
|
-
description: string;
|
|
12779
|
-
properties: {
|
|
12780
12850
|
measureDimensionPicker: {
|
|
12781
12851
|
default: never[][];
|
|
12782
12852
|
description: string;
|
|
@@ -12793,6 +12863,961 @@ export declare const JSON_SCHEMAS: {
|
|
|
12793
12863
|
examples: string[];
|
|
12794
12864
|
type: string;
|
|
12795
12865
|
};
|
|
12866
|
+
slotType: {
|
|
12867
|
+
description: string;
|
|
12868
|
+
enum: string[];
|
|
12869
|
+
type: string;
|
|
12870
|
+
};
|
|
12871
|
+
values: {
|
|
12872
|
+
description: string;
|
|
12873
|
+
items: {
|
|
12874
|
+
properties: {
|
|
12875
|
+
aggregationFunc: {
|
|
12876
|
+
description: string;
|
|
12877
|
+
enum: string[];
|
|
12878
|
+
type: string;
|
|
12879
|
+
};
|
|
12880
|
+
aggregationWeight: {
|
|
12881
|
+
description: string;
|
|
12882
|
+
properties: {
|
|
12883
|
+
columnId: {
|
|
12884
|
+
description: string;
|
|
12885
|
+
format: string;
|
|
12886
|
+
type: string;
|
|
12887
|
+
};
|
|
12888
|
+
columnSubType: {
|
|
12889
|
+
description: string;
|
|
12890
|
+
enum: string[];
|
|
12891
|
+
type: string;
|
|
12892
|
+
};
|
|
12893
|
+
datasetId: {
|
|
12894
|
+
description: string;
|
|
12895
|
+
format: string;
|
|
12896
|
+
type: string;
|
|
12897
|
+
};
|
|
12898
|
+
};
|
|
12899
|
+
type: string;
|
|
12900
|
+
};
|
|
12901
|
+
bins: {
|
|
12902
|
+
description: string;
|
|
12903
|
+
properties: {
|
|
12904
|
+
enabled: {
|
|
12905
|
+
description: string;
|
|
12906
|
+
type: string;
|
|
12907
|
+
};
|
|
12908
|
+
number: {
|
|
12909
|
+
description: string;
|
|
12910
|
+
type: string;
|
|
12911
|
+
};
|
|
12912
|
+
};
|
|
12913
|
+
type: string;
|
|
12914
|
+
};
|
|
12915
|
+
color: {
|
|
12916
|
+
description: string;
|
|
12917
|
+
type: string[];
|
|
12918
|
+
};
|
|
12919
|
+
columnId: {
|
|
12920
|
+
description: string;
|
|
12921
|
+
format: string;
|
|
12922
|
+
type: string;
|
|
12923
|
+
};
|
|
12924
|
+
currency: {
|
|
12925
|
+
description: string;
|
|
12926
|
+
type: string[];
|
|
12927
|
+
};
|
|
12928
|
+
datasetId: {
|
|
12929
|
+
description: string;
|
|
12930
|
+
format: string;
|
|
12931
|
+
type: string;
|
|
12932
|
+
};
|
|
12933
|
+
datetimeDisplayMode: {
|
|
12934
|
+
description: string;
|
|
12935
|
+
enum: string[];
|
|
12936
|
+
type: string;
|
|
12937
|
+
};
|
|
12938
|
+
duration: {
|
|
12939
|
+
description: string;
|
|
12940
|
+
properties: {
|
|
12941
|
+
format: {
|
|
12942
|
+
description: string;
|
|
12943
|
+
enum: string[];
|
|
12944
|
+
type: string;
|
|
12945
|
+
};
|
|
12946
|
+
levels: {
|
|
12947
|
+
description: string;
|
|
12948
|
+
items: {
|
|
12949
|
+
type: string;
|
|
12950
|
+
};
|
|
12951
|
+
type: string;
|
|
12952
|
+
};
|
|
12953
|
+
};
|
|
12954
|
+
type: string;
|
|
12955
|
+
};
|
|
12956
|
+
format: {
|
|
12957
|
+
description: string;
|
|
12958
|
+
type: string;
|
|
12959
|
+
};
|
|
12960
|
+
formula: {
|
|
12961
|
+
description: string;
|
|
12962
|
+
type: string;
|
|
12963
|
+
};
|
|
12964
|
+
grandTotals: {
|
|
12965
|
+
description: string;
|
|
12966
|
+
properties: {
|
|
12967
|
+
enabled: {
|
|
12968
|
+
type: string;
|
|
12969
|
+
};
|
|
12970
|
+
};
|
|
12971
|
+
type: string;
|
|
12972
|
+
};
|
|
12973
|
+
label: {
|
|
12974
|
+
description: string;
|
|
12975
|
+
type: string;
|
|
12976
|
+
};
|
|
12977
|
+
level: {
|
|
12978
|
+
description: string;
|
|
12979
|
+
type: string[];
|
|
12980
|
+
};
|
|
12981
|
+
lowestLevel: {
|
|
12982
|
+
description: string;
|
|
12983
|
+
type: string[];
|
|
12984
|
+
};
|
|
12985
|
+
monthNameFormat: {
|
|
12986
|
+
description: string;
|
|
12987
|
+
enum: string[];
|
|
12988
|
+
type: string;
|
|
12989
|
+
};
|
|
12990
|
+
periodOverPeriod: {
|
|
12991
|
+
description: string;
|
|
12992
|
+
properties: {
|
|
12993
|
+
level: {
|
|
12994
|
+
description: string;
|
|
12995
|
+
type: string;
|
|
12996
|
+
};
|
|
12997
|
+
periodToDate: {
|
|
12998
|
+
description: string;
|
|
12999
|
+
type: string;
|
|
13000
|
+
};
|
|
13001
|
+
quantity: {
|
|
13002
|
+
description: string;
|
|
13003
|
+
type: string;
|
|
13004
|
+
};
|
|
13005
|
+
type: {
|
|
13006
|
+
description: string;
|
|
13007
|
+
enum: string[];
|
|
13008
|
+
type: string;
|
|
13009
|
+
};
|
|
13010
|
+
};
|
|
13011
|
+
type: string;
|
|
13012
|
+
};
|
|
13013
|
+
selected: {
|
|
13014
|
+
description: string;
|
|
13015
|
+
type: string;
|
|
13016
|
+
};
|
|
13017
|
+
subtype: {
|
|
13018
|
+
anyOf: ({
|
|
13019
|
+
enum: string[];
|
|
13020
|
+
type: string;
|
|
13021
|
+
} | {
|
|
13022
|
+
type: string;
|
|
13023
|
+
enum?: undefined;
|
|
13024
|
+
})[];
|
|
13025
|
+
description: string;
|
|
13026
|
+
};
|
|
13027
|
+
type: {
|
|
13028
|
+
description: string;
|
|
13029
|
+
enum: string[];
|
|
13030
|
+
type: string;
|
|
13031
|
+
};
|
|
13032
|
+
weekDayNameFormat: {
|
|
13033
|
+
description: string;
|
|
13034
|
+
enum: string[];
|
|
13035
|
+
type: string;
|
|
13036
|
+
};
|
|
13037
|
+
weekStart: {
|
|
13038
|
+
description: string;
|
|
13039
|
+
enum: string[];
|
|
13040
|
+
type: string;
|
|
13041
|
+
};
|
|
13042
|
+
};
|
|
13043
|
+
type: string;
|
|
13044
|
+
};
|
|
13045
|
+
type: string;
|
|
13046
|
+
};
|
|
13047
|
+
};
|
|
13048
|
+
type: string;
|
|
13049
|
+
};
|
|
13050
|
+
type: string;
|
|
13051
|
+
};
|
|
13052
|
+
urlConfig: {
|
|
13053
|
+
default: {
|
|
13054
|
+
target: string;
|
|
13055
|
+
url: null;
|
|
13056
|
+
};
|
|
13057
|
+
description: string;
|
|
13058
|
+
properties: {
|
|
13059
|
+
target: {
|
|
13060
|
+
description: string;
|
|
13061
|
+
enum: string[];
|
|
13062
|
+
type: string;
|
|
13063
|
+
};
|
|
13064
|
+
url: {
|
|
13065
|
+
description: string;
|
|
13066
|
+
type: string;
|
|
13067
|
+
};
|
|
13068
|
+
};
|
|
13069
|
+
type: string;
|
|
13070
|
+
};
|
|
13071
|
+
};
|
|
13072
|
+
type: string;
|
|
13073
|
+
};
|
|
13074
|
+
loader: {
|
|
13075
|
+
description: string;
|
|
13076
|
+
properties: {
|
|
13077
|
+
background: {
|
|
13078
|
+
default: string;
|
|
13079
|
+
description: string;
|
|
13080
|
+
type: string;
|
|
13081
|
+
};
|
|
13082
|
+
fontColor: {
|
|
13083
|
+
default: string;
|
|
13084
|
+
description: string;
|
|
13085
|
+
type: string;
|
|
13086
|
+
};
|
|
13087
|
+
locale: {
|
|
13088
|
+
default: string;
|
|
13089
|
+
description: string;
|
|
13090
|
+
examples: string[];
|
|
13091
|
+
type: string;
|
|
13092
|
+
};
|
|
13093
|
+
mode: {
|
|
13094
|
+
default: string;
|
|
13095
|
+
description: string;
|
|
13096
|
+
type: string;
|
|
13097
|
+
};
|
|
13098
|
+
msg: {
|
|
13099
|
+
description: string;
|
|
13100
|
+
examples: string[];
|
|
13101
|
+
type: string;
|
|
13102
|
+
};
|
|
13103
|
+
showBranded: {
|
|
13104
|
+
default: boolean;
|
|
13105
|
+
description: string;
|
|
13106
|
+
type: string;
|
|
13107
|
+
};
|
|
13108
|
+
spinnerBackground: {
|
|
13109
|
+
default: string;
|
|
13110
|
+
description: string;
|
|
13111
|
+
type: string;
|
|
13112
|
+
};
|
|
13113
|
+
spinnerColor: {
|
|
13114
|
+
default: string;
|
|
13115
|
+
description: string;
|
|
13116
|
+
type: string;
|
|
13117
|
+
};
|
|
13118
|
+
};
|
|
13119
|
+
type: string;
|
|
13120
|
+
};
|
|
13121
|
+
locale: {
|
|
13122
|
+
default: string;
|
|
13123
|
+
description: string;
|
|
13124
|
+
examples: string[];
|
|
13125
|
+
type: string;
|
|
13126
|
+
};
|
|
13127
|
+
lookupFiltering: {
|
|
13128
|
+
default: boolean;
|
|
13129
|
+
description: string;
|
|
13130
|
+
type: string;
|
|
13131
|
+
};
|
|
13132
|
+
manualValues: {
|
|
13133
|
+
description: string;
|
|
13134
|
+
properties: {
|
|
13135
|
+
asBackgroundColor: {
|
|
13136
|
+
description: string;
|
|
13137
|
+
type: string;
|
|
13138
|
+
};
|
|
13139
|
+
conditional: {
|
|
13140
|
+
items: {
|
|
13141
|
+
description: string;
|
|
13142
|
+
properties: {
|
|
13143
|
+
color: {
|
|
13144
|
+
description: string;
|
|
13145
|
+
type: string;
|
|
13146
|
+
};
|
|
13147
|
+
isNegativeInfinityRange: {
|
|
13148
|
+
description: string;
|
|
13149
|
+
type: string;
|
|
13150
|
+
};
|
|
13151
|
+
val: {
|
|
13152
|
+
description: string;
|
|
13153
|
+
type: string;
|
|
13154
|
+
};
|
|
13155
|
+
};
|
|
13156
|
+
type: string;
|
|
13157
|
+
};
|
|
13158
|
+
type: string;
|
|
13159
|
+
};
|
|
13160
|
+
target: {
|
|
13161
|
+
description: string;
|
|
13162
|
+
type: string;
|
|
13163
|
+
};
|
|
13164
|
+
};
|
|
13165
|
+
type: string;
|
|
13166
|
+
};
|
|
13167
|
+
mode: {
|
|
13168
|
+
default: string;
|
|
13169
|
+
description: string;
|
|
13170
|
+
enum: string[];
|
|
13171
|
+
type: string;
|
|
13172
|
+
};
|
|
13173
|
+
theme: {
|
|
13174
|
+
description: string;
|
|
13175
|
+
properties: {
|
|
13176
|
+
borders: {
|
|
13177
|
+
description: string;
|
|
13178
|
+
properties: {
|
|
13179
|
+
"border-bottom-width": {
|
|
13180
|
+
description: string;
|
|
13181
|
+
examples: string[];
|
|
13182
|
+
type: string;
|
|
13183
|
+
};
|
|
13184
|
+
"border-color": {
|
|
13185
|
+
description: string;
|
|
13186
|
+
examples: string[];
|
|
13187
|
+
type: string;
|
|
13188
|
+
};
|
|
13189
|
+
"border-left-width": {
|
|
13190
|
+
description: string;
|
|
13191
|
+
examples: string[];
|
|
13192
|
+
type: string;
|
|
13193
|
+
};
|
|
13194
|
+
"border-radius": {
|
|
13195
|
+
description: string;
|
|
13196
|
+
examples: string[];
|
|
13197
|
+
type: string;
|
|
13198
|
+
};
|
|
13199
|
+
"border-right-width": {
|
|
13200
|
+
description: string;
|
|
13201
|
+
examples: string[];
|
|
13202
|
+
type: string;
|
|
13203
|
+
};
|
|
13204
|
+
"border-style": {
|
|
13205
|
+
description: string;
|
|
13206
|
+
examples: string[];
|
|
13207
|
+
type: string;
|
|
13208
|
+
};
|
|
13209
|
+
"border-top-width": {
|
|
13210
|
+
description: string;
|
|
13211
|
+
examples: string[];
|
|
13212
|
+
type: string;
|
|
13213
|
+
};
|
|
13214
|
+
};
|
|
13215
|
+
type: string;
|
|
13216
|
+
};
|
|
13217
|
+
boxShadow: {
|
|
13218
|
+
description: string;
|
|
13219
|
+
properties: {
|
|
13220
|
+
color: {
|
|
13221
|
+
description: string;
|
|
13222
|
+
examples: string[];
|
|
13223
|
+
type: string;
|
|
13224
|
+
};
|
|
13225
|
+
size: {
|
|
13226
|
+
description: string;
|
|
13227
|
+
enum: string[];
|
|
13228
|
+
examples: string[];
|
|
13229
|
+
type: string;
|
|
13230
|
+
};
|
|
13231
|
+
};
|
|
13232
|
+
type: string;
|
|
13233
|
+
};
|
|
13234
|
+
font: {
|
|
13235
|
+
description: string;
|
|
13236
|
+
properties: {
|
|
13237
|
+
fontFamily: {
|
|
13238
|
+
description: string;
|
|
13239
|
+
examples: string[];
|
|
13240
|
+
type: string;
|
|
13241
|
+
};
|
|
13242
|
+
fontSize: {
|
|
13243
|
+
description: string;
|
|
13244
|
+
examples: number[];
|
|
13245
|
+
type: string;
|
|
13246
|
+
};
|
|
13247
|
+
};
|
|
13248
|
+
type: string;
|
|
13249
|
+
};
|
|
13250
|
+
id: {
|
|
13251
|
+
description: string;
|
|
13252
|
+
examples: string[];
|
|
13253
|
+
type: string;
|
|
13254
|
+
};
|
|
13255
|
+
itemsBackground: {
|
|
13256
|
+
description: string;
|
|
13257
|
+
examples: string[];
|
|
13258
|
+
type: string;
|
|
13259
|
+
};
|
|
13260
|
+
type: {
|
|
13261
|
+
description: string;
|
|
13262
|
+
examples: string[];
|
|
13263
|
+
type: string;
|
|
13264
|
+
};
|
|
13265
|
+
};
|
|
13266
|
+
type: string;
|
|
13267
|
+
};
|
|
13268
|
+
timezoneId: {
|
|
13269
|
+
description: string;
|
|
13270
|
+
examples: string[];
|
|
13271
|
+
type: string;
|
|
13272
|
+
};
|
|
13273
|
+
title: {
|
|
13274
|
+
description: string;
|
|
13275
|
+
examples: {
|
|
13276
|
+
en: string;
|
|
13277
|
+
}[];
|
|
13278
|
+
type: string;
|
|
13279
|
+
};
|
|
13280
|
+
};
|
|
13281
|
+
type: string;
|
|
13282
|
+
};
|
|
13283
|
+
'conditional-number-slots.schema.json': {
|
|
13284
|
+
$id: string;
|
|
13285
|
+
$schema: string;
|
|
13286
|
+
definitions: {
|
|
13287
|
+
ColumnSubtype: {
|
|
13288
|
+
enum: string[];
|
|
13289
|
+
type: string;
|
|
13290
|
+
};
|
|
13291
|
+
DateTimeSlotContent: {
|
|
13292
|
+
properties: {
|
|
13293
|
+
aggregationFunc: {
|
|
13294
|
+
description: string;
|
|
13295
|
+
enum: string[];
|
|
13296
|
+
type: string;
|
|
13297
|
+
};
|
|
13298
|
+
color: {
|
|
13299
|
+
description: string;
|
|
13300
|
+
type: string[];
|
|
13301
|
+
};
|
|
13302
|
+
columnId: {
|
|
13303
|
+
description: string;
|
|
13304
|
+
format: string;
|
|
13305
|
+
type: string;
|
|
13306
|
+
};
|
|
13307
|
+
datasetId: {
|
|
13308
|
+
description: string;
|
|
13309
|
+
format: string;
|
|
13310
|
+
type: string;
|
|
13311
|
+
};
|
|
13312
|
+
datetimeDisplayMode: {
|
|
13313
|
+
description: string;
|
|
13314
|
+
enum: string[];
|
|
13315
|
+
type: string;
|
|
13316
|
+
};
|
|
13317
|
+
format: {
|
|
13318
|
+
description: string;
|
|
13319
|
+
type: string;
|
|
13320
|
+
};
|
|
13321
|
+
grandTotals: {
|
|
13322
|
+
description: string;
|
|
13323
|
+
properties: {
|
|
13324
|
+
enabled: {
|
|
13325
|
+
type: string;
|
|
13326
|
+
};
|
|
13327
|
+
};
|
|
13328
|
+
type: string;
|
|
13329
|
+
};
|
|
13330
|
+
label: {
|
|
13331
|
+
description: string;
|
|
13332
|
+
type: string;
|
|
13333
|
+
};
|
|
13334
|
+
level: {
|
|
13335
|
+
description: string;
|
|
13336
|
+
type: string[];
|
|
13337
|
+
};
|
|
13338
|
+
lowestLevel: {
|
|
13339
|
+
description: string;
|
|
13340
|
+
type: string[];
|
|
13341
|
+
};
|
|
13342
|
+
monthNameFormat: {
|
|
13343
|
+
description: string;
|
|
13344
|
+
enum: string[];
|
|
13345
|
+
type: string;
|
|
13346
|
+
};
|
|
13347
|
+
periodOverPeriod: {
|
|
13348
|
+
$ref: string;
|
|
13349
|
+
description: string;
|
|
13350
|
+
};
|
|
13351
|
+
subtype: {
|
|
13352
|
+
description: string;
|
|
13353
|
+
type: string;
|
|
13354
|
+
};
|
|
13355
|
+
type: {
|
|
13356
|
+
const: string;
|
|
13357
|
+
description: string;
|
|
13358
|
+
type: string;
|
|
13359
|
+
};
|
|
13360
|
+
weekDayNameFormat: {
|
|
13361
|
+
description: string;
|
|
13362
|
+
enum: string[];
|
|
13363
|
+
type: string;
|
|
13364
|
+
};
|
|
13365
|
+
weekStart: {
|
|
13366
|
+
description: string;
|
|
13367
|
+
enum: string[];
|
|
13368
|
+
type: string;
|
|
13369
|
+
};
|
|
13370
|
+
};
|
|
13371
|
+
type: string;
|
|
13372
|
+
};
|
|
13373
|
+
HierarchySlotContent: {
|
|
13374
|
+
properties: {
|
|
13375
|
+
aggregationFunc: {
|
|
13376
|
+
description: string;
|
|
13377
|
+
enum: string[];
|
|
13378
|
+
type: string;
|
|
13379
|
+
};
|
|
13380
|
+
color: {
|
|
13381
|
+
description: string;
|
|
13382
|
+
type: string[];
|
|
13383
|
+
};
|
|
13384
|
+
columnId: {
|
|
13385
|
+
description: string;
|
|
13386
|
+
format: string;
|
|
13387
|
+
type: string;
|
|
13388
|
+
};
|
|
13389
|
+
datasetId: {
|
|
13390
|
+
description: string;
|
|
13391
|
+
format: string;
|
|
13392
|
+
type: string;
|
|
13393
|
+
};
|
|
13394
|
+
format: {
|
|
13395
|
+
description: string;
|
|
13396
|
+
type: string;
|
|
13397
|
+
};
|
|
13398
|
+
grandTotals: {
|
|
13399
|
+
description: string;
|
|
13400
|
+
properties: {
|
|
13401
|
+
enabled: {
|
|
13402
|
+
type: string;
|
|
13403
|
+
};
|
|
13404
|
+
};
|
|
13405
|
+
type: string;
|
|
13406
|
+
};
|
|
13407
|
+
label: {
|
|
13408
|
+
description: string;
|
|
13409
|
+
type: string;
|
|
13410
|
+
};
|
|
13411
|
+
level: {
|
|
13412
|
+
description: string;
|
|
13413
|
+
type: string[];
|
|
13414
|
+
};
|
|
13415
|
+
lowestLevel: {
|
|
13416
|
+
description: string;
|
|
13417
|
+
type: string[];
|
|
13418
|
+
};
|
|
13419
|
+
periodOverPeriod: {
|
|
13420
|
+
$ref: string;
|
|
13421
|
+
description: string;
|
|
13422
|
+
};
|
|
13423
|
+
subtype: {
|
|
13424
|
+
anyOf: ({
|
|
13425
|
+
enum: string[];
|
|
13426
|
+
type: string;
|
|
13427
|
+
} | {
|
|
13428
|
+
type: string;
|
|
13429
|
+
enum?: undefined;
|
|
13430
|
+
})[];
|
|
13431
|
+
description: string;
|
|
13432
|
+
};
|
|
13433
|
+
type: {
|
|
13434
|
+
const: string;
|
|
13435
|
+
description: string;
|
|
13436
|
+
type: string;
|
|
13437
|
+
};
|
|
13438
|
+
};
|
|
13439
|
+
type: string;
|
|
13440
|
+
};
|
|
13441
|
+
MeasureSlot: {
|
|
13442
|
+
description: string;
|
|
13443
|
+
properties: {
|
|
13444
|
+
content: {
|
|
13445
|
+
description: string;
|
|
13446
|
+
items: {
|
|
13447
|
+
anyOf: {
|
|
13448
|
+
$ref: string;
|
|
13449
|
+
}[];
|
|
13450
|
+
};
|
|
13451
|
+
maxItems: number;
|
|
13452
|
+
type: string;
|
|
13453
|
+
};
|
|
13454
|
+
name: {
|
|
13455
|
+
const: string;
|
|
13456
|
+
description: string;
|
|
13457
|
+
type: string;
|
|
13458
|
+
};
|
|
13459
|
+
};
|
|
13460
|
+
type: string;
|
|
13461
|
+
};
|
|
13462
|
+
NumericSlotContent: {
|
|
13463
|
+
properties: {
|
|
13464
|
+
aggregationFunc: {
|
|
13465
|
+
description: string;
|
|
13466
|
+
enum: string[];
|
|
13467
|
+
type: string;
|
|
13468
|
+
};
|
|
13469
|
+
aggregationWeight: {
|
|
13470
|
+
description: string;
|
|
13471
|
+
properties: {
|
|
13472
|
+
columnId: {
|
|
13473
|
+
description: string;
|
|
13474
|
+
format: string;
|
|
13475
|
+
type: string;
|
|
13476
|
+
};
|
|
13477
|
+
columnSubType: {
|
|
13478
|
+
$ref: string;
|
|
13479
|
+
description: string;
|
|
13480
|
+
};
|
|
13481
|
+
datasetId: {
|
|
13482
|
+
description: string;
|
|
13483
|
+
format: string;
|
|
13484
|
+
type: string;
|
|
13485
|
+
};
|
|
13486
|
+
};
|
|
13487
|
+
type: string;
|
|
13488
|
+
};
|
|
13489
|
+
bins: {
|
|
13490
|
+
description: string;
|
|
13491
|
+
properties: {
|
|
13492
|
+
enabled: {
|
|
13493
|
+
description: string;
|
|
13494
|
+
type: string;
|
|
13495
|
+
};
|
|
13496
|
+
number: {
|
|
13497
|
+
description: string;
|
|
13498
|
+
type: string;
|
|
13499
|
+
};
|
|
13500
|
+
};
|
|
13501
|
+
type: string;
|
|
13502
|
+
};
|
|
13503
|
+
color: {
|
|
13504
|
+
description: string;
|
|
13505
|
+
type: string[];
|
|
13506
|
+
};
|
|
13507
|
+
columnId: {
|
|
13508
|
+
description: string;
|
|
13509
|
+
format: string;
|
|
13510
|
+
type: string;
|
|
13511
|
+
};
|
|
13512
|
+
currency: {
|
|
13513
|
+
description: string;
|
|
13514
|
+
type: string[];
|
|
13515
|
+
};
|
|
13516
|
+
datasetId: {
|
|
13517
|
+
description: string;
|
|
13518
|
+
format: string;
|
|
13519
|
+
type: string;
|
|
13520
|
+
};
|
|
13521
|
+
duration: {
|
|
13522
|
+
description: string;
|
|
13523
|
+
properties: {
|
|
13524
|
+
format: {
|
|
13525
|
+
description: string;
|
|
13526
|
+
enum: string[];
|
|
13527
|
+
type: string;
|
|
13528
|
+
};
|
|
13529
|
+
levels: {
|
|
13530
|
+
description: string;
|
|
13531
|
+
items: {
|
|
13532
|
+
type: string;
|
|
13533
|
+
};
|
|
13534
|
+
type: string;
|
|
13535
|
+
};
|
|
13536
|
+
};
|
|
13537
|
+
type: string;
|
|
13538
|
+
};
|
|
13539
|
+
format: {
|
|
13540
|
+
description: string;
|
|
13541
|
+
type: string;
|
|
13542
|
+
};
|
|
13543
|
+
formula: {
|
|
13544
|
+
description: string;
|
|
13545
|
+
type: string;
|
|
13546
|
+
};
|
|
13547
|
+
grandTotals: {
|
|
13548
|
+
description: string;
|
|
13549
|
+
properties: {
|
|
13550
|
+
enabled: {
|
|
13551
|
+
type: string;
|
|
13552
|
+
};
|
|
13553
|
+
};
|
|
13554
|
+
type: string;
|
|
13555
|
+
};
|
|
13556
|
+
label: {
|
|
13557
|
+
description: string;
|
|
13558
|
+
type: string;
|
|
13559
|
+
};
|
|
13560
|
+
periodOverPeriod: {
|
|
13561
|
+
$ref: string;
|
|
13562
|
+
description: string;
|
|
13563
|
+
};
|
|
13564
|
+
subtype: {
|
|
13565
|
+
anyOf: ({
|
|
13566
|
+
enum: string[];
|
|
13567
|
+
type: string;
|
|
13568
|
+
} | {
|
|
13569
|
+
type: string;
|
|
13570
|
+
enum?: undefined;
|
|
13571
|
+
})[];
|
|
13572
|
+
description: string;
|
|
13573
|
+
};
|
|
13574
|
+
type: {
|
|
13575
|
+
const: string;
|
|
13576
|
+
description: string;
|
|
13577
|
+
type: string;
|
|
13578
|
+
};
|
|
13579
|
+
};
|
|
13580
|
+
type: string;
|
|
13581
|
+
};
|
|
13582
|
+
PeriodOverPeriod: {
|
|
13583
|
+
properties: {
|
|
13584
|
+
level: {
|
|
13585
|
+
description: string;
|
|
13586
|
+
type: string;
|
|
13587
|
+
};
|
|
13588
|
+
periodToDate: {
|
|
13589
|
+
description: string;
|
|
13590
|
+
type: string;
|
|
13591
|
+
};
|
|
13592
|
+
quantity: {
|
|
13593
|
+
description: string;
|
|
13594
|
+
type: string;
|
|
13595
|
+
};
|
|
13596
|
+
type: {
|
|
13597
|
+
$ref: string;
|
|
13598
|
+
description: string;
|
|
13599
|
+
};
|
|
13600
|
+
};
|
|
13601
|
+
type: string;
|
|
13602
|
+
};
|
|
13603
|
+
PeriodOverPeriodType: {
|
|
13604
|
+
description: string;
|
|
13605
|
+
enum: string[];
|
|
13606
|
+
type: string;
|
|
13607
|
+
};
|
|
13608
|
+
TargetSlot: {
|
|
13609
|
+
description: string;
|
|
13610
|
+
properties: {
|
|
13611
|
+
content: {
|
|
13612
|
+
description: string;
|
|
13613
|
+
items: {
|
|
13614
|
+
anyOf: {
|
|
13615
|
+
$ref: string;
|
|
13616
|
+
}[];
|
|
13617
|
+
};
|
|
13618
|
+
maxItems: number;
|
|
13619
|
+
type: string;
|
|
13620
|
+
};
|
|
13621
|
+
name: {
|
|
13622
|
+
const: string;
|
|
13623
|
+
description: string;
|
|
13624
|
+
type: string;
|
|
13625
|
+
};
|
|
13626
|
+
};
|
|
13627
|
+
type: string;
|
|
13628
|
+
};
|
|
13629
|
+
};
|
|
13630
|
+
description: string;
|
|
13631
|
+
items: {
|
|
13632
|
+
anyOf: {
|
|
13633
|
+
$ref: string;
|
|
13634
|
+
}[];
|
|
13635
|
+
};
|
|
13636
|
+
maxItems: number;
|
|
13637
|
+
type: string;
|
|
13638
|
+
};
|
|
13639
|
+
'date-filter.schema.json': {
|
|
13640
|
+
$schema: string;
|
|
13641
|
+
$id: string;
|
|
13642
|
+
type: string;
|
|
13643
|
+
description: string;
|
|
13644
|
+
properties: {
|
|
13645
|
+
type: {
|
|
13646
|
+
description: string;
|
|
13647
|
+
type: string;
|
|
13648
|
+
const: string;
|
|
13649
|
+
};
|
|
13650
|
+
options: {
|
|
13651
|
+
description: string;
|
|
13652
|
+
$ref: string;
|
|
13653
|
+
};
|
|
13654
|
+
slots: {
|
|
13655
|
+
description: string;
|
|
13656
|
+
$ref: string;
|
|
13657
|
+
};
|
|
13658
|
+
};
|
|
13659
|
+
};
|
|
13660
|
+
'date-filter-options.schema.json': {
|
|
13661
|
+
$id: string;
|
|
13662
|
+
$schema: string;
|
|
13663
|
+
properties: {
|
|
13664
|
+
annotate: {
|
|
13665
|
+
description: string;
|
|
13666
|
+
properties: {
|
|
13667
|
+
infoTooltip: {
|
|
13668
|
+
properties: {
|
|
13669
|
+
active: {
|
|
13670
|
+
description: string;
|
|
13671
|
+
type: string;
|
|
13672
|
+
};
|
|
13673
|
+
content: {
|
|
13674
|
+
description: string;
|
|
13675
|
+
type: string;
|
|
13676
|
+
};
|
|
13677
|
+
position: {
|
|
13678
|
+
description: string;
|
|
13679
|
+
enum: string[];
|
|
13680
|
+
type: string;
|
|
13681
|
+
};
|
|
13682
|
+
};
|
|
13683
|
+
type: string;
|
|
13684
|
+
};
|
|
13685
|
+
};
|
|
13686
|
+
type: string;
|
|
13687
|
+
};
|
|
13688
|
+
color: {
|
|
13689
|
+
default: string;
|
|
13690
|
+
description: string;
|
|
13691
|
+
examples: string[];
|
|
13692
|
+
type: string;
|
|
13693
|
+
};
|
|
13694
|
+
dateRange: {
|
|
13695
|
+
description: string;
|
|
13696
|
+
properties: {
|
|
13697
|
+
alwaysShowCalendars: {
|
|
13698
|
+
default: boolean;
|
|
13699
|
+
description: string;
|
|
13700
|
+
type: string;
|
|
13701
|
+
};
|
|
13702
|
+
autoApply: {
|
|
13703
|
+
default: boolean;
|
|
13704
|
+
description: string;
|
|
13705
|
+
type: string;
|
|
13706
|
+
};
|
|
13707
|
+
displayRanges: {
|
|
13708
|
+
description: string;
|
|
13709
|
+
type: string;
|
|
13710
|
+
};
|
|
13711
|
+
firstDay: {
|
|
13712
|
+
default: number;
|
|
13713
|
+
description: string;
|
|
13714
|
+
type: string;
|
|
13715
|
+
};
|
|
13716
|
+
markUnavailable: {
|
|
13717
|
+
description: string;
|
|
13718
|
+
type: string;
|
|
13719
|
+
};
|
|
13720
|
+
ranges: {
|
|
13721
|
+
description: string;
|
|
13722
|
+
items: {
|
|
13723
|
+
properties: {
|
|
13724
|
+
customRange: {
|
|
13725
|
+
description: string;
|
|
13726
|
+
properties: {
|
|
13727
|
+
from: {
|
|
13728
|
+
description: string;
|
|
13729
|
+
type: string;
|
|
13730
|
+
};
|
|
13731
|
+
to: {
|
|
13732
|
+
description: string;
|
|
13733
|
+
type: string;
|
|
13734
|
+
};
|
|
13735
|
+
};
|
|
13736
|
+
type: string;
|
|
13737
|
+
};
|
|
13738
|
+
displayLabel: {
|
|
13739
|
+
description: string;
|
|
13740
|
+
examples: {
|
|
13741
|
+
de: string;
|
|
13742
|
+
en: string;
|
|
13743
|
+
}[];
|
|
13744
|
+
type: string;
|
|
13745
|
+
};
|
|
13746
|
+
key: {
|
|
13747
|
+
description: string;
|
|
13748
|
+
examples: string[];
|
|
13749
|
+
type: string;
|
|
13750
|
+
};
|
|
13751
|
+
quantity: {
|
|
13752
|
+
description: string;
|
|
13753
|
+
examples: number[];
|
|
13754
|
+
type: string;
|
|
13755
|
+
};
|
|
13756
|
+
rangeId: {
|
|
13757
|
+
description: string;
|
|
13758
|
+
type: string;
|
|
13759
|
+
};
|
|
13760
|
+
unit: {
|
|
13761
|
+
description: string;
|
|
13762
|
+
type: string;
|
|
13763
|
+
};
|
|
13764
|
+
};
|
|
13765
|
+
type: string;
|
|
13766
|
+
};
|
|
13767
|
+
type: string;
|
|
13768
|
+
};
|
|
13769
|
+
showCustomRangeLabel: {
|
|
13770
|
+
default: boolean;
|
|
13771
|
+
description: string;
|
|
13772
|
+
type: string;
|
|
13773
|
+
};
|
|
13774
|
+
showDropdowns: {
|
|
13775
|
+
default: boolean;
|
|
13776
|
+
description: string;
|
|
13777
|
+
type: string;
|
|
13778
|
+
};
|
|
13779
|
+
showISOWeekNumbers: {
|
|
13780
|
+
default: boolean;
|
|
13781
|
+
description: string;
|
|
13782
|
+
type: string;
|
|
13783
|
+
};
|
|
13784
|
+
};
|
|
13785
|
+
type: string;
|
|
13786
|
+
};
|
|
13787
|
+
display: {
|
|
13788
|
+
description: string;
|
|
13789
|
+
properties: {
|
|
13790
|
+
title: {
|
|
13791
|
+
description: string;
|
|
13792
|
+
type: string;
|
|
13793
|
+
};
|
|
13794
|
+
};
|
|
13795
|
+
type: string;
|
|
13796
|
+
};
|
|
13797
|
+
interactivity: {
|
|
13798
|
+
description: string;
|
|
13799
|
+
properties: {
|
|
13800
|
+
measureDimensionPicker: {
|
|
13801
|
+
default: never[][];
|
|
13802
|
+
description: string;
|
|
13803
|
+
items: {
|
|
13804
|
+
description: string;
|
|
13805
|
+
properties: {
|
|
13806
|
+
order: {
|
|
13807
|
+
description: string;
|
|
13808
|
+
examples: number[];
|
|
13809
|
+
type: string;
|
|
13810
|
+
};
|
|
13811
|
+
slot: {
|
|
13812
|
+
description: string;
|
|
13813
|
+
examples: string[];
|
|
13814
|
+
type: string;
|
|
13815
|
+
};
|
|
13816
|
+
slotType: {
|
|
13817
|
+
description: string;
|
|
13818
|
+
enum: string[];
|
|
13819
|
+
type: string;
|
|
13820
|
+
};
|
|
12796
13821
|
values: {
|
|
12797
13822
|
description: string;
|
|
12798
13823
|
items: {
|
|
@@ -13527,6 +14552,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
13527
14552
|
examples: string[];
|
|
13528
14553
|
type: string;
|
|
13529
14554
|
};
|
|
14555
|
+
slotType: {
|
|
14556
|
+
description: string;
|
|
14557
|
+
enum: string[];
|
|
14558
|
+
type: string;
|
|
14559
|
+
};
|
|
13530
14560
|
values: {
|
|
13531
14561
|
description: string;
|
|
13532
14562
|
items: {
|
|
@@ -14593,6 +15623,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
14593
15623
|
examples: string[];
|
|
14594
15624
|
type: string;
|
|
14595
15625
|
};
|
|
15626
|
+
slotType: {
|
|
15627
|
+
description: string;
|
|
15628
|
+
enum: string[];
|
|
15629
|
+
type: string;
|
|
15630
|
+
};
|
|
14596
15631
|
values: {
|
|
14597
15632
|
description: string;
|
|
14598
15633
|
items: {
|
|
@@ -15668,6 +16703,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
15668
16703
|
examples: string[];
|
|
15669
16704
|
type: string;
|
|
15670
16705
|
};
|
|
16706
|
+
slotType: {
|
|
16707
|
+
description: string;
|
|
16708
|
+
enum: string[];
|
|
16709
|
+
type: string;
|
|
16710
|
+
};
|
|
15671
16711
|
values: {
|
|
15672
16712
|
description: string;
|
|
15673
16713
|
items: {
|
|
@@ -16758,6 +17798,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
16758
17798
|
examples: string[];
|
|
16759
17799
|
type: string;
|
|
16760
17800
|
};
|
|
17801
|
+
slotType: {
|
|
17802
|
+
description: string;
|
|
17803
|
+
enum: string[];
|
|
17804
|
+
type: string;
|
|
17805
|
+
};
|
|
16761
17806
|
values: {
|
|
16762
17807
|
description: string;
|
|
16763
17808
|
items: {
|
|
@@ -17835,6 +18880,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
17835
18880
|
examples: string[];
|
|
17836
18881
|
type: string;
|
|
17837
18882
|
};
|
|
18883
|
+
slotType: {
|
|
18884
|
+
description: string;
|
|
18885
|
+
enum: string[];
|
|
18886
|
+
type: string;
|
|
18887
|
+
};
|
|
17838
18888
|
values: {
|
|
17839
18889
|
description: string;
|
|
17840
18890
|
items: {
|
|
@@ -19100,6 +20150,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
19100
20150
|
examples: string[];
|
|
19101
20151
|
type: string;
|
|
19102
20152
|
};
|
|
20153
|
+
slotType: {
|
|
20154
|
+
description: string;
|
|
20155
|
+
enum: string[];
|
|
20156
|
+
type: string;
|
|
20157
|
+
};
|
|
19103
20158
|
values: {
|
|
19104
20159
|
description: string;
|
|
19105
20160
|
items: {
|
|
@@ -20156,7 +21211,7 @@ export declare const JSON_SCHEMAS: {
|
|
|
20156
21211
|
customTooltip: {
|
|
20157
21212
|
default: null;
|
|
20158
21213
|
description: string;
|
|
20159
|
-
type: string;
|
|
21214
|
+
type: string[];
|
|
20160
21215
|
};
|
|
20161
21216
|
exportTypes: {
|
|
20162
21217
|
default: string[];
|
|
@@ -20184,6 +21239,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
20184
21239
|
examples: string[];
|
|
20185
21240
|
type: string;
|
|
20186
21241
|
};
|
|
21242
|
+
slotType: {
|
|
21243
|
+
description: string;
|
|
21244
|
+
enum: string[];
|
|
21245
|
+
type: string;
|
|
21246
|
+
};
|
|
20187
21247
|
values: {
|
|
20188
21248
|
description: string;
|
|
20189
21249
|
items: {
|
|
@@ -21960,6 +23020,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
21960
23020
|
examples: string[];
|
|
21961
23021
|
type: string;
|
|
21962
23022
|
};
|
|
23023
|
+
slotType: {
|
|
23024
|
+
description: string;
|
|
23025
|
+
enum: string[];
|
|
23026
|
+
type: string;
|
|
23027
|
+
};
|
|
21963
23028
|
values: {
|
|
21964
23029
|
description: string;
|
|
21965
23030
|
items: {
|
|
@@ -23006,75 +24071,80 @@ export declare const JSON_SCHEMAS: {
|
|
|
23006
24071
|
description: string;
|
|
23007
24072
|
properties: {
|
|
23008
24073
|
customEvents: {
|
|
23009
|
-
|
|
23010
|
-
|
|
23011
|
-
|
|
23012
|
-
|
|
23013
|
-
|
|
23014
|
-
|
|
23015
|
-
|
|
23016
|
-
|
|
23017
|
-
|
|
23018
|
-
|
|
23019
|
-
|
|
23020
|
-
|
|
23021
|
-
|
|
23022
|
-
|
|
24074
|
+
anyOf: ({
|
|
24075
|
+
properties: {
|
|
24076
|
+
events: {
|
|
24077
|
+
items: {
|
|
24078
|
+
description: string;
|
|
24079
|
+
properties: {
|
|
24080
|
+
label: {
|
|
24081
|
+
description: string;
|
|
24082
|
+
type: string;
|
|
24083
|
+
};
|
|
24084
|
+
name: {
|
|
24085
|
+
description: string;
|
|
24086
|
+
type: string;
|
|
24087
|
+
};
|
|
23023
24088
|
};
|
|
24089
|
+
type: string;
|
|
23024
24090
|
};
|
|
23025
24091
|
type: string;
|
|
23026
24092
|
};
|
|
23027
|
-
|
|
23028
|
-
|
|
23029
|
-
|
|
23030
|
-
|
|
23031
|
-
|
|
23032
|
-
|
|
23033
|
-
|
|
23034
|
-
|
|
23035
|
-
|
|
23036
|
-
|
|
23037
|
-
|
|
23038
|
-
|
|
23039
|
-
|
|
23040
|
-
|
|
23041
|
-
|
|
23042
|
-
|
|
23043
|
-
|
|
23044
|
-
|
|
23045
|
-
|
|
23046
|
-
|
|
23047
|
-
|
|
23048
|
-
|
|
23049
|
-
|
|
23050
|
-
|
|
23051
|
-
|
|
23052
|
-
|
|
23053
|
-
|
|
23054
|
-
|
|
23055
|
-
|
|
23056
|
-
|
|
23057
|
-
|
|
23058
|
-
|
|
23059
|
-
|
|
23060
|
-
|
|
23061
|
-
|
|
23062
|
-
|
|
23063
|
-
|
|
23064
|
-
type: string;
|
|
24093
|
+
extraData: {
|
|
24094
|
+
items: {
|
|
24095
|
+
properties: {
|
|
24096
|
+
aggregation: {
|
|
24097
|
+
description: string;
|
|
24098
|
+
enum: string[];
|
|
24099
|
+
type: string;
|
|
24100
|
+
};
|
|
24101
|
+
columnId: {
|
|
24102
|
+
description: string;
|
|
24103
|
+
format: string;
|
|
24104
|
+
type: string;
|
|
24105
|
+
};
|
|
24106
|
+
datasetId: {
|
|
24107
|
+
description: string;
|
|
24108
|
+
format: string;
|
|
24109
|
+
type: string;
|
|
24110
|
+
};
|
|
24111
|
+
formulaId: {
|
|
24112
|
+
description: string;
|
|
24113
|
+
format: string;
|
|
24114
|
+
type: string;
|
|
24115
|
+
};
|
|
24116
|
+
label: {
|
|
24117
|
+
description: string;
|
|
24118
|
+
type: string;
|
|
24119
|
+
};
|
|
24120
|
+
weightedColumnId: {
|
|
24121
|
+
description: string;
|
|
24122
|
+
format: string;
|
|
24123
|
+
type: string;
|
|
24124
|
+
};
|
|
24125
|
+
weightedDatasetId: {
|
|
24126
|
+
description: string;
|
|
24127
|
+
format: string;
|
|
24128
|
+
type: string;
|
|
24129
|
+
};
|
|
23065
24130
|
};
|
|
24131
|
+
type: string;
|
|
23066
24132
|
};
|
|
23067
24133
|
type: string;
|
|
23068
24134
|
};
|
|
23069
|
-
type: string;
|
|
23070
24135
|
};
|
|
23071
|
-
|
|
23072
|
-
|
|
24136
|
+
type: string;
|
|
24137
|
+
} | {
|
|
24138
|
+
type: string;
|
|
24139
|
+
properties?: undefined;
|
|
24140
|
+
})[];
|
|
24141
|
+
default: null;
|
|
24142
|
+
description: string;
|
|
23073
24143
|
};
|
|
23074
24144
|
customTooltip: {
|
|
23075
24145
|
default: null;
|
|
23076
24146
|
description: string;
|
|
23077
|
-
type: string;
|
|
24147
|
+
type: string[];
|
|
23078
24148
|
};
|
|
23079
24149
|
exportTypes: {
|
|
23080
24150
|
default: string[];
|
|
@@ -23102,6 +24172,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
23102
24172
|
examples: string[];
|
|
23103
24173
|
type: string;
|
|
23104
24174
|
};
|
|
24175
|
+
slotType: {
|
|
24176
|
+
description: string;
|
|
24177
|
+
enum: string[];
|
|
24178
|
+
type: string;
|
|
24179
|
+
};
|
|
23105
24180
|
values: {
|
|
23106
24181
|
description: string;
|
|
23107
24182
|
items: {
|
|
@@ -24427,6 +25502,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
24427
25502
|
examples: string[];
|
|
24428
25503
|
type: string;
|
|
24429
25504
|
};
|
|
25505
|
+
slotType: {
|
|
25506
|
+
description: string;
|
|
25507
|
+
enum: string[];
|
|
25508
|
+
type: string;
|
|
25509
|
+
};
|
|
24430
25510
|
values: {
|
|
24431
25511
|
description: string;
|
|
24432
25512
|
items: {
|
|
@@ -25453,6 +26533,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
25453
26533
|
examples: string[];
|
|
25454
26534
|
type: string;
|
|
25455
26535
|
};
|
|
26536
|
+
slotType: {
|
|
26537
|
+
description: string;
|
|
26538
|
+
enum: string[];
|
|
26539
|
+
type: string;
|
|
26540
|
+
};
|
|
25456
26541
|
values: {
|
|
25457
26542
|
description: string;
|
|
25458
26543
|
items: {
|
|
@@ -26463,6 +27548,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
26463
27548
|
examples: string[];
|
|
26464
27549
|
type: string;
|
|
26465
27550
|
};
|
|
27551
|
+
slotType: {
|
|
27552
|
+
description: string;
|
|
27553
|
+
enum: string[];
|
|
27554
|
+
type: string;
|
|
27555
|
+
};
|
|
26466
27556
|
values: {
|
|
26467
27557
|
description: string;
|
|
26468
27558
|
items: {
|
|
@@ -27692,6 +28782,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
27692
28782
|
examples: string[];
|
|
27693
28783
|
type: string;
|
|
27694
28784
|
};
|
|
28785
|
+
slotType: {
|
|
28786
|
+
description: string;
|
|
28787
|
+
enum: string[];
|
|
28788
|
+
type: string;
|
|
28789
|
+
};
|
|
27695
28790
|
values: {
|
|
27696
28791
|
description: string;
|
|
27697
28792
|
items: {
|
|
@@ -28793,6 +29888,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
28793
29888
|
examples: string[];
|
|
28794
29889
|
type: string;
|
|
28795
29890
|
};
|
|
29891
|
+
slotType: {
|
|
29892
|
+
description: string;
|
|
29893
|
+
enum: string[];
|
|
29894
|
+
type: string;
|
|
29895
|
+
};
|
|
28796
29896
|
values: {
|
|
28797
29897
|
description: string;
|
|
28798
29898
|
items: {
|
|
@@ -29949,6 +31049,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
29949
31049
|
examples: string[];
|
|
29950
31050
|
type: string;
|
|
29951
31051
|
};
|
|
31052
|
+
slotType: {
|
|
31053
|
+
description: string;
|
|
31054
|
+
enum: string[];
|
|
31055
|
+
type: string;
|
|
31056
|
+
};
|
|
29952
31057
|
values: {
|
|
29953
31058
|
description: string;
|
|
29954
31059
|
items: {
|
|
@@ -30981,6 +32086,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
30981
32086
|
examples: string[];
|
|
30982
32087
|
type: string;
|
|
30983
32088
|
};
|
|
32089
|
+
slotType: {
|
|
32090
|
+
description: string;
|
|
32091
|
+
enum: string[];
|
|
32092
|
+
type: string;
|
|
32093
|
+
};
|
|
30984
32094
|
values: {
|
|
30985
32095
|
description: string;
|
|
30986
32096
|
items: {
|
|
@@ -32217,6 +33327,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
32217
33327
|
examples: string[];
|
|
32218
33328
|
type: string;
|
|
32219
33329
|
};
|
|
33330
|
+
slotType: {
|
|
33331
|
+
description: string;
|
|
33332
|
+
enum: string[];
|
|
33333
|
+
type: string;
|
|
33334
|
+
};
|
|
32220
33335
|
values: {
|
|
32221
33336
|
description: string;
|
|
32222
33337
|
items: {
|
|
@@ -33522,6 +34637,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
33522
34637
|
examples: string[];
|
|
33523
34638
|
type: string;
|
|
33524
34639
|
};
|
|
34640
|
+
slotType: {
|
|
34641
|
+
description: string;
|
|
34642
|
+
enum: string[];
|
|
34643
|
+
type: string;
|
|
34644
|
+
};
|
|
33525
34645
|
values: {
|
|
33526
34646
|
description: string;
|
|
33527
34647
|
items: {
|
|
@@ -34569,6 +35689,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
34569
35689
|
examples: string[];
|
|
34570
35690
|
type: string;
|
|
34571
35691
|
};
|
|
35692
|
+
slotType: {
|
|
35693
|
+
description: string;
|
|
35694
|
+
enum: string[];
|
|
35695
|
+
type: string;
|
|
35696
|
+
};
|
|
34572
35697
|
values: {
|
|
34573
35698
|
description: string;
|
|
34574
35699
|
items: {
|
|
@@ -35431,6 +36556,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
35431
36556
|
examples: string[];
|
|
35432
36557
|
type: string;
|
|
35433
36558
|
};
|
|
36559
|
+
slotType: {
|
|
36560
|
+
description: string;
|
|
36561
|
+
enum: string[];
|
|
36562
|
+
type: string;
|
|
36563
|
+
};
|
|
35434
36564
|
values: {
|
|
35435
36565
|
description: string;
|
|
35436
36566
|
items: {
|
|
@@ -36502,6 +37632,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
36502
37632
|
examples: string[];
|
|
36503
37633
|
type: string;
|
|
36504
37634
|
};
|
|
37635
|
+
slotType: {
|
|
37636
|
+
description: string;
|
|
37637
|
+
enum: string[];
|
|
37638
|
+
type: string;
|
|
37639
|
+
};
|
|
36505
37640
|
values: {
|
|
36506
37641
|
description: string;
|
|
36507
37642
|
items: {
|
|
@@ -37378,6 +38513,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
37378
38513
|
examples: string[];
|
|
37379
38514
|
type: string;
|
|
37380
38515
|
};
|
|
38516
|
+
slotType: {
|
|
38517
|
+
description: string;
|
|
38518
|
+
enum: string[];
|
|
38519
|
+
type: string;
|
|
38520
|
+
};
|
|
37381
38521
|
values: {
|
|
37382
38522
|
description: string;
|
|
37383
38523
|
items: {
|
|
@@ -38548,75 +39688,80 @@ export declare const JSON_SCHEMAS: {
|
|
|
38548
39688
|
description: string;
|
|
38549
39689
|
properties: {
|
|
38550
39690
|
customEvents: {
|
|
38551
|
-
|
|
38552
|
-
|
|
38553
|
-
|
|
38554
|
-
|
|
38555
|
-
|
|
38556
|
-
|
|
38557
|
-
|
|
38558
|
-
|
|
38559
|
-
|
|
38560
|
-
|
|
38561
|
-
|
|
38562
|
-
|
|
38563
|
-
|
|
38564
|
-
|
|
39691
|
+
anyOf: ({
|
|
39692
|
+
properties: {
|
|
39693
|
+
events: {
|
|
39694
|
+
items: {
|
|
39695
|
+
description: string;
|
|
39696
|
+
properties: {
|
|
39697
|
+
label: {
|
|
39698
|
+
description: string;
|
|
39699
|
+
type: string;
|
|
39700
|
+
};
|
|
39701
|
+
name: {
|
|
39702
|
+
description: string;
|
|
39703
|
+
type: string;
|
|
39704
|
+
};
|
|
38565
39705
|
};
|
|
39706
|
+
type: string;
|
|
38566
39707
|
};
|
|
38567
39708
|
type: string;
|
|
38568
39709
|
};
|
|
38569
|
-
|
|
38570
|
-
|
|
38571
|
-
|
|
38572
|
-
|
|
38573
|
-
|
|
38574
|
-
|
|
38575
|
-
|
|
38576
|
-
|
|
38577
|
-
|
|
38578
|
-
|
|
38579
|
-
|
|
38580
|
-
|
|
38581
|
-
|
|
38582
|
-
|
|
38583
|
-
|
|
38584
|
-
|
|
38585
|
-
|
|
38586
|
-
|
|
38587
|
-
|
|
38588
|
-
|
|
38589
|
-
|
|
38590
|
-
|
|
38591
|
-
|
|
38592
|
-
|
|
38593
|
-
|
|
38594
|
-
|
|
38595
|
-
|
|
38596
|
-
|
|
38597
|
-
|
|
38598
|
-
|
|
38599
|
-
|
|
38600
|
-
|
|
38601
|
-
|
|
38602
|
-
|
|
38603
|
-
|
|
38604
|
-
|
|
38605
|
-
|
|
38606
|
-
type: string;
|
|
39710
|
+
extraData: {
|
|
39711
|
+
items: {
|
|
39712
|
+
properties: {
|
|
39713
|
+
aggregation: {
|
|
39714
|
+
description: string;
|
|
39715
|
+
enum: string[];
|
|
39716
|
+
type: string;
|
|
39717
|
+
};
|
|
39718
|
+
columnId: {
|
|
39719
|
+
description: string;
|
|
39720
|
+
format: string;
|
|
39721
|
+
type: string;
|
|
39722
|
+
};
|
|
39723
|
+
datasetId: {
|
|
39724
|
+
description: string;
|
|
39725
|
+
format: string;
|
|
39726
|
+
type: string;
|
|
39727
|
+
};
|
|
39728
|
+
formulaId: {
|
|
39729
|
+
description: string;
|
|
39730
|
+
format: string;
|
|
39731
|
+
type: string;
|
|
39732
|
+
};
|
|
39733
|
+
label: {
|
|
39734
|
+
description: string;
|
|
39735
|
+
type: string;
|
|
39736
|
+
};
|
|
39737
|
+
weightedColumnId: {
|
|
39738
|
+
description: string;
|
|
39739
|
+
format: string;
|
|
39740
|
+
type: string;
|
|
39741
|
+
};
|
|
39742
|
+
weightedDatasetId: {
|
|
39743
|
+
description: string;
|
|
39744
|
+
format: string;
|
|
39745
|
+
type: string;
|
|
39746
|
+
};
|
|
38607
39747
|
};
|
|
39748
|
+
type: string;
|
|
38608
39749
|
};
|
|
38609
39750
|
type: string;
|
|
38610
39751
|
};
|
|
38611
|
-
type: string;
|
|
38612
39752
|
};
|
|
38613
|
-
|
|
38614
|
-
|
|
39753
|
+
type: string;
|
|
39754
|
+
} | {
|
|
39755
|
+
type: string;
|
|
39756
|
+
properties?: undefined;
|
|
39757
|
+
})[];
|
|
39758
|
+
default: null;
|
|
39759
|
+
description: string;
|
|
38615
39760
|
};
|
|
38616
39761
|
customTooltip: {
|
|
38617
39762
|
default: null;
|
|
38618
39763
|
description: string;
|
|
38619
|
-
type: string;
|
|
39764
|
+
type: string[];
|
|
38620
39765
|
};
|
|
38621
39766
|
exportTypes: {
|
|
38622
39767
|
default: string[];
|
|
@@ -38644,6 +39789,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
38644
39789
|
examples: string[];
|
|
38645
39790
|
type: string;
|
|
38646
39791
|
};
|
|
39792
|
+
slotType: {
|
|
39793
|
+
description: string;
|
|
39794
|
+
enum: string[];
|
|
39795
|
+
type: string;
|
|
39796
|
+
};
|
|
38647
39797
|
values: {
|
|
38648
39798
|
description: string;
|
|
38649
39799
|
items: {
|
|
@@ -39830,6 +40980,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
39830
40980
|
examples: string[];
|
|
39831
40981
|
type: string;
|
|
39832
40982
|
};
|
|
40983
|
+
slotType: {
|
|
40984
|
+
description: string;
|
|
40985
|
+
enum: string[];
|
|
40986
|
+
type: string;
|
|
40987
|
+
};
|
|
39833
40988
|
values: {
|
|
39834
40989
|
description: string;
|
|
39835
40990
|
items: {
|
|
@@ -40800,6 +41955,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
40800
41955
|
examples: string[];
|
|
40801
41956
|
type: string;
|
|
40802
41957
|
};
|
|
41958
|
+
slotType: {
|
|
41959
|
+
description: string;
|
|
41960
|
+
enum: string[];
|
|
41961
|
+
type: string;
|
|
41962
|
+
};
|
|
40803
41963
|
values: {
|
|
40804
41964
|
description: string;
|
|
40805
41965
|
items: {
|
|
@@ -41837,75 +42997,80 @@ export declare const JSON_SCHEMAS: {
|
|
|
41837
42997
|
description: string;
|
|
41838
42998
|
properties: {
|
|
41839
42999
|
customEvents: {
|
|
41840
|
-
|
|
41841
|
-
|
|
41842
|
-
|
|
41843
|
-
|
|
41844
|
-
|
|
41845
|
-
|
|
41846
|
-
|
|
41847
|
-
|
|
41848
|
-
|
|
41849
|
-
|
|
41850
|
-
|
|
41851
|
-
|
|
41852
|
-
|
|
41853
|
-
|
|
43000
|
+
anyOf: ({
|
|
43001
|
+
properties: {
|
|
43002
|
+
events: {
|
|
43003
|
+
items: {
|
|
43004
|
+
description: string;
|
|
43005
|
+
properties: {
|
|
43006
|
+
label: {
|
|
43007
|
+
description: string;
|
|
43008
|
+
type: string;
|
|
43009
|
+
};
|
|
43010
|
+
name: {
|
|
43011
|
+
description: string;
|
|
43012
|
+
type: string;
|
|
43013
|
+
};
|
|
41854
43014
|
};
|
|
43015
|
+
type: string;
|
|
41855
43016
|
};
|
|
41856
43017
|
type: string;
|
|
41857
43018
|
};
|
|
41858
|
-
|
|
41859
|
-
|
|
41860
|
-
|
|
41861
|
-
|
|
41862
|
-
|
|
41863
|
-
|
|
41864
|
-
|
|
41865
|
-
|
|
41866
|
-
|
|
41867
|
-
|
|
41868
|
-
|
|
41869
|
-
|
|
41870
|
-
|
|
41871
|
-
|
|
41872
|
-
|
|
41873
|
-
|
|
41874
|
-
|
|
41875
|
-
|
|
41876
|
-
|
|
41877
|
-
|
|
41878
|
-
|
|
41879
|
-
|
|
41880
|
-
|
|
41881
|
-
|
|
41882
|
-
|
|
41883
|
-
|
|
41884
|
-
|
|
41885
|
-
|
|
41886
|
-
|
|
41887
|
-
|
|
41888
|
-
|
|
41889
|
-
|
|
41890
|
-
|
|
41891
|
-
|
|
41892
|
-
|
|
41893
|
-
|
|
41894
|
-
|
|
41895
|
-
type: string;
|
|
43019
|
+
extraData: {
|
|
43020
|
+
items: {
|
|
43021
|
+
properties: {
|
|
43022
|
+
aggregation: {
|
|
43023
|
+
description: string;
|
|
43024
|
+
enum: string[];
|
|
43025
|
+
type: string;
|
|
43026
|
+
};
|
|
43027
|
+
columnId: {
|
|
43028
|
+
description: string;
|
|
43029
|
+
format: string;
|
|
43030
|
+
type: string;
|
|
43031
|
+
};
|
|
43032
|
+
datasetId: {
|
|
43033
|
+
description: string;
|
|
43034
|
+
format: string;
|
|
43035
|
+
type: string;
|
|
43036
|
+
};
|
|
43037
|
+
formulaId: {
|
|
43038
|
+
description: string;
|
|
43039
|
+
format: string;
|
|
43040
|
+
type: string;
|
|
43041
|
+
};
|
|
43042
|
+
label: {
|
|
43043
|
+
description: string;
|
|
43044
|
+
type: string;
|
|
43045
|
+
};
|
|
43046
|
+
weightedColumnId: {
|
|
43047
|
+
description: string;
|
|
43048
|
+
format: string;
|
|
43049
|
+
type: string;
|
|
43050
|
+
};
|
|
43051
|
+
weightedDatasetId: {
|
|
43052
|
+
description: string;
|
|
43053
|
+
format: string;
|
|
43054
|
+
type: string;
|
|
43055
|
+
};
|
|
41896
43056
|
};
|
|
43057
|
+
type: string;
|
|
41897
43058
|
};
|
|
41898
43059
|
type: string;
|
|
41899
43060
|
};
|
|
41900
|
-
type: string;
|
|
41901
43061
|
};
|
|
41902
|
-
|
|
41903
|
-
|
|
43062
|
+
type: string;
|
|
43063
|
+
} | {
|
|
43064
|
+
type: string;
|
|
43065
|
+
properties?: undefined;
|
|
43066
|
+
})[];
|
|
43067
|
+
default: null;
|
|
43068
|
+
description: string;
|
|
41904
43069
|
};
|
|
41905
43070
|
customTooltip: {
|
|
41906
43071
|
default: null;
|
|
41907
43072
|
description: string;
|
|
41908
|
-
type: string;
|
|
43073
|
+
type: string[];
|
|
41909
43074
|
};
|
|
41910
43075
|
exportTypes: {
|
|
41911
43076
|
default: string[];
|
|
@@ -41933,6 +43098,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
41933
43098
|
examples: string[];
|
|
41934
43099
|
type: string;
|
|
41935
43100
|
};
|
|
43101
|
+
slotType: {
|
|
43102
|
+
description: string;
|
|
43103
|
+
enum: string[];
|
|
43104
|
+
type: string;
|
|
43105
|
+
};
|
|
41936
43106
|
values: {
|
|
41937
43107
|
description: string;
|
|
41938
43108
|
items: {
|
|
@@ -43422,6 +44592,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
43422
44592
|
examples: string[];
|
|
43423
44593
|
type: string;
|
|
43424
44594
|
};
|
|
44595
|
+
slotType: {
|
|
44596
|
+
description: string;
|
|
44597
|
+
enum: string[];
|
|
44598
|
+
type: string;
|
|
44599
|
+
};
|
|
43425
44600
|
values: {
|
|
43426
44601
|
description: string;
|
|
43427
44602
|
items: {
|
|
@@ -44942,6 +46117,11 @@ export declare const JSON_SCHEMAS: {
|
|
|
44942
46117
|
examples: string[];
|
|
44943
46118
|
type: string;
|
|
44944
46119
|
};
|
|
46120
|
+
slotType: {
|
|
46121
|
+
description: string;
|
|
46122
|
+
enum: string[];
|
|
46123
|
+
type: string;
|
|
46124
|
+
};
|
|
44945
46125
|
values: {
|
|
44946
46126
|
description: string;
|
|
44947
46127
|
items: {
|