@univerjs/sheets-drawing-ui 0.5.2 → 0.5.3
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/index.css +1 -1
- package/package.json +15 -39
package/lib/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
.univer-upload-loading{position:absolute;height:100%;width:100%;text-align:center;background-color:rgba(var(--color-black),.5);z-index:1000;-webkit-user-select:none;-moz-user-select:none;user-select:none}.univer-upload-loading-body{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgb(var(--color-white));padding:20px 40px;display:flex;align-items:center;justify-items:center;border-radius:var(--border-radius-lg)}.univer-upload-loading-body-animation{width:30px;height:30px;border:2px solid rgb(var(--color-black));border-top-color:transparent;border-radius:100%;animation:univer-UniverCircleAnimation infinite .75s linear}.univer-upload-loading-body-text{font-size:var(--font-size-xs);color:var(--color-black);padding:10px}@keyframes univer-UniverCircleAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.univer-image-common-panel{text-align:center;padding:var(--padding-sm);font-size:var(--font-size-sm)}.univer-image-common-panel-grid{position:relative;width:100%}.univer-image-common-panel-border{border-top:1px solid rgb(var(--border-color));margin-top:20px}.univer-image-common-panel-title{color:rgb(var(--text-color-secondary));text-align:left}.univer-image-common-panel-subtitle{color:rgb(var(--text-color-primary));text-align:left}.univer-image-common-panel-row{position:relative;display:flex;justify-content:flex-start;align-items:flex-start;height:100%;margin-top:10px}.univer-image-common-panel-row-vertical{justify-content:center;align-items:center;height:36px}.univer-image-common-panel-column{width:100%}.univer-image-common-panel-column-center{display:flex;justify-content:center;align-items:center}.univer-image-common-panel-inline{display:flex;align-items:center;gap:var(--margin-xxs)}.univer-image-common-panel-span2{width:50%}.univer-image-common-panel-span3{width:33.33333333%}.univer-image-common-panel-input{width:90%}.univer-sheet-image-menu{position:absolute;height:100%;width:100%;text-align:center}.univer-sheet-image-menu-input{display:none}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-drawing-ui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -57,53 +57,29 @@
|
|
|
57
57
|
"rxjs": ">=7.0.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@univerjs/icons": "^0.2.
|
|
60
|
+
"@univerjs/icons": "^0.2.10",
|
|
61
61
|
"clsx": "^2.1.1",
|
|
62
|
-
"@univerjs/
|
|
63
|
-
"@univerjs/
|
|
64
|
-
"@univerjs/docs-drawing": "0.5.
|
|
65
|
-
"@univerjs/docs-ui": "0.5.
|
|
66
|
-
"@univerjs/drawing": "0.5.
|
|
67
|
-
"@univerjs/drawing-ui": "0.5.
|
|
68
|
-
"@univerjs/engine-render": "0.5.
|
|
69
|
-
"@univerjs/sheets
|
|
70
|
-
"@univerjs/sheets": "0.5.
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs/ui": "0.5.
|
|
62
|
+
"@univerjs/core": "0.5.3",
|
|
63
|
+
"@univerjs/design": "0.5.3",
|
|
64
|
+
"@univerjs/docs-drawing": "0.5.3",
|
|
65
|
+
"@univerjs/docs-ui": "0.5.3",
|
|
66
|
+
"@univerjs/drawing": "0.5.3",
|
|
67
|
+
"@univerjs/drawing-ui": "0.5.3",
|
|
68
|
+
"@univerjs/engine-render": "0.5.3",
|
|
69
|
+
"@univerjs/sheets": "0.5.3",
|
|
70
|
+
"@univerjs/sheets-drawing": "0.5.3",
|
|
71
|
+
"@univerjs/ui": "0.5.3",
|
|
72
|
+
"@univerjs/sheets-ui": "0.5.3"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"less": "^4.2.1",
|
|
76
76
|
"postcss": "^8.4.49",
|
|
77
77
|
"react": "18.3.1",
|
|
78
78
|
"rxjs": "^7.8.1",
|
|
79
|
-
"tailwindcss": "^3.4.16",
|
|
80
79
|
"typescript": "^5.7.2",
|
|
81
|
-
"vite": "^6.0.
|
|
80
|
+
"vite": "^6.0.6",
|
|
82
81
|
"vitest": "^2.1.8",
|
|
83
|
-
"@univerjs-infra/shared": "0.5.
|
|
84
|
-
},
|
|
85
|
-
"space": {
|
|
86
|
-
".": {
|
|
87
|
-
"import": "./lib/es/index.js",
|
|
88
|
-
"require": "./lib/cjs/index.js",
|
|
89
|
-
"types": "./lib/types/index.d.ts"
|
|
90
|
-
},
|
|
91
|
-
"./*": {
|
|
92
|
-
"import": "./lib/es/*",
|
|
93
|
-
"require": "./lib/cjs/*",
|
|
94
|
-
"types": "./lib/types/index.d.ts"
|
|
95
|
-
},
|
|
96
|
-
"./locale/*": {
|
|
97
|
-
"import": "./lib/es/locale/*.js",
|
|
98
|
-
"require": "./lib/cjs/locale/*.js",
|
|
99
|
-
"types": "./lib/types/locale/*.d.ts"
|
|
100
|
-
},
|
|
101
|
-
"./facade": {
|
|
102
|
-
"import": "./lib/es/facade.js",
|
|
103
|
-
"require": "./lib/cjs/facade.js",
|
|
104
|
-
"types": "./lib/types/facade/index.d.ts"
|
|
105
|
-
},
|
|
106
|
-
"./lib/*": "./lib/*"
|
|
82
|
+
"@univerjs-infra/shared": "0.5.3"
|
|
107
83
|
},
|
|
108
84
|
"scripts": {
|
|
109
85
|
"test": "vitest run",
|