@luzmo/dashboard-contents-types 0.1.87-beta.1
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/README.md +7 -0
- package/package.json +11 -0
- package/src/index.d.ts +94 -0
- package/src/index.d.ts.map +1 -0
- package/src/index.js +26 -0
- package/src/index.js.map +1 -0
- package/src/lib/area-chart/area-chart-options.d.ts +312 -0
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -0
- package/src/lib/area-chart/area-chart-options.js +2 -0
- package/src/lib/area-chart/area-chart-options.js.map +1 -0
- package/src/lib/area-chart/area-chart-slots.d.ts +38 -0
- package/src/lib/area-chart/area-chart-slots.d.ts.map +1 -0
- package/src/lib/area-chart/area-chart-slots.js +2 -0
- package/src/lib/area-chart/area-chart-slots.js.map +1 -0
- package/src/lib/area-chart/area-chart.d.ts +24 -0
- package/src/lib/area-chart/area-chart.d.ts.map +1 -0
- package/src/lib/area-chart/area-chart.js +2 -0
- package/src/lib/area-chart/area-chart.js.map +1 -0
- package/src/lib/area-chart/index.d.ts +4 -0
- package/src/lib/area-chart/index.d.ts.map +1 -0
- package/src/lib/area-chart/index.js +4 -0
- package/src/lib/area-chart/index.js.map +1 -0
- package/src/lib/bar-chart/bar-chart-options.d.ts +245 -0
- package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -0
- package/src/lib/bar-chart/bar-chart-options.js +2 -0
- package/src/lib/bar-chart/bar-chart-options.js.map +1 -0
- package/src/lib/bar-chart/bar-chart.d.ts +24 -0
- package/src/lib/bar-chart/bar-chart.d.ts.map +1 -0
- package/src/lib/bar-chart/bar-chart.js +2 -0
- package/src/lib/bar-chart/bar-chart.js.map +1 -0
- package/src/lib/bar-chart/bar-chart.slots.d.ts +38 -0
- package/src/lib/bar-chart/bar-chart.slots.d.ts.map +1 -0
- package/src/lib/bar-chart/bar-chart.slots.js +2 -0
- package/src/lib/bar-chart/bar-chart.slots.js.map +1 -0
- package/src/lib/bar-chart/index.d.ts +4 -0
- package/src/lib/bar-chart/index.d.ts.map +1 -0
- package/src/lib/bar-chart/index.js +4 -0
- package/src/lib/bar-chart/index.js.map +1 -0
- package/src/lib/box-plot/box-plot-options.d.ts +287 -0
- package/src/lib/box-plot/box-plot-options.d.ts.map +1 -0
- package/src/lib/box-plot/box-plot-options.js +2 -0
- package/src/lib/box-plot/box-plot-options.js.map +1 -0
- package/src/lib/box-plot/box-plot-slots.d.ts +28 -0
- package/src/lib/box-plot/box-plot-slots.d.ts.map +1 -0
- package/src/lib/box-plot/box-plot-slots.js +2 -0
- package/src/lib/box-plot/box-plot-slots.js.map +1 -0
- package/src/lib/box-plot/box-plot.d.ts +24 -0
- package/src/lib/box-plot/box-plot.d.ts.map +1 -0
- package/src/lib/box-plot/box-plot.js +2 -0
- package/src/lib/box-plot/box-plot.js.map +1 -0
- package/src/lib/box-plot/index.d.ts +4 -0
- package/src/lib/box-plot/index.d.ts.map +1 -0
- package/src/lib/box-plot/index.js +4 -0
- package/src/lib/box-plot/index.js.map +1 -0
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +84 -0
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -0
- package/src/lib/bubble-chart/bubble-chart-options.js +2 -0
- package/src/lib/bubble-chart/bubble-chart-options.js.map +1 -0
- package/src/lib/bubble-chart/bubble-chart-slots.d.ts +38 -0
- package/src/lib/bubble-chart/bubble-chart-slots.d.ts.map +1 -0
- package/src/lib/bubble-chart/bubble-chart-slots.js +2 -0
- package/src/lib/bubble-chart/bubble-chart-slots.js.map +1 -0
- package/src/lib/bubble-chart/bubble-chart.d.ts +24 -0
- package/src/lib/bubble-chart/bubble-chart.d.ts.map +1 -0
- package/src/lib/bubble-chart/bubble-chart.js +2 -0
- package/src/lib/bubble-chart/bubble-chart.js.map +1 -0
- package/src/lib/bubble-chart/index.d.ts +4 -0
- package/src/lib/bubble-chart/index.d.ts.map +1 -0
- package/src/lib/bubble-chart/index.js +4 -0
- package/src/lib/bubble-chart/index.js.map +1 -0
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +97 -0
- package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -0
- package/src/lib/bullet-chart/bullet-chart-options.js +2 -0
- package/src/lib/bullet-chart/bullet-chart-options.js.map +1 -0
- package/src/lib/bullet-chart/bullet-chart-slots.d.ts +38 -0
- package/src/lib/bullet-chart/bullet-chart-slots.d.ts.map +1 -0
- package/src/lib/bullet-chart/bullet-chart-slots.js +2 -0
- package/src/lib/bullet-chart/bullet-chart-slots.js.map +1 -0
- package/src/lib/bullet-chart/bullet-chart.d.ts +24 -0
- package/src/lib/bullet-chart/bullet-chart.d.ts.map +1 -0
- package/src/lib/bullet-chart/bullet-chart.js +2 -0
- package/src/lib/bullet-chart/bullet-chart.js.map +1 -0
- package/src/lib/bullet-chart/index.d.ts +4 -0
- package/src/lib/bullet-chart/index.d.ts.map +1 -0
- package/src/lib/bullet-chart/index.js +4 -0
- package/src/lib/bullet-chart/index.js.map +1 -0
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +116 -0
- package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -0
- package/src/lib/choropleth-map/choropleth-map-options.js +2 -0
- package/src/lib/choropleth-map/choropleth-map-options.js.map +1 -0
- package/src/lib/choropleth-map/choropleth-map-slots.d.ts +38 -0
- package/src/lib/choropleth-map/choropleth-map-slots.d.ts.map +1 -0
- package/src/lib/choropleth-map/choropleth-map-slots.js +2 -0
- package/src/lib/choropleth-map/choropleth-map-slots.js.map +1 -0
- package/src/lib/choropleth-map/choropleth-map.d.ts +24 -0
- package/src/lib/choropleth-map/choropleth-map.d.ts.map +1 -0
- package/src/lib/choropleth-map/choropleth-map.js +2 -0
- package/src/lib/choropleth-map/choropleth-map.js.map +1 -0
- package/src/lib/choropleth-map/index.d.ts +4 -0
- package/src/lib/choropleth-map/index.d.ts.map +1 -0
- package/src/lib/choropleth-map/index.js +4 -0
- package/src/lib/choropleth-map/index.js.map +1 -0
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +101 -0
- package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -0
- package/src/lib/circular-gauge/circular-gauge-options.js +2 -0
- package/src/lib/circular-gauge/circular-gauge-options.js.map +1 -0
- package/src/lib/circular-gauge/circular-gauge-slots.d.ts +28 -0
- package/src/lib/circular-gauge/circular-gauge-slots.d.ts.map +1 -0
- package/src/lib/circular-gauge/circular-gauge-slots.js +2 -0
- package/src/lib/circular-gauge/circular-gauge-slots.js.map +1 -0
- package/src/lib/circular-gauge/circular-gauge.d.ts +24 -0
- package/src/lib/circular-gauge/circular-gauge.d.ts.map +1 -0
- package/src/lib/circular-gauge/circular-gauge.js +2 -0
- package/src/lib/circular-gauge/circular-gauge.js.map +1 -0
- package/src/lib/circular-gauge/index.d.ts +4 -0
- package/src/lib/circular-gauge/index.d.ts.map +1 -0
- package/src/lib/circular-gauge/index.js +4 -0
- package/src/lib/circular-gauge/index.js.map +1 -0
- package/src/lib/column-chart/column-chart-options.d.ts +246 -0
- package/src/lib/column-chart/column-chart-options.d.ts.map +1 -0
- package/src/lib/column-chart/column-chart-options.js +7 -0
- package/src/lib/column-chart/column-chart-options.js.map +1 -0
- package/src/lib/column-chart/column-chart-slots.d.ts +38 -0
- package/src/lib/column-chart/column-chart-slots.d.ts.map +1 -0
- package/src/lib/column-chart/column-chart-slots.js +2 -0
- package/src/lib/column-chart/column-chart-slots.js.map +1 -0
- package/src/lib/column-chart/column-chart.d.ts +24 -0
- package/src/lib/column-chart/column-chart.d.ts.map +1 -0
- package/src/lib/column-chart/column-chart.js +2 -0
- package/src/lib/column-chart/column-chart.js.map +1 -0
- package/src/lib/column-chart/index.d.ts +4 -0
- package/src/lib/column-chart/index.d.ts.map +1 -0
- package/src/lib/column-chart/index.js +4 -0
- package/src/lib/column-chart/index.js.map +1 -0
- package/src/lib/combination-chart/combination-chart-options.d.ts +326 -0
- package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -0
- package/src/lib/combination-chart/combination-chart-options.js +2 -0
- package/src/lib/combination-chart/combination-chart-options.js.map +1 -0
- package/src/lib/combination-chart/combination-chart-slots.d.ts +28 -0
- package/src/lib/combination-chart/combination-chart-slots.d.ts.map +1 -0
- package/src/lib/combination-chart/combination-chart-slots.js +2 -0
- package/src/lib/combination-chart/combination-chart-slots.js.map +1 -0
- package/src/lib/combination-chart/combination-chart.d.ts +24 -0
- package/src/lib/combination-chart/combination-chart.d.ts.map +1 -0
- package/src/lib/combination-chart/combination-chart.js +2 -0
- package/src/lib/combination-chart/combination-chart.js.map +1 -0
- package/src/lib/combination-chart/index.d.ts +4 -0
- package/src/lib/combination-chart/index.d.ts.map +1 -0
- package/src/lib/combination-chart/index.js +4 -0
- package/src/lib/combination-chart/index.js.map +1 -0
- package/src/lib/conditional-number/conditional-number-options.d.ts +79 -0
- package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -0
- package/src/lib/conditional-number/conditional-number-options.js +2 -0
- package/src/lib/conditional-number/conditional-number-options.js.map +1 -0
- package/src/lib/conditional-number/conditional-number-slots.d.ts +28 -0
- package/src/lib/conditional-number/conditional-number-slots.d.ts.map +1 -0
- package/src/lib/conditional-number/conditional-number-slots.js +2 -0
- package/src/lib/conditional-number/conditional-number-slots.js.map +1 -0
- package/src/lib/conditional-number/conditional-number.d.ts +24 -0
- package/src/lib/conditional-number/conditional-number.d.ts.map +1 -0
- package/src/lib/conditional-number/conditional-number.js +2 -0
- package/src/lib/conditional-number/conditional-number.js.map +1 -0
- package/src/lib/conditional-number/index.d.ts +4 -0
- package/src/lib/conditional-number/index.d.ts.map +1 -0
- package/src/lib/conditional-number/index.js +4 -0
- package/src/lib/conditional-number/index.js.map +1 -0
- package/src/lib/date-filter/date-filter-options.d.ts +64 -0
- package/src/lib/date-filter/date-filter-options.d.ts.map +1 -0
- package/src/lib/date-filter/date-filter-options.js +2 -0
- package/src/lib/date-filter/date-filter-options.js.map +1 -0
- package/src/lib/date-filter/date-filter-slots.d.ts +18 -0
- package/src/lib/date-filter/date-filter-slots.d.ts.map +1 -0
- package/src/lib/date-filter/date-filter-slots.js +2 -0
- package/src/lib/date-filter/date-filter-slots.js.map +1 -0
- package/src/lib/date-filter/date-filter.d.ts +24 -0
- package/src/lib/date-filter/date-filter.d.ts.map +1 -0
- package/src/lib/date-filter/date-filter.js +2 -0
- package/src/lib/date-filter/date-filter.js.map +1 -0
- package/src/lib/date-filter/index.d.ts +4 -0
- package/src/lib/date-filter/index.d.ts.map +1 -0
- package/src/lib/date-filter/index.js +4 -0
- package/src/lib/date-filter/index.js.map +1 -0
- package/src/lib/donut-chart/donut-chart-options.d.ts +118 -0
- package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -0
- package/src/lib/donut-chart/donut-chart-options.js +2 -0
- package/src/lib/donut-chart/donut-chart-options.js.map +1 -0
- package/src/lib/donut-chart/donut-chart-slots.d.ts +28 -0
- package/src/lib/donut-chart/donut-chart-slots.d.ts.map +1 -0
- package/src/lib/donut-chart/donut-chart-slots.js +2 -0
- package/src/lib/donut-chart/donut-chart-slots.js.map +1 -0
- package/src/lib/donut-chart/donut-chart.d.ts +24 -0
- package/src/lib/donut-chart/donut-chart.d.ts.map +1 -0
- package/src/lib/donut-chart/donut-chart.js +2 -0
- package/src/lib/donut-chart/donut-chart.js.map +1 -0
- package/src/lib/donut-chart/index.d.ts +4 -0
- package/src/lib/donut-chart/index.d.ts.map +1 -0
- package/src/lib/donut-chart/index.js +4 -0
- package/src/lib/donut-chart/index.js.map +1 -0
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +74 -0
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -0
- package/src/lib/dropdown-filter/dropdown-filter-options.js +2 -0
- package/src/lib/dropdown-filter/dropdown-filter-options.js.map +1 -0
- package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +18 -0
- package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts.map +1 -0
- package/src/lib/dropdown-filter/dropdown-filter-slots.js +2 -0
- package/src/lib/dropdown-filter/dropdown-filter-slots.js.map +1 -0
- package/src/lib/dropdown-filter/dropdown-filter.d.ts +24 -0
- package/src/lib/dropdown-filter/dropdown-filter.d.ts.map +1 -0
- package/src/lib/dropdown-filter/dropdown-filter.js +2 -0
- package/src/lib/dropdown-filter/dropdown-filter.js.map +1 -0
- package/src/lib/dropdown-filter/index.d.ts +4 -0
- package/src/lib/dropdown-filter/index.d.ts.map +1 -0
- package/src/lib/dropdown-filter/index.js +4 -0
- package/src/lib/dropdown-filter/index.js.map +1 -0
- package/src/lib/evolution-number/evolution-number-options.d.ts +188 -0
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -0
- package/src/lib/evolution-number/evolution-number-options.js +2 -0
- package/src/lib/evolution-number/evolution-number-options.js.map +1 -0
- package/src/lib/evolution-number/evolution-number-slots.d.ts +28 -0
- package/src/lib/evolution-number/evolution-number-slots.d.ts.map +1 -0
- package/src/lib/evolution-number/evolution-number-slots.js +2 -0
- package/src/lib/evolution-number/evolution-number-slots.js.map +1 -0
- package/src/lib/evolution-number/evolution-number.d.ts +24 -0
- package/src/lib/evolution-number/evolution-number.d.ts.map +1 -0
- package/src/lib/evolution-number/evolution-number.js +2 -0
- package/src/lib/evolution-number/evolution-number.js.map +1 -0
- package/src/lib/evolution-number/index.d.ts +4 -0
- package/src/lib/evolution-number/index.d.ts.map +1 -0
- package/src/lib/evolution-number/index.js +4 -0
- package/src/lib/evolution-number/index.js.map +1 -0
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +107 -0
- package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -0
- package/src/lib/funnel-chart/funnel-chart-options.js +2 -0
- package/src/lib/funnel-chart/funnel-chart-options.js.map +1 -0
- package/src/lib/funnel-chart/funnel-chart-slots.d.ts +28 -0
- package/src/lib/funnel-chart/funnel-chart-slots.d.ts.map +1 -0
- package/src/lib/funnel-chart/funnel-chart-slots.js +2 -0
- package/src/lib/funnel-chart/funnel-chart-slots.js.map +1 -0
- package/src/lib/funnel-chart/funnel-chart.d.ts +24 -0
- package/src/lib/funnel-chart/funnel-chart.d.ts.map +1 -0
- package/src/lib/funnel-chart/funnel-chart.js +2 -0
- package/src/lib/funnel-chart/funnel-chart.js.map +1 -0
- package/src/lib/funnel-chart/index.d.ts +4 -0
- package/src/lib/funnel-chart/index.d.ts.map +1 -0
- package/src/lib/funnel-chart/index.js +4 -0
- package/src/lib/funnel-chart/index.js.map +1 -0
- package/src/lib/image/image-options.d.ts +64 -0
- package/src/lib/image/image-options.d.ts.map +1 -0
- package/src/lib/image/image-options.js +2 -0
- package/src/lib/image/image-options.js.map +1 -0
- package/src/lib/image/image.d.ts +17 -0
- package/src/lib/image/image.d.ts.map +1 -0
- package/src/lib/image/image.js +2 -0
- package/src/lib/image/image.js.map +1 -0
- package/src/lib/image/index.d.ts +3 -0
- package/src/lib/image/index.d.ts.map +1 -0
- package/src/lib/image/index.js +3 -0
- package/src/lib/image/index.js.map +1 -0
- package/src/lib/line-chart/index.d.ts +4 -0
- package/src/lib/line-chart/index.d.ts.map +1 -0
- package/src/lib/line-chart/index.js +4 -0
- package/src/lib/line-chart/index.js.map +1 -0
- package/src/lib/line-chart/line-chart-options.d.ts +347 -0
- package/src/lib/line-chart/line-chart-options.d.ts.map +1 -0
- package/src/lib/line-chart/line-chart-options.js +2 -0
- package/src/lib/line-chart/line-chart-options.js.map +1 -0
- package/src/lib/line-chart/line-chart-slots.d.ts +38 -0
- package/src/lib/line-chart/line-chart-slots.d.ts.map +1 -0
- package/src/lib/line-chart/line-chart-slots.js +2 -0
- package/src/lib/line-chart/line-chart-slots.js.map +1 -0
- package/src/lib/line-chart/line-chart.d.ts +24 -0
- package/src/lib/line-chart/line-chart.d.ts.map +1 -0
- package/src/lib/line-chart/line-chart.js +2 -0
- package/src/lib/line-chart/line-chart.js.map +1 -0
- package/src/lib/pivot-table/index.d.ts +4 -0
- package/src/lib/pivot-table/index.d.ts.map +1 -0
- package/src/lib/pivot-table/index.js +4 -0
- package/src/lib/pivot-table/index.js.map +1 -0
- package/src/lib/pivot-table/pivot-table-options.d.ts +172 -0
- package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -0
- package/src/lib/pivot-table/pivot-table-options.js +2 -0
- package/src/lib/pivot-table/pivot-table-options.js.map +1 -0
- package/src/lib/pivot-table/pivot-table-slots.d.ts +38 -0
- package/src/lib/pivot-table/pivot-table-slots.d.ts.map +1 -0
- package/src/lib/pivot-table/pivot-table-slots.js +2 -0
- package/src/lib/pivot-table/pivot-table-slots.js.map +1 -0
- package/src/lib/pivot-table/pivot-table.d.ts +24 -0
- package/src/lib/pivot-table/pivot-table.d.ts.map +1 -0
- package/src/lib/pivot-table/pivot-table.js +2 -0
- package/src/lib/pivot-table/pivot-table.js.map +1 -0
- package/src/lib/regular-table/index.d.ts +4 -0
- package/src/lib/regular-table/index.d.ts.map +1 -0
- package/src/lib/regular-table/index.js +4 -0
- package/src/lib/regular-table/index.js.map +1 -0
- package/src/lib/regular-table/regular-table-options.d.ts +114 -0
- package/src/lib/regular-table/regular-table-options.d.ts.map +1 -0
- package/src/lib/regular-table/regular-table-options.js +6 -0
- package/src/lib/regular-table/regular-table-options.js.map +1 -0
- package/src/lib/regular-table/regular-table-slots.d.ts +18 -0
- package/src/lib/regular-table/regular-table-slots.d.ts.map +1 -0
- package/src/lib/regular-table/regular-table-slots.js +2 -0
- package/src/lib/regular-table/regular-table-slots.js.map +1 -0
- package/src/lib/regular-table/regular-table.d.ts +24 -0
- package/src/lib/regular-table/regular-table.d.ts.map +1 -0
- package/src/lib/regular-table/regular-table.js +2 -0
- package/src/lib/regular-table/regular-table.js.map +1 -0
- package/src/lib/sankey-diagram/index.d.ts +4 -0
- package/src/lib/sankey-diagram/index.d.ts.map +1 -0
- package/src/lib/sankey-diagram/index.js +4 -0
- package/src/lib/sankey-diagram/index.js.map +1 -0
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +118 -0
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -0
- package/src/lib/sankey-diagram/sankey-diagram-options.js +2 -0
- package/src/lib/sankey-diagram/sankey-diagram-options.js.map +1 -0
- package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +48 -0
- package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts.map +1 -0
- package/src/lib/sankey-diagram/sankey-diagram-slots.js +2 -0
- package/src/lib/sankey-diagram/sankey-diagram-slots.js.map +1 -0
- package/src/lib/sankey-diagram/sankey-diagram.d.ts +24 -0
- package/src/lib/sankey-diagram/sankey-diagram.d.ts.map +1 -0
- package/src/lib/sankey-diagram/sankey-diagram.js +2 -0
- package/src/lib/sankey-diagram/sankey-diagram.js.map +1 -0
- package/src/lib/scatter-plot/index.d.ts +4 -0
- package/src/lib/scatter-plot/index.d.ts.map +1 -0
- package/src/lib/scatter-plot/index.js +4 -0
- package/src/lib/scatter-plot/index.js.map +1 -0
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +207 -0
- package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -0
- package/src/lib/scatter-plot/scatter-plot-options.js +2 -0
- package/src/lib/scatter-plot/scatter-plot-options.js.map +1 -0
- package/src/lib/scatter-plot/scatter-plot-slots.d.ts +58 -0
- package/src/lib/scatter-plot/scatter-plot-slots.d.ts.map +1 -0
- package/src/lib/scatter-plot/scatter-plot-slots.js +2 -0
- package/src/lib/scatter-plot/scatter-plot-slots.js.map +1 -0
- package/src/lib/scatter-plot/scatter-plot.d.ts +24 -0
- package/src/lib/scatter-plot/scatter-plot.d.ts.map +1 -0
- package/src/lib/scatter-plot/scatter-plot.js +2 -0
- package/src/lib/scatter-plot/scatter-plot.js.map +1 -0
- package/src/lib/shared/axes.d.ts +36 -0
- package/src/lib/shared/axes.d.ts.map +1 -0
- package/src/lib/shared/axes.js +2 -0
- package/src/lib/shared/axes.js.map +1 -0
- package/src/lib/shared/axis-view-options.d.ts +4 -0
- package/src/lib/shared/axis-view-options.d.ts.map +1 -0
- package/src/lib/shared/axis-view-options.js +2 -0
- package/src/lib/shared/axis-view-options.js.map +1 -0
- package/src/lib/shared/common.d.ts +103 -0
- package/src/lib/shared/common.d.ts.map +1 -0
- package/src/lib/shared/common.js +2 -0
- package/src/lib/shared/common.js.map +1 -0
- package/src/lib/shared/drop-object-view-options.d.ts +19 -0
- package/src/lib/shared/drop-object-view-options.d.ts.map +1 -0
- package/src/lib/shared/drop-object-view-options.js +2 -0
- package/src/lib/shared/drop-object-view-options.js.map +1 -0
- package/src/lib/shared/filters.d.ts +31 -0
- package/src/lib/shared/filters.d.ts.map +1 -0
- package/src/lib/shared/filters.js +2 -0
- package/src/lib/shared/filters.js.map +1 -0
- package/src/lib/shared/formula.d.ts +29 -0
- package/src/lib/shared/formula.d.ts.map +1 -0
- package/src/lib/shared/formula.js +2 -0
- package/src/lib/shared/formula.js.map +1 -0
- package/src/lib/shared/info-tooltip-options.d.ts +25 -0
- package/src/lib/shared/info-tooltip-options.d.ts.map +1 -0
- package/src/lib/shared/info-tooltip-options.js +2 -0
- package/src/lib/shared/info-tooltip-options.js.map +1 -0
- package/src/lib/shared/interactivity-custom-events.d.ts +59 -0
- package/src/lib/shared/interactivity-custom-events.d.ts.map +1 -0
- package/src/lib/shared/interactivity-custom-events.js +2 -0
- package/src/lib/shared/interactivity-custom-events.js.map +1 -0
- package/src/lib/shared/interactivity-custom-tooltip.d.ts +11 -0
- package/src/lib/shared/interactivity-custom-tooltip.d.ts.map +1 -0
- package/src/lib/shared/interactivity-custom-tooltip.js +2 -0
- package/src/lib/shared/interactivity-custom-tooltip.js.map +1 -0
- package/src/lib/shared/interactivity-drilldown.d.ts +79 -0
- package/src/lib/shared/interactivity-drilldown.d.ts.map +1 -0
- package/src/lib/shared/interactivity-drilldown.js +2 -0
- package/src/lib/shared/interactivity-drilldown.js.map +1 -0
- package/src/lib/shared/interactivity-export.d.ts +22 -0
- package/src/lib/shared/interactivity-export.d.ts.map +1 -0
- package/src/lib/shared/interactivity-export.js +2 -0
- package/src/lib/shared/interactivity-export.js.map +1 -0
- package/src/lib/shared/interactivity-go-to-url.d.ts +23 -0
- package/src/lib/shared/interactivity-go-to-url.d.ts.map +1 -0
- package/src/lib/shared/interactivity-go-to-url.js +2 -0
- package/src/lib/shared/interactivity-go-to-url.js.map +1 -0
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +67 -0
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -0
- package/src/lib/shared/interactivity-measure-dimension-picker.js +2 -0
- package/src/lib/shared/interactivity-measure-dimension-picker.js.map +1 -0
- package/src/lib/shared/interactivity-target.d.ts +2 -0
- package/src/lib/shared/interactivity-target.d.ts.map +1 -0
- package/src/lib/shared/interactivity-target.js +2 -0
- package/src/lib/shared/interactivity-target.js.map +1 -0
- package/src/lib/shared/interpolation.d.ts +5 -0
- package/src/lib/shared/interpolation.d.ts.map +1 -0
- package/src/lib/shared/interpolation.js +2 -0
- package/src/lib/shared/interpolation.js.map +1 -0
- package/src/lib/shared/legend.d.ts +32 -0
- package/src/lib/shared/legend.d.ts.map +1 -0
- package/src/lib/shared/legend.js +2 -0
- package/src/lib/shared/legend.js.map +1 -0
- package/src/lib/shared/map-object-view-options.d.ts +42 -0
- package/src/lib/shared/map-object-view-options.d.ts.map +1 -0
- package/src/lib/shared/map-object-view-options.js +2 -0
- package/src/lib/shared/map-object-view-options.js.map +1 -0
- package/src/lib/shared/object-view-options.d.ts +19 -0
- package/src/lib/shared/object-view-options.d.ts.map +1 -0
- package/src/lib/shared/object-view-options.js +2 -0
- package/src/lib/shared/object-view-options.js.map +1 -0
- package/src/lib/shared/placeholder.d.ts +8 -0
- package/src/lib/shared/placeholder.d.ts.map +1 -0
- package/src/lib/shared/placeholder.js +2 -0
- package/src/lib/shared/placeholder.js.map +1 -0
- package/src/lib/shared/query.d.ts +22 -0
- package/src/lib/shared/query.d.ts.map +1 -0
- package/src/lib/shared/query.js +2 -0
- package/src/lib/shared/query.js.map +1 -0
- package/src/lib/shared/ranges.d.ts +18 -0
- package/src/lib/shared/ranges.d.ts.map +1 -0
- package/src/lib/shared/ranges.js +2 -0
- package/src/lib/shared/ranges.js.map +1 -0
- package/src/lib/shared/slots.d.ts +227 -0
- package/src/lib/shared/slots.d.ts.map +1 -0
- package/src/lib/shared/slots.js +2 -0
- package/src/lib/shared/slots.js.map +1 -0
- package/src/lib/shared/sort.d.ts +65 -0
- package/src/lib/shared/sort.d.ts.map +1 -0
- package/src/lib/shared/sort.js +2 -0
- package/src/lib/shared/sort.js.map +1 -0
- package/src/lib/shared/theme.d.ts +266 -0
- package/src/lib/shared/theme.d.ts.map +1 -0
- package/src/lib/shared/theme.js +2 -0
- package/src/lib/shared/theme.js.map +1 -0
- package/src/lib/shared/title.d.ts +19 -0
- package/src/lib/shared/title.d.ts.map +1 -0
- package/src/lib/shared/title.js +2 -0
- package/src/lib/shared/title.js.map +1 -0
- package/src/lib/slicer-filter/index.d.ts +4 -0
- package/src/lib/slicer-filter/index.d.ts.map +1 -0
- package/src/lib/slicer-filter/index.js +4 -0
- package/src/lib/slicer-filter/index.js.map +1 -0
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +203 -0
- package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -0
- package/src/lib/slicer-filter/slicer-filter-options.js +2 -0
- package/src/lib/slicer-filter/slicer-filter-options.js.map +1 -0
- package/src/lib/slicer-filter/slicer-filter-slots.d.ts +28 -0
- package/src/lib/slicer-filter/slicer-filter-slots.d.ts.map +1 -0
- package/src/lib/slicer-filter/slicer-filter-slots.js +2 -0
- package/src/lib/slicer-filter/slicer-filter-slots.js.map +1 -0
- package/src/lib/slicer-filter/slicer-filter.d.ts +24 -0
- package/src/lib/slicer-filter/slicer-filter.d.ts.map +1 -0
- package/src/lib/slicer-filter/slicer-filter.js +2 -0
- package/src/lib/slicer-filter/slicer-filter.js.map +1 -0
- package/src/lib/slider-filter/index.d.ts +4 -0
- package/src/lib/slider-filter/index.d.ts.map +1 -0
- package/src/lib/slider-filter/index.js +4 -0
- package/src/lib/slider-filter/index.js.map +1 -0
- package/src/lib/slider-filter/slider-filter-options.d.ts +14 -0
- package/src/lib/slider-filter/slider-filter-options.d.ts.map +1 -0
- package/src/lib/slider-filter/slider-filter-options.js +2 -0
- package/src/lib/slider-filter/slider-filter-options.js.map +1 -0
- package/src/lib/slider-filter/slider-filter-slots.d.ts +18 -0
- package/src/lib/slider-filter/slider-filter-slots.d.ts.map +1 -0
- package/src/lib/slider-filter/slider-filter-slots.js +2 -0
- package/src/lib/slider-filter/slider-filter-slots.js.map +1 -0
- package/src/lib/slider-filter/slider-filter.d.ts +24 -0
- package/src/lib/slider-filter/slider-filter.d.ts.map +1 -0
- package/src/lib/slider-filter/slider-filter.js +2 -0
- package/src/lib/slider-filter/slider-filter.js.map +1 -0
- package/src/lib/text/index.d.ts +3 -0
- package/src/lib/text/index.d.ts.map +1 -0
- package/src/lib/text/index.js +3 -0
- package/src/lib/text/index.js.map +1 -0
- package/src/lib/text/text-options.d.ts +54 -0
- package/src/lib/text/text-options.d.ts.map +1 -0
- package/src/lib/text/text-options.js +2 -0
- package/src/lib/text/text-options.js.map +1 -0
- package/src/lib/text/text.d.ts +17 -0
- package/src/lib/text/text.d.ts.map +1 -0
- package/src/lib/text/text.js +2 -0
- package/src/lib/text/text.js.map +1 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { VizItemType } from '../shared/common';
|
|
2
|
+
import { ImageViewOptions } from './image-options';
|
|
3
|
+
/**
|
|
4
|
+
* Image item
|
|
5
|
+
*/
|
|
6
|
+
export interface Image {
|
|
7
|
+
/**
|
|
8
|
+
* Type of the item
|
|
9
|
+
*/
|
|
10
|
+
type: Extract<VizItemType, 'image'>;
|
|
11
|
+
/**
|
|
12
|
+
* Options of the Image item
|
|
13
|
+
* @$ref ./image-options.schema.json/
|
|
14
|
+
*/
|
|
15
|
+
options: ImageViewOptions;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=image.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/image/image.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAEnD;;GAEG;AACH,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;IACpC;;;OAGG;IACH,OAAO,EAAE,gBAAgB,CAAC;CAC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/image/image.ts"],"names":[],"mappings":"","sourcesContent":["import { VizItemType } from '../shared/common';\nimport { ImageViewOptions } from './image-options';\n\n/**\n * Image item\n */\nexport interface Image {\n /**\n * Type of the item\n */\n type: Extract<VizItemType, 'image'>;\n /**\n * Options of the Image item\n * @$ref ./image-options.schema.json/\n */\n options: ImageViewOptions;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/image/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/image/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC","sourcesContent":["export * from './image';\nexport * from './image-options';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/line-chart/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/line-chart/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC","sourcesContent":["export * from './line-chart';\nexport * from './line-chart-options';\nexport * from './line-chart-slots';\n"]}
|
|
@@ -0,0 +1,347 @@
|
|
|
1
|
+
import { AxisGridlinesStyle, AxisScaleType, AxisTicksDensity, ManualAxesRange, XAxisLabelPosition, YAxisLabelPosition } from '../shared/axes';
|
|
2
|
+
import { AxisObjectViewOptions } from '../shared/axis-view-options';
|
|
3
|
+
import { AxisTicksMode, AxisTicksStyle, Guidelines, LimitViewOptions, MissingValueViewOptions, NullBreakViewOptions } from '../shared/common';
|
|
4
|
+
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
5
|
+
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
6
|
+
import { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
|
|
7
|
+
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
8
|
+
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
9
|
+
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
10
|
+
import { Interpolation } from '../shared/interpolation';
|
|
11
|
+
import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
|
|
12
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
13
|
+
export interface LineChartViewOptions extends Omit<AxisObjectViewOptions, 'display' | 'interactivity'>, TitleViewOptions, InfoTooltipViewOptions, MissingValueViewOptions, NullBreakViewOptions, LegendViewOptions, LimitViewOptions, LineChartDisplayViewOptions, LineChartInteractivityViewOptions {
|
|
14
|
+
/**
|
|
15
|
+
* Mode of the Line chart: grouped, color
|
|
16
|
+
*/
|
|
17
|
+
mode?: 'color' | 'grouped';
|
|
18
|
+
/**
|
|
19
|
+
* If it's set, it fine-tunes the 'mode' option. When it's 'line-group' the 'mode' will become 'grouped'.
|
|
20
|
+
*/
|
|
21
|
+
startWithSubType?: LineChartSubtype;
|
|
22
|
+
/**
|
|
23
|
+
* Interpolation options
|
|
24
|
+
* @default "linear"
|
|
25
|
+
*/
|
|
26
|
+
interpolation?: Interpolation;
|
|
27
|
+
/**
|
|
28
|
+
* Chart grid options
|
|
29
|
+
*/
|
|
30
|
+
grid?: {
|
|
31
|
+
/**
|
|
32
|
+
* X-axis grid options
|
|
33
|
+
*/
|
|
34
|
+
x?: {
|
|
35
|
+
/**
|
|
36
|
+
* Show or hide the X-axis grid
|
|
37
|
+
* @default false
|
|
38
|
+
*/
|
|
39
|
+
enabled: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Style of the X-axis grid
|
|
42
|
+
*/
|
|
43
|
+
style?: AxisGridlinesStyle;
|
|
44
|
+
/**
|
|
45
|
+
* Opacity of the X-axis grid
|
|
46
|
+
* @examples [1, 0.5, 0.1]
|
|
47
|
+
*/
|
|
48
|
+
opacity?: number;
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Y-axis grid options
|
|
52
|
+
*/
|
|
53
|
+
y?: {
|
|
54
|
+
/**
|
|
55
|
+
* Show or hide the Y-axis grid
|
|
56
|
+
* @default false
|
|
57
|
+
*/
|
|
58
|
+
enabled: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Style of the Y-axis grid
|
|
61
|
+
*/
|
|
62
|
+
style?: AxisGridlinesStyle;
|
|
63
|
+
/**
|
|
64
|
+
* Opacity of the Y-axis grid
|
|
65
|
+
* @examples [1, 0.5, 0.1]
|
|
66
|
+
*/
|
|
67
|
+
opacity?: number;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* Y2-axis grid options
|
|
71
|
+
*/
|
|
72
|
+
y2?: {
|
|
73
|
+
/**
|
|
74
|
+
* Show or hide the Y2-axis grid
|
|
75
|
+
* @default false
|
|
76
|
+
*/
|
|
77
|
+
enabled: boolean;
|
|
78
|
+
/**
|
|
79
|
+
* Style of the Y2-axis grid
|
|
80
|
+
*/
|
|
81
|
+
style?: AxisGridlinesStyle;
|
|
82
|
+
/**
|
|
83
|
+
* Opacity of the Y2-axis grid
|
|
84
|
+
* @examples [1, 0.5, 0.1]
|
|
85
|
+
*/
|
|
86
|
+
opacity?: number;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* Axes labels options
|
|
91
|
+
*/
|
|
92
|
+
axislabels?: {
|
|
93
|
+
/**
|
|
94
|
+
* X-axis label options
|
|
95
|
+
*/
|
|
96
|
+
x?: {
|
|
97
|
+
/**
|
|
98
|
+
* Show or hide the X-axis labels
|
|
99
|
+
* @default false
|
|
100
|
+
*/
|
|
101
|
+
enabled: boolean;
|
|
102
|
+
/**
|
|
103
|
+
* Position of the X-axis labels
|
|
104
|
+
* @default "center"
|
|
105
|
+
*/
|
|
106
|
+
position: XAxisLabelPosition;
|
|
107
|
+
};
|
|
108
|
+
/**
|
|
109
|
+
* Y-axis label options
|
|
110
|
+
*/
|
|
111
|
+
y?: {
|
|
112
|
+
/**
|
|
113
|
+
* Show or hide the Y-axis labels
|
|
114
|
+
* @default false
|
|
115
|
+
*/
|
|
116
|
+
enabled: boolean;
|
|
117
|
+
/**
|
|
118
|
+
* Position of the Y-axis labels
|
|
119
|
+
* @default "middle"
|
|
120
|
+
*/
|
|
121
|
+
position: YAxisLabelPosition;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* Y2-axis label options
|
|
125
|
+
*/
|
|
126
|
+
y2?: {
|
|
127
|
+
/**
|
|
128
|
+
* Show or hide the Y2-axis labels
|
|
129
|
+
* @default false
|
|
130
|
+
*/
|
|
131
|
+
enabled: boolean;
|
|
132
|
+
/**
|
|
133
|
+
* Position of the Y2-axis labels
|
|
134
|
+
* @default "middle"
|
|
135
|
+
*/
|
|
136
|
+
position: YAxisLabelPosition;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
/**
|
|
140
|
+
* Axes options
|
|
141
|
+
*/
|
|
142
|
+
axis?: {
|
|
143
|
+
/**
|
|
144
|
+
* X-axis options
|
|
145
|
+
*/
|
|
146
|
+
x?: {
|
|
147
|
+
/**
|
|
148
|
+
* X-axis color
|
|
149
|
+
* @examples ["#000000", "black", "rgba(0,0,0,1)"]
|
|
150
|
+
*/
|
|
151
|
+
color?: string;
|
|
152
|
+
/**
|
|
153
|
+
* Ticks mode of the X-axis
|
|
154
|
+
*/
|
|
155
|
+
ticksMode?: AxisTicksMode;
|
|
156
|
+
/**
|
|
157
|
+
* Ticks style of the X-axis
|
|
158
|
+
*/
|
|
159
|
+
ticksStyle?: AxisTicksStyle;
|
|
160
|
+
};
|
|
161
|
+
/**
|
|
162
|
+
* Y-axis options
|
|
163
|
+
*/
|
|
164
|
+
y?: {
|
|
165
|
+
/**
|
|
166
|
+
* Y-axis color
|
|
167
|
+
* @examples ["#000000", "black", "rgba(0,0,0,1)"]
|
|
168
|
+
*/
|
|
169
|
+
color?: string;
|
|
170
|
+
/**
|
|
171
|
+
* Manual axes range of the Y-axis
|
|
172
|
+
* @MaxItems 2
|
|
173
|
+
*/
|
|
174
|
+
manualAxesRange?: ManualAxesRange;
|
|
175
|
+
/**
|
|
176
|
+
* Scale type of the Y-axis
|
|
177
|
+
*/
|
|
178
|
+
scale?: AxisScaleType;
|
|
179
|
+
/**
|
|
180
|
+
* Scale log base of the Y-axis
|
|
181
|
+
*/
|
|
182
|
+
scaleLogBase?: number;
|
|
183
|
+
/**
|
|
184
|
+
* Ticks density of the Y-axis
|
|
185
|
+
*/
|
|
186
|
+
ticksDensity?: AxisTicksDensity;
|
|
187
|
+
/**
|
|
188
|
+
* Ticks mode of the Y-axis
|
|
189
|
+
*/
|
|
190
|
+
ticksMode?: AxisTicksMode;
|
|
191
|
+
/**
|
|
192
|
+
* Measure axis type of the Y-axis
|
|
193
|
+
*/
|
|
194
|
+
type?: LineChartMeasureAxisType;
|
|
195
|
+
};
|
|
196
|
+
/**
|
|
197
|
+
* Y-axis options
|
|
198
|
+
*/
|
|
199
|
+
y2?: {
|
|
200
|
+
/**
|
|
201
|
+
* Is Y2-axis is active
|
|
202
|
+
* @default false
|
|
203
|
+
*/
|
|
204
|
+
active?: boolean;
|
|
205
|
+
/**
|
|
206
|
+
* Y2-axis color
|
|
207
|
+
* @examples ["#000000", "black", "rgba(0,0,0,1)"]
|
|
208
|
+
*/
|
|
209
|
+
color?: string;
|
|
210
|
+
/**
|
|
211
|
+
* Manual axes range of the Y2-axis
|
|
212
|
+
* @MaxItems 2
|
|
213
|
+
*/
|
|
214
|
+
manualAxesRange?: ManualAxesRange;
|
|
215
|
+
/**
|
|
216
|
+
* Indexes of the measures that are displayed on the Y2-axis
|
|
217
|
+
* @default [1]
|
|
218
|
+
*/
|
|
219
|
+
measureIndexes?: number[];
|
|
220
|
+
/**
|
|
221
|
+
* Scale type of the Y2-axis
|
|
222
|
+
* @default "linear"
|
|
223
|
+
*/
|
|
224
|
+
scale?: AxisScaleType;
|
|
225
|
+
/**
|
|
226
|
+
* Scale log base of the Y2-axis
|
|
227
|
+
*/
|
|
228
|
+
scaleLogBase?: number;
|
|
229
|
+
/**
|
|
230
|
+
* Ticks density of the Y2-axis
|
|
231
|
+
*/
|
|
232
|
+
ticksDensity?: AxisTicksDensity;
|
|
233
|
+
/**
|
|
234
|
+
* Ticks mode of the Y2-axis
|
|
235
|
+
* @default "ticks"
|
|
236
|
+
*/
|
|
237
|
+
ticksMode?: AxisTicksMode;
|
|
238
|
+
/**
|
|
239
|
+
* Measure axis type of the Y2-axis
|
|
240
|
+
* @default "default"
|
|
241
|
+
*/
|
|
242
|
+
type?: LineChartMeasureAxisType;
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
/**
|
|
246
|
+
* Lines options
|
|
247
|
+
*/
|
|
248
|
+
lines?: {
|
|
249
|
+
/**
|
|
250
|
+
* Stroke width of the lines
|
|
251
|
+
* @default 2
|
|
252
|
+
*/
|
|
253
|
+
strokeWidth?: number;
|
|
254
|
+
/**
|
|
255
|
+
* Gradient of the lines
|
|
256
|
+
* @default true
|
|
257
|
+
*/
|
|
258
|
+
gradient?: boolean;
|
|
259
|
+
/**
|
|
260
|
+
* Index of the line
|
|
261
|
+
*/
|
|
262
|
+
index?: number;
|
|
263
|
+
};
|
|
264
|
+
/**
|
|
265
|
+
* Markers options
|
|
266
|
+
*/
|
|
267
|
+
markers?: {
|
|
268
|
+
/**
|
|
269
|
+
* Show or hide the markers
|
|
270
|
+
* @default false
|
|
271
|
+
*/
|
|
272
|
+
enabled?: boolean;
|
|
273
|
+
/**
|
|
274
|
+
* Size of the markers
|
|
275
|
+
* @default 4
|
|
276
|
+
*/
|
|
277
|
+
size?: number;
|
|
278
|
+
};
|
|
279
|
+
/**
|
|
280
|
+
* Guidelines options
|
|
281
|
+
*/
|
|
282
|
+
guidelines?: Guidelines;
|
|
283
|
+
}
|
|
284
|
+
interface LineChartDisplayViewOptions extends DisplayTitleViewOptions, DisplayLegendViewOptions {
|
|
285
|
+
/**
|
|
286
|
+
* General display options of the Line chart: title, legend
|
|
287
|
+
*/
|
|
288
|
+
display: {
|
|
289
|
+
/**
|
|
290
|
+
* Show or hide the title
|
|
291
|
+
* @default true
|
|
292
|
+
*/
|
|
293
|
+
title: NonNullable<NonNullable<DisplayTitleViewOptions['display']>['title']>;
|
|
294
|
+
/**
|
|
295
|
+
* Show or hide the legend
|
|
296
|
+
* @default true
|
|
297
|
+
*/
|
|
298
|
+
legend?: NonNullable<NonNullable<DisplayLegendViewOptions['display']>['legend']>;
|
|
299
|
+
};
|
|
300
|
+
}
|
|
301
|
+
interface LineChartInteractivityViewOptions extends InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityMeasureDimensionPickerViewOptions {
|
|
302
|
+
/**
|
|
303
|
+
* Interactivity options
|
|
304
|
+
*/
|
|
305
|
+
interactivity?: {
|
|
306
|
+
/**
|
|
307
|
+
* Filter on select interactivity option
|
|
308
|
+
*/
|
|
309
|
+
select?: boolean;
|
|
310
|
+
/**
|
|
311
|
+
* Measure dimension picker interactivity option
|
|
312
|
+
*/
|
|
313
|
+
measureDimensionPicker?: NonNullable<NonNullable<InteractivityMeasureDimensionPickerViewOptions['interactivity']>['measureDimensionPicker']>;
|
|
314
|
+
/**
|
|
315
|
+
* Custom events interactivity option
|
|
316
|
+
*/
|
|
317
|
+
customEvents?: NonNullable<NonNullable<InteractivityCustomEventsViewOptions['interactivity']>['customEvents']>;
|
|
318
|
+
/**
|
|
319
|
+
* Custom tooltip interactivity option, in format {locale: "tooltip"}, for example, {en: "Total Revenue"}
|
|
320
|
+
*/
|
|
321
|
+
customTooltip?: NonNullable<NonNullable<InteractivityCustomTooltipViewOptions['interactivity']>['customTooltip']>;
|
|
322
|
+
/**
|
|
323
|
+
* Go to URL interactivity option
|
|
324
|
+
* @default { target: "_blank", url: null }
|
|
325
|
+
*/
|
|
326
|
+
urlConfig?: NonNullable<NonNullable<InteractivityGoToUrlViewOptions['interactivity']>['urlConfig']>;
|
|
327
|
+
/**
|
|
328
|
+
* Available export types interactivity option
|
|
329
|
+
* @default ['xlsx', 'csv', 'png']
|
|
330
|
+
*/
|
|
331
|
+
availableExportTypes?: NonNullable<NonNullable<InteractivityExportViewOptions['interactivity']>['availableExportTypes']>;
|
|
332
|
+
/**
|
|
333
|
+
* Export types interactivity option
|
|
334
|
+
* @default ['xlsx', 'csv', 'png']
|
|
335
|
+
*/
|
|
336
|
+
exportTypes?: NonNullable<NonNullable<InteractivityExportViewOptions['interactivity']>['exportTypes']>;
|
|
337
|
+
/**
|
|
338
|
+
* Brush interactivity option
|
|
339
|
+
* @default true
|
|
340
|
+
*/
|
|
341
|
+
brush?: boolean;
|
|
342
|
+
};
|
|
343
|
+
}
|
|
344
|
+
export type LineChartSubtype = 'line' | 'line-group';
|
|
345
|
+
export type LineChartMeasureAxisType = 'default' | 'manual' | 'variable';
|
|
346
|
+
export {};
|
|
347
|
+
//# sourceMappingURL=line-chart-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"line-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/line-chart/line-chart-options.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"line-chart-options.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/line-chart/line-chart-options.ts"],"names":[],"mappings":"","sourcesContent":["import {\n AxisGridlinesStyle,\n AxisScaleType,\n AxisTicksDensity,\n ManualAxesRange,\n XAxisLabelPosition,\n YAxisLabelPosition\n} from '../shared/axes';\nimport { AxisObjectViewOptions } from '../shared/axis-view-options';\nimport {\n AxisTicksMode,\n AxisTicksStyle,\n Guidelines,\n LimitViewOptions,\n MissingValueViewOptions,\n NullBreakViewOptions\n} from '../shared/common';\nimport { InfoTooltipViewOptions } from '../shared/info-tooltip-options';\nimport { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';\nimport { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';\nimport { InteractivityExportViewOptions } from '../shared/interactivity-export';\nimport { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';\nimport { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';\nimport { Interpolation } from '../shared/interpolation';\nimport { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';\nimport { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';\n\nexport interface LineChartViewOptions extends\n Omit<AxisObjectViewOptions, 'display' | 'interactivity'>,\n TitleViewOptions,\n InfoTooltipViewOptions,\n MissingValueViewOptions,\n NullBreakViewOptions,\n LegendViewOptions,\n LimitViewOptions,\n LineChartDisplayViewOptions,\n LineChartInteractivityViewOptions {\n /**\n * Mode of the Line chart: grouped, color\n */\n mode?: 'color' | 'grouped';\n /**\n * If it's set, it fine-tunes the 'mode' option. When it's 'line-group' the 'mode' will become 'grouped'.\n */\n startWithSubType?: LineChartSubtype;\n /**\n * Interpolation options\n * @default \"linear\"\n */\n interpolation?: Interpolation;\n /**\n * Chart grid options\n */\n grid?: {\n /**\n * X-axis grid options\n */\n x?: {\n /**\n * Show or hide the X-axis grid\n * @default false\n */\n enabled: boolean;\n /**\n * Style of the X-axis grid\n */\n style?: AxisGridlinesStyle;\n /**\n * Opacity of the X-axis grid\n * @examples [1, 0.5, 0.1]\n */\n opacity?: number;\n };\n /**\n * Y-axis grid options\n */\n y?: {\n /**\n * Show or hide the Y-axis grid\n * @default false\n */\n enabled: boolean;\n /**\n * Style of the Y-axis grid\n */\n style?: AxisGridlinesStyle;\n /**\n * Opacity of the Y-axis grid\n * @examples [1, 0.5, 0.1]\n */\n opacity?: number;\n };\n /**\n * Y2-axis grid options\n */\n y2?: {\n /**\n * Show or hide the Y2-axis grid\n * @default false\n */\n enabled: boolean;\n /**\n * Style of the Y2-axis grid\n */\n style?: AxisGridlinesStyle;\n /**\n * Opacity of the Y2-axis grid\n * @examples [1, 0.5, 0.1]\n */\n opacity?: number;\n };\n };\n /**\n * Axes labels options\n */\n axislabels?: {\n /**\n * X-axis label options\n */\n x?: {\n /**\n * Show or hide the X-axis labels\n * @default false\n */\n enabled: boolean;\n /**\n * Position of the X-axis labels\n * @default \"center\"\n */\n position: XAxisLabelPosition;\n };\n /**\n * Y-axis label options\n */\n y?: {\n /**\n * Show or hide the Y-axis labels\n * @default false\n */\n enabled: boolean;\n /**\n * Position of the Y-axis labels\n * @default \"middle\"\n */\n position: YAxisLabelPosition;\n };\n /**\n * Y2-axis label options\n */\n y2?: {\n /**\n * Show or hide the Y2-axis labels\n * @default false\n */\n enabled: boolean;\n /**\n * Position of the Y2-axis labels\n * @default \"middle\"\n */\n position: YAxisLabelPosition;\n };\n };\n /**\n * Axes options\n */\n axis?: {\n /**\n * X-axis options\n */\n x?: {\n /**\n * X-axis color\n * @examples [\"#000000\", \"black\", \"rgba(0,0,0,1)\"]\n */\n color?: string;\n /**\n * Ticks mode of the X-axis\n */\n ticksMode?: AxisTicksMode;\n /**\n * Ticks style of the X-axis\n */\n ticksStyle?: AxisTicksStyle;\n };\n /**\n * Y-axis options\n */\n y?: {\n /**\n * Y-axis color\n * @examples [\"#000000\", \"black\", \"rgba(0,0,0,1)\"]\n */\n color?: string;\n /**\n * Manual axes range of the Y-axis\n * @MaxItems 2\n */\n manualAxesRange?: ManualAxesRange;\n /**\n * Scale type of the Y-axis\n */\n scale?: AxisScaleType;\n /**\n * Scale log base of the Y-axis\n */\n scaleLogBase?: number;\n /**\n * Ticks density of the Y-axis\n */\n ticksDensity?: AxisTicksDensity;\n /**\n * Ticks mode of the Y-axis\n */\n ticksMode?: AxisTicksMode;\n /**\n * Measure axis type of the Y-axis\n */\n type?: LineChartMeasureAxisType;\n };\n /**\n * Y-axis options\n */\n y2?: {\n /**\n * Is Y2-axis is active\n * @default false\n */\n active?: boolean;\n /**\n * Y2-axis color\n * @examples [\"#000000\", \"black\", \"rgba(0,0,0,1)\"]\n */\n color?: string;\n /**\n * Manual axes range of the Y2-axis\n * @MaxItems 2\n */\n manualAxesRange?: ManualAxesRange;\n /**\n * Indexes of the measures that are displayed on the Y2-axis\n * @default [1]\n */\n measureIndexes?: number[];\n /**\n * Scale type of the Y2-axis\n * @default \"linear\"\n */\n scale?: AxisScaleType;\n /**\n * Scale log base of the Y2-axis\n */\n scaleLogBase?: number;\n /**\n * Ticks density of the Y2-axis\n */\n ticksDensity?: AxisTicksDensity;\n /**\n * Ticks mode of the Y2-axis\n * @default \"ticks\"\n */\n ticksMode?: AxisTicksMode;\n /**\n * Measure axis type of the Y2-axis\n * @default \"default\"\n */\n type?: LineChartMeasureAxisType;\n };\n };\n /**\n * Lines options\n */\n lines?: {\n /**\n * Stroke width of the lines\n * @default 2\n */\n strokeWidth?: number;\n /**\n * Gradient of the lines\n * @default true\n */\n gradient?: boolean;\n /**\n * Index of the line\n */\n index?: number;\n };\n /**\n * Markers options\n */\n markers?: {\n /**\n * Show or hide the markers\n * @default false\n */\n enabled?: boolean;\n /**\n * Size of the markers\n * @default 4\n */\n size?: number;\n };\n /**\n * Guidelines options\n */\n guidelines?: Guidelines;\n}\n\ninterface LineChartDisplayViewOptions extends\n DisplayTitleViewOptions,\n DisplayLegendViewOptions {\n /**\n * General display options of the Line chart: title, legend\n */\n display: {\n /**\n * Show or hide the title\n * @default true\n */\n title: NonNullable<NonNullable<DisplayTitleViewOptions['display']>['title']>;\n /**\n * Show or hide the legend\n * @default true\n */\n legend?: NonNullable<NonNullable<DisplayLegendViewOptions['display']>['legend']>;\n };\n}\ninterface LineChartInteractivityViewOptions extends\n InteractivityCustomEventsViewOptions,\n InteractivityCustomTooltipViewOptions,\n InteractivityExportViewOptions,\n InteractivityGoToUrlViewOptions,\n InteractivityMeasureDimensionPickerViewOptions {\n /**\n * Interactivity options\n */\n interactivity?: {\n /**\n * Filter on select interactivity option\n */\n select?: boolean; // implement ObjectViewOptions\n /**\n * Measure dimension picker interactivity option\n */\n measureDimensionPicker?: NonNullable<NonNullable<InteractivityMeasureDimensionPickerViewOptions['interactivity']>['measureDimensionPicker']>;\n /**\n * Custom events interactivity option\n */\n customEvents?: NonNullable<NonNullable<InteractivityCustomEventsViewOptions['interactivity']>['customEvents']>;\n /**\n * Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}\n */\n customTooltip?: NonNullable<NonNullable<InteractivityCustomTooltipViewOptions['interactivity']>['customTooltip']>;\n /**\n * Go to URL interactivity option\n * @default { target: \"_blank\", url: null }\n */\n urlConfig?: NonNullable<NonNullable<InteractivityGoToUrlViewOptions['interactivity']>['urlConfig']>;\n /**\n * Available export types interactivity option\n * @default ['xlsx', 'csv', 'png']\n */\n availableExportTypes?: NonNullable<NonNullable<InteractivityExportViewOptions['interactivity']>['availableExportTypes']>;\n /**\n * Export types interactivity option\n * @default ['xlsx', 'csv', 'png']\n */\n exportTypes?: NonNullable<NonNullable<InteractivityExportViewOptions['interactivity']>['exportTypes']>;\n /**\n * Brush interactivity option\n * @default true\n */\n brush?: boolean;\n };\n}\n\nexport type LineChartSubtype = 'line' | 'line-group';\n\nexport type LineChartMeasureAxisType = 'default' | 'manual' | 'variable';\n"]}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { DashboardContentVizItemSlot, DashboardContentVizItemSlotContent } from '../shared/slots';
|
|
2
|
+
/**
|
|
3
|
+
* Measure slot definition of the Line chart
|
|
4
|
+
*/
|
|
5
|
+
interface MeasureSlot extends DashboardContentVizItemSlot {
|
|
6
|
+
name: 'measure';
|
|
7
|
+
/**
|
|
8
|
+
* Measure slot definition, it can contain numeric data
|
|
9
|
+
*/
|
|
10
|
+
content: DashboardContentVizItemSlotContent[];
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Category slot definition of the Line chart
|
|
14
|
+
*/
|
|
15
|
+
interface XAxisSlot extends DashboardContentVizItemSlot {
|
|
16
|
+
name: 'x-axis';
|
|
17
|
+
/**
|
|
18
|
+
* X-axis slot definition, it can contain mixed data (numeric, categorical)
|
|
19
|
+
*/
|
|
20
|
+
content: DashboardContentVizItemSlotContent[];
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Legend slot definition of the Line chart
|
|
24
|
+
*/
|
|
25
|
+
interface LegendSlot extends DashboardContentVizItemSlot {
|
|
26
|
+
name: 'legend';
|
|
27
|
+
/**
|
|
28
|
+
* Legend slot definition, it can contain categorical data
|
|
29
|
+
*/
|
|
30
|
+
content: DashboardContentVizItemSlotContent[];
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Data definition of the Line chart
|
|
34
|
+
* @maxItems 3
|
|
35
|
+
*/
|
|
36
|
+
export type LineChartSlots = (MeasureSlot | XAxisSlot | LegendSlot)[];
|
|
37
|
+
export {};
|
|
38
|
+
//# sourceMappingURL=line-chart-slots.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"line-chart-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/line-chart/line-chart-slots.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;AAElG;;GAEG;AACH,UAAU,WAAY,SAAQ,2BAA2B;IACvD,IAAI,EAAE,SAAS,CAAC;IAChB;;OAEG;IACH,OAAO,EAAE,kCAAkC,EAAE,CAAC;CAC/C;AAED;;GAEG;AACH,UAAU,SAAU,SAAQ,2BAA2B;IACrD,IAAI,EAAE,QAAQ,CAAC;IACf;;OAEG;IACH,OAAO,EAAE,kCAAkC,EAAE,CAAC;CAC/C;AAED;;GAEG;AACH,UAAU,UAAW,SAAQ,2BAA2B;IACtD,IAAI,EAAE,QAAQ,CAAC;IACf;;OAEG;IACH,OAAO,EAAE,kCAAkC,EAAE,CAAC;CAC/C;AAED;;;GAGG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,WAAW,GAAG,SAAS,GAAG,UAAU,CAAC,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"line-chart-slots.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/line-chart/line-chart-slots.ts"],"names":[],"mappings":"","sourcesContent":["import { DashboardContentVizItemSlot, DashboardContentVizItemSlotContent } from '../shared/slots';\n\n/**\n * Measure slot definition of the Line chart\n */\ninterface MeasureSlot extends DashboardContentVizItemSlot {\n name: 'measure';\n /**\n * Measure slot definition, it can contain numeric data\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * Category slot definition of the Line chart\n */\ninterface XAxisSlot extends DashboardContentVizItemSlot {\n name: 'x-axis';\n /**\n * X-axis slot definition, it can contain mixed data (numeric, categorical)\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * Legend slot definition of the Line chart\n */\ninterface LegendSlot extends DashboardContentVizItemSlot {\n name: 'legend';\n /**\n * Legend slot definition, it can contain categorical data\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * Data definition of the Line chart\n * @maxItems 3\n */\nexport type LineChartSlots = (MeasureSlot | XAxisSlot | LegendSlot)[];\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { VizItemType } from '../shared/common';
|
|
2
|
+
import { LineChartViewOptions } from './line-chart-options';
|
|
3
|
+
import { LineChartSlots } from './line-chart-slots';
|
|
4
|
+
/**
|
|
5
|
+
* Line chart item
|
|
6
|
+
*/
|
|
7
|
+
export interface LineChart {
|
|
8
|
+
/**
|
|
9
|
+
* Type of the item
|
|
10
|
+
*/
|
|
11
|
+
type: Extract<VizItemType, 'line-chart'>;
|
|
12
|
+
/**
|
|
13
|
+
* Options of the Line chart item
|
|
14
|
+
* @$ref ./line-chart-options.schema.json/
|
|
15
|
+
*/
|
|
16
|
+
options: LineChartViewOptions;
|
|
17
|
+
/**
|
|
18
|
+
* Data definition of the Line chart
|
|
19
|
+
* @maxItems 3
|
|
20
|
+
* @$ref ./line-chart-slots.schema.json
|
|
21
|
+
*/
|
|
22
|
+
slots: LineChartSlots;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=line-chart.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"line-chart.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/line-chart/line-chart.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;IACzC;;;OAGG;IACH,OAAO,EAAE,oBAAoB,CAAC;IAC9B;;;;OAIG;IACH,KAAK,EAAE,cAAc,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"line-chart.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/line-chart/line-chart.ts"],"names":[],"mappings":"","sourcesContent":["import { VizItemType } from '../shared/common';\nimport { LineChartViewOptions } from './line-chart-options';\nimport { LineChartSlots } from './line-chart-slots';\n\n/**\n * Line chart item\n */\nexport interface LineChart {\n /**\n * Type of the item\n */\n type: Extract<VizItemType, 'line-chart'>;\n /**\n * Options of the Line chart item\n * @$ref ./line-chart-options.schema.json/\n */\n options: LineChartViewOptions;\n /**\n * Data definition of the Line chart\n * @maxItems 3\n * @$ref ./line-chart-slots.schema.json\n */\n slots: LineChartSlots;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/pivot-table/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/pivot-table/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC","sourcesContent":["export * from './pivot-table-options';\nexport * from './pivot-table-slots';\nexport * from './pivot-table';\n"]}
|