wave-ui 1.65.0 → 1.65.1
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/wave-ui.cjs.js +1 -1
- package/dist/wave-ui.es.js +4 -3
- package/dist/wave-ui.umd.js +1 -1
- package/package.json +1 -1
- package/src/wave-ui/components/w-confirm.vue +25 -25
package/dist/wave-ui.es.js
CHANGED
|
@@ -1847,9 +1847,9 @@ var render$H = function() {
|
|
|
1847
1847
|
var _vm = this;
|
|
1848
1848
|
var _h = _vm.$createElement;
|
|
1849
1849
|
var _c = _vm._self._c || _h;
|
|
1850
|
-
return _c("
|
|
1850
|
+
return _c("w-menu", _vm._b({ scopedSlots: _vm._u([{ key: "activator", fn: function(ref) {
|
|
1851
1851
|
var on = ref.on;
|
|
1852
|
-
return [_c("w-button", _vm._g(_vm._b({ staticClass: "w-
|
|
1852
|
+
return [_c("w-button", _vm._g(_vm._b({ staticClass: "w-confirm" }, "w-button", _vm.buttonProps, false), Object.assign({}, _vm.$listeners, _vm.disablePrompt ? {} : on)), [_vm._t("default")], 2)];
|
|
1853
1853
|
} }], null, true), model: { value: _vm.showPopup, callback: function($$v) {
|
|
1854
1854
|
_vm.showPopup = $$v;
|
|
1855
1855
|
}, expression: "showPopup" } }, "w-menu", _vm.wMenuProps, false), [_c("w-flex", { attrs: { "column": !_vm.inline, "align-center": "" } }, [_c("div", [_vm._t("question", function() {
|
|
@@ -1868,11 +1868,12 @@ var render$H = function() {
|
|
|
1868
1868
|
!_vm.persistent && _vm.onCancel();
|
|
1869
1869
|
}, "click": _vm.onConfirm } }, "w-button", _vm.confirmButtonProps, false), [_vm._t("confirm", function() {
|
|
1870
1870
|
return [_vm._v(_vm._s(_vm.confirmButton.label))];
|
|
1871
|
-
})], 2)], 1)])], 1)
|
|
1871
|
+
})], 2)], 1)])], 1);
|
|
1872
1872
|
};
|
|
1873
1873
|
var staticRenderFns$H = [];
|
|
1874
1874
|
const __vue2_script$H = {
|
|
1875
1875
|
name: "w-confirm",
|
|
1876
|
+
inheritAttrs: false,
|
|
1876
1877
|
props: {
|
|
1877
1878
|
bgColor: { type: String },
|
|
1878
1879
|
color: { type: String },
|