@dxs-ts/eveli-ide 2.0.76 → 2.0.77

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
@@ -1714,6 +1714,7 @@ export declare const messages: {
1714
1714
  'processTable.title': string;
1715
1715
  'processTableHeader.workflow': string;
1716
1716
  'processTableHeader.status': string;
1717
+ 'processTableHeader.processId': string;
1717
1718
  'processTableHeader.created': string;
1718
1719
  'processTableHeader.questionnaireId': string;
1719
1720
  'processTableHeader.taskRef': string;
@@ -2963,6 +2964,8 @@ export declare const messages: {
2963
2964
  'fs.dirent.labelsField.label': string;
2964
2965
  'fs.dirent.labelsField.placeholder': string;
2965
2966
  'fs.dirent.article.commentsField.label': string;
2967
+ 'fs.dirent.article.linksField.label': string;
2968
+ 'fs.dirent.article.linksEdit.button.label': string;
2966
2969
  'fs.dirent.article.commentsField.placeholder': string;
2967
2970
  'fs.dirent.article.parentArticleField.label': string;
2968
2971
  'fs.dirent.article.parentArticleField.desc': string;
@@ -3085,6 +3088,8 @@ export declare const messages: {
3085
3088
  'fs.dirent.configOption.IN_HOUSE_MODE': string;
3086
3089
  'fs.direntTextField.required': string;
3087
3090
  'fs.direntSelectSingle.required': string;
3091
+ 'fs.direntSelectGrouped.localeFilter.label': string;
3092
+ 'fs.direntSelectGrouped.associatedItems.label': string;
3088
3093
  'fs.direntCreate.printout.sectionTitle.createNew': string;
3089
3094
  'fs.direntCreate.printout.printoutServiceNameField.label': string;
3090
3095
  'fs.direntCreate.printout.printoutServiceNameField.placeholder': string;
@@ -3124,6 +3129,7 @@ export declare const messages: {
3124
3129
  'fs.tabs.new.printout_page': string;
3125
3130
  'fs.tabs.new.image': string;
3126
3131
  'fs.direntRename.title': string;
3132
+ 'fs.direntRename.placeholder': string;
3127
3133
  'fs.direntHistory.title': string;
3128
3134
  'fs.direntHistory.tableHeader.user': string;
3129
3135
  'fs.direntHistory.tableHeader.change': string;
@@ -3139,6 +3145,8 @@ export declare const messages: {
3139
3145
  'fs.direntMenu.menuItem.rename': string;
3140
3146
  'fs.direntMenu.menuItem.delete': string;
3141
3147
  'fs.direntMenu.menuItem.duplicate': string;
3148
+ 'fs.direntCopy.title': string;
3149
+ 'fs.direntCopy.placeholder': string;
3142
3150
  'fs.direntMenu.chip.devMode': string;
3143
3151
  'fs.direntMenu.chip.assignable': string;
3144
3152
  'fs.direntMenu.chip.disabled': string;
@@ -3207,6 +3215,7 @@ export declare const messages: {
3207
3215
  'fs.panelPreview.title': string;
3208
3216
  'fs.panelPreview.message.selectDirent': string;
3209
3217
  'fs.panelPreview.message.notAvailable': string;
3218
+ 'fs.panelPreview.printoutPage.compile': string;
3210
3219
  'fs.panelOverview.title': string;
3211
3220
  'fs.panelOverview.column.name': string;
3212
3221
  'fs.panelOverview.column.lastUpdated': string;
@@ -3485,6 +3494,7 @@ export declare const messages: {
3485
3494
  'processTable.title': string;
3486
3495
  'processTableHeader.workflow': string;
3487
3496
  'processTableHeader.status': string;
3497
+ 'processTableHeader.processId': string;
3488
3498
  'processTableHeader.created': string;
3489
3499
  'processTableHeader.questionnaireId': string;
3490
3500
  'processTableHeader.taskRef': string;
@@ -4794,6 +4804,7 @@ export declare const messages: {
4794
4804
  'processTable.title': string;
4795
4805
  'processTableHeader.workflow': string;
4796
4806
  'processTableHeader.status': string;
4807
+ 'processTableHeader.processId': string;
4797
4808
  'processTableHeader.created': string;
4798
4809
  'processTableHeader.questionnaireId': string;
4799
4810
  'processTableHeader.taskRef': string;
@@ -6370,6 +6381,26 @@ declare class RootFileFetch_2 {
6370
6381
  }, {}, {
6371
6382
  deleteAny: (id: string, bodyType: Fs.BodyType) => Promise<void>;
6372
6383
  }>;
6384
+ } | {
6385
+ id: "worker/rest/api/assets/fs/dirents/copy/$id.POST";
6386
+ path: "worker/rest/api/assets/fs/dirents/copy/$id";
6387
+ method: "POST";
6388
+ params: {
6389
+ id: string;
6390
+ };
6391
+ hook: HookImpl<"worker/rest/api/assets/fs/dirents/copy/$id.POST", Hook<{}, {
6392
+ postCopy: (props: {
6393
+ id: string;
6394
+ newObjectName: string;
6395
+ }) => Promise<string>;
6396
+ }>, "worker/rest/api/assets/fs/dirents/copy/$id", "POST", {
6397
+ id: string;
6398
+ }, {}, {
6399
+ postCopy: (props: {
6400
+ id: string;
6401
+ newObjectName: string;
6402
+ }) => Promise<string>;
6403
+ }>;
6373
6404
  } | {
6374
6405
  id: "worker/rest/api/assets/fs/dirents/description/$id.PUT";
6375
6406
  path: "worker/rest/api/assets/fs/dirents/description/$id";
@@ -6416,6 +6447,26 @@ declare class RootFileFetch_2 {
6416
6447
  }>;
6417
6448
  }) => Promise<void>;
6418
6449
  }>;
6450
+ } | {
6451
+ id: "worker/rest/api/assets/fs/dirents/name/$id.PUT";
6452
+ path: "worker/rest/api/assets/fs/dirents/name/$id";
6453
+ method: "PUT";
6454
+ params: {
6455
+ id: string;
6456
+ };
6457
+ hook: HookImpl<"worker/rest/api/assets/fs/dirents/name/$id.PUT", Hook<{}, {
6458
+ putName: (props: {
6459
+ id: string;
6460
+ name?: string;
6461
+ }) => Promise<void>;
6462
+ }>, "worker/rest/api/assets/fs/dirents/name/$id", "PUT", {
6463
+ id: string;
6464
+ }, {}, {
6465
+ putName: (props: {
6466
+ id: string;
6467
+ name?: string;
6468
+ }) => Promise<void>;
6469
+ }>;
6419
6470
  } | {
6420
6471
  id: "worker/rest/api/assets/fs/dirents.POST";
6421
6472
  path: "worker/rest/api/assets/fs/dirents";
@@ -6460,16 +6511,6 @@ declare class RootFileFetch_2 {
6460
6511
  }>, "worker/rest/api/assets/fs", "GET", {}, {}, {
6461
6512
  getDirents: () => Promise<Fs.DirentBase[]>;
6462
6513
  }>;
6463
- } | {
6464
- id: "worker/rest/api/assets/migration.POST";
6465
- path: "worker/rest/api/assets/migration";
6466
- method: "POST";
6467
- params: {};
6468
- hook: HookImpl<"worker/rest/api/assets/migration.POST", Hook<{}, {
6469
- migrateAsset: (init: PublicationApi.PublicationUpload, onSucess: () => void) => Promise<void>;
6470
- }>, "worker/rest/api/assets/migration", "POST", {}, {}, {
6471
- migrateAsset: (init: PublicationApi.PublicationUpload, onSucess: () => void) => Promise<void>;
6472
- }>;
6473
6514
  } | {
6474
6515
  id: "worker/rest/api/assets/publications.GET";
6475
6516
  path: "worker/rest/api/assets/publications";