@kong-ui-public/forms 4.11.1-pr.1993.e54ada17d.0 → 4.11.1-pr.2001.6ea4ed63c.0
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/forms.es.js +504 -502
- package/dist/forms.umd.js +2 -2
- package/dist/style.css +1 -1
- package/dist/types/components/fields/FieldInput.vue.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/forms.es.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { resolveComponent as O, openBlock as u, createElementBlock as g, createElementVNode as h, toDisplayString as U, normalizeClass as W, createVNode as T, defineComponent as re, provide as it, withCtx as C, renderSlot as Oe, unref as M, createTextVNode as ee, createBlock as A, resolveDynamicComponent as ne, Fragment as D, renderList as J, ref as ue, computed as L, toRefs as Le, inject as rt, onMounted as
|
|
1
|
+
import { resolveComponent as O, openBlock as u, createElementBlock as g, createElementVNode as h, toDisplayString as U, normalizeClass as W, createVNode as T, defineComponent as re, provide as it, withCtx as C, renderSlot as Oe, unref as M, createTextVNode as ee, createBlock as A, resolveDynamicComponent as ne, Fragment as D, renderList as J, ref as ue, computed as L, toRefs as Le, inject as rt, onMounted as An, onBeforeMount as Ft, mergeProps as Ie, Transition as Ii, createCommentVNode as V, resolveDirective as En, withDirectives as de, vModelText as Ze, vModelCheckbox as Oi, vModelSelect as Ai, vModelDynamic as Fn, isRef as Ye, toRef as Ei, vModelRadio as Fi, vShow as ki, createSlots as kn, watch as kt, normalizeProps as Ui, guardReactiveProps as $i, useSlots as ct, nextTick as qt } from "vue";
|
|
2
2
|
import { createI18n as ge } from "@kong-ui-public/i18n";
|
|
3
|
-
import { TrashIcon as at, AddIcon as
|
|
4
|
-
import { useStringHelpers as
|
|
5
|
-
function
|
|
3
|
+
import { TrashIcon as at, AddIcon as Ut, RemoveIcon as Vi } from "@kong/icons";
|
|
4
|
+
import { useStringHelpers as ji, useErrors as Ri, useDebouncedFilter as Pi, useAxios as Ni } from "@kong-ui-public/entities-shared";
|
|
5
|
+
function Un(e, t) {
|
|
6
6
|
for (var n = -1, a = e == null ? 0 : e.length; ++n < a && t(e[n], n, e) !== !1; )
|
|
7
7
|
;
|
|
8
8
|
return e;
|
|
9
9
|
}
|
|
10
|
-
function
|
|
10
|
+
function Li(e) {
|
|
11
11
|
return function(t, n, a) {
|
|
12
12
|
for (var i = -1, r = Object(t), s = a(t), o = s.length; o--; ) {
|
|
13
13
|
var d = s[++i];
|
|
@@ -17,123 +17,123 @@ function qi(e) {
|
|
|
17
17
|
return t;
|
|
18
18
|
};
|
|
19
19
|
}
|
|
20
|
-
var
|
|
21
|
-
function
|
|
20
|
+
var qi = Li();
|
|
21
|
+
function Ki(e, t) {
|
|
22
22
|
for (var n = -1, a = Array(e); ++n < e; )
|
|
23
23
|
a[n] = t(n);
|
|
24
24
|
return a;
|
|
25
25
|
}
|
|
26
|
-
var
|
|
27
|
-
function
|
|
28
|
-
var t =
|
|
26
|
+
var $n = typeof global == "object" && global && global.Object === Object && global, Di = typeof self == "object" && self && self.Object === Object && self, pe = $n || Di || Function("return this")(), Ae = pe.Symbol, Vn = Object.prototype, Bi = Vn.hasOwnProperty, zi = Vn.toString, We = Ae ? Ae.toStringTag : void 0;
|
|
27
|
+
function xi(e) {
|
|
28
|
+
var t = Bi.call(e, We), n = e[We];
|
|
29
29
|
try {
|
|
30
30
|
e[We] = void 0;
|
|
31
31
|
var a = !0;
|
|
32
32
|
} catch {
|
|
33
33
|
}
|
|
34
|
-
var i =
|
|
34
|
+
var i = zi.call(e);
|
|
35
35
|
return a && (t ? e[We] = n : delete e[We]), i;
|
|
36
36
|
}
|
|
37
|
-
var
|
|
38
|
-
function
|
|
39
|
-
return
|
|
37
|
+
var Yi = Object.prototype, Hi = Yi.toString;
|
|
38
|
+
function Gi(e) {
|
|
39
|
+
return Hi.call(e);
|
|
40
40
|
}
|
|
41
|
-
var
|
|
41
|
+
var Wi = "[object Null]", Zi = "[object Undefined]", Kt = Ae ? Ae.toStringTag : void 0;
|
|
42
42
|
function Ee(e) {
|
|
43
|
-
return e == null ? e === void 0 ?
|
|
43
|
+
return e == null ? e === void 0 ? Zi : Wi : Kt && Kt in Object(e) ? xi(e) : Gi(e);
|
|
44
44
|
}
|
|
45
45
|
function Fe(e) {
|
|
46
46
|
return e != null && typeof e == "object";
|
|
47
47
|
}
|
|
48
|
-
var
|
|
49
|
-
function
|
|
50
|
-
return Fe(e) && Ee(e) ==
|
|
48
|
+
var Ji = "[object Arguments]";
|
|
49
|
+
function Dt(e) {
|
|
50
|
+
return Fe(e) && Ee(e) == Ji;
|
|
51
51
|
}
|
|
52
|
-
var
|
|
52
|
+
var jn = Object.prototype, Qi = jn.hasOwnProperty, Xi = jn.propertyIsEnumerable, ea = Dt(/* @__PURE__ */ function() {
|
|
53
53
|
return arguments;
|
|
54
|
-
}()) ?
|
|
55
|
-
return Fe(e) &&
|
|
54
|
+
}()) ? Dt : function(e) {
|
|
55
|
+
return Fe(e) && Qi.call(e, "callee") && !Xi.call(e, "callee");
|
|
56
56
|
}, ke = Array.isArray;
|
|
57
|
-
function
|
|
57
|
+
function ta() {
|
|
58
58
|
return !1;
|
|
59
59
|
}
|
|
60
|
-
var
|
|
61
|
-
function
|
|
60
|
+
var Rn = typeof exports == "object" && exports && !exports.nodeType && exports, Bt = Rn && typeof module == "object" && module && !module.nodeType && module, na = Bt && Bt.exports === Rn, zt = na ? pe.Buffer : void 0, ia = zt ? zt.isBuffer : void 0, Pn = ia || ta, aa = 9007199254740991, ra = /^(?:0|[1-9]\d*)$/;
|
|
61
|
+
function Nn(e, t) {
|
|
62
62
|
var n = typeof e;
|
|
63
|
-
return t = t ??
|
|
63
|
+
return t = t ?? aa, !!t && (n == "number" || n != "symbol" && ra.test(e)) && e > -1 && e % 1 == 0 && e < t;
|
|
64
64
|
}
|
|
65
|
-
var
|
|
66
|
-
function
|
|
67
|
-
return typeof e == "number" && e > -1 && e % 1 == 0 && e <=
|
|
65
|
+
var oa = 9007199254740991;
|
|
66
|
+
function Ln(e) {
|
|
67
|
+
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= oa;
|
|
68
68
|
}
|
|
69
|
-
var
|
|
70
|
-
G[Sa] = G[Ta] = G[Ca] = G[Ia] = G[Oa] = G[Aa] = G[Ea] = G[Fa] =
|
|
71
|
-
G[la] = G[
|
|
72
|
-
function
|
|
73
|
-
return Fe(e) &&
|
|
69
|
+
var sa = "[object Arguments]", la = "[object Array]", da = "[object Boolean]", ua = "[object Date]", ca = "[object Error]", ma = "[object Function]", fa = "[object Map]", ha = "[object Number]", pa = "[object Object]", ga = "[object RegExp]", va = "[object Set]", ya = "[object String]", ba = "[object WeakMap]", _a = "[object ArrayBuffer]", wa = "[object DataView]", Ma = "[object Float32Array]", Sa = "[object Float64Array]", Ta = "[object Int8Array]", Ca = "[object Int16Array]", Ia = "[object Int32Array]", Oa = "[object Uint8Array]", Aa = "[object Uint8ClampedArray]", Ea = "[object Uint16Array]", Fa = "[object Uint32Array]", G = {};
|
|
70
|
+
G[Ma] = G[Sa] = G[Ta] = G[Ca] = G[Ia] = G[Oa] = G[Aa] = G[Ea] = G[Fa] = !0;
|
|
71
|
+
G[sa] = G[la] = G[_a] = G[da] = G[wa] = G[ua] = G[ca] = G[ma] = G[fa] = G[ha] = G[pa] = G[ga] = G[va] = G[ya] = G[ba] = !1;
|
|
72
|
+
function ka(e) {
|
|
73
|
+
return Fe(e) && Ln(e.length) && !!G[Ee(e)];
|
|
74
74
|
}
|
|
75
|
-
function
|
|
75
|
+
function $t(e) {
|
|
76
76
|
return function(t) {
|
|
77
77
|
return e(t);
|
|
78
78
|
};
|
|
79
79
|
}
|
|
80
|
-
var
|
|
80
|
+
var qn = typeof exports == "object" && exports && !exports.nodeType && exports, Je = qn && typeof module == "object" && module && !module.nodeType && module, Ua = Je && Je.exports === qn, wt = Ua && $n.process, xe = function() {
|
|
81
81
|
try {
|
|
82
82
|
var e = Je && Je.require && Je.require("util").types;
|
|
83
83
|
return e || wt && wt.binding && wt.binding("util");
|
|
84
84
|
} catch {
|
|
85
85
|
}
|
|
86
|
-
}(),
|
|
87
|
-
function
|
|
88
|
-
var n = ke(e), a = !n &&
|
|
86
|
+
}(), xt = xe && xe.isTypedArray, $a = xt ? $t(xt) : ka, Va = Object.prototype, ja = Va.hasOwnProperty;
|
|
87
|
+
function Kn(e, t) {
|
|
88
|
+
var n = ke(e), a = !n && ea(e), i = !n && !a && Pn(e), r = !n && !a && !i && $a(e), s = n || a || i || r, o = s ? Ki(e.length, String) : [], d = o.length;
|
|
89
89
|
for (var l in e)
|
|
90
|
-
(t ||
|
|
90
|
+
(t || ja.call(e, l)) && !(s && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
91
91
|
(l == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
92
92
|
i && (l == "offset" || l == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
93
93
|
r && (l == "buffer" || l == "byteLength" || l == "byteOffset") || // Skip index properties.
|
|
94
|
-
|
|
94
|
+
Nn(l, d))) && o.push(l);
|
|
95
95
|
return o;
|
|
96
96
|
}
|
|
97
|
-
var
|
|
98
|
-
function
|
|
99
|
-
var t = e && e.constructor, n = typeof t == "function" && t.prototype ||
|
|
97
|
+
var Ra = Object.prototype;
|
|
98
|
+
function Vt(e) {
|
|
99
|
+
var t = e && e.constructor, n = typeof t == "function" && t.prototype || Ra;
|
|
100
100
|
return e === n;
|
|
101
101
|
}
|
|
102
|
-
function
|
|
102
|
+
function Dn(e, t) {
|
|
103
103
|
return function(n) {
|
|
104
104
|
return e(t(n));
|
|
105
105
|
};
|
|
106
106
|
}
|
|
107
|
-
var
|
|
108
|
-
function
|
|
109
|
-
if (!
|
|
110
|
-
return
|
|
107
|
+
var Pa = Dn(Object.keys, Object), Na = Object.prototype, La = Na.hasOwnProperty;
|
|
108
|
+
function qa(e) {
|
|
109
|
+
if (!Vt(e))
|
|
110
|
+
return Pa(e);
|
|
111
111
|
var t = [];
|
|
112
112
|
for (var n in Object(e))
|
|
113
|
-
|
|
113
|
+
La.call(e, n) && n != "constructor" && t.push(n);
|
|
114
114
|
return t;
|
|
115
115
|
}
|
|
116
116
|
function me(e) {
|
|
117
117
|
var t = typeof e;
|
|
118
118
|
return e != null && (t == "object" || t == "function");
|
|
119
119
|
}
|
|
120
|
-
var
|
|
120
|
+
var Ka = "[object AsyncFunction]", Da = "[object Function]", Ba = "[object GeneratorFunction]", za = "[object Proxy]";
|
|
121
121
|
function H(e) {
|
|
122
122
|
if (!me(e))
|
|
123
123
|
return !1;
|
|
124
124
|
var t = Ee(e);
|
|
125
|
-
return t ==
|
|
125
|
+
return t == Da || t == Ba || t == Ka || t == za;
|
|
126
126
|
}
|
|
127
127
|
function mt(e) {
|
|
128
|
-
return e != null &&
|
|
128
|
+
return e != null && Ln(e.length) && !H(e);
|
|
129
129
|
}
|
|
130
130
|
function ft(e) {
|
|
131
|
-
return mt(e) ?
|
|
131
|
+
return mt(e) ? Kn(e) : qa(e);
|
|
132
132
|
}
|
|
133
|
-
function
|
|
134
|
-
return e &&
|
|
133
|
+
function xa(e, t) {
|
|
134
|
+
return e && qi(e, t, ft);
|
|
135
135
|
}
|
|
136
|
-
function
|
|
136
|
+
function Ya(e, t) {
|
|
137
137
|
return function(n, a) {
|
|
138
138
|
if (n == null)
|
|
139
139
|
return n;
|
|
@@ -144,40 +144,40 @@ function Ha(e, t) {
|
|
|
144
144
|
return n;
|
|
145
145
|
};
|
|
146
146
|
}
|
|
147
|
-
var
|
|
148
|
-
function
|
|
147
|
+
var Ha = Ya(xa);
|
|
148
|
+
function jt(e) {
|
|
149
149
|
return e;
|
|
150
150
|
}
|
|
151
|
-
function
|
|
152
|
-
return typeof e == "function" ? e :
|
|
151
|
+
function Ga(e) {
|
|
152
|
+
return typeof e == "function" ? e : jt;
|
|
153
153
|
}
|
|
154
154
|
function le(e, t) {
|
|
155
|
-
var n = ke(e) ?
|
|
156
|
-
return n(e,
|
|
155
|
+
var n = ke(e) ? Un : Ha;
|
|
156
|
+
return n(e, Ga(t));
|
|
157
157
|
}
|
|
158
|
-
var
|
|
158
|
+
var Wa = "[object Symbol]";
|
|
159
159
|
function ht(e) {
|
|
160
|
-
return typeof e == "symbol" || Fe(e) && Ee(e) ==
|
|
160
|
+
return typeof e == "symbol" || Fe(e) && Ee(e) == Wa;
|
|
161
161
|
}
|
|
162
|
-
var
|
|
163
|
-
function
|
|
162
|
+
var Za = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, Ja = /^\w*$/;
|
|
163
|
+
function Qa(e, t) {
|
|
164
164
|
if (ke(e))
|
|
165
165
|
return !1;
|
|
166
166
|
var n = typeof e;
|
|
167
|
-
return n == "number" || n == "symbol" || n == "boolean" || e == null || ht(e) ? !0 :
|
|
167
|
+
return n == "number" || n == "symbol" || n == "boolean" || e == null || ht(e) ? !0 : Ja.test(e) || !Za.test(e) || t != null && e in Object(t);
|
|
168
168
|
}
|
|
169
|
-
var Mt = pe["__core-js_shared__"],
|
|
169
|
+
var Mt = pe["__core-js_shared__"], Yt = function() {
|
|
170
170
|
var e = /[^.]+$/.exec(Mt && Mt.keys && Mt.keys.IE_PROTO || "");
|
|
171
171
|
return e ? "Symbol(src)_1." + e : "";
|
|
172
172
|
}();
|
|
173
|
-
function
|
|
174
|
-
return !!
|
|
173
|
+
function Xa(e) {
|
|
174
|
+
return !!Yt && Yt in e;
|
|
175
175
|
}
|
|
176
|
-
var
|
|
176
|
+
var er = Function.prototype, tr = er.toString;
|
|
177
177
|
function qe(e) {
|
|
178
178
|
if (e != null) {
|
|
179
179
|
try {
|
|
180
|
-
return
|
|
180
|
+
return tr.call(e);
|
|
181
181
|
} catch {
|
|
182
182
|
}
|
|
183
183
|
try {
|
|
@@ -187,48 +187,48 @@ function qe(e) {
|
|
|
187
187
|
}
|
|
188
188
|
return "";
|
|
189
189
|
}
|
|
190
|
-
var
|
|
191
|
-
"^" +
|
|
190
|
+
var nr = /[\\^$.*+?()[\]{}|]/g, ir = /^\[object .+?Constructor\]$/, ar = Function.prototype, rr = Object.prototype, or = ar.toString, sr = rr.hasOwnProperty, lr = RegExp(
|
|
191
|
+
"^" + or.call(sr).replace(nr, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
192
192
|
);
|
|
193
|
-
function
|
|
194
|
-
if (!me(e) ||
|
|
193
|
+
function dr(e) {
|
|
194
|
+
if (!me(e) || Xa(e))
|
|
195
195
|
return !1;
|
|
196
|
-
var t = H(e) ?
|
|
196
|
+
var t = H(e) ? lr : ir;
|
|
197
197
|
return t.test(qe(e));
|
|
198
198
|
}
|
|
199
|
-
function
|
|
199
|
+
function ur(e, t) {
|
|
200
200
|
return e == null ? void 0 : e[t];
|
|
201
201
|
}
|
|
202
202
|
function Ke(e, t) {
|
|
203
|
-
var n =
|
|
204
|
-
return
|
|
203
|
+
var n = ur(e, t);
|
|
204
|
+
return dr(n) ? n : void 0;
|
|
205
205
|
}
|
|
206
206
|
var et = Ke(Object, "create");
|
|
207
|
-
function
|
|
207
|
+
function cr() {
|
|
208
208
|
this.__data__ = et ? et(null) : {}, this.size = 0;
|
|
209
209
|
}
|
|
210
|
-
function
|
|
210
|
+
function mr(e) {
|
|
211
211
|
var t = this.has(e) && delete this.__data__[e];
|
|
212
212
|
return this.size -= t ? 1 : 0, t;
|
|
213
213
|
}
|
|
214
|
-
var
|
|
215
|
-
function
|
|
214
|
+
var fr = "__lodash_hash_undefined__", hr = Object.prototype, pr = hr.hasOwnProperty;
|
|
215
|
+
function gr(e) {
|
|
216
216
|
var t = this.__data__;
|
|
217
217
|
if (et) {
|
|
218
218
|
var n = t[e];
|
|
219
|
-
return n ===
|
|
219
|
+
return n === fr ? void 0 : n;
|
|
220
220
|
}
|
|
221
|
-
return
|
|
221
|
+
return pr.call(t, e) ? t[e] : void 0;
|
|
222
222
|
}
|
|
223
|
-
var
|
|
224
|
-
function
|
|
223
|
+
var vr = Object.prototype, yr = vr.hasOwnProperty;
|
|
224
|
+
function br(e) {
|
|
225
225
|
var t = this.__data__;
|
|
226
|
-
return et ? t[e] !== void 0 :
|
|
226
|
+
return et ? t[e] !== void 0 : yr.call(t, e);
|
|
227
227
|
}
|
|
228
|
-
var
|
|
229
|
-
function
|
|
228
|
+
var _r = "__lodash_hash_undefined__";
|
|
229
|
+
function wr(e, t) {
|
|
230
230
|
var n = this.__data__;
|
|
231
|
-
return this.size += this.has(e) ? 0 : 1, n[e] = et && t === void 0 ?
|
|
231
|
+
return this.size += this.has(e) ? 0 : 1, n[e] = et && t === void 0 ? _r : t, this;
|
|
232
232
|
}
|
|
233
233
|
function je(e) {
|
|
234
234
|
var t = -1, n = e == null ? 0 : e.length;
|
|
@@ -237,12 +237,12 @@ function je(e) {
|
|
|
237
237
|
this.set(a[0], a[1]);
|
|
238
238
|
}
|
|
239
239
|
}
|
|
240
|
-
je.prototype.clear =
|
|
241
|
-
je.prototype.delete =
|
|
242
|
-
je.prototype.get =
|
|
243
|
-
je.prototype.has =
|
|
244
|
-
je.prototype.set =
|
|
245
|
-
function
|
|
240
|
+
je.prototype.clear = cr;
|
|
241
|
+
je.prototype.delete = mr;
|
|
242
|
+
je.prototype.get = gr;
|
|
243
|
+
je.prototype.has = br;
|
|
244
|
+
je.prototype.set = wr;
|
|
245
|
+
function Mr() {
|
|
246
246
|
this.__data__ = [], this.size = 0;
|
|
247
247
|
}
|
|
248
248
|
function pt(e, t) {
|
|
@@ -254,22 +254,22 @@ function gt(e, t) {
|
|
|
254
254
|
return n;
|
|
255
255
|
return -1;
|
|
256
256
|
}
|
|
257
|
-
var
|
|
258
|
-
function
|
|
257
|
+
var Sr = Array.prototype, Tr = Sr.splice;
|
|
258
|
+
function Cr(e) {
|
|
259
259
|
var t = this.__data__, n = gt(t, e);
|
|
260
260
|
if (n < 0)
|
|
261
261
|
return !1;
|
|
262
262
|
var a = t.length - 1;
|
|
263
|
-
return n == a ? t.pop() :
|
|
263
|
+
return n == a ? t.pop() : Tr.call(t, n, 1), --this.size, !0;
|
|
264
264
|
}
|
|
265
|
-
function
|
|
265
|
+
function Ir(e) {
|
|
266
266
|
var t = this.__data__, n = gt(t, e);
|
|
267
267
|
return n < 0 ? void 0 : t[n][1];
|
|
268
268
|
}
|
|
269
|
-
function
|
|
269
|
+
function Or(e) {
|
|
270
270
|
return gt(this.__data__, e) > -1;
|
|
271
271
|
}
|
|
272
|
-
function
|
|
272
|
+
function Ar(e, t) {
|
|
273
273
|
var n = this.__data__, a = gt(n, e);
|
|
274
274
|
return a < 0 ? (++this.size, n.push([e, t])) : n[a][1] = t, this;
|
|
275
275
|
}
|
|
@@ -280,38 +280,38 @@ function Me(e) {
|
|
|
280
280
|
this.set(a[0], a[1]);
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
|
-
Me.prototype.clear =
|
|
284
|
-
Me.prototype.delete =
|
|
285
|
-
Me.prototype.get =
|
|
286
|
-
Me.prototype.has =
|
|
287
|
-
Me.prototype.set =
|
|
283
|
+
Me.prototype.clear = Mr;
|
|
284
|
+
Me.prototype.delete = Cr;
|
|
285
|
+
Me.prototype.get = Ir;
|
|
286
|
+
Me.prototype.has = Or;
|
|
287
|
+
Me.prototype.set = Ar;
|
|
288
288
|
var tt = Ke(pe, "Map");
|
|
289
|
-
function
|
|
289
|
+
function Er() {
|
|
290
290
|
this.size = 0, this.__data__ = {
|
|
291
291
|
hash: new je(),
|
|
292
292
|
map: new (tt || Me)(),
|
|
293
293
|
string: new je()
|
|
294
294
|
};
|
|
295
295
|
}
|
|
296
|
-
function
|
|
296
|
+
function Fr(e) {
|
|
297
297
|
var t = typeof e;
|
|
298
298
|
return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
|
|
299
299
|
}
|
|
300
300
|
function vt(e, t) {
|
|
301
301
|
var n = e.__data__;
|
|
302
|
-
return
|
|
302
|
+
return Fr(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
|
|
303
303
|
}
|
|
304
|
-
function
|
|
304
|
+
function kr(e) {
|
|
305
305
|
var t = vt(this, e).delete(e);
|
|
306
306
|
return this.size -= t ? 1 : 0, t;
|
|
307
307
|
}
|
|
308
|
-
function
|
|
308
|
+
function Ur(e) {
|
|
309
309
|
return vt(this, e).get(e);
|
|
310
310
|
}
|
|
311
|
-
function
|
|
311
|
+
function $r(e) {
|
|
312
312
|
return vt(this, e).has(e);
|
|
313
313
|
}
|
|
314
|
-
function
|
|
314
|
+
function Vr(e, t) {
|
|
315
315
|
var n = vt(this, e), a = n.size;
|
|
316
316
|
return n.set(e, t), this.size += n.size == a ? 0 : 1, this;
|
|
317
317
|
}
|
|
@@ -322,15 +322,15 @@ function Se(e) {
|
|
|
322
322
|
this.set(a[0], a[1]);
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
|
-
Se.prototype.clear =
|
|
326
|
-
Se.prototype.delete =
|
|
327
|
-
Se.prototype.get =
|
|
328
|
-
Se.prototype.has =
|
|
329
|
-
Se.prototype.set =
|
|
330
|
-
var
|
|
331
|
-
function
|
|
325
|
+
Se.prototype.clear = Er;
|
|
326
|
+
Se.prototype.delete = kr;
|
|
327
|
+
Se.prototype.get = Ur;
|
|
328
|
+
Se.prototype.has = $r;
|
|
329
|
+
Se.prototype.set = Vr;
|
|
330
|
+
var jr = "Expected a function";
|
|
331
|
+
function Rt(e, t) {
|
|
332
332
|
if (typeof e != "function" || t != null && typeof t != "function")
|
|
333
|
-
throw new TypeError(
|
|
333
|
+
throw new TypeError(jr);
|
|
334
334
|
var n = function() {
|
|
335
335
|
var a = arguments, i = t ? t.apply(this, a) : a[0], r = n.cache;
|
|
336
336
|
if (r.has(i))
|
|
@@ -338,84 +338,84 @@ function Pt(e, t) {
|
|
|
338
338
|
var s = e.apply(this, a);
|
|
339
339
|
return n.cache = r.set(i, s) || r, s;
|
|
340
340
|
};
|
|
341
|
-
return n.cache = new (
|
|
341
|
+
return n.cache = new (Rt.Cache || Se)(), n;
|
|
342
342
|
}
|
|
343
|
-
|
|
344
|
-
var
|
|
345
|
-
function
|
|
346
|
-
var t =
|
|
347
|
-
return n.size ===
|
|
343
|
+
Rt.Cache = Se;
|
|
344
|
+
var Rr = 500;
|
|
345
|
+
function Pr(e) {
|
|
346
|
+
var t = Rt(e, function(a) {
|
|
347
|
+
return n.size === Rr && n.clear(), a;
|
|
348
348
|
}), n = t.cache;
|
|
349
349
|
return t;
|
|
350
350
|
}
|
|
351
|
-
var
|
|
351
|
+
var Nr = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, Lr = /\\(\\)?/g, qr = Pr(function(e) {
|
|
352
352
|
var t = [];
|
|
353
|
-
return e.charCodeAt(0) === 46 && t.push(""), e.replace(
|
|
354
|
-
t.push(i ? r.replace(
|
|
353
|
+
return e.charCodeAt(0) === 46 && t.push(""), e.replace(Nr, function(n, a, i, r) {
|
|
354
|
+
t.push(i ? r.replace(Lr, "$1") : a || n);
|
|
355
355
|
}), t;
|
|
356
356
|
});
|
|
357
|
-
function
|
|
357
|
+
function Kr(e, t) {
|
|
358
358
|
for (var n = -1, a = e == null ? 0 : e.length, i = Array(a); ++n < a; )
|
|
359
359
|
i[n] = t(e[n], n, e);
|
|
360
360
|
return i;
|
|
361
361
|
}
|
|
362
|
-
var
|
|
363
|
-
function
|
|
362
|
+
var Dr = 1 / 0, Ht = Ae ? Ae.prototype : void 0, Gt = Ht ? Ht.toString : void 0;
|
|
363
|
+
function Bn(e) {
|
|
364
364
|
if (typeof e == "string")
|
|
365
365
|
return e;
|
|
366
366
|
if (ke(e))
|
|
367
|
-
return
|
|
367
|
+
return Kr(e, Bn) + "";
|
|
368
368
|
if (ht(e))
|
|
369
|
-
return
|
|
369
|
+
return Gt ? Gt.call(e) : "";
|
|
370
370
|
var t = e + "";
|
|
371
|
-
return t == "0" && 1 / e == -
|
|
371
|
+
return t == "0" && 1 / e == -Dr ? "-0" : t;
|
|
372
372
|
}
|
|
373
|
-
function
|
|
374
|
-
return e == null ? "" :
|
|
373
|
+
function zn(e) {
|
|
374
|
+
return e == null ? "" : Bn(e);
|
|
375
375
|
}
|
|
376
|
-
function
|
|
377
|
-
return ke(e) ? e :
|
|
376
|
+
function Br(e, t) {
|
|
377
|
+
return ke(e) ? e : Qa(e, t) ? [e] : qr(zn(e));
|
|
378
378
|
}
|
|
379
|
-
var
|
|
380
|
-
function
|
|
379
|
+
var zr = 1 / 0;
|
|
380
|
+
function xr(e) {
|
|
381
381
|
if (typeof e == "string" || ht(e))
|
|
382
382
|
return e;
|
|
383
383
|
var t = e + "";
|
|
384
|
-
return t == "0" && 1 / e == -
|
|
384
|
+
return t == "0" && 1 / e == -zr ? "-0" : t;
|
|
385
385
|
}
|
|
386
|
-
function
|
|
387
|
-
t =
|
|
386
|
+
function Yr(e, t) {
|
|
387
|
+
t = Br(t, e);
|
|
388
388
|
for (var n = 0, a = t.length; e != null && n < a; )
|
|
389
|
-
e = e[
|
|
389
|
+
e = e[xr(t[n++])];
|
|
390
390
|
return n && n == a ? e : void 0;
|
|
391
391
|
}
|
|
392
392
|
function z(e, t, n) {
|
|
393
|
-
var a = e == null ? void 0 :
|
|
393
|
+
var a = e == null ? void 0 : Yr(e, t);
|
|
394
394
|
return a === void 0 ? n : a;
|
|
395
395
|
}
|
|
396
396
|
function X(e) {
|
|
397
397
|
return e == null;
|
|
398
398
|
}
|
|
399
|
-
const $e = "kong-ui-forms-api",
|
|
400
|
-
function
|
|
399
|
+
const $e = "kong-ui-forms-api", Hr = "kong-ui-forms-config", Gr = "redis-partial-list-fetcher-key", He = "autofill", he = "autofillSlot";
|
|
400
|
+
function Wr() {
|
|
401
401
|
this.__data__ = new Me(), this.size = 0;
|
|
402
402
|
}
|
|
403
|
-
function
|
|
403
|
+
function Zr(e) {
|
|
404
404
|
var t = this.__data__, n = t.delete(e);
|
|
405
405
|
return this.size = t.size, n;
|
|
406
406
|
}
|
|
407
|
-
function
|
|
407
|
+
function Jr(e) {
|
|
408
408
|
return this.__data__.get(e);
|
|
409
409
|
}
|
|
410
|
-
function
|
|
410
|
+
function Qr(e) {
|
|
411
411
|
return this.__data__.has(e);
|
|
412
412
|
}
|
|
413
|
-
var
|
|
414
|
-
function
|
|
413
|
+
var Xr = 200;
|
|
414
|
+
function eo(e, t) {
|
|
415
415
|
var n = this.__data__;
|
|
416
416
|
if (n instanceof Me) {
|
|
417
417
|
var a = n.__data__;
|
|
418
|
-
if (!tt || a.length <
|
|
418
|
+
if (!tt || a.length < Xr - 1)
|
|
419
419
|
return a.push([e, t]), this.size = ++n.size, this;
|
|
420
420
|
n = this.__data__ = new Se(a);
|
|
421
421
|
}
|
|
@@ -425,11 +425,11 @@ function Ge(e) {
|
|
|
425
425
|
var t = this.__data__ = new Me(e);
|
|
426
426
|
this.size = t.size;
|
|
427
427
|
}
|
|
428
|
-
Ge.prototype.clear =
|
|
429
|
-
Ge.prototype.delete =
|
|
430
|
-
Ge.prototype.get =
|
|
431
|
-
Ge.prototype.has =
|
|
432
|
-
Ge.prototype.set =
|
|
428
|
+
Ge.prototype.clear = Wr;
|
|
429
|
+
Ge.prototype.delete = Zr;
|
|
430
|
+
Ge.prototype.get = Jr;
|
|
431
|
+
Ge.prototype.has = Qr;
|
|
432
|
+
Ge.prototype.set = eo;
|
|
433
433
|
var ot = function() {
|
|
434
434
|
try {
|
|
435
435
|
var e = Ke(Object, "defineProperty");
|
|
@@ -437,7 +437,7 @@ var ot = function() {
|
|
|
437
437
|
} catch {
|
|
438
438
|
}
|
|
439
439
|
}();
|
|
440
|
-
function
|
|
440
|
+
function xn(e, t, n) {
|
|
441
441
|
t == "__proto__" && ot ? ot(e, t, {
|
|
442
442
|
configurable: !0,
|
|
443
443
|
enumerable: !0,
|
|
@@ -445,155 +445,156 @@ function Yn(e, t, n) {
|
|
|
445
445
|
writable: !0
|
|
446
446
|
}) : e[t] = n;
|
|
447
447
|
}
|
|
448
|
-
var
|
|
449
|
-
function
|
|
448
|
+
var to = Object.prototype, no = to.hasOwnProperty;
|
|
449
|
+
function Yn(e, t, n) {
|
|
450
450
|
var a = e[t];
|
|
451
|
-
(!(
|
|
451
|
+
(!(no.call(e, t) && pt(a, n)) || n === void 0 && !(t in e)) && xn(e, t, n);
|
|
452
452
|
}
|
|
453
453
|
function yt(e, t, n, a) {
|
|
454
454
|
var i = !n;
|
|
455
455
|
n || (n = {});
|
|
456
456
|
for (var r = -1, s = t.length; ++r < s; ) {
|
|
457
457
|
var o = t[r], d = void 0;
|
|
458
|
-
d === void 0 && (d = e[o]), i ?
|
|
458
|
+
d === void 0 && (d = e[o]), i ? xn(n, o, d) : Yn(n, o, d);
|
|
459
459
|
}
|
|
460
460
|
return n;
|
|
461
461
|
}
|
|
462
|
-
function
|
|
462
|
+
function io(e, t) {
|
|
463
463
|
return e && yt(t, ft(t), e);
|
|
464
464
|
}
|
|
465
|
-
function
|
|
465
|
+
function ao(e) {
|
|
466
466
|
var t = [];
|
|
467
467
|
if (e != null)
|
|
468
468
|
for (var n in Object(e))
|
|
469
469
|
t.push(n);
|
|
470
470
|
return t;
|
|
471
471
|
}
|
|
472
|
-
var
|
|
473
|
-
function
|
|
472
|
+
var ro = Object.prototype, oo = ro.hasOwnProperty;
|
|
473
|
+
function so(e) {
|
|
474
474
|
if (!me(e))
|
|
475
|
-
return
|
|
476
|
-
var t =
|
|
475
|
+
return ao(e);
|
|
476
|
+
var t = Vt(e), n = [];
|
|
477
477
|
for (var a in e)
|
|
478
|
-
a == "constructor" && (t || !
|
|
478
|
+
a == "constructor" && (t || !oo.call(e, a)) || n.push(a);
|
|
479
479
|
return n;
|
|
480
480
|
}
|
|
481
481
|
function bt(e) {
|
|
482
|
-
return mt(e) ?
|
|
482
|
+
return mt(e) ? Kn(e, !0) : so(e);
|
|
483
483
|
}
|
|
484
|
-
function
|
|
484
|
+
function lo(e, t) {
|
|
485
485
|
return e && yt(t, bt(t), e);
|
|
486
486
|
}
|
|
487
|
-
var
|
|
488
|
-
function
|
|
487
|
+
var Hn = typeof exports == "object" && exports && !exports.nodeType && exports, Wt = Hn && typeof module == "object" && module && !module.nodeType && module, uo = Wt && Wt.exports === Hn, Zt = uo ? pe.Buffer : void 0, Jt = Zt ? Zt.allocUnsafe : void 0;
|
|
488
|
+
function co(e, t) {
|
|
489
489
|
if (t)
|
|
490
490
|
return e.slice();
|
|
491
|
-
var n = e.length, a =
|
|
491
|
+
var n = e.length, a = Jt ? Jt(n) : new e.constructor(n);
|
|
492
492
|
return e.copy(a), a;
|
|
493
493
|
}
|
|
494
|
-
function
|
|
494
|
+
function mo(e, t) {
|
|
495
495
|
var n = -1, a = e.length;
|
|
496
496
|
for (t || (t = Array(a)); ++n < a; )
|
|
497
497
|
t[n] = e[n];
|
|
498
498
|
return t;
|
|
499
499
|
}
|
|
500
|
-
function
|
|
500
|
+
function fo(e, t) {
|
|
501
501
|
for (var n = -1, a = e == null ? 0 : e.length, i = 0, r = []; ++n < a; ) {
|
|
502
502
|
var s = e[n];
|
|
503
503
|
t(s, n, e) && (r[i++] = s);
|
|
504
504
|
}
|
|
505
505
|
return r;
|
|
506
506
|
}
|
|
507
|
-
function
|
|
507
|
+
function Gn() {
|
|
508
508
|
return [];
|
|
509
509
|
}
|
|
510
|
-
var
|
|
511
|
-
return e == null ? [] : (e = Object(e),
|
|
512
|
-
return
|
|
510
|
+
var ho = Object.prototype, po = ho.propertyIsEnumerable, Qt = Object.getOwnPropertySymbols, Pt = Qt ? function(e) {
|
|
511
|
+
return e == null ? [] : (e = Object(e), fo(Qt(e), function(t) {
|
|
512
|
+
return po.call(e, t);
|
|
513
513
|
}));
|
|
514
|
-
} :
|
|
515
|
-
function
|
|
516
|
-
return yt(e,
|
|
514
|
+
} : Gn;
|
|
515
|
+
function go(e, t) {
|
|
516
|
+
return yt(e, Pt(e), t);
|
|
517
517
|
}
|
|
518
|
-
function
|
|
518
|
+
function Wn(e, t) {
|
|
519
519
|
for (var n = -1, a = t.length, i = e.length; ++n < a; )
|
|
520
520
|
e[i + n] = t[n];
|
|
521
521
|
return e;
|
|
522
522
|
}
|
|
523
|
-
var
|
|
523
|
+
var Zn = Dn(Object.getPrototypeOf, Object), vo = Object.getOwnPropertySymbols, Jn = vo ? function(e) {
|
|
524
524
|
for (var t = []; e; )
|
|
525
|
-
|
|
525
|
+
Wn(t, Pt(e)), e = Zn(e);
|
|
526
526
|
return t;
|
|
527
|
-
} :
|
|
528
|
-
function
|
|
529
|
-
return yt(e,
|
|
527
|
+
} : Gn;
|
|
528
|
+
function yo(e, t) {
|
|
529
|
+
return yt(e, Jn(e), t);
|
|
530
530
|
}
|
|
531
|
-
function
|
|
531
|
+
function Qn(e, t, n) {
|
|
532
532
|
var a = t(e);
|
|
533
|
-
return ke(e) ? a :
|
|
533
|
+
return ke(e) ? a : Wn(a, n(e));
|
|
534
534
|
}
|
|
535
|
-
function
|
|
536
|
-
return
|
|
535
|
+
function bo(e) {
|
|
536
|
+
return Qn(e, ft, Pt);
|
|
537
537
|
}
|
|
538
|
-
function
|
|
539
|
-
return
|
|
538
|
+
function _o(e) {
|
|
539
|
+
return Qn(e, bt, Jn);
|
|
540
540
|
}
|
|
541
|
-
var It = Ke(pe, "DataView"), Ot = Ke(pe, "Promise"), ze = Ke(pe, "Set"), At = Ke(pe, "WeakMap"),
|
|
542
|
-
(It && _e(new It(new ArrayBuffer(1))) !=
|
|
543
|
-
var t = Ee(e), n = t ==
|
|
541
|
+
var It = Ke(pe, "DataView"), Ot = Ke(pe, "Promise"), ze = Ke(pe, "Set"), At = Ke(pe, "WeakMap"), Xt = "[object Map]", wo = "[object Object]", en = "[object Promise]", tn = "[object Set]", nn = "[object WeakMap]", an = "[object DataView]", Mo = qe(It), So = qe(tt), To = qe(Ot), Co = qe(ze), Io = qe(At), _e = Ee;
|
|
542
|
+
(It && _e(new It(new ArrayBuffer(1))) != an || tt && _e(new tt()) != Xt || Ot && _e(Ot.resolve()) != en || ze && _e(new ze()) != tn || At && _e(new At()) != nn) && (_e = function(e) {
|
|
543
|
+
var t = Ee(e), n = t == wo ? e.constructor : void 0, a = n ? qe(n) : "";
|
|
544
544
|
if (a)
|
|
545
545
|
switch (a) {
|
|
546
|
+
case Mo:
|
|
547
|
+
return an;
|
|
546
548
|
case So:
|
|
547
|
-
return
|
|
549
|
+
return Xt;
|
|
548
550
|
case To:
|
|
549
551
|
return en;
|
|
550
552
|
case Co:
|
|
551
553
|
return tn;
|
|
552
554
|
case Io:
|
|
553
555
|
return nn;
|
|
554
|
-
case Oo:
|
|
555
|
-
return an;
|
|
556
556
|
}
|
|
557
557
|
return t;
|
|
558
558
|
});
|
|
559
|
-
var
|
|
560
|
-
function
|
|
559
|
+
var Oo = Object.prototype, Ao = Oo.hasOwnProperty;
|
|
560
|
+
function Eo(e) {
|
|
561
561
|
var t = e.length, n = new e.constructor(t);
|
|
562
|
-
return t && typeof e[0] == "string" &&
|
|
562
|
+
return t && typeof e[0] == "string" && Ao.call(e, "index") && (n.index = e.index, n.input = e.input), n;
|
|
563
563
|
}
|
|
564
|
-
var
|
|
565
|
-
function
|
|
564
|
+
var rn = pe.Uint8Array;
|
|
565
|
+
function Nt(e) {
|
|
566
566
|
var t = new e.constructor(e.byteLength);
|
|
567
|
-
return new
|
|
567
|
+
return new rn(t).set(new rn(e)), t;
|
|
568
568
|
}
|
|
569
|
-
function
|
|
570
|
-
var n = t ?
|
|
569
|
+
function Fo(e, t) {
|
|
570
|
+
var n = t ? Nt(e.buffer) : e.buffer;
|
|
571
571
|
return new e.constructor(n, e.byteOffset, e.byteLength);
|
|
572
572
|
}
|
|
573
|
-
var
|
|
574
|
-
function
|
|
575
|
-
var t = new e.constructor(e.source,
|
|
573
|
+
var ko = /\w*$/;
|
|
574
|
+
function Uo(e) {
|
|
575
|
+
var t = new e.constructor(e.source, ko.exec(e));
|
|
576
576
|
return t.lastIndex = e.lastIndex, t;
|
|
577
577
|
}
|
|
578
|
-
var
|
|
579
|
-
function
|
|
580
|
-
return
|
|
578
|
+
var on = Ae ? Ae.prototype : void 0, sn = on ? on.valueOf : void 0;
|
|
579
|
+
function $o(e) {
|
|
580
|
+
return sn ? Object(sn.call(e)) : {};
|
|
581
581
|
}
|
|
582
|
-
function
|
|
583
|
-
var n = t ?
|
|
582
|
+
function Vo(e, t) {
|
|
583
|
+
var n = t ? Nt(e.buffer) : e.buffer;
|
|
584
584
|
return new e.constructor(n, e.byteOffset, e.length);
|
|
585
585
|
}
|
|
586
|
-
var
|
|
587
|
-
function
|
|
586
|
+
var jo = "[object Boolean]", Ro = "[object Date]", Po = "[object Map]", No = "[object Number]", Lo = "[object RegExp]", qo = "[object Set]", Ko = "[object String]", Do = "[object Symbol]", Bo = "[object ArrayBuffer]", zo = "[object DataView]", xo = "[object Float32Array]", Yo = "[object Float64Array]", Ho = "[object Int8Array]", Go = "[object Int16Array]", Wo = "[object Int32Array]", Zo = "[object Uint8Array]", Jo = "[object Uint8ClampedArray]", Qo = "[object Uint16Array]", Xo = "[object Uint32Array]";
|
|
587
|
+
function es(e, t, n) {
|
|
588
588
|
var a = e.constructor;
|
|
589
589
|
switch (t) {
|
|
590
|
-
case
|
|
591
|
-
return
|
|
590
|
+
case Bo:
|
|
591
|
+
return Nt(e);
|
|
592
|
+
case jo:
|
|
592
593
|
case Ro:
|
|
593
|
-
case Po:
|
|
594
594
|
return new a(+e);
|
|
595
|
+
case zo:
|
|
596
|
+
return Fo(e, n);
|
|
595
597
|
case xo:
|
|
596
|
-
return ko(e, n);
|
|
597
598
|
case Yo:
|
|
598
599
|
case Ho:
|
|
599
600
|
case Go:
|
|
@@ -602,95 +603,94 @@ function ts(e, t, n) {
|
|
|
602
603
|
case Jo:
|
|
603
604
|
case Qo:
|
|
604
605
|
case Xo:
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
case No:
|
|
606
|
+
return Vo(e, n);
|
|
607
|
+
case Po:
|
|
608
608
|
return new a();
|
|
609
|
-
case
|
|
610
|
-
case
|
|
609
|
+
case No:
|
|
610
|
+
case Ko:
|
|
611
611
|
return new a(e);
|
|
612
|
+
case Lo:
|
|
613
|
+
return Uo(e);
|
|
612
614
|
case qo:
|
|
613
|
-
return $o(e);
|
|
614
|
-
case Ko:
|
|
615
615
|
return new a();
|
|
616
|
-
case
|
|
617
|
-
return
|
|
616
|
+
case Do:
|
|
617
|
+
return $o(e);
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
|
-
var
|
|
620
|
+
var ln = Object.create, ts = /* @__PURE__ */ function() {
|
|
621
621
|
function e() {
|
|
622
622
|
}
|
|
623
623
|
return function(t) {
|
|
624
624
|
if (!me(t))
|
|
625
625
|
return {};
|
|
626
|
-
if (
|
|
627
|
-
return
|
|
626
|
+
if (ln)
|
|
627
|
+
return ln(t);
|
|
628
628
|
e.prototype = t;
|
|
629
629
|
var n = new e();
|
|
630
630
|
return e.prototype = void 0, n;
|
|
631
631
|
};
|
|
632
632
|
}();
|
|
633
|
-
function
|
|
634
|
-
return typeof e.constructor == "function" && !
|
|
633
|
+
function ns(e) {
|
|
634
|
+
return typeof e.constructor == "function" && !Vt(e) ? ts(Zn(e)) : {};
|
|
635
635
|
}
|
|
636
|
-
var
|
|
637
|
-
function
|
|
638
|
-
return Fe(e) && _e(e) ==
|
|
636
|
+
var is = "[object Map]";
|
|
637
|
+
function as(e) {
|
|
638
|
+
return Fe(e) && _e(e) == is;
|
|
639
639
|
}
|
|
640
|
-
var
|
|
641
|
-
function
|
|
642
|
-
return Fe(e) && _e(e) ==
|
|
640
|
+
var dn = xe && xe.isMap, rs = dn ? $t(dn) : as, os = "[object Set]";
|
|
641
|
+
function ss(e) {
|
|
642
|
+
return Fe(e) && _e(e) == os;
|
|
643
643
|
}
|
|
644
|
-
var
|
|
645
|
-
Y[
|
|
646
|
-
Y[
|
|
644
|
+
var un = xe && xe.isSet, ls = un ? $t(un) : ss, ds = 1, us = 2, cs = 4, Xn = "[object Arguments]", ms = "[object Array]", fs = "[object Boolean]", hs = "[object Date]", ps = "[object Error]", ei = "[object Function]", gs = "[object GeneratorFunction]", vs = "[object Map]", ys = "[object Number]", ti = "[object Object]", bs = "[object RegExp]", _s = "[object Set]", ws = "[object String]", Ms = "[object Symbol]", Ss = "[object WeakMap]", Ts = "[object ArrayBuffer]", Cs = "[object DataView]", Is = "[object Float32Array]", Os = "[object Float64Array]", As = "[object Int8Array]", Es = "[object Int16Array]", Fs = "[object Int32Array]", ks = "[object Uint8Array]", Us = "[object Uint8ClampedArray]", $s = "[object Uint16Array]", Vs = "[object Uint32Array]", Y = {};
|
|
645
|
+
Y[Xn] = Y[ms] = Y[Ts] = Y[Cs] = Y[fs] = Y[hs] = Y[Is] = Y[Os] = Y[As] = Y[Es] = Y[Fs] = Y[vs] = Y[ys] = Y[ti] = Y[bs] = Y[_s] = Y[ws] = Y[Ms] = Y[ks] = Y[Us] = Y[$s] = Y[Vs] = !0;
|
|
646
|
+
Y[ps] = Y[ei] = Y[Ss] = !1;
|
|
647
647
|
function Qe(e, t, n, a, i, r) {
|
|
648
|
-
var s, o = t &
|
|
648
|
+
var s, o = t & ds, d = t & us, l = t & cs;
|
|
649
649
|
if (s !== void 0)
|
|
650
650
|
return s;
|
|
651
651
|
if (!me(e))
|
|
652
652
|
return e;
|
|
653
653
|
var c = ke(e);
|
|
654
654
|
if (c) {
|
|
655
|
-
if (s =
|
|
656
|
-
return
|
|
655
|
+
if (s = Eo(e), !o)
|
|
656
|
+
return mo(e, s);
|
|
657
657
|
} else {
|
|
658
|
-
var m = _e(e), p = m ==
|
|
659
|
-
if (
|
|
660
|
-
return
|
|
661
|
-
if (m ==
|
|
662
|
-
if (s = d || p ? {} :
|
|
663
|
-
return d ?
|
|
658
|
+
var m = _e(e), p = m == ei || m == gs;
|
|
659
|
+
if (Pn(e))
|
|
660
|
+
return co(e, o);
|
|
661
|
+
if (m == ti || m == Xn || p && !i) {
|
|
662
|
+
if (s = d || p ? {} : ns(e), !o)
|
|
663
|
+
return d ? yo(e, lo(s, e)) : go(e, io(s, e));
|
|
664
664
|
} else {
|
|
665
665
|
if (!Y[m])
|
|
666
666
|
return i ? e : {};
|
|
667
|
-
s =
|
|
667
|
+
s = es(e, m, o);
|
|
668
668
|
}
|
|
669
669
|
}
|
|
670
670
|
r || (r = new Ge());
|
|
671
671
|
var E = r.get(e);
|
|
672
672
|
if (E)
|
|
673
673
|
return E;
|
|
674
|
-
r.set(e, s),
|
|
674
|
+
r.set(e, s), ls(e) ? e.forEach(function(w) {
|
|
675
675
|
s.add(Qe(w, t, n, w, e, r));
|
|
676
|
-
}) :
|
|
676
|
+
}) : rs(e) && e.forEach(function(w, I) {
|
|
677
677
|
s.set(I, Qe(w, t, n, I, e, r));
|
|
678
678
|
});
|
|
679
|
-
var N = l ? d ?
|
|
680
|
-
return
|
|
681
|
-
f && (I = w, w = e[I]),
|
|
679
|
+
var N = l ? d ? _o : bo : d ? bt : ft, f = c ? void 0 : N(e);
|
|
680
|
+
return Un(f || e, function(w, I) {
|
|
681
|
+
f && (I = w, w = e[I]), Yn(s, I, Qe(w, t, n, I, e, r));
|
|
682
682
|
}), s;
|
|
683
683
|
}
|
|
684
|
-
var
|
|
684
|
+
var js = 1, Rs = 4;
|
|
685
685
|
function we(e) {
|
|
686
|
-
return Qe(e,
|
|
686
|
+
return Qe(e, js | Rs);
|
|
687
687
|
}
|
|
688
|
-
const
|
|
689
|
-
var
|
|
688
|
+
const Lt = (e, t = "") => typeof e.id < "u" ? t + e.id + "" : t + (e.inputName || e.label || e.model || "").toString().trim().toLowerCase().replace(/ |_/g, "-").replace(/-{2,}/g, "-").replace(/^-+|-+$/g, "").replace(/([^a-zA-Z0-9-]+)/g, ""), cn = (e = "") => e.toString().trim().replace(/ /g, "-").replace(/-{2,}/g, "-").replace(/^-+|-+$/g, "").replace(/([^a-zA-Z0-9-_/./:]+)/g, "");
|
|
689
|
+
var Ps = "[object String]";
|
|
690
690
|
function Re(e) {
|
|
691
|
-
return typeof e == "string" || !ke(e) && Fe(e) && Ee(e) ==
|
|
691
|
+
return typeof e == "string" || !ke(e) && Fe(e) && Ee(e) == Ps;
|
|
692
692
|
}
|
|
693
|
-
const
|
|
693
|
+
const ni = {
|
|
694
694
|
methods: {
|
|
695
695
|
// Get style classes of field
|
|
696
696
|
getFieldRowClasses(e) {
|
|
@@ -727,38 +727,38 @@ const ii = {
|
|
|
727
727
|
};
|
|
728
728
|
var St = function() {
|
|
729
729
|
return pe.Date.now();
|
|
730
|
-
},
|
|
731
|
-
function
|
|
732
|
-
for (var t = e.length; t-- &&
|
|
730
|
+
}, Ns = /\s/;
|
|
731
|
+
function Ls(e) {
|
|
732
|
+
for (var t = e.length; t-- && Ns.test(e.charAt(t)); )
|
|
733
733
|
;
|
|
734
734
|
return t;
|
|
735
735
|
}
|
|
736
|
-
var
|
|
737
|
-
function
|
|
738
|
-
return e && e.slice(0,
|
|
736
|
+
var qs = /^\s+/;
|
|
737
|
+
function Ks(e) {
|
|
738
|
+
return e && e.slice(0, Ls(e) + 1).replace(qs, "");
|
|
739
739
|
}
|
|
740
|
-
var
|
|
740
|
+
var mn = NaN, Ds = /^[-+]0x[0-9a-f]+$/i, Bs = /^0b[01]+$/i, zs = /^0o[0-7]+$/i, xs = parseInt;
|
|
741
741
|
function Et(e) {
|
|
742
742
|
if (typeof e == "number")
|
|
743
743
|
return e;
|
|
744
744
|
if (ht(e))
|
|
745
|
-
return
|
|
745
|
+
return mn;
|
|
746
746
|
if (me(e)) {
|
|
747
747
|
var t = typeof e.valueOf == "function" ? e.valueOf() : e;
|
|
748
748
|
e = me(t) ? t + "" : t;
|
|
749
749
|
}
|
|
750
750
|
if (typeof e != "string")
|
|
751
751
|
return e === 0 ? e : +e;
|
|
752
|
-
e =
|
|
753
|
-
var n =
|
|
754
|
-
return n ||
|
|
752
|
+
e = Ks(e);
|
|
753
|
+
var n = Bs.test(e);
|
|
754
|
+
return n || zs.test(e) ? xs(e.slice(2), n ? 2 : 8) : Ds.test(e) ? mn : +e;
|
|
755
755
|
}
|
|
756
|
-
var
|
|
756
|
+
var Ys = "Expected a function", Hs = Math.max, Gs = Math.min;
|
|
757
757
|
function nt(e, t, n) {
|
|
758
758
|
var a, i, r, s, o, d, l = 0, c = !1, m = !1, p = !0;
|
|
759
759
|
if (typeof e != "function")
|
|
760
|
-
throw new TypeError(
|
|
761
|
-
t = Et(t) || 0, me(n) && (c = !!n.leading, m = "maxWait" in n, r = m ?
|
|
760
|
+
throw new TypeError(Ys);
|
|
761
|
+
t = Et(t) || 0, me(n) && (c = !!n.leading, m = "maxWait" in n, r = m ? Hs(Et(n.maxWait) || 0, t) : r, p = "trailing" in n ? !!n.trailing : p);
|
|
762
762
|
function E(y) {
|
|
763
763
|
var v = a, P = i;
|
|
764
764
|
return a = i = void 0, l = y, s = e.apply(P, v), s;
|
|
@@ -768,7 +768,7 @@ function nt(e, t, n) {
|
|
|
768
768
|
}
|
|
769
769
|
function f(y) {
|
|
770
770
|
var v = y - d, P = y - l, q = t - v;
|
|
771
|
-
return m ?
|
|
771
|
+
return m ? Gs(q, r - P) : q;
|
|
772
772
|
}
|
|
773
773
|
function w(y) {
|
|
774
774
|
var v = y - d, P = y - l;
|
|
@@ -801,11 +801,11 @@ function nt(e, t, n) {
|
|
|
801
801
|
}
|
|
802
802
|
return j.cancel = b, j.flush = k, j;
|
|
803
803
|
}
|
|
804
|
-
var
|
|
805
|
-
function
|
|
806
|
-
return this.__data__.set(e,
|
|
804
|
+
var Ws = "__lodash_hash_undefined__";
|
|
805
|
+
function Zs(e) {
|
|
806
|
+
return this.__data__.set(e, Ws), this;
|
|
807
807
|
}
|
|
808
|
-
function
|
|
808
|
+
function Js(e) {
|
|
809
809
|
return this.__data__.has(e);
|
|
810
810
|
}
|
|
811
811
|
function st(e) {
|
|
@@ -813,51 +813,51 @@ function st(e) {
|
|
|
813
813
|
for (this.__data__ = new Se(); ++t < n; )
|
|
814
814
|
this.add(e[t]);
|
|
815
815
|
}
|
|
816
|
-
st.prototype.add = st.prototype.push =
|
|
817
|
-
st.prototype.has =
|
|
818
|
-
function
|
|
816
|
+
st.prototype.add = st.prototype.push = Zs;
|
|
817
|
+
st.prototype.has = Js;
|
|
818
|
+
function Qs(e, t, n, a) {
|
|
819
819
|
for (var i = e.length, r = n + -1; ++r < i; )
|
|
820
820
|
if (t(e[r], r, e))
|
|
821
821
|
return r;
|
|
822
822
|
return -1;
|
|
823
823
|
}
|
|
824
|
-
function
|
|
824
|
+
function Xs(e) {
|
|
825
825
|
return e !== e;
|
|
826
826
|
}
|
|
827
|
-
function
|
|
827
|
+
function el(e, t, n) {
|
|
828
828
|
for (var a = n - 1, i = e.length; ++a < i; )
|
|
829
829
|
if (e[a] === t)
|
|
830
830
|
return a;
|
|
831
831
|
return -1;
|
|
832
832
|
}
|
|
833
|
-
function
|
|
834
|
-
return t === t ?
|
|
833
|
+
function tl(e, t, n) {
|
|
834
|
+
return t === t ? el(e, t, n) : Qs(e, Xs, n);
|
|
835
835
|
}
|
|
836
|
-
function
|
|
836
|
+
function nl(e, t) {
|
|
837
837
|
var n = e == null ? 0 : e.length;
|
|
838
|
-
return !!n &&
|
|
838
|
+
return !!n && tl(e, t, 0) > -1;
|
|
839
839
|
}
|
|
840
|
-
function
|
|
840
|
+
function il(e, t) {
|
|
841
841
|
return e.has(t);
|
|
842
842
|
}
|
|
843
|
-
function
|
|
843
|
+
function al() {
|
|
844
844
|
}
|
|
845
|
-
function
|
|
845
|
+
function ii(e) {
|
|
846
846
|
var t = -1, n = Array(e.size);
|
|
847
847
|
return e.forEach(function(a) {
|
|
848
848
|
n[++t] = a;
|
|
849
849
|
}), n;
|
|
850
850
|
}
|
|
851
|
-
var
|
|
851
|
+
var rl = 1 / 0, ol = ze && 1 / ii(new ze([, -0]))[1] == rl ? function(e) {
|
|
852
852
|
return new ze(e);
|
|
853
|
-
} :
|
|
854
|
-
function
|
|
855
|
-
var a = -1, i =
|
|
856
|
-
if (r >=
|
|
857
|
-
var l =
|
|
853
|
+
} : al, sl = 200;
|
|
854
|
+
function ll(e, t, n) {
|
|
855
|
+
var a = -1, i = nl, r = e.length, s = !0, o = [], d = o;
|
|
856
|
+
if (r >= sl) {
|
|
857
|
+
var l = ol(e);
|
|
858
858
|
if (l)
|
|
859
|
-
return
|
|
860
|
-
s = !1, i =
|
|
859
|
+
return ii(l);
|
|
860
|
+
s = !1, i = il, d = new st();
|
|
861
861
|
} else
|
|
862
862
|
d = o;
|
|
863
863
|
e:
|
|
@@ -872,21 +872,21 @@ function dl(e, t, n) {
|
|
|
872
872
|
}
|
|
873
873
|
return o;
|
|
874
874
|
}
|
|
875
|
-
function
|
|
876
|
-
return e && e.length ?
|
|
875
|
+
function ai(e) {
|
|
876
|
+
return e && e.length ? ll(e) : [];
|
|
877
877
|
}
|
|
878
|
-
var
|
|
879
|
-
function
|
|
880
|
-
var t = ++
|
|
881
|
-
return
|
|
878
|
+
var dl = 0;
|
|
879
|
+
function ri(e) {
|
|
880
|
+
var t = ++dl;
|
|
881
|
+
return zn(e) + t;
|
|
882
882
|
}
|
|
883
|
-
var
|
|
884
|
-
function
|
|
883
|
+
var oi = /d{1,4}|M{1,4}|YY(?:YY)?|S{1,3}|Do|ZZ|Z|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g, Ce = "\\d\\d?", Te = "\\d\\d", ul = "\\d{3}", cl = "\\d{4}", Xe = "[^\\s]+", si = /\[([^]*?)\]/gm;
|
|
884
|
+
function li(e, t) {
|
|
885
885
|
for (var n = [], a = 0, i = e.length; a < i; a++)
|
|
886
886
|
n.push(e[a].substr(0, t));
|
|
887
887
|
return n;
|
|
888
888
|
}
|
|
889
|
-
var
|
|
889
|
+
var fn = function(e) {
|
|
890
890
|
return function(t, n) {
|
|
891
891
|
var a = n[e].map(function(r) {
|
|
892
892
|
return r.toLowerCase();
|
|
@@ -904,7 +904,7 @@ function Pe(e) {
|
|
|
904
904
|
}
|
|
905
905
|
return e;
|
|
906
906
|
}
|
|
907
|
-
var
|
|
907
|
+
var di = [
|
|
908
908
|
"Sunday",
|
|
909
909
|
"Monday",
|
|
910
910
|
"Tuesday",
|
|
@@ -912,7 +912,7 @@ var ui = [
|
|
|
912
912
|
"Thursday",
|
|
913
913
|
"Friday",
|
|
914
914
|
"Saturday"
|
|
915
|
-
],
|
|
915
|
+
], ui = [
|
|
916
916
|
"January",
|
|
917
917
|
"February",
|
|
918
918
|
"March",
|
|
@@ -925,24 +925,24 @@ var ui = [
|
|
|
925
925
|
"October",
|
|
926
926
|
"November",
|
|
927
927
|
"December"
|
|
928
|
-
],
|
|
929
|
-
dayNamesShort:
|
|
930
|
-
dayNames:
|
|
931
|
-
monthNamesShort:
|
|
932
|
-
monthNames:
|
|
928
|
+
], ml = li(ui, 3), fl = li(di, 3), ci = {
|
|
929
|
+
dayNamesShort: fl,
|
|
930
|
+
dayNames: di,
|
|
931
|
+
monthNamesShort: ml,
|
|
932
|
+
monthNames: ui,
|
|
933
933
|
amPm: ["am", "pm"],
|
|
934
934
|
DoFn: function(e) {
|
|
935
935
|
return e + ["th", "st", "nd", "rd"][e % 10 > 3 ? 0 : (e - e % 10 !== 10 ? 1 : 0) * e % 10];
|
|
936
936
|
}
|
|
937
|
-
}, lt = Pe({},
|
|
937
|
+
}, lt = Pe({}, ci), hl = function(e) {
|
|
938
938
|
return lt = Pe(lt, e);
|
|
939
|
-
},
|
|
939
|
+
}, hn = function(e) {
|
|
940
940
|
return e.replace(/[|\\{()[^$+*?.-]/g, "\\$&");
|
|
941
941
|
}, ce = function(e, t) {
|
|
942
942
|
for (t === void 0 && (t = 2), e = String(e); e.length < t; )
|
|
943
943
|
e = "0" + e;
|
|
944
944
|
return e;
|
|
945
|
-
},
|
|
945
|
+
}, pl = {
|
|
946
946
|
D: function(e) {
|
|
947
947
|
return String(e.getDate());
|
|
948
948
|
},
|
|
@@ -1029,16 +1029,16 @@ var ui = [
|
|
|
1029
1029
|
var t = e.getTimezoneOffset();
|
|
1030
1030
|
return (t > 0 ? "-" : "+") + ce(Math.floor(Math.abs(t) / 60), 2) + ":" + ce(Math.abs(t) % 60, 2);
|
|
1031
1031
|
}
|
|
1032
|
-
},
|
|
1032
|
+
}, pn = function(e) {
|
|
1033
1033
|
return +e - 1;
|
|
1034
|
-
},
|
|
1034
|
+
}, gn = [null, Ce], vn = [null, Xe], yn = [
|
|
1035
1035
|
"isPm",
|
|
1036
1036
|
Xe,
|
|
1037
1037
|
function(e, t) {
|
|
1038
1038
|
var n = e.toLowerCase();
|
|
1039
1039
|
return n === t.amPm[0] ? 0 : n === t.amPm[1] ? 1 : null;
|
|
1040
1040
|
}
|
|
1041
|
-
],
|
|
1041
|
+
], bn = [
|
|
1042
1042
|
"timezoneOffset",
|
|
1043
1043
|
"[^\\s]*?[\\+\\-]\\d\\d:?\\d\\d|[^\\s]*?Z?",
|
|
1044
1044
|
function(e) {
|
|
@@ -1049,14 +1049,14 @@ var ui = [
|
|
|
1049
1049
|
}
|
|
1050
1050
|
return 0;
|
|
1051
1051
|
}
|
|
1052
|
-
],
|
|
1052
|
+
], gl = {
|
|
1053
1053
|
D: ["day", Ce],
|
|
1054
1054
|
DD: ["day", Te],
|
|
1055
1055
|
Do: ["day", Ce + Xe, function(e) {
|
|
1056
1056
|
return parseInt(e, 10);
|
|
1057
1057
|
}],
|
|
1058
|
-
M: ["month", Ce,
|
|
1059
|
-
MM: ["month", Te,
|
|
1058
|
+
M: ["month", Ce, pn],
|
|
1059
|
+
MM: ["month", Te, pn],
|
|
1060
1060
|
YY: [
|
|
1061
1061
|
"year",
|
|
1062
1062
|
Te,
|
|
@@ -1073,24 +1073,24 @@ var ui = [
|
|
|
1073
1073
|
mm: ["minute", Te],
|
|
1074
1074
|
s: ["second", Ce],
|
|
1075
1075
|
ss: ["second", Te],
|
|
1076
|
-
YYYY: ["year",
|
|
1076
|
+
YYYY: ["year", cl],
|
|
1077
1077
|
S: ["millisecond", "\\d", function(e) {
|
|
1078
1078
|
return +e * 100;
|
|
1079
1079
|
}],
|
|
1080
1080
|
SS: ["millisecond", Te, function(e) {
|
|
1081
1081
|
return +e * 10;
|
|
1082
1082
|
}],
|
|
1083
|
-
SSS: ["millisecond",
|
|
1084
|
-
d:
|
|
1085
|
-
dd:
|
|
1086
|
-
ddd:
|
|
1087
|
-
dddd:
|
|
1088
|
-
MMM: ["month", Xe,
|
|
1089
|
-
MMMM: ["month", Xe,
|
|
1090
|
-
a:
|
|
1091
|
-
A:
|
|
1092
|
-
ZZ:
|
|
1093
|
-
Z:
|
|
1083
|
+
SSS: ["millisecond", ul],
|
|
1084
|
+
d: gn,
|
|
1085
|
+
dd: gn,
|
|
1086
|
+
ddd: vn,
|
|
1087
|
+
dddd: vn,
|
|
1088
|
+
MMM: ["month", Xe, fn("monthNamesShort")],
|
|
1089
|
+
MMMM: ["month", Xe, fn("monthNames")],
|
|
1090
|
+
a: yn,
|
|
1091
|
+
A: yn,
|
|
1092
|
+
ZZ: bn,
|
|
1093
|
+
Z: bn
|
|
1094
1094
|
}, dt = {
|
|
1095
1095
|
default: "ddd MMM DD YYYY HH:mm:ss",
|
|
1096
1096
|
shortDate: "M/D/YY",
|
|
@@ -1102,24 +1102,24 @@ var ui = [
|
|
|
1102
1102
|
shortTime: "HH:mm",
|
|
1103
1103
|
mediumTime: "HH:mm:ss",
|
|
1104
1104
|
longTime: "HH:mm:ss.SSS"
|
|
1105
|
-
},
|
|
1105
|
+
}, vl = function(e) {
|
|
1106
1106
|
return Pe(dt, e);
|
|
1107
|
-
},
|
|
1107
|
+
}, yl = function(e, t, n) {
|
|
1108
1108
|
if (t === void 0 && (t = dt.default), n === void 0 && (n = {}), typeof e == "number" && (e = new Date(e)), Object.prototype.toString.call(e) !== "[object Date]" || isNaN(e.getTime()))
|
|
1109
1109
|
throw new Error("Invalid Date pass to format");
|
|
1110
1110
|
t = dt[t] || t;
|
|
1111
1111
|
var a = [];
|
|
1112
|
-
t = t.replace(
|
|
1112
|
+
t = t.replace(si, function(r, s) {
|
|
1113
1113
|
return a.push(s), "@@@";
|
|
1114
1114
|
});
|
|
1115
1115
|
var i = Pe(Pe({}, lt), n);
|
|
1116
|
-
return t = t.replace(
|
|
1117
|
-
return
|
|
1116
|
+
return t = t.replace(oi, function(r) {
|
|
1117
|
+
return pl[r](e, i);
|
|
1118
1118
|
}), t.replace(/@@@/g, function() {
|
|
1119
1119
|
return a.shift();
|
|
1120
1120
|
});
|
|
1121
1121
|
};
|
|
1122
|
-
function
|
|
1122
|
+
function bl(e, t, n) {
|
|
1123
1123
|
if (n === void 0 && (n = {}), typeof t != "string")
|
|
1124
1124
|
throw new Error("Invalid format in fecha parse");
|
|
1125
1125
|
if (t = dt[t] || t, e.length > 1e3)
|
|
@@ -1134,11 +1134,11 @@ function _l(e, t, n) {
|
|
|
1134
1134
|
millisecond: 0,
|
|
1135
1135
|
isPm: null,
|
|
1136
1136
|
timezoneOffset: null
|
|
1137
|
-
}, r = [], s = [], o = t.replace(
|
|
1138
|
-
return s.push(
|
|
1137
|
+
}, r = [], s = [], o = t.replace(si, function(k, j) {
|
|
1138
|
+
return s.push(hn(j)), "@@@";
|
|
1139
1139
|
}), d = {}, l = {};
|
|
1140
|
-
o =
|
|
1141
|
-
var j =
|
|
1140
|
+
o = hn(o).replace(oi, function(k) {
|
|
1141
|
+
var j = gl[k], y = j[0], v = j[1], P = j[3];
|
|
1142
1142
|
if (d[y])
|
|
1143
1143
|
throw new Error("Invalid format. " + y + " specified twice in format");
|
|
1144
1144
|
return d[y] = !0, P && (l[P] = !0), r.push(j), "(" + v + ")";
|
|
@@ -1175,13 +1175,13 @@ function _l(e, t, n) {
|
|
|
1175
1175
|
return I;
|
|
1176
1176
|
}
|
|
1177
1177
|
var Be = {
|
|
1178
|
-
format:
|
|
1179
|
-
parse:
|
|
1180
|
-
defaultI18n:
|
|
1181
|
-
setGlobalDateI18n:
|
|
1182
|
-
setGlobalDateMasks:
|
|
1178
|
+
format: yl,
|
|
1179
|
+
parse: bl,
|
|
1180
|
+
defaultI18n: ci,
|
|
1181
|
+
setGlobalDateI18n: hl,
|
|
1182
|
+
setGlobalDateMasks: vl
|
|
1183
1183
|
};
|
|
1184
|
-
function
|
|
1184
|
+
function _l(e, t, n) {
|
|
1185
1185
|
switch (n.length) {
|
|
1186
1186
|
case 0:
|
|
1187
1187
|
return e.call(t);
|
|
@@ -1194,85 +1194,85 @@ function wl(e, t, n) {
|
|
|
1194
1194
|
}
|
|
1195
1195
|
return e.apply(t, n);
|
|
1196
1196
|
}
|
|
1197
|
-
var
|
|
1198
|
-
function
|
|
1199
|
-
return t =
|
|
1200
|
-
for (var a = arguments, i = -1, r =
|
|
1197
|
+
var _n = Math.max;
|
|
1198
|
+
function wl(e, t, n) {
|
|
1199
|
+
return t = _n(t === void 0 ? e.length - 1 : t, 0), function() {
|
|
1200
|
+
for (var a = arguments, i = -1, r = _n(a.length - t, 0), s = Array(r); ++i < r; )
|
|
1201
1201
|
s[i] = a[t + i];
|
|
1202
1202
|
i = -1;
|
|
1203
1203
|
for (var o = Array(t + 1); ++i < t; )
|
|
1204
1204
|
o[i] = a[i];
|
|
1205
|
-
return o[t] = n(s),
|
|
1205
|
+
return o[t] = n(s), _l(e, this, o);
|
|
1206
1206
|
};
|
|
1207
1207
|
}
|
|
1208
|
-
function
|
|
1208
|
+
function Ml(e) {
|
|
1209
1209
|
return function() {
|
|
1210
1210
|
return e;
|
|
1211
1211
|
};
|
|
1212
1212
|
}
|
|
1213
|
-
var
|
|
1213
|
+
var Sl = ot ? function(e, t) {
|
|
1214
1214
|
return ot(e, "toString", {
|
|
1215
1215
|
configurable: !0,
|
|
1216
1216
|
enumerable: !1,
|
|
1217
|
-
value:
|
|
1217
|
+
value: Ml(t),
|
|
1218
1218
|
writable: !0
|
|
1219
1219
|
});
|
|
1220
|
-
} :
|
|
1221
|
-
function
|
|
1220
|
+
} : jt, Tl = 800, Cl = 16, Il = Date.now;
|
|
1221
|
+
function Ol(e) {
|
|
1222
1222
|
var t = 0, n = 0;
|
|
1223
1223
|
return function() {
|
|
1224
|
-
var a =
|
|
1224
|
+
var a = Il(), i = Cl - (a - n);
|
|
1225
1225
|
if (n = a, i > 0) {
|
|
1226
|
-
if (++t >=
|
|
1226
|
+
if (++t >= Tl)
|
|
1227
1227
|
return arguments[0];
|
|
1228
1228
|
} else
|
|
1229
1229
|
t = 0;
|
|
1230
1230
|
return e.apply(void 0, arguments);
|
|
1231
1231
|
};
|
|
1232
1232
|
}
|
|
1233
|
-
var
|
|
1234
|
-
function
|
|
1235
|
-
return
|
|
1233
|
+
var Al = Ol(Sl);
|
|
1234
|
+
function El(e, t) {
|
|
1235
|
+
return Al(wl(e, t, jt), e + "");
|
|
1236
1236
|
}
|
|
1237
|
-
function
|
|
1237
|
+
function Fl(e, t, n) {
|
|
1238
1238
|
if (!me(n))
|
|
1239
1239
|
return !1;
|
|
1240
1240
|
var a = typeof t;
|
|
1241
|
-
return (a == "number" ? mt(n) &&
|
|
1241
|
+
return (a == "number" ? mt(n) && Nn(t, n.length) : a == "string" && t in n) ? pt(n[t], e) : !1;
|
|
1242
1242
|
}
|
|
1243
|
-
var
|
|
1243
|
+
var mi = Object.prototype, kl = mi.hasOwnProperty, Ul = El(function(e, t) {
|
|
1244
1244
|
e = Object(e);
|
|
1245
1245
|
var n = -1, a = t.length, i = a > 2 ? t[2] : void 0;
|
|
1246
|
-
for (i &&
|
|
1246
|
+
for (i && Fl(t[0], t[1], i) && (a = 1); ++n < a; )
|
|
1247
1247
|
for (var r = t[n], s = bt(r), o = -1, d = s.length; ++o < d; ) {
|
|
1248
1248
|
var l = s[o], c = e[l];
|
|
1249
|
-
(c === void 0 || pt(c,
|
|
1249
|
+
(c === void 0 || pt(c, mi[l]) && !kl.call(e, l)) && (e[l] = r[l]);
|
|
1250
1250
|
}
|
|
1251
1251
|
return e;
|
|
1252
|
-
}),
|
|
1253
|
-
function
|
|
1254
|
-
return typeof e == "number" &&
|
|
1252
|
+
}), $l = pe.isFinite;
|
|
1253
|
+
function Vl(e) {
|
|
1254
|
+
return typeof e == "number" && $l(e);
|
|
1255
1255
|
}
|
|
1256
|
-
var
|
|
1257
|
-
function
|
|
1256
|
+
var wn = 1 / 0, jl = 17976931348623157e292;
|
|
1257
|
+
function Rl(e) {
|
|
1258
1258
|
if (!e)
|
|
1259
1259
|
return e === 0 ? e : 0;
|
|
1260
|
-
if (e = Et(e), e ===
|
|
1260
|
+
if (e = Et(e), e === wn || e === -wn) {
|
|
1261
1261
|
var t = e < 0 ? -1 : 1;
|
|
1262
|
-
return t *
|
|
1262
|
+
return t * jl;
|
|
1263
1263
|
}
|
|
1264
1264
|
return e === e ? e : 0;
|
|
1265
1265
|
}
|
|
1266
|
-
function
|
|
1267
|
-
var t =
|
|
1266
|
+
function Pl(e) {
|
|
1267
|
+
var t = Rl(e), n = t % 1;
|
|
1268
1268
|
return t === t ? n ? t - n : t : 0;
|
|
1269
1269
|
}
|
|
1270
|
-
function
|
|
1271
|
-
return typeof e == "number" && e ==
|
|
1270
|
+
function Nl(e) {
|
|
1271
|
+
return typeof e == "number" && e == Pl(e);
|
|
1272
1272
|
}
|
|
1273
|
-
var
|
|
1274
|
-
function
|
|
1275
|
-
return typeof e == "number" || Fe(e) && Ee(e) ==
|
|
1273
|
+
var Ll = "[object Number]";
|
|
1274
|
+
function ql(e) {
|
|
1275
|
+
return typeof e == "number" || Fe(e) && Ee(e) == Ll;
|
|
1276
1276
|
}
|
|
1277
1277
|
const Kl = {
|
|
1278
1278
|
packageName: "forms",
|
|
@@ -1481,15 +1481,15 @@ const Kl = {
|
|
|
1481
1481
|
required: (e, t, n, a = oe) => fe(e, t.required, a) || [],
|
|
1482
1482
|
number: (e, t, n, a = oe) => {
|
|
1483
1483
|
let i = fe(e, t.required, a);
|
|
1484
|
-
return i != null || (i = [],
|
|
1484
|
+
return i != null || (i = [], Vl(e) ? (!X(t.min) && e < t.min, (a = oe) && i.push(Z(a.numberTooSmall, t.min)), !X(t.max) && e > t.max, (a = oe) && i.push(Z(a.numberTooBig, t.max))) : i.push(Z(a.invalidNumber))), i;
|
|
1485
1485
|
},
|
|
1486
1486
|
integer: (e, t, n, a = oe) => {
|
|
1487
1487
|
let i = fe(e, t.required, a);
|
|
1488
|
-
return i != null || (i = [], i.concat(Ne.number(e, t, n, a)),
|
|
1488
|
+
return i != null || (i = [], i.concat(Ne.number(e, t, n, a)), Nl(e) || i.push(Z(a.invalidInteger))), i;
|
|
1489
1489
|
},
|
|
1490
1490
|
double: (e, t, n, a = oe) => {
|
|
1491
1491
|
const i = fe(e, t.required, a);
|
|
1492
|
-
return i ?? (!
|
|
1492
|
+
return i ?? (!ql(e) || isNaN(e) ? [Z(a.invalidNumber)] : []);
|
|
1493
1493
|
},
|
|
1494
1494
|
string: (e, t, n, a = oe) => {
|
|
1495
1495
|
let i = fe(e, t.required, a);
|
|
@@ -1561,9 +1561,9 @@ const Kl = {
|
|
|
1561
1561
|
};
|
|
1562
1562
|
Object.keys(Ne).forEach((e) => {
|
|
1563
1563
|
const t = Ne[e];
|
|
1564
|
-
H(t) && (t.locale = (n) => (a, i, r) => t(a, i, r,
|
|
1564
|
+
H(t) && (t.locale = (n) => (a, i, r) => t(a, i, r, Ul(n, oe)));
|
|
1565
1565
|
});
|
|
1566
|
-
function
|
|
1566
|
+
function Mn(e) {
|
|
1567
1567
|
return Re(e) ? Ne[e] != null ? Ne[e] : (console.warn(`'${e}' is not a validator function!`), null) : e;
|
|
1568
1568
|
}
|
|
1569
1569
|
function Tt(e, t, n) {
|
|
@@ -1612,8 +1612,8 @@ const ye = {
|
|
|
1612
1612
|
if (this.schema.validator && this.schema.readonly !== !0 && this.disabled !== !0) {
|
|
1613
1613
|
const i = [];
|
|
1614
1614
|
Array.isArray(this.schema.validator) ? le(this.schema.validator, (r) => {
|
|
1615
|
-
i.push(
|
|
1616
|
-
}) : i.push(
|
|
1615
|
+
i.push(Mn(r).bind(this));
|
|
1616
|
+
}) : i.push(Mn(this.schema.validator).bind(this)), le(i, (r) => {
|
|
1617
1617
|
if (t)
|
|
1618
1618
|
n.push(r(this.value, this.schema, this.model));
|
|
1619
1619
|
else {
|
|
@@ -1628,7 +1628,7 @@ const ye = {
|
|
|
1628
1628
|
}
|
|
1629
1629
|
const a = (i) => {
|
|
1630
1630
|
let r = [];
|
|
1631
|
-
le(
|
|
1631
|
+
le(ai(i), (o) => {
|
|
1632
1632
|
Array.isArray(o) && o.length > 0 ? r = r.concat(o) : Re(o) && r.push(o);
|
|
1633
1633
|
}), H(this.schema.onValidated) && this.schema.onValidated.call(this, this.model, r, this.schema);
|
|
1634
1634
|
const s = r.length === 0;
|
|
@@ -1669,7 +1669,7 @@ const ye = {
|
|
|
1669
1669
|
},
|
|
1670
1670
|
getFieldID(e, t = !1) {
|
|
1671
1671
|
const n = z(this.formOptions, "fieldIdPrefix", "");
|
|
1672
|
-
return
|
|
1672
|
+
return Lt(e, n) + (t ? "-" + ri() : "");
|
|
1673
1673
|
},
|
|
1674
1674
|
getLabelId(e) {
|
|
1675
1675
|
return `${this.getFieldID(e)}-label`;
|
|
@@ -1786,7 +1786,7 @@ const Zl = /* @__PURE__ */ x(Yl, [["render", Wl], ["__scopeId", "data-v-acfccff7
|
|
|
1786
1786
|
]);
|
|
1787
1787
|
};
|
|
1788
1788
|
}
|
|
1789
|
-
}),
|
|
1789
|
+
}), fi = /* @__PURE__ */ x(Ql, [["__scopeId", "data-v-96055692"]]), Xl = { class: "array-item-wrapper" }, ed = { class: "array-item" }, td = { class: "array-item-after" }, nd = /* @__PURE__ */ re({
|
|
1790
1790
|
__name: "FieldArrayItem",
|
|
1791
1791
|
props: {
|
|
1792
1792
|
model: {
|
|
@@ -1818,7 +1818,7 @@ const Zl = /* @__PURE__ */ x(Yl, [["render", Wl], ["__scopeId", "data-v-acfccff7
|
|
|
1818
1818
|
]);
|
|
1819
1819
|
};
|
|
1820
1820
|
}
|
|
1821
|
-
}),
|
|
1821
|
+
}), hi = /* @__PURE__ */ x(nd, [["__scopeId", "data-v-eb9975cc"]]), id = { class: "multi-item-wrapper" }, ad = /* @__PURE__ */ re({
|
|
1822
1822
|
__name: "FieldArrayMultiItem",
|
|
1823
1823
|
emits: ["remove-item"],
|
|
1824
1824
|
setup(e) {
|
|
@@ -1840,7 +1840,7 @@ const Zl = /* @__PURE__ */ x(Yl, [["render", Wl], ["__scopeId", "data-v-acfccff7
|
|
|
1840
1840
|
]);
|
|
1841
1841
|
};
|
|
1842
1842
|
}
|
|
1843
|
-
}),
|
|
1843
|
+
}), pi = /* @__PURE__ */ x(ad, [["__scopeId", "data-v-37458a0a"]]), rd = "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", od = (e) => e ? e.length === 36 && new RegExp(`^${rd}$`).test(e) : !1, Ct = 50, Ve = {
|
|
1844
1844
|
CREATE_NOT_FROM_ENTITY: "CREATE_NOT_FROM_ENTITY",
|
|
1845
1845
|
CREATE_FROM_ENTITY: "CREATE_FROM_ENTITY",
|
|
1846
1846
|
UPDATE_ENTITY: "UPDATE_ENTITY",
|
|
@@ -2022,7 +2022,7 @@ function md(e, t, n, a, i, r) {
|
|
|
2022
2022
|
_: 1
|
|
2023
2023
|
}, 8, ["text"]);
|
|
2024
2024
|
}
|
|
2025
|
-
const
|
|
2025
|
+
const gi = /* @__PURE__ */ x(ld, [["render", md], ["__scopeId", "data-v-40a272a2"]]);
|
|
2026
2026
|
function fd(e) {
|
|
2027
2027
|
const t = ue([]), n = ue(null), a = (f) => Re(f) ? Ne[f] != null ? Ne[f] : (console.warn(`'${f}' is not a validator function!`), null) : f, i = L({
|
|
2028
2028
|
get() {
|
|
@@ -2060,7 +2060,7 @@ function fd(e) {
|
|
|
2060
2060
|
const b = (j) => {
|
|
2061
2061
|
var v, P;
|
|
2062
2062
|
let y = [];
|
|
2063
|
-
if (le(
|
|
2063
|
+
if (le(ai(j), (q) => {
|
|
2064
2064
|
Array.isArray(q) && q.length > 0 ? y = y.concat(q) : Re(q) && y.push(q);
|
|
2065
2065
|
}), H((v = e.schema) == null ? void 0 : v.onValidated) && e.schema.onValidated((P = e.model) == null ? void 0 : P.value, y, e.schema), !f) {
|
|
2066
2066
|
const q = y.length === 0;
|
|
@@ -2098,7 +2098,7 @@ function fd(e) {
|
|
|
2098
2098
|
}
|
|
2099
2099
|
}, c = (f, w = !1) => {
|
|
2100
2100
|
const I = z(e.formOptions, "fieldIdPrefix", "");
|
|
2101
|
-
return
|
|
2101
|
+
return Lt(f, I) + (w ? "-" + ri() : "");
|
|
2102
2102
|
}, m = (f) => `${c(f)}-label`, p = () => z(e.schema, "fieldClasses", []), E = (f) => e.formatValueToField && typeof e.formatValueToField == "function" ? e.formatValueToField(f) : f, N = (f) => e.formatValueToModel && typeof e.formatValueToModel == "function" ? e.formatValueToModel(f) : f;
|
|
2103
2103
|
return {
|
|
2104
2104
|
value: i,
|
|
@@ -2221,13 +2221,13 @@ const be = {
|
|
|
2221
2221
|
const y = p[m.value] || "", v = Be.parse(b, y);
|
|
2222
2222
|
v && ((P = a.schema) != null && P.format ? j = Be.format(v, (q = a.schema) == null ? void 0 : q.format) : j = v.valueOf()), o(j, k);
|
|
2223
2223
|
}, N = (b, k) => {
|
|
2224
|
-
|
|
2224
|
+
Number.isFinite(b) || (b = NaN), o(b, k);
|
|
2225
2225
|
}, f = (b) => {
|
|
2226
2226
|
let k = b;
|
|
2227
2227
|
switch (m.value) {
|
|
2228
2228
|
case "number":
|
|
2229
2229
|
case "range":
|
|
2230
|
-
|
|
2230
|
+
Number.isFinite(parseFloat(b)) && (k = parseFloat(b));
|
|
2231
2231
|
break;
|
|
2232
2232
|
}
|
|
2233
2233
|
c.value = k, o(k, b);
|
|
@@ -2237,7 +2237,7 @@ const be = {
|
|
|
2237
2237
|
var b;
|
|
2238
2238
|
H(I.value) && ((b = I.value) == null || b.flush());
|
|
2239
2239
|
};
|
|
2240
|
-
return
|
|
2240
|
+
return An(() => {
|
|
2241
2241
|
switch (m.value) {
|
|
2242
2242
|
case "number":
|
|
2243
2243
|
case "range":
|
|
@@ -2267,7 +2267,7 @@ const be = {
|
|
|
2267
2267
|
);
|
|
2268
2268
|
break;
|
|
2269
2269
|
}
|
|
2270
|
-
}),
|
|
2270
|
+
}), Ft(() => {
|
|
2271
2271
|
m.value === "checkbox" ? console.warn("The use of 'checkbox' inputType with 'input' type fields is deprecated. Use 'checkbox' type instead.") : m.value === "radio" ? console.warn("The use of 'radio' inputType with 'input' type fields is deprecated. Use 'radio' type instead.") : m.value === "file" && console.warn("The 'file' type in input field is deprecated. Use 'file' field instead.");
|
|
2272
2272
|
}), (b, k) => {
|
|
2273
2273
|
const j = O("KInput");
|
|
@@ -2302,9 +2302,9 @@ const be = {
|
|
|
2302
2302
|
]);
|
|
2303
2303
|
};
|
|
2304
2304
|
}
|
|
2305
|
-
}),
|
|
2305
|
+
}), vi = /* @__PURE__ */ x(vd, [["__scopeId", "data-v-4bc036be"]]), yd = {
|
|
2306
2306
|
name: "FieldMetric",
|
|
2307
|
-
components: { AddIcon:
|
|
2307
|
+
components: { AddIcon: Ut, TrashIcon: at },
|
|
2308
2308
|
mixins: [ye],
|
|
2309
2309
|
emits: ["remove-item"],
|
|
2310
2310
|
data() {
|
|
@@ -2328,7 +2328,7 @@ function _d(e, t, n, a, i, r) {
|
|
|
2328
2328
|
ee(U(e.model.name ? e.model.name : "New Item") + " ", 1),
|
|
2329
2329
|
T(s, { class: "metric-add-icon" })
|
|
2330
2330
|
]),
|
|
2331
|
-
T(
|
|
2331
|
+
T(Ii, { name: "slide-fade" }, {
|
|
2332
2332
|
default: C(() => [
|
|
2333
2333
|
i.contentVisible ? (u(), g("div", bd, [
|
|
2334
2334
|
Oe(e.$slots, "default"),
|
|
@@ -2348,7 +2348,7 @@ function _d(e, t, n, a, i, r) {
|
|
|
2348
2348
|
})
|
|
2349
2349
|
], 2);
|
|
2350
2350
|
}
|
|
2351
|
-
const
|
|
2351
|
+
const yi = /* @__PURE__ */ x(yd, [["render", _d]]), wd = {
|
|
2352
2352
|
mixins: [ye],
|
|
2353
2353
|
emits: ["modelUpdated"],
|
|
2354
2354
|
data() {
|
|
@@ -2387,7 +2387,7 @@ const bi = /* @__PURE__ */ x(yd, [["render", _d]]), wd = {
|
|
|
2387
2387
|
}
|
|
2388
2388
|
}, Md = { class: "field-object-container" }, Sd = { key: 1 }, Td = ["id"], Cd = { key: 0 }, Id = ["onUpdate:modelValue"], Od = { key: 1 }, Ad = ["onUpdate:modelValue"], Ed = { key: 2 }, Fd = ["onUpdate:modelValue"], kd = ["onClick"];
|
|
2389
2389
|
function Ud(e, t, n, a, i, r) {
|
|
2390
|
-
const s = O("vue-form-generator"), o =
|
|
2390
|
+
const s = O("vue-form-generator"), o = En("attributes");
|
|
2391
2391
|
return de((u(), g("div", Md, [
|
|
2392
2392
|
e.schema.schema ? (u(), A(s, {
|
|
2393
2393
|
key: 0,
|
|
@@ -2415,7 +2415,7 @@ function Ud(e, t, n, a, i, r) {
|
|
|
2415
2415
|
"onUpdate:modelValue": (c) => e.value[l] = c,
|
|
2416
2416
|
type: "checkbox"
|
|
2417
2417
|
}, null, 8, Ad), [
|
|
2418
|
-
[
|
|
2418
|
+
[Oi, e.value[l]]
|
|
2419
2419
|
])
|
|
2420
2420
|
])) : V("", !0),
|
|
2421
2421
|
i.keyTypes[l] === "number" ? (u(), g("td", Ed, [
|
|
@@ -2442,7 +2442,7 @@ function Ud(e, t, n, a, i, r) {
|
|
|
2442
2442
|
h("option", { value: "number" }, " Number ", -1),
|
|
2443
2443
|
h("option", { value: "boolean" }, " Boolean ", -1)
|
|
2444
2444
|
]), 512), [
|
|
2445
|
-
[
|
|
2445
|
+
[Ai, i.newKeyType]
|
|
2446
2446
|
]),
|
|
2447
2447
|
de(h("input", {
|
|
2448
2448
|
"onUpdate:modelValue": t[1] || (t[1] = (d) => i.newKeyName = d),
|
|
@@ -2460,7 +2460,7 @@ function Ud(e, t, n, a, i, r) {
|
|
|
2460
2460
|
[o, i.attributes]
|
|
2461
2461
|
]);
|
|
2462
2462
|
}
|
|
2463
|
-
const
|
|
2463
|
+
const bi = /* @__PURE__ */ x(wd, [["render", Ud], ["__scopeId", "data-v-b7e3dcd7"]]), $d = {
|
|
2464
2464
|
components: {
|
|
2465
2465
|
TrashIcon: at
|
|
2466
2466
|
},
|
|
@@ -2613,7 +2613,7 @@ function xd(e, t, n, a, i, r) {
|
|
|
2613
2613
|
type: r.valueInputType,
|
|
2614
2614
|
onInput: (m) => r.updateModel(e.value[c], e.model[e.schema.model])
|
|
2615
2615
|
}, null, 40, qd), [
|
|
2616
|
-
[
|
|
2616
|
+
[Fn, e.value[c]]
|
|
2617
2617
|
]),
|
|
2618
2618
|
e.schema.fields && e.schema.fields[0].schema.hint ? (u(), g("p", Kd, U(e.schema.fields[0].schema.hint), 1)) : V("", !0),
|
|
2619
2619
|
(u(), A(ne(r.autofillSlot), {
|
|
@@ -2655,7 +2655,7 @@ function xd(e, t, n, a, i, r) {
|
|
|
2655
2655
|
], 2)
|
|
2656
2656
|
], 10, Vd);
|
|
2657
2657
|
}
|
|
2658
|
-
const
|
|
2658
|
+
const _i = /* @__PURE__ */ x($d, [["render", xd], ["__scopeId", "data-v-9c0cacfc"]]), Yd = { class: "radio-selection-group" }, Hd = /* @__PURE__ */ re({
|
|
2659
2659
|
__name: "FieldRadio",
|
|
2660
2660
|
props: {
|
|
2661
2661
|
disabled: {
|
|
@@ -2728,7 +2728,7 @@ const wi = /* @__PURE__ */ x($d, [["render", xd], ["__scopeId", "data-v-9c0cacfc
|
|
|
2728
2728
|
]);
|
|
2729
2729
|
};
|
|
2730
2730
|
}
|
|
2731
|
-
}),
|
|
2731
|
+
}), wi = /* @__PURE__ */ x(Hd, [["__scopeId", "data-v-09b8afda"]]), Mi = /* @__PURE__ */ re({
|
|
2732
2732
|
__name: "FieldSelect",
|
|
2733
2733
|
props: {
|
|
2734
2734
|
disabled: {
|
|
@@ -2834,16 +2834,16 @@ const wi = /* @__PURE__ */ x($d, [["render", xd], ["__scopeId", "data-v-9c0cacfc
|
|
|
2834
2834
|
}), Gd = {
|
|
2835
2835
|
name: "FieldArray",
|
|
2836
2836
|
components: {
|
|
2837
|
-
FieldArrayItem:
|
|
2838
|
-
FieldArrayMultiItem:
|
|
2839
|
-
FieldSelect:
|
|
2840
|
-
FieldMetric:
|
|
2841
|
-
FieldObject:
|
|
2842
|
-
FieldObjectAdvanced:
|
|
2843
|
-
FieldAutoSuggest:
|
|
2844
|
-
FieldRadio:
|
|
2845
|
-
FieldArrayCardContainer:
|
|
2846
|
-
FieldInput:
|
|
2837
|
+
FieldArrayItem: hi,
|
|
2838
|
+
FieldArrayMultiItem: pi,
|
|
2839
|
+
FieldSelect: Mi,
|
|
2840
|
+
FieldMetric: yi,
|
|
2841
|
+
FieldObject: bi,
|
|
2842
|
+
FieldObjectAdvanced: _i,
|
|
2843
|
+
FieldAutoSuggest: gi,
|
|
2844
|
+
FieldRadio: wi,
|
|
2845
|
+
FieldArrayCardContainer: fi,
|
|
2846
|
+
FieldInput: vi
|
|
2847
2847
|
},
|
|
2848
2848
|
mixins: [ye],
|
|
2849
2849
|
inject: {
|
|
@@ -2891,7 +2891,9 @@ const wi = /* @__PURE__ */ x($d, [["render", xd], ["__scopeId", "data-v-9c0cacfc
|
|
|
2891
2891
|
this.$emit("refreshModel");
|
|
2892
2892
|
},
|
|
2893
2893
|
handleInput(e, t) {
|
|
2894
|
-
|
|
2894
|
+
var a, i;
|
|
2895
|
+
let n = e;
|
|
2896
|
+
((i = (a = this.schema) == null ? void 0 : a.inputAttributes) == null ? void 0 : i.type) === "number" && Number.isFinite(parseFloat(e)) && (n = parseFloat(e)), this.value = this.value.map((r, s) => s === t ? n : r);
|
|
2895
2897
|
}
|
|
2896
2898
|
}
|
|
2897
2899
|
}, Wd = ["id"], Zd = { key: 1 }, Jd = ["onUpdate:modelValue", "aria-labelledby", "type"], Qd = ["onUpdate:modelValue", "aria-labelledby"];
|
|
@@ -2983,7 +2985,7 @@ function Xd(e, t, n, a, i, r) {
|
|
|
2983
2985
|
}, e.schema.inputAttributes, {
|
|
2984
2986
|
type: ((m = e.schema.inputAttributes) == null ? void 0 : m.type) || "text"
|
|
2985
2987
|
}), null, 16, Jd)), [
|
|
2986
|
-
[
|
|
2988
|
+
[Fn, e.value[c]]
|
|
2987
2989
|
])
|
|
2988
2990
|
];
|
|
2989
2991
|
}),
|
|
@@ -3017,7 +3019,7 @@ function Xd(e, t, n, a, i, r) {
|
|
|
3017
3019
|
}, 8, ["class", "data-testid", "onClick"])
|
|
3018
3020
|
], 10, Wd)) : V("", !0);
|
|
3019
3021
|
}
|
|
3020
|
-
const eu = /* @__PURE__ */ x(Gd, [["render", Xd], ["__scopeId", "data-v-
|
|
3022
|
+
const eu = /* @__PURE__ */ x(Gd, [["render", Xd], ["__scopeId", "data-v-2704b66e"]]), tu = { class: "form-field-wrapper field-checkbox" }, nu = /* @__PURE__ */ re({
|
|
3021
3023
|
__name: "FieldCheckbox",
|
|
3022
3024
|
props: {
|
|
3023
3025
|
disabled: {
|
|
@@ -3088,12 +3090,12 @@ const eu = /* @__PURE__ */ x(Gd, [["render", Xd], ["__scopeId", "data-v-a569ac75
|
|
|
3088
3090
|
}
|
|
3089
3091
|
}), iu = /* @__PURE__ */ x(nu, [["__scopeId", "data-v-6b4ee1cd"]]);
|
|
3090
3092
|
var au = 4;
|
|
3091
|
-
function
|
|
3093
|
+
function Sn(e) {
|
|
3092
3094
|
return Qe(e, au);
|
|
3093
3095
|
}
|
|
3094
3096
|
const ru = { class: "wrapper" }, ou = ["disabled"], su = ["id", "checked", "disabled", "onChange", "name"], lu = ["disabled"], du = { class: "info" }, uu = { class: "dropList" }, cu = ["id", "checked", "disabled", "onChange", "name"];
|
|
3095
3097
|
function mu(e, t, n, a, i, r) {
|
|
3096
|
-
const s =
|
|
3098
|
+
const s = En("attributes");
|
|
3097
3099
|
return de((u(), g("div", ru, [
|
|
3098
3100
|
e.schema.listBox ? (u(), g("div", {
|
|
3099
3101
|
key: 0,
|
|
@@ -3172,7 +3174,7 @@ const fu = {
|
|
|
3172
3174
|
},
|
|
3173
3175
|
methods: {
|
|
3174
3176
|
getInputName(e) {
|
|
3175
|
-
return this.schema && this.schema.inputName && this.schema.inputName.length > 0 ?
|
|
3177
|
+
return this.schema && this.schema.inputName && this.schema.inputName.length > 0 ? cn(this.schema.inputName + "_" + this.getItemValue(e)) : cn(this.getItemValue(e));
|
|
3176
3178
|
},
|
|
3177
3179
|
getItemValue(e) {
|
|
3178
3180
|
if (me(e)) {
|
|
@@ -3199,10 +3201,10 @@ const fu = {
|
|
|
3199
3201
|
},
|
|
3200
3202
|
onChanged(e, t) {
|
|
3201
3203
|
if ((X(this.value) || !Array.isArray(this.value)) && (this.value = []), e.target.checked) {
|
|
3202
|
-
const n =
|
|
3204
|
+
const n = Sn(this.value);
|
|
3203
3205
|
n.push(this.getItemValue(t)), this.value = n;
|
|
3204
3206
|
} else {
|
|
3205
|
-
const n =
|
|
3207
|
+
const n = Sn(this.value);
|
|
3206
3208
|
n.splice(this.value.indexOf(this.getItemValue(t)), 1), this.value = n;
|
|
3207
3209
|
}
|
|
3208
3210
|
},
|
|
@@ -3421,7 +3423,7 @@ const Mu = /* @__PURE__ */ x(pu, [["render", wu], ["__scopeId", "data-v-70998d5b
|
|
|
3421
3423
|
},
|
|
3422
3424
|
emits: ["modelUpdated"],
|
|
3423
3425
|
setup(e, { expose: t, emit: n }) {
|
|
3424
|
-
const a = e, i = n, r =
|
|
3426
|
+
const a = e, i = n, r = Ei(a, "model"), { getLabelId: s, getFieldID: o, clearValidationErrors: d, value: l } = be.useAbstractFields({
|
|
3425
3427
|
model: r,
|
|
3426
3428
|
schema: a.schema,
|
|
3427
3429
|
formOptions: a.formOptions,
|
|
@@ -3524,7 +3526,7 @@ function Vu(e, t, n, a, i, r) {
|
|
|
3524
3526
|
type: "radio",
|
|
3525
3527
|
value: d
|
|
3526
3528
|
}, null, 8, Fu), [
|
|
3527
|
-
[
|
|
3529
|
+
[Fi, i.checkedGroup]
|
|
3528
3530
|
]),
|
|
3529
3531
|
ee(" " + U(o.label) + " ", 1),
|
|
3530
3532
|
h("div", ku, U(o.description), 1)
|
|
@@ -3549,7 +3551,7 @@ function Vu(e, t, n, a, i, r) {
|
|
|
3549
3551
|
}, null, 8, ["model", "schema", "onModelUpdated"])
|
|
3550
3552
|
])
|
|
3551
3553
|
], 512), [
|
|
3552
|
-
[
|
|
3554
|
+
[ki, o.fields && i.checkedGroup === d]
|
|
3553
3555
|
])
|
|
3554
3556
|
]))), 128))
|
|
3555
3557
|
]);
|
|
@@ -3710,28 +3712,28 @@ const ju = /* @__PURE__ */ x(Iu, [["render", Vu], ["__scopeId", "data-v-56d57edb
|
|
|
3710
3712
|
__proto__: null,
|
|
3711
3713
|
FieldAdvanced: Zl,
|
|
3712
3714
|
FieldArray: eu,
|
|
3713
|
-
FieldArrayCardContainer:
|
|
3714
|
-
FieldArrayItem:
|
|
3715
|
-
FieldArrayMultiItem:
|
|
3716
|
-
FieldAutoSuggest:
|
|
3715
|
+
FieldArrayCardContainer: fi,
|
|
3716
|
+
FieldArrayItem: hi,
|
|
3717
|
+
FieldArrayMultiItem: pi,
|
|
3718
|
+
FieldAutoSuggest: gi,
|
|
3717
3719
|
FieldCheckbox: iu,
|
|
3718
3720
|
FieldChecklist: hu,
|
|
3719
|
-
FieldInput:
|
|
3721
|
+
FieldInput: vi,
|
|
3720
3722
|
FieldKeyValuePairs: Mu,
|
|
3721
3723
|
FieldLabel: Tu,
|
|
3722
|
-
FieldMetric:
|
|
3724
|
+
FieldMetric: yi,
|
|
3723
3725
|
FieldMultiselect: Cu,
|
|
3724
|
-
FieldObject:
|
|
3725
|
-
FieldObjectAdvanced:
|
|
3726
|
-
FieldRadio:
|
|
3727
|
-
FieldSelect:
|
|
3726
|
+
FieldObject: bi,
|
|
3727
|
+
FieldObjectAdvanced: _i,
|
|
3728
|
+
FieldRadio: wi,
|
|
3729
|
+
FieldSelect: Mi,
|
|
3728
3730
|
FieldSelectionGroup: ju,
|
|
3729
3731
|
FieldSwitch: Pu,
|
|
3730
3732
|
FieldTextArea: qu
|
|
3731
3733
|
}, Symbol.toStringTag, { value: "Module" })), Du = {
|
|
3732
3734
|
name: "FormGroup",
|
|
3733
3735
|
components: Ku,
|
|
3734
|
-
mixins: [
|
|
3736
|
+
mixins: [ni],
|
|
3735
3737
|
inject: {
|
|
3736
3738
|
"vfg-array-item-index": {
|
|
3737
3739
|
default: void 0
|
|
@@ -3803,7 +3805,7 @@ const ju = /* @__PURE__ */ x(Iu, [["render", Vu], ["__scopeId", "data-v-56d57edb
|
|
|
3803
3805
|
},
|
|
3804
3806
|
getFieldID(e) {
|
|
3805
3807
|
const t = z(this.options, "fieldIdPrefix", "");
|
|
3806
|
-
return
|
|
3808
|
+
return Lt(e, t);
|
|
3807
3809
|
},
|
|
3808
3810
|
getTooltipId(e) {
|
|
3809
3811
|
return `${this.getFieldID(e)}-tooltip`;
|
|
@@ -3877,7 +3879,7 @@ function Xu(e, t, n, a, i, r) {
|
|
|
3877
3879
|
placement: "top",
|
|
3878
3880
|
tooltipId: r.getTooltipId(n.field)
|
|
3879
3881
|
} : void 0
|
|
3880
|
-
},
|
|
3882
|
+
}, kn({
|
|
3881
3883
|
default: C(() => [
|
|
3882
3884
|
h("div", zu, [
|
|
3883
3885
|
h("span", {
|
|
@@ -3943,7 +3945,7 @@ function Xu(e, t, n, a, i, r) {
|
|
|
3943
3945
|
])) : V("", !0)
|
|
3944
3946
|
], 2);
|
|
3945
3947
|
}
|
|
3946
|
-
const
|
|
3948
|
+
const Si = /* @__PURE__ */ x(Du, [["render", Xu], ["__scopeId", "data-v-0cb2e226"]]), ec = "12px";
|
|
3947
3949
|
var ut = /* @__PURE__ */ ((e) => (e.REDIS_CE = "redis-ce", e.REDIS_EE = "redis-ee", e))(ut || {});
|
|
3948
3950
|
const tc = (e) => {
|
|
3949
3951
|
var t, n;
|
|
@@ -3951,7 +3953,7 @@ const tc = (e) => {
|
|
|
3951
3953
|
}, nc = {
|
|
3952
3954
|
[ut.REDIS_CE]: "open source",
|
|
3953
3955
|
[ut.REDIS_EE]: "enterprise"
|
|
3954
|
-
},
|
|
3956
|
+
}, Tn = (e) => nc[e] ?? "", ic = { class: "partial-config-card" }, ac = { class: "config-card-row-label" }, rc = { class: "label-text" }, oc = ["data-testid"], sc = ["data-testid"], lc = { key: 1 }, dc = ["data-testid"], uc = ["data-testid"], cc = /* @__PURE__ */ re({
|
|
3955
3957
|
__name: "RedisConfigCard",
|
|
3956
3958
|
props: {
|
|
3957
3959
|
configFields: {
|
|
@@ -3986,7 +3988,7 @@ const tc = (e) => {
|
|
|
3986
3988
|
formatter: n,
|
|
3987
3989
|
order: 3
|
|
3988
3990
|
}
|
|
3989
|
-
}, i = e, r = (m) => m != null, s = (m, p) => r(p) && ["password", "sentinel_password"].includes(m) ? "password" : "text", { convertKeyToTitle: o } =
|
|
3991
|
+
}, i = e, r = (m) => m != null, s = (m, p) => r(p) && ["password", "sentinel_password"].includes(m) ? "password" : "text", { convertKeyToTitle: o } = ji(), d = L(() => Object.entries(i.configFields).map(([m, p]) => {
|
|
3990
3992
|
var E, N, f, w;
|
|
3991
3993
|
return {
|
|
3992
3994
|
key: m,
|
|
@@ -4073,7 +4075,7 @@ const tc = (e) => {
|
|
|
4073
4075
|
},
|
|
4074
4076
|
emits: ["showNewPartialModal"],
|
|
4075
4077
|
setup(e) {
|
|
4076
|
-
const { t } = ge("en-us", ve), n = rt(
|
|
4078
|
+
const { t } = ge("en-us", ve), n = rt(Gr), a = {
|
|
4077
4079
|
konnect: {
|
|
4078
4080
|
getOne: "/v2/control-planes/{controlPlaneId}/core-entities/partials/{id}",
|
|
4079
4081
|
getAll: "/v2/control-planes/{controlPlaneId}/core-entities/partials"
|
|
@@ -4082,13 +4084,13 @@ const tc = (e) => {
|
|
|
4082
4084
|
getOne: "/{workspace}/partials/{id}",
|
|
4083
4085
|
getAll: "/{workspace}/partials"
|
|
4084
4086
|
}
|
|
4085
|
-
}, i = e, r = ue(null), { getMessageFromError: s } =
|
|
4087
|
+
}, i = e, r = ue(null), { getMessageFromError: s } = Ri(), o = rt(Hr), {
|
|
4086
4088
|
debouncedQueryChange: d,
|
|
4087
4089
|
loading: l,
|
|
4088
4090
|
error: c,
|
|
4089
4091
|
loadItems: m,
|
|
4090
4092
|
results: p
|
|
4091
|
-
} =
|
|
4093
|
+
} = Pi(o, a[o.app].getAll, void 0, {
|
|
4092
4094
|
fetchedItemsKey: "data",
|
|
4093
4095
|
searchKeys: ["id", "name"]
|
|
4094
4096
|
}), E = L(() => c.value ? s(c.value) : ""), N = (F) => {
|
|
@@ -4098,7 +4100,7 @@ const tc = (e) => {
|
|
|
4098
4100
|
var b;
|
|
4099
4101
|
const F = ((b = p.value) == null ? void 0 : b.map((k) => ({ label: k.id, name: k.name, value: k.id, type: k.type, tag: tc(k) }))) || [];
|
|
4100
4102
|
return i.redisType !== "all" ? F.filter((k) => k.type === i.redisType) : F;
|
|
4101
|
-
}), { axiosInstance: w } =
|
|
4103
|
+
}), { axiosInstance: w } = Ni(o == null ? void 0 : o.axiosRequestConfig), I = async (F) => {
|
|
4102
4104
|
if (F) {
|
|
4103
4105
|
i.updateRedisModel(F);
|
|
4104
4106
|
try {
|
|
@@ -4112,16 +4114,16 @@ const tc = (e) => {
|
|
|
4112
4114
|
}
|
|
4113
4115
|
}
|
|
4114
4116
|
};
|
|
4115
|
-
return
|
|
4117
|
+
return kt(() => n == null ? void 0 : n.value, async (F) => {
|
|
4116
4118
|
F && await m();
|
|
4117
|
-
}),
|
|
4119
|
+
}), Ft(async () => {
|
|
4118
4120
|
await m(), i.defaultRedisConfigItem && I(i.defaultRedisConfigItem);
|
|
4119
4121
|
}), (F, b) => {
|
|
4120
4122
|
const k = O("KLabel"), j = O("KBadge"), y = O("KSelect");
|
|
4121
4123
|
return u(), g(D, null, [
|
|
4122
4124
|
h("div", fc, [
|
|
4123
4125
|
T(k, {
|
|
4124
|
-
info: e.isCustomPlugin ? M(t)("redis.custom_plugin.tooltip") : M(t)("redis.shared_configuration.tooltip", { type: M(
|
|
4126
|
+
info: e.isCustomPlugin ? M(t)("redis.custom_plugin.tooltip") : M(t)("redis.shared_configuration.tooltip", { type: M(Tn)(e.redisType) }),
|
|
4125
4127
|
"tooltip-attributes": {
|
|
4126
4128
|
maxWidth: "300",
|
|
4127
4129
|
placement: "top"
|
|
@@ -4174,8 +4176,8 @@ const tc = (e) => {
|
|
|
4174
4176
|
"data-testid": "new-redis-config-area",
|
|
4175
4177
|
onClick: b[0] || (b[0] = (v) => F.$emit("showNewPartialModal"))
|
|
4176
4178
|
}, [
|
|
4177
|
-
T(M(
|
|
4178
|
-
h("span", null, U(M(t)("redis.shared_configuration.create_new_configuration", { type: M(
|
|
4179
|
+
T(M(Ut), { size: M(ec) }, null, 8, ["size"]),
|
|
4180
|
+
h("span", null, U(M(t)("redis.shared_configuration.create_new_configuration", { type: M(Tn)(e.redisType) })), 1)
|
|
4179
4181
|
])
|
|
4180
4182
|
]),
|
|
4181
4183
|
_: 1
|
|
@@ -4190,7 +4192,7 @@ const tc = (e) => {
|
|
|
4190
4192
|
], 64);
|
|
4191
4193
|
};
|
|
4192
4194
|
}
|
|
4193
|
-
}),
|
|
4195
|
+
}), Cn = /* @__PURE__ */ x(bc, [["__scopeId", "data-v-0c08667c"]]), _c = { key: 0 }, wc = {
|
|
4194
4196
|
class: "redis-config-radio-group",
|
|
4195
4197
|
"data-testid": "redis-config-radio-group"
|
|
4196
4198
|
}, Mc = {
|
|
@@ -4256,9 +4258,9 @@ const tc = (e) => {
|
|
|
4256
4258
|
}, N = (f, w, I) => {
|
|
4257
4259
|
a("validated", f, w, I);
|
|
4258
4260
|
};
|
|
4259
|
-
return
|
|
4261
|
+
return kt(() => s.value, (f) => {
|
|
4260
4262
|
f ? l.value && a("partialToggled", "redis", { partials: l.value }) : a("partialToggled", "partials", d.value);
|
|
4261
|
-
}),
|
|
4263
|
+
}), Ft(() => {
|
|
4262
4264
|
var f, w, I;
|
|
4263
4265
|
if (n.model && (d.value = n.field.fields.reduce((F, b) => (Object.keys(n.model).includes(b.model) && (F[b.model] = n.model[b.model]), F), {})), (I = (w = (f = n == null ? void 0 : n.model) == null ? void 0 : f.partials) == null ? void 0 : w[0]) != null && I.id) {
|
|
4264
4266
|
const F = n.model.partials[0].id;
|
|
@@ -4272,7 +4274,7 @@ const tc = (e) => {
|
|
|
4272
4274
|
"data-testid": "custom-plugin-redis-config-note",
|
|
4273
4275
|
message: M(i)("redis.custom_plugin.alert")
|
|
4274
4276
|
}, null, 8, ["message"]),
|
|
4275
|
-
T(
|
|
4277
|
+
T(Cn, {
|
|
4276
4278
|
"default-redis-config-item": o.value,
|
|
4277
4279
|
"is-custom-plugin": "",
|
|
4278
4280
|
"plugin-redis-fields": e.field.fields,
|
|
@@ -4319,7 +4321,7 @@ const tc = (e) => {
|
|
|
4319
4321
|
}, null, 8, ["modelValue", "description", "label"])
|
|
4320
4322
|
]),
|
|
4321
4323
|
s.value ? (u(), g("div", Mc, [
|
|
4322
|
-
T(
|
|
4324
|
+
T(Cn, {
|
|
4323
4325
|
"default-redis-config-item": o.value,
|
|
4324
4326
|
"plugin-redis-fields": e.field.fields,
|
|
4325
4327
|
"redis-type": e.field.redisType,
|
|
@@ -4333,7 +4335,7 @@ const tc = (e) => {
|
|
|
4333
4335
|
(u(!0), g(D, null, J(e.field.fields, (j) => (u(), g(D, {
|
|
4334
4336
|
key: j.model
|
|
4335
4337
|
}, [
|
|
4336
|
-
c(j) ? (u(), A(
|
|
4338
|
+
c(j) ? (u(), A(Si, {
|
|
4337
4339
|
key: 0,
|
|
4338
4340
|
ref_for: !0,
|
|
4339
4341
|
ref: "children",
|
|
@@ -4359,8 +4361,8 @@ const tc = (e) => {
|
|
|
4359
4361
|
}
|
|
4360
4362
|
}), Ic = /* @__PURE__ */ x(Cc, [["__scopeId", "data-v-bc11be65"]]), Oc = {
|
|
4361
4363
|
name: "FormGenerator",
|
|
4362
|
-
components: { formGroup:
|
|
4363
|
-
mixins: [
|
|
4364
|
+
components: { formGroup: Si, formRedis: Ic },
|
|
4365
|
+
mixins: [ni],
|
|
4364
4366
|
inject: {
|
|
4365
4367
|
// Inject AUTOFILL_SLOT for provide()
|
|
4366
4368
|
autofillSlot: {
|
|
@@ -4571,7 +4573,7 @@ function Fc(e, t, n, a, i, r) {
|
|
|
4571
4573
|
class: "root-level-collapse",
|
|
4572
4574
|
"model-value": !1,
|
|
4573
4575
|
title: l.collapsible.title
|
|
4574
|
-
},
|
|
4576
|
+
}, kn({
|
|
4575
4577
|
default: C(() => {
|
|
4576
4578
|
var m, p, E, N;
|
|
4577
4579
|
return [
|
|
@@ -4690,11 +4692,11 @@ function Fc(e, t, n, a, i, r) {
|
|
|
4690
4692
|
], 64))), 128))
|
|
4691
4693
|
])) : V("", !0);
|
|
4692
4694
|
}
|
|
4693
|
-
const ae = /* @__PURE__ */ x(Oc, [["render", Fc]]),
|
|
4695
|
+
const ae = /* @__PURE__ */ x(Oc, [["render", Fc]]), In = /* @__PURE__ */ new Set([
|
|
4694
4696
|
"config-client_id",
|
|
4695
4697
|
"config-client_secret",
|
|
4696
4698
|
"config-issuer"
|
|
4697
|
-
]),
|
|
4699
|
+
]), On = /* @__PURE__ */ new Set([
|
|
4698
4700
|
"config-scopes_claim",
|
|
4699
4701
|
"config-scopes_required",
|
|
4700
4702
|
"config-audience_claim",
|
|
@@ -4801,14 +4803,14 @@ const ae = /* @__PURE__ */ x(Oc, [["render", Fc]]), On = /* @__PURE__ */ new Set
|
|
|
4801
4803
|
};
|
|
4802
4804
|
const t = this.formSchema.fields.reduce((i, r) => (i[r.model] = r, i), {});
|
|
4803
4805
|
this.commonFieldsSchema = {
|
|
4804
|
-
fields: Array.from(
|
|
4806
|
+
fields: Array.from(In).reduce((i, r) => (t[r] && i.push(t[r]), i), [])
|
|
4805
4807
|
}, this.authFieldsSchema = {
|
|
4806
|
-
fields: Array.from(
|
|
4808
|
+
fields: Array.from(On).reduce((i, r) => (t[r] && i.push(t[r]), i), [])
|
|
4807
4809
|
};
|
|
4808
4810
|
const { redis: n, redisModels: a } = be.useRedisPartial(this.formSchema);
|
|
4809
4811
|
this.advancedFieldsSchema = {
|
|
4810
4812
|
fields: this.formSchema.fields.filter(
|
|
4811
|
-
(i) => i.model.startsWith("config") && i.model !== "config-auth_methods" && !
|
|
4813
|
+
(i) => i.model.startsWith("config") && i.model !== "config-auth_methods" && !In.has(i.model) && !On.has(i.model) && (!this.enableRedisPartial || !a.includes(i.model)) || i.model === "tags"
|
|
4812
4814
|
).reduce((i, r) => {
|
|
4813
4815
|
var s, o, d, l;
|
|
4814
4816
|
switch (r.model) {
|
|
@@ -4985,7 +4987,7 @@ function Lc(e, t, n, a, i, r) {
|
|
|
4985
4987
|
onModelUpdated: n.onModelUpdated
|
|
4986
4988
|
}, {
|
|
4987
4989
|
"autofill-provider": C((p) => [
|
|
4988
|
-
Oe(e.$slots, "autofill-provider", $i(
|
|
4990
|
+
Oe(e.$slots, "autofill-provider", Ui($i(p)), void 0, !0)
|
|
4989
4991
|
]),
|
|
4990
4992
|
_: 3
|
|
4991
4993
|
}, 8, ["model", "options", "schema", "onModelUpdated"])) : V("", !0)
|
|
@@ -5298,7 +5300,7 @@ const qc = /* @__PURE__ */ x(kc, [["render", Lc], ["__scopeId", "data-v-846700f6
|
|
|
5298
5300
|
value: "other"
|
|
5299
5301
|
}
|
|
5300
5302
|
];
|
|
5301
|
-
|
|
5303
|
+
An(() => {
|
|
5302
5304
|
n.value === "zeroSsl" && (t.formModel["config-api_uri"] = "https://acme.zerossl.com/v2/DV90");
|
|
5303
5305
|
});
|
|
5304
5306
|
const b = (y) => {
|
|
@@ -5575,12 +5577,12 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
5575
5577
|
}
|
|
5576
5578
|
), b = (_, S) => {
|
|
5577
5579
|
if (S === m.value) {
|
|
5578
|
-
r.onModelUpdated([], "config-limit"), r.onModelUpdated([], "config-window_size"),
|
|
5580
|
+
r.onModelUpdated([], "config-limit"), r.onModelUpdated([], "config-window_size"), qt(() => {
|
|
5579
5581
|
m.value = void 0;
|
|
5580
5582
|
});
|
|
5581
5583
|
return;
|
|
5582
5584
|
}
|
|
5583
|
-
r.onModelUpdated([_.config.limit], "config-limit"), r.onModelUpdated([_.config.window_size], "config-window_size"),
|
|
5585
|
+
r.onModelUpdated([_.config.limit], "config-limit"), r.onModelUpdated([_.config.window_size], "config-window_size"), qt(() => {
|
|
5584
5586
|
m.value = S;
|
|
5585
5587
|
});
|
|
5586
5588
|
}, k = (_) => {
|
|
@@ -5608,10 +5610,10 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
5608
5610
|
R.length === 0 && R.push(void 0), B.length === 0 && B.push(void 0), R.splice(_, 1), B.splice(_, 1), r.onModelUpdated(R, "config-limit"), r.onModelUpdated(B, "config-window_size");
|
|
5609
5611
|
}
|
|
5610
5612
|
};
|
|
5611
|
-
return
|
|
5613
|
+
return kt(() => r.formModel["config-strategy"], (_) => {
|
|
5612
5614
|
_ !== "redis" && r.formModel.partials && r.onModelUpdated(void 0, "partials");
|
|
5613
5615
|
}), (_, S) => {
|
|
5614
|
-
const $ = O("KLabel"), R = O("KRadio"), B = O("KInput"), se = O("KButton"), Ue = O("KBadge"), ie = O("KTooltip"), De = O("KCard"),
|
|
5616
|
+
const $ = O("KLabel"), R = O("KRadio"), B = O("KInput"), se = O("KButton"), Ue = O("KBadge"), ie = O("KTooltip"), De = O("KCard"), Ti = O("KSelect"), Ci = O("KCollapse");
|
|
5615
5617
|
return u(), g(D, null, [
|
|
5616
5618
|
h("div", tm, [
|
|
5617
5619
|
T(ae, {
|
|
@@ -5708,7 +5710,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
5708
5710
|
onClick: () => P(te)
|
|
5709
5711
|
}, {
|
|
5710
5712
|
default: C(() => [
|
|
5711
|
-
T(M(
|
|
5713
|
+
T(M(Vi))
|
|
5712
5714
|
]),
|
|
5713
5715
|
_: 2
|
|
5714
5716
|
}, 1032, ["disabled", "onClick"]),
|
|
@@ -5717,7 +5719,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
5717
5719
|
onClick: () => v(te)
|
|
5718
5720
|
}, {
|
|
5719
5721
|
default: C(() => [
|
|
5720
|
-
T(M(
|
|
5722
|
+
T(M(Ut))
|
|
5721
5723
|
]),
|
|
5722
5724
|
_: 2
|
|
5723
5725
|
}, 1032, ["onClick"])
|
|
@@ -5758,7 +5760,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
5758
5760
|
]),
|
|
5759
5761
|
_: 1
|
|
5760
5762
|
}),
|
|
5761
|
-
T(
|
|
5763
|
+
T(Ti, {
|
|
5762
5764
|
modelValue: w.value,
|
|
5763
5765
|
"onUpdate:modelValue": S[1] || (S[1] = (K) => w.value = K),
|
|
5764
5766
|
class: "rla-form-identifiers",
|
|
@@ -5812,7 +5814,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
5812
5814
|
])
|
|
5813
5815
|
])
|
|
5814
5816
|
]),
|
|
5815
|
-
T(
|
|
5817
|
+
T(Ci, {
|
|
5816
5818
|
modelValue: p.value,
|
|
5817
5819
|
"onUpdate:modelValue": S[9] || (S[9] = (K) => p.value = K),
|
|
5818
5820
|
"trigger-label": M(i)("rla.view_advanced_fields")
|
|
@@ -5885,9 +5887,9 @@ export {
|
|
|
5885
5887
|
he as AUTOFILL_SLOT,
|
|
5886
5888
|
He as AUTOFILL_SLOT_NAME,
|
|
5887
5889
|
$e as FORMS_API_KEY,
|
|
5888
|
-
|
|
5890
|
+
Hr as FORMS_CONFIG,
|
|
5889
5891
|
ut as PartialType,
|
|
5890
|
-
|
|
5892
|
+
Gr as REDIS_PARTIAL_FETCHER_KEY,
|
|
5891
5893
|
ae as VueFormGenerator,
|
|
5892
5894
|
wm as abstractField,
|
|
5893
5895
|
Sm as customFields,
|