@univerjs/slides-ui 0.5.5-nightly.202501241606 → 0.6.0-alpha.0

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.
@@ -1 +1 @@
1
- (function(global,factory){typeof exports=="object"&&typeof module<"u"?module.exports=factory():typeof define=="function"&&define.amd?define(factory):(global=typeof globalThis<"u"?globalThis:global||self,global.UniverSlidesUiZhTW=factory())})(this,function(){"use strict";return{slide:{append:"Append Slide",text:{insert:{title:"Insert Text"}},shape:{insert:{title:"Insert Shape",rectangle:"Insert Rectangle"}},image:{insert:{title:"Insert Image",float:"Insert Float Image"}},popup:{edit:"Edit",delete:"Delete"},sidebar:{text:"Edit Text",shape:"Edit Shape",image:"Edit Image"},panel:{fill:{title:"Fill Color"}}}}});
1
+ (function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSlidesUiZhTW=t())})(this,function(){"use strict";return{slide:{append:"Append Slide",text:{insert:{title:"Insert Text"}},shape:{insert:{title:"Insert Shape",rectangle:"Insert Rectangle"}},image:{insert:{title:"Insert Image",float:"Insert Float Image"}},popup:{edit:"Edit",delete:"Delete"},sidebar:{text:"Edit Text",shape:"Edit Shape",image:"Edit Image"},panel:{fill:{title:"Fill Color"}}}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/slides-ui",
3
- "version": "0.5.5-nightly.202501241606",
3
+ "version": "0.6.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "Univer normal ui-plugin-slides",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -56,14 +56,14 @@
56
56
  "dependencies": {
57
57
  "@univerjs/icons": "^0.2.14",
58
58
  "clsx": "^2.1.1",
59
- "@univerjs/core": "0.5.5-nightly.202501241606",
60
- "@univerjs/drawing": "0.5.5-nightly.202501241606",
61
- "@univerjs/docs": "0.5.5-nightly.202501241606",
62
- "@univerjs/docs-ui": "0.5.5-nightly.202501241606",
63
- "@univerjs/design": "0.5.5-nightly.202501241606",
64
- "@univerjs/slides": "0.5.5-nightly.202501241606",
65
- "@univerjs/ui": "0.5.5-nightly.202501241606",
66
- "@univerjs/engine-render": "0.5.5-nightly.202501241606"
59
+ "@univerjs/docs-ui": "0.6.0-alpha.0",
60
+ "@univerjs/core": "0.6.0-alpha.0",
61
+ "@univerjs/drawing": "0.6.0-alpha.0",
62
+ "@univerjs/docs": "0.6.0-alpha.0",
63
+ "@univerjs/engine-render": "0.6.0-alpha.0",
64
+ "@univerjs/slides": "0.6.0-alpha.0",
65
+ "@univerjs/ui": "0.6.0-alpha.0",
66
+ "@univerjs/design": "0.6.0-alpha.0"
67
67
  },
68
68
  "devDependencies": {
69
69
  "less": "^4.2.1",
@@ -74,7 +74,7 @@
74
74
  "typescript": "^5.7.3",
75
75
  "vite": "^6.0.7",
76
76
  "vitest": "^2.1.8",
77
- "@univerjs-infra/shared": "0.5.5"
77
+ "@univerjs-infra/shared": "0.6.0-alpha.0"
78
78
  },
79
79
  "scripts": {
80
80
  "test": "vitest run",