@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 @@
|
|
|
1
|
+
{"version":3,"file":"axes.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/axes.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,aAAa,CAAC;AAErD;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAC/D;;GAEG;AAEH,MAAM,MAAM,eAAe,GAAG;IAC5B;;;OAGG;IACH,MAAM;IACN;;;OAGG;IACH,MAAM;CACP,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axes.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/axes.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Position of the Y-axis labels\n */\nexport type YAxisLabelPosition = 'top' | 'middle' | 'bottom';\n\n/**\n * Position of the X-axis labels\n */\nexport type XAxisLabelPosition = 'left' | 'center' | 'right';\n\n/**\n * Axis ticks density\n */\nexport type AxisTicksDensity = 'compact' | 'normal' | 'sparse';\n\n/**\n * Axis scale type\n */\nexport type AxisScaleType = 'linear' | 'logarithmic';\n\n/**\n * Axis grid lines style\n */\nexport type AxisGridlinesStyle = 'solid' | 'dotted' | 'dashed';\n/**\n * Manual axis range options. Minimum and maximum value of the axis range.\n */\n\nexport type ManualAxesRange = [\n /**\n * Minimum value of the axis range\n * @examples [-15, 0, 0.1, 10, 100]\n */\n number,\n /**\n * Maximum value of the axis range\n * @examples [-10, 0, 0.1, 10, 100]\n */\n number\n];\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axis-view-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/axis-view-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE,MAAM,WAAW,qBAAsB,SAAQ,qBAAqB;CACnE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axis-view-options.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/axis-view-options.ts"],"names":[],"mappings":"","sourcesContent":["import { DropObjectViewOptions } from './drop-object-view-options';\n\nexport interface AxisObjectViewOptions extends DropObjectViewOptions {\n}\n"]}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { ItemQueryRanking } from './query';
|
|
2
|
+
import { OrderDirection } from './sort';
|
|
3
|
+
export type LegendPosition = 'topLeft' | 'top' | 'topRight' | 'left' | 'middle' | 'right' | 'bottomLeft' | 'bottom' | 'bottomRight';
|
|
4
|
+
/**
|
|
5
|
+
* Axis ticks mode
|
|
6
|
+
*/
|
|
7
|
+
export type AxisTicksMode = 'hide' | 'ticks' | 'gridlines';
|
|
8
|
+
/**
|
|
9
|
+
* Axis ticks style
|
|
10
|
+
*/
|
|
11
|
+
export type AxisTicksStyle = 'auto' | 'userDefined';
|
|
12
|
+
/**
|
|
13
|
+
* Guidelines options
|
|
14
|
+
*/
|
|
15
|
+
export interface Guidelines {
|
|
16
|
+
/**
|
|
17
|
+
* An array of guidelines
|
|
18
|
+
*/
|
|
19
|
+
lines: GuidelineLine[];
|
|
20
|
+
style: GuidelineStyle;
|
|
21
|
+
}
|
|
22
|
+
export interface GuidelineLine {
|
|
23
|
+
/**
|
|
24
|
+
* Color of the guideline
|
|
25
|
+
* @examples ["#000000", "black", "rgba(0,0,0,1)"]
|
|
26
|
+
*/
|
|
27
|
+
color: string;
|
|
28
|
+
/**
|
|
29
|
+
* Value type of the guideline
|
|
30
|
+
* @default "value"
|
|
31
|
+
*/
|
|
32
|
+
type: GuidelineLineType;
|
|
33
|
+
/**
|
|
34
|
+
* Value of the guideline
|
|
35
|
+
* @examples [-10, 0, 0.1, 10, 100]
|
|
36
|
+
*/
|
|
37
|
+
value?: number;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Style of the guidelines
|
|
41
|
+
*/
|
|
42
|
+
export interface GuidelineStyle {
|
|
43
|
+
/**
|
|
44
|
+
* Dashed/dotted definition of the guideline
|
|
45
|
+
*/
|
|
46
|
+
type: '0' | '1,2' | '3,3';
|
|
47
|
+
/**
|
|
48
|
+
* Width of the guideline
|
|
49
|
+
* @examples ["1px", "2px", "3.5px"]
|
|
50
|
+
*/
|
|
51
|
+
width: string;
|
|
52
|
+
}
|
|
53
|
+
export type GuidelineLineType = 'median' | 'value' | 'average' | 'average open' | 'average close';
|
|
54
|
+
/**
|
|
55
|
+
* Null break options
|
|
56
|
+
* @default false
|
|
57
|
+
*/
|
|
58
|
+
export type NullBreakViewOptions = {
|
|
59
|
+
nullBreak?: boolean;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Missing value options
|
|
63
|
+
*/
|
|
64
|
+
export type MissingValueViewOptions = {
|
|
65
|
+
/**
|
|
66
|
+
* Missing value configuration
|
|
67
|
+
*/
|
|
68
|
+
missingValue?: {
|
|
69
|
+
/**
|
|
70
|
+
* Type of the missing value
|
|
71
|
+
* @default "no"
|
|
72
|
+
*/
|
|
73
|
+
type?: MissingValueType;
|
|
74
|
+
/**
|
|
75
|
+
* Value of the missing value
|
|
76
|
+
*/
|
|
77
|
+
value?: number;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
export type MissingValueType = 'no' | 'break' | 'manual';
|
|
81
|
+
export interface LimitViewOptions {
|
|
82
|
+
/**
|
|
83
|
+
* Show number of observations
|
|
84
|
+
*/
|
|
85
|
+
limit: {
|
|
86
|
+
/**
|
|
87
|
+
* Number of observations value
|
|
88
|
+
* @default 100000
|
|
89
|
+
*/
|
|
90
|
+
number?: number;
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Ranking options
|
|
95
|
+
*/
|
|
96
|
+
export interface RankingViewOptions {
|
|
97
|
+
ranking: ItemQueryRanking;
|
|
98
|
+
}
|
|
99
|
+
export type SortDirection = OrderDirection | '';
|
|
100
|
+
export type VizItemType = 'area-chart' | 'bar-chart' | 'bubble-chart' | 'box-plot' | 'bullet-chart' | 'choropleth-map' | 'circular-gauge' | 'circle-pack-chart' | 'column-chart' | 'combination-chart' | 'date-filter' | 'donut-chart' | 'dropdown-filter' | 'dynamic-imageobject' | 'evolution-number' | 'funnel-chart' | 'heat-map' | 'heat-table' | 'hexbin-map' | 'iframeobject' | 'image' | 'line-chart' | 'line-chart-forecast' | 'marker-map' | 'conditional-number' | 'ohlc-chart' | 'parallel-coordinates-plot' | 'pivot-table' | 'pyramid-chart' | 'radar-chart' | 'regular-table' | 'route-map' | 'sankey-diagram' | 'scatter-plot' | 'slicer-filter' | 'slider-filter' | 'spacer' | 'speedometer-chart' | 'spike-map' | 'strip-plot' | 'sunburst-chart' | 'symbol-map' | 'text' | 'treemap-chart' | 'venn-diagram' | 'video' | 'wordcloud-chart';
|
|
101
|
+
export type DatetimeDisplayMode = 'default' | 'weekday_number' | 'weekday_name' | 'day_in_month' | 'day_in_year' | 'month_name' | 'month_number' | 'week_number' | 'second_in_minute' | 'minute_in_hour' | 'hour_in_day' | 'quarter_number';
|
|
102
|
+
export type ScreenMode = 'desktop' | 'tablet' | 'mobile' | 'largeScreen' | 'fixed';
|
|
103
|
+
//# sourceMappingURL=common.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAIxC,MAAM,MAAM,cAAc,GACxB,SAAS,GACP,KAAK,GACL,UAAU,GACV,MAAM,GACN,QAAQ,GACR,OAAO,GACP,YAAY,GACZ,QAAQ,GACR,aAAa,CAAC;AAQlB;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,OAAO,GAAG,WAAW,CAAC;AAE3D;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,aAAa,CAAC;AAIpD;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,KAAK,EAAE,cAAc,CAAC;CACvB;AAED,MAAM,WAAW,aAAa;IAC5B;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,IAAI,EAAE,iBAAiB,CAAC;IACxB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,IAAI,EAAE,GAAG,GAAG,KAAK,GAAG,KAAK,CAAC;IAC1B;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,MAAM,iBAAiB,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,cAAc,GAAG,eAAe,CAAC;AAIlG;;;GAGG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,YAAY,CAAC,EAAE;QACb;;;WAGG;QACH,IAAI,CAAC,EAAE,gBAAgB,CAAC;QACxB;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,IAAI,GAAG,OAAO,GAAG,QAAQ,CAAC;AAEzD,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,KAAK,EAAE;QACL;;;WAGG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,MAAM,MAAM,aAAa,GAAG,cAAc,GAAG,EAAE,CAAC;AAEhD,MAAM,MAAM,WAAW,GACrB,YAAY,GACV,WAAW,GACX,cAAc,GACd,UAAU,GACV,cAAc,GACd,gBAAgB,GAChB,gBAAgB,GAChB,mBAAmB,GACnB,cAAc,GACd,mBAAmB,GACnB,aAAa,GACb,aAAa,GACb,iBAAiB,GACjB,qBAAqB,GACrB,kBAAkB,GAClB,cAAc,GACd,UAAU,GACV,YAAY,GACZ,YAAY,GACZ,cAAc,GACd,OAAO,GACP,YAAY,GACZ,qBAAqB,GACrB,YAAY,GACZ,oBAAoB,GACpB,YAAY,GACZ,2BAA2B,GAC3B,aAAa,GACb,eAAe,GACf,aAAa,GACb,eAAe,GACf,WAAW,GACX,gBAAgB,GAChB,cAAc,GACd,eAAe,GACf,eAAe,GACf,QAAQ,GACR,mBAAmB,GACnB,WAAW,GACX,YAAY,GACZ,gBAAgB,GAChB,YAAY,GACZ,MAAM,GACN,eAAe,GACf,cAAc,GACd,OAAO,GACP,iBAAiB,CAAC;AAEtB,MAAM,MAAM,mBAAmB,GAC7B,SAAS,GACP,gBAAgB,GAChB,cAAc,GACd,cAAc,GACd,aAAa,GACb,YAAY,GACZ,cAAc,GACd,aAAa,GACb,kBAAkB,GAClB,gBAAgB,GAChB,aAAa,GACb,gBAAgB,CAAC;AAErB,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,aAAa,GAAG,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/common.ts"],"names":[],"mappings":"","sourcesContent":["import { ItemQueryRanking } from './query';\nimport { OrderDirection } from './sort';\n\n// moved from legend.service.ts:\n\nexport type LegendPosition =\n 'topLeft'\n | 'top'\n | 'topRight'\n | 'left'\n | 'middle'\n | 'right'\n | 'bottomLeft'\n | 'bottom'\n | 'bottomRight';\n\n// moved from view-legend.mixin.ts:\n\n// moved from export.model.ts:\n\n// moved from axis.ts:\n\n/**\n * Axis ticks mode\n */\nexport type AxisTicksMode = 'hide' | 'ticks' | 'gridlines';\n\n/**\n * Axis ticks style\n */\nexport type AxisTicksStyle = 'auto' | 'userDefined';\n\n// moved from guidelines.model.ts:\n\n/**\n * Guidelines options\n */\nexport interface Guidelines {\n /**\n * An array of guidelines\n */\n lines: GuidelineLine[];\n style: GuidelineStyle;\n}\n\nexport interface GuidelineLine {\n /**\n * Color of the guideline\n * @examples [\"#000000\", \"black\", \"rgba(0,0,0,1)\"]\n */\n color: string;\n /**\n * Value type of the guideline\n * @default \"value\"\n */\n type: GuidelineLineType;\n /**\n * Value of the guideline\n * @examples [-10, 0, 0.1, 10, 100]\n */\n value?: number;\n}\n\n/**\n * Style of the guidelines\n */\nexport interface GuidelineStyle {\n /**\n * Dashed/dotted definition of the guideline\n */\n type: '0' | '1,2' | '3,3';\n /**\n * Width of the guideline\n * @examples [\"1px\", \"2px\", \"3.5px\"]\n */\n width: string;\n}\n\nexport type GuidelineLineType = 'median' | 'value' | 'average' | 'average open' | 'average close';\n\n// moved from missing-value.model.ts:\n\n/**\n * Null break options\n * @default false\n */\nexport type NullBreakViewOptions = {\n nullBreak?: boolean;\n};\n\n/**\n * Missing value options\n */\nexport type MissingValueViewOptions = {\n /**\n * Missing value configuration\n */\n missingValue?: {\n /**\n * Type of the missing value\n * @default \"no\"\n */\n type?: MissingValueType;\n /**\n * Value of the missing value\n */\n value?: number;\n };\n};\n\nexport type MissingValueType = 'no' | 'break' | 'manual';\n\nexport interface LimitViewOptions {\n /**\n * Show number of observations\n */\n limit: {\n /**\n * Number of observations value\n * @default 100000\n */\n number?: number;\n };\n}\n\n/**\n * Ranking options\n */\nexport interface RankingViewOptions {\n ranking: ItemQueryRanking;\n}\n\nexport type SortDirection = OrderDirection | '';\n\nexport type VizItemType =\n 'area-chart'\n | 'bar-chart'\n | 'bubble-chart'\n | 'box-plot'\n | 'bullet-chart'\n | 'choropleth-map'\n | 'circular-gauge'\n | 'circle-pack-chart'\n | 'column-chart'\n | 'combination-chart'\n | 'date-filter'\n | 'donut-chart'\n | 'dropdown-filter'\n | 'dynamic-imageobject'\n | 'evolution-number'\n | 'funnel-chart'\n | 'heat-map'\n | 'heat-table'\n | 'hexbin-map'\n | 'iframeobject'\n | 'image'\n | 'line-chart'\n | 'line-chart-forecast'\n | 'marker-map'\n | 'conditional-number'\n | 'ohlc-chart'\n | 'parallel-coordinates-plot'\n | 'pivot-table'\n | 'pyramid-chart'\n | 'radar-chart'\n | 'regular-table'\n | 'route-map'\n | 'sankey-diagram'\n | 'scatter-plot'\n | 'slicer-filter'\n | 'slider-filter'\n | 'spacer'\n | 'speedometer-chart'\n | 'spike-map'\n | 'strip-plot'\n | 'sunburst-chart'\n | 'symbol-map'\n | 'text'\n | 'treemap-chart'\n | 'venn-diagram'\n | 'video'\n | 'wordcloud-chart';\n\nexport type DatetimeDisplayMode =\n 'default'\n | 'weekday_number'\n | 'weekday_name'\n | 'day_in_month'\n | 'day_in_year'\n | 'month_name'\n | 'month_number'\n | 'week_number'\n | 'second_in_minute'\n | 'minute_in_hour'\n | 'hour_in_day'\n | 'quarter_number';\n\nexport type ScreenMode = 'desktop' | 'tablet' | 'mobile' | 'largeScreen' | 'fixed';\n"]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { InteractivityMeasureDimensionPickerViewOptions } from './interactivity-measure-dimension-picker';
|
|
2
|
+
import { ObjectViewOptions } from './object-view-options';
|
|
3
|
+
export interface DropObjectViewOptions extends Omit<ObjectViewOptions, 'interactivity'> {
|
|
4
|
+
/**
|
|
5
|
+
* The main color for the item, if omitted the default color from the theme will be used.
|
|
6
|
+
*/
|
|
7
|
+
color?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Additional check for dataset joinability
|
|
10
|
+
*/
|
|
11
|
+
noLinkCheck?: boolean;
|
|
12
|
+
interactivity?: ObjectViewOptions['interactivity'] & {
|
|
13
|
+
/**
|
|
14
|
+
* An array of measure dimension picker configurations
|
|
15
|
+
*/
|
|
16
|
+
measureDimensionPicker?: NonNullable<NonNullable<InteractivityMeasureDimensionPickerViewOptions['interactivity']>['measureDimensionPicker']>;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=drop-object-view-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drop-object-view-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/drop-object-view-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8CAA8C,EAAE,MAAM,0CAA0C,CAAC;AAC1G,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D,MAAM,WAAW,qBAAsB,SAAQ,IAAI,CAAC,iBAAiB,EAAE,eAAe,CAAC;IACrF;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,iBAAiB,CAAC,eAAe,CAAC,GAAG;QACnD;;WAEG;QACH,sBAAsB,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,8CAA8C,CAAC,eAAe,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC;KAC9I,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drop-object-view-options.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/drop-object-view-options.ts"],"names":[],"mappings":"","sourcesContent":["import { InteractivityMeasureDimensionPickerViewOptions } from './interactivity-measure-dimension-picker';\nimport { ObjectViewOptions } from './object-view-options';\n\nexport interface DropObjectViewOptions extends Omit<ObjectViewOptions, 'interactivity'> {\n /**\n * The main color for the item, if omitted the default color from the theme will be used.\n */\n color?: string;\n /**\n * Additional check for dataset joinability\n */\n noLinkCheck?: boolean;\n interactivity?: ObjectViewOptions['interactivity'] & {\n /**\n * An array of measure dimension picker configurations\n */\n measureDimensionPicker?: NonNullable<NonNullable<InteractivityMeasureDimensionPickerViewOptions['interactivity']>['measureDimensionPicker']>;\n };\n}\n"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export interface FilterViewOptions {
|
|
2
|
+
/**
|
|
3
|
+
* Filter
|
|
4
|
+
*/
|
|
5
|
+
filter?: {
|
|
6
|
+
/**
|
|
7
|
+
* Item IDs to ignore. If not provided, all other items will be filtered when something is changed on the current one.
|
|
8
|
+
* @type array
|
|
9
|
+
* @items.type string
|
|
10
|
+
* @items.format uuid
|
|
11
|
+
*/
|
|
12
|
+
ignore?: string[];
|
|
13
|
+
/**
|
|
14
|
+
* Objects
|
|
15
|
+
* @type array
|
|
16
|
+
* @items.type string
|
|
17
|
+
* @items.format uuid
|
|
18
|
+
*/
|
|
19
|
+
objects?: string[];
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export interface FilterableByViewOptions {
|
|
23
|
+
/**
|
|
24
|
+
* Filterable by item IDs.
|
|
25
|
+
* @type array
|
|
26
|
+
* @items.type string
|
|
27
|
+
* @items.format uuid
|
|
28
|
+
*/
|
|
29
|
+
filterableBy?: string[];
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=filters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/filters.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,MAAM,CAAC,EAAE;QACP;;;;;WAKG;QACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;QAClB;;;;;WAKG;QACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;KACpB,CAAC;CACH;AAED,MAAM,WAAW,uBAAuB;IACtC;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filters.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/filters.ts"],"names":[],"mappings":"","sourcesContent":["export interface FilterViewOptions {\n /**\n * Filter\n */\n filter?: {\n /**\n * Item IDs to ignore. If not provided, all other items will be filtered when something is changed on the current one.\n * @type array\n * @items.type string\n * @items.format uuid\n */\n ignore?: string[];\n /**\n * Objects\n * @type array\n * @items.type string\n * @items.format uuid\n */\n objects?: string[];\n };\n}\n\nexport interface FilterableByViewOptions {\n /**\n * Filterable by item IDs.\n * @type array\n * @items.type string\n * @items.format uuid\n */\n filterableBy?: string[]; // In real dashboard json the type is: filterableBy?: string[] | null[];\n}\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Currency } from './slots';
|
|
2
|
+
export type Formula = {
|
|
3
|
+
id: string;
|
|
4
|
+
/**
|
|
5
|
+
* @TJS-type object
|
|
6
|
+
*/
|
|
7
|
+
name: Record<string, string>;
|
|
8
|
+
expression: string;
|
|
9
|
+
type: FormulaType;
|
|
10
|
+
subtype: FormulaSubtype;
|
|
11
|
+
format: string;
|
|
12
|
+
informat: FormulaInformat;
|
|
13
|
+
securableFormula?: {
|
|
14
|
+
securable_id: string;
|
|
15
|
+
formula_id: string;
|
|
16
|
+
};
|
|
17
|
+
currency?: Currency;
|
|
18
|
+
securable_id?: string;
|
|
19
|
+
currency_id?: string;
|
|
20
|
+
lowestLevel?: number;
|
|
21
|
+
level?: number;
|
|
22
|
+
duration_format?: 'long' | 'short' | 'time';
|
|
23
|
+
duration_levels?: number[];
|
|
24
|
+
color?: string;
|
|
25
|
+
};
|
|
26
|
+
export type FormulaType = 'hierarchy' | 'numeric' | 'datetime';
|
|
27
|
+
export type FormulaSubtype = 'duration' | 'currency' | 'date' | 'datetime';
|
|
28
|
+
export type FormulaInformat = 'hierarchy' | 'numeric' | 'YYYY-MM-DD HH:mm:ss.SSS' | 'MM-DD-YYYY HH:mm:ss.SSS' | 'DD-MM-YYYY HH:mm:ss.SSS' | 'YYYY-MM-DD HH:mm:ss.SSS ZZ' | 'MM-DD-YYYY HH:mm:ss.SSS ZZ' | 'DD-MM-YYYY HH:mm:ss.SSS ZZ' | 'X' | 'x';
|
|
29
|
+
//# sourceMappingURL=formula.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formula.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/formula.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEnC,MAAM,MAAM,OAAO,GAAG;IACpB,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,cAAc,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,eAAe,CAAC;IAC1B,gBAAgB,CAAC,EAAE;QAAE,YAAY,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,MAAM,CAAA;KAAE,CAAC;IAChE,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;IAC5C,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG,SAAS,GAAG,UAAU,CAAC;AAE/D,MAAM,MAAM,cAAc,GAAG,UAAU,GAAG,UAAU,GAAG,MAAM,GAAG,UAAU,CAAC;AAE3E,MAAM,MAAM,eAAe,GACvB,WAAW,GACX,SAAS,GACT,yBAAyB,GACzB,yBAAyB,GACzB,yBAAyB,GACzB,4BAA4B,GAC5B,4BAA4B,GAC5B,4BAA4B,GAC5B,GAAG,GACH,GAAG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formula.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/formula.ts"],"names":[],"mappings":"","sourcesContent":["import { Currency } from './slots';\n\nexport type Formula = {\n id: string;\n /**\n * @TJS-type object\n */\n name: Record<string, string>;\n expression: string;\n type: FormulaType;\n subtype: FormulaSubtype;\n format: string;\n informat: FormulaInformat;\n securableFormula?: { securable_id: string; formula_id: string };\n currency?: Currency;\n securable_id?: string; // doesn't come from BE, mapped to securable_id on FE from securableFormula.securable_id property\n currency_id?: string;\n lowestLevel?: number;\n level?: number;\n duration_format?: 'long' | 'short' | 'time';\n duration_levels?: number[];\n color?: string;\n};\n\nexport type FormulaType = 'hierarchy' | 'numeric' | 'datetime';\n\nexport type FormulaSubtype = 'duration' | 'currency' | 'date' | 'datetime';\n\nexport type FormulaInformat\n = 'hierarchy'\n | 'numeric'\n | 'YYYY-MM-DD HH:mm:ss.SSS'\n | 'MM-DD-YYYY HH:mm:ss.SSS'\n | 'DD-MM-YYYY HH:mm:ss.SSS'\n | 'YYYY-MM-DD HH:mm:ss.SSS ZZ'\n | 'MM-DD-YYYY HH:mm:ss.SSS ZZ'\n | 'DD-MM-YYYY HH:mm:ss.SSS ZZ'\n | 'X'\n | 'x';\n"]}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export type InfoTooltipPosition = 'left' | 'right';
|
|
2
|
+
export interface InfoTooltipViewOptions {
|
|
3
|
+
/**
|
|
4
|
+
* Information tooltip configuration
|
|
5
|
+
* @TJS-ignore
|
|
6
|
+
*/
|
|
7
|
+
annotate?: {
|
|
8
|
+
infoTooltip?: {
|
|
9
|
+
/**
|
|
10
|
+
* Information tooltip content in format {locale: "content"}, for example, {en: "Content"}
|
|
11
|
+
* @TJS-type object
|
|
12
|
+
*/
|
|
13
|
+
content?: Record<string, string>;
|
|
14
|
+
/**
|
|
15
|
+
* Information tooltip position
|
|
16
|
+
*/
|
|
17
|
+
position?: InfoTooltipPosition;
|
|
18
|
+
/**
|
|
19
|
+
* Is information tooltip active
|
|
20
|
+
*/
|
|
21
|
+
active?: boolean;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=info-tooltip-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"info-tooltip-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/info-tooltip-options.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG,OAAO,CAAC;AAEnD,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,QAAQ,CAAC,EAAE;QACT,WAAW,CAAC,EAAE;YACZ;;;eAGG;YACH,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;YACjC;;eAEG;YACH,QAAQ,CAAC,EAAE,mBAAmB,CAAC;YAC/B;;eAEG;YACH,MAAM,CAAC,EAAE,OAAO,CAAC;SAClB,CAAC;KACH,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"info-tooltip-options.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/info-tooltip-options.ts"],"names":[],"mappings":"","sourcesContent":["export type InfoTooltipPosition = 'left' | 'right';\n\nexport interface InfoTooltipViewOptions {\n /**\n * Information tooltip configuration\n * @TJS-ignore\n */\n annotate?: {\n infoTooltip?: {\n /**\n * Information tooltip content in format {locale: \"content\"}, for example, {en: \"Content\"}\n * @TJS-type object\n */\n content?: Record<string, string>;\n /**\n * Information tooltip position\n */\n position?: InfoTooltipPosition;\n /**\n * Is information tooltip active\n */\n active?: boolean;\n };\n };\n}\n"]}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { ItemQueryAggregation } from './query';
|
|
2
|
+
/**
|
|
3
|
+
* Custom event configuration
|
|
4
|
+
*/
|
|
5
|
+
export interface InteractivityCustomEvent {
|
|
6
|
+
/**
|
|
7
|
+
* Custom event name
|
|
8
|
+
*/
|
|
9
|
+
name?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Label in format {locale: "label"}, for example, {en: "Total Revenue"}
|
|
12
|
+
* @TJS-type object
|
|
13
|
+
*/
|
|
14
|
+
label: Record<string, string>;
|
|
15
|
+
}
|
|
16
|
+
export interface InteractivityCustomEventExtraData {
|
|
17
|
+
/**
|
|
18
|
+
* Label
|
|
19
|
+
*/
|
|
20
|
+
label: string;
|
|
21
|
+
/**
|
|
22
|
+
* Dataset id
|
|
23
|
+
* @format uuid
|
|
24
|
+
*/
|
|
25
|
+
datasetId: string;
|
|
26
|
+
/**
|
|
27
|
+
* Column id
|
|
28
|
+
* @format uuid
|
|
29
|
+
*/
|
|
30
|
+
columnId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Formula id
|
|
33
|
+
* @format uuid
|
|
34
|
+
*/
|
|
35
|
+
formulaId?: string;
|
|
36
|
+
aggregation?: ItemQueryAggregation;
|
|
37
|
+
/**
|
|
38
|
+
* Weighted dataset id
|
|
39
|
+
* @format uuid
|
|
40
|
+
*/
|
|
41
|
+
weightedDatasetId?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Weighted column id
|
|
44
|
+
* @format uuid
|
|
45
|
+
*/
|
|
46
|
+
weightedColumnId?: string;
|
|
47
|
+
}
|
|
48
|
+
export interface InteractivityCustomEventsViewOptions {
|
|
49
|
+
interactivity?: {
|
|
50
|
+
/**
|
|
51
|
+
* Custom events
|
|
52
|
+
*/
|
|
53
|
+
customEvents?: {
|
|
54
|
+
events?: InteractivityCustomEvent[];
|
|
55
|
+
extraData?: InteractivityCustomEventExtraData[];
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=interactivity-custom-events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interactivity-custom-events.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/interactivity-custom-events.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAE/C;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC/B;AAED,MAAM,WAAW,iCAAiC;IAChD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,oBAAoB,CAAC;IACnC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,oCAAoC;IACnD,aAAa,CAAC,EAAE;QACd;;WAEG;QACH,YAAY,CAAC,EAAE;YACb,MAAM,CAAC,EAAE,wBAAwB,EAAE,CAAC;YACpC,SAAS,CAAC,EAAE,iCAAiC,EAAE,CAAC;SACjD,CAAC;KACH,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interactivity-custom-events.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/interactivity-custom-events.ts"],"names":[],"mappings":"","sourcesContent":["import { ItemQueryAggregation } from './query';\n\n/**\n * Custom event configuration\n */\nexport interface InteractivityCustomEvent {\n /**\n * Custom event name\n */\n name?: string;\n /**\n * Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}\n * @TJS-type object\n */\n label: Record<string, string>;\n}\n\nexport interface InteractivityCustomEventExtraData {\n /**\n * Label\n */\n label: string;\n /**\n * Dataset id\n * @format uuid\n */\n datasetId: string;\n /**\n * Column id\n * @format uuid\n */\n columnId?: string;\n /**\n * Formula id\n * @format uuid\n */\n formulaId?: string;\n aggregation?: ItemQueryAggregation;\n /**\n * Weighted dataset id\n * @format uuid\n */\n weightedDatasetId?: string;\n /**\n * Weighted column id\n * @format uuid\n */\n weightedColumnId?: string;\n}\n\nexport interface InteractivityCustomEventsViewOptions {\n interactivity?: {\n /**\n * Custom events\n */\n customEvents?: {\n events?: InteractivityCustomEvent[];\n extraData?: InteractivityCustomEventExtraData[];\n };\n };\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface InteractivityCustomTooltipViewOptions {
|
|
2
|
+
interactivity?: {
|
|
3
|
+
/**
|
|
4
|
+
* Custom tooltip in a key-value format. The key is the language code and the value is the content in that language.
|
|
5
|
+
* @examples [{"en": "Hello World", "de": "Hallo Welt"}]
|
|
6
|
+
* @TJS-type object
|
|
7
|
+
*/
|
|
8
|
+
customTooltip?: Record<string, string>;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=interactivity-custom-tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interactivity-custom-tooltip.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/interactivity-custom-tooltip.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qCAAqC;IACpD,aAAa,CAAC,EAAE;QACd;;;;WAIG;QACH,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KACxC,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interactivity-custom-tooltip.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/interactivity-custom-tooltip.ts"],"names":[],"mappings":"","sourcesContent":["export interface InteractivityCustomTooltipViewOptions {\n interactivity?: {\n /**\n * Custom tooltip in a key-value format. The key is the language code and the value is the content in that language.\n * @examples [{\"en\": \"Hello World\", \"de\": \"Hallo Welt\"}]\n * @TJS-type object\n */\n customTooltip?: Record<string, string>;\n };\n}\n"]}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { Column, DashboardContentVizItemSlotContent, HierarchyLevel, SlotName } from './slots';
|
|
2
|
+
type DrilldownType = 'level' | 'other';
|
|
3
|
+
export interface DrilldownLevelType {
|
|
4
|
+
type: Extract<DrilldownType, 'level'>;
|
|
5
|
+
levels: number[];
|
|
6
|
+
active: boolean;
|
|
7
|
+
order: number;
|
|
8
|
+
}
|
|
9
|
+
export interface DrilldownOtherType {
|
|
10
|
+
/**
|
|
11
|
+
* Type of drilldown
|
|
12
|
+
*/
|
|
13
|
+
type: Extract<DrilldownType, 'other'>;
|
|
14
|
+
/**
|
|
15
|
+
* Label in format {locale: "label"}, for example, {en: "Total Revenue"}
|
|
16
|
+
* @TJS-type object
|
|
17
|
+
*/
|
|
18
|
+
label: Record<string, string>;
|
|
19
|
+
/**
|
|
20
|
+
* @TJS-type object
|
|
21
|
+
*/
|
|
22
|
+
drilldownColumn: Record<string, any>;
|
|
23
|
+
/**
|
|
24
|
+
* Is active
|
|
25
|
+
*/
|
|
26
|
+
active: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Order
|
|
29
|
+
*/
|
|
30
|
+
order: number;
|
|
31
|
+
}
|
|
32
|
+
type DrilldownValueType = DrilldownLevelType | DrilldownOtherType;
|
|
33
|
+
export interface DrilldownValue {
|
|
34
|
+
active: boolean;
|
|
35
|
+
drillPath: number;
|
|
36
|
+
/**
|
|
37
|
+
* Label in format {locale: "label"}, for example, {en: "Total Revenue"}
|
|
38
|
+
* @TJS-type object
|
|
39
|
+
*/
|
|
40
|
+
label: Record<string, string>;
|
|
41
|
+
values: DrilldownValueType[];
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Drilldown interactivity option
|
|
45
|
+
*/
|
|
46
|
+
export type Drilldown = Record<SlotName, DrilldownValue[]>;
|
|
47
|
+
export type DrilldownSubLevel = {
|
|
48
|
+
id?: string;
|
|
49
|
+
name: string;
|
|
50
|
+
level: number;
|
|
51
|
+
enabled: boolean;
|
|
52
|
+
togglingDisabled: boolean;
|
|
53
|
+
};
|
|
54
|
+
export interface DrilldownColumn extends Column {
|
|
55
|
+
index?: number;
|
|
56
|
+
columnHierarchies?: HierarchyLevel[] | string[];
|
|
57
|
+
level?: number;
|
|
58
|
+
actionName?: Record<string, string>;
|
|
59
|
+
hidden?: boolean;
|
|
60
|
+
}
|
|
61
|
+
export type DrilldownConfig = {
|
|
62
|
+
label: Record<string, string>;
|
|
63
|
+
selectedColumns: DrilldownColumn[];
|
|
64
|
+
slot: DashboardContentVizItemSlotContent & {
|
|
65
|
+
drillDownActive?: boolean;
|
|
66
|
+
name: Record<string, string>;
|
|
67
|
+
sublevels: DrilldownSubLevel[];
|
|
68
|
+
disabled: boolean;
|
|
69
|
+
levelsActive: number;
|
|
70
|
+
};
|
|
71
|
+
allColumns: DrilldownColumn[];
|
|
72
|
+
};
|
|
73
|
+
export interface InteractivityDrilldownViewOptions {
|
|
74
|
+
interactivity?: {
|
|
75
|
+
drilldown?: Drilldown;
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
export {};
|
|
79
|
+
//# sourceMappingURL=interactivity-drilldown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interactivity-drilldown.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/interactivity-drilldown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,kCAAkC,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAE/F,KAAK,aAAa,GAAG,OAAO,GAAG,OAAO,CAAC;AAEvC,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,OAAO,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC;IACtC,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC;IACtC;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACrC;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED,KAAK,kBAAkB,GAAG,kBAAkB,GAAG,kBAAkB,CAAC;AAElE,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,MAAM,EAAE,kBAAkB,EAAE,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC,QAAQ,EAAE,cAAc,EAAE,CAAC,CAAC;AAE3D,MAAM,MAAM,iBAAiB,GAAG;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,gBAAgB,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,MAAM,WAAW,eAAgB,SAAQ,MAAM;IAE7C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iBAAiB,CAAC,EAAE,cAAc,EAAE,GAAG,MAAM,EAAE,CAAC;IAChD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,eAAe,EAAE,eAAe,EAAE,CAAC;IACnC,IAAI,EAAE,kCAAkC,GAAG;QACzC,eAAe,CAAC,EAAE,OAAO,CAAC;QAC1B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QAC7B,SAAS,EAAE,iBAAiB,EAAE,CAAC;QAC/B,QAAQ,EAAE,OAAO,CAAC;QAClB,YAAY,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,UAAU,EAAE,eAAe,EAAE,CAAC;CAC/B,CAAC;AAEF,MAAM,WAAW,iCAAiC;IAChD,aAAa,CAAC,EAAE;QACd,SAAS,CAAC,EAAE,SAAS,CAAC;KACvB,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interactivity-drilldown.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/interactivity-drilldown.ts"],"names":[],"mappings":"","sourcesContent":["import { Column, DashboardContentVizItemSlotContent, HierarchyLevel, SlotName } from './slots';\n\ntype DrilldownType = 'level' | 'other';\n\nexport interface DrilldownLevelType {\n type: Extract<DrilldownType, 'level'>;\n levels: number[];\n active: boolean;\n order: number;\n}\n\nexport interface DrilldownOtherType {\n /**\n * Type of drilldown\n */\n type: Extract<DrilldownType, 'other'>;\n /**\n * Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}\n * @TJS-type object\n */\n label: Record<string, string>;\n /**\n * @TJS-type object\n */\n drilldownColumn: Record<string, any>;\n /**\n * Is active\n */\n active: boolean;\n /**\n * Order\n */\n order: number;\n}\n\ntype DrilldownValueType = DrilldownLevelType | DrilldownOtherType;\n\nexport interface DrilldownValue {\n active: boolean;\n drillPath: number;\n /**\n * Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}\n * @TJS-type object\n */\n label: Record<string, string>;\n values: DrilldownValueType[];\n}\n\n/**\n * Drilldown interactivity option\n */\nexport type Drilldown = Record<SlotName, DrilldownValue[]>;\n\nexport type DrilldownSubLevel = {\n id?: string;\n name: string;\n level: number;\n enabled: boolean;\n togglingDisabled: boolean;\n};\n\nexport interface DrilldownColumn extends Column {\n // Extra properties required by drilldown\n index?: number;\n columnHierarchies?: HierarchyLevel[] | string[];\n level?: number;\n actionName?: Record<string, string>;\n hidden?: boolean;\n}\n\nexport type DrilldownConfig = {\n label: Record<string, string>;\n selectedColumns: DrilldownColumn[];\n slot: DashboardContentVizItemSlotContent & {\n drillDownActive?: boolean;\n name: Record<string, string>;\n sublevels: DrilldownSubLevel[];\n disabled: boolean;\n levelsActive: number;\n };\n allColumns: DrilldownColumn[];\n};\n\nexport interface InteractivityDrilldownViewOptions {\n interactivity?: {\n drilldown?: Drilldown;\n };\n}\n"]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Export types
|
|
3
|
+
*/
|
|
4
|
+
export type ExportType = 'xlsx' | 'csv' | 'xlsx-raw' | 'csv-raw' | 'png';
|
|
5
|
+
/**
|
|
6
|
+
* Interactivity export options
|
|
7
|
+
*/
|
|
8
|
+
export interface InteractivityExportViewOptions {
|
|
9
|
+
interactivity?: {
|
|
10
|
+
/**
|
|
11
|
+
* Available export types
|
|
12
|
+
* @default ['xlsx', 'csv', 'png']
|
|
13
|
+
*/
|
|
14
|
+
availableExportTypes?: ExportType[];
|
|
15
|
+
/**
|
|
16
|
+
* Export types
|
|
17
|
+
* @default ['xlsx', 'csv', 'png']
|
|
18
|
+
*/
|
|
19
|
+
exportTypes?: ExportType[];
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=interactivity-export.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interactivity-export.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/interactivity-export.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,KAAK,GAAG,UAAU,GAAG,SAAS,GAAG,KAAK,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C,aAAa,CAAC,EAAE;QACd;;;WAGG;QACH,oBAAoB,CAAC,EAAE,UAAU,EAAE,CAAC;QACpC;;;WAGG;QACH,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;KAC5B,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interactivity-export.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/interactivity-export.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Export types\n */\nexport type ExportType = 'xlsx' | 'csv' | 'xlsx-raw' | 'csv-raw' | 'png';\n\n/**\n * Interactivity export options\n */\nexport interface InteractivityExportViewOptions {\n interactivity?: {\n /**\n * Available export types\n * @default ['xlsx', 'csv', 'png']\n */\n availableExportTypes?: ExportType[];\n /**\n * Export types\n * @default ['xlsx', 'csv', 'png']\n */\n exportTypes?: ExportType[];\n };\n}\n"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Url config for Go to URL
|
|
3
|
+
*/
|
|
4
|
+
export interface UrlConfig {
|
|
5
|
+
/**
|
|
6
|
+
* URL target
|
|
7
|
+
*/
|
|
8
|
+
target: '_parent' | '_self' | '_blank';
|
|
9
|
+
/**
|
|
10
|
+
* URL in format {locale: "url"}, for example, {en: "..."}
|
|
11
|
+
* @TJS-type object
|
|
12
|
+
*/
|
|
13
|
+
url: Record<string, string>;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Go to URL option
|
|
17
|
+
*/
|
|
18
|
+
export interface InteractivityGoToUrlViewOptions {
|
|
19
|
+
interactivity?: {
|
|
20
|
+
urlConfig?: UrlConfig;
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=interactivity-go-to-url.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interactivity-go-to-url.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/interactivity-go-to-url.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAC;IACvC;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC9C,aAAa,CAAC,EAAE;QACd,SAAS,CAAC,EAAE,SAAS,CAAC;KACvB,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interactivity-go-to-url.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/interactivity-go-to-url.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Url config for Go to URL\n */\nexport interface UrlConfig {\n /**\n * URL target\n */\n target: '_parent' | '_self' | '_blank';\n /**\n * URL in format {locale: \"url\"}, for example, {en: \"...\"}\n * @TJS-type object\n */\n url: Record<string, string>;\n}\n\n/**\n * Go to URL option\n */\nexport interface InteractivityGoToUrlViewOptions {\n interactivity?: {\n urlConfig?: UrlConfig;\n };\n}\n"]}
|