ll-plus 2.1.11 → 2.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/es/components/advanced-filtering/index.d.ts +309 -309
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +158 -158
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +6 -6
  5. package/es/components/button/index.d.ts +1 -1
  6. package/es/components/button/src/button.vue.d.ts +1 -1
  7. package/es/components/cascader/index.d.ts +16 -16
  8. package/es/components/cascader/src/cascader.vue.d.ts +16 -16
  9. package/es/components/checkbox/index.d.ts +217 -217
  10. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  11. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  12. package/es/components/code-editor/index.d.ts +4 -4
  13. package/es/components/code-editor/src/code-editor.vue.d.ts +4 -4
  14. package/es/components/date-picker/index.d.ts +82 -82
  15. package/es/components/date-picker/src/date-picker.vue.d.ts +82 -82
  16. package/es/components/date-range/index.d.ts +10 -10
  17. package/es/components/date-range/src/date-range.vue.d.ts +10 -10
  18. package/es/components/drawer/index.d.ts +13 -13
  19. package/es/components/drawer/src/components/second-confirmation/index.d.ts +12 -12
  20. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +12 -12
  21. package/es/components/drawer/src/drawer.vue.d.ts +13 -13
  22. package/es/components/form/index.d.ts +142 -142
  23. package/es/components/form/src/config/form.d.ts +56 -56
  24. package/es/components/form/src/form.vue.d.ts +142 -142
  25. package/es/components/icon-base/index.d.ts +1 -1
  26. package/es/components/icon-base/src/icon-base.vue.d.ts +1 -1
  27. package/es/components/icon-picker/index.d.ts +1 -1
  28. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  29. package/es/components/icon-picker/src/config/icon-picker.d.ts +1 -1
  30. package/es/components/icon-picker/src/config/icon-picker.mjs.map +1 -1
  31. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  32. package/es/components/input/index.d.ts +35 -35
  33. package/es/components/input/src/input.vue.d.ts +35 -35
  34. package/es/components/input-number/index.d.ts +2 -2
  35. package/es/components/input-number/src/input-number.vue.d.ts +2 -2
  36. package/es/components/key-value/index.d.ts +4 -4
  37. package/es/components/key-value/src/components/key-value-item.vue.d.ts +2 -2
  38. package/es/components/key-value/src/components/key-value-item.vue2.mjs +6 -2
  39. package/es/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
  40. package/es/components/key-value/src/key-value.vue.d.ts +4 -4
  41. package/es/components/key-value/src/key-value.vue2.mjs +4 -1
  42. package/es/components/key-value/src/key-value.vue2.mjs.map +1 -1
  43. package/es/components/modal/index.d.ts +7 -7
  44. package/es/components/modal/src/modal.vue.d.ts +7 -7
  45. package/es/components/operate-icon/index.d.ts +3 -3
  46. package/es/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
  47. package/es/components/select/index.d.ts +30 -30
  48. package/es/components/select/src/select.vue.d.ts +30 -30
  49. package/es/components/tag-group/index.d.ts +4 -4
  50. package/es/components/tag-group/src/tag-group.vue.d.ts +4 -4
  51. package/es/components/tag-group/src/tag-group.vue2.mjs +6 -4
  52. package/es/components/tag-group/src/tag-group.vue2.mjs.map +1 -1
  53. package/es/components/textarea/index.d.ts +5 -5
  54. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  55. package/es/components/tooltip/index.d.ts +4 -4
  56. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  57. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  58. package/es/components/tree/index.d.ts +2 -2
  59. package/es/components/tree/src/tree.vue.d.ts +2 -2
  60. package/es/components/tree-search/index.d.ts +15 -15
  61. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  62. package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
  63. package/es/components/upload-drag/index.d.ts +6 -6
  64. package/es/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
  65. package/es/utils/props/runtime.d.ts +2 -2
  66. package/index.full.js +15 -6
  67. package/index.full.min.js +2 -2
  68. package/index.full.min.js.map +1 -1
  69. package/index.full.min.mjs +5 -5
  70. package/index.full.min.mjs.map +1 -1
  71. package/index.full.mjs +15 -6
  72. package/lib/components/advanced-filtering/index.d.ts +309 -309
  73. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +158 -158
  74. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  75. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +6 -6
  76. package/lib/components/button/index.d.ts +1 -1
  77. package/lib/components/button/src/button.vue.d.ts +1 -1
  78. package/lib/components/cascader/index.d.ts +16 -16
  79. package/lib/components/cascader/src/cascader.vue.d.ts +16 -16
  80. package/lib/components/checkbox/index.d.ts +217 -217
  81. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  82. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  83. package/lib/components/code-editor/index.d.ts +4 -4
  84. package/lib/components/code-editor/src/code-editor.vue.d.ts +4 -4
  85. package/lib/components/date-picker/index.d.ts +82 -82
  86. package/lib/components/date-picker/src/date-picker.vue.d.ts +82 -82
  87. package/lib/components/date-range/index.d.ts +10 -10
  88. package/lib/components/date-range/src/date-range.vue.d.ts +10 -10
  89. package/lib/components/drawer/index.d.ts +13 -13
  90. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +12 -12
  91. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +12 -12
  92. package/lib/components/drawer/src/drawer.vue.d.ts +13 -13
  93. package/lib/components/form/index.d.ts +142 -142
  94. package/lib/components/form/src/config/form.d.ts +56 -56
  95. package/lib/components/form/src/form.vue.d.ts +142 -142
  96. package/lib/components/icon-base/index.d.ts +1 -1
  97. package/lib/components/icon-base/src/icon-base.vue.d.ts +1 -1
  98. package/lib/components/icon-picker/index.d.ts +1 -1
  99. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  100. package/lib/components/icon-picker/src/config/icon-picker.d.ts +1 -1
  101. package/lib/components/icon-picker/src/config/icon-picker.js.map +1 -1
  102. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  103. package/lib/components/input/index.d.ts +35 -35
  104. package/lib/components/input/src/input.vue.d.ts +35 -35
  105. package/lib/components/input-number/index.d.ts +2 -2
  106. package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
  107. package/lib/components/key-value/index.d.ts +4 -4
  108. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +2 -2
  109. package/lib/components/key-value/src/components/key-value-item.vue2.js +6 -2
  110. package/lib/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
  111. package/lib/components/key-value/src/key-value.vue.d.ts +4 -4
  112. package/lib/components/key-value/src/key-value.vue2.js +3 -0
  113. package/lib/components/key-value/src/key-value.vue2.js.map +1 -1
  114. package/lib/components/modal/index.d.ts +7 -7
  115. package/lib/components/modal/src/modal.vue.d.ts +7 -7
  116. package/lib/components/operate-icon/index.d.ts +3 -3
  117. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
  118. package/lib/components/select/index.d.ts +30 -30
  119. package/lib/components/select/src/select.vue.d.ts +30 -30
  120. package/lib/components/tag-group/index.d.ts +4 -4
  121. package/lib/components/tag-group/src/tag-group.vue.d.ts +4 -4
  122. package/lib/components/tag-group/src/tag-group.vue2.js +6 -4
  123. package/lib/components/tag-group/src/tag-group.vue2.js.map +1 -1
  124. package/lib/components/textarea/index.d.ts +5 -5
  125. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  126. package/lib/components/tooltip/index.d.ts +4 -4
  127. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  128. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  129. package/lib/components/tree/index.d.ts +2 -2
  130. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  131. package/lib/components/tree-search/index.d.ts +15 -15
  132. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  133. package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
  134. package/lib/components/upload-drag/index.d.ts +6 -6
  135. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
  136. package/lib/utils/props/runtime.d.ts +2 -2
  137. package/package.json +1 -1
  138. package/types/packages/components/advanced-filtering/index.d.ts +309 -309
  139. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +158 -158
  140. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  141. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +6 -6
  142. package/types/packages/components/button/index.d.ts +1 -1
  143. package/types/packages/components/button/src/button.vue.d.ts +1 -1
  144. package/types/packages/components/cascader/index.d.ts +16 -16
  145. package/types/packages/components/cascader/src/cascader.vue.d.ts +16 -16
  146. package/types/packages/components/checkbox/index.d.ts +217 -217
  147. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  148. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  149. package/types/packages/components/code-editor/index.d.ts +4 -4
  150. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +4 -4
  151. package/types/packages/components/date-picker/index.d.ts +82 -82
  152. package/types/packages/components/date-picker/src/date-picker.vue.d.ts +82 -82
  153. package/types/packages/components/date-range/index.d.ts +10 -10
  154. package/types/packages/components/date-range/src/date-range.vue.d.ts +10 -10
  155. package/types/packages/components/drawer/index.d.ts +13 -13
  156. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +12 -12
  157. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +12 -12
  158. package/types/packages/components/drawer/src/drawer.vue.d.ts +13 -13
  159. package/types/packages/components/form/index.d.ts +142 -142
  160. package/types/packages/components/form/src/config/form.d.ts +56 -56
  161. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  162. package/types/packages/components/icon-base/index.d.ts +1 -1
  163. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +1 -1
  164. package/types/packages/components/icon-picker/index.d.ts +1 -1
  165. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  166. package/types/packages/components/icon-picker/src/config/icon-picker.d.ts +1 -1
  167. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  168. package/types/packages/components/input/index.d.ts +35 -35
  169. package/types/packages/components/input/src/input.vue.d.ts +35 -35
  170. package/types/packages/components/input-number/index.d.ts +2 -2
  171. package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
  172. package/types/packages/components/key-value/index.d.ts +4 -4
  173. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +2 -2
  174. package/types/packages/components/key-value/src/key-value.vue.d.ts +4 -4
  175. package/types/packages/components/modal/index.d.ts +7 -7
  176. package/types/packages/components/modal/src/modal.vue.d.ts +7 -7
  177. package/types/packages/components/operate-icon/index.d.ts +3 -3
  178. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
  179. package/types/packages/components/select/index.d.ts +30 -30
  180. package/types/packages/components/select/src/select.vue.d.ts +30 -30
  181. package/types/packages/components/tag-group/index.d.ts +4 -4
  182. package/types/packages/components/tag-group/src/tag-group.vue.d.ts +4 -4
  183. package/types/packages/components/textarea/index.d.ts +5 -5
  184. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  185. package/types/packages/components/tooltip/index.d.ts +4 -4
  186. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  187. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  188. package/types/packages/components/tree/index.d.ts +2 -2
  189. package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
  190. package/types/packages/components/tree-search/index.d.ts +15 -15
  191. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  192. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
  193. package/types/packages/components/upload-drag/index.d.ts +6 -6
  194. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
  195. package/types/packages/utils/props/runtime.d.ts +2 -2
