@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
|
@@ -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/line-chart-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",
|
|
@@ -212,31 +189,8 @@ declare const _default: {
|
|
|
212
189
|
]
|
|
213
190
|
},
|
|
214
191
|
"periodOverPeriod": {
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
-
"level": {
|
|
218
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
219
|
-
"type": "number"
|
|
220
|
-
},
|
|
221
|
-
"periodToDate": {
|
|
222
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
223
|
-
"type": "boolean"
|
|
224
|
-
},
|
|
225
|
-
"quantity": {
|
|
226
|
-
"description": "Number of periods",
|
|
227
|
-
"type": "number"
|
|
228
|
-
},
|
|
229
|
-
"type": {
|
|
230
|
-
"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",
|
|
231
|
-
"enum": [
|
|
232
|
-
"change",
|
|
233
|
-
"none",
|
|
234
|
-
"past"
|
|
235
|
-
],
|
|
236
|
-
"type": "string"
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
"type": "object"
|
|
192
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/line-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
193
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
240
194
|
},
|
|
241
195
|
"subtype": {
|
|
242
196
|
"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/line-chart-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": [
|
|
@@ -499,6 +430,36 @@ declare const _default: {
|
|
|
499
430
|
},
|
|
500
431
|
"type": "object"
|
|
501
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/line-chart-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"
|
|
462
|
+
},
|
|
502
463
|
"XAxisSlot": {
|
|
503
464
|
"description": "Category slot definition of the Line chart",
|
|
504
465
|
"properties": {
|
|
@@ -771,11 +771,11 @@ declare const _default: {
|
|
|
771
771
|
"type": "number"
|
|
772
772
|
},
|
|
773
773
|
"type": {
|
|
774
|
-
"description": "Period over period comparison type
|
|
774
|
+
"description": "Period over period comparison type",
|
|
775
775
|
"enum": [
|
|
776
|
-
"change",
|
|
777
776
|
"none",
|
|
778
|
-
"past"
|
|
777
|
+
"past",
|
|
778
|
+
"percentageChange"
|
|
779
779
|
],
|
|
780
780
|
"type": "string"
|
|
781
781
|
}
|
|
@@ -1001,7 +1001,7 @@ declare const _default: {
|
|
|
1001
1001
|
"description": "Custom border styling",
|
|
1002
1002
|
"properties": {
|
|
1003
1003
|
"border-bottom-width": {
|
|
1004
|
-
"description": "Border bottom width",
|
|
1004
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1005
1005
|
"examples": [
|
|
1006
1006
|
"0px",
|
|
1007
1007
|
"1px",
|
|
@@ -1010,7 +1010,7 @@ declare const _default: {
|
|
|
1010
1010
|
"type": "string"
|
|
1011
1011
|
},
|
|
1012
1012
|
"border-color": {
|
|
1013
|
-
"description": "Border color",
|
|
1013
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1014
1014
|
"examples": [
|
|
1015
1015
|
"rgba(216, 216, 216, 1)",
|
|
1016
1016
|
"rgb(147, 146, 148)"
|
|
@@ -1018,7 +1018,7 @@ declare const _default: {
|
|
|
1018
1018
|
"type": "string"
|
|
1019
1019
|
},
|
|
1020
1020
|
"border-left-width": {
|
|
1021
|
-
"description": "Border left width",
|
|
1021
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1022
1022
|
"examples": [
|
|
1023
1023
|
"0px",
|
|
1024
1024
|
"1px",
|
|
@@ -1036,7 +1036,7 @@ declare const _default: {
|
|
|
1036
1036
|
"type": "string"
|
|
1037
1037
|
},
|
|
1038
1038
|
"border-right-width": {
|
|
1039
|
-
"description": "Border right width",
|
|
1039
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1040
1040
|
"examples": [
|
|
1041
1041
|
"0px",
|
|
1042
1042
|
"1px",
|
|
@@ -1045,7 +1045,7 @@ declare const _default: {
|
|
|
1045
1045
|
"type": "string"
|
|
1046
1046
|
},
|
|
1047
1047
|
"border-style": {
|
|
1048
|
-
"description": "Border style",
|
|
1048
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1049
1049
|
"examples": [
|
|
1050
1050
|
"none",
|
|
1051
1051
|
"solid",
|
|
@@ -1055,7 +1055,7 @@ declare const _default: {
|
|
|
1055
1055
|
"type": "string"
|
|
1056
1056
|
},
|
|
1057
1057
|
"border-top-width": {
|
|
1058
|
-
"description": "Border top width",
|
|
1058
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1059
1059
|
"examples": [
|
|
1060
1060
|
"0px",
|
|
1061
1061
|
"1px",
|
|
@@ -1099,19 +1099,6 @@ declare const _default: {
|
|
|
1099
1099
|
"font": {
|
|
1100
1100
|
"description": "Custom font styling",
|
|
1101
1101
|
"properties": {
|
|
1102
|
-
"font-style": {
|
|
1103
|
-
"const": "normal",
|
|
1104
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1105
|
-
"type": "string"
|
|
1106
|
-
},
|
|
1107
|
-
"font-weight": {
|
|
1108
|
-
"description": "Font weight",
|
|
1109
|
-
"examples": [
|
|
1110
|
-
400,
|
|
1111
|
-
700
|
|
1112
|
-
],
|
|
1113
|
-
"type": "number"
|
|
1114
|
-
},
|
|
1115
1102
|
"fontFamily": {
|
|
1116
1103
|
"description": "Font family",
|
|
1117
1104
|
"examples": [
|
|
@@ -1124,7 +1111,7 @@ declare const _default: {
|
|
|
1124
1111
|
"type": "string"
|
|
1125
1112
|
},
|
|
1126
1113
|
"fontSize": {
|
|
1127
|
-
"description": "Font size in px",
|
|
1114
|
+
"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.",
|
|
1128
1115
|
"examples": [
|
|
1129
1116
|
10,
|
|
1130
1117
|
15,
|
|
@@ -1153,7 +1140,7 @@ declare const _default: {
|
|
|
1153
1140
|
"type": "string"
|
|
1154
1141
|
},
|
|
1155
1142
|
"title": {
|
|
1156
|
-
"description": "Custom title styling",
|
|
1143
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1157
1144
|
"properties": {
|
|
1158
1145
|
"align": {
|
|
1159
1146
|
"description": "Title align",
|
|
@@ -1186,7 +1173,7 @@ declare const _default: {
|
|
|
1186
1173
|
"type": "boolean"
|
|
1187
1174
|
},
|
|
1188
1175
|
"fontSize": {
|
|
1189
|
-
"description": "Title's font size in px",
|
|
1176
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1190
1177
|
"examples": [
|
|
1191
1178
|
16,
|
|
1192
1179
|
20
|
|
@@ -1222,7 +1209,7 @@ declare const _default: {
|
|
|
1222
1209
|
"type": "object"
|
|
1223
1210
|
},
|
|
1224
1211
|
"tooltip": {
|
|
1225
|
-
"description": "Custom tooltip styling",
|
|
1212
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1226
1213
|
"properties": {
|
|
1227
1214
|
"background": {
|
|
1228
1215
|
"description": "Tooltip's background",
|
|
@@ -1235,16 +1222,7 @@ declare const _default: {
|
|
|
1235
1222
|
"type": "string"
|
|
1236
1223
|
},
|
|
1237
1224
|
"fontSize": {
|
|
1238
|
-
"description": "Tooltip's font size in px",
|
|
1239
|
-
"examples": [
|
|
1240
|
-
12,
|
|
1241
|
-
16,
|
|
1242
|
-
20
|
|
1243
|
-
],
|
|
1244
|
-
"type": "number"
|
|
1245
|
-
},
|
|
1246
|
-
"lineHeight": {
|
|
1247
|
-
"description": "Tooltip's line height in px",
|
|
1225
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1248
1226
|
"examples": [
|
|
1249
1227
|
12,
|
|
1250
1228
|
16,
|
|
@@ -1253,7 +1231,7 @@ declare const _default: {
|
|
|
1253
1231
|
"type": "number"
|
|
1254
1232
|
},
|
|
1255
1233
|
"opacity": {
|
|
1256
|
-
"description": "Tooltip's opacity",
|
|
1234
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1257
1235
|
"examples": [
|
|
1258
1236
|
0.5,
|
|
1259
1237
|
0.8,
|
|
@@ -1383,7 +1361,7 @@ declare const _default: {
|
|
|
1383
1361
|
"type": "string"
|
|
1384
1362
|
},
|
|
1385
1363
|
"title": {
|
|
1386
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1364
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1387
1365
|
"examples": [
|
|
1388
1366
|
{
|
|
1389
1367
|
"en": "Title"
|
|
@@ -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/marker-map-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",
|
|
@@ -231,31 +208,8 @@ declare const _default: {
|
|
|
231
208
|
]
|
|
232
209
|
},
|
|
233
210
|
"periodOverPeriod": {
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"level": {
|
|
237
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
238
|
-
"type": "number"
|
|
239
|
-
},
|
|
240
|
-
"periodToDate": {
|
|
241
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
242
|
-
"type": "boolean"
|
|
243
|
-
},
|
|
244
|
-
"quantity": {
|
|
245
|
-
"description": "Number of periods",
|
|
246
|
-
"type": "number"
|
|
247
|
-
},
|
|
248
|
-
"type": {
|
|
249
|
-
"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",
|
|
250
|
-
"enum": [
|
|
251
|
-
"change",
|
|
252
|
-
"none",
|
|
253
|
-
"past"
|
|
254
|
-
],
|
|
255
|
-
"type": "string"
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
"type": "object"
|
|
211
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/marker-map-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
212
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
259
213
|
},
|
|
260
214
|
"subtype": {
|
|
261
215
|
"anyOf": [
|
|
@@ -436,31 +390,8 @@ declare const _default: {
|
|
|
436
390
|
"type": "object"
|
|
437
391
|
},
|
|
438
392
|
"periodOverPeriod": {
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"level": {
|
|
442
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
443
|
-
"type": "number"
|
|
444
|
-
},
|
|
445
|
-
"periodToDate": {
|
|
446
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
447
|
-
"type": "boolean"
|
|
448
|
-
},
|
|
449
|
-
"quantity": {
|
|
450
|
-
"description": "Number of periods",
|
|
451
|
-
"type": "number"
|
|
452
|
-
},
|
|
453
|
-
"type": {
|
|
454
|
-
"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",
|
|
455
|
-
"enum": [
|
|
456
|
-
"change",
|
|
457
|
-
"none",
|
|
458
|
-
"past"
|
|
459
|
-
],
|
|
460
|
-
"type": "string"
|
|
461
|
-
}
|
|
462
|
-
},
|
|
463
|
-
"type": "object"
|
|
393
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/marker-map-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
394
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
464
395
|
},
|
|
465
396
|
"subtype": {
|
|
466
397
|
"anyOf": [
|
|
@@ -490,6 +421,36 @@ declare const _default: {
|
|
|
490
421
|
},
|
|
491
422
|
"type": "object"
|
|
492
423
|
},
|
|
424
|
+
"PeriodOverPeriod": {
|
|
425
|
+
"properties": {
|
|
426
|
+
"level": {
|
|
427
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
428
|
+
"type": "number"
|
|
429
|
+
},
|
|
430
|
+
"periodToDate": {
|
|
431
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
432
|
+
"type": "boolean"
|
|
433
|
+
},
|
|
434
|
+
"quantity": {
|
|
435
|
+
"description": "Number of periods",
|
|
436
|
+
"type": "number"
|
|
437
|
+
},
|
|
438
|
+
"type": {
|
|
439
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/marker-map-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
440
|
+
"description": "Period over period comparison type"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"type": "object"
|
|
444
|
+
},
|
|
445
|
+
"PeriodOverPeriodType": {
|
|
446
|
+
"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",
|
|
447
|
+
"enum": [
|
|
448
|
+
"none",
|
|
449
|
+
"past",
|
|
450
|
+
"percentageChange"
|
|
451
|
+
],
|
|
452
|
+
"type": "string"
|
|
453
|
+
},
|
|
493
454
|
"SpatialSlotContent": {
|
|
494
455
|
"properties": {
|
|
495
456
|
"color": {
|
|
@@ -557,7 +518,7 @@ declare const _default: {
|
|
|
557
518
|
}
|
|
558
519
|
]
|
|
559
520
|
},
|
|
560
|
-
"maxItems":
|
|
521
|
+
"maxItems": 2,
|
|
561
522
|
"type": "array"
|
|
562
523
|
}
|
|
563
524
|
|