@fewangsit/wangsvue-fats 1.0.0-alpha.84 → 1.0.0-alpha.86

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.
@@ -1,7 +1,14 @@
1
1
  import { ClassComponent } from '../../components/ts-helpers.d';
2
2
 
3
+ export type ReportSourceType =
4
+ | 'Available Asset'
5
+ | 'Borrowed Asset'
6
+ | 'Assigned Asset'
7
+ | 'Transfer Asset';
8
+
3
9
  export interface DialogReportMissingProps {
4
10
  id: string; // The Asset id to get asset detail
11
+ reportSource: ReportSourceType;
5
12
  trackingId?: string; // The tracking Id to submit permanently missing report
6
13
  visible?: boolean;
7
14
  permanentlyMissing?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.0-alpha.84",
3
+ "version": "1.0.0-alpha.86",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Fixed Asset Tagsamurai VueJS Component Library",
6
6
  "type": "module",