bfg-common 1.4.388 → 1.4.390
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/components/common/layout/theHeader/feedback/new/additionalDetails/AdditionalDetails.vue
CHANGED
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
<ui-button
|
|
15
15
|
test-id="feedback-take-screenshot-btn"
|
|
16
16
|
size="md"
|
|
17
|
-
type="
|
|
17
|
+
type="default"
|
|
18
|
+
variant="outline"
|
|
18
19
|
min-width="96px"
|
|
19
20
|
class="take-screenshot"
|
|
20
21
|
@click="onTakeScreenshot"
|
|
@@ -31,7 +32,8 @@
|
|
|
31
32
|
<ui-button
|
|
32
33
|
test-id="feedback-upload-file-btn"
|
|
33
34
|
size="md"
|
|
34
|
-
type="
|
|
35
|
+
type="default"
|
|
36
|
+
variant="outline"
|
|
35
37
|
min-width="96px"
|
|
36
38
|
class="upload-image"
|
|
37
39
|
>
|
|
@@ -66,7 +68,8 @@
|
|
|
66
68
|
<ui-button
|
|
67
69
|
test-id="feedback-image-annotate-btn"
|
|
68
70
|
size="md"
|
|
69
|
-
type="
|
|
71
|
+
type="default"
|
|
72
|
+
variant="outline"
|
|
70
73
|
class=""
|
|
71
74
|
>
|
|
72
75
|
<ui-icon
|
|
@@ -81,7 +84,8 @@
|
|
|
81
84
|
<ui-button
|
|
82
85
|
test-id="feedback-image-remove-btn"
|
|
83
86
|
size="md"
|
|
84
|
-
type="
|
|
87
|
+
type="default"
|
|
88
|
+
variant="outline"
|
|
85
89
|
class=""
|
|
86
90
|
@click="onRemoveScreenshot"
|
|
87
91
|
>
|
|
@@ -140,8 +144,6 @@ const onTakeScreenshot = (): void => {
|
|
|
140
144
|
const parentModalDialog = document.getElementById('feedback-modal-dialog-Id')
|
|
141
145
|
if (!parentMain || !parentModalDialog) return
|
|
142
146
|
|
|
143
|
-
console.log(4444)
|
|
144
|
-
|
|
145
147
|
const display = parentMain.style.display
|
|
146
148
|
memoryParentMain.value = parentMain.style.display
|
|
147
149
|
parentMain.style.display = 'none'
|
|
@@ -260,13 +262,6 @@ const clearAll = (): void => {
|
|
|
260
262
|
@import 'assets/scss/common/mixins.scss';
|
|
261
263
|
.additional-details {
|
|
262
264
|
.button-container {
|
|
263
|
-
.upload-image,
|
|
264
|
-
.take-screenshot {
|
|
265
|
-
color: #4d5d69;
|
|
266
|
-
gap: 8px;
|
|
267
|
-
border: 1px solid #e9ebed;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
265
|
.upload-image {
|
|
271
266
|
label {
|
|
272
267
|
@include flex($align: center, $just: center);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bfg-common",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.390",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "nuxt build",
|
|
7
7
|
"dev": "nuxt dev --port=3002",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@vueuse/components": "^10.1.2",
|
|
36
36
|
"date-fns": "^2.29.3",
|
|
37
37
|
"bfg-nuxt-3-graph": "1.0.15",
|
|
38
|
-
"bfg-uikit": "1.0.
|
|
38
|
+
"bfg-uikit": "1.0.192",
|
|
39
39
|
"html2canvas": "^1.4.1",
|
|
40
40
|
"prettier-eslint": "^15.0.1"
|
|
41
41
|
}
|