tsv2-library 0.2.36 → 0.2.38

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.
@@ -307,7 +307,6 @@ export interface TSDataTableProps {
307
307
  * Set the scrollHeight in px
308
308
  */
309
309
  scrollHeight?: string;
310
- formattedChildrenFilter?: boolean;
311
310
  }
312
311
 
313
312
  export type TSDataTableEmits = {
@@ -111,10 +111,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
111
111
  type: StringConstructor;
112
112
  required: false;
113
113
  };
114
- formattedChildrenFilter: {
115
- type: BooleanConstructor;
116
- required: false;
117
- };
118
114
  router: {
119
115
  type: ObjectConstructor;
120
116
  required: true;
@@ -236,10 +232,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
236
232
  type: StringConstructor;
237
233
  required: false;
238
234
  };
239
- formattedChildrenFilter: {
240
- type: BooleanConstructor;
241
- required: false;
242
- };
243
235
  router: {
244
236
  type: ObjectConstructor;
245
237
  required: true;
@@ -259,6 +251,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
259
251
  usePaginator: boolean;
260
252
  singleSelect: boolean;
261
253
  customColumn: boolean;
262
- formattedChildrenFilter: boolean;
263
254
  }, {}>;
264
255
  export default _sfc_main;