@univerjs/preset-docs-hyper-link 0.10.14 → 0.11.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,5 +1,5 @@
1
1
  // @univerjs/docs-hyper-link-ui/locale/ru-RU
2
- (function(e,o){typeof exports=="object"&&typeof module<"u"?module.exports=o():typeof define=="function"&&define.amd?define(o):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverDocsHyperLinkUiRuRU=o())})(this,(function(){"use strict";return{docLink:{edit:{confirm:"Подтвердить",cancel:"Отменить",title:"Ссылка",address:"Cсылки",label:"Текст",labelError:"Введите текст ссылки",placeholder:"Пожалуйста, введите ссылку",addressError:"Пожалуйста, введите корректную ссылку"},info:{copy:"Копировать",edit:"Редактировать",cancel:"Отменить ссылку",coped:"Ссылка скопирована в буфер обмена"},menu:{tooltip:"Добавить ссылку"}}}}));
2
+ (function(e,o){typeof exports=="object"&&typeof module<"u"?module.exports=o():typeof define=="function"&&define.amd?define(o):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverDocsHyperLinkUiRuRU=o())})(this,(function(){"use strict";return{docLink:{edit:{confirm:"Подтвердить",cancel:"Отменить",title:"Ссылка",address:"Ссылка",label:"Текст",labelError:"Введите текст ссылки",placeholder:"Пожалуйста, введите ссылку",addressError:"Пожалуйста, введите корректную ссылку"},info:{copy:"Копировать",edit:"Редактировать",cancel:"Отменить ссылку",coped:"Ссылка скопирована в буфер обмена"},menu:{tooltip:"Добавить ссылку"}}}}));
3
3
 
4
4
 
5
5
  // locale/ru-RU
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-docs-hyper-link",
3
- "version": "0.10.14",
3
+ "version": "0.11.0",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -58,16 +58,16 @@
58
58
  "rxjs": ">=7.0.0"
59
59
  },
60
60
  "dependencies": {
61
- "@univerjs/docs-hyper-link": "0.10.14",
62
- "@univerjs/docs-hyper-link-ui": "0.10.14"
61
+ "@univerjs/docs-hyper-link": "0.11.0",
62
+ "@univerjs/docs-hyper-link-ui": "0.11.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@univerjs/core": "0.10.14",
65
+ "@univerjs/core": "0.11.0",
66
66
  "react": "18.3.1",
67
67
  "react-dom": "18.3.1",
68
68
  "rxjs": "7.8.2",
69
69
  "typescript": "^5.9.3",
70
- "@univerjs-infra/shared": "0.10.14"
70
+ "@univerjs-infra/shared": "0.11.0"
71
71
  },
72
72
  "scripts": {
73
73
  "prebuild:preset": "tsx prepare.ts",