@univerjs/preset-sheets-find-replace 0.15.3 → 0.15.5

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/sk-SK"),s=require("@univerjs/sheets-find-replace/locale/sk-SK"),c=e.mergeLocales(r,s);module.exports=c;
@@ -0,0 +1,10 @@
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import r from "@univerjs/find-replace/locale/sk-SK";
3
+ import o from "@univerjs/sheets-find-replace/locale/sk-SK";
4
+ const t = e(
5
+ r,
6
+ o
7
+ );
8
+ export {
9
+ t as default
10
+ };
@@ -0,0 +1,10 @@
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import r from "@univerjs/find-replace/locale/sk-SK";
3
+ import o from "@univerjs/sheets-find-replace/locale/sk-SK";
4
+ const t = e(
5
+ r,
6
+ o
7
+ );
8
+ export {
9
+ t as default
10
+ };
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
4
+ export default _default;
@@ -0,0 +1,10 @@
1
+ // @univerjs/find-replace/locale/sk-SK
2
+ (function(a,e){typeof exports=="object"&&typeof module<"u"?module.exports=e():typeof define=="function"&&define.amd?define(e):(a=typeof globalThis<"u"?globalThis:a||self,a.UniverFindReplaceSkSK=e())})(this,(function(){"use strict";return{"find-replace":{toolbar:"Hľadať a nahradiť",shortcut:{"open-find-dialog":"Otvoriť dialóg Hľadať","open-replace-dialog":"Otvoriť dialóg Nahradiť","close-dialog":"Zavrieť dialóg Hľadať a nahradiť","go-to-next-match":"Prejsť na ďalšiu zhodu","go-to-previous-match":"Prejsť na predchádzajúcu zhodu","focus-selection":"Zamerať výber"},dialog:{title:"Hľadať",find:"Hľadať",replace:"Nahradiť","replace-all":"Nahradiť všetko","case-sensitive":"Rozlišovať veľkosť písmen","find-placeholder":"Hľadať v tomto hárku","advanced-finding":"Rozšírené hľadanie a nahrádzanie","replace-placeholder":"Zadajte reťazec na nahradenie","match-the-whole-cell":"Zhodovať celú bunku","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ť podľa vzorca"},"no-match":"Hľadanie dokončené, ale nenašla sa zhoda.","no-result":"Žiadny výsledok"},replace:{"all-success":"Nahradených všetkých {0} zhôd","all-failure":"Nahradenie zlyhalo",confirm:{title:"Naozaj nahradiť všetky zhody?"}}},"find-replace-shortcuts":"Hľadať a nahradiť"}}));
3
+
4
+
5
+ // @univerjs/sheets-find-replace/locale/sk-SK
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.UniverSheetsFindReplaceSkSK=i())})(this,(function(){"use strict";return{"sheet-find-replace":{replace:{"partial-failure":"Nepodarilo sa nahradiť niektoré bunky",failure:"Nepodarilo sa nahradiť všetky bunky"}}}}));
7
+
8
+
9
+ // locale/sk-SK
10
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/sk-SK"),require("@univerjs/sheets-find-replace/locale/sk-SK")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/sk-SK","@univerjs/sheets-find-replace/locale/sk-SK"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceSkSK=i(e.UniverCore,e.UniverFindReplaceSkSK,e.UniverSheetsFindReplaceSkSK))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-sheets-find-replace",
3
- "version": "0.15.3",
3
+ "version": "0.15.5",
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.15.3",
62
- "@univerjs/sheets-find-replace": "0.15.3"
61
+ "@univerjs/find-replace": "0.15.5",
62
+ "@univerjs/sheets-find-replace": "0.15.5"
63
63
  },
64
64
  "devDependencies": {
65
- "@univerjs/core": "0.15.3",
65
+ "@univerjs/core": "0.15.5",
66
66
  "react": "18.3.1",
67
67
  "react-dom": "18.3.1",
68
68
  "rxjs": "7.8.2",
69
69
  "typescript": "^5.9.3",
70
- "@univerjs-infra/shared": "0.15.3"
70
+ "@univerjs-infra/shared": "0.15.5"
71
71
  },
72
72
  "scripts": {
73
73
  "prebuild:preset": "tsx prepare.ts",