@point-hub/papp 0.0.34 → 0.0.35
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/index.js +18 -18
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -7547,9 +7547,9 @@ const qf = /* @__PURE__ */ H({
|
|
|
7547
7547
|
C("div", iv, [
|
|
7548
7548
|
te(Y(Cs), {
|
|
7549
7549
|
class: Z(["form-input", {
|
|
7550
|
-
"border-simple": s.border === "simple",
|
|
7550
|
+
"border-simple pl-0!": s.border === "simple",
|
|
7551
7551
|
"border-full": s.border === "full",
|
|
7552
|
-
"border-none": s.border === "none",
|
|
7552
|
+
"border-none pl-0!": s.border === "none",
|
|
7553
7553
|
"input-disabled": s.disabled
|
|
7554
7554
|
}]),
|
|
7555
7555
|
autocomplete: "off",
|
|
@@ -7627,7 +7627,7 @@ const qf = /* @__PURE__ */ H({
|
|
|
7627
7627
|
}, 8, ["label", "layout", "description", "required", "helpers", "errors"]);
|
|
7628
7628
|
};
|
|
7629
7629
|
}
|
|
7630
|
-
}), uv = /* @__PURE__ */ ce(sv, [["__scopeId", "data-v-
|
|
7630
|
+
}), uv = /* @__PURE__ */ ce(sv, [["__scopeId", "data-v-7de6a5d6"]]), dv = { class: "flex gap-2 items-center" }, cv = ["id", "required", "disabled"], pv = ["for"], fv = { key: 0 }, vv = /* @__PURE__ */ H({
|
|
7631
7631
|
__name: "base-checkbox",
|
|
7632
7632
|
props: {
|
|
7633
7633
|
modelValue: { type: Boolean, default: !1 },
|
|
@@ -8182,9 +8182,9 @@ const bv = /* @__PURE__ */ _i(gv), Av = ["required", "disabled"], yv = /* @__PUR
|
|
|
8182
8182
|
"onUpdate:modelValue": d[2] || (d[2] = (v) => a.value = v),
|
|
8183
8183
|
type: "text",
|
|
8184
8184
|
class: Z(["form-input bg-inherit", {
|
|
8185
|
-
"border-simple": s.border === "simple",
|
|
8185
|
+
"border-simple pl-0!": s.border === "simple",
|
|
8186
8186
|
"border-full": s.border === "full",
|
|
8187
|
-
"border-none": s.border === "none",
|
|
8187
|
+
"border-none pl-0!": s.border === "none",
|
|
8188
8188
|
"input-disabled": s.disabled
|
|
8189
8189
|
}]),
|
|
8190
8190
|
placeholder: "DD-MM-YYYY",
|
|
@@ -8204,7 +8204,7 @@ const bv = /* @__PURE__ */ _i(gv), Av = ["required", "disabled"], yv = /* @__PUR
|
|
|
8204
8204
|
}, 8, ["label", "layout", "description", "required", "helpers", "errors"]);
|
|
8205
8205
|
};
|
|
8206
8206
|
}
|
|
8207
|
-
}), wv = /* @__PURE__ */ ce(yv, [["__scopeId", "data-v-
|
|
8207
|
+
}), wv = /* @__PURE__ */ ce(yv, [["__scopeId", "data-v-1e7580a4"]]), xv = ["multiple", "required", "disabled"], Sv = ["multiple", "required", "disabled"], Ov = /* @__PURE__ */ H({
|
|
8208
8208
|
__name: "base-file-upload",
|
|
8209
8209
|
props: {
|
|
8210
8210
|
id: {},
|
|
@@ -8287,8 +8287,8 @@ const bv = /* @__PURE__ */ _i(gv), Av = ["required", "disabled"], yv = /* @__PUR
|
|
|
8287
8287
|
get: () => n.modelValue
|
|
8288
8288
|
}), i = T(), o = T(), l = T(0), s = T(0);
|
|
8289
8289
|
return le(() => {
|
|
8290
|
-
l.value = i.value.clientWidth === 0 ? 10 : i.value.clientWidth, s.value = o.value.clientWidth === 0 ? 10 : o.value.clientWidth, setTimeout(() => {
|
|
8291
|
-
l.value = i.value.clientWidth === 0 ? 10 : i.value.clientWidth, s.value = o.value.clientWidth === 0 ? 10 : o.value.clientWidth;
|
|
8290
|
+
(n.border === "full" || i.value.clientWidth) && (l.value = i.value.clientWidth === 0 ? 10 : i.value.clientWidth), (n.border === "full" || o.value.clientWidth) && (s.value = o.value.clientWidth === 0 ? 10 : o.value.clientWidth), setTimeout(() => {
|
|
8291
|
+
(n.border === "full" || i.value.clientWidth) && (l.value = i.value.clientWidth === 0 ? 10 : i.value.clientWidth), (n.border === "full" || o.value.clientWidth) && (s.value = o.value.clientWidth === 0 ? 10 : o.value.clientWidth);
|
|
8292
8292
|
}, 1e3);
|
|
8293
8293
|
}), (d, u) => (k(), X(ue(We), {
|
|
8294
8294
|
label: n.label,
|
|
@@ -8341,7 +8341,7 @@ const bv = /* @__PURE__ */ _i(gv), Av = ["required", "disabled"], yv = /* @__PUR
|
|
|
8341
8341
|
_: 3
|
|
8342
8342
|
}, 8, ["label", "layout", "description", "required", "helpers", "errors"]));
|
|
8343
8343
|
}
|
|
8344
|
-
}), Dv = /* @__PURE__ */ ce(Ev, [["__scopeId", "data-v-
|
|
8344
|
+
}), Dv = /* @__PURE__ */ ce(Ev, [["__scopeId", "data-v-55cedce4"]]), Iv = ["placeholder", "required", "disabled"], Tv = /* @__PURE__ */ H({
|
|
8345
8345
|
__name: "base-input-mask",
|
|
8346
8346
|
props: {
|
|
8347
8347
|
modelValue: { type: [String, Number, Boolean, null] },
|
|
@@ -8378,9 +8378,9 @@ const bv = /* @__PURE__ */ _i(gv), Av = ["required", "disabled"], yv = /* @__PUR
|
|
|
8378
8378
|
default: q(() => [
|
|
8379
8379
|
mt(C("input", {
|
|
8380
8380
|
class: Z(["form-input", {
|
|
8381
|
-
"border-simple": i.border === "simple",
|
|
8381
|
+
"border-simple px-0!": i.border === "simple",
|
|
8382
8382
|
"border-full": i.border === "full",
|
|
8383
|
-
"border-none": i.border === "none",
|
|
8383
|
+
"border-none px-0!": i.border === "none",
|
|
8384
8384
|
"input-disabled": i.disabled
|
|
8385
8385
|
}]),
|
|
8386
8386
|
"onUpdate:modelValue": o[0] || (o[0] = (s) => a.value = s),
|
|
@@ -8401,7 +8401,7 @@ const bv = /* @__PURE__ */ _i(gv), Av = ["required", "disabled"], yv = /* @__PUR
|
|
|
8401
8401
|
}, 8, ["label", "layout", "description", "required", "helpers", "errors"]);
|
|
8402
8402
|
};
|
|
8403
8403
|
}
|
|
8404
|
-
}), Bv = /* @__PURE__ */ ce(Tv, [["__scopeId", "data-v-
|
|
8404
|
+
}), Bv = /* @__PURE__ */ ce(Tv, [["__scopeId", "data-v-5cd48aa2"]]);
|
|
8405
8405
|
var Kt = typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Ht = function(e, t, n, r, a, i, o, l, s, d) {
|
|
8406
8406
|
var u = this;
|
|
8407
8407
|
u.numeralDecimalMark = e || ".", u.numeralIntegerScale = t > 0 ? t : 0, u.numeralDecimalScale = n >= 0 ? n : 2, u.numeralThousandsGroupStyle = r || Ht.groupStyle.thousand, u.numeralPositiveOnly = !!a, u.stripLeadingZeroes = i !== !1, u.prefix = o || o === "" ? o : "", u.signBeforePrefix = !!l, u.tailPrefix = !!s, u.delimiter = d || d === "" ? d : ",", u.delimiterRE = d ? new RegExp("\\" + d, "g") : "";
|
|
@@ -9057,9 +9057,9 @@ const jv = ["placeholder", "required", "disabled"], Hv = /* @__PURE__ */ H({
|
|
|
9057
9057
|
ref_key: "inputRef",
|
|
9058
9058
|
ref: r,
|
|
9059
9059
|
class: Z(["form-input", {
|
|
9060
|
-
"border-simple": l.border === "simple",
|
|
9060
|
+
"border-simple px-0!": l.border === "simple",
|
|
9061
9061
|
"border-full": l.border === "full",
|
|
9062
|
-
"border-none": l.border === "none",
|
|
9062
|
+
"border-none px-0!": l.border === "none",
|
|
9063
9063
|
"input-disabled": l.disabled
|
|
9064
9064
|
}]),
|
|
9065
9065
|
"onUpdate:modelValue": s[0] || (s[0] = (d) => o.value = d),
|
|
@@ -9073,7 +9073,7 @@ const jv = ["placeholder", "required", "disabled"], Hv = /* @__PURE__ */ H({
|
|
|
9073
9073
|
_: 1
|
|
9074
9074
|
}, 8, ["label", "layout", "description", "required", "helpers", "errors"]));
|
|
9075
9075
|
}
|
|
9076
|
-
}), Uv = /* @__PURE__ */ ce(Hv, [["__scopeId", "data-v-
|
|
9076
|
+
}), Uv = /* @__PURE__ */ ce(Hv, [["__scopeId", "data-v-9ab4dc60"]]), zv = { class: "cursor-pointer" }, qv = { class: "flex items-center justify-between gap-2" }, Wv = {
|
|
9077
9077
|
key: 0,
|
|
9078
9078
|
class: "shrink-0 text-white"
|
|
9079
9079
|
}, Yv = {
|
|
@@ -9432,9 +9432,9 @@ const jv = ["placeholder", "required", "disabled"], Hv = /* @__PURE__ */ H({
|
|
|
9432
9432
|
required: s.required,
|
|
9433
9433
|
disabled: s.disabled,
|
|
9434
9434
|
class: Z(["form-input resize-none px-2", {
|
|
9435
|
-
"border-simple": s.border === "simple",
|
|
9435
|
+
"border-simple px-0!": s.border === "simple",
|
|
9436
9436
|
"border-full": s.border === "full",
|
|
9437
|
-
"border-none": s.border === "none",
|
|
9437
|
+
"border-none px-0!": s.border === "none",
|
|
9438
9438
|
"input-disabled": s.disabled
|
|
9439
9439
|
}]),
|
|
9440
9440
|
style: sn({
|
|
@@ -9450,7 +9450,7 @@ const jv = ["placeholder", "required", "disabled"], Hv = /* @__PURE__ */ H({
|
|
|
9450
9450
|
_: 1
|
|
9451
9451
|
}, 8, ["label", "layout", "description", "required", "helpers", "errors"]));
|
|
9452
9452
|
}
|
|
9453
|
-
}), pm = /* @__PURE__ */ ce(cm, [["__scopeId", "data-v-
|
|
9453
|
+
}), pm = /* @__PURE__ */ ce(cm, [["__scopeId", "data-v-01d4caff"]]), Lh = {
|
|
9454
9454
|
install(e) {
|
|
9455
9455
|
e.component("BaseAccordion", pl), e.component("BaseAccordionItem", yl), e.component("BaseAlert", El), e.component("BaseAutocomplete", uv), e.component("BaseAvatar", Ir), e.component("BaseAvatarGroup", $l), e.component("BaseBadge", Rl), e.component("BaseBreadcrumb", Vl), e.component("BaseButton", $e), e.component("BaseCard", Ul), e.component("BaseCheckbox", mv), e.component("BaseDatepicker", wv), e.component("BaseDivider", Tr), e.component("BaseDropdown", Ru), e.component("BaseDropdownItem", Fu), e.component("BaseFileUpload", kv), e.component("BaseForm", We), e.component("BaseIcon", Xo), e.component("BaseInput", Dv), e.component("BaseInputMask", Bv), e.component("BaseInputNumber", Uv), e.component("BaseLink", ju), e.component("BaseMask", zu), e.component("BaseModal", Qu), e.component("BasePagination", Zu), e.component("BasePopover", Nr), e.component("BaseProgress", mc), e.component("BaseRadio", Kv), e.component("BaseRange", em), e.component("BaseSelect", lm), e.component("BaseSpinner", gc), e.component("BaseStep", Sc), e.component("BaseSwitch", um), e.component("BaseTab", jr), e.component("BaseTabGroup", ii), e.component("BaseTabList", li), e.component("BaseTabPanel", Hr), e.component("BaseTabPanels", si), e.component("BaseTable", Dc), e.component("BaseTextarea", pm), e.component("BaseTimeline", Pc), e.component("BaseTimelineContent", Fc), e.component("BaseToast", Jc), e.component("BaseTooltip", qf), e.component("BaseTreeview", Xf);
|
|
9456
9456
|
}
|