@luzmo/dashboard-contents-types 1.0.4 → 1.0.6
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 +12 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +24 -42
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +17 -38
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +20 -41
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +24 -42
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +14 -26
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +32 -25
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +14 -26
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +23 -41
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/heat-map-options.schema.json.d.ts +16 -38
- package/assets/json-schemas/heat-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/heat-table-options.schema.json.d.ts +1514 -0
- package/assets/json-schemas/heat-table-slots.schema.json.d.ts +514 -0
- package/assets/json-schemas/heat-table.schema.json.d.ts +23 -0
- package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +23 -42
- package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/image-options.schema.json.d.ts +7 -7
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/marker-map-options.schema.json.d.ts +16 -38
- package/assets/json-schemas/marker-map-slots.schema.json.d.ts +37 -76
- package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +1568 -0
- package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +578 -0
- package/assets/json-schemas/ohlc-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/options.schema.json.d.ts +15 -0
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +17 -38
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +17 -38
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/route-map-options.schema.json.d.ts +16 -38
- package/assets/json-schemas/route-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +24 -42
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +14 -26
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +14 -26
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +14 -26
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +34 -50
- package/assets/json-schemas/slots.schema.json.d.ts +15 -0
- package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +1322 -0
- package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +728 -0
- package/assets/json-schemas/speedometer-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/spike-map-options.schema.json.d.ts +23 -42
- package/assets/json-schemas/spike-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +1419 -0
- package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +481 -0
- package/assets/json-schemas/sunburst-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/symbol-map-options.schema.json.d.ts +23 -42
- package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/text-options.schema.json.d.ts +8 -21
- package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +3459 -0
- package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +773 -0
- package/assets/json-schemas/treemap-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/video-options.schema.json.d.ts +7 -20
- package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +25 -44
- package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +36 -75
- package/index.d.ts +1 -0
- package/index.js +227 -480
- package/index.mjs +23918 -12377
- package/json-schemas.d.ts +14663 -6017
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +38 -24
- package/src/index.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +2 -1
- package/src/lib/area-chart/area-chart-slots.config.d.ts +3 -0
- package/src/lib/area-chart/area-chart-slots.config.d.ts.map +1 -0
- package/src/lib/area-chart/area-chart-slots.d.ts +5 -4
- package/src/lib/area-chart/area-chart-slots.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart.d.ts +1 -0
- package/src/lib/area-chart/index.d.ts +2 -0
- package/src/lib/area-chart/index.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart-options.d.ts +1 -0
- package/src/lib/bar-chart/bar-chart-slots.config.d.ts +3 -0
- package/src/lib/bar-chart/bar-chart-slots.config.d.ts.map +1 -0
- package/src/lib/bar-chart/bar-chart.d.ts +1 -0
- package/src/lib/bar-chart/bar-chart.slots.d.ts +5 -4
- package/src/lib/bar-chart/bar-chart.slots.d.ts.map +1 -1
- package/src/lib/bar-chart/index.d.ts +2 -0
- package/src/lib/bar-chart/index.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-options.d.ts +1 -0
- package/src/lib/box-plot/box-plot-slots.config.d.ts +3 -0
- package/src/lib/box-plot/box-plot-slots.config.d.ts.map +1 -0
- package/src/lib/box-plot/box-plot-slots.d.ts +4 -3
- package/src/lib/box-plot/box-plot-slots.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot.d.ts +1 -0
- package/src/lib/box-plot/index.d.ts +2 -0
- package/src/lib/box-plot/index.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +2 -1
- package/src/lib/bubble-chart/bubble-chart-slots.config.d.ts +3 -0
- package/src/lib/bubble-chart/bubble-chart-slots.config.d.ts.map +1 -0
- package/src/lib/bubble-chart/bubble-chart-slots.d.ts +5 -4
- package/src/lib/bubble-chart/bubble-chart-slots.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart.d.ts +1 -0
- package/src/lib/bubble-chart/index.d.ts +2 -0
- package/src/lib/bubble-chart/index.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +2 -1
- package/src/lib/bullet-chart/bullet-chart-slots.config.d.ts +3 -0
- package/src/lib/bullet-chart/bullet-chart-slots.config.d.ts.map +1 -0
- package/src/lib/bullet-chart/bullet-chart-slots.d.ts +5 -4
- package/src/lib/bullet-chart/bullet-chart-slots.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart.d.ts +1 -0
- package/src/lib/bullet-chart/index.d.ts +2 -0
- package/src/lib/bullet-chart/index.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +2 -1
- package/src/lib/choropleth-map/choropleth-map-slots.config.d.ts +3 -0
- package/src/lib/choropleth-map/choropleth-map-slots.config.d.ts.map +1 -0
- package/src/lib/choropleth-map/choropleth-map-slots.d.ts +5 -4
- package/src/lib/choropleth-map/choropleth-map-slots.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map.d.ts +1 -0
- package/src/lib/choropleth-map/index.d.ts +2 -0
- package/src/lib/choropleth-map/index.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-slots.config.d.ts +3 -0
- package/src/lib/circle-pack-chart/circle-pack-chart-slots.config.d.ts.map +1 -0
- package/src/lib/circle-pack-chart/index.d.ts +2 -0
- package/src/lib/circle-pack-chart/index.d.ts.map +1 -0
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +1 -0
- package/src/lib/circular-gauge/circular-gauge-slots.config.d.ts +3 -0
- package/src/lib/circular-gauge/circular-gauge-slots.config.d.ts.map +1 -0
- package/src/lib/circular-gauge/circular-gauge-slots.d.ts +4 -3
- package/src/lib/circular-gauge/circular-gauge-slots.d.ts.map +1 -1
- package/src/lib/circular-gauge/circular-gauge.d.ts +1 -0
- package/src/lib/circular-gauge/index.d.ts +2 -0
- package/src/lib/circular-gauge/index.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-options.d.ts +1 -0
- package/src/lib/column-chart/column-chart-slots.config.d.ts +3 -0
- package/src/lib/column-chart/column-chart-slots.config.d.ts.map +1 -0
- package/src/lib/column-chart/column-chart-slots.d.ts +5 -4
- package/src/lib/column-chart/column-chart-slots.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart.d.ts +1 -0
- package/src/lib/column-chart/index.d.ts +2 -0
- package/src/lib/column-chart/index.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-options.d.ts +1 -0
- package/src/lib/combination-chart/combination-chart-slots.config.d.ts +3 -0
- package/src/lib/combination-chart/combination-chart-slots.config.d.ts.map +1 -0
- package/src/lib/combination-chart/combination-chart-slots.d.ts +4 -3
- package/src/lib/combination-chart/combination-chart-slots.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart.d.ts +1 -0
- package/src/lib/combination-chart/index.d.ts +2 -0
- package/src/lib/combination-chart/index.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts +1 -0
- package/src/lib/conditional-number/conditional-number-slots.config.d.ts +3 -0
- package/src/lib/conditional-number/conditional-number-slots.config.d.ts.map +1 -0
- package/src/lib/conditional-number/conditional-number-slots.d.ts +4 -3
- package/src/lib/conditional-number/conditional-number-slots.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number.d.ts +1 -0
- package/src/lib/conditional-number/index.d.ts +2 -0
- package/src/lib/conditional-number/index.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts +1 -0
- package/src/lib/date-filter/date-filter-slots.config.d.ts +3 -0
- package/src/lib/date-filter/date-filter-slots.config.d.ts.map +1 -0
- package/src/lib/date-filter/date-filter-slots.d.ts +3 -2
- package/src/lib/date-filter/date-filter-slots.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter.d.ts +1 -0
- package/src/lib/date-filter/index.d.ts +2 -0
- package/src/lib/date-filter/index.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-options.d.ts +2 -1
- package/src/lib/donut-chart/donut-chart-slots.config.d.ts +3 -0
- package/src/lib/donut-chart/donut-chart-slots.config.d.ts.map +1 -0
- package/src/lib/donut-chart/donut-chart-slots.d.ts +4 -3
- package/src/lib/donut-chart/donut-chart-slots.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart.d.ts +1 -0
- package/src/lib/donut-chart/index.d.ts +2 -0
- package/src/lib/donut-chart/index.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -1
- package/src/lib/dropdown-filter/dropdown-filter-slots.config.d.ts +3 -0
- package/src/lib/dropdown-filter/dropdown-filter-slots.config.d.ts.map +1 -0
- package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +3 -2
- package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter.d.ts +1 -0
- package/src/lib/dropdown-filter/index.d.ts +2 -0
- package/src/lib/dropdown-filter/index.d.ts.map +1 -1
- package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.d.ts +3 -0
- package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.d.ts.map +1 -0
- package/src/lib/dynamic-imageobject/index.d.ts +2 -0
- package/src/lib/dynamic-imageobject/index.d.ts.map +1 -0
- package/src/lib/evolution-number/evolution-number-options.d.ts +1 -0
- package/src/lib/evolution-number/evolution-number-slots.config.d.ts +3 -0
- package/src/lib/evolution-number/evolution-number-slots.config.d.ts.map +1 -0
- package/src/lib/evolution-number/evolution-number-slots.d.ts +4 -3
- package/src/lib/evolution-number/evolution-number-slots.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number.d.ts +1 -0
- package/src/lib/evolution-number/index.d.ts +2 -0
- package/src/lib/evolution-number/index.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +2 -1
- package/src/lib/funnel-chart/funnel-chart-slots.config.d.ts +3 -0
- package/src/lib/funnel-chart/funnel-chart-slots.config.d.ts.map +1 -0
- package/src/lib/funnel-chart/funnel-chart-slots.d.ts +4 -3
- package/src/lib/funnel-chart/funnel-chart-slots.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart.d.ts +1 -0
- package/src/lib/funnel-chart/index.d.ts +2 -0
- package/src/lib/funnel-chart/index.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map-options.d.ts +1 -0
- package/src/lib/heat-map/heat-map-slots.config.d.ts +3 -0
- package/src/lib/heat-map/heat-map-slots.config.d.ts.map +1 -0
- package/src/lib/heat-map/heat-map-slots.d.ts +4 -3
- package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map.d.ts +1 -0
- package/src/lib/heat-map/index.d.ts +2 -0
- package/src/lib/heat-map/index.d.ts.map +1 -1
- package/src/lib/heat-table/heat-table-options.d.ts +186 -0
- package/src/lib/heat-table/heat-table-options.d.ts.map +1 -0
- package/src/lib/heat-table/heat-table-slots.config.d.ts +3 -0
- package/src/lib/heat-table/heat-table-slots.config.d.ts.map +1 -0
- package/src/lib/heat-table/heat-table-slots.d.ts +41 -0
- package/src/lib/heat-table/heat-table-slots.d.ts.map +1 -0
- package/src/lib/heat-table/heat-table.d.ts +24 -0
- package/src/lib/heat-table/heat-table.d.ts.map +1 -0
- package/src/lib/heat-table/index.d.ts +5 -0
- package/src/lib/heat-table/index.d.ts.map +1 -0
- package/src/lib/hexbin-map/hexbin-map-options.d.ts +1 -0
- package/src/lib/hexbin-map/hexbin-map-slots.config.d.ts +3 -0
- package/src/lib/hexbin-map/hexbin-map-slots.config.d.ts.map +1 -0
- package/src/lib/hexbin-map/hexbin-map-slots.d.ts +4 -3
- package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -1
- package/src/lib/hexbin-map/hexbin-map.d.ts +1 -0
- package/src/lib/hexbin-map/index.d.ts +2 -0
- package/src/lib/hexbin-map/index.d.ts.map +1 -1
- package/src/lib/image/image-options.d.ts +1 -0
- package/src/lib/image/image.d.ts +1 -0
- package/src/lib/image/index.d.ts +1 -0
- package/src/lib/line-chart/index.d.ts +2 -0
- package/src/lib/line-chart/index.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-options.d.ts +1 -0
- package/src/lib/line-chart/line-chart-slots.config.d.ts +3 -0
- package/src/lib/line-chart/line-chart-slots.config.d.ts.map +1 -0
- package/src/lib/line-chart/line-chart-slots.d.ts +5 -4
- package/src/lib/line-chart/line-chart-slots.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart.d.ts +1 -0
- package/src/lib/line-chart-forecast/index.d.ts +2 -0
- package/src/lib/line-chart-forecast/index.d.ts.map +1 -0
- package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts +3 -0
- package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts.map +1 -0
- package/src/lib/marker-map/index.d.ts +2 -0
- package/src/lib/marker-map/index.d.ts.map +1 -1
- package/src/lib/marker-map/marker-map-options.d.ts +1 -0
- package/src/lib/marker-map/marker-map-slots.config.d.ts +3 -0
- package/src/lib/marker-map/marker-map-slots.config.d.ts.map +1 -0
- package/src/lib/marker-map/marker-map-slots.d.ts +5 -4
- package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -1
- package/src/lib/marker-map/marker-map.d.ts +1 -0
- package/src/lib/ohlc-chart/index.d.ts +5 -0
- package/src/lib/ohlc-chart/index.d.ts.map +1 -0
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +201 -0
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -0
- package/src/lib/ohlc-chart/ohlc-chart-slots.config.d.ts +3 -0
- package/src/lib/ohlc-chart/ohlc-chart-slots.config.d.ts.map +1 -0
- package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts +63 -0
- package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts.map +1 -0
- package/src/lib/ohlc-chart/ohlc-chart.d.ts +24 -0
- package/src/lib/ohlc-chart/ohlc-chart.d.ts.map +1 -0
- package/src/lib/parallel-coordinates-plot/index.d.ts +2 -0
- package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts +3 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts.map +1 -0
- package/src/lib/pivot-table/index.d.ts +2 -0
- package/src/lib/pivot-table/index.d.ts.map +1 -1
- package/src/lib/pivot-table/pivot-table-options.d.ts +2 -1
- package/src/lib/pivot-table/pivot-table-slots.config.d.ts +3 -0
- package/src/lib/pivot-table/pivot-table-slots.config.d.ts.map +1 -0
- package/src/lib/pivot-table/pivot-table-slots.d.ts +5 -4
- package/src/lib/pivot-table/pivot-table-slots.d.ts.map +1 -1
- package/src/lib/pivot-table/pivot-table.d.ts +1 -0
- package/src/lib/pyramid-chart/index.d.ts +2 -0
- package/src/lib/pyramid-chart/index.d.ts.map +1 -0
- package/src/lib/pyramid-chart/pyramid-chart-slots.config.d.ts +3 -0
- package/src/lib/pyramid-chart/pyramid-chart-slots.config.d.ts.map +1 -0
- package/src/lib/radar-chart/index.d.ts +2 -0
- package/src/lib/radar-chart/index.d.ts.map +1 -0
- package/src/lib/radar-chart/radar-chart-slots.config.d.ts +3 -0
- package/src/lib/radar-chart/radar-chart-slots.config.d.ts.map +1 -0
- package/src/lib/regular-table/index.d.ts +2 -0
- package/src/lib/regular-table/index.d.ts.map +1 -1
- package/src/lib/regular-table/regular-table-options.d.ts +2 -1
- package/src/lib/regular-table/regular-table-slots.config.d.ts +3 -0
- package/src/lib/regular-table/regular-table-slots.config.d.ts.map +1 -0
- package/src/lib/regular-table/regular-table-slots.d.ts +3 -2
- package/src/lib/regular-table/regular-table-slots.d.ts.map +1 -1
- package/src/lib/regular-table/regular-table.d.ts +1 -0
- package/src/lib/route-map/index.d.ts +2 -0
- package/src/lib/route-map/index.d.ts.map +1 -1
- package/src/lib/route-map/route-map-options.d.ts +1 -0
- package/src/lib/route-map/route-map-slots.config.d.ts +3 -0
- package/src/lib/route-map/route-map-slots.config.d.ts.map +1 -0
- package/src/lib/route-map/route-map-slots.d.ts +6 -5
- package/src/lib/route-map/route-map-slots.d.ts.map +1 -1
- package/src/lib/route-map/route-map.d.ts +1 -0
- package/src/lib/sankey-diagram/index.d.ts +2 -0
- package/src/lib/sankey-diagram/index.d.ts.map +1 -1
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +2 -1
- package/src/lib/sankey-diagram/sankey-diagram-slots.config.d.ts +3 -0
- package/src/lib/sankey-diagram/sankey-diagram-slots.config.d.ts.map +1 -0
- package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +6 -5
- package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts.map +1 -1
- package/src/lib/sankey-diagram/sankey-diagram.d.ts +1 -0
- package/src/lib/scatter-plot/index.d.ts +2 -0
- package/src/lib/scatter-plot/index.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +2 -1
- package/src/lib/scatter-plot/scatter-plot-slots.config.d.ts +3 -0
- package/src/lib/scatter-plot/scatter-plot-slots.config.d.ts.map +1 -0
- package/src/lib/scatter-plot/scatter-plot-slots.d.ts +7 -6
- package/src/lib/scatter-plot/scatter-plot-slots.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot.d.ts +1 -0
- package/src/lib/search-filter/index.d.ts +2 -0
- package/src/lib/search-filter/index.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter-options.d.ts +1 -0
- package/src/lib/search-filter/search-filter-slots.config.d.ts +3 -0
- package/src/lib/search-filter/search-filter-slots.config.d.ts.map +1 -0
- package/src/lib/search-filter/search-filter-slots.d.ts +3 -2
- package/src/lib/search-filter/search-filter-slots.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter.d.ts +1 -0
- package/src/lib/shared/axes.d.ts +1 -0
- package/src/lib/shared/common.d.ts +1 -0
- package/src/lib/shared/drop-object-view-options.d.ts +1 -0
- package/src/lib/shared/filters.d.ts +1 -0
- package/src/lib/shared/formula.d.ts +1 -0
- package/src/lib/shared/index.d.ts +3 -0
- package/src/lib/shared/index.d.ts.map +1 -1
- package/src/lib/shared/info-tooltip-options.d.ts +1 -0
- package/src/lib/shared/interactivity-brush.d.ts +1 -0
- package/src/lib/shared/interactivity-custom-events.d.ts +1 -0
- package/src/lib/shared/interactivity-custom-tooltip.d.ts +1 -0
- package/src/lib/shared/interactivity-drilldown.d.ts +1 -0
- package/src/lib/shared/interactivity-export.d.ts +1 -0
- package/src/lib/shared/interactivity-filter.d.ts +1 -0
- package/src/lib/shared/interactivity-go-to-url.d.ts +1 -0
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +3 -2
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
- package/src/lib/shared/interactivity-target.d.ts +1 -0
- package/src/lib/shared/interpolation.d.ts +1 -0
- package/src/lib/shared/iq-components.d.ts +96 -0
- package/src/lib/shared/iq-components.d.ts.map +1 -0
- package/src/lib/shared/item-filter-group.d.ts +1 -0
- package/src/lib/shared/legend.d.ts +2 -1
- package/src/lib/shared/map-object-view-options.d.ts +2 -1
- package/src/lib/shared/object-view-options.d.ts +1 -0
- package/src/lib/shared/period-over-period.d.ts +36 -0
- package/src/lib/shared/period-over-period.d.ts.map +1 -0
- package/src/lib/shared/placeholder.d.ts +1 -0
- package/src/lib/shared/query.d.ts +1 -0
- package/src/lib/shared/ranges.d.ts +1 -0
- package/src/lib/shared/slots.d.ts +22 -36
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/shared/sort.d.ts +1 -0
- package/src/lib/shared/theme.d.ts +22 -19
- package/src/lib/shared/theme.d.ts.map +1 -1
- package/src/lib/shared/title.d.ts +2 -1
- package/src/lib/shared/viz-item.d.ts +1 -0
- package/src/lib/slicer-filter/index.d.ts +2 -0
- package/src/lib/slicer-filter/index.d.ts.map +1 -1
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -0
- package/src/lib/slicer-filter/slicer-filter-slots.config.d.ts +3 -0
- package/src/lib/slicer-filter/slicer-filter-slots.config.d.ts.map +1 -0
- package/src/lib/slicer-filter/slicer-filter-slots.d.ts +4 -3
- package/src/lib/slicer-filter/slicer-filter-slots.d.ts.map +1 -1
- package/src/lib/slicer-filter/slicer-filter.d.ts +1 -0
- package/src/lib/slider-filter/index.d.ts +2 -0
- package/src/lib/slider-filter/index.d.ts.map +1 -1
- package/src/lib/slider-filter/slider-filter-options.d.ts +5 -4
- package/src/lib/slider-filter/slider-filter-slots.config.d.ts +3 -0
- package/src/lib/slider-filter/slider-filter-slots.config.d.ts.map +1 -0
- package/src/lib/slider-filter/slider-filter-slots.d.ts +3 -2
- package/src/lib/slider-filter/slider-filter-slots.d.ts.map +1 -1
- package/src/lib/slider-filter/slider-filter.d.ts +1 -0
- package/src/lib/speedometer-chart/index.d.ts +5 -0
- package/src/lib/speedometer-chart/index.d.ts.map +1 -0
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +146 -0
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -0
- package/src/lib/speedometer-chart/speedometer-chart-slots.config.d.ts +3 -0
- package/src/lib/speedometer-chart/speedometer-chart-slots.config.d.ts.map +1 -0
- package/src/lib/speedometer-chart/speedometer-chart-slots.d.ts +30 -0
- package/src/lib/speedometer-chart/speedometer-chart-slots.d.ts.map +1 -0
- package/src/lib/speedometer-chart/speedometer-chart.d.ts +24 -0
- package/src/lib/speedometer-chart/speedometer-chart.d.ts.map +1 -0
- package/src/lib/spike-map/index.d.ts +2 -0
- package/src/lib/spike-map/index.d.ts.map +1 -1
- package/src/lib/spike-map/spike-map-options.d.ts +1 -0
- package/src/lib/spike-map/spike-map-slots.config.d.ts +3 -0
- package/src/lib/spike-map/spike-map-slots.config.d.ts.map +1 -0
- package/src/lib/spike-map/spike-map-slots.d.ts +5 -4
- package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -1
- package/src/lib/spike-map/spike-map.d.ts +1 -0
- package/src/lib/strip-plot/index.d.ts +2 -0
- package/src/lib/strip-plot/index.d.ts.map +1 -0
- package/src/lib/strip-plot/strip-plot-slots.config.d.ts +3 -0
- package/src/lib/strip-plot/strip-plot-slots.config.d.ts.map +1 -0
- package/src/lib/sunburst-chart/index.d.ts +5 -0
- package/src/lib/sunburst-chart/index.d.ts.map +1 -0
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +88 -0
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -0
- package/src/lib/sunburst-chart/sunburst-chart-slots.config.d.ts +3 -0
- package/src/lib/sunburst-chart/sunburst-chart-slots.config.d.ts.map +1 -0
- package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts +29 -0
- package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts.map +1 -0
- package/src/lib/sunburst-chart/sunburst-chart.d.ts +24 -0
- package/src/lib/sunburst-chart/sunburst-chart.d.ts.map +1 -0
- package/src/lib/symbol-map/index.d.ts +2 -0
- package/src/lib/symbol-map/index.d.ts.map +1 -1
- package/src/lib/symbol-map/symbol-map-options.d.ts +1 -0
- package/src/lib/symbol-map/symbol-map-slots.config.d.ts +3 -0
- package/src/lib/symbol-map/symbol-map-slots.config.d.ts.map +1 -0
- package/src/lib/symbol-map/symbol-map-slots.d.ts +5 -4
- package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -1
- package/src/lib/symbol-map/symbol-map.d.ts +1 -0
- package/src/lib/text/index.d.ts +1 -0
- package/src/lib/text/text-options.d.ts +1 -0
- package/src/lib/text/text.d.ts +1 -0
- package/src/lib/treemap-chart/index.d.ts +5 -0
- package/src/lib/treemap-chart/index.d.ts.map +1 -0
- package/src/lib/treemap-chart/treemap-chart-options.d.ts +145 -0
- package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -0
- package/src/lib/treemap-chart/treemap-chart-slots.config.d.ts +3 -0
- package/src/lib/treemap-chart/treemap-chart-slots.config.d.ts.map +1 -0
- package/src/lib/treemap-chart/treemap-chart-slots.d.ts +41 -0
- package/src/lib/treemap-chart/treemap-chart-slots.d.ts.map +1 -0
- package/src/lib/treemap-chart/treemap-chart.d.ts +24 -0
- package/src/lib/treemap-chart/treemap-chart.d.ts.map +1 -0
- package/src/lib/venn-diagram/index.d.ts +2 -0
- package/src/lib/venn-diagram/index.d.ts.map +1 -0
- package/src/lib/venn-diagram/venn-diagram-slots.config.d.ts +3 -0
- package/src/lib/venn-diagram/venn-diagram-slots.config.d.ts.map +1 -0
- package/src/lib/video/index.d.ts +1 -0
- package/src/lib/video/video-options.d.ts +1 -0
- package/src/lib/video/video.d.ts +1 -0
- package/src/lib/visual-item/index.d.ts +1 -0
- package/src/lib/visual-item/visual-item.d.ts +5 -2
- package/src/lib/visual-item/visual-item.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/index.d.ts +2 -0
- package/src/lib/wordcloud-chart/index.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +1 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.config.d.ts +3 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.config.d.ts.map +1 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +5 -4
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +1 -0
- package/src/options.d.ts +7 -1
- package/src/options.d.ts.map +1 -1
- package/src/slots.d.ts +0 -32
- package/src/slots.d.ts.map +0 -1
|
@@ -647,11 +647,11 @@ declare const _default: {
|
|
|
647
647
|
"type": "number"
|
|
648
648
|
},
|
|
649
649
|
"type": {
|
|
650
|
-
"description": "Period over period comparison type
|
|
650
|
+
"description": "Period over period comparison type",
|
|
651
651
|
"enum": [
|
|
652
|
-
"change",
|
|
653
652
|
"none",
|
|
654
|
-
"past"
|
|
653
|
+
"past",
|
|
654
|
+
"percentageChange"
|
|
655
655
|
],
|
|
656
656
|
"type": "string"
|
|
657
657
|
}
|
|
@@ -1075,7 +1075,7 @@ declare const _default: {
|
|
|
1075
1075
|
"description": "Custom border styling",
|
|
1076
1076
|
"properties": {
|
|
1077
1077
|
"border-bottom-width": {
|
|
1078
|
-
"description": "Border bottom width",
|
|
1078
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1079
1079
|
"examples": [
|
|
1080
1080
|
"0px",
|
|
1081
1081
|
"1px",
|
|
@@ -1084,7 +1084,7 @@ declare const _default: {
|
|
|
1084
1084
|
"type": "string"
|
|
1085
1085
|
},
|
|
1086
1086
|
"border-color": {
|
|
1087
|
-
"description": "Border color",
|
|
1087
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1088
1088
|
"examples": [
|
|
1089
1089
|
"rgba(216, 216, 216, 1)",
|
|
1090
1090
|
"rgb(147, 146, 148)"
|
|
@@ -1092,7 +1092,7 @@ declare const _default: {
|
|
|
1092
1092
|
"type": "string"
|
|
1093
1093
|
},
|
|
1094
1094
|
"border-left-width": {
|
|
1095
|
-
"description": "Border left width",
|
|
1095
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1096
1096
|
"examples": [
|
|
1097
1097
|
"0px",
|
|
1098
1098
|
"1px",
|
|
@@ -1110,7 +1110,7 @@ declare const _default: {
|
|
|
1110
1110
|
"type": "string"
|
|
1111
1111
|
},
|
|
1112
1112
|
"border-right-width": {
|
|
1113
|
-
"description": "Border right width",
|
|
1113
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1114
1114
|
"examples": [
|
|
1115
1115
|
"0px",
|
|
1116
1116
|
"1px",
|
|
@@ -1119,7 +1119,7 @@ declare const _default: {
|
|
|
1119
1119
|
"type": "string"
|
|
1120
1120
|
},
|
|
1121
1121
|
"border-style": {
|
|
1122
|
-
"description": "Border style",
|
|
1122
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1123
1123
|
"examples": [
|
|
1124
1124
|
"none",
|
|
1125
1125
|
"solid",
|
|
@@ -1129,7 +1129,7 @@ declare const _default: {
|
|
|
1129
1129
|
"type": "string"
|
|
1130
1130
|
},
|
|
1131
1131
|
"border-top-width": {
|
|
1132
|
-
"description": "Border top width",
|
|
1132
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1133
1133
|
"examples": [
|
|
1134
1134
|
"0px",
|
|
1135
1135
|
"1px",
|
|
@@ -1173,19 +1173,6 @@ declare const _default: {
|
|
|
1173
1173
|
"font": {
|
|
1174
1174
|
"description": "Custom font styling",
|
|
1175
1175
|
"properties": {
|
|
1176
|
-
"font-style": {
|
|
1177
|
-
"const": "normal",
|
|
1178
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1179
|
-
"type": "string"
|
|
1180
|
-
},
|
|
1181
|
-
"font-weight": {
|
|
1182
|
-
"description": "Font weight",
|
|
1183
|
-
"examples": [
|
|
1184
|
-
400,
|
|
1185
|
-
700
|
|
1186
|
-
],
|
|
1187
|
-
"type": "number"
|
|
1188
|
-
},
|
|
1189
1176
|
"fontFamily": {
|
|
1190
1177
|
"description": "Font family",
|
|
1191
1178
|
"examples": [
|
|
@@ -1198,7 +1185,7 @@ declare const _default: {
|
|
|
1198
1185
|
"type": "string"
|
|
1199
1186
|
},
|
|
1200
1187
|
"fontSize": {
|
|
1201
|
-
"description": "Font size in px",
|
|
1188
|
+
"description": "Font size in px, if not set, it will be inherited from the theme. It can be overridden if more specific \"fontSize\" is set, for example, \"fontSize\" inside options like \"title\", \"axis\", \"legend\", \"tooltip\", etc.",
|
|
1202
1189
|
"examples": [
|
|
1203
1190
|
10,
|
|
1204
1191
|
15,
|
|
@@ -1227,7 +1214,7 @@ declare const _default: {
|
|
|
1227
1214
|
"type": "string"
|
|
1228
1215
|
},
|
|
1229
1216
|
"title": {
|
|
1230
|
-
"description": "Custom title styling",
|
|
1217
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1231
1218
|
"properties": {
|
|
1232
1219
|
"align": {
|
|
1233
1220
|
"description": "Title align",
|
|
@@ -1260,7 +1247,7 @@ declare const _default: {
|
|
|
1260
1247
|
"type": "boolean"
|
|
1261
1248
|
},
|
|
1262
1249
|
"fontSize": {
|
|
1263
|
-
"description": "Title's font size in px",
|
|
1250
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1264
1251
|
"examples": [
|
|
1265
1252
|
16,
|
|
1266
1253
|
20
|
|
@@ -1314,7 +1301,7 @@ declare const _default: {
|
|
|
1314
1301
|
"type": "string"
|
|
1315
1302
|
},
|
|
1316
1303
|
"title": {
|
|
1317
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1304
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1318
1305
|
"examples": [
|
|
1319
1306
|
{
|
|
1320
1307
|
"en": "Title"
|
|
@@ -1325,6 +1312,7 @@ declare const _default: {
|
|
|
1325
1312
|
},
|
|
1326
1313
|
"type": "object"
|
|
1327
1314
|
}
|
|
1315
|
+
|
|
1328
1316
|
;
|
|
1329
1317
|
|
|
1330
1318
|
export default _default;
|
|
@@ -98,31 +98,8 @@ declare const _default: {
|
|
|
98
98
|
"type": "string"
|
|
99
99
|
},
|
|
100
100
|
"periodOverPeriod": {
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"level": {
|
|
104
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
105
|
-
"type": "number"
|
|
106
|
-
},
|
|
107
|
-
"periodToDate": {
|
|
108
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
109
|
-
"type": "boolean"
|
|
110
|
-
},
|
|
111
|
-
"quantity": {
|
|
112
|
-
"description": "Number of periods",
|
|
113
|
-
"type": "number"
|
|
114
|
-
},
|
|
115
|
-
"type": {
|
|
116
|
-
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
117
|
-
"enum": [
|
|
118
|
-
"change",
|
|
119
|
-
"none",
|
|
120
|
-
"past"
|
|
121
|
-
],
|
|
122
|
-
"type": "string"
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
"type": "object"
|
|
101
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/slicer-filter-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
102
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
126
103
|
},
|
|
127
104
|
"subtype": {
|
|
128
105
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -240,31 +217,8 @@ declare const _default: {
|
|
|
240
217
|
]
|
|
241
218
|
},
|
|
242
219
|
"periodOverPeriod": {
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
"level": {
|
|
246
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
247
|
-
"type": "number"
|
|
248
|
-
},
|
|
249
|
-
"periodToDate": {
|
|
250
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
251
|
-
"type": "boolean"
|
|
252
|
-
},
|
|
253
|
-
"quantity": {
|
|
254
|
-
"description": "Number of periods",
|
|
255
|
-
"type": "number"
|
|
256
|
-
},
|
|
257
|
-
"type": {
|
|
258
|
-
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
259
|
-
"enum": [
|
|
260
|
-
"change",
|
|
261
|
-
"none",
|
|
262
|
-
"past"
|
|
263
|
-
],
|
|
264
|
-
"type": "string"
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
"type": "object"
|
|
220
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/slicer-filter-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
221
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
268
222
|
},
|
|
269
223
|
"subtype": {
|
|
270
224
|
"anyOf": [
|
|
@@ -445,31 +399,8 @@ declare const _default: {
|
|
|
445
399
|
"type": "object"
|
|
446
400
|
},
|
|
447
401
|
"periodOverPeriod": {
|
|
448
|
-
"
|
|
449
|
-
"
|
|
450
|
-
"level": {
|
|
451
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
452
|
-
"type": "number"
|
|
453
|
-
},
|
|
454
|
-
"periodToDate": {
|
|
455
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
456
|
-
"type": "boolean"
|
|
457
|
-
},
|
|
458
|
-
"quantity": {
|
|
459
|
-
"description": "Number of periods",
|
|
460
|
-
"type": "number"
|
|
461
|
-
},
|
|
462
|
-
"type": {
|
|
463
|
-
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
464
|
-
"enum": [
|
|
465
|
-
"change",
|
|
466
|
-
"none",
|
|
467
|
-
"past"
|
|
468
|
-
],
|
|
469
|
-
"type": "string"
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
"type": "object"
|
|
402
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/slicer-filter-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
403
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
473
404
|
},
|
|
474
405
|
"subtype": {
|
|
475
406
|
"anyOf": [
|
|
@@ -498,6 +429,36 @@ declare const _default: {
|
|
|
498
429
|
}
|
|
499
430
|
},
|
|
500
431
|
"type": "object"
|
|
432
|
+
},
|
|
433
|
+
"PeriodOverPeriod": {
|
|
434
|
+
"properties": {
|
|
435
|
+
"level": {
|
|
436
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
437
|
+
"type": "number"
|
|
438
|
+
},
|
|
439
|
+
"periodToDate": {
|
|
440
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
441
|
+
"type": "boolean"
|
|
442
|
+
},
|
|
443
|
+
"quantity": {
|
|
444
|
+
"description": "Number of periods",
|
|
445
|
+
"type": "number"
|
|
446
|
+
},
|
|
447
|
+
"type": {
|
|
448
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/slicer-filter-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
449
|
+
"description": "Period over period comparison type"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"type": "object"
|
|
453
|
+
},
|
|
454
|
+
"PeriodOverPeriodType": {
|
|
455
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'percentageChange' - percentage change comparison to the past",
|
|
456
|
+
"enum": [
|
|
457
|
+
"none",
|
|
458
|
+
"past",
|
|
459
|
+
"percentageChange"
|
|
460
|
+
],
|
|
461
|
+
"type": "string"
|
|
501
462
|
}
|
|
502
463
|
},
|
|
503
464
|
"description": "Data definition of the Slicer filter",
|
|
@@ -610,11 +610,11 @@ declare const _default: {
|
|
|
610
610
|
"type": "number"
|
|
611
611
|
},
|
|
612
612
|
"type": {
|
|
613
|
-
"description": "Period over period comparison type
|
|
613
|
+
"description": "Period over period comparison type",
|
|
614
614
|
"enum": [
|
|
615
|
-
"change",
|
|
616
615
|
"none",
|
|
617
|
-
"past"
|
|
616
|
+
"past",
|
|
617
|
+
"percentageChange"
|
|
618
618
|
],
|
|
619
619
|
"type": "string"
|
|
620
620
|
}
|
|
@@ -787,7 +787,7 @@ declare const _default: {
|
|
|
787
787
|
"description": "Custom border styling",
|
|
788
788
|
"properties": {
|
|
789
789
|
"border-bottom-width": {
|
|
790
|
-
"description": "Border bottom width",
|
|
790
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
791
791
|
"examples": [
|
|
792
792
|
"0px",
|
|
793
793
|
"1px",
|
|
@@ -796,7 +796,7 @@ declare const _default: {
|
|
|
796
796
|
"type": "string"
|
|
797
797
|
},
|
|
798
798
|
"border-color": {
|
|
799
|
-
"description": "Border color",
|
|
799
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
800
800
|
"examples": [
|
|
801
801
|
"rgba(216, 216, 216, 1)",
|
|
802
802
|
"rgb(147, 146, 148)"
|
|
@@ -804,7 +804,7 @@ declare const _default: {
|
|
|
804
804
|
"type": "string"
|
|
805
805
|
},
|
|
806
806
|
"border-left-width": {
|
|
807
|
-
"description": "Border left width",
|
|
807
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
808
808
|
"examples": [
|
|
809
809
|
"0px",
|
|
810
810
|
"1px",
|
|
@@ -822,7 +822,7 @@ declare const _default: {
|
|
|
822
822
|
"type": "string"
|
|
823
823
|
},
|
|
824
824
|
"border-right-width": {
|
|
825
|
-
"description": "Border right width",
|
|
825
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
826
826
|
"examples": [
|
|
827
827
|
"0px",
|
|
828
828
|
"1px",
|
|
@@ -831,7 +831,7 @@ declare const _default: {
|
|
|
831
831
|
"type": "string"
|
|
832
832
|
},
|
|
833
833
|
"border-style": {
|
|
834
|
-
"description": "Border style",
|
|
834
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
835
835
|
"examples": [
|
|
836
836
|
"none",
|
|
837
837
|
"solid",
|
|
@@ -841,7 +841,7 @@ declare const _default: {
|
|
|
841
841
|
"type": "string"
|
|
842
842
|
},
|
|
843
843
|
"border-top-width": {
|
|
844
|
-
"description": "Border top width",
|
|
844
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
845
845
|
"examples": [
|
|
846
846
|
"0px",
|
|
847
847
|
"1px",
|
|
@@ -885,19 +885,6 @@ declare const _default: {
|
|
|
885
885
|
"font": {
|
|
886
886
|
"description": "Custom font styling",
|
|
887
887
|
"properties": {
|
|
888
|
-
"font-style": {
|
|
889
|
-
"const": "normal",
|
|
890
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
891
|
-
"type": "string"
|
|
892
|
-
},
|
|
893
|
-
"font-weight": {
|
|
894
|
-
"description": "Font weight",
|
|
895
|
-
"examples": [
|
|
896
|
-
400,
|
|
897
|
-
700
|
|
898
|
-
],
|
|
899
|
-
"type": "number"
|
|
900
|
-
},
|
|
901
888
|
"fontFamily": {
|
|
902
889
|
"description": "Font family",
|
|
903
890
|
"examples": [
|
|
@@ -910,7 +897,7 @@ declare const _default: {
|
|
|
910
897
|
"type": "string"
|
|
911
898
|
},
|
|
912
899
|
"fontSize": {
|
|
913
|
-
"description": "Font size in px",
|
|
900
|
+
"description": "Font size in px, if not set, it will be inherited from the theme. It can be overridden if more specific \"fontSize\" is set, for example, \"fontSize\" inside options like \"title\", \"axis\", \"legend\", \"tooltip\", etc.",
|
|
914
901
|
"examples": [
|
|
915
902
|
10,
|
|
916
903
|
15,
|
|
@@ -939,7 +926,7 @@ declare const _default: {
|
|
|
939
926
|
"type": "string"
|
|
940
927
|
},
|
|
941
928
|
"title": {
|
|
942
|
-
"description": "Custom title styling",
|
|
929
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
943
930
|
"properties": {
|
|
944
931
|
"align": {
|
|
945
932
|
"description": "Title align",
|
|
@@ -972,7 +959,7 @@ declare const _default: {
|
|
|
972
959
|
"type": "boolean"
|
|
973
960
|
},
|
|
974
961
|
"fontSize": {
|
|
975
|
-
"description": "Title's font size in px",
|
|
962
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
976
963
|
"examples": [
|
|
977
964
|
16,
|
|
978
965
|
20
|
|
@@ -1026,7 +1013,7 @@ declare const _default: {
|
|
|
1026
1013
|
"type": "string"
|
|
1027
1014
|
},
|
|
1028
1015
|
"title": {
|
|
1029
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1016
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1030
1017
|
"examples": [
|
|
1031
1018
|
{
|
|
1032
1019
|
"en": "Title"
|
|
@@ -1037,6 +1024,7 @@ declare const _default: {
|
|
|
1037
1024
|
},
|
|
1038
1025
|
"type": "object"
|
|
1039
1026
|
}
|
|
1027
|
+
|
|
1040
1028
|
;
|
|
1041
1029
|
|
|
1042
1030
|
export default _default;
|
|
@@ -98,31 +98,8 @@ declare const _default: {
|
|
|
98
98
|
"type": "string"
|
|
99
99
|
},
|
|
100
100
|
"periodOverPeriod": {
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"level": {
|
|
104
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
105
|
-
"type": "number"
|
|
106
|
-
},
|
|
107
|
-
"periodToDate": {
|
|
108
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
109
|
-
"type": "boolean"
|
|
110
|
-
},
|
|
111
|
-
"quantity": {
|
|
112
|
-
"description": "Number of periods",
|
|
113
|
-
"type": "number"
|
|
114
|
-
},
|
|
115
|
-
"type": {
|
|
116
|
-
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
117
|
-
"enum": [
|
|
118
|
-
"change",
|
|
119
|
-
"none",
|
|
120
|
-
"past"
|
|
121
|
-
],
|
|
122
|
-
"type": "string"
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
"type": "object"
|
|
101
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/slider-filter-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
102
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
126
103
|
},
|
|
127
104
|
"subtype": {
|
|
128
105
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -275,31 +252,8 @@ declare const _default: {
|
|
|
275
252
|
"type": "object"
|
|
276
253
|
},
|
|
277
254
|
"periodOverPeriod": {
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"level": {
|
|
281
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
282
|
-
"type": "number"
|
|
283
|
-
},
|
|
284
|
-
"periodToDate": {
|
|
285
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
286
|
-
"type": "boolean"
|
|
287
|
-
},
|
|
288
|
-
"quantity": {
|
|
289
|
-
"description": "Number of periods",
|
|
290
|
-
"type": "number"
|
|
291
|
-
},
|
|
292
|
-
"type": {
|
|
293
|
-
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
294
|
-
"enum": [
|
|
295
|
-
"change",
|
|
296
|
-
"none",
|
|
297
|
-
"past"
|
|
298
|
-
],
|
|
299
|
-
"type": "string"
|
|
300
|
-
}
|
|
301
|
-
},
|
|
302
|
-
"type": "object"
|
|
255
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/slider-filter-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
256
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
303
257
|
},
|
|
304
258
|
"subtype": {
|
|
305
259
|
"anyOf": [
|
|
@@ -329,6 +283,36 @@ declare const _default: {
|
|
|
329
283
|
},
|
|
330
284
|
"type": "object"
|
|
331
285
|
},
|
|
286
|
+
"PeriodOverPeriod": {
|
|
287
|
+
"properties": {
|
|
288
|
+
"level": {
|
|
289
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
290
|
+
"type": "number"
|
|
291
|
+
},
|
|
292
|
+
"periodToDate": {
|
|
293
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
294
|
+
"type": "boolean"
|
|
295
|
+
},
|
|
296
|
+
"quantity": {
|
|
297
|
+
"description": "Number of periods",
|
|
298
|
+
"type": "number"
|
|
299
|
+
},
|
|
300
|
+
"type": {
|
|
301
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/slider-filter-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
302
|
+
"description": "Period over period comparison type"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
"type": "object"
|
|
306
|
+
},
|
|
307
|
+
"PeriodOverPeriodType": {
|
|
308
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'percentageChange' - percentage change comparison to the past",
|
|
309
|
+
"enum": [
|
|
310
|
+
"none",
|
|
311
|
+
"past",
|
|
312
|
+
"percentageChange"
|
|
313
|
+
],
|
|
314
|
+
"type": "string"
|
|
315
|
+
},
|
|
332
316
|
"SliderMetricSlot": {
|
|
333
317
|
"description": "Slider metric slot definition of the slider filter.",
|
|
334
318
|
"properties": {
|
|
@@ -88,6 +88,21 @@ declare const _default: {
|
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/spike-map-slots.schema.json"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/ohlc-chart-slots.schema.json"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sunburst-chart-slots.schema.json"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/treemap-chart-slots.schema.json"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/heat-table-slots.schema.json"
|
|
91
106
|
}
|
|
92
107
|
]
|
|
93
108
|
};
|