@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.
@@ -116902,7 +116902,8 @@ const Rz = {
116902
116902
  tableSearchPlaceholder: { default: "Search" },
116903
116903
  tableSearchStyle: { default: "text" },
116904
116904
  maxHorizontalFilters: { default: 5 },
116905
- maintainColumnOrder: { type: Boolean, default: !0 }
116905
+ maintainColumnOrder: { type: Boolean, default: !0 },
116906
+ customCssProperties: {}
116906
116907
  },
116907
116908
  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"],
116908
116909
  setup(e, { expose: t, emit: i }) {
@@ -117274,7 +117275,7 @@ const Rz = {
117274
117275
  ])) : Re("", !0),
117275
117276
  Ye(Ve(_Fe), Mf({
117276
117277
  ref: "gridRef",
117277
- style: { width: "100%", height: "calc(100% - 44px)" }
117278
+ style: [{ width: "100%", height: "calc(100% - 44px)" }, J.customCssProperties?.agGridWrapper]
117278
117279
  }, Ve(c) ? { serverSideDatasource: Ve(c) } : {}, {
117279
117280
  onColumnMoved: me,
117280
117281
  onColumnRowGroupChanged: we,
@@ -117321,7 +117322,7 @@ const Rz = {
117321
117322
  suppressScrollOnNewData: !0,
117322
117323
  "tooltip-show-delay": J.tooltipShowDelay,
117323
117324
  "tooltip-hide-delay": J.tooltipHideDelay
117324
- }), 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"]),
117325
+ }), 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"]),
117325
117326
  !J.isLoading && !M.value ? (U(), ie("div", gUe, [
117326
117327
  ye("p", fUe, it(A.value), 1)
117327
117328
  ])) : Re("", !0)
@@ -117892,6 +117893,7 @@ const Rz = {
117892
117893
  percentOfFocusViewYKey: { default: "" },
117893
117894
  focusableColumns: {},
117894
117895
  enableGroupingToggle: { type: Boolean },
117896
+ customCssProperties: {},
117895
117897
  colDefs: {},
117896
117898
  rowData: {},
117897
117899
  serverSideRowHandler: {},