@bimdata/bcf-components 2.0.0 → 3.0.0-rc.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/README.md +3 -12
- package/dist/i18n/lang/de.json +6 -6
- package/dist/i18n/lang/en.json +3 -3
- package/dist/i18n/lang/es.json +6 -6
- package/dist/i18n/lang/fr.json +156 -155
- package/dist/i18n/lang/it.json +6 -6
- package/dist/vue2/bcf-components.es.js +244 -223
- package/dist/vue2/style.css +1 -1
- package/dist/vue3/bcf-components.es.js +411 -328
- package/dist/vue3/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,22 +15,14 @@ npm install @bimdata/bcf-components
|
|
|
15
15
|
Then refer to the next sub-sections on how to use the library depending
|
|
16
16
|
on which version of Vue you're using.
|
|
17
17
|
|
|
18
|
-
### Vue 2.
|
|
18
|
+
### Vue 2.7+ application
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
[Vue Composition API plugin](https://github.com/vuejs/composition-api).
|
|
20
|
+
**Note:** the library won't work as expected for versions of Vue below **2.7**.
|
|
22
21
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
```bash
|
|
26
|
-
npm install @vue/composition-api
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
Then, in your application bootstrap script, add the following:
|
|
22
|
+
In your Vue 2.7 application bootstrap script, add the following:
|
|
30
23
|
|
|
31
24
|
```js
|
|
32
25
|
import Vue from "vue";
|
|
33
|
-
import VueCompositionApi from "@vue/composition-api";
|
|
34
26
|
import VueI18n from "vue-i18n"; // v8.x
|
|
35
27
|
import { makeBIMDataApiClient } from "@bimdata/typescript-fetch-api-client"; // v8.2+
|
|
36
28
|
// Import Vue 2 plugin factory
|
|
@@ -42,7 +34,6 @@ const i18nPlugin = new VueI18n({ ... });
|
|
|
42
34
|
// Instanciate BIMData API client
|
|
43
35
|
const apiClient = makeBIMDataApiClient({ ... });
|
|
44
36
|
|
|
45
|
-
Vue.use(VueCompositionApi);
|
|
46
37
|
Vue.use(i18nPlugin);
|
|
47
38
|
// Provide both i18n plugin and API client as plugin config
|
|
48
39
|
Vue.use(BIMDataBcfComponents({ i18nPlugin, apiClient }));
|
package/dist/i18n/lang/de.json
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"priorityLabel": "Priorität",
|
|
7
7
|
"statusLabel": "Status",
|
|
8
8
|
"startDatePlaceholder": "Anfangsdatum",
|
|
9
|
-
"startDateError": "",
|
|
9
|
+
"startDateError": "Datum ungültig",
|
|
10
10
|
"startDateExample": "(Z. B.: 28.04.2022)",
|
|
11
11
|
"endDatePlaceholder": "Enddatum",
|
|
12
|
-
"endDateError": "",
|
|
12
|
+
"endDateError": "Datum ungültig",
|
|
13
13
|
"endDateExample": "(Z. B.: 28.05.2022)",
|
|
14
14
|
"assignedToLabel": "Zugewiesen an",
|
|
15
15
|
"creatorsLabel": "Erstellt von",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
},
|
|
52
52
|
"BcfTopicForm": {
|
|
53
53
|
"dragDropImageText": "Bitte wählen Sie eine Datei aus.",
|
|
54
|
-
"addObjectButton": "",
|
|
55
|
-
"addAnnotationButton": "",
|
|
56
|
-
"annotationButtonTooltip": "",
|
|
54
|
+
"addObjectButton": "Objekt",
|
|
55
|
+
"addAnnotationButton": "Annotation",
|
|
56
|
+
"annotationButtonTooltip": "Zu diesem Thema gibt es derzeit keine Ansichten.",
|
|
57
57
|
"addPictureButton": "Fügen Sie ein Bild hinzu.",
|
|
58
58
|
"titlePlaceholder": "Titel *",
|
|
59
59
|
"titleErrorMessage": "Titel fehlt",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"dueDateLabel": "Fälligkeitsdatum (TT.MM.JJJJ)",
|
|
66
66
|
"dateErrorMessage": "Datumsformat oder falsches Datum",
|
|
67
67
|
"descriptionLabel": "Beschreibung",
|
|
68
|
-
"labelsLabel": "",
|
|
68
|
+
"labelsLabel": "Tags",
|
|
69
69
|
"createButton": "Bestätigen",
|
|
70
70
|
"updateButton": "Diesen BCF bearbeiten",
|
|
71
71
|
"modalText": "Sie sind dabei, die Bearbeitung der Ausgabe {Name} zu beenden, aber es gibt noch ungespeicherte Änderungen.",
|
package/dist/i18n/lang/en.json
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"priorityLabel": "Priority",
|
|
7
7
|
"statusLabel": "Status",
|
|
8
8
|
"startDatePlaceholder": "Start date",
|
|
9
|
-
"startDateError": "",
|
|
9
|
+
"startDateError": "Invalid date",
|
|
10
10
|
"startDateExample": "(Ex: 28/04/2022)",
|
|
11
11
|
"endDatePlaceholder": "End date",
|
|
12
|
-
"endDateError": "",
|
|
12
|
+
"endDateError": "Invalid date",
|
|
13
13
|
"endDateExample": "(Ex: 28/05/2022)",
|
|
14
14
|
"assignedToLabel": "Assigned to",
|
|
15
15
|
"creatorsLabel": "Created by",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"dragDropImageText": "Please select a file",
|
|
54
54
|
"addObjectButton": "Object",
|
|
55
55
|
"addAnnotationButton": "Annotation",
|
|
56
|
-
"annotationButtonTooltip": "",
|
|
56
|
+
"annotationButtonTooltip": "This topic has no viewpoint",
|
|
57
57
|
"addPictureButton": "Add a picture",
|
|
58
58
|
"titlePlaceholder": "Title *",
|
|
59
59
|
"titleErrorMessage": "Missing title",
|
package/dist/i18n/lang/es.json
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"priorityLabel": "Prioridad",
|
|
7
7
|
"statusLabel": "Estado",
|
|
8
8
|
"startDatePlaceholder": "Fecha de inicio",
|
|
9
|
-
"startDateError": "",
|
|
9
|
+
"startDateError": "Fecha inválida",
|
|
10
10
|
"startDateExample": "(Ej: 28/04/2022)",
|
|
11
11
|
"endDatePlaceholder": "Fecha de finalización",
|
|
12
|
-
"endDateError": "",
|
|
12
|
+
"endDateError": "Fecha inválida",
|
|
13
13
|
"endDateExample": "(Ej: 28/05/2022)",
|
|
14
14
|
"assignedToLabel": "Asignado a",
|
|
15
15
|
"creatorsLabel": "Creado por",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
},
|
|
52
52
|
"BcfTopicForm": {
|
|
53
53
|
"dragDropImageText": "Seleccione un archivo",
|
|
54
|
-
"addObjectButton": "",
|
|
55
|
-
"addAnnotationButton": "",
|
|
56
|
-
"annotationButtonTooltip": "",
|
|
54
|
+
"addObjectButton": "Objeto",
|
|
55
|
+
"addAnnotationButton": "Anotación",
|
|
56
|
+
"annotationButtonTooltip": "Actualmente este tema no posee ningún punto de vista",
|
|
57
57
|
"addPictureButton": "Añadir una imagen",
|
|
58
58
|
"titlePlaceholder": "Título *",
|
|
59
59
|
"titleErrorMessage": "Falta el título",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"dueDateLabel": "Fecha de vencimiento (DD/MM/AAAA)",
|
|
66
66
|
"dateErrorMessage": "Formato de la fecha o fecha incorrecta",
|
|
67
67
|
"descriptionLabel": "Descripción",
|
|
68
|
-
"labelsLabel": "",
|
|
68
|
+
"labelsLabel": "Etiquetas",
|
|
69
69
|
"createButton": "Validar",
|
|
70
70
|
"updateButton": "Modificar este BCF",
|
|
71
71
|
"modalText": "Está a punto de salir de la edición del problema de {name} pero hay cambios sin guardar.",
|
package/dist/i18n/lang/fr.json
CHANGED
|
@@ -1,158 +1,159 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
"
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
2
|
+
"BcfComponents": {
|
|
3
|
+
"BcfFilters": {
|
|
4
|
+
"filtersButton": "Filtres",
|
|
5
|
+
"filtersTitle": "Filtres",
|
|
6
|
+
"priorityLabel": "Priorité",
|
|
7
|
+
"statusLabel": "Statut",
|
|
8
|
+
"startDatePlaceholder": "Date de début",
|
|
9
|
+
"startDateError": "Date invalide",
|
|
10
|
+
"startDateExample": "(Ex: 28/04/2022)",
|
|
11
|
+
"endDatePlaceholder": "Date de fin",
|
|
12
|
+
"endDateError": "Date invalide",
|
|
13
|
+
"endDateExample": "(Ex: 28/05/2022)",
|
|
14
|
+
"assignedToLabel": "Assigné à",
|
|
15
|
+
"creatorsLabel": "Créé par",
|
|
16
|
+
"tagsLabel": "Tags",
|
|
17
|
+
"resetButton": "Réinitialiser",
|
|
18
|
+
"searchButton": "Rechercher",
|
|
19
|
+
"undefined": "Non défini"
|
|
20
|
+
},
|
|
21
|
+
"BcfSettings": {
|
|
22
|
+
"goBackButton": "Retour",
|
|
23
|
+
"title": "Paramètres BCF",
|
|
24
|
+
"text": "Créez, renseignez et listez les paramètres BCF que vous souhaitez avoir sur ce projet",
|
|
25
|
+
"validateButton": "Valider les paramètres BCF"
|
|
26
|
+
},
|
|
27
|
+
"BcfStatistics": {
|
|
28
|
+
"emptyText": "Ajoutez des questions pour voir les statistiques associées ici.",
|
|
29
|
+
"issues": "problèmes",
|
|
30
|
+
"extension": {
|
|
31
|
+
"Priority": "Priorité",
|
|
32
|
+
"PriorityNotDefined": "Aucune priorité",
|
|
33
|
+
"PriorityTitle": "Priorités",
|
|
34
|
+
"Status": "Statut",
|
|
35
|
+
"StatusNotDefined": "Aucun statut",
|
|
36
|
+
"StatusTitle": "Statuts"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"BcfTopicCard": {
|
|
40
|
+
"priority": "Priorité : ",
|
|
41
|
+
"noPriority": "Aucune",
|
|
42
|
+
"assignedTo": "Assigné à : ",
|
|
43
|
+
"elements": "Élements",
|
|
44
|
+
"noElements": "0 Élement",
|
|
45
|
+
"notSpecified": "Non défini",
|
|
46
|
+
"see": "Voir"
|
|
47
|
+
},
|
|
48
|
+
"BcfTopicCreationCard": {
|
|
49
|
+
"text": "Créer un nouveau topic BCF",
|
|
50
|
+
"createBcfSideTitle": "Signaler un problème"
|
|
51
|
+
},
|
|
52
|
+
"BcfTopicForm": {
|
|
53
|
+
"createTitle": "Signaler un problème",
|
|
54
|
+
"dragDropImageText": "Veuillez sélectionner un fichier",
|
|
55
|
+
"addObjectButton": "Objet",
|
|
56
|
+
"addAnnotationButton": "Annotation",
|
|
57
|
+
"annotationButtonTooltip": "Ce topic ne possède actuellement aucun point de vue",
|
|
58
|
+
"addPictureButton": "Ajouter une image",
|
|
59
|
+
"titlePlaceholder": "Titre *",
|
|
60
|
+
"titleErrorMessage": "Titre manquant",
|
|
61
|
+
"typeLabel": "Type",
|
|
62
|
+
"priorityLabel": "Priorité",
|
|
63
|
+
"statusLabel": "Statut",
|
|
64
|
+
"stageLabel": "Phase",
|
|
65
|
+
"assignedToLabel": "Assigné à",
|
|
66
|
+
"dueDateLabel": "Date d'échéance (JJ/MM/AAAA)",
|
|
67
|
+
"dateErrorMessage": "Format de date ou date incorrecte",
|
|
68
|
+
"descriptionLabel": "Description",
|
|
69
|
+
"labelsLabel": "Tags",
|
|
70
|
+
"createButton": "Valider",
|
|
71
|
+
"updateButton": "Modifier ce BCF",
|
|
72
|
+
"modalText": "Vous êtes sur le point de quitter l'édition de l'issue {name} mais il y'a des modifications non enregistrées.",
|
|
73
|
+
"cancelButton": "Annuler les modifications",
|
|
74
|
+
"continueButton": "Continuer les modifications"
|
|
75
|
+
},
|
|
76
|
+
"BcfTopicOverview": {
|
|
77
|
+
"openViewer": "Ouvrir dans le viewer",
|
|
78
|
+
"openViewerNoModels": "Il n'y a aucun modèle prêt pour une visualisation",
|
|
79
|
+
"elements": "{count} Élements",
|
|
80
|
+
"noElements": "Aucun élément concerné",
|
|
81
|
+
"type": "Type",
|
|
82
|
+
"noTypeSpecified": "Pas de type spécifié",
|
|
83
|
+
"description": "Description",
|
|
84
|
+
"noDescriptionProvided": "Pas de description renseignée",
|
|
85
|
+
"assignedTo": "Assigné à",
|
|
86
|
+
"notAssigned": "Non assigné",
|
|
87
|
+
"dueDate": "Échéance",
|
|
88
|
+
"noDueDate": "Pas de date d'échéance",
|
|
89
|
+
"informations": "Informations",
|
|
90
|
+
"status": "Statut",
|
|
91
|
+
"noStatusSpecified": "Pas de statut spécifié",
|
|
92
|
+
"stage": "Phase",
|
|
93
|
+
"noStageProvided": "Pas de phase renseignée",
|
|
94
|
+
"priority": "Priorité",
|
|
95
|
+
"priorityNotDefined": "Non défini",
|
|
96
|
+
"author": "Auteur",
|
|
97
|
+
"tags": "Tags",
|
|
98
|
+
"noTags": "Pas de tags",
|
|
99
|
+
"commentButton": "Poster un commentaire",
|
|
100
|
+
"deleteText": "Vous êtes sur le point de supprimer {name}",
|
|
101
|
+
"deleteBcfButton": "Supprimer ce BCF",
|
|
102
|
+
"keepBcfButton": "Conserver ce BCF"
|
|
103
|
+
},
|
|
104
|
+
"BcfTopicsTable": {
|
|
105
|
+
"headers": {
|
|
106
|
+
"index": "#",
|
|
107
|
+
"priority": "Priorité",
|
|
108
|
+
"status": "Statut",
|
|
109
|
+
"title": "Titre",
|
|
110
|
+
"creator": "Auteur",
|
|
111
|
+
"date": "Date"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"BcfTopicActionsCell": {
|
|
115
|
+
"seeButton": "Voir"
|
|
116
|
+
},
|
|
117
|
+
"BcfTopicComments": {
|
|
118
|
+
"commentButton": "Poster un commentaire",
|
|
119
|
+
"commentLabel": "Poster un commentaire",
|
|
120
|
+
"commentText": "Commentaire",
|
|
121
|
+
"cancelButton": "Annuler",
|
|
122
|
+
"publishButton": "Publier",
|
|
123
|
+
"commentsText": "commentaires",
|
|
124
|
+
"deleteCommentText": "Supprimer ce commentaire ?",
|
|
125
|
+
"deleteButton": "Supprimer"
|
|
126
|
+
},
|
|
127
|
+
"BcfTopicPriorityCell": {
|
|
128
|
+
"noPriority": "Aucune"
|
|
129
|
+
},
|
|
130
|
+
"SettingCard": {
|
|
131
|
+
"addButton": "ajouter un élément",
|
|
132
|
+
"cancelButton": "Annuler",
|
|
133
|
+
"validateButton": "Valider",
|
|
134
|
+
"deleteExtensionText": "Supprimmer ce paramètre",
|
|
135
|
+
"deleteButton": "Supprimer",
|
|
136
|
+
"title": {
|
|
137
|
+
"Priority": "Priorités",
|
|
138
|
+
"Label": "Tags",
|
|
139
|
+
"Status": "Statuts",
|
|
140
|
+
"Type": "Types",
|
|
141
|
+
"Stage": "Phases"
|
|
142
|
+
},
|
|
143
|
+
"input": {
|
|
144
|
+
"Priority": "Ajouter une nouvelle priorité",
|
|
145
|
+
"Label": "Ajouter un nouveau label",
|
|
146
|
+
"Status": "Ajouter un nouveau statut",
|
|
147
|
+
"Type": "Ajouter un nouveau type",
|
|
148
|
+
"Stage": "Ajouter une nouvelle phase"
|
|
149
|
+
},
|
|
150
|
+
"text": {
|
|
151
|
+
"Priority": "Liste des priorités",
|
|
152
|
+
"Label": "Liste des tags",
|
|
153
|
+
"Status": "Liste des statuts",
|
|
154
|
+
"Type": "Liste des types",
|
|
155
|
+
"Stage": "Liste des phases"
|
|
156
|
+
}
|
|
157
|
+
}
|
|
156
158
|
}
|
|
157
|
-
}
|
|
158
159
|
}
|
package/dist/i18n/lang/it.json
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"priorityLabel": "Priorità",
|
|
7
7
|
"statusLabel": "Stato",
|
|
8
8
|
"startDatePlaceholder": "Data di inizio",
|
|
9
|
-
"startDateError": "",
|
|
9
|
+
"startDateError": "Data invalida",
|
|
10
10
|
"startDateExample": "(Ad es. 28/04/2022)",
|
|
11
11
|
"endDatePlaceholder": "Data di fine",
|
|
12
|
-
"endDateError": "",
|
|
12
|
+
"endDateError": "Data invalida",
|
|
13
13
|
"endDateExample": "(Ad es. 28/05/2022)",
|
|
14
14
|
"assignedToLabel": "Assegnato a",
|
|
15
15
|
"creatorsLabel": "Creato da",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
},
|
|
52
52
|
"BcfTopicForm": {
|
|
53
53
|
"dragDropImageText": "Selezionare un file",
|
|
54
|
-
"addObjectButton": "",
|
|
55
|
-
"addAnnotationButton": "",
|
|
56
|
-
"annotationButtonTooltip": "",
|
|
54
|
+
"addObjectButton": "Oggetto",
|
|
55
|
+
"addAnnotationButton": "Annotazione",
|
|
56
|
+
"annotationButtonTooltip": "Attualmente questo argomento non presenta alcun punto di vista",
|
|
57
57
|
"addPictureButton": "Aggiungere un'immagine",
|
|
58
58
|
"titlePlaceholder": "Titolo *",
|
|
59
59
|
"titleErrorMessage": "Titolo mancante",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"dueDateLabel": "Data di scadenza (GG/MM/AAAA)",
|
|
66
66
|
"dateErrorMessage": "Formato della data o data errati",
|
|
67
67
|
"descriptionLabel": "Descrizione",
|
|
68
|
-
"labelsLabel": "",
|
|
68
|
+
"labelsLabel": "Tag",
|
|
69
69
|
"createButton": "Conferma",
|
|
70
70
|
"updateButton": "Modificare questo BCF",
|
|
71
71
|
"modalText": "State per abbandonare la modifica di {name} ma ci sono modifiche non salvate.",
|