@univerjs/preset-sheets-find-replace 0.8.2-nightly.202506241607 → 0.8.2-nightly.202506251607
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/ko-KR"),s=require("@univerjs/sheets-find-replace/locale/ko-KR"),c=e.merge({},r,s);module.exports=c;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// @univerjs/find-replace/locale/ko-KR
|
|
2
|
+
(function(e,o){typeof exports=="object"&&typeof module<"u"?module.exports=o():typeof define=="function"&&define.amd?define(o):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverFindReplaceKoKR=o())})(this,function(){"use strict";return{"find-replace":{toolbar:"찾기 및 바꾸기",shortcut:{"open-find-dialog":"찾기 창 열기","open-replace-dialog":"바꾸기 창 열기","close-dialog":"찾기 및 바꾸기 창 닫기","go-to-next-match":"다음 결과로 이동","go-to-previous-match":"이전 결과로 이동","focus-selection":"선택 영역으로 이동"},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:"모든 일치 항목을 바꾸시겠습니까?"}}},"find-replace-shortcuts":"찾기 및 바꾸기"}});
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
// @univerjs/sheets-find-replace/locale/ko-KR
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i():typeof define=="function"&&define.amd?define(i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsFindReplaceKoKR=i())})(this,function(){"use strict";return{"sheet-find-replace":{replace:{"partial-failure":"일부 셀 교체에 실패했습니다",failure:"모든 셀 교체에 실패했습니다"}}}});
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
// locale/ko-KR
|
|
10
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/ko-KR"),require("@univerjs/sheets-find-replace/locale/ko-KR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/ko-KR","@univerjs/sheets-find-replace/locale/ko-KR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceKoKR=i(e.UniverCore,e.UniverFindReplaceKoKR,e.UniverSheetsFindReplaceKoKR))})(this,function(e,i,n){"use strict";return e.merge({},i,n)});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-sheets-find-replace",
|
|
3
|
-
"version": "0.8.2-nightly.
|
|
3
|
+
"version": "0.8.2-nightly.202506251607",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -58,16 +58,16 @@
|
|
|
58
58
|
"rxjs": ">=7.0.0"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@univerjs/find-replace": "0.8.2-nightly.
|
|
62
|
-
"@univerjs/sheets-find-replace": "0.8.2-nightly.
|
|
61
|
+
"@univerjs/find-replace": "0.8.2-nightly.202506251607",
|
|
62
|
+
"@univerjs/sheets-find-replace": "0.8.2-nightly.202506251607"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@univerjs/core": "0.8.2-nightly.
|
|
65
|
+
"@univerjs/core": "0.8.2-nightly.202506251607",
|
|
66
66
|
"react": "18.3.1",
|
|
67
67
|
"react-dom": "18.3.1",
|
|
68
68
|
"rxjs": "7.8.2",
|
|
69
69
|
"typescript": "^5.8.3",
|
|
70
|
-
"@univerjs-infra/shared": "0.8.2"
|
|
70
|
+
"@univerjs-infra/shared": "0.8.2-nightly.202506241607"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"prebuild:preset": "tsx prepare.ts",
|