@univerjs/preset-sheets-filter 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 +26 -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/cjs/worker.js +10 -1
- package/lib/es/index.js +15 -16
- 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/es/worker.js +8 -10
- package/lib/index.css +393 -1
- package/lib/index.js +15 -16
- 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 +86 -1
- package/lib/types/locales/ca-ES.d.ts +86 -1
- package/lib/types/locales/de-DE.d.ts +86 -1
- package/lib/types/locales/en-US.d.ts +86 -1
- package/lib/types/locales/es-ES.d.ts +86 -1
- package/lib/types/locales/fa-IR.d.ts +86 -1
- package/lib/types/locales/fr-FR.d.ts +86 -1
- package/lib/types/locales/id-ID.d.ts +86 -1
- package/lib/types/locales/it-IT.d.ts +86 -1
- package/lib/types/locales/ja-JP.d.ts +86 -1
- package/lib/types/locales/ko-KR.d.ts +86 -1
- package/lib/types/locales/pl-PL.d.ts +86 -1
- package/lib/types/locales/pt-BR.d.ts +86 -1
- package/lib/types/locales/ru-RU.d.ts +86 -1
- package/lib/types/locales/sk-SK.d.ts +86 -1
- package/lib/types/locales/vi-VN.d.ts +86 -1
- package/lib/types/locales/zh-CN.d.ts +86 -1
- package/lib/types/locales/zh-HK.d.ts +86 -1
- package/lib/types/locales/zh-TW.d.ts +86 -1
- package/lib/types/preset.d.ts +22 -0
- package/lib/types/worker.d.ts +16 -1
- package/lib/worker.js +8 -10
- package/package.json +14 -16
- package/lib/types/types.d.ts +0 -11
- package/lib/types/umd.d.ts +0 -8
- package/lib/umd/index.js +0 -17
- 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/umd/worker.js +0 -1
|
@@ -1,4 +1,89 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-filter': {
|
|
3
|
+
command: {
|
|
4
|
+
'not-valid-filter-range': string;
|
|
5
|
+
};
|
|
6
|
+
msg: {
|
|
7
|
+
'filter-header-forbidden': string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
} & {
|
|
11
|
+
'sheets-filter-ui': {
|
|
12
|
+
toolbar: {
|
|
13
|
+
'smart-toggle-filter-tooltip': string;
|
|
14
|
+
'clear-filter-criteria': string;
|
|
15
|
+
're-calc-filter-conditions': string;
|
|
16
|
+
};
|
|
17
|
+
shortcut: {
|
|
18
|
+
'smart-toggle-filter': string;
|
|
19
|
+
};
|
|
20
|
+
permission: {
|
|
21
|
+
filterErr: string;
|
|
22
|
+
};
|
|
23
|
+
panel: {
|
|
24
|
+
'clear-filter': string;
|
|
25
|
+
cancel: string;
|
|
26
|
+
confirm: string;
|
|
27
|
+
'by-values': string;
|
|
28
|
+
'by-colors': string;
|
|
29
|
+
'filter-by-cell-fill-color': string;
|
|
30
|
+
'filter-by-cell-text-color': string;
|
|
31
|
+
'filter-by-color-none': string;
|
|
32
|
+
'by-conditions': string;
|
|
33
|
+
'filter-only': string;
|
|
34
|
+
'search-placeholder': string;
|
|
35
|
+
'select-all': string;
|
|
36
|
+
'input-values-placeholder': string;
|
|
37
|
+
and: string;
|
|
38
|
+
or: string;
|
|
39
|
+
empty: string;
|
|
40
|
+
'?': string;
|
|
41
|
+
'*': string;
|
|
42
|
+
};
|
|
43
|
+
conditions: {
|
|
44
|
+
none: string;
|
|
45
|
+
empty: string;
|
|
46
|
+
'not-empty': string;
|
|
47
|
+
'text-contains': string;
|
|
48
|
+
'does-not-contain': string;
|
|
49
|
+
'starts-with': string;
|
|
50
|
+
'ends-with': string;
|
|
51
|
+
equals: string;
|
|
52
|
+
'greater-than': string;
|
|
53
|
+
'greater-than-or-equal': string;
|
|
54
|
+
'less-than': string;
|
|
55
|
+
'less-than-or-equal': string;
|
|
56
|
+
equal: string;
|
|
57
|
+
'not-equal': string;
|
|
58
|
+
between: string;
|
|
59
|
+
'not-between': string;
|
|
60
|
+
custom: string;
|
|
61
|
+
};
|
|
62
|
+
date: {
|
|
63
|
+
1: string;
|
|
64
|
+
2: string;
|
|
65
|
+
3: string;
|
|
66
|
+
4: string;
|
|
67
|
+
5: string;
|
|
68
|
+
6: string;
|
|
69
|
+
7: string;
|
|
70
|
+
8: string;
|
|
71
|
+
9: string;
|
|
72
|
+
10: string;
|
|
73
|
+
11: string;
|
|
74
|
+
12: string;
|
|
75
|
+
};
|
|
76
|
+
sync: {
|
|
77
|
+
title: string;
|
|
78
|
+
statusTips: {
|
|
79
|
+
on: string;
|
|
80
|
+
off: string;
|
|
81
|
+
};
|
|
82
|
+
switchTips: {
|
|
83
|
+
on: string;
|
|
84
|
+
off: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
3
88
|
};
|
|
4
89
|
export default _default;
|
|
@@ -1,4 +1,89 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-filter': {
|
|
3
|
+
command: {
|
|
4
|
+
'not-valid-filter-range': string;
|
|
5
|
+
};
|
|
6
|
+
msg: {
|
|
7
|
+
'filter-header-forbidden': string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
} & {
|
|
11
|
+
'sheets-filter-ui': {
|
|
12
|
+
toolbar: {
|
|
13
|
+
'smart-toggle-filter-tooltip': string;
|
|
14
|
+
'clear-filter-criteria': string;
|
|
15
|
+
're-calc-filter-conditions': string;
|
|
16
|
+
};
|
|
17
|
+
shortcut: {
|
|
18
|
+
'smart-toggle-filter': string;
|
|
19
|
+
};
|
|
20
|
+
permission: {
|
|
21
|
+
filterErr: string;
|
|
22
|
+
};
|
|
23
|
+
panel: {
|
|
24
|
+
'clear-filter': string;
|
|
25
|
+
cancel: string;
|
|
26
|
+
confirm: string;
|
|
27
|
+
'by-values': string;
|
|
28
|
+
'by-colors': string;
|
|
29
|
+
'filter-by-cell-fill-color': string;
|
|
30
|
+
'filter-by-cell-text-color': string;
|
|
31
|
+
'filter-by-color-none': string;
|
|
32
|
+
'by-conditions': string;
|
|
33
|
+
'filter-only': string;
|
|
34
|
+
'search-placeholder': string;
|
|
35
|
+
'select-all': string;
|
|
36
|
+
'input-values-placeholder': string;
|
|
37
|
+
and: string;
|
|
38
|
+
or: string;
|
|
39
|
+
empty: string;
|
|
40
|
+
'?': string;
|
|
41
|
+
'*': string;
|
|
42
|
+
};
|
|
43
|
+
conditions: {
|
|
44
|
+
none: string;
|
|
45
|
+
empty: string;
|
|
46
|
+
'not-empty': string;
|
|
47
|
+
'text-contains': string;
|
|
48
|
+
'does-not-contain': string;
|
|
49
|
+
'starts-with': string;
|
|
50
|
+
'ends-with': string;
|
|
51
|
+
equals: string;
|
|
52
|
+
'greater-than': string;
|
|
53
|
+
'greater-than-or-equal': string;
|
|
54
|
+
'less-than': string;
|
|
55
|
+
'less-than-or-equal': string;
|
|
56
|
+
equal: string;
|
|
57
|
+
'not-equal': string;
|
|
58
|
+
between: string;
|
|
59
|
+
'not-between': string;
|
|
60
|
+
custom: string;
|
|
61
|
+
};
|
|
62
|
+
date: {
|
|
63
|
+
1: string;
|
|
64
|
+
2: string;
|
|
65
|
+
3: string;
|
|
66
|
+
4: string;
|
|
67
|
+
5: string;
|
|
68
|
+
6: string;
|
|
69
|
+
7: string;
|
|
70
|
+
8: string;
|
|
71
|
+
9: string;
|
|
72
|
+
10: string;
|
|
73
|
+
11: string;
|
|
74
|
+
12: string;
|
|
75
|
+
};
|
|
76
|
+
sync: {
|
|
77
|
+
title: string;
|
|
78
|
+
statusTips: {
|
|
79
|
+
on: string;
|
|
80
|
+
off: string;
|
|
81
|
+
};
|
|
82
|
+
switchTips: {
|
|
83
|
+
on: string;
|
|
84
|
+
off: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
3
88
|
};
|
|
4
89
|
export default _default;
|
|
@@ -1,4 +1,89 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-filter': {
|
|
3
|
+
command: {
|
|
4
|
+
'not-valid-filter-range': string;
|
|
5
|
+
};
|
|
6
|
+
msg: {
|
|
7
|
+
'filter-header-forbidden': string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
} & {
|
|
11
|
+
'sheets-filter-ui': {
|
|
12
|
+
toolbar: {
|
|
13
|
+
'smart-toggle-filter-tooltip': string;
|
|
14
|
+
'clear-filter-criteria': string;
|
|
15
|
+
're-calc-filter-conditions': string;
|
|
16
|
+
};
|
|
17
|
+
shortcut: {
|
|
18
|
+
'smart-toggle-filter': string;
|
|
19
|
+
};
|
|
20
|
+
permission: {
|
|
21
|
+
filterErr: string;
|
|
22
|
+
};
|
|
23
|
+
panel: {
|
|
24
|
+
'clear-filter': string;
|
|
25
|
+
cancel: string;
|
|
26
|
+
confirm: string;
|
|
27
|
+
'by-values': string;
|
|
28
|
+
'by-colors': string;
|
|
29
|
+
'filter-by-cell-fill-color': string;
|
|
30
|
+
'filter-by-cell-text-color': string;
|
|
31
|
+
'filter-by-color-none': string;
|
|
32
|
+
'by-conditions': string;
|
|
33
|
+
'filter-only': string;
|
|
34
|
+
'search-placeholder': string;
|
|
35
|
+
'select-all': string;
|
|
36
|
+
'input-values-placeholder': string;
|
|
37
|
+
and: string;
|
|
38
|
+
or: string;
|
|
39
|
+
empty: string;
|
|
40
|
+
'?': string;
|
|
41
|
+
'*': string;
|
|
42
|
+
};
|
|
43
|
+
conditions: {
|
|
44
|
+
none: string;
|
|
45
|
+
empty: string;
|
|
46
|
+
'not-empty': string;
|
|
47
|
+
'text-contains': string;
|
|
48
|
+
'does-not-contain': string;
|
|
49
|
+
'starts-with': string;
|
|
50
|
+
'ends-with': string;
|
|
51
|
+
equals: string;
|
|
52
|
+
'greater-than': string;
|
|
53
|
+
'greater-than-or-equal': string;
|
|
54
|
+
'less-than': string;
|
|
55
|
+
'less-than-or-equal': string;
|
|
56
|
+
equal: string;
|
|
57
|
+
'not-equal': string;
|
|
58
|
+
between: string;
|
|
59
|
+
'not-between': string;
|
|
60
|
+
custom: string;
|
|
61
|
+
};
|
|
62
|
+
date: {
|
|
63
|
+
1: string;
|
|
64
|
+
2: string;
|
|
65
|
+
3: string;
|
|
66
|
+
4: string;
|
|
67
|
+
5: string;
|
|
68
|
+
6: string;
|
|
69
|
+
7: string;
|
|
70
|
+
8: string;
|
|
71
|
+
9: string;
|
|
72
|
+
10: string;
|
|
73
|
+
11: string;
|
|
74
|
+
12: string;
|
|
75
|
+
};
|
|
76
|
+
sync: {
|
|
77
|
+
title: string;
|
|
78
|
+
statusTips: {
|
|
79
|
+
on: string;
|
|
80
|
+
off: string;
|
|
81
|
+
};
|
|
82
|
+
switchTips: {
|
|
83
|
+
on: string;
|
|
84
|
+
off: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
3
88
|
};
|
|
4
89
|
export default _default;
|
|
@@ -1,4 +1,89 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-filter': {
|
|
3
|
+
command: {
|
|
4
|
+
'not-valid-filter-range': string;
|
|
5
|
+
};
|
|
6
|
+
msg: {
|
|
7
|
+
'filter-header-forbidden': string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
} & {
|
|
11
|
+
'sheets-filter-ui': {
|
|
12
|
+
toolbar: {
|
|
13
|
+
'smart-toggle-filter-tooltip': string;
|
|
14
|
+
'clear-filter-criteria': string;
|
|
15
|
+
're-calc-filter-conditions': string;
|
|
16
|
+
};
|
|
17
|
+
shortcut: {
|
|
18
|
+
'smart-toggle-filter': string;
|
|
19
|
+
};
|
|
20
|
+
permission: {
|
|
21
|
+
filterErr: string;
|
|
22
|
+
};
|
|
23
|
+
panel: {
|
|
24
|
+
'clear-filter': string;
|
|
25
|
+
cancel: string;
|
|
26
|
+
confirm: string;
|
|
27
|
+
'by-values': string;
|
|
28
|
+
'by-colors': string;
|
|
29
|
+
'filter-by-cell-fill-color': string;
|
|
30
|
+
'filter-by-cell-text-color': string;
|
|
31
|
+
'filter-by-color-none': string;
|
|
32
|
+
'by-conditions': string;
|
|
33
|
+
'filter-only': string;
|
|
34
|
+
'search-placeholder': string;
|
|
35
|
+
'select-all': string;
|
|
36
|
+
'input-values-placeholder': string;
|
|
37
|
+
and: string;
|
|
38
|
+
or: string;
|
|
39
|
+
empty: string;
|
|
40
|
+
'?': string;
|
|
41
|
+
'*': string;
|
|
42
|
+
};
|
|
43
|
+
conditions: {
|
|
44
|
+
none: string;
|
|
45
|
+
empty: string;
|
|
46
|
+
'not-empty': string;
|
|
47
|
+
'text-contains': string;
|
|
48
|
+
'does-not-contain': string;
|
|
49
|
+
'starts-with': string;
|
|
50
|
+
'ends-with': string;
|
|
51
|
+
equals: string;
|
|
52
|
+
'greater-than': string;
|
|
53
|
+
'greater-than-or-equal': string;
|
|
54
|
+
'less-than': string;
|
|
55
|
+
'less-than-or-equal': string;
|
|
56
|
+
equal: string;
|
|
57
|
+
'not-equal': string;
|
|
58
|
+
between: string;
|
|
59
|
+
'not-between': string;
|
|
60
|
+
custom: string;
|
|
61
|
+
};
|
|
62
|
+
date: {
|
|
63
|
+
1: string;
|
|
64
|
+
2: string;
|
|
65
|
+
3: string;
|
|
66
|
+
4: string;
|
|
67
|
+
5: string;
|
|
68
|
+
6: string;
|
|
69
|
+
7: string;
|
|
70
|
+
8: string;
|
|
71
|
+
9: string;
|
|
72
|
+
10: string;
|
|
73
|
+
11: string;
|
|
74
|
+
12: string;
|
|
75
|
+
};
|
|
76
|
+
sync: {
|
|
77
|
+
title: string;
|
|
78
|
+
statusTips: {
|
|
79
|
+
on: string;
|
|
80
|
+
off: string;
|
|
81
|
+
};
|
|
82
|
+
switchTips: {
|
|
83
|
+
on: string;
|
|
84
|
+
off: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
3
88
|
};
|
|
4
89
|
export default _default;
|
|
@@ -1,4 +1,89 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-filter': {
|
|
3
|
+
command: {
|
|
4
|
+
'not-valid-filter-range': string;
|
|
5
|
+
};
|
|
6
|
+
msg: {
|
|
7
|
+
'filter-header-forbidden': string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
} & {
|
|
11
|
+
'sheets-filter-ui': {
|
|
12
|
+
toolbar: {
|
|
13
|
+
'smart-toggle-filter-tooltip': string;
|
|
14
|
+
'clear-filter-criteria': string;
|
|
15
|
+
're-calc-filter-conditions': string;
|
|
16
|
+
};
|
|
17
|
+
shortcut: {
|
|
18
|
+
'smart-toggle-filter': string;
|
|
19
|
+
};
|
|
20
|
+
permission: {
|
|
21
|
+
filterErr: string;
|
|
22
|
+
};
|
|
23
|
+
panel: {
|
|
24
|
+
'clear-filter': string;
|
|
25
|
+
cancel: string;
|
|
26
|
+
confirm: string;
|
|
27
|
+
'by-values': string;
|
|
28
|
+
'by-colors': string;
|
|
29
|
+
'filter-by-cell-fill-color': string;
|
|
30
|
+
'filter-by-cell-text-color': string;
|
|
31
|
+
'filter-by-color-none': string;
|
|
32
|
+
'by-conditions': string;
|
|
33
|
+
'filter-only': string;
|
|
34
|
+
'search-placeholder': string;
|
|
35
|
+
'select-all': string;
|
|
36
|
+
'input-values-placeholder': string;
|
|
37
|
+
and: string;
|
|
38
|
+
or: string;
|
|
39
|
+
empty: string;
|
|
40
|
+
'?': string;
|
|
41
|
+
'*': string;
|
|
42
|
+
};
|
|
43
|
+
conditions: {
|
|
44
|
+
none: string;
|
|
45
|
+
empty: string;
|
|
46
|
+
'not-empty': string;
|
|
47
|
+
'text-contains': string;
|
|
48
|
+
'does-not-contain': string;
|
|
49
|
+
'starts-with': string;
|
|
50
|
+
'ends-with': string;
|
|
51
|
+
equals: string;
|
|
52
|
+
'greater-than': string;
|
|
53
|
+
'greater-than-or-equal': string;
|
|
54
|
+
'less-than': string;
|
|
55
|
+
'less-than-or-equal': string;
|
|
56
|
+
equal: string;
|
|
57
|
+
'not-equal': string;
|
|
58
|
+
between: string;
|
|
59
|
+
'not-between': string;
|
|
60
|
+
custom: string;
|
|
61
|
+
};
|
|
62
|
+
date: {
|
|
63
|
+
1: string;
|
|
64
|
+
2: string;
|
|
65
|
+
3: string;
|
|
66
|
+
4: string;
|
|
67
|
+
5: string;
|
|
68
|
+
6: string;
|
|
69
|
+
7: string;
|
|
70
|
+
8: string;
|
|
71
|
+
9: string;
|
|
72
|
+
10: string;
|
|
73
|
+
11: string;
|
|
74
|
+
12: string;
|
|
75
|
+
};
|
|
76
|
+
sync: {
|
|
77
|
+
title: string;
|
|
78
|
+
statusTips: {
|
|
79
|
+
on: string;
|
|
80
|
+
off: string;
|
|
81
|
+
};
|
|
82
|
+
switchTips: {
|
|
83
|
+
on: string;
|
|
84
|
+
off: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
3
88
|
};
|
|
4
89
|
export default _default;
|
|
@@ -1,4 +1,89 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-filter': {
|
|
3
|
+
command: {
|
|
4
|
+
'not-valid-filter-range': string;
|
|
5
|
+
};
|
|
6
|
+
msg: {
|
|
7
|
+
'filter-header-forbidden': string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
} & {
|
|
11
|
+
'sheets-filter-ui': {
|
|
12
|
+
toolbar: {
|
|
13
|
+
'smart-toggle-filter-tooltip': string;
|
|
14
|
+
'clear-filter-criteria': string;
|
|
15
|
+
're-calc-filter-conditions': string;
|
|
16
|
+
};
|
|
17
|
+
shortcut: {
|
|
18
|
+
'smart-toggle-filter': string;
|
|
19
|
+
};
|
|
20
|
+
permission: {
|
|
21
|
+
filterErr: string;
|
|
22
|
+
};
|
|
23
|
+
panel: {
|
|
24
|
+
'clear-filter': string;
|
|
25
|
+
cancel: string;
|
|
26
|
+
confirm: string;
|
|
27
|
+
'by-values': string;
|
|
28
|
+
'by-colors': string;
|
|
29
|
+
'filter-by-cell-fill-color': string;
|
|
30
|
+
'filter-by-cell-text-color': string;
|
|
31
|
+
'filter-by-color-none': string;
|
|
32
|
+
'by-conditions': string;
|
|
33
|
+
'filter-only': string;
|
|
34
|
+
'search-placeholder': string;
|
|
35
|
+
'select-all': string;
|
|
36
|
+
'input-values-placeholder': string;
|
|
37
|
+
and: string;
|
|
38
|
+
or: string;
|
|
39
|
+
empty: string;
|
|
40
|
+
'?': string;
|
|
41
|
+
'*': string;
|
|
42
|
+
};
|
|
43
|
+
conditions: {
|
|
44
|
+
none: string;
|
|
45
|
+
empty: string;
|
|
46
|
+
'not-empty': string;
|
|
47
|
+
'text-contains': string;
|
|
48
|
+
'does-not-contain': string;
|
|
49
|
+
'starts-with': string;
|
|
50
|
+
'ends-with': string;
|
|
51
|
+
equals: string;
|
|
52
|
+
'greater-than': string;
|
|
53
|
+
'greater-than-or-equal': string;
|
|
54
|
+
'less-than': string;
|
|
55
|
+
'less-than-or-equal': string;
|
|
56
|
+
equal: string;
|
|
57
|
+
'not-equal': string;
|
|
58
|
+
between: string;
|
|
59
|
+
'not-between': string;
|
|
60
|
+
custom: string;
|
|
61
|
+
};
|
|
62
|
+
date: {
|
|
63
|
+
1: string;
|
|
64
|
+
2: string;
|
|
65
|
+
3: string;
|
|
66
|
+
4: string;
|
|
67
|
+
5: string;
|
|
68
|
+
6: string;
|
|
69
|
+
7: string;
|
|
70
|
+
8: string;
|
|
71
|
+
9: string;
|
|
72
|
+
10: string;
|
|
73
|
+
11: string;
|
|
74
|
+
12: string;
|
|
75
|
+
};
|
|
76
|
+
sync: {
|
|
77
|
+
title: string;
|
|
78
|
+
statusTips: {
|
|
79
|
+
on: string;
|
|
80
|
+
off: string;
|
|
81
|
+
};
|
|
82
|
+
switchTips: {
|
|
83
|
+
on: string;
|
|
84
|
+
off: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
3
88
|
};
|
|
4
89
|
export default _default;
|
|
@@ -1,4 +1,89 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-filter': {
|
|
3
|
+
command: {
|
|
4
|
+
'not-valid-filter-range': string;
|
|
5
|
+
};
|
|
6
|
+
msg: {
|
|
7
|
+
'filter-header-forbidden': string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
} & {
|
|
11
|
+
'sheets-filter-ui': {
|
|
12
|
+
toolbar: {
|
|
13
|
+
'smart-toggle-filter-tooltip': string;
|
|
14
|
+
'clear-filter-criteria': string;
|
|
15
|
+
're-calc-filter-conditions': string;
|
|
16
|
+
};
|
|
17
|
+
shortcut: {
|
|
18
|
+
'smart-toggle-filter': string;
|
|
19
|
+
};
|
|
20
|
+
permission: {
|
|
21
|
+
filterErr: string;
|
|
22
|
+
};
|
|
23
|
+
panel: {
|
|
24
|
+
'clear-filter': string;
|
|
25
|
+
cancel: string;
|
|
26
|
+
confirm: string;
|
|
27
|
+
'by-values': string;
|
|
28
|
+
'by-colors': string;
|
|
29
|
+
'filter-by-cell-fill-color': string;
|
|
30
|
+
'filter-by-cell-text-color': string;
|
|
31
|
+
'filter-by-color-none': string;
|
|
32
|
+
'by-conditions': string;
|
|
33
|
+
'filter-only': string;
|
|
34
|
+
'search-placeholder': string;
|
|
35
|
+
'select-all': string;
|
|
36
|
+
'input-values-placeholder': string;
|
|
37
|
+
and: string;
|
|
38
|
+
or: string;
|
|
39
|
+
empty: string;
|
|
40
|
+
'?': string;
|
|
41
|
+
'*': string;
|
|
42
|
+
};
|
|
43
|
+
conditions: {
|
|
44
|
+
none: string;
|
|
45
|
+
empty: string;
|
|
46
|
+
'not-empty': string;
|
|
47
|
+
'text-contains': string;
|
|
48
|
+
'does-not-contain': string;
|
|
49
|
+
'starts-with': string;
|
|
50
|
+
'ends-with': string;
|
|
51
|
+
equals: string;
|
|
52
|
+
'greater-than': string;
|
|
53
|
+
'greater-than-or-equal': string;
|
|
54
|
+
'less-than': string;
|
|
55
|
+
'less-than-or-equal': string;
|
|
56
|
+
equal: string;
|
|
57
|
+
'not-equal': string;
|
|
58
|
+
between: string;
|
|
59
|
+
'not-between': string;
|
|
60
|
+
custom: string;
|
|
61
|
+
};
|
|
62
|
+
date: {
|
|
63
|
+
1: string;
|
|
64
|
+
2: string;
|
|
65
|
+
3: string;
|
|
66
|
+
4: string;
|
|
67
|
+
5: string;
|
|
68
|
+
6: string;
|
|
69
|
+
7: string;
|
|
70
|
+
8: string;
|
|
71
|
+
9: string;
|
|
72
|
+
10: string;
|
|
73
|
+
11: string;
|
|
74
|
+
12: string;
|
|
75
|
+
};
|
|
76
|
+
sync: {
|
|
77
|
+
title: string;
|
|
78
|
+
statusTips: {
|
|
79
|
+
on: string;
|
|
80
|
+
off: string;
|
|
81
|
+
};
|
|
82
|
+
switchTips: {
|
|
83
|
+
on: string;
|
|
84
|
+
off: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
3
88
|
};
|
|
4
89
|
export default _default;
|