@univerjs/sheets-table 0.24.0 → 0.25.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.
- package/lib/cjs/index.js +274 -151
- package/lib/cjs/locale/ar-SA.js +10 -0
- package/lib/cjs/locale/ca-ES.js +10 -0
- package/lib/cjs/locale/de-DE.js +10 -0
- package/lib/cjs/locale/en-US.js +25 -0
- package/lib/cjs/locale/es-ES.js +10 -0
- package/lib/cjs/locale/fa-IR.js +10 -0
- package/lib/cjs/locale/fr-FR.js +10 -0
- package/lib/cjs/locale/id-ID.js +10 -0
- package/lib/cjs/locale/it-IT.js +10 -0
- package/lib/cjs/locale/ja-JP.js +10 -0
- package/lib/cjs/locale/ko-KR.js +10 -0
- package/lib/cjs/locale/pl-PL.js +10 -0
- package/lib/cjs/locale/pt-BR.js +10 -0
- package/lib/cjs/locale/ru-RU.js +10 -0
- package/lib/cjs/locale/sk-SK.js +10 -0
- package/lib/cjs/locale/vi-VN.js +10 -0
- package/lib/cjs/locale/zh-CN.js +10 -0
- package/lib/cjs/locale/zh-HK.js +10 -0
- package/lib/cjs/locale/zh-TW.js +10 -0
- package/lib/es/index.js +274 -152
- package/lib/es/locale/ar-SA.js +9 -0
- package/lib/es/locale/ca-ES.js +9 -0
- package/lib/es/locale/de-DE.js +9 -0
- package/lib/es/locale/en-US.js +24 -0
- package/lib/es/locale/es-ES.js +9 -0
- package/lib/es/locale/fa-IR.js +9 -0
- package/lib/es/locale/fr-FR.js +9 -0
- package/lib/es/locale/id-ID.js +9 -0
- package/lib/es/locale/it-IT.js +9 -0
- package/lib/es/locale/ja-JP.js +9 -0
- package/lib/es/locale/ko-KR.js +9 -0
- package/lib/es/locale/pl-PL.js +9 -0
- package/lib/es/locale/pt-BR.js +9 -0
- package/lib/es/locale/ru-RU.js +9 -0
- package/lib/es/locale/sk-SK.js +9 -0
- package/lib/es/locale/vi-VN.js +9 -0
- package/lib/es/locale/zh-CN.js +9 -0
- package/lib/es/locale/zh-HK.js +9 -0
- package/lib/es/locale/zh-TW.js +9 -0
- package/lib/index.js +274 -152
- package/lib/locale/ar-SA.js +9 -0
- package/lib/locale/ca-ES.js +9 -0
- package/lib/locale/de-DE.js +9 -0
- package/lib/locale/en-US.js +24 -0
- package/lib/locale/es-ES.js +9 -0
- package/lib/locale/fa-IR.js +9 -0
- package/lib/locale/fr-FR.js +9 -0
- package/lib/locale/id-ID.js +9 -0
- package/lib/locale/it-IT.js +9 -0
- package/lib/locale/ja-JP.js +9 -0
- package/lib/locale/ko-KR.js +9 -0
- package/lib/locale/pl-PL.js +9 -0
- package/lib/locale/pt-BR.js +9 -0
- package/lib/locale/ru-RU.js +9 -0
- package/lib/locale/sk-SK.js +9 -0
- package/lib/locale/vi-VN.js +9 -0
- package/lib/locale/zh-CN.js +9 -0
- package/lib/locale/zh-HK.js +9 -0
- package/lib/locale/zh-TW.js +9 -0
- package/lib/types/commands/commands/set-sheet-table.command.d.ts +1 -0
- package/lib/types/const.d.ts +1 -0
- package/lib/types/controllers/sheet-table-ref-range.controller.d.ts +3 -0
- package/lib/types/controllers/table-filter.controller.d.ts +4 -4
- package/lib/types/facade/f-workbook.d.ts +8 -4
- package/lib/types/facade/f-worksheet.d.ts +18 -9
- package/lib/types/index.d.ts +1 -1
- package/lib/types/locale/ar-SA.d.ts +18 -0
- package/lib/types/locale/ca-ES.d.ts +18 -0
- package/lib/types/locale/de-DE.d.ts +18 -0
- package/lib/types/locale/en-US.d.ts +23 -0
- package/lib/types/locale/es-ES.d.ts +18 -0
- package/lib/types/locale/fa-IR.d.ts +18 -0
- package/lib/types/locale/fr-FR.d.ts +18 -0
- package/lib/types/locale/id-ID.d.ts +18 -0
- package/lib/types/locale/it-IT.d.ts +18 -0
- package/lib/types/locale/ja-JP.d.ts +18 -0
- package/lib/types/locale/ko-KR.d.ts +18 -0
- package/lib/types/locale/pl-PL.d.ts +18 -0
- package/lib/types/locale/pt-BR.d.ts +18 -0
- package/lib/types/locale/ru-RU.d.ts +18 -0
- package/lib/types/locale/sk-SK.d.ts +18 -0
- package/lib/types/locale/vi-VN.d.ts +18 -0
- package/lib/types/locale/zh-CN.d.ts +18 -0
- package/lib/types/locale/zh-HK.d.ts +18 -0
- package/lib/types/locale/zh-TW.d.ts +18 -0
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +13 -6
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region src/locale/ar-SA.ts
|
|
2
|
+
const locale = { "sheets-table": {
|
|
3
|
+
columnPrefix: "عمود",
|
|
4
|
+
tablePrefix: "جدول",
|
|
5
|
+
tableNameError: "لا يمكن أن يحتوي اسم الجدول على مسافات، ولا يمكن أن يبدأ برقم، ولا يمكن أن يكون مطابقًا لاسم جدول موجود"
|
|
6
|
+
} };
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
export { locale as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region src/locale/ca-ES.ts
|
|
2
|
+
const locale = { "sheets-table": {
|
|
3
|
+
columnPrefix: "Columna",
|
|
4
|
+
tablePrefix: "Taula",
|
|
5
|
+
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"
|
|
6
|
+
} };
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
export { locale as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region src/locale/de-DE.ts
|
|
2
|
+
const locale = { "sheets-table": {
|
|
3
|
+
columnPrefix: "Spalte",
|
|
4
|
+
tablePrefix: "Tabelle",
|
|
5
|
+
tableNameError: "Tabellenname darf keine Leerzeichen enthalten, darf nicht mit einer Zahl beginnen und darf nicht mit einem vorhandenen Tabellennamen identisch sein"
|
|
6
|
+
} };
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
export { locale as default };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
//#region src/locale/en-US.ts
|
|
2
|
+
/**
|
|
3
|
+
* Copyright 2023-present DreamNum Co., Ltd.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
const locale = { "sheets-table": {
|
|
18
|
+
columnPrefix: "Column",
|
|
19
|
+
tablePrefix: "Table",
|
|
20
|
+
tableNameError: "Table name cannot contain spaces, cannot start with a number, and cannot be identical to an existing table name"
|
|
21
|
+
} };
|
|
22
|
+
|
|
23
|
+
//#endregion
|
|
24
|
+
export { locale as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region src/locale/es-ES.ts
|
|
2
|
+
const locale = { "sheets-table": {
|
|
3
|
+
columnPrefix: "Columna",
|
|
4
|
+
tablePrefix: "Tabla",
|
|
5
|
+
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"
|
|
6
|
+
} };
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
export { locale as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region src/locale/fa-IR.ts
|
|
2
|
+
const locale = { "sheets-table": {
|
|
3
|
+
columnPrefix: "ستون",
|
|
4
|
+
tablePrefix: "جدول",
|
|
5
|
+
tableNameError: "لا يمكن أن يحتوي اسم الجدول على مسافات، ولا يمكن أن يبدأ برقم، ولا يمكن أن يتكرر مع أسماء الجداول الموجودة"
|
|
6
|
+
} };
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
export { locale as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region src/locale/fr-FR.ts
|
|
2
|
+
const locale = { "sheets-table": {
|
|
3
|
+
columnPrefix: "Colonne",
|
|
4
|
+
tablePrefix: "Tableau",
|
|
5
|
+
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"
|
|
6
|
+
} };
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
export { locale as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region src/locale/id-ID.ts
|
|
2
|
+
const locale = { "sheets-table": {
|
|
3
|
+
columnPrefix: "Kolom",
|
|
4
|
+
tablePrefix: "Tabel",
|
|
5
|
+
tableNameError: "Nama tabel tidak boleh mengandung spasi, tidak boleh diawali dengan angka, dan tidak boleh sama dengan nama tabel yang sudah ada"
|
|
6
|
+
} };
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
export { locale as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region src/locale/it-IT.ts
|
|
2
|
+
const locale = { "sheets-table": {
|
|
3
|
+
columnPrefix: "Colonna",
|
|
4
|
+
tablePrefix: "Tabella",
|
|
5
|
+
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"
|
|
6
|
+
} };
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
export { locale as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region src/locale/pl-PL.ts
|
|
2
|
+
const locale = { "sheets-table": {
|
|
3
|
+
columnPrefix: "Kolumna",
|
|
4
|
+
tablePrefix: "Tabela",
|
|
5
|
+
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"
|
|
6
|
+
} };
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
export { locale as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region src/locale/pt-BR.ts
|
|
2
|
+
const locale = { "sheets-table": {
|
|
3
|
+
columnPrefix: "Coluna",
|
|
4
|
+
tablePrefix: "Tabela",
|
|
5
|
+
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"
|
|
6
|
+
} };
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
export { locale as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region src/locale/ru-RU.ts
|
|
2
|
+
const locale = { "sheets-table": {
|
|
3
|
+
columnPrefix: "Столбец",
|
|
4
|
+
tablePrefix: "Таблица",
|
|
5
|
+
tableNameError: "Имя таблицы не может содержать пробелы, не может начинаться с цифры и не может совпадать с именем существующей таблицы"
|
|
6
|
+
} };
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
export { locale as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region src/locale/sk-SK.ts
|
|
2
|
+
const locale = { "sheets-table": {
|
|
3
|
+
columnPrefix: "Stĺpec",
|
|
4
|
+
tablePrefix: "Tabuľka",
|
|
5
|
+
tableNameError: "Názov tabuľky nesmie obsahovať medzery, nesmie začínať číslom a nesmie byť zhodný s existujúcim názvom tabuľky"
|
|
6
|
+
} };
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
export { locale as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region src/locale/vi-VN.ts
|
|
2
|
+
const locale = { "sheets-table": {
|
|
3
|
+
columnPrefix: "Cột",
|
|
4
|
+
tablePrefix: "Bảng",
|
|
5
|
+
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ó"
|
|
6
|
+
} };
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
export { locale as default };
|