@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.
@@ -57,7 +57,6 @@ declare namespace _sfc_main {
57
57
  export { data_1 as data };
58
58
  }
59
59
  namespace methods {
60
- function fetchLonLat(data: any): string;
61
60
  function fetchData(): void;
62
61
  function fetchSuggestName(val: any): Promise<void>;
63
62
  function handleAdd(): void;
@@ -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 { InvoiceReport, OrmInvoiceReport, FliInvoiceReport };
5
+ export { OrmInvoiceReport, FliInvoiceReport };
@@ -1,5 +1,4 @@
1
1
  import { Plugin } from 'vue';
2
2
  import ORMPointReport from './src/orm.vue';
3
- import PointReport from './src/opi.vue';
4
3
  export declare const PointReportPlugin: Plugin;
5
- export { ORMPointReport, PointReport };
4
+ export { ORMPointReport };
@@ -1,7 +1,6 @@
1
1
  import { Plugin } from 'vue';
2
- import RouteReport from './src/opi.vue';
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, OpiPlanReport, OrmPlanReport };
6
+ export { RouteReport, FliPlanReport, OrmPlanReport };
@@ -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 { OpiVoyageReport, FliVoyageReport, OrmVoyageReport };
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;