@@ -25,7 +25,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
25
25
  default: any;
26
26
  };
27
27
  placement: {
28
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
28
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
29
29
  };
30
30
  suffixIcon: import("vue-types").VueTypeValidableDef<any>;
31
31
  status: import("vue").PropType<"" | "error" | "warning">;
@@ -57,7 +57,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
57
57
  };
58
58
  animation: StringConstructor;
59
59
  direction: {
60
- type: import("vue").PropType<"rtl" | "ltr">;
60
+ type: import("vue").PropType<"ltr" | "rtl">;
61
61
  };
62
62
  disabled: {
63
63
  type: BooleanConstructor;
@@ -77,7 +77,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
77
77
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
78
78
  };
79
79
  showAction: {
80
- type: import("vue").PropType<("click" | "focus")[]>;
80
+ type: import("vue").PropType<("focus" | "click")[]>;
81
81
  };
82
82
  onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
83
83
  popupStyle: {
@@ -165,7 +165,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
165
165
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
166
166
  default: string;
167
167
  };
168
- expandTrigger: import("vue").PropType<"click" | "hover">;
168
+ expandTrigger: import("vue").PropType<"hover" | "click">;
169
169
  dropdownPrefixCls: StringConstructor;
170
170
  dropdownMenuColumnStyle: {
171
171
  type: import("vue").PropType<import("vue").CSSProperties>;
@@ -183,7 +183,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
183
183
  default: any;
184
184
  };
