ll-plus 2.10.12 → 2.10.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/es/components/advanced-filtering/index.d.ts +702 -702
  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 +361 -361
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
  5. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
  6. package/es/components/api-component/index.d.ts +8 -8
  7. package/es/components/api-component/src/api-component.vue.d.ts +8 -8
  8. package/es/components/api-component/src/components/body-component.vue.d.ts +4 -4
  9. package/es/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
  10. package/es/components/api-component/src/components/params-table.vue.d.ts +4 -4
  11. package/es/components/breadcrumb-card/index.d.ts +1 -1
  12. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  13. package/es/components/checkbox/index.d.ts +280 -280
  14. package/es/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
  15. package/es/components/checkbox/src/checkbox.d.ts +112 -112
  16. package/es/components/cropper/index.d.ts +4 -4
  17. package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
  18. package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  19. package/es/components/drawer/src/components/second-confirmation/index.d.ts +4 -4
  20. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +4 -4
  21. package/es/components/dropdown-button-simple/index.d.ts +13 -13
  22. package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  23. package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
  24. package/es/components/form/index.d.ts +301 -301
  25. package/es/components/form/src/config/form.d.ts +120 -120
  26. package/es/components/form/src/form.vue.d.ts +301 -301
  27. package/es/components/icon-picker/index.d.ts +1 -1
  28. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  29. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  30. package/es/components/input-number/index.d.ts +2 -2
  31. package/es/components/input-number/src/input-number.vue.d.ts +2 -2
  32. package/es/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
  33. package/es/components/key-value/src/key-value.vue.d.ts +1452 -1452
  34. package/es/components/modal/index.d.ts +4 -4
  35. package/es/components/modal/src/modal.d.ts +1 -1
  36. package/es/components/modal/src/modal.vue.d.ts +4 -4
  37. package/es/components/new-drawer/index.d.ts +2 -2
  38. package/es/components/new-drawer/src/drawer.vue.d.ts +2 -2
  39. package/es/components/new-modal/index.d.ts +9 -9
  40. package/es/components/new-modal/src/modal.d.ts +1 -1
  41. package/es/components/new-modal/src/modal.vue.d.ts +9 -9
  42. package/es/components/number-range/index.d.ts +2 -2
  43. package/es/components/number-range/src/number-range.vue.d.ts +2 -2
  44. package/es/components/select-group/index.d.ts +2 -2
  45. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  46. package/es/components/table/index.d.ts +6 -6
  47. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  48. package/es/components/table/src/config/table.d.ts +2 -2
  49. package/es/components/table/src/table.vue.d.ts +6 -6
  50. package/es/components/tooltip/index.d.ts +4 -4
  51. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  52. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  53. package/es/components/tree-search/index.d.ts +3 -3
  54. package/es/components/tree-search/src/config/tree-search.d.ts +1 -1
  55. package/es/components/tree-search/src/tree-search.vue.d.ts +3 -3
  56. package/index.full.js +24 -32
  57. package/index.full.mjs +24 -32
  58. package/lib/components/advanced-filtering/index.d.ts +702 -702
  59. package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  60. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
  61. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
  62. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
  63. package/lib/components/api-component/index.d.ts +8 -8
  64. package/lib/components/api-component/src/api-component.vue.d.ts +8 -8
  65. package/lib/components/api-component/src/components/body-component.vue.d.ts +4 -4
  66. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
  67. package/lib/components/api-component/src/components/params-table.vue.d.ts +4 -4
  68. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  69. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  70. package/lib/components/checkbox/index.d.ts +280 -280
  71. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
  72. package/lib/components/checkbox/src/checkbox.d.ts +112 -112
  73. package/lib/components/cropper/index.d.ts +4 -4
  74. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  75. package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  76. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +4 -4
  77. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +4 -4
  78. package/lib/components/dropdown-button-simple/index.d.ts +13 -13
  79. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  80. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
  81. package/lib/components/form/index.d.ts +301 -301
  82. package/lib/components/form/src/config/form.d.ts +120 -120
  83. package/lib/components/form/src/form.vue.d.ts +301 -301
  84. package/lib/components/icon-picker/index.d.ts +1 -1
  85. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  86. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  87. package/lib/components/input-number/index.d.ts +2 -2
  88. package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
  89. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
  90. package/lib/components/key-value/src/key-value.vue.d.ts +1452 -1452
  91. package/lib/components/modal/index.d.ts +4 -4
  92. package/lib/components/modal/src/modal.d.ts +1 -1
  93. package/lib/components/modal/src/modal.vue.d.ts +4 -4
  94. package/lib/components/new-drawer/index.d.ts +2 -2
  95. package/lib/components/new-drawer/src/drawer.vue.d.ts +2 -2
  96. package/lib/components/new-modal/index.d.ts +9 -9
  97. package/lib/components/new-modal/src/modal.d.ts +1 -1
  98. package/lib/components/new-modal/src/modal.vue.d.ts +9 -9
  99. package/lib/components/number-range/index.d.ts +2 -2
  100. package/lib/components/number-range/src/number-range.vue.d.ts +2 -2
  101. package/lib/components/select-group/index.d.ts +2 -2
  102. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  103. package/lib/components/table/index.d.ts +6 -6
  104. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  105. package/lib/components/table/src/config/table.d.ts +2 -2
  106. package/lib/components/table/src/table.vue.d.ts +6 -6
  107. package/lib/components/tooltip/index.d.ts +4 -4
  108. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  109. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  110. package/lib/components/tree-search/index.d.ts +3 -3
  111. package/lib/components/tree-search/src/config/tree-search.d.ts +1 -1
  112. package/lib/components/tree-search/src/tree-search.vue.d.ts +3 -3
  113. package/package.json +1 -1
  114. package/theme-chalk/fonts/iconfont.js +1 -1
  115. package/types/packages/components/advanced-filtering/index.d.ts +702 -702
  116. package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  117. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
  118. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
  119. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
  120. package/types/packages/components/api-component/index.d.ts +8 -8
  121. package/types/packages/components/api-component/src/api-component.vue.d.ts +8 -8
  122. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +4 -4
  123. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
  124. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +4 -4
  125. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  126. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  127. package/types/packages/components/checkbox/index.d.ts +280 -280
  128. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
  129. package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
  130. package/types/packages/components/cropper/index.d.ts +4 -4
  131. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  132. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  133. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +4 -4
  134. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +4 -4
  135. package/types/packages/components/dropdown-button-simple/index.d.ts +13 -13
  136. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  137. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
  138. package/types/packages/components/form/index.d.ts +301 -301
  139. package/types/packages/components/form/src/config/form.d.ts +120 -120
  140. package/types/packages/components/form/src/form.vue.d.ts +301 -301
  141. package/types/packages/components/icon-picker/index.d.ts +1 -1
  142. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  143. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  144. package/types/packages/components/input-number/index.d.ts +2 -2
  145. package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
  146. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
  147. package/types/packages/components/key-value/src/key-value.vue.d.ts +1452 -1452
  148. package/types/packages/components/modal/index.d.ts +4 -4
  149. package/types/packages/components/modal/src/modal.d.ts +1 -1
  150. package/types/packages/components/modal/src/modal.vue.d.ts +4 -4
  151. package/types/packages/components/new-drawer/index.d.ts +2 -2
  152. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +2 -2
  153. package/types/packages/components/new-modal/index.d.ts +9 -9
  154. package/types/packages/components/new-modal/src/modal.d.ts +1 -1
  155. package/types/packages/components/new-modal/src/modal.vue.d.ts +9 -9
  156. package/types/packages/components/number-range/index.d.ts +2 -2
  157. package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -2
  158. package/types/packages/components/select-group/index.d.ts +2 -2
  159. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  160. package/types/packages/components/table/index.d.ts +6 -6
  161. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  162. package/types/packages/components/table/src/config/table.d.ts +2 -2
  163. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  164. package/types/packages/components/tooltip/index.d.ts +4 -4
  165. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  166. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  167. package/types/packages/components/tree-search/index.d.ts +3 -3
  168. package/types/packages/components/tree-search/src/config/tree-search.d.ts +1 -1
  169. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +3 -3
