@processmaker/screen-builder 3.8.13 → 3.8.15

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.
@@ -50308,7 +50308,7 @@ const yte = {
50308
50308
  field: "after_or_equal:",
50309
50309
  content: this.$t("After or Equal to Date"),
50310
50310
  helper: this.$t(
50311
- "The field unter validation must be after or equal to the given field."
50311
+ "The field under validation must be after or equal to the given field."
50312
50312
  ),
50313
50313
  visible: !0,
50314
50314
  configs: [
@@ -50325,7 +50325,7 @@ const yte = {
50325
50325
  field: "before:",
50326
50326
  content: this.$t("Before Date"),
50327
50327
  helper: this.$t(
50328
- "The field unter validation must be before the given date."
50328
+ "The field under validation must be before the given date."
50329
50329
  ),
50330
50330
  visible: !0,
50331
50331
  configs: [
@@ -50342,7 +50342,7 @@ const yte = {
50342
50342
  field: "before_or_equal:",
50343
50343
  content: this.$t("Before or Equal to Date"),
50344
50344
  helper: this.$t(
50345
- "The field unter validation must be before or equal to the given field."
50345
+ "The field under validation must be before or equal to the given field."
50346
50346
  ),
50347
50347
  visible: !0,
50348
50348
  configs: [
@@ -50501,7 +50501,7 @@ var xte = function() {
50501
50501
  wte,
50502
50502
  !1,
50503
50503
  null,
50504
- "a2315d60",
50504
+ "6e58d7e7",
50505
50505
  null,
50506
50506
  null
50507
50507
  );
@@ -54587,7 +54587,8 @@ const Mie = () => new Promise((t) => {
54587
54587
  * @param {Object} data - The event data received from the socket listener.
54588
54588
  */
54589
54589
  handleProcessUpdate(t) {
54590
- t.event === "ACTIVITY_EXCEPTION" && (this.$emit("error", this.requestId), window.location.href = `/requests/${this.requestId}`);
54590
+ const { event: e, elementDestination: r, tokenId: i } = t;
54591
+ 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}`);
54591
54592
  },
54592
54593
  /**
54593
54594
  * Adds a socket listener for redirect events.
@@ -54761,7 +54762,7 @@ var Aie = function() {
54761
54762
  Oie,
54762
54763
  !1,
54763
54764
  null,
54764
- "e3133746",
54765
+ "65c1a0e6",
54765
54766
  null,
54766
54767
  null
54767
54768
  );