lau-ecom-design-system 1.0.15 → 1.0.16
Sign up to get free protection for your applications and to get access to all the features.
@@ -1009,9 +1009,13 @@ var script = /*@__PURE__*/defineComponent({
|
|
1009
1009
|
"lau-ecom-button--disabled": props.type === LauEcomButtonType.Primary && props.isDisabled
|
1010
1010
|
};
|
1011
1011
|
});
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1012
|
+
|
1013
|
+
// const iconClasses = computed(() => {
|
1014
|
+
// return [
|
1015
|
+
// `lau-ecom-icon-button${props.type === LauEcomButtonType.Secondary ? '-secondary' : ''}`
|
1016
|
+
// ]
|
1017
|
+
// })
|
1018
|
+
|
1015
1019
|
const handleClick = () => {
|
1016
1020
|
emit("onClick");
|
1017
1021
|
};
|
@@ -1029,9 +1033,8 @@ var script = /*@__PURE__*/defineComponent({
|
|
1029
1033
|
onMouseout: handleMouseOut,
|
1030
1034
|
onClick: handleClick
|
1031
1035
|
}, [_ctx.hasArrow ? (openBlock(), createBlock(unref(script$n), {
|
1032
|
-
key: 0
|
1033
|
-
|
1034
|
-
}, null, 8 /* PROPS */, ["class"])) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "default")], 42 /* CLASS, PROPS, NEED_HYDRATION */, _hoisted_1);
|
1036
|
+
key: 0
|
1037
|
+
})) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "default")], 42 /* CLASS, PROPS, NEED_HYDRATION */, _hoisted_1);
|
1035
1038
|
};
|
1036
1039
|
}
|
1037
1040
|
});
|