quasar-factory-lib 0.0.66 → 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.
@@ -40,7 +40,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
40
40
  format?: undefined;
41
41
  showBadge?: undefined;
42
42
  badgeDataCy?: undefined;
43
- badgeEmit?: undefined;
44
43
  badgeText?: undefined;
45
44
  badgeColor?: undefined;
46
45
  badgeTextColor?: undefined;
@@ -52,7 +51,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
52
51
  checkBoxColorCaseFalse?: undefined;
53
52
  checkBoxDataCy?: undefined;
54
53
  showInputPopupEdit?: undefined;
55
- showCustomizedButtonWithToolTip?: undefined;
54
+ showIconWithToolTip?: undefined;
55
+ iconWithToolTipEmit?: undefined;
56
+ iconWithToolTipColor?: undefined;
57
+ iconWithToolTipName?: undefined;
56
58
  toolTipText?: undefined;
57
59
  } | {
58
60
  name: string;
@@ -82,7 +84,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
82
84
  format?: undefined;
83
85
  showBadge?: undefined;
84
86
  badgeDataCy?: undefined;
85
- badgeEmit?: undefined;
86
87
  badgeText?: undefined;
87
88
  badgeColor?: undefined;
88
89
  badgeTextColor?: undefined;
@@ -94,7 +95,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
94
95
  checkBoxColorCaseFalse?: undefined;
95
96
  checkBoxDataCy?: undefined;
96
97
  showInputPopupEdit?: undefined;
97
- showCustomizedButtonWithToolTip?: undefined;
98
+ showIconWithToolTip?: undefined;
99
+ iconWithToolTipEmit?: undefined;
100
+ iconWithToolTipColor?: undefined;
101
+ iconWithToolTipName?: undefined;
98
102
  toolTipText?: undefined;
99
103
  } | {
100
104
  name: string;
@@ -124,7 +128,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
124
128
  format?: undefined;
125
129
  showBadge?: undefined;
126
130
  badgeDataCy?: undefined;
127
- badgeEmit?: undefined;
128
131
  badgeText?: undefined;
129
132
  badgeColor?: undefined;
130
133
  badgeTextColor?: undefined;
@@ -136,7 +139,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
136
139
  checkBoxColorCaseFalse?: undefined;
137
140
  checkBoxDataCy?: undefined;
138
141
  showInputPopupEdit?: undefined;
139
- showCustomizedButtonWithToolTip?: undefined;
142
+ showIconWithToolTip?: undefined;
143
+ iconWithToolTipEmit?: undefined;
144
+ iconWithToolTipColor?: undefined;
145
+ iconWithToolTipName?: undefined;
140
146
  toolTipText?: undefined;
141
147
  } | {
142
148
  name: string;
@@ -166,7 +172,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
166
172
  format?: undefined;
167
173
  showBadge?: undefined;
168
174
  badgeDataCy?: undefined;
169
- badgeEmit?: undefined;
170
175
  badgeText?: undefined;
171
176
  badgeColor?: undefined;
172
177
  badgeTextColor?: undefined;
@@ -178,7 +183,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
178
183
  checkBoxColorCaseFalse?: undefined;
179
184
  checkBoxDataCy?: undefined;
180
185
  showInputPopupEdit?: undefined;
181
- showCustomizedButtonWithToolTip?: undefined;
186
+ showIconWithToolTip?: undefined;
187
+ iconWithToolTipEmit?: undefined;
188
+ iconWithToolTipColor?: undefined;
189
+ iconWithToolTipName?: undefined;
182
190
  toolTipText?: undefined;
183
191
  } | {
184
192
  name: string;
@@ -210,7 +218,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
210
218
  format?: undefined;
211
219
  showBadge?: undefined;
212
220
  badgeDataCy?: undefined;
213
- badgeEmit?: undefined;
214
221
  badgeText?: undefined;
215
222
  badgeColor?: undefined;
216
223
  badgeTextColor?: undefined;
@@ -222,7 +229,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
222
229
  checkBoxColorCaseFalse?: undefined;
223
230
  checkBoxDataCy?: undefined;
224
231
  showInputPopupEdit?: undefined;
225
- showCustomizedButtonWithToolTip?: undefined;
232
+ showIconWithToolTip?: undefined;
233
+ iconWithToolTipEmit?: undefined;
234
+ iconWithToolTipColor?: undefined;
235
+ iconWithToolTipName?: undefined;
226
236
  toolTipText?: undefined;
227
237
  } | {
228
238
  name: string;
@@ -233,7 +243,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
233
243
  format: (val: number) => string;
234
244
  showBadge: boolean;
235
245
  badgeDataCy: string;
236
- badgeEmit: string;
237
246
  badgeText: (row: {
238
247
  badgeText: string;
239
248
  }) => string;
@@ -268,7 +277,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
268
277
  checkBoxColorCaseFalse?: undefined;
269
278
  checkBoxDataCy?: undefined;
270
279
  showInputPopupEdit?: undefined;
271
- showCustomizedButtonWithToolTip?: undefined;
280
+ showIconWithToolTip?: undefined;
281
+ iconWithToolTipEmit?: undefined;
282
+ iconWithToolTipColor?: undefined;
283
+ iconWithToolTipName?: undefined;
272
284
  toolTipText?: undefined;
273
285
  } | {
274
286
  name: string;
@@ -304,13 +316,15 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
304
316
  format?: undefined;
305
317
  showBadge?: undefined;
306
318
  badgeDataCy?: undefined;
307
- badgeEmit?: undefined;
308
319
  badgeText?: undefined;
309
320
  badgeColor?: undefined;
310
321
  badgeTextColor?: undefined;
311
322
  badgeOutline?: undefined;
312
323
  showInputPopupEdit?: undefined;
313
- showCustomizedButtonWithToolTip?: undefined;
324
+ showIconWithToolTip?: undefined;
325
+ iconWithToolTipEmit?: undefined;
326
+ iconWithToolTipColor?: undefined;
327
+ iconWithToolTipName?: undefined;
314
328
  toolTipText?: undefined;
315
329
  } | {
316
330
  name: string;
@@ -341,7 +355,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
341
355
  format?: undefined;
342
356
  showBadge?: undefined;
343
357
  badgeDataCy?: undefined;
344
- badgeEmit?: undefined;
345
358
  badgeText?: undefined;
346
359
  badgeColor?: undefined;
347
360
  badgeTextColor?: undefined;
@@ -352,7 +365,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
352
365
  checkBoxColorCaseTrue?: undefined;
353
366
  checkBoxColorCaseFalse?: undefined;
354
367
  checkBoxDataCy?: undefined;
355
- showCustomizedButtonWithToolTip?: undefined;
368
+ showIconWithToolTip?: undefined;
369
+ iconWithToolTipEmit?: undefined;
370
+ iconWithToolTipColor?: undefined;
371
+ iconWithToolTipName?: undefined;
356
372
  toolTipText?: undefined;
357
373
  } | {
358
374
  name: string;
@@ -361,12 +377,14 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
361
377
  field: string;
362
378
  required: boolean;
363
379
  sortable: boolean;
364
- showCustomizedButtonWithToolTip: boolean;
365
- btnIcon: string;
366
- btnEmit: string;
380
+ showIconWithToolTip: boolean;
367
381
  dataCy: string;
368
- btnColor: (row: {
369
- btnColor: string;
382
+ iconWithToolTipEmit: string;
383
+ iconWithToolTipColor: (row: {
384
+ iconWithToolTipColor: string;
385
+ }) => string;
386
+ iconWithToolTipName: (row: {
387
+ iconWithToolTipName: string;
370
388
  }) => string;
371
389
  toolTipText: (row: {
372
390
  toolTipText: string;
@@ -384,11 +402,13 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
384
402
  popupEditDataCy?: undefined;
385
403
  popupEditMask?: undefined;
386
404
  showCustomizedButton?: undefined;
405
+ btnIcon?: undefined;
406
+ btnEmit?: undefined;
407
+ btnColor?: undefined;
387
408
  btnDisable?: undefined;
388
409
  format?: undefined;
389
410
  showBadge?: undefined;
390
411
  badgeDataCy?: undefined;
391
- badgeEmit?: undefined;
392
412
  badgeText?: undefined;
393
413
  badgeColor?: undefined;
394
414
  badgeTextColor?: undefined;
@@ -428,7 +448,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
428
448
  format?: undefined;
429
449
  showBadge?: undefined;
430
450
  badgeDataCy?: undefined;
431
- badgeEmit?: undefined;
432
451
  badgeText?: undefined;
433
452
  badgeColor?: undefined;
434
453
  badgeTextColor?: undefined;
@@ -440,7 +459,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
440
459
  checkBoxColorCaseFalse?: undefined;
441
460
  checkBoxDataCy?: undefined;
442
461
  showInputPopupEdit?: undefined;
443
- showCustomizedButtonWithToolTip?: undefined;
462
+ showIconWithToolTip?: undefined;
463
+ iconWithToolTipEmit?: undefined;
464
+ iconWithToolTipColor?: undefined;
465
+ iconWithToolTipName?: undefined;
444
466
  toolTipText?: undefined;
445
467
  })[];
446
468
  rows: never[];
@@ -463,10 +485,12 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
463
485
  getRows(): void;
464
486
  getBadgeColor(carbs: number): "secondary" | "negative";
465
487
  getBadgeText(carbs: number): "header.hello" | "global.total";
466
- onClickBadge(rows: object[]): void;
488
+ getBtnDisable(carbs: number): boolean;
489
+ getIconWithToolTipName(carbs: number): "warning" | "home";
467
490
  onUpdateBasicCheckboxValue(rows: object[]): void;
468
491
  onUpdateCustomizedCheckboxValue(rows: object[]): void;
469
492
  setItemNotFound(rows: object[]): void;
493
+ onClickIconToolTip(rows: object[]): void;
470
494
  getCellClass(row: any, col: any): "" | "text-color-negative-bold";
471
495
  additionalFilterConditions(rows_: object[] | [], filteredRowsParam_: object[] | []): object[];
472
496
  additionalSortConditions(filteredRowsData: object[] | [], rows: object[] | []): object[] | undefined;
@@ -566,7 +590,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
566
590
  onSaveValuePopupEdit(row: object): void;
567
591
  onUpdateBasicCheckboxValue(row: object): void;
568
592
  onClickButton(emit: "onClickButton", row: object): void;
569
- onClickButtonWithToolTip(row: object): void;
593
+ onClickIconToolTip(emit: "onClickIconToolTip", row: object): void;
570
594
  onRowClick(row: object): void;
571
595
  deleteItem(row: object): void;
572
596
  onUpdateCustomizedCheckboxValue(row: object): void;
@@ -585,7 +609,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
585
609
  search: string;
586
610
  prepared: boolean;
587
611
  }): any;
588
- }, 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<{
589
613
  columns: {
590
614
  type: () => object[];
591
615
  required: true;
@@ -656,7 +680,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
656
680
  }>> & Readonly<{
657
681
  onOnSelectVisibleColumns?: ((...args: any[]) => any) | undefined;
658
682
  onOnClickButton?: ((...args: any[]) => any) | undefined;
659
- onOnClickButtonWithToolTip?: ((...args: any[]) => any) | undefined;
683
+ onOnClickIconToolTip?: ((...args: any[]) => any) | undefined;
660
684
  onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
661
685
  onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
662
686
  onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
@@ -761,9 +785,9 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
761
785
  showCustomizedIcon: boolean;
762
786
  showColumButton: boolean;
763
787
  showBadge: boolean;
764
- showCustomizedButtonWithToolTip: boolean;
788
+ showIconWithToolTip: boolean;
765
789
  }): boolean;
