@turquoisehealth/pit-viper 2.63.1-dev.4 → 2.63.1-dev.5
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/package.json +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.d.ts +4 -0
- package/pv-components/dist/vue/charts/pv-components-charts.js +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +5 -1
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +1 -1
|
@@ -116325,7 +116325,11 @@ const PWe = {
|
|
|
116325
116325
|
getChartImageDataURL: (de) => a.value?.getChartImageDataURL(de),
|
|
116326
116326
|
getCsvData: () => r.value?.getCsvData(),
|
|
116327
116327
|
refreshData: (de) => r.value?.refreshData(de),
|
|
116328
|
-
getFilterValueSelectedMetadataMap: () => r.value?.getFilterValueSelectedMetadataMap()
|
|
116328
|
+
getFilterValueSelectedMetadataMap: () => r.value?.getFilterValueSelectedMetadataMap(),
|
|
116329
|
+
getFocusState: () => ({
|
|
116330
|
+
focuses: N.focuses.value,
|
|
116331
|
+
focusType: N.focusType.value
|
|
116332
|
+
})
|
|
116329
116333
|
}), yw(() => {
|
|
116330
116334
|
o.chartType && (k.value = M.value.find(
|
|
116331
116335
|
(de) => de.id === o.chartType
|