@univerjs/preset-sheets-table 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 +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 +14 -15
- 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 +482 -1
- package/lib/index.js +14 -15
- 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 +136 -1
- package/lib/types/locales/ca-ES.d.ts +136 -1
- package/lib/types/locales/de-DE.d.ts +136 -1
- package/lib/types/locales/en-US.d.ts +136 -1
- package/lib/types/locales/es-ES.d.ts +136 -1
- package/lib/types/locales/fa-IR.d.ts +136 -1
- package/lib/types/locales/fr-FR.d.ts +136 -1
- package/lib/types/locales/id-ID.d.ts +136 -1
- package/lib/types/locales/it-IT.d.ts +136 -1
- package/lib/types/locales/ja-JP.d.ts +136 -1
- package/lib/types/locales/ko-KR.d.ts +136 -1
- package/lib/types/locales/pl-PL.d.ts +136 -1
- package/lib/types/locales/pt-BR.d.ts +136 -1
- package/lib/types/locales/ru-RU.d.ts +136 -1
- package/lib/types/locales/sk-SK.d.ts +136 -1
- package/lib/types/locales/vi-VN.d.ts +136 -1
- package/lib/types/locales/zh-CN.d.ts +136 -1
- package/lib/types/locales/zh-HK.d.ts +136 -1
- package/lib/types/locales/zh-TW.d.ts +136 -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 -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
|
@@ -1,4 +1,139 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-table': {
|
|
3
|
+
columnPrefix: string;
|
|
4
|
+
tablePrefix: string;
|
|
5
|
+
tableNameError: string;
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-table-ui': {
|
|
9
|
+
title: string;
|
|
10
|
+
selectRange: string;
|
|
11
|
+
rename: string;
|
|
12
|
+
renamePlaceholder: string;
|
|
13
|
+
updateRange: string;
|
|
14
|
+
tableRangeWithMergeError: string;
|
|
15
|
+
tableRangeWithOtherTableError: string;
|
|
16
|
+
tableRangeSingleRowError: string;
|
|
17
|
+
updateError: string;
|
|
18
|
+
tableStyle: string;
|
|
19
|
+
defaultStyle: string;
|
|
20
|
+
customStyle: string;
|
|
21
|
+
customTooMore: string;
|
|
22
|
+
setTheme: string;
|
|
23
|
+
removeTable: string;
|
|
24
|
+
cancel: string;
|
|
25
|
+
confirm: string;
|
|
26
|
+
header: string;
|
|
27
|
+
footer: string;
|
|
28
|
+
firstLine: string;
|
|
29
|
+
secondLine: string;
|
|
30
|
+
columnPrefix: string;
|
|
31
|
+
tablePrefix: string;
|
|
32
|
+
tableNameError: string;
|
|
33
|
+
columnMenu: {
|
|
34
|
+
'insert-left': string;
|
|
35
|
+
'insert-right': string;
|
|
36
|
+
delete: string;
|
|
37
|
+
};
|
|
38
|
+
sort: {
|
|
39
|
+
'sort-asc': string;
|
|
40
|
+
'sort-desc': string;
|
|
41
|
+
};
|
|
42
|
+
insert: {
|
|
43
|
+
main: string;
|
|
44
|
+
row: string;
|
|
45
|
+
col: string;
|
|
46
|
+
};
|
|
47
|
+
remove: {
|
|
48
|
+
main: string;
|
|
49
|
+
row: string;
|
|
50
|
+
col: string;
|
|
51
|
+
};
|
|
52
|
+
condition: {
|
|
53
|
+
string: string;
|
|
54
|
+
number: string;
|
|
55
|
+
date: string;
|
|
56
|
+
empty: string;
|
|
57
|
+
};
|
|
58
|
+
string: {
|
|
59
|
+
compare: {
|
|
60
|
+
equal: string;
|
|
61
|
+
notEqual: string;
|
|
62
|
+
contains: string;
|
|
63
|
+
notContains: string;
|
|
64
|
+
startsWith: string;
|
|
65
|
+
endsWith: string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
number: {
|
|
69
|
+
compare: {
|
|
70
|
+
equal: string;
|
|
71
|
+
notEqual: string;
|
|
72
|
+
greaterThan: string;
|
|
73
|
+
greaterThanOrEqual: string;
|
|
74
|
+
lessThan: string;
|
|
75
|
+
lessThanOrEqual: string;
|
|
76
|
+
between: string;
|
|
77
|
+
notBetween: string;
|
|
78
|
+
above: string;
|
|
79
|
+
below: string;
|
|
80
|
+
topN: string;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
date: {
|
|
84
|
+
compare: {
|
|
85
|
+
equal: string;
|
|
86
|
+
notEqual: string;
|
|
87
|
+
after: string;
|
|
88
|
+
afterOrEqual: string;
|
|
89
|
+
before: string;
|
|
90
|
+
beforeOrEqual: string;
|
|
91
|
+
between: string;
|
|
92
|
+
notBetween: string;
|
|
93
|
+
today: string;
|
|
94
|
+
yesterday: string;
|
|
95
|
+
tomorrow: string;
|
|
96
|
+
thisWeek: string;
|
|
97
|
+
lastWeek: string;
|
|
98
|
+
nextWeek: string;
|
|
99
|
+
thisMonth: string;
|
|
100
|
+
lastMonth: string;
|
|
101
|
+
nextMonth: string;
|
|
102
|
+
thisQuarter: string;
|
|
103
|
+
lastQuarter: string;
|
|
104
|
+
nextQuarter: string;
|
|
105
|
+
thisYear: string;
|
|
106
|
+
nextYear: string;
|
|
107
|
+
lastYear: string;
|
|
108
|
+
quarter: string;
|
|
109
|
+
month: string;
|
|
110
|
+
q1: string;
|
|
111
|
+
q2: string;
|
|
112
|
+
q3: string;
|
|
113
|
+
q4: string;
|
|
114
|
+
m1: string;
|
|
115
|
+
m2: string;
|
|
116
|
+
m3: string;
|
|
117
|
+
m4: string;
|
|
118
|
+
m5: string;
|
|
119
|
+
m6: string;
|
|
120
|
+
m7: string;
|
|
121
|
+
m8: string;
|
|
122
|
+
m9: string;
|
|
123
|
+
m10: string;
|
|
124
|
+
m11: string;
|
|
125
|
+
m12: string;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
filter: {
|
|
129
|
+
'by-values': string;
|
|
130
|
+
'by-conditions': string;
|
|
131
|
+
'clear-filter': string;
|
|
132
|
+
cancel: string;
|
|
133
|
+
confirm: string;
|
|
134
|
+
'search-placeholder': string;
|
|
135
|
+
'select-all': string;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
3
138
|
};
|
|
4
139
|
export default _default;
|
|
@@ -1,4 +1,139 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-table': {
|
|
3
|
+
columnPrefix: string;
|
|
4
|
+
tablePrefix: string;
|
|
5
|
+
tableNameError: string;
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-table-ui': {
|
|
9
|
+
title: string;
|
|
10
|
+
selectRange: string;
|
|
11
|
+
rename: string;
|
|
12
|
+
renamePlaceholder: string;
|
|
13
|
+
updateRange: string;
|
|
14
|
+
tableRangeWithMergeError: string;
|
|
15
|
+
tableRangeWithOtherTableError: string;
|
|
16
|
+
tableRangeSingleRowError: string;
|
|
17
|
+
updateError: string;
|
|
18
|
+
tableStyle: string;
|
|
19
|
+
defaultStyle: string;
|
|
20
|
+
customStyle: string;
|
|
21
|
+
customTooMore: string;
|
|
22
|
+
setTheme: string;
|
|
23
|
+
removeTable: string;
|
|
24
|
+
cancel: string;
|
|
25
|
+
confirm: string;
|
|
26
|
+
header: string;
|
|
27
|
+
footer: string;
|
|
28
|
+
firstLine: string;
|
|
29
|
+
secondLine: string;
|
|
30
|
+
columnPrefix: string;
|
|
31
|
+
tablePrefix: string;
|
|
32
|
+
tableNameError: string;
|
|
33
|
+
columnMenu: {
|
|
34
|
+
'insert-left': string;
|
|
35
|
+
'insert-right': string;
|
|
36
|
+
delete: string;
|
|
37
|
+
};
|
|
38
|
+
sort: {
|
|
39
|
+
'sort-asc': string;
|
|
40
|
+
'sort-desc': string;
|
|
41
|
+
};
|
|
42
|
+
insert: {
|
|
43
|
+
main: string;
|
|
44
|
+
row: string;
|
|
45
|
+
col: string;
|
|
46
|
+
};
|
|
47
|
+
remove: {
|
|
48
|
+
main: string;
|
|
49
|
+
row: string;
|
|
50
|
+
col: string;
|
|
51
|
+
};
|
|
52
|
+
condition: {
|
|
53
|
+
string: string;
|
|
54
|
+
number: string;
|
|
55
|
+
date: string;
|
|
56
|
+
empty: string;
|
|
57
|
+
};
|
|
58
|
+
string: {
|
|
59
|
+
compare: {
|
|
60
|
+
equal: string;
|
|
61
|
+
notEqual: string;
|
|
62
|
+
contains: string;
|
|
63
|
+
notContains: string;
|
|
64
|
+
startsWith: string;
|
|
65
|
+
endsWith: string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
number: {
|
|
69
|
+
compare: {
|
|
70
|
+
equal: string;
|
|
71
|
+
notEqual: string;
|
|
72
|
+
greaterThan: string;
|
|
73
|
+
greaterThanOrEqual: string;
|
|
74
|
+
lessThan: string;
|
|
75
|
+
lessThanOrEqual: string;
|
|
76
|
+
between: string;
|
|
77
|
+
notBetween: string;
|
|
78
|
+
above: string;
|
|
79
|
+
below: string;
|
|
80
|
+
topN: string;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
date: {
|
|
84
|
+
compare: {
|
|
85
|
+
equal: string;
|
|
86
|
+
notEqual: string;
|
|
87
|
+
after: string;
|
|
88
|
+
afterOrEqual: string;
|
|
89
|
+
before: string;
|
|
90
|
+
beforeOrEqual: string;
|
|
91
|
+
between: string;
|
|
92
|
+
notBetween: string;
|
|
93
|
+
today: string;
|
|
94
|
+
yesterday: string;
|
|
95
|
+
tomorrow: string;
|
|
96
|
+
thisWeek: string;
|
|
97
|
+
lastWeek: string;
|
|
98
|
+
nextWeek: string;
|
|
99
|
+
thisMonth: string;
|
|
100
|
+
lastMonth: string;
|
|
101
|
+
nextMonth: string;
|
|
102
|
+
thisQuarter: string;
|
|
103
|
+
lastQuarter: string;
|
|
104
|
+
nextQuarter: string;
|
|
105
|
+
thisYear: string;
|
|
106
|
+
nextYear: string;
|
|
107
|
+
lastYear: string;
|
|
108
|
+
quarter: string;
|
|
109
|
+
month: string;
|
|
110
|
+
q1: string;
|
|
111
|
+
q2: string;
|
|
112
|
+
q3: string;
|
|
113
|
+
q4: string;
|
|
114
|
+
m1: string;
|
|
115
|
+
m2: string;
|
|
116
|
+
m3: string;
|
|
117
|
+
m4: string;
|
|
118
|
+
m5: string;
|
|
119
|
+
m6: string;
|
|
120
|
+
m7: string;
|
|
121
|
+
m8: string;
|
|
122
|
+
m9: string;
|
|
123
|
+
m10: string;
|
|
124
|
+
m11: string;
|
|
125
|
+
m12: string;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
filter: {
|
|
129
|
+
'by-values': string;
|
|
130
|
+
'by-conditions': string;
|
|
131
|
+
'clear-filter': string;
|
|
132
|
+
cancel: string;
|
|
133
|
+
confirm: string;
|
|
134
|
+
'search-placeholder': string;
|
|
135
|
+
'select-all': string;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
3
138
|
};
|
|
4
139
|
export default _default;
|
|
@@ -1,4 +1,139 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-table': {
|
|
3
|
+
columnPrefix: string;
|
|
4
|
+
tablePrefix: string;
|
|
5
|
+
tableNameError: string;
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-table-ui': {
|
|
9
|
+
title: string;
|
|
10
|
+
selectRange: string;
|
|
11
|
+
rename: string;
|
|
12
|
+
renamePlaceholder: string;
|
|
13
|
+
updateRange: string;
|
|
14
|
+
tableRangeWithMergeError: string;
|
|
15
|
+
tableRangeWithOtherTableError: string;
|
|
16
|
+
tableRangeSingleRowError: string;
|
|
17
|
+
updateError: string;
|
|
18
|
+
tableStyle: string;
|
|
19
|
+
defaultStyle: string;
|
|
20
|
+
customStyle: string;
|
|
21
|
+
customTooMore: string;
|
|
22
|
+
setTheme: string;
|
|
23
|
+
removeTable: string;
|
|
24
|
+
cancel: string;
|
|
25
|
+
confirm: string;
|
|
26
|
+
header: string;
|
|
27
|
+
footer: string;
|
|
28
|
+
firstLine: string;
|
|
29
|
+
secondLine: string;
|
|
30
|
+
columnPrefix: string;
|
|
31
|
+
tablePrefix: string;
|
|
32
|
+
tableNameError: string;
|
|
33
|
+
columnMenu: {
|
|
34
|
+
'insert-left': string;
|
|
35
|
+
'insert-right': string;
|
|
36
|
+
delete: string;
|
|
37
|
+
};
|
|
38
|
+
sort: {
|
|
39
|
+
'sort-asc': string;
|
|
40
|
+
'sort-desc': string;
|
|
41
|
+
};
|
|
42
|
+
insert: {
|
|
43
|
+
main: string;
|
|
44
|
+
row: string;
|
|
45
|
+
col: string;
|
|
46
|
+
};
|
|
47
|
+
remove: {
|
|
48
|
+
main: string;
|
|
49
|
+
row: string;
|
|
50
|
+
col: string;
|
|
51
|
+
};
|
|
52
|
+
condition: {
|
|
53
|
+
string: string;
|
|
54
|
+
number: string;
|
|
55
|
+
date: string;
|
|
56
|
+
empty: string;
|
|
57
|
+
};
|
|
58
|
+
string: {
|
|
59
|
+
compare: {
|
|
60
|
+
equal: string;
|
|
61
|
+
notEqual: string;
|
|
62
|
+
contains: string;
|
|
63
|
+
notContains: string;
|
|
64
|
+
startsWith: string;
|
|
65
|
+
endsWith: string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
number: {
|
|
69
|
+
compare: {
|
|
70
|
+
equal: string;
|
|
71
|
+
notEqual: string;
|
|
72
|
+
greaterThan: string;
|
|
73
|
+
greaterThanOrEqual: string;
|
|
74
|
+
lessThan: string;
|
|
75
|
+
lessThanOrEqual: string;
|
|
76
|
+
between: string;
|
|
77
|
+
notBetween: string;
|
|
78
|
+
above: string;
|
|
79
|
+
below: string;
|
|
80
|
+
topN: string;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
date: {
|
|
84
|
+
compare: {
|
|
85
|
+
equal: string;
|
|
86
|
+
notEqual: string;
|
|
87
|
+
after: string;
|
|
88
|
+
afterOrEqual: string;
|
|
89
|
+
before: string;
|
|
90
|
+
beforeOrEqual: string;
|
|
91
|
+
between: string;
|
|
92
|
+
notBetween: string;
|
|
93
|
+
today: string;
|
|
94
|
+
yesterday: string;
|
|
95
|
+
tomorrow: string;
|
|
96
|
+
thisWeek: string;
|
|
97
|
+
lastWeek: string;
|
|
98
|
+
nextWeek: string;
|
|
99
|
+
thisMonth: string;
|
|
100
|
+
lastMonth: string;
|
|
101
|
+
nextMonth: string;
|
|
102
|
+
thisQuarter: string;
|
|
103
|
+
lastQuarter: string;
|
|
104
|
+
nextQuarter: string;
|
|
105
|
+
thisYear: string;
|
|
106
|
+
nextYear: string;
|
|
107
|
+
lastYear: string;
|
|
108
|
+
quarter: string;
|
|
109
|
+
month: string;
|
|
110
|
+
q1: string;
|
|
111
|
+
q2: string;
|
|
112
|
+
q3: string;
|
|
113
|
+
q4: string;
|
|
114
|
+
m1: string;
|
|
115
|
+
m2: string;
|
|
116
|
+
m3: string;
|
|
117
|
+
m4: string;
|
|
118
|
+
m5: string;
|
|
119
|
+
m6: string;
|
|
120
|
+
m7: string;
|
|
121
|
+
m8: string;
|
|
122
|
+
m9: string;
|
|
123
|
+
m10: string;
|
|
124
|
+
m11: string;
|
|
125
|
+
m12: string;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
filter: {
|
|
129
|
+
'by-values': string;
|
|
130
|
+
'by-conditions': string;
|
|
131
|
+
'clear-filter': string;
|
|
132
|
+
cancel: string;
|
|
133
|
+
confirm: string;
|
|
134
|
+
'search-placeholder': string;
|
|
135
|
+
'select-all': string;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
3
138
|
};
|
|
4
139
|
export default _default;
|
|
@@ -1,4 +1,139 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-table': {
|
|
3
|
+
columnPrefix: string;
|
|
4
|
+
tablePrefix: string;
|
|
5
|
+
tableNameError: string;
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-table-ui': {
|
|
9
|
+
title: string;
|
|
10
|
+
selectRange: string;
|
|
11
|
+
rename: string;
|
|
12
|
+
renamePlaceholder: string;
|
|
13
|
+
updateRange: string;
|
|
14
|
+
tableRangeWithMergeError: string;
|
|
15
|
+
tableRangeWithOtherTableError: string;
|
|
16
|
+
tableRangeSingleRowError: string;
|
|
17
|
+
updateError: string;
|
|
18
|
+
tableStyle: string;
|
|
19
|
+
defaultStyle: string;
|
|
20
|
+
customStyle: string;
|
|
21
|
+
customTooMore: string;
|
|
22
|
+
setTheme: string;
|
|
23
|
+
removeTable: string;
|
|
24
|
+
cancel: string;
|
|
25
|
+
confirm: string;
|
|
26
|
+
header: string;
|
|
27
|
+
footer: string;
|
|
28
|
+
firstLine: string;
|
|
29
|
+
secondLine: string;
|
|
30
|
+
columnPrefix: string;
|
|
31
|
+
tablePrefix: string;
|
|
32
|
+
tableNameError: string;
|
|
33
|
+
columnMenu: {
|
|
34
|
+
'insert-left': string;
|
|
35
|
+
'insert-right': string;
|
|
36
|
+
delete: string;
|
|
37
|
+
};
|
|
38
|
+
sort: {
|
|
39
|
+
'sort-asc': string;
|
|
40
|
+
'sort-desc': string;
|
|
41
|
+
};
|
|
42
|
+
insert: {
|
|
43
|
+
main: string;
|
|
44
|
+
row: string;
|
|
45
|
+
col: string;
|
|
46
|
+
};
|
|
47
|
+
remove: {
|
|
48
|
+
main: string;
|
|
49
|
+
row: string;
|
|
50
|
+
col: string;
|
|
51
|
+
};
|
|
52
|
+
condition: {
|
|
53
|
+
string: string;
|
|
54
|
+
number: string;
|
|
55
|
+
date: string;
|
|
56
|
+
empty: string;
|
|
57
|
+
};
|
|
58
|
+
string: {
|
|
59
|
+
compare: {
|
|
60
|
+
equal: string;
|
|
61
|
+
notEqual: string;
|
|
62
|
+
contains: string;
|
|
63
|
+
notContains: string;
|
|
64
|
+
startsWith: string;
|
|
65
|
+
endsWith: string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
number: {
|
|
69
|
+
compare: {
|
|
70
|
+
equal: string;
|
|
71
|
+
notEqual: string;
|
|
72
|
+
greaterThan: string;
|
|
73
|
+
greaterThanOrEqual: string;
|
|
74
|
+
lessThan: string;
|
|
75
|
+
lessThanOrEqual: string;
|
|
76
|
+
between: string;
|
|
77
|
+
notBetween: string;
|
|
78
|
+
above: string;
|
|
79
|
+
below: string;
|
|
80
|
+
topN: string;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
date: {
|
|
84
|
+
compare: {
|
|
85
|
+
equal: string;
|
|
86
|
+
notEqual: string;
|
|
87
|
+
after: string;
|
|
88
|
+
afterOrEqual: string;
|
|
89
|
+
before: string;
|
|
90
|
+
beforeOrEqual: string;
|
|
91
|
+
between: string;
|
|
92
|
+
notBetween: string;
|
|
93
|
+
today: string;
|
|
94
|
+
yesterday: string;
|
|
95
|
+
tomorrow: string;
|
|
96
|
+
thisWeek: string;
|
|
97
|
+
lastWeek: string;
|
|
98
|
+
nextWeek: string;
|
|
99
|
+
thisMonth: string;
|
|
100
|
+
lastMonth: string;
|
|
101
|
+
nextMonth: string;
|
|
102
|
+
thisQuarter: string;
|
|
103
|
+
lastQuarter: string;
|
|
104
|
+
nextQuarter: string;
|
|
105
|
+
thisYear: string;
|
|
106
|
+
nextYear: string;
|
|
107
|
+
lastYear: string;
|
|
108
|
+
quarter: string;
|
|
109
|
+
month: string;
|
|
110
|
+
q1: string;
|
|
111
|
+
q2: string;
|
|
112
|
+
q3: string;
|
|
113
|
+
q4: string;
|
|
114
|
+
m1: string;
|
|
115
|
+
m2: string;
|
|
116
|
+
m3: string;
|
|
117
|
+
m4: string;
|
|
118
|
+
m5: string;
|
|
119
|
+
m6: string;
|
|
120
|
+
m7: string;
|
|
121
|
+
m8: string;
|
|
122
|
+
m9: string;
|
|
123
|
+
m10: string;
|
|
124
|
+
m11: string;
|
|
125
|
+
m12: string;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
filter: {
|
|
129
|
+
'by-values': string;
|
|
130
|
+
'by-conditions': string;
|
|
131
|
+
'clear-filter': string;
|
|
132
|
+
cancel: string;
|
|
133
|
+
confirm: string;
|
|
134
|
+
'search-placeholder': string;
|
|
135
|
+
'select-all': string;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
3
138
|
};
|
|
4
139
|
export default _default;
|
|
@@ -1,4 +1,139 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
'sheets-table': {
|
|
3
|
+
columnPrefix: string;
|
|
4
|
+
tablePrefix: string;
|
|
5
|
+
tableNameError: string;
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
'sheets-table-ui': {
|
|
9
|
+
title: string;
|
|
10
|
+
selectRange: string;
|
|
11
|
+
rename: string;
|
|
12
|
+
renamePlaceholder: string;
|
|
13
|
+
updateRange: string;
|
|
14
|
+
tableRangeWithMergeError: string;
|
|
15
|
+
tableRangeWithOtherTableError: string;
|
|
16
|
+
tableRangeSingleRowError: string;
|
|
17
|
+
updateError: string;
|
|
18
|
+
tableStyle: string;
|
|
19
|
+
defaultStyle: string;
|
|
20
|
+
customStyle: string;
|
|
21
|
+
customTooMore: string;
|
|
22
|
+
setTheme: string;
|
|
23
|
+
removeTable: string;
|
|
24
|
+
cancel: string;
|
|
25
|
+
confirm: string;
|
|
26
|
+
header: string;
|
|
27
|
+
footer: string;
|
|
28
|
+
firstLine: string;
|
|
29
|
+
secondLine: string;
|
|
30
|
+
columnPrefix: string;
|
|
31
|
+
tablePrefix: string;
|
|
32
|
+
tableNameError: string;
|
|
33
|
+
columnMenu: {
|
|
34
|
+
'insert-left': string;
|
|
35
|
+
'insert-right': string;
|
|
36
|
+
delete: string;
|
|
37
|
+
};
|
|
38
|
+
sort: {
|
|
39
|
+
'sort-asc': string;
|
|
40
|
+
'sort-desc': string;
|
|
41
|
+
};
|
|
42
|
+
insert: {
|
|
43
|
+
main: string;
|
|
44
|
+
row: string;
|
|
45
|
+
col: string;
|
|
46
|
+
};
|
|
47
|
+
remove: {
|
|
48
|
+
main: string;
|
|
49
|
+
row: string;
|
|
50
|
+
col: string;
|
|
51
|
+
};
|
|
52
|
+
condition: {
|
|
53
|
+
string: string;
|
|
54
|
+
number: string;
|
|
55
|
+
date: string;
|
|
56
|
+
empty: string;
|
|
57
|
+
};
|
|
58
|
+
string: {
|
|
59
|
+
compare: {
|
|
60
|
+
equal: string;
|
|
61
|
+
notEqual: string;
|
|
62
|
+
contains: string;
|
|
63
|
+
notContains: string;
|
|
64
|
+
startsWith: string;
|
|
65
|
+
endsWith: string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
number: {
|
|
69
|
+
compare: {
|
|
70
|
+
equal: string;
|
|
71
|
+
notEqual: string;
|
|
72
|
+
greaterThan: string;
|
|
73
|
+
greaterThanOrEqual: string;
|
|
74
|
+
lessThan: string;
|
|
75
|
+
lessThanOrEqual: string;
|
|
76
|
+
between: string;
|
|
77
|
+
notBetween: string;
|
|
78
|
+
above: string;
|
|
79
|
+
below: string;
|
|
80
|
+
topN: string;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
date: {
|
|
84
|
+
compare: {
|
|
85
|
+
equal: string;
|
|
86
|
+
notEqual: string;
|
|
87
|
+
after: string;
|
|
88
|
+
afterOrEqual: string;
|
|
89
|
+
before: string;
|
|
90
|
+
beforeOrEqual: string;
|
|
91
|
+
between: string;
|
|
92
|
+
notBetween: string;
|
|
93
|
+
today: string;
|
|
94
|
+
yesterday: string;
|
|
95
|
+
tomorrow: string;
|
|
96
|
+
thisWeek: string;
|
|
97
|
+
lastWeek: string;
|
|
98
|
+
nextWeek: string;
|
|
99
|
+
thisMonth: string;
|
|
100
|
+
lastMonth: string;
|
|
101
|
+
nextMonth: string;
|
|
102
|
+
thisQuarter: string;
|
|
103
|
+
lastQuarter: string;
|
|
104
|
+
nextQuarter: string;
|
|
105
|
+
thisYear: string;
|
|
106
|
+
nextYear: string;
|
|
107
|
+
lastYear: string;
|
|
108
|
+
quarter: string;
|
|
109
|
+
month: string;
|
|
110
|
+
q1: string;
|
|
111
|
+
q2: string;
|
|
112
|
+
q3: string;
|
|
113
|
+
q4: string;
|
|
114
|
+
m1: string;
|
|
115
|
+
m2: string;
|
|
116
|
+
m3: string;
|
|
117
|
+
m4: string;
|
|
118
|
+
m5: string;
|
|
119
|
+
m6: string;
|
|
120
|
+
m7: string;
|
|
121
|
+
m8: string;
|
|
122
|
+
m9: string;
|
|
123
|
+
m10: string;
|
|
124
|
+
m11: string;
|
|
125
|
+
m12: string;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
filter: {
|
|
129
|
+
'by-values': string;
|
|
130
|
+
'by-conditions': string;
|
|
131
|
+
'clear-filter': string;
|
|
132
|
+
cancel: string;
|
|
133
|
+
confirm: string;
|
|
134
|
+
'search-placeholder': string;
|
|
135
|
+
'select-all': string;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
3
138
|
};
|
|
4
139
|
export default _default;
|