@luzmo/dashboard-contents-types 0.1.88 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +55 -15
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +113 -33
- package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +113 -33
- package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +107 -27
- package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +113 -33
- package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +113 -33
- package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +142 -35
- package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +109 -29
- package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +113 -33
- package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +55 -15
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +109 -29
- package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +35 -8
- package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +109 -29
- package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +105 -25
- package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +77 -37
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +107 -27
- package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +108 -28
- package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/image-options.schema.json.d.ts +7 -1
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +55 -15
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +113 -33
- package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/options.schema.json.d.ts +24 -24
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +113 -33
- package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +105 -25
- package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +117 -37
- package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +121 -41
- package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +109 -29
- package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +72 -19
- package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slots.schema.json.d.ts +22 -22
- package/assets/json-schemas/text-options.schema.json.d.ts +7 -1
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +2 -1
- package/index.d.ts +0 -1
- package/index.js +357 -111
- package/index.mjs +4143 -1451
- package/json-schemas.d.ts +2532 -605
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +13 -15
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-slots.d.ts +0 -2
- package/src/lib/area-chart/area-chart.d.ts +2 -4
- package/src/lib/area-chart/index.d.ts +0 -1
- package/src/lib/bar-chart/bar-chart-options.d.ts +14 -16
- package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart.d.ts +2 -4
- package/src/lib/bar-chart/bar-chart.slots.d.ts +0 -2
- package/src/lib/bar-chart/index.d.ts +0 -1
- package/src/lib/box-plot/box-plot-options.d.ts +13 -15
- package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-slots.d.ts +0 -2
- package/src/lib/box-plot/box-plot.d.ts +2 -4
- package/src/lib/box-plot/index.d.ts +0 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +12 -14
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-slots.d.ts +0 -2
- package/src/lib/bubble-chart/bubble-chart.d.ts +2 -4
- package/src/lib/bubble-chart/index.d.ts +0 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +11 -13
- package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-slots.d.ts +0 -2
- package/src/lib/bullet-chart/bullet-chart.d.ts +2 -4
- package/src/lib/bullet-chart/index.d.ts +0 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +11 -13
- package/src/lib/choropleth-map/choropleth-map-slots.d.ts +0 -2
- package/src/lib/choropleth-map/choropleth-map.d.ts +2 -4
- package/src/lib/choropleth-map/index.d.ts +0 -1
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +7 -9
- package/src/lib/circular-gauge/circular-gauge-slots.d.ts +0 -2
- package/src/lib/circular-gauge/circular-gauge.d.ts +2 -4
- package/src/lib/circular-gauge/index.d.ts +0 -1
- package/src/lib/column-chart/column-chart-options.d.ts +14 -16
- package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-slots.d.ts +0 -2
- package/src/lib/column-chart/column-chart.d.ts +2 -4
- package/src/lib/column-chart/index.d.ts +0 -1
- package/src/lib/combination-chart/combination-chart-options.d.ts +14 -16
- package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-slots.d.ts +0 -2
- package/src/lib/combination-chart/combination-chart.d.ts +2 -4
- package/src/lib/combination-chart/index.d.ts +0 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts +9 -11
- package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-slots.d.ts +0 -2
- package/src/lib/conditional-number/conditional-number.d.ts +2 -4
- package/src/lib/conditional-number/index.d.ts +0 -1
- package/src/lib/date-filter/date-filter-options.d.ts +4 -6
- package/src/lib/date-filter/date-filter-slots.d.ts +0 -2
- package/src/lib/date-filter/date-filter.d.ts +2 -4
- package/src/lib/date-filter/index.d.ts +0 -1
- package/src/lib/donut-chart/donut-chart-options.d.ts +13 -15
- package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-slots.d.ts +0 -2
- package/src/lib/donut-chart/donut-chart.d.ts +2 -4
- package/src/lib/donut-chart/index.d.ts +0 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +6 -8
- package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +0 -2
- package/src/lib/dropdown-filter/dropdown-filter.d.ts +2 -4
- package/src/lib/dropdown-filter/index.d.ts +0 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts +27 -14
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-slots.d.ts +0 -2
- package/src/lib/evolution-number/evolution-number.d.ts +2 -4
- package/src/lib/evolution-number/index.d.ts +0 -1
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +13 -15
- package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-slots.d.ts +0 -2
- package/src/lib/funnel-chart/funnel-chart.d.ts +2 -4
- package/src/lib/funnel-chart/index.d.ts +0 -1
- package/src/lib/image/image-options.d.ts +3 -5
- package/src/lib/image/image.d.ts +1 -3
- package/src/lib/image/index.d.ts +0 -1
- package/src/lib/line-chart/index.d.ts +0 -1
- package/src/lib/line-chart/line-chart-options.d.ts +13 -15
- package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-slots.d.ts +0 -2
- package/src/lib/line-chart/line-chart.d.ts +2 -4
- package/src/lib/pivot-table/index.d.ts +0 -1
- package/src/lib/pivot-table/pivot-table-options.d.ts +10 -12
- package/src/lib/pivot-table/pivot-table-slots.d.ts +0 -2
- package/src/lib/pivot-table/pivot-table.d.ts +2 -4
- package/src/lib/regular-table/index.d.ts +0 -1
- package/src/lib/regular-table/regular-table-options.d.ts +9 -11
- package/src/lib/regular-table/regular-table-slots.d.ts +0 -2
- package/src/lib/regular-table/regular-table.d.ts +2 -4
- package/src/lib/sankey-diagram/index.d.ts +0 -1
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +9 -11
- package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +0 -2
- package/src/lib/sankey-diagram/sankey-diagram.d.ts +2 -4
- package/src/lib/scatter-plot/index.d.ts +0 -1
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +12 -14
- package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-slots.d.ts +0 -2
- package/src/lib/scatter-plot/scatter-plot.d.ts +2 -4
- package/src/lib/search-filter/index.d.ts +3 -0
- package/src/lib/search-filter/index.d.ts.map +1 -0
- package/src/lib/search-filter/search-filter-options.d.ts +56 -0
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -0
- package/src/lib/search-filter/search-filter-slots.d.ts +17 -0
- package/src/lib/search-filter/search-filter-slots.d.ts.map +1 -0
- package/src/lib/search-filter/search-filter.d.ts +23 -0
- package/src/lib/search-filter/search-filter.d.ts.map +1 -0
- package/src/lib/shared/axes.d.ts +0 -1
- package/src/lib/shared/axis-view-options.d.ts +0 -2
- package/src/lib/shared/common.d.ts +6 -8
- package/src/lib/shared/common.d.ts.map +1 -1
- package/src/lib/shared/drop-object-view-options.d.ts +2 -2
- package/src/lib/shared/drop-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/filters.d.ts +0 -1
- package/src/lib/shared/formula.d.ts +0 -2
- package/src/lib/shared/index.d.ts +0 -1
- package/src/lib/shared/info-tooltip-options.d.ts +0 -1
- package/src/lib/shared/interactivity-brush.d.ts +0 -1
- package/src/lib/shared/interactivity-custom-events.d.ts +0 -2
- package/src/lib/shared/interactivity-custom-tooltip.d.ts +0 -1
- package/src/lib/shared/interactivity-drilldown.d.ts +0 -2
- package/src/lib/shared/interactivity-export.d.ts +0 -1
- package/src/lib/shared/interactivity-filter.d.ts +0 -1
- package/src/lib/shared/interactivity-go-to-url.d.ts +0 -1
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +1 -3
- package/src/lib/shared/interactivity-target.d.ts +0 -1
- package/src/lib/shared/interpolation.d.ts +0 -1
- package/src/lib/shared/item-filter-group.d.ts +54 -3
- package/src/lib/shared/item-filter-group.d.ts.map +1 -1
- package/src/lib/shared/legend.d.ts +0 -2
- package/src/lib/shared/map-object-view-options.d.ts +2 -4
- package/src/lib/shared/object-view-options.d.ts +2 -4
- package/src/lib/shared/placeholder.d.ts +0 -1
- package/src/lib/shared/query.d.ts +0 -1
- package/src/lib/shared/ranges.d.ts +0 -1
- package/src/lib/shared/slots.d.ts +60 -6
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/shared/sort.d.ts +0 -2
- package/src/lib/shared/theme.d.ts +4 -1
- package/src/lib/shared/theme.d.ts.map +1 -1
- package/src/lib/shared/title.d.ts +0 -1
- package/src/lib/slicer-filter/index.d.ts +0 -1
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +6 -8
- package/src/lib/slicer-filter/slicer-filter-slots.d.ts +0 -2
- package/src/lib/slicer-filter/slicer-filter.d.ts +2 -4
- package/src/lib/slider-filter/index.d.ts +0 -1
- package/src/lib/slider-filter/slider-filter-options.d.ts +5 -7
- package/src/lib/slider-filter/slider-filter-slots.d.ts +0 -2
- package/src/lib/slider-filter/slider-filter.d.ts +2 -4
- package/src/lib/text/index.d.ts +0 -1
- package/src/lib/text/text-options.d.ts +1 -3
- package/src/lib/text/text.d.ts +1 -3
- package/src/options.d.ts +23 -25
- package/src/slots.d.ts +21 -23
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
2
|
-
import { SortViewOptions } from '../shared/sort';
|
|
3
|
-
import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
|
|
4
|
-
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
5
|
-
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
6
|
-
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
7
|
-
import { InteractivityDrilldownViewOptions } from '../shared/interactivity-drilldown';
|
|
8
|
-
import { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
|
|
9
|
-
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
10
|
-
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
11
|
-
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
12
|
-
import { LimitViewOptions } from '../shared/common';
|
|
13
1
|
import { InteractivityFilterOnSelectViewOptions } from '../shared';
|
|
14
|
-
|
|
2
|
+
import type { LimitViewOptions } from '../shared/common';
|
|
3
|
+
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
4
|
+
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
5
|
+
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
6
|
+
import { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
|
|
7
|
+
import { InteractivityDrilldownViewOptions } from '../shared/interactivity-drilldown';
|
|
8
|
+
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
9
|
+
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
10
|
+
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
11
|
+
import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
|
|
12
|
+
import { SortViewOptions } from '../shared/sort';
|
|
13
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
15
14
|
export interface DonutChartViewOptions extends Omit<DropObjectViewOptions, 'display' | 'interactivity'>, InfoTooltipViewOptions, LegendViewOptions, TitleViewOptions, LimitViewOptions, SortViewOptions, DonutChartDisplayViewOptions, DonutChartInteractivityViewOptions {
|
|
16
15
|
/**
|
|
17
16
|
* Mode of the Donut chart: donut or pie
|
|
@@ -82,7 +81,7 @@ interface DonutChartDisplayViewOptions extends DisplayLegendViewOptions, Display
|
|
|
82
81
|
categoryLabels?: boolean;
|
|
83
82
|
};
|
|
84
83
|
}
|
|
85
|
-
interface DonutChartInteractivityViewOptions extends InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityDrilldownViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions,
|
|
84
|
+
interface DonutChartInteractivityViewOptions extends InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityDrilldownViewOptions, InteractivityExportViewOptions, InteractivityFilterOnSelectViewOptions, InteractivityGoToUrlViewOptions, InteractivityMeasureDimensionPickerViewOptions {
|
|
86
85
|
/**
|
|
87
86
|
* Interactivity options
|
|
88
87
|
*/
|
|
@@ -130,4 +129,3 @@ interface DonutChartInteractivityViewOptions extends InteractivityCustomEventsVi
|
|
|
130
129
|
}
|
|
131
130
|
export type DonutSubtype = 'pie' | 'donut' | 'half-pie' | 'half-donut';
|
|
132
131
|
export {};
|
|
133
|
-
//# sourceMappingURL=donut-chart-options.d.ts.map
|
|
@@ -1 +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,EAAE,sCAAsC,EAAE,MAAM,WAAW,CAAC;AACnE,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;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IACvB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAChC;;OAEG;IACH,MAAM,CAAC,EAAE;QACP;;;WAGG;QACH,IAAI,CAAC,EAAE,OAAO,CAAC;QACf;;;WAGG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QACf;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;;WAGG;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,EAC/B,
|
|
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":"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"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DashboardContentVizItemSlot, HierarchySlotContent, NumericSlotContent, DateTimeSlotContent } from '../shared/slots';
|
|
2
|
-
|
|
3
2
|
/**
|
|
4
3
|
* Measure slot definition of the donut chart. A donut chart can contain any number of measures.
|
|
5
4
|
*/
|
|
@@ -27,4 +26,3 @@ interface CategorySlot extends DashboardContentVizItemSlot {
|
|
|
27
26
|
*/
|
|
28
27
|
export type DonutChartSlots = (MeasureSlot | CategorySlot)[];
|
|
29
28
|
export {};
|
|
30
|
-
//# sourceMappingURL=donut-chart-slots.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { DonutChartSlots } from './donut-chart-slots';
|
|
2
|
-
import { DonutChartViewOptions } from './donut-chart-options';
|
|
3
1
|
import { VizItemType } from '../shared/common';
|
|
4
|
-
|
|
2
|
+
import { DonutChartViewOptions } from './donut-chart-options';
|
|
3
|
+
import { DonutChartSlots } from './donut-chart-slots';
|
|
5
4
|
/**
|
|
6
5
|
* Donut chart item
|
|
7
6
|
*/
|
|
@@ -22,4 +21,3 @@ export interface DonutChart {
|
|
|
22
21
|
*/
|
|
23
22
|
slots: DonutChartSlots;
|
|
24
23
|
}
|
|
25
|
-
//# sourceMappingURL=donut-chart.d.ts.map
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SortViewOptions } from '../shared/sort';
|
|
3
|
-
import { PlaceholderViewOptions } from '../shared/placeholder';
|
|
4
|
-
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
5
|
-
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
1
|
+
import type { LimitViewOptions } from '../shared/common';
|
|
6
2
|
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
7
|
-
import {
|
|
8
|
-
|
|
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';
|
|
9
8
|
export interface DropdownFilterViewOptions extends Omit<DropObjectViewOptions, 'display' | 'interactivity'>, InfoTooltipViewOptions, TitleViewOptions, LimitViewOptions, SortViewOptions, PlaceholderViewOptions, DropdownFilterDisplayViewOptions, DropdownFilterInteractivityViewOptions {
|
|
10
9
|
/**
|
|
11
10
|
* Toggle multiple option selection for the Dropdown filter
|
|
@@ -83,4 +82,3 @@ interface DropdownFilterDisplayViewOptions extends DisplayTitleViewOptions {
|
|
|
83
82
|
interface DropdownFilterInteractivityViewOptions extends InteractivityMeasureDimensionPickerViewOptions {
|
|
84
83
|
}
|
|
85
84
|
export {};
|
|
86
|
-
//# sourceMappingURL=dropdown-filter-options.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DashboardContentVizItemSlot, HierarchySlotContent, NumericSlotContent, DateTimeSlotContent } from '../shared/slots';
|
|
2
|
-
|
|
3
2
|
/**
|
|
4
3
|
* Dimension slot definition of the Dropdown filter. Dimension slot is a required slot and it can have multiple columns.
|
|
5
4
|
*/
|
|
@@ -16,4 +15,3 @@ interface DimensionSlot extends DashboardContentVizItemSlot {
|
|
|
16
15
|
*/
|
|
17
16
|
export type DropdownFilterSlots = (DimensionSlot)[];
|
|
18
17
|
export {};
|
|
19
|
-
//# sourceMappingURL=dropdown-filter-slots.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { DropdownFilterSlots } from './dropdown-filter-slots';
|
|
2
|
-
import { DropdownFilterViewOptions } from './dropdown-filter-options';
|
|
3
1
|
import { VizItemType } from '../shared/common';
|
|
4
|
-
|
|
2
|
+
import { DropdownFilterViewOptions } from './dropdown-filter-options';
|
|
3
|
+
import { DropdownFilterSlots } from './dropdown-filter-slots';
|
|
5
4
|
/**
|
|
6
5
|
* Dropdown filter item
|
|
7
6
|
*/
|
|
@@ -22,4 +21,3 @@ export interface DropdownFilter {
|
|
|
22
21
|
*/
|
|
23
22
|
slots: DropdownFilterSlots;
|
|
24
23
|
}
|
|
25
|
-
//# sourceMappingURL=dropdown-filter.d.ts.map
|
|
@@ -1,13 +1,21 @@
|
|
|
1
|
-
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
2
|
-
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
3
|
-
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
4
|
-
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
5
|
-
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
6
|
-
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
7
|
-
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
8
1
|
import { MissingValueViewOptions } from '../shared/common';
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
3
|
+
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
4
|
+
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
5
|
+
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
6
|
+
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
7
|
+
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
8
|
+
export interface EvolutionNumberViewOptions extends Omit<DropObjectViewOptions, 'interactivity' | 'title' | 'display'>, InfoTooltipViewOptions, MissingValueViewOptions, EvolutionNumberInteractivityViewOptions {
|
|
9
|
+
/**
|
|
10
|
+
* It's used in the component but takes no effect if pass it as an option to a component. "showTitle" is used to show the title.
|
|
11
|
+
* @TJS-ignore
|
|
12
|
+
*/
|
|
13
|
+
display?: DropObjectViewOptions['display'];
|
|
14
|
+
/**
|
|
15
|
+
* It's used in the component but takes no effect if pass it as an option to a component. See "showTitle" description for details.
|
|
16
|
+
* @TJS-ignore
|
|
17
|
+
*/
|
|
18
|
+
title?: DropObjectViewOptions['title'];
|
|
11
19
|
/**
|
|
12
20
|
* Evolution color
|
|
13
21
|
* @default "normal"
|
|
@@ -46,6 +54,7 @@ export interface EvolutionNumberViewOptions extends Omit<DropObjectViewOptions,
|
|
|
46
54
|
imageAsBackground?: boolean;
|
|
47
55
|
/**
|
|
48
56
|
* Image background fill mode
|
|
57
|
+
* @examples ["fit", "fill", "stretch"]
|
|
49
58
|
*/
|
|
50
59
|
imageBackgroundFillMode?: 'fit' | 'fill' | 'stretch';
|
|
51
60
|
/**
|
|
@@ -60,7 +69,9 @@ export interface EvolutionNumberViewOptions extends Omit<DropObjectViewOptions,
|
|
|
60
69
|
*/
|
|
61
70
|
imageColor?: string;
|
|
62
71
|
/**
|
|
63
|
-
* Image content
|
|
72
|
+
* Image content. It's used when "imageMode" is "emoji" or "icon".
|
|
73
|
+
* @default ""
|
|
74
|
+
* @examples ["1f601", "1f602", "fa-dollar", "fa-bicycle"]
|
|
64
75
|
*/
|
|
65
76
|
imageContent?: string;
|
|
66
77
|
/**
|
|
@@ -97,6 +108,7 @@ export interface EvolutionNumberViewOptions extends Omit<DropObjectViewOptions,
|
|
|
97
108
|
};
|
|
98
109
|
/**
|
|
99
110
|
* Number font size
|
|
111
|
+
* @examples [58, 14, 20]
|
|
100
112
|
*/
|
|
101
113
|
numberFontSize?: number;
|
|
102
114
|
/**
|
|
@@ -110,7 +122,7 @@ export interface EvolutionNumberViewOptions extends Omit<DropObjectViewOptions,
|
|
|
110
122
|
*/
|
|
111
123
|
showSubtitle?: boolean;
|
|
112
124
|
/**
|
|
113
|
-
* Show title
|
|
125
|
+
* Show title, a value for the title is taken from a slot content's "label" option
|
|
114
126
|
* @default true
|
|
115
127
|
*/
|
|
116
128
|
showTitle?: boolean;
|
|
@@ -147,11 +159,13 @@ export interface EvolutionNumberViewOptions extends Omit<DropObjectViewOptions,
|
|
|
147
159
|
*/
|
|
148
160
|
verticalAlignment?: 'middle' | 'top' | 'bottom';
|
|
149
161
|
/**
|
|
150
|
-
* Uploaded image
|
|
162
|
+
* Uploaded image name (usually uuid), it's used when constructing a URL of an image, for example, "https://.../thumbnail/asset/512px/${uploadedImage}.png". It's used when "imageMode" is "image".
|
|
163
|
+
* @default ""
|
|
164
|
+
* @examples ["8e15ed25-bd9d-4f84-b839-8b219b97b0a2"]
|
|
151
165
|
*/
|
|
152
166
|
uploadedImage?: string;
|
|
153
167
|
}
|
|
154
|
-
interface EvolutionNumberInteractivityViewOptions extends InteractivityGoToUrlViewOptions, InteractivityExportViewOptions {
|
|
168
|
+
interface EvolutionNumberInteractivityViewOptions extends InteractivityMeasureDimensionPickerViewOptions, InteractivityCustomEventsViewOptions, InteractivityGoToUrlViewOptions, InteractivityExportViewOptions {
|
|
155
169
|
/**
|
|
156
170
|
* Interactivity options
|
|
157
171
|
*/
|
|
@@ -184,4 +198,3 @@ interface EvolutionNumberInteractivityViewOptions extends InteractivityGoToUrlVi
|
|
|
184
198
|
};
|
|
185
199
|
}
|
|
186
200
|
export {};
|
|
187
|
-
//# sourceMappingURL=evolution-number-options.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"evolution-number-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/evolution-number/evolution-number-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,oCAAoC,EAAE,MAAM,uCAAuC,CAAC;AAC7F,OAAO,EAAE,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAChF,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,8CAA8C,EAAE,MAAM,kDAAkD,CAAC;
|
|
1
|
+
{"version":3,"file":"evolution-number-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/evolution-number/evolution-number-options.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DashboardContentVizItemSlot, HierarchySlotContent, NumericSlotContent, DateTimeSlotContent } from '../shared/slots';
|
|
2
|
-
|
|
3
2
|
/**
|
|
4
3
|
* Measure slot definition of the Evolution number
|
|
5
4
|
*/
|
|
@@ -28,4 +27,3 @@ interface EvolutionSlot extends DashboardContentVizItemSlot {
|
|
|
28
27
|
*/
|
|
29
28
|
export type EvolutionNumberSlots = (MeasureSlot | EvolutionSlot)[];
|
|
30
29
|
export {};
|
|
31
|
-
//# sourceMappingURL=evolution-number-slots.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { EvolutionNumberSlots } from './evolution-number-slots';
|
|
2
|
-
import { EvolutionNumberViewOptions } from './evolution-number-options';
|
|
3
1
|
import { VizItemType } from '../shared/common';
|
|
4
|
-
|
|
2
|
+
import { EvolutionNumberViewOptions } from './evolution-number-options';
|
|
3
|
+
import { EvolutionNumberSlots } from './evolution-number-slots';
|
|
5
4
|
/**
|
|
6
5
|
* Evolution number item
|
|
7
6
|
*/
|
|
@@ -22,4 +21,3 @@ export interface EvolutionNumber {
|
|
|
22
21
|
*/
|
|
23
22
|
slots: EvolutionNumberSlots;
|
|
24
23
|
}
|
|
25
|
-
//# sourceMappingURL=evolution-number.d.ts.map
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
2
|
-
import { SortViewOptions } from '../shared/sort';
|
|
3
|
-
import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
|
|
4
|
-
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
5
|
-
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
6
|
-
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
7
|
-
import { InteractivityDrilldownViewOptions } from '../shared/interactivity-drilldown';
|
|
8
|
-
import { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
|
|
9
|
-
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
10
|
-
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
11
|
-
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
12
|
-
import { LimitViewOptions } from '../shared/common';
|
|
13
1
|
import { InteractivityFilterOnSelectViewOptions } from '../shared';
|
|
14
|
-
|
|
2
|
+
import type { LimitViewOptions } from '../shared/common';
|
|
3
|
+
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
4
|
+
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
5
|
+
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
6
|
+
import { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
|
|
7
|
+
import { InteractivityDrilldownViewOptions } from '../shared/interactivity-drilldown';
|
|
8
|
+
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
9
|
+
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
10
|
+
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
11
|
+
import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
|
|
12
|
+
import { SortViewOptions } from '../shared/sort';
|
|
13
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
15
14
|
export interface FunnelChartViewOptions extends Omit<DropObjectViewOptions, 'display' | 'interactivity'>, InfoTooltipViewOptions, LegendViewOptions, TitleViewOptions, LimitViewOptions, SortViewOptions, FunnelChartDisplayViewOptions, FunnelChartInteractivityViewOptions {
|
|
16
15
|
mode?: 'regular' | 'dynamicWidth' | 'dynamicHeight';
|
|
17
16
|
/**
|
|
@@ -62,7 +61,7 @@ interface FunnelChartDisplayViewOptions extends DisplayLegendViewOptions, Displa
|
|
|
62
61
|
values?: boolean;
|
|
63
62
|
};
|
|
64
63
|
}
|
|
65
|
-
interface FunnelChartInteractivityViewOptions extends InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityDrilldownViewOptions, InteractivityExportViewOptions,
|
|
64
|
+
interface FunnelChartInteractivityViewOptions extends InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityDrilldownViewOptions, InteractivityExportViewOptions, InteractivityFilterOnSelectViewOptions, InteractivityMeasureDimensionPickerViewOptions, InteractivityGoToUrlViewOptions {
|
|
66
65
|
/**
|
|
67
66
|
* Interactivity options
|
|
68
67
|
*/
|
|
@@ -109,4 +108,3 @@ interface FunnelChartInteractivityViewOptions extends InteractivityCustomEventsV
|
|
|
109
108
|
};
|
|
110
109
|
}
|
|
111
110
|
export {};
|
|
112
|
-
//# sourceMappingURL=funnel-chart-options.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"funnel-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/funnel-chart/funnel-chart-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sCAAsC,EAAE,MAAM,WAAW,CAAC;AACnE,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,sBAAuB,SACtC,IAAI,CAAC,qBAAqB,EAAE,SAAS,GAAG,eAAe,CAAC,EACxD,sBAAsB,EACtB,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,6BAA6B,EAC7B,mCAAmC;IACnC,IAAI,CAAC,EAAE,SAAS,GAAG,cAAc,GAAG,eAAe,CAAC;IACpD;;OAEG;IACH,MAAM,CAAC,EAAE;QACP;;;WAGG;QACH,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB;;;WAGG;QACH,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB;;;WAGG;QACH,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;KACnC,CAAC;CACH;AAED,UAAU,6BAA8B,SACtC,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;;;WAGG;QACH,cAAc,CAAC,EAAE,OAAO,CAAC;QACzB;;;WAGG;QACH,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,CAAC;CACH;AAED,UAAU,mCAAoC,SAC5C,oCAAoC,EACpC,qCAAqC,EACrC,iCAAiC,EACjC,8BAA8B,EAC9B,+BAA+B
|
|
1
|
+
{"version":3,"file":"funnel-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/funnel-chart/funnel-chart-options.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DashboardContentVizItemSlot, HierarchySlotContent, NumericSlotContent, DateTimeSlotContent } from '../shared/slots';
|
|
2
|
-
|
|
3
2
|
/**
|
|
4
3
|
* Measure slot definition of the Funnel chart. This slot doesn't accept datetime type columns
|
|
5
4
|
*/
|
|
@@ -28,4 +27,3 @@ interface CategorySlot extends DashboardContentVizItemSlot {
|
|
|
28
27
|
*/
|
|
29
28
|
export type FunnelChartSlots = (MeasureSlot | CategorySlot)[];
|
|
30
29
|
export {};
|
|
31
|
-
//# sourceMappingURL=funnel-chart-slots.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { FunnelChartSlots } from './funnel-chart-slots';
|
|
2
|
-
import { FunnelChartViewOptions } from './funnel-chart-options';
|
|
3
1
|
import { VizItemType } from '../shared/common';
|
|
4
|
-
|
|
2
|
+
import { FunnelChartViewOptions } from './funnel-chart-options';
|
|
3
|
+
import { FunnelChartSlots } from './funnel-chart-slots';
|
|
5
4
|
/**
|
|
6
5
|
* Funnel chart item
|
|
7
6
|
*/
|
|
@@ -22,4 +21,3 @@ export interface FunnelChart {
|
|
|
22
21
|
*/
|
|
23
22
|
slots: FunnelChartSlots;
|
|
24
23
|
}
|
|
25
|
-
//# sourceMappingURL=funnel-chart.d.ts.map
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
2
|
-
import { ObjectViewOptions } from '../shared/object-view-options';
|
|
3
|
-
import { InteractivityTarget } from '../shared/interactivity-target';
|
|
4
1
|
import { XAxisLabelPosition, YAxisLabelPosition } from '../shared/axes';
|
|
5
|
-
|
|
2
|
+
import { InteractivityTarget } from '../shared/interactivity-target';
|
|
3
|
+
import { ObjectViewOptions } from '../shared/object-view-options';
|
|
4
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
6
5
|
export interface ImageViewOptions extends ObjectViewOptions, TitleViewOptions, DisplayTitleViewOptions {
|
|
7
6
|
/**
|
|
8
7
|
* Image mode: noResize, fit, fitHorizontal, fitVertical, fill, stretch
|
|
@@ -62,4 +61,3 @@ export interface ImageViewOptions extends ObjectViewOptions, TitleViewOptions, D
|
|
|
62
61
|
*/
|
|
63
62
|
url?: string;
|
|
64
63
|
}
|
|
65
|
-
//# sourceMappingURL=image-options.d.ts.map
|
package/src/lib/image/image.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { ImageViewOptions } from './image-options';
|
|
2
1
|
import { VizItemType } from '../shared/common';
|
|
3
|
-
|
|
2
|
+
import { ImageViewOptions } from './image-options';
|
|
4
3
|
/**
|
|
5
4
|
* Image item
|
|
6
5
|
*/
|
|
@@ -15,4 +14,3 @@ export interface Image {
|
|
|
15
14
|
*/
|
|
16
15
|
options: ImageViewOptions;
|
|
17
16
|
}
|
|
18
|
-
//# sourceMappingURL=image.d.ts.map
|
package/src/lib/image/index.d.ts
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
2
|
-
import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
|
|
3
|
-
import { Interpolation } from '../shared/interpolation';
|
|
4
|
-
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
5
|
-
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
6
|
-
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
7
|
-
import { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
|
|
8
|
-
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
9
|
-
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
10
|
-
import { AxisTicksMode, AxisTicksStyle, Guidelines, LimitViewOptions, MissingValueViewOptions, NullBreakViewOptions } from '../shared/common';
|
|
11
|
-
import { AxisObjectViewOptions } from '../shared/axis-view-options';
|
|
12
|
-
import { AxisGridlinesStyle, AxisScaleType, AxisTicksDensity, ManualAxesRange, XAxisLabelPosition, YAxisLabelPosition } from '../shared/axes';
|
|
13
1
|
import { InteractivityBrushViewOptions } from '../shared';
|
|
14
|
-
|
|
2
|
+
import { AxisGridlinesStyle, AxisScaleType, AxisTicksDensity, ManualAxesRange, XAxisLabelPosition, YAxisLabelPosition } from '../shared/axes';
|
|
3
|
+
import { AxisObjectViewOptions } from '../shared/axis-view-options';
|
|
4
|
+
import { AxisTicksMode, AxisTicksStyle, Guidelines, LimitViewOptions, MissingValueViewOptions, NullBreakViewOptions } from '../shared/common';
|
|
5
|
+
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
6
|
+
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
7
|
+
import { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
|
|
8
|
+
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
9
|
+
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
10
|
+
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
11
|
+
import { Interpolation } from '../shared/interpolation';
|
|
12
|
+
import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
|
|
13
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
15
14
|
export interface LineChartViewOptions extends Omit<AxisObjectViewOptions, 'display' | 'interactivity'>, TitleViewOptions, InfoTooltipViewOptions, MissingValueViewOptions, NullBreakViewOptions, LegendViewOptions, LimitViewOptions, LineChartDisplayViewOptions, LineChartInteractivityViewOptions {
|
|
16
15
|
/**
|
|
17
16
|
* Mode of the Line chart: grouped, color (not used anymore?)
|
|
@@ -308,7 +307,7 @@ interface LineChartDisplayViewOptions extends DisplayTitleViewOptions, DisplayLe
|
|
|
308
307
|
legend?: NonNullable<NonNullable<DisplayLegendViewOptions['display']>['legend']>;
|
|
309
308
|
};
|
|
310
309
|
}
|
|
311
|
-
interface LineChartInteractivityViewOptions extends InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityMeasureDimensionPickerViewOptions {
|
|
310
|
+
interface LineChartInteractivityViewOptions extends InteractivityBrushViewOptions, InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityMeasureDimensionPickerViewOptions {
|
|
312
311
|
/**
|
|
313
312
|
* Interactivity options
|
|
314
313
|
*/
|
|
@@ -353,4 +352,3 @@ interface LineChartInteractivityViewOptions extends InteractivityCustomEventsVie
|
|
|
353
352
|
export type LineChartSubtype = 'line' | 'line-group';
|
|
354
353
|
export type LineChartMeasureAxisType = 'default' | 'manual' | 'variable';
|
|
355
354
|
export {};
|
|
356
|
-
//# sourceMappingURL=line-chart-options.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"line-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/line-chart/line-chart-options.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"line-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/line-chart/line-chart-options.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DashboardContentVizItemSlot, HierarchySlotContent, NumericSlotContent, DateTimeSlotContent } from '../shared/slots';
|
|
2
|
-
|
|
3
2
|
/**
|
|
4
3
|
* Measure slot definition of the Line chart
|
|
5
4
|
*/
|
|
@@ -38,4 +37,3 @@ interface LegendSlot extends DashboardContentVizItemSlot {
|
|
|
38
37
|
*/
|
|
39
38
|
export type LineChartSlots = (MeasureSlot | XAxisSlot | LegendSlot)[];
|
|
40
39
|
export {};
|
|
41
|
-
//# sourceMappingURL=line-chart-slots.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { LineChartSlots } from './line-chart-slots';
|
|
2
|
-
import { LineChartViewOptions } from './line-chart-options';
|
|
3
1
|
import { VizItemType } from '../shared/common';
|
|
4
|
-
|
|
2
|
+
import { LineChartViewOptions } from './line-chart-options';
|
|
3
|
+
import { LineChartSlots } from './line-chart-slots';
|
|
5
4
|
/**
|
|
6
5
|
* Line chart item
|
|
7
6
|
*/
|
|
@@ -22,4 +21,3 @@ export interface LineChart {
|
|
|
22
21
|
*/
|
|
23
22
|
slots: LineChartSlots;
|
|
24
23
|
}
|
|
25
|
-
//# sourceMappingURL=line-chart.d.ts.map
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
2
|
-
import { ManualValuesRange } from '../shared/ranges';
|
|
3
|
-
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
4
|
-
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
5
|
-
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
6
|
-
import { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
|
|
7
|
-
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
8
|
-
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
9
|
-
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
10
|
-
import { LimitViewOptions, ScreenMode, SortDirection } from '../shared/common';
|
|
11
1
|
import { InteractivityFilterOnSelectViewOptions } from '../shared';
|
|
12
|
-
|
|
2
|
+
import type { LimitViewOptions, ScreenMode, SortDirection } from '../shared/common';
|
|
3
|
+
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
4
|
+
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
5
|
+
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
6
|
+
import { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
|
|
7
|
+
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
8
|
+
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
9
|
+
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
10
|
+
import { ManualValuesRange } from '../shared/ranges';
|
|
11
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
13
12
|
export interface PivotTableViewOptions extends Omit<DropObjectViewOptions, 'interactivity'>, InfoTooltipViewOptions, TitleViewOptions, DisplayTitleViewOptions, PivotTableLimitViewOptions, PivotTableInteractivityViewOptions {
|
|
14
13
|
/**
|
|
15
14
|
* Table border
|
|
@@ -205,4 +204,3 @@ export type PivotTableLimitViewOptions = LimitViewOptions & {
|
|
|
205
204
|
};
|
|
206
205
|
};
|
|
207
206
|
export {};
|
|
208
|
-
//# sourceMappingURL=pivot-table-options.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DashboardContentVizItemSlot, HierarchySlotContent, NumericSlotContent, DateTimeSlotContent } from '../shared/slots';
|
|
2
|
-
|
|
3
2
|
/**
|
|
4
3
|
* Row slot of the pivot table. This defines the rows of the pivot table. A pivot table can contain any number of rows.
|
|
5
4
|
*/
|
|
@@ -36,4 +35,3 @@ interface MeasureSlot extends DashboardContentVizItemSlot {
|
|
|
36
35
|
*/
|
|
37
36
|
export type PivotTableSlots = (RowSlot | ColumnSlot | MeasureSlot)[];
|
|
38
37
|
export {};
|
|
39
|
-
//# sourceMappingURL=pivot-table-slots.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { PivotTableSlots } from './pivot-table-slots';
|
|
2
|
-
import { PivotTableViewOptions } from './pivot-table-options';
|
|
3
1
|
import { VizItemType } from '../shared/common';
|
|
4
|
-
|
|
2
|
+
import { PivotTableViewOptions } from './pivot-table-options';
|
|
3
|
+
import { PivotTableSlots } from './pivot-table-slots';
|
|
5
4
|
/**
|
|
6
5
|
* Pivot table item
|
|
7
6
|
*/
|
|
@@ -22,4 +21,3 @@ export interface PivotTable {
|
|
|
22
21
|
*/
|
|
23
22
|
slots: PivotTableSlots;
|
|
24
23
|
}
|
|
25
|
-
//# sourceMappingURL=pivot-table.d.ts.map
|