@sisense/sdk-ui-vue 1.7.2 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,6 @@ import type { PropType } from 'vue';
2
2
  /**
3
3
  * A Vue component similar to a {@link LineChart},
4
4
  * but with filled in areas under each line and an option to display them as stacked.
5
- * More info on [Sisense Documentation page](https://docs.sisense.com/main/SisenseLinux/area-chart.htm).
6
5
  *
7
6
  * @example
8
7
  * Here's how you can use the AreaChart component in a Vue application:
@@ -1,7 +1,6 @@
1
1
  import type { PropType } from 'vue';
2
2
  /**
3
3
  * A Vue component for visualizing geographical data as polygons on a map.
4
- * See [Areamap Chart](https://docs.sisense.com/main/SisenseLinux/area-map.htm) for more information.
5
4
  *
6
5
  * @example
7
6
  * Here's how you can use the AreamapChart component in a Vue application:
@@ -2,7 +2,7 @@ import type { PropType } from 'vue';
2
2
  /**
3
3
  * A Vue component representing categorical data with horizontal rectangular bars,
4
4
  * whose lengths are proportional to the values that they represent.
5
- * See [Bar Chart](https://docs.sisense.com/main/SisenseLinux/bar-chart.htm) for more information.
5
+ *
6
6
  * @example
7
7
  * Here's how you can use the BarChart component in a Vue application:
8
8
  * ```vue
@@ -2,7 +2,7 @@ import type { PropType } from 'vue';
2
2
  /**
3
3
  * A Vue component representing data in a way that visually describes the distribution, variability,
4
4
  * and center of a data set along an axis.
5
- * See [Boxplot Chart](https://docs.sisense.com/main/SisenseLinux/box-and-whisker-plot.htm) for more information.
5
+ *
6
6
  * @example
7
7
  * Here's how you can use the BoxplotChart component in a Vue application:
8
8
  * ```vue
@@ -2,7 +2,6 @@ import type { PropType } from 'vue';
2
2
  /**
3
3
  * A Vue component representing categorical data with vertical rectangular bars
4
4
  * whose heights are proportional to the values that they represent.
5
- * See [Column Chart](https://docs.sisense.com/main/SisenseLinux/column-chart.htm) for more information.
6
5
  *
7
6
  * @example
8
7
  * Here's how you can use the ColumnChart component in a Vue application:
@@ -1,7 +1,6 @@
1
1
  import type { PropType } from 'vue';
2
2
  /**
3
3
  * A Vue component that provides various options for displaying one or two numeric values as a number, gauge or ticker.
4
- * See [Indicator](https://docs.sisense.com/main/SisenseLinux/indicator.htm) for more information.
5
4
  *
6
5
  * @example
7
6
  * Here's how you can use the IndicatorChart component in a Vue application:
@@ -2,7 +2,6 @@ import type { PropType } from 'vue';
2
2
  /**
3
3
  * A Vue component representing data in a circular graph with the data shown as slices of a whole,
4
4
  * with each slice representing a proportion of the total.
5
- * See [Pie Chart](https://docs.sisense.com/main/SisenseLinux/pie-chart.htm) for more information.
6
5
  *
7
6
  * @example
8
7
  * Here's how you can use the PieChart component in a Vue application:
@@ -1,7 +1,6 @@
1
1
  import { type PropType } from 'vue';
2
2
  /**
3
3
  * A Vue component comparing multiple categories/variables with a spacial perspective in a radial chart.
4
- * See [Polar Chart](https://docs.sisense.com/main/SisenseLinux/polar-chart.htm) for more information.
5
4
  *
6
5
  * @example
7
6
  * Here's how you can use the PolarChart component in a Vue application:
@@ -8,8 +8,6 @@ import type { PropType } from 'vue';
8
8
  * **Size**: An optional field represented by the size of the circles.
9
9
  * If omitted, all scatter points are equal in size. If used, the circle sizes are relative to their values.
10
10
  *
11
- * See [Scatter Chart](https://docs.sisense.com/main/SisenseLinux/scatter-chart.htm) for more information.
12
- *
13
11
  * @example
14
12
  * Here's how you can use the ScatterChart component in a Vue application:
15
13
  * ```vue
@@ -1,8 +1,8 @@
1
1
  import type { PropType } from 'vue';
2
2
  /**
3
3
  * A Vue component displaying hierarchical data in the form of nested rectangles.
4
+ *
4
5
  * This type of chart can be used instead of a column chart for comparing a large number of categories and sub-categories.
5
- * See [Treemap Chart](https://docs.sisense.com/main/SisenseLinux/treemap.htm) for more information.
6
6
  *
7
7
  * @example
8
8
  * Here's how you can use the TreemapChart component in a Vue application:
@@ -49,6 +49,7 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
49
49
  toJSON: () => any;
50
50
  jaql: (nested?: boolean | undefined) => any;
51
51
  skipValidation?: boolean | undefined;
52
+ composeCode?: string | undefined;
52
53
  };
53
54
  }[]>;
54
55
  availableDrilldowns: import("vue").ComputedRef<Attribute[]>;
@@ -70,6 +71,7 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
70
71
  toJSON: () => any;
71
72
  jaql: (nested?: boolean | undefined) => any;
72
73
  skipValidation?: boolean | undefined;
74
+ composeCode?: string | undefined;
73
75
  };
74
76
  readonly filterType: string;
75
77
  readonly guid: string;
@@ -1,5 +1,5 @@
1
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, MemberFilterTileProps, CriteriaFilterTileProps, DateRangeFilterTileProps, ChartWidgetProps, TableWidgetProps, TableProps, PivotTableProps, DrilldownBreadcrumbsProps, BoxplotChartProps, AreamapChartProps, ScattermapChartProps, SisenseContextProviderProps, DashboardWidgetProps, 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, ChartStyleOptions, LineStyleOptions, AreaStyleOptions, StackableStyleOptions, PieStyleOptions, FunnelStyleOptions, PolarStyleOptions, IndicatorStyleOptions, NumericSimpleIndicatorStyleOptions, NumericBarIndicatorStyleOptions, GaugeIndicatorStyleOptions, ScatterStyleOptions, TreemapStyleOptions, SunburstStyleOptions, BoxplotStyleOptions, ScattermapStyleOptions, AreamapStyleOptions, ChartWidgetStyleOptions, WidgetStyleOptions, DashboardWidgetStyleOptions, TableStyleOptions, PivotTableStyleOptions, DataLimits, Legend, Markers, Labels, IndicatorComponents, ScatterMarkerSize, LineWidth, AxisLabel, Convolution, SeriesLabels, X2Title, ScattermapMarkers, WidgetModel, DashboardModel, BeforeRenderHandler, DataPoint, ScatterDataPoint, HighchartsOptions, BoxplotDataPoint, 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';
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, MemberFilterTileProps, CriteriaFilterTileProps, DateRangeFilterTileProps, ChartWidgetProps, TableWidgetProps, TableProps, PivotTableProps, DrilldownBreadcrumbsProps, BoxplotChartProps, AreamapChartProps, ScattermapChartProps, SisenseContextProviderProps, DashboardWidgetProps, 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, DataLimits, Legend, Markers, Labels, IndicatorComponents, ScatterMarkerSize, LineWidth, AxisLabel, Convolution, SeriesLabels, X2Title, ScattermapMarkers, WidgetModel, DashboardModel, BeforeRenderHandler, DataPoint, ScatterDataPoint, HighchartsOptions, BoxplotDataPoint, 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
3
  import type { ContextMenuProps as ContextMenuPropsPreact, ThemeProviderProps as ThemeProviderPropsPreact } from '@sisense/sdk-ui-preact';
4
4
  export type ContextMenuProps = Omit<ContextMenuPropsPreact, 'children'>;
5
5
  export type ThemeProviderProps = Omit<ThemeProviderPropsPreact, 'children'>;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "1.7.2",
14
+ "version": "1.8.0",
15
15
  "type": "module",
16
16
  "main": "./dist/index.js",
17
17
  "module": "./dist/index.js",
@@ -34,7 +34,7 @@
34
34
  "format:check": "prettier --check ."
35
35
  },
36
36
  "dependencies": {
37
- "@sisense/sdk-ui-preact": "^1.7.2",
37
+ "@sisense/sdk-ui-preact": "^1.8.0",
38
38
  "deepmerge": "^4.3.1",
39
39
  "lodash": "^4.17.21",
40
40
  "vue": "^3.3.2"