@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
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
All notable changes to this project will be documented in this file.
|
|
2
2
|
|
|
3
|
+
## [1.0.19] - 2025-10-29
|
|
4
|
+
|
|
5
|
+
### Updates
|
|
6
|
+
|
|
7
|
+
- Remove deprecated `ItemType`, `VisualItem`, `ChartItem`, `ControlItem`, `ContentItem` types.
|
|
8
|
+
- Add context configs per each viz item.
|
|
9
|
+
- Update Flex documentation.
|
|
10
|
+
|
|
3
11
|
## [1.0.18] - 2025-09-02
|
|
4
12
|
|
|
5
13
|
### Updates
|
package/LICENSE
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Copyright ©
|
|
1
|
+
Copyright © 2025 Luzmo
|
|
2
2
|
|
|
3
3
|
All rights reserved.
|
|
4
|
-
Luzmo Types library (@luzmo/dashboard-
|
|
4
|
+
Luzmo Types library (@luzmo/dashboard-contents-types) must be used according to the Luzmo Terms of Service.
|
|
5
5
|
|
|
6
6
|
This license allows users with a current active Luzmo account to use the Luzmo Types library.
|
|
7
7
|
This license terminates automatically if a user no longer has an active Luzmo account.
|
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ This packages contains different TypeScript types and JSON schemas for Luzmo das
|
|
|
7
7
|
Here is a list of some content item TypeScript types. Additional types are also available in the package.
|
|
8
8
|
|
|
9
9
|
| Type | Description |
|
|
10
|
-
|
|
10
|
+
| ------------------------------ | ----------------------------------------------------- |
|
|
11
11
|
| `AreaChart` | An Area Chart type. |
|
|
12
12
|
| `AreaChartViewOptions` | An Area Chart options type. |
|
|
13
13
|
| `AreaChartSlots` | An Area Chart slots type. |
|
|
@@ -28,7 +28,7 @@ Here is a list of some content item TypeScript types. Additional types are also
|
|
|
28
28
|
| `ChoroplethMapSlots` | A Choropleth Map slots type. |
|
|
29
29
|
| `CircularGauge` | A Circular Gauge type. |
|
|
30
30
|
| `CircularGaugeViewOptions` | A Circular Gauge options type. |
|
|
31
|
-
| `CircularGaugeSlots` | A Circular Gauge slots type. |
|
|
31
|
+
| `CircularGaugeSlots` | A Circular Gauge slots type. |
|
|
32
32
|
| `ColumnChart` | A Column Chart type. |
|
|
33
33
|
| `ColumnChartViewOptions` | A Column Chart options type. |
|
|
34
34
|
| `ColumnChartSlots` | A Column Chart slots type. |
|
|
@@ -38,9 +38,9 @@ Here is a list of some content item TypeScript types. Additional types are also
|
|
|
38
38
|
| `ConditionalNumber` | A Conditional Number type. |
|
|
39
39
|
| `ConditionalNumberViewOptions` | A Conditional Number options type. |
|
|
40
40
|
| `ConditionalNumberSlots` | A Conditional Number slots type. |
|
|
41
|
-
| `
|
|
41
|
+
| `DateComparisonFilter` | A Date Filter type. |
|
|
42
42
|
| `DateFilterViewOptions` | A Date Filter options type. |
|
|
43
|
-
| `
|
|
43
|
+
| `DateComparisonFilterSlots` | A Date Filter slots type. |
|
|
44
44
|
| `DonutChart` | A Donut Chart type. |
|
|
45
45
|
| `DonutChartViewOptions` | A Donut Chart options type. |
|
|
46
46
|
| `DonutChartSlots` | A Donut Chart slots type. |
|
|
@@ -112,21 +112,25 @@ Here is a list of some content item TypeScript types. Additional types are also
|
|
|
112
112
|
|
|
113
113
|
Each content item above has a corresponding JSON schema. Here’s an example of importing the JSON schema for the Bar Chart:
|
|
114
114
|
|
|
115
|
-
```typescript
|
|
116
|
-
import {
|
|
115
|
+
```typescript
|
|
116
|
+
import {
|
|
117
|
+
BarChartJSONSchema,
|
|
118
|
+
BarChartOptionsJSONSchema,
|
|
119
|
+
BarChartSlotsJSONSchema
|
|
120
|
+
} from '@luzmo/dashboard-contents-types';
|
|
117
121
|
|
|
118
122
|
console.log(BarChartJSONSchema);
|
|
119
123
|
console.log(BarChartOptionsJSONSchema);
|
|
120
124
|
console.log(BarChartSlotsJSONSchema);
|
|
121
125
|
```
|
|
122
126
|
|
|
123
|
-
There is also an object that contains all the JSON schemas for the content items. In this object, each schema name serves as a key, with the corresponding schema as its value. Here’s an example:
|
|
127
|
+
There is also an object that contains all the JSON schemas for the content items. In this object, each schema name serves as a key, with the corresponding schema as its value. Here’s an example:
|
|
124
128
|
|
|
125
|
-
```typescript
|
|
129
|
+
```typescript
|
|
126
130
|
import { JSON_SCHEMAS } from '@luzmo/dashboard-contents-types';
|
|
127
131
|
|
|
128
132
|
console.log(JSON_SCHEMAS);
|
|
129
133
|
console.log(JSON_SCHEMAS['text-options.schema.json']);
|
|
130
134
|
```
|
|
131
135
|
|
|
132
|
-
Using the `JSON_SCHEMAS` object will significantly increase the bundle size, so whenever possible import only the needed schemas, as demonstrated in the Bar Chart example above.
|
|
136
|
+
**Important:** Using the `JSON_SCHEMAS` object will significantly increase the bundle size, so whenever possible import only the needed schemas, as demonstrated in the Bar Chart example above.
|
|
@@ -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/area-chart-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"annotate": {
|
|
@@ -12,7 +12,12 @@ declare const _default: {
|
|
|
12
12
|
"type": "boolean"
|
|
13
13
|
},
|
|
14
14
|
"content": {
|
|
15
|
-
"description": "Information tooltip content in format {locale
|
|
15
|
+
"description": "Information tooltip content in format {<locale>: \"content\"}",
|
|
16
|
+
"examples": [
|
|
17
|
+
{
|
|
18
|
+
"en": "Content"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
16
21
|
"type": "object"
|
|
17
22
|
},
|
|
18
23
|
"position": {
|
|
@@ -236,11 +241,11 @@ declare const _default: {
|
|
|
236
241
|
"properties": {
|
|
237
242
|
"enabled": {
|
|
238
243
|
"default": false,
|
|
239
|
-
"description": "Show or hide the
|
|
244
|
+
"description": "Show or hide the axis grid",
|
|
240
245
|
"type": "boolean"
|
|
241
246
|
},
|
|
242
247
|
"opacity": {
|
|
243
|
-
"description": "Opacity of the
|
|
248
|
+
"description": "Opacity of the axis grid",
|
|
244
249
|
"examples": [
|
|
245
250
|
1,
|
|
246
251
|
0.5,
|
|
@@ -249,7 +254,7 @@ declare const _default: {
|
|
|
249
254
|
"type": "number"
|
|
250
255
|
},
|
|
251
256
|
"style": {
|
|
252
|
-
"description": "Style of the
|
|
257
|
+
"description": "Style of the axis grid",
|
|
253
258
|
"enum": [
|
|
254
259
|
"dashed",
|
|
255
260
|
"dotted",
|
|
@@ -265,11 +270,11 @@ declare const _default: {
|
|
|
265
270
|
"properties": {
|
|
266
271
|
"enabled": {
|
|
267
272
|
"default": false,
|
|
268
|
-
"description": "Show or hide the
|
|
273
|
+
"description": "Show or hide the axis grid",
|
|
269
274
|
"type": "boolean"
|
|
270
275
|
},
|
|
271
276
|
"opacity": {
|
|
272
|
-
"description": "Opacity of the
|
|
277
|
+
"description": "Opacity of the axis grid",
|
|
273
278
|
"examples": [
|
|
274
279
|
1,
|
|
275
280
|
0.5,
|
|
@@ -278,7 +283,7 @@ declare const _default: {
|
|
|
278
283
|
"type": "number"
|
|
279
284
|
},
|
|
280
285
|
"style": {
|
|
281
|
-
"description": "Style of the
|
|
286
|
+
"description": "Style of the axis grid",
|
|
282
287
|
"enum": [
|
|
283
288
|
"dashed",
|
|
284
289
|
"dotted",
|
|
@@ -372,94 +377,97 @@ declare const _default: {
|
|
|
372
377
|
"type": "boolean"
|
|
373
378
|
},
|
|
374
379
|
"customEvents": {
|
|
375
|
-
"
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
"description": "Custom event name",
|
|
388
|
-
"type": "string"
|
|
380
|
+
"default": null,
|
|
381
|
+
"description": "Custom events interactivity option",
|
|
382
|
+
"properties": {
|
|
383
|
+
"events": {
|
|
384
|
+
"items": {
|
|
385
|
+
"description": "Custom event configuration",
|
|
386
|
+
"properties": {
|
|
387
|
+
"label": {
|
|
388
|
+
"description": "Label in format {<locale>: \"label\"}, for example",
|
|
389
|
+
"examples": [
|
|
390
|
+
{
|
|
391
|
+
"en": "Total Revenue"
|
|
389
392
|
}
|
|
390
|
-
|
|
393
|
+
],
|
|
391
394
|
"type": "object"
|
|
392
395
|
},
|
|
393
|
-
"
|
|
396
|
+
"name": {
|
|
397
|
+
"description": "Custom event name",
|
|
398
|
+
"type": "string"
|
|
399
|
+
}
|
|
394
400
|
},
|
|
395
|
-
"
|
|
396
|
-
"items": {
|
|
397
|
-
"properties": {
|
|
398
|
-
"aggregation": {
|
|
399
|
-
"description": "Aggregation query type",
|
|
400
|
-
"enum": [
|
|
401
|
-
"average",
|
|
402
|
-
"count",
|
|
403
|
-
"cumulativesum",
|
|
404
|
-
"distinctcount",
|
|
405
|
-
"histogram",
|
|
406
|
-
"max",
|
|
407
|
-
"median",
|
|
408
|
-
"min",
|
|
409
|
-
"rate",
|
|
410
|
-
"stddev",
|
|
411
|
-
"sum",
|
|
412
|
-
"weightedaverage"
|
|
413
|
-
],
|
|
414
|
-
"type": "string"
|
|
415
|
-
},
|
|
416
|
-
"columnId": {
|
|
417
|
-
"description": "Column id",
|
|
418
|
-
"format": "uuid",
|
|
419
|
-
"type": "string"
|
|
420
|
-
},
|
|
421
|
-
"datasetId": {
|
|
422
|
-
"description": "Dataset id",
|
|
423
|
-
"format": "uuid",
|
|
424
|
-
"type": "string"
|
|
425
|
-
},
|
|
426
|
-
"formulaId": {
|
|
427
|
-
"description": "Formula id",
|
|
428
|
-
"format": "uuid",
|
|
429
|
-
"type": "string"
|
|
430
|
-
},
|
|
431
|
-
"label": {
|
|
432
|
-
"description": "Label",
|
|
433
|
-
"type": "string"
|
|
434
|
-
},
|
|
435
|
-
"weightedColumnId": {
|
|
436
|
-
"description": "Weighted column id",
|
|
437
|
-
"format": "uuid",
|
|
438
|
-
"type": "string"
|
|
439
|
-
},
|
|
440
|
-
"weightedDatasetId": {
|
|
441
|
-
"description": "Weighted dataset id",
|
|
442
|
-
"format": "uuid",
|
|
443
|
-
"type": "string"
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
"type": "object"
|
|
447
|
-
},
|
|
448
|
-
"type": "array"
|
|
449
|
-
}
|
|
401
|
+
"type": "object"
|
|
450
402
|
},
|
|
451
|
-
"type": "
|
|
403
|
+
"type": "array"
|
|
452
404
|
},
|
|
453
|
-
{
|
|
454
|
-
"
|
|
405
|
+
"extraData": {
|
|
406
|
+
"items": {
|
|
407
|
+
"properties": {
|
|
408
|
+
"aggregation": {
|
|
409
|
+
"description": "Aggregation query type",
|
|
410
|
+
"enum": [
|
|
411
|
+
"average",
|
|
412
|
+
"count",
|
|
413
|
+
"cumulativesum",
|
|
414
|
+
"distinctcount",
|
|
415
|
+
"histogram",
|
|
416
|
+
"max",
|
|
417
|
+
"median",
|
|
418
|
+
"min",
|
|
419
|
+
"rate",
|
|
420
|
+
"stddev",
|
|
421
|
+
"sum",
|
|
422
|
+
"weightedaverage"
|
|
423
|
+
],
|
|
424
|
+
"type": "string"
|
|
425
|
+
},
|
|
426
|
+
"columnId": {
|
|
427
|
+
"description": "Column id",
|
|
428
|
+
"format": "uuid",
|
|
429
|
+
"type": "string"
|
|
430
|
+
},
|
|
431
|
+
"datasetId": {
|
|
432
|
+
"description": "Dataset id",
|
|
433
|
+
"format": "uuid",
|
|
434
|
+
"type": "string"
|
|
435
|
+
},
|
|
436
|
+
"formulaId": {
|
|
437
|
+
"description": "Formula id",
|
|
438
|
+
"format": "uuid",
|
|
439
|
+
"type": "string"
|
|
440
|
+
},
|
|
441
|
+
"label": {
|
|
442
|
+
"description": "Label",
|
|
443
|
+
"type": "string"
|
|
444
|
+
},
|
|
445
|
+
"weightedColumnId": {
|
|
446
|
+
"description": "Weighted column id",
|
|
447
|
+
"format": "uuid",
|
|
448
|
+
"type": "string"
|
|
449
|
+
},
|
|
450
|
+
"weightedDatasetId": {
|
|
451
|
+
"description": "Weighted dataset id",
|
|
452
|
+
"format": "uuid",
|
|
453
|
+
"type": "string"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"type": "object"
|
|
457
|
+
},
|
|
458
|
+
"type": "array"
|
|
455
459
|
}
|
|
456
|
-
|
|
457
|
-
"
|
|
458
|
-
"description": "Custom events interactivity option"
|
|
460
|
+
},
|
|
461
|
+
"type": "object"
|
|
459
462
|
},
|
|
460
463
|
"customTooltip": {
|
|
461
464
|
"default": null,
|
|
462
|
-
"description": "Custom tooltip interactivity option, in format {locale
|
|
465
|
+
"description": "Custom tooltip interactivity option, in format {<locale>: \"tooltip text\"}",
|
|
466
|
+
"examples": [
|
|
467
|
+
{
|
|
468
|
+
"en": "Total Revenue"
|
|
469
|
+
}
|
|
470
|
+
],
|
|
463
471
|
"type": [
|
|
464
472
|
"null",
|
|
465
473
|
"object"
|
|
@@ -556,6 +564,7 @@ declare const _default: {
|
|
|
556
564
|
"currency",
|
|
557
565
|
"duration",
|
|
558
566
|
"hierarchy_element_expression",
|
|
567
|
+
"interval",
|
|
559
568
|
"ip_address",
|
|
560
569
|
"topography"
|
|
561
570
|
],
|
|
@@ -596,7 +605,11 @@ declare const _default: {
|
|
|
596
605
|
"type": "string"
|
|
597
606
|
},
|
|
598
607
|
"currency": {
|
|
599
|
-
"description": "Currency code
|
|
608
|
+
"description": "Currency code. It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
609
|
+
"examples": [
|
|
610
|
+
"€",
|
|
611
|
+
"$"
|
|
612
|
+
],
|
|
600
613
|
"type": [
|
|
601
614
|
"null",
|
|
602
615
|
"string"
|
|
@@ -665,7 +678,13 @@ declare const _default: {
|
|
|
665
678
|
"type": "object"
|
|
666
679
|
},
|
|
667
680
|
"label": {
|
|
668
|
-
"description": "Label in format {locale
|
|
681
|
+
"description": "Label in format {<locale>: \"label\"}",
|
|
682
|
+
"examples": [
|
|
683
|
+
{
|
|
684
|
+
"de": "Gesamtumsatz",
|
|
685
|
+
"en": "Total Revenue"
|
|
686
|
+
}
|
|
687
|
+
],
|
|
669
688
|
"type": "object"
|
|
670
689
|
},
|
|
671
690
|
"level": {
|
|
@@ -698,6 +717,207 @@ declare const _default: {
|
|
|
698
717
|
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
699
718
|
"type": "number"
|
|
700
719
|
},
|
|
720
|
+
"offsetDateColumn": {
|
|
721
|
+
"allOf": [
|
|
722
|
+
{
|
|
723
|
+
"properties": {
|
|
724
|
+
"cardinality": {
|
|
725
|
+
"type": "number"
|
|
726
|
+
},
|
|
727
|
+
"color": {
|
|
728
|
+
"type": "string"
|
|
729
|
+
},
|
|
730
|
+
"currency": {
|
|
731
|
+
"properties": {
|
|
732
|
+
"id": {
|
|
733
|
+
"type": "string"
|
|
734
|
+
},
|
|
735
|
+
"name": {
|
|
736
|
+
"type": "string"
|
|
737
|
+
},
|
|
738
|
+
"symbol": {
|
|
739
|
+
"type": "string"
|
|
740
|
+
}
|
|
741
|
+
},
|
|
742
|
+
"type": "object"
|
|
743
|
+
},
|
|
744
|
+
"currency_id": {
|
|
745
|
+
"type": "string"
|
|
746
|
+
},
|
|
747
|
+
"description": {
|
|
748
|
+
"type": "object"
|
|
749
|
+
},
|
|
750
|
+
"duration_format": {
|
|
751
|
+
"enum": [
|
|
752
|
+
"long",
|
|
753
|
+
"short",
|
|
754
|
+
"time"
|
|
755
|
+
],
|
|
756
|
+
"type": "string"
|
|
757
|
+
},
|
|
758
|
+
"duration_levels": {
|
|
759
|
+
"items": {
|
|
760
|
+
"type": "number"
|
|
761
|
+
},
|
|
762
|
+
"type": "array"
|
|
763
|
+
},
|
|
764
|
+
"expression": {
|
|
765
|
+
"type": "string"
|
|
766
|
+
},
|
|
767
|
+
"format": {
|
|
768
|
+
"type": "string"
|
|
769
|
+
},
|
|
770
|
+
"hierarchyLevels": {
|
|
771
|
+
"items": {
|
|
772
|
+
"properties": {
|
|
773
|
+
"color": {
|
|
774
|
+
"type": "string"
|
|
775
|
+
},
|
|
776
|
+
"id": {
|
|
777
|
+
"type": "string"
|
|
778
|
+
},
|
|
779
|
+
"level": {
|
|
780
|
+
"type": "number"
|
|
781
|
+
},
|
|
782
|
+
"name": {
|
|
783
|
+
"type": "object"
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
"type": "object"
|
|
787
|
+
},
|
|
788
|
+
"type": "array"
|
|
789
|
+
},
|
|
790
|
+
"hierarchy_enabled": {
|
|
791
|
+
"type": "boolean"
|
|
792
|
+
},
|
|
793
|
+
"highestLevel": {
|
|
794
|
+
"type": "number"
|
|
795
|
+
},
|
|
796
|
+
"id": {
|
|
797
|
+
"type": "string"
|
|
798
|
+
},
|
|
799
|
+
"informat": {
|
|
800
|
+
"type": "string"
|
|
801
|
+
},
|
|
802
|
+
"isLabel": {
|
|
803
|
+
"type": "boolean"
|
|
804
|
+
},
|
|
805
|
+
"joins": {
|
|
806
|
+
"items": {
|
|
807
|
+
"properties": {
|
|
808
|
+
"currency_id": {
|
|
809
|
+
"type": [
|
|
810
|
+
"null",
|
|
811
|
+
"string"
|
|
812
|
+
]
|
|
813
|
+
},
|
|
814
|
+
"hierarchy_enabled": {
|
|
815
|
+
"type": "boolean"
|
|
816
|
+
},
|
|
817
|
+
"id": {
|
|
818
|
+
"type": "string"
|
|
819
|
+
},
|
|
820
|
+
"join": {
|
|
821
|
+
"properties": {
|
|
822
|
+
"column_id": {
|
|
823
|
+
"type": "string"
|
|
824
|
+
},
|
|
825
|
+
"created_at": {
|
|
826
|
+
"type": "string"
|
|
827
|
+
},
|
|
828
|
+
"joins_id": {
|
|
829
|
+
"type": "string"
|
|
830
|
+
},
|
|
831
|
+
"subtype": {
|
|
832
|
+
"type": "string"
|
|
833
|
+
},
|
|
834
|
+
"type": {
|
|
835
|
+
"enum": [
|
|
836
|
+
"exact",
|
|
837
|
+
"lookup"
|
|
838
|
+
],
|
|
839
|
+
"type": "string"
|
|
840
|
+
},
|
|
841
|
+
"update_at": {
|
|
842
|
+
"type": "string"
|
|
843
|
+
},
|
|
844
|
+
"updated_at": {
|
|
845
|
+
"type": "string"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
"type": "object"
|
|
849
|
+
},
|
|
850
|
+
"securable_id": {
|
|
851
|
+
"type": "string"
|
|
852
|
+
}
|
|
853
|
+
},
|
|
854
|
+
"type": "object"
|
|
855
|
+
},
|
|
856
|
+
"type": "array"
|
|
857
|
+
},
|
|
858
|
+
"level": {
|
|
859
|
+
"type": "number"
|
|
860
|
+
},
|
|
861
|
+
"lowestLevel": {
|
|
862
|
+
"type": "number"
|
|
863
|
+
},
|
|
864
|
+
"name": {
|
|
865
|
+
"type": "object"
|
|
866
|
+
},
|
|
867
|
+
"order": {
|
|
868
|
+
"type": "number"
|
|
869
|
+
},
|
|
870
|
+
"securable_id": {
|
|
871
|
+
"type": "string"
|
|
872
|
+
},
|
|
873
|
+
"source_name": {
|
|
874
|
+
"type": "string"
|
|
875
|
+
},
|
|
876
|
+
"subtype": {
|
|
877
|
+
"enum": [
|
|
878
|
+
"coordinates",
|
|
879
|
+
"currency",
|
|
880
|
+
"duration",
|
|
881
|
+
"hierarchy_element_expression",
|
|
882
|
+
"interval",
|
|
883
|
+
"ip_address",
|
|
884
|
+
"topography"
|
|
885
|
+
],
|
|
886
|
+
"type": "string"
|
|
887
|
+
},
|
|
888
|
+
"type": {
|
|
889
|
+
"enum": [
|
|
890
|
+
"array[datetime]",
|
|
891
|
+
"array[hierarchy]",
|
|
892
|
+
"array[numeric]",
|
|
893
|
+
"array[spatial]",
|
|
894
|
+
"datetime",
|
|
895
|
+
"hierarchy",
|
|
896
|
+
"numeric",
|
|
897
|
+
"spatial"
|
|
898
|
+
],
|
|
899
|
+
"type": "string"
|
|
900
|
+
},
|
|
901
|
+
"version": {
|
|
902
|
+
"type": "number"
|
|
903
|
+
},
|
|
904
|
+
"width": {
|
|
905
|
+
"type": "number"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"type": "object"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"properties": {
|
|
912
|
+
"datasetId": {
|
|
913
|
+
"type": "string"
|
|
914
|
+
}
|
|
915
|
+
},
|
|
916
|
+
"type": "object"
|
|
917
|
+
}
|
|
918
|
+
],
|
|
919
|
+
"description": "Offset date column"
|
|
920
|
+
},
|
|
701
921
|
"periodToDate": {
|
|
702
922
|
"description": "Turn ON/OFF period to date comparison",
|
|
703
923
|
"type": "boolean"
|
|
@@ -706,6 +926,14 @@ declare const _default: {
|
|
|
706
926
|
"description": "Number of periods",
|
|
707
927
|
"type": "number"
|
|
708
928
|
},
|
|
929
|
+
"rangeType": {
|
|
930
|
+
"description": "Range type",
|
|
931
|
+
"enum": [
|
|
932
|
+
"relative",
|
|
933
|
+
"user-defined"
|
|
934
|
+
],
|
|
935
|
+
"type": "string"
|
|
936
|
+
},
|
|
709
937
|
"type": {
|
|
710
938
|
"description": "Period over period comparison type",
|
|
711
939
|
"enum": [
|
|
@@ -731,6 +959,7 @@ declare const _default: {
|
|
|
731
959
|
"currency",
|
|
732
960
|
"duration",
|
|
733
961
|
"hierarchy_element_expression",
|
|
962
|
+
"interval",
|
|
734
963
|
"ip_address",
|
|
735
964
|
"topography"
|
|
736
965
|
],
|
|
@@ -800,7 +1029,12 @@ declare const _default: {
|
|
|
800
1029
|
"type": "string"
|
|
801
1030
|
},
|
|
802
1031
|
"url": {
|
|
803
|
-
"description": "URL in format {locale
|
|
1032
|
+
"description": "URL in format {<locale>: \"url\"}",
|
|
1033
|
+
"examples": [
|
|
1034
|
+
{
|
|
1035
|
+
"en": "https://example.com"
|
|
1036
|
+
}
|
|
1037
|
+
],
|
|
804
1038
|
"type": "object"
|
|
805
1039
|
}
|
|
806
1040
|
},
|
|
@@ -811,7 +1045,7 @@ declare const _default: {
|
|
|
811
1045
|
},
|
|
812
1046
|
"interpolation": {
|
|
813
1047
|
"default": "linear",
|
|
814
|
-
"description": "This option set the interpolation
|
|
1048
|
+
"description": "This option set the interpolation",
|
|
815
1049
|
"enum": [
|
|
816
1050
|
"linear",
|
|
817
1051
|
"monotone",
|
|
@@ -936,7 +1170,7 @@ declare const _default: {
|
|
|
936
1170
|
"type": "boolean"
|
|
937
1171
|
},
|
|
938
1172
|
"missingValue": {
|
|
939
|
-
"description": "
|
|
1173
|
+
"description": "Missing value configuration",
|
|
940
1174
|
"properties": {
|
|
941
1175
|
"type": {
|
|
942
1176
|
"default": "no",
|
|
@@ -1305,7 +1539,7 @@ declare const _default: {
|
|
|
1305
1539
|
"type": "string"
|
|
1306
1540
|
},
|
|
1307
1541
|
"title": {
|
|
1308
|
-
"description": "Title in format {
|
|
1542
|
+
"description": "Title in format { <locale>: \"title\"}. It's applied if the title is displayed.",
|
|
1309
1543
|
"examples": [
|
|
1310
1544
|
{
|
|
1311
1545
|
"en": "Title"
|