wave-ui 1.57.0 → 1.58.0

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.
@@ -1244,7 +1244,7 @@ var render$J = function() {
1244
1244
  var _vm = this;
1245
1245
  var _h = _vm.$createElement;
1246
1246
  var _c = _vm._self._c || _h;
1247
- return _c(_vm.route ? "a" : "button", _vm._g(_vm._b({ tag: "component", staticClass: "w-button", class: _vm.classes, style: _vm.styles, attrs: { "type": !_vm.route && _vm.type, "href": _vm.route && (_vm.externalLink ? _vm.route : _vm.resolvedRoute) || null, "disabled": !!_vm.disabled || null } }, "component", _vm.$attrs, false), _vm.listeners), [_vm.icon ? _c("w-icon", [_vm._v(_vm._s(_vm.icon))]) : _vm._t("default"), _c("transition", { attrs: { "name": "scale-fade" } }, [_vm.loading ? _c("div", { staticClass: "w-button__loader" }, [_vm._t("loading", function() {
1247
+ return _c(_vm.route ? "a" : "button", _vm._g(_vm._b({ tag: "component", staticClass: "w-button", class: _vm.classes, style: _vm.styles, attrs: { "type": !_vm.route && _vm.type, "href": _vm.route && (_vm.externalLink ? _vm.route : _vm.resolvedRoute) || null, "disabled": !!_vm.disabled || null } }, "component", _vm.$attrs, false), _vm.listeners), [_vm.icon ? _c("w-icon", _vm._b({}, "w-icon", _vm.iconProps || {}, false), [_vm._v(_vm._s(_vm.icon))]) : _vm._t("default"), _c("transition", { attrs: { "name": "scale-fade" } }, [_vm.loading ? _c("div", { staticClass: "w-button__loader" }, [_vm._t("loading", function() {
1248
1248
  return [_c("svg", { attrs: { "viewBox": "0 0 40 40" } }, [_c("circle", { attrs: { "cx": "20", "cy": "20", "r": "18", "fill": "transparent", "stroke": "currentColor", "stroke-width": "4", "stroke-linecap": "round" } })])];
1249
1249
  })], 2) : _vm._e()])], 2);
1250
1250
  };
@@ -1267,6 +1267,7 @@ const __vue2_script$J = {
1267
1267
  disabled: { type: Boolean },
1268
1268
  loading: { type: Boolean },
1269
1269
  icon: { type: String, default: null },
1270
+ iconProps: { type: Object, default: () => ({}) },
1270
1271
  absolute: { type: Boolean },
1271
1272
  fixed: { type: Boolean },
1272
1273
  top: { type: Boolean },
@@ -3409,7 +3410,7 @@ var DetachableMixin = {
3409
3410
  alignRight: { type: Boolean },
3410
3411
  noPosition: { type: Boolean },
3411
3412
  zIndex: { type: [Number, String, Boolean] },
3412
- activator: { type: [String, Object, HTMLElement] }
3413
+ activator: { type: [String, Object] }
3413
3414
  },
3414
3415
  inject: {
3415
3416
  detachableDefaultRoot: { default: null }