@univerjs/docs-quick-insert-ui 0.23.0 → 0.24.0-insiders.20260528-29f582d

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.
Files changed (90) hide show
  1. package/lib/cjs/index.js +10 -10
  2. package/lib/cjs/locale/ar-SA.js +18 -0
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +18 -0
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +18 -0
  10. package/lib/cjs/locale/it-IT.js +18 -0
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +18 -0
  14. package/lib/cjs/locale/pt-BR.js +18 -0
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +18 -0
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +10 -10
  22. package/lib/es/locale/ar-SA.js +17 -0
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +17 -0
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +17 -0
  30. package/lib/es/locale/it-IT.js +17 -0
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +17 -0
  34. package/lib/es/locale/pt-BR.js +17 -0
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +17 -0
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +10 -10
  42. package/lib/locale/ar-SA.js +17 -0
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +17 -0
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +17 -0
  50. package/lib/locale/it-IT.js +17 -0
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +17 -0
  54. package/lib/locale/pt-BR.js +17 -0
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +17 -0
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/locale/ar-SA.d.ts +18 -0
  62. package/lib/types/locale/de-DE.d.ts +18 -0
  63. package/lib/types/locale/en-US.d.ts +1 -1
  64. package/lib/types/locale/id-ID.d.ts +18 -0
  65. package/lib/types/locale/it-IT.d.ts +18 -0
  66. package/lib/types/locale/pl-PL.d.ts +18 -0
  67. package/lib/types/locale/pt-BR.d.ts +18 -0
  68. package/lib/types/locale/zh-HK.d.ts +18 -0
  69. package/lib/umd/index.js +1 -1
  70. package/lib/umd/locale/ar-SA.js +1 -0
  71. package/lib/umd/locale/ca-ES.js +1 -1
  72. package/lib/umd/locale/de-DE.js +1 -0
  73. package/lib/umd/locale/en-US.js +1 -1
  74. package/lib/umd/locale/es-ES.js +1 -1
  75. package/lib/umd/locale/fa-IR.js +1 -1
  76. package/lib/umd/locale/fr-FR.js +1 -1
  77. package/lib/umd/locale/id-ID.js +1 -0
  78. package/lib/umd/locale/it-IT.js +1 -0
  79. package/lib/umd/locale/ja-JP.js +1 -1
  80. package/lib/umd/locale/ko-KR.js +1 -1
  81. package/lib/umd/locale/pl-PL.js +1 -0
  82. package/lib/umd/locale/pt-BR.js +1 -0
  83. package/lib/umd/locale/ru-RU.js +1 -1
  84. package/lib/umd/locale/sk-SK.js +1 -1
  85. package/lib/umd/locale/vi-VN.js +1 -1
  86. package/lib/umd/locale/zh-CN.js +1 -1
  87. package/lib/umd/locale/zh-HK.js +1 -0
  88. package/lib/umd/locale/zh-TW.js +1 -1
  89. package/package.json +13 -13
  90. package/LICENSE +0 -176
package/lib/cjs/index.js CHANGED
@@ -51,7 +51,7 @@ function measureTextWidth(text, font) {
51
51
  }
