@webitel/ui-sdk 25.8.29 → 25.8.31

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.
Files changed (46) hide show
  1. package/dist/ui-sdk.css +1 -1
  2. package/dist/ui-sdk.js +471 -185
  3. package/dist/ui-sdk.umd.cjs +558 -558
  4. package/package.json +5 -2
  5. package/src/api/clients/roles/{roles.js → roles.ts} +35 -52
  6. package/src/css/main.scss +0 -12
  7. package/src/locale/es/es.js +560 -127
  8. package/src/locale/i18n.js +1 -13
  9. package/src/locale/index.ts +33 -0
  10. package/src/locale/kz/kz.js +320 -236
  11. package/src/locale/pl/pl.js +718 -0
  12. package/src/locale/ro/ro.js +719 -0
  13. package/src/locale/uz/uz.js +718 -0
  14. package/src/locale/vi/vi.js +719 -0
  15. package/src/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue +1 -1
  16. package/types/api/clients/roles/roles.d.ts +27 -39
  17. package/types/api/history/index.d.ts +2 -0
  18. package/types/api/history/transcript/callTranscript.d.ts +15 -0
  19. package/types/components/wt-action-bar/WtActionBarActionsOrder.d.ts +2 -2
  20. package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +15 -15
  21. package/types/components/wt-button-select/wt-button-select.vue.d.ts +2 -2
  22. package/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +2 -2
  23. package/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +2 -2
  24. package/types/components/wt-loader/_internals/wt-loader--md.vue.d.ts +2 -0
  25. package/types/components/wt-loader/_internals/wt-loader--sm.vue.d.ts +16 -0
  26. package/types/components/wt-player/wt-player.vue.d.ts +1 -1
  27. package/types/components/wt-table/wt-table.vue.d.ts +1 -1
  28. package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +1 -1
  29. package/types/locale/es/es.d.ts +715 -40
  30. package/types/locale/i18n.d.ts +4447 -353
  31. package/types/locale/index.d.ts +7142 -0
  32. package/types/locale/kz/kz.d.ts +360 -226
  33. package/types/locale/pl/pl.d.ts +920 -0
  34. package/types/locale/ro/ro.d.ts +920 -0
  35. package/types/locale/ua/ua.d.ts +911 -0
  36. package/types/locale/uz/uz.d.ts +920 -0
  37. package/types/locale/vi/vi.d.ts +920 -0
  38. package/types/modules/Userinfo/api/userinfo.d.ts +1 -1
  39. package/types/modules/Userinfo/v2/api/UserinfoAPI.d.ts +1 -1
  40. package/types/plugins/primevue/theme/semantic/color-scheme/color-schema.d.ts +1189 -0
  41. package/types/plugins/primevue/theme/semantic/color-scheme/dark-color.d.ts +162 -0
  42. package/types/plugins/primevue/theme/semantic/color-scheme/light-color.d.ts +162 -0
  43. package/types/plugins/primevue/theme/semantic/color-scheme/palette.d.ts +435 -0
  44. package/types/plugins/primevue/theme/semantic/semantic.d.ts +5 -0
  45. package/types/scripts/caseConverters.d.ts +1 -1
  46. package/types/scripts/sortQueryAdapters.d.ts +1 -1
package/dist/ui-sdk.js CHANGED
@@ -1,7 +1,7 @@
1
1
  var V9 = Object.defineProperty;
2
2
  var H9 = (o, n, a) => n in o ? V9(o, n, { enumerable: !0, configurable: !0, writable: !0, value: a }) : o[n] = a;
3
3
  var ze = (o, n, a) => H9(o, typeof n != "symbol" ? n + "" : n, a);
4
- import { resolveComponent as me, createElementBlock as M, openBlock as E, Fragment as Fe, renderList as Ge, createElementVNode as G, withDirectives as At, normalizeClass as xe, createVNode as be, createTextVNode as Re, toDisplayString as ue, renderSlot as ee, vShow as oo, withCtx as te, ref as Ae, computed as le, onMounted as Kt, getCurrentInstance as Kn, inject as q4, shallowRef as ra, watch as St, onUnmounted as mr, defineComponent as jt, h as j4, Text as Z9, createBlock as he, mergeProps as Ie, unref as K, createCommentVNode as X, Transition as yo, normalizeProps as nt, guardReactiveProps as ft, resolveDirective as gi, withModifiers as ht, normalizeStyle as Dt, useAttrs as Fc, reactive as la, useSlots as sa, toRef as Xn, isRef as an, createSlots as Jt, resolveDynamicComponent as Ti, Teleport as M4, nextTick as Ei, withKeys as ot, getCurrentScope as Uc, onScopeDispose as zc, onBeforeUpdate as W9, isReactive as Y9, toRefs as vl, readonly as P4, customRef as G9, toValue as Po, TransitionGroup as $4, toHandlers as kn, useTemplateRef as Nr, shallowReadonly as Pn, onBeforeUnmount as N4, useId as K9 } from "vue";
4
+ import { resolveComponent as me, createElementBlock as M, openBlock as E, Fragment as Fe, renderList as Ge, createElementVNode as G, withDirectives as At, normalizeClass as xe, createVNode as be, createTextVNode as Le, toDisplayString as ue, renderSlot as ee, vShow as oo, withCtx as te, ref as Ae, computed as le, onMounted as Kt, getCurrentInstance as Kn, inject as q4, shallowRef as ra, watch as St, onUnmounted as mr, defineComponent as jt, h as j4, Text as Z9, createBlock as he, mergeProps as Ie, unref as K, createCommentVNode as X, Transition as yo, normalizeProps as nt, guardReactiveProps as ft, resolveDirective as gi, withModifiers as ht, normalizeStyle as Dt, useAttrs as Fc, reactive as la, useSlots as sa, toRef as Xn, isRef as an, createSlots as Jt, resolveDynamicComponent as Ti, Teleport as M4, nextTick as Ei, withKeys as ot, getCurrentScope as Uc, onScopeDispose as zc, onBeforeUpdate as W9, isReactive as Y9, toRefs as vl, readonly as P4, customRef as G9, toValue as Po, TransitionGroup as $4, toHandlers as kn, useTemplateRef as Nr, shallowReadonly as Pn, onBeforeUnmount as N4, useId as K9 } from "vue";
5
5
  import "@aliasedDeps/api-services/axios";
6
6
  const X9 = (o) => o.replace(
7
7
  /([a-z])([_])([a-z])/g,
@@ -2041,7 +2041,7 @@ function u(o) {
2041
2041
  const _7 = /* @__PURE__ */ ye("ZodAny", (o, n) => {
2042
2042
  L6.init(o, n), Zt.init(o, n);
2043
2043
  });
2044
- function Le() {
2044
+ function Re() {
2045
2045
  return T8(_7);
2046
2046
  }
2047
2047
  const k7 = /* @__PURE__ */ ye("ZodUnknown", (o, n) => {
@@ -5800,7 +5800,7 @@ const {
5800
5800
  color: o.selected.value === f.value ? "on-primary" : "default",
5801
5801
  icon: o.icons.find((h) => h.includes(f.value))
5802
5802
  }, null, 8, ["color", "icon"]),
5803
- Re(" " + ue(f.name), 1)
5803
+ Le(" " + ue(f.name), 1)
5804
5804
  ], 10, Dx),
5805
5805
  At(G("div", null, [
5806
5806
  ee(l.$slots, "default", {}, void 0, !0)
@@ -5833,7 +5833,7 @@ const {
5833
5833
  class: "nav-menu-lvl-2__link"
5834
5834
  }, {
5835
5835
  default: te(() => [
5836
- Re(ue(l.name), 1)
5836
+ Le(ue(l.name), 1)
5837
5837
  ], void 0, !0),
5838
5838
  _: 2
5839
5839
  }, 1032, ["to"])
@@ -8670,7 +8670,7 @@ const Hk = { class: "wt-selection-popup__options" }, Zk = ["onClick"], Wk = { cl
8670
8670
  size: "sm"
8671
8671
  }, { onClose: p }), {
8672
8672
  title: te(() => [
8673
- Re(ue(o.title), 1)
8673
+ Le(ue(o.title), 1)
8674
8674
  ]),
8675
8675
  main: te(() => [
8676
8676
  G("ul", Hk, [
@@ -8696,7 +8696,7 @@ const Hk = { class: "wt-selection-popup__options" }, Zk = ["onClick"], Wk = { cl
8696
8696
  })) : X("", !0)
8697
8697
  ]),
8698
8698
  default: te(() => [
8699
- Re(" " + ue(_.description), 1)
8699
+ Le(" " + ue(_.description), 1)
8700
8700
  ], void 0, !0),
8701
8701
  _: 2
8702
8702
  }, 1024)
@@ -8711,7 +8711,7 @@ const Hk = { class: "wt-selection-popup__options" }, Zk = ["onClick"], Wk = { cl
8711
8711
  onClick: d
8712
8712
  }, {
8713
8713
  default: te(() => [
8714
- Re(ue(K(l)("reusable.create")), 1)
8714
+ Le(ue(K(l)("reusable.create")), 1)
8715
8715
  ], void 0, !0),
8716
8716
  _: 1
8717
8717
  }, 8, ["disabled"]),
@@ -8720,7 +8720,7 @@ const Hk = { class: "wt-selection-popup__options" }, Zk = ["onClick"], Wk = { cl
8720
8720
  onClick: p
8721
8721
  }, {
8722
8722
  default: te(() => [
8723
- Re(ue(K(l)("reusable.close")), 1)
8723
+ Le(ue(K(l)("reusable.close")), 1)
8724
8724
  ], void 0, !0),
8725
8725
  _: 1
8726
8726
  })
@@ -8769,7 +8769,7 @@ const Jk = { class: "start-page-card" }, eI = { class: "start-page-card__header"
8769
8769
  key: 0,
8770
8770
  icon: "lock"
8771
8771
  })) : X("", !0),
8772
- Re(" " + ue(o.card.name), 1)
8772
+ Le(" " + ue(o.card.name), 1)
8773
8773
  ]),
