@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.
@@ -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(): {