@univerjs/sheets-conditional-formatting-ui 0.24.0 → 0.25.0-insiders.20260608-e4336f7

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.
Files changed (107) hide show
  1. package/lib/cjs/index.js +253 -228
  2. package/lib/cjs/locale/ar-SA.js +159 -0
  3. package/lib/cjs/locale/ca-ES.js +4 -3
  4. package/lib/cjs/locale/de-DE.js +159 -0
  5. package/lib/cjs/locale/en-US.js +4 -3
  6. package/lib/cjs/locale/es-ES.js +4 -3
  7. package/lib/cjs/locale/fa-IR.js +4 -3
  8. package/lib/cjs/locale/fr-FR.js +4 -3
  9. package/lib/cjs/locale/id-ID.js +159 -0
  10. package/lib/cjs/locale/it-IT.js +159 -0
  11. package/lib/cjs/locale/ja-JP.js +4 -3
  12. package/lib/cjs/locale/ko-KR.js +4 -3
  13. package/lib/cjs/locale/pl-PL.js +159 -0
  14. package/lib/cjs/locale/pt-BR.js +159 -0
  15. package/lib/cjs/locale/ru-RU.js +4 -3
  16. package/lib/cjs/locale/sk-SK.js +4 -3
  17. package/lib/cjs/locale/vi-VN.js +4 -3
  18. package/lib/cjs/locale/zh-CN.js +4 -3
  19. package/lib/cjs/locale/zh-HK.js +159 -0
  20. package/lib/cjs/locale/zh-TW.js +4 -3
  21. package/lib/es/index.js +255 -230
  22. package/lib/es/locale/ar-SA.js +158 -0
  23. package/lib/es/locale/ca-ES.js +4 -3
  24. package/lib/es/locale/de-DE.js +158 -0
  25. package/lib/es/locale/en-US.js +4 -3
  26. package/lib/es/locale/es-ES.js +4 -3
  27. package/lib/es/locale/fa-IR.js +4 -3
  28. package/lib/es/locale/fr-FR.js +4 -3
  29. package/lib/es/locale/id-ID.js +158 -0
  30. package/lib/es/locale/it-IT.js +158 -0
  31. package/lib/es/locale/ja-JP.js +4 -3
  32. package/lib/es/locale/ko-KR.js +4 -3
  33. package/lib/es/locale/pl-PL.js +158 -0
  34. package/lib/es/locale/pt-BR.js +158 -0
  35. package/lib/es/locale/ru-RU.js +4 -3
  36. package/lib/es/locale/sk-SK.js +4 -3
  37. package/lib/es/locale/vi-VN.js +4 -3
  38. package/lib/es/locale/zh-CN.js +4 -3
  39. package/lib/es/locale/zh-HK.js +158 -0
  40. package/lib/es/locale/zh-TW.js +4 -3
  41. package/lib/index.js +255 -230
  42. package/lib/locale/ar-SA.js +158 -0
  43. package/lib/locale/ca-ES.js +4 -3
  44. package/lib/locale/de-DE.js +158 -0
  45. package/lib/locale/en-US.js +4 -3
  46. package/lib/locale/es-ES.js +4 -3
  47. package/lib/locale/fa-IR.js +4 -3
  48. package/lib/locale/fr-FR.js +4 -3
  49. package/lib/locale/id-ID.js +158 -0
  50. package/lib/locale/it-IT.js +158 -0
  51. package/lib/locale/ja-JP.js +4 -3
  52. package/lib/locale/ko-KR.js +4 -3
  53. package/lib/locale/pl-PL.js +158 -0
  54. package/lib/locale/pt-BR.js +158 -0
  55. package/lib/locale/ru-RU.js +4 -3
  56. package/lib/locale/sk-SK.js +4 -3
  57. package/lib/locale/vi-VN.js +4 -3
  58. package/lib/locale/zh-CN.js +4 -3
  59. package/lib/locale/zh-HK.js +158 -0
  60. package/lib/locale/zh-TW.js +4 -3
  61. package/lib/types/components/color-picker/index.d.ts +1 -1
  62. package/lib/types/components/conditional-style-editor/index.d.ts +1 -1
  63. package/lib/types/components/panel/index.d.ts +1 -1
  64. package/lib/types/components/panel/rule-edit/ColorScale.d.ts +1 -1
  65. package/lib/types/components/panel/rule-edit/DataBar.d.ts +1 -1
  66. package/lib/types/components/panel/rule-edit/Formula.d.ts +1 -1
  67. package/lib/types/components/panel/rule-edit/HighlightCell.d.ts +1 -1
  68. package/lib/types/components/panel/rule-edit/IconSet.d.ts +1 -1
  69. package/lib/types/components/panel/rule-edit/Rank.d.ts +1 -1
  70. package/lib/types/components/panel/rule-edit/index.d.ts +1 -1
  71. package/lib/types/components/panel/rule-list/index.d.ts +1 -1
  72. package/lib/types/components/preview/index.d.ts +1 -1
  73. package/lib/types/components/wrapper-error/WrapperError.d.ts +1 -1
  74. package/lib/types/controllers/cf.auto-fill.controller.d.ts +3 -2
  75. package/lib/types/controllers/cf.clear.controller.d.ts +3 -3
  76. package/lib/types/controllers/cf.copy-paste.controller.d.ts +3 -2
  77. package/lib/types/controllers/cf.painter.controller.d.ts +3 -2
  78. package/lib/types/locale/ar-SA.d.ts +18 -0
  79. package/lib/types/locale/de-DE.d.ts +18 -0
  80. package/lib/types/locale/en-US.d.ts +130 -127
  81. package/lib/types/locale/id-ID.d.ts +18 -0
  82. package/lib/types/locale/it-IT.d.ts +18 -0
  83. package/lib/types/locale/pl-PL.d.ts +18 -0
  84. package/lib/types/locale/pt-BR.d.ts +18 -0
  85. package/lib/types/locale/zh-HK.d.ts +18 -0
  86. package/lib/umd/index.js +3 -3
  87. package/lib/umd/locale/ar-SA.js +1 -0
  88. package/lib/umd/locale/ca-ES.js +1 -1
  89. package/lib/umd/locale/de-DE.js +1 -0
  90. package/lib/umd/locale/en-US.js +1 -1
  91. package/lib/umd/locale/es-ES.js +1 -1
  92. package/lib/umd/locale/fa-IR.js +1 -1
  93. package/lib/umd/locale/fr-FR.js +1 -1
  94. package/lib/umd/locale/id-ID.js +1 -0
  95. package/lib/umd/locale/it-IT.js +1 -0
  96. package/lib/umd/locale/ja-JP.js +1 -1
  97. package/lib/umd/locale/ko-KR.js +1 -1
  98. package/lib/umd/locale/pl-PL.js +1 -0
  99. package/lib/umd/locale/pt-BR.js +1 -0
  100. package/lib/umd/locale/ru-RU.js +1 -1
  101. package/lib/umd/locale/sk-SK.js +1 -1
  102. package/lib/umd/locale/vi-VN.js +1 -1
  103. package/lib/umd/locale/zh-CN.js +1 -1
  104. package/lib/umd/locale/zh-HK.js +1 -0
  105. package/lib/umd/locale/zh-TW.js +1 -1
  106. package/package.json +15 -15
  107. package/LICENSE +0 -176
