@mythpe/quasar-ui-qui 0.4.76 → 0.4.78
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,19 +275,17 @@ 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,
|
|
280
|
+
noCaps: !0,
|
|
282
281
|
...buttonsProps as any,
|
|
283
282
|
...cancelProps as any
|
|
284
283
|
},
|
|
285
284
|
ok: {
|
|
286
285
|
color: okProps.color || 'primary',
|
|
287
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
288
|
-
// @ts-ignore
|
|
289
286
|
label: t(okProps?.label || 'labels.confirm'),
|
|
290
287
|
outline: !1,
|
|
288
|
+
noCaps: !0,
|
|
291
289
|
...buttonsProps as any,
|
|
292
290
|
...okProps as any
|
|
293
291
|
},
|