@turquoisehealth/pit-viper 2.72.1-dev.3 → 2.72.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 +1 -0
- package/pv-components/dist/vue/charts/pv-components-charts.js +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +13 -6
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +11 -11
- package/pv-components/dist/vue/tables/pv-components-tables.d.ts +1 -0
- package/pv-components/dist/vue/tables/pv-components-tables.js +1 -1
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +4 -2
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +1 -1
package/package.json
CHANGED
|
@@ -328,6 +328,7 @@ declare interface PvDataTableProps<T> {
|
|
|
328
328
|
tableSearchPlaceholder?: string;
|
|
329
329
|
tableSearchStyle?: TableSearchStyle;
|
|
330
330
|
maxHorizontalFilters?: number;
|
|
331
|
+
maintainColumnOrder?: boolean;
|
|
331
332
|
}
|
|
332
333
|
|
|
333
334
|
export declare const PvDataTableWithChart: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|