@dxs-ts/eveli-ide 2.0.65 → 2.0.66

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.
package/dist/index.d.ts CHANGED
@@ -1649,6 +1649,7 @@ export declare const messages: {
1649
1649
  'button.cancel': string;
1650
1650
  'button.archive': string;
1651
1651
  'button.confirmDelete': string;
1652
+ 'button.delete': string;
1652
1653
  'button.delete.feedback': string;
1653
1654
  'button.delete.template': string;
1654
1655
  'button.delete.link': string;
@@ -3016,6 +3017,8 @@ export declare const messages: {
3016
3017
  'fs.dirent.template.printoutServiceIdField.label': string;
3017
3018
  'fs.dirent.template.localeIdField.label': string;
3018
3019
  'fs.dirent.template.contentField.label': string;
3020
+ 'fs.dirent.deleteConfirmDialog.title': string;
3021
+ 'fs.dirent.deleteConfirmDialog.content': string;
3019
3022
  'fs.direntCreate.configOption.devMode.description': string;
3020
3023
  'fs.direntCreate.configOption.disabledMode.description': string;
3021
3024
  'fs.direntCreate.configOption.anonymousMode.description': string;
@@ -3340,6 +3343,7 @@ export declare const messages: {
3340
3343
  'button.cancel': string;
3341
3344
  'button.archive': string;
3342
3345
  'button.confirmDelete': string;
3346
+ 'button.delete': string;
3343
3347
  'button.delete.feedback': string;
3344
3348
  'button.delete.template': string;
3345
3349
  'button.delete.link': string;
@@ -4441,6 +4445,8 @@ export declare const messages: {
4441
4445
  'taskcard.body.form.canPublishFeedback.yes': string;
4442
4446
  'taskcard.body.form.representative.placeholder': string;
4443
4447
  'fs.dirent.language.localeCodeField.placeholder': string;
4448
+ 'fs.dirent.deleteConfirmDialog.title': string;
4449
+ 'fs.dirent.deleteConfirmDialog.content': string;
4444
4450
  };
4445
4451
  sv: {
4446
4452
  'document.title': string;
@@ -4601,6 +4607,7 @@ export declare const messages: {
4601
4607
  'button.cancel': string;
4602
4608
  'button.archive': string;
4603
4609
  'button.confirmDelete': string;
4610
+ 'button.delete': string;
4604
4611
  'button.delete.feedback': string;
4605
4612
  'button.delete.template': string;
4606
4613
  'button.delete.link': string;
@@ -5701,6 +5708,8 @@ export declare const messages: {
5701
5708
  'taskcard.body.customerName.none': string;
5702
5709
  'taskcard.body.form.canPublishFeedback.yes': string;
5703
5710
  'taskcard.body.form.representative.placeholder': string;
5711
+ 'fs.dirent.deleteConfirmDialog.title': string;
5712
+ 'fs.dirent.deleteConfirmDialog.content': string;
5704
5713
  };
5705
5714
  };
5706
5715