quasar-factory-lib 0.0.65 → 0.0.67

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.
@@ -36,10 +36,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
36
36
  btnEmit?: undefined;
37
37
  dataCy?: undefined;
38
38
  btnColor?: undefined;
39
+ btnDisable?: undefined;
39
40
  format?: undefined;
40
41
  showBadge?: undefined;
41
42
  badgeDataCy?: undefined;
42
- badgeEmit?: undefined;
43
43
  badgeText?: undefined;
44
44
  badgeColor?: undefined;
45
45
  badgeTextColor?: undefined;
@@ -51,7 +51,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
51
51
  checkBoxColorCaseFalse?: undefined;
52
52
  checkBoxDataCy?: undefined;
53
53
  showInputPopupEdit?: undefined;
54
- showCustomizedButtonWithToolTip?: undefined;
54
+ showIconWithToolTip?: undefined;
55
+ iconWithToolTipEmit?: undefined;
56
+ iconWithToolTipColor?: undefined;
57
+ iconWithToolTipName?: undefined;
55
58
  toolTipText?: undefined;
56
59
  } | {
57
60
  name: string;
@@ -77,10 +80,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
77
80
  btnEmit?: undefined;
78
81
  dataCy?: undefined;
79
82
  btnColor?: undefined;
83
+ btnDisable?: undefined;
80
84
  format?: undefined;
81
85
  showBadge?: undefined;
82
86
  badgeDataCy?: undefined;
83
- badgeEmit?: undefined;
84
87
  badgeText?: undefined;
85
88
  badgeColor?: undefined;
86
89
  badgeTextColor?: undefined;
@@ -92,7 +95,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
92
95
  checkBoxColorCaseFalse?: undefined;
93
96
  checkBoxDataCy?: undefined;
94
97
  showInputPopupEdit?: undefined;
95
- showCustomizedButtonWithToolTip?: undefined;
98
+ showIconWithToolTip?: undefined;
99
+ iconWithToolTipEmit?: undefined;
100
+ iconWithToolTipColor?: undefined;
101
+ iconWithToolTipName?: undefined;
96
102
  toolTipText?: undefined;
97
103
  } | {
98
104
  name: string;
@@ -118,10 +124,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
118
124
  btnEmit?: undefined;
119
125
  dataCy?: undefined;
120
126
  btnColor?: undefined;
127
+ btnDisable?: undefined;
121
128
  format?: undefined;
122
129
  showBadge?: undefined;
123
130
  badgeDataCy?: undefined;
124
- badgeEmit?: undefined;
125
131
  badgeText?: undefined;
126
132
  badgeColor?: undefined;
127
133
  badgeTextColor?: undefined;
@@ -133,7 +139,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
133
139
  checkBoxColorCaseFalse?: undefined;
134
140
  checkBoxDataCy?: undefined;
135
141
  showInputPopupEdit?: undefined;
136
- showCustomizedButtonWithToolTip?: undefined;
142
+ showIconWithToolTip?: undefined;
143
+ iconWithToolTipEmit?: undefined;
144
+ iconWithToolTipColor?: undefined;
145
+ iconWithToolTipName?: undefined;
137
146
  toolTipText?: undefined;
138
147
  } | {
139
148
  name: string;
@@ -159,10 +168,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
159
168
  btnEmit?: undefined;
160
169
  dataCy?: undefined;
161
170
  btnColor?: undefined;
171
+ btnDisable?: undefined;
162
172
  format?: undefined;
163
173
  showBadge?: undefined;
164
174
  badgeDataCy?: undefined;
165
- badgeEmit?: undefined;
166
175
  badgeText?: undefined;
167
176
  badgeColor?: undefined;
168
177
  badgeTextColor?: undefined;
@@ -174,7 +183,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
174
183
  checkBoxColorCaseFalse?: undefined;
175
184
  checkBoxDataCy?: undefined;
176
185
  showInputPopupEdit?: undefined;
177
- showCustomizedButtonWithToolTip?: undefined;
186
+ showIconWithToolTip?: undefined;
187
+ iconWithToolTipEmit?: undefined;
188
+ iconWithToolTipColor?: undefined;
189
+ iconWithToolTipName?: undefined;
178
190
  toolTipText?: undefined;
179
191
  } | {
180
192
  name: string;
@@ -187,6 +199,9 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
187
199
  btnEmit: string;
188
200
  dataCy: string;
189
201
  btnColor: string;
202
+ btnDisable: (row: {
203
+ btnDisable: string;
204
+ }) => string;
190
205
  required?: undefined;
191
206
  showBasicCheckbox?: undefined;
192
207
  showCustomizedIcon?: undefined;
@@ -203,7 +218,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
203
218
  format?: undefined;
204
219
  showBadge?: undefined;
205
220
  badgeDataCy?: undefined;
206
- badgeEmit?: undefined;
207
221
  badgeText?: undefined;
208
222
  badgeColor?: undefined;
209
223
  badgeTextColor?: undefined;
@@ -215,7 +229,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
215
229
  checkBoxColorCaseFalse?: undefined;
216
230
  checkBoxDataCy?: undefined;
217
231
  showInputPopupEdit?: undefined;
218
- showCustomizedButtonWithToolTip?: undefined;
232
+ showIconWithToolTip?: undefined;
233
+ iconWithToolTipEmit?: undefined;
234
+ iconWithToolTipColor?: undefined;
235
+ iconWithToolTipName?: undefined;
219
236
  toolTipText?: undefined;
220
237
  } | {
221
238
  name: string;
@@ -226,7 +243,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
226
243
  format: (val: number) => string;
227
244
  showBadge: boolean;
228
245
  badgeDataCy: string;
229
- badgeEmit: string;
230
246
  badgeText: (row: {
231
247
  badgeText: string;
232
248
  }) => string;
@@ -253,6 +269,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
253
269
  btnEmit?: undefined;
254
270
  dataCy?: undefined;
255
271
  btnColor?: undefined;
272
+ btnDisable?: undefined;
256
273
  showCustomizedCheckBox?: undefined;
257
274
  checkedIcon?: undefined;
258
275
  uncheckedIcon?: undefined;
@@ -260,7 +277,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
260
277
  checkBoxColorCaseFalse?: undefined;
261
278
  checkBoxDataCy?: undefined;
262
279
  showInputPopupEdit?: undefined;
263
- showCustomizedButtonWithToolTip?: undefined;
280
+ showIconWithToolTip?: undefined;
281
+ iconWithToolTipEmit?: undefined;
282
+ iconWithToolTipColor?: undefined;
283
+ iconWithToolTipName?: undefined;
264
284
  toolTipText?: undefined;
265
285
  } | {
266
286
  name: string;
@@ -292,16 +312,19 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
292
312
  btnEmit?: undefined;
293
313
  dataCy?: undefined;
294
314
  btnColor?: undefined;
315
+ btnDisable?: undefined;
295
316
  format?: undefined;
296
317
  showBadge?: undefined;
297
318
  badgeDataCy?: undefined;
298
- badgeEmit?: undefined;
299
319
  badgeText?: undefined;
300
320
  badgeColor?: undefined;
301
321
  badgeTextColor?: undefined;
302
322
  badgeOutline?: undefined;
303
323
  showInputPopupEdit?: undefined;
304
- showCustomizedButtonWithToolTip?: undefined;
324
+ showIconWithToolTip?: undefined;
325
+ iconWithToolTipEmit?: undefined;
326
+ iconWithToolTipColor?: undefined;
327
+ iconWithToolTipName?: undefined;
305
328
  toolTipText?: undefined;
306
329
  } | {
307
330
  name: string;
@@ -328,10 +351,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
328
351
  btnEmit?: undefined;
329
352
  dataCy?: undefined;
330
353
  btnColor?: undefined;
354
+ btnDisable?: undefined;
331
355
  format?: undefined;
332
356
  showBadge?: undefined;
333
357
  badgeDataCy?: undefined;
334
- badgeEmit?: undefined;
335
358
  badgeText?: undefined;
336
359
  badgeColor?: undefined;
337
360
  badgeTextColor?: undefined;
@@ -342,7 +365,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
342
365
  checkBoxColorCaseTrue?: undefined;
343
366
  checkBoxColorCaseFalse?: undefined;
344
367
  checkBoxDataCy?: undefined;
345
- showCustomizedButtonWithToolTip?: undefined;
368
+ showIconWithToolTip?: undefined;
369
+ iconWithToolTipEmit?: undefined;
370
+ iconWithToolTipColor?: undefined;
371
+ iconWithToolTipName?: undefined;
346
372
  toolTipText?: undefined;
347
373
  } | {
348
374
  name: string;
@@ -351,12 +377,14 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
351
377
  field: string;
352
378
  required: boolean;
353
379
  sortable: boolean;
354
- showCustomizedButtonWithToolTip: boolean;
355
- btnIcon: string;
356
- btnEmit: string;
380
+ showIconWithToolTip: boolean;
357
381
  dataCy: string;
358
- btnColor: (row: {
359
- btnColor: string;
382
+ iconWithToolTipEmit: string;
383
+ iconWithToolTipColor: (row: {
384
+ iconWithToolTipColor: string;
385
+ }) => string;
386
+ iconWithToolTipName: (row: {
387
+ iconWithToolTipName: string;
360
388
  }) => string;
361
389
  toolTipText: (row: {
362
390
  toolTipText: string;
@@ -374,10 +402,13 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
374
402
  popupEditDataCy?: undefined;
375
403
  popupEditMask?: undefined;
376
404
  showCustomizedButton?: undefined;
405
+ btnIcon?: undefined;
406
+ btnEmit?: undefined;
407
+ btnColor?: undefined;
408
+ btnDisable?: undefined;
377
409
  format?: undefined;
378
410
  showBadge?: undefined;
379
411
  badgeDataCy?: undefined;
380
- badgeEmit?: undefined;
381
412
  badgeText?: undefined;
382
413
  badgeColor?: undefined;
383
414
  badgeTextColor?: undefined;
@@ -413,10 +444,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
413
444
  btnEmit?: undefined;
414
445
  dataCy?: undefined;
415
446
  btnColor?: undefined;
447
+ btnDisable?: undefined;
416
448
  format?: undefined;
417
449
  showBadge?: undefined;
418
450
  badgeDataCy?: undefined;
419
- badgeEmit?: undefined;
420
451
  badgeText?: undefined;
421
452
  badgeColor?: undefined;
422
453
  badgeTextColor?: undefined;
@@ -428,7 +459,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
428
459
  checkBoxColorCaseFalse?: undefined;
429
460
  checkBoxDataCy?: undefined;
430
461
  showInputPopupEdit?: undefined;
431
- showCustomizedButtonWithToolTip?: undefined;
462
+ showIconWithToolTip?: undefined;
463
+ iconWithToolTipEmit?: undefined;
464
+ iconWithToolTipColor?: undefined;
465
+ iconWithToolTipName?: undefined;
432
466
  toolTipText?: undefined;
433
467
  })[];
434
468
  rows: never[];
@@ -451,10 +485,12 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
451
485
  getRows(): void;
452
486
  getBadgeColor(carbs: number): "secondary" | "negative";
453
487
  getBadgeText(carbs: number): "header.hello" | "global.total";
454
- onClickBadge(rows: object[]): void;
488
+ getBtnDisable(carbs: number): boolean;
489
+ getIconWithToolTipName(carbs: number): "warning" | "home";
455
490
  onUpdateBasicCheckboxValue(rows: object[]): void;
456
491
  onUpdateCustomizedCheckboxValue(rows: object[]): void;
457
492
  setItemNotFound(rows: object[]): void;
493
+ onClickIconToolTip(rows: object[]): void;
458
494
  getCellClass(row: any, col: any): "" | "text-color-negative-bold";
459
495
  additionalFilterConditions(rows_: object[] | [], filteredRowsParam_: object[] | []): object[];
460
496
  additionalSortConditions(filteredRowsData: object[] | [], rows: object[] | []): object[] | undefined;
@@ -554,7 +590,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
554
590
  onSaveValuePopupEdit(row: object): void;
555
591
  onUpdateBasicCheckboxValue(row: object): void;
556
592
  onClickButton(emit: "onClickButton", row: object): void;
557
- onClickButtonWithToolTip(row: object): void;
593
+ onClickIconToolTip(emit: "onClickIconToolTip", row: object): void;
558
594
  onRowClick(row: object): void;
559
595
  deleteItem(row: object): void;
560
596
  onUpdateCustomizedCheckboxValue(row: object): void;
@@ -573,7 +609,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
573
609
  search: string;
574
610
  prepared: boolean;
575
611
  }): any;
576
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSelectVisibleColumns" | "onClickButton" | "onClickButtonWithToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick")[], "onSelectVisibleColumns" | "onClickButton" | "onClickButtonWithToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
612
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick")[], "onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
577
613
  columns: {
578
614
  type: () => object[];
579
615
  required: true;
@@ -644,7 +680,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
644
680
  }>> & Readonly<{
645
681
  onOnSelectVisibleColumns?: ((...args: any[]) => any) | undefined;
646
682
  onOnClickButton?: ((...args: any[]) => any) | undefined;
647
- onOnClickButtonWithToolTip?: ((...args: any[]) => any) | undefined;
683
+ onOnClickIconToolTip?: ((...args: any[]) => any) | undefined;
648
684
  onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
649
685
  onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
650
686
  onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
@@ -749,9 +785,9 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
749
785
  showCustomizedIcon: boolean;
750
786
  showColumButton: boolean;
751
787
  showBadge: boolean;
752
- showCustomizedButtonWithToolTip: boolean;
788
+ showIconWithToolTip: boolean;
753
789
  }): boolean;
