@idmwx/idmui-report 3.0.6 → 3.0.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.
@@ -1,5 +1,6 @@
1
1
  import { Plugin } from 'vue';
2
2
  import InvoiceReport from './src/opi/index.vue';
3
3
  import OrmInvoiceReport from './src/orm/index.vue';
4
+ import FliInvoiceReport from './src/fli/index.vue';
4
5
  export declare const InvoicePlugin: Plugin;
5
- export { InvoiceReport, OrmInvoiceReport };
6
+ export { InvoiceReport, OrmInvoiceReport, FliInvoiceReport };
@@ -0,0 +1,28 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const components: undefined;
4
+ function data(): {
5
+ reservations4Route: never[];
6
+ reservations4Point: never[];
7
+ maxColspans: number;
8
+ totalInUS: number;
9
+ };
10
+ namespace props {
11
+ namespace report {
12
+ export const type: ObjectConstructor;
13
+ function _default(): {};
14
+ export { _default as default };
15
+ }
16
+ }
17
+ namespace watch {
18
+ export namespace report_1 {
19
+ function handler(): void;
20
+ const immediate: boolean;
21
+ }
22
+ export { report_1 as report };
23
+ }
24
+ namespace computed {
25
+ function computeTime(): (time: any, format?: string) => string;
26
+ }
27
+ function mounted(): void;
28
+ }