@fewangsit/wangsvue-fats 1.0.0-alpha.119 → 1.0.0-alpha.120

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.
@@ -249,6 +249,11 @@ export type DropdownEmits = {
249
249
  * Emits when overlay shown.
250
250
  */
251
251
  'show': [];
252
+
253
+ /**
254
+ * Emits when the Field Info icon is clicked.
255
+ */
256
+ 'fieldInfoClick': [];
252
257
  };
253
258
 
254
259
  /**
@@ -76,4 +76,11 @@ declare class FieldWrapper extends ClassComponent<
76
76
  unknown
77
77
  > {}
78
78
 
79
+ export type FieldWrapperEmits = {
80
+ /**
81
+ * Emitted when the information (tooltip) is clicked.
82
+ */
83
+ infoClick: [];
84
+ };
85
+
79
86
  export default FieldWrapper;
@@ -74,4 +74,5 @@ export { default as DialogReportTag } from './dialogreporttag/DialogReportTag.vu
74
74
  export { default as DialogReportDamage } from './dialogreportdamage/DialogReportDamage.vue';
75
75
  export { default as DialogReportMissing } from './dialogreportmissing/DialogReportMissing.vue';
76
76
  export { default as DialogTransferLog } from './dialogtransferlog/DialogTransferLog.vue';
77
+ export { default as DialogDamageLog } from './dialogdamagelog/DialogDamageLog.vue';
77
78
  export { default as DisposalReport } from './disposalreport/DisposalReport.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.0-alpha.119",
3
+ "version": "1.0.0-alpha.120",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Fixed Asset Tagsamurai VueJS Component Library",
6
6
  "type": "module",