@ecan-bi/datav 1.4.78 → 1.4.80
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/index.es.js +1087 -1083
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +15 -15
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/setting/page-config/PageConfig.vue.d.ts +8 -0
- package/types/setting/page-config/index.d.ts +8 -0
- package/types/setting/page-config/props.d.ts +5 -0
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +8 -0
- package/types/setting/provider-config/index.d.ts +8 -0
- package/types/setting/provider-config/props.d.ts +5 -0
package/package.json
CHANGED
|
@@ -59,6 +59,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
59
59
|
[key: string]: any;
|
|
60
60
|
}[];
|
|
61
61
|
};
|
|
62
|
+
isCompatible: {
|
|
63
|
+
type?: import("vue").PropType<boolean>;
|
|
64
|
+
default?: boolean;
|
|
65
|
+
};
|
|
62
66
|
}, {
|
|
63
67
|
style: import("vue").ComputedRef<any>;
|
|
64
68
|
container: import("vue").Ref<any>;
|
|
@@ -124,6 +128,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
124
128
|
[key: string]: any;
|
|
125
129
|
}[];
|
|
126
130
|
};
|
|
131
|
+
isCompatible: {
|
|
132
|
+
type?: import("vue").PropType<boolean>;
|
|
133
|
+
default?: boolean;
|
|
134
|
+
};
|
|
127
135
|
}>>, {
|
|
128
136
|
pageId: string;
|
|
129
137
|
}>;
|
|
@@ -59,6 +59,10 @@ export declare const EcanPageConfig: import("../../utils/withInstall").SFCWithIn
|
|
|
59
59
|
[key: string]: any;
|
|
60
60
|
}[];
|
|
61
61
|
};
|
|
62
|
+
isCompatible: {
|
|
63
|
+
type?: import("vue").PropType<boolean>;
|
|
64
|
+
default?: boolean;
|
|
65
|
+
};
|
|
62
66
|
}, {
|
|
63
67
|
style: import("vue").ComputedRef<any>;
|
|
64
68
|
container: import("vue").Ref<any>;
|
|
@@ -124,6 +128,10 @@ export declare const EcanPageConfig: import("../../utils/withInstall").SFCWithIn
|
|
|
124
128
|
[key: string]: any;
|
|
125
129
|
}[];
|
|
126
130
|
};
|
|
131
|
+
isCompatible: {
|
|
132
|
+
type?: import("vue").PropType<boolean>;
|
|
133
|
+
default?: boolean;
|
|
134
|
+
};
|
|
127
135
|
}>>, {
|
|
128
136
|
pageId: string;
|
|
129
137
|
}>> & Record<string, any>;
|
|
@@ -15,6 +15,7 @@ export interface PageConfig {
|
|
|
15
15
|
requestList: {
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}[];
|
|
18
|
+
isCompatible: boolean;
|
|
18
19
|
}
|
|
19
20
|
export declare const pageConfig: PageConfig;
|
|
20
21
|
export declare const pageConfigComponentProps: {
|
|
@@ -74,4 +75,8 @@ export declare const pageConfigComponentProps: {
|
|
|
74
75
|
[key: string]: any;
|
|
75
76
|
}[];
|
|
76
77
|
};
|
|
78
|
+
isCompatible: {
|
|
79
|
+
type?: import("vue").PropType<boolean>;
|
|
80
|
+
default?: boolean;
|
|
81
|
+
};
|
|
77
82
|
};
|
|
@@ -75,6 +75,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
75
75
|
type?: import("vue").PropType<import("../../utils/props").Events>;
|
|
76
76
|
default?: import("../../utils/props").Events;
|
|
77
77
|
};
|
|
78
|
+
isCompatible: {
|
|
79
|
+
type?: import("vue").PropType<boolean>;
|
|
80
|
+
default?: boolean;
|
|
81
|
+
};
|
|
78
82
|
}, {
|
|
79
83
|
providerConfig: import("vue").Ref<HTMLElement>;
|
|
80
84
|
configStyle: any;
|
|
@@ -171,6 +175,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
171
175
|
type?: import("vue").PropType<import("../../utils/props").Events>;
|
|
172
176
|
default?: import("../../utils/props").Events;
|
|
173
177
|
};
|
|
178
|
+
isCompatible: {
|
|
179
|
+
type?: import("vue").PropType<boolean>;
|
|
180
|
+
default?: boolean;
|
|
181
|
+
};
|
|
174
182
|
}>>, {
|
|
175
183
|
pageId: string;
|
|
176
184
|
}>;
|
|
@@ -75,6 +75,10 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
|
|
|
75
75
|
type?: import("vue").PropType<import("../../utils/props").Events>;
|
|
76
76
|
default?: import("../../utils/props").Events;
|
|
77
77
|
};
|
|
78
|
+
isCompatible: {
|
|
79
|
+
type?: import("vue").PropType<boolean>;
|
|
80
|
+
default?: boolean;
|
|
81
|
+
};
|
|
78
82
|
}, {
|
|
79
83
|
providerConfig: import("vue").Ref<HTMLElement>;
|
|
80
84
|
configStyle: any;
|
|
@@ -171,6 +175,10 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
|
|
|
171
175
|
type?: import("vue").PropType<import("../../utils/props").Events>;
|
|
172
176
|
default?: import("../../utils/props").Events;
|
|
173
177
|
};
|
|
178
|
+
isCompatible: {
|
|
179
|
+
type?: import("vue").PropType<boolean>;
|
|
180
|
+
default?: boolean;
|
|
181
|
+
};
|
|
174
182
|
}>>, {
|
|
175
183
|
pageId: string;
|
|
176
184
|
}>> & Record<string, any>;
|
|
@@ -22,6 +22,7 @@ export interface ProviderConfig {
|
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
}[];
|
|
24
24
|
events: Events;
|
|
25
|
+
isCompatible: boolean;
|
|
25
26
|
}
|
|
26
27
|
export declare const providerConfig: ProviderConfig;
|
|
27
28
|
export declare const providerConfigComponentProps: {
|
|
@@ -97,4 +98,8 @@ export declare const providerConfigComponentProps: {
|
|
|
97
98
|
type?: import("vue").PropType<Events>;
|
|
98
99
|
default?: Events;
|
|
99
100
|
};
|
|
101
|
+
isCompatible: {
|
|
102
|
+
type?: import("vue").PropType<boolean>;
|
|
103
|
+
default?: boolean;
|
|
104
|
+
};
|
|
100
105
|
};
|