754
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickButtonWithToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue")[], "onClickButton" | "onClickButtonWithToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
790
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
755
791
  tableProps: {
756
792
  type: ObjectConstructor;
757
793
  required: true;
@@ -766,7 +802,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
766
802
  };
767
803
  }>> & Readonly<{
768
804
  onOnClickButton?: ((...args: any[]) => any) | undefined;
769
- onOnClickButtonWithToolTip?: ((...args: any[]) => any) | undefined;
805
+ onOnClickIconToolTip?: ((...args: any[]) => any) | undefined;
770
806
  onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
771
807
  onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
772
808
  onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
@@ -1106,16 +1142,16 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1106
1142
  required: true;
1107
1143
  };
1108
1144
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1109
- CustomizedButtonWithToolTip: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1145
+ IconWithToolTip: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1110
1146
  dataCy: {
1111
1147
  type: StringConstructor;
1112
1148
  required: true;
1113
1149
  };
1114
- btnColor: {
1150
+ iconColor: {
1115
1151
  type: StringConstructor;
1116
1152
  required: true;
1117
1153
  };
1118
- btnIcon: {
1154
+ iconName: {
1119
1155
  type: StringConstructor;
1120
1156
  required: true;
1121
1157
  };
@@ -1123,16 +1159,16 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1123
1159
  type: StringConstructor;
1124
1160
  required: true;
1125
1161
  };
1126
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClickButtonWithToolTip"[], "onClickButtonWithToolTip", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1162
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClickIconToolTip"[], "onClickIconToolTip", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1127
1163
  dataCy: {
1128
1164
  type: StringConstructor;
1129
1165
  required: true;
1130
1166
  };
1131
- btnColor: {
1167
+ iconColor: {
1132
1168
  type: StringConstructor;
1133
1169
  required: true;
1134
1170
  };
1135
- btnIcon: {
1171
+ iconName: {
1136
1172
  type: StringConstructor;
1137
1173
  required: true;
1138
1174
  };
@@ -1141,7 +1177,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1141
1177
  required: true;
1142
1178
  };
1143
1179
  }>> & Readonly<{
1144
- onOnClickButtonWithToolTip?: ((...args: any[]) => any) | undefined;
1180
+ onOnClickIconToolTip?: ((...args: any[]) => any) | undefined;
1145
1181
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1146
1182
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1147
1183
  TableSlotGrid: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -1170,9 +1206,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1170
1206
  showCustomizedIcon: boolean;
1171
1207
  showColumButton: boolean;
1172
1208
  showBadge: boolean;
1173
- showCustomizedButtonWithToolTip: boolean;
1209
+ showIconWithToolTip: boolean;
1210
+ showCustomizedButton: boolean;
1174
1211
  }): boolean;
