@fewangsit/wangsvue-fats 1.0.0-alpha.108 → 1.0.0-alpha.109

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.
@@ -22,6 +22,11 @@ export interface AssetInfoProps {
22
22
  * @default true
23
23
  */
24
24
  useNfc?: boolean;
25
+
26
+ /**
27
+ * @default true
28
+ */
29
+ useTagType?: boolean;
25
30
  }
26
31
 
27
32
  declare class AssetInfo extends ClassComponent<
@@ -214,7 +214,6 @@ export interface InputTextProps extends /* @vue-ignore */ InputHTMLAttributes {
214
214
  * Set manual invalid input container state.
215
215
  *
216
216
  * @todo: review the usage of this props
217
- * @deprecated
218
217
  */
219
218
  manualInvalidContainer?: boolean;
220
219
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.0-alpha.108",
3
+ "version": "1.0.0-alpha.109",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Fixed Asset Tagsamurai VueJS Component Library",
6
6
  "type": "module",