@luzmo/dashboard-contents-types 1.0.4-beta.0 → 1.0.5
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/assets/json-schemas/area-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +32 -25
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/heat-map-options.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +3 -3
- package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/marker-map-options.schema.json.d.ts +3 -3
- package/assets/json-schemas/marker-map-slots.schema.json.d.ts +37 -76
- package/assets/json-schemas/options.schema.json.d.ts +6 -0
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/route-map-options.schema.json.d.ts +3 -3
- package/assets/json-schemas/route-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +34 -50
- package/assets/json-schemas/slots.schema.json.d.ts +6 -0
- package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +1335 -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 +3 -3
- package/assets/json-schemas/spike-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/symbol-map-options.schema.json.d.ts +3 -3
- package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +3478 -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/wordcloud-chart-options.schema.json.d.ts +3 -3
- package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +36 -75
- package/index.d.ts +1 -0
- package/index.js +202 -485
- package/index.mjs +10738 -4767
- package/json-schemas.d.ts +7147 -2620
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +37 -23
- 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-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/index.d.ts +2 -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 +2 -0
- package/src/lib/ohlc-chart/index.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/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 +2 -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 +6 -5
- package/src/lib/shared/item-filter-group.d.ts +1 -0
- package/src/lib/shared/legend.d.ts +1 -0
- 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 +21 -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 +1 -0
- package/src/lib/shared/title.d.ts +1 -0
- 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 +2 -0
- package/src/lib/sunburst-chart/index.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/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 +4 -1
- package/src/options.d.ts.map +1 -1
- package/src/slots.d.ts +4 -1
- package/src/slots.d.ts.map +1 -1
|
@@ -0,0 +1,728 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"definitions": {
|
|
5
|
+
"ColumnSubtype": {
|
|
6
|
+
"enum": [
|
|
7
|
+
"coordinates",
|
|
8
|
+
"currency",
|
|
9
|
+
"duration",
|
|
10
|
+
"hierarchy_element_expression",
|
|
11
|
+
"topography"
|
|
12
|
+
],
|
|
13
|
+
"type": "string"
|
|
14
|
+
},
|
|
15
|
+
"DateTimeSlotContent": {
|
|
16
|
+
"properties": {
|
|
17
|
+
"aggregationFunc": {
|
|
18
|
+
"description": "Basic aggregation function. It can be used when a \"datetime\" column is used in a measure slot.",
|
|
19
|
+
"enum": [
|
|
20
|
+
"count",
|
|
21
|
+
"distinctcount"
|
|
22
|
+
],
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
"color": {
|
|
26
|
+
"description": "Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.",
|
|
27
|
+
"type": [
|
|
28
|
+
"null",
|
|
29
|
+
"string"
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
"columnId": {
|
|
33
|
+
"description": "Column id",
|
|
34
|
+
"format": "uuid",
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
"datasetId": {
|
|
38
|
+
"description": "Dataset id",
|
|
39
|
+
"format": "uuid",
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
42
|
+
"datetimeDisplayMode": {
|
|
43
|
+
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
44
|
+
"enum": [
|
|
45
|
+
"day_in_month",
|
|
46
|
+
"day_in_year",
|
|
47
|
+
"default",
|
|
48
|
+
"hour_in_day",
|
|
49
|
+
"minute_in_hour",
|
|
50
|
+
"month_name",
|
|
51
|
+
"month_number",
|
|
52
|
+
"quarter_number",
|
|
53
|
+
"second_in_minute",
|
|
54
|
+
"week_number",
|
|
55
|
+
"weekday_name",
|
|
56
|
+
"weekday_number"
|
|
57
|
+
],
|
|
58
|
+
"type": "string"
|
|
59
|
+
},
|
|
60
|
+
"format": {
|
|
61
|
+
"description": "D3 format, it is used for \"numeric\" formatting (https://observablehq.com/@d3/d3-format), for \"datetime\" formatting (https://d3js.org/d3-time-format).\nIt can also be used for \"hierarchy\" formatting but when it's used in the measure slot.",
|
|
62
|
+
"type": "string"
|
|
63
|
+
},
|
|
64
|
+
"grandTotals": {
|
|
65
|
+
"description": "Enable or disable grand totals, they're only used in Pivot table",
|
|
66
|
+
"properties": {
|
|
67
|
+
"enabled": {
|
|
68
|
+
"type": "boolean"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"type": "object"
|
|
72
|
+
},
|
|
73
|
+
"label": {
|
|
74
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
75
|
+
"type": "object"
|
|
76
|
+
},
|
|
77
|
+
"level": {
|
|
78
|
+
"description": "\"hierarchy\" or \"datetime\" level",
|
|
79
|
+
"type": [
|
|
80
|
+
"number",
|
|
81
|
+
"null"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
"lowestLevel": {
|
|
85
|
+
"description": "Lowest \"hierarchy\" or \"datetime\" level",
|
|
86
|
+
"type": [
|
|
87
|
+
"null",
|
|
88
|
+
"number"
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
"monthNameFormat": {
|
|
92
|
+
"description": "Month name format for datetime column formatting",
|
|
93
|
+
"enum": [
|
|
94
|
+
"letter",
|
|
95
|
+
"long",
|
|
96
|
+
"short"
|
|
97
|
+
],
|
|
98
|
+
"type": "string"
|
|
99
|
+
},
|
|
100
|
+
"periodOverPeriod": {
|
|
101
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
102
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
103
|
+
},
|
|
104
|
+
"subtype": {
|
|
105
|
+
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
106
|
+
"type": "null"
|
|
107
|
+
},
|
|
108
|
+
"type": {
|
|
109
|
+
"const": "datetime",
|
|
110
|
+
"description": "\"datetime\" column type",
|
|
111
|
+
"type": "string"
|
|
112
|
+
},
|
|
113
|
+
"weekDayNameFormat": {
|
|
114
|
+
"description": "Week day name format for datetime column formatting",
|
|
115
|
+
"enum": [
|
|
116
|
+
"letter",
|
|
117
|
+
"long",
|
|
118
|
+
"short"
|
|
119
|
+
],
|
|
120
|
+
"type": "string"
|
|
121
|
+
},
|
|
122
|
+
"weekStart": {
|
|
123
|
+
"description": "Week start day, 'sunday' or 'monday'. For datetime column formatting.",
|
|
124
|
+
"enum": [
|
|
125
|
+
"monday",
|
|
126
|
+
"sunday"
|
|
127
|
+
],
|
|
128
|
+
"type": "string"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"type": "object"
|
|
132
|
+
},
|
|
133
|
+
"GenericSlotContent": {
|
|
134
|
+
"properties": {
|
|
135
|
+
"aggregationFunc": {
|
|
136
|
+
"description": "Aggregation function. It can be used with a \"numeric\" column type, and with some limitations with \"hierarchy\" and \"datetime\" column types.",
|
|
137
|
+
"enum": [
|
|
138
|
+
"average",
|
|
139
|
+
"count",
|
|
140
|
+
"cumulativesum",
|
|
141
|
+
"distinctcount",
|
|
142
|
+
"histogram",
|
|
143
|
+
"max",
|
|
144
|
+
"median",
|
|
145
|
+
"min",
|
|
146
|
+
"rate",
|
|
147
|
+
"stddev",
|
|
148
|
+
"sum",
|
|
149
|
+
"weightedaverage"
|
|
150
|
+
],
|
|
151
|
+
"type": "string"
|
|
152
|
+
},
|
|
153
|
+
"aggregationWeight": {
|
|
154
|
+
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
155
|
+
"properties": {
|
|
156
|
+
"columnId": {
|
|
157
|
+
"description": "Column id",
|
|
158
|
+
"format": "uuid",
|
|
159
|
+
"type": "string"
|
|
160
|
+
},
|
|
161
|
+
"columnSubType": {
|
|
162
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
163
|
+
"description": "Column subtype"
|
|
164
|
+
},
|
|
165
|
+
"datasetId": {
|
|
166
|
+
"description": "Dataset id",
|
|
167
|
+
"format": "uuid",
|
|
168
|
+
"type": "string"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"type": "object"
|
|
172
|
+
},
|
|
173
|
+
"bins": {
|
|
174
|
+
"description": "Bin definition. It can be used when a \"numeric\" column is used as a category.",
|
|
175
|
+
"properties": {
|
|
176
|
+
"enabled": {
|
|
177
|
+
"description": "Enable or disable binning",
|
|
178
|
+
"type": "boolean"
|
|
179
|
+
},
|
|
180
|
+
"number": {
|
|
181
|
+
"description": "Defines the range of the bins",
|
|
182
|
+
"type": "number"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"type": "object"
|
|
186
|
+
},
|
|
187
|
+
"color": {
|
|
188
|
+
"description": "Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.",
|
|
189
|
+
"type": [
|
|
190
|
+
"null",
|
|
191
|
+
"string"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
194
|
+
"columnId": {
|
|
195
|
+
"description": "Column id",
|
|
196
|
+
"format": "uuid",
|
|
197
|
+
"type": "string"
|
|
198
|
+
},
|
|
199
|
+
"currency": {
|
|
200
|
+
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
201
|
+
"type": [
|
|
202
|
+
"null",
|
|
203
|
+
"string"
|
|
204
|
+
]
|
|
205
|
+
},
|
|
206
|
+
"datasetId": {
|
|
207
|
+
"description": "Dataset id",
|
|
208
|
+
"format": "uuid",
|
|
209
|
+
"type": "string"
|
|
210
|
+
},
|
|
211
|
+
"datetimeDisplayMode": {
|
|
212
|
+
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
213
|
+
"enum": [
|
|
214
|
+
"day_in_month",
|
|
215
|
+
"day_in_year",
|
|
216
|
+
"default",
|
|
217
|
+
"hour_in_day",
|
|
218
|
+
"minute_in_hour",
|
|
219
|
+
"month_name",
|
|
220
|
+
"month_number",
|
|
221
|
+
"quarter_number",
|
|
222
|
+
"second_in_minute",
|
|
223
|
+
"week_number",
|
|
224
|
+
"weekday_name",
|
|
225
|
+
"weekday_number"
|
|
226
|
+
],
|
|
227
|
+
"type": "string"
|
|
228
|
+
},
|
|
229
|
+
"duration": {
|
|
230
|
+
"description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
|
|
231
|
+
"properties": {
|
|
232
|
+
"format": {
|
|
233
|
+
"description": "Duration format",
|
|
234
|
+
"enum": [
|
|
235
|
+
"long",
|
|
236
|
+
"short",
|
|
237
|
+
"time"
|
|
238
|
+
],
|
|
239
|
+
"type": "string"
|
|
240
|
+
},
|
|
241
|
+
"levels": {
|
|
242
|
+
"description": "Duration levels used",
|
|
243
|
+
"items": {
|
|
244
|
+
"type": "number"
|
|
245
|
+
},
|
|
246
|
+
"type": "array"
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"type": "object"
|
|
250
|
+
},
|
|
251
|
+
"format": {
|
|
252
|
+
"description": "D3 format, it is used for \"numeric\" formatting (https://observablehq.com/@d3/d3-format), for \"datetime\" formatting (https://d3js.org/d3-time-format).\nIt can also be used for \"hierarchy\" formatting but when it's used in the measure slot.",
|
|
253
|
+
"type": "string"
|
|
254
|
+
},
|
|
255
|
+
"formula": {
|
|
256
|
+
"description": "A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
|
|
257
|
+
"type": "string"
|
|
258
|
+
},
|
|
259
|
+
"grandTotals": {
|
|
260
|
+
"description": "Enable or disable grand totals, they're only used in Pivot table",
|
|
261
|
+
"properties": {
|
|
262
|
+
"enabled": {
|
|
263
|
+
"type": "boolean"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"type": "object"
|
|
267
|
+
},
|
|
268
|
+
"include_nonoccurring": {
|
|
269
|
+
"description": "Shows empty areas for geo slots (with the name \"geo\" and content type 'spacial).\nAlso, it can be set in the options' advanced settings of the Choropleth map.",
|
|
270
|
+
"type": "boolean"
|
|
271
|
+
},
|
|
272
|
+
"label": {
|
|
273
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
274
|
+
"type": "object"
|
|
275
|
+
},
|
|
276
|
+
"level": {
|
|
277
|
+
"description": "\"hierarchy\" or \"datetime\" level",
|
|
278
|
+
"type": [
|
|
279
|
+
"number",
|
|
280
|
+
"null"
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
"lowestLevel": {
|
|
284
|
+
"description": "Lowest \"hierarchy\" or \"datetime\" level",
|
|
285
|
+
"type": [
|
|
286
|
+
"null",
|
|
287
|
+
"number"
|
|
288
|
+
]
|
|
289
|
+
},
|
|
290
|
+
"monthNameFormat": {
|
|
291
|
+
"description": "Month name format for datetime column formatting",
|
|
292
|
+
"enum": [
|
|
293
|
+
"letter",
|
|
294
|
+
"long",
|
|
295
|
+
"short"
|
|
296
|
+
],
|
|
297
|
+
"type": "string"
|
|
298
|
+
},
|
|
299
|
+
"periodOverPeriod": {
|
|
300
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
301
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
302
|
+
},
|
|
303
|
+
"subtype": {
|
|
304
|
+
"anyOf": [
|
|
305
|
+
{
|
|
306
|
+
"enum": [
|
|
307
|
+
"coordinates",
|
|
308
|
+
"currency",
|
|
309
|
+
"date",
|
|
310
|
+
"datetime",
|
|
311
|
+
"duration",
|
|
312
|
+
"hierarchy_element_expression",
|
|
313
|
+
"topography"
|
|
314
|
+
],
|
|
315
|
+
"type": "string"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"type": "null"
|
|
319
|
+
}
|
|
320
|
+
],
|
|
321
|
+
"description": "Column subtype"
|
|
322
|
+
},
|
|
323
|
+
"type": {
|
|
324
|
+
"description": "Column / Formula type",
|
|
325
|
+
"enum": [
|
|
326
|
+
"datetime",
|
|
327
|
+
"hierarchy",
|
|
328
|
+
"numeric",
|
|
329
|
+
"spatial"
|
|
330
|
+
],
|
|
331
|
+
"type": "string"
|
|
332
|
+
},
|
|
333
|
+
"weekDayNameFormat": {
|
|
334
|
+
"description": "Week day name format for datetime column formatting",
|
|
335
|
+
"enum": [
|
|
336
|
+
"letter",
|
|
337
|
+
"long",
|
|
338
|
+
"short"
|
|
339
|
+
],
|
|
340
|
+
"type": "string"
|
|
341
|
+
},
|
|
342
|
+
"weekStart": {
|
|
343
|
+
"description": "Week start day, 'sunday' or 'monday'. For datetime column formatting.",
|
|
344
|
+
"enum": [
|
|
345
|
+
"monday",
|
|
346
|
+
"sunday"
|
|
347
|
+
],
|
|
348
|
+
"type": "string"
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"type": "object"
|
|
352
|
+
},
|
|
353
|
+
"HierarchySlotContent": {
|
|
354
|
+
"properties": {
|
|
355
|
+
"aggregationFunc": {
|
|
356
|
+
"description": "Basic aggregation function. It can be used when a \"hierarchy\" column is used in a measure slot.",
|
|
357
|
+
"enum": [
|
|
358
|
+
"count",
|
|
359
|
+
"distinctcount"
|
|
360
|
+
],
|
|
361
|
+
"type": "string"
|
|
362
|
+
},
|
|
363
|
+
"color": {
|
|
364
|
+
"description": "Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.",
|
|
365
|
+
"type": [
|
|
366
|
+
"null",
|
|
367
|
+
"string"
|
|
368
|
+
]
|
|
369
|
+
},
|
|
370
|
+
"columnId": {
|
|
371
|
+
"description": "Column id",
|
|
372
|
+
"format": "uuid",
|
|
373
|
+
"type": "string"
|
|
374
|
+
},
|
|
375
|
+
"datasetId": {
|
|
376
|
+
"description": "Dataset id",
|
|
377
|
+
"format": "uuid",
|
|
378
|
+
"type": "string"
|
|
379
|
+
},
|
|
380
|
+
"format": {
|
|
381
|
+
"description": "D3 format, it is used for \"numeric\" formatting (https://observablehq.com/@d3/d3-format), for \"datetime\" formatting (https://d3js.org/d3-time-format).\nIt can also be used for \"hierarchy\" formatting but when it's used in the measure slot.",
|
|
382
|
+
"type": "string"
|
|
383
|
+
},
|
|
384
|
+
"grandTotals": {
|
|
385
|
+
"description": "Enable or disable grand totals, they're only used in Pivot table",
|
|
386
|
+
"properties": {
|
|
387
|
+
"enabled": {
|
|
388
|
+
"type": "boolean"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"type": "object"
|
|
392
|
+
},
|
|
393
|
+
"label": {
|
|
394
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
395
|
+
"type": "object"
|
|
396
|
+
},
|
|
397
|
+
"level": {
|
|
398
|
+
"description": "\"hierarchy\" or \"datetime\" level",
|
|
399
|
+
"type": [
|
|
400
|
+
"number",
|
|
401
|
+
"null"
|
|
402
|
+
]
|
|
403
|
+
},
|
|
404
|
+
"lowestLevel": {
|
|
405
|
+
"description": "Lowest \"hierarchy\" or \"datetime\" level",
|
|
406
|
+
"type": [
|
|
407
|
+
"null",
|
|
408
|
+
"number"
|
|
409
|
+
]
|
|
410
|
+
},
|
|
411
|
+
"periodOverPeriod": {
|
|
412
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
413
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
414
|
+
},
|
|
415
|
+
"subtype": {
|
|
416
|
+
"anyOf": [
|
|
417
|
+
{
|
|
418
|
+
"enum": [
|
|
419
|
+
"coordinates",
|
|
420
|
+
"currency",
|
|
421
|
+
"date",
|
|
422
|
+
"datetime",
|
|
423
|
+
"duration",
|
|
424
|
+
"hierarchy_element_expression",
|
|
425
|
+
"topography"
|
|
426
|
+
],
|
|
427
|
+
"type": "string"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"type": "null"
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"description": "Column subtype"
|
|
434
|
+
},
|
|
435
|
+
"type": {
|
|
436
|
+
"const": "hierarchy",
|
|
437
|
+
"description": "\"hierarchy\" column type",
|
|
438
|
+
"type": "string"
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
"type": "object"
|
|
442
|
+
},
|
|
443
|
+
"MeasureSlot": {
|
|
444
|
+
"description": "Measure slot definition of the Speedometer chart. This is a required slot.",
|
|
445
|
+
"properties": {
|
|
446
|
+
"content": {
|
|
447
|
+
"description": "Measure slot definition",
|
|
448
|
+
"items": {
|
|
449
|
+
"anyOf": [
|
|
450
|
+
{
|
|
451
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
458
|
+
}
|
|
459
|
+
]
|
|
460
|
+
},
|
|
461
|
+
"maxItems": 1,
|
|
462
|
+
"type": "array"
|
|
463
|
+
},
|
|
464
|
+
"name": {
|
|
465
|
+
"const": "measure",
|
|
466
|
+
"description": "Name of the slot",
|
|
467
|
+
"type": "string"
|
|
468
|
+
},
|
|
469
|
+
"originalContent": {
|
|
470
|
+
"anyOf": [
|
|
471
|
+
{
|
|
472
|
+
"items": {
|
|
473
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/GenericSlotContent"
|
|
474
|
+
},
|
|
475
|
+
"type": "array"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"type": "null"
|
|
479
|
+
}
|
|
480
|
+
]
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
"type": "object"
|
|
484
|
+
},
|
|
485
|
+
"NumericSlotContent": {
|
|
486
|
+
"properties": {
|
|
487
|
+
"aggregationFunc": {
|
|
488
|
+
"description": "Aggregation function. It can be used with a \"numeric\" column type, and with some limitations with \"hierarchy\" and \"datetime\" column types.",
|
|
489
|
+
"enum": [
|
|
490
|
+
"average",
|
|
491
|
+
"count",
|
|
492
|
+
"cumulativesum",
|
|
493
|
+
"distinctcount",
|
|
494
|
+
"histogram",
|
|
495
|
+
"max",
|
|
496
|
+
"median",
|
|
497
|
+
"min",
|
|
498
|
+
"rate",
|
|
499
|
+
"stddev",
|
|
500
|
+
"sum",
|
|
501
|
+
"weightedaverage"
|
|
502
|
+
],
|
|
503
|
+
"type": "string"
|
|
504
|
+
},
|
|
505
|
+
"aggregationWeight": {
|
|
506
|
+
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
507
|
+
"properties": {
|
|
508
|
+
"columnId": {
|
|
509
|
+
"description": "Column id",
|
|
510
|
+
"format": "uuid",
|
|
511
|
+
"type": "string"
|
|
512
|
+
},
|
|
513
|
+
"columnSubType": {
|
|
514
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
515
|
+
"description": "Column subtype"
|
|
516
|
+
},
|
|
517
|
+
"datasetId": {
|
|
518
|
+
"description": "Dataset id",
|
|
519
|
+
"format": "uuid",
|
|
520
|
+
"type": "string"
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
"type": "object"
|
|
524
|
+
},
|
|
525
|
+
"bins": {
|
|
526
|
+
"description": "Bin definition. It can be used when a \"numeric\" column is used as a category.",
|
|
527
|
+
"properties": {
|
|
528
|
+
"enabled": {
|
|
529
|
+
"description": "Enable or disable binning",
|
|
530
|
+
"type": "boolean"
|
|
531
|
+
},
|
|
532
|
+
"number": {
|
|
533
|
+
"description": "Defines the range of the bins",
|
|
534
|
+
"type": "number"
|
|
535
|
+
}
|
|
536
|
+
},
|
|
537
|
+
"type": "object"
|
|
538
|
+
},
|
|
539
|
+
"color": {
|
|
540
|
+
"description": "Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.",
|
|
541
|
+
"type": [
|
|
542
|
+
"null",
|
|
543
|
+
"string"
|
|
544
|
+
]
|
|
545
|
+
},
|
|
546
|
+
"columnId": {
|
|
547
|
+
"description": "Column id",
|
|
548
|
+
"format": "uuid",
|
|
549
|
+
"type": "string"
|
|
550
|
+
},
|
|
551
|
+
"currency": {
|
|
552
|
+
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
553
|
+
"type": [
|
|
554
|
+
"null",
|
|
555
|
+
"string"
|
|
556
|
+
]
|
|
557
|
+
},
|
|
558
|
+
"datasetId": {
|
|
559
|
+
"description": "Dataset id",
|
|
560
|
+
"format": "uuid",
|
|
561
|
+
"type": "string"
|
|
562
|
+
},
|
|
563
|
+
"duration": {
|
|
564
|
+
"description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
|
|
565
|
+
"properties": {
|
|
566
|
+
"format": {
|
|
567
|
+
"description": "Duration format",
|
|
568
|
+
"enum": [
|
|
569
|
+
"long",
|
|
570
|
+
"short",
|
|
571
|
+
"time"
|
|
572
|
+
],
|
|
573
|
+
"type": "string"
|
|
574
|
+
},
|
|
575
|
+
"levels": {
|
|
576
|
+
"description": "Duration levels used",
|
|
577
|
+
"items": {
|
|
578
|
+
"type": "number"
|
|
579
|
+
},
|
|
580
|
+
"type": "array"
|
|
581
|
+
}
|
|
582
|
+
},
|
|
583
|
+
"type": "object"
|
|
584
|
+
},
|
|
585
|
+
"format": {
|
|
586
|
+
"description": "D3 format, it is used for \"numeric\" formatting (https://observablehq.com/@d3/d3-format), for \"datetime\" formatting (https://d3js.org/d3-time-format).\nIt can also be used for \"hierarchy\" formatting but when it's used in the measure slot.",
|
|
587
|
+
"type": "string"
|
|
588
|
+
},
|
|
589
|
+
"formula": {
|
|
590
|
+
"description": "A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
|
|
591
|
+
"type": "string"
|
|
592
|
+
},
|
|
593
|
+
"grandTotals": {
|
|
594
|
+
"description": "Enable or disable grand totals, they're only used in Pivot table",
|
|
595
|
+
"properties": {
|
|
596
|
+
"enabled": {
|
|
597
|
+
"type": "boolean"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"type": "object"
|
|
601
|
+
},
|
|
602
|
+
"label": {
|
|
603
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
604
|
+
"type": "object"
|
|
605
|
+
},
|
|
606
|
+
"periodOverPeriod": {
|
|
607
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
608
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
609
|
+
},
|
|
610
|
+
"subtype": {
|
|
611
|
+
"anyOf": [
|
|
612
|
+
{
|
|
613
|
+
"enum": [
|
|
614
|
+
"coordinates",
|
|
615
|
+
"currency",
|
|
616
|
+
"date",
|
|
617
|
+
"datetime",
|
|
618
|
+
"duration",
|
|
619
|
+
"hierarchy_element_expression",
|
|
620
|
+
"topography"
|
|
621
|
+
],
|
|
622
|
+
"type": "string"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"type": "null"
|
|
626
|
+
}
|
|
627
|
+
],
|
|
628
|
+
"description": "Column subtype"
|
|
629
|
+
},
|
|
630
|
+
"type": {
|
|
631
|
+
"const": "numeric",
|
|
632
|
+
"description": "\"numeric\" column / formula type",
|
|
633
|
+
"type": "string"
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
"type": "object"
|
|
637
|
+
},
|
|
638
|
+
"PeriodOverPeriod": {
|
|
639
|
+
"properties": {
|
|
640
|
+
"level": {
|
|
641
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
642
|
+
"type": "number"
|
|
643
|
+
},
|
|
644
|
+
"periodToDate": {
|
|
645
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
646
|
+
"type": "boolean"
|
|
647
|
+
},
|
|
648
|
+
"quantity": {
|
|
649
|
+
"description": "Number of periods",
|
|
650
|
+
"type": "number"
|
|
651
|
+
},
|
|
652
|
+
"type": {
|
|
653
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
654
|
+
"description": "Period over period comparison type"
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
"type": "object"
|
|
658
|
+
},
|
|
659
|
+
"PeriodOverPeriodType": {
|
|
660
|
+
"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",
|
|
661
|
+
"enum": [
|
|
662
|
+
"none",
|
|
663
|
+
"past",
|
|
664
|
+
"percentageChange"
|
|
665
|
+
],
|
|
666
|
+
"type": "string"
|
|
667
|
+
},
|
|
668
|
+
"TargetSlot": {
|
|
669
|
+
"description": "Target slot definition of the Speedometer chart.",
|
|
670
|
+
"properties": {
|
|
671
|
+
"content": {
|
|
672
|
+
"description": "Target slot definition",
|
|
673
|
+
"items": {
|
|
674
|
+
"anyOf": [
|
|
675
|
+
{
|
|
676
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
683
|
+
}
|
|
684
|
+
]
|
|
685
|
+
},
|
|
686
|
+
"maxItems": 1,
|
|
687
|
+
"type": "array"
|
|
688
|
+
},
|
|
689
|
+
"name": {
|
|
690
|
+
"const": "target",
|
|
691
|
+
"description": "Name of the slot",
|
|
692
|
+
"type": "string"
|
|
693
|
+
},
|
|
694
|
+
"originalContent": {
|
|
695
|
+
"anyOf": [
|
|
696
|
+
{
|
|
697
|
+
"items": {
|
|
698
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/GenericSlotContent"
|
|
699
|
+
},
|
|
700
|
+
"type": "array"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"type": "null"
|
|
704
|
+
}
|
|
705
|
+
]
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
"type": "object"
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
"description": "Data definition of the Speedometer chart",
|
|
712
|
+
"items": {
|
|
713
|
+
"anyOf": [
|
|
714
|
+
{
|
|
715
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/TargetSlot"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
719
|
+
}
|
|
720
|
+
]
|
|
721
|
+
},
|
|
722
|
+
"maxItems": 2,
|
|
723
|
+
"type": "array"
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
;
|
|
727
|
+
|
|
728
|
+
export default _default;
|