cleek 2.6.78 → 2.6.79
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/cleek.es.js +3 -1
- package/dist/cleek.umd.js +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -83663,6 +83663,7 @@ const _sfc_main$i = defineComponent$2({
|
|
|
83663
83663
|
notCloseByBg: { type: Boolean },
|
|
83664
83664
|
notClose: { type: Boolean },
|
|
83665
83665
|
preventCloseOnCancel: { type: Boolean },
|
|
83666
|
+
isLoading: { type: Boolean },
|
|
83666
83667
|
width: {},
|
|
83667
83668
|
maxWidth: {},
|
|
83668
83669
|
layout: {},
|
|
@@ -83842,13 +83843,14 @@ const _sfc_main$i = defineComponent$2({
|
|
|
83842
83843
|
_ctx.confirmButtons || _ctx.acceptButton ? (openBlock$2(), createBlock$2(CkButton, {
|
|
83843
83844
|
key: 1,
|
|
83844
83845
|
type: realAcceptBtnType.value,
|
|
83846
|
+
isLoading: _ctx.isLoading,
|
|
83845
83847
|
onClick: _cache[2] || (_cache[2] = ($event) => onAccept())
|
|
83846
83848
|
}, {
|
|
83847
83849
|
default: withCtx$2(() => [
|
|
83848
83850
|
createTextVNode$2(toDisplayString$1(realAcceptBtnText.value), 1)
|
|
83849
83851
|
]),
|
|
83850
83852
|
_: 1
|
|
83851
|
-
}, 8, ["type"])) : createCommentVNode$2("", true)
|
|
83853
|
+
}, 8, ["type", "isLoading"])) : createCommentVNode$2("", true)
|
|
83852
83854
|
])) : createCommentVNode$2("", true)
|
|
83853
83855
|
])) : createCommentVNode$2("", true)
|
|
83854
83856
|
], 38)
|