@univerjs/sheets-ui 0.7.0-nightly.202505111606 → 0.7.0-nightly.202505121607
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 +15 -269
- package/lib/es/index.js +7158 -7398
- package/lib/index.css +1 -1
- package/lib/index.js +7158 -7398
- package/lib/types/components/border-panel/border-line/BorderLine.d.ts +1 -0
- package/lib/types/components/border-panel/border-line/icons/BorderDashDot.d.ts +3 -1
- package/lib/types/components/border-panel/border-line/icons/BorderDashDotDot.d.ts +3 -1
- package/lib/types/components/border-panel/border-line/icons/BorderDashed.d.ts +3 -1
- package/lib/types/components/border-panel/border-line/icons/BorderDotted.d.ts +3 -1
- package/lib/types/components/border-panel/border-line/icons/BorderHair.d.ts +3 -1
- package/lib/types/components/border-panel/border-line/icons/BorderMedium.d.ts +3 -1
- package/lib/types/components/border-panel/border-line/icons/BorderMediumDashDot.d.ts +3 -1
- package/lib/types/components/border-panel/border-line/icons/BorderMediumDashDotDot.d.ts +3 -1
- package/lib/types/components/border-panel/border-line/icons/BorderMediumDashed.d.ts +3 -1
- package/lib/types/components/border-panel/border-line/icons/BorderThick.d.ts +3 -1
- package/lib/types/components/border-panel/border-line/icons/BorderThin.d.ts +3 -1
- package/lib/umd/index.js +14 -268
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-ui",
|
|
3
|
-
"version": "0.7.0-nightly.
|
|
3
|
+
"version": "0.7.0-nightly.202505121607",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "UniverSheet normal ui-plugin-sheets",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -65,28 +65,28 @@
|
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@univerjs/icons": "^0.3.24",
|
|
68
|
-
"@univerjs/protocol": "0.1.
|
|
69
|
-
"@univerjs/core": "0.7.0-nightly.
|
|
70
|
-
"@univerjs/design": "0.7.0-nightly.
|
|
71
|
-
"@univerjs/docs": "0.7.0-nightly.
|
|
72
|
-
"@univerjs/engine-numfmt": "0.7.0-nightly.
|
|
73
|
-
"@univerjs/docs
|
|
74
|
-
"@univerjs/
|
|
75
|
-
"@univerjs/
|
|
76
|
-
"@univerjs/telemetry": "0.7.0-nightly.
|
|
77
|
-
"@univerjs/engine-render": "0.7.0-nightly.
|
|
78
|
-
"@univerjs/ui": "0.7.0-nightly.
|
|
68
|
+
"@univerjs/protocol": "0.1.46",
|
|
69
|
+
"@univerjs/core": "0.7.0-nightly.202505121607",
|
|
70
|
+
"@univerjs/design": "0.7.0-nightly.202505121607",
|
|
71
|
+
"@univerjs/docs-ui": "0.7.0-nightly.202505121607",
|
|
72
|
+
"@univerjs/engine-numfmt": "0.7.0-nightly.202505121607",
|
|
73
|
+
"@univerjs/docs": "0.7.0-nightly.202505121607",
|
|
74
|
+
"@univerjs/sheets": "0.7.0-nightly.202505121607",
|
|
75
|
+
"@univerjs/engine-formula": "0.7.0-nightly.202505121607",
|
|
76
|
+
"@univerjs/telemetry": "0.7.0-nightly.202505121607",
|
|
77
|
+
"@univerjs/engine-render": "0.7.0-nightly.202505121607",
|
|
78
|
+
"@univerjs/ui": "0.7.0-nightly.202505121607"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"postcss": "^8.5.3",
|
|
82
82
|
"react": "18.3.1",
|
|
83
|
-
"rxjs": "^7.8.
|
|
83
|
+
"rxjs": "^7.8.2",
|
|
84
84
|
"tailwindcss": "^3.4.17",
|
|
85
85
|
"typescript": "^5.8.3",
|
|
86
86
|
"vite": "^6.3.5",
|
|
87
87
|
"vitest": "^3.1.3",
|
|
88
|
-
"@univerjs
|
|
89
|
-
"@univerjs/
|
|
88
|
+
"@univerjs/themes": "0.7.0-nightly.202505121607",
|
|
89
|
+
"@univerjs-infra/shared": "0.7.0-beta.1"
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|
|
92
92
|
"test": "vitest run",
|