@turquoisehealth/pit-viper 2.72.1-dev.4 → 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 +7 -4
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +1 -1
- 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
|
@@ -46491,7 +46491,8 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46491
46491
|
focusableColumns: { default: () => [] },
|
|
46492
46492
|
tableSearchPlaceholder: { default: "Search" },
|
|
46493
46493
|
tableSearchStyle: { default: "text" },
|
|
46494
|
-
maxHorizontalFilters: { default: 5 }
|
|
46494
|
+
maxHorizontalFilters: { default: 5 },
|
|
46495
|
+
maintainColumnOrder: { type: Boolean, default: !0 }
|
|
46495
46496
|
},
|
|
46496
46497
|
emits: ["column-moved", "column-resized", "column-row-group-changed", "grid-ready", "filter-changed", "sort-changed", "filter-opened", "first-data-rendered", "handle-settings-icon", "focus-update"],
|
|
46497
46498
|
setup(e, { expose: t, emit: o }) {
|
|
@@ -46894,6 +46895,7 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46894
46895
|
loadingCellRenderer: tt.value,
|
|
46895
46896
|
loadingCellRendererParams: pt.value,
|
|
46896
46897
|
maxConcurrentDatasourceRequests: oe(d) ? -1 : void 0,
|
|
46898
|
+
maintainColumnOrder: A.maintainColumnOrder,
|
|
46897
46899
|
modules: i,
|
|
46898
46900
|
rowData: Ge.value,
|
|
46899
46901
|
rowHeight: A.rowHeight,
|
|
@@ -46912,7 +46914,7 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46912
46914
|
suppressScrollOnNewData: !0,
|
|
46913
46915
|
"tooltip-show-delay": A.tooltipShowDelay,
|
|
46914
46916
|
"tooltip-hide-delay": A.tooltipHideDelay
|
|
46915
|
-
}), null, 16, ["autoGroupColumnDef", "columnDefs", "debug", "defaultColDef", "getMainMenuItems", "groupDefaultExpanded", "initialState", "isGroupOpenByDefault", "loading", "loadingCellRenderer", "loadingCellRendererParams", "maxConcurrentDatasourceRequests", "rowData", "rowHeight", "rowModelType", "serverSideInitialRowCount", "theme", "pagination", "paginationPageSize", "tooltip-show-delay", "tooltip-hide-delay"]),
|
|
46917
|
+
}), null, 16, ["autoGroupColumnDef", "columnDefs", "debug", "defaultColDef", "getMainMenuItems", "groupDefaultExpanded", "initialState", "isGroupOpenByDefault", "loading", "loadingCellRenderer", "loadingCellRendererParams", "maxConcurrentDatasourceRequests", "maintainColumnOrder", "rowData", "rowHeight", "rowModelType", "serverSideInitialRowCount", "theme", "pagination", "paginationPageSize", "tooltip-show-delay", "tooltip-hide-delay"]),
|
|
46916
46918
|
!A.isLoading && !M.value ? (k(), H("div", WW, [
|
|
46917
46919
|
K("p", $W, Re(F.value), 1)
|
|
46918
46920
|
])) : ee("", !0)
|