@univerjs/sheets-filter-ui 0.25.1 → 1.0.0-alpha.1
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 +952 -932
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +953 -933
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.js +953 -933
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/controllers/components.controller.d.ts +24 -0
- package/lib/types/controllers/sheets-filter-permission.controller.d.ts +0 -1
- package/lib/types/controllers/{sheets-filter-ui-desktop.controller.d.ts → ui.controller.d.ts} +3 -5
- package/lib/types/locale/en-US.d.ts +3 -0
- package/lib/types/locale/types.d.ts +18 -0
- package/lib/types/menu/sheets-filter.menu.d.ts +4 -3
- package/lib/types/models/conditions.d.ts +2 -1
- package/lib/types/views/components/SheetsFilterByColorsPanel.d.ts +1 -1
- package/lib/types/views/components/SheetsFilterByConditionsPanel.d.ts +1 -1
- package/lib/types/views/components/SheetsFilterByValuesPanel.d.ts +1 -1
- package/lib/types/views/components/SheetsFilterPanel.d.ts +2 -1
- package/lib/types/views/components/SheetsFilterPanel.stories.d.ts +3 -3
- package/lib/types/views/components/SheetsFilterSyncSwitch.d.ts +1 -1
- package/lib/umd/index.js +2 -2
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +13 -13
- /package/lib/types/{__testing__ → __tests__}/data.d.ts +0 -0
- /package/lib/types/controllers/{sheets-filter-ui-mobile.controller.d.ts → ui-mobile.controller.d.ts} +0 -0
package/lib/es/locale/ar-SA.js
CHANGED
|
@@ -6,6 +6,7 @@ const locale = { "sheets-filter-ui": {
|
|
|
6
6
|
"re-calc-filter-conditions": "إعادة حساب شروط التصفية"
|
|
7
7
|
},
|
|
8
8
|
shortcut: { "smart-toggle-filter": "تبديل التصفية" },
|
|
9
|
+
permission: { filterErr: "ليس لديك إذن لاستخدام التصفية." },
|
|
9
10
|
panel: {
|
|
10
11
|
"clear-filter": "مسح التصفية",
|
|
11
12
|
cancel: "إلغاء",
|
package/lib/es/locale/ca-ES.js
CHANGED
|
@@ -6,6 +6,7 @@ const locale = { "sheets-filter-ui": {
|
|
|
6
6
|
"re-calc-filter-conditions": "Recalcula les condicions del filtre"
|
|
7
7
|
},
|
|
8
8
|
shortcut: { "smart-toggle-filter": "Alterna el filtre" },
|
|
9
|
+
permission: { filterErr: "No teniu permís per utilitzar el filtre." },
|
|
9
10
|
panel: {
|
|
10
11
|
"clear-filter": "Neteja el filtre",
|
|
11
12
|
cancel: "Cancel·la",
|
package/lib/es/locale/de-DE.js
CHANGED
|
@@ -6,6 +6,7 @@ const locale = { "sheets-filter-ui": {
|
|
|
6
6
|
"re-calc-filter-conditions": "Filterbedingungen neu berechnen"
|
|
7
7
|
},
|
|
8
8
|
shortcut: { "smart-toggle-filter": "Filter ein-/ausschalten" },
|
|
9
|
+
permission: { filterErr: "Sie haben keine Berechtigung, den Filter zu verwenden." },
|
|
9
10
|
panel: {
|
|
10
11
|
"clear-filter": "Filter löschen",
|
|
11
12
|
cancel: "Abbrechen",
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -21,6 +21,7 @@ const locale = { "sheets-filter-ui": {
|
|
|
21
21
|
"re-calc-filter-conditions": "Re-calc Filter Conditions"
|
|
22
22
|
},
|
|
23
23
|
shortcut: { "smart-toggle-filter": "Toggle Filter" },
|
|
24
|
+
permission: { filterErr: "You do not have permission to use the filter." },
|
|
24
25
|
panel: {
|
|
25
26
|
"clear-filter": "Clear Filter",
|
|
26
27
|
cancel: "Cancel",
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -6,6 +6,7 @@ const locale = { "sheets-filter-ui": {
|
|
|
6
6
|
"re-calc-filter-conditions": "Recalcular condiciones de filtro"
|
|
7
7
|
},
|
|
8
8
|
shortcut: { "smart-toggle-filter": "Alternar filtro" },
|
|
9
|
+
permission: { filterErr: "No tiene permiso para usar el filtro." },
|
|
9
10
|
panel: {
|
|
10
11
|
"clear-filter": "Borrar filtro",
|
|
11
12
|
cancel: "Cancelar",
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -6,6 +6,7 @@ const locale = { "sheets-filter-ui": {
|
|
|
6
6
|
"re-calc-filter-conditions": "بازمحاسبه شرایط فیلتر"
|
|
7
7
|
},
|
|
8
8
|
shortcut: { "smart-toggle-filter": "تغییر حالت فیلتر" },
|
|
9
|
+
permission: { filterErr: "شما مجوز استفاده از فیلتر را ندارید." },
|
|
9
10
|
panel: {
|
|
10
11
|
"clear-filter": "پاک کردن فیلتر",
|
|
11
12
|
cancel: "انصراف",
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -6,6 +6,7 @@ const locale = { "sheets-filter-ui": {
|
|
|
6
6
|
"re-calc-filter-conditions": "Recalculer les conditions de filtre"
|
|
7
7
|
},
|
|
8
8
|
shortcut: { "smart-toggle-filter": "Inverser le filtre" },
|
|
9
|
+
permission: { filterErr: "Vous n’avez pas l’autorisation d’utiliser le filtre." },
|
|
9
10
|
panel: {
|
|
10
11
|
"clear-filter": "Effacer le filtre",
|
|
11
12
|
cancel: "Annuler",
|
package/lib/es/locale/id-ID.js
CHANGED
|
@@ -6,6 +6,7 @@ const locale = { "sheets-filter-ui": {
|
|
|
6
6
|
"re-calc-filter-conditions": "Hitung Ulang Kondisi Filter"
|
|
7
7
|
},
|
|
8
8
|
shortcut: { "smart-toggle-filter": "Aktifkan/Nonaktifkan Filter" },
|
|
9
|
+
permission: { filterErr: "Anda tidak memiliki izin untuk menggunakan filter." },
|
|
9
10
|
panel: {
|
|
10
11
|
"clear-filter": "Hapus Filter",
|
|
11
12
|
cancel: "Batal",
|
package/lib/es/locale/it-IT.js
CHANGED
|
@@ -6,6 +6,7 @@ const locale = { "sheets-filter-ui": {
|
|
|
6
6
|
"re-calc-filter-conditions": "Ricalcola condizioni filtro"
|
|
7
7
|
},
|
|
8
8
|
shortcut: { "smart-toggle-filter": "Attiva/disattiva filtro" },
|
|
9
|
+
permission: { filterErr: "Non hai l’autorizzazione per usare il filtro." },
|
|
9
10
|
panel: {
|
|
10
11
|
"clear-filter": "Cancella filtro",
|
|
11
12
|
cancel: "Annulla",
|
package/lib/es/locale/ja-JP.js
CHANGED
package/lib/es/locale/ko-KR.js
CHANGED
package/lib/es/locale/pl-PL.js
CHANGED
|
@@ -6,6 +6,7 @@ const locale = { "sheets-filter-ui": {
|
|
|
6
6
|
"re-calc-filter-conditions": "Przelicz warunki filtrowania"
|
|
7
7
|
},
|
|
8
8
|
shortcut: { "smart-toggle-filter": "Przełącz filtr" },
|
|
9
|
+
permission: { filterErr: "Nie masz uprawnień do używania filtra." },
|
|
9
10
|
panel: {
|
|
10
11
|
"clear-filter": "Wyczyść filtr",
|
|
11
12
|
cancel: "Anuluj",
|
package/lib/es/locale/pt-BR.js
CHANGED
|
@@ -6,6 +6,7 @@ const locale = { "sheets-filter-ui": {
|
|
|
6
6
|
"re-calc-filter-conditions": "Recalcular Condições de Filtro"
|
|
7
7
|
},
|
|
8
8
|
shortcut: { "smart-toggle-filter": "Alternar Filtro" },
|
|
9
|
+
permission: { filterErr: "Você não tem permissão para usar o filtro." },
|
|
9
10
|
panel: {
|
|
10
11
|
"clear-filter": "Limpar Filtro",
|
|
11
12
|
cancel: "Cancelar",
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -6,6 +6,7 @@ const locale = { "sheets-filter-ui": {
|
|
|
6
6
|
"re-calc-filter-conditions": "Пересчитать условия фильтра"
|
|
7
7
|
},
|
|
8
8
|
shortcut: { "smart-toggle-filter": "Переключить фильтр" },
|
|
9
|
+
permission: { filterErr: "У вас нет разрешения на использование фильтра." },
|
|
9
10
|
panel: {
|
|
10
11
|
"clear-filter": "Очистить фильтр",
|
|
11
12
|
cancel: "Отмена",
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -6,6 +6,7 @@ const locale = { "sheets-filter-ui": {
|
|
|
6
6
|
"re-calc-filter-conditions": "Prepočítať podmienky filtra"
|
|
7
7
|
},
|
|
8
8
|
shortcut: { "smart-toggle-filter": "Prepnúť filter" },
|
|
9
|
+
permission: { filterErr: "Nemáte povolenie používať filter." },
|
|
9
10
|
panel: {
|
|
10
11
|
"clear-filter": "Vymazať filter",
|
|
11
12
|
cancel: "Zrušiť",
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -6,6 +6,7 @@ const locale = { "sheets-filter-ui": {
|
|
|
6
6
|
"re-calc-filter-conditions": "Tính toán lại"
|
|
7
7
|
},
|
|
8
8
|
shortcut: { "smart-toggle-filter": "Chuyển đổi lọc" },
|
|
9
|
+
permission: { filterErr: "Bạn không có quyền sử dụng bộ lọc." },
|
|
9
10
|
panel: {
|
|
10
11
|
"clear-filter": "Xóa lọc",
|
|
11
12
|
cancel: "Hủy bỏ",
|
package/lib/es/locale/zh-CN.js
CHANGED
package/lib/es/locale/zh-HK.js
CHANGED