@univerjs/docs-quick-insert-ui 0.9.2 → 0.9.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.
@@ -0,0 +1 @@
1
+ "use strict";const e={docQuickInsert:{menu:{numberedList:"Llista numerada",bulletedList:"Llista amb vinyetes",divider:"Divisor",text:"Text",table:"Taula",image:"Imatge"},group:{basics:"Bàsics"},placeholder:"No s'han trobat resultats",keywordInputPlaceholder:"Introdueix paraules clau"}};module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e={docQuickInsert:{menu:{numberedList:"Lista numerada",bulletedList:"Lista con viñetas",divider:"Divisor",text:"Texto",table:"Tabla",image:"Imagen"},group:{basics:"Básicos"},placeholder:"No se han encontrado resultados",keywordInputPlaceholder:"Introduce palabras clave"}};module.exports=e;
@@ -0,0 +1,20 @@
1
+ const e = {
2
+ docQuickInsert: {
3
+ menu: {
4
+ numberedList: "Llista numerada",
5
+ bulletedList: "Llista amb vinyetes",
6
+ divider: "Divisor",
7
+ text: "Text",
8
+ table: "Taula",
9
+ image: "Imatge"
10
+ },
11
+ group: {
12
+ basics: "Bàsics"
13
+ },
14
+ placeholder: "No s'han trobat resultats",
15
+ keywordInputPlaceholder: "Introdueix paraules clau"
16
+ }
17
+ };
18
+ export {
19
+ e as default
20
+ };
@@ -0,0 +1,20 @@
1
+ const e = {
2
+ docQuickInsert: {
3
+ menu: {
4
+ numberedList: "Lista numerada",
5
+ bulletedList: "Lista con viñetas",
6
+ divider: "Divisor",
7
+ text: "Texto",
8
+ table: "Tabla",
9
+ image: "Imagen"
10
+ },
11
+ group: {
12
+ basics: "Básicos"
13
+ },
14
+ placeholder: "No se han encontrado resultados",
15
+ keywordInputPlaceholder: "Introduce palabras clave"
16
+ }
17
+ };
18
+ export {
19
+ e as default
20
+ };
@@ -0,0 +1,20 @@
1
+ const e = {
2
+ docQuickInsert: {
3
+ menu: {
4
+ numberedList: "Llista numerada",
5
+ bulletedList: "Llista amb vinyetes",
6
+ divider: "Divisor",
7
+ text: "Text",
8
+ table: "Taula",
9
+ image: "Imatge"
10
+ },
11
+ group: {
12
+ basics: "Bàsics"
13
+ },
14
+ placeholder: "No s'han trobat resultats",
15
+ keywordInputPlaceholder: "Introdueix paraules clau"
16
+ }
17
+ };
18
+ export {
19
+ e as default
20
+ };
@@ -0,0 +1,20 @@
1
+ const e = {
2
+ docQuickInsert: {
3
+ menu: {
4
+ numberedList: "Lista numerada",
5
+ bulletedList: "Lista con viñetas",
6
+ divider: "Divisor",
7
+ text: "Texto",
8
+ table: "Tabla",
9
+ image: "Imagen"
10
+ },
11
+ group: {
12
+ basics: "Básicos"
13
+ },
14
+ placeholder: "No se han encontrado resultados",
15
+ keywordInputPlaceholder: "Introduce palabras clave"
16
+ }
17
+ };
18
+ export {
19
+ e as default
20
+ };
@@ -0,0 +1,3 @@
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1 @@
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.UniverDocsQuickInsertUiCaES=t())})(this,function(){"use strict";return{docQuickInsert:{menu:{numberedList:"Llista numerada",bulletedList:"Llista amb vinyetes",divider:"Divisor",text:"Text",table:"Taula",image:"Imatge"},group:{basics:"Bàsics"},placeholder:"No s'han trobat resultats",keywordInputPlaceholder:"Introdueix paraules clau"}}});
@@ -0,0 +1 @@
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.UniverDocsQuickInsertUiEsES=t())})(this,function(){"use strict";return{docQuickInsert:{menu:{numberedList:"Lista numerada",bulletedList:"Lista con viñetas",divider:"Divisor",text:"Texto",table:"Tabla",image:"Imagen"},group:{basics:"Básicos"},placeholder:"No se han encontrado resultados",keywordInputPlaceholder:"Introduce palabras clave"}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/docs-quick-insert-ui",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -53,16 +53,16 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@univerjs/icons": "^0.4.6",
56
- "@univerjs/core": "0.9.2",
57
- "@univerjs/design": "0.9.2",
58
- "@univerjs/docs": "0.9.2",
59
- "@univerjs/docs-drawing": "0.9.2",
60
- "@univerjs/docs-ui": "0.9.2",
61
- "@univerjs/docs-drawing-ui": "0.9.2",
62
- "@univerjs/drawing": "0.9.2",
63
- "@univerjs/drawing-ui": "0.9.2",
64
- "@univerjs/ui": "0.9.2",
65
- "@univerjs/engine-render": "0.9.2"
56
+ "@univerjs/core": "0.9.3",
57
+ "@univerjs/docs": "0.9.3",
58
+ "@univerjs/design": "0.9.3",
59
+ "@univerjs/docs-drawing": "0.9.3",
60
+ "@univerjs/docs-drawing-ui": "0.9.3",
61
+ "@univerjs/docs-ui": "0.9.3",
62
+ "@univerjs/drawing": "0.9.3",
63
+ "@univerjs/drawing-ui": "0.9.3",
64
+ "@univerjs/engine-render": "0.9.3",
65
+ "@univerjs/ui": "0.9.3"
66
66
  },
67
67
  "devDependencies": {
68
68
  "postcss": "^8.5.6",
@@ -70,9 +70,9 @@
70
70
  "rxjs": "^7.8.2",
71
71
  "tailwindcss": "3.4.17",
72
72
  "typescript": "^5.8.3",
73
- "vite": "^6.3.5",
73
+ "vite": "^7.0.5",
74
74
  "vitest": "^3.2.4",
75
- "@univerjs-infra/shared": "0.9.2"
75
+ "@univerjs-infra/shared": "0.9.3"
76
76
  },
77
77
  "scripts": {
78
78
  "test": "vitest run",