185
185
  placement: {
186
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
186
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
187
187
  };
188
188
  suffixIcon: import("vue-types").VueTypeValidableDef<any>;
189
189
  status: import("vue").PropType<"" | "error" | "warning">;
@@ -215,7 +215,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
215
215
  };
216
216
  animation: StringConstructor;
217
217
  direction: {
218
- type: import("vue").PropType<"rtl" | "ltr">;
218
+ type: import("vue").PropType<"ltr" | "rtl">;
219
219
  };
220
220
  disabled: {
221
221
  type: BooleanConstructor;
@@ -235,7 +235,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
235
235
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
236
236
  };
237
237
  showAction: {
238
- type: import("vue").PropType<("click" | "focus")[]>;
238
+ type: import("vue").PropType<("focus" | "click")[]>;
239
239
  };
240
240
  onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
241
241
  popupStyle: {
@@ -323,7 +323,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
323
323
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
324
324
  default: string;
325
325
  };
326
- expandTrigger: import("vue").PropType<"click" | "hover">;
326
+ expandTrigger: import("vue").PropType<"hover" | "click">;
327
327
  dropdownPrefixCls: StringConstructor;
328
328
  dropdownMenuColumnStyle: {
329
329
  type: import("vue").PropType<import("vue").CSSProperties>;
@@ -367,7 +367,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
367
367
  default: any;
368
368
  };
