@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.es.js CHANGED
@@ -1,16 +1,16 @@
1
1
  const q = (e) => {
2
- const { data: t, scope: u, dataTypes: m, rootDisplayName: x, account: h, quote: g, element: y } = e, L = [];
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(([, d]) => {
5
+ Object.entries(t ?? {}).filter(([, m]) => {
6
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 ?? "", _;
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
- z = !0;
51
+ F = !0;
52
52
  break;
53
53
  }
54
- if (!M && !z && !Y && L.push(d), z) {
55
- const O = m == null ? void 0 : m[o];
56
- if (O) {
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: O.data ?? {},
60
- scope: u,
61
- dataTypes: m,
62
- rootDisplayName: O.displayName ?? d
59
+ data: T.data ?? {},
60
+ scope: s,
61
+ dataTypes: d,
62
+ rootDisplayName: T.displayName ?? m
63
63
  });
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 = {
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
- d,
68
+ m,
69
69
  {
70
- title: O.displayName ?? d,
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
- d,
79
+ m,
80
80
  {
81
- title: O.displayName ?? d,
81
+ title: T.displayName ?? m,
82
82
  default: w,
83
83
  $ref: `#/definitions/${o}`
84
84
  }
85
85
  ];
86
86
  }
87
87
  }
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;
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 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,
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: v,
98
+ default: g,
99
99
  items: {
100
100
  type: o,
101
101
  ...V && { maxLength: V },
102
102
  ...Q && { minLength: Q },
103
- ...E && { min: E },
103
+ ...P && { min: P },
104
104
  ...j && { max: j },
105
105
  ..._ && { format: _ },
106
- ...F && { pattern: s.regex }
106
+ ...z && { pattern: r.regex }
107
107
  },
108
108
  ...!M && { minItems: 1 }
109
109
  }
110
110
  ] : [
111
- d,
111
+ m,
112
112
  {
113
113
  title: J,
114
114
  type: o,
115
- ...v && { default: v },
115
+ ...g && { default: g },
116
116
  ...Q && { minLength: Q },
117
117
  ...V && { maxLength: V },
118
- ...E && { minimum: parseInt(E) },
118
+ ...P && { minimum: parseInt(P) },
119
119
  ...j && { maximum: parseInt(j) },
120
120
  ..._ && { format: _ },
121
- ...s.options && { enum: s.options },
122
- ...F && { pattern: s.regex }
121
+ ...r.options && { enum: r.options },
122
+ ...z && { pattern: r.regex }
123
123
  }
124
124
  ];
125
125
  })
126
126
  );
