ll-plus 2.5.14 → 2.5.16

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 (235) hide show
  1. package/es/components/advanced-filtering/index.d.ts +304 -304
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +146 -146
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  5. package/es/components/api-component/index.d.ts +32 -32
  6. package/es/components/api-component/src/api-component.vue.d.ts +32 -32
  7. package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  8. package/es/components/api-component/src/components/body-component.vue.d.ts +14 -14
  9. package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
  10. package/es/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  11. package/es/components/api-component/src/components/params-table.vue.d.ts +14 -14
  12. package/es/components/api-component/src/config/api-modal.d.ts +1 -1
  13. package/es/components/api-component/src/config/click-input.d.ts +1 -1
  14. package/es/components/breadcrumb-card/index.d.ts +6 -5
  15. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +6 -5
  16. package/es/components/cascader/index.d.ts +8 -8
  17. package/es/components/cascader/src/cascader.vue.d.ts +8 -8
  18. package/es/components/checkbox/index.d.ts +217 -217
  19. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  20. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  21. package/es/components/code-editor/index.d.ts +2 -2
  22. package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
  23. package/es/components/cropper/index.d.ts +4 -4
  24. package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
  25. package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  26. package/es/components/drawer/index.d.ts +11 -11
  27. package/es/components/drawer/src/components/second-confirmation/index.d.ts +10 -10
  28. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +10 -10
  29. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  30. package/es/components/easy-cron/index.d.ts +95 -95
  31. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  32. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  33. package/es/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  34. package/es/components/empty/index.d.ts +2 -2
  35. package/es/components/empty/src/empty.vue.d.ts +2 -2
  36. package/es/components/form/index.d.ts +144 -144
  37. package/es/components/form/src/components/form-component.vue.d.ts +1 -1
  38. package/es/components/form/src/config/form.d.ts +56 -56
  39. package/es/components/form/src/form.vue.d.ts +143 -143
  40. package/es/components/input/index.d.ts +33 -33
  41. package/es/components/input/src/input.vue.d.ts +33 -33
  42. package/es/components/key-value/index.d.ts +690 -690
  43. package/es/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  44. package/es/components/key-value/src/key-value.vue.d.ts +690 -690
  45. package/es/components/modal/index.d.ts +5 -5
  46. package/es/components/modal/src/modal.vue.d.ts +5 -5
  47. package/es/components/new-drawer/index.d.ts +14 -13
  48. package/es/components/new-drawer/src/drawer.vue.d.ts +14 -13
  49. package/es/components/new-modal/index.d.ts +7 -6
  50. package/es/components/new-modal/src/modal.vue.d.ts +7 -6
  51. package/es/components/rich-text-editor/index.d.ts +1 -1
  52. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  53. package/es/components/select/index.d.ts +15 -15
  54. package/es/components/select/src/select.vue.d.ts +15 -15
  55. package/es/components/select-group/index.d.ts +3 -3
  56. package/es/components/select-group/src/select-group.d.ts +1 -1
  57. package/es/components/select-group/src/select-group.vue.d.ts +3 -3
  58. package/es/components/table/index.d.ts +12 -12
  59. package/es/components/table/src/components/main-table.vue.d.ts +4 -4
  60. package/es/components/table/src/config/table.d.ts +4 -4
  61. package/es/components/table/src/table.vue.d.ts +12 -12
  62. package/es/components/textarea/index.d.ts +5 -5
  63. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  64. package/es/components/tooltip/index.d.ts +4 -4
  65. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  66. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  67. package/es/components/tree-search/index.d.ts +15 -15
  68. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  69. package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
  70. package/es/components/upload-drag/index.d.ts +4 -4
  71. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  72. package/es/packages/components/breadcrumb-card/src/breadcrumb-card.vue2.mjs +11 -1
  73. package/es/packages/components/breadcrumb-card/src/breadcrumb-card.vue2.mjs.map +1 -1
  74. package/es/packages/components/new-drawer/src/drawer.vue2.mjs +10 -1
  75. package/es/packages/components/new-drawer/src/drawer.vue2.mjs.map +1 -1
  76. package/es/packages/components/new-modal/src/modal.vue2.mjs +11 -7
  77. package/es/packages/components/new-modal/src/modal.vue2.mjs.map +1 -1
  78. package/es/utils/props/runtime.d.ts +2 -2
  79. package/index.full.js +31 -8
  80. package/index.full.min.js +17 -17
  81. package/index.full.min.js.map +1 -1
  82. package/index.full.min.mjs +17 -17
  83. package/index.full.min.mjs.map +1 -1
  84. package/index.full.mjs +31 -8
  85. package/lib/components/advanced-filtering/index.d.ts +304 -304
  86. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  87. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +146 -146
  88. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  89. package/lib/components/api-component/index.d.ts +32 -32
  90. package/lib/components/api-component/src/api-component.vue.d.ts +32 -32
  91. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  92. package/lib/components/api-component/src/components/body-component.vue.d.ts +14 -14
  93. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  94. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  95. package/lib/components/api-component/src/components/params-table.vue.d.ts +14 -14
  96. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  97. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  98. package/lib/components/breadcrumb-card/index.d.ts +6 -5
  99. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +6 -5
  100. package/lib/components/cascader/index.d.ts +8 -8
  101. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  102. package/lib/components/checkbox/index.d.ts +217 -217
  103. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  104. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  105. package/lib/components/code-editor/index.d.ts +2 -2
  106. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  107. package/lib/components/cropper/index.d.ts +4 -4
  108. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  109. package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  110. package/lib/components/drawer/index.d.ts +11 -11
  111. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +10 -10
  112. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +10 -10
  113. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  114. package/lib/components/easy-cron/index.d.ts +95 -95
  115. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  116. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  117. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  118. package/lib/components/empty/index.d.ts +2 -2
  119. package/lib/components/empty/src/empty.vue.d.ts +2 -2
  120. package/lib/components/form/index.d.ts +144 -144
  121. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  122. package/lib/components/form/src/config/form.d.ts +56 -56
  123. package/lib/components/form/src/form.vue.d.ts +143 -143
  124. package/lib/components/input/index.d.ts +33 -33
  125. package/lib/components/input/src/input.vue.d.ts +33 -33
  126. package/lib/components/key-value/index.d.ts +690 -690
  127. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  128. package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
  129. package/lib/components/modal/index.d.ts +5 -5
  130. package/lib/components/modal/src/modal.vue.d.ts +5 -5
  131. package/lib/components/new-drawer/index.d.ts +14 -13
  132. package/lib/components/new-drawer/src/drawer.vue.d.ts +14 -13
  133. package/lib/components/new-modal/index.d.ts +7 -6
  134. package/lib/components/new-modal/src/modal.vue.d.ts +7 -6
  135. package/lib/components/rich-text-editor/index.d.ts +1 -1
  136. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  137. package/lib/components/select/index.d.ts +15 -15
  138. package/lib/components/select/src/select.vue.d.ts +15 -15
  139. package/lib/components/select-group/index.d.ts +3 -3
  140. package/lib/components/select-group/src/select-group.d.ts +1 -1
  141. package/lib/components/select-group/src/select-group.vue.d.ts +3 -3
  142. package/lib/components/table/index.d.ts +12 -12
  143. package/lib/components/table/src/components/main-table.vue.d.ts +4 -4
  144. package/lib/components/table/src/config/table.d.ts +4 -4
  145. package/lib/components/table/src/table.vue.d.ts +12 -12
  146. package/lib/components/textarea/index.d.ts +5 -5
  147. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  148. package/lib/components/tooltip/index.d.ts +4 -4
  149. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  150. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  151. package/lib/components/tree-search/index.d.ts +15 -15
  152. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  153. package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
  154. package/lib/components/upload-drag/index.d.ts +4 -4
  155. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  156. package/lib/packages/components/breadcrumb-card/src/breadcrumb-card.vue2.js +11 -1
  157. package/lib/packages/components/breadcrumb-card/src/breadcrumb-card.vue2.js.map +1 -1
  158. package/lib/packages/components/new-drawer/src/drawer.vue2.js +10 -1
  159. package/lib/packages/components/new-drawer/src/drawer.vue2.js.map +1 -1
  160. package/lib/packages/components/new-modal/src/modal.vue2.js +10 -6
  161. package/lib/packages/components/new-modal/src/modal.vue2.js.map +1 -1
  162. package/lib/utils/props/runtime.d.ts +2 -2
  163. package/package.json +1 -1
  164. package/types/packages/components/advanced-filtering/index.d.ts +304 -304
  165. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  166. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +146 -146
  167. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  168. package/types/packages/components/api-component/index.d.ts +32 -32
  169. package/types/packages/components/api-component/src/api-component.vue.d.ts +32 -32
  170. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  171. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +14 -14
  172. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  173. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  174. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +14 -14
  175. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  176. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  177. package/types/packages/components/breadcrumb-card/index.d.ts +6 -5
  178. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +6 -5
  179. package/types/packages/components/cascader/index.d.ts +8 -8
  180. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  181. package/types/packages/components/checkbox/index.d.ts +217 -217
  182. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  183. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  184. package/types/packages/components/code-editor/index.d.ts +2 -2
  185. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  186. package/types/packages/components/cropper/index.d.ts +4 -4
  187. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  188. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  189. package/types/packages/components/drawer/index.d.ts +11 -11
  190. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +10 -10
  191. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +10 -10
  192. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  193. package/types/packages/components/easy-cron/index.d.ts +95 -95
  194. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  195. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  196. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  197. package/types/packages/components/empty/index.d.ts +2 -2
  198. package/types/packages/components/empty/src/empty.vue.d.ts +2 -2
  199. package/types/packages/components/form/index.d.ts +144 -144
  200. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  201. package/types/packages/components/form/src/config/form.d.ts +56 -56
  202. package/types/packages/components/form/src/form.vue.d.ts +143 -143
  203. package/types/packages/components/input/index.d.ts +33 -33
  204. package/types/packages/components/input/src/input.vue.d.ts +33 -33
  205. package/types/packages/components/key-value/index.d.ts +690 -690
  206. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  207. package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
  208. package/types/packages/components/modal/index.d.ts +5 -5
  209. package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
  210. package/types/packages/components/new-drawer/index.d.ts +14 -13
  211. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +14 -13
  212. package/types/packages/components/new-modal/index.d.ts +7 -6
  213. package/types/packages/components/new-modal/src/modal.vue.d.ts +7 -6
  214. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  215. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  216. package/types/packages/components/select/index.d.ts +15 -15
  217. package/types/packages/components/select/src/select.vue.d.ts +15 -15
  218. package/types/packages/components/select-group/index.d.ts +3 -3
  219. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  220. package/types/packages/components/select-group/src/select-group.vue.d.ts +3 -3
  221. package/types/packages/components/table/index.d.ts +12 -12
  222. package/types/packages/components/table/src/components/main-table.vue.d.ts +4 -4
  223. package/types/packages/components/table/src/config/table.d.ts +4 -4
  224. package/types/packages/components/table/src/table.vue.d.ts +12 -12
  225. package/types/packages/components/textarea/index.d.ts +5 -5
  226. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  227. package/types/packages/components/tooltip/index.d.ts +4 -4
  228. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  229. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  230. package/types/packages/components/tree-search/index.d.ts +15 -15
  231. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  232. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
  233. package/types/packages/components/upload-drag/index.d.ts +4 -4
  234. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  235. package/types/packages/utils/props/runtime.d.ts +2 -2
