@bimdata/bcf-components 2.0.0-alpha.1 → 2.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/dist/i18n/lang/de.json +155 -152
- package/dist/i18n/lang/en.json +155 -154
- package/dist/i18n/lang/es.json +155 -152
- package/dist/i18n/lang/fr.json +5 -5
- package/dist/i18n/lang/it.json +155 -152
- package/dist/vue2/bcf-components.es.js +799 -741
- package/dist/vue2/style.css +1 -1
- package/dist/vue3/bcf-components.es.js +460 -404
- package/dist/vue3/style.css +1 -1
- package/package.json +3 -4
- package/vue2-plugin.js +1 -1
package/dist/i18n/lang/en.json
CHANGED
|
@@ -1,157 +1,158 @@
|
|
|
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
|
-
|
|
2
|
+
"BcfComponents": {
|
|
3
|
+
"BcfFilters": {
|
|
4
|
+
"filtersButton": "Filters",
|
|
5
|
+
"filtersTitle": "Filters",
|
|
6
|
+
"priorityLabel": "Priority",
|
|
7
|
+
"statusLabel": "Status",
|
|
8
|
+
"startDatePlaceholder": "Start date",
|
|
9
|
+
"startDateError": "",
|
|
10
|
+
"startDateExample": "(Ex: 28/04/2022)",
|
|
11
|
+
"endDatePlaceholder": "End date",
|
|
12
|
+
"endDateError": "",
|
|
13
|
+
"endDateExample": "(Ex: 28/05/2022)",
|
|
14
|
+
"assignedToLabel": "Assigned to",
|
|
15
|
+
"creatorsLabel": "Created by",
|
|
16
|
+
"tagsLabel": "Tags",
|
|
17
|
+
"resetButton": "Reset",
|
|
18
|
+
"searchButton": "Search",
|
|
19
|
+
"undefined": "Not defined"
|
|
20
|
+
},
|
|
21
|
+
"BcfSettings": {
|
|
22
|
+
"goBackButton": "Back",
|
|
23
|
+
"title": "BCF Settings",
|
|
24
|
+
"text": "Create, enter in, and list the BCF settings you would like to have for this project",
|
|
25
|
+
"validateButton": "Validate BCF settings"
|
|
26
|
+
},
|
|
27
|
+
"BcfStatistics": {
|
|
28
|
+
"emptyText": "Add BCF Topics to start to have some stats here.",
|
|
29
|
+
"issues": "issues",
|
|
30
|
+
"extension": {
|
|
31
|
+
"Priority": "Priority",
|
|
32
|
+
"PriorityNotDefined": "No priority",
|
|
33
|
+
"PriorityTitle": "Priorities",
|
|
34
|
+
"Status": "Status",
|
|
35
|
+
"StatusNotDefined": "No status",
|
|
36
|
+
"StatusTitle": "Status"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"BcfTopicCard": {
|
|
40
|
+
"priority": "Priority: ",
|
|
41
|
+
"noPriority": "None",
|
|
42
|
+
"assignedTo": "Assigned to: ",
|
|
43
|
+
"elements": "Elements",
|
|
44
|
+
"noElements": "0 Element",
|
|
45
|
+
"notSpecified": "Not specified",
|
|
46
|
+
"see": "See"
|
|
47
|
+
},
|
|
48
|
+
"BcfTopicCreationCard": {
|
|
49
|
+
"text": "Create a new BCF topic",
|
|
50
|
+
"createBcfSideTitle": "Report a problem"
|
|
51
|
+
},
|
|
52
|
+
"BcfTopicForm": {
|
|
53
|
+
"dragDropImageText": "Please select a file",
|
|
54
|
+
"addObjectButton": "Object",
|
|
55
|
+
"addAnnotationButton": "Annotation",
|
|
56
|
+
"annotationButtonTooltip": "",
|
|
57
|
+
"addPictureButton": "Add a picture",
|
|
58
|
+
"titlePlaceholder": "Title *",
|
|
59
|
+
"titleErrorMessage": "Missing title",
|
|
60
|
+
"typeLabel": "Type",
|
|
61
|
+
"priorityLabel": "Priority",
|
|
62
|
+
"statusLabel": "Status",
|
|
63
|
+
"stageLabel": "Stage",
|
|
64
|
+
"assignedToLabel": "Assigned to",
|
|
65
|
+
"dueDateLabel": "Due date",
|
|
66
|
+
"dateErrorMessage": "Date format or incorrect date",
|
|
67
|
+
"dateExample": "(Ex: 28/04/2022)",
|
|
68
|
+
"descriptionLabel": "Description",
|
|
69
|
+
"labelsLabel": "Tags",
|
|
70
|
+
"createButton": "Validate",
|
|
71
|
+
"updateButton": "Modify this BCF",
|
|
72
|
+
"modalText": "You are about to quit editing issue {name} but there are unsaved changes.",
|
|
73
|
+
"cancelButton": "Discard changes",
|
|
74
|
+
"continueButton": "Continue editing"
|
|
75
|
+
},
|
|
76
|
+
"BcfTopicOverview": {
|
|
77
|
+
"openViewer": "Open in viewer",
|
|
78
|
+
"openViewerNoModels": "No model to open",
|
|
79
|
+
"elements": "{count} Elements",
|
|
80
|
+
"noElements": "No element",
|
|
81
|
+
"type": "Type:",
|
|
82
|
+
"noTypeSpecified": "No type specified",
|
|
83
|
+
"description": "Description: ",
|
|
84
|
+
"noDescriptionProvided": "No description provided",
|
|
85
|
+
"assignedTo": "Assigned to:",
|
|
86
|
+
"notAssigned": "Not assigned",
|
|
87
|
+
"dueDate": "Due date:",
|
|
88
|
+
"noDueDate": "No due date",
|
|
89
|
+
"informations": "Informations",
|
|
90
|
+
"status": "Status:",
|
|
91
|
+
"noStatusSpecified": "No status specified",
|
|
92
|
+
"stage": "Stage:",
|
|
93
|
+
"noStageProvided": "No stage provided",
|
|
94
|
+
"priority": "Priority:",
|
|
95
|
+
"priorityNotDefined": "Not defined",
|
|
96
|
+
"tags": "Tags:",
|
|
97
|
+
"noTags": "No tags",
|
|
98
|
+
"commentButton": "Post a comment",
|
|
99
|
+
"deleteText": "You are about to delete {name}",
|
|
100
|
+
"deleteBcfButton": "Delete this BCF",
|
|
101
|
+
"keepBcfButton": "Keep this BCF"
|
|
102
|
+
},
|
|
103
|
+
"BcfTopicsTable": {
|
|
104
|
+
"headers": {
|
|
105
|
+
"index": "#",
|
|
106
|
+
"priority": "Priority",
|
|
107
|
+
"status": "Status",
|
|
108
|
+
"title": "Title",
|
|
109
|
+
"creator": "Author",
|
|
110
|
+
"date": "Date"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"BcfTopicActionsCell": {
|
|
114
|
+
"seeButton": "See"
|
|
115
|
+
},
|
|
116
|
+
"BcfTopicComments": {
|
|
117
|
+
"commentButton": "Post a comment",
|
|
118
|
+
"commentLabel": "Post a comment",
|
|
119
|
+
"commentText": "Comment",
|
|
120
|
+
"cancelButton": "Cancel",
|
|
121
|
+
"publishButton": "Publish",
|
|
122
|
+
"commentsText": "Comments",
|
|
123
|
+
"deleteCommentText": "Delete this comment ?",
|
|
124
|
+
"deleteButton": "Delete"
|
|
125
|
+
},
|
|
126
|
+
"BcfTopicPriorityCell": {
|
|
127
|
+
"noPriority": "None"
|
|
128
|
+
},
|
|
129
|
+
"SettingCard": {
|
|
130
|
+
"addButton": "add an element",
|
|
131
|
+
"cancelButton": "Cancel",
|
|
132
|
+
"validateButton": "Validate",
|
|
133
|
+
"deleteExtensionText": "Remove this setting",
|
|
134
|
+
"deleteButton": "Delete",
|
|
135
|
+
"title": {
|
|
136
|
+
"Priority": "Priorities",
|
|
137
|
+
"Label": "Labels",
|
|
138
|
+
"Status": "Status",
|
|
139
|
+
"Type": "Types",
|
|
140
|
+
"Stage": "Stages"
|
|
141
|
+
},
|
|
142
|
+
"input": {
|
|
143
|
+
"Priority": "Add a new priority",
|
|
144
|
+
"Label": "Add a new label",
|
|
145
|
+
"Status": "Add new status",
|
|
146
|
+
"Type": "Add a new type",
|
|
147
|
+
"Stage": "Add a new stage"
|
|
148
|
+
},
|
|
149
|
+
"text": {
|
|
150
|
+
"Priority": "Priority list",
|
|
151
|
+
"Label": "Labels list",
|
|
152
|
+
"Status": "Status list",
|
|
153
|
+
"Type": "Type list",
|
|
154
|
+
"Stage": "Stage list"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
155
157
|
}
|
|
156
|
-
}
|
|
157
158
|
}
|