@point-hub/papp 0.0.28 → 0.0.30
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export type BaseButtonColorType = 'none' | 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
2
|
export type BaseButtonVariantType = 'filled' | 'light' | 'outlined' | 'text';
|
|
3
3
|
export type BaseButtonShapeType = 'sharp' | 'rounded' | 'pill';
|
|
4
|
-
export type BaseButtonSizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
4
|
+
export type BaseButtonSizeType = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
5
5
|
export type BaseButtonType = 'submit' | 'button' | 'reset';
|
|
6
6
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
7
|
type?: BaseButtonType;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export type BaseButtonColorType = 'none' | 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
2
|
export type BaseButtonVariantType = 'filled' | 'light' | 'outlined' | 'text';
|
|
3
3
|
export type BaseButtonShapeType = 'sharp' | 'rounded' | 'pill';
|
|
4
|
-
export type BaseButtonSizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
4
|
+
export type BaseButtonSizeType = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
5
5
|
export type BaseButtonType = 'submit' | 'button' | 'reset';
|
|
6
6
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
7
|
href: string;
|
package/dist/index.js
CHANGED
|
@@ -42,7 +42,7 @@ const dl = { class: "accordion-container" }, cl = /* @__PURE__ */ H({
|
|
|
42
42
|
let r = "";
|
|
43
43
|
t.variant === "filled" && (r = `btn-${t.color}`), t.variant === "light" && (r = `btn-light-${t.color}`), t.variant === "outlined" && (r = `btn-outline-${t.color}`), t.variant === "text" && (r = `btn-text-${t.color}`), n.push(`${r}`);
|
|
44
44
|
let a = "";
|
|
45
|
-
return t.shape === "sharp" && (a = "rounded-none"), t.shape === "rounded" && (a = "rounded-lg"), t.shape === "pill" && (a = "rounded-full"), n.push(`${a}`), t.isBlock && n.push("btn-block"), n.push(`btn-${t.size}`), (i, o) => (k(), R("button", {
|
|
45
|
+
return t.shape === "sharp" && (a = "rounded-none"), t.shape === "rounded" && (a = "rounded-lg"), t.shape === "pill" && (a = "rounded-full"), n.push(`${a}`), t.isBlock && n.push("btn-block"), t.size !== "none" && n.push(`btn-${t.size}`), (i, o) => (k(), R("button", {
|
|
46
46
|
class: Z(["btn", n]),
|
|
47
47
|
type: i.type
|
|
48
48
|
}, [
|
|
@@ -51,7 +51,7 @@ const dl = { class: "accordion-container" }, cl = /* @__PURE__ */ H({
|
|
|
51
51
|
i.isLoading && (i.variant === "filled" || i.variant === "light") ? (k(), R("span", ml)) : ae("", !0)
|
|
52
52
|
], 8, fl));
|
|
53
53
|
}
|
|
54
|
-
}), $e = /* @__PURE__ */ fe(hl, [["__scopeId", "data-v-
|
|
54
|
+
}), $e = /* @__PURE__ */ fe(hl, [["__scopeId", "data-v-677df7ca"]]), gl = { class: "accordion-item" }, bl = 32, Al = /* @__PURE__ */ H({
|
|
55
55
|
__name: "base-accordion-item",
|
|
56
56
|
props: {
|
|
57
57
|
itemId: {},
|
|
@@ -3263,7 +3263,7 @@ const Mu = { class: "dropdown-trigger-button" }, _u = /* @__PURE__ */ H({
|
|
|
3263
3263
|
let r = "";
|
|
3264
3264
|
t.variant === "filled" && (r = `btn-${t.color}`), t.variant === "light" && (r = `btn-light-${t.color}`), t.variant === "outlined" && (r = `btn-outline-${t.color}`), t.variant === "text" && (r = `btn-text-${t.color}`), n.push(`${r}`);
|
|
3265
3265
|
let a = "";
|
|
3266
|
-
return t.shape === "sharp" && (a = "rounded-none"), t.shape === "rounded" && (a = "rounded-lg"), t.shape === "pill" && (a = "rounded-full"), n.push(`${a}`), t.isBlock && n.push("btn-block"), n.push(`btn-${t.size}`), (i, o) => (k(), R("a", {
|
|
3266
|
+
return t.shape === "sharp" && (a = "rounded-none"), t.shape === "rounded" && (a = "rounded-lg"), t.shape === "pill" && (a = "rounded-full"), n.push(`${a}`), t.isBlock && n.push("btn-block"), t.size !== "none" && n.push(`btn-${t.size}`), (i, o) => (k(), R("a", {
|
|
3267
3267
|
href: t.href,
|
|
3268
3268
|
class: Z(["btn", n]),
|
|
3269
3269
|
type: i.type
|
|
@@ -3271,7 +3271,7 @@ const Mu = { class: "dropdown-trigger-button" }, _u = /* @__PURE__ */ H({
|
|
|
3271
3271
|
ie(i.$slots, "default", {}, void 0, !0)
|
|
3272
3272
|
], 8, Vu));
|
|
3273
3273
|
}
|
|
3274
|
-
}), ju = /* @__PURE__ */ fe(Nu, [["__scopeId", "data-v-
|
|
3274
|
+
}), ju = /* @__PURE__ */ fe(Nu, [["__scopeId", "data-v-03499751"]]), Hu = ["src"], Uu = /* @__PURE__ */ H({
|
|
3275
3275
|
__name: "base-mask",
|
|
3276
3276
|
props: {
|
|
3277
3277
|
shape: {},
|