@@ -30,8 +30,8 @@ declare const _default: import("vue").DefineComponent<{}, {
30
30
  default: import("ant-design-vue/es/button").ButtonSize;
31
31
  };
32
32
  mode: {
33
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
34
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
33
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
34
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
35
35
  };
36
36
  bordered: {
37
37
  type: BooleanConstructor;
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<{}, {
101
101
  };
102
102
  options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
103
103
  showAction: {
104
- type: import("vue").PropType<("click" | "focus")[]>;
104
+ type: import("vue").PropType<("focus" | "click")[]>;
105
105
  };
106
106
  placeholder: import("vue-types").VueTypeValidableDef<any>;
107
107
  onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
@@ -196,8 +196,8 @@ declare const _default: import("vue").DefineComponent<{}, {
196
196
  default: import("ant-design-vue/es/button").ButtonSize;
197
197
  };
198
198
  mode: {
199
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
200
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
199
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
200
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
201
201
  };
202
202
  bordered: {
203
203
  type: BooleanConstructor;
@@ -267,7 +267,7 @@ declare const _default: import("vue").DefineComponent<{}, {
267
267
  };
268
268
  options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
269
269
  showAction: {
270
- type: import("vue").PropType<("click" | "focus")[]>;
270
+ type: import("vue").PropType<("focus" | "click")[]>;
271
271
  };
272
272
  placeholder: import("vue-types").VueTypeValidableDef<any>;
273
273
  onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
@@ -348,7 +348,7 @@ declare const _default: import("vue").DefineComponent<{}, {
348
348
  }>>, {
349
349
  size: import("ant-design-vue/es/button").ButtonSize;
350
350
  value: import("ant-design-vue/es/select").SelectValue;
351
- mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
351
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
352
352
  open: boolean;
353
353
  disabled: boolean;
354
354
  autofocus: boolean;
@@ -406,8 +406,8 @@ declare const _default: import("vue").DefineComponent<{}, {
406
406
  default: import("ant-design-vue/es/button").ButtonSize;
407
407
  };
408
408
  mode: {
409
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
410
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
409
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
410
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
411
411
  };
412
412
  bordered: {
413
413
  type: BooleanConstructor;
@@ -477,7 +477,7 @@ declare const _default: import("vue").DefineComponent<{}, {
477
477
  };
478
478
  options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
479
479
  showAction: {
480
- type: import("vue").PropType<("click" | "focus")[]>;
480
+ type: import("vue").PropType<("focus" | "click")[]>;
481
481
  };
482
482
  placeholder: import("vue-types").VueTypeValidableDef<any>;
483
483
  onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
@@ -558,7 +558,7 @@ declare const _default: import("vue").DefineComponent<{}, {
558
558
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
559
559
  size: import("ant-design-vue/es/button").ButtonSize;
560
560
  value: import("ant-design-vue/es/select").SelectValue;
561
- mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
561
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
562
562
  open: boolean;
563
563
  disabled: boolean;
564
564
  autofocus: boolean;
@@ -600,8 +600,8 @@ declare const _default: import("vue").DefineComponent<{}, {
600
600
  default: import("ant-design-vue/es/button").ButtonSize;
601
601
  };
602
602
  mode: {
603
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
604
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
603
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
604
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
605
605
  };
606
606
  bordered: {
607
607
  type: BooleanConstructor;
@@ -671,7 +671,7 @@ declare const _default: import("vue").DefineComponent<{}, {
671
671
  };
672
672
  options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
673
673
  showAction: {
674
- type: import("vue").PropType<("click" | "focus")[]>;
674
+ type: import("vue").PropType<("focus" | "click")[]>;
675
675
  };
676
676
  placeholder: import("vue-types").VueTypeValidableDef<any>;
677
677
  onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
@@ -752,7 +752,7 @@ declare const _default: import("vue").DefineComponent<{}, {
752
752
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
753
753
  size: import("ant-design-vue/es/button").ButtonSize;
754
754
  value: import("ant-design-vue/es/select").SelectValue;
755
- mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
755
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
756
756
  open: boolean;
757
757
  disabled: boolean;
758
758
  autofocus: boolean;
@@ -23,15 +23,15 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
23
23
  newList: import("vue").Ref<{
24
24
  readonly value: string;
25
25
  readonly name: string;
26
- readonly placeholder?: string | undefined;
27
26
  readonly options?: any[] | undefined;
28
- readonly fieldNames?: object | undefined;
29
27
  readonly list?: {
30
28
  [x: string]: any;
31
29
  name?: string | undefined;
32
30
  value?: any;
33
31
  }[] | undefined;
34
- readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "input" | "select" | "range-picker" | "treeSelect", unknown> | undefined;
32
+ readonly placeholder?: string | undefined;
33
+ readonly fieldNames?: object | undefined;
34
+ readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown> | undefined;
35
35
  readonly noFirstAddAll?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
36
36
  }[]>;
37
37
  bem: {
@@ -26,7 +26,7 @@ export declare const selectGroupData: {
26
26
  __epPropKey: true;
27
27
  };
28
28
  readonly showFormType: {
29
- readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "input" | "select" | "range-picker" | "treeSelect", unknown>>;
29
+ readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown>>;
30
30
  readonly required: false;
31
31
  readonly validator: ((val: unknown) => boolean) | undefined;
32
32
  __epPropKey: true;
@@ -23,15 +23,15 @@ declare const _default: import("vue").DefineComponent<{
23
23
  newList: import("vue").Ref<{
24
24
  readonly value: string;
25
25
  readonly name: string;
26
- readonly placeholder?: string | undefined;
27
26
  readonly options?: any[] | undefined;
28
- readonly fieldNames?: object | undefined;
29
27
  readonly list?: {
30
28
  [x: string]: any;
31
29
  name?: string | undefined;
32
30
  value?: any;
33
31
  }[] | undefined;
34
- readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "input" | "select" | "range-picker" | "treeSelect", unknown> | undefined;
32
+ readonly placeholder?: string | undefined;
33
+ readonly fieldNames?: object | undefined;
34
+ readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown> | undefined;
35
35
  readonly noFirstAddAll?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
36
36
  }[]>;
37
37
  bem: {
@@ -9,10 +9,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
9
9
  readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
10
10
  } & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
11
11
  readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
12
- readonly scroll: any;
13
- readonly columns: import("ant-design-vue").TableColumnProps[];
14
12
  readonly dataSource: any[];
13
+ readonly columns: import("ant-design-vue").TableColumnProps[];
15
14
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
15
+ readonly scroll: any;
16
16
  readonly operateWidth: number;
17
17
  readonly settingKey: string;
18
18
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -29,10 +29,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
29
29
  readonly resizeColumn?: Function | undefined;
30
30
  readonly dragChange?: Function | undefined;
31
31
  }) | (() => import("./src/config").MainTableProps) | ((new (...args: any[]) => {
32
- readonly scroll: any;
33
- readonly columns: import("ant-design-vue").TableColumnProps[];
34
32
  readonly dataSource: any[];
33
+ readonly columns: import("ant-design-vue").TableColumnProps[];
35
34
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
35
+ readonly scroll: any;
36
36
  readonly operateWidth: number;
37
37
  readonly settingKey: string;
38
38
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -271,10 +271,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
271
271
  };
272
272
  }, {
273
273
  props: import("@vue/shared").LooseRequired<{
274
- readonly scroll: any;
275
- readonly columns: import("ant-design-vue").TableColumnProps[];
276
274
  readonly dataSource: any[];
275
+ readonly columns: import("ant-design-vue").TableColumnProps[];
277
276
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
277
+ readonly scroll: any;
278
278
  readonly operateWidth: number;
279
279
  readonly settingKey: string;
280
280
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -478,10 +478,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
478
478
  }>> & {
479
479
  onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
480
480
  }, {
481
- readonly scroll: any;
482
- readonly columns: import("ant-design-vue").TableColumnProps[];
483
481
  readonly dataSource: any[];
482
+ readonly columns: import("ant-design-vue").TableColumnProps[];
484
483
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
484
+ readonly scroll: any;
485
485
  readonly operateWidth: number;
486
486
  readonly settingKey: string;
487
487
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -573,10 +573,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
573
573
  readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
574
574
  } & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
575
575
  readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
576
- readonly scroll: any;
577
- readonly columns: import("ant-design-vue").TableColumnProps[];
578
576
  readonly dataSource: any[];
577
+ readonly columns: import("ant-design-vue").TableColumnProps[];
579
578
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
579
+ readonly scroll: any;
580
580
  readonly operateWidth: number;
581
581
  readonly settingKey: string;
582
582
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -593,10 +593,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
593
593
  readonly resizeColumn?: Function | undefined;
594
594
  readonly dragChange?: Function | undefined;
595
595
  }) | (() => import("./src/config").MainTableProps) | ((new (...args: any[]) => {
596
- readonly scroll: any;
597
- readonly columns: import("ant-design-vue").TableColumnProps[];
598
596
  readonly dataSource: any[];
597
+ readonly columns: import("ant-design-vue").TableColumnProps[];
599
598
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
599
+ readonly scroll: any;
600
600
  readonly operateWidth: number;
601
601
  readonly settingKey: string;
602
602
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -74,10 +74,10 @@ declare const _default: import("vue").DefineComponent<{
74
74
  };
75
75
  }, {
76
76
  props: import("@vue/shared").LooseRequired<{
77
- readonly scroll: any;
78
- readonly columns: import("ant-design-vue").TableColumnProps[];
79
77
  readonly dataSource: any[];
78
+ readonly columns: import("ant-design-vue").TableColumnProps[];
80
79
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
80
+ readonly scroll: any;
81
81
  readonly operateWidth: number;
82
82
  readonly settingKey: string;
83
83
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -281,10 +281,10 @@ declare const _default: import("vue").DefineComponent<{
281
281
  }>> & {
282
282
  onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
283
283
  }, {
284
- readonly scroll: any;
285
- readonly columns: import("ant-design-vue").TableColumnProps[];
286
284
  readonly dataSource: any[];
285
+ readonly columns: import("ant-design-vue").TableColumnProps[];
287
286
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
287
+ readonly scroll: any;
288
288
  readonly operateWidth: number;
289
289
  readonly settingKey: string;
290
290
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -11,10 +11,10 @@ export declare const tableProps: {
11
11
  readonly menuSwitchOptions: import("./header-search").IMenuSwitchOptions;
12
12
  } & {}) | (() => TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
13
13
  readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
14
- readonly scroll: any;
15
- readonly columns: import("ant-design-vue").TableColumnProps[];
16
14
  readonly dataSource: any[];
15
+ readonly columns: import("ant-design-vue").TableColumnProps[];
17
16
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
17
+ readonly scroll: any;
18
18
  readonly operateWidth: number;
19
19
  readonly settingKey: string;
20
20
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -31,10 +31,10 @@ export declare const tableProps: {
31
31
  readonly resizeColumn?: Function | undefined;
32
32
  readonly dragChange?: Function | undefined;
33
33
  }) | (() => MainTableProps) | ((new (...args: any[]) => {
34
- readonly scroll: any;
35
- readonly columns: import("ant-design-vue").TableColumnProps[];
36
34
  readonly dataSource: any[];
35
+ readonly columns: import("ant-design-vue").TableColumnProps[];
37
36
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
37
+ readonly scroll: any;
38
38
  readonly operateWidth: number;
39
39
  readonly settingKey: string;
40
40
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -9,10 +9,10 @@ declare const _default: import("vue").DefineComponent<{
9
9
  readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
10
10
  } & {}) | (() => import("./config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
11
11
  readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
12
- readonly scroll: any;
13
- readonly columns: import("ant-design-vue").TableColumnProps[];
14
12
  readonly dataSource: any[];
13
+ readonly columns: import("ant-design-vue").TableColumnProps[];
15
14
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
15
+ readonly scroll: any;
16
16
  readonly operateWidth: number;
17
17
  readonly settingKey: string;
18
18
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -29,10 +29,10 @@ declare const _default: import("vue").DefineComponent<{
29
29
  readonly resizeColumn?: Function | undefined;
30
30
  readonly dragChange?: Function | undefined;
31
31
  }) | (() => import("./config").MainTableProps) | ((new (...args: any[]) => {
32
- readonly scroll: any;
33
- readonly columns: import("ant-design-vue").TableColumnProps[];
34
32
  readonly dataSource: any[];
33
+ readonly columns: import("ant-design-vue").TableColumnProps[];
35
34
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
35
+ readonly scroll: any;
36
36
  readonly operateWidth: number;
37
37
  readonly settingKey: string;
38
38
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -271,10 +271,10 @@ declare const _default: import("vue").DefineComponent<{
271
271
  };
272
272
  }, {
273
273
  props: import("@vue/shared").LooseRequired<{
274
- readonly scroll: any;
275
- readonly columns: import("ant-design-vue").TableColumnProps[];
276
274
  readonly dataSource: any[];
275
+ readonly columns: import("ant-design-vue").TableColumnProps[];
277
276
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
277
+ readonly scroll: any;
278
278
  readonly operateWidth: number;
279
279
  readonly settingKey: string;
280
280
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -478,10 +478,10 @@ declare const _default: import("vue").DefineComponent<{
478
478
  }>> & {
479
479
  onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
480
480
  }, {
481
- readonly scroll: any;
482
- readonly columns: import("ant-design-vue").TableColumnProps[];
483
481
  readonly dataSource: any[];
482
+ readonly columns: import("ant-design-vue").TableColumnProps[];
484
483
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
484
+ readonly scroll: any;
485
485
  readonly operateWidth: number;
486
486
  readonly settingKey: string;
487
487
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -573,10 +573,10 @@ declare const _default: import("vue").DefineComponent<{
573
573
  readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
574
574
  } & {}) | (() => import("./config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
575
575
  readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
576
- readonly scroll: any;
577
- readonly columns: import("ant-design-vue").TableColumnProps[];
578
576
  readonly dataSource: any[];
577
+ readonly columns: import("ant-design-vue").TableColumnProps[];
579
578
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
579
+ readonly scroll: any;
580
580
  readonly operateWidth: number;
581
581
  readonly settingKey: string;
582
582
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -593,10 +593,10 @@ declare const _default: import("vue").DefineComponent<{
593
593
  readonly resizeColumn?: Function | undefined;
594
594
  readonly dragChange?: Function | undefined;
595
595
  }) | (() => import("./config").MainTableProps) | ((new (...args: any[]) => {
596
- readonly scroll: any;
597
- readonly columns: import("ant-design-vue").TableColumnProps[];
598
596
  readonly dataSource: any[];
597
+ readonly columns: import("ant-design-vue").TableColumnProps[];
599
598
  readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
599
+ readonly scroll: any;
600
600
  readonly operateWidth: number;
601
601
  readonly settingKey: string;
602
602
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -45,8 +45,8 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
45
45
  };
46
46
  name: StringConstructor;
47
47
  type: {
48
- type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
49
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
48
+ type: import("vue").PropType<"number" | "month" | "hidden" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
49
+ default: "number" | "month" | "hidden" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
50
50
  };
51
51
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
52
52
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -144,8 +144,8 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
144
144
  };
145
145
  name: StringConstructor;
146
146
  type: {
147
- type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
148
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
147
+ type: import("vue").PropType<"number" | "month" | "hidden" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
148
+ default: "number" | "month" | "hidden" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
149
149
  };
150
150
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
151
151
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -213,7 +213,7 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
213
213
  };
214
214
  }>>, {
215
215
  value: string | number;
216
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
216
+ type: "number" | "month" | "hidden" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
217
217
  focused: boolean;
218
218
  hidden: boolean;
219
219
  disabled: boolean;
@@ -44,8 +44,8 @@ declare const _default: import("vue").DefineComponent<{}, {
44
44
  };
45
45
  name: StringConstructor;
46
46
  type: {
47
- type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
48
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
47
+ type: import("vue").PropType<"number" | "month" | "hidden" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
48
+ default: "number" | "month" | "hidden" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
49
49
  };
50
50
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
51
51
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -143,8 +143,8 @@ declare const _default: import("vue").DefineComponent<{}, {
143
143
  };
144
144
  name: StringConstructor;
145
145
  type: {
146
- type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
147
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
146
+ type: import("vue").PropType<"number" | "month" | "hidden" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
147
+ default: "number" | "month" | "hidden" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
148
148
  };
149
149
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
150
150
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -212,7 +212,7 @@ declare const _default: import("vue").DefineComponent<{}, {
212
212
  };
213
213
  }>>, {
214
214
  value: string | number;
215
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
215
+ type: "number" | "month" | "hidden" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
216
216
  focused: boolean;
217
217
  hidden: boolean;
218
218
  disabled: boolean;
@@ -1,7 +1,7 @@
1
1
  import Tooltip from './src/tooltip.vue';
2
2
  export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
3
3
  readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
4
- readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
4
+ readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
5
5
  readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
6
6
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
7
7
  readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
@@ -21,9 +21,9 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
21
21
  readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
22
22
  }, {
23
23
  props: import("@vue/shared").LooseRequired<{
24
- readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
25
24
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
26
25
  readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
26
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
27
27
  readonly tip: string;
28
28
  readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
29
29
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -65,7 +65,7 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
65
65
  }>;
66
66
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
67
67
  readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
68
- readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
68
+ readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
69
69
  readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
70
70
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
71
71
  readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
@@ -84,9 +84,9 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
84
84
  readonly ellipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
85
85
  readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
86
86
  }>>, {
87
- readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
88
87
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
89
88
  readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
89
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
90
90
  readonly tip: string;
91
91
  readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
92
92
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -3,7 +3,7 @@ import type Tooltip from './tooltip.vue';
3
3
  export declare const placement: readonly ["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"];
4
4
  export declare const tooltipProps: {
5
5
  readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
6
- readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
6
+ readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
7
7
  readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
8
8
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
9
9
  readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
@@ -1,6 +1,6 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
3
- readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
3
+ readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
4
4
  readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
5
5
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
6
6
  readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
@@ -20,9 +20,9 @@ declare const _default: import("vue").DefineComponent<{
20
20
  readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
21
21
  }, {
22
22
  props: import("@vue/shared").LooseRequired<{
23
- readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
24
23
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
25
24
  readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
25
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
26
26
  readonly tip: string;
27
27
  readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
28
28
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -64,7 +64,7 @@ declare const _default: import("vue").DefineComponent<{
64
64
  }>;
65
65
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
66
66
  readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
67
- readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
67
+ readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
68
68
  readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
69
69
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
70
70
  readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
@@ -83,9 +83,9 @@ declare const _default: import("vue").DefineComponent<{
83
83
  readonly ellipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
84
84
  readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
85
85
  }>>, {
86
- readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
87
86
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
88
87
  readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
88
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
89
89
  readonly tip: string;
90
90
  readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
91
91
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;