@sisense/sdk-ui-vue 2.10.0 → 2.12.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/dist/ai.cjs +34 -34
- package/dist/ai.js +1885 -1411
- package/dist/index.cjs +1 -1
- package/dist/index.js +598 -530
- package/dist/packages/sdk-ui-vue/src/ai/components/chatbot.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/ai/components/get-nlg-insights.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/ai/composables/use-get-nlq-result.d.ts +2 -2
- package/dist/packages/sdk-ui-vue/src/ai/composables/use-get-query-recommendations.d.ts +2 -2
- package/dist/packages/sdk-ui-vue/src/ai/providers/ai-context-provider/ai-context-provider.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/ai/providers/ai-context-provider/ai-context.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/area-chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/area-range-chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/areamap-chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/bar-chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/boxplot-chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/calendar-heatmap-chart.d.ts +178 -0
- package/dist/packages/sdk-ui-vue/src/components/charts/chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/column-chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/funnel-chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/index.d.ts +1 -0
- package/dist/packages/sdk-ui-vue/src/components/charts/indicator-chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/line-chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/pie-chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/pivot-table.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/polar-chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/scatter-chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/scattermap-chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/sunburst-chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/table.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/charts/treemap-chart.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/context-menu.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/dashboard/dashboard-by-id.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/dashboard/dashboard.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/drilldown-breadcrumbs.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/drilldown-widget.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/filters/criteria-filter-tile.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/filters/date-range-filter-tile.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/filters/filter-tile.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/filters/filters-panel.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/filters/member-filter-tile.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/filters/relative-date-filter-tile.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/widgets/chart-widget.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/widgets/table-widget.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/widgets/widget-by-id.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/widgets/widget.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/composables/use-composed-dashboard.d.ts +2 -2
- package/dist/packages/sdk-ui-vue/src/composables/use-execute-csv-query.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/composables/use-execute-custom-widget-query.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/composables/use-get-dashboard-model.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/composables/use-get-filter-members.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/helpers/setup-helper.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/providers/custom-widgets-provider/custom-widgets-context.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/providers/sisense-context-provider/sisense-context-provider.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/providers/sisense-context-provider/sisense-context.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/providers/theme-provider/theme-context.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/providers/theme-provider/theme-provider.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/sdk-ui-core-exports.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/utilities/widget-model-translator.d.ts +1 -1
- package/dist/{use-tracking-f167ee99.js → use-tracking-e4b7c524.js} +68638 -68090
- package/dist/use-tracking-ef56f405.cjs +1072 -0
- package/package.json +2 -2
- package/dist/use-tracking-8d4372fd.cjs +0 -1067
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { PropType } from 'vue';
|
2
1
|
import type { GetNlgInsightsProps as GetNlgInsightsPropsPreact } from '@sisense/sdk-ui-preact/ai';
|
2
|
+
import type { PropType } from 'vue';
|
3
3
|
/**
|
4
4
|
* Props of the {@link @sisense/sdk-ui-vue!GetNlgInsights | `GetNlgInsights`} component.
|
5
5
|
*/
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { type Ref } from 'vue';
|
2
1
|
import { type UseGetNlqResultParams as UseGetNlqResultParamsPreact, type UseGetNlqResultState as UseGetNlqResultStatePreact } from '@sisense/sdk-ui-preact/ai';
|
3
|
-
import
|
2
|
+
import { type Ref } from 'vue';
|
4
3
|
import type { WidgetProps } from '../../components/widgets';
|
4
|
+
import type { MaybeRefOrWithRefs, ToRefsExceptFns } from '../../types';
|
5
5
|
/**
|
6
6
|
* Parameters for {@link @sisense/sdk-ui-vue!useGetNlqResult | `useGetNlqResult`} composable.
|
7
7
|
*/
|
@@ -1,7 +1,7 @@
|
|
1
|
+
import { type QueryRecommendation as QueryRecommendationPreact, type UseGetQueryRecommendationsParams as UseGetQueryRecommendationsParamsPreact, type UseGetQueryRecommendationsState as UseGetQueryRecommendationsStatePreact } from '@sisense/sdk-ui-preact/ai';
|
1
2
|
import { type Ref } from 'vue';
|
2
|
-
import { type UseGetQueryRecommendationsParams as UseGetQueryRecommendationsParamsPreact, type UseGetQueryRecommendationsState as UseGetQueryRecommendationsStatePreact, type QueryRecommendation as QueryRecommendationPreact } from '@sisense/sdk-ui-preact/ai';
|
3
|
-
import type { MaybeRefOrWithRefs, ToRefsExceptFns } from '../../types';
|
4
3
|
import type { WidgetProps } from '../../components/widgets';
|
4
|
+
import type { MaybeRefOrWithRefs, ToRefsExceptFns } from '../../types';
|
5
5
|
/**
|
6
6
|
* Parameters for {@link @sisense/sdk-ui-vue!useGetQueryRecommendations | `useGetQueryRecommendations`} composable.
|
7
7
|
*/
|
package/dist/packages/sdk-ui-vue/src/ai/providers/ai-context-provider/ai-context-provider.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { PropType } from 'vue';
|
2
1
|
import type { AiContextProviderProps as AiContextProviderPropsPreact } from '@sisense/sdk-ui-preact/ai';
|
2
|
+
import type { PropType } from 'vue';
|
3
3
|
/**
|
4
4
|
* Props of the {@link @sisense/sdk-ui-vue!AiContextProvider | `AiContextProvider`} component.
|
5
5
|
*/
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { InjectionKey, Ref } from 'vue';
|
2
1
|
import type { CustomAiContext } from '@sisense/sdk-ui-preact/ai';
|
2
|
+
import type { InjectionKey, Ref } from 'vue';
|
3
3
|
export declare const defaultAiContext: Partial<CustomAiContext>;
|
4
4
|
export declare const aiContextKey: InjectionKey<Ref<CustomAiContext>>;
|
5
5
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { PropType } from 'vue';
|
2
1
|
import type { AreaRangeChartProps as AreaRangeChartPropsPreact } from '@sisense/sdk-ui-preact';
|
2
|
+
import type { PropType } from 'vue';
|
3
3
|
/**
|
4
4
|
* Props of the {@link @sisense/sdk-ui-vue!AreaRangeChart | `AreaRangeChart`} component.
|
5
5
|
*/
|
@@ -0,0 +1,178 @@
|
|
1
|
+
import type { CalendarHeatmapChartProps as CalendarHeatmapChartPropsPreact } from '@sisense/sdk-ui-preact';
|
2
|
+
import type { PropType } from 'vue';
|
3
|
+
/**
|
4
|
+
* Props of the {@link @sisense/sdk-ui-vue!CalendarHeatmapChart | `CalendarHeatmapChart`} component.
|
5
|
+
*/
|
6
|
+
export interface CalendarHeatmapChartProps extends CalendarHeatmapChartPropsPreact {
|
7
|
+
}
|
8
|
+
/**
|
9
|
+
* A Vue component that visualizes values over days in a calendar-like view,
|
10
|
+
* making it easy to identify daily patterns or anomalies
|
11
|
+
*
|
12
|
+
* @example
|
13
|
+
* Here's how you can use the CalendarHeatmapChart component in a Vue application:
|
14
|
+
* ```vue
|
15
|
+
* <template>
|
16
|
+
* <CalendarHeatmapChart
|
17
|
+
:dataOptions="calendarChartProps.dataOptions"
|
18
|
+
:dataSet="calendarChartProps.dataSet"
|
19
|
+
:filters="calendarChartProps.filters"
|
20
|
+
:styleOptions="calendarChartProps.styleOptions"
|
21
|
+
/>
|
22
|
+
* </template>
|
23
|
+
*
|
24
|
+
* <script setup lang="ts">
|
25
|
+
* import { ref } from 'vue';
|
26
|
+
* import { measureFactory, filterFactory } from '@sisense/sdk-data';
|
27
|
+
* import * as DM from '../assets/sample-retail-model';
|
28
|
+
* import { CalendarHeatmapChart, type CalendarHeatmapChartProps } from '@sisense/sdk-ui-vue';
|
29
|
+
*
|
30
|
+
* const calendarChartProps = ref<CalendarHeatmapChartProps>({
|
31
|
+
* dataSet: DM.DataSource,
|
32
|
+
* dataOptions: {
|
33
|
+
* date: DM.DimDate.Date.Days,
|
34
|
+
* value: measureFactory.sum(DM.Fact_Sale_orders.OrderRevenue, 'Total Revenue'),
|
35
|
+
* },
|
36
|
+
* styleOptions: {
|
37
|
+
* viewType: 'quarter',
|
38
|
+
* },
|
39
|
+
* filters: [],
|
40
|
+
* });
|
41
|
+
* </script>
|
42
|
+
* ```
|
43
|
+
* <img src="media://vue-calendar-heatmap-chart-example.png" width="800"/>
|
44
|
+
* @param {CalendarHeatmapChartProps} - Calendar heatmap chart properties
|
45
|
+
* @returns Calendar Heatmap Chart component
|
46
|
+
* @group Charts
|
47
|
+
*/
|
48
|
+
export declare const CalendarHeatmapChart: import("vue").DefineComponent<{
|
49
|
+
/**
|
50
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.dataOptions}
|
51
|
+
*
|
52
|
+
* @category Chart
|
53
|
+
*/
|
54
|
+
dataOptions: {
|
55
|
+
type: PropType<import("@sisense/sdk-ui-preact").CalendarHeatmapChartDataOptions>;
|
56
|
+
required: true;
|
57
|
+
};
|
58
|
+
/**
|
59
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.dataSet}
|
60
|
+
*
|
61
|
+
* @category Data
|
62
|
+
*/
|
63
|
+
dataSet: PropType<import("@sisense/sdk-data").DataSource | import("@sisense/sdk-data").Data | undefined>;
|
64
|
+
/**
|
65
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.filters}
|
66
|
+
*
|
67
|
+
* @category Data
|
68
|
+
*/
|
69
|
+
filters: PropType<import("@sisense/sdk-data").FilterRelations | import("@sisense/sdk-data").Filter[] | undefined>;
|
70
|
+
/**
|
71
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.highlights}
|
72
|
+
*
|
73
|
+
* @category Data
|
74
|
+
*/
|
75
|
+
highlights: PropType<import("@sisense/sdk-data").Filter[] | undefined>;
|
76
|
+
/**
|
77
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.styleOptions}
|
78
|
+
*
|
79
|
+
* @category Chart
|
80
|
+
*/
|
81
|
+
styleOptions: PropType<import("@sisense/sdk-ui-preact").CalendarHeatmapStyleOptions | undefined>;
|
82
|
+
/**
|
83
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.onBeforeRender}
|
84
|
+
*
|
85
|
+
* @category Callbacks
|
86
|
+
*/
|
87
|
+
onBeforeRender: PropType<import("@sisense/sdk-ui-preact").BeforeRenderHandler | undefined>;
|
88
|
+
/**
|
89
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.onDataReady}
|
90
|
+
*
|
91
|
+
* @category Callbacks
|
92
|
+
*/
|
93
|
+
onDataReady: PropType<((data: import("@sisense/sdk-data").Data) => import("@sisense/sdk-data").Data) | undefined>;
|
94
|
+
/**
|
95
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.onDataPointClick}
|
96
|
+
*
|
97
|
+
* @category Callbacks
|
98
|
+
*/
|
99
|
+
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
100
|
+
/**
|
101
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.onDataPointContextMenu}
|
102
|
+
*
|
103
|
+
* @category Callbacks
|
104
|
+
*/
|
105
|
+
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
106
|
+
/**
|
107
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.onDataPointsSelected}
|
108
|
+
*
|
109
|
+
* @category Callbacks
|
110
|
+
*/
|
111
|
+
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointsEventHandler | undefined>;
|
112
|
+
}, (() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
113
|
+
[key: string]: any;
|
114
|
+
}>) | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
115
|
+
/**
|
116
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.dataOptions}
|
117
|
+
*
|
118
|
+
* @category Chart
|
119
|
+
*/
|
120
|
+
dataOptions: {
|
121
|
+
type: PropType<import("@sisense/sdk-ui-preact").CalendarHeatmapChartDataOptions>;
|
122
|
+
required: true;
|
123
|
+
};
|
124
|
+
/**
|
125
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.dataSet}
|
126
|
+
*
|
127
|
+
* @category Data
|
128
|
+
*/
|
129
|
+
dataSet: PropType<import("@sisense/sdk-data").DataSource | import("@sisense/sdk-data").Data | undefined>;
|
130
|
+
/**
|
131
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.filters}
|
132
|
+
*
|
133
|
+
* @category Data
|
134
|
+
*/
|
135
|
+
filters: PropType<import("@sisense/sdk-data").FilterRelations | import("@sisense/sdk-data").Filter[] | undefined>;
|
136
|
+
/**
|
137
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.highlights}
|
138
|
+
*
|
139
|
+
* @category Data
|
140
|
+
*/
|
141
|
+
highlights: PropType<import("@sisense/sdk-data").Filter[] | undefined>;
|
142
|
+
/**
|
143
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.styleOptions}
|
144
|
+
*
|
145
|
+
* @category Chart
|
146
|
+
*/
|
147
|
+
styleOptions: PropType<import("@sisense/sdk-ui-preact").CalendarHeatmapStyleOptions | undefined>;
|
148
|
+
/**
|
149
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.onBeforeRender}
|
150
|
+
*
|
151
|
+
* @category Callbacks
|
152
|
+
*/
|
153
|
+
onBeforeRender: PropType<import("@sisense/sdk-ui-preact").BeforeRenderHandler | undefined>;
|
154
|
+
/**
|
155
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.onDataReady}
|
156
|
+
*
|
157
|
+
* @category Callbacks
|
158
|
+
*/
|
159
|
+
onDataReady: PropType<((data: import("@sisense/sdk-data").Data) => import("@sisense/sdk-data").Data) | undefined>;
|
160
|
+
/**
|
161
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.onDataPointClick}
|
162
|
+
*
|
163
|
+
* @category Callbacks
|
164
|
+
*/
|
165
|
+
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
166
|
+
/**
|
167
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.onDataPointContextMenu}
|
168
|
+
*
|
169
|
+
* @category Callbacks
|
170
|
+
*/
|
171
|
+
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
172
|
+
/**
|
173
|
+
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.onDataPointsSelected}
|
174
|
+
*
|
175
|
+
* @category Callbacks
|
176
|
+
*/
|
177
|
+
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointsEventHandler | undefined>;
|
178
|
+
}>>, {}, {}>;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { type PropType } from 'vue';
|
2
1
|
import { type ChartProps } from '@sisense/sdk-ui-preact';
|
2
|
+
import { type PropType } from 'vue';
|
3
3
|
export { ChartProps };
|
4
4
|
/**
|
5
5
|
* A Vue component used for easily switching chart types or rendering multiple series of different chart types.
|
@@ -1,5 +1,6 @@
|
|
1
1
|
export { AreaChart, type AreaChartProps } from './area-chart';
|
2
2
|
export { BarChart, type BarChartProps } from './bar-chart';
|
3
|
+
export { CalendarHeatmapChart, type CalendarHeatmapChartProps } from './calendar-heatmap-chart';
|
3
4
|
export { ColumnChart, type ColumnChartProps } from './column-chart';
|
4
5
|
export { FunnelChart, type FunnelChartProps } from './funnel-chart';
|
5
6
|
export { LineChart, type LineChartProps } from './line-chart';
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { PropType } from 'vue';
|
2
1
|
import type { IndicatorChartProps as IndicatorChartPropsPreact } from '@sisense/sdk-ui-preact';
|
2
|
+
import type { PropType } from 'vue';
|
3
3
|
/**
|
4
4
|
* Props of the {@link @sisense/sdk-ui-vue!IndicatorChart | `IndicatorChart`} component.
|
5
5
|
*/
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { PropType } from 'vue';
|
2
1
|
import type { ScattermapChartProps as ScattermapChartPropsPreact } from '@sisense/sdk-ui-preact';
|
2
|
+
import type { PropType } from 'vue';
|
3
3
|
/**
|
4
4
|
* Props of the {@link @sisense/sdk-ui-vue!ScattermapChart | `ScattermapChart`} component.
|
5
5
|
*/
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { PropType } from 'vue';
|
2
1
|
import type { SunburstChartProps as SunburstChartPropsPreact } from '@sisense/sdk-ui-preact';
|
2
|
+
import type { PropType } from 'vue';
|
3
3
|
/**
|
4
4
|
* Props of the {@link @sisense/sdk-ui-vue!SunburstChart | `SunburstChart`} component.
|
5
5
|
*/
|
@@ -1,5 +1,5 @@
|
|
1
|
+
import type { DashboardByIdConfig, DashboardByIdProps as DashboardByIdPropsPreact } from '@sisense/sdk-ui-preact';
|
1
2
|
import type { PropType } from 'vue';
|
2
|
-
import type { DashboardByIdProps as DashboardByIdPropsPreact, DashboardByIdConfig } from '@sisense/sdk-ui-preact';
|
3
3
|
export { DashboardByIdConfig };
|
4
4
|
/**
|
5
5
|
* Props of the {@link @sisense/sdk-ui-vue!DashboardById | `DashboardById`} component.
|
@@ -1,5 +1,5 @@
|
|
1
|
+
import type { DashboardConfig, DashboardFiltersPanelConfig, DashboardProps as DashboardPropsPreact } from '@sisense/sdk-ui-preact';
|
1
2
|
import type { PropType } from 'vue';
|
2
|
-
import type { DashboardProps as DashboardPropsPreact, DashboardConfig, DashboardFiltersPanelConfig } from '@sisense/sdk-ui-preact';
|
3
3
|
import type { WidgetProps } from '../widgets';
|
4
4
|
export { DashboardConfig, DashboardFiltersPanelConfig };
|
5
5
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { PropType } from 'vue';
|
2
1
|
import type { DrilldownBreadcrumbsProps as DrilldownBreadcrumbsPropsPreact } from '@sisense/sdk-ui-preact';
|
2
|
+
import type { PropType } from 'vue';
|
3
3
|
/**
|
4
4
|
* Props of the {@link @sisense/sdk-ui-vue!DrilldownBreadcrumbs | `DrilldownBreadcrumbs`} component.
|
5
5
|
*/
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { Component, PropType } from 'vue';
|
2
1
|
import type { ContextMenuProps, DrilldownWidgetProps as DrilldownWidgetPropsPreact } from '@sisense/sdk-ui-preact';
|
2
|
+
import type { Component, PropType } from 'vue';
|
3
3
|
export type DrilldownWidgetConfig = {
|
4
4
|
isBreadcrumbsDetached?: boolean;
|
5
5
|
breadcrumbsComponent?: Component;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { PropType } from 'vue';
|
2
1
|
import type { CriteriaFilterTileProps as CriteriaFilterTilePropsPreact } from '@sisense/sdk-ui-preact';
|
2
|
+
import type { PropType } from 'vue';
|
3
3
|
/**
|
4
4
|
* Props of the {@link @sisense/sdk-ui-vue!CriteriaFilterTile | `CriteriaFilterTile`} component.
|
5
5
|
*/
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { PropType } from 'vue';
|
2
1
|
import type { DateRangeFilterTileProps as DateRangeFilterTilePropsPreact } from '@sisense/sdk-ui-preact';
|
2
|
+
import type { PropType } from 'vue';
|
3
3
|
/**
|
4
4
|
* Props of the {@link @sisense/sdk-ui-vue!DateRangeFilterTile | `DateRangeFilterTile`} component.
|
5
5
|
*/
|
@@ -1,5 +1,5 @@
|
|
1
|
+
import type { FiltersPanelConfig, FiltersPanelProps as FiltersPanelPropsPreact } from '@sisense/sdk-ui-preact';
|
1
2
|
import type { PropType } from 'vue';
|
2
|
-
import type { FiltersPanelProps as FiltersPanelPropsPreact, FiltersPanelConfig } from '@sisense/sdk-ui-preact';
|
3
3
|
/** Reexport related types */
|
4
4
|
export type { FiltersPanelConfig };
|
5
5
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { PropType } from 'vue';
|
2
1
|
import type { MemberFilterTileProps as MemberFilterTilePropsPreact } from '@sisense/sdk-ui-preact';
|
2
|
+
import type { PropType } from 'vue';
|
3
3
|
/**
|
4
4
|
* Props of the {@link @sisense/sdk-ui-vue!MemberFilterTile | `MemberFilterTile`} component.
|
5
5
|
*/
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { PropType } from 'vue';
|
2
1
|
import type { RelativeDateFilterTileProps as RelativeDateFilterTilePropsPreact } from '@sisense/sdk-ui-preact';
|
2
|
+
import type { PropType } from 'vue';
|
3
3
|
/**
|
4
4
|
* Props of the {@link @sisense/sdk-ui-vue!RelativeDateFilterTile | `RelativeDateFilterTile`} component.
|
5
5
|
*/
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type { PropType } from 'vue';
|
3
2
|
import type { ChartWidgetProps } from '@sisense/sdk-ui-preact';
|
3
|
+
import type { PropType } from 'vue';
|
4
4
|
export { ChartWidgetProps };
|
5
5
|
/**
|
6
6
|
* The Chart Widget component extending the {@link Chart} component to support widget style options.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type { PropType } from 'vue';
|
3
2
|
import { type TableWidgetProps } from '@sisense/sdk-ui-preact';
|
3
|
+
import type { PropType } from 'vue';
|
4
4
|
export { TableWidgetProps };
|
5
5
|
/**
|
6
6
|
* The TableWidget component extending the Table component to support widget style options.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type { PropType } from 'vue';
|
3
2
|
import type { WidgetByIdProps as WidgetByIdPropsPreact } from '@sisense/sdk-ui-preact';
|
3
|
+
import type { PropType } from 'vue';
|
4
4
|
/**
|
5
5
|
* Props of the {@link @sisense/sdk-ui-vue!WidgetById | `WidgetById`} component.
|
6
6
|
*/
|
@@ -1,5 +1,5 @@
|
|
1
|
+
import type { ChartWidgetProps, CustomWidgetProps, PivotTableWidgetProps as PivotTableWidgetPropsPreact, SoftUnion, TextWidgetProps, WithCommonWidgetProps } from '@sisense/sdk-ui-preact';
|
1
2
|
import type { PropType } from 'vue';
|
2
|
-
import type { ChartWidgetProps, PivotTableWidgetProps as PivotTableWidgetPropsPreact, CustomWidgetProps, SoftUnion, TextWidgetProps, WithCommonWidgetProps } from '@sisense/sdk-ui-preact';
|
3
3
|
export { WithCommonWidgetProps, TextWidgetProps, CustomWidgetProps };
|
4
4
|
export interface PivotTableWidgetProps extends PivotTableWidgetPropsPreact {
|
5
5
|
}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import type { Filter, FilterRelations } from '@sisense/sdk-data';
|
2
2
|
import { type ComposableDashboardProps as ComposableDashboardPropsPreact, type UseComposedDashboardOptions, type WidgetsPanelLayout } from '@sisense/sdk-ui-preact';
|
3
|
+
import { type Ref } from 'vue';
|
3
4
|
import type { DashboardProps } from '../components/dashboard';
|
4
5
|
import type { MaybeRef } from '../types';
|
5
|
-
import type { Filter, FilterRelations } from '@sisense/sdk-data';
|
6
6
|
export interface ComposableDashboardProps extends ComposableDashboardPropsPreact {
|
7
7
|
}
|
8
8
|
/**
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { type
|
1
|
+
import { type CsvQueryState, type ExecuteCsvQueryParams } from '@sisense/sdk-ui-preact';
|
2
2
|
import type { MaybeRefOrWithRefs } from '../types';
|
3
3
|
/**
|
4
4
|
* A Vue composable function `useExecuteCsvQuery` that executes a CSV data query.
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { type ExecuteCustomWidgetQueryParams as ExecuteCustomWidgetQueryParamsPreact
|
1
|
+
import { type CustomWidgetQueryState, type ExecuteCustomWidgetQueryParams as ExecuteCustomWidgetQueryParamsPreact } from '@sisense/sdk-ui-preact';
|
2
2
|
import type { MaybeRefOrWithRefs } from '../types';
|
3
3
|
export type { CustomWidgetQueryState };
|
4
4
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { MaybeRefOrWithRefs } from '../types';
|
2
1
|
import type { GetDashboardModelParams } from '@sisense/sdk-ui-preact';
|
2
|
+
import type { MaybeRefOrWithRefs } from '../types';
|
3
3
|
/**
|
4
4
|
* A Vue composable function `useGetDashboardModel` for fetching a Sisense dashboard model.
|
5
5
|
* It simplifies the process of retrieving detailed dashboard data, including widgets if specified,
|
@@ -1,5 +1,5 @@
|
|
1
|
+
import { type FilterMembersErrorState, type FilterMembersLoadingState, type FilterMembersState, type FilterMembersSuccessState, type GetFilterMembersData, type GetFilterMembersParams } from '@sisense/sdk-ui-preact';
|
1
2
|
import { type ToRefs } from 'vue';
|
2
|
-
import { type GetFilterMembersParams, type GetFilterMembersData, type FilterMembersState, type FilterMembersLoadingState, type FilterMembersErrorState, type FilterMembersSuccessState } from '@sisense/sdk-ui-preact';
|
3
3
|
import type { MaybeRefOrWithRefs } from '../types';
|
4
4
|
/** Reexport types from @sisense/sdk-ui-preact */
|
5
5
|
export { GetFilterMembersParams, GetFilterMembersData, FilterMembersState, FilterMembersLoadingState, FilterMembersErrorState, FilterMembersSuccessState, };
|
@@ -1,5 +1,5 @@
|
|
1
|
+
import { type AnyComponentFunction, type ContextConnector } from '@sisense/sdk-ui-preact';
|
1
2
|
import { type Slots } from 'vue';
|
2
|
-
import { type ContextConnector, type AnyComponentFunction } from '@sisense/sdk-ui-preact';
|
3
3
|
export declare function createDefaultContextConnectors(): (ContextConnector<import("@sisense/sdk-ui-preact").CustomWidgetsProviderAdapterProps> | ContextConnector<import("@sisense/sdk-ui-preact").CustomSisenseContextProviderProps> | ContextConnector<import("@sisense/sdk-ui-preact").CustomThemeProviderProps>)[];
|
4
4
|
export declare function getRawData<T>(data: T): T;
|
5
5
|
export declare function toDeepRaw<T>(data: T): T;
|
package/dist/packages/sdk-ui-vue/src/providers/custom-widgets-provider/custom-widgets-context.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
+
import type { CustomWidgetComponent, CustomWidgetsContextAdapter } from '@sisense/sdk-ui-preact';
|
1
2
|
import type { InjectionKey, Ref } from 'vue';
|
2
|
-
import type { CustomWidgetsContextAdapter, CustomWidgetComponent } from '@sisense/sdk-ui-preact';
|
3
3
|
export declare const defaultCustomWidgetsContext: {
|
4
4
|
customWidgetsMap: Map<string, CustomWidgetComponent<any>>;
|
5
5
|
};
|
package/dist/packages/sdk-ui-vue/src/providers/sisense-context-provider/sisense-context.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { InjectionKey, Ref } from 'vue';
|
2
1
|
import type { CustomSisenseContext } from '@sisense/sdk-ui-preact';
|
2
|
+
import type { InjectionKey, Ref } from 'vue';
|
3
3
|
export declare const defaultSisenseContext: CustomSisenseContext;
|
4
4
|
export declare const sisenseContextKey: InjectionKey<Ref<import("@sisense/sdk-ui/dist/packages/sdk-ui/src/sisense-context/sisense-context").SisenseContextPayload>>;
|
5
5
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { InjectionKey, Ref } from 'vue';
|
2
1
|
import { type CompleteThemeSettings } from '@sisense/sdk-ui-preact';
|
2
|
+
import type { InjectionKey, Ref } from 'vue';
|
3
3
|
export declare const themeContextConfigKey: InjectionKey<Ref<CompleteThemeSettings>>;
|
4
4
|
/**
|
5
5
|
* Gets Theme context
|
@@ -1,2 +1,2 @@
|
|
1
1
|
export { boxWhiskerProcessResult, extractDimensionsAndMeasures } from '@sisense/sdk-ui-preact';
|
2
|
-
export type { ChartType, CartesianChartType, CategoricalChartType, ScatterChartType, IndicatorChartType, BoxplotChartType, ScattermapChartType, AreamapChartType, TableType, AreaSubtype, LineSubtype, PieSubtype, PolarSubtype, StackableSubtype, BoxplotSubtype, WidgetType, CartesianWidgetType, CategoricalWidgetType, TabularWidgetType, ExecuteQueryByWidgetIdParams, ExecuteQueryParams, GetWidgetModelParams, GetSharedFormulaParams, GetDashboardModelParams, UseGetSharedFormulaParams, GetDashboardModelsParams, GetHierarchyModelsParams, ChartDataOptions, CartesianChartDataOptions, CategoricalChartDataOptions, ScatterChartDataOptions, IndicatorChartDataOptions, BoxplotChartDataOptions, BoxplotChartCustomDataOptions, ScattermapChartDataOptions, AreamapChartDataOptions, TableDataOptions, PivotTableDataOptions, WidgetDataOptions, NumberFormatConfig, DecimalScale, DataColorCondition, ConditionalDataColorOptions, DataColorOptions, RangeDataColorOptions, UniformDataColorOptions, ValueToColorMap, MultiColumnValueToColorMap, SortDirection, BoxWhiskerType, ScattermapLocationLevel, StyledColumn, StyledMeasureColumn, PivotRowsSort, ChartStyleOptions, LineStyleOptions, AreaStyleOptions, StackableStyleOptions, PieStyleOptions, FunnelStyleOptions, PolarStyleOptions, IndicatorStyleOptions, NumericSimpleIndicatorStyleOptions, NumericBarIndicatorStyleOptions, GaugeIndicatorStyleOptions, ScatterStyleOptions, TreemapStyleOptions, SunburstStyleOptions, BoxplotStyleOptions, ScattermapStyleOptions, AreamapStyleOptions, ChartWidgetStyleOptions, WidgetStyleOptions, WidgetByIdStyleOptions, TableStyleOptions, PivotTableStyleOptions, AreaRangeStyleOptions, DataLimits, Legend, Markers, Labels, IndicatorComponents, ScatterMarkerSize, LineWidth, LineOptions, DashStyle, EndCapType, AxisLabel, Convolution, SeriesLabels, X2Title, ScattermapMarkers, WidgetModel, DashboardModel, BeforeRenderHandler, DataPoint, ScatterDataPoint, HighchartsOptions, BoxplotDataPoint, IndicatorBeforeRenderHandler, IndicatorRenderOptions, DashboardLayoutOptions, WidgetsPanelLayout, WidgetsPanelColumnLayout, WidgetId, WidgetsOptions, AppConfig, DateConfig, MenuItemSection, MonthOfYear, DayOfWeek, DateLevel, ThemeOid, GetDashboardModelOptions, GetDashboardModelsOptions, SeriesChartType, MenuPosition, ThemeSettings, Color, ColorPaletteTheme, Navigator, DrilldownOptions, DrilldownSelection, Member, FilterVariant, TranslationConfig, } from '@sisense/sdk-ui-preact';
|
2
|
+
export type { ChartType, CartesianChartType, CategoricalChartType, ScatterChartType, IndicatorChartType, BoxplotChartType, CalendarHeatmapChartType, ScattermapChartType, AreamapChartType, TableType, AreaSubtype, LineSubtype, PieSubtype, PolarSubtype, StackableSubtype, BoxplotSubtype, WidgetType, CartesianWidgetType, CategoricalWidgetType, TabularWidgetType, ExecuteQueryByWidgetIdParams, ExecuteQueryParams, GetWidgetModelParams, GetSharedFormulaParams, GetDashboardModelParams, UseGetSharedFormulaParams, GetDashboardModelsParams, GetHierarchyModelsParams, ChartDataOptions, CartesianChartDataOptions, CategoricalChartDataOptions, ScatterChartDataOptions, IndicatorChartDataOptions, BoxplotChartDataOptions, BoxplotChartCustomDataOptions, CalendarHeatmapChartDataOptions, ScattermapChartDataOptions, AreamapChartDataOptions, TableDataOptions, PivotTableDataOptions, WidgetDataOptions, NumberFormatConfig, DecimalScale, DataColorCondition, ConditionalDataColorOptions, DataColorOptions, RangeDataColorOptions, UniformDataColorOptions, ValueToColorMap, MultiColumnValueToColorMap, SortDirection, BoxWhiskerType, ScattermapLocationLevel, StyledColumn, StyledMeasureColumn, PivotRowsSort, ChartStyleOptions, LineStyleOptions, AreaStyleOptions, StackableStyleOptions, PieStyleOptions, FunnelStyleOptions, PolarStyleOptions, IndicatorStyleOptions, NumericSimpleIndicatorStyleOptions, NumericBarIndicatorStyleOptions, GaugeIndicatorStyleOptions, ScatterStyleOptions, TreemapStyleOptions, SunburstStyleOptions, BoxplotStyleOptions, CalendarHeatmapStyleOptions, ScattermapStyleOptions, AreamapStyleOptions, ChartWidgetStyleOptions, WidgetStyleOptions, WidgetByIdStyleOptions, TableStyleOptions, PivotTableStyleOptions, AreaRangeStyleOptions, DataLimits, Legend, Markers, Labels, IndicatorComponents, ScatterMarkerSize, LineWidth, LineOptions, DashStyle, EndCapType, AxisLabel, Convolution, SeriesLabels, X2Title, ScattermapMarkers, CalendarHeatmapViewType, WidgetModel, DashboardModel, BeforeRenderHandler, DataPoint, ScatterDataPoint, HighchartsOptions, BoxplotDataPoint, CalendarHeatmapDataPoint, CalendarDayOfWeek, IndicatorBeforeRenderHandler, IndicatorRenderOptions, DashboardLayoutOptions, WidgetsPanelLayout, WidgetsPanelColumnLayout, WidgetId, WidgetsOptions, AppConfig, DateConfig, MenuItemSection, MonthOfYear, DayOfWeek, DateLevel, ThemeOid, GetDashboardModelOptions, GetDashboardModelsOptions, SeriesChartType, MenuPosition, ThemeSettings, Color, ColorPaletteTheme, Navigator, DrilldownOptions, DrilldownSelection, Member, FilterVariant, TranslationConfig, } from '@sisense/sdk-ui-preact';
|