@processmaker/screen-builder 3.8.16 → 3.8.17
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/vue-form-builder.css +1 -1
- package/dist/vue-form-builder.es.js +19 -27
- package/dist/vue-form-builder.es.js.map +1 -1
- package/dist/vue-form-builder.umd.js +2 -2
- package/dist/vue-form-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/accordions.js +0 -20
- package/src/components/inspector/variables-to-submit.vue +17 -0
- package/src/components/task.vue +2 -15
|
@@ -51239,9 +51239,22 @@ const nre = {
|
|
|
51239
51239
|
* Single Responsibility: Only handles variable name extraction
|
|
51240
51240
|
*/
|
|
51241
51241
|
extractVariableFromItem(t, e) {
|
|
51242
|
-
var
|
|
51243
|
-
|
|
51244
|
-
|
|
51242
|
+
var a;
|
|
51243
|
+
if ([
|
|
51244
|
+
"FormNestedScreen",
|
|
51245
|
+
"FormHtmlViewer",
|
|
51246
|
+
"FormMultiColumn",
|
|
51247
|
+
"FormCollectionRecordControl",
|
|
51248
|
+
"FormCollectionViewControl",
|
|
51249
|
+
"FormAvatar",
|
|
51250
|
+
"FormListTable",
|
|
51251
|
+
"FormAnalyticsChart",
|
|
51252
|
+
"CaseProgressBar",
|
|
51253
|
+
"FileDownload"
|
|
51254
|
+
].includes(t.component))
|
|
51255
|
+
return;
|
|
51256
|
+
const i = (a = t.config) == null ? void 0 : a.name;
|
|
51257
|
+
i && !i.startsWith("_parent.") && (e[i] = null);
|
|
51245
51258
|
},
|
|
51246
51259
|
/**
|
|
51247
51260
|
* Process special component types
|
|
@@ -51352,7 +51365,7 @@ var sre = function() {
|
|
|
51352
51365
|
ore,
|
|
51353
51366
|
!1,
|
|
51354
51367
|
null,
|
|
51355
|
-
"
|
|
51368
|
+
"7e10d798",
|
|
51356
51369
|
null,
|
|
51357
51370
|
null
|
|
51358
51371
|
);
|
|
@@ -51463,26 +51476,6 @@ const dre = [
|
|
|
51463
51476
|
"defaultValue",
|
|
51464
51477
|
"showForDesktop",
|
|
51465
51478
|
{ name: "customFormatter", showFor: "FormInput" },
|
|
51466
|
-
{ name: "ariaLabel", showFor: "FormInput" },
|
|
51467
|
-
{ name: "ariaLabel", showFor: "FormSelectList" },
|
|
51468
|
-
{ name: "ariaLabel", showFor: "FormDatePicker" },
|
|
51469
|
-
{ name: "ariaLabel", showFor: "FormCheckbox" },
|
|
51470
|
-
{ name: "ariaLabel", showFor: "FormDatePicker" },
|
|
51471
|
-
{ name: "ariaLabel", showFor: "FileUpload" },
|
|
51472
|
-
{ name: "ariaLabel", showFor: "FileDownload" },
|
|
51473
|
-
{ name: "ariaLabel", showFor: "FormSelectList" },
|
|
51474
|
-
{ name: "ariaLabel", showFor: "FormButton" },
|
|
51475
|
-
{ name: "ariaLabel", showFor: "FormTextArea" },
|
|
51476
|
-
{ name: "tabindex", showFor: "FormInput" },
|
|
51477
|
-
{ name: "tabindex", showFor: "FormSelectList" },
|
|
51478
|
-
{ name: "tabindex", showFor: "FormDatePicker" },
|
|
51479
|
-
{ name: "tabindex", showFor: "FormCheckbox" },
|
|
51480
|
-
{ name: "tabindex", showFor: "FormDatePicker" },
|
|
51481
|
-
{ name: "tabindex", showFor: "FileUpload" },
|
|
51482
|
-
{ name: "tabindex", showFor: "FileDownload" },
|
|
51483
|
-
{ name: "tabindex", showFor: "FormSelectList" },
|
|
51484
|
-
{ name: "tabindex", showFor: "FormButton" },
|
|
51485
|
-
{ name: "tabindex", showFor: "FormTextArea" },
|
|
51486
51479
|
{ name: "encryptedConfig", showFor: "FormInput" },
|
|
51487
51480
|
{ name: "variablesToSubmit", showFor: "FormButton" }
|
|
51488
51481
|
],
|
|
@@ -55049,8 +55042,7 @@ const Bie = () => new Promise((t) => {
|
|
|
55049
55042
|
* @param {Object} data - The event data received from the socket listener.
|
|
55050
55043
|
*/
|
|
55051
55044
|
handleProcessUpdate(t) {
|
|
55052
|
-
|
|
55053
|
-
e === "ACTIVITY_COMPLETED" && this.task.id === i && r && (this.task.elementDestination = r, this.task.allow_interstitial = r.type === "displayNextAssignedTask"), e === "ACTIVITY_EXCEPTION" && (this.$emit("error", this.requestId), window.location.href = `/requests/${this.requestId}`);
|
|
55045
|
+
t.event === "ACTIVITY_EXCEPTION" && (this.$emit("error", this.requestId), window.location.href = `/requests/${this.requestId}`);
|
|
55054
55046
|
},
|
|
55055
55047
|
/**
|
|
55056
55048
|
* Adds a socket listener for redirect events.
|
|
@@ -55224,7 +55216,7 @@ var Hie = function() {
|
|
|
55224
55216
|
Vie,
|
|
55225
55217
|
!1,
|
|
55226
55218
|
null,
|
|
55227
|
-
"
|
|
55219
|
+
"1e376439",
|
|
55228
55220
|
null,
|
|
55229
55221
|
null
|
|
55230
55222
|
);
|