@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.
@@ -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 {
@@ -124,6 +124,7 @@ export type WangsIcons =
124
124
  | 'link-unlink-m'
125
125
  | 'list-settings'
126
126
  | 'loader-4'
127
+ | 'lock-line'
127
128
  | 'logout-box-r'
128
129
  | 'mail-open'
129
130
  | 'mail-send'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.0-alpha.74",
3
+ "version": "1.0.0-alpha.76",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Fixed Asset Tagsamurai VueJS Component Library",
6
6
  "type": "module",