@luzmo/dashboard-contents-types 1.0.3 → 1.0.4-beta.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 +9 -10
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +10 -11
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +8 -8
- package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +20 -10
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +10 -11
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +226 -27
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +11 -11
- package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +10 -11
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +6 -6
- package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +8 -9
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +8 -8
- package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +9 -9
- package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-map-options.schema.json.d.ts +1472 -0
- package/assets/json-schemas/heat-map-slots.schema.json.d.ts +566 -0
- package/assets/json-schemas/heat-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +1588 -0
- package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +566 -0
- package/assets/json-schemas/hexbin-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/image-options.schema.json.d.ts +7 -2
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/marker-map-options.schema.json.d.ts +1486 -0
- package/assets/json-schemas/marker-map-slots.schema.json.d.ts +566 -0
- package/assets/json-schemas/marker-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/options.schema.json.d.ts +49 -25
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +10 -11
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +6 -6
- package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/route-map-options.schema.json.d.ts +1506 -0
- package/assets/json-schemas/route-map-slots.schema.json.d.ts +627 -0
- package/assets/json-schemas/route-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +22 -22
- package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +6 -6
- package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +5 -5
- package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slots.schema.json.d.ts +44 -23
- package/assets/json-schemas/spike-map-options.schema.json.d.ts +1686 -0
- package/assets/json-schemas/spike-map-slots.schema.json.d.ts +598 -0
- package/assets/json-schemas/spike-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/symbol-map-options.schema.json.d.ts +1567 -0
- package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +595 -0
- package/assets/json-schemas/symbol-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/text-options.schema.json.d.ts +8 -8
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/video-options.schema.json.d.ts +318 -0
- package/assets/json-schemas/video.schema.json.d.ts +19 -0
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
- package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +3428 -0
- package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +543 -0
- package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +23 -0
- package/index.d.ts +1 -1
- package/index.d.ts.map +1 -1
- package/index.js +231 -74
- package/index.mjs +24040 -6310
- package/json-schemas.d.ts +16081 -2533
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +9 -0
- package/src/index.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +3 -0
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +17 -12
- package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map-options.d.ts +103 -0
- package/src/lib/heat-map/heat-map-options.d.ts.map +1 -0
- package/src/lib/heat-map/heat-map-slots.d.ts +29 -0
- package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -0
- package/src/lib/heat-map/heat-map.d.ts +23 -0
- package/src/lib/heat-map/heat-map.d.ts.map +1 -0
- package/src/lib/heat-map/index.d.ts +3 -0
- package/src/lib/heat-map/index.d.ts.map +1 -0
- package/src/lib/hexbin-map/hexbin-map-options.d.ts +116 -0
- package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -0
- package/src/lib/hexbin-map/hexbin-map-slots.d.ts +29 -0
- package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -0
- package/src/lib/hexbin-map/hexbin-map.d.ts +23 -0
- package/src/lib/hexbin-map/hexbin-map.d.ts.map +1 -0
- package/src/lib/hexbin-map/index.d.ts +3 -0
- package/src/lib/hexbin-map/index.d.ts.map +1 -0
- package/src/lib/marker-map/index.d.ts +3 -0
- package/src/lib/marker-map/index.d.ts.map +1 -0
- package/src/lib/marker-map/marker-map-options.d.ts +61 -0
- package/src/lib/marker-map/marker-map-options.d.ts.map +1 -0
- package/src/lib/marker-map/marker-map-slots.d.ts +29 -0
- package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -0
- package/src/lib/marker-map/marker-map.d.ts +23 -0
- package/src/lib/marker-map/marker-map.d.ts.map +1 -0
- package/src/lib/route-map/index.d.ts +3 -0
- package/src/lib/route-map/index.d.ts.map +1 -0
- package/src/lib/route-map/route-map-options.d.ts +94 -0
- package/src/lib/route-map/route-map-options.d.ts.map +1 -0
- package/src/lib/route-map/route-map-slots.d.ts +51 -0
- package/src/lib/route-map/route-map-slots.d.ts.map +1 -0
- package/src/lib/route-map/route-map.d.ts +23 -0
- package/src/lib/route-map/route-map.d.ts.map +1 -0
- package/src/lib/shared/drop-object-view-options.d.ts +1 -1
- package/src/lib/shared/index.d.ts +1 -0
- package/src/lib/shared/index.d.ts.map +1 -1
- package/src/lib/shared/iq-components.d.ts +95 -0
- package/src/lib/shared/iq-components.d.ts.map +1 -0
- package/src/lib/shared/map-object-view-options.d.ts +100 -1
- package/src/lib/shared/map-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/ranges.d.ts +1 -1
- package/src/lib/shared/slots.d.ts +82 -16
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/shared/theme.d.ts +1 -2
- package/src/lib/shared/theme.d.ts.map +1 -1
- package/src/lib/shared/title.d.ts +1 -1
- package/src/lib/shared/viz-item.d.ts +5 -0
- package/src/lib/shared/viz-item.d.ts.map +1 -1
- package/src/lib/spike-map/index.d.ts +3 -0
- package/src/lib/spike-map/index.d.ts.map +1 -0
- package/src/lib/spike-map/spike-map-options.d.ts +126 -0
- package/src/lib/spike-map/spike-map-options.d.ts.map +1 -0
- package/src/lib/spike-map/spike-map-slots.d.ts +40 -0
- package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -0
- package/src/lib/spike-map/spike-map.d.ts +23 -0
- package/src/lib/spike-map/spike-map.d.ts.map +1 -0
- package/src/lib/symbol-map/index.d.ts +3 -0
- package/src/lib/symbol-map/index.d.ts.map +1 -0
- package/src/lib/symbol-map/symbol-map-options.d.ts +93 -0
- package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -0
- package/src/lib/symbol-map/symbol-map-slots.d.ts +40 -0
- package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -0
- package/src/lib/symbol-map/symbol-map.d.ts +23 -0
- package/src/lib/symbol-map/symbol-map.d.ts.map +1 -0
- package/src/lib/video/index.d.ts +2 -0
- package/src/lib/video/index.d.ts.map +1 -0
- package/src/lib/video/video-options.d.ts +86 -0
- package/src/lib/video/video-options.d.ts.map +1 -0
- package/src/lib/video/video.d.ts +16 -0
- package/src/lib/video/video.d.ts.map +1 -0
- package/src/lib/visual-item/index.d.ts +1 -0
- package/src/lib/visual-item/index.d.ts.map +1 -0
- package/src/lib/visual-item/visual-item.d.ts +28 -0
- package/src/lib/visual-item/visual-item.d.ts.map +1 -0
- package/src/lib/wordcloud-chart/index.d.ts +3 -0
- package/src/lib/wordcloud-chart/index.d.ts.map +1 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +117 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +41 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -0
- package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +23 -0
- package/src/lib/wordcloud-chart/wordcloud-chart.d.ts.map +1 -0
- package/src/options.d.ts +10 -1
- package/src/options.d.ts.map +1 -1
- package/src/slots.d.ts +9 -1
- package/src/slots.d.ts.map +1 -1
- package/vite.config.d.ts.map +1 -1
- package/CHANGELOG.md +0 -23
- package/README.md +0 -154
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { DisplayLegendViewOptions, DisplayTitleViewOptions, InfoTooltipViewOptions, InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityMeasureDimensionPickerViewOptions, ItemThemeConfig, LegendViewOptions, LimitViewOptions, MapObjectViewOptions, TitleViewOptions } from '../shared';
|
|
2
|
+
interface SymbolMapInteractivity {
|
|
3
|
+
/**
|
|
4
|
+
* Interactivity options
|
|
5
|
+
*/
|
|
6
|
+
interactivity?: {
|
|
7
|
+
/**
|
|
8
|
+
* Available export types interactivity option
|
|
9
|
+
* @default ["xlsx", "csv", "png"]
|
|
10
|
+
*/
|
|
11
|
+
availableExportTypes?: NonNullable<NonNullable<InteractivityExportViewOptions['interactivity']>['availableExportTypes']>;
|
|
12
|
+
/**
|
|
13
|
+
* Custom events interactivity option
|
|
14
|
+
* @default null
|
|
15
|
+
*/
|
|
16
|
+
customEvents?: NonNullable<NonNullable<InteractivityCustomEventsViewOptions['interactivity']>['customEvents']>;
|
|
17
|
+
/**
|
|
18
|
+
* Custom tooltip interactivity option, in format {locale: "tooltip"}, for example, {en: "Total Revenue"}
|
|
19
|
+
* @default null
|
|
20
|
+
*/
|
|
21
|
+
customTooltip?: NonNullable<NonNullable<InteractivityCustomTooltipViewOptions['interactivity']>['customTooltip']>;
|
|
22
|
+
/**
|
|
23
|
+
* Export types interactivity option
|
|
24
|
+
* @default ["xlsx", "csv", "png"]
|
|
25
|
+
*/
|
|
26
|
+
exportTypes?: NonNullable<NonNullable<InteractivityExportViewOptions['interactivity']>['exportTypes']>;
|
|
27
|
+
/**
|
|
28
|
+
* An array of measure dimension picker configurations
|
|
29
|
+
* @default [[]]
|
|
30
|
+
*/
|
|
31
|
+
measureDimensionPicker?: NonNullable<NonNullable<InteractivityMeasureDimensionPickerViewOptions['interactivity']>['measureDimensionPicker']>;
|
|
32
|
+
/**
|
|
33
|
+
* Go to URL interactivity option
|
|
34
|
+
* @default { "target": "_blank", "url": null }
|
|
35
|
+
*/
|
|
36
|
+
urlConfig?: NonNullable<NonNullable<InteractivityGoToUrlViewOptions['interactivity']>['urlConfig']>;
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
interface SymbolMapDisplayViewOptions {
|
|
40
|
+
/**
|
|
41
|
+
* General display options of the Symbol map: title, legend and mode option
|
|
42
|
+
*/
|
|
43
|
+
display: {
|
|
44
|
+
/**
|
|
45
|
+
* Show or hide the title
|
|
46
|
+
* @default true
|
|
47
|
+
*/
|
|
48
|
+
title: NonNullable<NonNullable<DisplayTitleViewOptions['display']>['title']>;
|
|
49
|
+
/**
|
|
50
|
+
* Show or hide the legend
|
|
51
|
+
* @default true
|
|
52
|
+
*/
|
|
53
|
+
legend?: NonNullable<NonNullable<DisplayLegendViewOptions['display']>['legend']>;
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
export interface SymbolMapViewOptions extends Omit<MapObjectViewOptions, 'display' | 'theme' | 'limit'>, SymbolMapDisplayViewOptions, InfoTooltipViewOptions, TitleViewOptions, LegendViewOptions, SymbolMapInteractivity {
|
|
57
|
+
/**
|
|
58
|
+
* Theme configuration
|
|
59
|
+
*/
|
|
60
|
+
theme?: Omit<ItemThemeConfig, 'axis' | 'legend'>;
|
|
61
|
+
/**
|
|
62
|
+
* Symbol size
|
|
63
|
+
* @default 30
|
|
64
|
+
*/
|
|
65
|
+
size?: number;
|
|
66
|
+
/**
|
|
67
|
+
* Symbol opacity
|
|
68
|
+
* @default .9
|
|
69
|
+
*/
|
|
70
|
+
opacity?: number;
|
|
71
|
+
/**
|
|
72
|
+
* Symbol color
|
|
73
|
+
* @examples ["#FF5733", "#33FF57", "#5733FF"]
|
|
74
|
+
* @default ""
|
|
75
|
+
*/
|
|
76
|
+
color?: MapObjectViewOptions['color'];
|
|
77
|
+
/**
|
|
78
|
+
* Legend options
|
|
79
|
+
* @default { "position": "bottomLeft" }
|
|
80
|
+
*/
|
|
81
|
+
legend?: LegendViewOptions['legend'];
|
|
82
|
+
/**
|
|
83
|
+
* Show number of observations
|
|
84
|
+
*/
|
|
85
|
+
limit?: {
|
|
86
|
+
/**
|
|
87
|
+
* Number of observations value
|
|
88
|
+
* @default 1000
|
|
89
|
+
*/
|
|
90
|
+
number?: NonNullable<LimitViewOptions['limit']>['number'];
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"symbol-map-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/symbol-map/symbol-map-options.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,wBAAwB,EACxB,uBAAuB,EACvB,sBAAsB,EACtB,oCAAoC,EACpC,qCAAqC,EACrC,8BAA8B,EAC9B,+BAA+B,EAC/B,8CAA8C,EAC9C,eAAe,EACf,iBAAiB,EACjB,gBAAgB,EAChB,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,WAAW,CAAC;AAEnB,UAAU,sBAAsB;IAC9B;;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,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,UAAU,2BAA2B;IACnC;;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;KAClF,CAAC;CACH;AAED,MAAM,WAAW,oBAAqB,SACpC,IAAI,CAAC,oBAAoB,EAAE,SAAS,GAAG,OAAO,GAAG,OAAO,CAAC,EACzD,2BAA2B,EAC3B,sBAAsB,EACtB,gBAAgB,EAChB,iBAAiB,EACjB,sBAAsB;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,GAAG,QAAQ,CAAC,CAAC;IACjD;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;IACtC;;;OAGG;IACH,MAAM,CAAC,EAAE,iBAAiB,CAAC,QAAQ,CAAC,CAAC;IACrC;;OAEG;IACH,KAAK,CAAC,EAAE;QACN;;;WAGG;QACH,MAAM,CAAC,EAAE,WAAW,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;KAC3D,CAAC;CACH"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { DashboardContentVizItemSlot, HierarchySlotContent, NumericSlotContent, DateTimeSlotContent, SpatialSlotContent } from '../shared';
|
|
2
|
+
/**
|
|
3
|
+
* Geo slot definition of the Symbol Map. This is the required slot. This slot can only accept a Geo content type column.
|
|
4
|
+
*/
|
|
5
|
+
interface GeoSlot extends DashboardContentVizItemSlot {
|
|
6
|
+
name: 'geo';
|
|
7
|
+
/**
|
|
8
|
+
* Geo slot definition
|
|
9
|
+
* @maxItems 1
|
|
10
|
+
*/
|
|
11
|
+
content: SpatialSlotContent[];
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Measure slot definition of the Symbol Map
|
|
15
|
+
*/
|
|
16
|
+
interface MeasureSlot extends DashboardContentVizItemSlot {
|
|
17
|
+
name: 'measure';
|
|
18
|
+
/**
|
|
19
|
+
* Measure slot definition
|
|
20
|
+
* @maxItems 1
|
|
21
|
+
*/
|
|
22
|
+
content: (HierarchySlotContent | NumericSlotContent | DateTimeSlotContent)[];
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Category slot definition of the Symbol Map
|
|
26
|
+
*/
|
|
27
|
+
interface CategorySlot extends DashboardContentVizItemSlot {
|
|
28
|
+
name: 'category';
|
|
29
|
+
/**
|
|
30
|
+
* Category slot definition
|
|
31
|
+
* @maxItems 1
|
|
32
|
+
*/
|
|
33
|
+
content: (HierarchySlotContent | DateTimeSlotContent)[];
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Data definition of the Heat Map
|
|
37
|
+
* @maxItems 3
|
|
38
|
+
*/
|
|
39
|
+
export type SymbolMapSlots = (GeoSlot | MeasureSlot | CategorySlot)[];
|
|
40
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"symbol-map-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/symbol-map/symbol-map-slots.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,EAC3B,oBAAoB,EACpB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EACnB,MAAM,WAAW,CAAC;AAEnB;;GAEG;AACH,UAAU,OAAQ,SAAQ,2BAA2B;IACnD,IAAI,EAAE,KAAK,CAAC;IACZ;;;OAGG;IACH,OAAO,EAAE,kBAAkB,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,UAAU,WAAY,SAAQ,2BAA2B;IACvD,IAAI,EAAE,SAAS,CAAC;IAChB;;;OAGG;IACH,OAAO,EAAE,CAAC,oBAAoB,GAAG,kBAAkB,GAAG,mBAAmB,CAAC,EAAE,CAAC;CAC9E;AAED;;GAEG;AACH,UAAU,YAAa,SAAQ,2BAA2B;IACxD,IAAI,EAAE,UAAU,CAAC;IACjB;;;OAGG;IACH,OAAO,EAAE,CAAC,oBAAoB,GAAG,mBAAmB,CAAC,EAAE,CAAC;CACzD;AAED;;;GAGG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,GAAG,WAAW,GAAG,YAAY,CAAC,EAAE,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { VizItemType } from '../shared';
|
|
2
|
+
import { SymbolMapViewOptions } from './symbol-map-options';
|
|
3
|
+
import { SymbolMapSlots } from './symbol-map-slots';
|
|
4
|
+
/**
|
|
5
|
+
* Symbol Map item
|
|
6
|
+
*/
|
|
7
|
+
export interface SymbolMap {
|
|
8
|
+
/**
|
|
9
|
+
* Type of the item
|
|
10
|
+
*/
|
|
11
|
+
type: Extract<VizItemType, 'symbol-map'>;
|
|
12
|
+
/**
|
|
13
|
+
* Options of the Symbol Map item
|
|
14
|
+
* @$ref ./symbol-map-options.schema.json/
|
|
15
|
+
*/
|
|
16
|
+
options: SymbolMapViewOptions;
|
|
17
|
+
/**
|
|
18
|
+
* Data definition of the Symbol Map
|
|
19
|
+
* @maxItems 2
|
|
20
|
+
* @$ref ./symbol-map-slots.schema.json
|
|
21
|
+
*/
|
|
22
|
+
slots: SymbolMapSlots;
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"symbol-map.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/symbol-map/symbol-map.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;IACzC;;;OAGG;IACH,OAAO,EAAE,oBAAoB,CAAC;IAC9B;;;;OAIG;IACH,KAAK,EAAE,cAAc,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/video/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { ItemThemeConfig, ObjectViewOptions, TitleViewOptions } from '../shared';
|
|
2
|
+
export interface VideoViewOptions extends Omit<ObjectViewOptions, 'theme' | 'title' | 'display'> {
|
|
3
|
+
/**
|
|
4
|
+
* Title in format { "locale": "title"}, for example, { "en": "Title"}
|
|
5
|
+
* For the Video item, the title is not displayed and used only in the dashboard editor, so it ignored in the JSON schema:
|
|
6
|
+
* @TJS-ignore
|
|
7
|
+
*/
|
|
8
|
+
title?: TitleViewOptions['title'];
|
|
9
|
+
/**
|
|
10
|
+
* Theme configuration
|
|
11
|
+
*/
|
|
12
|
+
theme?: Omit<ItemThemeConfig, 'axis' | 'colors' | 'legend' | 'title' | 'tooltip'>;
|
|
13
|
+
/**
|
|
14
|
+
* Whether the URL is a YouTube or web link
|
|
15
|
+
*/
|
|
16
|
+
type?: 'web' | 'youtube';
|
|
17
|
+
/**
|
|
18
|
+
* Whether to loop the video
|
|
19
|
+
* @default false
|
|
20
|
+
*/
|
|
21
|
+
loop?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* To hide or show controls
|
|
24
|
+
* @default true
|
|
25
|
+
*/
|
|
26
|
+
showControls?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Auto-hide the controls
|
|
29
|
+
* @default true
|
|
30
|
+
*/
|
|
31
|
+
autoHide?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Autoplay the video when the page loads
|
|
34
|
+
* @default false
|
|
35
|
+
*/
|
|
36
|
+
autoPlay?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Whether to show a placeholder poster, clicking on the object will play the video
|
|
39
|
+
*/
|
|
40
|
+
poster?: {
|
|
41
|
+
/**
|
|
42
|
+
* Show or hide the poster
|
|
43
|
+
* @default false
|
|
44
|
+
*/
|
|
45
|
+
show?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* URL of the poster to show, url to a png, jpeg file
|
|
48
|
+
* @default ""
|
|
49
|
+
*/
|
|
50
|
+
url?: string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* A key-value object, where the value is a list of objects with "src" property.
|
|
54
|
+
* use YouTube, if you wish to embed a YouTube video
|
|
55
|
+
* @TJS-type object
|
|
56
|
+
*
|
|
57
|
+
* @default { "en" : [{ "src": "youtube_url" }] }
|
|
58
|
+
*/
|
|
59
|
+
youtube?: Record<string, VideoSourceOptions[]>;
|
|
60
|
+
/**
|
|
61
|
+
* Use sources, if you wish to embed a video from web links.
|
|
62
|
+
* A key-value object, where the value is a list of objects with "src" property.
|
|
63
|
+
* A Key is a locale, a value is the video source.
|
|
64
|
+
*
|
|
65
|
+
* @TJS-type object
|
|
66
|
+
* @default { "en" : [{ "src": "https://cdn.luzmo.com/luzmo_overview.mp4", type: "video/mp4" }] }
|
|
67
|
+
*/
|
|
68
|
+
sources?: Record<string, VideoSourceOptions[]>;
|
|
69
|
+
/**
|
|
70
|
+
* Backdrop color of the video
|
|
71
|
+
* @default "#000000"
|
|
72
|
+
*/
|
|
73
|
+
backdropColor?: string;
|
|
74
|
+
}
|
|
75
|
+
export interface VideoSourceOptions {
|
|
76
|
+
/**
|
|
77
|
+
* URL for the video (every video that the HTML video tag supports is supported) or the YouTube video
|
|
78
|
+
* @default "https://cdn.luzmo.com/luzmo_overview.mp4"
|
|
79
|
+
*/
|
|
80
|
+
src?: string;
|
|
81
|
+
/**
|
|
82
|
+
* Type if the video is web video (and not a YouTube video), can be any type supported by HTML video tag
|
|
83
|
+
* @default "video/mp4"
|
|
84
|
+
*/
|
|
85
|
+
type?: string;
|
|
86
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"video-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/video/video-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAEjF,MAAM,WAAW,gBAAiB,SAChC,IAAI,CAAC,iBAAiB,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;IACtD;;;;OAIG;IACH,KAAK,CAAC,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;IAClC;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC,CAAC;IAClF;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE;QACP;;;WAGG;QACH,IAAI,CAAC,EAAE,OAAO,CAAC;QACf;;;WAGG;QACH,GAAG,CAAC,EAAE,MAAM,CAAC;KACd,CAAC;IACF;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,EAAE,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,EAAE,CAAC,CAAC;IAC/C;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { VizItemType } from '../shared/common';
|
|
2
|
+
import { VideoViewOptions } from './video-options';
|
|
3
|
+
/**
|
|
4
|
+
* Video item
|
|
5
|
+
*/
|
|
6
|
+
export interface Video {
|
|
7
|
+
/**
|
|
8
|
+
* Type of the item
|
|
9
|
+
*/
|
|
10
|
+
type: Extract<VizItemType, 'video'>;
|
|
11
|
+
/**
|
|
12
|
+
* Options of the Video item
|
|
13
|
+
* @$ref ./video-options.schema.json/
|
|
14
|
+
*/
|
|
15
|
+
options: VideoViewOptions;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"video.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/video/video.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAEnD;;GAEG;AACH,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;IACpC;;;OAGG;IACH,OAAO,EAAE,gBAAgB,CAAC;CAC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './visual-item';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/visual-item/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AreaChart } from '../area-chart';
|
|
2
|
+
import { BarChart } from '../bar-chart';
|
|
3
|
+
import { BoxPlot } from '../box-plot';
|
|
4
|
+
import { BubbleChart } from '../bubble-chart';
|
|
5
|
+
import { BulletChart } from '../bullet-chart';
|
|
6
|
+
import { ChoroplethMap } from '../choropleth-map';
|
|
7
|
+
import { CircularGauge } from '../circular-gauge';
|
|
8
|
+
import { ColumnChart } from '../column-chart';
|
|
9
|
+
import { CombinationChart } from '../combination-chart';
|
|
10
|
+
import { ConditionalNumber } from '../conditional-number';
|
|
11
|
+
import { DateFilter } from '../date-filter';
|
|
12
|
+
import { DonutChart } from '../donut-chart';
|
|
13
|
+
import { DropdownFilter } from '../dropdown-filter';
|
|
14
|
+
import { EvolutionNumber } from '../evolution-number';
|
|
15
|
+
import { FunnelChart } from '../funnel-chart';
|
|
16
|
+
import { Image } from '../image';
|
|
17
|
+
import { LineChart } from '../line-chart';
|
|
18
|
+
import { PivotTable } from '../pivot-table';
|
|
19
|
+
import { RegularTable } from '../regular-table';
|
|
20
|
+
import { SankeyDiagram } from '../sankey-diagram';
|
|
21
|
+
import { ScatterPlot } from '../scatter-plot';
|
|
22
|
+
import { SearchFilter } from '../search-filter';
|
|
23
|
+
import { SlicerFilter } from '../slicer-filter';
|
|
24
|
+
import { SliderFilter } from '../slider-filter';
|
|
25
|
+
export type ChartItem = AreaChart | BarChart | BoxPlot | BubbleChart | BulletChart | ChoroplethMap | CircularGauge | ColumnChart | CombinationChart | DonutChart | FunnelChart | LineChart | PivotTable | RegularTable | SankeyDiagram | ScatterPlot | EvolutionNumber;
|
|
26
|
+
export type ControlItem = ConditionalNumber | DateFilter | DropdownFilter | SearchFilter | SlicerFilter | SliderFilter;
|
|
27
|
+
export type ContentItem = Image | Text;
|
|
28
|
+
export type VisualItem = ChartItem | ControlItem | ContentItem;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"visual-item.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/visual-item/visual-item.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,MAAM,MAAM,SAAS,GACjB,SAAS,GACT,QAAQ,GACR,OAAO,GACP,WAAW,GACX,WAAW,GACX,aAAa,GACb,aAAa,GACb,WAAW,GACX,gBAAgB,GAChB,UAAU,GACV,WAAW,GACX,SAAS,GACT,UAAU,GACV,YAAY,GACZ,aAAa,GACb,WAAW,GACX,eAAe,CAAC;AAEpB,MAAM,MAAM,WAAW,GACnB,iBAAiB,GACjB,UAAU,GACV,cAAc,GACd,YAAY,GACZ,YAAY,GACZ,YAAY,CAAC;AAEjB,MAAM,MAAM,WAAW,GAAG,KAAK,GAAG,IAAI,CAAC;AAEvC,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/wordcloud-chart/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { DisplayLegendViewOptions, DisplayTitleViewOptions, DropObjectViewOptions, InfoTooltipViewOptions, InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityDrilldownViewOptions, InteractivityExportViewOptions, InteractivityFilterOnSelectViewOptions, InteractivityGoToUrlViewOptions, InteractivityMeasureDimensionPickerViewOptions, ItemThemeConfig, LegendViewOptions, RankingViewOptions, TitleViewOptions } from '../shared';
|
|
2
|
+
interface WordcloudChartInteractivityOptions {
|
|
3
|
+
/**
|
|
4
|
+
* Interactivity options
|
|
5
|
+
*/
|
|
6
|
+
interactivity?: {
|
|
7
|
+
/**
|
|
8
|
+
* Available export types interactivity option
|
|
9
|
+
* @default ["xlsx", "csv", "png"]
|
|
10
|
+
*/
|
|
11
|
+
availableExportTypes?: NonNullable<InteractivityExportViewOptions['interactivity']>['availableExportTypes'];
|
|
12
|
+
/**
|
|
13
|
+
* Export types interactivity option
|
|
14
|
+
* @default ["xlsx", "csv", "png"]
|
|
15
|
+
*/
|
|
16
|
+
exportTypes?: NonNullable<InteractivityExportViewOptions['interactivity']>['exportTypes'];
|
|
17
|
+
/**
|
|
18
|
+
* Go to URL interactivity option
|
|
19
|
+
* @default {"target": "_blank", "url": null}
|
|
20
|
+
*/
|
|
21
|
+
urlConfig?: NonNullable<InteractivityGoToUrlViewOptions['interactivity']>['urlConfig'];
|
|
22
|
+
/**
|
|
23
|
+
* Drilldown interactivity option
|
|
24
|
+
*/
|
|
25
|
+
drilldown?: NonNullable<InteractivityDrilldownViewOptions['interactivity']>['drilldown'];
|
|
26
|
+
/**
|
|
27
|
+
* Custom tooltip in a key-value format. The key is the language code and the value is the content in that language.
|
|
28
|
+
* @examples [{"en": "Hello World", "de": "Hallo Welt"}]
|
|
29
|
+
* @TJS-type object
|
|
30
|
+
* @default null
|
|
31
|
+
*/
|
|
32
|
+
customTooltip?: NonNullable<InteractivityCustomTooltipViewOptions['interactivity']>['customTooltip'];
|
|
33
|
+
/**
|
|
34
|
+
* Custom events interactivity option
|
|
35
|
+
*/
|
|
36
|
+
customEvents?: NonNullable<InteractivityCustomEventsViewOptions['interactivity']>['customEvents'];
|
|
37
|
+
/**
|
|
38
|
+
* An array of measure dimension picker configurations
|
|
39
|
+
* @default []
|
|
40
|
+
*/
|
|
41
|
+
measureDimensionPicker?: NonNullable<InteractivityMeasureDimensionPickerViewOptions['interactivity']>['measureDimensionPicker'];
|
|
42
|
+
/**
|
|
43
|
+
* Filter on select interactivity option
|
|
44
|
+
* @default true
|
|
45
|
+
*/
|
|
46
|
+
select?: NonNullable<InteractivityFilterOnSelectViewOptions['interactivity']>['select'];
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
export interface WordcloudChartViewOptions extends Omit<DropObjectViewOptions, 'interactivity' | 'theme'>, InfoTooltipViewOptions, TitleViewOptions, WordcloudChartInteractivityOptions {
|
|
50
|
+
/**
|
|
51
|
+
* Theme configuration
|
|
52
|
+
*/
|
|
53
|
+
theme?: Omit<ItemThemeConfig, 'axis'>;
|
|
54
|
+
/**
|
|
55
|
+
* Layout
|
|
56
|
+
* @default "horizontal"
|
|
57
|
+
*/
|
|
58
|
+
layout?: 'horizontal' | 'random';
|
|
59
|
+
/**
|
|
60
|
+
* Word color, it can be set if the categories are not colored
|
|
61
|
+
*/
|
|
62
|
+
color?: string;
|
|
63
|
+
/**
|
|
64
|
+
* @TJS-ignore
|
|
65
|
+
*/
|
|
66
|
+
padding?: number;
|
|
67
|
+
/**
|
|
68
|
+
* Categories
|
|
69
|
+
*/
|
|
70
|
+
categories?: {
|
|
71
|
+
/**
|
|
72
|
+
* Word color by category
|
|
73
|
+
* @default true
|
|
74
|
+
*/
|
|
75
|
+
colored?: boolean;
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* @TJS-ignore
|
|
79
|
+
*/
|
|
80
|
+
colors?: {
|
|
81
|
+
byCategory?: boolean;
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* Display options
|
|
85
|
+
*/
|
|
86
|
+
display?: {
|
|
87
|
+
/**
|
|
88
|
+
* @TJS-ignore
|
|
89
|
+
*/
|
|
90
|
+
modeOption?: boolean | string;
|
|
91
|
+
/**
|
|
92
|
+
* Show or hide the legend
|
|
93
|
+
* @default false
|
|
94
|
+
*/
|
|
95
|
+
legend?: NonNullable<DisplayLegendViewOptions['display']>['legend'];
|
|
96
|
+
/**
|
|
97
|
+
* Show or hide the title
|
|
98
|
+
* @default true
|
|
99
|
+
*/
|
|
100
|
+
title?: NonNullable<DisplayTitleViewOptions['display']>['title'];
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* @TJS-ignore
|
|
104
|
+
*/
|
|
105
|
+
roundedCorners?: number;
|
|
106
|
+
/**
|
|
107
|
+
* Legend options
|
|
108
|
+
* @default {"position": "right"}
|
|
109
|
+
*/
|
|
110
|
+
legend?: LegendViewOptions['legend'];
|
|
111
|
+
/**
|
|
112
|
+
* Ranking options
|
|
113
|
+
* @default {"active": false, "direction": "top", "number": 250}
|
|
114
|
+
*/
|
|
115
|
+
ranking?: RankingViewOptions['ranking'];
|
|
116
|
+
}
|
|
117
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wordcloud-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/wordcloud-chart/wordcloud-chart-options.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,wBAAwB,EACxB,uBAAuB,EACvB,qBAAqB,EACrB,sBAAsB,EACtB,oCAAoC,EACpC,qCAAqC,EACrC,iCAAiC,EACjC,8BAA8B,EAC9B,sCAAsC,EACtC,+BAA+B,EAC/B,8CAA8C,EAC9C,eAAe,EACf,iBAAiB,EACjB,kBAAkB,EAClB,gBAAgB,EACjB,MAAM,WAAW,CAAC;AAEnB,UAAU,kCAAkC;IAC1C;;OAEG;IACH,aAAa,CAAC,EAAE;QACd;;;WAGG;QACH,oBAAoB,CAAC,EAAE,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC;QAC5G;;;WAGG;QACH,WAAW,CAAC,EAAE,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC;QAC1F;;;WAGG;QACH,SAAS,CAAC,EAAE,WAAW,CAAC,+BAA+B,CAAC,eAAe,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC;QACvF;;WAEG;QACH,SAAS,CAAC,EAAE,WAAW,CAAC,iCAAiC,CAAC,eAAe,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC;QACzF;;;;;WAKG;QACH,aAAa,CAAC,EAAE,WAAW,CAAC,qCAAqC,CAAC,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC;QACrG;;WAEG;QACH,YAAY,CAAC,EAAE,WAAW,CAAC,oCAAoC,CAAC,eAAe,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC;QAClG;;;WAGG;QACH,sBAAsB,CAAC,EAAE,WAAW,CAAC,8CAA8C,CAAC,eAAe,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC;QAChI;;;WAGG;QACH,MAAM,CAAC,EAAE,WAAW,CAAC,sCAAsC,CAAC,eAAe,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;KACzF,CAAC;CACH;AAED,MAAM,WAAW,yBAA0B,SACzC,IAAI,CAAC,qBAAqB,EAAE,eAAe,GAAG,OAAO,CAAC,EACtD,sBAAsB,EACtB,gBAAgB,EAChB,kCAAkC;IAElC;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,CAAC,CAAC;IACtC;;;OAGG;IACH,MAAM,CAAC,EAAE,YAAY,GAAG,QAAQ,CAAC;IACjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,UAAU,CAAC,EAAE;QACX;;;WAGG;QACH,OAAO,CAAC,EAAE,OAAO,CAAC;KACnB,CAAC;IACF;;OAEG;IACH,MAAM,CAAC,EAAE;QACP,UAAU,CAAC,EAAE,OAAO,CAAC;KACtB,CAAC;IACF;;OAEG;IACH,OAAO,CAAC,EAAE;QACR;;WAEG;QACH,UAAU,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;QAC9B;;;WAGG;QACH,MAAM,CAAC,EAAE,WAAW,CAAC,wBAAwB,CAAC,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;QACpE;;;WAGG;QACH,KAAK,CAAC,EAAE,WAAW,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;KAClE,CAAC;IACF;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,MAAM,CAAC,EAAE,iBAAiB,CAAC,QAAQ,CAAC,CAAC;IACrC;;;OAGG;IACH,OAAO,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;CACzC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { DashboardContentVizItemSlot, HierarchySlotContent, NumericSlotContent, DateTimeSlotContent } from '../shared/slots';
|
|
2
|
+
/**
|
|
3
|
+
* Measure slot definition of the Wordcloud Chart.
|
|
4
|
+
* A Wordcloud Chart's measure slot can accept only numeric type columns.
|
|
5
|
+
*/
|
|
6
|
+
interface MeasureSlot extends DashboardContentVizItemSlot {
|
|
7
|
+
name: 'measure';
|
|
8
|
+
/**
|
|
9
|
+
* Measure slot definition
|
|
10
|
+
* @maxItems 1
|
|
11
|
+
*/
|
|
12
|
+
content: NumericSlotContent[];
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Category slot definition of the Wordcloud Chart. This is a required slot.
|
|
16
|
+
*/
|
|
17
|
+
interface CategorySlot extends DashboardContentVizItemSlot {
|
|
18
|
+
name: 'category';
|
|
19
|
+
/**
|
|
20
|
+
* Category slot definition
|
|
21
|
+
* @maxItems 1
|
|
22
|
+
*/
|
|
23
|
+
content: (HierarchySlotContent | NumericSlotContent | DateTimeSlotContent)[];
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Color slot definition of the Wordcloud Chart
|
|
27
|
+
*/
|
|
28
|
+
interface ColorSlot extends DashboardContentVizItemSlot {
|
|
29
|
+
name: 'color';
|
|
30
|
+
/**
|
|
31
|
+
* Color slot definition
|
|
32
|
+
* @maxItems 1
|
|
33
|
+
*/
|
|
34
|
+
content: (HierarchySlotContent | NumericSlotContent | DateTimeSlotContent)[];
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Data definition of the Box plot
|
|
38
|
+
* @maxItems 3
|
|
39
|
+
*/
|
|
40
|
+
export type WordcloudChartSlots = (MeasureSlot | CategorySlot | ColorSlot)[];
|
|
41
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wordcloud-chart-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/wordcloud-chart/wordcloud-chart-slots.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,EAC3B,oBAAoB,EACpB,kBAAkB,EAClB,mBAAmB,EACpB,MAAM,iBAAiB,CAAC;AAEzB;;;GAGG;AACH,UAAU,WAAY,SAAQ,2BAA2B;IACvD,IAAI,EAAE,SAAS,CAAC;IAChB;;;OAGG;IACH,OAAO,EAAE,kBAAkB,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,UAAU,YAAa,SAAQ,2BAA2B;IACxD,IAAI,EAAE,UAAU,CAAC;IACjB;;;OAGG;IACH,OAAO,EAAE,CAAC,oBAAoB,GAAG,kBAAkB,GAAG,mBAAmB,CAAC,EAAE,CAAC;CAC9E;AAED;;GAEG;AACH,UAAU,SAAU,SAAQ,2BAA2B;IACrD,IAAI,EAAE,OAAO,CAAC;IACd;;;OAGG;IACH,OAAO,EAAE,CAAC,oBAAoB,GAAG,kBAAkB,GAAG,mBAAmB,CAAC,EAAE,CAAC;CAC9E;AAED;;;GAGG;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,WAAW,GAAG,YAAY,GAAG,SAAS,CAAC,EAAE,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { VizItemType } from '../shared/common';
|
|
2
|
+
import { WordcloudChartViewOptions } from './wordcloud-chart-options';
|
|
3
|
+
import { WordcloudChartSlots } from './wordcloud-chart-slots';
|
|
4
|
+
/**
|
|
5
|
+
* Wordcloud Chart item
|
|
6
|
+
*/
|
|
7
|
+
export interface WordcloudChart {
|
|
8
|
+
/**
|
|
9
|
+
* Type of the item
|
|
10
|
+
*/
|
|
11
|
+
type: Extract<VizItemType, 'wordcloud-chart'>;
|
|
12
|
+
/**
|
|
13
|
+
* Options of the Wordcloud Chart item
|
|
14
|
+
* @$ref ./wordcloud-chart-options.schema.json/
|
|
15
|
+
*/
|
|
16
|
+
options: WordcloudChartViewOptions;
|
|
17
|
+
/**
|
|
18
|
+
* Data definition of the Wordcloud Chart item
|
|
19
|
+
* @maxItems 3
|
|
20
|
+
* @$ref ./wordcloud-chart-slots.schema.json
|
|
21
|
+
*/
|
|
22
|
+
slots: WordcloudChartSlots;
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wordcloud-chart.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/wordcloud-chart/wordcloud-chart.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,iBAAiB,CAAC,CAAC;IAC9C;;;OAGG;IACH,OAAO,EAAE,yBAAyB,CAAC;IACnC;;;;OAIG;IACH,KAAK,EAAE,mBAAmB,CAAC;CAC5B"}
|
package/src/options.d.ts
CHANGED
|
@@ -21,5 +21,14 @@ import { SankeyDiagramViewOptions } from './lib/sankey-diagram';
|
|
|
21
21
|
import { ScatterPlotViewOptions } from './lib/scatter-plot';
|
|
22
22
|
import { SlicerFilterViewOptions } from './lib/slicer-filter';
|
|
23
23
|
import { SliderFilterViewOptions } from './lib/slider-filter';
|
|
24
|
+
import { HeatMapViewOptions } from './lib/heat-map';
|
|
24
25
|
import { TextViewOptions } from './lib/text';
|
|
25
|
-
|
|
26
|
+
import { SearchFilterViewOptions } from './lib/search-filter';
|
|
27
|
+
import { WordcloudChartViewOptions } from './lib/wordcloud-chart';
|
|
28
|
+
import { SymbolMapViewOptions } from './lib/symbol-map';
|
|
29
|
+
import { HexbinMapViewOptions } from './lib/hexbin-map';
|
|
30
|
+
import { MarkerMapViewOptions } from './lib/marker-map';
|
|
31
|
+
import { RouteMapViewOptions } from './lib/route-map';
|
|
32
|
+
import { SpikeMapViewOptions } from './lib/spike-map';
|
|
33
|
+
import { VideoViewOptions } from './lib/video';
|
|
34
|
+
export type VizItemOptions = AreaChartViewOptions | BarChartViewOptions | BoxPlotViewOptions | BubbleChartViewOptions | BulletChartViewOptions | ChoroplethMapViewOptions | CircularGaugeViewOptions | ColumnChartViewOptions | CombinationChartViewOptions | ConditionalNumberViewOptions | DateFilterViewOptions | DonutChartViewOptions | DropdownFilterViewOptions | EvolutionNumberViewOptions | FunnelChartViewOptions | ImageViewOptions | LineChartViewOptions | PivotTableViewOptions | RegularTableViewOptions | SankeyDiagramViewOptions | ScatterPlotViewOptions | SlicerFilterViewOptions | SliderFilterViewOptions | TextViewOptions | HeatMapViewOptions | SymbolMapViewOptions | HexbinMapViewOptions | MarkerMapViewOptions | RouteMapViewOptions | SpikeMapViewOptions | SearchFilterViewOptions | WordcloudChartViewOptions | VideoViewOptions;
|
package/src/options.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../libs/dashboard-contents-types/src/options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AACtE,OAAO,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../libs/dashboard-contents-types/src/options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AACtE,OAAO,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C,MAAM,MAAM,cAAc,GAAG,oBAAoB,GAC/C,mBAAmB,GACnB,kBAAkB,GAClB,sBAAsB,GACtB,sBAAsB,GACtB,wBAAwB,GACxB,wBAAwB,GACxB,sBAAsB,GACtB,2BAA2B,GAC3B,4BAA4B,GAC5B,qBAAqB,GACrB,qBAAqB,GACrB,yBAAyB,GACzB,0BAA0B,GAC1B,sBAAsB,GACtB,gBAAgB,GAChB,oBAAoB,GACpB,qBAAqB,GACrB,uBAAuB,GACvB,wBAAwB,GACxB,sBAAsB,GACtB,uBAAuB,GACvB,uBAAuB,GACvB,eAAe,GACf,kBAAkB,GAClB,oBAAoB,GACpB,oBAAoB,GACpB,oBAAoB,GACpB,mBAAmB,GACnB,mBAAmB,GACnB,uBAAuB,GACvB,yBAAyB,GACzB,gBAAgB,CAAC"}
|
package/src/slots.d.ts
CHANGED
|
@@ -20,5 +20,13 @@ import { SankeyDiagramSlots } from './lib/sankey-diagram';
|
|
|
20
20
|
import { ScatterPlotSlots } from './lib/scatter-plot';
|
|
21
21
|
import { SlicerFilterSlots } from './lib/slicer-filter';
|
|
22
22
|
import { SliderFilterSlots } from './lib/slider-filter';
|
|
23
|
-
|
|
23
|
+
import { SearchFilterSlots } from './lib/search-filter';
|
|
24
|
+
import { WordcloudChartSlots } from './lib/wordcloud-chart';
|
|
25
|
+
import { HeatMapSlots } from './lib/heat-map';
|
|
26
|
+
import { SymbolMapSlots } from './lib/symbol-map';
|
|
27
|
+
import { HexbinMapSlots } from './lib/hexbin-map';
|
|
28
|
+
import { MarkerMapSlots } from './lib/marker-map';
|
|
29
|
+
import { RouteMapSlots } from './lib/route-map';
|
|
30
|
+
import { SpikeMapSlots } from './lib/spike-map';
|
|
31
|
+
export type Slots = AreaChartSlots | BarChartSlots | BoxPlotSlots | BubbleChartSlots | BulletChartSlots | ChoroplethMapSlots | CircularGaugeSlots | ColumnChartSlots | CombinationChartSlots | ConditionalNumberSlots | DateFilterSlots | DonutChartSlots | DropdownFilterSlots | EvolutionNumberSlots | FunnelChartSlots | LineChartSlots | PivotTableSlots | RegularTableSlots | SankeyDiagramSlots | ScatterPlotSlots | SlicerFilterSlots | SliderFilterSlots | SearchFilterSlots | WordcloudChartSlots | HeatMapSlots | SymbolMapSlots | HexbinMapSlots | MarkerMapSlots | RouteMapSlots | SpikeMapSlots;
|
|
24
32
|
export type VizItemSlots = Slots;
|
package/src/slots.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slots.d.ts","sourceRoot":"","sources":["../../../../libs/dashboard-contents-types/src/slots.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"slots.d.ts","sourceRoot":"","sources":["../../../../libs/dashboard-contents-types/src/slots.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,MAAM,MAAM,KAAK,GAAG,cAAc,GAChC,aAAa,GACb,YAAY,GACZ,gBAAgB,GAChB,gBAAgB,GAChB,kBAAkB,GAClB,kBAAkB,GAClB,gBAAgB,GAChB,qBAAqB,GACrB,sBAAsB,GACtB,eAAe,GACf,eAAe,GACf,mBAAmB,GACnB,oBAAoB,GACpB,gBAAgB,GAChB,cAAc,GACd,eAAe,GACf,iBAAiB,GACjB,kBAAkB,GAClB,gBAAgB,GAChB,iBAAiB,GACjB,iBAAiB,GACjB,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,cAAc,GACd,cAAc,GACd,cAAc,GACd,aAAa,GACb,aAAa,CAAC;AAEhB,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC"}
|
package/vite.config.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vite.config.d.ts","sourceRoot":"","sources":["../../../libs/dashboard-contents-types/vite.config.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"vite.config.d.ts","sourceRoot":"","sources":["../../../libs/dashboard-contents-types/vite.config.ts"],"names":[],"mappings":";AAKA,wBAkCG"}
|
package/CHANGELOG.md
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
All notable changes to this project will be documented in this file.
|
|
2
|
-
|
|
3
|
-
## [1.0.3] - 2024-10-22
|
|
4
|
-
|
|
5
|
-
### Updates
|
|
6
|
-
|
|
7
|
-
- Fix displaying Search Filter in Flex
|
|
8
|
-
|
|
9
|
-
## [1.0.2] - 2024-10-21
|
|
10
|
-
|
|
11
|
-
### Updates
|
|
12
|
-
|
|
13
|
-
- Changes related to theme options
|
|
14
|
-
|
|
15
|
-
## [1.0.1] - 2024-10-14
|
|
16
|
-
|
|
17
|
-
### Updates
|
|
18
|
-
|
|
19
|
-
- Updated types
|
|
20
|
-
|
|
21
|
-
## [0.1.88] - 2024-09-09
|
|
22
|
-
|
|
23
|
-
- Types and JSON schemas from Luzmo dashboard contents v0.1.88
|