ll-plus 2.10.7 → 2.10.8

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 (204) hide show
  1. package/es/components/advanced-filtering/index.d.ts +724 -724
  2. package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  3. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +373 -373
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +329 -329
  5. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +22 -22
  6. package/es/components/api-component/index.d.ts +16 -16
  7. package/es/components/api-component/src/api-component.vue.d.ts +16 -16
  8. package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  9. package/es/components/api-component/src/components/body-component.vue.d.ts +6 -6
  10. package/es/components/api-component/src/components/click-input.vue.d.ts +2 -2
  11. package/es/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  12. package/es/components/api-component/src/components/params-table.vue.d.ts +6 -6
  13. package/es/components/breadcrumb-card/index.d.ts +3 -3
  14. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  15. package/es/components/checkbox/index.d.ts +280 -280
  16. package/es/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
  17. package/es/components/checkbox/src/checkbox.d.ts +112 -112
  18. package/es/components/code-editor/index.d.ts +2 -2
  19. package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
  20. package/es/components/cropper/index.d.ts +4 -4
  21. package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
  22. package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  23. package/es/components/descriptions/index.d.ts +5 -5
  24. package/es/components/descriptions/src/descriptions.d.ts +1 -1
  25. package/es/components/descriptions/src/descriptions.vue.d.ts +5 -5
  26. package/es/components/drawer/index.d.ts +3 -3
  27. package/es/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  28. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  29. package/es/components/drawer/src/drawer.vue.d.ts +3 -3
  30. package/es/components/dropdown-button-simple/index.d.ts +14 -14
  31. package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  32. package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
  33. package/es/components/form/index.d.ts +309 -309
  34. package/es/components/form/src/config/form.d.ts +120 -120
  35. package/es/components/form/src/form.vue.d.ts +309 -309
  36. package/es/components/icon-picker/index.d.ts +1 -1
  37. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  38. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  39. package/es/components/input-number/index.d.ts +2 -2
  40. package/es/components/input-number/src/input-number.vue.d.ts +2 -2
  41. package/es/components/key-value/src/components/key-value-item.vue.d.ts +500 -500
  42. package/es/components/key-value/src/key-value.vue.d.ts +1500 -1500
  43. package/es/components/modal/index.d.ts +2 -2
  44. package/es/components/modal/src/modal.vue.d.ts +2 -2
  45. package/es/components/new-drawer/index.d.ts +5 -5
  46. package/es/components/new-drawer/src/drawer.vue.d.ts +5 -5
  47. package/es/components/new-modal/index.d.ts +7 -7
  48. package/es/components/new-modal/src/modal.vue.d.ts +7 -7
  49. package/es/components/number-range/index.d.ts +2 -2
  50. package/es/components/number-range/src/number-range.vue.d.ts +2 -2
  51. package/es/components/operate-icon/index.d.ts +3 -3
  52. package/es/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
  53. package/es/components/select-group/index.d.ts +4 -4
  54. package/es/components/select-group/src/select-group.vue.d.ts +4 -4
  55. package/es/components/table/index.d.ts +6 -6
  56. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  57. package/es/components/table/src/config/table.d.ts +2 -2
  58. package/es/components/table/src/table.vue.d.ts +6 -6
  59. package/es/components/tooltip/index.d.ts +4 -4
  60. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  61. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  62. package/es/components/tree-search/index.d.ts +6 -6
  63. package/es/components/tree-search/src/config/tree-search.d.ts +2 -2
  64. package/es/components/tree-search/src/tree-search.vue.d.ts +6 -6
  65. package/es/components/upload-drag/index.d.ts +2 -2
  66. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  67. package/index.full.js +20 -15
  68. package/index.full.mjs +20 -15
  69. package/lib/components/advanced-filtering/index.d.ts +724 -724
  70. package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  71. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +373 -373
  72. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +329 -329
  73. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +22 -22
  74. package/lib/components/api-component/index.d.ts +16 -16
  75. package/lib/components/api-component/src/api-component.vue.d.ts +16 -16
  76. package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  77. package/lib/components/api-component/src/components/body-component.vue.d.ts +6 -6
  78. package/lib/components/api-component/src/components/click-input.vue.d.ts +2 -2
  79. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  80. package/lib/components/api-component/src/components/params-table.vue.d.ts +6 -6
  81. package/lib/components/breadcrumb-card/index.d.ts +3 -3
  82. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  83. package/lib/components/checkbox/index.d.ts +280 -280
  84. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
  85. package/lib/components/checkbox/src/checkbox.d.ts +112 -112
  86. package/lib/components/code-editor/index.d.ts +2 -2
  87. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  88. package/lib/components/cropper/index.d.ts +4 -4
  89. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  90. package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  91. package/lib/components/descriptions/index.d.ts +5 -5
  92. package/lib/components/descriptions/src/descriptions.d.ts +1 -1
  93. package/lib/components/descriptions/src/descriptions.vue.d.ts +5 -5
  94. package/lib/components/drawer/index.d.ts +3 -3
  95. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  96. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  97. package/lib/components/drawer/src/drawer.vue.d.ts +3 -3
  98. package/lib/components/dropdown-button-simple/index.d.ts +14 -14
  99. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  100. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
  101. package/lib/components/form/index.d.ts +309 -309
  102. package/lib/components/form/src/config/form.d.ts +120 -120
  103. package/lib/components/form/src/form.vue.d.ts +309 -309
  104. package/lib/components/icon-picker/index.d.ts +1 -1
  105. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  106. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  107. package/lib/components/input-number/index.d.ts +2 -2
  108. package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
  109. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +500 -500
  110. package/lib/components/key-value/src/key-value.vue.d.ts +1500 -1500
  111. package/lib/components/modal/index.d.ts +2 -2
  112. package/lib/components/modal/src/modal.vue.d.ts +2 -2
  113. package/lib/components/new-drawer/index.d.ts +5 -5
  114. package/lib/components/new-drawer/src/drawer.vue.d.ts +5 -5
  115. package/lib/components/new-modal/index.d.ts +7 -7
  116. package/lib/components/new-modal/src/modal.vue.d.ts +7 -7
  117. package/lib/components/number-range/index.d.ts +2 -2
  118. package/lib/components/number-range/src/number-range.vue.d.ts +2 -2
  119. package/lib/components/operate-icon/index.d.ts +3 -3
  120. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
  121. package/lib/components/select-group/index.d.ts +4 -4
  122. package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
  123. package/lib/components/table/index.d.ts +6 -6
  124. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  125. package/lib/components/table/src/config/table.d.ts +2 -2
  126. package/lib/components/table/src/table.vue.d.ts +6 -6
  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-search/index.d.ts +6 -6
  131. package/lib/components/tree-search/src/config/tree-search.d.ts +2 -2
  132. package/lib/components/tree-search/src/tree-search.vue.d.ts +6 -6
  133. package/lib/components/upload-drag/index.d.ts +2 -2
  134. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  135. package/package.json +1 -1
  136. package/theme-chalk/css/index.css +1 -1
  137. package/theme-chalk/css/switch.css +1 -1
  138. package/theme-chalk/css/textarea.css +1 -1
  139. package/types/packages/components/advanced-filtering/index.d.ts +724 -724
  140. package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  141. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +373 -373
  142. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +329 -329
  143. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +22 -22
  144. package/types/packages/components/api-component/index.d.ts +16 -16
  145. package/types/packages/components/api-component/src/api-component.vue.d.ts +16 -16
  146. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  147. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +6 -6
  148. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +2 -2
  149. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  150. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +6 -6
  151. package/types/packages/components/breadcrumb-card/index.d.ts +3 -3
  152. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  153. package/types/packages/components/checkbox/index.d.ts +280 -280
  154. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
  155. package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
  156. package/types/packages/components/code-editor/index.d.ts +2 -2
  157. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  158. package/types/packages/components/cropper/index.d.ts +4 -4
  159. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  160. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  161. package/types/packages/components/descriptions/index.d.ts +5 -5
  162. package/types/packages/components/descriptions/src/descriptions.d.ts +1 -1
  163. package/types/packages/components/descriptions/src/descriptions.vue.d.ts +5 -5
  164. package/types/packages/components/drawer/index.d.ts +3 -3
  165. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  166. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  167. package/types/packages/components/drawer/src/drawer.vue.d.ts +3 -3
  168. package/types/packages/components/dropdown-button-simple/index.d.ts +14 -14
  169. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  170. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
  171. package/types/packages/components/form/index.d.ts +309 -309
  172. package/types/packages/components/form/src/config/form.d.ts +120 -120
  173. package/types/packages/components/form/src/form.vue.d.ts +309 -309
  174. package/types/packages/components/icon-picker/index.d.ts +1 -1
  175. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  176. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  177. package/types/packages/components/input-number/index.d.ts +2 -2
  178. package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
  179. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +500 -500
  180. package/types/packages/components/key-value/src/key-value.vue.d.ts +1500 -1500
  181. package/types/packages/components/modal/index.d.ts +2 -2
  182. package/types/packages/components/modal/src/modal.vue.d.ts +2 -2
  183. package/types/packages/components/new-drawer/index.d.ts +5 -5
  184. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +5 -5
  185. package/types/packages/components/new-modal/index.d.ts +7 -7
  186. package/types/packages/components/new-modal/src/modal.vue.d.ts +7 -7
  187. package/types/packages/components/number-range/index.d.ts +2 -2
  188. package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -2
  189. package/types/packages/components/operate-icon/index.d.ts +3 -3
  190. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
  191. package/types/packages/components/select-group/index.d.ts +4 -4
  192. package/types/packages/components/select-group/src/select-group.vue.d.ts +4 -4
  193. package/types/packages/components/table/index.d.ts +6 -6
  194. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  195. package/types/packages/components/table/src/config/table.d.ts +2 -2
  196. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  197. package/types/packages/components/tooltip/index.d.ts +4 -4
  198. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  199. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  200. package/types/packages/components/tree-search/index.d.ts +6 -6
  201. package/types/packages/components/tree-search/src/config/tree-search.d.ts +2 -2
  202. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +6 -6
  203. package/types/packages/components/upload-drag/index.d.ts +2 -2
  204. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -2,7 +2,7 @@ import Tooltip from './src/tooltip.vue';
