@turquoisehealth/pit-viper 2.241.1-dev.0 → 2.242.0
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/_src/assets/sprite-v2.svg +1 -1
- package/_src/assets/sprite.svg +1 -1
- package/package.json +1 -1
- package/pv-components/dist/stats/vue/base/stats.html +1 -1
- package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
- package/pv-components/dist/stats/web/pv-sidebar-v2-stats.html +1 -1
- package/pv-components/dist/vue/ai/components/base/PvEmptyState/types.d.ts +17 -0
- package/pv-components/dist/vue/ai/components/base/PvSidebarV2/types.d.ts +2 -0
- package/pv-components/dist/vue/base/components/base/PvEmptyState/types.d.ts +17 -0
- package/pv-components/dist/vue/base/components/base/PvSidebarV2/types.d.ts +2 -0
- package/pv-components/dist/vue/base/pv-components-base.mjs +3 -2
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvEmptyState/types.d.ts +17 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSidebarV2/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSortableList/PvSortableList.vue.d.ts +0 -13
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +0 -19
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvChartOptionsPanel.vue.d.ts +0 -9
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +0 -42
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1520 -1618
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-sidebar-v2/pv-sidebar-v2.js +3 -2
- package/pv-components/dist/web/pv-components.iife.js +1 -1
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -10943,6 +10943,7 @@ var rf = ["aria-label"], af = { class: "pv-filter-panel-header pv-flex pv-border
|
|
|
10943
10943
|
}, $p = { class: "content-panel" }, em = "a[href], button:not([disabled]), input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex=\"-1\"])", tm = /* @__PURE__ */ d({
|
|
10944
10944
|
__name: "PvSidebarV2",
|
|
10945
10945
|
props: /* @__PURE__ */ g({
|
|
10946
|
+
disableOrgProfileHover: { type: Boolean },
|
|
10946
10947
|
disableToggle: { type: Boolean },
|
|
10947
10948
|
navItems: {},
|
|
10948
10949
|
organizations: {},
|
|
@@ -11053,7 +11054,7 @@ var rf = ["aria-label"], af = { class: "pv-filter-panel-header pv-flex pv-border
|
|
|
11053
11054
|
modelValue: fe.value,
|
|
11054
11055
|
"onUpdate:modelValue": r[0] ||= (e) => fe.value = e,
|
|
11055
11056
|
position: X.value ? "right-top" : "bottom-left",
|
|
11056
|
-
"show-on-hover": X.value && !le.value,
|
|
11057
|
+
"show-on-hover": X.value && !le.value && !e.disableOrgProfileHover,
|
|
11057
11058
|
"enable-group-sync": "",
|
|
11058
11059
|
"enable-click-toggle": "",
|
|
11059
11060
|
"use-teleport": !!T.value,
|
|
@@ -11300,7 +11301,7 @@ var rf = ["aria-label"], af = { class: "pv-filter-panel-header pv-flex pv-border
|
|
|
11300
11301
|
modelValue: Z.value,
|
|
11301
11302
|
"onUpdate:modelValue": r[2] ||= (e) => Z.value = e,
|
|
11302
11303
|
position: X.value ? "right-bottom" : "top-left",
|
|
11303
|
-
"show-on-hover": X.value,
|
|
11304
|
+
"show-on-hover": X.value && !e.disableOrgProfileHover,
|
|
11304
11305
|
"enable-group-sync": "",
|
|
11305
11306
|
"enable-click-toggle": "",
|
|
11306
11307
|
"use-teleport": !!T.value,
|