@polyv/product-ui 1.0.0-rc-20250612.3

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.
Files changed (76) hide show
  1. package/address-edit.cjs.js +8 -0
  2. package/address-edit.es.d.ts +3 -0
  3. package/address-edit.es.js +5908 -0
  4. package/address-edit.umd.js +8 -0
  5. package/address-item.cjs.js +8 -0
  6. package/address-item.es.d.ts +3 -0
  7. package/address-item.es.js +425 -0
  8. package/address-item.umd.js +8 -0
  9. package/address-list.cjs.js +9 -0
  10. package/address-list.es.d.ts +3 -0
  11. package/address-list.es.js +1908 -0
  12. package/address-list.umd.js +9 -0
  13. package/index.cjs.js +8 -0
  14. package/index.es.js +15347 -0
  15. package/index.umd.js +8 -0
  16. package/mobile-product-pendant.cjs.js +8 -0
  17. package/mobile-product-pendant.es.d.ts +3 -0
  18. package/mobile-product-pendant.es.js +813 -0
  19. package/mobile-product-pendant.umd.js +8 -0
  20. package/order-confirm.cjs.js +9 -0
  21. package/order-confirm.es.d.ts +3 -0
  22. package/order-confirm.es.js +5254 -0
  23. package/order-confirm.umd.js +9 -0
  24. package/order-detail.cjs.js +8 -0
  25. package/order-detail.es.d.ts +3 -0
  26. package/order-detail.es.js +2474 -0
  27. package/order-detail.umd.js +8 -0
  28. package/order-item.cjs.js +8 -0
  29. package/order-item.es.d.ts +3 -0
  30. package/order-item.es.js +1448 -0
  31. package/order-item.umd.js +8 -0
  32. package/order-list-popup.cjs.js +9 -0
  33. package/order-list-popup.es.d.ts +3 -0
  34. package/order-list-popup.es.js +4114 -0
  35. package/order-list-popup.umd.js +9 -0
  36. package/order-list.cjs.js +8 -0
  37. package/order-list.es.d.ts +3 -0
  38. package/order-list.es.js +2572 -0
  39. package/order-list.umd.js +9 -0
  40. package/order-popup.cjs.js +9 -0
  41. package/order-popup.es.d.ts +3 -0
  42. package/order-popup.es.js +8050 -0
  43. package/order-popup.umd.js +9 -0
  44. package/package.json +28 -0
  45. package/pc-product-pendant.cjs.js +9 -0
  46. package/pc-product-pendant.es.d.ts +3 -0
  47. package/pc-product-pendant.es.js +1604 -0
  48. package/pc-product-pendant.umd.js +9 -0
  49. package/product-button.cjs.js +9 -0
  50. package/product-button.es.d.ts +3 -0
  51. package/product-button.es.js +1882 -0
  52. package/product-button.umd.js +9 -0
  53. package/product-detail-popup.cjs.js +9 -0
  54. package/product-detail-popup.es.d.ts +3 -0
  55. package/product-detail-popup.es.js +8250 -0
  56. package/product-detail-popup.umd.js +9 -0
  57. package/product-detail.cjs.js +9 -0
  58. package/product-detail.es.d.ts +3 -0
  59. package/product-detail.es.js +8082 -0
  60. package/product-detail.umd.js +9 -0
  61. package/product-iframe-link-popup.cjs.js +9 -0
  62. package/product-iframe-link-popup.es.d.ts +3 -0
  63. package/product-iframe-link-popup.es.js +2209 -0
  64. package/product-iframe-link-popup.umd.js +9 -0
  65. package/product-item.cjs.js +8 -0
  66. package/product-item.es.d.ts +3 -0
  67. package/product-item.es.js +3700 -0
  68. package/product-item.umd.js +9 -0
  69. package/product-list-popup.cjs.js +9 -0
  70. package/product-list-popup.es.d.ts +3 -0
  71. package/product-list-popup.es.js +5302 -0
  72. package/product-list-popup.umd.js +9 -0
  73. package/product-list.cjs.js +9 -0
  74. package/product-list.es.d.ts +3 -0
  75. package/product-list.es.js +5189 -0
  76. package/product-list.umd.js +9 -0
