ll-plus 2.0.9 → 2.0.11

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 (175) hide show
  1. package/es/component.mjs +6 -0
  2. package/es/component.mjs.map +1 -1
  3. package/es/components/cascader/index.d.ts +705 -0
  4. package/es/components/cascader/src/cascader.vue.d.ts +705 -0
  5. package/es/components/cascader/src/cascader.vue2.mjs +3 -3
  6. package/es/components/cascader/src/cascader.vue2.mjs.map +1 -1
  7. package/es/components/index.d.ts +3 -0
  8. package/es/components/index.mjs +4 -0
  9. package/es/components/index.mjs.map +1 -1
  10. package/es/components/modal/index.d.ts +1511 -0
  11. package/es/components/modal/src/modal.vue.d.ts +1511 -0
  12. package/es/components/modal/src/modal.vue2.mjs +3 -4
  13. package/es/components/modal/src/modal.vue2.mjs.map +1 -1
  14. package/es/components/segmented/index.d.ts +192 -0
  15. package/es/components/segmented/index.mjs +10 -0
  16. package/es/components/segmented/index.mjs.map +1 -0
  17. package/es/components/segmented/src/segmented.d.ts +4 -0
  18. package/es/components/segmented/src/segmented.mjs +2 -0
  19. package/es/components/segmented/src/segmented.mjs.map +1 -0
  20. package/es/components/segmented/src/segmented.vue.d.ts +185 -0
  21. package/es/components/segmented/src/segmented.vue.mjs +8 -0
  22. package/es/components/segmented/src/segmented.vue.mjs.map +1 -0
  23. package/es/components/segmented/src/segmented.vue2.mjs +33 -0
  24. package/es/components/segmented/src/segmented.vue2.mjs.map +1 -0
  25. package/es/components/steps/index.d.ts +581 -0
  26. package/es/components/steps/index.mjs +10 -0
  27. package/es/components/steps/index.mjs.map +1 -0
  28. package/es/components/steps/src/steps.d.ts +4 -0
  29. package/es/components/steps/src/steps.mjs +2 -0
  30. package/es/components/steps/src/steps.mjs.map +1 -0
  31. package/es/components/steps/src/steps.vue.d.ts +574 -0
  32. package/es/components/steps/src/steps.vue.mjs +8 -0
  33. package/es/components/steps/src/steps.vue.mjs.map +1 -0
  34. package/es/components/steps/src/steps.vue2.mjs +34 -0
  35. package/es/components/steps/src/steps.vue2.mjs.map +1 -0
  36. package/es/components/switch/src/switch.d.ts +2 -0
  37. package/es/components/switch/src/switch.mjs +15 -4
  38. package/es/components/switch/src/switch.mjs.map +1 -1
  39. package/es/components/table/src/components/main-table.vue2.mjs +8 -1
  40. package/es/components/table/src/components/main-table.vue2.mjs.map +1 -1
  41. package/es/components/table/src/table.vue2.mjs +2 -1
  42. package/es/components/table/src/table.vue2.mjs.map +1 -1
  43. package/es/components/tree/index.d.ts +1813 -0
  44. package/es/components/tree/index.mjs +10 -0
  45. package/es/components/tree/index.mjs.map +1 -0
  46. package/es/components/tree/src/tree.d.ts +13 -0
  47. package/es/components/tree/src/tree.mjs +14 -0
  48. package/es/components/tree/src/tree.mjs.map +1 -0
  49. package/es/components/tree/src/tree.vue.d.ts +1806 -0
  50. package/es/components/tree/src/tree.vue.mjs +8 -0
  51. package/es/components/tree/src/tree.vue.mjs.map +1 -0
  52. package/es/components/tree/src/tree.vue2.mjs +55 -0
  53. package/es/components/tree/src/tree.vue2.mjs.map +1 -0
  54. package/es/index.mjs +4 -0
  55. package/es/index.mjs.map +1 -1
  56. package/index.full.js +232 -89
  57. package/index.full.min.js +11 -13
  58. package/index.full.min.js.map +1 -1
  59. package/index.full.min.mjs +20 -22
  60. package/index.full.min.mjs.map +1 -1
  61. package/index.full.mjs +230 -91
  62. package/lib/component.js +28 -22
  63. package/lib/component.js.map +1 -1
  64. package/lib/components/cascader/index.d.ts +705 -0
  65. package/lib/components/cascader/src/cascader.vue.d.ts +705 -0
  66. package/lib/components/cascader/src/cascader.vue2.js +2 -2
  67. package/lib/components/cascader/src/cascader.vue2.js.map +1 -1
  68. package/lib/components/index.d.ts +3 -0
  69. package/lib/components/index.js +31 -23
  70. package/lib/components/index.js.map +1 -1
  71. package/lib/components/modal/index.d.ts +1511 -0
  72. package/lib/components/modal/src/modal.vue.d.ts +1511 -0
  73. package/lib/components/modal/src/modal.vue2.js +2 -3
  74. package/lib/components/modal/src/modal.vue2.js.map +1 -1
  75. package/lib/components/segmented/index.d.ts +192 -0
  76. package/lib/components/segmented/index.js +15 -0
  77. package/lib/components/segmented/index.js.map +1 -0
  78. package/lib/components/segmented/src/segmented.d.ts +4 -0
  79. package/lib/components/segmented/src/segmented.js +4 -0
  80. package/lib/components/segmented/src/segmented.js.map +1 -0
  81. package/lib/components/segmented/src/segmented.vue.d.ts +185 -0
  82. package/lib/components/segmented/src/segmented.vue.js +12 -0
  83. package/lib/components/segmented/src/segmented.vue.js.map +1 -0
  84. package/lib/components/segmented/src/segmented.vue2.js +37 -0
  85. package/lib/components/segmented/src/segmented.vue2.js.map +1 -0
  86. package/lib/components/steps/index.d.ts +581 -0
  87. package/lib/components/steps/index.js +15 -0
  88. package/lib/components/steps/index.js.map +1 -0
  89. package/lib/components/steps/src/steps.d.ts +4 -0
  90. package/lib/components/steps/src/steps.js +4 -0
  91. package/lib/components/steps/src/steps.js.map +1 -0
  92. package/lib/components/steps/src/steps.vue.d.ts +574 -0
  93. package/lib/components/steps/src/steps.vue.js +12 -0
  94. package/lib/components/steps/src/steps.vue.js.map +1 -0
  95. package/lib/components/steps/src/steps.vue2.js +38 -0
  96. package/lib/components/steps/src/steps.vue2.js.map +1 -0
  97. package/lib/components/switch/src/switch.d.ts +2 -0
  98. package/lib/components/switch/src/switch.js +15 -4
  99. package/lib/components/switch/src/switch.js.map +1 -1
  100. package/lib/components/table/src/components/main-table.vue2.js +8 -1
  101. package/lib/components/table/src/components/main-table.vue2.js.map +1 -1
  102. package/lib/components/table/src/table.vue2.js +2 -1
  103. package/lib/components/table/src/table.vue2.js.map +1 -1
  104. package/lib/components/tree/index.d.ts +1813 -0
  105. package/lib/components/tree/index.js +16 -0
  106. package/lib/components/tree/index.js.map +1 -0
  107. package/lib/components/tree/src/tree.d.ts +13 -0
  108. package/lib/components/tree/src/tree.js +16 -0
  109. package/lib/components/tree/src/tree.js.map +1 -0
  110. package/lib/components/tree/src/tree.vue.d.ts +1806 -0
  111. package/lib/components/tree/src/tree.vue.js +12 -0
  112. package/lib/components/tree/src/tree.vue.js.map +1 -0
  113. package/lib/components/tree/src/tree.vue2.js +59 -0
  114. package/lib/components/tree/src/tree.vue2.js.map +1 -0
  115. package/lib/index.js +31 -23
  116. package/lib/index.js.map +1 -1
  117. package/package.json +1 -1
  118. package/theme-chalk/css/advanced-filtering.css +3 -3
  119. package/theme-chalk/css/button.css +1 -1
  120. package/theme-chalk/css/cascader.css +3 -3
  121. package/theme-chalk/css/checkbox.css +3 -3
  122. package/theme-chalk/css/descriptions.css +3 -3
  123. package/theme-chalk/css/drawer.css +3 -3
  124. package/theme-chalk/css/dropdown.css +3 -3
  125. package/theme-chalk/css/form.css +3 -3
  126. package/theme-chalk/css/index.css +3 -3
  127. package/theme-chalk/css/input-number.css +3 -3
  128. package/theme-chalk/css/input.css +3 -3
  129. package/theme-chalk/css/modal.css +3 -3
  130. package/theme-chalk/css/switch.css +3 -3
  131. package/theme-chalk/css/table.css +3 -3
  132. package/theme-chalk/css/tabs-simple.css +3 -3
  133. package/types/packages/components/cascader/index.d.ts +705 -0
  134. package/types/packages/components/cascader/src/cascader.vue.d.ts +705 -0
  135. package/types/packages/components/index.d.ts +3 -0
  136. package/types/packages/components/modal/index.d.ts +1511 -0
  137. package/types/packages/components/modal/src/modal.vue.d.ts +1511 -0
  138. package/types/packages/components/segmented/index.d.ts +192 -0
  139. package/types/packages/components/segmented/src/segmented.d.ts +4 -0
  140. package/types/packages/components/segmented/src/segmented.vue.d.ts +185 -0
  141. package/types/packages/components/steps/index.d.ts +581 -0
  142. package/types/packages/components/steps/src/steps.d.ts +4 -0
  143. package/types/packages/components/steps/src/steps.vue.d.ts +574 -0
  144. package/types/packages/components/switch/src/switch.d.ts +2 -0
  145. package/types/packages/components/tree/index.d.ts +1813 -0
  146. package/types/packages/components/tree/src/tree.d.ts +13 -0
  147. package/types/packages/components/tree/src/tree.vue.d.ts +1806 -0
  148. package/es/locale/index.d.ts +0 -10
  149. package/es/locale/index.mjs +0 -6
  150. package/es/locale/index.mjs.map +0 -1
  151. package/es/locale/lang/en_US.d.ts +0 -144
  152. package/es/locale/lang/en_US.mjs +0 -147
  153. package/es/locale/lang/en_US.mjs.map +0 -1
  154. package/es/locale/lang/zh_CN.d.ts +0 -169
  155. package/es/locale/lang/zh_CN.mjs +0 -172
  156. package/es/locale/lang/zh_CN.mjs.map +0 -1
  157. package/es/locale/lang/zh_TW.d.ts +0 -125
  158. package/es/locale/lang/zh_TW.mjs +0 -128
  159. package/es/locale/lang/zh_TW.mjs.map +0 -1
  160. package/lib/locale/index.d.ts +0 -10
  161. package/lib/locale/index.js +0 -12
  162. package/lib/locale/index.js.map +0 -1
  163. package/lib/locale/lang/en_US.d.ts +0 -144
  164. package/lib/locale/lang/en_US.js +0 -151
  165. package/lib/locale/lang/en_US.js.map +0 -1
  166. package/lib/locale/lang/zh_CN.d.ts +0 -169
  167. package/lib/locale/lang/zh_CN.js +0 -176
  168. package/lib/locale/lang/zh_CN.js.map +0 -1
  169. package/lib/locale/lang/zh_TW.d.ts +0 -125
  170. package/lib/locale/lang/zh_TW.js +0 -132
  171. package/lib/locale/lang/zh_TW.js.map +0 -1
  172. package/types/packages/locale/index.d.ts +0 -10
  173. package/types/packages/locale/lang/en_US.d.ts +0 -144
  174. package/types/packages/locale/lang/zh_CN.d.ts +0 -169
  175. package/types/packages/locale/lang/zh_TW.d.ts +0 -125