369
369
  placement: {
370
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
370
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
371
371
  };
372
372
  suffixIcon: import("vue-types").VueTypeValidableDef<any>;
373
373
  status: import("vue").PropType<"" | "error" | "warning">;
@@ -399,7 +399,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
399
399
  };
400
400
  animation: StringConstructor;
401
401
  direction: {
402
- type: import("vue").PropType<"rtl" | "ltr">;
402
+ type: import("vue").PropType<"ltr" | "rtl">;
403
403
  };
404
404
  disabled: {
405
405
  type: BooleanConstructor;
@@ -419,7 +419,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
419
419
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
420
420
  };
421
421
  showAction: {
422
- type: import("vue").PropType<("click" | "focus")[]>;
422
+ type: import("vue").PropType<("focus" | "click")[]>;
423
423
  };
424
424
  onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
425
425
  popupStyle: {
@@ -507,7 +507,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
507
507
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
508
508
  default: string;
509
509
  };
510
- expandTrigger: import("vue").PropType<"click" | "hover">;
510
+ expandTrigger: import("vue").PropType<"hover" | "click">;
511
511
  dropdownPrefixCls: StringConstructor;
512
512
  dropdownMenuColumnStyle: {
513
513
  type: import("vue").PropType<import("vue").CSSProperties>;
@@ -548,7 +548,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
548
548
  default: any;
549
549
  };
550
550
  placement: {
551
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
551
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
552
552
  };
553
553
  suffixIcon: import("vue-types").VueTypeValidableDef<any>;
554
554
  status: import("vue").PropType<"" | "error" | "warning">;
@@ -580,7 +580,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
580
580
  };
581
581
  animation: StringConstructor;
582
582
  direction: {
583
- type: import("vue").PropType<"rtl" | "ltr">;
583
+ type: import("vue").PropType<"ltr" | "rtl">;
584
584
  };
585
585
  disabled: {
586
586
  type: BooleanConstructor;
@@ -600,7 +600,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
600
600
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
601
601
  };
602
602
  showAction: {
603
- type: import("vue").PropType<("click" | "focus")[]>;
603
+ type: import("vue").PropType<("focus" | "click")[]>;
604
604
  };
605
605
  onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
606
606
  popupStyle: {
@@ -688,7 +688,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
688
688
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
689
689
  default: string;
690
690
  };
691
- expandTrigger: import("vue").PropType<"click" | "hover">;
691
+ expandTrigger: import("vue").PropType<"hover" | "click">;
692
692
  dropdownPrefixCls: StringConstructor;
