@kong-ui-public/analytics-chart 4.6.6 → 4.6.7
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/types/composables/useI18n.d.ts +4 -4
- package/dist/vitals-chart.es.js +3753 -3767
- package/dist/vitals-chart.umd.js +16 -16
- package/package.json +4 -4
|
@@ -214,9 +214,9 @@ export default function useI18n(): {
|
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
216
|
}>;
|
|
217
|
-
i18nT: import("vue").DefineComponent<{
|
|
217
|
+
i18nT: import("@vue/runtime-core").DefineComponent<{
|
|
218
218
|
i18n: {
|
|
219
|
-
type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
|
|
219
|
+
type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
|
|
220
220
|
noDataAvailableTitle: string;
|
|
221
221
|
noDataAvailableDescription: string;
|
|
222
222
|
limitedResultsShown: string;
|
|
@@ -441,9 +441,9 @@ export default function useI18n(): {
|
|
|
441
441
|
type: StringConstructor;
|
|
442
442
|
default: string;
|
|
443
443
|
};
|
|
444
|
-
}, () => import("vue").VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
444
|
+
}, () => import("@vue/runtime-core").VNodeChild, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
445
445
|
i18n: {
|
|
446
|
-
type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
|
|
446
|
+
type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
|
|
447
447
|
noDataAvailableTitle: string;
|
|
448
448
|
noDataAvailableDescription: string;
|
|
449
449
|
limitedResultsShown: string;
|