@webitel/ui-sdk 25.8.28 → 25.8.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +519 -194
- package/dist/ui-sdk.umd.cjs +560 -560
- package/package.json +1 -2
- package/src/api/clients/roles/{roles.js → roles.ts} +35 -52
- package/src/api/defaults/getDefaultInstance/getDefaultInstance.js +5 -1
- package/src/api/transformers/generateUrl/generateUrl.transformer.js +1 -0
- package/src/css/main.scss +0 -12
- package/src/locale/es/es.js +560 -127
- package/src/locale/i18n.js +8 -0
- package/src/locale/kz/kz.js +320 -236
- package/src/locale/pl/pl.js +718 -0
- package/src/locale/ro/ro.js +719 -0
- package/src/locale/uz/uz.js +718 -0
- package/src/locale/vi/vi.js +719 -0
- package/src/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue +1 -1
- package/types/api/clients/roles/roles.d.ts +27 -39
- package/types/locale/es/es.d.ts +715 -40
- package/types/locale/i18n.d.ts +4447 -353
- package/types/locale/kz/kz.d.ts +360 -226
- package/types/locale/pl/pl.d.ts +920 -0
- package/types/locale/ro/ro.d.ts +920 -0
- package/types/locale/uz/uz.d.ts +920 -0
- package/types/locale/vi/vi.d.ts +920 -0
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
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
8790
|
+
Le(ue(l.$t("reusable.open")), 1)
|
|
8791
8791
|
], void 0, !0),
|
|
8792
8792
|
_: 1
|
|
8793
8793
|
}, 8, ["disabled"])
|
|
@@ -9119,14 +9119,19 @@ const SI = [
|
|
|
9119
9119
|
], OI = [
|
|
9120
9120
|
(o) => o,
|
|
9121
9121
|
(o) => (o.response && o.response.status === 401 && (console.warn("intercepted 401"), localStorage.removeItem("access-token")), Promise.reject(o))
|
|
9122
|
-
], _t = () =>
|
|
9123
|
-
|
|
9124
|
-
|
|
9125
|
-
|
|
9126
|
-
|
|
9127
|
-
|
|
9128
|
-
|
|
9129
|
-
|
|
9122
|
+
], _t = () => {
|
|
9123
|
+
const o = {
|
|
9124
|
+
arrayFormat: "repeat"
|
|
9125
|
+
};
|
|
9126
|
+
return z5({
|
|
9127
|
+
interceptors: {
|
|
9128
|
+
request: [SI],
|
|
9129
|
+
response: [OI]
|
|
9130
|
+
},
|
|
9131
|
+
baseURL: "/api",
|
|
9132
|
+
paramsSerializer: (n) => _m(n, o)
|
|
9133
|
+
});
|
|
9134
|
+
};
|
|
9130
9135
|
var Fi = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
9131
9136
|
function Sn(o) {
|
|
9132
9137
|
return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
|
|
@@ -10220,9 +10225,10 @@ const Rt = () => new XI({
|
|
|
10220
10225
|
basePath: "/api",
|
|
10221
10226
|
apiKey: localStorage.getItem("access-key") || "",
|
|
10222
10227
|
accessToken: localStorage.getItem("access-key") || ""
|
|
10223
|
-
}), 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, {
|
|
10224
10229
|
skipEmptyString: !0,
|
|
10225
|
-
skipNull: !0
|
|
10230
|
+
skipNull: !0,
|
|
10231
|
+
arrayFormat: "repeat"
|
|
10226
10232
|
})}`;
|
|
10227
10233
|
var e0, bu;
|
|
10228
10234
|
function JI() {
|
|
@@ -10315,7 +10321,7 @@ const Em = /* @__PURE__ */ Sn(eA), yu = (...o) => (n) => Em.all([...o, n]), tA =
|
|
|
10315
10321
|
}, iA = (o) => (n) => Object.keys(n).reduce((a, r) => o.indexOf(r) === -1 ? a : {
|
|
10316
10322
|
...a,
|
|
10317
10323
|
[r]: n[r]
|
|
10318
|
-
}, {}), vu = (o) => (n) => F4(n, o);
|
|
10324
|
+
}, {}), vu = (o = []) => (n) => F4(n, o);
|
|
10319
10325
|
var Zr = { exports: {} }, nA = Zr.exports, wu;
|
|
10320
10326
|
function aA() {
|
|
10321
10327
|
return wu || (wu = 1, function(o, n) {
|
|
@@ -11580,6 +11586,7 @@ i({
|
|
|
11580
11586
|
items: c(
|
|
11581
11587
|
i({
|
|
11582
11588
|
allowChannels: c(e()).optional(),
|
|
11589
|
+
allowSetScreenControl: u().optional(),
|
|
11583
11590
|
auditor: c(
|
|
11584
11591
|
i({
|
|
11585
11592
|
id: e().optional(),
|
|
@@ -11610,6 +11617,7 @@ i({
|
|
|
11610
11617
|
id: e().optional(),
|
|
11611
11618
|
name: e().optional()
|
|
11612
11619
|
}).optional(),
|
|
11620
|
+
screenControl: u().optional(),
|
|
11613
11621
|
skills: c(
|
|
11614
11622
|
i({
|
|
11615
11623
|
id: e().optional(),
|
|
@@ -11658,6 +11666,7 @@ i({
|
|
|
11658
11666
|
id: e().optional(),
|
|
11659
11667
|
name: e().optional()
|
|
11660
11668
|
}).optional(),
|
|
11669
|
+
screenControl: u().optional(),
|
|
11661
11670
|
supervisor: c(
|
|
11662
11671
|
i({
|
|
11663
11672
|
id: e().optional(),
|
|
@@ -11676,6 +11685,7 @@ i({
|
|
|
11676
11685
|
});
|
|
11677
11686
|
i({
|
|
11678
11687
|
allowChannels: c(e()).optional(),
|
|
11688
|
+
allowSetScreenControl: u().optional(),
|
|
11679
11689
|
auditor: c(
|
|
11680
11690
|
i({
|
|
11681
11691
|
id: e().optional(),
|
|
@@ -11706,6 +11716,7 @@ i({
|
|
|
11706
11716
|
id: e().optional(),
|
|
11707
11717
|
name: e().optional()
|
|
11708
11718
|
}).optional(),
|
|
11719
|
+
screenControl: u().optional(),
|
|
11709
11720
|
skills: c(
|
|
11710
11721
|
i({
|
|
11711
11722
|
id: e().optional(),
|
|
@@ -11797,6 +11808,7 @@ i({
|
|
|
11797
11808
|
).optional(),
|
|
11798
11809
|
callTime: e().optional(),
|
|
11799
11810
|
chatCount: s().optional(),
|
|
11811
|
+
descTrack: u().optional(),
|
|
11800
11812
|
extension: e().optional(),
|
|
11801
11813
|
handles: s().optional(),
|
|
11802
11814
|
maxBridgedAt: e().optional(),
|
|
@@ -11858,6 +11870,7 @@ i({
|
|
|
11858
11870
|
})
|
|
11859
11871
|
).optional(),
|
|
11860
11872
|
chatCount: s().optional(),
|
|
11873
|
+
descTrack: u().optional(),
|
|
11861
11874
|
extension: e().optional(),
|
|
11862
11875
|
name: e().optional(),
|
|
11863
11876
|
offline: e().optional(),
|
|
@@ -12046,6 +12059,7 @@ i({
|
|
|
12046
12059
|
});
|
|
12047
12060
|
i({
|
|
12048
12061
|
allowChannels: c(e()).optional(),
|
|
12062
|
+
allowSetScreenControl: u().optional(),
|
|
12049
12063
|
auditor: c(
|
|
12050
12064
|
i({
|
|
12051
12065
|
id: e().optional(),
|
|
@@ -12076,6 +12090,7 @@ i({
|
|
|
12076
12090
|
id: e().optional(),
|
|
12077
12091
|
name: e().optional()
|
|
12078
12092
|
}).optional(),
|
|
12093
|
+
screenControl: u().optional(),
|
|
12079
12094
|
skills: c(
|
|
12080
12095
|
i({
|
|
12081
12096
|
id: e().optional(),
|
|
@@ -12108,6 +12123,7 @@ i({
|
|
|
12108
12123
|
});
|
|
12109
12124
|
i({
|
|
12110
12125
|
allowChannels: c(e()).optional(),
|
|
12126
|
+
allowSetScreenControl: u().optional(),
|
|
12111
12127
|
auditor: c(
|
|
12112
12128
|
i({
|
|
12113
12129
|
id: e().optional(),
|
|
@@ -12138,6 +12154,7 @@ i({
|
|
|
12138
12154
|
id: e().optional(),
|
|
12139
12155
|
name: e().optional()
|
|
12140
12156
|
}).optional(),
|
|
12157
|
+
screenControl: u().optional(),
|
|
12141
12158
|
skills: c(
|
|
12142
12159
|
i({
|
|
12143
12160
|
id: e().optional(),
|
|
@@ -12186,6 +12203,7 @@ i({
|
|
|
12186
12203
|
id: e().optional(),
|
|
12187
12204
|
name: e().optional()
|
|
12188
12205
|
}).optional(),
|
|
12206
|
+
screenControl: u().optional(),
|
|
12189
12207
|
supervisor: c(
|
|
12190
12208
|
i({
|
|
12191
12209
|
id: e().optional(),
|
|
@@ -12203,6 +12221,7 @@ i({
|
|
|
12203
12221
|
});
|
|
12204
12222
|
i({
|
|
12205
12223
|
allowChannels: c(e()).optional(),
|
|
12224
|
+
allowSetScreenControl: u().optional(),
|
|
12206
12225
|
auditor: c(
|
|
12207
12226
|
i({
|
|
12208
12227
|
id: e().optional(),
|
|
@@ -12233,6 +12252,7 @@ i({
|
|
|
12233
12252
|
id: e().optional(),
|
|
12234
12253
|
name: e().optional()
|
|
12235
12254
|
}).optional(),
|
|
12255
|
+
screenControl: u().optional(),
|
|
12236
12256
|
skills: c(
|
|
12237
12257
|
i({
|
|
12238
12258
|
id: e().optional(),
|
|
@@ -12281,6 +12301,7 @@ i({
|
|
|
12281
12301
|
id: e().optional(),
|
|
12282
12302
|
name: e().optional()
|
|
12283
12303
|
}).optional(),
|
|
12304
|
+
screenControl: u().optional(),
|
|
12284
12305
|
supervisor: c(
|
|
12285
12306
|
i({
|
|
12286
12307
|
id: e().optional(),
|
|
@@ -12299,6 +12320,7 @@ i({
|
|
|
12299
12320
|
});
|
|
12300
12321
|
i({
|
|
12301
12322
|
allowChannels: c(e()).optional(),
|
|
12323
|
+
allowSetScreenControl: u().optional(),
|
|
12302
12324
|
auditor: c(
|
|
12303
12325
|
i({
|
|
12304
12326
|
id: e().optional(),
|
|
@@ -12329,6 +12351,7 @@ i({
|
|
|
12329
12351
|
id: e().optional(),
|
|
12330
12352
|
name: e().optional()
|
|
12331
12353
|
}).optional(),
|
|
12354
|
+
screenControl: u().optional(),
|
|
12332
12355
|
skills: c(
|
|
12333
12356
|
i({
|
|
12334
12357
|
id: e().optional(),
|
|
@@ -12786,6 +12809,7 @@ i({
|
|
|
12786
12809
|
maxNoAnswer: s().optional(),
|
|
12787
12810
|
name: e().optional(),
|
|
12788
12811
|
noAnswerDelayTime: s().optional(),
|
|
12812
|
+
screenControl: u().optional(),
|
|
12789
12813
|
strategy: e().optional(),
|
|
12790
12814
|
taskAcceptTimeout: s().optional(),
|
|
12791
12815
|
updatedAt: e().optional(),
|
|
@@ -12812,6 +12836,7 @@ i({
|
|
|
12812
12836
|
maxNoAnswer: s().optional(),
|
|
12813
12837
|
name: e().optional(),
|
|
12814
12838
|
noAnswerDelayTime: s().optional(),
|
|
12839
|
+
screenControl: u().optional(),
|
|
12815
12840
|
strategy: e().optional(),
|
|
12816
12841
|
taskAcceptTimeout: s().optional(),
|
|
12817
12842
|
wrapUpTime: s().optional()
|
|
@@ -12835,6 +12860,7 @@ i({
|
|
|
12835
12860
|
maxNoAnswer: s().optional(),
|
|
12836
12861
|
name: e().optional(),
|
|
12837
12862
|
noAnswerDelayTime: s().optional(),
|
|
12863
|
+
screenControl: u().optional(),
|
|
12838
12864
|
strategy: e().optional(),
|
|
12839
12865
|
taskAcceptTimeout: s().optional(),
|
|
12840
12866
|
updatedAt: e().optional(),
|
|
@@ -12865,6 +12891,7 @@ i({
|
|
|
12865
12891
|
maxNoAnswer: s().optional(),
|
|
12866
12892
|
name: e().optional(),
|
|
12867
12893
|
noAnswerDelayTime: s().optional(),
|
|
12894
|
+
screenControl: u().optional(),
|
|
12868
12895
|
strategy: e().optional(),
|
|
12869
12896
|
taskAcceptTimeout: s().optional(),
|
|
12870
12897
|
updatedAt: e().optional(),
|
|
@@ -12895,6 +12922,7 @@ i({
|
|
|
12895
12922
|
maxNoAnswer: s().optional(),
|
|
12896
12923
|
name: e().optional(),
|
|
12897
12924
|
noAnswerDelayTime: s().optional(),
|
|
12925
|
+
screenControl: u().optional(),
|
|
12898
12926
|
strategy: e().optional(),
|
|
12899
12927
|
taskAcceptTimeout: s().optional(),
|
|
12900
12928
|
updatedAt: e().optional(),
|
|
@@ -12921,6 +12949,7 @@ i({
|
|
|
12921
12949
|
maxNoAnswer: s().optional(),
|
|
12922
12950
|
name: e().optional(),
|
|
12923
12951
|
noAnswerDelayTime: s().optional(),
|
|
12952
|
+
screenControl: u().optional(),
|
|
12924
12953
|
strategy: e().optional(),
|
|
12925
12954
|
taskAcceptTimeout: s().optional(),
|
|
12926
12955
|
wrapUpTime: s().optional()
|
|
@@ -12944,6 +12973,7 @@ i({
|
|
|
12944
12973
|
maxNoAnswer: s().optional(),
|
|
12945
12974
|
name: e().optional(),
|
|
12946
12975
|
noAnswerDelayTime: s().optional(),
|
|
12976
|
+
screenControl: u().optional(),
|
|
12947
12977
|
strategy: e().optional(),
|
|
12948
12978
|
taskAcceptTimeout: s().optional(),
|
|
12949
12979
|
updatedAt: e().optional(),
|
|
@@ -16673,6 +16703,7 @@ i({
|
|
|
16673
16703
|
mime: e().optional().describe("MIME type of the file."),
|
|
16674
16704
|
name: e().optional().describe("File name."),
|
|
16675
16705
|
size: e().optional().describe("File size in bytes."),
|
|
16706
|
+
source: e().optional(),
|
|
16676
16707
|
url: e().optional()
|
|
16677
16708
|
}).describe("Metadata for a file associated with a case.")
|
|
16678
16709
|
).optional().describe("List of case files."),
|
|
@@ -16694,6 +16725,7 @@ i({
|
|
|
16694
16725
|
mime: e().optional().describe("MIME type of the file."),
|
|
16695
16726
|
name: e().optional().describe("File name."),
|
|
16696
16727
|
size: e().optional().describe("File size in bytes."),
|
|
16728
|
+
source: e().optional(),
|
|
16697
16729
|
url: e().optional()
|
|
16698
16730
|
}).describe("Metadata for a file associated with a case.");
|
|
16699
16731
|
i({
|
|
@@ -17140,6 +17172,7 @@ i({
|
|
|
17140
17172
|
mime: e().optional().describe("MIME type of the file."),
|
|
17141
17173
|
name: e().optional().describe("File name."),
|
|
17142
17174
|
size: e().optional().describe("File size in bytes."),
|
|
17175
|
+
source: e().optional(),
|
|
17143
17176
|
url: e().optional()
|
|
17144
17177
|
}).describe("Metadata for a file associated with a case.")
|
|
17145
17178
|
).optional().describe("List of case files."),
|
|
@@ -17275,8 +17308,38 @@ i({
|
|
|
17275
17308
|
resolvedAt: e().optional(),
|
|
17276
17309
|
roleIds: c(e()).optional(),
|
|
17277
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(),
|
|
17278
17328
|
id: e().optional(),
|
|
17279
|
-
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()
|
|
17280
17343
|
}).optional(),
|
|
17281
17344
|
sla: i({
|
|
17282
17345
|
id: e().optional(),
|
|
@@ -17526,6 +17589,7 @@ i({
|
|
|
17526
17589
|
mime: e().optional().describe("MIME type of the file."),
|
|
17527
17590
|
name: e().optional().describe("File name."),
|
|
17528
17591
|
size: e().optional().describe("File size in bytes."),
|
|
17592
|
+
source: e().optional(),
|
|
17529
17593
|
url: e().optional()
|
|
17530
17594
|
}).describe("Metadata for a file associated with a case.")
|
|
17531
17595
|
).optional().describe("List of case files."),
|
|
@@ -17657,8 +17721,38 @@ i({
|
|
|
17657
17721
|
resolvedAt: e().optional(),
|
|
17658
17722
|
roleIds: c(e()).optional(),
|
|
17659
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(),
|
|
17660
17741
|
id: e().optional(),
|
|
17661
|
-
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()
|
|
17662
17756
|
}).optional(),
|
|
17663
17757
|
sla: i({
|
|
17664
17758
|
id: e().optional(),
|
|
@@ -17811,6 +17905,7 @@ i({
|
|
|
17811
17905
|
mime: e().optional().describe("MIME type of the file."),
|
|
17812
17906
|
name: e().optional().describe("File name."),
|
|
17813
17907
|
size: e().optional().describe("File size in bytes."),
|
|
17908
|
+
source: e().optional(),
|
|
17814
17909
|
url: e().optional()
|
|
17815
17910
|
}).describe("Metadata for a file associated with a case.")
|
|
17816
17911
|
).optional().describe("List of case files."),
|
|
@@ -17942,8 +18037,38 @@ i({
|
|
|
17942
18037
|
resolvedAt: e().optional(),
|
|
17943
18038
|
roleIds: c(e()).optional(),
|
|
17944
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(),
|
|
17945
18057
|
id: e().optional(),
|
|
17946
|
-
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()
|
|
17947
18072
|
}).optional(),
|
|
17948
18073
|
sla: i({
|
|
17949
18074
|
id: e().optional(),
|
|
@@ -18096,6 +18221,7 @@ i({
|
|
|
18096
18221
|
mime: e().optional().describe("MIME type of the file."),
|
|
18097
18222
|
name: e().optional().describe("File name."),
|
|
18098
18223
|
size: e().optional().describe("File size in bytes."),
|
|
18224
|
+
source: e().optional(),
|
|
18099
18225
|
url: e().optional()
|
|
18100
18226
|
}).describe("Metadata for a file associated with a case.")
|
|
18101
18227
|
).optional().describe("List of case files."),
|
|
@@ -18227,8 +18353,38 @@ i({
|
|
|
18227
18353
|
resolvedAt: e().optional(),
|
|
18228
18354
|
roleIds: c(e()).optional(),
|
|
18229
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(),
|
|
18230
18373
|
id: e().optional(),
|
|
18231
|
-
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()
|
|
18232
18388
|
}).optional(),
|
|
18233
18389
|
sla: i({
|
|
18234
18390
|
id: e().optional(),
|
|
@@ -18459,6 +18615,7 @@ i({
|
|
|
18459
18615
|
mime: e().optional().describe("MIME type of the file."),
|
|
18460
18616
|
name: e().optional().describe("File name."),
|
|
18461
18617
|
size: e().optional().describe("File size in bytes."),
|
|
18618
|
+
source: e().optional(),
|
|
18462
18619
|
url: e().optional()
|
|
18463
18620
|
}).describe("Metadata for a file associated with a case.")
|
|
18464
18621
|
).optional().describe("List of case files."),
|
|
@@ -18594,8 +18751,38 @@ i({
|
|
|
18594
18751
|
resolvedAt: e().optional(),
|
|
18595
18752
|
roleIds: c(e()).optional(),
|
|
18596
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(),
|
|
18597
18771
|
id: e().optional(),
|
|
18598
|
-
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()
|
|
18599
18786
|
}).optional(),
|
|
18600
18787
|
sla: i({
|
|
18601
18788
|
id: e().optional(),
|
|
@@ -18661,8 +18848,8 @@ i({
|
|
|
18661
18848
|
changes: c(
|
|
18662
18849
|
i({
|
|
18663
18850
|
field: e().optional(),
|
|
18664
|
-
newValue:
|
|
18665
|
-
oldValue:
|
|
18851
|
+
newValue: Re().optional(),
|
|
18852
|
+
oldValue: Re().optional()
|
|
18666
18853
|
})
|
|
18667
18854
|
).optional()
|
|
18668
18855
|
});
|
|
@@ -18834,6 +19021,7 @@ i({
|
|
|
18834
19021
|
mime: e().optional().describe("MIME type of the file."),
|
|
18835
19022
|
name: e().optional().describe("File name."),
|
|
18836
19023
|
size: e().optional().describe("File size in bytes."),
|
|
19024
|
+
source: e().optional(),
|
|
18837
19025
|
url: e().optional()
|
|
18838
19026
|
}).describe("Metadata for a file associated with a case.")
|
|
18839
19027
|
).optional().describe("List of case files."),
|
|
@@ -18969,8 +19157,38 @@ i({
|
|
|
18969
19157
|
resolvedAt: e().optional(),
|
|
18970
19158
|
roleIds: c(e()).optional(),
|
|
18971
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(),
|
|
18972
19177
|
id: e().optional(),
|
|
18973
|
-
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()
|
|
18974
19192
|
}).optional(),
|
|
18975
19193
|
sla: i({
|
|
18976
19194
|
id: e().optional(),
|
|
@@ -19036,8 +19254,8 @@ i({
|
|
|
19036
19254
|
changes: c(
|
|
19037
19255
|
i({
|
|
19038
19256
|
field: e().optional(),
|
|
19039
|
-
newValue:
|
|
19040
|
-
oldValue:
|
|
19257
|
+
newValue: Re().optional(),
|
|
19258
|
+
oldValue: Re().optional()
|
|
19041
19259
|
})
|
|
19042
19260
|
).optional()
|
|
19043
19261
|
});
|
|
@@ -19146,6 +19364,7 @@ i({
|
|
|
19146
19364
|
mime: e().optional().describe("MIME type of the file."),
|
|
19147
19365
|
name: e().optional().describe("File name."),
|
|
19148
19366
|
size: e().optional().describe("File size in bytes."),
|
|
19367
|
+
source: e().optional(),
|
|
19149
19368
|
url: e().optional()
|
|
19150
19369
|
}).describe("Metadata for a file associated with a case.")
|
|
19151
19370
|
).optional().describe("List of case files."),
|
|
@@ -19281,8 +19500,38 @@ i({
|
|
|
19281
19500
|
resolvedAt: e().optional(),
|
|
19282
19501
|
roleIds: c(e()).optional(),
|
|
19283
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(),
|
|
19284
19520
|
id: e().optional(),
|
|
19285
|
-
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()
|
|
19286
19535
|
}).optional(),
|
|
19287
19536
|
sla: i({
|
|
19288
19537
|
id: e().optional(),
|
|
@@ -20532,7 +20781,7 @@ i({
|
|
|
20532
20781
|
name: e().optional(),
|
|
20533
20782
|
rootId: e().optional(),
|
|
20534
20783
|
searched: u().optional(),
|
|
20535
|
-
service: c(
|
|
20784
|
+
service: c(Re()).optional(),
|
|
20536
20785
|
sla: i({
|
|
20537
20786
|
id: e().optional(),
|
|
20538
20787
|
name: e().optional()
|
|
@@ -20649,7 +20898,7 @@ i({
|
|
|
20649
20898
|
name: e().optional(),
|
|
20650
20899
|
rootId: e().optional(),
|
|
20651
20900
|
searched: u().optional(),
|
|
20652
|
-
service: c(
|
|
20901
|
+
service: c(Re()).optional(),
|
|
20653
20902
|
sla: i({
|
|
20654
20903
|
id: e().optional(),
|
|
20655
20904
|
name: e().optional()
|
|
@@ -20733,7 +20982,7 @@ i({
|
|
|
20733
20982
|
name: e().optional(),
|
|
20734
20983
|
rootId: e().optional(),
|
|
20735
20984
|
searched: u().optional(),
|
|
20736
|
-
service: c(
|
|
20985
|
+
service: c(Re()).optional(),
|
|
20737
20986
|
sla: i({
|
|
20738
20987
|
id: e().optional(),
|
|
20739
20988
|
name: e().optional()
|
|
@@ -20832,7 +21081,7 @@ i({
|
|
|
20832
21081
|
name: e().optional(),
|
|
20833
21082
|
rootId: e().optional(),
|
|
20834
21083
|
searched: u().optional(),
|
|
20835
|
-
service: c(
|
|
21084
|
+
service: c(Re()).optional(),
|
|
20836
21085
|
sla: i({
|
|
20837
21086
|
id: e().optional(),
|
|
20838
21087
|
name: e().optional()
|
|
@@ -20949,7 +21198,7 @@ i({
|
|
|
20949
21198
|
name: e().optional(),
|
|
20950
21199
|
rootId: e().optional(),
|
|
20951
21200
|
searched: u().optional(),
|
|
20952
|
-
service: c(
|
|
21201
|
+
service: c(Re()).optional(),
|
|
20953
21202
|
sla: i({
|
|
20954
21203
|
id: e().optional(),
|
|
20955
21204
|
name: e().optional()
|
|
@@ -21065,7 +21314,7 @@ i({
|
|
|
21065
21314
|
name: e().optional(),
|
|
21066
21315
|
rootId: e().optional(),
|
|
21067
21316
|
searched: u().optional(),
|
|
21068
|
-
service: c(
|
|
21317
|
+
service: c(Re()).optional(),
|
|
21069
21318
|
sla: i({
|
|
21070
21319
|
id: e().optional(),
|
|
21071
21320
|
name: e().optional()
|
|
@@ -23232,7 +23481,7 @@ Take part in Etag generation.`
|
|
|
23232
23481
|
`Lookup reference information.
|
|
23233
23482
|
Simplified search filter to uniquely identify related object.`
|
|
23234
23483
|
),
|
|
23235
|
-
value:
|
|
23484
|
+
value: Re().optional().describe("JSON value of the variable."),
|
|
23236
23485
|
ver: s().optional().describe(
|
|
23237
23486
|
"Version of the latest update. Numeric sequence."
|
|
23238
23487
|
)
|
|
@@ -23443,7 +23692,7 @@ Simplified search filter to uniquely identify related object.`
|
|
|
23443
23692
|
"Unique ID of the latest version of an existing resorce."
|
|
23444
23693
|
),
|
|
23445
23694
|
key: e().regex(rT).describe("NEW Key."),
|
|
23446
|
-
value:
|
|
23695
|
+
value: Re().optional().describe("NEW Value.")
|
|
23447
23696
|
}).describe("Input of the Contact's variable.")
|
|
23448
23697
|
).optional().describe("Arbitrary client data that is populated by clients.")
|
|
23449
23698
|
}).describe("The Contact principal input.");
|
|
@@ -24038,7 +24287,7 @@ Take part in Etag generation.`
|
|
|
24038
24287
|
`Lookup reference information.
|
|
24039
24288
|
Simplified search filter to uniquely identify related object.`
|
|
24040
24289
|
),
|
|
24041
|
-
value:
|
|
24290
|
+
value: Re().optional().describe("JSON value of the variable."),
|
|
24042
24291
|
ver: s().optional().describe("Version of the latest update. Numeric sequence.")
|
|
24043
24292
|
}).describe(
|
|
24044
24293
|
`The Contact's variable.
|
|
@@ -24652,7 +24901,7 @@ Take part in Etag generation.`
|
|
|
24652
24901
|
`Lookup reference information.
|
|
24653
24902
|
Simplified search filter to uniquely identify related object.`
|
|
24654
24903
|
),
|
|
24655
|
-
value:
|
|
24904
|
+
value: Re().optional().describe("JSON value of the variable."),
|
|
24656
24905
|
ver: s().optional().describe("Version of the latest update. Numeric sequence.")
|
|
24657
24906
|
}).describe(
|
|
24658
24907
|
`The Contact's variable.
|
|
@@ -25272,7 +25521,7 @@ Take part in Etag generation.`
|
|
|
25272
25521
|
`Lookup reference information.
|
|
25273
25522
|
Simplified search filter to uniquely identify related object.`
|
|
25274
25523
|
),
|
|
25275
|
-
value:
|
|
25524
|
+
value: Re().optional().describe("JSON value of the variable."),
|
|
25276
25525
|
ver: s().optional().describe("Version of the latest update. Numeric sequence.")
|
|
25277
25526
|
}).describe(
|
|
25278
25527
|
`The Contact's variable.
|
|
@@ -25475,7 +25724,7 @@ Simplified search filter to uniquely identify related object.`
|
|
|
25475
25724
|
"Unique ID of the latest version of an existing resorce."
|
|
25476
25725
|
),
|
|
25477
25726
|
key: e().regex(sT).describe("NEW Key."),
|
|
25478
|
-
value:
|
|
25727
|
+
value: Re().optional().describe("NEW Value.")
|
|
25479
25728
|
}).describe("Input of the Contact's variable.")
|
|
25480
25729
|
).optional().describe("Arbitrary client data that is populated by clients.")
|
|
25481
25730
|
});
|
|
@@ -26070,7 +26319,7 @@ Take part in Etag generation.`
|
|
|
26070
26319
|
`Lookup reference information.
|
|
26071
26320
|
Simplified search filter to uniquely identify related object.`
|
|
26072
26321
|
),
|
|
26073
|
-
value:
|
|
26322
|
+
value: Re().optional().describe("JSON value of the variable."),
|
|
26074
26323
|
ver: s().optional().describe("Version of the latest update. Numeric sequence.")
|
|
26075
26324
|
}).describe(
|
|
26076
26325
|
`The Contact's variable.
|
|
@@ -27422,7 +27671,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
27422
27671
|
Extension extension = 23;`),
|
|
27423
27672
|
fields: c(
|
|
27424
27673
|
i({
|
|
27425
|
-
always:
|
|
27674
|
+
always: Re().optional().describe(
|
|
27426
27675
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
27427
27676
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
27428
27677
|
|
|
@@ -27460,7 +27709,7 @@ enum Part {
|
|
|
27460
27709
|
Stamp time = 2; // time precision
|
|
27461
27710
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
27462
27711
|
),
|
|
27463
|
-
default:
|
|
27712
|
+
default: Re().optional().describe(
|
|
27464
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."
|
|
27465
27714
|
),
|
|
27466
27715
|
disabled: u().optional(),
|
|
@@ -27692,7 +27941,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
27692
27941
|
Extension extension = 23;`),
|
|
27693
27942
|
fields: c(
|
|
27694
27943
|
i({
|
|
27695
|
-
always:
|
|
27944
|
+
always: Re().optional().describe(
|
|
27696
27945
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
27697
27946
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
27698
27947
|
|
|
@@ -27730,7 +27979,7 @@ enum Part {
|
|
|
27730
27979
|
Stamp time = 2; // time precision
|
|
27731
27980
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
27732
27981
|
),
|
|
27733
|
-
default:
|
|
27982
|
+
default: Re().optional().describe(
|
|
27734
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."
|
|
27735
27984
|
),
|
|
27736
27985
|
disabled: u().optional(),
|
|
@@ -27947,7 +28196,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
27947
28196
|
Extension extension = 23;`),
|
|
27948
28197
|
fields: c(
|
|
27949
28198
|
i({
|
|
27950
|
-
always:
|
|
28199
|
+
always: Re().optional().describe(
|
|
27951
28200
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
27952
28201
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
27953
28202
|
|
|
@@ -27985,7 +28234,7 @@ enum Part {
|
|
|
27985
28234
|
Stamp time = 2; // time precision
|
|
27986
28235
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
27987
28236
|
),
|
|
27988
|
-
default:
|
|
28237
|
+
default: Re().optional().describe(
|
|
27989
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."
|
|
27990
28239
|
),
|
|
27991
28240
|
disabled: u().optional(),
|
|
@@ -28192,7 +28441,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
28192
28441
|
Extension extension = 23;`),
|
|
28193
28442
|
fields: c(
|
|
28194
28443
|
i({
|
|
28195
|
-
always:
|
|
28444
|
+
always: Re().optional().describe(
|
|
28196
28445
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
28197
28446
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
28198
28447
|
|
|
@@ -28230,7 +28479,7 @@ enum Part {
|
|
|
28230
28479
|
Stamp time = 2; // time precision
|
|
28231
28480
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
28232
28481
|
),
|
|
28233
|
-
default:
|
|
28482
|
+
default: Re().optional().describe(
|
|
28234
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."
|
|
28235
28484
|
),
|
|
28236
28485
|
disabled: u().optional(),
|
|
@@ -28474,7 +28723,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
28474
28723
|
),
|
|
28475
28724
|
fields: c(
|
|
28476
28725
|
i({
|
|
28477
|
-
always:
|
|
28726
|
+
always: Re().optional().describe(
|
|
28478
28727
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
28479
28728
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
28480
28729
|
|
|
@@ -28512,7 +28761,7 @@ enum Part {
|
|
|
28512
28761
|
Stamp time = 2; // time precision
|
|
28513
28762
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
28514
28763
|
),
|
|
28515
|
-
default:
|
|
28764
|
+
default: Re().optional().describe(
|
|
28516
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."
|
|
28517
28766
|
),
|
|
28518
28767
|
disabled: u().optional(),
|
|
@@ -28752,7 +29001,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
28752
29001
|
),
|
|
28753
29002
|
fields: c(
|
|
28754
29003
|
i({
|
|
28755
|
-
always:
|
|
29004
|
+
always: Re().optional().describe(
|
|
28756
29005
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
28757
29006
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
28758
29007
|
|
|
@@ -28790,7 +29039,7 @@ enum Part {
|
|
|
28790
29039
|
Stamp time = 2; // time precision
|
|
28791
29040
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
28792
29041
|
),
|
|
28793
|
-
default:
|
|
29042
|
+
default: Re().optional().describe(
|
|
28794
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."
|
|
28795
29044
|
),
|
|
28796
29045
|
disabled: u().optional(),
|
|
@@ -28992,7 +29241,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
28992
29241
|
Extension extension = 23;`),
|
|
28993
29242
|
fields: c(
|
|
28994
29243
|
i({
|
|
28995
|
-
always:
|
|
29244
|
+
always: Re().optional().describe(
|
|
28996
29245
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
28997
29246
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
28998
29247
|
|
|
@@ -29030,7 +29279,7 @@ enum Part {
|
|
|
29030
29279
|
Stamp time = 2; // time precision
|
|
29031
29280
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
29032
29281
|
),
|
|
29033
|
-
default:
|
|
29282
|
+
default: Re().optional().describe(
|
|
29034
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."
|
|
29035
29284
|
),
|
|
29036
29285
|
disabled: u().optional(),
|
|
@@ -29216,7 +29465,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
29216
29465
|
),
|
|
29217
29466
|
fields: c(
|
|
29218
29467
|
i({
|
|
29219
|
-
always:
|
|
29468
|
+
always: Re().optional().describe(
|
|
29220
29469
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
29221
29470
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
29222
29471
|
|
|
@@ -29254,7 +29503,7 @@ enum Part {
|
|
|
29254
29503
|
Stamp time = 2; // time precision
|
|
29255
29504
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
29256
29505
|
),
|
|
29257
|
-
default:
|
|
29506
|
+
default: Re().optional().describe(
|
|
29258
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."
|
|
29259
29508
|
),
|
|
29260
29509
|
disabled: u().optional(),
|
|
@@ -29429,7 +29678,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
29429
29678
|
Extension extension = 23;`),
|
|
29430
29679
|
fields: c(
|
|
29431
29680
|
i({
|
|
29432
|
-
always:
|
|
29681
|
+
always: Re().optional().describe(
|
|
29433
29682
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
29434
29683
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
29435
29684
|
|
|
@@ -29467,7 +29716,7 @@ enum Part {
|
|
|
29467
29716
|
Stamp time = 2; // time precision
|
|
29468
29717
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
29469
29718
|
),
|
|
29470
|
-
default:
|
|
29719
|
+
default: Re().optional().describe(
|
|
29471
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."
|
|
29472
29721
|
),
|
|
29473
29722
|
disabled: u().optional(),
|
|
@@ -29656,7 +29905,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
29656
29905
|
),
|
|
29657
29906
|
fields: c(
|
|
29658
29907
|
i({
|
|
29659
|
-
always:
|
|
29908
|
+
always: Re().optional().describe(
|
|
29660
29909
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
29661
29910
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
29662
29911
|
|
|
@@ -29694,7 +29943,7 @@ enum Part {
|
|
|
29694
29943
|
Stamp time = 2; // time precision
|
|
29695
29944
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
29696
29945
|
),
|
|
29697
|
-
default:
|
|
29946
|
+
default: Re().optional().describe(
|
|
29698
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."
|
|
29699
29948
|
),
|
|
29700
29949
|
disabled: u().optional(),
|
|
@@ -29869,7 +30118,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
29869
30118
|
Extension extension = 23;`),
|
|
29870
30119
|
fields: c(
|
|
29871
30120
|
i({
|
|
29872
|
-
always:
|
|
30121
|
+
always: Re().optional().describe(
|
|
29873
30122
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
29874
30123
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
29875
30124
|
|
|
@@ -29907,7 +30156,7 @@ enum Part {
|
|
|
29907
30156
|
Stamp time = 2; // time precision
|
|
29908
30157
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
29909
30158
|
),
|
|
29910
|
-
default:
|
|
30159
|
+
default: Re().optional().describe(
|
|
29911
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."
|
|
29912
30161
|
),
|
|
29913
30162
|
disabled: u().optional(),
|
|
@@ -31956,7 +32205,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
31956
32205
|
),
|
|
31957
32206
|
fields: c(
|
|
31958
32207
|
i({
|
|
31959
|
-
always:
|
|
32208
|
+
always: Re().optional().describe(
|
|
31960
32209
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
31961
32210
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
31962
32211
|
|
|
@@ -31994,7 +32243,7 @@ enum Part {
|
|
|
31994
32243
|
Stamp time = 2; // time precision
|
|
31995
32244
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
31996
32245
|
),
|
|
31997
|
-
default:
|
|
32246
|
+
default: Re().optional().describe(
|
|
31998
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."
|
|
31999
32248
|
),
|
|
32000
32249
|
disabled: u().optional(),
|
|
@@ -32226,7 +32475,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
32226
32475
|
),
|
|
32227
32476
|
fields: c(
|
|
32228
32477
|
i({
|
|
32229
|
-
always:
|
|
32478
|
+
always: Re().optional().describe(
|
|
32230
32479
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
32231
32480
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
32232
32481
|
|
|
@@ -32264,7 +32513,7 @@ enum Part {
|
|
|
32264
32513
|
Stamp time = 2; // time precision
|
|
32265
32514
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
32266
32515
|
),
|
|
32267
|
-
default:
|
|
32516
|
+
default: Re().optional().describe(
|
|
32268
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."
|
|
32269
32518
|
),
|
|
32270
32519
|
disabled: u().optional(),
|
|
@@ -32473,7 +32722,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
32473
32722
|
),
|
|
32474
32723
|
fields: c(
|
|
32475
32724
|
i({
|
|
32476
|
-
always:
|
|
32725
|
+
always: Re().optional().describe(
|
|
32477
32726
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
32478
32727
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
32479
32728
|
|
|
@@ -32511,7 +32760,7 @@ enum Part {
|
|
|
32511
32760
|
Stamp time = 2; // time precision
|
|
32512
32761
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
32513
32762
|
),
|
|
32514
|
-
default:
|
|
32763
|
+
default: Re().optional().describe(
|
|
32515
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."
|
|
32516
32765
|
),
|
|
32517
32766
|
disabled: u().optional(),
|
|
@@ -32713,7 +32962,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
32713
32962
|
Extension extension = 23;`),
|
|
32714
32963
|
fields: c(
|
|
32715
32964
|
i({
|
|
32716
|
-
always:
|
|
32965
|
+
always: Re().optional().describe(
|
|
32717
32966
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
32718
32967
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
32719
32968
|
|
|
@@ -32751,7 +33000,7 @@ enum Part {
|
|
|
32751
33000
|
Stamp time = 2; // time precision
|
|
32752
33001
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
32753
33002
|
),
|
|
32754
|
-
default:
|
|
33003
|
+
default: Re().optional().describe(
|
|
32755
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."
|
|
32756
33005
|
),
|
|
32757
33006
|
disabled: u().optional(),
|
|
@@ -32933,7 +33182,7 @@ const VT = "none";
|
|
|
32933
33182
|
i({
|
|
32934
33183
|
fields: c(
|
|
32935
33184
|
i({
|
|
32936
|
-
always:
|
|
33185
|
+
always: Re().optional().describe(
|
|
32937
33186
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
32938
33187
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
32939
33188
|
|
|
@@ -32971,7 +33220,7 @@ enum Part {
|
|
|
32971
33220
|
Stamp time = 2; // time precision
|
|
32972
33221
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
32973
33222
|
),
|
|
32974
|
-
default:
|
|
33223
|
+
default: Re().optional().describe(
|
|
32975
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."
|
|
32976
33225
|
),
|
|
32977
33226
|
disabled: u().optional(),
|
|
@@ -33138,7 +33387,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
33138
33387
|
Extension extension = 23;`),
|
|
33139
33388
|
fields: c(
|
|
33140
33389
|
i({
|
|
33141
|
-
always:
|
|
33390
|
+
always: Re().optional().describe(
|
|
33142
33391
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
33143
33392
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
33144
33393
|
|
|
@@ -33176,7 +33425,7 @@ enum Part {
|
|
|
33176
33425
|
Stamp time = 2; // time precision
|
|
33177
33426
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
33178
33427
|
),
|
|
33179
|
-
default:
|
|
33428
|
+
default: Re().optional().describe(
|
|
33180
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."
|
|
33181
33430
|
),
|
|
33182
33431
|
disabled: u().optional(),
|
|
@@ -33356,7 +33605,7 @@ const ZT = "none";
|
|
|
33356
33605
|
i({
|
|
33357
33606
|
fields: c(
|
|
33358
33607
|
i({
|
|
33359
|
-
always:
|
|
33608
|
+
always: Re().optional().describe(
|
|
33360
33609
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
33361
33610
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
33362
33611
|
|
|
@@ -33394,7 +33643,7 @@ enum Part {
|
|
|
33394
33643
|
Stamp time = 2; // time precision
|
|
33395
33644
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
33396
33645
|
),
|
|
33397
|
-
default:
|
|
33646
|
+
default: Re().optional().describe(
|
|
33398
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."
|
|
33399
33648
|
),
|
|
33400
33649
|
disabled: u().optional(),
|
|
@@ -33561,7 +33810,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
33561
33810
|
Extension extension = 23;`),
|
|
33562
33811
|
fields: c(
|
|
33563
33812
|
i({
|
|
33564
|
-
always:
|
|
33813
|
+
always: Re().optional().describe(
|
|
33565
33814
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
33566
33815
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
33567
33816
|
|
|
@@ -33599,7 +33848,7 @@ enum Part {
|
|
|
33599
33848
|
Stamp time = 2; // time precision
|
|
33600
33849
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
33601
33850
|
),
|
|
33602
|
-
default:
|
|
33851
|
+
default: Re().optional().describe(
|
|
33603
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."
|
|
33604
33853
|
),
|
|
33605
33854
|
disabled: u().optional(),
|
|
@@ -34201,6 +34450,24 @@ i({
|
|
|
34201
34450
|
sdpOffer: e().optional(),
|
|
34202
34451
|
uuid: e().optional()
|
|
34203
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
|
+
});
|
|
34204
34471
|
i({
|
|
34205
34472
|
sdpAnswer: e().optional()
|
|
34206
34473
|
});
|
|
@@ -35246,7 +35513,7 @@ Take part in Etag generation.`
|
|
|
35246
35513
|
`Lookup reference information.
|
|
35247
35514
|
Simplified search filter to uniquely identify related object.`
|
|
35248
35515
|
),
|
|
35249
|
-
value:
|
|
35516
|
+
value: Re().optional().describe("JSON value of the variable."),
|
|
35250
35517
|
ver: s().optional().describe(
|
|
35251
35518
|
"Version of the latest update. Numeric sequence."
|
|
35252
35519
|
)
|
|
@@ -35914,7 +36181,7 @@ Take part in Etag generation.`
|
|
|
35914
36181
|
`Lookup reference information.
|
|
35915
36182
|
Simplified search filter to uniquely identify related object.`
|
|
35916
36183
|
),
|
|
35917
|
-
value:
|
|
36184
|
+
value: Re().optional().describe("JSON value of the variable."),
|
|
35918
36185
|
ver: s().optional().describe(
|
|
35919
36186
|
"Version of the latest update. Numeric sequence."
|
|
35920
36187
|
)
|
|
@@ -42391,7 +42658,7 @@ i({
|
|
|
42391
42658
|
id: e().optional().describe("[required] tuple unique id; <track>"),
|
|
42392
42659
|
note: e().optional(),
|
|
42393
42660
|
open: s().optional(),
|
|
42394
|
-
presence: c(
|
|
42661
|
+
presence: c(Re()).optional().describe(
|
|
42395
42662
|
`// FIXME: well-known types ?\r
|
|
42396
42663
|
repeated Dialog call = 9;\r
|
|
42397
42664
|
repeated Sipreg sip = 9;\r
|
|
@@ -42423,7 +42690,7 @@ i({
|
|
|
42423
42690
|
id: e().optional().describe("[required] tuple unique id; <track>"),
|
|
42424
42691
|
note: e().optional(),
|
|
42425
42692
|
open: s().optional(),
|
|
42426
|
-
presence: c(
|
|
42693
|
+
presence: c(Re()).optional().describe(
|
|
42427
42694
|
`// FIXME: well-known types ?\r
|
|
42428
42695
|
repeated Dialog call = 9;\r
|
|
42429
42696
|
repeated Sipreg sip = 9;\r
|
|
@@ -45581,7 +45848,7 @@ i({
|
|
|
45581
45848
|
name: e().optional(),
|
|
45582
45849
|
rootId: e().optional(),
|
|
45583
45850
|
searched: u().optional(),
|
|
45584
|
-
service: c(
|
|
45851
|
+
service: c(Re()).optional(),
|
|
45585
45852
|
sla: i({
|
|
45586
45853
|
id: e().optional(),
|
|
45587
45854
|
name: e().optional()
|
|
@@ -45643,7 +45910,7 @@ i({
|
|
|
45643
45910
|
name: e().optional(),
|
|
45644
45911
|
rootId: e().optional(),
|
|
45645
45912
|
searched: u().optional(),
|
|
45646
|
-
service: c(
|
|
45913
|
+
service: c(Re()).optional(),
|
|
45647
45914
|
sla: i({
|
|
45648
45915
|
id: e().optional(),
|
|
45649
45916
|
name: e().optional()
|
|
@@ -45682,7 +45949,7 @@ i({
|
|
|
45682
45949
|
name: e().optional(),
|
|
45683
45950
|
rootId: e().optional(),
|
|
45684
45951
|
searched: u().optional(),
|
|
45685
|
-
service: c(
|
|
45952
|
+
service: c(Re()).optional(),
|
|
45686
45953
|
sla: i({
|
|
45687
45954
|
id: e().optional(),
|
|
45688
45955
|
name: e().optional()
|
|
@@ -45727,7 +45994,7 @@ i({
|
|
|
45727
45994
|
name: e().optional(),
|
|
45728
45995
|
rootId: e().optional(),
|
|
45729
45996
|
searched: u().optional(),
|
|
45730
|
-
service: c(
|
|
45997
|
+
service: c(Re()).optional(),
|
|
45731
45998
|
sla: i({
|
|
45732
45999
|
id: e().optional(),
|
|
45733
46000
|
name: e().optional()
|
|
@@ -45789,7 +46056,7 @@ i({
|
|
|
45789
46056
|
name: e().optional(),
|
|
45790
46057
|
rootId: e().optional(),
|
|
45791
46058
|
searched: u().optional(),
|
|
45792
|
-
service: c(
|
|
46059
|
+
service: c(Re()).optional(),
|
|
45793
46060
|
sla: i({
|
|
45794
46061
|
id: e().optional(),
|
|
45795
46062
|
name: e().optional()
|
|
@@ -45850,7 +46117,7 @@ i({
|
|
|
45850
46117
|
name: e().optional(),
|
|
45851
46118
|
rootId: e().optional(),
|
|
45852
46119
|
searched: u().optional(),
|
|
45853
|
-
service: c(
|
|
46120
|
+
service: c(Re()).optional(),
|
|
45854
46121
|
sla: i({
|
|
45855
46122
|
id: e().optional(),
|
|
45856
46123
|
name: e().optional()
|
|
@@ -47762,7 +48029,11 @@ i({
|
|
|
47762
48029
|
"task_end_sound_notification",
|
|
47763
48030
|
"task_end_push_notification",
|
|
47764
48031
|
"push_notification_timeout",
|
|
47765
|
-
"labels_to_limit_contacts"
|
|
48032
|
+
"labels_to_limit_contacts",
|
|
48033
|
+
"autolink_mail_to_contact",
|
|
48034
|
+
"new_message_sound_notification",
|
|
48035
|
+
"new_chat_sound_notification",
|
|
48036
|
+
"screenshot_interval"
|
|
47766
48037
|
])
|
|
47767
48038
|
).optional().describe("Filter by setting names")
|
|
47768
48039
|
});
|
|
@@ -47795,7 +48066,11 @@ i({
|
|
|
47795
48066
|
"task_end_sound_notification",
|
|
47796
48067
|
"task_end_push_notification",
|
|
47797
48068
|
"push_notification_timeout",
|
|
47798
|
-
"labels_to_limit_contacts"
|
|
48069
|
+
"labels_to_limit_contacts",
|
|
48070
|
+
"autolink_mail_to_contact",
|
|
48071
|
+
"new_message_sound_notification",
|
|
48072
|
+
"new_chat_sound_notification",
|
|
48073
|
+
"screenshot_interval"
|
|
47799
48074
|
]).default(fD)
|
|
47800
48075
|
})
|
|
47801
48076
|
).optional(),
|
|
@@ -47827,7 +48102,11 @@ i({
|
|
|
47827
48102
|
"task_end_sound_notification",
|
|
47828
48103
|
"task_end_push_notification",
|
|
47829
48104
|
"push_notification_timeout",
|
|
47830
|
-
"labels_to_limit_contacts"
|
|
48105
|
+
"labels_to_limit_contacts",
|
|
48106
|
+
"autolink_mail_to_contact",
|
|
48107
|
+
"new_message_sound_notification",
|
|
48108
|
+
"new_chat_sound_notification",
|
|
48109
|
+
"screenshot_interval"
|
|
47831
48110
|
]).default(mD)
|
|
47832
48111
|
});
|
|
47833
48112
|
const hD = "empty_system_settings_name";
|
|
@@ -47857,7 +48136,11 @@ i({
|
|
|
47857
48136
|
"task_end_sound_notification",
|
|
47858
48137
|
"task_end_push_notification",
|
|
47859
48138
|
"push_notification_timeout",
|
|
47860
|
-
"labels_to_limit_contacts"
|
|
48139
|
+
"labels_to_limit_contacts",
|
|
48140
|
+
"autolink_mail_to_contact",
|
|
48141
|
+
"new_message_sound_notification",
|
|
48142
|
+
"new_chat_sound_notification",
|
|
48143
|
+
"screenshot_interval"
|
|
47861
48144
|
]).default(hD)
|
|
47862
48145
|
});
|
|
47863
48146
|
i({
|
|
@@ -47905,7 +48188,11 @@ i({
|
|
|
47905
48188
|
"task_end_sound_notification",
|
|
47906
48189
|
"task_end_push_notification",
|
|
47907
48190
|
"push_notification_timeout",
|
|
47908
|
-
"labels_to_limit_contacts"
|
|
48191
|
+
"labels_to_limit_contacts",
|
|
48192
|
+
"autolink_mail_to_contact",
|
|
48193
|
+
"new_message_sound_notification",
|
|
48194
|
+
"new_chat_sound_notification",
|
|
48195
|
+
"screenshot_interval"
|
|
47909
48196
|
]).default(bD)
|
|
47910
48197
|
});
|
|
47911
48198
|
i({
|
|
@@ -47938,7 +48225,11 @@ i({
|
|
|
47938
48225
|
"task_end_sound_notification",
|
|
47939
48226
|
"task_end_push_notification",
|
|
47940
48227
|
"push_notification_timeout",
|
|
47941
|
-
"labels_to_limit_contacts"
|
|
48228
|
+
"labels_to_limit_contacts",
|
|
48229
|
+
"autolink_mail_to_contact",
|
|
48230
|
+
"new_message_sound_notification",
|
|
48231
|
+
"new_chat_sound_notification",
|
|
48232
|
+
"screenshot_interval"
|
|
47942
48233
|
]).default(yD)
|
|
47943
48234
|
});
|
|
47944
48235
|
i({
|
|
@@ -47974,7 +48265,11 @@ i({
|
|
|
47974
48265
|
"task_end_sound_notification",
|
|
47975
48266
|
"task_end_push_notification",
|
|
47976
48267
|
"push_notification_timeout",
|
|
47977
|
-
"labels_to_limit_contacts"
|
|
48268
|
+
"labels_to_limit_contacts",
|
|
48269
|
+
"autolink_mail_to_contact",
|
|
48270
|
+
"new_message_sound_notification",
|
|
48271
|
+
"new_chat_sound_notification",
|
|
48272
|
+
"screenshot_interval"
|
|
47978
48273
|
]).default(gD)
|
|
47979
48274
|
});
|
|
47980
48275
|
i({
|
|
@@ -48008,7 +48303,11 @@ i({
|
|
|
48008
48303
|
"task_end_sound_notification",
|
|
48009
48304
|
"task_end_push_notification",
|
|
48010
48305
|
"push_notification_timeout",
|
|
48011
|
-
"labels_to_limit_contacts"
|
|
48306
|
+
"labels_to_limit_contacts",
|
|
48307
|
+
"autolink_mail_to_contact",
|
|
48308
|
+
"new_message_sound_notification",
|
|
48309
|
+
"new_chat_sound_notification",
|
|
48310
|
+
"screenshot_interval"
|
|
48012
48311
|
]).default(vD)
|
|
48013
48312
|
});
|
|
48014
48313
|
i({
|
|
@@ -49485,7 +49784,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
49485
49784
|
),
|
|
49486
49785
|
fields: c(
|
|
49487
49786
|
i({
|
|
49488
|
-
always:
|
|
49787
|
+
always: Re().optional().describe(
|
|
49489
49788
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
49490
49789
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
49491
49790
|
|
|
@@ -49523,7 +49822,7 @@ enum Part {
|
|
|
49523
49822
|
Stamp time = 2; // time precision
|
|
49524
49823
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
49525
49824
|
),
|
|
49526
|
-
default:
|
|
49825
|
+
default: Re().optional().describe(
|
|
49527
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."
|
|
49528
49827
|
),
|
|
49529
49828
|
disabled: u().optional(),
|
|
@@ -49723,7 +50022,7 @@ Used as [lookup].name setting for this [struct] type.`
|
|
|
49723
50022
|
Extension extension = 23;`),
|
|
49724
50023
|
fields: c(
|
|
49725
50024
|
i({
|
|
49726
|
-
always:
|
|
50025
|
+
always: Re().optional().describe(
|
|
49727
50026
|
`Always signifies that the field value will be computed on any write (INSERT OR UPDATE) operations.
|
|
49728
50027
|
The field cannot be written to, and when read the result of the last generated expression will be returned.
|
|
49729
50028
|
|
|
@@ -49761,7 +50060,7 @@ enum Part {
|
|
|
49761
50060
|
Stamp time = 2; // time precision
|
|
49762
50061
|
string zone = 3; // ??? [ Europe/Kyiv | +03:00 ]`
|
|
49763
50062
|
),
|
|
49764
|
-
default:
|
|
50063
|
+
default: Re().optional().describe(
|
|
49765
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."
|
|
49766
50065
|
),
|
|
49767
50066
|
disabled: u().optional(),
|
|
@@ -50262,6 +50561,32 @@ i({
|
|
|
50262
50561
|
utilization: s().optional(),
|
|
50263
50562
|
voiceMail: s().optional()
|
|
50264
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
|
+
});
|
|
50265
50590
|
i({
|
|
50266
50591
|
id: e().optional(),
|
|
50267
50592
|
fields: c(e()).optional().describe("partial output")
|
|
@@ -51441,7 +51766,7 @@ Take part in Etag generation.`
|
|
|
51441
51766
|
`Lookup reference information.
|
|
51442
51767
|
Simplified search filter to uniquely identify related object.`
|
|
51443
51768
|
),
|
|
51444
|
-
value:
|
|
51769
|
+
value: Re().optional().describe("JSON value of the variable."),
|
|
51445
51770
|
ver: s().optional().describe("Version of the latest update. Numeric sequence.")
|
|
51446
51771
|
}).describe(
|
|
51447
51772
|
`The Contact's variable.
|
|
@@ -51495,7 +51820,7 @@ Take part in Etag generation.`
|
|
|
51495
51820
|
`Lookup reference information.
|
|
51496
51821
|
Simplified search filter to uniquely identify related object.`
|
|
51497
51822
|
),
|
|
51498
|
-
value:
|
|
51823
|
+
value: Re().optional().describe("JSON value of the variable."),
|
|
51499
51824
|
ver: s().optional().describe("Version of the latest update. Numeric sequence.")
|
|
51500
51825
|
}).describe(
|
|
51501
51826
|
`The Contact's variable.
|
|
@@ -51515,7 +51840,7 @@ i({
|
|
|
51515
51840
|
const uR = /^\w+$/, fR = i({
|
|
51516
51841
|
etag: e().optional().describe("Unique ID of the latest version of an existing resorce."),
|
|
51517
51842
|
key: e().regex(uR).describe("NEW Key."),
|
|
51518
|
-
value:
|
|
51843
|
+
value: Re().optional().describe("NEW Value.")
|
|
51519
51844
|
}).describe("Input of the Contact's variable.");
|
|
51520
51845
|
c(fR).min(1);
|
|
51521
51846
|
i({
|
|
@@ -51548,7 +51873,7 @@ Take part in Etag generation.`
|
|
|
51548
51873
|
`Lookup reference information.
|
|
51549
51874
|
Simplified search filter to uniquely identify related object.`
|
|
51550
51875
|
),
|
|
51551
|
-
value:
|
|
51876
|
+
value: Re().optional().describe("JSON value of the variable."),
|
|
51552
51877
|
ver: s().optional().describe("Version of the latest update. Numeric sequence.")
|
|
51553
51878
|
}).describe(
|
|
51554
51879
|
`The Contact's variable.
|
|
@@ -51568,7 +51893,7 @@ i({
|
|
|
51568
51893
|
const mR = /^\w+$/, hR = i({
|
|
51569
51894
|
etag: e().optional().describe("Unique ID of the latest version of an existing resorce."),
|
|
51570
51895
|
key: e().regex(mR).describe("NEW Key."),
|
|
51571
|
-
value:
|
|
51896
|
+
value: Re().optional().describe("NEW Value.")
|
|
51572
51897
|
}).describe("Input of the Contact's variable.");
|
|
51573
51898
|
c(hR).min(1);
|
|
51574
51899
|
i({
|
|
@@ -51601,7 +51926,7 @@ Take part in Etag generation.`
|
|
|
51601
51926
|
`Lookup reference information.
|
|
51602
51927
|
Simplified search filter to uniquely identify related object.`
|
|
51603
51928
|
),
|
|
51604
|
-
value:
|
|
51929
|
+
value: Re().optional().describe("JSON value of the variable."),
|
|
51605
51930
|
ver: s().optional().describe("Version of the latest update. Numeric sequence.")
|
|
51606
51931
|
}).describe(
|
|
51607
51932
|
`The Contact's variable.
|
|
@@ -51647,7 +51972,7 @@ Take part in Etag generation.`
|
|
|
51647
51972
|
`Lookup reference information.
|
|
51648
51973
|
Simplified search filter to uniquely identify related object.`
|
|
51649
51974
|
),
|
|
51650
|
-
value:
|
|
51975
|
+
value: Re().optional().describe("JSON value of the variable."),
|
|
51651
51976
|
ver: s().optional().describe("Version of the latest update. Numeric sequence.")
|
|
51652
51977
|
}).describe(
|
|
51653
51978
|
`The Contact's variable.
|
|
@@ -51664,7 +51989,7 @@ i({
|
|
|
51664
51989
|
const bR = /^\w+$/;
|
|
51665
51990
|
i({
|
|
51666
51991
|
key: e().regex(bR).describe("NEW Key."),
|
|
51667
|
-
value:
|
|
51992
|
+
value: Re().optional().describe("NEW Value.")
|
|
51668
51993
|
});
|
|
51669
51994
|
i({
|
|
51670
51995
|
data: c(
|
|
@@ -51696,7 +52021,7 @@ Take part in Etag generation.`
|
|
|
51696
52021
|
`Lookup reference information.
|
|
51697
52022
|
Simplified search filter to uniquely identify related object.`
|
|
51698
52023
|
),
|
|
51699
|
-
value:
|
|
52024
|
+
value: Re().optional().describe("JSON value of the variable."),
|
|
51700
52025
|
ver: s().optional().describe("Version of the latest update. Numeric sequence.")
|
|
51701
52026
|
}).describe(
|
|
51702
52027
|
`The Contact's variable.
|
|
@@ -51717,7 +52042,7 @@ i({
|
|
|
51717
52042
|
const yR = /^\w+$/;
|
|
51718
52043
|
i({
|
|
51719
52044
|
key: e().regex(yR).describe("NEW Key."),
|
|
51720
|
-
value:
|
|
52045
|
+
value: Re().optional().describe("NEW Value.")
|
|
51721
52046
|
});
|
|
51722
52047
|
i({
|
|
51723
52048
|
data: c(
|
|
@@ -51749,7 +52074,7 @@ Take part in Etag generation.`
|
|
|
51749
52074
|
`Lookup reference information.
|
|
51750
52075
|
Simplified search filter to uniquely identify related object.`
|
|
51751
52076
|
),
|
|
51752
|
-
value:
|
|
52077
|
+
value: Re().optional().describe("JSON value of the variable."),
|
|
51753
52078
|
ver: s().optional().describe("Version of the latest update. Numeric sequence.")
|
|
51754
52079
|
}).describe(
|
|
51755
52080
|
`The Contact's variable.
|
|
@@ -53259,7 +53584,7 @@ const ZR = /* @__PURE__ */ Sn(HR), WR = {
|
|
|
53259
53584
|
}, null, 8, ["disabled", "icon", "size"])
|
|
53260
53585
|
]),
|
|
53261
53586
|
default: te(() => [
|
|
53262
|
-
|
|
53587
|
+
Le(" " + ue(K(l)(d.value.hint)), 1)
|
|
53263
53588
|
], void 0, !0),
|
|
53264
53589
|
_: 1
|
|
53265
53590
|
});
|
|
@@ -53431,7 +53756,7 @@ const aL = /* @__PURE__ */ Ne(oL, [["render", nL], ["__scopeId", "data-v-2a109d3
|
|
|
53431
53756
|
}, null, 8, ["class"])
|
|
53432
53757
|
]),
|
|
53433
53758
|
default: te(() => [
|
|
53434
|
-
|
|
53759
|
+
Le(" " + ue(f.$t("webitelUI.appNavigator.title")), 1)
|
|
53435
53760
|
], void 0, !0),
|
|
53436
53761
|
_: 1
|
|
53437
53762
|
}),
|
|
@@ -53534,7 +53859,7 @@ function FL(o, n, a, r, l, d) {
|
|
|
53534
53859
|
])
|
|
53535
53860
|
]),
|
|
53536
53861
|
default: te(() => [
|
|
53537
|
-
|
|
53862
|
+
Le(" " + ue(o.$t("webitelUI.headerActions.account")), 1)
|
|
53538
53863
|
], void 0, !0),
|
|
53539
53864
|
_: 1
|
|
53540
53865
|
}),
|
|
@@ -53799,7 +54124,7 @@ const JL = /* @__PURE__ */ Ne(KL, [["render", QL], ["__scopeId", "data-v-9b7e465
|
|
|
53799
54124
|
}, null, 8, ["color"])) : X("", !0),
|
|
53800
54125
|
G("div", eB, [
|
|
53801
54126
|
ee(m.$slots, "default", {}, () => [
|
|
53802
|
-
h[1] || (h[1] =
|
|
54127
|
+
h[1] || (h[1] = Le(" no content provided"))
|
|
53803
54128
|
])
|
|
53804
54129
|
])
|
|
53805
54130
|
], void 0, !0),
|
|
@@ -54049,7 +54374,7 @@ const uB = /* @__PURE__ */ Ne(cB, [["render", pB]]), fB = { class: "wt-confirm-d
|
|
|
54049
54374
|
size: "sm"
|
|
54050
54375
|
}, { onClose: p }), {
|
|
54051
54376
|
title: te(() => [
|
|
54052
|
-
|
|
54377
|
+
Le(ue(o.title), 1)
|
|
54053
54378
|
]),
|
|
54054
54379
|
main: te(() => [
|
|
54055
54380
|
ee(m.$slots, "main", {}, () => [
|
|
@@ -54072,7 +54397,7 @@ const uB = /* @__PURE__ */ Ne(cB, [["render", pB]]), fB = { class: "wt-confirm-d
|
|
|
54072
54397
|
onClick: p
|
|
54073
54398
|
}, {
|
|
54074
54399
|
default: te(() => [
|
|
54075
|
-
|
|
54400
|
+
Le(ue(m.$t("reusable.cancel")), 1)
|
|
54076
54401
|
], void 0, !0),
|
|
54077
54402
|
_: 1
|
|
54078
54403
|
}, 8, ["disabled"]),
|
|
@@ -54082,7 +54407,7 @@ const uB = /* @__PURE__ */ Ne(cB, [["render", pB]]), fB = { class: "wt-confirm-d
|
|
|
54082
54407
|
onClick: f
|
|
54083
54408
|
}, {
|
|
54084
54409
|
default: te(() => [
|
|
54085
|
-
|
|
54410
|
+
Le(ue(m.$t("reusable.delete")), 1)
|
|
54086
54411
|
], void 0, !0),
|
|
54087
54412
|
_: 1
|
|
54088
54413
|
}, 8, ["loading"])
|
|
@@ -54160,7 +54485,7 @@ const uB = /* @__PURE__ */ Ne(cB, [["render", pB]]), fB = { class: "wt-confirm-d
|
|
|
54160
54485
|
onClick: ht((b) => r({ option: m, index: h, hide: f }), ["prevent"])
|
|
54161
54486
|
}, [
|
|
54162
54487
|
ee(l.$slots, "option", Ie(m, { ref_for: !0 }), () => [
|
|
54163
|
-
|
|
54488
|
+
Le(ue(m.text || m), 1)
|
|
54164
54489
|
], !0)
|
|
54165
54490
|
], 10, yB)
|
|
54166
54491
|
]))), 128))
|
|
@@ -54253,7 +54578,7 @@ function kB(o, n, a, r, l, d) {
|
|
|
54253
54578
|
}, { onClick: d.copy }), null, 16, ["icon", "onClick"])
|
|
54254
54579
|
]),
|
|
54255
54580
|
default: te(() => [
|
|
54256
|
-
|
|
54581
|
+
Le(" " + ue(o.copied ? d.copiedTooltip : d.copyTooltip), 1)
|
|
54257
54582
|
], void 0, !0),
|
|
54258
54583
|
_: 1
|
|
54259
54584
|
});
|
|
@@ -59104,7 +59429,7 @@ const RM = (o, n, a, r) => {
|
|
|
59104
59429
|
}) : X("", !0),
|
|
59105
59430
|
x.$slots["action-preview"] ? X("", !0) : (E(), M(Fe, { key: 1 }, [
|
|
59106
59431
|
Array.isArray(K(_)) ? X("", !0) : (E(), M(Fe, { key: 0 }, [
|
|
59107
|
-
|
|
59432
|
+
Le(ue(K(_)), 1)
|
|
59108
59433
|
], 64)),
|
|
59109
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)
|
|
59110
59435
|
], 64))
|
|
@@ -59273,7 +59598,7 @@ const RM = (o, n, a, r) => {
|
|
|
59273
59598
|
index: ve
|
|
59274
59599
|
}) : X("", !0),
|
|
59275
59600
|
R.$slots["calendar-header"] ? X("", !0) : (E(), M(Fe, { key: 1 }, [
|
|
59276
|
-
|
|
59601
|
+
Le(ue(ie), 1)
|
|
59277
59602
|
], 64))
|
|
59278
59603
|
]))), 128))
|
|
59279
59604
|
]),
|
|
@@ -59329,7 +59654,7 @@ const RM = (o, n, a, r) => {
|
|
|
59329
59654
|
date: Se.value
|
|
59330
59655
|
}) : X("", !0),
|
|
59331
59656
|
R.$slots.day ? X("", !0) : (E(), M(Fe, { key: 1 }, [
|
|
59332
|
-
|
|
59657
|
+
Le(ue(Se.text), 1)
|
|
59333
59658
|
], 64)),
|
|
59334
59659
|
Se.marker && K(U)(Se) ? (E(), M("div", {
|
|
59335
59660
|
key: 2,
|
|
@@ -59575,7 +59900,7 @@ const RM = (o, n, a, r) => {
|
|
|
59575
59900
|
item: ve
|
|
59576
59901
|
}) : X("", !0),
|
|
59577
59902
|
fe.$slots.item ? X("", !0) : (E(), M(Fe, { key: 1 }, [
|
|
59578
|
-
|
|
59903
|
+
Le(ue(ve.text), 1)
|
|
59579
59904
|
], 64))
|
|
59580
59905
|
], 2)
|
|
59581
59906
|
], 42, iP))), 128))
|
|
@@ -59813,7 +60138,7 @@ const RM = (o, n, a, r) => {
|
|
|
59813
60138
|
default: te(() => [
|
|
59814
60139
|
D.$slots.month ? ee(D.$slots, "month", nt(Ie({ key: 0 }, K(Ce)))) : X("", !0),
|
|
59815
60140
|
D.$slots.month ? X("", !0) : (E(), M(Fe, { key: 1 }, [
|
|
59816
|
-
|
|
60141
|
+
Le(ue(K(Ce).text), 1)
|
|
59817
60142
|
], 64))
|
|
59818
60143
|
]),
|
|
59819
60144
|
_: 2
|
|
@@ -59867,7 +60192,7 @@ const RM = (o, n, a, r) => {
|
|
|
59867
60192
|
year: o.year
|
|
59868
60193
|
}) : X("", !0),
|
|
59869
60194
|
D.$slots.year ? X("", !0) : (E(), M(Fe, { key: 1 }, [
|
|
59870
|
-
|
|
60195
|
+
Le(ue(o.year), 1)
|
|
59871
60196
|
], 64))
|
|
59872
60197
|
]),
|
|
59873
60198
|
_: 2
|
|
@@ -59978,7 +60303,7 @@ const RM = (o, n, a, r) => {
|
|
|
59978
60303
|
year: o.year
|
|
59979
60304
|
}) : X("", !0),
|
|
59980
60305
|
D.$slots.year ? X("", !0) : (E(), M(Fe, { key: 1 }, [
|
|
59981
|
-
|
|
60306
|
+
Le(ue(o.year), 1)
|
|
59982
60307
|
], 64))
|
|
59983
60308
|
], 40, cP),
|
|
59984
60309
|
G("div", {
|
|
@@ -60159,7 +60484,7 @@ const RM = (o, n, a, r) => {
|
|
|
60159
60484
|
class: xe(K(k))
|
|
60160
60485
|
}, [
|
|
60161
60486
|
ie.separator ? (E(), M(Fe, { key: 0 }, [
|
|
60162
|
-
|
|
60487
|
+
Le(" : ")
|
|
60163
60488
|
], 64)) : (E(), M(Fe, { key: 1 }, [
|
|
60164
60489
|
G("div", {
|
|
60165
60490
|
class: xe({
|
|
@@ -60201,7 +60526,7 @@ const RM = (o, n, a, r) => {
|
|
|
60201
60526
|
value: K(S)(ie.type).value
|
|
60202
60527
|
}) : X("", !0),
|
|
60203
60528
|
R.$slots[ie.type] ? X("", !0) : (E(), M(Fe, { key: 1 }, [
|
|
60204
|
-
|
|
60529
|
+
Le(ue(K(S)(ie.type).text), 1)
|
|
60205
60530
|
], 64))
|
|
60206
60531
|
], 42, hP),
|
|
60207
60532
|
G("div", {
|
|
@@ -60765,7 +61090,7 @@ const RM = (o, n, a, r) => {
|
|
|
60765
61090
|
label: We.label,
|
|
60766
61091
|
range: We.range
|
|
60767
61092
|
}) : (E(), M(Fe, { key: 1 }, [
|
|
60768
|
-
|
|
61093
|
+
Le(ue(We.label), 1)
|
|
60769
61094
|
], 64))
|
|
60770
61095
|
], 12, TP))), 128))
|
|
60771
61096
|
])) : X("", !0),
|
|
@@ -61296,7 +61621,7 @@ const gh = /* @__PURE__ */ Ne(FP, [["render", UP], ["__scopeId", "data-v-396a9ec
|
|
|
61296
61621
|
be(O, Ie(o.labelProps, { disabled: o.disabled }, { invalid: K(y) }), {
|
|
61297
61622
|
default: te(() => [
|
|
61298
61623
|
ee(A.$slots, "label", nt(ft({ label: o.label })), () => [
|
|
61299
|
-
|
|
61624
|
+
Le(ue(f.value), 1)
|
|
61300
61625
|
], !0)
|
|
61301
61626
|
], void 0, !0),
|
|
61302
61627
|
_: 3
|
|
@@ -61347,7 +61672,7 @@ const gh = /* @__PURE__ */ Ne(FP, [["render", UP], ["__scopeId", "data-v-396a9ec
|
|
|
61347
61672
|
"max-value": "23",
|
|
61348
61673
|
onInput: q
|
|
61349
61674
|
}, null, 8, ["value", "onInput"]),
|
|
61350
|
-
_[3] || (_[3] =
|
|
61675
|
+
_[3] || (_[3] = Le(" : ")),
|
|
61351
61676
|
be(T, {
|
|
61352
61677
|
value: S.minutes,
|
|
61353
61678
|
"max-value": "59",
|
|
@@ -61363,7 +61688,7 @@ const gh = /* @__PURE__ */ Ne(FP, [["render", UP], ["__scopeId", "data-v-396a9ec
|
|
|
61363
61688
|
invalid: K(y)
|
|
61364
61689
|
}, {
|
|
61365
61690
|
default: te(() => [
|
|
61366
|
-
|
|
61691
|
+
Le(ue(K(g)), 1)
|
|
61367
61692
|
], void 0, !0),
|
|
61368
61693
|
_: 1
|
|
61369
61694
|
}, 8, ["invalid"])) : X("", !0)
|
|
@@ -61494,7 +61819,7 @@ const YP = /* @__PURE__ */ Ne(ZP, [["render", WP], ["__scopeId", "data-v-3bde813
|
|
|
61494
61819
|
onClick: p[0] || (p[0] = (m) => r("create"))
|
|
61495
61820
|
}, {
|
|
61496
61821
|
default: te(() => [
|
|
61497
|
-
|
|
61822
|
+
Le(ue(o.buttonText || d.$t("reusable.add")), 1)
|
|
61498
61823
|
], void 0, !0),
|
|
61499
61824
|
_: 1
|
|
61500
61825
|
})) : X("", !0)
|
|
@@ -61706,17 +62031,17 @@ const YP = /* @__PURE__ */ Ne(ZP, [["render", WP], ["__scopeId", "data-v-3bde813
|
|
|
61706
62031
|
p.value || f.value || m.value ? (E(), M("div", m$, [
|
|
61707
62032
|
p.value ? (E(), M("h2", h$, [
|
|
61708
62033
|
ee(_.$slots, "headline", nt(ft({ headline: o.headline })), () => [
|
|
61709
|
-
|
|
62034
|
+
Le(ue(o.headline), 1)
|
|
61710
62035
|
], !0)
|
|
61711
62036
|
])) : X("", !0),
|
|
61712
62037
|
f.value ? (E(), M("h3", b$, [
|
|
61713
62038
|
ee(_.$slots, "title", nt(ft({ title: o.title })), () => [
|
|
61714
|
-
|
|
62039
|
+
Le(ue(o.title), 1)
|
|
61715
62040
|
], !0)
|
|
61716
62041
|
])) : X("", !0),
|
|
61717
62042
|
m.value ? (E(), M("p", y$, [
|
|
61718
62043
|
ee(_.$slots, "text", nt(ft({ text: o.text })), () => [
|
|
61719
|
-
|
|
62044
|
+
Le(ue(o.text), 1)
|
|
61720
62045
|
], !0)
|
|
61721
62046
|
])) : X("", !0)
|
|
61722
62047
|
])) : X("", !0),
|
|
@@ -61732,7 +62057,7 @@ const YP = /* @__PURE__ */ Ne(ZP, [["render", WP], ["__scopeId", "data-v-3bde813
|
|
|
61732
62057
|
onClick: O[0] || (O[0] = () => K(C)())
|
|
61733
62058
|
}, {
|
|
61734
62059
|
default: te(() => [
|
|
61735
|
-
|
|
62060
|
+
Le(ue(o.primaryActionText), 1)
|
|
61736
62061
|
], void 0, !0),
|
|
61737
62062
|
_: 1
|
|
61738
62063
|
}, 8, ["size", "disabled"])) : X("", !0)
|
|
@@ -61746,7 +62071,7 @@ const YP = /* @__PURE__ */ Ne(ZP, [["render", WP], ["__scopeId", "data-v-3bde813
|
|
|
61746
62071
|
onClick: O[1] || (O[1] = () => K(A)())
|
|
61747
62072
|
}, {
|
|
61748
62073
|
default: te(() => [
|
|
61749
|
-
|
|
62074
|
+
Le(ue(o.secondaryActionText), 1)
|
|
61750
62075
|
], void 0, !0),
|
|
61751
62076
|
_: 1
|
|
61752
62077
|
}, 8, ["size", "disabled"])) : X("", !0)
|
|
@@ -61814,7 +62139,7 @@ function T$(o, n, a, r, l, d) {
|
|
|
61814
62139
|
onClick: n[0] || (n[0] = (f) => o.$emit("back"))
|
|
61815
62140
|
}, {
|
|
61816
62141
|
default: te(() => [
|
|
61817
|
-
|
|
62142
|
+
Le(ue(o.$t("webitelUI.errorPages.goBack")), 1)
|
|
61818
62143
|
], void 0, !0),
|
|
61819
62144
|
_: 1
|
|
61820
62145
|
})
|
|
@@ -62017,7 +62342,7 @@ const W$ = /* @__PURE__ */ Ne(U$, [["render", Z$], ["__scopeId", "data-v-36b2f32
|
|
|
62017
62342
|
class: "wt-headline-nav__text wt-headline-nav__text--link"
|
|
62018
62343
|
}, {
|
|
62019
62344
|
default: te(() => [
|
|
62020
|
-
|
|
62345
|
+
Le(ue(l.name), 1)
|
|
62021
62346
|
], void 0, !0),
|
|
62022
62347
|
_: 2
|
|
62023
62348
|
}, 1032, ["to"])) : (E(), M("span", X$, ue(l.name), 1))
|
|
@@ -62256,7 +62581,7 @@ const cN = /* @__PURE__ */ Ne(lN, [["render", dN], ["__scopeId", "data-v-ad16783
|
|
|
62256
62581
|
}), {
|
|
62257
62582
|
default: te(() => [
|
|
62258
62583
|
ee(H.$slots, "label", nt(ft({ label: H.label })), () => [
|
|
62259
|
-
|
|
62584
|
+
Le(ue(x.value), 1)
|
|
62260
62585
|
], !0)
|
|
62261
62586
|
], void 0, !0),
|
|
62262
62587
|
_: 3
|
|
@@ -62302,7 +62627,7 @@ const cN = /* @__PURE__ */ Ne(lN, [["render", dN], ["__scopeId", "data-v-ad16783
|
|
|
62302
62627
|
invalid: K(b)
|
|
62303
62628
|
}, {
|
|
62304
62629
|
default: te(() => [
|
|
62305
|
-
|
|
62630
|
+
Le(ue(K(y)), 1)
|
|
62306
62631
|
], void 0, !0),
|
|
62307
62632
|
_: 1
|
|
62308
62633
|
}, 8, ["invalid"])) : X("", !0)
|
|
@@ -62527,7 +62852,7 @@ const IN = {
|
|
|
62527
62852
|
ee(n.$slots, "default", {}, void 0, !0),
|
|
62528
62853
|
n.hint ? (E(), he(r, { key: 0 }, {
|
|
62529
62854
|
default: te(() => [
|
|
62530
|
-
|
|
62855
|
+
Le(ue(n.hint), 1)
|
|
62531
62856
|
], void 0, !0),
|
|
62532
62857
|
_: 1
|
|
62533
62858
|
})) : X("", !0)
|
|
@@ -62828,7 +63153,7 @@ function CF(o, n, a, r, l, d) {
|
|
|
62828
63153
|
onClick: d.close
|
|
62829
63154
|
}, {
|
|
62830
63155
|
default: te(() => [
|
|
62831
|
-
|
|
63156
|
+
Le(ue(A.name || A.value), 1)
|
|
62832
63157
|
], void 0, !0),
|
|
62833
63158
|
_: 2
|
|
62834
63159
|
}, 1032, ["class", "to", "onClick"])
|
|
@@ -62848,7 +63173,7 @@ function CF(o, n, a, r, l, d) {
|
|
|
62848
63173
|
onClick: d.close
|
|
62849
63174
|
}, {
|
|
62850
63175
|
default: te(() => [
|
|
62851
|
-
|
|
63176
|
+
Le(ue(g.name || g.value), 1)
|
|
62852
63177
|
], void 0, !0),
|
|
62853
63178
|
_: 2
|
|
62854
63179
|
}, 1032, ["class", "to", "onClick"])
|
|
@@ -63001,7 +63326,7 @@ function jF(o, n, a, r, l, d) {
|
|
|
63001
63326
|
onClose: (h) => d.closeNotification(f)
|
|
63002
63327
|
}, {
|
|
63003
63328
|
default: te(() => [
|
|
63004
|
-
|
|
63329
|
+
Le(ue(f.text), 1)
|
|
63005
63330
|
], void 0, !0),
|
|
63006
63331
|
_: 2
|
|
63007
63332
|
}, 1032, ["type", "onClose"]))), 128))
|
|
@@ -63063,7 +63388,7 @@ const MF = /* @__PURE__ */ Ne(BF, [["render", jF], ["__scopeId", "data-v-607c8d0
|
|
|
63063
63388
|
onClick: o.primaryAction
|
|
63064
63389
|
}, {
|
|
63065
63390
|
default: te(() => [
|
|
63066
|
-
|
|
63391
|
+
Le(ue(o.primaryText || r.$t("reusable.add")), 1)
|
|
63067
63392
|
], void 0, !0),
|
|
63068
63393
|
_: 1
|
|
63069
63394
|
}, 8, ["disabled", "onClick"])
|
|
@@ -63075,7 +63400,7 @@ const MF = /* @__PURE__ */ Ne(BF, [["render", jF], ["__scopeId", "data-v-607c8d0
|
|
|
63075
63400
|
onClick: o.secondaryAction
|
|
63076
63401
|
}, {
|
|
63077
63402
|
default: te(() => [
|
|
63078
|
-
|
|
63403
|
+
Le(ue(o.secondaryText || r.$t("reusable.close")), 1)
|
|
63079
63404
|
], void 0, !0),
|
|
63080
63405
|
_: 1
|
|
63081
63406
|
}, 8, ["disabled", "onClick"])) : X("", !0)
|
|
@@ -63305,7 +63630,7 @@ function aU(o, n, a, r, l, d) {
|
|
|
63305
63630
|
}, null, 8, ["disabled", "onClick"])
|
|
63306
63631
|
]),
|
|
63307
63632
|
default: te(() => [
|
|
63308
|
-
|
|
63633
|
+
Le(" " + ue(o.$t("webitelUI.pagination.prev")), 1)
|
|
63309
63634
|
], void 0, !0),
|
|
63310
63635
|
_: 1
|
|
63311
63636
|
}),
|
|
@@ -63319,7 +63644,7 @@ function aU(o, n, a, r, l, d) {
|
|
|
63319
63644
|
}, null, 8, ["disabled", "onClick"])
|
|
63320
63645
|
]),
|
|
63321
63646
|
default: te(() => [
|
|
63322
|
-
|
|
63647
|
+
Le(" " + ue(o.$t("webitelUI.pagination.next")), 1)
|
|
63323
63648
|
], void 0, !0),
|
|
63324
63649
|
_: 1
|
|
63325
63650
|
})
|
|
@@ -64065,7 +64390,7 @@ const FU = /* @__PURE__ */ Ne(MU, [["render", NU], ["__scopeId", "data-v-e4e0f83
|
|
|
64065
64390
|
"icon-color": f.value
|
|
64066
64391
|
}, {
|
|
64067
64392
|
default: te(() => [
|
|
64068
|
-
|
|
64393
|
+
Le(ue(o.hint), 1)
|
|
64069
64394
|
], void 0, !0),
|
|
64070
64395
|
_: 1
|
|
64071
64396
|
}, 8, ["icon-color"])) : X("", !0),
|
|
@@ -64083,7 +64408,7 @@ const FU = /* @__PURE__ */ Ne(MU, [["render", NU], ["__scopeId", "data-v-e4e0f83
|
|
|
64083
64408
|
}, null, 8, ["color"])
|
|
64084
64409
|
]),
|
|
64085
64410
|
default: te(() => [
|
|
64086
|
-
|
|
64411
|
+
Le(" " + ue(g.$t("webitelUI.searchBar.settingsHint")), 1)
|
|
64087
64412
|
], void 0, !0),
|
|
64088
64413
|
_: 1
|
|
64089
64414
|
})
|
|
@@ -65139,7 +65464,7 @@ function yz(o, n, a, r, l, d) {
|
|
|
65139
65464
|
},
|
|
65140
65465
|
[
|
|
65141
65466
|
ee(o.$slots, "singleLabel", { option: d.singleValue }, () => [
|
|
65142
|
-
|
|
65467
|
+
Le(
|
|
65143
65468
|
ue(o.currentOptionLabel),
|
|
65144
65469
|
1
|
|
65145
65470
|
/* TEXT */
|
|
@@ -65158,7 +65483,7 @@ function yz(o, n, a, r, l, d) {
|
|
|
65158
65483
|
},
|
|
65159
65484
|
[
|
|
65160
65485
|
ee(o.$slots, "placeholder", {}, () => [
|
|
65161
|
-
|
|
65486
|
+
Le(
|
|
65162
65487
|
ue(o.placeholder),
|
|
65163
65488
|
1
|
|
65164
65489
|
/* TEXT */
|
|
@@ -65200,7 +65525,7 @@ function yz(o, n, a, r, l, d) {
|
|
|
65200
65525
|
o.multiple && o.max === o.internalValue.length ? (E(), M("li", cz, [
|
|
65201
65526
|
G("span", pz, [
|
|
65202
65527
|
ee(o.$slots, "maxElements", {}, () => [
|
|
65203
|
-
|
|
65528
|
+
Le(
|
|
65204
65529
|
"Maximum of " + ue(o.max) + " options selected. First remove a selected option to select another.",
|
|
65205
65530
|
1
|
|
65206
65531
|
/* TEXT */
|
|
@@ -65273,7 +65598,7 @@ function yz(o, n, a, r, l, d) {
|
|
|
65273
65598
|
[
|
|
65274
65599
|
G("span", hz, [
|
|
65275
65600
|
ee(o.$slots, "noResult", { search: o.search }, () => [
|
|
65276
|
-
n[20] || (n[20] =
|
|
65601
|
+
n[20] || (n[20] = Le("No elements found. Consider changing the search query."))
|
|
65277
65602
|
])
|
|
65278
65603
|
])
|
|
65279
65604
|
],
|
|
@@ -65288,7 +65613,7 @@ function yz(o, n, a, r, l, d) {
|
|
|
65288
65613
|
[
|
|
65289
65614
|
G("span", bz, [
|
|
65290
65615
|
ee(o.$slots, "noOptions", {}, () => [
|
|
65291
|
-
n[21] || (n[21] =
|
|
65616
|
+
n[21] || (n[21] = Le("List is empty."))
|
|
65292
65617
|
])
|
|
65293
65618
|
])
|
|
65294
65619
|
],
|
|
@@ -65808,7 +66133,7 @@ function jz(o, n, a, r, l, d) {
|
|
|
65808
66133
|
}), {
|
|
65809
66134
|
default: te(() => [
|
|
65810
66135
|
ee(o.$slots, "label", nt(ft({ label: o.label })), () => [
|
|
65811
|
-
|
|
66136
|
+
Le(ue(o.requiredLabel), 1)
|
|
65812
66137
|
], !0)
|
|
65813
66138
|
], void 0, !0),
|
|
65814
66139
|
_: 3
|
|
@@ -65843,7 +66168,7 @@ function jz(o, n, a, r, l, d) {
|
|
|
65843
66168
|
]),
|
|
65844
66169
|
option: te(({ option: A }) => [
|
|
65845
66170
|
ee(o.$slots, "option", nt(ft({ option: A, optionLabel: o.optionLabel })), () => [
|
|
65846
|
-
|
|
66171
|
+
Le(ue(o.getOptionLabel({ option: A, optionLabel: o.optionLabel })), 1)
|
|
65847
66172
|
], !0)
|
|
65848
66173
|
]),
|
|
65849
66174
|
caret: te(({ toggle: A }) => [
|
|
@@ -65893,7 +66218,7 @@ function jz(o, n, a, r, l, d) {
|
|
|
65893
66218
|
activator: te(() => [
|
|
65894
66219
|
be(f, null, {
|
|
65895
66220
|
default: te(() => [
|
|
65896
|
-
|
|
66221
|
+
Le(" +" + ue(a.value.length - 1), 1)
|
|
65897
66222
|
], void 0, !0),
|
|
65898
66223
|
_: 1
|
|
65899
66224
|
})
|
|
@@ -65923,7 +66248,7 @@ function jz(o, n, a, r, l, d) {
|
|
|
65923
66248
|
invalid: o.invalid
|
|
65924
66249
|
}, {
|
|
65925
66250
|
default: te(() => [
|
|
65926
|
-
|
|
66251
|
+
Le(ue(o.validationText), 1)
|
|
65927
66252
|
], void 0, !0),
|
|
65928
66253
|
_: 1
|
|
65929
66254
|
}, 8, ["invalid"])) : X("", !0)
|
|
@@ -66141,7 +66466,7 @@ const Zz = /* @__PURE__ */ Ne(Vz, [["render", Hz], ["__scopeId", "data-v-03d21c6
|
|
|
66141
66466
|
class: "wt-stepper-steps__item"
|
|
66142
66467
|
}, {
|
|
66143
66468
|
default: te(() => [
|
|
66144
|
-
|
|
66469
|
+
Le(ue(f), 1)
|
|
66145
66470
|
], void 0, !0),
|
|
66146
66471
|
_: 2
|
|
66147
66472
|
}, 1032, ["color"])
|
|
@@ -66507,7 +66832,7 @@ function CV(o, n, a, r, l, d) {
|
|
|
66507
66832
|
})
|
|
66508
66833
|
]),
|
|
66509
66834
|
default: te(() => [
|
|
66510
|
-
|
|
66835
|
+
Le(" " + ue(o.$t("reusable.import")), 1)
|
|
66511
66836
|
], void 0, !0),
|
|
66512
66837
|
_: 1
|
|
66513
66838
|
})) : X("", !0),
|
|
@@ -66519,7 +66844,7 @@ function CV(o, n, a, r, l, d) {
|
|
|
66519
66844
|
})
|
|
66520
66845
|
]),
|
|
66521
66846
|
default: te(() => [
|
|
66522
|
-
|
|
66847
|
+
Le(" " + ue(o.$t("reusable.export")), 1)
|
|
66523
66848
|
], void 0, !0),
|
|
66524
66849
|
_: 1
|
|
66525
66850
|
})) : X("", !0),
|
|
@@ -66531,7 +66856,7 @@ function CV(o, n, a, r, l, d) {
|
|
|
66531
66856
|
})
|
|
66532
66857
|
]),
|
|
66533
66858
|
default: te(() => [
|
|
66534
|
-
|
|
66859
|
+
Le(" " + ue(o.$t("webitelUI.tableActions.filterReset")), 1)
|
|
66535
66860
|
], void 0, !0),
|
|
66536
66861
|
_: 1
|
|
66537
66862
|
})) : X("", !0),
|
|
@@ -66543,7 +66868,7 @@ function CV(o, n, a, r, l, d) {
|
|
|
66543
66868
|
})
|
|
66544
66869
|
]),
|
|
66545
66870
|
default: te(() => [
|
|
66546
|
-
|
|
66871
|
+
Le(" " + ue(o.$t("webitelUI.tableActions.columnSelect")), 1)
|
|
66547
66872
|
], void 0, !0),
|
|
66548
66873
|
_: 1
|
|
66549
66874
|
})) : X("", !0),
|
|
@@ -66555,7 +66880,7 @@ function CV(o, n, a, r, l, d) {
|
|
|
66555
66880
|
})
|
|
66556
66881
|
]),
|
|
66557
66882
|
default: te(() => [
|
|
66558
|
-
|
|
66883
|
+
Le(" " + ue(o.$t("webitelUI.tableActions.refreshTable")), 1)
|
|
66559
66884
|
], void 0, !0),
|
|
66560
66885
|
_: 1
|
|
66561
66886
|
})) : X("", !0),
|
|
@@ -66568,7 +66893,7 @@ function CV(o, n, a, r, l, d) {
|
|
|
66568
66893
|
}, null, 8, ["class"])
|
|
66569
66894
|
]),
|
|
66570
66895
|
default: te(() => [
|
|
66571
|
-
|
|
66896
|
+
Le(" " + ue(o.$t("webitelUI.tableActions.expandFilters")), 1)
|
|
66572
66897
|
], void 0, !0),
|
|
66573
66898
|
_: 1
|
|
66574
66899
|
})) : X("", !0)
|
|
@@ -66639,7 +66964,7 @@ function SV(o, n, a, r, l, d) {
|
|
|
66639
66964
|
}, null, 8, ["onClick"])
|
|
66640
66965
|
]),
|
|
66641
66966
|
default: te(() => [
|
|
66642
|
-
|
|
66967
|
+
Le(" " + ue(o.$t("webitelUI.tableColumnSelect.title")), 1)
|
|
66643
66968
|
], void 0, !0),
|
|
66644
66969
|
_: 1
|
|
66645
66970
|
}),
|
|
@@ -66649,7 +66974,7 @@ function SV(o, n, a, r, l, d) {
|
|
|
66649
66974
|
onClose: d.close
|
|
66650
66975
|
}, {
|
|
66651
66976
|
title: te(() => [
|
|
66652
|
-
|
|
66977
|
+
Le(ue(o.$t("webitelUI.tableColumnSelect.title")), 1)
|
|
66653
66978
|
]),
|
|
66654
66979
|
main: te(() => [
|
|
66655
66980
|
G("div", IV, [
|
|
@@ -66676,7 +67001,7 @@ function SV(o, n, a, r, l, d) {
|
|
|
66676
67001
|
actions: te(() => [
|
|
66677
67002
|
be(h, { onClick: d.setShownColumns }, {
|
|
66678
67003
|
default: te(() => [
|
|
66679
|
-
|
|
67004
|
+
Le(ue(o.$t("reusable.add")), 1)
|
|
66680
67005
|
], void 0, !0),
|
|
66681
67006
|
_: 1
|
|
66682
67007
|
}, 8, ["onClick"]),
|
|
@@ -66685,7 +67010,7 @@ function SV(o, n, a, r, l, d) {
|
|
|
66685
67010
|
onClick: d.close
|
|
66686
67011
|
}, {
|
|
66687
67012
|
default: te(() => [
|
|
66688
|
-
|
|
67013
|
+
Le(ue(o.$t("reusable.cancel")), 1)
|
|
66689
67014
|
], void 0, !0),
|
|
66690
67015
|
_: 1
|
|
66691
67016
|
}, 8, ["onClick"])
|
|
@@ -68274,7 +68599,7 @@ function yH(o, n, a, r, l, d) {
|
|
|
68274
68599
|
}), {
|
|
68275
68600
|
default: te(() => [
|
|
68276
68601
|
ee(o.$slots, "label", nt(ft({ label: o.label })), () => [
|
|
68277
|
-
|
|
68602
|
+
Le(ue(o.requiredLabel), 1)
|
|
68278
68603
|
], !0)
|
|
68279
68604
|
], void 0, !0),
|
|
68280
68605
|
_: 3
|
|
@@ -68297,7 +68622,7 @@ function yH(o, n, a, r, l, d) {
|
|
|
68297
68622
|
tag: te(({ option: C, remove: A }) => [
|
|
68298
68623
|
be(m, { class: "multiselect__custom-tag" }, {
|
|
68299
68624
|
default: te(() => [
|
|
68300
|
-
|
|
68625
|
+
Le(ue(d.getTagOptionLabel({ option: C, optionLabel: o.optionLabel })) + " ", 1),
|
|
68301
68626
|
be(f, {
|
|
68302
68627
|
color: "on-primary",
|
|
68303
68628
|
icon: "close--filled",
|
|
@@ -68310,7 +68635,7 @@ function yH(o, n, a, r, l, d) {
|
|
|
68310
68635
|
]),
|
|
68311
68636
|
option: te(({ option: C }) => [
|
|
68312
68637
|
ee(o.$slots, "option", nt(ft({ option: C, optionLabel: o.optionLabel })), () => [
|
|
68313
|
-
|
|
68638
|
+
Le(ue(d.getTagOptionLabel({ option: C, optionLabel: o.optionLabel })), 1)
|
|
68314
68639
|
], !0)
|
|
68315
68640
|
]),
|
|
68316
68641
|
caret: te(({ toggle: C }) => [
|
|
@@ -68346,7 +68671,7 @@ function yH(o, n, a, r, l, d) {
|
|
|
68346
68671
|
invalid: o.invalid
|
|
68347
68672
|
}, {
|
|
68348
68673
|
default: te(() => [
|
|
68349
|
-
|
|
68674
|
+
Le(ue(o.validationText), 1)
|
|
68350
68675
|
], void 0, !0),
|
|
68351
68676
|
_: 1
|
|
68352
68677
|
}, 8, ["invalid"])) : X("", !0)
|
|
@@ -68481,7 +68806,7 @@ function _H(o, n, a, r, l, d) {
|
|
|
68481
68806
|
}), {
|
|
68482
68807
|
default: te(() => [
|
|
68483
68808
|
ee(o.$slots, "label", nt(ft({ label: a.label })), () => [
|
|
68484
|
-
|
|
68809
|
+
Le(ue(a.label), 1)
|
|
68485
68810
|
], !0)
|
|
68486
68811
|
], void 0, !0),
|
|
68487
68812
|
_: 3
|
|
@@ -68515,7 +68840,7 @@ function _H(o, n, a, r, l, d) {
|
|
|
68515
68840
|
invalid: o.invalid
|
|
68516
68841
|
}, {
|
|
68517
68842
|
default: te(() => [
|
|
68518
|
-
|
|
68843
|
+
Le(ue(o.validationText), 1)
|
|
68519
68844
|
], void 0, !0),
|
|
68520
68845
|
_: 1
|
|
68521
68846
|
}, 8, ["invalid"])) : X("", !0)
|
|
@@ -68606,7 +68931,7 @@ function OH(o, n, a, r, l, d) {
|
|
|
68606
68931
|
}), {
|
|
68607
68932
|
default: te(() => [
|
|
68608
68933
|
ee(o.$slots, "label", nt(ft({ label: a.label })), () => [
|
|
68609
|
-
|
|
68934
|
+
Le(ue(a.label), 1)
|
|
68610
68935
|
], !0)
|
|
68611
68936
|
], void 0, !0),
|
|
68612
68937
|
_: 3
|
|
@@ -68626,7 +68951,7 @@ function OH(o, n, a, r, l, d) {
|
|
|
68626
68951
|
invalid: o.invalid
|
|
68627
68952
|
}, {
|
|
68628
68953
|
default: te(() => [
|
|
68629
|
-
|
|
68954
|
+
Le(ue(o.validationText), 1)
|
|
68630
68955
|
], void 0, !0),
|
|
68631
68956
|
_: 1
|
|
68632
68957
|
}, 8, ["invalid"])) : X("", !0)
|
|
@@ -68778,7 +69103,7 @@ function RH(o, n, a, r, l, d) {
|
|
|
68778
69103
|
a.label || !a.noLabel ? (E(), he(p, Ie({ key: 0 }, a.labelProps, { invalid: o.invalid }), {
|
|
68779
69104
|
default: te(() => [
|
|
68780
69105
|
ee(o.$slots, "label", nt(ft({ label: a.label })), () => [
|
|
68781
|
-
|
|
69106
|
+
Le(ue(d.requiredLabel), 1)
|
|
68782
69107
|
], !0)
|
|
68783
69108
|
], void 0, !0),
|
|
68784
69109
|
_: 3
|
|
@@ -68821,7 +69146,7 @@ function RH(o, n, a, r, l, d) {
|
|
|
68821
69146
|
invalid: o.invalid
|
|
68822
69147
|
}, {
|
|
68823
69148
|
default: te(() => [
|
|
68824
|
-
|
|
69149
|
+
Le(ue(o.validationText), 1)
|
|
68825
69150
|
], void 0, !0),
|
|
68826
69151
|
_: 1
|
|
68827
69152
|
}, 8, ["invalid"])) : X("", !0)
|
|
@@ -70379,7 +70704,7 @@ const Nf = {
|
|
|
70379
70704
|
index: b.rowPosition,
|
|
70380
70705
|
item: b.data
|
|
70381
70706
|
}, () => [
|
|
70382
|
-
|
|
70707
|
+
Le(ue(b.data[C.value]), 1)
|
|
70383
70708
|
], !0)
|
|
70384
70709
|
])
|
|
70385
70710
|
]))), 128)),
|
|
@@ -70555,7 +70880,7 @@ const Nf = {
|
|
|
70555
70880
|
index: T,
|
|
70556
70881
|
item: W
|
|
70557
70882
|
}, () => [
|
|
70558
|
-
|
|
70883
|
+
Le(ue(W[S.value]), 1)
|
|
70559
70884
|
], !0)
|
|
70560
70885
|
])
|
|
70561
70886
|
}))
|
|
@@ -76092,7 +76417,7 @@ function xG(o, n, a, r, l, d) {
|
|
|
76092
76417
|
option: T.optionGroup,
|
|
76093
76418
|
index: d.getOptionIndex(S, O)
|
|
76094
76419
|
}, function() {
|
|
76095
|
-
return [
|
|
76420
|
+
return [Le(ue(d.getOptionGroupLabel(T.optionGroup)), 1)];
|
|
76096
76421
|
})], 16, wG)) : At((E(), M("li", Ie({
|
|
76097
76422
|
key: 1,
|
|
76098
76423
|
id: o.$id + "_" + d.getOptionIndex(S, O),
|
|
@@ -76124,14 +76449,14 @@ function xG(o, n, a, r, l, d) {
|
|
|
76124
76449
|
option: T,
|
|
76125
76450
|
index: d.getOptionIndex(S, O)
|
|
76126
76451
|
}, function() {
|
|
76127
|
-
return [
|
|
76452
|
+
return [Le(ue(d.getOptionLabel(T)), 1)];
|
|
76128
76453
|
})], 16, CG)), [[y]])], 64);
|
|
76129
76454
|
}), 128)), o.showEmptyMessage && (!_ || _ && _.length === 0) ? (E(), M("li", Ie({
|
|
76130
76455
|
key: 0,
|
|
76131
76456
|
class: o.cx("emptyMessage"),
|
|
76132
76457
|
role: "option"
|
|
76133
76458
|
}, o.ptm("emptyMessage")), [ee(o.$slots, "empty", {}, function() {
|
|
76134
|
-
return [
|
|
76459
|
+
return [Le(ue(d.searchResultMessageText), 1)];
|
|
76135
76460
|
})], 16)) : X("", !0)], 16, vG)];
|
|
76136
76461
|
}),
|
|
76137
76462
|
_: 2
|
|
@@ -76326,7 +76651,7 @@ function EG(o, n, a, r, l, d) {
|
|
|
76326
76651
|
class: o.cx("root"),
|
|
76327
76652
|
"data-p": d.dataP
|
|
76328
76653
|
}, o.ptmi("root")), [ee(o.$slots, "default", {}, function() {
|
|
76329
|
-
return [
|
|
76654
|
+
return [Le(ue(o.value), 1)];
|
|
76330
76655
|
})], 16, TG);
|
|
76331
76656
|
}
|
|
76332
76657
|
$9.render = EG;
|