@idmwx/idmui-report 4.7.4 → 4.7.6

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.
@@ -0,0 +1,4 @@
1
+ import { Plugin } from 'vue';
2
+ import FuelEUReport from './src/orm.vue';
3
+ export declare const FuelEUReportPlugin: Plugin;
4
+ export { FuelEUReport };
@@ -0,0 +1,35 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const name: string;
4
+ const components: undefined;
5
+ namespace props {
6
+ namespace report {
7
+ export const type: ObjectConstructor;
8
+ function _default(): {};
9
+ export { _default as default };
10
+ }
11
+ }
12
+ const emits: string[];
13
+ function data(): {
14
+ remarks: undefined;
15
+ editable: boolean;
16
+ };
17
+ namespace computed {
18
+ function computeUTCTime(): (time: any, format?: string) => string;
19
+ function computedLngLat(): (lat: any, lng: any) => string;
20
+ function computePortName(): (wayport: any) => any;
21
+ function computeNum(): (data: any) => any;
22
+ function computeBlankHtml(): (html: any) => boolean;
23
+ }
24
+ namespace watch {
25
+ export namespace report_1 {
26
+ function handler(newV: any): void;
27
+ const immediate: boolean;
28
+ }
29
+ export { report_1 as report };
30
+ }
31
+ namespace methods {
32
+ function fetchData(): void;
33
+ function handleCommit(content: any): void;
34
+ }
35
+ }
package/dist/index.d.ts CHANGED
@@ -16,3 +16,4 @@ export * from './Precipitation';
16
16
  export * from './Loading';
17
17
  export * from './Eeas';
18
18
  export * from './Ets';
19
+ export * from './FuelEU';