@univerjs/sheets-filter 0.1.17 → 0.2.1

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.
@@ -1,6 +1,6 @@
1
1
  import { IMutation, IRange, Nullable } from '@univerjs/core';
2
2
  import { ISheetCommandSharedParams } from '@univerjs/sheets';
3
- import { IFilterColumn } from '../models/types';
3
+ import { IFilterColumn } from '../../models/types';
4
4
 
5
5
  export interface ISetSheetsFilterRangeMutationParams extends ISheetCommandSharedParams {
6
6
  range: IRange;
@@ -17,6 +17,6 @@ export { UniverSheetsFilterPlugin } from './plugin';
17
17
  export { FilterColumn, FilterModel } from './models/filter-model';
18
18
  export { equals, notEquals, getCustomFilterFn, greaterThan, greaterThanOrEqualTo, lessThan, lessThanOrEqualTo, } from './models/custom-filters';
19
19
  export { SheetsFilterService, FILTER_MUTATIONS, SHEET_FILTER_SNAPSHOT_ID } from './services/sheet-filter.service';
20
- export { type IReCalcSheetsFilterMutationParams, type IRemoveSheetsFilterMutationParams, type ISetSheetsFilterCriteriaMutationParams, type ISetSheetsFilterRangeMutationParams, SetSheetsFilterCriteriaMutation, SetSheetsFilterRangeMutation, ReCalcSheetsFilterMutation, RemoveSheetsFilterMutation, } from './commands/sheets-filter.mutation';
21
20
  export type { IAutoFilter, IFilterColumn, IFilters, ICustomFilters, ICustomFilter } from './models/types';
22
21
  export { CustomFilterOperator } from './models/types';
22
+ export { type ISetSheetsFilterRangeMutationParams, type ISetSheetsFilterCriteriaMutationParams, type IRemoveSheetsFilterMutationParams, type IReCalcSheetsFilterMutationParams, SetSheetsFilterRangeMutation, SetSheetsFilterCriteriaMutation, RemoveSheetsFilterMutation, ReCalcSheetsFilterMutation, } from './commands/mutations/sheets-filter.mutation';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-filter",
3
- "version": "0.1.17",
3
+ "version": "0.2.1",
4
4
  "private": false,
5
5
  "description": "A library for filtering data in Univer Sheet",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -44,20 +44,20 @@
44
44
  "lib"
45
45
  ],
46
46
  "peerDependencies": {
47
- "@wendellhu/redi": "0.15.4",
47
+ "@wendellhu/redi": "0.15.5",
48
48
  "rxjs": ">=7.0.0",
49
- "@univerjs/sheets": "0.1.17",
50
- "@univerjs/core": "0.1.17"
49
+ "@univerjs/core": "0.2.1",
50
+ "@univerjs/sheets": "0.2.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@wendellhu/redi": "0.15.4",
53
+ "@wendellhu/redi": "0.15.5",
54
54
  "rxjs": "^7.8.1",
55
- "typescript": "^5.4.5",
56
- "vite": "^5.3.1",
55
+ "typescript": "^5.5.3",
56
+ "vite": "^5.3.3",
57
57
  "vitest": "^1.6.0",
58
- "@univerjs/core": "0.1.17",
59
- "@univerjs/sheets": "0.1.17",
60
- "@univerjs/shared": "0.1.17"
58
+ "@univerjs/shared": "0.2.1",
59
+ "@univerjs/core": "0.2.1",
60
+ "@univerjs/sheets": "0.2.1"
61
61
  },
62
62
  "univerSpace": {
63
63
  ".": {