@@ -13,6 +13,711 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
13
13
  attrs: {
14
14
  [x: string]: unknown;
15
15
  };
16
+ readonly Cascader: {
17
+ new (...args: any[]): import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
18
+ multiple: {
19
+ type: BooleanConstructor;
20
+ default: any;
21
+ };
22
+ size: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
23
+ bordered: {
24
+ type: BooleanConstructor;
25
+ default: any;
26
+ };
27
+ placement: {
28
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
29
+ };
30
+ suffixIcon: import("vue-types").VueTypeValidableDef<any>;
31
+ status: import("vue").PropType<"" | "error" | "warning">;
32
+ options: import("vue").PropType<import("ant-design-vue/es/cascader").CascaderOptionType[]>;
33
+ popupClassName: StringConstructor;
34
+ dropdownClassName: StringConstructor;
35
+ 'onUpdate:value': import("vue").PropType<(value: import("ant-design-vue/es/vc-cascader/Cascader").ValueType) => void>;
36
+ value: {
37
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
38
+ };
39
+ children: import("vue").PropType<import("ant-design-vue/es/_util/type").VueNode[]>;
40
+ onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
41
+ onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
42
+ tabindex: NumberConstructor;
43
+ onClick: import("vue").PropType<(e: MouseEvent) => void>;
44
+ onFocus: {
45
+ type: import("vue").PropType<(e: FocusEvent) => void>;
46
+ };
47
+ onBlur: {
48
+ type: import("vue").PropType<(e: FocusEvent) => void>;
49
+ };
50
+ onChange: import("vue").PropType<(value: import("ant-design-vue/es/vc-cascader/Cascader").ValueType, selectOptions: import("ant-design-vue/es/vc-cascader").DefaultOptionType[] | import("ant-design-vue/es/vc-cascader").DefaultOptionType[][]) => void>;
51
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
52
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
53
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
54
+ open: {
55
+ type: BooleanConstructor;
56
+ default: any;
57
+ };
58
+ animation: StringConstructor;
59
+ direction: {
60
+ type: import("vue").PropType<"ltr" | "rtl">;
61
+ };
62
+ disabled: {
63
+ type: BooleanConstructor;
64
+ default: any;
65
+ };
66
+ prefixCls: StringConstructor;
67
+ id: StringConstructor;
68
+ autofocus: BooleanConstructor;
69
+ getPopupContainer: {
70
+ type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").RenderDOMFunc>;
71
+ };
72
+ dropdownMatchSelectWidth: {
73
+ type: import("vue").PropType<number | boolean>;
74
+ default: any;
75
+ };
76
+ defaultValue: {
77
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
78
+ };
79
+ showAction: {
80
+ type: import("vue").PropType<("focus" | "click")[]>;
81
+ };
82
+ onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
83
+ popupStyle: {
84
+ type: import("vue").PropType<import("vue").CSSProperties>;
85
+ default: import("vue").CSSProperties;
86
+ };
87
+ popupPlacement: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").Placement>;
88
+ popupVisible: {
89
+ type: BooleanConstructor;
90
+ default: any;
91
+ };
92
+ transitionName: StringConstructor;
93
+ placeholder: import("vue-types").VueTypeValidableDef<any>;
94
+ expandIcon: import("vue-types").VueTypeValidableDef<any>;
95
+ loading: {
96
+ type: BooleanConstructor;
97
+ default: any;
98
+ };
99
+ clearIcon: import("vue-types").VueTypeValidableDef<any>;
100
+ allowClear: {
101
+ type: BooleanConstructor;
102
+ default: any;
103
+ };
104
+ onSearch: import("vue").PropType<(value: string) => void>;
105
+ notFoundContent: import("vue-types").VueTypeValidableDef<any>;
106
+ fieldNames: {
107
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader").FieldNames>;
108
+ default: import("ant-design-vue/es/vc-cascader").FieldNames;
109
+ };
110
+ dropdownStyle: {
111
+ type: import("vue").PropType<import("vue").CSSProperties>;
112
+ default: import("vue").CSSProperties;
113
+ };
114
+ dropdownRender: {
115
+ type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").DropdownRender>;
116
+ };
117
+ dropdownAlign: import("vue").PropType<import("ant-design-vue/es/vc-trigger/interface").AlignType>;
118
+ loadData: import("vue").PropType<(selectOptions: import("ant-design-vue/es/vc-cascader").DefaultOptionType[]) => void>;
119
+ showSearch: {
120
+ type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-cascader").ShowSearchType<import("ant-design-vue/es/vc-cascader").DefaultOptionType>>;
121
+ default: boolean | import("ant-design-vue/es/vc-cascader").ShowSearchType<import("ant-design-vue/es/vc-cascader").DefaultOptionType>;
122
+ };
123
+ searchValue: StringConstructor;
124
+ onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>;
125
+ removeIcon: import("vue-types").VueTypeValidableDef<any>;
126
+ maxTagCount: {
127
+ type: import("vue").PropType<number | "responsive">;
128
+ };
129
+ maxTagTextLength: NumberConstructor;
130
+ maxTagPlaceholder: import("vue-types").VueTypeValidableDef<any>;
131
+ tagRender: {
132
+ type: import("vue").PropType<(props: import("ant-design-vue/es/vc-select/BaseSelect").CustomTagProps) => any>;
133
+ };
134
+ choiceTransitionName: StringConstructor;
135
+ optionLabelRender: {
136
+ type: import("vue").PropType<(option: Record<string, any>) => any>;
137
+ };
138
+ onClear: import("vue").PropType<() => void>;
139
+ defaultOpen: {
140
+ type: BooleanConstructor;
141
+ default: any;
142
+ };
143
+ onDropdownVisibleChange: import("vue").PropType<(open: boolean) => void>;
144
+ getInputElement: {
145
+ type: import("vue").PropType<() => any>;
146
+ };
147
+ getRawInputElement: {
148
+ type: import("vue").PropType<() => any>;
149
+ };
150
+ showArrow: {
151
+ type: BooleanConstructor;
152
+ default: any;
153
+ };
154
+ inputIcon: import("vue-types").VueTypeValidableDef<any>;
155
+ onPopupScroll: import("vue").PropType<(e: UIEvent) => void>;
156
+ changeOnSelect: {
157
+ type: BooleanConstructor;
158
+ default: any;
159
+ };
160
+ displayRender: import("vue").PropType<(opt: {
161
+ labels: string[];
162
+ selectedOptions?: import("ant-design-vue/es/vc-cascader").DefaultOptionType[] | undefined;
163
+ }) => any>;
164
+ showCheckedStrategy: {
165
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
166
+ default: string;
167
+ };
168
+ expandTrigger: import("vue").PropType<"hover" | "click">;
169
+ dropdownPrefixCls: StringConstructor;
170
+ dropdownMenuColumnStyle: {
171
+ type: import("vue").PropType<import("vue").CSSProperties>;
172
+ default: import("vue").CSSProperties;
173
+ };
174
+ loadingIcon: import("vue-types").VueTypeValidableDef<any>;
175
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
176
+ multiple: {
177
+ type: BooleanConstructor;
178
+ default: any;
179
+ };
180
+ size: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
181
+ bordered: {
182
+ type: BooleanConstructor;
183
+ default: any;
184
+ };
185
+ placement: {
186
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
187
+ };
188
+ suffixIcon: import("vue-types").VueTypeValidableDef<any>;
189
+ status: import("vue").PropType<"" | "error" | "warning">;
190
+ options: import("vue").PropType<import("ant-design-vue/es/cascader").CascaderOptionType[]>;
191
+ popupClassName: StringConstructor;
192
+ dropdownClassName: StringConstructor;
193
+ 'onUpdate:value': import("vue").PropType<(value: import("ant-design-vue/es/vc-cascader/Cascader").ValueType) => void>;
194
+ value: {
195
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
196
+ };
197
+ children: import("vue").PropType<import("ant-design-vue/es/_util/type").VueNode[]>;
198
+ onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
199
+ onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
200
+ tabindex: NumberConstructor;
201
+ onClick: import("vue").PropType<(e: MouseEvent) => void>;
202
+ onFocus: {
203
+ type: import("vue").PropType<(e: FocusEvent) => void>;
204
+ };
205
+ onBlur: {
206
+ type: import("vue").PropType<(e: FocusEvent) => void>;
207
+ };
208
+ onChange: import("vue").PropType<(value: import("ant-design-vue/es/vc-cascader/Cascader").ValueType, selectOptions: import("ant-design-vue/es/vc-cascader").DefaultOptionType[] | import("ant-design-vue/es/vc-cascader").DefaultOptionType[][]) => void>;
209
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
210
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
211
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
212
+ open: {
213
+ type: BooleanConstructor;
214
+ default: any;
215
+ };
216
+ animation: StringConstructor;
217
+ direction: {
218
+ type: import("vue").PropType<"ltr" | "rtl">;
219
+ };
220
+ disabled: {
221
+ type: BooleanConstructor;
222
+ default: any;
223
+ };
224
+ prefixCls: StringConstructor;
225
+ id: StringConstructor;
226
+ autofocus: BooleanConstructor;
227
+ getPopupContainer: {
228
+ type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").RenderDOMFunc>;
229
+ };
230
+ dropdownMatchSelectWidth: {
231
+ type: import("vue").PropType<number | boolean>;
232
+ default: any;
233
+ };
234
+ defaultValue: {
235
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
236
+ };
237
+ showAction: {
238
+ type: import("vue").PropType<("focus" | "click")[]>;
239
+ };
240
+ onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
241
+ popupStyle: {
242
+ type: import("vue").PropType<import("vue").CSSProperties>;
243
+ default: import("vue").CSSProperties;
244
+ };
245
+ popupPlacement: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").Placement>;
246
+ popupVisible: {
247
+ type: BooleanConstructor;
248
+ default: any;
249
+ };
250
+ transitionName: StringConstructor;
251
+ placeholder: import("vue-types").VueTypeValidableDef<any>;
252
+ expandIcon: import("vue-types").VueTypeValidableDef<any>;
253
+ loading: {
254
+ type: BooleanConstructor;
255
+ default: any;
256
+ };
257
+ clearIcon: import("vue-types").VueTypeValidableDef<any>;
258
+ allowClear: {
259
+ type: BooleanConstructor;
260
+ default: any;
261
+ };
262
+ onSearch: import("vue").PropType<(value: string) => void>;
263
+ notFoundContent: import("vue-types").VueTypeValidableDef<any>;
264
+ fieldNames: {
265
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader").FieldNames>;
266
+ default: import("ant-design-vue/es/vc-cascader").FieldNames;
267
+ };
268
+ dropdownStyle: {
269
+ type: import("vue").PropType<import("vue").CSSProperties>;
270
+ default: import("vue").CSSProperties;
271
+ };
272
+ dropdownRender: {
273
+ type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").DropdownRender>;
274
+ };
275
+ dropdownAlign: import("vue").PropType<import("ant-design-vue/es/vc-trigger/interface").AlignType>;
276
+ loadData: import("vue").PropType<(selectOptions: import("ant-design-vue/es/vc-cascader").DefaultOptionType[]) => void>;
277
+ showSearch: {
278
+ type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-cascader").ShowSearchType<import("ant-design-vue/es/vc-cascader").DefaultOptionType>>;
279
+ default: boolean | import("ant-design-vue/es/vc-cascader").ShowSearchType<import("ant-design-vue/es/vc-cascader").DefaultOptionType>;
280
+ };
281
+ searchValue: StringConstructor;
282
+ onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>;
283
+ removeIcon: import("vue-types").VueTypeValidableDef<any>;
284
+ maxTagCount: {
285
+ type: import("vue").PropType<number | "responsive">;
286
+ };
287
+ maxTagTextLength: NumberConstructor;
288
+ maxTagPlaceholder: import("vue-types").VueTypeValidableDef<any>;
289
+ tagRender: {
290
+ type: import("vue").PropType<(props: import("ant-design-vue/es/vc-select/BaseSelect").CustomTagProps) => any>;
291
+ };
292
+ choiceTransitionName: StringConstructor;
293
+ optionLabelRender: {
294
+ type: import("vue").PropType<(option: Record<string, any>) => any>;
295
+ };
296
+ onClear: import("vue").PropType<() => void>;
297
+ defaultOpen: {
298
+ type: BooleanConstructor;
299
+ default: any;
300
+ };
301
+ onDropdownVisibleChange: import("vue").PropType<(open: boolean) => void>;
302
+ getInputElement: {
303
+ type: import("vue").PropType<() => any>;
304
+ };
305
+ getRawInputElement: {
306
+ type: import("vue").PropType<() => any>;
307
+ };
308
+ showArrow: {
309
+ type: BooleanConstructor;
310
+ default: any;
311
+ };
312
+ inputIcon: import("vue-types").VueTypeValidableDef<any>;
313
+ onPopupScroll: import("vue").PropType<(e: UIEvent) => void>;
314
+ changeOnSelect: {
315
+ type: BooleanConstructor;
316
+ default: any;
317
+ };
318
+ displayRender: import("vue").PropType<(opt: {
319
+ labels: string[];
320
+ selectedOptions?: import("ant-design-vue/es/vc-cascader").DefaultOptionType[] | undefined;
321
+ }) => any>;
322
+ showCheckedStrategy: {
323
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
324
+ default: string;
325
+ };
326
+ expandTrigger: import("vue").PropType<"hover" | "click">;
327
+ dropdownPrefixCls: StringConstructor;
328
+ dropdownMenuColumnStyle: {
329
+ type: import("vue").PropType<import("vue").CSSProperties>;
330
+ default: import("vue").CSSProperties;
331
+ };
332
+ loadingIcon: import("vue-types").VueTypeValidableDef<any>;
333
+ }>>, {
334
+ open: boolean;
335
+ multiple: boolean;
336
+ disabled: boolean;
337
+ autofocus: boolean;
338
+ dropdownMatchSelectWidth: number | boolean;
339
+ popupStyle: import("vue").CSSProperties;
340
+ popupVisible: boolean;
341
+ loading: boolean;
342
+ bordered: boolean;
343
+ allowClear: boolean;
344
+ fieldNames: import("ant-design-vue/es/vc-cascader").FieldNames;
345
+ dropdownStyle: import("vue").CSSProperties;
346
+ showSearch: boolean | import("ant-design-vue/es/vc-cascader").ShowSearchType<import("ant-design-vue/es/vc-cascader").DefaultOptionType>;
347
+ defaultOpen: boolean;
348
+ showArrow: boolean;
349
+ changeOnSelect: boolean;
350
+ showCheckedStrategy: import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy;
351
+ dropdownMenuColumnStyle: import("vue").CSSProperties;
352
+ }, true, {}, {}, {
353
+ P: {};
354
+ B: {};
355
+ D: {};
356
+ C: {};
357
+ M: {};
358
+ Defaults: {};
359
+ }, Readonly<import("vue").ExtractPropTypes<{
360
+ multiple: {
361
+ type: BooleanConstructor;
362
+ default: any;
363
+ };
364
+ size: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
365
+ bordered: {
366
+ type: BooleanConstructor;
367
+ default: any;
368
+ };
369
+ placement: {
370
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
371
+ };
372
+ suffixIcon: import("vue-types").VueTypeValidableDef<any>;
373
+ status: import("vue").PropType<"" | "error" | "warning">;
374
+ options: import("vue").PropType<import("ant-design-vue/es/cascader").CascaderOptionType[]>;
375
+ popupClassName: StringConstructor;
376
+ dropdownClassName: StringConstructor;
377
+ 'onUpdate:value': import("vue").PropType<(value: import("ant-design-vue/es/vc-cascader/Cascader").ValueType) => void>;
378
+ value: {
379
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
380
+ };
381
+ children: import("vue").PropType<import("ant-design-vue/es/_util/type").VueNode[]>;
382
+ onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
383
+ onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
384
+ tabindex: NumberConstructor;
385
+ onClick: import("vue").PropType<(e: MouseEvent) => void>;
386
+ onFocus: {
387
+ type: import("vue").PropType<(e: FocusEvent) => void>;
388
+ };
389
+ onBlur: {
390
+ type: import("vue").PropType<(e: FocusEvent) => void>;
391
+ };
392
+ onChange: import("vue").PropType<(value: import("ant-design-vue/es/vc-cascader/Cascader").ValueType, selectOptions: import("ant-design-vue/es/vc-cascader").DefaultOptionType[] | import("ant-design-vue/es/vc-cascader").DefaultOptionType[][]) => void>;
393
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
394
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
395
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
396
+ open: {
397
+ type: BooleanConstructor;
398
+ default: any;
399
+ };
400
+ animation: StringConstructor;
401
+ direction: {
402
+ type: import("vue").PropType<"ltr" | "rtl">;
403
+ };
404
+ disabled: {
405
+ type: BooleanConstructor;
406
+ default: any;
407
+ };
408
+ prefixCls: StringConstructor;
409
+ id: StringConstructor;
410
+ autofocus: BooleanConstructor;
411
+ getPopupContainer: {
412
+ type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").RenderDOMFunc>;
413
+ };
414
+ dropdownMatchSelectWidth: {
415
+ type: import("vue").PropType<number | boolean>;
416
+ default: any;
417
+ };
418
+ defaultValue: {
419
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
420
+ };
421
+ showAction: {
422
+ type: import("vue").PropType<("focus" | "click")[]>;
423
+ };
424
+ onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
425
+ popupStyle: {
426
+ type: import("vue").PropType<import("vue").CSSProperties>;
427
+ default: import("vue").CSSProperties;
428
+ };
429
+ popupPlacement: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").Placement>;
430
+ popupVisible: {
431
+ type: BooleanConstructor;
432
+ default: any;
433
+ };
434
+ transitionName: StringConstructor;
435
+ placeholder: import("vue-types").VueTypeValidableDef<any>;
436
+ expandIcon: import("vue-types").VueTypeValidableDef<any>;
437
+ loading: {
438
+ type: BooleanConstructor;
439
+ default: any;
440
+ };
441
+ clearIcon: import("vue-types").VueTypeValidableDef<any>;
442
+ allowClear: {
443
+ type: BooleanConstructor;
444
+ default: any;
445
+ };
446
+ onSearch: import("vue").PropType<(value: string) => void>;
447
+ notFoundContent: import("vue-types").VueTypeValidableDef<any>;
448
+ fieldNames: {
449
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader").FieldNames>;
450
+ default: import("ant-design-vue/es/vc-cascader").FieldNames;
451
+ };
452
+ dropdownStyle: {
453
+ type: import("vue").PropType<import("vue").CSSProperties>;
454
+ default: import("vue").CSSProperties;
455
+ };
456
+ dropdownRender: {
457
+ type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").DropdownRender>;
458
+ };
459
+ dropdownAlign: import("vue").PropType<import("ant-design-vue/es/vc-trigger/interface").AlignType>;
460
+ loadData: import("vue").PropType<(selectOptions: import("ant-design-vue/es/vc-cascader").DefaultOptionType[]) => void>;
461
+ showSearch: {
462
+ type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-cascader").ShowSearchType<import("ant-design-vue/es/vc-cascader").DefaultOptionType>>;
463
+ default: boolean | import("ant-design-vue/es/vc-cascader").ShowSearchType<import("ant-design-vue/es/vc-cascader").DefaultOptionType>;
464
+ };
465
+ searchValue: StringConstructor;
466
+ onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>;
467
+ removeIcon: import("vue-types").VueTypeValidableDef<any>;
468
+ maxTagCount: {
469
+ type: import("vue").PropType<number | "responsive">;
470
+ };
471
+ maxTagTextLength: NumberConstructor;
472
+ maxTagPlaceholder: import("vue-types").VueTypeValidableDef<any>;
473
+ tagRender: {
474
+ type: import("vue").PropType<(props: import("ant-design-vue/es/vc-select/BaseSelect").CustomTagProps) => any>;
475
+ };
476
+ choiceTransitionName: StringConstructor;
477
+ optionLabelRender: {
478
+ type: import("vue").PropType<(option: Record<string, any>) => any>;
479
+ };
480
+ onClear: import("vue").PropType<() => void>;
481
+ defaultOpen: {
482
+ type: BooleanConstructor;
483
+ default: any;
484
+ };
485
+ onDropdownVisibleChange: import("vue").PropType<(open: boolean) => void>;
486
+ getInputElement: {
487
+ type: import("vue").PropType<() => any>;
488
+ };
489
+ getRawInputElement: {
490
+ type: import("vue").PropType<() => any>;
491
+ };
492
+ showArrow: {
493
+ type: BooleanConstructor;
494
+ default: any;
495
+ };
496
+ inputIcon: import("vue-types").VueTypeValidableDef<any>;
497
+ onPopupScroll: import("vue").PropType<(e: UIEvent) => void>;
498
+ changeOnSelect: {
499
+ type: BooleanConstructor;
500
+ default: any;
501
+ };
502
+ displayRender: import("vue").PropType<(opt: {
503
+ labels: string[];
504
+ selectedOptions?: import("ant-design-vue/es/vc-cascader").DefaultOptionType[] | undefined;
505
+ }) => any>;
506
+ showCheckedStrategy: {
507
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
508
+ default: string;
509
+ };
510
+ expandTrigger: import("vue").PropType<"hover" | "click">;
511
+ dropdownPrefixCls: StringConstructor;
512
+ dropdownMenuColumnStyle: {
513
+ type: import("vue").PropType<import("vue").CSSProperties>;
514
+ default: import("vue").CSSProperties;
515
+ };
516
+ loadingIcon: import("vue-types").VueTypeValidableDef<any>;
517
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
518
+ open: boolean;
519
+ multiple: boolean;
520
+ disabled: boolean;
521
+ autofocus: boolean;
522
+ dropdownMatchSelectWidth: number | boolean;
523
+ popupStyle: import("vue").CSSProperties;
524
+ popupVisible: boolean;
525
+ loading: boolean;
526
+ bordered: boolean;
527
+ allowClear: boolean;
528
+ fieldNames: import("ant-design-vue/es/vc-cascader").FieldNames;
529
+ dropdownStyle: import("vue").CSSProperties;
530
+ showSearch: boolean | import("ant-design-vue/es/vc-cascader").ShowSearchType<import("ant-design-vue/es/vc-cascader").DefaultOptionType>;
531
+ defaultOpen: boolean;
532
+ showArrow: boolean;
533
+ changeOnSelect: boolean;
534
+ showCheckedStrategy: import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy;
535
+ dropdownMenuColumnStyle: import("vue").CSSProperties;
536
+ }>;
537
+ __isFragment?: undefined;
538
+ __isTeleport?: undefined;
539
+ __isSuspense?: undefined;
540
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
541
+ multiple: {
542
+ type: BooleanConstructor;
543
+ default: any;
544
+ };
545
+ size: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
546
+ bordered: {
547
+ type: BooleanConstructor;
548
+ default: any;
549
+ };
550
+ placement: {
551
+ type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
552
+ };
553
+ suffixIcon: import("vue-types").VueTypeValidableDef<any>;
554
+ status: import("vue").PropType<"" | "error" | "warning">;
555
+ options: import("vue").PropType<import("ant-design-vue/es/cascader").CascaderOptionType[]>;
556
+ popupClassName: StringConstructor;
557
+ dropdownClassName: StringConstructor;
558
+ 'onUpdate:value': import("vue").PropType<(value: import("ant-design-vue/es/vc-cascader/Cascader").ValueType) => void>;
559
+ value: {
560
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
561
+ };
562
+ children: import("vue").PropType<import("ant-design-vue/es/_util/type").VueNode[]>;
563
+ onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
564
+ onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
565
+ tabindex: NumberConstructor;
566
+ onClick: import("vue").PropType<(e: MouseEvent) => void>;
567
+ onFocus: {
568
+ type: import("vue").PropType<(e: FocusEvent) => void>;
569
+ };
570
+ onBlur: {
571
+ type: import("vue").PropType<(e: FocusEvent) => void>;
572
+ };
573
+ onChange: import("vue").PropType<(value: import("ant-design-vue/es/vc-cascader/Cascader").ValueType, selectOptions: import("ant-design-vue/es/vc-cascader").DefaultOptionType[] | import("ant-design-vue/es/vc-cascader").DefaultOptionType[][]) => void>;
574
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
575
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
576
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
577
+ open: {
578
+ type: BooleanConstructor;
579
+ default: any;
580
+ };
581
+ animation: StringConstructor;
582
+ direction: {
583
+ type: import("vue").PropType<"ltr" | "rtl">;
584
+ };
585
+ disabled: {
586
+ type: BooleanConstructor;
587
+ default: any;
588
+ };
589
+ prefixCls: StringConstructor;
590
+ id: StringConstructor;
591
+ autofocus: BooleanConstructor;
592
+ getPopupContainer: {
593
+ type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").RenderDOMFunc>;
594
+ };
595
+ dropdownMatchSelectWidth: {
596
+ type: import("vue").PropType<number | boolean>;
597
+ default: any;
598
+ };
599
+ defaultValue: {
600
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
601
+ };
602
+ showAction: {
603
+ type: import("vue").PropType<("focus" | "click")[]>;
604
+ };
605
+ onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
606
+ popupStyle: {
607
+ type: import("vue").PropType<import("vue").CSSProperties>;
608
+ default: import("vue").CSSProperties;
609
+ };
610
+ popupPlacement: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").Placement>;
611
+ popupVisible: {
612
+ type: BooleanConstructor;
613
+ default: any;
614
+ };
615
+ transitionName: StringConstructor;
616
+ placeholder: import("vue-types").VueTypeValidableDef<any>;
617
+ expandIcon: import("vue-types").VueTypeValidableDef<any>;
618
+ loading: {
619
+ type: BooleanConstructor;
620
+ default: any;
621
+ };
622
+ clearIcon: import("vue-types").VueTypeValidableDef<any>;
623
+ allowClear: {
624
+ type: BooleanConstructor;
625
+ default: any;
626
+ };
627
+ onSearch: import("vue").PropType<(value: string) => void>;
628
+ notFoundContent: import("vue-types").VueTypeValidableDef<any>;
629
+ fieldNames: {
630
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader").FieldNames>;
631
+ default: import("ant-design-vue/es/vc-cascader").FieldNames;
632
+ };
633
+ dropdownStyle: {
634
+ type: import("vue").PropType<import("vue").CSSProperties>;
635
+ default: import("vue").CSSProperties;
636
+ };
637
+ dropdownRender: {
638
+ type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").DropdownRender>;
639
+ };
640
+ dropdownAlign: import("vue").PropType<import("ant-design-vue/es/vc-trigger/interface").AlignType>;
641
+ loadData: import("vue").PropType<(selectOptions: import("ant-design-vue/es/vc-cascader").DefaultOptionType[]) => void>;
642
+ showSearch: {
643
+ type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-cascader").ShowSearchType<import("ant-design-vue/es/vc-cascader").DefaultOptionType>>;
644
+ default: boolean | import("ant-design-vue/es/vc-cascader").ShowSearchType<import("ant-design-vue/es/vc-cascader").DefaultOptionType>;
645
+ };
646
+ searchValue: StringConstructor;
647
+ onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>;
648
+ removeIcon: import("vue-types").VueTypeValidableDef<any>;
649
+ maxTagCount: {
650
+ type: import("vue").PropType<number | "responsive">;
651
+ };
652
+ maxTagTextLength: NumberConstructor;
653
+ maxTagPlaceholder: import("vue-types").VueTypeValidableDef<any>;
654
+ tagRender: {
655
+ type: import("vue").PropType<(props: import("ant-design-vue/es/vc-select/BaseSelect").CustomTagProps) => any>;
656
+ };
657
+ choiceTransitionName: StringConstructor;
658
+ optionLabelRender: {
659
+ type: import("vue").PropType<(option: Record<string, any>) => any>;
660
+ };
661
+ onClear: import("vue").PropType<() => void>;
662
+ defaultOpen: {
663
+ type: BooleanConstructor;
664
+ default: any;
665
+ };
666
+ onDropdownVisibleChange: import("vue").PropType<(open: boolean) => void>;
667
+ getInputElement: {
668
+ type: import("vue").PropType<() => any>;
669
+ };
670
+ getRawInputElement: {
671
+ type: import("vue").PropType<() => any>;
672
+ };
673
+ showArrow: {
674
+ type: BooleanConstructor;
675
+ default: any;
676
+ };
677
+ inputIcon: import("vue-types").VueTypeValidableDef<any>;
678
+ onPopupScroll: import("vue").PropType<(e: UIEvent) => void>;
679
+ changeOnSelect: {
680
+ type: BooleanConstructor;
681
+ default: any;
682
+ };
683
+ displayRender: import("vue").PropType<(opt: {
684
+ labels: string[];
685
+ selectedOptions?: import("ant-design-vue/es/vc-cascader").DefaultOptionType[] | undefined;
686
+ }) => any>;
687
+ showCheckedStrategy: {
688
+ type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
689
+ default: string;
690
+ };
691
+ expandTrigger: import("vue").PropType<"hover" | "click">;
692
+ dropdownPrefixCls: StringConstructor;
693
+ dropdownMenuColumnStyle: {
694
+ type: import("vue").PropType<import("vue").CSSProperties>;
695
+ default: import("vue").CSSProperties;
696
+ };
697
+ loadingIcon: import("vue-types").VueTypeValidableDef<any>;
698
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
699
+ open: boolean;
700
+ multiple: boolean;
701
+ disabled: boolean;
702
+ autofocus: boolean;
703
+ dropdownMatchSelectWidth: number | boolean;
704
+ popupStyle: import("vue").CSSProperties;
705
+ popupVisible: boolean;
706
+ loading: boolean;
707
+ bordered: boolean;
708
+ allowClear: boolean;
709
+ fieldNames: import("ant-design-vue/es/vc-cascader").FieldNames;
710
+ dropdownStyle: import("vue").CSSProperties;
711
+ showSearch: boolean | import("ant-design-vue/es/vc-cascader").ShowSearchType<import("ant-design-vue/es/vc-cascader").DefaultOptionType>;
712
+ defaultOpen: boolean;
713
+ showArrow: boolean;
714
+ changeOnSelect: boolean;
715
+ showCheckedStrategy: import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy;
716
+ dropdownMenuColumnStyle: import("vue").CSSProperties;
717
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
718
+ SHOW_PARENT: "SHOW_PARENT";
719
+ SHOW_CHILD: "SHOW_CHILD";
720
+ } & import("vue").Plugin<any[]>;
16
721
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
17
722
  export default LlCascader;
18
723
  export * from './src/cascader';