766
- }, 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<{
767
791
  tableProps: {
768
792
  type: ObjectConstructor;
769
793
  required: true;
@@ -778,7 +802,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
778
802
  };
779
803
  }>> & Readonly<{
780
804
  onOnClickButton?: ((...args: any[]) => any) | undefined;
781
- onOnClickButtonWithToolTip?: ((...args: any[]) => any) | undefined;
805
+ onOnClickIconToolTip?: ((...args: any[]) => any) | undefined;
782
806
  onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
783
807
  onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
784
808
  onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
@@ -1118,16 +1142,16 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1118
1142
  required: true;
1119
1143
  };
1120
1144
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1121
- CustomizedButtonWithToolTip: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1145
+ IconWithToolTip: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1122
1146
  dataCy: {
1123
1147
  type: StringConstructor;
1124
1148
  required: true;
1125
1149
  };
1126
- btnColor: {
1150
+ iconColor: {
1127
1151
  type: StringConstructor;
1128
1152
  required: true;
1129
1153
  };
1130
- btnIcon: {
1154
+ iconName: {
1131
1155
  type: StringConstructor;
1132
1156
  required: true;
1133
1157
  };
@@ -1135,16 +1159,16 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1135
1159
  type: StringConstructor;
1136
1160
  required: true;
1137
1161
  };
1138
- }>, {}, {}, {}, {}, 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<{
1139
1163
  dataCy: {
1140
1164
  type: StringConstructor;
1141
1165
  required: true;
1142
1166
  };
1143
- btnColor: {
1167
+ iconColor: {
1144
1168
  type: StringConstructor;
1145
1169
  required: true;
1146
1170
  };
1147
- btnIcon: {
1171
+ iconName: {
1148
1172
  type: StringConstructor;
1149
1173
  required: true;
1150
1174
  };
@@ -1153,7 +1177,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1153
1177
  required: true;
1154
1178
  };
1155
1179
  }>> & Readonly<{
1156
- onOnClickButtonWithToolTip?: ((...args: any[]) => any) | undefined;
1180
+ onOnClickIconToolTip?: ((...args: any[]) => any) | undefined;
1157
1181
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1158
1182
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1159
1183
  TableSlotGrid: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -1182,9 +1206,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1182
1206
  showCustomizedIcon: boolean;
1183
1207
  showColumButton: boolean;
1184
1208
  showBadge: boolean;
1185
- showCustomizedButtonWithToolTip: boolean;
1209
+ showIconWithToolTip: boolean;
1210
+ showCustomizedButton: boolean;
1186
1211
  }): boolean;