693
693
  dropdownMenuColumnStyle: {
694
694
  type: import("vue").PropType<import("vue").CSSProperties>;
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{}, {
24
24
  default: any;
25
25
  };
26
26
  placement: {
27
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
27
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
28
28
  };
29
29
  suffixIcon: import("vue-types").VueTypeValidableDef<any>;
30
30
  status: import("vue").PropType<"" | "error" | "warning">;
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<{}, {
56
56
  };
57
57
  animation: StringConstructor;
58
58
  direction: {
59
- type: import("vue").PropType<"rtl" | "ltr">;
59
+ type: import("vue").PropType<"ltr" | "rtl">;
60
60
  };
61
61
  disabled: {
62
62
  type: BooleanConstructor;
@@ -76,7 +76,7 @@ declare const _default: import("vue").DefineComponent<{}, {
76
76
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
77
77
  };
78
78
  showAction: {
79
- type: import("vue").PropType<("click" | "focus")[]>;
79
+ type: import("vue").PropType<("focus" | "click")[]>;
80
80
  };
81
81
  onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
82
82
  popupStyle: {
@@ -164,7 +164,7 @@ declare const _default: import("vue").DefineComponent<{}, {
164
164
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
165
165
  default: string;
166
166
  };
167
- expandTrigger: import("vue").PropType<"click" | "hover">;
167
+ expandTrigger: import("vue").PropType<"hover" | "click">;
168
168
  dropdownPrefixCls: StringConstructor;
169
169
  dropdownMenuColumnStyle: {
170
170
  type: import("vue").PropType<import("vue").CSSProperties>;
@@ -182,7 +182,7 @@ declare const _default: import("vue").DefineComponent<{}, {
182
182
  default: any;
183
183
  };
184
184
  placement: {
185
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
185
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
186
186
  };
187
187
  suffixIcon: import("vue-types").VueTypeValidableDef<any>;
188
188
  status: import("vue").PropType<"" | "error" | "warning">;
@@ -214,7 +214,7 @@ declare const _default: import("vue").DefineComponent<{}, {
214
214
  };
215
215
  animation: StringConstructor;
216
216
  direction: {
217
- type: import("vue").PropType<"rtl" | "ltr">;
217
+ type: import("vue").PropType<"ltr" | "rtl">;
218
218
  };
219
219
  disabled: {
220
220
  type: BooleanConstructor;
@@ -234,7 +234,7 @@ declare const _default: import("vue").DefineComponent<{}, {
234
234
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
235
235
  };
236
236
  showAction: {
237
- type: import("vue").PropType<("click" | "focus")[]>;
237
+ type: import("vue").PropType<("focus" | "click")[]>;
238
238
  };
239
239
  onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
240
240
  popupStyle: {
@@ -322,7 +322,7 @@ declare const _default: import("vue").DefineComponent<{}, {
322
322
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
323
323
  default: string;
324
324
  };
325
- expandTrigger: import("vue").PropType<"click" | "hover">;
325
+ expandTrigger: import("vue").PropType<"hover" | "click">;
326
326
  dropdownPrefixCls: StringConstructor;
327
327
  dropdownMenuColumnStyle: {
328
328
  type: import("vue").PropType<import("vue").CSSProperties>;
@@ -366,7 +366,7 @@ declare const _default: import("vue").DefineComponent<{}, {
366
366
  default: any;
367
367
  };
368
368
  placement: {
369
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
369
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
370
370
  };
371
371
  suffixIcon: import("vue-types").VueTypeValidableDef<any>;
372
372
  status: import("vue").PropType<"" | "error" | "warning">;
@@ -398,7 +398,7 @@ declare const _default: import("vue").DefineComponent<{}, {
398
398
  };
399
399
  animation: StringConstructor;
400
400
  direction: {
401
- type: import("vue").PropType<"rtl" | "ltr">;
401
+ type: import("vue").PropType<"ltr" | "rtl">;
402
402
  };
403
403
  disabled: {
404
404
  type: BooleanConstructor;
@@ -418,7 +418,7 @@ declare const _default: import("vue").DefineComponent<{}, {
418
418
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
419
419
  };
420
420
  showAction: {
421
- type: import("vue").PropType<("click" | "focus")[]>;
421
+ type: import("vue").PropType<("focus" | "click")[]>;
422
422
  };
423
423
  onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
424
424
  popupStyle: {
@@ -506,7 +506,7 @@ declare const _default: import("vue").DefineComponent<{}, {
506
506
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
507
507
  default: string;
508
508
  };
509
- expandTrigger: import("vue").PropType<"click" | "hover">;
509
+ expandTrigger: import("vue").PropType<"hover" | "click">;
510
510
  dropdownPrefixCls: StringConstructor;
511
511
  dropdownMenuColumnStyle: {
512
512
  type: import("vue").PropType<import("vue").CSSProperties>;
@@ -547,7 +547,7 @@ declare const _default: import("vue").DefineComponent<{}, {
547
547
  default: any;
548
548
  };
549
549
  placement: {
550
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
550
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
551
551
  };
552
552
  suffixIcon: import("vue-types").VueTypeValidableDef<any>;
553
553
  status: import("vue").PropType<"" | "error" | "warning">;
@@ -579,7 +579,7 @@ declare const _default: import("vue").DefineComponent<{}, {
579
579
  };
580
580
  animation: StringConstructor;
581
581
  direction: {
582
- type: import("vue").PropType<"rtl" | "ltr">;
582
+ type: import("vue").PropType<"ltr" | "rtl">;
583
583
  };
584
584
  disabled: {
585
585
  type: BooleanConstructor;
@@ -599,7 +599,7 @@ declare const _default: import("vue").DefineComponent<{}, {
599
599
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
600
600
  };
601
601
  showAction: {
602
- type: import("vue").PropType<("click" | "focus")[]>;
602
+ type: import("vue").PropType<("focus" | "click")[]>;
603
603
  };
604
604
  onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
605
605
  popupStyle: {
@@ -687,7 +687,7 @@ declare const _default: import("vue").DefineComponent<{}, {
687
687
  type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
688
688
  default: string;
689
689
  };
690
- expandTrigger: import("vue").PropType<"click" | "hover">;
690
+ expandTrigger: import("vue").PropType<"hover" | "click">;
691
691
  dropdownPrefixCls: StringConstructor;
692
692
  dropdownMenuColumnStyle: {
693
693
  type: import("vue").PropType<import("vue").CSSProperties>;