@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
|
@@ -116812,7 +116812,8 @@ const lR = (e, t, i) => !e || e.length === 0 ? e : e.slice().sort((o, s) => {
|
|
|
116812
116812
|
focusableColumns: { default: () => [] },
|
|
116813
116813
|
tableSearchPlaceholder: { default: "Search" },
|
|
116814
116814
|
tableSearchStyle: { default: "text" },
|
|
116815
|
-
maxHorizontalFilters: { default: 5 }
|
|
116815
|
+
maxHorizontalFilters: { default: 5 },
|
|
116816
|
+
maintainColumnOrder: { type: Boolean, default: !0 }
|
|
116816
116817
|
},
|
|
116817
116818
|
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"],
|
|
116818
116819
|
setup(e, { expose: t, emit: i }) {
|
|
@@ -117215,6 +117216,7 @@ const lR = (e, t, i) => !e || e.length === 0 ? e : e.slice().sort((o, s) => {
|
|
|
117215
117216
|
loadingCellRenderer: St.value,
|
|
117216
117217
|
loadingCellRendererParams: Xt.value,
|
|
117217
117218
|
maxConcurrentDatasourceRequests: _e(c) ? -1 : void 0,
|
|
117219
|
+
maintainColumnOrder: H.maintainColumnOrder,
|
|
117218
117220
|
modules: o,
|
|
117219
117221
|
rowData: ne.value,
|
|
117220
117222
|
rowHeight: H.rowHeight,
|
|
@@ -117233,7 +117235,7 @@ const lR = (e, t, i) => !e || e.length === 0 ? e : e.slice().sort((o, s) => {
|
|
|
117233
117235
|
suppressScrollOnNewData: !0,
|
|
117234
117236
|
"tooltip-show-delay": H.tooltipShowDelay,
|
|
117235
117237
|
"tooltip-hide-delay": H.tooltipHideDelay
|
|
117236
|
-
}), 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"]),
|
|
117238
|
+
}), 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"]),
|
|
117237
117239
|
!H.isLoading && !w.value ? (K(), oe("div", rUe, [
|
|
117238
117240
|
be("p", aUe, Je(M.value), 1)
|
|
117239
117241
|
])) : Le("", !0)
|
|
@@ -117733,7 +117735,8 @@ const lR = (e, t, i) => !e || e.length === 0 ? e : e.slice().sort((o, s) => {
|
|
|
117733
117735
|
filterTeleportLocation: {},
|
|
117734
117736
|
tableSearchPlaceholder: {},
|
|
117735
117737
|
tableSearchStyle: {},
|
|
117736
|
-
maxHorizontalFilters: { default: 6 }
|
|
117738
|
+
maxHorizontalFilters: { default: 6 },
|
|
117739
|
+
maintainColumnOrder: { type: Boolean }
|
|
117737
117740
|
},
|
|
117738
117741
|
emits: ["chart-state-changed", "column-moved", "column-resized", "column-row-group-changed", "grid-ready", "filter-changed", "sort-changed", "filter-opened", "first-data-rendered", "handle-settings-icon", "focus-update", "chart-collapsed"],
|
|
117739
117742
|
setup(e, { expose: t, emit: i }) {
|
|
@@ -118138,7 +118141,7 @@ const lR = (e, t, i) => !e || e.length === 0 ? e : e.slice().sort((o, s) => {
|
|
|
118138
118141
|
]), ge.legend = {
|
|
118139
118142
|
toggleSeries: !1,
|
|
118140
118143
|
preventHidingAll: !0,
|
|
118141
|
-
enabled:
|
|
118144
|
+
enabled: p.value.length > 1
|
|
118142
118145
|
}, ge.axes = [
|
|
118143
118146
|
{
|
|
118144
118147
|
type: "category",
|