ll-plus 2.2.16 → 2.2.17

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 (200) hide show
  1. package/es/components/advanced-filtering/index.d.ts +303 -303
  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 +145 -145
  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 +30 -30
  6. package/es/components/api-component/src/api-component.vue.d.ts +30 -30
  7. package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  8. package/es/components/api-component/src/components/api-url.vue.d.ts +5 -5
  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 +16 -16
  11. package/es/components/api-component/src/components/params-table.vue.d.ts +20 -20
  12. package/es/components/api-component/src/config/api-component.d.ts +1 -1
  13. package/es/components/api-component/src/config/api-modal.d.ts +1 -1
  14. package/es/components/api-component/src/config/click-input.d.ts +1 -1
  15. package/es/components/button/index.d.ts +1 -1
  16. package/es/components/button/src/button.vue.d.ts +1 -1
  17. package/es/components/checkbox/index.d.ts +217 -217
  18. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  19. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  20. package/es/components/drawer/index.d.ts +11 -11
  21. package/es/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  22. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  23. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  24. package/es/components/easy-cron/index.d.ts +82 -82
  25. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  26. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  27. package/es/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  28. package/es/components/form/index.d.ts +142 -142
  29. package/es/components/form/src/config/form.d.ts +56 -56
  30. package/es/components/form/src/form.vue.d.ts +142 -142
  31. package/es/components/icon-base/index.d.ts +2 -2
  32. package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
  33. package/es/components/input/index.d.ts +31 -31
  34. package/es/components/input/src/input.vue.d.ts +31 -31
  35. package/es/components/key-value/src/config/key-value.d.ts +0 -1
  36. package/es/components/key-value/src/config/key-value.mjs +1 -2
  37. package/es/components/key-value/src/config/key-value.mjs.map +1 -1
  38. package/es/components/key-value/src/key-value.vue2.mjs +2 -5
  39. package/es/components/key-value/src/key-value.vue2.mjs.map +1 -1
  40. package/es/components/modal/index.d.ts +5 -5
  41. package/es/components/modal/src/modal.vue.d.ts +5 -5
  42. package/es/components/operate-icon/index.d.ts +6 -6
  43. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  44. package/es/components/operate-icon/src/operate-icon.vue2.mjs +2 -2
  45. package/es/components/operate-icon/src/operate-icon.vue2.mjs.map +1 -1
  46. package/es/components/select/index.d.ts +11 -11
  47. package/es/components/select/src/select.vue.d.ts +11 -11
  48. package/es/components/table/index.d.ts +6 -6
  49. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  50. package/es/components/table/src/config/table.d.ts +2 -2
  51. package/es/components/table/src/table.vue.d.ts +6 -6
  52. package/es/components/textarea/index.d.ts +5 -5
  53. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  54. package/es/components/tooltip/index.d.ts +4 -4
  55. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  56. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  57. package/es/components/tree/index.d.ts +2 -2
  58. package/es/components/tree/src/tree.vue.d.ts +2 -2
  59. package/es/components/tree-search/index.d.ts +17 -17
  60. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  61. package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
  62. package/es/components/upload-drag/index.d.ts +4 -4
  63. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  64. package/es/utils/index.mjs +1 -1
  65. package/es/utils/types.d.ts +1 -0
  66. package/es/utils/types.mjs +7 -1
  67. package/es/utils/types.mjs.map +1 -1
  68. package/index.full.js +5 -9
  69. package/index.full.min.js +1 -1
  70. package/index.full.min.js.map +1 -1
  71. package/index.full.min.mjs +1 -1
  72. package/index.full.min.mjs.map +1 -1
  73. package/index.full.mjs +5 -9
  74. package/lib/components/advanced-filtering/index.d.ts +303 -303
  75. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  76. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  77. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  78. package/lib/components/api-component/index.d.ts +30 -30
  79. package/lib/components/api-component/src/api-component.vue.d.ts +30 -30
  80. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  81. package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
  82. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  83. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  84. package/lib/components/api-component/src/components/params-table.vue.d.ts +20 -20
  85. package/lib/components/api-component/src/config/api-component.d.ts +1 -1
  86. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  87. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  88. package/lib/components/button/index.d.ts +1 -1
  89. package/lib/components/button/src/button.vue.d.ts +1 -1
  90. package/lib/components/checkbox/index.d.ts +217 -217
  91. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  92. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  93. package/lib/components/drawer/index.d.ts +11 -11
  94. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  95. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  96. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  97. package/lib/components/easy-cron/index.d.ts +82 -82
  98. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  99. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  100. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  101. package/lib/components/form/index.d.ts +142 -142
  102. package/lib/components/form/src/config/form.d.ts +56 -56
  103. package/lib/components/form/src/form.vue.d.ts +142 -142
  104. package/lib/components/icon-base/index.d.ts +2 -2
  105. package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
  106. package/lib/components/input/index.d.ts +31 -31
  107. package/lib/components/input/src/input.vue.d.ts +31 -31
  108. package/lib/components/key-value/src/config/key-value.d.ts +0 -1
  109. package/lib/components/key-value/src/config/key-value.js +1 -2
  110. package/lib/components/key-value/src/config/key-value.js.map +1 -1
  111. package/lib/components/key-value/src/key-value.vue2.js +2 -5
  112. package/lib/components/key-value/src/key-value.vue2.js.map +1 -1
  113. package/lib/components/modal/index.d.ts +5 -5
  114. package/lib/components/modal/src/modal.vue.d.ts +5 -5
  115. package/lib/components/operate-icon/index.d.ts +6 -6
  116. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  117. package/lib/components/operate-icon/src/operate-icon.vue2.js +2 -2
  118. package/lib/components/operate-icon/src/operate-icon.vue2.js.map +1 -1
  119. package/lib/components/select/index.d.ts +11 -11
  120. package/lib/components/select/src/select.vue.d.ts +11 -11
  121. package/lib/components/table/index.d.ts +6 -6
  122. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  123. package/lib/components/table/src/config/table.d.ts +2 -2
  124. package/lib/components/table/src/table.vue.d.ts +6 -6
  125. package/lib/components/textarea/index.d.ts +5 -5
  126. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  127. package/lib/components/tooltip/index.d.ts +4 -4
  128. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  129. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  130. package/lib/components/tree/index.d.ts +2 -2
  131. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  132. package/lib/components/tree-search/index.d.ts +17 -17
  133. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  134. package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
  135. package/lib/components/upload-drag/index.d.ts +4 -4
  136. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  137. package/lib/utils/index.js +1 -0
  138. package/lib/utils/index.js.map +1 -1
  139. package/lib/utils/types.d.ts +1 -0
  140. package/lib/utils/types.js +7 -0
  141. package/lib/utils/types.js.map +1 -1
  142. package/package.json +1 -1
  143. package/types/packages/components/advanced-filtering/index.d.ts +303 -303
  144. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  145. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  146. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  147. package/types/packages/components/api-component/index.d.ts +30 -30
  148. package/types/packages/components/api-component/src/api-component.vue.d.ts +30 -30
  149. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  150. package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
  151. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  152. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  153. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +20 -20
  154. package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
  155. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  156. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  157. package/types/packages/components/button/index.d.ts +1 -1
  158. package/types/packages/components/button/src/button.vue.d.ts +1 -1
  159. package/types/packages/components/checkbox/index.d.ts +217 -217
  160. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  161. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  162. package/types/packages/components/drawer/index.d.ts +11 -11
  163. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  164. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  165. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  166. package/types/packages/components/easy-cron/index.d.ts +82 -82
  167. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  168. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  169. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  170. package/types/packages/components/form/index.d.ts +142 -142
  171. package/types/packages/components/form/src/config/form.d.ts +56 -56
  172. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  173. package/types/packages/components/icon-base/index.d.ts +2 -2
  174. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
  175. package/types/packages/components/input/index.d.ts +31 -31
  176. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  177. package/types/packages/components/key-value/src/config/key-value.d.ts +0 -1
  178. package/types/packages/components/modal/index.d.ts +5 -5
  179. package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
  180. package/types/packages/components/operate-icon/index.d.ts +6 -6
  181. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  182. package/types/packages/components/select/index.d.ts +11 -11
  183. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  184. package/types/packages/components/table/index.d.ts +6 -6
  185. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  186. package/types/packages/components/table/src/config/table.d.ts +2 -2
  187. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  188. package/types/packages/components/textarea/index.d.ts +5 -5
  189. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  190. package/types/packages/components/tooltip/index.d.ts +4 -4
  191. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  192. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  193. package/types/packages/components/tree/index.d.ts +2 -2
  194. package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
  195. package/types/packages/components/tree-search/index.d.ts +17 -17
  196. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  197. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
  198. package/types/packages/components/upload-drag/index.d.ts +4 -4
  199. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  200. package/types/packages/utils/types.d.ts +1 -0
