@univerjs/find-replace 0.5.3-experimental.20250106-e3b7a39 → 0.5.3-experimental.20250107-3e6579c
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.
|
@@ -71,7 +71,6 @@ export interface IFindReplaceService {
|
|
|
71
71
|
/**
|
|
72
72
|
* Register a find replace provider to the service. The provider is the actual bearer to
|
|
73
73
|
* perform the find in different kinds of documents or different environments.
|
|
74
|
-
*
|
|
75
74
|
* @param provider the find replace provider
|
|
76
75
|
*/
|
|
77
76
|
registerFindReplaceProvider(provider: IFindReplaceProvider): IDisposable;
|
|
@@ -81,7 +80,6 @@ export interface IFindReplaceService {
|
|
|
81
80
|
getFindString(): string;
|
|
82
81
|
/**
|
|
83
82
|
* Start a find & replace session.
|
|
84
|
-
*
|
|
85
83
|
* @returns execution result
|
|
86
84
|
*/
|
|
87
85
|
start(revealReplace?: boolean): boolean;
|
|
@@ -186,6 +184,9 @@ export interface IFindReplaceState {
|
|
|
186
184
|
findScope: FindScope;
|
|
187
185
|
findBy: FindBy;
|
|
188
186
|
}
|
|
187
|
+
/**
|
|
188
|
+
*
|
|
189
|
+
*/
|
|
189
190
|
export declare function createInitFindReplaceState(): IFindReplaceState;
|
|
190
191
|
/**
|
|
191
192
|
* This class stores find replace options state. These state are stored
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/find-replace",
|
|
3
|
-
"version": "0.5.3-experimental.
|
|
3
|
+
"version": "0.5.3-experimental.20250107-3e6579c",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"rxjs": ">=7.0.0"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@univerjs/icons": "^0.2.
|
|
58
|
-
"@univerjs/core": "0.5.3-experimental.
|
|
59
|
-
"@univerjs/
|
|
60
|
-
"@univerjs/
|
|
61
|
-
"@univerjs/engine-render": "0.5.3-experimental.
|
|
57
|
+
"@univerjs/icons": "^0.2.11",
|
|
58
|
+
"@univerjs/core": "0.5.3-experimental.20250107-3e6579c",
|
|
59
|
+
"@univerjs/ui": "0.5.3-experimental.20250107-3e6579c",
|
|
60
|
+
"@univerjs/design": "0.5.3-experimental.20250107-3e6579c",
|
|
61
|
+
"@univerjs/engine-render": "0.5.3-experimental.20250107-3e6579c"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"less": "^4.2.1",
|