@univerjs-pro/embed-ui 1.0.0-beta.0 → 1.0.0-beta.2
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 +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +204 -78
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/components/EmbedFloatDomRenderer.d.ts +3 -3
- package/lib/types/components/EmbedFloatFullscreenButton.d.ts +1 -0
- package/lib/types/components/EmbedMenuTooltip.d.ts +11 -0
- package/lib/types/components/EmbedPrintImage.d.ts +8 -0
- package/lib/types/components/EmbedRuntimeProviders.d.ts +2 -0
- package/lib/types/components/embed-float-dom-geometry.d.ts +4 -1
- package/lib/types/components/embed-float-dom-interaction.d.ts +11 -2
- package/lib/types/controllers/embed-host-popup-lifecycle.controller.d.ts +13 -0
- package/lib/types/controllers/embed-host-ribbon-override.controller.d.ts +3 -2
- package/lib/types/controllers/embed-owned-dialog-cleanup.controller.d.ts +11 -0
- package/lib/types/controllers/embed-print.controller.d.ts +71 -0
- package/lib/types/controllers/embed-sheet-editor-shortcut.controller.d.ts +8 -0
- package/lib/types/locale/en-US.d.ts +6 -0
- package/lib/types/products/bases/EmbedChildView.d.ts +3 -3
- package/lib/types/products/bases/embed-content-size.d.ts +1 -0
- package/lib/types/products/boards/EmbedChildView.d.ts +2 -1
- package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +6 -0
- package/lib/types/products/docs/docs-custom-block-layout.d.ts +1 -0
- package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +7 -1
- package/lib/types/products/sheets/embed-content-size.d.ts +4 -0
- package/lib/types/products/slides/EmbedChildView.d.ts +4 -1
- package/lib/types/products/slides/embed-floating-menu-stage.d.ts +2 -2
- package/lib/types/products/slides/register.d.ts +4 -0
- package/lib/types/products/slides/services/embed-slide-presentation-preview.d.ts +14 -2
- package/lib/types/services/embed-activation.service.d.ts +5 -1
- package/lib/types/services/embed-child-runtime-scope.d.ts +2 -2
- package/lib/types/services/embed-child-unit-scoped-injector.d.ts +8 -2
- package/lib/types/services/embed-content-size-registry.service.d.ts +9 -1
- package/lib/types/services/embed-dom-wheel.d.ts +4 -2
- package/lib/types/services/embed-floating-menu-root.d.ts +2 -1
- package/lib/types/services/embed-fullscreen.service.d.ts +4 -1
- package/lib/types/services/embed-host-menu-override.service.d.ts +1 -0
- package/lib/types/services/embed-host-wheel-gesture.service.d.ts +1 -1
- package/lib/types/services/embed-host-zoom-wheel.d.ts +7 -0
- package/lib/types/services/embed-interaction-boundary.service.d.ts +8 -2
- package/lib/types/services/embed-mount.service.d.ts +8 -1
- package/lib/types/services/embed-presentation-policy.d.ts +1 -0
- package/lib/types/services/embed-print.service.d.ts +55 -0
- package/lib/types/services/embed-render-canvas-preview-provider.d.ts +3 -2
- package/lib/types/services/embed-render-child-view-contribution.d.ts +7 -3
- package/lib/types/services/embed-runtime-host-lease.service.d.ts +2 -2
- package/lib/types/services/embed-scene-canvas-capture.service.d.ts +29 -1
- package/lib/types/services/embed-ui-runtime-scope-lease.service.d.ts +16 -0
- package/lib/types/types/embed-ui.d.ts +29 -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 +40 -37
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x352294=_0x72b0;function _0x515e(){const _0xc7be7a=['邊框粗細','合併儲存格','水平對齊','設定檢視','重設縮放','進入全螢幕','{0}\x20副本','刪除此表?','適應內容','18FLNNVs','刪除檢視','刪除嵌入區塊','34282bOkQsU','字型顏色','上一頁','20wWQQYT','靠上對齊','11iKAEDg','323030axOJBX','垂直置中','141PVgQVZ','刪除此檢視?','9818256miAEgw','6587940GCdWGo','退出全螢幕','483RzORtd','367414RwfrZK','此檢視將被刪除。','下一張投影片','靠左對齊','159792LPnFDL','垂直對齊','重置顏色','靠右對齊','自動換行','靠下對齊','邊框顏色','此表和其中的記錄將被刪除。','5833110BxpKFr','字型大小','檢視設定','數字格式'];_0x515e=function(){return _0xc7be7a;};return _0x515e();}(function(_0x305379,_0x550456){const _0x539932=_0x72b0,_0xd02621=_0x305379();while(!![]){try{const _0x178f05=-parseInt(_0x539932(0x203))/0x1+parseInt(_0x539932(0x1f5))/0x2*(-parseInt(_0x539932(0x1fd))/0x3)+parseInt(_0x539932(0x1f8))/0x4*(-parseInt(_0x539932(0x1fb))/0x5)+-parseInt(_0x539932(0x200))/0x6+-parseInt(_0x539932(0x202))/0x7*(-parseInt(_0x539932(0x207))/0x8)+-parseInt(_0x539932(0x1f2))/0x9*(-parseInt(_0x539932(0x20f))/0xa)+parseInt(_0x539932(0x1fa))/0xb*(parseInt(_0x539932(0x1ff))/0xc);if(_0x178f05===_0x550456)break;else _0xd02621['push'](_0xd02621['shift']());}catch(_0x59a6e4){_0xd02621['push'](_0xd02621['shift']());}}}(_0x515e,0xbbbbb));const e={'embed-ui':{'deleteBlock':_0x352294(0x1f4),'fullscreen':{'enter':_0x352294(0x1ee),'exit':_0x352294(0x201)},'slidesFloating':{'previousSlide':_0x352294(0x1f7),'nextSlide':_0x352294(0x205),'selectSlide':'簡報縮圖'},'boardsFloating':{'fitContent':_0x352294(0x1f1),'zoomOut':'縮小','resetZoom':_0x352294(0x1ed),'zoomIn':'放大','delete':'刪除'},'basesFloating':{'copySuffix':'副本','delete':'刪除','confirmDelete':{'viewTitle':_0x352294(0x1fe),'viewDescription':_0x352294(0x204),'tableTitle':_0x352294(0x1f0),'tableDescription':_0x352294(0x20e)},'tableSidebar':{'defaultTableName':'表\x20{0}'},'duplicateTable':{'copyName':_0x352294(0x1ef)},'viewSettings':{'title':_0x352294(0x211),'addView':'新增檢視','configureView':_0x352294(0x1ec),'deleteView':_0x352294(0x1f3)}},'sheetsFloating':{'toolbar':{'formatPainter':'複製格式','font':'字型','fontSize':_0x352294(0x210),'numberFormat':_0x352294(0x212),'bold':'粗體','filter':'篩選','resetColor':_0x352294(0x209),'textColor':{'main':_0x352294(0x1f6)},'fillColor':{'main':'填滿色彩'},'border':{'main':'邊框'},'mergeCell':{'main':_0x352294(0x214)},'horizontalAlignMode':{'main':_0x352294(0x215)},'verticalAlignMode':{'main':_0x352294(0x208)},'textWrapMode':{'main':'自動換行'}},'align':{'left':_0x352294(0x206),'center':'置中','right':_0x352294(0x20a),'top':_0x352294(0x1f9),'middle':_0x352294(0x1fc),'bottom':_0x352294(0x20c)},'borderLine':{'borderColor':_0x352294(0x20d),'borderSize':_0x352294(0x213)},'textWrap':{'overflow':'溢出','wrap':_0x352294(0x20b),'clip':'截斷'}}}};function _0x72b0(_0x4db027,_0x27b279){_0x4db027=_0x4db027-0x1ec;const _0x515ea8=_0x515e();let _0x72b03f=_0x515ea8[_0x4db027];return _0x72b03f;}export{e as default};
|
package/lib/index.css
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
.univer-sr-only {
|
|
2
|
+
clip: rect(0, 0, 0, 0);
|
|
3
|
+
white-space: nowrap;
|
|
4
|
+
border-width: 0;
|
|
5
|
+
width: 1px;
|
|
6
|
+
height: 1px;
|
|
7
|
+
margin: -1px;
|
|
8
|
+
padding: 0;
|
|
9
|
+
position: absolute;
|
|
10
|
+
overflow: hidden;
|
|
11
|
+
}
|
|
12
|
+
|
|
1
13
|
.univer-pointer-events-none {
|
|
2
14
|
pointer-events: none;
|
|
3
15
|
}
|
|
@@ -39,6 +51,10 @@
|
|
|
39
51
|
right: auto !important;
|
|
40
52
|
}
|
|
41
53
|
|
|
54
|
+
.-univer-top-12 {
|
|
55
|
+
top: -3rem;
|
|
56
|
+
}
|
|
57
|
+
|
|
42
58
|
.-univer-top-9 {
|
|
43
59
|
top: -2.25rem;
|
|
44
60
|
}
|
|
@@ -59,10 +75,6 @@
|
|
|
59
75
|
left: 50%;
|
|
60
76
|
}
|
|
61
77
|
|
|
62
|
-
.univer-left-3\.5 {
|
|
63
|
-
left: .875rem;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
78
|
.univer-left-4 {
|
|
67
79
|
left: 1rem;
|
|
68
80
|
}
|
|
@@ -87,6 +99,10 @@
|
|
|
87
99
|
top: .75rem;
|
|
88
100
|
}
|
|
89
101
|
|
|
102
|
+
.univer-isolate {
|
|
103
|
+
isolation: isolate;
|
|
104
|
+
}
|
|
105
|
+
|
|
90
106
|
.univer-z-0 {
|
|
91
107
|
z-index: 0;
|
|
92
108
|
}
|
|
@@ -107,6 +123,10 @@
|
|
|
107
123
|
z-index: 1;
|
|
108
124
|
}
|
|
109
125
|
|
|
126
|
+
.univer-z-\[21\] {
|
|
127
|
+
z-index: 21;
|
|
128
|
+
}
|
|
129
|
+
|
|
110
130
|
.univer-z-\[2\] {
|
|
111
131
|
z-index: 2;
|
|
112
132
|
}
|
|
@@ -135,6 +155,11 @@
|
|
|
135
155
|
margin: 0;
|
|
136
156
|
}
|
|
137
157
|
|
|
158
|
+
.univer-mx-1 {
|
|
159
|
+
margin-left: .25rem;
|
|
160
|
+
margin-right: .25rem;
|
|
161
|
+
}
|
|
162
|
+
|
|
138
163
|
.univer-mx-auto {
|
|
139
164
|
margin-left: auto;
|
|
140
165
|
margin-right: auto;
|
|
@@ -149,6 +174,10 @@
|
|
|
149
174
|
box-sizing: border-box;
|
|
150
175
|
}
|
|
151
176
|
|
|
177
|
+
.univer-block {
|
|
178
|
+
display: block;
|
|
179
|
+
}
|
|
180
|
+
|
|
152
181
|
.univer-flex {
|
|
153
182
|
display: flex;
|
|
154
183
|
}
|
|
@@ -179,11 +208,6 @@
|
|
|
179
208
|
height: .75rem;
|
|
180
209
|
}
|
|
181
210
|
|
|
182
|
-
.univer-size-3\.5 {
|
|
183
|
-
width: .875rem;
|
|
184
|
-
height: .875rem;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
211
|
.univer-size-4 {
|
|
188
212
|
width: 1rem;
|
|
189
213
|
height: 1rem;
|
|
@@ -204,6 +228,11 @@
|
|
|
204
228
|
height: 1.75rem;
|
|
205
229
|
}
|
|
206
230
|
|
|
231
|
+
.univer-size-8 {
|
|
232
|
+
width: 2rem;
|
|
233
|
+
height: 2rem;
|
|
234
|
+
}
|
|
235
|
+
|
|
207
236
|
.univer-size-\[18px\] {
|
|
208
237
|
width: 18px;
|
|
209
238
|
height: 18px;
|
|
@@ -214,6 +243,10 @@
|
|
|
214
243
|
height: 100%;
|
|
215
244
|
}
|
|
216
245
|
|
|
246
|
+
.\!univer-h-4 {
|
|
247
|
+
height: 1rem !important;
|
|
248
|
+
}
|
|
249
|
+
|
|
217
250
|
.univer-h-10 {
|
|
218
251
|
height: 2.5rem;
|
|
219
252
|
}
|
|
@@ -266,6 +299,10 @@
|
|
|
266
299
|
width: 7rem;
|
|
267
300
|
}
|
|
268
301
|
|
|
302
|
+
.univer-w-44 {
|
|
303
|
+
width: 11rem;
|
|
304
|
+
}
|
|
305
|
+
|
|
269
306
|
.univer-w-5 {
|
|
270
307
|
width: 1.25rem;
|
|
271
308
|
}
|
|
@@ -310,6 +347,10 @@
|
|
|
310
347
|
min-width: 1.5rem;
|
|
311
348
|
}
|
|
312
349
|
|
|
350
|
+
.univer-min-w-max {
|
|
351
|
+
min-width: max-content;
|
|
352
|
+
}
|
|
353
|
+
|
|
313
354
|
.univer-max-w-\[220px\] {
|
|
314
355
|
max-width: 220px;
|
|
315
356
|
}
|
|
@@ -442,10 +483,6 @@
|
|
|
442
483
|
gap: .75rem;
|
|
443
484
|
}
|
|
444
485
|
|
|
445
|
-
.univer-gap-4 {
|
|
446
|
-
gap: 1rem;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
486
|
.univer-self-stretch {
|
|
450
487
|
align-self: stretch;
|
|
451
488
|
}
|
|
@@ -476,14 +513,6 @@
|
|
|
476
513
|
overflow: hidden;
|
|
477
514
|
}
|
|
478
515
|
|
|
479
|
-
.univer-text-ellipsis {
|
|
480
|
-
text-overflow: ellipsis;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
.univer-whitespace-nowrap {
|
|
484
|
-
white-space: nowrap;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
516
|
.univer-rounded {
|
|
488
517
|
border-radius: .25rem;
|
|
489
518
|
}
|
|
@@ -524,6 +553,10 @@
|
|
|
524
553
|
border-color: var(--univer-gray-200);
|
|
525
554
|
}
|
|
526
555
|
|
|
556
|
+
.\!univer-bg-gray-0 {
|
|
557
|
+
background-color: var(--univer-gray-0) !important;
|
|
558
|
+
}
|
|
559
|
+
|
|
527
560
|
.\!univer-bg-gray-200 {
|
|
528
561
|
background-color: var(--univer-gray-200) !important;
|
|
529
562
|
}
|
|
@@ -544,8 +577,8 @@
|
|
|
544
577
|
background-color: #0000 !important;
|
|
545
578
|
}
|
|
546
579
|
|
|
547
|
-
.univer-bg
|
|
548
|
-
background-color:
|
|
580
|
+
.univer-bg-gray-0 {
|
|
581
|
+
background-color: var(--univer-gray-0);
|
|
549
582
|
}
|
|
550
583
|
|
|
551
584
|
.univer-bg-gray-100 {
|
|
@@ -568,10 +601,6 @@
|
|
|
568
601
|
background-color: #0000;
|
|
569
602
|
}
|
|
570
603
|
|
|
571
|
-
.univer-bg-white {
|
|
572
|
-
background-color: var(--univer-white);
|
|
573
|
-
}
|
|
574
|
-
|
|
575
604
|
.univer-fill-gray-900 {
|
|
576
605
|
fill: var(--univer-gray-900);
|
|
577
606
|
}
|
|
@@ -580,6 +609,10 @@
|
|
|
580
609
|
fill: var(--univer-primary-600);
|
|
581
610
|
}
|
|
582
611
|
|
|
612
|
+
.\!univer-p-1 {
|
|
613
|
+
padding: .25rem !important;
|
|
614
|
+
}
|
|
615
|
+
|
|
583
616
|
.univer-p-0 {
|
|
584
617
|
padding: 0;
|
|
585
618
|
}
|
|
@@ -624,19 +657,13 @@
|
|
|
624
657
|
padding-right: .5rem;
|
|
625
658
|
}
|
|
626
659
|
|
|
627
|
-
.univer-px-24 {
|
|
628
|
-
padding-left: 6rem;
|
|
629
|
-
padding-right: 6rem;
|
|
630
|
-
}
|
|
631
|
-
|
|
632
660
|
.univer-py-0 {
|
|
633
661
|
padding-top: 0;
|
|
634
662
|
padding-bottom: 0;
|
|
635
663
|
}
|
|
636
664
|
|
|
637
|
-
.univer-
|
|
638
|
-
padding-
|
|
639
|
-
padding-bottom: .25rem;
|
|
665
|
+
.univer-pr-24 {
|
|
666
|
+
padding-right: 6rem;
|
|
640
667
|
}
|
|
641
668
|
|
|
642
669
|
.univer-text-left {
|
|
@@ -657,8 +684,8 @@
|
|
|
657
684
|
font-weight: 500;
|
|
658
685
|
}
|
|
659
686
|
|
|
660
|
-
|
|
661
|
-
|
|
687
|
+
.\!univer-text-gray-900 {
|
|
688
|
+
color: var(--univer-gray-900) !important;
|
|
662
689
|
}
|
|
663
690
|
|
|
664
691
|
.univer-text-current {
|
|
@@ -669,10 +696,6 @@
|
|
|
669
696
|
color: var(--univer-gray-600);
|
|
670
697
|
}
|
|
671
698
|
|
|
672
|
-
.univer-text-gray-700 {
|
|
673
|
-
color: var(--univer-gray-700);
|
|
674
|
-
}
|
|
675
|
-
|
|
676
699
|
.univer-text-gray-900 {
|
|
677
700
|
color: var(--univer-gray-900);
|
|
678
701
|
}
|
|
@@ -690,11 +713,12 @@
|
|
|
690
713
|
}
|
|
691
714
|
|
|
692
715
|
.univer-text-white {
|
|
693
|
-
|
|
716
|
+
--univer-tw-text-opacity: 1;
|
|
717
|
+
color: rgba(255, 255, 255, var(--univer-tw-text-opacity, 1));
|
|
694
718
|
}
|
|
695
719
|
|
|
696
|
-
.univer-opacity-
|
|
697
|
-
opacity:
|
|
720
|
+
.univer-opacity-0 {
|
|
721
|
+
opacity: 0;
|
|
698
722
|
}
|
|
699
723
|
|
|
700
724
|
.univer-opacity-60 {
|
|
@@ -715,21 +739,19 @@
|
|
|
715
739
|
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
716
740
|
}
|
|
717
741
|
|
|
718
|
-
.univer-shadow-sm {
|
|
719
|
-
--univer-tw-shadow:
|
|
720
|
-
--univer-tw-
|
|
721
|
-
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #1e284d14;
|
|
722
|
-
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
742
|
+
.univer-drop-shadow-sm {
|
|
743
|
+
--univer-tw-drop-shadow: drop-shadow(0 1px 1px #0000000d);
|
|
744
|
+
filter: var(--univer-tw-blur) var(--univer-tw-brightness) var(--univer-tw-contrast) var(--univer-tw-grayscale) var(--univer-tw-hue-rotate) var(--univer-tw-invert) var(--univer-tw-saturate) var(--univer-tw-sepia) var(--univer-tw-drop-shadow);
|
|
723
745
|
}
|
|
724
746
|
|
|
725
|
-
.univer-transition {
|
|
726
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke
|
|
747
|
+
.univer-transition-colors {
|
|
748
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
727
749
|
transition-duration: .15s;
|
|
728
750
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
729
751
|
}
|
|
730
752
|
|
|
731
|
-
.univer-transition-
|
|
732
|
-
transition-property:
|
|
753
|
+
.univer-transition-opacity {
|
|
754
|
+
transition-property: opacity;
|
|
733
755
|
transition-duration: .15s;
|
|
734
756
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
735
757
|
}
|
|
@@ -742,11 +764,95 @@
|
|
|
742
764
|
scrollbar-width: none;
|
|
743
765
|
}
|
|
744
766
|
|
|
767
|
+
.univer-embed-print-hide-scrollbars, .univer-embed-print-hide-scrollbars * {
|
|
768
|
+
scrollbar-width: none !important;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.univer-embed-print-hide-scrollbars::-webkit-scrollbar {
|
|
772
|
+
width: 0 !important;
|
|
773
|
+
height: 0 !important;
|
|
774
|
+
display: none !important;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
.univer-embed-print-hide-scrollbars ::-webkit-scrollbar {
|
|
778
|
+
width: 0 !important;
|
|
779
|
+
height: 0 !important;
|
|
780
|
+
display: none !important;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
.before\:univer-pointer-events-none:before {
|
|
784
|
+
content: var(--univer-tw-content);
|
|
785
|
+
pointer-events: none;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
.before\:univer-absolute:before {
|
|
789
|
+
content: var(--univer-tw-content);
|
|
790
|
+
position: absolute;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.before\:univer-inset-0:before {
|
|
794
|
+
content: var(--univer-tw-content);
|
|
795
|
+
inset: 0;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
.before\:univer-z-\[-1\]:before {
|
|
799
|
+
content: var(--univer-tw-content);
|
|
800
|
+
z-index: -1;
|
|
801
|
+
}
|
|
802
|
+
|
|
745
803
|
.before\:univer-hidden:before {
|
|
746
804
|
content: var(--univer-tw-content);
|
|
747
805
|
display: none;
|
|
748
806
|
}
|
|
749
807
|
|
|
808
|
+
.before\:univer-rounded-lg:before {
|
|
809
|
+
content: var(--univer-tw-content);
|
|
810
|
+
border-radius: .5rem;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
.before\:univer-rounded-md:before {
|
|
814
|
+
content: var(--univer-tw-content);
|
|
815
|
+
border-radius: .375rem;
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
.before\:univer-bg-gray-0:before {
|
|
819
|
+
content: var(--univer-tw-content);
|
|
820
|
+
background-color: var(--univer-gray-0);
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
.before\:univer-bg-primary-600:before {
|
|
824
|
+
content: var(--univer-tw-content);
|
|
825
|
+
background-color: var(--univer-primary-600);
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
.before\:univer-opacity-90:before {
|
|
829
|
+
content: var(--univer-tw-content);
|
|
830
|
+
opacity: .9;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
.before\:univer-opacity-\[0\.45\]:before {
|
|
834
|
+
content: var(--univer-tw-content);
|
|
835
|
+
opacity: .45;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
.before\:univer-transition-opacity:before {
|
|
839
|
+
content: var(--univer-tw-content);
|
|
840
|
+
transition-property: opacity;
|
|
841
|
+
transition-duration: .15s;
|
|
842
|
+
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
.before\:univer-duration-150:before {
|
|
846
|
+
content: var(--univer-tw-content);
|
|
847
|
+
transition-duration: .15s;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
.before\:univer-content-\[\'\'\]:before {
|
|
851
|
+
--univer-tw-content: "";
|
|
852
|
+
content: "";
|
|
853
|
+
content: var(--univer-tw-content);
|
|
854
|
+
}
|
|
855
|
+
|
|
750
856
|
.after\:univer-pointer-events-none:after {
|
|
751
857
|
content: var(--univer-tw-content);
|
|
752
858
|
pointer-events: none;
|
|
@@ -812,8 +918,8 @@
|
|
|
812
918
|
display: none;
|
|
813
919
|
}
|
|
814
920
|
|
|
815
|
-
.hover
|
|
816
|
-
background-color:
|
|
921
|
+
.hover\:\!univer-bg-primary-100:hover {
|
|
922
|
+
background-color: var(--univer-primary-100) !important;
|
|
817
923
|
}
|
|
818
924
|
|
|
819
925
|
.hover\:univer-bg-gray-100:hover {
|
|
@@ -828,6 +934,10 @@
|
|
|
828
934
|
background-color: var(--univer-red-50);
|
|
829
935
|
}
|
|
830
936
|
|
|
937
|
+
.hover\:\!univer-text-primary-700:hover {
|
|
938
|
+
color: var(--univer-primary-700) !important;
|
|
939
|
+
}
|
|
940
|
+
|
|
831
941
|
.hover\:univer-text-red-600:hover {
|
|
832
942
|
color: var(--univer-red-600);
|
|
833
943
|
}
|
|
@@ -836,15 +946,29 @@
|
|
|
836
946
|
color: var(--univer-red-700);
|
|
837
947
|
}
|
|
838
948
|
|
|
839
|
-
.hover\:univer-opacity-
|
|
949
|
+
.hover\:before\:univer-opacity-60:hover:before {
|
|
950
|
+
content: var(--univer-tw-content);
|
|
951
|
+
opacity: .6;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
.focus-visible\:univer-opacity-100:focus-visible {
|
|
840
955
|
opacity: 1;
|
|
841
956
|
}
|
|
842
957
|
|
|
843
|
-
.
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
958
|
+
.focus-visible\:univer-outline-none:focus-visible {
|
|
959
|
+
outline-offset: 2px;
|
|
960
|
+
outline: 2px solid #0000;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
.focus-visible\:univer-ring-2:focus-visible {
|
|
964
|
+
--univer-tw-ring-offset-shadow: var(--univer-tw-ring-inset) 0 0 0 var(--univer-tw-ring-offset-width) var(--univer-tw-ring-offset-color);
|
|
965
|
+
--univer-tw-ring-shadow: var(--univer-tw-ring-inset) 0 0 0 calc(2px + var(--univer-tw-ring-offset-width)) var(--univer-tw-ring-color);
|
|
966
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), 0 0 #0000;
|
|
967
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), var(--univer-tw-shadow, 0 0 #0000);
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
.focus-visible\:univer-ring-primary-600:focus-visible {
|
|
971
|
+
--univer-tw-ring-color: var(--univer-primary-600);
|
|
848
972
|
}
|
|
849
973
|
|
|
850
974
|
.disabled\:univer-cursor-not-allowed:disabled {
|
|
@@ -859,8 +983,8 @@
|
|
|
859
983
|
border-color: var(--univer-gray-700) !important;
|
|
860
984
|
}
|
|
861
985
|
|
|
862
|
-
.dark\:\!univer-bg
|
|
863
|
-
background-color:
|
|
986
|
+
.dark\:\!univer-bg-gray-0:where(.univer-dark, .univer-dark *) {
|
|
987
|
+
background-color: var(--univer-gray-0) !important;
|
|
864
988
|
}
|
|
865
989
|
|
|
866
990
|
.dark\:\!univer-bg-gray-500:where(.univer-dark, .univer-dark *) {
|
|
@@ -887,8 +1011,12 @@
|
|
|
887
1011
|
background-color: #0000 !important;
|
|
888
1012
|
}
|
|
889
1013
|
|
|
890
|
-
.dark\:\!univer-fill-
|
|
891
|
-
fill: var(--univer-
|
|
1014
|
+
.dark\:\!univer-fill-gray-0:where(.univer-dark, .univer-dark *) {
|
|
1015
|
+
fill: var(--univer-gray-0) !important;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
.dark\:\!univer-text-gray-0:where(.univer-dark, .univer-dark *) {
|
|
1019
|
+
color: var(--univer-gray-0) !important;
|
|
892
1020
|
}
|
|
893
1021
|
|
|
894
1022
|
.dark\:\!univer-text-gray-100:where(.univer-dark, .univer-dark *) {
|
|
@@ -903,15 +1031,9 @@
|
|
|
903
1031
|
color: var(--univer-gray-900) !important;
|
|
904
1032
|
}
|
|
905
1033
|
|
|
906
|
-
.dark\:\!univer-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
.dark\:\!univer-shadow-none:where(.univer-dark, .univer-dark *) {
|
|
911
|
-
--univer-tw-shadow: 0 0 #0000 !important;
|
|
912
|
-
--univer-tw-shadow-colored: 0 0 #0000 !important;
|
|
913
|
-
box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000 !important;
|
|
914
|
-
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow) !important;
|
|
1034
|
+
.dark\:before\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *):before {
|
|
1035
|
+
content: var(--univer-tw-content);
|
|
1036
|
+
background-color: var(--univer-gray-900) !important;
|
|
915
1037
|
}
|
|
916
1038
|
|
|
917
1039
|
.dark\:after\:\!univer-border-gray-600:where(.univer-dark, .univer-dark *):after {
|
|
@@ -919,10 +1041,6 @@
|
|
|
919
1041
|
border-color: var(--univer-gray-600) !important;
|
|
920
1042
|
}
|
|
921
1043
|
|
|
922
|
-
.dark\:hover\:\!univer-bg-\[rgba\(243\,244\,246\,0\.4\)\]:hover:where(.univer-dark, .univer-dark *) {
|
|
923
|
-
background-color: #f3f4f666 !important;
|
|
924
|
-
}
|
|
925
|
-
|
|
926
1044
|
.dark\:hover\:\!univer-bg-gray-600:hover:where(.univer-dark, .univer-dark *) {
|
|
927
1045
|
background-color: var(--univer-gray-600) !important;
|
|
928
1046
|
}
|
|
@@ -931,6 +1049,14 @@
|
|
|
931
1049
|
background-color: var(--univer-gray-700) !important;
|
|
932
1050
|
}
|
|
933
1051
|
|
|
1052
|
+
.dark\:hover\:\!univer-bg-primary-800:hover:where(.univer-dark, .univer-dark *) {
|
|
1053
|
+
background-color: var(--univer-primary-800) !important;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
.dark\:hover\:\!univer-text-primary-100:hover:where(.univer-dark, .univer-dark *) {
|
|
1057
|
+
color: var(--univer-primary-100) !important;
|
|
1058
|
+
}
|
|
1059
|
+
|
|
934
1060
|
.\[\&\:\:-webkit-scrollbar\]\:univer-hidden::-webkit-scrollbar {
|
|
935
1061
|
display: none;
|
|
936
1062
|
}
|