@carbon/charts-vue 1.13.17 → 1.13.18
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/CHANGELOG.md +9 -0
- package/dist/components/CcvAlluvialChart.d.ts +1 -1
- package/dist/components/CcvAreaChart.d.ts +1 -1
- package/dist/components/CcvBoxplotChart.d.ts +1 -1
- package/dist/components/CcvBubbleChart.d.ts +1 -1
- package/dist/components/CcvBulletChart.d.ts +1 -1
- package/dist/components/CcvChoroplethChart.d.ts +1 -1
- package/dist/components/CcvCirclePackChart.d.ts +1 -1
- package/dist/components/CcvComboChart.d.ts +1 -1
- package/dist/components/CcvDonutChart.d.ts +1 -1
- package/dist/components/CcvGaugeChart.d.ts +1 -1
- package/dist/components/CcvGroupedBarChart.d.ts +1 -1
- package/dist/components/CcvHeatmapChart.d.ts +1 -1
- package/dist/components/CcvHistogramChart.d.ts +1 -1
- package/dist/components/CcvLineChart.d.ts +1 -1
- package/dist/components/CcvLollipopChart.d.ts +1 -1
- package/dist/components/CcvMeterChart.d.ts +1 -1
- package/dist/components/CcvPieChart.d.ts +1 -1
- package/dist/components/CcvRadarChart.d.ts +1 -1
- package/dist/components/CcvScatterChart.d.ts +1 -1
- package/dist/components/CcvSimpleBarChart.d.ts +1 -1
- package/dist/components/CcvStackedAreaChart.d.ts +1 -1
- package/dist/components/CcvStackedBarChart.d.ts +1 -1
- package/dist/components/CcvTreeChart.d.ts +1 -1
- package/dist/components/CcvTreemapChart.d.ts +1 -1
- package/dist/components/CcvWordCloudChart.d.ts +1 -1
- package/dist/components/chartFactory.d.ts +1 -1
- package/dist/index.mjs +9 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 1.13.18 (2024-01-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @carbon/charts-vue
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
|
+
|
|
6
15
|
## 1.13.17 (2023-12-29)
|
|
7
16
|
|
|
8
17
|
**Note:** Version bump only for package @carbon/charts-vue
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -77,7 +77,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
77
77
|
destroy: () => void;
|
|
78
78
|
} | null>;
|
|
79
79
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
80
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
80
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
81
81
|
data: {
|
|
82
82
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
83
83
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -77,7 +77,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
77
77
|
destroy: () => void;
|
|
78
78
|
} | null>;
|
|
79
79
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
80
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
80
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
81
81
|
data: {
|
|
82
82
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
83
83
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -77,7 +77,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
77
77
|
destroy: () => void;
|
|
78
78
|
} | null>;
|
|
79
79
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
80
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
80
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
81
81
|
data: {
|
|
82
82
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
83
83
|
required: true;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -78,7 +78,7 @@ export declare function chartFactory<T extends ChartOptions>(chartType: any, cha
|
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
-
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => ChartTabularData;
|
|
84
84
|
required: true;
|
package/dist/index.mjs
CHANGED
|
@@ -14771,7 +14771,9 @@ class vo extends dt {
|
|
|
14771
14771
|
<div class="cds--modal-header cds--modal-header">
|
|
14772
14772
|
<p class="cds--modal-header__label cds--type-delta cds--modal-header__label cds--type-delta" id="modal-title">Tabular representation</p>
|
|
14773
14773
|
|
|
14774
|
-
<p class="cds--modal-header__heading cds--type-beta cds--modal-header__heading cds--type-beta" id="modal-description">${Ze(
|
|
14774
|
+
<p class="cds--modal-header__heading cds--type-beta cds--modal-header__heading cds--type-beta" id="modal-description">${Ze(
|
|
14775
|
+
t.title
|
|
14776
|
+
)}</p>
|
|
14775
14777
|
|
|
14776
14778
|
<button class="cds--modal-close cds--modal-close" type="button" data-modal-close aria-label="close modal" data-modal-primary-focus>
|
|
14777
14779
|
<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" aria-label="Close" width="20" height="20" viewBox="0 0 32 32" role="img" class="cds--modal-close__icon cds--modal-close__icon">
|
|
@@ -15220,11 +15222,15 @@ class Su extends dt {
|
|
|
15220
15222
|
const l = D.appendOrSelect(this.tooltip, "div.content-box");
|
|
15221
15223
|
if (b(this.getOptions(), "tooltip", "customHTML"))
|
|
15222
15224
|
if (i.detail.content) {
|
|
15223
|
-
const c = `<div class="title-tooltip"><p>${Rs(
|
|
15225
|
+
const c = `<div class="title-tooltip"><p>${Rs(
|
|
15226
|
+
i.detail.content
|
|
15227
|
+
)}</p></div>`;
|
|
15224
15228
|
l.html(c);
|
|
15225
15229
|
} else
|
|
15226
15230
|
l.html(
|
|
15227
|
-
`<div class="title-tooltip"><p>${Rs(
|
|
15231
|
+
`<div class="title-tooltip"><p>${Rs(
|
|
15232
|
+
this.model.getOptions().tooltip.customHTML(s, a)
|
|
15233
|
+
)}</p></div>`
|
|
15228
15234
|
);
|
|
15229
15235
|
else
|
|
15230
15236
|
l.html(a);
|