@point-hub/papp 0.0.49 → 0.0.51

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.
@@ -10,6 +10,7 @@ export interface Props {
10
10
  type?: BaseInputType;
11
11
  border?: BaseInputBorderType;
12
12
  layout?: BaseFormLayoutType;
13
+ maxlength?: number;
13
14
  autofocus?: boolean;
14
15
  required?: boolean;
15
16
  disabled?: boolean;
package/dist/index.js CHANGED
@@ -9208,7 +9208,7 @@ const wh = ["autofocus", "required", "disabled"], xh = /* @__PURE__ */ _({
9208
9208
  _: 3
9209
9209
  }, 8, ["label", "layout", "description", "required", "helpers", "errors"]));
9210
9210
  }
9211
- }), Eh = /* @__PURE__ */ se(Ch, [["__scopeId", "data-v-94a08e7a"]]), Ph = ["type", "placeholder", "autofocus", "required", "disabled"], Th = /* @__PURE__ */ _({
9211
+ }), Eh = /* @__PURE__ */ se(Ch, [["__scopeId", "data-v-94a08e7a"]]), Ph = ["type", "maxlength", "placeholder", "autofocus", "required", "disabled"], Th = /* @__PURE__ */ _({
9212
9212
  __name: "base-input",
9213
9213
  props: {
9214
9214
  modelValue: {},
@@ -9219,6 +9219,7 @@ const wh = ["autofocus", "required", "disabled"], xh = /* @__PURE__ */ _({
9219
9219
  type: { default: "text" },
9220
9220
  border: { default: "simple" },
9221
9221
  layout: { default: "vertical" },
9222
+ maxlength: {},
9222
9223
  autofocus: { type: Boolean, default: !1 },
9223
9224
  required: { type: Boolean, default: !1 },
9224
9225
  disabled: { type: Boolean, default: !1 },
@@ -9260,6 +9261,7 @@ const wh = ["autofocus", "required", "disabled"], xh = /* @__PURE__ */ _({
9260
9261
  }]),
9261
9262
  "onUpdate:modelValue": c[0] || (c[0] = (m) => i.value = m),
9262
9263
  type: r.type,
9264
+ maxlength: r.maxlength,
9263
9265
  placeholder: r.placeholder,
9264
9266
  autofocus: r.autofocus,
9265
9267
  required: r.required,
@@ -9294,7 +9296,7 @@ const wh = ["autofocus", "required", "disabled"], xh = /* @__PURE__ */ _({
9294
9296
  _: 3
9295
9297
  }, 8, ["label", "layout", "description", "required", "helpers", "errors"]));
9296
9298
  }
9297
- }), Dh = /* @__PURE__ */ se(Th, [["__scopeId", "data-v-25cbaa09"]]), Ih = ["placeholder", "autofocus", "required", "disabled"], Bh = /* @__PURE__ */ _({
9299
+ }), Dh = /* @__PURE__ */ se(Th, [["__scopeId", "data-v-4893757a"]]), Ih = ["placeholder", "autofocus", "required", "disabled"], Bh = /* @__PURE__ */ _({
9298
9300
  __name: "base-input-mask",
9299
9301
  props: {
9300
9302
  modelValue: { type: [String, Number, Boolean, null] },
@@ -10368,7 +10370,9 @@ const Hh = ["placeholder", "autofocus", "required", "disabled"], qh = /* @__PURE
10368
10370
  },
10369
10371
  get: () => r.modelValue
10370
10372
  }), o = E(0), l = E();
10371
- ee(() => {
10373
+ le(i, () => {
10374
+ s();
10375
+ }), ee(() => {
10372
10376
  s();
10373
10377
  });
10374
10378
  const s = () => {
@@ -10413,7 +10417,7 @@ const Hh = ["placeholder", "autofocus", "required", "disabled"], qh = /* @__PURE
10413
10417
  _: 1
10414
10418
  }, 8, ["label", "layout", "description", "required", "helpers", "errors"]));
10415
10419
  }
10416
- }), vg = /* @__PURE__ */ se(fg, [["__scopeId", "data-v-b7bb1f55"]]), Fb = {
10420
+ }), vg = /* @__PURE__ */ se(fg, [["__scopeId", "data-v-d89ca780"]]), Fb = {
10417
10421
  install(e) {
10418
10422
  e.component("BaseAccordion", Zl), e.component("BaseAccordionItem", ls), e.component("BaseAlert", vs), e.component("BaseAutocomplete", lm), e.component("BaseAvatar", Qr), e.component("BaseAvatarGroup", ys), e.component("BaseBadge", Ss), e.component("BaseBreadcrumb", Cs), e.component("BaseButton", Pe), e.component("BaseCard", Ts), e.component("BaseCheckbox", fm), e.component("BaseDatepicker", Sh), e.component("BaseDivider", Gr), e.component("BaseDropdown", kd), e.component("BaseDropdownItem", Ed), e.component("BaseFileUpload", Eh), e.component("BaseForm", We), e.component("BaseIcon", Pi), e.component("BaseInput", Dh), e.component("BaseInputMask", Mh), e.component("BaseInputNumber", Uh), e.component("BaseLink", Dd), e.component("BaseMask", Md), e.component("BaseModal", Fd), e.component("BasePagination", Wd), e.component("BasePopover", sa), e.component("BaseProgress", fp), e.component("BaseRadio", Jh), e.component("BaseRange", ng), e.component("BaseSelect", ug), e.component("BaseSpinner", mp), e.component("BaseStep", wp), e.component("BaseSwitch", cg), e.component("BaseTab", ua), e.component("BaseTabGroup", qi), e.component("BaseTabList", Ui), e.component("BaseTabPanel", da), e.component("BaseTabPanels", zi), e.component("BaseTable", Cp), e.component("BaseTextarea", vg), e.component("BaseTimeline", Dp), e.component("BaseTimelineContent", $p), e.component("BaseToast", Gp), e.component("BaseTooltip", Hv), e.component("BaseTreeview", zv);
10419
10423
  }