@univerjs/preset-sheets-find-replace 0.25.0 → 1.0.0-alpha.0
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/README.md +3 -3
- package/lib/cjs/index.js +25 -1
- package/lib/cjs/locales/ar-SA.js +9 -1
- package/lib/cjs/locales/ca-ES.js +9 -1
- package/lib/cjs/locales/de-DE.js +9 -1
- package/lib/cjs/locales/en-US.js +9 -1
- package/lib/cjs/locales/es-ES.js +9 -1
- package/lib/cjs/locales/fa-IR.js +9 -1
- package/lib/cjs/locales/fr-FR.js +9 -1
- package/lib/cjs/locales/id-ID.js +9 -1
- package/lib/cjs/locales/it-IT.js +9 -1
- package/lib/cjs/locales/ja-JP.js +9 -1
- package/lib/cjs/locales/ko-KR.js +9 -1
- package/lib/cjs/locales/pl-PL.js +9 -1
- package/lib/cjs/locales/pt-BR.js +9 -1
- package/lib/cjs/locales/ru-RU.js +9 -1
- package/lib/cjs/locales/sk-SK.js +9 -1
- package/lib/cjs/locales/vi-VN.js +9 -1
- package/lib/cjs/locales/zh-CN.js +9 -1
- package/lib/cjs/locales/zh-HK.js +9 -1
- package/lib/cjs/locales/zh-TW.js +9 -1
- package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
- package/lib/es/index.js +14 -15
- package/lib/es/locales/ar-SA.js +7 -8
- package/lib/es/locales/ca-ES.js +7 -8
- package/lib/es/locales/de-DE.js +7 -8
- package/lib/es/locales/en-US.js +7 -8
- package/lib/es/locales/es-ES.js +7 -8
- package/lib/es/locales/fa-IR.js +7 -8
- package/lib/es/locales/fr-FR.js +7 -8
- package/lib/es/locales/id-ID.js +7 -8
- package/lib/es/locales/it-IT.js +7 -8
- package/lib/es/locales/ja-JP.js +7 -8
- package/lib/es/locales/ko-KR.js +7 -8
- package/lib/es/locales/pl-PL.js +7 -8
- package/lib/es/locales/pt-BR.js +7 -8
- package/lib/es/locales/ru-RU.js +7 -8
- package/lib/es/locales/sk-SK.js +7 -8
- package/lib/es/locales/vi-VN.js +7 -8
- package/lib/es/locales/zh-CN.js +7 -8
- package/lib/es/locales/zh-HK.js +7 -8
- package/lib/es/locales/zh-TW.js +7 -8
- package/lib/index.css +54 -1
- package/lib/index.js +14 -15
- package/lib/locales/ar-SA.js +7 -8
- package/lib/locales/ca-ES.js +7 -8
- package/lib/locales/de-DE.js +7 -8
- package/lib/locales/en-US.js +7 -8
- package/lib/locales/es-ES.js +7 -8
- package/lib/locales/fa-IR.js +7 -8
- package/lib/locales/fr-FR.js +7 -8
- package/lib/locales/id-ID.js +7 -8
- package/lib/locales/it-IT.js +7 -8
- package/lib/locales/ja-JP.js +7 -8
- package/lib/locales/ko-KR.js +7 -8
- package/lib/locales/pl-PL.js +7 -8
- package/lib/locales/pt-BR.js +7 -8
- package/lib/locales/ru-RU.js +7 -8
- package/lib/locales/sk-SK.js +7 -8
- package/lib/locales/vi-VN.js +7 -8
- package/lib/locales/zh-CN.js +7 -8
- package/lib/locales/zh-HK.js +7 -8
- package/lib/locales/zh-TW.js +7 -8
- package/lib/types/index.d.ts +16 -1
- package/lib/types/locales/ar-SA.d.ts +51 -1
- package/lib/types/locales/ca-ES.d.ts +51 -1
- package/lib/types/locales/de-DE.d.ts +51 -1
- package/lib/types/locales/en-US.d.ts +51 -1
- package/lib/types/locales/es-ES.d.ts +51 -1
- package/lib/types/locales/fa-IR.d.ts +51 -1
- package/lib/types/locales/fr-FR.d.ts +51 -1
- package/lib/types/locales/id-ID.d.ts +51 -1
- package/lib/types/locales/it-IT.d.ts +51 -1
- package/lib/types/locales/ja-JP.d.ts +51 -1
- package/lib/types/locales/ko-KR.d.ts +51 -1
- package/lib/types/locales/pl-PL.d.ts +51 -1
- package/lib/types/locales/pt-BR.d.ts +51 -1
- package/lib/types/locales/ru-RU.d.ts +51 -1
- package/lib/types/locales/sk-SK.d.ts +51 -1
- package/lib/types/locales/vi-VN.d.ts +51 -1
- package/lib/types/locales/zh-CN.d.ts +51 -1
- package/lib/types/locales/zh-HK.d.ts +51 -1
- package/lib/types/locales/zh-TW.d.ts +51 -1
- package/lib/types/preset.d.ts +21 -0
- package/package.json +13 -15
- package/lib/types/types.d.ts +0 -11
- package/lib/types/umd.d.ts +0 -7
- package/lib/umd/index.js +0 -11
- package/lib/umd/locales/ar-SA.js +0 -5
- package/lib/umd/locales/ca-ES.js +0 -5
- package/lib/umd/locales/de-DE.js +0 -5
- package/lib/umd/locales/en-US.js +0 -5
- package/lib/umd/locales/es-ES.js +0 -5
- package/lib/umd/locales/fa-IR.js +0 -5
- package/lib/umd/locales/fr-FR.js +0 -5
- package/lib/umd/locales/id-ID.js +0 -5
- package/lib/umd/locales/it-IT.js +0 -5
- package/lib/umd/locales/ja-JP.js +0 -5
- package/lib/umd/locales/ko-KR.js +0 -5
- package/lib/umd/locales/pl-PL.js +0 -5
- package/lib/umd/locales/pt-BR.js +0 -5
- package/lib/umd/locales/ru-RU.js +0 -5
- package/lib/umd/locales/sk-SK.js +0 -5
- package/lib/umd/locales/vi-VN.js +0 -5
- package/lib/umd/locales/zh-CN.js +0 -5
- package/lib/umd/locales/zh-HK.js +0 -5
- package/lib/umd/locales/zh-TW.js +0 -5
|
@@ -1,4 +1,54 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'find-replace': {
|
|
3
|
+
toolbar: string;
|
|
4
|
+
shortcut: {
|
|
5
|
+
'open-find-dialog': string;
|
|
6
|
+
'open-replace-dialog': string;
|
|
7
|
+
'close-dialog': string;
|
|
8
|
+
'go-to-next-match': string;
|
|
9
|
+
'go-to-previous-match': string;
|
|
10
|
+
'focus-selection': string;
|
|
11
|
+
panel: string;
|
|
12
|
+
};
|
|
13
|
+
dialog: {
|
|
14
|
+
title: string;
|
|
15
|
+
find: string;
|
|
16
|
+
replace: string;
|
|
17
|
+
'replace-all': string;
|
|
18
|
+
'case-sensitive': string;
|
|
19
|
+
'find-placeholder': string;
|
|
20
|
+
'advanced-finding': string;
|
|
21
|
+
'replace-placeholder': string;
|
|
22
|
+
'match-the-whole-cell': string;
|
|
23
|
+
'find-direction': {
|
|
24
|
+
title: string;
|
|
25
|
+
row: string;
|
|
26
|
+
column: string;
|
|
27
|
+
};
|
|
28
|
+
'find-scope': {
|
|
29
|
+
title: string;
|
|
30
|
+
'current-sheet': string;
|
|
31
|
+
workbook: string;
|
|
32
|
+
};
|
|
33
|
+
'find-by': {
|
|
34
|
+
title: string;
|
|
35
|
+
value: string;
|
|
36
|
+
formula: string;
|
|
37
|
+
};
|
|
38
|
+
'no-match': string;
|
|
39
|
+
'no-result': string;
|
|
40
|
+
};
|
|
41
|
+
replace: {
|
|
42
|
+
'all-success': string;
|
|
43
|
+
'all-failure': string;
|
|
44
|
+
confirm: {
|
|
45
|
+
title: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
button: {
|
|
49
|
+
confirm: string;
|
|
50
|
+
cancel: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
3
53
|
};
|
|
4
54
|
export default _default;
|
|
@@ -1,4 +1,54 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'find-replace': {
|
|
3
|
+
toolbar: string;
|
|
4
|
+
shortcut: {
|
|
5
|
+
'open-find-dialog': string;
|
|
6
|
+
'open-replace-dialog': string;
|
|
7
|
+
'close-dialog': string;
|
|
8
|
+
'go-to-next-match': string;
|
|
9
|
+
'go-to-previous-match': string;
|
|
10
|
+
'focus-selection': string;
|
|
11
|
+
panel: string;
|
|
12
|
+
};
|
|
13
|
+
dialog: {
|
|
14
|
+
title: string;
|
|
15
|
+
find: string;
|
|
16
|
+
replace: string;
|
|
17
|
+
'replace-all': string;
|
|
18
|
+
'case-sensitive': string;
|
|
19
|
+
'find-placeholder': string;
|
|
20
|
+
'advanced-finding': string;
|
|
21
|
+
'replace-placeholder': string;
|
|
22
|
+
'match-the-whole-cell': string;
|
|
23
|
+
'find-direction': {
|
|
24
|
+
title: string;
|
|
25
|
+
row: string;
|
|
26
|
+
column: string;
|
|
27
|
+
};
|
|
28
|
+
'find-scope': {
|
|
29
|
+
title: string;
|
|
30
|
+
'current-sheet': string;
|
|
31
|
+
workbook: string;
|
|
32
|
+
};
|
|
33
|
+
'find-by': {
|
|
34
|
+
title: string;
|
|
35
|
+
value: string;
|
|
36
|
+
formula: string;
|
|
37
|
+
};
|
|
38
|
+
'no-match': string;
|
|
39
|
+
'no-result': string;
|
|
40
|
+
};
|
|
41
|
+
replace: {
|
|
42
|
+
'all-success': string;
|
|
43
|
+
'all-failure': string;
|
|
44
|
+
confirm: {
|
|
45
|
+
title: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
button: {
|
|
49
|
+
confirm: string;
|
|
50
|
+
cancel: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
3
53
|
};
|
|
4
54
|
export default _default;
|
|
@@ -1,4 +1,54 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'find-replace': {
|
|
3
|
+
toolbar: string;
|
|
4
|
+
shortcut: {
|
|
5
|
+
'open-find-dialog': string;
|
|
6
|
+
'open-replace-dialog': string;
|
|
7
|
+
'close-dialog': string;
|
|
8
|
+
'go-to-next-match': string;
|
|
9
|
+
'go-to-previous-match': string;
|
|
10
|
+
'focus-selection': string;
|
|
11
|
+
panel: string;
|
|
12
|
+
};
|
|
13
|
+
dialog: {
|
|
14
|
+
title: string;
|
|
15
|
+
find: string;
|
|
16
|
+
replace: string;
|
|
17
|
+
'replace-all': string;
|
|
18
|
+
'case-sensitive': string;
|
|
19
|
+
'find-placeholder': string;
|
|
20
|
+
'advanced-finding': string;
|
|
21
|
+
'replace-placeholder': string;
|
|
22
|
+
'match-the-whole-cell': string;
|
|
23
|
+
'find-direction': {
|
|
24
|
+
title: string;
|
|
25
|
+
row: string;
|
|
26
|
+
column: string;
|
|
27
|
+
};
|
|
28
|
+
'find-scope': {
|
|
29
|
+
title: string;
|
|
30
|
+
'current-sheet': string;
|
|
31
|
+
workbook: string;
|
|
32
|
+
};
|
|
33
|
+
'find-by': {
|
|
34
|
+
title: string;
|
|
35
|
+
value: string;
|
|
36
|
+
formula: string;
|
|
37
|
+
};
|
|
38
|
+
'no-match': string;
|
|
39
|
+
'no-result': string;
|
|
40
|
+
};
|
|
41
|
+
replace: {
|
|
42
|
+
'all-success': string;
|
|
43
|
+
'all-failure': string;
|
|
44
|
+
confirm: {
|
|
45
|
+
title: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
button: {
|
|
49
|
+
confirm: string;
|
|
50
|
+
cancel: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
3
53
|
};
|
|
4
54
|
export default _default;
|
|
@@ -1,4 +1,54 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'find-replace': {
|
|
3
|
+
toolbar: string;
|
|
4
|
+
shortcut: {
|
|
5
|
+
'open-find-dialog': string;
|
|
6
|
+
'open-replace-dialog': string;
|
|
7
|
+
'close-dialog': string;
|
|
8
|
+
'go-to-next-match': string;
|
|
9
|
+
'go-to-previous-match': string;
|
|
10
|
+
'focus-selection': string;
|
|
11
|
+
panel: string;
|
|
12
|
+
};
|
|
13
|
+
dialog: {
|
|
14
|
+
title: string;
|
|
15
|
+
find: string;
|
|
16
|
+
replace: string;
|
|
17
|
+
'replace-all': string;
|
|
18
|
+
'case-sensitive': string;
|
|
19
|
+
'find-placeholder': string;
|
|
20
|
+
'advanced-finding': string;
|
|
21
|
+
'replace-placeholder': string;
|
|
22
|
+
'match-the-whole-cell': string;
|
|
23
|
+
'find-direction': {
|
|
24
|
+
title: string;
|
|
25
|
+
row: string;
|
|
26
|
+
column: string;
|
|
27
|
+
};
|
|
28
|
+
'find-scope': {
|
|
29
|
+
title: string;
|
|
30
|
+
'current-sheet': string;
|
|
31
|
+
workbook: string;
|
|
32
|
+
};
|
|
33
|
+
'find-by': {
|
|
34
|
+
title: string;
|
|
35
|
+
value: string;
|
|
36
|
+
formula: string;
|
|
37
|
+
};
|
|
38
|
+
'no-match': string;
|
|
39
|
+
'no-result': string;
|
|
40
|
+
};
|
|
41
|
+
replace: {
|
|
42
|
+
'all-success': string;
|
|
43
|
+
'all-failure': string;
|
|
44
|
+
confirm: {
|
|
45
|
+
title: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
button: {
|
|
49
|
+
confirm: string;
|
|
50
|
+
cancel: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
3
53
|
};
|
|
4
54
|
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Co., Ltd.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import type { IPreset } from '@univerjs/presets';
|
|
17
|
+
import '@univerjs/sheets-find-replace/facade';
|
|
18
|
+
export type * from '@univerjs/sheets-find-replace/facade';
|
|
19
|
+
export interface IUniverSheetsFindReplacePresetConfig {
|
|
20
|
+
}
|
|
21
|
+
export declare function UniverSheetsFindReplacePreset(_config?: Partial<IUniverSheetsFindReplacePresetConfig>): IPreset;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-sheets-find-replace",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0-alpha.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Preset for find and replace capabilities in Univer Sheets.",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"homepage": "https://univer.ai",
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
|
-
"url": "https://github.com/dream-num/univer
|
|
15
|
+
"url": "https://github.com/dream-num/univer"
|
|
16
16
|
},
|
|
17
17
|
"bugs": {
|
|
18
|
-
"url": "https://github.com/dream-num/univer
|
|
18
|
+
"url": "https://github.com/dream-num/univer/issues"
|
|
19
19
|
},
|
|
20
20
|
"keywords": [
|
|
21
21
|
"univer",
|
|
@@ -32,11 +32,6 @@
|
|
|
32
32
|
"require": "./lib/cjs/index.js",
|
|
33
33
|
"types": "./lib/types/index.d.ts"
|
|
34
34
|
},
|
|
35
|
-
"./*": {
|
|
36
|
-
"import": "./lib/es/*",
|
|
37
|
-
"require": "./lib/cjs/*",
|
|
38
|
-
"types": "./lib/types/index.d.ts"
|
|
39
|
-
},
|
|
40
35
|
"./locales/*": {
|
|
41
36
|
"import": "./lib/es/locales/*.js",
|
|
42
37
|
"require": "./lib/cjs/locales/*.js",
|
|
@@ -51,6 +46,7 @@
|
|
|
51
46
|
"directories": {
|
|
52
47
|
"lib": "lib"
|
|
53
48
|
},
|
|
49
|
+
"types": "./lib/types/index.d.ts",
|
|
54
50
|
"files": [
|
|
55
51
|
"lib"
|
|
56
52
|
],
|
|
@@ -60,20 +56,22 @@
|
|
|
60
56
|
"rxjs": ">=7.0.0"
|
|
61
57
|
},
|
|
62
58
|
"dependencies": {
|
|
63
|
-
"@univerjs/find-replace": "0.
|
|
64
|
-
"@univerjs/sheets-find-replace": "0.
|
|
59
|
+
"@univerjs/find-replace": "1.0.0-alpha.0",
|
|
60
|
+
"@univerjs/sheets-find-replace": "1.0.0-alpha.0"
|
|
65
61
|
},
|
|
66
62
|
"devDependencies": {
|
|
67
|
-
"@univerjs/core": "0.25.0",
|
|
68
63
|
"react": "18.3.1",
|
|
69
64
|
"react-dom": "18.3.1",
|
|
70
|
-
"rxjs": "7.8.2",
|
|
65
|
+
"rxjs": "^7.8.2",
|
|
71
66
|
"typescript": "^6.0.3",
|
|
72
|
-
"@univerjs
|
|
67
|
+
"@univerjs/presets": "1.0.0-alpha.0",
|
|
68
|
+
"@univerjs/core": "1.0.0-alpha.0",
|
|
69
|
+
"@univerjs-infra/shared": "1.0.0-alpha.0"
|
|
73
70
|
},
|
|
74
71
|
"scripts": {
|
|
75
|
-
"
|
|
76
|
-
"build:
|
|
72
|
+
"build:bundle": "univer-cli preset build --cleanup",
|
|
73
|
+
"build:types": "tsc -p tsconfig.node.json",
|
|
74
|
+
"build": "pnpm run build:bundle && pnpm run build:types",
|
|
77
75
|
"typecheck": "tsc --noEmit"
|
|
78
76
|
},
|
|
79
77
|
"module": "./lib/es/index.js"
|
package/lib/types/types.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IUniverConfig, Plugin, PluginCtor } from '@univerjs/core';
|
|
2
|
-
/**
|
|
3
|
-
* A collection of plugins and their default configs.
|
|
4
|
-
*/
|
|
5
|
-
export interface IPreset {
|
|
6
|
-
plugins: Array<PluginCtor<Plugin> | [PluginCtor<Plugin>, ConstructorParameters<PluginCtor<Plugin>>[0]]>;
|
|
7
|
-
locales?: IUniverConfig['locales'];
|
|
8
|
-
}
|
|
9
|
-
export interface IPresetOptions {
|
|
10
|
-
lazy?: boolean;
|
|
11
|
-
}
|
package/lib/types/umd.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { IPreset } from './types';
|
|
2
|
-
import '@univerjs/sheets-find-replace/lib/facade';
|
|
3
|
-
import '@univerjs/find-replace/lib/index.css';
|
|
4
|
-
export type * from '@univerjs/sheets-find-replace/lib/facade';
|
|
5
|
-
export interface IUniverSheetsFindReplacePresetConfig {
|
|
6
|
-
}
|
|
7
|
-
export declare function UniverSheetsFindReplacePreset(_config?: Partial<IUniverSheetsFindReplacePresetConfig>): IPreset;
|
package/lib/umd/index.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/index
|
|
2
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require("@univerjs/core"),require("@univerjs/design"),require("@univerjs/ui"),require("@univerjs/engine-render"),require("rxjs"),require("react"),require("react/jsx-runtime")):typeof define==`function`&&define.amd?define([`exports`,`@univerjs/core`,`@univerjs/design`,`@univerjs/ui`,`@univerjs/engine-render`,`rxjs`,`react`,`react/jsx-runtime`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.UniverFindReplace={},e.UniverCore,e.UniverDesign,e.UniverUi,e.UniverEngineRender,e.rxjs,e.React,e.React))})(this,function(e,t,n,r,i,a,o,s){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});let c=`FIND_REPLACE_INPUT_FOCUS`,l=`FIND_REPLACE_DIALOG_FOCUS`,u=`FIND_REPLACE_REPLACE_REVEALED`;function d(e){"@babel/helpers - typeof";return d=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},d(e)}function f(e,t){if(d(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(d(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function p(e){var t=f(e,`string`);return d(t)==`symbol`?t:t+``}function m(e,t,n){return(t=p(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function h(e,t){return function(n,r){t(n,r,e)}}function g(e,t,n,r){var i=arguments.length,a=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,o;if(typeof Reflect==`object`&&typeof Reflect.decorate==`function`)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a}var _=class extends t.Disposable{};let v=(0,t.createIdentifier)(`find-replace.service`);function y(e){return e.findString!==void 0||e.inputtingFindString!==void 0||e.findDirection!==void 0||e.matchesTheWholeCell!==void 0||e.caseSensitive!==void 0||e.findScope!==void 0||e.findBy!==void 0}let b=class extends t.Disposable{get searched(){return this._findModels.length>0}constructor(e,t,n,r){super(),this._state=e,this._providers=t,this._univerInstanceService=n,this._commandService=r,m(this,`currentMatch$`,new a.BehaviorSubject(null)),m(this,`replaceables$`,new a.BehaviorSubject([])),m(this,`_findModels`,[]),m(this,`_matchingModel`,null),m(this,`_matches`,[]),m(this,`_currentSearchingDisposables`,null),this.disposeWithMe(this._state.stateUpdates$.pipe((0,a.throttleTime)(200,void 0,{leading:!0,trailing:!0})).subscribe(async e=>{let t=this._state.state;y(e)&&(t.findString!==``&&!t.replaceRevealed?(await this._startSearching(),this._state.changeState({findCompleted:!0})):e.replaceRevealed!==!0&&this._stopSearching())}))}dispose(){super.dispose(),this._stopSearching(),this.currentMatch$.complete(),this.replaceables$.complete(),this._state.changeState({...w(),revealed:!1})}async start(){if(!this._state.findString)return{results:[]};let e=await this._startSearching();return this._state.changeState({findCompleted:!0}),e}focusSelection(){var e;(e=this._matchingModel)==null||e.focusSelection()}async _startSearching(){if(!this._state.findString)return{results:[]};let e=Array.from(this._providers),t=this._findModels=(await Promise.all(e.map(e=>e.find({findString:this._state.findString,findDirection:this._state.findDirection,findScope:this._state.findScope,findBy:this._state.findBy,replaceRevealed:this._state.replaceRevealed,caseSensitive:this._state.caseSensitive,matchesTheWholeCell:this._state.matchesTheWholeCell})))).flat();this._subscribeToModelsChanges(t);let n=this._matches=t.map(e=>e.getMatches()).flat();return this.replaceables$.next(n.filter(e=>e.replaceable)),n.length?(this._moveToInitialMatch(t),this._state.changeState({matchesCount:n.length}),{results:n}):(this._state.changeState({matchesCount:0,matchesPosition:0}),{results:[]})}_stopSearching(){var e;this._providers.forEach(e=>e.terminate()),this._findModels=[],this._matches=[],this._matchingModel=null,(e=this._currentSearchingDisposables)==null||e.dispose(),this._currentSearchingDisposables=null,this.currentMatch$.next(null),this.replaceables$.next([]),this._state.changeState({findCompleted:!1,matchesCount:0,matchesPosition:0})}_subscribeToModelsChanges(e){let n=this._currentSearchingDisposables=new t.DisposableCollection,r=(0,a.combineLatest)(e.map(e=>e.matchesUpdate$)).pipe((0,a.debounceTime)(220)).subscribe(([...e])=>{let t=this._matches=e.flat();t.length?(this._moveToInitialMatch(this._findModels,!0),this._state.changeState({matchesCount:t.length}),this.replaceables$.next(t.filter(e=>e.replaceable))):(this._state.changeState({matchesCount:0,matchesPosition:0}),this.replaceables$.next([]))});e.forEach(e=>n.add((0,t.toDisposable)(e.activelyChangingMatch$.subscribe(e=>{let t=this._matches.findIndex(t=>t===e);this._state.changeState({matchesPosition:t+1})})))),n.add((0,t.toDisposable)(r))}async replace(){return this._matchingModel?this._matchingModel.replace(this._state.replaceString):!1}async replaceAll(){let e=await Promise.all(this._findModels.map(e=>e.replaceAll(this._state.replaceString))).then(e=>e.reduce((e,t)=>(e.success+=t.success,e.failure+=t.failure,e),{success:0,failure:0}));return e.failure===0&&this._stopSearching(),e}getCurrentMatch(){return this._state.matchesPosition>0?this._matches[this._state.matchesPosition-1]:null}_markMatch(e){let t=this._matches.findIndex(t=>t===e);this.currentMatch$.next(e),this._state.changeState({matchesPosition:t+1})}moveToNextMatch(){if(!this._matchingModel)return;let e=this._findModels.length===1,t=this._matchingModel.moveToNextMatch({loop:e});if(t)return this._markMatch(t),t;{let e=this._findModels.findIndex(e=>e===this._matchingModel);return this._moveToNextUnitMatch(e)}}_moveToNextUnitMatch(e){let t=this._findModels.length;for(let n=(e+1)%t;n!==e;){let e=this._findModels[n],r=e.moveToNextMatch({ignoreSelection:!0});if(r)return this._matchingModel=e,this._markMatch(r),r;n=(n+1)%t}if(this._matchingModel){let e=this._matchingModel.moveToNextMatch({ignoreSelection:!0});return e&&this._markMatch(e),e}}moveToPreviousMatch(){if(!this._matchingModel)return;let e=this._findModels.length===1,t=this._matchingModel.moveToPreviousMatch({loop:e});if(t){let e=this._matches.findIndex(e=>e===t);return this.currentMatch$.next(t),this._state.changeState({matchesPosition:e+1}),t}else{let e=this._findModels.length,t=this._findModels.findIndex(e=>e===this._matchingModel);for(let n=(t-1+e)%e;n!==t;){let t=this._findModels[n],r=t.moveToPreviousMatch({ignoreSelection:!0});if(r)return this._matchingModel=t,this._markMatch(r),r;n=(n-1)%e}let n=this._matchingModel.moveToPreviousMatch({ignoreSelection:!0});return n&&this._markMatch(n),n}}_moveToInitialMatch(e,t=!1){var n;let r=(n=this._univerInstanceService.getFocusedUnit())==null?void 0:n.getUnitId();if(!r)return-1;let i=e.findIndex(e=>e.unitId===r);if(i!==-1){this._matchingModel=e[i];let n=this._matchingModel.moveToNextMatch({stayIfOnMatch:!0,noFocus:t});if(n)return this._markMatch(n),i}return this._moveToNextUnitMatch(i),0}};b=g([h(2,t.IUniverInstanceService),h(3,t.ICommandService)],b);let x=function(e){return e.ROW=`row`,e.COLUMN=`column`,e}({}),S=function(e){return e.VALUE=`value`,e.FORMULA=`formula`,e}({}),C=function(e){return e.SUBUNIT=`subunit`,e.UNIT=`unit`,e}({});function w(){return{caseSensitive:!1,findBy:`value`,findCompleted:!1,findDirection:`row`,findScope:`subunit`,findString:``,inputtingFindString:``,matchesCount:0,matchesPosition:0,matchesTheWholeCell:!1,replaceRevealed:!1,replaceString:``,revealed:!0}}var T=class{constructor(){m(this,`_stateUpdates$`,new a.Subject),m(this,`stateUpdates$`,this._stateUpdates$.asObservable()),m(this,`_state$`,new a.BehaviorSubject(w())),m(this,`state$`,this._state$.asObservable()),m(this,`_findString`,``),m(this,`_inputtingFindString`,``),m(this,`_replaceString`,``),m(this,`_revealed`,!1),m(this,`_replaceRevealed`,!1),m(this,`_matchesPosition`,0),m(this,`_matchesCount`,0),m(this,`_caseSensitive`,!0),m(this,`_matchesTheWholeCell`,!1),m(this,`_findDirection`,`row`),m(this,`_findScope`,`subunit`),m(this,`_findBy`,`value`),m(this,`_findCompleted`,!1)}get state(){return this._state$.getValue()}get inputtingFindString(){return this._inputtingFindString}get findString(){return this._findString}get revealed(){return this._revealed}get replaceRevealed(){return this._replaceRevealed}get matchesPosition(){return this._matchesPosition}get matchesCount(){return this._matchesCount}get replaceString(){return this._replaceString}get caseSensitive(){return this._caseSensitive}get matchesTheWholeCell(){return this._matchesTheWholeCell}get findDirection(){return this._findDirection}get findScope(){return this._findScope}get findBy(){return this._findBy}get findCompleted(){return this._findCompleted}changeState(e){let t=!1,n={};e.findString!==void 0&&e.findString!==this._findString&&(this._findString=e.findString,n.findString=this._findString,t=!0),e.revealed!==void 0&&e.revealed!==this._revealed&&(this._revealed=e.revealed,n.revealed=e.revealed,t=!0),e.replaceRevealed!==void 0&&e.replaceRevealed!==this._replaceRevealed&&(this._replaceRevealed=e.replaceRevealed,n.replaceRevealed=e.replaceRevealed,t=!0),e.replaceString!==void 0&&e.replaceString!==this._replaceString&&(this._replaceString=e.replaceString,n.replaceString=e.replaceString,t=!0),e.matchesCount!==void 0&&e.matchesCount!==this._matchesCount&&(this._matchesCount=e.matchesCount,n.matchesCount=e.matchesCount,t=!0),e.matchesPosition!==void 0&&e.matchesPosition!==this._matchesPosition&&(this._matchesPosition=e.matchesPosition,n.matchesPosition=e.matchesPosition,t=!0),e.findBy!==void 0&&e.findBy!==this._findBy&&(this._findBy=e.findBy,n.findBy=e.findBy,t=!0),e.findScope!==void 0&&e.findScope!==this._findScope&&(this._findScope=e.findScope,n.findScope=e.findScope,t=!0),e.findDirection!==void 0&&e.findDirection!==this._findDirection&&(this._findDirection=e.findDirection,n.findDirection=e.findDirection,t=!0),e.caseSensitive!==void 0&&e.caseSensitive!==this._caseSensitive&&(this._caseSensitive=e.caseSensitive,n.caseSensitive=e.caseSensitive,t=!0),e.matchesTheWholeCell!==void 0&&e.matchesTheWholeCell!==this._matchesTheWholeCell&&(this._matchesTheWholeCell=e.matchesTheWholeCell,n.matchesTheWholeCell=e.matchesTheWholeCell,t=!0),e.inputtingFindString!==void 0&&e.inputtingFindString!==this._inputtingFindString&&(this._inputtingFindString=e.inputtingFindString,n.inputtingFindString=e.inputtingFindString,t=!0),e.findCompleted!==void 0&&e.findCompleted!==this._findCompleted&&(this._findCompleted=e.findCompleted,n.findCompleted=e.findCompleted,t=!0),t&&(this._state$.next({caseSensitive:this._caseSensitive,findBy:this._findBy,findCompleted:this._findCompleted,findDirection:this._findDirection,findScope:this._findScope,findString:this._findString,inputtingFindString:this._inputtingFindString,matchesCount:this._matchesCount,matchesPosition:this._matchesPosition,matchesTheWholeCell:this._matchesTheWholeCell,replaceRevealed:this._replaceRevealed,revealed:this._revealed}),this._stateUpdates$.next(n))}};let E=class extends t.Disposable{get stateUpdates$(){return this._state.stateUpdates$}get state$(){return this._state.state$}get revealed(){return this._state.revealed}get replaceRevealed(){return this._state.replaceRevealed}constructor(e,t){super(),this._injector=e,this._contextService=t,m(this,`_providers`,new Set),m(this,`_state`,new T),m(this,`_model`,void 0),m(this,`_modelDisposables`,null),m(this,`_currentMatch$`,new a.BehaviorSubject(null)),m(this,`currentMatch$`,this._currentMatch$.asObservable()),m(this,`_replaceables$`,new a.BehaviorSubject([])),m(this,`replaceables$`,this._replaceables$.asObservable()),m(this,`_focusSignal$`,new a.Subject),m(this,`focusSignal$`,this._focusSignal$.asObservable())}dispose(){super.dispose(),this._currentMatch$.next(null),this._currentMatch$.complete(),this._replaceables$.next([]),this._replaceables$.complete(),this._focusSignal$.complete()}getProviders(){return this._providers}getCurrentMatch(){var e;return(e=this._model)==null?void 0:e.getCurrentMatch()}getFindString(){return this._state.findString}changeFindString(e){this._state.changeState({findString:e})}focusFindInput(){this._focusSignal$.next()}changeInputtingFindString(e){e?this._state.changeState({inputtingFindString:e}):this._state.changeState({inputtingFindString:``,findString:``})}changeReplaceString(e){this._state.changeState({replaceString:e})}changeMatchesTheWholeCell(e){this._state.changeState({matchesTheWholeCell:e})}changeCaseSensitive(e){this._state.changeState({caseSensitive:e})}changeFindBy(e){this._state.changeState({findBy:e}),this._toggleDisplayRawFormula(e===`formula`)}changeFindScope(e){this._state.changeState({findScope:e})}changeFindDirection(e){this._state.changeState({findDirection:e})}moveToNextMatch(){this._model&&(this._state.replaceRevealed&&!this._model.searched?(this._state.changeState({findString:this._state.inputtingFindString}),this._model.start()):this._model.moveToNextMatch(),this._focusSignal$.next())}moveToPreviousMatch(){this._model&&(this._state.replaceRevealed&&!this._model.searched?(this._state.changeState({findString:this._state.inputtingFindString}),this._model.start()):this._model.moveToPreviousMatch(),this._focusSignal$.next())}async replace(){return this._model?this._model.replace():!1}async replaceAll(){if(!this._model)throw Error(`[FindReplaceService] replaceAll: model is not initialized!`);return this._model.replaceAll()}revealReplace(){this._state.changeState({replaceRevealed:!0,inputtingFindString:this._state.findString}),this._toggleRevealReplace(!0)}focusSelection(){var e;(e=this._model)==null||e.focusSelection()}start(e=!1){if(this._providers.size===0)return!1;this._model=this._injector.createInstance(b,this._state,this._providers),this._modelDisposables=new t.DisposableCollection,this._modelDisposables.add((0,t.toDisposable)(this._model.currentMatch$.subscribe(e=>this._currentMatch$.next(e)))),this._modelDisposables.add((0,t.toDisposable)(this._model.replaceables$.subscribe(e=>this._replaceables$.next(e))));let n=w();return e&&(n.replaceRevealed=!0),this._state.changeState(n),this._toggleRevealReplace(e),!0}find(){var e;(e=this._model)==null||e.start()}terminate(){var e,t;(e=this._model)==null||e.dispose(),this._model=null,(t=this._modelDisposables)==null||t.dispose(),this._modelDisposables=null,this._toggleDisplayRawFormula(!1),this._toggleRevealReplace(!1)}registerFindReplaceProvider(e){return this._providers.add(e),(0,t.toDisposable)(()=>this._providers.delete(e))}_toggleRevealReplace(e){this._contextService.setContextValue(u,e)}_toggleDisplayRawFormula(e){this._contextService.setContextValue(i.RENDER_RAW_FORMULA_KEY,e)}};E=g([h(0,(0,t.Inject)(t.Injector)),h(1,t.IContextService)],E);let D={id:`ui.command.replace-current-match`,type:t.CommandType.COMMAND,handler:e=>e.get(v).replace()},O={id:`ui.command.replace-all-matches`,type:t.CommandType.COMMAND,handler:async e=>{let i=e.get(t.IConfirmService),a=e.get(t.LocaleService),o=e.get(r.IMessageService);if(!await i.confirm({id:`CONFIRM_REPLACE_ALL`,title:{title:a.t(`find-replace.replace.confirm.title`)},cancelText:a.t(`find-replace.button.cancel`),confirmText:a.t(`find-replace.button.confirm`)}))return!1;let{success:s,failure:c}=await e.get(v).replaceAll();return c>0?(s===0?o.show({type:n.MessageType.Error,content:a.t(`find-replace.replace.all-failure`)}):o.show({type:n.MessageType.Warning,content:a.t(`find-replace.replace.partial-success`,`${s}`,`${c}`)}),!1):(o.show({type:n.MessageType.Success,content:a.t(`find-replace.replace.all-success`,`${s}`)}),!0)}},k={id:`ui.operation.open-find-dialog`,type:t.CommandType.OPERATION,handler:e=>{let t=e.get(v);return t.revealed?t.focusFindInput():t.start(),!0}},A={id:`ui.operation.open-replace-dialog`,type:t.CommandType.OPERATION,handler:e=>{let t=e.get(v);return t.revealed?t.replaceRevealed?t.focusFindInput():t.revealReplace():t.start(!0),!0}},j={type:t.CommandType.OPERATION,id:`ui.operation.go-to-next-match`,handler:e=>(e.get(v).moveToNextMatch(),!0)},M={type:t.CommandType.OPERATION,id:`ui.operation.go-to-previous-match`,handler:e=>(e.get(v).moveToPreviousMatch(),!0)},N={type:t.CommandType.OPERATION,id:`ui.operation.focus-selection`,handler:e=>(e.get(v).focusSelection(),!0)};function P({ref:e,...t}){let{icon:n,id:r,className:i,extend:a,...s}=t,c=`univerjs-icon univerjs-icon-${r} ${i||``}`.trim(),l=(0,o.useRef)(`_${R()}`);return F(n,`${r}`,{defIds:n.defIds,idSuffix:l.current},{ref:e,className:c,...s},a)}function F(e,t,n,r,i){return(0,o.createElement)(e.tag,{key:t,...I(e,n,i),...r},(L(e,n).children||[]).map((r,a)=>F(r,`${t}-${e.tag}-${a}`,n,void 0,i)))}function I(e,t,n){let r={...e.attrs};n!=null&&n.colorChannel1&&r.fill===`colorChannel1`&&(r.fill=n.colorChannel1),e.tag===`mask`&&r.id&&(r.id+=t.idSuffix),Object.entries(r).forEach(([e,n])=>{e===`mask`&&typeof n==`string`&&(r[e]=n.replace(/url\(#(.*)\)/,`url(#$1${t.idSuffix})`))});let{defIds:i}=t;return!i||i.length===0?r:(e.tag===`use`&&r[`xlink:href`]&&(r[`xlink:href`]+=t.idSuffix),Object.entries(r).forEach(([e,n])=>{typeof n==`string`&&(r[e]=n.replace(/url\(#(.*)\)/,`url(#$1${t.idSuffix})`))}),r)}function L(e,t){var n;let{defIds:r}=t;return!r||r.length===0?e:e.tag===`defs`&&(n=e.children)!=null&&n.length?{...e,children:e.children.map(e=>typeof e.attrs.id==`string`&&r&&r.includes(e.attrs.id)?{...e,attrs:{...e.attrs,id:e.attrs.id+t.idSuffix}}:e)}:e}function R(){return Math.random().toString(36).substring(2,8)}P.displayName=`UniverIcon`;let z={tag:`svg`,attrs:{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 16 16`,width:`1em`,height:`1em`},children:[{tag:`path`,attrs:{fill:`currentColor`,d:`M7.71899 1.36938C4.37604 1.36938 1.66602 4.07941 1.66602 7.42236C1.66602 10.7653 4.37604 13.4753 7.71899 13.4753C9.16744 13.4753 10.4971 12.9666 11.5389 12.118L13.6598 14.4109C13.8848 14.6542 14.2644 14.669 14.5077 14.444C14.7509 14.219 14.7657 13.8393 14.5407 13.5961L12.3906 11.2716C13.2536 10.2254 13.772 8.88442 13.772 7.42236C13.772 4.07941 11.0619 1.36938 7.71899 1.36938ZM2.86602 7.42236C2.86602 4.74215 5.03878 2.56938 7.71899 2.56938C10.3992 2.56938 12.572 4.74215 12.572 7.42236C12.572 10.1026 10.3992 12.2753 7.71899 12.2753C5.03878 12.2753 2.86602 10.1026 2.86602 7.42236Z`,fillRule:`evenodd`,clipRule:`evenodd`}}]},B=(0,o.forwardRef)(function(e,t){return(0,o.createElement)(P,Object.assign({},e,{id:`search-icon`,ref:t,icon:z}))});B.displayName=`SearchIcon`;function V(e){let n=e.get(t.IContextService);return{id:k.id,icon:`SearchIcon`,tooltip:`find-replace.toolbar`,type:r.MenuItemType.BUTTON,hidden$:(0,r.getMenuHiddenObservable)(e,t.UniverInstanceType.UNIVER_SHEET),disabled$:(0,a.combineLatest)([n.subscribeContextValue$(t.EDITOR_ACTIVATED),n.subscribeContextValue$(t.FOCUSING_SHEET)]).pipe((0,a.map)(([e,t])=>e||!t))}}let H={[r.RibbonDataGroup.ORGANIZATION]:{[k.id]:{order:2,menuItemFactory:V}}};function U(e){let{findCompleted:t,localeService:r,matchesCount:i,matchesPosition:a,initialFindString:c,findReplaceService:l,onChange:u,...d}=e,[f,p]=(0,o.useState)(c),m=t&&i===0?r.t(`find-replace.dialog.no-result`):i===0?` `:void 0;function h(e){a===i&&e===1?l.moveToNextMatch():a===1&&e===i||e<a?l.moveToPreviousMatch():l.moveToNextMatch()}return(0,s.jsx)(`div`,{className:`univer-relative univer-flex univer-items-center univer-gap-2`,onDrag:e=>e.stopPropagation(),children:(0,s.jsx)(n.Input,{"data-u-comp":`search-input`,autoFocus:!0,placeholder:r.t(`find-replace.dialog.find-placeholder`),value:f,onChange:e=>{p(e),u==null||u(e)},slot:(0,s.jsx)(n.Pager,{loop:!0,text:m,value:a,total:i,onChange:h}),...d})})}function W(e,t){let n=(0,o.useCallback)(()=>{var e;(e=document.querySelector(`.univer-find-input input`))==null||e.focus()},[]),r=(0,o.useCallback)(()=>{let e=document.querySelectorAll(`[data-u-comp=find-replace-dialog] [data-u-comp=search-input]`);return Array.from(e).some(e=>e===document.activeElement)},[]);return(0,o.useImperativeHandle)(t,()=>({focus:n,selectHasFocus:r})),(0,o.useEffect)(()=>{let t=e.focusSignal$.subscribe(()=>n());return()=>t.unsubscribe()},[e,n]),{focus:n,selectHasFocus:r}}let ee=(0,o.forwardRef)(function(e,n){let i=(0,r.useDependency)(t.LocaleService),a=(0,r.useDependency)(v),c=(0,r.useDependency)(t.ICommandService),{findCompleted:l,findString:u,matchesCount:d,matchesPosition:f}=(0,r.useObservable)(a.state$,void 0,!0),p=(0,o.useCallback)(()=>{c.executeCommand(A.id)},[c]),m=(0,r.useDebounceFn)(e=>a.changeFindString(e),500);return W(a,n),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(U,{findCompleted:l,matchesCount:d,matchesPosition:f,findReplaceService:a,localeService:i,initialFindString:u,onChange:m}),(0,s.jsx)(`div`,{className:`univer-mt-4 univer-text-center`,children:(0,s.jsx)(`a`,{className:`hover:univer-text-primary-500/80 univer-cursor-pointer univer-text-sm univer-text-primary-500 univer-transition-colors`,onClick:p,children:i.t(`find-replace.dialog.advanced-finding`)})})]})}),te=(0,o.forwardRef)(function(e,i){let a=(0,r.useDependency)(v),c=(0,r.useDependency)(t.LocaleService),l=(0,r.useDependency)(t.ICommandService),u=(0,r.useDependency)(r.IMessageService),d=(0,r.useObservable)(a.currentMatch$,void 0,!0),f=(0,r.useObservable)(a.replaceables$,void 0,!0),{matchesCount:p,matchesPosition:m,findString:h,inputtingFindString:g,replaceString:_,caseSensitive:y,matchesTheWholeCell:b,findDirection:x,findScope:S,findBy:C,findCompleted:w}=(0,r.useObservable)(a.state$,void 0,!0),T=g.length===0,E=p===0||!(d!=null&&d.replaceable),k=f.length===0,A=(0,o.useCallback)(e=>a.changeInputtingFindString(e),[a]),j=(0,o.useCallback)(e=>a.changeReplaceString(e),[a]),{focus:M}=W(a,i),N=(0,o.useCallback)(()=>{h===g?a.moveToNextMatch():(a.changeFindString(g),a.find())},[h,g,a]),P=(0,o.useCallback)(()=>l.executeCommand(D.id),[l]),F=(0,o.useCallback)(async()=>{await l.executeCommand(O.id),M()},[l]),I=(0,o.useCallback)(e=>{a.changeFindDirection(e)},[a]),L=(0,o.useCallback)(e=>{a.changeFindScope(e)},[a]),R=(0,o.useCallback)(e=>{a.changeFindBy(e)},[a]),z=re(c),B=ie(c),V=ae(c);return(0,o.useEffect)(()=>{w&&p===0&&u.show({content:c.t(`find-replace.dialog.no-match`),type:n.MessageType.Warning,duration:5e3})},[w,p,u,c]),(0,s.jsxs)(`div`,{children:[(0,s.jsx)(n.FormLayout,{label:c.t(`find-replace.dialog.find`),children:(0,s.jsx)(U,{findCompleted:w,className:`univer-find-input`,matchesCount:p,matchesPosition:m,findReplaceService:a,localeService:c,initialFindString:g,onChange:A})}),(0,s.jsx)(n.FormLayout,{label:c.t(`find-replace.dialog.replace`),children:(0,s.jsx)(n.Input,{placeholder:c.t(`find-replace.dialog.replace-placeholder`),value:_,onChange:e=>j(e)})}),(0,s.jsx)(n.FormLayout,{label:c.t(`find-replace.dialog.find-direction.title`),children:(0,s.jsx)(n.Select,{value:x,options:B,onChange:I})}),(0,s.jsx)(n.FormDualColumnLayout,{children:(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.FormLayout,{label:c.t(`find-replace.dialog.find-scope.title`),children:(0,s.jsx)(n.Select,{value:S,options:z,onChange:L})}),(0,s.jsx)(n.FormLayout,{label:c.t(`find-replace.dialog.find-by.title`),children:(0,s.jsx)(n.Select,{value:C,options:V,onChange:R})})]})}),(0,s.jsx)(n.FormDualColumnLayout,{children:(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.FormLayout,{children:(0,s.jsx)(n.Checkbox,{checked:y,onChange:e=>{a.changeCaseSensitive(e)},children:c.t(`find-replace.dialog.case-sensitive`)})}),(0,s.jsx)(n.FormLayout,{children:(0,s.jsx)(n.Checkbox,{checked:b,onChange:e=>{a.changeMatchesTheWholeCell(e)},children:c.t(`find-replace.dialog.match-the-whole-cell`)})})]})}),(0,s.jsxs)(`div`,{className:`univer-mt-6 univer-flex univer-justify-between`,children:[(0,s.jsx)(n.Button,{variant:`primary`,onClick:N,disabled:T,children:c.t(`find-replace.dialog.find`)}),(0,s.jsxs)(`span`,{className:`univer-inline-flex univer-gap-2`,children:[(0,s.jsx)(n.Button,{disabled:E,onClick:P,children:c.t(`find-replace.dialog.replace`)}),(0,s.jsx)(n.Button,{disabled:k,onClick:F,children:c.t(`find-replace.dialog.replace-all`)})]})]})]})});function ne(){let e=(0,r.useDependency)(v),n=(0,r.useDependency)(r.ILayoutService),i=(0,r.useDependency)(t.IContextService),u=(0,r.useObservable)(e.state$,void 0,!0),d=(0,o.useRef)(null);(0,o.useEffect)(()=>{let e;return d.current&&(e=n.registerContainerElement(d.current)),()=>e==null?void 0:e.dispose()},[n]);let f=(0,o.useRef)(null),p=(0,o.useCallback)(e=>i.setContextValue(l,e),[i]),m=(0,o.useCallback)(e=>i.setContextValue(c,e),[i]);return(0,o.useEffect)(()=>{var e;let t=(0,a.fromEvent)(document,`focusin`).subscribe(e=>{var t;e.target&&(t=d.current)!=null&&t.contains(e.target)?p(!0):p(!1),!f.current||!f.current.selectHasFocus()?m(!1):m(!0)});return(e=f.current)==null||e.focus(),p(!0),m(!0),()=>{t.unsubscribe(),p(!1)}},[p,m]),(0,s.jsx)(`div`,{ref:d,"data-u-comp":`find-replace-dialog`,children:u.replaceRevealed?(0,s.jsx)(te,{ref:f}):(0,s.jsx)(ee,{ref:f})})}function re(e){return(0,o.useMemo)(()=>[{label:e.t(`find-replace.dialog.find-scope.current-sheet`),value:`subunit`},{label:e.t(`find-replace.dialog.find-scope.workbook`),value:`unit`}],[e.getCurrentLocale()])}function ie(e){return(0,o.useMemo)(()=>[{label:e.t(`find-replace.dialog.find-direction.row`),value:`row`},{label:e.t(`find-replace.dialog.find-direction.column`),value:`column`}],[e.getCurrentLocale()])}function ae(e){return(0,o.useMemo)(()=>[{label:e.t(`find-replace.dialog.find-by.value`),value:`value`},{label:e.t(`find-replace.dialog.find-by.formula`),value:`formula`}],[e.getCurrentLocale()])}function G(e){return e.getContextValue(l)}function oe(e){return e.getContextValue(u)}function K(e){return e.getContextValue(c)}let q=`7_find-replace-shortcuts`;function J(e){return e.getContextValue(t.FOCUSING_SHEET)}function Y(e){return!e.getContextValue(t.EDITOR_ACTIVATED)}let se={id:k.id,description:`find-replace.shortcut.open-find-dialog`,binding:r.KeyCode.F|r.MetaKeys.CTRL_COMMAND,group:q,groupTitle:`find-replace.shortcut.panel`,preconditions(e){return!G(e)&&J(e)&&Y(e)}},ce={id:k.id,description:`find-replace.shortcut.open-find-dialog`,binding:r.KeyCode.F|r.MetaKeys.CTRL_COMMAND,mac:r.KeyCode.F|r.MetaKeys.MAC_CTRL,preconditions(e){return!G(e)&&J(e)&&Y(e)}},le={id:A.id,description:`find-replace.shortcut.open-replace-dialog`,binding:r.KeyCode.H|r.MetaKeys.CTRL_COMMAND,mac:r.KeyCode.H|r.MetaKeys.MAC_CTRL,group:q,groupTitle:`find-replace.shortcut.panel`,preconditions(e){return J(e)&&Y(e)&&(!G(e)||!oe(e))}},ue={id:j.id,description:`find-replace.shortcut.go-to-next-match`,binding:r.KeyCode.ENTER,group:q,groupTitle:`find-replace.shortcut.panel`,priority:1e3,preconditions(e){return K(e)&&G(e)}},de={id:M.id,description:`find-replace.shortcut.go-to-previous-match`,binding:r.KeyCode.ENTER|r.MetaKeys.SHIFT,group:q,groupTitle:`find-replace.shortcut.panel`,priority:1e3,preconditions(e){return K(e)&&G(e)}},fe={id:N.id,description:`find-replace.shortcut.focus-selection`,binding:r.KeyCode.ESC,group:q,groupTitle:`find-replace.shortcut.panel`,priority:1e3,preconditions(e){return G(e)}},X=`DESKTOP_FIND_REPLACE_DIALOG`,Z=class extends t.RxDisposable{constructor(e,t,n,r,i,a,o,s,c){super(),this._univerInstanceService=e,this._menuManagerService=t,this._shortcutService=n,this._commandService=r,this._findReplaceService=i,this._dialogService=a,this._layoutService=o,this._localeService=s,this._componentManager=c,m(this,`_closingListenerDisposable`,void 0),this._initCommands(),this._initUI(),this._initShortcuts()}dispose(){var e;super.dispose(),(e=this._closingListenerDisposable)==null||e.dispose(),this._closingListenerDisposable=null}_initCommands(){[k,A,j,M,O,D,N].forEach(e=>{this.disposeWithMe(this._commandService.registerCommand(e))})}_initShortcuts(){[le,se,ce,de,ue,fe].forEach(e=>this.disposeWithMe(this._shortcutService.registerShortcut(e)))}_initUI(){[[`FindReplaceDialog`,ne],[`SearchIcon`,B]].forEach(([e,t])=>{this.disposeWithMe(this._componentManager.register(e,t))}),this._menuManagerService.mergeMenu(H),this._findReplaceService.stateUpdates$.pipe((0,a.takeUntil)(this.dispose$)).subscribe(e=>{e.revealed===!0&&this._openPanel()})}_openPanel(){this._dialogService.open({id:X,draggable:!0,width:350,title:{title:this._localeService.t(`find-replace.dialog.title`)},children:{label:`FindReplaceDialog`},destroyOnClose:!0,mask:!1,maskClosable:!1,defaultPosition:pe(),preservePositionOnDestroy:!0,onClose:()=>this.closePanel()}),this._closingListenerDisposable=(0,t.toDisposable)(this._univerInstanceService.focused$.pipe((0,a.takeUntil)(this.dispose$)).subscribe(e=>{(!e||!this._univerInstanceService.getUniverSheetInstance(e))&&this.closePanel()}))}closePanel(){this._closingListenerDisposable&&(this._closingListenerDisposable.dispose(),this._closingListenerDisposable=null,this._dialogService.close(X),this._findReplaceService.terminate(),queueMicrotask(()=>this._layoutService.focus()))}};Z=g([h(0,t.IUniverInstanceService),h(1,r.IMenuManagerService),h(2,r.IShortcutService),h(3,t.ICommandService),h(4,v),h(5,r.IDialogService),h(6,r.ILayoutService),h(7,(0,t.Inject)(t.LocaleService)),h(8,(0,t.Inject)(r.ComponentManager))],Z);function pe(){let{innerWidth:e}=window;return{x:e-350-20,y:64}}var me=`@univerjs/find-replace`,he=`0.25.0`;let Q={},$=class extends t.Plugin{constructor(e=Q,n,r){super(),this._config=e,this._injector=n,this._configService=r;let{...i}=(0,t.merge)({},Q,this._config);this._configService.setConfig(`find-replace.config`,i)}onStarting(){[[Z],[v,{useClass:E}]].forEach(e=>this._injector.add(e))}onRendered(){this._injector.get(Z)}};m($,`pluginName`,`UNIVER_FIND_REPLACE_PLUGIN`),m($,`packageName`,me),m($,`version`,he),$=g([h(1,(0,t.Inject)(t.Injector)),h(2,t.IConfigService)],$),e.FindBy=S,e.FindDirection=x,e.FindModel=_,Object.defineProperty(e,"FindReplaceController",{enumerable:!0,get:function(){return Z}}),Object.defineProperty(e,"FindReplaceModel",{enumerable:!0,get:function(){return b}}),e.FindReplaceState=T,e.FindScope=C,e.GoToNextMatchOperation=j,e.GoToPreviousMatchOperation=M,e.IFindReplaceService=v,e.OpenFindDialogOperation=k,e.OpenReplaceDialogOperation=A,e.ReplaceAllMatchesCommand=O,e.ReplaceCurrentMatchCommand=D,Object.defineProperty(e,"UniverFindReplacePlugin",{enumerable:!0,get:function(){return $}}),e.createInitFindReplaceState=w});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-find-replace/index
|
|
5
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require("@univerjs/core"),require("@univerjs/sheets"),require("@univerjs/engine-render"),require("@univerjs/find-replace"),require("@univerjs/sheets-ui"),require("rxjs")):typeof define==`function`&&define.amd?define([`exports`,`@univerjs/core`,`@univerjs/sheets`,`@univerjs/engine-render`,`@univerjs/find-replace`,`@univerjs/sheets-ui`,`rxjs`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.UniverSheetsFindReplace={},e.UniverCore,e.UniverSheets,e.UniverEngineRender,e.UniverFindReplace,e.UniverSheetsUi,e.rxjs))})(this,function(e,t,n,r,i,a,o){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});let s={id:`sheet.command.replace`,type:t.CommandType.COMMAND,handler:async(e,r)=>{let i=e.get(t.IUndoRedoService),a=e.get(t.ICommandService),{unitId:o,replacements:s}=r,l=i.__tempBatchingUndoRedo(o),u=await Promise.all(s.map(e=>a.executeCommand(n.SetRangeValuesCommand.id,{unitId:o,subUnitId:e.subUnitId,value:e.value})));return l.dispose(),c(u,s)}};function c(e,t){let n=0,r=0;return e.forEach((e,i)=>{let a=t[i].count;e?n+=a:r+=a}),{success:n,failure:r}}function l(e){"@babel/helpers - typeof";return l=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},l(e)}function u(e,t){if(l(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(l(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function d(e){var t=u(e,`string`);return l(t)==`symbol`?t:t+``}function f(e,t,n){return(t=d(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=class extends r.Shape{constructor(e,t){super(e,t),f(this,`_activated`,!1),f(this,`_inHiddenRange`,!1),f(this,`_color`,void 0),t&&this.setShapeProps(t)}setShapeProps(e){this._activated=!!e.activated,e.inHiddenRange!==void 0&&(this._inHiddenRange=e.inHiddenRange),e.color!==void 0&&(this._color=e.color),this.transformByState({width:e.width,height:e.height})}_draw(e){let t=this._activated,n=`rgba(${this._color.r}, ${this._color.g}, ${this._color.b}, 0.35)`,i=`rgb(${this._color.r}, ${this._color.g}, ${this._color.b})`;r.Rect.drawWith(e,{width:this.width,height:this.height,fill:n,stroke:t?i:void 0,strokeWidth:t?2:0,evented:!1})}};function m(e,t){return e.startRow===t.startRow&&e.startColumn===t.startColumn}function h(e,t){return e.startRow<t.startRow||e.startRow===t.startRow&&e.startColumn<=t.startColumn}function g(e,t){return e.startColumn<t.startColumn||e.startColumn===t.startColumn&&e.startRow<=t.startRow}function _(e,t){return e.startRow>t.startRow||e.startRow===t.startRow&&e.startColumn>=t.startColumn}function v(e,t){return e.startColumn>t.startColumn||e.startColumn===t.startColumn&&e.startRow>=t.startRow}function y(e,n){let{range:r}=e,{startRow:i,startColumn:a}=r,o=n.getMergedCell(i,a);return o?t.Rectangle.equals(r,o):r.endRow===r.startRow&&r.endColumn===r.startColumn}function b(e,t){return function(n,r){t(n,r,e)}}function x(e,t,n,r){var i=arguments.length,a=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,o;if(typeof Reflect==`object`&&typeof Reflect.decorate==`function`)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a}let S=class extends t.Disposable{constructor(e,t,n,r,i){super(),this._injector=e,this._findReplaceController=t,this._contextService=n,this._findReplaceService=r,this._commandService=i,f(this,`_provider`,void 0),this._init(),this._initCommands()}dispose(){super.dispose(),this._findReplaceController.closePanel(),this._provider.dispose()}_init(){let e=this._injector.createInstance(w);this._provider=e,this.disposeWithMe(this._findReplaceService.registerFindReplaceProvider(e)),this.disposeWithMe(this._contextService.subscribeContextValue$(t.EDITOR_ACTIVATED).pipe((0,o.filter)(e=>!!e)).subscribe(()=>this._findReplaceController.closePanel()))}_initCommands(){[s].forEach(e=>this.disposeWithMe(this._commandService.registerCommand(e)))}};S=x([b(0,(0,t.Inject)(t.Injector)),b(1,(0,t.Inject)(i.FindReplaceController)),b(2,t.IContextService),b(3,i.IFindReplaceService),b(4,t.ICommandService)],S);let C=class extends i.FindModel{get _matchesCount(){return this._matches.length}get unitId(){return this._workbook.getUnitId()}get matchesCount(){return this._matchesCount}get matchesPosition(){return this._matchesPosition}get currentMatch(){return this._matchesPosition>0?this._matches[this._matchesPosition-1]:null}constructor(e,t,n,r,i,a,s,c){super(),this._workbook=e,this._sheetSkeletonManagerService=t,this._univerInstanceService=n,this._renderManagerService=r,this._commandService=i,this._contextService=a,this._themeService=s,f(this,`_matchesUpdate$`,new o.Subject),f(this,`matchesUpdate$`,this._matchesUpdate$.asObservable()),f(this,`_activelyChangingMatch$`,new o.Subject),f(this,`activelyChangingMatch$`,this._activelyChangingMatch$.asObservable()),f(this,`_matchesByWorksheet`,new Map),f(this,`_matches`,[]),f(this,`_matchesPosition`,0),f(this,`_activeHighlightIndex`,-1),f(this,`_highlightShapes`,[]),f(this,`_currentHighlightShape`,null),f(this,`_query`,null),f(this,`_workbookSelections`,void 0),this._workbookSelections=c.getWorkbookSelections(this.unitId)}dispose(){super.dispose(),this._disposeHighlights(),this._toggleDisplayRawFormula(!1)}getMatches(){return this._matches}start(e){switch(this._query=e,e.findBy===i.FindBy.FORMULA?this._toggleDisplayRawFormula(!0):this._toggleDisplayRawFormula(!1),e.findScope){case i.FindScope.UNIT:this.findInWorkbook(e);break;case i.FindScope.SUBUNIT:default:this.findInActiveWorksheet(e);break}}focusSelection(){let e=this.currentMatch;e&&this._commandService.executeCommand(n.SelectRangeCommand.id,{unitId:e.unitId,subUnit:e.range.subUnitId,range:e.range.range})}_toggleDisplayRawFormula(e){this._contextService.setContextValue(r.RENDER_RAW_FORMULA_KEY,e)}findInWorkbook(e){let r=this._workbook.getUnitId(),i,a=!0,s=()=>{let t=this._workbook.getSheets().filter(e=>!e.isSheetHidden()).map(t=>{let n=this._findInWorksheet(t,e,r),i=t.getSheetId(),{results:a}=n;return a.length?this._matchesByWorksheet.set(i,n.results):this._matchesByWorksheet.delete(i),n});this._matches=t.map(e=>e.results).flat(),this._updateFindHighlight(),a?(i={results:this._matches},a=!1):this._matchesUpdate$.next(this._matches)};return this.disposeWithMe(this._sheetSkeletonManagerService.currentSkeleton$.subscribe(()=>{this._updateFindHighlight(),this._updateCurrentHighlightShape(this._activeHighlightIndex)})),this.disposeWithMe((0,t.fromCallback)(this._commandService.onCommandExecuted.bind(this._commandService)).pipe((0,o.filter)(([e,t])=>e.id===n.SetWorksheetActiveOperation.id&&!(t!=null&&t.fromFindReplace))).subscribe(()=>{let e=this._workbook.getActiveSheet();if(!e)return;let t=e.getSheetId();this._matchesByWorksheet.has(t)&&this._findNextMatchOnActiveSheetChange(e)})),this.disposeWithMe((0,t.fromCallback)(this._commandService.onCommandExecuted.bind(this._commandService)).pipe((0,o.filter)(([e])=>e.type===t.CommandType.MUTATION&&e.params.unitId===this._workbook.getUnitId()),(0,o.throttleTime)(600,void 0,{leading:!1,trailing:!0})).subscribe(()=>s())),s(),i}_findNextMatchOnActiveSheetChange(e){let t,n,r=0,i=this._matchesByWorksheet.get(e.getSheetId()),a=this._workbookSelections.getCurrentSelections();a!=null&&a.length?([t,r]=this._findNextMatchByRange(i,a[0].range),n=i.findIndex(e=>e===t)):(t=i[0],n=0,r=this._matches.findIndex(e=>e===t)),this._matchesPosition=r+1,this._activelyChangingMatch$.next(t),this._activeHighlightIndex=n,this._updateFindHighlight(),this._updateCurrentHighlightShape(n)}findInActiveWorksheet(e){let r=this._workbook.getUnitId(),i=()=>{var e;let t=this._workbook.getActiveSheet();if(!t)return!1;let n=this._workbookSelections.getCurrentSelections();return(e=n==null?void 0:n.some(e=>!y(e,t)))==null?!1:e},a,s=!0,c=!1,l=()=>{let t=this._workbook.getActiveSheet();if(!t)return{results:[]};let n=this.currentMatch;c=i();let o=this._workbookSelections.getCurrentSelections(),l=c?this._findInSelections(t,o,e,r):this._findInWorksheet(t,e,r);return this._matches=l.results,this._matchesPosition=this._tryRestoreLastMatchesPosition(n,this._matches),s?(a=l,s=!1):this._matchesUpdate$.next(this._matches),this._updateFindHighlight(),l};return this.disposeWithMe(this._sheetSkeletonManagerService.currentSkeleton$.subscribe(()=>this._updateFindHighlight())),this.disposeWithMe((0,o.merge)((0,t.fromCallback)(this._commandService.onCommandExecuted.bind(this._commandService)).pipe((0,o.filter)(([e])=>{if(e.type===t.CommandType.MUTATION&&e.params.unitId===this._workbook.getUnitId())return!0;if(e.id===n.SetSelectionsOperation.id&&e.params.unitId===r){let e=i();return e===!1&&c===!1?!1:(c=e,!0)}return!1})),this._workbook.activeSheet$.pipe((0,o.skip)(1))).pipe((0,o.debounceTime)(200)).subscribe(()=>l())),l(),a}_findInRange(e,t,n,r,a){let o=[],s=e.getSheetId(),c=(t.findDirection===i.FindDirection.COLUMN?e.iterateByColumn:e.iterateByRow).bind(e)(n);for(let n of c){let{row:i,col:c,colSpan:l,rowSpan:u,value:d}=n;if(a!=null&&a(i,c)||!d||e.getRowFiltered(i))continue;let{hit:f,replaceable:p,isFormula:m}=E(e,i,c,t,d);if(f){let e={provider:`sheets-find-replace-provider`,unitId:r,replaceable:p,isFormula:m,range:{subUnitId:s,range:{startRow:i,startColumn:c,endColumn:c+(l==null?1:l)-1,endRow:i+(u==null?1:u)-1}}};o.push(e)}}return{results:o}}_findInSelections(e,t,n,r){let{findDirection:a}=n,o=a===i.FindDirection.ROW?h:g,s=new Set;return{results:t.map(t=>this._findInRange(e,n,t.range,r,(e,t)=>{let n=`${e}-${t}`;return s.has(n)?!0:(s.add(n),!1)}).results).flat().sort((e,t)=>o(e.range.range,t.range.range)?-1:1)}}_findInWorksheet(e,t,n){let r=e.getRowCount(),i=e.getColumnCount(),a={startRow:0,startColumn:0,endRow:r-1,endColumn:i-1};return this._findInRange(e,t,a,n)}_disposeHighlights(){var e;this._highlightShapes.forEach(e=>{var t;(t=e.getScene())==null||t.makeDirty(),e.dispose()}),this._highlightShapes=[],(e=this._currentHighlightShape)==null||e.dispose(),this._currentHighlightShape=null}_updateFindHighlight(){this._disposeHighlights();let e=this._sheetSkeletonManagerService.getCurrentSkeleton();if(!e)return;let n=this._workbook.getUnitId(),r=this._renderManagerService.getRenderById(n);if(r==null)return;let{scene:i}=r,o=this._matches,s=new t.ColorKit(this._themeService.getColorFromTheme(`yellow.400`)).toRgb(),c=this._workbook.getActiveSheet();if(!c)return;let l=c.getSheetId(),u=o.filter(e=>e.range.subUnitId===l).map((t,n)=>{let{startColumn:r,startRow:o,endColumn:l,endRow:u}=t.range.range,d=(0,a.getCoordByCell)(o,r,i,e),f=(0,a.getCoordByCell)(u,l,i,e),{startX:m,startY:h}=d,{endX:g,endY:_}=f,v=!0;for(let e=o;e<=u;e++)if(c.getRowRawVisible(e)){v=!1;break}let y=!0;for(let e=r;e<=l;e++)if(c.getColVisible(e)){y=!1;break}let b=v||y,x={left:m,top:h,color:s,width:y?2:g-m,height:v?2:_-h,evented:!1,inHiddenRange:b,zIndex:1e4};return new p(`find-highlight-${n}`,x)});i.addObjects(u),this._highlightShapes=u,i.makeDirty()}_updateCurrentHighlightShape(e){var t;if((t=this._currentHighlightShape)==null||t.setShapeProps({activated:!1}),this._currentHighlightShape=null,e!==void 0){let t=this._highlightShapes[e];if(!t)return;this._currentHighlightShape=t,t.setShapeProps({activated:!0})}}_getSheetObject(){return(0,a.getSheetObject)(this._univerInstanceService,this._renderManagerService)}async _focusMatch(e){var t;let{subUnitId:r,range:i}=e.range;if(r!==((t=this._workbook.getActiveSheet())==null?void 0:t.getSheetId())){let e=this._workbook.getUnitId();await this._commandService.executeCommand(n.SetWorksheetActivateCommand.id,{unitId:e,subUnitId:r},{fromFindReplace:!0})}this._commandService.executeCommand(a.ScrollToCellCommand.id,{range:i},{fromFindReplace:!0})}_tryRestoreLastMatchesPosition(e,t){if(!e)return 0;let{subUnitId:n}=e.range,{startColumn:r,startRow:i}=e.range.range,a=t.findIndex(e=>{if(n!==e.range.subUnitId)return!1;let{startColumn:t,startRow:a}=e.range.range;return t===r&&a===i});return a>-1?a+1:0}moveToNextMatch(e){var t,n,r,a;if(!this._matches.length)return null;let o=(t=e==null?void 0:e.loop)==null?!1:t,s=(n=e==null?void 0:e.stayIfOnMatch)==null?!1:n,c=(r=e==null?void 0:e.noFocus)==null?!1:r,l=(a=e==null?void 0:e.ignoreSelection)==null?!1:a,u=this._findNextMatch(o,s,l);if(u){let[e,t]=u;return this._matchesPosition=t+1,this._query.findScope===i.FindScope.UNIT?this._activeHighlightIndex=this._matchesByWorksheet.get(e.range.subUnitId).findIndex(t=>t===e):this._activeHighlightIndex=t,c||this._focusMatch(e),this._updateCurrentHighlightShape(this._activeHighlightIndex),e}return this._matchesPosition=0,this._updateCurrentHighlightShape(),null}moveToPreviousMatch(e){var t,n,r,a;if(!this._matches.length)return null;let o=(t=e==null?void 0:e.loop)==null?!1:t,s=(n=e==null?void 0:e.stayIfOnMatch)==null?!1:n,c=(r=e==null?void 0:e.noFocus)==null?!1:r,l=(a=e==null?void 0:e.ignoreSelection)==null?!1:a,u=this._findPreviousMatch(o,s,l);if(u){let[e,t]=u;return this._matchesPosition=t+1,this._query.findScope===i.FindScope.UNIT?this._activeHighlightIndex=this._matchesByWorksheet.get(e.range.subUnitId).findIndex(t=>t===e):this._activeHighlightIndex=t,c||this._focusMatch(e),this._updateCurrentHighlightShape(this._activeHighlightIndex),e}return this._matchesPosition=0,this._updateCurrentHighlightShape(),null}_findPreviousMatch(e=!1,t=!1,n=!1){var r;if(this.currentMatch){let n=this._matches.findIndex(e=>e===this.currentMatch);if(t)return[this.currentMatch,n];let r=n-1;if(!e&&r<0)return null;let i=this._matches.length,a=(r+i)%i;return[this._matches[a],a]}let a=this._workbookSelections.getCurrentLastSelection();if(n||!a){let e=this._matches.length-1;return[this._matches[e],e]}if(this._query.findScope!==i.FindScope.UNIT)return this._findPreviousMatchByRange(this._matches,a.range);let o=(r=this._workbook.getActiveSheet())==null?void 0:r.getSheetId();if(!o)return null;let s=this._findPreviousWorksheetThatHasAMatch(o,e);return s?this._findPreviousMatchByRange(this._matchesByWorksheet.get(s),a.range):null}_findNextMatch(e=!1,t=!1,n=!1){var r;if(this.currentMatch){let n=this._matches.findIndex(e=>e===this.currentMatch);if(t)return[this.currentMatch,n];let r=n+1,i=this._matches.length;if(!e&&r>=i)return null;let a=r%i;return[this._matches[a],a]}let a=this._workbookSelections.getCurrentLastSelection();if(n||!a)return[this._matches[0],0];if(this._query.findScope!==i.FindScope.UNIT)return this._findNextMatchByRange(this._matches,a.range,t);let o=(r=this._workbook.getActiveSheet())==null?void 0:r.getSheetId();if(!o)return null;let s=this._findNextWorksheetThatHasAMatch(o,e);return s?this._findNextMatchByRange(this._matchesByWorksheet.get(s),a.range):null}_findPreviousWorksheetThatHasAMatch(e,n=!1){let r=this._workbook.getSheetOrders(),i=r.findIndex(t=>t===e),a=(n?(0,t.rotate)(r,i+1):r.slice(0,i+1)).findLast(e=>this._matchesByWorksheet.has(e));return a==null?null:a}_findNextWorksheetThatHasAMatch(e,n=!1){let r=this._workbook.getSheetOrders(),i=r.findIndex(t=>t===e),a=(n?(0,t.rotate)(r,i):r.slice(i)).find(e=>this._matchesByWorksheet.has(e));return a==null?null:a}_findNextMatchByRange(e,t,n=!1){let r=this._query.findDirection===i.FindDirection.ROW,a=e.findIndex(e=>{let i=e.range.range;if(!(r?h(t,i):g(t,i)))return!1;let a=m(t,i);return n?a:!a});a===-1&&(a=e.length-1);let o=e[a];return[o,this._matches.findIndex(e=>e===o)]}_findPreviousMatchByRange(e,t,n=!1){let r=this._query.findDirection===i.FindDirection.ROW,a=this._matches.findLastIndex(e=>{let i=e.range.range;if(!(r?_(t,i):v(t,i)))return!1;let a=m(t,i);return n?a:!a});a===-1&&(a=0);let o=e[a];return[o,this._matches.findIndex(e=>e===o)]}async replace(e){if(this._matchesCount===0||!this.currentMatch||!this._query||!this.currentMatch.replaceable)return!1;let t=this.currentMatch.range,r=this._workbook.getSheetBySheetId(this.currentMatch.range.subUnitId),a=this._getReplacedCellData(this.currentMatch,r,this._query.findBy===i.FindBy.FORMULA,this._query.findString,e,this._query.caseSensitive?`g`:`ig`),o={unitId:this.currentMatch.unitId,subUnitId:t.subUnitId,value:{[t.range.startRow]:{[t.range.startColumn]:a}}};return this._commandService.executeCommand(n.SetRangeValuesCommand.id,o)}async replaceAll(e){if(this._matchesCount===0||!this._query)return{success:0,failure:0};let n=this._workbook.getUnitId(),{findString:r,caseSensitive:a,findBy:o}=this._query,c=o===i.FindBy.FORMULA,l=a?`g`:`ig`,u=[];return(0,t.groupBy)(this._matches.filter(e=>e.replaceable),e=>e.range.subUnitId).forEach((n,i)=>{let a=new t.ObjectMatrix,o=this._workbook.getSheetBySheetId(i);n.forEach(t=>{let{startColumn:n,startRow:i}=t.range.range,s=this._getReplacedCellData(t,o,c,r,e,l);s&&a.setValue(i,n,s)}),u.push({count:n.length,subUnitId:i,value:a.getMatrix()})}),u?this._commandService.executeCommand(s.id,{unitId:n,replacements:u}):{success:0,failure:0}}_getReplacedCellData(e,n,r,i,a,o){var s;let{startRow:c,startColumn:l}=e.range.range,u=n.getCellRaw(c,l);if(e.isFormula)return r?{f:u.f.replace(new RegExp((0,t.escapeRegExp)(i),o),a),v:null}:null;if((s=u.p)!=null&&s.body){let e=t.Tools.deepClone(u.p);return(0,t.replaceInDocumentBody)(e.body,i,a,this._query.caseSensitive),{p:e}}return{v:u.v.toString().replace(new RegExp((0,t.escapeRegExp)(i),o),a)}}};C=x([b(2,t.IUniverInstanceService),b(3,r.IRenderManagerService),b(4,t.ICommandService),b(5,t.IContextService),b(6,(0,t.Inject)(t.ThemeService)),b(7,(0,t.Inject)(n.SheetsSelectionsService))],C);let w=class extends t.Disposable{constructor(e,t,n){super(),this._univerInstanceService=e,this._renderManagerService=t,this._injector=n,f(this,`_findModelsByUnitId`,new Map)}async find(e){this._terminate();let n=this._univerInstanceService.getCurrentUnitOfType(t.UniverInstanceType.UNIVER_SHEET);if(!n)return[];let r=this._preprocessQuery(e),i=this._renderManagerService.getRenderById(n.getUnitId()).with(a.SheetSkeletonManagerService),o=this._injector.createInstance(C,n,i);return this._findModelsByUnitId.set(n.getUnitId(),o),o.start(r),[o]}terminate(){this._terminate()}_terminate(){this._findModelsByUnitId.forEach(e=>e.dispose()),this._findModelsByUnitId.clear()}_preprocessQuery(e){let t=e.caseSensitive?e.findString:e.findString.toLowerCase();return t=t.trim(),{...e,findString:t}}};w=x([b(0,t.IUniverInstanceService),b(1,r.IRenderManagerService),b(2,(0,t.Inject)(t.Injector))],w);let T={hit:!1,replaceable:!1,isFormula:!1,rawData:null};function E(e,t,n,r,a){let{findBy:o}=r,s=o===i.FindBy.FORMULA,c=e.getCellRaw(t,n);return T.rawData=c,c!=null&&c.f?(T.isFormula=!0,s?D({v:c.f},r)?(T.hit=!0,T.replaceable=!0,T):(T.hit=!1,T.replaceable=!1,T):(T.replaceable=!1,D(a,r)?T.hit=!0:T.hit=!1,T)):(T.isFormula=!1,D(a,r)?c?(T.hit=!0,T.replaceable=!0):(T.hit=!0,T.replaceable=!1):(T.hit=!1,T.replaceable=!1),T)}function D(e,t){let n=O(e);return n?t.matchesTheWholeCell?(n=k(n),t.caseSensitive?n===t.findString:n.toLowerCase()===t.findString):t.caseSensitive?n.indexOf(t.findString)>-1:n.toLowerCase().indexOf(t.findString)>-1:!1}function O(e){var t,n;let r=(t=e==null||(n=e.p)==null||(n=n.body)==null?void 0:n.dataStream)==null?e==null?void 0:e.v:t;return typeof r==`number`?`${r}`:typeof r==`boolean`?r?`1`:`0`:r}function k(e){return e.replace(/^ +/g,``).replace(/ +$/g,``)}var A=`@univerjs/sheets-find-replace`,j=`0.25.0`;let M={},N=class extends t.Plugin{constructor(e=M,n,r){super(),this._config=e,this._injector=n,this._configService=r;let{...i}=(0,t.merge)({},M,this._config);this._configService.setConfig(`sheets-find-replace.config`,i)}onStarting(){[[S]].forEach(e=>this._injector.add(e))}onSteady(){this._injector.get(S)}};f(N,`pluginName`,`SHEET_FIND_REPLACE_PLUGIN`),f(N,`packageName`,A),f(N,`version`,j),f(N,`type`,t.UniverInstanceType.UNIVER_SHEET),N=x([(0,t.DependentOn)(n.UniverSheetsPlugin,n.UniverSheetsPlugin,i.UniverFindReplacePlugin),b(1,(0,t.Inject)(t.Injector)),b(2,t.IConfigService)],N),e.SheetReplaceCommand=s,Object.defineProperty(e,"SheetsFindReplaceController",{enumerable:!0,get:function(){return S}}),Object.defineProperty(e,"UniverSheetsFindReplacePlugin",{enumerable:!0,get:function(){return N}})});
|
|
6
|
-
|
|
7
|
-
// @univerjs/sheets-find-replace/facade
|
|
8
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?t(require("@univerjs/core"),require("@univerjs/find-replace"),require("@univerjs/sheets/facade"),require("rxjs"),require("@univerjs/core/facade")):typeof define==`function`&&define.amd?define([`@univerjs/core`,`@univerjs/find-replace`,`@univerjs/sheets/facade`,`rxjs`,`@univerjs/core/facade`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.UniverCore,e.UniverFindReplace,e.UniverSheetsFacade,e.rxjs,e.UniverCoreFacade))})(this,function(e,t,n,r,i){function a(e){"@babel/helpers - typeof";return a=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},a(e)}function o(e,t){if(a(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(a(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function s(e){var t=o(e,`string`);return a(t)==`symbol`?t:t+``}function c(e,t,n){return(t=s(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(e,t){return function(n,r){t(n,r,e)}}function u(e,t,n,r){var i=arguments.length,a=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,o;if(typeof Reflect==`object`&&typeof Reflect.decorate==`function`)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a}let d=class extends e.Disposable{constructor(e,n,r,i){super(),this._injector=n,this._univerInstanceService=r,this._findReplaceService=i,c(this,`_state`,new t.FindReplaceState),c(this,`_model`,void 0),c(this,`_complete`,void 0);let a=this._findReplaceService.getProviders();this._model=this._injector.createInstance(t.FindReplaceModel,this._state,a);let o={...(0,t.createInitFindReplaceState)(),...e};this._state.changeState(o)}findAll(){return!this._state.findCompleted||!this._complete?[]:this._complete.results.map(e=>this._findMatchToFRange(e))}findNext(){var e;if(!this._state.findCompleted||!this._complete)return null;let t=(e=this._model)==null?void 0:e.moveToNextMatch();return t?this._findMatchToFRange(t):null}findPrevious(){var e;let t=(e=this._model)==null?void 0:e.moveToPreviousMatch();return t?this._findMatchToFRange(t):null}getCurrentMatch(){var e;if(!this._state.findCompleted||!this._complete)throw Error(`Find operation is not completed.`);let t=(e=this._model)==null?void 0:e.currentMatch$.value;return t?this._findMatchToFRange(t):null}async matchCaseAsync(e){return this._state.changeState({caseSensitive:e,findCompleted:!1}),await(0,r.firstValueFrom)(this._state.stateUpdates$.pipe((0,r.filter)(e=>e.findCompleted===!0))),await this.ensureCompleteAsync(),this}async matchEntireCellAsync(e){return this._state.changeState({matchesTheWholeCell:e,findCompleted:!1}),await(0,r.firstValueFrom)(this._state.stateUpdates$.pipe((0,r.filter)(e=>e.findCompleted===!0))),await this.ensureCompleteAsync(),this}async matchFormulaTextAsync(e){return this._state.changeState({findBy:e?t.FindBy.FORMULA:t.FindBy.VALUE,findCompleted:!1}),await(0,r.firstValueFrom)(this._state.stateUpdates$.pipe((0,r.filter)(e=>e.findCompleted===!0))),await this.ensureCompleteAsync(),this}async replaceAllWithAsync(e){var t,n,r;await this._state.changeState({replaceRevealed:!0,replaceString:e});let i=(t=(n=await((r=this._model)==null?void 0:r.replaceAll()))==null?void 0:n.success)==null?0:t;return this._state.changeState({replaceRevealed:!1}),i}async replaceWithAsync(e){var t;return await this._state.changeState({replaceRevealed:!0,replaceString:e}),await((t=this._model)==null?void 0:t.replace()),this._state.changeState({replaceRevealed:!1}),!0}async ensureCompleteAsync(){var e;this._complete=await((e=this._model)==null?void 0:e.start())}_findMatchToFRange(e){let{unitId:t}=e,{subUnitId:r,range:i}=e.range,a=this._univerInstanceService.getUnit(t),o=a.getSheetBySheetId(r);return this._injector.createInstance(n.FRange,a,o,i)}};d=u([l(1,(0,e.Inject)(e.Injector)),l(2,e.IUniverInstanceService),l(3,t.IFindReplaceService)],d);var f=class extends i.FUniver{async createTextFinderAsync(e){let t={findString:e},n=this._injector.createInstance(d,t);return await n.ensureCompleteAsync(),n}};i.FUniver.extend(f)});
|
|
9
|
-
|
|
10
|
-
// index
|
|
11
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?i(exports,require("@univerjs/find-replace"),require("@univerjs/sheets-find-replace"),require("@univerjs/sheets-find-replace/lib/facade")):typeof define=="function"&&define.amd?define(["exports","@univerjs/find-replace","@univerjs/sheets-find-replace","@univerjs/sheets-find-replace/lib/facade"],i):(e=typeof globalThis<"u"?globalThis:e||self,i(e.UniverPresetSheetsFindReplace={},e.UniverFindReplace,e.UniverSheetsFindReplace))})(this,(function(e,i,n){"use strict";function r(t={}){return{plugins:[[i.UniverFindReplacePlugin],[n.UniverSheetsFindReplacePlugin]].filter(s=>!!s)}}e.UniverSheetsFindReplacePreset=r,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}));
|
package/lib/umd/locales/ar-SA.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/ar-SA
|
|
2
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceArSA=t())})(this,function(){return{"find-replace":{toolbar:`بحث واستبدال`,shortcut:{"open-find-dialog":`فتح مربع حوار البحث`,"open-replace-dialog":`فتح مربع حوار الاستبدال`,"close-dialog":`إغلاق مربع حوار البحث والاستبدال`,"go-to-next-match":`الانتقال إلى التطابق التالي`,"go-to-previous-match":`الانتقال إلى التطابق السابق`,"focus-selection":`تركيز التحديد`,panel:`بحث واستبدال`},dialog:{title:`بحث`,find:`بحث`,replace:`استبدال`,"replace-all":`استبدال الكل`,"case-sensitive":`حساس لحالة الأحرف`,"find-placeholder":`البحث في هذه الورقة`,"advanced-finding":`بحث واستبدال متقدم`,"replace-placeholder":`أدخل نص الاستبدال`,"match-the-whole-cell":`تطابق الخلية بأكملها`,"find-direction":{title:`اتجاه البحث`,row:`البحث حسب الصف`,column:`البحث حسب العمود`},"find-scope":{title:`نطاق البحث`,"current-sheet":`الورقة الحالية`,workbook:`المصنف`},"find-by":{title:`البحث حسب`,value:`البحث حسب القيمة`,formula:`البحث في الصيغ`},"no-match":`اكتمل البحث ولكن لم يتم العثور على أي تطابق.`,"no-result":`لا توجد نتائج`},replace:{"all-success":`تم استبدال {0} تطابقات`,"all-failure":`فشل الاستبدال`,confirm:{title:`هل أنت متأكد من استبدال جميع التطابقات؟`}},button:{confirm:`موافق`,cancel:`إلغاء`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/ar-SA
|
|
5
|
-
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/find-replace/locale/ar-SA")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/ar-SA"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceArSA=r(e.UniverCore,e.UniverFindReplaceArSA))})(this,(function(e,r){"use strict";return e.mergeLocales(r)}));
|
package/lib/umd/locales/ca-ES.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/ca-ES
|
|
2
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceCaES=t())})(this,function(){return{"find-replace":{toolbar:`Cerca i reemplaça`,shortcut:{"open-find-dialog":`Obrir el diàleg de cerca`,"open-replace-dialog":`Obrir el diàleg de reemplaçament`,"close-dialog":`Tancar el diàleg de cerca i reemplaçament`,"go-to-next-match":`Anar a la següent coincidència`,"go-to-previous-match":`Anar a la coincidència anterior`,"focus-selection":`Enfocar la selecció`,panel:`Cerca i reemplaça`},dialog:{title:`Cerca`,find:`Cerca`,replace:`Reemplaça`,"replace-all":`Reemplaça-ho tot`,"case-sensitive":`Distingeix majúscules de minúscules`,"find-placeholder":`Cerca en aquest full`,"advanced-finding":`Cerca i reemplaçament avançats`,"replace-placeholder":`Introduïu la cadena de reemplaçament`,"match-the-whole-cell":`Coincidir amb la cel·la sencera`,"find-direction":{title:`Direcció de la cerca`,row:`Cerca per fila`,column:`Cerca per columna`},"find-scope":{title:`Abast de la cerca`,"current-sheet":`Full actual`,workbook:`Llibre`},"find-by":{title:`Cerca per`,value:`Cerca per valor`,formula:`Cerca fórmula`},"no-match":`S'ha completat la cerca però no s'ha trobat cap coincidència.`,"no-result":`Sense resultats`},replace:{"all-success":`S'han reemplaçat totes les {0} coincidències`,"all-failure":`Error en el reemplaçament`,confirm:{title:`Esteu segur que voleu reemplaçar totes les coincidències?`}},button:{confirm:`D'acord`,cancel:`Cancel·lar`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/ca-ES
|
|
5
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/ca-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/ca-ES"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceCaES=n(e.UniverCore,e.UniverFindReplaceCaES))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
|
package/lib/umd/locales/de-DE.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/de-DE
|
|
2
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceDeDE=t())})(this,function(){return{"find-replace":{toolbar:`Suchen & Ersetzen`,shortcut:{"open-find-dialog":`Suchdialog öffnen`,"open-replace-dialog":`Ersetzungsdialog öffnen`,"close-dialog":`Suchen & Ersetzen-Dialog schließen`,"go-to-next-match":`Zum nächsten Treffer springen`,"go-to-previous-match":`Zum vorherigen Treffer springen`,"focus-selection":`Auswahl fokussieren`,panel:`Suchen & Ersetzen`},dialog:{title:`Suchen`,find:`Suchen`,replace:`Ersetzen`,"replace-all":`Alle ersetzen`,"case-sensitive":`Groß-/Kleinschreibung beachten`,"find-placeholder":`In diesem Blatt suchen`,"advanced-finding":`Erweitertes Suchen & Ersetzen`,"replace-placeholder":`Ersetzungstext eingeben`,"match-the-whole-cell":`Ganze Zelle vergleichen`,"find-direction":{title:`Suchrichtung`,row:`Nach Zeile suchen`,column:`Nach Spalte suchen`},"find-scope":{title:`Suchbereich`,"current-sheet":`Aktuelles Blatt`,workbook:`Arbeitsmappe`},"find-by":{title:`Suchen nach`,value:`Nach Wert suchen`,formula:`Formel suchen`},"no-match":`Suche abgeschlossen, aber kein Treffer gefunden.`,"no-result":`Kein Ergebnis`},replace:{"all-success":`Alle {0} Treffer ersetzt`,"all-failure":`Ersetzen fehlgeschlagen`,confirm:{title:`Sollen alle Treffer ersetzt werden?`}},button:{confirm:`OK`,cancel:`Abbrechen`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/de-DE
|
|
5
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/de-DE")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/de-DE"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceDeDE=n(e.UniverCore,e.UniverFindReplaceDeDE))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
|
package/lib/umd/locales/en-US.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/en-US
|
|
2
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceEnUS=t())})(this,function(){return{"find-replace":{toolbar:`Find & Replace`,shortcut:{"open-find-dialog":`Open Find Dialog`,"open-replace-dialog":`Open Replace Dialog`,"close-dialog":`Close Find & Replace Dialog`,"go-to-next-match":`Go to Next Match`,"go-to-previous-match":`Go to Previous Match`,"focus-selection":`Focus Selection`,panel:`Find & Replace`},dialog:{title:`Find`,find:`Find`,replace:`Replace`,"replace-all":`Replace All`,"case-sensitive":`Case Sensitive`,"find-placeholder":`Find in this Sheet`,"advanced-finding":`Advanced Searching & Replace`,"replace-placeholder":`Input Replace String`,"match-the-whole-cell":`Match the Whole Cell`,"find-direction":{title:`Find Direction`,row:`Search by Row`,column:`Search by Column`},"find-scope":{title:`Find Range`,"current-sheet":`Current Sheet`,workbook:`Workbook`},"find-by":{title:`Find By`,value:`Find by Value`,formula:`Find Formula`},"no-match":`Finding completed but no match found.`,"no-result":`No Result`},replace:{"all-success":`Replaced all {0} matches`,"all-failure":`Replace failed`,confirm:{title:`Are you sure to replace all matches?`}},button:{confirm:`OK`,cancel:`Cancel`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/en-US
|
|
5
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/en-US"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceEnUS=n(e.UniverCore,e.UniverFindReplaceEnUS))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
|
package/lib/umd/locales/es-ES.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/es-ES
|
|
2
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceEsES=t())})(this,function(){return{"find-replace":{toolbar:`Buscar y reemplazar`,shortcut:{"open-find-dialog":`Abrir cuadro de diálogo de búsqueda`,"open-replace-dialog":`Abrir cuadro de diálogo de reemplazo`,"close-dialog":`Cerrar cuadro de diálogo de búsqueda y reemplazo`,"go-to-next-match":`Ir a la siguiente coincidencia`,"go-to-previous-match":`Ir a la coincidencia anterior`,"focus-selection":`Enfocar selección`,panel:`Buscar y reemplazar`},dialog:{title:`Buscar`,find:`Buscar`,replace:`Reemplazar`,"replace-all":`Reemplazar todo`,"case-sensitive":`Distinguir mayúsculas y minúsculas`,"find-placeholder":`Buscar en esta hoja`,"advanced-finding":`Búsqueda y reemplazo avanzados`,"replace-placeholder":`Introducir cadena de reemplazo`,"match-the-whole-cell":`Coincidir con toda la celda`,"find-direction":{title:`Dirección de búsqueda`,row:`Buscar por fila`,column:`Buscar por columna`},"find-scope":{title:`Rango de búsqueda`,"current-sheet":`Hoja actual`,workbook:`Libro`},"find-by":{title:`Buscar por`,value:`Buscar por valor`,formula:`Buscar fórmula`},"no-match":`Búsqueda completada pero no se encontraron coincidencias.`,"no-result":`Sin resultados`},replace:{"all-success":`Se reemplazaron todas las {0} coincidencias`,"all-failure":`Error al reemplazar`,confirm:{title:`¿Está seguro de que desea reemplazar todas las coincidencias?`}},button:{confirm:`Aceptar`,cancel:`Cancelar`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/es-ES
|
|
5
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/es-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/es-ES"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceEsES=n(e.UniverCore,e.UniverFindReplaceEsES))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
|
package/lib/umd/locales/fa-IR.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/fa-IR
|
|
2
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceFaIR=t())})(this,function(){return{"find-replace":{toolbar:`یافتن و جایگزینی`,shortcut:{"open-find-dialog":`باز کردن پنجره جستجو`,"open-replace-dialog":`باز کردن پنجره جایگزینی`,"close-dialog":`بستن پنجره جستجو و جایگزینی`,"go-to-next-match":`رفتن به مورد تطابق بعدی`,"go-to-previous-match":`رفتن به مورد تطابق قبلی`,"focus-selection":`تمرکز بر انتخاب`,panel:`یافتن و جایگزینی`},dialog:{title:`جستجو`,find:`جستجو`,replace:`جایگزینی`,"replace-all":`جایگزینی همه`,"case-sensitive":`حساس به حروف بزرگ و کوچک`,"find-placeholder":`جستجو در این شیت`,"advanced-finding":`جستجو و جایگزینی پیشرفته`,"replace-placeholder":`رشته جایگزینی را وارد کنید`,"match-the-whole-cell":`تطابق کل سلول`,"find-direction":{title:`جهت جستجو`,row:`جستجو بر اساس ردیف`,column:`جستجو بر اساس ستون`},"find-scope":{title:`محدوده جستجو`,"current-sheet":`شیت فعلی`,workbook:`کتاب کار`},"find-by":{title:`جستجو بر اساس`,value:`جستجو بر اساس مقدار`,formula:`جستجوی فرمول`},"no-match":`جستجو تکمیل شد اما هیچ تطابقی یافت نشد.`,"no-result":`بدون نتیجه`},replace:{"all-success":`همه {0} مورد تطابق جایگزین شدند`,"all-failure":`جایگزینی ناموفق بود`,confirm:{title:`آیا مطمئن هستید که میخواهید همه موارد تطابق را جایگزین کنید؟`}},button:{confirm:`تایید`,cancel:`انصراف`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/fa-IR
|
|
5
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/fa-IR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/fa-IR"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceFaIR=n(e.UniverCore,e.UniverFindReplaceFaIR))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
|
package/lib/umd/locales/fr-FR.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/fr-FR
|
|
2
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceFrFR=t())})(this,function(){return{"find-replace":{toolbar:`Rechercher & Remplacer`,shortcut:{"open-find-dialog":`Ouvrir la boîte de dialogue de recherche`,"open-replace-dialog":`Ouvrir la boîte de dialogue de remplacement`,"close-dialog":`Fermer la boîte de dialogue de recherche et de remplacement`,"go-to-next-match":`Aller à la correspondance suivante`,"go-to-previous-match":`Aller à la correspondance précédente`,"focus-selection":`Concentrer la sélection`,panel:`Rechercher & Remplacer`},dialog:{title:`Rechercher`,find:`Rechercher`,replace:`Remplacer`,"replace-all":`Remplacer tout`,"case-sensitive":`Sensible à la casse`,"find-placeholder":`Rechercher dans cette feuille`,"advanced-finding":`Recherche et remplacement avancés`,"replace-placeholder":`Saisir la chaîne de remplacement`,"match-the-whole-cell":`Correspondance de la cellule entière`,"find-direction":{title:`Direction de la recherche`,row:`Rechercher par ligne`,column:`Rechercher par colonne`},"find-scope":{title:`Plage de recherche`,"current-sheet":`Feuille actuelle`,workbook:`Classeur`},"find-by":{title:`Rechercher par`,value:`Rechercher par valeur`,formula:`Rechercher une formule`},"no-match":`Recherche terminée mais aucune correspondance trouvée.`,"no-result":`Aucun résultat`},replace:{"all-success":`Toutes les {0} correspondances ont été remplacées`,"all-failure":`Échec du remplacement`,confirm:{title:`Êtes-vous sûr de vouloir remplacer toutes les correspondances ?`}},button:{confirm:`OK`,cancel:`Annuler`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/fr-FR
|
|
5
|
-
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/find-replace/locale/fr-FR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/fr-FR"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceFrFR=r(e.UniverCore,e.UniverFindReplaceFrFR))})(this,(function(e,r){"use strict";return e.mergeLocales(r)}));
|
package/lib/umd/locales/id-ID.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/id-ID
|
|
2
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceIdID=t())})(this,function(){return{"find-replace":{toolbar:`Cari & Ganti`,shortcut:{"open-find-dialog":`Buka Dialog Cari`,"open-replace-dialog":`Buka Dialog Ganti`,"close-dialog":`Tutup Dialog Cari & Ganti`,"go-to-next-match":`Ke Hasil Berikutnya`,"go-to-previous-match":`Ke Hasil Sebelumnya`,"focus-selection":`Fokus Pilihan`,panel:`Cari & Ganti`},dialog:{title:`Cari`,find:`Cari`,replace:`Ganti`,"replace-all":`Ganti Semua`,"case-sensitive":`Sensitif Huruf`,"find-placeholder":`Cari di Lembar ini`,"advanced-finding":`Pencarian & Penggantian Lanjutan`,"replace-placeholder":`Masukkan String Pengganti`,"match-the-whole-cell":`Cocokkan Seluruh Sel`,"find-direction":{title:`Arah Cari`,row:`Cari per Baris`,column:`Cari per Kolom`},"find-scope":{title:`Rentang Cari`,"current-sheet":`Lembar Saat Ini`,workbook:`Buku Kerja`},"find-by":{title:`Cari Berdasarkan`,value:`Cari berdasarkan Nilai`,formula:`Cari Rumus`},"no-match":`Pencarian selesai tetapi tidak ditemukan kecocokan.`,"no-result":`Tidak Ada Hasil`},replace:{"all-success":`Berhasil mengganti {0} kecocokan`,"all-failure":`Penggantian gagal`,confirm:{title:`Apakah Anda yakin ingin mengganti semua kecocokan?`}},button:{confirm:`OK`,cancel:`Batal`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/id-ID
|
|
5
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/id-ID")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/id-ID"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceIdID=i(e.UniverCore,e.UniverFindReplaceIdID))})(this,(function(e,i){"use strict";return e.mergeLocales(i)}));
|
package/lib/umd/locales/it-IT.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/it-IT
|
|
2
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceItIT=t())})(this,function(){return{"find-replace":{toolbar:`Trova e sostituisci`,shortcut:{"open-find-dialog":`Apri finestra Trova`,"open-replace-dialog":`Apri finestra Sostituisci`,"close-dialog":`Chiudi finestra Trova e sostituisci`,"go-to-next-match":`Vai alla corrispondenza successiva`,"go-to-previous-match":`Vai alla corrispondenza precedente`,"focus-selection":`Focus selezione`,panel:`Trova e sostituisci`},dialog:{title:`Trova`,find:`Trova`,replace:`Sostituisci`,"replace-all":`Sostituisci tutto`,"case-sensitive":`Maiuscole/minuscole`,"find-placeholder":`Trova in questo foglio`,"advanced-finding":`Ricerca e sostituzione avanzate`,"replace-placeholder":`Inserisci stringa di sostituzione`,"match-the-whole-cell":`Corrispondenza con l'intera cella`,"find-direction":{title:`Direzione ricerca`,row:`Cerca per riga`,column:`Cerca per colonna`},"find-scope":{title:`Intervallo ricerca`,"current-sheet":`Foglio corrente`,workbook:`Cartella di lavoro`},"find-by":{title:`Criterio ricerca`,value:`Trova per valore`,formula:`Trova formula`},"no-match":`Ricerca completata ma nessuna corrispondenza trovata.`,"no-result":`Nessun risultato`},replace:{"all-success":`Sostituite tutte le {0} corrispondenze`,"all-failure":`Sostituzione non riuscita`,confirm:{title:`Sei sicuro di voler sostituire tutte le corrispondenze?`}},button:{confirm:`OK`,cancel:`Annulla`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/it-IT
|
|
5
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/it-IT")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/it-IT"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceItIT=i(e.UniverCore,e.UniverFindReplaceItIT))})(this,(function(e,i){"use strict";return e.mergeLocales(i)}));
|
package/lib/umd/locales/ja-JP.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/ja-JP
|
|
2
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceJaJP=t())})(this,function(){return{"find-replace":{toolbar:`検索と置換`,shortcut:{"open-find-dialog":`検索ダイアログを開く`,"open-replace-dialog":`置換ダイアログを開く`,"close-dialog":`検索と置換ダイアログを閉じる`,"go-to-next-match":`次の一致項目へ移動`,"go-to-previous-match":`前の一致項目へ移動`,"focus-selection":`選択範囲にフォーカス`,panel:`検索と置換`},dialog:{title:`検索`,find:`検索`,replace:`置換`,"replace-all":`すべて置換`,"case-sensitive":`大文字と小文字を区別`,"find-placeholder":`このシート内を検索`,"advanced-finding":`詳細検索と置換`,"replace-placeholder":`置換文字列を入力`,"match-the-whole-cell":`セル全体に一致`,"find-direction":{title:`検索方向`,row:`行ごとに検索`,column:`列ごとに検索`},"find-scope":{title:`検索範囲`,"current-sheet":`現在のシート`,workbook:`ブック全体`},"find-by":{title:`検索条件`,value:`値で検索`,formula:`数式を検索`},"no-match":`検索が完了しましたが、一致する項目が見つかりませんでした。`,"no-result":`結果なし`},replace:{"all-success":`一致項目 {0} 件すべてを置換しました`,"all-failure":`置換に失敗しました`,confirm:{title:`すべての一致項目を置換してもよろしいですか?`}},button:{confirm:`確認`,cancel:`キャンセル`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/ja-JP
|
|
5
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/ja-JP")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/ja-JP"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceJaJP=n(e.UniverCore,e.UniverFindReplaceJaJP))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
|
package/lib/umd/locales/ko-KR.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/ko-KR
|
|
2
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceKoKR=t())})(this,function(){return{"find-replace":{toolbar:`찾기 및 바꾸기`,shortcut:{"open-find-dialog":`찾기 대화 상자 열기`,"open-replace-dialog":`바꾸기 대화 상자 열기`,"close-dialog":`찾기 및 바꾸기 대화 상자 닫기`,"go-to-next-match":`다음 일치 항목으로 이동`,"go-to-previous-match":`이전 일치 항목으로 이동`,"focus-selection":`선택 영역에 포커스`,panel:`찾기 및 바꾸기`},dialog:{title:`찾기`,find:`찾기`,replace:`바꾸기`,"replace-all":`모두 바꾸기`,"case-sensitive":`대/소문자 구분`,"find-placeholder":`이 시트에서 찾기`,"advanced-finding":`고급 검색 및 바꾸기`,"replace-placeholder":`바꿀 문자열 입력`,"match-the-whole-cell":`전체 셀 내용 일치`,"find-direction":{title:`검색 방향`,row:`행 기준 검색`,column:`열 기준 검색`},"find-scope":{title:`검색 범위`,"current-sheet":`현재 시트`,workbook:`통합 문서`},"find-by":{title:`검색 기준`,value:`값으로 찾기`,formula:`수식 찾기`},"no-match":`검색이 완료되었으나 일치 항목을 찾을 수 없습니다.`,"no-result":`결과 없음`},replace:{"all-success":`일치 항목 {0}개를 모두 바꿨습니다.`,"all-failure":`바꾸기 실패`,confirm:{title:`모든 일치 항목을 바꾸시겠습니까?`}},button:{confirm:`확인`,cancel:`취소`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/ko-KR
|
|
5
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/ko-KR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/ko-KR"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceKoKR=n(e.UniverCore,e.UniverFindReplaceKoKR))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
|
package/lib/umd/locales/pl-PL.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/pl-PL
|
|
2
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplacePlPL=t())})(this,function(){return{"find-replace":{toolbar:`Znajdź i zamień`,shortcut:{"open-find-dialog":`Otwórz okno Znajdź`,"open-replace-dialog":`Otwórz okno Zamień`,"close-dialog":`Zamknij okno Znajdź i zamień`,"go-to-next-match":`Przejdź do następnego dopasowania`,"go-to-previous-match":`Przejdź do poprzedniego dopasowania`,"focus-selection":`Skup na zaznaczeniu`,panel:`Znajdź i zamień`},dialog:{title:`Znajdź`,find:`Znajdź`,replace:`Zamień`,"replace-all":`Zamień wszystko`,"case-sensitive":`Rozróżniaj wielkość liter`,"find-placeholder":`Znajdź w tym arkuszu`,"advanced-finding":`Zaawansowane wyszukiwanie i zastępowanie`,"replace-placeholder":`Wprowadź ciąg zastępujący`,"match-the-whole-cell":`Dopasuj całą komórkę`,"find-direction":{title:`Kierunek wyszukiwania`,row:`Szukaj według wierszy`,column:`Szukaj według kolumn`},"find-scope":{title:`Zakres wyszukiwania`,"current-sheet":`Bieżący arkusz`,workbook:`Skoroszyt`},"find-by":{title:`Szukaj według`,value:`Szukaj według wartości`,formula:`Szukaj formuły`},"no-match":`Wyszukiwanie zakończone, ale nie znaleziono dopasowania.`,"no-result":`Brak wyników`},replace:{"all-success":`Zastąpiono wszystkie dopasowania: {0}`,"all-failure":`Zastępowanie nie powiodło się`,confirm:{title:`Czy na pewno chcesz zastąpić wszystkie dopasowania?`}},button:{confirm:`OK`,cancel:`Anuluj`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/pl-PL
|
|
5
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/pl-PL")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/pl-PL"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplacePlPL=n(e.UniverCore,e.UniverFindReplacePlPL))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
|
package/lib/umd/locales/pt-BR.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/pt-BR
|
|
2
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplacePtBR=t())})(this,function(){return{"find-replace":{toolbar:`Localizar e Substituir`,shortcut:{"open-find-dialog":`Abrir Caixa de Localização`,"open-replace-dialog":`Abrir Caixa de Substituição`,"close-dialog":`Fechar Caixa de Localizar e Substituir`,"go-to-next-match":`Ir para Próxima Correspondência`,"go-to-previous-match":`Ir para Correspondência Anterior`,"focus-selection":`Focar Seleção`,panel:`Localizar e Substituir`},dialog:{title:`Localizar`,find:`Localizar`,replace:`Substituir`,"replace-all":`Substituir Tudo`,"case-sensitive":`Diferenciar Maiúsculas/Minúsculas`,"find-placeholder":`Localizar nesta Planilha`,"advanced-finding":`Pesquisa e Substituição Avançadas`,"replace-placeholder":`Digite o Texto de Substituição`,"match-the-whole-cell":`Corresponder à Célula Inteira`,"find-direction":{title:`Direção da Pesquisa`,row:`Pesquisar por Linha`,column:`Pesquisar por Coluna`},"find-scope":{title:`Intervalo da Pesquisa`,"current-sheet":`Planilha Atual`,workbook:`Pasta de Trabalho`},"find-by":{title:`Pesquisar Por`,value:`Pesquisar por Valor`,formula:`Localizar Fórmula`},"no-match":`Pesquisa concluída, mas nenhuma correspondência foi encontrada.`,"no-result":`Nenhum Resultado`},replace:{"all-success":`Substituídas todas as {0} correspondências`,"all-failure":`Falha na substituição`,confirm:{title:`Tem certeza de que deseja substituir todas as correspondências?`}},button:{confirm:`OK`,cancel:`Cancelar`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/pt-BR
|
|
5
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/pt-BR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/pt-BR"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplacePtBR=n(e.UniverCore,e.UniverFindReplacePtBR))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
|