@qikdev/vue-ui 0.1.58 → 0.1.59
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/lib.es.js +3 -3
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +1 -1
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
|
|
|
32
32
|
};
|
|
33
33
|
import { openBlock, createElementBlock, renderSlot, resolveComponent, createBlock, withCtx, createVNode, Fragment, renderList, normalizeClass, toDisplayString, withDirectives, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, mergeProps, toHandlers, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelSelect, withKeys, vModelText, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, vModelCheckbox, reactive, watch } from "vue";
|
|
34
34
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
35
|
-
const version$1 = "0.1.
|
|
35
|
+
const version$1 = "0.1.59";
|
|
36
36
|
var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
37
37
|
var _export_sfc = (sfc, props2) => {
|
|
38
38
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -5379,7 +5379,7 @@ const _sfc_main$Q = {
|
|
|
5379
5379
|
if (this.icon) {
|
|
5380
5380
|
array.push(`ux-btn-icon`);
|
|
5381
5381
|
}
|
|
5382
|
-
array.push(`ux-btn-${this.color}`);
|
|
5382
|
+
array.push(`ux-btn-color-${this.color}`);
|
|
5383
5383
|
if (this.disabled) {
|
|
5384
5384
|
array.push(`ux-btn-disabled`);
|
|
5385
5385
|
}
|
|
@@ -5422,7 +5422,7 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5422
5422
|
_: 3
|
|
5423
5423
|
}, 8, ["active", "loading", "to", "href", "target", "style", "class", "disabled"]);
|
|
5424
5424
|
}
|
|
5425
|
-
var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-
|
|
5425
|
+
var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-e3e87f60"]]);
|
|
5426
5426
|
var checkbox_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
5427
5427
|
const _sfc_main$P = {
|
|
5428
5428
|
props: {
|