@sisense/sdk-ui-vue 1.19.0 → 1.21.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs +858 -749
- package/dist/index.d.ts +1 -1
- package/dist/index.js +72280 -72506
- package/dist/{src → packages/sdk-ui-vue/src}/components/dashboard/dashboard-by-id.d.ts +4 -1
- package/dist/packages/sdk-ui-vue/src/components/dashboard/dashboard.d.ts +114 -0
- package/dist/{src → packages/sdk-ui-vue/src}/components/filters/basic-member-filter-tile.d.ts +2 -2
- package/dist/{src → packages/sdk-ui-vue/src}/components/filters/criteria-filter-tile.d.ts +1 -1
- package/dist/{src → packages/sdk-ui-vue/src}/components/filters/date-range-filter-tile.d.ts +1 -1
- package/dist/{src → packages/sdk-ui-vue/src}/components/filters/index.d.ts +1 -0
- package/dist/packages/sdk-ui-vue/src/components/filters/relative-date-filter-tile.d.ts +100 -0
- package/dist/{src → packages/sdk-ui-vue/src}/components/widgets/chart-widget.d.ts +1 -1
- package/dist/{src → packages/sdk-ui-vue/src}/composables/use-custom-drilldown.d.ts +717 -327
- package/dist/{src → packages/sdk-ui-vue/src}/composables/use-get-dashboard-model.d.ts +13 -9
- package/dist/{src → packages/sdk-ui-vue/src}/composables/use-get-dashboard-models.d.ts +1 -1
- package/dist/{src → packages/sdk-ui-vue/src}/composables/use-get-widget-model.d.ts +2 -2
- package/dist/packages/sdk-ui-vue/src/composables/use-plugins.d.ts +8 -0
- package/dist/{src → packages/sdk-ui-vue/src}/providers/plugins-provider.d.ts +3 -7
- package/dist/packages/sdk-ui-vue/src/sdk-ui-core-exports.d.ts +5 -0
- package/dist/{src → packages/sdk-ui-vue/src}/setup-helper.d.ts +4 -2
- package/package.json +2 -2
- package/dist/src/components/dashboard/dashboard.d.ts +0 -95
- package/dist/src/composables/use-plugins.d.ts +0 -12
- package/dist/src/sdk-ui-core-exports.d.ts +0 -5
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/area-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/area-range-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/areamap-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/bar-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/boxplot-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/column-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/funnel-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/index.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/indicator-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/line-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/pie-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/pivot-table.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/polar-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/scatter-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/scattermap-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/sunburst-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/table.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/treemap-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/context-menu.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/dashboard/index.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/drilldown-breadcrumbs.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/drilldown-widget.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/drilldown-widget.vue.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/filters/member-filter-tile.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/widgets/dashboard-widget.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/widgets/index.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/widgets/table-widget.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/composables/index.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-execute-query-by-widget-id.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-execute-query.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-fetch.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-get-shared-formula.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-tracking.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/helpers/use-reducer.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/lib.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/providers/index.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/providers/sisense-context-provider.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/providers/theme-provider.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/types.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/utils.d.ts +0 -0
@@ -18,25 +18,29 @@ import type { GetDashboardModelParams } from '@sisense/sdk-ui-preact';
|
|
18
18
|
* ```vue
|
19
19
|
* <template>
|
20
20
|
* <Dashboard
|
21
|
-
* v-if="
|
22
|
-
* :title="
|
23
|
-
* :
|
24
|
-
* :widgets="
|
25
|
-
* :filters="
|
26
|
-
* :defaultDataSource="
|
27
|
-
* :
|
28
|
-
* :styleOptions="
|
21
|
+
* v-if="dashboardProps"
|
22
|
+
* :title="dashboardProps.title"
|
23
|
+
* :layoutOptions="dashboardProps.layoutOptions"
|
24
|
+
* :widgets="dashboardProps.widgets"
|
25
|
+
* :filters="dashboardProps.filters"
|
26
|
+
* :defaultDataSource="dashboardProps.dataSource"
|
27
|
+
* :widgetsOptions="dashboardProps.widgetsOptions"
|
28
|
+
* :styleOptions="dashboardProps.styleOptions"
|
29
29
|
* />
|
30
30
|
* </template>
|
31
31
|
*
|
32
32
|
* <script setup lang="ts">
|
33
|
-
* import {
|
33
|
+
* import { dashboardModelTranslator, useGetDashboardModel } from '@sisense/sdk-ui-vue';
|
34
34
|
*
|
35
35
|
* const { dashboard } = useGetDashboardModel({
|
36
36
|
* dashboardOid: '6441e728dac1920034bce737',
|
37
37
|
* includeWidgets: true,
|
38
38
|
* includeFilters: true,
|
39
39
|
* });
|
40
|
+
*
|
41
|
+
* const dashboardProps = computed(() =>
|
42
|
+
* dashboard.value ? dashboardModelTranslator.toDashboardProps(dashboard.value) : null,
|
43
|
+
* );
|
40
44
|
* </script>
|
41
45
|
* ```
|
42
46
|
*
|
@@ -8,7 +8,7 @@ import type { MaybeRefOrWithRefs } from '../types';
|
|
8
8
|
*
|
9
9
|
* **Note:** Dashboard extensions based on JS scripts and add-ons in Fusion are not supported.
|
10
10
|
*
|
11
|
-
* @param
|
11
|
+
* @param params - Parameters for fetching the dashboard models, which can include filters,
|
12
12
|
* sorting options, and pagination settings to customize the fetch operation. The parameters allow for precise control
|
13
13
|
* over which dashboards are retrieved and in what order.
|
14
14
|
*
|
@@ -17,14 +17,14 @@ import type { MaybeRefOrWithRefs } from '../types';
|
|
17
17
|
*
|
18
18
|
* ```vue
|
19
19
|
* <script setup lang="ts">
|
20
|
-
* import { Chart, useGetWidgetModel } from '@sisense/sdk-ui-vue';
|
20
|
+
* import { Chart, useGetWidgetModel, widgetModelTranslator } from '@sisense/sdk-ui-vue';
|
21
21
|
* const { data: widget } = useGetWidgetModel({
|
22
22
|
* dashboardOid: 'your_dashboard_oid',
|
23
23
|
* widgetOid: 'your_widget_oid',
|
24
24
|
* });
|
25
25
|
* </script>
|
26
26
|
* <template>
|
27
|
-
* <Chart v-if="widget" v-bind="
|
27
|
+
* <Chart v-if="widget" v-bind="widgetModelTranslator.toChartProps(widget)" />
|
28
28
|
* </template>
|
29
29
|
* ```
|
30
30
|
*
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* @internal
|
3
|
+
*/
|
4
|
+
export declare const usePlugins: () => {
|
5
|
+
pluginMap: Map<string, import("@sisense/sdk-ui").PluginComponent> & Omit<Map<string, import("@sisense/sdk-ui").PluginComponent>, keyof Map<any, any>>;
|
6
|
+
registerPlugin: (pluginType: string, plugin: import("@sisense/sdk-ui").PluginComponent) => void;
|
7
|
+
getPlugin: (pluginType: string) => import("@sisense/sdk-ui").PluginComponent | undefined;
|
8
|
+
};
|
@@ -6,13 +6,9 @@ import type { CustomPluginsContext } from '@sisense/sdk-ui-preact';
|
|
6
6
|
* @group Contexts
|
7
7
|
*/
|
8
8
|
export declare const getPluginsContext: () => Ref<{
|
9
|
-
pluginMap: Map<string,
|
10
|
-
|
11
|
-
|
12
|
-
createChartProps: (w: import("@sisense/sdk-ui-preact").WidgetModel, themeSettings: import("@sisense/sdk-ui-preact").CompleteThemeSettings) => {};
|
13
|
-
}> & Omit<Map<string, import("@sisense/sdk-ui-preact").WidgetPlugin>, keyof Map<any, any>>;
|
14
|
-
registerPlugin: (pluginType: string, plugin: import("@sisense/sdk-ui-preact").WidgetPlugin) => void;
|
15
|
-
getPlugin: (pluginType: string) => import("@sisense/sdk-ui-preact").WidgetPlugin | undefined;
|
9
|
+
pluginMap: Map<string, import("@sisense/sdk-ui-preact").PluginComponent> & Omit<Map<string, import("@sisense/sdk-ui-preact").PluginComponent>, keyof Map<any, any>>;
|
10
|
+
registerPlugin: (pluginType: string, plugin: import("@sisense/sdk-ui-preact").PluginComponent) => void;
|
11
|
+
getPlugin: (pluginType: string) => import("@sisense/sdk-ui-preact").PluginComponent | undefined;
|
16
12
|
}>;
|
17
13
|
/**
|
18
14
|
* Creates plugins context connector
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export { boxWhiskerProcessResult, widgetModelTranslator, dashboardModelTranslator, } 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, AreaChartProps, BarChartProps, ChartProps, LineChartProps, ColumnChartProps, FunnelChartProps, PolarChartProps, ScatterChartProps, PieChartProps, TreemapChartProps, SunburstChartProps, IndicatorChartProps, AreaRangeChartProps, MemberFilterTileProps, BasicMemberFilterTileProps, CriteriaFilterTileProps, DateRangeFilterTileProps, RelativeDateFilterTileProps, ChartWidgetProps, TableWidgetProps, TableProps, PivotTableProps, DrilldownBreadcrumbsProps, BoxplotChartProps, AreamapChartProps, ScattermapChartProps, SisenseContextProviderProps, DashboardWidgetProps, DashboardByIdProps, DashboardProps, WidgetProps, ExecuteQueryByWidgetIdParams, ExecuteQueryParams, GetWidgetModelParams, GetSharedFormulaParams, GetDashboardModelParams, UseGetSharedFormulaParams, GetDashboardModelsParams, 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, DashboardWidgetStyleOptions, TableStyleOptions, PivotTableStyleOptions, AreaRangeStyleOptions, DataLimits, Legend, Markers, Labels, IndicatorComponents, ScatterMarkerSize, LineWidth, AxisLabel, Convolution, SeriesLabels, X2Title, ScattermapMarkers, WidgetModel, DashboardModel, BeforeRenderHandler, DataPoint, ScatterDataPoint, HighchartsOptions, BoxplotDataPoint, DashboardLayoutOptions, DashboardConfig, WidgetsPanelLayout, WidgetsPanelColumnLayout, WidgetId, WidgetsOptions, AppConfig, DateConfig, MenuItemSection, MonthOfYear, DayOfWeek, DateLevel, ThemeOid, GetDashboardModelOptions, GetDashboardModelsOptions, SeriesChartType, MenuPosition, ThemeSettings, Color, ColorPaletteTheme, Navigator, DrilldownOptions, DrilldownSelection, CriteriaFilterType, Member, FilterVariant, } from '@sisense/sdk-ui-preact';
|
3
|
+
import type { ContextMenuProps as ContextMenuPropsPreact, ThemeProviderProps as ThemeProviderPropsPreact } from '@sisense/sdk-ui-preact';
|
4
|
+
export type ContextMenuProps = Omit<ContextMenuPropsPreact, 'children'>;
|
5
|
+
export type ThemeProviderProps = Omit<ThemeProviderPropsPreact, 'children'>;
|
@@ -2,15 +2,17 @@ import { type Slots } from 'vue';
|
|
2
2
|
export declare function getRawData<T>(data: T): T;
|
3
3
|
export declare function toDeepRaw<T>(data: T): T;
|
4
4
|
/**
|
5
|
+
* Renders a component without children.
|
6
|
+
*
|
5
7
|
* @internal
|
6
|
-
* @description This is a helper function to render a component without children.
|
7
8
|
*/
|
8
9
|
export declare const setupHelper: <P, C>(component: C, props: P) => (() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
9
10
|
[key: string]: any;
|
10
11
|
}>) | null;
|
11
12
|
/**
|
13
|
+
* Renders a component with children.
|
14
|
+
*
|
12
15
|
* @internal
|
13
|
-
* @description This is a helper function to render a component with children.
|
14
16
|
*/
|
15
17
|
export declare const setupHelperWithChildren: <P, C>(component: C, props: P, slots: Slots, contexts?: []) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
16
18
|
[key: string]: any;
|
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"Sisense",
|
12
12
|
"Compose SDK"
|
13
13
|
],
|
14
|
-
"version": "1.
|
14
|
+
"version": "1.21.0",
|
15
15
|
"type": "module",
|
16
16
|
"main": "./dist/index.cjs",
|
17
17
|
"module": "./dist/index.js",
|
@@ -42,7 +42,7 @@
|
|
42
42
|
"format:check": "prettier --check ."
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
|
-
"@sisense/sdk-ui-preact": "^1.
|
45
|
+
"@sisense/sdk-ui-preact": "^1.21.0",
|
46
46
|
"deepmerge": "^4.3.1",
|
47
47
|
"lodash-es": "^4.17.21",
|
48
48
|
"vue": "^3.3.2"
|
@@ -1,95 +0,0 @@
|
|
1
|
-
import type { PropType } from 'vue';
|
2
|
-
/**
|
3
|
-
* A component used for easily rendering a dashboard.
|
4
|
-
*
|
5
|
-
* @example
|
6
|
-
* Here's how you can use the Dashboard component in a Vue application:
|
7
|
-
* ```vue
|
8
|
-
* <template>
|
9
|
-
* <Dashboard
|
10
|
-
* v-if="dashboard"
|
11
|
-
* :title="dashboard.title"
|
12
|
-
* :layout="dashboard.layout"
|
13
|
-
* :widgets="dashboard.widgets"
|
14
|
-
* :filters="dashboard.filters"
|
15
|
-
* :defaultDataSource="dashboard.dataSource"
|
16
|
-
* :widgetFilterOptions="dashboard.widgetFilterOptions"
|
17
|
-
* :styleOptions="dashboard.styleOptions"
|
18
|
-
* />
|
19
|
-
* </template>
|
20
|
-
*
|
21
|
-
* <script setup lang="ts">
|
22
|
-
* import { DashboardById, useGetDashboardModel } from '@sisense/sdk-ui-vue';
|
23
|
-
*
|
24
|
-
* const { dashboard } = useGetDashboardModel({
|
25
|
-
* dashboardOid: '6441e728dac1920034bce737',
|
26
|
-
* includeWidgets: true,
|
27
|
-
* includeFilters: true,
|
28
|
-
* });
|
29
|
-
* </script>
|
30
|
-
* ```
|
31
|
-
* @group Fusion Embed
|
32
|
-
* @fusionEmbed
|
33
|
-
* @alpha
|
34
|
-
*/
|
35
|
-
export declare const Dashboard: import("vue").DefineComponent<{
|
36
|
-
/**
|
37
|
-
* {@inheritDoc @sisense/sdk-ui!DashboardProps.title}
|
38
|
-
*/
|
39
|
-
title: PropType<string>;
|
40
|
-
/**
|
41
|
-
* {@inheritDoc @sisense/sdk-ui!DashboardProps.layout}
|
42
|
-
*/
|
43
|
-
layout: PropType<import("@sisense/sdk-ui-preact").Layout>;
|
44
|
-
/**
|
45
|
-
* {@inheritDoc @sisense/sdk-ui!DashboardProps.widgets}
|
46
|
-
*/
|
47
|
-
widgets: PropType<import("@sisense/sdk-ui-preact").WidgetModel[]>;
|
48
|
-
/**
|
49
|
-
* {@inheritDoc @sisense/sdk-ui!DashboardProps.filters}
|
50
|
-
*/
|
51
|
-
filters: PropType<import("@sisense/sdk-data").Filter[]>;
|
52
|
-
/**
|
53
|
-
* {@inheritDoc @sisense/sdk-ui!DashboardProps.defaultDataSource}
|
54
|
-
*/
|
55
|
-
defaultDataSource: PropType<import("@sisense/sdk-data").DataSource | undefined>;
|
56
|
-
/**
|
57
|
-
* {@inheritDoc @sisense/sdk-ui!DashboardProps.widgetFilterOptions}
|
58
|
-
*/
|
59
|
-
widgetFilterOptions: PropType<import("@sisense/sdk-ui-preact").WidgetFilterOptions | undefined>;
|
60
|
-
/**
|
61
|
-
* {@inheritDoc @sisense/sdk-ui!DashboardProps.styleOptions}
|
62
|
-
*/
|
63
|
-
styleOptions: PropType<import("@sisense/sdk-ui-preact").DashboardStyleOptions>;
|
64
|
-
}, (() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
65
|
-
[key: string]: any;
|
66
|
-
}>) | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
67
|
-
/**
|
68
|
-
* {@inheritDoc @sisense/sdk-ui!DashboardProps.title}
|
69
|
-
*/
|
70
|
-
title: PropType<string>;
|
71
|
-
/**
|
72
|
-
* {@inheritDoc @sisense/sdk-ui!DashboardProps.layout}
|
73
|
-
*/
|
74
|
-
layout: PropType<import("@sisense/sdk-ui-preact").Layout>;
|
75
|
-
/**
|
76
|
-
* {@inheritDoc @sisense/sdk-ui!DashboardProps.widgets}
|
77
|
-
*/
|
78
|
-
widgets: PropType<import("@sisense/sdk-ui-preact").WidgetModel[]>;
|
79
|
-
/**
|
80
|
-
* {@inheritDoc @sisense/sdk-ui!DashboardProps.filters}
|
81
|
-
*/
|
82
|
-
filters: PropType<import("@sisense/sdk-data").Filter[]>;
|
83
|
-
/**
|
84
|
-
* {@inheritDoc @sisense/sdk-ui!DashboardProps.defaultDataSource}
|
85
|
-
*/
|
86
|
-
defaultDataSource: PropType<import("@sisense/sdk-data").DataSource | undefined>;
|
87
|
-
/**
|
88
|
-
* {@inheritDoc @sisense/sdk-ui!DashboardProps.widgetFilterOptions}
|
89
|
-
*/
|
90
|
-
widgetFilterOptions: PropType<import("@sisense/sdk-ui-preact").WidgetFilterOptions | undefined>;
|
91
|
-
/**
|
92
|
-
* {@inheritDoc @sisense/sdk-ui!DashboardProps.styleOptions}
|
93
|
-
*/
|
94
|
-
styleOptions: PropType<import("@sisense/sdk-ui-preact").DashboardStyleOptions>;
|
95
|
-
}>>, {}, {}>;
|
@@ -1,12 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @internal
|
3
|
-
*/
|
4
|
-
export declare const usePlugins: () => {
|
5
|
-
pluginMap: Map<string, {
|
6
|
-
name: string;
|
7
|
-
component: (props: any) => any;
|
8
|
-
createChartProps: (w: import("@sisense/sdk-ui").WidgetModel, themeSettings: import("@sisense/sdk-ui").CompleteThemeSettings) => {};
|
9
|
-
}> & Omit<Map<string, import("@sisense/sdk-ui").WidgetPlugin>, keyof Map<any, any>>;
|
10
|
-
registerPlugin: (pluginType: string, plugin: import("@sisense/sdk-ui").WidgetPlugin) => void;
|
11
|
-
getPlugin: (pluginType: string) => import("@sisense/sdk-ui").WidgetPlugin | undefined;
|
12
|
-
};
|
@@ -1,5 +0,0 @@
|
|
1
|
-
export { boxWhiskerProcessResult } 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, AreaChartProps, BarChartProps, ChartProps, LineChartProps, ColumnChartProps, FunnelChartProps, PolarChartProps, ScatterChartProps, PieChartProps, TreemapChartProps, SunburstChartProps, IndicatorChartProps, AreaRangeChartProps, MemberFilterTileProps, BasicMemberFilterTileProps, CriteriaFilterTileProps, DateRangeFilterTileProps, ChartWidgetProps, TableWidgetProps, TableProps, PivotTableProps, DrilldownBreadcrumbsProps, BoxplotChartProps, AreamapChartProps, ScattermapChartProps, SisenseContextProviderProps, DashboardWidgetProps, DashboardByIdProps, DashboardProps, ExecuteQueryByWidgetIdParams, ExecuteQueryParams, GetWidgetModelParams, GetSharedFormulaParams, GetDashboardModelParams, UseGetSharedFormulaParams, GetDashboardModelsParams, 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, DashboardWidgetStyleOptions, TableStyleOptions, PivotTableStyleOptions, AreaRangeStyleOptions, DataLimits, Legend, Markers, Labels, IndicatorComponents, ScatterMarkerSize, LineWidth, AxisLabel, Convolution, SeriesLabels, X2Title, ScattermapMarkers, WidgetModel, DashboardModel, BeforeRenderHandler, DataPoint, ScatterDataPoint, HighchartsOptions, BoxplotDataPoint, Layout, WidgetFilterOptions, AppConfig, DateConfig, MenuItemSection, MonthOfYear, DayOfWeek, DateLevel, ThemeOid, GetDashboardModelOptions, GetDashboardModelsOptions, SeriesChartType, MenuPosition, ThemeSettings, Color, ColorPaletteTheme, Navigator, DrilldownOptions, DrilldownSelection, CriteriaFilterType, Member, FilterVariant, } from '@sisense/sdk-ui-preact';
|
3
|
-
import type { ContextMenuProps as ContextMenuPropsPreact, ThemeProviderProps as ThemeProviderPropsPreact } from '@sisense/sdk-ui-preact';
|
4
|
-
export type ContextMenuProps = Omit<ContextMenuPropsPreact, 'children'>;
|
5
|
-
export type ThemeProviderProps = Omit<ThemeProviderPropsPreact, 'children'>;
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/dist/{src → packages/sdk-ui-vue/src}/composables/use-execute-query-by-widget-id.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|