@@ -0,0 +1,2209 @@
1
+ !function(){"use strict";try{if("undefined"!=typeof document){var o=document.createElement("style");o.appendChild(document.createTextNode('.plv-radio{cursor:pointer;line-height:16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.plv-radio:last-of-type{margin-right:0}.plv-radio .plv-radio__inner{-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:16px;height:16px;border-radius:8px;border:1px solid #e5e5e5;-webkit-transition:border-color .35s;transition:border-color .35s;vertical-align:middle}.plv-radio .plv-radio__label{color:#1d2129;font-size:14px;padding-left:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;line-height:16px;word-break:break-word}.plv-radio:hover .plv-radio__inner{border-color:#3f76fc}.plv-radio.plv-radio--checked .plv-radio__inner{border-width:4px;border-color:#3f76fc}.plv-radio.plv-radio--disabled{cursor:not-allowed}.plv-radio.plv-radio--disabled .plv-radio__inner{border-color:#e5e5e5;background:#f9fafd}.plv-radio.plv-radio--disabled .plv-radio__label{color:#969ba5}.plv-radio.plv-radio--disabled.plv-radio--checked .plv-radio__inner{background:#f9fafd}.plv-radio.plv-radio--readonly{cursor:default}.plv-radio.plv-radio--readonly:hover .plv-radio__inner{border-color:#e5e5e5}.plv-radio.plv-radio--readonly:hover .plv-radio__inner.plv-radio__inner--checked{border-color:#3f76fc}.plv-radio--border{min-width:80px;height:36px!important;padding:0 16px;border-radius:2px;border:1px solid #e5e5e5;-webkit-transition:border-color .35s;transition:border-color .35s;position:relative;margin-right:16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.plv-radio--border:hover{border-color:#3f76fc}.plv-radio--border .plv-radio__label{padding-left:0;font-size:12px;float:none}.plv-radio--border.plv-radio--checked{border-width:2px;border-color:#3f76fc}.plv-radio--border .plv-radio__corner{position:absolute;right:-1px;bottom:-1px;width:18px;height:18px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAJiklEQVR4Xu3du4ucVRjH8TOE7LRWVhZWioraWKlg0MJSEHJTsPAf8B9QDAiiIFpZipVgl8Q/QUSwjWhh1EqsZDdo2M3FXWV2d7I793Pec3suX8v4vuc85/c8n8w7M9lkFPiPBEhgaQKPfv7PlRHZkAAJLCZwiGMU3gcI00ECcwlMcUx+GSCMBwmcSuA0DoAwGiSwBgdAGA8SOE5g/pVjGgyPWIyI+wRW4eAVxP1oEMA6HABhPlwnsAkHQFyPh+/Dx+AAiO8ZcXv6WBwAcTsifg+eggMgfufE5clTcQDE5Zj4PPQQHADxOSvuTj0UB0DcjYq/A+fgAIi/eXF14lwcAHE1Lr4OWwIHQHzNjJvTlsIBEDcj4+egJXEAxM/cuDhpaRwAcTE2Pg5ZAwdAfMyO+VPWwgEQ86Nj/4A1cQDE/vyYPmFtHAAxPT62D9cCB0Bsz5DZ07XCARCzI2T3YC1xAMTuHJk8WWscADE5RjYP1QMHQGzOkrlT9cIBEHOjZO9APXEAxN48mTpRbxwAMTVOtg4jAQdAbM2UmdNIwQEQMyNl5yCScADEzlyZOIk0HAAxMVY2DiERB0BszJb6U0jFARD1o6X/AJJxAET/fKk+gXQcAFE9XrqL14ADILpnTG31WnAARO2I6S1cEw6A6J0zlZVrwwEQlWOms2iNOACic9bUVa0VB0DUjZq+gjXjAIi+eVNVsXYcAFE1brqKtYADILpmTk21VnAARM3I6SnUEg6A6Jk7FZVawwEQFWOno0iLOACiY/bEV2kVB0DEj578Ai3jAIj8+RNdoXUcABE9frKL84ADILJnUGx1XnAAROwIyi3MEw6AyJ1DkZV5wwEQkWMosyiPOAAicxbFVeUVB0DEjaK8gjzjAIi8eRRVkXccABE1jrKKAcdRP0ay2kI1EhIAx0kXACJhIgXVAI7ZZgBE0HD2LgUcix0ASO+pFLI/OJY3AiBCBrRnGeBYnT5Aek6mgL3Bsb4JABEwpL1KAMfm5AGyOSOTV4Ajrq0AicvJ1FXgiG8nQOKzMnElONLaCJC0vFRfDY709gEkPTOVd4BjWNsAMiw3VXeBY3i7ADI8OxV3giOvTQDJy0/03eDIbw9A8jMUuQI4yrQFIGVyFLUKOMq1AyDlshSxEjjKtgEgZfPsuho4yscPkPKZdlkRHHViB0idXJuuCo56cQOkXrZNVgZH3ZgBUjffqquDo2q8h4sDpH7GVXYAR5VYFxYFSJuci+4CjqJxrl0MIO2yLrITOIrEGL0IQKKj6n8hONr3ACDtMx+0IzgGxZZ9E0CyI6y/ADjqZ7xqB4D0yz5qZ3BExVTtIoBUizZ/YXDkZ5i7AkByE6x0PzgqBZu4LEASA2txOThapBy3B0Dicmp2FTiaRR21EUCiYmpzETja5JyyC0BS0qp4LTgqhpuxNEAywit1KzhKJVl+HYCUzzRpRXAkxdX8YoA0j/xkQ3B0DD9ya4BEBlX6MnCUTrTOegCpk+vaVcHRIfSBWwJkYHBDbwPH0OT63AeQhrmDo2HYhbYCSKEgNy0Djk0Jyfz/AGnQF3A0CLnSFgCpFOx0WXBUDrjy8gCpGDA48sJ9/pEz4fs/9vMWybwbIJkBrrodHHnBXnlxK7z19Fb44Lu74csf7+ctlnE3QDLCA0eF8EIIUxzT1XsiAUjhHvPKkRfoPI7eSACS18+Zu8GRF+YqHD2RACSvpw/uBkdekJtwTFd/79s74auf/s3bLOFugCSExXuOAmEtWSIWRw8kAMnsOa8ceQGm4miNBCAZ/QVHRnhLPq1KXa3F4xZAUrtyfD04BgZ3fNvQV475XWsjAciAPoNjQGinbimFo8XjFkASew2OxMDmLi+NozYSgCT0GxwJYRX4tCp1txqPWwCJ7AI4IoNacVmtV47a70kAEtF3cESEtOaSVjhqPG4BZEPvwaELR2kkAFnTfwk43nluK3xx4364fe+/vEntcPe7L2yFt5/Z6rBzCDd3DsKrX+9m7w2QFRH2xjFpzKevjMNrj50NP/+1Hy5d2wu3+/1YRPKgtX6sOl3gbzsH4eK13bB9J7nshRsAsiRDSTim5WlCYgXHJHuAzAGRiEMTEks4AKIIhwYk1nAA5BQQya8c80+BEh+3PnxpHC49eTb/oX/ACiXfc8xvzyNWCEETDomvJFZx8AqiFIckJJZxuAei8ZVj2ePWG9f3wt/3BjybZN5iHYdrIBZwTOf7l+39cOFqWyQecLgFYglHDyRecLgEYhFHSySecLgDYhlHCyTecLgC4gFHTSQecbgB0hvHJOjPjv/gYeYHR9G3l3zj7hWHCyAScHx8bhzOP9H+W+YSSDzjMA9EAo5JyJ+8PA6vP94eyGTvHCTecZgGIgXH9JmoN5LL1/fCTsLPR4DjqHMm/yyWNBwSkPx+6yCcv7obhQQcJ2/1zAGRikMLEnDMfg5iCoh0HNKRgGPxQ0IzQLTgkIoEHMs/QTcBRBsOaUjAsfrrJfVAtOKYtuSjc+NwocN3JJP9f905CD/8uR/efKrPR9A3tw/C5W/2wvae3L/SSDUQ7TgkvJJEfzVf+MKaPyZbslS1QKzg8IhECw6134NYw+EJiSYcKoFYxeEBiTYc6oBYx2EZiUYcqoB4wWERiVYcaoB4w2EJiWYcKoB4xWEBiXYc4oF4x6EZiQUcooGAY/brrp4/T5L6xZsVHGKBgGP5SGpAYgmHSCDgWP/7tWQk1nCIAwKOuIcZiUgs4hAFBBxxOCS+cbeKQwwQcKThkITEMg4RQMAxDIcEJNZxdAcCjjwcPZF4wNEVCDjK4OiBxAuObkDAURZHSySecHQBAo46OFog8YajORBw1MVRE4lHHE2BgKMNjhpIvOJoBgQcbXGUROIZRxMg4OiDowQS7ziqAwFHXxw5SMBxlF61vxcLHDJwDEECjpPeVQECDlk4UpCAY7Z3xYGAQyaOGCTgWOxdUSDgkI1jHRJwLO9dMSDg0IFjGRJwrO5dESDg0IXjNJJnHz4TLl7bDdsJ/8CnztMOqzobCDiGBS/lrofGo3Drrtx/n6N3TllAwNG7fexfO4HBQMBRuzWsLyGBQUDAIaF11NAigWQg4GjRFvaQkkASEHBIaRt1tEogGgg4WrWEfSQlEAUEHJJaRi0tE9gIBBwt28Fe0hJYCwQc0tpFPa0TWAkEHK1bwX4SE1gKBBwSW0VNPRJYAAKOHm1gT6kJzAABh9Q2UVevBB4AAUevFrCv5AQOgYBDcouorWcCI3D0jJ+9pSfwP3eG5IxiNQqFAAAAAElFTkSuQmCC);background-size:100% 100%}.plv-radio--border.plv-radio--disabled{background:#f9fafd;border-color:#e5e5e5!important}.plv-radio--border.plv-radio--disabled:hover,.plv-radio--border.plv-radio--readonly{border-color:#e5e5e5}.plv-radio--border.plv-radio--readonly.plv-radio--checked{border-color:#3f76fc}@font-face{font-family:D-DIN-PRO-Regular;src:url(https://s4.videocc.net/font/D-DIN-PRO-400-Regular.otf)}@font-face{font-family:D-DIN-PRO-Medium;src:url(https://s4.videocc.net/font/D-DIN-PRO-500-Medium.otf)}@font-face{font-family:D-DIN-PRO-Bold;src:url(https://s4.videocc.net/font/D-DIN-PRO-700-Bold.otf)}.plv-font-din-pro-regular{font-family:D-DIN-PRO-Regular,sans-serif}.plv-font-din-pro-medium{font-family:D-DIN-PRO-Medium,sans-serif}.plv-font-din-pro-bold{font-family:D-DIN-PRO-Bold,sans-serif}.plv-product-common-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006}.plv-product-common-popup__body{position:absolute;display:flex;flex-direction:column;width:100%;max-height:90%;overflow:hidden;border-radius:16px 16px 0 0;background:#fff}.plv-product-common-popup__header{position:relative;z-index:2;display:flex;flex-shrink:0;justify-content:center;align-items:center;padding:0 54px}.plv-product-common-popup__back{position:absolute;top:50%;left:18px;display:flex;justify-content:center;align-items:center;box-sizing:border-box;font-size:20px;transform:translateY(-50%);cursor:pointer}.plv-product-common-popup__title{color:#000c;font-size:16px;font-weight:500;text-align:center}.plv-product-common-popup__header-right{position:absolute;top:50%;right:12px;display:flex;align-items:center;transform:translateY(-50%)}.plv-product-common-popup__close{display:flex;color:#0009;font-size:24px;cursor:pointer}.plv-product-common-popup__content{position:relative;z-index:2;display:flex;flex:1;overflow:hidden}.plv-product-common-popup__inner{flex:1;overflow-y:auto}.plv-product-common-popup__body--bg1{background:linear-gradient(180deg,#fee5e1,#fef9f4)}.plv-product-common-popup__body--bg1:before{position:absolute;top:-26px;right:-87px;z-index:1;width:176px;height:168px;background:#fdf0d5;pointer-events:none;content:"";filter:blur(80px)}.plv-product-common-popup__body--bg1 .plv-product-common-popup__content{padding:0 12px 30px}.plv-product-common-popup__body--bg1 .plv-product-common-popup__inner{border-radius:12px;background:#fff}.plv-product-common-popup--hide-modal{background:none;pointer-events:none}.plv-product-common-popup--hide-modal .plv-product-common-popup__body{pointer-events:initial}.plv-product-common-popup--fill-body .plv-product-common-popup__content{height:90%}.plv-product-common-popup--mobile .plv-product-common-popup__body{border-radius:16px 16px 0 0}.plv-product-common-popup--position-bottom .plv-product-common-popup__body{--plv-product-popup-animation-start: translate(0, 100%);--plv-product-popup-animation-end: translate(0, 0);bottom:0;left:0}.plv-product-common-popup--position-left .plv-product-common-popup__body{--plv-product-popup-animation-start: translate(-100%, 0);--plv-product-popup-animation-end: translate(0, 0);top:0;left:0;height:100%;max-height:100%}.plv-product-common-popup--position-right .plv-product-common-popup__body{--plv-product-popup-animation-start: translate(100%, 0);--plv-product-popup-animation-end: translate(0, 0);top:0;right:0;height:100%;max-height:100%}.plv-product-common-popup--position-center .plv-product-common-popup__body{top:50%;left:50%;max-height:90%;animation:none!important;transform:translate(-50%,-50%)}.plv-product-common-popup--horizontal-screen .plv-product-common-popup__body{border-radius:0}.plv-product-common-popup--page-fullscreen{top:50%;left:50%;width:100vh;height:100vw;transform:translate(-50%,-50%) rotate(90deg)}.plv-product-common-popup--hide-scrollbar .plv-product-common-popup__body,.plv-product-common-popup--hide-scrollbar .plv-product-common-popup__content{overflow:initial}.plv-product-common-popup--hide-scrollbar .plv-product-common-popup__inner{overflow-y:initial}.plv-product-common-popup-slide-enter-active{animation:plv-product-common-popup-slide-in .2s ease-in-out}.plv-product-common-popup-slide-leave-active{animation:plv-product-common-popup-slide-in .15s reverse ease-in-out}@keyframes plv-product-common-popup-slide-in{0%{transform:var(--plv-product-popup-animation-start)}to{transform:var(--plv-product-popup-animation-end)}}')),document.head.appendChild(o)}}catch(p){console.error("vite-plugin-css-injected-by-js",p)}}();
2
+ var __defProp = Object.defineProperty;
3
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
4
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
+ var __async = (__this, __arguments, generator) => {
6
+ return new Promise((resolve, reject) => {
7
+ var fulfilled = (value) => {
8
+ try {
9
+ step(generator.next(value));
10
+ } catch (e) {
11
+ reject(e);
12
+ }
13
+ };
14
+ var rejected = (value) => {
15
+ try {
16
+ step(generator.throw(value));
17
+ } catch (e) {
18
+ reject(e);
19
+ }
20
+ };
21
+ var step = (x2) => x2.done ? resolve(x2.value) : Promise.resolve(x2.value).then(fulfilled, rejected);
22
+ step((generator = generator.apply(__this, __arguments)).next());
23
+ });
24
+ };
25
+ import { computed, unref, watch, onBeforeUnmount, inject, onMounted, ref, defineComponent, nextTick } from "vue";
26
+ function getDefaultExportFromCjs(x2) {
27
+ return x2 && x2.__esModule && Object.prototype.hasOwnProperty.call(x2, "default") ? x2["default"] : x2;
28
+ }
29
+ var popperManager;
30
+ var hasRequiredPopperManager;
31
+ function requirePopperManager() {
32
+ if (hasRequiredPopperManager) return popperManager;
33
+ hasRequiredPopperManager = 1;
34
+ popperManager = function(e) {
35
+ var n2 = {};
36
+ function t2(r2) {
37
+ if (n2[r2]) return n2[r2].exports;
38
+ var o2 = n2[r2] = { i: r2, l: false, exports: {} };
39
+ return e[r2].call(o2.exports, o2, o2.exports, t2), o2.l = true, o2.exports;
40
+ }
41
+ return t2.m = e, t2.c = n2, t2.d = function(e2, n3, r2) {
42
+ t2.o(e2, n3) || Object.defineProperty(e2, n3, { enumerable: true, get: r2 });
43
+ }, t2.r = function(e2) {
44
+ "undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(e2, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(e2, "__esModule", { value: true });
45
+ }, t2.t = function(e2, n3) {
46
+ if (1 & n3 && (e2 = t2(e2)), 8 & n3) return e2;
47
+ if (4 & n3 && "object" == typeof e2 && e2 && e2.__esModule) return e2;
48
+ var r2 = /* @__PURE__ */ Object.create(null);
49
+ if (t2.r(r2), Object.defineProperty(r2, "default", { enumerable: true, value: e2 }), 2 & n3 && "string" != typeof e2) for (var o2 in e2) t2.d(r2, o2, function(n4) {
50
+ return e2[n4];
51
+ }.bind(null, o2));
52
+ return r2;
53
+ }, t2.n = function(e2) {
54
+ var n3 = e2 && e2.__esModule ? function() {
55
+ return e2.default;
56
+ } : function() {
57
+ return e2;
58
+ };
59
+ return t2.d(n3, "a", n3), n3;
60
+ }, t2.o = function(e2, n3) {
61
+ return Object.prototype.hasOwnProperty.call(e2, n3);
62
+ }, t2.p = "", t2(t2.s = 14);
63
+ }({ 14: function(e, n2, t2) {
64
+ t2.r(n2);
65
+ t2(41);
66
+ var r2 = "@@polyvAdminUIzIndex", o2 = { ctx: r2, openPopper: function(e2) {
67
+ o2.zIndex++, e2.style.zIndex = o2.zIndex;
68
+ }, install: function(e2) {
69
+ var n3 = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {}, t3 = n3.defaultZIndex, o3 = void 0 === t3 ? 3e3 : t3;
70
+ window[r2] = o3;
71
+ } };
72
+ Object.defineProperty(o2, "zIndex", { configurable: true, get: function() {
73
+ return window[r2] || (window[r2] = 3e3), window[r2];
74
+ }, set: function(e2) {
75
+ window[r2] = e2;
76
+ } }), n2.default = o2;
77
+ }, 41: function(e, n2, t2) {
78
+ } }).default;
79
+ return popperManager;
80
+ }
81
+ var popperManagerExports = requirePopperManager();
82
+ const PlvPopperManager = /* @__PURE__ */ getDefaultExportFromCjs(popperManagerExports);
83
+ var radio;
84
+ var hasRequiredRadio;
85
+ function requireRadio() {
86
+ if (hasRequiredRadio) return radio;
87
+ hasRequiredRadio = 1;
88
+ radio = function(t2) {
89
+ var e = {};
90
+ function r2(n2) {
91
+ if (e[n2]) return e[n2].exports;
92
+ var o2 = e[n2] = { i: n2, l: false, exports: {} };
93
+ return t2[n2].call(o2.exports, o2, o2.exports, r2), o2.l = true, o2.exports;
94
+ }
95
+ return r2.m = t2, r2.c = e, r2.d = function(t3, e2, n2) {
96
+ r2.o(t3, e2) || Object.defineProperty(t3, e2, { enumerable: true, get: n2 });
97
+ }, r2.r = function(t3) {
98
+ "undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(t3, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(t3, "__esModule", { value: true });
99
+ }, r2.t = function(t3, e2) {
100
+ if (1 & e2 && (t3 = r2(t3)), 8 & e2) return t3;
101
+ if (4 & e2 && "object" == typeof t3 && t3 && t3.__esModule) return t3;
102
+ var n2 = /* @__PURE__ */ Object.create(null);
103
+ if (r2.r(n2), Object.defineProperty(n2, "default", { enumerable: true, value: t3 }), 2 & e2 && "string" != typeof t3) for (var o2 in t3) r2.d(n2, o2, function(e3) {
104
+ return t3[e3];
105
+ }.bind(null, o2));
106
+ return n2;
107
+ }, r2.n = function(t3) {
108
+ var e2 = t3 && t3.__esModule ? function() {
109
+ return t3.default;
110
+ } : function() {
111
+ return t3;
112
+ };
113
+ return r2.d(e2, "a", e2), e2;
114
+ }, r2.o = function(t3, e2) {
115
+ return Object.prototype.hasOwnProperty.call(t3, e2);
116
+ }, r2.p = "", r2(r2.s = 298);
117
+ }({ 0: function(t2, e, r2) {
118
+ function n2(t3, e2, r3, n3, o2, i2, a2, s2) {
119
+ var u2, c2 = "function" == typeof t3 ? t3.options : t3;
120
+ if (e2 && (c2.render = e2, c2.staticRenderFns = r3, c2._compiled = true), n3 && (c2.functional = true), i2 && (c2._scopeId = "data-v-" + i2), a2 ? (u2 = function(t4) {
121
+ (t4 = t4 || this.$vnode && this.$vnode.ssrContext || this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) || "undefined" == typeof __VUE_SSR_CONTEXT__ || (t4 = __VUE_SSR_CONTEXT__), o2 && o2.call(this, t4), t4 && t4._registeredComponents && t4._registeredComponents.add(a2);
122
+ }, c2._ssrRegister = u2) : o2 && (u2 = s2 ? function() {
123
+ o2.call(this, this.$root.$options.shadowRoot);
124
+ } : o2), u2) if (c2.functional) {
125
+ c2._injectStyles = u2;
126
+ var l2 = c2.render;
127
+ c2.render = function(t4, e3) {
128
+ return u2.call(e3), l2(t4, e3);
129
+ };
130
+ } else {
131
+ var f2 = c2.beforeCreate;
132
+ c2.beforeCreate = f2 ? [].concat(f2, u2) : [u2];
133
+ }
134
+ return { exports: t3, options: c2 };
135
+ }
136
+ r2.d(e, "a", function() {
137
+ return n2;
138
+ });
139
+ }, 115: function(t2, e, r2) {
140
+ var n2 = { name: "plv-radio", mixins: [r2(15).a], inject: { radioGroup: { default: "" } }, props: { checked: { type: Boolean, default: false }, value: [String, Number, Boolean], label: String, trueLabel: String, falseLabel: String, type: { type: String, default: "", validator: function(t3) {
141
+ return -1 !== ["", "border"].indexOf(t3);
142
+ } }, disabled: { type: Boolean, default: false }, readonly: { type: Boolean, default: false }, corner: { type: Boolean, default: false } }, model: { prop: "checked", event: "change" }, computed: { inGroup: function() {
143
+ return !!this.radioGroup;
144
+ }, isChecked: function() {
145
+ return this.inGroup ? this.radioGroup.value === this.value : this.checked;
146
+ }, isDisabled: function() {
147
+ return this.disabled || this.inGroup && this.radioGroup.disabled;
148
+ }, isReadonly: function() {
149
+ return this.readonly || this.radioGroup.readonly;
150
+ }, radioLabel: function() {
151
+ return this.isChecked ? this.trueLabel || this.label : this.falseLabel || this.label;
152
+ }, radioType: function() {
153
+ return this.type || this.radioGroup.type;
154
+ }, isHasSlot: function() {
155
+ return this.$slots.default || this.$slots.trueLabel || this.$slots.falseLabel;
156
+ } }, methods: { emitChange: function(t3) {
157
+ this.$emit("change", t3);
158
+ }, handleClick: function() {
159
+ this.isDisabled || this.isReadonly || (this.inGroup ? this.radioGroup.radioClick(this.value) : this.checked || this.emitChange(true), this.blurToValidateItem());
160
+ } } }, o2 = (r2(354), r2(355), r2(0)), i2 = Object(o2.a)(n2, function() {
161
+ var t3 = this, e2 = t3.$createElement, r3 = t3._self._c || e2;
162
+ return r3("label", { staticClass: "plv-radio", class: { "plv-radio--checked": t3.isChecked, "plv-radio--disabled": t3.isDisabled, "plv-radio--readonly": t3.isReadonly, "plv-radio--border": "border" === t3.radioType }, on: { click: t3.handleClick } }, ["border" !== t3.radioType ? r3("span", { staticClass: "plv-radio__inner", class: { "plv-radio__inner--checked": t3.isChecked } }) : t3._e(), t3._v(" "), t3.radioLabel || t3.isHasSlot ? r3("span", { staticClass: "plv-radio__label" }, [t3.isChecked ? [t3.$slots.trueLabel ? [t3._t("trueLabel", [t3._v(t3._s(t3.trueLabel))])] : [t3._t("default", [t3._v(t3._s(t3.radioLabel))])]] : [t3.$slots.falseLabel ? [t3._t("falseLabel", [t3._v(t3._s(t3.falseLabel))])] : [t3._t("default", [t3._v(t3._s(t3.radioLabel))])]]], 2) : t3._e(), t3._v(" "), "border" === t3.type && t3.isChecked && t3.corner ? r3("div", { staticClass: "plv-radio__corner" }) : t3._e()]);
163
+ }, [], false, null, null, null);
164
+ e.a = i2.exports;
165
+ }, 147: function(t2, e, r2) {
166
+ }, 148: function(t2, e, r2) {
167
+ }, 15: function(t2, e, r2) {
168
+ r2.d(e, "a", function() {
169
+ return i2;
170
+ });
171
+ var n2 = r2(2), o2 = r2.n(n2), i2 = { inject: { formItem: { default: void 0 } }, computed: { formItemIsError: function() {
172
+ return !!this.formItem && this.formItem.formItemIsError;
173
+ } }, watch: { showPopper: function() {
174
+ this.showPopper ? this.focusToRemoveError() : this.blurToValidateItem();
175
+ } }, methods: { validateCurrentFormItem: function() {
176
+ if (this.formItem) return this.formItem.validate();
177
+ }, blurToValidateItem: function() {
178
+ return o2.a.async(function(t3) {
179
+ for (; ; ) switch (t3.prev = t3.next) {
180
+ case 0:
181
+ return t3.prev = 0, t3.next = 3, o2.a.awrap(this.validateCurrentFormItem());
182
+ case 3:
183
+ t3.next = 8;
184
+ break;
185
+ case 5:
186
+ t3.prev = 5, t3.t0 = t3.catch(0), console.error("blur-validate", t3.t0.message);
187
+ case 8:
188
+ case "end":
189
+ return t3.stop();
190
+ }
191
+ }, null, this, [[0, 5]]);
192
+ }, focusToRemoveError: function() {
193
+ this.formItem && this.formItem.removeErrorMessage();
194
+ } } };
195
+ }, 2: function(t2, e, r2) {
196
+ t2.exports = r2(24);
197
+ }, 24: function(t2, e, r2) {
198
+ var n2 = function(t3) {
199
+ var e2, r3 = Object.prototype, n3 = r3.hasOwnProperty, o2 = "function" == typeof Symbol ? Symbol : {}, i2 = o2.iterator || "@@iterator", a2 = o2.asyncIterator || "@@asyncIterator", s2 = o2.toStringTag || "@@toStringTag";
200
+ function u2(t4, e3, r4) {
201
+ return Object.defineProperty(t4, e3, { value: r4, enumerable: true, configurable: true, writable: true }), t4[e3];
202
+ }
203
+ try {
204
+ u2({}, "");
205
+ } catch (t4) {
206
+ u2 = function(t5, e3, r4) {
207
+ return t5[e3] = r4;
208
+ };
209
+ }
210
+ function c2(t4, e3, r4, n4) {
211
+ var o3 = e3 && e3.prototype instanceof y2 ? e3 : y2, i3 = Object.create(o3.prototype), a3 = new O2(n4 || []);
212
+ return i3._invoke = /* @__PURE__ */ function(t5, e4, r5) {
213
+ var n5 = f2;
214
+ return function(o4, i4) {
215
+ if (n5 === d2) throw new Error("Generator is already running");
216
+ if (n5 === p2) {
217
+ if ("throw" === o4) throw i4;
218
+ return T2();
219
+ }
220
+ for (r5.method = o4, r5.arg = i4; ; ) {
221
+ var a4 = r5.delegate;
222
+ if (a4) {
223
+ var s3 = k2(a4, r5);
224
+ if (s3) {
225
+ if (s3 === v2) continue;
226
+ return s3;
227
+ }
228
+ }
229
+ if ("next" === r5.method) r5.sent = r5._sent = r5.arg;
230
+ else if ("throw" === r5.method) {
231
+ if (n5 === f2) throw n5 = p2, r5.arg;
232
+ r5.dispatchException(r5.arg);
233
+ } else "return" === r5.method && r5.abrupt("return", r5.arg);
234
+ n5 = d2;
235
+ var u3 = l2(t5, e4, r5);
236
+ if ("normal" === u3.type) {
237
+ if (n5 = r5.done ? p2 : h2, u3.arg === v2) continue;
238
+ return { value: u3.arg, done: r5.done };
239
+ }
240
+ "throw" === u3.type && (n5 = p2, r5.method = "throw", r5.arg = u3.arg);
241
+ }
242
+ };
243
+ }(t4, r4, a3), i3;
244
+ }
245
+ function l2(t4, e3, r4) {
246
+ try {
247
+ return { type: "normal", arg: t4.call(e3, r4) };
248
+ } catch (t5) {
249
+ return { type: "throw", arg: t5 };
250
+ }
251
+ }
252
+ t3.wrap = c2;
253
+ var f2 = "suspendedStart", h2 = "suspendedYield", d2 = "executing", p2 = "completed", v2 = {};
254
+ function y2() {
255
+ }
256
+ function m2() {
257
+ }
258
+ function g2() {
259
+ }
260
+ var b2 = {};
261
+ u2(b2, i2, function() {
262
+ return this;
263
+ });
264
+ var _2 = Object.getPrototypeOf, w2 = _2 && _2(_2(S2([])));
265
+ w2 && w2 !== r3 && n3.call(w2, i2) && (b2 = w2);
266
+ var L2 = g2.prototype = y2.prototype = Object.create(b2);
267
+ function x2(t4) {
268
+ ["next", "throw", "return"].forEach(function(e3) {
269
+ u2(t4, e3, function(t5) {
270
+ return this._invoke(e3, t5);
271
+ });
272
+ });
273
+ }
274
+ function E2(t4, e3) {
275
+ var r4;
276
+ this._invoke = function(o3, i3) {
277
+ function a3() {
278
+ return new e3(function(r5, a4) {
279
+ !function r6(o4, i4, a5, s3) {
280
+ var u3 = l2(t4[o4], t4, i4);
281
+ if ("throw" !== u3.type) {
282
+ var c3 = u3.arg, f3 = c3.value;
283
+ return f3 && "object" == typeof f3 && n3.call(f3, "__await") ? e3.resolve(f3.__await).then(function(t5) {
284
+ r6("next", t5, a5, s3);
285
+ }, function(t5) {
286
+ r6("throw", t5, a5, s3);
287
+ }) : e3.resolve(f3).then(function(t5) {
288
+ c3.value = t5, a5(c3);
289
+ }, function(t5) {
290
+ return r6("throw", t5, a5, s3);
291
+ });
292
+ }
293
+ s3(u3.arg);
294
+ }(o3, i3, r5, a4);
295
+ });
296
+ }
297
+ return r4 = r4 ? r4.then(a3, a3) : a3();
298
+ };
299
+ }
300
+ function k2(t4, r4) {
301
+ var n4 = t4.iterator[r4.method];
302
+ if (n4 === e2) {
303
+ if (r4.delegate = null, "throw" === r4.method) {
304
+ if (t4.iterator.return && (r4.method = "return", r4.arg = e2, k2(t4, r4), "throw" === r4.method)) return v2;
305
+ r4.method = "throw", r4.arg = new TypeError("The iterator does not provide a 'throw' method");
306
+ }
307
+ return v2;
308
+ }
309
+ var o3 = l2(n4, t4.iterator, r4.arg);
310
+ if ("throw" === o3.type) return r4.method = "throw", r4.arg = o3.arg, r4.delegate = null, v2;
311
+ var i3 = o3.arg;
312
+ return i3 ? i3.done ? (r4[t4.resultName] = i3.value, r4.next = t4.nextLoc, "return" !== r4.method && (r4.method = "next", r4.arg = e2), r4.delegate = null, v2) : i3 : (r4.method = "throw", r4.arg = new TypeError("iterator result is not an object"), r4.delegate = null, v2);
313
+ }
314
+ function C(t4) {
315
+ var e3 = { tryLoc: t4[0] };
316
+ 1 in t4 && (e3.catchLoc = t4[1]), 2 in t4 && (e3.finallyLoc = t4[2], e3.afterLoc = t4[3]), this.tryEntries.push(e3);
317
+ }
318
+ function j2(t4) {
319
+ var e3 = t4.completion || {};
320
+ e3.type = "normal", delete e3.arg, t4.completion = e3;
321
+ }
322
+ function O2(t4) {
323
+ this.tryEntries = [{ tryLoc: "root" }], t4.forEach(C, this), this.reset(true);
324
+ }
325
+ function S2(t4) {
326
+ if (t4) {
327
+ var r4 = t4[i2];
328
+ if (r4) return r4.call(t4);
329
+ if ("function" == typeof t4.next) return t4;
330
+ if (!isNaN(t4.length)) {
331
+ var o3 = -1, a3 = function r5() {
332
+ for (; ++o3 < t4.length; ) if (n3.call(t4, o3)) return r5.value = t4[o3], r5.done = false, r5;
333
+ return r5.value = e2, r5.done = true, r5;
334
+ };
335
+ return a3.next = a3;
336
+ }
337
+ }
338
+ return { next: T2 };
339
+ }
340
+ function T2() {
341
+ return { value: e2, done: true };
342
+ }
343
+ return m2.prototype = g2, u2(L2, "constructor", g2), u2(g2, "constructor", m2), m2.displayName = u2(g2, s2, "GeneratorFunction"), t3.isGeneratorFunction = function(t4) {
344
+ var e3 = "function" == typeof t4 && t4.constructor;
345
+ return !!e3 && (e3 === m2 || "GeneratorFunction" === (e3.displayName || e3.name));
346
+ }, t3.mark = function(t4) {
347
+ return Object.setPrototypeOf ? Object.setPrototypeOf(t4, g2) : (t4.__proto__ = g2, u2(t4, s2, "GeneratorFunction")), t4.prototype = Object.create(L2), t4;
348
+ }, t3.awrap = function(t4) {
349
+ return { __await: t4 };
350
+ }, x2(E2.prototype), u2(E2.prototype, a2, function() {
351
+ return this;
352
+ }), t3.AsyncIterator = E2, t3.async = function(e3, r4, n4, o3, i3) {
353
+ void 0 === i3 && (i3 = Promise);
354
+ var a3 = new E2(c2(e3, r4, n4, o3), i3);
355
+ return t3.isGeneratorFunction(r4) ? a3 : a3.next().then(function(t4) {
356
+ return t4.done ? t4.value : a3.next();
357
+ });
358
+ }, x2(L2), u2(L2, s2, "Generator"), u2(L2, i2, function() {
359
+ return this;
360
+ }), u2(L2, "toString", function() {
361
+ return "[object Generator]";
362
+ }), t3.keys = function(t4) {
363
+ var e3 = [];
364
+ for (var r4 in t4) e3.push(r4);
365
+ return e3.reverse(), function r5() {
366
+ for (; e3.length; ) {
367
+ var n4 = e3.pop();
368
+ if (n4 in t4) return r5.value = n4, r5.done = false, r5;
369
+ }
370
+ return r5.done = true, r5;
371
+ };
372
+ }, t3.values = S2, O2.prototype = { constructor: O2, reset: function(t4) {
373
+ if (this.prev = 0, this.next = 0, this.sent = this._sent = e2, this.done = false, this.delegate = null, this.method = "next", this.arg = e2, this.tryEntries.forEach(j2), !t4) for (var r4 in this) "t" === r4.charAt(0) && n3.call(this, r4) && !isNaN(+r4.slice(1)) && (this[r4] = e2);
374
+ }, stop: function() {
375
+ this.done = true;
376
+ var t4 = this.tryEntries[0].completion;
377
+ if ("throw" === t4.type) throw t4.arg;
378
+ return this.rval;
379
+ }, dispatchException: function(t4) {
380
+ if (this.done) throw t4;
381
+ var r4 = this;
382
+ function o3(n4, o4) {
383
+ return s3.type = "throw", s3.arg = t4, r4.next = n4, o4 && (r4.method = "next", r4.arg = e2), !!o4;
384
+ }
385
+ for (var i3 = this.tryEntries.length - 1; i3 >= 0; --i3) {
386
+ var a3 = this.tryEntries[i3], s3 = a3.completion;
387
+ if ("root" === a3.tryLoc) return o3("end");
388
+ if (a3.tryLoc <= this.prev) {
389
+ var u3 = n3.call(a3, "catchLoc"), c3 = n3.call(a3, "finallyLoc");
390
+ if (u3 && c3) {
391
+ if (this.prev < a3.catchLoc) return o3(a3.catchLoc, true);
392
+ if (this.prev < a3.finallyLoc) return o3(a3.finallyLoc);
393
+ } else if (u3) {
394
+ if (this.prev < a3.catchLoc) return o3(a3.catchLoc, true);
395
+ } else {
396
+ if (!c3) throw new Error("try statement without catch or finally");
397
+ if (this.prev < a3.finallyLoc) return o3(a3.finallyLoc);
398
+ }
399
+ }
400
+ }
401
+ }, abrupt: function(t4, e3) {
402
+ for (var r4 = this.tryEntries.length - 1; r4 >= 0; --r4) {
403
+ var o3 = this.tryEntries[r4];
404
+ if (o3.tryLoc <= this.prev && n3.call(o3, "finallyLoc") && this.prev < o3.finallyLoc) {
405
+ var i3 = o3;
406
+ break;
407
+ }
408
+ }
409
+ i3 && ("break" === t4 || "continue" === t4) && i3.tryLoc <= e3 && e3 <= i3.finallyLoc && (i3 = null);
410
+ var a3 = i3 ? i3.completion : {};
411
+ return a3.type = t4, a3.arg = e3, i3 ? (this.method = "next", this.next = i3.finallyLoc, v2) : this.complete(a3);
412
+ }, complete: function(t4, e3) {
413
+ if ("throw" === t4.type) throw t4.arg;
414
+ return "break" === t4.type || "continue" === t4.type ? this.next = t4.arg : "return" === t4.type ? (this.rval = this.arg = t4.arg, this.method = "return", this.next = "end") : "normal" === t4.type && e3 && (this.next = e3), v2;
415
+ }, finish: function(t4) {
416
+ for (var e3 = this.tryEntries.length - 1; e3 >= 0; --e3) {
417
+ var r4 = this.tryEntries[e3];
418
+ if (r4.finallyLoc === t4) return this.complete(r4.completion, r4.afterLoc), j2(r4), v2;
419
+ }
420
+ }, catch: function(t4) {
421
+ for (var e3 = this.tryEntries.length - 1; e3 >= 0; --e3) {
422
+ var r4 = this.tryEntries[e3];
423
+ if (r4.tryLoc === t4) {
424
+ var n4 = r4.completion;
425
+ if ("throw" === n4.type) {
426
+ var o3 = n4.arg;
427
+ j2(r4);
428
+ }
429
+ return o3;
430
+ }
431
+ }
432
+ throw new Error("illegal catch attempt");
433
+ }, delegateYield: function(t4, r4, n4) {
434
+ return this.delegate = { iterator: S2(t4), resultName: r4, nextLoc: n4 }, "next" === this.method && (this.arg = e2), v2;
435
+ } }, t3;
436
+ }(t2.exports);
437
+ try {
438
+ regeneratorRuntime = n2;
439
+ } catch (t3) {
440
+ "object" == typeof globalThis ? globalThis.regeneratorRuntime = n2 : Function("r", "regeneratorRuntime = r")(n2);
441
+ }
442
+ }, 298: function(t2, e, r2) {
443
+ r2.r(e);
444
+ var n2 = r2(115);
445
+ n2.a.install = function(t3) {
446
+ t3.component(n2.a.name, n2.a);
447
+ }, e.default = n2.a;
448
+ }, 354: function(t2, e, r2) {
449
+ var n2 = r2(147);
450
+ r2.n(n2).a;
451
+ }, 355: function(t2, e, r2) {
452
+ var n2 = r2(148);
453
+ r2.n(n2).a;
454
+ } }).default;
455
+ return radio;
456
+ }
457
+ requireRadio();
458
+ var iconBuilder = {};
459
+ var interfaces = {};
460
+ var hasRequiredInterfaces;
461
+ function requireInterfaces() {
462
+ if (hasRequiredInterfaces) return interfaces;
463
+ hasRequiredInterfaces = 1;
464
+ (function(exports) {
465
+ Object.defineProperty(exports, "__esModule", { value: true });
466
+ exports.getColorDescription = exports.defaultIconConfig = exports.currentColor = void 0;
467
+ exports.currentColor = "currentColor";
468
+ exports.defaultIconConfig = {
469
+ size: "1em",
470
+ type: "outline",
471
+ strokeLinecap: "round",
472
+ strokeLinejoin: "round",
473
+ colors: {
474
+ outline: {
475
+ background: "none"
476
+ },
477
+ filled: {
478
+ background: "#FFF"
479
+ },
480
+ twoTone: {
481
+ stroke: "#333",
482
+ fill: "#2F88FF"
483
+ },
484
+ multiColor: {
485
+ outStroke: "#333",
486
+ outFill: "#2F88FF",
487
+ innerStroke: "#FFF",
488
+ innerFill: "#43CCF8"
489
+ }
490
+ }
491
+ };
492
+ var getColorDescription = function(colorProp, iconType) {
493
+ var color = typeof colorProp === "string" ? [colorProp] : colorProp || [];
494
+ var colorDesc = [exports.currentColor, exports.currentColor, exports.currentColor, exports.currentColor];
495
+ switch (iconType) {
496
+ case "outline": {
497
+ colorDesc[0] = typeof color[0] === "string" ? color[0] : exports.currentColor;
498
+ colorDesc[1] = "none";
499
+ colorDesc[2] = typeof color[0] === "string" ? color[0] : exports.currentColor;
500
+ colorDesc[3] = "none";
501
+ break;
502
+ }
503
+ case "filled": {
504
+ colorDesc[0] = typeof color[0] === "string" ? color[0] : exports.currentColor;
505
+ colorDesc[1] = typeof color[0] === "string" ? color[0] : exports.currentColor;
506
+ colorDesc[2] = "#FFF";
507
+ colorDesc[3] = "#FFF";
508
+ break;
509
+ }
510
+ case "two-tone": {
511
+ var _a = exports.defaultIconConfig.colors.twoTone, stroke = _a.stroke, fill = _a.fill;
512
+ colorDesc[0] = typeof color[0] === "string" ? color[0] : stroke;
513
+ colorDesc[1] = typeof color[1] === "string" ? color[1] : fill;
514
+ colorDesc[2] = typeof color[0] === "string" ? color[0] : stroke;
515
+ colorDesc[3] = typeof color[1] === "string" ? color[1] : fill;
516
+ break;
517
+ }
518
+ case "multi-color": {
519
+ var _b = exports.defaultIconConfig.colors.multiColor, outStroke = _b.outStroke, outFill = _b.outFill, innerStroke = _b.innerStroke, innerFill = _b.innerFill;
520
+ colorDesc[0] = typeof color[0] === "string" ? color[0] : outStroke;
521
+ colorDesc[1] = typeof color[1] === "string" ? color[1] : outFill;
522
+ colorDesc[2] = typeof color[2] === "string" ? color[2] : innerStroke;
523
+ colorDesc[3] = typeof color[3] === "string" ? color[3] : innerFill;
524
+ break;
525
+ }
526
+ }
527
+ return colorDesc;
528
+ };
529
+ exports.getColorDescription = getColorDescription;
530
+ })(interfaces);
531
+ return interfaces;
532
+ }
533
+ var utils = {};
534
+ var config = {};
535
+ var hasRequiredConfig;
536
+ function requireConfig() {
537
+ if (hasRequiredConfig) return config;
538
+ hasRequiredConfig = 1;
539
+ Object.defineProperty(config, "__esModule", { value: true });
540
+ config.CLASS_NAME_PREFIX = void 0;
541
+ config.CLASS_NAME_PREFIX = "polyv";
542
+ return config;
543
+ }
544
+ var hasRequiredUtils;
545
+ function requireUtils() {
546
+ if (hasRequiredUtils) return utils;
547
+ hasRequiredUtils = 1;
548
+ Object.defineProperty(utils, "__esModule", { value: true });
549
+ utils.line2UpperCase = utils.createClsName = void 0;
550
+ var config_1 = requireConfig();
551
+ var createClsName = function(name) {
552
+ return "".concat(config_1.CLASS_NAME_PREFIX, "-").concat(name);
553
+ };
554
+ utils.createClsName = createClsName;
555
+ var line2UpperCase = function(text) {
556
+ return text.replace(/(^\w|-\w)/g, function(c2) {
557
+ return c2.slice(-1).toUpperCase();
558
+ });
559
+ };
560
+ utils.line2UpperCase = line2UpperCase;
561
+ return utils;
562
+ }
563
+ var hasRequiredIconBuilder;
564
+ function requireIconBuilder() {
565
+ if (hasRequiredIconBuilder) return iconBuilder;
566
+ hasRequiredIconBuilder = 1;
567
+ Object.defineProperty(iconBuilder, "__esModule", { value: true });
568
+ iconBuilder.IconBuilder = void 0;
569
+ var interfaces_1 = requireInterfaces();
570
+ var utils_1 = requireUtils();
571
+ var IconBuilder = function(lineName, render3) {
572
+ var IconComponent = {
573
+ name: lineName,
574
+ props: ["size", "type", "color", "strokeLinecap", "strokeLinejoin"],
575
+ computed: {
576
+ renderData: function() {
577
+ var colorProp = this.color;
578
+ var iconType = this.type || interfaces_1.defaultIconConfig.type;
579
+ var size = this.size || interfaces_1.defaultIconConfig.size;
580
+ var strokeLinecap = this.strokeLinecap || interfaces_1.defaultIconConfig.strokeLinecap;
581
+ var strokeLinejoin = this.strokeLinejoin || interfaces_1.defaultIconConfig.strokeLinejoin;
582
+ var colorDesc = (0, interfaces_1.getColorDescription)(colorProp, iconType);
583
+ return {
584
+ size,
585
+ colorDesc,
586
+ strokeLinecap,
587
+ strokeLinejoin
588
+ };
589
+ }
590
+ },
591
+ render: function(h2) {
592
+ var renderData = this.renderData;
593
+ var classes = [
594
+ (0, utils_1.createClsName)("icon"),
595
+ (0, utils_1.createClsName)("icon-".concat(lineName))
596
+ ];
597
+ var styles = {};
598
+ if (renderData.size) {
599
+ styles.fontSize = "".concat(renderData.size, "px");
600
+ }
601
+ return h2("span", {
602
+ class: classes.join(" "),
603
+ style: styles,
604
+ on: this.$listeners,
605
+ attrs: this.$attrs,
606
+ domProps: {
607
+ innerHTML: render3(renderData)
608
+ }
609
+ });
610
+ }
611
+ };
612
+ return IconComponent;
613
+ };
614
+ iconBuilder.IconBuilder = IconBuilder;
615
+ return iconBuilder;
616
+ }
617
+ var iconBuilderExports = requireIconBuilder();
618
+ iconBuilderExports.IconBuilder(
619
+ "arrow-down",
620
+ (data) => `
621
+ <svg width="${data.size}" height="${data.size}" fill="none" viewBox="0 0 16 16">
622
+ <g>
623
+ <g />
624
+ <g>
625
+ <path
626
+ fill="${data.colorDesc[0]}"
627
+ fill-opacity="1"
628
+ fill-rule="evenodd"
629
+ d="M2.868623,4.662188L8,10.26005L13.1313,4.6623L13.1314,4.662138Q13.2025,4.584652,13.2987,4.542326Q13.3949,4.5,13.5,4.5Q13.5492,4.5,13.5975,4.509607Q13.6458,4.519215,13.6913,4.53806Q13.7368,4.556906,13.7778,4.584265Q13.8187,4.611625,13.8536,4.646447Q13.8884,4.681269,13.9157,4.722215Q13.9431,4.763161,13.9619,4.808658Q13.9808,4.854155,13.9904,4.9024549Q14,4.9507543,14,5Q14,5.0938219,13.966,5.181262Q13.932,5.268701,13.8686,5.337862L13.8684,5.338025L8.36858,11.33786Q8.35389,11.35389,8.33786,11.36858Q8.26455,11.435780000000001,8.1711,11.46982Q8.077639999999999,11.50385,7.97828,11.49953Q7.87892,11.49521,7.78877,11.45319Q7.69863,11.41118,7.63142,11.33786L2.131469,5.337913L2.131423,5.337862Q2.068025,5.268701,2.034013,5.181261Q2,5.0938219,2,5Q2,4.9507543,2.009607,4.9024549Q2.019215,4.854155,2.0380599999999998,4.808658Q2.056906,4.763161,2.084265,4.722215Q2.111625,4.681269,2.146447,4.646447Q2.181269,4.611625,2.222215,4.584265Q2.263161,4.556906,2.308658,4.53806Q2.354155,4.519215,2.4024549,4.509607Q2.4507543,4.5,2.5,4.5Q2.605115,4.5,2.701332,4.542326Q2.797548,4.584652,2.868577,4.662138L2.868623,4.662188Z"
630
+ />
631
+ </g>
632
+ </g>
633
+ </svg>
634
+ `
635
+ );
636
+ const ProductIconArrowLeft = iconBuilderExports.IconBuilder(
637
+ "arrow-left",
638
+ (data) => `
639
+ <svg width="${data.size}" height="${data.size}" fill="none" viewBox="0 0 20 20">
640
+ <g>
641
+ <g>
642
+ <g />
643
+ <g
644
+ transform="matrix(0,0.9999999403953552,-0.9999999403953552,0,16.874999813735485,-10.624999180436134)"
645
+ >
646
+ <path
647
+ fill="${data.colorDesc[0]}"
648
+ fill-opacity="0.6000000238418579"
649
+ fill-rule="evenodd"
650
+ d="M14.302944,2.618292L20.625,9.515080000000001L26.9471,2.618207Q27.0537,2.5019780000000003,27.198,2.438489Q27.3423,2.375,27.5,2.375Q27.573900000000002,2.375,27.6463,2.389411Q27.7188,2.403822,27.787,2.43209Q27.8553,2.460359,27.9167,2.501398Q27.978099999999998,2.542437,28.0303,2.59467Q28.0826,2.646903,28.1236,2.708322Q28.1646,2.769742,28.1929,2.837987Q28.2212,2.906233,28.235599999999998,2.978682Q28.25,3.0511315,28.25,3.125Q28.25,3.265733,28.198999999999998,3.3968920000000002Q28.148,3.528052,28.0529,3.631794L28.052300000000002,3.632367L21.17787,11.13179Q21.15583,11.15583,21.13179,11.17786Q21.021819999999998,11.27867,20.88164,11.32972Q20.74147,11.38077,20.59242,11.37429Q20.44338,11.36781,20.30816,11.30479Q20.17294,11.24176,20.07213,11.13179L13.197134,3.631793Q13.102038,3.528052,13.051019,3.3968920000000002Q13,3.265733,13,3.125Q13,3.0511315,13.014410999999999,2.978682Q13.028822,2.906233,13.05709,2.837987Q13.085359,2.769742,13.126398,2.708322Q13.167437,2.646903,13.21967,2.59467Q13.271903,2.542437,13.333322,2.501398Q13.394742,2.460359,13.462987,2.43209Q13.531233,2.403822,13.603682,2.389411Q13.6761315,2.375,13.75,2.375Q13.907672,2.375,14.051997,2.438489Q14.196322,2.5019780000000003,14.302866,2.618207L14.302944,2.618292Z"
651
+ />
652
+ </g>
653
+ </g>
654
+ </g>
655
+ </svg>
656
+ `
657
+ );
658
+ iconBuilderExports.IconBuilder(
659
+ "arrow-right",
660
+ (data) => `
661
+ <svg
662
+ width="${data.size}"
663
+ height="${data.size}"
664
+ fill="${data.colorDesc[0]}"
665
+ viewBox="0 0 1024 1024"
666
+ >
667
+ <path
668
+ d="M373.504 770.56a31.744 31.744 0 0 1-10.24-23.04c0-8.78933301 3.669333-17.066667 10.24-23.210667L587.946667 522.75200001l-211.541334-198.65600001c-13.568-12.8-13.568-33.536 0-46.336 13.653333-12.8 35.754667-12.79999999 49.322667 0L660.309333 498.005333a31.232 31.232 0 0 1 5.034667 40.277334 32.170667 32.170667 0 0 1-8.106667 12.117333L422.741333 770.56a36.437333 36.437333 0 0 1-49.237333 0z"
669
+ />
670
+ </svg>
671
+ `
672
+ );
673
+ iconBuilderExports.IconBuilder(
674
+ "choose-address",
675
+ (data) => `
676
+ <svg width="${data.size}" height="${data.size}" fill="none" viewBox="0 0 13.5 10">
677
+ <g>
678
+ <path
679
+ fill="${data.colorDesc[0]}"
680
+ fill-opacity="1"
681
+ fill-rule="evenodd"
682
+ d="M13.2295,1.683941Q13.3599,1.544932,13.4299,1.3677380000000001Q13.5,1.190545,13.5,1Q13.5,0.9015086,13.4808,0.80491Q13.4616,0.708311,13.4239,0.617317Q13.3862,0.526322,13.3315,0.44443Q13.2767,0.362537,13.2071,0.29289299999999996Q13.1375,0.22324900000000003,13.0556,0.16852999999999996Q12.9737,0.11381200000000002,12.8827,0.076121Q12.7917,0.038429999999999964,12.6951,0.019214999999999982Q12.5985,0,12.5,0Q12.2927,0,12.1025,0.08241100000000001Q11.9122,0.164821,11.7705,0.316059L11.7701,0.316446L4.97682,7.56261L1.7071070000000002,4.29289Q1.566455,4.15224,1.382683,4.0761199999999995Q1.198912,4,1,4Q0.9015086,4,0.80491,4.01921Q0.708311,4.03843,0.617317,4.0761199999999995Q0.526322,4.11381,0.44443,4.1685300000000005Q0.362537,4.22325,0.29289299999999996,4.29289Q0.22324900000000003,4.36254,0.16852999999999996,4.4444300000000005Q0.11381200000000002,4.52632,0.076121,4.617319999999999Q0.038429999999999964,4.70831,0.019214999999999982,4.80491Q0,4.90151,0,5Q0,5.19891,0.07611999999999997,5.38268Q0.15224099999999996,5.56645,0.29289299999999996,5.70711L0.293268,5.70748L4.29289,9.70711Q4.3043,9.71851,4.31606,9.72954Q4.46117,9.86558,4.6472999999999995,9.93574Q4.83343,10.00589,5.03224,9.99948Q5.23105,9.99307,5.41227,9.91106Q5.59349,9.82905,5.72954,9.68394L13.2292,1.684328L13.2295,1.683941L13.2295,1.683941Z"
683
+ />
684
+ </g>
685
+ </svg>
686
+ `
687
+ );
688
+ const ProductIconClose = iconBuilderExports.IconBuilder(
689
+ "close",
690
+ (data) => `
691
+ <svg width="${data.size}" height="${data.size}" fill="none" viewBox="0 0 24 24">
692
+ <g>
693
+ <g />
694
+ <g>
695
+ <path
696
+ fill="${data.colorDesc[0]}"
697
+ fill-rule="evenodd"
698
+ d="M13.06067779937744,12.72779953125L18.894417799377443,6.89409953125Q18.99981779937744,6.78860953125,19.05691779937744,6.65077953125Q19.114017799377443,6.51295353125,19.114017799377443,6.36376953125Q19.114017799377443,6.21458553125,19.05691779937744,6.07675653125Q18.99981779937744,5.93892853125,18.894417799377443,5.83343953125Q18.788917799377444,5.72795053125,18.651017799377442,5.67085993125Q18.513217799377443,5.61376953125,18.364017799377443,5.61376953125Q18.214817799377442,5.61376953125,18.077017799377444,5.67085993125Q17.93921779937744,5.72795053125,17.83371779937744,5.83343953125L12.000017799377442,11.667139531250001L6.166317799377442,5.83343953125Q6.114087799377441,5.78120653125,6.052667799377441,5.74016753125Q5.991247799377441,5.69912813125,5.922997799377441,5.67085993125Q5.854753799377441,5.64259163125,5.7823047993774415,5.62818063125Q5.709855799377442,5.6137695661656,5.6359867993774415,5.6137695661656Q5.5621187993774415,5.6137695661656,5.489669799377442,5.62818063125Q5.417219799377442,5.64259163125,5.348974799377442,5.67085993125Q5.280728799377441,5.69912813125,5.2193097993774415,5.74016753125Q5.1578897993774415,5.78120653125,5.105656799377441,5.83343953125Q5.053423799377441,5.88567253125,5.0123847993774415,5.94709153125Q4.971345899377441,6.00851153125,4.943077699377441,6.07675653125Q4.914809399377441,6.14500253125,4.900398399377441,6.21745153125Q4.885987318077442,6.28990053125,4.885987318077442,6.36376953125Q4.885987318077442,6.43763753125,4.900398399377441,6.51008753125Q4.914809399377441,6.58253653125,4.943077699377441,6.65077953125Q4.971345899377441,6.7190295312499995,5.0123847993774415,6.7804495312499995Q5.053423799377441,6.8418695312499995,5.105656799377441,6.89409953125L10.939357799377442,12.72779953125L5.105793799377442,18.56136953125Q5.053560799377442,18.61356953125,5.012521799377441,18.67496953125Q4.971482499377442,18.736469531250002,4.943214099377442,18.80466953125Q4.914945799377441,18.87296953125,4.900534699377442,18.94536953125Q4.886123590377442,19.01786953125,4.886123523377441,19.091669531249998Q4.886123457377441,19.16556953125,4.900534399377442,19.237969531250002Q4.914945399377442,19.31046953125,4.943213599377441,19.37866953125Q4.971481799377441,19.446969531249998,5.012520799377441,19.50836953125Q5.0535597993774415,19.56976953125,5.105792799377442,19.62206953125Q5.158025799377441,19.674269531249998,5.219445799377441,19.71526953125Q5.280864799377442,19.75636953125,5.349110799377441,19.78456953125Q5.417355799377441,19.81286953125,5.489804799377441,19.82726953125Q5.562254799377442,19.841669531249998,5.636122799377441,19.841669531249998Q5.709991799377441,19.841669531249998,5.782440799377442,19.82726953125Q5.854889799377442,19.81286953125,5.923137799377441,19.78456953125Q5.9913777993774415,19.75636953125,6.052797799377442,19.71526953125Q6.114217799377442,19.674269531249998,6.166457799377442,19.62206953125L12.000017799377442,13.78845953125L17.833617799377443,19.62206953125Q17.885817799377442,19.674269531249998,17.94721779937744,19.71526953125Q18.00861779937744,19.75636953125,18.07691779937744,19.78456953125Q18.14511779937744,19.81286953125,18.217617799377443,19.82726953125Q18.29001779937744,19.841669531249998,18.36391779937744,19.841669531249998Q18.43781779937744,19.841669531249998,18.510217799377443,19.82726953125Q18.58271779937744,19.81286953125,18.650917799377442,19.78456953125Q18.719117799377443,19.75636953125,18.780617799377442,19.71526953125Q18.84201779937744,19.674269531249998,18.894217799377444,19.62206953125Q18.94651779937744,19.56976953125,18.987517799377443,19.50836953125Q19.02851779937744,19.446969531249998,19.05681779937744,19.37866953125Q19.085117799377443,19.31046953125,19.09951779937744,19.237969531250002Q19.11391779937744,19.16556953125,19.11391779937744,19.091669531249998Q19.11391779937744,19.01786953125,19.09951779937744,18.94536953125Q19.085117799377443,18.87296953125,19.05681779937744,18.80466953125Q19.02851779937744,18.736469531250002,18.987517799377443,18.67496953125Q18.94651779937744,18.61356953125,18.894217799377444,18.56136953125L13.06067779937744,12.72779953125Z"
699
+ />
700
+ </g>
701
+ </g>
702
+ </svg>
703
+ `
704
+ );
705
+ iconBuilderExports.IconBuilder(
706
+ "close-round-fill",
707
+ (data) => `
708
+ <svg
709
+ width="${data.size}"
710
+ height="${data.size}"
711
+ fill="${data.colorDesc[0]}"
712
+ viewBox="0 0 1024 1024"
713
+ >
714
+ <path
715
+ d="M512 0c282.7776 0 512 229.2224 512 512s-229.2224 512-512 512S0 794.7776 0 512 229.2224 0 512 0zM376.5248 319.0784a40.6528 40.6528 0 0 0-57.344 57.4976l143.872 144.0256-143.872 143.872a40.6016 40.6016 0 1 0 57.4464 57.5488l143.872-143.9744 143.9232 143.9744a40.6528 40.6528 0 0 0 57.4464-57.4976l-143.872-143.9232L721.92 376.576a40.6016 40.6016 0 1 0-57.3952-57.4976l-143.9744 144.0256z"
716
+ />
717
+ </svg>
718
+ `
719
+ );
720
+ iconBuilderExports.IconBuilder(
721
+ "img-placeholder",
722
+ (data) => `
723
+ <svg width="${data.size}" height="${data.size}" fill="none" viewBox="0 0 80 80">
724
+ <defs>
725
+ <clipPath><rect width="80" height="80" x="0" y="0" rx="0" /></clipPath>
726
+ </defs>
727
+ <g clip-path="url(#master_svg0_6_25301/6_23777)">
728
+ <g>
729
+ <path
730
+ fill="${data.colorDesc[0]}"
731
+ fill-opacity="0.10000000149011612"
732
+ fill-rule="evenodd"
733
+ d="M4.000041484832764,21.999980926513672L4.000041484832764,57.99998092651367Q4.000041484832764,61.72788092651367,6.636081484832763,64.36398092651368Q9.272121484832763,66.99998092651367,13.000041484832764,66.99998092651367L65.00004148483276,66.99998092651367Q68.72794148483277,66.99998092651367,71.36404148483277,64.36398092651368Q74.00004148483276,61.72788092651367,74.00004148483276,57.99998092651367L74.00004148483276,21.999980926513672Q74.00004148483276,18.27206092651367,71.36404148483277,15.636020926513671Q68.72794148483277,12.999980926513672,65.00004148483276,12.999980926513672L13.000041484832764,12.999980926513672Q9.272121484832763,12.999980926513672,6.636081484832763,15.636020926513671Q4.000041484832764,18.27206092651367,4.000041484832764,21.999980926513672ZM7.000041484832764,21.999980926513672L7.000041484832764,46.84138092651367Q7.026161484832764,46.83008092651367,7.0526914848327635,46.81978092651367Q14.100341484832764,44.08258092651367,20.035341484832763,46.00858092651367Q24.706041484832763,47.52428092651367,28.582441484832763,50.861780926513674Q32.89634148483276,38.45178092651367,44.86384148483276,33.90138092651367Q57.276841484832765,29.18148092651367,71.00004148483276,36.75598092651367L71.00004148483276,21.999980926513672Q71.00004148483276,21.852690926513674,70.99284148483277,21.705570926513673Q70.98554148483277,21.55846092651367,70.97114148483277,21.41188092651367Q70.95674148483276,21.26530092651367,70.93514148483277,21.11960092651367Q70.91354148483276,20.97390092651367,70.88474148483276,20.829440926513673Q70.85604148483276,20.68498092651367,70.82024148483276,20.542100926513672Q70.78444148483277,20.39922092651367,70.74164148483277,20.25827092651367Q70.69894148483276,20.11732092651367,70.64934148483276,19.97864092651367Q70.59964148483276,19.839960926513672,70.54334148483277,19.703880926513673Q70.48694148483277,19.567800926513673,70.42394148483277,19.434650926513672Q70.36094148483276,19.301500926513672,70.29154148483276,19.171600926513673Q70.22214148483276,19.04170092651367,70.14644148483276,18.91536092651367Q70.07064148483276,18.78903092651367,69.98884148483276,18.66656092651367Q69.90704148483276,18.54409092651367,69.81924148483276,18.42578092651367Q69.73154148483276,18.307480926513673,69.63814148483276,18.193620926513674Q69.54464148483277,18.07976092651367,69.44574148483277,17.97063092651367Q69.34684148483277,17.86149092651367,69.24264148483276,17.75734092651367Q69.13854148483276,17.653190926513673,69.02944148483276,17.554270926513674Q68.92024148483276,17.45536092651367,68.80644148483276,17.361920926513672Q68.69254148483276,17.26848092651367,68.57424148483277,17.18073092651367Q68.45594148483276,17.09299092651367,68.33344148483276,17.01116092651367Q68.21094148483276,16.92933092651367,68.08464148483276,16.85361092651367Q67.95834148483277,16.77788092651367,67.82844148483277,16.70845092651367Q67.69854148483276,16.639020926513673,67.56534148483277,16.57604092651367Q67.43224148483276,16.51307092651367,67.29614148483276,16.456700926513673Q67.16004148483276,16.40034092651367,67.02134148483276,16.350720926513674Q66.88264148483276,16.301090926513673,66.74174148483277,16.25834092651367Q66.60074148483277,16.21558092651367,66.45794148483276,16.17979092651367Q66.31504148483276,16.144000926513673,66.17054148483277,16.115270926513674Q66.02614148483276,16.08653092651367,65.88044148483277,16.064920926513672Q65.73474148483277,16.043310926513673,65.58814148483276,16.028870926513672Q65.44154148483275,16.014430926513672,65.29444148483276,16.00721092651367Q65.14734148483276,15.999980926513672,65.00004148483276,15.999980926513672L13.000041484832764,15.999980926513672Q12.852751484832764,15.999980926513672,12.705631484832764,16.00721092651367Q12.558521484832763,16.014430926513672,12.411941484832763,16.028870926513672Q12.265361484832763,16.043310926513673,12.119661484832763,16.064920926513672Q11.973961484832763,16.08653092651367,11.829501484832765,16.115270926513674Q11.685041484832762,16.144000926513673,11.542161484832764,16.17979092651367Q11.399281484832763,16.21558092651367,11.258331484832762,16.25834092651367Q11.117381484832764,16.301090926513673,10.978701484832763,16.350720926513674Q10.840021484832764,16.40034092651367,10.703941484832765,16.456700926513673Q10.567861484832765,16.51307092651367,10.434711484832764,16.57604092651367Q10.301561484832764,16.639020926513673,10.171661484832764,16.70845092651367Q10.041761484832763,16.77789092651367,9.915421484832763,16.85361092651367Q9.789091484832763,16.92933092651367,9.666621484832763,17.01116092651367Q9.544151484832764,17.09299092651367,9.425841484832763,17.18073092651367Q9.307541484832765,17.26848092651367,9.193681484832764,17.361920926513672Q9.079821484832763,17.45536092651367,8.970691484832763,17.554270926513674Q8.861551484832763,17.653190926513673,8.757401484832764,17.75734092651367Q8.653251484832763,17.86149092651367,8.554331484832764,17.97063092651367Q8.455421484832764,18.07976092651367,8.361981484832764,18.193620926513674Q8.268541484832763,18.307480926513673,8.180791484832763,18.42578092651367Q8.093051484832763,18.54409092651367,8.011221484832763,18.66656092651367Q7.929391484832763,18.78903092651367,7.853671484832764,18.91536092651367Q7.7779414848327635,19.04170092651367,7.708511484832764,19.171600926513673Q7.639081484832763,19.301500926513672,7.576101484832764,19.434650926513672Q7.513131484832764,19.567800926513673,7.4567614848327635,19.703880926513673Q7.400401484832764,19.839960926513672,7.350781484832764,19.97864092651367Q7.301151484832763,20.11732092651367,7.258401484832763,20.25827092651367Q7.215641484832764,20.39922092651367,7.1798514848327635,20.542100926513672Q7.144061484832763,20.68498092651367,7.115331484832764,20.829440926513673Q7.086591484832764,20.97390092651367,7.064981484832764,21.11960092651367Q7.043371484832764,21.26530092651367,7.028931484832764,21.41188092651367Q7.014491484832764,21.55846092651367,7.0072714848327635,21.705570926513673Q7.000041484832764,21.852690926513674,7.000041484832764,21.999980926513672ZM23.595741484832764,37.59568092651367Q23.718441484832763,37.59568092651367,23.841041484832765,37.58968092651367Q23.963641484832763,37.58368092651367,24.085841484832763,37.571580926513676Q24.207941484832762,37.559580926513675,24.329441484832763,37.541580926513674Q24.450841484832765,37.523580926513674,24.571241484832765,37.49958092651367Q24.691541484832765,37.475680926513675,24.810641484832765,37.445880926513674Q24.929741484832764,37.41598092651367,25.047141484832764,37.38038092651367Q25.164641484832764,37.34478092651367,25.280141484832765,37.30338092651367Q25.395741484832765,37.262080926513676,25.509141484832764,37.21508092651367Q25.622541484832762,37.16808092651367,25.733541484832763,37.11558092651367Q25.844441484832764,37.06318092651367,25.952741484832764,37.00528092651367Q26.060941484832764,36.947380926513674,26.166241484832764,36.88428092651367Q26.271541484832763,36.82118092651368,26.373641484832763,36.75298092651367Q26.475641484832764,36.68488092651367,26.574241484832765,36.61168092651367Q26.672841484832762,36.538580926513674,26.767741484832765,36.46078092651367Q26.862641484832764,36.38288092651367,26.953541484832762,36.30048092651367Q27.044441484832763,36.217980926513675,27.131241484832763,36.13118092651367Q27.218041484832764,36.04438092651367,27.300541484832763,35.95348092651367Q27.382941484832763,35.86258092651367,27.460841484832763,35.76768092651368Q27.538641484832763,35.67278092651367,27.611741484832763,35.57418092651368Q27.684941484832763,35.47558092651367,27.753041484832764,35.37358092651367Q27.821241484832765,35.271480926513675,27.884341484832763,35.166180926513675Q27.947441484832762,35.060880926513676,28.005341484832762,34.95268092651367Q28.063241484832762,34.84438092651367,28.115641484832764,34.73348092651367Q28.168141484832763,34.622480926513674,28.215141484832763,34.509080926513676Q28.262141484832764,34.39568092651368,28.303441484832764,34.28018092651367Q28.344841484832763,34.16458092651367,28.380441484832765,34.04708092651367Q28.416041484832764,33.92968092651367,28.445941484832765,33.81058092651367Q28.475741484832763,33.69148092651368,28.499641484832765,33.57118092651368Q28.523641484832762,33.45078092651367,28.541641484832763,33.32938092651367Q28.559641484832763,33.20788092651367,28.571641484832764,33.08578092651367Q28.583741484832764,32.96358092651367,28.589741484832764,32.84098092651367Q28.595741484832764,32.718380926513674,28.595741484832764,32.59568092651367Q28.595741484832764,32.47298092651367,28.589741484832764,32.35038092651367Q28.583741484832764,32.227780926513674,28.571641484832764,32.10558092651367Q28.559641484832763,31.98348092651367,28.541641484832763,31.862080926513674Q28.523641484832762,31.740580926513672,28.499641484832765,31.620180926513672Q28.475741484832763,31.499880926513672,28.445941484832765,31.380780926513673Q28.416041484832764,31.261680926513673,28.380441484832765,31.144280926513673Q28.344841484832763,31.026780926513673,28.303441484832764,30.911280926513673Q28.262141484832764,30.795680926513672,28.215141484832763,30.682280926513673Q28.168141484832763,30.56888092651367,28.115641484832764,30.45788092651367Q28.063241484832762,30.346980926513673,28.005341484832762,30.238680926513673Q27.947441484832762,30.130480926513673,27.884341484832763,30.025180926513674Q27.821241484832765,29.91988092651367,27.753041484832764,29.81778092651367Q27.684941484832763,29.715780926513673,27.611741484832763,29.617180926513672Q27.538641484832763,29.51858092651367,27.460841484832763,29.423680926513672Q27.382941484832763,29.328880926513673,27.300541484832763,29.23788092651367Q27.218041484832764,29.14698092651367,27.131241484832763,29.06018092651367Q27.044441484832763,28.97338092651367,26.953541484832762,28.890880926513674Q26.862641484832764,28.808480926513674,26.767741484832765,28.730580926513674Q26.672841484832762,28.65278092651367,26.574241484832765,28.579680926513674Q26.475641484832764,28.506480926513674,26.373641484832763,28.438380926513673Q26.271541484832763,28.370180926513672,26.166241484832764,28.30708092651367Q26.060941484832764,28.24398092651367,25.952741484832764,28.18608092651367Q25.844441484832764,28.12818092651367,25.733541484832763,28.075780926513673Q25.622541484832762,28.02328092651367,25.509141484832764,27.976280926513674Q25.395741484832765,27.92928092651367,25.280241484832764,27.88798092651367Q25.164641484832764,27.846580926513674,25.047141484832764,27.810980926513672Q24.929741484832764,27.77538092651367,24.810641484832765,27.74548092651367Q24.691541484832765,27.71568092651367,24.571241484832765,27.691780926513673Q24.450841484832765,27.66778092651367,24.329441484832763,27.64978092651367Q24.207941484832762,27.63178092651367,24.085841484832763,27.61978092651367Q23.963641484832763,27.607680926513673,23.841041484832765,27.601680926513673Q23.718441484832763,27.595680926513673,23.595741484832764,27.595680926513673Q23.473041484832763,27.595680926513673,23.350441484832764,27.601680926513673Q23.227841484832762,27.607680926513673,23.105641484832763,27.61978092651367Q22.983541484832763,27.63178092651367,22.862141484832765,27.64978092651367Q22.740641484832764,27.66778092651367,22.620241484832764,27.691780926513673Q22.499941484832764,27.71568092651367,22.380841484832764,27.74548092651367Q22.261741484832765,27.77538092651367,22.144341484832765,27.810980926513672Q22.026841484832765,27.846580926513674,21.911341484832764,27.88798092651367Q21.795741484832764,27.92928092651367,21.682341484832765,27.976280926513674Q21.568941484832763,28.02328092651367,21.457941484832762,28.075780926513673Q21.347041484832765,28.12818092651367,21.238741484832765,28.18608092651367Q21.130541484832765,28.24398092651367,21.025241484832765,28.30708092651367Q20.919941484832762,28.370180926513672,20.817841484832762,28.438380926513673Q20.715841484832765,28.506480926513674,20.617241484832764,28.579680926513674Q20.518641484832763,28.65278092651367,20.423741484832764,28.730580926513674Q20.328941484832765,28.808480926513674,20.237941484832763,28.890880926513674Q20.147041484832762,28.97338092651367,20.060241484832762,29.06018092651367Q19.97344148483276,29.14698092651367,19.890941484832766,29.23788092651367Q19.808541484832766,29.328880926513673,19.730641484832766,29.423680926513672Q19.652841484832763,29.51858092651367,19.579741484832766,29.617180926513672Q19.506541484832766,29.715780926513673,19.438441484832765,29.81778092651367Q19.370241484832764,29.91988092651367,19.307141484832762,30.025180926513674Q19.244041484832763,30.130480926513673,19.186141484832763,30.238680926513673Q19.128241484832763,30.346980926513673,19.075841484832765,30.45788092651367Q19.023341484832763,30.56888092651367,18.976341484832766,30.682280926513673Q18.92934148483276,30.795680926513672,18.888041484832762,30.911280926513673Q18.846641484832766,31.026780926513673,18.811041484832764,31.144280926513673Q18.77544148483276,31.261680926513673,18.745541484832764,31.380780926513673Q18.715741484832762,31.499880926513672,18.691841484832764,31.620180926513672Q18.667841484832763,31.740580926513672,18.649841484832763,31.86198092651367Q18.631841484832762,31.98348092651367,18.61984148483276,32.10558092651367Q18.607741484832765,32.227780926513674,18.601741484832765,32.35038092651367Q18.595741484832764,32.47298092651367,18.595741484832764,32.59568092651367Q18.595741484832764,32.718380926513674,18.601741484832765,32.84098092651367Q18.607741484832765,32.96358092651367,18.61984148483276,33.08578092651367Q18.631841484832762,33.20788092651367,18.649841484832763,33.32938092651367Q18.667841484832763,33.45078092651367,18.691841484832764,33.57118092651368Q18.715741484832762,33.69148092651368,18.745541484832764,33.81058092651367Q18.77544148483276,33.92968092651367,18.811041484832764,34.04708092651367Q18.846641484832766,34.16458092651367,18.888041484832762,34.280080926513676Q18.92934148483276,34.39568092651368,18.976341484832766,34.509080926513676Q19.023341484832763,34.622480926513674,19.075841484832765,34.73348092651367Q19.128241484832763,34.84438092651367,19.186141484832763,34.95268092651367Q19.244041484832763,35.060880926513676,19.307141484832762,35.166180926513675Q19.370241484832764,35.271480926513675,19.438441484832765,35.37358092651367Q19.506541484832766,35.47558092651367,19.579741484832766,35.57418092651368Q19.652841484832763,35.67278092651367,19.730641484832766,35.76768092651368Q19.808541484832766,35.86258092651367,19.890941484832766,35.95348092651367Q19.97344148483276,36.04438092651367,20.060241484832762,36.13118092651367Q20.147041484832762,36.217980926513675,20.237941484832763,36.30048092651367Q20.328941484832765,36.38288092651367,20.423741484832764,36.46078092651367Q20.518641484832763,36.538580926513674,20.617241484832764,36.61168092651367Q20.715841484832765,36.68488092651367,20.817841484832762,36.75298092651367Q20.919941484832762,36.82118092651368,21.025241484832765,36.88428092651367Q21.130541484832765,36.947380926513674,21.238741484832765,37.00528092651367Q21.347041484832765,37.06318092651367,21.457941484832762,37.11558092651367Q21.568941484832763,37.16808092651367,21.682341484832765,37.21508092651367Q21.795741484832764,37.262080926513676,21.911341484832764,37.30338092651367Q22.026841484832765,37.34478092651367,22.144341484832765,37.38038092651367Q22.261741484832765,37.41598092651367,22.380841484832764,37.445880926513674Q22.499941484832764,37.475680926513675,22.620241484832764,37.49958092651367Q22.740641484832764,37.523580926513674,22.862041484832762,37.541580926513674Q22.983541484832763,37.559580926513675,23.105641484832763,37.571580926513676Q23.227841484832762,37.58368092651367,23.350441484832764,37.58968092651367Q23.473041484832763,37.59568092651367,23.595741484832764,37.59568092651367ZM23.595741484832764,30.595680926513673Q23.694041484832763,30.595680926513673,23.791741484832762,30.60528092651367Q23.889541484832765,30.61498092651367,23.985941484832765,30.634080926513672Q24.082241484832764,30.653280926513673,24.176341484832765,30.68178092651367Q24.270341484832763,30.710280926513672,24.361141484832764,30.747880926513673Q24.451841484832762,30.78548092651367,24.538541484832763,30.831880926513673Q24.625141484832763,30.87818092651367,24.706841484832765,30.932780926513672Q24.788541484832763,30.987380926513673,24.864541484832763,31.049680926513673Q24.940441484832764,31.11198092651367,25.009941484832762,31.18148092651367Q25.079441484832763,31.250980926513673,25.141741484832764,31.32688092651367Q25.204141484832764,31.40288092651367,25.258641484832765,31.484580926513672Q25.313241484832762,31.56628092651367,25.359541484832764,31.65288092651367Q25.405941484832763,31.73958092651367,25.443541484832764,31.830280926513673Q25.481141484832765,31.92108092651367,25.509641484832763,32.015080926513676Q25.538141484832764,32.10918092651367,25.557341484832765,32.20548092651367Q25.576441484832763,32.301880926513675,25.586141484832762,32.39968092651367Q25.595741484832764,32.49738092651367,25.595741484832764,32.59568092651367Q25.595741484832764,32.693980926513674,25.586141484832762,32.79168092651367Q25.576441484832763,32.88948092651367,25.557341484832765,32.98588092651367Q25.538141484832764,33.08218092651367,25.509641484832763,33.17628092651367Q25.481141484832765,33.27028092651367,25.443541484832764,33.36108092651367Q25.405941484832763,33.45178092651367,25.359541484832764,33.53848092651367Q25.313241484832762,33.625080926513675,25.258641484832765,33.70678092651367Q25.204141484832764,33.78848092651367,25.141741484832764,33.86448092651367Q25.079441484832763,33.94038092651367,25.009941484832762,34.009880926513674Q24.940441484832764,34.07938092651367,24.864541484832763,34.14168092651367Q24.788541484832763,34.20408092651367,24.706841484832765,34.25858092651367Q24.625141484832763,34.31318092651367,24.538541484832763,34.35948092651367Q24.451841484832762,34.405880926513674,24.361141484832764,34.44348092651367Q24.270341484832763,34.48108092651367,24.176341484832765,34.50958092651367Q24.082241484832764,34.53808092651367,23.985941484832765,34.55728092651367Q23.889541484832765,34.57638092651367,23.791741484832762,34.586080926513674Q23.694041484832763,34.59568092651367,23.595741484832764,34.59568092651367Q23.497441484832763,34.59568092651367,23.399741484832763,34.586080926513674Q23.301941484832764,34.57638092651367,23.205541484832764,34.55728092651367Q23.109241484832765,34.53808092651367,23.015141484832764,34.50958092651367Q22.921141484832763,34.48108092651367,22.830341484832765,34.44348092651367Q22.739641484832763,34.405880926513674,22.652941484832763,34.35948092651367Q22.566341484832762,34.31318092651367,22.484641484832764,34.25858092651367Q22.402941484832763,34.20408092651367,22.326941484832762,34.14168092651367Q22.251041484832765,34.07938092651367,22.181541484832763,34.009880926513674Q22.112041484832762,33.94038092651367,22.049741484832765,33.86448092651367Q21.987441484832765,33.78848092651367,21.932841484832764,33.70678092651367Q21.878241484832763,33.625080926513675,21.831941484832765,33.53848092651367Q21.785541484832763,33.45178092651367,21.747941484832765,33.36108092651367Q21.710341484832764,33.27028092651367,21.681841484832763,33.17628092651367Q21.653341484832765,33.08218092651367,21.634141484832764,32.98588092651367Q21.615041484832762,32.88948092651367,21.605341484832763,32.79168092651367Q21.595741484832764,32.693980926513674,21.595741484832764,32.59568092651367Q21.595741484832764,32.49738092651367,21.605341484832763,32.39968092651367Q21.615041484832762,32.301880926513675,21.634141484832764,32.20548092651367Q21.653341484832765,32.10918092651367,21.681841484832763,32.015080926513676Q21.710341484832764,31.92108092651367,21.747941484832765,31.830280926513673Q21.785541484832763,31.73958092651367,21.831941484832765,31.65288092651367Q21.878241484832763,31.56628092651367,21.932841484832764,31.484580926513672Q21.987441484832765,31.40288092651367,22.049741484832765,31.32688092651367Q22.112041484832762,31.250980926513673,22.181541484832763,31.18148092651367Q22.251041484832765,31.11198092651367,22.326941484832762,31.049680926513673Q22.402941484832763,30.987380926513673,22.484641484832764,30.932780926513672Q22.566341484832762,30.87818092651367,22.652941484832763,30.831880926513673Q22.739641484832763,30.78548092651367,22.830341484832765,30.747880926513673Q22.921141484832763,30.710280926513672,23.015141484832764,30.68178092651367Q23.109241484832765,30.653280926513673,23.205541484832764,30.634080926513672Q23.301941484832764,30.61498092651367,23.399741484832763,30.60528092651367Q23.497441484832763,30.595680926513673,23.595741484832764,30.595680926513673ZM7.000041484832764,57.99998092651367L7.000041484832764,49.594680926513675Q7.2851214848327634,49.717980926513675,7.595741484832764,49.717980926513675Q7.876801484832764,49.717980926513675,8.138801484832765,49.616280926513674Q14.190541484832764,47.265880926513674,19.10934148483276,48.86208092651367Q24.185241484832762,50.50918092651367,28.231341484832765,54.64468092651367Q28.514741484832765,54.93438092651367,28.905441484832764,55.04188092651367Q28.976541484832765,55.061480926513674,29.049141484832763,55.07398092651367Q29.121741484832764,55.08648092651367,29.195241484832763,55.09178092651367Q29.268741484832763,55.09708092651367,29.342441484832765,55.09518092651367Q29.416041484832764,55.09328092651367,29.489241484832764,55.084180926513675Q29.562341484832764,55.074980926513675,29.634241484832764,55.05878092651367Q29.706041484832763,55.04258092651367,29.776041484832763,55.01928092651367Q29.845941484832764,54.99608092651367,29.913341484832763,54.96618092651367Q29.980641484832763,54.93618092651367,30.044741484832763,54.89978092651367Q30.108741484832763,54.86338092651367,30.168941484832764,54.820880926513674Q30.229141484832763,54.77838092651367,30.284841484832764,54.730180926513675Q30.340641484832762,54.681980926513674,30.391341484832765,54.628480926513674Q30.442041484832764,54.57508092651367,30.487341484832765,54.51688092651367Q30.532641484832762,54.45878092651367,30.571941484832763,54.396480926513675Q30.611241484832764,54.33408092651367,30.644341484832765,54.268280926513675Q30.677341484832763,54.20238092651367,30.703741484832765,54.13358092651367Q30.730241484832764,54.06478092651367,30.749741484832764,53.99378092651367Q34.290341484832766,41.13128092651367,45.93004148483276,36.70548092651367Q57.604541484832765,32.26648092651367,70.83024148483277,40.11548092651367Q70.91234148483277,40.16428092651367,71.00004148483276,40.20218092651368L71.00004148483276,57.99998092651367Q71.00004148483276,58.14728092651367,70.99284148483277,58.294380926513675Q70.98554148483277,58.44148092651367,70.97114148483277,58.58808092651367Q70.95674148483276,58.73468092651367,70.93514148483277,58.88038092651367Q70.91354148483276,59.02608092651367,70.88474148483276,59.17048092651367Q70.85604148483276,59.31498092651367,70.82024148483276,59.457880926513674Q70.78444148483277,59.60078092651367,70.74164148483277,59.74168092651367Q70.69894148483276,59.88268092651367,70.64934148483276,60.02128092651367Q70.59964148483276,60.15998092651367,70.54334148483277,60.296080926513675Q70.48694148483277,60.432180926513674,70.42394148483277,60.56528092651367Q70.36094148483276,60.698480926513675,70.29154148483276,60.828380926513674Q70.22214148483276,60.95828092651367,70.14644148483276,61.084580926513674Q70.07064148483276,61.210880926513674,69.98884148483276,61.33338092651367Q69.90704148483276,61.45588092651367,69.81924148483276,61.57418092651367Q69.73154148483276,61.692480926513674,69.63814148483276,61.80638092651367Q69.54464148483277,61.92018092651367,69.44574148483277,62.029380926513674Q69.34684148483277,62.13848092651367,69.24264148483276,62.242580926513675Q69.13854148483276,62.346780926513674,69.02944148483276,62.445680926513674Q68.92024148483276,62.544580926513675,68.80644148483276,62.63808092651367Q68.69254148483276,62.73148092651367,68.57424148483277,62.819180926513674Q68.45594148483276,62.90698092651367,68.33344148483276,62.98878092651367Q68.21094148483276,63.07058092651367,68.08464148483276,63.14638092651367Q67.95834148483277,63.22208092651367,67.82844148483277,63.29148092651367Q67.69854148483276,63.36098092651367,67.56534148483277,63.423880926513675Q67.43224148483276,63.48688092651367,67.29614148483276,63.543280926513674Q67.16004148483276,63.599580926513674,67.02134148483276,63.64928092651367Q66.88264148483276,63.698880926513674,66.74174148483277,63.74158092651367Q66.60074148483277,63.78438092651367,66.45794148483276,63.82018092651367Q66.31504148483276,63.85598092651367,66.17054148483277,63.884680926513674Q66.02614148483276,63.913380926513675,65.88044148483277,63.93508092651367Q65.73474148483277,63.95668092651367,65.58814148483276,63.97108092651367Q65.44154148483275,63.985480926513674,65.29444148483276,63.992780926513674Q65.14734148483276,63.99998092651367,65.00004148483276,63.99998092651367L13.000041484832764,63.99998092651367Q12.852751484832764,63.99998092651367,12.705631484832764,63.992780926513674Q12.558521484832763,63.985480926513674,12.411941484832763,63.97108092651367Q12.265361484832763,63.95668092651367,12.119661484832763,63.93508092651367Q11.973961484832763,63.913380926513675,11.829501484832765,63.884680926513674Q11.685041484832762,63.85598092651367,11.542161484832764,63.82018092651367Q11.399281484832763,63.78438092651367,11.258331484832762,63.74158092651367Q11.117381484832764,63.698880926513674,10.978701484832763,63.64928092651367Q10.840021484832764,63.599580926513674,10.703941484832765,63.543280926513674Q10.567861484832765,63.48688092651367,10.434711484832764,63.423880926513675Q10.301561484832764,63.36098092651367,10.171661484832764,63.29148092651367Q10.041761484832763,63.22208092651367,9.915421484832763,63.14638092651367Q9.789091484832763,63.07058092651367,9.666621484832763,62.98878092651367Q9.544151484832764,62.90698092651367,9.425841484832763,62.819180926513674Q9.307541484832765,62.73148092651367,9.193681484832764,62.63808092651367Q9.079821484832763,62.544580926513675,8.970691484832763,62.445680926513674Q8.861551484832763,62.346780926513674,8.757401484832764,62.242580926513675Q8.653251484832763,62.13848092651367,8.554331484832764,62.029380926513674Q8.455421484832764,61.92018092651367,8.361981484832764,61.80638092651367Q8.268541484832763,61.692480926513674,8.180791484832763,61.57418092651367Q8.093051484832763,61.45588092651367,8.011221484832763,61.33338092651367Q7.929391484832763,61.210880926513674,7.853671484832764,61.084580926513674Q7.7779414848327635,60.95828092651367,7.708511484832764,60.828380926513674Q7.639081484832763,60.698480926513675,7.576101484832764,60.56528092651367Q7.513131484832764,60.432180926513674,7.4567614848327635,60.296080926513675Q7.400401484832764,60.15998092651367,7.350781484832764,60.02128092651367Q7.301151484832763,59.88268092651367,7.258401484832763,59.74168092651367Q7.215641484832764,59.60078092651367,7.1798514848327635,59.457880926513674Q7.144061484832763,59.31498092651367,7.115331484832764,59.17048092651367Q7.086591484832764,59.02608092651367,7.064981484832764,58.88038092651367Q7.043371484832764,58.73468092651367,7.028931484832764,58.58808092651367Q7.014491484832764,58.44148092651367,7.0072714848327635,58.294380926513675Q7.000041484832764,58.14728092651367,7.000041484832764,57.99998092651367Z"
734
+ />
735
+ </g>
736
+ </g>
737
+ </svg>
738
+ `
739
+ );
740
+ iconBuilderExports.IconBuilder(
741
+ "order-empty",
742
+ (data) => `
743
+ <svg width="${data.size}" height="${data.size}" fill="none" viewBox="0 0 70 70">
744
+ <defs>
745
+ <clipPath><rect width="70" height="70" x="0" y="0" rx="0" /></clipPath>
746
+ </defs>
747
+ <g clip-path="url(#master_svg0_1_6828)">
748
+ <g>
749
+ <g>
750
+ <path
751
+ fill="${data.colorDesc[0]}"
752
+ fill-opacity="1"
753
+ d="M53.562049403381344,33.934721223754885C53.43764940338135,32.172721223754884,52.055249403381346,30.844301223754883,50.34594940338135,30.844301223754883L18.827749403381347,30.844301223754883C17.132259403381347,30.844301223754883,15.699349403381348,32.29193122375488,15.699349403381348,34.005171223754886C15.699349403381348,35.71809122375488,17.132259403381347,37.16539122375488,18.827749403381347,37.16539122375488L50.43544940338135,37.16539122375488C52.13154940338135,37.16539122375488,53.564449403381346,35.71809122375488,53.564449403381346,34.005171223754886L53.562049403381344,33.934721223754885Z"
754
+ />
755
+ </g>
756
+ <g>
757
+ <path
758
+ fill="${data.colorDesc[0]}"
759
+ fill-opacity="1"
760
+ d="M27.334229237670897,9.39679L42.0187092376709,9.39679C44.2485092376709,9.39679,46.1324092376709,7.24512,46.1324092376709,4.69827C46.1324092376709,2.1076,44.2467092376709,0,41.9290092376709,0L27.334229237670897,0C25.0164992376709,0,23.1311092376709,2.10752,23.1311092376709,4.69827C23.1311092376709,7.28902,25.0165892376709,9.39679,27.334229237670897,9.39679Z"
761
+ />
762
+ </g>
763
+ <g>
764
+ <path
765
+ fill="${data.colorDesc[0]}"
766
+ fill-opacity="1"
767
+ d="M50.43544940338135,19.085237503051758L18.827749403381347,19.085237503051758C17.132259403381347,19.085237503051758,15.699349403381348,20.532537503051756,15.699349403381348,22.246107503051757C15.699349403381348,23.959357503051756,17.132259403381347,25.406657503051758,18.827749403381347,25.406657503051758L50.43544940338135,25.406657503051758C52.13154940338135,25.406657503051758,53.564449403381346,23.959357503051756,53.564449403381346,22.246107503051757C53.56434940338135,20.532537503051756,52.131449403381346,19.085237503051758,50.43544940338135,19.085237503051758Z"
768
+ />
769
+ </g>
770
+ <g>
771
+ <path
772
+ fill="${data.colorDesc[0]}"
773
+ fill-opacity="1"
774
+ d="M50.34594940338135,43.59782409667969L18.827749403381347,43.59782409667969C17.132259403381347,43.59782409667969,15.699349403381348,45.045454096679684,15.699349403381348,46.75869409667969C15.699349403381348,48.47161409667969,17.132259403381347,49.918914096679686,18.827749403381347,49.918914096679686L50.43544940338135,49.918914096679686C52.13154940338135,49.918914096679686,53.564449403381346,48.47161409667969,53.564449403381346,46.75869409667969L53.562049403381344,46.68824409667969C53.43764940338135,44.92633409667969,52.05514940338135,43.59782409667969,50.34594940338135,43.59782409667969Z"
775
+ />
776
+ </g>
777
+ <g>
778
+ <path
779
+ fill="${data.colorDesc[0]}"
780
+ fill-opacity="1"
781
+ d="M64.75030000000001,4.860395980682373C63.0699,3.042334980682373,60.6587,2.081305980682373,57.7776,2.081305980682373L53.5692,2.081305980682373C51.8921,2.081305980682373,50.0824,3.186115980682373,50.0824,4.9703959806823725C50.0824,6.657005980682373,51.8094,8.312295980682373,53.5692,8.312295980682373L57.7776,8.312295980682373C59.7387,8.312295980682373,61.0061,9.592295980682373,61.0061,11.573625980682372L61.0061,60.507705980682374C61.0061,62.48900598068237,59.7386,63.76900598068237,57.7776,63.76900598068237L12.4706,63.76900598068237C10.43963,63.76900598068237,8.16793,62.374405980682376,8.16793,60.507705980682374L8.16793,11.573705980682373C8.16793,9.592375980682373,9.43511,8.312375980682372,11.39646,8.312375980682372L16.6792,8.312375980682372C18.2292,8.312375980682372,19.2706,6.969235980682373,19.2706,4.970475980682373C19.2706,3.161375980682373,18.3018,2.081388112482373,16.6792,2.081388112482373L11.39646,2.081388112482373C5.512560000000001,2.081388112482373,2,5.663835980682373,2,11.664135980682373L2,60.05540598068237C2,66.09640598068238,5.86401,70.00000598068237,11.8441,70.00000598068237L57.3296,70.00000598068237C63.678,70.00000598068237,67.174,66.46810598068237,67.174,60.05540598068237L67.174,11.664055980682374C67.174,8.928455980682372,66.3361,6.575785980682373,64.75030000000001,4.860395980682373Z"
782
+ />
783
+ </g>
784
+ </g>
785
+ </g>
786
+ </svg>
787
+ `
788
+ );
789
+ iconBuilderExports.IconBuilder(
790
+ "order-enter",
791
+ (data) => `
792
+ <svg width="${data.size}" height="${data.size}" fill="none" viewBox="0 0 16 16">
793
+ <defs>
794
+ <clipPath><rect width="16" height="16" x="0" y="0" rx="0" /></clipPath>
795
+ </defs>
796
+ <g clip-path="url(#master_svg0_1_00794/1_4215)">
797
+ <g>
798
+ <rect
799
+ width="10.666666626930237"
800
+ height="12.000000596046448"
801
+ x="2.67"
802
+ y="2"
803
+ fill="none"
804
+ stroke="${data.colorDesc[0]}"
805
+ stroke-opacity="1"
806
+ stroke-width="1.3333333730697632"
807
+ rx="0"
808
+ />
809
+ </g>
810
+ <g>
811
+ <path
812
+ fill="${data.colorDesc[0]}"
813
+ fill-opacity="1"
814
+ fill-rule="evenodd"
815
+ d="M10.666581953125,6.0000410234375L5.333251953125,6.0000410234375L5.333251953125,4.6667070234375L10.666581953125,4.6667070234375L10.666581953125,6.0000410234375Z"
816
+ />
817
+ </g>
818
+ <g>
819
+ <path
820
+ fill="${data.colorDesc[0]}"
821
+ fill-opacity="1"
822
+ fill-rule="evenodd"
823
+ d="M10.666581953125,8.666667L5.333251953125,8.666667L5.333251953125,7.333333L10.666581953125,7.333333L10.666581953125,8.666667Z"
824
+ />
825
+ </g>
826
+ <g>
827
+ <path
828
+ fill="${data.colorDesc[0]}"
829
+ fill-opacity="1"
830
+ fill-rule="evenodd"
831
+ d="M9.333251953125,11.3332929765625L5.333251953125,11.3332929765625L5.333251953125,9.9999589765625L9.333251953125,9.9999589765625L9.333251953125,11.3332929765625Z"
832
+ />
833
+ </g>
834
+ </g>
835
+ </svg>
836
+ `
837
+ );
838
+ iconBuilderExports.IconBuilder(
839
+ "product",
840
+ (data) => `
841
+ <svg width="${data.size}" height="${data.size}" fill="none" viewBox="0 0 12 12">
842
+ <g style="mix-blend-mode: passthrough">
843
+ <g style="mix-blend-mode: passthrough">
844
+ <g style="mix-blend-mode: passthrough">
845
+ <g style="mix-blend-mode: passthrough">
846
+ <path
847
+ fill="${data.colorDesc[0]}"
848
+ fill-opacity="1"
849
+ fill-rule="evenodd"
850
+ d="M2.16316,1.26412Q2.4502,1,2.84027,1L9.15973,1Q9.5498,1,9.83684,1.26412Q10.1239,1.52824,10.1563,1.91695L10.8229,9.91695Q10.8594,10.3542,10.5623,10.6771Q10.2652,11,9.8264,11L2.1736,11Q1.73482,11,1.43772,10.6771Q1.14061,10.3542,1.17705,9.91695L1.84372,1.91695Q1.87611,1.52824,2.16316,1.26412ZM9.15973,0L2.84027,0C1.80009,0,0.933556,0.797325,0.847174,1.83391L0.180508,9.83391C0.0833377,10.9999,1.00352,12,2.1736,12L9.8264,12C10.9965,12,11.9167,10.9999,11.8195,9.83391L11.1528,1.83391C11.0664,0.797325,10.1999,0,9.15973,0Z"
851
+ />
852
+ </g>
853
+ <g style="mix-blend-mode: passthrough">
854
+ <path
855
+ fill="${data.colorDesc[0]}"
856
+ fill-opacity="1"
857
+ d="M9.5,3Q9.5,4.44975,8.47487,5.47487Q7.44975,6.5,6,6.5Q4.55025,6.5,3.525126,5.47487Q2.5,4.44975,2.5,2.999999559137L3.5,2.999999487188Q3.5,4.03553,4.2322299999999995,4.7677700000000005Q4.96447,5.5,6,5.5Q7.03553,5.5,7.76777,4.7677700000000005Q8.5,4.03553,8.5,3L9.5,3ZM9.5,3Q9.5,3.0492457,9.49039,3.0975451Q9.48078,3.145845,9.46194,3.191342Q9.44309,3.236839,9.41573,3.277785Q9.38837,3.318731,9.35355,3.353553Q9.31873,3.388375,9.27778,3.415735Q9.23684,3.443094,9.19134,3.4619400000000002Q9.14584,3.480785,9.09755,3.490393Q9.04925,3.5,9,3.5Q8.95075,3.5,8.90245,3.490393Q8.85415,3.480785,8.80866,3.4619400000000002Q8.76316,3.443094,8.72221,3.415735Q8.68127,3.388375,8.64645,3.353553Q8.61162,3.318731,8.58426,3.277785Q8.55691,3.236839,8.53806,3.191342Q8.519210000000001,3.145845,8.50961,3.0975451Q8.5,3.0492457,8.5,3Q8.5,2.9507543,8.50961,2.9024549Q8.519210000000001,2.854155,8.53806,2.808658Q8.55691,2.763161,8.58426,2.722215Q8.61162,2.681269,8.64645,2.646447Q8.68127,2.611625,8.72221,2.584265Q8.76316,2.556906,8.80866,2.5380599999999998Q8.85415,2.519215,8.90245,2.509607Q8.95075,2.5,9,2.5Q9.04925,2.5,9.09755,2.509607Q9.14584,2.519215,9.19134,2.5380599999999998Q9.23684,2.556906,9.27778,2.584265Q9.31873,2.611625,9.35355,2.646447Q9.38837,2.681269,9.41573,2.722215Q9.44309,2.763161,9.46194,2.808658Q9.48078,2.854155,9.49039,2.9024549Q9.5,2.9507543,9.5,3ZM3.5,3Q3.5,3.0492457,3.490393,3.0975451Q3.480785,3.145845,3.4619400000000002,3.191342Q3.443094,3.236839,3.415735,3.277785Q3.388375,3.318731,3.353553,3.353553Q3.318731,3.388375,3.277785,3.415735Q3.236839,3.443094,3.191342,3.4619400000000002Q3.145845,3.480785,3.0975451,3.490393Q3.0492457,3.5,3,3.5Q2.9507543,3.5,2.9024549,3.490393Q2.854155,3.480785,2.808658,3.4619400000000002Q2.763161,3.443094,2.722215,3.415735Q2.681269,3.388375,2.646447,3.353553Q2.611625,3.318731,2.584265,3.277785Q2.556906,3.236839,2.5380599999999998,3.191342Q2.519215,3.145845,2.509607,3.0975451Q2.5,3.0492457,2.5,3Q2.5,2.9507543,2.509607,2.9024549Q2.519215,2.854155,2.5380599999999998,2.808658Q2.556906,2.763161,2.584265,2.722215Q2.611625,2.681269,2.646447,2.646447Q2.681269,2.611625,2.722215,2.584265Q2.763161,2.556906,2.808658,2.5380599999999998Q2.854155,2.519215,2.9024549,2.509607Q2.9507543,2.5,3,2.5Q3.0492457,2.5,3.0975451,2.509607Q3.145845,2.519215,3.191342,2.5380599999999998Q3.236839,2.556906,3.277785,2.584265Q3.318731,2.611625,3.353553,2.646447Q3.388375,2.681269,3.415735,2.722215Q3.443094,2.763161,3.4619400000000002,2.808658Q3.480785,2.854155,3.490393,2.9024549Q3.5,2.9507543,3.5,3Z"
858
+ />
859
+ </g>
860
+ </g>
861
+ </g>
862
+ </g>
863
+ </svg>
864
+ `
865
+ );
866
+ iconBuilderExports.IconBuilder(
867
+ "search",
868
+ (data) => `
869
+ <svg width="${data.size}" height="${data.size}" fill="none" viewBox="0 0 16 16">
870
+ <g>
871
+ <g>
872
+ <g>
873
+ <path
874
+ fill="${data.colorDesc[0]}"
875
+ fill-rule="evenodd"
876
+ d="M11.5814,10.87433Q11.9223,10.47129,12.1875,10.01494Q12.4527,9.55858,12.6342,9.06293Q12.8157,8.56728,12.9078,8.04756Q13,7.52783,13,7Q13,6.85271,12.9928,6.70559Q12.9855,6.55848,12.9711,6.4119Q12.9567,6.26531,12.9351,6.11962Q12.9134,5.97392,12.8847,5.82946Q12.856,5.685,12.8202,5.54212Q12.7844,5.39924,12.7416,5.25829Q12.6989,5.11734,12.6493,4.97866Q12.5996,4.839980000000001,12.5433,4.7039Q12.4869,4.56782,12.4239,4.434670000000001Q12.361,4.30152,12.2915,4.17162Q12.2221,4.04172,12.1464,3.91538Q12.0706,3.78905,11.9888,3.66658Q11.907,3.54411,11.8192,3.4258Q11.7315,3.3075,11.6381,3.19364Q11.5446,3.07978,11.4457,2.97065Q11.3468,2.86151,11.2426,2.7573600000000003Q11.1385,2.65321,11.0294,2.55429Q10.92022,2.45538,10.80636,2.3619399999999997Q10.6925,2.2685,10.57419,2.1807499999999997Q10.45589,2.09301,10.33342,2.01118Q10.21095,1.929351,10.08462,1.853628Q9.95828,1.777905,9.82838,1.708472Q9.69848,1.63904,9.56533,1.5760640000000001Q9.43218,1.513089,9.2961,1.456723Q9.16002,1.400357,9.02134,1.350736Q8.88266,1.301114,8.741710000000001,1.2583579999999999Q8.600760000000001,1.215601,8.45788,1.179812Q8.315000000000001,1.144023,8.170539999999999,1.115288Q8.02608,1.0865531,7.88038,1.0649409Q7.73469,1.0433288,7.5881,1.0288916Q7.44152,1.0144545,7.29441,1.00722726Q7.14729,1,7,1Q6.85271,1,6.70559,1.00722726Q6.55848,1.0144545,6.4119,1.0288916Q6.26531,1.0433288,6.11962,1.0649409Q5.97392,1.0865531,5.82946,1.115288Q5.685,1.144023,5.54212,1.179812Q5.39924,1.215601,5.25829,1.2583579999999999Q5.11734,1.301114,4.97866,1.350736Q4.839980000000001,1.400357,4.7039,1.456723Q4.56782,1.513089,4.434670000000001,1.5760640000000001Q4.30152,1.63904,4.17162,1.708472Q4.04172,1.777905,3.91538,1.853628Q3.78905,1.929351,3.66658,2.01118Q3.54411,2.09301,3.4258,2.1807499999999997Q3.3075,2.2685,3.19364,2.3619399999999997Q3.07978,2.45538,2.97065,2.55429Q2.86151,2.65321,2.7573600000000003,2.7573600000000003Q2.65321,2.86151,2.55429,2.97065Q2.45538,3.07978,2.3619399999999997,3.19364Q2.2685,3.3075,2.1807499999999997,3.4258Q2.09301,3.54411,2.01118,3.66658Q1.929351,3.78905,1.853628,3.91538Q1.777905,4.04172,1.708472,4.17162Q1.63904,4.30152,1.5760640000000001,4.434670000000001Q1.513089,4.56782,1.456723,4.7039Q1.400357,4.839980000000001,1.350736,4.97866Q1.301114,5.11734,1.2583579999999999,5.25829Q1.215601,5.39924,1.179812,5.54212Q1.144023,5.685,1.115288,5.82946Q1.0865531,5.97392,1.0649409,6.11962Q1.0433288,6.26532,1.0288916,6.4119Q1.0144545,6.55848,1.00722726,6.70559Q1,6.85271,1,7Q1,7.14729,1.00722726,7.29441Q1.0144545,7.44152,1.0288916,7.5881Q1.0433288,7.73469,1.0649409,7.88038Q1.0865531,8.02608,1.115288,8.170539999999999Q1.144023,8.315000000000001,1.179812,8.45788Q1.215601,8.600760000000001,1.2583579999999999,8.741710000000001Q1.301114,8.88266,1.350736,9.02134Q1.400357,9.16002,1.456723,9.2961Q1.513089,9.43218,1.5760640000000001,9.56533Q1.63904,9.69848,1.708472,9.82838Q1.777905,9.95828,1.853628,10.08462Q1.929351,10.21095,2.01118,10.33342Q2.09301,10.45589,2.1807499999999997,10.5742Q2.2685,10.6925,2.3619399999999997,10.80636Q2.45538,10.92022,2.55429,11.0294Q2.65321,11.1385,2.7573600000000003,11.2426Q2.86151,11.3468,2.97065,11.4457Q3.07978,11.5446,3.19364,11.6381Q3.3075,11.7315,3.4258,11.8192Q3.54411,11.907,3.66658,11.9888Q3.78905,12.0706,3.91538,12.1464Q4.04172,12.2221,4.17162,12.2915Q4.30152,12.361,4.434670000000001,12.4239Q4.56782,12.4869,4.7039,12.5433Q4.839980000000001,12.5996,4.97866,12.6493Q5.11734,12.6989,5.25829,12.7416Q5.39924,12.7844,5.54212,12.8202Q5.685,12.856,5.82946,12.8847Q5.97392,12.9134,6.11962,12.9351Q6.26532,12.9567,6.4119,12.9711Q6.55848,12.9855,6.70559,12.9928Q6.85271,13,7,13Q7.52783,13,8.04756,12.9078Q8.56728,12.8157,9.06293,12.6342Q9.55858,12.4527,10.01494,12.1875Q10.47129,11.9223,10.87433,11.5814L13.4749,14.182Q13.5452,14.2523,13.6371,14.2904Q13.729,14.3284,13.8284,14.3284Q13.9279,14.3284,14.0198,14.2904Q14.1117,14.2523,14.182,14.182Q14.2523,14.1117,14.2904,14.0198Q14.3284,13.9279,14.3284,13.8284Q14.3284,13.729,14.2904,13.6371Q14.2523,13.5452,14.182,13.4749L11.5814,10.87433ZM7,2Q7.12274,2,7.24534,2.00602Q7.36793,2.01205,7.49009,2.02408Q7.61224,2.03611,7.73365,2.05412Q7.85507,2.07213,7.97545,2.09607Q8.095839999999999,2.1200200000000002,8.2149,2.14984Q8.33397,2.1796699999999998,8.451419999999999,2.2153Q8.56888,2.2509300000000003,8.68445,2.29228Q8.80002,2.3336300000000003,8.91342,2.3806000000000003Q9.02682,2.4275700000000002,9.13777,2.4800500000000003Q9.24873,2.53253,9.35698,2.59039Q9.46523,2.64825,9.57051,2.71136Q9.67579,2.77446,9.77785,2.84265Q9.87991,2.9108400000000003,9.9785,2.9839599999999997Q10.07708,3.05708,10.17197,3.13495Q10.26685,3.21281,10.35779,3.29524Q10.44874,3.37767,10.53553,3.46447Q10.62233,3.55126,10.70475,3.6422Q10.78718,3.73315,10.86505,3.82803Q10.94292,3.92291,11.016,4.0215Q11.0892,4.120089999999999,11.1573,4.22215Q11.2255,4.32421,11.2886,4.4294899999999995Q11.3517,4.53477,11.4096,4.64302Q11.4675,4.75127,11.5199,4.862220000000001Q11.5724,4.97318,11.6194,5.08658Q11.6664,5.19998,11.7077,5.31555Q11.7491,5.43112,11.7847,5.54858Q11.8203,5.66603,11.8502,5.7851Q11.88,5.90416,11.9039,6.02455Q11.9279,6.14493,11.9459,6.26635Q11.9639,6.38776,11.9759,6.50991Q11.988,6.63207,11.994,6.75466Q12,6.87726,12,7Q12,7.12274,11.994,7.24534Q11.988,7.36793,11.9759,7.49009Q11.9639,7.61224,11.9459,7.73365Q11.9279,7.85507,11.9039,7.97545Q11.88,8.095839999999999,11.8502,8.2149Q11.8203,8.33397,11.7847,8.451419999999999Q11.7491,8.56888,11.7077,8.68445Q11.6664,8.80002,11.6194,8.91342Q11.5724,9.02682,11.5199,9.13777Q11.4675,9.24873,11.4096,9.35698Q11.3517,9.46523,11.2886,9.57051Q11.2255,9.67579,11.1573,9.77785Q11.0892,9.87991,11.016,9.9785Q10.94292,10.07708,10.86505,10.17197Q10.78718,10.26685,10.70475,10.35779Q10.62233,10.44874,10.53553,10.53553Q10.44874,10.62233,10.35779,10.70475Q10.26685,10.78718,10.17197,10.86505Q10.07708,10.94292,9.9785,11.016Q9.87991,11.0892,9.77785,11.1573Q9.67579,11.2255,9.57051,11.2886Q9.46523,11.3517,9.35698,11.4096Q9.24873,11.4675,9.13777,11.5199Q9.02682,11.5724,8.91342,11.6194Q8.80002,11.6664,8.68445,11.7077Q8.56888,11.7491,8.451419999999999,11.7847Q8.333960000000001,11.8203,8.2149,11.8502Q8.095839999999999,11.88,7.97545,11.9039Q7.85507,11.9279,7.73365,11.9459Q7.61224,11.9639,7.49009,11.9759Q7.36793,11.988,7.24534,11.994Q7.12274,12,7,12Q6.87726,12,6.75466,11.994Q6.63207,11.988,6.50991,11.9759Q6.38776,11.9639,6.26635,11.9459Q6.14493,11.9279,6.02455,11.9039Q5.90416,11.88,5.7851,11.8502Q5.66603,11.8203,5.54858,11.7847Q5.43112,11.7491,5.31555,11.7077Q5.19998,11.6664,5.08658,11.6194Q4.97318,11.5724,4.862220000000001,11.5199Q4.75127,11.4675,4.64302,11.4096Q4.53477,11.3517,4.4294899999999995,11.2886Q4.32421,11.2255,4.22215,11.1573Q4.120089999999999,11.0892,4.0215,11.016Q3.92292,10.94292,3.82803,10.86505Q3.73315,10.78718,3.6422,10.70475Q3.55126,10.62233,3.46447,10.53553Q3.37767,10.44874,3.29524,10.35779Q3.21281,10.26685,3.13495,10.17197Q3.05708,10.07708,2.9839599999999997,9.9785Q2.9108400000000003,9.87991,2.84265,9.77785Q2.77446,9.67579,2.71136,9.57051Q2.64825,9.46523,2.59039,9.35698Q2.53253,9.24873,2.4800500000000003,9.13777Q2.4275700000000002,9.02682,2.3806000000000003,8.91342Q2.3336300000000003,8.80002,2.29228,8.68445Q2.2509300000000003,8.56888,2.2153,8.451419999999999Q2.1796699999999998,8.333960000000001,2.14984,8.2149Q2.1200200000000002,8.095839999999999,2.09607,7.97545Q2.07213,7.85507,2.05412,7.73365Q2.03611,7.61224,2.02408,7.49009Q2.01205,7.36793,2.00602,7.24534Q2,7.12274,2,7Q2,6.87726,2.00602,6.75466Q2.01205,6.63207,2.02408,6.50991Q2.03611,6.38776,2.05412,6.26635Q2.07213,6.14493,2.09607,6.02455Q2.1200200000000002,5.90416,2.14984,5.7851Q2.1796699999999998,5.66603,2.2153,5.54858Q2.2509300000000003,5.43112,2.29228,5.31555Q2.3336300000000003,5.19998,2.3806000000000003,5.08658Q2.4275700000000002,4.97318,2.4800500000000003,4.862220000000001Q2.53253,4.75127,2.59039,4.64302Q2.64825,4.53477,2.71136,4.4294899999999995Q2.77446,4.32421,2.84265,4.22215Q2.9108400000000003,4.120089999999999,2.9839599999999997,4.0215Q3.05708,3.92292,3.13495,3.82803Q3.21281,3.73315,3.29524,3.6422Q3.37767,3.55126,3.46447,3.46447Q3.55126,3.37767,3.6422,3.29524Q3.73315,3.21281,3.82803,3.13495Q3.92291,3.05708,4.0215,2.9839599999999997Q4.120089999999999,2.9108400000000003,4.22215,2.84265Q4.32421,2.77446,4.4294899999999995,2.71136Q4.53477,2.64825,4.64302,2.59039Q4.75127,2.53253,4.862220000000001,2.4800500000000003Q4.97318,2.4275700000000002,5.08658,2.3806000000000003Q5.19998,2.3336300000000003,5.31555,2.29228Q5.43112,2.2509300000000003,5.54858,2.2153Q5.66603,2.1796699999999998,5.7851,2.14984Q5.90416,2.1200200000000002,6.02455,2.09607Q6.14493,2.07213,6.26635,2.05412Q6.38776,2.03611,6.50991,2.02408Q6.63207,2.01205,6.75466,2.00602Q6.87726,2,7,2Z"
877
+ />
878
+ </g>
879
+ </g>
880
+ </g>
881
+ </svg>
882
+ `
883
+ );
884
+ iconBuilderExports.IconBuilder(
885
+ "search-empty",
886
+ (data) => `
887
+ <svg width="${data.size}" height="${data.size}" fill="none" viewBox="0 0 70 70">
888
+ <defs>
889
+ <clipPath><rect width="70" height="70" x="0" y="0" rx="0" /></clipPath>
890
+ </defs>
891
+ <g clip-path="url(#master_svg0_1_05361)">
892
+ <g>
893
+ <path
894
+ fill="${data.colorDesc[0]}"
895
+ fill-opacity="1"
896
+ d="M34.99823296875,13.078125C34.11226296875,13.078125,33.39404296875,13.796345,33.39404296875,14.682315C33.39404296875,15.568285,34.11226296875,16.286505,34.99823296875,16.286505C42.63643296875,16.286505,48.82844296875,22.478485,48.82844296875,30.116725C48.82964296875,31.001825,49.54754296875,31.718625,50.43264296875,31.718625C51.31774296875,31.718625,52.03554296875,31.001825,52.03684296875,30.116725C52.041142968749995,20.707835,44.41144296875,13.078125,34.99823296875,13.078125Z"
897
+ />
898
+ </g>
899
+ <g>
900
+ <path
901
+ fill="${data.colorDesc[0]}"
902
+ fill-opacity="1"
903
+ d="M68.995683984375,65.5144796875L57.182683984375,53.7013796875C73.022783984375,35.3662796875,63.929183984375,6.7689296875,40.408483984375,0.9499226875C16.887683984375,-4.8690803125,-4.490606015625,16.1894796875,0.973315984375,39.7952796875C6.437253984375,63.4009796875,34.894283984375,72.9244796875,53.466083984375,57.3624796875L65.306883984375,69.2032796875C66.320183984375,70.2521796875,67.996583984375,70.2665796875,69.027783984375,69.2353796875C70.058983984375,68.2040796875,70.044583984375,66.5277796875,68.995683984375,65.5144796875ZM32.551983984375,59.3597796875C17.711083984375,59.3267796875,5.707163984375,47.2683796875,5.741543984375,32.4273796875C5.775923984375,17.5863796875,17.835483984375,5.5836996875,32.676483984375,5.6195196875C47.517483984375,5.6553396875,59.518983984375,17.7160796875,59.481783984375,32.5570796875C59.444483984375,47.3939796875,47.388883984375,59.3926796875,32.551983984375,59.3597796875Z"
904
+ />
905
+ </g>
906
+ </g>
907
+ </svg>
908
+ `
909
+ );
910
+ iconBuilderExports.IconBuilder(
911
+ "video-placeholder",
912
+ (data) => `
913
+ <svg width="${data.size}" height="${data.size}" fill="none" viewBox="0 0 80 80">
914
+ <defs>
915
+ <clipPath><rect width="80" height="80" x="0" y="0" rx="0" /></clipPath>
916
+ </defs>
917
+ <g clip-path="url(#master_svg0_6_23777)">
918
+ <g>
919
+ <path
920
+ fill="${data.colorDesc[0]}"
921
+ fill-opacity="0.10000000149011612"
922
+ fill-rule="evenodd"
923
+ d="M5,22L5,58Q5,61.7279,7.6360399999999995,64.364Q10.272079999999999,67,14,67L66,67Q69.7279,67,72.364,64.364Q75,61.7279,75,58L75,22Q75,18.27208,72.364,15.63604Q69.7279,13,66,13L14,13Q10.272079999999999,13,7.6360399999999995,15.63604Q5,18.27208,5,22ZM20.1631,30.5754L8,30.5754L8,22Q8,21.852710000000002,8.00723,21.70559Q8.01445,21.55848,8.02889,21.4119Q8.043330000000001,21.26532,8.06494,21.119619999999998Q8.086549999999999,20.97392,8.11529,20.82946Q8.14402,20.685,8.17981,20.54212Q8.2156,20.39924,8.25836,20.25829Q8.30111,20.11734,8.35074,19.978659999999998Q8.40036,19.83998,8.45672,19.7039Q8.51309,19.56782,8.57606,19.43467Q8.63904,19.30152,8.70847,19.17162Q8.77791,19.041719999999998,8.853629999999999,18.91538Q8.92935,18.78905,9.01118,18.66658Q9.09301,18.54411,9.18075,18.4258Q9.2685,18.3075,9.36194,18.193640000000002Q9.45538,18.07978,9.55429,17.97065Q9.65321,17.86151,9.75736,17.75736Q9.861509999999999,17.65321,9.97065,17.55429Q10.07978,17.455379999999998,10.19364,17.36194Q10.307500000000001,17.2685,10.425799999999999,17.18075Q10.54411,17.09301,10.66658,17.01118Q10.78905,16.92935,10.915379999999999,16.85363Q11.04172,16.7779,11.17162,16.70847Q11.30152,16.63904,11.43467,16.57606Q11.567820000000001,16.51309,11.7039,16.45672Q11.83998,16.40036,11.97866,16.350740000000002Q12.11734,16.30111,12.258289999999999,16.25836Q12.399239999999999,16.2156,12.54212,16.17981Q12.684999999999999,16.14402,12.829460000000001,16.11529Q12.97392,16.08655,13.11962,16.06494Q13.26532,16.04333,13.4119,16.02889Q13.55848,16.01445,13.70559,16.00723Q13.85271,16,14,16L20.1631,16L20.1631,30.5754ZM23.1631,16L56.334,16L56.334,64L23.1631,64L23.1631,16ZM72,22L72,29.7717L59.334,29.7717L59.334,16L66,16Q66.1473,16,66.2944,16.00723Q66.44149999999999,16.01445,66.5881,16.02889Q66.7347,16.04333,66.88040000000001,16.06494Q67.0261,16.08655,67.1705,16.11529Q67.315,16.14402,67.4579,16.17981Q67.6007,16.2156,67.74170000000001,16.25836Q67.8826,16.30111,68.0213,16.350740000000002Q68.16,16.40036,68.2961,16.45672Q68.4322,16.51309,68.56530000000001,16.57606Q68.6985,16.63904,68.8284,16.70847Q68.95830000000001,16.77791,69.0846,16.85363Q69.2109,16.92935,69.3334,17.01118Q69.4559,17.09301,69.5742,17.18075Q69.6925,17.2685,69.8064,17.36194Q69.9202,17.455379999999998,70.0294,17.55429Q70.1385,17.65321,70.2426,17.75736Q70.3468,17.86151,70.4457,17.97065Q70.5446,18.07978,70.6381,18.193640000000002Q70.7315,18.3075,70.8192,18.4258Q70.907,18.54411,70.9888,18.66658Q71.0706,18.78905,71.1464,18.91538Q71.2221,19.041719999999998,71.2915,19.17162Q71.3609,19.30152,71.4239,19.43467Q71.4869,19.56782,71.5433,19.7039Q71.5996,19.83998,71.6493,19.978659999999998Q71.6989,20.11734,71.7416,20.25829Q71.7844,20.39924,71.8202,20.54212Q71.856,20.685,71.8847,20.82946Q71.9135,20.97392,71.9351,21.119619999999998Q71.9567,21.26532,71.9711,21.4119Q71.9855,21.55848,71.9928,21.70559Q72,21.852710000000002,72,22ZM35.75,47.3612Q38,48.6603,40.25,47.3612L46.25,43.897099999999995Q48.5,42.5981,48.5,40Q48.5,37.4019,46.25,36.102900000000005L40.25,32.6388Q38,31.3397,35.75,32.6388Q33.5,33.937799999999996,33.5,36.5359L33.5,43.4641Q33.5,46.0622,35.75,47.3612ZM72,32.771699999999996L72,45.8474L59.334,45.8474L59.334,32.771699999999996L72,32.771699999999996ZM20.1631,46.6511L8,46.6511L8,33.5754L20.1631,33.5754L20.1631,46.6511ZM44.75,41.299L38.75,44.7631Q38,45.1962,37.25,44.7631Q36.5,44.3301,36.5,43.4641L36.5,36.5359Q36.5,35.6699,37.25,35.2369Q38,34.803799999999995,38.75,35.2369L44.75,38.701Q45.5,39.134,45.5,40Q45.5,40.866,44.75,41.299ZM66,64L59.334,64L59.334,48.8474L72,48.8474L72,58Q72,58.1473,71.9928,58.2944Q71.9855,58.4415,71.9711,58.5881Q71.9567,58.7347,71.9351,58.8804Q71.9135,59.0261,71.8847,59.1705Q71.856,59.315,71.8202,59.4579Q71.7844,59.6008,71.7416,59.7417Q71.6989,59.8827,71.6493,60.0213Q71.5996,60.16,71.5433,60.2961Q71.4869,60.4322,71.4239,60.5653Q71.3609,60.6985,71.2915,60.8284Q71.2221,60.9583,71.1464,61.0846Q71.0706,61.2109,70.9888,61.3334Q70.907,61.4559,70.8192,61.5742Q70.7315,61.6925,70.6381,61.8064Q70.5446,61.9202,70.4457,62.0294Q70.3468,62.1385,70.2426,62.2426Q70.1385,62.3468,70.0294,62.4457Q69.9202,62.5446,69.8064,62.6381Q69.6925,62.7315,69.5742,62.8192Q69.4559,62.907,69.3334,62.9888Q69.2109,63.0706,69.0846,63.1464Q68.95830000000001,63.2221,68.8284,63.2915Q68.6985,63.361,68.56530000000001,63.4239Q68.4322,63.4869,68.2961,63.5433Q68.16,63.5996,68.0213,63.6493Q67.8826,63.6989,67.74170000000001,63.7416Q67.6007,63.7844,67.4579,63.8202Q67.315,63.856,67.1705,63.8847Q67.0261,63.9134,66.88040000000001,63.9351Q66.7347,63.9567,66.5881,63.9711Q66.44149999999999,63.9855,66.2944,63.9928Q66.1473,64,66,64ZM20.1631,49.6511L20.1631,64L14,64Q13.85271,64,13.70559,63.9928Q13.55848,63.9855,13.4119,63.9711Q13.26532,63.9567,13.11962,63.9351Q12.97392,63.9134,12.829460000000001,63.8847Q12.684999999999999,63.856,12.54212,63.8202Q12.399239999999999,63.7844,12.258289999999999,63.7416Q12.11734,63.6989,11.97866,63.6493Q11.83998,63.5996,11.7039,63.5433Q11.567820000000001,63.4869,11.43467,63.4239Q11.30152,63.361,11.17162,63.2915Q11.04172,63.2221,10.915379999999999,63.1464Q10.78905,63.0706,10.66658,62.9888Q10.54411,62.907,10.425799999999999,62.8192Q10.307500000000001,62.7315,10.19364,62.6381Q10.07978,62.5446,9.97065,62.4457Q9.861509999999999,62.3468,9.75736,62.2426Q9.65321,62.1385,9.55429,62.0294Q9.45538,61.9202,9.36194,61.8064Q9.2685,61.6925,9.18075,61.5742Q9.09301,61.4559,9.01118,61.3334Q8.92935,61.2109,8.853629999999999,61.0846Q8.777899999999999,60.9583,8.70847,60.8284Q8.63904,60.6985,8.57606,60.5653Q8.51309,60.4322,8.45672,60.2961Q8.40036,60.16,8.35074,60.0213Q8.30111,59.8827,8.25836,59.7417Q8.2156,59.6008,8.17981,59.4579Q8.14402,59.315,8.11529,59.1705Q8.086549999999999,59.0261,8.06494,58.8804Q8.043330000000001,58.7347,8.02889,58.5881Q8.01445,58.4415,8.00723,58.2944Q8,58.1473,8,58L8,49.6511L20.1631,49.6511Z"
924
+ />
925
+ </g>
926
+ </g>
927
+ </svg>
928
+ `
929
+ );
930
+ const useAppendTo = (elemRef, parentRef) => {
931
+ function getBodyElement() {
932
+ return document.body;
933
+ }
934
+ const appendToParent = computed(() => {
935
+ let _parentRef = getBodyElement();
936
+ if (unref(parentRef)) {
937
+ _parentRef = unref(parentRef);
938
+ }
939
+ return _parentRef;
940
+ });
941
+ function setAppend() {
942
+ const elem = unref(elemRef);
943
+ const parentElem = unref(appendToParent);
944
+ if (!elem || !parentElem) {
945
+ return;
946
+ }
947
+ parentElem.appendChild(elem);
948
+ }
949
+ watch(
950
+ () => [unref(elemRef), unref(appendToParent)],
951
+ () => {
952
+ setAppend();
953
+ },
954
+ {
955
+ immediate: true
956
+ }
957
+ );
958
+ onBeforeUnmount(() => {
959
+ const elem = unref(elemRef);
960
+ if (elem && elem.parentNode) {
961
+ elem.parentNode.removeChild(elem);
962
+ }
963
+ });
964
+ };
965
+ const emitFunc = () => () => true;
966
+ /*!
967
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
968
+ *
969
+ * Copyright (c) 2014-2017, Jon Schlinkert.
970
+ * Released under the MIT License.
971
+ */
972
+ function isObject(o2) {
973
+ return Object.prototype.toString.call(o2) === "[object Object]";
974
+ }
975
+ function isPlainObject(o2) {
976
+ var ctor, prot;
977
+ if (isObject(o2) === false) return false;
978
+ ctor = o2.constructor;
979
+ if (ctor === void 0) return true;
980
+ prot = ctor.prototype;
981
+ if (isObject(prot) === false) return false;
982
+ if (prot.hasOwnProperty("isPrototypeOf") === false) {
983
+ return false;
984
+ }
985
+ return true;
986
+ }
987
+ var define_process_env_default = {};
988
+ function t() {
989
+ return t = Object.assign ? Object.assign.bind() : function(e2) {
990
+ for (var t2 = 1; t2 < arguments.length; t2++) {
991
+ var n2 = arguments[t2];
992
+ for (var r2 in n2) Object.prototype.hasOwnProperty.call(n2, r2) && (e2[r2] = n2[r2]);
993
+ }
994
+ return e2;
995
+ }, t.apply(this, arguments);
996
+ }
997
+ function n(e2, t2) {
998
+ if (null == e2) return {};
999
+ var n2 = {};
1000
+ for (var r2 in e2) if (Object.prototype.hasOwnProperty.call(e2, r2)) {
1001
+ if (t2.indexOf(r2) >= 0) continue;
1002
+ n2[r2] = e2[r2];
1003
+ }
1004
+ return n2;
1005
+ }
1006
+ const r = { silent: false, logLevel: "warn" }, i = ["validator"], o = Object.prototype, a = o.toString, s = o.hasOwnProperty, u = /^\s*function (\w+)/;
1007
+ function l(e2) {
1008
+ var t2;
1009
+ const n2 = null !== (t2 = null == e2 ? void 0 : e2.type) && void 0 !== t2 ? t2 : e2;
1010
+ if (n2) {
1011
+ const e3 = n2.toString().match(u);
1012
+ return e3 ? e3[1] : "";
1013
+ }
1014
+ return "";
1015
+ }
1016
+ const c = isPlainObject;
1017
+ function f() {
1018
+ }
1019
+ let d = f;
1020
+ if ("production" !== define_process_env_default.NODE_ENV) {
1021
+ const e2 = "undefined" != typeof console;
1022
+ d = e2 ? function(e3, t2 = r.logLevel) {
1023
+ false === r.silent && console[t2](`[VueTypes warn]: ${e3}`);
1024
+ } : f;
1025
+ }
1026
+ const p = (e2, t2) => s.call(e2, t2), y = Number.isInteger || function(e2) {
1027
+ return "number" == typeof e2 && isFinite(e2) && Math.floor(e2) === e2;
1028
+ }, v = Array.isArray || function(e2) {
1029
+ return "[object Array]" === a.call(e2);
1030
+ }, h = (e2) => "[object Function]" === a.call(e2), b = (e2, t2) => c(e2) && p(e2, "_vueTypes_name") && (!t2 || e2._vueTypes_name === t2), g = (e2) => c(e2) && (p(e2, "type") || ["_vueTypes_name", "validator", "default", "required"].some((t2) => p(e2, t2)));
1031
+ function O(e2, t2) {
1032
+ return Object.defineProperty(e2.bind(t2), "__original", { value: e2 });
1033
+ }
1034
+ function m(e2, t2, n2 = false) {
1035
+ let r2, i2 = true, o2 = "";
1036
+ r2 = c(e2) ? e2 : { type: e2 };
1037
+ const a2 = b(r2) ? r2._vueTypes_name + " - " : "";
1038
+ if (g(r2) && null !== r2.type) {
1039
+ if (void 0 === r2.type || true === r2.type) return i2;
1040
+ if (!r2.required && null == t2) return i2;
1041
+ v(r2.type) ? (i2 = r2.type.some((e3) => true === m(e3, t2, true)), o2 = r2.type.map((e3) => l(e3)).join(" or ")) : (o2 = l(r2), i2 = "Array" === o2 ? v(t2) : "Object" === o2 ? c(t2) : "String" === o2 || "Number" === o2 || "Boolean" === o2 || "Function" === o2 ? function(e3) {
1042
+ if (null == e3) return "";
1043
+ const t3 = e3.constructor.toString().match(u);
1044
+ return t3 ? t3[1].replace(/^Async/, "") : "";
1045
+ }(t2) === o2 : t2 instanceof r2.type);
1046
+ }
1047
+ if (!i2) {
1048
+ const e3 = `${a2}value "${t2}" should be of type "${o2}"`;
1049
+ return false === n2 ? (d(e3), false) : e3;
1050
+ }
1051
+ if (p(r2, "validator") && h(r2.validator)) {
1052
+ const e3 = d, o3 = [];
1053
+ if (d = (e4) => {
1054
+ o3.push(e4);
1055
+ }, i2 = r2.validator(t2), d = e3, !i2) {
1056
+ const e4 = (o3.length > 1 ? "* " : "") + o3.join("\n* ");
1057
+ return o3.length = 0, false === n2 ? (d(e4), i2) : e4;
1058
+ }
1059
+ }
1060
+ return i2;
1061
+ }
1062
+ function j(e2, t2) {
1063
+ const n2 = Object.defineProperties(t2, { _vueTypes_name: { value: e2, writable: true }, isRequired: { get() {
1064
+ return this.required = true, this;
1065
+ } }, def: { value(e3) {
1066
+ return void 0 === e3 ? this.type === Boolean || Array.isArray(this.type) && this.type.includes(Boolean) ? void (this.default = void 0) : (p(this, "default") && delete this.default, this) : h(e3) || true === m(this, e3, true) ? (this.default = v(e3) ? () => [...e3] : c(e3) ? () => Object.assign({}, e3) : e3, this) : (d(`${this._vueTypes_name} - invalid default value: "${e3}"`), this);
1067
+ } } }), { validator: r2 } = n2;
1068
+ return h(r2) && (n2.validator = O(r2, n2)), n2;
1069
+ }
1070
+ function _(e2, t2) {
1071
+ const n2 = j(e2, t2);
1072
+ return Object.defineProperty(n2, "validate", { value(e3) {
1073
+ return h(this.validator) && d(`${this._vueTypes_name} - calling .validate() will overwrite the current custom validator function. Validator info:
1074
+ ${JSON.stringify(this)}`), this.validator = O(e3, this), this;
1075
+ } });
1076
+ }
1077
+ function T(e2, t2, r2) {
1078
+ const o2 = function(e3) {
1079
+ const t3 = {};
1080
+ return Object.getOwnPropertyNames(e3).forEach((n2) => {
1081
+ t3[n2] = Object.getOwnPropertyDescriptor(e3, n2);
1082
+ }), Object.defineProperties({}, t3);
1083
+ }(t2);
1084
+ if (o2._vueTypes_name = e2, !c(r2)) return o2;
1085
+ const { validator: a2 } = r2, s2 = n(r2, i);
1086
+ if (h(a2)) {
1087
+ let { validator: e3 } = o2;
1088
+ e3 && (e3 = null !== (l2 = (u2 = e3).__original) && void 0 !== l2 ? l2 : u2), o2.validator = O(e3 ? function(t3) {
1089
+ return e3.call(this, t3) && a2.call(this, t3);
1090
+ } : a2, o2);
1091
+ }
1092
+ var u2, l2;
1093
+ return Object.assign(o2, s2);
1094
+ }
1095
+ function $(e2) {
1096
+ return e2.replace(/^(?!\s*$)/gm, " ");
1097
+ }
1098
+ const w = () => _("any", {}), x = () => _("function", { type: Function }), P = () => _("boolean", { type: Boolean }), A = () => _("string", { type: String }), E = () => _("number", { type: Number }), S = () => _("array", { type: Array }), N = () => _("object", { type: Object }), V = () => j("integer", { type: Number, validator(e2) {
1099
+ const t2 = y(e2);
1100
+ return false === t2 && d(`integer - "${e2}" is not an integer`), t2;
1101
+ } }), q = () => j("symbol", { validator(e2) {
1102
+ const t2 = "symbol" == typeof e2;
1103
+ return false === t2 && d(`symbol - invalid value "${e2}"`), t2;
1104
+ } }), k = () => Object.defineProperty({ type: null, validator(e2) {
1105
+ const t2 = null === e2;
1106
+ return false === t2 && d("nullable - value should be null"), t2;
1107
+ } }, "_vueTypes_name", { value: "nullable" });
1108
+ function D(e2, t2 = "custom validation failed") {
1109
+ if ("function" != typeof e2) throw new TypeError("[VueTypes error]: You must provide a function as argument");
1110
+ return j(e2.name || "<<anonymous function>>", { type: null, validator(n2) {
1111
+ const r2 = e2(n2);
1112
+ return r2 || d(`${this._vueTypes_name} - ${t2}`), r2;
1113
+ } });
1114
+ }
1115
+ function L(e2) {
1116
+ if (!v(e2)) throw new TypeError("[VueTypes error]: You must provide an array as argument.");
1117
+ const t2 = `oneOf - value should be one of "${e2.map((e3) => "symbol" == typeof e3 ? e3.toString() : e3).join('", "')}".`, n2 = { validator(n3) {
1118
+ const r2 = -1 !== e2.indexOf(n3);
1119
+ return r2 || d(t2), r2;
1120
+ } };
1121
+ if (-1 === e2.indexOf(null)) {
1122
+ const t3 = e2.reduce((e3, t4) => {
1123
+ if (null != t4) {
1124
+ const n3 = t4.constructor;
1125
+ -1 === e3.indexOf(n3) && e3.push(n3);
1126
+ }
1127
+ return e3;
1128
+ }, []);
1129
+ t3.length > 0 && (n2.type = t3);
1130
+ }
1131
+ return j("oneOf", n2);
1132
+ }
1133
+ function B(e2) {
1134
+ if (!v(e2)) throw new TypeError("[VueTypes error]: You must provide an array as argument");
1135
+ let t2 = false, n2 = false, r2 = [];
1136
+ for (let i3 = 0; i3 < e2.length; i3 += 1) {
1137
+ const o2 = e2[i3];
1138
+ if (g(o2)) {
1139
+ if (h(o2.validator) && (t2 = true), b(o2, "oneOf") && o2.type) {
1140
+ r2 = r2.concat(o2.type);
1141
+ continue;
1142
+ }
1143
+ if (b(o2, "nullable")) {
1144
+ n2 = true;
1145
+ continue;
1146
+ }
1147
+ if (true === o2.type || !o2.type) {
1148
+ d('oneOfType - invalid usage of "true" and "null" as types.');
1149
+ continue;
1150
+ }
1151
+ r2 = r2.concat(o2.type);
1152
+ } else r2.push(o2);
1153
+ }
1154
+ r2 = r2.filter((e3, t3) => r2.indexOf(e3) === t3);
1155
+ const i2 = false === n2 && r2.length > 0 ? r2 : null;
1156
+ return j("oneOfType", t2 ? { type: i2, validator(t3) {
1157
+ const n3 = [], r3 = e2.some((e3) => {
1158
+ const r4 = m(e3, t3, true);
1159
+ return "string" == typeof r4 && n3.push(r4), true === r4;
1160
+ });
1161
+ return r3 || d(`oneOfType - provided value does not match any of the ${n3.length} passed-in validators:
1162
+ ${$(n3.join("\n"))}`), r3;
1163
+ } } : { type: i2 });
1164
+ }
1165
+ function F(e2) {
1166
+ return j("arrayOf", { type: Array, validator(t2) {
1167
+ let n2 = "";
1168
+ const r2 = t2.every((t3) => (n2 = m(e2, t3, true), true === n2));
1169
+ return r2 || d(`arrayOf - value validation error:
1170
+ ${$(n2)}`), r2;
1171
+ } });
1172
+ }
1173
+ function Y(e2) {
1174
+ return j("instanceOf", { type: e2 });
1175
+ }
1176
+ function I(e2) {
1177
+ return j("objectOf", { type: Object, validator(t2) {
1178
+ let n2 = "";
1179
+ const r2 = Object.keys(t2).every((r3) => (n2 = m(e2, t2[r3], true), true === n2));
1180
+ return r2 || d(`objectOf - value validation error:
1181
+ ${$(n2)}`), r2;
1182
+ } });
1183
+ }
1184
+ function J(e2) {
1185
+ const t2 = Object.keys(e2), n2 = t2.filter((t3) => {
1186
+ var n3;
1187
+ return !(null === (n3 = e2[t3]) || void 0 === n3 || !n3.required);
1188
+ }), r2 = j("shape", { type: Object, validator(r3) {
1189
+ if (!c(r3)) return false;
1190
+ const i2 = Object.keys(r3);
1191
+ if (n2.length > 0 && n2.some((e3) => -1 === i2.indexOf(e3))) {
1192
+ const e3 = n2.filter((e4) => -1 === i2.indexOf(e4));
1193
+ return d(1 === e3.length ? `shape - required property "${e3[0]}" is not defined.` : `shape - required properties "${e3.join('", "')}" are not defined.`), false;
1194
+ }
1195
+ return i2.every((n3) => {
1196
+ if (-1 === t2.indexOf(n3)) return true === this._vueTypes_isLoose || (d(`shape - shape definition does not include a "${n3}" property. Allowed keys: "${t2.join('", "')}".`), false);
1197
+ const i3 = m(e2[n3], r3[n3], true);
1198
+ return "string" == typeof i3 && d(`shape - "${n3}" property validation error:
1199
+ ${$(i3)}`), true === i3;
1200
+ });
1201
+ } });
1202
+ return Object.defineProperty(r2, "_vueTypes_isLoose", { writable: true, value: false }), Object.defineProperty(r2, "loose", { get() {
1203
+ return this._vueTypes_isLoose = true, this;
1204
+ } }), r2;
1205
+ }
1206
+ const M = ["name", "validate", "getter"], R = /* @__PURE__ */ ((e2) => ((e2 = class {
1207
+ static get any() {
1208
+ return w();
1209
+ }
1210
+ static get func() {
1211
+ return x().def(this.defaults.func);
1212
+ }
1213
+ static get bool() {
1214
+ return void 0 === this.defaults.bool ? P() : P().def(this.defaults.bool);
1215
+ }
1216
+ static get string() {
1217
+ return A().def(this.defaults.string);
1218
+ }
1219
+ static get number() {
1220
+ return E().def(this.defaults.number);
1221
+ }
1222
+ static get array() {
1223
+ return S().def(this.defaults.array);
1224
+ }
1225
+ static get object() {
1226
+ return N().def(this.defaults.object);
1227
+ }
1228
+ static get integer() {
1229
+ return V().def(this.defaults.integer);
1230
+ }
1231
+ static get symbol() {
1232
+ return q();
1233
+ }
1234
+ static get nullable() {
1235
+ return k();
1236
+ }
1237
+ static extend(e3) {
1238
+ if (d("VueTypes.extend is deprecated. Use the ES6+ method instead. See https://dwightjack.github.io/vue-types/advanced/extending-vue-types.html#extending-namespaced-validators-in-es6 for details."), v(e3)) return e3.forEach((e4) => this.extend(e4)), this;
1239
+ const { name: t2, validate: r2 = false, getter: i2 = false } = e3, o2 = n(e3, M);
1240
+ if (p(this, t2)) throw new TypeError(`[VueTypes error]: Type "${t2}" already defined`);
1241
+ const { type: a2 } = o2;
1242
+ if (b(a2)) return delete o2.type, Object.defineProperty(this, t2, i2 ? { get: () => T(t2, a2, o2) } : { value(...e4) {
1243
+ const n2 = T(t2, a2, o2);
1244
+ return n2.validator && (n2.validator = n2.validator.bind(n2, ...e4)), n2;
1245
+ } });
1246
+ let s2;
1247
+ return s2 = i2 ? { get() {
1248
+ const e4 = Object.assign({}, o2);
1249
+ return r2 ? _(t2, e4) : j(t2, e4);
1250
+ }, enumerable: true } : { value(...e4) {
1251
+ const n2 = Object.assign({}, o2);
1252
+ let i3;
1253
+ return i3 = r2 ? _(t2, n2) : j(t2, n2), n2.validator && (i3.validator = n2.validator.bind(i3, ...e4)), i3;
1254
+ }, enumerable: true }, Object.defineProperty(this, t2, s2);
1255
+ }
1256
+ }).defaults = {}, e2.sensibleDefaults = void 0, e2.config = r, e2.custom = D, e2.oneOf = L, e2.instanceOf = Y, e2.oneOfType = B, e2.arrayOf = F, e2.objectOf = I, e2.shape = J, e2.utils = { validate: (e3, t2) => true === m(t2, e3, true), toType: (e3, t2, n2 = false) => n2 ? _(e3, t2) : j(e3, t2) }, e2))();
1257
+ function U(e2 = { func: () => {
1258
+ }, bool: true, string: "", number: 0, array: () => [], object: () => ({}), integer: 0 }) {
1259
+ var n2;
1260
+ return (n2 = class extends R {
1261
+ static get sensibleDefaults() {
1262
+ return t({}, this.defaults);
1263
+ }
1264
+ static set sensibleDefaults(n3) {
1265
+ this.defaults = false !== n3 ? t({}, true !== n3 ? n3 : e2) : {};
1266
+ }
1267
+ }).defaults = t({}, e2), n2;
1268
+ }
1269
+ class z extends U() {
1270
+ }
1271
+ class PropUtils {
1272
+ /** String 类型,默认:'' */
1273
+ static get string() {
1274
+ return A().def("");
1275
+ }
1276
+ /** String 类型,默认:undefined */
1277
+ static get looseString() {
1278
+ return A();
1279
+ }
1280
+ /** Number 类型,默认:0 */
1281
+ static get number() {
1282
+ return E().def(0);
1283
+ }
1284
+ /** Number 类型,默认:undefined */
1285
+ static get looseNumber() {
1286
+ return E();
1287
+ }
1288
+ /** Boolean 类型,默认:true */
1289
+ static get bool() {
1290
+ return P().def(true);
1291
+ }
1292
+ static get looseBool() {
1293
+ return B([]).def(void 0);
1294
+ }
1295
+ static get looseElement() {
1296
+ return B([]).def(void 0);
1297
+ }
1298
+ }
1299
+ __publicField(PropUtils, "objectType", N);
1300
+ /** Array 类型,默认:[] */
1301
+ __publicField(PropUtils, "array", () => {
1302
+ return S().def([]);
1303
+ });
1304
+ /** Object 类型 */
1305
+ __publicField(PropUtils, "object", N);
1306
+ /** Function 类型 */
1307
+ __publicField(PropUtils, "func", x);
1308
+ /** 指定为数组中的值 */
1309
+ __publicField(PropUtils, "oneOf", L);
1310
+ /** 自定义类型 */
1311
+ __publicField(PropUtils, "oneOfType", B);
1312
+ /** 枚举类型 */
1313
+ __publicField(PropUtils, "enum", A);
1314
+ /** 任意类型 */
1315
+ __publicField(PropUtils, "any", w);
1316
+ function canMatchKeywords(e, t2) {
1317
+ e = e.toLowerCase();
1318
+ const n2 = /[/\s;_-]/, s2 = /[/\s;_-]/;
1319
+ return t2.some((t3) => {
1320
+ const o2 = e.indexOf(t3.toLowerCase());
1321
+ if (-1 !== o2 && (n2.test(e[o2 - 1]) || 0 === o2) && (s2.test(e[o2 + t3.length]) || o2 + t3.length >= e.length)) return true;
1322
+ });
1323
+ }
1324
+ function canMatchModelRule(e, t2) {
1325
+ return !!/;\s*([^;)]*?)(?:\s+Build\/[^;)]+)?(?:;(?:\s*wv)?)?\)/.test(e) && t2.test(RegExp.$1);
1326
+ }
1327
+ function execRules(e, t2) {
1328
+ let n2;
1329
+ return t2.some((t3) => {
1330
+ let s2, o2 = false;
1331
+ return t3.regExp ? (o2 = t3.regExp.test(e), o2 && (s2 = RegExp.$1)) : t3.keywords ? o2 = canMatchKeywords(e, t3.keywords) : t3.modelRegExp && (o2 = canMatchModelRule(e, t3.modelRegExp)), o2 && (n2 = { name: t3.name, version: s2 }), o2;
1332
+ }), n2;
1333
+ }
1334
+ const osRules = [{ name: "windows", regExp: /\bWindows\s?NT\s?(([\d.]+))\b/ }, { name: "ios", regExp: /\bOS(?:\s([\d_.]+))?\slike\sMac\sOS\sX\b/ }, { name: "macos", regExp: /\bMac\sOS\sX(?:\s([\d_.]+))?/ }, { name: "openharmony", regExp: /\bOpenHarmony\s([\d.]+)\b/ }, { name: "android", regExp: /\bAndroid;?(?:[-/\s]([\d.]+))?(?:\b|_)/ }, { name: "android", regExp: /\bAdr\s([\d.]+)(?:\b|_)/ }];
1335
+ function compareVersions(r2, e) {
1336
+ const t2 = /(\.0+)+$/, n2 = String(r2).replace(t2, "").split("."), s2 = String(e).replace(t2, "").split("."), i2 = Math.min(n2.length, s2.length);
1337
+ for (let r3 = 0; r3 < i2; r3++) {
1338
+ const e2 = parseInt(n2[r3]) - parseInt(s2[r3]);
1339
+ if (e2) return e2;
1340
+ }
1341
+ return n2.length - s2.length;
1342
+ }
1343
+ class Version {
1344
+ constructor(r2) {
1345
+ this._ver = (r2 || "").replace(/_/g, ".").replace(/\.+$/, ""), Object.freeze(this);
1346
+ }
1347
+ _compare(r2, e) {
1348
+ if (!this._ver || !r2) return false;
1349
+ const t2 = Array.isArray(e) ? e : [e], n2 = compareVersions(this._ver, r2);
1350
+ return t2.some(function(r3) {
1351
+ return n2 * r3 > 0 || 0 === n2 && 0 === r3;
1352
+ });
1353
+ }
1354
+ gt(r2) {
1355
+ return this._compare(r2, 1);
1356
+ }
1357
+ gte(r2) {
1358
+ return this._compare(r2, [1, 0]);
1359
+ }
1360
+ lt(r2) {
1361
+ return this._compare(r2, -1);
1362
+ }
1363
+ lte(r2) {
1364
+ return this._compare(r2, [-1, 0]);
1365
+ }
1366
+ eq(r2) {
1367
+ return this._compare(r2, 0);
1368
+ }
1369
+ toString() {
1370
+ return this._ver;
1371
+ }
1372
+ }
1373
+ const propMap$3 = { ios: "isIOS", openharmony: "isOpenHarmony", android: "isAndroid", windows: "isWindows", macos: "isMacOS" };
1374
+ function platformToOS(s2) {
1375
+ switch (s2) {
1376
+ case "Android":
1377
+ return "android";
1378
+ case "iPad":
1379
+ case "iPhone":
1380
+ case "iPod":
1381
+ return "ios";
1382
+ case "MacIntel":
1383
+ return "macos";
1384
+ case "Win32":
1385
+ return "windows";
1386
+ }
1387
+ }
1388
+ class OSInfo {
1389
+ constructor(s2, o2) {
1390
+ var i2;
1391
+ let e;
1392
+ if (this.isIOS = false, this.isAndroid = false, this.isHarmonyOS = false, this.isOpenHarmony = false, this.isWindows = false, this.isMacOS = false, null == o2 ? void 0 : o2.platform) {
1393
+ const s3 = platformToOS(o2.platform);
1394
+ void 0 !== s3 && (e = { name: s3, version: "" });
1395
+ }
1396
+ let n2 = null !== (i2 = execRules(s2, osRules)) && void 0 !== i2 ? i2 : e;
1397
+ n2 ? (e && e.name !== n2.name && (n2 = e), "macos" === n2.name && (null == o2 ? void 0 : o2.maxTouchPoints) && (n2.name = "ios", n2.version = ""), this[propMap$3[n2.name]] = true, this.version = new Version(n2.version), this.isAndroid && /\bHarmonyOS\b/.test(s2) && (this.isHarmonyOS = true), Object.freeze(this)) : this.version = Object.freeze(new Version(""));
1398
+ }
1399
+ }
1400
+ const appleRules = [{ name: "ipad", regExp: /iPad/ }, { name: "ipod", regExp: /iPod/ }, { name: "iphone", regExp: /iPhone/ }];
1401
+ const androidRules = [{ name: "huawei", regExp: /\b(?:huawei|honor)/i }, { name: "huawei", keywords: ["ideahub", "figi"] }, { name: "vivo", keywords: ["vivo"] }, { name: "oppo", keywords: ["oppo"] }, { name: "mi", keywords: ["redmi", "hongmi", "shark", "Mi", "MIX", "POCO", "POCOPHONE"] }, { name: "mi", regExp: /\bxiaomi/i }, { name: "samsung", keywords: ["samsung", "galaxy"] }, { name: "oneplus", keywords: ["oneplus", "one"] }, { name: "huawei", modelRegExp: /^Mate\s*\d{2}/i }, { name: "huawei", modelRegExp: /^Nova\s\d$/ }, { name: "huawei", regExp: /\b(?:Hi)?MatePad/i }, { name: "huawei", regExp: /\b(?:Liantong|UNICOMVSENS)VP\d{3}\b/ }, { name: "huawei", regExp: /\bCMDCSP\d{3}\b/ }, { name: "huawei", regExp: /\bTDTECH/i }, { name: "huawei", modelRegExp: /^[A-Z]{3}\d?-W[0-5]9[A-Z]*$/ }, { name: "huawei", modelRegExp: /^[A-Z][A-Za-z]{2,3}-(?:AN|BD|BX|AL|TL)\d{2}[A-Za-z]*$/ }, { name: "huawei", modelRegExp: /^TYH\d+[A-Z]?$/ }, { name: "huawei", modelRegExp: /^H60-L0[12]$/ }, { name: "mi", modelRegExp: /^MI\s?(?:\d|CC|Note|MAX|PLAY|PAD)/i }, { name: "mi", modelRegExp: /^(?:AWM|SKR|SKW|DLT)-/ }, { name: "mi", modelRegExp: /^XIG\d{2}$/ }, { name: "mi", modelRegExp: /^M\d{4}[A-Z]\d{1,2}[A-Z]{1,3}$/ }, { name: "mi", modelRegExp: /^2\d{3}[A-Z0-9]{6}$/ }, { name: "mi", modelRegExp: /^2\d{5}[0-9A-Z]{2}[A-Z]$/ }, { name: "mi", modelRegExp: /^2\d{6}[A-Z]$/ }, { name: "mi", modelRegExp: /^2\d{7}[A-Z]{2,3}$/ }, { name: "samsung", modelRegExp: /^S(?:M|[CGP]H)-[A-Za-z0-9]+$/ }, { name: "samsung", modelRegExp: /^SCV3\d$/ }, { name: "samsung", modelRegExp: /^SC-\d{2}[A-Z]$/ }, { name: "samsung", modelRegExp: /^SH[WV]-/ }, { name: "samsung", modelRegExp: /^GT[-_][A-Z][A-Z0-9]{3,}$/i }, { name: "oppo", modelRegExp: /^(?:CPH|OPD|iPA)\d{4}$/ }, { name: "oppo", modelRegExp: /^OPG\d{2}$/ }, { name: "oppo", modelRegExp: /^A[1-5]0[1-9]OP$/ }, { name: "oneplus", modelRegExp: /^(?:KB|HD|IN|GM|NE|LE|MT)\d{4}$/ }, { name: "vivo", modelRegExp: /^V[12]\d{3}[A-Z]{0,2}$/ }];
1402
+ const propMap$2 = { ipod: "isIPod", iphone: "isIPhone", ipad: "isIPad", huawei: "isHuawei", mi: "isMi", oppo: "isOppo", vivo: "isVivo", oneplus: "isOnePlus", samsung: "isSamsung" };
1403
+ class BrandInfo {
1404
+ constructor(i2, s2) {
1405
+ let e;
1406
+ if (this.isHuawei = false, this.isMi = false, this.isOppo = false, this.isVivo = false, this.isOnePlus = false, this.isSamsung = false, this.isIPod = false, this.isIPhone = false, this.isIPad = false, this.isMac = false, this.isApple = false, s2.isIOS ? (e = appleRules, this.isApple = true) : s2.isMacOS ? (this.isMac = true, this.isApple = true) : (s2.isAndroid || s2.isOpenHarmony) && (e = androidRules), e) {
1407
+ const o2 = execRules(i2, e);
1408
+ o2 ? this[propMap$2[o2.name]] = true : s2.isIOS && (this.isIPad = true);
1409
+ }
1410
+ Object.freeze(this);
1411
+ }
1412
+ }
1413
+ const browserRules = [{ name: "edge", regExp: /\bEdge\/([\d.]+)/ }, { name: "chrome", regExp: /\b(?:Chrome|CrMo|CriOS)\/([\d.]+)/ }, { name: "safari", regExp: /\b(?:Version\/([\d.]+).*\s?)?Safari\b/ }, { name: "ie", regExp: /\bMSIE\s(\d+)/i }, { name: "ie", regExp: /\bTrident\/.*;\srv:(\d+)/ }, { name: "firefox", regExp: /\bFirefox\/([\d.]+)/ }, { name: "opera-presto", regExp: /\bOpera\/([\d.]+)/ }];
1414
+ const propMap$1 = { chrome: "isChrome", safari: "isSafari", edge: "isEdge", ie: "isIE", firefox: "isFirefox", "opera-presto": "isPrestoOpera" };
1415
+ class BrowserInfo {
1416
+ constructor(e) {
1417
+ this.isChrome = false, this.isSafari = false, this.isEdge = false, this.isIE = false, this.isFirefox = false, this.isPrestoOpera = false;
1418
+ const s2 = execRules(e, browserRules);
1419
+ s2 ? (this[propMap$1[s2.name]] = true, this.version = new Version(s2.version)) : this.version = new Version(""), Object.freeze(this);
1420
+ }
1421
+ }
1422
+ let clientRules = [{ name: "wxwork", regExp: /\bwxwork\/([\d.]+)/ }, { name: "wx", regExp: /\bMicroMessenger\/([\d.]+)/ }, { name: "ding", regExp: /\bDingTalk\/([\d.]+)/ }, { name: "qq", regExp: /\bQQ\/([\d.]+)/ }, { name: "qq", regExp: /\bIPadQQ\b/ }, { name: "weibo", regExp: /(?:\b|_)Weibo(?:\b|_)/i }, { name: "edge", regExp: /\bEdge?\/([\d.]+)/ }, { name: "opera-blink", regExp: /\bOPR\/([\d.]+)/ }, { name: "qqbrowser", regExp: /\bM?QQBrowser(?:\/([\d.]+))?/i }, { name: "ucbrowser", regExp: /\b(?:UCBrowser|UCWEB)(?:-CMCC)?\/?\s?([\d.]+)/ }, { name: "ucbrowser", regExp: /\bUC\b/ }, { name: "quark", regExp: /\bQuark\/([\d.]+)/ }, { name: "maxthon", regExp: /\b(?:Maxthon|MxBrowser)(?:[/\s]([\d.]+))?/ }, { name: "theworld", regExp: /\bTheWorld(?:\s([\d.]+))?/i }, { name: "baidubrowser", regExp: /\b(?:baidubrowser|bdbrowser_i18n|BIDUBrowser)(?:[/\s]([\d.]+))?/i }, { name: "baidubrowser", regExp: /\bbaidubrowserpad\b/ }, { name: "baiduapp", regExp: /\bbaiduboxapp\b\/([\d.]+)?/i }, { name: "baiduapp", regExp: /\bbaiduboxpad\b/i }];
1423
+ clientRules = clientRules.concat(browserRules);
1424
+ const propMap = { wxwork: "isWxWork", wx: "isWx", ding: "isDing", qq: "isQQ", weibo: "isWeibo", edge: "isEdge", "opera-blink": "isOpera", "opera-presto": "isOpera", qqbrowser: "isQQBrowser", ucbrowser: "isUCBrowser", quark: "isQuark", maxthon: "isMaxthon", theworld: "isTheWorld", baidubrowser: "isBaiduBrowser", baiduapp: "isBaiduApp", chrome: "isChrome", safari: "isSafari", ie: "isIE", firefox: "isFirefox" };
1425
+ class ClientInfo {
1426
+ constructor(i2) {
1427
+ this.isWxWork = false, this.isWx = false, this.isWxMiniProgram = false, this.isDing = false, this.isQQ = false, this.isWeibo = false, this.isEdge = false, this.isOpera = false, this.isQQBrowser = false, this.isUCBrowser = false, this.isQuark = false, this.isMaxthon = false, this.isTheWorld = false, this.isBaiduBrowser = false, this.isBaiduApp = false, this.isChrome = false, this.isSafari = false, this.isIE = false, this.isFirefox = false;
1428
+ const s2 = execRules(i2, clientRules);
1429
+ s2 ? (this[propMap[s2.name]] = true, this.version = new Version(s2.version)) : this.version = new Version(""), this.isWxMiniProgram = (this.isWx || this.isWxWork) && /\bMiniProgramEnv\b/.test(i2), Object.freeze(this);
1430
+ }
1431
+ }
1432
+ class UAInfo {
1433
+ constructor(t2, i2) {
1434
+ this.os = Object.freeze(new OSInfo(t2, i2)), this.brand = Object.freeze(new BrandInfo(t2, this.os)), this.browser = Object.freeze(new BrowserInfo(t2)), this.client = Object.freeze(new ClientInfo(t2)), this.isTablet = this.brand.isIPad || /\bTablet\b/i.test(t2) || this.os.isAndroid && !/\bMobile\b/i.test(t2), this.os.isIOS || this.os.isAndroid || this.isTablet ? this.isPortable = true : /\(X11[;)]/i.test(t2) || /\b(Windows\sNT|Macintosh)\b/.test(t2) ? this.isPortable = false : this.isPortable = /mobile|android/i.test(t2), Object.freeze(this);
1435
+ }
1436
+ }
1437
+ let currentUAInfo;
1438
+ function getCurrentUAInfo() {
1439
+ return currentUAInfo || (currentUAInfo = Object.freeze("undefined" != typeof window ? new UAInfo(window.navigator.userAgent, window.navigator) : new UAInfo(""))), currentUAInfo;
1440
+ }
1441
+ const ua = navigator.userAgent.toLowerCase();
1442
+ const uaInfo = getCurrentUAInfo();
1443
+ uaInfo.os.isAndroid;
1444
+ uaInfo.os.isIOS;
1445
+ uaInfo.client.version;
1446
+ const isWeixin = uaInfo.client.isWx;
1447
+ const isWorkWeixin = uaInfo.client.isWxWork;
1448
+ const isPcMiniProgram = (isWeixin || isWorkWeixin) && /miniprogramenv/.test(ua);
1449
+ function __isMobile() {
1450
+ const ua2 = navigator.userAgent;
1451
+ if (/mobile|android/i.test(ua2)) {
1452
+ return true;
1453
+ } else {
1454
+ if (/\b(Windows\sNT|Macintosh|x86(_(32|64))?|amd64|i[1-6]86)\b/.test(ua2) || !("onorientationchange" in window)) {
1455
+ return false;
1456
+ } else {
1457
+ return true;
1458
+ }
1459
+ }
1460
+ }
1461
+ function __isTablet() {
1462
+ const ua2 = navigator.userAgent;
1463
+ if (/(?:iPad|PlayBook)/.test(ua2)) return true;
1464
+ if (uaInfo.os.isAndroid && !/(?:Mobile)/.test(ua2) || /(?:Tablet)/.test(ua2)) return true;
1465
+ return false;
1466
+ }
1467
+ const isMob = __isMobile();
1468
+ isMob && __isTablet();
1469
+ const isMobile = /* @__PURE__ */ (() => {
1470
+ return isMob || isPcMiniProgram;
1471
+ })();
1472
+ function mitt(n2) {
1473
+ return { all: n2 = n2 || /* @__PURE__ */ new Map(), on: function(t2, e) {
1474
+ var i2 = n2.get(t2);
1475
+ i2 ? i2.push(e) : n2.set(t2, [e]);
1476
+ }, off: function(t2, e) {
1477
+ var i2 = n2.get(t2);
1478
+ i2 && (e ? i2.splice(i2.indexOf(e) >>> 0, 1) : n2.set(t2, []));
1479
+ }, emit: function(t2, e) {
1480
+ var i2 = n2.get(t2);
1481
+ i2 && i2.slice().map(function(n3) {
1482
+ n3(e);
1483
+ }), (i2 = n2.get("*")) && i2.slice().map(function(n3) {
1484
+ n3(t2, e);
1485
+ });
1486
+ } };
1487
+ }
1488
+ var LangType = /* @__PURE__ */ ((LangType2) => {
1489
+ LangType2["ZH_CN"] = "zh_CN";
1490
+ LangType2["ZH_TW"] = "zh_TW";
1491
+ LangType2["English"] = "en";
1492
+ LangType2["Japanese"] = "ja";
1493
+ LangType2["Korean"] = "ko";
1494
+ LangType2["Russian"] = "ru";
1495
+ return LangType2;
1496
+ })(LangType || {});
1497
+ const ProductInjectKey = "interactGlobalConfigV2";
1498
+ const useGlobalInject = () => {
1499
+ const injectData = inject(ProductInjectKey, {
1500
+ globalLang: LangType.ZH_CN
1501
+ });
1502
+ const toast = (msg) => {
1503
+ if (injectData.toast) {
1504
+ injectData.toast(msg);
1505
+ }
1506
+ };
1507
+ function getEmitter() {
1508
+ if (injectData.getEmitter) {
1509
+ return injectData.getEmitter();
1510
+ }
1511
+ return createEmitter();
1512
+ }
1513
+ const messageBox = (options) => {
1514
+ if (injectData.messageBox) {
1515
+ return injectData.messageBox(options);
1516
+ }
1517
+ return Promise.resolve(false);
1518
+ };
1519
+ return {
1520
+ injectData,
1521
+ toast,
1522
+ getEmitter,
1523
+ messageBox
1524
+ };
1525
+ };
1526
+ const globalKey = "__product-event-emitter-key";
1527
+ function createEmitter() {
1528
+ if (window[globalKey]) {
1529
+ return window[globalKey];
1530
+ }
1531
+ const emitter = mitt();
1532
+ window[globalKey] = emitter;
1533
+ return emitter;
1534
+ }
1535
+ const useEventBusListener = (event, callback) => {
1536
+ const { getEmitter } = useGlobalInject();
1537
+ onMounted(() => {
1538
+ getEmitter().on(event, callback);
1539
+ });
1540
+ onBeforeUnmount(() => {
1541
+ getEmitter().off(event, callback);
1542
+ });
1543
+ };
1544
+ const useScreenOrientHook = (params = {}) => {
1545
+ const { autoListen = true, autoListenCb = () => {
1546
+ } } = params;
1547
+ const { injectData } = useGlobalInject();
1548
+ const screenOrientationMode = ref(
1549
+ "Vertical"
1550
+ /* Vertical */
1551
+ );
1552
+ const pageFullscreen = computed(() => {
1553
+ var _a;
1554
+ return (_a = injectData.pageFullscreen) != null ? _a : false;
1555
+ });
1556
+ const isVerticalScreenOrientation = computed(() => {
1557
+ if (!isMobile) {
1558
+ return false;
1559
+ }
1560
+ return screenOrientationMode.value === "Vertical";
1561
+ });
1562
+ const isHorizontalScreenOrientation = computed(() => {
1563
+ if (!isMobile) {
1564
+ return false;
1565
+ }
1566
+ if (pageFullscreen.value) {
1567
+ return true;
1568
+ }
1569
+ return screenOrientationMode.value === "Horizontal";
1570
+ });
1571
+ function resetScreenOrientationModeByWindow() {
1572
+ if (window.innerWidth < window.innerHeight) {
1573
+ screenOrientationMode.value = "Vertical";
1574
+ }
1575
+ }
1576
+ function updateScreenOrientationModeManually() {
1577
+ if (window.orientation === 180 || window.orientation === 0) {
1578
+ screenOrientationMode.value = "Vertical";
1579
+ }
1580
+ if (window.orientation === 90 || window.orientation === -90) {
1581
+ screenOrientationMode.value = "Horizontal";
1582
+ }
1583
+ resetScreenOrientationModeByWindow();
1584
+ }
1585
+ function onOrientationChange() {
1586
+ setTimeout(() => {
1587
+ const mql = window.matchMedia("(orientation: portrait)");
1588
+ if (mql == null ? void 0 : mql.matches) {
1589
+ screenOrientationMode.value = "Vertical";
1590
+ } else {
1591
+ screenOrientationMode.value = "Horizontal";
1592
+ }
1593
+ resetScreenOrientationModeByWindow();
1594
+ autoListenCb(screenOrientationMode.value);
1595
+ }, 200);
1596
+ }
1597
+ function listenOrientationEvent() {
1598
+ window.addEventListener(
1599
+ "onorientationchange" in window ? "orientationchange" : "resize",
1600
+ onOrientationChange,
1601
+ false
1602
+ );
1603
+ }
1604
+ function unlistenOrientationEvent() {
1605
+ window.removeEventListener(
1606
+ "onorientationchange" in window ? "orientationchange" : "resize",
1607
+ onOrientationChange,
1608
+ false
1609
+ );
1610
+ }
1611
+ onMounted(() => {
1612
+ if (autoListen) {
1613
+ listenOrientationEvent();
1614
+ onOrientationChange();
1615
+ }
1616
+ });
1617
+ onBeforeUnmount(() => {
1618
+ unlistenOrientationEvent();
1619
+ });
1620
+ return {
1621
+ screenOrientationMode,
1622
+ isVerticalScreenOrientation,
1623
+ isHorizontalScreenOrientation,
1624
+ pageFullscreen,
1625
+ listenOrientationEvent,
1626
+ updateScreenOrientationModeManually
1627
+ };
1628
+ };
1629
+ const useFullscreenApi = () => {
1630
+ const apis = [
1631
+ {
1632
+ enabledField: "fullscreenEnabled",
1633
+ elementField: "fullscreenElement",
1634
+ requestApiField: "requestFullscreen",
1635
+ exitApiField: "exitFullscreen",
1636
+ fullscreenChangeEvent: "fullscreenchange"
1637
+ },
1638
+ // New WebKit
1639
+ {
1640
+ enabledField: "webkitFullscreenEnabled",
1641
+ elementField: "webkitFullscreenElement",
1642
+ requestApiField: "webkitRequestFullscreen",
1643
+ exitApiField: "webkitExitFullscreen",
1644
+ fullscreenChangeEvent: "webkitfullscreenchange"
1645
+ },
1646
+ // Old WebKit
1647
+ {
1648
+ enabledField: "webkitCancelFullScreen",
1649
+ elementField: "webkitCurrentFullScreenElement",
1650
+ requestApiField: "webkitRequestFullScreen",
1651
+ exitApiField: "webkitCancelFullScreen",
1652
+ fullscreenChangeEvent: "webkitfullscreenchange"
1653
+ },
1654
+ {
1655
+ enabledField: "mozFullScreenEnabled",
1656
+ elementField: "mozFullScreenElement",
1657
+ requestApiField: "mozRequestFullScreen",
1658
+ exitApiField: "mozCancelFullScreen",
1659
+ fullscreenChangeEvent: "mozfullscreenchange"
1660
+ },
1661
+ {
1662
+ enabledField: "msFullscreenEnabled",
1663
+ elementField: "msFullscreenElement",
1664
+ requestApiField: "msRequestFullscreen",
1665
+ exitApiField: "msExitFullscreen",
1666
+ fullscreenChangeEvent: "MSFullscreenChange"
1667
+ }
1668
+ ];
1669
+ let fieldData;
1670
+ for (let i2 = 0; i2 < apis.length; i2++) {
1671
+ const item = apis[i2];
1672
+ if (item.enabledField in document) {
1673
+ fieldData = item;
1674
+ break;
1675
+ }
1676
+ }
1677
+ return {
1678
+ fieldData
1679
+ };
1680
+ };
1681
+ const useFullscreen = (elementRef = document.documentElement) => {
1682
+ const { fieldData } = useFullscreenApi();
1683
+ const isFullscreen = ref(false);
1684
+ const fullscreenElement = ref(null);
1685
+ const supportFullscreen = computed(() => !!fieldData);
1686
+ const getFullscreenTargetElement = () => {
1687
+ if (typeof elementRef === "function") {
1688
+ const res = elementRef();
1689
+ return unref(res) || document.documentElement;
1690
+ }
1691
+ return unref(elementRef) || document.documentElement;
1692
+ };
1693
+ function requestFullscreen() {
1694
+ const element = getFullscreenTargetElement();
1695
+ if (!fieldData || !element[fieldData.requestApiField]) {
1696
+ return;
1697
+ }
1698
+ element[fieldData.requestApiField]();
1699
+ }
1700
+ function exitFullscreen() {
1701
+ if (!fieldData) {
1702
+ return;
1703
+ }
1704
+ document[fieldData.exitApiField]();
1705
+ }
1706
+ function toggleFullscreen() {
1707
+ if (!fieldData) {
1708
+ return;
1709
+ }
1710
+ if (!document[fieldData.elementField]) {
1711
+ requestFullscreen();
1712
+ } else {
1713
+ exitFullscreen();
1714
+ }
1715
+ }
1716
+ function onFullscreenChange() {
1717
+ if (!fieldData) {
1718
+ return;
1719
+ }
1720
+ if (document[fieldData.elementField]) {
1721
+ isFullscreen.value = true;
1722
+ } else {
1723
+ isFullscreen.value = false;
1724
+ }
1725
+ fullscreenElement.value = document[fieldData.elementField];
1726
+ }
1727
+ onMounted(() => {
1728
+ if (fieldData) {
1729
+ document.addEventListener(fieldData.fullscreenChangeEvent, onFullscreenChange);
1730
+ if (document[fieldData.elementField]) {
1731
+ onFullscreenChange();
1732
+ }
1733
+ }
1734
+ });
1735
+ onBeforeUnmount(() => {
1736
+ if (!fieldData) {
1737
+ return;
1738
+ }
1739
+ document.removeEventListener(fieldData.fullscreenChangeEvent, onFullscreenChange);
1740
+ });
1741
+ return {
1742
+ isFullscreen,
1743
+ supportFullscreen,
1744
+ requestFullscreen,
1745
+ exitFullscreen,
1746
+ toggleFullscreen
1747
+ };
1748
+ };
1749
+ const popupPositionList = ["bottom", "left", "right", "center"];
1750
+ const COMMON_POPUP_PROVIDE_KEY = Symbol("plv-product-common-popup");
1751
+ const useCommonPopupInject = () => {
1752
+ const injectData = inject(COMMON_POPUP_PROVIDE_KEY, {});
1753
+ return injectData;
1754
+ };
1755
+ const useDynamicHeight = (options) => {
1756
+ const { initHeightRatio = 0.7, maxHeightRatio = 0.85 } = options || {};
1757
+ const prevScrollTop = ref(0);
1758
+ const dynamicHeightIncrementRatio = ref(0);
1759
+ const rafId = ref(null);
1760
+ const dynamicContentHeightPercent = computed(() => {
1761
+ return Math.min(initHeightRatio + dynamicHeightIncrementRatio.value, maxHeightRatio);
1762
+ });
1763
+ const isReachMaxHeight = computed(() => {
1764
+ return dynamicHeightIncrementRatio.value + initHeightRatio >= maxHeightRatio;
1765
+ });
1766
+ function handleScroll(event) {
1767
+ if (rafId.value !== null) return;
1768
+ rafId.value = requestAnimationFrame(() => {
1769
+ const target = event.target;
1770
+ const scrollTop = target.scrollTop;
1771
+ const scrollHeight = target.scrollHeight;
1772
+ const clientHeight = target.clientHeight;
1773
+ if (!isReachMaxHeight.value && scrollTop > prevScrollTop.value) {
1774
+ dynamicHeightIncrementRatio.value += (scrollTop - prevScrollTop.value) / (scrollHeight - clientHeight);
1775
+ prevScrollTop.value = scrollTop;
1776
+ }
1777
+ rafId.value = null;
1778
+ });
1779
+ }
1780
+ function reset() {
1781
+ dynamicHeightIncrementRatio.value = 0;
1782
+ prevScrollTop.value = 0;
1783
+ if (rafId.value !== null) {
1784
+ cancelAnimationFrame(rafId.value);
1785
+ rafId.value = null;
1786
+ }
1787
+ }
1788
+ return {
1789
+ dynamicContentHeightPercent,
1790
+ handleScroll,
1791
+ reset
1792
+ };
1793
+ };
1794
+ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
1795
+ __name: "index",
1796
+ props: {
1797
+ value: PropUtils.bool.def(false),
1798
+ /** 标题 */
1799
+ title: PropUtils.string.def(""),
1800
+ /** 背景模式 */
1801
+ backgroundMode: PropUtils.oneOf(["bg1"]),
1802
+ /** 背景 */
1803
+ background: PropUtils.string,
1804
+ /** 显示关闭 */
1805
+ closeable: PropUtils.bool.def(true),
1806
+ /** 填充 */
1807
+ fillBody: PropUtils.bool.def(false),
1808
+ /** 是否显示返回按钮 */
1809
+ backable: PropUtils.bool.def(false),
1810
+ /** 头部高度 */
1811
+ headerHeight: PropUtils.string.def("52px"),
1812
+ /** 使用页面高度百分比,0 ~ 1,当 enableDynamicHeight 为 true 时,该配置无效 */
1813
+ contentHeightPercent: PropUtils.oneOfType([Boolean, Number]).def(0.7),
1814
+ /** 是否显示头部 */
1815
+ showHeader: PropUtils.bool.def(true),
1816
+ /** 打开事件 */
1817
+ openEvent: PropUtils.looseString,
1818
+ /** 位置 */
1819
+ position: PropUtils.oneOf(popupPositionList),
1820
+ /** 在屏幕横屏时,强制使用的位置 */
1821
+ horizontalScreenPosition: PropUtils.oneOf(popupPositionList).def("right"),
1822
+ /** 在屏幕横屏时,弹层 className */
1823
+ horizontalScreenClassName: PropUtils.string,
1824
+ /** 宽度 */
1825
+ width: PropUtils.looseString,
1826
+ /** 插入到的节点 */
1827
+ appendTo: PropUtils.looseElement,
1828
+ /** 是否显示遮罩层 */
1829
+ showModal: PropUtils.looseBool,
1830
+ /** 配置 */
1831
+ popupConfig: PropUtils.object(),
1832
+ /** 是否显示滚动条 */
1833
+ showScrollbar: PropUtils.bool.def(true),
1834
+ /** 点击遮罩是否关闭 */
1835
+ closeOnMask: PropUtils.bool.def(true),
1836
+ /** 自定义关闭弹层 */
1837
+ customClose: PropUtils.func(),
1838
+ /** 自定义返回 */
1839
+ customBack: PropUtils.func(),
1840
+ /** 开启后,滑动内容区域,弹层高度会逐渐增大 */
1841
+ enableDynamicHeight: PropUtils.bool.def(false),
1842
+ /** 动态高度配置 */
1843
+ dynamicHeightOptions: PropUtils.object()
1844
+ },
1845
+ emits: {
1846
+ input: emitFunc(),
1847
+ "after-leave": emitFunc()
1848
+ },
1849
+ setup(__props, { expose, emit }) {
1850
+ const props = __props;
1851
+ const { injectData: globalInjectData } = useGlobalInject();
1852
+ const popupInjectData = useCommonPopupInject();
1853
+ const { isHorizontalScreenOrientation, pageFullscreen } = useScreenOrientHook();
1854
+ const { isFullscreen } = useFullscreen();
1855
+ const { dynamicContentHeightPercent, handleScroll, reset: resetContentHeight } = useDynamicHeight(props.dynamicHeightOptions);
1856
+ function getOriginAppendTo() {
1857
+ var _a, _b, _c, _d;
1858
+ return (_d = (_b = props.appendTo) != null ? _b : (_a = props.popupConfig) == null ? void 0 : _a.appendTo) != null ? _d : (_c = unref(popupInjectData.popupConfig)) == null ? void 0 : _c.appendTo;
1859
+ }
1860
+ const popupAppendTo = computed(() => {
1861
+ let appendToElem = getOriginAppendTo();
1862
+ if (isFullscreen.value && unref(globalInjectData.fullscreenElement)) {
1863
+ let fullscreenElement = unref(globalInjectData.fullscreenElement);
1864
+ if (typeof fullscreenElement === "string") {
1865
+ fullscreenElement = document.querySelector(fullscreenElement) || void 0;
1866
+ } else {
1867
+ fullscreenElement = fullscreenElement;
1868
+ }
1869
+ if (fullscreenElement) {
1870
+ appendToElem = fullscreenElement;
1871
+ }
1872
+ }
1873
+ return appendToElem;
1874
+ });
1875
+ const popupShowModal = computed(() => {
1876
+ var _a, _b, _c, _d, _e;
1877
+ return (_e = (_d = (_b = props.showModal) != null ? _b : (_a = props.popupConfig) == null ? void 0 : _a.showModal) != null ? _d : (_c = unref(popupInjectData.popupConfig)) == null ? void 0 : _c.showModal) != null ? _e : true;
1878
+ });
1879
+ function getOriginPosition() {
1880
+ var _a, _b;
1881
+ let originPosition = props.position || ((_a = props.popupConfig) == null ? void 0 : _a.position) || ((_b = unref(popupInjectData.popupConfig)) == null ? void 0 : _b.position);
1882
+ if (originPosition) {
1883
+ return originPosition;
1884
+ }
1885
+ if (isMobile) {
1886
+ originPosition = "bottom";
1887
+ } else {
1888
+ originPosition = "center";
1889
+ }
1890
+ return originPosition;
1891
+ }
1892
+ const popupPosition = computed(() => {
1893
+ let originPosition = getOriginPosition();
1894
+ if (originPosition === "bottom" && isHorizontalScreenOrientation.value) {
1895
+ originPosition = props.horizontalScreenPosition;
1896
+ }
1897
+ return originPosition;
1898
+ });
1899
+ const wrapClass = computed(() => {
1900
+ const cls = [];
1901
+ if (props.fillBody) {
1902
+ cls.push("plv-product-common-popup--fill-body");
1903
+ }
1904
+ if (popupPosition.value) {
1905
+ cls.push(`plv-product-common-popup--position-${popupPosition.value}`);
1906
+ }
1907
+ if (isMobile) {
1908
+ cls.push("plv-product-common-popup--mobile");
1909
+ }
1910
+ if (!popupShowModal.value) {
1911
+ cls.push("plv-product-common-popup--hide-modal");
1912
+ }
1913
+ if (!props.showScrollbar) {
1914
+ cls.push("plv-product-common-popup--hide-scrollbar");
1915
+ }
1916
+ if (isHorizontalScreenOrientation.value) {
1917
+ cls.push("plv-product-common-popup--horizontal-screen");
1918
+ if (props.horizontalScreenClassName) {
1919
+ cls.push(props.horizontalScreenClassName);
1920
+ }
1921
+ }
1922
+ if (pageFullscreen.value) {
1923
+ cls.push("plv-product-common-popup--page-fullscreen");
1924
+ }
1925
+ return cls;
1926
+ });
1927
+ const wrapStyle = computed(() => {
1928
+ const styles = {};
1929
+ if (popupAppendTo.value && popupAppendTo.value !== document.body) {
1930
+ styles.position = "absolute";
1931
+ }
1932
+ return styles;
1933
+ });
1934
+ const headerStyle = computed(() => {
1935
+ const styles = {};
1936
+ if (props.headerHeight) {
1937
+ styles.height = props.headerHeight;
1938
+ }
1939
+ return styles;
1940
+ });
1941
+ const bodyWidth = computed(() => {
1942
+ var _a, _b;
1943
+ let width = props.width || ((_a = props.popupConfig) == null ? void 0 : _a.width) || ((_b = unref(popupInjectData.popupConfig)) == null ? void 0 : _b.width);
1944
+ if (width) {
1945
+ return width;
1946
+ }
1947
+ width = "100%";
1948
+ switch (popupPosition.value) {
1949
+ case "bottom":
1950
+ width = "100%";
1951
+ break;
1952
+ case "left":
1953
+ width = "375px";
1954
+ break;
1955
+ case "right":
1956
+ width = "375px";
1957
+ break;
1958
+ case "center":
1959
+ width = "375px";
1960
+ break;
1961
+ }
1962
+ return width;
1963
+ });
1964
+ const bodyHeight = computed(() => {
1965
+ if (props.fillBody) {
1966
+ return "90%";
1967
+ }
1968
+ if (props.enableDynamicHeight) {
1969
+ return document.documentElement.clientHeight * dynamicContentHeightPercent.value;
1970
+ }
1971
+ if (typeof props.contentHeightPercent === "number") {
1972
+ return document.documentElement.clientHeight * props.contentHeightPercent;
1973
+ }
1974
+ return null;
1975
+ });
1976
+ const bodyClass = computed(() => {
1977
+ const cls = [];
1978
+ if (props.backgroundMode) {
1979
+ cls.push(`plv-product-common-popup__body--${props.backgroundMode}`);
1980
+ }
1981
+ return cls;
1982
+ });
1983
+ const bodyStyle = computed(() => {
1984
+ const styles = {};
1985
+ if (props.background) {
1986
+ styles.background = props.background;
1987
+ }
1988
+ if (bodyWidth.value) {
1989
+ styles.width = bodyWidth.value;
1990
+ }
1991
+ if (bodyHeight.value) {
1992
+ styles.height = `${bodyHeight.value}px`;
1993
+ }
1994
+ return styles;
1995
+ });
1996
+ const wrapVisible = ref(false);
1997
+ const bodyVisible = ref(false);
1998
+ const wrapRef = ref();
1999
+ const innerRef = ref();
2000
+ useAppendTo(wrapRef, popupAppendTo);
2001
+ function topicPopup() {
2002
+ return __async(this, null, function* () {
2003
+ yield nextTick();
2004
+ if (wrapRef.value) {
2005
+ PlvPopperManager.openPopper(wrapRef.value);
2006
+ }
2007
+ });
2008
+ }
2009
+ if (props.openEvent) {
2010
+ useEventBusListener(props.openEvent, () => {
2011
+ topicPopup();
2012
+ });
2013
+ }
2014
+ function onBodyScroll(event) {
2015
+ if (props.enableDynamicHeight) {
2016
+ handleScroll(event);
2017
+ }
2018
+ }
2019
+ function open() {
2020
+ wrapVisible.value = true;
2021
+ bodyVisible.value = true;
2022
+ topicPopup();
2023
+ }
2024
+ function closeBody() {
2025
+ bodyVisible.value = false;
2026
+ emit("input", false);
2027
+ }
2028
+ function close() {
2029
+ if (props.customClose) {
2030
+ props.customClose({ closeBody });
2031
+ return;
2032
+ }
2033
+ closeBody();
2034
+ }
2035
+ function onClickMask() {
2036
+ if (!props.closeOnMask) {
2037
+ return;
2038
+ }
2039
+ close();
2040
+ }
2041
+ function back() {
2042
+ if (props.customBack) {
2043
+ props.customBack({ closeBody });
2044
+ return;
2045
+ }
2046
+ closeBody();
2047
+ }
2048
+ function onAfterLeave() {
2049
+ wrapVisible.value = false;
2050
+ emit("after-leave");
2051
+ if (props.enableDynamicHeight) {
2052
+ resetContentHeight();
2053
+ }
2054
+ }
2055
+ function resetScroll() {
2056
+ if (innerRef.value) {
2057
+ innerRef.value.scrollTop = 0;
2058
+ }
2059
+ }
2060
+ watch(
2061
+ () => props.value,
2062
+ () => {
2063
+ if (props.value) {
2064
+ open();
2065
+ } else {
2066
+ closeBody();
2067
+ }
2068
+ }
2069
+ );
2070
+ onMounted(() => {
2071
+ if (props.value) {
2072
+ open();
2073
+ }
2074
+ });
2075
+ expose({
2076
+ resetScroll
2077
+ });
2078
+ return { __sfc: true, props, emit, globalInjectData, popupInjectData, isHorizontalScreenOrientation, pageFullscreen, isFullscreen, dynamicContentHeightPercent, handleScroll, resetContentHeight, getOriginAppendTo, popupAppendTo, popupShowModal, getOriginPosition, popupPosition, wrapClass, wrapStyle, headerStyle, bodyWidth, bodyHeight, bodyClass, bodyStyle, wrapVisible, bodyVisible, wrapRef, innerRef, topicPopup, onBodyScroll, open, closeBody, close, onClickMask, back, onAfterLeave, resetScroll, ProductIconClose, ProductIconArrowLeft };
2079
+ }
2080
+ });
2081
+ function normalizeComponent(scriptExports, render3, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {
2082
+ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;
2083
+ if (render3) {
2084
+ options.render = render3;
2085
+ options.staticRenderFns = staticRenderFns;
2086
+ options._compiled = true;
2087
+ }
2088
+ return {
2089
+ exports: scriptExports,
2090
+ options
2091
+ };
2092
+ }
2093
+ var _sfc_render$1 = function render() {
2094
+ var _vm = this, _c = _vm._self._c, _setup = _vm._self._setupProxy;
2095
+ return _c("div", { directives: [{ name: "show", rawName: "v-show", value: _setup.wrapVisible, expression: "wrapVisible" }], ref: "wrapRef", staticClass: "plv-product-common-popup", class: _setup.wrapClass, style: _setup.wrapStyle, on: { "click": _setup.onClickMask } }, [_c("transition", { attrs: { "name": "plv-product-common-popup-slide" }, on: { "after-leave": _setup.onAfterLeave } }, [_c("div", { directives: [{ name: "show", rawName: "v-show", value: _setup.bodyVisible, expression: "bodyVisible" }], staticClass: "plv-product-common-popup__body", class: _setup.bodyClass, style: _setup.bodyStyle, on: { "click": function($event) {
2096
+ $event.stopPropagation();
2097
+ } } }, [_vm.showHeader ? [_vm._t("header", function() {
2098
+ return [_c("div", { staticClass: "plv-product-common-popup__header", style: _setup.headerStyle }, [_vm.backable ? _c(_setup.ProductIconArrowLeft, { staticClass: "plv-product-common-popup__back", on: { "click": function($event) {
2099
+ $event.stopPropagation();
2100
+ return _setup.back.apply(null, arguments);
2101
+ } } }) : _vm._e(), _vm.title ? _c("div", { staticClass: "plv-product-common-popup__title" }, [_vm._v(" " + _vm._s(_vm.title) + " ")]) : _vm._e(), _c("div", { staticClass: "plv-product-common-popup__header-right" }, [_vm._t("header-right", function() {
2102
+ return [_vm.closeable ? _c(_setup.ProductIconClose, { staticClass: "plv-product-common-popup__close", on: { "click": _setup.close } }) : _vm._e()];
2103
+ })], 2)], 1)];
2104
+ })] : _vm._e(), _c("div", { staticClass: "plv-product-common-popup__content" }, [_c("div", { ref: "innerRef", staticClass: "plv-product-common-popup__inner", on: { "scroll": _setup.onBodyScroll } }, [_vm._t("default")], 2)])], 2)])], 1);
2105
+ };
2106
+ var _sfc_staticRenderFns$1 = [];
2107
+ var __component__$1 = /* @__PURE__ */ normalizeComponent(
2108
+ _sfc_main$1,
2109
+ _sfc_render$1,
2110
+ _sfc_staticRenderFns$1
2111
+ );
2112
+ const CommonPopup = __component__$1.exports;
2113
+ const productEvents = {
2114
+ /**
2115
+ * 打开商品列表弹层
2116
+ */
2117
+ OpenProductListPopup: "openProductListPopup",
2118
+ /**
2119
+ * 打开商品详情弹层
2120
+ */
2121
+ OpenProductDetailPopup: "openProductDetailPopup",
2122
+ /**
2123
+ * 关闭商品详情弹层
2124
+ */
2125
+ CloseProductDetailPopup: "closeProductDetailPopup",
2126
+ /**
2127
+ * 打开订单列表弹层
2128
+ */
2129
+ OpenProductOrderListPopup: "openProductOrderListPopup",
2130
+ /**
2131
+ * 打开订单详情弹层
2132
+ */
2133
+ OpenProductOrderDetailPopup: "openProductOrderDetailPopup",
2134
+ /**
2135
+ * 刷新订单列表状态
2136
+ */
2137
+ RefreshProductOrderListStatus: "refreshProductOrderListStatus",
2138
+ /**
2139
+ * 刷新订单详情状态
2140
+ */
2141
+ RefreshProductOrderDetailStatus: "refreshProductOrderDetailStatus",
2142
+ /**
2143
+ * 打开订单弹层
2144
+ */
2145
+ OpenProductOrderPopup: "openProductOrderPopup",
2146
+ /**
2147
+ * 打开收货地址列表弹层
2148
+ */
2149
+ OpenProductAddressListPopup: "openProductAddressListPopup",
2150
+ /**
2151
+ * 打开收货地址编辑弹层
2152
+ */
2153
+ OpenProductAddressEditPopup: "openProductAddressEditPopup",
2154
+ /**
2155
+ * 选择地址事件
2156
+ * @description
2157
+ * 1. 收货地址列表页触发
2158
+ * 2. 订单页首次添加地址触发
2159
+ */
2160
+ ChooseAddress: "chooseAddress",
2161
+ /**
2162
+ * 打开 iframe 链接弹层
2163
+ */
2164
+ OpenProductIframeLinkPopup: "openProductIframeLinkPopup"
2165
+ };
2166
+ const _sfc_main = /* @__PURE__ */ defineComponent({
2167
+ __name: "product-iframe-link-popup",
2168
+ setup(__props) {
2169
+ const visible = ref(false);
2170
+ const url = ref("");
2171
+ const popupConfig = ref({
2172
+ width: isMobile ? "100%" : "720px",
2173
+ showModal: isMobile
2174
+ });
2175
+ useEventBusListener(productEvents.OpenProductIframeLinkPopup, (link) => {
2176
+ if (link) {
2177
+ url.value = link;
2178
+ visible.value = true;
2179
+ } else {
2180
+ visible.value = false;
2181
+ }
2182
+ });
2183
+ return { __sfc: true, visible, url, popupConfig, CommonPopup, productEvents };
2184
+ }
2185
+ });
2186
+ var _sfc_render = function render2() {
2187
+ var _vm = this, _c = _vm._self._c, _setup = _vm._self._setupProxy;
2188
+ return _c(_setup.CommonPopup, { attrs: { "popup-config": _setup.popupConfig, "open-event": _setup.productEvents.OpenProductIframeLinkPopup }, model: { value: _setup.visible, callback: function($$v) {
2189
+ _setup.visible = $$v;
2190
+ }, expression: "visible" } }, [_c("iframe", { staticStyle: { "width": "100%", "height": "100%" }, attrs: { "src": _setup.url, "frameborder": "0" } })]);
2191
+ };
2192
+ var _sfc_staticRenderFns = [];
2193
+ var __component__ = /* @__PURE__ */ normalizeComponent(
2194
+ _sfc_main,
2195
+ _sfc_render,
2196
+ _sfc_staticRenderFns
2197
+ );
2198
+ const productIframeLinkPopup = __component__.exports;
2199
+ ;
2200
+ console.log(
2201
+ "%c@polyv/product-ui",
2202
+ "background:#409EFF;padding: 2px 6px;border-radius: 3px;color: #fff",
2203
+ "[component: product-iframe-link-popup]",
2204
+ "[version: 1.0.0-rc-20250612.3]",
2205
+ "[buildTime: 2025-06-12 02:29:01]"
2206
+ );
2207
+ export {
2208
+ productIframeLinkPopup as default
2209
+ };