@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/treemap-chart-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"CategorySlot": {
|
|
@@ -10,13 +10,13 @@ declare const _default: {
|
|
|
10
10
|
"items": {
|
|
11
11
|
"anyOf": [
|
|
12
12
|
{
|
|
13
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
13
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
19
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
22
|
},
|
|
@@ -32,7 +32,7 @@ declare const _default: {
|
|
|
32
32
|
"anyOf": [
|
|
33
33
|
{
|
|
34
34
|
"items": {
|
|
35
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
35
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/GenericSlotContent"
|
|
36
36
|
},
|
|
37
37
|
"type": "array"
|
|
38
38
|
},
|
|
@@ -52,13 +52,13 @@ declare const _default: {
|
|
|
52
52
|
"items": {
|
|
53
53
|
"anyOf": [
|
|
54
54
|
{
|
|
55
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
55
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
58
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
61
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
62
62
|
}
|
|
63
63
|
]
|
|
64
64
|
},
|
|
@@ -74,7 +74,7 @@ declare const _default: {
|
|
|
74
74
|
"anyOf": [
|
|
75
75
|
{
|
|
76
76
|
"items": {
|
|
77
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
77
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/GenericSlotContent"
|
|
78
78
|
},
|
|
79
79
|
"type": "array"
|
|
80
80
|
},
|
|
@@ -92,11 +92,25 @@ declare const _default: {
|
|
|
92
92
|
"currency",
|
|
93
93
|
"duration",
|
|
94
94
|
"hierarchy_element_expression",
|
|
95
|
+
"interval",
|
|
95
96
|
"ip_address",
|
|
96
97
|
"topography"
|
|
97
98
|
],
|
|
98
99
|
"type": "string"
|
|
99
100
|
},
|
|
101
|
+
"ColumnType": {
|
|
102
|
+
"enum": [
|
|
103
|
+
"array[datetime]",
|
|
104
|
+
"array[hierarchy]",
|
|
105
|
+
"array[numeric]",
|
|
106
|
+
"array[spatial]",
|
|
107
|
+
"datetime",
|
|
108
|
+
"hierarchy",
|
|
109
|
+
"numeric",
|
|
110
|
+
"spatial"
|
|
111
|
+
],
|
|
112
|
+
"type": "string"
|
|
113
|
+
},
|
|
100
114
|
"DateTimeSlotContent": {
|
|
101
115
|
"properties": {
|
|
102
116
|
"aggregationFunc": {
|
|
@@ -156,7 +170,13 @@ declare const _default: {
|
|
|
156
170
|
"type": "object"
|
|
157
171
|
},
|
|
158
172
|
"label": {
|
|
159
|
-
"description": "Label in format {locale
|
|
173
|
+
"description": "Label in format {<locale>: \"label\"}",
|
|
174
|
+
"examples": [
|
|
175
|
+
{
|
|
176
|
+
"de": "Gesamtumsatz",
|
|
177
|
+
"en": "Total Revenue"
|
|
178
|
+
}
|
|
179
|
+
],
|
|
160
180
|
"type": "object"
|
|
161
181
|
},
|
|
162
182
|
"level": {
|
|
@@ -183,7 +203,7 @@ declare const _default: {
|
|
|
183
203
|
"type": "string"
|
|
184
204
|
},
|
|
185
205
|
"periodOverPeriod": {
|
|
186
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
206
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
187
207
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
188
208
|
},
|
|
189
209
|
"subtype": {
|
|
@@ -244,7 +264,7 @@ declare const _default: {
|
|
|
244
264
|
"type": "string"
|
|
245
265
|
},
|
|
246
266
|
"columnSubType": {
|
|
247
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
267
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
248
268
|
"description": "Column subtype"
|
|
249
269
|
},
|
|
250
270
|
"datasetId": {
|
|
@@ -282,7 +302,11 @@ declare const _default: {
|
|
|
282
302
|
"type": "string"
|
|
283
303
|
},
|
|
284
304
|
"currency": {
|
|
285
|
-
"description": "Currency code
|
|
305
|
+
"description": "Currency code. It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
306
|
+
"examples": [
|
|
307
|
+
"€",
|
|
308
|
+
"$"
|
|
309
|
+
],
|
|
286
310
|
"type": [
|
|
287
311
|
"null",
|
|
288
312
|
"string"
|
|
@@ -355,7 +379,13 @@ declare const _default: {
|
|
|
355
379
|
"type": "boolean"
|
|
356
380
|
},
|
|
357
381
|
"label": {
|
|
358
|
-
"description": "Label in format {locale
|
|
382
|
+
"description": "Label in format {<locale>: \"label\"}",
|
|
383
|
+
"examples": [
|
|
384
|
+
{
|
|
385
|
+
"de": "Gesamtumsatz",
|
|
386
|
+
"en": "Total Revenue"
|
|
387
|
+
}
|
|
388
|
+
],
|
|
359
389
|
"type": "object"
|
|
360
390
|
},
|
|
361
391
|
"level": {
|
|
@@ -382,7 +412,7 @@ declare const _default: {
|
|
|
382
412
|
"type": "string"
|
|
383
413
|
},
|
|
384
414
|
"periodOverPeriod": {
|
|
385
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
415
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
386
416
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
387
417
|
},
|
|
388
418
|
"subtype": {
|
|
@@ -393,6 +423,7 @@ declare const _default: {
|
|
|
393
423
|
"currency",
|
|
394
424
|
"duration",
|
|
395
425
|
"hierarchy_element_expression",
|
|
426
|
+
"interval",
|
|
396
427
|
"ip_address",
|
|
397
428
|
"topography"
|
|
398
429
|
],
|
|
@@ -479,7 +510,13 @@ declare const _default: {
|
|
|
479
510
|
"type": "object"
|
|
480
511
|
},
|
|
481
512
|
"label": {
|
|
482
|
-
"description": "Label in format {locale
|
|
513
|
+
"description": "Label in format {<locale>: \"label\"}",
|
|
514
|
+
"examples": [
|
|
515
|
+
{
|
|
516
|
+
"de": "Gesamtumsatz",
|
|
517
|
+
"en": "Total Revenue"
|
|
518
|
+
}
|
|
519
|
+
],
|
|
483
520
|
"type": "object"
|
|
484
521
|
},
|
|
485
522
|
"level": {
|
|
@@ -497,7 +534,7 @@ declare const _default: {
|
|
|
497
534
|
]
|
|
498
535
|
},
|
|
499
536
|
"periodOverPeriod": {
|
|
500
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
537
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
501
538
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
502
539
|
},
|
|
503
540
|
"subtype": {
|
|
@@ -508,6 +545,7 @@ declare const _default: {
|
|
|
508
545
|
"currency",
|
|
509
546
|
"duration",
|
|
510
547
|
"hierarchy_element_expression",
|
|
548
|
+
"interval",
|
|
511
549
|
"ip_address",
|
|
512
550
|
"topography"
|
|
513
551
|
],
|
|
@@ -535,13 +573,13 @@ declare const _default: {
|
|
|
535
573
|
"items": {
|
|
536
574
|
"anyOf": [
|
|
537
575
|
{
|
|
538
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
576
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
539
577
|
},
|
|
540
578
|
{
|
|
541
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
579
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
542
580
|
},
|
|
543
581
|
{
|
|
544
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
582
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
545
583
|
}
|
|
546
584
|
]
|
|
547
585
|
},
|
|
@@ -557,7 +595,7 @@ declare const _default: {
|
|
|
557
595
|
"anyOf": [
|
|
558
596
|
{
|
|
559
597
|
"items": {
|
|
560
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
598
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/GenericSlotContent"
|
|
561
599
|
},
|
|
562
600
|
"type": "array"
|
|
563
601
|
},
|
|
@@ -598,7 +636,7 @@ declare const _default: {
|
|
|
598
636
|
"type": "string"
|
|
599
637
|
},
|
|
600
638
|
"columnSubType": {
|
|
601
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
639
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
602
640
|
"description": "Column subtype"
|
|
603
641
|
},
|
|
604
642
|
"datasetId": {
|
|
@@ -636,7 +674,11 @@ declare const _default: {
|
|
|
636
674
|
"type": "string"
|
|
637
675
|
},
|
|
638
676
|
"currency": {
|
|
639
|
-
"description": "Currency code
|
|
677
|
+
"description": "Currency code. It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
678
|
+
"examples": [
|
|
679
|
+
"€",
|
|
680
|
+
"$"
|
|
681
|
+
],
|
|
640
682
|
"type": [
|
|
641
683
|
"null",
|
|
642
684
|
"string"
|
|
@@ -687,11 +729,17 @@ declare const _default: {
|
|
|
687
729
|
"type": "object"
|
|
688
730
|
},
|
|
689
731
|
"label": {
|
|
690
|
-
"description": "Label in format {locale
|
|
732
|
+
"description": "Label in format {<locale>: \"label\"}",
|
|
733
|
+
"examples": [
|
|
734
|
+
{
|
|
735
|
+
"de": "Gesamtumsatz",
|
|
736
|
+
"en": "Total Revenue"
|
|
737
|
+
}
|
|
738
|
+
],
|
|
691
739
|
"type": "object"
|
|
692
740
|
},
|
|
693
741
|
"periodOverPeriod": {
|
|
694
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
742
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
695
743
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
696
744
|
},
|
|
697
745
|
"subtype": {
|
|
@@ -702,6 +750,7 @@ declare const _default: {
|
|
|
702
750
|
"currency",
|
|
703
751
|
"duration",
|
|
704
752
|
"hierarchy_element_expression",
|
|
753
|
+
"interval",
|
|
705
754
|
"ip_address",
|
|
706
755
|
"topography"
|
|
707
756
|
],
|
|
@@ -727,6 +776,188 @@ declare const _default: {
|
|
|
727
776
|
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
728
777
|
"type": "number"
|
|
729
778
|
},
|
|
779
|
+
"offsetDateColumn": {
|
|
780
|
+
"allOf": [
|
|
781
|
+
{
|
|
782
|
+
"properties": {
|
|
783
|
+
"cardinality": {
|
|
784
|
+
"type": "number"
|
|
785
|
+
},
|
|
786
|
+
"color": {
|
|
787
|
+
"type": "string"
|
|
788
|
+
},
|
|
789
|
+
"currency": {
|
|
790
|
+
"properties": {
|
|
791
|
+
"id": {
|
|
792
|
+
"type": "string"
|
|
793
|
+
},
|
|
794
|
+
"name": {
|
|
795
|
+
"type": "string"
|
|
796
|
+
},
|
|
797
|
+
"symbol": {
|
|
798
|
+
"type": "string"
|
|
799
|
+
}
|
|
800
|
+
},
|
|
801
|
+
"type": "object"
|
|
802
|
+
},
|
|
803
|
+
"currency_id": {
|
|
804
|
+
"type": "string"
|
|
805
|
+
},
|
|
806
|
+
"description": {
|
|
807
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/Record<string,string>"
|
|
808
|
+
},
|
|
809
|
+
"duration_format": {
|
|
810
|
+
"enum": [
|
|
811
|
+
"long",
|
|
812
|
+
"short",
|
|
813
|
+
"time"
|
|
814
|
+
],
|
|
815
|
+
"type": "string"
|
|
816
|
+
},
|
|
817
|
+
"duration_levels": {
|
|
818
|
+
"items": {
|
|
819
|
+
"type": "number"
|
|
820
|
+
},
|
|
821
|
+
"type": "array"
|
|
822
|
+
},
|
|
823
|
+
"expression": {
|
|
824
|
+
"type": "string"
|
|
825
|
+
},
|
|
826
|
+
"format": {
|
|
827
|
+
"type": "string"
|
|
828
|
+
},
|
|
829
|
+
"hierarchyLevels": {
|
|
830
|
+
"items": {
|
|
831
|
+
"properties": {
|
|
832
|
+
"color": {
|
|
833
|
+
"type": "string"
|
|
834
|
+
},
|
|
835
|
+
"id": {
|
|
836
|
+
"type": "string"
|
|
837
|
+
},
|
|
838
|
+
"level": {
|
|
839
|
+
"type": "number"
|
|
840
|
+
},
|
|
841
|
+
"name": {
|
|
842
|
+
"type": "object"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
"type": "object"
|
|
846
|
+
},
|
|
847
|
+
"type": "array"
|
|
848
|
+
},
|
|
849
|
+
"hierarchy_enabled": {
|
|
850
|
+
"type": "boolean"
|
|
851
|
+
},
|
|
852
|
+
"highestLevel": {
|
|
853
|
+
"type": "number"
|
|
854
|
+
},
|
|
855
|
+
"id": {
|
|
856
|
+
"type": "string"
|
|
857
|
+
},
|
|
858
|
+
"informat": {
|
|
859
|
+
"type": "string"
|
|
860
|
+
},
|
|
861
|
+
"isLabel": {
|
|
862
|
+
"type": "boolean"
|
|
863
|
+
},
|
|
864
|
+
"joins": {
|
|
865
|
+
"items": {
|
|
866
|
+
"properties": {
|
|
867
|
+
"currency_id": {
|
|
868
|
+
"type": [
|
|
869
|
+
"null",
|
|
870
|
+
"string"
|
|
871
|
+
]
|
|
872
|
+
},
|
|
873
|
+
"hierarchy_enabled": {
|
|
874
|
+
"type": "boolean"
|
|
875
|
+
},
|
|
876
|
+
"id": {
|
|
877
|
+
"type": "string"
|
|
878
|
+
},
|
|
879
|
+
"join": {
|
|
880
|
+
"properties": {
|
|
881
|
+
"column_id": {
|
|
882
|
+
"type": "string"
|
|
883
|
+
},
|
|
884
|
+
"created_at": {
|
|
885
|
+
"type": "string"
|
|
886
|
+
},
|
|
887
|
+
"joins_id": {
|
|
888
|
+
"type": "string"
|
|
889
|
+
},
|
|
890
|
+
"subtype": {
|
|
891
|
+
"type": "string"
|
|
892
|
+
},
|
|
893
|
+
"type": {
|
|
894
|
+
"enum": [
|
|
895
|
+
"exact",
|
|
896
|
+
"lookup"
|
|
897
|
+
],
|
|
898
|
+
"type": "string"
|
|
899
|
+
},
|
|
900
|
+
"update_at": {
|
|
901
|
+
"type": "string"
|
|
902
|
+
},
|
|
903
|
+
"updated_at": {
|
|
904
|
+
"type": "string"
|
|
905
|
+
}
|
|
906
|
+
},
|
|
907
|
+
"type": "object"
|
|
908
|
+
},
|
|
909
|
+
"securable_id": {
|
|
910
|
+
"type": "string"
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
"type": "object"
|
|
914
|
+
},
|
|
915
|
+
"type": "array"
|
|
916
|
+
},
|
|
917
|
+
"level": {
|
|
918
|
+
"type": "number"
|
|
919
|
+
},
|
|
920
|
+
"lowestLevel": {
|
|
921
|
+
"type": "number"
|
|
922
|
+
},
|
|
923
|
+
"name": {
|
|
924
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/Record<string,string>"
|
|
925
|
+
},
|
|
926
|
+
"order": {
|
|
927
|
+
"type": "number"
|
|
928
|
+
},
|
|
929
|
+
"securable_id": {
|
|
930
|
+
"type": "string"
|
|
931
|
+
},
|
|
932
|
+
"source_name": {
|
|
933
|
+
"type": "string"
|
|
934
|
+
},
|
|
935
|
+
"subtype": {
|
|
936
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/ColumnSubtype"
|
|
937
|
+
},
|
|
938
|
+
"type": {
|
|
939
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/ColumnType"
|
|
940
|
+
},
|
|
941
|
+
"version": {
|
|
942
|
+
"type": "number"
|
|
943
|
+
},
|
|
944
|
+
"width": {
|
|
945
|
+
"type": "number"
|
|
946
|
+
}
|
|
947
|
+
},
|
|
948
|
+
"type": "object"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"properties": {
|
|
952
|
+
"datasetId": {
|
|
953
|
+
"type": "string"
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
"type": "object"
|
|
957
|
+
}
|
|
958
|
+
],
|
|
959
|
+
"description": "Offset date column"
|
|
960
|
+
},
|
|
730
961
|
"periodToDate": {
|
|
731
962
|
"description": "Turn ON/OFF period to date comparison",
|
|
732
963
|
"type": "boolean"
|
|
@@ -735,8 +966,16 @@ declare const _default: {
|
|
|
735
966
|
"description": "Number of periods",
|
|
736
967
|
"type": "number"
|
|
737
968
|
},
|
|
969
|
+
"rangeType": {
|
|
970
|
+
"description": "Range type",
|
|
971
|
+
"enum": [
|
|
972
|
+
"relative",
|
|
973
|
+
"user-defined"
|
|
974
|
+
],
|
|
975
|
+
"type": "string"
|
|
976
|
+
},
|
|
738
977
|
"type": {
|
|
739
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
978
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
740
979
|
"description": "Period over period comparison type"
|
|
741
980
|
}
|
|
742
981
|
},
|
|
@@ -751,19 +990,22 @@ declare const _default: {
|
|
|
751
990
|
"percentageChange"
|
|
752
991
|
],
|
|
753
992
|
"type": "string"
|
|
993
|
+
},
|
|
994
|
+
"Record<string,string>": {
|
|
995
|
+
"type": "object"
|
|
754
996
|
}
|
|
755
997
|
},
|
|
756
998
|
"description": "Data definition of the Treemap Chart",
|
|
757
999
|
"items": {
|
|
758
1000
|
"anyOf": [
|
|
759
1001
|
{
|
|
760
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
1002
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
761
1003
|
},
|
|
762
1004
|
{
|
|
763
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
1005
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/CategorySlot"
|
|
764
1006
|
},
|
|
765
1007
|
{
|
|
766
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
1008
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json#/definitions/ColorSlot"
|
|
767
1009
|
}
|
|
768
1010
|
]
|
|
769
1011
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Treemap Chart item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Treemap Chart item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Treemap Chart item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/treemap-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.98/video-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"autoHide": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.98/video.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Video item",
|
|
6
6
|
"properties": {
|
|
@@ -11,7 +11,7 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Video item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.98/video-options.schema.json"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
};
|
|
@@ -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/viz-item-type.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"enum": [
|
|
5
5
|
"area-chart",
|
|
@@ -14,6 +14,7 @@ declare const _default: {
|
|
|
14
14
|
"combination-chart",
|
|
15
15
|
"conditional-number",
|
|
16
16
|
"custom-chart",
|
|
17
|
+
"date-comparison-filter",
|
|
17
18
|
"date-filter",
|
|
18
19
|
"donut-chart",
|
|
19
20
|
"dropdown-filter",
|
|
@@ -30,6 +31,7 @@ declare const _default: {
|
|
|
30
31
|
"ohlc-chart",
|
|
31
32
|
"parallel-coordinates-plot",
|
|
32
33
|
"pivot-table",
|
|
34
|
+
"placeholder",
|
|
33
35
|
"pyramid-chart",
|
|
34
36
|
"radar-chart",
|
|
35
37
|
"regular-table",
|