tsv2-library 1.0.61-alpha.140 → 1.0.61-alpha.142

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.
@@ -30,6 +30,11 @@ export interface DialogConfirmProps {
30
30
  * @default 'Yes, Continue'
31
31
  */
32
32
  confirmLabel?: string;
33
+ /**
34
+ * The label of the cancel button.
35
+ * @default 'Cancel' | 'Close'
36
+ */
37
+ cancelLabel?: string;
33
38
  /**
34
39
  * Pass true to disabled button confirm
35
40
  */
@@ -117,6 +117,7 @@ export type TSVueIcons =
117
117
  | 'report-tag'
118
118
  | 'repair-ticketing'
119
119
  | 'rfid'
120
+ | 'save-line'
120
121
  | 'search'
121
122
  | 'search-eye'
122
123
  | 'settings'