@@ -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,7 +21,7 @@ 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>;
24
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
25
25
  readonly arrow: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
26
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>;
27
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>;
@@ -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,7 +86,7 @@ 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>;
89
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
90
90
  readonly arrow: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
91
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>;
92
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>;
@@ -20,7 +20,7 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
20
20
  readonly operateWay: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "none" | "modal" | "drawer", unknown, "modal", boolean>;
21
21
  readonly modalConfigProps: {
22
22
  readonly type: import("vue").PropType<{
23
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
23
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
24
24
  readonly class: string;
25
25
  readonly title: string;
26
26
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -76,7 +76,7 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
76
76
  readonly searchValue?: string | undefined;
77
77
  readonly expandedKeys?: string[] | undefined;
78
78
  readonly modalConfigProps?: {
79
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
79
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
80
80
  readonly class: string;
81
81
  readonly title: string;
82
82
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -360,7 +360,7 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
360
360
  readonly operateWay: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "none" | "modal" | "drawer", unknown, "modal", boolean>;
361
361
  readonly modalConfigProps: {
362
362
  readonly type: import("vue").PropType<{
363
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
363
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
364
364
  readonly class: string;
365
365
  readonly title: string;
366
366
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -23,7 +23,7 @@ export declare const treeSearchProps: {
23
23
  readonly operateWay: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "none" | "modal" | "drawer", unknown, "modal", boolean>;
24
24
  readonly modalConfigProps: {
25
25
  readonly type: import("vue").PropType<{
26
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
26
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
27
27
  readonly class: string;
28
28
  readonly title: string;
29
29
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<{
19
19
  readonly operateWay: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "none" | "modal" | "drawer", unknown, "modal", boolean>;
20
20
  readonly modalConfigProps: {
21
21
  readonly type: import("vue").PropType<{
22
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
22
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
23
23
  readonly class: string;
24
24
  readonly title: string;
25
25
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -75,7 +75,7 @@ declare const _default: import("vue").DefineComponent<{
75
75
  readonly searchValue?: string | undefined;
76
76
  readonly expandedKeys?: string[] | undefined;
77
77
  readonly modalConfigProps?: {
78
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
78
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
79
79
  readonly class: string;
80
80
  readonly title: string;
81
81
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -359,7 +359,7 @@ declare const _default: import("vue").DefineComponent<{
359
359
  readonly operateWay: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "none" | "modal" | "drawer", unknown, "modal", boolean>;
360
360
  readonly modalConfigProps: {
361
361
  readonly type: import("vue").PropType<{
362
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
362
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
363
363
  readonly class: string;
364
364
  readonly title: string;
365
365
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
package/index.full.js CHANGED
@@ -81107,8 +81107,8 @@ summary tabindex target title type usemap value width wmode wrap`;
81107
81107
  }
81108
81108
  });
81109
81109
 
81110
- var FileOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z" } }] }, "name": "file", "theme": "outlined" };
81111
- var FileOutlinedSvg = FileOutlined$2;
81110
+ var FileOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z" } }] }, "name": "file", "theme": "outlined" };
81111
+ var FileOutlinedSvg = FileOutlined$1;
81112
81112
 
81113
81113
  function _objectSpread$f(target) {
81114
81114
  for (var i = 1; i < arguments.length; i++) {
@@ -81141,10 +81141,9 @@ summary tabindex target title type usemap value width wmode wrap`;
81141
81141
  };
81142
81142
  FileOutlined.displayName = "FileOutlined";
81143
81143
  FileOutlined.inheritAttrs = false;
81144
- var FileOutlined$1 = FileOutlined;
81145
81144
 
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;
81145
+ 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" };
81146
+ var MinusSquareOutlinedSvg = MinusSquareOutlined$1;
81148
81147
 
81149
81148
  function _objectSpread$e(target) {
81150
81149
  for (var i = 1; i < arguments.length; i++) {
@@ -81177,10 +81176,9 @@ summary tabindex target title type usemap value width wmode wrap`;
81177
81176
  };
81178
81177
  MinusSquareOutlined.displayName = "MinusSquareOutlined";
81179
81178
  MinusSquareOutlined.inheritAttrs = false;
81180
- var MinusSquareOutlined$1 = MinusSquareOutlined;
81181
81179
 
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;
81180
+ 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" };
81181
+ var PlusSquareOutlinedSvg = PlusSquareOutlined$1;
81184
81182
 
81185
81183
  function _objectSpread$d(target) {
81186
81184
  for (var i = 1; i < arguments.length; i++) {
@@ -81213,10 +81211,9 @@ summary tabindex target title type usemap value width wmode wrap`;
81213
81211
  };
81214
81212
  PlusSquareOutlined.displayName = "PlusSquareOutlined";
81215
81213
  PlusSquareOutlined.inheritAttrs = false;
81216
- var PlusSquareOutlined$1 = PlusSquareOutlined;
81217
81214
 
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;
81215
+ 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" };
81216
+ var CaretDownFilledSvg = CaretDownFilled$1;
81220
81217
 
81221
81218
  function _objectSpread$c(target) {
81222
81219
  for (var i = 1; i < arguments.length; i++) {
@@ -81249,7 +81246,6 @@ summary tabindex target title type usemap value width wmode wrap`;
81249
81246
  };
81250
81247
  CaretDownFilled.displayName = "CaretDownFilled";
81251
81248
  CaretDownFilled.inheritAttrs = false;
81252
- var CaretDownFilled$1 = CaretDownFilled;
81253
81249
 
81254
81250
  function renderSwitcherIcon(prefixCls, switcherIcon, props, leafIcon, showLine) {
81255
81251
  const {
@@ -81281,19 +81277,19 @@ summary tabindex target title type usemap value width wmode wrap`;
81281
81277
  "class": `${prefixCls}-switcher-leaf-line`
81282
81278
  }, null);
81283
81279
  } else {
81284
- defaultIcon = require$$0.createVNode(FileOutlined$1, {
81280
+ defaultIcon = require$$0.createVNode(FileOutlined, {
81285
81281
  "class": `${prefixCls}-switcher-line-icon`
81286
81282
  }, null);
81287
81283
  }
81288
81284
  return defaultIcon;
81289
81285
  } else {
81290
- defaultIcon = require$$0.createVNode(CaretDownFilled$1, {
81286
+ defaultIcon = require$$0.createVNode(CaretDownFilled, {
81291
81287
  "class": switcherCls
81292
81288
  }, null);
81293
81289
  if (showLine) {
81294
- defaultIcon = expanded ? require$$0.createVNode(MinusSquareOutlined$1, {
81290
+ defaultIcon = expanded ? require$$0.createVNode(MinusSquareOutlined, {
81295
81291
  "class": `${prefixCls}-switcher-line-icon`
81296
- }, null) : require$$0.createVNode(PlusSquareOutlined$1, {
81292
+ }, null) : require$$0.createVNode(PlusSquareOutlined, {
81297
81293
  "class": `${prefixCls}-switcher-line-icon`
81298
81294
  }, null);
81299
81295
  }
@@ -81926,8 +81922,8 @@ summary tabindex target title type usemap value width wmode wrap`;
81926
81922
  }
81927
81923
  });
81928
81924
 
81929
- var FolderOpenOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 00-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z" } }] }, "name": "folder-open", "theme": "outlined" };
81930
- var FolderOpenOutlinedSvg = FolderOpenOutlined$2;
81925
+ var FolderOpenOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 00-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z" } }] }, "name": "folder-open", "theme": "outlined" };
81926
+ var FolderOpenOutlinedSvg = FolderOpenOutlined$1;
81931
81927
 
81932
81928
  function _objectSpread$b(target) {
81933
81929
  for (var i = 1; i < arguments.length; i++) {
@@ -81960,10 +81956,9 @@ summary tabindex target title type usemap value width wmode wrap`;
81960
81956
  };
81961
81957
  FolderOpenOutlined.displayName = "FolderOpenOutlined";
81962
81958
  FolderOpenOutlined.inheritAttrs = false;
81963
- var FolderOpenOutlined$1 = FolderOpenOutlined;
81964
81959
 
81965
- var FolderOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z" } }] }, "name": "folder", "theme": "outlined" };
81966
- var FolderOutlinedSvg = FolderOutlined$2;
81960
+ var FolderOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z" } }] }, "name": "folder", "theme": "outlined" };
81961
+ var FolderOutlinedSvg = FolderOutlined$1;
81967
81962
 
81968
81963
  function _objectSpread$a(target) {
81969
81964
  for (var i = 1; i < arguments.length; i++) {
@@ -81996,7 +81991,6 @@ summary tabindex target title type usemap value width wmode wrap`;
81996
81991
  };
81997
81992
  FolderOutlined.displayName = "FolderOutlined";
81998
81993
  FolderOutlined.inheritAttrs = false;
81999
- var FolderOutlined$1 = FolderOutlined;
82000
81994
 
82001
81995
  var Record;
82002
81996
  (function(Record2) {
@@ -82091,9 +82085,9 @@ summary tabindex target title type usemap value width wmode wrap`;
82091
82085
  expanded
82092
82086
  } = props;
82093
82087
  if (isLeaf) {
82094
- return require$$0.createVNode(FileOutlined$1, null, null);
82088
+ return require$$0.createVNode(FileOutlined, null, null);
82095
82089
  }
82096
- return expanded ? require$$0.createVNode(FolderOpenOutlined$1, null, null) : require$$0.createVNode(FolderOutlined$1, null, null);
82090
+ return expanded ? require$$0.createVNode(FolderOpenOutlined, null, null) : require$$0.createVNode(FolderOutlined, null, null);
82097
82091
  }
82098
82092
  var DirectoryTree = require$$0.defineComponent({
82099
82093
  compatConfig: {
@@ -88980,8 +88974,8 @@ summary tabindex target title type usemap value width wmode wrap`;
88980
88974
  return success;
88981
88975
  }
88982
88976
 
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;
88977
+ 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" };
88978
+ var CopyOutlinedSvg = CopyOutlined$1;
88985
88979
 
88986
88980
  function _objectSpread$7(target) {
88987
88981
  for (var i = 1; i < arguments.length; i++) {
@@ -89014,10 +89008,9 @@ summary tabindex target title type usemap value width wmode wrap`;
89014
89008
  };
89015
89009
  CopyOutlined.displayName = "CopyOutlined";
89016
89010
  CopyOutlined.inheritAttrs = false;
89017
- var CopyOutlined$1 = CopyOutlined;
89018
89011
 
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;
89012
+ 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" };
89013
+ var EditOutlinedSvg = EditOutlined$1;
89021
89014
 
89022
89015
  function _objectSpread$6(target) {
89023
89016
  for (var i = 1; i < arguments.length; i++) {
@@ -89050,7 +89043,6 @@ summary tabindex target title type usemap value width wmode wrap`;
89050
89043
  };
89051
89044
  EditOutlined.displayName = "EditOutlined";
89052
89045
  EditOutlined.inheritAttrs = false;
89053
- var EditOutlined$1 = EditOutlined;
89054
89046
 
89055
89047
  var __rest$9 = function(s, e) {
89056
89048
  var t = {};
@@ -89382,7 +89374,7 @@ summary tabindex target title type usemap value width wmode wrap`;
89382
89374
  tooltip,
89383
89375
  triggerType = ["icon"]
89384
89376
  } = props.editable;
89385
- const icon = slots.editableIcon ? slots.editableIcon() : require$$0.createVNode(EditOutlined$1, {
89377
+ const icon = slots.editableIcon ? slots.editableIcon() : require$$0.createVNode(EditOutlined, {
89386
89378
  "role": "button"
89387
89379
  }, null);
89388
89380
  const title = slots.editableTooltip ? slots.editableTooltip() : state.editStr;
@@ -89412,7 +89404,7 @@ summary tabindex target title type usemap value width wmode wrap`;
89412
89404
  copied: state.copied
89413
89405
  }) : defaultTitle;
89414
89406
  const ariaLabel = typeof title === "string" ? title : "";
89415
- const defaultIcon = state.copied ? require$$0.createVNode(CheckOutlined$1, null, null) : require$$0.createVNode(CopyOutlined$1, null, null);
89407
+ const defaultIcon = state.copied ? require$$0.createVNode(CheckOutlined$1, null, null) : require$$0.createVNode(CopyOutlined, null, null);
89416
89408
  const icon = slots.copyableIcon ? slots.copyableIcon({
89417
89409
  copied: !!state.copied
89418
89410
  }) : defaultIcon;
package/index.full.mjs CHANGED
@@ -81117,8 +81117,8 @@ var Tree$3 = defineComponent({
81117
81117
  }
81118
81118
  });
81119
81119
 
81120
- var FileOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z" } }] }, "name": "file", "theme": "outlined" };
81121
- var FileOutlinedSvg = FileOutlined$2;
81120
+ var FileOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z" } }] }, "name": "file", "theme": "outlined" };
81121
+ var FileOutlinedSvg = FileOutlined$1;
81122
81122
 
81123
81123
  function _objectSpread$f(target) {
81124
81124
  for (var i = 1; i < arguments.length; i++) {
@@ -81151,10 +81151,9 @@ var FileOutlined = function FileOutlined2(props, context) {
81151
81151
  };
81152
81152
  FileOutlined.displayName = "FileOutlined";
81153
81153
  FileOutlined.inheritAttrs = false;
81154
- var FileOutlined$1 = FileOutlined;
81155
81154
 
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;
81155
+ 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" };
81156
+ var MinusSquareOutlinedSvg = MinusSquareOutlined$1;
81158
81157
 
81159
81158
  function _objectSpread$e(target) {
81160
81159
  for (var i = 1; i < arguments.length; i++) {
@@ -81187,10 +81186,9 @@ var MinusSquareOutlined = function MinusSquareOutlined2(props, context) {
81187
81186
  };
81188
81187
  MinusSquareOutlined.displayName = "MinusSquareOutlined";
81189
81188
  MinusSquareOutlined.inheritAttrs = false;
81190
- var MinusSquareOutlined$1 = MinusSquareOutlined;
81191
81189
 
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;
81190
+ 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" };
81191
+ var PlusSquareOutlinedSvg = PlusSquareOutlined$1;
81194
81192
 
81195
81193
  function _objectSpread$d(target) {
81196
81194
  for (var i = 1; i < arguments.length; i++) {
@@ -81223,10 +81221,9 @@ var PlusSquareOutlined = function PlusSquareOutlined2(props, context) {
81223
81221
  };
81224
81222
  PlusSquareOutlined.displayName = "PlusSquareOutlined";
81225
81223
  PlusSquareOutlined.inheritAttrs = false;
81226
- var PlusSquareOutlined$1 = PlusSquareOutlined;
81227
81224
 
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;
81225
+ 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" };
81226
+ var CaretDownFilledSvg = CaretDownFilled$1;
81230
81227
 
81231
81228
  function _objectSpread$c(target) {
81232
81229
  for (var i = 1; i < arguments.length; i++) {
@@ -81259,7 +81256,6 @@ var CaretDownFilled = function CaretDownFilled2(props, context) {
81259
81256
  };
81260
81257
  CaretDownFilled.displayName = "CaretDownFilled";
81261
81258
  CaretDownFilled.inheritAttrs = false;
81262
- var CaretDownFilled$1 = CaretDownFilled;
81263
81259
 
81264
81260
  function renderSwitcherIcon(prefixCls, switcherIcon, props, leafIcon, showLine) {
81265
81261
  const {
@@ -81291,19 +81287,19 @@ function renderSwitcherIcon(prefixCls, switcherIcon, props, leafIcon, showLine)
81291
81287
  "class": `${prefixCls}-switcher-leaf-line`
81292
81288
  }, null);
81293
81289
  } else {
81294
- defaultIcon = createVNode(FileOutlined$1, {
81290
+ defaultIcon = createVNode(FileOutlined, {
81295
81291
  "class": `${prefixCls}-switcher-line-icon`
81296
81292
  }, null);
81297
81293
  }
81298
81294
  return defaultIcon;
81299
81295
  } else {
81300
- defaultIcon = createVNode(CaretDownFilled$1, {
81296
+ defaultIcon = createVNode(CaretDownFilled, {
81301
81297
  "class": switcherCls
81302
81298
  }, null);
81303
81299
  if (showLine) {
81304
- defaultIcon = expanded ? createVNode(MinusSquareOutlined$1, {
81300
+ defaultIcon = expanded ? createVNode(MinusSquareOutlined, {
81305
81301
  "class": `${prefixCls}-switcher-line-icon`
81306
- }, null) : createVNode(PlusSquareOutlined$1, {
81302
+ }, null) : createVNode(PlusSquareOutlined, {
81307
81303
  "class": `${prefixCls}-switcher-line-icon`
81308
81304
  }, null);
81309
81305
  }
@@ -81936,8 +81932,8 @@ var Tree$2 = defineComponent({
81936
81932
  }
81937
81933
  });
81938
81934
 
81939
- var FolderOpenOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 00-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z" } }] }, "name": "folder-open", "theme": "outlined" };
81940
- var FolderOpenOutlinedSvg = FolderOpenOutlined$2;
81935
+ var FolderOpenOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 00-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z" } }] }, "name": "folder-open", "theme": "outlined" };
81936
+ var FolderOpenOutlinedSvg = FolderOpenOutlined$1;
81941
81937
 
81942
81938
  function _objectSpread$b(target) {
81943
81939
  for (var i = 1; i < arguments.length; i++) {
@@ -81970,10 +81966,9 @@ var FolderOpenOutlined = function FolderOpenOutlined2(props, context) {
81970
81966
  };
81971
81967
  FolderOpenOutlined.displayName = "FolderOpenOutlined";
81972
81968
  FolderOpenOutlined.inheritAttrs = false;
81973
- var FolderOpenOutlined$1 = FolderOpenOutlined;
81974
81969
 
81975
- var FolderOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z" } }] }, "name": "folder", "theme": "outlined" };
81976
- var FolderOutlinedSvg = FolderOutlined$2;
81970
+ var FolderOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z" } }] }, "name": "folder", "theme": "outlined" };
81971
+ var FolderOutlinedSvg = FolderOutlined$1;
81977
81972
 
81978
81973
  function _objectSpread$a(target) {
81979
81974
  for (var i = 1; i < arguments.length; i++) {
@@ -82006,7 +82001,6 @@ var FolderOutlined = function FolderOutlined2(props, context) {
82006
82001
  };
82007
82002
  FolderOutlined.displayName = "FolderOutlined";
82008
82003
  FolderOutlined.inheritAttrs = false;
82009
- var FolderOutlined$1 = FolderOutlined;
82010
82004
 
82011
82005
  var Record;
82012
82006
  (function(Record2) {
@@ -82101,9 +82095,9 @@ function getIcon(props) {
82101
82095
  expanded
82102
82096
  } = props;
82103
82097
  if (isLeaf) {
82104
- return createVNode(FileOutlined$1, null, null);
82098
+ return createVNode(FileOutlined, null, null);
82105
82099
  }
82106
- return expanded ? createVNode(FolderOpenOutlined$1, null, null) : createVNode(FolderOutlined$1, null, null);
82100
+ return expanded ? createVNode(FolderOpenOutlined, null, null) : createVNode(FolderOutlined, null, null);
82107
82101
  }
82108
82102
  var DirectoryTree = defineComponent({
82109
82103
  compatConfig: {
@@ -88990,8 +88984,8 @@ function copy(text, options) {
88990
88984
  return success;
88991
88985
  }
88992
88986
 
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;
88987
+ 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" };
88988
+ var CopyOutlinedSvg = CopyOutlined$1;
88995
88989
 
88996
88990
  function _objectSpread$7(target) {
88997
88991
  for (var i = 1; i < arguments.length; i++) {
@@ -89024,10 +89018,9 @@ var CopyOutlined = function CopyOutlined2(props, context) {
89024
89018
  };
89025
89019
  CopyOutlined.displayName = "CopyOutlined";
89026
89020
  CopyOutlined.inheritAttrs = false;
89027
- var CopyOutlined$1 = CopyOutlined;
89028
89021
 
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;
89022
+ 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" };
89023
+ var EditOutlinedSvg = EditOutlined$1;
89031
89024
 
89032
89025
  function _objectSpread$6(target) {
89033
89026
  for (var i = 1; i < arguments.length; i++) {
@@ -89060,7 +89053,6 @@ var EditOutlined = function EditOutlined2(props, context) {
89060
89053
  };
89061
89054
  EditOutlined.displayName = "EditOutlined";
89062
89055
  EditOutlined.inheritAttrs = false;
89063
- var EditOutlined$1 = EditOutlined;
89064
89056
 
89065
89057
  var __rest$9 = function(s, e) {
89066
89058
  var t = {};
@@ -89392,7 +89384,7 @@ const Base = defineComponent({
89392
89384
  tooltip,
89393
89385
  triggerType = ["icon"]
89394
89386
  } = props.editable;
89395
- const icon = slots.editableIcon ? slots.editableIcon() : createVNode(EditOutlined$1, {
89387
+ const icon = slots.editableIcon ? slots.editableIcon() : createVNode(EditOutlined, {
89396
89388
  "role": "button"
89397
89389
  }, null);
89398
89390
  const title = slots.editableTooltip ? slots.editableTooltip() : state.editStr;
@@ -89422,7 +89414,7 @@ const Base = defineComponent({
89422
89414
  copied: state.copied
89423
89415
  }) : defaultTitle;
89424
89416
  const ariaLabel = typeof title === "string" ? title : "";
89425
- const defaultIcon = state.copied ? createVNode(CheckOutlined$1, null, null) : createVNode(CopyOutlined$1, null, null);
89417
+ const defaultIcon = state.copied ? createVNode(CheckOutlined$1, null, null) : createVNode(CopyOutlined, null, null);
89426
89418
  const icon = slots.copyableIcon ? slots.copyableIcon({
89427
89419
  copied: !!state.copied
89428
89420
  }) : defaultIcon;