@idmwx/idmui-report 3.3.5 → 3.3.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/dist/Deviation/src/fli.vue.d.ts +0 -1
- package/dist/Invoice/index.d.ts +1 -2
- package/dist/Point/index.d.ts +1 -2
- package/dist/Route/index.d.ts +2 -3
- package/dist/Voyage/index.d.ts +1 -2
- package/dist/Voyage/src/fli/summary.vue.d.ts +1 -1
- package/dist/index.js +5644 -9357
- package/dist/index.umd.cjs +6 -7
- package/dist/style.css +1 -1
- package/package.json +2 -3
- package/dist/Image/brab.vue.d.ts +0 -11
- package/dist/Image/route1.vue.d.ts +0 -11
- package/dist/Image/route2.vue.d.ts +0 -11
- package/dist/Image/route3.vue.d.ts +0 -11
- package/dist/Invoice/src/opi/index.vue.d.ts +0 -53
- package/dist/Point/src/opi.vue.d.ts +0 -33
- package/dist/Route/src/opi.vue.d.ts +0 -54
- package/dist/Voyage/src/opi/firstPart.vue.d.ts +0 -63
- package/dist/Voyage/src/opi/index.vue.d.ts +0 -36
- package/dist/Voyage/src/opi/scCharts.vue.d.ts +0 -45
- package/dist/Voyage/src/opi/secondPart.vue.d.ts +0 -45
- package/dist/Voyage/src/opi/thirdPart.vue.d.ts +0 -87
package/dist/Invoice/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Plugin } from 'vue';
|
|
2
|
-
import InvoiceReport from './src/opi/index.vue';
|
|
3
2
|
import OrmInvoiceReport from './src/orm/index.vue';
|
|
4
3
|
import FliInvoiceReport from './src/fli/index.vue';
|
|
5
4
|
export declare const InvoicePlugin: Plugin;
|
|
6
|
-
export {
|
|
5
|
+
export { OrmInvoiceReport, FliInvoiceReport };
|
package/dist/Point/index.d.ts
CHANGED
package/dist/Route/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Plugin } from 'vue';
|
|
2
|
-
import RouteReport from './src/
|
|
3
|
-
import OpiPlanReport from './src/opi.vue';
|
|
2
|
+
import RouteReport from './src/orm.vue';
|
|
4
3
|
import FliPlanReport from './src/fli.vue';
|
|
5
4
|
import OrmPlanReport from './src/orm.vue';
|
|
6
5
|
export declare const RouteReportPlugin: Plugin;
|
|
7
|
-
export { RouteReport, FliPlanReport,
|
|
6
|
+
export { RouteReport, FliPlanReport, OrmPlanReport };
|
package/dist/Voyage/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Plugin } from 'vue';
|
|
2
|
-
import OpiVoyageReport from './src/opi/index.vue';
|
|
3
2
|
import FliVoyageReport from './src/fli/index.vue';
|
|
4
3
|
import OrmVoyageReport from './src/orm/index.vue';
|
|
5
4
|
export declare const VoyageReportPlugin: Plugin;
|
|
6
|
-
export {
|
|
5
|
+
export { FliVoyageReport, OrmVoyageReport };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export default _sfc_main;
|
|
2
2
|
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
3
4
|
const components: undefined;
|
|
4
5
|
namespace props {
|
|
5
6
|
namespace reportData {
|
|
@@ -63,7 +64,6 @@ declare namespace _sfc_main {
|
|
|
63
64
|
export { reportData_1 as reportData };
|
|
64
65
|
}
|
|
65
66
|
namespace methods {
|
|
66
|
-
function getLonLat(data: any): string;
|
|
67
67
|
function handleCommit(content: any): void;
|
|
68
68
|
function decideDisable(): void;
|
|
69
69
|
function cheakData(): void;
|