@eo-sdk/client 10.3.0-rc.1 → 10.4.0-rc.1
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/app/eo-framework/actions/action.module.d.ts +17 -12
- package/app/eo-framework/actions/action.module.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts +47 -0
- package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts.map +1 -0
- package/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.d.ts +19 -0
- package/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.d.ts.map +1 -0
- package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts +3 -1
- package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/signature-action/signature.model.d.ts +21 -0
- package/app/eo-framework/actions/actions/signature-action/signature.model.d.ts.map +1 -0
- package/app/eo-framework/media/media.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/favorite-icon/favorite-icon.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.d.ts +2 -0
- package/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/object-form-group.model.d.ts +1 -0
- package/app/eo-framework/object-form/object-form/object-form-group.model.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-edit/object-form-edit.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-helper.service.d.ts +11 -0
- package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-options.interface.d.ts +1 -0
- package/app/eo-framework/object-form/object-form-options.interface.d.ts.map +1 -1
- package/app/eo-framework/prepare-details/prepare-details.component.d.ts +2 -1
- package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +5 -3
- package/assets/_default/i18n/en.json +5 -3
- package/assets/_default/svg/ic_drag.svg +1 -0
- package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2020/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +1 -1
- package/esm2020/app/eo-framework/actions/action.module.mjs +19 -7
- package/esm2020/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +184 -0
- package/esm2020/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.mjs +53 -0
- package/esm2020/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +19 -17
- package/esm2020/app/eo-framework/actions/actions/signature-action/signature.model.mjs +8 -0
- package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +1 -1
- package/esm2020/app/eo-framework/form-elements/string/string.component.mjs +3 -3
- package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/media/media.component.mjs +5 -5
- package/esm2020/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +6 -4
- package/esm2020/app/eo-framework/object-details/object-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +11 -4
- package/esm2020/app/eo-framework/object-form/object-form/object-form-group.model.mjs +1 -1
- package/esm2020/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +2 -1
- package/esm2020/app/eo-framework/object-form/object-form-helper.service.mjs +35 -2
- package/esm2020/app/eo-framework/object-form/object-form-options.interface.mjs +1 -1
- package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +6 -4
- package/esm2020/app/eo-framework/process/details/process-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/tree/tree-node/tree-node.component.mjs +3 -3
- package/esm2020/projects/eo-sdk/core/lib/model/work-item-history.model.mjs +3 -3
- package/esm2020/projects/eo-sdk/core/lib/service/signing/signing.service.mjs +4 -96
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +5 -96
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2015/eo-sdk-client.mjs +484 -201
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +5 -96
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +480 -201
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/package.json +3 -3
- package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts +1 -4
- package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts.map +1 -1
- package/scss/_form.scss +6 -1
- package/styles.css +3 -0
|
@@ -1375,7 +1375,7 @@ class WorkItemHistoryEntry {
|
|
|
1375
1375
|
switch (json.type) {
|
|
1376
1376
|
// deadline started
|
|
1377
1377
|
case 'DEADLINE_START': {
|
|
1378
|
-
this.title = `${json.periodName}
|
|
1378
|
+
this.title = `${json.periodName}`;
|
|
1379
1379
|
// description will be generated in template
|
|
1380
1380
|
this.description = null;
|
|
1381
1381
|
this.data = {
|
|
@@ -1386,7 +1386,7 @@ class WorkItemHistoryEntry {
|
|
|
1386
1386
|
}
|
|
1387
1387
|
// deadline reached
|
|
1388
1388
|
case 'DEADLINE_FIRE': {
|
|
1389
|
-
this.title = `${json.periodName}
|
|
1389
|
+
this.title = `${json.periodName}`;
|
|
1390
1390
|
// description will be generated in template
|
|
1391
1391
|
this.description = null;
|
|
1392
1392
|
this.data = {
|
|
@@ -6150,10 +6150,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImpor
|
|
|
6150
6150
|
* Collection of Signing Services
|
|
6151
6151
|
*/
|
|
6152
6152
|
class SigningService {
|
|
6153
|
-
constructor(backend, capabilities
|
|
6153
|
+
constructor(backend, capabilities) {
|
|
6154
6154
|
this.backend = backend;
|
|
6155
6155
|
this.capabilities = capabilities;
|
|
6156
|
-
this.translate = translate;
|
|
6157
6156
|
}
|
|
6158
6157
|
canSign() {
|
|
6159
6158
|
return this.capabilities.getCapabilities().signing;
|
|
@@ -6186,96 +6185,6 @@ class SigningService {
|
|
|
6186
6185
|
const uri = `/cancel/${id}?comment=${comment}`;
|
|
6187
6186
|
return this.backend.put(uri, null, '/signing');
|
|
6188
6187
|
}
|
|
6189
|
-
getLocalizedSigningForm(phoneRequired = false) {
|
|
6190
|
-
let form = {
|
|
6191
|
-
'size': 'small',
|
|
6192
|
-
'readonly': false,
|
|
6193
|
-
'name': 'yuvsigners',
|
|
6194
|
-
'qname': 'yuvsigning.yuvsigners',
|
|
6195
|
-
'hitname': 'yuvsigning.yuvsigners',
|
|
6196
|
-
'label': this.translate.instant('eo.action.signature.signers'),
|
|
6197
|
-
'type': 'TABLE',
|
|
6198
|
-
'indexname': 'tab_yuvsigning_yuvsigners',
|
|
6199
|
-
'required': true,
|
|
6200
|
-
'elements': [
|
|
6201
|
-
{
|
|
6202
|
-
'readonly': false,
|
|
6203
|
-
'name': 'yuvsignerorder',
|
|
6204
|
-
'qname': 'yuvsigning.yuvsigners.yuvsignerorder',
|
|
6205
|
-
'hitname': 'yuvsigning.yuvsigners.yuvsignerorder',
|
|
6206
|
-
'label': this.translate.instant('eo.action.signature.yuvsigners.yuvsignerorder'),
|
|
6207
|
-
'type': 'NUMBER',
|
|
6208
|
-
'indexname': 'num_yuvsignerorder',
|
|
6209
|
-
'scale': 0,
|
|
6210
|
-
'precision': 10,
|
|
6211
|
-
'grouping': false,
|
|
6212
|
-
'selectedforenrichment': false,
|
|
6213
|
-
'required': true,
|
|
6214
|
-
'sortable': true,
|
|
6215
|
-
'searchable': true,
|
|
6216
|
-
'value': 1
|
|
6217
|
-
},
|
|
6218
|
-
{
|
|
6219
|
-
'size': 'small',
|
|
6220
|
-
'multiline': false,
|
|
6221
|
-
'readonly': false,
|
|
6222
|
-
'name': 'yuvsignername',
|
|
6223
|
-
'qname': 'yuvsigning.yuvsigners.yuvsignername',
|
|
6224
|
-
'hitname': 'yuvsigning.yuvsigners.yuvsignername',
|
|
6225
|
-
'label': this.translate.instant('eo.action.signature.yuvsigners.yuvsignername'),
|
|
6226
|
-
'type': 'STRING',
|
|
6227
|
-
'indexname': 'str_yuvsignername',
|
|
6228
|
-
'autocomplete': true,
|
|
6229
|
-
'selectedforenrichment': false,
|
|
6230
|
-
'maxlen': 100,
|
|
6231
|
-
'minlen': 0,
|
|
6232
|
-
'required': true,
|
|
6233
|
-
'sortable': true,
|
|
6234
|
-
'searchable': true
|
|
6235
|
-
},
|
|
6236
|
-
{
|
|
6237
|
-
'size': 'small',
|
|
6238
|
-
'multiline': false,
|
|
6239
|
-
'readonly': false,
|
|
6240
|
-
'name': 'yuvsigneremail',
|
|
6241
|
-
'qname': 'yuvsigning.yuvsigners.yuvsigneremail',
|
|
6242
|
-
'hitname': 'yuvsigning.yuvsigners.yuvsigneremail',
|
|
6243
|
-
'label': this.translate.instant('eo.action.signature.yuvsigners.yuvsigneremail'),
|
|
6244
|
-
'type': 'STRING',
|
|
6245
|
-
'indexname': 'str_yuvsigneremail',
|
|
6246
|
-
'autocomplete': true,
|
|
6247
|
-
'selectedforenrichment': false,
|
|
6248
|
-
'maxlen': 200,
|
|
6249
|
-
'minlen': 0,
|
|
6250
|
-
'required': true,
|
|
6251
|
-
'sortable': true,
|
|
6252
|
-
'searchable': true
|
|
6253
|
-
}
|
|
6254
|
-
]
|
|
6255
|
-
};
|
|
6256
|
-
if (phoneRequired) {
|
|
6257
|
-
form.elements.push({
|
|
6258
|
-
'size': 'small',
|
|
6259
|
-
'multiline': false,
|
|
6260
|
-
'readonly': false,
|
|
6261
|
-
'name': 'yuvsignerphone',
|
|
6262
|
-
'qname': 'yuvsigning.yuvsigners.yuvsignerphone',
|
|
6263
|
-
'hitname': 'yuvsigning.yuvsigners.yuvsignerphone',
|
|
6264
|
-
'label': this.translate.instant('eo.action.signature.yuvsigners.yuvsignerphone'),
|
|
6265
|
-
'type': 'STRING',
|
|
6266
|
-
'indexname': 'str_yuvsignerphone',
|
|
6267
|
-
'autocomplete': true,
|
|
6268
|
-
'selectedforenrichment': false,
|
|
6269
|
-
'maxlen': 100,
|
|
6270
|
-
'minlen': 0,
|
|
6271
|
-
'required': true,
|
|
6272
|
-
'sortable': true,
|
|
6273
|
-
'searchable': true,
|
|
6274
|
-
'description': '+49 17643521'
|
|
6275
|
-
});
|
|
6276
|
-
}
|
|
6277
|
-
return form;
|
|
6278
|
-
}
|
|
6279
6188
|
signatureRequested(item) {
|
|
6280
6189
|
return !!item.data.yuvsigstatus;
|
|
6281
6190
|
}
|
|
@@ -6283,14 +6192,14 @@ class SigningService {
|
|
|
6283
6192
|
return item.data.yuvsigstatus === 'inprocess';
|
|
6284
6193
|
}
|
|
6285
6194
|
}
|
|
6286
|
-
SigningService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: SigningService, deps: [{ token: BackendService }, { token: CapabilitiesService }
|
|
6195
|
+
SigningService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: SigningService, deps: [{ token: BackendService }, { token: CapabilitiesService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6287
6196
|
SigningService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: SigningService, providedIn: 'root' });
|
|
6288
6197
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: SigningService, decorators: [{
|
|
6289
6198
|
type: Injectable,
|
|
6290
6199
|
args: [{
|
|
6291
6200
|
providedIn: 'root'
|
|
6292
6201
|
}]
|
|
6293
|
-
}], ctorParameters: function () { return [{ type: BackendService }, { type: CapabilitiesService }
|
|
6202
|
+
}], ctorParameters: function () { return [{ type: BackendService }, { type: CapabilitiesService }]; } });
|
|
6294
6203
|
|
|
6295
6204
|
class UploadFileItem {
|
|
6296
6205
|
/**
|