@@ -50,8 +50,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
50
50
  };
51
51
  autocomplete: StringConstructor;
52
52
  type: {
53
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
54
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
53
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
54
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
55
55
  };
56
56
  name: StringConstructor;
57
57
  size: {
@@ -138,8 +138,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
138
138
  };
139
139
  autocomplete: StringConstructor;
140
140
  type: {
141
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
142
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
141
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
142
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
143
143
  };
144
144
  name: StringConstructor;
145
145
  size: {
@@ -221,7 +221,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
221
221
  };
222
222
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
223
223
  value: string | number;
224
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
224
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
225
225
  focused: boolean;
226
226
  hidden: boolean;
227
227
  disabled: boolean;
@@ -246,8 +246,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
246
246
  };
247
247
  autocomplete: StringConstructor;
248
248
  type: {
249
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
250
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
249
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
250
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
251
251
  };
252
252
  name: StringConstructor;
253
253
  size: {
@@ -329,7 +329,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
329
329
  };
330
330
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
331
331
  value: string | number;
332
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
332
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
333
333
  focused: boolean;
334
334
  hidden: boolean;
335
335
  disabled: boolean;
@@ -351,8 +351,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
351
351
  };
352
352
  autocomplete: StringConstructor;
353
353
  type: {
354
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
355
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
354
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
355
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
356
356
  };
357
357
  name: StringConstructor;
358
358
  size: {
@@ -434,7 +434,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
434
434
  };
435
435
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
436
436
  value: string | number;
437
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
437
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
438
438
  focused: boolean;
439
439
  hidden: boolean;
440
440
  disabled: boolean;
@@ -482,8 +482,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
482
482
  };
483
483
  name: StringConstructor;
484
484
  type: {
485
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
486
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
485
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
486
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
487
487
  };
488
488
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
489
489
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -571,8 +571,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
571
571
  };
572
572
  name: StringConstructor;
573
573
  type: {
574
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
575
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
574
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
575
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
576
576
  };
577
577
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
578
578
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -647,7 +647,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
647
647
  };
648
648
  }>>, {
649
649
  value: string | number;
650
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
650
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
651
651
  focused: boolean;
652
652
  hidden: boolean;
653
653
  disabled: boolean;
@@ -691,8 +691,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
691
691
  };
692
692
  name: StringConstructor;
693
693
  type: {
694
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
695
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
694
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
695
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
696
696
  };
697
697
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
698
698
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -790,8 +790,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
790
790
  };
791
791
  name: StringConstructor;
792
792
  type: {
793
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
794
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
793
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
794
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
795
795
  };
796
796
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
797
797
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -859,7 +859,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
859
859
  };
860
860
  }>>, {
861
861
  value: string | number;
862
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
862
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
863
863
  focused: boolean;
864
864
  hidden: boolean;
865
865
  disabled: boolean;
@@ -899,8 +899,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
899
899
  };
900
900
  name: StringConstructor;
901
901
  type: {
902
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
903
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
902
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
903
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
904
904
  };
905
905
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
906
906
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -998,8 +998,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
998
998
  };
999
999
  name: StringConstructor;
1000
1000
  type: {
1001
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1002
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1001
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1002
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1003
1003
  };
