@fewangsit/wangsvue-fats 1.0.0-alpha.74 → 1.0.0-alpha.76
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.
- package/components/dropdown/Dropdown.vue.d.ts +7 -0
- package/components/icon/Icon.vue.d.ts +1 -0
- package/package.json +1 -1
- package/stats.html +1 -1
- package/wangsvue-fats.js +4950 -4941
- package/wangsvue-fats.system.js +70 -70
|
@@ -220,6 +220,13 @@ export interface DropdownProps {
|
|
|
220
220
|
* @default 'Search'
|
|
221
221
|
*/
|
|
222
222
|
filterPlaceholder?: string;
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* To determine whether dropdown panel width should fit its max content or not
|
|
226
|
+
*
|
|
227
|
+
* @default false
|
|
228
|
+
*/
|
|
229
|
+
panelMaxContent?: boolean;
|
|
223
230
|
}
|
|
224
231
|
|
|
225
232
|
export interface DropdownSlots {
|