@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/box-plot-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
|
"scale": {
|
|
48
53
|
"default": "linear",
|
|
49
|
-
"description": "
|
|
54
|
+
"description": "X-axis scale type: linear or logarithmic",
|
|
50
55
|
"enum": [
|
|
51
56
|
"linear",
|
|
52
57
|
"logarithmic"
|
|
@@ -54,11 +59,15 @@ declare const _default: {
|
|
|
54
59
|
"type": "string"
|
|
55
60
|
},
|
|
56
61
|
"scaleLogBase": {
|
|
57
|
-
"description": "
|
|
62
|
+
"description": "Base of the logarithmic scale. Only applies if the scale is logarithmic.",
|
|
63
|
+
"examples": [
|
|
64
|
+
2,
|
|
65
|
+
10
|
|
66
|
+
],
|
|
58
67
|
"type": "number"
|
|
59
68
|
},
|
|
60
69
|
"ticksDensity": {
|
|
61
|
-
"description": "Density of the ticks",
|
|
70
|
+
"description": "Density of the ticks on the X-axis",
|
|
62
71
|
"enum": [
|
|
63
72
|
"compact",
|
|
64
73
|
"normal",
|
|
@@ -68,7 +77,7 @@ declare const _default: {
|
|
|
68
77
|
},
|
|
69
78
|
"ticksMode": {
|
|
70
79
|
"default": "ticks",
|
|
71
|
-
"description": "
|
|
80
|
+
"description": "Ticks mode of the X-axis: hide, ticks, or gridlines",
|
|
72
81
|
"enum": [
|
|
73
82
|
"gridlines",
|
|
74
83
|
"hide",
|
|
@@ -93,7 +102,7 @@ declare const _default: {
|
|
|
93
102
|
},
|
|
94
103
|
"scale": {
|
|
95
104
|
"default": "linear",
|
|
96
|
-
"description": "
|
|
105
|
+
"description": "Y-axis scale type: linear or logarithmic",
|
|
97
106
|
"enum": [
|
|
98
107
|
"linear",
|
|
99
108
|
"logarithmic"
|
|
@@ -109,7 +118,7 @@ declare const _default: {
|
|
|
109
118
|
"type": "number"
|
|
110
119
|
},
|
|
111
120
|
"ticksDensity": {
|
|
112
|
-
"description": "Density of the ticks",
|
|
121
|
+
"description": "Density of the ticks on the Y-axis",
|
|
113
122
|
"enum": [
|
|
114
123
|
"compact",
|
|
115
124
|
"normal",
|
|
@@ -119,7 +128,7 @@ declare const _default: {
|
|
|
119
128
|
},
|
|
120
129
|
"ticksMode": {
|
|
121
130
|
"default": "ticks",
|
|
122
|
-
"description": "
|
|
131
|
+
"description": "Ticks mode of the Y-axis: hide, ticks, or gridlines",
|
|
123
132
|
"enum": [
|
|
124
133
|
"gridlines",
|
|
125
134
|
"hide",
|
|
@@ -237,11 +246,11 @@ declare const _default: {
|
|
|
237
246
|
"properties": {
|
|
238
247
|
"enabled": {
|
|
239
248
|
"default": false,
|
|
240
|
-
"description": "Show or hide the
|
|
249
|
+
"description": "Show or hide the axis grid",
|
|
241
250
|
"type": "boolean"
|
|
242
251
|
},
|
|
243
252
|
"opacity": {
|
|
244
|
-
"description": "Opacity of the
|
|
253
|
+
"description": "Opacity of the axis grid",
|
|
245
254
|
"examples": [
|
|
246
255
|
1,
|
|
247
256
|
0.5,
|
|
@@ -250,7 +259,7 @@ declare const _default: {
|
|
|
250
259
|
"type": "number"
|
|
251
260
|
},
|
|
252
261
|
"style": {
|
|
253
|
-
"description": "Style of the
|
|
262
|
+
"description": "Style of the axis grid",
|
|
254
263
|
"enum": [
|
|
255
264
|
"dashed",
|
|
256
265
|
"dotted",
|
|
@@ -266,11 +275,11 @@ declare const _default: {
|
|
|
266
275
|
"properties": {
|
|
267
276
|
"enabled": {
|
|
268
277
|
"default": false,
|
|
269
|
-
"description": "Show or hide the
|
|
278
|
+
"description": "Show or hide the axis grid",
|
|
270
279
|
"type": "boolean"
|
|
271
280
|
},
|
|
272
281
|
"opacity": {
|
|
273
|
-
"description": "Opacity of the
|
|
282
|
+
"description": "Opacity of the axis grid",
|
|
274
283
|
"examples": [
|
|
275
284
|
1,
|
|
276
285
|
0.5,
|
|
@@ -279,7 +288,7 @@ declare const _default: {
|
|
|
279
288
|
"type": "number"
|
|
280
289
|
},
|
|
281
290
|
"style": {
|
|
282
|
-
"description": "Style of the
|
|
291
|
+
"description": "Style of the axis grid",
|
|
283
292
|
"enum": [
|
|
284
293
|
"dashed",
|
|
285
294
|
"dotted",
|
|
@@ -307,94 +316,97 @@ declare const _default: {
|
|
|
307
316
|
"type": "boolean"
|
|
308
317
|
},
|
|
309
318
|
"customEvents": {
|
|
310
|
-
"
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
"description": "Custom event name",
|
|
323
|
-
"type": "string"
|
|
319
|
+
"default": null,
|
|
320
|
+
"description": "Custom events interactivity option",
|
|
321
|
+
"properties": {
|
|
322
|
+
"events": {
|
|
323
|
+
"items": {
|
|
324
|
+
"description": "Custom event configuration",
|
|
325
|
+
"properties": {
|
|
326
|
+
"label": {
|
|
327
|
+
"description": "Label in format {<locale>: \"label\"}, for example",
|
|
328
|
+
"examples": [
|
|
329
|
+
{
|
|
330
|
+
"en": "Total Revenue"
|
|
324
331
|
}
|
|
325
|
-
|
|
332
|
+
],
|
|
326
333
|
"type": "object"
|
|
327
334
|
},
|
|
328
|
-
"
|
|
335
|
+
"name": {
|
|
336
|
+
"description": "Custom event name",
|
|
337
|
+
"type": "string"
|
|
338
|
+
}
|
|
329
339
|
},
|
|
330
|
-
"
|
|
331
|
-
"items": {
|
|
332
|
-
"properties": {
|
|
333
|
-
"aggregation": {
|
|
334
|
-
"description": "Aggregation query type",
|
|
335
|
-
"enum": [
|
|
336
|
-
"average",
|
|
337
|
-
"count",
|
|
338
|
-
"cumulativesum",
|
|
339
|
-
"distinctcount",
|
|
340
|
-
"histogram",
|
|
341
|
-
"max",
|
|
342
|
-
"median",
|
|
343
|
-
"min",
|
|
344
|
-
"rate",
|
|
345
|
-
"stddev",
|
|
346
|
-
"sum",
|
|
347
|
-
"weightedaverage"
|
|
348
|
-
],
|
|
349
|
-
"type": "string"
|
|
350
|
-
},
|
|
351
|
-
"columnId": {
|
|
352
|
-
"description": "Column id",
|
|
353
|
-
"format": "uuid",
|
|
354
|
-
"type": "string"
|
|
355
|
-
},
|
|
356
|
-
"datasetId": {
|
|
357
|
-
"description": "Dataset id",
|
|
358
|
-
"format": "uuid",
|
|
359
|
-
"type": "string"
|
|
360
|
-
},
|
|
361
|
-
"formulaId": {
|
|
362
|
-
"description": "Formula id",
|
|
363
|
-
"format": "uuid",
|
|
364
|
-
"type": "string"
|
|
365
|
-
},
|
|
366
|
-
"label": {
|
|
367
|
-
"description": "Label",
|
|
368
|
-
"type": "string"
|
|
369
|
-
},
|
|
370
|
-
"weightedColumnId": {
|
|
371
|
-
"description": "Weighted column id",
|
|
372
|
-
"format": "uuid",
|
|
373
|
-
"type": "string"
|
|
374
|
-
},
|
|
375
|
-
"weightedDatasetId": {
|
|
376
|
-
"description": "Weighted dataset id",
|
|
377
|
-
"format": "uuid",
|
|
378
|
-
"type": "string"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
"type": "object"
|
|
382
|
-
},
|
|
383
|
-
"type": "array"
|
|
384
|
-
}
|
|
340
|
+
"type": "object"
|
|
385
341
|
},
|
|
386
|
-
"type": "
|
|
342
|
+
"type": "array"
|
|
387
343
|
},
|
|
388
|
-
{
|
|
389
|
-
"
|
|
344
|
+
"extraData": {
|
|
345
|
+
"items": {
|
|
346
|
+
"properties": {
|
|
347
|
+
"aggregation": {
|
|
348
|
+
"description": "Aggregation query type",
|
|
349
|
+
"enum": [
|
|
350
|
+
"average",
|
|
351
|
+
"count",
|
|
352
|
+
"cumulativesum",
|
|
353
|
+
"distinctcount",
|
|
354
|
+
"histogram",
|
|
355
|
+
"max",
|
|
356
|
+
"median",
|
|
357
|
+
"min",
|
|
358
|
+
"rate",
|
|
359
|
+
"stddev",
|
|
360
|
+
"sum",
|
|
361
|
+
"weightedaverage"
|
|
362
|
+
],
|
|
363
|
+
"type": "string"
|
|
364
|
+
},
|
|
365
|
+
"columnId": {
|
|
366
|
+
"description": "Column id",
|
|
367
|
+
"format": "uuid",
|
|
368
|
+
"type": "string"
|
|
369
|
+
},
|
|
370
|
+
"datasetId": {
|
|
371
|
+
"description": "Dataset id",
|
|
372
|
+
"format": "uuid",
|
|
373
|
+
"type": "string"
|
|
374
|
+
},
|
|
375
|
+
"formulaId": {
|
|
376
|
+
"description": "Formula id",
|
|
377
|
+
"format": "uuid",
|
|
378
|
+
"type": "string"
|
|
379
|
+
},
|
|
380
|
+
"label": {
|
|
381
|
+
"description": "Label",
|
|
382
|
+
"type": "string"
|
|
383
|
+
},
|
|
384
|
+
"weightedColumnId": {
|
|
385
|
+
"description": "Weighted column id",
|
|
386
|
+
"format": "uuid",
|
|
387
|
+
"type": "string"
|
|
388
|
+
},
|
|
389
|
+
"weightedDatasetId": {
|
|
390
|
+
"description": "Weighted dataset id",
|
|
391
|
+
"format": "uuid",
|
|
392
|
+
"type": "string"
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
"type": "object"
|
|
396
|
+
},
|
|
397
|
+
"type": "array"
|
|
390
398
|
}
|
|
391
|
-
|
|
392
|
-
"
|
|
393
|
-
"description": "Custom events interactivity option"
|
|
399
|
+
},
|
|
400
|
+
"type": "object"
|
|
394
401
|
},
|
|
395
402
|
"customTooltip": {
|
|
396
403
|
"default": null,
|
|
397
|
-
"description": "Custom tooltip interactivity option, in format {locale
|
|
404
|
+
"description": "Custom tooltip interactivity option, in format {<locale>: \"tooltip text\"}",
|
|
405
|
+
"examples": [
|
|
406
|
+
{
|
|
407
|
+
"en": "Total Revenue"
|
|
408
|
+
}
|
|
409
|
+
],
|
|
398
410
|
"type": [
|
|
399
411
|
"null",
|
|
400
412
|
"object"
|
|
@@ -491,6 +503,7 @@ declare const _default: {
|
|
|
491
503
|
"currency",
|
|
492
504
|
"duration",
|
|
493
505
|
"hierarchy_element_expression",
|
|
506
|
+
"interval",
|
|
494
507
|
"ip_address",
|
|
495
508
|
"topography"
|
|
496
509
|
],
|
|
@@ -531,7 +544,11 @@ declare const _default: {
|
|
|
531
544
|
"type": "string"
|
|
532
545
|
},
|
|
533
546
|
"currency": {
|
|
534
|
-
"description": "Currency code
|
|
547
|
+
"description": "Currency code. It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
548
|
+
"examples": [
|
|
549
|
+
"€",
|
|
550
|
+
"$"
|
|
551
|
+
],
|
|
535
552
|
"type": [
|
|
536
553
|
"null",
|
|
537
554
|
"string"
|
|
@@ -600,7 +617,13 @@ declare const _default: {
|
|
|
600
617
|
"type": "object"
|
|
601
618
|
},
|
|
602
619
|
"label": {
|
|
603
|
-
"description": "Label in format {locale
|
|
620
|
+
"description": "Label in format {<locale>: \"label\"}",
|
|
621
|
+
"examples": [
|
|
622
|
+
{
|
|
623
|
+
"de": "Gesamtumsatz",
|
|
624
|
+
"en": "Total Revenue"
|
|
625
|
+
}
|
|
626
|
+
],
|
|
604
627
|
"type": "object"
|
|
605
628
|
},
|
|
606
629
|
"level": {
|
|
@@ -633,6 +656,207 @@ declare const _default: {
|
|
|
633
656
|
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
634
657
|
"type": "number"
|
|
635
658
|
},
|
|
659
|
+
"offsetDateColumn": {
|
|
660
|
+
"allOf": [
|
|
661
|
+
{
|
|
662
|
+
"properties": {
|
|
663
|
+
"cardinality": {
|
|
664
|
+
"type": "number"
|
|
665
|
+
},
|
|
666
|
+
"color": {
|
|
667
|
+
"type": "string"
|
|
668
|
+
},
|
|
669
|
+
"currency": {
|
|
670
|
+
"properties": {
|
|
671
|
+
"id": {
|
|
672
|
+
"type": "string"
|
|
673
|
+
},
|
|
674
|
+
"name": {
|
|
675
|
+
"type": "string"
|
|
676
|
+
},
|
|
677
|
+
"symbol": {
|
|
678
|
+
"type": "string"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"type": "object"
|
|
682
|
+
},
|
|
683
|
+
"currency_id": {
|
|
684
|
+
"type": "string"
|
|
685
|
+
},
|
|
686
|
+
"description": {
|
|
687
|
+
"type": "object"
|
|
688
|
+
},
|
|
689
|
+
"duration_format": {
|
|
690
|
+
"enum": [
|
|
691
|
+
"long",
|
|
692
|
+
"short",
|
|
693
|
+
"time"
|
|
694
|
+
],
|
|
695
|
+
"type": "string"
|
|
696
|
+
},
|
|
697
|
+
"duration_levels": {
|
|
698
|
+
"items": {
|
|
699
|
+
"type": "number"
|
|
700
|
+
},
|
|
701
|
+
"type": "array"
|
|
702
|
+
},
|
|
703
|
+
"expression": {
|
|
704
|
+
"type": "string"
|
|
705
|
+
},
|
|
706
|
+
"format": {
|
|
707
|
+
"type": "string"
|
|
708
|
+
},
|
|
709
|
+
"hierarchyLevels": {
|
|
710
|
+
"items": {
|
|
711
|
+
"properties": {
|
|
712
|
+
"color": {
|
|
713
|
+
"type": "string"
|
|
714
|
+
},
|
|
715
|
+
"id": {
|
|
716
|
+
"type": "string"
|
|
717
|
+
},
|
|
718
|
+
"level": {
|
|
719
|
+
"type": "number"
|
|
720
|
+
},
|
|
721
|
+
"name": {
|
|
722
|
+
"type": "object"
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
"type": "object"
|
|
726
|
+
},
|
|
727
|
+
"type": "array"
|
|
728
|
+
},
|
|
729
|
+
"hierarchy_enabled": {
|
|
730
|
+
"type": "boolean"
|
|
731
|
+
},
|
|
732
|
+
"highestLevel": {
|
|
733
|
+
"type": "number"
|
|
734
|
+
},
|
|
735
|
+
"id": {
|
|
736
|
+
"type": "string"
|
|
737
|
+
},
|
|
738
|
+
"informat": {
|
|
739
|
+
"type": "string"
|
|
740
|
+
},
|
|
741
|
+
"isLabel": {
|
|
742
|
+
"type": "boolean"
|
|
743
|
+
},
|
|
744
|
+
"joins": {
|
|
745
|
+
"items": {
|
|
746
|
+
"properties": {
|
|
747
|
+
"currency_id": {
|
|
748
|
+
"type": [
|
|
749
|
+
"null",
|
|
750
|
+
"string"
|
|
751
|
+
]
|
|
752
|
+
},
|
|
753
|
+
"hierarchy_enabled": {
|
|
754
|
+
"type": "boolean"
|
|
755
|
+
},
|
|
756
|
+
"id": {
|
|
757
|
+
"type": "string"
|
|
758
|
+
},
|
|
759
|
+
"join": {
|
|
760
|
+
"properties": {
|
|
761
|
+
"column_id": {
|
|
762
|
+
"type": "string"
|
|
763
|
+
},
|
|
764
|
+
"created_at": {
|
|
765
|
+
"type": "string"
|
|
766
|
+
},
|
|
767
|
+
"joins_id": {
|
|
768
|
+
"type": "string"
|
|
769
|
+
},
|
|
770
|
+
"subtype": {
|
|
771
|
+
"type": "string"
|
|
772
|
+
},
|
|
773
|
+
"type": {
|
|
774
|
+
"enum": [
|
|
775
|
+
"exact",
|
|
776
|
+
"lookup"
|
|
777
|
+
],
|
|
778
|
+
"type": "string"
|
|
779
|
+
},
|
|
780
|
+
"update_at": {
|
|
781
|
+
"type": "string"
|
|
782
|
+
},
|
|
783
|
+
"updated_at": {
|
|
784
|
+
"type": "string"
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
"type": "object"
|
|
788
|
+
},
|
|
789
|
+
"securable_id": {
|
|
790
|
+
"type": "string"
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
"type": "object"
|
|
794
|
+
},
|
|
795
|
+
"type": "array"
|
|
796
|
+
},
|
|
797
|
+
"level": {
|
|
798
|
+
"type": "number"
|
|
799
|
+
},
|
|
800
|
+
"lowestLevel": {
|
|
801
|
+
"type": "number"
|
|
802
|
+
},
|
|
803
|
+
"name": {
|
|
804
|
+
"type": "object"
|
|
805
|
+
},
|
|
806
|
+
"order": {
|
|
807
|
+
"type": "number"
|
|
808
|
+
},
|
|
809
|
+
"securable_id": {
|
|
810
|
+
"type": "string"
|
|
811
|
+
},
|
|
812
|
+
"source_name": {
|
|
813
|
+
"type": "string"
|
|
814
|
+
},
|
|
815
|
+
"subtype": {
|
|
816
|
+
"enum": [
|
|
817
|
+
"coordinates",
|
|
818
|
+
"currency",
|
|
819
|
+
"duration",
|
|
820
|
+
"hierarchy_element_expression",
|
|
821
|
+
"interval",
|
|
822
|
+
"ip_address",
|
|
823
|
+
"topography"
|
|
824
|
+
],
|
|
825
|
+
"type": "string"
|
|
826
|
+
},
|
|
827
|
+
"type": {
|
|
828
|
+
"enum": [
|
|
829
|
+
"array[datetime]",
|
|
830
|
+
"array[hierarchy]",
|
|
831
|
+
"array[numeric]",
|
|
832
|
+
"array[spatial]",
|
|
833
|
+
"datetime",
|
|
834
|
+
"hierarchy",
|
|
835
|
+
"numeric",
|
|
836
|
+
"spatial"
|
|
837
|
+
],
|
|
838
|
+
"type": "string"
|
|
839
|
+
},
|
|
840
|
+
"version": {
|
|
841
|
+
"type": "number"
|
|
842
|
+
},
|
|
843
|
+
"width": {
|
|
844
|
+
"type": "number"
|
|
845
|
+
}
|
|
846
|
+
},
|
|
847
|
+
"type": "object"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"properties": {
|
|
851
|
+
"datasetId": {
|
|
852
|
+
"type": "string"
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
"type": "object"
|
|
856
|
+
}
|
|
857
|
+
],
|
|
858
|
+
"description": "Offset date column"
|
|
859
|
+
},
|
|
636
860
|
"periodToDate": {
|
|
637
861
|
"description": "Turn ON/OFF period to date comparison",
|
|
638
862
|
"type": "boolean"
|
|
@@ -641,6 +865,14 @@ declare const _default: {
|
|
|
641
865
|
"description": "Number of periods",
|
|
642
866
|
"type": "number"
|
|
643
867
|
},
|
|
868
|
+
"rangeType": {
|
|
869
|
+
"description": "Range type",
|
|
870
|
+
"enum": [
|
|
871
|
+
"relative",
|
|
872
|
+
"user-defined"
|
|
873
|
+
],
|
|
874
|
+
"type": "string"
|
|
875
|
+
},
|
|
644
876
|
"type": {
|
|
645
877
|
"description": "Period over period comparison type",
|
|
646
878
|
"enum": [
|
|
@@ -666,6 +898,7 @@ declare const _default: {
|
|
|
666
898
|
"currency",
|
|
667
899
|
"duration",
|
|
668
900
|
"hierarchy_element_expression",
|
|
901
|
+
"interval",
|
|
669
902
|
"ip_address",
|
|
670
903
|
"topography"
|
|
671
904
|
],
|
|
@@ -735,7 +968,12 @@ declare const _default: {
|
|
|
735
968
|
"type": "string"
|
|
736
969
|
},
|
|
737
970
|
"url": {
|
|
738
|
-
"description": "URL in format {locale
|
|
971
|
+
"description": "URL in format {<locale>: \"url\"}",
|
|
972
|
+
"examples": [
|
|
973
|
+
{
|
|
974
|
+
"en": "https://example.com"
|
|
975
|
+
}
|
|
976
|
+
],
|
|
739
977
|
"type": "object"
|
|
740
978
|
}
|
|
741
979
|
},
|
|
@@ -1256,7 +1494,7 @@ declare const _default: {
|
|
|
1256
1494
|
"type": "string"
|
|
1257
1495
|
},
|
|
1258
1496
|
"title": {
|
|
1259
|
-
"description": "Title in format {
|
|
1497
|
+
"description": "Title in format { <locale>: \"title\"}. It's applied if the title is displayed.",
|
|
1260
1498
|
"examples": [
|
|
1261
1499
|
{
|
|
1262
1500
|
"en": "Title"
|