@anzusystems/common-admin 1.47.0-beta.dev-1782073999 → 1.47.0-beta.dev-1782075999

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.
@@ -1143,6 +1143,9 @@ declare const __VLS_export_50: DefineComponent<__VLS_Props_47, {
1143
1143
  dialogZIndex: number;
1144
1144
  dialogMaxWidth: number;
1145
1145
  disableCloseAfterConfirm: boolean;
1146
+ guard: {
1147
+ acknowledge: () => void;
1148
+ };
1146
1149
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1147
1150
 
1148
1151
  declare const __VLS_export_51: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -2138,6 +2141,9 @@ declare type __VLS_Props_47 = {
2138
2141
  loading?: boolean;
2139
2142
  color?: string | undefined;
2140
2143
  size?: number;
2144
+ guard?: {
2145
+ acknowledge: () => void;
2146
+ };
2141
2147
  };
2142
2148
 
2143
2149
  declare type __VLS_Props_48 = {
@@ -5423,6 +5429,7 @@ export declare const i18n: I18n<{
5423
5429
  delete: string;
5424
5430
  deleteConfirmTitle: string;
5425
5431
  deleteConfirmText: string;
5432
+ deleteConfirmTextDeferred: string;
5426
5433
  remove: string;
5427
5434
  addAfter: string;
5428
5435
  addChild: string;
@@ -6563,6 +6570,7 @@ export declare const messagesCs: {
6563
6570
  delete: string;
6564
6571
  deleteConfirmTitle: string;
6565
6572
  deleteConfirmText: string;
6573
+ deleteConfirmTextDeferred: string;
6566
6574
  remove: string;
6567
6575
  addAfter: string;
6568
6576
  addChild: string;
@@ -7422,6 +7430,7 @@ export declare const messagesEn: {
7422
7430
  delete: string;
7423
7431
  deleteConfirmTitle: string;
7424
7432
  deleteConfirmText: string;
7433
+ deleteConfirmTextDeferred: string;
7425
7434
  remove: string;
7426
7435
  addAfter: string;
7427
7436
  addChild: string;
@@ -8289,6 +8298,7 @@ export declare const messagesSk: {
8289
8298
  delete: string;
8290
8299
  deleteConfirmTitle: string;
8291
8300
  deleteConfirmText: string;
8301
+ deleteConfirmTextDeferred: string;
8292
8302
  remove: string;
8293
8303
  addAfter: string;
8294
8304
  addChild: string;