@mythpe/quasar-ui-qui 0.4.76 → 0.4.77
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
|
@@ -275,8 +275,6 @@ export const useMyth = () => {
|
|
|
275
275
|
persistent: !0,
|
|
276
276
|
cancel: {
|
|
277
277
|
color: cancelProps.color || undefined,
|
|
278
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
279
|
-
// @ts-ignore
|
|
280
278
|
label: t(cancelProps?.label || 'labels.cancel'),
|
|
281
279
|
outline: !0,
|
|
282
280
|
...buttonsProps as any,
|
|
@@ -284,10 +282,9 @@ export const useMyth = () => {
|
|
|
284
282
|
},
|
|
285
283
|
ok: {
|
|
286
284
|
color: okProps.color || 'primary',
|
|
287
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
288
|
-
// @ts-ignore
|
|
289
285
|
label: t(okProps?.label || 'labels.confirm'),
|
|
290
286
|
outline: !1,
|
|
287
|
+
noCaps: !0,
|
|
291
288
|
...buttonsProps as any,
|
|
292
289
|
...okProps as any
|
|
293
290
|
},
|