@point-hub/papp 0.0.52 → 0.0.54

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.
@@ -8,6 +8,7 @@ export interface Props {
8
8
  placeholder?: string;
9
9
  border?: BaseTextareaBorderType;
10
10
  layout?: BaseFormLayoutType;
11
+ maxlength?: number;
11
12
  autofocus?: boolean;
12
13
  required?: boolean;
13
14
  disabled?: boolean;
package/dist/index.js CHANGED
@@ -7597,7 +7597,7 @@ const Hv = /* @__PURE__ */ _({
7597
7597
  ], 2);
7598
7598
  };
7599
7599
  }
7600
- }), We = /* @__PURE__ */ se(nm, [["__scopeId", "data-v-692cf180"]]), rm = { class: "relative w-full mt-1" }, am = { class: "relative" }, om = {
7600
+ }), We = /* @__PURE__ */ se(nm, [["__scopeId", "data-v-692cf180"]]), rm = { class: "relative w-full" }, am = { class: "relative" }, om = {
7601
7601
  key: 0,
7602
7602
  class: "relative cursor-default select-none px-4 py-2 text-gray-700"
7603
7603
  }, im = {
@@ -7684,7 +7684,7 @@ const Hv = /* @__PURE__ */ _({
7684
7684
  key: 0,
7685
7685
  ref_key: "buttonRef",
7686
7686
  ref: s,
7687
- class: "absolute inset-y-0 right-0 flex items-center"
7687
+ class: "absolute inset-y-0 right-1 flex items-center"
7688
7688
  }, {
7689
7689
  default: N(() => [
7690
7690
  Q(h, { icon: "i-far-angle-down" })
@@ -7696,7 +7696,7 @@ const Hv = /* @__PURE__ */ _({
7696
7696
  size: "none",
7697
7697
  variant: "text",
7698
7698
  type: "button",
7699
- class: "absolute inset-y-0 right-0 flex items-center",
7699
+ class: "absolute inset-y-0 right-1 flex items-center",
7700
7700
  onClick: c[1] || (c[1] = (g) => l())
7701
7701
  }, {
7702
7702
  default: N(() => [
@@ -7751,7 +7751,7 @@ const Hv = /* @__PURE__ */ _({
7751
7751
  }, 8, ["label", "layout", "description", "required", "helpers", "errors"]);
7752
7752
  };
7753
7753
  }
7754
- }), sm = /* @__PURE__ */ se(lm, [["__scopeId", "data-v-7de1bf2a"]]), um = { class: "flex gap-2 items-center" }, dm = ["id", "required", "disabled"], cm = ["for"], fm = { key: 0 }, pm = /* @__PURE__ */ _({
7754
+ }), sm = /* @__PURE__ */ se(lm, [["__scopeId", "data-v-9eac14f7"]]), um = { class: "flex gap-2 items-center" }, dm = ["id", "required", "disabled"], cm = ["for"], fm = { key: 0 }, pm = /* @__PURE__ */ _({
7755
7755
  __name: "base-checkbox",
7756
7756
  props: {
7757
7757
  modelValue: { type: Boolean, default: !1 },
@@ -10348,7 +10348,7 @@ const qh = ["placeholder", "autofocus", "required", "disabled"], Uh = /* @__PURE
10348
10348
  _: 3
10349
10349
  }, 8, ["label", "layout", "description", "required", "helpers", "errors"]));
10350
10350
  }
10351
- }), pg = ["placeholder", "autofocus", "required", "disabled"], vg = /* @__PURE__ */ _({
10351
+ }), pg = ["placeholder", "autofocus", "required", "disabled", "maxlength"], vg = /* @__PURE__ */ _({
10352
10352
  __name: "base-textarea",
10353
10353
  props: {
10354
10354
  modelValue: {},
@@ -10358,6 +10358,7 @@ const qh = ["placeholder", "autofocus", "required", "disabled"], Uh = /* @__PURE
10358
10358
  placeholder: {},
10359
10359
  border: { default: "simple" },
10360
10360
  layout: { default: "vertical" },
10361
+ maxlength: {},
10361
10362
  autofocus: { type: Boolean, default: !1 },
10362
10363
  required: { type: Boolean, default: !1 },
10363
10364
  disabled: { type: Boolean, default: !1 },
@@ -10403,6 +10404,7 @@ const qh = ["placeholder", "autofocus", "required", "disabled"], Uh = /* @__PURE
10403
10404
  autofocus: d.autofocus,
10404
10405
  required: d.required,
10405
10406
  disabled: d.disabled,
10407
+ maxlength: r.maxlength,
10406
10408
  class: q(["form-input resize-none px-2", {
10407
10409
  "border-simple px-0!": d.border === "simple",
10408
10410
  "border-full": d.border === "full",
@@ -10421,7 +10423,7 @@ const qh = ["placeholder", "autofocus", "required", "disabled"], Uh = /* @__PURE
10421
10423
  _: 1
10422
10424
  }, 8, ["label", "layout", "description", "required", "helpers", "errors"]));
10423
10425
  }
10424
- }), mg = /* @__PURE__ */ se(vg, [["__scopeId", "data-v-d89ca780"]]), Nb = {
10426
+ }), mg = /* @__PURE__ */ se(vg, [["__scopeId", "data-v-b5fb743c"]]), Nb = {
10425
10427
  install(e) {
10426
10428
  e.component("BaseAccordion", Zl), e.component("BaseAccordionItem", ls), e.component("BaseAlert", vs), e.component("BaseAutocomplete", sm), e.component("BaseAvatar", Xr), e.component("BaseAvatarGroup", ys), e.component("BaseBadge", Ss), e.component("BaseBreadcrumb", Cs), e.component("BaseButton", Pe), e.component("BaseCard", Ts), e.component("BaseCheckbox", vm), e.component("BaseDatepicker", Oh), e.component("BaseDivider", Qr), e.component("BaseDropdown", kd), e.component("BaseDropdownItem", Ed), e.component("BaseFileUpload", Ph), e.component("BaseForm", We), e.component("BaseIcon", Pi), e.component("BaseInput", Ih), e.component("BaseInputMask", Rh), e.component("BaseInputNumber", zh), e.component("BaseLink", Dd), e.component("BaseMask", Md), e.component("BaseModal", Fd), e.component("BasePagination", Wd), e.component("BasePopover", la), e.component("BaseProgress", vf), e.component("BaseRadio", Zh), e.component("BaseRange", rg), e.component("BaseSelect", dg), e.component("BaseSpinner", hf), e.component("BaseStep", xf), e.component("BaseSwitch", fg), e.component("BaseTab", sa), e.component("BaseTabGroup", qi), e.component("BaseTabList", Ui), e.component("BaseTabPanel", ua), e.component("BaseTabPanels", zi), e.component("BaseTable", Ef), e.component("BaseTextarea", mg), e.component("BaseTimeline", If), e.component("BaseTimelineContent", Lf), e.component("BaseToast", Kf), e.component("BaseTooltip", Hv), e.component("BaseTreeview", zv);
10427
10429
  }