1004
1004
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1005
1005
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1073,7 +1073,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1073
1073
  };
1074
1074
  }>>, {
1075
1075
  value: string | number;
1076
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1076
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1077
1077
  focused: boolean;
1078
1078
  hidden: boolean;
1079
1079
  visible: boolean;
@@ -1114,8 +1114,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1114
1114
  };
1115
1115
  name: StringConstructor;
1116
1116
  type: {
1117
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1118
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1117
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1118
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1119
1119
  };
1120
1120
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1121
1121
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1213,8 +1213,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1213
1213
  };
1214
1214
  name: StringConstructor;
1215
1215
  type: {
1216
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1217
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1216
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1217
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1218
1218
  };
1219
1219
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1220
1220
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1288,7 +1288,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1288
1288
  };
1289
1289
  }>>, {
1290
1290
  value: string | number;
1291
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1291
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1292
1292
  focused: boolean;
1293
1293
  hidden: boolean;
1294
1294
  visible: boolean;
@@ -49,8 +49,8 @@ declare const _default: import("vue").DefineComponent<{
49
49
  };
50
50
  autocomplete: StringConstructor;
51
51
  type: {
52
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
53
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
52
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
53
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
54
54
  };
55
55
  name: StringConstructor;
56
56
  size: {
@@ -137,8 +137,8 @@ declare const _default: import("vue").DefineComponent<{
137
137
  };
138
138
  autocomplete: StringConstructor;
139
139
  type: {
140
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
141
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
140
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
141
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
142
142
  };
143
143
  name: StringConstructor;
144
144
  size: {
@@ -220,7 +220,7 @@ declare const _default: import("vue").DefineComponent<{
220
220
  };
221
221
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
222
222
  value: string | number;
223
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
223
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
224
224
  focused: boolean;
225
225
  hidden: boolean;
226
226
  disabled: boolean;
@@ -245,8 +245,8 @@ declare const _default: import("vue").DefineComponent<{
245
245
  };
246
246
  autocomplete: StringConstructor;
247
247
  type: {
248
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
249
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
248
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
249
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
250
250
  };
251
251
  name: StringConstructor;
252
252
  size: {
@@ -328,7 +328,7 @@ declare const _default: import("vue").DefineComponent<{
328
328
  };
329
329
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
330
330
  value: string | number;
331
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
331
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
332
332
  focused: boolean;
333
333
  hidden: boolean;
334
334
  disabled: boolean;
@@ -350,8 +350,8 @@ declare const _default: import("vue").DefineComponent<{
350
350
  };
351
351
  autocomplete: StringConstructor;
352
352
  type: {
353
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
354
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
353
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
354
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
355
355
  };
356
356
  name: StringConstructor;
357
357
  size: {
@@ -433,7 +433,7 @@ declare const _default: import("vue").DefineComponent<{
433
433
  };
434
434
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
435
435
  value: string | number;
436
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
436
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
437
437
  focused: boolean;
438
438
  hidden: boolean;
439
439
  disabled: boolean;
@@ -481,8 +481,8 @@ declare const _default: import("vue").DefineComponent<{
481
481
  };
482
482
  name: StringConstructor;
483
483
  type: {
484
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
485
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
484
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
485
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
486
486
  };
487
487
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
488
488
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -570,8 +570,8 @@ declare const _default: import("vue").DefineComponent<{
570
570
  };
571
571
  name: StringConstructor;
572
572
  type: {
573
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
574
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
573
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
574
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
575
575
  };
576
576
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
577
577
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -646,7 +646,7 @@ declare const _default: import("vue").DefineComponent<{
646
646
  };
647
647
  }>>, {
648
648
  value: string | number;
649
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
649
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
650
650
  focused: boolean;
651
651
  hidden: boolean;
652
652
  disabled: boolean;
@@ -690,8 +690,8 @@ declare const _default: import("vue").DefineComponent<{
690
690
  };
691
691
  name: StringConstructor;
692
692
  type: {
693
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
694
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
693
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
694
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
695
695
  };
696
696
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
697
697
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -789,8 +789,8 @@ declare const _default: import("vue").DefineComponent<{
789
789
  };
790
790
  name: StringConstructor;
791
791
  type: {
792
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
793
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
792
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
793
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
794
794
  };
795
795
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
796
796
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -858,7 +858,7 @@ declare const _default: import("vue").DefineComponent<{
858
858
  };
859
859
  }>>, {
860
860
  value: string | number;
861
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
861
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
862
862
  focused: boolean;
863
863
  hidden: boolean;
864
864
  disabled: boolean;
@@ -898,8 +898,8 @@ declare const _default: import("vue").DefineComponent<{
898
898
  };
899
899
  name: StringConstructor;
900
900
  type: {
901
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
902
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
901
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
902
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
903
903
  };
904
904
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
905
905
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -997,8 +997,8 @@ declare const _default: import("vue").DefineComponent<{
997
997
  };
998
998
  name: StringConstructor;
999
999
  type: {
1000
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1001
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1000
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1001
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1002
1002
  };
1003
1003
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1004
1004
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1072,7 +1072,7 @@ declare const _default: import("vue").DefineComponent<{
1072
1072
  };
1073
1073
  }>>, {
1074
1074
  value: string | number;
1075
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1075
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1076
1076
  focused: boolean;
1077
1077
  hidden: boolean;
1078
1078
  visible: boolean;
@@ -1113,8 +1113,8 @@ declare const _default: import("vue").DefineComponent<{
1113
1113
  };
1114
1114
  name: StringConstructor;
1115
1115
  type: {
1116
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1117
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1116
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1117
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1118
1118
  };
1119
1119
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1120
1120
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1212,8 +1212,8 @@ declare const _default: import("vue").DefineComponent<{
1212
1212
  };
1213
1213
  name: StringConstructor;
1214
1214
  type: {
1215
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1216
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1215
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1216
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1217
1217
  };
1218
1218
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1219
1219
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1287,7 +1287,7 @@ declare const _default: import("vue").DefineComponent<{
1287
1287
  };
1288
1288
  }>>, {
1289
1289
  value: string | number;
1290
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1290
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1291
1291
  focused: boolean;
1292
1292
  hidden: boolean;
1293
1293
  visible: boolean;
@@ -11,7 +11,6 @@ type KeyValueType = 'single' | 'doubt';
11
11
  export declare const getKeyValueItem: () => {
12
12
  key: null;
13
13
  value: null;
14
- _timestamp: number;
15
14
  };
16
15
  export declare const keyValueProps: {
17
16
  readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => KeyValueItem[]) | (() => KeyValueItem[]) | ((new (...args: any[]) => KeyValueItem[]) | (() => KeyValueItem[]))[], unknown, unknown, () => {
@@ -6,8 +6,7 @@ var runtime = require('../../../../utils/props/runtime.js');
6
6
  "use strict";
7
7
  const getKeyValueItem = () => ({
8
8
  key: null,
9
- value: null,
10
- _timestamp: +/* @__PURE__ */ new Date()
9
+ value: null
11
10
  });
12
11
  const keyValueProps = runtime.buildProps({
13
12
  value: {
@@ -1 +1 @@
1
- {"version":3,"file":"key-value.js","sources":["../../../../../../packages/components/key-value/src/config/key-value.ts"],"sourcesContent":["import { buildProps, definePropType } from '@ll-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\nimport { type FormColumn } from '@ll-plus/components'\nimport type { KeyValueItem } from './key-value-item'\nimport type KeyValue from '../key-value.vue'\n\nexport interface KeyType {\n label: string\n value: string\n option: FormColumn\n}\n\ntype KeyValueType = 'single' | 'doubt'\n\nexport const getKeyValueItem = () => ({\n key: null,\n value: null,\n _timestamp: +new Date()\n})\n\nexport const keyValueProps = buildProps({\n value: {\n type: definePropType<KeyValueItem[]>(Array),\n default: () => [{ key: '', value: '' }]\n },\n loading: {\n type: Boolean,\n default: false\n },\n disabled: {\n type: Boolean,\n default: false\n },\n keyLabel: {\n type: String,\n default: ''\n },\n valueLabel: {\n type: String,\n default: ''\n },\n addText: {\n type: String,\n default: '添加'\n },\n keyValueType: {\n type: definePropType<KeyValueType>(String),\n default: 'doubt'\n },\n keyType: {\n type: definePropType<FormColumn>(Object),\n default: () => ({\n type: 'input',\n placeholder: '请输入value'\n })\n },\n keyTypes: {\n type: definePropType<KeyType[]>(Array),\n default: () => []\n },\n valueType: {\n type: definePropType<FormColumn>(Object),\n default: () => ({\n type: 'input',\n placeholder: '请输入key'\n })\n },\n disabledValue: {\n type: definePropType<number[]>(Array),\n default: () => []\n },\n disabledKey: {\n type: definePropType<number[]>(Array),\n default: () => []\n },\n disabledDelete: {\n type: definePropType<number[]>(Array),\n default: () => []\n },\n disabledAdd: {\n type: Boolean,\n default: false\n }\n} as const)\n\nexport interface KeyValueAddEmits {\n index: number\n item: KeyValueItem\n value: KeyValueItem[]\n}\n\nexport const keyValueEmits = {\n change: (value: KeyValueItem[]) => !!value,\n add: (params: KeyValueAddEmits) => !!params,\n delete: (index: number) => typeof index === 'number',\n 'update:value': (value: KeyValueItem[]) => !!value\n}\n\n// props\nexport type KeyValueProps = ExtractPropTypes<typeof keyValueProps>\n// emits\nexport type KeyValueEmits = typeof keyValueEmits\n// instance\nexport type KeyValueInstance = InstanceType<typeof KeyValue>\n"],"names":["buildProps","definePropType"],"mappings":";;;;;;AAeO,MAAM,kBAAkB,OAAO;AAAA,EACpC,GAAK,EAAA,IAAA;AAAA,EACL,KAAO,EAAA,IAAA;AAAA,EACP,UAAA,EAAY,iBAAC,IAAI,IAAK,EAAA;AACxB,CAAA,EAAA;AAEO,MAAM,gBAAgBA,kBAAW,CAAA;AAAA,EACtC,KAAO,EAAA;AAAA,IACL,IAAA,EAAMC,uBAA+B,KAAK,CAAA;AAAA,IAC1C,OAAA,EAAS,MAAM,CAAC,EAAE,KAAK,EAAI,EAAA,KAAA,EAAO,IAAI,CAAA;AAAA,GACxC;AAAA,EACA,OAAS,EAAA;AAAA,IACP,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,KAAA;AAAA,GACX;AAAA,EACA,QAAU,EAAA;AAAA,IACR,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,KAAA;AAAA,GACX;AAAA,EACA,QAAU,EAAA;AAAA,IACR,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,EAAA;AAAA,GACX;AAAA,EACA,UAAY,EAAA;AAAA,IACV,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,EAAA;AAAA,GACX;AAAA,EACA,OAAS,EAAA;AAAA,IACP,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,cAAA;AAAA,GACX;AAAA,EACA,YAAc,EAAA;AAAA,IACZ,IAAA,EAAMA,uBAA6B,MAAM,CAAA;AAAA,IACzC,OAAS,EAAA,OAAA;AAAA,GACX;AAAA,EACA,OAAS,EAAA;AAAA,IACP,IAAA,EAAMA,uBAA2B,MAAM,CAAA;AAAA,IACvC,SAAS,OAAO;AAAA,MACd,IAAM,EAAA,OAAA;AAAA,MACN,WAAa,EAAA,yBAAA;AAAA,KACf,CAAA;AAAA,GACF;AAAA,EACA,QAAU,EAAA;AAAA,IACR,IAAA,EAAMA,uBAA0B,KAAK,CAAA;AAAA,IACrC,OAAA,EAAS,MAAM,EAAC;AAAA,GAClB;AAAA,EACA,SAAW,EAAA;AAAA,IACT,IAAA,EAAMA,uBAA2B,MAAM,CAAA;AAAA,IACvC,SAAS,OAAO;AAAA,MACd,IAAM,EAAA,OAAA;AAAA,MACN,WAAa,EAAA,uBAAA;AAAA,KACf,CAAA;AAAA,GACF;AAAA,EACA,aAAe,EAAA;AAAA,IACb,IAAA,EAAMA,uBAAyB,KAAK,CAAA;AAAA,IACpC,OAAA,EAAS,MAAM,EAAC;AAAA,GAClB;AAAA,EACA,WAAa,EAAA;AAAA,IACX,IAAA,EAAMA,uBAAyB,KAAK,CAAA;AAAA,IACpC,OAAA,EAAS,MAAM,EAAC;AAAA,GAClB;AAAA,EACA,cAAgB,EAAA;AAAA,IACd,IAAA,EAAMA,uBAAyB,KAAK,CAAA;AAAA,IACpC,OAAA,EAAS,MAAM,EAAC;AAAA,GAClB;AAAA,EACA,WAAa,EAAA;AAAA,IACX,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,KAAA;AAAA,GACX;AACF,CAAU,EAAA;AAQH,MAAM,aAAgB,GAAA;AAAA,EAC3B,MAAQ,EAAA,CAAC,KAA0B,KAAA,CAAC,CAAC,KAAA;AAAA,EACrC,GAAK,EAAA,CAAC,MAA6B,KAAA,CAAC,CAAC,MAAA;AAAA,EACrC,MAAQ,EAAA,CAAC,KAAkB,KAAA,OAAO,KAAU,KAAA,QAAA;AAAA,EAC5C,cAAgB,EAAA,CAAC,KAA0B,KAAA,CAAC,CAAC,KAAA;AAC/C;;;;;;"}
1
+ {"version":3,"file":"key-value.js","sources":["../../../../../../packages/components/key-value/src/config/key-value.ts"],"sourcesContent":["import { buildProps, definePropType } from '@ll-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\nimport { type FormColumn } from '@ll-plus/components'\nimport type { KeyValueItem } from './key-value-item'\nimport type KeyValue from '../key-value.vue'\n\nexport interface KeyType {\n label: string\n value: string\n option: FormColumn\n}\n\ntype KeyValueType = 'single' | 'doubt'\n\nexport const getKeyValueItem = () => ({\n key: null,\n value: null\n})\n\nexport const keyValueProps = buildProps({\n value: {\n type: definePropType<KeyValueItem[]>(Array),\n default: () => [{ key: '', value: '' }]\n },\n loading: {\n type: Boolean,\n default: false\n },\n disabled: {\n type: Boolean,\n default: false\n },\n keyLabel: {\n type: String,\n default: ''\n },\n valueLabel: {\n type: String,\n default: ''\n },\n addText: {\n type: String,\n default: '添加'\n },\n keyValueType: {\n type: definePropType<KeyValueType>(String),\n default: 'doubt'\n },\n keyType: {\n type: definePropType<FormColumn>(Object),\n default: () => ({\n type: 'input',\n placeholder: '请输入value'\n })\n },\n keyTypes: {\n type: definePropType<KeyType[]>(Array),\n default: () => []\n },\n valueType: {\n type: definePropType<FormColumn>(Object),\n default: () => ({\n type: 'input',\n placeholder: '请输入key'\n })\n },\n disabledValue: {\n type: definePropType<number[]>(Array),\n default: () => []\n },\n disabledKey: {\n type: definePropType<number[]>(Array),\n default: () => []\n },\n disabledDelete: {\n type: definePropType<number[]>(Array),\n default: () => []\n },\n disabledAdd: {\n type: Boolean,\n default: false\n }\n} as const)\n\nexport interface KeyValueAddEmits {\n index: number\n item: KeyValueItem\n value: KeyValueItem[]\n}\n\nexport const keyValueEmits = {\n change: (value: KeyValueItem[]) => !!value,\n add: (params: KeyValueAddEmits) => !!params,\n delete: (index: number) => typeof index === 'number',\n 'update:value': (value: KeyValueItem[]) => !!value\n}\n\n// props\nexport type KeyValueProps = ExtractPropTypes<typeof keyValueProps>\n// emits\nexport type KeyValueEmits = typeof keyValueEmits\n// instance\nexport type KeyValueInstance = InstanceType<typeof KeyValue>\n"],"names":["buildProps","definePropType"],"mappings":";;;;;;AAeO,MAAM,kBAAkB,OAAO;AAAA,EACpC,GAAK,EAAA,IAAA;AAAA,EACL,KAAO,EAAA,IAAA;AACT,CAAA,EAAA;AAEO,MAAM,gBAAgBA,kBAAW,CAAA;AAAA,EACtC,KAAO,EAAA;AAAA,IACL,IAAA,EAAMC,uBAA+B,KAAK,CAAA;AAAA,IAC1C,OAAA,EAAS,MAAM,CAAC,EAAE,KAAK,EAAI,EAAA,KAAA,EAAO,IAAI,CAAA;AAAA,GACxC;AAAA,EACA,OAAS,EAAA;AAAA,IACP,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,KAAA;AAAA,GACX;AAAA,EACA,QAAU,EAAA;AAAA,IACR,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,KAAA;AAAA,GACX;AAAA,EACA,QAAU,EAAA;AAAA,IACR,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,EAAA;AAAA,GACX;AAAA,EACA,UAAY,EAAA;AAAA,IACV,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,EAAA;AAAA,GACX;AAAA,EACA,OAAS,EAAA;AAAA,IACP,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,cAAA;AAAA,GACX;AAAA,EACA,YAAc,EAAA;AAAA,IACZ,IAAA,EAAMA,uBAA6B,MAAM,CAAA;AAAA,IACzC,OAAS,EAAA,OAAA;AAAA,GACX;AAAA,EACA,OAAS,EAAA;AAAA,IACP,IAAA,EAAMA,uBAA2B,MAAM,CAAA;AAAA,IACvC,SAAS,OAAO;AAAA,MACd,IAAM,EAAA,OAAA;AAAA,MACN,WAAa,EAAA,yBAAA;AAAA,KACf,CAAA;AAAA,GACF;AAAA,EACA,QAAU,EAAA;AAAA,IACR,IAAA,EAAMA,uBAA0B,KAAK,CAAA;AAAA,IACrC,OAAA,EAAS,MAAM,EAAC;AAAA,GAClB;AAAA,EACA,SAAW,EAAA;AAAA,IACT,IAAA,EAAMA,uBAA2B,MAAM,CAAA;AAAA,IACvC,SAAS,OAAO;AAAA,MACd,IAAM,EAAA,OAAA;AAAA,MACN,WAAa,EAAA,uBAAA;AAAA,KACf,CAAA;AAAA,GACF;AAAA,EACA,aAAe,EAAA;AAAA,IACb,IAAA,EAAMA,uBAAyB,KAAK,CAAA;AAAA,IACpC,OAAA,EAAS,MAAM,EAAC;AAAA,GAClB;AAAA,EACA,WAAa,EAAA;AAAA,IACX,IAAA,EAAMA,uBAAyB,KAAK,CAAA;AAAA,IACpC,OAAA,EAAS,MAAM,EAAC;AAAA,GAClB;AAAA,EACA,cAAgB,EAAA;AAAA,IACd,IAAA,EAAMA,uBAAyB,KAAK,CAAA;AAAA,IACpC,OAAA,EAAS,MAAM,EAAC;AAAA,GAClB;AAAA,EACA,WAAa,EAAA;AAAA,IACX,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,KAAA;AAAA,GACX;AACF,CAAU,EAAA;AAQH,MAAM,aAAgB,GAAA;AAAA,EAC3B,MAAQ,EAAA,CAAC,KAA0B,KAAA,CAAC,CAAC,KAAA;AAAA,EACrC,GAAK,EAAA,CAAC,MAA6B,KAAA,CAAC,CAAC,MAAA;AAAA,EACrC,MAAQ,EAAA,CAAC,KAAkB,KAAA,OAAO,KAAU,KAAA,QAAA;AAAA,EAC5C,cAAgB,EAAA,CAAC,KAA0B,KAAA,CAAC,CAAC,KAAA;AAC/C;;;;;;"}
@@ -45,11 +45,8 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
45
45
  handleChange();
46
46
  };
47
47
  const handleChange = () => {
48
- const arr = innerValue.value.map((e) => {
49
- return { key: e.key, value: e.value };
50
- });
51
- emits("change", arr);
52
- emits("update:value", arr);
48
+ emits("change", innerValue.value);
49
+ emits("update:value", innerValue.value);
53
50
  };
54
51
  vue.watch(
55
52
  () => props.value,
@@ -1 +1 @@
1
- {"version":3,"file":"key-value.vue2.js","sources":["../../../../../packages/components/key-value/src/key-value.vue"],"sourcesContent":["<template>\n <div :class=\"bem.b()\">\n <a-spin :spinning=\"props.loading\">\n <key-value-item\n v-for=\"(_item, idx) in innerValue\"\n :key=\"idx + +new Date()\"\n :ref=\"el => (keyValueItems[idx] = el)\"\n v-model:value=\"innerValue[idx]\"\n :idx=\"idx\"\n :key-label=\"props.keyLabel\"\n :value-label=\"props.valueLabel\"\n :key-value-type-dict=\"keyValueTypeDict\"\n :show-delete=\"idx > 0\"\n :key-value-type=\"props.keyValueType\"\n :key-type=\"props.keyType\"\n :key-types=\"props.keyTypes\"\n :value-type=\"props.valueType\"\n :disabled=\"props.disabled\"\n :disabled-value=\"props.disabledValue\"\n :disabled-key=\"props.disabledKey\"\n :disabled-delete=\"props.disabledDelete\"\n @delete=\"handleDelete(idx)\"\n @change=\"handleChange\"\n >\n <template\n v-for=\"item in Object.keys($slots)\"\n :key=\"item\"\n #[item]=\"data\"\n >\n <slot :name=\"item\" v-bind=\"data || {}\" :index=\"idx\"></slot>\n </template>\n </key-value-item>\n <ll-button\n :class=\"bem.e('add')\"\n :loading=\"loading\"\n :disabled=\"props.disabled || props.disabledAdd\"\n @click=\"handleAddItem\"\n >\n <div :class=\"bem.e('plus')\">\n <ll-icon\n v-if=\"!loading\"\n icon-name=\"icon-add\"\n :class=\"bem.e('icon-add')\"\n />\n {{ props.addText }}\n </div>\n </ll-button>\n </a-spin>\n </div>\n</template>\n\n<script setup lang=\"ts\">\nimport { ref, computed, watch } from 'vue'\nimport { createNamespace } from '@ll-plus/utils'\nimport {\n keyValueProps,\n keyValueEmits,\n getKeyValueItem,\n type KeyValueItem\n} from './config'\nimport keyValueItem from './components/key-value-item.vue'\n\ndefineOptions({ name: 'LlKeyValue' })\n\nconst props = defineProps(keyValueProps)\nconst emits = defineEmits(keyValueEmits)\nconst bem = createNamespace('key-value')\n\nconst innerValue = ref<KeyValueItem[]>(\n props.value && props.value.length > 0\n ? props.value\n : [{ key: null, value: null }]\n)\n\nconst keyValueItems = ref<any[]>([])\n\nconst keyValueTypeDict = computed(() => {\n const obj = {}\n props.keyTypes.map(e => {\n obj[e.value] = e.option\n })\n return obj\n})\n\nconst handleAddItem = () => {\n innerValue.value.push(getKeyValueItem())\n emits('add', {\n index: innerValue.value.length - 1,\n item: innerValue.value[innerValue.value.length - 1],\n value: innerValue.value\n })\n handleChange()\n}\n\nconst handleDelete = (idx: number) => {\n innerValue.value.splice(idx, 1)\n emits('delete', idx)\n handleChange()\n}\n\nconst handleChange = () => {\n const arr = innerValue.value.map(e => {\n return { key: e.key, value: e.value }\n })\n emits('change', arr)\n emits('update:value', arr)\n}\n\nwatch(\n () => props.value,\n n => {\n innerValue.value = n && n.length > 0 ? n : [{ key: null, value: null }]\n },\n {\n immediate: true,\n deep: true\n }\n)\n</script>\n"],"names":["createNamespace","ref","computed","getKeyValueItem","watch"],"mappings":";;;;;;;;;;;;;;;;;;AAgEA,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AACd,IAAA,MAAM,KAAQ,GAAA,MAAA,CAAA;AACd,IAAM,MAAA,GAAA,GAAMA,gCAAgB,WAAW,CAAA,CAAA;AAEvC,IAAA,MAAM,UAAa,GAAAC,OAAA;AAAA,MACjB,KAAM,CAAA,KAAA,IAAS,KAAM,CAAA,KAAA,CAAM,SAAS,CAChC,GAAA,KAAA,CAAM,KACN,GAAA,CAAC,EAAE,GAAA,EAAK,IAAM,EAAA,KAAA,EAAO,MAAM,CAAA;AAAA,KACjC,CAAA;AAEA,IAAM,MAAA,aAAA,GAAgBA,OAAW,CAAA,EAAE,CAAA,CAAA;AAEnC,IAAM,MAAA,gBAAA,GAAmBC,aAAS,MAAM;AACtC,MAAA,MAAM,MAAM,EAAC,CAAA;AACb,MAAM,KAAA,CAAA,QAAA,CAAS,IAAI,CAAK,CAAA,KAAA;AACtB,QAAI,GAAA,CAAA,CAAA,CAAE,KAAK,CAAA,GAAI,CAAE,CAAA,MAAA,CAAA;AAAA,OAClB,CAAA,CAAA;AACD,MAAO,OAAA,GAAA,CAAA;AAAA,KACR,CAAA,CAAA;AAED,IAAA,MAAM,gBAAgB,MAAM;AAC1B,MAAW,UAAA,CAAA,KAAA,CAAM,IAAK,CAAAC,wBAAA,EAAiB,CAAA,CAAA;AACvC,MAAA,KAAA,CAAM,KAAO,EAAA;AAAA,QACX,KAAA,EAAO,UAAW,CAAA,KAAA,CAAM,MAAS,GAAA,CAAA;AAAA,QACjC,MAAM,UAAW,CAAA,KAAA,CAAM,UAAW,CAAA,KAAA,CAAM,SAAS,CAAC,CAAA;AAAA,QAClD,OAAO,UAAW,CAAA,KAAA;AAAA,OACnB,CAAA,CAAA;AACD,MAAa,YAAA,EAAA,CAAA;AAAA,KACf,CAAA;AAEA,IAAM,MAAA,YAAA,GAAe,CAAC,GAAgB,KAAA;AACpC,MAAW,UAAA,CAAA,KAAA,CAAM,MAAO,CAAA,GAAA,EAAK,CAAC,CAAA,CAAA;AAC9B,MAAA,KAAA,CAAM,UAAU,GAAG,CAAA,CAAA;AACnB,MAAa,YAAA,EAAA,CAAA;AAAA,KACf,CAAA;AAEA,IAAA,MAAM,eAAe,MAAM;AACzB,MAAA,MAAM,GAAM,GAAA,UAAA,CAAW,KAAM,CAAA,GAAA,CAAI,CAAK,CAAA,KAAA;AACpC,QAAA,OAAO,EAAE,GAAK,EAAA,CAAA,CAAE,GAAK,EAAA,KAAA,EAAO,EAAE,KAAM,EAAA,CAAA;AAAA,OACrC,CAAA,CAAA;AACD,MAAA,KAAA,CAAM,UAAU,GAAG,CAAA,CAAA;AACnB,MAAA,KAAA,CAAM,gBAAgB,GAAG,CAAA,CAAA;AAAA,KAC3B,CAAA;AAEA,IAAAC,SAAA;AAAA,MACE,MAAM,KAAM,CAAA,KAAA;AAAA,MACZ,CAAK,CAAA,KAAA;AACH,QAAA,UAAA,CAAW,KAAQ,GAAA,CAAA,IAAK,CAAE,CAAA,MAAA,GAAS,CAAI,GAAA,CAAA,GAAI,CAAC,EAAE,GAAK,EAAA,IAAA,EAAM,KAAO,EAAA,IAAA,EAAM,CAAA,CAAA;AAAA,OACxE;AAAA,MACA;AAAA,QACE,SAAW,EAAA,IAAA;AAAA,QACX,IAAM,EAAA,IAAA;AAAA,OACR;AAAA,KACF,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"key-value.vue2.js","sources":["../../../../../packages/components/key-value/src/key-value.vue"],"sourcesContent":["<template>\n <div :class=\"bem.b()\">\n <a-spin :spinning=\"props.loading\">\n <key-value-item\n v-for=\"(_item, idx) in innerValue\"\n :key=\"idx + +new Date()\"\n :ref=\"el => (keyValueItems[idx] = el)\"\n v-model:value=\"innerValue[idx]\"\n :idx=\"idx\"\n :key-label=\"props.keyLabel\"\n :value-label=\"props.valueLabel\"\n :key-value-type-dict=\"keyValueTypeDict\"\n :show-delete=\"idx > 0\"\n :key-value-type=\"props.keyValueType\"\n :key-type=\"props.keyType\"\n :key-types=\"props.keyTypes\"\n :value-type=\"props.valueType\"\n :disabled=\"props.disabled\"\n :disabled-value=\"props.disabledValue\"\n :disabled-key=\"props.disabledKey\"\n :disabled-delete=\"props.disabledDelete\"\n @delete=\"handleDelete(idx)\"\n @change=\"handleChange\"\n >\n <template\n v-for=\"item in Object.keys($slots)\"\n :key=\"item\"\n #[item]=\"data\"\n >\n <slot :name=\"item\" v-bind=\"data || {}\" :index=\"idx\"></slot>\n </template>\n </key-value-item>\n <ll-button\n :class=\"bem.e('add')\"\n :loading=\"loading\"\n :disabled=\"props.disabled || props.disabledAdd\"\n @click=\"handleAddItem\"\n >\n <div :class=\"bem.e('plus')\">\n <ll-icon\n v-if=\"!loading\"\n icon-name=\"icon-add\"\n :class=\"bem.e('icon-add')\"\n />\n {{ props.addText }}\n </div>\n </ll-button>\n </a-spin>\n </div>\n</template>\n\n<script setup lang=\"ts\">\nimport { ref, computed, watch } from 'vue'\nimport { createNamespace } from '@ll-plus/utils'\nimport {\n keyValueProps,\n keyValueEmits,\n getKeyValueItem,\n type KeyValueItem\n} from './config'\nimport keyValueItem from './components/key-value-item.vue'\n\ndefineOptions({ name: 'LlKeyValue' })\n\nconst props = defineProps(keyValueProps)\nconst emits = defineEmits(keyValueEmits)\nconst bem = createNamespace('key-value')\n\nconst innerValue = ref<KeyValueItem[]>(\n props.value && props.value.length > 0\n ? props.value\n : [{ key: null, value: null }]\n)\n\nconst keyValueItems = ref<any[]>([])\n\nconst keyValueTypeDict = computed(() => {\n const obj = {}\n props.keyTypes.map(e => {\n obj[e.value] = e.option\n })\n return obj\n})\n\nconst handleAddItem = () => {\n innerValue.value.push(getKeyValueItem())\n emits('add', {\n index: innerValue.value.length - 1,\n item: innerValue.value[innerValue.value.length - 1],\n value: innerValue.value\n })\n handleChange()\n}\n\nconst handleDelete = (idx: number) => {\n innerValue.value.splice(idx, 1)\n emits('delete', idx)\n handleChange()\n}\n\nconst handleChange = () => {\n emits('change', innerValue.value)\n emits('update:value', innerValue.value)\n}\n\nwatch(\n () => props.value,\n n => {\n innerValue.value = n && n.length > 0 ? n : [{ key: null, value: null }]\n },\n {\n immediate: true,\n deep: true\n }\n)\n</script>\n"],"names":["createNamespace","ref","computed","getKeyValueItem","watch"],"mappings":";;;;;;;;;;;;;;;;;;AAgEA,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AACd,IAAA,MAAM,KAAQ,GAAA,MAAA,CAAA;AACd,IAAM,MAAA,GAAA,GAAMA,gCAAgB,WAAW,CAAA,CAAA;AAEvC,IAAA,MAAM,UAAa,GAAAC,OAAA;AAAA,MACjB,KAAM,CAAA,KAAA,IAAS,KAAM,CAAA,KAAA,CAAM,SAAS,CAChC,GAAA,KAAA,CAAM,KACN,GAAA,CAAC,EAAE,GAAA,EAAK,IAAM,EAAA,KAAA,EAAO,MAAM,CAAA;AAAA,KACjC,CAAA;AAEA,IAAM,MAAA,aAAA,GAAgBA,OAAW,CAAA,EAAE,CAAA,CAAA;AAEnC,IAAM,MAAA,gBAAA,GAAmBC,aAAS,MAAM;AACtC,MAAA,MAAM,MAAM,EAAC,CAAA;AACb,MAAM,KAAA,CAAA,QAAA,CAAS,IAAI,CAAK,CAAA,KAAA;AACtB,QAAI,GAAA,CAAA,CAAA,CAAE,KAAK,CAAA,GAAI,CAAE,CAAA,MAAA,CAAA;AAAA,OAClB,CAAA,CAAA;AACD,MAAO,OAAA,GAAA,CAAA;AAAA,KACR,CAAA,CAAA;AAED,IAAA,MAAM,gBAAgB,MAAM;AAC1B,MAAW,UAAA,CAAA,KAAA,CAAM,IAAK,CAAAC,wBAAA,EAAiB,CAAA,CAAA;AACvC,MAAA,KAAA,CAAM,KAAO,EAAA;AAAA,QACX,KAAA,EAAO,UAAW,CAAA,KAAA,CAAM,MAAS,GAAA,CAAA;AAAA,QACjC,MAAM,UAAW,CAAA,KAAA,CAAM,UAAW,CAAA,KAAA,CAAM,SAAS,CAAC,CAAA;AAAA,QAClD,OAAO,UAAW,CAAA,KAAA;AAAA,OACnB,CAAA,CAAA;AACD,MAAa,YAAA,EAAA,CAAA;AAAA,KACf,CAAA;AAEA,IAAM,MAAA,YAAA,GAAe,CAAC,GAAgB,KAAA;AACpC,MAAW,UAAA,CAAA,KAAA,CAAM,MAAO,CAAA,GAAA,EAAK,CAAC,CAAA,CAAA;AAC9B,MAAA,KAAA,CAAM,UAAU,GAAG,CAAA,CAAA;AACnB,MAAa,YAAA,EAAA,CAAA;AAAA,KACf,CAAA;AAEA,IAAA,MAAM,eAAe,MAAM;AACzB,MAAM,KAAA,CAAA,QAAA,EAAU,WAAW,KAAK,CAAA,CAAA;AAChC,MAAM,KAAA,CAAA,cAAA,EAAgB,WAAW,KAAK,CAAA,CAAA;AAAA,KACxC,CAAA;AAEA,IAAAC,SAAA;AAAA,MACE,MAAM,KAAM,CAAA,KAAA;AAAA,MACZ,CAAK,CAAA,KAAA;AACH,QAAA,UAAA,CAAW,KAAQ,GAAA,CAAA,IAAK,CAAE,CAAA,MAAA,GAAS,CAAI,GAAA,CAAA,GAAI,CAAC,EAAE,GAAK,EAAA,IAAA,EAAM,KAAO,EAAA,IAAA,EAAM,CAAA,CAAA;AAAA,OACxE;AAAA,MACA;AAAA,QACE,SAAW,EAAA,IAAA;AAAA,QACX,IAAM,EAAA,IAAA;AAAA,OACR;AAAA,KACF,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}