vcomply-workflow-engine 2.6.119 → 2.6.120
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/bundles/vcomply-workflow-engine.umd.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.ngfactory.js +3 -3
- package/fesm2015/vcomply-workflow-engine.js +1 -1
- package/package.json +1 -1
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -28999,7 +28999,7 @@
|
|
|
28999
28999
|
CustomFieldComponent.decorators = [
|
|
29000
29000
|
{ type: i0.Component, args: [{
|
|
29001
29001
|
selector: 'custom-field',
|
|
29002
|
-
template: "\r\n <ng-container *ngFor=\"let field of customFields; let i = index\">\r\n <!-- <div class=\"selected\" *ngIf=\"field?.name && !field?.isEditing \">\r\n <div (click)=\"manipulateCustomField('ACTIVATE')\" class=\"custom-text vx-fs-13 vx-paragraph-txt\">CUSTOM TAG TEXT HERE</div>\r\n <button *ngIf=\"customFields?.length > 1\" (click)=\"manipulateCustomField('DELETE',i)\" class=\"cross-btn vx-fs-12 vx-txt-red vx-p-0 vx-m-0 vx-ml-2 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\"></i></button>\r\n </div> -->\r\n\r\n <div class=\"custom-input vx-mt-2\" >\r\n <input #custom_fields (keyup.enter)=\"manipulateCustomField('ADD')\" (keyup.backspace)=\"field?.name?.length ? null : manipulateCustomField('DELETE',i)\" (ngModelChange)=\"valChange()\" type=\"text\" placeholder=\"Add a field name\" [
|
|
29002
|
+
template: "\r\n <ng-container *ngFor=\"let field of customFields; let i = index\">\r\n <!-- <div class=\"selected\" *ngIf=\"field?.name && !field?.isEditing \">\r\n <div (click)=\"manipulateCustomField('ACTIVATE')\" class=\"custom-text vx-fs-13 vx-paragraph-txt\">CUSTOM TAG TEXT HERE</div>\r\n <button *ngIf=\"customFields?.length > 1\" (click)=\"manipulateCustomField('DELETE',i)\" class=\"cross-btn vx-fs-12 vx-txt-red vx-p-0 vx-m-0 vx-ml-2 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\"></i></button>\r\n </div> -->\r\n\r\n <div class=\"custom-input vx-mt-2\" >\r\n <input #custom_fields (keyup.enter)=\"manipulateCustomField('ADD')\" (keyup.backspace)=\"field?.name?.length ? null : manipulateCustomField('DELETE',i)\" [(ngModel)]=\"field.name\" (ngModelChange)=\"valChange()\" type=\"text\" placeholder=\"Add a field name\" [ngModelOptions]=\"{standalone: true}\">\r\n <button *ngIf=\"customFields?.length > 1\" (click)=\"manipulateCustomField('DELETE',i)\" class=\"cross-btn vx-fs-12 vx-txt-red vx-p-0 vx-m-0 vx-ml-2 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\"></i></button>\r\n </div>\r\n </ng-container>\r\n\r\n <div class=\"vx-d-flex vx-align-center vx-justify-end vx-mt-2\">\r\n <button (click)=\"manipulateCustomField('ADD')\" class=\"add-more-btn vx-fs-11 vx-fw-600 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0\">+ ADD MORE\r\n FIELDS</button>\r\n </div>\r\n",
|
|
29003
29003
|
providers: [CUSTOM_TAG_VALUE_ACCESSOR],
|
|
29004
29004
|
styles: [""]
|
|
29005
29005
|
},] }
|
package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.js
CHANGED
|
@@ -69,7 +69,7 @@ export class CustomFieldComponent {
|
|
|
69
69
|
CustomFieldComponent.decorators = [
|
|
70
70
|
{ type: Component, args: [{
|
|
71
71
|
selector: 'custom-field',
|
|
72
|
-
template: "\r\n <ng-container *ngFor=\"let field of customFields; let i = index\">\r\n <!-- <div class=\"selected\" *ngIf=\"field?.name && !field?.isEditing \">\r\n <div (click)=\"manipulateCustomField('ACTIVATE')\" class=\"custom-text vx-fs-13 vx-paragraph-txt\">CUSTOM TAG TEXT HERE</div>\r\n <button *ngIf=\"customFields?.length > 1\" (click)=\"manipulateCustomField('DELETE',i)\" class=\"cross-btn vx-fs-12 vx-txt-red vx-p-0 vx-m-0 vx-ml-2 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\"></i></button>\r\n </div> -->\r\n\r\n <div class=\"custom-input vx-mt-2\" >\r\n <input #custom_fields (keyup.enter)=\"manipulateCustomField('ADD')\" (keyup.backspace)=\"field?.name?.length ? null : manipulateCustomField('DELETE',i)\" (ngModelChange)=\"valChange()\" type=\"text\" placeholder=\"Add a field name\" [
|
|
72
|
+
template: "\r\n <ng-container *ngFor=\"let field of customFields; let i = index\">\r\n <!-- <div class=\"selected\" *ngIf=\"field?.name && !field?.isEditing \">\r\n <div (click)=\"manipulateCustomField('ACTIVATE')\" class=\"custom-text vx-fs-13 vx-paragraph-txt\">CUSTOM TAG TEXT HERE</div>\r\n <button *ngIf=\"customFields?.length > 1\" (click)=\"manipulateCustomField('DELETE',i)\" class=\"cross-btn vx-fs-12 vx-txt-red vx-p-0 vx-m-0 vx-ml-2 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\"></i></button>\r\n </div> -->\r\n\r\n <div class=\"custom-input vx-mt-2\" >\r\n <input #custom_fields (keyup.enter)=\"manipulateCustomField('ADD')\" (keyup.backspace)=\"field?.name?.length ? null : manipulateCustomField('DELETE',i)\" [(ngModel)]=\"field.name\" (ngModelChange)=\"valChange()\" type=\"text\" placeholder=\"Add a field name\" [ngModelOptions]=\"{standalone: true}\">\r\n <button *ngIf=\"customFields?.length > 1\" (click)=\"manipulateCustomField('DELETE',i)\" class=\"cross-btn vx-fs-12 vx-txt-red vx-p-0 vx-m-0 vx-ml-2 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\"></i></button>\r\n </div>\r\n </ng-container>\r\n\r\n <div class=\"vx-d-flex vx-align-center vx-justify-end vx-mt-2\">\r\n <button (click)=\"manipulateCustomField('ADD')\" class=\"add-more-btn vx-fs-11 vx-fw-600 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0\">+ ADD MORE\r\n FIELDS</button>\r\n </div>\r\n",
|
|
73
73
|
providers: [CUSTOM_TAG_VALUE_ACCESSOR],
|
|
74
74
|
styles: [""]
|
|
75
75
|
},] }
|
|
@@ -35,10 +35,10 @@ function View_CustomFieldComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld
|
|
|
35
35
|
var pd_5 = ((((_v.context.$implicit == null) ? null : ((_v.context.$implicit.name == null) ? null : _v.context.$implicit.name.length)) ? null : _co.manipulateCustomField("DELETE", _v.context.index)) !== false);
|
|
36
36
|
ad = (pd_5 && ad);
|
|
37
37
|
} if (("ngModelChange" === en)) {
|
|
38
|
-
var pd_6 = (
|
|
38
|
+
var pd_6 = ((_v.context.$implicit.name = $event) !== false);
|
|
39
39
|
ad = (pd_6 && ad);
|
|
40
40
|
} if (("ngModelChange" === en)) {
|
|
41
|
-
var pd_7 = ((
|
|
41
|
+
var pd_7 = (_co.valChange() !== false);
|
|
42
42
|
ad = (pd_7 && ad);
|
|
43
43
|
} return ad; }, null, null)), i1.ɵdid(3, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i2.DefaultValueAccessor]), i1.ɵdid(5, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { model: [0, "model"], options: [1, "options"] }, { update: "ngModelChange" }), i1.ɵpod(6, { standalone: 0 }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(8, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CustomFieldComponent_2)), i1.ɵdid(10, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_7 = _v.context.$implicit.name; var currVal_8 = _ck(_v, 6, 0, true); _ck(_v, 5, 0, currVal_7, currVal_8); var currVal_9 = (((_co.customFields == null) ? null : _co.customFields.length) > 1); _ck(_v, 10, 0, currVal_9); }, function (_ck, _v) { var currVal_0 = i1.ɵnov(_v, 8).is("untouched"); var currVal_1 = i1.ɵnov(_v, 8).is("touched"); var currVal_2 = i1.ɵnov(_v, 8).is("pristine"); var currVal_3 = i1.ɵnov(_v, 8).is("dirty"); var currVal_4 = i1.ɵnov(_v, 8).is("valid"); var currVal_5 = i1.ɵnov(_v, 8).is("invalid"); var currVal_6 = i1.ɵnov(_v, 8).is("pending"); _ck(_v, 2, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6); }); }
|
|
44
44
|
export function View_CustomFieldComponent_0(_l) { return i1.ɵvid(0, [i1.ɵqud(-1476395008, 1, { fields: 1 }), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CustomFieldComponent_1)), i1.ɵdid(2, 278528, null, 0, i3.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵeld(3, 0, null, null, 2, "div", [["class", "vx-d-flex vx-align-center vx-justify-end vx-mt-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 1, "button", [["class", "add-more-btn vx-fs-11 vx-fw-600 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
@@ -48,4 +48,4 @@ export function View_CustomFieldComponent_0(_l) { return i1.ɵvid(0, [i1.ɵqud(-
|
|
|
48
48
|
export function View_CustomFieldComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "custom-field", [], null, null, null, View_CustomFieldComponent_0, RenderType_CustomFieldComponent)), i1.ɵprd(5120, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i4.CustomFieldComponent]), i1.ɵdid(2, 49152, null, 0, i4.CustomFieldComponent, [], null, null)], null, null); }
|
|
49
49
|
var CustomFieldComponentNgFactory = i1.ɵccf("custom-field", i4.CustomFieldComponent, View_CustomFieldComponent_Host_0, { disabled: "disabled" }, {}, []);
|
|
50
50
|
export { CustomFieldComponentNgFactory as CustomFieldComponentNgFactory };
|
|
51
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
51
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLWZpZWxkLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi93b3JrZmxvdy1wcm9ncmFtL2NyZWF0ZS1wcm9ncmFtLXVpL2N1c3RvbS1maWVsZC9jdXN0b20tZmllbGQuY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3dvcmtmbG93LXByb2dyYW0vY3JlYXRlLXByb2dyYW0tdWkvY3VzdG9tLWZpZWxkL2N1c3RvbS1maWVsZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7OzsrRENTb0IsK09BQW1PLFlBQTFMOzt3QkFBMkM7TUFBcEYsd0JBQW1PLEtBQXRDLDRGQUE2QixLQUFaLG1DQUFROytEQVJ6Tyw4RUFVMEIsS0FKWCw2R0FHTSxLQUZGOzs7Ozs7Ozs7Ozt3QkFBK1I7TUFBelE7O3dCQUE0QztNQUFDOzt3QkFBa0Y7TUFBQzs7d0JBQXdCO01BQUM7O3dCQUE2QjtNQUE1TSx3YkFBK1IsS0FBdEMsMEJBQXFDLEtBQTlSLHFJQUErUixJQUMvUixxTEFBbU8saURBRDdFLGtCQUF3Qix5QkFBMkUsa0NBQXFDLEdBQTlSLFlBQStSLEVBQXpJLFNBQXdCLEVBQTJFLFNBQXFDLEdBQ3RSLGtGQUFnQyxHQUF4QyxhQUFtTyxFQUEzTixTQUFnQywyQkFEeEMsMFpBQStSOzhHQVBsVCxrTkFVMEIsSUFFZix5SUFHTSxLQUZGLHlOQUNtQixZQURYOzt3QkFBc0M7TUFBOUMsd0JBQ21CLEtBRDhHLDhDQUN2SCxtREFkWCxtQkFBaUQsZUFBL0QsWUFVMEIsRUFWWixTQUFpRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIlxyXG4gPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgZmllbGQgb2YgY3VzdG9tRmllbGRzOyBsZXQgaSA9IGluZGV4XCI+XHJcbiAgICAgICAgICAgICAgICA8IS0tIDxkaXYgY2xhc3M9XCJzZWxlY3RlZFwiICpuZ0lmPVwiZmllbGQ/Lm5hbWUgJiYgIWZpZWxkPy5pc0VkaXRpbmcgXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiAoY2xpY2spPVwibWFuaXB1bGF0ZUN1c3RvbUZpZWxkKCdBQ1RJVkFURScpXCIgY2xhc3M9XCJjdXN0b20tdGV4dCB2eC1mcy0xMyB2eC1wYXJhZ3JhcGgtdHh0XCI+Q1VTVE9NIFRBRyBURVhUIEhFUkU8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8YnV0dG9uICpuZ0lmPVwiY3VzdG9tRmllbGRzPy5sZW5ndGggPiAxXCIgKGNsaWNrKT1cIm1hbmlwdWxhdGVDdXN0b21GaWVsZCgnREVMRVRFJyxpKVwiIGNsYXNzPVwiY3Jvc3MtYnRuIHZ4LWZzLTEyIHZ4LXR4dC1yZWQgdngtcC0wIHZ4LW0tMCB2eC1tbC0yIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTlhZTs8L2k+PC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj4gLS0+XHJcblxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImN1c3RvbS1pbnB1dCB2eC1tdC0yXCIgPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpbnB1dCAjY3VzdG9tX2ZpZWxkcyAoa2V5dXAuZW50ZXIpPVwibWFuaXB1bGF0ZUN1c3RvbUZpZWxkKCdBREQnKVwiIChrZXl1cC5iYWNrc3BhY2UpPVwiZmllbGQ/Lm5hbWU/Lmxlbmd0aCA/IG51bGwgOiBtYW5pcHVsYXRlQ3VzdG9tRmllbGQoJ0RFTEVURScsaSlcIiBbKG5nTW9kZWwpXT1cImZpZWxkLm5hbWVcIiAobmdNb2RlbENoYW5nZSk9XCJ2YWxDaGFuZ2UoKVwiICB0eXBlPVwidGV4dFwiIHBsYWNlaG9sZGVyPVwiQWRkIGEgZmllbGQgbmFtZVwiIFtuZ01vZGVsT3B0aW9uc109XCJ7c3RhbmRhbG9uZTogdHJ1ZX1cIj5cclxuICAgICAgICAgICAgICAgICAgICA8YnV0dG9uICpuZ0lmPVwiY3VzdG9tRmllbGRzPy5sZW5ndGggPiAxXCIgKGNsaWNrKT1cIm1hbmlwdWxhdGVDdXN0b21GaWVsZCgnREVMRVRFJyxpKVwiIGNsYXNzPVwiY3Jvc3MtYnRuIHZ4LWZzLTEyIHZ4LXR4dC1yZWQgdngtcC0wIHZ4LW0tMCB2eC1tbC0yIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTlhZTs8L2k+PC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcblxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwidngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWVuZCB2eC1tdC0yXCI+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJtYW5pcHVsYXRlQ3VzdG9tRmllbGQoJ0FERCcpXCIgY2xhc3M9XCJhZGQtbW9yZS1idG4gdngtZnMtMTEgdngtZnctNjAwIHZ4LXR4dC1ibHVlIHZ4LXR0LXVwcGVyY2FzZSB2eC1wLTAgdngtbS0wXCI+KyBBREQgTU9SRVxyXG4gICAgICAgICAgICAgICAgICAgIEZJRUxEUzwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuIl19
|
|
@@ -27556,7 +27556,7 @@ class CustomFieldComponent {
|
|
|
27556
27556
|
CustomFieldComponent.decorators = [
|
|
27557
27557
|
{ type: Component, args: [{
|
|
27558
27558
|
selector: 'custom-field',
|
|
27559
|
-
template: "\r\n <ng-container *ngFor=\"let field of customFields; let i = index\">\r\n <!-- <div class=\"selected\" *ngIf=\"field?.name && !field?.isEditing \">\r\n <div (click)=\"manipulateCustomField('ACTIVATE')\" class=\"custom-text vx-fs-13 vx-paragraph-txt\">CUSTOM TAG TEXT HERE</div>\r\n <button *ngIf=\"customFields?.length > 1\" (click)=\"manipulateCustomField('DELETE',i)\" class=\"cross-btn vx-fs-12 vx-txt-red vx-p-0 vx-m-0 vx-ml-2 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\"></i></button>\r\n </div> -->\r\n\r\n <div class=\"custom-input vx-mt-2\" >\r\n <input #custom_fields (keyup.enter)=\"manipulateCustomField('ADD')\" (keyup.backspace)=\"field?.name?.length ? null : manipulateCustomField('DELETE',i)\" (ngModelChange)=\"valChange()\" type=\"text\" placeholder=\"Add a field name\" [
|
|
27559
|
+
template: "\r\n <ng-container *ngFor=\"let field of customFields; let i = index\">\r\n <!-- <div class=\"selected\" *ngIf=\"field?.name && !field?.isEditing \">\r\n <div (click)=\"manipulateCustomField('ACTIVATE')\" class=\"custom-text vx-fs-13 vx-paragraph-txt\">CUSTOM TAG TEXT HERE</div>\r\n <button *ngIf=\"customFields?.length > 1\" (click)=\"manipulateCustomField('DELETE',i)\" class=\"cross-btn vx-fs-12 vx-txt-red vx-p-0 vx-m-0 vx-ml-2 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\"></i></button>\r\n </div> -->\r\n\r\n <div class=\"custom-input vx-mt-2\" >\r\n <input #custom_fields (keyup.enter)=\"manipulateCustomField('ADD')\" (keyup.backspace)=\"field?.name?.length ? null : manipulateCustomField('DELETE',i)\" [(ngModel)]=\"field.name\" (ngModelChange)=\"valChange()\" type=\"text\" placeholder=\"Add a field name\" [ngModelOptions]=\"{standalone: true}\">\r\n <button *ngIf=\"customFields?.length > 1\" (click)=\"manipulateCustomField('DELETE',i)\" class=\"cross-btn vx-fs-12 vx-txt-red vx-p-0 vx-m-0 vx-ml-2 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\"></i></button>\r\n </div>\r\n </ng-container>\r\n\r\n <div class=\"vx-d-flex vx-align-center vx-justify-end vx-mt-2\">\r\n <button (click)=\"manipulateCustomField('ADD')\" class=\"add-more-btn vx-fs-11 vx-fw-600 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0\">+ ADD MORE\r\n FIELDS</button>\r\n </div>\r\n",
|
|
27560
27560
|
providers: [CUSTOM_TAG_VALUE_ACCESSOR],
|
|
27561
27561
|
styles: [""]
|
|
27562
27562
|
},] }
|
package/package.json
CHANGED