@univerjs/sheets-table 0.24.0 → 0.25.0-insiders.20260608-e4336f7

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 (125) hide show
  1. package/lib/cjs/index.js +283 -160
  2. package/lib/cjs/locale/ar-SA.js +10 -0
  3. package/lib/cjs/locale/ca-ES.js +10 -0
  4. package/lib/cjs/locale/de-DE.js +10 -0
  5. package/lib/cjs/locale/en-US.js +25 -0
  6. package/lib/cjs/locale/es-ES.js +10 -0
  7. package/lib/cjs/locale/fa-IR.js +10 -0
  8. package/lib/cjs/locale/fr-FR.js +10 -0
  9. package/lib/cjs/locale/id-ID.js +10 -0
  10. package/lib/cjs/locale/it-IT.js +10 -0
  11. package/lib/cjs/locale/ja-JP.js +10 -0
  12. package/lib/cjs/locale/ko-KR.js +10 -0
  13. package/lib/cjs/locale/pl-PL.js +10 -0
  14. package/lib/cjs/locale/pt-BR.js +10 -0
  15. package/lib/cjs/locale/ru-RU.js +10 -0
  16. package/lib/cjs/locale/sk-SK.js +10 -0
  17. package/lib/cjs/locale/vi-VN.js +10 -0
  18. package/lib/cjs/locale/zh-CN.js +10 -0
  19. package/lib/cjs/locale/zh-HK.js +10 -0
  20. package/lib/cjs/locale/zh-TW.js +10 -0
  21. package/lib/es/index.js +283 -161
  22. package/lib/es/locale/ar-SA.js +9 -0
  23. package/lib/es/locale/ca-ES.js +9 -0
  24. package/lib/es/locale/de-DE.js +9 -0
  25. package/lib/es/locale/en-US.js +24 -0
  26. package/lib/es/locale/es-ES.js +9 -0
  27. package/lib/es/locale/fa-IR.js +9 -0
  28. package/lib/es/locale/fr-FR.js +9 -0
  29. package/lib/es/locale/id-ID.js +9 -0
  30. package/lib/es/locale/it-IT.js +9 -0
  31. package/lib/es/locale/ja-JP.js +9 -0
  32. package/lib/es/locale/ko-KR.js +9 -0
  33. package/lib/es/locale/pl-PL.js +9 -0
  34. package/lib/es/locale/pt-BR.js +9 -0
  35. package/lib/es/locale/ru-RU.js +9 -0
  36. package/lib/es/locale/sk-SK.js +9 -0
  37. package/lib/es/locale/vi-VN.js +9 -0
  38. package/lib/es/locale/zh-CN.js +9 -0
  39. package/lib/es/locale/zh-HK.js +9 -0
  40. package/lib/es/locale/zh-TW.js +9 -0
  41. package/lib/index.js +283 -161
  42. package/lib/locale/ar-SA.js +9 -0
  43. package/lib/locale/ca-ES.js +9 -0
  44. package/lib/locale/de-DE.js +9 -0
  45. package/lib/locale/en-US.js +24 -0
  46. package/lib/locale/es-ES.js +9 -0
  47. package/lib/locale/fa-IR.js +9 -0
  48. package/lib/locale/fr-FR.js +9 -0
  49. package/lib/locale/id-ID.js +9 -0
  50. package/lib/locale/it-IT.js +9 -0
  51. package/lib/locale/ja-JP.js +9 -0
  52. package/lib/locale/ko-KR.js +9 -0
  53. package/lib/locale/pl-PL.js +9 -0
  54. package/lib/locale/pt-BR.js +9 -0
  55. package/lib/locale/ru-RU.js +9 -0
  56. package/lib/locale/sk-SK.js +9 -0
  57. package/lib/locale/vi-VN.js +9 -0
  58. package/lib/locale/zh-CN.js +9 -0
  59. package/lib/locale/zh-HK.js +9 -0
  60. package/lib/locale/zh-TW.js +9 -0
  61. package/lib/types/commands/commands/set-sheet-table.command.d.ts +1 -0
  62. package/lib/types/const.d.ts +1 -0
  63. package/lib/types/controllers/sheet-table-formula.controller.d.ts +1 -1
  64. package/lib/types/controllers/sheet-table-range.controller.d.ts +1 -1
  65. package/lib/types/controllers/sheet-table-ref-range.controller.d.ts +4 -1
  66. package/lib/types/controllers/sheet-table-theme.controller.d.ts +1 -1
  67. package/lib/types/controllers/sheets-table.controller.d.ts +2 -2
  68. package/lib/types/controllers/table-filter.controller.d.ts +5 -5
  69. package/lib/types/controllers/table-theme.factory.d.ts +4 -4
  70. package/lib/types/facade/f-workbook.d.ts +8 -4
  71. package/lib/types/facade/f-worksheet.d.ts +18 -9
  72. package/lib/types/index.d.ts +2 -2
  73. package/lib/types/locale/ar-SA.d.ts +18 -0
  74. package/lib/types/locale/ca-ES.d.ts +18 -0
  75. package/lib/types/locale/de-DE.d.ts +18 -0
  76. package/lib/types/locale/en-US.d.ts +23 -0
  77. package/lib/types/locale/es-ES.d.ts +18 -0
  78. package/lib/types/locale/fa-IR.d.ts +18 -0
  79. package/lib/types/locale/fr-FR.d.ts +18 -0
  80. package/lib/types/locale/id-ID.d.ts +18 -0
  81. package/lib/types/locale/it-IT.d.ts +18 -0
  82. package/lib/types/locale/ja-JP.d.ts +18 -0
  83. package/lib/types/locale/ko-KR.d.ts +18 -0
  84. package/lib/types/locale/pl-PL.d.ts +18 -0
  85. package/lib/types/locale/pt-BR.d.ts +18 -0
  86. package/lib/types/locale/ru-RU.d.ts +18 -0
  87. package/lib/types/locale/sk-SK.d.ts +18 -0
  88. package/lib/types/locale/vi-VN.d.ts +18 -0
  89. package/lib/types/locale/zh-CN.d.ts +18 -0
  90. package/lib/types/locale/zh-HK.d.ts +18 -0
  91. package/lib/types/locale/zh-TW.d.ts +18 -0
  92. package/lib/types/services/table.service.d.ts +1 -1
  93. package/lib/types/util.d.ts +1 -1
  94. package/lib/umd/facade.js +1 -1
  95. package/lib/umd/index.js +1 -1
  96. package/lib/umd/locale/ar-SA.js +1 -0
  97. package/lib/umd/locale/ca-ES.js +1 -0
  98. package/lib/umd/locale/de-DE.js +1 -0
  99. package/lib/umd/locale/en-US.js +1 -0
  100. package/lib/umd/locale/es-ES.js +1 -0
  101. package/lib/umd/locale/fa-IR.js +1 -0
  102. package/lib/umd/locale/fr-FR.js +1 -0
  103. package/lib/umd/locale/id-ID.js +1 -0
  104. package/lib/umd/locale/it-IT.js +1 -0
  105. package/lib/umd/locale/ja-JP.js +1 -0
  106. package/lib/umd/locale/ko-KR.js +1 -0
  107. package/lib/umd/locale/pl-PL.js +1 -0
  108. package/lib/umd/locale/pt-BR.js +1 -0
  109. package/lib/umd/locale/ru-RU.js +1 -0
  110. package/lib/umd/locale/sk-SK.js +1 -0
  111. package/lib/umd/locale/vi-VN.js +1 -0
  112. package/lib/umd/locale/zh-CN.js +1 -0
  113. package/lib/umd/locale/zh-HK.js +1 -0
  114. package/lib/umd/locale/zh-TW.js +1 -0
  115. package/package.json +13 -6
  116. package/LICENSE +0 -176
  117. /package/lib/types/{model → models}/filter-util/condition.d.ts +0 -0
  118. /package/lib/types/{model → models}/filter-util/date-filter-util.d.ts +0 -0
  119. /package/lib/types/{model → models}/filter-util/number-filter-util.d.ts +0 -0
  120. /package/lib/types/{model → models}/filter-util/text-filter-util.d.ts +0 -0
  121. /package/lib/types/{model → models}/filter-util/top-n.d.ts +0 -0
  122. /package/lib/types/{model → models}/table-column.d.ts +0 -0
  123. /package/lib/types/{model → models}/table-filter.d.ts +0 -0
  124. /package/lib/types/{model → models}/table-manager.d.ts +0 -0
  125. /package/lib/types/{model → models}/table.d.ts +0 -0
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/ar-SA.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "عمود",
5
+ tablePrefix: "جدول",
6
+ tableNameError: "لا يمكن أن يحتوي اسم الجدول على مسافات، ولا يمكن أن يبدأ برقم، ولا يمكن أن يكون مطابقًا لاسم جدول موجود"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/ca-ES.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "Columna",
5
+ tablePrefix: "Taula",
6
+ tableNameError: "El nom de la taula no pot contenir espais, no pot començar amb un número i no pot ser idèntic a un nom de taula existent"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/de-DE.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "Spalte",
5
+ tablePrefix: "Tabelle",
6
+ tableNameError: "Tabellenname darf keine Leerzeichen enthalten, darf nicht mit einer Zahl beginnen und darf nicht mit einem vorhandenen Tabellennamen identisch sein"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,25 @@
1
+
2
+ //#region src/locale/en-US.ts
3
+ /**
4
+ * Copyright 2023-present DreamNum Co., Ltd.
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+ const locale = { "sheets-table": {
19
+ columnPrefix: "Column",
20
+ tablePrefix: "Table",
21
+ tableNameError: "Table name cannot contain spaces, cannot start with a number, and cannot be identical to an existing table name"
22
+ } };
23
+
24
+ //#endregion
25
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/es-ES.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "Columna",
5
+ tablePrefix: "Tabla",
6
+ tableNameError: "El nombre de la tabla no puede contener espacios, no puede comenzar con un número y no puede ser idéntico a un nombre de tabla existente"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/fa-IR.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "ستون",
5
+ tablePrefix: "جدول",
6
+ tableNameError: "لا يمكن أن يحتوي اسم الجدول على مسافات، ولا يمكن أن يبدأ برقم، ولا يمكن أن يتكرر مع أسماء الجداول الموجودة"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/fr-FR.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "Colonne",
5
+ tablePrefix: "Tableau",
6
+ tableNameError: "Le nom du tableau ne peut pas contenir d'espaces, ne peut pas commencer par un chiffre et ne peut pas être identique à un nom de tableau existant"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/id-ID.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "Kolom",
5
+ tablePrefix: "Tabel",
6
+ tableNameError: "Nama tabel tidak boleh mengandung spasi, tidak boleh diawali dengan angka, dan tidak boleh sama dengan nama tabel yang sudah ada"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/it-IT.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "Colonna",
5
+ tablePrefix: "Tabella",
6
+ tableNameError: "Il nome della tabella non può contenere spazi, non può iniziare con un numero e non può essere identico a un nome di tabella esistente"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/ja-JP.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "列",
5
+ tablePrefix: "表",
6
+ tableNameError: "表の名前は空白を含めることはできず、数字で始めることはできず、既存の表名と重複できません"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/ko-KR.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "열",
5
+ tablePrefix: "표",
6
+ tableNameError: "표 이름은 공백을 포함할 수 없으며 숫자로 시작할 수 없고 기존 표 이름과 중복될 수 없습니다"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/pl-PL.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "Kolumna",
5
+ tablePrefix: "Tabela",
6
+ tableNameError: "Nazwa tabeli nie może zawierać spacji, nie może zaczynać się od cyfry i nie może być identyczna z istniejącą nazwą tabeli"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/pt-BR.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "Coluna",
5
+ tablePrefix: "Tabela",
6
+ tableNameError: "O nome da tabela não pode conter espaços, não pode começar com um número e não pode ser idêntico a um nome de tabela existente"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/ru-RU.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "Столбец",
5
+ tablePrefix: "Таблица",
6
+ tableNameError: "Имя таблицы не может содержать пробелы, не может начинаться с цифры и не может совпадать с именем существующей таблицы"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/sk-SK.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "Stĺpec",
5
+ tablePrefix: "Tabuľka",
6
+ tableNameError: "Názov tabuľky nesmie obsahovať medzery, nesmie začínať číslom a nesmie byť zhodný s existujúcim názvom tabuľky"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/vi-VN.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "Cột",
5
+ tablePrefix: "Bảng",
6
+ tableNameError: "Tên bảng không thể chứa khoảng trắng, không được bắt đầu bằng số và không được trùng với tên bảng đã có"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/zh-CN.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "列",
5
+ tablePrefix: "表格",
6
+ tableNameError: "表格名称不能包含空格, 不能以数字开头,不能和已有表格名称重复"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/zh-HK.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "列",
5
+ tablePrefix: "表格",
6
+ tableNameError: "表格名稱不能包含空格, 不能以數字開頭,不能和已有表格名稱重複"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;
@@ -0,0 +1,10 @@
1
+
2
+ //#region src/locale/zh-TW.ts
3
+ const locale = { "sheets-table": {
4
+ columnPrefix: "列",
5
+ tablePrefix: "表格",
6
+ tableNameError: "表格名稱不能包含空格, 不能以數字開頭,不能和已有表格名稱重複"
7
+ } };
8
+
9
+ //#endregion
10
+ module.exports = locale;