@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
package/lib/umd/locales/ru-RU.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/ru-RU
|
|
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.UniverFindReplaceRuRU=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/ru-RU
|
|
5
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/ru-RU"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceRuRU=n(e.UniverCore,e.UniverFindReplaceRuRU))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
|
package/lib/umd/locales/sk-SK.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/sk-SK
|
|
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.UniverFindReplaceSkSK=t())})(this,function(){return{"find-replace":{toolbar:`Hľadať a nahradiť`,shortcut:{"open-find-dialog":`Otvoriť dialógové okno hľadania`,"open-replace-dialog":`Otvoriť dialógové okno nahradenia`,"close-dialog":`Zavrieť dialógové okno hľadania a nahradenia`,"go-to-next-match":`Prejsť na ďalšiu zhodu`,"go-to-previous-match":`Prejsť na predchádzajúcu zhodu`,"focus-selection":`Zamerať výber`,panel:`Hľadať a nahradiť`},dialog:{title:`Hľadať`,find:`Hľadať`,replace:`Nahradiť`,"replace-all":`Nahradiť všetko`,"case-sensitive":`Rozlišovať veľké a malé písmená`,"find-placeholder":`Hľadať v tomto hárku`,"advanced-finding":`Pokročilé hľadanie a nahradenie`,"replace-placeholder":`Zadajte reťazec na nahradenie`,"match-the-whole-cell":`Zhoda s celou bunkou`,"find-direction":{title:`Smer hľadania`,row:`Hľadať podľa riadkov`,column:`Hľadať podľa stĺpcov`},"find-scope":{title:`Rozsah hľadania`,"current-sheet":`Aktuálny hárok`,workbook:`Zošit`},"find-by":{title:`Hľadať podľa`,value:`Hľadať podľa hodnoty`,formula:`Hľadať vzorec`},"no-match":`Hľadanie bolo dokončené, ale nenašla sa žiadna zhoda.`,"no-result":`Žiadne výsledky`},replace:{"all-success":`Všetkých {0} zhôd bolo nahradených`,"all-failure":`Nahradenie zlyhalo`,confirm:{title:`Ste si istí, že chcete nahradiť všetky zhody?`}},button:{confirm:`OK`,cancel:`Zrušiť`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/sk-SK
|
|
5
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/sk-SK")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/sk-SK"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceSkSK=n(e.UniverCore,e.UniverFindReplaceSkSK))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
|
package/lib/umd/locales/vi-VN.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/vi-VN
|
|
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.UniverFindReplaceViVN=t())})(this,function(){return{"find-replace":{toolbar:`Tìm kiếm và Thay thế`,shortcut:{"open-find-dialog":`Mở hộp thoại Tìm kiếm`,"open-replace-dialog":`Mở hộp thoại Thay thế`,"close-dialog":`Đóng hộp thoại Tìm kiếm & Thay thế`,"go-to-next-match":`Chuyển đến kết quả tiếp theo`,"go-to-previous-match":`Chuyển đến kết quả trước đó`,"focus-selection":`Tập trung vào vùng chọn`,panel:`Tìm kiếm và Thay thế`},dialog:{title:`Tìm kiếm`,find:`Tìm kiếm`,replace:`Thay thế`,"replace-all":`Thay thế Tất cả`,"case-sensitive":`Phân biệt chữ hoa chữ thường`,"find-placeholder":`Tìm trong Trang tính này`,"advanced-finding":`Tìm kiếm & Thay thế Nâng cao`,"replace-placeholder":`Nhập chuỗi thay thế`,"match-the-whole-cell":`Khớp toàn bộ ô`,"find-direction":{title:`Hướng tìm kiếm`,row:`Tìm theo hàng`,column:`Tìm theo cột`},"find-scope":{title:`Phạm vi tìm kiếm`,"current-sheet":`Trang tính hiện tại`,workbook:`Sổ làm việc`},"find-by":{title:`Tìm theo`,value:`Tìm theo giá trị`,formula:`Tìm công thức`},"no-match":`Đã hoàn thành tìm kiếm nhưng không tìm thấy kết quả phù hợp.`,"no-result":`Không có kết quả`},replace:{"all-success":`Đã thay thế tất cả {0} kết quả phù hợp`,"all-failure":`Thay thế thất bại`,confirm:{title:`Bạn có chắc chắn muốn thay thế tất cả các kết quả phù hợp không?`}},button:{confirm:`Xác nhận`,cancel:`Hủy`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/vi-VN
|
|
5
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceViVN=i(e.UniverCore,e.UniverFindReplaceViVN))})(this,(function(e,i){"use strict";return e.mergeLocales(i)}));
|
package/lib/umd/locales/zh-CN.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/zh-CN
|
|
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.UniverFindReplaceZhCN=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":`替换全部`,"find-placeholder":`输入查找内容`,"advanced-finding":`替换 / 高级查找`,"replace-placeholder":`输入替换内容`,"case-sensitive":`匹配大小写`,"match-the-whole-cell":`匹配整个单元格`,"find-scope":{title:`查找范围`,"current-sheet":`当前子表`,workbook:`整个工作簿`},"find-direction":{title:`查找顺序`,column:`按列查找`,row:`按行查找`},"find-by":{title:`查找方式`,formula:`查找公式`,value:`查找值`},"no-match":`已完成搜索,但是未找到任何匹配项`,"no-result":`无结果`},replace:{"all-success":`已全部替换 {0} 个匹配项`,"all-failure":`替换失败`,confirm:{title:`确定要替换所有的匹配项吗?`}},button:{confirm:`确定`,cancel:`取消`}}}});
|
|
3
|
-
|
|
4
|
-
// locale/zh-CN
|
|
5
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/zh-CN"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceZhCN=n(e.UniverCore,e.UniverFindReplaceZhCN))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
|
package/lib/umd/locales/zh-HK.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/zh-HK
|
|
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.UniverFindReplaceZhHK=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/zh-HK
|
|
5
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/zh-HK")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/zh-HK"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceZhHK=n(e.UniverCore,e.UniverFindReplaceZhHK))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
|
package/lib/umd/locales/zh-TW.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// @univerjs/find-replace/locale/zh-TW
|
|
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.UniverFindReplaceZhTW=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/zh-TW
|
|
5
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/zh-TW"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceZhTW=n(e.UniverCore,e.UniverFindReplaceZhTW))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
|