@univerjs/preset-sheets-sort 0.25.1 → 1.0.0-alpha.1
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 +238 -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 +31 -1
- package/lib/types/locales/ca-ES.d.ts +31 -1
- package/lib/types/locales/de-DE.d.ts +31 -1
- package/lib/types/locales/en-US.d.ts +31 -1
- package/lib/types/locales/es-ES.d.ts +31 -1
- package/lib/types/locales/fa-IR.d.ts +31 -1
- package/lib/types/locales/fr-FR.d.ts +31 -1
- package/lib/types/locales/id-ID.d.ts +31 -1
- package/lib/types/locales/it-IT.d.ts +31 -1
- package/lib/types/locales/ja-JP.d.ts +31 -1
- package/lib/types/locales/ko-KR.d.ts +31 -1
- package/lib/types/locales/pl-PL.d.ts +31 -1
- package/lib/types/locales/pt-BR.d.ts +31 -1
- package/lib/types/locales/ru-RU.d.ts +31 -1
- package/lib/types/locales/sk-SK.d.ts +31 -1
- package/lib/types/locales/vi-VN.d.ts +31 -1
- package/lib/types/locales/zh-CN.d.ts +31 -1
- package/lib/types/locales/zh-HK.d.ts +31 -1
- package/lib/types/locales/zh-TW.d.ts +31 -1
- package/lib/types/preset.d.ts +19 -0
- package/package.json +13 -15
- package/lib/types/types.d.ts +0 -11
- package/lib/types/umd.d.ts +0 -5
- 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/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-sort';
|
|
3
18
|
export * from '@univerjs/sheets-sort-ui';
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-sort-ui': {
|
|
3
|
+
general: {
|
|
4
|
+
sort: string;
|
|
5
|
+
'sort-asc': string;
|
|
6
|
+
'sort-desc': string;
|
|
7
|
+
'sort-custom': string;
|
|
8
|
+
'sort-asc-ext': string;
|
|
9
|
+
'sort-desc-ext': string;
|
|
10
|
+
'sort-asc-cur': string;
|
|
11
|
+
'sort-desc-cur': string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
'merge-size': string;
|
|
15
|
+
empty: string;
|
|
16
|
+
single: string;
|
|
17
|
+
'formula-array': string;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
'sort-reminder': string;
|
|
21
|
+
'sort-reminder-desc': string;
|
|
22
|
+
'sort-reminder-ext': string;
|
|
23
|
+
'sort-reminder-no': string;
|
|
24
|
+
'first-row-check': string;
|
|
25
|
+
'add-condition': string;
|
|
26
|
+
cancel: string;
|
|
27
|
+
confirm: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
tooltip: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
3
33
|
};
|
|
4
34
|
export default _default;
|