@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,118 @@
|
|
|
1
|
+
import type { LimitViewOptions } from '../shared/common';
|
|
2
|
+
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
3
|
+
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
4
|
+
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
5
|
+
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
6
|
+
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
7
|
+
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
8
|
+
import { OrderDirection } from '../shared/sort';
|
|
9
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
10
|
+
export interface SankeyDiagramViewOptions extends Omit<DropObjectViewOptions, 'interactivity'>, InfoTooltipViewOptions, TitleViewOptions, DisplayTitleViewOptions, LimitViewOptions, SankeyDiagramInteractivityViewOptions {
|
|
11
|
+
/**
|
|
12
|
+
* Sankey diagram type: alluvial or sankey
|
|
13
|
+
*/
|
|
14
|
+
type?: 'alluvial' | 'sankey';
|
|
15
|
+
/**
|
|
16
|
+
* This option fine-tunes the 'type' option. When it's 'alluvial' the 'type' will become 'alluvial', if it's sankey the 'type' will become 'sankey'.
|
|
17
|
+
*/
|
|
18
|
+
startWithSubType?: SankeySubtype;
|
|
19
|
+
/**
|
|
20
|
+
* Configure labels
|
|
21
|
+
*/
|
|
22
|
+
labels?: {
|
|
23
|
+
/**
|
|
24
|
+
* Show or hide the labels
|
|
25
|
+
* @default true
|
|
26
|
+
*/
|
|
27
|
+
display?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Show or hide the values
|
|
30
|
+
* @default false
|
|
31
|
+
*/
|
|
32
|
+
value?: boolean;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Configure Sankey diagram nodes
|
|
36
|
+
*/
|
|
37
|
+
nodes?: {
|
|
38
|
+
/**
|
|
39
|
+
* Show or hide the colored node
|
|
40
|
+
* @default true
|
|
41
|
+
*/
|
|
42
|
+
colored?: boolean;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* Configure links
|
|
46
|
+
*/
|
|
47
|
+
links?: {
|
|
48
|
+
/**
|
|
49
|
+
* Show or hide the values of the link
|
|
50
|
+
* @default false
|
|
51
|
+
*/
|
|
52
|
+
value?: boolean;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* Set alignment
|
|
56
|
+
*/
|
|
57
|
+
alignment?: 'justify';
|
|
58
|
+
/**
|
|
59
|
+
* Set colors
|
|
60
|
+
*/
|
|
61
|
+
colors?: {
|
|
62
|
+
/**
|
|
63
|
+
* Toggle colors by category
|
|
64
|
+
*/
|
|
65
|
+
byCategory?: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* Set link color: gradient, none, target or source
|
|
68
|
+
*/
|
|
69
|
+
linkColor?: 'gradient' | 'none' | 'target' | 'source';
|
|
70
|
+
/**
|
|
71
|
+
* Set node colors
|
|
72
|
+
* @example #000000
|
|
73
|
+
*/
|
|
74
|
+
nodeColor?: string;
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Set node sorting, ascending or descending (asc, dsc)
|
|
78
|
+
*/
|
|
79
|
+
nodeSorting?: OrderDirection;
|
|
80
|
+
}
|
|
81
|
+
interface SankeyDiagramInteractivityViewOptions extends InteractivityCustomEventsViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityMeasureDimensionPickerViewOptions {
|
|
82
|
+
/**
|
|
83
|
+
* Interactivity options
|
|
84
|
+
*/
|
|
85
|
+
interactivity?: {
|
|
86
|
+
/**
|
|
87
|
+
* Go to URL interactivity option
|
|
88
|
+
*/
|
|
89
|
+
urlConfig?: NonNullable<NonNullable<InteractivityGoToUrlViewOptions['interactivity']>['urlConfig']>;
|
|
90
|
+
/**
|
|
91
|
+
* Filter on select interactivity option
|
|
92
|
+
*/
|
|
93
|
+
select?: boolean;
|
|
94
|
+
/**
|
|
95
|
+
* Filter on brush interactivity option
|
|
96
|
+
*/
|
|
97
|
+
brush?: boolean;
|
|
98
|
+
/**
|
|
99
|
+
* Measure dimension picker interactivity option
|
|
100
|
+
*/
|
|
101
|
+
measureDimensionPicker?: NonNullable<NonNullable<InteractivityMeasureDimensionPickerViewOptions['interactivity']>['measureDimensionPicker']>;
|
|
102
|
+
/**
|
|
103
|
+
* Custom events interactivity option
|
|
104
|
+
*/
|
|
105
|
+
customEvents?: NonNullable<NonNullable<InteractivityCustomEventsViewOptions['interactivity']>['customEvents']>;
|
|
106
|
+
/**
|
|
107
|
+
* Available export types interactivity option
|
|
108
|
+
*/
|
|
109
|
+
availableExportTypes?: NonNullable<NonNullable<InteractivityExportViewOptions['interactivity']>['availableExportTypes']>;
|
|
110
|
+
/**
|
|
111
|
+
* Export types interactivity option
|
|
112
|
+
*/
|
|
113
|
+
exportTypes?: NonNullable<NonNullable<InteractivityExportViewOptions['interactivity']>['exportTypes']>;
|
|
114
|
+
};
|
|
115
|
+
}
|
|
116
|
+
export type SankeySubtype = 'alluvial' | 'sankey';
|
|
117
|
+
export {};
|
|
118
|
+
//# sourceMappingURL=sankey-diagram-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sankey-diagram-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/sankey-diagram/sankey-diagram-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,oCAAoC,EAAE,MAAM,uCAAuC,CAAC;AAC7F,OAAO,EAAE,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAChF,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,8CAA8C,EAAE,MAAM,kDAAkD,CAAC;AAClH,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAE5E,MAAM,WAAW,wBAAyB,SACxC,IAAI,CAAC,qBAAqB,EAAE,eAAe,CAAC,EAC5C,sBAAsB,EACtB,gBAAgB,EAChB,uBAAuB,EACvB,gBAAgB,EAChB,qCAAqC;IACrC;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,GAAG,QAAQ,CAAC;IAC7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,aAAa,CAAC;IACjC;;OAEG;IACH,MAAM,CAAC,EAAE;QACP;;;WAGG;QACH,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB;;;WAGG;QACH,KAAK,CAAC,EAAE,OAAO,CAAC;KACjB,CAAC;IACF;;OAEG;IACH,KAAK,CAAC,EAAE;QACN;;;WAGG;QACH,OAAO,CAAC,EAAE,OAAO,CAAC;KACnB,CAAC;IACF;;OAEG;IACH,KAAK,CAAC,EAAE;QACN;;;WAGG;QACH,KAAK,CAAC,EAAE,OAAO,CAAC;KACjB,CAAC;IACF;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;OAEG;IACH,MAAM,CAAC,EAAE;QACP;;WAEG;QACH,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB;;WAEG;QACH,SAAS,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,CAAC;QACtD;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;IACF;;OAEG;IACH,WAAW,CAAC,EAAE,cAAc,CAAC;CAC9B;AAED,UAAU,qCAAsC,SAC9C,oCAAoC,EACpC,8BAA8B,EAC9B,+BAA+B,EAC/B,8CAA8C;IAC9C;;OAEG;IACH,aAAa,CAAC,EAAE;QACd;;WAEG;QACH,SAAS,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,+BAA+B,CAAC,eAAe,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC;QACpG;;WAEG;QACH,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB;;WAEG;QACH,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB;;WAEG;QACH,sBAAsB,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,8CAA8C,CAAC,eAAe,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC;QAC7I;;WAEG;QACH,YAAY,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,oCAAoC,CAAC,eAAe,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC;QAC/G;;WAEG;QACH,oBAAoB,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC;QACzH;;WAEG;QACH,WAAW,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC;KACxG,CAAC;CACH;AAED,MAAM,MAAM,aAAa,GAAG,UAAU,GAAG,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sankey-diagram-options.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/sankey-diagram/sankey-diagram-options.ts"],"names":[],"mappings":"","sourcesContent":["import type { LimitViewOptions } from '../shared/common';\nimport { DropObjectViewOptions } from '../shared/drop-object-view-options';\nimport { InfoTooltipViewOptions } from '../shared/info-tooltip-options';\nimport { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';\nimport { InteractivityExportViewOptions } from '../shared/interactivity-export';\nimport { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';\nimport { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';\nimport { OrderDirection } from '../shared/sort';\nimport { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';\n\nexport interface SankeyDiagramViewOptions extends\n Omit<DropObjectViewOptions, 'interactivity'>,\n InfoTooltipViewOptions,\n TitleViewOptions,\n DisplayTitleViewOptions,\n LimitViewOptions,\n SankeyDiagramInteractivityViewOptions {\n /**\n * Sankey diagram type: alluvial or sankey\n */\n type?: 'alluvial' | 'sankey';\n /**\n * This option fine-tunes the 'type' option. When it's 'alluvial' the 'type' will become 'alluvial', if it's sankey the 'type' will become 'sankey'.\n */\n startWithSubType?: SankeySubtype;\n /**\n * Configure labels\n */\n labels?: {\n /**\n * Show or hide the labels\n * @default true\n */\n display?: boolean;\n /**\n * Show or hide the values\n * @default false\n */\n value?: boolean;\n };\n /**\n * Configure Sankey diagram nodes\n */\n nodes?: {\n /**\n * Show or hide the colored node\n * @default true\n */\n colored?: boolean;\n };\n /**\n * Configure links\n */\n links?: {\n /**\n * Show or hide the values of the link\n * @default false\n */\n value?: boolean;\n };\n /**\n * Set alignment\n */\n alignment?: 'justify';\n /**\n * Set colors\n */\n colors?: {\n /**\n * Toggle colors by category\n */\n byCategory?: boolean;\n /**\n * Set link color: gradient, none, target or source\n */\n linkColor?: 'gradient' | 'none' | 'target' | 'source';\n /**\n * Set node colors\n * @example #000000\n */\n nodeColor?: string;\n };\n /**\n * Set node sorting, ascending or descending (asc, dsc)\n */\n nodeSorting?: OrderDirection;\n}\n\ninterface SankeyDiagramInteractivityViewOptions extends\n InteractivityCustomEventsViewOptions,\n InteractivityExportViewOptions,\n InteractivityGoToUrlViewOptions,\n InteractivityMeasureDimensionPickerViewOptions {\n /**\n * Interactivity options\n */\n interactivity?: {\n /**\n * Go to URL interactivity option\n */\n urlConfig?: NonNullable<NonNullable<InteractivityGoToUrlViewOptions['interactivity']>['urlConfig']>;\n /**\n * Filter on select interactivity option\n */\n select?: boolean; // implement ObjectViewOptions\n /**\n * Filter on brush interactivity option\n */\n brush?: boolean; // implement AxisObjectViewOptions\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 * Available export types interactivity option\n */\n availableExportTypes?: NonNullable<NonNullable<InteractivityExportViewOptions['interactivity']>['availableExportTypes']>;\n /**\n * Export types interactivity option\n */\n exportTypes?: NonNullable<NonNullable<InteractivityExportViewOptions['interactivity']>['exportTypes']>;\n };\n}\n\nexport type SankeySubtype = 'alluvial' | 'sankey';\n"]}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { DashboardContentVizItemSlot, DashboardContentVizItemSlotContent } from '../shared/slots';
|
|
2
|
+
/**
|
|
3
|
+
* Source slot definition of the Sankey diagram
|
|
4
|
+
*/
|
|
5
|
+
interface SourceSlot extends DashboardContentVizItemSlot {
|
|
6
|
+
name: 'source';
|
|
7
|
+
/**
|
|
8
|
+
* Source slot definition
|
|
9
|
+
*/
|
|
10
|
+
content: DashboardContentVizItemSlotContent[];
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Category slot definition of the Sankey diagram
|
|
14
|
+
*/
|
|
15
|
+
interface CategorySlot extends DashboardContentVizItemSlot {
|
|
16
|
+
name: 'category';
|
|
17
|
+
/**
|
|
18
|
+
* Category slot definition
|
|
19
|
+
*/
|
|
20
|
+
content: DashboardContentVizItemSlotContent[];
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Measure slot definition of the Sankey diagram
|
|
24
|
+
*/
|
|
25
|
+
interface MeasureSlot extends DashboardContentVizItemSlot {
|
|
26
|
+
name: 'measure';
|
|
27
|
+
/**
|
|
28
|
+
* Measure slot definition
|
|
29
|
+
*/
|
|
30
|
+
content: DashboardContentVizItemSlotContent[];
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Destination slot definition of the Sankey diagram
|
|
34
|
+
*/
|
|
35
|
+
interface DestinationSlot extends DashboardContentVizItemSlot {
|
|
36
|
+
name: 'destination';
|
|
37
|
+
/**
|
|
38
|
+
* Destination slot definition
|
|
39
|
+
*/
|
|
40
|
+
content: DashboardContentVizItemSlotContent[];
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Data definition of the Sankey diagram
|
|
44
|
+
* @maxItems 4
|
|
45
|
+
*/
|
|
46
|
+
export type SankeyDiagramSlots = (SourceSlot | MeasureSlot | CategorySlot | DestinationSlot)[];
|
|
47
|
+
export {};
|
|
48
|
+
//# sourceMappingURL=sankey-diagram-slots.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sankey-diagram-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/sankey-diagram/sankey-diagram-slots.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;AAElG;;GAEG;AACH,UAAU,UAAW,SAAQ,2BAA2B;IACtD,IAAI,EAAE,QAAQ,CAAC;IACf;;OAEG;IACH,OAAO,EAAE,kCAAkC,EAAE,CAAC;CAC/C;AAED;;GAEG;AACH,UAAU,YAAa,SAAQ,2BAA2B;IACxD,IAAI,EAAE,UAAU,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,kCAAkC,EAAE,CAAC;CAC/C;AAED;;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,eAAgB,SAAQ,2BAA2B;IAC3D,IAAI,EAAE,aAAa,CAAC;IACpB;;OAEG;IACH,OAAO,EAAE,kCAAkC,EAAE,CAAC;CAC/C;AAED;;;GAGG;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,UAAU,GAAG,WAAW,GAAG,YAAY,GAAG,eAAe,CAAC,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sankey-diagram-slots.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/sankey-diagram/sankey-diagram-slots.ts"],"names":[],"mappings":"","sourcesContent":["import { DashboardContentVizItemSlot, DashboardContentVizItemSlotContent } from '../shared/slots';\n\n/**\n * Source slot definition of the Sankey diagram\n */\ninterface SourceSlot extends DashboardContentVizItemSlot {\n name: 'source';\n /**\n * Source slot definition\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * Category slot definition of the Sankey diagram\n */\ninterface CategorySlot extends DashboardContentVizItemSlot {\n name: 'category';\n /**\n * Category slot definition\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * Measure slot definition of the Sankey diagram\n */\ninterface MeasureSlot extends DashboardContentVizItemSlot {\n name: 'measure';\n /**\n * Measure slot definition\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * Destination slot definition of the Sankey diagram\n */\ninterface DestinationSlot extends DashboardContentVizItemSlot {\n name: 'destination';\n /**\n * Destination slot definition\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * Data definition of the Sankey diagram\n * @maxItems 4\n */\nexport type SankeyDiagramSlots = (SourceSlot | MeasureSlot | CategorySlot | DestinationSlot)[];\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { VizItemType } from '../shared/common';
|
|
2
|
+
import { SankeyDiagramViewOptions } from './sankey-diagram-options';
|
|
3
|
+
import { SankeyDiagramSlots } from './sankey-diagram-slots';
|
|
4
|
+
/**
|
|
5
|
+
* Sankey diagram item
|
|
6
|
+
*/
|
|
7
|
+
export interface SankeyDiagram {
|
|
8
|
+
/**
|
|
9
|
+
* Type of the item
|
|
10
|
+
*/
|
|
11
|
+
type: Extract<VizItemType, 'sankey-diagram'>;
|
|
12
|
+
/**
|
|
13
|
+
* Options of the sankey diagram item
|
|
14
|
+
* @$ref ./sankey-diagram-options.schema.json/
|
|
15
|
+
*/
|
|
16
|
+
options: SankeyDiagramViewOptions;
|
|
17
|
+
/**
|
|
18
|
+
* Data definition of the Sankey diagram
|
|
19
|
+
* @maxItems 4
|
|
20
|
+
* @$ref ./sankey-diagram-slots.schema.json
|
|
21
|
+
*/
|
|
22
|
+
slots: SankeyDiagramSlots;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=sankey-diagram.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sankey-diagram.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/sankey-diagram/sankey-diagram.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAE5D;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,gBAAgB,CAAC,CAAC;IAC7C;;;OAGG;IACH,OAAO,EAAE,wBAAwB,CAAC;IAClC;;;;OAIG;IACH,KAAK,EAAE,kBAAkB,CAAC;CAC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sankey-diagram.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/sankey-diagram/sankey-diagram.ts"],"names":[],"mappings":"","sourcesContent":["import { VizItemType } from '../shared/common';\nimport { SankeyDiagramViewOptions } from './sankey-diagram-options';\nimport { SankeyDiagramSlots } from './sankey-diagram-slots';\n\n/**\n * Sankey diagram item\n */\nexport interface SankeyDiagram {\n /**\n * Type of the item\n */\n type: Extract<VizItemType, 'sankey-diagram'>;\n /**\n * Options of the sankey diagram item\n * @$ref ./sankey-diagram-options.schema.json/\n */\n options: SankeyDiagramViewOptions;\n /**\n * Data definition of the Sankey diagram\n * @maxItems 4\n * @$ref ./sankey-diagram-slots.schema.json\n */\n slots: SankeyDiagramSlots;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/scatter-plot/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/scatter-plot/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC","sourcesContent":["export * from './scatter-plot';\nexport * from './scatter-plot-options';\nexport * from './scatter-plot-slots';\n"]}
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
import { AxisGridlinesStyle, ManualAxesRange, XAxisLabelPosition, YAxisLabelPosition } from '../shared/axes';
|
|
2
|
+
import { AxisObjectViewOptions } from '../shared/axis-view-options';
|
|
3
|
+
import type { AxisTicksMode, Guidelines, LimitViewOptions } 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 { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
|
|
11
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
12
|
+
export interface ScatterPlotViewOptions extends Omit<AxisObjectViewOptions, 'display' | 'interactivity'>, InfoTooltipViewOptions, LegendViewOptions, TitleViewOptions, LimitViewOptions, ScatterPlotDisplayViewOptions, ScatterPlotInteractivityViewOptions {
|
|
13
|
+
/**
|
|
14
|
+
* Change the default mode of scatter-plot: scatter, scatter-group, bubble or bubble-group
|
|
15
|
+
*/
|
|
16
|
+
startWithSubType?: ScatterPlotSubtype;
|
|
17
|
+
/**
|
|
18
|
+
* Chart grid options
|
|
19
|
+
*/
|
|
20
|
+
grid?: {
|
|
21
|
+
/**
|
|
22
|
+
* X-axis grid options
|
|
23
|
+
*/
|
|
24
|
+
x?: {
|
|
25
|
+
/**
|
|
26
|
+
* Show or hide the X-axis grid
|
|
27
|
+
* @default false
|
|
28
|
+
*/
|
|
29
|
+
enabled: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Style of the X-axis grid
|
|
32
|
+
*/
|
|
33
|
+
style?: AxisGridlinesStyle;
|
|
34
|
+
/**
|
|
35
|
+
* Opacity of the X-axis grid
|
|
36
|
+
* @examples [1, 0.5, 0.1]
|
|
37
|
+
*/
|
|
38
|
+
opacity?: number;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Y-axis grid options
|
|
42
|
+
*/
|
|
43
|
+
y?: {
|
|
44
|
+
/**
|
|
45
|
+
* Show or hide the Y-axis grid
|
|
46
|
+
* @default false
|
|
47
|
+
*/
|
|
48
|
+
enabled: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* Style of the Y-axis grid
|
|
51
|
+
*/
|
|
52
|
+
style?: AxisGridlinesStyle;
|
|
53
|
+
/**
|
|
54
|
+
* Opacity of the Y-axis grid
|
|
55
|
+
* @examples [1, 0.5, 0.1]
|
|
56
|
+
*/
|
|
57
|
+
opacity?: number;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* Axes labels options
|
|
62
|
+
*/
|
|
63
|
+
axislabels?: {
|
|
64
|
+
/**
|
|
65
|
+
* X-axis label options
|
|
66
|
+
*/
|
|
67
|
+
x?: {
|
|
68
|
+
/**
|
|
69
|
+
* Show or hide the X-axis labels
|
|
70
|
+
* @default false
|
|
71
|
+
*/
|
|
72
|
+
enabled: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* Position of the X-axis labels
|
|
75
|
+
* @default "center"
|
|
76
|
+
*/
|
|
77
|
+
position: XAxisLabelPosition;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* Y-axis label options
|
|
81
|
+
*/
|
|
82
|
+
y?: {
|
|
83
|
+
/**
|
|
84
|
+
* Show or hide the Y-axis labels
|
|
85
|
+
* @default false
|
|
86
|
+
*/
|
|
87
|
+
enabled: boolean;
|
|
88
|
+
/**
|
|
89
|
+
* Position of the Y-axis labels
|
|
90
|
+
* @default "middle"
|
|
91
|
+
*/
|
|
92
|
+
position: YAxisLabelPosition;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* Axes options
|
|
97
|
+
*/
|
|
98
|
+
axis?: {
|
|
99
|
+
/**
|
|
100
|
+
* X-axis options
|
|
101
|
+
*/
|
|
102
|
+
x?: {
|
|
103
|
+
/**
|
|
104
|
+
* X-axis color
|
|
105
|
+
* @examples ["#000000", "black", "rgba(0,0,0,1)"]
|
|
106
|
+
*/
|
|
107
|
+
color?: string;
|
|
108
|
+
/**
|
|
109
|
+
* Ticks mode of the X-axis: hide, ticks, or gridlines
|
|
110
|
+
*/
|
|
111
|
+
ticksMode?: AxisTicksMode;
|
|
112
|
+
/**
|
|
113
|
+
* Guideline options
|
|
114
|
+
*/
|
|
115
|
+
guidelines?: Guidelines;
|
|
116
|
+
};
|
|
117
|
+
y?: {
|
|
118
|
+
/**
|
|
119
|
+
* X-axis color
|
|
120
|
+
* @examples ["#000000", "black", "rgba(0,0,0,1)"]
|
|
121
|
+
*/
|
|
122
|
+
color?: string;
|
|
123
|
+
/**
|
|
124
|
+
* Ticks mode of the X-axis: hide, ticks, or gridlines
|
|
125
|
+
*/
|
|
126
|
+
ticksMode?: AxisTicksMode;
|
|
127
|
+
/**
|
|
128
|
+
* Guideline options
|
|
129
|
+
*/
|
|
130
|
+
guidelines?: Guidelines;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
/**
|
|
134
|
+
* Set manual axes range
|
|
135
|
+
*/
|
|
136
|
+
manualAxesRange?: {
|
|
137
|
+
/**
|
|
138
|
+
* Manual axes range for X axis
|
|
139
|
+
* @example [0, 100]
|
|
140
|
+
*/
|
|
141
|
+
x?: ManualAxesRange;
|
|
142
|
+
/**
|
|
143
|
+
* Manual axes range for Y axis
|
|
144
|
+
* @example [0, 100]
|
|
145
|
+
*/
|
|
146
|
+
y?: ManualAxesRange;
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
interface ScatterPlotDisplayViewOptions extends DisplayLegendViewOptions, DisplayTitleViewOptions {
|
|
150
|
+
/**
|
|
151
|
+
* General display options of the Scatter plot: title, legend and mode option
|
|
152
|
+
*/
|
|
153
|
+
display?: {
|
|
154
|
+
/**
|
|
155
|
+
* Show or hide the title
|
|
156
|
+
* @default true
|
|
157
|
+
*/
|
|
158
|
+
title: NonNullable<NonNullable<DisplayTitleViewOptions['display']>['title']>;
|
|
159
|
+
/**
|
|
160
|
+
* Show or hide the legend
|
|
161
|
+
* @default true
|
|
162
|
+
*/
|
|
163
|
+
legend?: NonNullable<NonNullable<DisplayLegendViewOptions['display']>['legend']>;
|
|
164
|
+
};
|
|
165
|
+
}
|
|
166
|
+
interface ScatterPlotInteractivityViewOptions extends InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityCustomTooltipViewOptions, InteractivityCustomEventsViewOptions {
|
|
167
|
+
/**
|
|
168
|
+
* Interactivity options
|
|
169
|
+
*/
|
|
170
|
+
interactivity?: {
|
|
171
|
+
/**
|
|
172
|
+
* Go to URL interactivity option
|
|
173
|
+
*/
|
|
174
|
+
urlConfig?: NonNullable<NonNullable<InteractivityGoToUrlViewOptions['interactivity']>['urlConfig']>;
|
|
175
|
+
/**
|
|
176
|
+
* Custom tooltip interactivity option, in format {locale: "tooltip"}, for example, {en: "Total Revenue"}
|
|
177
|
+
*/
|
|
178
|
+
customTooltip?: NonNullable<NonNullable<InteractivityCustomTooltipViewOptions['interactivity']>['customTooltip']>;
|
|
179
|
+
/**
|
|
180
|
+
* Filter on select interactivity option
|
|
181
|
+
*/
|
|
182
|
+
select?: boolean;
|
|
183
|
+
/**
|
|
184
|
+
* Filter on brush interactivity option
|
|
185
|
+
*/
|
|
186
|
+
brush?: boolean;
|
|
187
|
+
/**
|
|
188
|
+
* Measure dimension picker interactivity option
|
|
189
|
+
*/
|
|
190
|
+
measureDimensionPicker?: NonNullable<NonNullable<InteractivityMeasureDimensionPickerViewOptions['interactivity']>['measureDimensionPicker']>;
|
|
191
|
+
/**
|
|
192
|
+
* Custom events interactivity option
|
|
193
|
+
*/
|
|
194
|
+
customEvents?: NonNullable<NonNullable<InteractivityCustomEventsViewOptions['interactivity']>['customEvents']>;
|
|
195
|
+
/**
|
|
196
|
+
* Available export types interactivity option
|
|
197
|
+
*/
|
|
198
|
+
availableExportTypes?: NonNullable<NonNullable<InteractivityExportViewOptions['interactivity']>['availableExportTypes']>;
|
|
199
|
+
/**
|
|
200
|
+
* Export types interactivity option
|
|
201
|
+
*/
|
|
202
|
+
exportTypes?: NonNullable<NonNullable<InteractivityExportViewOptions['interactivity']>['exportTypes']>;
|
|
203
|
+
};
|
|
204
|
+
}
|
|
205
|
+
export type ScatterPlotSubtype = 'scatter' | 'scatter-group' | 'bubble' | 'bubble-group';
|
|
206
|
+
export {};
|
|
207
|
+
//# sourceMappingURL=scatter-plot-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scatter-plot-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/scatter-plot/scatter-plot-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAC7G,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACpF,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,oCAAoC,EAAE,MAAM,uCAAuC,CAAC;AAC7F,OAAO,EAAE,qCAAqC,EAAE,MAAM,wCAAwC,CAAC;AAC/F,OAAO,EAAE,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAChF,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,8CAA8C,EAAE,MAAM,kDAAkD,CAAC;AAClH,OAAO,EAAE,wBAAwB,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAC/E,OAAO,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAE5E,MAAM,WAAW,sBAAuB,SACtC,IAAI,CAAC,qBAAqB,EAAE,SAAS,GAAG,eAAe,CAAC,EACxD,sBAAsB,EACtB,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,EAChB,6BAA6B,EAC7B,mCAAmC;IACnC;;OAEG;IACH,gBAAgB,CAAC,EAAE,kBAAkB,CAAC;IACtC;;OAEG;IACH,IAAI,CAAC,EAAE;QACL;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,OAAO,EAAE,OAAO,CAAC;YACjB;;eAEG;YACH,KAAK,CAAC,EAAE,kBAAkB,CAAC;YAC3B;;;eAGG;YACH,OAAO,CAAC,EAAE,MAAM,CAAC;SAClB,CAAC;QACF;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,OAAO,EAAE,OAAO,CAAC;YACjB;;eAEG;YACH,KAAK,CAAC,EAAE,kBAAkB,CAAC;YAC3B;;;eAGG;YACH,OAAO,CAAC,EAAE,MAAM,CAAC;SAClB,CAAC;KACH,CAAC;IACF;;OAEG;IACH,UAAU,CAAC,EAAE;QACX;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,OAAO,EAAE,OAAO,CAAC;YACjB;;;eAGG;YACH,QAAQ,EAAE,kBAAkB,CAAC;SAC9B,CAAC;QACF;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,OAAO,EAAE,OAAO,CAAC;YACjB;;;eAGG;YACH,QAAQ,EAAE,kBAAkB,CAAC;SAC9B,CAAC;KACH,CAAC;IACF;;OAEG;IACH,IAAI,CAAC,EAAE;QACL;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YACf;;eAEG;YACH,SAAS,CAAC,EAAE,aAAa,CAAC;YAC1B;;eAEG;YACH,UAAU,CAAC,EAAE,UAAU,CAAC;SACzB,CAAC;QACF,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YACf;;eAEG;YACH,SAAS,CAAC,EAAE,aAAa,CAAC;YAC1B;;eAEG;YACH,UAAU,CAAC,EAAE,UAAU,CAAC;SACzB,CAAC;KACH,CAAC;IACF;;OAEG;IACH,eAAe,CAAC,EAAE;QAChB;;;WAGG;QACH,CAAC,CAAC,EAAE,eAAe,CAAC;QACpB;;;WAGG;QACH,CAAC,CAAC,EAAE,eAAe,CAAC;KACrB,CAAC;CACH;AAED,UAAU,6BAA8B,SACtC,wBAAwB,EACxB,uBAAuB;IACvB;;OAEG;IACH,OAAO,CAAC,EAAE;QACR;;;WAGG;QACH,KAAK,EAAE,WAAW,CAAC,WAAW,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;QAC7E;;;WAGG;QACH,MAAM,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,wBAAwB,CAAC,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;KAClF,CAAC;CACH;AAED,UAAU,mCAAoC,SAC5C,8BAA8B,EAC9B,+BAA+B,EAC/B,qCAAqC,EACrC,oCAAoC;IACpC;;OAEG;IACH,aAAa,CAAC,EAAE;QACd;;WAEG;QACH,SAAS,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,+BAA+B,CAAC,eAAe,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC;QACpG;;WAEG;QACH,aAAa,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,qCAAqC,CAAC,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC;QAClH;;WAEG;QACH,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB;;WAEG;QACH,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB;;WAEG;QACH,sBAAsB,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,8CAA8C,CAAC,eAAe,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC;QAC7I;;WAEG;QACH,YAAY,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,oCAAoC,CAAC,eAAe,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC;QAC/G;;WAEG;QACH,oBAAoB,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC;QACzH;;WAEG;QACH,WAAW,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC;KACxG,CAAC;CACH;AAED,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,eAAe,GAAG,QAAQ,GAAG,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scatter-plot-options.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/scatter-plot/scatter-plot-options.ts"],"names":[],"mappings":"","sourcesContent":["import { AxisGridlinesStyle, ManualAxesRange, XAxisLabelPosition, YAxisLabelPosition } from '../shared/axes';\nimport { AxisObjectViewOptions } from '../shared/axis-view-options';\nimport type { AxisTicksMode, Guidelines, LimitViewOptions } 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 { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';\nimport { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';\n\nexport interface ScatterPlotViewOptions extends\n Omit<AxisObjectViewOptions, 'display' | 'interactivity'>,\n InfoTooltipViewOptions,\n LegendViewOptions,\n TitleViewOptions,\n LimitViewOptions,\n ScatterPlotDisplayViewOptions,\n ScatterPlotInteractivityViewOptions {\n /**\n * Change the default mode of scatter-plot: scatter, scatter-group, bubble or bubble-group\n */\n startWithSubType?: ScatterPlotSubtype;\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 /**\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 /**\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: hide, ticks, or gridlines\n */\n ticksMode?: AxisTicksMode;\n /**\n * Guideline options\n */\n guidelines?: Guidelines;\n };\n y?: {\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: hide, ticks, or gridlines\n */\n ticksMode?: AxisTicksMode;\n /**\n * Guideline options\n */\n guidelines?: Guidelines;\n };\n };\n /**\n * Set manual axes range\n */\n manualAxesRange?: {\n /**\n * Manual axes range for X axis\n * @example [0, 100]\n */\n x?: ManualAxesRange;\n /**\n * Manual axes range for Y axis\n * @example [0, 100]\n */\n y?: ManualAxesRange;\n };\n}\n\ninterface ScatterPlotDisplayViewOptions extends\n DisplayLegendViewOptions,\n DisplayTitleViewOptions {\n /**\n * General display options of the Scatter plot: title, legend and mode option\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}\n\ninterface ScatterPlotInteractivityViewOptions extends\n InteractivityExportViewOptions,\n InteractivityGoToUrlViewOptions,\n InteractivityCustomTooltipViewOptions,\n InteractivityCustomEventsViewOptions {\n /**\n * Interactivity options\n */\n interactivity?: {\n /**\n * Go to URL interactivity option\n */\n urlConfig?: NonNullable<NonNullable<InteractivityGoToUrlViewOptions['interactivity']>['urlConfig']>;\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 * Filter on select interactivity option\n */\n select?: boolean; // implement ObjectViewOptions\n /**\n * Filter on brush interactivity option\n */\n brush?: boolean; // implement AxisObjectViewOptions\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 * Available export types interactivity option\n */\n availableExportTypes?: NonNullable<NonNullable<InteractivityExportViewOptions['interactivity']>['availableExportTypes']>;\n /**\n * Export types interactivity option\n */\n exportTypes?: NonNullable<NonNullable<InteractivityExportViewOptions['interactivity']>['exportTypes']>;\n };\n}\n\nexport type ScatterPlotSubtype = 'scatter' | 'scatter-group' | 'bubble' | 'bubble-group';\n"]}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { DashboardContentVizItemSlot, DashboardContentVizItemSlotContent } from '../shared/slots';
|
|
2
|
+
/**
|
|
3
|
+
* Y axis slot definition for the scatter plot
|
|
4
|
+
*/
|
|
5
|
+
interface YAxisSlot extends DashboardContentVizItemSlot {
|
|
6
|
+
name: 'y-axis';
|
|
7
|
+
/**
|
|
8
|
+
* y-axis slot definition
|
|
9
|
+
*/
|
|
10
|
+
content: DashboardContentVizItemSlotContent[];
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Name slot definition for the scatter plot
|
|
14
|
+
*/
|
|
15
|
+
interface NameSlot extends DashboardContentVizItemSlot {
|
|
16
|
+
name: 'name';
|
|
17
|
+
/**
|
|
18
|
+
* Name slot definition
|
|
19
|
+
*/
|
|
20
|
+
content: DashboardContentVizItemSlotContent[];
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Size slot definition for the scatter plot
|
|
24
|
+
*/
|
|
25
|
+
interface SizeSlot extends DashboardContentVizItemSlot {
|
|
26
|
+
name: 'size';
|
|
27
|
+
/**
|
|
28
|
+
* Size slot definition
|
|
29
|
+
*/
|
|
30
|
+
content: DashboardContentVizItemSlotContent[];
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* X-Axis slot definition of the Scatter plot.
|
|
34
|
+
*/
|
|
35
|
+
interface XAxisSlot extends DashboardContentVizItemSlot {
|
|
36
|
+
name: 'x-axis';
|
|
37
|
+
/**
|
|
38
|
+
* X-axis slot definition
|
|
39
|
+
*/
|
|
40
|
+
content: DashboardContentVizItemSlotContent[];
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Color slot definition of the scatter plot
|
|
44
|
+
*/
|
|
45
|
+
interface ColorSlot extends DashboardContentVizItemSlot {
|
|
46
|
+
name: 'color';
|
|
47
|
+
/**
|
|
48
|
+
* Color slot definition
|
|
49
|
+
*/
|
|
50
|
+
content: DashboardContentVizItemSlotContent[];
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Data definition of the Scatter plot
|
|
54
|
+
* @maxItems 5
|
|
55
|
+
*/
|
|
56
|
+
export type ScatterPlotSlots = (YAxisSlot | NameSlot | SizeSlot | XAxisSlot | ColorSlot)[];
|
|
57
|
+
export {};
|
|
58
|
+
//# sourceMappingURL=scatter-plot-slots.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scatter-plot-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/scatter-plot/scatter-plot-slots.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;AAElG;;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,QAAS,SAAQ,2BAA2B;IACpD,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,kCAAkC,EAAE,CAAC;CAC/C;AAED;;GAEG;AACH,UAAU,QAAS,SAAQ,2BAA2B;IACpD,IAAI,EAAE,MAAM,CAAC;IACb;;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,SAAU,SAAQ,2BAA2B;IACrD,IAAI,EAAE,OAAO,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,kCAAkC,EAAE,CAAC;CAC/C;AAED;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAC,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scatter-plot-slots.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/scatter-plot/scatter-plot-slots.ts"],"names":[],"mappings":"","sourcesContent":["import { DashboardContentVizItemSlot, DashboardContentVizItemSlotContent } from '../shared/slots';\n\n/**\n * Y axis slot definition for the scatter plot\n */\ninterface YAxisSlot extends DashboardContentVizItemSlot {\n name: 'y-axis';\n /**\n * y-axis slot definition\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * Name slot definition for the scatter plot\n */\ninterface NameSlot extends DashboardContentVizItemSlot {\n name: 'name';\n /**\n * Name slot definition\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * Size slot definition for the scatter plot\n */\ninterface SizeSlot extends DashboardContentVizItemSlot {\n name: 'size';\n /**\n * Size slot definition\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * X-Axis slot definition of the Scatter plot.\n */\ninterface XAxisSlot extends DashboardContentVizItemSlot {\n name: 'x-axis';\n /**\n * X-axis slot definition\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * Color slot definition of the scatter plot\n */\ninterface ColorSlot extends DashboardContentVizItemSlot {\n name: 'color';\n /**\n * Color slot definition\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * Data definition of the Scatter plot\n * @maxItems 5\n */\nexport type ScatterPlotSlots = (YAxisSlot | NameSlot | SizeSlot | XAxisSlot | ColorSlot)[];\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { VizItemType } from '../shared/common';
|
|
2
|
+
import { ScatterPlotViewOptions } from './scatter-plot-options';
|
|
3
|
+
import { ScatterPlotSlots } from './scatter-plot-slots';
|
|
4
|
+
/**
|
|
5
|
+
* Scatter plot item
|
|
6
|
+
*/
|
|
7
|
+
export interface ScatterPlot {
|
|
8
|
+
/**
|
|
9
|
+
* Type of the item
|
|
10
|
+
*/
|
|
11
|
+
type: Extract<VizItemType, 'scatter-plot'>;
|
|
12
|
+
/**
|
|
13
|
+
* Options of the scatter plot item
|
|
14
|
+
* @$ref ./scatter-plot-options.schema.json/
|
|
15
|
+
*/
|
|
16
|
+
options: ScatterPlotViewOptions;
|
|
17
|
+
/**
|
|
18
|
+
* Data definition of the Scatter plot
|
|
19
|
+
* @maxItems 5
|
|
20
|
+
* @$ref ./scatter-plot-slots.schema.json
|
|
21
|
+
*/
|
|
22
|
+
slots: ScatterPlotSlots;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=scatter-plot.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scatter-plot.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/scatter-plot/scatter-plot.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,cAAc,CAAC,CAAC;IAC3C;;;OAGG;IACH,OAAO,EAAE,sBAAsB,CAAC;IAChC;;;;OAIG;IACH,KAAK,EAAE,gBAAgB,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scatter-plot.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/scatter-plot/scatter-plot.ts"],"names":[],"mappings":"","sourcesContent":["import { VizItemType } from '../shared/common';\nimport { ScatterPlotViewOptions } from './scatter-plot-options';\nimport { ScatterPlotSlots } from './scatter-plot-slots';\n\n/**\n * Scatter plot item\n */\nexport interface ScatterPlot {\n /**\n * Type of the item\n */\n type: Extract<VizItemType, 'scatter-plot'>;\n /**\n * Options of the scatter plot item\n * @$ref ./scatter-plot-options.schema.json/\n */\n options: ScatterPlotViewOptions;\n /**\n * Data definition of the Scatter plot\n * @maxItems 5\n * @$ref ./scatter-plot-slots.schema.json\n */\n slots: ScatterPlotSlots;\n}\n"]}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Position of the Y-axis labels
|
|
3
|
+
*/
|
|
4
|
+
export type YAxisLabelPosition = 'top' | 'middle' | 'bottom';
|
|
5
|
+
/**
|
|
6
|
+
* Position of the X-axis labels
|
|
7
|
+
*/
|
|
8
|
+
export type XAxisLabelPosition = 'left' | 'center' | 'right';
|
|
9
|
+
/**
|
|
10
|
+
* Axis ticks density
|
|
11
|
+
*/
|
|
12
|
+
export type AxisTicksDensity = 'compact' | 'normal' | 'sparse';
|
|
13
|
+
/**
|
|
14
|
+
* Axis scale type
|
|
15
|
+
*/
|
|
16
|
+
export type AxisScaleType = 'linear' | 'logarithmic';
|
|
17
|
+
/**
|
|
18
|
+
* Axis grid lines style
|
|
19
|
+
*/
|
|
20
|
+
export type AxisGridlinesStyle = 'solid' | 'dotted' | 'dashed';
|
|
21
|
+
/**
|
|
22
|
+
* Manual axis range options. Minimum and maximum value of the axis range.
|
|
23
|
+
*/
|
|
24
|
+
export type ManualAxesRange = [
|
|
25
|
+
/**
|
|
26
|
+
* Minimum value of the axis range
|
|
27
|
+
* @examples [-15, 0, 0.1, 10, 100]
|
|
28
|
+
*/
|
|
29
|
+
number,
|
|
30
|
+
/**
|
|
31
|
+
* Maximum value of the axis range
|
|
32
|
+
* @examples [-10, 0, 0.1, 10, 100]
|
|
33
|
+
*/
|
|
34
|
+
number
|
|
35
|
+
];
|
|
36
|
+
//# sourceMappingURL=axes.d.ts.map
|