@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,16 +1,4 @@
|
|
|
1
|
-
import { AxesAxisXValue, AxesAxisYValue, AxesViewOptions, DropObjectViewOptions, InteractivityFilterOnSelectViewOptions, ItemThemeConfig } from '../shared';
|
|
2
|
-
import { ManualAxesRange } from '../shared/axes';
|
|
3
|
-
import { Guidelines, LimitViewOptions, RankingViewOptions } from '../shared/common';
|
|
4
|
-
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
5
|
-
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
6
|
-
import { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
|
|
7
|
-
import { InteractivityDrilldownViewOptions } from '../shared/interactivity-drilldown';
|
|
8
|
-
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
9
|
-
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
10
|
-
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
11
|
-
import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
|
|
12
|
-
import { SortViewOptions } from '../shared/sort';
|
|
13
|
-
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
1
|
+
import { AxesAxisXValue, AxesAxisYValue, AxesViewOptions, DisplayLegendViewOptions, DisplayTitleViewOptions, DropObjectViewOptions, Guidelines, InfoTooltipViewOptions, InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityDrilldownViewOptions, InteractivityExportViewOptions, InteractivityFilterOnSelectViewOptions, InteractivityGoToUrlViewOptions, InteractivityMeasureDimensionPickerViewOptions, ItemThemeConfig, LegendViewOptions, LimitViewOptions, ManualAxesRange, RankingViewOptions, SortViewOptions, TitleViewOptions } from '../shared';
|
|
14
2
|
export interface ColumnChartViewOptions extends Omit<DropObjectViewOptions, 'display' | 'interactivity' | 'theme'>, InfoTooltipViewOptions, LegendViewOptions, TitleViewOptions, RankingViewOptions, LimitViewOptions, SortViewOptions, ColumnChartDisplayViewOptions, ColumnChartInteractivityViewOptions, ColumnChartAxesViewOptions {
|
|
15
3
|
/**
|
|
16
4
|
* Theme configuration
|
|
@@ -99,7 +87,8 @@ interface ColumnChartInteractivityViewOptions extends InteractivityCustomEventsV
|
|
|
99
87
|
*/
|
|
100
88
|
customEvents?: NonNullable<InteractivityCustomEventsViewOptions['interactivity']>['customEvents'];
|
|
101
89
|
/**
|
|
102
|
-
* Custom tooltip interactivity option, in format {locale
|
|
90
|
+
* Custom tooltip interactivity option, in format {<locale>: "tooltip text"}
|
|
91
|
+
* @examples [{"en": "Total Revenue"}]
|
|
103
92
|
* @default null
|
|
104
93
|
*/
|
|
105
94
|
customTooltip?: NonNullable<InteractivityCustomTooltipViewOptions['interactivity']>['customTooltip'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"column-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/column-chart/column-chart-options.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"column-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/column-chart/column-chart-options.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"column-chart-slots.config.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/column-chart/column-chart-slots.config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"column-chart-slots.config.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/column-chart/column-chart-slots.config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAE5C,eAAO,MAAM,sBAAsB,EAAE,UAAU,EA8B9C,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DateTimeSlotContent, HierarchySlotContent, NumericSlotContent, VizItemSlot } from '../shared';
|
|
2
2
|
/**
|
|
3
3
|
* Measure slot definition of the column chart. A column chart can contain any number of measure. If it contains 2 or more measures the column chart cannot use a legend column.
|
|
4
4
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"column-chart-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/column-chart/column-chart-slots.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"column-chart-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/column-chart/column-chart-slots.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,EAClB,WAAW,EACZ,MAAM,WAAW,CAAC;AAEnB;;GAEG;AACH,UAAU,WAAY,SAAQ,WAAW;IACvC,IAAI,EAAE,SAAS,CAAC;IAChB;;OAEG;IACH,OAAO,EAAE,CAAC,oBAAoB,GAAG,kBAAkB,GAAG,mBAAmB,CAAC,EAAE,CAAC;CAC9E;AAED;;GAEG;AACH,UAAU,SAAU,SAAQ,WAAW;IACrC,IAAI,EAAE,QAAQ,CAAC;IACf;;;OAGG;IACH,OAAO,EAAE,CAAC,oBAAoB,GAAG,kBAAkB,GAAG,mBAAmB,CAAC,EAAE,CAAC;CAC9E;AAED;;GAEG;AACH,UAAU,UAAW,SAAQ,WAAW;IACtC,IAAI,EAAE,QAAQ,CAAC;IACf;;;OAGG;IACH,OAAO,EAAE,CAAC,oBAAoB,GAAG,kBAAkB,GAAG,mBAAmB,CAAC,EAAE,CAAC;CAC9E;AAED;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,WAAW,GAAG,SAAS,GAAG,UAAU,CAAC,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"column-chart.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/column-chart/column-chart.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"column-chart.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/column-chart/column-chart.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7D;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,cAAc,CAAC,CAAC;IAC3C;;;OAGG;IACH,OAAO,EAAE,sBAAsB,CAAC;IAChC;;;;OAIG;IACH,KAAK,EAAE,gBAAgB,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/column-chart/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAE/B,cAAc,wBAAwB,CAAC;AAEvC,cAAc,sBAAsB,CAAC;AAErC,cAAc,6BAA6B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/column-chart/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAE/B,cAAc,+BAA+B,CAAC;AAE9C,cAAc,wBAAwB,CAAC;AAEvC,cAAc,sBAAsB,CAAC;AAErC,cAAc,6BAA6B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"combination-chart-context.config.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/combination-chart/combination-chart-context.config.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6B,KAAK,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAGjF,eAAO,MAAM,6BAA6B,EAAE,oBAiC3C,CAAC"}
|
|
@@ -1,17 +1,4 @@
|
|
|
1
|
-
import { AxesAxisXValue, AxesAxisY2Value, AxesAxisYValue, DropObjectViewOptions, InteractivityBrushViewOptions, ItemThemeConfig, NullBreakViewOptions } from '../shared';
|
|
2
|
-
import { AxesViewOptions } from '../shared/axes';
|
|
3
|
-
import { Guidelines, LimitViewOptions, RankingViewOptions } from '../shared/common';
|
|
4
|
-
import { FilterableByViewOptions, FilterViewOptions } from '../shared/filters';
|
|
5
|
-
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
6
|
-
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
7
|
-
import { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
|
|
8
|
-
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
9
|
-
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
10
|
-
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
11
|
-
import { Interpolation } from '../shared/interpolation';
|
|
12
|
-
import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
|
|
13
|
-
import { MissingValueViewOptions } from '../shared/missing-value';
|
|
14
|
-
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
1
|
+
import { AxesAxisXValue, AxesAxisY2Value, AxesAxisYValue, AxesViewOptions, DisplayLegendViewOptions, DisplayTitleViewOptions, DropObjectViewOptions, FilterableByViewOptions, FilterViewOptions, Guidelines, InfoTooltipViewOptions, InteractivityBrushViewOptions, InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityMeasureDimensionPickerViewOptions, Interpolation, ItemThemeConfig, LegendViewOptions, LimitViewOptions, MissingValueViewOptions, NullBreakViewOptions, RankingViewOptions, TitleViewOptions } from '../shared';
|
|
15
2
|
export interface CombinationChartViewOptions extends Omit<DropObjectViewOptions, 'interactivity' | 'display' | 'theme'>, TitleViewOptions, FilterViewOptions, InfoTooltipViewOptions, NullBreakViewOptions, LegendViewOptions, RankingViewOptions, LimitViewOptions, FilterableByViewOptions, CombinationChartInteractivityOptions, CombinationChartDisplayOptions, CombinationChartAxesViewOptions {
|
|
16
3
|
/**
|
|
17
4
|
* Theme configuration
|
|
@@ -67,7 +54,8 @@ interface CombinationChartInteractivityOptions extends InteractivityBrushViewOpt
|
|
|
67
54
|
*/
|
|
68
55
|
customEvents?: NonNullable<InteractivityCustomEventsViewOptions['interactivity']>['customEvents'];
|
|
69
56
|
/**
|
|
70
|
-
* Custom tooltip interactivity option, in format {locale
|
|
57
|
+
* Custom tooltip interactivity option, in format {<locale>: "tooltip text"}
|
|
58
|
+
* @examples [{"en": "Total Revenue"}]
|
|
71
59
|
* @default null
|
|
72
60
|
*/
|
|
73
61
|
customTooltip?: NonNullable<InteractivityCustomTooltipViewOptions['interactivity']>['customTooltip'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combination-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/combination-chart/combination-chart-options.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"combination-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/combination-chart/combination-chart-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,cAAc,EACd,eAAe,EACf,cAAc,EACd,eAAe,EACf,wBAAwB,EACxB,uBAAuB,EACvB,qBAAqB,EACrB,uBAAuB,EACvB,iBAAiB,EACjB,UAAU,EACV,sBAAsB,EACtB,6BAA6B,EAC7B,oCAAoC,EACpC,qCAAqC,EACrC,8BAA8B,EAC9B,+BAA+B,EAC/B,8CAA8C,EAC9C,aAAa,EACb,eAAe,EACf,iBAAiB,EACjB,gBAAgB,EAChB,uBAAuB,EACvB,oBAAoB,EACpB,kBAAkB,EAClB,gBAAgB,EACjB,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,2BAA4B,SAC3C,IAAI,CAAC,qBAAqB,EAAE,eAAe,GAAG,SAAS,GAAG,OAAO,CAAC,EAClE,gBAAgB,EAChB,iBAAiB,EACjB,sBAAsB,EACtB,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,gBAAgB,EAChB,uBAAuB,EACvB,oCAAoC,EACpC,8BAA8B,EAC9B,+BAA+B;IAC/B;;OAEG;IACH,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACrC,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;OAEG;IACH,OAAO,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IACvC;;OAEG;IACH,MAAM,CAAC,EAAE,iBAAiB,CAAC,QAAQ,CAAC,CAAC;CACtC;AAED,UAAU,8BAA+B,SACvC,uBAAuB,EACvB,wBAAwB;IACxB,OAAO,CAAC,EAAE;QACR;;;WAGG;QACH,KAAK,CAAC,EAAE,WAAW,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;QACjE;;;WAGG;QACH,MAAM,CAAC,EAAE,WAAW,CAAC,wBAAwB,CAAC,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;KACrE,CAAC;CACH;AAED,UAAU,oCAAqC,SAC7C,6BAA6B,EAC7B,oCAAoC,EACpC,qCAAqC,EACrC,8BAA8B,EAC9B,+BAA+B,EAC/B,8CAA8C;IAC9C;;OAEG;IACH,aAAa,CAAC,EAAE;QACd;;;;WAIG;QACH,oBAAoB,CAAC,EAAE,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC;QAC5G;;;WAGG;QACH,KAAK,CAAC,EAAE,WAAW,CAAC,6BAA6B,CAAC,eAAe,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;QAC7E;;;WAGG;QACH,YAAY,CAAC,EAAE,WAAW,CAAC,oCAAoC,CAAC,eAAe,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC;QAClG;;;;WAIG;QACH,aAAa,CAAC,EAAE,WAAW,CAAC,qCAAqC,CAAC,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC;QACrG;;;WAGG;QACH,WAAW,CAAC,EAAE,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC;QAC1F;;;WAGG;QACH,sBAAsB,CAAC,EAAE,WAAW,CAAC,8CAA8C,CAAC,eAAe,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC;QAChI;;;WAGG;QACH,SAAS,CAAC,EAAE,WAAW,CAAC,+BAA+B,CAAC,eAAe,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC;KACxF,CAAC;CACH;AAED,UAAU,+BAA+B;IACvC;;OAEG;IACH,UAAU,CAAC,EAAE,WAAW,CAAC,eAAe,CAAC,YAAY,CAAC,CAAC,CAAC;IACxD;;OAEG;IACH,IAAI,CAAC,EAAE;QACL;;WAEG;QACH,CAAC,CAAC,EAAE,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,WAAW,GAAG,YAAY,CAAC,CAAC;QAC/D;;WAEG;QACH,CAAC,CAAC,EAAE,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,OAAO,GAAG,cAAc,GAAG,cAAc,GAAG,WAAW,GAAG,iBAAiB,GAAG,MAAM,CAAC,CAAC;QACzH;;WAEG;QACH,EAAE,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,OAAO,GAAG,OAAO,GAAG,cAAc,GAAG,cAAc,GAAG,WAAW,GAAG,iBAAiB,GAAG,MAAM,GAAG,QAAQ,GAAG,gBAAgB,CAAC,CAAC;KAC1J,CAAC;IACF;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC,CAAC;CAC7C;AAED;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;AAEhF;;GAEG;AACH,MAAM,WAAW,uBAAwB,SAAQ,uBAAuB;IACtE;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,CAAC;IAC3C,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combination-chart-slots.config.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/combination-chart/combination-chart-slots.config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"combination-chart-slots.config.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/combination-chart/combination-chart-slots.config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAE5C,eAAO,MAAM,2BAA2B,EAAE,UAAU,EAwBnD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DateTimeSlotContent, HierarchySlotContent, NumericSlotContent, VizItemSlot } from '../shared';
|
|
2
2
|
/**
|
|
3
3
|
* Measure slot definition of the Combination chart
|
|
4
4
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combination-chart-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/combination-chart/combination-chart-slots.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"combination-chart-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/combination-chart/combination-chart-slots.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,EAClB,WAAW,EACZ,MAAM,WAAW,CAAC;AAEnB;;GAEG;AACH,UAAU,WAAY,SAAQ,WAAW;IACvC,IAAI,EAAE,SAAS,CAAC;IAChB;;OAEG;IACH,OAAO,EAAE,CAAC,oBAAoB,GAAG,kBAAkB,GAAG,mBAAmB,CAAC,EAAE,CAAC;CAC9E;AAED;;GAEG;AACH,UAAU,SAAU,SAAQ,WAAW;IACrC,IAAI,EAAE,QAAQ,CAAC;IACf;;;OAGG;IACH,OAAO,EAAE,CAAC,oBAAoB,GAAG,kBAAkB,GAAG,mBAAmB,CAAC,EAAE,CAAC;CAC9E;AAED;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG,CAAC,WAAW,GAAG,SAAS,CAAC,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combination-chart.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/combination-chart/combination-chart.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"combination-chart.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/combination-chart/combination-chart.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAC;AAC/E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAEvE;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,mBAAmB,CAAC,CAAC;IAChD;;;OAGG;IACH,OAAO,EAAE,2BAA2B,CAAC;IACrC;;;;OAIG;IACH,KAAK,EAAE,qBAAqB,CAAC;CAC9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/combination-chart/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AAEpC,cAAc,6BAA6B,CAAC;AAE5C,cAAc,2BAA2B,CAAC;AAE1C,cAAc,kCAAkC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/combination-chart/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AAEpC,cAAc,oCAAoC,CAAC;AAEnD,cAAc,6BAA6B,CAAC;AAE5C,cAAc,2BAA2B,CAAC;AAE1C,cAAc,kCAAkC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"conditional-number-context.config.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/conditional-number/conditional-number-context.config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEtD,eAAO,MAAM,8BAA8B,EAAE,oBA0B5C,CAAC"}
|
|
@@ -1,13 +1,4 @@
|
|
|
1
|
-
import { ItemThemeConfig } from '../shared';
|
|
2
|
-
import { XAxisLabelPosition, YAxisLabelPosition } from '../shared/axes';
|
|
3
|
-
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
4
|
-
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
5
|
-
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
6
|
-
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
7
|
-
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
8
|
-
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
9
|
-
import { ManualValuesRange } from '../shared/ranges';
|
|
10
|
-
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
1
|
+
import { DisplayTitleViewOptions, DropObjectViewOptions, InfoTooltipViewOptions, InteractivityCustomEventsViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityMeasureDimensionPickerViewOptions, ItemThemeConfig, ManualValuesRange, TitleViewOptions, XAxisLabelPosition, YAxisLabelPosition } from '../shared';
|
|
11
2
|
export interface ConditionalNumberViewOptions extends Omit<DropObjectViewOptions, 'interactivity' | 'display' | 'theme'>, TitleViewOptions, InfoTooltipViewOptions, ConditionalNumberInteractivityViewOptions, ConditionalNumberDisplayViewOptions {
|
|
12
3
|
/**
|
|
13
4
|
* Theme configuration
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conditional-number-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/conditional-number/conditional-number-options.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"conditional-number-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/conditional-number/conditional-number-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,qBAAqB,EACrB,sBAAsB,EACtB,oCAAoC,EACpC,8BAA8B,EAC9B,+BAA+B,EAC/B,8CAA8C,EAC9C,eAAe,EACf,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,4BAA6B,SAC5C,IAAI,CAAC,qBAAqB,EAAE,eAAe,GAAG,SAAS,GAAG,OAAO,CAAC,EAClE,gBAAgB,EAChB,sBAAsB,EACtB,yCAAyC,EACzC,mCAAmC;IAEnC;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC,CAAC;IAElF;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,GAAG,YAAY,GAAG,YAAY,CAAC;IAC9C;;OAEG;IACH,SAAS,CAAC,EAAE;QACV;;;WAGG;QACH,UAAU,CAAC,EAAE,kBAAkB,CAAC;QAChC;;;WAGG;QACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC;KAC/B,CAAC;IACF;;OAEG;IACH,YAAY,CAAC,EAAE;QACb,WAAW,CAAC,EAAE,iBAAiB,EAAE,CAAC;QAClC;;WAEG;QACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;QAC5B;;WAEG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;CACH;AAED,UAAU,mCAAoC,SAC5C,uBAAuB;IACvB;;OAEG;IACH,OAAO,CAAC,EAAE;QACR;;;WAGG;QACH,KAAK,CAAC,EAAE,WAAW,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;QACjE;;;WAGG;QACH,KAAK,CAAC,EAAE,OAAO,CAAC;KACjB,CAAC;CACH;AAED,UAAU,yCAA0C,SAClD,oCAAoC,EACpC,8BAA8B,EAC9B,+BAA+B,EAC/B,8CAA8C;IAC9C;;OAEG;IACH,aAAa,CAAC,EAAE;QACd;;;WAGG;QACH,SAAS,CAAC,EAAE,WAAW,CAAC,+BAA+B,CAAC,eAAe,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC;QACvF;;;WAGG;QACH,sBAAsB,CAAC,EAAE,WAAW,CAAC,8CAA8C,CAAC,eAAe,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC;QAChI;;;WAGG;QACH,YAAY,CAAC,EAAE,WAAW,CAAC,oCAAoC,CAAC,eAAe,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC;QAClG;;;;WAIG;QACH,oBAAoB,CAAC,EAAE,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC;QAC5G;;;WAGG;QACH,WAAW,CAAC,EAAE,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC;KAC3F,CAAC;CACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conditional-number-slots.config.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/conditional-number/conditional-number-slots.config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"conditional-number-slots.config.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/conditional-number/conditional-number-slots.config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAE5C,eAAO,MAAM,4BAA4B,EAAE,UAAU,EAgBpD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DateTimeSlotContent, HierarchySlotContent, NumericSlotContent, VizItemSlot } from '../shared';
|
|
2
2
|
/**
|
|
3
3
|
* Measure slot definition of the Conditional number, This is a required slot
|
|
4
4
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conditional-number-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/conditional-number/conditional-number-slots.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"conditional-number-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/conditional-number/conditional-number-slots.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,EAClB,WAAW,EACZ,MAAM,WAAW,CAAC;AAEnB;;GAEG;AACH,UAAU,WAAY,SAAQ,WAAW;IACvC,IAAI,EAAE,SAAS,CAAC;IAChB;;;OAGG;IACH,OAAO,EAAE,CAAC,oBAAoB,GAAG,kBAAkB,GAAG,mBAAmB,CAAC,EAAE,CAAC;CAC9E;AAED;;GAEG;AACH,UAAU,UAAW,SAAQ,WAAW;IACtC,IAAI,EAAE,QAAQ,CAAC;IACf;;;OAGG;IACH,OAAO,EAAE,CAAC,oBAAoB,GAAG,kBAAkB,GAAG,mBAAmB,CAAC,EAAE,CAAC;CAC9E;AAED;;;GAGG;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,WAAW,GAAG,UAAU,CAAC,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conditional-number.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/conditional-number/conditional-number.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"conditional-number.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/conditional-number/conditional-number.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,oBAAoB,CAAC,CAAC;IACjD;;;OAGG;IACH,OAAO,EAAE,4BAA4B,CAAC;IACtC;;;;OAIG;IACH,KAAK,EAAE,sBAAsB,CAAC;CAC/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/conditional-number/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AAErC,cAAc,8BAA8B,CAAC;AAE7C,cAAc,4BAA4B,CAAC;AAE3C,cAAc,mCAAmC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/conditional-number/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AAErC,cAAc,qCAAqC,CAAC;AAEpD,cAAc,8BAA8B,CAAC;AAE7C,cAAc,4BAA4B,CAAC;AAE3C,cAAc,mCAAmC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-comparison-filter-context.config.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-comparison-filter/date-comparison-filter-context.config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEtD,eAAO,MAAM,iCAAiC,EAAE,oBAoB/C,CAAC"}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import { DateFilterRange, DisplayTitleViewOptions, DropObjectViewOptions, InfoTooltipViewOptions, InteractivityMeasureDimensionPickerViewOptions, ItemThemeConfig, PlaceholderViewOptions, TitleViewOptions } from '../shared';
|
|
2
|
+
export interface DateComparisonFilterViewOptions extends Omit<DropObjectViewOptions, 'theme'>, InfoTooltipViewOptions, TitleViewOptions, DisplayTitleViewOptions, DateComparisonFilterInteractivityViewOptions {
|
|
3
|
+
/**
|
|
4
|
+
* Show or hide base and comparison selectors labels
|
|
5
|
+
*/
|
|
6
|
+
labels?: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* Place date selectors vertically or horizontally
|
|
9
|
+
*/
|
|
10
|
+
layout?: 'vertical' | 'horizontal';
|
|
11
|
+
/**
|
|
12
|
+
* Base selector options
|
|
13
|
+
*/
|
|
14
|
+
baseSelector?: PlaceholderViewOptions & {
|
|
15
|
+
/**
|
|
16
|
+
* Label in a key-value format. The key is the language code, and the value is the content in that language.
|
|
17
|
+
* @examples [{"en": "Hello World", "de": "Hallo Welt"}]
|
|
18
|
+
* @TJS-type object
|
|
19
|
+
*/
|
|
20
|
+
label?: Record<string, string>;
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Comparison selector options
|
|
24
|
+
*/
|
|
25
|
+
comparisonSelector?: PlaceholderViewOptions & {
|
|
26
|
+
/**
|
|
27
|
+
* Label in a key-value format. The key is the language code, and the value is the content in that language.
|
|
28
|
+
* @examples [{"en": "Hello World", "de": "Hallo Welt"}]
|
|
29
|
+
* @TJS-type object
|
|
30
|
+
*/
|
|
31
|
+
label?: Record<string, string>;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* Theme configuration
|
|
35
|
+
*/
|
|
36
|
+
theme?: Omit<ItemThemeConfig, 'colors' | 'axis' | 'legend' | 'tooltip'>;
|
|
37
|
+
/**
|
|
38
|
+
* Padding of the date filter
|
|
39
|
+
*/
|
|
40
|
+
padding?: {
|
|
41
|
+
/**
|
|
42
|
+
* Padding left
|
|
43
|
+
* @default 16
|
|
44
|
+
*/
|
|
45
|
+
left?: number;
|
|
46
|
+
/**
|
|
47
|
+
* Padding right
|
|
48
|
+
* @default 16
|
|
49
|
+
*/
|
|
50
|
+
right?: number;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* Date filter range options
|
|
54
|
+
*/
|
|
55
|
+
dateRange?: {
|
|
56
|
+
/**
|
|
57
|
+
* Toggle if calendar should always be shown or only if custom range is selected
|
|
58
|
+
* @default true
|
|
59
|
+
*/
|
|
60
|
+
alwaysShowCalendars: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Hide the apply and cancel buttons, and automatically apply a new date range as soon as two dates are clicked.
|
|
63
|
+
* Defaults to false if used column is of type datetime, otherwise true.
|
|
64
|
+
* @default true
|
|
65
|
+
*/
|
|
66
|
+
autoApply: boolean;
|
|
67
|
+
/**
|
|
68
|
+
* Toggle dropdown of month and year selection
|
|
69
|
+
* @default true
|
|
70
|
+
*/
|
|
71
|
+
showDropdowns: boolean;
|
|
72
|
+
/**
|
|
73
|
+
* Toggle week numbers
|
|
74
|
+
* @default false
|
|
75
|
+
*/
|
|
76
|
+
showISOWeekNumbers: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Toggle to choose a single date instead of a date range.
|
|
79
|
+
* @default false
|
|
80
|
+
* @TJS-ignore
|
|
81
|
+
*/
|
|
82
|
+
singleDatePicker: boolean;
|
|
83
|
+
/**
|
|
84
|
+
* @TJS-ignore
|
|
85
|
+
*/
|
|
86
|
+
linkedCalendars: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* @TJS-ignore
|
|
89
|
+
*/
|
|
90
|
+
singleCalendar: boolean;
|
|
91
|
+
/**
|
|
92
|
+
* Toggle timepicker
|
|
93
|
+
* @TJS-ignore
|
|
94
|
+
*/
|
|
95
|
+
timePicker24Hour: boolean;
|
|
96
|
+
/**
|
|
97
|
+
* Toggle custom range label
|
|
98
|
+
* @default true
|
|
99
|
+
*/
|
|
100
|
+
showCustomRangeLabel: boolean;
|
|
101
|
+
/**
|
|
102
|
+
* Toggle to mark unavailable dates
|
|
103
|
+
*/
|
|
104
|
+
markUnavailable: boolean;
|
|
105
|
+
/**
|
|
106
|
+
* First day of the week (0 - Sunday, 1 - Monday, 2 - Tuesday, etc…)
|
|
107
|
+
* @default 1
|
|
108
|
+
*/
|
|
109
|
+
firstDay?: number;
|
|
110
|
+
/**
|
|
111
|
+
* Toggle to display ranges
|
|
112
|
+
*/
|
|
113
|
+
displayRanges: boolean;
|
|
114
|
+
/**
|
|
115
|
+
* Date filter ranges
|
|
116
|
+
*/
|
|
117
|
+
ranges: DateFilterRange[];
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* Interactivity options
|
|
121
|
+
*/
|
|
122
|
+
interactivity?: {
|
|
123
|
+
/**
|
|
124
|
+
* An array of measure dimension picker configurations
|
|
125
|
+
* @default [[]]
|
|
126
|
+
*/
|
|
127
|
+
measureDimensionPicker?: NonNullable<InteractivityMeasureDimensionPickerViewOptions['interactivity']>['measureDimensionPicker'];
|
|
128
|
+
};
|
|
129
|
+
}
|
|
130
|
+
type DateComparisonFilterInteractivityViewOptions = InteractivityMeasureDimensionPickerViewOptions;
|
|
131
|
+
export {};
|
|
132
|
+
//# sourceMappingURL=date-comparison-filter-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-comparison-filter-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-comparison-filter/date-comparison-filter-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EACf,uBAAuB,EACvB,qBAAqB,EACrB,sBAAsB,EACtB,8CAA8C,EAC9C,eAAe,EACf,sBAAsB,EACtB,gBAAgB,EACjB,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,+BAAgC,SAC/C,IAAI,CAAC,qBAAqB,EAAE,OAAO,CAAC,EACpC,sBAAsB,EACtB,gBAAgB,EAChB,uBAAuB,EACvB,4CAA4C;IAE5C;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC;IAEnC;;OAEG;IACH,YAAY,CAAC,EAAE,sBAAsB,GAAG;QACtC;;;;WAIG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KAChC,CAAC;IAEF;;OAEG;IACH,kBAAkB,CAAC,EAAE,sBAAsB,GAAG;QAC5C;;;;WAIG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KAChC,CAAC;IAEF;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,QAAQ,GAAG,MAAM,GAAG,QAAQ,GAAG,SAAS,CAAC,CAAC;IAExE;;OAEG;IACH,OAAO,CAAC,EAAE;QACR;;;WAGG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QACd;;;WAGG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF;;OAEG;IACH,SAAS,CAAC,EAAE;QACV;;;WAGG;QACH,mBAAmB,EAAE,OAAO,CAAC;QAC7B;;;;WAIG;QACH,SAAS,EAAE,OAAO,CAAC;QACnB;;;WAGG;QACH,aAAa,EAAE,OAAO,CAAC;QACvB;;;WAGG;QACH,kBAAkB,EAAE,OAAO,CAAC;QAC5B;;;;WAIG;QACH,gBAAgB,EAAE,OAAO,CAAC;QAC1B;;WAEG;QACH,eAAe,EAAE,OAAO,CAAC;QACzB;;WAEG;QACH,cAAc,EAAE,OAAO,CAAC;QACxB;;;WAGG;QACH,gBAAgB,EAAE,OAAO,CAAC;QAC1B;;;WAGG;QACH,oBAAoB,EAAE,OAAO,CAAC;QAC9B;;WAEG;QACH,eAAe,EAAE,OAAO,CAAC;QACzB;;;WAGG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB;;WAEG;QACH,aAAa,EAAE,OAAO,CAAC;QACvB;;WAEG;QACH,MAAM,EAAE,eAAe,EAAE,CAAC;KAC3B,CAAC;IACF;;OAEG;IACH,aAAa,CAAC,EAAE;QACd;;;WAGG;QACH,sBAAsB,CAAC,EAAE,WAAW,CAAC,8CAA8C,CAAC,eAAe,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC;KACjI,CAAC;CACH;AAED,KAAK,4CAA4C,GAAG,8CAA8C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-comparison-filter-slots.config.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-comparison-filter/date-comparison-filter-slots.config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAE5C,eAAO,MAAM,+BAA+B,EAAE,UAAU,EAUvD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { VizItemSlot, DateTimeSlotContent } from '../shared';
|
|
2
|
+
/**
|
|
3
|
+
* Time slot definition of the date filter. It can accept only datetime type column, and it's a required slot.
|
|
4
|
+
* This can include multiple time slots to filter on multiple columns at once.
|
|
5
|
+
*/
|
|
6
|
+
interface TimeSlot extends VizItemSlot {
|
|
7
|
+
name: 'time';
|
|
8
|
+
/**
|
|
9
|
+
* Time slot definition
|
|
10
|
+
*/
|
|
11
|
+
content: DateTimeSlotContent[];
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Data definition of the Date filter
|
|
15
|
+
* @maxItems 1
|
|
16
|
+
*/
|
|
17
|
+
export type DateComparisonFilterSlots = TimeSlot[];
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=date-comparison-filter-slots.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-comparison-filter-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-comparison-filter/date-comparison-filter-slots.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAElE;;;GAGG;AACH,UAAU,QAAS,SAAQ,WAAW;IACpC,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,mBAAmB,EAAE,CAAC;CAChC;AAED;;;GAGG;AACH,MAAM,MAAM,yBAAyB,GAAG,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { VizItemType } from '../shared';
|
|
2
|
+
import { DateComparisonFilterViewOptions } from './date-comparison-filter-options';
|
|
3
|
+
import { DateComparisonFilterSlots } from './date-comparison-filter-slots';
|
|
4
|
+
/**
|
|
5
|
+
* Date filter item
|
|
6
|
+
*/
|
|
7
|
+
export interface DateComparisonFilter {
|
|
8
|
+
/**
|
|
9
|
+
* Type of the item
|
|
10
|
+
*/
|
|
11
|
+
type: Extract<VizItemType, 'date-comparison-filter'>;
|
|
12
|
+
/**
|
|
13
|
+
* Options of the date filter item
|
|
14
|
+
* @$ref ./date-filter-options.schema.json/
|
|
15
|
+
*/
|
|
16
|
+
options: DateComparisonFilterViewOptions;
|
|
17
|
+
/**
|
|
18
|
+
* Data definition of the Date filter
|
|
19
|
+
* @maxItems 1
|
|
20
|
+
* @$ref ./date-filter-slots.schema.json
|
|
21
|
+
*/
|
|
22
|
+
slots: DateComparisonFilterSlots;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=date-comparison-filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-comparison-filter.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-comparison-filter/date-comparison-filter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,kCAAkC,CAAC;AACxF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAEhF;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,wBAAwB,CAAC,CAAC;IACrD;;;OAGG;IACH,OAAO,EAAE,+BAA+B,CAAC;IACzC;;;;OAIG;IACH,KAAK,EAAE,yBAAyB,CAAC;CAClC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from './date-comparison-filter';
|
|
2
|
+
export * from './date-comparison-filter-context.config';
|
|
3
|
+
export * from './date-comparison-filter-slots';
|
|
4
|
+
export * from './date-comparison-filter-options';
|
|
5
|
+
export * from './date-comparison-filter-slots.config';
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-comparison-filter/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AAEzC,cAAc,yCAAyC,CAAC;AAExD,cAAc,gCAAgC,CAAC;AAE/C,cAAc,kCAAkC,CAAC;AAEjD,cAAc,uCAAuC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-filter-context.config.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-filter/date-filter-context.config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEtD,eAAO,MAAM,uBAAuB,EAAE,oBAiBrC,CAAC"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import { InteractivityMeasureDimensionPickerViewOptions, ItemThemeConfig } from '../shared';
|
|
2
|
-
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
3
|
-
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
4
|
-
import { PlaceholderViewOptions } from '../shared/placeholder';
|
|
5
|
-
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
1
|
+
import { DateFilterRange, DisplayTitleViewOptions, DropObjectViewOptions, InfoTooltipViewOptions, InteractivityMeasureDimensionPickerViewOptions, ItemThemeConfig, PlaceholderViewOptions, TitleViewOptions } from '../shared';
|
|
6
2
|
export interface DateFilterViewOptions extends Omit<DropObjectViewOptions, 'theme'>, InfoTooltipViewOptions, TitleViewOptions, DisplayTitleViewOptions, PlaceholderViewOptions, DateFilterInteractivityViewOptions {
|
|
7
3
|
/**
|
|
8
4
|
* Theme configuration
|
|
@@ -102,50 +98,5 @@ export interface DateFilterViewOptions extends Omit<DropObjectViewOptions, 'them
|
|
|
102
98
|
};
|
|
103
99
|
}
|
|
104
100
|
type DateFilterInteractivityViewOptions = InteractivityMeasureDimensionPickerViewOptions;
|
|
105
|
-
export interface DateFilterRange {
|
|
106
|
-
/**
|
|
107
|
-
* Predefined list of keys to select from
|
|
108
|
-
* @examples ["last", "last_now", "last_completed", "ago", "next_now", "next_full", "custom"]
|
|
109
|
-
*/
|
|
110
|
-
key: string;
|
|
111
|
-
/**
|
|
112
|
-
* Unit of the range (e.g. 1 for year, 2 for quarter, 3 for month, 4 for week, 5 for day, 6 for hour, 7 for minute, 8 for second)
|
|
113
|
-
*/
|
|
114
|
-
unit: number;
|
|
115
|
-
/**
|
|
116
|
-
* Quantity of the range
|
|
117
|
-
* @examples [0, 7, 30, 60, 90]
|
|
118
|
-
*/
|
|
119
|
-
quantity: number;
|
|
120
|
-
/**
|
|
121
|
-
* Unique identifier for the range
|
|
122
|
-
*/
|
|
123
|
-
rangeId?: string;
|
|
124
|
-
/**
|
|
125
|
-
* Display label. The key is the language code and the value is the content in that language.
|
|
126
|
-
* @examples [{"en": "Hello World", "de": "Hallo Welt"}]
|
|
127
|
-
* @TJS-type object
|
|
128
|
-
*/
|
|
129
|
-
displayLabel?: Record<string, string>;
|
|
130
|
-
/**
|
|
131
|
-
* Label for the range
|
|
132
|
-
* When passing ranges manually in flex, displayLabel will be used as the label
|
|
133
|
-
* @TJS-ignore
|
|
134
|
-
*/
|
|
135
|
-
label?: string;
|
|
136
|
-
/**
|
|
137
|
-
* Custom range configuration object (if key passed is 'custom')
|
|
138
|
-
*/
|
|
139
|
-
customRange?: {
|
|
140
|
-
/**
|
|
141
|
-
* Custom range start date. It should be valid date (in any format)
|
|
142
|
-
*/
|
|
143
|
-
from: string;
|
|
144
|
-
/**
|
|
145
|
-
* Custom range end date. It should be valid date (in any format)
|
|
146
|
-
*/
|
|
147
|
-
to: string;
|
|
148
|
-
};
|
|
149
|
-
}
|
|
150
101
|
export {};
|
|
151
102
|
//# sourceMappingURL=date-filter-options.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-filter-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-filter/date-filter-options.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"date-filter-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-filter/date-filter-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EACf,uBAAuB,EACvB,qBAAqB,EACrB,sBAAsB,EACtB,8CAA8C,EAC9C,eAAe,EACf,sBAAsB,EACtB,gBAAgB,EACjB,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,qBAAsB,SACrC,IAAI,CAAC,qBAAqB,EAAE,OAAO,CAAC,EACpC,sBAAsB,EACtB,gBAAgB,EAChB,uBAAuB,EACvB,sBAAsB,EACtB,kCAAkC;IAElC;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,QAAQ,GAAG,MAAM,GAAG,QAAQ,GAAG,SAAS,CAAC,CAAC;IAExE;;OAEG;IACH,OAAO,CAAC,EAAE;QACR;;;WAGG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QACd;;;WAGG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF;;OAEG;IACH,SAAS,CAAC,EAAE;QACV;;;WAGG;QACH,mBAAmB,EAAE,OAAO,CAAC;QAC7B;;;;WAIG;QACH,SAAS,EAAE,OAAO,CAAC;QACnB;;;WAGG;QACH,aAAa,EAAE,OAAO,CAAC;QACvB;;;WAGG;QACH,kBAAkB,EAAE,OAAO,CAAC;QAC5B;;;;WAIG;QACH,gBAAgB,EAAE,OAAO,CAAC;QAC1B;;WAEG;QACH,eAAe,EAAE,OAAO,CAAC;QACzB;;WAEG;QACH,cAAc,EAAE,OAAO,CAAC;QACxB;;;WAGG;QACH,gBAAgB,EAAE,OAAO,CAAC;QAC1B;;;WAGG;QACH,oBAAoB,EAAE,OAAO,CAAC;QAC9B;;WAEG;QACH,eAAe,EAAE,OAAO,CAAC;QACzB;;;WAGG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB;;WAEG;QACH,aAAa,EAAE,OAAO,CAAC;QACvB;;WAEG;QACH,MAAM,EAAE,eAAe,EAAE,CAAC;KAC3B,CAAC;IACF;;OAEG;IACH,aAAa,CAAC,EAAE;QACd;;;WAGG;QACH,sBAAsB,CAAC,EAAE,WAAW,CAAC,8CAA8C,CAAC,eAAe,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC;KACjI,CAAC;CACH;AAED,KAAK,kCAAkC,GAAG,8CAA8C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-filter-slots.config.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-filter/date-filter-slots.config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"date-filter-slots.config.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-filter/date-filter-slots.config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAE5C,eAAO,MAAM,qBAAqB,EAAE,UAAU,EAU7C,CAAC"}
|