@socotra/ec-react-utils 2.3.0-next.2 → 2.3.0-next.4
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/index.d.ts +100 -55
- package/dist/index.es.js +359 -403
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -1,592 +1,548 @@
|
|
|
1
|
-
const q = (
|
|
2
|
-
const { data:
|
|
3
|
-
let
|
|
1
|
+
const q = (e) => {
|
|
2
|
+
const { data: t, scope: u, dataTypes: m, rootDisplayName: x, account: h, quote: g, element: y } = e, L = [];
|
|
3
|
+
let k = {};
|
|
4
4
|
const B = Object.fromEntries(
|
|
5
|
-
Object.entries(
|
|
6
|
-
var
|
|
7
|
-
const
|
|
8
|
-
return !!(!
|
|
9
|
-
}).map(([
|
|
10
|
-
var
|
|
11
|
-
let
|
|
12
|
-
const
|
|
13
|
-
let
|
|
5
|
+
Object.entries(t ?? {}).filter(([, d]) => {
|
|
6
|
+
var M;
|
|
7
|
+
const s = (M = d.scope) == null ? void 0 : M.split(",").map((Y) => Y.trim());
|
|
8
|
+
return !!(!s || u === "P" && (s != null && s.includes("P")) || s != null && s.includes("Q") || u === "Q" && (s != null && s.includes("Q")));
|
|
9
|
+
}).map(([d, s]) => {
|
|
10
|
+
var H, G, c, i, n, r, a, l, f, $, b, D, T, S, C, N, A;
|
|
11
|
+
let M = !1, Y = !1, z = !1;
|
|
12
|
+
const J = s.displayName ?? d, U = (H = s.type) == null ? void 0 : H.slice(-1), V = s.maxLength, Q = s.minLength, j = s.max, E = s.min, F = s.regex;
|
|
13
|
+
let o = s.type ?? "", _;
|
|
14
14
|
switch (U) {
|
|
15
15
|
case "*":
|
|
16
|
-
|
|
16
|
+
Y = !0, M = !0, o = o == null ? void 0 : o.split("*")[0];
|
|
17
17
|
break;
|
|
18
18
|
case "?":
|
|
19
|
-
|
|
19
|
+
o = o == null ? void 0 : o.split("?")[0], M = !0;
|
|
20
20
|
break;
|
|
21
21
|
case "+":
|
|
22
|
-
|
|
22
|
+
Y = !0, o = o == null ? void 0 : o.split("+")[0];
|
|
23
23
|
break;
|
|
24
24
|
case "!":
|
|
25
|
-
|
|
25
|
+
o = o == null ? void 0 : o.split("!")[0];
|
|
26
26
|
break;
|
|
27
27
|
}
|
|
28
|
-
switch (
|
|
28
|
+
switch (o) {
|
|
29
29
|
case "string":
|
|
30
|
-
|
|
30
|
+
o = "string";
|
|
31
31
|
break;
|
|
32
32
|
case "int":
|
|
33
33
|
case "long":
|
|
34
|
-
|
|
34
|
+
o = "integer";
|
|
35
35
|
break;
|
|
36
36
|
case "decimal":
|
|
37
|
-
|
|
37
|
+
o = "number";
|
|
38
38
|
break;
|
|
39
39
|
case "dateTime":
|
|
40
40
|
case "datetime":
|
|
41
|
-
|
|
41
|
+
o = "string", _ = "date-time";
|
|
42
42
|
break;
|
|
43
43
|
case "date":
|
|
44
|
-
|
|
44
|
+
o = "string", _ = "date";
|
|
45
45
|
break;
|
|
46
46
|
case "boolean":
|
|
47
47
|
case "bool":
|
|
48
|
-
|
|
48
|
+
o = "boolean";
|
|
49
49
|
break;
|
|
50
50
|
default:
|
|
51
|
-
|
|
51
|
+
z = !0;
|
|
52
52
|
break;
|
|
53
53
|
}
|
|
54
|
-
if (!
|
|
55
|
-
const
|
|
56
|
-
if (
|
|
57
|
-
let
|
|
58
|
-
const
|
|
59
|
-
data:
|
|
60
|
-
scope:
|
|
61
|
-
dataTypes:
|
|
62
|
-
rootDisplayName:
|
|
54
|
+
if (!M && !z && !Y && L.push(d), z) {
|
|
55
|
+
const O = m == null ? void 0 : m[o];
|
|
56
|
+
if (O) {
|
|
57
|
+
let w = Y ? [] : {};
|
|
58
|
+
const I = q({
|
|
59
|
+
data: O.data ?? {},
|
|
60
|
+
scope: u,
|
|
61
|
+
dataTypes: m,
|
|
62
|
+
rootDisplayName: O.displayName ?? d
|
|
63
63
|
});
|
|
64
|
-
return
|
|
65
|
-
...
|
|
66
|
-
[`${
|
|
67
|
-
},
|
|
68
|
-
|
|
64
|
+
return g && (c = (G = g.element) == null ? void 0 : G.data) != null && c[d] && (w = (n = (i = g.element) == null ? void 0 : i.data) == null ? void 0 : n[d]), y && (r = y == null ? void 0 : y.data) != null && r[d] && (w = (a = y == null ? void 0 : y.data) == null ? void 0 : a[d]), h && (l = h == null ? void 0 : h.data) != null && l[d] && (w = (f = h == null ? void 0 : h.data) == null ? void 0 : f[d]), k = {
|
|
65
|
+
...k,
|
|
66
|
+
[`${o}`]: I
|
|
67
|
+
}, Y ? [
|
|
68
|
+
d,
|
|
69
69
|
{
|
|
70
|
-
title:
|
|
70
|
+
title: O.displayName ?? d,
|
|
71
71
|
type: "array",
|
|
72
|
-
default:
|
|
72
|
+
default: w,
|
|
73
73
|
items: {
|
|
74
|
-
$ref: `#/definitions/${
|
|
74
|
+
$ref: `#/definitions/${o}`
|
|
75
75
|
},
|
|
76
|
-
...!
|
|
76
|
+
...!M && { minItems: 1 }
|
|
77
77
|
}
|
|
78
78
|
] : [
|
|
79
|
-
|
|
79
|
+
d,
|
|
80
80
|
{
|
|
81
|
-
title:
|
|
82
|
-
default:
|
|
83
|
-
$ref: `#/definitions/${
|
|
81
|
+
title: O.displayName ?? d,
|
|
82
|
+
default: w,
|
|
83
|
+
$ref: `#/definitions/${o}`
|
|
84
84
|
}
|
|
85
85
|
];
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
|
-
let
|
|
89
|
-
if (
|
|
90
|
-
const
|
|
91
|
-
|
|
88
|
+
let v = "";
|
|
89
|
+
if (h) {
|
|
90
|
+
const O = (h == null ? void 0 : h.state) === "validated" ? d.charAt(0).toLowerCase() + d.slice(1) : d;
|
|
91
|
+
v = ($ = h == null ? void 0 : h.data) != null && $[O] ? (b = h == null ? void 0 : h.data) == null ? void 0 : b[O] : o === "boolean" ? !!s.defaultValue : s.defaultValue;
|
|
92
92
|
}
|
|
93
|
-
return
|
|
94
|
-
|
|
93
|
+
return g && (v = (T = (D = g.element) == null ? void 0 : D.data) != null && T[d] ? (C = (S = g.element) == null ? void 0 : S.data) == null ? void 0 : C[d] : o === "boolean" ? !!s.defaultValue : s.defaultValue), y && (v = (N = y == null ? void 0 : y.data) != null && N[d] ? (A = y == null ? void 0 : y.data) == null ? void 0 : A[d] : o === "boolean" ? !!s.defaultValue : s.defaultValue), Y ? [
|
|
94
|
+
d,
|
|
95
95
|
{
|
|
96
|
-
title:
|
|
96
|
+
title: J,
|
|
97
97
|
type: "array",
|
|
98
|
-
default:
|
|
98
|
+
default: v,
|
|
99
99
|
items: {
|
|
100
|
-
type:
|
|
101
|
-
...
|
|
102
|
-
...
|
|
103
|
-
...
|
|
104
|
-
...
|
|
105
|
-
...
|
|
106
|
-
...F && { pattern:
|
|
100
|
+
type: o,
|
|
101
|
+
...V && { maxLength: V },
|
|
102
|
+
...Q && { minLength: Q },
|
|
103
|
+
...E && { min: E },
|
|
104
|
+
...j && { max: j },
|
|
105
|
+
..._ && { format: _ },
|
|
106
|
+
...F && { pattern: s.regex }
|
|
107
107
|
},
|
|
108
|
-
...!
|
|
108
|
+
...!M && { minItems: 1 }
|
|
109
109
|
}
|
|
110
110
|
] : [
|
|
111
|
-
|
|
111
|
+
d,
|
|
112
112
|
{
|
|
113
|
-
title:
|
|
114
|
-
type:
|
|
115
|
-
...
|
|
116
|
-
...
|
|
117
|
-
...
|
|
118
|
-
...
|
|
119
|
-
...
|
|
120
|
-
...
|
|
121
|
-
...
|
|
122
|
-
...F && { pattern:
|
|
113
|
+
title: J,
|
|
114
|
+
type: o,
|
|
115
|
+
...v && { default: v },
|
|
116
|
+
...Q && { minLength: Q },
|
|
117
|
+
...V && { maxLength: V },
|
|
118
|
+
...E && { minimum: parseInt(E) },
|
|
119
|
+
...j && { maximum: parseInt(j) },
|
|
120
|
+
..._ && { format: _ },
|
|
121
|
+
...s.options && { enum: s.options },
|
|
122
|
+
...F && { pattern: s.regex }
|
|
123
123
|
}
|
|
124
124
|
];
|
|
125
125
|
})
|
|
126
126
|
);
|
|
127
127
|
return {
|
|
128
|
-
title:
|
|
128
|
+
title: x,
|
|
129
129
|
type: "object",
|
|
130
|
-
definitions:
|
|
131
|
-
required:
|
|
130
|
+
definitions: k,
|
|
131
|
+
required: L,
|
|
132
132
|
properties: B
|
|
133
133
|
};
|
|
134
|
-
}
|
|
135
|
-
formData: t,
|
|
136
|
-
locator: e
|
|
137
|
-
}) => ({
|
|
138
|
-
elements: [{
|
|
139
|
-
locator: e,
|
|
140
|
-
setData: t
|
|
141
|
-
}]
|
|
142
|
-
});
|
|
134
|
+
};
|
|
143
135
|
var ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
144
|
-
function te(
|
|
145
|
-
return
|
|
136
|
+
function te(e) {
|
|
137
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
146
138
|
}
|
|
147
139
|
var K = { exports: {} };
|
|
148
|
-
(function(
|
|
149
|
-
(function(
|
|
150
|
-
|
|
140
|
+
(function(e, t) {
|
|
141
|
+
(function(u, m) {
|
|
142
|
+
e.exports = m();
|
|
151
143
|
})(ee, function() {
|
|
152
|
-
var
|
|
153
|
-
var
|
|
154
|
-
return "[" + c + (
|
|
155
|
-
} },
|
|
156
|
-
var
|
|
157
|
-
return !
|
|
158
|
-
},
|
|
159
|
-
var
|
|
160
|
-
return (
|
|
161
|
-
}, m: function c(
|
|
162
|
-
if (
|
|
163
|
-
var
|
|
164
|
-
return +(-(
|
|
144
|
+
var u = 1e3, m = 6e4, x = 36e5, h = "millisecond", g = "second", y = "minute", L = "hour", k = "day", B = "week", P = "month", d = "quarter", s = "year", M = "date", Y = "Invalid Date", z = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, J = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, U = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(c) {
|
|
145
|
+
var i = ["th", "st", "nd", "rd"], n = c % 100;
|
|
146
|
+
return "[" + c + (i[(n - 20) % 10] || i[n] || i[0]) + "]";
|
|
147
|
+
} }, V = function(c, i, n) {
|
|
148
|
+
var r = String(c);
|
|
149
|
+
return !r || r.length >= i ? c : "" + Array(i + 1 - r.length).join(n) + c;
|
|
150
|
+
}, Q = { s: V, z: function(c) {
|
|
151
|
+
var i = -c.utcOffset(), n = Math.abs(i), r = Math.floor(n / 60), a = n % 60;
|
|
152
|
+
return (i <= 0 ? "+" : "-") + V(r, 2, "0") + ":" + V(a, 2, "0");
|
|
153
|
+
}, m: function c(i, n) {
|
|
154
|
+
if (i.date() < n.date()) return -c(n, i);
|
|
155
|
+
var r = 12 * (n.year() - i.year()) + (n.month() - i.month()), a = i.clone().add(r, P), l = n - a < 0, f = i.clone().add(r + (l ? -1 : 1), P);
|
|
156
|
+
return +(-(r + (n - a) / (l ? a - f : f - a)) || 0);
|
|
165
157
|
}, a: function(c) {
|
|
166
158
|
return c < 0 ? Math.ceil(c) || 0 : Math.floor(c);
|
|
167
159
|
}, p: function(c) {
|
|
168
|
-
return { M: P, y:
|
|
160
|
+
return { M: P, y: s, w: B, d: k, D: M, h: L, m: y, s: g, ms: h, Q: d }[c] || String(c || "").toLowerCase().replace(/s$/, "");
|
|
169
161
|
}, u: function(c) {
|
|
170
162
|
return c === void 0;
|
|
171
|
-
} },
|
|
172
|
-
|
|
173
|
-
var F = "$isDayjsObject",
|
|
174
|
-
return c instanceof
|
|
175
|
-
},
|
|
176
|
-
var
|
|
177
|
-
if (!
|
|
178
|
-
if (typeof
|
|
179
|
-
var l =
|
|
180
|
-
|
|
181
|
-
var f =
|
|
182
|
-
if (!
|
|
163
|
+
} }, j = "en", E = {};
|
|
164
|
+
E[j] = U;
|
|
165
|
+
var F = "$isDayjsObject", o = function(c) {
|
|
166
|
+
return c instanceof H || !(!c || !c[F]);
|
|
167
|
+
}, _ = function c(i, n, r) {
|
|
168
|
+
var a;
|
|
169
|
+
if (!i) return j;
|
|
170
|
+
if (typeof i == "string") {
|
|
171
|
+
var l = i.toLowerCase();
|
|
172
|
+
E[l] && (a = l), n && (E[l] = n, a = l);
|
|
173
|
+
var f = i.split("-");
|
|
174
|
+
if (!a && f.length > 1) return c(f[0]);
|
|
183
175
|
} else {
|
|
184
|
-
var $ =
|
|
185
|
-
|
|
176
|
+
var $ = i.name;
|
|
177
|
+
E[$] = i, a = $;
|
|
186
178
|
}
|
|
187
|
-
return !
|
|
188
|
-
},
|
|
189
|
-
if (
|
|
190
|
-
var n = typeof
|
|
191
|
-
return n.date = c, n.args = arguments, new
|
|
192
|
-
},
|
|
193
|
-
|
|
194
|
-
return
|
|
179
|
+
return !r && a && (j = a), a || !r && j;
|
|
180
|
+
}, v = function(c, i) {
|
|
181
|
+
if (o(c)) return c.clone();
|
|
182
|
+
var n = typeof i == "object" ? i : {};
|
|
183
|
+
return n.date = c, n.args = arguments, new H(n);
|
|
184
|
+
}, p = Q;
|
|
185
|
+
p.l = _, p.i = o, p.w = function(c, i) {
|
|
186
|
+
return v(c, { locale: i.$L, utc: i.$u, x: i.$x, $offset: i.$offset });
|
|
195
187
|
};
|
|
196
|
-
var
|
|
188
|
+
var H = function() {
|
|
197
189
|
function c(n) {
|
|
198
|
-
this.$L =
|
|
190
|
+
this.$L = _(n.locale, null, !0), this.parse(n), this.$x = this.$x || n.x || {}, this[F] = !0;
|
|
199
191
|
}
|
|
200
|
-
var
|
|
201
|
-
return
|
|
202
|
-
this.$d = function(
|
|
203
|
-
var
|
|
204
|
-
if (
|
|
205
|
-
if (
|
|
206
|
-
if (
|
|
207
|
-
if (typeof
|
|
208
|
-
var f =
|
|
192
|
+
var i = c.prototype;
|
|
193
|
+
return i.parse = function(n) {
|
|
194
|
+
this.$d = function(r) {
|
|
195
|
+
var a = r.date, l = r.utc;
|
|
196
|
+
if (a === null) return /* @__PURE__ */ new Date(NaN);
|
|
197
|
+
if (p.u(a)) return /* @__PURE__ */ new Date();
|
|
198
|
+
if (a instanceof Date) return new Date(a);
|
|
199
|
+
if (typeof a == "string" && !/Z$/i.test(a)) {
|
|
200
|
+
var f = a.match(z);
|
|
209
201
|
if (f) {
|
|
210
202
|
var $ = f[2] - 1 || 0, b = (f[7] || "0").substring(0, 3);
|
|
211
203
|
return l ? new Date(Date.UTC(f[1], $, f[3] || 1, f[4] || 0, f[5] || 0, f[6] || 0, b)) : new Date(f[1], $, f[3] || 1, f[4] || 0, f[5] || 0, f[6] || 0, b);
|
|
212
204
|
}
|
|
213
205
|
}
|
|
214
|
-
return new Date(
|
|
206
|
+
return new Date(a);
|
|
215
207
|
}(n), this.init();
|
|
216
|
-
},
|
|
208
|
+
}, i.init = function() {
|
|
217
209
|
var n = this.$d;
|
|
218
210
|
this.$y = n.getFullYear(), this.$M = n.getMonth(), this.$D = n.getDate(), this.$W = n.getDay(), this.$H = n.getHours(), this.$m = n.getMinutes(), this.$s = n.getSeconds(), this.$ms = n.getMilliseconds();
|
|
219
|
-
},
|
|
220
|
-
return
|
|
221
|
-
},
|
|
222
|
-
return this.$d.toString() !==
|
|
223
|
-
},
|
|
224
|
-
var
|
|
225
|
-
return this.startOf(
|
|
226
|
-
},
|
|
227
|
-
return
|
|
228
|
-
},
|
|
229
|
-
return this.endOf(
|
|
230
|
-
},
|
|
231
|
-
return
|
|
232
|
-
},
|
|
211
|
+
}, i.$utils = function() {
|
|
212
|
+
return p;
|
|
213
|
+
}, i.isValid = function() {
|
|
214
|
+
return this.$d.toString() !== Y;
|
|
215
|
+
}, i.isSame = function(n, r) {
|
|
216
|
+
var a = v(n);
|
|
217
|
+
return this.startOf(r) <= a && a <= this.endOf(r);
|
|
218
|
+
}, i.isAfter = function(n, r) {
|
|
219
|
+
return v(n) < this.startOf(r);
|
|
220
|
+
}, i.isBefore = function(n, r) {
|
|
221
|
+
return this.endOf(r) < v(n);
|
|
222
|
+
}, i.$g = function(n, r, a) {
|
|
223
|
+
return p.u(n) ? this[r] : this.set(a, n);
|
|
224
|
+
}, i.unix = function() {
|
|
233
225
|
return Math.floor(this.valueOf() / 1e3);
|
|
234
|
-
},
|
|
226
|
+
}, i.valueOf = function() {
|
|
235
227
|
return this.$d.getTime();
|
|
236
|
-
},
|
|
237
|
-
var
|
|
238
|
-
var
|
|
239
|
-
return l ?
|
|
240
|
-
}, b = function(
|
|
241
|
-
return
|
|
242
|
-
},
|
|
228
|
+
}, i.startOf = function(n, r) {
|
|
229
|
+
var a = this, l = !!p.u(r) || r, f = p.p(n), $ = function(O, w) {
|
|
230
|
+
var I = p.w(a.$u ? Date.UTC(a.$y, w, O) : new Date(a.$y, w, O), a);
|
|
231
|
+
return l ? I : I.endOf(k);
|
|
232
|
+
}, b = function(O, w) {
|
|
233
|
+
return p.w(a.toDate()[O].apply(a.toDate("s"), (l ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(w)), a);
|
|
234
|
+
}, D = this.$W, T = this.$M, S = this.$D, C = "set" + (this.$u ? "UTC" : "");
|
|
243
235
|
switch (f) {
|
|
244
|
-
case
|
|
236
|
+
case s:
|
|
245
237
|
return l ? $(1, 0) : $(31, 11);
|
|
246
238
|
case P:
|
|
247
|
-
return l ? $(1,
|
|
239
|
+
return l ? $(1, T) : $(0, T + 1);
|
|
248
240
|
case B:
|
|
249
|
-
var
|
|
250
|
-
return $(l ? S - A : S + (6 - A),
|
|
251
|
-
case
|
|
252
|
-
case
|
|
253
|
-
return b(
|
|
254
|
-
case
|
|
255
|
-
return b(
|
|
256
|
-
case
|
|
257
|
-
return b(
|
|
258
|
-
case
|
|
259
|
-
return b(
|
|
241
|
+
var N = this.$locale().weekStart || 0, A = (D < N ? D + 7 : D) - N;
|
|
242
|
+
return $(l ? S - A : S + (6 - A), T);
|
|
243
|
+
case k:
|
|
244
|
+
case M:
|
|
245
|
+
return b(C + "Hours", 0);
|
|
246
|
+
case L:
|
|
247
|
+
return b(C + "Minutes", 1);
|
|
248
|
+
case y:
|
|
249
|
+
return b(C + "Seconds", 2);
|
|
250
|
+
case g:
|
|
251
|
+
return b(C + "Milliseconds", 3);
|
|
260
252
|
default:
|
|
261
253
|
return this.clone();
|
|
262
254
|
}
|
|
263
|
-
},
|
|
255
|
+
}, i.endOf = function(n) {
|
|
264
256
|
return this.startOf(n, !1);
|
|
265
|
-
},
|
|
266
|
-
var
|
|
267
|
-
if (l === P || l ===
|
|
268
|
-
var
|
|
269
|
-
|
|
257
|
+
}, i.$set = function(n, r) {
|
|
258
|
+
var a, l = p.p(n), f = "set" + (this.$u ? "UTC" : ""), $ = (a = {}, a[k] = f + "Date", a[M] = f + "Date", a[P] = f + "Month", a[s] = f + "FullYear", a[L] = f + "Hours", a[y] = f + "Minutes", a[g] = f + "Seconds", a[h] = f + "Milliseconds", a)[l], b = l === k ? this.$D + (r - this.$W) : r;
|
|
259
|
+
if (l === P || l === s) {
|
|
260
|
+
var D = this.clone().set(M, 1);
|
|
261
|
+
D.$d[$](b), D.init(), this.$d = D.set(M, Math.min(this.$D, D.daysInMonth())).$d;
|
|
270
262
|
} else $ && this.$d[$](b);
|
|
271
263
|
return this.init(), this;
|
|
272
|
-
},
|
|
273
|
-
return this.clone().$set(n,
|
|
274
|
-
},
|
|
275
|
-
return this[
|
|
276
|
-
},
|
|
277
|
-
var
|
|
264
|
+
}, i.set = function(n, r) {
|
|
265
|
+
return this.clone().$set(n, r);
|
|
266
|
+
}, i.get = function(n) {
|
|
267
|
+
return this[p.p(n)]();
|
|
268
|
+
}, i.add = function(n, r) {
|
|
269
|
+
var a, l = this;
|
|
278
270
|
n = Number(n);
|
|
279
|
-
var f =
|
|
280
|
-
var S =
|
|
281
|
-
return
|
|
271
|
+
var f = p.p(r), $ = function(T) {
|
|
272
|
+
var S = v(l);
|
|
273
|
+
return p.w(S.date(S.date() + Math.round(T * n)), l);
|
|
282
274
|
};
|
|
283
275
|
if (f === P) return this.set(P, this.$M + n);
|
|
284
|
-
if (f ===
|
|
285
|
-
if (f ===
|
|
276
|
+
if (f === s) return this.set(s, this.$y + n);
|
|
277
|
+
if (f === k) return $(1);
|
|
286
278
|
if (f === B) return $(7);
|
|
287
|
-
var b = (
|
|
288
|
-
return
|
|
289
|
-
},
|
|
290
|
-
return this.add(-1 * n,
|
|
291
|
-
},
|
|
292
|
-
var
|
|
293
|
-
if (!this.isValid()) return
|
|
294
|
-
var l = n || "YYYY-MM-DDTHH:mm:ssZ", f =
|
|
295
|
-
return
|
|
296
|
-
}, A = function(
|
|
297
|
-
return
|
|
298
|
-
},
|
|
299
|
-
var
|
|
300
|
-
return
|
|
279
|
+
var b = (a = {}, a[y] = m, a[L] = x, a[g] = u, a)[f] || 1, D = this.$d.getTime() + n * b;
|
|
280
|
+
return p.w(D, this);
|
|
281
|
+
}, i.subtract = function(n, r) {
|
|
282
|
+
return this.add(-1 * n, r);
|
|
283
|
+
}, i.format = function(n) {
|
|
284
|
+
var r = this, a = this.$locale();
|
|
285
|
+
if (!this.isValid()) return a.invalidDate || Y;
|
|
286
|
+
var l = n || "YYYY-MM-DDTHH:mm:ssZ", f = p.z(this), $ = this.$H, b = this.$m, D = this.$M, T = a.weekdays, S = a.months, C = a.meridiem, N = function(w, I, Z, R) {
|
|
287
|
+
return w && (w[I] || w(r, l)) || Z[I].slice(0, R);
|
|
288
|
+
}, A = function(w) {
|
|
289
|
+
return p.s($ % 12 || 12, w, "0");
|
|
290
|
+
}, O = C || function(w, I, Z) {
|
|
291
|
+
var R = w < 12 ? "AM" : "PM";
|
|
292
|
+
return Z ? R.toLowerCase() : R;
|
|
301
293
|
};
|
|
302
|
-
return l.replace(
|
|
303
|
-
return
|
|
304
|
-
switch (
|
|
294
|
+
return l.replace(J, function(w, I) {
|
|
295
|
+
return I || function(Z) {
|
|
296
|
+
switch (Z) {
|
|
305
297
|
case "YY":
|
|
306
|
-
return String(
|
|
298
|
+
return String(r.$y).slice(-2);
|
|
307
299
|
case "YYYY":
|
|
308
|
-
return
|
|
300
|
+
return p.s(r.$y, 4, "0");
|
|
309
301
|
case "M":
|
|
310
|
-
return
|
|
302
|
+
return D + 1;
|
|
311
303
|
case "MM":
|
|
312
|
-
return
|
|
304
|
+
return p.s(D + 1, 2, "0");
|
|
313
305
|
case "MMM":
|
|
314
|
-
return
|
|
306
|
+
return N(a.monthsShort, D, S, 3);
|
|
315
307
|
case "MMMM":
|
|
316
|
-
return
|
|
308
|
+
return N(S, D);
|
|
317
309
|
case "D":
|
|
318
|
-
return
|
|
310
|
+
return r.$D;
|
|
319
311
|
case "DD":
|
|
320
|
-
return
|
|
312
|
+
return p.s(r.$D, 2, "0");
|
|
321
313
|
case "d":
|
|
322
|
-
return String(
|
|
314
|
+
return String(r.$W);
|
|
323
315
|
case "dd":
|
|
324
|
-
return
|
|
316
|
+
return N(a.weekdaysMin, r.$W, T, 2);
|
|
325
317
|
case "ddd":
|
|
326
|
-
return
|
|
318
|
+
return N(a.weekdaysShort, r.$W, T, 3);
|
|
327
319
|
case "dddd":
|
|
328
|
-
return
|
|
320
|
+
return T[r.$W];
|
|
329
321
|
case "H":
|
|
330
322
|
return String($);
|
|
331
323
|
case "HH":
|
|
332
|
-
return
|
|
324
|
+
return p.s($, 2, "0");
|
|
333
325
|
case "h":
|
|
334
326
|
return A(1);
|
|
335
327
|
case "hh":
|
|
336
328
|
return A(2);
|
|
337
329
|
case "a":
|
|
338
|
-
return
|
|
330
|
+
return O($, b, !0);
|
|
339
331
|
case "A":
|
|
340
|
-
return
|
|
332
|
+
return O($, b, !1);
|
|
341
333
|
case "m":
|
|
342
334
|
return String(b);
|
|
343
335
|
case "mm":
|
|
344
|
-
return
|
|
336
|
+
return p.s(b, 2, "0");
|
|
345
337
|
case "s":
|
|
346
|
-
return String(
|
|
338
|
+
return String(r.$s);
|
|
347
339
|
case "ss":
|
|
348
|
-
return
|
|
340
|
+
return p.s(r.$s, 2, "0");
|
|
349
341
|
case "SSS":
|
|
350
|
-
return
|
|
342
|
+
return p.s(r.$ms, 3, "0");
|
|
351
343
|
case "Z":
|
|
352
344
|
return f;
|
|
353
345
|
}
|
|
354
346
|
return null;
|
|
355
|
-
}(
|
|
347
|
+
}(w) || f.replace(":", "");
|
|
356
348
|
});
|
|
357
|
-
},
|
|
349
|
+
}, i.utcOffset = function() {
|
|
358
350
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
359
|
-
},
|
|
360
|
-
var l, f = this, $ =
|
|
361
|
-
return
|
|
351
|
+
}, i.diff = function(n, r, a) {
|
|
352
|
+
var l, f = this, $ = p.p(r), b = v(n), D = (b.utcOffset() - this.utcOffset()) * m, T = this - b, S = function() {
|
|
353
|
+
return p.m(f, b);
|
|
362
354
|
};
|
|
363
355
|
switch ($) {
|
|
364
|
-
case
|
|
356
|
+
case s:
|
|
365
357
|
l = S() / 12;
|
|
366
358
|
break;
|
|
367
359
|
case P:
|
|
368
360
|
l = S();
|
|
369
361
|
break;
|
|
370
|
-
case
|
|
362
|
+
case d:
|
|
371
363
|
l = S() / 3;
|
|
372
364
|
break;
|
|
373
365
|
case B:
|
|
374
|
-
l = (
|
|
366
|
+
l = (T - D) / 6048e5;
|
|
375
367
|
break;
|
|
376
|
-
case
|
|
377
|
-
l = (
|
|
368
|
+
case k:
|
|
369
|
+
l = (T - D) / 864e5;
|
|
378
370
|
break;
|
|
379
|
-
case
|
|
380
|
-
l =
|
|
371
|
+
case L:
|
|
372
|
+
l = T / x;
|
|
381
373
|
break;
|
|
382
|
-
case
|
|
383
|
-
l =
|
|
374
|
+
case y:
|
|
375
|
+
l = T / m;
|
|
384
376
|
break;
|
|
385
|
-
case
|
|
386
|
-
l =
|
|
377
|
+
case g:
|
|
378
|
+
l = T / u;
|
|
387
379
|
break;
|
|
388
380
|
default:
|
|
389
|
-
l =
|
|
381
|
+
l = T;
|
|
390
382
|
}
|
|
391
|
-
return
|
|
392
|
-
},
|
|
383
|
+
return a ? l : p.a(l);
|
|
384
|
+
}, i.daysInMonth = function() {
|
|
393
385
|
return this.endOf(P).$D;
|
|
394
|
-
},
|
|
395
|
-
return
|
|
396
|
-
},
|
|
386
|
+
}, i.$locale = function() {
|
|
387
|
+
return E[this.$L];
|
|
388
|
+
}, i.locale = function(n, r) {
|
|
397
389
|
if (!n) return this.$L;
|
|
398
|
-
var
|
|
399
|
-
return l && (
|
|
400
|
-
},
|
|
401
|
-
return
|
|
402
|
-
},
|
|
390
|
+
var a = this.clone(), l = _(n, r, !0);
|
|
391
|
+
return l && (a.$L = l), a;
|
|
392
|
+
}, i.clone = function() {
|
|
393
|
+
return p.w(this.$d, this);
|
|
394
|
+
}, i.toDate = function() {
|
|
403
395
|
return new Date(this.valueOf());
|
|
404
|
-
},
|
|
396
|
+
}, i.toJSON = function() {
|
|
405
397
|
return this.isValid() ? this.toISOString() : null;
|
|
406
|
-
},
|
|
398
|
+
}, i.toISOString = function() {
|
|
407
399
|
return this.$d.toISOString();
|
|
408
|
-
},
|
|
400
|
+
}, i.toString = function() {
|
|
409
401
|
return this.$d.toUTCString();
|
|
410
402
|
}, c;
|
|
411
|
-
}(),
|
|
412
|
-
return
|
|
413
|
-
|
|
414
|
-
return this.$g(
|
|
403
|
+
}(), G = H.prototype;
|
|
404
|
+
return v.prototype = G, [["$ms", h], ["$s", g], ["$m", y], ["$H", L], ["$W", k], ["$M", P], ["$y", s], ["$D", M]].forEach(function(c) {
|
|
405
|
+
G[c[1]] = function(i) {
|
|
406
|
+
return this.$g(i, c[0], c[1]);
|
|
415
407
|
};
|
|
416
|
-
}),
|
|
417
|
-
return c.$i || (c(
|
|
418
|
-
},
|
|
419
|
-
return
|
|
420
|
-
},
|
|
408
|
+
}), v.extend = function(c, i) {
|
|
409
|
+
return c.$i || (c(i, H, v), c.$i = !0), v;
|
|
410
|
+
}, v.locale = _, v.isDayjs = o, v.unix = function(c) {
|
|
411
|
+
return v(1e3 * c);
|
|
412
|
+
}, v.en = E[j], v.Ls = E, v.p = {}, v;
|
|
421
413
|
});
|
|
422
414
|
})(K);
|
|
423
415
|
var ne = K.exports;
|
|
424
|
-
const
|
|
425
|
-
const
|
|
426
|
-
return
|
|
427
|
-
}, se = (t) => {
|
|
428
|
-
const e = /^(.*?)(Quote|QuickQuote|Policy)$/, i = t.match(e);
|
|
429
|
-
return i && (i[2] === "Quote" || i[2] === "QuickQuote" || i[2] === "Policy") ? [i[1], i[2]] : [t, null];
|
|
416
|
+
const W = /* @__PURE__ */ te(ne), se = ({ data: e }) => {
|
|
417
|
+
const t = {}, u = { ...e };
|
|
418
|
+
return u.default && (u.default.startTime && (t.startTime = W(u.default.startTime).format()), u.default.endTime && (t.endTime = W(u.default.endTime).format()), u.default.expirationTime && (t.expirationTime = W(u.default.expirationTime).format())), u.advanced && (u.advanced.currency && (t.currency = u.advanced.currency), u.advanced.timezone && (t.timezone = u.advanced.timezone), u.advanced.billingPlan && (t.billingPlan = u.advanced.billingPlan), u.advanced.defaultTermDuration && (t.defaultTermDuration = u.advanced.defaultTermDuration), u.advanced.installmentPlan && (t.installmentPlan = u.advanced.installmentPlan), u.advanced.durationBasis && (t.durationBasis = u.advanced.durationBasis), u.advanced.delinquencyPlanName && (t.delinquencyPlanName = u.advanced.delinquencyPlanName)), delete u.default, delete u.advanced, t.setData = u, t;
|
|
430
419
|
};
|
|
431
|
-
function
|
|
432
|
-
|
|
433
|
-
return t;
|
|
434
|
-
if (t.elements)
|
|
435
|
-
for (const i of t.elements) {
|
|
436
|
-
const o = ie(i, e);
|
|
437
|
-
if (o)
|
|
438
|
-
return o;
|
|
439
|
-
}
|
|
440
|
-
}
|
|
441
|
-
function oe(t, e) {
|
|
442
|
-
const [i] = se(
|
|
443
|
-
t.type ?? ""
|
|
444
|
-
);
|
|
445
|
-
let o = {};
|
|
446
|
-
return e.exposures && Object.keys(e.exposures).forEach((v) => {
|
|
447
|
-
v === i && e.exposures && (o = e.exposures[v]);
|
|
448
|
-
}), e.coverages && Object.keys(e.coverages).forEach((v) => {
|
|
449
|
-
v === i && e.coverages && (o = e.coverages[v]);
|
|
450
|
-
}), e.policyLines && Object.keys(e.policyLines).forEach((v) => {
|
|
451
|
-
v === i && e.policyLines && (o = e.policyLines[v]);
|
|
452
|
-
}), e.exposureGroups && Object.keys(e.exposureGroups).forEach((v) => {
|
|
453
|
-
v === i && e.exposureGroups && (o = e.exposureGroups[v]);
|
|
454
|
-
}), o;
|
|
455
|
-
}
|
|
456
|
-
function me(t) {
|
|
457
|
-
return t == null ? void 0 : t.map((e) => (e.keyword === "pattern" && (e.message = `Invalid format, must match pattern ${e.params.pattern}`), e.keyword === "format" && (e.message = "Invalid format"), e.keyword === "required" && (e.message = "Required"), e.keyword === "minItems" && (e.message = `Must have at least ${e.params.limit} item${e.params.limit !== 1 ? "s" : ""}`), e.keyword === "maxItems" && (e.message = `Must have at most ${e.params.limit} item${e.params.limit !== 1 ? "s" : ""}`), e.keyword === "type" && (e.message = "Invalid format"), e.keyword === "maxLength" && (e.message = `Must be at most ${e.params.limit} character${e.params.limit !== 1 ? "s" : ""}`), e.keyword === "minLength" && (e.message = `Must be at least ${e.params.limit} character${e.params.limit !== 1 ? "s" : ""}`), e.keyword === "minimum" && (e.message = `Must be greater than or equal to ${e.params.limit}`), e.keyword === "maximum" && (e.message = `Must be less than or equal to ${e.params.limit}`), e.keyword === "enum" && (e.message = "Invalid value"), e));
|
|
420
|
+
function re(e) {
|
|
421
|
+
return e == null ? void 0 : e.map((t) => (t.keyword === "pattern" && (t.message = `Invalid format, must match pattern ${t.params.pattern}`), t.keyword === "format" && (t.message = "Invalid format"), t.keyword === "required" && (t.message = "Required"), t.keyword === "minItems" && (t.message = `Must have at least ${t.params.limit} item${t.params.limit !== 1 ? "s" : ""}`), t.keyword === "maxItems" && (t.message = `Must have at most ${t.params.limit} item${t.params.limit !== 1 ? "s" : ""}`), t.keyword === "type" && (t.message = "Invalid format"), t.keyword === "maxLength" && (t.message = `Must be at most ${t.params.limit} character${t.params.limit !== 1 ? "s" : ""}`), t.keyword === "minLength" && (t.message = `Must be at least ${t.params.limit} character${t.params.limit !== 1 ? "s" : ""}`), t.keyword === "minimum" && (t.message = `Must be greater than or equal to ${t.params.limit}`), t.keyword === "maximum" && (t.message = `Must be less than or equal to ${t.params.limit}`), t.keyword === "enum" && (t.message = "Invalid value"), t));
|
|
458
422
|
}
|
|
459
|
-
const
|
|
460
|
-
var
|
|
423
|
+
const ue = (e, t, u) => {
|
|
424
|
+
var m, x;
|
|
461
425
|
return {
|
|
462
|
-
...((
|
|
463
|
-
...(
|
|
426
|
+
...((m = e == null ? void 0 : e.element) == null ? void 0 : m.data) && {
|
|
427
|
+
...(x = e == null ? void 0 : e.element) == null ? void 0 : x.data
|
|
464
428
|
},
|
|
465
429
|
default: {
|
|
466
430
|
// set date to yyyy-MM-dd format if it exists
|
|
467
|
-
...(
|
|
468
|
-
startTime:
|
|
431
|
+
...(e == null ? void 0 : e.startTime) && {
|
|
432
|
+
startTime: W(e.startTime).format("YYYY-MM-DD")
|
|
469
433
|
},
|
|
470
|
-
...(
|
|
471
|
-
endTime:
|
|
434
|
+
...(e == null ? void 0 : e.endTime) && {
|
|
435
|
+
endTime: W(e.endTime).format("YYYY-MM-DD")
|
|
472
436
|
},
|
|
473
|
-
...(
|
|
474
|
-
expirationTime:
|
|
437
|
+
...(e == null ? void 0 : e.expirationTime) && {
|
|
438
|
+
expirationTime: W(e.expirationTime).format("YYYY-MM-DD")
|
|
475
439
|
}
|
|
476
440
|
},
|
|
477
441
|
advanced: {
|
|
478
|
-
currency: (
|
|
479
|
-
timezone: (
|
|
480
|
-
billingLevel: (
|
|
481
|
-
billingTrigger: (
|
|
482
|
-
durationBasis: (
|
|
483
|
-
delinquencyPlanName: (
|
|
484
|
-
autoRenewalPlanName: (
|
|
442
|
+
currency: (e == null ? void 0 : e.currency) ?? t.defaultCurrency ?? u.defaultCurrency ?? void 0,
|
|
443
|
+
timezone: (e == null ? void 0 : e.timezone) ?? t.defaultTimeZone ?? u.defaultTimeZone ?? void 0,
|
|
444
|
+
billingLevel: (e == null ? void 0 : e.billingLevel) ?? t.defaultBillingLevel ?? u.defaultBillingLevel ?? void 0,
|
|
445
|
+
billingTrigger: (e == null ? void 0 : e.billingTrigger) ?? t.defaultBillingTrigger,
|
|
446
|
+
durationBasis: (e == null ? void 0 : e.durationBasis) ?? t.defaultDurationBasis ?? void 0,
|
|
447
|
+
delinquencyPlanName: (e == null ? void 0 : e.delinquencyPlanName) ?? (t == null ? void 0 : t.defaultDelinquencyPlan) ?? void 0,
|
|
448
|
+
autoRenewalPlanName: (e == null ? void 0 : e.autoRenewalPlanName) ?? (t == null ? void 0 : t.defaultAutoRenewalPlan) ?? void 0
|
|
485
449
|
}
|
|
486
450
|
};
|
|
487
|
-
},
|
|
488
|
-
...
|
|
489
|
-
coverageTerms:
|
|
490
|
-
}), X = (
|
|
491
|
-
for (const
|
|
492
|
-
if (
|
|
493
|
-
return
|
|
494
|
-
const
|
|
495
|
-
|
|
496
|
-
|
|
451
|
+
}, ce = (e) => ({
|
|
452
|
+
...e.data,
|
|
453
|
+
coverageTerms: e.coverageTerms ?? {}
|
|
454
|
+
}), X = (e, t) => {
|
|
455
|
+
for (const u of e) {
|
|
456
|
+
if (u.locator === t)
|
|
457
|
+
return u;
|
|
458
|
+
const m = X(
|
|
459
|
+
u.elements ?? [],
|
|
460
|
+
t
|
|
497
461
|
);
|
|
498
|
-
if (
|
|
499
|
-
return
|
|
462
|
+
if (m)
|
|
463
|
+
return m;
|
|
500
464
|
}
|
|
501
465
|
return !1;
|
|
502
|
-
}, ae = (
|
|
503
|
-
var
|
|
504
|
-
return ((
|
|
505
|
-
((
|
|
506
|
-
|
|
466
|
+
}, ae = (e, t) => {
|
|
467
|
+
var u, m;
|
|
468
|
+
return ((u = e.element) == null ? void 0 : u.locator) === t ? e.element : X(
|
|
469
|
+
((m = e.element) == null ? void 0 : m.elements) ?? [],
|
|
470
|
+
t
|
|
507
471
|
);
|
|
508
|
-
},
|
|
509
|
-
dataModel:
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
472
|
+
}, le = ({
|
|
473
|
+
dataModel: e,
|
|
474
|
+
quote: t,
|
|
475
|
+
elementLocator: u
|
|
476
|
+
}) => {
|
|
477
|
+
const m = ae(t, u);
|
|
478
|
+
if (!m)
|
|
479
|
+
return {};
|
|
480
|
+
let x = !1;
|
|
481
|
+
const h = m.type.split("Quote")[0];
|
|
482
|
+
return Object.keys(e.exposures ?? {}).forEach((g) => {
|
|
483
|
+
g === h && (x = e.exposures ? e.exposures[g] : {});
|
|
484
|
+
}), x || Object.keys(e.coverages ?? {}).forEach((g) => {
|
|
485
|
+
g === h && (x = e.coverages ? e.coverages[g] : {});
|
|
486
|
+
}), x || Object.keys(e.policyLines ?? {}).forEach((g) => {
|
|
487
|
+
g === h && (x = e.policyLines ? e.policyLines[g] : {});
|
|
488
|
+
}), x || Object.keys(e.exposureGroups ?? {}).forEach((g) => {
|
|
489
|
+
g === h && (x = e.exposureGroups ? e.exposureGroups[g] : {});
|
|
490
|
+
}), x;
|
|
491
|
+
}, fe = (e, t) => e.filter(
|
|
492
|
+
(m) => m.type === `${t}Quote`
|
|
493
|
+
), oe = ({
|
|
494
|
+
dataModel: e,
|
|
495
|
+
element: { productName: t }
|
|
496
|
+
}) => e.products[t] ?? {}, ie = (e) => {
|
|
497
|
+
var m;
|
|
498
|
+
e = e ?? "";
|
|
499
|
+
const t = e.replace(/\?|\*|!|\+/g, ""), u = (m = e.match(/\?|\*|!|\+/g)) == null ? void 0 : m.pop();
|
|
515
500
|
return {
|
|
516
|
-
name:
|
|
517
|
-
quantifier:
|
|
501
|
+
name: t,
|
|
502
|
+
quantifier: u ?? ""
|
|
518
503
|
};
|
|
519
|
-
},
|
|
520
|
-
dataModel:
|
|
521
|
-
|
|
504
|
+
}, de = ({
|
|
505
|
+
dataModel: e,
|
|
506
|
+
contents: t
|
|
522
507
|
}) => {
|
|
523
|
-
const
|
|
524
|
-
const { name:
|
|
525
|
-
return
|
|
526
|
-
}),
|
|
527
|
-
(
|
|
528
|
-
),
|
|
529
|
-
(
|
|
530
|
-
), B = Object.keys(
|
|
531
|
-
(
|
|
508
|
+
const u = e.exposures ?? {}, m = e.coverages ?? {}, x = e.policyLines ?? {}, h = e.exposureGroups ?? {}, y = (t ?? []).map((s) => {
|
|
509
|
+
const { name: M } = ie(s);
|
|
510
|
+
return M;
|
|
511
|
+
}), L = Object.keys(u).filter(
|
|
512
|
+
(s) => y.includes(s)
|
|
513
|
+
), k = Object.keys(m).filter(
|
|
514
|
+
(s) => y.includes(s)
|
|
515
|
+
), B = Object.keys(x).filter(
|
|
516
|
+
(s) => y.includes(s)
|
|
532
517
|
), P = Object.keys(
|
|
533
|
-
|
|
534
|
-
).filter((
|
|
518
|
+
h
|
|
519
|
+
).filter((s) => y.includes(s)), d = {
|
|
535
520
|
coverages: {},
|
|
536
521
|
exposures: {},
|
|
537
522
|
policyLines: {},
|
|
538
523
|
exposureGroups: {}
|
|
539
524
|
};
|
|
540
|
-
for (const
|
|
541
|
-
|
|
542
|
-
for (const
|
|
543
|
-
|
|
544
|
-
for (const
|
|
545
|
-
|
|
546
|
-
for (const
|
|
547
|
-
|
|
548
|
-
return
|
|
549
|
-
}, pe = ({
|
|
550
|
-
dataModel: t,
|
|
551
|
-
quote: e,
|
|
552
|
-
elementLocator: i
|
|
553
|
-
}) => {
|
|
554
|
-
const o = ae(e, i);
|
|
555
|
-
if (!o)
|
|
556
|
-
return {};
|
|
557
|
-
const v = re({
|
|
558
|
-
element: e,
|
|
559
|
-
dataModel: t
|
|
560
|
-
}), d = ce({
|
|
561
|
-
dataModel: t,
|
|
562
|
-
productDataModel: v
|
|
563
|
-
});
|
|
564
|
-
let D = !1;
|
|
565
|
-
const p = o.type.split("Quote")[0];
|
|
566
|
-
return Object.keys(d.exposures).forEach((x) => {
|
|
567
|
-
x === p && (D = d.exposures[x]);
|
|
568
|
-
}), D || Object.keys(d.coverages).forEach((x) => {
|
|
569
|
-
x === p && (D = d.coverages[x]);
|
|
570
|
-
}), D || Object.keys(d.policyLines).forEach((x) => {
|
|
571
|
-
x === p && (D = d.policyLines[x]);
|
|
572
|
-
}), D || Object.keys(d.exposureGroups).forEach((x) => {
|
|
573
|
-
x === p && (D = d.exposureGroups[x]);
|
|
574
|
-
}), D;
|
|
525
|
+
for (const s of L)
|
|
526
|
+
d.exposures[s] = u[s];
|
|
527
|
+
for (const s of k)
|
|
528
|
+
d.coverages[s] = m[s];
|
|
529
|
+
for (const s of B)
|
|
530
|
+
d.policyLines[s] = x[s];
|
|
531
|
+
for (const s of P)
|
|
532
|
+
d.exposureGroups[s] = h[s];
|
|
533
|
+
return d;
|
|
575
534
|
};
|
|
576
535
|
export {
|
|
577
536
|
q as dataModelToJSONSchema,
|
|
578
|
-
|
|
537
|
+
le as extractElementDataModel,
|
|
579
538
|
ae as extractElementFromQuote,
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
ie as retrieveElementFromQuoteByLocator,
|
|
589
|
-
ue as splitInputAndQuantifier,
|
|
590
|
-
me as transformErrors
|
|
539
|
+
fe as extractElementsFromQuote,
|
|
540
|
+
oe as extractProductDataModel,
|
|
541
|
+
de as extractProductElements,
|
|
542
|
+
ce as getDefaultElementValues,
|
|
543
|
+
ue as getDefaultQuoteValues,
|
|
544
|
+
se as getQuoteRequest,
|
|
545
|
+
ie as splitInputAndQuantifier,
|
|
546
|
+
re as transformErrors
|
|
591
547
|
};
|
|
592
548
|
//# sourceMappingURL=index.es.js.map
|