@univerjs/ui 0.5.0 → 0.5.1
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 -15
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/es/index.js +4504 -4488
- package/lib/es/locale/fr-FR.js +64 -0
- package/lib/index.css +1 -1
- package/lib/types/components/hooks/observable.d.ts +9 -7
- package/lib/types/controllers/config.schema.d.ts +1 -1
- package/lib/types/index.d.ts +4 -3
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/umd/index.js +15 -15
- package/lib/umd/locale/fr-FR.js +1 -0
- package/package.json +12 -10
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverUiFrFR=n())})(this,function(){"use strict";return{ribbon:{start:"Démarrer",insert:"Insérer",formulas:"Formules",data:"Données",view:"Vue",others:"Autres",more:"Plus"},fontFamily:{TimesNewRoman:"Times New Roman",Arial:"Arial",Tahoma:"Tahoma",Verdana:"Verdana",MicrosoftYaHei:"Microsoft YaHei",SimSun:"SimSun",SimHei:"SimHei",Kaiti:"Kaiti",FangSong:"FangSong",NSimSun:"NSimSun",STXinwei:"STXinwei",STXingkai:"STXingkai",STLiti:"STLiti",HanaleiFill:"HanaleiFill",Anton:"Anton",Pacifico:"Pacifico"},"shortcut-panel":{title:"Raccourcis"},shortcut:{undo:"Annuler",redo:"Refaire",cut:"Couper",copy:"Copier",paste:"Coller","shortcut-panel":"Basculer le panneau de raccourcis"},"common-edit":"Raccourcis d'édition courants","toggle-shortcut-panel":"Basculer le panneau de raccourcis",clipboard:{authentication:{title:"Permission refusée",content:"Veuillez autoriser Univer à accéder à votre presse-papiers."}},textEditor:{formulaError:"Veuillez entrer une formule valide, telle que =SOMME(A1)",rangeError:"Veuillez entrer une plage valide, telle que A1:B10"},rangeSelector:{title:"Sélectionner une plage de données",addAnotherRange:"Ajouter une plage",buttonTooltip:"Sélectionner une plage de données",placeHolder:"Sélectionner une plage ou entrer.",confirm:"Confirmer",cancel:"Annuler"},"global-shortcut":"Raccourci global"}});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/ui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "UniverSheet normal plugin UI manager",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"rxjs": ">=7.0.0"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@univerjs/icons": "^0.2.
|
|
63
|
+
"@univerjs/icons": "^0.2.8",
|
|
64
64
|
"clsx": "^2.1.1",
|
|
65
65
|
"localforage": "^1.10.0",
|
|
66
66
|
"rc-notification": "^5.6.2",
|
|
67
67
|
"rc-util": "^5.43.0",
|
|
68
|
-
"@univerjs/
|
|
69
|
-
"@univerjs/
|
|
70
|
-
"@univerjs/
|
|
68
|
+
"@univerjs/core": "0.5.1",
|
|
69
|
+
"@univerjs/design": "0.5.1",
|
|
70
|
+
"@univerjs/engine-render": "0.5.1"
|
|
71
71
|
},
|
|
72
72
|
"optionalDependencies": {
|
|
73
73
|
"vue": ">=3.0.0"
|
|
@@ -76,15 +76,17 @@
|
|
|
76
76
|
"@testing-library/react": "^16.0.1",
|
|
77
77
|
"@testing-library/react-hooks": "^8.0.1",
|
|
78
78
|
"@types/react-transition-group": "^4.4.11",
|
|
79
|
-
"less": "^4.2.
|
|
79
|
+
"less": "^4.2.1",
|
|
80
|
+
"postcss": "^8.4.49",
|
|
80
81
|
"react": "18.3.1",
|
|
81
82
|
"react-dom": "18.3.1",
|
|
82
83
|
"rxjs": "^7.8.1",
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
84
|
+
"tailwindcss": "^3.4.15",
|
|
85
|
+
"typescript": "^5.7.2",
|
|
86
|
+
"vite": "^6.0.1",
|
|
87
|
+
"vitest": "^2.1.6",
|
|
86
88
|
"vue": "^3.5.12",
|
|
87
|
-
"@univerjs-infra/shared": "0.5.
|
|
89
|
+
"@univerjs-infra/shared": "0.5.1"
|
|
88
90
|
},
|
|
89
91
|
"space": {
|
|
90
92
|
".": {
|