@tmesoft/data-screen-set 1.1.7 → 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 +10 -0
- package/dist/data-screen-set-lib.es.js +14242 -14123
- package/dist/data-screen-set-lib.umd.js +57 -57
- package/dist/public/theme/blue/notice-info/bg.png +0 -0
- package/dist/public/theme/blue/notice-info/icon.png +0 -0
- 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
- package/dist/public/theme/green//344/272/272/345/221/230/344/273/213/347/273/215.png +0 -0
- package/dist/public/theme/green//351/273/230/350/256/244/345/244/264/345/203/217.png +0 -0
- package/dist/public/theme/yellow//344/272/272/345/221/230/344/273/213/347/273/215.png +0 -0
- package/dist/public/theme/yellow//351/273/230/350/256/244/345/244/264/345/203/217.png +0 -0
|
@@ -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;
|
|
@@ -146,6 +150,7 @@ default: () => void;
|
|
|
146
150
|
setRootWidthHeight: (rootWidthHeighObject: any) => void;
|
|
147
151
|
setDataCardListJson: (_dataCardListJson: any, _noRenderDataCardIds?: number[]) => void;
|
|
148
152
|
handleTextScroll: (id: number) => void;
|
|
153
|
+
handleNoticeInfoScroll: () => void;
|
|
149
154
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
150
155
|
editBtnClick: (...args: any[]) => void;
|
|
151
156
|
deleteBtnClick: (...args: any[]) => void;
|
|
@@ -280,6 +285,10 @@ theme: {
|
|
|
280
285
|
type: StringConstructor;
|
|
281
286
|
default: string;
|
|
282
287
|
};
|
|
288
|
+
dataCardInfoData: {
|
|
289
|
+
type: PropType<any>;
|
|
290
|
+
default: () => {};
|
|
291
|
+
};
|
|
283
292
|
changeDataCardConfig: {
|
|
284
293
|
type: FunctionConstructor;
|
|
285
294
|
default: () => void;
|
|
@@ -310,6 +319,7 @@ detail: IbigScreenCoordinate;
|
|
|
310
319
|
activeId: number;
|
|
311
320
|
activeType: CardType;
|
|
312
321
|
theme: string;
|
|
322
|
+
dataCardInfoData: any;
|
|
313
323
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
314
324
|
|
|
315
325
|
declare function __VLS_template(): {
|