@rypen-dev/shared-components 8.0.9 → 8.0.11
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.js +3368 -0
- package/dist/index.js.map +1 -0
- package/package.json +4 -5
- package/scss/_variables.scss +8 -0
- package/scss/partials/_forms.scss +10 -10
- package/scss/partials/_slideshow.scss +1 -1
- package/src/components/Slideshow.vue +12 -14
- package/src/index.js +56 -86
- package/vite.config.js +5 -2
- package/dist/rypen-shared-components.umd.js +0 -6
- package/dist/rypen-shared-components.umd.js.map +0 -1
package/dist/index.js
ADDED
|
@@ -0,0 +1,3368 @@
|
|
|
1
|
+
import { computed as M, createElementBlock as u, openBlock as d, createTextVNode as P, createCommentVNode as C, toDisplayString as B, Fragment as N, createElementVNode as e, unref as _, normalizeClass as k, ref as b, withKeys as H, onBeforeMount as ve, onMounted as U, watch as Y, withDirectives as Z, vModelText as le, renderList as R, renderSlot as q, useSlots as Ae, createBlock as ee, Transition as pe, withCtx as W, createVNode as Q, withModifiers as ne, reactive as J, normalizeStyle as K, resolveDirective as te, nextTick as ye } from "vue";
|
|
2
|
+
import ce from "moment";
|
|
3
|
+
var $ = { exports: {} }, re;
|
|
4
|
+
function xe() {
|
|
5
|
+
return re || (re = 1, function(t, c) {
|
|
6
|
+
(function(n, l) {
|
|
7
|
+
t.exports = l(ce);
|
|
8
|
+
})(window, function(n) {
|
|
9
|
+
return function(l) {
|
|
10
|
+
var o = {};
|
|
11
|
+
function a(r) {
|
|
12
|
+
if (o[r]) return o[r].exports;
|
|
13
|
+
var s = o[r] = { i: r, l: !1, exports: {} };
|
|
14
|
+
return l[r].call(s.exports, s, s.exports, a), s.l = !0, s.exports;
|
|
15
|
+
}
|
|
16
|
+
return a.m = l, a.c = o, a.d = function(r, s, m) {
|
|
17
|
+
a.o(r, s) || Object.defineProperty(r, s, { configurable: !1, enumerable: !0, get: m });
|
|
18
|
+
}, a.r = function(r) {
|
|
19
|
+
Object.defineProperty(r, "__esModule", { value: !0 });
|
|
20
|
+
}, a.n = function(r) {
|
|
21
|
+
var s = r && r.__esModule ? function() {
|
|
22
|
+
return r.default;
|
|
23
|
+
} : function() {
|
|
24
|
+
return r;
|
|
25
|
+
};
|
|
26
|
+
return a.d(s, "a", s), s;
|
|
27
|
+
}, a.o = function(r, s) {
|
|
28
|
+
return Object.prototype.hasOwnProperty.call(r, s);
|
|
29
|
+
}, a.p = "", a(a.s = 11);
|
|
30
|
+
}([function(l, o) {
|
|
31
|
+
l.exports = function(a, r) {
|
|
32
|
+
var s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "text/csv;charset=utf-8;", m = new Blob([a], { type: s }), g = URL.createObjectURL(m), h = document.createElement("a");
|
|
33
|
+
h.href = g, h.setAttribute("download", r), h.click();
|
|
34
|
+
};
|
|
35
|
+
}, function(l, o) {
|
|
36
|
+
l.exports = function(a) {
|
|
37
|
+
var r, s = this, m = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 500;
|
|
38
|
+
return function() {
|
|
39
|
+
for (var g = arguments.length, h = new Array(g), y = 0; y < g; y++) h[y] = arguments[y];
|
|
40
|
+
clearTimeout(r), r = setTimeout(function() {
|
|
41
|
+
a.apply(s, h);
|
|
42
|
+
}, m);
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}, function(l, o) {
|
|
46
|
+
o.formatPhone = function(a) {
|
|
47
|
+
if (a) {
|
|
48
|
+
var r = "", s = null;
|
|
49
|
+
if (a.indexOf("x") > -1) {
|
|
50
|
+
var m = a.split("x");
|
|
51
|
+
s = m[1], a = m[0];
|
|
52
|
+
}
|
|
53
|
+
var g = a.replace(/[^0-9]/g, "");
|
|
54
|
+
if (g.length === 7) r = "".concat(g.substring(0, 3), "-").concat(g.substring(3, 7));
|
|
55
|
+
else if (g.length === 10) r = "(".concat(g.substring(0, 3), ") ").concat(g.substring(3, 6), "-").concat(g.substring(6, 10));
|
|
56
|
+
else if (g.length > 10) {
|
|
57
|
+
var h = g.length - 10;
|
|
58
|
+
r = "+".concat(g.substring(0, h), " (").concat(g.substring(h, 3 + h), ") ").concat(g.substring(3 + h, 6 + h), "-").concat(g.substring(6 + h, 10 + h));
|
|
59
|
+
}
|
|
60
|
+
return r + (s ? ", ext. " + s : "");
|
|
61
|
+
}
|
|
62
|
+
return a;
|
|
63
|
+
};
|
|
64
|
+
}, function(l, o) {
|
|
65
|
+
l.exports = n;
|
|
66
|
+
}, function(l, o, a) {
|
|
67
|
+
var r = a(3), s = function(i) {
|
|
68
|
+
var A = arguments.length > 1 && arguments[1] !== void 0 && arguments[1];
|
|
69
|
+
return typeof i == "string" ? !i || i.length === 0 || i.trim().length === 0 : i === 0 && !A || i !== 0 && (!i || i.length === 0);
|
|
70
|
+
}, m = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,24}))$/, g = function(i) {
|
|
71
|
+
return m.test(i);
|
|
72
|
+
}, h = function(i) {
|
|
73
|
+
return arguments.length > 1 && arguments[1] !== void 0 && arguments[1] ? /^[ABCEGHJKLMNPRSTVXYabceghjklmnprstvxy]{1}\d{1}[A-Za-z]{1}\d{1}[A-Za-z]{1}\d{1}$/.test(i) : /^[0-9]{5}$/.test(i);
|
|
74
|
+
}, y = function(i) {
|
|
75
|
+
return /^[0-9]{10}$/.test(i);
|
|
76
|
+
}, S = /^https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*)$/, f = /^[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&//=]*)$/;
|
|
77
|
+
o.empty = s, o.validEmail = g, o.validZip = h, o.validPhone = y, o.validUrl = function(i) {
|
|
78
|
+
return arguments.length > 1 && arguments[1] !== void 0 && !arguments[1] ? f.test(i) : S.test(i);
|
|
79
|
+
}, o.validCardNumber = function(i) {
|
|
80
|
+
return function(A) {
|
|
81
|
+
if (!/^[\d\-\s]+$/.test(A)) return !1;
|
|
82
|
+
for (var v = 0, x = 0, p = !1, w = A.replace(/\D/g, ""), I = w.length - 1; I >= 0; I--) {
|
|
83
|
+
var E = w.charAt(I);
|
|
84
|
+
x = parseInt(E, 10), p && (x *= 2) > 9 && (x -= 9), v += x, p = !p;
|
|
85
|
+
}
|
|
86
|
+
return v % 10 == 0;
|
|
87
|
+
}(i);
|
|
88
|
+
}, o.validCardCode = function(i) {
|
|
89
|
+
return /^[0-9]{3,4}$/.test(i);
|
|
90
|
+
}, o.validExpirationDate = function(i) {
|
|
91
|
+
if (!/^[0-9]{4}$/.test(i)) return !1;
|
|
92
|
+
var A = i.substring(0, 2), v = i.substring(2), x = r((v = "20" + v) + "-" + A + "-01");
|
|
93
|
+
return !(!x.isValid() || x.isBefore(r(), "month"));
|
|
94
|
+
}, o.emptyAddress = function(i) {
|
|
95
|
+
var A = arguments.length > 1 && arguments[1] !== void 0 && arguments[1], v = !0;
|
|
96
|
+
return arguments.length > 2 && arguments[2] !== void 0 && !arguments[2] ? s(i.PostalCode) || s(i.Street) || (v = !1) : (s(i.PostalCode) && s(i.Street) && s(i.City) && s(i.State) || (v = !1), A && (s(i.CareOf) && s(i.ContactEmail) && s(i.PhoneNumber) || (v = !1))), v;
|
|
97
|
+
}, o.validAddress = function(i) {
|
|
98
|
+
var A = arguments.length > 1 && arguments[1] !== void 0 && arguments[1], v = !(arguments.length > 2 && arguments[2] !== void 0) || arguments[2], x = !0;
|
|
99
|
+
return s(i.PostalCode) ? x = !1 : h(i.PostalCode, function(p) {
|
|
100
|
+
return p.Country === "CA";
|
|
101
|
+
}(i)) || (x = !1), A && v && (s(i.CareOf) || !s(i.ContactEmail) && !g(i.ContactEmail) || s(i.PhoneNumber) || !y(i.PhoneNumber)) && (x = !1), (s(i.FirstName) && s(i.LastName) || s(i.Street) || s(i.Country) || s(i.City) || s(i.State)) && (x = !1), x;
|
|
102
|
+
};
|
|
103
|
+
}, function(l, o) {
|
|
104
|
+
l.exports = function(a) {
|
|
105
|
+
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 500, s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 0;
|
|
106
|
+
return new Promise(function(m, g) {
|
|
107
|
+
var h = document.scrollingElement;
|
|
108
|
+
typeof a == "string" && (a = document.querySelector(a) || g()), typeof a != "number" && (a = a.getBoundingClientRect().top + h.scrollTop), a += s;
|
|
109
|
+
var y = h.scrollTop, S = a - y, f = 0;
|
|
110
|
+
(function i() {
|
|
111
|
+
var A = function(v, x, p, w) {
|
|
112
|
+
return (v /= w / 2) < 1 ? p / 2 * v * v + x : -p / 2 * (--v * (v - 2) - 1) + x;
|
|
113
|
+
}(f += 20, y, S, r);
|
|
114
|
+
h.scrollTop = A, f < r ? setTimeout(i, 20) : m();
|
|
115
|
+
})();
|
|
116
|
+
});
|
|
117
|
+
};
|
|
118
|
+
}, function(l, o) {
|
|
119
|
+
l.exports = function(a) {
|
|
120
|
+
for (var r = window.location.search.substring(1).split("&"), s = 0; s < r.length; s++) {
|
|
121
|
+
var m = r[s].split("=");
|
|
122
|
+
if (m[0].toLowerCase() === a.toLowerCase()) return m[1];
|
|
123
|
+
}
|
|
124
|
+
return !1;
|
|
125
|
+
};
|
|
126
|
+
}, function(l, o) {
|
|
127
|
+
l.exports = function(a) {
|
|
128
|
+
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 2;
|
|
129
|
+
return typeof a != "number" ? a : new Intl.NumberFormat("en-US", { style: "currency", currency: "USD", minimumFractionDigits: r }).format(a);
|
|
130
|
+
};
|
|
131
|
+
}, function(l, o) {
|
|
132
|
+
var a = { VISA: "Visa", MASTER_CARD: "MasterCard", AMERICAN_EXPRESS: "American Express", DISCOVER: "Discover", MAESTRO: "Maestro" };
|
|
133
|
+
o.CARD_TYPES = a, o.formatCreditCardType = function(r) {
|
|
134
|
+
return r && r === "AmericanExpress" ? "AMEX" : r;
|
|
135
|
+
}, o.formatMaskedCreditCard = function(r) {
|
|
136
|
+
if (r) {
|
|
137
|
+
var s = r.replace(/X/g, "*"), m = s.lastIndexOf("*");
|
|
138
|
+
return s.slice(0, m + 1) + " " + s.slice(m + 1);
|
|
139
|
+
}
|
|
140
|
+
return r;
|
|
141
|
+
}, o.cardType = function(r) {
|
|
142
|
+
for (var s = [{ reg: /^4[0-9]{5}/gi, type: a.VISA }, { reg: /^5[1-5][0-9]{4}/gi, type: a.MASTER_CARD }, { reg: /^3[47][0-9]{3}/gi, type: a.AMERICAN_EXPRESS }, { reg: /^6(?:011|5[0-9]{2})/gi, type: a.DISCOVER }, { reg: /^(5[06-8]\d{4}|6\d{5})/gi, type: a.MAESTRO }], m = "", g = 0; g < s.length; g++) if (r.match(s[g].reg)) {
|
|
143
|
+
m = s[g].type;
|
|
144
|
+
break;
|
|
145
|
+
}
|
|
146
|
+
return m && (m = m.toLowerCase().replace(/ /g, "-")), m;
|
|
147
|
+
};
|
|
148
|
+
}, function(l, o) {
|
|
149
|
+
o.processError = function(a) {
|
|
150
|
+
if (a.ErrorMessage) return a.ErrorMessage;
|
|
151
|
+
if (a.data && a.data.ErrorMessage) return a.data.ErrorMessage;
|
|
152
|
+
if (a.response) {
|
|
153
|
+
if (a.response.data) {
|
|
154
|
+
if (a.response.data.ErrorMessage) return a.response.data.ErrorMessage;
|
|
155
|
+
if (a.response.data.error) {
|
|
156
|
+
try {
|
|
157
|
+
var r = JSON.parse(a.response.data.error);
|
|
158
|
+
if (r.error) return r.error;
|
|
159
|
+
} catch {
|
|
160
|
+
}
|
|
161
|
+
return a.response.data.error;
|
|
162
|
+
}
|
|
163
|
+
return a.response.data;
|
|
164
|
+
}
|
|
165
|
+
return a.response.statusText ? a.response.statusText : a.response;
|
|
166
|
+
}
|
|
167
|
+
return a.name ? a.message ? a.name + " " + a.message : a.name : a.error ? a.error : a.message ? a.message : a;
|
|
168
|
+
};
|
|
169
|
+
}, function(l, o) {
|
|
170
|
+
var a = function(r, s) {
|
|
171
|
+
return Object.keys(r).find(function(m) {
|
|
172
|
+
return r[m] === s;
|
|
173
|
+
});
|
|
174
|
+
};
|
|
175
|
+
o.getKeyByValue = a, o.transformEnumForDisplay = function(r, s) {
|
|
176
|
+
var m = !(arguments.length > 2 && arguments[2] !== void 0) || arguments[2], g = a(r, s);
|
|
177
|
+
if (g) {
|
|
178
|
+
var h = g.split("_"), y = "";
|
|
179
|
+
return m ? h.forEach(function(S, f) {
|
|
180
|
+
y = y + (f === 0 ? "" : " ") + S.charAt(0).toUpperCase() + S.slice(1).toLowerCase();
|
|
181
|
+
}) : y = h.join(" "), y;
|
|
182
|
+
}
|
|
183
|
+
return "";
|
|
184
|
+
}, o.addressesAreEqual = function(r, s) {
|
|
185
|
+
var m = arguments.length > 2 && arguments[2] !== void 0 && arguments[2], g = !0;
|
|
186
|
+
return r.FirstName == s.FirstName && r.LastName == s.LastName && r.Company == s.Company && r.Street == s.Street && r.Street2 == s.Street2 && r.City == s.City && r.State == s.State && r.PostalCode == s.PostalCode || (g = !1), !m || r.Type == s.Type && r.CareOf == s.CareOf && r.PhoneNumber == s.PhoneNumber && r.ContactEmail == s.ContactEmail || (g = !1), g;
|
|
187
|
+
};
|
|
188
|
+
}, function(l, o, a) {
|
|
189
|
+
var r = a(10), s = a(9);
|
|
190
|
+
o.processError = s.processError, o.getKeyByValue = r.getKeyByValue, o.transformEnumForDisplay = r.transformEnumForDisplay, o.addressesAreEqual = r.addressesAreEqual, o.creditCard = a(8), o.currency = a(7), o.querystring = a(6), o.scrollToAnimated = a(5), o.validation = a(4), o.formatter = a(2), o.debounce = a(1), o.downloadBlob = a(0);
|
|
191
|
+
}]);
|
|
192
|
+
});
|
|
193
|
+
}($)), $.exports;
|
|
194
|
+
}
|
|
195
|
+
var z = xe();
|
|
196
|
+
const we = /* @__PURE__ */ JSON.parse(`[{"name":"United States","code":"US"},{"name":"Afghanistan","code":"AF"},{"name":"Aland Islands","code":"AX"},{"name":"Albania","code":"AL"},{"name":"Algeria","code":"DZ"},{"name":"American Samoa","code":"AS"},{"name":"Andorra","code":"AD"},{"name":"Angola","code":"AO"},{"name":"Anguilla","code":"AI"},{"name":"Antarctica","code":"AQ"},{"name":"Antigua and Barbuda","code":"AG"},{"name":"Argentina","code":"AR"},{"name":"Armenia","code":"AM"},{"name":"Aruba","code":"AW"},{"name":"Australia","code":"AU"},{"name":"Austria","code":"AT"},{"name":"Azerbaijan","code":"AZ"},{"name":"Bahamas","code":"BS"},{"name":"Bahrain","code":"BH"},{"name":"Bangladesh","code":"BD"},{"name":"Barbados","code":"BB"},{"name":"Belarus","code":"BY"},{"name":"Belgium","code":"BE"},{"name":"Belize","code":"BZ"},{"name":"Benin","code":"BJ"},{"name":"Bermuda","code":"BM"},{"name":"Bhutan","code":"BT"},{"name":"Bolivia","code":"BO"},{"name":"Bosnia and Herzegovina","code":"BA"},{"name":"Botswana","code":"BW"},{"name":"Bouvet Island","code":"BV"},{"name":"Brazil","code":"BR"},{"name":"British Indian Ocean Territory","code":"IO"},{"name":"Brunei Darussalam","code":"BN"},{"name":"Bulgaria","code":"BG"},{"name":"Burkina Faso","code":"BF"},{"name":"Burundi","code":"BI"},{"name":"Cambodia","code":"KH"},{"name":"Cameroon","code":"CM"},{"name":"Canada","code":"CA"},{"name":"Cape Verde","code":"CV"},{"name":"Cayman Islands","code":"KY"},{"name":"Central African Republic","code":"CF"},{"name":"Chad","code":"TD"},{"name":"Chile","code":"CL"},{"name":"China","code":"CN"},{"name":"Christmas Island","code":"CX"},{"name":"Cocos (Keeling) Islands","code":"CC"},{"name":"Colombia","code":"CO"},{"name":"Comoros","code":"KM"},{"name":"Congo","code":"CG"},{"name":"Congo, The Democratic Republic of the","code":"CD"},{"name":"Cook Islands","code":"CK"},{"name":"Costa Rica","code":"CR"},{"name":"Cote D'Ivoire","code":"CI"},{"name":"Croatia","code":"HR"},{"name":"Cuba","code":"CU"},{"name":"Cyprus","code":"CY"},{"name":"Czech Republic","code":"CZ"},{"name":"Denmark","code":"DK"},{"name":"Djibouti","code":"DJ"},{"name":"Dominica","code":"DM"},{"name":"Dominican Republic","code":"DO"},{"name":"Ecuador","code":"EC"},{"name":"Egypt","code":"EG"},{"name":"El Salvador","code":"SV"},{"name":"Equatorial Guinea","code":"GQ"},{"name":"Eritrea","code":"ER"},{"name":"Estonia","code":"EE"},{"name":"Ethiopia","code":"ET"},{"name":"Falkland Islands (Malvinas)","code":"FK"},{"name":"Faroe Islands","code":"FO"},{"name":"Fiji","code":"FJ"},{"name":"Finland","code":"FI"},{"name":"France","code":"FR"},{"name":"French Guiana","code":"GF"},{"name":"French Polynesia","code":"PF"},{"name":"French Southern Territories","code":"TF"},{"name":"Gabon","code":"GA"},{"name":"Gambia","code":"GM"},{"name":"Georgia","code":"GE"},{"name":"Germany","code":"DE"},{"name":"Ghana","code":"GH"},{"name":"Gibraltar","code":"GI"},{"name":"Greece","code":"GR"},{"name":"Greenland","code":"GL"},{"name":"Grenada","code":"GD"},{"name":"Guadeloupe","code":"GP"},{"name":"Guam","code":"GU"},{"name":"Guatemala","code":"GT"},{"name":"Guernsey","code":"GG"},{"name":"Guinea","code":"GN"},{"name":"Guinea-Bissau","code":"GW"},{"name":"Guyana","code":"GY"},{"name":"Haiti","code":"HT"},{"name":"Heard Island and Mcdonald Islands","code":"HM"},{"name":"Holy See (Vatican City State)","code":"VA"},{"name":"Honduras","code":"HN"},{"name":"Hong Kong","code":"HK"},{"name":"Hungary","code":"HU"},{"name":"Iceland","code":"IS"},{"name":"India","code":"IN"},{"name":"Indonesia","code":"ID"},{"name":"Iran, Islamic Republic Of","code":"IR"},{"name":"Iraq","code":"IQ"},{"name":"Ireland","code":"IE"},{"name":"Isle of Man","code":"IM"},{"name":"Israel","code":"IL"},{"name":"Italy","code":"IT"},{"name":"Jamaica","code":"JM"},{"name":"Japan","code":"JP"},{"name":"Jersey","code":"JE"},{"name":"Jordan","code":"JO"},{"name":"Kazakhstan","code":"KZ"},{"name":"Kenya","code":"KE"},{"name":"Kiribati","code":"KI"},{"name":"Korea, Democratic People's Republic of","code":"KP"},{"name":"Korea, Republic of","code":"KR"},{"name":"Kuwait","code":"KW"},{"name":"Kyrgyzstan","code":"KG"},{"name":"Lao People's Democratic Republic","code":"LA"},{"name":"Latvia","code":"LV"},{"name":"Lebanon","code":"LB"},{"name":"Lesotho","code":"LS"},{"name":"Liberia","code":"LR"},{"name":"Libyan Arab Jamahiriya","code":"LY"},{"name":"Liechtenstein","code":"LI"},{"name":"Lithuania","code":"LT"},{"name":"Luxembourg","code":"LU"},{"name":"Macao","code":"MO"},{"name":"Macedonia, The Former Yugoslav Republic of","code":"MK"},{"name":"Madagascar","code":"MG"},{"name":"Malawi","code":"MW"},{"name":"Malaysia","code":"MY"},{"name":"Maldives","code":"MV"},{"name":"Mali","code":"ML"},{"name":"Malta","code":"MT"},{"name":"Marshall Islands","code":"MH"},{"name":"Martinique","code":"MQ"},{"name":"Mauritania","code":"MR"},{"name":"Mauritius","code":"MU"},{"name":"Mayotte","code":"YT"},{"name":"Mexico","code":"MX"},{"name":"Micronesia, Federated States of","code":"FM"},{"name":"Moldova, Republic of","code":"MD"},{"name":"Monaco","code":"MC"},{"name":"Mongolia","code":"MN"},{"name":"Montserrat","code":"MS"},{"name":"Morocco","code":"MA"},{"name":"Mozambique","code":"MZ"},{"name":"Myanmar","code":"MM"},{"name":"Namibia","code":"NA"},{"name":"Nauru","code":"NR"},{"name":"Nepal","code":"NP"},{"name":"Netherlands","code":"NL"},{"name":"Netherlands Antilles","code":"AN"},{"name":"New Caledonia","code":"NC"},{"name":"New Zealand","code":"NZ"},{"name":"Nicaragua","code":"NI"},{"name":"Niger","code":"NE"},{"name":"Nigeria","code":"NG"},{"name":"Niue","code":"NU"},{"name":"Norfolk Island","code":"NF"},{"name":"Northern Mariana Islands","code":"MP"},{"name":"Norway","code":"NO"},{"name":"Oman","code":"OM"},{"name":"Pakistan","code":"PK"},{"name":"Palau","code":"PW"},{"name":"Palestinian Territory, Occupied","code":"PS"},{"name":"Panama","code":"PA"},{"name":"Papua New Guinea","code":"PG"},{"name":"Paraguay","code":"PY"},{"name":"Peru","code":"PE"},{"name":"Philippines","code":"PH"},{"name":"Pitcairn","code":"PN"},{"name":"Poland","code":"PL"},{"name":"Portugal","code":"PT"},{"name":"Puerto Rico","code":"PR"},{"name":"Qatar","code":"QA"},{"name":"Reunion","code":"RE"},{"name":"Romania","code":"RO"},{"name":"Russian Federation","code":"RU"},{"name":"RWANDA","code":"RW"},{"name":"Saint Helena","code":"SH"},{"name":"Saint Kitts and Nevis","code":"KN"},{"name":"Saint Lucia","code":"LC"},{"name":"Saint Pierre and Miquelon","code":"PM"},{"name":"Saint Vincent and the Grenadines","code":"VC"},{"name":"Samoa","code":"WS"},{"name":"San Marino","code":"SM"},{"name":"Sao Tome and Principe","code":"ST"},{"name":"Saudi Arabia","code":"SA"},{"name":"Senegal","code":"SN"},{"name":"Serbia and Montenegro","code":"CS"},{"name":"Seychelles","code":"SC"},{"name":"Sierra Leone","code":"SL"},{"name":"Singapore","code":"SG"},{"name":"Slovakia","code":"SK"},{"name":"Slovenia","code":"SI"},{"name":"Solomon Islands","code":"SB"},{"name":"Somalia","code":"SO"},{"name":"South Africa","code":"ZA"},{"name":"South Georgia and the South Sandwich Islands","code":"GS"},{"name":"Spain","code":"ES"},{"name":"Sri Lanka","code":"LK"},{"name":"Sudan","code":"SD"},{"name":"Suriname","code":"SR"},{"name":"Svalbard and Jan Mayen","code":"SJ"},{"name":"Swaziland","code":"SZ"},{"name":"Sweden","code":"SE"},{"name":"Switzerland","code":"CH"},{"name":"Syrian Arab Republic","code":"SY"},{"name":"Taiwan, Province of China","code":"TW"},{"name":"Tajikistan","code":"TJ"},{"name":"Tanzania, United Republic of","code":"TZ"},{"name":"Thailand","code":"TH"},{"name":"Timor-Leste","code":"TL"},{"name":"Togo","code":"TG"},{"name":"Tokelau","code":"TK"},{"name":"Tonga","code":"TO"},{"name":"Trinidad and Tobago","code":"TT"},{"name":"Tunisia","code":"TN"},{"name":"Turkey","code":"TR"},{"name":"Turkmenistan","code":"TM"},{"name":"Turks and Caicos Islands","code":"TC"},{"name":"Tuvalu","code":"TV"},{"name":"Uganda","code":"UG"},{"name":"Ukraine","code":"UA"},{"name":"United Arab Emirates","code":"AE"},{"name":"United Kingdom","code":"GB"},{"name":"United States Minor Outlying Islands","code":"UM"},{"name":"Uruguay","code":"UY"},{"name":"Uzbekistan","code":"UZ"},{"name":"Vanuatu","code":"VU"},{"name":"Venezuela","code":"VE"},{"name":"Viet Nam","code":"VN"},{"name":"Virgin Islands, British","code":"VG"},{"name":"Virgin Islands, U.S.","code":"VI"},{"name":"Wallis and Futuna","code":"WF"},{"name":"Western Sahara","code":"EH"},{"name":"Yemen","code":"YE"},{"name":"Zambia","code":"ZM"},{"name":"Zimbabwe","code":"ZW"}]`), Ie = { key: 0 }, Ce = { key: 2 }, be = { key: 5 }, Se = { key: 0 }, Be = { key: 1 }, Ma = {
|
|
197
|
+
__name: "AddressDisplay",
|
|
198
|
+
props: {
|
|
199
|
+
address: {
|
|
200
|
+
type: Object,
|
|
201
|
+
required: !0
|
|
202
|
+
},
|
|
203
|
+
includePhone: {
|
|
204
|
+
type: Boolean,
|
|
205
|
+
default: !1
|
|
206
|
+
},
|
|
207
|
+
includeHours: {
|
|
208
|
+
type: Boolean,
|
|
209
|
+
default: !1
|
|
210
|
+
},
|
|
211
|
+
includeCountry: {
|
|
212
|
+
type: Boolean,
|
|
213
|
+
default: !1
|
|
214
|
+
},
|
|
215
|
+
separateContactInfo: {
|
|
216
|
+
type: Boolean,
|
|
217
|
+
default: !1
|
|
218
|
+
},
|
|
219
|
+
excludeName: {
|
|
220
|
+
type: Boolean,
|
|
221
|
+
default: !1
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
setup(t) {
|
|
225
|
+
const c = t;
|
|
226
|
+
function n(o) {
|
|
227
|
+
let a = we.find((r) => r.code === o);
|
|
228
|
+
return a ? a.name : o;
|
|
229
|
+
}
|
|
230
|
+
const l = M(() => c.excludeName ? null : (c.address.FirstName || "") + (c.address.FirstName && c.address.LastName ? " " : "") + (c.address.LastName || ""));
|
|
231
|
+
return (o, a) => (d(), u("div", null, [
|
|
232
|
+
P(B(l.value), 1),
|
|
233
|
+
l.value ? (d(), u("br", Ie)) : C("", !0),
|
|
234
|
+
t.address.Company ? (d(), u(N, { key: 1 }, [
|
|
235
|
+
P(B(t.address.Company) + " ", 1),
|
|
236
|
+
a[0] || (a[0] = e("br", null, null, -1))
|
|
237
|
+
], 64)) : C("", !0),
|
|
238
|
+
P(" " + B(t.address.Street), 1),
|
|
239
|
+
t.address.Street ? (d(), u("br", Ce)) : C("", !0),
|
|
240
|
+
t.address.Street2 ? (d(), u(N, { key: 3 }, [
|
|
241
|
+
P(B(t.address.Street2) + " ", 1),
|
|
242
|
+
a[1] || (a[1] = e("br", null, null, -1))
|
|
243
|
+
], 64)) : C("", !0),
|
|
244
|
+
P(" " + B(t.address.City ? t.address.City + ", " : "") + B(t.address.State) + " " + B(t.address.PostalCode) + " ", 1),
|
|
245
|
+
t.includeCountry && t.address.Country && t.address.Country !== "US" && t.address.Country !== "USA" ? (d(), u(N, { key: 4 }, [
|
|
246
|
+
a[2] || (a[2] = e("br", null, null, -1)),
|
|
247
|
+
P(B(n(t.address.Country)), 1)
|
|
248
|
+
], 64)) : C("", !0),
|
|
249
|
+
!t.separateContactInfo && t.includePhone && t.address.PhoneNumber || t.includeHours && t.address.Hours ? (d(), u("br", be)) : C("", !0),
|
|
250
|
+
!t.separateContactInfo && t.includePhone && t.address.PhoneNumber ? (d(), u(N, { key: 6 }, [
|
|
251
|
+
a[3] || (a[3] = e("br", null, null, -1)),
|
|
252
|
+
a[4] || (a[4] = e("i", { class: "fa-solid fa-phone color-text-gray" }, null, -1)),
|
|
253
|
+
P(" " + B(_(z.formatter).formatPhone(t.address.PhoneNumber)), 1)
|
|
254
|
+
], 64)) : C("", !0),
|
|
255
|
+
t.includeHours && t.address.Hours ? (d(), u(N, { key: 7 }, [
|
|
256
|
+
a[5] || (a[5] = e("br", null, null, -1)),
|
|
257
|
+
P("Hours: " + B(t.address.Hours), 1)
|
|
258
|
+
], 64)) : C("", !0),
|
|
259
|
+
t.separateContactInfo && (t.address.CareOf || t.address.ContactEmail || t.address.PhoneNumber) ? (d(), u(N, { key: 8 }, [
|
|
260
|
+
a[8] || (a[8] = e("br", null, null, -1)),
|
|
261
|
+
t.address.CareOf ? (d(), u("br", Se)) : C("", !0),
|
|
262
|
+
P(B(t.address.CareOf) + " ", 1),
|
|
263
|
+
t.address.ContactEmail ? (d(), u("br", Be)) : C("", !0),
|
|
264
|
+
P(B(t.address.ContactEmail) + " ", 1),
|
|
265
|
+
t.address.PhoneNumber ? (d(), u(N, { key: 2 }, [
|
|
266
|
+
a[6] || (a[6] = e("br", null, null, -1)),
|
|
267
|
+
a[7] || (a[7] = e("i", { class: "fa-solid fa-phone color-text-gray" }, null, -1)),
|
|
268
|
+
P(" " + B(_(z.formatter).formatPhone(t.address.PhoneNumber)), 1)
|
|
269
|
+
], 64)) : C("", !0)
|
|
270
|
+
], 64)) : C("", !0)
|
|
271
|
+
]));
|
|
272
|
+
}
|
|
273
|
+
}, ke = {
|
|
274
|
+
version: "1.1",
|
|
275
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
276
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
277
|
+
x: "0px",
|
|
278
|
+
y: "0px",
|
|
279
|
+
viewBox: "0 0 50 50",
|
|
280
|
+
"xml:space": "preserve"
|
|
281
|
+
}, Ea = {
|
|
282
|
+
__name: "AlertTriangle",
|
|
283
|
+
props: {
|
|
284
|
+
on: {
|
|
285
|
+
type: Boolean,
|
|
286
|
+
default: !1
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
setup(t) {
|
|
290
|
+
return (c, n) => (d(), u("svg", ke, [
|
|
291
|
+
e("g", {
|
|
292
|
+
class: k(["error-icon", { on: t.on }])
|
|
293
|
+
}, n[0] || (n[0] = [
|
|
294
|
+
e("path", {
|
|
295
|
+
class: "path outline",
|
|
296
|
+
fill: "none",
|
|
297
|
+
"stroke-width": "4",
|
|
298
|
+
"stroke-linecap": "round",
|
|
299
|
+
"stroke-linejoin": "round",
|
|
300
|
+
d: `M30.01,7.36l16.46,29.1c1.58,2.9,0.66,6.58-2.24,8.16c-0.92,0.53-1.98,0.79-2.9,0.79H8.29\r
|
|
301
|
+
c-3.29,0-5.93-2.63-5.93-6.06c0-1.05,0.26-2.11,0.79-3.03L19.48,7.36c1.58-2.9,5.27-3.95,8.16-2.24\r
|
|
302
|
+
C28.7,5.65,29.49,6.44,30.01,7.36z`
|
|
303
|
+
}, null, -1),
|
|
304
|
+
e("path", {
|
|
305
|
+
class: "fill exclamation",
|
|
306
|
+
d: `M26.06,31.19h-2.5l-0.79-14.75h4.08L26.06,31.19z M22.64,35.8c0-0.66,0.13-1.32,0.53-1.58\r
|
|
307
|
+
c0.4-0.4,0.92-0.53,1.58-0.53c0.66,0,1.19,0.13,1.58,0.53c0.4,0.4,0.53,0.92,0.53,1.58c0,0.66-0.13,1.19-0.53,1.58\r
|
|
308
|
+
c-0.4,0.4-0.92,0.66-1.58,0.66c-0.66,0-1.19-0.13-1.58-0.53C22.77,37.12,22.64,36.46,22.64,35.8L22.64,35.8z`
|
|
309
|
+
}, null, -1)
|
|
310
|
+
]), 2)
|
|
311
|
+
]));
|
|
312
|
+
}
|
|
313
|
+
}, Me = ["value", "disabled", "min", "max"], Na = {
|
|
314
|
+
__name: "DateInput",
|
|
315
|
+
props: {
|
|
316
|
+
value: {
|
|
317
|
+
type: String,
|
|
318
|
+
default: ""
|
|
319
|
+
},
|
|
320
|
+
min: {
|
|
321
|
+
type: String,
|
|
322
|
+
default: null
|
|
323
|
+
},
|
|
324
|
+
max: {
|
|
325
|
+
type: String,
|
|
326
|
+
default: null
|
|
327
|
+
},
|
|
328
|
+
disabled: {
|
|
329
|
+
type: Boolean,
|
|
330
|
+
default: !1
|
|
331
|
+
},
|
|
332
|
+
cssClass: String
|
|
333
|
+
},
|
|
334
|
+
emits: ["change", "truechange"],
|
|
335
|
+
setup(t, { expose: c, emit: n }) {
|
|
336
|
+
const l = t, o = n, a = b(null);
|
|
337
|
+
function r(h) {
|
|
338
|
+
let y = ce(h);
|
|
339
|
+
return y.isValid() ? y.format("YYYY-MM-DD") : "";
|
|
340
|
+
}
|
|
341
|
+
function s(h) {
|
|
342
|
+
r(l.value) !== r(h.target.value) && o("truechange", h.target.value);
|
|
343
|
+
}
|
|
344
|
+
function m(h) {
|
|
345
|
+
r(l.value) !== r(h.target.value) && o("change", h.target.value);
|
|
346
|
+
}
|
|
347
|
+
function g() {
|
|
348
|
+
a.value && a.value.blur();
|
|
349
|
+
}
|
|
350
|
+
return c({
|
|
351
|
+
triggerBlur: g
|
|
352
|
+
}), (h, y) => (d(), u("div", {
|
|
353
|
+
class: k(["input-container date", t.cssClass])
|
|
354
|
+
}, [
|
|
355
|
+
e("input", {
|
|
356
|
+
type: "date",
|
|
357
|
+
value: r(t.value),
|
|
358
|
+
disabled: t.disabled,
|
|
359
|
+
min: r(t.min),
|
|
360
|
+
max: r(t.max),
|
|
361
|
+
ref_key: "inputref",
|
|
362
|
+
ref: a,
|
|
363
|
+
onChange: s,
|
|
364
|
+
onBlur: m,
|
|
365
|
+
onKeyup: H(g, ["enter"])
|
|
366
|
+
}, null, 40, Me)
|
|
367
|
+
], 2));
|
|
368
|
+
}
|
|
369
|
+
}, Ee = ["maxLength", "value"], Pa = {
|
|
370
|
+
__name: "DebouncedTextBox",
|
|
371
|
+
props: {
|
|
372
|
+
cssClass: String,
|
|
373
|
+
maxLength: {
|
|
374
|
+
type: Number,
|
|
375
|
+
default: 200
|
|
376
|
+
},
|
|
377
|
+
initialValue: String,
|
|
378
|
+
includeClear: {
|
|
379
|
+
type: Boolean,
|
|
380
|
+
default: !1
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
emits: ["change"],
|
|
384
|
+
setup(t, { emit: c }) {
|
|
385
|
+
const n = t, l = c, o = b(n.initialValue || ""), a = b(n.initialValue || ""), r = z.debounce((g) => {
|
|
386
|
+
a.value = g, l("change", g);
|
|
387
|
+
});
|
|
388
|
+
function s(g) {
|
|
389
|
+
const h = g.target.value;
|
|
390
|
+
o.value = h, r(h);
|
|
391
|
+
}
|
|
392
|
+
function m() {
|
|
393
|
+
o.value = "", l("change", "");
|
|
394
|
+
}
|
|
395
|
+
return (g, h) => (d(), u("div", {
|
|
396
|
+
class: k(["input-container", t.cssClass])
|
|
397
|
+
}, [
|
|
398
|
+
e("input", {
|
|
399
|
+
type: "text",
|
|
400
|
+
maxLength: t.maxLength,
|
|
401
|
+
value: o.value,
|
|
402
|
+
onInput: s
|
|
403
|
+
}, null, 40, Ee),
|
|
404
|
+
t.includeClear && o.value.length ? (d(), u("a", {
|
|
405
|
+
key: 0,
|
|
406
|
+
class: "clear-button",
|
|
407
|
+
onClick: m
|
|
408
|
+
}, h[0] || (h[0] = [
|
|
409
|
+
e("i", { class: "fa-solid fa-times" }, null, -1)
|
|
410
|
+
]))) : C("", !0)
|
|
411
|
+
], 2));
|
|
412
|
+
}
|
|
413
|
+
}, Ne = { class: "file-upload-drop-wrapper" }, Pe = {
|
|
414
|
+
key: 0,
|
|
415
|
+
class: "current-image"
|
|
416
|
+
}, De = ["src"], Le = { class: "file-upload-drop" }, Re = ["id", "disabled"], Te = ["for"], Da = {
|
|
417
|
+
__name: "FileDropzone",
|
|
418
|
+
props: {
|
|
419
|
+
imageBasePath: {
|
|
420
|
+
type: String,
|
|
421
|
+
default: ""
|
|
422
|
+
//IMAGE_BASE_PATH
|
|
423
|
+
},
|
|
424
|
+
image: [Object, File],
|
|
425
|
+
id: String,
|
|
426
|
+
showRemove: {
|
|
427
|
+
type: Boolean,
|
|
428
|
+
default: !0
|
|
429
|
+
},
|
|
430
|
+
updating: {
|
|
431
|
+
type: Boolean,
|
|
432
|
+
default: !1
|
|
433
|
+
},
|
|
434
|
+
disabled: {
|
|
435
|
+
type: Boolean,
|
|
436
|
+
default: !1
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
emits: ["change", "remove"],
|
|
440
|
+
setup(t, { emit: c }) {
|
|
441
|
+
const n = t, l = c, o = b(!1), a = b(null), r = b(""), s = b(!1), m = b(null), g = b(null);
|
|
442
|
+
ve(() => {
|
|
443
|
+
n.image && n.image.ImageUrl && (r.value = n.imageBasePath + n.image.ImageUrl), a.value = new FileReader(), a.value.addEventListener("load", A);
|
|
444
|
+
}), U(() => {
|
|
445
|
+
o.value = h(), o.value && m.value && (["drag", "drop"].forEach((v) => {
|
|
446
|
+
m.value.addEventListener(v, (x) => {
|
|
447
|
+
x.preventDefault(), x.stopPropagation();
|
|
448
|
+
});
|
|
449
|
+
}), ["dragstart", "dragenter", "dragover"].forEach((v) => {
|
|
450
|
+
m.value.addEventListener(v, (x) => {
|
|
451
|
+
x.preventDefault(), x.stopPropagation(), s.value = !0;
|
|
452
|
+
});
|
|
453
|
+
}), ["dragend", "dragleave"].forEach((v) => {
|
|
454
|
+
m.value.addEventListener(v, (x) => {
|
|
455
|
+
x.preventDefault(), x.stopPropagation(), s.value = !1;
|
|
456
|
+
});
|
|
457
|
+
}), m.value.addEventListener("drop", y));
|
|
458
|
+
});
|
|
459
|
+
function h() {
|
|
460
|
+
const v = document.createElement("div");
|
|
461
|
+
return ("draggable" in v || "ondragstart" in v && "ondrop" in v) && "FormData" in window && "FileReader" in window;
|
|
462
|
+
}
|
|
463
|
+
function y(v) {
|
|
464
|
+
s.value = !1;
|
|
465
|
+
let x = v.dataTransfer.files;
|
|
466
|
+
i(x[0]), l("change", x[0]);
|
|
467
|
+
}
|
|
468
|
+
function S(v) {
|
|
469
|
+
const { value: x, files: p } = v.target;
|
|
470
|
+
i(p[0]), l("change", p[0]);
|
|
471
|
+
}
|
|
472
|
+
function f() {
|
|
473
|
+
r.value = "", l("remove");
|
|
474
|
+
}
|
|
475
|
+
function i(v) {
|
|
476
|
+
v && v.type.startsWith("image/") && a.value.readAsDataURL(v);
|
|
477
|
+
}
|
|
478
|
+
function A() {
|
|
479
|
+
r.value = a.value.result;
|
|
480
|
+
}
|
|
481
|
+
return (v, x) => (d(), u("div", Ne, [
|
|
482
|
+
r.value ? (d(), u("div", Pe, [
|
|
483
|
+
e("img", { src: r.value }, null, 8, De),
|
|
484
|
+
t.showRemove ? (d(), u("a", {
|
|
485
|
+
key: 0,
|
|
486
|
+
class: "color-callout remove",
|
|
487
|
+
title: "Remove image",
|
|
488
|
+
onClick: f
|
|
489
|
+
}, x[0] || (x[0] = [
|
|
490
|
+
e("i", { class: "fa-solid fa-xmark" }, null, -1)
|
|
491
|
+
]))) : C("", !0)
|
|
492
|
+
])) : C("", !0),
|
|
493
|
+
e("div", Le, [
|
|
494
|
+
e("div", {
|
|
495
|
+
class: k(["drop-target", { over: s.value }]),
|
|
496
|
+
ref_key: "droptargetref",
|
|
497
|
+
ref: m
|
|
498
|
+
}, [
|
|
499
|
+
x[2] || (x[2] = e("div", null, [
|
|
500
|
+
e("i", { class: "fa-solid fa-download" })
|
|
501
|
+
], -1)),
|
|
502
|
+
e("input", {
|
|
503
|
+
type: "file",
|
|
504
|
+
id: t.id,
|
|
505
|
+
class: "show-for-sr",
|
|
506
|
+
disabled: t.disabled || t.updating,
|
|
507
|
+
onChange: S,
|
|
508
|
+
accept: "image/*",
|
|
509
|
+
ref_key: "fileuploadref",
|
|
510
|
+
ref: g
|
|
511
|
+
}, null, 40, Re),
|
|
512
|
+
e("label", {
|
|
513
|
+
for: t.id,
|
|
514
|
+
class: "main-label"
|
|
515
|
+
}, x[1] || (x[1] = [
|
|
516
|
+
e("strong", null, "Choose a banner image", -1),
|
|
517
|
+
P(" or drag it here")
|
|
518
|
+
]), 8, Te)
|
|
519
|
+
], 2)
|
|
520
|
+
])
|
|
521
|
+
]));
|
|
522
|
+
}
|
|
523
|
+
}, Ve = { class: "file-upload-wrapper" }, Fe = {
|
|
524
|
+
key: 0,
|
|
525
|
+
class: "file-upload-path"
|
|
526
|
+
}, Oe = { class: "file-upload" }, Qe = ["for"], He = ["id", "disabled", "accept"], La = {
|
|
527
|
+
__name: "FileUpload",
|
|
528
|
+
props: {
|
|
529
|
+
assetBasePath: {
|
|
530
|
+
type: String,
|
|
531
|
+
default: ""
|
|
532
|
+
//MERCH_ASSET_BASE_PATH
|
|
533
|
+
},
|
|
534
|
+
file: [Object, File],
|
|
535
|
+
id: String,
|
|
536
|
+
updating: {
|
|
537
|
+
type: Boolean,
|
|
538
|
+
default: !1
|
|
539
|
+
},
|
|
540
|
+
disabled: {
|
|
541
|
+
type: Boolean,
|
|
542
|
+
default: !1
|
|
543
|
+
},
|
|
544
|
+
text: {
|
|
545
|
+
type: String,
|
|
546
|
+
default: "Choose a File"
|
|
547
|
+
},
|
|
548
|
+
showFilePath: {
|
|
549
|
+
type: Boolean,
|
|
550
|
+
default: !1
|
|
551
|
+
},
|
|
552
|
+
accept: {
|
|
553
|
+
type: String,
|
|
554
|
+
default: "image/*"
|
|
555
|
+
},
|
|
556
|
+
cssClass: String
|
|
557
|
+
},
|
|
558
|
+
emits: ["change"],
|
|
559
|
+
setup(t, { emit: c }) {
|
|
560
|
+
const n = t, l = c, o = b(null), a = b(null);
|
|
561
|
+
U(() => {
|
|
562
|
+
n.file && (internalFile.value = n.assetBasePath + n.file), o.value = new FileReader(), o.value.addEventListener("load", m);
|
|
563
|
+
});
|
|
564
|
+
function r(h) {
|
|
565
|
+
const { value: y, files: S } = h.target;
|
|
566
|
+
S[0] && (s(S[0]), l("change", S[0]));
|
|
567
|
+
}
|
|
568
|
+
function s(h) {
|
|
569
|
+
o.value.readAsDataURL(h);
|
|
570
|
+
}
|
|
571
|
+
function m() {
|
|
572
|
+
internalFile.value = o.value.result;
|
|
573
|
+
}
|
|
574
|
+
const g = M(() => (n.disabled || n.updating ? "disabled" : "") + " " + (n.cssClass || ""));
|
|
575
|
+
return (h, y) => (d(), u("span", Ve, [
|
|
576
|
+
t.showFilePath && t.file ? (d(), u("span", Fe, [
|
|
577
|
+
y[0] || (y[0] = e("i", { class: "fa-regular fa-circle-check" }, null, -1)),
|
|
578
|
+
P(" " + B(t.file.name), 1)
|
|
579
|
+
])) : C("", !0),
|
|
580
|
+
e("span", Oe, [
|
|
581
|
+
e("label", {
|
|
582
|
+
for: t.id,
|
|
583
|
+
class: k(["button", g.value])
|
|
584
|
+
}, B(t.text), 11, Qe),
|
|
585
|
+
e("input", {
|
|
586
|
+
type: "file",
|
|
587
|
+
id: t.id,
|
|
588
|
+
class: "show-for-sr",
|
|
589
|
+
disabled: t.disabled || t.updating,
|
|
590
|
+
onChange: r,
|
|
591
|
+
accept: t.accept,
|
|
592
|
+
ref_key: "fileupload",
|
|
593
|
+
ref: a
|
|
594
|
+
}, null, 40, He)
|
|
595
|
+
])
|
|
596
|
+
]));
|
|
597
|
+
}
|
|
598
|
+
}, Ye = "data:image/gif;base64,R0lGODlhZABkAPf8AP7+/sO+0Il/oVFCdXtwlsnE1H1xl1pMfHxxl8jD04qAovTz9qegudPP3GVYhZGIqHBkjlJDduHe59LO2/X091tNffn4+qmiu83J197b5ff3+aujvNLP3MXA0aaeuPX19/z8/dvY4tnW4amhuravxd/d5qqju7WvxPLx9ezr8Pb1+NTQ3biyxsS/0LCpwL23y/j4+lRFd1NFd62mvtnV4OHf6FxOfebj6+nn7qylvbGrwaigutfU3/Hw9LOswpKJqMfC0tXS3vz7/MvG1od9oPDv8390mePg6YZ8n7SuxIuBo1NEduLg6J6WsqukvPr6+3Jmj2dahllLe7Stw+Dd5lpLfKafud3a5K+ov/39/ZeOrLq0yNrX4p6VstbS3tvY4/r5++3s8cC6zWhbh1VGeJeOrWdah5OJqefl7MzI18nF1NTR3ZiPrYJ3nMK9zvHv9LKswpCGp9DM2e/t8pGHp+7s8c7J2MzH1ujm7PPy9ZuSr2BTgb+6zHFljvv7/G1gi+bk6+vp7+Xj6nBjjcG8zmNWg46Epa+pwOTh6ZOKqVhKe25ijIF3m5aNrJyUsXhslMfD031ymF5Rf765zJWMq8/L2WBSgbmzx2ZZhdzZ46GZtFVHeM7K2LGqwZ+Xs4h9oGldiNjV4NHN2p2UsfPy9ru1yerp7+Ti6mteiWpdiaSct19RgFZIeezq8MbB0tDM2m5hi29jjero7tfT35mQru/u8rOtw/f2+LKqwZKIqJCHpt7c5eLf6JKJqXRokaKatejm7biyx2JUgldIeYyCo764y6ihud/c5XhtlGFUgndrk7y3yl5Qf4+GpoyDpKCXs2xgiq6nv7awxZqRr8rG1Yh+oYB1mqObtry2yntvln90mrexxqmiuo6FpnlulZSLqoN5nWRXhJmRrnNnkFhJeoF2m2VXhHpuldrX4dbT3ravxH5zmcvG1d/c5rSuw93b5FxOfpuTsMS/z4Z7n+nn7XRokOHf58zI1o2DpWtfioR6nVBBdP///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc2QTlDQTA3RjRFRjExRTg4RTEyQTRCQzA2RTA1MUIyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc2QTlDQTA4RjRFRjExRTg4RTEyQTRCQzA2RTA1MUIyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzZBOUNBMDVGNEVGMTFFODhFMTJBNEJDMDZFMDUxQjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzZBOUNBMDZGNEVGMTFFODhFMTJBNEJDMDZFMDUxQjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0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", Ge = { class: "loader" }, Ke = ["src"], Ue = {
|
|
599
|
+
__name: "Loader",
|
|
600
|
+
setup(t) {
|
|
601
|
+
return (c, n) => (d(), u("div", Ge, [
|
|
602
|
+
e("img", {
|
|
603
|
+
src: _(Ye),
|
|
604
|
+
alt: "Loading"
|
|
605
|
+
}, null, 8, Ke)
|
|
606
|
+
]));
|
|
607
|
+
}
|
|
608
|
+
}, Je = ["value", "maxlength", "disabled"], je = ["maxlength", "disabled"], qe = {
|
|
609
|
+
key: 2,
|
|
610
|
+
class: "mini-loader"
|
|
611
|
+
}, We = {
|
|
612
|
+
key: 0,
|
|
613
|
+
class: "lookup-suggestions"
|
|
614
|
+
}, ze = {
|
|
615
|
+
key: 0,
|
|
616
|
+
class: "empty"
|
|
617
|
+
}, Ze = ["onClick"], Ra = {
|
|
618
|
+
__name: "LookupTextBox",
|
|
619
|
+
props: {
|
|
620
|
+
loading: {
|
|
621
|
+
type: Boolean,
|
|
622
|
+
default: !1
|
|
623
|
+
},
|
|
624
|
+
suggestions: {
|
|
625
|
+
type: Array,
|
|
626
|
+
default: () => []
|
|
627
|
+
},
|
|
628
|
+
invalid: {
|
|
629
|
+
type: Boolean,
|
|
630
|
+
default: !1
|
|
631
|
+
},
|
|
632
|
+
minimumLength: {
|
|
633
|
+
type: Number,
|
|
634
|
+
default: 3
|
|
635
|
+
},
|
|
636
|
+
maxLength: {
|
|
637
|
+
type: Number,
|
|
638
|
+
default: 200
|
|
639
|
+
},
|
|
640
|
+
small: {
|
|
641
|
+
type: Boolean,
|
|
642
|
+
default: !1
|
|
643
|
+
},
|
|
644
|
+
disabled: {
|
|
645
|
+
type: Boolean,
|
|
646
|
+
default: !1
|
|
647
|
+
},
|
|
648
|
+
useExternalValue: {
|
|
649
|
+
type: Boolean,
|
|
650
|
+
default: !1
|
|
651
|
+
},
|
|
652
|
+
externalValue: String,
|
|
653
|
+
nameOnly: {
|
|
654
|
+
type: Boolean,
|
|
655
|
+
default: !1
|
|
656
|
+
},
|
|
657
|
+
searchType: {
|
|
658
|
+
type: String,
|
|
659
|
+
default: "products"
|
|
660
|
+
}
|
|
661
|
+
},
|
|
662
|
+
emits: ["search", "select", "enter"],
|
|
663
|
+
setup(t, { expose: c, emit: n }) {
|
|
664
|
+
const l = t, o = n, a = b(""), r = b(""), s = b(!1), m = b(null), g = b(null), h = M(() => r.value && r.value.length >= l.minimumLength && s.value && (!l.loading || l.suggestions.length > 0)), y = z.debounce((w) => {
|
|
665
|
+
r.value = w, S();
|
|
666
|
+
});
|
|
667
|
+
function S() {
|
|
668
|
+
const w = l.useExternalValue ? l.externalValue : a.value;
|
|
669
|
+
(w.length === 0 || w.length >= l.minimumLength) && o("search", w);
|
|
670
|
+
}
|
|
671
|
+
function f(w) {
|
|
672
|
+
let I = w;
|
|
673
|
+
l.nameOnly && (I = w.Name), o("select", I);
|
|
674
|
+
}
|
|
675
|
+
function i(w) {
|
|
676
|
+
o("select", w.target.value);
|
|
677
|
+
}
|
|
678
|
+
function A() {
|
|
679
|
+
l.useExternalValue && g.value ? g.value.focus() : m.value && m.value.focus();
|
|
680
|
+
}
|
|
681
|
+
function v() {
|
|
682
|
+
s.value = !0;
|
|
683
|
+
}
|
|
684
|
+
function x() {
|
|
685
|
+
setTimeout(() => {
|
|
686
|
+
s.value = !1, a.value = "";
|
|
687
|
+
}, 200);
|
|
688
|
+
}
|
|
689
|
+
function p() {
|
|
690
|
+
o("enter");
|
|
691
|
+
}
|
|
692
|
+
return Y(() => l.externalValue, (w) => {
|
|
693
|
+
l.useExternalValue && y(w);
|
|
694
|
+
}, { immediate: !0 }), Y(a, (w) => {
|
|
695
|
+
l.useExternalValue || y(w);
|
|
696
|
+
}, { immediate: !0 }), c({
|
|
697
|
+
focusInput: A
|
|
698
|
+
}), (w, I) => (d(), u("div", {
|
|
699
|
+
class: k(["lookup-container", { small: t.small }])
|
|
700
|
+
}, [
|
|
701
|
+
e("div", {
|
|
702
|
+
class: k(["input-container", { loading: t.loading, suggestions: h.value, small: t.small, error: t.invalid }])
|
|
703
|
+
}, [
|
|
704
|
+
t.useExternalValue ? (d(), u("input", {
|
|
705
|
+
key: 0,
|
|
706
|
+
ref_key: "inputforexternal",
|
|
707
|
+
ref: g,
|
|
708
|
+
type: "text",
|
|
709
|
+
autocomplete: "off",
|
|
710
|
+
value: t.externalValue,
|
|
711
|
+
maxlength: t.maxLength,
|
|
712
|
+
onInput: i,
|
|
713
|
+
onFocus: v,
|
|
714
|
+
onBlur: x,
|
|
715
|
+
onKeyup: H(p, ["enter"]),
|
|
716
|
+
disabled: t.disabled
|
|
717
|
+
}, null, 40, Je)) : Z((d(), u("input", {
|
|
718
|
+
key: 1,
|
|
719
|
+
ref_key: "inputref",
|
|
720
|
+
ref: m,
|
|
721
|
+
type: "text",
|
|
722
|
+
autocomplete: "off",
|
|
723
|
+
"onUpdate:modelValue": I[0] || (I[0] = (E) => a.value = E),
|
|
724
|
+
maxlength: t.maxLength,
|
|
725
|
+
onFocus: v,
|
|
726
|
+
onBlur: x,
|
|
727
|
+
onKeyup: H(p, ["enter"]),
|
|
728
|
+
disabled: t.disabled
|
|
729
|
+
}, null, 40, je)), [
|
|
730
|
+
[le, a.value]
|
|
731
|
+
]),
|
|
732
|
+
t.loading ? (d(), u("span", qe)) : C("", !0)
|
|
733
|
+
], 2),
|
|
734
|
+
h.value ? (d(), u("div", We, [
|
|
735
|
+
e("ul", null, [
|
|
736
|
+
t.suggestions.length === 0 ? (d(), u("li", ze, "No " + B(t.searchType) + " found", 1)) : C("", !0),
|
|
737
|
+
(d(!0), u(N, null, R(t.suggestions, (E) => (d(), u("li", {
|
|
738
|
+
key: E.Id
|
|
739
|
+
}, [
|
|
740
|
+
e("a", {
|
|
741
|
+
onClick: (G) => f(E)
|
|
742
|
+
}, B(E.Name), 9, Ze)
|
|
743
|
+
]))), 128))
|
|
744
|
+
])
|
|
745
|
+
])) : C("", !0)
|
|
746
|
+
], 2));
|
|
747
|
+
}
|
|
748
|
+
}, $e = {
|
|
749
|
+
__name: "GenericLoader",
|
|
750
|
+
props: {
|
|
751
|
+
cssClass: String
|
|
752
|
+
},
|
|
753
|
+
setup(t) {
|
|
754
|
+
return (c, n) => (d(), u("div", {
|
|
755
|
+
class: k(["generic-loader", t.cssClass])
|
|
756
|
+
}, n[0] || (n[0] = [
|
|
757
|
+
e("span", null, null, -1)
|
|
758
|
+
]), 2));
|
|
759
|
+
}
|
|
760
|
+
}, Xe = ["width", "height", "viewBox", "aria-labelledby"], _e = ["id"], ae = {
|
|
761
|
+
__name: "IconBase",
|
|
762
|
+
props: {
|
|
763
|
+
title: {
|
|
764
|
+
type: String,
|
|
765
|
+
default: "Icon"
|
|
766
|
+
},
|
|
767
|
+
iconName: {
|
|
768
|
+
type: String,
|
|
769
|
+
default: "box"
|
|
770
|
+
},
|
|
771
|
+
width: {
|
|
772
|
+
type: [Number, String],
|
|
773
|
+
default: 64
|
|
774
|
+
},
|
|
775
|
+
height: {
|
|
776
|
+
type: [Number, String],
|
|
777
|
+
default: 64
|
|
778
|
+
},
|
|
779
|
+
viewbox: {
|
|
780
|
+
type: String,
|
|
781
|
+
default: "0 0 72 72"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
setup(t) {
|
|
785
|
+
return (c, n) => (d(), u("svg", {
|
|
786
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
787
|
+
width: t.width,
|
|
788
|
+
height: t.height,
|
|
789
|
+
viewBox: t.viewbox,
|
|
790
|
+
"aria-labelledby": t.iconName,
|
|
791
|
+
role: "presentation",
|
|
792
|
+
class: "icon"
|
|
793
|
+
}, [
|
|
794
|
+
e("title", {
|
|
795
|
+
id: t.iconName,
|
|
796
|
+
lang: "en"
|
|
797
|
+
}, B(t.title), 9, _e),
|
|
798
|
+
e("g", null, [
|
|
799
|
+
q(c.$slots, "default")
|
|
800
|
+
])
|
|
801
|
+
], 8, Xe));
|
|
802
|
+
}
|
|
803
|
+
}, F = (t, c) => {
|
|
804
|
+
const n = t.__vccOpts || t;
|
|
805
|
+
for (const [l, o] of c)
|
|
806
|
+
n[l] = o;
|
|
807
|
+
return n;
|
|
808
|
+
}, et = {
|
|
809
|
+
name: "IconClose"
|
|
810
|
+
}, tt = {
|
|
811
|
+
class: "color-target",
|
|
812
|
+
transform: "translate(3 3.5)"
|
|
813
|
+
};
|
|
814
|
+
function at(t, c, n, l, o, a) {
|
|
815
|
+
return d(), u("g", tt, c[0] || (c[0] = [
|
|
816
|
+
e("rect", {
|
|
817
|
+
width: "20",
|
|
818
|
+
height: "3",
|
|
819
|
+
x: "-1",
|
|
820
|
+
y: "7",
|
|
821
|
+
rx: "1",
|
|
822
|
+
transform: "rotate(45 9 8.5)"
|
|
823
|
+
}, null, -1),
|
|
824
|
+
e("rect", {
|
|
825
|
+
width: "20",
|
|
826
|
+
height: "3",
|
|
827
|
+
x: "-1",
|
|
828
|
+
y: "7",
|
|
829
|
+
rx: "1",
|
|
830
|
+
transform: "scale(-1 1) rotate(45 0 -13.228)"
|
|
831
|
+
}, null, -1)
|
|
832
|
+
]));
|
|
833
|
+
}
|
|
834
|
+
const nt = /* @__PURE__ */ F(et, [["render", at]]), rt = { class: "modal-wrapper" }, st = { class: "scrollable-content" }, ot = { class: "modal-header" }, lt = { key: 0 }, ct = { key: 0 }, it = { class: "modal-body" }, dt = {
|
|
835
|
+
key: 0,
|
|
836
|
+
class: "modal-footer"
|
|
837
|
+
}, Ta = {
|
|
838
|
+
__name: "ModalWrapper",
|
|
839
|
+
props: {
|
|
840
|
+
header: {
|
|
841
|
+
type: String,
|
|
842
|
+
default: " "
|
|
843
|
+
},
|
|
844
|
+
subheader: {
|
|
845
|
+
type: String,
|
|
846
|
+
default: ""
|
|
847
|
+
},
|
|
848
|
+
closeable: {
|
|
849
|
+
type: Boolean,
|
|
850
|
+
default: !0
|
|
851
|
+
},
|
|
852
|
+
cssClass: String,
|
|
853
|
+
maskCssClass: String
|
|
854
|
+
},
|
|
855
|
+
emits: ["close"],
|
|
856
|
+
setup(t, { emit: c }) {
|
|
857
|
+
const n = Ae(), l = c, o = t, a = M(() => !!n.footer);
|
|
858
|
+
function r(s) {
|
|
859
|
+
o.closeable && s.target === s.currentTarget && l("close");
|
|
860
|
+
}
|
|
861
|
+
return (s, m) => (d(), ee(pe, { name: "modal" }, {
|
|
862
|
+
default: W(() => [
|
|
863
|
+
e("div", {
|
|
864
|
+
class: k(["modal-mask hide-for-print", t.maskCssClass]),
|
|
865
|
+
onClick: r
|
|
866
|
+
}, [
|
|
867
|
+
e("div", {
|
|
868
|
+
class: k(["modal-container", t.cssClass])
|
|
869
|
+
}, [
|
|
870
|
+
t.closeable ? (d(), u("a", {
|
|
871
|
+
key: 0,
|
|
872
|
+
class: "close",
|
|
873
|
+
onClick: m[0] || (m[0] = (g) => s.$emit("close"))
|
|
874
|
+
}, [
|
|
875
|
+
Q(ae, {
|
|
876
|
+
"icon-name": "close",
|
|
877
|
+
width: "24",
|
|
878
|
+
height: "24",
|
|
879
|
+
viewBox: "0 0 24 24"
|
|
880
|
+
}, {
|
|
881
|
+
default: W(() => [
|
|
882
|
+
Q(nt)
|
|
883
|
+
]),
|
|
884
|
+
_: 1
|
|
885
|
+
})
|
|
886
|
+
])) : C("", !0),
|
|
887
|
+
e("div", rt, [
|
|
888
|
+
e("div", {
|
|
889
|
+
class: k(["modal-grid", { "with-footer": a.value }])
|
|
890
|
+
}, [
|
|
891
|
+
e("div", st, [
|
|
892
|
+
e("div", ot, [
|
|
893
|
+
t.header || t.subheader ? (d(), u("h3", lt, [
|
|
894
|
+
P(B(t.header) + " ", 1),
|
|
895
|
+
t.subheader ? (d(), u("small", ct, B(t.subheader), 1)) : C("", !0)
|
|
896
|
+
])) : C("", !0)
|
|
897
|
+
]),
|
|
898
|
+
e("div", it, [
|
|
899
|
+
q(s.$slots, "body")
|
|
900
|
+
])
|
|
901
|
+
]),
|
|
902
|
+
a.value ? (d(), u("div", dt, [
|
|
903
|
+
q(s.$slots, "footer")
|
|
904
|
+
])) : C("", !0)
|
|
905
|
+
], 2)
|
|
906
|
+
])
|
|
907
|
+
], 2)
|
|
908
|
+
], 2)
|
|
909
|
+
]),
|
|
910
|
+
_: 3
|
|
911
|
+
}));
|
|
912
|
+
}
|
|
913
|
+
}, ut = ["value", "placeholder", "disabled", "pattern", "onKeydown"], Va = {
|
|
914
|
+
__name: "NumberInput",
|
|
915
|
+
props: {
|
|
916
|
+
value: Number,
|
|
917
|
+
min: {
|
|
918
|
+
type: Number,
|
|
919
|
+
default: 0
|
|
920
|
+
},
|
|
921
|
+
max: {
|
|
922
|
+
type: Number,
|
|
923
|
+
default: 1 / 0
|
|
924
|
+
},
|
|
925
|
+
step: {
|
|
926
|
+
type: Number,
|
|
927
|
+
default: 1
|
|
928
|
+
},
|
|
929
|
+
placeholder: String,
|
|
930
|
+
disabled: {
|
|
931
|
+
type: Boolean,
|
|
932
|
+
default: !1
|
|
933
|
+
},
|
|
934
|
+
pattern: {
|
|
935
|
+
type: String,
|
|
936
|
+
default: "[0-9]*"
|
|
937
|
+
// this allows ONLY NUMBERS
|
|
938
|
+
},
|
|
939
|
+
selectOnFocus: {
|
|
940
|
+
type: Boolean,
|
|
941
|
+
default: !1
|
|
942
|
+
},
|
|
943
|
+
emitOnInput: {
|
|
944
|
+
type: Boolean,
|
|
945
|
+
default: !1
|
|
946
|
+
}
|
|
947
|
+
},
|
|
948
|
+
emits: ["change"],
|
|
949
|
+
setup(t, { emit: c }) {
|
|
950
|
+
const n = /^-?(?:\d+|\d+\.\d+|\.\d+)(?:[eE][-+]?\d+)?$/, l = t, o = c, a = b(null), r = b(l.value), s = b(l.value);
|
|
951
|
+
function m(p) {
|
|
952
|
+
l.emitOnInput && f(p.target.value, !0);
|
|
953
|
+
}
|
|
954
|
+
function g(p) {
|
|
955
|
+
l.emitOnInput || f(p.target.value);
|
|
956
|
+
}
|
|
957
|
+
function h(p) {
|
|
958
|
+
l.selectOnFocus && p.target.select();
|
|
959
|
+
}
|
|
960
|
+
function y(p) {
|
|
961
|
+
const w = p.clipboardData || window.clipboardData;
|
|
962
|
+
w && !n.test(w.getData("text")) && p.preventDefault();
|
|
963
|
+
}
|
|
964
|
+
function S(p, w, I) {
|
|
965
|
+
return p <= I ? Math.min(I, Math.max(p, w)) : w;
|
|
966
|
+
}
|
|
967
|
+
function f(p, w = !1) {
|
|
968
|
+
let I = Math.round(p);
|
|
969
|
+
l.min <= l.max && (I = S(l.min, I, l.max)), r.value = I, a.value.value != I && (a.value.value = I), (!w || l.emitOnInput) && x();
|
|
970
|
+
}
|
|
971
|
+
function i(p = !0) {
|
|
972
|
+
let w = l.step;
|
|
973
|
+
p || (w = -w), r.value += w, l.emitOnInput && x();
|
|
974
|
+
}
|
|
975
|
+
function A(p) {
|
|
976
|
+
r.value < l.max && i();
|
|
977
|
+
}
|
|
978
|
+
function v(p) {
|
|
979
|
+
r.value > l.min && i(!1);
|
|
980
|
+
}
|
|
981
|
+
function x() {
|
|
982
|
+
r.value != s.value && (s.value = r.value, o("change", r.value));
|
|
983
|
+
}
|
|
984
|
+
return Y(() => l.value, (p) => {
|
|
985
|
+
const w = parseInt(p);
|
|
986
|
+
!isNaN(w) && w !== r.value && f(w);
|
|
987
|
+
}, { immediate: !0 }), (p, w) => (d(), u("input", {
|
|
988
|
+
type: "number",
|
|
989
|
+
value: r.value,
|
|
990
|
+
placeholder: t.placeholder,
|
|
991
|
+
disabled: t.disabled,
|
|
992
|
+
pattern: t.pattern,
|
|
993
|
+
inputmode: "numeric",
|
|
994
|
+
ref_key: "inputref",
|
|
995
|
+
ref: a,
|
|
996
|
+
onKeydown: [
|
|
997
|
+
H(ne(A, ["prevent"]), ["up"]),
|
|
998
|
+
H(ne(v, ["prevent"]), ["down"]),
|
|
999
|
+
H(g, ["enter"])
|
|
1000
|
+
],
|
|
1001
|
+
onInput: m,
|
|
1002
|
+
onBlur: g,
|
|
1003
|
+
onFocus: h,
|
|
1004
|
+
onPaste: y
|
|
1005
|
+
}, null, 40, ut));
|
|
1006
|
+
}
|
|
1007
|
+
}, gt = { class: "pagination" }, mt = { key: 1 }, ft = { key: 0 }, ht = ["onClick"], vt = {
|
|
1008
|
+
key: 0,
|
|
1009
|
+
class: "ellipsis"
|
|
1010
|
+
}, At = { key: 0 }, pt = ["onClick"], yt = {
|
|
1011
|
+
key: 1,
|
|
1012
|
+
class: "ellipsis"
|
|
1013
|
+
}, xt = { key: 0 }, wt = ["onClick"], It = { key: 1 }, Ct = { key: 1 }, Fa = {
|
|
1014
|
+
__name: "Pagination",
|
|
1015
|
+
props: {
|
|
1016
|
+
pageIndex: {
|
|
1017
|
+
type: Number,
|
|
1018
|
+
default: 0
|
|
1019
|
+
},
|
|
1020
|
+
totalPages: {
|
|
1021
|
+
type: Number,
|
|
1022
|
+
default: 0
|
|
1023
|
+
},
|
|
1024
|
+
maxVisiblePages: {
|
|
1025
|
+
type: Number,
|
|
1026
|
+
default: 7
|
|
1027
|
+
},
|
|
1028
|
+
hasPreviousPage: {
|
|
1029
|
+
type: Boolean,
|
|
1030
|
+
default: !1
|
|
1031
|
+
},
|
|
1032
|
+
hasNextPage: {
|
|
1033
|
+
type: Boolean,
|
|
1034
|
+
default: !1
|
|
1035
|
+
},
|
|
1036
|
+
loading: {
|
|
1037
|
+
type: Boolean,
|
|
1038
|
+
default: !1
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
emits: ["navigate", "top"],
|
|
1042
|
+
setup(t, { emit: c }) {
|
|
1043
|
+
const n = t, l = c, o = J([]), a = b(!1), r = J([]), s = J([]), m = b(!1);
|
|
1044
|
+
function g() {
|
|
1045
|
+
n.hasNextPage && y(n.pageIndex + 1);
|
|
1046
|
+
}
|
|
1047
|
+
function h() {
|
|
1048
|
+
n.hasPreviousPage && y(n.pageIndex - 1);
|
|
1049
|
+
}
|
|
1050
|
+
function y(f) {
|
|
1051
|
+
f !== n.pageIndex && (l("navigate", f), l("top"));
|
|
1052
|
+
}
|
|
1053
|
+
function S() {
|
|
1054
|
+
if (o.splice(0), a.value = !1, r.splice(0), m.value = !1, s.splice(0), n.totalPages > 0)
|
|
1055
|
+
if (n.totalPages > n.maxVisiblePages) {
|
|
1056
|
+
let f = 0;
|
|
1057
|
+
const i = Math.floor(n.maxVisiblePages / 2);
|
|
1058
|
+
n.pageIndex > n.totalPages - i - 1 ? f = n.totalPages - n.maxVisiblePages : n.pageIndex > i && (f = n.pageIndex - i), f > 0 && (o.push(0), a.value = !0);
|
|
1059
|
+
for (let A = f; A < f + n.maxVisiblePages; A++)
|
|
1060
|
+
r.push(A);
|
|
1061
|
+
f < n.totalPages - n.maxVisiblePages && (m.value = !0, s.push(n.totalPages - 1));
|
|
1062
|
+
} else
|
|
1063
|
+
for (let f = 0; f < n.totalPages; f++)
|
|
1064
|
+
r.push(f);
|
|
1065
|
+
}
|
|
1066
|
+
return Y(() => n.loading, (f, i) => {
|
|
1067
|
+
!f && i && S();
|
|
1068
|
+
}), (f, i) => (d(), u("nav", null, [
|
|
1069
|
+
e("ul", gt, [
|
|
1070
|
+
e("li", {
|
|
1071
|
+
class: k(["pagination-previous", { disabled: !t.hasPreviousPage }])
|
|
1072
|
+
}, [
|
|
1073
|
+
t.hasPreviousPage ? (d(), u("a", {
|
|
1074
|
+
key: 0,
|
|
1075
|
+
onClick: h
|
|
1076
|
+
}, i[0] || (i[0] = [
|
|
1077
|
+
e("span", null, "Previous", -1)
|
|
1078
|
+
]))) : (d(), u("span", mt, i[1] || (i[1] = [
|
|
1079
|
+
e("span", null, "Previous", -1)
|
|
1080
|
+
])))
|
|
1081
|
+
], 2),
|
|
1082
|
+
t.totalPages > 0 ? (d(), u(N, { key: 0 }, [
|
|
1083
|
+
(d(!0), u(N, null, R(o, (A) => (d(), u("li", {
|
|
1084
|
+
class: k({ current: A === t.pageIndex })
|
|
1085
|
+
}, [
|
|
1086
|
+
A === t.pageIndex ? (d(), u("span", ft, B(A + 1), 1)) : (d(), u("a", {
|
|
1087
|
+
key: 1,
|
|
1088
|
+
onClick: (v) => y(A)
|
|
1089
|
+
}, B(A + 1), 9, ht))
|
|
1090
|
+
], 2))), 256)),
|
|
1091
|
+
a.value ? (d(), u("li", vt)) : C("", !0),
|
|
1092
|
+
(d(!0), u(N, null, R(r, (A) => (d(), u("li", {
|
|
1093
|
+
class: k({ current: A === t.pageIndex })
|
|
1094
|
+
}, [
|
|
1095
|
+
A === t.pageIndex ? (d(), u("span", At, B(A + 1), 1)) : (d(), u("a", {
|
|
1096
|
+
key: 1,
|
|
1097
|
+
onClick: (v) => y(A)
|
|
1098
|
+
}, B(A + 1), 9, pt))
|
|
1099
|
+
], 2))), 256)),
|
|
1100
|
+
m.value ? (d(), u("li", yt)) : C("", !0),
|
|
1101
|
+
(d(!0), u(N, null, R(s, (A) => (d(), u("li", {
|
|
1102
|
+
class: k({ current: A === t.pageIndex })
|
|
1103
|
+
}, [
|
|
1104
|
+
A === t.pageIndex ? (d(), u("span", xt, B(A + 1), 1)) : (d(), u("a", {
|
|
1105
|
+
key: 1,
|
|
1106
|
+
onClick: (v) => y(A)
|
|
1107
|
+
}, B(A + 1), 9, wt))
|
|
1108
|
+
], 2))), 256))
|
|
1109
|
+
], 64)) : (d(), u("li", It, i[2] || (i[2] = [
|
|
1110
|
+
e("span", { class: "disabled" }, "1", -1)
|
|
1111
|
+
]))),
|
|
1112
|
+
e("li", {
|
|
1113
|
+
class: k(["pagination-next", { disabled: !t.hasNextPage }])
|
|
1114
|
+
}, [
|
|
1115
|
+
t.hasNextPage ? (d(), u("a", {
|
|
1116
|
+
key: 0,
|
|
1117
|
+
onClick: g
|
|
1118
|
+
}, i[3] || (i[3] = [
|
|
1119
|
+
e("span", null, "Next", -1)
|
|
1120
|
+
]))) : (d(), u("span", Ct, i[4] || (i[4] = [
|
|
1121
|
+
e("span", null, "Next", -1)
|
|
1122
|
+
])))
|
|
1123
|
+
], 2)
|
|
1124
|
+
])
|
|
1125
|
+
]));
|
|
1126
|
+
}
|
|
1127
|
+
}, bt = {
|
|
1128
|
+
name: "IconCaret"
|
|
1129
|
+
}, St = {
|
|
1130
|
+
fill: "none",
|
|
1131
|
+
"fill-rule": "evenodd",
|
|
1132
|
+
class: "stroke-target",
|
|
1133
|
+
"stroke-linecap": "round",
|
|
1134
|
+
"stroke-linejoin": "round",
|
|
1135
|
+
"stroke-width": "2",
|
|
1136
|
+
d: "M6 10l6.119 6L18 10"
|
|
1137
|
+
};
|
|
1138
|
+
function Bt(t, c, n, l, o, a) {
|
|
1139
|
+
return d(), u("path", St);
|
|
1140
|
+
}
|
|
1141
|
+
const se = /* @__PURE__ */ F(bt, [["render", Bt]]), kt = { class: "image-selector" }, Mt = { class: "image-area" }, Et = { class: "images-wrapper" }, Nt = {
|
|
1142
|
+
key: 0,
|
|
1143
|
+
class: "substitute-warning"
|
|
1144
|
+
}, Pt = {
|
|
1145
|
+
key: 0,
|
|
1146
|
+
class: "image-nav"
|
|
1147
|
+
}, Dt = ["disabled"], Lt = ["src"], Rt = ["onClick"], Tt = ["src"], Vt = ["onClick"], Ft = ["src"], Ot = ["disabled"], Oa = {
|
|
1148
|
+
__name: "ProductImageSelector",
|
|
1149
|
+
props: {
|
|
1150
|
+
imageBasePath: {
|
|
1151
|
+
type: String,
|
|
1152
|
+
default: ""
|
|
1153
|
+
//IMAGE_BASE_PATH
|
|
1154
|
+
},
|
|
1155
|
+
product: Object,
|
|
1156
|
+
variant: Object,
|
|
1157
|
+
hasVariants: {
|
|
1158
|
+
type: Boolean,
|
|
1159
|
+
default: !0
|
|
1160
|
+
},
|
|
1161
|
+
selectedImage: String,
|
|
1162
|
+
disabled: {
|
|
1163
|
+
type: Boolean,
|
|
1164
|
+
default: !1
|
|
1165
|
+
},
|
|
1166
|
+
showEmpty: {
|
|
1167
|
+
type: Boolean,
|
|
1168
|
+
default: !1
|
|
1169
|
+
},
|
|
1170
|
+
usePathPrefix: {
|
|
1171
|
+
type: Boolean,
|
|
1172
|
+
default: !0
|
|
1173
|
+
},
|
|
1174
|
+
forceNav: {
|
|
1175
|
+
type: Boolean,
|
|
1176
|
+
default: !1
|
|
1177
|
+
}
|
|
1178
|
+
},
|
|
1179
|
+
emits: ["update"],
|
|
1180
|
+
setup(t, { emit: c }) {
|
|
1181
|
+
const n = t, l = c, o = b(0), a = b(6);
|
|
1182
|
+
function r(D) {
|
|
1183
|
+
return n.selectedImage.replace(n.imageBasePath, "") === D.ImageUrl;
|
|
1184
|
+
}
|
|
1185
|
+
function s(D) {
|
|
1186
|
+
n.disabled || l("update", D);
|
|
1187
|
+
}
|
|
1188
|
+
function m() {
|
|
1189
|
+
n.disabled || (n.variant ? l("update", n.variant) : l("update", n.product.PrimaryImage));
|
|
1190
|
+
}
|
|
1191
|
+
const g = M(() => {
|
|
1192
|
+
const D = n.selectedImage.replace(n.imageBasePath, "");
|
|
1193
|
+
return n.selectedImage && (n.variant && n.variant.ImageUrl === D || n.product && n.product.PrimaryImage && n.product.PrimaryImage.ImageUrl === D);
|
|
1194
|
+
});
|
|
1195
|
+
function h() {
|
|
1196
|
+
S(-1);
|
|
1197
|
+
}
|
|
1198
|
+
function y() {
|
|
1199
|
+
S(1);
|
|
1200
|
+
}
|
|
1201
|
+
function S(D) {
|
|
1202
|
+
let T = o.value + D;
|
|
1203
|
+
T < 0 ? T = 0 : T > v.value && (T = v.value), o.value = T;
|
|
1204
|
+
}
|
|
1205
|
+
const f = M(() => n.product ? n.product.AdditionalImages.length + n.product.LifeStyleImages.length : 0), i = M(() => f.value + (n.hasVariants ? 1 : 0)), A = M(() => i.value > a.value), v = M(() => i.value - a.value);
|
|
1206
|
+
function x(D) {
|
|
1207
|
+
return D && D.ImageUrl ? n.imageBasePath + D.ImageUrl + ";width=100;height=100" : null;
|
|
1208
|
+
}
|
|
1209
|
+
const p = M(() => n.selectedImage ? (n.usePathPrefix ? n.imageBasePath : "") + n.selectedImage : null), w = M(() => p.value ? { "background-image": 'url("' + p.value + (n.usePathPrefix ? ";width=1200;height=1200" : "") + '")' } : null), I = M(() => n.variant && n.variant.ImageUrl ? n.imageBasePath + n.variant.ImageUrl + ";width=100;height=100" : n.product ? n.imageBasePath + n.product.PrimaryImage.ImageUrl + ";width=100;height=100" : null), E = M(() => "up-" + Math.min(i.value, a.value)), G = M(() => ({ left: "-" + o.value * (100 / a.value) + "%" })), me = M(() => g.value && n.variant && n.variant.SubstitutedImage);
|
|
1210
|
+
return (D, T) => (d(), u("div", kt, [
|
|
1211
|
+
e("div", Mt, [
|
|
1212
|
+
e("div", Et, [
|
|
1213
|
+
e("div", {
|
|
1214
|
+
class: k(["image-container", { empty: t.showEmpty && t.selectedImage === "" }]),
|
|
1215
|
+
style: K(w.value)
|
|
1216
|
+
}, [
|
|
1217
|
+
me.value ? (d(), u("small", Nt, "*Image may not be representative of actual product with options currently selected")) : C("", !0)
|
|
1218
|
+
], 6)
|
|
1219
|
+
])
|
|
1220
|
+
]),
|
|
1221
|
+
t.product || t.forceNav ? (d(), u("nav", Pt, [
|
|
1222
|
+
A.value ? (d(), u("a", {
|
|
1223
|
+
key: 0,
|
|
1224
|
+
class: "arrow rotate-90 show-for-medium",
|
|
1225
|
+
onClick: h,
|
|
1226
|
+
disabled: o.value === 0
|
|
1227
|
+
}, [
|
|
1228
|
+
Q(ae, {
|
|
1229
|
+
width: "32",
|
|
1230
|
+
height: "32",
|
|
1231
|
+
viewbox: "0 0 24 24",
|
|
1232
|
+
"icon-name": "caret"
|
|
1233
|
+
}, {
|
|
1234
|
+
default: W(() => [
|
|
1235
|
+
Q(se)
|
|
1236
|
+
]),
|
|
1237
|
+
_: 1
|
|
1238
|
+
})
|
|
1239
|
+
], 8, Dt)) : C("", !0),
|
|
1240
|
+
e("div", {
|
|
1241
|
+
class: k(["image-nav-list", E.value])
|
|
1242
|
+
}, [
|
|
1243
|
+
e("a", {
|
|
1244
|
+
class: k(["variant-image", { current: g.value }]),
|
|
1245
|
+
onClick: m,
|
|
1246
|
+
style: K(G.value)
|
|
1247
|
+
}, [
|
|
1248
|
+
e("img", {
|
|
1249
|
+
src: I.value,
|
|
1250
|
+
alt: ""
|
|
1251
|
+
}, null, 8, Lt)
|
|
1252
|
+
], 6),
|
|
1253
|
+
t.product ? (d(), u(N, { key: 0 }, [
|
|
1254
|
+
(d(!0), u(N, null, R(t.product.AdditionalImages, (V, fe) => (d(), u("a", {
|
|
1255
|
+
class: k({ current: r(V) }),
|
|
1256
|
+
onClick: (he) => s(V),
|
|
1257
|
+
style: K(G.value)
|
|
1258
|
+
}, [
|
|
1259
|
+
e("img", {
|
|
1260
|
+
src: x(V),
|
|
1261
|
+
alt: ""
|
|
1262
|
+
}, null, 8, Tt)
|
|
1263
|
+
], 14, Rt))), 256)),
|
|
1264
|
+
(d(!0), u(N, null, R(t.product.LifeStyleImages, (V, fe) => (d(), u("a", {
|
|
1265
|
+
class: k({ current: r(V) }),
|
|
1266
|
+
onClick: (he) => s(V),
|
|
1267
|
+
style: K(G.value)
|
|
1268
|
+
}, [
|
|
1269
|
+
e("img", {
|
|
1270
|
+
src: x(V),
|
|
1271
|
+
alt: ""
|
|
1272
|
+
}, null, 8, Ft)
|
|
1273
|
+
], 14, Vt))), 256))
|
|
1274
|
+
], 64)) : C("", !0)
|
|
1275
|
+
], 2),
|
|
1276
|
+
A.value ? (d(), u("a", {
|
|
1277
|
+
key: 1,
|
|
1278
|
+
class: "arrow rotate-270 show-for-medium",
|
|
1279
|
+
onClick: y,
|
|
1280
|
+
disabled: o.value === v.value
|
|
1281
|
+
}, [
|
|
1282
|
+
Q(ae, {
|
|
1283
|
+
width: "32",
|
|
1284
|
+
height: "32",
|
|
1285
|
+
viewbox: "0 0 24 24",
|
|
1286
|
+
"icon-name": "caret"
|
|
1287
|
+
}, {
|
|
1288
|
+
default: W(() => [
|
|
1289
|
+
Q(se)
|
|
1290
|
+
]),
|
|
1291
|
+
_: 1
|
|
1292
|
+
})
|
|
1293
|
+
], 8, Ot)) : C("", !0)
|
|
1294
|
+
])) : C("", !0)
|
|
1295
|
+
]));
|
|
1296
|
+
}
|
|
1297
|
+
}, Qt = ["id"], Ht = { class: "value" }, Yt = { class: "options-list-container" }, Gt = { class: "input-container search small" }, Kt = ["aria-controls", "aria-expanded", "maxlength", "disabled"], Ut = ["aria-label", "id"], Jt = {
|
|
1298
|
+
key: 0,
|
|
1299
|
+
class: "option empty"
|
|
1300
|
+
}, jt = ["onClick"], Qa = {
|
|
1301
|
+
__name: "SearchableDropdownInput",
|
|
1302
|
+
props: {
|
|
1303
|
+
id: String,
|
|
1304
|
+
label: String,
|
|
1305
|
+
externalValueId: String,
|
|
1306
|
+
externalValueName: String,
|
|
1307
|
+
loading: {
|
|
1308
|
+
type: Boolean,
|
|
1309
|
+
default: !1
|
|
1310
|
+
},
|
|
1311
|
+
options: {
|
|
1312
|
+
type: Array,
|
|
1313
|
+
default: () => []
|
|
1314
|
+
},
|
|
1315
|
+
invalid: {
|
|
1316
|
+
type: Boolean,
|
|
1317
|
+
default: !1
|
|
1318
|
+
},
|
|
1319
|
+
maxLength: {
|
|
1320
|
+
type: Number,
|
|
1321
|
+
default: 200
|
|
1322
|
+
},
|
|
1323
|
+
disabled: {
|
|
1324
|
+
type: Boolean,
|
|
1325
|
+
default: !1
|
|
1326
|
+
},
|
|
1327
|
+
searchType: {
|
|
1328
|
+
type: String,
|
|
1329
|
+
default: "products"
|
|
1330
|
+
},
|
|
1331
|
+
cssClass: String
|
|
1332
|
+
},
|
|
1333
|
+
emits: ["update"],
|
|
1334
|
+
setup(t, { expose: c, emit: n }) {
|
|
1335
|
+
const l = t, o = n, a = b(null), r = b(""), s = b(!1), m = J([]), g = b(null), h = b(null);
|
|
1336
|
+
U(() => {
|
|
1337
|
+
l.externalValueId && l.externalValueName && (a.value = { Id: l.externalValueId, Name: l.externalValueName }), l.options.length && (m.splice(0), m.push(...l.options));
|
|
1338
|
+
});
|
|
1339
|
+
function y() {
|
|
1340
|
+
let p = [];
|
|
1341
|
+
if (r.value) {
|
|
1342
|
+
const w = r.value.toLowerCase();
|
|
1343
|
+
l.options.forEach((I) => {
|
|
1344
|
+
I.Name && I.Name.toLowerCase().indexOf(w) > -1 && p.push(I);
|
|
1345
|
+
});
|
|
1346
|
+
} else
|
|
1347
|
+
p = l.options.slice();
|
|
1348
|
+
m.splice(0), m.push(...p);
|
|
1349
|
+
}
|
|
1350
|
+
function S(p) {
|
|
1351
|
+
p.value = p, o("update", p), g.value && g.value.blur(), s.value = !1;
|
|
1352
|
+
}
|
|
1353
|
+
function f() {
|
|
1354
|
+
s.value = !0;
|
|
1355
|
+
}
|
|
1356
|
+
function i() {
|
|
1357
|
+
s.value = !0, h.value && h.value.focus();
|
|
1358
|
+
}
|
|
1359
|
+
function A(p) {
|
|
1360
|
+
s.value = !0;
|
|
1361
|
+
}
|
|
1362
|
+
function v(p) {
|
|
1363
|
+
setTimeout(() => {
|
|
1364
|
+
(!g.value || !document.activeElement || document.activeElement.id !== l.id + "-container" && !g.value.contains(document.activeElement)) && (s.value = !1, r.value = "");
|
|
1365
|
+
}, 200);
|
|
1366
|
+
}
|
|
1367
|
+
const x = M(() => (l.cssClass || "") + (s.value ? " open" : "") + (l.invalid ? " error" : ""));
|
|
1368
|
+
return Y(() => l.loading, (p, w) => {
|
|
1369
|
+
!p && w && (r.value = "", y());
|
|
1370
|
+
}), Y(() => r.value, (p) => {
|
|
1371
|
+
y();
|
|
1372
|
+
}), c({
|
|
1373
|
+
focusInput: f,
|
|
1374
|
+
focusSearchInput: i
|
|
1375
|
+
}), (p, w) => (d(), u("div", {
|
|
1376
|
+
id: t.id + "-container",
|
|
1377
|
+
ref_key: "containerref",
|
|
1378
|
+
ref: g,
|
|
1379
|
+
class: "input-container searchable-dropdown-container",
|
|
1380
|
+
onFocusin: A,
|
|
1381
|
+
onFocusout: v,
|
|
1382
|
+
tabindex: "0"
|
|
1383
|
+
}, [
|
|
1384
|
+
e("div", {
|
|
1385
|
+
class: k(["input-container select false-select", x.value])
|
|
1386
|
+
}, [
|
|
1387
|
+
e("span", Ht, B(a.value ? a.value.Name : "Select"), 1),
|
|
1388
|
+
e("div", Yt, [
|
|
1389
|
+
e("div", Gt, [
|
|
1390
|
+
Z(e("input", {
|
|
1391
|
+
ref_key: "inputref",
|
|
1392
|
+
ref: h,
|
|
1393
|
+
type: "text",
|
|
1394
|
+
autocomplete: "off",
|
|
1395
|
+
role: "combobox",
|
|
1396
|
+
"aria-controls": t.id + "-list",
|
|
1397
|
+
"aria-autocomplete": "list",
|
|
1398
|
+
"aria-expanded": s.value,
|
|
1399
|
+
"onUpdate:modelValue": w[0] || (w[0] = (I) => r.value = I),
|
|
1400
|
+
maxlength: t.maxLength,
|
|
1401
|
+
disabled: t.disabled
|
|
1402
|
+
}, null, 8, Kt), [
|
|
1403
|
+
[le, r.value]
|
|
1404
|
+
])
|
|
1405
|
+
]),
|
|
1406
|
+
e("div", {
|
|
1407
|
+
class: "options-list",
|
|
1408
|
+
role: "listbox",
|
|
1409
|
+
"aria-label": t.label,
|
|
1410
|
+
id: t.id + "-list"
|
|
1411
|
+
}, [
|
|
1412
|
+
m.length === 0 ? (d(), u("span", Jt, "No " + B(t.searchType) + " found", 1)) : C("", !0),
|
|
1413
|
+
(d(!0), u(N, null, R(m, (I) => (d(), u("a", {
|
|
1414
|
+
key: I.Id,
|
|
1415
|
+
role: "option",
|
|
1416
|
+
class: k(["option", { active: a.value && a.value.Id === I.Id }]),
|
|
1417
|
+
onClick: (E) => S(I)
|
|
1418
|
+
}, B(I.Name), 11, jt))), 128))
|
|
1419
|
+
], 8, Ut)
|
|
1420
|
+
])
|
|
1421
|
+
], 2)
|
|
1422
|
+
], 40, Qt));
|
|
1423
|
+
}
|
|
1424
|
+
}, qt = { class: "slideshow-wrapper" }, Wt = { class: "slideshow-nav" }, zt = ["aria-label", "onClick"], Zt = { key: 1 }, Ha = {
|
|
1425
|
+
__name: "Slideshow",
|
|
1426
|
+
props: {
|
|
1427
|
+
imageBasePath: {
|
|
1428
|
+
type: String,
|
|
1429
|
+
default: ""
|
|
1430
|
+
//IMAGE_BASE_PATH
|
|
1431
|
+
},
|
|
1432
|
+
slides: {
|
|
1433
|
+
type: Array,
|
|
1434
|
+
default: () => []
|
|
1435
|
+
},
|
|
1436
|
+
usePrefix: {
|
|
1437
|
+
type: Boolean,
|
|
1438
|
+
default: !0
|
|
1439
|
+
},
|
|
1440
|
+
auto: {
|
|
1441
|
+
type: Boolean,
|
|
1442
|
+
default: !0
|
|
1443
|
+
},
|
|
1444
|
+
small: {
|
|
1445
|
+
type: Boolean,
|
|
1446
|
+
default: !1
|
|
1447
|
+
},
|
|
1448
|
+
widthSuffix: {
|
|
1449
|
+
type: Number,
|
|
1450
|
+
default: null
|
|
1451
|
+
},
|
|
1452
|
+
delay: {
|
|
1453
|
+
type: Number,
|
|
1454
|
+
default: 7e3
|
|
1455
|
+
},
|
|
1456
|
+
forceNav: {
|
|
1457
|
+
type: Boolean,
|
|
1458
|
+
default: !1
|
|
1459
|
+
}
|
|
1460
|
+
},
|
|
1461
|
+
emits: ["change"],
|
|
1462
|
+
setup(t, { emit: c }) {
|
|
1463
|
+
const n = t, l = c;
|
|
1464
|
+
U(() => {
|
|
1465
|
+
a();
|
|
1466
|
+
});
|
|
1467
|
+
const o = b(null);
|
|
1468
|
+
function a() {
|
|
1469
|
+
n.auto && r();
|
|
1470
|
+
}
|
|
1471
|
+
function r() {
|
|
1472
|
+
n.slides.length > 0 && (o.value !== null && clearTimeout(o.value), o.value = setTimeout(y, n.delay));
|
|
1473
|
+
}
|
|
1474
|
+
function s() {
|
|
1475
|
+
n.auto && m();
|
|
1476
|
+
}
|
|
1477
|
+
function m() {
|
|
1478
|
+
o.value !== null && (clearTimeout(o.value), o.value = null);
|
|
1479
|
+
}
|
|
1480
|
+
const g = b(0);
|
|
1481
|
+
function h() {
|
|
1482
|
+
S(f.value);
|
|
1483
|
+
}
|
|
1484
|
+
function y() {
|
|
1485
|
+
S(i.value);
|
|
1486
|
+
}
|
|
1487
|
+
function S(v) {
|
|
1488
|
+
s(), g.value = v, l("change", v), a();
|
|
1489
|
+
}
|
|
1490
|
+
const f = M(() => g.value === 0 ? n.slides.length - 1 : g.value - 1), i = M(() => g.value === n.slides.length - 1 ? 0 : g.value + 1);
|
|
1491
|
+
function A(v) {
|
|
1492
|
+
return { backgroundImage: 'url("' + (n.usePrefix ? n.imageBasePath : "") + v + (n.widthSuffix ? ";width=" + n.widthSuffix : "") + '")' };
|
|
1493
|
+
}
|
|
1494
|
+
return (v, x) => {
|
|
1495
|
+
const p = te("touch"), w = te("touch-options");
|
|
1496
|
+
return t.slides.length > 1 ? (d(), u("div", {
|
|
1497
|
+
key: 0,
|
|
1498
|
+
class: k(["slideshow", { small: t.small }]),
|
|
1499
|
+
onMouseover: s,
|
|
1500
|
+
onMouseout: a
|
|
1501
|
+
}, [
|
|
1502
|
+
e("div", qt, [
|
|
1503
|
+
Z((d(), u("div", null, [
|
|
1504
|
+
(d(!0), u(N, null, R(t.slides, (I, E) => (d(), u("div", {
|
|
1505
|
+
class: k(["slide", { current: E == g.value, prev: E === f.value, next: E === i.value }]),
|
|
1506
|
+
style: K(A(I))
|
|
1507
|
+
}, null, 6))), 256))
|
|
1508
|
+
])), [
|
|
1509
|
+
[
|
|
1510
|
+
p,
|
|
1511
|
+
y,
|
|
1512
|
+
"swipe",
|
|
1513
|
+
{ left: !0 }
|
|
1514
|
+
],
|
|
1515
|
+
[
|
|
1516
|
+
p,
|
|
1517
|
+
h,
|
|
1518
|
+
"swipe",
|
|
1519
|
+
{ right: !0 }
|
|
1520
|
+
],
|
|
1521
|
+
[w, { swipeTolerance: 50 }]
|
|
1522
|
+
]),
|
|
1523
|
+
t.slides.length > 1 || t.forceNav ? (d(), u("a", {
|
|
1524
|
+
key: 0,
|
|
1525
|
+
class: "nav prev show-for-medium",
|
|
1526
|
+
onClick: h
|
|
1527
|
+
})) : C("", !0),
|
|
1528
|
+
t.slides.length > 1 || t.forceNav ? (d(), u("a", {
|
|
1529
|
+
key: 1,
|
|
1530
|
+
class: "nav next show-for-medium",
|
|
1531
|
+
onClick: y
|
|
1532
|
+
})) : C("", !0)
|
|
1533
|
+
]),
|
|
1534
|
+
e("nav", Wt, [
|
|
1535
|
+
(d(!0), u(N, null, R(t.slides, (I, E) => (d(), u("a", {
|
|
1536
|
+
"aria-label": E,
|
|
1537
|
+
class: k({ current: E == g.value }),
|
|
1538
|
+
onClick: (G) => S(E)
|
|
1539
|
+
}, null, 10, zt))), 256))
|
|
1540
|
+
])
|
|
1541
|
+
], 34)) : (d(), u("div", Zt, [
|
|
1542
|
+
q(v.$slots, "default")
|
|
1543
|
+
]));
|
|
1544
|
+
};
|
|
1545
|
+
}
|
|
1546
|
+
}, $t = ["id", "checked", "disabled"], Xt = ["for", "data-true-label", "data-false-label"], Ya = {
|
|
1547
|
+
__name: "SwitchInput",
|
|
1548
|
+
props: {
|
|
1549
|
+
value: {
|
|
1550
|
+
type: Boolean,
|
|
1551
|
+
default: !1
|
|
1552
|
+
},
|
|
1553
|
+
disabled: {
|
|
1554
|
+
type: Boolean,
|
|
1555
|
+
default: !1
|
|
1556
|
+
},
|
|
1557
|
+
trueLabel: {
|
|
1558
|
+
type: String,
|
|
1559
|
+
default: "Yes"
|
|
1560
|
+
},
|
|
1561
|
+
falseLabel: {
|
|
1562
|
+
type: String,
|
|
1563
|
+
default: "No"
|
|
1564
|
+
},
|
|
1565
|
+
id: String,
|
|
1566
|
+
cssClass: String
|
|
1567
|
+
},
|
|
1568
|
+
emits: ["change"],
|
|
1569
|
+
setup(t, { emit: c }) {
|
|
1570
|
+
const l = b(t.value), o = c;
|
|
1571
|
+
function a() {
|
|
1572
|
+
l.value = !l.value, o("change", l.value);
|
|
1573
|
+
}
|
|
1574
|
+
return (r, s) => (d(), u("div", {
|
|
1575
|
+
class: k(["switch", t.cssClass])
|
|
1576
|
+
}, [
|
|
1577
|
+
e("input", {
|
|
1578
|
+
id: t.id,
|
|
1579
|
+
checked: l.value,
|
|
1580
|
+
type: "checkbox",
|
|
1581
|
+
class: "switch-input",
|
|
1582
|
+
onChange: a,
|
|
1583
|
+
disabled: t.disabled
|
|
1584
|
+
}, null, 40, $t),
|
|
1585
|
+
e("label", {
|
|
1586
|
+
for: t.id,
|
|
1587
|
+
class: "switch-paddle",
|
|
1588
|
+
"data-true-label": t.trueLabel,
|
|
1589
|
+
"data-false-label": t.falseLabel
|
|
1590
|
+
}, null, 8, Xt)
|
|
1591
|
+
], 2));
|
|
1592
|
+
}
|
|
1593
|
+
}, _t = {
|
|
1594
|
+
version: "1.1",
|
|
1595
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1596
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
1597
|
+
x: "0px",
|
|
1598
|
+
y: "0px",
|
|
1599
|
+
viewBox: "0 0 50 42.76",
|
|
1600
|
+
"xml:space": "preserve"
|
|
1601
|
+
}, Ga = {
|
|
1602
|
+
__name: "SuccessCheckmark",
|
|
1603
|
+
props: {
|
|
1604
|
+
on: {
|
|
1605
|
+
type: Boolean,
|
|
1606
|
+
default: !1
|
|
1607
|
+
}
|
|
1608
|
+
},
|
|
1609
|
+
setup(t) {
|
|
1610
|
+
return (c, n) => (d(), u("svg", _t, [
|
|
1611
|
+
e("g", {
|
|
1612
|
+
class: k(["success-icon", { on: t.on }])
|
|
1613
|
+
}, n[0] || (n[0] = [
|
|
1614
|
+
e("path", {
|
|
1615
|
+
class: "path circle",
|
|
1616
|
+
fill: "none",
|
|
1617
|
+
"stroke-width": "4",
|
|
1618
|
+
"stroke-linecap": "round",
|
|
1619
|
+
"stroke-linejoin": "round",
|
|
1620
|
+
d: "M38.52,23.01c-0.18,8.84-6.87,16.41-15.9,17.45c-9.85,1.13-18.75-5.93-19.88-15.78 C1.62,14.83,8.69,5.93,18.54,4.8c3.87-0.45,7.78,0.38,11.14,2.36"
|
|
1621
|
+
}, null, -1),
|
|
1622
|
+
e("path", {
|
|
1623
|
+
class: "path check",
|
|
1624
|
+
fill: "none",
|
|
1625
|
+
"stroke-width": "4",
|
|
1626
|
+
"stroke-linecap": "round",
|
|
1627
|
+
"stroke-linejoin": "round",
|
|
1628
|
+
d: "M13.39,20.36l7.68,7.69L47.93,2.42"
|
|
1629
|
+
}, null, -1)
|
|
1630
|
+
]), 2)
|
|
1631
|
+
]));
|
|
1632
|
+
}
|
|
1633
|
+
}, ea = { class: "timespan" }, ta = { class: "input-container" }, aa = ["value"], na = { class: "input-container select" }, ra = ["value"], sa = ["value"], oa = ["value"], la = ["value"], ca = ["value"], Ka = {
|
|
1634
|
+
__name: "TimespanInput",
|
|
1635
|
+
props: {
|
|
1636
|
+
initialValue: {
|
|
1637
|
+
type: Number,
|
|
1638
|
+
default: 0
|
|
1639
|
+
},
|
|
1640
|
+
name: String
|
|
1641
|
+
},
|
|
1642
|
+
emits: ["update"],
|
|
1643
|
+
setup(t, { emit: c }) {
|
|
1644
|
+
const n = {
|
|
1645
|
+
DAYS: "DAYS",
|
|
1646
|
+
WEEKS: "WEEKS",
|
|
1647
|
+
MONTHS: "MONTHS",
|
|
1648
|
+
YEARS: "YEARS"
|
|
1649
|
+
}, l = t, o = c, a = b(""), r = b(n.DAYS);
|
|
1650
|
+
U(() => {
|
|
1651
|
+
s();
|
|
1652
|
+
});
|
|
1653
|
+
function s() {
|
|
1654
|
+
let f = l.initialValue, i = n.DAYS;
|
|
1655
|
+
f && !isNaN(f) && (f % 365 === 0 ? (f = f / 365, i = n.YEARS) : f % 7 === 0 && (f = f / 7, i = n.WEEKS)), a.value = f, r.value = i;
|
|
1656
|
+
}
|
|
1657
|
+
function m(f, i) {
|
|
1658
|
+
let A = f, v = r.value;
|
|
1659
|
+
f && !isNaN(f) ? r.value === n.DAYS ? A % 365 === 0 ? (A = A / 365, v = n.YEARS) : A % 7 === 0 && (A = A / 7, v = n.WEEKS) : r.value === n.MONTHS && f % 12 === 0 && (A = f / 12, v = n.YEARS) : (A = "", v = n.DAYS), f.value = A, r.value = v, i !== void 0 && ye(i);
|
|
1660
|
+
}
|
|
1661
|
+
function g(f) {
|
|
1662
|
+
const { value: i } = f.target;
|
|
1663
|
+
r.value = i, m(i, y);
|
|
1664
|
+
}
|
|
1665
|
+
function h(f) {
|
|
1666
|
+
const { value: i } = f.currentTarget;
|
|
1667
|
+
m(i, y);
|
|
1668
|
+
}
|
|
1669
|
+
function y() {
|
|
1670
|
+
o("update", S.value, l.name);
|
|
1671
|
+
}
|
|
1672
|
+
const S = M(() => {
|
|
1673
|
+
let f = a.value;
|
|
1674
|
+
return r.value === n.WEEKS ? f = f * 7 : r.value === n.YEARS && (f = f * 365), f;
|
|
1675
|
+
});
|
|
1676
|
+
return (f, i) => (d(), u("div", ea, [
|
|
1677
|
+
e("div", ta, [
|
|
1678
|
+
e("input", {
|
|
1679
|
+
type: "number",
|
|
1680
|
+
min: 0,
|
|
1681
|
+
max: 9999,
|
|
1682
|
+
onChange: h,
|
|
1683
|
+
value: a.value
|
|
1684
|
+
}, null, 40, aa)
|
|
1685
|
+
]),
|
|
1686
|
+
e("div", na, [
|
|
1687
|
+
e("select", {
|
|
1688
|
+
value: r.value,
|
|
1689
|
+
onChange: g
|
|
1690
|
+
}, [
|
|
1691
|
+
e("option", {
|
|
1692
|
+
value: n.DAYS
|
|
1693
|
+
}, "Days", 8, sa),
|
|
1694
|
+
e("option", {
|
|
1695
|
+
value: n.WEEKS
|
|
1696
|
+
}, "Weeks", 8, oa),
|
|
1697
|
+
e("option", {
|
|
1698
|
+
value: n.MONTHS
|
|
1699
|
+
}, "Months", 8, la),
|
|
1700
|
+
e("option", {
|
|
1701
|
+
value: n.YEARS
|
|
1702
|
+
}, "Years", 8, ca)
|
|
1703
|
+
], 40, ra)
|
|
1704
|
+
])
|
|
1705
|
+
]));
|
|
1706
|
+
}
|
|
1707
|
+
}, Ua = {
|
|
1708
|
+
__name: "VariableLoader",
|
|
1709
|
+
props: {
|
|
1710
|
+
cssClass: String,
|
|
1711
|
+
generic: {
|
|
1712
|
+
type: Boolean,
|
|
1713
|
+
default: !1
|
|
1714
|
+
// USE_GENERIC_LOADER
|
|
1715
|
+
}
|
|
1716
|
+
},
|
|
1717
|
+
setup(t) {
|
|
1718
|
+
return (c, n) => (d(), u("div", null, [
|
|
1719
|
+
t.generic ? (d(), ee($e, {
|
|
1720
|
+
key: 0,
|
|
1721
|
+
cssClass: t.cssClass
|
|
1722
|
+
}, null, 8, ["cssClass"])) : (d(), ee(Ue, { key: 1 }))
|
|
1723
|
+
]));
|
|
1724
|
+
}
|
|
1725
|
+
}, ia = {
|
|
1726
|
+
name: "IconApprove"
|
|
1727
|
+
};
|
|
1728
|
+
function da(t, c, n, l, o, a) {
|
|
1729
|
+
return d(), u("g", null, c[0] || (c[0] = [
|
|
1730
|
+
e("path", {
|
|
1731
|
+
fill: "none",
|
|
1732
|
+
class: "stroke-target",
|
|
1733
|
+
"stroke-width": "4",
|
|
1734
|
+
"stroke-linecap": "round",
|
|
1735
|
+
"stroke-linejoin": "round",
|
|
1736
|
+
d: "M38.52,23.01c-0.18,8.84-6.87,16.41-15.9,17.45c-9.85,1.13-18.75-5.93-19.88-15.78 C1.62,14.83,8.69,5.93,18.54,4.8c3.87-0.45,7.78,0.38,11.14,2.36"
|
|
1737
|
+
}, null, -1),
|
|
1738
|
+
e("path", {
|
|
1739
|
+
fill: "none",
|
|
1740
|
+
class: "stroke-target",
|
|
1741
|
+
"stroke-width": "4",
|
|
1742
|
+
"stroke-linecap": "round",
|
|
1743
|
+
"stroke-linejoin": "round",
|
|
1744
|
+
d: "M13.39,20.36l7.68,7.69L47.93,2.42"
|
|
1745
|
+
}, null, -1)
|
|
1746
|
+
]));
|
|
1747
|
+
}
|
|
1748
|
+
const Ja = /* @__PURE__ */ F(ia, [["render", da]]), ua = {
|
|
1749
|
+
name: "IconQrCode"
|
|
1750
|
+
}, ga = { transform: "translate(96,96)" };
|
|
1751
|
+
function ma(t, c, n, l, o, a) {
|
|
1752
|
+
return d(), u("g", ga, c[0] || (c[0] = [
|
|
1753
|
+
e("g", { transform: "translate(576,48) scale(0.48,0.48)" }, [
|
|
1754
|
+
e("g", { transform: "" }, [
|
|
1755
|
+
e("rect", {
|
|
1756
|
+
class: "color-target",
|
|
1757
|
+
width: "100",
|
|
1758
|
+
height: "100"
|
|
1759
|
+
})
|
|
1760
|
+
])
|
|
1761
|
+
], -1),
|
|
1762
|
+
e("g", { transform: "translate(384,96) scale(0.48,0.48)" }, [
|
|
1763
|
+
e("g", { transform: "" }, [
|
|
1764
|
+
e("rect", {
|
|
1765
|
+
class: "color-target",
|
|
1766
|
+
width: "100",
|
|
1767
|
+
height: "100"
|
|
1768
|
+
})
|
|
1769
|
+
])
|
|
1770
|
+
], -1),
|
|
1771
|
+
e("g", { transform: "translate(480,96) scale(0.48,0.48)" }, [
|
|
1772
|
+
e("g", { transform: "" }, [
|
|
1773
|
+
e("rect", {
|
|
1774
|
+
class: "color-target",
|
|
1775
|
+
width: "100",
|
|
1776
|
+
height: "100"
|
|
1777
|
+
})
|
|
1778
|
+
])
|
|
1779
|
+
], -1),
|
|
1780
|
+
e("g", { transform: "translate(528,96) scale(0.48,0.48)" }, [
|
|
1781
|
+
e("g", { transform: "" }, [
|
|
1782
|
+
e("rect", {
|
|
1783
|
+
class: "color-target",
|
|
1784
|
+
width: "100",
|
|
1785
|
+
height: "100"
|
|
1786
|
+
})
|
|
1787
|
+
])
|
|
1788
|
+
], -1),
|
|
1789
|
+
e("g", { transform: "translate(576,96) scale(0.48,0.48)" }, [
|
|
1790
|
+
e("g", { transform: "" }, [
|
|
1791
|
+
e("rect", {
|
|
1792
|
+
class: "color-target",
|
|
1793
|
+
width: "100",
|
|
1794
|
+
height: "100"
|
|
1795
|
+
})
|
|
1796
|
+
])
|
|
1797
|
+
], -1),
|
|
1798
|
+
e("g", { transform: "translate(384,144) scale(0.48,0.48)" }, [
|
|
1799
|
+
e("g", { transform: "" }, [
|
|
1800
|
+
e("rect", {
|
|
1801
|
+
y: "0",
|
|
1802
|
+
class: "color-target",
|
|
1803
|
+
width: "100",
|
|
1804
|
+
height: "100"
|
|
1805
|
+
})
|
|
1806
|
+
])
|
|
1807
|
+
], -1),
|
|
1808
|
+
e("g", { transform: "translate(432,144) scale(0.48,0.48)" }, [
|
|
1809
|
+
e("g", { transform: "" }, [
|
|
1810
|
+
e("rect", {
|
|
1811
|
+
y: "0",
|
|
1812
|
+
class: "color-target",
|
|
1813
|
+
width: "100",
|
|
1814
|
+
height: "100"
|
|
1815
|
+
})
|
|
1816
|
+
])
|
|
1817
|
+
], -1),
|
|
1818
|
+
e("g", { transform: "translate(480,144) scale(0.48,0.48)" }, [
|
|
1819
|
+
e("g", { transform: "" }, [
|
|
1820
|
+
e("rect", {
|
|
1821
|
+
y: "0",
|
|
1822
|
+
class: "color-target",
|
|
1823
|
+
width: "100",
|
|
1824
|
+
height: "100"
|
|
1825
|
+
})
|
|
1826
|
+
])
|
|
1827
|
+
], -1),
|
|
1828
|
+
e("g", { transform: "translate(384,192) scale(0.48,0.48)" }, [
|
|
1829
|
+
e("g", { transform: "" }, [
|
|
1830
|
+
e("rect", {
|
|
1831
|
+
y: "0",
|
|
1832
|
+
class: "color-target",
|
|
1833
|
+
width: "100",
|
|
1834
|
+
height: "100"
|
|
1835
|
+
})
|
|
1836
|
+
])
|
|
1837
|
+
], -1),
|
|
1838
|
+
e("g", { transform: "translate(480,192) scale(0.48,0.48)" }, [
|
|
1839
|
+
e("g", { transform: "" }, [
|
|
1840
|
+
e("rect", {
|
|
1841
|
+
y: "0",
|
|
1842
|
+
class: "color-target",
|
|
1843
|
+
width: "100",
|
|
1844
|
+
height: "100"
|
|
1845
|
+
})
|
|
1846
|
+
])
|
|
1847
|
+
], -1),
|
|
1848
|
+
e("g", { transform: "translate(528,192) scale(0.48,0.48)" }, [
|
|
1849
|
+
e("g", { transform: "" }, [
|
|
1850
|
+
e("rect", {
|
|
1851
|
+
y: "0",
|
|
1852
|
+
class: "color-target",
|
|
1853
|
+
width: "100",
|
|
1854
|
+
height: "100"
|
|
1855
|
+
})
|
|
1856
|
+
])
|
|
1857
|
+
], -1),
|
|
1858
|
+
e("g", { transform: "translate(576,192) scale(0.48,0.48)" }, [
|
|
1859
|
+
e("g", { transform: "" }, [
|
|
1860
|
+
e("rect", {
|
|
1861
|
+
y: "0",
|
|
1862
|
+
class: "color-target",
|
|
1863
|
+
width: "100",
|
|
1864
|
+
height: "100"
|
|
1865
|
+
})
|
|
1866
|
+
])
|
|
1867
|
+
], -1),
|
|
1868
|
+
e("g", { transform: "translate(384,240) scale(0.48,0.48)" }, [
|
|
1869
|
+
e("g", { transform: "" }, [
|
|
1870
|
+
e("rect", {
|
|
1871
|
+
y: "0",
|
|
1872
|
+
class: "color-target",
|
|
1873
|
+
width: "100",
|
|
1874
|
+
height: "100"
|
|
1875
|
+
})
|
|
1876
|
+
])
|
|
1877
|
+
], -1),
|
|
1878
|
+
e("g", { transform: "translate(432,240) scale(0.48,0.48)" }, [
|
|
1879
|
+
e("g", { transform: "" }, [
|
|
1880
|
+
e("rect", {
|
|
1881
|
+
y: "0",
|
|
1882
|
+
class: "color-target",
|
|
1883
|
+
width: "100",
|
|
1884
|
+
height: "100"
|
|
1885
|
+
})
|
|
1886
|
+
])
|
|
1887
|
+
], -1),
|
|
1888
|
+
e("g", { transform: "translate(576,240) scale(0.48,0.48)" }, [
|
|
1889
|
+
e("g", { transform: "" }, [
|
|
1890
|
+
e("rect", {
|
|
1891
|
+
y: "0",
|
|
1892
|
+
class: "color-target",
|
|
1893
|
+
width: "100",
|
|
1894
|
+
height: "100"
|
|
1895
|
+
})
|
|
1896
|
+
])
|
|
1897
|
+
], -1),
|
|
1898
|
+
e("g", { transform: "translate(384,288) scale(0.48,0.48)" }, [
|
|
1899
|
+
e("g", { transform: "" }, [
|
|
1900
|
+
e("rect", {
|
|
1901
|
+
y: "0",
|
|
1902
|
+
class: "color-target",
|
|
1903
|
+
width: "100",
|
|
1904
|
+
height: "100"
|
|
1905
|
+
})
|
|
1906
|
+
])
|
|
1907
|
+
], -1),
|
|
1908
|
+
e("g", { transform: "translate(480,288) scale(0.48,0.48)" }, [
|
|
1909
|
+
e("g", { transform: "" }, [
|
|
1910
|
+
e("rect", {
|
|
1911
|
+
y: "0",
|
|
1912
|
+
class: "color-target",
|
|
1913
|
+
width: "100",
|
|
1914
|
+
height: "100"
|
|
1915
|
+
})
|
|
1916
|
+
])
|
|
1917
|
+
], -1),
|
|
1918
|
+
e("g", { transform: "translate(576,288) scale(0.48,0.48)" }, [
|
|
1919
|
+
e("g", { transform: "" }, [
|
|
1920
|
+
e("rect", {
|
|
1921
|
+
y: "0",
|
|
1922
|
+
class: "color-target",
|
|
1923
|
+
width: "100",
|
|
1924
|
+
height: "100"
|
|
1925
|
+
})
|
|
1926
|
+
])
|
|
1927
|
+
], -1),
|
|
1928
|
+
e("g", { transform: "translate(384,336) scale(0.48,0.48)" }, [
|
|
1929
|
+
e("g", { transform: "" }, [
|
|
1930
|
+
e("rect", {
|
|
1931
|
+
class: "color-target",
|
|
1932
|
+
width: "100",
|
|
1933
|
+
height: "100"
|
|
1934
|
+
})
|
|
1935
|
+
])
|
|
1936
|
+
], -1),
|
|
1937
|
+
e("g", { transform: "translate(528,336) scale(0.48,0.48)" }, [
|
|
1938
|
+
e("g", { transform: "" }, [
|
|
1939
|
+
e("rect", {
|
|
1940
|
+
class: "color-target",
|
|
1941
|
+
width: "100",
|
|
1942
|
+
height: "100"
|
|
1943
|
+
})
|
|
1944
|
+
])
|
|
1945
|
+
], -1),
|
|
1946
|
+
e("g", { transform: "translate(576,336) scale(0.48,0.48)" }, [
|
|
1947
|
+
e("g", { transform: "" }, [
|
|
1948
|
+
e("rect", {
|
|
1949
|
+
class: "color-target",
|
|
1950
|
+
width: "100",
|
|
1951
|
+
height: "100"
|
|
1952
|
+
})
|
|
1953
|
+
])
|
|
1954
|
+
], -1),
|
|
1955
|
+
e("g", { transform: "translate(0,384) scale(0.48,0.48)" }, [
|
|
1956
|
+
e("g", { transform: "" }, [
|
|
1957
|
+
e("rect", {
|
|
1958
|
+
x: "0",
|
|
1959
|
+
class: "color-target",
|
|
1960
|
+
width: "100",
|
|
1961
|
+
height: "100"
|
|
1962
|
+
})
|
|
1963
|
+
])
|
|
1964
|
+
], -1),
|
|
1965
|
+
e("g", { transform: "translate(96,384) scale(0.48,0.48)" }, [
|
|
1966
|
+
e("g", { transform: "" }, [
|
|
1967
|
+
e("rect", {
|
|
1968
|
+
x: "0",
|
|
1969
|
+
class: "color-target",
|
|
1970
|
+
width: "100",
|
|
1971
|
+
height: "100"
|
|
1972
|
+
})
|
|
1973
|
+
])
|
|
1974
|
+
], -1),
|
|
1975
|
+
e("g", { transform: "translate(144,384) scale(0.48,0.48)" }, [
|
|
1976
|
+
e("g", { transform: "" }, [
|
|
1977
|
+
e("rect", {
|
|
1978
|
+
class: "color-target",
|
|
1979
|
+
width: "100",
|
|
1980
|
+
height: "100"
|
|
1981
|
+
})
|
|
1982
|
+
])
|
|
1983
|
+
], -1),
|
|
1984
|
+
e("g", { transform: "translate(192,384) scale(0.48,0.48)" }, [
|
|
1985
|
+
e("g", { transform: "" }, [
|
|
1986
|
+
e("rect", {
|
|
1987
|
+
class: "color-target",
|
|
1988
|
+
width: "100",
|
|
1989
|
+
height: "100"
|
|
1990
|
+
})
|
|
1991
|
+
])
|
|
1992
|
+
], -1),
|
|
1993
|
+
e("g", { transform: "translate(240,384) scale(0.48,0.48)" }, [
|
|
1994
|
+
e("g", { transform: "" }, [
|
|
1995
|
+
e("rect", {
|
|
1996
|
+
class: "color-target",
|
|
1997
|
+
width: "100",
|
|
1998
|
+
height: "100"
|
|
1999
|
+
})
|
|
2000
|
+
])
|
|
2001
|
+
], -1),
|
|
2002
|
+
e("g", { transform: "translate(288,384) scale(0.48,0.48)" }, [
|
|
2003
|
+
e("g", { transform: "" }, [
|
|
2004
|
+
e("rect", {
|
|
2005
|
+
x: "0",
|
|
2006
|
+
class: "color-target",
|
|
2007
|
+
width: "100",
|
|
2008
|
+
height: "100"
|
|
2009
|
+
})
|
|
2010
|
+
])
|
|
2011
|
+
], -1),
|
|
2012
|
+
e("g", { transform: "translate(480,384) scale(0.48,0.48)" }, [
|
|
2013
|
+
e("g", { transform: "" }, [
|
|
2014
|
+
e("rect", {
|
|
2015
|
+
class: "color-target",
|
|
2016
|
+
width: "100",
|
|
2017
|
+
height: "100"
|
|
2018
|
+
})
|
|
2019
|
+
])
|
|
2020
|
+
], -1),
|
|
2021
|
+
e("g", { transform: "translate(576,384) scale(0.48,0.48)" }, [
|
|
2022
|
+
e("g", { transform: "" }, [
|
|
2023
|
+
e("rect", {
|
|
2024
|
+
class: "color-target",
|
|
2025
|
+
width: "100",
|
|
2026
|
+
height: "100"
|
|
2027
|
+
})
|
|
2028
|
+
])
|
|
2029
|
+
], -1),
|
|
2030
|
+
e("g", { transform: "translate(672,384) scale(0.48,0.48)" }, [
|
|
2031
|
+
e("g", { transform: "" }, [
|
|
2032
|
+
e("rect", {
|
|
2033
|
+
x: "0",
|
|
2034
|
+
class: "color-target",
|
|
2035
|
+
width: "100",
|
|
2036
|
+
height: "100"
|
|
2037
|
+
})
|
|
2038
|
+
])
|
|
2039
|
+
], -1),
|
|
2040
|
+
e("g", { transform: "translate(720,384) scale(0.48,0.48)" }, [
|
|
2041
|
+
e("g", { transform: "" }, [
|
|
2042
|
+
e("rect", {
|
|
2043
|
+
x: "0",
|
|
2044
|
+
class: "color-target",
|
|
2045
|
+
width: "100",
|
|
2046
|
+
height: "100"
|
|
2047
|
+
})
|
|
2048
|
+
])
|
|
2049
|
+
], -1),
|
|
2050
|
+
e("g", { transform: "translate(768,384) scale(0.48,0.48)" }, [
|
|
2051
|
+
e("g", { transform: "" }, [
|
|
2052
|
+
e("rect", {
|
|
2053
|
+
x: "0",
|
|
2054
|
+
class: "color-target",
|
|
2055
|
+
width: "100",
|
|
2056
|
+
height: "100"
|
|
2057
|
+
})
|
|
2058
|
+
])
|
|
2059
|
+
], -1),
|
|
2060
|
+
e("g", { transform: "translate(816,384) scale(0.48,0.48)" }, [
|
|
2061
|
+
e("g", { transform: "" }, [
|
|
2062
|
+
e("rect", {
|
|
2063
|
+
class: "color-target",
|
|
2064
|
+
width: "100",
|
|
2065
|
+
height: "100"
|
|
2066
|
+
})
|
|
2067
|
+
])
|
|
2068
|
+
], -1),
|
|
2069
|
+
e("g", { transform: "translate(864,384) scale(0.48,0.48)" }, [
|
|
2070
|
+
e("g", { transform: "" }, [
|
|
2071
|
+
e("rect", {
|
|
2072
|
+
x: "0",
|
|
2073
|
+
class: "color-target",
|
|
2074
|
+
width: "100",
|
|
2075
|
+
height: "100"
|
|
2076
|
+
})
|
|
2077
|
+
])
|
|
2078
|
+
], -1),
|
|
2079
|
+
e("g", { transform: "translate(0,432) scale(0.48,0.48)" }, [
|
|
2080
|
+
e("g", { transform: "" }, [
|
|
2081
|
+
e("rect", {
|
|
2082
|
+
x: "0",
|
|
2083
|
+
class: "color-target",
|
|
2084
|
+
width: "100",
|
|
2085
|
+
height: "100"
|
|
2086
|
+
})
|
|
2087
|
+
])
|
|
2088
|
+
], -1),
|
|
2089
|
+
e("g", { transform: "translate(48,432) scale(0.48,0.48)" }, [
|
|
2090
|
+
e("g", { transform: "" }, [
|
|
2091
|
+
e("rect", {
|
|
2092
|
+
x: "0",
|
|
2093
|
+
class: "color-target",
|
|
2094
|
+
width: "100",
|
|
2095
|
+
height: "100"
|
|
2096
|
+
})
|
|
2097
|
+
])
|
|
2098
|
+
], -1),
|
|
2099
|
+
e("g", { transform: "translate(96,432) scale(0.48,0.48)" }, [
|
|
2100
|
+
e("g", { transform: "" }, [
|
|
2101
|
+
e("rect", {
|
|
2102
|
+
x: "0",
|
|
2103
|
+
class: "color-target",
|
|
2104
|
+
width: "100",
|
|
2105
|
+
height: "100"
|
|
2106
|
+
})
|
|
2107
|
+
])
|
|
2108
|
+
], -1),
|
|
2109
|
+
e("g", { transform: "translate(144,432) scale(0.48,0.48)" }, [
|
|
2110
|
+
e("g", { transform: "" }, [
|
|
2111
|
+
e("rect", {
|
|
2112
|
+
x: "0",
|
|
2113
|
+
class: "color-target",
|
|
2114
|
+
width: "100",
|
|
2115
|
+
height: "100"
|
|
2116
|
+
})
|
|
2117
|
+
])
|
|
2118
|
+
], -1),
|
|
2119
|
+
e("g", { transform: "translate(192,432) scale(0.48,0.48)" }, [
|
|
2120
|
+
e("g", { transform: "" }, [
|
|
2121
|
+
e("rect", {
|
|
2122
|
+
x: "0",
|
|
2123
|
+
class: "color-target",
|
|
2124
|
+
width: "100",
|
|
2125
|
+
height: "100"
|
|
2126
|
+
})
|
|
2127
|
+
])
|
|
2128
|
+
], -1),
|
|
2129
|
+
e("g", { transform: "translate(240,432) scale(0.48,0.48)" }, [
|
|
2130
|
+
e("g", { transform: "" }, [
|
|
2131
|
+
e("rect", {
|
|
2132
|
+
x: "0",
|
|
2133
|
+
class: "color-target",
|
|
2134
|
+
width: "100",
|
|
2135
|
+
height: "100"
|
|
2136
|
+
})
|
|
2137
|
+
])
|
|
2138
|
+
], -1),
|
|
2139
|
+
e("g", { transform: "translate(384,432) scale(0.48,0.48)" }, [
|
|
2140
|
+
e("g", { transform: "" }, [
|
|
2141
|
+
e("rect", {
|
|
2142
|
+
x: "0",
|
|
2143
|
+
class: "color-target",
|
|
2144
|
+
width: "100",
|
|
2145
|
+
height: "100"
|
|
2146
|
+
})
|
|
2147
|
+
])
|
|
2148
|
+
], -1),
|
|
2149
|
+
e("g", { transform: "translate(432,432) scale(0.48,0.48)" }, [
|
|
2150
|
+
e("g", { transform: "" }, [
|
|
2151
|
+
e("rect", {
|
|
2152
|
+
x: "0",
|
|
2153
|
+
class: "color-target",
|
|
2154
|
+
width: "100",
|
|
2155
|
+
height: "100"
|
|
2156
|
+
})
|
|
2157
|
+
])
|
|
2158
|
+
], -1),
|
|
2159
|
+
e("g", { transform: "translate(480,432) scale(0.48,0.48)" }, [
|
|
2160
|
+
e("g", { transform: "" }, [
|
|
2161
|
+
e("rect", {
|
|
2162
|
+
x: "0",
|
|
2163
|
+
class: "color-target",
|
|
2164
|
+
width: "100",
|
|
2165
|
+
height: "100"
|
|
2166
|
+
})
|
|
2167
|
+
])
|
|
2168
|
+
], -1),
|
|
2169
|
+
e("g", { transform: "translate(576,432) scale(0.48,0.48)" }, [
|
|
2170
|
+
e("g", { transform: "" }, [
|
|
2171
|
+
e("rect", {
|
|
2172
|
+
x: "0",
|
|
2173
|
+
class: "color-target",
|
|
2174
|
+
width: "100",
|
|
2175
|
+
height: "100"
|
|
2176
|
+
})
|
|
2177
|
+
])
|
|
2178
|
+
], -1),
|
|
2179
|
+
e("g", { transform: "translate(720,432) scale(0.48,0.48)" }, [
|
|
2180
|
+
e("g", { transform: "" }, [
|
|
2181
|
+
e("rect", {
|
|
2182
|
+
x: "0",
|
|
2183
|
+
class: "color-target",
|
|
2184
|
+
width: "100",
|
|
2185
|
+
height: "100"
|
|
2186
|
+
})
|
|
2187
|
+
])
|
|
2188
|
+
], -1),
|
|
2189
|
+
e("g", { transform: "translate(864,432) scale(0.48,0.48)" }, [
|
|
2190
|
+
e("g", { transform: "" }, [
|
|
2191
|
+
e("rect", {
|
|
2192
|
+
x: "0",
|
|
2193
|
+
class: "color-target",
|
|
2194
|
+
width: "100",
|
|
2195
|
+
height: "100"
|
|
2196
|
+
})
|
|
2197
|
+
])
|
|
2198
|
+
], -1),
|
|
2199
|
+
e("g", { transform: "translate(960,432) scale(0.48,0.48)" }, [
|
|
2200
|
+
e("g", { transform: "" }, [
|
|
2201
|
+
e("rect", {
|
|
2202
|
+
x: "0",
|
|
2203
|
+
class: "color-target",
|
|
2204
|
+
width: "100",
|
|
2205
|
+
height: "100"
|
|
2206
|
+
})
|
|
2207
|
+
])
|
|
2208
|
+
], -1),
|
|
2209
|
+
e("g", { transform: "translate(144,480) scale(0.48,0.48)" }, [
|
|
2210
|
+
e("g", { transform: "" }, [
|
|
2211
|
+
e("rect", {
|
|
2212
|
+
x: "0",
|
|
2213
|
+
class: "color-target",
|
|
2214
|
+
width: "100",
|
|
2215
|
+
height: "100"
|
|
2216
|
+
})
|
|
2217
|
+
])
|
|
2218
|
+
], -1),
|
|
2219
|
+
e("g", { transform: "translate(240,480) scale(0.48,0.48)" }, [
|
|
2220
|
+
e("g", { transform: "" }, [
|
|
2221
|
+
e("rect", {
|
|
2222
|
+
x: "0",
|
|
2223
|
+
class: "color-target",
|
|
2224
|
+
width: "100",
|
|
2225
|
+
height: "100"
|
|
2226
|
+
})
|
|
2227
|
+
])
|
|
2228
|
+
], -1),
|
|
2229
|
+
e("g", { transform: "translate(288,480) scale(0.48,0.48)" }, [
|
|
2230
|
+
e("g", { transform: "" }, [
|
|
2231
|
+
e("rect", {
|
|
2232
|
+
x: "0",
|
|
2233
|
+
class: "color-target",
|
|
2234
|
+
width: "100",
|
|
2235
|
+
height: "100"
|
|
2236
|
+
})
|
|
2237
|
+
])
|
|
2238
|
+
], -1),
|
|
2239
|
+
e("g", { transform: "translate(384,480) scale(0.48,0.48)" }, [
|
|
2240
|
+
e("g", { transform: "" }, [
|
|
2241
|
+
e("rect", {
|
|
2242
|
+
x: "0",
|
|
2243
|
+
class: "color-target",
|
|
2244
|
+
width: "100",
|
|
2245
|
+
height: "100"
|
|
2246
|
+
})
|
|
2247
|
+
])
|
|
2248
|
+
], -1),
|
|
2249
|
+
e("g", { transform: "translate(432,480) scale(0.48,0.48)" }, [
|
|
2250
|
+
e("g", { transform: "" }, [
|
|
2251
|
+
e("rect", {
|
|
2252
|
+
x: "0",
|
|
2253
|
+
class: "color-target",
|
|
2254
|
+
width: "100",
|
|
2255
|
+
height: "100"
|
|
2256
|
+
})
|
|
2257
|
+
])
|
|
2258
|
+
], -1),
|
|
2259
|
+
e("g", { transform: "translate(528,480) scale(0.48,0.48)" }, [
|
|
2260
|
+
e("g", { transform: "" }, [
|
|
2261
|
+
e("rect", {
|
|
2262
|
+
x: "0",
|
|
2263
|
+
class: "color-target",
|
|
2264
|
+
width: "100",
|
|
2265
|
+
height: "100"
|
|
2266
|
+
})
|
|
2267
|
+
])
|
|
2268
|
+
], -1),
|
|
2269
|
+
e("g", { transform: "translate(624,480) scale(0.48,0.48)" }, [
|
|
2270
|
+
e("g", { transform: "" }, [
|
|
2271
|
+
e("rect", {
|
|
2272
|
+
x: "0",
|
|
2273
|
+
class: "color-target",
|
|
2274
|
+
width: "100",
|
|
2275
|
+
height: "100"
|
|
2276
|
+
})
|
|
2277
|
+
])
|
|
2278
|
+
], -1),
|
|
2279
|
+
e("g", { transform: "translate(768,480) scale(0.48,0.48)" }, [
|
|
2280
|
+
e("g", { transform: "" }, [
|
|
2281
|
+
e("rect", {
|
|
2282
|
+
x: "0",
|
|
2283
|
+
class: "color-target",
|
|
2284
|
+
width: "100",
|
|
2285
|
+
height: "100"
|
|
2286
|
+
})
|
|
2287
|
+
])
|
|
2288
|
+
], -1),
|
|
2289
|
+
e("g", { transform: "translate(816,480) scale(0.48,0.48)" }, [
|
|
2290
|
+
e("g", { transform: "" }, [
|
|
2291
|
+
e("rect", {
|
|
2292
|
+
x: "0",
|
|
2293
|
+
class: "color-target",
|
|
2294
|
+
width: "100",
|
|
2295
|
+
height: "100"
|
|
2296
|
+
})
|
|
2297
|
+
])
|
|
2298
|
+
], -1),
|
|
2299
|
+
e("g", { transform: "translate(864,480) scale(0.48,0.48)" }, [
|
|
2300
|
+
e("g", { transform: "" }, [
|
|
2301
|
+
e("rect", {
|
|
2302
|
+
x: "0",
|
|
2303
|
+
class: "color-target",
|
|
2304
|
+
width: "100",
|
|
2305
|
+
height: "100"
|
|
2306
|
+
})
|
|
2307
|
+
])
|
|
2308
|
+
], -1),
|
|
2309
|
+
e("g", { transform: "translate(912,480) scale(0.48,0.48)" }, [
|
|
2310
|
+
e("g", { transform: "" }, [
|
|
2311
|
+
e("rect", {
|
|
2312
|
+
x: "0",
|
|
2313
|
+
class: "color-target",
|
|
2314
|
+
width: "100",
|
|
2315
|
+
height: "100"
|
|
2316
|
+
})
|
|
2317
|
+
])
|
|
2318
|
+
], -1),
|
|
2319
|
+
e("g", { transform: "translate(48,528) scale(0.48,0.48)" }, [
|
|
2320
|
+
e("g", { transform: "" }, [
|
|
2321
|
+
e("rect", {
|
|
2322
|
+
x: "0",
|
|
2323
|
+
class: "color-target",
|
|
2324
|
+
width: "100",
|
|
2325
|
+
height: "100"
|
|
2326
|
+
})
|
|
2327
|
+
])
|
|
2328
|
+
], -1),
|
|
2329
|
+
e("g", { transform: "translate(96,528) scale(0.48,0.48)" }, [
|
|
2330
|
+
e("g", { transform: "" }, [
|
|
2331
|
+
e("rect", {
|
|
2332
|
+
x: "0",
|
|
2333
|
+
class: "color-target",
|
|
2334
|
+
width: "100",
|
|
2335
|
+
height: "100"
|
|
2336
|
+
})
|
|
2337
|
+
])
|
|
2338
|
+
], -1),
|
|
2339
|
+
e("g", { transform: "translate(192,528) scale(0.48,0.48)" }, [
|
|
2340
|
+
e("g", { transform: "" }, [
|
|
2341
|
+
e("rect", {
|
|
2342
|
+
x: "0",
|
|
2343
|
+
class: "color-target",
|
|
2344
|
+
width: "100",
|
|
2345
|
+
height: "100"
|
|
2346
|
+
})
|
|
2347
|
+
])
|
|
2348
|
+
], -1),
|
|
2349
|
+
e("g", { transform: "translate(384,528) scale(0.48,0.48)" }, [
|
|
2350
|
+
e("g", { transform: "" }, [
|
|
2351
|
+
e("rect", {
|
|
2352
|
+
x: "0",
|
|
2353
|
+
class: "color-target",
|
|
2354
|
+
width: "100",
|
|
2355
|
+
height: "100"
|
|
2356
|
+
})
|
|
2357
|
+
])
|
|
2358
|
+
], -1),
|
|
2359
|
+
e("g", { transform: "translate(432,528) scale(0.48,0.48)" }, [
|
|
2360
|
+
e("g", { transform: "" }, [
|
|
2361
|
+
e("rect", {
|
|
2362
|
+
x: "0",
|
|
2363
|
+
class: "color-target",
|
|
2364
|
+
width: "100",
|
|
2365
|
+
height: "100"
|
|
2366
|
+
})
|
|
2367
|
+
])
|
|
2368
|
+
], -1),
|
|
2369
|
+
e("g", { transform: "translate(720,528) scale(0.48,0.48)" }, [
|
|
2370
|
+
e("g", { transform: "" }, [
|
|
2371
|
+
e("rect", {
|
|
2372
|
+
x: "0",
|
|
2373
|
+
class: "color-target",
|
|
2374
|
+
width: "100",
|
|
2375
|
+
height: "100"
|
|
2376
|
+
})
|
|
2377
|
+
])
|
|
2378
|
+
], -1),
|
|
2379
|
+
e("g", { transform: "translate(768,528) scale(0.48,0.48)" }, [
|
|
2380
|
+
e("g", { transform: "" }, [
|
|
2381
|
+
e("rect", {
|
|
2382
|
+
x: "0",
|
|
2383
|
+
class: "color-target",
|
|
2384
|
+
width: "100",
|
|
2385
|
+
height: "100"
|
|
2386
|
+
})
|
|
2387
|
+
])
|
|
2388
|
+
], -1),
|
|
2389
|
+
e("g", { transform: "translate(816,528) scale(0.48,0.48)" }, [
|
|
2390
|
+
e("g", { transform: "" }, [
|
|
2391
|
+
e("rect", {
|
|
2392
|
+
x: "0",
|
|
2393
|
+
class: "color-target",
|
|
2394
|
+
width: "100",
|
|
2395
|
+
height: "100"
|
|
2396
|
+
})
|
|
2397
|
+
])
|
|
2398
|
+
], -1),
|
|
2399
|
+
e("g", { transform: "translate(864,528) scale(0.48,0.48)" }, [
|
|
2400
|
+
e("g", { transform: "" }, [
|
|
2401
|
+
e("rect", {
|
|
2402
|
+
x: "0",
|
|
2403
|
+
class: "color-target",
|
|
2404
|
+
width: "100",
|
|
2405
|
+
height: "100"
|
|
2406
|
+
})
|
|
2407
|
+
])
|
|
2408
|
+
], -1),
|
|
2409
|
+
e("g", { transform: "translate(960,528) scale(0.48,0.48)" }, [
|
|
2410
|
+
e("g", { transform: "" }, [
|
|
2411
|
+
e("rect", {
|
|
2412
|
+
x: "0",
|
|
2413
|
+
class: "color-target",
|
|
2414
|
+
width: "100",
|
|
2415
|
+
height: "100"
|
|
2416
|
+
})
|
|
2417
|
+
])
|
|
2418
|
+
], -1),
|
|
2419
|
+
e("g", { transform: "translate(144,576) scale(0.48,0.48)" }, [
|
|
2420
|
+
e("g", { transform: "" }, [
|
|
2421
|
+
e("rect", {
|
|
2422
|
+
x: "0",
|
|
2423
|
+
class: "color-target",
|
|
2424
|
+
width: "100",
|
|
2425
|
+
height: "100"
|
|
2426
|
+
})
|
|
2427
|
+
])
|
|
2428
|
+
], -1),
|
|
2429
|
+
e("g", { transform: "translate(192,576) scale(0.48,0.48)" }, [
|
|
2430
|
+
e("g", { transform: "" }, [
|
|
2431
|
+
e("rect", {
|
|
2432
|
+
x: "0",
|
|
2433
|
+
class: "color-target",
|
|
2434
|
+
width: "100",
|
|
2435
|
+
height: "100"
|
|
2436
|
+
})
|
|
2437
|
+
])
|
|
2438
|
+
], -1),
|
|
2439
|
+
e("g", { transform: "translate(240,576) scale(0.48,0.48)" }, [
|
|
2440
|
+
e("g", { transform: "" }, [
|
|
2441
|
+
e("rect", {
|
|
2442
|
+
x: "0",
|
|
2443
|
+
class: "color-target",
|
|
2444
|
+
width: "100",
|
|
2445
|
+
height: "100"
|
|
2446
|
+
})
|
|
2447
|
+
])
|
|
2448
|
+
], -1),
|
|
2449
|
+
e("g", { transform: "translate(288,576) scale(0.48,0.48)" }, [
|
|
2450
|
+
e("g", { transform: "" }, [
|
|
2451
|
+
e("rect", {
|
|
2452
|
+
x: "0",
|
|
2453
|
+
class: "color-target",
|
|
2454
|
+
width: "100",
|
|
2455
|
+
height: "100"
|
|
2456
|
+
})
|
|
2457
|
+
])
|
|
2458
|
+
], -1),
|
|
2459
|
+
e("g", { transform: "translate(384,576) scale(0.48,0.48)" }, [
|
|
2460
|
+
e("g", { transform: "" }, [
|
|
2461
|
+
e("rect", {
|
|
2462
|
+
x: "0",
|
|
2463
|
+
class: "color-target",
|
|
2464
|
+
width: "100",
|
|
2465
|
+
height: "100"
|
|
2466
|
+
})
|
|
2467
|
+
])
|
|
2468
|
+
], -1),
|
|
2469
|
+
e("g", { transform: "translate(432,576) scale(0.48,0.48)" }, [
|
|
2470
|
+
e("g", { transform: "" }, [
|
|
2471
|
+
e("rect", {
|
|
2472
|
+
x: "0",
|
|
2473
|
+
class: "color-target",
|
|
2474
|
+
width: "100",
|
|
2475
|
+
height: "100"
|
|
2476
|
+
})
|
|
2477
|
+
])
|
|
2478
|
+
], -1),
|
|
2479
|
+
e("g", { transform: "translate(480,576) scale(0.48,0.48)" }, [
|
|
2480
|
+
e("g", { transform: "" }, [
|
|
2481
|
+
e("rect", {
|
|
2482
|
+
x: "0",
|
|
2483
|
+
class: "color-target",
|
|
2484
|
+
width: "100",
|
|
2485
|
+
height: "100"
|
|
2486
|
+
})
|
|
2487
|
+
])
|
|
2488
|
+
], -1),
|
|
2489
|
+
e("g", { transform: "translate(528,576) scale(0.48,0.48)" }, [
|
|
2490
|
+
e("g", { transform: "" }, [
|
|
2491
|
+
e("rect", {
|
|
2492
|
+
x: "0",
|
|
2493
|
+
class: "color-target",
|
|
2494
|
+
width: "100",
|
|
2495
|
+
height: "100"
|
|
2496
|
+
})
|
|
2497
|
+
])
|
|
2498
|
+
], -1),
|
|
2499
|
+
e("g", { transform: "translate(624,576) scale(0.48,0.48)" }, [
|
|
2500
|
+
e("g", { transform: "" }, [
|
|
2501
|
+
e("rect", {
|
|
2502
|
+
x: "0",
|
|
2503
|
+
class: "color-target",
|
|
2504
|
+
width: "100",
|
|
2505
|
+
height: "100"
|
|
2506
|
+
})
|
|
2507
|
+
])
|
|
2508
|
+
], -1),
|
|
2509
|
+
e("g", { transform: "translate(768,576) scale(0.48,0.48)" }, [
|
|
2510
|
+
e("g", { transform: "" }, [
|
|
2511
|
+
e("rect", {
|
|
2512
|
+
x: "0",
|
|
2513
|
+
class: "color-target",
|
|
2514
|
+
width: "100",
|
|
2515
|
+
height: "100"
|
|
2516
|
+
})
|
|
2517
|
+
])
|
|
2518
|
+
], -1),
|
|
2519
|
+
e("g", { transform: "translate(384,624) scale(0.48,0.48)" }, [
|
|
2520
|
+
e("g", { transform: "" }, [
|
|
2521
|
+
e("rect", {
|
|
2522
|
+
x: "0",
|
|
2523
|
+
y: "0",
|
|
2524
|
+
class: "color-target",
|
|
2525
|
+
width: "100",
|
|
2526
|
+
height: "100"
|
|
2527
|
+
})
|
|
2528
|
+
])
|
|
2529
|
+
], -1),
|
|
2530
|
+
e("g", { transform: "translate(432,624) scale(0.48,0.48)" }, [
|
|
2531
|
+
e("g", { transform: "" }, [
|
|
2532
|
+
e("rect", {
|
|
2533
|
+
x: "0",
|
|
2534
|
+
y: "0",
|
|
2535
|
+
class: "color-target",
|
|
2536
|
+
width: "100",
|
|
2537
|
+
height: "100"
|
|
2538
|
+
})
|
|
2539
|
+
])
|
|
2540
|
+
], -1),
|
|
2541
|
+
e("g", { transform: "translate(528,624) scale(0.48,0.48)" }, [
|
|
2542
|
+
e("g", { transform: "" }, [
|
|
2543
|
+
e("rect", {
|
|
2544
|
+
x: "0",
|
|
2545
|
+
y: "0",
|
|
2546
|
+
class: "color-target",
|
|
2547
|
+
width: "100",
|
|
2548
|
+
height: "100"
|
|
2549
|
+
})
|
|
2550
|
+
])
|
|
2551
|
+
], -1),
|
|
2552
|
+
e("g", { transform: "translate(576,624) scale(0.48,0.48)" }, [
|
|
2553
|
+
e("g", { transform: "" }, [
|
|
2554
|
+
e("rect", {
|
|
2555
|
+
x: "0",
|
|
2556
|
+
y: "0",
|
|
2557
|
+
class: "color-target",
|
|
2558
|
+
width: "100",
|
|
2559
|
+
height: "100"
|
|
2560
|
+
})
|
|
2561
|
+
])
|
|
2562
|
+
], -1),
|
|
2563
|
+
e("g", { transform: "translate(624,624) scale(0.48,0.48)" }, [
|
|
2564
|
+
e("g", { transform: "" }, [
|
|
2565
|
+
e("rect", {
|
|
2566
|
+
x: "0",
|
|
2567
|
+
y: "0",
|
|
2568
|
+
class: "color-target",
|
|
2569
|
+
width: "100",
|
|
2570
|
+
height: "100"
|
|
2571
|
+
})
|
|
2572
|
+
])
|
|
2573
|
+
], -1),
|
|
2574
|
+
e("g", { transform: "translate(672,624) scale(0.48,0.48)" }, [
|
|
2575
|
+
e("g", { transform: "" }, [
|
|
2576
|
+
e("rect", {
|
|
2577
|
+
x: "0",
|
|
2578
|
+
y: "0",
|
|
2579
|
+
class: "color-target",
|
|
2580
|
+
width: "100",
|
|
2581
|
+
height: "100"
|
|
2582
|
+
})
|
|
2583
|
+
])
|
|
2584
|
+
], -1),
|
|
2585
|
+
e("g", { transform: "translate(720,624) scale(0.48,0.48)" }, [
|
|
2586
|
+
e("g", { transform: "" }, [
|
|
2587
|
+
e("rect", {
|
|
2588
|
+
x: "0",
|
|
2589
|
+
y: "0",
|
|
2590
|
+
class: "color-target",
|
|
2591
|
+
width: "100",
|
|
2592
|
+
height: "100"
|
|
2593
|
+
})
|
|
2594
|
+
])
|
|
2595
|
+
], -1),
|
|
2596
|
+
e("g", { transform: "translate(816,624) scale(0.48,0.48)" }, [
|
|
2597
|
+
e("g", { transform: "" }, [
|
|
2598
|
+
e("rect", {
|
|
2599
|
+
x: "0",
|
|
2600
|
+
y: "0",
|
|
2601
|
+
class: "color-target",
|
|
2602
|
+
width: "100",
|
|
2603
|
+
height: "100"
|
|
2604
|
+
})
|
|
2605
|
+
])
|
|
2606
|
+
], -1),
|
|
2607
|
+
e("g", { transform: "translate(576,672) scale(0.48,0.48)" }, [
|
|
2608
|
+
e("g", { transform: "" }, [
|
|
2609
|
+
e("rect", {
|
|
2610
|
+
x: "0",
|
|
2611
|
+
y: "0",
|
|
2612
|
+
class: "color-target",
|
|
2613
|
+
width: "100",
|
|
2614
|
+
height: "100"
|
|
2615
|
+
})
|
|
2616
|
+
])
|
|
2617
|
+
], -1),
|
|
2618
|
+
e("g", { transform: "translate(672,672) scale(0.48,0.48)" }, [
|
|
2619
|
+
e("g", { transform: "" }, [
|
|
2620
|
+
e("rect", {
|
|
2621
|
+
x: "0",
|
|
2622
|
+
y: "0",
|
|
2623
|
+
class: "color-target",
|
|
2624
|
+
width: "100",
|
|
2625
|
+
height: "100"
|
|
2626
|
+
})
|
|
2627
|
+
])
|
|
2628
|
+
], -1),
|
|
2629
|
+
e("g", { transform: "translate(720,672) scale(0.48,0.48)" }, [
|
|
2630
|
+
e("g", { transform: "" }, [
|
|
2631
|
+
e("rect", {
|
|
2632
|
+
x: "0",
|
|
2633
|
+
y: "0",
|
|
2634
|
+
class: "color-target",
|
|
2635
|
+
width: "100",
|
|
2636
|
+
height: "100"
|
|
2637
|
+
})
|
|
2638
|
+
])
|
|
2639
|
+
], -1),
|
|
2640
|
+
e("g", { transform: "translate(912,672) scale(0.48,0.48)" }, [
|
|
2641
|
+
e("g", { transform: "" }, [
|
|
2642
|
+
e("rect", {
|
|
2643
|
+
x: "0",
|
|
2644
|
+
y: "0",
|
|
2645
|
+
class: "color-target",
|
|
2646
|
+
width: "100",
|
|
2647
|
+
height: "100"
|
|
2648
|
+
})
|
|
2649
|
+
])
|
|
2650
|
+
], -1),
|
|
2651
|
+
e("g", { transform: "translate(384,720) scale(0.48,0.48)" }, [
|
|
2652
|
+
e("g", { transform: "" }, [
|
|
2653
|
+
e("rect", {
|
|
2654
|
+
x: "0",
|
|
2655
|
+
class: "color-target",
|
|
2656
|
+
width: "100",
|
|
2657
|
+
height: "100"
|
|
2658
|
+
})
|
|
2659
|
+
])
|
|
2660
|
+
], -1),
|
|
2661
|
+
e("g", { transform: "translate(528,720) scale(0.48,0.48)" }, [
|
|
2662
|
+
e("g", { transform: "" }, [
|
|
2663
|
+
e("rect", {
|
|
2664
|
+
x: "0",
|
|
2665
|
+
class: "color-target",
|
|
2666
|
+
width: "100",
|
|
2667
|
+
height: "100"
|
|
2668
|
+
})
|
|
2669
|
+
])
|
|
2670
|
+
], -1),
|
|
2671
|
+
e("g", { transform: "translate(576,720) scale(0.48,0.48)" }, [
|
|
2672
|
+
e("g", { transform: "" }, [
|
|
2673
|
+
e("rect", {
|
|
2674
|
+
x: "0",
|
|
2675
|
+
class: "color-target",
|
|
2676
|
+
width: "100",
|
|
2677
|
+
height: "100"
|
|
2678
|
+
})
|
|
2679
|
+
])
|
|
2680
|
+
], -1),
|
|
2681
|
+
e("g", { transform: "translate(624,720) scale(0.48,0.48)" }, [
|
|
2682
|
+
e("g", { transform: "" }, [
|
|
2683
|
+
e("rect", {
|
|
2684
|
+
x: "0",
|
|
2685
|
+
class: "color-target",
|
|
2686
|
+
width: "100",
|
|
2687
|
+
height: "100"
|
|
2688
|
+
})
|
|
2689
|
+
])
|
|
2690
|
+
], -1),
|
|
2691
|
+
e("g", { transform: "translate(672,720) scale(0.48,0.48)" }, [
|
|
2692
|
+
e("g", { transform: "" }, [
|
|
2693
|
+
e("rect", {
|
|
2694
|
+
x: "0",
|
|
2695
|
+
class: "color-target",
|
|
2696
|
+
width: "100",
|
|
2697
|
+
height: "100"
|
|
2698
|
+
})
|
|
2699
|
+
])
|
|
2700
|
+
], -1),
|
|
2701
|
+
e("g", { transform: "translate(816,720) scale(0.48,0.48)" }, [
|
|
2702
|
+
e("g", { transform: "" }, [
|
|
2703
|
+
e("rect", {
|
|
2704
|
+
x: "0",
|
|
2705
|
+
class: "color-target",
|
|
2706
|
+
width: "100",
|
|
2707
|
+
height: "100"
|
|
2708
|
+
})
|
|
2709
|
+
])
|
|
2710
|
+
], -1),
|
|
2711
|
+
e("g", { transform: "translate(864,720) scale(0.48,0.48)" }, [
|
|
2712
|
+
e("g", { transform: "" }, [
|
|
2713
|
+
e("rect", {
|
|
2714
|
+
x: "0",
|
|
2715
|
+
class: "color-target",
|
|
2716
|
+
width: "100",
|
|
2717
|
+
height: "100"
|
|
2718
|
+
})
|
|
2719
|
+
])
|
|
2720
|
+
], -1),
|
|
2721
|
+
e("g", { transform: "translate(960,720) scale(0.48,0.48)" }, [
|
|
2722
|
+
e("g", { transform: "" }, [
|
|
2723
|
+
e("rect", {
|
|
2724
|
+
x: "0",
|
|
2725
|
+
class: "color-target",
|
|
2726
|
+
width: "100",
|
|
2727
|
+
height: "100"
|
|
2728
|
+
})
|
|
2729
|
+
])
|
|
2730
|
+
], -1),
|
|
2731
|
+
e("g", { transform: "translate(384,768) scale(0.48,0.48)" }, [
|
|
2732
|
+
e("g", { transform: "" }, [
|
|
2733
|
+
e("rect", {
|
|
2734
|
+
x: "0",
|
|
2735
|
+
class: "color-target",
|
|
2736
|
+
width: "100",
|
|
2737
|
+
height: "100"
|
|
2738
|
+
})
|
|
2739
|
+
])
|
|
2740
|
+
], -1),
|
|
2741
|
+
e("g", { transform: "translate(432,768) scale(0.48,0.48)" }, [
|
|
2742
|
+
e("g", { transform: "" }, [
|
|
2743
|
+
e("rect", {
|
|
2744
|
+
x: "0",
|
|
2745
|
+
class: "color-target",
|
|
2746
|
+
width: "100",
|
|
2747
|
+
height: "100"
|
|
2748
|
+
})
|
|
2749
|
+
])
|
|
2750
|
+
], -1),
|
|
2751
|
+
e("g", { transform: "translate(480,768) scale(0.48,0.48)" }, [
|
|
2752
|
+
e("g", { transform: "" }, [
|
|
2753
|
+
e("rect", {
|
|
2754
|
+
x: "0",
|
|
2755
|
+
class: "color-target",
|
|
2756
|
+
width: "100",
|
|
2757
|
+
height: "100"
|
|
2758
|
+
})
|
|
2759
|
+
])
|
|
2760
|
+
], -1),
|
|
2761
|
+
e("g", { transform: "translate(576,768) scale(0.48,0.48)" }, [
|
|
2762
|
+
e("g", { transform: "" }, [
|
|
2763
|
+
e("rect", {
|
|
2764
|
+
x: "0",
|
|
2765
|
+
class: "color-target",
|
|
2766
|
+
width: "100",
|
|
2767
|
+
height: "100"
|
|
2768
|
+
})
|
|
2769
|
+
])
|
|
2770
|
+
], -1),
|
|
2771
|
+
e("g", { transform: "translate(720,768) scale(0.48,0.48)" }, [
|
|
2772
|
+
e("g", { transform: "" }, [
|
|
2773
|
+
e("rect", {
|
|
2774
|
+
x: "0",
|
|
2775
|
+
class: "color-target",
|
|
2776
|
+
width: "100",
|
|
2777
|
+
height: "100"
|
|
2778
|
+
})
|
|
2779
|
+
])
|
|
2780
|
+
], -1),
|
|
2781
|
+
e("g", { transform: "translate(912,768) scale(0.48,0.48)" }, [
|
|
2782
|
+
e("g", { transform: "" }, [
|
|
2783
|
+
e("rect", {
|
|
2784
|
+
x: "0",
|
|
2785
|
+
class: "color-target",
|
|
2786
|
+
width: "100",
|
|
2787
|
+
height: "100"
|
|
2788
|
+
})
|
|
2789
|
+
])
|
|
2790
|
+
], -1),
|
|
2791
|
+
e("g", { transform: "translate(384,816) scale(0.48,0.48)" }, [
|
|
2792
|
+
e("g", { transform: "" }, [
|
|
2793
|
+
e("rect", {
|
|
2794
|
+
x: "0",
|
|
2795
|
+
y: "0",
|
|
2796
|
+
class: "color-target",
|
|
2797
|
+
width: "100",
|
|
2798
|
+
height: "100"
|
|
2799
|
+
})
|
|
2800
|
+
])
|
|
2801
|
+
], -1),
|
|
2802
|
+
e("g", { transform: "translate(576,816) scale(0.48,0.48)" }, [
|
|
2803
|
+
e("g", { transform: "" }, [
|
|
2804
|
+
e("rect", {
|
|
2805
|
+
x: "0",
|
|
2806
|
+
y: "0",
|
|
2807
|
+
class: "color-target",
|
|
2808
|
+
width: "100",
|
|
2809
|
+
height: "100"
|
|
2810
|
+
})
|
|
2811
|
+
])
|
|
2812
|
+
], -1),
|
|
2813
|
+
e("g", { transform: "translate(720,816) scale(0.48,0.48)" }, [
|
|
2814
|
+
e("g", { transform: "" }, [
|
|
2815
|
+
e("rect", {
|
|
2816
|
+
x: "0",
|
|
2817
|
+
y: "0",
|
|
2818
|
+
class: "color-target",
|
|
2819
|
+
width: "100",
|
|
2820
|
+
height: "100"
|
|
2821
|
+
})
|
|
2822
|
+
])
|
|
2823
|
+
], -1),
|
|
2824
|
+
e("g", { transform: "translate(768,816) scale(0.48,0.48)" }, [
|
|
2825
|
+
e("g", { transform: "" }, [
|
|
2826
|
+
e("rect", {
|
|
2827
|
+
x: "0",
|
|
2828
|
+
y: "0",
|
|
2829
|
+
class: "color-target",
|
|
2830
|
+
width: "100",
|
|
2831
|
+
height: "100"
|
|
2832
|
+
})
|
|
2833
|
+
])
|
|
2834
|
+
], -1),
|
|
2835
|
+
e("g", { transform: "translate(864,816) scale(0.48,0.48)" }, [
|
|
2836
|
+
e("g", { transform: "" }, [
|
|
2837
|
+
e("rect", {
|
|
2838
|
+
x: "0",
|
|
2839
|
+
y: "0",
|
|
2840
|
+
class: "color-target",
|
|
2841
|
+
width: "100",
|
|
2842
|
+
height: "100"
|
|
2843
|
+
})
|
|
2844
|
+
])
|
|
2845
|
+
], -1),
|
|
2846
|
+
e("g", { transform: "translate(384,864) scale(0.48,0.48)" }, [
|
|
2847
|
+
e("g", { transform: "" }, [
|
|
2848
|
+
e("rect", {
|
|
2849
|
+
x: "0",
|
|
2850
|
+
y: "0",
|
|
2851
|
+
class: "color-target",
|
|
2852
|
+
width: "100",
|
|
2853
|
+
height: "100"
|
|
2854
|
+
})
|
|
2855
|
+
])
|
|
2856
|
+
], -1),
|
|
2857
|
+
e("g", { transform: "translate(432,864) scale(0.48,0.48)" }, [
|
|
2858
|
+
e("g", { transform: "" }, [
|
|
2859
|
+
e("rect", {
|
|
2860
|
+
x: "0",
|
|
2861
|
+
y: "0",
|
|
2862
|
+
class: "color-target",
|
|
2863
|
+
width: "100",
|
|
2864
|
+
height: "100"
|
|
2865
|
+
})
|
|
2866
|
+
])
|
|
2867
|
+
], -1),
|
|
2868
|
+
e("g", { transform: "translate(480,864) scale(0.48,0.48)" }, [
|
|
2869
|
+
e("g", { transform: "" }, [
|
|
2870
|
+
e("rect", {
|
|
2871
|
+
x: "0",
|
|
2872
|
+
y: "0",
|
|
2873
|
+
class: "color-target",
|
|
2874
|
+
width: "100",
|
|
2875
|
+
height: "100"
|
|
2876
|
+
})
|
|
2877
|
+
])
|
|
2878
|
+
], -1),
|
|
2879
|
+
e("g", { transform: "translate(528,864) scale(0.48,0.48)" }, [
|
|
2880
|
+
e("g", { transform: "" }, [
|
|
2881
|
+
e("rect", {
|
|
2882
|
+
x: "0",
|
|
2883
|
+
y: "0",
|
|
2884
|
+
class: "color-target",
|
|
2885
|
+
width: "100",
|
|
2886
|
+
height: "100"
|
|
2887
|
+
})
|
|
2888
|
+
])
|
|
2889
|
+
], -1),
|
|
2890
|
+
e("g", { transform: "translate(624,864) scale(0.48,0.48)" }, [
|
|
2891
|
+
e("g", { transform: "" }, [
|
|
2892
|
+
e("rect", {
|
|
2893
|
+
x: "0",
|
|
2894
|
+
y: "0",
|
|
2895
|
+
class: "color-target",
|
|
2896
|
+
width: "100",
|
|
2897
|
+
height: "100"
|
|
2898
|
+
})
|
|
2899
|
+
])
|
|
2900
|
+
], -1),
|
|
2901
|
+
e("g", { transform: "translate(816,864) scale(0.48,0.48)" }, [
|
|
2902
|
+
e("g", { transform: "" }, [
|
|
2903
|
+
e("rect", {
|
|
2904
|
+
x: "0",
|
|
2905
|
+
y: "0",
|
|
2906
|
+
class: "color-target",
|
|
2907
|
+
width: "100",
|
|
2908
|
+
height: "100"
|
|
2909
|
+
})
|
|
2910
|
+
])
|
|
2911
|
+
], -1),
|
|
2912
|
+
e("g", { transform: "translate(864,864) scale(0.48,0.48)" }, [
|
|
2913
|
+
e("g", { transform: "" }, [
|
|
2914
|
+
e("rect", {
|
|
2915
|
+
x: "0",
|
|
2916
|
+
y: "0",
|
|
2917
|
+
class: "color-target",
|
|
2918
|
+
width: "100",
|
|
2919
|
+
height: "100"
|
|
2920
|
+
})
|
|
2921
|
+
])
|
|
2922
|
+
], -1),
|
|
2923
|
+
e("g", { transform: "translate(480,912) scale(0.48,0.48)" }, [
|
|
2924
|
+
e("g", { transform: "" }, [
|
|
2925
|
+
e("rect", {
|
|
2926
|
+
x: "0",
|
|
2927
|
+
y: "0",
|
|
2928
|
+
class: "color-target",
|
|
2929
|
+
width: "100",
|
|
2930
|
+
height: "100"
|
|
2931
|
+
})
|
|
2932
|
+
])
|
|
2933
|
+
], -1),
|
|
2934
|
+
e("g", { transform: "translate(720,912) scale(0.48,0.48)" }, [
|
|
2935
|
+
e("g", { transform: "" }, [
|
|
2936
|
+
e("rect", {
|
|
2937
|
+
x: "0",
|
|
2938
|
+
y: "0",
|
|
2939
|
+
class: "color-target",
|
|
2940
|
+
width: "100",
|
|
2941
|
+
height: "100"
|
|
2942
|
+
})
|
|
2943
|
+
])
|
|
2944
|
+
], -1),
|
|
2945
|
+
e("g", { transform: "translate(768,912) scale(0.48,0.48)" }, [
|
|
2946
|
+
e("g", { transform: "" }, [
|
|
2947
|
+
e("rect", {
|
|
2948
|
+
x: "0",
|
|
2949
|
+
y: "0",
|
|
2950
|
+
class: "color-target",
|
|
2951
|
+
width: "100",
|
|
2952
|
+
height: "100"
|
|
2953
|
+
})
|
|
2954
|
+
])
|
|
2955
|
+
], -1),
|
|
2956
|
+
e("g", { transform: "translate(816,912) scale(0.48,0.48)" }, [
|
|
2957
|
+
e("g", { transform: "" }, [
|
|
2958
|
+
e("rect", {
|
|
2959
|
+
x: "0",
|
|
2960
|
+
y: "0",
|
|
2961
|
+
class: "color-target",
|
|
2962
|
+
width: "100",
|
|
2963
|
+
height: "100"
|
|
2964
|
+
})
|
|
2965
|
+
])
|
|
2966
|
+
], -1),
|
|
2967
|
+
e("g", { transform: "translate(864,912) scale(0.48,0.48)" }, [
|
|
2968
|
+
e("g", { transform: "" }, [
|
|
2969
|
+
e("rect", {
|
|
2970
|
+
x: "0",
|
|
2971
|
+
y: "0",
|
|
2972
|
+
class: "color-target",
|
|
2973
|
+
width: "100",
|
|
2974
|
+
height: "100"
|
|
2975
|
+
})
|
|
2976
|
+
])
|
|
2977
|
+
], -1),
|
|
2978
|
+
e("g", { transform: "translate(384,960) scale(0.48,0.48)" }, [
|
|
2979
|
+
e("g", { transform: "" }, [
|
|
2980
|
+
e("rect", {
|
|
2981
|
+
x: "0",
|
|
2982
|
+
y: "0",
|
|
2983
|
+
class: "color-target",
|
|
2984
|
+
width: "100",
|
|
2985
|
+
height: "100"
|
|
2986
|
+
})
|
|
2987
|
+
])
|
|
2988
|
+
], -1),
|
|
2989
|
+
e("g", { transform: "translate(432,960) scale(0.48,0.48)" }, [
|
|
2990
|
+
e("g", { transform: "" }, [
|
|
2991
|
+
e("rect", {
|
|
2992
|
+
x: "0",
|
|
2993
|
+
y: "0",
|
|
2994
|
+
class: "color-target",
|
|
2995
|
+
width: "100",
|
|
2996
|
+
height: "100"
|
|
2997
|
+
})
|
|
2998
|
+
])
|
|
2999
|
+
], -1),
|
|
3000
|
+
e("g", { transform: "translate(528,960) scale(0.48,0.48)" }, [
|
|
3001
|
+
e("g", { transform: "" }, [
|
|
3002
|
+
e("rect", {
|
|
3003
|
+
x: "0",
|
|
3004
|
+
y: "0",
|
|
3005
|
+
class: "color-target",
|
|
3006
|
+
width: "100",
|
|
3007
|
+
height: "100"
|
|
3008
|
+
})
|
|
3009
|
+
])
|
|
3010
|
+
], -1),
|
|
3011
|
+
e("g", { transform: "translate(624,960) scale(0.48,0.48)" }, [
|
|
3012
|
+
e("g", { transform: "" }, [
|
|
3013
|
+
e("rect", {
|
|
3014
|
+
x: "0",
|
|
3015
|
+
y: "0",
|
|
3016
|
+
class: "color-target",
|
|
3017
|
+
width: "100",
|
|
3018
|
+
height: "100"
|
|
3019
|
+
})
|
|
3020
|
+
])
|
|
3021
|
+
], -1),
|
|
3022
|
+
e("g", { transform: "translate(768,960) scale(0.48,0.48)" }, [
|
|
3023
|
+
e("g", { transform: "" }, [
|
|
3024
|
+
e("rect", {
|
|
3025
|
+
x: "0",
|
|
3026
|
+
y: "0",
|
|
3027
|
+
class: "color-target",
|
|
3028
|
+
width: "100",
|
|
3029
|
+
height: "100"
|
|
3030
|
+
})
|
|
3031
|
+
])
|
|
3032
|
+
], -1),
|
|
3033
|
+
e("g", { transform: "translate(912,960) scale(0.48,0.48)" }, [
|
|
3034
|
+
e("g", { transform: "" }, [
|
|
3035
|
+
e("rect", {
|
|
3036
|
+
x: "0",
|
|
3037
|
+
y: "0",
|
|
3038
|
+
class: "color-target",
|
|
3039
|
+
width: "100",
|
|
3040
|
+
height: "100"
|
|
3041
|
+
})
|
|
3042
|
+
])
|
|
3043
|
+
], -1),
|
|
3044
|
+
e("g", { transform: "translate(0,0) scale(3.36, 3.36)" }, [
|
|
3045
|
+
e("g", { transform: "" }, [
|
|
3046
|
+
e("g", null, [
|
|
3047
|
+
e("rect", {
|
|
3048
|
+
x: "15",
|
|
3049
|
+
y: "15",
|
|
3050
|
+
class: "negative-space",
|
|
3051
|
+
width: "70",
|
|
3052
|
+
height: "70"
|
|
3053
|
+
}),
|
|
3054
|
+
e("path", {
|
|
3055
|
+
class: "color-target",
|
|
3056
|
+
d: "M85,0H15H0v15v70v15h15h70h15V85V15V0H85z M85,85H15V15h70V85z"
|
|
3057
|
+
})
|
|
3058
|
+
])
|
|
3059
|
+
])
|
|
3060
|
+
], -1),
|
|
3061
|
+
e("g", { transform: "translate(672,0) scale(3.36, 3.36)" }, [
|
|
3062
|
+
e("g", { transform: "" }, [
|
|
3063
|
+
e("g", null, [
|
|
3064
|
+
e("rect", {
|
|
3065
|
+
x: "15",
|
|
3066
|
+
y: "15",
|
|
3067
|
+
class: "negative-space",
|
|
3068
|
+
width: "70",
|
|
3069
|
+
height: "70"
|
|
3070
|
+
}),
|
|
3071
|
+
e("path", {
|
|
3072
|
+
class: "color-target",
|
|
3073
|
+
d: "M85,0H15H0v15v70v15h15h70h15V85V15V0H85z M85,85H15V15h70V85z"
|
|
3074
|
+
})
|
|
3075
|
+
])
|
|
3076
|
+
])
|
|
3077
|
+
], -1),
|
|
3078
|
+
e("g", { transform: "translate(0,672) scale(3.36, 3.36)" }, [
|
|
3079
|
+
e("g", { transform: "" }, [
|
|
3080
|
+
e("g", null, [
|
|
3081
|
+
e("rect", {
|
|
3082
|
+
x: "15",
|
|
3083
|
+
y: "15",
|
|
3084
|
+
class: "negative-space",
|
|
3085
|
+
width: "70",
|
|
3086
|
+
height: "70"
|
|
3087
|
+
}),
|
|
3088
|
+
e("path", {
|
|
3089
|
+
class: "color-target",
|
|
3090
|
+
d: "M85,0H15H0v15v70v15h15h70h15V85V15V0H85z M85,85H15V15h70V85z"
|
|
3091
|
+
})
|
|
3092
|
+
])
|
|
3093
|
+
])
|
|
3094
|
+
], -1),
|
|
3095
|
+
e("g", { transform: "translate(96,96) scale(1.44, 1.44)" }, [
|
|
3096
|
+
e("g", { transform: "" }, [
|
|
3097
|
+
e("rect", {
|
|
3098
|
+
x: "0",
|
|
3099
|
+
y: "0",
|
|
3100
|
+
class: "color-target",
|
|
3101
|
+
width: "100",
|
|
3102
|
+
height: "100"
|
|
3103
|
+
})
|
|
3104
|
+
])
|
|
3105
|
+
], -1),
|
|
3106
|
+
e("g", { transform: "translate(768,96) scale(1.44, 1.44)" }, [
|
|
3107
|
+
e("g", { transform: "" }, [
|
|
3108
|
+
e("rect", {
|
|
3109
|
+
x: "0",
|
|
3110
|
+
y: "0",
|
|
3111
|
+
class: "color-target",
|
|
3112
|
+
width: "100",
|
|
3113
|
+
height: "100"
|
|
3114
|
+
})
|
|
3115
|
+
])
|
|
3116
|
+
], -1),
|
|
3117
|
+
e("g", { transform: "translate(96,768) scale(1.44, 1.44)" }, [
|
|
3118
|
+
e("g", { transform: "" }, [
|
|
3119
|
+
e("rect", {
|
|
3120
|
+
x: "0",
|
|
3121
|
+
y: "0",
|
|
3122
|
+
class: "color-target",
|
|
3123
|
+
width: "100",
|
|
3124
|
+
height: "100"
|
|
3125
|
+
})
|
|
3126
|
+
])
|
|
3127
|
+
], -1)
|
|
3128
|
+
]));
|
|
3129
|
+
}
|
|
3130
|
+
const ja = /* @__PURE__ */ F(ua, [["render", ma]]), fa = {
|
|
3131
|
+
name: "IconSave"
|
|
3132
|
+
};
|
|
3133
|
+
function ha(t, c, n, l, o, a) {
|
|
3134
|
+
return d(), u("g", null, c[0] || (c[0] = [
|
|
3135
|
+
e("defs", null, [
|
|
3136
|
+
e("path", {
|
|
3137
|
+
id: "icon-save",
|
|
3138
|
+
d: "M20.268 3.857c.983.877 1.652 1.923 2.007 3.139a6.42 6.42 0 0 1 0 3.371c-.3 1.145-.82 2.114-1.557 2.905l-7.167 7.55c-.436.452-.955.678-1.556.678-.6 0-1.12-.226-1.556-.679l-7.167-7.549c-.737-.791-1.256-1.76-1.557-2.905a6.148 6.148 0 0 1 .041-3.371c.328-1.216.983-2.262 1.966-3.139a5.24 5.24 0 0 1 2.662-1.272 6.08 6.08 0 0 1 3.01.254c.997.34 1.864.89 2.601 1.654a6.463 6.463 0 0 1 2.6-1.654c.997-.339 2-.424 3.01-.254a5.24 5.24 0 0 1 2.663 1.272zm-.942 7.973c.491-.537.84-1.194 1.044-1.972a4.287 4.287 0 0 0-.02-2.311c-.219-.82-.67-1.527-1.352-2.12-.791-.68-1.727-.976-2.805-.891-1.079.085-2 .537-2.764 1.357l-1.434 1.484-1.433-1.484c-.765-.82-1.686-1.272-2.765-1.357-1.078-.085-2.013.212-2.805.89-.683.594-1.133 1.3-1.352 2.12a4.287 4.287 0 0 0-.02 2.312c.205.778.553 1.435 1.044 1.972l7.208 7.55c.082.113.164.113.246 0l7.208-7.55z"
|
|
3139
|
+
})
|
|
3140
|
+
], -1),
|
|
3141
|
+
e("g", {
|
|
3142
|
+
fill: "none",
|
|
3143
|
+
"fill-rule": "evenodd"
|
|
3144
|
+
}, [
|
|
3145
|
+
e("mask", { id: "icon-save-mask" }, [
|
|
3146
|
+
e("use", { "xlink:href": "#icon-save" })
|
|
3147
|
+
]),
|
|
3148
|
+
e("use", {
|
|
3149
|
+
class: "color-target",
|
|
3150
|
+
"xlink:href": "#icon-save"
|
|
3151
|
+
}),
|
|
3152
|
+
e("g", { mask: "url(#icon-save-mask)" }, [
|
|
3153
|
+
e("path", { d: "M0 0h24v24H0z" })
|
|
3154
|
+
])
|
|
3155
|
+
], -1)
|
|
3156
|
+
]));
|
|
3157
|
+
}
|
|
3158
|
+
const qa = /* @__PURE__ */ F(fa, [["render", ha]]), va = {
|
|
3159
|
+
name: "IconShare"
|
|
3160
|
+
};
|
|
3161
|
+
function Aa(t, c, n, l, o, a) {
|
|
3162
|
+
return d(), u("g", null, c[0] || (c[0] = [
|
|
3163
|
+
e("defs", null, [
|
|
3164
|
+
e("path", {
|
|
3165
|
+
id: "icon-share",
|
|
3166
|
+
d: "M23.417 7.98c.389.383.583.848.583 1.395s-.194 1.012-.583 1.395l-6 5.906a2.063 2.063 0 0 1-1.438.574 1.957 1.957 0 0 1-1.396-.554c-.389-.369-.583-.84-.583-1.415v-2.215c-1.361.11-2.326.294-2.896.554-.57.26-.882.609-.937 1.046-.028.355.083.902.333 1.64.194.575.146 1.101-.146 1.58a2.06 2.06 0 0 1-1.25.943c-.541.15-1.062.075-1.562-.225-1.111-.684-1.98-1.539-2.604-2.564A6.377 6.377 0 0 1 4 12.656c0-1.613.5-2.967 1.5-4.06.833-.903 1.986-1.586 3.458-2.051 1.334-.41 3.014-.656 5.042-.738V3.469c0-.574.194-1.046.583-1.415.39-.37.854-.554 1.396-.554.542 0 1.021.191 1.438.574l6 5.906zM16 15.281l6-5.906-6-5.906v4.265c-1.944.028-3.486.123-4.625.287-1.667.274-2.93.725-3.792 1.354C6.528 10.168 6 11.262 6 12.656c0 .985.278 1.873.833 2.666a5.76 5.76 0 0 0 1.75 1.6c-.527-1.586-.527-2.817 0-3.692.473-.82 1.39-1.408 2.75-1.763 1.111-.274 2.667-.424 4.667-.451v4.265zm1.042 3.446c.305-.082.597-.206.875-.37a.446.446 0 0 1 .5-.02c.166.096.25.24.25.43v1.764c0 .547-.195 1.012-.584 1.395a1.944 1.944 0 0 1-1.416.574H2a1.944 1.944 0 0 1-1.417-.574A1.884 1.884 0 0 1 0 20.53V6.094c0-.547.194-1.012.583-1.395A1.944 1.944 0 0 1 2 4.125h5.5c.139 0 .257.048.354.144A.47.47 0 0 1 8 4.617v.164c0 .246-.111.41-.333.492a13.94 13.94 0 0 0-1.584.739.453.453 0 0 1-.25.082H2.25c-.056 0-.111.027-.167.082-.055.054-.083.11-.083.164v13.945c0 .055.028.11.083.164.056.055.111.082.167.082h14.167c.055 0 .11-.027.166-.082.056-.054.084-.11.084-.164V19.22a.43.43 0 0 1 .104-.287c.07-.082.16-.15.27-.205z"
|
|
3167
|
+
})
|
|
3168
|
+
], -1),
|
|
3169
|
+
e("g", {
|
|
3170
|
+
fill: "none",
|
|
3171
|
+
"fill-rule": "evenodd"
|
|
3172
|
+
}, [
|
|
3173
|
+
e("mask", { id: "icon-share-mask" }, [
|
|
3174
|
+
e("use", { "xlink:href": "#icon-share" })
|
|
3175
|
+
]),
|
|
3176
|
+
e("use", {
|
|
3177
|
+
class: "color-target",
|
|
3178
|
+
"xlink:href": "#icon-share"
|
|
3179
|
+
}),
|
|
3180
|
+
e("g", { mask: "url(#icon-share-mask)" }, [
|
|
3181
|
+
e("path", { d: "M0 0h24v24H0z" })
|
|
3182
|
+
])
|
|
3183
|
+
], -1)
|
|
3184
|
+
]));
|
|
3185
|
+
}
|
|
3186
|
+
const Wa = /* @__PURE__ */ F(va, [["render", Aa]]), L = {
|
|
3187
|
+
prefix: "",
|
|
3188
|
+
suffix: "",
|
|
3189
|
+
thousands: ",",
|
|
3190
|
+
decimal: ".",
|
|
3191
|
+
precision: 2,
|
|
3192
|
+
allowBlank: !1,
|
|
3193
|
+
min: Number.MIN_SAFE_INTEGER,
|
|
3194
|
+
max: Number.MAX_SAFE_INTEGER
|
|
3195
|
+
};
|
|
3196
|
+
var O = function(t, c = L) {
|
|
3197
|
+
if (c.allowBlank && t === "")
|
|
3198
|
+
return "";
|
|
3199
|
+
typeof t == "number" && (t = t.toFixed(de(c.precision)));
|
|
3200
|
+
var n = t.indexOf("-") >= 0 ? "-" : "", l = ie(t), o = ue(l, c.precision), a = ge(o).split("."), r = a[0], s = a[1];
|
|
3201
|
+
return r = ya(r, c.thousands), c.prefix + n + xa(r, s, c.decimal) + c.suffix;
|
|
3202
|
+
}, j = function(t, c) {
|
|
3203
|
+
var n = t.indexOf("-") >= 0 ? -1 : 1, l = ie(t), o = ue(l, c);
|
|
3204
|
+
return parseFloat(o) * n;
|
|
3205
|
+
}, ie = function(t) {
|
|
3206
|
+
return ge(t).replace(/\D+/g, "") || "0";
|
|
3207
|
+
}, de = function(t) {
|
|
3208
|
+
return pa(0, t, 20);
|
|
3209
|
+
}, pa = function(t, c, n) {
|
|
3210
|
+
return Math.max(t, Math.min(c, n));
|
|
3211
|
+
}, ue = function(t, c) {
|
|
3212
|
+
var n = Math.pow(10, c), l = parseFloat(t) / n;
|
|
3213
|
+
return l.toFixed(de(c));
|
|
3214
|
+
}, ya = function(t, c) {
|
|
3215
|
+
return t.replace(/(\d)(?=(?:\d{3})+\b)/gm, `$1${c}`);
|
|
3216
|
+
}, xa = function(t, c, n) {
|
|
3217
|
+
return c ? t + n + c : t;
|
|
3218
|
+
}, ge = function(t) {
|
|
3219
|
+
return t ? t.toString() : "";
|
|
3220
|
+
}, oe = function(t, c) {
|
|
3221
|
+
var n = function() {
|
|
3222
|
+
t.setSelectionRange(c, c);
|
|
3223
|
+
};
|
|
3224
|
+
t === document.activeElement && (n(), setTimeout(n, 1));
|
|
3225
|
+
}, X = function(t) {
|
|
3226
|
+
var c = document.createEvent("Event");
|
|
3227
|
+
return c.initEvent(t, !0, !0), c;
|
|
3228
|
+
};
|
|
3229
|
+
function wa(t, c) {
|
|
3230
|
+
return t = t || {}, c = c || {}, Object.keys(t).concat(Object.keys(c)).reduce(function(n, l) {
|
|
3231
|
+
return n[l] = c[l] === void 0 ? t[l] : c[l], n;
|
|
3232
|
+
}, {});
|
|
3233
|
+
}
|
|
3234
|
+
function Ia(t, c) {
|
|
3235
|
+
if (c.value) {
|
|
3236
|
+
var n = wa(L, c.value);
|
|
3237
|
+
if (t.tagName.toLocaleUpperCase() !== "INPUT") {
|
|
3238
|
+
var l = t.getElementsByTagName("input");
|
|
3239
|
+
l.length !== 1 || (t = l[0]);
|
|
3240
|
+
}
|
|
3241
|
+
t.onkeydown = function(o) {
|
|
3242
|
+
var a = o.which === 8 || o.which === 46, r = t.value.length - t.selectionEnd === 0;
|
|
3243
|
+
n.allowBlank && a && r && j(t.value, 0) === 0 && (t.value = "", t.dispatchEvent(X("change")));
|
|
3244
|
+
}, t.oninput = function() {
|
|
3245
|
+
var o = t.value.length - t.selectionEnd;
|
|
3246
|
+
t.value = O(t.value, n), o = Math.max(o, n.suffix.length), o = t.value.length - o, o = Math.max(o, n.prefix.length + 1), oe(t, o), t.dispatchEvent(X("change"));
|
|
3247
|
+
}, t.onfocus = function() {
|
|
3248
|
+
let o = t.value.length - n.suffix.length;
|
|
3249
|
+
t.value.indexOf(".") > -1 && (o -= n.precision + 1), oe(t, o);
|
|
3250
|
+
}, t.oninput(), t.dispatchEvent(X("input"));
|
|
3251
|
+
}
|
|
3252
|
+
}
|
|
3253
|
+
const Ca = {
|
|
3254
|
+
name: "Money",
|
|
3255
|
+
props: {
|
|
3256
|
+
value: {
|
|
3257
|
+
required: !0,
|
|
3258
|
+
type: [Number, String],
|
|
3259
|
+
default: 0
|
|
3260
|
+
},
|
|
3261
|
+
masked: {
|
|
3262
|
+
type: Boolean,
|
|
3263
|
+
default: !1
|
|
3264
|
+
},
|
|
3265
|
+
precision: {
|
|
3266
|
+
type: Number,
|
|
3267
|
+
default: () => L.precision
|
|
3268
|
+
},
|
|
3269
|
+
decimal: {
|
|
3270
|
+
type: String,
|
|
3271
|
+
default: () => L.decimal
|
|
3272
|
+
},
|
|
3273
|
+
thousands: {
|
|
3274
|
+
type: String,
|
|
3275
|
+
default: () => L.thousands
|
|
3276
|
+
},
|
|
3277
|
+
prefix: {
|
|
3278
|
+
type: String,
|
|
3279
|
+
default: () => L.prefix
|
|
3280
|
+
},
|
|
3281
|
+
suffix: {
|
|
3282
|
+
type: String,
|
|
3283
|
+
default: () => L.suffix
|
|
3284
|
+
},
|
|
3285
|
+
allowBlank: {
|
|
3286
|
+
type: Boolean,
|
|
3287
|
+
default: () => L.allowBlank
|
|
3288
|
+
},
|
|
3289
|
+
min: {
|
|
3290
|
+
type: Number,
|
|
3291
|
+
default: () => L.min
|
|
3292
|
+
},
|
|
3293
|
+
max: {
|
|
3294
|
+
type: Number,
|
|
3295
|
+
default: () => L.max
|
|
3296
|
+
}
|
|
3297
|
+
},
|
|
3298
|
+
directives: {
|
|
3299
|
+
money: Ia
|
|
3300
|
+
},
|
|
3301
|
+
data() {
|
|
3302
|
+
return {
|
|
3303
|
+
formattedValue: ""
|
|
3304
|
+
};
|
|
3305
|
+
},
|
|
3306
|
+
watch: {
|
|
3307
|
+
value: {
|
|
3308
|
+
immediate: !0,
|
|
3309
|
+
handler(t, c) {
|
|
3310
|
+
var n = O(t, this.$props);
|
|
3311
|
+
n !== this.formattedValue && (this.formattedValue = n);
|
|
3312
|
+
}
|
|
3313
|
+
}
|
|
3314
|
+
},
|
|
3315
|
+
methods: {
|
|
3316
|
+
change(t) {
|
|
3317
|
+
const c = j(t.target.value, this.precision);
|
|
3318
|
+
c < this.min ? t.target.value = O(this.min, this.$props) : c > this.max && (t.target.value = O(this.max, this.$props)), this.$emit("input", this.masked ? O(t.target.value, this.$props) : j(t.target.value, this.precision));
|
|
3319
|
+
},
|
|
3320
|
+
blur(t) {
|
|
3321
|
+
this.$emit("blur", this.masked ? O(t.target.value, this.$props) : j(t.target.value, this.precision));
|
|
3322
|
+
}
|
|
3323
|
+
}
|
|
3324
|
+
}, ba = ["value"];
|
|
3325
|
+
function Sa(t, c, n, l, o, a) {
|
|
3326
|
+
const r = te("money");
|
|
3327
|
+
return Z((d(), u("input", {
|
|
3328
|
+
type: "tel",
|
|
3329
|
+
value: o.formattedValue,
|
|
3330
|
+
onChange: c[0] || (c[0] = (...s) => a.change && a.change(...s)),
|
|
3331
|
+
onBlur: c[1] || (c[1] = (...s) => a.blur && a.blur(...s)),
|
|
3332
|
+
class: "v-money",
|
|
3333
|
+
ref: "input"
|
|
3334
|
+
}, null, 40, ba)), [
|
|
3335
|
+
[r, { precision: n.precision, decimal: n.decimal, thousands: n.thousands, prefix: n.prefix, suffix: n.suffix, allowBlank: n.allowBlank, min: n.min, max: n.max }]
|
|
3336
|
+
]);
|
|
3337
|
+
}
|
|
3338
|
+
const za = /* @__PURE__ */ F(Ca, [["render", Sa]]);
|
|
3339
|
+
export {
|
|
3340
|
+
Ma as AddressDisplay,
|
|
3341
|
+
Ea as AlertTriangle,
|
|
3342
|
+
Na as DateInput,
|
|
3343
|
+
Pa as DebouncedTextBox,
|
|
3344
|
+
Da as FileDropzone,
|
|
3345
|
+
La as FileUpload,
|
|
3346
|
+
$e as GenericLoader,
|
|
3347
|
+
Ja as IconApprove,
|
|
3348
|
+
ae as IconBase,
|
|
3349
|
+
se as IconCaret,
|
|
3350
|
+
nt as IconClose,
|
|
3351
|
+
ja as IconQrCode,
|
|
3352
|
+
qa as IconSave,
|
|
3353
|
+
Wa as IconShare,
|
|
3354
|
+
Ue as Loader,
|
|
3355
|
+
Ra as LookupTextBox,
|
|
3356
|
+
Ta as ModalWrapper,
|
|
3357
|
+
za as Money,
|
|
3358
|
+
Va as NumberInput,
|
|
3359
|
+
Fa as Pagination,
|
|
3360
|
+
Oa as ProductImageSelector,
|
|
3361
|
+
Qa as SearchableDropdownInput,
|
|
3362
|
+
Ha as Slideshow,
|
|
3363
|
+
Ga as SuccessCheckmark,
|
|
3364
|
+
Ya as SwitchInput,
|
|
3365
|
+
Ka as TimespanInput,
|
|
3366
|
+
Ua as VariableLoader
|
|
3367
|
+
};
|
|
3368
|
+
//# sourceMappingURL=index.js.map
|