@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
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart.schema.json",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"description": "Speedometer Chart item",
|
|
6
|
+
"properties": {
|
|
7
|
+
"type": {
|
|
8
|
+
"description": "Type of the item",
|
|
9
|
+
"type": "string",
|
|
10
|
+
"const": "speedometer-chart"
|
|
11
|
+
},
|
|
12
|
+
"options": {
|
|
13
|
+
"description": "Options of the Speedometer Chart item",
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-options.schema.json"
|
|
15
|
+
},
|
|
16
|
+
"slots": {
|
|
17
|
+
"description": "Data definition of the Speedometer Chart item",
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json"
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export default _default;
|
|
@@ -837,11 +837,11 @@ declare const _default: {
|
|
|
837
837
|
"type": "number"
|
|
838
838
|
},
|
|
839
839
|
"type": {
|
|
840
|
-
"description": "Period over period comparison type
|
|
840
|
+
"description": "Period over period comparison type",
|
|
841
841
|
"enum": [
|
|
842
|
-
"change",
|
|
843
842
|
"none",
|
|
844
|
-
"past"
|
|
843
|
+
"past",
|
|
844
|
+
"percentageChange"
|
|
845
845
|
],
|
|
846
846
|
"type": "string"
|
|
847
847
|
}
|
|
@@ -1187,7 +1187,7 @@ declare const _default: {
|
|
|
1187
1187
|
"description": "Custom border styling",
|
|
1188
1188
|
"properties": {
|
|
1189
1189
|
"border-bottom-width": {
|
|
1190
|
-
"description": "Border bottom width",
|
|
1190
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1191
1191
|
"examples": [
|
|
1192
1192
|
"0px",
|
|
1193
1193
|
"1px",
|
|
@@ -1196,7 +1196,7 @@ declare const _default: {
|
|
|
1196
1196
|
"type": "string"
|
|
1197
1197
|
},
|
|
1198
1198
|
"border-color": {
|
|
1199
|
-
"description": "Border color",
|
|
1199
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1200
1200
|
"examples": [
|
|
1201
1201
|
"rgba(216, 216, 216, 1)",
|
|
1202
1202
|
"rgb(147, 146, 148)"
|
|
@@ -1204,7 +1204,7 @@ declare const _default: {
|
|
|
1204
1204
|
"type": "string"
|
|
1205
1205
|
},
|
|
1206
1206
|
"border-left-width": {
|
|
1207
|
-
"description": "Border left width",
|
|
1207
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1208
1208
|
"examples": [
|
|
1209
1209
|
"0px",
|
|
1210
1210
|
"1px",
|
|
@@ -1222,7 +1222,7 @@ declare const _default: {
|
|
|
1222
1222
|
"type": "string"
|
|
1223
1223
|
},
|
|
1224
1224
|
"border-right-width": {
|
|
1225
|
-
"description": "Border right width",
|
|
1225
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1226
1226
|
"examples": [
|
|
1227
1227
|
"0px",
|
|
1228
1228
|
"1px",
|
|
@@ -1231,7 +1231,7 @@ declare const _default: {
|
|
|
1231
1231
|
"type": "string"
|
|
1232
1232
|
},
|
|
1233
1233
|
"border-style": {
|
|
1234
|
-
"description": "Border style",
|
|
1234
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1235
1235
|
"examples": [
|
|
1236
1236
|
"none",
|
|
1237
1237
|
"solid",
|
|
@@ -1241,7 +1241,7 @@ declare const _default: {
|
|
|
1241
1241
|
"type": "string"
|
|
1242
1242
|
},
|
|
1243
1243
|
"border-top-width": {
|
|
1244
|
-
"description": "Border top width",
|
|
1244
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1245
1245
|
"examples": [
|
|
1246
1246
|
"0px",
|
|
1247
1247
|
"1px",
|
|
@@ -1283,12 +1283,15 @@ declare const _default: {
|
|
|
1283
1283
|
"type": "object"
|
|
1284
1284
|
},
|
|
1285
1285
|
"colors": {
|
|
1286
|
-
"description": "Custom color palette",
|
|
1286
|
+
"description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
|
|
1287
1287
|
"examples": [
|
|
1288
1288
|
[
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1289
|
+
"red",
|
|
1290
|
+
"green",
|
|
1291
|
+
"blue",
|
|
1292
|
+
"yellow",
|
|
1293
|
+
"orange",
|
|
1294
|
+
"purple"
|
|
1292
1295
|
]
|
|
1293
1296
|
],
|
|
1294
1297
|
"items": {
|
|
@@ -1299,19 +1302,6 @@ declare const _default: {
|
|
|
1299
1302
|
"font": {
|
|
1300
1303
|
"description": "Custom font styling",
|
|
1301
1304
|
"properties": {
|
|
1302
|
-
"font-style": {
|
|
1303
|
-
"const": "normal",
|
|
1304
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1305
|
-
"type": "string"
|
|
1306
|
-
},
|
|
1307
|
-
"font-weight": {
|
|
1308
|
-
"description": "Font weight",
|
|
1309
|
-
"examples": [
|
|
1310
|
-
400,
|
|
1311
|
-
700
|
|
1312
|
-
],
|
|
1313
|
-
"type": "number"
|
|
1314
|
-
},
|
|
1315
1305
|
"fontFamily": {
|
|
1316
1306
|
"description": "Font family",
|
|
1317
1307
|
"examples": [
|
|
@@ -1324,7 +1314,7 @@ declare const _default: {
|
|
|
1324
1314
|
"type": "string"
|
|
1325
1315
|
},
|
|
1326
1316
|
"fontSize": {
|
|
1327
|
-
"description": "Font size in px",
|
|
1317
|
+
"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.",
|
|
1328
1318
|
"examples": [
|
|
1329
1319
|
10,
|
|
1330
1320
|
15,
|
|
@@ -1353,7 +1343,7 @@ declare const _default: {
|
|
|
1353
1343
|
"type": "string"
|
|
1354
1344
|
},
|
|
1355
1345
|
"title": {
|
|
1356
|
-
"description": "Custom title styling",
|
|
1346
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1357
1347
|
"properties": {
|
|
1358
1348
|
"align": {
|
|
1359
1349
|
"description": "Title align",
|
|
@@ -1386,7 +1376,7 @@ declare const _default: {
|
|
|
1386
1376
|
"type": "boolean"
|
|
1387
1377
|
},
|
|
1388
1378
|
"fontSize": {
|
|
1389
|
-
"description": "Title's font size in px",
|
|
1379
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1390
1380
|
"examples": [
|
|
1391
1381
|
16,
|
|
1392
1382
|
20
|
|
@@ -1422,7 +1412,7 @@ declare const _default: {
|
|
|
1422
1412
|
"type": "object"
|
|
1423
1413
|
},
|
|
1424
1414
|
"tooltip": {
|
|
1425
|
-
"description": "Custom tooltip styling",
|
|
1415
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1426
1416
|
"properties": {
|
|
1427
1417
|
"background": {
|
|
1428
1418
|
"description": "Tooltip's background",
|
|
@@ -1435,16 +1425,7 @@ declare const _default: {
|
|
|
1435
1425
|
"type": "string"
|
|
1436
1426
|
},
|
|
1437
1427
|
"fontSize": {
|
|
1438
|
-
"description": "Tooltip's font size in px",
|
|
1439
|
-
"examples": [
|
|
1440
|
-
12,
|
|
1441
|
-
16,
|
|
1442
|
-
20
|
|
1443
|
-
],
|
|
1444
|
-
"type": "number"
|
|
1445
|
-
},
|
|
1446
|
-
"lineHeight": {
|
|
1447
|
-
"description": "Tooltip's line height in px",
|
|
1428
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1448
1429
|
"examples": [
|
|
1449
1430
|
12,
|
|
1450
1431
|
16,
|
|
@@ -1453,7 +1434,7 @@ declare const _default: {
|
|
|
1453
1434
|
"type": "number"
|
|
1454
1435
|
},
|
|
1455
1436
|
"opacity": {
|
|
1456
|
-
"description": "Tooltip's opacity",
|
|
1437
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1457
1438
|
"examples": [
|
|
1458
1439
|
0.5,
|
|
1459
1440
|
0.8,
|
|
@@ -1583,7 +1564,7 @@ declare const _default: {
|
|
|
1583
1564
|
"type": "string"
|
|
1584
1565
|
},
|
|
1585
1566
|
"title": {
|
|
1586
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1567
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1587
1568
|
"examples": [
|
|
1588
1569
|
{
|
|
1589
1570
|
"en": "Title"
|
|
@@ -127,31 +127,8 @@ declare const _default: {
|
|
|
127
127
|
"type": "string"
|
|
128
128
|
},
|
|
129
129
|
"periodOverPeriod": {
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"level": {
|
|
133
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
134
|
-
"type": "number"
|
|
135
|
-
},
|
|
136
|
-
"periodToDate": {
|
|
137
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
138
|
-
"type": "boolean"
|
|
139
|
-
},
|
|
140
|
-
"quantity": {
|
|
141
|
-
"description": "Number of periods",
|
|
142
|
-
"type": "number"
|
|
143
|
-
},
|
|
144
|
-
"type": {
|
|
145
|
-
"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",
|
|
146
|
-
"enum": [
|
|
147
|
-
"change",
|
|
148
|
-
"none",
|
|
149
|
-
"past"
|
|
150
|
-
],
|
|
151
|
-
"type": "string"
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
"type": "object"
|
|
130
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/spike-map-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
131
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
155
132
|
},
|
|
156
133
|
"subtype": {
|
|
157
134
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -260,31 +237,8 @@ declare const _default: {
|
|
|
260
237
|
]
|
|
261
238
|
},
|
|
262
239
|
"periodOverPeriod": {
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"level": {
|
|
266
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
267
|
-
"type": "number"
|
|
268
|
-
},
|
|
269
|
-
"periodToDate": {
|
|
270
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
271
|
-
"type": "boolean"
|
|
272
|
-
},
|
|
273
|
-
"quantity": {
|
|
274
|
-
"description": "Number of periods",
|
|
275
|
-
"type": "number"
|
|
276
|
-
},
|
|
277
|
-
"type": {
|
|
278
|
-
"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",
|
|
279
|
-
"enum": [
|
|
280
|
-
"change",
|
|
281
|
-
"none",
|
|
282
|
-
"past"
|
|
283
|
-
],
|
|
284
|
-
"type": "string"
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
"type": "object"
|
|
240
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/spike-map-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
241
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
288
242
|
},
|
|
289
243
|
"subtype": {
|
|
290
244
|
"anyOf": [
|
|
@@ -465,31 +419,8 @@ declare const _default: {
|
|
|
465
419
|
"type": "object"
|
|
466
420
|
},
|
|
467
421
|
"periodOverPeriod": {
|
|
468
|
-
"
|
|
469
|
-
"
|
|
470
|
-
"level": {
|
|
471
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
472
|
-
"type": "number"
|
|
473
|
-
},
|
|
474
|
-
"periodToDate": {
|
|
475
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
476
|
-
"type": "boolean"
|
|
477
|
-
},
|
|
478
|
-
"quantity": {
|
|
479
|
-
"description": "Number of periods",
|
|
480
|
-
"type": "number"
|
|
481
|
-
},
|
|
482
|
-
"type": {
|
|
483
|
-
"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",
|
|
484
|
-
"enum": [
|
|
485
|
-
"change",
|
|
486
|
-
"none",
|
|
487
|
-
"past"
|
|
488
|
-
],
|
|
489
|
-
"type": "string"
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
|
-
"type": "object"
|
|
422
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/spike-map-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
423
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
493
424
|
},
|
|
494
425
|
"subtype": {
|
|
495
426
|
"anyOf": [
|
|
@@ -519,6 +450,36 @@ declare const _default: {
|
|
|
519
450
|
},
|
|
520
451
|
"type": "object"
|
|
521
452
|
},
|
|
453
|
+
"PeriodOverPeriod": {
|
|
454
|
+
"properties": {
|
|
455
|
+
"level": {
|
|
456
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
457
|
+
"type": "number"
|
|
458
|
+
},
|
|
459
|
+
"periodToDate": {
|
|
460
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
461
|
+
"type": "boolean"
|
|
462
|
+
},
|
|
463
|
+
"quantity": {
|
|
464
|
+
"description": "Number of periods",
|
|
465
|
+
"type": "number"
|
|
466
|
+
},
|
|
467
|
+
"type": {
|
|
468
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/spike-map-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
469
|
+
"description": "Period over period comparison type"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"type": "object"
|
|
473
|
+
},
|
|
474
|
+
"PeriodOverPeriodType": {
|
|
475
|
+
"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",
|
|
476
|
+
"enum": [
|
|
477
|
+
"none",
|
|
478
|
+
"past",
|
|
479
|
+
"percentageChange"
|
|
480
|
+
],
|
|
481
|
+
"type": "string"
|
|
482
|
+
},
|
|
522
483
|
"SpatialSlotContent": {
|
|
523
484
|
"properties": {
|
|
524
485
|
"color": {
|