@univerjs/sheets-ui 0.6.6-nightly.202503161606 → 0.6.6-nightly.202503181607
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 +2 -2
- package/lib/es/index.js +2122 -2133
- package/lib/types/services/auto-fill/type.d.ts +1 -1
- package/lib/umd/index.js +27 -27
- package/package.json +11 -11
|
@@ -60,7 +60,7 @@ export interface IRuleConfirmedData {
|
|
|
60
60
|
cellData: Nullable<ICellData>;
|
|
61
61
|
}
|
|
62
62
|
export type APPLY_FUNCTIONS = {
|
|
63
|
-
[key in APPLY_TYPE]?: (dataWithIndex: ICopyDataInType, len: number, direction: Direction, copyDataPiece: ICopyDataPiece) => Array<Nullable<ICellData>>;
|
|
63
|
+
[key in APPLY_TYPE]?: (dataWithIndex: ICopyDataInType, len: number, direction: Direction, copyDataPiece: ICopyDataPiece, location?: IAutoFillLocation) => Array<Nullable<ICellData>>;
|
|
64
64
|
};
|
|
65
65
|
export declare enum APPLY_TYPE {
|
|
66
66
|
COPY = "COPY",
|