@nocobase/plugin-kanban 2.0.0-alpha.42 → 2.0.0-alpha.44
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/externalVersion.js +4 -4
- package/dist/locale/ru-RU.json +10 -0
- package/package.json +4 -2
package/dist/externalVersion.js
CHANGED
|
@@ -11,16 +11,16 @@ 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-alpha.
|
|
14
|
+
"@nocobase/client": "2.0.0-alpha.44",
|
|
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-alpha.
|
|
21
|
+
"@nocobase/utils": "2.0.0-alpha.44",
|
|
22
22
|
"lodash": "4.17.21",
|
|
23
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
24
|
-
"@nocobase/test": "2.0.0-alpha.
|
|
23
|
+
"@nocobase/server": "2.0.0-alpha.44",
|
|
24
|
+
"@nocobase/test": "2.0.0-alpha.44",
|
|
25
25
|
"antd-style": "3.7.1"
|
|
26
26
|
};
|
|
@@ -0,0 +1,10 @@
|
|
|
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
|
+
"Convert the following integer fields to sorting fields": "Преобразовать следующие целочисленные поля в поля сортировки",
|
|
6
|
+
"Sorting field": "Поле сортировки",
|
|
7
|
+
"Grouped sorting based on": "Групповая сортировка на основе",
|
|
8
|
+
"Enable drag and drop sorting": "Включить сортировку перетаскиванием",
|
|
9
|
+
"Set column width": "Установить ширину столбца"
|
|
10
|
+
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-kanban",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.44",
|
|
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": "075bd484c270740fe9b02f1989818da91139b6b9",
|
|
21
23
|
"keywords": [
|
|
22
24
|
"Blocks"
|
|
23
25
|
]
|