prizm-ui-vue 2.3.9 → 2.3.11

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.
@@ -26,6 +26,7 @@ type Props = {
26
26
  formatter?: PickedProps["formatter"];
27
27
  parser?: PickedProps["parser"];
28
28
  size?: PickedProps["size"];
29
+ showPassword?: PickedProps["showPassword"];
29
30
  onInput?: InputEmits["input"];
30
31
  onChange?: InputEmits["change"];
31
32
  onFocus?: InputEmits["focus"];
@@ -198,6 +198,7 @@ const fe = /* @__PURE__ */ p({
198
198
  formatter: {},
199
199
  parser: {},
200
200
  size: { default: "large" },
201
+ showPassword: {},
201
202
  onInput: {},
202
203
  onChange: {},
203
204
  onFocus: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prizm-ui-vue",
3
- "version": "2.3.9",
3
+ "version": "2.3.11",
4
4
  "description": "Vue 3 UI Kit with Element Plus (manual import)",
5
5
  "author": "your-name",
6
6
  "license": "MIT",