hzzt-plus 1.0.3 → 1.0.5

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 (163) hide show
  1. package/attributes.json +1 -1
  2. package/dist/index.css +1 -1
  3. package/dist/index.full.js +3101 -247
  4. package/dist/index.full.min.js +20 -14
  5. package/dist/index.full.min.js.map +1 -1
  6. package/dist/index.full.min.mjs +24 -18
  7. package/dist/index.full.min.mjs.map +1 -1
  8. package/dist/index.full.mjs +3097 -249
  9. package/es/component.mjs +5 -1
  10. package/es/component.mjs.map +1 -1
  11. package/es/components/cascader/index.d.ts +5 -0
  12. package/es/components/cascader/index.mjs +9 -0
  13. package/es/components/cascader/index.mjs.map +1 -0
  14. package/es/components/cascader/src/cascader.d.ts +35 -0
  15. package/es/components/cascader/src/cascader.mjs +42 -0
  16. package/es/components/cascader/src/cascader.mjs.map +1 -0
  17. package/es/components/cascader/src/cascader.vue.d.ts +2293 -0
  18. package/es/components/cascader/src/cascader2.mjs +128 -0
  19. package/es/components/cascader/src/cascader2.mjs.map +1 -0
  20. package/es/components/cascader/src/hooks/utils.d.ts +2 -0
  21. package/es/components/cascader/src/hooks/utils.mjs +26 -0
  22. package/es/components/cascader/src/hooks/utils.mjs.map +1 -0
  23. package/es/components/cascader/style/css.d.ts +2 -0
  24. package/es/components/cascader/style/css.mjs +3 -0
  25. package/es/components/cascader/style/css.mjs.map +1 -0
  26. package/es/components/cascader/style/index.d.ts +2 -0
  27. package/es/components/cascader/style/index.mjs +3 -0
  28. package/es/components/cascader/style/index.mjs.map +1 -0
  29. package/es/components/collapse/index.mjs +2 -2
  30. package/es/components/collapse/src/collapse.mjs +0 -67
  31. package/es/components/collapse/src/collapse.mjs.map +1 -1
  32. package/es/components/collapse/src/collapse2.mjs +67 -0
  33. package/es/components/collapse/src/collapse2.mjs.map +1 -1
  34. package/es/components/confirm-password/index.d.ts +1 -1
  35. package/es/components/confirm-password/src/confirm-password.vue.d.ts +1 -1
  36. package/es/components/dropdown/index.d.ts +1 -1
  37. package/es/components/dropdown/src/index.vue.d.ts +1 -1
  38. package/es/components/index.d.ts +2 -0
  39. package/es/components/index.mjs +5 -1
  40. package/es/components/index.mjs.map +1 -1
  41. package/es/components/input-range/src/input-range.vue.d.ts +1 -1
  42. package/es/components/input-range/src/input-range2.mjs +1 -1
  43. package/es/components/input-range/src/input-range2.mjs.map +1 -1
  44. package/es/components/page-size/index.d.ts +54 -54
  45. package/es/components/page-size/src/index.vue.d.ts +54 -54
  46. package/es/components/quarter-picker/index.d.ts +16 -16
  47. package/es/components/quarter-picker/src/index.vue.d.ts +16 -16
  48. package/es/components/scan/index.mjs +2 -2
  49. package/es/components/scan/src/scan.mjs +144 -23
  50. package/es/components/scan/src/scan.mjs.map +1 -1
  51. package/es/components/scan/src/scan.vue.d.ts +2 -2
  52. package/es/components/scan/src/scan2.mjs +23 -144
  53. package/es/components/scan/src/scan2.mjs.map +1 -1
  54. package/es/components/select/index.d.ts +5 -0
  55. package/es/components/select/index.mjs +9 -0
  56. package/es/components/select/index.mjs.map +1 -0
  57. package/es/components/select/src/select.d.ts +37 -0
  58. package/es/components/select/src/select.mjs +39 -0
  59. package/es/components/select/src/select.mjs.map +1 -0
  60. package/es/components/select/src/select.vue.d.ts +13237 -0
  61. package/es/components/select/src/select2.mjs +176 -0
  62. package/es/components/select/src/select2.mjs.map +1 -0
  63. package/es/components/select/style/css.d.ts +2 -0
  64. package/es/components/select/style/css.mjs +3 -0
  65. package/es/components/select/style/css.mjs.map +1 -0
  66. package/es/components/select/style/index.d.ts +2 -0
  67. package/es/components/select/style/index.mjs +3 -0
  68. package/es/components/select/style/index.mjs.map +1 -0
  69. package/es/components/select-input/index.d.ts +16 -16
  70. package/es/components/select-input/src/select-input.d.ts +1 -7
  71. package/es/components/select-input/src/select-input.mjs.map +1 -1
  72. package/es/components/select-input/src/select-input.vue.d.ts +12 -12
  73. package/es/components/select-input/src/select-input2.mjs.map +1 -1
  74. package/es/components/select-textarea/src/select-textarea.vue.d.ts +32 -32
  75. package/es/components/select-textarea/src/select-textarea2.mjs +1 -0
  76. package/es/components/select-textarea/src/select-textarea2.mjs.map +1 -1
  77. package/es/components/tooltip/index.d.ts +14 -14
  78. package/es/components/tooltip/src/tooltip.vue.d.ts +14 -14
  79. package/es/index.mjs +5 -1
  80. package/es/index.mjs.map +1 -1
  81. package/global.d.ts +2 -0
  82. package/lib/component.js +5 -1
  83. package/lib/component.js.map +1 -1
  84. package/lib/components/cascader/index.d.ts +5 -0
  85. package/lib/components/cascader/index.js +16 -0
  86. package/lib/components/cascader/index.js.map +1 -0
  87. package/lib/components/cascader/src/cascader.d.ts +35 -0
  88. package/lib/components/cascader/src/cascader.js +47 -0
  89. package/lib/components/cascader/src/cascader.js.map +1 -0
  90. package/lib/components/cascader/src/cascader.vue.d.ts +2293 -0
  91. package/lib/components/cascader/src/cascader2.js +132 -0
  92. package/lib/components/cascader/src/cascader2.js.map +1 -0
  93. package/lib/components/cascader/src/hooks/utils.d.ts +2 -0
  94. package/lib/components/cascader/src/hooks/utils.js +30 -0
  95. package/lib/components/cascader/src/hooks/utils.js.map +1 -0
  96. package/lib/components/cascader/style/css.d.ts +2 -0
  97. package/lib/components/cascader/style/css.js +6 -0
  98. package/lib/components/cascader/style/css.js.map +1 -0
  99. package/lib/components/cascader/style/index.d.ts +2 -0
  100. package/lib/components/cascader/style/index.js +6 -0
  101. package/lib/components/cascader/style/index.js.map +1 -0
  102. package/lib/components/collapse/index.js +2 -2
  103. package/lib/components/collapse/src/collapse.js +0 -70
  104. package/lib/components/collapse/src/collapse.js.map +1 -1
  105. package/lib/components/collapse/src/collapse2.js +70 -0
  106. package/lib/components/collapse/src/collapse2.js.map +1 -1
  107. package/lib/components/confirm-password/index.d.ts +1 -1
  108. package/lib/components/confirm-password/src/confirm-password.vue.d.ts +1 -1
  109. package/lib/components/dropdown/index.d.ts +1 -1
  110. package/lib/components/dropdown/src/index.vue.d.ts +1 -1
  111. package/lib/components/index.d.ts +2 -0
  112. package/lib/components/index.js +11 -1
  113. package/lib/components/index.js.map +1 -1
  114. package/lib/components/input-range/src/input-range.vue.d.ts +1 -1
  115. package/lib/components/input-range/src/input-range2.js +1 -1
  116. package/lib/components/input-range/src/input-range2.js.map +1 -1
  117. package/lib/components/page-size/index.d.ts +54 -54
  118. package/lib/components/page-size/src/index.vue.d.ts +54 -54
  119. package/lib/components/quarter-picker/index.d.ts +16 -16
  120. package/lib/components/quarter-picker/src/index.vue.d.ts +16 -16
  121. package/lib/components/scan/index.js +2 -2
  122. package/lib/components/scan/src/scan.js +144 -24
  123. package/lib/components/scan/src/scan.js.map +1 -1
  124. package/lib/components/scan/src/scan.vue.d.ts +2 -2
  125. package/lib/components/scan/src/scan2.js +24 -144
  126. package/lib/components/scan/src/scan2.js.map +1 -1
  127. package/lib/components/select/index.d.ts +5 -0
  128. package/lib/components/select/index.js +16 -0
  129. package/lib/components/select/index.js.map +1 -0
  130. package/lib/components/select/src/select.d.ts +37 -0
  131. package/lib/components/select/src/select.js +44 -0
  132. package/lib/components/select/src/select.js.map +1 -0
  133. package/lib/components/select/src/select.vue.d.ts +13237 -0
  134. package/lib/components/select/src/select2.js +180 -0
  135. package/lib/components/select/src/select2.js.map +1 -0
  136. package/lib/components/select/style/css.d.ts +2 -0
  137. package/lib/components/select/style/css.js +6 -0
  138. package/lib/components/select/style/css.js.map +1 -0
  139. package/lib/components/select/style/index.d.ts +2 -0
  140. package/lib/components/select/style/index.js +6 -0
  141. package/lib/components/select/style/index.js.map +1 -0
  142. package/lib/components/select-input/index.d.ts +16 -16
  143. package/lib/components/select-input/src/select-input.d.ts +1 -7
  144. package/lib/components/select-input/src/select-input.js.map +1 -1
  145. package/lib/components/select-input/src/select-input.vue.d.ts +12 -12
  146. package/lib/components/select-input/src/select-input2.js.map +1 -1
  147. package/lib/components/select-textarea/src/select-textarea.vue.d.ts +32 -32
  148. package/lib/components/select-textarea/src/select-textarea2.js +1 -0
  149. package/lib/components/select-textarea/src/select-textarea2.js.map +1 -1
  150. package/lib/components/tooltip/index.d.ts +14 -14
  151. package/lib/components/tooltip/src/tooltip.vue.d.ts +14 -14
  152. package/lib/index.js +41 -31
  153. package/lib/index.js.map +1 -1
  154. package/package.json +1 -1
  155. package/tags.json +1 -1
  156. package/theme/hzzt-cascader.css +1 -0
  157. package/theme/hzzt-select.css +1 -0
  158. package/theme/index.css +1 -1
  159. package/theme/src/cascader.scss +28 -0
  160. package/theme/src/index.scss +2 -0
  161. package/theme/src/mixins/mixins.scss +3 -0
  162. package/theme/src/select.scss +10 -0
  163. package/web-types.json +1 -1
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<{
46
46
  showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
47
47
  arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
48
48
  disabled: BooleanConstructor;
49
- trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
49
+ trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
50
50
  triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
51
51
  virtualRef: {
52
52
  readonly type: import("vue").PropType<import("element-plus").Measurable>;
@@ -348,7 +348,7 @@ declare const _default: import("vue").DefineComponent<{
348
348
  __epPropKey: true;
349
349
  };
350
350
  role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
351
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "effect" | "popperOptions" | "teleported" | "persistent" | "showArrow" | "offset" | "placement" | "fallbackPlacements" | "strategy" | "arrowOffset" | "trigger" | "triggerKeys" | "virtualTriggering" | "open" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose" | "role">;
351
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "showArrow" | "offset" | "strategy" | "arrowOffset" | "trigger" | "triggerKeys" | "virtualTriggering" | "open" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose" | "role">;
352
352
  $attrs: {
353
353
  [x: string]: unknown;
354
354
  };
@@ -366,7 +366,7 @@ declare const _default: import("vue").DefineComponent<{
366
366
  showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
367
367
  arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
368
368
  disabled: BooleanConstructor;
369
- trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
369
+ trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
370
370
  triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
371
371
  virtualRef: {
372
372
  readonly type: import("vue").PropType<import("element-plus").Measurable>;
@@ -1006,7 +1006,7 @@ declare const _default: import("vue").DefineComponent<{
1006
1006
  readonly showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1007
1007
  readonly hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
1008
1008
  readonly autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1009
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "effect" | "popperOptions" | "teleported" | "persistent" | "offset" | "placement" | "fallbackPlacements" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
1009
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
1010
1010
  $attrs: {
1011
1011
  [x: string]: unknown;
1012
1012
  };
@@ -1523,7 +1523,7 @@ declare const _default: import("vue").DefineComponent<{
1523
1523
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
1524
1524
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
1525
1525
  onClose?: (() => any) | undefined;
1526
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "effect" | "popperOptions" | "offset" | "placement" | "fallbackPlacements" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
1526
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
1527
1527
  $attrs: {
1528
1528
  [x: string]: unknown;
1529
1529
  };
@@ -2616,7 +2616,7 @@ declare const _default: import("vue").DefineComponent<{
2616
2616
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
2617
2617
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
2618
2618
  onClose?: (() => any) | undefined;
2619
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "effect" | "popperOptions" | "offset" | "placement" | "fallbackPlacements" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
2619
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
2620
2620
  $attrs: {
2621
2621
  [x: string]: unknown;
2622
2622
  };
@@ -3228,7 +3228,7 @@ declare const _default: import("vue").DefineComponent<{
3228
3228
  showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
3229
3229
  arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
3230
3230
  disabled: BooleanConstructor;
3231
- trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
3231
+ trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
3232
3232
  triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
3233
3233
  virtualRef: {
3234
3234
  readonly type: import("vue").PropType<import("element-plus").Measurable>;
@@ -3868,7 +3868,7 @@ declare const _default: import("vue").DefineComponent<{
3868
3868
  readonly showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
3869
3869
  readonly hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
3870
3870
  readonly autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
3871
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "effect" | "popperOptions" | "teleported" | "persistent" | "offset" | "placement" | "fallbackPlacements" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
3871
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
3872
3872
  $attrs: {
3873
3873
  [x: string]: unknown;
3874
3874
  };
@@ -4385,7 +4385,7 @@ declare const _default: import("vue").DefineComponent<{
4385
4385
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
4386
4386
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
4387
4387
  onClose?: (() => any) | undefined;
4388
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "effect" | "popperOptions" | "offset" | "placement" | "fallbackPlacements" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
4388
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
4389
4389
  $attrs: {
4390
4390
  [x: string]: unknown;
4391
4391
  };
@@ -5478,7 +5478,7 @@ declare const _default: import("vue").DefineComponent<{
5478
5478
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
5479
5479
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
5480
5480
  onClose?: (() => any) | undefined;
5481
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "effect" | "popperOptions" | "offset" | "placement" | "fallbackPlacements" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
5481
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
5482
5482
  $attrs: {
5483
5483
  [x: string]: unknown;
5484
5484
  };
@@ -6042,7 +6042,7 @@ declare const _default: import("vue").DefineComponent<{
6042
6042
  showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
6043
6043
  arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
6044
6044
  disabled: BooleanConstructor;
6045
- trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
6045
+ trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
6046
6046
  triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
6047
6047
  virtualRef: {
6048
6048
  readonly type: import("vue").PropType<import("element-plus").Measurable>;
@@ -6682,7 +6682,7 @@ declare const _default: import("vue").DefineComponent<{
6682
6682
  readonly showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
6683
6683
  readonly hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
6684
6684
  readonly autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
6685
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "effect" | "popperOptions" | "teleported" | "persistent" | "offset" | "placement" | "fallbackPlacements" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
6685
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
6686
6686
  $attrs: {
6687
6687
  [x: string]: unknown;
6688
6688
  };
@@ -7199,7 +7199,7 @@ declare const _default: import("vue").DefineComponent<{
7199
7199
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
7200
7200
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
7201
7201
  onClose?: (() => any) | undefined;
7202
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "effect" | "popperOptions" | "offset" | "placement" | "fallbackPlacements" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
7202
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
7203
7203
  $attrs: {
7204
7204
  [x: string]: unknown;
7205
7205
  };
@@ -8292,7 +8292,7 @@ declare const _default: import("vue").DefineComponent<{
8292
8292
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
8293
8293
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
8294
8294
  onClose?: (() => any) | undefined;
8295
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "effect" | "popperOptions" | "offset" | "placement" | "fallbackPlacements" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
8295
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
8296
8296
  $attrs: {
8297
8297
  [x: string]: unknown;
8298
8298
  };
package/lib/index.js CHANGED
@@ -24,7 +24,7 @@ var index$8 = require('./components/page-size/index.js');
24
24
  var index$9 = require('./components/confirm-password/index.js');
25
25
  var index$a = require('./components/check-button/index.js');
26
26
  var index$b = require('./components/quarter-picker/index.js');
27
- var scan = require('./components/scan/src/scan.js');
27
+ var scan = require('./components/scan/src/scan2.js');
28
28
  var index$c = require('./components/scan/index.js');
29
29
  var selectInput = require('./components/select-input/src/select-input.js');
30
30
  var index$d = require('./components/select-input/index.js');
@@ -32,20 +32,24 @@ var selectTextarea = require('./components/select-textarea/src/select-textarea.j
32
32
  var index$e = require('./components/select-textarea/index.js');
33
33
  var inputRange = require('./components/input-range/src/input-range.js');
34
34
  var index$f = require('./components/input-range/index.js');
35
+ var cascader = require('./components/cascader/src/cascader.js');
36
+ var index$g = require('./components/cascader/index.js');
37
+ var select = require('./components/select/src/select.js');
38
+ var index$h = require('./components/select/index.js');
35
39
  var key = require('./constants/key.js');
36
40
  var size = require('./constants/size.js');
37
41
  var date = require('./constants/date.js');
38
42
  var event = require('./constants/event.js');
39
- var index$g = require('./directives/download/index.js');
40
- var index$h = require('./directives/height/index.js');
41
- var index$i = require('./directives/blur/index.js');
42
- var index$j = require('./directives/highlight/index.js');
43
- var index$k = require('./directives/drag/index.js');
44
- var index$l = require('./hooks/use-locale/index.js');
45
- var index$m = require('./hooks/use-size/index.js');
46
- var index$n = require('./hooks/use-namespace/index.js');
47
- var index$o = require('./hooks/use-letter/index.js');
48
- var index$p = require('./hooks/use-cursor/index.js');
43
+ var index$i = require('./directives/download/index.js');
44
+ var index$j = require('./directives/height/index.js');
45
+ var index$k = require('./directives/blur/index.js');
46
+ var index$l = require('./directives/highlight/index.js');
47
+ var index$m = require('./directives/drag/index.js');
48
+ var index$n = require('./hooks/use-locale/index.js');
49
+ var index$o = require('./hooks/use-size/index.js');
50
+ var index$p = require('./hooks/use-namespace/index.js');
51
+ var index$q = require('./hooks/use-letter/index.js');
52
+ var index$r = require('./hooks/use-cursor/index.js');
49
53
 
50
54
  const install = defaults["default"].install;
51
55
  const version = defaults["default"].version;
@@ -81,6 +85,12 @@ exports.HzztSelectTextarea = index$e.HzztSelectTextarea;
81
85
  exports.inputRangeEmits = inputRange.inputRangeEmits;
82
86
  exports.inputRangeProps = inputRange.inputRangeProps;
83
87
  exports.HzztInputRange = index$f.HzztInputRange;
88
+ exports.cascaderEmits = cascader.cascaderEmits;
89
+ exports.cascaderProps = cascader.cascaderProps;
90
+ exports.HzztCascader = index$g.HzztCascader;
91
+ exports.selectEmits = select.selectEmits;
92
+ exports.selectProps = select.selectProps;
93
+ exports.HzztSelect = index$h.HzztSelect;
84
94
  exports.INSTALLED_KEY = key.INSTALLED_KEY;
85
95
  exports.componentSizeMap = size.componentSizeMap;
86
96
  exports.componentSizes = size.componentSizes;
@@ -89,26 +99,26 @@ exports.datePickTypes = date.datePickTypes;
89
99
  exports.CHANGE_EVENT = event.CHANGE_EVENT;
90
100
  exports.INPUT_EVENT = event.INPUT_EVENT;
91
101
  exports.UPDATE_MODEL_EVENT = event.UPDATE_MODEL_EVENT;
92
- exports.Download = index$g["default"];
93
- exports.Height = index$h["default"];
94
- exports.Blur = index$i["default"];
95
- exports.Highlight = index$j["default"];
96
- exports.Drag = index$k["default"];
97
- exports.buildLocaleContext = index$l.buildLocaleContext;
98
- exports.buildTranslator = index$l.buildTranslator;
99
- exports.localeContextKey = index$l.localeContextKey;
100
- exports.translate = index$l.translate;
101
- exports.useLocale = index$l.useLocale;
102
- exports.SIZE_INJECTION_KEY = index$m.SIZE_INJECTION_KEY;
103
- exports.useGlobalSize = index$m.useGlobalSize;
104
- exports.useSizeProp = index$m.useSizeProp;
105
- exports.useSizeProps = index$m.useSizeProps;
106
- exports.defaultNamespace = index$n.defaultNamespace;
107
- exports.namespaceContextKey = index$n.namespaceContextKey;
108
- exports.useGetDerivedNamespace = index$n.useGetDerivedNamespace;
109
- exports.useNamespace = index$n.useNamespace;
110
- exports.numberToLetter = index$o.numberToLetter;
111
- exports.insertCursorPosition = index$p.insertCursorPosition;
102
+ exports.Download = index$i["default"];
103
+ exports.Height = index$j["default"];
104
+ exports.Blur = index$k["default"];
105
+ exports.Highlight = index$l["default"];
106
+ exports.Drag = index$m["default"];
107
+ exports.buildLocaleContext = index$n.buildLocaleContext;
108
+ exports.buildTranslator = index$n.buildTranslator;
109
+ exports.localeContextKey = index$n.localeContextKey;
110
+ exports.translate = index$n.translate;
111
+ exports.useLocale = index$n.useLocale;
112
+ exports.SIZE_INJECTION_KEY = index$o.SIZE_INJECTION_KEY;
113
+ exports.useGlobalSize = index$o.useGlobalSize;
114
+ exports.useSizeProp = index$o.useSizeProp;
115
+ exports.useSizeProps = index$o.useSizeProps;
116
+ exports.defaultNamespace = index$p.defaultNamespace;
117
+ exports.namespaceContextKey = index$p.namespaceContextKey;
118
+ exports.useGetDerivedNamespace = index$p.useGetDerivedNamespace;
119
+ exports.useNamespace = index$p.useNamespace;
120
+ exports.numberToLetter = index$q.numberToLetter;
121
+ exports.insertCursorPosition = index$r.insertCursorPosition;
112
122
  exports.install = install;
113
123
  exports.version = version;
114
124
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","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":["installer"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMY,MAAC,OAAO,GAAGA,mBAAS,CAAC,QAAQ;AAC7B,MAAC,OAAO,GAAGA,mBAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","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":["installer"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMY,MAAC,OAAO,GAAGA,mBAAS,CAAC,QAAQ;AAC7B,MAAC,OAAO,GAAGA,mBAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hzzt-plus",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "A Component Library for Vue 3",
5
5
  "keywords": [
6
6
  "hzzt-plus",
package/tags.json CHANGED
@@ -1 +1 @@
1
- {"hzzt-check-button":{"attributes":["options","model-value","size","type","is-default"],"description":"Title"},"hzzt-collapse":{"attributes":["default-active","title","expand"],"description":"Title"},"hzzt-config-provider":{"attributes":["a11y","size","locale","keyboard-navigation"],"description":"Title"},"hzzt-confirm-password":{"attributes":["placeholder","model-value"],"description":"Title"},"hzzt-dropdown":{"attributes":["options","default-value","label","value","position","props","return-type"],"description":"Title"},"hzzt-icon":{"attributes":["name","type"],"description":"Title"},"hzzt-input-range":{"attributes":["model-value","size","disabled","clearable","start-placeholder","end-placeholder","start-props","end-props"],"description":"Title"},"hzzt-page-size":{"attributes":["model-value","page-size","total","size","page-size-options","disabled","is-manual","is-last-page"],"description":"Title"},"hzzt-pagination":{"attributes":["pagination"],"description":"Title"},"hzzt-quarter-picker":{"attributes":["format","value-format","placeholder","prefix-icon","clear-icon","size","model-value","disabled","clearable","disabled-date"],"description":"Title"},"hzzt-scan":{"attributes":["model-value","placeholder","letter"],"description":"Title"},"hzzt-select-input":{"attributes":["model-value","index-type","size","label","disabled","replace","position","data","input-props","custom-props","format-label","split"],"description":"Title"},"hzzt-select-textarea":{"attributes":["model-value","size","label","disabled","replace","data","input-props"],"description":"Title"},"hzzt-tab":{"attributes":["tab-list","model-value","closable"],"description":"Title"},"hzzt-title":{"attributes":["label","sideline"],"description":"Title"},"hzzt-tooltip":{"attributes":["content"],"description":"Title"}}
1
+ {"hzzt-cascader":{"attributes":["model-value","size","disabled","options","cascader-props","clearable","readonly","placeholder"],"description":"Title"},"hzzt-check-button":{"attributes":["options","model-value","size","type","is-default"],"description":"Title"},"hzzt-collapse":{"attributes":["default-active","title","expand"],"description":"Title"},"hzzt-config-provider":{"attributes":["a11y","size","locale","keyboard-navigation"],"description":"Title"},"hzzt-confirm-password":{"attributes":["placeholder","model-value"],"description":"Title"},"hzzt-dropdown":{"attributes":["options","default-value","label","value","position","props","return-type"],"description":"Title"},"hzzt-icon":{"attributes":["name","type"],"description":"Title"},"hzzt-input-range":{"attributes":["model-value","size","disabled","clearable","start-placeholder","end-placeholder","start-props","end-props"],"description":"Title"},"hzzt-page-size":{"attributes":["model-value","page-size","total","size","page-size-options","disabled","is-manual","is-last-page"],"description":"Title"},"hzzt-pagination":{"attributes":["pagination"],"description":"Title"},"hzzt-quarter-picker":{"attributes":["format","value-format","placeholder","prefix-icon","clear-icon","size","model-value","disabled","clearable","disabled-date"],"description":"Title"},"hzzt-scan":{"attributes":["model-value","placeholder","letter"],"description":"Title"},"hzzt-select-input":{"attributes":["model-value","index-type","size","label","disabled","replace","position","data","input-props","custom-props","format-label","split"],"description":"Title"},"hzzt-select-textarea":{"attributes":["model-value","size","label","disabled","replace","data","input-props"],"description":"Title"},"hzzt-select":{"attributes":["model-value","size","select-props","disabled","options","cascader-props","clearable","readonly","placeholder"],"description":"Title"},"hzzt-tab":{"attributes":["tab-list","model-value","closable"],"description":"Title"},"hzzt-title":{"attributes":["label","sideline"],"description":"Title"},"hzzt-tooltip":{"attributes":["content"],"description":"Title"}}
@@ -0,0 +1 @@
1
+ .hzzt-cascader__input{left:0;position:absolute;right:0;top:0;z-index:2}.hzzt-cascader__input .el-input__inner{cursor:pointer}.hzzt-cascader__cascader .el-input__suffix{z-index:3}.hzzt-cascader__cascader .el-input{--el-input-border:none;--el-input-focus-border:none;--el-input-focus-border-color:none}
@@ -0,0 +1 @@
1
+ .select-v2-popper-min-width-100 .el-select-dropdown{min-width:100px!important}.select-v2-popper-min-width-100 .el-select-dropdown .el-select-dropdown__list{min-width:100px!important;width:100%!important}
package/theme/index.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";:root{--hzzt-color-white:#ffffff;--hzzt-color-black:#000000;--hzzt-color-primary-rgb:64,158,255;--hzzt-color-success-rgb:103,194,58;--hzzt-color-warning-rgb:230,162,60;--hzzt-color-danger-rgb:245,108,108;--hzzt-color-error-rgb:245,108,108;--hzzt-color-info-rgb:144,147,153;--hzzt-font-size-extra-large:20px;--hzzt-font-size-large:18px;--hzzt-font-size-medium:16px;--hzzt-font-size-base:14px;--hzzt-font-size-small:13px;--hzzt-font-size-extra-small:12px;--hzzt-font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;--hzzt-font-weight-primary:500;--hzzt-font-line-height-primary:24px;--hzzt-index-normal:1;--hzzt-index-top:1000;--hzzt-index-popper:2000;--hzzt-border-radius-base:4px;--hzzt-border-radius-small:2px;--hzzt-border-radius-round:20px;--hzzt-border-radius-circle:100%;--hzzt-transition-duration:0.3s;--hzzt-transition-duration-fast:0.2s;--hzzt-transition-function-ease-in-out-bezier:cubic-bezier(0.645,0.045,0.355,1);--hzzt-transition-function-fast-bezier:cubic-bezier(0.23,1,0.32,1);--hzzt-transition-all:all var(--hzzt-transition-duration) var(--hzzt-transition-function-ease-in-out-bezier);--hzzt-transition-fade:opacity var(--hzzt-transition-duration) var(--hzzt-transition-function-fast-bezier);--hzzt-transition-md-fade:transform var(--hzzt-transition-duration) var(--hzzt-transition-function-fast-bezier),opacity var(--hzzt-transition-duration) var(--hzzt-transition-function-fast-bezier);--hzzt-transition-fade-linear:opacity var(--hzzt-transition-duration-fast) linear;--hzzt-transition-border:border-color var(--hzzt-transition-duration-fast) var(--hzzt-transition-function-ease-in-out-bezier);--hzzt-transition-box-shadow:box-shadow var(--hzzt-transition-duration-fast) var(--hzzt-transition-function-ease-in-out-bezier);--hzzt-transition-color:color var(--hzzt-transition-duration-fast) var(--hzzt-transition-function-ease-in-out-bezier);--hzzt-component-size-large:40px;--hzzt-component-size:32px;--hzzt-component-size-small:24px;color-scheme:light;--hzzt-color-primary:#409eff;--hzzt-color-primary-light-3:rgb(121.3,187.1,255);--hzzt-color-primary-light-5:rgb(159.5,206.5,255);--hzzt-color-primary-light-7:rgb(197.7,225.9,255);--hzzt-color-primary-light-8:rgb(216.8,235.6,255);--hzzt-color-primary-light-9:rgb(235.9,245.3,255);--hzzt-color-primary-dark-2:rgb(51.2,126.4,204);--hzzt-color-success:#67c23a;--hzzt-color-success-light-3:rgb(148.6,212.3,117.1);--hzzt-color-success-light-5:rgb(179,224.5,156.5);--hzzt-color-success-light-7:rgb(209.4,236.7,195.9);--hzzt-color-success-light-8:rgb(224.6,242.8,215.6);--hzzt-color-success-light-9:rgb(239.8,248.9,235.3);--hzzt-color-success-dark-2:rgb(82.4,155.2,46.4);--hzzt-color-warning:#e6a23c;--hzzt-color-warning-light-3:rgb(237.5,189.9,118.5);--hzzt-color-warning-light-5:rgb(242.5,208.5,157.5);--hzzt-color-warning-light-7:rgb(247.5,227.1,196.5);--hzzt-color-warning-light-8:rgb(250,236.4,216);--hzzt-color-warning-light-9:rgb(252.5,245.7,235.5);--hzzt-color-warning-dark-2:rgb(184,129.6,48);--hzzt-color-danger:#f56c6c;--hzzt-color-danger-light-3:rgb(248,152.1,152.1);--hzzt-color-danger-light-5:rgb(250,181.5,181.5);--hzzt-color-danger-light-7:rgb(252,210.9,210.9);--hzzt-color-danger-light-8:rgb(253,225.6,225.6);--hzzt-color-danger-light-9:rgb(254,240.3,240.3);--hzzt-color-danger-dark-2:rgb(196,86.4,86.4);--hzzt-color-error:#f56c6c;--hzzt-color-error-light-3:rgb(248,152.1,152.1);--hzzt-color-error-light-5:rgb(250,181.5,181.5);--hzzt-color-error-light-7:rgb(252,210.9,210.9);--hzzt-color-error-light-8:rgb(253,225.6,225.6);--hzzt-color-error-light-9:rgb(254,240.3,240.3);--hzzt-color-error-dark-2:rgb(196,86.4,86.4);--hzzt-color-info:#909399;--hzzt-color-info-light-3:rgb(177.3,179.4,183.6);--hzzt-color-info-light-5:rgb(199.5,201,204);--hzzt-color-info-light-7:rgb(221.7,222.6,224.4);--hzzt-color-info-light-8:rgb(232.8,233.4,234.6);--hzzt-color-info-light-9:rgb(243.9,244.2,244.8);--hzzt-color-info-dark-2:rgb(115.2,117.6,122.4);--hzzt-bg-color:#ffffff;--hzzt-bg-color-page:#f2f3f5;--hzzt-bg-color-overlay:#ffffff;--hzzt-text-color-primary:#303133;--hzzt-text-color-regular:#606266;--hzzt-text-color-secondary:#909399;--hzzt-text-color-placeholder:#a8abb2;--hzzt-text-color-disabled:#c0c4cc;--hzzt-border-color:#dcdfe6;--hzzt-border-color-light:#e4e7ed;--hzzt-border-color-lighter:#ebeef5;--hzzt-border-color-extra-light:#f2f6fc;--hzzt-border-color-dark:#d4d7de;--hzzt-border-color-darker:#cdd0d6;--hzzt-fill-color:#f0f2f5;--hzzt-fill-color-light:#f5f7fa;--hzzt-fill-color-lighter:#fafafa;--hzzt-fill-color-extra-light:#fafcff;--hzzt-fill-color-dark:#ebedf0;--hzzt-fill-color-darker:#e6e8eb;--hzzt-fill-color-blank:#ffffff;--hzzt-box-shadow:0px 12px 32px 4px rgba(0,0,0,0.04),0px 8px 20px rgba(0,0,0,0.08);--hzzt-box-shadow-light:0px 0px 12px rgba(0,0,0,0.12);--hzzt-box-shadow-lighter:0px 0px 6px rgba(0,0,0,0.12);--hzzt-box-shadow-dark:0px 16px 48px 16px rgba(0,0,0,0.08),0px 12px 32px rgba(0,0,0,0.12),0px 8px 16px -8px rgba(0,0,0,0.16);--hzzt-disabled-bg-color:var(--hzzt-fill-color-light);--hzzt-disabled-text-color:var(--hzzt-text-color-placeholder);--hzzt-disabled-border-color:var(--hzzt-border-color-light);--hzzt-overlay-color:rgba(0,0,0,0.8);--hzzt-overlay-color-light:rgba(0,0,0,0.7);--hzzt-overlay-color-lighter:rgba(0,0,0,0.5);--hzzt-mask-color:rgba(255,255,255,0.9);--hzzt-mask-color-extra-light:rgba(255,255,255,0.3);--hzzt-border-width:1px;--hzzt-border-style:solid;--hzzt-border-color-hover:var(--hzzt-text-color-disabled);--hzzt-border:var(--hzzt-border-width) var(--hzzt-border-style) var(--hzzt-border-color);--hzzt-svg-monochrome-grey:var(--hzzt-border-color)}a,article,aside,b,body,button,dd,div,dl,dt,figcaption,figure,footer,h1,h2,h3,h4,h5,h6,header,i,input,li,nav,p,section,select,span,textarea,ul{border:none;font-style:normal;list-style:none;margin:0;padding:0;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased}a:focus,article:focus,aside:focus,b:focus,body:focus,button:focus,dd:focus,div:focus,dl:focus,dt:focus,figcaption:focus,figure:focus,footer:focus,h1:focus,h2:focus,h3:focus,h4:focus,h5:focus,h6:focus,header:focus,i:focus,input:focus,li:focus,nav:focus,p:focus,section:focus,select:focus,span:focus,textarea:focus,ul:focus{outline:none}*,:after,:before{box-sizing:border-box}.flex{display:flex;display:-webkit-flex}.column{flex-direction:column}.row{flex-direction:row}.wrap{flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap}.nowrap{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap}.justify-content-center{justify-content:center;-webkit-justify-content:center}.justify-content-between{justify-content:space-between;-webkit-justify-content:space-between}.justify-content-around{justify-content:space-around;-webkit-justify-content:space-around}.justify-content-start{justify-content:flex-start;-webkit-justify-content:flex-start}.justify-content-end{justify-content:flex-end;-webkit-justify-content:flex-end}.align-content-between{align-content:space-between}.align-items-center{align-items:center;-webkit-align-items:center}.align-items-start{align-items:flex-start;-webkit-align-items:flex-start}.align-items-end{align-items:flex-end;-webkit-align-items:flex-end}.align-items-stretch{align-items:stretch;-webkit-align-items:stretch}.align-items-baseline{align-items:baseline;-webkit-align-items:baseline}.align-self-center{align-self:center;-webkit-align-self:center}.align-self-start{align-self:flex-start;-webkit-align-self:flex-start}.align-self-end{align-self:flex-end;-webkit-align-self:flex-end}.align-self-stretch{align-self:stretch;-webkit-align-self:stretch}.align-self-baseline{align-self:baseline;-webkit-align-self:baseline}.flex-1{flex:1;-webkit-flex:1;-ms-flex:1}.flex-2{flex:2;-webkit-flex:2;-ms-flex:2}.flex-3{flex:3;-webkit-flex:3;-ms-flex:3}.flex-4{flex:4;-webkit-flex:4;-ms-flex:4}.flex-5{flex:5;-webkit-flex:5;-ms-flex:5}.flex-6{flex:6;-webkit-flex:6;-ms-flex:6}.flex-7{flex:7;-webkit-flex:7;-ms-flex:7}.flex-8{flex:8;-webkit-flex:8;-ms-flex:8}.padding-0{padding:0}.padding-v-0{padding-bottom:0;padding-top:0}.padding-h-0{padding-left:0;padding-right:0}.padding-t-0{padding-top:0}.padding-l-0{padding-left:0}.padding-r-0{padding-right:0}.padding-b-0{padding-bottom:0}.margin-0{margin:0}.margin-v-0{margin-bottom:0;margin-top:0}.margin-h-0{margin-left:0;margin-right:0}.margin-t-0{margin-top:0}.margin-l-0{margin-left:0}.margin-r-0{margin-right:0}.margin-b-0{margin-bottom:0}.padding-1{padding:4px}.padding-v-1{padding-bottom:4px;padding-top:4px}.padding-h-1{padding-left:4px;padding-right:4px}.padding-t-1{padding-top:4px}.padding-l-1{padding-left:4px}.padding-r-1{padding-right:4px}.padding-b-1{padding-bottom:4px}.margin-1{margin:4px}.margin-v-1{margin-bottom:4px;margin-top:4px}.margin-h-1{margin-left:4px;margin-right:4px}.margin-t-1{margin-top:4px}.margin-l-1{margin-left:4px}.margin-r-1{margin-right:4px}.margin-b-1{margin-bottom:4px}.padding-2{padding:8px}.padding-v-2{padding-bottom:8px;padding-top:8px}.padding-h-2{padding-left:8px;padding-right:8px}.padding-t-2{padding-top:8px}.padding-l-2{padding-left:8px}.padding-r-2{padding-right:8px}.padding-b-2{padding-bottom:8px}.margin-2{margin:8px}.margin-v-2{margin-bottom:8px;margin-top:8px}.margin-h-2{margin-left:8px;margin-right:8px}.margin-t-2{margin-top:8px}.margin-l-2{margin-left:8px}.margin-r-2{margin-right:8px}.margin-b-2{margin-bottom:8px}.padding-3{padding:12px}.padding-v-3{padding-bottom:12px;padding-top:12px}.padding-h-3{padding-left:12px;padding-right:12px}.padding-t-3{padding-top:12px}.padding-l-3{padding-left:12px}.padding-r-3{padding-right:12px}.padding-b-3{padding-bottom:12px}.margin-3{margin:12px}.margin-v-3{margin-bottom:12px;margin-top:12px}.margin-h-3{margin-left:12px;margin-right:12px}.margin-t-3{margin-top:12px}.margin-l-3{margin-left:12px}.margin-r-3{margin-right:12px}.margin-b-3{margin-bottom:12px}.padding-4{padding:16px}.padding-v-4{padding-bottom:16px;padding-top:16px}.padding-h-4{padding-left:16px;padding-right:16px}.padding-t-4{padding-top:16px}.padding-l-4{padding-left:16px}.padding-r-4{padding-right:16px}.padding-b-4{padding-bottom:16px}.margin-4{margin:16px}.margin-v-4{margin-bottom:16px;margin-top:16px}.margin-h-4{margin-left:16px;margin-right:16px}.margin-t-4{margin-top:16px}.margin-l-4{margin-left:16px}.margin-r-4{margin-right:16px}.margin-b-4{margin-bottom:16px}.padding-5{padding:20px}.padding-v-5{padding-bottom:20px;padding-top:20px}.padding-h-5{padding-left:20px;padding-right:20px}.padding-t-5{padding-top:20px}.padding-l-5{padding-left:20px}.padding-r-5{padding-right:20px}.padding-b-5{padding-bottom:20px}.margin-5{margin:20px}.margin-v-5{margin-bottom:20px;margin-top:20px}.margin-h-5{margin-left:20px;margin-right:20px}.margin-t-5{margin-top:20px}.margin-l-5{margin-left:20px}.margin-r-5{margin-right:20px}.margin-b-5{margin-bottom:20px}.padding-6{padding:24px}.padding-v-6{padding-bottom:24px;padding-top:24px}.padding-h-6{padding-left:24px;padding-right:24px}.padding-t-6{padding-top:24px}.padding-l-6{padding-left:24px}.padding-r-6{padding-right:24px}.padding-b-6{padding-bottom:24px}.margin-6{margin:24px}.margin-v-6{margin-bottom:24px;margin-top:24px}.margin-h-6{margin-left:24px;margin-right:24px}.margin-t-6{margin-top:24px}.margin-l-6{margin-left:24px}.margin-r-6{margin-right:24px}.margin-b-6{margin-bottom:24px}.padding-7{padding:28px}.padding-v-7{padding-bottom:28px;padding-top:28px}.padding-h-7{padding-left:28px;padding-right:28px}.padding-t-7{padding-top:28px}.padding-l-7{padding-left:28px}.padding-r-7{padding-right:28px}.padding-b-7{padding-bottom:28px}.margin-7{margin:28px}.margin-v-7{margin-bottom:28px;margin-top:28px}.margin-h-7{margin-left:28px;margin-right:28px}.margin-t-7{margin-top:28px}.margin-l-7{margin-left:28px}.margin-r-7{margin-right:28px}.margin-b-7{margin-bottom:28px}.padding-8{padding:32px}.padding-v-8{padding-bottom:32px;padding-top:32px}.padding-h-8{padding-left:32px;padding-right:32px}.padding-t-8{padding-top:32px}.padding-l-8{padding-left:32px}.padding-r-8{padding-right:32px}.padding-b-8{padding-bottom:32px}.margin-8{margin:32px}.margin-v-8{margin-bottom:32px;margin-top:32px}.margin-h-8{margin-left:32px;margin-right:32px}.margin-t-8{margin-top:32px}.margin-l-8{margin-left:32px}.margin-r-8{margin-right:32px}.margin-b-8{margin-bottom:32px}.width-0{width:0}.min-width-0{min-width:0}.max-width-0{max-width:0}.height-0{height:0}.min-height-0{min-height:0}.max-height-0{max-height:0}.width-1{width:50px}.min-width-1{min-width:50px}.max-width-1{max-width:50px}.height-1{height:50px}.min-height-1{min-height:50px}.max-height-1{max-height:50px}.width-2{width:100px}.min-width-2{min-width:100px}.max-width-2{max-width:100px}.height-2{height:100px}.min-height-2{min-height:100px}.max-height-2{max-height:100px}.width-3{width:150px}.min-width-3{min-width:150px}.max-width-3{max-width:150px}.height-3{height:150px}.min-height-3{min-height:150px}.max-height-3{max-height:150px}.width-4{width:200px}.min-width-4{min-width:200px}.max-width-4{max-width:200px}.height-4{height:200px}.min-height-4{min-height:200px}.max-height-4{max-height:200px}.width-5{width:250px}.min-width-5{min-width:250px}.max-width-5{max-width:250px}.height-5{height:250px}.min-height-5{min-height:250px}.max-height-5{max-height:250px}.width-6{width:300px}.min-width-6{min-width:300px}.max-width-6{max-width:300px}.height-6{height:300px}.min-height-6{min-height:300px}.max-height-6{max-height:300px}.width-7{width:350px}.min-width-7{min-width:350px}.max-width-7{max-width:350px}.height-7{height:350px}.min-height-7{min-height:350px}.max-height-7{max-height:350px}.width-8{width:400px}.min-width-8{min-width:400px}.max-width-8{max-width:400px}.height-8{height:400px}.min-height-8{min-height:400px}.max-height-8{max-height:400px}.width-9{width:450px}.min-width-9{min-width:450px}.max-width-9{max-width:450px}.height-9{height:450px}.min-height-9{min-height:450px}.max-height-9{max-height:450px}.width-10{width:500px}.min-width-10{min-width:500px}.max-width-10{max-width:500px}.height-10{height:500px}.min-height-10{min-height:500px}.max-height-10{max-height:500px}.width-12{width:600px}.min-width-12{min-width:600px}.max-width-12{max-width:600px}.height-12{height:600px}.min-height-12{min-height:600px}.max-height-12{max-height:600px}.width-13{width:650px}.min-width-13{min-width:650px}.max-width-13{max-width:650px}.height-13{height:650px}.min-height-13{min-height:650px}.max-height-13{max-height:650px}.width-14{width:700px}.min-width-14{min-width:700px}.max-width-14{max-width:700px}.height-14{height:700px}.min-height-14{min-height:700px}.max-height-14{max-height:700px}.width-15{width:750px}.min-width-15{min-width:750px}.max-width-15{max-width:750px}.height-15{height:750px}.min-height-15{min-height:750px}.max-height-15{max-height:750px}.width-16{width:800px}.min-width-16{min-width:800px}.max-width-16{max-width:800px}.height-16{height:800px}.min-height-16{min-height:800px}.max-height-16{max-height:800px}.width-17{width:850px}.min-width-17{min-width:850px}.max-width-17{max-width:850px}.height-17{height:850px}.min-height-17{min-height:850px}.max-height-17{max-height:850px}.width-18{width:900px}.min-width-18{min-width:900px}.max-width-18{max-width:900px}.height-18{height:900px}.min-height-18{min-height:900px}.max-height-18{max-height:900px}.width-19{width:950px}.min-width-19{min-width:950px}.max-width-19{max-width:950px}.height-19{height:950px}.min-height-19{min-height:950px}.max-height-19{max-height:950px}.width-20{width:1000px}.min-width-20{min-width:1000px}.max-width-20{max-width:1000px}.height-20{height:1000px}.min-height-20{min-height:1000px}.max-height-20{max-height:1000px}.width-0\%{width:0}.min-width-0\%{min-width:0}.max-width-0\%{max-width:0}.height-0\%{height:0}.min-height-0\%{min-height:0}.max-height-0\%{max-height:0}.width-5\%{width:5%}.min-width-5\%{min-width:5%}.max-width-5\%{max-width:5%}.height-5\%{height:5%}.min-height-5\%{min-height:5%}.max-height-5\%{max-height:5%}.width-10\%{width:10%}.min-width-10\%{min-width:10%}.max-width-10\%{max-width:10%}.height-10\%{height:10%}.min-height-10\%{min-height:10%}.max-height-10\%{max-height:10%}.width-15\%{width:15%}.min-width-15\%{min-width:15%}.max-width-15\%{max-width:15%}.height-15\%{height:15%}.min-height-15\%{min-height:15%}.max-height-15\%{max-height:15%}.width-20\%{width:20%}.min-width-20\%{min-width:20%}.max-width-20\%{max-width:20%}.height-20\%{height:20%}.min-height-20\%{min-height:20%}.max-height-20\%{max-height:20%}.width-25\%{width:25%}.min-width-25\%{min-width:25%}.max-width-25\%{max-width:25%}.height-25\%{height:25%}.min-height-25\%{min-height:25%}.max-height-25\%{max-height:25%}.width-30\%{width:30%}.min-width-30\%{min-width:30%}.max-width-30\%{max-width:30%}.height-30\%{height:30%}.min-height-30\%{min-height:30%}.max-height-30\%{max-height:30%}.width-35\%{width:35%}.min-width-35\%{min-width:35%}.max-width-35\%{max-width:35%}.height-35\%{height:35%}.min-height-35\%{min-height:35%}.max-height-35\%{max-height:35%}.width-40\%{width:40%}.min-width-40\%{min-width:40%}.max-width-40\%{max-width:40%}.height-40\%{height:40%}.min-height-40\%{min-height:40%}.max-height-40\%{max-height:40%}.width-45\%{width:45%}.min-width-45\%{min-width:45%}.max-width-45\%{max-width:45%}.height-45\%{height:45%}.min-height-45\%{min-height:45%}.max-height-45\%{max-height:45%}.width-50\%{width:50%}.min-width-50\%{min-width:50%}.max-width-50\%{max-width:50%}.height-50\%{height:50%}.min-height-50\%{min-height:50%}.max-height-50\%{max-height:50%}.width-55\%{width:55%}.min-width-55\%{min-width:55%}.max-width-55\%{max-width:55%}.height-55\%{height:55%}.min-height-55\%{min-height:55%}.max-height-55\%{max-height:55%}.width-60\%{width:60%}.min-width-60\%{min-width:60%}.max-width-60\%{max-width:60%}.height-60\%{height:60%}.min-height-60\%{min-height:60%}.max-height-60\%{max-height:60%}.width-65\%{width:65%}.min-width-65\%{min-width:65%}.max-width-65\%{max-width:65%}.height-65\%{height:65%}.min-height-65\%{min-height:65%}.max-height-65\%{max-height:65%}.width-70\%{width:70%}.min-width-70\%{min-width:70%}.max-width-70\%{max-width:70%}.height-70\%{height:70%}.min-height-70\%{min-height:70%}.max-height-70\%{max-height:70%}.width-75\%{width:75%}.min-width-75\%{min-width:75%}.max-width-75\%{max-width:75%}.height-75\%{height:75%}.min-height-75\%{min-height:75%}.max-height-75\%{max-height:75%}.width-80\%{width:80%}.min-width-80\%{min-width:80%}.max-width-80\%{max-width:80%}.height-80\%{height:80%}.min-height-80\%{min-height:80%}.max-height-80\%{max-height:80%}.width-85\%{width:85%}.min-width-85\%{min-width:85%}.max-width-85\%{max-width:85%}.height-85\%{height:85%}.min-height-85\%{min-height:85%}.max-height-85\%{max-height:85%}.width-90\%{width:90%}.min-width-90\%{min-width:90%}.max-width-90\%{max-width:90%}.height-90\%{height:90%}.min-height-90\%{min-height:90%}.max-height-90\%{max-height:90%}.width-95\%{width:95%}.min-width-95\%{min-width:95%}.max-width-95\%{max-width:95%}.height-95\%{height:95%}.min-height-95\%{min-height:95%}.max-height-95\%{max-height:95%}.width-100\%{width:100%}.min-width-100\%{min-width:100%}.max-width-100\%{max-width:100%}.height-100\%{height:100%}.min-height-100\%{min-height:100%}.max-height-100\%{max-height:100%}.font-12{font-size:12px}.font-14{font-size:14px}.font-16{font-size:16px}.font-18{font-size:18px}.font-20{font-size:20px}.font-22{font-size:22px}.font-24{font-size:24px}.font-28{font-size:28px}.font-32{font-size:32px}.font-48{font-size:48px}.font-64{font-size:64px}.font-weight-1{font-weight:100}.font-weight-2{font-weight:200}.font-weight-3{font-weight:300}.font-weight-4{font-weight:400}.font-weight-5{font-weight:500}.font-weight-6{font-weight:600}.font-weight-7{font-weight:700}.font-weight-8{font-weight:800}.font-weight-9{font-weight:900}.line-height-0{line-height:0}.line-height-1{line-height:1}.line-height-2{line-height:2}.line-height-1\.2{line-height:1.2}.line-height-1\.5{line-height:1.5}.bold{font-weight:bold}.normal{font-weight:normal}.lighter{font-weight:lighter}.ellipsis,.hidden-part-words,.inline-block-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hidden-part-words,.inline-block-ellipsis{display:inline-block;width:100%}.overflow-auto{overflow:auto}.overflow-x-auto,.overflow-y-hidden{overflow-x:auto;overflow-y:hidden}.overflow-x-hidden,.overflow-y-auto{overflow-x:hidden;overflow-y:auto}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.clear:after{clear:both;content:"";display:block}.clear{zoom:1}.left{float:left}.right{float:right}.hide{display:none}.show{display:block}.inline-block{display:inline-block}.pointer{cursor:pointer}.hzzt-title{color:#000}.hzzt-title .decorative-line{background:var(--hzzt-color-primary);height:18px;margin-right:7px;min-width:3px;width:3px}.hzzt-title .label-name{color:inherit;font-size:16px;line-height:24px}.hzzt-dropdown{display:block;list-style-type:disc;margin-left:8px}.hzzt-dropdown .hzzt-dropdown-li{color:white;cursor:pointer;padding:4px 6px;position:relative}.hzzt-dropdown .hzzt-dropdown-li-show{background-color:rgba(0,0,0,.1);border-radius:4px}.hzzt-dropdown .hzzt-dropdown-li-show .hzzt-dropdown-menu{display:block}.hzzt-dropdown .hzzt-dropdown-name{font-size:14px;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hzzt-dropdown .caret{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid;display:inline-block;height:0;margin-bottom:2px;margin-left:2px;vertical-align:middle;width:0}.hzzt-dropdown .hzzt-dropdown-menu{background-color:white;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);display:none;font-size:13px;list-style:none;margin:6px 0 0;min-width:150px;padding:5px 0;position:absolute;right:0;top:100%;z-index:1000}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-menu-item{color:black;display:block;margin:0;padding:0 10px}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-menu-item a{border-radius:3px;clear:both;color:#000;display:block;font-weight:400;line-height:1.42857143;margin:5px 0;padding:2px 10px;text-decoration:none;white-space:nowrap}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-menu-item a:hover{background:var(--hzzt-color-primary);border-radius:3px;color:white}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-submenu{position:relative}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-submenu .submenu:after{border-bottom:5px solid transparent;border-left:5px solid transparent;border-left-color:var(--hzzt-border-color);border-right:0 solid transparent;border-top:5px solid transparent;content:" ";display:block;float:right;height:0;margin-right:-5px;margin-top:5px;width:0}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-submenu:hover .pull-right{display:block}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-submenu:hover .submenu{background-color:#FFF4D7;color:#000}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-submenu:hover .submenu:after{border-left-color:var(--hzzt-color-primary);color:white}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-submenu:hover .submenu:hover{background:var(--hzzt-color-primary);border-radius:3px;color:white}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-submenu:hover .submenu:hover:after{border-left-color:white}.hzzt-dropdown .hzzt-dropdown-menu .divider{background-color:#eee;height:1px;margin:9px;overflow:hidden}.hzzt-dropdown .hzzt-dropdown-menu .pull-right{display:none;margin:0;right:100%;top:-10px}.hzzt-dropdown .hzzt-dropdown-menu .selected .hzzt-dropdown-menu-item-label{background:var(--hzzt-color-primary-light-5);color:white;position:relative}.hzzt-dropdown .hzzt-dropdown-menu .selected .hzzt-dropdown-menu-item-label:hover{background:var(--hzzt-color-primary);color:white}.hzzt-dropdown .hzzt-dropdown-menu .selected .hzzt-dropdown-menu-item-label:after{display:block;position:absolute;right:24px;top:4px;speak:none;border:1px solid white;border-left:0;border-top:0;box-sizing:content-box;content:"";height:10px;transform:rotate(45deg) scaleY(1);transform-origin:center;transition:transform .15s ease-in .05s;width:5px}.hzzt-collapse{color:#000;position:relative}.hzzt-collapse .hzzt-collapse-header{height:28px}.hzzt-collapse .hzzt-collapse-header .hzzt-collapse-title{color:#606266;font-size:16px;font-weight:800;height:26px;line-height:26px;min-width:85px;padding-left:20px;white-space:nowrap;z-index:99}.hzzt-collapse .hzzt-collapse-header .hzzt-collapse-title-block{background-color:rgba(43,83,193,.1);height:14px;left:0;position:absolute;top:12px;width:85px}.hzzt-collapse .hzzt-collapse-header .hzzt-collapse-line{border-bottom:1px solid #d5e1f3;height:1px;width:100%}.hzzt-collapse .hzzt-collapse-header .hzzt-collapse-text{color:var(--hzzt-color-primary);cursor:pointer;font-size:14px;position:absolute;right:10px;top:-6px}.hzzt-collapse .hzzt-collapse-icon{width:18px}html.dark .hzzt-collapse-title{color:var(--hzzt-text-color-primary)}.hzzt-tab{font-size:14px;margin-bottom:4px}.hzzt-tab p{margin:0}.hzzt-tab .hzzt-tab-pane{cursor:pointer;font-size:14px;padding-right:12px}.hzzt-tab .hzzt-tab-pane:hover{color:var(--hzzt-color-primary)}.hzzt-tab .hzzt-tab-badge{align-items:center;display:flex;white-space:nowrap}.hzzt-tab .hzzt-tab-badge .hzzt-tab-badge-text{font-size:14px;line-height:28px;margin:0;position:relative}.hzzt-tab .hzzt-tab-badge .hzzt-tab-badge-text.active{color:var(--hzzt-color-primary);font-weight:bold}.hzzt-tab .hzzt-tab-badge .hzzt-tab-badge-text.active:before{background-color:var(--hzzt-color-primary);bottom:0;content:"";height:2PX;left:0;position:absolute;right:0}.hzzt-tab .hzzt-tab-badge .hzzt-tab-badge-count{background-color:var(--hzzt-color-danger);border-radius:15px;color:#fff;font-size:10px;line-height:1;margin:0 0 0 1px;min-width:20px;padding:2px 6px;text-align:center}.hzzt-tab .hzzt-tab-badge .is-icon-close{border-radius:50%;margin-left:4px}.hzzt-tab .hzzt-tab-badge .is-icon-close:hover{background-color:var(--hzzt-text-color-placeholder);color:#fff}.hzzt-pagination{padding:8px 0 8px 4px}.hzzt-pagination .hzzt-pagination-arrow{cursor:pointer;font-weight:bolder;margin:0 8px}.hzzt-pagination .hzzt-pagination-arrow.active{color:var(--hzzt-color-primary)}.hzzt-page-size{font-size:var(--hzzt-font-size-base);line-height:32px;min-height:32px;padding:0}.hzzt-page-size__option{margin-left:8px;white-space:nowrap}.hzzt-page-size__option>.el-select{--el-border-color:transparent;--el-border-color-hover:transparent;--el-fill-color-blank:transparent;width:80px}.hzzt-page-size__option>.el-select .el-select__wrapper{font-size:var(--hzzt-font-size-base)}.hzzt-page-size__option>.el-select .is-focused{box-shadow:inset 0 0 0 1px transparent}.hzzt-page-size__pagination{align-items:center;display:flex}.hzzt-page-size__pagination>.el-button{height:32px;padding:0;width:32px}.hzzt-page-size--large{font-size:16px;line-height:40px;min-height:40px}.hzzt-page-size--large .hzzt-page-size__option>.el-select--large{width:100px}.hzzt-page-size--large .hzzt-page-size__option>.el-select--large .el-select__wrapper{font-size:16px}.hzzt-page-size--large .hzzt-page-size__pagination>.el-button{height:40px;padding:0;width:40px}.hzzt-page-size--small{font-size:14px;line-height:24px;min-height:24px}.hzzt-page-size--small .hzzt-page-size__option>.el-select--small{width:70px}.hzzt-page-size--small .hzzt-page-size__option>.el-select--small .el-select__wrapper{font-size:14px}.hzzt-page-size--small .hzzt-page-size__pagination>.el-button{height:24px;padding:0;width:24px}.hzzt-check-button{display:flex;justify-content:space-between;width:100%}.hzzt-check-button .el-badge{margin:0 5px}.hzzt-check-button .el-badge:first-child{margin-left:0}.hzzt-check-button .el-badge:last-child{margin-right:0}.hzzt-check-button__span{-webkit-appearance:none;background-color:var(--hzzt-fill-color-light);border:1px solid var(--hzzt-border-color);border-radius:1px;box-sizing:border-box;color:#000;cursor:pointer;display:inline-block;font-size:14px;height:32px;line-height:32px;text-align:center;white-space:nowrap}.hzzt-check-button--large{font-size:18px;height:40px;line-height:40px}.hzzt-check-button--small{font-size:13px;height:24px;line-height:24px}.hzzt-check-button--primary{background-color:var(--hzzt-color-primary-light-9);border:1px solid var(--hzzt-color-primary);color:var(--hzzt-color-primary)}.hzzt-check-button--success{background-color:var(--hzzt-color-success-light-9);border:1px solid var(--hzzt-color-success);color:var(--hzzt-color-success)}.hzzt-quarter-picker__table{border-collapse:collapse;font-size:16px;margin:-1px;width:100%}.hzzt-quarter-picker__table td{cursor:pointer;padding:10px 3px;text-align:center}.hzzt-quarter-picker__table td .cell{border-radius:18px;color:#606266;display:block;height:36px;line-height:36px;margin:0 auto}.hzzt-quarter-picker__table td .cell:hover{color:var(--hzzt-color-primary)}.hzzt-quarter-picker__table td.current:not(.disabled) .cell{background-color:var(--hzzt-color-primary);color:#fff}.hzzt-quarter-picker__table td.quarter .cell{color:var(--hzzt-color-primary);font-weight:700}.hzzt-quarter-picker__table td.disabled .cell{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.hzzt-scan .hzzt-scan-input-backup{--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px rgba(0,0,0,0) inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;--el-input-height:var(--el-component-size);border-radius:var(--el-input-border-radius,var(--el-border-radius-base));box-sizing:border-box;color:var(--el-input-text-color,var(--el-text-color-regular));display:inline-block;font-family:"Courier New",Courier,monospace;font-size:var(--el-font-size-base);height:var(--el-input-height);left:0;line-height:var(--el-input-height);outline:0;padding:1px 11px 1px 0;pointer-events:none;position:absolute;top:0;white-space:pre;width:var(--el-input-width)}.hzzt-scan .hzzt-scan-input-backup.placeholder-color{color:var(--el-text-color-placeholder)}.hzzt-scan .hzzt-scan-input-backup::-moz-selection{color:white}.hzzt-scan .hzzt-scan-input-backup::selection{color:white}.hzzt-scan .el-input--small+.hzzt-scan-input-backup{--el-input-height:var(--el-component-size-small);font-size:12px;padding:1px 7px 1px 0}.hzzt-scan .el-input--large+.hzzt-scaninput-backup{--el-input-height:var(--el-component-size-large);font-size:14px;padding:1px 15px 1px 0}.hzzt-scan .hzzt-scan-input-original .el-input__wrapper{padding-left:0}.hzzt-scan .hzzt-scan-input-original .el-input__wrapper input{caret-color:var(--el-input-text-color,var(--el-text-color-regular));color:white;font-family:"Courier New",Courier,monospace}.hzzt-scan .hzzt-scan-input-original .el-input__wrapper input::-moz-selection{color:rgba(0,0,0,0)}.hzzt-scan .hzzt-scan-input-original .el-input__wrapper input::selection{color:rgba(0,0,0,0)}
1
+ @charset "UTF-8";:root{--hzzt-color-white:#ffffff;--hzzt-color-black:#000000;--hzzt-color-primary-rgb:64,158,255;--hzzt-color-success-rgb:103,194,58;--hzzt-color-warning-rgb:230,162,60;--hzzt-color-danger-rgb:245,108,108;--hzzt-color-error-rgb:245,108,108;--hzzt-color-info-rgb:144,147,153;--hzzt-font-size-extra-large:20px;--hzzt-font-size-large:18px;--hzzt-font-size-medium:16px;--hzzt-font-size-base:14px;--hzzt-font-size-small:13px;--hzzt-font-size-extra-small:12px;--hzzt-font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;--hzzt-font-weight-primary:500;--hzzt-font-line-height-primary:24px;--hzzt-index-normal:1;--hzzt-index-top:1000;--hzzt-index-popper:2000;--hzzt-border-radius-base:4px;--hzzt-border-radius-small:2px;--hzzt-border-radius-round:20px;--hzzt-border-radius-circle:100%;--hzzt-transition-duration:0.3s;--hzzt-transition-duration-fast:0.2s;--hzzt-transition-function-ease-in-out-bezier:cubic-bezier(0.645,0.045,0.355,1);--hzzt-transition-function-fast-bezier:cubic-bezier(0.23,1,0.32,1);--hzzt-transition-all:all var(--hzzt-transition-duration) var(--hzzt-transition-function-ease-in-out-bezier);--hzzt-transition-fade:opacity var(--hzzt-transition-duration) var(--hzzt-transition-function-fast-bezier);--hzzt-transition-md-fade:transform var(--hzzt-transition-duration) var(--hzzt-transition-function-fast-bezier),opacity var(--hzzt-transition-duration) var(--hzzt-transition-function-fast-bezier);--hzzt-transition-fade-linear:opacity var(--hzzt-transition-duration-fast) linear;--hzzt-transition-border:border-color var(--hzzt-transition-duration-fast) var(--hzzt-transition-function-ease-in-out-bezier);--hzzt-transition-box-shadow:box-shadow var(--hzzt-transition-duration-fast) var(--hzzt-transition-function-ease-in-out-bezier);--hzzt-transition-color:color var(--hzzt-transition-duration-fast) var(--hzzt-transition-function-ease-in-out-bezier);--hzzt-component-size-large:40px;--hzzt-component-size:32px;--hzzt-component-size-small:24px;color-scheme:light;--hzzt-color-primary:#409eff;--hzzt-color-primary-light-3:rgb(121.3,187.1,255);--hzzt-color-primary-light-5:rgb(159.5,206.5,255);--hzzt-color-primary-light-7:rgb(197.7,225.9,255);--hzzt-color-primary-light-8:rgb(216.8,235.6,255);--hzzt-color-primary-light-9:rgb(235.9,245.3,255);--hzzt-color-primary-dark-2:rgb(51.2,126.4,204);--hzzt-color-success:#67c23a;--hzzt-color-success-light-3:rgb(148.6,212.3,117.1);--hzzt-color-success-light-5:rgb(179,224.5,156.5);--hzzt-color-success-light-7:rgb(209.4,236.7,195.9);--hzzt-color-success-light-8:rgb(224.6,242.8,215.6);--hzzt-color-success-light-9:rgb(239.8,248.9,235.3);--hzzt-color-success-dark-2:rgb(82.4,155.2,46.4);--hzzt-color-warning:#e6a23c;--hzzt-color-warning-light-3:rgb(237.5,189.9,118.5);--hzzt-color-warning-light-5:rgb(242.5,208.5,157.5);--hzzt-color-warning-light-7:rgb(247.5,227.1,196.5);--hzzt-color-warning-light-8:rgb(250,236.4,216);--hzzt-color-warning-light-9:rgb(252.5,245.7,235.5);--hzzt-color-warning-dark-2:rgb(184,129.6,48);--hzzt-color-danger:#f56c6c;--hzzt-color-danger-light-3:rgb(248,152.1,152.1);--hzzt-color-danger-light-5:rgb(250,181.5,181.5);--hzzt-color-danger-light-7:rgb(252,210.9,210.9);--hzzt-color-danger-light-8:rgb(253,225.6,225.6);--hzzt-color-danger-light-9:rgb(254,240.3,240.3);--hzzt-color-danger-dark-2:rgb(196,86.4,86.4);--hzzt-color-error:#f56c6c;--hzzt-color-error-light-3:rgb(248,152.1,152.1);--hzzt-color-error-light-5:rgb(250,181.5,181.5);--hzzt-color-error-light-7:rgb(252,210.9,210.9);--hzzt-color-error-light-8:rgb(253,225.6,225.6);--hzzt-color-error-light-9:rgb(254,240.3,240.3);--hzzt-color-error-dark-2:rgb(196,86.4,86.4);--hzzt-color-info:#909399;--hzzt-color-info-light-3:rgb(177.3,179.4,183.6);--hzzt-color-info-light-5:rgb(199.5,201,204);--hzzt-color-info-light-7:rgb(221.7,222.6,224.4);--hzzt-color-info-light-8:rgb(232.8,233.4,234.6);--hzzt-color-info-light-9:rgb(243.9,244.2,244.8);--hzzt-color-info-dark-2:rgb(115.2,117.6,122.4);--hzzt-bg-color:#ffffff;--hzzt-bg-color-page:#f2f3f5;--hzzt-bg-color-overlay:#ffffff;--hzzt-text-color-primary:#303133;--hzzt-text-color-regular:#606266;--hzzt-text-color-secondary:#909399;--hzzt-text-color-placeholder:#a8abb2;--hzzt-text-color-disabled:#c0c4cc;--hzzt-border-color:#dcdfe6;--hzzt-border-color-light:#e4e7ed;--hzzt-border-color-lighter:#ebeef5;--hzzt-border-color-extra-light:#f2f6fc;--hzzt-border-color-dark:#d4d7de;--hzzt-border-color-darker:#cdd0d6;--hzzt-fill-color:#f0f2f5;--hzzt-fill-color-light:#f5f7fa;--hzzt-fill-color-lighter:#fafafa;--hzzt-fill-color-extra-light:#fafcff;--hzzt-fill-color-dark:#ebedf0;--hzzt-fill-color-darker:#e6e8eb;--hzzt-fill-color-blank:#ffffff;--hzzt-box-shadow:0px 12px 32px 4px rgba(0,0,0,0.04),0px 8px 20px rgba(0,0,0,0.08);--hzzt-box-shadow-light:0px 0px 12px rgba(0,0,0,0.12);--hzzt-box-shadow-lighter:0px 0px 6px rgba(0,0,0,0.12);--hzzt-box-shadow-dark:0px 16px 48px 16px rgba(0,0,0,0.08),0px 12px 32px rgba(0,0,0,0.12),0px 8px 16px -8px rgba(0,0,0,0.16);--hzzt-disabled-bg-color:var(--hzzt-fill-color-light);--hzzt-disabled-text-color:var(--hzzt-text-color-placeholder);--hzzt-disabled-border-color:var(--hzzt-border-color-light);--hzzt-overlay-color:rgba(0,0,0,0.8);--hzzt-overlay-color-light:rgba(0,0,0,0.7);--hzzt-overlay-color-lighter:rgba(0,0,0,0.5);--hzzt-mask-color:rgba(255,255,255,0.9);--hzzt-mask-color-extra-light:rgba(255,255,255,0.3);--hzzt-border-width:1px;--hzzt-border-style:solid;--hzzt-border-color-hover:var(--hzzt-text-color-disabled);--hzzt-border:var(--hzzt-border-width) var(--hzzt-border-style) var(--hzzt-border-color);--hzzt-svg-monochrome-grey:var(--hzzt-border-color)}a,article,aside,b,body,button,dd,div,dl,dt,figcaption,figure,footer,h1,h2,h3,h4,h5,h6,header,i,input,li,nav,p,section,select,span,textarea,ul{border:none;font-style:normal;list-style:none;margin:0;padding:0;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased}a:focus,article:focus,aside:focus,b:focus,body:focus,button:focus,dd:focus,div:focus,dl:focus,dt:focus,figcaption:focus,figure:focus,footer:focus,h1:focus,h2:focus,h3:focus,h4:focus,h5:focus,h6:focus,header:focus,i:focus,input:focus,li:focus,nav:focus,p:focus,section:focus,select:focus,span:focus,textarea:focus,ul:focus{outline:none}*,:after,:before{box-sizing:border-box}.flex{display:flex;display:-webkit-flex}.column{flex-direction:column}.row{flex-direction:row}.wrap{flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap}.nowrap{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap}.justify-content-center{justify-content:center;-webkit-justify-content:center}.justify-content-between{justify-content:space-between;-webkit-justify-content:space-between}.justify-content-around{justify-content:space-around;-webkit-justify-content:space-around}.justify-content-start{justify-content:flex-start;-webkit-justify-content:flex-start}.justify-content-end{justify-content:flex-end;-webkit-justify-content:flex-end}.align-content-between{align-content:space-between}.align-items-center{align-items:center;-webkit-align-items:center}.align-items-start{align-items:flex-start;-webkit-align-items:flex-start}.align-items-end{align-items:flex-end;-webkit-align-items:flex-end}.align-items-stretch{align-items:stretch;-webkit-align-items:stretch}.align-items-baseline{align-items:baseline;-webkit-align-items:baseline}.align-self-center{align-self:center;-webkit-align-self:center}.align-self-start{align-self:flex-start;-webkit-align-self:flex-start}.align-self-end{align-self:flex-end;-webkit-align-self:flex-end}.align-self-stretch{align-self:stretch;-webkit-align-self:stretch}.align-self-baseline{align-self:baseline;-webkit-align-self:baseline}.flex-1{flex:1;-webkit-flex:1;-ms-flex:1}.flex-2{flex:2;-webkit-flex:2;-ms-flex:2}.flex-3{flex:3;-webkit-flex:3;-ms-flex:3}.flex-4{flex:4;-webkit-flex:4;-ms-flex:4}.flex-5{flex:5;-webkit-flex:5;-ms-flex:5}.flex-6{flex:6;-webkit-flex:6;-ms-flex:6}.flex-7{flex:7;-webkit-flex:7;-ms-flex:7}.flex-8{flex:8;-webkit-flex:8;-ms-flex:8}.padding-0{padding:0}.padding-v-0{padding-bottom:0;padding-top:0}.padding-h-0{padding-left:0;padding-right:0}.padding-t-0{padding-top:0}.padding-l-0{padding-left:0}.padding-r-0{padding-right:0}.padding-b-0{padding-bottom:0}.margin-0{margin:0}.margin-v-0{margin-bottom:0;margin-top:0}.margin-h-0{margin-left:0;margin-right:0}.margin-t-0{margin-top:0}.margin-l-0{margin-left:0}.margin-r-0{margin-right:0}.margin-b-0{margin-bottom:0}.padding-1{padding:4px}.padding-v-1{padding-bottom:4px;padding-top:4px}.padding-h-1{padding-left:4px;padding-right:4px}.padding-t-1{padding-top:4px}.padding-l-1{padding-left:4px}.padding-r-1{padding-right:4px}.padding-b-1{padding-bottom:4px}.margin-1{margin:4px}.margin-v-1{margin-bottom:4px;margin-top:4px}.margin-h-1{margin-left:4px;margin-right:4px}.margin-t-1{margin-top:4px}.margin-l-1{margin-left:4px}.margin-r-1{margin-right:4px}.margin-b-1{margin-bottom:4px}.padding-2{padding:8px}.padding-v-2{padding-bottom:8px;padding-top:8px}.padding-h-2{padding-left:8px;padding-right:8px}.padding-t-2{padding-top:8px}.padding-l-2{padding-left:8px}.padding-r-2{padding-right:8px}.padding-b-2{padding-bottom:8px}.margin-2{margin:8px}.margin-v-2{margin-bottom:8px;margin-top:8px}.margin-h-2{margin-left:8px;margin-right:8px}.margin-t-2{margin-top:8px}.margin-l-2{margin-left:8px}.margin-r-2{margin-right:8px}.margin-b-2{margin-bottom:8px}.padding-3{padding:12px}.padding-v-3{padding-bottom:12px;padding-top:12px}.padding-h-3{padding-left:12px;padding-right:12px}.padding-t-3{padding-top:12px}.padding-l-3{padding-left:12px}.padding-r-3{padding-right:12px}.padding-b-3{padding-bottom:12px}.margin-3{margin:12px}.margin-v-3{margin-bottom:12px;margin-top:12px}.margin-h-3{margin-left:12px;margin-right:12px}.margin-t-3{margin-top:12px}.margin-l-3{margin-left:12px}.margin-r-3{margin-right:12px}.margin-b-3{margin-bottom:12px}.padding-4{padding:16px}.padding-v-4{padding-bottom:16px;padding-top:16px}.padding-h-4{padding-left:16px;padding-right:16px}.padding-t-4{padding-top:16px}.padding-l-4{padding-left:16px}.padding-r-4{padding-right:16px}.padding-b-4{padding-bottom:16px}.margin-4{margin:16px}.margin-v-4{margin-bottom:16px;margin-top:16px}.margin-h-4{margin-left:16px;margin-right:16px}.margin-t-4{margin-top:16px}.margin-l-4{margin-left:16px}.margin-r-4{margin-right:16px}.margin-b-4{margin-bottom:16px}.padding-5{padding:20px}.padding-v-5{padding-bottom:20px;padding-top:20px}.padding-h-5{padding-left:20px;padding-right:20px}.padding-t-5{padding-top:20px}.padding-l-5{padding-left:20px}.padding-r-5{padding-right:20px}.padding-b-5{padding-bottom:20px}.margin-5{margin:20px}.margin-v-5{margin-bottom:20px;margin-top:20px}.margin-h-5{margin-left:20px;margin-right:20px}.margin-t-5{margin-top:20px}.margin-l-5{margin-left:20px}.margin-r-5{margin-right:20px}.margin-b-5{margin-bottom:20px}.padding-6{padding:24px}.padding-v-6{padding-bottom:24px;padding-top:24px}.padding-h-6{padding-left:24px;padding-right:24px}.padding-t-6{padding-top:24px}.padding-l-6{padding-left:24px}.padding-r-6{padding-right:24px}.padding-b-6{padding-bottom:24px}.margin-6{margin:24px}.margin-v-6{margin-bottom:24px;margin-top:24px}.margin-h-6{margin-left:24px;margin-right:24px}.margin-t-6{margin-top:24px}.margin-l-6{margin-left:24px}.margin-r-6{margin-right:24px}.margin-b-6{margin-bottom:24px}.padding-7{padding:28px}.padding-v-7{padding-bottom:28px;padding-top:28px}.padding-h-7{padding-left:28px;padding-right:28px}.padding-t-7{padding-top:28px}.padding-l-7{padding-left:28px}.padding-r-7{padding-right:28px}.padding-b-7{padding-bottom:28px}.margin-7{margin:28px}.margin-v-7{margin-bottom:28px;margin-top:28px}.margin-h-7{margin-left:28px;margin-right:28px}.margin-t-7{margin-top:28px}.margin-l-7{margin-left:28px}.margin-r-7{margin-right:28px}.margin-b-7{margin-bottom:28px}.padding-8{padding:32px}.padding-v-8{padding-bottom:32px;padding-top:32px}.padding-h-8{padding-left:32px;padding-right:32px}.padding-t-8{padding-top:32px}.padding-l-8{padding-left:32px}.padding-r-8{padding-right:32px}.padding-b-8{padding-bottom:32px}.margin-8{margin:32px}.margin-v-8{margin-bottom:32px;margin-top:32px}.margin-h-8{margin-left:32px;margin-right:32px}.margin-t-8{margin-top:32px}.margin-l-8{margin-left:32px}.margin-r-8{margin-right:32px}.margin-b-8{margin-bottom:32px}.width-0{width:0}.min-width-0{min-width:0}.max-width-0{max-width:0}.height-0{height:0}.min-height-0{min-height:0}.max-height-0{max-height:0}.width-1{width:50px}.min-width-1{min-width:50px}.max-width-1{max-width:50px}.height-1{height:50px}.min-height-1{min-height:50px}.max-height-1{max-height:50px}.width-2{width:100px}.min-width-2{min-width:100px}.max-width-2{max-width:100px}.height-2{height:100px}.min-height-2{min-height:100px}.max-height-2{max-height:100px}.width-3{width:150px}.min-width-3{min-width:150px}.max-width-3{max-width:150px}.height-3{height:150px}.min-height-3{min-height:150px}.max-height-3{max-height:150px}.width-4{width:200px}.min-width-4{min-width:200px}.max-width-4{max-width:200px}.height-4{height:200px}.min-height-4{min-height:200px}.max-height-4{max-height:200px}.width-5{width:250px}.min-width-5{min-width:250px}.max-width-5{max-width:250px}.height-5{height:250px}.min-height-5{min-height:250px}.max-height-5{max-height:250px}.width-6{width:300px}.min-width-6{min-width:300px}.max-width-6{max-width:300px}.height-6{height:300px}.min-height-6{min-height:300px}.max-height-6{max-height:300px}.width-7{width:350px}.min-width-7{min-width:350px}.max-width-7{max-width:350px}.height-7{height:350px}.min-height-7{min-height:350px}.max-height-7{max-height:350px}.width-8{width:400px}.min-width-8{min-width:400px}.max-width-8{max-width:400px}.height-8{height:400px}.min-height-8{min-height:400px}.max-height-8{max-height:400px}.width-9{width:450px}.min-width-9{min-width:450px}.max-width-9{max-width:450px}.height-9{height:450px}.min-height-9{min-height:450px}.max-height-9{max-height:450px}.width-10{width:500px}.min-width-10{min-width:500px}.max-width-10{max-width:500px}.height-10{height:500px}.min-height-10{min-height:500px}.max-height-10{max-height:500px}.width-12{width:600px}.min-width-12{min-width:600px}.max-width-12{max-width:600px}.height-12{height:600px}.min-height-12{min-height:600px}.max-height-12{max-height:600px}.width-13{width:650px}.min-width-13{min-width:650px}.max-width-13{max-width:650px}.height-13{height:650px}.min-height-13{min-height:650px}.max-height-13{max-height:650px}.width-14{width:700px}.min-width-14{min-width:700px}.max-width-14{max-width:700px}.height-14{height:700px}.min-height-14{min-height:700px}.max-height-14{max-height:700px}.width-15{width:750px}.min-width-15{min-width:750px}.max-width-15{max-width:750px}.height-15{height:750px}.min-height-15{min-height:750px}.max-height-15{max-height:750px}.width-16{width:800px}.min-width-16{min-width:800px}.max-width-16{max-width:800px}.height-16{height:800px}.min-height-16{min-height:800px}.max-height-16{max-height:800px}.width-17{width:850px}.min-width-17{min-width:850px}.max-width-17{max-width:850px}.height-17{height:850px}.min-height-17{min-height:850px}.max-height-17{max-height:850px}.width-18{width:900px}.min-width-18{min-width:900px}.max-width-18{max-width:900px}.height-18{height:900px}.min-height-18{min-height:900px}.max-height-18{max-height:900px}.width-19{width:950px}.min-width-19{min-width:950px}.max-width-19{max-width:950px}.height-19{height:950px}.min-height-19{min-height:950px}.max-height-19{max-height:950px}.width-20{width:1000px}.min-width-20{min-width:1000px}.max-width-20{max-width:1000px}.height-20{height:1000px}.min-height-20{min-height:1000px}.max-height-20{max-height:1000px}.width-0\%{width:0}.min-width-0\%{min-width:0}.max-width-0\%{max-width:0}.height-0\%{height:0}.min-height-0\%{min-height:0}.max-height-0\%{max-height:0}.width-5\%{width:5%}.min-width-5\%{min-width:5%}.max-width-5\%{max-width:5%}.height-5\%{height:5%}.min-height-5\%{min-height:5%}.max-height-5\%{max-height:5%}.width-10\%{width:10%}.min-width-10\%{min-width:10%}.max-width-10\%{max-width:10%}.height-10\%{height:10%}.min-height-10\%{min-height:10%}.max-height-10\%{max-height:10%}.width-15\%{width:15%}.min-width-15\%{min-width:15%}.max-width-15\%{max-width:15%}.height-15\%{height:15%}.min-height-15\%{min-height:15%}.max-height-15\%{max-height:15%}.width-20\%{width:20%}.min-width-20\%{min-width:20%}.max-width-20\%{max-width:20%}.height-20\%{height:20%}.min-height-20\%{min-height:20%}.max-height-20\%{max-height:20%}.width-25\%{width:25%}.min-width-25\%{min-width:25%}.max-width-25\%{max-width:25%}.height-25\%{height:25%}.min-height-25\%{min-height:25%}.max-height-25\%{max-height:25%}.width-30\%{width:30%}.min-width-30\%{min-width:30%}.max-width-30\%{max-width:30%}.height-30\%{height:30%}.min-height-30\%{min-height:30%}.max-height-30\%{max-height:30%}.width-35\%{width:35%}.min-width-35\%{min-width:35%}.max-width-35\%{max-width:35%}.height-35\%{height:35%}.min-height-35\%{min-height:35%}.max-height-35\%{max-height:35%}.width-40\%{width:40%}.min-width-40\%{min-width:40%}.max-width-40\%{max-width:40%}.height-40\%{height:40%}.min-height-40\%{min-height:40%}.max-height-40\%{max-height:40%}.width-45\%{width:45%}.min-width-45\%{min-width:45%}.max-width-45\%{max-width:45%}.height-45\%{height:45%}.min-height-45\%{min-height:45%}.max-height-45\%{max-height:45%}.width-50\%{width:50%}.min-width-50\%{min-width:50%}.max-width-50\%{max-width:50%}.height-50\%{height:50%}.min-height-50\%{min-height:50%}.max-height-50\%{max-height:50%}.width-55\%{width:55%}.min-width-55\%{min-width:55%}.max-width-55\%{max-width:55%}.height-55\%{height:55%}.min-height-55\%{min-height:55%}.max-height-55\%{max-height:55%}.width-60\%{width:60%}.min-width-60\%{min-width:60%}.max-width-60\%{max-width:60%}.height-60\%{height:60%}.min-height-60\%{min-height:60%}.max-height-60\%{max-height:60%}.width-65\%{width:65%}.min-width-65\%{min-width:65%}.max-width-65\%{max-width:65%}.height-65\%{height:65%}.min-height-65\%{min-height:65%}.max-height-65\%{max-height:65%}.width-70\%{width:70%}.min-width-70\%{min-width:70%}.max-width-70\%{max-width:70%}.height-70\%{height:70%}.min-height-70\%{min-height:70%}.max-height-70\%{max-height:70%}.width-75\%{width:75%}.min-width-75\%{min-width:75%}.max-width-75\%{max-width:75%}.height-75\%{height:75%}.min-height-75\%{min-height:75%}.max-height-75\%{max-height:75%}.width-80\%{width:80%}.min-width-80\%{min-width:80%}.max-width-80\%{max-width:80%}.height-80\%{height:80%}.min-height-80\%{min-height:80%}.max-height-80\%{max-height:80%}.width-85\%{width:85%}.min-width-85\%{min-width:85%}.max-width-85\%{max-width:85%}.height-85\%{height:85%}.min-height-85\%{min-height:85%}.max-height-85\%{max-height:85%}.width-90\%{width:90%}.min-width-90\%{min-width:90%}.max-width-90\%{max-width:90%}.height-90\%{height:90%}.min-height-90\%{min-height:90%}.max-height-90\%{max-height:90%}.width-95\%{width:95%}.min-width-95\%{min-width:95%}.max-width-95\%{max-width:95%}.height-95\%{height:95%}.min-height-95\%{min-height:95%}.max-height-95\%{max-height:95%}.width-100\%{width:100%}.min-width-100\%{min-width:100%}.max-width-100\%{max-width:100%}.height-100\%{height:100%}.min-height-100\%{min-height:100%}.max-height-100\%{max-height:100%}.font-12{font-size:12px}.font-14{font-size:14px}.font-16{font-size:16px}.font-18{font-size:18px}.font-20{font-size:20px}.font-22{font-size:22px}.font-24{font-size:24px}.font-28{font-size:28px}.font-32{font-size:32px}.font-48{font-size:48px}.font-64{font-size:64px}.font-weight-1{font-weight:100}.font-weight-2{font-weight:200}.font-weight-3{font-weight:300}.font-weight-4{font-weight:400}.font-weight-5{font-weight:500}.font-weight-6{font-weight:600}.font-weight-7{font-weight:700}.font-weight-8{font-weight:800}.font-weight-9{font-weight:900}.line-height-0{line-height:0}.line-height-1{line-height:1}.line-height-2{line-height:2}.line-height-1\.2{line-height:1.2}.line-height-1\.5{line-height:1.5}.bold{font-weight:bold}.normal{font-weight:normal}.lighter{font-weight:lighter}.ellipsis,.hidden-part-words,.inline-block-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hidden-part-words,.inline-block-ellipsis{display:inline-block;width:100%}.overflow-auto{overflow:auto}.overflow-x-auto,.overflow-y-hidden{overflow-x:auto;overflow-y:hidden}.overflow-x-hidden,.overflow-y-auto{overflow-x:hidden;overflow-y:auto}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.clear:after{clear:both;content:"";display:block}.clear{zoom:1}.left{float:left}.right{float:right}.hide{display:none}.show{display:block}.inline-block{display:inline-block}.pointer{cursor:pointer}.hzzt-title{color:#000}.hzzt-title .decorative-line{background:var(--hzzt-color-primary);height:18px;margin-right:7px;min-width:3px;width:3px}.hzzt-title .label-name{color:inherit;font-size:16px;line-height:24px}.hzzt-dropdown{display:block;list-style-type:disc;margin-left:8px}.hzzt-dropdown .hzzt-dropdown-li{color:white;cursor:pointer;padding:4px 6px;position:relative}.hzzt-dropdown .hzzt-dropdown-li-show{background-color:rgba(0,0,0,.1);border-radius:4px}.hzzt-dropdown .hzzt-dropdown-li-show .hzzt-dropdown-menu{display:block}.hzzt-dropdown .hzzt-dropdown-name{font-size:14px;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hzzt-dropdown .caret{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid;display:inline-block;height:0;margin-bottom:2px;margin-left:2px;vertical-align:middle;width:0}.hzzt-dropdown .hzzt-dropdown-menu{background-color:white;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);display:none;font-size:13px;list-style:none;margin:6px 0 0;min-width:150px;padding:5px 0;position:absolute;right:0;top:100%;z-index:1000}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-menu-item{color:black;display:block;margin:0;padding:0 10px}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-menu-item a{border-radius:3px;clear:both;color:#000;display:block;font-weight:400;line-height:1.42857143;margin:5px 0;padding:2px 10px;text-decoration:none;white-space:nowrap}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-menu-item a:hover{background:var(--hzzt-color-primary);border-radius:3px;color:white}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-submenu{position:relative}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-submenu .submenu:after{border-bottom:5px solid transparent;border-left:5px solid transparent;border-left-color:var(--hzzt-border-color);border-right:0 solid transparent;border-top:5px solid transparent;content:" ";display:block;float:right;height:0;margin-right:-5px;margin-top:5px;width:0}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-submenu:hover .pull-right{display:block}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-submenu:hover .submenu{background-color:#FFF4D7;color:#000}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-submenu:hover .submenu:after{border-left-color:var(--hzzt-color-primary);color:white}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-submenu:hover .submenu:hover{background:var(--hzzt-color-primary);border-radius:3px;color:white}.hzzt-dropdown .hzzt-dropdown-menu .hzzt-dropdown-submenu:hover .submenu:hover:after{border-left-color:white}.hzzt-dropdown .hzzt-dropdown-menu .divider{background-color:#eee;height:1px;margin:9px;overflow:hidden}.hzzt-dropdown .hzzt-dropdown-menu .pull-right{display:none;margin:0;right:100%;top:-10px}.hzzt-dropdown .hzzt-dropdown-menu .selected .hzzt-dropdown-menu-item-label{background:var(--hzzt-color-primary-light-5);color:white;position:relative}.hzzt-dropdown .hzzt-dropdown-menu .selected .hzzt-dropdown-menu-item-label:hover{background:var(--hzzt-color-primary);color:white}.hzzt-dropdown .hzzt-dropdown-menu .selected .hzzt-dropdown-menu-item-label:after{display:block;position:absolute;right:24px;top:4px;speak:none;border:1px solid white;border-left:0;border-top:0;box-sizing:content-box;content:"";height:10px;transform:rotate(45deg) scaleY(1);transform-origin:center;transition:transform .15s ease-in .05s;width:5px}.hzzt-collapse{color:#000;position:relative}.hzzt-collapse .hzzt-collapse-header{height:28px}.hzzt-collapse .hzzt-collapse-header .hzzt-collapse-title{color:#606266;font-size:16px;font-weight:800;height:26px;line-height:26px;min-width:85px;padding-left:20px;white-space:nowrap;z-index:99}.hzzt-collapse .hzzt-collapse-header .hzzt-collapse-title-block{background-color:rgba(43,83,193,.1);height:14px;left:0;position:absolute;top:12px;width:85px}.hzzt-collapse .hzzt-collapse-header .hzzt-collapse-line{border-bottom:1px solid #d5e1f3;height:1px;width:100%}.hzzt-collapse .hzzt-collapse-header .hzzt-collapse-text{color:var(--hzzt-color-primary);cursor:pointer;font-size:14px;position:absolute;right:10px;top:-6px}.hzzt-collapse .hzzt-collapse-icon{width:18px}html.dark .hzzt-collapse-title{color:var(--hzzt-text-color-primary)}.hzzt-tab{font-size:14px;margin-bottom:4px}.hzzt-tab p{margin:0}.hzzt-tab .hzzt-tab-pane{cursor:pointer;font-size:14px;padding-right:12px}.hzzt-tab .hzzt-tab-pane:hover{color:var(--hzzt-color-primary)}.hzzt-tab .hzzt-tab-badge{align-items:center;display:flex;white-space:nowrap}.hzzt-tab .hzzt-tab-badge .hzzt-tab-badge-text{font-size:14px;line-height:28px;margin:0;position:relative}.hzzt-tab .hzzt-tab-badge .hzzt-tab-badge-text.active{color:var(--hzzt-color-primary);font-weight:bold}.hzzt-tab .hzzt-tab-badge .hzzt-tab-badge-text.active:before{background-color:var(--hzzt-color-primary);bottom:0;content:"";height:2PX;left:0;position:absolute;right:0}.hzzt-tab .hzzt-tab-badge .hzzt-tab-badge-count{background-color:var(--hzzt-color-danger);border-radius:15px;color:#fff;font-size:10px;line-height:1;margin:0 0 0 1px;min-width:20px;padding:2px 6px;text-align:center}.hzzt-tab .hzzt-tab-badge .is-icon-close{border-radius:50%;margin-left:4px}.hzzt-tab .hzzt-tab-badge .is-icon-close:hover{background-color:var(--hzzt-text-color-placeholder);color:#fff}.hzzt-pagination{padding:8px 0 8px 4px}.hzzt-pagination .hzzt-pagination-arrow{cursor:pointer;font-weight:bolder;margin:0 8px}.hzzt-pagination .hzzt-pagination-arrow.active{color:var(--hzzt-color-primary)}.hzzt-page-size{font-size:var(--hzzt-font-size-base);line-height:32px;min-height:32px;padding:0}.hzzt-page-size__option{margin-left:8px;white-space:nowrap}.hzzt-page-size__option>.el-select{--el-border-color:transparent;--el-border-color-hover:transparent;--el-fill-color-blank:transparent;width:80px}.hzzt-page-size__option>.el-select .el-select__wrapper{font-size:var(--hzzt-font-size-base)}.hzzt-page-size__option>.el-select .is-focused{box-shadow:inset 0 0 0 1px transparent}.hzzt-page-size__pagination{align-items:center;display:flex}.hzzt-page-size__pagination>.el-button{height:32px;padding:0;width:32px}.hzzt-page-size--large{font-size:16px;line-height:40px;min-height:40px}.hzzt-page-size--large .hzzt-page-size__option>.el-select--large{width:100px}.hzzt-page-size--large .hzzt-page-size__option>.el-select--large .el-select__wrapper{font-size:16px}.hzzt-page-size--large .hzzt-page-size__pagination>.el-button{height:40px;padding:0;width:40px}.hzzt-page-size--small{font-size:14px;line-height:24px;min-height:24px}.hzzt-page-size--small .hzzt-page-size__option>.el-select--small{width:70px}.hzzt-page-size--small .hzzt-page-size__option>.el-select--small .el-select__wrapper{font-size:14px}.hzzt-page-size--small .hzzt-page-size__pagination>.el-button{height:24px;padding:0;width:24px}.hzzt-check-button{display:flex;justify-content:space-between;width:100%}.hzzt-check-button .el-badge{margin:0 5px}.hzzt-check-button .el-badge:first-child{margin-left:0}.hzzt-check-button .el-badge:last-child{margin-right:0}.hzzt-check-button__span{-webkit-appearance:none;background-color:var(--hzzt-fill-color-light);border:1px solid var(--hzzt-border-color);border-radius:1px;box-sizing:border-box;color:#000;cursor:pointer;display:inline-block;font-size:14px;height:32px;line-height:32px;text-align:center;white-space:nowrap}.hzzt-check-button--large{font-size:18px;height:40px;line-height:40px}.hzzt-check-button--small{font-size:13px;height:24px;line-height:24px}.hzzt-check-button--primary{background-color:var(--hzzt-color-primary-light-9);border:1px solid var(--hzzt-color-primary);color:var(--hzzt-color-primary)}.hzzt-check-button--success{background-color:var(--hzzt-color-success-light-9);border:1px solid var(--hzzt-color-success);color:var(--hzzt-color-success)}.hzzt-quarter-picker__table{border-collapse:collapse;font-size:16px;margin:-1px;width:100%}.hzzt-quarter-picker__table td{cursor:pointer;padding:10px 3px;text-align:center}.hzzt-quarter-picker__table td .cell{border-radius:18px;color:#606266;display:block;height:36px;line-height:36px;margin:0 auto}.hzzt-quarter-picker__table td .cell:hover{color:var(--hzzt-color-primary)}.hzzt-quarter-picker__table td.current:not(.disabled) .cell{background-color:var(--hzzt-color-primary);color:#fff}.hzzt-quarter-picker__table td.quarter .cell{color:var(--hzzt-color-primary);font-weight:700}.hzzt-quarter-picker__table td.disabled .cell{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.hzzt-scan .hzzt-scan-input-backup{--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px rgba(0,0,0,0) inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;--el-input-height:var(--el-component-size);border-radius:var(--el-input-border-radius,var(--el-border-radius-base));box-sizing:border-box;color:var(--el-input-text-color,var(--el-text-color-regular));display:inline-block;font-family:"Courier New",Courier,monospace;font-size:var(--el-font-size-base);height:var(--el-input-height);left:0;line-height:var(--el-input-height);outline:0;padding:1px 11px 1px 0;pointer-events:none;position:absolute;top:0;white-space:pre;width:var(--el-input-width)}.hzzt-scan .hzzt-scan-input-backup.placeholder-color{color:var(--el-text-color-placeholder)}.hzzt-scan .hzzt-scan-input-backup::-moz-selection{color:white}.hzzt-scan .hzzt-scan-input-backup::selection{color:white}.hzzt-scan .el-input--small+.hzzt-scan-input-backup{--el-input-height:var(--el-component-size-small);font-size:12px;padding:1px 7px 1px 0}.hzzt-scan .el-input--large+.hzzt-scaninput-backup{--el-input-height:var(--el-component-size-large);font-size:14px;padding:1px 15px 1px 0}.hzzt-scan .hzzt-scan-input-original .el-input__wrapper{padding-left:0}.hzzt-scan .hzzt-scan-input-original .el-input__wrapper input{caret-color:var(--el-input-text-color,var(--el-text-color-regular));color:white;font-family:"Courier New",Courier,monospace}.hzzt-scan .hzzt-scan-input-original .el-input__wrapper input::-moz-selection{color:rgba(0,0,0,0)}.hzzt-scan .hzzt-scan-input-original .el-input__wrapper input::selection{color:rgba(0,0,0,0)}.hzzt-cascader__input{left:0;position:absolute;right:0;top:0;z-index:2}.hzzt-cascader__input .el-input__inner{cursor:pointer}.hzzt-cascader__cascader .el-input__suffix{z-index:3}.hzzt-cascader__cascader .el-input{--el-input-border:none;--el-input-focus-border:none;--el-input-focus-border-color:none}.select-v2-popper-min-width-100 .el-select-dropdown{min-width:100px!important}.select-v2-popper-min-width-100 .el-select-dropdown .el-select-dropdown__list{min-width:100px!important;width:100%!important}
@@ -0,0 +1,28 @@
1
+ @use 'sass:map';
2
+ @use 'mixins/mixins' as *;
3
+ @use 'mixins/var' as *;
4
+ @use 'common/var' as *;
5
+
6
+ @include b(cascader) {
7
+ @include e(input) {
8
+ position: absolute;
9
+ left: 0;
10
+ top: 0;
11
+ right: 0;
12
+ z-index: 2;
13
+
14
+ .el-input__inner {
15
+ cursor: pointer;
16
+ }
17
+ }
18
+ @include e(cascader) {
19
+ .el-input__suffix {
20
+ z-index: 3;
21
+ }
22
+ .el-input {
23
+ --el-input-border: none;
24
+ --el-input-focus-border: none;
25
+ --el-input-focus-border-color: none;
26
+ }
27
+ }
28
+ }
@@ -16,3 +16,5 @@
16
16
  @use 'select-input';
17
17
  @use 'select-textarea';
18
18
  @use 'input-range';
19
+ @use 'cascader';
20
+ @use 'select';
@@ -8,6 +8,9 @@
8
8
  @use 'sass:string';
9
9
  @use 'sass:map';
10
10
 
11
+ $B: null;
12
+ $E: null;
13
+
11
14
  // Break-points
12
15
  @mixin res($key, $map: $breakpoints) {
13
16
  // loop breakpoint Map, return if present
@@ -0,0 +1,10 @@
1
+ .select-v2-popper-min-width-100 {
2
+ .el-select-dropdown {
3
+ min-width: 100px !important;
4
+
5
+ .el-select-dropdown__list {
6
+ min-width: 100px !important;
7
+ width: 100% !important;
8
+ }
9
+ }
10
+ }
package/web-types.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"http://json.schemastore.org/web-types","framework":"vue","name":"hzzt-plus","version":"1.0.3","js-types-syntax":"typescript","description-markup":"markdown","contributions":{"html":{"vue-components":[{"name":"hzzt-check-button","source":{"symbol":"HzztCheckButton"},"description":"Title","props":[{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"type","description":"type.","type":["string"],"default":"primary"},{"name":"is-default","description":"isDefault.","type":["boolean"],"default":"true"}]},{"name":"hzzt-collapse","source":{"symbol":"HzztCollapse"},"description":"Title","props":[{"name":"default-active","description":"defaultActive.","type":["boolean"],"default":"false"},{"name":"title","description":"title.","type":["string"],"default":"''"},{"name":"expand","description":"expand.","type":["boolean"],"default":"true"}]},{"name":"hzzt-config-provider","source":{"symbol":"HzztConfigProvider"},"description":"Title","props":[{"name":"a11y","description":"a11y.","type":["boolean"],"default":"true"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"locale","description":"Locale Object","type":[{"name":"{name: string, el: TranslatePair} languages","source":{"symbol":"{name: string, el: TranslatePair} languages"}}],"default":"en"},{"name":"keyboard-navigation","description":"keyboardNavigation.","type":["boolean"],"default":"true"}]},{"name":"hzzt-confirm-password","source":{"symbol":"HzztConfirmPassword"},"description":"Title","props":[{"name":"placeholder","description":"placeholder.","type":["string"],"default":"请输入密码"},{"name":"model-value","description":"modelValue.","type":["string"]}]},{"name":"hzzt-dropdown","source":{"symbol":"HzztDropdown"},"description":"Title","props":[{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"default-value","description":"defaultValue.","type":["array"],"default":"[]"},{"name":"label","description":"label.","type":["string"],"default":"''"},{"name":"value","description":"value.","type":["string"],"default":"''"},{"name":"position","description":"position.","type":["string"],"default":"right"},{"name":"props","description":"props.","type":["object"]},{"name":"return-type","description":"returnType.","type":["string"],"default":"Array"}]},{"name":"hzzt-icon","source":{"symbol":"HzztIcon"},"description":"Title","props":[{"name":"name","description":"name.","type":["[string]"]},{"name":"type","description":"type.","type":["string"],"default":"el"}]},{"name":"hzzt-input-range","source":{"symbol":"HzztInputRange"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["array"],"default":"[]"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"clearable","description":"clearable.","type":["boolean"]},{"name":"start-placeholder","description":"startPlaceholder.","type":["string"]},{"name":"end-placeholder","description":"endPlaceholder.","type":["string"]},{"name":"start-props","description":"startProps.","type":["object"]},{"name":"end-props","description":"endProps.","type":["object"]}]},{"name":"hzzt-page-size","source":{"symbol":"HzztPageSize"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["number"],"default":"1"},{"name":"page-size","description":"pageSize.","type":["number"],"default":"20"},{"name":"total","description":"total.","type":["number"],"default":"0"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"page-size-options","description":"pageSizeOptions.","type":["array"],"default":"[20, 50, 100, 200, 500, 1000, 2000]"},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"is-manual","description":"isManual.","type":["boolean"]},{"name":"is-last-page","description":"isLastPage.","type":["boolean"]}]},{"name":"hzzt-pagination","source":{"symbol":"HzztPagination"},"description":"Title","props":[{"name":"pagination","description":"pagination.","type":["object"]}]},{"name":"hzzt-quarter-picker","source":{"symbol":"HzztQuarterPicker"},"description":"Title","props":[{"name":"format","description":"format.","type":["string"],"default":"YYYY-Q"},{"name":"value-format","description":"valueFormat.","type":["string"],"default":"''"},{"name":"placeholder","description":"placeholder.","type":["string"],"default":"''"},{"name":"prefix-icon","description":"prefixIcon.","type":["string"],"default":"''"},{"name":"clear-icon","description":"clearIcon.","type":["string"],"default":"circle-close"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"model-value","description":"modelValue.","type":["string"]},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"clearable","description":"clearable.","type":["boolean"],"default":"true"},{"name":"disabled-date","description":"disabledDate.","type":["Function"]}]},{"name":"hzzt-scan","source":{"symbol":"HzztScan"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"placeholder","description":"placeholder.","type":["string"],"default":"''"},{"name":"letter","description":"letter.","type":["string"],"default":"upper"}]},{"name":"hzzt-select-input","source":{"symbol":"HzztSelectInput"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"index-type","description":"indexType.","type":["string"],"default":"number"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"label","description":"label.","type":["string"]},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"replace","description":"replace.","type":["boolean"]},{"name":"position","description":"position.","type":["string"],"default":"left"},{"name":"data","description":"data.","type":["array"],"default":"[]"},{"name":"input-props","description":"inputProps.","type":["object"]},{"name":"custom-props","description":"customProps.","type":["object"]},{"name":"format-label","description":"formatLabel.","type":["Function"]},{"name":"split","description":"split.","type":["string"],"default":"''"}]},{"name":"hzzt-select-textarea","source":{"symbol":"HzztSelectTextarea"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"label","description":"label.","type":["string"]},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"replace","description":"replace.","type":["boolean"]},{"name":"data","description":"data.","type":["array"],"default":"[]"},{"name":"input-props","description":"inputProps.","type":["object"]}]},{"name":"hzzt-tab","source":{"symbol":"HzztTab"},"description":"Title","props":[{"name":"tab-list","description":"tabList.","type":["array"],"default":"[]"},{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"closable","description":"closable.","type":["boolean"],"default":"false"}]},{"name":"hzzt-title","source":{"symbol":"HzztTitle"},"description":"Title","props":[{"name":"label","description":"title label.","type":["string"]},{"name":"sideline","description":"sideline.","type":["boolean"],"default":"true"}]},{"name":"hzzt-tooltip","source":{"symbol":"HzztTooltip"},"description":"Title","props":[{"name":"content","description":"content.","type":["string"]}]}]}}}
1
+ {"$schema":"http://json.schemastore.org/web-types","framework":"vue","name":"hzzt-plus","version":"1.0.5","js-types-syntax":"typescript","description-markup":"markdown","contributions":{"html":{"vue-components":[{"name":"hzzt-cascader","source":{"symbol":"HzztCascader"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"cascader-props","description":"cascaderProps.","type":["object"]},{"name":"clearable","description":"clearable.","type":["boolean"]},{"name":"readonly","description":"readonly.","type":["boolean"]},{"name":"placeholder","description":"placeholder.","type":["string"],"default":"''"}]},{"name":"hzzt-check-button","source":{"symbol":"HzztCheckButton"},"description":"Title","props":[{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"type","description":"type.","type":["string"],"default":"primary"},{"name":"is-default","description":"isDefault.","type":["boolean"],"default":"true"}]},{"name":"hzzt-collapse","source":{"symbol":"HzztCollapse"},"description":"Title","props":[{"name":"default-active","description":"defaultActive.","type":["boolean"],"default":"false"},{"name":"title","description":"title.","type":["string"],"default":"''"},{"name":"expand","description":"expand.","type":["boolean"],"default":"true"}]},{"name":"hzzt-config-provider","source":{"symbol":"HzztConfigProvider"},"description":"Title","props":[{"name":"a11y","description":"a11y.","type":["boolean"],"default":"true"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"locale","description":"Locale Object","type":[{"name":"{name: string, el: TranslatePair} languages","source":{"symbol":"{name: string, el: TranslatePair} languages"}}],"default":"en"},{"name":"keyboard-navigation","description":"keyboardNavigation.","type":["boolean"],"default":"true"}]},{"name":"hzzt-confirm-password","source":{"symbol":"HzztConfirmPassword"},"description":"Title","props":[{"name":"placeholder","description":"placeholder.","type":["string"],"default":"请输入密码"},{"name":"model-value","description":"modelValue.","type":["string"]}]},{"name":"hzzt-dropdown","source":{"symbol":"HzztDropdown"},"description":"Title","props":[{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"default-value","description":"defaultValue.","type":["array"],"default":"[]"},{"name":"label","description":"label.","type":["string"],"default":"''"},{"name":"value","description":"value.","type":["string"],"default":"''"},{"name":"position","description":"position.","type":["string"],"default":"right"},{"name":"props","description":"props.","type":["object"]},{"name":"return-type","description":"returnType.","type":["string"],"default":"Array"}]},{"name":"hzzt-icon","source":{"symbol":"HzztIcon"},"description":"Title","props":[{"name":"name","description":"name.","type":["[string]"]},{"name":"type","description":"type.","type":["string"],"default":"el"}]},{"name":"hzzt-input-range","source":{"symbol":"HzztInputRange"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["array"],"default":"[]"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"clearable","description":"clearable.","type":["boolean"]},{"name":"start-placeholder","description":"startPlaceholder.","type":["string"]},{"name":"end-placeholder","description":"endPlaceholder.","type":["string"]},{"name":"start-props","description":"startProps.","type":["object"]},{"name":"end-props","description":"endProps.","type":["object"]}]},{"name":"hzzt-page-size","source":{"symbol":"HzztPageSize"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["number"],"default":"1"},{"name":"page-size","description":"pageSize.","type":["number"],"default":"20"},{"name":"total","description":"total.","type":["number"],"default":"0"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"page-size-options","description":"pageSizeOptions.","type":["array"],"default":"[20, 50, 100, 200, 500, 1000, 2000]"},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"is-manual","description":"isManual.","type":["boolean"]},{"name":"is-last-page","description":"isLastPage.","type":["boolean"]}]},{"name":"hzzt-pagination","source":{"symbol":"HzztPagination"},"description":"Title","props":[{"name":"pagination","description":"pagination.","type":["object"]}]},{"name":"hzzt-quarter-picker","source":{"symbol":"HzztQuarterPicker"},"description":"Title","props":[{"name":"format","description":"format.","type":["string"],"default":"YYYY-Q"},{"name":"value-format","description":"valueFormat.","type":["string"],"default":"''"},{"name":"placeholder","description":"placeholder.","type":["string"],"default":"''"},{"name":"prefix-icon","description":"prefixIcon.","type":["string"],"default":"''"},{"name":"clear-icon","description":"clearIcon.","type":["string"],"default":"circle-close"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"model-value","description":"modelValue.","type":["string"]},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"clearable","description":"clearable.","type":["boolean"],"default":"true"},{"name":"disabled-date","description":"disabledDate.","type":["Function"]}]},{"name":"hzzt-scan","source":{"symbol":"HzztScan"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"placeholder","description":"placeholder.","type":["string"],"default":"''"},{"name":"letter","description":"letter.","type":["string"],"default":"upper"}]},{"name":"hzzt-select-input","source":{"symbol":"HzztSelectInput"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"index-type","description":"indexType.","type":["string"],"default":"number"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"label","description":"label.","type":["string"]},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"replace","description":"replace.","type":["boolean"]},{"name":"position","description":"position.","type":["string"],"default":"left"},{"name":"data","description":"data.","type":["array"],"default":"[]"},{"name":"input-props","description":"inputProps.","type":["object"]},{"name":"custom-props","description":"customProps.","type":["object"]},{"name":"format-label","description":"formatLabel.","type":["Function"]},{"name":"split","description":"split.","type":["string"],"default":"''"}]},{"name":"hzzt-select-textarea","source":{"symbol":"HzztSelectTextarea"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"label","description":"label.","type":["string"]},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"replace","description":"replace.","type":["boolean"]},{"name":"data","description":"data.","type":["array"],"default":"[]"},{"name":"input-props","description":"inputProps.","type":["object"]}]},{"name":"hzzt-select","source":{"symbol":"HzztSelect"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"select-props","description":"selectProps.","type":["object"]},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"cascader-props","description":"cascaderProps.","type":["object"]},{"name":"clearable","description":"clearable.","type":["boolean"]},{"name":"readonly","description":"readonly.","type":["boolean"]},{"name":"placeholder","description":"placeholder.","type":["string"],"default":"''"}]},{"name":"hzzt-tab","source":{"symbol":"HzztTab"},"description":"Title","props":[{"name":"tab-list","description":"tabList.","type":["array"],"default":"[]"},{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"closable","description":"closable.","type":["boolean"],"default":"false"}]},{"name":"hzzt-title","source":{"symbol":"HzztTitle"},"description":"Title","props":[{"name":"label","description":"title label.","type":["string"]},{"name":"sideline","description":"sideline.","type":["boolean"],"default":"true"}]},{"name":"hzzt-tooltip","source":{"symbol":"HzztTooltip"},"description":"Title","props":[{"name":"content","description":"content.","type":["string"]}]}]}}}