@partex/one-core 2.1.3 → 2.1.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.
@@ -142,6 +142,7 @@ declare const _default: DefineComponent<{
142
142
  searchData: Ref<ObjectKey>;
143
143
  baseColumns: Ref<any>;
144
144
  showImporter: Ref<boolean>;
145
+ isSlotHeader: Ref<boolean>;
145
146
  pageChange: (page: number) => void;
146
147
  pageSizeChange: (pageSize: number) => void;
147
148
  pageSorter: (options: DataTableSortState | DataTableSortState | null) => void;