hzzt-plus 0.0.9 → 1.0.1

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.
Files changed (151) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.full.js +2148 -1583
  3. package/dist/index.full.min.js +12 -12
  4. package/dist/index.full.min.js.map +1 -1
  5. package/dist/index.full.min.mjs +12 -12
  6. package/dist/index.full.min.mjs.map +1 -1
  7. package/dist/index.full.mjs +2139 -1585
  8. package/es/component.mjs +5 -1
  9. package/es/component.mjs.map +1 -1
  10. package/es/components/confirm-password/index.d.ts +46 -22
  11. package/es/components/confirm-password/src/confirm-password.vue.d.ts +46 -22
  12. package/es/components/icon/src/index.vue.d.ts +4 -4
  13. package/es/components/index.d.ts +2 -0
  14. package/es/components/index.mjs +5 -0
  15. package/es/components/index.mjs.map +1 -1
  16. package/es/components/page-size/index.d.ts +10224 -531
  17. package/es/components/page-size/src/index.vue.d.ts +10224 -531
  18. package/es/components/pagination/index.d.ts +4 -4
  19. package/es/components/pagination/src/index.vue.d.ts +4 -4
  20. package/es/components/quarter-picker/index.d.ts +121 -97
  21. package/es/components/quarter-picker/src/index.vue.d.ts +121 -97
  22. package/es/components/scan/index.d.ts +5 -0
  23. package/es/components/scan/index.mjs +9 -0
  24. package/es/components/scan/index.mjs.map +1 -0
  25. package/es/components/scan/src/scan.d.ts +15 -0
  26. package/es/components/scan/src/scan.mjs +28 -0
  27. package/es/components/scan/src/scan.mjs.map +1 -0
  28. package/es/components/scan/src/scan.vue.d.ts +596 -0
  29. package/es/components/scan/src/scan2.mjs +149 -0
  30. package/es/components/scan/src/scan2.mjs.map +1 -0
  31. package/es/components/scan/style/css.d.ts +2 -0
  32. package/es/components/scan/style/css.mjs +3 -0
  33. package/es/components/scan/style/css.mjs.map +1 -0
  34. package/es/components/scan/style/index.d.ts +2 -0
  35. package/es/components/scan/style/index.mjs +3 -0
  36. package/es/components/scan/style/index.mjs.map +1 -0
  37. package/es/components/select-input/index.d.ts +826 -0
  38. package/es/components/select-input/index.mjs +9 -0
  39. package/es/components/select-input/index.mjs.map +1 -0
  40. package/es/components/select-input/src/select-input.d.ts +41 -0
  41. package/es/components/select-input/src/select-input.mjs +50 -0
  42. package/es/components/select-input/src/select-input.mjs.map +1 -0
  43. package/es/components/select-input/src/select-input.vue.d.ts +826 -0
  44. package/es/components/select-input/src/select-input2.mjs +129 -0
  45. package/es/components/select-input/src/select-input2.mjs.map +1 -0
  46. package/es/components/select-input/style/css.d.ts +2 -0
  47. package/es/components/select-input/style/css.mjs +3 -0
  48. package/es/components/select-input/style/css.mjs.map +1 -0
  49. package/es/components/select-input/style/index.d.ts +2 -0
  50. package/es/components/select-input/style/index.mjs +3 -0
  51. package/es/components/select-input/style/index.mjs.map +1 -0
  52. package/es/components/tab/index.d.ts +4 -4
  53. package/es/components/tab/src/index.vue.d.ts +4 -4
  54. package/es/components/title/index.d.ts +4 -29
  55. package/es/components/title/index.mjs +3 -2
  56. package/es/components/title/index.mjs.map +1 -1
  57. package/es/components/title/src/title.d.ts +8 -0
  58. package/es/components/title/src/title.mjs +8 -43
  59. package/es/components/title/src/title.mjs.map +1 -1
  60. package/es/components/title/src/title.vue.d.ts +7 -16
  61. package/es/components/title/src/title2.mjs +44 -0
  62. package/es/components/title/src/title2.mjs.map +1 -0
  63. package/es/components/tooltip/index.d.ts +7615 -316
  64. package/es/components/tooltip/src/tooltip.vue.d.ts +7615 -316
  65. package/es/constants/index.d.ts +1 -0
  66. package/es/constants/index.mjs +1 -0
  67. package/es/constants/index.mjs.map +1 -1
  68. package/es/hooks/index.d.ts +1 -0
  69. package/es/hooks/index.mjs +1 -0
  70. package/es/hooks/index.mjs.map +1 -1
  71. package/es/hooks/use-letter/index.d.ts +1 -0
  72. package/es/hooks/use-letter/index.mjs +13 -0
  73. package/es/hooks/use-letter/index.mjs.map +1 -0
  74. package/es/index.mjs +7 -0
  75. package/es/index.mjs.map +1 -1
  76. package/global.d.ts +2 -0
  77. package/lib/component.js +5 -1
  78. package/lib/component.js.map +1 -1
  79. package/lib/components/confirm-password/index.d.ts +46 -22
  80. package/lib/components/confirm-password/src/confirm-password.vue.d.ts +46 -22
  81. package/lib/components/icon/src/index.vue.d.ts +4 -4
  82. package/lib/components/index.d.ts +2 -0
  83. package/lib/components/index.js +12 -0
  84. package/lib/components/index.js.map +1 -1
  85. package/lib/components/page-size/index.d.ts +10224 -531
  86. package/lib/components/page-size/src/index.vue.d.ts +10224 -531
  87. package/lib/components/pagination/index.d.ts +4 -4
  88. package/lib/components/pagination/src/index.vue.d.ts +4 -4
  89. package/lib/components/quarter-picker/index.d.ts +121 -97
  90. package/lib/components/quarter-picker/src/index.vue.d.ts +121 -97
  91. package/lib/components/scan/index.d.ts +5 -0
  92. package/lib/components/scan/index.js +16 -0
  93. package/lib/components/scan/index.js.map +1 -0
  94. package/lib/components/scan/src/scan.d.ts +15 -0
  95. package/lib/components/scan/src/scan.js +33 -0
  96. package/lib/components/scan/src/scan.js.map +1 -0
  97. package/lib/components/scan/src/scan.vue.d.ts +596 -0
  98. package/lib/components/scan/src/scan2.js +153 -0
  99. package/lib/components/scan/src/scan2.js.map +1 -0
  100. package/lib/components/scan/style/css.d.ts +2 -0
  101. package/lib/components/scan/style/css.js +6 -0
  102. package/lib/components/scan/style/css.js.map +1 -0
  103. package/lib/components/scan/style/index.d.ts +2 -0
  104. package/lib/components/scan/style/index.js +6 -0
  105. package/lib/components/scan/style/index.js.map +1 -0
  106. package/lib/components/select-input/index.d.ts +826 -0
  107. package/lib/components/select-input/index.js +16 -0
  108. package/lib/components/select-input/index.js.map +1 -0
  109. package/lib/components/select-input/src/select-input.d.ts +41 -0
  110. package/lib/components/select-input/src/select-input.js +55 -0
  111. package/lib/components/select-input/src/select-input.js.map +1 -0
  112. package/lib/components/select-input/src/select-input.vue.d.ts +826 -0
  113. package/lib/components/select-input/src/select-input2.js +133 -0
  114. package/lib/components/select-input/src/select-input2.js.map +1 -0
  115. package/lib/components/select-input/style/css.d.ts +2 -0
  116. package/lib/components/select-input/style/css.js +6 -0
  117. package/lib/components/select-input/style/css.js.map +1 -0
  118. package/lib/components/select-input/style/index.d.ts +2 -0
  119. package/lib/components/select-input/style/index.js +6 -0
  120. package/lib/components/select-input/style/index.js.map +1 -0
  121. package/lib/components/tab/index.d.ts +4 -4
  122. package/lib/components/tab/src/index.vue.d.ts +4 -4
  123. package/lib/components/title/index.d.ts +4 -29
  124. package/lib/components/title/index.js +3 -1
  125. package/lib/components/title/index.js.map +1 -1
  126. package/lib/components/title/src/title.d.ts +8 -0
  127. package/lib/components/title/src/title.js +8 -43
  128. package/lib/components/title/src/title.js.map +1 -1
  129. package/lib/components/title/src/title.vue.d.ts +7 -16
  130. package/lib/components/title/src/title2.js +48 -0
  131. package/lib/components/title/src/title2.js.map +1 -0
  132. package/lib/components/tooltip/index.d.ts +7615 -316
  133. package/lib/components/tooltip/src/tooltip.vue.d.ts +7615 -316
  134. package/lib/constants/index.d.ts +1 -0
  135. package/lib/constants/index.js +4 -0
  136. package/lib/constants/index.js.map +1 -1
  137. package/lib/hooks/index.d.ts +1 -0
  138. package/lib/hooks/index.js +2 -0
  139. package/lib/hooks/index.js.map +1 -1
  140. package/lib/hooks/use-letter/index.d.ts +1 -0
  141. package/lib/hooks/use-letter/index.js +17 -0
  142. package/lib/hooks/use-letter/index.js.map +1 -0
  143. package/lib/index.js +44 -26
  144. package/lib/index.js.map +1 -1
  145. package/package.json +3 -3
  146. package/theme/hzzt-scan.css +1 -0
  147. package/theme/hzzt-select-input.css +0 -0
  148. package/theme/index.css +1 -1
  149. package/theme/src/index.scss +2 -0
  150. package/theme/src/scan.scss +80 -0
  151. package/theme/src/select-input.scss +0 -0
