@point-hub/papp 0.1.12 → 0.1.13

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 CHANGED
@@ -10122,7 +10122,7 @@ ge.Util = ig;
10122
10122
  ge.DefaultProperties = lg;
10123
10123
  (typeof rn == "object" && rn ? rn : window).Cleave = ge;
10124
10124
  var Ss = ge;
10125
- const ug = ["placeholder", "autofocus", "required", "readonly", "disabled", "data-testid"], dg = /* @__PURE__ */ R({
10125
+ const ug = ["placeholder", "autofocus", "required", "readonly", "disabled", "data-testid", "min", "max"], dg = /* @__PURE__ */ R({
10126
10126
  // This disables auto-inheriting attrs on the root element
10127
10127
  inheritAttrs: !1,
10128
10128
  __name: "base-input-number",
@@ -10136,6 +10136,8 @@ const ug = ["placeholder", "autofocus", "required", "readonly", "disabled", "dat
10136
10136
  border: { default: "full" },
10137
10137
  layout: { default: "horizontal" },
10138
10138
  decimalLength: { default: 0 },
10139
+ min: {},
10140
+ max: {},
10139
10141
  required: { type: Boolean, default: !1 },
10140
10142
  readonly: { type: Boolean, default: !1 },
10141
10143
  disabled: { type: Boolean, default: !1 },
@@ -10211,6 +10213,8 @@ const ug = ["placeholder", "autofocus", "required", "readonly", "disabled", "dat
10211
10213
  disabled: r.disabled,
10212
10214
  "data-testid": r.dataTestid,
10213
10215
  onClick: i,
10216
+ min: e.min,
10217
+ max: e.max,
10214
10218
  style: Ye({
10215
10219
  paddingLeft: `${d.value}px`,
10216
10220
  paddingRight: `${u.value}px`
@@ -10237,7 +10241,7 @@ const ug = ["placeholder", "autofocus", "required", "readonly", "disabled", "dat
10237
10241
  }, 8, ["label", "layout", "description", "required", "helpers", "errors"]);
10238
10242
  };
10239
10243
  }
10240
- }), cg = /* @__PURE__ */ oe(dg, [["__scopeId", "data-v-959b5191"]]);
10244
+ }), cg = /* @__PURE__ */ oe(dg, [["__scopeId", "data-v-94cd0945"]]);
10241
10245
  function fg(e) {
10242
10246
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
10243
10247
  }