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
@@ -156,8 +156,8 @@ declare const _default: import("vue").DefineComponent<{}, {
156
156
  name: StringConstructor;
157
157
  autocomplete: StringConstructor;
158
158
  direction: {
159
- type: import("vue").PropType<"rtl" | "ltr">;
160
- default: "rtl" | "ltr";
159
+ type: import("vue").PropType<"ltr" | "rtl">;
160
+ default: "ltr" | "rtl";
161
161
  };
162
162
  showToday: {
163
163
  type: BooleanConstructor;
@@ -197,8 +197,8 @@ declare const _default: import("vue").DefineComponent<{}, {
197
197
  };
198
198
  valueFormat: StringConstructor;
199
199
  placement: {
200
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
201
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
200
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
201
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
202
202
  };
203
203
  status: {
204
204
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -359,8 +359,8 @@ declare const _default: import("vue").DefineComponent<{}, {
359
359
  name: StringConstructor;
360
360
  autocomplete: StringConstructor;
361
361
  direction: {
362
- type: import("vue").PropType<"rtl" | "ltr">;
363
- default: "rtl" | "ltr";
362
+ type: import("vue").PropType<"ltr" | "rtl">;
363
+ default: "ltr" | "rtl";
364
364
  };
365
365
  showToday: {
366
366
  type: BooleanConstructor;
@@ -400,8 +400,8 @@ declare const _default: import("vue").DefineComponent<{}, {
400
400
  };
401
401
  valueFormat: StringConstructor;
402
402
  placement: {
403
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
404
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
403
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
404
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
405
405
  };
406
406
  status: {
407
407
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -434,7 +434,7 @@ declare const _default: import("vue").DefineComponent<{}, {
434
434
  onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
435
435
  onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
436
436
  open: boolean;
437
- direction: "rtl" | "ltr";
437
+ direction: "ltr" | "rtl";
438
438
  disabled: boolean;
439
439
  autofocus: boolean;
440
440
  getPopupContainer: (node: HTMLElement) => HTMLElement;
@@ -450,7 +450,7 @@ declare const _default: import("vue").DefineComponent<{}, {
450
450
  defaultValue: string | import("dayjs").Dayjs;
451
451
  'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
452
452
  popupStyle: import("vue").CSSProperties;
453
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
453
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
454
454
  onOpenChange: (open: boolean) => void;
455
455
  'onUpdate:open': (open: boolean) => void;
456
456
  bordered: boolean;
@@ -630,8 +630,8 @@ declare const _default: import("vue").DefineComponent<{}, {
630
630
  name: StringConstructor;
631
631
  autocomplete: StringConstructor;
632
632
  direction: {
633
- type: import("vue").PropType<"rtl" | "ltr">;
634
- default: "rtl" | "ltr";
633
+ type: import("vue").PropType<"ltr" | "rtl">;
634
+ default: "ltr" | "rtl";
635
635
  };
636
636
  showToday: {
637
637
  type: BooleanConstructor;
@@ -671,8 +671,8 @@ declare const _default: import("vue").DefineComponent<{}, {
671
671
  };
672
672
  valueFormat: StringConstructor;
673
673
  placement: {
674
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
675
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
674
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
675
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
676
676
  };
677
677
  status: {
678
678
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -705,7 +705,7 @@ declare const _default: import("vue").DefineComponent<{}, {
705
705
  onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
706
706
  onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
707
707
  open: boolean;
708
- direction: "rtl" | "ltr";
708
+ direction: "ltr" | "rtl";
709
709
  disabled: boolean;
710
710
  autofocus: boolean;
711
711
  getPopupContainer: (node: HTMLElement) => HTMLElement;
@@ -721,7 +721,7 @@ declare const _default: import("vue").DefineComponent<{}, {
721
721
  defaultValue: string | import("dayjs").Dayjs;
722
722
  'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
723
723
  popupStyle: import("vue").CSSProperties;
724
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
724
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
725
725
  onOpenChange: (open: boolean) => void;
726
726
  'onUpdate:open': (open: boolean) => void;
727
727
  bordered: boolean;
@@ -886,8 +886,8 @@ declare const _default: import("vue").DefineComponent<{}, {
886
886
  name: StringConstructor;
887
887
  autocomplete: StringConstructor;
888
888
  direction: {
889
- type: import("vue").PropType<"rtl" | "ltr">;
890
- default: "rtl" | "ltr";
889
+ type: import("vue").PropType<"ltr" | "rtl">;
890
+ default: "ltr" | "rtl";
891
891
  };
892
892
  showToday: {
893
893
  type: BooleanConstructor;
@@ -927,8 +927,8 @@ declare const _default: import("vue").DefineComponent<{}, {
927
927
  };
928
928
  valueFormat: StringConstructor;
929
929
  placement: {
930
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
931
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
930
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
931
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
932
932
  };
933
933
  status: {
934
934
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -961,7 +961,7 @@ declare const _default: import("vue").DefineComponent<{}, {
961
961
  onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
962
962
  onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
963
963
  open: boolean;
964
- direction: "rtl" | "ltr";
964
+ direction: "ltr" | "rtl";
965
965
  disabled: boolean;
966
966
  autofocus: boolean;
967
967
  getPopupContainer: (node: HTMLElement) => HTMLElement;
@@ -977,7 +977,7 @@ declare const _default: import("vue").DefineComponent<{}, {
977
977
  defaultValue: string | import("dayjs").Dayjs;
978
978
  'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
979
979
  popupStyle: import("vue").CSSProperties;
980
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
980
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
981
981
  onOpenChange: (open: boolean) => void;
982
982
  'onUpdate:open': (open: boolean) => void;
983
983
  bordered: boolean;
@@ -1151,8 +1151,8 @@ declare const _default: import("vue").DefineComponent<{}, {
1151
1151
  name: StringConstructor;
1152
1152
  autocomplete: StringConstructor;
1153
1153
  direction: {
1154
- type: import("vue").PropType<"rtl" | "ltr">;
1155
- default: "rtl" | "ltr";
1154
+ type: import("vue").PropType<"ltr" | "rtl">;
1155
+ default: "ltr" | "rtl";
1156
1156
  };
1157
1157
  showToday: {
1158
1158
  type: BooleanConstructor;
@@ -1192,8 +1192,8 @@ declare const _default: import("vue").DefineComponent<{}, {
1192
1192
  };
1193
1193
  valueFormat: StringConstructor;
1194
1194
  placement: {
1195
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
1196
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
1195
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
1196
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1197
1197
  };
1198
1198
  status: {
1199
1199
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -1354,8 +1354,8 @@ declare const _default: import("vue").DefineComponent<{}, {
1354
1354
  name: StringConstructor;
1355
1355
  autocomplete: StringConstructor;
1356
1356
  direction: {
1357
- type: import("vue").PropType<"rtl" | "ltr">;
1358
- default: "rtl" | "ltr";
1357
+ type: import("vue").PropType<"ltr" | "rtl">;
1358
+ default: "ltr" | "rtl";
1359
1359
  };
1360
1360
  showToday: {
1361
1361
  type: BooleanConstructor;
@@ -1395,8 +1395,8 @@ declare const _default: import("vue").DefineComponent<{}, {
1395
1395
  };
1396
1396
  valueFormat: StringConstructor;
1397
1397
  placement: {
1398
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
1399
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
1398
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
1399
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1400
1400
  };
1401
1401
  status: {
1402
1402
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -1429,7 +1429,7 @@ declare const _default: import("vue").DefineComponent<{}, {
1429
1429
  onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
1430
1430
  onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
1431
1431
  open: boolean;
1432
- direction: "rtl" | "ltr";
1432
+ direction: "ltr" | "rtl";
1433
1433
  disabled: boolean;
1434
1434
  autofocus: boolean;
1435
1435
  getPopupContainer: (node: HTMLElement) => HTMLElement;
@@ -1445,7 +1445,7 @@ declare const _default: import("vue").DefineComponent<{}, {
1445
1445
  defaultValue: string | import("dayjs").Dayjs;
1446
1446
  'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
1447
1447
  popupStyle: import("vue").CSSProperties;
1448
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
1448
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1449
1449
  onOpenChange: (open: boolean) => void;
1450
1450
  'onUpdate:open': (open: boolean) => void;
1451
1451
  bordered: boolean;
@@ -1619,8 +1619,8 @@ declare const _default: import("vue").DefineComponent<{}, {
1619
1619
  name: StringConstructor;
1620
1620
  autocomplete: StringConstructor;
1621
1621
  direction: {
1622
- type: import("vue").PropType<"rtl" | "ltr">;
1623
- default: "rtl" | "ltr";
1622
+ type: import("vue").PropType<"ltr" | "rtl">;
1623
+ default: "ltr" | "rtl";
1624
1624
  };
1625
1625
  showToday: {
1626
1626
  type: BooleanConstructor;
@@ -1660,8 +1660,8 @@ declare const _default: import("vue").DefineComponent<{}, {
1660
1660
  };
1661
1661
  valueFormat: StringConstructor;
1662
1662
  placement: {
1663
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
1664
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
1663
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
1664
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1665
1665
  };
1666
1666
  status: {
1667
1667
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -1822,8 +1822,8 @@ declare const _default: import("vue").DefineComponent<{}, {
1822
1822
  name: StringConstructor;
1823
1823
  autocomplete: StringConstructor;
1824
1824
  direction: {
1825
- type: import("vue").PropType<"rtl" | "ltr">;
1826
- default: "rtl" | "ltr";
1825
+ type: import("vue").PropType<"ltr" | "rtl">;
1826
+ default: "ltr" | "rtl";
1827
1827
  };
1828
1828
  showToday: {
1829
1829
  type: BooleanConstructor;
@@ -1863,8 +1863,8 @@ declare const _default: import("vue").DefineComponent<{}, {
1863
1863
  };
1864
1864
  valueFormat: StringConstructor;
1865
1865
  placement: {
1866
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
1867
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
1866
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
1867
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1868
1868
  };
1869
1869
  status: {
1870
1870
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -1897,7 +1897,7 @@ declare const _default: import("vue").DefineComponent<{}, {
1897
1897
  onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
1898
1898
  onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
1899
1899
  open: boolean;
1900
- direction: "rtl" | "ltr";
1900
+ direction: "ltr" | "rtl";
1901
1901
  disabled: boolean;
1902
1902
  autofocus: boolean;
1903
1903
  getPopupContainer: (node: HTMLElement) => HTMLElement;
@@ -1913,7 +1913,7 @@ declare const _default: import("vue").DefineComponent<{}, {
1913
1913
  defaultValue: string | import("dayjs").Dayjs;
1914
1914
  'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
1915
1915
  popupStyle: import("vue").CSSProperties;
1916
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
1916
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1917
1917
  onOpenChange: (open: boolean) => void;
1918
1918
  'onUpdate:open': (open: boolean) => void;
1919
1919
  bordered: boolean;
@@ -2087,8 +2087,8 @@ declare const _default: import("vue").DefineComponent<{}, {
2087
2087
  name: StringConstructor;
2088
2088
  autocomplete: StringConstructor;
2089
2089
  direction: {
2090
- type: import("vue").PropType<"rtl" | "ltr">;
2091
- default: "rtl" | "ltr";
2090
+ type: import("vue").PropType<"ltr" | "rtl">;
2091
+ default: "ltr" | "rtl";
2092
2092
  };
2093
2093
  showToday: {
2094
2094
  type: BooleanConstructor;
@@ -2128,8 +2128,8 @@ declare const _default: import("vue").DefineComponent<{}, {
2128
2128
  };
2129
2129
  valueFormat: StringConstructor;
2130
2130
  placement: {
2131
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
2132
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
2131
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
2132
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
2133
2133
  };
2134
2134
  status: {
2135
2135
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -2290,8 +2290,8 @@ declare const _default: import("vue").DefineComponent<{}, {
2290
2290
  name: StringConstructor;
2291
2291
  autocomplete: StringConstructor;
2292
2292
  direction: {
2293
- type: import("vue").PropType<"rtl" | "ltr">;
2294
- default: "rtl" | "ltr";
2293
+ type: import("vue").PropType<"ltr" | "rtl">;
2294
+ default: "ltr" | "rtl";
2295
2295
  };
2296
2296
  showToday: {
2297
2297
  type: BooleanConstructor;
@@ -2331,8 +2331,8 @@ declare const _default: import("vue").DefineComponent<{}, {
2331
2331
  };
2332
2332
  valueFormat: StringConstructor;
2333
2333
  placement: {
2334
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
2335
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
2334
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
2335
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
2336
2336
  };
2337
2337
  status: {
2338
2338
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -2365,7 +2365,7 @@ declare const _default: import("vue").DefineComponent<{}, {
2365
2365
  onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
2366
2366
  onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
2367
2367
  open: boolean;
2368
- direction: "rtl" | "ltr";
2368
+ direction: "ltr" | "rtl";
2369
2369
  disabled: boolean;
2370
2370
  autofocus: boolean;
2371
2371
  getPopupContainer: (node: HTMLElement) => HTMLElement;
@@ -2381,7 +2381,7 @@ declare const _default: import("vue").DefineComponent<{}, {
2381
2381
  defaultValue: string | import("dayjs").Dayjs;
2382
2382
  'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
2383
2383
  popupStyle: import("vue").CSSProperties;
2384
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
2384
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
2385
2385
  onOpenChange: (open: boolean) => void;
2386
2386
  'onUpdate:open': (open: boolean) => void;
2387
2387
  bordered: boolean;
@@ -2581,8 +2581,8 @@ declare const _default: import("vue").DefineComponent<{}, {
2581
2581
  name: StringConstructor;
2582
2582
  autocomplete: StringConstructor;
2583
2583
  direction: {
2584
- type: import("vue").PropType<"rtl" | "ltr">;
2585
- default: "rtl" | "ltr";
2584
+ type: import("vue").PropType<"ltr" | "rtl">;
2585
+ default: "ltr" | "rtl";
2586
2586
  };
2587
2587
  showToday: {
2588
2588
  type: BooleanConstructor;
@@ -2610,8 +2610,8 @@ declare const _default: import("vue").DefineComponent<{}, {
2610
2610
  };
2611
2611
  valueFormat: StringConstructor;
2612
2612
  placement: {
2613
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
2614
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
2613
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
2614
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
2615
2615
  };
2616
2616
  status: {
2617
2617
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -2798,8 +2798,8 @@ declare const _default: import("vue").DefineComponent<{}, {
2798
2798
  name: StringConstructor;
2799
2799
  autocomplete: StringConstructor;
2800
2800
  direction: {
2801
- type: import("vue").PropType<"rtl" | "ltr">;
2802
- default: "rtl" | "ltr";
2801
+ type: import("vue").PropType<"ltr" | "rtl">;
2802
+ default: "ltr" | "rtl";
2803
2803
  };
2804
2804
  showToday: {
2805
2805
  type: BooleanConstructor;
@@ -2827,8 +2827,8 @@ declare const _default: import("vue").DefineComponent<{}, {
2827
2827
  };
2828
2828
  valueFormat: StringConstructor;
2829
2829
  placement: {
2830
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
2831
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
2830
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
2831
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
2832
2832
  };
2833
2833
  status: {
2834
2834
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -2861,7 +2861,7 @@ declare const _default: import("vue").DefineComponent<{}, {
2861
2861
  onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
2862
2862
  onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
2863
2863
  open: boolean;
2864
- direction: "rtl" | "ltr";
2864
+ direction: "ltr" | "rtl";
2865
2865
  disabled: boolean | [boolean, boolean];
2866
2866
  autofocus: boolean;
2867
2867
  getPopupContainer: (node: HTMLElement) => HTMLElement;
@@ -2878,7 +2878,7 @@ declare const _default: import("vue").DefineComponent<{}, {
2878
2878
  defaultValue: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs];
2879
2879
  'onUpdate:value': (value: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]) => void;
2880
2880
  popupStyle: import("vue").CSSProperties;
2881
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
2881
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
2882
2882
  onOpenChange: (open: boolean) => void;
2883
2883
  'onUpdate:open': (open: boolean) => void;
2884
2884
  placeholder: string[];
@@ -3054,8 +3054,8 @@ declare const _default: import("vue").DefineComponent<{}, {
3054
3054
  name: StringConstructor;
3055
3055
  autocomplete: StringConstructor;
3056
3056
  direction: {
3057
- type: import("vue").PropType<"rtl" | "ltr">;
3058
- default: "rtl" | "ltr";
3057
+ type: import("vue").PropType<"ltr" | "rtl">;
3058
+ default: "ltr" | "rtl";
3059
3059
  };
3060
3060
  showToday: {
3061
3061
  type: BooleanConstructor;
@@ -3095,8 +3095,8 @@ declare const _default: import("vue").DefineComponent<{}, {
3095
3095
  };
3096
3096
  valueFormat: StringConstructor;
3097
3097
  placement: {
3098
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
3099
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
3098
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
3099
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
3100
3100
  };
3101
3101
  status: {
3102
3102
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -3257,8 +3257,8 @@ declare const _default: import("vue").DefineComponent<{}, {
3257
3257
  name: StringConstructor;
3258
3258
  autocomplete: StringConstructor;
3259
3259
  direction: {
3260
- type: import("vue").PropType<"rtl" | "ltr">;
3261
- default: "rtl" | "ltr";
3260
+ type: import("vue").PropType<"ltr" | "rtl">;
3261
+ default: "ltr" | "rtl";
3262
3262
  };
3263
3263
  showToday: {
3264
3264
  type: BooleanConstructor;
@@ -3298,8 +3298,8 @@ declare const _default: import("vue").DefineComponent<{}, {
3298
3298
  };
3299
3299
  valueFormat: StringConstructor;
3300
3300
  placement: {
3301
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
3302
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
3301
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
3302
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
3303
3303
  };
3304
3304
  status: {
3305
3305
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -3332,7 +3332,7 @@ declare const _default: import("vue").DefineComponent<{}, {
3332
3332
  onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
3333
3333
  onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
3334
3334
  open: boolean;
3335
- direction: "rtl" | "ltr";
3335
+ direction: "ltr" | "rtl";
3336
3336
  disabled: boolean;
3337
3337
  autofocus: boolean;
3338
3338
  getPopupContainer: (node: HTMLElement) => HTMLElement;
@@ -3348,7 +3348,7 @@ declare const _default: import("vue").DefineComponent<{}, {
3348
3348
  defaultValue: string | import("dayjs").Dayjs;
3349
3349
  'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
3350
3350
  popupStyle: import("vue").CSSProperties;
3351
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
3351
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
3352
3352
  onOpenChange: (open: boolean) => void;
3353
3353
  'onUpdate:open': (open: boolean) => void;
3354
3354
  bordered: boolean;
@@ -3522,8 +3522,8 @@ declare const _default: import("vue").DefineComponent<{}, {
3522
3522
  name: StringConstructor;
3523
3523
  autocomplete: StringConstructor;
3524
3524
  direction: {
3525
- type: import("vue").PropType<"rtl" | "ltr">;
3526
- default: "rtl" | "ltr";
3525
+ type: import("vue").PropType<"ltr" | "rtl">;
3526
+ default: "ltr" | "rtl";
3527
3527
  };
3528
3528
  showToday: {
3529
3529
  type: BooleanConstructor;
@@ -3563,8 +3563,8 @@ declare const _default: import("vue").DefineComponent<{}, {
3563
3563
  };
3564
3564
  valueFormat: StringConstructor;
3565
3565
  placement: {
3566
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
3567
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
3566
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
3567
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
3568
3568
  };
3569
3569
  status: {
3570
3570
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -3725,8 +3725,8 @@ declare const _default: import("vue").DefineComponent<{}, {
3725
3725
  name: StringConstructor;
3726
3726
  autocomplete: StringConstructor;
3727
3727
  direction: {
3728
- type: import("vue").PropType<"rtl" | "ltr">;
3729
- default: "rtl" | "ltr";
3728
+ type: import("vue").PropType<"ltr" | "rtl">;
3729
+ default: "ltr" | "rtl";
3730
3730
  };
3731
3731
  showToday: {
3732
3732
  type: BooleanConstructor;
@@ -3766,8 +3766,8 @@ declare const _default: import("vue").DefineComponent<{}, {
3766
3766
  };
3767
3767
  valueFormat: StringConstructor;
3768
3768
  placement: {
3769
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
3770
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
3769
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
3770
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
3771
3771
  };
3772
3772
  status: {
3773
3773
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -3800,7 +3800,7 @@ declare const _default: import("vue").DefineComponent<{}, {
3800
3800
  onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
3801
3801
  onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
3802
3802
  open: boolean;
3803
- direction: "rtl" | "ltr";
3803
+ direction: "ltr" | "rtl";
3804
3804
  disabled: boolean;
3805
3805
  autofocus: boolean;
3806
3806
  getPopupContainer: (node: HTMLElement) => HTMLElement;
@@ -3816,7 +3816,7 @@ declare const _default: import("vue").DefineComponent<{}, {
3816
3816
  defaultValue: string | import("dayjs").Dayjs;
3817
3817
  'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
3818
3818
  popupStyle: import("vue").CSSProperties;
3819
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
3819
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
3820
3820
  onOpenChange: (open: boolean) => void;
3821
3821
  'onUpdate:open': (open: boolean) => void;
3822
3822
  bordered: boolean;
@@ -182,8 +182,8 @@ export declare const LlDateRange: import("ll-plus/es/utils").SFCWithInstall<impo
182
182
  name: StringConstructor;
183
183
  autocomplete: StringConstructor;
184
184
  direction: {
185
- type: import("vue").PropType<"rtl" | "ltr">;
186
- default: "rtl" | "ltr";
185
+ type: import("vue").PropType<"ltr" | "rtl">;
186
+ default: "ltr" | "rtl";
187
187
  };
188
188
  showToday: {
189
189
  type: BooleanConstructor;
@@ -211,8 +211,8 @@ export declare const LlDateRange: import("ll-plus/es/utils").SFCWithInstall<impo
211
211
  };
212
212
  valueFormat: StringConstructor;
213
213
  placement: {
214
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
215
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
214
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
215
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
216
216
  };
217
217
  status: {
218
218
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -399,8 +399,8 @@ export declare const LlDateRange: import("ll-plus/es/utils").SFCWithInstall<impo
399
399
  name: StringConstructor;
400
400
  autocomplete: StringConstructor;
401
401
  direction: {
402
- type: import("vue").PropType<"rtl" | "ltr">;
403
- default: "rtl" | "ltr";
402
+ type: import("vue").PropType<"ltr" | "rtl">;
403
+ default: "ltr" | "rtl";
404
404
  };
405
405
  showToday: {
406
406
  type: BooleanConstructor;
@@ -428,8 +428,8 @@ export declare const LlDateRange: import("ll-plus/es/utils").SFCWithInstall<impo
428
428
  };
429
429
  valueFormat: StringConstructor;
430
430
  placement: {
431
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
432
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
431
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
432
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
433
433
  };
434
434
  status: {
435
435
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -462,7 +462,7 @@ export declare const LlDateRange: import("ll-plus/es/utils").SFCWithInstall<impo
462
462
  onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
463
463
  onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
464
464
  open: boolean;
465
- direction: "rtl" | "ltr";
465
+ direction: "ltr" | "rtl";
466
466
  disabled: boolean | [boolean, boolean];
467
467
  autofocus: boolean;
468
468
  getPopupContainer: (node: HTMLElement) => HTMLElement;
@@ -479,7 +479,7 @@ export declare const LlDateRange: import("ll-plus/es/utils").SFCWithInstall<impo
479
479
  defaultValue: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs];
480
480
  'onUpdate:value': (value: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]) => void;
481
481
  popupStyle: import("vue").CSSProperties;
482
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
482
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
483
483
  onOpenChange: (open: boolean) => void;
484
484
  'onUpdate:open': (open: boolean) => void;
485
485
  placeholder: string[];
@@ -181,8 +181,8 @@ declare const _default: import("vue").DefineComponent<{}, {
181
181
  name: StringConstructor;
182
182
  autocomplete: StringConstructor;
183
183
  direction: {
184
- type: import("vue").PropType<"rtl" | "ltr">;
185
- default: "rtl" | "ltr";
184
+ type: import("vue").PropType<"ltr" | "rtl">;
185
+ default: "ltr" | "rtl";
186
186
  };
187
187
  showToday: {
188
188
  type: BooleanConstructor;
@@ -210,8 +210,8 @@ declare const _default: import("vue").DefineComponent<{}, {
210
210
  };
211
211
  valueFormat: StringConstructor;
212
212
  placement: {
213
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
214
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
213
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
214
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
215
215
  };
216
216
  status: {
217
217
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -398,8 +398,8 @@ declare const _default: import("vue").DefineComponent<{}, {
398
398
  name: StringConstructor;
399
399
  autocomplete: StringConstructor;
400
400
  direction: {
401
- type: import("vue").PropType<"rtl" | "ltr">;
402
- default: "rtl" | "ltr";
401
+ type: import("vue").PropType<"ltr" | "rtl">;
402
+ default: "ltr" | "rtl";
403
403
  };
404
404
  showToday: {
405
405
  type: BooleanConstructor;
@@ -427,8 +427,8 @@ declare const _default: import("vue").DefineComponent<{}, {
427
427
  };
428
428
  valueFormat: StringConstructor;
429
429
  placement: {
430
- type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
431
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
430
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
431
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
432
432
  };
433
433
  status: {
434
434
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -461,7 +461,7 @@ declare const _default: import("vue").DefineComponent<{}, {
461
461
  onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
462
462
  onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
463
463
  open: boolean;
464
- direction: "rtl" | "ltr";
464
+ direction: "ltr" | "rtl";
465
465
  disabled: boolean | [boolean, boolean];
466
466
  autofocus: boolean;
467
467
  getPopupContainer: (node: HTMLElement) => HTMLElement;
@@ -478,7 +478,7 @@ declare const _default: import("vue").DefineComponent<{}, {
478
478
  defaultValue: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs];
479
479
  'onUpdate:value': (value: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]) => void;
480
480
  popupStyle: import("vue").CSSProperties;
481
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
481
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
482
482
  onOpenChange: (open: boolean) => void;
483
483
  'onUpdate:open': (open: boolean) => void;
484
484
  placeholder: string[];