@@ -1,3 +1,4 @@
1
1
  export * from './key';
2
2
  export * from './size';
3
3
  export * from './date';
4
+ export * from './event';
@@ -1,4 +1,5 @@
1
1
  export { INSTALLED_KEY } from './key.mjs';
2
2
  export { componentSizeMap, componentSizes } from './size.mjs';
3
3
  export { WEEK_DAYS, datePickTypes } from './date.mjs';
4
+ export { CHANGE_EVENT, INPUT_EVENT, UPDATE_MODEL_EVENT } from './event.mjs';
4
5
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,3 +1,4 @@
1
1
  export * from './use-locale';
2
2
  export * from './use-size';
3
3
  export * from './use-namespace';
4
+ export * from './use-letter';
@@ -1,4 +1,5 @@
1
1
  export { buildLocaleContext, buildTranslator, localeContextKey, translate, useLocale } from './use-locale/index.mjs';
2
2
  export { SIZE_INJECTION_KEY, useGlobalSize, useSizeProp, useSizeProps } from './use-size/index.mjs';
3
3
  export { defaultNamespace, namespaceContextKey, useGetDerivedNamespace, useNamespace } from './use-namespace/index.mjs';
4
+ export { numberToLetter } from './use-letter/index.mjs';
4
5
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -0,0 +1 @@
1
+ export declare function numberToLetter(index: number): string | number;
@@ -0,0 +1,13 @@
1
+ function numberToLetter(index) {
2
+ const start = "A".charCodeAt(0);
3
+ if (index < 26) {
4
+ return String.fromCharCode(start + index);
5
+ } else if (index < 52) {
6
+ return String.fromCharCode(start + index + 6);
7
+ } else {
8
+ return index - 51;
9
+ }
10
+ }
11
+
12
+ export { numberToLetter };
13
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":["../../../../../packages/hooks/use-letter/index.ts"],"sourcesContent":["export function numberToLetter(index: number) {\n const start = 'A'.charCodeAt(0);\n if (index < 26) {\n return String.fromCharCode(start + index);\n } else if (index < 52) {\n return String.fromCharCode(start + index + 6);\n } else {\n return index - 51;\n }\n}\n"],"names":[],"mappings":"AAAO,SAAS,cAAc,CAAC,KAAK,EAAE;AACtC,EAAE,MAAM,KAAK,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;AAClC,EAAE,IAAI,KAAK,GAAG,EAAE,EAAE;AAClB,IAAI,OAAO,MAAM,CAAC,YAAY,CAAC,KAAK,GAAG,KAAK,CAAC,CAAC;AAC9C,GAAG,MAAM,IAAI,KAAK,GAAG,EAAE,EAAE;AACzB,IAAI,OAAO,MAAM,CAAC,YAAY,CAAC,KAAK,GAAG,KAAK,GAAG,CAAC,CAAC,CAAC;AAClD,GAAG,MAAM;AACT,IAAI,OAAO,KAAK,GAAG,EAAE,CAAC;AACtB,GAAG;AACH;;;;"}
package/es/index.mjs CHANGED
@@ -5,6 +5,7 @@ import './constants/index.mjs';
5
5
  import './directives/index.mjs';
