@fewangsit/wangsvue-fats 1.0.0-alpha.110 → 1.0.0-alpha.111
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/components/index.d.ts +1 -0
- package/package.json +1 -1
- package/stats.html +1 -1
- package/style.css +1 -1
- package/wangsvue-fats.js +8500 -8047
- package/wangsvue-fats.system.js +70 -70
package/components/index.d.ts
CHANGED
|
@@ -72,3 +72,4 @@ export { default as DialogAssetNameDetail } from './dialogassetnamedetail/Dialog
|
|
|
72
72
|
export { default as DialogReportTag } from './dialogreporttag/DialogReportTag.vue';
|
|
73
73
|
export { default as DialogReportDamage } from './dialogreportdamage/DialogReportDamage.vue';
|
|
74
74
|
export { default as DialogReportMissing } from './dialogreportmissing/DialogReportMissing.vue';
|
|
75
|
+
export { default as DisposalReport } from './disposalreport/DisposalReport.vue';
|