@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":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/conditional-number/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/conditional-number/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC","sourcesContent":["export * from './conditional-number';\nexport * from './conditional-number-options';\nexport * from './conditional-number-slots';\n"]}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
2
|
+
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
3
|
+
import { PlaceholderViewOptions } from '../shared/placeholder';
|
|
4
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
5
|
+
export interface DateFilterViewOptions extends DropObjectViewOptions, InfoTooltipViewOptions, TitleViewOptions, DisplayTitleViewOptions, PlaceholderViewOptions {
|
|
6
|
+
/**
|
|
7
|
+
* Padding of the date filter
|
|
8
|
+
*/
|
|
9
|
+
padding?: {
|
|
10
|
+
left?: number;
|
|
11
|
+
right?: number;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Date filter range options
|
|
15
|
+
*/
|
|
16
|
+
dateRange?: {
|
|
17
|
+
/**
|
|
18
|
+
* Toggle if calendar should always be shown or only if custom range is selected
|
|
19
|
+
*/
|
|
20
|
+
alwaysShowCalendars: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Toggle if the filter should be auto applied upon selection or by clicking apply buttons
|
|
23
|
+
*/
|
|
24
|
+
autoApply: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Toggle dropdown of month and year selection
|
|
27
|
+
*/
|
|
28
|
+
showDropdowns: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Toggle week numbers
|
|
31
|
+
*/
|
|
32
|
+
showISOWeekNumbers: boolean;
|
|
33
|
+
singleDatePicker: boolean;
|
|
34
|
+
linkedCalendars: boolean;
|
|
35
|
+
singleCalendar: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Toggle timepicker
|
|
38
|
+
*/
|
|
39
|
+
timePicker24Hour: boolean;
|
|
40
|
+
showCustomRangeLabel: boolean;
|
|
41
|
+
markUnavailable: boolean;
|
|
42
|
+
firstDay?: number;
|
|
43
|
+
displayRanges: boolean;
|
|
44
|
+
ranges: DateFilterRange[];
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
export interface DateFilterRange {
|
|
48
|
+
key: string;
|
|
49
|
+
unit: number;
|
|
50
|
+
quantity: number;
|
|
51
|
+
rangeId?: string;
|
|
52
|
+
/**
|
|
53
|
+
* Display label. The key is the language code and the value is the content in that language.
|
|
54
|
+
* @examples [{"en": "Hello World", "de": "Hallo Welt"}]
|
|
55
|
+
* @TJS-type object
|
|
56
|
+
*/
|
|
57
|
+
displayLabel?: Record<string, string>;
|
|
58
|
+
label?: string;
|
|
59
|
+
customRange?: {
|
|
60
|
+
from: string;
|
|
61
|
+
to: string;
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
//# sourceMappingURL=date-filter-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-filter-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-filter/date-filter-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAE5E,MAAM,WAAW,qBAAsB,SACrC,qBAAqB,EACrB,sBAAsB,EACtB,gBAAgB,EAChB,uBAAuB,EACvB,sBAAsB;IACtB;;OAEG;IACH,OAAO,CAAC,EAAE;QACR,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF;;OAEG;IACH,SAAS,CAAC,EAAE;QACV;;WAEG;QACH,mBAAmB,EAAE,OAAO,CAAC;QAC7B;;WAEG;QACH,SAAS,EAAE,OAAO,CAAC;QACnB;;WAEG;QACH,aAAa,EAAE,OAAO,CAAC;QACvB;;WAEG;QACH,kBAAkB,EAAE,OAAO,CAAC;QAC5B,gBAAgB,EAAE,OAAO,CAAC;QAC1B,eAAe,EAAE,OAAO,CAAC;QACzB,cAAc,EAAE,OAAO,CAAC;QACxB;;WAEG;QACH,gBAAgB,EAAE,OAAO,CAAC;QAC1B,oBAAoB,EAAE,OAAO,CAAC;QAC9B,eAAe,EAAE,OAAO,CAAC;QACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,aAAa,EAAE,OAAO,CAAC;QACvB,MAAM,EAAE,eAAe,EAAE,CAAC;KAC3B,CAAC;CACH;AAED,MAAM,WAAW,eAAe;IAC9B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE;QACZ,IAAI,EAAE,MAAM,CAAC;QACb,EAAE,EAAE,MAAM,CAAC;KACZ,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-filter-options.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-filter/date-filter-options.ts"],"names":[],"mappings":"","sourcesContent":["import { DropObjectViewOptions } from '../shared/drop-object-view-options';\nimport { InfoTooltipViewOptions } from '../shared/info-tooltip-options';\nimport { PlaceholderViewOptions } from '../shared/placeholder';\nimport { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';\n\nexport interface DateFilterViewOptions extends\n DropObjectViewOptions,\n InfoTooltipViewOptions,\n TitleViewOptions,\n DisplayTitleViewOptions,\n PlaceholderViewOptions {\n /**\n * Padding of the date filter\n */\n padding?: {\n left?: number;\n right?: number;\n };\n /**\n * Date filter range options\n */\n dateRange?: {\n /**\n * Toggle if calendar should always be shown or only if custom range is selected\n */\n alwaysShowCalendars: boolean;\n /**\n * Toggle if the filter should be auto applied upon selection or by clicking apply buttons\n */\n autoApply: boolean;\n /**\n * Toggle dropdown of month and year selection\n */\n showDropdowns: boolean;\n /**\n * Toggle week numbers\n */\n showISOWeekNumbers: boolean;\n singleDatePicker: boolean;\n linkedCalendars: boolean;\n singleCalendar: boolean;\n /**\n * Toggle timepicker\n */\n timePicker24Hour: boolean;\n showCustomRangeLabel: boolean;\n markUnavailable: boolean;\n firstDay?: number;\n displayRanges: boolean;\n ranges: DateFilterRange[];\n };\n}\n\nexport interface DateFilterRange {\n key: string;\n unit: number;\n quantity: number;\n rangeId?: string;\n /**\n * Display label. 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 displayLabel?: Record<string, string>;\n label?: string;\n customRange?: {\n from: string;\n to: string;\n };\n}\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DashboardContentVizItemSlot, DashboardContentVizItemSlotContent } from '../shared/slots';
|
|
2
|
+
/**
|
|
3
|
+
* Time slot definition of the date filter. It can accept only datetime type column.
|
|
4
|
+
*/
|
|
5
|
+
interface TimeSlot extends DashboardContentVizItemSlot {
|
|
6
|
+
name: 'time';
|
|
7
|
+
/**
|
|
8
|
+
* Time slot definition
|
|
9
|
+
*/
|
|
10
|
+
content: DashboardContentVizItemSlotContent[];
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Data definition of the Date filter
|
|
14
|
+
* @maxItems 1
|
|
15
|
+
*/
|
|
16
|
+
export type DateFilterSlots = (TimeSlot)[];
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=date-filter-slots.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-filter-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-filter/date-filter-slots.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;AAElG;;GAEG;AACH,UAAU,QAAS,SAAQ,2BAA2B;IACpD,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,kCAAkC,EAAE,CAAC;CAC/C;AAED;;;GAGG;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,QAAQ,CAAC,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-filter-slots.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-filter/date-filter-slots.ts"],"names":[],"mappings":"","sourcesContent":["import { DashboardContentVizItemSlot, DashboardContentVizItemSlotContent } from '../shared/slots';\n\n/**\n * Time slot definition of the date filter. It can accept only datetime type column.\n */\ninterface TimeSlot extends DashboardContentVizItemSlot {\n name: 'time';\n /**\n * Time slot definition\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * Data definition of the Date filter\n * @maxItems 1\n */\nexport type DateFilterSlots = (TimeSlot)[];\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { VizItemType } from '../shared/common';
|
|
2
|
+
import { DateFilterViewOptions } from './date-filter-options';
|
|
3
|
+
import { DateFilterSlots } from './date-filter-slots';
|
|
4
|
+
/**
|
|
5
|
+
* Date filter item
|
|
6
|
+
*/
|
|
7
|
+
export interface DateFilter {
|
|
8
|
+
/**
|
|
9
|
+
* Type of the item
|
|
10
|
+
*/
|
|
11
|
+
type: Extract<VizItemType, 'date-filter'>;
|
|
12
|
+
/**
|
|
13
|
+
* Options of the date filter item
|
|
14
|
+
* @$ref ./date-filter-options.schema.json/
|
|
15
|
+
*/
|
|
16
|
+
options: DateFilterViewOptions;
|
|
17
|
+
/**
|
|
18
|
+
* Data definition of the Date filter
|
|
19
|
+
* @maxItems 1
|
|
20
|
+
* @$ref ./date-filter-slots.schema.json
|
|
21
|
+
*/
|
|
22
|
+
slots: DateFilterSlots;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=date-filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-filter.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-filter/date-filter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,aAAa,CAAC,CAAC;IAC1C;;;OAGG;IACH,OAAO,EAAE,qBAAqB,CAAC;IAC/B;;;;OAIG;IACH,KAAK,EAAE,eAAe,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-filter.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-filter/date-filter.ts"],"names":[],"mappings":"","sourcesContent":["import { VizItemType } from '../shared/common';\nimport { DateFilterViewOptions } from './date-filter-options';\nimport { DateFilterSlots } from './date-filter-slots';\n\n/**\n * Date filter item\n */\nexport interface DateFilter {\n /**\n * Type of the item\n */\n type: Extract<VizItemType, 'date-filter'>;\n /**\n * Options of the date filter item\n * @$ref ./date-filter-options.schema.json/\n */\n options: DateFilterViewOptions;\n /**\n * Data definition of the Date filter\n * @maxItems 1\n * @$ref ./date-filter-slots.schema.json\n */\n slots: DateFilterSlots;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-filter/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/date-filter/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC","sourcesContent":["export * from './date-filter';\nexport * from './date-filter-slots';\nexport * from './date-filter-options';\n"]}
|
|
@@ -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 { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
|
|
6
|
+
import { InteractivityDrilldownViewOptions } from '../shared/interactivity-drilldown';
|
|
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 { SortViewOptions } from '../shared/sort';
|
|
12
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
13
|
+
export interface DonutChartViewOptions extends Omit<DropObjectViewOptions, 'display' | 'interactivity'>, InfoTooltipViewOptions, LegendViewOptions, TitleViewOptions, LimitViewOptions, SortViewOptions, DonutChartDisplayViewOptions, DonutChartInteractivityViewOptions {
|
|
14
|
+
/**
|
|
15
|
+
* Mode of the Donut chart: donut or pie
|
|
16
|
+
*/
|
|
17
|
+
mode?: 'donut' | 'pie';
|
|
18
|
+
/**
|
|
19
|
+
* If it's set fine-tunes the 'mode' option. When it's 'pie' or 'half-pie the 'mode' will become 'pie' otherwise 'donut'.
|
|
20
|
+
*/
|
|
21
|
+
startWithSubType?: DonutSubtype;
|
|
22
|
+
/**
|
|
23
|
+
* Slice configuration options
|
|
24
|
+
*/
|
|
25
|
+
slices?: {
|
|
26
|
+
/**
|
|
27
|
+
* Toggle half slices
|
|
28
|
+
*/
|
|
29
|
+
half?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Set width of the slices
|
|
32
|
+
*/
|
|
33
|
+
width?: number;
|
|
34
|
+
/**
|
|
35
|
+
* Set maximum number of slices
|
|
36
|
+
*/
|
|
37
|
+
maxNumber?: number;
|
|
38
|
+
/**
|
|
39
|
+
* Set minimum percentage of slices
|
|
40
|
+
*/
|
|
41
|
+
minPercentage?: number;
|
|
42
|
+
/**
|
|
43
|
+
* Set rounded corners of the slices
|
|
44
|
+
*/
|
|
45
|
+
roundedCorners?: number;
|
|
46
|
+
/**
|
|
47
|
+
* Set padding between the slices
|
|
48
|
+
*/
|
|
49
|
+
padding?: number;
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
interface DonutChartDisplayViewOptions extends DisplayLegendViewOptions, DisplayTitleViewOptions {
|
|
53
|
+
/**
|
|
54
|
+
* General display options of the Bar chart: title, legend and mode option
|
|
55
|
+
*/
|
|
56
|
+
display: {
|
|
57
|
+
/**
|
|
58
|
+
* Show or hide the title
|
|
59
|
+
* @default true
|
|
60
|
+
*/
|
|
61
|
+
title: NonNullable<NonNullable<DisplayTitleViewOptions['display']>['title']>;
|
|
62
|
+
/**
|
|
63
|
+
* Show or hide the legend
|
|
64
|
+
* @default true
|
|
65
|
+
*/
|
|
66
|
+
legend?: NonNullable<NonNullable<DisplayLegendViewOptions['display']>['legend']>;
|
|
67
|
+
/**
|
|
68
|
+
* Show or hide the values in the chart: none, percentage or absolute
|
|
69
|
+
*/
|
|
70
|
+
values?: 'none' | 'percentage' | 'absolute';
|
|
71
|
+
/**
|
|
72
|
+
* Show or hide the category labels in the chart
|
|
73
|
+
*/
|
|
74
|
+
categoryLabels?: boolean;
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
interface DonutChartInteractivityViewOptions extends InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityDrilldownViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions {
|
|
78
|
+
/**
|
|
79
|
+
* Interactivity options
|
|
80
|
+
*/
|
|
81
|
+
interactivity?: {
|
|
82
|
+
/**
|
|
83
|
+
* Go to URL interactivity option
|
|
84
|
+
*/
|
|
85
|
+
urlConfig?: NonNullable<NonNullable<InteractivityGoToUrlViewOptions['interactivity']>['urlConfig']>;
|
|
86
|
+
/**
|
|
87
|
+
* Custom tooltip interactivity option, in format {locale: "tooltip"}, for example, {en: "Total Revenue"}
|
|
88
|
+
*/
|
|
89
|
+
customTooltip?: NonNullable<NonNullable<InteractivityCustomTooltipViewOptions['interactivity']>['customTooltip']>;
|
|
90
|
+
/**
|
|
91
|
+
* Filter on select interactivity option
|
|
92
|
+
*/
|
|
93
|
+
select?: boolean;
|
|
94
|
+
/**
|
|
95
|
+
* Measure dimension picker interactivity option
|
|
96
|
+
*/
|
|
97
|
+
measureDimensionPicker?: NonNullable<NonNullable<InteractivityMeasureDimensionPickerViewOptions['interactivity']>['measureDimensionPicker']>;
|
|
98
|
+
/**
|
|
99
|
+
* Drilldown interactivity option
|
|
100
|
+
*/
|
|
101
|
+
drilldown?: NonNullable<NonNullable<InteractivityDrilldownViewOptions['interactivity']>['drilldown']>;
|
|
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 DonutSubtype = 'pie' | 'donut' | 'half-pie' | 'half-donut';
|
|
117
|
+
export {};
|
|
118
|
+
//# sourceMappingURL=donut-chart-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"donut-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/donut-chart/donut-chart-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,qCAAqC,EAAE,MAAM,wCAAwC,CAAC;AAC/F,OAAO,EAAE,iCAAiC,EAAE,MAAM,mCAAmC,CAAC;AACtF,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,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAE5E,MAAM,WAAW,qBAAsB,SACrC,IAAI,CAAC,qBAAqB,EAAE,SAAS,GAAG,eAAe,CAAC,EACxD,sBAAsB,EACtB,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,4BAA4B,EAC5B,kCAAkC;IAClC;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IACvB;;OAEG;IACH,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAChC;;OAEG;IACH,MAAM,CAAC,EAAE;QACP;;WAEG;QACH,IAAI,CAAC,EAAE,OAAO,CAAC;QACf;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QACf;;WAEG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB;;WAEG;QACH,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB;;WAEG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;CACH;AAED,UAAU,4BAA6B,SACrC,wBAAwB,EACxB,uBAAuB;IACvB;;OAEG;IACH,OAAO,EAAE;QACP;;;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;QACjF;;WAEG;QACH,MAAM,CAAC,EAAE,MAAM,GAAG,YAAY,GAAG,UAAU,CAAC;QAC5C;;WAEG;QACH,cAAc,CAAC,EAAE,OAAO,CAAC;KAC1B,CAAC;CACH;AAED,UAAU,kCAAmC,SAC3C,oCAAoC,EACpC,qCAAqC,EACrC,iCAAiC,EACjC,8BAA8B,EAC9B,+BAA+B;IAC/B;;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,sBAAsB,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,8CAA8C,CAAC,eAAe,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC;QAC7I;;WAEG;QACH,SAAS,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,iCAAiC,CAAC,eAAe,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC;QACtG;;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,YAAY,GAAG,KAAK,GAAG,OAAO,GAAG,UAAU,GAAG,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"donut-chart-options.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/donut-chart/donut-chart-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 { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';\nimport { InteractivityDrilldownViewOptions } from '../shared/interactivity-drilldown';\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 { SortViewOptions } from '../shared/sort';\nimport { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';\n\nexport interface DonutChartViewOptions extends\n Omit<DropObjectViewOptions, 'display' | 'interactivity'>,\n InfoTooltipViewOptions,\n LegendViewOptions,\n TitleViewOptions,\n LimitViewOptions,\n SortViewOptions,\n DonutChartDisplayViewOptions,\n DonutChartInteractivityViewOptions {\n /**\n * Mode of the Donut chart: donut or pie\n */\n mode?: 'donut' | 'pie';\n /**\n * If it's set fine-tunes the 'mode' option. When it's 'pie' or 'half-pie the 'mode' will become 'pie' otherwise 'donut'.\n */\n startWithSubType?: DonutSubtype;\n /**\n * Slice configuration options\n */\n slices?: {\n /**\n * Toggle half slices\n */\n half?: boolean;\n /**\n * Set width of the slices\n */\n width?: number;\n /**\n * Set maximum number of slices\n */\n maxNumber?: number;\n /**\n * Set minimum percentage of slices\n */\n minPercentage?: number;\n /**\n * Set rounded corners of the slices\n */\n roundedCorners?: number;\n /**\n * Set padding between the slices\n */\n padding?: number;\n };\n}\n\ninterface DonutChartDisplayViewOptions extends\n DisplayLegendViewOptions,\n DisplayTitleViewOptions {\n /**\n * General display options of the Bar chart: 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 * Show or hide the values in the chart: none, percentage or absolute\n */\n values?: 'none' | 'percentage' | 'absolute';\n /**\n * Show or hide the category labels in the chart\n */\n categoryLabels?: boolean;\n };\n}\n\ninterface DonutChartInteractivityViewOptions extends\n InteractivityCustomEventsViewOptions,\n InteractivityCustomTooltipViewOptions,\n InteractivityDrilldownViewOptions,\n InteractivityExportViewOptions,\n InteractivityGoToUrlViewOptions {\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 * Measure dimension picker interactivity option\n */\n measureDimensionPicker?: NonNullable<NonNullable<InteractivityMeasureDimensionPickerViewOptions['interactivity']>['measureDimensionPicker']>;\n /**\n * Drilldown interactivity option\n */\n drilldown?: NonNullable<NonNullable<InteractivityDrilldownViewOptions['interactivity']>['drilldown']>;\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 DonutSubtype = 'pie' | 'donut' | 'half-pie' | 'half-donut';\n"]}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { DashboardContentVizItemSlot, DashboardContentVizItemSlotContent } from '../shared/slots';
|
|
2
|
+
/**
|
|
3
|
+
* Measure slot definition of the donut chart. A donut chart can contain any number of measures.
|
|
4
|
+
*/
|
|
5
|
+
interface MeasureSlot extends DashboardContentVizItemSlot {
|
|
6
|
+
name: 'measure';
|
|
7
|
+
/**
|
|
8
|
+
* Measure slot definition
|
|
9
|
+
*/
|
|
10
|
+
content: DashboardContentVizItemSlotContent[];
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Category slot definition of the donut chart.
|
|
14
|
+
*/
|
|
15
|
+
interface CategorySlot extends DashboardContentVizItemSlot {
|
|
16
|
+
name: 'category';
|
|
17
|
+
/**
|
|
18
|
+
* Y-axis slot definition
|
|
19
|
+
*/
|
|
20
|
+
content: DashboardContentVizItemSlotContent[];
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Data definition of the Donut chart
|
|
24
|
+
* @maxItems 2
|
|
25
|
+
*/
|
|
26
|
+
export type DonutChartSlots = (MeasureSlot | CategorySlot)[];
|
|
27
|
+
export {};
|
|
28
|
+
//# sourceMappingURL=donut-chart-slots.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"donut-chart-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/donut-chart/donut-chart-slots.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;AAElG;;GAEG;AACH,UAAU,WAAY,SAAQ,2BAA2B;IACvD,IAAI,EAAE,SAAS,CAAC;IAChB;;OAEG;IACH,OAAO,EAAE,kCAAkC,EAAE,CAAC;CAC/C;AAED;;GAEG;AACH,UAAU,YAAa,SAAQ,2BAA2B;IACxD,IAAI,EAAE,UAAU,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,kCAAkC,EAAE,CAAC;CAC/C;AAED;;;GAGG;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,WAAW,GAAG,YAAY,CAAC,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"donut-chart-slots.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/donut-chart/donut-chart-slots.ts"],"names":[],"mappings":"","sourcesContent":["import { DashboardContentVizItemSlot, DashboardContentVizItemSlotContent } from '../shared/slots';\n\n/**\n * Measure slot definition of the donut chart. A donut chart can contain any number of measures.\n */\ninterface MeasureSlot extends DashboardContentVizItemSlot {\n name: 'measure';\n /**\n * Measure slot definition\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * Category slot definition of the donut chart.\n */\ninterface CategorySlot extends DashboardContentVizItemSlot {\n name: 'category';\n /**\n * Y-axis slot definition\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * Data definition of the Donut chart\n * @maxItems 2\n */\nexport type DonutChartSlots = (MeasureSlot | CategorySlot)[];\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { VizItemType } from '../shared/common';
|
|
2
|
+
import { DonutChartViewOptions } from './donut-chart-options';
|
|
3
|
+
import { DonutChartSlots } from './donut-chart-slots';
|
|
4
|
+
/**
|
|
5
|
+
* Donut chart item
|
|
6
|
+
*/
|
|
7
|
+
export interface DonutChart {
|
|
8
|
+
/**
|
|
9
|
+
* Type of the item
|
|
10
|
+
*/
|
|
11
|
+
type: Extract<VizItemType, 'donut-chart'>;
|
|
12
|
+
/**
|
|
13
|
+
* Options of the donut chart item
|
|
14
|
+
* @$ref ./donut-chart-options.schema.json/
|
|
15
|
+
*/
|
|
16
|
+
options: DonutChartViewOptions;
|
|
17
|
+
/**
|
|
18
|
+
* Data definition of the Donut chart
|
|
19
|
+
* @maxItems 2
|
|
20
|
+
* @$ref ./donut-chart-slots.schema.json
|
|
21
|
+
*/
|
|
22
|
+
slots: DonutChartSlots;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=donut-chart.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"donut-chart.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/donut-chart/donut-chart.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,aAAa,CAAC,CAAC;IAC1C;;;OAGG;IACH,OAAO,EAAE,qBAAqB,CAAC;IAC/B;;;;OAIG;IACH,KAAK,EAAE,eAAe,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"donut-chart.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/donut-chart/donut-chart.ts"],"names":[],"mappings":"","sourcesContent":["import { VizItemType } from '../shared/common';\nimport { DonutChartViewOptions } from './donut-chart-options';\nimport { DonutChartSlots } from './donut-chart-slots';\n\n/**\n * Donut chart item\n */\nexport interface DonutChart {\n /**\n * Type of the item\n */\n type: Extract<VizItemType, 'donut-chart'>;\n /**\n * Options of the donut chart item\n * @$ref ./donut-chart-options.schema.json/\n */\n options: DonutChartViewOptions;\n /**\n * Data definition of the Donut chart\n * @maxItems 2\n * @$ref ./donut-chart-slots.schema.json\n */\n slots: DonutChartSlots;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/donut-chart/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/donut-chart/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC","sourcesContent":["export * from './donut-chart-options';\nexport * from './donut-chart-slots';\nexport * from './donut-chart';\n"]}
|
|
@@ -0,0 +1,74 @@
|
|
|
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 { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
5
|
+
import { PlaceholderViewOptions } from '../shared/placeholder';
|
|
6
|
+
import { SortViewOptions } from '../shared/sort';
|
|
7
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
8
|
+
export interface DropdownFilterViewOptions extends Omit<DropObjectViewOptions, 'display' | 'interactivity'>, InfoTooltipViewOptions, TitleViewOptions, LimitViewOptions, SortViewOptions, PlaceholderViewOptions, DropdownFilterDisplayViewOptions, DropdownFilterInteractivityViewOptions {
|
|
9
|
+
/**
|
|
10
|
+
* Toggle multiple option selection for the Dropdown filter
|
|
11
|
+
*/
|
|
12
|
+
multiselect?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Whether to auto apply filters or add the apply button
|
|
15
|
+
*/
|
|
16
|
+
applyFiltersWithButton?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Show or hide checkboxes for the Dropdown filter
|
|
19
|
+
*/
|
|
20
|
+
showCheckboxes?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Update left or right padding of the Dropdown filter
|
|
23
|
+
*/
|
|
24
|
+
padding?: {
|
|
25
|
+
/**
|
|
26
|
+
* Update left padding of the Dropdown filter
|
|
27
|
+
*/
|
|
28
|
+
left?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Update right padding of the Dropdown filter
|
|
31
|
+
*/
|
|
32
|
+
right?: number;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Search options for the Dropdown filter
|
|
36
|
+
*/
|
|
37
|
+
search?: {
|
|
38
|
+
/**
|
|
39
|
+
* Toggle case sensitivity for the search
|
|
40
|
+
*/
|
|
41
|
+
caseSensitive: boolean;
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
interface DropdownFilterDisplayViewOptions extends DisplayTitleViewOptions {
|
|
45
|
+
/**
|
|
46
|
+
* General display options of the Dropdown filter: title, label, placeholder, search and clear
|
|
47
|
+
*/
|
|
48
|
+
display: {
|
|
49
|
+
/**
|
|
50
|
+
* Show or hide the title
|
|
51
|
+
*/
|
|
52
|
+
title: NonNullable<NonNullable<DisplayTitleViewOptions['display']>['title']>;
|
|
53
|
+
/**
|
|
54
|
+
* Show or hide the label of the Dropdown filter
|
|
55
|
+
*/
|
|
56
|
+
label?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Show or hide the placeholder
|
|
59
|
+
*/
|
|
60
|
+
placeholder?: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Show or hide the search bar
|
|
63
|
+
*/
|
|
64
|
+
search?: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* Show or hide the clear button
|
|
67
|
+
*/
|
|
68
|
+
clear?: boolean;
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
interface DropdownFilterInteractivityViewOptions extends InteractivityMeasureDimensionPickerViewOptions {
|
|
72
|
+
}
|
|
73
|
+
export {};
|
|
74
|
+
//# sourceMappingURL=dropdown-filter-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown-filter-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/dropdown-filter/dropdown-filter-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,8CAA8C,EAAE,MAAM,kDAAkD,CAAC;AAClH,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAE5E,MAAM,WAAW,yBAA0B,SACzC,IAAI,CAAC,qBAAqB,EAAE,SAAS,GAAG,eAAe,CAAC,EACxD,sBAAsB,EACtB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,sBAAsB,EACtB,gCAAgC,EAChC,sCAAsC;IACtC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,OAAO,CAAC,EAAE;QACR;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QACd;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF;;OAEG;IACH,MAAM,CAAC,EAAE;QACP;;WAEG;QACH,aAAa,EAAE,OAAO,CAAC;KACxB,CAAC;CACH;AAED,UAAU,gCAAiC,SACzC,uBAAuB;IACvB;;OAEG;IACH,OAAO,EAAE;QACP;;WAEG;QACH,KAAK,EAAE,WAAW,CAAC,WAAW,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;QAC7E;;WAEG;QACH,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB;;WAEG;QACH,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB;;WAEG;QACH,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB;;WAEG;QACH,KAAK,CAAC,EAAE,OAAO,CAAC;KACjB,CAAC;CACH;AACD,UAAU,sCAAuC,SAC/C,8CAA8C;CAC/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown-filter-options.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/dropdown-filter/dropdown-filter-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 { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';\nimport { PlaceholderViewOptions } from '../shared/placeholder';\nimport { SortViewOptions } from '../shared/sort';\nimport { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';\n\nexport interface DropdownFilterViewOptions extends\n Omit<DropObjectViewOptions, 'display' | 'interactivity'>,\n InfoTooltipViewOptions,\n TitleViewOptions,\n LimitViewOptions,\n SortViewOptions,\n PlaceholderViewOptions,\n DropdownFilterDisplayViewOptions,\n DropdownFilterInteractivityViewOptions {\n /**\n * Toggle multiple option selection for the Dropdown filter\n */\n multiselect?: boolean;\n /**\n * Whether to auto apply filters or add the apply button\n */\n applyFiltersWithButton?: boolean;\n /**\n * Show or hide checkboxes for the Dropdown filter\n */\n showCheckboxes?: boolean;\n /**\n * Update left or right padding of the Dropdown filter\n */\n padding?: {\n /**\n * Update left padding of the Dropdown filter\n */\n left?: number;\n /**\n * Update right padding of the Dropdown filter\n */\n right?: number;\n };\n /**\n * Search options for the Dropdown filter\n */\n search?: {\n /**\n * Toggle case sensitivity for the search\n */\n caseSensitive: boolean;\n };\n}\n\ninterface DropdownFilterDisplayViewOptions extends\n DisplayTitleViewOptions {\n /**\n * General display options of the Dropdown filter: title, label, placeholder, search and clear\n */\n display: {\n /**\n * Show or hide the title\n */\n title: NonNullable<NonNullable<DisplayTitleViewOptions['display']>['title']>;\n /**\n * Show or hide the label of the Dropdown filter\n */\n label?: boolean;\n /**\n * Show or hide the placeholder\n */\n placeholder?: boolean;\n /**\n * Show or hide the search bar\n */\n search?: boolean;\n /**\n * Show or hide the clear button\n */\n clear?: boolean;\n };\n}\ninterface DropdownFilterInteractivityViewOptions extends\n InteractivityMeasureDimensionPickerViewOptions {\n}\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DashboardContentVizItemSlot, DashboardContentVizItemSlotContent } from '../shared/slots';
|
|
2
|
+
/**
|
|
3
|
+
* Dimension slot definition of the Dropdown filter. Dimension slot is a required slot and it can have multiple columns.
|
|
4
|
+
*/
|
|
5
|
+
interface DimensionSlot extends DashboardContentVizItemSlot {
|
|
6
|
+
name: 'dimension';
|
|
7
|
+
/**
|
|
8
|
+
* Dimension slot definition
|
|
9
|
+
*/
|
|
10
|
+
content: DashboardContentVizItemSlotContent[];
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Data definition of the Dropdown filter
|
|
14
|
+
* @maxItems 1
|
|
15
|
+
*/
|
|
16
|
+
export type DropdownFilterSlots = (DimensionSlot)[];
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=dropdown-filter-slots.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown-filter-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/dropdown-filter/dropdown-filter-slots.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;AAElG;;GAEG;AACH,UAAU,aAAc,SAAQ,2BAA2B;IACzD,IAAI,EAAE,WAAW,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,kCAAkC,EAAE,CAAC;CAC/C;AAED;;;GAGG;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,aAAa,CAAC,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown-filter-slots.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/dropdown-filter/dropdown-filter-slots.ts"],"names":[],"mappings":"","sourcesContent":["import { DashboardContentVizItemSlot, DashboardContentVizItemSlotContent } from '../shared/slots';\n\n/**\n * Dimension slot definition of the Dropdown filter. Dimension slot is a required slot and it can have multiple columns.\n */\ninterface DimensionSlot extends DashboardContentVizItemSlot {\n name: 'dimension';\n /**\n * Dimension slot definition\n */\n content: DashboardContentVizItemSlotContent[];\n}\n\n/**\n * Data definition of the Dropdown filter\n * @maxItems 1\n */\nexport type DropdownFilterSlots = (DimensionSlot)[];\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { VizItemType } from '../shared/common';
|
|
2
|
+
import { DropdownFilterViewOptions } from './dropdown-filter-options';
|
|
3
|
+
import { DropdownFilterSlots } from './dropdown-filter-slots';
|
|
4
|
+
/**
|
|
5
|
+
* Dropdown filter item
|
|
6
|
+
*/
|
|
7
|
+
export interface DropdownFilter {
|
|
8
|
+
/**
|
|
9
|
+
* Type of the item
|
|
10
|
+
*/
|
|
11
|
+
type: Extract<VizItemType, 'dropdown-filter'>;
|
|
12
|
+
/**
|
|
13
|
+
* Options of the dropdown filter item
|
|
14
|
+
* @$ref ./dropdown-filter-options.schema.json/
|
|
15
|
+
*/
|
|
16
|
+
options: DropdownFilterViewOptions;
|
|
17
|
+
/**
|
|
18
|
+
* Data definition of the dropdown filter
|
|
19
|
+
* @maxItems 1
|
|
20
|
+
* @$ref ./dropdown-filter-slots.schema.json
|
|
21
|
+
*/
|
|
22
|
+
slots: DropdownFilterSlots;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=dropdown-filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown-filter.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/dropdown-filter/dropdown-filter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,iBAAiB,CAAC,CAAC;IAC9C;;;OAGG;IACH,OAAO,EAAE,yBAAyB,CAAC;IACnC;;;;OAIG;IACH,KAAK,EAAE,mBAAmB,CAAC;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown-filter.js","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/dropdown-filter/dropdown-filter.ts"],"names":[],"mappings":"","sourcesContent":["import { VizItemType } from '../shared/common';\nimport { DropdownFilterViewOptions } from './dropdown-filter-options';\nimport { DropdownFilterSlots } from './dropdown-filter-slots';\n\n/**\n * Dropdown filter item\n */\nexport interface DropdownFilter {\n /**\n * Type of the item\n */\n type: Extract<VizItemType, 'dropdown-filter'>;\n /**\n * Options of the dropdown filter item\n * @$ref ./dropdown-filter-options.schema.json/\n */\n options: DropdownFilterViewOptions;\n /**\n * Data definition of the dropdown filter\n * @maxItems 1\n * @$ref ./dropdown-filter-slots.schema.json\n */\n slots: DropdownFilterSlots;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/dropdown-filter/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC"}
|