52
52
  const KeywordInputPlaceholder = ({ popup }) => {
53
53
  var _popup$extraProps$fon, _popup$extraProps, _popup$extraProps$fon2, _popup$extraProps2, _popup$extraProps$asc, _popup$extraProps3, _popup$extraProps$con, _popup$extraProps4, _popup$extraProps5, _popup$extraProps6, _popup$extraProps7;
54
- const placeholder = (0, _univerjs_ui.useDependency)(_univerjs_core.LocaleService).t("docQuickInsert.keywordInputPlaceholder");
54
+ const placeholder = (0, _univerjs_ui.useDependency)(_univerjs_core.LocaleService).t("docs-quick-insert-ui.keywordInputPlaceholder");
55
55
  const fontSizePx = (0, _univerjs_engine_render.ptToPixel)((_popup$extraProps$fon = (_popup$extraProps = popup.extraProps) === null || _popup$extraProps === void 0 ? void 0 : _popup$extraProps.fontSize) !== null && _popup$extraProps$fon !== void 0 ? _popup$extraProps$fon : DEFAULT_FONT_SIZE);
56
56
  const fontString = (_popup$extraProps$fon2 = (_popup$extraProps2 = popup.extraProps) === null || _popup$extraProps2 === void 0 ? void 0 : _popup$extraProps2.fontString) !== null && _popup$extraProps$fon2 !== void 0 ? _popup$extraProps$fon2 : `${fontSizePx}px sans-serif`;
57
57
  const ascent = (_popup$extraProps$asc = (_popup$extraProps3 = popup.extraProps) === null || _popup$extraProps3 === void 0 ? void 0 : _popup$extraProps3.ascent) !== null && _popup$extraProps$asc !== void 0 ? _popup$extraProps$asc : fontSizePx;
@@ -198,7 +198,7 @@ const QuickInsertPlaceholderComponentKey = "docs.quick.insert.placeholder";
198
198
  const QuickInsertPlaceholder = () => {
199
199
  return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
200
200
  className: "univer-flex univer-h-full univer-items-center univer-justify-center univer-rounded-lg univer-bg-white univer-px-12 univer-py-6 univer-text-gray-400 univer-shadow-lg",
201
- children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", { children: (0, _univerjs_ui.useDependency)(_univerjs_core.LocaleService).t("docQuickInsert.placeholder") })
201
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", { children: (0, _univerjs_ui.useDependency)(_univerjs_core.LocaleService).t("docs-quick-insert-ui.placeholder") })
202
202
  });
203
203
  };
204
204
  QuickInsertPlaceholder.componentKey = QuickInsertPlaceholderComponentKey;
