@univerjs/preset-sheets-hyper-link 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 +27 -1
- package/lib/cjs/locales/ar-SA.js +11 -1
- package/lib/cjs/locales/ca-ES.js +11 -1
- package/lib/cjs/locales/de-DE.js +11 -1
- package/lib/cjs/locales/en-US.js +11 -1
- package/lib/cjs/locales/es-ES.js +11 -1
- package/lib/cjs/locales/fa-IR.js +11 -1
- package/lib/cjs/locales/fr-FR.js +11 -1
- package/lib/cjs/locales/id-ID.js +11 -1
- package/lib/cjs/locales/it-IT.js +11 -1
- package/lib/cjs/locales/ja-JP.js +11 -1
- package/lib/cjs/locales/ko-KR.js +11 -1
- package/lib/cjs/locales/pl-PL.js +11 -1
- package/lib/cjs/locales/pt-BR.js +11 -1
- package/lib/cjs/locales/ru-RU.js +11 -1
- package/lib/cjs/locales/sk-SK.js +11 -1
- package/lib/cjs/locales/vi-VN.js +11 -1
- package/lib/cjs/locales/zh-CN.js +11 -1
- package/lib/cjs/locales/zh-HK.js +11 -1
- package/lib/cjs/locales/zh-TW.js +11 -1
- package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
- package/lib/es/index.js +16 -19
- package/lib/es/locales/ar-SA.js +8 -10
- package/lib/es/locales/ca-ES.js +8 -10
- package/lib/es/locales/de-DE.js +8 -10
- package/lib/es/locales/en-US.js +8 -10
- package/lib/es/locales/es-ES.js +8 -10
- package/lib/es/locales/fa-IR.js +8 -10
- package/lib/es/locales/fr-FR.js +8 -10
- package/lib/es/locales/id-ID.js +8 -10
- package/lib/es/locales/it-IT.js +8 -10
- package/lib/es/locales/ja-JP.js +8 -10
- package/lib/es/locales/ko-KR.js +8 -10
- package/lib/es/locales/pl-PL.js +8 -10
- package/lib/es/locales/pt-BR.js +8 -10
- package/lib/es/locales/ru-RU.js +8 -10
- package/lib/es/locales/sk-SK.js +8 -10
- package/lib/es/locales/vi-VN.js +8 -10
- package/lib/es/locales/zh-CN.js +8 -10
- package/lib/es/locales/zh-HK.js +8 -10
- package/lib/es/locales/zh-TW.js +8 -10
- package/lib/index.css +168 -1
- package/lib/index.js +16 -19
- package/lib/locales/ar-SA.js +8 -10
- package/lib/locales/ca-ES.js +8 -10
- package/lib/locales/de-DE.js +8 -10
- package/lib/locales/en-US.js +8 -10
- package/lib/locales/es-ES.js +8 -10
- package/lib/locales/fa-IR.js +8 -10
- package/lib/locales/fr-FR.js +8 -10
- package/lib/locales/id-ID.js +8 -10
- package/lib/locales/it-IT.js +8 -10
- package/lib/locales/ja-JP.js +8 -10
- package/lib/locales/ko-KR.js +8 -10
- package/lib/locales/pl-PL.js +8 -10
- package/lib/locales/pt-BR.js +8 -10
- package/lib/locales/ru-RU.js +8 -10
- package/lib/locales/sk-SK.js +8 -10
- package/lib/locales/vi-VN.js +8 -10
- package/lib/locales/zh-CN.js +8 -10
- package/lib/locales/zh-HK.js +8 -10
- package/lib/locales/zh-TW.js +8 -10
- package/lib/types/index.d.ts +16 -1
- package/lib/types/locales/ar-SA.d.ts +39 -1
- package/lib/types/locales/ca-ES.d.ts +39 -1
- package/lib/types/locales/de-DE.d.ts +39 -1
- package/lib/types/locales/en-US.d.ts +39 -1
- package/lib/types/locales/es-ES.d.ts +39 -1
- package/lib/types/locales/fa-IR.d.ts +39 -1
- package/lib/types/locales/fr-FR.d.ts +39 -1
- package/lib/types/locales/id-ID.d.ts +39 -1
- package/lib/types/locales/it-IT.d.ts +39 -1
- package/lib/types/locales/ja-JP.d.ts +39 -1
- package/lib/types/locales/ko-KR.d.ts +39 -1
- package/lib/types/locales/pl-PL.d.ts +39 -1
- package/lib/types/locales/pt-BR.d.ts +39 -1
- package/lib/types/locales/ru-RU.d.ts +39 -1
- package/lib/types/locales/sk-SK.d.ts +39 -1
- package/lib/types/locales/vi-VN.d.ts +39 -1
- package/lib/types/locales/zh-CN.d.ts +39 -1
- package/lib/types/locales/zh-HK.d.ts +39 -1
- package/lib/types/locales/zh-TW.d.ts +39 -1
- package/lib/types/preset.d.ts +24 -0
- package/package.json +13 -15
- package/lib/types/types.d.ts +0 -11
- package/lib/types/umd.d.ts +0 -10
- package/lib/umd/index.js +0 -14
- package/lib/umd/locales/ar-SA.js +0 -8
- package/lib/umd/locales/ca-ES.js +0 -8
- package/lib/umd/locales/de-DE.js +0 -8
- package/lib/umd/locales/en-US.js +0 -8
- package/lib/umd/locales/es-ES.js +0 -8
- package/lib/umd/locales/fa-IR.js +0 -8
- package/lib/umd/locales/fr-FR.js +0 -8
- package/lib/umd/locales/id-ID.js +0 -8
- package/lib/umd/locales/it-IT.js +0 -8
- package/lib/umd/locales/ja-JP.js +0 -8
- package/lib/umd/locales/ko-KR.js +0 -8
- package/lib/umd/locales/pl-PL.js +0 -8
- package/lib/umd/locales/pt-BR.js +0 -8
- package/lib/umd/locales/ru-RU.js +0 -8
- package/lib/umd/locales/sk-SK.js +0 -8
- package/lib/umd/locales/vi-VN.js +0 -8
- package/lib/umd/locales/zh-CN.js +0 -8
- package/lib/umd/locales/zh-HK.js +0 -8
- package/lib/umd/locales/zh-TW.js +0 -8
package/lib/locales/sk-SK.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export {
|
|
9
|
-
m as default
|
|
10
|
-
};
|
|
1
|
+
import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/sk-SK";
|
|
2
|
+
import univerjssheetshyperlinkui from "@univerjs/sheets-hyper-link-ui/locale/sk-SK";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/sk-SK.ts
|
|
5
|
+
var sk_SK_default = Object.assign({}, univerjssheetshyperlink, univerjssheetshyperlinkui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { sk_SK_default as default };
|
package/lib/locales/vi-VN.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export {
|
|
9
|
-
m as default
|
|
10
|
-
};
|
|
1
|
+
import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/vi-VN";
|
|
2
|
+
import univerjssheetshyperlinkui from "@univerjs/sheets-hyper-link-ui/locale/vi-VN";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/vi-VN.ts
|
|
5
|
+
var vi_VN_default = Object.assign({}, univerjssheetshyperlink, univerjssheetshyperlinkui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { vi_VN_default as default };
|
package/lib/locales/zh-CN.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export {
|
|
9
|
-
m as default
|
|
10
|
-
};
|
|
1
|
+
import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/zh-CN";
|
|
2
|
+
import univerjssheetshyperlinkui from "@univerjs/sheets-hyper-link-ui/locale/zh-CN";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/zh-CN.ts
|
|
5
|
+
var zh_CN_default = Object.assign({}, univerjssheetshyperlink, univerjssheetshyperlinkui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { zh_CN_default as default };
|
package/lib/locales/zh-HK.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export {
|
|
9
|
-
m as default
|
|
10
|
-
};
|
|
1
|
+
import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/zh-HK";
|
|
2
|
+
import univerjssheetshyperlinkui from "@univerjs/sheets-hyper-link-ui/locale/zh-HK";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/zh-HK.ts
|
|
5
|
+
var zh_HK_default = Object.assign({}, univerjssheetshyperlink, univerjssheetshyperlinkui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { zh_HK_default as default };
|
package/lib/locales/zh-TW.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export {
|
|
9
|
-
m as default
|
|
10
|
-
};
|
|
1
|
+
import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/zh-TW";
|
|
2
|
+
import univerjssheetshyperlinkui from "@univerjs/sheets-hyper-link-ui/locale/zh-TW";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/zh-TW.ts
|
|
5
|
+
var zh_TW_default = Object.assign({}, univerjssheetshyperlink, univerjssheetshyperlinkui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
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/sheets-hyper-link';
|
|
3
18
|
export * from '@univerjs/sheets-hyper-link-ui';
|
|
@@ -1,4 +1,42 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-hyper-link': {
|
|
3
|
+
message: {
|
|
4
|
+
refError: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-hyper-link-ui': {
|
|
9
|
+
form: {
|
|
10
|
+
editTitle: string;
|
|
11
|
+
addTitle: string;
|
|
12
|
+
label: string;
|
|
13
|
+
type: string;
|
|
14
|
+
link: string;
|
|
15
|
+
linkPlaceholder: string;
|
|
16
|
+
range: string;
|
|
17
|
+
worksheet: string;
|
|
18
|
+
definedName: string;
|
|
19
|
+
ok: string;
|
|
20
|
+
cancel: string;
|
|
21
|
+
labelPlaceholder: string;
|
|
22
|
+
inputError: string;
|
|
23
|
+
selectError: string;
|
|
24
|
+
linkError: string;
|
|
25
|
+
};
|
|
26
|
+
menu: {
|
|
27
|
+
add: string;
|
|
28
|
+
};
|
|
29
|
+
message: {
|
|
30
|
+
noSheet: string;
|
|
31
|
+
refError: string;
|
|
32
|
+
hiddenSheet: string;
|
|
33
|
+
coped: string;
|
|
34
|
+
};
|
|
35
|
+
popup: {
|
|
36
|
+
copy: string;
|
|
37
|
+
edit: string;
|
|
38
|
+
cancel: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
3
41
|
};
|
|
4
42
|
export default _default;
|
|
@@ -1,4 +1,42 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-hyper-link': {
|
|
3
|
+
message: {
|
|
4
|
+
refError: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-hyper-link-ui': {
|
|
9
|
+
form: {
|
|
10
|
+
editTitle: string;
|
|
11
|
+
addTitle: string;
|
|
12
|
+
label: string;
|
|
13
|
+
type: string;
|
|
14
|
+
link: string;
|
|
15
|
+
linkPlaceholder: string;
|
|
16
|
+
range: string;
|
|
17
|
+
worksheet: string;
|
|
18
|
+
definedName: string;
|
|
19
|
+
ok: string;
|
|
20
|
+
cancel: string;
|
|
21
|
+
labelPlaceholder: string;
|
|
22
|
+
inputError: string;
|
|
23
|
+
selectError: string;
|
|
24
|
+
linkError: string;
|
|
25
|
+
};
|
|
26
|
+
menu: {
|
|
27
|
+
add: string;
|
|
28
|
+
};
|
|
29
|
+
message: {
|
|
30
|
+
noSheet: string;
|
|
31
|
+
refError: string;
|
|
32
|
+
hiddenSheet: string;
|
|
33
|
+
coped: string;
|
|
34
|
+
};
|
|
35
|
+
popup: {
|
|
36
|
+
copy: string;
|
|
37
|
+
edit: string;
|
|
38
|
+
cancel: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
3
41
|
};
|
|
4
42
|
export default _default;
|
|
@@ -1,4 +1,42 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-hyper-link': {
|
|
3
|
+
message: {
|
|
4
|
+
refError: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-hyper-link-ui': {
|
|
9
|
+
form: {
|
|
10
|
+
editTitle: string;
|
|
11
|
+
addTitle: string;
|
|
12
|
+
label: string;
|
|
13
|
+
type: string;
|
|
14
|
+
link: string;
|
|
15
|
+
linkPlaceholder: string;
|
|
16
|
+
range: string;
|
|
17
|
+
worksheet: string;
|
|
18
|
+
definedName: string;
|
|
19
|
+
ok: string;
|
|
20
|
+
cancel: string;
|
|
21
|
+
labelPlaceholder: string;
|
|
22
|
+
inputError: string;
|
|
23
|
+
selectError: string;
|
|
24
|
+
linkError: string;
|
|
25
|
+
};
|
|
26
|
+
menu: {
|
|
27
|
+
add: string;
|
|
28
|
+
};
|
|
29
|
+
message: {
|
|
30
|
+
noSheet: string;
|
|
31
|
+
refError: string;
|
|
32
|
+
hiddenSheet: string;
|
|
33
|
+
coped: string;
|
|
34
|
+
};
|
|
35
|
+
popup: {
|
|
36
|
+
copy: string;
|
|
37
|
+
edit: string;
|
|
38
|
+
cancel: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
3
41
|
};
|
|
4
42
|
export default _default;
|
|
@@ -1,4 +1,42 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-hyper-link': {
|
|
3
|
+
message: {
|
|
4
|
+
refError: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-hyper-link-ui': {
|
|
9
|
+
form: {
|
|
10
|
+
editTitle: string;
|
|
11
|
+
addTitle: string;
|
|
12
|
+
label: string;
|
|
13
|
+
type: string;
|
|
14
|
+
link: string;
|
|
15
|
+
linkPlaceholder: string;
|
|
16
|
+
range: string;
|
|
17
|
+
worksheet: string;
|
|
18
|
+
definedName: string;
|
|
19
|
+
ok: string;
|
|
20
|
+
cancel: string;
|
|
21
|
+
labelPlaceholder: string;
|
|
22
|
+
inputError: string;
|
|
23
|
+
selectError: string;
|
|
24
|
+
linkError: string;
|
|
25
|
+
};
|
|
26
|
+
menu: {
|
|
27
|
+
add: string;
|
|
28
|
+
};
|
|
29
|
+
message: {
|
|
30
|
+
noSheet: string;
|
|
31
|
+
refError: string;
|
|
32
|
+
hiddenSheet: string;
|
|
33
|
+
coped: string;
|
|
34
|
+
};
|
|
35
|
+
popup: {
|
|
36
|
+
copy: string;
|
|
37
|
+
edit: string;
|
|
38
|
+
cancel: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
3
41
|
};
|
|
4
42
|
export default _default;
|
|
@@ -1,4 +1,42 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-hyper-link': {
|
|
3
|
+
message: {
|
|
4
|
+
refError: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-hyper-link-ui': {
|
|
9
|
+
form: {
|
|
10
|
+
editTitle: string;
|
|
11
|
+
addTitle: string;
|
|
12
|
+
label: string;
|
|
13
|
+
type: string;
|
|
14
|
+
link: string;
|
|
15
|
+
linkPlaceholder: string;
|
|
16
|
+
range: string;
|
|
17
|
+
worksheet: string;
|
|
18
|
+
definedName: string;
|
|
19
|
+
ok: string;
|
|
20
|
+
cancel: string;
|
|
21
|
+
labelPlaceholder: string;
|
|
22
|
+
inputError: string;
|
|
23
|
+
selectError: string;
|
|
24
|
+
linkError: string;
|
|
25
|
+
};
|
|
26
|
+
menu: {
|
|
27
|
+
add: string;
|
|
28
|
+
};
|
|
29
|
+
message: {
|
|
30
|
+
noSheet: string;
|
|
31
|
+
refError: string;
|
|
32
|
+
hiddenSheet: string;
|
|
33
|
+
coped: string;
|
|
34
|
+
};
|
|
35
|
+
popup: {
|
|
36
|
+
copy: string;
|
|
37
|
+
edit: string;
|
|
38
|
+
cancel: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
3
41
|
};
|
|
4
42
|
export default _default;
|
|
@@ -1,4 +1,42 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-hyper-link': {
|
|
3
|
+
message: {
|
|
4
|
+
refError: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-hyper-link-ui': {
|
|
9
|
+
form: {
|
|
10
|
+
editTitle: string;
|
|
11
|
+
addTitle: string;
|
|
12
|
+
label: string;
|
|
13
|
+
type: string;
|
|
14
|
+
link: string;
|
|
15
|
+
linkPlaceholder: string;
|
|
16
|
+
range: string;
|
|
17
|
+
worksheet: string;
|
|
18
|
+
definedName: string;
|
|
19
|
+
ok: string;
|
|
20
|
+
cancel: string;
|
|
21
|
+
labelPlaceholder: string;
|
|
22
|
+
inputError: string;
|
|
23
|
+
selectError: string;
|
|
24
|
+
linkError: string;
|
|
25
|
+
};
|
|
26
|
+
menu: {
|
|
27
|
+
add: string;
|
|
28
|
+
};
|
|
29
|
+
message: {
|
|
30
|
+
noSheet: string;
|
|
31
|
+
refError: string;
|
|
32
|
+
hiddenSheet: string;
|
|
33
|
+
coped: string;
|
|
34
|
+
};
|
|
35
|
+
popup: {
|
|
36
|
+
copy: string;
|
|
37
|
+
edit: string;
|
|
38
|
+
cancel: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
3
41
|
};
|
|
4
42
|
export default _default;
|
|
@@ -1,4 +1,42 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-hyper-link': {
|
|
3
|
+
message: {
|
|
4
|
+
refError: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-hyper-link-ui': {
|
|
9
|
+
form: {
|
|
10
|
+
editTitle: string;
|
|
11
|
+
addTitle: string;
|
|
12
|
+
label: string;
|
|
13
|
+
type: string;
|
|
14
|
+
link: string;
|
|
15
|
+
linkPlaceholder: string;
|
|
16
|
+
range: string;
|
|
17
|
+
worksheet: string;
|
|
18
|
+
definedName: string;
|
|
19
|
+
ok: string;
|
|
20
|
+
cancel: string;
|
|
21
|
+
labelPlaceholder: string;
|
|
22
|
+
inputError: string;
|
|
23
|
+
selectError: string;
|
|
24
|
+
linkError: string;
|
|
25
|
+
};
|
|
26
|
+
menu: {
|
|
27
|
+
add: string;
|
|
28
|
+
};
|
|
29
|
+
message: {
|
|
30
|
+
noSheet: string;
|
|
31
|
+
refError: string;
|
|
32
|
+
hiddenSheet: string;
|
|
33
|
+
coped: string;
|
|
34
|
+
};
|
|
35
|
+
popup: {
|
|
36
|
+
copy: string;
|
|
37
|
+
edit: string;
|
|
38
|
+
cancel: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
3
41
|
};
|
|
4
42
|
export default _default;
|
|
@@ -1,4 +1,42 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-hyper-link': {
|
|
3
|
+
message: {
|
|
4
|
+
refError: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-hyper-link-ui': {
|
|
9
|
+
form: {
|
|
10
|
+
editTitle: string;
|
|
11
|
+
addTitle: string;
|
|
12
|
+
label: string;
|
|
13
|
+
type: string;
|
|
14
|
+
link: string;
|
|
15
|
+
linkPlaceholder: string;
|
|
16
|
+
range: string;
|
|
17
|
+
worksheet: string;
|
|
18
|
+
definedName: string;
|
|
19
|
+
ok: string;
|
|
20
|
+
cancel: string;
|
|
21
|
+
labelPlaceholder: string;
|
|
22
|
+
inputError: string;
|
|
23
|
+
selectError: string;
|
|
24
|
+
linkError: string;
|
|
25
|
+
};
|
|
26
|
+
menu: {
|
|
27
|
+
add: string;
|
|
28
|
+
};
|
|
29
|
+
message: {
|
|
30
|
+
noSheet: string;
|
|
31
|
+
refError: string;
|
|
32
|
+
hiddenSheet: string;
|
|
33
|
+
coped: string;
|
|
34
|
+
};
|
|
35
|
+
popup: {
|
|
36
|
+
copy: string;
|
|
37
|
+
edit: string;
|
|
38
|
+
cancel: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
3
41
|
};
|
|
4
42
|
export default _default;
|
|
@@ -1,4 +1,42 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-hyper-link': {
|
|
3
|
+
message: {
|
|
4
|
+
refError: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-hyper-link-ui': {
|
|
9
|
+
form: {
|
|
10
|
+
editTitle: string;
|
|
11
|
+
addTitle: string;
|
|
12
|
+
label: string;
|
|
13
|
+
type: string;
|
|
14
|
+
link: string;
|
|
15
|
+
linkPlaceholder: string;
|
|
16
|
+
range: string;
|
|
17
|
+
worksheet: string;
|
|
18
|
+
definedName: string;
|
|
19
|
+
ok: string;
|
|
20
|
+
cancel: string;
|
|
21
|
+
labelPlaceholder: string;
|
|
22
|
+
inputError: string;
|
|
23
|
+
selectError: string;
|
|
24
|
+
linkError: string;
|
|
25
|
+
};
|
|
26
|
+
menu: {
|
|
27
|
+
add: string;
|
|
28
|
+
};
|
|
29
|
+
message: {
|
|
30
|
+
noSheet: string;
|
|
31
|
+
refError: string;
|
|
32
|
+
hiddenSheet: string;
|
|
33
|
+
coped: string;
|
|
34
|
+
};
|
|
35
|
+
popup: {
|
|
36
|
+
copy: string;
|
|
37
|
+
edit: string;
|
|
38
|
+
cancel: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
3
41
|
};
|
|
4
42
|
export default _default;
|
|
@@ -1,4 +1,42 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-hyper-link': {
|
|
3
|
+
message: {
|
|
4
|
+
refError: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-hyper-link-ui': {
|
|
9
|
+
form: {
|
|
10
|
+
editTitle: string;
|
|
11
|
+
addTitle: string;
|
|
12
|
+
label: string;
|
|
13
|
+
type: string;
|
|
14
|
+
link: string;
|
|
15
|
+
linkPlaceholder: string;
|
|
16
|
+
range: string;
|
|
17
|
+
worksheet: string;
|
|
18
|
+
definedName: string;
|
|
19
|
+
ok: string;
|
|
20
|
+
cancel: string;
|
|
21
|
+
labelPlaceholder: string;
|
|
22
|
+
inputError: string;
|
|
23
|
+
selectError: string;
|
|
24
|
+
linkError: string;
|
|
25
|
+
};
|
|
26
|
+
menu: {
|
|
27
|
+
add: string;
|
|
28
|
+
};
|
|
29
|
+
message: {
|
|
30
|
+
noSheet: string;
|
|
31
|
+
refError: string;
|
|
32
|
+
hiddenSheet: string;
|
|
33
|
+
coped: string;
|
|
34
|
+
};
|
|
35
|
+
popup: {
|
|
36
|
+
copy: string;
|
|
37
|
+
edit: string;
|
|
38
|
+
cancel: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
3
41
|
};
|
|
4
42
|
export default _default;
|
|
@@ -1,4 +1,42 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-hyper-link': {
|
|
3
|
+
message: {
|
|
4
|
+
refError: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-hyper-link-ui': {
|
|
9
|
+
form: {
|
|
10
|
+
editTitle: string;
|
|
11
|
+
addTitle: string;
|
|
12
|
+
label: string;
|
|
13
|
+
type: string;
|
|
14
|
+
link: string;
|
|
15
|
+
linkPlaceholder: string;
|
|
16
|
+
range: string;
|
|
17
|
+
worksheet: string;
|
|
18
|
+
definedName: string;
|
|
19
|
+
ok: string;
|
|
20
|
+
cancel: string;
|
|
21
|
+
labelPlaceholder: string;
|
|
22
|
+
inputError: string;
|
|
23
|
+
selectError: string;
|
|
24
|
+
linkError: string;
|
|
25
|
+
};
|
|
26
|
+
menu: {
|
|
27
|
+
add: string;
|
|
28
|
+
};
|
|
29
|
+
message: {
|
|
30
|
+
noSheet: string;
|
|
31
|
+
refError: string;
|
|
32
|
+
hiddenSheet: string;
|
|
33
|
+
coped: string;
|
|
34
|
+
};
|
|
35
|
+
popup: {
|
|
36
|
+
copy: string;
|
|
37
|
+
edit: string;
|
|
38
|
+
cancel: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
3
41
|
};
|
|
4
42
|
export default _default;
|
|
@@ -1,4 +1,42 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-hyper-link': {
|
|
3
|
+
message: {
|
|
4
|
+
refError: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-hyper-link-ui': {
|
|
9
|
+
form: {
|
|
10
|
+
editTitle: string;
|
|
11
|
+
addTitle: string;
|
|
12
|
+
label: string;
|
|
13
|
+
type: string;
|
|
14
|
+
link: string;
|
|
15
|
+
linkPlaceholder: string;
|
|
16
|
+
range: string;
|
|
17
|
+
worksheet: string;
|
|
18
|
+
definedName: string;
|
|
19
|
+
ok: string;
|
|
20
|
+
cancel: string;
|
|
21
|
+
labelPlaceholder: string;
|
|
22
|
+
inputError: string;
|
|
23
|
+
selectError: string;
|
|
24
|
+
linkError: string;
|
|
25
|
+
};
|
|
26
|
+
menu: {
|
|
27
|
+
add: string;
|
|
28
|
+
};
|
|
29
|
+
message: {
|
|
30
|
+
noSheet: string;
|
|
31
|
+
refError: string;
|
|
32
|
+
hiddenSheet: string;
|
|
33
|
+
coped: string;
|
|
34
|
+
};
|
|
35
|
+
popup: {
|
|
36
|
+
copy: string;
|
|
37
|
+
edit: string;
|
|
38
|
+
cancel: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
3
41
|
};
|
|
4
42
|
export default _default;
|
|
@@ -1,4 +1,42 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-hyper-link': {
|
|
3
|
+
message: {
|
|
4
|
+
refError: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-hyper-link-ui': {
|
|
9
|
+
form: {
|
|
10
|
+
editTitle: string;
|
|
11
|
+
addTitle: string;
|
|
12
|
+
label: string;
|
|
13
|
+
type: string;
|
|
14
|
+
link: string;
|
|
15
|
+
linkPlaceholder: string;
|
|
16
|
+
range: string;
|
|
17
|
+
worksheet: string;
|
|
18
|
+
definedName: string;
|
|
19
|
+
ok: string;
|
|
20
|
+
cancel: string;
|
|
21
|
+
labelPlaceholder: string;
|
|
22
|
+
inputError: string;
|
|
23
|
+
selectError: string;
|
|
24
|
+
linkError: string;
|
|
25
|
+
};
|
|
26
|
+
menu: {
|
|
27
|
+
add: string;
|
|
28
|
+
};
|
|
29
|
+
message: {
|
|
30
|
+
noSheet: string;
|
|
31
|
+
refError: string;
|
|
32
|
+
hiddenSheet: string;
|
|
33
|
+
coped: string;
|
|
34
|
+
};
|
|
35
|
+
popup: {
|
|
36
|
+
copy: string;
|
|
37
|
+
edit: string;
|
|
38
|
+
cancel: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
3
41
|
};
|
|
4
42
|
export default _default;
|