@bimdata/bcf-components 6.6.1 → 6.6.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/package.json +4 -4
- package/src/components/bcf-topic-card/BcfTopicCard.vue +2 -2
- package/src/i18n/lang/de.json +3 -2
- package/src/i18n/lang/en.json +3 -2
- package/src/i18n/lang/es.json +3 -2
- package/src/i18n/lang/fr.json +2 -2
- package/src/i18n/lang/it.json +3 -2
- package/src/i18n/lang/nl.json +3 -2
- package/src/i18n/lang/no.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bimdata/bcf-components",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.2",
|
|
4
4
|
"files": [
|
|
5
5
|
"src",
|
|
6
6
|
"vue3-plugin.js"
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"@semantic-release/changelog": "^6.0.3",
|
|
24
24
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
25
25
|
"@semantic-release/git": "^10.0.1",
|
|
26
|
-
"@semantic-release/github": "^
|
|
27
|
-
"@semantic-release/npm": "^
|
|
26
|
+
"@semantic-release/github": "^12.0.0",
|
|
27
|
+
"@semantic-release/npm": "^13.1.1",
|
|
28
28
|
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
29
29
|
"conventional-changelog-eslint": "^6.0.0",
|
|
30
|
-
"semantic-release": "^
|
|
30
|
+
"semantic-release": "^25.0.1"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<div class="bcf-topic-card__content">
|
|
53
53
|
<div>
|
|
54
54
|
<strong>
|
|
55
|
-
{{ $t("BcfComponents.BcfTopicCard.priority") }}
|
|
55
|
+
{{ `${$t("BcfComponents.BcfTopicCard.priority")}: ` }}
|
|
56
56
|
</strong>
|
|
57
57
|
<span :style="{ color: `#${priorityColor}` }">
|
|
58
58
|
{{ topic.priority || $t("BcfComponents.BcfTopicCard.noPriority") }}
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
</div>
|
|
61
61
|
<div>
|
|
62
62
|
<strong>
|
|
63
|
-
{{ $t("BcfComponents.BcfTopicCard.assignedTo") }}
|
|
63
|
+
{{ `${$t("BcfComponents.BcfTopicCard.assignedTo")}: ` }}
|
|
64
64
|
</strong>
|
|
65
65
|
<span>
|
|
66
66
|
{{ topic.assigned_to || $t("BcfComponents.BcfTopicCard.notSpecified") }}
|
package/src/i18n/lang/de.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"filtersTitle": "Filter",
|
|
7
7
|
"priorityLabel": "Priorität",
|
|
8
8
|
"statusLabel": "Status",
|
|
9
|
+
"stageLabel": "Phase",
|
|
9
10
|
"assignedToLabel": "Zugewiesen an",
|
|
10
11
|
"creatorsLabel": "Erstellt von",
|
|
11
12
|
"tagsLabel": "Tags",
|
|
@@ -32,9 +33,9 @@
|
|
|
32
33
|
}
|
|
33
34
|
},
|
|
34
35
|
"BcfTopicCard": {
|
|
35
|
-
"priority": "Priorität
|
|
36
|
+
"priority": "Priorität",
|
|
36
37
|
"noPriority": "Keine",
|
|
37
|
-
"assignedTo": "Zugewiesen an
|
|
38
|
+
"assignedTo": "Zugewiesen an",
|
|
38
39
|
"elements": "Elemente",
|
|
39
40
|
"notSpecified": "Nicht definiert",
|
|
40
41
|
"see": "Anzeigen"
|
package/src/i18n/lang/en.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"filtersTitle": "Filters",
|
|
7
7
|
"priorityLabel": "Priority",
|
|
8
8
|
"statusLabel": "Status",
|
|
9
|
+
"stageLabel": "Stage",
|
|
9
10
|
"assignedToLabel": "Assigned to",
|
|
10
11
|
"creatorsLabel": "Created by",
|
|
11
12
|
"tagsLabel": "Tags",
|
|
@@ -32,9 +33,9 @@
|
|
|
32
33
|
}
|
|
33
34
|
},
|
|
34
35
|
"BcfTopicCard": {
|
|
35
|
-
"priority": "Priority
|
|
36
|
+
"priority": "Priority",
|
|
36
37
|
"noPriority": "None",
|
|
37
|
-
"assignedTo": "Assigned to
|
|
38
|
+
"assignedTo": "Assigned to",
|
|
38
39
|
"elements": "Elements",
|
|
39
40
|
"notSpecified": "Not specified",
|
|
40
41
|
"see": "See"
|
package/src/i18n/lang/es.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"filtersTitle": "Filtros",
|
|
7
7
|
"priorityLabel": "Prioridad",
|
|
8
8
|
"statusLabel": "Estado",
|
|
9
|
+
"stageLabel": "Fase",
|
|
9
10
|
"assignedToLabel": "Asignado a",
|
|
10
11
|
"creatorsLabel": "Creado por",
|
|
11
12
|
"tagsLabel": "Etiquetas:",
|
|
@@ -32,9 +33,9 @@
|
|
|
32
33
|
}
|
|
33
34
|
},
|
|
34
35
|
"BcfTopicCard": {
|
|
35
|
-
"priority": "Prioridad
|
|
36
|
+
"priority": "Prioridad",
|
|
36
37
|
"noPriority": "Sin",
|
|
37
|
-
"assignedTo": "Asignado a
|
|
38
|
+
"assignedTo": "Asignado a",
|
|
38
39
|
"elements": "Elementos",
|
|
39
40
|
"notSpecified": "No definido",
|
|
40
41
|
"see": "Ver"
|
package/src/i18n/lang/fr.json
CHANGED
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"BcfTopicCard": {
|
|
36
|
-
"priority": "Priorité
|
|
36
|
+
"priority": "Priorité",
|
|
37
37
|
"noPriority": "Aucune",
|
|
38
|
-
"assignedTo": "Assigné à
|
|
38
|
+
"assignedTo": "Assigné à",
|
|
39
39
|
"elements": "{n} Élements",
|
|
40
40
|
"notSpecified": "Non défini",
|
|
41
41
|
"see": "Voir"
|
package/src/i18n/lang/it.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"filtersTitle": "Filtri",
|
|
7
7
|
"priorityLabel": "Priorità",
|
|
8
8
|
"statusLabel": "Stato",
|
|
9
|
+
"stageLabel": "Fase",
|
|
9
10
|
"datePlaceholder": "Data di creazione",
|
|
10
11
|
"assignedToLabel": "Assegnato a",
|
|
11
12
|
"creatorsLabel": "Creato da",
|
|
@@ -32,9 +33,9 @@
|
|
|
32
33
|
}
|
|
33
34
|
},
|
|
34
35
|
"BcfTopicCard": {
|
|
35
|
-
"priority": "
|
|
36
|
+
"priority": "Priorità",
|
|
36
37
|
"noPriority": "Nessuno",
|
|
37
|
-
"assignedTo": "Assegnato a
|
|
38
|
+
"assignedTo": "Assegnato a",
|
|
38
39
|
"elements": "Elementi",
|
|
39
40
|
"noElements": "0 elementi",
|
|
40
41
|
"notSpecified": "Non definito",
|
package/src/i18n/lang/nl.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"filtersTitle": "Filters",
|
|
7
7
|
"priorityLabel": "Prioriteit",
|
|
8
8
|
"statusLabel": "Status",
|
|
9
|
+
"stageLabel": "Fase",
|
|
9
10
|
"datePlaceholder": "Aanmaakdatum",
|
|
10
11
|
"assignedToLabel": "Toegewezen aan",
|
|
11
12
|
"creatorsLabel": "Gemaakt door",
|
|
@@ -32,9 +33,9 @@
|
|
|
32
33
|
}
|
|
33
34
|
},
|
|
34
35
|
"BcfTopicCard": {
|
|
35
|
-
"priority": "Prioriteit
|
|
36
|
+
"priority": "Prioriteit",
|
|
36
37
|
"noPriority": "Geen",
|
|
37
|
-
"assignedTo": "Toegewezen aan
|
|
38
|
+
"assignedTo": "Toegewezen aan",
|
|
38
39
|
"elements": "Elementen",
|
|
39
40
|
"noElements": "0 Element",
|
|
40
41
|
"notSpecified": "Niet gespecificeerd",
|
package/src/i18n/lang/no.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"filtersTitle": "Filtre",
|
|
7
7
|
"priorityLabel": "Prioritet",
|
|
8
8
|
"statusLabel": "Status",
|
|
9
|
+
"stageLabel": "Nivå",
|
|
9
10
|
"datePlaceholder": "Opprettelsesdato",
|
|
10
11
|
"assignedToLabel": "Tilegnet",
|
|
11
12
|
"creatorsLabel": "Laget av",
|
|
@@ -32,9 +33,9 @@
|
|
|
32
33
|
}
|
|
33
34
|
},
|
|
34
35
|
"BcfTopicCard": {
|
|
35
|
-
"priority": "Prioritet
|
|
36
|
+
"priority": "Prioritet",
|
|
36
37
|
"noPriority": "Ingen",
|
|
37
|
-
"assignedTo": "Tilegnet
|
|
38
|
+
"assignedTo": "Tilegnet",
|
|
38
39
|
"elements": "Elementer",
|
|
39
40
|
"noElements": "0 Element",
|
|
40
41
|
"notSpecified": "Ikke spesifisert",
|