@univerjs/sheets-ui 1.0.0-alpha.2 → 1.0.0-alpha.4
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/facade.js +47 -37
- package/lib/cjs/index.js +8906 -7574
- package/lib/cjs/locale/ar-SA.js +9 -1
- package/lib/cjs/locale/ca-ES.js +9 -1
- package/lib/cjs/locale/de-DE.js +9 -1
- package/lib/cjs/locale/en-US.js +9 -1
- package/lib/cjs/locale/es-ES.js +10 -2
- package/lib/cjs/locale/fa-IR.js +9 -1
- package/lib/cjs/locale/fr-FR.js +9 -1
- package/lib/cjs/locale/id-ID.js +9 -1
- package/lib/cjs/locale/it-IT.js +9 -1
- package/lib/cjs/locale/ja-JP.js +9 -1
- package/lib/cjs/locale/ko-KR.js +9 -1
- package/lib/cjs/locale/pl-PL.js +9 -1
- package/lib/cjs/locale/pt-BR.js +9 -1
- package/lib/cjs/locale/ru-RU.js +9 -1
- package/lib/cjs/locale/sk-SK.js +9 -1
- package/lib/cjs/locale/vi-VN.js +9 -1
- package/lib/cjs/locale/zh-CN.js +9 -1
- package/lib/cjs/locale/zh-HK.js +9 -1
- package/lib/cjs/locale/zh-TW.js +9 -1
- package/lib/es/facade.js +47 -37
- package/lib/es/index.js +8894 -7559
- package/lib/es/locale/ar-SA.js +9 -1
- package/lib/es/locale/ca-ES.js +9 -1
- package/lib/es/locale/de-DE.js +9 -1
- package/lib/es/locale/en-US.js +9 -1
- package/lib/es/locale/es-ES.js +10 -2
- package/lib/es/locale/fa-IR.js +9 -1
- package/lib/es/locale/fr-FR.js +9 -1
- package/lib/es/locale/id-ID.js +9 -1
- package/lib/es/locale/it-IT.js +9 -1
- package/lib/es/locale/ja-JP.js +9 -1
- package/lib/es/locale/ko-KR.js +9 -1
- package/lib/es/locale/pl-PL.js +9 -1
- package/lib/es/locale/pt-BR.js +9 -1
- package/lib/es/locale/ru-RU.js +9 -1
- package/lib/es/locale/sk-SK.js +9 -1
- package/lib/es/locale/vi-VN.js +9 -1
- package/lib/es/locale/zh-CN.js +9 -1
- package/lib/es/locale/zh-HK.js +9 -1
- package/lib/es/locale/zh-TW.js +9 -1
- package/lib/facade.js +47 -37
- package/lib/index.css +49 -0
- package/lib/index.js +8894 -7559
- package/lib/locale/ar-SA.js +9 -1
- package/lib/locale/ca-ES.js +9 -1
- package/lib/locale/de-DE.js +9 -1
- package/lib/locale/en-US.js +9 -1
- package/lib/locale/es-ES.js +10 -2
- package/lib/locale/fa-IR.js +9 -1
- package/lib/locale/fr-FR.js +9 -1
- package/lib/locale/id-ID.js +9 -1
- package/lib/locale/it-IT.js +9 -1
- package/lib/locale/ja-JP.js +9 -1
- package/lib/locale/ko-KR.js +9 -1
- package/lib/locale/pl-PL.js +9 -1
- package/lib/locale/pt-BR.js +9 -1
- package/lib/locale/ru-RU.js +9 -1
- package/lib/locale/sk-SK.js +9 -1
- package/lib/locale/vi-VN.js +9 -1
- package/lib/locale/zh-CN.js +9 -1
- package/lib/locale/zh-HK.js +9 -1
- package/lib/locale/zh-TW.js +9 -1
- package/lib/types/commands/commands/set-scroll.command.d.ts +3 -0
- package/lib/types/{controllers/cell-alert.controller.d.ts → commands/commands/set-zoom-ratio-from-toolbar.command.d.ts} +4 -8
- package/lib/types/controllers/editor/editing.render-controller.d.ts +1 -0
- package/lib/types/controllers/editor/formula-editor.controller.d.ts +1 -0
- package/lib/types/controllers/permission/sheet-permission-render.controller.d.ts +1 -9
- package/lib/types/controllers/render-controllers/contextmenu.render-controller.d.ts +7 -2
- package/lib/types/controllers/render-controllers/editor-bridge.render-controller.d.ts +7 -1
- package/lib/types/controllers/render-controllers/header-unhide.render-controller.d.ts +0 -1
- package/lib/types/embed-tab-anchor.d.ts +23 -0
- package/lib/types/facade/f-univer.d.ts +1 -0
- package/lib/types/index.d.ts +17 -3
- package/lib/types/locale/en-US.d.ts +9 -1
- package/lib/types/menu/frozen.menu.d.ts +2 -0
- package/lib/types/menu/fullscreen.menu.d.ts +19 -0
- package/lib/types/menu/menu.d.ts +1 -0
- package/lib/types/menu/text-to-number.menu.d.ts +0 -2
- package/lib/types/menu/zoom.menu.d.ts +20 -0
- package/lib/types/services/canvas-pop-manager.service.d.ts +9 -0
- package/lib/types/services/cell-dropdown-manager.service.d.ts +1 -3
- package/lib/types/services/cell-popup-manager.service.d.ts +1 -0
- package/lib/types/services/editor/cell-editor-resize.service.d.ts +4 -1
- package/lib/types/services/editor-bridge.service.d.ts +2 -0
- package/lib/types/services/print-interceptor.service.d.ts +8 -0
- package/lib/types/services/selection/base-selection-render.service.d.ts +1 -0
- package/lib/types/services/sheet-embed-integration.service.d.ts +126 -0
- package/lib/types/services/sheet-embed-runtime.service.d.ts +26 -0
- package/lib/types/services/sheet-host-chrome-override.service.d.ts +25 -0
- package/lib/types/services/sheet-loading-render.service.d.ts +65 -0
- package/lib/types/services/sheet-skeleton-manager.service.d.ts +2 -0
- package/lib/types/views/CellPopup.d.ts +2 -2
- package/lib/types/views/border-panel/interface.d.ts +63 -2
- package/lib/types/views/defined-name/DefinedNameInput.d.ts +1 -1
- package/lib/types/views/dropdown/CascaderDropdown.d.ts +2 -2
- package/lib/types/views/dropdown/ColorDropdown.d.ts +2 -2
- package/lib/types/views/dropdown/DateDropdown.d.ts +2 -2
- package/lib/types/views/dropdown/ListDropDown.d.ts +2 -2
- package/lib/types/views/editor-container/EditorContainer.d.ts +7 -5
- package/lib/types/{menu/mobile-menu.d.ts → views/editor-container/EditorContainer.spec.d.ts} +1 -1
- package/lib/types/views/editor-container/focus-editor.d.ts +25 -0
- package/lib/types/views/hook.d.ts +4 -0
- package/lib/types/views/sheet-bar/sheet-bar-tabs/SheetBarItem.d.ts +2 -1
- package/lib/types/views/sheet-bar/sheet-bar-tabs/utils/sheet-tab-drag-sort.d.ts +1 -0
- package/lib/types/views/sheet-bar/sheet-bar-tabs/utils/slide-tab-bar.d.ts +2 -1
- package/lib/types/views/sheet-slider/SheetZoomInput.d.ts +18 -0
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +12 -12
- 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 +16 -16
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -43,13 +43,14 @@ const locale = { "sheets-ui": {
|
|
|
43
43
|
main: "Ngắt dòng văn bản",
|
|
44
44
|
right: "Chọn kiểu ngắt"
|
|
45
45
|
},
|
|
46
|
+
shrinkToFit: "Thu nhỏ để vừa",
|
|
46
47
|
textRotateMode: {
|
|
47
48
|
main: "Xoay văn bản",
|
|
48
49
|
right: "Chọn kiểu xoay"
|
|
49
50
|
},
|
|
50
51
|
more: "Thêm",
|
|
51
52
|
toggleGridlines: "Chuyển đổi đường lưới",
|
|
52
|
-
|
|
53
|
+
fullscreen: "Toàn màn hình"
|
|
53
54
|
},
|
|
54
55
|
align: {
|
|
55
56
|
left: "Căn trái",
|
|
@@ -79,6 +80,11 @@ const locale = { "sheets-ui": {
|
|
|
79
80
|
borderInside: "Bên trong",
|
|
80
81
|
borderHorizontal: "Đường ngang bên trong",
|
|
81
82
|
borderVertical: "Đường dọc bên trong",
|
|
83
|
+
borderTlbr: "Đường viền chéo xuống",
|
|
84
|
+
borderTlbcTlmr: "Đường viền chéo xuống kép",
|
|
85
|
+
borderTlbrTlbcTlmr: "Đường viền chéo xuống ba",
|
|
86
|
+
borderBlTr: "Đường viền chéo lên",
|
|
87
|
+
borderMltrBctr: "Đường viền chéo lên kép",
|
|
82
88
|
borderColor: "Màu viền",
|
|
83
89
|
borderSize: "Độ dày viền",
|
|
84
90
|
borderType: "Loại đường viền"
|
|
@@ -113,6 +119,7 @@ const locale = { "sheets-ui": {
|
|
|
113
119
|
rotationDown: "Xoay xuống"
|
|
114
120
|
},
|
|
115
121
|
sheetConfig: {
|
|
122
|
+
sheetTabs: "Thẻ trang tính",
|
|
116
123
|
delete: "Xóa",
|
|
117
124
|
copy: "Sao chép",
|
|
118
125
|
rename: "Đổi tên",
|
|
@@ -389,6 +396,7 @@ const locale = { "sheets-ui": {
|
|
|
389
396
|
EditExtraObject: "Chỉnh sửa đối tượng khác"
|
|
390
397
|
},
|
|
391
398
|
dialog: {
|
|
399
|
+
emptyList: "Danh sách người dùng trống",
|
|
392
400
|
allowUserToEdit: "Cho phép người dùng chỉnh sửa",
|
|
393
401
|
allowedPermissionType: "Loại quyền hạn cho phép",
|
|
394
402
|
setCellValue: "Thiết lập giá trị ô",
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -43,13 +43,14 @@ const locale = { "sheets-ui": {
|
|
|
43
43
|
main: "文本换行",
|
|
44
44
|
right: "换行方式"
|
|
45
45
|
},
|
|
46
|
+
shrinkToFit: "缩小字体填充",
|
|
46
47
|
textRotateMode: {
|
|
47
48
|
main: "文本旋转",
|
|
48
49
|
right: "旋转方式"
|
|
49
50
|
},
|
|
50
51
|
more: "更多",
|
|
51
52
|
toggleGridlines: "切换网格线",
|
|
52
|
-
|
|
53
|
+
fullscreen: "全屏"
|
|
53
54
|
},
|
|
54
55
|
align: {
|
|
55
56
|
left: "左对齐",
|
|
@@ -79,6 +80,11 @@ const locale = { "sheets-ui": {
|
|
|
79
80
|
borderInside: "内侧",
|
|
80
81
|
borderHorizontal: "内侧横线",
|
|
81
82
|
borderVertical: "内侧竖线",
|
|
83
|
+
borderTlbr: "右下斜线",
|
|
84
|
+
borderTlbcTlmr: "右下双斜线",
|
|
85
|
+
borderTlbrTlbcTlmr: "右下三斜线",
|
|
86
|
+
borderBlTr: "右上斜线",
|
|
87
|
+
borderMltrBctr: "右上双斜线",
|
|
82
88
|
borderColor: "边框颜色",
|
|
83
89
|
borderSize: "边框粗细",
|
|
84
90
|
borderType: "边框线类型"
|
|
@@ -113,6 +119,7 @@ const locale = { "sheets-ui": {
|
|
|
113
119
|
rotationDown: "向下90°"
|
|
114
120
|
},
|
|
115
121
|
sheetConfig: {
|
|
122
|
+
sheetTabs: "工作表标签页",
|
|
116
123
|
delete: "删除",
|
|
117
124
|
copy: "复制",
|
|
118
125
|
rename: "重命名",
|
|
@@ -389,6 +396,7 @@ const locale = { "sheets-ui": {
|
|
|
389
396
|
EditExtraObject: "编辑其他对象"
|
|
390
397
|
},
|
|
391
398
|
dialog: {
|
|
399
|
+
emptyList: "用户列表为空",
|
|
392
400
|
allowUserToEdit: "允许用户编辑",
|
|
393
401
|
allowedPermissionType: "允许权限类型",
|
|
394
402
|
setCellValue: "设置单元格值",
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -43,13 +43,14 @@ const locale = { "sheets-ui": {
|
|
|
43
43
|
main: "自動換行",
|
|
44
44
|
right: "換行方式"
|
|
45
45
|
},
|
|
46
|
+
shrinkToFit: "縮小字型填滿",
|
|
46
47
|
textRotateMode: {
|
|
47
48
|
main: "文字旋轉",
|
|
48
49
|
right: "旋轉方式"
|
|
49
50
|
},
|
|
50
51
|
more: "更多",
|
|
51
52
|
toggleGridlines: "切換網格線",
|
|
52
|
-
|
|
53
|
+
fullscreen: "全螢幕"
|
|
53
54
|
},
|
|
54
55
|
align: {
|
|
55
56
|
left: "靠左對齊",
|
|
@@ -79,6 +80,11 @@ const locale = { "sheets-ui": {
|
|
|
79
80
|
borderInside: "內側",
|
|
80
81
|
borderHorizontal: "內側水平框線",
|
|
81
82
|
borderVertical: "內側垂直框線",
|
|
83
|
+
borderTlbr: "右下斜線",
|
|
84
|
+
borderTlbcTlmr: "右下雙斜線",
|
|
85
|
+
borderTlbrTlbcTlmr: "右下三斜線",
|
|
86
|
+
borderBlTr: "右上斜線",
|
|
87
|
+
borderMltrBctr: "右上雙斜線",
|
|
82
88
|
borderColor: "邊框顏色",
|
|
83
89
|
borderSize: "邊框粗細",
|
|
84
90
|
borderType: "邊框線類型"
|
|
@@ -113,6 +119,7 @@ const locale = { "sheets-ui": {
|
|
|
113
119
|
rotationDown: "向下90°"
|
|
114
120
|
},
|
|
115
121
|
sheetConfig: {
|
|
122
|
+
sheetTabs: "工作表分頁",
|
|
116
123
|
delete: "刪除",
|
|
117
124
|
copy: "複製",
|
|
118
125
|
rename: "重新命名",
|
|
@@ -389,6 +396,7 @@ const locale = { "sheets-ui": {
|
|
|
389
396
|
EditExtraObject: "編輯其他物件"
|
|
390
397
|
},
|
|
391
398
|
dialog: {
|
|
399
|
+
emptyList: "使用者清單為空",
|
|
392
400
|
allowUserToEdit: "允許使用者編輯",
|
|
393
401
|
allowedPermissionType: "允許權限類型",
|
|
394
402
|
setCellValue: "設定儲存格值",
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -43,13 +43,14 @@ const locale = { "sheets-ui": {
|
|
|
43
43
|
main: "自動換行",
|
|
44
44
|
right: "換行方式"
|
|
45
45
|
},
|
|
46
|
+
shrinkToFit: "縮小字型填滿",
|
|
46
47
|
textRotateMode: {
|
|
47
48
|
main: "文字旋轉",
|
|
48
49
|
right: "旋轉方式"
|
|
49
50
|
},
|
|
50
51
|
more: "更多",
|
|
51
52
|
toggleGridlines: "切換網格線",
|
|
52
|
-
|
|
53
|
+
fullscreen: "全螢幕"
|
|
53
54
|
},
|
|
54
55
|
align: {
|
|
55
56
|
left: "靠左對齊",
|
|
@@ -79,6 +80,11 @@ const locale = { "sheets-ui": {
|
|
|
79
80
|
borderInside: "內側",
|
|
80
81
|
borderHorizontal: "內側水平框線",
|
|
81
82
|
borderVertical: "內側垂直框線",
|
|
83
|
+
borderTlbr: "右下斜線",
|
|
84
|
+
borderTlbcTlmr: "右下雙斜線",
|
|
85
|
+
borderTlbrTlbcTlmr: "右下三斜線",
|
|
86
|
+
borderBlTr: "右上斜線",
|
|
87
|
+
borderMltrBctr: "右上雙斜線",
|
|
82
88
|
borderColor: "邊框顏色",
|
|
83
89
|
borderSize: "邊框粗細",
|
|
84
90
|
borderType: "邊框線類型"
|
|
@@ -113,6 +119,7 @@ const locale = { "sheets-ui": {
|
|
|
113
119
|
rotationDown: "向下90°"
|
|
114
120
|
},
|
|
115
121
|
sheetConfig: {
|
|
122
|
+
sheetTabs: "工作表分頁",
|
|
116
123
|
delete: "刪除",
|
|
117
124
|
copy: "複製",
|
|
118
125
|
rename: "重新命名",
|
|
@@ -389,6 +396,7 @@ const locale = { "sheets-ui": {
|
|
|
389
396
|
EditExtraObject: "編輯其他物件"
|
|
390
397
|
},
|
|
391
398
|
dialog: {
|
|
399
|
+
emptyList: "使用者清單為空",
|
|
392
400
|
allowUserToEdit: "允許使用者編輯",
|
|
393
401
|
allowedPermissionType: "允許權限類型",
|
|
394
402
|
setCellValue: "設定儲存格值",
|
package/lib/facade.js
CHANGED
|
@@ -448,7 +448,7 @@ var FUniverSheetsUIMixin = class extends FUniver {
|
|
|
448
448
|
if (!workbook) return;
|
|
449
449
|
combined$Disposable.dispose();
|
|
450
450
|
const scrollManagerService = sheetRenderUnit.with(SheetScrollManagerService);
|
|
451
|
-
const selectionService =
|
|
451
|
+
const selectionService = this._tryGetRenderDependency(sheetRenderUnit, SheetsSelectionsService);
|
|
452
452
|
combined$Disposable.add(this.registerEventHandler(this.Event.Scroll, () => scrollManagerService.validViewportScrollInfo$.subscribe((params) => {
|
|
453
453
|
if (!params) return;
|
|
454
454
|
const eventParams = {
|
|
@@ -458,46 +458,56 @@ var FUniverSheetsUIMixin = class extends FUniver {
|
|
|
458
458
|
};
|
|
459
459
|
this.fireEvent(this.Event.Scroll, eventParams);
|
|
460
460
|
})));
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
461
|
+
if (selectionService) {
|
|
462
|
+
combined$Disposable.add(this.registerEventHandler(this.Event.SelectionMoveStart, () => selectionService.selectionMoveStart$.subscribe((selections) => {
|
|
463
|
+
var _selections$map;
|
|
464
|
+
const eventParams = {
|
|
465
|
+
workbook,
|
|
466
|
+
worksheet: workbook.getActiveSheet(),
|
|
467
|
+
selections: (_selections$map = selections === null || selections === void 0 ? void 0 : selections.map((s) => s.range)) !== null && _selections$map !== void 0 ? _selections$map : []
|
|
468
|
+
};
|
|
469
|
+
this.fireEvent(this.Event.SelectionMoveStart, eventParams);
|
|
470
|
+
})));
|
|
471
|
+
combined$Disposable.add(this.registerEventHandler(this.Event.SelectionMoving, () => selectionService.selectionMoving$.subscribe((selections) => {
|
|
472
|
+
var _selections$map2;
|
|
473
|
+
const eventParams = {
|
|
474
|
+
workbook,
|
|
475
|
+
worksheet: workbook.getActiveSheet(),
|
|
476
|
+
selections: (_selections$map2 = selections === null || selections === void 0 ? void 0 : selections.map((s) => s.range)) !== null && _selections$map2 !== void 0 ? _selections$map2 : []
|
|
477
|
+
};
|
|
478
|
+
this.fireEvent(this.Event.SelectionMoving, eventParams);
|
|
479
|
+
})));
|
|
480
|
+
combined$Disposable.add(this.registerEventHandler(this.Event.SelectionMoveEnd, () => selectionService.selectionMoveEnd$.subscribe((selections) => {
|
|
481
|
+
var _selections$map3;
|
|
482
|
+
const eventParams = {
|
|
483
|
+
workbook,
|
|
484
|
+
worksheet: workbook.getActiveSheet(),
|
|
485
|
+
selections: (_selections$map3 = selections === null || selections === void 0 ? void 0 : selections.map((s) => s.range)) !== null && _selections$map3 !== void 0 ? _selections$map3 : []
|
|
486
|
+
};
|
|
487
|
+
this.fireEvent(this.Event.SelectionMoveEnd, eventParams);
|
|
488
|
+
})));
|
|
489
|
+
combined$Disposable.add(this.registerEventHandler(this.Event.SelectionChanged, () => selectionService.selectionChanged$.subscribe((selections) => {
|
|
490
|
+
var _selections$map4;
|
|
491
|
+
const eventParams = {
|
|
492
|
+
workbook,
|
|
493
|
+
worksheet: workbook.getActiveSheet(),
|
|
494
|
+
selections: (_selections$map4 = selections === null || selections === void 0 ? void 0 : selections.map((s) => s.range)) !== null && _selections$map4 !== void 0 ? _selections$map4 : []
|
|
495
|
+
};
|
|
496
|
+
this.fireEvent(this.Event.SelectionChanged, eventParams);
|
|
497
|
+
})));
|
|
498
|
+
}
|
|
497
499
|
sheetRenderUnit = null;
|
|
498
500
|
this.disposeWithMe(combined$Disposable);
|
|
499
501
|
}));
|
|
500
502
|
}
|
|
503
|
+
_tryGetRenderDependency(render, dependency) {
|
|
504
|
+
try {
|
|
505
|
+
return render.with(dependency);
|
|
506
|
+
} catch (error) {
|
|
507
|
+
if (error instanceof Error && (error.message.includes("DependencyNotFoundError") || error.message.includes("Cannot find"))) return null;
|
|
508
|
+
throw error;
|
|
509
|
+
}
|
|
510
|
+
}
|
|
501
511
|
/**
|
|
502
512
|
* @ignore
|
|
503
513
|
*/
|
package/lib/index.css
CHANGED
|
@@ -33,6 +33,10 @@
|
|
|
33
33
|
top: -.125rem;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
+
.univer-bottom-0 {
|
|
37
|
+
bottom: 0;
|
|
38
|
+
}
|
|
39
|
+
|
|
36
40
|
.univer-left-0 {
|
|
37
41
|
left: 0;
|
|
38
42
|
}
|
|
@@ -41,6 +45,10 @@
|
|
|
41
45
|
left: .25rem;
|
|
42
46
|
}
|
|
43
47
|
|
|
48
|
+
.univer-left-1\/2 {
|
|
49
|
+
left: 50%;
|
|
50
|
+
}
|
|
51
|
+
|
|
44
52
|
.univer-left-3 {
|
|
45
53
|
left: .75rem;
|
|
46
54
|
}
|
|
@@ -69,6 +77,10 @@
|
|
|
69
77
|
z-index: 10;
|
|
70
78
|
}
|
|
71
79
|
|
|
80
|
+
.univer-z-40 {
|
|
81
|
+
z-index: 40;
|
|
82
|
+
}
|
|
83
|
+
|
|
72
84
|
.univer-z-\[1001\] {
|
|
73
85
|
z-index: 1001;
|
|
74
86
|
}
|
|
@@ -418,6 +430,12 @@
|
|
|
418
430
|
flex-basis: 0;
|
|
419
431
|
}
|
|
420
432
|
|
|
433
|
+
.-univer-translate-x-1\/2 {
|
|
434
|
+
--univer-tw-translate-x: -50%;
|
|
435
|
+
transform: translate(-50%, var(--univer-tw-translate-y)) rotate(var(--univer-tw-rotate)) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
|
|
436
|
+
transform: translate(var(--univer-tw-translate-x), var(--univer-tw-translate-y)) rotate(var(--univer-tw-rotate)) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
|
|
437
|
+
}
|
|
438
|
+
|
|
421
439
|
.-univer-translate-y-1\/2 {
|
|
422
440
|
--univer-tw-translate-y: -50%;
|
|
423
441
|
transform: translate(var(--univer-tw-translate-x), -50%) rotate(var(--univer-tw-rotate)) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
|
|
@@ -430,6 +448,16 @@
|
|
|
430
448
|
transform: translate(var(--univer-tw-translate-x), var(--univer-tw-translate-y)) rotate(var(--univer-tw-rotate)) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
|
|
431
449
|
}
|
|
432
450
|
|
|
451
|
+
@keyframes univer-pulse {
|
|
452
|
+
50% {
|
|
453
|
+
opacity: .5;
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.univer-animate-pulse {
|
|
458
|
+
animation: 2s cubic-bezier(.4, 0, .6, 1) infinite univer-pulse;
|
|
459
|
+
}
|
|
460
|
+
|
|
433
461
|
@keyframes univer-spin {
|
|
434
462
|
to {
|
|
435
463
|
transform: rotate(360deg);
|
|
@@ -630,6 +658,10 @@
|
|
|
630
658
|
border-bottom-width: 1px;
|
|
631
659
|
}
|
|
632
660
|
|
|
661
|
+
.univer-border-r {
|
|
662
|
+
border-right-width: 1px;
|
|
663
|
+
}
|
|
664
|
+
|
|
633
665
|
.univer-border-solid {
|
|
634
666
|
border-style: solid;
|
|
635
667
|
}
|
|
@@ -674,6 +706,10 @@
|
|
|
674
706
|
background-color: var(--univer-gray-900) !important;
|
|
675
707
|
}
|
|
676
708
|
|
|
709
|
+
.\!univer-bg-transparent {
|
|
710
|
+
background-color: #0000 !important;
|
|
711
|
+
}
|
|
712
|
+
|
|
677
713
|
.univer-bg-blue-500 {
|
|
678
714
|
background-color: var(--univer-blue-500);
|
|
679
715
|
}
|
|
@@ -690,6 +726,10 @@
|
|
|
690
726
|
background-color: var(--univer-gray-200);
|
|
691
727
|
}
|
|
692
728
|
|
|
729
|
+
.univer-bg-gray-50 {
|
|
730
|
+
background-color: var(--univer-gray-50);
|
|
731
|
+
}
|
|
732
|
+
|
|
693
733
|
.univer-bg-transparent {
|
|
694
734
|
background-color: #0000;
|
|
695
735
|
}
|
|
@@ -947,6 +987,11 @@
|
|
|
947
987
|
color: rgba(225, 29, 72, var(--univer-tw-text-opacity, 1));
|
|
948
988
|
}
|
|
949
989
|
|
|
990
|
+
.univer-text-violet-500 {
|
|
991
|
+
--univer-tw-text-opacity: 1;
|
|
992
|
+
color: rgba(139, 92, 246, var(--univer-tw-text-opacity, 1));
|
|
993
|
+
}
|
|
994
|
+
|
|
950
995
|
.univer-text-white {
|
|
951
996
|
color: var(--univer-white);
|
|
952
997
|
}
|
|
@@ -1186,6 +1231,10 @@
|
|
|
1186
1231
|
background-color: var(--univer-gray-900) !important;
|
|
1187
1232
|
}
|
|
1188
1233
|
|
|
1234
|
+
.dark\:\!univer-bg-transparent:where(.univer-dark, .univer-dark *) {
|
|
1235
|
+
background-color: #0000 !important;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1189
1238
|
.dark\:\!univer-from-gray-800:where(.univer-dark, .univer-dark *) {
|
|
1190
1239
|
--univer-tw-gradient-from: var(--univer-gray-800) var(--univer-tw-gradient-from-position) !important;
|
|
1191
1240
|
--univer-tw-gradient-to: #fff0 var(--univer-tw-gradient-to-position) !important;
|