@fewangsit/wangsvue-fats 1.0.0-alpha.127 → 1.0.0-alpha.128

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.
@@ -58,7 +58,7 @@ export interface TabMenuProps extends WangsUITabMenuProps {
58
58
  * Defines type of TabMenu.
59
59
  * @defaultValue 'tab'
60
60
  */
61
- type?: 'tab' | 'pill';
61
+ type?: 'tab' | 'pill' | 'segmented';
62
62
  /**
63
63
  * Active index of menuitem.
64
64
  * @defaultValue 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.0-alpha.127",
3
+ "version": "1.0.0-alpha.128",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Fixed Asset Tagsamurai VueJS Component Library",
6
6
  "type": "module",