@luzmo/dashboard-contents-types 0.1.89 → 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 +40 -14
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +131 -24
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +32 -5
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +99 -19
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +40 -14
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +67 -14
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -0
- package/index.d.ts +0 -1
- package/index.js +357 -111
- package/index.mjs +3623 -1203
- package/json-schemas.d.ts +2564 -720
- 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 +7 -9
- 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 +2 -4
- package/src/lib/shared/common.d.ts.map +1 -1
- package/src/lib/shared/drop-object-view-options.d.ts +0 -2
- 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 +0 -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
- package/README.md +0 -154
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DashboardContentVizItemSlot, HierarchySlotContent, NumericSlotContent, DateTimeSlotContent } from '../shared/slots';
|
|
2
|
-
|
|
3
2
|
/**
|
|
4
3
|
* Measure slot definition of the bubble chart.
|
|
5
4
|
*/
|
|
@@ -40,4 +39,3 @@ interface ColorSlot extends DashboardContentVizItemSlot {
|
|
|
40
39
|
*/
|
|
41
40
|
export type BubbleChartSlots = (MeasureSlot | CategorySlot | ColorSlot)[];
|
|
42
41
|
export {};
|
|
43
|
-
//# sourceMappingURL=bubble-chart-slots.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { BubbleChartSlots } from './bubble-chart-slots';
|
|
2
|
-
import { BubbleChartViewOptions } from './bubble-chart-options';
|
|
3
1
|
import { VizItemType } from '../shared/common';
|
|
4
|
-
|
|
2
|
+
import { BubbleChartViewOptions } from './bubble-chart-options';
|
|
3
|
+
import { BubbleChartSlots } from './bubble-chart-slots';
|
|
5
4
|
/**
|
|
6
5
|
* Bubble chart item
|
|
7
6
|
*/
|
|
@@ -22,4 +21,3 @@ export interface BubbleChart {
|
|
|
22
21
|
*/
|
|
23
22
|
slots: BubbleChartSlots;
|
|
24
23
|
}
|
|
25
|
-
//# sourceMappingURL=bubble-chart.d.ts.map
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SortViewOptions } from '../shared/sort';
|
|
3
|
-
import { ManualValuesRange } from '../shared/ranges';
|
|
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';
|
|
1
|
+
import type { LimitViewOptions } from '../shared/common';
|
|
10
2
|
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
11
|
-
import {
|
|
12
|
-
|
|
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 { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
7
|
+
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
8
|
+
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
9
|
+
import { ManualValuesRange } from '../shared/ranges';
|
|
10
|
+
import { SortViewOptions } from '../shared/sort';
|
|
11
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
13
12
|
export interface BulletChartViewOptions extends Omit<DropObjectViewOptions, 'display' | 'interactivity'>, InfoTooltipViewOptions, TitleViewOptions, LimitViewOptions, SortViewOptions, BulletChartDisplayViewOptions, BulletChartInteractivityViewOptions {
|
|
14
13
|
/**
|
|
15
14
|
* Manual values
|
|
@@ -39,7 +38,7 @@ interface BulletChartDisplayViewOptions extends DisplayTitleViewOptions {
|
|
|
39
38
|
ranges?: boolean;
|
|
40
39
|
};
|
|
41
40
|
}
|
|
42
|
-
interface BulletChartInteractivityViewOptions extends InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions {
|
|
41
|
+
interface BulletChartInteractivityViewOptions extends InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityMeasureDimensionPickerViewOptions {
|
|
43
42
|
/**
|
|
44
43
|
* Interactivity options
|
|
45
44
|
*/
|
|
@@ -98,4 +97,3 @@ export interface BulletChartManualValue {
|
|
|
98
97
|
ranges?: ManualValuesRange[];
|
|
99
98
|
}
|
|
100
99
|
export {};
|
|
101
|
-
//# sourceMappingURL=bullet-chart-options.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bullet-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/bullet-chart/bullet-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,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,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,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,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,6BAA6B,EAC7B,mCAAmC;IACnC;;;OAGG;IACH,YAAY,CAAC,EAAE,sBAAsB,EAAE,CAAC;CACzC;AAED,UAAU,6BAA8B,SACtC,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,eAAe,CAAC,EAAE,OAAO,CAAC;QAC1B;;;WAGG;QACH,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,CAAC;CACH;AAED,UAAU,mCAAoC,SAC5C,oCAAoC,EACpC,qCAAqC,EACrC,8BAA8B,EAC9B,+BAA+B
|
|
1
|
+
{"version":3,"file":"bullet-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/bullet-chart/bullet-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 bullet chart.
|
|
5
4
|
*/
|
|
@@ -39,4 +38,3 @@ interface TargetSlot extends DashboardContentVizItemSlot {
|
|
|
39
38
|
*/
|
|
40
39
|
export type BulletChartSlots = (MeasureSlot | CategorySlot | TargetSlot)[];
|
|
41
40
|
export {};
|
|
42
|
-
//# sourceMappingURL=bullet-chart-slots.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { BulletChartSlots } from './bullet-chart-slots';
|
|
2
|
-
import { BulletChartViewOptions } from './bullet-chart-options';
|
|
3
1
|
import { VizItemType } from '../shared/common';
|
|
4
|
-
|
|
2
|
+
import { BulletChartViewOptions } from './bullet-chart-options';
|
|
3
|
+
import { BulletChartSlots } from './bullet-chart-slots';
|
|
5
4
|
/**
|
|
6
5
|
* Bullet chart item
|
|
7
6
|
*/
|
|
@@ -22,4 +21,3 @@ export interface BulletChart {
|
|
|
22
21
|
*/
|
|
23
22
|
slots: BulletChartSlots;
|
|
24
23
|
}
|
|
25
|
-
//# sourceMappingURL=bullet-chart.d.ts.map
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
2
|
-
import { ManualValuesRange } from '../shared/ranges';
|
|
3
|
-
import { MapObjectViewOptions } from '../shared/map-object-view-options';
|
|
4
|
-
import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
|
|
5
|
-
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
6
|
-
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
7
|
-
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
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 { LimitViewOptions } from '../shared/common';
|
|
12
1
|
import { InteractivityFilterOnSelectViewOptions } from '../shared';
|
|
13
|
-
|
|
2
|
+
import type { LimitViewOptions } from '../shared/common';
|
|
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 { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
7
|
+
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
8
|
+
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
9
|
+
import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
|
|
10
|
+
import { MapObjectViewOptions } from '../shared/map-object-view-options';
|
|
11
|
+
import { ManualValuesRange } from '../shared/ranges';
|
|
12
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
14
13
|
export interface ChoroplethMapViewOptions extends Omit<MapObjectViewOptions, 'display' | 'interactivity'>, InfoTooltipViewOptions, LegendViewOptions, TitleViewOptions, LimitViewOptions, ChoroplethMapDisplayViewOptions, ChoroplethMapInteractivityViewOptions {
|
|
15
14
|
/**
|
|
16
15
|
* Manual values configuration
|
|
@@ -137,4 +136,3 @@ interface ChoroplethMapInteractivityViewOptions extends InteractivityCustomEvent
|
|
|
137
136
|
};
|
|
138
137
|
}
|
|
139
138
|
export {};
|
|
140
|
-
//# sourceMappingURL=choropleth-map-options.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DashboardContentVizItemSlot, DateTimeSlotContent, NumericSlotContent, HierarchySlotContent, SpatialSlotContent } from '../shared/slots';
|
|
2
|
-
|
|
3
2
|
/**
|
|
4
3
|
* Geo slot definition of the choropleth map. This is the required slot.
|
|
5
4
|
* This slot can only accept a Geo content type column.
|
|
@@ -40,4 +39,3 @@ interface CategorySlot extends DashboardContentVizItemSlot {
|
|
|
40
39
|
*/
|
|
41
40
|
export type ChoroplethMapSlots = (GeoSlot | MeasureSlot | CategorySlot)[];
|
|
42
41
|
export {};
|
|
43
|
-
//# sourceMappingURL=choropleth-map-slots.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { ChoroplethMapSlots } from './choropleth-map-slots';
|
|
2
|
-
import { ChoroplethMapViewOptions } from './choropleth-map-options';
|
|
3
1
|
import { VizItemType } from '../shared/common';
|
|
4
|
-
|
|
2
|
+
import { ChoroplethMapViewOptions } from './choropleth-map-options';
|
|
3
|
+
import { ChoroplethMapSlots } from './choropleth-map-slots';
|
|
5
4
|
/**
|
|
6
5
|
* Choropleth map item
|
|
7
6
|
*/
|
|
@@ -22,4 +21,3 @@ export interface ChoroplethMap {
|
|
|
22
21
|
*/
|
|
23
22
|
slots: ChoroplethMapSlots;
|
|
24
23
|
}
|
|
25
|
-
//# sourceMappingURL=choropleth-map.d.ts.map
|
|
@@ -1,12 +1,11 @@
|
|
|
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 { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
7
|
-
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
8
1
|
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
9
|
-
|
|
2
|
+
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
3
|
+
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
4
|
+
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
5
|
+
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
6
|
+
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
7
|
+
import { ManualValuesRange } from '../shared/ranges';
|
|
8
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
10
9
|
export interface CircularGaugeViewOptions extends Omit<DropObjectViewOptions, 'interactivity' | 'display'>, InfoTooltipViewOptions, TitleViewOptions, CircularGaugeInteractivityViewOptions, CircularGaugeDisplayViewOptions {
|
|
11
10
|
/**
|
|
12
11
|
* Mode of the Circular Gauge: normal, percentage or difference
|
|
@@ -121,4 +120,3 @@ interface CircularGaugeInteractivityViewOptions extends InteractivityCustomEvent
|
|
|
121
120
|
};
|
|
122
121
|
}
|
|
123
122
|
export {};
|
|
124
|
-
//# sourceMappingURL=circular-gauge-options.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DashboardContentVizItemSlot, HierarchySlotContent, NumericSlotContent, DateTimeSlotContent } from '../shared/slots';
|
|
2
|
-
|
|
3
2
|
/**
|
|
4
3
|
* Target slot definition of the circular gauge.
|
|
5
4
|
*/
|
|
@@ -28,4 +27,3 @@ interface MeasureSlot extends DashboardContentVizItemSlot {
|
|
|
28
27
|
*/
|
|
29
28
|
export type CircularGaugeSlots = (TargetSlot | MeasureSlot)[];
|
|
30
29
|
export {};
|
|
31
|
-
//# sourceMappingURL=circular-gauge-slots.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { CircularGaugeSlots } from './circular-gauge-slots';
|
|
2
|
-
import { CircularGaugeViewOptions } from './circular-gauge-options';
|
|
3
1
|
import { VizItemType } from '../shared/common';
|
|
4
|
-
|
|
2
|
+
import { CircularGaugeViewOptions } from './circular-gauge-options';
|
|
3
|
+
import { CircularGaugeSlots } from './circular-gauge-slots';
|
|
5
4
|
/**
|
|
6
5
|
* Circular gauge item
|
|
7
6
|
*/
|
|
@@ -22,4 +21,3 @@ export interface CircularGauge {
|
|
|
22
21
|
*/
|
|
23
22
|
slots: CircularGaugeSlots;
|
|
24
23
|
}
|
|
25
|
-
//# sourceMappingURL=circular-gauge.d.ts.map
|
|
@@ -1,18 +1,17 @@
|
|
|
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 { AxisTicksMode, Guidelines, LimitViewOptions, RankingViewOptions } from '../shared/common';
|
|
12
|
-
import { AxisObjectViewOptions } from '../shared/axis-view-options';
|
|
13
|
-
import { AxisGridlinesStyle, AxisScaleType, AxisTicksDensity, ManualAxesRange, XAxisLabelPosition, YAxisLabelPosition } from '../shared/axes';
|
|
14
1
|
import { InteractivityFilterOnSelectViewOptions } from '../shared';
|
|
15
|
-
|
|
2
|
+
import { AxisGridlinesStyle, AxisScaleType, AxisTicksDensity, ManualAxesRange, XAxisLabelPosition, YAxisLabelPosition } from '../shared/axes';
|
|
3
|
+
import { AxisObjectViewOptions } from '../shared/axis-view-options';
|
|
4
|
+
import { AxisTicksMode, Guidelines, LimitViewOptions, RankingViewOptions } 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 { InteractivityDrilldownViewOptions } from '../shared/interactivity-drilldown';
|
|
9
|
+
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
10
|
+
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
11
|
+
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
12
|
+
import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
|
|
13
|
+
import { SortViewOptions } from '../shared/sort';
|
|
14
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
16
15
|
export interface ColumnChartViewOptions extends Omit<AxisObjectViewOptions, 'display' | 'interactivity'>, InfoTooltipViewOptions, LegendViewOptions, TitleViewOptions, RankingViewOptions, LimitViewOptions, SortViewOptions, ColumnChartDisplayViewOptions, ColumnChartInteractivityViewOptions {
|
|
17
16
|
/**
|
|
18
17
|
* Mode of the Column chart: grouped, stacked or 100% stacked
|
|
@@ -204,7 +203,7 @@ interface ColumnChartDisplayViewOptions extends DisplayLegendViewOptions, Displa
|
|
|
204
203
|
modeOption?: boolean;
|
|
205
204
|
};
|
|
206
205
|
}
|
|
207
|
-
interface ColumnChartInteractivityViewOptions extends InteractivityCustomTooltipViewOptions, InteractivityDrilldownViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityFilterOnSelectViewOptions {
|
|
206
|
+
interface ColumnChartInteractivityViewOptions extends InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityDrilldownViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityFilterOnSelectViewOptions, InteractivityMeasureDimensionPickerViewOptions {
|
|
208
207
|
/**
|
|
209
208
|
* Interactivity options
|
|
210
209
|
*/
|
|
@@ -258,4 +257,3 @@ export declare enum ColumnChartModes {
|
|
|
258
257
|
}
|
|
259
258
|
export type ColumnChartLabel = 'none' | 'percentage' | 'percentageMax' | 'percentageCategory' | 'percentageLegend';
|
|
260
259
|
export {};
|
|
261
|
-
//# sourceMappingURL=column-chart-options.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"column-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/column-chart/column-chart-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sCAAsC,EAAE,MAAM,WAAW,CAAC;AACnE,OAAO,EACL,kBAAkB,EAClB,aAAa,EACb,gBAAgB,EAChB,eAAe,EACf,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACnG,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,kBAAkB,EAClB,gBAAgB,EAChB,eAAe,EACf,6BAA6B,EAC7B,mCAAmC;IACnC;;;OAGG;IACH,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,KAAK,CAAC;IACrC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,kBAAkB,CAAC;IACtC;;OAEG;IACH,UAAU,CAAC,EAAE;QACX;;;WAGG;QACH,OAAO,CAAC,EAAE,OAAO,CAAC;KACnB,CAAC;IACF;;OAEG;IACH,IAAI,CAAC,EAAE;QACL;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,OAAO,EAAE,OAAO,CAAC;YACjB;;eAEG;YACH,KAAK,CAAC,EAAE,kBAAkB,CAAC;YAC3B;;;eAGG;YACH,OAAO,CAAC,EAAE,MAAM,CAAC;SAClB,CAAC;QACF;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,OAAO,EAAE,OAAO,CAAC;YACjB;;eAEG;YACH,KAAK,CAAC,EAAE,kBAAkB,CAAC;YAC3B;;;eAGG;YACH,OAAO,CAAC,EAAE,MAAM,CAAC;SAClB,CAAC;KACH,CAAC;IACF;;OAEG;IACH,UAAU,CAAC,EAAE;QACX;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,OAAO,EAAE,OAAO,CAAC;YACjB;;;eAGG;YACH,QAAQ,EAAE,kBAAkB,CAAC;SAC9B,CAAC;QACF;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,OAAO,EAAE,OAAO,CAAC;YACjB;;;eAGG;YACH,QAAQ,EAAE,kBAAkB,CAAC;SAC9B,CAAC;KACH,CAAC;IACF;;OAEG;IACH,IAAI,CAAC,EAAE;QACL,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YACf;;;eAGG;YACH,SAAS,CAAC,EAAE,aAAa,CAAC;SAC3B,CAAC;QACF;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YACf;;;eAGG;YACH,SAAS,CAAC,EAAE,aAAa,CAAC;YAC1B;;;eAGG;YACH,KAAK,CAAC,EAAE,aAAa,CAAC;YACtB;;;eAGG;YACH,YAAY,CAAC,EAAE,MAAM,CAAC;YACtB;;eAEG;YACH,YAAY,CAAC,EAAE,gBAAgB,CAAC;SACjC,CAAC;KACH,CAAC;IACF;;OAEG;IACH,IAAI,CAAC,EAAE;QACL;;;WAGG;QACH,KAAK,CAAC,EAAE,gBAAgB,CAAC;QACzB;;;WAGG;QACH,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB,CAAC;IACF;;OAEG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB;AAED,UAAU,6BAA8B,SACtC,wBAAwB,EACxB,uBAAuB;IACvB;;OAEG;IACH,OAAO,CAAC,EAAE;QACR;;;WAGG;QACH,KAAK,EAAE,WAAW,CAAC,WAAW,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;QAC7E;;;WAGG;QACH,MAAM,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,wBAAwB,CAAC,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;QACjF;;;WAGG;QACH,UAAU,CAAC,EAAE,OAAO,CAAC;KACtB,CAAC;CACH;AAED,UAAU,mCAAoC,SAC5C,qCAAqC,EACrC,iCAAiC,EACjC,8BAA8B,EAC9B,+BAA+B,EAC/B,sCAAsC;
|
|
1
|
+
{"version":3,"file":"column-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/column-chart/column-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 column chart. A column chart can contain any number of measure. If it contains 2 or more measures the column chart cannot use a legend column.
|
|
5
4
|
*/
|
|
@@ -38,4 +37,3 @@ interface LegendSlot extends DashboardContentVizItemSlot {
|
|
|
38
37
|
*/
|
|
39
38
|
export type ColumnChartSlots = (MeasureSlot | XAxisSlot | LegendSlot)[];
|
|
40
39
|
export {};
|
|
41
|
-
//# sourceMappingURL=column-chart-slots.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { ColumnChartSlots } from './column-chart-slots';
|
|
2
|
-
import { ColumnChartViewOptions } from './column-chart-options';
|
|
3
1
|
import { VizItemType } from '../shared/common';
|
|
4
|
-
|
|
2
|
+
import { ColumnChartViewOptions } from './column-chart-options';
|
|
3
|
+
import { ColumnChartSlots } from './column-chart-slots';
|
|
5
4
|
/**
|
|
6
5
|
* Column chart item
|
|
7
6
|
*/
|
|
@@ -22,4 +21,3 @@ export interface ColumnChart {
|
|
|
22
21
|
*/
|
|
23
22
|
slots: ColumnChartSlots;
|
|
24
23
|
}
|
|
25
|
-
//# sourceMappingURL=column-chart.d.ts.map
|
|
@@ -1,18 +1,17 @@
|
|
|
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 { FilterableByViewOptions, FilterViewOptions } from '../shared/filters';
|
|
11
|
-
import { AxisTicksMode, AxisTicksStyle, Guidelines, LimitViewOptions, MissingValueViewOptions, NullBreakViewOptions, RankingViewOptions } from '../shared/common';
|
|
12
|
-
import { AxisObjectViewOptions } from '../shared/axis-view-options';
|
|
13
|
-
import { AxisGridlinesStyle, AxisScaleType, AxisTicksDensity, ManualAxesRange, XAxisLabelPosition, YAxisLabelPosition } from '../shared/axes';
|
|
14
1
|
import { InteractivityBrushViewOptions } from '../shared';
|
|
15
|
-
|
|
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, RankingViewOptions } from '../shared/common';
|
|
5
|
+
import { FilterableByViewOptions, FilterViewOptions } from '../shared/filters';
|
|
6
|
+
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
7
|
+
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
8
|
+
import { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
|
|
9
|
+
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
10
|
+
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
11
|
+
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
12
|
+
import { Interpolation } from '../shared/interpolation';
|
|
13
|
+
import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
|
|
14
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
16
15
|
export interface CombinationChartViewOptions extends Omit<AxisObjectViewOptions, 'interactivity' | 'display'>, TitleViewOptions, FilterViewOptions, InfoTooltipViewOptions, NullBreakViewOptions, LegendViewOptions, RankingViewOptions, LimitViewOptions, FilterableByViewOptions, CombinationChartInteractivityOptions, CombinationChartDisplayOptions {
|
|
17
16
|
/**
|
|
18
17
|
* Chart grid options
|
|
@@ -234,7 +233,7 @@ interface CombinationChartDisplayOptions extends DisplayTitleViewOptions, Displa
|
|
|
234
233
|
legend?: NonNullable<NonNullable<DisplayLegendViewOptions['display']>['legend']>;
|
|
235
234
|
};
|
|
236
235
|
}
|
|
237
|
-
interface CombinationChartInteractivityOptions extends
|
|
236
|
+
interface CombinationChartInteractivityOptions extends InteractivityBrushViewOptions, InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityMeasureDimensionPickerViewOptions {
|
|
238
237
|
/**
|
|
239
238
|
* Interactivity options
|
|
240
239
|
*/
|
|
@@ -343,4 +342,3 @@ export interface CombinationChartMeasure extends MissingValueViewOptions {
|
|
|
343
342
|
roundedCorners?: number;
|
|
344
343
|
}
|
|
345
344
|
export {};
|
|
346
|
-
//# sourceMappingURL=combination-chart-options.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combination-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/combination-chart/combination-chart-options.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"combination-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/combination-chart/combination-chart-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAC;AAC1D,OAAO,EACL,kBAAkB,EAClB,aAAa,EACb,gBAAgB,EAChB,eAAe,EACf,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EACL,aAAa,EACb,cAAc,EACd,UAAU,EACV,gBAAgB,EAChB,uBAAuB,EACvB,oBAAoB,EACpB,kBAAkB,EACnB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC/E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,oCAAoC,EAAE,MAAM,uCAAuC,CAAC;AAC7F,OAAO,EAAE,qCAAqC,EAAE,MAAM,wCAAwC,CAAC;AAC/F,OAAO,EAAE,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAChF,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,8CAA8C,EAAE,MAAM,kDAAkD,CAAC;AAClH,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAC/E,OAAO,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAE5E,MAAM,WAAW,2BAA4B,SAC3C,IAAI,CAAC,qBAAqB,EAAE,eAAe,GAAG,SAAS,CAAC,EACxD,gBAAgB,EAChB,iBAAiB,EACjB,sBAAsB,EACtB,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,gBAAgB,EAChB,uBAAuB,EACvB,oCAAoC,EACpC,8BAA8B;IAC9B;;OAEG;IACH,IAAI,CAAC,EAAE;QACL;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,OAAO,EAAE,OAAO,CAAC;YACjB,KAAK,CAAC,EAAE,kBAAkB,CAAC;YAC3B;;eAEG;YACH,OAAO,CAAC,EAAE,MAAM,CAAC;SAClB,CAAC;QACF;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,OAAO,EAAE,OAAO,CAAC;YACjB,KAAK,CAAC,EAAE,kBAAkB,CAAC;YAC3B;;eAEG;YACH,OAAO,CAAC,EAAE,MAAM,CAAC;SAClB,CAAC;QACF;;WAEG;QACH,EAAE,CAAC,EAAE;YACH;;;eAGG;YACH,OAAO,EAAE,OAAO,CAAC;YACjB,KAAK,CAAC,EAAE,kBAAkB,CAAC;YAC3B;;eAEG;YACH,OAAO,CAAC,EAAE,MAAM,CAAC;SAClB,CAAC;KACH,CAAC;IAEF;;OAEG;IACH,UAAU,CAAC,EAAE;QACX;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,OAAO,EAAE,OAAO,CAAC;YACjB;;eAEG;YACH,QAAQ,EAAE,kBAAkB,CAAC;SAC9B,CAAC;QACF;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,OAAO,EAAE,OAAO,CAAC;YACjB;;eAEG;YACH,QAAQ,EAAE,kBAAkB,CAAC;SAC9B,CAAC;QACF;;WAEG;QACH,EAAE,CAAC,EAAE;YACH;;;eAGG;YACH,OAAO,EAAE,OAAO,CAAC;YACjB;;eAEG;YACH,QAAQ,EAAE,kBAAkB,CAAC;SAC9B,CAAC;KACH,CAAC;IAEF;;OAEG;IACH,IAAI,CAAC,EAAE;QACL;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YACf;;;eAGG;YACH,SAAS,CAAC,EAAE,aAAa,CAAC;YAC1B,UAAU,CAAC,EAAE,cAAc,CAAC;SAC7B,CAAC;QACF;;WAEG;QACH,CAAC,CAAC,EAAE;YACF;;;eAGG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YACf;;;eAGG;YACH,KAAK,CAAC,EAAE,aAAa,CAAC;YACtB;;eAEG;YACH,YAAY,CAAC,EAAE,MAAM,CAAC;YACtB;;eAEG;YACH,YAAY,CAAC,EAAE,gBAAgB,CAAC;YAChC;;eAEG;YACH,SAAS,CAAC,EAAE,aAAa,CAAC;YAC1B;;eAEG;YACH,eAAe,CAAC,EAAE,eAAe,CAAC;YAClC;;eAEG;YACH,IAAI,CAAC,EAAE,+BAA+B,CAAC;SACxC,CAAC;QACF;;WAEG;QACH,EAAE,CAAC,EAAE;YACH;;;eAGG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YACf;;eAEG;YACH,KAAK,CAAC,EAAE,aAAa,CAAC;YACtB;;eAEG;YACH,YAAY,CAAC,EAAE,MAAM,CAAC;YACtB,YAAY,CAAC,EAAE,gBAAgB,CAAC;YAChC;;eAEG;YACH,SAAS,CAAC,EAAE,aAAa,CAAC;YAC1B,eAAe,CAAC,EAAE,eAAe,CAAC;YAClC;;eAEG;YACH,IAAI,CAAC,EAAE,+BAA+B,CAAC;YACvC;;;eAGG;YACH,MAAM,CAAC,EAAE,OAAO,CAAC;YACjB;;;;eAIG;YACH,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;SAC3B,CAAC;KACH,CAAC;IAEF;;OAEG;IACH,QAAQ,CAAC,EAAE,uBAAuB,EAAE,CAAC;IAErC,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB;;OAEG;IACH,OAAO,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IAEvC;;OAEG;IACH,MAAM,CAAC,EAAE,iBAAiB,CAAC,QAAQ,CAAC,CAAC;CACtC;AAED,UAAU,8BAA+B,SACvC,uBAAuB,EACvB,wBAAwB;IACxB,OAAO,CAAC,EAAE;QACR;;;WAGG;QACH,KAAK,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;QAC9E;;;WAGG;QACH,MAAM,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,wBAAwB,CAAC,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;KAClF,CAAC;CACH;AAED,UAAU,oCAAqC,SAC7C,6BAA6B,EAC7B,oCAAoC,EACpC,qCAAqC,EACrC,8BAA8B,EAC9B,+BAA+B,EAC/B,8CAA8C;IAC9C;;OAEG;IACH,aAAa,CAAC,EAAE;QACd;;;WAGG;QACH,oBAAoB,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC;QACzH;;;WAGG;QACH,KAAK,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,6BAA6B,CAAC,eAAe,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;QAC1F;;;WAGG;QACH,YAAY,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,oCAAoC,CAAC,eAAe,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC;QAC/G;;;WAGG;QACH,aAAa,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,qCAAqC,CAAC,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC;QAClH;;;WAGG;QACH,WAAW,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC;QACvG;;;WAGG;QACH,sBAAsB,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,8CAA8C,CAAC,eAAe,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC;QAC7I;;;WAGG;QACH,SAAS,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,+BAA+B,CAAC,eAAe,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC;KACrG,CAAC;CACH;AAED;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;AAEhF;;GAEG;AACH,MAAM,WAAW,uBAAwB,SAAQ,uBAAuB;IACtE;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,CAAC;IAC3C,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DashboardContentVizItemSlot, HierarchySlotContent, NumericSlotContent, DateTimeSlotContent } from '../shared/slots';
|
|
2
|
-
|
|
3
2
|
/**
|
|
4
3
|
* Measure slot definition of the Combination chart
|
|
5
4
|
*/
|
|
@@ -27,4 +26,3 @@ interface XAxisSlot extends DashboardContentVizItemSlot {
|
|
|
27
26
|
*/
|
|
28
27
|
export type CombinationChartSlots = (MeasureSlot | XAxisSlot)[];
|
|
29
28
|
export {};
|
|
30
|
-
//# sourceMappingURL=combination-chart-slots.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { CombinationChartSlots } from './combination-chart-slots';
|
|
2
|
-
import { CombinationChartViewOptions } from './combination-chart-options';
|
|
3
1
|
import { VizItemType } from '../shared/common';
|
|
4
|
-
|
|
2
|
+
import { CombinationChartViewOptions } from './combination-chart-options';
|
|
3
|
+
import { CombinationChartSlots } from './combination-chart-slots';
|
|
5
4
|
/**
|
|
6
5
|
* Combination chart item
|
|
7
6
|
*/
|
|
@@ -22,4 +21,3 @@ export interface CombinationChart {
|
|
|
22
21
|
*/
|
|
23
22
|
slots: CombinationChartSlots;
|
|
24
23
|
}
|
|
25
|
-
//# sourceMappingURL=combination-chart.d.ts.map
|
|
@@ -1,13 +1,12 @@
|
|
|
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 { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
7
|
-
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
8
|
-
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
9
1
|
import { XAxisLabelPosition, YAxisLabelPosition } from '../shared/axes';
|
|
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
|
+
import { ManualValuesRange } from '../shared/ranges';
|
|
9
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
11
10
|
export interface ConditionalNumberViewOptions extends Omit<DropObjectViewOptions, 'interactivity' | 'display'>, TitleViewOptions, InfoTooltipViewOptions, ConditionalNumberInteractivityViewOptions, ConditionalNumberDisplayViewOptions {
|
|
12
11
|
/**
|
|
13
12
|
* Display mode
|
|
@@ -60,7 +59,7 @@ interface ConditionalNumberDisplayViewOptions extends DisplayTitleViewOptions {
|
|
|
60
59
|
label?: boolean;
|
|
61
60
|
};
|
|
62
61
|
}
|
|
63
|
-
interface ConditionalNumberInteractivityViewOptions extends
|
|
62
|
+
interface ConditionalNumberInteractivityViewOptions extends InteractivityCustomEventsViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityMeasureDimensionPickerViewOptions {
|
|
64
63
|
/**
|
|
65
64
|
* Interactivity options
|
|
66
65
|
*/
|
|
@@ -93,4 +92,3 @@ interface ConditionalNumberInteractivityViewOptions extends InteractivityGoToUrl
|
|
|
93
92
|
};
|
|
94
93
|
}
|
|
95
94
|
export {};
|
|
96
|
-
//# sourceMappingURL=conditional-number-options.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conditional-number-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/conditional-number/conditional-number-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,oCAAoC,EAAE,MAAM,uCAAuC,CAAC;AAC7F,OAAO,EAAE,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAChF,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,8CAA8C,EAAE,MAAM,kDAAkD,CAAC;AAClH,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAE5E,MAAM,WAAW,4BAA6B,SAC5C,IAAI,CAAC,qBAAqB,EAAE,eAAe,GAAG,SAAS,CAAC,EACxD,gBAAgB,EAChB,sBAAsB,EACtB,yCAAyC,EACzC,mCAAmC;IACnC;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,GAAG,YAAY,GAAG,YAAY,CAAC;IAC9C;;OAEG;IACH,SAAS,CAAC,EAAE;QACV;;;WAGG;QACH,UAAU,CAAC,EAAE,kBAAkB,CAAC;QAChC;;;WAGG;QACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC;KAC/B,CAAC;IACF;;OAEG;IACH,YAAY,CAAC,EAAE;QACb,WAAW,CAAC,EAAE,iBAAiB,EAAE,CAAC;QAClC;;WAEG;QACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;QAC5B;;WAEG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;CACH;AAED,UAAU,mCAAoC,SAC5C,uBAAuB;IACvB;;OAEG;IACH,OAAO,CAAC,EAAE;QACR;;;WAGG;QACH,KAAK,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;QAC9E;;WAEG;QACH,KAAK,CAAC,EAAE,OAAO,CAAC;KACjB,CAAC;CACH;AAED,UAAU,yCAA0C,SAClD,+BAA+B,EAC/B,8CAA8C
|
|
1
|
+
{"version":3,"file":"conditional-number-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/conditional-number/conditional-number-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,oCAAoC,EAAE,MAAM,uCAAuC,CAAC;AAC7F,OAAO,EAAE,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAChF,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,8CAA8C,EAAE,MAAM,kDAAkD,CAAC;AAClH,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAE5E,MAAM,WAAW,4BAA6B,SAC5C,IAAI,CAAC,qBAAqB,EAAE,eAAe,GAAG,SAAS,CAAC,EACxD,gBAAgB,EAChB,sBAAsB,EACtB,yCAAyC,EACzC,mCAAmC;IACnC;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,GAAG,YAAY,GAAG,YAAY,CAAC;IAC9C;;OAEG;IACH,SAAS,CAAC,EAAE;QACV;;;WAGG;QACH,UAAU,CAAC,EAAE,kBAAkB,CAAC;QAChC;;;WAGG;QACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC;KAC/B,CAAC;IACF;;OAEG;IACH,YAAY,CAAC,EAAE;QACb,WAAW,CAAC,EAAE,iBAAiB,EAAE,CAAC;QAClC;;WAEG;QACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;QAC5B;;WAEG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;CACH;AAED,UAAU,mCAAoC,SAC5C,uBAAuB;IACvB;;OAEG;IACH,OAAO,CAAC,EAAE;QACR;;;WAGG;QACH,KAAK,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;QAC9E;;WAEG;QACH,KAAK,CAAC,EAAE,OAAO,CAAC;KACjB,CAAC;CACH;AAED,UAAU,yCAA0C,SAClD,oCAAoC,EACpC,8BAA8B,EAC9B,+BAA+B,EAC/B,8CAA8C;IAC9C;;OAEG;IACH,aAAa,CAAC,EAAE;QACd;;;WAGG;QACH,SAAS,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,+BAA+B,CAAC,eAAe,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC;QACpG;;;WAGG;QACH,sBAAsB,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,8CAA8C,CAAC,eAAe,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC;QAC7I;;;WAGG;QACH,YAAY,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,oCAAoC,CAAC,eAAe,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC;QAC/G;;;WAGG;QACH,oBAAoB,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC;QACzH;;;WAGG;QACH,WAAW,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC;KACxG,CAAC;CACH"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DashboardContentVizItemSlot, HierarchySlotContent, NumericSlotContent, DateTimeSlotContent } from '../shared/slots';
|
|
2
|
-
|
|
3
2
|
/**
|
|
4
3
|
* Measure slot definition of the Conditional number, This is a required slot
|
|
5
4
|
*/
|
|
@@ -28,4 +27,3 @@ interface TargetSlot extends DashboardContentVizItemSlot {
|
|
|
28
27
|
*/
|
|
29
28
|
export type ConditionalNumberSlots = (MeasureSlot | TargetSlot)[];
|
|
30
29
|
export {};
|
|
31
|
-
//# sourceMappingURL=conditional-number-slots.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { ConditionalNumberSlots } from './conditional-number-slots';
|
|
2
|
-
import { ConditionalNumberViewOptions } from './conditional-number-options';
|
|
3
1
|
import { VizItemType } from '../shared/common';
|
|
4
|
-
|
|
2
|
+
import { ConditionalNumberViewOptions } from './conditional-number-options';
|
|
3
|
+
import { ConditionalNumberSlots } from './conditional-number-slots';
|
|
5
4
|
/**
|
|
6
5
|
* Conditional number item
|
|
7
6
|
*/
|
|
@@ -22,4 +21,3 @@ export interface ConditionalNumber {
|
|
|
22
21
|
*/
|
|
23
22
|
slots: ConditionalNumberSlots;
|
|
24
23
|
}
|
|
25
|
-
//# sourceMappingURL=conditional-number.d.ts.map
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
2
|
-
import { PlaceholderViewOptions } from '../shared/placeholder';
|
|
3
|
-
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
4
|
-
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
5
1
|
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared';
|
|
6
|
-
|
|
2
|
+
import { DropObjectViewOptions } from '../shared/drop-object-view-options';
|
|
3
|
+
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
4
|
+
import { PlaceholderViewOptions } from '../shared/placeholder';
|
|
5
|
+
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
7
6
|
export interface DateFilterViewOptions extends DropObjectViewOptions, InfoTooltipViewOptions, TitleViewOptions, DisplayTitleViewOptions, PlaceholderViewOptions, DateFilterInteractivityViewOptions {
|
|
8
7
|
/**
|
|
9
8
|
* Padding of the date filter
|
|
@@ -146,4 +145,3 @@ export interface DateFilterRange {
|
|
|
146
145
|
};
|
|
147
146
|
}
|
|
148
147
|
export {};
|
|
149
|
-
//# sourceMappingURL=date-filter-options.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DashboardContentVizItemSlot, DateTimeSlotContent } from '../shared/slots';
|
|
2
|
-
|
|
3
2
|
/**
|
|
4
3
|
* Time slot definition of the date filter. It can accept only datetime type column, and it's a required slot.
|
|
5
4
|
* This can include multiple time slots to filter on multiple columns at once.
|
|
@@ -17,4 +16,3 @@ interface TimeSlot extends DashboardContentVizItemSlot {
|
|
|
17
16
|
*/
|
|
18
17
|
export type DateFilterSlots = (TimeSlot)[];
|
|
19
18
|
export {};
|
|
20
|
-
//# sourceMappingURL=date-filter-slots.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { DateFilterSlots } from './date-filter-slots';
|
|
2
|
-
import { DateFilterViewOptions } from './date-filter-options';
|
|
3
1
|
import { VizItemType } from '../shared/common';
|
|
4
|
-
|
|
2
|
+
import { DateFilterViewOptions } from './date-filter-options';
|
|
3
|
+
import { DateFilterSlots } from './date-filter-slots';
|
|
5
4
|
/**
|
|
6
5
|
* Date filter item
|
|
7
6
|
*/
|
|
@@ -22,4 +21,3 @@ export interface DateFilter {
|
|
|
22
21
|
*/
|
|
23
22
|
slots: DateFilterSlots;
|
|
24
23
|
}
|
|
25
|
-
//# sourceMappingURL=date-filter.d.ts.map
|