1175
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickButtonWithToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue")[], "onClickButton" | "onClickButtonWithToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1212
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "onClickIcon")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "onClickIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1176
1213
  tableProps: {
1177
1214
  type: ObjectConstructor;
1178
1215
  required: true;
@@ -1190,10 +1227,11 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1190
1227
  };
1191
1228
  }>> & Readonly<{
1192
1229
  onOnClickButton?: ((...args: any[]) => any) | undefined;
1193
- onOnClickButtonWithToolTip?: ((...args: any[]) => any) | undefined;
1230
+ onOnClickIconToolTip?: ((...args: any[]) => any) | undefined;
1194
1231
  onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
1195
1232
  onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
1196
1233
  onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
1234
+ onOnClickIcon?: ((...args: any[]) => any) | undefined;
1197
1235
  }>, {
1198
1236
  selectionType: string;
1199
1237
  getCellClass: Function;
@@ -1530,16 +1568,16 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1530
1568
  required: true;
1531
1569
  };
1532
1570
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1533
- CustomizedButtonWithToolTip: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1571
+ IconWithToolTip: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1534
1572
  dataCy: {
1535
1573
  type: StringConstructor;
1536
1574
  required: true;
1537
1575
  };
1538
- btnColor: {
1576
+ iconColor: {
1539
1577
  type: StringConstructor;
1540
1578
  required: true;
1541
1579
  };
1542
- btnIcon: {
1580
+ iconName: {
1543
1581
  type: StringConstructor;
1544
1582
  required: true;
1545
1583
  };
@@ -1547,16 +1585,16 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1547
1585
  type: StringConstructor;
1548
1586
  required: true;
1549
1587
  };
1550
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClickButtonWithToolTip"[], "onClickButtonWithToolTip", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1588
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClickIconToolTip"[], "onClickIconToolTip", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1551
1589
  dataCy: {
1552
1590
  type: StringConstructor;
1553
1591
  required: true;
1554
1592
  };
1555
- btnColor: {
1593
+ iconColor: {
1556
1594
  type: StringConstructor;
1557
1595
  required: true;
1558
1596
  };
1559
- btnIcon: {
1597
+ iconName: {
1560
1598
  type: StringConstructor;
1561
1599
  required: true;
1562
1600
  };
@@ -1565,7 +1603,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1565
1603
  required: true;
1566
1604
  };
1567
1605
  }>> & Readonly<{
1568
- onOnClickButtonWithToolTip?: ((...args: any[]) => any) | undefined;
1606
+ onOnClickIconToolTip?: ((...args: any[]) => any) | undefined;
1569
1607
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1570
1608
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1571
1609
  TableFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{