@nocobase/plugin-kanban 1.6.2 → 1.6.4
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
CHANGED
|
@@ -11,16 +11,16 @@ module.exports = {
|
|
|
11
11
|
"@ant-design/icons": "5.6.1",
|
|
12
12
|
"@formily/react": "2.3.0",
|
|
13
13
|
"@formily/shared": "2.3.2",
|
|
14
|
-
"@nocobase/client": "1.6.
|
|
14
|
+
"@nocobase/client": "1.6.4",
|
|
15
15
|
"antd": "5.12.8",
|
|
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.1.9",
|
|
20
20
|
"@formily/core": "2.3.0",
|
|
21
|
-
"@nocobase/utils": "1.6.
|
|
21
|
+
"@nocobase/utils": "1.6.4",
|
|
22
22
|
"lodash": "4.17.21",
|
|
23
|
-
"@nocobase/server": "1.6.
|
|
24
|
-
"@nocobase/test": "1.6.
|
|
23
|
+
"@nocobase/server": "1.6.4",
|
|
24
|
+
"@nocobase/test": "1.6.4",
|
|
25
25
|
"antd-style": "3.7.1"
|
|
26
26
|
};
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
"Convert the following integer fields to sorting fields": "Die folgenden Ganzzahlfelder in Sortierfelder umwandeln",
|
|
6
|
+
"Sorting field": "Sortierfeld",
|
|
7
|
+
"Grouped sorting based on": "Gruppierte Sortierung basierend auf",
|
|
8
|
+
"Enable drag and drop sorting": "Drag-and-Drop-Sortierung aktivieren"
|
|
9
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -4,5 +4,6 @@
|
|
|
4
4
|
"Create sort field": "Crea campo di ordinamento",
|
|
5
5
|
"Convert the following integer fields to sorting fields": "Converti i seguenti campi interi in campi di ordinamento",
|
|
6
6
|
"Sorting field": "Campo di ordinamento",
|
|
7
|
-
"Grouped sorting based on": "Ordinamento raggruppato basato su"
|
|
7
|
+
"Grouped sorting based on": "Ordinamento raggruppato basato su",
|
|
8
|
+
"Enable drag and drop sorting": "Abilita l'ordinamento con drag and drop"
|
|
8
9
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-kanban",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.4",
|
|
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",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"react-intersection-observer": "^9.8.1"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "1df12e1cf58be1c829904346425e857319de3dee",
|
|
21
21
|
"keywords": [
|
|
22
22
|
"Blocks"
|
|
23
23
|
]
|