1187
- }, 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<{
1188
1213
  tableProps: {
1189
1214
  type: ObjectConstructor;
1190
1215
  required: true;
@@ -1202,10 +1227,11 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1202
1227
  };
1203
1228
  }>> & Readonly<{
1204
1229
  onOnClickButton?: ((...args: any[]) => any) | undefined;
1205
- onOnClickButtonWithToolTip?: ((...args: any[]) => any) | undefined;
1230
+ onOnClickIconToolTip?: ((...args: any[]) => any) | undefined;
1206
1231
  onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
1207
1232
  onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
1208
1233
  onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
1234
+ onOnClickIcon?: ((...args: any[]) => any) | undefined;
1209
1235
  }>, {
1210
1236
  selectionType: string;
1211
1237
  getCellClass: Function;
@@ -1542,16 +1568,16 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1542
1568
  required: true;
1543
1569
  };
1544
1570
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1545
- CustomizedButtonWithToolTip: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1571
+ IconWithToolTip: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1546
1572
  dataCy: {
1547
1573
  type: StringConstructor;
1548
1574
  required: true;
1549
1575
  };
1550
- btnColor: {
1576
+ iconColor: {
1551
1577
  type: StringConstructor;
1552
1578
  required: true;
1553
1579
  };
1554
- btnIcon: {
1580
+ iconName: {
1555
1581
  type: StringConstructor;
1556
1582
  required: true;
1557
1583
  };
@@ -1559,16 +1585,16 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1559
1585
  type: StringConstructor;
1560
1586
  required: true;
1561
1587
  };
1562
- }>, {}, {}, {}, {}, 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<{
1563
1589
  dataCy: {
1564
1590
  type: StringConstructor;
1565
1591
  required: true;
1566
1592
  };
1567
- btnColor: {
1593
+ iconColor: {
1568
1594
  type: StringConstructor;
1569
1595
  required: true;
1570
1596
  };
1571
- btnIcon: {
1597
+ iconName: {
1572
1598
  type: StringConstructor;
1573
1599
  required: true;
1574
1600
  };
@@ -1577,7 +1603,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1577
1603
  required: true;
1578
1604
  };
1579
1605
  }>> & Readonly<{
1580
- onOnClickButtonWithToolTip?: ((...args: any[]) => any) | undefined;
1606
+ onOnClickIconToolTip?: ((...args: any[]) => any) | undefined;
1581
1607
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1582
1608
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1583
1609
  TableFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{