6
6
  import './hooks/index.mjs';
7
7
  export { makeInstaller } from './make-installer.mjs';
8
+ export { titleProps } from './components/title/src/title.mjs';
8
9
  export { HzztTitle } from './components/title/index.mjs';
9
10
  export { HzztDropdown } from './components/dropdown/index.mjs';
10
11
  export { HzztCollapse } from './components/collapse/index.mjs';
@@ -20,9 +21,14 @@ export { HzztPageSize } from './components/page-size/index.mjs';
20
21
  export { HzztConfirmPassword } from './components/confirm-password/index.mjs';
21
22
  export { HzztCheckButton } from './components/check-button/index.mjs';
22
23
  export { HzztQuarterPicker } from './components/quarter-picker/index.mjs';
24
+ export { scanEmits, scanProps } from './components/scan/src/scan.mjs';
25
+ export { HzztScan } from './components/scan/index.mjs';
26
+ export { selectInputEmits, selectInputProps } from './components/select-input/src/select-input.mjs';
27
+ export { HzztSelectInput } from './components/select-input/index.mjs';
23
28
  export { INSTALLED_KEY } from './constants/key.mjs';
24
29
  export { componentSizeMap, componentSizes } from './constants/size.mjs';
25
30
  export { WEEK_DAYS, datePickTypes } from './constants/date.mjs';
