@luzmo/dashboard-contents-types 1.0.18 → 1.0.19
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 +8 -0
- package/LICENSE +2 -2
- package/README.md +13 -9
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +326 -92
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +253 -22
- package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +327 -93
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +253 -22
- package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +335 -97
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +247 -16
- package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +318 -84
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +253 -22
- package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +318 -84
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +253 -22
- package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +318 -84
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +258 -20
- package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +318 -84
- package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +249 -18
- package/assets/json-schemas/circle-pack-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +312 -83
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +249 -18
- package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +328 -93
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +253 -22
- package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +376 -156
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +249 -18
- package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/conditional-number-options.schema.json.d.ts +312 -83
- package/assets/json-schemas/conditional-number-slots.schema.json.d.ts +249 -18
- package/assets/json-schemas/conditional-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-comparison-filter-options.schema.json.d.ts +1092 -0
- package/assets/json-schemas/date-comparison-filter-slots.schema.json.d.ts +407 -0
- package/assets/json-schemas/date-comparison-filter.schema.json.d.ts +23 -0
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +231 -5
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +230 -6
- package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +318 -84
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +249 -18
- package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +231 -5
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +245 -14
- package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +321 -87
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +247 -16
- package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +318 -84
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +248 -17
- package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-map-options.schema.json.d.ts +231 -5
- package/assets/json-schemas/heat-map-slots.schema.json.d.ts +255 -17
- package/assets/json-schemas/heat-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-table-options.schema.json.d.ts +338 -97
- package/assets/json-schemas/heat-table-slots.schema.json.d.ts +253 -22
- package/assets/json-schemas/heat-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +237 -6
- package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +255 -17
- package/assets/json-schemas/hexbin-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/image-options.schema.json.d.ts +2 -2
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +361 -160
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +253 -22
- package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/marker-map-options.schema.json.d.ts +312 -83
- package/assets/json-schemas/marker-map-slots.schema.json.d.ts +255 -17
- package/assets/json-schemas/marker-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +352 -135
- package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +261 -30
- package/assets/json-schemas/ohlc-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/options.schema.json.d.ts +47 -44
- package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +231 -5
- package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +248 -17
- package/assets/json-schemas/parallel-coordinates-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +318 -84
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +253 -22
- package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +338 -101
- package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +253 -22
- package/assets/json-schemas/pyramid-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/radar-chart-options.schema.json.d.ts +238 -7
- package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +253 -22
- package/assets/json-schemas/radar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +312 -83
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +245 -14
- package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/route-map-options.schema.json.d.ts +231 -5
- package/assets/json-schemas/route-map-slots.schema.json.d.ts +262 -24
- package/assets/json-schemas/route-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +312 -83
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +257 -26
- package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +507 -255
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +261 -30
- package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +231 -5
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +245 -14
- package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +231 -5
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +249 -18
- package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +231 -5
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +235 -11
- package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slots.schema.json.d.ts +44 -41
- package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +312 -83
- package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +266 -24
- package/assets/json-schemas/speedometer-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/spike-map-options.schema.json.d.ts +318 -84
- package/assets/json-schemas/spike-map-slots.schema.json.d.ts +259 -21
- package/assets/json-schemas/spike-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/strip-plot-options.schema.json.d.ts +231 -5
- package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +249 -18
- package/assets/json-schemas/strip-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +318 -84
- package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +249 -18
- package/assets/json-schemas/sunburst-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/symbol-map-options.schema.json.d.ts +318 -84
- package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +258 -20
- package/assets/json-schemas/symbol-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/text-options.schema.json.d.ts +2 -2
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +318 -84
- package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +271 -29
- 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 +3 -1
- package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +311 -82
- package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +251 -20
- package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +3 -3
- package/index.js +220 -48
- package/index.mjs +2529 -1232
- package/json-schemas.d.ts +20510 -1926
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-context.config.d.ts +3 -0
- package/src/lib/area-chart/area-chart-context.config.d.ts.map +1 -0
- package/src/lib/area-chart/area-chart-options.d.ts +3 -12
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-slots.config.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-slots.d.ts +1 -1
- package/src/lib/area-chart/area-chart-slots.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart.d.ts +1 -1
- package/src/lib/area-chart/area-chart.d.ts.map +1 -1
- package/src/lib/area-chart/index.d.ts +2 -1
- package/src/lib/area-chart/index.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart-context.config.d.ts +3 -0
- package/src/lib/bar-chart/bar-chart-context.config.d.ts.map +1 -0
- package/src/lib/bar-chart/bar-chart-options.d.ts +3 -14
- package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart-slots.config.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart.d.ts +1 -1
- package/src/lib/bar-chart/bar-chart.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart.slots.d.ts +1 -1
- package/src/lib/bar-chart/bar-chart.slots.d.ts.map +1 -1
- package/src/lib/bar-chart/index.d.ts +1 -0
- package/src/lib/bar-chart/index.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-context.config.d.ts +3 -0
- package/src/lib/box-plot/box-plot-context.config.d.ts.map +1 -0
- package/src/lib/box-plot/box-plot-options.d.ts +3 -13
- package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-slots.config.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-slots.d.ts +1 -1
- package/src/lib/box-plot/box-plot-slots.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot.d.ts +1 -1
- package/src/lib/box-plot/box-plot.d.ts.map +1 -1
- package/src/lib/box-plot/index.d.ts +1 -0
- package/src/lib/box-plot/index.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-context.config.d.ts +3 -0
- package/src/lib/bubble-chart/bubble-chart-context.config.d.ts.map +1 -0
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +3 -12
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-slots.config.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-slots.d.ts +1 -1
- package/src/lib/bubble-chart/bubble-chart-slots.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart.d.ts +1 -1
- package/src/lib/bubble-chart/bubble-chart.d.ts.map +1 -1
- package/src/lib/bubble-chart/index.d.ts +1 -0
- package/src/lib/bubble-chart/index.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-context.config.d.ts +3 -0
- package/src/lib/bullet-chart/bullet-chart-context.config.d.ts.map +1 -0
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +3 -13
- package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-slots.config.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-slots.d.ts +1 -1
- package/src/lib/bullet-chart/bullet-chart-slots.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart.d.ts +1 -1
- package/src/lib/bullet-chart/bullet-chart.d.ts.map +1 -1
- package/src/lib/bullet-chart/index.d.ts +1 -0
- package/src/lib/bullet-chart/index.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-context.config.d.ts +3 -0
- package/src/lib/choropleth-map/choropleth-map-context.config.d.ts.map +1 -0
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +3 -13
- package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-slots.config.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-slots.d.ts +1 -1
- package/src/lib/choropleth-map/choropleth-map-slots.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map.d.ts +1 -1
- package/src/lib/choropleth-map/choropleth-map.d.ts.map +1 -1
- package/src/lib/choropleth-map/index.d.ts +2 -1
- package/src/lib/choropleth-map/index.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-context.config.d.ts +3 -0
- package/src/lib/circle-pack-chart/circle-pack-chart-context.config.d.ts.map +1 -0
- package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts +2 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-slots.config.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart.d.ts +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/index.d.ts +1 -0
- package/src/lib/circle-pack-chart/index.d.ts.map +1 -1
- package/src/lib/circular-gauge/circular-gauge-context.config.d.ts +3 -0
- package/src/lib/circular-gauge/circular-gauge-context.config.d.ts.map +1 -0
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +1 -9
- package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
- package/src/lib/circular-gauge/circular-gauge-slots.config.d.ts.map +1 -1
- package/src/lib/circular-gauge/circular-gauge-slots.d.ts +1 -1
- package/src/lib/circular-gauge/circular-gauge-slots.d.ts.map +1 -1
- package/src/lib/circular-gauge/circular-gauge.d.ts +1 -1
- package/src/lib/circular-gauge/circular-gauge.d.ts.map +1 -1
- package/src/lib/circular-gauge/index.d.ts +1 -0
- package/src/lib/circular-gauge/index.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-context.config.d.ts +3 -0
- package/src/lib/column-chart/column-chart-context.config.d.ts.map +1 -0
- package/src/lib/column-chart/column-chart-options.d.ts +3 -14
- package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-slots.config.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-slots.d.ts +1 -1
- package/src/lib/column-chart/column-chart-slots.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart.d.ts +1 -1
- package/src/lib/column-chart/column-chart.d.ts.map +1 -1
- package/src/lib/column-chart/index.d.ts +1 -0
- package/src/lib/column-chart/index.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-context.config.d.ts +3 -0
- package/src/lib/combination-chart/combination-chart-context.config.d.ts.map +1 -0
- package/src/lib/combination-chart/combination-chart-options.d.ts +3 -15
- package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-slots.config.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-slots.d.ts +1 -1
- package/src/lib/combination-chart/combination-chart-slots.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart.d.ts +1 -1
- package/src/lib/combination-chart/combination-chart.d.ts.map +1 -1
- package/src/lib/combination-chart/index.d.ts +1 -0
- package/src/lib/combination-chart/index.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-context.config.d.ts +3 -0
- package/src/lib/conditional-number/conditional-number-context.config.d.ts.map +1 -0
- package/src/lib/conditional-number/conditional-number-options.d.ts +1 -10
- package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-slots.config.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-slots.d.ts +1 -1
- package/src/lib/conditional-number/conditional-number-slots.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number.d.ts +1 -1
- package/src/lib/conditional-number/conditional-number.d.ts.map +1 -1
- package/src/lib/conditional-number/index.d.ts +1 -0
- package/src/lib/conditional-number/index.d.ts.map +1 -1
- package/src/lib/date-comparison-filter/date-comparison-filter-context.config.d.ts +3 -0
- package/src/lib/date-comparison-filter/date-comparison-filter-context.config.d.ts.map +1 -0
- package/src/lib/date-comparison-filter/date-comparison-filter-options.d.ts +132 -0
- package/src/lib/date-comparison-filter/date-comparison-filter-options.d.ts.map +1 -0
- package/src/lib/date-comparison-filter/date-comparison-filter-slots.config.d.ts +3 -0
- package/src/lib/date-comparison-filter/date-comparison-filter-slots.config.d.ts.map +1 -0
- package/src/lib/date-comparison-filter/date-comparison-filter-slots.d.ts +19 -0
- package/src/lib/date-comparison-filter/date-comparison-filter-slots.d.ts.map +1 -0
- package/src/lib/date-comparison-filter/date-comparison-filter.d.ts +24 -0
- package/src/lib/date-comparison-filter/date-comparison-filter.d.ts.map +1 -0
- package/src/lib/date-comparison-filter/index.d.ts +6 -0
- package/src/lib/date-comparison-filter/index.d.ts.map +1 -0
- package/src/lib/date-filter/date-filter-context.config.d.ts +3 -0
- package/src/lib/date-filter/date-filter-context.config.d.ts.map +1 -0
- package/src/lib/date-filter/date-filter-options.d.ts +1 -50
- package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter-slots.config.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter-slots.d.ts +2 -2
- package/src/lib/date-filter/date-filter-slots.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter.d.ts +1 -1
- package/src/lib/date-filter/date-filter.d.ts.map +1 -1
- package/src/lib/date-filter/index.d.ts +1 -0
- package/src/lib/date-filter/index.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-context.config.d.ts +3 -0
- package/src/lib/donut-chart/donut-chart-context.config.d.ts.map +1 -0
- package/src/lib/donut-chart/donut-chart-options.d.ts +3 -14
- package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-slots.config.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-slots.d.ts +1 -1
- package/src/lib/donut-chart/donut-chart-slots.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart.d.ts +1 -1
- package/src/lib/donut-chart/donut-chart.d.ts.map +1 -1
- package/src/lib/donut-chart/index.d.ts +2 -1
- package/src/lib/donut-chart/index.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-context.config.d.ts +3 -0
- package/src/lib/dropdown-filter/dropdown-filter-context.config.d.ts.map +1 -0
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +1 -8
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-slots.config.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +2 -2
- package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter.d.ts +1 -1
- package/src/lib/dropdown-filter/dropdown-filter.d.ts.map +1 -1
- package/src/lib/dropdown-filter/index.d.ts +1 -0
- package/src/lib/dropdown-filter/index.d.ts.map +1 -1
- package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-context.config.d.ts +3 -0
- package/src/lib/evolution-number/evolution-number-context.config.d.ts.map +1 -0
- package/src/lib/evolution-number/evolution-number-options.d.ts +3 -10
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-slots.config.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-slots.d.ts +1 -1
- package/src/lib/evolution-number/evolution-number-slots.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number.d.ts +1 -1
- package/src/lib/evolution-number/evolution-number.d.ts.map +1 -1
- package/src/lib/evolution-number/index.d.ts +1 -0
- package/src/lib/evolution-number/index.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-context.config.d.ts +3 -0
- package/src/lib/funnel-chart/funnel-chart-context.config.d.ts.map +1 -0
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +3 -14
- package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-slots.config.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-slots.d.ts +1 -1
- package/src/lib/funnel-chart/funnel-chart-slots.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart.d.ts +1 -1
- package/src/lib/funnel-chart/funnel-chart.d.ts.map +1 -1
- package/src/lib/funnel-chart/index.d.ts +2 -1
- package/src/lib/funnel-chart/index.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map-context.config.d.ts +3 -0
- package/src/lib/heat-map/heat-map-context.config.d.ts.map +1 -0
- package/src/lib/heat-map/heat-map-options.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map-slots.config.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map.d.ts.map +1 -1
- package/src/lib/heat-map/index.d.ts +2 -1
- package/src/lib/heat-map/index.d.ts.map +1 -1
- package/src/lib/heat-table/heat-table-context.config.d.ts +3 -0
- package/src/lib/heat-table/heat-table-context.config.d.ts.map +1 -0
- package/src/lib/heat-table/heat-table-options.d.ts +2 -1
- package/src/lib/heat-table/heat-table-options.d.ts.map +1 -1
- package/src/lib/heat-table/heat-table-slots.config.d.ts.map +1 -1
- package/src/lib/heat-table/heat-table-slots.d.ts.map +1 -1
- package/src/lib/heat-table/heat-table.d.ts.map +1 -1
- package/src/lib/heat-table/index.d.ts +1 -0
- package/src/lib/heat-table/index.d.ts.map +1 -1
- package/src/lib/hexbin-map/hexbin-map-context.config.d.ts +3 -0
- package/src/lib/hexbin-map/hexbin-map-context.config.d.ts.map +1 -0
- package/src/lib/hexbin-map/hexbin-map-options.d.ts +2 -1
- package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -1
- package/src/lib/hexbin-map/hexbin-map-slots.config.d.ts.map +1 -1
- package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -1
- package/src/lib/hexbin-map/hexbin-map.d.ts.map +1 -1
- package/src/lib/hexbin-map/index.d.ts +2 -1
- package/src/lib/hexbin-map/index.d.ts.map +1 -1
- package/src/lib/image/image-context.config.d.ts +3 -0
- package/src/lib/image/image-context.config.d.ts.map +1 -0
- package/src/lib/image/image-options.d.ts +1 -5
- package/src/lib/image/image-options.d.ts.map +1 -1
- package/src/lib/image/image.d.ts +1 -1
- package/src/lib/image/image.d.ts.map +1 -1
- package/src/lib/image/index.d.ts +1 -0
- package/src/lib/image/index.d.ts.map +1 -1
- package/src/lib/line-chart/index.d.ts +1 -0
- package/src/lib/line-chart/index.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-context.config.d.ts +3 -0
- package/src/lib/line-chart/line-chart-context.config.d.ts.map +1 -0
- package/src/lib/line-chart/line-chart-options.d.ts +3 -12
- package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-slots.config.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-slots.d.ts +1 -1
- package/src/lib/line-chart/line-chart-slots.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart.d.ts +1 -1
- package/src/lib/line-chart/line-chart.d.ts.map +1 -1
- package/src/lib/marker-map/index.d.ts +2 -1
- package/src/lib/marker-map/index.d.ts.map +1 -1
- package/src/lib/marker-map/marker-map-context.config.d.ts +3 -0
- package/src/lib/marker-map/marker-map-context.config.d.ts.map +1 -0
- package/src/lib/marker-map/marker-map-options.d.ts +2 -1
- package/src/lib/marker-map/marker-map-options.d.ts.map +1 -1
- package/src/lib/marker-map/marker-map-slots.config.d.ts.map +1 -1
- package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -1
- package/src/lib/marker-map/marker-map.d.ts.map +1 -1
- package/src/lib/ohlc-chart/index.d.ts +1 -0
- package/src/lib/ohlc-chart/index.d.ts.map +1 -1
- package/src/lib/ohlc-chart/ohlc-chart-context.config.d.ts +3 -0
- package/src/lib/ohlc-chart/ohlc-chart-context.config.d.ts.map +1 -0
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +2 -1
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -1
- package/src/lib/ohlc-chart/ohlc-chart-slots.config.d.ts.map +1 -1
- package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts.map +1 -1
- package/src/lib/ohlc-chart/ohlc-chart.d.ts.map +1 -1
- package/src/lib/parallel-coordinates-plot/index.d.ts +1 -0
- package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -1
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-context.config.d.ts +3 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-context.config.d.ts.map +1 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts.map +1 -1
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts.map +1 -1
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts.map +1 -1
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts.map +1 -1
- package/src/lib/pivot-table/index.d.ts +2 -1
- package/src/lib/pivot-table/index.d.ts.map +1 -1
- package/src/lib/pivot-table/pivot-table-context.config.d.ts +3 -0
- package/src/lib/pivot-table/pivot-table-context.config.d.ts.map +1 -0
- package/src/lib/pivot-table/pivot-table-options.d.ts +3 -12
- package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
- package/src/lib/pivot-table/pivot-table-slots.config.d.ts.map +1 -1
- package/src/lib/pivot-table/pivot-table-slots.d.ts +1 -1
- package/src/lib/pivot-table/pivot-table-slots.d.ts.map +1 -1
- package/src/lib/pivot-table/pivot-table.d.ts +1 -1
- package/src/lib/pivot-table/pivot-table.d.ts.map +1 -1
- package/src/lib/pyramid-chart/index.d.ts +1 -0
- package/src/lib/pyramid-chart/index.d.ts.map +1 -1
- package/src/lib/pyramid-chart/pyramid-chart-context.config.d.ts +3 -0
- package/src/lib/pyramid-chart/pyramid-chart-context.config.d.ts.map +1 -0
- package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +2 -1
- package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -1
- package/src/lib/pyramid-chart/pyramid-chart-slots.config.d.ts.map +1 -1
- package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts.map +1 -1
- package/src/lib/pyramid-chart/pyramid-chart.d.ts.map +1 -1
- package/src/lib/radar-chart/index.d.ts +1 -0
- package/src/lib/radar-chart/index.d.ts.map +1 -1
- package/src/lib/radar-chart/radar-chart-context.config.d.ts +3 -0
- package/src/lib/radar-chart/radar-chart-context.config.d.ts.map +1 -0
- package/src/lib/radar-chart/radar-chart-options.d.ts +2 -1
- package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -1
- package/src/lib/radar-chart/radar-chart-slots.config.d.ts.map +1 -1
- package/src/lib/radar-chart/radar-chart-slots.d.ts.map +1 -1
- package/src/lib/radar-chart/radar-chart.d.ts.map +1 -1
- package/src/lib/regular-table/index.d.ts +1 -0
- package/src/lib/regular-table/index.d.ts.map +1 -1
- package/src/lib/regular-table/regular-table-context.config.d.ts +3 -0
- package/src/lib/regular-table/regular-table-context.config.d.ts.map +1 -0
- package/src/lib/regular-table/regular-table-options.d.ts +1 -11
- package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
- package/src/lib/regular-table/regular-table-slots.config.d.ts.map +1 -1
- package/src/lib/regular-table/regular-table-slots.d.ts +2 -2
- package/src/lib/regular-table/regular-table-slots.d.ts.map +1 -1
- package/src/lib/regular-table/regular-table.d.ts +1 -1
- package/src/lib/regular-table/regular-table.d.ts.map +1 -1
- package/src/lib/route-map/index.d.ts +2 -1
- package/src/lib/route-map/index.d.ts.map +1 -1
- package/src/lib/route-map/route-map-context.config.d.ts +3 -0
- package/src/lib/route-map/route-map-context.config.d.ts.map +1 -0
- package/src/lib/route-map/route-map-options.d.ts.map +1 -1
- package/src/lib/route-map/route-map-slots.config.d.ts.map +1 -1
- package/src/lib/route-map/route-map-slots.d.ts.map +1 -1
- package/src/lib/route-map/route-map.d.ts.map +1 -1
- package/src/lib/sankey-diagram/index.d.ts +2 -1
- package/src/lib/sankey-diagram/index.d.ts.map +1 -1
- package/src/lib/sankey-diagram/sankey-diagram-context.config.d.ts +3 -0
- package/src/lib/sankey-diagram/sankey-diagram-context.config.d.ts.map +1 -0
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +1 -10
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
- package/src/lib/sankey-diagram/sankey-diagram-slots.config.d.ts.map +1 -1
- package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +1 -1
- package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts.map +1 -1
- package/src/lib/sankey-diagram/sankey-diagram.d.ts +1 -1
- package/src/lib/sankey-diagram/sankey-diagram.d.ts.map +1 -1
- package/src/lib/scatter-plot/index.d.ts +1 -0
- package/src/lib/scatter-plot/index.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-context.config.d.ts +3 -0
- package/src/lib/scatter-plot/scatter-plot-context.config.d.ts.map +1 -0
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +3 -12
- package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-slots.config.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-slots.d.ts +1 -1
- package/src/lib/scatter-plot/scatter-plot-slots.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot.d.ts +1 -1
- package/src/lib/scatter-plot/scatter-plot.d.ts.map +1 -1
- package/src/lib/search-filter/index.d.ts +1 -0
- package/src/lib/search-filter/index.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter-context.config.d.ts +3 -0
- package/src/lib/search-filter/search-filter-context.config.d.ts.map +1 -0
- package/src/lib/search-filter/search-filter-options.d.ts +1 -5
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter-slots.config.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter-slots.d.ts +1 -1
- package/src/lib/search-filter/search-filter-slots.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter.d.ts +1 -1
- package/src/lib/search-filter/search-filter.d.ts.map +1 -1
- package/src/lib/shared/configs/context-helpers.config.d.ts +3 -0
- package/src/lib/shared/configs/context-helpers.config.d.ts.map +1 -0
- package/src/lib/shared/configs/index.d.ts +2 -0
- package/src/lib/shared/configs/index.d.ts.map +1 -0
- package/src/lib/shared/index.d.ts +2 -31
- package/src/lib/shared/index.d.ts.map +1 -1
- package/src/lib/shared/types/axes.d.ts.map +1 -0
- package/src/lib/shared/{common.d.ts → types/common.d.ts} +2 -2
- package/src/lib/shared/types/common.d.ts.map +1 -0
- package/src/lib/shared/types/context.d.ts +16 -0
- package/src/lib/shared/types/context.d.ts.map +1 -0
- package/src/lib/shared/types/date-filter-range.d.ts +46 -0
- package/src/lib/shared/types/date-filter-range.d.ts.map +1 -0
- package/src/lib/shared/types/drop-object-view-options.d.ts.map +1 -0
- package/src/lib/shared/types/filters.d.ts.map +1 -0
- package/src/lib/shared/types/formula.d.ts.map +1 -0
- package/src/lib/shared/types/index.d.ts +34 -0
- package/src/lib/shared/types/index.d.ts.map +1 -0
- package/src/lib/shared/{info-tooltip-options.d.ts → types/info-tooltip-options.d.ts} +2 -1
- package/src/lib/shared/types/info-tooltip-options.d.ts.map +1 -0
- package/src/lib/shared/types/interactivity-brush.d.ts.map +1 -0
- package/src/lib/shared/{interactivity-custom-events.d.ts → types/interactivity-custom-events.d.ts} +3 -2
- package/src/lib/shared/types/interactivity-custom-events.d.ts.map +1 -0
- package/src/lib/shared/types/interactivity-custom-tooltip.d.ts.map +1 -0
- package/src/lib/shared/{interactivity-drilldown.d.ts → types/interactivity-drilldown.d.ts} +4 -2
- package/src/lib/shared/types/interactivity-drilldown.d.ts.map +1 -0
- package/src/lib/shared/types/interactivity-export.d.ts.map +1 -0
- package/src/lib/shared/types/interactivity-filter.d.ts.map +1 -0
- package/src/lib/shared/{interactivity-go-to-url.d.ts → types/interactivity-go-to-url.d.ts} +2 -1
- package/src/lib/shared/types/interactivity-go-to-url.d.ts.map +1 -0
- package/src/lib/shared/types/interactivity-measure-dimension-picker.d.ts.map +1 -0
- package/src/lib/shared/types/interactivity-target.d.ts.map +1 -0
- package/src/lib/shared/types/interpolation.d.ts.map +1 -0
- package/src/lib/shared/{iq-components.d.ts → types/iq-components.d.ts} +1 -1
- package/src/lib/shared/types/iq-components.d.ts.map +1 -0
- package/src/lib/shared/{item-filter-group.d.ts → types/item-filter-group.d.ts} +5 -0
- package/src/lib/shared/types/item-filter-group.d.ts.map +1 -0
- package/src/lib/shared/types/legend.d.ts.map +1 -0
- package/src/lib/shared/types/map-object-view-options.d.ts.map +1 -0
- package/src/lib/shared/types/missing-value.d.ts.map +1 -0
- package/src/lib/shared/types/object-view-options.d.ts.map +1 -0
- package/src/lib/shared/types/period-over-period.d.ts.map +1 -0
- package/src/lib/shared/{placeholder.d.ts → types/placeholder.d.ts} +2 -1
- package/src/lib/shared/types/placeholder.d.ts.map +1 -0
- package/src/lib/shared/types/query.d.ts.map +1 -0
- package/src/lib/shared/types/ranges.d.ts.map +1 -0
- package/src/lib/shared/{slots.d.ts → types/slots.d.ts} +5 -3
- package/src/lib/shared/types/slots.d.ts.map +1 -0
- package/src/lib/shared/types/sort.d.ts.map +1 -0
- package/src/lib/shared/types/theme.d.ts.map +1 -0
- package/src/lib/shared/{title.d.ts → types/title.d.ts} +1 -1
- package/src/lib/shared/types/title.d.ts.map +1 -0
- package/src/lib/shared/types/viz-item.d.ts.map +1 -0
- package/src/lib/slicer-filter/index.d.ts +1 -0
- package/src/lib/slicer-filter/index.d.ts.map +1 -1
- package/src/lib/slicer-filter/slicer-filter-context.config.d.ts +3 -0
- package/src/lib/slicer-filter/slicer-filter-context.config.d.ts.map +1 -0
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -7
- package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
- package/src/lib/slicer-filter/slicer-filter-slots.config.d.ts.map +1 -1
- package/src/lib/slicer-filter/slicer-filter-slots.d.ts +1 -1
- package/src/lib/slicer-filter/slicer-filter-slots.d.ts.map +1 -1
- package/src/lib/slicer-filter/slicer-filter.d.ts +1 -1
- package/src/lib/slicer-filter/slicer-filter.d.ts.map +1 -1
- package/src/lib/slider-filter/index.d.ts +2 -1
- package/src/lib/slider-filter/index.d.ts.map +1 -1
- package/src/lib/slider-filter/slider-filter-context.config.d.ts +3 -0
- package/src/lib/slider-filter/slider-filter-context.config.d.ts.map +1 -0
- package/src/lib/slider-filter/slider-filter-options.d.ts +1 -5
- package/src/lib/slider-filter/slider-filter-options.d.ts.map +1 -1
- package/src/lib/slider-filter/slider-filter-slots.config.d.ts.map +1 -1
- package/src/lib/slider-filter/slider-filter-slots.d.ts +2 -2
- package/src/lib/slider-filter/slider-filter-slots.d.ts.map +1 -1
- package/src/lib/slider-filter/slider-filter.d.ts +1 -1
- package/src/lib/slider-filter/slider-filter.d.ts.map +1 -1
- package/src/lib/speedometer-chart/index.d.ts +1 -0
- package/src/lib/speedometer-chart/index.d.ts.map +1 -1
- package/src/lib/speedometer-chart/speedometer-chart-context.config.d.ts +3 -0
- package/src/lib/speedometer-chart/speedometer-chart-context.config.d.ts.map +1 -0
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -1
- package/src/lib/speedometer-chart/speedometer-chart-slots.config.d.ts.map +1 -1
- package/src/lib/speedometer-chart/speedometer-chart-slots.d.ts +1 -1
- package/src/lib/speedometer-chart/speedometer-chart-slots.d.ts.map +1 -1
- package/src/lib/speedometer-chart/speedometer-chart.d.ts.map +1 -1
- package/src/lib/spike-map/index.d.ts +2 -1
- package/src/lib/spike-map/index.d.ts.map +1 -1
- package/src/lib/spike-map/spike-map-context.config.d.ts +3 -0
- package/src/lib/spike-map/spike-map-context.config.d.ts.map +1 -0
- package/src/lib/spike-map/spike-map-options.d.ts +2 -1
- package/src/lib/spike-map/spike-map-options.d.ts.map +1 -1
- package/src/lib/spike-map/spike-map-slots.config.d.ts.map +1 -1
- package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -1
- package/src/lib/spike-map/spike-map.d.ts.map +1 -1
- package/src/lib/strip-plot/index.d.ts +1 -0
- package/src/lib/strip-plot/index.d.ts.map +1 -1
- package/src/lib/strip-plot/strip-plot-context.config.d.ts +3 -0
- package/src/lib/strip-plot/strip-plot-context.config.d.ts.map +1 -0
- package/src/lib/strip-plot/strip-plot-slots.config.d.ts.map +1 -1
- package/src/lib/strip-plot/strip-plot-slots.d.ts.map +1 -1
- package/src/lib/strip-plot/strip-plot.d.ts.map +1 -1
- package/src/lib/sunburst-chart/index.d.ts +1 -0
- package/src/lib/sunburst-chart/index.d.ts.map +1 -1
- package/src/lib/sunburst-chart/sunburst-chart-context.config.d.ts +3 -0
- package/src/lib/sunburst-chart/sunburst-chart-context.config.d.ts.map +1 -0
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +2 -1
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -1
- package/src/lib/sunburst-chart/sunburst-chart-slots.config.d.ts.map +1 -1
- package/src/lib/sunburst-chart/sunburst-chart-slots.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 +2 -1
- package/src/lib/symbol-map/index.d.ts.map +1 -1
- package/src/lib/symbol-map/symbol-map-context.config.d.ts +3 -0
- package/src/lib/symbol-map/symbol-map-context.config.d.ts.map +1 -0
- package/src/lib/symbol-map/symbol-map-options.d.ts +2 -1
- package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
- package/src/lib/symbol-map/symbol-map-slots.config.d.ts.map +1 -1
- package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -1
- package/src/lib/symbol-map/symbol-map.d.ts.map +1 -1
- package/src/lib/text/index.d.ts +1 -0
- package/src/lib/text/index.d.ts.map +1 -1
- package/src/lib/text/text-context.config.d.ts +3 -0
- package/src/lib/text/text-context.config.d.ts.map +1 -0
- package/src/lib/text/text-options.d.ts +1 -3
- package/src/lib/text/text-options.d.ts.map +1 -1
- package/src/lib/text/text.d.ts +1 -1
- package/src/lib/text/text.d.ts.map +1 -1
- package/src/lib/treemap-chart/index.d.ts +2 -1
- package/src/lib/treemap-chart/index.d.ts.map +1 -1
- package/src/lib/treemap-chart/treemap-chart-context.config.d.ts +3 -0
- package/src/lib/treemap-chart/treemap-chart-context.config.d.ts.map +1 -0
- package/src/lib/treemap-chart/treemap-chart-options.d.ts +2 -1
- package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
- package/src/lib/treemap-chart/treemap-chart-slots.config.d.ts.map +1 -1
- package/src/lib/treemap-chart/treemap-chart-slots.d.ts.map +1 -1
- package/src/lib/treemap-chart/treemap-chart.d.ts.map +1 -1
- package/src/lib/venn-diagram/index.d.ts +1 -0
- package/src/lib/venn-diagram/index.d.ts.map +1 -1
- package/src/lib/venn-diagram/venn-diagram-context.config.d.ts +3 -0
- package/src/lib/venn-diagram/venn-diagram-context.config.d.ts.map +1 -0
- package/src/lib/venn-diagram/venn-diagram-slots.config.d.ts.map +1 -1
- package/src/lib/video/index.d.ts +1 -0
- package/src/lib/video/index.d.ts.map +1 -1
- package/src/lib/video/video-context.config.d.ts +3 -0
- package/src/lib/video/video-context.config.d.ts.map +1 -0
- package/src/lib/video/video-options.d.ts +2 -1
- package/src/lib/video/video-options.d.ts.map +1 -1
- package/src/lib/video/video.d.ts +1 -1
- package/src/lib/video/video.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/index.d.ts +1 -0
- package/src/lib/wordcloud-chart/index.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/wordcloud-chart-context.config.d.ts +3 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-context.config.d.ts.map +1 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.config.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +1 -1
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +1 -1
- package/src/lib/wordcloud-chart/wordcloud-chart.d.ts.map +1 -1
- package/src/options.d.ts +2 -1
- package/src/options.d.ts.map +1 -1
- package/src/lib/shared/axes.d.ts.map +0 -1
- package/src/lib/shared/common.d.ts.map +0 -1
- package/src/lib/shared/drop-object-view-options.d.ts.map +0 -1
- package/src/lib/shared/filters.d.ts.map +0 -1
- package/src/lib/shared/formula.d.ts.map +0 -1
- package/src/lib/shared/info-tooltip-options.d.ts.map +0 -1
- package/src/lib/shared/interactivity-brush.d.ts.map +0 -1
- package/src/lib/shared/interactivity-custom-events.d.ts.map +0 -1
- package/src/lib/shared/interactivity-custom-tooltip.d.ts.map +0 -1
- package/src/lib/shared/interactivity-drilldown.d.ts.map +0 -1
- package/src/lib/shared/interactivity-export.d.ts.map +0 -1
- package/src/lib/shared/interactivity-filter.d.ts.map +0 -1
- package/src/lib/shared/interactivity-go-to-url.d.ts.map +0 -1
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +0 -1
- package/src/lib/shared/interactivity-target.d.ts.map +0 -1
- package/src/lib/shared/interpolation.d.ts.map +0 -1
- package/src/lib/shared/iq-components.d.ts.map +0 -1
- package/src/lib/shared/item-filter-group.d.ts.map +0 -1
- package/src/lib/shared/legend.d.ts.map +0 -1
- package/src/lib/shared/map-object-view-options.d.ts.map +0 -1
- package/src/lib/shared/missing-value.d.ts.map +0 -1
- package/src/lib/shared/object-view-options.d.ts.map +0 -1
- package/src/lib/shared/period-over-period.d.ts.map +0 -1
- package/src/lib/shared/placeholder.d.ts.map +0 -1
- package/src/lib/shared/query.d.ts.map +0 -1
- package/src/lib/shared/ranges.d.ts.map +0 -1
- package/src/lib/shared/slots.d.ts.map +0 -1
- package/src/lib/shared/sort.d.ts.map +0 -1
- package/src/lib/shared/theme.d.ts.map +0 -1
- package/src/lib/shared/title.d.ts.map +0 -1
- package/src/lib/shared/viz-item.d.ts.map +0 -1
- package/src/lib/visual-item/index.d.ts +0 -2
- package/src/lib/visual-item/index.d.ts.map +0 -1
- package/src/lib/visual-item/visual-item.d.ts +0 -31
- package/src/lib/visual-item/visual-item.d.ts.map +0 -1
- /package/src/lib/shared/{axes.d.ts → types/axes.d.ts} +0 -0
- /package/src/lib/shared/{drop-object-view-options.d.ts → types/drop-object-view-options.d.ts} +0 -0
- /package/src/lib/shared/{filters.d.ts → types/filters.d.ts} +0 -0
- /package/src/lib/shared/{formula.d.ts → types/formula.d.ts} +0 -0
- /package/src/lib/shared/{interactivity-brush.d.ts → types/interactivity-brush.d.ts} +0 -0
- /package/src/lib/shared/{interactivity-custom-tooltip.d.ts → types/interactivity-custom-tooltip.d.ts} +0 -0
- /package/src/lib/shared/{interactivity-export.d.ts → types/interactivity-export.d.ts} +0 -0
- /package/src/lib/shared/{interactivity-filter.d.ts → types/interactivity-filter.d.ts} +0 -0
- /package/src/lib/shared/{interactivity-measure-dimension-picker.d.ts → types/interactivity-measure-dimension-picker.d.ts} +0 -0
- /package/src/lib/shared/{interactivity-target.d.ts → types/interactivity-target.d.ts} +0 -0
- /package/src/lib/shared/{interpolation.d.ts → types/interpolation.d.ts} +0 -0
- /package/src/lib/shared/{legend.d.ts → types/legend.d.ts} +0 -0
- /package/src/lib/shared/{map-object-view-options.d.ts → types/map-object-view-options.d.ts} +0 -0
- /package/src/lib/shared/{missing-value.d.ts → types/missing-value.d.ts} +0 -0
- /package/src/lib/shared/{object-view-options.d.ts → types/object-view-options.d.ts} +0 -0
- /package/src/lib/shared/{period-over-period.d.ts → types/period-over-period.d.ts} +0 -0
- /package/src/lib/shared/{query.d.ts → types/query.d.ts} +0 -0
- /package/src/lib/shared/{ranges.d.ts → types/ranges.d.ts} +0 -0
- /package/src/lib/shared/{sort.d.ts → types/sort.d.ts} +0 -0
- /package/src/lib/shared/{theme.d.ts → types/theme.d.ts} +0 -0
- /package/src/lib/shared/{viz-item.d.ts → types/viz-item.d.ts} +0 -0
|
@@ -0,0 +1,1092 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.98/date-comparison-filter-options.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"properties": {
|
|
5
|
+
"annotate": {
|
|
6
|
+
"description": "Information tooltip configuration",
|
|
7
|
+
"properties": {
|
|
8
|
+
"infoTooltip": {
|
|
9
|
+
"properties": {
|
|
10
|
+
"active": {
|
|
11
|
+
"description": "Is information tooltip active",
|
|
12
|
+
"type": "boolean"
|
|
13
|
+
},
|
|
14
|
+
"content": {
|
|
15
|
+
"description": "Information tooltip content in format {<locale>: \"content\"}",
|
|
16
|
+
"examples": [
|
|
17
|
+
{
|
|
18
|
+
"en": "Content"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"type": "object"
|
|
22
|
+
},
|
|
23
|
+
"position": {
|
|
24
|
+
"description": "Information tooltip position",
|
|
25
|
+
"enum": [
|
|
26
|
+
"left",
|
|
27
|
+
"right"
|
|
28
|
+
],
|
|
29
|
+
"type": "string"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"type": "object"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"type": "object"
|
|
36
|
+
},
|
|
37
|
+
"baseSelector": {
|
|
38
|
+
"allOf": [
|
|
39
|
+
{
|
|
40
|
+
"description": "Placeholder in format {<locale>: \"text\"}",
|
|
41
|
+
"examples": [
|
|
42
|
+
{
|
|
43
|
+
"de": "Platzhalter",
|
|
44
|
+
"en": "Placeholder"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"type": "object"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"properties": {
|
|
51
|
+
"label": {
|
|
52
|
+
"description": "Label in a key-value format. The key is the language code, and the value is the content in that language.",
|
|
53
|
+
"examples": [
|
|
54
|
+
{
|
|
55
|
+
"de": "Hallo Welt",
|
|
56
|
+
"en": "Hello World"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"type": "object"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"type": "object"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"description": "Base selector options"
|
|
66
|
+
},
|
|
67
|
+
"color": {
|
|
68
|
+
"default": "",
|
|
69
|
+
"description": "The main color for the item, if omitted the default color from the theme will be used",
|
|
70
|
+
"examples": [
|
|
71
|
+
"#FF5733",
|
|
72
|
+
"#33FF57",
|
|
73
|
+
"#5733FF"
|
|
74
|
+
],
|
|
75
|
+
"type": "string"
|
|
76
|
+
},
|
|
77
|
+
"comparisonSelector": {
|
|
78
|
+
"allOf": [
|
|
79
|
+
{
|
|
80
|
+
"description": "Placeholder in format {<locale>: \"text\"}",
|
|
81
|
+
"examples": [
|
|
82
|
+
{
|
|
83
|
+
"de": "Platzhalter",
|
|
84
|
+
"en": "Placeholder"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"type": "object"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"properties": {
|
|
91
|
+
"label": {
|
|
92
|
+
"description": "Label in a key-value format. The key is the language code, and the value is the content in that language.",
|
|
93
|
+
"examples": [
|
|
94
|
+
{
|
|
95
|
+
"de": "Hallo Welt",
|
|
96
|
+
"en": "Hello World"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"type": "object"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"type": "object"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"description": "Comparison selector options"
|
|
106
|
+
},
|
|
107
|
+
"dateRange": {
|
|
108
|
+
"description": "Date filter range options",
|
|
109
|
+
"properties": {
|
|
110
|
+
"alwaysShowCalendars": {
|
|
111
|
+
"default": true,
|
|
112
|
+
"description": "Toggle if calendar should always be shown or only if custom range is selected",
|
|
113
|
+
"type": "boolean"
|
|
114
|
+
},
|
|
115
|
+
"autoApply": {
|
|
116
|
+
"default": true,
|
|
117
|
+
"description": "Hide the apply and cancel buttons, and automatically apply a new date range as soon as two dates are clicked.\nDefaults to false if used column is of type datetime, otherwise true.",
|
|
118
|
+
"type": "boolean"
|
|
119
|
+
},
|
|
120
|
+
"displayRanges": {
|
|
121
|
+
"description": "Toggle to display ranges",
|
|
122
|
+
"type": "boolean"
|
|
123
|
+
},
|
|
124
|
+
"firstDay": {
|
|
125
|
+
"default": 1,
|
|
126
|
+
"description": "First day of the week (0 - Sunday, 1 - Monday, 2 - Tuesday, etc…)",
|
|
127
|
+
"type": "number"
|
|
128
|
+
},
|
|
129
|
+
"markUnavailable": {
|
|
130
|
+
"description": "Toggle to mark unavailable dates",
|
|
131
|
+
"type": "boolean"
|
|
132
|
+
},
|
|
133
|
+
"ranges": {
|
|
134
|
+
"description": "Date filter ranges",
|
|
135
|
+
"items": {
|
|
136
|
+
"properties": {
|
|
137
|
+
"customRange": {
|
|
138
|
+
"description": "Custom range configuration object (if key passed is 'custom')",
|
|
139
|
+
"properties": {
|
|
140
|
+
"from": {
|
|
141
|
+
"description": "Custom range start date. It should be valid date (in any format)",
|
|
142
|
+
"type": "string"
|
|
143
|
+
},
|
|
144
|
+
"to": {
|
|
145
|
+
"description": "Custom range end date. It should be valid date (in any format)",
|
|
146
|
+
"type": "string"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"type": "object"
|
|
150
|
+
},
|
|
151
|
+
"displayLabel": {
|
|
152
|
+
"description": "Display label. The key is the language code and the value is the content in that language.",
|
|
153
|
+
"examples": [
|
|
154
|
+
{
|
|
155
|
+
"de": "Hallo Welt",
|
|
156
|
+
"en": "Hello World"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"type": "object"
|
|
160
|
+
},
|
|
161
|
+
"key": {
|
|
162
|
+
"description": "Predefined list of keys to select from",
|
|
163
|
+
"examples": [
|
|
164
|
+
"last",
|
|
165
|
+
"last_now",
|
|
166
|
+
"last_completed",
|
|
167
|
+
"ago",
|
|
168
|
+
"next_now",
|
|
169
|
+
"next_full",
|
|
170
|
+
"custom"
|
|
171
|
+
],
|
|
172
|
+
"type": "string"
|
|
173
|
+
},
|
|
174
|
+
"quantity": {
|
|
175
|
+
"description": "Quantity of the range",
|
|
176
|
+
"examples": [
|
|
177
|
+
0,
|
|
178
|
+
7,
|
|
179
|
+
30,
|
|
180
|
+
60,
|
|
181
|
+
90
|
|
182
|
+
],
|
|
183
|
+
"type": "number"
|
|
184
|
+
},
|
|
185
|
+
"rangeId": {
|
|
186
|
+
"description": "Unique identifier for the range",
|
|
187
|
+
"type": "string"
|
|
188
|
+
},
|
|
189
|
+
"unit": {
|
|
190
|
+
"description": "Unit of the range (e.g. 1 for year, 2 for quarter, 3 for month, 4 for week, 5 for day, 6 for hour, 7 for minute, 8 for second)",
|
|
191
|
+
"type": "number"
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"type": "object"
|
|
195
|
+
},
|
|
196
|
+
"type": "array"
|
|
197
|
+
},
|
|
198
|
+
"showCustomRangeLabel": {
|
|
199
|
+
"default": true,
|
|
200
|
+
"description": "Toggle custom range label",
|
|
201
|
+
"type": "boolean"
|
|
202
|
+
},
|
|
203
|
+
"showDropdowns": {
|
|
204
|
+
"default": true,
|
|
205
|
+
"description": "Toggle dropdown of month and year selection",
|
|
206
|
+
"type": "boolean"
|
|
207
|
+
},
|
|
208
|
+
"showISOWeekNumbers": {
|
|
209
|
+
"default": false,
|
|
210
|
+
"description": "Toggle week numbers",
|
|
211
|
+
"type": "boolean"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"type": "object"
|
|
215
|
+
},
|
|
216
|
+
"display": {
|
|
217
|
+
"description": "Title display option",
|
|
218
|
+
"properties": {
|
|
219
|
+
"title": {
|
|
220
|
+
"description": "Show or hide the title",
|
|
221
|
+
"type": "boolean"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"type": "object"
|
|
225
|
+
},
|
|
226
|
+
"interactivity": {
|
|
227
|
+
"description": "Interactivity options",
|
|
228
|
+
"properties": {
|
|
229
|
+
"measureDimensionPicker": {
|
|
230
|
+
"default": [
|
|
231
|
+
[]
|
|
232
|
+
],
|
|
233
|
+
"description": "An array of measure dimension picker configurations",
|
|
234
|
+
"items": {
|
|
235
|
+
"description": "Measure dimension picker configuration",
|
|
236
|
+
"properties": {
|
|
237
|
+
"order": {
|
|
238
|
+
"description": "Order",
|
|
239
|
+
"examples": [
|
|
240
|
+
0,
|
|
241
|
+
9999
|
|
242
|
+
],
|
|
243
|
+
"type": "number"
|
|
244
|
+
},
|
|
245
|
+
"slot": {
|
|
246
|
+
"description": "Slot name",
|
|
247
|
+
"examples": [
|
|
248
|
+
"measure",
|
|
249
|
+
"dimension",
|
|
250
|
+
"legend"
|
|
251
|
+
],
|
|
252
|
+
"type": "string"
|
|
253
|
+
},
|
|
254
|
+
"slotType": {
|
|
255
|
+
"description": "Slot type",
|
|
256
|
+
"enum": [
|
|
257
|
+
"categorical",
|
|
258
|
+
"mixed",
|
|
259
|
+
"numeric"
|
|
260
|
+
],
|
|
261
|
+
"type": "string"
|
|
262
|
+
},
|
|
263
|
+
"values": {
|
|
264
|
+
"description": "An array of columns for the current picker",
|
|
265
|
+
"items": {
|
|
266
|
+
"properties": {
|
|
267
|
+
"aggregationFunc": {
|
|
268
|
+
"description": "Aggregation function. It can be used with a \"numeric\" column type, and with some limitations with \"hierarchy\" and \"datetime\" column types.",
|
|
269
|
+
"enum": [
|
|
270
|
+
"average",
|
|
271
|
+
"count",
|
|
272
|
+
"cumulativesum",
|
|
273
|
+
"distinctcount",
|
|
274
|
+
"histogram",
|
|
275
|
+
"max",
|
|
276
|
+
"median",
|
|
277
|
+
"min",
|
|
278
|
+
"rate",
|
|
279
|
+
"stddev",
|
|
280
|
+
"sum",
|
|
281
|
+
"weightedaverage"
|
|
282
|
+
],
|
|
283
|
+
"type": "string"
|
|
284
|
+
},
|
|
285
|
+
"aggregationWeight": {
|
|
286
|
+
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
287
|
+
"properties": {
|
|
288
|
+
"columnId": {
|
|
289
|
+
"description": "Column id",
|
|
290
|
+
"format": "uuid",
|
|
291
|
+
"type": "string"
|
|
292
|
+
},
|
|
293
|
+
"columnSubType": {
|
|
294
|
+
"description": "Column subtype",
|
|
295
|
+
"enum": [
|
|
296
|
+
"coordinates",
|
|
297
|
+
"currency",
|
|
298
|
+
"duration",
|
|
299
|
+
"hierarchy_element_expression",
|
|
300
|
+
"interval",
|
|
301
|
+
"ip_address",
|
|
302
|
+
"topography"
|
|
303
|
+
],
|
|
304
|
+
"type": "string"
|
|
305
|
+
},
|
|
306
|
+
"datasetId": {
|
|
307
|
+
"description": "Dataset id",
|
|
308
|
+
"format": "uuid",
|
|
309
|
+
"type": "string"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"type": "object"
|
|
313
|
+
},
|
|
314
|
+
"bins": {
|
|
315
|
+
"description": "Bin definition. It can be used when a \"numeric\" column is used as a category.",
|
|
316
|
+
"properties": {
|
|
317
|
+
"enabled": {
|
|
318
|
+
"description": "Enable or disable binning",
|
|
319
|
+
"type": "boolean"
|
|
320
|
+
},
|
|
321
|
+
"number": {
|
|
322
|
+
"description": "Defines the range of the bins",
|
|
323
|
+
"type": "number"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"type": "object"
|
|
327
|
+
},
|
|
328
|
+
"color": {
|
|
329
|
+
"description": "Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.",
|
|
330
|
+
"type": [
|
|
331
|
+
"null",
|
|
332
|
+
"string"
|
|
333
|
+
]
|
|
334
|
+
},
|
|
335
|
+
"columnId": {
|
|
336
|
+
"description": "Column id",
|
|
337
|
+
"format": "uuid",
|
|
338
|
+
"type": "string"
|
|
339
|
+
},
|
|
340
|
+
"currency": {
|
|
341
|
+
"description": "Currency code. It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
342
|
+
"examples": [
|
|
343
|
+
"€",
|
|
344
|
+
"$"
|
|
345
|
+
],
|
|
346
|
+
"type": [
|
|
347
|
+
"null",
|
|
348
|
+
"string"
|
|
349
|
+
]
|
|
350
|
+
},
|
|
351
|
+
"datasetId": {
|
|
352
|
+
"description": "Dataset id",
|
|
353
|
+
"format": "uuid",
|
|
354
|
+
"type": "string"
|
|
355
|
+
},
|
|
356
|
+
"datetimeDisplayMode": {
|
|
357
|
+
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
358
|
+
"enum": [
|
|
359
|
+
"day_in_month",
|
|
360
|
+
"day_in_year",
|
|
361
|
+
"default",
|
|
362
|
+
"hour_in_day",
|
|
363
|
+
"minute_in_hour",
|
|
364
|
+
"month_name",
|
|
365
|
+
"month_number",
|
|
366
|
+
"quarter_number",
|
|
367
|
+
"second_in_minute",
|
|
368
|
+
"week_number",
|
|
369
|
+
"weekday_name",
|
|
370
|
+
"weekday_number"
|
|
371
|
+
],
|
|
372
|
+
"type": "string"
|
|
373
|
+
},
|
|
374
|
+
"duration": {
|
|
375
|
+
"description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
|
|
376
|
+
"properties": {
|
|
377
|
+
"format": {
|
|
378
|
+
"description": "Duration format",
|
|
379
|
+
"enum": [
|
|
380
|
+
"long",
|
|
381
|
+
"short",
|
|
382
|
+
"time"
|
|
383
|
+
],
|
|
384
|
+
"type": "string"
|
|
385
|
+
},
|
|
386
|
+
"levels": {
|
|
387
|
+
"description": "Duration levels used",
|
|
388
|
+
"items": {
|
|
389
|
+
"type": "number"
|
|
390
|
+
},
|
|
391
|
+
"type": "array"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"type": "object"
|
|
395
|
+
},
|
|
396
|
+
"format": {
|
|
397
|
+
"description": "D3 format, it is used for \"numeric\" formatting (https://observablehq.com/@d3/d3-format), for \"datetime\" formatting (https://d3js.org/d3-time-format).\nIt can also be used for \"hierarchy\" formatting but when it's used in the measure slot.",
|
|
398
|
+
"type": "string"
|
|
399
|
+
},
|
|
400
|
+
"formula": {
|
|
401
|
+
"description": "A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
|
|
402
|
+
"type": "string"
|
|
403
|
+
},
|
|
404
|
+
"grandTotals": {
|
|
405
|
+
"description": "Enable or disable grand totals, they're only used in Pivot table",
|
|
406
|
+
"properties": {
|
|
407
|
+
"enabled": {
|
|
408
|
+
"type": "boolean"
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
"type": "object"
|
|
412
|
+
},
|
|
413
|
+
"label": {
|
|
414
|
+
"description": "Label in format {<locale>: \"label\"}",
|
|
415
|
+
"examples": [
|
|
416
|
+
{
|
|
417
|
+
"de": "Gesamtumsatz",
|
|
418
|
+
"en": "Total Revenue"
|
|
419
|
+
}
|
|
420
|
+
],
|
|
421
|
+
"type": "object"
|
|
422
|
+
},
|
|
423
|
+
"level": {
|
|
424
|
+
"description": "\"hierarchy\" or \"datetime\" level",
|
|
425
|
+
"type": [
|
|
426
|
+
"number",
|
|
427
|
+
"null"
|
|
428
|
+
]
|
|
429
|
+
},
|
|
430
|
+
"lowestLevel": {
|
|
431
|
+
"description": "Lowest \"hierarchy\" or \"datetime\" level",
|
|
432
|
+
"type": [
|
|
433
|
+
"null",
|
|
434
|
+
"number"
|
|
435
|
+
]
|
|
436
|
+
},
|
|
437
|
+
"monthNameFormat": {
|
|
438
|
+
"description": "Month name format for datetime column formatting",
|
|
439
|
+
"enum": [
|
|
440
|
+
"letter",
|
|
441
|
+
"long",
|
|
442
|
+
"short"
|
|
443
|
+
],
|
|
444
|
+
"type": "string"
|
|
445
|
+
},
|
|
446
|
+
"periodOverPeriod": {
|
|
447
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
448
|
+
"properties": {
|
|
449
|
+
"level": {
|
|
450
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
451
|
+
"type": "number"
|
|
452
|
+
},
|
|
453
|
+
"offsetDateColumn": {
|
|
454
|
+
"allOf": [
|
|
455
|
+
{
|
|
456
|
+
"properties": {
|
|
457
|
+
"cardinality": {
|
|
458
|
+
"type": "number"
|
|
459
|
+
},
|
|
460
|
+
"color": {
|
|
461
|
+
"type": "string"
|
|
462
|
+
},
|
|
463
|
+
"currency": {
|
|
464
|
+
"properties": {
|
|
465
|
+
"id": {
|
|
466
|
+
"type": "string"
|
|
467
|
+
},
|
|
468
|
+
"name": {
|
|
469
|
+
"type": "string"
|
|
470
|
+
},
|
|
471
|
+
"symbol": {
|
|
472
|
+
"type": "string"
|
|
473
|
+
}
|
|
474
|
+
},
|
|
475
|
+
"type": "object"
|
|
476
|
+
},
|
|
477
|
+
"currency_id": {
|
|
478
|
+
"type": "string"
|
|
479
|
+
},
|
|
480
|
+
"description": {
|
|
481
|
+
"type": "object"
|
|
482
|
+
},
|
|
483
|
+
"duration_format": {
|
|
484
|
+
"enum": [
|
|
485
|
+
"long",
|
|
486
|
+
"short",
|
|
487
|
+
"time"
|
|
488
|
+
],
|
|
489
|
+
"type": "string"
|
|
490
|
+
},
|
|
491
|
+
"duration_levels": {
|
|
492
|
+
"items": {
|
|
493
|
+
"type": "number"
|
|
494
|
+
},
|
|
495
|
+
"type": "array"
|
|
496
|
+
},
|
|
497
|
+
"expression": {
|
|
498
|
+
"type": "string"
|
|
499
|
+
},
|
|
500
|
+
"format": {
|
|
501
|
+
"type": "string"
|
|
502
|
+
},
|
|
503
|
+
"hierarchyLevels": {
|
|
504
|
+
"items": {
|
|
505
|
+
"properties": {
|
|
506
|
+
"color": {
|
|
507
|
+
"type": "string"
|
|
508
|
+
},
|
|
509
|
+
"id": {
|
|
510
|
+
"type": "string"
|
|
511
|
+
},
|
|
512
|
+
"level": {
|
|
513
|
+
"type": "number"
|
|
514
|
+
},
|
|
515
|
+
"name": {
|
|
516
|
+
"type": "object"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
"type": "object"
|
|
520
|
+
},
|
|
521
|
+
"type": "array"
|
|
522
|
+
},
|
|
523
|
+
"hierarchy_enabled": {
|
|
524
|
+
"type": "boolean"
|
|
525
|
+
},
|
|
526
|
+
"highestLevel": {
|
|
527
|
+
"type": "number"
|
|
528
|
+
},
|
|
529
|
+
"id": {
|
|
530
|
+
"type": "string"
|
|
531
|
+
},
|
|
532
|
+
"informat": {
|
|
533
|
+
"type": "string"
|
|
534
|
+
},
|
|
535
|
+
"isLabel": {
|
|
536
|
+
"type": "boolean"
|
|
537
|
+
},
|
|
538
|
+
"joins": {
|
|
539
|
+
"items": {
|
|
540
|
+
"properties": {
|
|
541
|
+
"currency_id": {
|
|
542
|
+
"type": [
|
|
543
|
+
"null",
|
|
544
|
+
"string"
|
|
545
|
+
]
|
|
546
|
+
},
|
|
547
|
+
"hierarchy_enabled": {
|
|
548
|
+
"type": "boolean"
|
|
549
|
+
},
|
|
550
|
+
"id": {
|
|
551
|
+
"type": "string"
|
|
552
|
+
},
|
|
553
|
+
"join": {
|
|
554
|
+
"properties": {
|
|
555
|
+
"column_id": {
|
|
556
|
+
"type": "string"
|
|
557
|
+
},
|
|
558
|
+
"created_at": {
|
|
559
|
+
"type": "string"
|
|
560
|
+
},
|
|
561
|
+
"joins_id": {
|
|
562
|
+
"type": "string"
|
|
563
|
+
},
|
|
564
|
+
"subtype": {
|
|
565
|
+
"type": "string"
|
|
566
|
+
},
|
|
567
|
+
"type": {
|
|
568
|
+
"enum": [
|
|
569
|
+
"exact",
|
|
570
|
+
"lookup"
|
|
571
|
+
],
|
|
572
|
+
"type": "string"
|
|
573
|
+
},
|
|
574
|
+
"update_at": {
|
|
575
|
+
"type": "string"
|
|
576
|
+
},
|
|
577
|
+
"updated_at": {
|
|
578
|
+
"type": "string"
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
"type": "object"
|
|
582
|
+
},
|
|
583
|
+
"securable_id": {
|
|
584
|
+
"type": "string"
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
"type": "object"
|
|
588
|
+
},
|
|
589
|
+
"type": "array"
|
|
590
|
+
},
|
|
591
|
+
"level": {
|
|
592
|
+
"type": "number"
|
|
593
|
+
},
|
|
594
|
+
"lowestLevel": {
|
|
595
|
+
"type": "number"
|
|
596
|
+
},
|
|
597
|
+
"name": {
|
|
598
|
+
"type": "object"
|
|
599
|
+
},
|
|
600
|
+
"order": {
|
|
601
|
+
"type": "number"
|
|
602
|
+
},
|
|
603
|
+
"securable_id": {
|
|
604
|
+
"type": "string"
|
|
605
|
+
},
|
|
606
|
+
"source_name": {
|
|
607
|
+
"type": "string"
|
|
608
|
+
},
|
|
609
|
+
"subtype": {
|
|
610
|
+
"enum": [
|
|
611
|
+
"coordinates",
|
|
612
|
+
"currency",
|
|
613
|
+
"duration",
|
|
614
|
+
"hierarchy_element_expression",
|
|
615
|
+
"interval",
|
|
616
|
+
"ip_address",
|
|
617
|
+
"topography"
|
|
618
|
+
],
|
|
619
|
+
"type": "string"
|
|
620
|
+
},
|
|
621
|
+
"type": {
|
|
622
|
+
"enum": [
|
|
623
|
+
"array[datetime]",
|
|
624
|
+
"array[hierarchy]",
|
|
625
|
+
"array[numeric]",
|
|
626
|
+
"array[spatial]",
|
|
627
|
+
"datetime",
|
|
628
|
+
"hierarchy",
|
|
629
|
+
"numeric",
|
|
630
|
+
"spatial"
|
|
631
|
+
],
|
|
632
|
+
"type": "string"
|
|
633
|
+
},
|
|
634
|
+
"version": {
|
|
635
|
+
"type": "number"
|
|
636
|
+
},
|
|
637
|
+
"width": {
|
|
638
|
+
"type": "number"
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
"type": "object"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"properties": {
|
|
645
|
+
"datasetId": {
|
|
646
|
+
"type": "string"
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
"type": "object"
|
|
650
|
+
}
|
|
651
|
+
],
|
|
652
|
+
"description": "Offset date column"
|
|
653
|
+
},
|
|
654
|
+
"periodToDate": {
|
|
655
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
656
|
+
"type": "boolean"
|
|
657
|
+
},
|
|
658
|
+
"quantity": {
|
|
659
|
+
"description": "Number of periods",
|
|
660
|
+
"type": "number"
|
|
661
|
+
},
|
|
662
|
+
"rangeType": {
|
|
663
|
+
"description": "Range type",
|
|
664
|
+
"enum": [
|
|
665
|
+
"relative",
|
|
666
|
+
"user-defined"
|
|
667
|
+
],
|
|
668
|
+
"type": "string"
|
|
669
|
+
},
|
|
670
|
+
"type": {
|
|
671
|
+
"description": "Period over period comparison type",
|
|
672
|
+
"enum": [
|
|
673
|
+
"none",
|
|
674
|
+
"past",
|
|
675
|
+
"absoluteChange",
|
|
676
|
+
"percentageChange"
|
|
677
|
+
],
|
|
678
|
+
"type": "string"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"type": "object"
|
|
682
|
+
},
|
|
683
|
+
"selected": {
|
|
684
|
+
"description": "Selected item",
|
|
685
|
+
"type": "boolean"
|
|
686
|
+
},
|
|
687
|
+
"subtype": {
|
|
688
|
+
"anyOf": [
|
|
689
|
+
{
|
|
690
|
+
"enum": [
|
|
691
|
+
"coordinates",
|
|
692
|
+
"currency",
|
|
693
|
+
"duration",
|
|
694
|
+
"hierarchy_element_expression",
|
|
695
|
+
"interval",
|
|
696
|
+
"ip_address",
|
|
697
|
+
"topography"
|
|
698
|
+
],
|
|
699
|
+
"type": "string"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"type": "null"
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
"description": "Column subtype"
|
|
706
|
+
},
|
|
707
|
+
"type": {
|
|
708
|
+
"description": "Column / Formula type",
|
|
709
|
+
"enum": [
|
|
710
|
+
"array[datetime]",
|
|
711
|
+
"array[hierarchy]",
|
|
712
|
+
"array[numeric]",
|
|
713
|
+
"array[spatial]",
|
|
714
|
+
"datetime",
|
|
715
|
+
"hierarchy",
|
|
716
|
+
"numeric",
|
|
717
|
+
"spatial"
|
|
718
|
+
],
|
|
719
|
+
"type": "string"
|
|
720
|
+
},
|
|
721
|
+
"weekDayNameFormat": {
|
|
722
|
+
"description": "Week day name format for datetime column formatting",
|
|
723
|
+
"enum": [
|
|
724
|
+
"letter",
|
|
725
|
+
"long",
|
|
726
|
+
"short"
|
|
727
|
+
],
|
|
728
|
+
"type": "string"
|
|
729
|
+
},
|
|
730
|
+
"weekStart": {
|
|
731
|
+
"description": "Week start day, 'sunday' or 'monday'. For datetime column formatting.",
|
|
732
|
+
"enum": [
|
|
733
|
+
"monday",
|
|
734
|
+
"sunday"
|
|
735
|
+
],
|
|
736
|
+
"type": "string"
|
|
737
|
+
}
|
|
738
|
+
},
|
|
739
|
+
"type": "object"
|
|
740
|
+
},
|
|
741
|
+
"type": "array"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
"type": "object"
|
|
745
|
+
},
|
|
746
|
+
"type": "array"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
"type": "object"
|
|
750
|
+
},
|
|
751
|
+
"labels": {
|
|
752
|
+
"description": "Show or hide base and comparison selectors labels",
|
|
753
|
+
"type": "boolean"
|
|
754
|
+
},
|
|
755
|
+
"layout": {
|
|
756
|
+
"description": "Place date selectors vertically or horizontally",
|
|
757
|
+
"enum": [
|
|
758
|
+
"horizontal",
|
|
759
|
+
"vertical"
|
|
760
|
+
],
|
|
761
|
+
"type": "string"
|
|
762
|
+
},
|
|
763
|
+
"loader": {
|
|
764
|
+
"description": "The loader configuration",
|
|
765
|
+
"properties": {
|
|
766
|
+
"background": {
|
|
767
|
+
"default": "#f9f9f9",
|
|
768
|
+
"description": "Background color of the chart loader element",
|
|
769
|
+
"type": "string"
|
|
770
|
+
},
|
|
771
|
+
"fontColor": {
|
|
772
|
+
"default": "#5a5a5a",
|
|
773
|
+
"description": "Font color of the text of the chart loaders",
|
|
774
|
+
"type": "string"
|
|
775
|
+
},
|
|
776
|
+
"locale": {
|
|
777
|
+
"default": "en",
|
|
778
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
779
|
+
"examples": [
|
|
780
|
+
"en",
|
|
781
|
+
"fr"
|
|
782
|
+
],
|
|
783
|
+
"type": "string"
|
|
784
|
+
},
|
|
785
|
+
"mode": {
|
|
786
|
+
"default": "light",
|
|
787
|
+
"description": "Light or dark loader",
|
|
788
|
+
"type": "string"
|
|
789
|
+
},
|
|
790
|
+
"msg": {
|
|
791
|
+
"description": "Loading message",
|
|
792
|
+
"examples": [
|
|
793
|
+
"Loading dashboard..."
|
|
794
|
+
],
|
|
795
|
+
"type": "string"
|
|
796
|
+
},
|
|
797
|
+
"showBranded": {
|
|
798
|
+
"default": false,
|
|
799
|
+
"description": "Shows the branded \"powered by\" information",
|
|
800
|
+
"type": "boolean"
|
|
801
|
+
},
|
|
802
|
+
"spinnerBackground": {
|
|
803
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
804
|
+
"description": "Background color of the spinner",
|
|
805
|
+
"type": "string"
|
|
806
|
+
},
|
|
807
|
+
"spinnerColor": {
|
|
808
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
809
|
+
"description": "Spinner color of the loader",
|
|
810
|
+
"type": "string"
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
"type": "object"
|
|
814
|
+
},
|
|
815
|
+
"locale": {
|
|
816
|
+
"default": "en",
|
|
817
|
+
"description": "Locale to be used",
|
|
818
|
+
"examples": [
|
|
819
|
+
"en",
|
|
820
|
+
"fr"
|
|
821
|
+
],
|
|
822
|
+
"type": "string"
|
|
823
|
+
},
|
|
824
|
+
"lookupFiltering": {
|
|
825
|
+
"default": false,
|
|
826
|
+
"description": "Allow interactive filtering of charts with linked datasets",
|
|
827
|
+
"type": "boolean"
|
|
828
|
+
},
|
|
829
|
+
"padding": {
|
|
830
|
+
"description": "Padding of the date filter",
|
|
831
|
+
"properties": {
|
|
832
|
+
"left": {
|
|
833
|
+
"default": 16,
|
|
834
|
+
"description": "Padding left",
|
|
835
|
+
"type": "number"
|
|
836
|
+
},
|
|
837
|
+
"right": {
|
|
838
|
+
"default": 16,
|
|
839
|
+
"description": "Padding right",
|
|
840
|
+
"type": "number"
|
|
841
|
+
}
|
|
842
|
+
},
|
|
843
|
+
"type": "object"
|
|
844
|
+
},
|
|
845
|
+
"theme": {
|
|
846
|
+
"description": "Theme configuration",
|
|
847
|
+
"properties": {
|
|
848
|
+
"borders": {
|
|
849
|
+
"description": "Custom border styling",
|
|
850
|
+
"properties": {
|
|
851
|
+
"border-bottom-width": {
|
|
852
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
853
|
+
"examples": [
|
|
854
|
+
"0px",
|
|
855
|
+
"1px",
|
|
856
|
+
"3px"
|
|
857
|
+
],
|
|
858
|
+
"type": "string"
|
|
859
|
+
},
|
|
860
|
+
"border-color": {
|
|
861
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
862
|
+
"examples": [
|
|
863
|
+
"rgba(216, 216, 216, 1)",
|
|
864
|
+
"rgb(147, 146, 148)"
|
|
865
|
+
],
|
|
866
|
+
"type": "string"
|
|
867
|
+
},
|
|
868
|
+
"border-left-width": {
|
|
869
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
870
|
+
"examples": [
|
|
871
|
+
"0px",
|
|
872
|
+
"1px",
|
|
873
|
+
"3px"
|
|
874
|
+
],
|
|
875
|
+
"type": "string"
|
|
876
|
+
},
|
|
877
|
+
"border-radius": {
|
|
878
|
+
"description": "Border radius",
|
|
879
|
+
"examples": [
|
|
880
|
+
"0",
|
|
881
|
+
"12px",
|
|
882
|
+
"20px"
|
|
883
|
+
],
|
|
884
|
+
"type": "string"
|
|
885
|
+
},
|
|
886
|
+
"border-right-width": {
|
|
887
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
888
|
+
"examples": [
|
|
889
|
+
"0px",
|
|
890
|
+
"1px",
|
|
891
|
+
"3px"
|
|
892
|
+
],
|
|
893
|
+
"type": "string"
|
|
894
|
+
},
|
|
895
|
+
"border-style": {
|
|
896
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
897
|
+
"examples": [
|
|
898
|
+
"none",
|
|
899
|
+
"solid",
|
|
900
|
+
"dotted",
|
|
901
|
+
"dashed"
|
|
902
|
+
],
|
|
903
|
+
"type": "string"
|
|
904
|
+
},
|
|
905
|
+
"border-top-width": {
|
|
906
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
907
|
+
"examples": [
|
|
908
|
+
"0px",
|
|
909
|
+
"1px",
|
|
910
|
+
"3px"
|
|
911
|
+
],
|
|
912
|
+
"type": "string"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
"type": "object"
|
|
916
|
+
},
|
|
917
|
+
"boxShadow": {
|
|
918
|
+
"description": "Custom shadow styling",
|
|
919
|
+
"properties": {
|
|
920
|
+
"color": {
|
|
921
|
+
"description": "Shadow color",
|
|
922
|
+
"examples": [
|
|
923
|
+
"rgb(0, 0, 0)",
|
|
924
|
+
"rgb(100, 100, 103)"
|
|
925
|
+
],
|
|
926
|
+
"type": "string"
|
|
927
|
+
},
|
|
928
|
+
"size": {
|
|
929
|
+
"description": "Shadow size",
|
|
930
|
+
"enum": [
|
|
931
|
+
"L",
|
|
932
|
+
"M",
|
|
933
|
+
"S",
|
|
934
|
+
"none"
|
|
935
|
+
],
|
|
936
|
+
"examples": [
|
|
937
|
+
"none",
|
|
938
|
+
"S",
|
|
939
|
+
"M",
|
|
940
|
+
"L"
|
|
941
|
+
],
|
|
942
|
+
"type": "string"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"type": "object"
|
|
946
|
+
},
|
|
947
|
+
"font": {
|
|
948
|
+
"description": "Custom font styling",
|
|
949
|
+
"properties": {
|
|
950
|
+
"fontFamily": {
|
|
951
|
+
"description": "Font family",
|
|
952
|
+
"examples": [
|
|
953
|
+
"Lato",
|
|
954
|
+
"Montserrat",
|
|
955
|
+
"Roboto Mono",
|
|
956
|
+
"Arial",
|
|
957
|
+
"Times New Roman"
|
|
958
|
+
],
|
|
959
|
+
"type": "string"
|
|
960
|
+
},
|
|
961
|
+
"fontSize": {
|
|
962
|
+
"description": "Font size in px, if not set, it will be inherited from the theme. It can be overridden if more specific \"fontSize\" is set, for example, \"fontSize\" inside options like \"title\", \"axis\", \"legend\", \"tooltip\", etc.",
|
|
963
|
+
"examples": [
|
|
964
|
+
10,
|
|
965
|
+
15,
|
|
966
|
+
18
|
|
967
|
+
],
|
|
968
|
+
"type": "number"
|
|
969
|
+
}
|
|
970
|
+
},
|
|
971
|
+
"type": "object"
|
|
972
|
+
},
|
|
973
|
+
"id": {
|
|
974
|
+
"description": "Id of the theme, for example, \"seasonal\", \"urban\" or custom theme uuid. If you just pass custom theme options, it have to be skipped.",
|
|
975
|
+
"examples": [
|
|
976
|
+
"seasonal",
|
|
977
|
+
"urban"
|
|
978
|
+
],
|
|
979
|
+
"type": "string"
|
|
980
|
+
},
|
|
981
|
+
"itemsBackground": {
|
|
982
|
+
"description": "Custom item background color",
|
|
983
|
+
"examples": [
|
|
984
|
+
"rgb(255, 255, 255)",
|
|
985
|
+
"rgb(71, 69, 69)",
|
|
986
|
+
"rgb(195, 191, 191)"
|
|
987
|
+
],
|
|
988
|
+
"type": "string"
|
|
989
|
+
},
|
|
990
|
+
"title": {
|
|
991
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
992
|
+
"properties": {
|
|
993
|
+
"align": {
|
|
994
|
+
"description": "Title align",
|
|
995
|
+
"enum": [
|
|
996
|
+
"center",
|
|
997
|
+
"left",
|
|
998
|
+
"right"
|
|
999
|
+
],
|
|
1000
|
+
"examples": [
|
|
1001
|
+
"left",
|
|
1002
|
+
"center",
|
|
1003
|
+
"right"
|
|
1004
|
+
],
|
|
1005
|
+
"type": "string"
|
|
1006
|
+
},
|
|
1007
|
+
"bold": {
|
|
1008
|
+
"description": "Is title bold",
|
|
1009
|
+
"examples": [
|
|
1010
|
+
true,
|
|
1011
|
+
false
|
|
1012
|
+
],
|
|
1013
|
+
"type": "boolean"
|
|
1014
|
+
},
|
|
1015
|
+
"border": {
|
|
1016
|
+
"description": "Is title a border",
|
|
1017
|
+
"examples": [
|
|
1018
|
+
true,
|
|
1019
|
+
false
|
|
1020
|
+
],
|
|
1021
|
+
"type": "boolean"
|
|
1022
|
+
},
|
|
1023
|
+
"fontSize": {
|
|
1024
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1025
|
+
"examples": [
|
|
1026
|
+
16,
|
|
1027
|
+
20
|
|
1028
|
+
],
|
|
1029
|
+
"type": "number"
|
|
1030
|
+
},
|
|
1031
|
+
"italic": {
|
|
1032
|
+
"description": "Is title italic",
|
|
1033
|
+
"examples": [
|
|
1034
|
+
true,
|
|
1035
|
+
false
|
|
1036
|
+
],
|
|
1037
|
+
"type": "boolean"
|
|
1038
|
+
},
|
|
1039
|
+
"lineHeight": {
|
|
1040
|
+
"description": "Title's line height in px",
|
|
1041
|
+
"examples": [
|
|
1042
|
+
30,
|
|
1043
|
+
42,
|
|
1044
|
+
50
|
|
1045
|
+
],
|
|
1046
|
+
"type": "number"
|
|
1047
|
+
},
|
|
1048
|
+
"underline": {
|
|
1049
|
+
"description": "Is title underline",
|
|
1050
|
+
"examples": [
|
|
1051
|
+
true,
|
|
1052
|
+
false
|
|
1053
|
+
],
|
|
1054
|
+
"type": "boolean"
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
"type": "object"
|
|
1058
|
+
},
|
|
1059
|
+
"type": {
|
|
1060
|
+
"description": "It should be \"custom\" if custom theme id is specified or if you specify custom theme options to set the theme. Skip it otherwise.",
|
|
1061
|
+
"examples": [
|
|
1062
|
+
"custom"
|
|
1063
|
+
],
|
|
1064
|
+
"type": "string"
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
"type": "object"
|
|
1068
|
+
},
|
|
1069
|
+
"timezoneId": {
|
|
1070
|
+
"description": "The timezone that will be used in the dashboard. This timezone id needs to be a valid id that is available in the IANA timezone database",
|
|
1071
|
+
"examples": [
|
|
1072
|
+
"Europe/Brussels",
|
|
1073
|
+
"America/New_York"
|
|
1074
|
+
],
|
|
1075
|
+
"type": "string"
|
|
1076
|
+
},
|
|
1077
|
+
"title": {
|
|
1078
|
+
"description": "Title in format { <locale>: \"title\"}. It's applied if the title is displayed.",
|
|
1079
|
+
"examples": [
|
|
1080
|
+
{
|
|
1081
|
+
"en": "Title"
|
|
1082
|
+
}
|
|
1083
|
+
],
|
|
1084
|
+
"type": "object"
|
|
1085
|
+
}
|
|
1086
|
+
},
|
|
1087
|
+
"type": "object"
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
;
|
|
1091
|
+
|
|
1092
|
+
export default _default;
|