@luzmo/dashboard-contents-types 0.1.89 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. package/assets/json-schemas/area-chart-options.schema.json.d.ts +40 -14
  2. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +99 -19
  3. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +40 -14
  4. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +99 -19
  5. package/assets/json-schemas/box-plot-options.schema.json.d.ts +40 -14
  6. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +99 -19
  7. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +40 -14
  8. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +99 -19
  9. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +40 -14
  10. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +99 -19
  11. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +40 -14
  12. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +131 -24
  13. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +40 -14
  14. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +99 -19
  15. package/assets/json-schemas/column-chart-options.schema.json.d.ts +40 -14
  16. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +99 -19
  17. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +40 -14
  18. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +99 -19
  19. package/assets/json-schemas/date-filter-options.schema.json.d.ts +40 -14
  20. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +32 -5
  21. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +40 -14
  22. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +99 -19
  23. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +40 -14
  24. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +99 -19
  25. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +40 -14
  26. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +99 -19
  27. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +40 -14
  28. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +99 -19
  29. package/assets/json-schemas/line-chart-options.schema.json.d.ts +40 -14
  30. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +99 -19
  31. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +40 -14
  32. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +99 -19
  33. package/assets/json-schemas/regular-table-options.schema.json.d.ts +40 -14
  34. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +99 -19
  35. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +40 -14
  36. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +99 -19
  37. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +40 -14
  38. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +99 -19
  39. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +40 -14
  40. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +99 -19
  41. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +40 -14
  42. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +67 -14
  43. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -0
  44. package/index.d.ts +0 -1
  45. package/index.js +357 -111
  46. package/index.mjs +3623 -1203
  47. package/json-schemas.d.ts +2564 -720
  48. package/json-schemas.d.ts.map +1 -1
  49. package/package.json +1 -1
  50. package/src/index.d.ts +1 -1
  51. package/src/index.d.ts.map +1 -1
  52. package/src/lib/area-chart/area-chart-options.d.ts +13 -15
  53. package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
  54. package/src/lib/area-chart/area-chart-slots.d.ts +0 -2
  55. package/src/lib/area-chart/area-chart.d.ts +2 -4
  56. package/src/lib/area-chart/index.d.ts +0 -1
  57. package/src/lib/bar-chart/bar-chart-options.d.ts +14 -16
  58. package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
  59. package/src/lib/bar-chart/bar-chart.d.ts +2 -4
  60. package/src/lib/bar-chart/bar-chart.slots.d.ts +0 -2
  61. package/src/lib/bar-chart/index.d.ts +0 -1
  62. package/src/lib/box-plot/box-plot-options.d.ts +13 -15
  63. package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
  64. package/src/lib/box-plot/box-plot-slots.d.ts +0 -2
  65. package/src/lib/box-plot/box-plot.d.ts +2 -4
  66. package/src/lib/box-plot/index.d.ts +0 -1
  67. package/src/lib/bubble-chart/bubble-chart-options.d.ts +12 -14
  68. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  69. package/src/lib/bubble-chart/bubble-chart-slots.d.ts +0 -2
  70. package/src/lib/bubble-chart/bubble-chart.d.ts +2 -4
  71. package/src/lib/bubble-chart/index.d.ts +0 -1
  72. package/src/lib/bullet-chart/bullet-chart-options.d.ts +11 -13
  73. package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
  74. package/src/lib/bullet-chart/bullet-chart-slots.d.ts +0 -2
  75. package/src/lib/bullet-chart/bullet-chart.d.ts +2 -4
  76. package/src/lib/bullet-chart/index.d.ts +0 -1
  77. package/src/lib/choropleth-map/choropleth-map-options.d.ts +11 -13
  78. package/src/lib/choropleth-map/choropleth-map-slots.d.ts +0 -2
  79. package/src/lib/choropleth-map/choropleth-map.d.ts +2 -4
  80. package/src/lib/choropleth-map/index.d.ts +0 -1
  81. package/src/lib/circular-gauge/circular-gauge-options.d.ts +7 -9
  82. package/src/lib/circular-gauge/circular-gauge-slots.d.ts +0 -2
  83. package/src/lib/circular-gauge/circular-gauge.d.ts +2 -4
  84. package/src/lib/circular-gauge/index.d.ts +0 -1
  85. package/src/lib/column-chart/column-chart-options.d.ts +14 -16
  86. package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
  87. package/src/lib/column-chart/column-chart-slots.d.ts +0 -2
  88. package/src/lib/column-chart/column-chart.d.ts +2 -4
  89. package/src/lib/column-chart/index.d.ts +0 -1
  90. package/src/lib/combination-chart/combination-chart-options.d.ts +14 -16
  91. package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
  92. package/src/lib/combination-chart/combination-chart-slots.d.ts +0 -2
  93. package/src/lib/combination-chart/combination-chart.d.ts +2 -4
  94. package/src/lib/combination-chart/index.d.ts +0 -1
  95. package/src/lib/conditional-number/conditional-number-options.d.ts +9 -11
  96. package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
  97. package/src/lib/conditional-number/conditional-number-slots.d.ts +0 -2
  98. package/src/lib/conditional-number/conditional-number.d.ts +2 -4
  99. package/src/lib/conditional-number/index.d.ts +0 -1
  100. package/src/lib/date-filter/date-filter-options.d.ts +4 -6
  101. package/src/lib/date-filter/date-filter-slots.d.ts +0 -2
  102. package/src/lib/date-filter/date-filter.d.ts +2 -4
  103. package/src/lib/date-filter/index.d.ts +0 -1
  104. package/src/lib/donut-chart/donut-chart-options.d.ts +13 -15
  105. package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
  106. package/src/lib/donut-chart/donut-chart-slots.d.ts +0 -2
  107. package/src/lib/donut-chart/donut-chart.d.ts +2 -4
  108. package/src/lib/donut-chart/index.d.ts +0 -1
  109. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +6 -8
  110. package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +0 -2
  111. package/src/lib/dropdown-filter/dropdown-filter.d.ts +2 -4
  112. package/src/lib/dropdown-filter/index.d.ts +0 -1
  113. package/src/lib/evolution-number/evolution-number-options.d.ts +7 -9
  114. package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
  115. package/src/lib/evolution-number/evolution-number-slots.d.ts +0 -2
  116. package/src/lib/evolution-number/evolution-number.d.ts +2 -4
  117. package/src/lib/evolution-number/index.d.ts +0 -1
  118. package/src/lib/funnel-chart/funnel-chart-options.d.ts +13 -15
  119. package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
  120. package/src/lib/funnel-chart/funnel-chart-slots.d.ts +0 -2
  121. package/src/lib/funnel-chart/funnel-chart.d.ts +2 -4
  122. package/src/lib/funnel-chart/index.d.ts +0 -1
  123. package/src/lib/image/image-options.d.ts +3 -5
  124. package/src/lib/image/image.d.ts +1 -3
  125. package/src/lib/image/index.d.ts +0 -1
  126. package/src/lib/line-chart/index.d.ts +0 -1
  127. package/src/lib/line-chart/line-chart-options.d.ts +13 -15
  128. package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
  129. package/src/lib/line-chart/line-chart-slots.d.ts +0 -2
  130. package/src/lib/line-chart/line-chart.d.ts +2 -4
  131. package/src/lib/pivot-table/index.d.ts +0 -1
  132. package/src/lib/pivot-table/pivot-table-options.d.ts +10 -12
  133. package/src/lib/pivot-table/pivot-table-slots.d.ts +0 -2
  134. package/src/lib/pivot-table/pivot-table.d.ts +2 -4
  135. package/src/lib/regular-table/index.d.ts +0 -1
  136. package/src/lib/regular-table/regular-table-options.d.ts +9 -11
  137. package/src/lib/regular-table/regular-table-slots.d.ts +0 -2
  138. package/src/lib/regular-table/regular-table.d.ts +2 -4
  139. package/src/lib/sankey-diagram/index.d.ts +0 -1
  140. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +9 -11
  141. package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +0 -2
  142. package/src/lib/sankey-diagram/sankey-diagram.d.ts +2 -4
  143. package/src/lib/scatter-plot/index.d.ts +0 -1
  144. package/src/lib/scatter-plot/scatter-plot-options.d.ts +12 -14
  145. package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
  146. package/src/lib/scatter-plot/scatter-plot-slots.d.ts +0 -2
  147. package/src/lib/scatter-plot/scatter-plot.d.ts +2 -4
  148. package/src/lib/search-filter/index.d.ts +3 -0
  149. package/src/lib/search-filter/index.d.ts.map +1 -0
  150. package/src/lib/search-filter/search-filter-options.d.ts +56 -0
  151. package/src/lib/search-filter/search-filter-options.d.ts.map +1 -0
  152. package/src/lib/search-filter/search-filter-slots.d.ts +17 -0
  153. package/src/lib/search-filter/search-filter-slots.d.ts.map +1 -0
  154. package/src/lib/search-filter/search-filter.d.ts +23 -0
  155. package/src/lib/search-filter/search-filter.d.ts.map +1 -0
  156. package/src/lib/shared/axes.d.ts +0 -1
  157. package/src/lib/shared/axis-view-options.d.ts +0 -2
  158. package/src/lib/shared/common.d.ts +2 -4
  159. package/src/lib/shared/common.d.ts.map +1 -1
  160. package/src/lib/shared/drop-object-view-options.d.ts +0 -2
  161. package/src/lib/shared/filters.d.ts +0 -1
  162. package/src/lib/shared/formula.d.ts +0 -2
  163. package/src/lib/shared/index.d.ts +0 -1
  164. package/src/lib/shared/info-tooltip-options.d.ts +0 -1
  165. package/src/lib/shared/interactivity-brush.d.ts +0 -1
  166. package/src/lib/shared/interactivity-custom-events.d.ts +0 -2
  167. package/src/lib/shared/interactivity-custom-tooltip.d.ts +0 -1
  168. package/src/lib/shared/interactivity-drilldown.d.ts +0 -2
  169. package/src/lib/shared/interactivity-export.d.ts +0 -1
  170. package/src/lib/shared/interactivity-filter.d.ts +0 -1
  171. package/src/lib/shared/interactivity-go-to-url.d.ts +0 -1
  172. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +1 -3
  173. package/src/lib/shared/interactivity-target.d.ts +0 -1
  174. package/src/lib/shared/interpolation.d.ts +0 -1
  175. package/src/lib/shared/item-filter-group.d.ts +54 -3
  176. package/src/lib/shared/item-filter-group.d.ts.map +1 -1
  177. package/src/lib/shared/legend.d.ts +0 -2
  178. package/src/lib/shared/map-object-view-options.d.ts +2 -4
  179. package/src/lib/shared/object-view-options.d.ts +2 -4
  180. package/src/lib/shared/placeholder.d.ts +0 -1
  181. package/src/lib/shared/query.d.ts +0 -1
  182. package/src/lib/shared/ranges.d.ts +0 -1
  183. package/src/lib/shared/slots.d.ts +60 -6
  184. package/src/lib/shared/slots.d.ts.map +1 -1
  185. package/src/lib/shared/sort.d.ts +0 -2
  186. package/src/lib/shared/theme.d.ts +0 -1
  187. package/src/lib/shared/title.d.ts +0 -1
  188. package/src/lib/slicer-filter/index.d.ts +0 -1
  189. package/src/lib/slicer-filter/slicer-filter-options.d.ts +6 -8
  190. package/src/lib/slicer-filter/slicer-filter-slots.d.ts +0 -2
  191. package/src/lib/slicer-filter/slicer-filter.d.ts +2 -4
  192. package/src/lib/slider-filter/index.d.ts +0 -1
  193. package/src/lib/slider-filter/slider-filter-options.d.ts +5 -7
  194. package/src/lib/slider-filter/slider-filter-slots.d.ts +0 -2
  195. package/src/lib/slider-filter/slider-filter.d.ts +2 -4
  196. package/src/lib/text/index.d.ts +0 -1
  197. package/src/lib/text/text-options.d.ts +1 -3
  198. package/src/lib/text/text.d.ts +1 -3
  199. package/src/options.d.ts +23 -25
  200. package/src/slots.d.ts +21 -23
  201. package/README.md +0 -154
