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