@bimdata/bcf-components 1.1.0-rc.6 → 2.0.0-alpha.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/dist/i18n/lang/de.json +1 -4
- package/dist/i18n/lang/en.json +3 -4
- package/dist/i18n/lang/es.json +1 -4
- package/dist/i18n/lang/fr.json +5 -4
- package/dist/i18n/lang/it.json +1 -4
- package/dist/vue2/bcf-components.es.js +913 -8211
- package/dist/vue2/style.css +1 -1
- package/dist/vue3/bcf-components.es.js +1821 -9079
- package/dist/vue3/style.css +1 -1
- package/package.json +2 -3
package/dist/i18n/lang/de.json
CHANGED
|
@@ -14,10 +14,7 @@
|
|
|
14
14
|
"tagsLabel": "Tags",
|
|
15
15
|
"resetButton": "Zurücksetzen",
|
|
16
16
|
"searchButton": "Suchen",
|
|
17
|
-
"
|
|
18
|
-
"undefinedStatus": "Nicht definiert",
|
|
19
|
-
"undefinedUser": "Nicht definiert",
|
|
20
|
-
"undefinedCreator": "Nicht definiert"
|
|
17
|
+
"undefined": "Nicht definiert"
|
|
21
18
|
},
|
|
22
19
|
"BcfSettings": {
|
|
23
20
|
"goBackButton": "Zurück",
|
package/dist/i18n/lang/en.json
CHANGED
|
@@ -14,10 +14,7 @@
|
|
|
14
14
|
"tagsLabel": "Tags",
|
|
15
15
|
"resetButton": "Reset",
|
|
16
16
|
"searchButton": "Search",
|
|
17
|
-
"
|
|
18
|
-
"undefinedStatus": "Undefined",
|
|
19
|
-
"undefinedUser": "Undefined",
|
|
20
|
-
"undefinedCreator": "Undefined"
|
|
17
|
+
"undefined": "Not defined"
|
|
21
18
|
},
|
|
22
19
|
"BcfSettings": {
|
|
23
20
|
"goBackButton": "Back",
|
|
@@ -52,6 +49,8 @@
|
|
|
52
49
|
},
|
|
53
50
|
"BcfTopicForm": {
|
|
54
51
|
"dragDropImageText": "Please select a file",
|
|
52
|
+
"addObjectButton": "Object",
|
|
53
|
+
"addAnnotationButton": "Annotation",
|
|
55
54
|
"addPictureButton": "Add a picture",
|
|
56
55
|
"titlePlaceholder": "Title *",
|
|
57
56
|
"titleErrorMessage": "Missing title",
|
package/dist/i18n/lang/es.json
CHANGED
|
@@ -14,10 +14,7 @@
|
|
|
14
14
|
"tagsLabel": "Etiquetas:",
|
|
15
15
|
"resetButton": "Restablecer",
|
|
16
16
|
"searchButton": "Buscar en",
|
|
17
|
-
"
|
|
18
|
-
"undefinedStatus": "No definido",
|
|
19
|
-
"undefinedUser": "No definido",
|
|
20
|
-
"undefinedCreator": "No definido"
|
|
17
|
+
"undefined": "No definido"
|
|
21
18
|
},
|
|
22
19
|
"BcfSettings": {
|
|
23
20
|
"goBackButton": "Volver",
|
package/dist/i18n/lang/fr.json
CHANGED
|
@@ -6,18 +6,17 @@
|
|
|
6
6
|
"priorityLabel": "Priorité",
|
|
7
7
|
"statusLabel": "Statut",
|
|
8
8
|
"startDatePlaceholder": "Date de début",
|
|
9
|
+
"startDateError": "Date invalide",
|
|
9
10
|
"startDateExample": "(Ex: 28/04/2022)",
|
|
10
11
|
"endDatePlaceholder": "Date de fin",
|
|
12
|
+
"endDateError": "Date invalide",
|
|
11
13
|
"endDateExample": "(Ex: 28/05/2022)",
|
|
12
14
|
"assignedToLabel": "Assigné à",
|
|
13
15
|
"creatorsLabel": "Créé par",
|
|
14
16
|
"tagsLabel": "Tags",
|
|
15
17
|
"resetButton": "Réinitialiser",
|
|
16
18
|
"searchButton": "Rechercher",
|
|
17
|
-
"
|
|
18
|
-
"undefinedStatus": "Non défini",
|
|
19
|
-
"undefinedUser": "Non défini",
|
|
20
|
-
"undefinedCreator": "Non défini"
|
|
19
|
+
"undefined": "Non défini"
|
|
21
20
|
},
|
|
22
21
|
"BcfSettings": {
|
|
23
22
|
"goBackButton": "Retour",
|
|
@@ -52,6 +51,8 @@
|
|
|
52
51
|
},
|
|
53
52
|
"BcfTopicForm": {
|
|
54
53
|
"dragDropImageText": "Veuillez sélectionner un fichier",
|
|
54
|
+
"addObjectButton": "Objet",
|
|
55
|
+
"addAnnotationButton": "Annotation",
|
|
55
56
|
"addPictureButton": "Ajouter une image",
|
|
56
57
|
"titlePlaceholder": "Titre *",
|
|
57
58
|
"titleErrorMessage": "Titre manquant",
|
package/dist/i18n/lang/it.json
CHANGED
|
@@ -14,10 +14,7 @@
|
|
|
14
14
|
"tagsLabel": "Etichette",
|
|
15
15
|
"resetButton": "Ripristina",
|
|
16
16
|
"searchButton": "Cerca",
|
|
17
|
-
"
|
|
18
|
-
"undefinedStatus": "Non definito",
|
|
19
|
-
"undefinedUser": "Non definito",
|
|
20
|
-
"undefinedCreator": "Non definito"
|
|
17
|
+
"undefined": "Non definito"
|
|
21
18
|
},
|
|
22
19
|
"BcfSettings": {
|
|
23
20
|
"goBackButton": "Indietro",
|