31
+ export { CHANGE_EVENT, INPUT_EVENT, UPDATE_MODEL_EVENT } from './constants/event.mjs';
26
32
  export { default as Download } from './directives/download/index.mjs';
27
33
  export { default as Height } from './directives/height/index.mjs';
28
34
  export { default as Blur } from './directives/blur/index.mjs';
@@ -31,6 +37,7 @@ export { default as Drag } from './directives/drag/index.mjs';
31
37
  export { buildLocaleContext, buildTranslator, localeContextKey, translate, useLocale } from './hooks/use-locale/index.mjs';
32
38
  export { SIZE_INJECTION_KEY, useGlobalSize, useSizeProp, useSizeProps } from './hooks/use-size/index.mjs';
33
39
  export { defaultNamespace, namespaceContextKey, useGetDerivedNamespace, useNamespace } from './hooks/use-namespace/index.mjs';
40
+ export { numberToLetter } from './hooks/use-letter/index.mjs';
34
41
 
35
42
  const install = installer.install;
36
43
  const version = installer.version;
package/es/index.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":["../../../packages/hzzt-plus/index.ts"],"sourcesContent":["import installer from './defaults'\nexport * from '@hzzt-plus/components'\nexport * from '@hzzt-plus/constants'\nexport * from '@hzzt-plus/directives'\nexport * from '@hzzt-plus/hooks'\nexport * from './make-installer'\n\nexport const install = installer.install\nexport const version = installer.version\nexport default installer\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMY,MAAC,OAAO,GAAG,SAAS,CAAC,QAAQ;AAC7B,MAAC,OAAO,GAAG,SAAS,CAAC;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":["../../../packages/hzzt-plus/index.ts"],"sourcesContent":["import installer from './defaults'\nexport * from '@hzzt-plus/components'\nexport * from '@hzzt-plus/constants'\nexport * from '@hzzt-plus/directives'\nexport * from '@hzzt-plus/hooks'\nexport * from './make-installer'\n\nexport const install = installer.install\nexport const version = installer.version\nexport default installer\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMY,MAAC,OAAO,GAAG,SAAS,CAAC,QAAQ;AAC7B,MAAC,OAAO,GAAG,SAAS,CAAC;;;;"}
package/global.d.ts CHANGED
@@ -13,6 +13,8 @@ declare module 'vue' {
13
13
  HzztConfirmPassword: typeof import('hzzt-plus')['HzztConfirmPassword']
14
14
  HzztCheckButton: typeof import('hzzt-plus')['HzztCheckButton']
15
15
  HzztQuarterPicker: typeof import('hzzt-plus')['HzztQuarterPicker']
16
+ HzztScan: typeof import('hzzt-plus')['HzztScan']
17
+ HzztSelectInput: typeof import('hzzt-plus')['HzztSelectInput']
16
18
  }
17
19
  }
18
20
 
package/lib/component.js CHANGED
@@ -14,6 +14,8 @@ var index$8 = require('./components/page-size/index.js');
14
14
  var index$9 = require('./components/confirm-password/index.js');
15
15
  var index$a = require('./components/check-button/index.js');
16
16
  var index$b = require('./components/quarter-picker/index.js');
