eco-vue-js 0.5.15 → 0.5.16
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonGroup.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonGroup.vue"],"names":[],"mappings":"AAsCA;AAGA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;;;;;;;;;UA4BzC,MAAM,EAAE;wCACsB,MAAM,KAAK,KAAK;gBAnBxC,KAAK;;;;;;;;;;;;UAaX,KAAK,EAAE;kBACC,WAAW,GAAG,SAAS;gBAdzB,KAAK;;;;;WA2KZ,GAAG;;uBA1BkB,GAAG;;;YACD,GAAG;;cAzH3B,mBAAmB,SAAS,KAAK,KAAG,IAAI;yCAiJ9B,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,KAAG,IAAI;;;;;;;;;cAxJjD,MAAM,EAAE;4CACsB,MAAM,KAAK,KAAK;oBAnBxC,KAAK;;;;;;;;;;;;cAaX,KAAK,EAAE;sBACC,WAAW,GAAG,SAAS;oBAdzB,KAAK;;;;;oBA0KH,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBA1BkB,GAAG;;;YACD,GAAG;;cAzH3B,mBAAmB,SAAS,KAAK,KAAG,IAAI;;;;;;;;;;;;;kBAPtC,MAAM,EAAE;gDACsB,MAAM,KAAK,KAAK;wBAnBxC,KAAK;;;;;;;;;;;;kBAaX,KAAK,EAAE;0BACC,WAAW,GAAG,SAAS;wBAdzB,KAAK;;;;;wBA0KH,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;eAClD,GAAG;;2BA1BkB,GAAG;;;gBACD,GAAG;;kBAzH3B,mBAAmB,SAAS,KAAK,KAAG,IAAI;;;AAhC9C,wBAuL2E"}
|
@@ -41,7 +41,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
41
41
|
createElementVNode("div", {
|
42
42
|
class: normalizeClass(["flex", {
|
43
43
|
"flex-wrap gap-2": _ctx.wrap,
|
44
|
-
"flex-col gap-2
|
44
|
+
"flex-col gap-2": _ctx.col,
|
45
|
+
"items-start": _ctx.col && !_ctx.stretch
|
45
46
|
}])
|
46
47
|
}, [
|
47
48
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.list, (item, index) => {
|
@@ -51,7 +52,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
51
52
|
loading: getValue(item) === _ctx.loading,
|
52
53
|
disabled: _ctx.disabled || _ctx.loading !== void 0 && getValue(item) !== _ctx.loading,
|
53
54
|
minimize: _ctx.minimize,
|
54
|
-
join: !_ctx.wrap,
|
55
|
+
join: !_ctx.wrap && !_ctx.col,
|
55
56
|
class: normalizeClass({
|
56
57
|
"flex-1": _ctx.stretch
|
57
58
|
}),
|