@idmwx/idmui-report 3.3.2 → 3.3.3

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idmwx/idmui-report",
3
3
  "private": false,
4
- "version": "3.3.2",
4
+ "version": "3.3.3",
5
5
  "description": "idm report ui",
6
6
  "type": "module",
7
7
  "keywords": [
@@ -1,54 +0,0 @@
1
- export default _sfc_main;
2
- declare namespace _sfc_main {
3
- namespace props {
4
- namespace data {
5
- export const type: ObjectConstructor;
6
- const _default: {};
7
- export { _default as default };
8
- }
9
- namespace gateway {
10
- const type_1: StringConstructor;
11
- export { type_1 as type };
12
- const _default_1: string;
13
- export { _default_1 as default };
14
- }
15
- namespace token {
16
- const type_2: StringConstructor;
17
- export { type_2 as type };
18
- const _default_2: undefined;
19
- export { _default_2 as default };
20
- }
21
- namespace editorDisabled {
22
- const type_3: BooleanConstructor;
23
- export { type_3 as type };
24
- function _default_3(): boolean;
25
- export { _default_3 as default };
26
- }
27
- }
28
- const components: undefined;
29
- function data(): {
30
- logSrc2: string;
31
- advisory: undefined;
32
- id: undefined;
33
- editable: boolean;
34
- comparisonData: undefined;
35
- };
36
- namespace watch {
37
- export namespace data_1 {
38
- function handler(newV: any): void;
39
- const immediate: boolean;
40
- }
41
- export { data_1 as data };
42
- }
43
- namespace computed {
44
- function computeUTCTime(): (time: any, format?: string) => string;
45
- function computeColor(): (data: any) => "" | "fail" | "success";
46
- function compareTime(): (actual: any, recmd: any) => any;
47
- function computeSummary(): (data: any, type: any) => string;
48
- }
49
- namespace methods {
50
- function fetchData(): void;
51
- function decideDisable(): void;
52
- function handleCommit(type: any, data: any): Promise<void>;
53
- }
54
- }