@camunda/play 6.1.2 → 6.1.3-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/build/play.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsx as i, jsxs as f, Fragment as L } from "react/jsx-runtime";
2
- import * as D from "react";
2
+ import * as k from "react";
3
3
  import Jt, { useState as y, useEffect as F, useCallback as U, createContext as fi, forwardRef as Rs, Children as gi, cloneElement as mi, Fragment as wi, useRef as cA, PureComponent as bi, createRef as vi, useContext as tA, useLayoutEffect as ct, createElement as Ei } from "react";
4
- import { makeObservable as nA, action as k, computed as H, observable as fA, autorun as Ps, when as Ie, override as IA, makeAutoObservable as GA, reaction as OA } from "mobx";
4
+ import { makeObservable as nA, action as C, computed as H, observable as fA, autorun as Ps, when as Ie, override as IA, makeAutoObservable as GA, reaction as OA } from "mobx";
5
5
  import { getBusinessObject as qA, is as K } from "bpmn-js/lib/util/ModelUtil.js";
6
6
  import { isNil as lt, isEqual as eA, set as yi } from "lodash-es";
7
7
  import { hasEventDefinition as te, hasErrorEventDefinition as dt, isEventSubProcess as Bi } from "bpmn-js/lib/util/DiUtil.js";
@@ -683,9 +683,10 @@ class Sr {
683
683
  constructor() {
684
684
  nA(this, {
685
685
  state: fA,
686
- handleSuccess: k,
686
+ handleSuccess: C,
687
687
  isClusterHealthy: H,
688
- reset: k
688
+ reset: C,
689
+ init: C
689
690
  });
690
691
  }
691
692
  init() {
@@ -734,7 +735,7 @@ class MA {
734
735
  fetchDataDisposer = null;
735
736
  constructor() {
736
737
  nA(this, {
737
- reset: k.bound
738
+ reset: C.bound
738
739
  });
739
740
  }
740
741
  init() {
@@ -1093,9 +1094,9 @@ class ea extends MA {
1093
1094
  constructor() {
1094
1095
  super(), nA(this, {
1095
1096
  state: fA,
1096
- handleSuccess: k,
1097
- startFetching: k,
1098
- handleError: k,
1097
+ handleSuccess: C,
1098
+ startFetching: C,
1099
+ handleError: C,
1099
1100
  reset: IA,
1100
1101
  completedElementInstances: H,
1101
1102
  activeElementInstances: H,
@@ -1434,11 +1435,11 @@ class ma {
1434
1435
  updateFileById: b,
1435
1436
  originAppInstanceId: B,
1436
1437
  canUserSaveExampleData: E,
1437
- diagramId: C,
1438
+ diagramId: S,
1438
1439
  authType: R,
1439
1440
  operateBaseUrl: I
1440
1441
  }) {
1441
- this.xmlToDisplay = A, this.processId = n, this.folderId = s, this.projectId = t, this.processName = r, this.fetchFilesByProcessId = a, this.fetchFilesByDecisionId = o, this.fetchFileById = c, this.fetchFilesByFormId = l, this.onDeploymentError = d, this.consoleSecretsUrl = `${p}/cluster/${h}/secrets`, this.consoleDashboardPageUrl = p, this.currentDiagramRevision = g, this.updateFileById = b, this.originAppInstanceId = B, this.canUserSaveExampleData = E, this.diagramId = C, this.authType = R, this.operateBaseUrl = I;
1442
+ this.xmlToDisplay = A, this.processId = n, this.folderId = s, this.projectId = t, this.processName = r, this.fetchFilesByProcessId = a, this.fetchFilesByDecisionId = o, this.fetchFileById = c, this.fetchFilesByFormId = l, this.onDeploymentError = d, this.consoleSecretsUrl = `${p}/cluster/${h}/secrets`, this.consoleDashboardPageUrl = p, this.currentDiagramRevision = g, this.updateFileById = b, this.originAppInstanceId = B, this.canUserSaveExampleData = E, this.diagramId = S, this.authType = R, this.operateBaseUrl = I;
1442
1443
  }
1443
1444
  get isEnvironmentCreated() {
1444
1445
  return this.state.status === "environment-created";
@@ -2038,10 +2039,10 @@ let Ia = class extends MA {
2038
2039
  super(), nA(this, {
2039
2040
  state: fA,
2040
2041
  variables: H,
2041
- handleSuccess: k,
2042
- handleError: k,
2043
- setIsUpdatingVariable: k,
2044
- startFetching: k,
2042
+ handleSuccess: C,
2043
+ handleError: C,
2044
+ setIsUpdatingVariable: C,
2045
+ startFetching: C,
2045
2046
  scopeId: H,
2046
2047
  isInitialLoadComplete: H,
2047
2048
  reset: IA
@@ -2164,9 +2165,9 @@ class Sa extends MA {
2164
2165
  constructor() {
2165
2166
  super(), nA(this, {
2166
2167
  state: fA,
2167
- handleSuccess: k,
2168
- startFetching: k,
2169
- handleError: k,
2168
+ handleSuccess: C,
2169
+ startFetching: C,
2170
+ handleError: C,
2170
2171
  reset: IA,
2171
2172
  completedElementIds: H,
2172
2173
  activeElementIds: H,
@@ -2976,10 +2977,10 @@ let Ka = class extends hn {
2976
2977
  constructor() {
2977
2978
  super(), nA(this, {
2978
2979
  state: fA,
2979
- loadScenarios: k,
2980
- setScenarios: k,
2981
- handleLoadSuccess: k,
2982
- handleLoadError: k,
2980
+ loadScenarios: C,
2981
+ setScenarios: C,
2982
+ handleLoadSuccess: C,
2983
+ handleLoadError: C,
2983
2984
  allCoveredFlowNodes: H,
2984
2985
  currentTotalCoverage: H,
2985
2986
  coverageIncrease: H,
@@ -2987,15 +2988,15 @@ let Ka = class extends hn {
2987
2988
  isAnyScenarioRunning: H,
2988
2989
  coveredFlowNodeIdsForSelectedScenario: H,
2989
2990
  isSingleScenarioSelected: H,
2990
- startRunningSingleScenario: k,
2991
- updateSingleScenarioRun: k,
2992
- saveTestScenarioFileMetadata: k,
2993
- deleteScenario: k,
2994
- setSelectedScenario: k,
2995
- clearSelectedScenario: k,
2996
- reset: k,
2997
- setIsProcessing: k,
2998
- setUseLocalStorage: k
2991
+ startRunningSingleScenario: C,
2992
+ updateSingleScenarioRun: C,
2993
+ saveTestScenarioFileMetadata: C,
2994
+ deleteScenario: C,
2995
+ setSelectedScenario: C,
2996
+ clearSelectedScenario: C,
2997
+ reset: C,
2998
+ setIsProcessing: C,
2999
+ setUseLocalStorage: C
2999
3000
  });
3000
3001
  }
3001
3002
  #A = ({
@@ -3491,13 +3492,13 @@ class Za extends MA {
3491
3492
  constructor() {
3492
3493
  super(), nA(this, {
3493
3494
  state: fA,
3494
- setIsProcessManuallyCompleted: k,
3495
+ setIsProcessManuallyCompleted: C,
3495
3496
  isCalledProcess: H,
3496
- setInstanceDetails: k,
3497
- handleSuccess: k,
3498
- startFetching: k,
3499
- handleError: k,
3500
- setScenarioName: k,
3497
+ setInstanceDetails: C,
3498
+ handleSuccess: C,
3499
+ startFetching: C,
3500
+ handleError: C,
3501
+ setScenarioName: C,
3501
3502
  reset: IA,
3502
3503
  isRunning: H,
3503
3504
  hasError: H,
@@ -3610,9 +3611,9 @@ class qa extends MA {
3610
3611
  constructor() {
3611
3612
  super(), nA(this, {
3612
3613
  state: fA,
3613
- handleSuccess: k,
3614
- handleError: k,
3615
- startFetching: k,
3614
+ handleSuccess: C,
3615
+ handleError: C,
3616
+ startFetching: C,
3616
3617
  reset: IA,
3617
3618
  incidents: H
3618
3619
  });
@@ -3693,9 +3694,9 @@ class za extends MA {
3693
3694
  constructor() {
3694
3695
  super(), nA(this, {
3695
3696
  state: fA,
3696
- handleSuccess: k,
3697
- startFetching: k,
3698
- handleError: k,
3697
+ handleSuccess: C,
3698
+ startFetching: C,
3699
+ handleError: C,
3699
3700
  reset: IA
3700
3701
  });
3701
3702
  }
@@ -3792,9 +3793,9 @@ class Wa extends MA {
3792
3793
  constructor() {
3793
3794
  super(), nA(this, {
3794
3795
  state: fA,
3795
- handleSuccess: k,
3796
- startFetching: k,
3797
- handleError: k,
3796
+ handleSuccess: C,
3797
+ startFetching: C,
3798
+ handleError: C,
3798
3799
  reset: IA
3799
3800
  });
3800
3801
  }
@@ -3842,9 +3843,9 @@ class Xa extends MA {
3842
3843
  constructor() {
3843
3844
  super(), nA(this, {
3844
3845
  state: fA,
3845
- handleSuccess: k,
3846
- startFetching: k,
3847
- handleError: k,
3846
+ handleSuccess: C,
3847
+ startFetching: C,
3848
+ handleError: C,
3848
3849
  reset: IA
3849
3850
  });
3850
3851
  }
@@ -3891,9 +3892,9 @@ class $a extends MA {
3891
3892
  constructor() {
3892
3893
  super(), nA(this, {
3893
3894
  state: fA,
3894
- handleSuccess: k,
3895
- handleError: k,
3896
- startFetching: k,
3895
+ handleSuccess: C,
3896
+ handleError: C,
3897
+ startFetching: C,
3897
3898
  reset: IA
3898
3899
  });
3899
3900
  }
@@ -3940,9 +3941,9 @@ class _a extends MA {
3940
3941
  constructor() {
3941
3942
  super(), nA(this, {
3942
3943
  state: fA,
3943
- handleSuccess: k,
3944
- startFetching: k,
3945
- handleError: k,
3944
+ handleSuccess: C,
3945
+ startFetching: C,
3946
+ handleError: C,
3946
3947
  reset: IA
3947
3948
  });
3948
3949
  }
@@ -4526,17 +4527,17 @@ const ws = 5, fo = ht`
4526
4527
  }) => {
4527
4528
  const [d, p] = y({ top: 0, left: 0 }), [h, g] = y(n), b = cA();
4528
4529
  return F(() => {
4529
- const { top: B, bottom: E, left: C, width: R } = t.getBoundingClientRect(), I = (
4530
+ const { top: B, bottom: E, left: S, width: R } = t.getBoundingClientRect(), I = (
4530
4531
  //@ts-expect-error 'tooltip.current' is possibly 'undefined'.ts(18048)
4531
4532
  E + b.current.offsetHeight + Ve > window.innerHeight
4532
4533
  ), v = () => {
4533
4534
  switch (r) {
4534
4535
  case "left":
4535
- return C;
4536
+ return S;
4536
4537
  case "right":
4537
- return C + R - b.current.offsetWidth;
4538
+ return S + R - b.current.offsetWidth;
4538
4539
  default:
4539
- return C - b.current.offsetWidth / 2 + R / 2;
4540
+ return S - b.current.offsetWidth / 2 + R / 2;
4540
4541
  }
4541
4542
  }, V = () => h == "top" || I ? B - b.current.offsetHeight - Ve - 5 : E + Ve + 5;
4542
4543
  I && g("top"), p({
@@ -5333,9 +5334,14 @@ const qo = u.div`
5333
5334
  }) => {
5334
5335
  const h = tA(_).monacoLoaderConfig, [g, b] = y(null), B = e === "" && t !== void 0;
5335
5336
  return F(() => {
5336
- Zo(h).then((E) => {
5337
- b(E);
5338
- });
5337
+ const E = Zo(h);
5338
+ return E.then((S) => {
5339
+ b(S);
5340
+ }).catch((S) => {
5341
+ S?.type !== "cancelation" && console.error("Error loading Monaco:", S);
5342
+ }), () => {
5343
+ E.cancel?.();
5344
+ };
5339
5345
  }, [h]), ct(() => {
5340
5346
  A && l ? g?.languages.json.jsonDefaults.setDiagnosticsOptions({
5341
5347
  schemaValidation: "error",
@@ -5765,13 +5771,13 @@ const ac = u.div`
5765
5771
  element: a
5766
5772
  }) => {
5767
5773
  const o = tA(_), c = m.state.processInstance, [l, d] = y(A), [p, h] = y(t), [g, b] = y(""), [B, E] = y(""), {
5768
- editedValue: C,
5774
+ editedValue: S,
5769
5775
  isValid: R,
5770
5776
  prefillSource: I,
5771
5777
  isDirty: v,
5772
5778
  setEditedValue: V,
5773
5779
  resetPrefill: P
5774
- } = yn(a, w.processId), { authType: S } = w, Q = cA(null);
5780
+ } = yn(a, w.processId), { authType: D } = w, Q = cA(null);
5775
5781
  return F(() => {
5776
5782
  R && Q.current?.hideMarkers();
5777
5783
  }, [R]), /* @__PURE__ */ i(
@@ -5795,7 +5801,7 @@ const ac = u.div`
5795
5801
  elementId: n,
5796
5802
  messageName: l,
5797
5803
  correlationKey: p,
5798
- variables: C,
5804
+ variables: S,
5799
5805
  timeToLive: g,
5800
5806
  messageId: B,
5801
5807
  isStartEvent: r
@@ -5804,7 +5810,7 @@ const ac = u.div`
5804
5810
  o.displayNotification?.error(
5805
5811
  {
5806
5812
  title: NA,
5807
- subtitle: `Please contact your ${S === "sm" ? "admin" : "organization owner or admin"} to give you the necessary permissions to publish the message.`
5813
+ subtitle: `Please contact your ${D === "sm" ? "admin" : "organization owner or admin"} to give you the necessary permissions to publish the message.`
5808
5814
  },
5809
5815
  bA
5810
5816
  );
@@ -5815,10 +5821,10 @@ const ac = u.div`
5815
5821
  elementId: n,
5816
5822
  messageName: l,
5817
5823
  messageCorrelationKey: p,
5818
- variables: C,
5824
+ variables: S,
5819
5825
  timeToLive: g,
5820
5826
  messageId: B
5821
- }), G.trackUserCompletesElement(a, C), r ? o.displayNotification?.success({
5827
+ }), G.trackUserCompletesElement(a, S), r ? o.displayNotification?.success({
5822
5828
  title: pe
5823
5829
  }) : o.displayNotification?.info({
5824
5830
  title: `Message "${l}" published`,
@@ -5826,7 +5832,7 @@ const ac = u.div`
5826
5832
  }), ue({
5827
5833
  processId: w.processId,
5828
5834
  elementId: a.id,
5829
- variables: C ?? ""
5835
+ variables: S ?? ""
5830
5836
  })) : o.displayNotification?.error($);
5831
5837
  },
5832
5838
  modalBody: /* @__PURE__ */ i(Ks, { children: /* @__PURE__ */ f(J, { gap: 5, children: [
@@ -5836,7 +5842,7 @@ const ac = u.div`
5836
5842
  Ne,
5837
5843
  {
5838
5844
  isValid: R,
5839
- editedValue: C,
5845
+ editedValue: S,
5840
5846
  element: a,
5841
5847
  onSuccess: () => {
5842
5848
  P();
@@ -5854,7 +5860,7 @@ const ac = u.div`
5854
5860
  Te,
5855
5861
  {
5856
5862
  height: "10vh",
5857
- value: C,
5863
+ value: S,
5858
5864
  isVisible: e,
5859
5865
  placeholder: vt,
5860
5866
  onChange: (O) => {
@@ -6084,7 +6090,7 @@ const Mn = ({
6084
6090
  onChange: B,
6085
6091
  clearOnReset: E = !0
6086
6092
  }) => {
6087
- const [C, R] = y(a), [I, v] = y(!0), V = cA(null);
6093
+ const [S, R] = y(a), [I, v] = y(!0), V = cA(null);
6088
6094
  return F(() => {
6089
6095
  t ? R(a) : (R(""), v(!0));
6090
6096
  }, [t, a]), F(() => {
@@ -6112,19 +6118,19 @@ const Mn = ({
6112
6118
  } : void 0,
6113
6119
  onClose: l,
6114
6120
  onSubmit: () => {
6115
- I ? p?.(C === "" ? void 0 : C) : V.current?.showMarkers();
6121
+ I ? p?.(S === "" ? void 0 : S) : V.current?.showMarkers();
6116
6122
  },
6117
6123
  modalBody: /* @__PURE__ */ f(J, { gap: 5, children: [
6118
6124
  b,
6119
6125
  /* @__PURE__ */ i(
6120
6126
  Te,
6121
6127
  {
6122
- value: C,
6128
+ value: S,
6123
6129
  isVisible: t,
6124
6130
  placeholder: o,
6125
6131
  onChange: (P) => {
6126
- const S = P ?? "";
6127
- R(S), v(A(S)), B?.(S);
6132
+ const D = P ?? "";
6133
+ R(D), v(A(D)), B?.(D);
6128
6134
  },
6129
6135
  readOnly: h,
6130
6136
  onValidate: v,
@@ -6158,19 +6164,19 @@ const Mn = ({
6158
6164
  clearOnReset: !1,
6159
6165
  onReset: () => {
6160
6166
  o(!1);
6161
- const { prefillData: C, prefillSource: R } = hA({
6167
+ const { prefillData: S, prefillSource: R } = hA({
6162
6168
  element: r,
6163
6169
  useCache: !1,
6164
6170
  processId: w.processId
6165
6171
  });
6166
- p(C), g(R), E(!1);
6172
+ p(S), g(R), E(!1);
6167
6173
  },
6168
6174
  value: d,
6169
6175
  primaryButtonLabel: t,
6170
6176
  secondaryButtonLabel: "Cancel",
6171
- isValidInput: (C) => Bs(C),
6172
- onChange: (C) => {
6173
- p(C), E(!0);
6177
+ isValidInput: (S) => Bs(S),
6178
+ onChange: (S) => {
6179
+ p(S), E(!0);
6174
6180
  },
6175
6181
  editorTopContent: /* @__PURE__ */ f(L, { children: [
6176
6182
  /* @__PURE__ */ i(
@@ -6225,11 +6231,11 @@ function uc({
6225
6231
  formPrefillSettings: t = { sanitizePrefillData: !1 }
6226
6232
  }) {
6227
6233
  const [s, n] = y(!1), [r, a] = y("none"), [o, c] = y(""), [l, d] = y(!1), [p, h] = y(!1), g = cA(null), b = cA(), B = U(
6228
- (S, Q) => {
6234
+ (D, Q) => {
6229
6235
  const { cachedVariables: O, variablesFromExampleData: X } = Is({
6230
6236
  element: e,
6231
6237
  processId: w.processId
6232
- }), AA = Q === "bpmn" && eA(S, X), gA = Q === "cache" && eA(S, O);
6238
+ }), AA = Q === "bpmn" && eA(D, X), gA = Q === "cache" && eA(D, O);
6233
6239
  return AA || gA;
6234
6240
  },
6235
6241
  [e]
@@ -6243,12 +6249,12 @@ function uc({
6243
6249
  );
6244
6250
  }, [o, r, B]);
6245
6251
  const E = U(
6246
- ({ data: S, errors: Q }) => {
6247
- d(Object.keys(Q).length === 0), c(JSON.stringify(S));
6252
+ ({ data: D, errors: Q }) => {
6253
+ d(Object.keys(Q).length === 0), c(JSON.stringify(D));
6248
6254
  },
6249
6255
  []
6250
- ), C = U(async () => {
6251
- let S = {};
6256
+ ), S = U(async () => {
6257
+ let D = {};
6252
6258
  if (t.sanitizePrefillData) {
6253
6259
  const { variables: X, success: AA } = await M.fetchVariablesByUserTask(
6254
6260
  t.userTaskJobId
@@ -6257,7 +6263,7 @@ function uc({
6257
6263
  console.error("Could not fetch user task variables"), n(!0);
6258
6264
  return;
6259
6265
  }
6260
- S = X.reduce((gA, { name: dA, value: z }) => (gA[dA] = JSON.parse(z), gA), {});
6266
+ D = X.reduce((gA, { name: dA, value: z }) => (gA[dA] = JSON.parse(z), gA), {});
6261
6267
  }
6262
6268
  const { cachedVariables: Q, variablesFromExampleData: O } = Is(
6263
6269
  {
@@ -6268,52 +6274,52 @@ function uc({
6268
6274
  return {
6269
6275
  variablesFromExampleData: O,
6270
6276
  cachedVariables: Q,
6271
- processVariables: S
6277
+ processVariables: D
6272
6278
  };
6273
6279
  }, [e, t]), R = U(async () => {
6274
- let S = {};
6280
+ let D = {};
6275
6281
  const Q = await A();
6276
6282
  if (Q === void 0) {
6277
6283
  n(!0);
6278
6284
  return;
6279
6285
  }
6280
6286
  try {
6281
- S = JSON.parse(Q ?? "{}");
6287
+ D = JSON.parse(Q ?? "{}");
6282
6288
  } catch {
6283
6289
  n(!0);
6284
6290
  return;
6285
6291
  }
6286
- return S;
6292
+ return D;
6287
6293
  }, [A]), I = U(
6288
6294
  async ({
6289
- ignoreCachedVariables: S = !1,
6295
+ ignoreCachedVariables: D = !1,
6290
6296
  parsedForm: Q
6291
6297
  } = {
6292
6298
  ignoreCachedVariables: !1,
6293
6299
  parsedForm: void 0
6294
6300
  }) => {
6295
- const O = await C();
6301
+ const O = await S();
6296
6302
  if (!O)
6297
6303
  return;
6298
6304
  const { variablesFromExampleData: X, cachedVariables: AA, processVariables: gA } = O, dA = {
6299
6305
  ...X,
6300
- ...S ? {} : AA,
6306
+ ...D ? {} : AA,
6301
6307
  ...gA
6302
6308
  }, z = t.sanitizePrefillData ? dc(sr(Q), dA) : dA;
6303
6309
  let jA = "none";
6304
- return eA(z, X) ? jA = "bpmn" : !S && eA(z, AA) && (jA = "cache"), a(jA), c(JSON.stringify(z)), z;
6310
+ return eA(z, X) ? jA = "bpmn" : !D && eA(z, AA) && (jA = "cache"), a(jA), c(JSON.stringify(z)), z;
6305
6311
  },
6306
- [C, t]
6312
+ [S, t]
6307
6313
  ), v = U(
6308
6314
  async ({
6309
- ignoreCachedVariables: S = !1
6315
+ ignoreCachedVariables: D = !1
6310
6316
  } = { ignoreCachedVariables: !1 }) => {
6311
6317
  const Q = await R();
6312
6318
  if (Q === void 0)
6313
6319
  return;
6314
6320
  const O = await I({
6315
6321
  parsedForm: Q,
6316
- ignoreCachedVariables: S
6322
+ ignoreCachedVariables: D
6317
6323
  }), { warnings: X } = await b.current?.importSchema(
6318
6324
  Q,
6319
6325
  O
@@ -6322,12 +6328,12 @@ function uc({
6322
6328
  },
6323
6329
  [R, I]
6324
6330
  ), V = U(async () => {
6325
- const S = new nr();
6326
- if (b.current = S, g.current === null) {
6331
+ const D = new nr();
6332
+ if (b.current = D, g.current === null) {
6327
6333
  n(!0);
6328
6334
  return;
6329
6335
  }
6330
- await v(), S.attachTo(g.current), S.on("changed", E);
6336
+ await v(), D.attachTo(g.current), D.on("changed", E);
6331
6337
  }, [E, v]), P = U(async () => {
6332
6338
  v({ ignoreCachedVariables: !0 });
6333
6339
  }, [v]);
@@ -6394,7 +6400,7 @@ const Dn = ({
6394
6400
  isFormContentValid: b,
6395
6401
  originalPrefillSource: B,
6396
6402
  setOriginalPrefillSource: E,
6397
- formVariables: C,
6403
+ formVariables: S,
6398
6404
  hasFormLoadError: R,
6399
6405
  setHasFormLoadError: I,
6400
6406
  formContainerRef: v,
@@ -6428,7 +6434,7 @@ const Dn = ({
6428
6434
  Array.isArray(z) ? AA.set(dA, [...z, gA]) : AA.set(dA, [gA]);
6429
6435
  }), AA;
6430
6436
  }
6431
- async function S() {
6437
+ async function D() {
6432
6438
  d(!0);
6433
6439
  try {
6434
6440
  const { data: Q, errors: O, files: X } = V.current?.submit() ?? {
@@ -6461,7 +6467,7 @@ const Dn = ({
6461
6467
  onClick: t
6462
6468
  },
6463
6469
  onClose: t,
6464
- onSubmit: S,
6470
+ onSubmit: D,
6465
6471
  ghostButton: {
6466
6472
  label: "Reset",
6467
6473
  onClick: h
@@ -6472,7 +6478,7 @@ const Dn = ({
6472
6478
  Ne,
6473
6479
  {
6474
6480
  isValid: b,
6475
- editedValue: C,
6481
+ editedValue: S,
6476
6482
  element: A,
6477
6483
  onSuccess: () => {
6478
6484
  E("bpmn");
@@ -6718,9 +6724,9 @@ const kn = N(() => {
6718
6724
  );
6719
6725
  }, [a, g, t]);
6720
6726
  const E = U(
6721
- async (S) => {
6727
+ async (D) => {
6722
6728
  const Q = await M.fetchInstanceDetails(
6723
- S
6729
+ D
6724
6730
  );
6725
6731
  if (!Q.success) {
6726
6732
  t?.error($);
@@ -6733,14 +6739,14 @@ const kn = N(() => {
6733
6739
  s?.({
6734
6740
  processId: X,
6735
6741
  processDefinitionKey: O,
6736
- processInstanceKey: S
6742
+ processInstanceKey: D
6737
6743
  });
6738
6744
  },
6739
6745
  [t, s]
6740
6746
  );
6741
6747
  if (!r)
6742
6748
  return null;
6743
- const C = Lo({
6749
+ const S = Lo({
6744
6750
  isReplayScenariosEnabled: n,
6745
6751
  isCalledProcess: l
6746
6752
  });
@@ -6748,19 +6754,19 @@ const kn = N(() => {
6748
6754
  return /* @__PURE__ */ i(
6749
6755
  Vo,
6750
6756
  {
6751
- headerColumns: C,
6757
+ headerColumns: S,
6752
6758
  isReplayScenariosEnabled: n
6753
6759
  }
6754
6760
  );
6755
- const R = o?.parentKey, I = o.incident ? "INCIDENT" : o.state, v = `${p}/processes/${r}`, V = c !== Dt, P = Object.keys(d).find((S) => {
6756
- const Q = d[S];
6761
+ const R = o?.parentKey, I = o.incident ? "INCIDENT" : o.state, v = `${p}/processes/${r}`, V = c !== Dt, P = Object.keys(d).find((D) => {
6762
+ const Q = d[D];
6757
6763
  return Q !== void 0 && Q.instanceKey === r && Q.status === "Failed";
6758
6764
  });
6759
6765
  return /* @__PURE__ */ f(gn, { "data-testid": "instance-header", children: [
6760
6766
  /* @__PURE__ */ f(mn, { children: [
6761
6767
  /* @__PURE__ */ i(Ct, { state: I, size: 24 }),
6762
6768
  /* @__PURE__ */ f(wn, { children: [
6763
- /* @__PURE__ */ i("thead", { children: /* @__PURE__ */ i("tr", { children: C.map(({ name: S }) => /* @__PURE__ */ i(bn, { children: S }, S)) }) }),
6769
+ /* @__PURE__ */ i("thead", { children: /* @__PURE__ */ i("tr", { children: S.map(({ name: D }) => /* @__PURE__ */ i(bn, { children: D }, D)) }) }),
6764
6770
  /* @__PURE__ */ i("tbody", { children: /* @__PURE__ */ f("tr", { children: [
6765
6771
  /* @__PURE__ */ i(re, { style: { overflow: "visible" }, children: h ? /* @__PURE__ */ i(
6766
6772
  Se,
@@ -6891,11 +6897,11 @@ const kn = N(() => {
6891
6897
  ) : /* @__PURE__ */ i(
6892
6898
  Ro,
6893
6899
  {
6894
- onScenarioSaved: async (S) => {
6900
+ onScenarioSaved: async (D) => {
6895
6901
  try {
6896
6902
  await x.addScenario({
6897
6903
  processId: B,
6898
- name: S,
6904
+ name: D,
6899
6905
  processInstanceId: r,
6900
6906
  actions: oe(
6901
6907
  q(r)
@@ -6907,10 +6913,10 @@ const kn = N(() => {
6907
6913
  t?.error($);
6908
6914
  return;
6909
6915
  }
6910
- m.setScenarioName(S), t?.success(
6916
+ m.setScenarioName(D), t?.success(
6911
6917
  {
6912
6918
  title: "Scenario saved",
6913
- subtitle: `${S} was successfully saved.`
6919
+ subtitle: `${D} was successfully saved.`
6914
6920
  },
6915
6921
  {
6916
6922
  action: {
@@ -7184,7 +7190,7 @@ const Gc = u(se)`
7184
7190
  /* @__PURE__ */ i(Ms, { width: "276px" }),
7185
7191
  /* @__PURE__ */ i(Ms, { width: "384px" })
7186
7192
  ] }), Yc = () => /* @__PURE__ */ i(Hc, { "data-testid": "variables-skeleton", children: [...Array(20)].map((e, A) => /* @__PURE__ */ i(Uc, {}, A)) }), Tn = N(({ selectedScope: e, isActive: A }) => {
7187
- const t = tA(_), { authType: s } = w, n = t.displayNotification, [r, a] = y(null), [o, c] = y(""), [l, d] = y(!1), [p, h] = y(!1), [g, b] = y(!1), B = pA.state.isUpdatingVariable, { instanceKey: E } = m.state, C = pA.state.variables.filter(
7193
+ const t = tA(_), { authType: s } = w, n = t.displayNotification, [r, a] = y(null), [o, c] = y(""), [l, d] = y(!1), [p, h] = y(!1), [g, b] = y(!1), B = pA.state.isUpdatingVariable, { instanceKey: E } = m.state, S = pA.state.variables.filter(
7188
7194
  (I) => I.scopeKey === e
7189
7195
  );
7190
7196
  F(() => {
@@ -7221,15 +7227,15 @@ const Gc = u(se)`
7221
7227
  return /* @__PURE__ */ i(bc, { children: /* @__PURE__ */ f(qi, { children: [
7222
7228
  /* @__PURE__ */ i(Qc, { "aria-label": "Variables", children: /* @__PURE__ */ i(zi, { children: "Variables" }) }),
7223
7229
  /* @__PURE__ */ i(Pc, { children: /* @__PURE__ */ i(Rc, { children: pA.isInitialLoadComplete ? /* @__PURE__ */ f(L, { children: [
7224
- /* @__PURE__ */ f(vc, { $isEmpty: C.length === 0, children: [
7225
- C.length === 0 && /* @__PURE__ */ i(Ec, { children: Z.isRootNodeSelected ? "This process instance has no variables" : "The flow node has no variables" }),
7226
- C.length > 0 && /* @__PURE__ */ f(yc, { children: [
7230
+ /* @__PURE__ */ f(vc, { $isEmpty: S.length === 0, children: [
7231
+ S.length === 0 && /* @__PURE__ */ i(Ec, { children: Z.isRootNodeSelected ? "This process instance has no variables" : "The flow node has no variables" }),
7232
+ S.length > 0 && /* @__PURE__ */ f(yc, { children: [
7227
7233
  /* @__PURE__ */ i(Bc, { children: /* @__PURE__ */ f("tr", { children: [
7228
7234
  /* @__PURE__ */ i(Mc, { children: "Name" }),
7229
7235
  /* @__PURE__ */ i(Sc, { children: "Value" }),
7230
7236
  /* @__PURE__ */ i(Dc, {})
7231
7237
  ] }) }),
7232
- /* @__PURE__ */ i(Ic, { children: C.map((I) => /* @__PURE__ */ f("tr", { children: [
7238
+ /* @__PURE__ */ i(Ic, { children: S.map((I) => /* @__PURE__ */ f("tr", { children: [
7233
7239
  /* @__PURE__ */ i(Tc, { title: I.name, children: I.name }),
7234
7240
  /* @__PURE__ */ i(Nc, { children: /* @__PURE__ */ i(zs, { children: /* @__PURE__ */ i(
7235
7241
  Fc,
@@ -7330,7 +7336,7 @@ const Gc = u(se)`
7330
7336
  } : I.includes('"') || I.includes(" ") ? {
7331
7337
  isValid: !1,
7332
7338
  error: "Variable contains invalid characters. Use only alphabets, numbers and dashes (-)"
7333
- } : C.some(
7339
+ } : S.some(
7334
7340
  ({ name: v }) => v === I
7335
7341
  ) ? {
7336
7342
  isValid: !1,
@@ -7609,7 +7615,7 @@ const sl = u.ul`
7609
7615
  };
7610
7616
  h[a.key] = b, g.push(b);
7611
7617
  for (let B = 0; B < e.length; B++) {
7612
- const E = e[B], C = {
7618
+ const E = e[B], S = {
7613
7619
  instance: E,
7614
7620
  childNodes: [],
7615
7621
  isSelected: Z.isSelected({
@@ -7618,7 +7624,7 @@ const sl = u.ul`
7618
7624
  isMultiInstance: E.type === "MULTI_INSTANCE_BODY"
7619
7625
  })
7620
7626
  };
7621
- h[E.key] = C, E.scopeKey !== null && h[E.scopeKey] !== void 0 && h[E.scopeKey].childNodes.push(C);
7627
+ h[E.key] = S, E.scopeKey !== null && h[E.scopeKey] !== void 0 && h[E.scopeKey].childNodes.push(S);
7622
7628
  }
7623
7629
  return { rootNodes: g, keyMap: h };
7624
7630
  }, [a, e, o]), { keyMap: l, rootNodes: d } = c();
@@ -7629,11 +7635,11 @@ const sl = u.ul`
7629
7635
  originalSize: b.clientHeight,
7630
7636
  dragStart: h.pageY
7631
7637
  };
7632
- const B = (C) => {
7638
+ const B = (S) => {
7633
7639
  t(
7634
7640
  Math.max(
7635
7641
  10,
7636
- (r.current?.originalSize ?? 0) + (r.current?.dragStart ?? 0) - C.pageY
7642
+ (r.current?.originalSize ?? 0) + (r.current?.dragStart ?? 0) - S.pageY
7637
7643
  )
7638
7644
  );
7639
7645
  }, E = () => {
@@ -7668,7 +7674,7 @@ Nn.displayName = "InstanceHistory";
7668
7674
  const ol = (e = "", A = "new-diagram") => {
7669
7675
  const t = e?.normalize().replace(/[^_0-9\p{Letter}\p{Mark}]+/gu, "-").replace(/-+/g, "-").replace(/(^-|-$)/g, "").toLowerCase();
7670
7676
  return t === "" ? A : t;
7671
- }, cl = "--", ll = (e, A) => e + cl + ol(A), dl = (e) => /* @__PURE__ */ D.createElement("svg", { width: 2, height: 10, viewBox: "0 0 2 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ D.createElement("path", { d: "M1 2C1.55228 2 2 1.55228 2 1C2 0.447715 1.55228 0 1 0C0.447715 0 0 0.447715 0 1C0 1.55228 0.447715 2 1 2Z", fill: "white" }), /* @__PURE__ */ D.createElement("path", { d: "M1 6C1.55228 6 2 5.55228 2 5C2 4.44772 1.55228 4 1 4C0.447715 4 0 4.44772 0 5C0 5.55228 0.447715 6 1 6Z", fill: "white" }), /* @__PURE__ */ D.createElement("path", { d: "M1 10C1.55228 10 2 9.55228 2 9C2 8.44771 1.55228 8 1 8C0.447715 8 0 8.44771 0 9C0 9.55228 0.447715 10 1 10Z", fill: "white" })), ul = (e) => /* @__PURE__ */ D.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ D.createElement("path", { d: "M14.7685 5.87999L13.12 4.23149C12.9713 4.08325 12.7699 4 12.56 4C12.3501 4 12.1487 4.08325 12 4.23149L5 11.2337V14H7.7663L14.7685 6.99999C14.9167 6.85132 15 6.64994 15 6.43999C15 6.23004 14.9167 6.02866 14.7685 5.87999ZM7.3521 13H6V11.6479L10.7205 6.92744L12.0725 8.27954L7.3521 13ZM12.7795 7.57249L11.4275 6.22044L12.5611 5.08684L13.9132 6.43894L12.7795 7.57249Z", fill: "white" }), /* @__PURE__ */ D.createElement("rect", { x: 1, y: 2, width: 10, height: 1, fill: "white" }), /* @__PURE__ */ D.createElement("rect", { x: 1, y: 5, width: 7, height: 1, fill: "white" }), /* @__PURE__ */ D.createElement("rect", { x: 1, y: 8, width: 4, height: 1, fill: "white" })), pl = (e) => /* @__PURE__ */ D.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "currentColor", className: "bi bi-envelope", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ D.createElement("path", { d: "M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z" })), hl = (e) => /* @__PURE__ */ D.createElement("svg", { viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ D.createElement("g", { fill: "#52C16B" }, /* @__PURE__ */ D.createElement("path", { d: "M9 0C4.0374 0 0 4.0375 0 9c0 4.9627 4.0374 9 9 9s9-4.0373 9-9c0-4.9625-4.0374-9-9-9zm0 16.3636c-4.0604 0-7.3636-3.3032-7.3636-7.3635 0-4.0604 3.3032-7.3637 7.3636-7.3637S16.3636 4.9397 16.3636 9c0 4.0603-3.3033 7.3635-7.3636 7.3635z" }), /* @__PURE__ */ D.createElement("path", { d: "M5.101 9.85C5.0337 9.78 5 9.675 5 9.605s.0337-.175.101-.245l.4711-.49c.1346-.14.3366-.14.4712 0l.0336.035 1.851 2.065c.0673.07.1683.07.2356 0l4.5096-4.865h.0336c.1346-.14.3366-.14.4712 0l.4711.49c.1347.14.1347.35 0 .49l-5.3846 5.81c-.0673.07-.1346.105-.2356.105s-.1682-.035-.2355-.105l-2.625-2.94-.0673-.105z" }))), fl = (e) => /* @__PURE__ */ D.createElement("svg", { width: 17, height: 16, viewBox: "0 0 17 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ D.createElement("g", { clipPath: "url(#clip0_2557_56096)" }, /* @__PURE__ */ D.createElement("rect", { width: 16, height: 16, transform: "translate(0.5)", fill: "transparent" }), /* @__PURE__ */ D.createElement("g", { clipPath: "url(#clip1_2557_56096)" }, /* @__PURE__ */ D.createElement("path", { d: "M9.69601 7.99995L15.5 4.63295V11.3669L9.69601 7.99995ZM8.90401 7.30395C8.78141 7.37414 8.67952 7.47547 8.60866 7.59769C8.5378 7.71991 8.50049 7.85868 8.50049 7.99995C8.50049 8.14122 8.5378 8.27999 8.60866 8.40221C8.67952 8.52442 8.78141 8.62576 8.90401 8.69595L15.267 12.3879C15.787 12.6899 16.5 12.3449 16.5 11.6919V4.30795C16.5 3.65495 15.787 3.30995 15.267 3.61195L8.90401 7.30395Z" }), /* @__PURE__ */ D.createElement("path", { d: "M1.69601 7.99995L7.50001 4.63295V11.3669L1.69601 7.99995ZM0.904006 7.30395C0.781405 7.37414 0.679521 7.47547 0.608663 7.59769C0.537805 7.71991 0.500488 7.85868 0.500488 7.99995C0.500488 8.14122 0.537805 8.27999 0.608663 8.40221C0.679521 8.52442 0.781405 8.62576 0.904006 8.69595L7.26701 12.3879C7.78701 12.6899 8.50001 12.3449 8.50001 11.6919V4.30795C8.50001 3.65495 7.78701 3.30995 7.26701 3.61195L0.904006 7.30395Z" }))), /* @__PURE__ */ D.createElement("defs", null, /* @__PURE__ */ D.createElement("clipPath", { id: "clip0_2557_56096" }, /* @__PURE__ */ D.createElement("rect", { width: 16, height: 16, fill: "white", transform: "translate(0.5)" })), /* @__PURE__ */ D.createElement("clipPath", { id: "clip1_2557_56096" }, /* @__PURE__ */ D.createElement("rect", { width: 16, height: 16, fill: "white", transform: "translate(0.5)" })))), gl = (e) => /* @__PURE__ */ D.createElement("svg", { width: 180, height: 180, viewBox: "0 0 180 180", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ D.createElement("path", { d: "M150.804 55.8922L150.494 49.0623H126.417C126.82 39.786 126.418 29.1415 126.418 29.1415H53.5819C53.5819 29.1415 53.1795 39.786 53.5831 49.0623H29.5059L29.1962 55.8922C29.1692 56.4865 28.6164 70.6236 35.6237 86.0315C41.7589 99.5223 54.8975 116.447 82.846 122.946V131.977H77.9039V138.148H53.4032V152.456H126.597V138.148H102.096V131.977H97.1541V122.946C125.102 116.447 138.241 99.5222 144.376 86.0315C151.384 70.6235 150.831 56.4865 150.804 55.8922ZM48.8725 80.5957C45.861 74.1454 44.5261 67.8866 43.9383 63.3704H54.7619C56.2251 75.2305 59.1824 88.702 65.0259 99.9776C58.0146 95.0724 52.6113 88.6029 48.8725 80.5957ZM101.322 104.518H79.4116V92.1394H101.322V104.518ZM101.331 73.5114C101.279 80.9953 97.5643 85.2491 90.3501 85.2491C83.1358 85.2491 79.4211 80.9929 79.4211 73.5658L79.4116 49.2818C79.4637 41.798 83.1784 37.5441 90.3926 37.5441C97.6069 37.5441 101.322 41.8004 101.322 49.2818V53.8029H94.3864V48.8089C94.3864 45.4702 92.8801 44.1791 90.5652 44.1791C88.2007 44.1247 86.7417 45.4158 86.7417 48.7545V73.9962C86.7417 77.3349 88.2503 78.5196 90.5652 78.5196C92.9298 78.5196 94.3864 77.3373 94.3864 73.9962V67.321H101.331V73.5114ZM131.352 80.1083C127.607 88.3417 122.128 94.9736 114.974 99.9781C120.817 88.7023 123.775 75.2307 125.238 63.3704H136.06C135.486 67.7767 134.203 73.8395 131.352 80.1083Z", fill: "#FC5D0D" })), ml = (e) => /* @__PURE__ */ D.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ D.createElement("path", { fill: "currentColor", d: "M13 5H11V11H5V13H11V19H13V13H19V11H13V5Z" })), wl = (e) => /* @__PURE__ */ D.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ D.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22.0833 10H1.9167c-.55 0-.9167.3667-.9167.9167V12.75c0 .55.3667.9167.9167.9167h20.1666c.55 0 .9167-.3667.9167-.9167v-1.8333c0-.55-.3667-.9167-.9167-.9167z" })), bl = (e) => /* @__PURE__ */ D.createElement("svg", { viewBox: "0 0 15 15", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ D.createElement("path", { fill: "currentColor", d: "M.531 8.031H1.697c.2461 2.798 2.487 5.026 5.272 5.2721v1.1658c0 .285.2332.5311.5311.5311.285 0 .531-.2332.531-.531V13.303c2.798-.2461 5.026-2.487 5.2721-5.272h1.1658c.285 0 .5311-.2332.5311-.5311 0-.285-.2332-.531-.531-.531H13.303c-.2461-2.798-2.487-5.026-5.272-5.2721V.531C8.031.246 7.7979 0 7.5 0c-.285 0-.531.2332-.531.531V1.697c-2.798.2461-5.026 2.487-5.2721 5.272H.531C.233 6.969 0 7.2021 0 7.5c0 .298.2461.531.531.531zm4.3654-1.062H2.759c.246-2.2151 2.0077-3.9768 4.2098-4.21v2.1374c0 .285.2332.531.5311.531.285 0 .531-.2331.531-.531V2.759c2.2151.246 3.9768 2.0077 4.21 4.2098h-2.1374c-.285 0-.531.2332-.531.5311 0 .285.2331.531.531.531h2.1373c-.246 2.2151-2.0077 3.9768-4.2098 4.21v-2.1374c0-.285-.2332-.531-.5311-.531-.285 0-.531.2331-.531.531v2.1373c-2.2151-.246-3.9768-2.0077-4.21-4.2098h2.1374c.285 0 .531-.2332.531-.5311 0-.285-.246-.531-.531-.531z" })), vl = (e) => /* @__PURE__ */ D.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", ...e }, /* @__PURE__ */ D.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.8557 1.5478a.3332.3332 0 0 0-.328-.009l-5.5162 2.9204-5.516-2.9204a.5482.5482 0 0 0-.0627-.0234c-.046-.0113-.0647-.0127-.0837-.0133-.0434 0-.061.0033-.0788.0073-.0213.0047-2.0354.6745-6.042 2.0096A.3334.3334 0 0 0 1 3.8356v14.3471a.334.334 0 0 0 .3337.3336.3279.3279 0 0 0 .1054-.0173l5.8876-1.9625 5.5577 2.2885c.0514.016.0887.025.127.025a.334.334 0 0 0 .0888-.013c.0407-.0154.0548-.019.0674-.0257l5.6721-3.0029a.334.334 0 0 0 .1775-.295V1.8338a.334.334 0 0 0-.1615-.286zM2.0598 4.6795l4.6633-1.5897v12.188l-4.6633 1.5898V4.6796zM7.783 3.0898l4.5573 2.6495v11.6583L7.783 15.2779V3.0898zm10.1744 11.9761l-4.5043 2.3317V5.7393l4.5043-2.6495v11.9761z" })), El = (e) => /* @__PURE__ */ D.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ D.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ D.createElement("path", { d: "M7.8434 11.358H1.7862a.7985.7985 0 1 0 0 1.5971h5.2587v5.2587a.7985.7985 0 1 0 1.597 0v-6.0572a.7985.7985 0 0 0-.7985-.7986zM18.2138 7.0449h-5.2586V1.7862a.7985.7985 0 1 0-1.5971 0v6.0572c0 .441.3575.7986.7985.7986h6.0572a.7985.7985 0 1 0 0-1.5971z" }), /* @__PURE__ */ D.createElement("path", { d: "M19.7667.2333a.7965.7965 0 0 0-1.1265 0l-7.0489 7.0489a.7966.7966 0 0 0 1.1265 1.1265l7.049-7.049a.7966.7966 0 0 0 0-1.1264zM8.4087 11.5913a.7965.7965 0 0 0-1.1265 0l-7.0489 7.049a.7965.7965 0 1 0 1.1265 1.1264l7.0489-7.049a.7965.7965 0 0 0 0-1.1264z" }))), yl = (e) => /* @__PURE__ */ D.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ D.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ D.createElement("path", { d: "M19.2015 0h-6.0573a.7985.7985 0 1 0 0 1.5971h5.2587v5.2587a.7985.7985 0 1 0 1.5971 0V.7985A.7985.7985 0 0 0 19.2015 0zM6.8558 18.4029H1.597v-5.2587a.7985.7985 0 1 0-1.5971 0v6.0573c0 .441.3575.7985.7985.7985h6.0573a.7985.7985 0 1 0 0-1.5971z" }), /* @__PURE__ */ D.createElement("path", { d: "M19.7667.2333a.7965.7965 0 0 0-1.1265 0l-7.0489 7.0489a.7966.7966 0 0 0 1.1265 1.1265l7.049-7.049a.7966.7966 0 0 0 0-1.1264zM8.4087 11.5913a.7965.7965 0 0 0-1.1265 0l-7.0489 7.049a.7965.7965 0 1 0 1.1265 1.1264l7.0489-7.049a.7965.7965 0 0 0 0-1.1264z" }))), Bl = (e) => /* @__PURE__ */ D.createElement("svg", { width: 17, height: 15, viewBox: "0 0 17 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ D.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.7219 5.2691C8.6668 4.2126 7.7435 2.4757 7.0638 1.00772C7.0445 1.00316 7.0206 1 6.9941 1C6.9675 1 6.9436 1.00316 6.9243 1.00773C6.2447 2.4757 5.322 4.2122 4.2662 5.2687C3.2106 6.325 1.47501 7.2485 0.00802994 7.9287C0.00328994 7.9483 0 7.9728 0 8C0 8.0271 0.00324982 8.0515 0.00793982 8.071C1.47467 8.751 3.2101 9.6743 4.2659 10.7311C5.322 11.7875 6.2448 13.5244 6.9245 14.9923C6.9437 14.9969 6.9675 15 6.994 15C7.0205 15 7.0444 14.9968 7.0636 14.9923C7.7433 13.5244 8.666 11.7877 9.7215 10.7315M9.7215 10.7315C10.773 9.6791 12.4531 8.7468 13.8721 8.0577C13.8756 8.0415 13.878 8.0217 13.878 7.9998C13.878 7.9779 13.8756 7.9582 13.8721 7.942C12.4537 7.2529 10.7734 6.3207 9.7219 5.2691", fill: "white" }), /* @__PURE__ */ D.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.4808 1.52468C15.104 1.14737 14.7742 0.52704 14.5315 0.00275993C14.5246 0.00112993 14.5161 0 14.5066 0C14.4971 0 14.4885 0.00112993 14.4817 0.00275993C14.2389 0.52705 13.9094 1.14721 13.5323 1.52455C13.1553 1.9018 12.5355 2.2316 12.0116 2.4745C12.0099 2.4815 12.0087 2.4903 12.0087 2.5C12.0087 2.5097 12.0099 2.5184 12.0115 2.5254C12.5354 2.7682 13.1552 3.098 13.5322 3.4754C13.9094 3.8527 14.239 4.473 14.4817 4.9972C14.4886 4.9989 14.4971 5 14.5066 5C14.516 5 14.5246 4.9989 14.5314 4.9972C14.7742 4.473 15.1037 3.8528 15.4806 3.4755M15.4806 3.4755C15.8562 3.0997 16.4562 2.7667 16.963 2.5206C16.9643 2.5148 16.9651 2.5078 16.9651 2.4999C16.9651 2.4921 16.9643 2.4851 16.963 2.4793C16.4565 2.2332 15.8563 1.90026 15.4808 1.52468", fill: "white" })), Il = (e) => /* @__PURE__ */ D.createElement("svg", { width: 18, height: 16, viewBox: "0 0 18 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ D.createElement("path", { d: "M1.18528 15.25L9 1.03773L16.8147 15.25H1.18528Z", stroke: "white" })), Ml = (e) => /* @__PURE__ */ D.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...e }, /* @__PURE__ */ D.createElement("path", { d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14C30,8.3,23.7,2,16,2z M14.9,8h2.2v11h-2.2V8z M16,25 c-0.8,0-1.5-0.7-1.5-1.5S15.2,22,16,22c0.8,0,1.5,0.7,1.5,1.5S16.8,25,16,25z", fill: "currentColor" })), xn = (e) => /* @__PURE__ */ D.createElement("svg", { width: 16, height: 16, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ D.createElement("path", { d: "M12 3H4v10h8V3Z", fill: "#000" }), /* @__PURE__ */ D.createElement("path", { d: "M8 1C4.15 1 1 4.15 1 8s3.15 7 7 7 7-3.15 7-7-3.15-7-7-7Zm-.55 3h1.1v5.5h-1.1V4ZM8 12.5c-.4 0-.75-.35-.75-.75S7.6 11 8 11s.75.35.75.75-.35.75-.75.75Z", fill: "#FF832B" })), Sl = u.div`
7677
+ }, cl = "--", ll = (e, A) => e + cl + ol(A), dl = (e) => /* @__PURE__ */ k.createElement("svg", { width: 2, height: 10, viewBox: "0 0 2 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ k.createElement("path", { d: "M1 2C1.55228 2 2 1.55228 2 1C2 0.447715 1.55228 0 1 0C0.447715 0 0 0.447715 0 1C0 1.55228 0.447715 2 1 2Z", fill: "white" }), /* @__PURE__ */ k.createElement("path", { d: "M1 6C1.55228 6 2 5.55228 2 5C2 4.44772 1.55228 4 1 4C0.447715 4 0 4.44772 0 5C0 5.55228 0.447715 6 1 6Z", fill: "white" }), /* @__PURE__ */ k.createElement("path", { d: "M1 10C1.55228 10 2 9.55228 2 9C2 8.44771 1.55228 8 1 8C0.447715 8 0 8.44771 0 9C0 9.55228 0.447715 10 1 10Z", fill: "white" })), ul = (e) => /* @__PURE__ */ k.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ k.createElement("path", { d: "M14.7685 5.87999L13.12 4.23149C12.9713 4.08325 12.7699 4 12.56 4C12.3501 4 12.1487 4.08325 12 4.23149L5 11.2337V14H7.7663L14.7685 6.99999C14.9167 6.85132 15 6.64994 15 6.43999C15 6.23004 14.9167 6.02866 14.7685 5.87999ZM7.3521 13H6V11.6479L10.7205 6.92744L12.0725 8.27954L7.3521 13ZM12.7795 7.57249L11.4275 6.22044L12.5611 5.08684L13.9132 6.43894L12.7795 7.57249Z", fill: "white" }), /* @__PURE__ */ k.createElement("rect", { x: 1, y: 2, width: 10, height: 1, fill: "white" }), /* @__PURE__ */ k.createElement("rect", { x: 1, y: 5, width: 7, height: 1, fill: "white" }), /* @__PURE__ */ k.createElement("rect", { x: 1, y: 8, width: 4, height: 1, fill: "white" })), pl = (e) => /* @__PURE__ */ k.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "currentColor", className: "bi bi-envelope", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ k.createElement("path", { d: "M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z" })), hl = (e) => /* @__PURE__ */ k.createElement("svg", { viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ k.createElement("g", { fill: "#52C16B" }, /* @__PURE__ */ k.createElement("path", { d: "M9 0C4.0374 0 0 4.0375 0 9c0 4.9627 4.0374 9 9 9s9-4.0373 9-9c0-4.9625-4.0374-9-9-9zm0 16.3636c-4.0604 0-7.3636-3.3032-7.3636-7.3635 0-4.0604 3.3032-7.3637 7.3636-7.3637S16.3636 4.9397 16.3636 9c0 4.0603-3.3033 7.3635-7.3636 7.3635z" }), /* @__PURE__ */ k.createElement("path", { d: "M5.101 9.85C5.0337 9.78 5 9.675 5 9.605s.0337-.175.101-.245l.4711-.49c.1346-.14.3366-.14.4712 0l.0336.035 1.851 2.065c.0673.07.1683.07.2356 0l4.5096-4.865h.0336c.1346-.14.3366-.14.4712 0l.4711.49c.1347.14.1347.35 0 .49l-5.3846 5.81c-.0673.07-.1346.105-.2356.105s-.1682-.035-.2355-.105l-2.625-2.94-.0673-.105z" }))), fl = (e) => /* @__PURE__ */ k.createElement("svg", { width: 17, height: 16, viewBox: "0 0 17 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ k.createElement("g", { clipPath: "url(#clip0_2557_56096)" }, /* @__PURE__ */ k.createElement("rect", { width: 16, height: 16, transform: "translate(0.5)", fill: "transparent" }), /* @__PURE__ */ k.createElement("g", { clipPath: "url(#clip1_2557_56096)" }, /* @__PURE__ */ k.createElement("path", { d: "M9.69601 7.99995L15.5 4.63295V11.3669L9.69601 7.99995ZM8.90401 7.30395C8.78141 7.37414 8.67952 7.47547 8.60866 7.59769C8.5378 7.71991 8.50049 7.85868 8.50049 7.99995C8.50049 8.14122 8.5378 8.27999 8.60866 8.40221C8.67952 8.52442 8.78141 8.62576 8.90401 8.69595L15.267 12.3879C15.787 12.6899 16.5 12.3449 16.5 11.6919V4.30795C16.5 3.65495 15.787 3.30995 15.267 3.61195L8.90401 7.30395Z" }), /* @__PURE__ */ k.createElement("path", { d: "M1.69601 7.99995L7.50001 4.63295V11.3669L1.69601 7.99995ZM0.904006 7.30395C0.781405 7.37414 0.679521 7.47547 0.608663 7.59769C0.537805 7.71991 0.500488 7.85868 0.500488 7.99995C0.500488 8.14122 0.537805 8.27999 0.608663 8.40221C0.679521 8.52442 0.781405 8.62576 0.904006 8.69595L7.26701 12.3879C7.78701 12.6899 8.50001 12.3449 8.50001 11.6919V4.30795C8.50001 3.65495 7.78701 3.30995 7.26701 3.61195L0.904006 7.30395Z" }))), /* @__PURE__ */ k.createElement("defs", null, /* @__PURE__ */ k.createElement("clipPath", { id: "clip0_2557_56096" }, /* @__PURE__ */ k.createElement("rect", { width: 16, height: 16, fill: "white", transform: "translate(0.5)" })), /* @__PURE__ */ k.createElement("clipPath", { id: "clip1_2557_56096" }, /* @__PURE__ */ k.createElement("rect", { width: 16, height: 16, fill: "white", transform: "translate(0.5)" })))), gl = (e) => /* @__PURE__ */ k.createElement("svg", { width: 180, height: 180, viewBox: "0 0 180 180", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ k.createElement("path", { d: "M150.804 55.8922L150.494 49.0623H126.417C126.82 39.786 126.418 29.1415 126.418 29.1415H53.5819C53.5819 29.1415 53.1795 39.786 53.5831 49.0623H29.5059L29.1962 55.8922C29.1692 56.4865 28.6164 70.6236 35.6237 86.0315C41.7589 99.5223 54.8975 116.447 82.846 122.946V131.977H77.9039V138.148H53.4032V152.456H126.597V138.148H102.096V131.977H97.1541V122.946C125.102 116.447 138.241 99.5222 144.376 86.0315C151.384 70.6235 150.831 56.4865 150.804 55.8922ZM48.8725 80.5957C45.861 74.1454 44.5261 67.8866 43.9383 63.3704H54.7619C56.2251 75.2305 59.1824 88.702 65.0259 99.9776C58.0146 95.0724 52.6113 88.6029 48.8725 80.5957ZM101.322 104.518H79.4116V92.1394H101.322V104.518ZM101.331 73.5114C101.279 80.9953 97.5643 85.2491 90.3501 85.2491C83.1358 85.2491 79.4211 80.9929 79.4211 73.5658L79.4116 49.2818C79.4637 41.798 83.1784 37.5441 90.3926 37.5441C97.6069 37.5441 101.322 41.8004 101.322 49.2818V53.8029H94.3864V48.8089C94.3864 45.4702 92.8801 44.1791 90.5652 44.1791C88.2007 44.1247 86.7417 45.4158 86.7417 48.7545V73.9962C86.7417 77.3349 88.2503 78.5196 90.5652 78.5196C92.9298 78.5196 94.3864 77.3373 94.3864 73.9962V67.321H101.331V73.5114ZM131.352 80.1083C127.607 88.3417 122.128 94.9736 114.974 99.9781C120.817 88.7023 123.775 75.2307 125.238 63.3704H136.06C135.486 67.7767 134.203 73.8395 131.352 80.1083Z", fill: "#FC5D0D" })), ml = (e) => /* @__PURE__ */ k.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ k.createElement("path", { fill: "currentColor", d: "M13 5H11V11H5V13H11V19H13V13H19V11H13V5Z" })), wl = (e) => /* @__PURE__ */ k.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ k.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22.0833 10H1.9167c-.55 0-.9167.3667-.9167.9167V12.75c0 .55.3667.9167.9167.9167h20.1666c.55 0 .9167-.3667.9167-.9167v-1.8333c0-.55-.3667-.9167-.9167-.9167z" })), bl = (e) => /* @__PURE__ */ k.createElement("svg", { viewBox: "0 0 15 15", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ k.createElement("path", { fill: "currentColor", d: "M.531 8.031H1.697c.2461 2.798 2.487 5.026 5.272 5.2721v1.1658c0 .285.2332.5311.5311.5311.285 0 .531-.2332.531-.531V13.303c2.798-.2461 5.026-2.487 5.2721-5.272h1.1658c.285 0 .5311-.2332.5311-.5311 0-.285-.2332-.531-.531-.531H13.303c-.2461-2.798-2.487-5.026-5.272-5.2721V.531C8.031.246 7.7979 0 7.5 0c-.285 0-.531.2332-.531.531V1.697c-2.798.2461-5.026 2.487-5.2721 5.272H.531C.233 6.969 0 7.2021 0 7.5c0 .298.2461.531.531.531zm4.3654-1.062H2.759c.246-2.2151 2.0077-3.9768 4.2098-4.21v2.1374c0 .285.2332.531.5311.531.285 0 .531-.2331.531-.531V2.759c2.2151.246 3.9768 2.0077 4.21 4.2098h-2.1374c-.285 0-.531.2332-.531.5311 0 .285.2331.531.531.531h2.1373c-.246 2.2151-2.0077 3.9768-4.2098 4.21v-2.1374c0-.285-.2332-.531-.5311-.531-.285 0-.531.2331-.531.531v2.1373c-2.2151-.246-3.9768-2.0077-4.21-4.2098h2.1374c.285 0 .531-.2332.531-.5311 0-.285-.246-.531-.531-.531z" })), vl = (e) => /* @__PURE__ */ k.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", ...e }, /* @__PURE__ */ k.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.8557 1.5478a.3332.3332 0 0 0-.328-.009l-5.5162 2.9204-5.516-2.9204a.5482.5482 0 0 0-.0627-.0234c-.046-.0113-.0647-.0127-.0837-.0133-.0434 0-.061.0033-.0788.0073-.0213.0047-2.0354.6745-6.042 2.0096A.3334.3334 0 0 0 1 3.8356v14.3471a.334.334 0 0 0 .3337.3336.3279.3279 0 0 0 .1054-.0173l5.8876-1.9625 5.5577 2.2885c.0514.016.0887.025.127.025a.334.334 0 0 0 .0888-.013c.0407-.0154.0548-.019.0674-.0257l5.6721-3.0029a.334.334 0 0 0 .1775-.295V1.8338a.334.334 0 0 0-.1615-.286zM2.0598 4.6795l4.6633-1.5897v12.188l-4.6633 1.5898V4.6796zM7.783 3.0898l4.5573 2.6495v11.6583L7.783 15.2779V3.0898zm10.1744 11.9761l-4.5043 2.3317V5.7393l4.5043-2.6495v11.9761z" })), El = (e) => /* @__PURE__ */ k.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ k.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ k.createElement("path", { d: "M7.8434 11.358H1.7862a.7985.7985 0 1 0 0 1.5971h5.2587v5.2587a.7985.7985 0 1 0 1.597 0v-6.0572a.7985.7985 0 0 0-.7985-.7986zM18.2138 7.0449h-5.2586V1.7862a.7985.7985 0 1 0-1.5971 0v6.0572c0 .441.3575.7986.7985.7986h6.0572a.7985.7985 0 1 0 0-1.5971z" }), /* @__PURE__ */ k.createElement("path", { d: "M19.7667.2333a.7965.7965 0 0 0-1.1265 0l-7.0489 7.0489a.7966.7966 0 0 0 1.1265 1.1265l7.049-7.049a.7966.7966 0 0 0 0-1.1264zM8.4087 11.5913a.7965.7965 0 0 0-1.1265 0l-7.0489 7.049a.7965.7965 0 1 0 1.1265 1.1264l7.0489-7.049a.7965.7965 0 0 0 0-1.1264z" }))), yl = (e) => /* @__PURE__ */ k.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ k.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ k.createElement("path", { d: "M19.2015 0h-6.0573a.7985.7985 0 1 0 0 1.5971h5.2587v5.2587a.7985.7985 0 1 0 1.5971 0V.7985A.7985.7985 0 0 0 19.2015 0zM6.8558 18.4029H1.597v-5.2587a.7985.7985 0 1 0-1.5971 0v6.0573c0 .441.3575.7985.7985.7985h6.0573a.7985.7985 0 1 0 0-1.5971z" }), /* @__PURE__ */ k.createElement("path", { d: "M19.7667.2333a.7965.7965 0 0 0-1.1265 0l-7.0489 7.0489a.7966.7966 0 0 0 1.1265 1.1265l7.049-7.049a.7966.7966 0 0 0 0-1.1264zM8.4087 11.5913a.7965.7965 0 0 0-1.1265 0l-7.0489 7.049a.7965.7965 0 1 0 1.1265 1.1264l7.0489-7.049a.7965.7965 0 0 0 0-1.1264z" }))), Bl = (e) => /* @__PURE__ */ k.createElement("svg", { width: 17, height: 15, viewBox: "0 0 17 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ k.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.7219 5.2691C8.6668 4.2126 7.7435 2.4757 7.0638 1.00772C7.0445 1.00316 7.0206 1 6.9941 1C6.9675 1 6.9436 1.00316 6.9243 1.00773C6.2447 2.4757 5.322 4.2122 4.2662 5.2687C3.2106 6.325 1.47501 7.2485 0.00802994 7.9287C0.00328994 7.9483 0 7.9728 0 8C0 8.0271 0.00324982 8.0515 0.00793982 8.071C1.47467 8.751 3.2101 9.6743 4.2659 10.7311C5.322 11.7875 6.2448 13.5244 6.9245 14.9923C6.9437 14.9969 6.9675 15 6.994 15C7.0205 15 7.0444 14.9968 7.0636 14.9923C7.7433 13.5244 8.666 11.7877 9.7215 10.7315M9.7215 10.7315C10.773 9.6791 12.4531 8.7468 13.8721 8.0577C13.8756 8.0415 13.878 8.0217 13.878 7.9998C13.878 7.9779 13.8756 7.9582 13.8721 7.942C12.4537 7.2529 10.7734 6.3207 9.7219 5.2691", fill: "white" }), /* @__PURE__ */ k.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.4808 1.52468C15.104 1.14737 14.7742 0.52704 14.5315 0.00275993C14.5246 0.00112993 14.5161 0 14.5066 0C14.4971 0 14.4885 0.00112993 14.4817 0.00275993C14.2389 0.52705 13.9094 1.14721 13.5323 1.52455C13.1553 1.9018 12.5355 2.2316 12.0116 2.4745C12.0099 2.4815 12.0087 2.4903 12.0087 2.5C12.0087 2.5097 12.0099 2.5184 12.0115 2.5254C12.5354 2.7682 13.1552 3.098 13.5322 3.4754C13.9094 3.8527 14.239 4.473 14.4817 4.9972C14.4886 4.9989 14.4971 5 14.5066 5C14.516 5 14.5246 4.9989 14.5314 4.9972C14.7742 4.473 15.1037 3.8528 15.4806 3.4755M15.4806 3.4755C15.8562 3.0997 16.4562 2.7667 16.963 2.5206C16.9643 2.5148 16.9651 2.5078 16.9651 2.4999C16.9651 2.4921 16.9643 2.4851 16.963 2.4793C16.4565 2.2332 15.8563 1.90026 15.4808 1.52468", fill: "white" })), Il = (e) => /* @__PURE__ */ k.createElement("svg", { width: 18, height: 16, viewBox: "0 0 18 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ k.createElement("path", { d: "M1.18528 15.25L9 1.03773L16.8147 15.25H1.18528Z", stroke: "white" })), Ml = (e) => /* @__PURE__ */ k.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...e }, /* @__PURE__ */ k.createElement("path", { d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14C30,8.3,23.7,2,16,2z M14.9,8h2.2v11h-2.2V8z M16,25 c-0.8,0-1.5-0.7-1.5-1.5S15.2,22,16,22c0.8,0,1.5,0.7,1.5,1.5S16.8,25,16,25z", fill: "currentColor" })), xn = (e) => /* @__PURE__ */ k.createElement("svg", { width: 16, height: 16, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ k.createElement("path", { d: "M12 3H4v10h8V3Z", fill: "#000" }), /* @__PURE__ */ k.createElement("path", { d: "M8 1C4.15 1 1 4.15 1 8s3.15 7 7 7 7-3.15 7-7-3.15-7-7-7Zm-.55 3h1.1v5.5h-1.1V4ZM8 12.5c-.4 0-.75-.35-.75-.75S7.6 11 8 11s.75.35.75.75-.35.75-.75.75Z", fill: "#FF832B" })), Sl = u.div`
7672
7678
  height: 30px;
7673
7679
  margin: 5px 10px;
7674
7680
  `, Dl = u(hl)`
@@ -9206,7 +9212,7 @@ function rt(e, A, t) {
9206
9212
  }
9207
9213
  const qn = N(({ element: e }) => {
9208
9214
  const { displayNotification: A } = tA(_), [t, s] = y(!1), [n, r] = y(!1), [a, o] = y(""), [c, l] = y(!1), { instanceKey: d, processInstance: p } = m.state, h = yt(e), b = aA.state.statistics.some(
9209
- ({ activityId: P, active: S }) => P === e.id && S > 0
9215
+ ({ activityId: P, active: D }) => P === e.id && D > 0
9210
9216
  ) && en.includes(e.businessObject.$type) && h !== void 0;
9211
9217
  F(() => {
9212
9218
  l(!1);
@@ -9226,13 +9232,13 @@ const qn = N(({ element: e }) => {
9226
9232
  errorCode: a,
9227
9233
  taskDefinitionType: h
9228
9234
  });
9229
- const S = B.find(
9235
+ const D = B.find(
9230
9236
  (Q) => Q.errorCode === a
9231
9237
  )?.errorElementId;
9232
9238
  A?.success(
9233
9239
  {
9234
9240
  title: Zn({
9235
- elementId: S,
9241
+ elementId: D,
9236
9242
  errorCode: a
9237
9243
  })
9238
9244
  },
@@ -9263,7 +9269,7 @@ const qn = N(({ element: e }) => {
9263
9269
  h,
9264
9270
  a,
9265
9271
  d
9266
- ]), C = U(async () => {
9272
+ ]), S = U(async () => {
9267
9273
  A?.error(
9268
9274
  {
9269
9275
  title: $.title,
@@ -9301,10 +9307,10 @@ const qn = N(({ element: e }) => {
9301
9307
  variables: R || void 0,
9302
9308
  taskDefinitionType: h
9303
9309
  }), G.trackUserCompletesElement(e, R)), !P)
9304
- C(), l(!1);
9310
+ S(), l(!1);
9305
9311
  else {
9306
- const S = CA({ prefillSource: I }) || void 0;
9307
- rt(e, A, S);
9312
+ const D = CA({ prefillSource: I }) || void 0;
9313
+ rt(e, A, D);
9308
9314
  }
9309
9315
  }
9310
9316
  },
@@ -9340,13 +9346,13 @@ const qn = N(({ element: e }) => {
9340
9346
  element: e,
9341
9347
  onSubmit: async (P) => {
9342
9348
  s(!1), l(!0);
9343
- let S = !1;
9344
- S = await Ae.completeJob({
9349
+ let D = !1;
9350
+ D = await Ae.completeJob({
9345
9351
  taskDefinitionType: h,
9346
9352
  processInstanceKey: p?.key,
9347
9353
  variables: P,
9348
9354
  elementId: e.id
9349
- }), S && p !== void 0 && (oA(q(p.key), {
9355
+ }), D && p !== void 0 && (oA(q(p.key), {
9350
9356
  action: "completeJob",
9351
9357
  type: "serviceTask",
9352
9358
  elementId: e.id,
@@ -9359,7 +9365,7 @@ const qn = N(({ element: e }) => {
9359
9365
  processId: w.processId,
9360
9366
  elementId: e.id,
9361
9367
  variables: P ?? ""
9362
- })), S ? rt(e, A) : (C(), l(!1));
9368
+ })), D ? rt(e, A) : (S(), l(!1));
9363
9369
  }
9364
9370
  }
9365
9371
  ),
@@ -9384,9 +9390,9 @@ const qn = N(({ element: e }) => {
9384
9390
  id: "error",
9385
9391
  "aria-label": "Select an Error",
9386
9392
  items: B.map(
9387
- ({ errorCode: P, errorName: S, errorElementId: Q }) => ({
9393
+ ({ errorCode: P, errorName: D, errorElementId: Q }) => ({
9388
9394
  id: P,
9389
- label: S ?? Q
9395
+ label: D ?? Q
9390
9396
  })
9391
9397
  ),
9392
9398
  onChange: ({ selectedItem: P }) => {
@@ -9422,9 +9428,9 @@ class Jd extends hn {
9422
9428
  constructor() {
9423
9429
  super(), nA(this, {
9424
9430
  state: fA,
9425
- startRewinding: k,
9426
- endRewinding: k,
9427
- reset: k
9431
+ startRewinding: C,
9432
+ endRewinding: C,
9433
+ reset: C
9428
9434
  });
9429
9435
  }
9430
9436
  startRewinding = () => {
@@ -10063,10 +10069,10 @@ const _n = N(({ element: e, addOverlay: A }) => {
10063
10069
  v
10064
10070
  );
10065
10071
  }
10066
- const C = le.startSignalCandidates?.find(
10072
+ const S = le.startSignalCandidates?.find(
10067
10073
  (v) => v.elementId === e.id
10068
10074
  );
10069
- if (C && t === void 0) {
10075
+ if (S && t === void 0) {
10070
10076
  const v = A(
10071
10077
  e,
10072
10078
  "BROADCAST_SIGNAL_BUTTON",
@@ -10077,7 +10083,7 @@ const _n = N(({ element: e, addOverlay: A }) => {
10077
10083
  at,
10078
10084
  {
10079
10085
  element: e,
10080
- signalCandidate: C,
10086
+ signalCandidate: S,
10081
10087
  isStartEvent: !0
10082
10088
  }
10083
10089
  ),
@@ -10333,7 +10339,7 @@ const nu = ({
10333
10339
  document.body?.removeEventListener("click", I, !0);
10334
10340
  };
10335
10341
  }, [n, g]);
10336
- const { x: C, y: R } = p.arrow ?? {};
10342
+ const { x: S, y: R } = p.arrow ?? {};
10337
10343
  return e === null ? null : Y(
10338
10344
  /* @__PURE__ */ i(
10339
10345
  eu,
@@ -10354,7 +10360,7 @@ const nu = ({
10354
10360
  style: {
10355
10361
  ...tu({
10356
10362
  side: su(h),
10357
- x: we(C),
10363
+ x: we(S),
10358
10364
  y: we(R)
10359
10365
  })
10360
10366
  }
@@ -10969,13 +10975,13 @@ const Wu = ({
10969
10975
  fetchFilesByDecisionId: b,
10970
10976
  fetchFilesByFormId: B,
10971
10977
  fetchFileById: E,
10972
- fetchTestsByProcessId: C,
10978
+ fetchTestsByProcessId: S,
10973
10979
  createFile: R,
10974
10980
  featureFlags: I,
10975
10981
  consoleDashboardPageUrl: v,
10976
10982
  isUserOrgOwnerOrAdmin: V,
10977
10983
  organizationManagementPageUrl: P,
10978
- currentDiagramRevision: S,
10984
+ currentDiagramRevision: D,
10979
10985
  updateFileById: Q,
10980
10986
  originAppInstanceId: O,
10981
10987
  canUserSaveExampleData: X,
@@ -11033,7 +11039,7 @@ const Wu = ({
11033
11039
  xml: t,
11034
11040
  consoleDashboardPageUrl: v,
11035
11041
  clusterId: ne,
11036
- currentDiagramRevision: S,
11042
+ currentDiagramRevision: D,
11037
11043
  updateFileById: Q,
11038
11044
  originAppInstanceId: O,
11039
11045
  canUserSaveExampleData: X,
@@ -11054,7 +11060,7 @@ const Wu = ({
11054
11060
  n,
11055
11061
  t,
11056
11062
  v,
11057
- S,
11063
+ D,
11058
11064
  Q,
11059
11065
  O,
11060
11066
  X,
@@ -11063,14 +11069,14 @@ const Wu = ({
11063
11069
  jA
11064
11070
  ]), F(() => {
11065
11071
  x.init({
11066
- fetchTestsByProcessId: C,
11072
+ fetchTestsByProcessId: S,
11067
11073
  displayNotification: l,
11068
11074
  createFile: R,
11069
11075
  updateFileById: Q,
11070
11076
  originAppInstanceId: O
11071
11077
  });
11072
11078
  }, [
11073
- C,
11079
+ S,
11074
11080
  l,
11075
11081
  O,
11076
11082
  R,