17
+ var index$c = require('./components/scan/index.js');
18
+ var index$d = require('./components/select-input/index.js');
17
19
 
18
20
  var Components = [
19
21
  index.HzztConfigProvider,
@@ -27,7 +29,9 @@ var Components = [
27
29
  index$8.HzztPageSize,
28
30
  index$9.HzztConfirmPassword,
29
31
  index$a.HzztCheckButton,
30
- index$b.HzztQuarterPicker
32
+ index$b.HzztQuarterPicker,
33
+ index$c.HzztScan,
34
+ index$d.HzztSelectInput
31
35
  ];
32
36
 
33
37
  exports["default"] = Components;
@@ -1 +1 @@
1
- {"version":3,"file":"component.js","sources":["../../../packages/hzzt-plus/component.ts"],"sourcesContent":["import { HzztTitle } from '@hzzt-plus/components/title'\nimport { HzztDropdown } from '@hzzt-plus/components/dropdown'\nimport { HzztCollapse } from '@hzzt-plus/components/collapse'\nimport { HzztConfigProvider } from '@hzzt-plus/components/config-provider'\nimport { HzztTab } from '@hzzt-plus/components/tab'\nimport { HzztIcon } from '@hzzt-plus/components/icon'\nimport { HzztPagination } from '@hzzt-plus/components/pagination'\nimport { HzztTooltip } from '@hzzt-plus/components/tooltip'\nimport { HzztPageSize } from '@hzzt-plus/components/page-size'\nimport { HzztConfirmPassword } from '@hzzt-plus/components/confirm-password'\nimport { HzztCheckButton } from '@hzzt-plus/components/check-button'\nimport { HzztQuarterPicker } from '@hzzt-plus/components/quarter-picker'\n\nimport type { Plugin } from 'vue'\n\nexport default [\n HzztConfigProvider,\n HzztTitle,\n HzztDropdown,\n HzztCollapse,\n HzztTab,\n HzztIcon,\n HzztPagination,\n HzztTooltip,\n HzztPageSize,\n HzztConfirmPassword,\n HzztCheckButton,\n HzztQuarterPicker,\n] as Plugin[]\n"],"names":["HzztConfigProvider","HzztTitle","HzztDropdown","HzztCollapse","HzztTab","HzztIcon","HzztPagination","HzztTooltip","HzztPageSize","HzztConfirmPassword","HzztCheckButton","HzztQuarterPicker"],"mappings":";;;;;;;;;;;;;;;;;AAYA,iBAAe;AACf,EAAEA,wBAAkB;AACpB,EAAEC,iBAAS;AACX,EAAEC,oBAAY;AACd,EAAEC,oBAAY;AACd,EAAEC,eAAO;AACT,EAAEC,gBAAQ;AACV,EAAEC,sBAAc;AAChB,EAAEC,mBAAW;AACb,EAAEC,oBAAY;AACd,EAAEC,2BAAmB;AACrB,EAAEC,uBAAe;AACjB,EAAEC,yBAAiB;AACnB,CAAC;;;;"}
1
+ {"version":3,"file":"component.js","sources":["../../../packages/hzzt-plus/component.ts"],"sourcesContent":["import { HzztTitle } from '@hzzt-plus/components/title'\nimport { HzztDropdown } from '@hzzt-plus/components/dropdown'\nimport { HzztCollapse } from '@hzzt-plus/components/collapse'\nimport { HzztConfigProvider } from '@hzzt-plus/components/config-provider'\nimport { HzztTab } from '@hzzt-plus/components/tab'\nimport { HzztIcon } from '@hzzt-plus/components/icon'\nimport { HzztPagination } from '@hzzt-plus/components/pagination'\nimport { HzztTooltip } from '@hzzt-plus/components/tooltip'\nimport { HzztPageSize } from '@hzzt-plus/components/page-size'\nimport { HzztConfirmPassword } from '@hzzt-plus/components/confirm-password'\nimport { HzztCheckButton } from '@hzzt-plus/components/check-button'\nimport { HzztQuarterPicker } from '@hzzt-plus/components/quarter-picker'\nimport { HzztScan } from '@hzzt-plus/components/scan'\nimport { HzztSelectInput } from '@hzzt-plus/components/select-input'\n\nimport type { Plugin } from 'vue'\n\nexport default [\n HzztConfigProvider,\n HzztTitle,\n HzztDropdown,\n HzztCollapse,\n HzztTab,\n HzztIcon,\n HzztPagination,\n HzztTooltip,\n HzztPageSize,\n HzztConfirmPassword,\n HzztCheckButton,\n HzztQuarterPicker,\n HzztScan,\n HzztSelectInput,\n] as Plugin[]\n"],"names":["HzztConfigProvider","HzztTitle","HzztDropdown","HzztCollapse","HzztTab","HzztIcon","HzztPagination","HzztTooltip","HzztPageSize","HzztConfirmPassword","HzztCheckButton","HzztQuarterPicker","HzztScan","HzztSelectInput"],"mappings":";;;;;;;;;;;;;;;;;;;AAcA,iBAAe;AACf,EAAEA,wBAAkB;AACpB,EAAEC,iBAAS;AACX,EAAEC,oBAAY;AACd,EAAEC,oBAAY;AACd,EAAEC,eAAO;AACT,EAAEC,gBAAQ;AACV,EAAEC,sBAAc;AAChB,EAAEC,mBAAW;AACb,EAAEC,oBAAY;AACd,EAAEC,2BAAmB;AACrB,EAAEC,uBAAe;AACjB,EAAEC,yBAAiB;AACnB,EAAEC,gBAAQ;AACV,EAAEC,uBAAe;AACjB,CAAC;;;;"}
@@ -22,15 +22,15 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
22
22
  readonly disabled: boolean;
23
23
  readonly id: string;
24
24
  readonly type: string;
25
- readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
25
+ readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
26
26
  readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
27
+ readonly readonly: boolean;
27
28
  readonly autosize: import("element-plus").InputAutoSize;
28
29
  readonly autocomplete: string;
29
30
  readonly containerRole: string;
30
31
  readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
31
32
  readonly inputStyle: import("vue").StyleValue;
32
33
  readonly rows: number;
33
- readonly readonly: boolean;
34
34
  readonly clearable: boolean;
35
35
  readonly showPassword: boolean;
36
36
  readonly showWordLimit: boolean;
@@ -45,7 +45,7 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
45
45
  __epPropKey: true;
46
46
  };
