@luzmo/dashboard-contents-types 0.1.89 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/assets/json-schemas/area-chart-options.schema.json.d.ts +110 -166
  3. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +99 -19
  4. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +109 -14
  5. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +99 -19
  6. package/assets/json-schemas/box-plot-options.schema.json.d.ts +109 -14
  7. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +99 -19
  8. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +109 -14
  9. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +99 -19
  10. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +109 -14
  11. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +99 -19
  12. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +109 -14
  13. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +105 -25
  14. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +109 -14
  15. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +99 -19
  16. package/assets/json-schemas/column-chart-options.schema.json.d.ts +109 -14
  17. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +99 -19
  18. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +109 -14
  19. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +99 -19
  20. package/assets/json-schemas/date-filter-options.schema.json.d.ts +109 -14
  21. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +32 -5
  22. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +109 -14
  23. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +99 -19
  24. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +109 -14
  25. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +99 -19
  26. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +109 -14
  27. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +99 -19
  28. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +109 -14
  29. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +99 -19
  30. package/assets/json-schemas/image-options.schema.json.d.ts +69 -0
  31. package/assets/json-schemas/line-chart-options.schema.json.d.ts +109 -14
  32. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +99 -19
  33. package/assets/json-schemas/options.schema.json.d.ts +3 -0
  34. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +109 -14
  35. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +99 -19
  36. package/assets/json-schemas/regular-table-options.schema.json.d.ts +109 -14
  37. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +99 -19
  38. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +109 -14
  39. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +99 -19
  40. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +109 -14
  41. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +99 -19
  42. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +109 -14
  43. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +99 -19
  44. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +109 -14
  45. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +67 -14
  46. package/assets/json-schemas/slots.schema.json.d.ts +3 -0
  47. package/assets/json-schemas/text-options.schema.json.d.ts +69 -0
  48. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -0
  49. package/index.d.ts +0 -1
  50. package/index.js +435 -111
  51. package/index.mjs +5084 -1171
  52. package/json-schemas.d.ts +3883 -828
  53. package/json-schemas.d.ts.map +1 -1
  54. package/package.json +1 -1
  55. package/src/index.d.ts +1 -1
  56. package/src/index.d.ts.map +1 -1
  57. package/src/lib/area-chart/area-chart-options.d.ts +20 -19
  58. package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
  59. package/src/lib/area-chart/area-chart-slots.d.ts +0 -2
  60. package/src/lib/area-chart/area-chart.d.ts +2 -4
  61. package/src/lib/area-chart/index.d.ts +0 -1
  62. package/src/lib/bar-chart/bar-chart-options.d.ts +14 -16
  63. package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
  64. package/src/lib/bar-chart/bar-chart.d.ts +2 -4
  65. package/src/lib/bar-chart/bar-chart.slots.d.ts +0 -2
  66. package/src/lib/bar-chart/index.d.ts +0 -1
  67. package/src/lib/box-plot/box-plot-options.d.ts +13 -15
  68. package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
  69. package/src/lib/box-plot/box-plot-slots.d.ts +0 -2
  70. package/src/lib/box-plot/box-plot.d.ts +2 -4
  71. package/src/lib/box-plot/index.d.ts +0 -1
  72. package/src/lib/bubble-chart/bubble-chart-options.d.ts +12 -14
  73. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  74. package/src/lib/bubble-chart/bubble-chart-slots.d.ts +0 -2
  75. package/src/lib/bubble-chart/bubble-chart.d.ts +2 -4
  76. package/src/lib/bubble-chart/index.d.ts +0 -1
  77. package/src/lib/bullet-chart/bullet-chart-options.d.ts +11 -13
  78. package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
  79. package/src/lib/bullet-chart/bullet-chart-slots.d.ts +0 -2
  80. package/src/lib/bullet-chart/bullet-chart.d.ts +2 -4
  81. package/src/lib/bullet-chart/index.d.ts +0 -1
  82. package/src/lib/choropleth-map/choropleth-map-options.d.ts +11 -13
  83. package/src/lib/choropleth-map/choropleth-map-slots.d.ts +0 -2
  84. package/src/lib/choropleth-map/choropleth-map.d.ts +2 -4
  85. package/src/lib/choropleth-map/index.d.ts +0 -1
  86. package/src/lib/circular-gauge/circular-gauge-options.d.ts +7 -9
  87. package/src/lib/circular-gauge/circular-gauge-slots.d.ts +0 -2
  88. package/src/lib/circular-gauge/circular-gauge.d.ts +2 -4
  89. package/src/lib/circular-gauge/index.d.ts +0 -1
  90. package/src/lib/column-chart/column-chart-options.d.ts +14 -16
  91. package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
  92. package/src/lib/column-chart/column-chart-slots.d.ts +0 -2
  93. package/src/lib/column-chart/column-chart.d.ts +2 -4
  94. package/src/lib/column-chart/index.d.ts +0 -1
  95. package/src/lib/combination-chart/combination-chart-options.d.ts +14 -16
  96. package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
  97. package/src/lib/combination-chart/combination-chart-slots.d.ts +0 -2
  98. package/src/lib/combination-chart/combination-chart.d.ts +2 -4
  99. package/src/lib/combination-chart/index.d.ts +0 -1
  100. package/src/lib/conditional-number/conditional-number-options.d.ts +9 -11
  101. package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
  102. package/src/lib/conditional-number/conditional-number-slots.d.ts +0 -2
  103. package/src/lib/conditional-number/conditional-number.d.ts +2 -4
  104. package/src/lib/conditional-number/index.d.ts +0 -1
  105. package/src/lib/date-filter/date-filter-options.d.ts +5 -8
  106. package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
  107. package/src/lib/date-filter/date-filter-slots.d.ts +0 -2
  108. package/src/lib/date-filter/date-filter.d.ts +2 -4
  109. package/src/lib/date-filter/index.d.ts +0 -1
  110. package/src/lib/donut-chart/donut-chart-options.d.ts +13 -15
  111. package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
  112. package/src/lib/donut-chart/donut-chart-slots.d.ts +0 -2
  113. package/src/lib/donut-chart/donut-chart.d.ts +2 -4
  114. package/src/lib/donut-chart/index.d.ts +0 -1
  115. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +7 -10
  116. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
  117. package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +0 -2
  118. package/src/lib/dropdown-filter/dropdown-filter.d.ts +2 -4
  119. package/src/lib/dropdown-filter/index.d.ts +0 -1
  120. package/src/lib/evolution-number/evolution-number-options.d.ts +7 -9
  121. package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
  122. package/src/lib/evolution-number/evolution-number-slots.d.ts +0 -2
  123. package/src/lib/evolution-number/evolution-number.d.ts +2 -4
  124. package/src/lib/evolution-number/index.d.ts +0 -1
  125. package/src/lib/funnel-chart/funnel-chart-options.d.ts +13 -15
  126. package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
  127. package/src/lib/funnel-chart/funnel-chart-slots.d.ts +0 -2
  128. package/src/lib/funnel-chart/funnel-chart.d.ts +2 -4
  129. package/src/lib/funnel-chart/index.d.ts +0 -1
  130. package/src/lib/image/image-options.d.ts +3 -5
  131. package/src/lib/image/image.d.ts +1 -3
  132. package/src/lib/image/index.d.ts +0 -1
  133. package/src/lib/line-chart/index.d.ts +0 -1
  134. package/src/lib/line-chart/line-chart-options.d.ts +13 -15
  135. package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
  136. package/src/lib/line-chart/line-chart-slots.d.ts +0 -2
  137. package/src/lib/line-chart/line-chart.d.ts +2 -4
  138. package/src/lib/pivot-table/index.d.ts +0 -1
  139. package/src/lib/pivot-table/pivot-table-options.d.ts +10 -12
  140. package/src/lib/pivot-table/pivot-table-slots.d.ts +0 -2
  141. package/src/lib/pivot-table/pivot-table.d.ts +2 -4
  142. package/src/lib/regular-table/index.d.ts +0 -1
  143. package/src/lib/regular-table/regular-table-options.d.ts +9 -11
  144. package/src/lib/regular-table/regular-table-slots.d.ts +0 -2
  145. package/src/lib/regular-table/regular-table.d.ts +2 -4
  146. package/src/lib/sankey-diagram/index.d.ts +0 -1
  147. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +9 -11
  148. package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +0 -2
  149. package/src/lib/sankey-diagram/sankey-diagram.d.ts +2 -4
  150. package/src/lib/scatter-plot/index.d.ts +0 -1
  151. package/src/lib/scatter-plot/scatter-plot-options.d.ts +12 -14
  152. package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
  153. package/src/lib/scatter-plot/scatter-plot-slots.d.ts +0 -2
  154. package/src/lib/scatter-plot/scatter-plot.d.ts +2 -4
  155. package/src/lib/search-filter/index.d.ts +3 -0
  156. package/src/lib/search-filter/index.d.ts.map +1 -0
  157. package/src/lib/search-filter/search-filter-options.d.ts +56 -0
  158. package/src/lib/search-filter/search-filter-options.d.ts.map +1 -0
  159. package/src/lib/search-filter/search-filter-slots.d.ts +17 -0
  160. package/src/lib/search-filter/search-filter-slots.d.ts.map +1 -0
  161. package/src/lib/search-filter/search-filter.d.ts +23 -0
  162. package/src/lib/search-filter/search-filter.d.ts.map +1 -0
  163. package/src/lib/shared/axes.d.ts +0 -1
  164. package/src/lib/shared/axis-view-options.d.ts +0 -2
  165. package/src/lib/shared/common.d.ts +2 -4
  166. package/src/lib/shared/common.d.ts.map +1 -1
  167. package/src/lib/shared/drop-object-view-options.d.ts +0 -2
  168. package/src/lib/shared/filters.d.ts +0 -1
  169. package/src/lib/shared/formula.d.ts +0 -2
  170. package/src/lib/shared/index.d.ts +1 -1
  171. package/src/lib/shared/index.d.ts.map +1 -1
  172. package/src/lib/shared/info-tooltip-options.d.ts +0 -1
  173. package/src/lib/shared/interactivity-brush.d.ts +0 -1
  174. package/src/lib/shared/interactivity-custom-events.d.ts +0 -2
  175. package/src/lib/shared/interactivity-custom-tooltip.d.ts +0 -1
  176. package/src/lib/shared/interactivity-drilldown.d.ts +0 -2
  177. package/src/lib/shared/interactivity-export.d.ts +0 -1
  178. package/src/lib/shared/interactivity-filter.d.ts +0 -1
  179. package/src/lib/shared/interactivity-go-to-url.d.ts +0 -1
  180. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +1 -3
  181. package/src/lib/shared/interactivity-target.d.ts +0 -1
  182. package/src/lib/shared/interpolation.d.ts +0 -1
  183. package/src/lib/shared/item-filter-group.d.ts +54 -3
  184. package/src/lib/shared/item-filter-group.d.ts.map +1 -1
  185. package/src/lib/shared/legend.d.ts +0 -2
  186. package/src/lib/shared/map-object-view-options.d.ts +2 -4
  187. package/src/lib/shared/object-view-options.d.ts +4 -5
  188. package/src/lib/shared/object-view-options.d.ts.map +1 -1
  189. package/src/lib/shared/placeholder.d.ts +0 -1
  190. package/src/lib/shared/query.d.ts +0 -1
  191. package/src/lib/shared/ranges.d.ts +0 -1
  192. package/src/lib/shared/slots.d.ts +62 -7
  193. package/src/lib/shared/slots.d.ts.map +1 -1
  194. package/src/lib/shared/sort.d.ts +0 -2
  195. package/src/lib/shared/theme.d.ts +0 -1
  196. package/src/lib/shared/title.d.ts +0 -1
  197. package/src/lib/shared/viz-item.d.ts +60 -0
  198. package/src/lib/shared/viz-item.d.ts.map +1 -0
  199. package/src/lib/slicer-filter/index.d.ts +0 -1
  200. package/src/lib/slicer-filter/slicer-filter-options.d.ts +6 -8
  201. package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
  202. package/src/lib/slicer-filter/slicer-filter-slots.d.ts +0 -2
  203. package/src/lib/slicer-filter/slicer-filter.d.ts +2 -4
  204. package/src/lib/slider-filter/index.d.ts +0 -1
  205. package/src/lib/slider-filter/slider-filter-options.d.ts +4 -6
  206. package/src/lib/slider-filter/slider-filter-options.d.ts.map +1 -1
  207. package/src/lib/slider-filter/slider-filter-slots.d.ts +0 -2
  208. package/src/lib/slider-filter/slider-filter.d.ts +2 -4
  209. package/src/lib/text/index.d.ts +0 -1
  210. package/src/lib/text/text-options.d.ts +1 -3
  211. package/src/lib/text/text.d.ts +1 -3
  212. package/src/options.d.ts +24 -26
  213. package/src/options.d.ts.map +1 -1
  214. package/src/slots.d.ts +21 -23