@@ -665,13 +665,13 @@ const CloseQuickInsertPopupOperation = {
665
665
  //#region src/menu/menu.ts
666
666
  const textMenu = {
667
667
  id: "quick-insert.text.menu",
668
- title: "docQuickInsert.menu.text",
668
+ title: "docs-quick-insert-ui.menu.text",
669
669
  icon: "TextIcon",
670
670
  keywords: ["text"]
671
671
  };
672
672
  const numberedListMenu = {
673
673
  id: _univerjs_docs_ui.OrderListCommand.id,
674
- title: "docQuickInsert.menu.numberedList",
674
+ title: "docs-quick-insert-ui.menu.numberedList",
675
675
  icon: "OrderIcon",
676
676
  keywords: [
677
677
  "numbered",
@@ -681,7 +681,7 @@ const numberedListMenu = {
681
681
  };
682
682
  const bulletedListMenu = {
683
683
  id: _univerjs_docs_ui.BulletListCommand.id,
684
- title: "docQuickInsert.menu.bulletedList",
684
+ title: "docs-quick-insert-ui.menu.bulletedList",
685
685
  icon: "UnorderIcon",
686
686
  keywords: [
687
687
  "bulleted",
@@ -691,7 +691,7 @@ const bulletedListMenu = {
691
691
  };
692
692
  const dividerMenu = {
693
693
  id: _univerjs_docs_ui.HorizontalLineCommand.id,
694
- title: "docQuickInsert.menu.divider",
694
+ title: "docs-quick-insert-ui.menu.divider",
695
695
  icon: "DividerIcon",
696
696
  keywords: [
697
697
  "divider",
@@ -701,7 +701,7 @@ const dividerMenu = {
701
701
  };
702
702
  const tableMenu = {
703
703
  id: _univerjs_docs_ui.DocCreateTableOperation.id,
704
- title: "docQuickInsert.menu.table",
704
+ title: "docs-quick-insert-ui.menu.table",
705
705
  icon: "GridIcon",
706
706
  keywords: [
707
707
  "table",
@@ -711,7 +711,7 @@ const tableMenu = {
711
711
  };
712
712
  const imageMenu = {
713
713
  id: _univerjs_docs_drawing_ui.InsertDocImageCommand.id,
714
- title: "docQuickInsert.menu.image",
714
+ title: "docs-quick-insert-ui.menu.image",
715
715
  icon: "AdditionAndSubtractionIcon",
716
716
  keywords: [
717
717
  "image",
@@ -720,7 +720,7 @@ const imageMenu = {
720
720
  ]
721
721
  };
722
722
  const builtInMenus = [{
723
- title: "docQuickInsert.group.basics",
723
+ title: "docs-quick-insert-ui.group.basics",
724
724
  id: "quick.insert.group.basic",
725
725
  children: [
726
726
  textMenu,
@@ -1001,7 +1001,7 @@ DocQuickInsertUIController = __decorate([
1001
1001
  //#endregion
1002
1002
  //#region package.json
1003
1003
  var name = "@univerjs/docs-quick-insert-ui";
1004
- var version = "0.23.0";
1004
+ var version = "0.24.0-insiders.20260528-29f582d";
1005
1005
 
1006
1006
  //#endregion
1007
1007
  //#region src/config/config.ts
@@ -0,0 +1,18 @@
1
+
2
+ //#region src/locale/ar-SA.ts
3
+ const locale = { "docs-quick-insert-ui": {
4
+ menu: {
5
+ numberedList: "قائمة مرقمة",
6
+ bulletedList: "قائمة نقطية",
7
+ divider: "فاصل",
8
+ text: "نص",
9
+ table: "جدول",
10
+ image: "صورة"
11
+ },
12
+ group: { basics: "أساسيات" },
13
+ placeholder: "لم يُعثر على نتائج",
14
+ keywordInputPlaceholder: "أدخل الكلمات المفتاحية"
15
+ } };
16
+
17
+ //#endregion
18
+ module.exports = locale;
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region src/locale/ca-ES.ts
3
- const locale = { docQuickInsert: {
3
+ const locale = { "docs-quick-insert-ui": {
4
4
  menu: {
5
5
  numberedList: "Llista numerada",
6
6
  bulletedList: "Llista amb vinyetes",
@@ -0,0 +1,18 @@
1
+
2
+ //#region src/locale/de-DE.ts
3
+ const locale = { "docs-quick-insert-ui": {
4
+ menu: {
5
+ numberedList: "Nummerierte Liste",
6
+ bulletedList: "Aufzählungsliste",
7
+ divider: "Trennlinie",
8
+ text: "Text",
9
+ table: "Tabelle",
10
+ image: "Bild"
11
+ },
12
+ group: { basics: "Grundlagen" },
13
+ placeholder: "Keine Ergebnisse gefunden",
14
+ keywordInputPlaceholder: "Stichwörter eingeben"
15
+ } };
16
+
17
+ //#endregion
18
+ module.exports = locale;
@@ -15,7 +15,7 @@
15
15
  * See the License for the specific language governing permissions and
16
16
  * limitations under the License.
17
17
  */
18
- const locale = { docQuickInsert: {
18
+ const locale = { "docs-quick-insert-ui": {
19
19
  menu: {
20
20
  numberedList: "Numbered List",
21
21
  bulletedList: "Bulleted List",
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region src/locale/es-ES.ts
3
- const locale = { docQuickInsert: {
3
+ const locale = { "docs-quick-insert-ui": {
4
4
  menu: {
5
5
  numberedList: "Lista numerada",
6
6
  bulletedList: "Lista con viñetas",
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region src/locale/fa-IR.ts
3
- const locale = { docQuickInsert: {
3
+ const locale = { "docs-quick-insert-ui": {
4
4
  menu: {
5
5
  numberedList: "لیست شمارهدار",
6
6
  bulletedList: "لیست نقطهدار",
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region src/locale/fr-FR.ts
3
- const locale = { docQuickInsert: {
3
+ const locale = { "docs-quick-insert-ui": {
4
4
  menu: {
5
5
  numberedList: "Liste numérotée",
6
6
  bulletedList: "Liste à puces",
@@ -0,0 +1,18 @@
1
+
2
+ //#region src/locale/id-ID.ts
3
+ const locale = { "docs-quick-insert-ui": {
4
+ menu: {
5
+ numberedList: "Daftar Bernomor",
6
+ bulletedList: "Daftar Berpoin",
7
+ divider: "Pembatas",
8
+ text: "Teks",
9
+ table: "Tabel",
10
+ image: "Gambar"
11
+ },
12
+ group: { basics: "Dasar" },
13
+ placeholder: "Tidak ada hasil ditemukan",
14
+ keywordInputPlaceholder: "Masukkan kata kunci"
15
+ } };
16
+
17
+ //#endregion
18
+ module.exports = locale;
@@ -0,0 +1,18 @@
1
+
2
+ //#region src/locale/it-IT.ts
3
+ const locale = { "docs-quick-insert-ui": {
4
+ menu: {
5
+ numberedList: "Elenco Numerato",
6
+ bulletedList: "Elenco Puntato",
7
+ divider: "Divisore",
8
+ text: "Testo",
9
+ table: "Tabella",
10
+ image: "Immagine"
11
+ },
12
+ group: { basics: "Elementi Base" },
13
+ placeholder: "Nessun risultato trovato",
14
+ keywordInputPlaceholder: "Inserisci parole chiave"
15
+ } };
16
+
17
+ //#endregion
18
+ module.exports = locale;
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region src/locale/ja-JP.ts
3
- const locale = { docQuickInsert: {
3
+ const locale = { "docs-quick-insert-ui": {
4
4
  menu: {
5
5
  numberedList: "番号付きリスト",
6
6
  bulletedList: "箇条書き",
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region src/locale/ko-KR.ts
3
- const locale = { docQuickInsert: {
3
+ const locale = { "docs-quick-insert-ui": {
4
4
  menu: {
5
5
  numberedList: "번호가 매겨진 목록",
6
6
  bulletedList: "글머리 기호 목록",
@@ -0,0 +1,18 @@
1
+
2
+ //#region src/locale/pl-PL.ts
3
+ const locale = { "docs-quick-insert-ui": {
4
+ menu: {
5
+ numberedList: "Lista numerowana",
6
+ bulletedList: "Lista punktowana",
7
+ divider: "Separator",
8
+ text: "Tekst",
9
+ table: "Tabela",
10
+ image: "Obraz"
11
+ },
12
+ group: { basics: "Podstawy" },
13
+ placeholder: "Nie znaleziono wyników",
14
+ keywordInputPlaceholder: "Wpisz słowa kluczowe"
15
+ } };
16
+
17
+ //#endregion
18
+ module.exports = locale;
@@ -0,0 +1,18 @@
1
+
2
+ //#region src/locale/pt-BR.ts
3
+ const locale = { "docs-quick-insert-ui": {
4
+ menu: {
5
+ numberedList: "Lista Numerada",
6
+ bulletedList: "Lista com Marcadores",
7
+ divider: "Divisória",
8
+ text: "Texto",
9
+ table: "Tabela",
10
+ image: "Imagem"
11
+ },
12
+ group: { basics: "Básicos" },
13
+ placeholder: "Nenhum resultado encontrado",
14
+ keywordInputPlaceholder: "Digite palavras-chave"
15
+ } };
16
+
17
+ //#endregion
18
+ module.exports = locale;
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region src/locale/ru-RU.ts
3
- const locale = { docQuickInsert: {
3
+ const locale = { "docs-quick-insert-ui": {
4
4
  menu: {
5
5
  numberedList: "Список с нумерацией",
6
6
  bulletedList: "Маркированный список",
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region src/locale/sk-SK.ts
3
- const locale = { docQuickInsert: {
3
+ const locale = { "docs-quick-insert-ui": {
4
4
  menu: {
5
5
  numberedList: "Číslovaný zoznam",
6
6
  bulletedList: "Odrážkový zoznam",
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region src/locale/vi-VN.ts
3
- const locale = { docQuickInsert: {
3
+ const locale = { "docs-quick-insert-ui": {
4
4
  menu: {
5
5
  numberedList: "Danh sách được đánh số",
6
6
  bulletedList: "Danh sách không được đánh số",
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region src/locale/zh-CN.ts
3
- const locale = { docQuickInsert: {
3
+ const locale = { "docs-quick-insert-ui": {
4
4
  menu: {
5
5
  numberedList: "有序列表",
6
6
  bulletedList: "无序列表",
@@ -0,0 +1,18 @@
1
+
2
+ //#region src/locale/zh-HK.ts
3
+ const locale = { "docs-quick-insert-ui": {
4
+ menu: {
5
+ numberedList: "有序列表",
6
+ bulletedList: "無序列表",
7
+ divider: "分隔線",
8
+ text: "文本",
9
+ table: "表格",
10
+ image: "圖片"
11
+ },
12
+ group: { basics: "基礎" },
13
+ placeholder: "無結果",
14
+ keywordInputPlaceholder: "輸入關鍵詞"
15
+ } };
16
+
17
+ //#endregion
18
+ module.exports = locale;
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region src/locale/zh-TW.ts
3
- const locale = { docQuickInsert: {
3
+ const locale = { "docs-quick-insert-ui": {
4
4
  menu: {
5
5
  numberedList: "有序列表",
6
6
  bulletedList: "無序列表",
package/lib/es/index.js CHANGED
@@ -50,7 +50,7 @@ function measureTextWidth(text, font) {
50
50
  }
51
51
  const KeywordInputPlaceholder = ({ popup }) => {
52
52
  var _popup$extraProps$fon, _popup$extraProps, _popup$extraProps$fon2, _popup$extraProps2, _popup$extraProps$asc, _popup$extraProps3, _popup$extraProps$con, _popup$extraProps4, _popup$extraProps5, _popup$extraProps6, _popup$extraProps7;
53
- const placeholder = useDependency(LocaleService).t("docQuickInsert.keywordInputPlaceholder");
53
+ const placeholder = useDependency(LocaleService).t("docs-quick-insert-ui.keywordInputPlaceholder");
54
54
  const fontSizePx = ptToPixel((_popup$extraProps$fon = (_popup$extraProps = popup.extraProps) === null || _popup$extraProps === void 0 ? void 0 : _popup$extraProps.fontSize) !== null && _popup$extraProps$fon !== void 0 ? _popup$extraProps$fon : DEFAULT_FONT_SIZE);
55
55
  const fontString = (_popup$extraProps$fon2 = (_popup$extraProps2 = popup.extraProps) === null || _popup$extraProps2 === void 0 ? void 0 : _popup$extraProps2.fontString) !== null && _popup$extraProps$fon2 !== void 0 ? _popup$extraProps$fon2 : `${fontSizePx}px sans-serif`;
56
56
  const ascent = (_popup$extraProps$asc = (_popup$extraProps3 = popup.extraProps) === null || _popup$extraProps3 === void 0 ? void 0 : _popup$extraProps3.ascent) !== null && _popup$extraProps$asc !== void 0 ? _popup$extraProps$asc : fontSizePx;
@@ -197,7 +197,7 @@ const QuickInsertPlaceholderComponentKey = "docs.quick.insert.placeholder";
197
197
  const QuickInsertPlaceholder = () => {
198
198
  return /* @__PURE__ */ jsx("div", {
199
199
  className: "univer-flex univer-h-full univer-items-center univer-justify-center univer-rounded-lg univer-bg-white univer-px-12 univer-py-6 univer-text-gray-400 univer-shadow-lg",
200
- children: /* @__PURE__ */ jsx("span", { children: useDependency(LocaleService).t("docQuickInsert.placeholder") })
200
+ children: /* @__PURE__ */ jsx("span", { children: useDependency(LocaleService).t("docs-quick-insert-ui.placeholder") })
201
201
  });
202
202
  };
203
203
  QuickInsertPlaceholder.componentKey = QuickInsertPlaceholderComponentKey;
@@ -664,13 +664,13 @@ const CloseQuickInsertPopupOperation = {
664
664
  //#region src/menu/menu.ts
665
665
  const textMenu = {
666
666
  id: "quick-insert.text.menu",
667
- title: "docQuickInsert.menu.text",
667
+ title: "docs-quick-insert-ui.menu.text",
668
668
  icon: "TextIcon",
669
669
  keywords: ["text"]
670
670
  };
671
671
  const numberedListMenu = {
672
672
  id: OrderListCommand.id,
673
- title: "docQuickInsert.menu.numberedList",
673
+ title: "docs-quick-insert-ui.menu.numberedList",
674
674
  icon: "OrderIcon",
675
675
  keywords: [
676
676
  "numbered",
@@ -680,7 +680,7 @@ const numberedListMenu = {
680
680
  };
681
681
  const bulletedListMenu = {
682
682
  id: BulletListCommand.id,
683
- title: "docQuickInsert.menu.bulletedList",
683
+ title: "docs-quick-insert-ui.menu.bulletedList",
684
684
  icon: "UnorderIcon",
685
685
  keywords: [
686
686
  "bulleted",
@@ -690,7 +690,7 @@ const bulletedListMenu = {
690
690
  };
691
691
  const dividerMenu = {
692
692
  id: HorizontalLineCommand.id,
693
- title: "docQuickInsert.menu.divider",
693
+ title: "docs-quick-insert-ui.menu.divider",
694
694
  icon: "DividerIcon",
695
695
  keywords: [
696
696
  "divider",
@@ -700,7 +700,7 @@ const dividerMenu = {
700
700
  };
701
701
  const tableMenu = {
702
702
  id: DocCreateTableOperation.id,
703
- title: "docQuickInsert.menu.table",
703
+ title: "docs-quick-insert-ui.menu.table",
704
704
  icon: "GridIcon",
705
705
  keywords: [
706
706
  "table",
@@ -710,7 +710,7 @@ const tableMenu = {
710
710
  };
711
711
  const imageMenu = {
712
712
  id: InsertDocImageCommand.id,
713
- title: "docQuickInsert.menu.image",
713
+ title: "docs-quick-insert-ui.menu.image",
714
714
  icon: "AdditionAndSubtractionIcon",
715
715
  keywords: [
716
716
  "image",
@@ -719,7 +719,7 @@ const imageMenu = {
719
719
  ]
720
720
  };
721
721
  const builtInMenus = [{
722
- title: "docQuickInsert.group.basics",
722
+ title: "docs-quick-insert-ui.group.basics",
723
723
  id: "quick.insert.group.basic",
724
724
  children: [
725
725
  textMenu,
@@ -1000,7 +1000,7 @@ DocQuickInsertUIController = __decorate([
1000
1000
  //#endregion
1001
1001
  //#region package.json
1002
1002
  var name = "@univerjs/docs-quick-insert-ui";
1003
- var version = "0.23.0";
1003
+ var version = "0.24.0-insiders.20260528-29f582d";
1004
1004
 
1005
1005
  //#endregion
1006
1006
  //#region src/config/config.ts
@@ -0,0 +1,17 @@
1
+ //#region src/locale/ar-SA.ts
2
+ const locale = { "docs-quick-insert-ui": {
3
+ menu: {
4
+ numberedList: "قائمة مرقمة",
5
+ bulletedList: "قائمة نقطية",
6
+ divider: "فاصل",
7
+ text: "نص",
8
+ table: "جدول",
9
+ image: "صورة"
10
+ },
11
+ group: { basics: "أساسيات" },
12
+ placeholder: "لم يُعثر على نتائج",
13
+ keywordInputPlaceholder: "أدخل الكلمات المفتاحية"
14
+ } };
15
+
16
+ //#endregion
17
+ export { locale as default };
@@ -1,5 +1,5 @@
1
1
  //#region src/locale/ca-ES.ts
2
- const locale = { docQuickInsert: {
2
+ const locale = { "docs-quick-insert-ui": {
3
3
  menu: {
4
4
  numberedList: "Llista numerada",
5
5
  bulletedList: "Llista amb vinyetes",
@@ -0,0 +1,17 @@
1
+ //#region src/locale/de-DE.ts
2
+ const locale = { "docs-quick-insert-ui": {
3
+ menu: {
4
+ numberedList: "Nummerierte Liste",
5
+ bulletedList: "Aufzählungsliste",
6
+ divider: "Trennlinie",
7
+ text: "Text",
8
+ table: "Tabelle",
9
+ image: "Bild"
10
+ },
11
+ group: { basics: "Grundlagen" },
12
+ placeholder: "Keine Ergebnisse gefunden",
13
+ keywordInputPlaceholder: "Stichwörter eingeben"
14
+ } };
15
+
16
+ //#endregion
17
+ export { locale as default };
@@ -14,7 +14,7 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- const locale = { docQuickInsert: {
17
+ const locale = { "docs-quick-insert-ui": {
18
18
  menu: {
19
19
  numberedList: "Numbered List",
20
20
  bulletedList: "Bulleted List",
@@ -1,5 +1,5 @@
1
1
  //#region src/locale/es-ES.ts
2
- const locale = { docQuickInsert: {
2
+ const locale = { "docs-quick-insert-ui": {
3
3
  menu: {
4
4
  numberedList: "Lista numerada",
5
5
  bulletedList: "Lista con viñetas",
@@ -1,5 +1,5 @@
1
1
  //#region src/locale/fa-IR.ts
2
- const locale = { docQuickInsert: {
2
+ const locale = { "docs-quick-insert-ui": {
3
3
  menu: {
4
4
  numberedList: "لیست شمارهدار",
5
5
  bulletedList: "لیست نقطهدار",
@@ -1,5 +1,5 @@
1
1
  //#region src/locale/fr-FR.ts
2
- const locale = { docQuickInsert: {
2
+ const locale = { "docs-quick-insert-ui": {
3
3
  menu: {
4
4
  numberedList: "Liste numérotée",
5
5
  bulletedList: "Liste à puces",
@@ -0,0 +1,17 @@
1
+ //#region src/locale/id-ID.ts
2
+ const locale = { "docs-quick-insert-ui": {
3
+ menu: {
4
+ numberedList: "Daftar Bernomor",
5
+ bulletedList: "Daftar Berpoin",
6
+ divider: "Pembatas",
7
+ text: "Teks",
8
+ table: "Tabel",
9
+ image: "Gambar"
10
+ },
11
+ group: { basics: "Dasar" },
12
+ placeholder: "Tidak ada hasil ditemukan",
13
+ keywordInputPlaceholder: "Masukkan kata kunci"
14
+ } };
15
+
16
+ //#endregion
17
+ export { locale as default };
@@ -0,0 +1,17 @@
1
+ //#region src/locale/it-IT.ts
2
+ const locale = { "docs-quick-insert-ui": {
3
+ menu: {
4
+ numberedList: "Elenco Numerato",
5
+ bulletedList: "Elenco Puntato",
6
+ divider: "Divisore",
7
+ text: "Testo",
8
+ table: "Tabella",
9
+ image: "Immagine"
10
+ },
11
+ group: { basics: "Elementi Base" },
12
+ placeholder: "Nessun risultato trovato",
13
+ keywordInputPlaceholder: "Inserisci parole chiave"
14
+ } };
15
+
16
+ //#endregion
17
+ export { locale as default };
@@ -1,5 +1,5 @@
1
1
  //#region src/locale/ja-JP.ts
2
- const locale = { docQuickInsert: {
2
+ const locale = { "docs-quick-insert-ui": {
3
3
  menu: {
4
4
  numberedList: "番号付きリスト",
5
5
  bulletedList: "箇条書き",
@@ -1,5 +1,5 @@
1
1
  //#region src/locale/ko-KR.ts
2
- const locale = { docQuickInsert: {
2
+ const locale = { "docs-quick-insert-ui": {
3
3
  menu: {
4
4
  numberedList: "번호가 매겨진 목록",
5
5
  bulletedList: "글머리 기호 목록",
@@ -0,0 +1,17 @@
1
+ //#region src/locale/pl-PL.ts
2
+ const locale = { "docs-quick-insert-ui": {
3
+ menu: {
4
+ numberedList: "Lista numerowana",
5
+ bulletedList: "Lista punktowana",
6
+ divider: "Separator",
7
+ text: "Tekst",
8
+ table: "Tabela",
9
+ image: "Obraz"
10
+ },
11
+ group: { basics: "Podstawy" },
12
+ placeholder: "Nie znaleziono wyników",
13
+ keywordInputPlaceholder: "Wpisz słowa kluczowe"
14
+ } };
15
+
16
+ //#endregion
17
+ export { locale as default };
@@ -0,0 +1,17 @@
1
+ //#region src/locale/pt-BR.ts
2
+ const locale = { "docs-quick-insert-ui": {
3
+ menu: {
4
+ numberedList: "Lista Numerada",
5
+ bulletedList: "Lista com Marcadores",
6
+ divider: "Divisória",
7
+ text: "Texto",
8
+ table: "Tabela",
9
+ image: "Imagem"
10
+ },
11
+ group: { basics: "Básicos" },
12
+ placeholder: "Nenhum resultado encontrado",
13
+ keywordInputPlaceholder: "Digite palavras-chave"
14
+ } };
15
+
16
+ //#endregion
17
+ export { locale as default };
@@ -1,5 +1,5 @@
1
1
  //#region src/locale/ru-RU.ts
2
- const locale = { docQuickInsert: {
2
+ const locale = { "docs-quick-insert-ui": {
3
3
  menu: {
4
4
  numberedList: "Список с нумерацией",
5
5
  bulletedList: "Маркированный список",
@@ -1,5 +1,5 @@
1
1
  //#region src/locale/sk-SK.ts
2
- const locale = { docQuickInsert: {
2
+ const locale = { "docs-quick-insert-ui": {
3
3
  menu: {
4
4
  numberedList: "Číslovaný zoznam",
5
5
  bulletedList: "Odrážkový zoznam",
@@ -1,5 +1,5 @@
1
1
  //#region src/locale/vi-VN.ts
2
- const locale = { docQuickInsert: {
2
+ const locale = { "docs-quick-insert-ui": {
3
3
  menu: {
4
4
  numberedList: "Danh sách được đánh số",
5
5
  bulletedList: "Danh sách không được đánh số",
@@ -1,5 +1,5 @@
1
1
  //#region src/locale/zh-CN.ts
2
- const locale = { docQuickInsert: {
2
+ const locale = { "docs-quick-insert-ui": {
3
3
  menu: {
4
4
  numberedList: "有序列表",
5
5
  bulletedList: "无序列表",
@@ -0,0 +1,17 @@
1
+ //#region src/locale/zh-HK.ts
2
+ const locale = { "docs-quick-insert-ui": {
3
+ menu: {
4
+ numberedList: "有序列表",
5
+ bulletedList: "無序列表",
6
+ divider: "分隔線",
7
+ text: "文本",
8
+ table: "表格",
9
+ image: "圖片"
10
+ },
11
+ group: { basics: "基礎" },
12
+ placeholder: "無結果",
13
+ keywordInputPlaceholder: "輸入關鍵詞"
14
+ } };
15
+
16
+ //#endregion
17
+ export { locale as default };
@@ -1,5 +1,5 @@
1
1
  //#region src/locale/zh-TW.ts
2
- const locale = { docQuickInsert: {
2
+ const locale = { "docs-quick-insert-ui": {
3
3
  menu: {
4
4
  numberedList: "有序列表",
5
5
  bulletedList: "無序列表",