@@ -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,3 @@ 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
@@ -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
@@ -1,16 +1,37 @@
1
1
  export interface ItemQueryDimension {
2
2
  /**
3
3
  * @format uuid
4
+ * @TJS-ignore
5
+ * @deprecated user columnId instead.
4
6
  */
5
7
  column_id?: string;
6
8
  /**
7
9
  * @format uuid
10
+ * @TJS-ignore
11
+ * @deprecated use formulaId instead.
8
12
  */
9
13
  formula_id?: string;
10
14
  /**
11
15
  * @format uuid
16
+ * @TJS-ignore
17
+ * @deprecated use datasetId instead.
12
18
  */
13
19
  dataset_id?: string;
20
+ /**
21
+ * Column id
22
+ * @format uuid
23
+ */
24
+ columnId?: string;
25
+ /**
26
+ * Formula id
27
+ * @format uuid
28
+ */
29
+ formulaId?: string;
30
+ /**
31
+ * Dataset id
32
+ * @format uuid
33
+ */
34
+ datasetId?: string;
14
35
  level?: number;
15
36
  expression?: string;
16
37
  include_nonoccurring?: boolean;
@@ -22,7 +43,7 @@ export interface ItemQueryDiscretization {
22
43
  over?: ItemQueryDimension[];
23
44
  }
24
45
  export type ItemFilterOrigin = 'filterFromVizItem' | 'filterFromFilterItem' | 'itemFilter' | 'global';
25
- export type ItemQueryFilterExpression = '? = ?' | '? != ?' | '? in ?' | '? not in ?' | '? like ?' | '? not like ?' | '? starts with ?' | '? not starts with ?' | '? ends with ?' | '? not ends with ?' | '? < ?' | '? <= ?' | '? > ?' | '? >= ?' | '? between ?' | 'last_now' | 'to_date' | 'last_available' | 'last_completed' | 'next_now' | 'next_full' | 'WTD' | 'MTD' | 'QTD' | 'YTD' | '? is null' | '? is not null';
46
+ export type ItemQueryFilterExpression = '? = ?' | '? != ?' | '? in ?' | '? not in ?' | '? like ?' | '? not like ?' | '? starts with ?' | '? not starts with ?' | '? ends with ?' | '? not ends with ?' | '? < ?' | '? <= ?' | '? > ?' | '? >= ?' | '? between ?' | 'last_now' | 'to_date' | 'last_available' | 'last_completed' | 'next_now' | 'next_full' | 'ago' | 'WTD' | 'MTD' | 'QTD' | 'YTD' | '? is null' | '? is not null';
26
47
  export interface ItemFilterProperties {
27
48
  /**
28
49
  * @format uuid
@@ -30,7 +51,17 @@ export interface ItemFilterProperties {
30
51
  id?: string;
31
52
  origin?: ItemFilterOrigin;
32
53
  type?: 'where' | 'having';
54
+ /**
55
+ * @format uuid
56
+ * @TJS-ignore
57
+ * @deprecated use itemId instead.
58
+ */
33
59
  viz?: string;
60
+ /**
61
+ * itemId of the chart.
62
+ * @format uuid
63
+ */
64
+ itemId?: string;
34
65
  ignore?: string[];
35
66
  objects?: string[];
36
67
  }
@@ -46,12 +77,26 @@ export interface ItemFilter {
46
77
  {
47
78
  /**
48
79
  * @format uuid
80
+ * @TJS-ignore
81
+ * @deprecated use datasetId instead.
49
82
  */
50
- dataset_id: string;
83
+ dataset_id?: string;
51
84
  /**
52
85
  * @format uuid
86
+ * @TJS-ignore
87
+ * @deprecated use columnId instead.
53
88
  */
54
89
  column_id?: string;
90
+ /**
91
+ * Dataset id
92
+ * @format uuid
93
+ */
94
+ datasetId?: string;
95
+ /**
96
+ * Column id
97
+ * @format uuid
98
+ */
99
+ columnId?: string;
55
100
  level?: number;
56
101
  lowestLevel?: number;
57
102
  discretization?: ItemQueryDiscretization;
@@ -102,8 +147,15 @@ export interface ItemFilterGroup {
102
147
  *
103
148
  * @format uuid
104
149
  * @TJS-ignore
150
+ * @deprecated use itemId instead.
105
151
  */
106
152
  vizId?: string;
153
+ /**
154
+ * Stores vizItem (chart) id if origin is not 'global'.
155
+ *
156
+ * @format uuid
157
+ */
158
+ itemId?: string;
107
159
  /**
108
160
  * Specifies if it's a drilldown filter group.
109
161
  * @TJS-ignore
@@ -120,4 +172,3 @@ export type Filter = ItemFilter;
120
172
  export type FilterExpression = ItemQueryFilterExpression;
121
173
  export type FilterOperators = FilterConditionOr | FilterConditionAnd;
122
174
  export {};
123
- //# sourceMappingURL=item-filter-group.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"item-filter-group.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/item-filter-group.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,cAAc,CAAC,EAAE,uBAAuB,CAAC;CAC1C;AAED,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,UAAU,CAAC;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,kBAAkB,EAAE,CAAC;CAC7B;AAGD,MAAM,MAAM,gBAAgB,GACxB,mBAAmB,GACnB,sBAAsB,GACtB,YAAY,GACZ,QAAQ,CAAC;AAEb,MAAM,MAAM,yBAAyB,GACjC,OAAO,GACP,QAAQ,GACR,QAAQ,GACR,YAAY,GACZ,UAAU,GACV,cAAc,GACd,iBAAiB,GACjB,qBAAqB,GACrB,eAAe,GACf,mBAAmB,GACnB,OAAO,GACP,QAAQ,GACR,OAAO,GACP,QAAQ,GACR,aAAa,GACb,UAAU,GACV,SAAS,GACT,gBAAgB,GAChB,gBAAgB,GAChB,UAAU,GACV,WAAW,GACX,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,WAAW,GACX,eAAe,CAAC;AAEpB,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC1B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,UAAU,EAAE,yBAAyB,CAAC;IACtC;;OAEG;IACH,UAAU,EAAE;QACV;YACE;;eAEG;YACH,UAAU,EAAE,MAAM,CAAC;YACnB;;eAEG;YACH,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,cAAc,CAAC,EAAE,uBAAuB,CAAC;YACzC,UAAU,CAAC,EAAE,MAAM,CAAC;SACrB,CAAC;QACF,GAAG,CAAC;KACL,CAAC;IACF;;OAEG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;CACnC;AAED,QAAA,MAAM,iBAAiB,OAAO,CAAC;AAE/B,QAAA,MAAM,kBAAkB,QAAQ,CAAC;AAEjC,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC;AAEzD,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC;AAE3D,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,SAAS,EAAE,iBAAiB,GAAG,kBAAkB,CAAC;IAClD;;OAEG;IACH,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,eAAe,EAAE,CAAC;IAC9B;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;;OAKG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;CACnB;AAED,MAAM,MAAM,WAAW,GAAG,eAAe,CAAC;AAE1C,MAAM,MAAM,YAAY,GAAG,gBAAgB,CAAC;AAE5C,MAAM,MAAM,MAAM,GAAG,UAAU,CAAC;AAEhC,MAAM,MAAM,gBAAgB,GAAG,yBAAyB,CAAC;AAEzD,MAAM,MAAM,eAAe,GAAG,iBAAiB,GAAG,kBAAkB,CAAC"}
1
+ {"version":3,"file":"item-filter-group.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/shared/item-filter-group.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,4 @@
1
1
  import { LegendPosition } from './common';
2
-
3
2
  export interface LegendViewOptions {
4
3
  /**
5
4
  * Legend options
@@ -30,4 +29,3 @@ export interface DisplayLegendViewOptions {
30
29
  legend?: boolean;
31
30
  };
32
31
  }
33
- //# sourceMappingURL=legend.d.ts.map
@@ -1,7 +1,6 @@
1
- import { DropObjectViewOptions } from './drop-object-view-options';
1
+ import type { LatLngBoundsExpression } from 'leaflet';
2
2
  import { LimitViewOptions } from './common';
3
- import { LatLngBoundsExpression } from 'leaflet';
4
-
3
+ import { DropObjectViewOptions } from './drop-object-view-options';
5
4
  export interface MapObjectViewOptions extends DropObjectViewOptions, LimitViewOptions {
6
5
  tileProvider?: TileProvider;
7
6
  vectorTileProvider?: VectorTileProvider;
@@ -36,4 +35,3 @@ export interface TileProvider {
36
35
  attribution?: string;
37
36
  vectorId?: string;
38
37
  }
39
- //# sourceMappingURL=map-object-view-options.d.ts.map
@@ -1,7 +1,5 @@
1
- import { DisplayTitleViewOptions, TitleViewOptions } from './title';
2
- import { ThemeViewOptions } from './theme';
3
1
  import { FilterableByViewOptions, FilterViewOptions } from './filters';
4
-
2
+ import { ThemeViewOptions } from './theme';
3
+ import { DisplayTitleViewOptions, TitleViewOptions } from './title';
5
4
  export interface ObjectViewOptions extends FilterViewOptions, ThemeViewOptions, TitleViewOptions, DisplayTitleViewOptions, FilterableByViewOptions {
6
5
  }
7
- //# sourceMappingURL=object-view-options.d.ts.map
@@ -8,4 +8,3 @@ export interface PlaceholderViewOptions {
8
8
  */
9
9
  placeholder?: Record<string, string>;
10
10
  }
11
- //# sourceMappingURL=placeholder.d.ts.map
@@ -23,4 +23,3 @@ export interface ItemQueryRanking {
23
23
  */
24
24
  number: number;
25
25
  }
26
- //# sourceMappingURL=query.d.ts.map
@@ -15,4 +15,3 @@ export interface ManualValuesRange {
15
15
  */
16
16
  isNegativeInfinityRange?: boolean;
17
17
  }
18
- //# sourceMappingURL=ranges.d.ts.map