47
47
  readonly disabled: BooleanConstructor;
48
- readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
48
+ readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
49
49
  readonly maxlength: {
50
50
  readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
51
51
  readonly required: false;
@@ -65,7 +65,13 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
65
65
  readonly validator: ((val: unknown) => boolean) | undefined;
66
66
  __epPropKey: true;
67
67
  };
68
- readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
68
+ readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
69
+ minRows?: number | undefined;
70
+ maxRows?: number | undefined;
71
+ }) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
72
+ minRows?: number | undefined;
73
+ maxRows?: number | undefined;
74
+ }) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
69
75
  readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
70
76
  readonly formatter: {
71
77
  readonly type: import("vue").PropType<Function>;
@@ -110,7 +116,7 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
110
116
  readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
111
117
  readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
112
118
  readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
113
- readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
119
+ readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
114
120
  readonly autofocus: BooleanConstructor;
115
121
  readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
116
122
  }>> & {
@@ -138,7 +144,7 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
138
144
  }>;
139
145
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
140
146
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
141
- $emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
147
+ $emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "clear") => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
142
148
  $el: any;
143
149
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
144
150
  readonly ariaLabel: StringConstructor;
@@ -150,7 +156,7 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
150
156
  __epPropKey: true;
151
157
  };
152
158
  readonly disabled: BooleanConstructor;
153
- readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
159
+ readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
154
160
  readonly maxlength: {
155
161
  readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
156
162
  readonly required: false;
@@ -170,7 +176,13 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
170
176
  readonly validator: ((val: unknown) => boolean) | undefined;
171
177
  __epPropKey: true;
172
178
  };
173
- readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
179
+ readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
180
+ minRows?: number | undefined;
181
+ maxRows?: number | undefined;
182
+ }) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
183
+ minRows?: number | undefined;
184
+ maxRows?: number | undefined;
185
+ }) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
174
186
  readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
