@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/es/locales/zh-CN.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/zh-CN";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/zh-CN.ts
|
|
4
|
+
var zh_CN_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { zh_CN_default as default };
|
package/lib/es/locales/zh-HK.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/zh-HK";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/zh-HK.ts
|
|
4
|
+
var zh_HK_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { zh_HK_default as default };
|
package/lib/es/locales/zh-TW.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/zh-TW";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/zh-TW.ts
|
|
4
|
+
var zh_TW_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { zh_TW_default as default };
|
package/lib/index.css
CHANGED
|
@@ -1 +1,54 @@
|
|
|
1
|
-
.univer-relative{
|
|
1
|
+
.univer-relative {
|
|
2
|
+
position: relative;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.univer-mt-4 {
|
|
6
|
+
margin-top: 1rem;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.univer-mt-6 {
|
|
10
|
+
margin-top: 1.5rem;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.univer-flex {
|
|
14
|
+
display: flex;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.univer-inline-flex {
|
|
18
|
+
display: inline-flex;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.univer-cursor-pointer {
|
|
22
|
+
cursor: pointer;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.univer-items-center {
|
|
26
|
+
align-items: center;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.univer-justify-between {
|
|
30
|
+
justify-content: space-between;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.univer-gap-2 {
|
|
34
|
+
gap: .5rem;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.univer-text-center {
|
|
38
|
+
text-align: center;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.univer-text-sm {
|
|
42
|
+
font-size: .875rem;
|
|
43
|
+
line-height: 1.25rem;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.univer-text-primary-500 {
|
|
47
|
+
color: var(--univer-primary-500);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.univer-transition-colors {
|
|
51
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
52
|
+
transition-duration: .15s;
|
|
53
|
+
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
54
|
+
}
|
package/lib/index.js
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { UniverFindReplacePlugin
|
|
2
|
-
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
};
|
|
1
|
+
import { UniverFindReplacePlugin } from "@univerjs/find-replace";
|
|
2
|
+
import { UniverSheetsFindReplacePlugin } from "@univerjs/sheets-find-replace";
|
|
3
|
+
import "@univerjs/sheets-find-replace/facade";
|
|
4
|
+
|
|
5
|
+
export * from "@univerjs/find-replace"
|
|
6
|
+
|
|
7
|
+
export * from "@univerjs/sheets-find-replace"
|
|
8
|
+
|
|
9
|
+
//#region src/preset.ts
|
|
10
|
+
function UniverSheetsFindReplacePreset(_config = {}) {
|
|
11
|
+
return { plugins: [[UniverFindReplacePlugin], [UniverSheetsFindReplacePlugin]].filter((v) => !!v) };
|
|
13
12
|
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
};
|
|
13
|
+
|
|
14
|
+
//#endregion
|
|
15
|
+
export { UniverSheetsFindReplacePreset };
|
package/lib/locales/ar-SA.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/ar-SA";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/ar-SA.ts
|
|
4
|
+
var ar_SA_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { ar_SA_default as default };
|
package/lib/locales/ca-ES.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/ca-ES";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/ca-ES.ts
|
|
4
|
+
var ca_ES_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { ca_ES_default as default };
|
package/lib/locales/de-DE.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/de-DE";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/de-DE.ts
|
|
4
|
+
var de_DE_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { de_DE_default as default };
|
package/lib/locales/en-US.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/en-US";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/en-US.ts
|
|
4
|
+
var en_US_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { en_US_default as default };
|
package/lib/locales/es-ES.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/es-ES";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/es-ES.ts
|
|
4
|
+
var es_ES_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { es_ES_default as default };
|
package/lib/locales/fa-IR.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/fa-IR";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/fa-IR.ts
|
|
4
|
+
var fa_IR_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { fa_IR_default as default };
|
package/lib/locales/fr-FR.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/fr-FR";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/fr-FR.ts
|
|
4
|
+
var fr_FR_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { fr_FR_default as default };
|
package/lib/locales/id-ID.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/id-ID";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/id-ID.ts
|
|
4
|
+
var id_ID_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { id_ID_default as default };
|
package/lib/locales/it-IT.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/it-IT";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/it-IT.ts
|
|
4
|
+
var it_IT_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { it_IT_default as default };
|
package/lib/locales/ja-JP.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/ja-JP";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/ja-JP.ts
|
|
4
|
+
var ja_JP_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { ja_JP_default as default };
|
package/lib/locales/ko-KR.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/ko-KR";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/ko-KR.ts
|
|
4
|
+
var ko_KR_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { ko_KR_default as default };
|
package/lib/locales/pl-PL.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/pl-PL";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/pl-PL.ts
|
|
4
|
+
var pl_PL_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { pl_PL_default as default };
|
package/lib/locales/pt-BR.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/pt-BR";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/pt-BR.ts
|
|
4
|
+
var pt_BR_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { pt_BR_default as default };
|
package/lib/locales/ru-RU.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/ru-RU";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/ru-RU.ts
|
|
4
|
+
var ru_RU_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { ru_RU_default as default };
|
package/lib/locales/sk-SK.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/sk-SK";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/sk-SK.ts
|
|
4
|
+
var sk_SK_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { sk_SK_default as default };
|
package/lib/locales/vi-VN.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/vi-VN";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/vi-VN.ts
|
|
4
|
+
var vi_VN_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { vi_VN_default as default };
|
package/lib/locales/zh-CN.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/zh-CN";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/zh-CN.ts
|
|
4
|
+
var zh_CN_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { zh_CN_default as default };
|
package/lib/locales/zh-HK.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/zh-HK";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/zh-HK.ts
|
|
4
|
+
var zh_HK_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { zh_HK_default as default };
|
package/lib/locales/zh-TW.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjsfindreplace from "@univerjs/find-replace/locale/zh-TW";
|
|
2
|
+
|
|
3
|
+
//#region src/locales/zh-TW.ts
|
|
4
|
+
var zh_TW_default = Object.assign({}, univerjsfindreplace);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { zh_TW_default as default };
|
package/lib/types/index.d.ts
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
-
|
|
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
|
+
export * from './preset';
|
|
2
17
|
export * from '@univerjs/find-replace';
|
|
3
18
|
export * from '@univerjs/sheets-find-replace';
|
|
@@ -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;
|