@point-hub/papp 0.0.49 → 0.0.50
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/components/base-input.vue.d.ts +1 -0
- package/dist/index.js +4 -2
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
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-
|
|
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] },
|