@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/heat-table-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": {
|
|
@@ -30,20 +35,23 @@ declare const _default: {
|
|
|
30
35
|
"type": "object"
|
|
31
36
|
},
|
|
32
37
|
"axis": {
|
|
38
|
+
"description": "Axes options",
|
|
33
39
|
"properties": {
|
|
34
40
|
"x": {
|
|
41
|
+
"description": "X-axis options",
|
|
35
42
|
"properties": {
|
|
36
43
|
"color": {
|
|
37
|
-
"description": "
|
|
44
|
+
"description": "X-axis color",
|
|
38
45
|
"examples": [
|
|
39
|
-
"#
|
|
40
|
-
"
|
|
46
|
+
"#000000",
|
|
47
|
+
"black",
|
|
48
|
+
"rgba(0,0,0,1)"
|
|
41
49
|
],
|
|
42
50
|
"type": "string"
|
|
43
51
|
},
|
|
44
52
|
"ticksMode": {
|
|
45
53
|
"default": "ticks",
|
|
46
|
-
"description": "Ticks mode
|
|
54
|
+
"description": "Ticks mode of the X-axis: hide, ticks, or gridlines",
|
|
47
55
|
"enum": [
|
|
48
56
|
"gridlines",
|
|
49
57
|
"hide",
|
|
@@ -55,18 +63,20 @@ declare const _default: {
|
|
|
55
63
|
"type": "object"
|
|
56
64
|
},
|
|
57
65
|
"y": {
|
|
66
|
+
"description": "Y-axis options",
|
|
58
67
|
"properties": {
|
|
59
68
|
"color": {
|
|
60
|
-
"description": "
|
|
69
|
+
"description": "Y-axis color",
|
|
61
70
|
"examples": [
|
|
62
|
-
"#
|
|
63
|
-
"
|
|
71
|
+
"#000000",
|
|
72
|
+
"black",
|
|
73
|
+
"rgba(0,0,0,1)"
|
|
64
74
|
],
|
|
65
75
|
"type": "string"
|
|
66
76
|
},
|
|
67
77
|
"ticksMode": {
|
|
68
78
|
"default": "ticks",
|
|
69
|
-
"description": "Ticks mode
|
|
79
|
+
"description": "Ticks mode of the Y-axis: hide, ticks, or gridlines",
|
|
70
80
|
"enum": [
|
|
71
81
|
"gridlines",
|
|
72
82
|
"hide",
|
|
@@ -81,18 +91,19 @@ declare const _default: {
|
|
|
81
91
|
"type": "object"
|
|
82
92
|
},
|
|
83
93
|
"axislabels": {
|
|
84
|
-
"description": "
|
|
94
|
+
"description": "Axes labels options",
|
|
85
95
|
"properties": {
|
|
86
96
|
"x": {
|
|
97
|
+
"description": "X-axis label options",
|
|
87
98
|
"properties": {
|
|
88
99
|
"enabled": {
|
|
89
100
|
"default": false,
|
|
90
|
-
"description": "
|
|
101
|
+
"description": "Show or hide the X-axis labels",
|
|
91
102
|
"type": "boolean"
|
|
92
103
|
},
|
|
93
104
|
"position": {
|
|
94
105
|
"default": "center",
|
|
95
|
-
"description": "Position of the
|
|
106
|
+
"description": "Position of the X-axis labels",
|
|
96
107
|
"enum": [
|
|
97
108
|
"center",
|
|
98
109
|
"left",
|
|
@@ -104,15 +115,16 @@ declare const _default: {
|
|
|
104
115
|
"type": "object"
|
|
105
116
|
},
|
|
106
117
|
"y": {
|
|
118
|
+
"description": "Y-axis label options",
|
|
107
119
|
"properties": {
|
|
108
120
|
"enabled": {
|
|
109
121
|
"default": false,
|
|
110
|
-
"description": "
|
|
122
|
+
"description": "Show or hide the Y-axis labels",
|
|
111
123
|
"type": "boolean"
|
|
112
124
|
},
|
|
113
125
|
"position": {
|
|
114
126
|
"default": "middle",
|
|
115
|
-
"description": "Position of the
|
|
127
|
+
"description": "Position of the Y-axis labels",
|
|
116
128
|
"enum": [
|
|
117
129
|
"bottom",
|
|
118
130
|
"middle",
|
|
@@ -237,94 +249,97 @@ declare const _default: {
|
|
|
237
249
|
"description": "Interactivity options",
|
|
238
250
|
"properties": {
|
|
239
251
|
"customEvents": {
|
|
240
|
-
"
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
"description": "Custom event name",
|
|
253
|
-
"type": "string"
|
|
252
|
+
"default": null,
|
|
253
|
+
"description": "Custom events interactivity option",
|
|
254
|
+
"properties": {
|
|
255
|
+
"events": {
|
|
256
|
+
"items": {
|
|
257
|
+
"description": "Custom event configuration",
|
|
258
|
+
"properties": {
|
|
259
|
+
"label": {
|
|
260
|
+
"description": "Label in format {<locale>: \"label\"}, for example",
|
|
261
|
+
"examples": [
|
|
262
|
+
{
|
|
263
|
+
"en": "Total Revenue"
|
|
254
264
|
}
|
|
255
|
-
|
|
265
|
+
],
|
|
256
266
|
"type": "object"
|
|
257
267
|
},
|
|
258
|
-
"
|
|
268
|
+
"name": {
|
|
269
|
+
"description": "Custom event name",
|
|
270
|
+
"type": "string"
|
|
271
|
+
}
|
|
259
272
|
},
|
|
260
|
-
"
|
|
261
|
-
"items": {
|
|
262
|
-
"properties": {
|
|
263
|
-
"aggregation": {
|
|
264
|
-
"description": "Aggregation query type",
|
|
265
|
-
"enum": [
|
|
266
|
-
"average",
|
|
267
|
-
"count",
|
|
268
|
-
"cumulativesum",
|
|
269
|
-
"distinctcount",
|
|
270
|
-
"histogram",
|
|
271
|
-
"max",
|
|
272
|
-
"median",
|
|
273
|
-
"min",
|
|
274
|
-
"rate",
|
|
275
|
-
"stddev",
|
|
276
|
-
"sum",
|
|
277
|
-
"weightedaverage"
|
|
278
|
-
],
|
|
279
|
-
"type": "string"
|
|
280
|
-
},
|
|
281
|
-
"columnId": {
|
|
282
|
-
"description": "Column id",
|
|
283
|
-
"format": "uuid",
|
|
284
|
-
"type": "string"
|
|
285
|
-
},
|
|
286
|
-
"datasetId": {
|
|
287
|
-
"description": "Dataset id",
|
|
288
|
-
"format": "uuid",
|
|
289
|
-
"type": "string"
|
|
290
|
-
},
|
|
291
|
-
"formulaId": {
|
|
292
|
-
"description": "Formula id",
|
|
293
|
-
"format": "uuid",
|
|
294
|
-
"type": "string"
|
|
295
|
-
},
|
|
296
|
-
"label": {
|
|
297
|
-
"description": "Label",
|
|
298
|
-
"type": "string"
|
|
299
|
-
},
|
|
300
|
-
"weightedColumnId": {
|
|
301
|
-
"description": "Weighted column id",
|
|
302
|
-
"format": "uuid",
|
|
303
|
-
"type": "string"
|
|
304
|
-
},
|
|
305
|
-
"weightedDatasetId": {
|
|
306
|
-
"description": "Weighted dataset id",
|
|
307
|
-
"format": "uuid",
|
|
308
|
-
"type": "string"
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
"type": "object"
|
|
312
|
-
},
|
|
313
|
-
"type": "array"
|
|
314
|
-
}
|
|
273
|
+
"type": "object"
|
|
315
274
|
},
|
|
316
|
-
"type": "
|
|
275
|
+
"type": "array"
|
|
317
276
|
},
|
|
318
|
-
{
|
|
319
|
-
"
|
|
277
|
+
"extraData": {
|
|
278
|
+
"items": {
|
|
279
|
+
"properties": {
|
|
280
|
+
"aggregation": {
|
|
281
|
+
"description": "Aggregation query type",
|
|
282
|
+
"enum": [
|
|
283
|
+
"average",
|
|
284
|
+
"count",
|
|
285
|
+
"cumulativesum",
|
|
286
|
+
"distinctcount",
|
|
287
|
+
"histogram",
|
|
288
|
+
"max",
|
|
289
|
+
"median",
|
|
290
|
+
"min",
|
|
291
|
+
"rate",
|
|
292
|
+
"stddev",
|
|
293
|
+
"sum",
|
|
294
|
+
"weightedaverage"
|
|
295
|
+
],
|
|
296
|
+
"type": "string"
|
|
297
|
+
},
|
|
298
|
+
"columnId": {
|
|
299
|
+
"description": "Column id",
|
|
300
|
+
"format": "uuid",
|
|
301
|
+
"type": "string"
|
|
302
|
+
},
|
|
303
|
+
"datasetId": {
|
|
304
|
+
"description": "Dataset id",
|
|
305
|
+
"format": "uuid",
|
|
306
|
+
"type": "string"
|
|
307
|
+
},
|
|
308
|
+
"formulaId": {
|
|
309
|
+
"description": "Formula id",
|
|
310
|
+
"format": "uuid",
|
|
311
|
+
"type": "string"
|
|
312
|
+
},
|
|
313
|
+
"label": {
|
|
314
|
+
"description": "Label",
|
|
315
|
+
"type": "string"
|
|
316
|
+
},
|
|
317
|
+
"weightedColumnId": {
|
|
318
|
+
"description": "Weighted column id",
|
|
319
|
+
"format": "uuid",
|
|
320
|
+
"type": "string"
|
|
321
|
+
},
|
|
322
|
+
"weightedDatasetId": {
|
|
323
|
+
"description": "Weighted dataset id",
|
|
324
|
+
"format": "uuid",
|
|
325
|
+
"type": "string"
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
"type": "object"
|
|
329
|
+
},
|
|
330
|
+
"type": "array"
|
|
320
331
|
}
|
|
321
|
-
|
|
322
|
-
"
|
|
323
|
-
"description": "Custom events interactivity option"
|
|
332
|
+
},
|
|
333
|
+
"type": "object"
|
|
324
334
|
},
|
|
325
335
|
"customTooltip": {
|
|
326
336
|
"default": null,
|
|
327
|
-
"description": "Custom tooltip interactivity option, in format {locale
|
|
337
|
+
"description": "Custom tooltip interactivity option, in format {<locale>: \"tooltip text\"}",
|
|
338
|
+
"examples": [
|
|
339
|
+
{
|
|
340
|
+
"en": "Total Revenue"
|
|
341
|
+
}
|
|
342
|
+
],
|
|
328
343
|
"type": [
|
|
329
344
|
"null",
|
|
330
345
|
"object"
|
|
@@ -421,6 +436,7 @@ declare const _default: {
|
|
|
421
436
|
"currency",
|
|
422
437
|
"duration",
|
|
423
438
|
"hierarchy_element_expression",
|
|
439
|
+
"interval",
|
|
424
440
|
"ip_address",
|
|
425
441
|
"topography"
|
|
426
442
|
],
|
|
@@ -461,7 +477,11 @@ declare const _default: {
|
|
|
461
477
|
"type": "string"
|
|
462
478
|
},
|
|
463
479
|
"currency": {
|
|
464
|
-
"description": "Currency code
|
|
480
|
+
"description": "Currency code. It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
481
|
+
"examples": [
|
|
482
|
+
"€",
|
|
483
|
+
"$"
|
|
484
|
+
],
|
|
465
485
|
"type": [
|
|
466
486
|
"null",
|
|
467
487
|
"string"
|
|
@@ -530,7 +550,13 @@ declare const _default: {
|
|
|
530
550
|
"type": "object"
|
|
531
551
|
},
|
|
532
552
|
"label": {
|
|
533
|
-
"description": "Label in format {locale
|
|
553
|
+
"description": "Label in format {<locale>: \"label\"}",
|
|
554
|
+
"examples": [
|
|
555
|
+
{
|
|
556
|
+
"de": "Gesamtumsatz",
|
|
557
|
+
"en": "Total Revenue"
|
|
558
|
+
}
|
|
559
|
+
],
|
|
534
560
|
"type": "object"
|
|
535
561
|
},
|
|
536
562
|
"level": {
|
|
@@ -563,6 +589,207 @@ declare const _default: {
|
|
|
563
589
|
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
564
590
|
"type": "number"
|
|
565
591
|
},
|
|
592
|
+
"offsetDateColumn": {
|
|
593
|
+
"allOf": [
|
|
594
|
+
{
|
|
595
|
+
"properties": {
|
|
596
|
+
"cardinality": {
|
|
597
|
+
"type": "number"
|
|
598
|
+
},
|
|
599
|
+
"color": {
|
|
600
|
+
"type": "string"
|
|
601
|
+
},
|
|
602
|
+
"currency": {
|
|
603
|
+
"properties": {
|
|
604
|
+
"id": {
|
|
605
|
+
"type": "string"
|
|
606
|
+
},
|
|
607
|
+
"name": {
|
|
608
|
+
"type": "string"
|
|
609
|
+
},
|
|
610
|
+
"symbol": {
|
|
611
|
+
"type": "string"
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"type": "object"
|
|
615
|
+
},
|
|
616
|
+
"currency_id": {
|
|
617
|
+
"type": "string"
|
|
618
|
+
},
|
|
619
|
+
"description": {
|
|
620
|
+
"type": "object"
|
|
621
|
+
},
|
|
622
|
+
"duration_format": {
|
|
623
|
+
"enum": [
|
|
624
|
+
"long",
|
|
625
|
+
"short",
|
|
626
|
+
"time"
|
|
627
|
+
],
|
|
628
|
+
"type": "string"
|
|
629
|
+
},
|
|
630
|
+
"duration_levels": {
|
|
631
|
+
"items": {
|
|
632
|
+
"type": "number"
|
|
633
|
+
},
|
|
634
|
+
"type": "array"
|
|
635
|
+
},
|
|
636
|
+
"expression": {
|
|
637
|
+
"type": "string"
|
|
638
|
+
},
|
|
639
|
+
"format": {
|
|
640
|
+
"type": "string"
|
|
641
|
+
},
|
|
642
|
+
"hierarchyLevels": {
|
|
643
|
+
"items": {
|
|
644
|
+
"properties": {
|
|
645
|
+
"color": {
|
|
646
|
+
"type": "string"
|
|
647
|
+
},
|
|
648
|
+
"id": {
|
|
649
|
+
"type": "string"
|
|
650
|
+
},
|
|
651
|
+
"level": {
|
|
652
|
+
"type": "number"
|
|
653
|
+
},
|
|
654
|
+
"name": {
|
|
655
|
+
"type": "object"
|
|
656
|
+
}
|
|
657
|
+
},
|
|
658
|
+
"type": "object"
|
|
659
|
+
},
|
|
660
|
+
"type": "array"
|
|
661
|
+
},
|
|
662
|
+
"hierarchy_enabled": {
|
|
663
|
+
"type": "boolean"
|
|
664
|
+
},
|
|
665
|
+
"highestLevel": {
|
|
666
|
+
"type": "number"
|
|
667
|
+
},
|
|
668
|
+
"id": {
|
|
669
|
+
"type": "string"
|
|
670
|
+
},
|
|
671
|
+
"informat": {
|
|
672
|
+
"type": "string"
|
|
673
|
+
},
|
|
674
|
+
"isLabel": {
|
|
675
|
+
"type": "boolean"
|
|
676
|
+
},
|
|
677
|
+
"joins": {
|
|
678
|
+
"items": {
|
|
679
|
+
"properties": {
|
|
680
|
+
"currency_id": {
|
|
681
|
+
"type": [
|
|
682
|
+
"null",
|
|
683
|
+
"string"
|
|
684
|
+
]
|
|
685
|
+
},
|
|
686
|
+
"hierarchy_enabled": {
|
|
687
|
+
"type": "boolean"
|
|
688
|
+
},
|
|
689
|
+
"id": {
|
|
690
|
+
"type": "string"
|
|
691
|
+
},
|
|
692
|
+
"join": {
|
|
693
|
+
"properties": {
|
|
694
|
+
"column_id": {
|
|
695
|
+
"type": "string"
|
|
696
|
+
},
|
|
697
|
+
"created_at": {
|
|
698
|
+
"type": "string"
|
|
699
|
+
},
|
|
700
|
+
"joins_id": {
|
|
701
|
+
"type": "string"
|
|
702
|
+
},
|
|
703
|
+
"subtype": {
|
|
704
|
+
"type": "string"
|
|
705
|
+
},
|
|
706
|
+
"type": {
|
|
707
|
+
"enum": [
|
|
708
|
+
"exact",
|
|
709
|
+
"lookup"
|
|
710
|
+
],
|
|
711
|
+
"type": "string"
|
|
712
|
+
},
|
|
713
|
+
"update_at": {
|
|
714
|
+
"type": "string"
|
|
715
|
+
},
|
|
716
|
+
"updated_at": {
|
|
717
|
+
"type": "string"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
"type": "object"
|
|
721
|
+
},
|
|
722
|
+
"securable_id": {
|
|
723
|
+
"type": "string"
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
"type": "object"
|
|
727
|
+
},
|
|
728
|
+
"type": "array"
|
|
729
|
+
},
|
|
730
|
+
"level": {
|
|
731
|
+
"type": "number"
|
|
732
|
+
},
|
|
733
|
+
"lowestLevel": {
|
|
734
|
+
"type": "number"
|
|
735
|
+
},
|
|
736
|
+
"name": {
|
|
737
|
+
"type": "object"
|
|
738
|
+
},
|
|
739
|
+
"order": {
|
|
740
|
+
"type": "number"
|
|
741
|
+
},
|
|
742
|
+
"securable_id": {
|
|
743
|
+
"type": "string"
|
|
744
|
+
},
|
|
745
|
+
"source_name": {
|
|
746
|
+
"type": "string"
|
|
747
|
+
},
|
|
748
|
+
"subtype": {
|
|
749
|
+
"enum": [
|
|
750
|
+
"coordinates",
|
|
751
|
+
"currency",
|
|
752
|
+
"duration",
|
|
753
|
+
"hierarchy_element_expression",
|
|
754
|
+
"interval",
|
|
755
|
+
"ip_address",
|
|
756
|
+
"topography"
|
|
757
|
+
],
|
|
758
|
+
"type": "string"
|
|
759
|
+
},
|
|
760
|
+
"type": {
|
|
761
|
+
"enum": [
|
|
762
|
+
"array[datetime]",
|
|
763
|
+
"array[hierarchy]",
|
|
764
|
+
"array[numeric]",
|
|
765
|
+
"array[spatial]",
|
|
766
|
+
"datetime",
|
|
767
|
+
"hierarchy",
|
|
768
|
+
"numeric",
|
|
769
|
+
"spatial"
|
|
770
|
+
],
|
|
771
|
+
"type": "string"
|
|
772
|
+
},
|
|
773
|
+
"version": {
|
|
774
|
+
"type": "number"
|
|
775
|
+
},
|
|
776
|
+
"width": {
|
|
777
|
+
"type": "number"
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
"type": "object"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"properties": {
|
|
784
|
+
"datasetId": {
|
|
785
|
+
"type": "string"
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
"type": "object"
|
|
789
|
+
}
|
|
790
|
+
],
|
|
791
|
+
"description": "Offset date column"
|
|
792
|
+
},
|
|
566
793
|
"periodToDate": {
|
|
567
794
|
"description": "Turn ON/OFF period to date comparison",
|
|
568
795
|
"type": "boolean"
|
|
@@ -571,6 +798,14 @@ declare const _default: {
|
|
|
571
798
|
"description": "Number of periods",
|
|
572
799
|
"type": "number"
|
|
573
800
|
},
|
|
801
|
+
"rangeType": {
|
|
802
|
+
"description": "Range type",
|
|
803
|
+
"enum": [
|
|
804
|
+
"relative",
|
|
805
|
+
"user-defined"
|
|
806
|
+
],
|
|
807
|
+
"type": "string"
|
|
808
|
+
},
|
|
574
809
|
"type": {
|
|
575
810
|
"description": "Period over period comparison type",
|
|
576
811
|
"enum": [
|
|
@@ -596,6 +831,7 @@ declare const _default: {
|
|
|
596
831
|
"currency",
|
|
597
832
|
"duration",
|
|
598
833
|
"hierarchy_element_expression",
|
|
834
|
+
"interval",
|
|
599
835
|
"ip_address",
|
|
600
836
|
"topography"
|
|
601
837
|
],
|
|
@@ -670,7 +906,12 @@ declare const _default: {
|
|
|
670
906
|
"type": "string"
|
|
671
907
|
},
|
|
672
908
|
"url": {
|
|
673
|
-
"description": "URL in format {locale
|
|
909
|
+
"description": "URL in format {<locale>: \"url\"}",
|
|
910
|
+
"examples": [
|
|
911
|
+
{
|
|
912
|
+
"en": "https://example.com"
|
|
913
|
+
}
|
|
914
|
+
],
|
|
674
915
|
"type": "object"
|
|
675
916
|
}
|
|
676
917
|
},
|
|
@@ -1130,7 +1371,7 @@ declare const _default: {
|
|
|
1130
1371
|
"type": "string"
|
|
1131
1372
|
},
|
|
1132
1373
|
"title": {
|
|
1133
|
-
"description": "Title in format {
|
|
1374
|
+
"description": "Title in format { <locale>: \"title\"}. It's applied if the title is displayed.",
|
|
1134
1375
|
"examples": [
|
|
1135
1376
|
{
|
|
1136
1377
|
"en": "Title"
|