@bimdata/bcf-components 6.0.0-rc.14 → 6.0.0-rc.16
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/bcf-components.mjs +1702 -1538
- package/dist/i18n/lang/en.json +3 -1
- package/dist/i18n/lang/fr.json +3 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/i18n/lang/en.json
CHANGED
|
@@ -65,7 +65,9 @@
|
|
|
65
65
|
"cancelButton": "Discard changes",
|
|
66
66
|
"continueButton": "Continue editing",
|
|
67
67
|
"createTitle": "Report a problem",
|
|
68
|
-
"dragDropImageTextTablet": "Take a picture"
|
|
68
|
+
"dragDropImageTextTablet": "Take a picture",
|
|
69
|
+
"searchPlaceholder": "Search",
|
|
70
|
+
"emptySearch": "No result"
|
|
69
71
|
},
|
|
70
72
|
"BcfTopicOverview": {
|
|
71
73
|
"openViewer": "Open in viewer",
|
package/dist/i18n/lang/fr.json
CHANGED
|
@@ -67,7 +67,9 @@
|
|
|
67
67
|
"cancelButton": "Annuler les modifications",
|
|
68
68
|
"continueButton": "Continuer les modifications",
|
|
69
69
|
"takeSnapshot": "Prendre un snapshot",
|
|
70
|
-
"importFile": "Importer un fichier"
|
|
70
|
+
"importFile": "Importer un fichier",
|
|
71
|
+
"searchPlaceholder": "Rechercher",
|
|
72
|
+
"emptySearch": "Pas de résultat"
|
|
71
73
|
},
|
|
72
74
|
"BcfTopicOverview": {
|
|
73
75
|
"openViewer": "Ouvrir dans le viewer",
|