@univerjs-pro/collaboration 0.2.8 → 0.2.9
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/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-sheet-filter.algo.d.ts +2 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-sheet-filter.algo.d.ts +2 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/remove-sheets-filter.algo.d.ts +2 -2
- package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/set-sheets-filter-range.algo.d.ts +3 -2
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-sheet-filter.algo.d.ts +2 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/remove-sheets-filter.algo.d.ts +3 -2
- package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-range/remove-sheets-filter.algo.d.ts +3 -2
- package/lib/umd/index.js +1 -1
- package/package.json +23 -23
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IRemoveSheetsFilterMutationParams } from '@univerjs/sheets-filter';
|
|
1
|
+
import { IAddRangeProtectionMutationParams, ISheetCommandSharedParams } from '@univerjs/sheets';
|
|
3
2
|
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export declare const addRangeProtectionWithRemoveFilter: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams,
|
|
3
|
+
export declare const addRangeProtectionWithRemoveFilter: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISheetCommandSharedParams>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
2
|
-
import { IRemoveSheetsFilterMutationParams } from '@univerjs/sheets-filter';
|
|
1
|
+
import { IAddWorksheetProtectionParams, ISheetCommandSharedParams } from '@univerjs/sheets';
|
|
3
2
|
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export declare const addWorksheetProtectionWithRemoveFilter: IMutationTransformAlgorithm<IAddWorksheetProtectionParams,
|
|
3
|
+
export declare const addWorksheetProtectionWithRemoveFilter: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISheetCommandSharedParams>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ISheetCommandSharedParams } from '@univerjs/sheets';
|
|
2
2
|
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const removeSheetsFilterWithSelf: IMutationTransformAlgorithm<
|
|
3
|
+
export declare const removeSheetsFilterWithSelf: IMutationTransformAlgorithm<ISheetCommandSharedParams, ISheetCommandSharedParams>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
|
|
2
|
+
import { ISheetCommandSharedParams } from '@univerjs/sheets';
|
|
2
3
|
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const removeSheetsFilterWithSetSheetsFilterRange: IMutationTransformAlgorithm<
|
|
4
|
+
export declare const removeSheetsFilterWithSetSheetsFilterRange: IMutationTransformAlgorithm<ISheetCommandSharedParams, ISetSheetsFilterRangeMutationParams>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IRemoveSheetsFilterMutationParams } from '@univerjs/sheets-filter';
|
|
1
|
+
import { ISetRangeProtectionMutationParams, ISheetCommandSharedParams } from '@univerjs/sheets';
|
|
3
2
|
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export declare const setRangeProtectionWithRemoveFilter: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams,
|
|
3
|
+
export declare const setRangeProtectionWithRemoveFilter: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, ISheetCommandSharedParams>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ISetSheetsFilterCriteriaMutationParams } from '@univerjs/sheets-filter';
|
|
2
|
+
import { ISheetCommandSharedParams } from '@univerjs/sheets';
|
|
2
3
|
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const setSheetsFilterCriteriaWithRemoveSheetsFilter: IMutationTransformAlgorithm<ISetSheetsFilterCriteriaMutationParams,
|
|
4
|
+
export declare const setSheetsFilterCriteriaWithRemoveSheetsFilter: IMutationTransformAlgorithm<ISetSheetsFilterCriteriaMutationParams, ISheetCommandSharedParams>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
|
|
2
|
+
import { ISheetCommandSharedParams } from '@univerjs/sheets';
|
|
2
3
|
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const setSheetsFilterRangeWithRemoveSheetsFilter: IMutationTransformAlgorithm<ISetSheetsFilterRangeMutationParams,
|
|
4
|
+
export declare const setSheetsFilterRangeWithRemoveSheetsFilter: IMutationTransformAlgorithm<ISetSheetsFilterRangeMutationParams, ISheetCommandSharedParams>;
|