@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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.98/line-chart-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"annotate": {
|
|
@@ -12,7 +12,12 @@ declare const _default: {
|
|
|
12
12
|
"type": "boolean"
|
|
13
13
|
},
|
|
14
14
|
"content": {
|
|
15
|
-
"description": "Information tooltip content in format {locale
|
|
15
|
+
"description": "Information tooltip content in format {<locale>: \"content\"}",
|
|
16
|
+
"examples": [
|
|
17
|
+
{
|
|
18
|
+
"en": "Content"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
16
21
|
"type": "object"
|
|
17
22
|
},
|
|
18
23
|
"position": {
|
|
@@ -46,7 +51,7 @@ declare const _default: {
|
|
|
46
51
|
},
|
|
47
52
|
"ticksMode": {
|
|
48
53
|
"default": "ticks",
|
|
49
|
-
"description": "Ticks mode of the X-axis",
|
|
54
|
+
"description": "Ticks mode of the X-axis: hide, ticks, or gridlines",
|
|
50
55
|
"enum": [
|
|
51
56
|
"gridlines",
|
|
52
57
|
"hide",
|
|
@@ -55,7 +60,7 @@ declare const _default: {
|
|
|
55
60
|
"type": "string"
|
|
56
61
|
},
|
|
57
62
|
"ticksStyle": {
|
|
58
|
-
"description": "Ticks style of the X-axis",
|
|
63
|
+
"description": "Ticks style of the X-axis: auto or user defined",
|
|
59
64
|
"enum": [
|
|
60
65
|
"auto",
|
|
61
66
|
"userDefined"
|
|
@@ -78,7 +83,13 @@ declare const _default: {
|
|
|
78
83
|
"type": "string"
|
|
79
84
|
},
|
|
80
85
|
"manualAxesRange": {
|
|
81
|
-
"description": "
|
|
86
|
+
"description": "Set manual axes range",
|
|
87
|
+
"examples": [
|
|
88
|
+
[
|
|
89
|
+
0,
|
|
90
|
+
100
|
|
91
|
+
]
|
|
92
|
+
],
|
|
82
93
|
"items": [
|
|
83
94
|
{
|
|
84
95
|
"type": "number"
|
|
@@ -93,7 +104,7 @@ declare const _default: {
|
|
|
93
104
|
},
|
|
94
105
|
"scale": {
|
|
95
106
|
"default": "linear",
|
|
96
|
-
"description": "
|
|
107
|
+
"description": "Y-axis scale type: linear or logarithmic",
|
|
97
108
|
"enum": [
|
|
98
109
|
"linear",
|
|
99
110
|
"logarithmic"
|
|
@@ -101,7 +112,7 @@ declare const _default: {
|
|
|
101
112
|
"type": "string"
|
|
102
113
|
},
|
|
103
114
|
"scaleLogBase": {
|
|
104
|
-
"description": "
|
|
115
|
+
"description": "Base of the logarithmic scale. Only applies if the scale is logarithmic.",
|
|
105
116
|
"examples": [
|
|
106
117
|
2,
|
|
107
118
|
10
|
|
@@ -109,7 +120,7 @@ declare const _default: {
|
|
|
109
120
|
"type": "number"
|
|
110
121
|
},
|
|
111
122
|
"ticksDensity": {
|
|
112
|
-
"description": "
|
|
123
|
+
"description": "Density of the ticks on the Y-axis",
|
|
113
124
|
"enum": [
|
|
114
125
|
"compact",
|
|
115
126
|
"normal",
|
|
@@ -119,7 +130,7 @@ declare const _default: {
|
|
|
119
130
|
},
|
|
120
131
|
"ticksMode": {
|
|
121
132
|
"default": "ticks",
|
|
122
|
-
"description": "Ticks mode of the Y-axis",
|
|
133
|
+
"description": "Ticks mode of the Y-axis: hide, ticks, or gridlines",
|
|
123
134
|
"enum": [
|
|
124
135
|
"gridlines",
|
|
125
136
|
"hide",
|
|
@@ -129,7 +140,7 @@ declare const _default: {
|
|
|
129
140
|
},
|
|
130
141
|
"type": {
|
|
131
142
|
"default": "default",
|
|
132
|
-
"description": "
|
|
143
|
+
"description": "Y-axis type: default, manual or variable",
|
|
133
144
|
"enum": [
|
|
134
145
|
"default",
|
|
135
146
|
"manual",
|
|
@@ -145,7 +156,7 @@ declare const _default: {
|
|
|
145
156
|
"properties": {
|
|
146
157
|
"active": {
|
|
147
158
|
"default": false,
|
|
148
|
-
"description": "
|
|
159
|
+
"description": "Toggle whether the Y2-axis is active",
|
|
149
160
|
"type": "boolean"
|
|
150
161
|
},
|
|
151
162
|
"color": {
|
|
@@ -158,7 +169,13 @@ declare const _default: {
|
|
|
158
169
|
"type": "string"
|
|
159
170
|
},
|
|
160
171
|
"manualAxesRange": {
|
|
161
|
-
"description": "
|
|
172
|
+
"description": "Set manual axes range",
|
|
173
|
+
"examples": [
|
|
174
|
+
[
|
|
175
|
+
0,
|
|
176
|
+
100
|
|
177
|
+
]
|
|
178
|
+
],
|
|
162
179
|
"items": [
|
|
163
180
|
{
|
|
164
181
|
"type": "number"
|
|
@@ -175,15 +192,20 @@ declare const _default: {
|
|
|
175
192
|
"default": [
|
|
176
193
|
1
|
|
177
194
|
],
|
|
178
|
-
"description": "
|
|
195
|
+
"description": "Array of measure indexes to be displayed on the Y2-axis",
|
|
196
|
+
"examples": [
|
|
197
|
+
[
|
|
198
|
+
1,
|
|
199
|
+
2
|
|
200
|
+
]
|
|
201
|
+
],
|
|
179
202
|
"items": {
|
|
180
203
|
"type": "number"
|
|
181
204
|
},
|
|
182
205
|
"type": "array"
|
|
183
206
|
},
|
|
184
207
|
"scale": {
|
|
185
|
-
"
|
|
186
|
-
"description": "Scale type of the Y2-axis",
|
|
208
|
+
"description": "Y2-axis scale type: linear or logarithmic",
|
|
187
209
|
"enum": [
|
|
188
210
|
"linear",
|
|
189
211
|
"logarithmic"
|
|
@@ -191,7 +213,7 @@ declare const _default: {
|
|
|
191
213
|
"type": "string"
|
|
192
214
|
},
|
|
193
215
|
"scaleLogBase": {
|
|
194
|
-
"description": "
|
|
216
|
+
"description": "Base of the logarithmic scale. Only applies if the scale is logarithmic.",
|
|
195
217
|
"examples": [
|
|
196
218
|
2,
|
|
197
219
|
10
|
|
@@ -199,7 +221,7 @@ declare const _default: {
|
|
|
199
221
|
"type": "number"
|
|
200
222
|
},
|
|
201
223
|
"ticksDensity": {
|
|
202
|
-
"description": "
|
|
224
|
+
"description": "Density of the ticks on the Y2-axis",
|
|
203
225
|
"enum": [
|
|
204
226
|
"compact",
|
|
205
227
|
"normal",
|
|
@@ -209,7 +231,7 @@ declare const _default: {
|
|
|
209
231
|
},
|
|
210
232
|
"ticksMode": {
|
|
211
233
|
"default": "ticks",
|
|
212
|
-
"description": "Ticks mode of the Y2-axis",
|
|
234
|
+
"description": "Ticks mode of the Y2-axis: hide, ticks, or gridlines",
|
|
213
235
|
"enum": [
|
|
214
236
|
"gridlines",
|
|
215
237
|
"hide",
|
|
@@ -219,7 +241,7 @@ declare const _default: {
|
|
|
219
241
|
},
|
|
220
242
|
"type": {
|
|
221
243
|
"default": "default",
|
|
222
|
-
"description": "
|
|
244
|
+
"description": "Y2-axis type: default, manual or variable",
|
|
223
245
|
"enum": [
|
|
224
246
|
"default",
|
|
225
247
|
"manual",
|
|
@@ -277,27 +299,6 @@ declare const _default: {
|
|
|
277
299
|
}
|
|
278
300
|
},
|
|
279
301
|
"type": "object"
|
|
280
|
-
},
|
|
281
|
-
"y2": {
|
|
282
|
-
"description": "Y2-axis label options",
|
|
283
|
-
"properties": {
|
|
284
|
-
"enabled": {
|
|
285
|
-
"default": false,
|
|
286
|
-
"description": "Show or hide the Y2-axis labels",
|
|
287
|
-
"type": "boolean"
|
|
288
|
-
},
|
|
289
|
-
"position": {
|
|
290
|
-
"default": "middle",
|
|
291
|
-
"description": "Position of the Y2-axis labels",
|
|
292
|
-
"enum": [
|
|
293
|
-
"bottom",
|
|
294
|
-
"middle",
|
|
295
|
-
"top"
|
|
296
|
-
],
|
|
297
|
-
"type": "string"
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
|
-
"type": "object"
|
|
301
302
|
}
|
|
302
303
|
},
|
|
303
304
|
"type": "object"
|
|
@@ -336,11 +337,11 @@ declare const _default: {
|
|
|
336
337
|
"properties": {
|
|
337
338
|
"enabled": {
|
|
338
339
|
"default": false,
|
|
339
|
-
"description": "Show or hide the
|
|
340
|
+
"description": "Show or hide the axis grid",
|
|
340
341
|
"type": "boolean"
|
|
341
342
|
},
|
|
342
343
|
"opacity": {
|
|
343
|
-
"description": "Opacity of the
|
|
344
|
+
"description": "Opacity of the axis grid",
|
|
344
345
|
"examples": [
|
|
345
346
|
1,
|
|
346
347
|
0.5,
|
|
@@ -349,7 +350,7 @@ declare const _default: {
|
|
|
349
350
|
"type": "number"
|
|
350
351
|
},
|
|
351
352
|
"style": {
|
|
352
|
-
"description": "Style of the
|
|
353
|
+
"description": "Style of the axis grid",
|
|
353
354
|
"enum": [
|
|
354
355
|
"dashed",
|
|
355
356
|
"dotted",
|
|
@@ -365,40 +366,11 @@ declare const _default: {
|
|
|
365
366
|
"properties": {
|
|
366
367
|
"enabled": {
|
|
367
368
|
"default": false,
|
|
368
|
-
"description": "Show or hide the
|
|
369
|
-
"type": "boolean"
|
|
370
|
-
},
|
|
371
|
-
"opacity": {
|
|
372
|
-
"description": "Opacity of the Y-axis grid",
|
|
373
|
-
"examples": [
|
|
374
|
-
1,
|
|
375
|
-
0.5,
|
|
376
|
-
0.1
|
|
377
|
-
],
|
|
378
|
-
"type": "number"
|
|
379
|
-
},
|
|
380
|
-
"style": {
|
|
381
|
-
"description": "Style of the Y-axis grid",
|
|
382
|
-
"enum": [
|
|
383
|
-
"dashed",
|
|
384
|
-
"dotted",
|
|
385
|
-
"solid"
|
|
386
|
-
],
|
|
387
|
-
"type": "string"
|
|
388
|
-
}
|
|
389
|
-
},
|
|
390
|
-
"type": "object"
|
|
391
|
-
},
|
|
392
|
-
"y2": {
|
|
393
|
-
"description": "Y2-axis grid options",
|
|
394
|
-
"properties": {
|
|
395
|
-
"enabled": {
|
|
396
|
-
"default": false,
|
|
397
|
-
"description": "Show or hide the Y2-axis grid",
|
|
369
|
+
"description": "Show or hide the axis grid",
|
|
398
370
|
"type": "boolean"
|
|
399
371
|
},
|
|
400
372
|
"opacity": {
|
|
401
|
-
"description": "Opacity of the
|
|
373
|
+
"description": "Opacity of the axis grid",
|
|
402
374
|
"examples": [
|
|
403
375
|
1,
|
|
404
376
|
0.5,
|
|
@@ -407,7 +379,7 @@ declare const _default: {
|
|
|
407
379
|
"type": "number"
|
|
408
380
|
},
|
|
409
381
|
"style": {
|
|
410
|
-
"description": "Style of the
|
|
382
|
+
"description": "Style of the axis grid",
|
|
411
383
|
"enum": [
|
|
412
384
|
"dashed",
|
|
413
385
|
"dotted",
|
|
@@ -501,94 +473,97 @@ declare const _default: {
|
|
|
501
473
|
"type": "boolean"
|
|
502
474
|
},
|
|
503
475
|
"customEvents": {
|
|
504
|
-
"
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
"description": "Custom event name",
|
|
517
|
-
"type": "string"
|
|
476
|
+
"default": null,
|
|
477
|
+
"description": "Custom events interactivity option",
|
|
478
|
+
"properties": {
|
|
479
|
+
"events": {
|
|
480
|
+
"items": {
|
|
481
|
+
"description": "Custom event configuration",
|
|
482
|
+
"properties": {
|
|
483
|
+
"label": {
|
|
484
|
+
"description": "Label in format {<locale>: \"label\"}, for example",
|
|
485
|
+
"examples": [
|
|
486
|
+
{
|
|
487
|
+
"en": "Total Revenue"
|
|
518
488
|
}
|
|
519
|
-
|
|
489
|
+
],
|
|
520
490
|
"type": "object"
|
|
521
491
|
},
|
|
522
|
-
"
|
|
492
|
+
"name": {
|
|
493
|
+
"description": "Custom event name",
|
|
494
|
+
"type": "string"
|
|
495
|
+
}
|
|
523
496
|
},
|
|
524
|
-
"
|
|
525
|
-
"items": {
|
|
526
|
-
"properties": {
|
|
527
|
-
"aggregation": {
|
|
528
|
-
"description": "Aggregation query type",
|
|
529
|
-
"enum": [
|
|
530
|
-
"average",
|
|
531
|
-
"count",
|
|
532
|
-
"cumulativesum",
|
|
533
|
-
"distinctcount",
|
|
534
|
-
"histogram",
|
|
535
|
-
"max",
|
|
536
|
-
"median",
|
|
537
|
-
"min",
|
|
538
|
-
"rate",
|
|
539
|
-
"stddev",
|
|
540
|
-
"sum",
|
|
541
|
-
"weightedaverage"
|
|
542
|
-
],
|
|
543
|
-
"type": "string"
|
|
544
|
-
},
|
|
545
|
-
"columnId": {
|
|
546
|
-
"description": "Column id",
|
|
547
|
-
"format": "uuid",
|
|
548
|
-
"type": "string"
|
|
549
|
-
},
|
|
550
|
-
"datasetId": {
|
|
551
|
-
"description": "Dataset id",
|
|
552
|
-
"format": "uuid",
|
|
553
|
-
"type": "string"
|
|
554
|
-
},
|
|
555
|
-
"formulaId": {
|
|
556
|
-
"description": "Formula id",
|
|
557
|
-
"format": "uuid",
|
|
558
|
-
"type": "string"
|
|
559
|
-
},
|
|
560
|
-
"label": {
|
|
561
|
-
"description": "Label",
|
|
562
|
-
"type": "string"
|
|
563
|
-
},
|
|
564
|
-
"weightedColumnId": {
|
|
565
|
-
"description": "Weighted column id",
|
|
566
|
-
"format": "uuid",
|
|
567
|
-
"type": "string"
|
|
568
|
-
},
|
|
569
|
-
"weightedDatasetId": {
|
|
570
|
-
"description": "Weighted dataset id",
|
|
571
|
-
"format": "uuid",
|
|
572
|
-
"type": "string"
|
|
573
|
-
}
|
|
574
|
-
},
|
|
575
|
-
"type": "object"
|
|
576
|
-
},
|
|
577
|
-
"type": "array"
|
|
578
|
-
}
|
|
497
|
+
"type": "object"
|
|
579
498
|
},
|
|
580
|
-
"type": "
|
|
499
|
+
"type": "array"
|
|
581
500
|
},
|
|
582
|
-
{
|
|
583
|
-
"
|
|
501
|
+
"extraData": {
|
|
502
|
+
"items": {
|
|
503
|
+
"properties": {
|
|
504
|
+
"aggregation": {
|
|
505
|
+
"description": "Aggregation query type",
|
|
506
|
+
"enum": [
|
|
507
|
+
"average",
|
|
508
|
+
"count",
|
|
509
|
+
"cumulativesum",
|
|
510
|
+
"distinctcount",
|
|
511
|
+
"histogram",
|
|
512
|
+
"max",
|
|
513
|
+
"median",
|
|
514
|
+
"min",
|
|
515
|
+
"rate",
|
|
516
|
+
"stddev",
|
|
517
|
+
"sum",
|
|
518
|
+
"weightedaverage"
|
|
519
|
+
],
|
|
520
|
+
"type": "string"
|
|
521
|
+
},
|
|
522
|
+
"columnId": {
|
|
523
|
+
"description": "Column id",
|
|
524
|
+
"format": "uuid",
|
|
525
|
+
"type": "string"
|
|
526
|
+
},
|
|
527
|
+
"datasetId": {
|
|
528
|
+
"description": "Dataset id",
|
|
529
|
+
"format": "uuid",
|
|
530
|
+
"type": "string"
|
|
531
|
+
},
|
|
532
|
+
"formulaId": {
|
|
533
|
+
"description": "Formula id",
|
|
534
|
+
"format": "uuid",
|
|
535
|
+
"type": "string"
|
|
536
|
+
},
|
|
537
|
+
"label": {
|
|
538
|
+
"description": "Label",
|
|
539
|
+
"type": "string"
|
|
540
|
+
},
|
|
541
|
+
"weightedColumnId": {
|
|
542
|
+
"description": "Weighted column id",
|
|
543
|
+
"format": "uuid",
|
|
544
|
+
"type": "string"
|
|
545
|
+
},
|
|
546
|
+
"weightedDatasetId": {
|
|
547
|
+
"description": "Weighted dataset id",
|
|
548
|
+
"format": "uuid",
|
|
549
|
+
"type": "string"
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
"type": "object"
|
|
553
|
+
},
|
|
554
|
+
"type": "array"
|
|
584
555
|
}
|
|
585
|
-
|
|
586
|
-
"
|
|
587
|
-
"description": "Custom events interactivity option"
|
|
556
|
+
},
|
|
557
|
+
"type": "object"
|
|
588
558
|
},
|
|
589
559
|
"customTooltip": {
|
|
590
560
|
"default": null,
|
|
591
|
-
"description": "Custom tooltip interactivity option, in format {locale
|
|
561
|
+
"description": "Custom tooltip interactivity option, in format {<locale>: \"tooltip text\"}",
|
|
562
|
+
"examples": [
|
|
563
|
+
{
|
|
564
|
+
"en": "Total Revenue"
|
|
565
|
+
}
|
|
566
|
+
],
|
|
592
567
|
"type": [
|
|
593
568
|
"null",
|
|
594
569
|
"object"
|
|
@@ -685,6 +660,7 @@ declare const _default: {
|
|
|
685
660
|
"currency",
|
|
686
661
|
"duration",
|
|
687
662
|
"hierarchy_element_expression",
|
|
663
|
+
"interval",
|
|
688
664
|
"ip_address",
|
|
689
665
|
"topography"
|
|
690
666
|
],
|
|
@@ -725,7 +701,11 @@ declare const _default: {
|
|
|
725
701
|
"type": "string"
|
|
726
702
|
},
|
|
727
703
|
"currency": {
|
|
728
|
-
"description": "Currency code
|
|
704
|
+
"description": "Currency code. It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
705
|
+
"examples": [
|
|
706
|
+
"€",
|
|
707
|
+
"$"
|
|
708
|
+
],
|
|
729
709
|
"type": [
|
|
730
710
|
"null",
|
|
731
711
|
"string"
|
|
@@ -794,7 +774,13 @@ declare const _default: {
|
|
|
794
774
|
"type": "object"
|
|
795
775
|
},
|
|
796
776
|
"label": {
|
|
797
|
-
"description": "Label in format {locale
|
|
777
|
+
"description": "Label in format {<locale>: \"label\"}",
|
|
778
|
+
"examples": [
|
|
779
|
+
{
|
|
780
|
+
"de": "Gesamtumsatz",
|
|
781
|
+
"en": "Total Revenue"
|
|
782
|
+
}
|
|
783
|
+
],
|
|
798
784
|
"type": "object"
|
|
799
785
|
},
|
|
800
786
|
"level": {
|
|
@@ -827,6 +813,207 @@ declare const _default: {
|
|
|
827
813
|
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
828
814
|
"type": "number"
|
|
829
815
|
},
|
|
816
|
+
"offsetDateColumn": {
|
|
817
|
+
"allOf": [
|
|
818
|
+
{
|
|
819
|
+
"properties": {
|
|
820
|
+
"cardinality": {
|
|
821
|
+
"type": "number"
|
|
822
|
+
},
|
|
823
|
+
"color": {
|
|
824
|
+
"type": "string"
|
|
825
|
+
},
|
|
826
|
+
"currency": {
|
|
827
|
+
"properties": {
|
|
828
|
+
"id": {
|
|
829
|
+
"type": "string"
|
|
830
|
+
},
|
|
831
|
+
"name": {
|
|
832
|
+
"type": "string"
|
|
833
|
+
},
|
|
834
|
+
"symbol": {
|
|
835
|
+
"type": "string"
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
"type": "object"
|
|
839
|
+
},
|
|
840
|
+
"currency_id": {
|
|
841
|
+
"type": "string"
|
|
842
|
+
},
|
|
843
|
+
"description": {
|
|
844
|
+
"type": "object"
|
|
845
|
+
},
|
|
846
|
+
"duration_format": {
|
|
847
|
+
"enum": [
|
|
848
|
+
"long",
|
|
849
|
+
"short",
|
|
850
|
+
"time"
|
|
851
|
+
],
|
|
852
|
+
"type": "string"
|
|
853
|
+
},
|
|
854
|
+
"duration_levels": {
|
|
855
|
+
"items": {
|
|
856
|
+
"type": "number"
|
|
857
|
+
},
|
|
858
|
+
"type": "array"
|
|
859
|
+
},
|
|
860
|
+
"expression": {
|
|
861
|
+
"type": "string"
|
|
862
|
+
},
|
|
863
|
+
"format": {
|
|
864
|
+
"type": "string"
|
|
865
|
+
},
|
|
866
|
+
"hierarchyLevels": {
|
|
867
|
+
"items": {
|
|
868
|
+
"properties": {
|
|
869
|
+
"color": {
|
|
870
|
+
"type": "string"
|
|
871
|
+
},
|
|
872
|
+
"id": {
|
|
873
|
+
"type": "string"
|
|
874
|
+
},
|
|
875
|
+
"level": {
|
|
876
|
+
"type": "number"
|
|
877
|
+
},
|
|
878
|
+
"name": {
|
|
879
|
+
"type": "object"
|
|
880
|
+
}
|
|
881
|
+
},
|
|
882
|
+
"type": "object"
|
|
883
|
+
},
|
|
884
|
+
"type": "array"
|
|
885
|
+
},
|
|
886
|
+
"hierarchy_enabled": {
|
|
887
|
+
"type": "boolean"
|
|
888
|
+
},
|
|
889
|
+
"highestLevel": {
|
|
890
|
+
"type": "number"
|
|
891
|
+
},
|
|
892
|
+
"id": {
|
|
893
|
+
"type": "string"
|
|
894
|
+
},
|
|
895
|
+
"informat": {
|
|
896
|
+
"type": "string"
|
|
897
|
+
},
|
|
898
|
+
"isLabel": {
|
|
899
|
+
"type": "boolean"
|
|
900
|
+
},
|
|
901
|
+
"joins": {
|
|
902
|
+
"items": {
|
|
903
|
+
"properties": {
|
|
904
|
+
"currency_id": {
|
|
905
|
+
"type": [
|
|
906
|
+
"null",
|
|
907
|
+
"string"
|
|
908
|
+
]
|
|
909
|
+
},
|
|
910
|
+
"hierarchy_enabled": {
|
|
911
|
+
"type": "boolean"
|
|
912
|
+
},
|
|
913
|
+
"id": {
|
|
914
|
+
"type": "string"
|
|
915
|
+
},
|
|
916
|
+
"join": {
|
|
917
|
+
"properties": {
|
|
918
|
+
"column_id": {
|
|
919
|
+
"type": "string"
|
|
920
|
+
},
|
|
921
|
+
"created_at": {
|
|
922
|
+
"type": "string"
|
|
923
|
+
},
|
|
924
|
+
"joins_id": {
|
|
925
|
+
"type": "string"
|
|
926
|
+
},
|
|
927
|
+
"subtype": {
|
|
928
|
+
"type": "string"
|
|
929
|
+
},
|
|
930
|
+
"type": {
|
|
931
|
+
"enum": [
|
|
932
|
+
"exact",
|
|
933
|
+
"lookup"
|
|
934
|
+
],
|
|
935
|
+
"type": "string"
|
|
936
|
+
},
|
|
937
|
+
"update_at": {
|
|
938
|
+
"type": "string"
|
|
939
|
+
},
|
|
940
|
+
"updated_at": {
|
|
941
|
+
"type": "string"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
"type": "object"
|
|
945
|
+
},
|
|
946
|
+
"securable_id": {
|
|
947
|
+
"type": "string"
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
"type": "object"
|
|
951
|
+
},
|
|
952
|
+
"type": "array"
|
|
953
|
+
},
|
|
954
|
+
"level": {
|
|
955
|
+
"type": "number"
|
|
956
|
+
},
|
|
957
|
+
"lowestLevel": {
|
|
958
|
+
"type": "number"
|
|
959
|
+
},
|
|
960
|
+
"name": {
|
|
961
|
+
"type": "object"
|
|
962
|
+
},
|
|
963
|
+
"order": {
|
|
964
|
+
"type": "number"
|
|
965
|
+
},
|
|
966
|
+
"securable_id": {
|
|
967
|
+
"type": "string"
|
|
968
|
+
},
|
|
969
|
+
"source_name": {
|
|
970
|
+
"type": "string"
|
|
971
|
+
},
|
|
972
|
+
"subtype": {
|
|
973
|
+
"enum": [
|
|
974
|
+
"coordinates",
|
|
975
|
+
"currency",
|
|
976
|
+
"duration",
|
|
977
|
+
"hierarchy_element_expression",
|
|
978
|
+
"interval",
|
|
979
|
+
"ip_address",
|
|
980
|
+
"topography"
|
|
981
|
+
],
|
|
982
|
+
"type": "string"
|
|
983
|
+
},
|
|
984
|
+
"type": {
|
|
985
|
+
"enum": [
|
|
986
|
+
"array[datetime]",
|
|
987
|
+
"array[hierarchy]",
|
|
988
|
+
"array[numeric]",
|
|
989
|
+
"array[spatial]",
|
|
990
|
+
"datetime",
|
|
991
|
+
"hierarchy",
|
|
992
|
+
"numeric",
|
|
993
|
+
"spatial"
|
|
994
|
+
],
|
|
995
|
+
"type": "string"
|
|
996
|
+
},
|
|
997
|
+
"version": {
|
|
998
|
+
"type": "number"
|
|
999
|
+
},
|
|
1000
|
+
"width": {
|
|
1001
|
+
"type": "number"
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
1004
|
+
"type": "object"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"properties": {
|
|
1008
|
+
"datasetId": {
|
|
1009
|
+
"type": "string"
|
|
1010
|
+
}
|
|
1011
|
+
},
|
|
1012
|
+
"type": "object"
|
|
1013
|
+
}
|
|
1014
|
+
],
|
|
1015
|
+
"description": "Offset date column"
|
|
1016
|
+
},
|
|
830
1017
|
"periodToDate": {
|
|
831
1018
|
"description": "Turn ON/OFF period to date comparison",
|
|
832
1019
|
"type": "boolean"
|
|
@@ -835,6 +1022,14 @@ declare const _default: {
|
|
|
835
1022
|
"description": "Number of periods",
|
|
836
1023
|
"type": "number"
|
|
837
1024
|
},
|
|
1025
|
+
"rangeType": {
|
|
1026
|
+
"description": "Range type",
|
|
1027
|
+
"enum": [
|
|
1028
|
+
"relative",
|
|
1029
|
+
"user-defined"
|
|
1030
|
+
],
|
|
1031
|
+
"type": "string"
|
|
1032
|
+
},
|
|
838
1033
|
"type": {
|
|
839
1034
|
"description": "Period over period comparison type",
|
|
840
1035
|
"enum": [
|
|
@@ -860,6 +1055,7 @@ declare const _default: {
|
|
|
860
1055
|
"currency",
|
|
861
1056
|
"duration",
|
|
862
1057
|
"hierarchy_element_expression",
|
|
1058
|
+
"interval",
|
|
863
1059
|
"ip_address",
|
|
864
1060
|
"topography"
|
|
865
1061
|
],
|
|
@@ -929,7 +1125,12 @@ declare const _default: {
|
|
|
929
1125
|
"type": "string"
|
|
930
1126
|
},
|
|
931
1127
|
"url": {
|
|
932
|
-
"description": "URL in format {locale
|
|
1128
|
+
"description": "URL in format {<locale>: \"url\"}",
|
|
1129
|
+
"examples": [
|
|
1130
|
+
{
|
|
1131
|
+
"en": "https://example.com"
|
|
1132
|
+
}
|
|
1133
|
+
],
|
|
933
1134
|
"type": "object"
|
|
934
1135
|
}
|
|
935
1136
|
},
|
|
@@ -940,7 +1141,7 @@ declare const _default: {
|
|
|
940
1141
|
},
|
|
941
1142
|
"interpolation": {
|
|
942
1143
|
"default": "linear",
|
|
943
|
-
"description": "
|
|
1144
|
+
"description": "This option set the interpolation",
|
|
944
1145
|
"enum": [
|
|
945
1146
|
"linear",
|
|
946
1147
|
"monotone",
|
|
@@ -1101,11 +1302,11 @@ declare const _default: {
|
|
|
1101
1302
|
"type": "object"
|
|
1102
1303
|
},
|
|
1103
1304
|
"missingValue": {
|
|
1104
|
-
"description": "
|
|
1305
|
+
"description": "Missing value configuration",
|
|
1105
1306
|
"properties": {
|
|
1106
1307
|
"type": {
|
|
1107
1308
|
"default": "no",
|
|
1108
|
-
"description": "Type of the missing value. The possible values are \"No\" (don't fill missing date periods), \"Break
|
|
1309
|
+
"description": "Type of the missing value. The possible values are \"No\" (don't fill missing date periods), \"Break area when null values\" (area is interrupted between two date periods with a missing period in between) or a manual value (area is drawn as a manual value between two date periods with a missing period in between, default: 0).",
|
|
1109
1310
|
"enum": [
|
|
1110
1311
|
"break",
|
|
1111
1312
|
"manual",
|
|
@@ -1459,7 +1660,7 @@ declare const _default: {
|
|
|
1459
1660
|
"type": "string"
|
|
1460
1661
|
},
|
|
1461
1662
|
"title": {
|
|
1462
|
-
"description": "Title in format {
|
|
1663
|
+
"description": "Title in format { <locale>: \"title\"}. It's applied if the title is displayed.",
|
|
1463
1664
|
"examples": [
|
|
1464
1665
|
{
|
|
1465
1666
|
"en": "Title"
|