@tmesoft/data-screen-set 1.1.8 → 1.1.9
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/data-screen-set-lib.d.ts +9 -0
- package/dist/data-screen-set-lib.es.js +12041 -12010
- package/dist/data-screen-set-lib.umd.js +53 -53
- package/dist/public/theme/green/notice-info/bg.png +0 -0
- package/dist/public/theme/green/notice-info/icon.png +0 -0
- package/dist/public/theme/yellow/notice-info/bg.png +0 -0
- package/dist/public/theme/yellow/notice-info/icon.png +0 -0
- package/package.json +1 -1
|
@@ -134,6 +134,10 @@ theme: {
|
|
|
134
134
|
type: StringConstructor;
|
|
135
135
|
default: string;
|
|
136
136
|
};
|
|
137
|
+
dataCardInfoData: {
|
|
138
|
+
type: PropType<any>;
|
|
139
|
+
default: () => {};
|
|
140
|
+
};
|
|
137
141
|
changeDataCardConfig: {
|
|
138
142
|
type: FunctionConstructor;
|
|
139
143
|
default: () => void;
|
|
@@ -281,6 +285,10 @@ theme: {
|
|
|
281
285
|
type: StringConstructor;
|
|
282
286
|
default: string;
|
|
283
287
|
};
|
|
288
|
+
dataCardInfoData: {
|
|
289
|
+
type: PropType<any>;
|
|
290
|
+
default: () => {};
|
|
291
|
+
};
|
|
284
292
|
changeDataCardConfig: {
|
|
285
293
|
type: FunctionConstructor;
|
|
286
294
|
default: () => void;
|
|
@@ -311,6 +319,7 @@ detail: IbigScreenCoordinate;
|
|
|
311
319
|
activeId: number;
|
|
312
320
|
activeType: CardType;
|
|
313
321
|
theme: string;
|
|
322
|
+
dataCardInfoData: any;
|
|
314
323
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
315
324
|
|
|
316
325
|
declare function __VLS_template(): {
|