@turquoisehealth/pit-viper 2.59.0 → 2.60.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/package.json +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.d.ts +5 -0
- package/pv-components/dist/vue/charts/pv-components-charts.js +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +200 -195
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +1 -1
- package/pv-components/dist/vue/tables/pv-components-tables.d.ts +5 -0
- package/pv-components/dist/vue/tables/pv-components-tables.js +1 -1
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +2 -1
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +1 -1
|
@@ -44491,6 +44491,7 @@ const l2 = {
|
|
|
44491
44491
|
rowGroupLimit: {},
|
|
44492
44492
|
groupDefaultExpanded: { default: 1 },
|
|
44493
44493
|
isClientSideGroupOpenByDefault: {},
|
|
44494
|
+
isServerSideGroupOpenByDefault: {},
|
|
44494
44495
|
enableCsvExport: { type: Boolean, default: !1 },
|
|
44495
44496
|
csvRowLimit: { default: 2e4 },
|
|
44496
44497
|
serverSideCsvHandler: {},
|
|
@@ -44828,7 +44829,7 @@ const l2 = {
|
|
|
44828
44829
|
refreshData: Ee,
|
|
44829
44830
|
getFilterValueSelectedMetadataMap: Oe
|
|
44830
44831
|
});
|
|
44831
|
-
const Yt = (T) => d ? T.rowNode.level === w.value.length - 2 : !1, ds = q(() => {
|
|
44832
|
+
const Yt = (T) => d ? r.isServerSideGroupOpenByDefault ? r.isServerSideGroupOpenByDefault(T) : T.rowNode.level === w.value.length - 2 : !1, ds = q(() => {
|
|
44832
44833
|
if (!d)
|
|
44833
44834
|
return r.groupDefaultExpanded;
|
|
44834
44835
|
});
|