175
187
  readonly formatter: {
176
188
  readonly type: import("vue").PropType<Function>;
@@ -215,7 +227,7 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
215
227
  readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
216
228
  readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
217
229
  readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
218
- readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
230
+ readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
219
231
  readonly autofocus: BooleanConstructor;
220
232
  readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
221
233
  }>> & {
@@ -238,7 +250,7 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
238
250
  textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
239
251
  autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
240
252
  isComposing: import("vue").Ref<boolean>;
241
- focus: () => Promise<void>;
253
+ focus: () => void | undefined;
242
254
  blur: () => void | undefined;
243
255
  select: () => void;
244
256
  clear: () => void;
@@ -260,15 +272,15 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
260
272
  readonly disabled: boolean;
261
273
  readonly id: string;
262
274
  readonly type: string;
263
- readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
275
+ readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
264
276
  readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
277
+ readonly readonly: boolean;
265
278
  readonly autosize: import("element-plus").InputAutoSize;
266
279
  readonly autocomplete: string;
267
280
  readonly containerRole: string;
268
281
  readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
269
282
  readonly inputStyle: import("vue").StyleValue;
270
283
  readonly rows: number;
271
- readonly readonly: boolean;
272
284
  readonly clearable: boolean;
273
285
  readonly showPassword: boolean;
274
286
  readonly showWordLimit: boolean;
@@ -303,7 +315,7 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
303
315
  __epPropKey: true;
304
316
  };
305
317
  readonly disabled: BooleanConstructor;
306
- readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
318
+ readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
307
319
  readonly maxlength: {
308
320
  readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
309
321
  readonly required: false;
@@ -323,7 +335,13 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
323
335
  readonly validator: ((val: unknown) => boolean) | undefined;
324
336
  __epPropKey: true;
325
337
  };
326
- readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
338
+ readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
339
+ minRows?: number | undefined;
340
+ maxRows?: number | undefined;
341
+ }) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
342
+ minRows?: number | undefined;
343
+ maxRows?: number | undefined;
344
+ }) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
327
345
  readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
328
346
  readonly formatter: {
329
347
  readonly type: import("vue").PropType<Function>;
@@ -368,7 +386,7 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
368
386
  readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
369
387
  readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
370
388
  readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
371
- readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
389
+ readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
372
390
  readonly autofocus: BooleanConstructor;
373
391
  readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
374
392
  }>> & {
@@ -391,7 +409,7 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
391
409
  textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
392
410
  autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
393
411
  isComposing: import("vue").Ref<boolean>;
394
- focus: () => Promise<void>;
412
+ focus: () => void | undefined;
395
413
  blur: () => void | undefined;
396
414
  select: () => void;
397
415
  clear: () => void;
@@ -410,7 +428,7 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
410
428
  __epPropKey: true;
411
429
  };
412
430
  readonly disabled: BooleanConstructor;
413
- readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
431
+ readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
414
432
  readonly maxlength: {
415
433
  readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
416
434
  readonly required: false;
@@ -430,7 +448,13 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
430
448
  readonly validator: ((val: unknown) => boolean) | undefined;
431
449
  __epPropKey: true;
432
450
  };
433
- readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
451
+ readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
452
+ minRows?: number | undefined;
453
+ maxRows?: number | undefined;
454
+ }) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
455
+ minRows?: number | undefined;
456
+ maxRows?: number | undefined;
457
+ }) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
434
458
  readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
435
459
  readonly formatter: {
436
460
  readonly type: import("vue").PropType<Function>;
@@ -475,7 +499,7 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
475
499
  readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
476
500
  readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
477
501
  readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
478
- readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
502
+ readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
479
503
  readonly autofocus: BooleanConstructor;
480
504
  readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
481
505
  }>> & {
@@ -498,7 +522,7 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
498
522
  textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
499
523
  autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
500
524
  isComposing: import("vue").Ref<boolean>;
501
- focus: () => Promise<void>;
525
+ focus: () => void | undefined;
502
526
  blur: () => void | undefined;
503
527
  select: () => void;
504
528
  clear: () => void;
@@ -520,15 +544,15 @@ export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithIn
520
544
  readonly disabled: boolean;
521
545
  readonly id: string;
522
546
  readonly type: string;
523
- readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
547
+ readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
524
548
  readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
549
+ readonly readonly: boolean;
525
550
  readonly autosize: import("element-plus").InputAutoSize;
526
551
  readonly autocomplete: string;
527
552
  readonly containerRole: string;
528
553
  readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
529
554
  readonly inputStyle: import("vue").StyleValue;
530
555
  readonly rows: number;
531
- readonly readonly: boolean;
532
556
  readonly clearable: boolean;
533
557
  readonly showPassword: boolean;
534
558
  readonly showWordLimit: boolean;