2
2
  export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
3
3
  readonly arrow: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
4
4
  readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
5
- readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
5
+ 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
6
  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>;
7
7
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
8
8
  readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
@@ -22,10 +22,10 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
22
22
  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>;
23
23
  }, {
24
24
  props: import("@vue/shared").LooseRequired<{
25
- readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
26
25
  readonly arrow: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
27
26
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
28
27
  readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
28
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
29
29
  readonly tip: string;
30
30
  readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
31
31
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -68,7 +68,7 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
68
68
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
69
69
  readonly arrow: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
70
70
  readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
71
- readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
71
+ readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
72
72
  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>;
73
73
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
74
74
  readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
@@ -87,10 +87,10 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
87
87
  readonly ellipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
88
88
  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>;
89
89
  }>>, {
90
- readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
91
90
  readonly arrow: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
92
91
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
93
92
  readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
93
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
94
94
  readonly tip: string;
95
95
  readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
96
96
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -4,7 +4,7 @@ export declare const placement: readonly ["top", "left", "right", "bottom", "top
4
4
  export declare const tooltipProps: {
5
5
  readonly arrow: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
6
6
  readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
7
- readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
7
+ readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
8
8
  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>;
9
9
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
10
10
  readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
@@ -1,7 +1,7 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  readonly arrow: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
3
3
  readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
4
- readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", 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>;
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,10 +21,10 @@ declare const _default: import("vue").DefineComponent<{
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, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
25
24
  readonly arrow: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
26
25
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
27
26
  readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
27
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
28
28
  readonly tip: string;
29
29
  readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
30
30
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -67,7 +67,7 @@ declare const _default: import("vue").DefineComponent<{
67
67
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
68
68
  readonly arrow: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
69
69
  readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
70
- readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
70
+ readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
71
71
  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>;
72
72
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
73
73
  readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
@@ -86,10 +86,10 @@ declare const _default: import("vue").DefineComponent<{
86
86
  readonly ellipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
87
87
  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>;
88
88
  }>>, {
89
- readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
90
89
  readonly arrow: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
91
90
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
92
91
  readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
92
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
93
93
  readonly tip: string;
94
94
  readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
95
95
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -24,12 +24,12 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
24
24
  readonly class: string;
25
25
  readonly title: string;
26
26
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
27
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
28
27
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
29
28
  readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
30
29
  readonly wrapClassName: string;
31
30
  readonly cancelText: string;
32
31
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
32
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
33
33
  readonly confirmText: string;
34
34
  readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
35
35
  }>;
@@ -41,11 +41,11 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
41
41
  readonly type: import("vue").PropType<{
42
42
  readonly title: string;
43
43
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
44
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
45
44
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
46
45
  readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
47
46
  readonly cancelText: string;
48
47
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
48
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
49
49
  readonly confirmText: string;
50
50
  readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
51
51
  readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -80,23 +80,23 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
80
80
  readonly class: string;
81
81
  readonly title: string;
82
82
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
83
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
84
83
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
85
84
  readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
86
85
  readonly wrapClassName: string;
87
86
  readonly cancelText: string;
88
87
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
88
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
89
89
  readonly confirmText: string;
90
90
  readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
91
91
  } | undefined;
92
92
  readonly drawerConfigProps?: {
93
93
  readonly title: string;
94
94
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
95
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
96
95
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
97
96
  readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
98
97
  readonly cancelText: string;
99
98
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
99
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
100
100
  readonly confirmText: string;
101
101
  readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
102
102
  readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -364,12 +364,12 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
364
364
  readonly class: string;
365
365
  readonly title: string;
366
366
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
367
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
368
367
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
369
368
  readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
370
369
  readonly wrapClassName: string;
371
370
  readonly cancelText: string;
372
371
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
372
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
373
373
  readonly confirmText: string;
374
374
  readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
375
375
  }>;
@@ -381,11 +381,11 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
381
381
  readonly type: import("vue").PropType<{
382
382
  readonly title: string;
383
383
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
384
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
385
384
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
386
385
  readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
387
386
  readonly cancelText: string;
388
387
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
388
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
389
389
  readonly confirmText: string;
390
390
  readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
391
391
  readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -27,12 +27,12 @@ export declare const treeSearchProps: {
27
27
  readonly class: string;
28
28
  readonly title: string;
29
29
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
30
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
31
30
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
32
31
  readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
33
32
  readonly wrapClassName: string;
34
33
  readonly cancelText: string;
35
34
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
35
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
36
36
  readonly confirmText: string;
37
37
  readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
38
38
  }>;
@@ -44,11 +44,11 @@ export declare const treeSearchProps: {
44
44
  readonly type: import("vue").PropType<{
45
45
  readonly title: string;
46
46
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
47
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
48
47
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
49
48
  readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
50
49
  readonly cancelText: string;
51
50
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
51
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
52
52
  readonly confirmText: string;
53
53
  readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
54
54
  readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -23,12 +23,12 @@ declare const _default: import("vue").DefineComponent<{
23
23
  readonly class: string;
24
24
  readonly title: string;
25
25
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
26
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
27
26
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
28
27
  readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
29
28
  readonly wrapClassName: string;
30
29
  readonly cancelText: string;
31
30
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
31
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
32
32
  readonly confirmText: string;
33
33
  readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
34
34
  }>;
@@ -40,11 +40,11 @@ declare const _default: import("vue").DefineComponent<{
40
40
  readonly type: import("vue").PropType<{
41
41
  readonly title: string;
42
42
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
43
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
44
43
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
45
44
  readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
46
45
  readonly cancelText: string;
47
46
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
47
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
48
48
  readonly confirmText: string;
49
49
  readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
50
50
  readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -79,23 +79,23 @@ declare const _default: import("vue").DefineComponent<{
79
79
  readonly class: string;
80
80
  readonly title: string;
81
81
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
82
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
83
82
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
84
83
  readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
85
84
  readonly wrapClassName: string;
86
85
  readonly cancelText: string;
87
86
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
87
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
88
88
  readonly confirmText: string;
89
89
  readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
90
90
  } | undefined;
91
91
  readonly drawerConfigProps?: {
92
92
  readonly title: string;
93
93
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
94
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
95
94
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
96
95
  readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
97
96
  readonly cancelText: string;
98
97
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
98
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
99
99
  readonly confirmText: string;
100
100
  readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
101
101
  readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -363,12 +363,12 @@ declare const _default: import("vue").DefineComponent<{
363
363
  readonly class: string;
364
364
  readonly title: string;
365
365
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
366
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
367
366
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
368
367
  readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
369
368
  readonly wrapClassName: string;
370
369
  readonly cancelText: string;
371
370
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
371
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
372
372
  readonly confirmText: string;
373
373
  readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
374
374
  }>;
@@ -380,11 +380,11 @@ declare const _default: import("vue").DefineComponent<{
380
380
  readonly type: import("vue").PropType<{
381
381
  readonly title: string;
382
382
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
383
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
384
383
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
385
384
  readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
386
385
  readonly cancelText: string;
387
386
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
387
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
388
388
  readonly confirmText: string;
389
389
  readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
390
390
  readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -39,7 +39,7 @@ export declare const LlUploadDrag: import("ll-plus/es/utils").SFCWithInstall<imp
39
39
  readonly onConfirm?: ((...args: any[]) => any) | undefined;
40
40
  readonly onCustomRequest?: ((...args: any[]) => any) | undefined;
41
41
  } & {}>;
42
- emits: (event: "cancel" | "update:value" | "confirm" | "customRequest", ...args: any[]) => void;
42
+ emits: (event: "cancel" | "update:value" | "customRequest" | "confirm", ...args: any[]) => void;
43
43
  bem: {
44
44
  b: (blockSuffix?: string) => string;
45
45
  e: (element?: string) => string;
@@ -61,7 +61,7 @@ export declare const LlUploadDrag: import("ll-plus/es/utils").SFCWithInstall<imp
61
61
  handleDragReject: () => void;
62
62
  handleClickCancelBtn: () => void;
63
63
  handleClickOkBtn: () => void;
64
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "update:value" | "confirm" | "customRequest")[], "cancel" | "update:value" | "confirm" | "customRequest", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
64
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "update:value" | "customRequest" | "confirm")[], "cancel" | "update:value" | "customRequest" | "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
65
65
  value: {
66
66
  type: ArrayConstructor;
67
67
  default: () => never[];
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
39
39
  readonly onConfirm?: ((...args: any[]) => any) | undefined;
40
40
  readonly onCustomRequest?: ((...args: any[]) => any) | undefined;
41
41
  } & {}>;
42
- emits: (event: "cancel" | "update:value" | "confirm" | "customRequest", ...args: any[]) => void;
42
+ emits: (event: "cancel" | "update:value" | "customRequest" | "confirm", ...args: any[]) => void;
43
43
  bem: {
44
44
  b: (blockSuffix?: string) => string;
45
45
  e: (element?: string) => string;
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<{
61
61
  handleDragReject: () => void;
62
62
  handleClickCancelBtn: () => void;
63
63
  handleClickOkBtn: () => void;
64
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "update:value" | "confirm" | "customRequest")[], "cancel" | "update:value" | "confirm" | "customRequest", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
64
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "update:value" | "customRequest" | "confirm")[], "cancel" | "update:value" | "customRequest" | "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
65
65
  value: {
66
66
  type: ArrayConstructor;
67
67
  default: () => never[];
package/index.full.js CHANGED
@@ -81143,8 +81143,8 @@ summary tabindex target title type usemap value width wmode wrap`;
81143
81143
  FileOutlined.inheritAttrs = false;
81144
81144
  var FileOutlined$1 = FileOutlined;
81145
81145
 
81146
- var MinusSquareOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "minus-square", "theme": "outlined" };
81147
- var MinusSquareOutlinedSvg = MinusSquareOutlined$1;
81146
+ var MinusSquareOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "minus-square", "theme": "outlined" };
81147
+ var MinusSquareOutlinedSvg = MinusSquareOutlined$2;
81148
81148
 
81149
81149
  function _objectSpread$e(target) {
81150
81150
  for (var i = 1; i < arguments.length; i++) {
@@ -81177,9 +81177,10 @@ summary tabindex target title type usemap value width wmode wrap`;
81177
81177
  };
81178
81178
  MinusSquareOutlined.displayName = "MinusSquareOutlined";
81179
81179
  MinusSquareOutlined.inheritAttrs = false;
81180
+ var MinusSquareOutlined$1 = MinusSquareOutlined;
81180
81181
 
81181
- var PlusSquareOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "plus-square", "theme": "outlined" };
81182
- var PlusSquareOutlinedSvg = PlusSquareOutlined$1;
81182
+ var PlusSquareOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "plus-square", "theme": "outlined" };
81183
+ var PlusSquareOutlinedSvg = PlusSquareOutlined$2;
81183
81184
 
81184
81185
  function _objectSpread$d(target) {
81185
81186
  for (var i = 1; i < arguments.length; i++) {
@@ -81212,9 +81213,10 @@ summary tabindex target title type usemap value width wmode wrap`;
81212
81213
  };
81213
81214
  PlusSquareOutlined.displayName = "PlusSquareOutlined";
81214
81215
  PlusSquareOutlined.inheritAttrs = false;
81216
+ var PlusSquareOutlined$1 = PlusSquareOutlined;
81215
81217
 
81216
- var CaretDownFilled$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z" } }] }, "name": "caret-down", "theme": "filled" };
81217
- var CaretDownFilledSvg = CaretDownFilled$1;
81218
+ var CaretDownFilled$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z" } }] }, "name": "caret-down", "theme": "filled" };
81219
+ var CaretDownFilledSvg = CaretDownFilled$2;
81218
81220
 
81219
81221
  function _objectSpread$c(target) {
81220
81222
  for (var i = 1; i < arguments.length; i++) {
@@ -81247,6 +81249,7 @@ summary tabindex target title type usemap value width wmode wrap`;
81247
81249
  };
81248
81250
  CaretDownFilled.displayName = "CaretDownFilled";
81249
81251
  CaretDownFilled.inheritAttrs = false;
81252
+ var CaretDownFilled$1 = CaretDownFilled;
81250
81253
 
81251
81254
  function renderSwitcherIcon(prefixCls, switcherIcon, props, leafIcon, showLine) {
81252
81255
  const {
@@ -81284,13 +81287,13 @@ summary tabindex target title type usemap value width wmode wrap`;
81284
81287
  }
81285
81288
  return defaultIcon;
81286
81289
  } else {
81287
- defaultIcon = require$$0.createVNode(CaretDownFilled, {
81290
+ defaultIcon = require$$0.createVNode(CaretDownFilled$1, {
81288
81291
  "class": switcherCls
81289
81292
  }, null);
81290
81293
  if (showLine) {
81291
- defaultIcon = expanded ? require$$0.createVNode(MinusSquareOutlined, {
81294
+ defaultIcon = expanded ? require$$0.createVNode(MinusSquareOutlined$1, {
81292
81295
  "class": `${prefixCls}-switcher-line-icon`
81293
- }, null) : require$$0.createVNode(PlusSquareOutlined, {
81296
+ }, null) : require$$0.createVNode(PlusSquareOutlined$1, {
81294
81297
  "class": `${prefixCls}-switcher-line-icon`
81295
81298
  }, null);
81296
81299
  }
@@ -88977,8 +88980,8 @@ summary tabindex target title type usemap value width wmode wrap`;
88977
88980
  return success;
88978
88981
  }
88979
88982
 
88980
- var CopyOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z" } }] }, "name": "copy", "theme": "outlined" };
88981
- var CopyOutlinedSvg = CopyOutlined$1;
88983
+ var CopyOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z" } }] }, "name": "copy", "theme": "outlined" };
88984
+ var CopyOutlinedSvg = CopyOutlined$2;
88982
88985
 
88983
88986
  function _objectSpread$7(target) {
88984
88987
  for (var i = 1; i < arguments.length; i++) {
@@ -89011,9 +89014,10 @@ summary tabindex target title type usemap value width wmode wrap`;
89011
89014
  };
89012
89015
  CopyOutlined.displayName = "CopyOutlined";
89013
89016
  CopyOutlined.inheritAttrs = false;
89017
+ var CopyOutlined$1 = CopyOutlined;
89014
89018
 
89015
- var EditOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 000-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 009.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z" } }] }, "name": "edit", "theme": "outlined" };
89016
- var EditOutlinedSvg = EditOutlined$1;
89019
+ var EditOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 000-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 009.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z" } }] }, "name": "edit", "theme": "outlined" };
89020
+ var EditOutlinedSvg = EditOutlined$2;
89017
89021
 
89018
89022
  function _objectSpread$6(target) {
89019
89023
  for (var i = 1; i < arguments.length; i++) {
@@ -89046,6 +89050,7 @@ summary tabindex target title type usemap value width wmode wrap`;
89046
89050
  };
89047
89051
  EditOutlined.displayName = "EditOutlined";
89048
89052
  EditOutlined.inheritAttrs = false;
89053
+ var EditOutlined$1 = EditOutlined;
89049
89054
 
89050
89055
  var __rest$9 = function(s, e) {
89051
89056
  var t = {};
@@ -89377,7 +89382,7 @@ summary tabindex target title type usemap value width wmode wrap`;
89377
89382
  tooltip,
89378
89383
  triggerType = ["icon"]
89379
89384
  } = props.editable;
89380
- const icon = slots.editableIcon ? slots.editableIcon() : require$$0.createVNode(EditOutlined, {
89385
+ const icon = slots.editableIcon ? slots.editableIcon() : require$$0.createVNode(EditOutlined$1, {
89381
89386
  "role": "button"
89382
89387
  }, null);
89383
89388
  const title = slots.editableTooltip ? slots.editableTooltip() : state.editStr;
@@ -89407,7 +89412,7 @@ summary tabindex target title type usemap value width wmode wrap`;
89407
89412
  copied: state.copied
89408
89413
  }) : defaultTitle;
89409
89414
  const ariaLabel = typeof title === "string" ? title : "";
89410
- const defaultIcon = state.copied ? require$$0.createVNode(CheckOutlined$1, null, null) : require$$0.createVNode(CopyOutlined, null, null);
89415
+ const defaultIcon = state.copied ? require$$0.createVNode(CheckOutlined$1, null, null) : require$$0.createVNode(CopyOutlined$1, null, null);
89411
89416
  const icon = slots.copyableIcon ? slots.copyableIcon({
89412
89417
  copied: !!state.copied
89413
89418
  }) : defaultIcon;
package/index.full.mjs CHANGED
@@ -81153,8 +81153,8 @@ FileOutlined.displayName = "FileOutlined";
81153
81153
  FileOutlined.inheritAttrs = false;
81154
81154
  var FileOutlined$1 = FileOutlined;
81155
81155
 
81156
- var MinusSquareOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "minus-square", "theme": "outlined" };
81157
- var MinusSquareOutlinedSvg = MinusSquareOutlined$1;
81156
+ var MinusSquareOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "minus-square", "theme": "outlined" };
81157
+ var MinusSquareOutlinedSvg = MinusSquareOutlined$2;
81158
81158
 
81159
81159
  function _objectSpread$e(target) {
81160
81160
  for (var i = 1; i < arguments.length; i++) {
@@ -81187,9 +81187,10 @@ var MinusSquareOutlined = function MinusSquareOutlined2(props, context) {
81187
81187
  };
81188
81188
  MinusSquareOutlined.displayName = "MinusSquareOutlined";
81189
81189
  MinusSquareOutlined.inheritAttrs = false;
81190
+ var MinusSquareOutlined$1 = MinusSquareOutlined;
81190
81191
 
81191
- var PlusSquareOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "plus-square", "theme": "outlined" };
81192
- var PlusSquareOutlinedSvg = PlusSquareOutlined$1;
81192
+ var PlusSquareOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "plus-square", "theme": "outlined" };
81193
+ var PlusSquareOutlinedSvg = PlusSquareOutlined$2;
81193
81194
 
81194
81195
  function _objectSpread$d(target) {
81195
81196
  for (var i = 1; i < arguments.length; i++) {
@@ -81222,9 +81223,10 @@ var PlusSquareOutlined = function PlusSquareOutlined2(props, context) {
81222
81223
  };
81223
81224
  PlusSquareOutlined.displayName = "PlusSquareOutlined";
81224
81225
  PlusSquareOutlined.inheritAttrs = false;
81226
+ var PlusSquareOutlined$1 = PlusSquareOutlined;
81225
81227
 
81226
- var CaretDownFilled$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z" } }] }, "name": "caret-down", "theme": "filled" };
81227
- var CaretDownFilledSvg = CaretDownFilled$1;
81228
+ var CaretDownFilled$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z" } }] }, "name": "caret-down", "theme": "filled" };
81229
+ var CaretDownFilledSvg = CaretDownFilled$2;
81228
81230
 
81229
81231
  function _objectSpread$c(target) {
81230
81232
  for (var i = 1; i < arguments.length; i++) {
@@ -81257,6 +81259,7 @@ var CaretDownFilled = function CaretDownFilled2(props, context) {
81257
81259
  };
81258
81260
  CaretDownFilled.displayName = "CaretDownFilled";
81259
81261
  CaretDownFilled.inheritAttrs = false;
81262
+ var CaretDownFilled$1 = CaretDownFilled;
81260
81263
 
81261
81264
  function renderSwitcherIcon(prefixCls, switcherIcon, props, leafIcon, showLine) {
81262
81265
  const {
@@ -81294,13 +81297,13 @@ function renderSwitcherIcon(prefixCls, switcherIcon, props, leafIcon, showLine)
81294
81297
  }
81295
81298
  return defaultIcon;
81296
81299
  } else {
81297
- defaultIcon = createVNode(CaretDownFilled, {
81300
+ defaultIcon = createVNode(CaretDownFilled$1, {
81298
81301
  "class": switcherCls
81299
81302
  }, null);
81300
81303
  if (showLine) {
81301
- defaultIcon = expanded ? createVNode(MinusSquareOutlined, {
81304
+ defaultIcon = expanded ? createVNode(MinusSquareOutlined$1, {
81302
81305
  "class": `${prefixCls}-switcher-line-icon`
81303
- }, null) : createVNode(PlusSquareOutlined, {
81306
+ }, null) : createVNode(PlusSquareOutlined$1, {
81304
81307
  "class": `${prefixCls}-switcher-line-icon`
81305
81308
  }, null);
81306
81309
  }
@@ -88987,8 +88990,8 @@ function copy(text, options) {
88987
88990
  return success;
88988
88991
  }
88989
88992
 
88990
- var CopyOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z" } }] }, "name": "copy", "theme": "outlined" };
88991
- var CopyOutlinedSvg = CopyOutlined$1;
88993
+ var CopyOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z" } }] }, "name": "copy", "theme": "outlined" };
88994
+ var CopyOutlinedSvg = CopyOutlined$2;
88992
88995
 
88993
88996
  function _objectSpread$7(target) {
88994
88997
  for (var i = 1; i < arguments.length; i++) {
@@ -89021,9 +89024,10 @@ var CopyOutlined = function CopyOutlined2(props, context) {
89021
89024
  };
89022
89025
  CopyOutlined.displayName = "CopyOutlined";
89023
89026
  CopyOutlined.inheritAttrs = false;
89027
+ var CopyOutlined$1 = CopyOutlined;
89024
89028
 
89025
- var EditOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 000-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 009.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z" } }] }, "name": "edit", "theme": "outlined" };
89026
- var EditOutlinedSvg = EditOutlined$1;
89029
+ var EditOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 000-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 009.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z" } }] }, "name": "edit", "theme": "outlined" };
89030
+ var EditOutlinedSvg = EditOutlined$2;
89027
89031
 
89028
89032
  function _objectSpread$6(target) {
89029
89033
  for (var i = 1; i < arguments.length; i++) {
@@ -89056,6 +89060,7 @@ var EditOutlined = function EditOutlined2(props, context) {
89056
89060
  };
89057
89061
  EditOutlined.displayName = "EditOutlined";
89058
89062
  EditOutlined.inheritAttrs = false;
89063
+ var EditOutlined$1 = EditOutlined;
89059
89064
 
89060
89065
  var __rest$9 = function(s, e) {
89061
89066
  var t = {};
@@ -89387,7 +89392,7 @@ const Base = defineComponent({
89387
89392
  tooltip,
89388
89393
  triggerType = ["icon"]
89389
89394
  } = props.editable;
89390
- const icon = slots.editableIcon ? slots.editableIcon() : createVNode(EditOutlined, {
89395
+ const icon = slots.editableIcon ? slots.editableIcon() : createVNode(EditOutlined$1, {
89391
89396
  "role": "button"
89392
89397
  }, null);
89393
89398
  const title = slots.editableTooltip ? slots.editableTooltip() : state.editStr;
@@ -89417,7 +89422,7 @@ const Base = defineComponent({
89417
89422
  copied: state.copied
89418
89423
  }) : defaultTitle;
89419
89424
  const ariaLabel = typeof title === "string" ? title : "";
89420
- const defaultIcon = state.copied ? createVNode(CheckOutlined$1, null, null) : createVNode(CopyOutlined, null, null);
89425
+ const defaultIcon = state.copied ? createVNode(CheckOutlined$1, null, null) : createVNode(CopyOutlined$1, null, null);
89421
89426
  const icon = slots.copyableIcon ? slots.copyableIcon({
89422
89427
  copied: !!state.copied
89423
89428
  }) : defaultIcon;