@univerjs/sheets-conditional-formatting-ui 1.0.0-alpha.8 → 1.0.0-beta.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/lib/cjs/index.js +300 -348
- package/lib/cjs/locale/ar-SA.js +2 -7
- package/lib/cjs/locale/ca-ES.js +2 -7
- package/lib/cjs/locale/de-DE.js +2 -7
- package/lib/cjs/locale/en-US.js +2 -7
- package/lib/cjs/locale/es-ES.js +2 -7
- package/lib/cjs/locale/fa-IR.js +2 -7
- package/lib/cjs/locale/fr-FR.js +2 -7
- package/lib/cjs/locale/id-ID.js +2 -7
- package/lib/cjs/locale/it-IT.js +2 -7
- package/lib/cjs/locale/ja-JP.js +2 -7
- package/lib/cjs/locale/ko-KR.js +2 -7
- package/lib/cjs/locale/pl-PL.js +2 -7
- package/lib/cjs/locale/pt-BR.js +2 -7
- package/lib/cjs/locale/ru-RU.js +2 -7
- package/lib/cjs/locale/sk-SK.js +2 -7
- package/lib/cjs/locale/vi-VN.js +2 -7
- package/lib/cjs/locale/zh-CN.js +2 -7
- package/lib/cjs/locale/zh-HK.js +2 -7
- package/lib/cjs/locale/zh-TW.js +2 -7
- package/lib/es/index.js +303 -351
- package/lib/es/locale/ar-SA.js +2 -7
- package/lib/es/locale/ca-ES.js +2 -7
- package/lib/es/locale/de-DE.js +2 -7
- package/lib/es/locale/en-US.js +2 -7
- package/lib/es/locale/es-ES.js +2 -7
- package/lib/es/locale/fa-IR.js +2 -7
- package/lib/es/locale/fr-FR.js +2 -7
- package/lib/es/locale/id-ID.js +2 -7
- package/lib/es/locale/it-IT.js +2 -7
- package/lib/es/locale/ja-JP.js +2 -7
- package/lib/es/locale/ko-KR.js +2 -7
- package/lib/es/locale/pl-PL.js +2 -7
- package/lib/es/locale/pt-BR.js +2 -7
- package/lib/es/locale/ru-RU.js +2 -7
- package/lib/es/locale/sk-SK.js +2 -7
- package/lib/es/locale/vi-VN.js +2 -7
- package/lib/es/locale/zh-CN.js +2 -7
- package/lib/es/locale/zh-HK.js +2 -7
- package/lib/es/locale/zh-TW.js +2 -7
- package/lib/index.css +40 -30
- package/lib/index.js +303 -351
- package/lib/locale/ar-SA.js +2 -7
- package/lib/locale/ca-ES.js +2 -7
- package/lib/locale/de-DE.js +2 -7
- package/lib/locale/en-US.js +2 -7
- package/lib/locale/es-ES.js +2 -7
- package/lib/locale/fa-IR.js +2 -7
- package/lib/locale/fr-FR.js +2 -7
- package/lib/locale/id-ID.js +2 -7
- package/lib/locale/it-IT.js +2 -7
- package/lib/locale/ja-JP.js +2 -7
- package/lib/locale/ko-KR.js +2 -7
- package/lib/locale/pl-PL.js +2 -7
- package/lib/locale/pt-BR.js +2 -7
- package/lib/locale/ru-RU.js +2 -7
- package/lib/locale/sk-SK.js +2 -7
- package/lib/locale/vi-VN.js +2 -7
- package/lib/locale/zh-CN.js +2 -7
- package/lib/locale/zh-HK.js +2 -7
- package/lib/locale/zh-TW.js +2 -7
- package/lib/types/controllers/cf.auto-fill.controller.d.ts +2 -3
- package/lib/types/controllers/cf.copy-paste.controller.d.ts +2 -3
- package/lib/types/controllers/cf.painter.controller.d.ts +2 -3
- package/lib/types/controllers/cf.render.controller.d.ts +7 -2
- package/lib/types/locale/en-US.d.ts +0 -5
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +14 -14
package/lib/index.css
CHANGED
|
@@ -10,10 +10,6 @@
|
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.univer-bottom-\[-13px\] {
|
|
14
|
-
bottom: -13px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
13
|
.univer-left-0 {
|
|
18
14
|
left: 0;
|
|
19
15
|
}
|
|
@@ -22,10 +18,6 @@
|
|
|
22
18
|
right: .25rem;
|
|
23
19
|
}
|
|
24
20
|
|
|
25
|
-
.univer-z-\[999\] {
|
|
26
|
-
z-index: 999;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
21
|
.univer-my-2\.5 {
|
|
30
22
|
margin-top: .625rem;
|
|
31
23
|
margin-bottom: .625rem;
|
|
@@ -178,6 +170,10 @@
|
|
|
178
170
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
179
171
|
}
|
|
180
172
|
|
|
173
|
+
.univer-flex-row-reverse {
|
|
174
|
+
flex-direction: row-reverse;
|
|
175
|
+
}
|
|
176
|
+
|
|
181
177
|
.univer-flex-col {
|
|
182
178
|
flex-direction: column;
|
|
183
179
|
}
|
|
@@ -190,6 +186,10 @@
|
|
|
190
186
|
align-items: center;
|
|
191
187
|
}
|
|
192
188
|
|
|
189
|
+
.univer-justify-start {
|
|
190
|
+
justify-content: flex-start;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
193
|
.univer-justify-end {
|
|
194
194
|
justify-content: flex-end;
|
|
195
195
|
}
|
|
@@ -222,16 +222,6 @@
|
|
|
222
222
|
gap: 1rem;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
-
.univer-space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
226
|
-
--univer-tw-space-x-reverse: 0;
|
|
227
|
-
margin-right: 0;
|
|
228
|
-
margin-right: calc(.5rem * var(--univer-tw-space-x-reverse));
|
|
229
|
-
margin-left: .5rem;
|
|
230
|
-
margin-left: calc(.5rem * (1 - var(--univer-tw-space-x-reverse)));
|
|
231
|
-
margin-left: .5rem;
|
|
232
|
-
margin-left: calc(.5rem * calc(1 - var(--univer-tw-space-x-reverse)));
|
|
233
|
-
}
|
|
234
|
-
|
|
235
225
|
.univer-overflow-hidden {
|
|
236
226
|
overflow: hidden;
|
|
237
227
|
}
|
|
@@ -272,6 +262,10 @@
|
|
|
272
262
|
background-color: var(--univer-gray-700) !important;
|
|
273
263
|
}
|
|
274
264
|
|
|
265
|
+
.univer-bg-gray-0 {
|
|
266
|
+
background-color: var(--univer-gray-0);
|
|
267
|
+
}
|
|
268
|
+
|
|
275
269
|
.univer-bg-gray-100 {
|
|
276
270
|
background-color: var(--univer-gray-100);
|
|
277
271
|
}
|
|
@@ -284,10 +278,6 @@
|
|
|
284
278
|
background-color: #0000;
|
|
285
279
|
}
|
|
286
280
|
|
|
287
|
-
.univer-bg-white {
|
|
288
|
-
background-color: var(--univer-white);
|
|
289
|
-
}
|
|
290
|
-
|
|
291
281
|
.univer-fill-primary-600 {
|
|
292
282
|
fill: var(--univer-primary-600);
|
|
293
283
|
}
|
|
@@ -341,10 +331,6 @@
|
|
|
341
331
|
padding-top: .5rem;
|
|
342
332
|
}
|
|
343
333
|
|
|
344
|
-
.univer-text-\[10px\] {
|
|
345
|
-
font-size: 10px;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
334
|
.univer-text-sm {
|
|
349
335
|
font-size: .875rem;
|
|
350
336
|
line-height: 1.25rem;
|
|
@@ -450,6 +436,22 @@
|
|
|
450
436
|
--univer-tw-ring-color: var(--univer-primary-600);
|
|
451
437
|
}
|
|
452
438
|
|
|
439
|
+
.rtl\:univer-left-1:where([dir="rtl"], [dir="rtl"] *) {
|
|
440
|
+
left: .25rem;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.rtl\:univer-left-auto:where([dir="rtl"], [dir="rtl"] *) {
|
|
444
|
+
left: auto;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.rtl\:univer-right-0:where([dir="rtl"], [dir="rtl"] *) {
|
|
448
|
+
right: 0;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.rtl\:univer-right-auto:where([dir="rtl"], [dir="rtl"] *) {
|
|
452
|
+
right: auto;
|
|
453
|
+
}
|
|
454
|
+
|
|
453
455
|
.rtl\:univer-grid-flow-dense:where([dir="rtl"], [dir="rtl"] *) {
|
|
454
456
|
grid-auto-flow: dense;
|
|
455
457
|
}
|
|
@@ -462,6 +464,14 @@
|
|
|
462
464
|
justify-content: flex-end;
|
|
463
465
|
}
|
|
464
466
|
|
|
467
|
+
.rtl\:univer-pl-8:where([dir="rtl"], [dir="rtl"] *) {
|
|
468
|
+
padding-left: 2rem;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.rtl\:univer-pr-5:where([dir="rtl"], [dir="rtl"] *) {
|
|
472
|
+
padding-right: 1.25rem;
|
|
473
|
+
}
|
|
474
|
+
|
|
465
475
|
.dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
|
|
466
476
|
background-color: var(--univer-gray-700) !important;
|
|
467
477
|
}
|
|
@@ -470,6 +480,10 @@
|
|
|
470
480
|
background-color: var(--univer-primary-900) !important;
|
|
471
481
|
}
|
|
472
482
|
|
|
483
|
+
.dark\:\!univer-text-gray-0:where(.univer-dark, .univer-dark *) {
|
|
484
|
+
color: var(--univer-gray-0) !important;
|
|
485
|
+
}
|
|
486
|
+
|
|
473
487
|
.dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
|
|
474
488
|
color: var(--univer-gray-200) !important;
|
|
475
489
|
}
|
|
@@ -478,10 +492,6 @@
|
|
|
478
492
|
color: var(--univer-gray-400) !important;
|
|
479
493
|
}
|
|
480
494
|
|
|
481
|
-
.dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
|
|
482
|
-
color: var(--univer-white) !important;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
495
|
.dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
|
|
486
496
|
background-color: var(--univer-gray-700) !important;
|
|
487
497
|
}
|