@@ -1,7 +1,6 @@
1
- import { PivotTableSlots } from './pivot-table-slots';
2
- import { PivotTableViewOptions } from './pivot-table-options';
3
1
  import { VizItemType } from '../shared/common';
4
-
2
+ import { PivotTableViewOptions } from './pivot-table-options';
3
+ import { PivotTableSlots } from './pivot-table-slots';
5
4
  /**
6
5
  * Pivot table item
7
6
  */
@@ -22,4 +21,3 @@ export interface PivotTable {
22
21
  */
23
22
  slots: PivotTableSlots;
24
23
  }
25
- //# sourceMappingURL=pivot-table.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export * from './regular-table';
2
2
  export * from './regular-table-slots';
3
3
  export * from './regular-table-options';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1,14 +1,13 @@
1
- import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
2
- import { DashboardContentVizItemSort } 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 { ExportType, InteractivityExportViewOptions } from '../shared/interactivity-export';
7
- import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
8
- import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
1
+ import type { LimitViewOptions, ScreenMode, SortDirection } from '../shared/common';
9
2
  import { DropObjectViewOptions } from '../shared/drop-object-view-options';
10
- import { LimitViewOptions, ScreenMode, SortDirection } from '../shared/common';
11
-
3
+ import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
4
+ import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
5
+ import { ExportType, 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 { DashboardContentVizItemSort } from '../shared/sort';
10
+ import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
12
11
  export interface RegularTableViewOptions extends Omit<DropObjectViewOptions, 'interactivity'>, InfoTooltipViewOptions, TitleViewOptions, DisplayTitleViewOptions, LimitViewOptions, RegularTableSortViewOptions, RegularTableInteractivityViewOptions {
13
12
  /**
14
13
  * Border around the table
@@ -123,4 +122,3 @@ export interface RegularTableSortViewOptions {
123
122
  sort: RegularTableSort[];
124
123
  }
125
124
  export {};
126
- //# sourceMappingURL=regular-table-options.d.ts.map
@@ -1,5 +1,4 @@
1
1
  import { DashboardContentVizItemSlot, HierarchySlotContent, NumericSlotContent, DateTimeSlotContent } from '../shared/slots';
2
-
3
2
  /**
4
3
  * Columns slot of the regular table. This defines the columns of the regular table. A regular table can contain any number of columns.
5
4
  */
@@ -16,4 +15,3 @@ interface ColumnsSlot extends DashboardContentVizItemSlot {
16
15
  */
17
16
  export type RegularTableSlots = (ColumnsSlot)[];
18
17
  export {};
19
- //# sourceMappingURL=regular-table-slots.d.ts.map
@@ -1,7 +1,6 @@
1
- import { RegularTableSlots } from './regular-table-slots';
2
- import { RegularTableViewOptions } from './regular-table-options';
3
1
  import { VizItemType } from '../shared/common';
4
-
2
+ import { RegularTableViewOptions } from './regular-table-options';
3
+ import { RegularTableSlots } from './regular-table-slots';
5
4
  /**
6
5
  * Regular table item
7
6
  */
@@ -22,4 +21,3 @@ export interface RegularTable {
22
21
  */
23
22
  slots: RegularTableSlots;
24
23
  }
25
- //# sourceMappingURL=regular-table.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export * from './sankey-diagram-options';
2
2
  export * from './sankey-diagram-slots';
3
3
  export * from './sankey-diagram';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1,14 +1,13 @@
1
- import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
2
- import { OrderDirection } from '../shared/sort';
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
- import { LimitViewOptions } from '../shared/common';
10
1
  import { InteractivityFilterOnSelectViewOptions } from '../shared';
11
-
2
+ import type { LimitViewOptions } from '../shared/common';
3
+ import { DropObjectViewOptions } from '../shared/drop-object-view-options';
4
+ import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
5
+ import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
6
+ import { 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 { OrderDirection } from '../shared/sort';
10
+ import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
12
11
  export interface SankeyDiagramViewOptions extends Omit<DropObjectViewOptions, 'interactivity'>, InfoTooltipViewOptions, TitleViewOptions, DisplayTitleViewOptions, LimitViewOptions, SankeyDiagramInteractivityViewOptions {
13
12
  /**
14
13
  * Sankey diagram type: alluvial or sankey
@@ -122,4 +121,3 @@ interface SankeyDiagramInteractivityViewOptions extends InteractivityCustomEvent
122
121
  }
123
122
  export type SankeySubtype = 'alluvial' | 'sankey';
124
123
  export {};
125
- //# sourceMappingURL=sankey-diagram-options.d.ts.map
@@ -1,5 +1,4 @@
1
1
  import { DashboardContentVizItemSlot, HierarchySlotContent, NumericSlotContent, DateTimeSlotContent } from '../shared/slots';
2
-
3
2
  /**
4
3
  * Source slot definition of the Sankey diagram. This is a required slot.
5
4
  */
@@ -49,4 +48,3 @@ interface DestinationSlot extends DashboardContentVizItemSlot {
49
48
  */
50
49
  export type SankeyDiagramSlots = (SourceSlot | MeasureSlot | CategorySlot | DestinationSlot)[];
51
50
  export {};
52
- //# sourceMappingURL=sankey-diagram-slots.d.ts.map
@@ -1,7 +1,6 @@
1
- import { SankeyDiagramSlots } from './sankey-diagram-slots';
2
- import { SankeyDiagramViewOptions } from './sankey-diagram-options';
3
1
  import { VizItemType } from '../shared/common';
4
-
2
+ import { SankeyDiagramViewOptions } from './sankey-diagram-options';
3
+ import { SankeyDiagramSlots } from './sankey-diagram-slots';
5
4
  /**
6
5
  * Sankey diagram item
7
6
  */
@@ -22,4 +21,3 @@ export interface SankeyDiagram {
22
21
  */
23
22
  slots: SankeyDiagramSlots;
24
23
  }
25
- //# sourceMappingURL=sankey-diagram.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export * from './scatter-plot';
2
2
  export * from './scatter-plot-options';
3
3
  export * from './scatter-plot-slots';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1,16 +1,15 @@
1
- import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
2
- import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
3
- import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
4
- import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
5
- import { InteractivityExportViewOptions } from '../shared/interactivity-export';
6
- import { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
7
- import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
8
- import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
9
- import { AxisTicksMode, Guidelines, LimitViewOptions } from '../shared/common';
10
- import { AxisObjectViewOptions } from '../shared/axis-view-options';
11
- import { AxisGridlinesStyle, ManualAxesRange, XAxisLabelPosition, YAxisLabelPosition } from '../shared/axes';
12
1
  import { InteractivityBrushViewOptions } from '../shared';
13
-
2
+ import { AxisGridlinesStyle, ManualAxesRange, XAxisLabelPosition, YAxisLabelPosition } from '../shared/axes';
3
+ import { AxisObjectViewOptions } from '../shared/axis-view-options';
4
+ import type { AxisTicksMode, Guidelines, LimitViewOptions } from '../shared/common';
5
+ import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
6
+ import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
7
+ import { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
8
+ import { InteractivityExportViewOptions } from '../shared/interactivity-export';
9
+ import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
10
+ import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
11
+ import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
12
+ import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
14
13
  export interface ScatterPlotViewOptions extends Omit<AxisObjectViewOptions, 'display' | 'interactivity'>, InfoTooltipViewOptions, LegendViewOptions, TitleViewOptions, LimitViewOptions, ScatterPlotDisplayViewOptions, ScatterPlotInteractivityViewOptions {
15
14
  /**
16
15
  * Change the default mode of scatter-plot: scatter, scatter-group, bubble or bubble-group
@@ -168,7 +167,7 @@ interface ScatterPlotDisplayViewOptions extends DisplayLegendViewOptions, Displa
168
167
  legend?: NonNullable<NonNullable<DisplayLegendViewOptions['display']>['legend']>;
169
168
  };
170
169
  }
171
- interface ScatterPlotInteractivityViewOptions extends InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityCustomTooltipViewOptions, InteractivityCustomEventsViewOptions {
170
+ interface ScatterPlotInteractivityViewOptions extends InteractivityBrushViewOptions, InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityMeasureDimensionPickerViewOptions {
172
171
  /**
173
172
  * Interactivity options
174
173
  */
@@ -212,4 +211,3 @@ interface ScatterPlotInteractivityViewOptions extends InteractivityExportViewOpt
212
211
  }
213
212
  export type ScatterPlotSubtype = 'scatter' | 'scatter-group' | 'bubble' | 'bubble-group';
214
213
  export {};
215
- //# sourceMappingURL=scatter-plot-options.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"scatter-plot-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/scatter-plot/scatter-plot-options.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"scatter-plot-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/scatter-plot/scatter-plot-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
  * Y axis slot definition for the scatter plot. This is a required slot.
5
4
  */
@@ -60,4 +59,3 @@ interface ColorSlot extends DashboardContentVizItemSlot {
60
59
  */
61
60
  export type ScatterPlotSlots = (YAxisSlot | NameSlot | SizeSlot | XAxisSlot | ColorSlot)[];
62
61
  export {};
63
- //# sourceMappingURL=scatter-plot-slots.d.ts.map
@@ -1,7 +1,6 @@
1
- import { ScatterPlotSlots } from './scatter-plot-slots';
2
- import { ScatterPlotViewOptions } from './scatter-plot-options';
3
1
  import { VizItemType } from '../shared/common';
4
-
2
+ import { ScatterPlotViewOptions } from './scatter-plot-options';
3
+ import { ScatterPlotSlots } from './scatter-plot-slots';
5
4
  /**
6
5
  * Scatter plot item
7
6
  */
@@ -22,4 +21,3 @@ export interface ScatterPlot {
22
21
  */
23
22
  slots: ScatterPlotSlots;
24
23
  }
25
- //# sourceMappingURL=scatter-plot.d.ts.map
@@ -0,0 +1,3 @@
1
+ export * from './search-filter';
2
+ export * from './search-filter-options';
3
+ export * from './search-filter-slots';
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/search-filter/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC"}
@@ -0,0 +1,56 @@
1
+ import { InteractivityMeasureDimensionPickerViewOptions } from '../shared';
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';
6
+ export interface SearchFilterViewOptions extends Omit<DropObjectViewOptions, 'display' | 'interactivity'>, InfoTooltipViewOptions, TitleViewOptions, PlaceholderViewOptions, SearchFilterDisplayViewOptions, SearchFilterInteractivityViewOptions {
7
+ /**
8
+ * Whether to auto apply filters or add the apply button
9
+ */
10
+ applyFiltersWithButton?: boolean;
11
+ /**
12
+ * Update left or right padding of the Search filter
13
+ */
14
+ padding?: {
15
+ /**
16
+ * Update left padding of the Search filter
17
+ */
18
+ left?: number;
19
+ /**
20
+ * Update right padding of the Search filter
21
+ */
22
+ right?: number;
23
+ };
24
+ }
25
+ interface SearchFilterDisplayViewOptions extends DisplayTitleViewOptions {
26
+ /**
27
+ * General display options of the Search filter: title, label, placeholder, search and clear
28
+ */
29
+ display: {
30
+ /**
31
+ * Show or hide the title
32
+ */
33
+ title: NonNullable<NonNullable<DisplayTitleViewOptions['display']>['title']>;
34
+ /**
35
+ * Show or hide the label of the Search filter
36
+ */
37
+ label?: boolean;
38
+ /**
39
+ * Show or hide the placeholder
40
+ */
41
+ placeholder?: boolean;
42
+ };
43
+ }
44
+ interface SearchFilterInteractivityViewOptions extends InteractivityMeasureDimensionPickerViewOptions {
45
+ /**
46
+ * Interactivity options
47
+ */
48
+ interactivity?: {
49
+ /**
50
+ * An array of measure dimension picker configurations
51
+ * @default [[]]
52
+ */
53
+ measureDimensionPicker?: NonNullable<NonNullable<InteractivityMeasureDimensionPickerViewOptions['interactivity']>['measureDimensionPicker']>;
54
+ };
55
+ }
56
+ export {};
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-filter-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/search-filter/search-filter-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8CAA8C,EAAE,MAAM,WAAW,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAE5E,MAAM,WAAW,uBAAwB,SACvC,IAAI,CAAC,qBAAqB,EAAE,SAAS,GAAG,eAAe,CAAC,EACxD,sBAAsB,EACtB,gBAAgB,EAChB,sBAAsB,EACtB,8BAA8B,EAC9B,oCAAoC;IACpC;;OAEG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;OAEG;IACH,OAAO,CAAC,EAAE;QACR;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QACd;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;CACH;AAED,UAAU,8BAA+B,SACvC,uBAAuB;IACvB;;OAEG;IACH,OAAO,EAAE;QACP;;WAEG;QACH,KAAK,EAAE,WAAW,CAAC,WAAW,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;QAC7E;;WAEG;QACH,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB;;WAEG;QACH,WAAW,CAAC,EAAE,OAAO,CAAC;KACvB,CAAC;CACH;AAED,UAAU,oCAAqC,SAAQ,8CAA8C;IACnG;;OAEG;IACH,aAAa,CAAC,EAAE;QACd;;;WAGG;QACH,sBAAsB,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,8CAA8C,CAAC,eAAe,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC;KAC9I,CAAC;CACH"}
@@ -0,0 +1,17 @@
1
+ import { DashboardContentVizItemSlot, DateTimeSlotContent, HierarchySlotContent, NumericSlotContent } from '../shared/slots';
2
+ /**
3
+ * Dimension slot definition of the search filter. Dimension slot is a required slot and it can have multiple columns.
4
+ */
5
+ interface DimensionSlot extends DashboardContentVizItemSlot {
6
+ name: 'dimension';
7
+ /**
8
+ * Dimension slot definition
9
+ */
10
+ content: (HierarchySlotContent | NumericSlotContent | DateTimeSlotContent)[];
11
+ }
12
+ /**
13
+ * Data definition of the Search filter
14
+ * @maxItems 1
15
+ */
16
+ export type SearchFilterSlots = DimensionSlot[];
17
+ export {};
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-filter-slots.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/search-filter/search-filter-slots.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,EAC3B,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AAEzB;;GAEG;AACH,UAAU,aAAc,SAAQ,2BAA2B;IACzD,IAAI,EAAE,WAAW,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,CAAC,oBAAoB,GAAG,kBAAkB,GAAG,mBAAmB,CAAC,EAAE,CAAC;CAC9E;AAED;;;GAGG;AACH,MAAM,MAAM,iBAAiB,GAAG,aAAa,EAAE,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { VizItemType } from '../shared/common';
2
+ import { SearchFilterViewOptions } from './search-filter-options';
3
+ import { SearchFilterSlots } from './search-filter-slots';
4
+ /**
5
+ * Search filter item
6
+ */
7
+ export interface SearchFilter {
8
+ /**
9
+ * Type of the item
10
+ */
11
+ type: Extract<VizItemType, 'search-filter'>;
12
+ /**
13
+ * Options of the search filter item
14
+ * @$ref ./search-filter-options.schema.json/
15
+ */
16
+ options: SearchFilterViewOptions;
17
+ /**
18
+ * Data definition of the search filter
19
+ * @maxItems 1
20
+ * @$ref ./search-filter-slots.schema.json
21
+ */
22
+ slots: SearchFilterSlots;
23
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-filter.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/search-filter/search-filter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,eAAe,CAAC,CAAC;IAC5C;;;OAGG;IACH,OAAO,EAAE,uBAAuB,CAAC;IACjC;;;;OAIG;IACH,KAAK,EAAE,iBAAiB,CAAC;CAC1B"}
@@ -33,4 +33,3 @@ export type ManualAxesRange = [
33
33
  */
34
34
  number
35
35
  ];
36
- //# sourceMappingURL=axes.d.ts.map
@@ -1,5 +1,3 @@
1
1
  import { DropObjectViewOptions } from './drop-object-view-options';
2
-
3
2
  export interface AxisObjectViewOptions extends DropObjectViewOptions {
4
3
  }
5
- //# sourceMappingURL=axis-view-options.d.ts.map
@@ -1,6 +1,5 @@
1
- import { OrderDirection } from './sort';
2
1
  import { ItemQueryRanking } from './query';
3
-
2
+ import { OrderDirection } from './sort';
4
3
  export type LegendPosition = 'topLeft' | 'top' | 'topRight' | 'left' | 'middle' | 'right' | 'bottomLeft' | 'bottom' | 'bottomRight';
5
4
  /**
6
5
  * Axis ticks mode
@@ -98,8 +97,7 @@ export interface RankingViewOptions {
98
97
  ranking?: ItemQueryRanking;
99
98
  }
100
99
  export type SortDirection = OrderDirection | '';
101
- export type VizItemType = 'area-chart' | 'bar-chart' | 'bubble-chart' | 'box-plot' | 'bullet-chart' | 'choropleth-map' | 'circular-gauge' | 'circle-pack-chart' | 'column-chart' | 'combination-chart' | 'date-filter' | 'donut-chart' | 'dropdown-filter' | 'dynamic-imageobject' | 'evolution-number' | 'funnel-chart' | 'heat-map' | 'heat-table' | 'hexbin-map' | 'iframeobject' | 'image' | 'line-chart' | 'line-chart-forecast' | 'marker-map' | 'conditional-number' | 'ohlc-chart' | 'parallel-coordinates-plot' | 'pivot-table' | 'pyramid-chart' | 'radar-chart' | 'regular-table' | 'route-map' | 'sankey-diagram' | 'scatter-plot' | 'slicer-filter' | 'slider-filter' | 'spacer' | 'speedometer-chart' | 'spike-map' | 'strip-plot' | 'sunburst-chart' | 'symbol-map' | 'text' | 'treemap-chart' | 'venn-diagram' | 'video' | 'wordcloud-chart';
100
+ export type VizItemType = 'area-chart' | 'bar-chart' | 'bubble-chart' | 'box-plot' | 'bullet-chart' | 'choropleth-map' | 'circular-gauge' | 'circle-pack-chart' | 'column-chart' | 'combination-chart' | 'date-filter' | 'donut-chart' | 'dropdown-filter' | 'dynamic-imageobject' | 'evolution-number' | 'funnel-chart' | 'heat-map' | 'heat-table' | 'hexbin-map' | 'iframeobject' | 'image' | 'line-chart' | 'line-chart-forecast' | 'marker-map' | 'conditional-number' | 'ohlc-chart' | 'parallel-coordinates-plot' | 'pivot-table' | 'pyramid-chart' | 'radar-chart' | 'regular-table' | 'route-map' | 'sankey-diagram' | 'scatter-plot' | 'search-filter' | 'slicer-filter' | 'slider-filter' | 'spacer' | 'speedometer-chart' | 'spike-map' | 'strip-plot' | 'sunburst-chart' | 'symbol-map' | 'text' | 'treemap-chart' | 'venn-diagram' | 'video' | 'wordcloud-chart';
102
101
  export type ItemType = VizItemType;
103
102
  export type DatetimeDisplayMode = 'default' | 'weekday_number' | 'weekday_name' | 'day_in_month' | 'day_in_year' | 'month_name' | 'month_number' | 'week_number' | 'second_in_minute' | 'minute_in_hour' | 'hour_in_day' | 'quarter_number';
104
103
  export type ScreenMode = 'desktop' | 'tablet' | 'mobile' | 'largeScreen' | 'fixed';
105
- //# sourceMappingURL=common.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/common.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/common.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,4 @@
1
1
  import { ObjectViewOptions } from './object-view-options';
2
-
3
2
  export interface DropObjectViewOptions extends ObjectViewOptions {
4
3
  /**
5
4
  * The main color for the item, if omitted the default color from the theme will be used.
@@ -13,4 +12,3 @@ export interface DropObjectViewOptions extends ObjectViewOptions {
13
12
  */
14
13
  noLinkCheck?: boolean;
15
14
  }
16
- //# sourceMappingURL=drop-object-view-options.d.ts.map
@@ -30,4 +30,3 @@ export interface FilterableByViewOptions {
30
30
  */
31
31
  filterableBy?: string[];
32
32
  }
33
- //# sourceMappingURL=filters.d.ts.map
@@ -1,5 +1,4 @@
1
1
  import { Currency } from './slots';
2
-
3
2
  export type Formula = {
4
3
  id: string;
5
4
  /**
@@ -27,4 +26,3 @@ export type Formula = {
27
26
  export type FormulaType = 'hierarchy' | 'numeric' | 'datetime';
28
27
  export type FormulaSubtype = 'duration' | 'currency' | 'date' | 'datetime';
29
28
  export type FormulaInformat = 'hierarchy' | 'numeric' | 'YYYY-MM-DD HH:mm:ss.SSS' | 'MM-DD-YYYY HH:mm:ss.SSS' | 'DD-MM-YYYY HH:mm:ss.SSS' | 'YYYY-MM-DD HH:mm:ss.SSS ZZ' | 'MM-DD-YYYY HH:mm:ss.SSS ZZ' | 'DD-MM-YYYY HH:mm:ss.SSS ZZ' | 'X' | 'x';
30
- //# sourceMappingURL=formula.d.ts.map
@@ -27,4 +27,4 @@ export * from './sort';
27
27
  export * from './theme';
28
28
  export * from './title';
29
29
  export * from './item-filter-group';
30
- //# sourceMappingURL=index.d.ts.map
30
+ export * from './viz-item';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0CAA0C,CAAC;AACzD,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0CAA0C,CAAC;AACzD,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC"}
@@ -22,4 +22,3 @@ export interface InfoTooltipViewOptions {
22
22
  };
23
23
  };
24
24
  }
25
- //# sourceMappingURL=info-tooltip-options.d.ts.map
@@ -9,4 +9,3 @@ export interface InteractivityBrushViewOptions {
9
9
  brush?: boolean;
10
10
  };
11
11
  }
12
- //# sourceMappingURL=interactivity-brush.d.ts.map
@@ -1,5 +1,4 @@
1
1
  import { ItemQueryAggregation } from './query';
2
-
3
2
  /**
4
3
  * Custom event configuration
5
4
  */
@@ -60,4 +59,3 @@ export interface InteractivityCustomEventsViewOptions {
60
59
  } | null;
61
60
  };
62
61
  }
63
- //# sourceMappingURL=interactivity-custom-events.d.ts.map
@@ -11,4 +11,3 @@ export interface InteractivityCustomTooltipViewOptions {
11
11
  customTooltip?: Record<string, string> | null;
12
12
  };
13
13
  }
14
- //# sourceMappingURL=interactivity-custom-tooltip.d.ts.map
@@ -1,5 +1,4 @@
1
1
  import { Column, GenericSlotContent, HierarchyLevel, SlotName } from './slots';
2
-
3
2
  type DrilldownType = 'level' | 'other';
4
3
  export interface DrilldownLevelType {
5
4
  type: Extract<DrilldownType, 'level'>;
@@ -80,4 +79,3 @@ export interface InteractivityDrilldownViewOptions {
80
79
  };
81
80
  }
82
81
  export {};
83
- //# sourceMappingURL=interactivity-drilldown.d.ts.map
@@ -22,4 +22,3 @@ export interface InteractivityExportViewOptions {
22
22
  exportTypes?: ExportType[];
23
23
  };
24
24
  }
25
- //# sourceMappingURL=interactivity-export.d.ts.map
@@ -9,4 +9,3 @@ export interface InteractivityFilterOnSelectViewOptions {
9
9
  select?: boolean;
10
10
  };
11
11
  }
12
- //# sourceMappingURL=interactivity-filter.d.ts.map
@@ -26,4 +26,3 @@ export interface InteractivityGoToUrlViewOptions {
26
26
  urlConfig?: UrlConfig;
27
27
  };
28
28
  }
29
- //# sourceMappingURL=interactivity-go-to-url.d.ts.map
@@ -1,6 +1,5 @@
1
- import { Column, GenericSlotContent, HierarchyLevel, Slot } from './slots';
2
1
  import { Formula } from './formula';
3
-
2
+ import { Column, GenericSlotContent, HierarchyLevel, Slot } from './slots';
4
3
  export interface PickerConfigurationColumnType extends GenericSlotContent {
5
4
  columnHierarchies?: HierarchyLevel[] | string[];
6
5
  hidden?: boolean;
@@ -65,4 +64,3 @@ export interface InteractivityMeasureDimensionPickerViewOptions {
65
64
  measureDimensionPicker?: PickerConfiguration[];
66
65
  };
67
66
  }
68
- //# sourceMappingURL=interactivity-measure-dimension-picker.d.ts.map
@@ -1,2 +1 @@
1
1
  export type InteractivityTarget = '_parent' | '_self' | '_blank';
2
- //# sourceMappingURL=interactivity-target.d.ts.map
@@ -2,4 +2,3 @@
2
2
  * Interpolation type
3
3
  */
4
4
  export type Interpolation = 'linear' | 'step-before' | 'step-after' | 'monotone';
5
- //# sourceMappingURL=interpolation.d.ts.map