8774
8774
  G("section", tI, [
8775
8775
  G("img", {
@@ -8787,7 +8787,7 @@ const Jk = { class: "start-page-card" }, eI = { class: "start-page-card__header"
8787
8787
  onClick: r
8788
8788
  }, {
8789
8789
  default: te(() => [
8790
- Re(ue(l.$t("reusable.open")), 1)
8790
+ Le(ue(l.$t("reusable.open")), 1)
8791
8791
  ], void 0, !0),
8792
8792
  _: 1
8793
8793
  }, 8, ["disabled"])
@@ -10225,7 +10225,7 @@ const Rt = () => new XI({
10225
10225
  basePath: "/api",
10226
10226
  apiKey: localStorage.getItem("access-key") || "",
10227
10227
  accessToken: localStorage.getItem("access-key") || ""
10228
- }), en = (o, n, { debug: a = !1, withContext: r = null } = {}) => n.reduce((l, d, p) => (a && console.info(`applyTransform debug on step ${p}`, l), r ? d(l, r) : d(l)), o), hu = (o) => (n) => U4(n, o), QI = (o) => (n) => `${o}?${_m(n, {
10228
+ }), en = (o, n, { debug: a = !1, withContext: r = null } = {}) => n.reduce((l, d, p) => (a && console.info(`applyTransform debug on step ${p}`, l), r ? d(l, r) : d(l)), o), hu = (o = []) => (n) => U4(n, o), QI = (o) => (n) => `${o}?${_m(n, {
10229
10229
  skipEmptyString: !0,
10230
10230
  skipNull: !0,
10231
10231
  arrayFormat: "repeat"
@@ -10321,7 +10321,7 @@ const Em = /* @__PURE__ */ Sn(eA), yu = (...o) => (n) => Em.all([...o, n]), tA =
10321
10321
  }, iA = (o) => (n) => Object.keys(n).reduce((a, r) => o.indexOf(r) === -1 ? a : {
10322
10322
  ...a,
10323
10323
  [r]: n[r]
10324
- }, {}), vu = (o) => (n) => F4(n, o);
10324
+ }, {}), vu = (o = []) => (n) => F4(n, o);
10325
10325
  var Zr = { exports: {} }, nA = Zr.exports, wu;
10326
10326
  function aA() {
10327
10327
  return wu || (wu = 1, function(o, n) {
@@ -11586,6 +11586,7 @@ i({
11586
11586
  items: c(
11587
11587
  i({
11588
11588
  allowChannels: c(e()).optional(),
11589
+ allowSetScreenControl: u().optional(),
11589
11590
  auditor: c(
11590
11591
  i({
11591
11592
  id: e().optional(),
@@ -11616,6 +11617,7 @@ i({
11616
11617
  id: e().optional(),
11617
11618
  name: e().optional()
11618
11619
  }).optional(),
11620
+ screenControl: u().optional(),
11619
11621
  skills: c(
11620
11622
  i({
11621
11623
  id: e().optional(),
@@ -11664,6 +11666,7 @@ i({
11664
11666
  id: e().optional(),
11665
11667
  name: e().optional()
11666
11668
  }).optional(),
11669
+ screenControl: u().optional(),
11667
11670
  supervisor: c(
11668
11671
  i({
11669
11672
  id: e().optional(),
@@ -11682,6 +11685,7 @@ i({
11682
11685
  });
11683
11686
  i({
11684
11687
  allowChannels: c(e()).optional(),
11688
+ allowSetScreenControl: u().optional(),
11685
11689
  auditor: c(
11686
11690
  i({
11687
11691
  id: e().optional(),
@@ -11712,6 +11716,7 @@ i({
11712
11716
  id: e().optional(),
11713
11717
  name: e().optional()
11714
11718
  }).optional(),
11719
+ screenControl: u().optional(),
11715
11720
  skills: c(
11716
11721
  i({
11717
11722
  id: e().optional(),
@@ -11803,6 +11808,7 @@ i({
11803
11808
  ).optional(),
11804
11809
  callTime: e().optional(),
11805
11810
  chatCount: s().optional(),
11811
+ descTrack: u().optional(),
11806
11812
  extension: e().optional(),
11807
11813
  handles: s().optional(),
11808
11814
  maxBridgedAt: e().optional(),
@@ -11864,6 +11870,7 @@ i({
11864
11870
  })
11865
11871
  ).optional(),
11866
11872
  chatCount: s().optional(),
11873
+ descTrack: u().optional(),
11867
11874
  extension: e().optional(),
11868
11875
  name: e().optional(),
11869
11876
  offline: e().optional(),
@@ -12052,6 +12059,7 @@ i({
12052
12059
  });
12053
12060
  i({
12054
12061
  allowChannels: c(e()).optional(),
12062
+ allowSetScreenControl: u().optional(),
12055
12063
  auditor: c(
12056
12064
  i({
12057
12065
  id: e().optional(),
@@ -12082,6 +12090,7 @@ i({
12082
12090
  id: e().optional(),
12083
12091
  name: e().optional()
12084
12092
  }).optional(),
12093
+ screenControl: u().optional(),
12085
12094
  skills: c(
12086
12095
  i({
12087
12096
  id: e().optional(),
@@ -12114,6 +12123,7 @@ i({
12114
12123
  });
12115
12124
  i({
12116
12125
  allowChannels: c(e()).optional(),
12126
+ allowSetScreenControl: u().optional(),
12117
12127
  auditor: c(
12118
12128
  i({
12119
12129
  id: e().optional(),
@@ -12144,6 +12154,7 @@ i({
12144
12154
  id: e().optional(),
12145
12155
  name: e().optional()
12146
12156
  }).optional(),
12157
+ screenControl: u().optional(),
12147
12158
  skills: c(
12148
12159
  i({
12149
12160
  id: e().optional(),
@@ -12192,6 +12203,7 @@ i({
12192
12203
  id: e().optional(),
12193
12204
  name: e().optional()
12194
12205
  }).optional(),
12206
+ screenControl: u().optional(),
12195
12207
  supervisor: c(
12196
12208
  i({
12197
12209
  id: e().optional(),
@@ -12209,6 +12221,7 @@ i({
12209
12221
  });
12210
12222
  i({
12211
12223
  allowChannels: c(e()).optional(),
12224
+ allowSetScreenControl: u().optional(),
12212
12225
  auditor: c(
12213
12226
  i({
12214
12227
  id: e().optional(),
@@ -12239,6 +12252,7 @@ i({
12239
12252
  id: e().optional(),
12240
12253
  name: e().optional()
12241
12254
  }).optional(),
12255
+ screenControl: u().optional(),
12242
12256
  skills: c(
12243
12257
  i({
12244
12258
  id: e().optional(),
@@ -12287,6 +12301,7 @@ i({
12287
12301
  id: e().optional(),
12288
12302
  name: e().optional()
12289
12303
  }).optional(),
12304
+ screenControl: u().optional(),
12290
12305
  supervisor: c(
12291
12306
  i({
12292
12307
  id: e().optional(),
@@ -12305,6 +12320,7 @@ i({
12305
12320
  });
12306
12321
  i({
12307
12322
  allowChannels: c(e()).optional(),
12323
+ allowSetScreenControl: u().optional(),
12308
12324
  auditor: c(
12309
12325
  i({
12310
12326
  id: e().optional(),
@@ -12335,6 +12351,7 @@ i({
12335
12351
  id: e().optional(),
12336
12352
  name: e().optional()
12337
12353
  }).optional(),
12354
+ screenControl: u().optional(),
12338
12355
  skills: c(
12339
12356
  i({
12340
12357
  id: e().optional(),
@@ -12792,6 +12809,7 @@ i({
12792
12809
  maxNoAnswer: s().optional(),
12793
12810
  name: e().optional(),
12794
12811
  noAnswerDelayTime: s().optional(),
12812
+ screenControl: u().optional(),
12795
12813
  strategy: e().optional(),
12796
12814
  taskAcceptTimeout: s().optional(),
12797
12815
  updatedAt: e().optional(),
@@ -12818,6 +12836,7 @@ i({
12818
12836
  maxNoAnswer: s().optional(),
12819
12837
  name: e().optional(),
12820
12838
  noAnswerDelayTime: s().optional(),
12839
+ screenControl: u().optional(),
12821
12840
  strategy: e().optional(),
12822
12841
  taskAcceptTimeout: s().optional(),
12823
12842
  wrapUpTime: s().optional()
@@ -12841,6 +12860,7 @@ i({
12841
12860
  maxNoAnswer: s().optional(),
12842
12861
  name: e().optional(),
12843
12862
  noAnswerDelayTime: s().optional(),
12863
+ screenControl: u().optional(),
12844
12864
  strategy: e().optional(),
12845
12865
  taskAcceptTimeout: s().optional(),
12846
12866
  updatedAt: e().optional(),
@@ -12871,6 +12891,7 @@ i({
12871
12891
  maxNoAnswer: s().optional(),
12872
12892
  name: e().optional(),
12873
12893
  noAnswerDelayTime: s().optional(),
12894
+ screenControl: u().optional(),
12874
12895
  strategy: e().optional(),
12875
12896
  taskAcceptTimeout: s().optional(),
12876
12897
  updatedAt: e().optional(),
@@ -12901,6 +12922,7 @@ i({
12901
12922
  maxNoAnswer: s().optional(),
12902
12923
  name: e().optional(),
12903
12924
  noAnswerDelayTime: s().optional(),
12925
+ screenControl: u().optional(),
12904
12926
  strategy: e().optional(),
12905
12927
  taskAcceptTimeout: s().optional(),
12906
12928
  updatedAt: e().optional(),
@@ -12927,6 +12949,7 @@ i({
12927
12949
  maxNoAnswer: s().optional(),
12928
12950
  name: e().optional(),
12929
12951
  noAnswerDelayTime: s().optional(),
12952
+ screenControl: u().optional(),
12930
12953
  strategy: e().optional(),
12931
12954
  taskAcceptTimeout: s().optional(),
12932
12955
  wrapUpTime: s().optional()
@@ -12950,6 +12973,7 @@ i({
12950
12973
  maxNoAnswer: s().optional(),
12951
12974
  name: e().optional(),
12952
12975
  noAnswerDelayTime: s().optional(),
12976
+ screenControl: u().optional(),
12953
12977
  strategy: e().optional(),
12954
12978
  taskAcceptTimeout: s().optional(),
12955
12979
  updatedAt: e().optional(),
@@ -17284,8 +17308,38 @@ i({
17284
17308
  resolvedAt: e().optional(),
17285
17309
  roleIds: c(e()).optional(),
17286
17310
  service: i({
17311
+ assignee: i({
17312
+ id: e().optional(),
17313
+ name: e().optional()
17314
+ }).optional(),
17315
+ catalogId: e().optional(),
17316
+ code: e().optional(),
17317
+ createdAt: e().optional(),
17318
+ createdBy: i({
17319
+ id: e().optional(),
17320
+ name: e().optional()
17321
+ }).optional(),
17322
+ description: e().optional(),
17323
+ group: i({
17324
+ id: e().optional(),
17325
+ name: e().optional(),
17326
+ type: e().optional()
17327
+ }).optional(),
17287
17328
  id: e().optional(),
17288
- name: e().optional()
17329
+ name: e().optional(),
17330
+ rootId: e().optional(),
17331
+ searched: u().optional(),
17332
+ service: c(Re()).optional(),
17333
+ sla: i({
17334
+ id: e().optional(),
17335
+ name: e().optional()
17336
+ }).optional(),
17337
+ state: u().optional(),
17338
+ updatedAt: e().optional(),
17339
+ updatedBy: i({
17340
+ id: e().optional(),
17341
+ name: e().optional()
17342
+ }).optional()
17289
17343
  }).optional(),
17290
17344
  sla: i({
17291
17345
  id: e().optional(),
@@ -17667,8 +17721,38 @@ i({
17667
17721
  resolvedAt: e().optional(),
17668
17722
  roleIds: c(e()).optional(),
17669
17723
  service: i({
17724
+ assignee: i({
17725
+ id: e().optional(),
17726
+ name: e().optional()
17727
+ }).optional(),
17728
+ catalogId: e().optional(),
17729
+ code: e().optional(),
17730
+ createdAt: e().optional(),
17731
+ createdBy: i({
17732
+ id: e().optional(),
17733
+ name: e().optional()
17734
+ }).optional(),
17735
+ description: e().optional(),
17736
+ group: i({
17737
+ id: e().optional(),
17738
+ name: e().optional(),
17739
+ type: e().optional()
17740
+ }).optional(),
17670
17741
  id: e().optional(),
17671
- name: e().optional()
17742
+ name: e().optional(),
17743
+ rootId: e().optional(),
17744
+ searched: u().optional(),
17745
+ service: c(Re()).optional(),
17746
+ sla: i({
17747
+ id: e().optional(),
17748
+ name: e().optional()
17749
+ }).optional(),
17750
+ state: u().optional(),
17751
+ updatedAt: e().optional(),
17752
+ updatedBy: i({
17753
+ id: e().optional(),
17754
+ name: e().optional()
17755
+ }).optional()
17672
17756
  }).optional(),
17673
17757
  sla: i({
17674
17758
  id: e().optional(),
@@ -17953,8 +18037,38 @@ i({
17953
18037
  resolvedAt: e().optional(),
17954
18038
  roleIds: c(e()).optional(),
17955
18039
  service: i({
18040
+ assignee: i({
18041
+ id: e().optional(),
18042
+ name: e().optional()
18043
+ }).optional(),
18044
+ catalogId: e().optional(),
18045
+ code: e().optional(),
18046
+ createdAt: e().optional(),
18047
+ createdBy: i({
18048
+ id: e().optional(),
18049
+ name: e().optional()
18050
+ }).optional(),
18051
+ description: e().optional(),
18052
+ group: i({
18053
+ id: e().optional(),
18054
+ name: e().optional(),
18055
+ type: e().optional()
18056
+ }).optional(),
17956
18057
  id: e().optional(),
17957
- name: e().optional()
18058
+ name: e().optional(),
18059
+ rootId: e().optional(),
18060
+ searched: u().optional(),
18061
+ service: c(Re()).optional(),
18062
+ sla: i({
18063
+ id: e().optional(),
18064
+ name: e().optional()
18065
+ }).optional(),
18066
+ state: u().optional(),
18067
+ updatedAt: e().optional(),
18068
+ updatedBy: i({
18069
+ id: e().optional(),
18070
+ name: e().optional()
18071
+ }).optional()
17958
18072
  }).optional(),
17959
18073
  sla: i({
17960
18074
  id: e().optional(),
@@ -18239,8 +18353,38 @@ i({
18239
18353
  resolvedAt: e().optional(),
18240
18354
  roleIds: c(e()).optional(),
18241
18355
  service: i({
18356
+ assignee: i({
18357
+ id: e().optional(),
18358
+ name: e().optional()
18359
+ }).optional(),
18360
+ catalogId: e().optional(),
18361
+ code: e().optional(),
18362
+ createdAt: e().optional(),
18363
+ createdBy: i({
18364
+ id: e().optional(),
18365
+ name: e().optional()
18366
+ }).optional(),
18367
+ description: e().optional(),
18368
+ group: i({
18369
+ id: e().optional(),
18370
+ name: e().optional(),
18371
+ type: e().optional()
18372
+ }).optional(),
18242
18373
  id: e().optional(),
18243
- name: e().optional()
18374
+ name: e().optional(),
18375
+ rootId: e().optional(),
18376
+ searched: u().optional(),
18377
+ service: c(Re()).optional(),
18378
+ sla: i({
18379
+ id: e().optional(),
18380
+ name: e().optional()
18381
+ }).optional(),
18382
+ state: u().optional(),
18383
+ updatedAt: e().optional(),
18384
+ updatedBy: i({
18385
+ id: e().optional(),
18386
+ name: e().optional()
18387
+ }).optional()
18244
18388
  }).optional(),
18245
18389
  sla: i({
18246
18390
  id: e().optional(),
@@ -18607,8 +18751,38 @@ i({
18607
18751
  resolvedAt: e().optional(),
18608
18752
  roleIds: c(e()).optional(),
18609
18753
  service: i({
18754
+ assignee: i({
18755
+ id: e().optional(),
18756
+ name: e().optional()
18757
+ }).optional(),
18758
+ catalogId: e().optional(),
18759
+ code: e().optional(),
18760
+ createdAt: e().optional(),
18761
+ createdBy: i({
18762
+ id: e().optional(),
18763
+ name: e().optional()
18764
+ }).optional(),
18765
+ description: e().optional(),
18766
+ group: i({
18767
+ id: e().optional(),
18768
+ name: e().optional(),
18769
+ type: e().optional()
18770
+ }).optional(),
18610
18771
  id: e().optional(),
18611
- name: e().optional()
18772
+ name: e().optional(),
18773
+ rootId: e().optional(),
18774
+ searched: u().optional(),
18775
+ service: c(Re()).optional(),
18776
+ sla: i({
18777
+ id: e().optional(),
18778
+ name: e().optional()
18779
+ }).optional(),
18780
+ state: u().optional(),
18781
+ updatedAt: e().optional(),
18782
+ updatedBy: i({
18783
+ id: e().optional(),
18784
+ name: e().optional()
18785
+ }).optional()
18612
18786
  }).optional(),
18613
18787
  sla: i({
18614
18788
  id: e().optional(),
@@ -18674,8 +18848,8 @@ i({
18674
18848
  changes: c(
18675
18849
  i({
18676
18850
  field: e().optional(),
18677
- newValue: Le().optional(),
18678
- oldValue: Le().optional()
18851
+ newValue: Re().optional(),
18852
+ oldValue: Re().optional()
18679
18853
  })
18680
18854
  ).optional()
18681
18855
  });
@@ -18983,8 +19157,38 @@ i({
18983
19157
  resolvedAt: e().optional(),
18984
19158
  roleIds: c(e()).optional(),
18985
19159
  service: i({
19160
+ assignee: i({
19161
+ id: e().optional(),
19162
+ name: e().optional()
19163
+ }).optional(),
19164
+ catalogId: e().optional(),
19165
+ code: e().optional(),
19166
+ createdAt: e().optional(),
19167
+ createdBy: i({
19168
+ id: e().optional(),
19169
+ name: e().optional()
19170
+ }).optional(),
19171
+ description: e().optional(),
19172
+ group: i({
19173
+ id: e().optional(),
19174
+ name: e().optional(),
19175
+ type: e().optional()
19176
+ }).optional(),
18986
19177
  id: e().optional(),
18987
- name: e().optional()
19178
+ name: e().optional(),
19179
+ rootId: e().optional(),
19180
+ searched: u().optional(),
19181
+ service: c(Re()).optional(),
19182
+ sla: i({
19183
+ id: e().optional(),
19184
+ name: e().optional()
19185
+ }).optional(),
19186
+ state: u().optional(),
19187
+ updatedAt: e().optional(),
19188
+ updatedBy: i({
19189
+ id: e().optional(),
19190
+ name: e().optional()
19191
+ }).optional()
18988
19192
  }).optional(),
18989
19193
  sla: i({
18990
19194
  id: e().optional(),
@@ -19050,8 +19254,8 @@ i({
19050
19254
  changes: c(
19051
19255
  i({
19052
19256
  field: e().optional(),
19053
- newValue: Le().optional(),
19054
- oldValue: Le().optional()
19257
+ newValue: Re().optional(),
19258
+ oldValue: Re().optional()
19055
19259
  })
19056
19260
  ).optional()
19057
19261
  });
@@ -19296,8 +19500,38 @@ i({
19296
19500
  resolvedAt: e().optional(),
19297
19501
  roleIds: c(e()).optional(),
19298
19502
  service: i({
19503
+ assignee: i({
19504
+ id: e().optional(),
19505
+ name: e().optional()
19506
+ }).optional(),
19507
+ catalogId: e().optional(),
19508
+ code: e().optional(),
19509
+ createdAt: e().optional(),
19510
+ createdBy: i({
19511
+ id: e().optional(),
19512
+ name: e().optional()
19513
+ }).optional(),
19514
+ description: e().optional(),
19515
+ group: i({
19516
+ id: e().optional(),
19517
+ name: e().optional(),
19518
+ type: e().optional()
19519
+ }).optional(),
19299
19520
  id: e().optional(),
19300
- name: e().optional()
19521
+ name: e().optional(),
19522
+ rootId: e().optional(),
19523
+ searched: u().optional(),
19524
+ service: c(Re()).optional(),
19525
+ sla: i({
19526
+ id: e().optional(),
19527
+ name: e().optional()
19528
+ }).optional(),
19529
+ state: u().optional(),
19530
+ updatedAt: e().optional(),
19531
+ updatedBy: i({
19532
+ id: e().optional(),
19533
+ name: e().optional()
19534
+ }).optional()
19301
19535
  }).optional(),
19302
19536
  sla: i({
19303
19537
  id: e().optional(),
@@ -20547,7 +20781,7 @@ i({
20547
20781
  name: e().optional(),
20548
20782
  rootId: e().optional(),
20549
20783
  searched: u().optional(),
20550
- service: c(Le()).optional(),
20784
+ service: c(Re()).optional(),
20551
20785
  sla: i({
20552
20786
  id: e().optional(),
20553
20787
  name: e().optional()
@@ -20664,7 +20898,7 @@ i({
20664
20898
  name: e().optional(),
20665
20899
  rootId: e().optional(),
20666
20900
  searched: u().optional(),
20667
- service: c(Le()).optional(),
20901
+ service: c(Re()).optional(),
20668
20902
  sla: i({
20669
20903
  id: e().optional(),
20670
20904
  name: e().optional()
@@ -20748,7 +20982,7 @@ i({
20748
20982
  name: e().optional(),
20749
20983
  rootId: e().optional(),
20750
20984
  searched: u().optional(),
20751
- service: c(Le()).optional(),
20985
+ service: c(Re()).optional(),
20752
20986
  sla: i({
20753
20987
  id: e().optional(),
20754
20988
  name: e().optional()
@@ -20847,7 +21081,7 @@ i({
20847
21081
  name: e().optional(),
20848
21082
  rootId: e().optional(),
20849
21083
  searched: u().optional(),
20850
- service: c(Le()).optional(),
21084
+ service: c(Re()).optional(),
20851
21085
  sla: i({
20852
21086
  id: e().optional(),
20853
21087
  name: e().optional()
@@ -20964,7 +21198,7 @@ i({
20964
21198
  name: e().optional(),
20965
21199
  rootId: e().optional(),
20966
21200
  searched: u().optional(),
20967
- service: c(Le()).optional(),
21201
+ service: c(Re()).optional(),
20968
21202
  sla: i({
20969
21203
  id: e().optional(),
20970
21204
  name: e().optional()
@@ -21080,7 +21314,7 @@ i({
21080
21314
  name: e().optional(),
21081
21315
  rootId: e().optional(),
21082
21316
  searched: u().optional(),
21083
- service: c(Le()).optional(),
21317
+ service: c(Re()).optional(),
21084
21318
  sla: i({
21085
21319
  id: e().optional(),
21086
21320
  name: e().optional()
@@ -23247,7 +23481,7 @@ Take part in Etag generation.`
23247
23481
  `Lookup reference information.
23248
23482
  Simplified search filter to uniquely identify related object.`
23249
23483
  ),
23250
- value: Le().optional().describe("JSON value of the variable."),
23484
+ value: Re().optional().describe("JSON value of the variable."),
23251
23485
  ver: s().optional().describe(
23252
23486
  "Version of the latest update. Numeric sequence."
23253
23487
  )
@@ -23458,7 +23692,7 @@ Simplified search filter to uniquely identify related object.`
23458
23692
  "Unique ID of the latest version of an existing resorce."
23459
23693
  ),
23460
23694
  key: e().regex(rT).describe("NEW Key."),
23461
- value: Le().optional().describe("NEW Value.")
23695
+ value: Re().optional().describe("NEW Value.")
23462
23696
  }).describe("Input of the Contact's variable.")
23463
23697
  ).optional().describe("Arbitrary client data that is populated by clients.")
23464
23698
  }).describe("The Contact principal input.");
@@ -24053,7 +24287,7 @@ Take part in Etag generation.`
24053
24287
  `Lookup reference information.
24054
24288
  Simplified search filter to uniquely identify related object.`
24055
24289
  ),
24056
- value: Le().optional().describe("JSON value of the variable."),
24290
+ value: Re().optional().describe("JSON value of the variable."),
24057
24291
  ver: s().optional().describe("Version of the latest update. Numeric sequence.")
24058
24292
  }).describe(
24059
24293
  `The Contact's variable.
@@ -24667,7 +24901,7 @@ Take part in Etag generation.`
24667
24901
  `Lookup reference information.
24668
24902
  Simplified search filter to uniquely identify related object.`
24669
24903
  ),
24670
- value: Le().optional().describe("JSON value of the variable."),
24904
+ value: Re().optional().describe("JSON value of the variable."),
24671
24905
  ver: s().optional().describe("Version of the latest update. Numeric sequence.")
24672
24906
  }).describe(
24673
24907
  `The Contact's variable.
@@ -25287,7 +25521,7 @@ Take part in Etag generation.`
25287
25521
  `Lookup reference information.
25288
25522
  Simplified search filter to uniquely identify related object.`
25289
25523
  ),
25290
- value: Le().optional().describe("JSON value of the variable."),
25524
+ value: Re().optional().describe("JSON value of the variable."),
25291
25525
  ver: s().optional().describe("Version of the latest update. Numeric sequence.")
25292
25526
  }).describe(
25293
25527
  `The Contact's variable.
@@ -25490,7 +25724,7 @@ Simplified search filter to uniquely identify related object.`
25490
25724
  "Unique ID of the latest version of an existing resorce."
25491
25725
  ),
25492
25726
  key: e().regex(sT).describe("NEW Key."),
25493
- value: Le().optional().describe("NEW Value.")
25727
+ value: Re().optional().describe("NEW Value.")
25494
25728
  }).describe("Input of the Contact's variable.")
25495
25729
  ).optional().describe("Arbitrary client data that is populated by clients.")
25496
25730
  });
@@ -26085,7 +26319,7 @@ Take part in Etag generation.`
26085
26319
  `Lookup reference information.
26086
26320
  Simplified search filter to uniquely identify related object.`
26087
26321
  ),
26088
- value: Le().optional().describe("JSON value of the variable."),
26322
+ value: Re().optional().describe("JSON value of the variable."),
26089
26323
  ver: s().optional().describe("Version of the latest update. Numeric sequence.")
26090
26324
  }).describe(
26091
26325
  `The Contact's variable.
@@ -27437,7 +27671,7 @@ Used as [lookup].name setting for this [struct] type.`
27437
27671
  Extension extension = 23;`),
27438
27672
  fields: c(
27439
27673
  i({
27440
- always: Le().optional().describe(
27674
+ always: Re().optional().describe(
27441
27675
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
27442
27676
  The field cannot be written to, and when read the result of the last generated expression will be returned.
27443
27677
 
@@ -27475,7 +27709,7 @@ enum Part {
27475
27709
  Stamp time = 2; // time precision
27476
27710
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
27477
27711
  ),
27478
- default: Le().optional().describe(
27712
+ default: Re().optional().describe(
27479
27713
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
27480
27714
  ),
27481
27715
  disabled: u().optional(),
@@ -27707,7 +27941,7 @@ Used as [lookup].name setting for this [struct] type.`
27707
27941
  Extension extension = 23;`),
27708
27942
  fields: c(
27709
27943
  i({
27710
- always: Le().optional().describe(
27944
+ always: Re().optional().describe(
27711
27945
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
27712
27946
  The field cannot be written to, and when read the result of the last generated expression will be returned.
27713
27947
 
@@ -27745,7 +27979,7 @@ enum Part {
27745
27979
  Stamp time = 2; // time precision
27746
27980
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
27747
27981
  ),
27748
- default: Le().optional().describe(
27982
+ default: Re().optional().describe(
27749
27983
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
27750
27984
  ),
27751
27985
  disabled: u().optional(),
@@ -27962,7 +28196,7 @@ Used as [lookup].name setting for this [struct] type.`
27962
28196
  Extension extension = 23;`),
27963
28197
  fields: c(
27964
28198
  i({
27965
- always: Le().optional().describe(
28199
+ always: Re().optional().describe(
27966
28200
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
27967
28201
  The field cannot be written to, and when read the result of the last generated expression will be returned.
27968
28202
 
@@ -28000,7 +28234,7 @@ enum Part {
28000
28234
  Stamp time = 2; // time precision
28001
28235
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
28002
28236
  ),
28003
- default: Le().optional().describe(
28237
+ default: Re().optional().describe(
28004
28238
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
28005
28239
  ),
28006
28240
  disabled: u().optional(),
@@ -28207,7 +28441,7 @@ Used as [lookup].name setting for this [struct] type.`
28207
28441
  Extension extension = 23;`),
28208
28442
  fields: c(
28209
28443
  i({
28210
- always: Le().optional().describe(
28444
+ always: Re().optional().describe(
28211
28445
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
28212
28446
  The field cannot be written to, and when read the result of the last generated expression will be returned.
28213
28447
 
@@ -28245,7 +28479,7 @@ enum Part {
28245
28479
  Stamp time = 2; // time precision
28246
28480
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
28247
28481
  ),
28248
- default: Le().optional().describe(
28482
+ default: Re().optional().describe(
28249
28483
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
28250
28484
  ),
28251
28485
  disabled: u().optional(),
@@ -28489,7 +28723,7 @@ Used as [lookup].name setting for this [struct] type.`
28489
28723
  ),
28490
28724
  fields: c(
28491
28725
  i({
28492
- always: Le().optional().describe(
28726
+ always: Re().optional().describe(
28493
28727
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
28494
28728
  The field cannot be written to, and when read the result of the last generated expression will be returned.
28495
28729
 
@@ -28527,7 +28761,7 @@ enum Part {
28527
28761
  Stamp time = 2; // time precision
28528
28762
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
28529
28763
  ),
28530
- default: Le().optional().describe(
28764
+ default: Re().optional().describe(
28531
28765
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
28532
28766
  ),
28533
28767
  disabled: u().optional(),
@@ -28767,7 +29001,7 @@ Used as [lookup].name setting for this [struct] type.`
28767
29001
  ),
28768
29002
  fields: c(
28769
29003
  i({
28770
- always: Le().optional().describe(
29004
+ always: Re().optional().describe(
28771
29005
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
28772
29006
  The field cannot be written to, and when read the result of the last generated expression will be returned.
28773
29007
 
@@ -28805,7 +29039,7 @@ enum Part {
28805
29039
  Stamp time = 2; // time precision
28806
29040
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
28807
29041
  ),
28808
- default: Le().optional().describe(
29042
+ default: Re().optional().describe(
28809
29043
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
28810
29044
  ),
28811
29045
  disabled: u().optional(),
@@ -29007,7 +29241,7 @@ Used as [lookup].name setting for this [struct] type.`
29007
29241
  Extension extension = 23;`),
29008
29242
  fields: c(
29009
29243
  i({
29010
- always: Le().optional().describe(
29244
+ always: Re().optional().describe(
29011
29245
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
29012
29246
  The field cannot be written to, and when read the result of the last generated expression will be returned.
29013
29247
 
@@ -29045,7 +29279,7 @@ enum Part {
29045
29279
  Stamp time = 2; // time precision
29046
29280
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
29047
29281
  ),
29048
- default: Le().optional().describe(
29282
+ default: Re().optional().describe(
29049
29283
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
29050
29284
  ),
29051
29285
  disabled: u().optional(),
@@ -29231,7 +29465,7 @@ Used as [lookup].name setting for this [struct] type.`
29231
29465
  ),
29232
29466
  fields: c(
29233
29467
  i({
29234
- always: Le().optional().describe(
29468
+ always: Re().optional().describe(
29235
29469
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
29236
29470
  The field cannot be written to, and when read the result of the last generated expression will be returned.
29237
29471
 
@@ -29269,7 +29503,7 @@ enum Part {
29269
29503
  Stamp time = 2; // time precision
29270
29504
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
29271
29505
  ),
29272
- default: Le().optional().describe(
29506
+ default: Re().optional().describe(
29273
29507
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
29274
29508
  ),
29275
29509
  disabled: u().optional(),
@@ -29444,7 +29678,7 @@ Used as [lookup].name setting for this [struct] type.`
29444
29678
  Extension extension = 23;`),
29445
29679
  fields: c(
29446
29680
  i({
29447
- always: Le().optional().describe(
29681
+ always: Re().optional().describe(
29448
29682
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
29449
29683
  The field cannot be written to, and when read the result of the last generated expression will be returned.
29450
29684
 
@@ -29482,7 +29716,7 @@ enum Part {
29482
29716
  Stamp time = 2; // time precision
29483
29717
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
29484
29718
  ),
29485
- default: Le().optional().describe(
29719
+ default: Re().optional().describe(
29486
29720
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
29487
29721
  ),
29488
29722
  disabled: u().optional(),
@@ -29671,7 +29905,7 @@ Used as [lookup].name setting for this [struct] type.`
29671
29905
  ),
29672
29906
  fields: c(
29673
29907
  i({
29674
- always: Le().optional().describe(
29908
+ always: Re().optional().describe(
29675
29909
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
29676
29910
  The field cannot be written to, and when read the result of the last generated expression will be returned.
29677
29911
 
@@ -29709,7 +29943,7 @@ enum Part {
29709
29943
  Stamp time = 2; // time precision
29710
29944
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
29711
29945
  ),
29712
- default: Le().optional().describe(
29946
+ default: Re().optional().describe(
29713
29947
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
29714
29948
  ),
29715
29949
  disabled: u().optional(),
@@ -29884,7 +30118,7 @@ Used as [lookup].name setting for this [struct] type.`
29884
30118
  Extension extension = 23;`),
29885
30119
  fields: c(
29886
30120
  i({
29887
- always: Le().optional().describe(
30121
+ always: Re().optional().describe(
29888
30122
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
29889
30123
  The field cannot be written to, and when read the result of the last generated expression will be returned.
29890
30124
 
@@ -29922,7 +30156,7 @@ enum Part {
29922
30156
  Stamp time = 2; // time precision
29923
30157
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
29924
30158
  ),
29925
- default: Le().optional().describe(
30159
+ default: Re().optional().describe(
29926
30160
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
29927
30161
  ),
29928
30162
  disabled: u().optional(),
@@ -31971,7 +32205,7 @@ Used as [lookup].name setting for this [struct] type.`
31971
32205
  ),
31972
32206
  fields: c(
31973
32207
  i({
31974
- always: Le().optional().describe(
32208
+ always: Re().optional().describe(
31975
32209
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
31976
32210
  The field cannot be written to, and when read the result of the last generated expression will be returned.
31977
32211
 
@@ -32009,7 +32243,7 @@ enum Part {
32009
32243
  Stamp time = 2; // time precision
32010
32244
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
32011
32245
  ),
32012
- default: Le().optional().describe(
32246
+ default: Re().optional().describe(
32013
32247
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
32014
32248
  ),
32015
32249
  disabled: u().optional(),
@@ -32241,7 +32475,7 @@ Used as [lookup].name setting for this [struct] type.`
32241
32475
  ),
32242
32476
  fields: c(
32243
32477
  i({
32244
- always: Le().optional().describe(
32478
+ always: Re().optional().describe(
32245
32479
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
32246
32480
  The field cannot be written to, and when read the result of the last generated expression will be returned.
32247
32481
 
@@ -32279,7 +32513,7 @@ enum Part {
32279
32513
  Stamp time = 2; // time precision
32280
32514
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
32281
32515
  ),
32282
- default: Le().optional().describe(
32516
+ default: Re().optional().describe(
32283
32517
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
32284
32518
  ),
32285
32519
  disabled: u().optional(),
@@ -32488,7 +32722,7 @@ Used as [lookup].name setting for this [struct] type.`
32488
32722
  ),
32489
32723
  fields: c(
32490
32724
  i({
32491
- always: Le().optional().describe(
32725
+ always: Re().optional().describe(
32492
32726
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
32493
32727
  The field cannot be written to, and when read the result of the last generated expression will be returned.
32494
32728
 
@@ -32526,7 +32760,7 @@ enum Part {
32526
32760
  Stamp time = 2; // time precision
32527
32761
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
32528
32762
  ),
32529
- default: Le().optional().describe(
32763
+ default: Re().optional().describe(
32530
32764
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
32531
32765
  ),
32532
32766
  disabled: u().optional(),
@@ -32728,7 +32962,7 @@ Used as [lookup].name setting for this [struct] type.`
32728
32962
  Extension extension = 23;`),
32729
32963
  fields: c(
32730
32964
  i({
32731
- always: Le().optional().describe(
32965
+ always: Re().optional().describe(
32732
32966
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
32733
32967
  The field cannot be written to, and when read the result of the last generated expression will be returned.
32734
32968
 
@@ -32766,7 +33000,7 @@ enum Part {
32766
33000
  Stamp time = 2; // time precision
32767
33001
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
32768
33002
  ),
32769
- default: Le().optional().describe(
33003
+ default: Re().optional().describe(
32770
33004
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
32771
33005
  ),
32772
33006
  disabled: u().optional(),
@@ -32948,7 +33182,7 @@ const VT = "none";
32948
33182
  i({
32949
33183
  fields: c(
32950
33184
  i({
32951
- always: Le().optional().describe(
33185
+ always: Re().optional().describe(
32952
33186
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
32953
33187
  The field cannot be written to, and when read the result of the last generated expression will be returned.
32954
33188
 
@@ -32986,7 +33220,7 @@ enum Part {
32986
33220
  Stamp time = 2; // time precision
32987
33221
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
32988
33222
  ),
32989
- default: Le().optional().describe(
33223
+ default: Re().optional().describe(
32990
33224
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
32991
33225
  ),
32992
33226
  disabled: u().optional(),
@@ -33153,7 +33387,7 @@ Used as [lookup].name setting for this [struct] type.`
33153
33387
  Extension extension = 23;`),
33154
33388
  fields: c(
33155
33389
  i({
33156
- always: Le().optional().describe(
33390
+ always: Re().optional().describe(
33157
33391
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
33158
33392
  The field cannot be written to, and when read the result of the last generated expression will be returned.
33159
33393
 
@@ -33191,7 +33425,7 @@ enum Part {
33191
33425
  Stamp time = 2; // time precision
33192
33426
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
33193
33427
  ),
33194
- default: Le().optional().describe(
33428
+ default: Re().optional().describe(
33195
33429
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
33196
33430
  ),
33197
33431
  disabled: u().optional(),
@@ -33371,7 +33605,7 @@ const ZT = "none";
33371
33605
  i({
33372
33606
  fields: c(
33373
33607
  i({
33374
- always: Le().optional().describe(
33608
+ always: Re().optional().describe(
33375
33609
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
33376
33610
  The field cannot be written to, and when read the result of the last generated expression will be returned.
33377
33611
 
@@ -33409,7 +33643,7 @@ enum Part {
33409
33643
  Stamp time = 2; // time precision
33410
33644
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
33411
33645
  ),
33412
- default: Le().optional().describe(
33646
+ default: Re().optional().describe(
33413
33647
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
33414
33648
  ),
33415
33649
  disabled: u().optional(),
@@ -33576,7 +33810,7 @@ Used as [lookup].name setting for this [struct] type.`
33576
33810
  Extension extension = 23;`),
33577
33811
  fields: c(
33578
33812
  i({
33579
- always: Le().optional().describe(
33813
+ always: Re().optional().describe(
33580
33814
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
33581
33815
  The field cannot be written to, and when read the result of the last generated expression will be returned.
33582
33816
 
@@ -33614,7 +33848,7 @@ enum Part {
33614
33848
  Stamp time = 2; // time precision
33615
33849
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
33616
33850
  ),
33617
- default: Le().optional().describe(
33851
+ default: Re().optional().describe(
33618
33852
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
33619
33853
  ),
33620
33854
  disabled: u().optional(),
@@ -34216,6 +34450,24 @@ i({
34216
34450
  sdpOffer: e().optional(),
34217
34451
  uuid: e().optional()
34218
34452
  });
34453
+ i({
34454
+ id: e().optional(),
34455
+ sdpAnswer: e().optional()
34456
+ });
34457
+ i({
34458
+ id: e()
34459
+ });
34460
+ i({
34461
+ id: e().optional()
34462
+ });
34463
+ i({});
34464
+ i({
34465
+ id: e()
34466
+ });
34467
+ i({
34468
+ id: e().optional(),
34469
+ sdpOffer: e().optional()
34470
+ });
34219
34471
  i({
34220
34472
  sdpAnswer: e().optional()
34221
34473
  });
@@ -35261,7 +35513,7 @@ Take part in Etag generation.`
35261
35513
  `Lookup reference information.
35262
35514
  Simplified search filter to uniquely identify related object.`
35263
35515
  ),
35264
- value: Le().optional().describe("JSON value of the variable."),
35516
+ value: Re().optional().describe("JSON value of the variable."),
35265
35517
  ver: s().optional().describe(
35266
35518
  "Version of the latest update. Numeric sequence."
35267
35519
  )
@@ -35929,7 +36181,7 @@ Take part in Etag generation.`
35929
36181
  `Lookup reference information.
35930
36182
  Simplified search filter to uniquely identify related object.`
35931
36183
  ),
35932
- value: Le().optional().describe("JSON value of the variable."),
36184
+ value: Re().optional().describe("JSON value of the variable."),
35933
36185
  ver: s().optional().describe(
35934
36186
  "Version of the latest update. Numeric sequence."
35935
36187
  )
@@ -42406,7 +42658,7 @@ i({
42406
42658
  id: e().optional().describe("[required] tuple unique id; <track>"),
42407
42659
  note: e().optional(),
42408
42660
  open: s().optional(),
42409
- presence: c(Le()).optional().describe(
42661
+ presence: c(Re()).optional().describe(
42410
42662
  `// FIXME: well-known types ?\r
42411
42663
  repeated Dialog call = 9;\r
42412
42664
  repeated Sipreg sip = 9;\r
@@ -42438,7 +42690,7 @@ i({
42438
42690
  id: e().optional().describe("[required] tuple unique id; <track>"),
42439
42691
  note: e().optional(),
42440
42692
  open: s().optional(),
42441
- presence: c(Le()).optional().describe(
42693
+ presence: c(Re()).optional().describe(
42442
42694
  `// FIXME: well-known types ?\r
42443
42695
  repeated Dialog call = 9;\r
42444
42696
  repeated Sipreg sip = 9;\r
@@ -45596,7 +45848,7 @@ i({
45596
45848
  name: e().optional(),
45597
45849
  rootId: e().optional(),
45598
45850
  searched: u().optional(),
45599
- service: c(Le()).optional(),
45851
+ service: c(Re()).optional(),
45600
45852
  sla: i({
45601
45853
  id: e().optional(),
45602
45854
  name: e().optional()
@@ -45658,7 +45910,7 @@ i({
45658
45910
  name: e().optional(),
45659
45911
  rootId: e().optional(),
45660
45912
  searched: u().optional(),
45661
- service: c(Le()).optional(),
45913
+ service: c(Re()).optional(),
45662
45914
  sla: i({
45663
45915
  id: e().optional(),
45664
45916
  name: e().optional()
@@ -45697,7 +45949,7 @@ i({
45697
45949
  name: e().optional(),
45698
45950
  rootId: e().optional(),
45699
45951
  searched: u().optional(),
45700
- service: c(Le()).optional(),
45952
+ service: c(Re()).optional(),
45701
45953
  sla: i({
45702
45954
  id: e().optional(),
45703
45955
  name: e().optional()
@@ -45742,7 +45994,7 @@ i({
45742
45994
  name: e().optional(),
45743
45995
  rootId: e().optional(),
45744
45996
  searched: u().optional(),
45745
- service: c(Le()).optional(),
45997
+ service: c(Re()).optional(),
45746
45998
  sla: i({
45747
45999
  id: e().optional(),
45748
46000
  name: e().optional()
@@ -45804,7 +46056,7 @@ i({
45804
46056
  name: e().optional(),
45805
46057
  rootId: e().optional(),
45806
46058
  searched: u().optional(),
45807
- service: c(Le()).optional(),
46059
+ service: c(Re()).optional(),
45808
46060
  sla: i({
45809
46061
  id: e().optional(),
45810
46062
  name: e().optional()
@@ -45865,7 +46117,7 @@ i({
45865
46117
  name: e().optional(),
45866
46118
  rootId: e().optional(),
45867
46119
  searched: u().optional(),
45868
- service: c(Le()).optional(),
46120
+ service: c(Re()).optional(),
45869
46121
  sla: i({
45870
46122
  id: e().optional(),
45871
46123
  name: e().optional()
@@ -47780,7 +48032,8 @@ i({
47780
48032
  "labels_to_limit_contacts",
47781
48033
  "autolink_mail_to_contact",
47782
48034
  "new_message_sound_notification",
47783
- "new_chat_sound_notification"
48035
+ "new_chat_sound_notification",
48036
+ "screenshot_interval"
47784
48037
  ])
47785
48038
  ).optional().describe("Filter by setting names")
47786
48039
  });
@@ -47816,7 +48069,8 @@ i({
47816
48069
  "labels_to_limit_contacts",
47817
48070
  "autolink_mail_to_contact",
47818
48071
  "new_message_sound_notification",
47819
- "new_chat_sound_notification"
48072
+ "new_chat_sound_notification",
48073
+ "screenshot_interval"
47820
48074
  ]).default(fD)
47821
48075
  })
47822
48076
  ).optional(),
@@ -47851,7 +48105,8 @@ i({
47851
48105
  "labels_to_limit_contacts",
47852
48106
  "autolink_mail_to_contact",
47853
48107
  "new_message_sound_notification",
47854
- "new_chat_sound_notification"
48108
+ "new_chat_sound_notification",
48109
+ "screenshot_interval"
47855
48110
  ]).default(mD)
47856
48111
  });
47857
48112
  const hD = "empty_system_settings_name";
@@ -47884,7 +48139,8 @@ i({
47884
48139
  "labels_to_limit_contacts",
47885
48140
  "autolink_mail_to_contact",
47886
48141
  "new_message_sound_notification",
47887
- "new_chat_sound_notification"
48142
+ "new_chat_sound_notification",
48143
+ "screenshot_interval"
47888
48144
  ]).default(hD)
47889
48145
  });
47890
48146
  i({
@@ -47935,7 +48191,8 @@ i({
47935
48191
  "labels_to_limit_contacts",
47936
48192
  "autolink_mail_to_contact",
47937
48193
  "new_message_sound_notification",
47938
- "new_chat_sound_notification"
48194
+ "new_chat_sound_notification",
48195
+ "screenshot_interval"
47939
48196
  ]).default(bD)
47940
48197
  });
47941
48198
  i({
@@ -47971,7 +48228,8 @@ i({
47971
48228
  "labels_to_limit_contacts",
47972
48229
  "autolink_mail_to_contact",
47973
48230
  "new_message_sound_notification",
47974
- "new_chat_sound_notification"
48231
+ "new_chat_sound_notification",
48232
+ "screenshot_interval"
47975
48233
  ]).default(yD)
47976
48234
  });
47977
48235
  i({
@@ -48010,7 +48268,8 @@ i({
48010
48268
  "labels_to_limit_contacts",
48011
48269
  "autolink_mail_to_contact",
48012
48270
  "new_message_sound_notification",
48013
- "new_chat_sound_notification"
48271
+ "new_chat_sound_notification",
48272
+ "screenshot_interval"
48014
48273
  ]).default(gD)
48015
48274
  });
48016
48275
  i({
@@ -48047,7 +48306,8 @@ i({
48047
48306
  "labels_to_limit_contacts",
48048
48307
  "autolink_mail_to_contact",
48049
48308
  "new_message_sound_notification",
48050
- "new_chat_sound_notification"
48309
+ "new_chat_sound_notification",
48310
+ "screenshot_interval"
48051
48311
  ]).default(vD)
48052
48312
  });
48053
48313
  i({
@@ -49524,7 +49784,7 @@ Used as [lookup].name setting for this [struct] type.`
49524
49784
  ),
49525
49785
  fields: c(
49526
49786
  i({
49527
- always: Le().optional().describe(
49787
+ always: Re().optional().describe(
49528
49788
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
49529
49789
  The field cannot be written to, and when read the result of the last generated expression will be returned.
49530
49790
 
@@ -49562,7 +49822,7 @@ enum Part {
49562
49822
  Stamp time = 2; // time precision
49563
49823
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
49564
49824
  ),
49565
- default: Le().optional().describe(
49825
+ default: Re().optional().describe(
49566
49826
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
49567
49827
  ),
49568
49828
  disabled: u().optional(),
@@ -49762,7 +50022,7 @@ Used as [lookup].name setting for this [struct] type.`
49762
50022
  Extension extension = 23;`),
49763
50023
  fields: c(
49764
50024
  i({
49765
- always: Le().optional().describe(
50025
+ always: Re().optional().describe(
49766
50026
  `Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
49767
50027
  The field cannot be written to, and when read the result of the last generated expression will be returned.
49768
50028
 
@@ -49800,7 +50060,7 @@ enum Part {
49800
50060
  Stamp time = 2; // time precision
49801
50061
  string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
49802
50062
  ),
49803
- default: Le().optional().describe(
50063
+ default: Re().optional().describe(
49804
50064
  "The `default` expression will be used in `INSERT` operation\nthat does not specify a value for the field.\n\nIf there is no default for a field, then the default is null."
49805
50065
  ),
49806
50066
  disabled: u().optional(),
@@ -50301,6 +50561,32 @@ i({
50301
50561
  utilization: s().optional(),
50302
50562
  voiceMail: s().optional()
50303
50563
  });
50564
+ i({
50565
+ user_id: c(e()).min(1)
50566
+ });
50567
+ i({
50568
+ page: s().optional(),
50569
+ size: s().optional(),
50570
+ q: e().optional(),
50571
+ sort: e().optional(),
50572
+ fields: c(e()).optional()
50573
+ });
50574
+ i({
50575
+ items: c(
50576
+ i({
50577
+ applicationName: e().optional(),
50578
+ createdAt: e().optional(),
50579
+ duration: e().optional(),
50580
+ id: e().optional(),
50581
+ ip: e().optional(),
50582
+ pong: e().optional(),
50583
+ updatedAt: e().optional(),
50584
+ userAgent: e().optional(),
50585
+ ver: e().optional()
50586
+ })
50587
+ ).optional(),
50588
+ next: u().optional()
50589
+ });
50304
50590
  i({
50305
50591
  id: e().optional(),
50306
50592
  fields: c(e()).optional().describe("partial output")
@@ -51480,7 +51766,7 @@ Take part in Etag generation.`
51480
51766
  `Lookup reference information.
51481
51767
  Simplified search filter to uniquely identify related object.`
51482
51768
  ),
51483
- value: Le().optional().describe("JSON value of the variable."),
51769
+ value: Re().optional().describe("JSON value of the variable."),
51484
51770
  ver: s().optional().describe("Version of the latest update. Numeric sequence.")
51485
51771
  }).describe(
51486
51772
  `The Contact's variable.
@@ -51534,7 +51820,7 @@ Take part in Etag generation.`
51534
51820
  `Lookup reference information.
51535
51821
  Simplified search filter to uniquely identify related object.`
51536
51822
  ),
51537
- value: Le().optional().describe("JSON value of the variable."),
51823
+ value: Re().optional().describe("JSON value of the variable."),
51538
51824
  ver: s().optional().describe("Version of the latest update. Numeric sequence.")
51539
51825
  }).describe(
51540
51826
  `The Contact's variable.
@@ -51554,7 +51840,7 @@ i({
51554
51840
  const uR = /^\w+$/, fR = i({
51555
51841
  etag: e().optional().describe("Unique ID of the latest version of an existing resorce."),
51556
51842
  key: e().regex(uR).describe("NEW Key."),
51557
- value: Le().optional().describe("NEW Value.")
51843
+ value: Re().optional().describe("NEW Value.")
51558
51844
  }).describe("Input of the Contact's variable.");
51559
51845
  c(fR).min(1);
51560
51846
  i({
@@ -51587,7 +51873,7 @@ Take part in Etag generation.`
51587
51873
  `Lookup reference information.
51588
51874
  Simplified search filter to uniquely identify related object.`
51589
51875
  ),
51590
- value: Le().optional().describe("JSON value of the variable."),
51876
+ value: Re().optional().describe("JSON value of the variable."),
51591
51877
  ver: s().optional().describe("Version of the latest update. Numeric sequence.")
51592
51878
  }).describe(
51593
51879
  `The Contact's variable.
@@ -51607,7 +51893,7 @@ i({
51607
51893
  const mR = /^\w+$/, hR = i({
51608
51894
  etag: e().optional().describe("Unique ID of the latest version of an existing resorce."),
51609
51895
  key: e().regex(mR).describe("NEW Key."),
51610
- value: Le().optional().describe("NEW Value.")
51896
+ value: Re().optional().describe("NEW Value.")
51611
51897
  }).describe("Input of the Contact's variable.");
51612
51898
  c(hR).min(1);
51613
51899
  i({
@@ -51640,7 +51926,7 @@ Take part in Etag generation.`
51640
51926
  `Lookup reference information.
51641
51927
  Simplified search filter to uniquely identify related object.`
51642
51928
  ),
51643
- value: Le().optional().describe("JSON value of the variable."),
51929
+ value: Re().optional().describe("JSON value of the variable."),
51644
51930
  ver: s().optional().describe("Version of the latest update. Numeric sequence.")
51645
51931
  }).describe(
51646
51932
  `The Contact's variable.
@@ -51686,7 +51972,7 @@ Take part in Etag generation.`
51686
51972
  `Lookup reference information.
51687
51973
  Simplified search filter to uniquely identify related object.`
51688
51974
  ),
51689
- value: Le().optional().describe("JSON value of the variable."),
51975
+ value: Re().optional().describe("JSON value of the variable."),
51690
51976
  ver: s().optional().describe("Version of the latest update. Numeric sequence.")
51691
51977
  }).describe(
51692
51978
  `The Contact's variable.
@@ -51703,7 +51989,7 @@ i({
51703
51989
  const bR = /^\w+$/;
51704
51990
  i({
51705
51991
  key: e().regex(bR).describe("NEW Key."),
51706
- value: Le().optional().describe("NEW Value.")
51992
+ value: Re().optional().describe("NEW Value.")
51707
51993
  });
51708
51994
  i({
51709
51995
  data: c(
@@ -51735,7 +52021,7 @@ Take part in Etag generation.`
51735
52021
  `Lookup reference information.
51736
52022
  Simplified search filter to uniquely identify related object.`
51737
52023
  ),
51738
- value: Le().optional().describe("JSON value of the variable."),
52024
+ value: Re().optional().describe("JSON value of the variable."),
51739
52025
  ver: s().optional().describe("Version of the latest update. Numeric sequence.")
51740
52026
  }).describe(
51741
52027
  `The Contact's variable.
@@ -51756,7 +52042,7 @@ i({
51756
52042
  const yR = /^\w+$/;
51757
52043
  i({
51758
52044
  key: e().regex(yR).describe("NEW Key."),
51759
- value: Le().optional().describe("NEW Value.")
52045
+ value: Re().optional().describe("NEW Value.")
51760
52046
  });
51761
52047
  i({
51762
52048
  data: c(
@@ -51788,7 +52074,7 @@ Take part in Etag generation.`
51788
52074
  `Lookup reference information.
51789
52075
  Simplified search filter to uniquely identify related object.`
51790
52076
  ),
51791
- value: Le().optional().describe("JSON value of the variable."),
52077
+ value: Re().optional().describe("JSON value of the variable."),
51792
52078
  ver: s().optional().describe("Version of the latest update. Numeric sequence.")
51793
52079
  }).describe(
51794
52080
  `The Contact's variable.
@@ -53298,7 +53584,7 @@ const ZR = /* @__PURE__ */ Sn(HR), WR = {
53298
53584
  }, null, 8, ["disabled", "icon", "size"])
53299
53585
  ]),
53300
53586
  default: te(() => [
53301
- Re(" " + ue(K(l)(d.value.hint)), 1)
53587
+ Le(" " + ue(K(l)(d.value.hint)), 1)
53302
53588
  ], void 0, !0),
53303
53589
  _: 1
53304
53590
  });
@@ -53470,7 +53756,7 @@ const aL = /* @__PURE__ */ Ne(oL, [["render", nL], ["__scopeId", "data-v-2a109d3
53470
53756
  }, null, 8, ["class"])
53471
53757
  ]),
53472
53758
  default: te(() => [
53473
- Re(" " + ue(f.$t("webitelUI.appNavigator.title")), 1)
53759
+ Le(" " + ue(f.$t("webitelUI.appNavigator.title")), 1)
53474
53760
  ], void 0, !0),
53475
53761
  _: 1
53476
53762
  }),
@@ -53573,7 +53859,7 @@ function FL(o, n, a, r, l, d) {
53573
53859
  ])
53574
53860
  ]),
53575
53861
  default: te(() => [
53576
- Re(" " + ue(o.$t("webitelUI.headerActions.account")), 1)
53862
+ Le(" " + ue(o.$t("webitelUI.headerActions.account")), 1)
53577
53863
  ], void 0, !0),
53578
53864
  _: 1
53579
53865
  }),
@@ -53838,7 +54124,7 @@ const JL = /* @__PURE__ */ Ne(KL, [["render", QL], ["__scopeId", "data-v-9b7e465
53838
54124
  }, null, 8, ["color"])) : X("", !0),
53839
54125
  G("div", eB, [
53840
54126
  ee(m.$slots, "default", {}, () => [
53841
- h[1] || (h[1] = Re(" no content provided"))
54127
+ h[1] || (h[1] = Le(" no content provided"))
53842
54128
  ])
53843
54129
  ])
53844
54130
  ], void 0, !0),
@@ -54088,7 +54374,7 @@ const uB = /* @__PURE__ */ Ne(cB, [["render", pB]]), fB = { class: "wt-confirm-d
54088
54374
  size: "sm"
54089
54375
  }, { onClose: p }), {
54090
54376
  title: te(() => [
54091
- Re(ue(o.title), 1)
54377
+ Le(ue(o.title), 1)
54092
54378
  ]),
54093
54379
  main: te(() => [
54094
54380
  ee(m.$slots, "main", {}, () => [
@@ -54111,7 +54397,7 @@ const uB = /* @__PURE__ */ Ne(cB, [["render", pB]]), fB = { class: "wt-confirm-d
54111
54397
  onClick: p
54112
54398
  }, {
54113
54399
  default: te(() => [
54114
- Re(ue(m.$t("reusable.cancel")), 1)
54400
+ Le(ue(m.$t("reusable.cancel")), 1)
54115
54401
  ], void 0, !0),
54116
54402
  _: 1
54117
54403
  }, 8, ["disabled"]),
@@ -54121,7 +54407,7 @@ const uB = /* @__PURE__ */ Ne(cB, [["render", pB]]), fB = { class: "wt-confirm-d
54121
54407
  onClick: f
54122
54408
  }, {
54123
54409
  default: te(() => [
54124
- Re(ue(m.$t("reusable.delete")), 1)
54410
+ Le(ue(m.$t("reusable.delete")), 1)
54125
54411
  ], void 0, !0),
54126
54412
  _: 1
54127
54413
  }, 8, ["loading"])
@@ -54199,7 +54485,7 @@ const uB = /* @__PURE__ */ Ne(cB, [["render", pB]]), fB = { class: "wt-confirm-d
54199
54485
  onClick: ht((b) => r({ option: m, index: h, hide: f }), ["prevent"])
54200
54486
  }, [
54201
54487
  ee(l.$slots, "option", Ie(m, { ref_for: !0 }), () => [
54202
- Re(ue(m.text || m), 1)
54488
+ Le(ue(m.text || m), 1)
54203
54489
  ], !0)
54204
54490
  ], 10, yB)
54205
54491
  ]))), 128))
@@ -54292,7 +54578,7 @@ function kB(o, n, a, r, l, d) {
54292
54578
  }, { onClick: d.copy }), null, 16, ["icon", "onClick"])
54293
54579
  ]),
54294
54580
  default: te(() => [
54295
- Re(" " + ue(o.copied ? d.copiedTooltip : d.copyTooltip), 1)
54581
+ Le(" " + ue(o.copied ? d.copiedTooltip : d.copyTooltip), 1)
54296
54582
  ], void 0, !0),
54297
54583
  _: 1
54298
54584
  });
@@ -59143,7 +59429,7 @@ const RM = (o, n, a, r) => {
59143
59429
  }) : X("", !0),
59144
59430
  x.$slots["action-preview"] ? X("", !0) : (E(), M(Fe, { key: 1 }, [
59145
59431
  Array.isArray(K(_)) ? X("", !0) : (E(), M(Fe, { key: 0 }, [
59146
- Re(ue(K(_)), 1)
59432
+ Le(ue(K(_)), 1)
59147
59433
  ], 64)),
59148
59434
  Array.isArray(K(_)) ? (E(!0), M(Fe, { key: 1 }, Ge(K(_), (S, q) => (E(), M("div", { key: q }, ue(S), 1))), 128)) : X("", !0)
59149
59435
  ], 64))
@@ -59312,7 +59598,7 @@ const RM = (o, n, a, r) => {
59312
59598
  index: ve
59313
59599
  }) : X("", !0),
59314
59600
  R.$slots["calendar-header"] ? X("", !0) : (E(), M(Fe, { key: 1 }, [
59315
- Re(ue(ie), 1)
59601
+ Le(ue(ie), 1)
59316
59602
  ], 64))
59317
59603
  ]))), 128))
59318
59604
  ]),
@@ -59368,7 +59654,7 @@ const RM = (o, n, a, r) => {
59368
59654
  date: Se.value
59369
59655
  }) : X("", !0),
59370
59656
  R.$slots.day ? X("", !0) : (E(), M(Fe, { key: 1 }, [
59371
- Re(ue(Se.text), 1)
59657
+ Le(ue(Se.text), 1)
59372
59658
  ], 64)),
59373
59659
  Se.marker && K(U)(Se) ? (E(), M("div", {
59374
59660
  key: 2,
@@ -59614,7 +59900,7 @@ const RM = (o, n, a, r) => {
59614
59900
  item: ve
59615
59901
  }) : X("", !0),
59616
59902
  fe.$slots.item ? X("", !0) : (E(), M(Fe, { key: 1 }, [
59617
- Re(ue(ve.text), 1)
59903
+ Le(ue(ve.text), 1)
59618
59904
  ], 64))
59619
59905
  ], 2)
59620
59906
  ], 42, iP))), 128))
@@ -59852,7 +60138,7 @@ const RM = (o, n, a, r) => {
59852
60138
  default: te(() => [
59853
60139
  D.$slots.month ? ee(D.$slots, "month", nt(Ie({ key: 0 }, K(Ce)))) : X("", !0),
59854
60140
  D.$slots.month ? X("", !0) : (E(), M(Fe, { key: 1 }, [
59855
- Re(ue(K(Ce).text), 1)
60141
+ Le(ue(K(Ce).text), 1)
59856
60142
  ], 64))
59857
60143
  ]),
59858
60144
  _: 2
@@ -59906,7 +60192,7 @@ const RM = (o, n, a, r) => {
59906
60192
  year: o.year
59907
60193
  }) : X("", !0),
59908
60194
  D.$slots.year ? X("", !0) : (E(), M(Fe, { key: 1 }, [
59909
- Re(ue(o.year), 1)
60195
+ Le(ue(o.year), 1)
59910
60196
  ], 64))
59911
60197
  ]),
59912
60198
  _: 2
@@ -60017,7 +60303,7 @@ const RM = (o, n, a, r) => {
60017
60303
  year: o.year
60018
60304
  }) : X("", !0),
60019
60305
  D.$slots.year ? X("", !0) : (E(), M(Fe, { key: 1 }, [
60020
- Re(ue(o.year), 1)
60306
+ Le(ue(o.year), 1)
60021
60307
  ], 64))
60022
60308
  ], 40, cP),
60023
60309
  G("div", {
@@ -60198,7 +60484,7 @@ const RM = (o, n, a, r) => {
60198
60484
  class: xe(K(k))
60199
60485
  }, [
60200
60486
  ie.separator ? (E(), M(Fe, { key: 0 }, [
60201
- Re(" : ")
60487
+ Le(" : ")
60202
60488
  ], 64)) : (E(), M(Fe, { key: 1 }, [
60203
60489
  G("div", {
60204
60490
  class: xe({
@@ -60240,7 +60526,7 @@ const RM = (o, n, a, r) => {
60240
60526
  value: K(S)(ie.type).value
60241
60527
  }) : X("", !0),
60242
60528
  R.$slots[ie.type] ? X("", !0) : (E(), M(Fe, { key: 1 }, [
60243
- Re(ue(K(S)(ie.type).text), 1)
60529
+ Le(ue(K(S)(ie.type).text), 1)
60244
60530
  ], 64))
60245
60531
  ], 42, hP),
60246
60532
  G("div", {
@@ -60804,7 +61090,7 @@ const RM = (o, n, a, r) => {
60804
61090
  label: We.label,
60805
61091
  range: We.range
60806
61092
  }) : (E(), M(Fe, { key: 1 }, [
60807
- Re(ue(We.label), 1)
61093
+ Le(ue(We.label), 1)
60808
61094
  ], 64))
60809
61095
  ], 12, TP))), 128))
60810
61096
  ])) : X("", !0),
@@ -61335,7 +61621,7 @@ const gh = /* @__PURE__ */ Ne(FP, [["render", UP], ["__scopeId", "data-v-396a9ec
61335
61621
  be(O, Ie(o.labelProps, { disabled: o.disabled }, { invalid: K(y) }), {
61336
61622
  default: te(() => [
61337
61623
  ee(A.$slots, "label", nt(ft({ label: o.label })), () => [
61338
- Re(ue(f.value), 1)
61624
+ Le(ue(f.value), 1)
61339
61625
  ], !0)
61340
61626
  ], void 0, !0),
61341
61627
  _: 3
@@ -61386,7 +61672,7 @@ const gh = /* @__PURE__ */ Ne(FP, [["render", UP], ["__scopeId", "data-v-396a9ec
61386
61672
  "max-value": "23",
61387
61673
  onInput: q
61388
61674
  }, null, 8, ["value", "onInput"]),
61389
- _[3] || (_[3] = Re(" : ")),
61675
+ _[3] || (_[3] = Le(" : ")),
61390
61676
  be(T, {
61391
61677
  value: S.minutes,
61392
61678
  "max-value": "59",
@@ -61402,7 +61688,7 @@ const gh = /* @__PURE__ */ Ne(FP, [["render", UP], ["__scopeId", "data-v-396a9ec
61402
61688
  invalid: K(y)
61403
61689
  }, {
61404
61690
  default: te(() => [
61405
- Re(ue(K(g)), 1)
61691
+ Le(ue(K(g)), 1)
61406
61692
  ], void 0, !0),
61407
61693
  _: 1
61408
61694
  }, 8, ["invalid"])) : X("", !0)
@@ -61533,7 +61819,7 @@ const YP = /* @__PURE__ */ Ne(ZP, [["render", WP], ["__scopeId", "data-v-3bde813
61533
61819
  onClick: p[0] || (p[0] = (m) => r("create"))
61534
61820
  }, {
61535
61821
  default: te(() => [
61536
- Re(ue(o.buttonText || d.$t("reusable.add")), 1)
61822
+ Le(ue(o.buttonText || d.$t("reusable.add")), 1)
61537
61823
  ], void 0, !0),
61538
61824
  _: 1
61539
61825
  })) : X("", !0)
@@ -61745,17 +62031,17 @@ const YP = /* @__PURE__ */ Ne(ZP, [["render", WP], ["__scopeId", "data-v-3bde813
61745
62031
  p.value || f.value || m.value ? (E(), M("div", m$, [
61746
62032
  p.value ? (E(), M("h2", h$, [
61747
62033
  ee(_.$slots, "headline", nt(ft({ headline: o.headline })), () => [
61748
- Re(ue(o.headline), 1)
62034
+ Le(ue(o.headline), 1)
61749
62035
  ], !0)
61750
62036
  ])) : X("", !0),
61751
62037
  f.value ? (E(), M("h3", b$, [
61752
62038
  ee(_.$slots, "title", nt(ft({ title: o.title })), () => [
61753
- Re(ue(o.title), 1)
62039
+ Le(ue(o.title), 1)
61754
62040
  ], !0)
61755
62041
  ])) : X("", !0),
61756
62042
  m.value ? (E(), M("p", y$, [
61757
62043
  ee(_.$slots, "text", nt(ft({ text: o.text })), () => [
61758
- Re(ue(o.text), 1)
62044
+ Le(ue(o.text), 1)
61759
62045
  ], !0)
61760
62046
  ])) : X("", !0)
61761
62047
  ])) : X("", !0),
@@ -61771,7 +62057,7 @@ const YP = /* @__PURE__ */ Ne(ZP, [["render", WP], ["__scopeId", "data-v-3bde813
61771
62057
  onClick: O[0] || (O[0] = () => K(C)())
61772
62058
  }, {
61773
62059
  default: te(() => [
61774
- Re(ue(o.primaryActionText), 1)
62060
+ Le(ue(o.primaryActionText), 1)
61775
62061
  ], void 0, !0),
61776
62062
  _: 1
61777
62063
  }, 8, ["size", "disabled"])) : X("", !0)
@@ -61785,7 +62071,7 @@ const YP = /* @__PURE__ */ Ne(ZP, [["render", WP], ["__scopeId", "data-v-3bde813
61785
62071
  onClick: O[1] || (O[1] = () => K(A)())
61786
62072
  }, {
61787
62073
  default: te(() => [
61788
- Re(ue(o.secondaryActionText), 1)
62074
+ Le(ue(o.secondaryActionText), 1)
61789
62075
  ], void 0, !0),
61790
62076
  _: 1
61791
62077
  }, 8, ["size", "disabled"])) : X("", !0)
@@ -61853,7 +62139,7 @@ function T$(o, n, a, r, l, d) {
61853
62139
  onClick: n[0] || (n[0] = (f) => o.$emit("back"))
61854
62140
  }, {
61855
62141
  default: te(() => [
61856
- Re(ue(o.$t("webitelUI.errorPages.goBack")), 1)
62142
+ Le(ue(o.$t("webitelUI.errorPages.goBack")), 1)
61857
62143
  ], void 0, !0),
61858
62144
  _: 1
61859
62145
  })
@@ -62056,7 +62342,7 @@ const W$ = /* @__PURE__ */ Ne(U$, [["render", Z$], ["__scopeId", "data-v-36b2f32
62056
62342
  class: "wt-headline-nav__text wt-headline-nav__text--link"
62057
62343
  }, {
62058
62344
  default: te(() => [
62059
- Re(ue(l.name), 1)
62345
+ Le(ue(l.name), 1)
62060
62346
  ], void 0, !0),
62061
62347
  _: 2
62062
62348
  }, 1032, ["to"])) : (E(), M("span", X$, ue(l.name), 1))
@@ -62295,7 +62581,7 @@ const cN = /* @__PURE__ */ Ne(lN, [["render", dN], ["__scopeId", "data-v-ad16783
62295
62581
  }), {
62296
62582
  default: te(() => [
62297
62583
  ee(H.$slots, "label", nt(ft({ label: H.label })), () => [
62298
- Re(ue(x.value), 1)
62584
+ Le(ue(x.value), 1)
62299
62585
  ], !0)
62300
62586
  ], void 0, !0),
62301
62587
  _: 3
@@ -62341,7 +62627,7 @@ const cN = /* @__PURE__ */ Ne(lN, [["render", dN], ["__scopeId", "data-v-ad16783
62341
62627
  invalid: K(b)
62342
62628
  }, {
62343
62629
  default: te(() => [
62344
- Re(ue(K(y)), 1)
62630
+ Le(ue(K(y)), 1)
62345
62631
  ], void 0, !0),
62346
62632
  _: 1
62347
62633
  }, 8, ["invalid"])) : X("", !0)
@@ -62566,7 +62852,7 @@ const IN = {
62566
62852
  ee(n.$slots, "default", {}, void 0, !0),
62567
62853
  n.hint ? (E(), he(r, { key: 0 }, {
62568
62854
  default: te(() => [
62569
- Re(ue(n.hint), 1)
62855
+ Le(ue(n.hint), 1)
62570
62856
  ], void 0, !0),
62571
62857
  _: 1
62572
62858
  })) : X("", !0)
@@ -62867,7 +63153,7 @@ function CF(o, n, a, r, l, d) {
62867
63153
  onClick: d.close
62868
63154
  }, {
62869
63155
  default: te(() => [
62870
- Re(ue(A.name || A.value), 1)
63156
+ Le(ue(A.name || A.value), 1)
62871
63157
  ], void 0, !0),
62872
63158
  _: 2
62873
63159
  }, 1032, ["class", "to", "onClick"])
@@ -62887,7 +63173,7 @@ function CF(o, n, a, r, l, d) {
62887
63173
  onClick: d.close
62888
63174
  }, {
62889
63175
  default: te(() => [
62890
- Re(ue(g.name || g.value), 1)
63176
+ Le(ue(g.name || g.value), 1)
62891
63177
  ], void 0, !0),
62892
63178
  _: 2
62893
63179
  }, 1032, ["class", "to", "onClick"])
@@ -63040,7 +63326,7 @@ function jF(o, n, a, r, l, d) {
63040
63326
  onClose: (h) => d.closeNotification(f)
63041
63327
  }, {
63042
63328
  default: te(() => [
63043
- Re(ue(f.text), 1)
63329
+ Le(ue(f.text), 1)
63044
63330
  ], void 0, !0),
63045
63331
  _: 2
63046
63332
  }, 1032, ["type", "onClose"]))), 128))
@@ -63102,7 +63388,7 @@ const MF = /* @__PURE__ */ Ne(BF, [["render", jF], ["__scopeId", "data-v-607c8d0
63102
63388
  onClick: o.primaryAction
63103
63389
  }, {
63104
63390
  default: te(() => [
63105
- Re(ue(o.primaryText || r.$t("reusable.add")), 1)
63391
+ Le(ue(o.primaryText || r.$t("reusable.add")), 1)
63106
63392
  ], void 0, !0),
63107
63393
  _: 1
63108
63394
  }, 8, ["disabled", "onClick"])
@@ -63114,7 +63400,7 @@ const MF = /* @__PURE__ */ Ne(BF, [["render", jF], ["__scopeId", "data-v-607c8d0
63114
63400
  onClick: o.secondaryAction
63115
63401
  }, {
63116
63402
  default: te(() => [
63117
- Re(ue(o.secondaryText || r.$t("reusable.close")), 1)
63403
+ Le(ue(o.secondaryText || r.$t("reusable.close")), 1)
63118
63404
  ], void 0, !0),
63119
63405
  _: 1
63120
63406
  }, 8, ["disabled", "onClick"])) : X("", !0)
@@ -63344,7 +63630,7 @@ function aU(o, n, a, r, l, d) {
63344
63630
  }, null, 8, ["disabled", "onClick"])
63345
63631
  ]),
63346
63632
  default: te(() => [
63347
- Re(" " + ue(o.$t("webitelUI.pagination.prev")), 1)
63633
+ Le(" " + ue(o.$t("webitelUI.pagination.prev")), 1)
63348
63634
  ], void 0, !0),
63349
63635
  _: 1
63350
63636
  }),
@@ -63358,7 +63644,7 @@ function aU(o, n, a, r, l, d) {
63358
63644
  }, null, 8, ["disabled", "onClick"])
63359
63645
  ]),
63360
63646
  default: te(() => [
63361
- Re(" " + ue(o.$t("webitelUI.pagination.next")), 1)
63647
+ Le(" " + ue(o.$t("webitelUI.pagination.next")), 1)
63362
63648
  ], void 0, !0),
63363
63649
  _: 1
63364
63650
  })
@@ -64104,7 +64390,7 @@ const FU = /* @__PURE__ */ Ne(MU, [["render", NU], ["__scopeId", "data-v-e4e0f83
64104
64390
  "icon-color": f.value
64105
64391
  }, {
64106
64392
  default: te(() => [
64107
- Re(ue(o.hint), 1)
64393
+ Le(ue(o.hint), 1)
64108
64394
  ], void 0, !0),
64109
64395
  _: 1
64110
64396
  }, 8, ["icon-color"])) : X("", !0),
@@ -64122,7 +64408,7 @@ const FU = /* @__PURE__ */ Ne(MU, [["render", NU], ["__scopeId", "data-v-e4e0f83
64122
64408
  }, null, 8, ["color"])
64123
64409
  ]),
64124
64410
  default: te(() => [
64125
- Re(" " + ue(g.$t("webitelUI.searchBar.settingsHint")), 1)
64411
+ Le(" " + ue(g.$t("webitelUI.searchBar.settingsHint")), 1)
64126
64412
  ], void 0, !0),
64127
64413
  _: 1
64128
64414
  })
@@ -65178,7 +65464,7 @@ function yz(o, n, a, r, l, d) {
65178
65464
  },
65179
65465
  [
65180
65466
  ee(o.$slots, "singleLabel", { option: d.singleValue }, () => [
65181
- Re(
65467
+ Le(
65182
65468
  ue(o.currentOptionLabel),
65183
65469
  1
65184
65470
  /* TEXT */
@@ -65197,7 +65483,7 @@ function yz(o, n, a, r, l, d) {
65197
65483
  },
65198
65484
  [
65199
65485
  ee(o.$slots, "placeholder", {}, () => [
65200
- Re(
65486
+ Le(
65201
65487
  ue(o.placeholder),
65202
65488
  1
65203
65489
  /* TEXT */
@@ -65239,7 +65525,7 @@ function yz(o, n, a, r, l, d) {
65239
65525
  o.multiple && o.max === o.internalValue.length ? (E(), M("li", cz, [
65240
65526
  G("span", pz, [
65241
65527
  ee(o.$slots, "maxElements", {}, () => [
65242
- Re(
65528
+ Le(
65243
65529
  "Maximum of " + ue(o.max) + " options selected. First remove a selected option to select another.",
65244
65530
  1
65245
65531
  /* TEXT */
@@ -65312,7 +65598,7 @@ function yz(o, n, a, r, l, d) {
65312
65598
  [
65313
65599
  G("span", hz, [
65314
65600
  ee(o.$slots, "noResult", { search: o.search }, () => [
65315
- n[20] || (n[20] = Re("No elements found. Consider changing the search query."))
65601
+ n[20] || (n[20] = Le("No elements found. Consider changing the search query."))
65316
65602
  ])
65317
65603
  ])
65318
65604
  ],
@@ -65327,7 +65613,7 @@ function yz(o, n, a, r, l, d) {
65327
65613
  [
65328
65614
  G("span", bz, [
65329
65615
  ee(o.$slots, "noOptions", {}, () => [
65330
- n[21] || (n[21] = Re("List is empty."))
65616
+ n[21] || (n[21] = Le("List is empty."))
65331
65617
  ])
65332
65618
  ])
65333
65619
  ],
@@ -65847,7 +66133,7 @@ function jz(o, n, a, r, l, d) {
65847
66133
  }), {
65848
66134
  default: te(() => [
65849
66135
  ee(o.$slots, "label", nt(ft({ label: o.label })), () => [
65850
- Re(ue(o.requiredLabel), 1)
66136
+ Le(ue(o.requiredLabel), 1)
65851
66137
  ], !0)
65852
66138
  ], void 0, !0),
65853
66139
  _: 3
@@ -65882,7 +66168,7 @@ function jz(o, n, a, r, l, d) {
65882
66168
  ]),
65883
66169
  option: te(({ option: A }) => [
65884
66170
  ee(o.$slots, "option", nt(ft({ option: A, optionLabel: o.optionLabel })), () => [
65885
- Re(ue(o.getOptionLabel({ option: A, optionLabel: o.optionLabel })), 1)
66171
+ Le(ue(o.getOptionLabel({ option: A, optionLabel: o.optionLabel })), 1)
65886
66172
  ], !0)
65887
66173
  ]),
65888
66174
  caret: te(({ toggle: A }) => [
@@ -65932,7 +66218,7 @@ function jz(o, n, a, r, l, d) {
65932
66218
  activator: te(() => [
65933
66219
  be(f, null, {
65934
66220
  default: te(() => [
65935
- Re(" +" + ue(a.value.length - 1), 1)
66221
+ Le(" +" + ue(a.value.length - 1), 1)
65936
66222
  ], void 0, !0),
65937
66223
  _: 1
65938
66224
  })
@@ -65962,7 +66248,7 @@ function jz(o, n, a, r, l, d) {
65962
66248
  invalid: o.invalid
65963
66249
  }, {
65964
66250
  default: te(() => [
65965
- Re(ue(o.validationText), 1)
66251
+ Le(ue(o.validationText), 1)
65966
66252
  ], void 0, !0),
65967
66253
  _: 1
65968
66254
  }, 8, ["invalid"])) : X("", !0)
@@ -66180,7 +66466,7 @@ const Zz = /* @__PURE__ */ Ne(Vz, [["render", Hz], ["__scopeId", "data-v-03d21c6
66180
66466
  class: "wt-stepper-steps__item"
66181
66467
  }, {
66182
66468
  default: te(() => [
66183
- Re(ue(f), 1)
66469
+ Le(ue(f), 1)
66184
66470
  ], void 0, !0),
66185
66471
  _: 2
66186
66472
  }, 1032, ["color"])
@@ -66546,7 +66832,7 @@ function CV(o, n, a, r, l, d) {
66546
66832
  })
66547
66833
  ]),
66548
66834
  default: te(() => [
66549
- Re(" " + ue(o.$t("reusable.import")), 1)
66835
+ Le(" " + ue(o.$t("reusable.import")), 1)
66550
66836
  ], void 0, !0),
66551
66837
  _: 1
66552
66838
  })) : X("", !0),
@@ -66558,7 +66844,7 @@ function CV(o, n, a, r, l, d) {
66558
66844
  })
66559
66845
  ]),
66560
66846
  default: te(() => [
66561
- Re(" " + ue(o.$t("reusable.export")), 1)
66847
+ Le(" " + ue(o.$t("reusable.export")), 1)
66562
66848
  ], void 0, !0),
66563
66849
  _: 1
66564
66850
  })) : X("", !0),
@@ -66570,7 +66856,7 @@ function CV(o, n, a, r, l, d) {
66570
66856
  })
66571
66857
  ]),
66572
66858
  default: te(() => [
66573
- Re(" " + ue(o.$t("webitelUI.tableActions.filterReset")), 1)
66859
+ Le(" " + ue(o.$t("webitelUI.tableActions.filterReset")), 1)
66574
66860
  ], void 0, !0),
66575
66861
  _: 1
66576
66862
  })) : X("", !0),
@@ -66582,7 +66868,7 @@ function CV(o, n, a, r, l, d) {
66582
66868
  })
66583
66869
  ]),
66584
66870
  default: te(() => [
66585
- Re(" " + ue(o.$t("webitelUI.tableActions.columnSelect")), 1)
66871
+ Le(" " + ue(o.$t("webitelUI.tableActions.columnSelect")), 1)
66586
66872
  ], void 0, !0),
66587
66873
  _: 1
66588
66874
  })) : X("", !0),
@@ -66594,7 +66880,7 @@ function CV(o, n, a, r, l, d) {
66594
66880
  })
66595
66881
  ]),
66596
66882
  default: te(() => [
66597
- Re(" " + ue(o.$t("webitelUI.tableActions.refreshTable")), 1)
66883
+ Le(" " + ue(o.$t("webitelUI.tableActions.refreshTable")), 1)
66598
66884
  ], void 0, !0),
66599
66885
  _: 1
66600
66886
  })) : X("", !0),
@@ -66607,7 +66893,7 @@ function CV(o, n, a, r, l, d) {
66607
66893
  }, null, 8, ["class"])
66608
66894
  ]),
66609
66895
  default: te(() => [
66610
- Re(" " + ue(o.$t("webitelUI.tableActions.expandFilters")), 1)
66896
+ Le(" " + ue(o.$t("webitelUI.tableActions.expandFilters")), 1)
66611
66897
  ], void 0, !0),
66612
66898
  _: 1
66613
66899
  })) : X("", !0)
@@ -66678,7 +66964,7 @@ function SV(o, n, a, r, l, d) {
66678
66964
  }, null, 8, ["onClick"])
66679
66965
  ]),
66680
66966
  default: te(() => [
66681
- Re(" " + ue(o.$t("webitelUI.tableColumnSelect.title")), 1)
66967
+ Le(" " + ue(o.$t("webitelUI.tableColumnSelect.title")), 1)
66682
66968
  ], void 0, !0),
66683
66969
  _: 1
66684
66970
  }),
@@ -66688,7 +66974,7 @@ function SV(o, n, a, r, l, d) {
66688
66974
  onClose: d.close
66689
66975
  }, {
66690
66976
  title: te(() => [
66691
- Re(ue(o.$t("webitelUI.tableColumnSelect.title")), 1)
66977
+ Le(ue(o.$t("webitelUI.tableColumnSelect.title")), 1)
66692
66978
  ]),
66693
66979
  main: te(() => [
66694
66980
  G("div", IV, [
@@ -66715,7 +67001,7 @@ function SV(o, n, a, r, l, d) {
66715
67001
  actions: te(() => [
66716
67002
  be(h, { onClick: d.setShownColumns }, {
66717
67003
  default: te(() => [
66718
- Re(ue(o.$t("reusable.add")), 1)
67004
+ Le(ue(o.$t("reusable.add")), 1)
66719
67005
  ], void 0, !0),
66720
67006
  _: 1
66721
67007
  }, 8, ["onClick"]),
@@ -66724,7 +67010,7 @@ function SV(o, n, a, r, l, d) {
66724
67010
  onClick: d.close
66725
67011
  }, {
66726
67012
  default: te(() => [
66727
- Re(ue(o.$t("reusable.cancel")), 1)
67013
+ Le(ue(o.$t("reusable.cancel")), 1)
66728
67014
  ], void 0, !0),
66729
67015
  _: 1
66730
67016
  }, 8, ["onClick"])
@@ -68313,7 +68599,7 @@ function yH(o, n, a, r, l, d) {
68313
68599
  }), {
68314
68600
  default: te(() => [
68315
68601
  ee(o.$slots, "label", nt(ft({ label: o.label })), () => [
68316
- Re(ue(o.requiredLabel), 1)
68602
+ Le(ue(o.requiredLabel), 1)
68317
68603
  ], !0)
68318
68604
  ], void 0, !0),
68319
68605
  _: 3
@@ -68336,7 +68622,7 @@ function yH(o, n, a, r, l, d) {
68336
68622
  tag: te(({ option: C, remove: A }) => [
68337
68623
  be(m, { class: "multiselect__custom-tag" }, {
68338
68624
  default: te(() => [
68339
- Re(ue(d.getTagOptionLabel({ option: C, optionLabel: o.optionLabel })) + " ", 1),
68625
+ Le(ue(d.getTagOptionLabel({ option: C, optionLabel: o.optionLabel })) + " ", 1),
68340
68626
  be(f, {
68341
68627
  color: "on-primary",
68342
68628
  icon: "close--filled",
@@ -68349,7 +68635,7 @@ function yH(o, n, a, r, l, d) {
68349
68635
  ]),
68350
68636
  option: te(({ option: C }) => [
68351
68637
  ee(o.$slots, "option", nt(ft({ option: C, optionLabel: o.optionLabel })), () => [
68352
- Re(ue(d.getTagOptionLabel({ option: C, optionLabel: o.optionLabel })), 1)
68638
+ Le(ue(d.getTagOptionLabel({ option: C, optionLabel: o.optionLabel })), 1)
68353
68639
  ], !0)
68354
68640
  ]),
68355
68641
  caret: te(({ toggle: C }) => [
@@ -68385,7 +68671,7 @@ function yH(o, n, a, r, l, d) {
68385
68671
  invalid: o.invalid
68386
68672
  }, {
68387
68673
  default: te(() => [
68388
- Re(ue(o.validationText), 1)
68674
+ Le(ue(o.validationText), 1)
68389
68675
  ], void 0, !0),
68390
68676
  _: 1
68391
68677
  }, 8, ["invalid"])) : X("", !0)
@@ -68520,7 +68806,7 @@ function _H(o, n, a, r, l, d) {
68520
68806
  }), {
68521
68807
  default: te(() => [
68522
68808
  ee(o.$slots, "label", nt(ft({ label: a.label })), () => [
68523
- Re(ue(a.label), 1)
68809
+ Le(ue(a.label), 1)
68524
68810
  ], !0)
68525
68811
  ], void 0, !0),
68526
68812
  _: 3
@@ -68554,7 +68840,7 @@ function _H(o, n, a, r, l, d) {
68554
68840
  invalid: o.invalid
68555
68841
  }, {
68556
68842
  default: te(() => [
68557
- Re(ue(o.validationText), 1)
68843
+ Le(ue(o.validationText), 1)
68558
68844
  ], void 0, !0),
68559
68845
  _: 1
68560
68846
  }, 8, ["invalid"])) : X("", !0)
@@ -68645,7 +68931,7 @@ function OH(o, n, a, r, l, d) {
68645
68931
  }), {
68646
68932
  default: te(() => [
68647
68933
  ee(o.$slots, "label", nt(ft({ label: a.label })), () => [
68648
- Re(ue(a.label), 1)
68934
+ Le(ue(a.label), 1)
68649
68935
  ], !0)
68650
68936
  ], void 0, !0),
68651
68937
  _: 3
@@ -68665,7 +68951,7 @@ function OH(o, n, a, r, l, d) {
68665
68951
  invalid: o.invalid
68666
68952
  }, {
68667
68953
  default: te(() => [
68668
- Re(ue(o.validationText), 1)
68954
+ Le(ue(o.validationText), 1)
68669
68955
  ], void 0, !0),
68670
68956
  _: 1
68671
68957
  }, 8, ["invalid"])) : X("", !0)
@@ -68817,7 +69103,7 @@ function RH(o, n, a, r, l, d) {
68817
69103
  a.label || !a.noLabel ? (E(), he(p, Ie({ key: 0 }, a.labelProps, { invalid: o.invalid }), {
68818
69104
  default: te(() => [
68819
69105
  ee(o.$slots, "label", nt(ft({ label: a.label })), () => [
68820
- Re(ue(d.requiredLabel), 1)
69106
+ Le(ue(d.requiredLabel), 1)
68821
69107
  ], !0)
68822
69108
  ], void 0, !0),
68823
69109
  _: 3
@@ -68860,7 +69146,7 @@ function RH(o, n, a, r, l, d) {
68860
69146
  invalid: o.invalid
68861
69147
  }, {
68862
69148
  default: te(() => [
68863
- Re(ue(o.validationText), 1)
69149
+ Le(ue(o.validationText), 1)
68864
69150
  ], void 0, !0),
68865
69151
  _: 1
68866
69152
  }, 8, ["invalid"])) : X("", !0)
@@ -70418,7 +70704,7 @@ const Nf = {
70418
70704
  index: b.rowPosition,
70419
70705
  item: b.data
70420
70706
  }, () => [
70421
- Re(ue(b.data[C.value]), 1)
70707
+ Le(ue(b.data[C.value]), 1)
70422
70708
  ], !0)
70423
70709
  ])
70424
70710
  ]))), 128)),
@@ -70594,7 +70880,7 @@ const Nf = {
70594
70880
  index: T,
70595
70881
  item: W
70596
70882
  }, () => [
70597
- Re(ue(W[S.value]), 1)
70883
+ Le(ue(W[S.value]), 1)
70598
70884
  ], !0)
70599
70885
  ])
70600
70886
  }))
@@ -76131,7 +76417,7 @@ function xG(o, n, a, r, l, d) {
76131
76417
  option: T.optionGroup,
76132
76418
  index: d.getOptionIndex(S, O)
76133
76419
  }, function() {
76134
- return [Re(ue(d.getOptionGroupLabel(T.optionGroup)), 1)];
76420
+ return [Le(ue(d.getOptionGroupLabel(T.optionGroup)), 1)];
76135
76421
  })], 16, wG)) : At((E(), M("li", Ie({
76136
76422
  key: 1,
76137
76423
  id: o.$id + "_" + d.getOptionIndex(S, O),
@@ -76163,14 +76449,14 @@ function xG(o, n, a, r, l, d) {
76163
76449
  option: T,
76164
76450
  index: d.getOptionIndex(S, O)
76165
76451
  }, function() {
76166
- return [Re(ue(d.getOptionLabel(T)), 1)];
76452
+ return [Le(ue(d.getOptionLabel(T)), 1)];
76167
76453
  })], 16, CG)), [[y]])], 64);
76168
76454
  }), 128)), o.showEmptyMessage && (!_ || _ && _.length === 0) ? (E(), M("li", Ie({
76169
76455
  key: 0,
76170
76456
  class: o.cx("emptyMessage"),
76171
76457
  role: "option"
76172
76458
  }, o.ptm("emptyMessage")), [ee(o.$slots, "empty", {}, function() {
76173
- return [Re(ue(d.searchResultMessageText), 1)];
76459
+ return [Le(ue(d.searchResultMessageText), 1)];
76174
76460
  })], 16)) : X("", !0)], 16, vG)];
76175
76461
  }),
76176
76462
  _: 2
@@ -76365,7 +76651,7 @@ function EG(o, n, a, r, l, d) {
76365
76651
  class: o.cx("root"),
76366
76652
  "data-p": d.dataP
76367
76653
  }, o.ptmi("root")), [ee(o.$slots, "default", {}, function() {
76368
- return [Re(ue(o.value), 1)];
76654
+ return [Le(ue(o.value), 1)];
76369
76655
  })], 16, TG);
76370
76656
  }
76371
76657
  $9.render = EG;