@univerjs/docs-quick-insert-ui 0.11.0 → 0.12.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.
@@ -0,0 +1 @@
1
+ "use strict";const e={docQuickInsert:{menu:{numberedList:"番号付きリスト",bulletedList:"箇条書き",divider:"区切り線",text:"テキスト",table:"表",image:"画像"},group:{basics:"基本"},placeholder:"結果がありません",keywordInputPlaceholder:"キーワードを入力"}};module.exports=e;
@@ -0,0 +1,20 @@
1
+ const e = {
2
+ docQuickInsert: {
3
+ menu: {
4
+ numberedList: "番号付きリスト",
5
+ bulletedList: "箇条書き",
6
+ divider: "区切り線",
7
+ text: "テキスト",
8
+ table: "表",
9
+ image: "画像"
10
+ },
11
+ group: {
12
+ basics: "基本"
13
+ },
14
+ placeholder: "結果がありません",
15
+ keywordInputPlaceholder: "キーワードを入力"
16
+ }
17
+ };
18
+ export {
19
+ e as default
20
+ };
@@ -0,0 +1,20 @@
1
+ const e = {
2
+ docQuickInsert: {
3
+ menu: {
4
+ numberedList: "番号付きリスト",
5
+ bulletedList: "箇条書き",
6
+ divider: "区切り線",
7
+ text: "テキスト",
8
+ table: "表",
9
+ image: "画像"
10
+ },
11
+ group: {
12
+ basics: "基本"
13
+ },
14
+ placeholder: "結果がありません",
15
+ keywordInputPlaceholder: "キーワードを入力"
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 @@
1
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i():typeof define=="function"&&define.amd?define(i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverDocsQuickInsertUiJaJP=i())})(this,(function(){"use strict";return{docQuickInsert:{menu:{numberedList:"番号付きリスト",bulletedList:"箇条書き",divider:"区切り線",text:"テキスト",table:"表",image:"画像"},group:{basics:"基本"},placeholder:"結果がありません",keywordInputPlaceholder:"キーワードを入力"}}}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/docs-quick-insert-ui",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
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": "^1.0.2",
56
- "@univerjs/core": "0.11.0",
57
- "@univerjs/design": "0.11.0",
58
- "@univerjs/docs": "0.11.0",
59
- "@univerjs/docs-drawing": "0.11.0",
60
- "@univerjs/docs-ui": "0.11.0",
61
- "@univerjs/docs-drawing-ui": "0.11.0",
62
- "@univerjs/drawing": "0.11.0",
63
- "@univerjs/drawing-ui": "0.11.0",
64
- "@univerjs/engine-render": "0.11.0",
65
- "@univerjs/ui": "0.11.0"
56
+ "@univerjs/core": "0.12.0",
57
+ "@univerjs/design": "0.12.0",
58
+ "@univerjs/docs-drawing": "0.12.0",
59
+ "@univerjs/docs": "0.12.0",
60
+ "@univerjs/docs-drawing-ui": "0.12.0",
61
+ "@univerjs/docs-ui": "0.12.0",
62
+ "@univerjs/drawing": "0.12.0",
63
+ "@univerjs/drawing-ui": "0.12.0",
64
+ "@univerjs/engine-render": "0.12.0",
65
+ "@univerjs/ui": "0.12.0"
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.18",
72
72
  "typescript": "^5.9.3",
73
- "vite": "^7.1.12",
73
+ "vite": "^7.2.2",
74
74
  "vitest": "^3.2.4",
75
- "@univerjs-infra/shared": "0.11.0"
75
+ "@univerjs-infra/shared": "0.12.0"
76
76
  },
77
77
  "scripts": {
78
78
  "test": "vitest run",