prizm-ui-vue 2.3.8 → 2.3.10

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.
@@ -1,7 +1,3 @@
1
- /**
2
- * @author Garaev.VM
3
- * @components ElInput
4
- */
5
1
  import { ElInput, type InputEmits } from "element-plus";
6
2
  import "element-plus/es/components/input/style/css";
7
3
  type Slots = {
@@ -26,6 +22,7 @@ type Props = {
26
22
  formatter?: PickedProps["formatter"];
27
23
  parser?: PickedProps["parser"];
28
24
  size?: PickedProps["size"];
25
+ showPassword: PickedProps["showPassword"];
29
26
  onInput?: InputEmits["input"];
30
27
  onChange?: InputEmits["change"];
31
28
  onFocus?: InputEmits["focus"];
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import "./style.scss";
2
+ import "element-plus/es/components/loading/style/css";
2
3
  export * from "./components";
3
4
  export * from "./shared/icon";
4
5
  export type { FormInstance, FormRules, TableInstance, TableColumnCtx, TagProps, InputInstance, CollapseModelValue, CollapseActiveName, DrawerProps, TabsPaneContext, TabPaneName, } from "element-plus";