tsv2-library 1.1.0-dev-alpha.5 → 1.1.0-dev-alpha.7

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tsv2-library",
3
3
  "author": "fixedassetv2-fe",
4
- "version": "1.1.0-dev-alpha.5",
4
+ "version": "1.1.0-dev-alpha.7",
5
5
  "license": "ISC",
6
6
  "homepage": "https://github.com/fixedassetv2-fe/tsv2-library#readme",
7
7
  "repository": {
@@ -56,6 +56,10 @@ export interface AssetFilterProps {
56
56
  * The list of filter fields to hide. This has a higher priority than `showFields`.
57
57
  */
58
58
  hideFields?: AssetFilterFields[];
59
+ /**
60
+ * To determine the tag type options
61
+ */
62
+ tagType?: 'RFID' | 'QR' | 'RFID & QR';
59
63
  }
60
64
 
61
65
  export type AssetFilterEmits = {
@@ -83,6 +83,7 @@ export type TSVueIcons =
83
83
  | 'info'
84
84
  | 'infrared-thermometer'
85
85
  | 'layout-grid-line'
86
+ | 'link-m'
86
87
  | 'link-unlink-m'
87
88
  | 'list-settings-line'
88
89
  | 'list-check'