127
127
  return {
128
- title: x || "",
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(u, m) {
142
- e.exports = m();
141
+ (function(s, d) {
142
+ e.exports = d();
143
143
  })(ee, function() {
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);
157
- }, a: function(c) {
158
- return c < 0 ? Math.ceil(c) || 0 : Math.floor(c);
159
- }, p: function(c) {
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$/, "");
161
- }, u: function(c) {
162
- return c === void 0;
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) {
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 l = i.toLowerCase();
172
- E[l] && (a = l), n && (E[l] = n, a = l);
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 c(f[0]);
174
+ if (!a && f.length > 1) return l(f[0]);
175
175
  } else {
176
- var $ = i.name;
177
- E[$] = i, a = $;
176
+ var p = i.name;
177
+ P[p] = i, a = p;
178
178
  }
179
- return !r && a && (j = a), a || !r && j;
180
- }, v = function(c, i) {
181
- if (o(c)) return c.clone();
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 = 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 });
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 c(n) {
190
- this.$L = _(n.locale, null, !0), this.parse(n), this.$x = this.$x || n.x || {}, this[F] = !0;
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 = c.prototype;
192
+ var i = l.prototype;
193
193
  return i.parse = function(n) {
194
- this.$d = function(r) {
195
- var a = r.date, l = r.utc;
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 (p.u(a)) return /* @__PURE__ */ new Date();
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(z);
200
+ var f = a.match(F);
201
201
  if (f) {
202
- var $ = f[2] - 1 || 0, b = (f[7] || "0").substring(0, 3);
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);
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 p;
212
+ return h;
213
213
  }, i.isValid = function() {
214
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);
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, 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" : "");
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 s:
237
- return l ? $(1, 0) : $(31, 11);
238
- case P:
239
- return l ? $(1, T) : $(0, T + 1);
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 $(l ? S - A : S + (6 - A), T);
242
+ return p(c ? O - A : O + (6 - A), x);
243
243
  case k:
244
244
  case M:
245
- return b(C + "Hours", 0);
245
+ return v(C + "Hours", 0);
246
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);
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, 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) {
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[$](b), D.init(), this.$d = D.set(M, Math.min(this.$D, D.daysInMonth())).$d;
262
- } else $ && this.$d[$](b);
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, r) {
265
- return this.clone().$set(n, r);
264
+ }, i.set = function(n, u) {
265
+ return this.clone().$set(n, u);
266
266
  }, i.get = function(n) {
267
- return this[p.p(n)]();
268
- }, i.add = function(n, r) {
269
- var a, l = this;
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 = p.p(r), $ = function(T) {
272
- var S = v(l);
273
- return p.w(S.date(S.date() + Math.round(T * n)), l);
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 === P) return this.set(P, this.$M + n);
276
- if (f === s) return this.set(s, this.$y + n);
277
- if (f === k) return $(1);
278
- if (f === B) return $(7);
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);
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 r = this, a = this.$locale();
284
+ var u = this, a = this.$locale();
285
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);
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 p.s($ % 12 || 12, w, "0");
290
- }, O = C || function(w, I, Z) {
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 l.replace(J, function(w, I) {
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(r.$y).slice(-2);
298
+ return String(u.$y).slice(-2);
299
299
  case "YYYY":
300
- return p.s(r.$y, 4, "0");
300
+ return h.s(u.$y, 4, "0");
301
301
  case "M":
302
302
  return D + 1;
303
303
  case "MM":
304
- return p.s(D + 1, 2, "0");
304
+ return h.s(D + 1, 2, "0");
305
305
  case "MMM":
306
- return N(a.monthsShort, D, S, 3);
306
+ return N(a.monthsShort, D, O, 3);
307
307
  case "MMMM":
308
- return N(S, D);
308
+ return N(O, D);
309
309
  case "D":
310
- return r.$D;
310
+ return u.$D;
311
311
  case "DD":
312
- return p.s(r.$D, 2, "0");
312
+ return h.s(u.$D, 2, "0");
313
313
  case "d":
314
- return String(r.$W);
314
+ return String(u.$W);
315
315
  case "dd":
316
- return N(a.weekdaysMin, r.$W, T, 2);
316
+ return N(a.weekdaysMin, u.$W, x, 2);
317
317
  case "ddd":
318
- return N(a.weekdaysShort, r.$W, T, 3);
318
+ return N(a.weekdaysShort, u.$W, x, 3);
319
319
  case "dddd":
320
- return T[r.$W];
320
+ return x[u.$W];
321
321
  case "H":
322
- return String($);
322
+ return String(p);
323
323
  case "HH":
324
- return p.s($, 2, "0");
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 O($, b, !0);
330
+ return T(p, v, !0);
331
331
  case "A":
332
- return O($, b, !1);
332
+ return T(p, v, !1);
333
333
  case "m":
334
- return String(b);
334
+ return String(v);
335
335
  case "mm":
336
- return p.s(b, 2, "0");
336
+ return h.s(v, 2, "0");
337
337
  case "s":
338
- return String(r.$s);
338
+ return String(u.$s);
339
339
  case "ss":
340
- return p.s(r.$s, 2, "0");
340
+ return h.s(u.$s, 2, "0");
341
341
  case "SSS":
342
- return p.s(r.$ms, 3, "0");
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, 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);
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 s:
357
- l = S() / 12;
355
+ switch (p) {
356
+ case r:
357
+ c = O() / 12;
358
358
  break;
359
- case P:
360
- l = S();
359
+ case E:
360
+ c = O();
361
361
  break;
362
- case d:
363
- l = S() / 3;
362
+ case m:
363
+ c = O() / 3;
364
364
  break;
365
365
  case B:
366
- l = (T - D) / 6048e5;
366
+ c = (x - D) / 6048e5;
367
367
  break;
368
368
  case k:
369
- l = (T - D) / 864e5;
369
+ c = (x - D) / 864e5;
370
370
  break;
371
371
  case L:
372
- l = T / x;
372
+ c = x / b;
373
373
  break;
374
- case y:
375
- l = T / m;
374
+ case $:
375
+ c = x / d;
376
376
  break;
377
- case g:
378
- l = T / u;
377
+ case S:
378
+ c = x / s;
379
379
  break;
380
380
  default:
381
- l = T;
381
+ c = x;
382
382
  }
383
- return a ? l : p.a(l);
383
+ return a ? c : h.a(c);
384
384
  }, i.daysInMonth = function() {
385
- return this.endOf(P).$D;
385
+ return this.endOf(E).$D;
386
386
  }, i.$locale = function() {
387
- return E[this.$L];
388
- }, i.locale = function(n, r) {
387
+ return P[this.$L];
388
+ }, i.locale = function(n, u) {
389
389
  if (!n) return this.$L;
390
- var a = this.clone(), l = _(n, r, !0);
391
- return l && (a.$L = l), a;
390
+ var a = this.clone(), c = _(n, u, !0);
391
+ return c && (a.$L = c), a;
392
392
  }, i.clone = function() {
393
- return p.w(this.$d, this);
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
- }, c;
402
+ }, l;
403
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]);
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
- }), 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;
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), 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;
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 re(e) {
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 ue = (e, t, u) => {
424
- var m, x;
423
+ const le = (e, t, s) => {
424
+ var d, b;
425
425
  return {
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
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 ?? 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,
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
- }), X = (e, t) => {
455
- for (const u of e) {
456
- if (u.locator === t)
457
- return u;
458
- const m = X(
459
- u.elements ?? [],
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 (m)
463
- return m;
477
+ if (d)
478
+ return d;
464
479
  }
465
480
  return !1;
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) ?? [],
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
- }, le = ({
487
+ }, fe = ({
473
488
  dataModel: e,
474
489
  quote: t,
475
- elementLocator: u
490
+ elementLocator: s
476
491
  }) => {
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 = ({
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] ?? {}, ie = (e) => {
497
- var m;
502
+ }) => e.products[t] ?? {}, se = (e) => {
503
+ var d;
498
504
  e = e ?? "";
499
- const t = e.replace(/\?|\*|!|\+/g, ""), u = (m = e.match(/\?|\*|!|\+/g)) == null ? void 0 : m.pop();
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: u ?? ""
508
+ quantifier: s ?? ""
503
509
  };
504
- }, de = ({
510
+ }, me = ({
505
511
  dataModel: e,
506
512
  contents: t
507
513
  }) => {
508
- const u = e.exposures ?? {}, m = e.coverages ?? {}, x = e.policyLines ?? {}, h = e.exposureGroups ?? {}, y = (t ?? []).map((s) => {
509
- const { name: M } = ie(s);
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(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)
517
- ), P = Object.keys(
518
- h
519
- ).filter((s) => y.includes(s)), d = {
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 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;
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
- le as extractElementDataModel,
538
- ae as extractElementFromQuote,
539
- fe as extractElementsFromQuote,
540
- oe as extractProductDataModel,
541
- de as extractProductElements,
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
- ue as getDefaultQuoteValues,
544
- se as getQuoteRequest,
545
- ie as splitInputAndQuantifier,
546
- re as transformErrors
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