shared-ritm 1.3.33 → 1.3.35
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/package.json
CHANGED
|
@@ -79,15 +79,7 @@
|
|
|
79
79
|
</q-card-section>
|
|
80
80
|
|
|
81
81
|
<q-card-actions align="center">
|
|
82
|
-
<q-btn
|
|
83
|
-
v-if="mode === 'view'"
|
|
84
|
-
class="remove"
|
|
85
|
-
data-test="remove-button"
|
|
86
|
-
flat
|
|
87
|
-
label="Удалить"
|
|
88
|
-
:loading="loading"
|
|
89
|
-
@click="emit('delete')"
|
|
90
|
-
/>
|
|
82
|
+
<q-btn v-if="mode === 'view'" class="remove" flat label="Удалить" :loading="loading" @click="emit('delete')" />
|
|
91
83
|
<q-btn
|
|
92
84
|
v-if="mode !== 'view'"
|
|
93
85
|
class="confirm"
|
|
@@ -107,7 +99,7 @@
|
|
|
107
99
|
:disable="loading"
|
|
108
100
|
@click="$emit('edit')"
|
|
109
101
|
/>
|
|
110
|
-
<q-btn class="cancel" data-test="
|
|
102
|
+
<q-btn class="cancel" data-test="close-button" flat label="Закрыть" :disable="loading" @click="close" />
|
|
111
103
|
</q-card-actions>
|
|
112
104
|
</q-card>
|
|
113
105
|
</q-dialog>
|