@@ -14,102 +14,68 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  declare const locale: {
17
- sheet: {
18
- cf: {
19
- title: string;
20
- menu: {
21
- manageConditionalFormatting: string;
22
- createConditionalFormatting: string;
23
- clearRangeRules: string;
24
- clearWorkSheetRules: string;
25
- };
26
- form: {
27
- lessThan: string;
28
- lessThanOrEqual: string;
29
- greaterThan: string;
30
- greaterThanOrEqual: string;
31
- rangeSelector: string;
32
- };
33
- iconSet: {
34
- direction: string;
35
- shape: string;
36
- mark: string;
37
- rank: string;
38
- rule: string;
39
- icon: string;
40
- type: string;
41
- value: string;
42
- reverseIconOrder: string;
43
- and: string;
44
- when: string;
45
- onlyShowIcon: string;
46
- };
47
- symbol: {
48
- greaterThan: string;
49
- greaterThanOrEqual: string;
50
- lessThan: string;
51
- lessThanOrEqual: string;
52
- };
53
- panel: {
54
- createRule: string;
55
- clear: string;
56
- range: string;
57
- styleType: string;
58
- submit: string;
59
- cancel: string;
60
- rankAndAverage: string;
61
- styleRule: string;
62
- isNotBottom: string;
63
- isBottom: string;
64
- greaterThanAverage: string;
65
- lessThanAverage: string;
66
- medianValue: string;
67
- fillType: string;
68
- pureColor: string;
69
- gradient: string;
70
- colorSet: string;
71
- positive: string;
72
- native: string;
73
- workSheet: string;
74
- selectedRange: string;
75
- managerRuleSelect: string;
76
- onlyShowDataBar: string;
77
- };
78
- preview: {
79
- describe: {
80
- beginsWith: string;
81
- endsWith: string;
82
- containsText: string;
83
- notContainsText: string;
84
- equal: string;
85
- notEqual: string;
86
- containsBlanks: string;
87
- notContainsBlanks: string;
88
- containsErrors: string;
89
- notContainsErrors: string;
90
- greaterThan: string;
91
- greaterThanOrEqual: string;
92
- lessThan: string;
93
- lessThanOrEqual: string;
94
- notBetween: string;
95
- between: string;
96
- yesterday: string;
97
- tomorrow: string;
98
- last7Days: string;
99
- thisMonth: string;
100
- lastMonth: string;
101
- nextMonth: string;
102
- thisWeek: string;
103
- lastWeek: string;
104
- nextWeek: string;
105
- today: string;
106
- topN: string;
107
- bottomN: string;
108
- topNPercent: string;
109
- bottomNPercent: string;
110
- };
111
- };
112
- operator: {
17
+ 'sheets-conditional-formatting-ui': {
18
+ title: string;
19
+ menu: {
20
+ manageConditionalFormatting: string;
21
+ createConditionalFormatting: string;
22
+ clearRangeRules: string;
23
+ clearWorkSheetRules: string;
24
+ };
25
+ form: {
26
+ lessThan: string;
27
+ lessThanOrEqual: string;
28
+ greaterThan: string;
29
+ greaterThanOrEqual: string;
30
+ rangeSelector: string;
31
+ };
32
+ iconSet: {
33
+ direction: string;
34
+ shape: string;
35
+ mark: string;
36
+ rank: string;
37
+ rule: string;
38
+ icon: string;
39
+ type: string;
40
+ value: string;
41
+ reverseIconOrder: string;
42
+ and: string;
43
+ when: string;
44
+ onlyShowIcon: string;
45
+ };
46
+ symbol: {
47
+ greaterThan: string;
48
+ greaterThanOrEqual: string;
49
+ lessThan: string;
50
+ lessThanOrEqual: string;
51
+ };
52
+ panel: {
53
+ createRule: string;
54
+ clear: string;
55
+ range: string;
56
+ styleType: string;
57
+ submit: string;
58
+ cancel: string;
59
+ rankAndAverage: string;
60
+ styleRule: string;
61
+ isNotBottom: string;
62
+ isBottom: string;
63
+ greaterThanAverage: string;
64
+ lessThanAverage: string;
65
+ medianValue: string;
66
+ fillType: string;
67
+ pureColor: string;
68
+ gradient: string;
69
+ colorSet: string;
70
+ positive: string;
71
+ native: string;
72
+ workSheet: string;
73
+ selectedRange: string;
74
+ managerRuleSelect: string;
75
+ onlyShowDataBar: string;
76
+ };
77
+ preview: {
78
+ describe: {
113
79
  beginsWith: string;
114
80
  endsWith: string;
115
81
  containsText: string;
@@ -136,38 +102,75 @@ declare const locale: {
136
102
  lastWeek: string;
137
103
  nextWeek: string;
138
104
  today: string;
105
+ topN: string;
106
+ bottomN: string;
107
+ topNPercent: string;
108
+ bottomNPercent: string;
139
109
  };
140
- ruleType: {
141
- highlightCell: string;
142
- dataBar: string;
143
- colorScale: string;
144
- formula: string;
145
- iconSet: string;
146
- duplicateValues: string;
147
- uniqueValues: string;
148
- };
149
- subRuleType: {
150
- uniqueValues: string;
151
- duplicateValues: string;
152
- rank: string;
153
- text: string;
154
- timePeriod: string;
155
- number: string;
156
- average: string;
157
- };
158
- valueType: {
159
- num: string;
160
- min: string;
161
- max: string;
162
- percent: string;
163
- percentile: string;
164
- formula: string;
165
- none: string;
166
- };
167
- errorMessage: {
168
- notBlank: string;
169
- formulaError: string;
170
- rangeError: string;
110
+ };
111
+ operator: {
112
+ beginsWith: string;
113
+ endsWith: string;
114
+ containsText: string;
115
+ notContainsText: string;
116
+ equal: string;
117
+ notEqual: string;
118
+ containsBlanks: string;
119
+ notContainsBlanks: string;
120
+ containsErrors: string;
121
+ notContainsErrors: string;
122
+ greaterThan: string;
123
+ greaterThanOrEqual: string;
124
+ lessThan: string;
125
+ lessThanOrEqual: string;
126
+ notBetween: string;
127
+ between: string;
128
+ yesterday: string;
129
+ tomorrow: string;
130
+ last7Days: string;
131
+ thisMonth: string;
132
+ lastMonth: string;
133
+ nextMonth: string;
134
+ thisWeek: string;
135
+ lastWeek: string;
136
+ nextWeek: string;
137
+ today: string;
138
+ };
139
+ ruleType: {
140
+ highlightCell: string;
141
+ dataBar: string;
142
+ colorScale: string;
143
+ formula: string;
144
+ iconSet: string;
145
+ duplicateValues: string;
146
+ uniqueValues: string;
147
+ };
148
+ subRuleType: {
149
+ uniqueValues: string;
150
+ duplicateValues: string;
151
+ rank: string;
152
+ text: string;
153
+ timePeriod: string;
154
+ number: string;
155
+ average: string;
156
+ };
157
+ valueType: {
158
+ num: string;
159
+ min: string;
160
+ max: string;
161
+ percent: string;
162
+ percentile: string;
163
+ formula: string;
164
+ none: string;
165
+ };
166
+ errorMessage: {
167
+ notBlank: string;
168
+ formulaError: string;
169
+ rangeError: string;
170
+ };
171
+ permission: {
172
+ dialog: {
173
+ setStyleErr: string;
171
174
  };
172
175
  };
173
176
  };
@@ -0,0 +1,18 @@
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
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
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
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
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
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
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
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
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
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;