@bimdata/bcf-components 2.0.0-rc.1 → 2.0.0-rc.12
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 +0 -1
- package/dist/i18n/lang/en.json +0 -1
- package/dist/i18n/lang/es.json +0 -1
- package/dist/i18n/lang/fr.json +0 -1
- package/dist/i18n/lang/it.json +0 -1
- package/dist/vue2/bcf-components.es.js +674 -463
- package/dist/vue2/style.css +1 -1
- package/dist/vue3/bcf-components.es.js +1591 -1367
- package/dist/vue3/style.css +1 -1
- package/package.json +2 -7
package/dist/i18n/lang/de.json
CHANGED
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
"assignedToLabel": "Zugewiesen an",
|
|
65
65
|
"dueDateLabel": "Fälligkeitsdatum (TT.MM.JJJJ)",
|
|
66
66
|
"dateErrorMessage": "Datumsformat oder falsches Datum",
|
|
67
|
-
"dateExample": "(Z. B.: 28.04.2022)",
|
|
68
67
|
"descriptionLabel": "Beschreibung",
|
|
69
68
|
"labelsLabel": "",
|
|
70
69
|
"createButton": "Bestätigen",
|
package/dist/i18n/lang/en.json
CHANGED
package/dist/i18n/lang/es.json
CHANGED
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
"assignedToLabel": "Asignado a",
|
|
65
65
|
"dueDateLabel": "Fecha de vencimiento (DD/MM/AAAA)",
|
|
66
66
|
"dateErrorMessage": "Formato de la fecha o fecha incorrecta",
|
|
67
|
-
"dateExample": "(Ej: 28/04/2022)",
|
|
68
67
|
"descriptionLabel": "Descripción",
|
|
69
68
|
"labelsLabel": "",
|
|
70
69
|
"createButton": "Validar",
|
package/dist/i18n/lang/fr.json
CHANGED
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
"assignedToLabel": "Assigné à",
|
|
65
65
|
"dueDateLabel": "Date d'échéance (JJ/MM/AAAA)",
|
|
66
66
|
"dateErrorMessage": "Format de date ou date incorrecte",
|
|
67
|
-
"dateExample": "(Ex: 28/04/2022)",
|
|
68
67
|
"descriptionLabel": "Description",
|
|
69
68
|
"labelsLabel": "Tags",
|
|
70
69
|
"createButton": "Valider",
|
package/dist/i18n/lang/it.json
CHANGED
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
"assignedToLabel": "Assegnato a",
|
|
65
65
|
"dueDateLabel": "Data di scadenza (GG/MM/AAAA)",
|
|
66
66
|
"dateErrorMessage": "Formato della data o data errati",
|
|
67
|
-
"dateExample": "(Ad es. 28/04/2022)",
|
|
68
67
|
"descriptionLabel": "Descrizione",
|
|
69
68
|
"labelsLabel": "",
|
|
70
69
|
"createButton": "Conferma",
|