@nocobase/plugin-kanban 2.0.0-alpha.9 → 2.0.0-beta.2
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/dist/client/index.js +1 -1
- package/dist/externalVersion.js +5 -4
- package/dist/locale/de-DE.json +7 -6
- package/dist/locale/en-US.json +10 -0
- package/dist/locale/es-ES.json +10 -0
- package/dist/locale/fr-FR.json +10 -0
- package/dist/locale/hu-HU.json +10 -0
- package/dist/locale/id-ID.json +10 -0
- package/dist/locale/it-IT.json +7 -6
- package/dist/locale/ja-JP.json +6 -4
- package/dist/locale/ko-KR.json +10 -0
- package/dist/locale/nl-NL.json +10 -0
- package/dist/locale/pt-BR.json +10 -0
- package/dist/locale/ru-RU.json +10 -0
- package/dist/locale/tr-TR.json +10 -0
- package/dist/locale/uk-UA.json +10 -0
- package/dist/locale/vi-VN.json +10 -0
- package/dist/locale/zh-CN.json +8 -8
- package/dist/locale/zh-TW.json +10 -0
- package/package.json +4 -2
package/dist/externalVersion.js
CHANGED
|
@@ -11,16 +11,17 @@ module.exports = {
|
|
|
11
11
|
"@ant-design/icons": "5.6.1",
|
|
12
12
|
"@formily/react": "2.3.7",
|
|
13
13
|
"@formily/shared": "2.3.7",
|
|
14
|
-
"@nocobase/client": "2.0.0-
|
|
14
|
+
"@nocobase/client": "2.0.0-beta.2",
|
|
15
15
|
"antd": "5.24.2",
|
|
16
16
|
"react": "18.2.0",
|
|
17
17
|
"react-i18next": "11.18.6",
|
|
18
18
|
"@emotion/css": "11.13.0",
|
|
19
19
|
"@formily/antd-v5": "1.2.3",
|
|
20
20
|
"@formily/core": "2.3.7",
|
|
21
|
-
"@nocobase/utils": "2.0.0-
|
|
21
|
+
"@nocobase/utils": "2.0.0-beta.2",
|
|
22
|
+
"@nocobase/flow-engine": "2.0.0-beta.2",
|
|
22
23
|
"lodash": "4.17.21",
|
|
23
|
-
"@nocobase/server": "2.0.0-
|
|
24
|
-
"@nocobase/test": "2.0.0-
|
|
24
|
+
"@nocobase/server": "2.0.0-beta.2",
|
|
25
|
+
"@nocobase/test": "2.0.0-beta.2",
|
|
25
26
|
"antd-style": "3.7.1"
|
|
26
27
|
};
|
package/dist/locale/de-DE.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Wird zum Sortieren von Kanban-Karten verwendet, es können nur Sortierfelder ausgewählt werden, die den Gruppierungsfeldern entsprechen",
|
|
3
|
-
"Global sorting": "Globale Sortierung",
|
|
4
|
-
"Create sort field": "Sortierfeld erstellen",
|
|
5
2
|
"Convert the following integer fields to sorting fields": "Die folgenden Ganzzahlfelder in Sortierfelder umwandeln",
|
|
6
|
-
"
|
|
3
|
+
"Create sort field": "Sortierfeld erstellen",
|
|
4
|
+
"Enable drag and drop sorting": "Drag-and-Drop-Sortierung aktivieren",
|
|
5
|
+
"Global sorting": "Globale Sortierung",
|
|
7
6
|
"Grouped sorting based on": "Gruppierte Sortierung basierend auf",
|
|
8
|
-
"
|
|
9
|
-
|
|
7
|
+
"Set column width": "Set column width",
|
|
8
|
+
"Sorting field": "Sortierfeld",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Wird zum Sortieren von Kanban-Karten verwendet, es können nur Sortierfelder ausgewählt werden, die den Gruppierungsfeldern entsprechen"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Convert the following integer fields to sorting fields": "Convert the following integer fields to sorting fields",
|
|
3
|
+
"Create sort field": "Create sort field",
|
|
4
|
+
"Enable drag and drop sorting": "Enable drag and drop sorting",
|
|
5
|
+
"Global sorting": "Global sorting",
|
|
6
|
+
"Grouped sorting based on": "Grouped sorting based on",
|
|
7
|
+
"Set column width": "Set column width",
|
|
8
|
+
"Sorting field": "Sorting field",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Convert the following integer fields to sorting fields": "Convert the following integer fields to sorting fields",
|
|
3
|
+
"Create sort field": "Create sort field",
|
|
4
|
+
"Enable drag and drop sorting": "Enable drag and drop sorting",
|
|
5
|
+
"Global sorting": "Global sorting",
|
|
6
|
+
"Grouped sorting based on": "Grouped sorting based on",
|
|
7
|
+
"Set column width": "Set column width",
|
|
8
|
+
"Sorting field": "Sorting field",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Convert the following integer fields to sorting fields": "Convert the following integer fields to sorting fields",
|
|
3
|
+
"Create sort field": "Create sort field",
|
|
4
|
+
"Enable drag and drop sorting": "Enable drag and drop sorting",
|
|
5
|
+
"Global sorting": "Global sorting",
|
|
6
|
+
"Grouped sorting based on": "Grouped sorting based on",
|
|
7
|
+
"Set column width": "Set column width",
|
|
8
|
+
"Sorting field": "Sorting field",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Convert the following integer fields to sorting fields": "A következő egész szám mezők konvertálása rendezési mezőkké",
|
|
3
|
+
"Create sort field": "Rendezési mező létrehozása",
|
|
4
|
+
"Enable drag and drop sorting": "Fogd és vidd rendezés engedélyezése",
|
|
5
|
+
"Global sorting": "Globális rendezés",
|
|
6
|
+
"Grouped sorting based on": "Csoportos rendezés alapja",
|
|
7
|
+
"Set column width": "Set column width",
|
|
8
|
+
"Sorting field": "Rendezési mező",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Kanban kártyák rendezésére használatos, csak a csoportosítási mezőknek megfelelő rendezési mezők választhatók ki"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Convert the following integer fields to sorting fields": "Konversi bidang integer berikut menjadi bidang pengurutan",
|
|
3
|
+
"Create sort field": "Buat bidang pengurutan",
|
|
4
|
+
"Enable drag and drop sorting": "Aktifkan pengurutan seret dan lepas",
|
|
5
|
+
"Global sorting": "Pengurutan global",
|
|
6
|
+
"Grouped sorting based on": "Pengurutan dikelompokkan berdasarkan",
|
|
7
|
+
"Set column width": "Set column width",
|
|
8
|
+
"Sorting field": "Bidang pengurutan",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Digunakan untuk mengurutkan kartu kanban, hanya bidang pengurutan yang sesuai dengan bidang pengelompokan yang dapat dipilih"
|
|
10
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Utilizzato per ordinare le schede kanban, è possibile selezionare solo i campi di ordinamento corrispondenti ai campi di raggruppamento",
|
|
3
|
-
"Global sorting": "Ordinamento globale",
|
|
4
|
-
"Create sort field": "Crea campo di ordinamento",
|
|
5
2
|
"Convert the following integer fields to sorting fields": "Converti i seguenti campi interi in campi di ordinamento",
|
|
6
|
-
"
|
|
3
|
+
"Create sort field": "Crea campo di ordinamento",
|
|
4
|
+
"Enable drag and drop sorting": "Abilita l'ordinamento con drag and drop",
|
|
5
|
+
"Global sorting": "Ordinamento globale",
|
|
7
6
|
"Grouped sorting based on": "Ordinamento raggruppato basato su",
|
|
8
|
-
"
|
|
9
|
-
|
|
7
|
+
"Set column width": "Set column width",
|
|
8
|
+
"Sorting field": "Campo di ordinamento",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Utilizzato per ordinare le schede kanban, è possibile selezionare solo i campi di ordinamento corrispondenti ai campi di raggruppamento"
|
|
10
|
+
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "かんばんカードの並べ替えに使用され、グループ化フィールドに対応する並べ替えフィールドのみ選択できます",
|
|
3
|
-
"Global sorting": "全体並べ替え",
|
|
4
|
-
"Create sort field": "並べ替えフィールドを作成する",
|
|
5
2
|
"Convert the following integer fields to sorting fields": "以下の整数フィールドを並べ替えフィールドに変換します",
|
|
3
|
+
"Create sort field": "並べ替えフィールドを作成する",
|
|
4
|
+
"Enable drag and drop sorting": "ドラッグ&ドロップ並び替えを有効化",
|
|
5
|
+
"Global sorting": "全体並べ替え",
|
|
6
|
+
"Grouped sorting based on": "グループ化に基づく並べ替え",
|
|
7
|
+
"Set column width": "Set column width",
|
|
6
8
|
"Sorting field": "並べ替えフィールド",
|
|
7
|
-
"
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "かんばんカードの並べ替えに使用され、グループ化フィールドに対応する並べ替えフィールドのみ選択できます"
|
|
8
10
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Convert the following integer fields to sorting fields": "다음 정수 필드를 정렬 필드로 변환",
|
|
3
|
+
"Create sort field": "정렬 필드 생성",
|
|
4
|
+
"Enable drag and drop sorting": "드래그 앤 드롭 정렬 활성화",
|
|
5
|
+
"Global sorting": "전체 정렬",
|
|
6
|
+
"Grouped sorting based on": "기반 그룹 정렬",
|
|
7
|
+
"Set column width": "Set column width",
|
|
8
|
+
"Sorting field": "정렬 필드",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "칸반 카드 정렬에 사용되며, 그룹화 필드에 해당하는 정렬 필드만 선택할 수 있습니다."
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Convert the following integer fields to sorting fields": "Convert the following integer fields to sorting fields",
|
|
3
|
+
"Create sort field": "Create sort field",
|
|
4
|
+
"Enable drag and drop sorting": "Enable drag and drop sorting",
|
|
5
|
+
"Global sorting": "Global sorting",
|
|
6
|
+
"Grouped sorting based on": "Grouped sorting based on",
|
|
7
|
+
"Set column width": "Set column width",
|
|
8
|
+
"Sorting field": "Sorting field",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Convert the following integer fields to sorting fields": "Convert the following integer fields to sorting fields",
|
|
3
|
+
"Create sort field": "Create sort field",
|
|
4
|
+
"Enable drag and drop sorting": "Enable drag and drop sorting",
|
|
5
|
+
"Global sorting": "Global sorting",
|
|
6
|
+
"Grouped sorting based on": "Grouped sorting based on",
|
|
7
|
+
"Set column width": "Set column width",
|
|
8
|
+
"Sorting field": "Sorting field",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Convert the following integer fields to sorting fields": "Преобразовать следующие целочисленные поля в поля сортировки",
|
|
3
|
+
"Create sort field": "Создать поле сортировки",
|
|
4
|
+
"Enable drag and drop sorting": "Включить сортировку перетаскиванием",
|
|
5
|
+
"Global sorting": "Глобальная сортировка",
|
|
6
|
+
"Grouped sorting based on": "Групповая сортировка на основе",
|
|
7
|
+
"Set column width": "Установить ширину столбца",
|
|
8
|
+
"Sorting field": "Поле сортировки",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Используется для сортировки карточек канбана, можно выбрать только поля сортировки, соответствующие полям группировки"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Convert the following integer fields to sorting fields": "Convert the following integer fields to sorting fields",
|
|
3
|
+
"Create sort field": "Create sort field",
|
|
4
|
+
"Enable drag and drop sorting": "Enable drag and drop sorting",
|
|
5
|
+
"Global sorting": "Global sorting",
|
|
6
|
+
"Grouped sorting based on": "Grouped sorting based on",
|
|
7
|
+
"Set column width": "Set column width",
|
|
8
|
+
"Sorting field": "Sorting field",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Convert the following integer fields to sorting fields": "Convert the following integer fields to sorting fields",
|
|
3
|
+
"Create sort field": "Create sort field",
|
|
4
|
+
"Enable drag and drop sorting": "Enable drag and drop sorting",
|
|
5
|
+
"Global sorting": "Global sorting",
|
|
6
|
+
"Grouped sorting based on": "Grouped sorting based on",
|
|
7
|
+
"Set column width": "Set column width",
|
|
8
|
+
"Sorting field": "Sorting field",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Convert the following integer fields to sorting fields": "Convert the following integer fields to sorting fields",
|
|
3
|
+
"Create sort field": "Create sort field",
|
|
4
|
+
"Enable drag and drop sorting": "Enable drag and drop sorting",
|
|
5
|
+
"Global sorting": "Global sorting",
|
|
6
|
+
"Grouped sorting based on": "Grouped sorting based on",
|
|
7
|
+
"Set column width": "Set column width",
|
|
8
|
+
"Sorting field": "Sorting field",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected"
|
|
10
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "用于看板卡片的排序,只能选择与分组字段相对应的排序字段",
|
|
3
|
-
"Global sorting": "全局排序",
|
|
4
|
-
"Create sort field": "创建排序字段",
|
|
5
2
|
"Convert the following integer fields to sorting fields": "将以下整数字段转为排序字段",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
|
|
3
|
+
"Create sort field": "创建排序字段",
|
|
4
|
+
"Enable drag and drop sorting": "启用拖拽排序",
|
|
5
|
+
"Global sorting": "全局排序",
|
|
6
|
+
"Grouped sorting based on": "基于分组字段",
|
|
7
|
+
"Set column width": "设置列宽",
|
|
8
|
+
"Sorting field": "排序字段",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "用于看板卡片的排序,只能选择与分组字段相对应的排序字段"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Convert the following integer fields to sorting fields": "Convert the following integer fields to sorting fields",
|
|
3
|
+
"Create sort field": "Create sort field",
|
|
4
|
+
"Enable drag and drop sorting": "Enable drag and drop sorting",
|
|
5
|
+
"Global sorting": "Global sorting",
|
|
6
|
+
"Grouped sorting based on": "Grouped sorting based on",
|
|
7
|
+
"Set column width": "Set column width",
|
|
8
|
+
"Sorting field": "Sorting field",
|
|
9
|
+
"Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected"
|
|
10
|
+
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-kanban",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-beta.2",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/block-kanban",
|
|
6
6
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/block-kanban",
|
|
7
7
|
"license": "AGPL-3.0",
|
|
8
8
|
"displayName": "Block: Kanban",
|
|
9
|
+
"displayName.ru-RU": "Блок: Канбан",
|
|
9
10
|
"displayName.zh-CN": "区块:看板",
|
|
10
11
|
"description": "Provides kanban block.",
|
|
12
|
+
"description.ru-RU": "Предоставляет блок канбан.",
|
|
11
13
|
"description.zh-CN": "提供看板区块。",
|
|
12
14
|
"peerDependencies": {
|
|
13
15
|
"@nocobase/client": "2.x",
|
|
@@ -17,7 +19,7 @@
|
|
|
17
19
|
"devDependencies": {
|
|
18
20
|
"react-intersection-observer": "^9.8.1"
|
|
19
21
|
},
|
|
20
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "b77a33ee933ae6e09d2d5dce017ca15d8552d57b",
|
|
21
23
|
"keywords": [
|
|
22
24
|
"Blocks"
|
|
23
25
|
]
|