@turquoisehealth/pit-viper 2.77.1-dev.1 → 2.77.2
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 +13 -0
- package/pv-components/dist/vue/charts/pv-components-charts.js +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +5 -3
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +9 -9
- package/pv-components/dist/vue/tables/pv-components-tables.d.ts +7 -0
- package/pv-components/dist/vue/tables/pv-components-tables.js +1 -1
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +4 -3
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +1 -1
|
@@ -46581,7 +46581,8 @@ const cW = { class: "pv-flex" }, uW = {
|
|
|
46581
46581
|
tableSearchPlaceholder: { default: "Search" },
|
|
46582
46582
|
tableSearchStyle: { default: "text" },
|
|
46583
46583
|
maxHorizontalFilters: { default: 5 },
|
|
46584
|
-
maintainColumnOrder: { type: Boolean, default: !0 }
|
|
46584
|
+
maintainColumnOrder: { type: Boolean, default: !0 },
|
|
46585
|
+
customCssProperties: {}
|
|
46585
46586
|
},
|
|
46586
46587
|
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"],
|
|
46587
46588
|
setup(e, { expose: t, emit: o }) {
|
|
@@ -46953,7 +46954,7 @@ const cW = { class: "pv-flex" }, uW = {
|
|
|
46953
46954
|
])) : J("", !0),
|
|
46954
46955
|
ke(te(wP), Ys({
|
|
46955
46956
|
ref: "gridRef",
|
|
46956
|
-
style: { width: "100%", height: "calc(100% - 44px)" }
|
|
46957
|
+
style: [{ width: "100%", height: "calc(100% - 44px)" }, A.customCssProperties?.agGridWrapper]
|
|
46957
46958
|
}, te(d) ? { serverSideDatasource: te(d) } : {}, {
|
|
46958
46959
|
onColumnMoved: ie,
|
|
46959
46960
|
onColumnRowGroupChanged: Ve,
|
|
@@ -47000,7 +47001,7 @@ const cW = { class: "pv-flex" }, uW = {
|
|
|
47000
47001
|
suppressScrollOnNewData: !0,
|
|
47001
47002
|
"tooltip-show-delay": A.tooltipShowDelay,
|
|
47002
47003
|
"tooltip-hide-delay": A.tooltipHideDelay
|
|
47003
|
-
}), 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"]),
|
|
47004
|
+
}), null, 16, ["style", "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"]),
|
|
47004
47005
|
!A.isLoading && !F.value ? (M(), V("div", KW, [
|
|
47005
47006
|
K("p", qW, Se(D.value), 1)
|
|
47006
47007
|
])) : J("", !0)
|