gp-designer 1.0.94 → 1.0.96

Sign up to get free protection for your applications and to get access to all the features.
@@ -10491,7 +10491,7 @@ const Nt = /* @__PURE__ */ gt(oE, [["render", dE], ["__scopeId", "data-v-68b8f27
10491
10491
  return;
10492
10492
  }
10493
10493
  if (n.value.type === X.Text) {
10494
- if (Number(n.value.rule.minText) > Number(n.value.rule.maxText)) {
10494
+ if (n.value.rule.maxText && Number(n.value.rule.minText) > Number(n.value.rule.maxText)) {
10495
10495
  eA.error("最小文本长度不能大于最大文本长度");
10496
10496
  return;
10497
10497
  }
@@ -10501,7 +10501,7 @@ const Nt = /* @__PURE__ */ gt(oE, [["render", dE], ["__scopeId", "data-v-68b8f27
10501
10501
  }
10502
10502
  }
10503
10503
  if (n.value.type === X.Block) {
10504
- if (Number(n.value.rule.minBlock) > Number(n.value.rule.maxBlock)) {
10504
+ if (n.value.rule.maxBlock && Number(n.value.rule.minBlock) > Number(n.value.rule.maxBlock)) {
10505
10505
  eA.error("最小块数量不能大于最大块数量");
10506
10506
  return;
10507
10507
  }
@@ -10711,7 +10711,7 @@ const Nt = /* @__PURE__ */ gt(oE, [["render", dE], ["__scopeId", "data-v-68b8f27
10711
10711
  }, " 保存 ")
10712
10712
  ]));
10713
10713
  }
10714
- }), HE = /* @__PURE__ */ gt(LE, [["__scopeId", "data-v-30b99148"]]);
10714
+ }), HE = /* @__PURE__ */ gt(LE, [["__scopeId", "data-v-298a9b70"]]);
10715
10715
  /*!
10716
10716
  * Cropper.js v1.6.2
10717
10717
  * https://fengyuanchen.github.io/cropperjs
@@ -17423,7 +17423,7 @@ var LU = function(A, e) {
17423
17423
  var r = e.ownerDocument, n = r.documentElement ? Dr(A, getComputedStyle(r.documentElement).backgroundColor) : Xe.TRANSPARENT, a = r.body ? Dr(A, getComputedStyle(r.body).backgroundColor) : Xe.TRANSPARENT, s = typeof t == "string" ? Dr(A, t) : t === null ? Xe.TRANSPARENT : 4294967295;
17424
17424
  return e === r.documentElement ? lt(n) ? lt(a) ? s : a : n : s;
17425
17425
  };
17426
- const NU = `.gp-message[data-v-a234b03c]{z-index:999999;transition:all .3s ease;max-width:300px;font-family:微软雅黑}.message-content[data-v-a234b03c]{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-radius:4px;box-shadow:0 2px 8px #00000026;font-size:14px}.close-btn[data-v-a234b03c]{background:none;border:none;color:#4b5563;cursor:pointer;margin-left:10px;line-height:1;padding:0}.fade-enter-active[data-v-a234b03c],.fade-leave-active[data-v-a234b03c]{transition:opacity .3s}.fade-enter-from[data-v-a234b03c],.fade-leave-to[data-v-a234b03c]{opacity:0}[contenteditable=true][data-v-3a877c04]:focus{outline:none}[contenteditable=true][data-v-3a877c04]{outline:none}textarea[data-v-3a877c04]{resize:none;border:none;outline:none;background:transparent}.custom-checkbox[data-v-68b8f276]{width:16px;height:16px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;transition:all .2s ease}.custom-checkbox[data-v-68b8f276]:checked{border-color:#3b82f6;background-color:#3b82f6}.custom-checkbox[data-v-68b8f276]:checked:after{content:"✓";color:#fff;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox-label[data-v-68b8f276]{line-height:1.2;font-size:14px;color:#4b5563}.border[data-v-30b99148]{border:1px solid #ccc}.custom-checkbox[data-v-30b99148]{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;transition:all .2s ease}.custom-checkbox[data-v-30b99148]:checked{border-color:#3b82f6;background-color:#3b82f6}.custom-checkbox[data-v-30b99148]:checked:after{content:"✓";color:#fff;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}/*!
17426
+ const NU = `.gp-message[data-v-a234b03c]{z-index:999999;transition:all .3s ease;max-width:300px;font-family:微软雅黑}.message-content[data-v-a234b03c]{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-radius:4px;box-shadow:0 2px 8px #00000026;font-size:14px}.close-btn[data-v-a234b03c]{background:none;border:none;color:#4b5563;cursor:pointer;margin-left:10px;line-height:1;padding:0}.fade-enter-active[data-v-a234b03c],.fade-leave-active[data-v-a234b03c]{transition:opacity .3s}.fade-enter-from[data-v-a234b03c],.fade-leave-to[data-v-a234b03c]{opacity:0}[contenteditable=true][data-v-3a877c04]:focus{outline:none}[contenteditable=true][data-v-3a877c04]{outline:none}textarea[data-v-3a877c04]{resize:none;border:none;outline:none;background:transparent}.custom-checkbox[data-v-68b8f276]{width:16px;height:16px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;transition:all .2s ease}.custom-checkbox[data-v-68b8f276]:checked{border-color:#3b82f6;background-color:#3b82f6}.custom-checkbox[data-v-68b8f276]:checked:after{content:"✓";color:#fff;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox-label[data-v-68b8f276]{line-height:1.2;font-size:14px;color:#4b5563}.border[data-v-298a9b70]{border:1px solid #ccc}.custom-checkbox[data-v-298a9b70]{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;transition:all .2s ease}.custom-checkbox[data-v-298a9b70]:checked{border-color:#3b82f6;background-color:#3b82f6}.custom-checkbox[data-v-298a9b70]:checked:after{content:"✓";color:#fff;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}/*!
17427
17427
  * Cropper.js v1.6.2
17428
17428
  * https://fengyuanchen.github.io/cropperjs
17429
17429
  *
@@ -17431,7 +17431,7 @@ const NU = `.gp-message[data-v-a234b03c]{z-index:999999;transition:all .3s ease;
17431
17431
  * Released under the MIT license
17432
17432
  *
17433
17433
  * Date: 2024-04-21T07:43:02.731Z
17434
- */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.before{position:relative;overflow:hidden}.before img{position:absolute}.upload-wrapper[data-v-08babff9]{max-width:500px}.file-list[data-v-08babff9]{max-height:300px;overflow-y:auto}.gp-dsigner[data-v-7f27dfdd]{font-family:微软雅黑}.resize-area[data-v-7f27dfdd]{transition:width .1s ease}.resizer[data-v-7f27dfdd]{width:6px;background:#f0f0f0;cursor:col-resize;display:flex;justify-content:center;align-items:center;position:relative;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}textarea[data-v-7f27dfdd]{resize:none;border:none;outline:none;background:transparent}.gp-dsigner{width:100%}:root{--gp-designer-theme-color: #3574e6}.gp-designer-theme-text,.gp-designer-theme-icon{color:var(--gp-designer-theme-color)!important}.gp-designer-theme-button{background-color:var(--gp-designer-theme-color)!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.container{width:100%}@media (min-width: 1200px){.container{max-width:1200px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-top-6{top:-1.5rem}.bottom-4{bottom:1rem}.left-0{left:0}.left-1\\/2{left:50%}.left-2{left:.5rem}.left-4{left:1rem}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-1\\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.z-10{z-index:10}.z-\\[99999\\]{z-index:99999}.m-1{margin:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.box-border{box-sizing:border-box}.block{display:block}.flex{display:flex}.contents{display:contents}.hidden{display:none}.h-1{height:.25rem}.h-12{height:3rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-\\[100vh\\]{height:100vh}.h-\\[200px\\]{height:200px}.h-\\[300px\\]{height:300px}.h-\\[360px\\]{height:360px}.h-\\[40px\\]{height:40px}.h-full{height:100%}.h-screen{height:100vh}.max-h-\\[500px\\]{max-height:500px}.w-10{width:2.5rem}.w-12{width:3rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-\\[100vw\\]{width:100vw}.w-\\[110px\\]{width:110px}.w-\\[270px\\]{width:270px}.w-\\[300px\\]{width:300px}.w-\\[640px\\]{width:640px}.w-\\[700px\\]{width:700px}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.flex-1{flex:1 1 0%}.flex-none{flex:none}.basis-1\\/10{flex-basis:10%}.basis-1\\/11{flex-basis:9.09090909%}.basis-1\\/12{flex-basis:8.33333333%}.basis-1\\/2{flex-basis:50%}.basis-1\\/3{flex-basis:33.333333%}.basis-1\\/4{flex-basis:25%}.basis-1\\/5{flex-basis:20%}.basis-1\\/6{flex-basis:16.666667%}.basis-1\\/7{flex-basis:14.2857143%}.basis-1\\/8{flex-basis:12.5%}.basis-1\\/9{flex-basis:11.1111111%}.basis-full{flex-basis:100%}.-translate-x-1\\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.cursor-wait{cursor:wait}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.content-center{align-content:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-normal{justify-content:normal}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\\[\\#DEDEDE\\]{--tw-border-opacity: 1;border-color:rgb(222 222 222 / var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.bg-\\[\\#474AFF\\]{--tw-bg-opacity: 1;background-color:rgb(71 74 255 / var(--tw-bg-opacity))}.bg-\\[\\#f4f8ff\\]{--tw-bg-opacity: 1;background-color:rgb(244 248 255 / var(--tw-bg-opacity))}.bg-\\[rgba\\(0\\,0\\,0\\,0\\.7\\)\\]{background-color:#000000b3}.bg-black\\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-blue-500\\/80{background-color:#3b82f6cc}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity))}.bg-blue-900{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-green-500\\/80{background-color:#22c55ecc}.bg-purple-400\\/80{background-color:#c084fccc}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.bg-red-500\\/80{background-color:#ef4444cc}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity: .5}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pr-\\[70px\\]{padding-right:70px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.\\!text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.text-\\[\\#333\\]{--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity))}.text-\\[\\#666\\]{--tw-text-opacity: 1;color:rgb(102 102 102 / var(--tw-text-opacity))}.text-\\[\\#999\\]{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity))}.text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity))}.text-blue-50{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity))}.opacity-0{opacity:0}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\\:z-10:hover{z-index:10}.hover\\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.hover\\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.hover\\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.hover\\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.hover\\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.hover\\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity))}.hover\\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.hover\\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.hover\\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.hover\\:underline:hover{text-decoration-line:underline}@media (min-width: 1200px){.pc\\:box-border{box-sizing:border-box}.pc\\:basis-1\\/10{flex-basis:10%}.pc\\:basis-1\\/11{flex-basis:9.09090909%}.pc\\:basis-1\\/12{flex-basis:8.33333333%}.pc\\:basis-1\\/2{flex-basis:50%}.pc\\:basis-1\\/3{flex-basis:33.333333%}.pc\\:basis-1\\/4{flex-basis:25%}.pc\\:basis-1\\/5{flex-basis:20%}.pc\\:basis-1\\/6{flex-basis:16.666667%}.pc\\:basis-1\\/7{flex-basis:14.2857143%}.pc\\:basis-1\\/8{flex-basis:12.5%}.pc\\:basis-1\\/9{flex-basis:11.1111111%}.pc\\:basis-full{flex-basis:100%}.pc\\:justify-normal{justify-content:normal}.pc\\:justify-center{justify-content:center}}
17434
+ */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.before{position:relative;overflow:hidden}.before img{position:absolute}.upload-wrapper[data-v-08babff9]{max-width:500px}.file-list[data-v-08babff9]{max-height:300px;overflow-y:auto}.gp-dsigner[data-v-af92f944]{font-family:微软雅黑}.resize-area[data-v-af92f944]{transition:width .1s ease}.resizer[data-v-af92f944]{width:6px;background:#f0f0f0;cursor:col-resize;display:flex;justify-content:center;align-items:center;position:relative;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}textarea[data-v-af92f944]{resize:none;border:none;outline:none;background:transparent}.gp-dsigner{width:100%}:root{--gp-designer-theme-color: #3574e6}.gp-designer-theme-text,.gp-designer-theme-icon{color:var(--gp-designer-theme-color)!important}.gp-designer-theme-button{background-color:var(--gp-designer-theme-color)!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.container{width:100%}@media (min-width: 1200px){.container{max-width:1200px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-top-6{top:-1.5rem}.bottom-4{bottom:1rem}.left-0{left:0}.left-1\\/2{left:50%}.left-2{left:.5rem}.left-4{left:1rem}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-1\\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.z-10{z-index:10}.z-\\[99999\\]{z-index:99999}.m-1{margin:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.box-border{box-sizing:border-box}.block{display:block}.flex{display:flex}.contents{display:contents}.hidden{display:none}.h-1{height:.25rem}.h-12{height:3rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-\\[100vh\\]{height:100vh}.h-\\[200px\\]{height:200px}.h-\\[300px\\]{height:300px}.h-\\[360px\\]{height:360px}.h-\\[40px\\]{height:40px}.h-full{height:100%}.h-screen{height:100vh}.max-h-\\[500px\\]{max-height:500px}.w-10{width:2.5rem}.w-12{width:3rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-\\[100vw\\]{width:100vw}.w-\\[110px\\]{width:110px}.w-\\[270px\\]{width:270px}.w-\\[300px\\]{width:300px}.w-\\[640px\\]{width:640px}.w-\\[700px\\]{width:700px}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.flex-1{flex:1 1 0%}.flex-none{flex:none}.basis-1\\/10{flex-basis:10%}.basis-1\\/11{flex-basis:9.09090909%}.basis-1\\/12{flex-basis:8.33333333%}.basis-1\\/2{flex-basis:50%}.basis-1\\/3{flex-basis:33.333333%}.basis-1\\/4{flex-basis:25%}.basis-1\\/5{flex-basis:20%}.basis-1\\/6{flex-basis:16.666667%}.basis-1\\/7{flex-basis:14.2857143%}.basis-1\\/8{flex-basis:12.5%}.basis-1\\/9{flex-basis:11.1111111%}.basis-full{flex-basis:100%}.-translate-x-1\\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.cursor-wait{cursor:wait}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.content-center{align-content:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-normal{justify-content:normal}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\\[\\#DEDEDE\\]{--tw-border-opacity: 1;border-color:rgb(222 222 222 / var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.bg-\\[\\#474AFF\\]{--tw-bg-opacity: 1;background-color:rgb(71 74 255 / var(--tw-bg-opacity))}.bg-\\[\\#f4f8ff\\]{--tw-bg-opacity: 1;background-color:rgb(244 248 255 / var(--tw-bg-opacity))}.bg-\\[rgba\\(0\\,0\\,0\\,0\\.7\\)\\]{background-color:#000000b3}.bg-black\\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-blue-500\\/80{background-color:#3b82f6cc}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity))}.bg-blue-900{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-green-500\\/80{background-color:#22c55ecc}.bg-purple-400\\/80{background-color:#c084fccc}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.bg-red-500\\/80{background-color:#ef4444cc}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity: .5}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pr-\\[70px\\]{padding-right:70px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.\\!text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.text-\\[\\#333\\]{--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity))}.text-\\[\\#666\\]{--tw-text-opacity: 1;color:rgb(102 102 102 / var(--tw-text-opacity))}.text-\\[\\#999\\]{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity))}.text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity))}.text-blue-50{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity))}.opacity-0{opacity:0}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\\:z-10:hover{z-index:10}.hover\\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.hover\\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.hover\\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.hover\\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.hover\\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.hover\\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity))}.hover\\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.hover\\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.hover\\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.hover\\:underline:hover{text-decoration-line:underline}@media (min-width: 1200px){.pc\\:box-border{box-sizing:border-box}.pc\\:basis-1\\/10{flex-basis:10%}.pc\\:basis-1\\/11{flex-basis:9.09090909%}.pc\\:basis-1\\/12{flex-basis:8.33333333%}.pc\\:basis-1\\/2{flex-basis:50%}.pc\\:basis-1\\/3{flex-basis:33.333333%}.pc\\:basis-1\\/4{flex-basis:25%}.pc\\:basis-1\\/5{flex-basis:20%}.pc\\:basis-1\\/6{flex-basis:16.666667%}.pc\\:basis-1\\/7{flex-basis:14.2857143%}.pc\\:basis-1\\/8{flex-basis:12.5%}.pc\\:basis-1\\/9{flex-basis:11.1111111%}.pc\\:basis-full{flex-basis:100%}.pc\\:justify-normal{justify-content:normal}.pc\\:justify-center{justify-content:center}}
17435
17435
  `, DU = De({
17436
17436
  name: "GpIframe",
17437
17437
  props: {
@@ -6,7 +6,7 @@
6
6
  )`,enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])",selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"},so={};function Kd(A,e){return A===$.falseFunc?$.falseFunc:t=>e.isTag(t)&&A(t)}function oo(A,e){const t=e.getSiblings(A);if(t.length<=1)return[];const r=t.indexOf(A);return r<0||r===t.length-1?[]:t.slice(r+1).filter(e.isTag)}function ka(A){return{xmlMode:!!A.xmlMode,lowerCaseAttributeNames:!!A.lowerCaseAttributeNames,lowerCaseTags:!!A.lowerCaseTags,quirksMode:!!A.quirksMode,cacheResults:!!A.cacheResults,pseudos:A.pseudos,adapter:A.adapter,equals:A.equals}}const Pa=(A,e,t,r,n)=>{const a=n(e,ka(t),r);return a===$.trueFunc?A:a===$.falseFunc?$.falseFunc:i=>a(i)&&A(i)},Ka={is:Pa,matches:Pa,where:Pa,not(A,e,t,r,n){const a=n(e,ka(t),r);return a===$.falseFunc?A:a===$.trueFunc?$.falseFunc:i=>!a(i)&&A(i)},has(A,e,t,r,n){const{adapter:a}=t,i=ka(t);i.relativeSelector=!0;const o=e.some(d=>d.some(Oa))?[so]:void 0,u=n(e,i,o);if(u===$.falseFunc)return $.falseFunc;const l=Kd(u,a);if(o&&u!==$.trueFunc){const{shouldTestNextSiblings:d=!1}=u;return f=>{if(!A(f))return!1;o[0]=f;const h=a.getChildren(f),C=d?[...h,...oo(f,a)]:h;return a.existsOne(l,C)}}return d=>A(d)&&a.existsOne(l,a.getChildren(d))}};function Vd(A,e,t,r,n){var a;const{name:i,data:o}=e;if(Array.isArray(o)){if(!(i in Ka))throw new Error(`Unknown pseudo-class :${i}(${o})`);return Ka[i](A,o,t,r,n)}const u=(a=t.pseudos)===null||a===void 0?void 0:a[i],l=typeof u=="string"?u:Pd[i];if(typeof l=="string"){if(o!=null)throw new Error(`Pseudo ${i} doesn't have any arguments`);const d=An(l);return Ka.is(A,d,t,r,n)}if(typeof u=="function")return io(u,i,o,1),d=>u(d,o)&&A(d);if(i in Ra)return Ra[i](A,o,t,r);if(i in ao){const d=ao[i];return io(d,i,o,2),f=>d(f,t,o)&&A(f)}throw new Error(`Unknown pseudo-class :${i}`)}function Va(A,e){const t=e.getParent(A);return t&&e.isTag(t)?t:null}function Gd(A,e,t,r,n){const{adapter:a,equals:i}=t;switch(e.type){case G.PseudoElement:throw new Error("Pseudo-elements are not supported by css-select");case G.ColumnCombinator:throw new Error("Column combinators are not yet supported by css-select");case G.Attribute:{if(e.namespace!=null)throw new Error("Namespaced attributes are not yet supported by css-select");return(!t.xmlMode||t.lowerCaseAttributeNames)&&(e.name=e.name.toLowerCase()),Dd[e.action](A,e,t)}case G.Pseudo:return Vd(A,e,t,r,n);case G.Tag:{if(e.namespace!=null)throw new Error("Namespaced tag names are not yet supported by css-select");let{name:o}=e;return(!t.xmlMode||t.lowerCaseTags)&&(o=o.toLowerCase()),function(l){return a.getName(l)===o&&A(l)}}case G.Descendant:{if(t.cacheResults===!1||typeof WeakSet>"u")return function(l){let d=l;for(;d=Va(d,a);)if(A(d))return!0;return!1};const o=new WeakSet;return function(l){let d=l;for(;d=Va(d,a);)if(!o.has(d)){if(a.isTag(d)&&A(d))return!0;o.add(d)}return!1}}case"_flexibleDescendant":return function(u){let l=u;do if(A(l))return!0;while(l=Va(l,a));return!1};case G.Parent:return function(u){return a.getChildren(u).some(l=>a.isTag(l)&&A(l))};case G.Child:return function(u){const l=a.getParent(u);return l!=null&&a.isTag(l)&&A(l)};case G.Sibling:return function(u){const l=a.getSiblings(u);for(let d=0;d<l.length;d++){const f=l[d];if(i(u,f))break;if(a.isTag(f)&&A(f))return!0}return!1};case G.Adjacent:return a.prevElementSibling?function(u){const l=a.prevElementSibling(u);return l!=null&&A(l)}:function(u){const l=a.getSiblings(u);let d;for(let f=0;f<l.length;f++){const h=l[f];if(i(u,h))break;a.isTag(h)&&(d=h)}return!!d&&A(d)};case G.Universal:{if(e.namespace!=null&&e.namespace!=="*")throw new Error("Namespaced universal selectors are not yet supported by css-select");return A}}}function uo(A){return A.type===G.Pseudo&&(A.name==="scope"||Array.isArray(A.data)&&A.data.some(e=>e.some(uo)))}const Yd={type:G.Descendant},Xd={type:"_flexibleDescendant"},Wd={type:G.Pseudo,name:"scope",data:null};function Jd(A,{adapter:e},t){const r=!!(t!=null&&t.every(n=>{const a=e.isTag(n)&&e.getParent(n);return n===so||a&&e.isTag(a)}));for(const n of A){if(!(n.length>0&&Oa(n[0])&&n[0].type!==G.Descendant))if(r&&!n.some(uo))n.unshift(Yd);else continue;n.unshift(Wd)}}function co(A,e,t){var r;A.forEach(Sd),t=(r=e.context)!==null&&r!==void 0?r:t;const n=Array.isArray(t),a=t&&(Array.isArray(t)?t:[t]);if(e.relativeSelector!==!1)Jd(A,e,a);else if(A.some(u=>u.length>0&&Oa(u[0])))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");let i=!1;const o=A.map(u=>{if(u.length>=2){const[l,d]=u;l.type!==G.Pseudo||l.name!=="scope"||(n&&d.type===G.Descendant?u[1]=Xd:(d.type===G.Adjacent||d.type===G.Sibling)&&(i=!0))}return qd(u,e,a)}).reduce(jd,$.falseFunc);return o.shouldTestNextSiblings=i,o}function qd(A,e,t){var r;return A.reduce((n,a)=>n===$.falseFunc?$.falseFunc:Gd(n,a,e,t,co),(r=e.rootFunc)!==null&&r!==void 0?r:$.trueFunc)}function jd(A,e){return e===$.falseFunc||A===$.trueFunc?A:A===$.falseFunc||e===$.trueFunc?e:function(r){return A(r)||e(r)}}const lo=(A,e)=>A===e,zd={adapter:zr,equals:lo};function $d(A){var e,t,r,n;const a=A??zd;return(e=a.adapter)!==null&&e!==void 0||(a.adapter=zr),(t=a.equals)!==null&&t!==void 0||(a.equals=(n=(r=a.adapter)===null||r===void 0?void 0:r.equals)!==null&&n!==void 0?n:lo),a}function Zd(A){return function(t,r,n){const a=$d(r);return A(t,a,n)}}const Ga=Zd(co);function fo(A,e,t=!1){return t&&(A=Af(A,e)),Array.isArray(A)?e.removeSubsets(A):e.getChildren(A)}function Af(A,e){const t=Array.isArray(A)?A.slice(0):[A],r=t.length;for(let n=0;n<r;n++){const a=oo(t[n],e);t.push(...a)}return t}const ef=new Set(["first","last","eq","gt","nth","lt","even","odd"]);function nn(A){return A.type!=="pseudo"?!1:ef.has(A.name)?!0:A.name==="not"&&Array.isArray(A.data)?A.data.some(e=>e.some(nn)):!1}function tf(A,e,t){const r=e!=null?parseInt(e,10):NaN;switch(A){case"first":return 1;case"nth":case"eq":return isFinite(r)?r>=0?r+1:1/0:0;case"lt":return isFinite(r)?r>=0?Math.min(r,t):1/0:0;case"gt":return isFinite(r)?1/0:0;case"odd":return 2*t;case"even":return 2*t-1;case"last":case"not":return 1/0}}function rf(A){for(;A.parent;)A=A.parent;return A}function Ya(A){const e=[],t=[];for(const r of A)r.some(nn)?e.push(r):t.push(r);return[t,e]}const nf={type:G.Universal,namespace:null},af={type:G.Pseudo,name:"scope",data:null};function ho(A,e,t={}){return Bo([A],e,t)}function Bo(A,e,t={}){if(typeof e=="function")return A.some(e);const[r,n]=Ya(An(e));return r.length>0&&A.some(Ga(r,t))||n.some(a=>Eo(a,A,t).length>0)}function sf(A,e,t,r){const n=typeof t=="string"?parseInt(t,10):NaN;switch(A){case"first":case"lt":return e;case"last":return e.length>0?[e[e.length-1]]:e;case"nth":case"eq":return isFinite(n)&&Math.abs(n)<e.length?[n<0?e[e.length+n]:e[n]]:[];case"gt":return isFinite(n)?e.slice(n+1):[];case"even":return e.filter((a,i)=>i%2===0);case"odd":return e.filter((a,i)=>i%2===1);case"not":{const a=new Set(po(t,e,r));return e.filter(i=>!a.has(i))}}}function go(A,e,t={}){return po(An(A),e,t)}function po(A,e,t){if(e.length===0)return[];const[r,n]=Ya(A);let a;if(r.length){const i=Wa(e,r,t);if(n.length===0)return i;i.length&&(a=new Set(i))}for(let i=0;i<n.length&&(a==null?void 0:a.size)!==e.length;i++){const o=n[i];if((a?e.filter(d=>J(d)&&!a.has(d)):e).length===0)break;const l=Eo(o,e,t);if(l.length)if(a)l.forEach(d=>a.add(d));else{if(i===n.length-1)return l;a=new Set(l)}}return typeof a<"u"?a.size===e.length?e:e.filter(i=>a.has(i)):[]}function Eo(A,e,t){var r;if(A.some($t)){const n=(r=t.root)!==null&&r!==void 0?r:rf(e[0]),a={...t,context:e,relativeSelector:!1};return A.push(af),an(n,A,a,!0,e.length)}return an(e,A,t,!1,e.length)}function of(A,e,t={},r=1/0){if(typeof A=="function")return mo(e,A);const[n,a]=Ya(An(A)),i=a.map(o=>an(e,o,t,!0,r));return n.length&&i.push(Xa(e,n,t,r)),i.length===0?[]:i.length===1?i[0]:Ct(i.reduce((o,u)=>[...o,...u]))}function an(A,e,t,r,n){const a=e.findIndex(nn),i=e.slice(0,a),o=e[a],u=e.length-1===a?n:1/0,l=tf(o.name,o.data,u);if(l===0)return[];const f=(i.length===0&&!Array.isArray(A)?Wr(A).filter(J):i.length===0?(Array.isArray(A)?A:[A]).filter(J):r||i.some($t)?Xa(A,[i],t,l):Wa(A,[i],t)).slice(0,l);let h=sf(o.name,f,o.data,t);if(h.length===0||e.length===a+1)return h;const C=e.slice(a+1),m=C.some($t);if(m){if($t(C[0])){const{type:T}=C[0];(T===G.Sibling||T===G.Adjacent)&&(h=fo(h,zr,!0)),C.unshift(nf)}t={...t,relativeSelector:!1,rootFunc:T=>h.includes(T)}}else t.rootFunc&&t.rootFunc!==en.trueFunc&&(t={...t,rootFunc:en.trueFunc});return C.some(nn)?an(h,C,t,!1,n):m?Xa(h,[C],t,n):Wa(h,[C],t)}function Xa(A,e,t,r){const n=Ga(e,t,A);return mo(A,n,r)}function mo(A,e,t=1/0){const r=fo(A,zr,e.shouldTestNextSiblings);return xa(n=>J(n)&&e(n),r,!0,t)}function Wa(A,e,t){const r=(Array.isArray(A)?A:[A]).filter(J);if(r.length===0)return r;const n=Ga(e,t);return n===en.trueFunc?r:r.filter(n)}const uf=/^\s*[+~]/;function cf(A){if(!A)return this._make([]);if(typeof A!="string"){const e=ye(A)?A.toArray():[A],t=this.toArray();return this._make(e.filter(r=>t.some(n=>Vs(n,r))))}return this._findBySelector(A,Number.POSITIVE_INFINITY)}function lf(A,e){var t;const r=this.toArray(),n=uf.test(A)?r:this.children().toArray(),a={context:r,root:(t=this._root)===null||t===void 0?void 0:t[0],xmlMode:this.options.xmlMode,lowerCaseTags:this.options.lowerCaseTags,lowerCaseAttributeNames:this.options.lowerCaseAttributeNames,pseudos:this.options.pseudos,quirksMode:this.options.quirksMode};return this._make(of(A,n,a,e))}function Ja(A){return function(e,...t){return function(r){var n;let a=A(e,this);return r&&(a=za(a,r,this.options.xmlMode,(n=this._root)===null||n===void 0?void 0:n[0])),this._make(this.length>1&&a.length>1?t.reduce((i,o)=>o(i),a):a)}}}const Ar=Ja((A,e)=>{let t=[];for(let r=0;r<e.length;r++){const n=A(e[r]);n.length>0&&(t=t.concat(n))}return t}),qa=Ja((A,e)=>{const t=[];for(let r=0;r<e.length;r++){const n=A(e[r]);n!==null&&t.push(n)}return t});function ja(A,...e){let t=null;const r=Ja((n,a)=>{const i=[];return bA(a,o=>{for(let u;(u=n(o))&&!(t!=null&&t(u,i.length));o=u)i.push(u)}),i})(A,...e);return function(n,a){t=typeof n=="string"?o=>ho(o,n,this.options):n?er(n):null;const i=r.call(this,a);return t=null,i}}function bt(A){return A.length>1?Array.from(new Set(A)):A}const df=qa(({parent:A})=>A&&!De(A)?A:null,bt),ff=Ar(A=>{const e=[];for(;A.parent&&!De(A.parent);)e.push(A.parent),A=A.parent;return e},Ct,A=>A.reverse()),hf=ja(({parent:A})=>A&&!De(A)?A:null,Ct,A=>A.reverse());function Bf(A){var e;const t=[];if(!A)return this._make(t);const r={xmlMode:this.options.xmlMode,root:(e=this._root)===null||e===void 0?void 0:e[0]},n=typeof A=="string"?a=>ho(a,A,r):er(A);return bA(this,a=>{for(a&&!De(a)&&!J(a)&&(a=a.parent);a&&J(a);){if(n(a,0)){t.includes(a)||t.push(a);break}a=a.parent}}),this._make(t)}const gf=qa(A=>Ia(A)),pf=Ar(A=>{const e=[];for(;A.next;)A=A.next,J(A)&&e.push(A);return e},bt),Ef=ja(A=>Ia(A),bt),mf=qa(A=>ya(A)),Cf=Ar(A=>{const e=[];for(;A.prev;)A=A.prev,J(A)&&e.push(A);return e},bt),wf=ja(A=>ya(A),bt),bf=Ar(A=>Ds(A).filter(e=>J(e)&&e!==A),Ct),Tf=Ar(A=>Wr(A).filter(J),bt);function Uf(){const A=this.toArray().reduce((e,t)=>NA(t)?e.concat(t.children):e,[]);return this._make(A)}function Qf(A){let e=0;const t=this.length;for(;e<t&&A.call(this[e],e,this[e])!==!1;)++e;return this}function Ff(A){let e=[];for(let t=0;t<this.length;t++){const r=this[t],n=A.call(r,t,r);n!=null&&(e=e.concat(n))}return this._make(e)}function er(A){return typeof A=="function"?(e,t)=>A.call(e,t,e):ye(A)?e=>Array.prototype.includes.call(A,e):function(e){return A===e}}function If(A){var e;return this._make(za(this.toArray(),A,this.options.xmlMode,(e=this._root)===null||e===void 0?void 0:e[0]))}function za(A,e,t,r){return typeof e=="string"?go(e,A,{xmlMode:t,root:r}):A.filter(er(e))}function yf(A){const e=this.toArray();return typeof A=="string"?Bo(e.filter(J),A,this.options):A?e.some(er(A)):!1}function xf(A){let e=this.toArray();if(typeof A=="string"){const t=new Set(go(A,e,this.options));e=e.filter(r=>!t.has(r))}else{const t=er(A);e=e.filter((r,n)=>!t(r,n))}return this._make(e)}function vf(A){return this.filter(typeof A=="string"?`:has(${A})`:(e,t)=>this._make(t).find(A).length>0)}function _f(){return this.length>1?this._make(this[0]):this}function Nf(){return this.length>0?this._make(this[this.length-1]):this}function Sf(A){var e;return A=+A,A===0&&this.length<=1?this:(A<0&&(A=this.length+A),this._make((e=this[A])!==null&&e!==void 0?e:[]))}function Lf(A){return A==null?this.toArray():this[A<0?this.length+A:A]}function Hf(){return Array.prototype.slice.call(this)}function Df(A){let e,t;return A==null?(e=this.parent().children(),t=this[0]):typeof A=="string"?(e=this._make(A),t=this[0]):(e=this,t=ye(A)?A[0]:A),Array.prototype.indexOf.call(e,t)}function Of(A,e){return this._make(Array.prototype.slice.call(this,A,e))}function Rf(){var A;return(A=this.prevObject)!==null&&A!==void 0?A:this._make([])}function Mf(A,e){const t=this._make(A,e),r=Ct([...this.get(),...t.get()]);return this._make(r)}function kf(A){return this.prevObject?this.add(A?this.prevObject.filter(A):this.prevObject):this}const Pf=Object.freeze(Object.defineProperty({__proto__:null,_findBySelector:lf,add:Mf,addBack:kf,children:Tf,closest:Bf,contents:Uf,each:Qf,end:Rf,eq:Sf,filter:If,filterArray:za,find:cf,first:_f,get:Lf,has:vf,index:Df,is:yf,last:Nf,map:Ff,next:gf,nextAll:pf,nextUntil:Ef,not:xf,parent:df,parents:ff,parentsUntil:hf,prev:mf,prevAll:Cf,prevUntil:wf,siblings:bf,slice:Of,toArray:Hf},Symbol.toStringTag,{value:"Module"}));function Kf(A){return function(t,r,n,a){if(typeof Buffer<"u"&&Buffer.isBuffer(t)&&(t=t.toString()),typeof t=="string")return A(t,r,n,a);const i=t;if(!Array.isArray(i)&&De(i))return i;const o=new rt([]);return st(i,o),o}}function st(A,e){const t=Array.isArray(A)?A:[A];e?e.children=t:e=null;for(let r=0;r<t.length;r++){const n=t[r];n.parent&&n.parent.children!==t&&nt(n),e?(n.prev=t[r-1]||null,n.next=t[r+1]||null):n.prev=n.next=null,n.parent=e}return e}function Vf(A,e){if(A==null)return[];if(typeof A=="string")return this._parse(A,this.options,!1,null).children.slice(0);if("length"in A){if(A.length===1)return this._makeDomArray(A[0],e);const t=[];for(let r=0;r<A.length;r++){const n=A[r];if(typeof n=="object"){if(n==null)continue;if(!("length"in n)){t.push(e?Jt(n,!0):n);continue}}t.push(...this._makeDomArray(n,e))}return t}return[e?Jt(A,!0):A]}function Co(A){return function(...e){const t=this.length-1;return bA(this,(r,n)=>{if(!NA(r))return;const a=typeof e[0]=="function"?e[0].call(r,n,this._render(r.children)):e,i=this._makeDomArray(a,n<t);A(i,r.children,r)})}}function Me(A,e,t,r,n){var a,i;const o=[e,t,...r],u=e===0?null:A[e-1],l=e+t>=A.length?null:A[e+t];for(let d=0;d<r.length;++d){const f=r[d],h=f.parent;if(h){const m=h.children.indexOf(f);m>-1&&(h.children.splice(m,1),n===h&&e>m&&o[0]--)}f.parent=n,f.prev&&(f.prev.next=(a=f.next)!==null&&a!==void 0?a:null),f.next&&(f.next.prev=(i=f.prev)!==null&&i!==void 0?i:null),f.prev=d===0?u:r[d-1],f.next=d===r.length-1?l:r[d+1]}return u&&(u.next=r[0]),l&&(l.prev=r[r.length-1]),A.splice(...o)}function Gf(A){return(ye(A)?A:this._make(A)).append(this),this}function Yf(A){return(ye(A)?A:this._make(A)).prepend(this),this}const Xf=Co((A,e,t)=>{Me(e,e.length,0,A,t)}),Wf=Co((A,e,t)=>{Me(e,0,0,A,t)});function wo(A){return function(e){const t=this.length-1,r=this.parents().last();for(let n=0;n<this.length;n++){const a=this[n],i=typeof e=="function"?e.call(a,n,a):typeof e=="string"&&!Na(e)?r.find(e).clone():e,[o]=this._makeDomArray(i,n<t);if(!o||!NA(o))continue;let u=o,l=0;for(;l<u.children.length;){const d=u.children[l];J(d)?(u=d,l=0):l++}A(a,u,[o])}return this}}const Jf=wo((A,e,t)=>{const{parent:r}=A;if(!r)return;const n=r.children,a=n.indexOf(A);st([A],e),Me(n,a,0,t,r)}),qf=wo((A,e,t)=>{NA(A)&&(st(A.children,e),st(t,A))});function jf(A){return this.parent(A).not("body").each((e,t)=>{this._make(t).replaceWith(t.children)}),this}function zf(A){const e=this[0];if(e){const t=this._make(typeof A=="function"?A.call(e,0,e):A).insertBefore(e);let r;for(let a=0;a<t.length;a++)t[a].type==="tag"&&(r=t[a]);let n=0;for(;r&&n<r.children.length;){const a=r.children[n];a.type==="tag"?(r=a,n=0):n++}r&&this._make(r).append(this)}return this}function $f(...A){const e=this.length-1;return bA(this,(t,r)=>{if(!NA(t)||!t.parent)return;const n=t.parent.children,a=n.indexOf(t);if(a<0)return;const i=typeof A[0]=="function"?A[0].call(t,r,this._render(t.children)):A,o=this._makeDomArray(i,r<e);Me(n,a+1,0,o,t.parent)})}function Zf(A){typeof A=="string"&&(A=this._make(A)),this.remove();const e=[];for(const t of this._makeDomArray(A)){const r=this.clone().toArray(),{parent:n}=t;if(!n)continue;const a=n.children,i=a.indexOf(t);i<0||(Me(a,i+1,0,r,n),e.push(...r))}return this._make(e)}function Ah(...A){const e=this.length-1;return bA(this,(t,r)=>{if(!NA(t)||!t.parent)return;const n=t.parent.children,a=n.indexOf(t);if(a<0)return;const i=typeof A[0]=="function"?A[0].call(t,r,this._render(t.children)):A,o=this._makeDomArray(i,r<e);Me(n,a,0,o,t.parent)})}function eh(A){const e=this._make(A);this.remove();const t=[];return bA(e,r=>{const n=this.clone().toArray(),{parent:a}=r;if(!a)return;const i=a.children,o=i.indexOf(r);o<0||(Me(i,o,0,n,a),t.push(...n))}),this._make(t)}function th(A){const e=A?this.filter(A):this;return bA(e,t=>{nt(t),t.prev=t.next=t.parent=null}),this}function rh(A){return bA(this,(e,t)=>{const{parent:r}=e;if(!r)return;const n=r.children,a=typeof A=="function"?A.call(e,t,e):A,i=this._makeDomArray(a);st(i,null);const o=n.indexOf(e);Me(n,o,1,i,r),i.includes(e)||(e.parent=e.prev=e.next=null)})}function nh(){return bA(this,A=>{if(NA(A)){for(const e of A.children)e.next=e.prev=e.parent=null;A.children.length=0}})}function ah(A){if(A===void 0){const e=this[0];return!e||!NA(e)?null:this._render(e.children)}return bA(this,e=>{if(!NA(e))return;for(const r of e.children)r.next=r.prev=r.parent=null;const t=ye(A)?A.toArray():this._parse(`${A}`,this.options,!1,e).children;st(t,e)})}function ih(){return this._render(this)}function sh(A){return A===void 0?qt(this):typeof A=="function"?bA(this,(e,t)=>this._make(e).text(A.call(e,t,qt([e])))):bA(this,e=>{if(!NA(e))return;for(const r of e.children)r.next=r.prev=r.parent=null;const t=new Wt(`${A}`);st(t,e)})}function oh(){const A=Array.prototype.map.call(this.get(),t=>Jt(t,!0)),e=new rt(A);for(const t of A)t.parent=e;return this._make(A)}const uh=Object.freeze(Object.defineProperty({__proto__:null,_makeDomArray:Vf,after:$f,append:Xf,appendTo:Gf,before:Ah,clone:oh,empty:nh,html:ah,insertAfter:Zf,insertBefore:eh,prepend:Wf,prependTo:Yf,remove:th,replaceWith:rh,text:sh,toString:ih,unwrap:jf,wrap:Jf,wrapAll:zf,wrapInner:qf},Symbol.toStringTag,{value:"Module"}));function ch(A,e){if(A!=null&&e!=null||typeof A=="object"&&!Array.isArray(A))return bA(this,(t,r)=>{J(t)&&bo(t,A,e,r)});if(this.length!==0)return To(this[0],A)}function bo(A,e,t,r){if(typeof e=="string"){const n=To(A),a=typeof t=="function"?t.call(A,r,n[e]):t;a===""?delete n[e]:a!=null&&(n[e]=a),A.attribs.style=lh(n)}else if(typeof e=="object"){const n=Object.keys(e);for(let a=0;a<n.length;a++){const i=n[a];bo(A,i,e[i],a)}}}function To(A,e){if(!A||!J(A))return;const t=dh(A.attribs.style);if(typeof e=="string")return t[e];if(Array.isArray(e)){const r={};for(const n of e)t[n]!=null&&(r[n]=t[n]);return r}return t}function lh(A){return Object.keys(A).reduce((e,t)=>`${e}${e?" ":""}${t}: ${A[t]};`,"")}function dh(A){if(A=(A||"").trim(),!A)return{};const e={};let t;for(const r of A.split(";")){const n=r.indexOf(":");if(n<1||n===r.length-1){const a=r.trimEnd();a.length>0&&t!==void 0&&(e[t]+=`;${a}`)}else t=r.slice(0,n).trim(),e[t]=r.slice(n+1).trim()}return e}const fh=Object.freeze(Object.defineProperty({__proto__:null,css:ch},Symbol.toStringTag,{value:"Module"})),Uo="input,select,textarea,keygen",hh=/%20/g,Qo=/\r?\n/g;function Bh(){return this.serializeArray().map(t=>`${encodeURIComponent(t.name)}=${encodeURIComponent(t.value)}`).join("&").replace(hh,"+")}function gh(){return this.map((A,e)=>{const t=this._make(e);return J(e)&&e.name==="form"?t.find(Uo).toArray():t.filter(Uo).toArray()}).filter('[name!=""]:enabled:not(:submit, :button, :image, :reset, :file):matches([checked], :not(:checkbox, :radio))').map((A,e)=>{var t;const r=this._make(e),n=r.attr("name"),a=(t=r.val())!==null&&t!==void 0?t:"";return Array.isArray(a)?a.map(i=>({name:n,value:i.replace(Qo,`\r
7
7
  `)})):{name:n,value:a.replace(Qo,`\r
8
8
  `)}}).toArray()}const ph=Object.freeze(Object.defineProperty({__proto__:null,serialize:Bh,serializeArray:gh},Symbol.toStringTag,{value:"Module"}));function Eh(A){var e;return typeof A=="string"?{selector:A,value:"textContent"}:{selector:A.selector,value:(e=A.value)!==null&&e!==void 0?e:"textContent"}}function mh(A){const e={};for(const t in A){const r=A[t],n=Array.isArray(r),{selector:a,value:i}=Eh(n?r[0]:r),o=typeof i=="function"?i:typeof i=="string"?u=>this._make(u).prop(i):u=>this._make(u).extract(i);if(n)e[t]=this._findBySelector(a,Number.POSITIVE_INFINITY).map((u,l)=>o(l,t,e)).get();else{const u=this._findBySelector(a,1);e[t]=u.length>0?o(u[0],t,e):void 0}}return e}const Ch=Object.freeze(Object.defineProperty({__proto__:null,extract:mh},Symbol.toStringTag,{value:"Module"}));class tr{constructor(e,t,r){if(this.length=0,this.options=r,this._root=t,e){for(let n=0;n<e.length;n++)this[n]=e[n];this.length=e.length}}}tr.prototype.cheerio="[cheerio object]",tr.prototype.splice=Array.prototype.splice,tr.prototype[Symbol.iterator]=Array.prototype[Symbol.iterator],Object.assign(tr.prototype,Qd,Pf,uh,fh,ph,Ch);function wh(A,e){return function t(r,n,a=!0){if(r==null)throw new Error("cheerio.load() expects a string");const i=_a(n),o=A(r,i,a,null);class u extends tr{_make(f,h){const C=l(f,h);return C.prevObject=this,C}_parse(f,h,C,m){return A(f,h,C,m)}_render(f){return e(f,this.options)}}function l(d,f,h=o,C){if(d&&ye(d))return d;const m=_a(C,i),T=typeof h=="string"?[A(h,m,!1,null)]:"length"in h?h:[h],Q=ye(T)?T:new u(T,null,m);if(Q._root=Q,!d)return new u(void 0,Q,m);const b=typeof d=="string"&&Na(d)?A(d,m,!1,null).children:bh(d)?[d]:Array.isArray(d)?d:void 0,v=new u(b,Q,m);if(b)return v;if(typeof d!="string")throw new TypeError("Unexpected type of selector");let H=d;const K=f?typeof f=="string"?Na(f)?new u([A(f,m,!1,null)],Q,m):(H=`${f} ${H}`,Q):ye(f)?f:new u(Array.isArray(f)?f:[f],Q,m):Q;return K?K.find(H):v}return Object.assign(l,fd,{load:t,_root:o,_options:i,fn:u.prototype,prototype:u.prototype}),l}}function bh(A){return!!A.name||A.type==="root"||A.type==="text"||A.type==="comment"}const Th=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]),gA="�";var B;(function(A){A[A.EOF=-1]="EOF",A[A.NULL=0]="NULL",A[A.TABULATION=9]="TABULATION",A[A.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",A[A.LINE_FEED=10]="LINE_FEED",A[A.FORM_FEED=12]="FORM_FEED",A[A.SPACE=32]="SPACE",A[A.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",A[A.QUOTATION_MARK=34]="QUOTATION_MARK",A[A.AMPERSAND=38]="AMPERSAND",A[A.APOSTROPHE=39]="APOSTROPHE",A[A.HYPHEN_MINUS=45]="HYPHEN_MINUS",A[A.SOLIDUS=47]="SOLIDUS",A[A.DIGIT_0=48]="DIGIT_0",A[A.DIGIT_9=57]="DIGIT_9",A[A.SEMICOLON=59]="SEMICOLON",A[A.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",A[A.EQUALS_SIGN=61]="EQUALS_SIGN",A[A.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",A[A.QUESTION_MARK=63]="QUESTION_MARK",A[A.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",A[A.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",A[A.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",A[A.GRAVE_ACCENT=96]="GRAVE_ACCENT",A[A.LATIN_SMALL_A=97]="LATIN_SMALL_A",A[A.LATIN_SMALL_Z=122]="LATIN_SMALL_Z"})(B||(B={}));const $A={DASH_DASH:"--",CDATA_START:"[CDATA[",DOCTYPE:"doctype",SCRIPT:"script",PUBLIC:"public",SYSTEM:"system"};function Fo(A){return A>=55296&&A<=57343}function Uh(A){return A>=56320&&A<=57343}function Qh(A,e){return(A-55296)*1024+9216+e}function Io(A){return A!==32&&A!==10&&A!==13&&A!==9&&A!==12&&A>=1&&A<=31||A>=127&&A<=159}function yo(A){return A>=64976&&A<=65007||Th.has(A)}var U;(function(A){A.controlCharacterInInputStream="control-character-in-input-stream",A.noncharacterInInputStream="noncharacter-in-input-stream",A.surrogateInInputStream="surrogate-in-input-stream",A.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",A.endTagWithAttributes="end-tag-with-attributes",A.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",A.unexpectedSolidusInTag="unexpected-solidus-in-tag",A.unexpectedNullCharacter="unexpected-null-character",A.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",A.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",A.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",A.missingEndTagName="missing-end-tag-name",A.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",A.unknownNamedCharacterReference="unknown-named-character-reference",A.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",A.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",A.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",A.eofBeforeTagName="eof-before-tag-name",A.eofInTag="eof-in-tag",A.missingAttributeValue="missing-attribute-value",A.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",A.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",A.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",A.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",A.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",A.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",A.missingDoctypePublicIdentifier="missing-doctype-public-identifier",A.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",A.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",A.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",A.cdataInHtmlContent="cdata-in-html-content",A.incorrectlyOpenedComment="incorrectly-opened-comment",A.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",A.eofInDoctype="eof-in-doctype",A.nestedComment="nested-comment",A.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",A.eofInComment="eof-in-comment",A.incorrectlyClosedComment="incorrectly-closed-comment",A.eofInCdata="eof-in-cdata",A.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",A.nullCharacterReference="null-character-reference",A.surrogateCharacterReference="surrogate-character-reference",A.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",A.controlCharacterReference="control-character-reference",A.noncharacterCharacterReference="noncharacter-character-reference",A.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",A.missingDoctypeName="missing-doctype-name",A.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",A.duplicateAttribute="duplicate-attribute",A.nonConformingDoctype="non-conforming-doctype",A.missingDoctype="missing-doctype",A.misplacedDoctype="misplaced-doctype",A.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",A.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",A.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",A.openElementsLeftAfterEof="open-elements-left-after-eof",A.abandonedHeadElementChild="abandoned-head-element-child",A.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",A.nestedNoscriptInHead="nested-noscript-in-head",A.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"})(U||(U={}));const Fh=65536;class Ih{constructor(e){this.handler=e,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=Fh,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+ +(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(e,t){const{line:r,col:n,offset:a}=this,i=n+t,o=a+t;return{code:e,startLine:r,endLine:r,startCol:i,endCol:i,startOffset:o,endOffset:o}}_err(e){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(e,0)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(e){if(this.pos!==this.html.length-1){const t=this.html.charCodeAt(this.pos+1);if(Uh(t))return this.pos++,this._addGap(),Qh(e,t)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,B.EOF;return this._err(U.surrogateInInputStream),e}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(e,t){this.html.length>0?this.html+=e:this.html=e,this.endOfChunkHit=!1,this.lastChunkWritten=t}insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+e+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(e,t){if(this.pos+e.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(t)return this.html.startsWith(e,this.pos);for(let r=0;r<e.length;r++)if((this.html.charCodeAt(this.pos+r)|32)!==e.charCodeAt(r))return!1;return!0}peek(e){const t=this.pos+e;if(t>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,B.EOF;const r=this.html.charCodeAt(t);return r===B.CARRIAGE_RETURN?B.LINE_FEED:r}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,B.EOF;let e=this.html.charCodeAt(this.pos);return e===B.CARRIAGE_RETURN?(this.isEol=!0,this.skipNextNewLine=!0,B.LINE_FEED):e===B.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine)?(this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance()):(this.skipNextNewLine=!1,Fo(e)&&(e=this._processSurrogate(e)),this.handler.onParseError===null||e>31&&e<127||e===B.LINE_FEED||e===B.CARRIAGE_RETURN||e>159&&e<64976||this._checkForProblematicCharacters(e),e)}_checkForProblematicCharacters(e){Io(e)?this._err(U.controlCharacterInInputStream):yo(e)&&this._err(U.noncharacterInInputStream)}retreat(e){for(this.pos-=e;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}var rA;(function(A){A[A.CHARACTER=0]="CHARACTER",A[A.NULL_CHARACTER=1]="NULL_CHARACTER",A[A.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",A[A.START_TAG=3]="START_TAG",A[A.END_TAG=4]="END_TAG",A[A.COMMENT=5]="COMMENT",A[A.DOCTYPE=6]="DOCTYPE",A[A.EOF=7]="EOF",A[A.HIBERNATION=8]="HIBERNATION"})(rA||(rA={}));function xo(A,e){for(let t=A.attrs.length-1;t>=0;t--)if(A.attrs[t].name===e)return A.attrs[t].value;return null}var I;(function(A){A.HTML="http://www.w3.org/1999/xhtml",A.MATHML="http://www.w3.org/1998/Math/MathML",A.SVG="http://www.w3.org/2000/svg",A.XLINK="http://www.w3.org/1999/xlink",A.XML="http://www.w3.org/XML/1998/namespace",A.XMLNS="http://www.w3.org/2000/xmlns/"})(I||(I={}));var ot;(function(A){A.TYPE="type",A.ACTION="action",A.ENCODING="encoding",A.PROMPT="prompt",A.NAME="name",A.COLOR="color",A.FACE="face",A.SIZE="size"})(ot||(ot={}));var re;(function(A){A.NO_QUIRKS="no-quirks",A.QUIRKS="quirks",A.LIMITED_QUIRKS="limited-quirks"})(re||(re={}));var w;(function(A){A.A="a",A.ADDRESS="address",A.ANNOTATION_XML="annotation-xml",A.APPLET="applet",A.AREA="area",A.ARTICLE="article",A.ASIDE="aside",A.B="b",A.BASE="base",A.BASEFONT="basefont",A.BGSOUND="bgsound",A.BIG="big",A.BLOCKQUOTE="blockquote",A.BODY="body",A.BR="br",A.BUTTON="button",A.CAPTION="caption",A.CENTER="center",A.CODE="code",A.COL="col",A.COLGROUP="colgroup",A.DD="dd",A.DESC="desc",A.DETAILS="details",A.DIALOG="dialog",A.DIR="dir",A.DIV="div",A.DL="dl",A.DT="dt",A.EM="em",A.EMBED="embed",A.FIELDSET="fieldset",A.FIGCAPTION="figcaption",A.FIGURE="figure",A.FONT="font",A.FOOTER="footer",A.FOREIGN_OBJECT="foreignObject",A.FORM="form",A.FRAME="frame",A.FRAMESET="frameset",A.H1="h1",A.H2="h2",A.H3="h3",A.H4="h4",A.H5="h5",A.H6="h6",A.HEAD="head",A.HEADER="header",A.HGROUP="hgroup",A.HR="hr",A.HTML="html",A.I="i",A.IMG="img",A.IMAGE="image",A.INPUT="input",A.IFRAME="iframe",A.KEYGEN="keygen",A.LABEL="label",A.LI="li",A.LINK="link",A.LISTING="listing",A.MAIN="main",A.MALIGNMARK="malignmark",A.MARQUEE="marquee",A.MATH="math",A.MENU="menu",A.META="meta",A.MGLYPH="mglyph",A.MI="mi",A.MO="mo",A.MN="mn",A.MS="ms",A.MTEXT="mtext",A.NAV="nav",A.NOBR="nobr",A.NOFRAMES="noframes",A.NOEMBED="noembed",A.NOSCRIPT="noscript",A.OBJECT="object",A.OL="ol",A.OPTGROUP="optgroup",A.OPTION="option",A.P="p",A.PARAM="param",A.PLAINTEXT="plaintext",A.PRE="pre",A.RB="rb",A.RP="rp",A.RT="rt",A.RTC="rtc",A.RUBY="ruby",A.S="s",A.SCRIPT="script",A.SEARCH="search",A.SECTION="section",A.SELECT="select",A.SOURCE="source",A.SMALL="small",A.SPAN="span",A.STRIKE="strike",A.STRONG="strong",A.STYLE="style",A.SUB="sub",A.SUMMARY="summary",A.SUP="sup",A.TABLE="table",A.TBODY="tbody",A.TEMPLATE="template",A.TEXTAREA="textarea",A.TFOOT="tfoot",A.TD="td",A.TH="th",A.THEAD="thead",A.TITLE="title",A.TR="tr",A.TRACK="track",A.TT="tt",A.U="u",A.UL="ul",A.SVG="svg",A.VAR="var",A.WBR="wbr",A.XMP="xmp"})(w||(w={}));var s;(function(A){A[A.UNKNOWN=0]="UNKNOWN",A[A.A=1]="A",A[A.ADDRESS=2]="ADDRESS",A[A.ANNOTATION_XML=3]="ANNOTATION_XML",A[A.APPLET=4]="APPLET",A[A.AREA=5]="AREA",A[A.ARTICLE=6]="ARTICLE",A[A.ASIDE=7]="ASIDE",A[A.B=8]="B",A[A.BASE=9]="BASE",A[A.BASEFONT=10]="BASEFONT",A[A.BGSOUND=11]="BGSOUND",A[A.BIG=12]="BIG",A[A.BLOCKQUOTE=13]="BLOCKQUOTE",A[A.BODY=14]="BODY",A[A.BR=15]="BR",A[A.BUTTON=16]="BUTTON",A[A.CAPTION=17]="CAPTION",A[A.CENTER=18]="CENTER",A[A.CODE=19]="CODE",A[A.COL=20]="COL",A[A.COLGROUP=21]="COLGROUP",A[A.DD=22]="DD",A[A.DESC=23]="DESC",A[A.DETAILS=24]="DETAILS",A[A.DIALOG=25]="DIALOG",A[A.DIR=26]="DIR",A[A.DIV=27]="DIV",A[A.DL=28]="DL",A[A.DT=29]="DT",A[A.EM=30]="EM",A[A.EMBED=31]="EMBED",A[A.FIELDSET=32]="FIELDSET",A[A.FIGCAPTION=33]="FIGCAPTION",A[A.FIGURE=34]="FIGURE",A[A.FONT=35]="FONT",A[A.FOOTER=36]="FOOTER",A[A.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",A[A.FORM=38]="FORM",A[A.FRAME=39]="FRAME",A[A.FRAMESET=40]="FRAMESET",A[A.H1=41]="H1",A[A.H2=42]="H2",A[A.H3=43]="H3",A[A.H4=44]="H4",A[A.H5=45]="H5",A[A.H6=46]="H6",A[A.HEAD=47]="HEAD",A[A.HEADER=48]="HEADER",A[A.HGROUP=49]="HGROUP",A[A.HR=50]="HR",A[A.HTML=51]="HTML",A[A.I=52]="I",A[A.IMG=53]="IMG",A[A.IMAGE=54]="IMAGE",A[A.INPUT=55]="INPUT",A[A.IFRAME=56]="IFRAME",A[A.KEYGEN=57]="KEYGEN",A[A.LABEL=58]="LABEL",A[A.LI=59]="LI",A[A.LINK=60]="LINK",A[A.LISTING=61]="LISTING",A[A.MAIN=62]="MAIN",A[A.MALIGNMARK=63]="MALIGNMARK",A[A.MARQUEE=64]="MARQUEE",A[A.MATH=65]="MATH",A[A.MENU=66]="MENU",A[A.META=67]="META",A[A.MGLYPH=68]="MGLYPH",A[A.MI=69]="MI",A[A.MO=70]="MO",A[A.MN=71]="MN",A[A.MS=72]="MS",A[A.MTEXT=73]="MTEXT",A[A.NAV=74]="NAV",A[A.NOBR=75]="NOBR",A[A.NOFRAMES=76]="NOFRAMES",A[A.NOEMBED=77]="NOEMBED",A[A.NOSCRIPT=78]="NOSCRIPT",A[A.OBJECT=79]="OBJECT",A[A.OL=80]="OL",A[A.OPTGROUP=81]="OPTGROUP",A[A.OPTION=82]="OPTION",A[A.P=83]="P",A[A.PARAM=84]="PARAM",A[A.PLAINTEXT=85]="PLAINTEXT",A[A.PRE=86]="PRE",A[A.RB=87]="RB",A[A.RP=88]="RP",A[A.RT=89]="RT",A[A.RTC=90]="RTC",A[A.RUBY=91]="RUBY",A[A.S=92]="S",A[A.SCRIPT=93]="SCRIPT",A[A.SEARCH=94]="SEARCH",A[A.SECTION=95]="SECTION",A[A.SELECT=96]="SELECT",A[A.SOURCE=97]="SOURCE",A[A.SMALL=98]="SMALL",A[A.SPAN=99]="SPAN",A[A.STRIKE=100]="STRIKE",A[A.STRONG=101]="STRONG",A[A.STYLE=102]="STYLE",A[A.SUB=103]="SUB",A[A.SUMMARY=104]="SUMMARY",A[A.SUP=105]="SUP",A[A.TABLE=106]="TABLE",A[A.TBODY=107]="TBODY",A[A.TEMPLATE=108]="TEMPLATE",A[A.TEXTAREA=109]="TEXTAREA",A[A.TFOOT=110]="TFOOT",A[A.TD=111]="TD",A[A.TH=112]="TH",A[A.THEAD=113]="THEAD",A[A.TITLE=114]="TITLE",A[A.TR=115]="TR",A[A.TRACK=116]="TRACK",A[A.TT=117]="TT",A[A.U=118]="U",A[A.UL=119]="UL",A[A.SVG=120]="SVG",A[A.VAR=121]="VAR",A[A.WBR=122]="WBR",A[A.XMP=123]="XMP"})(s||(s={}));const yh=new Map([[w.A,s.A],[w.ADDRESS,s.ADDRESS],[w.ANNOTATION_XML,s.ANNOTATION_XML],[w.APPLET,s.APPLET],[w.AREA,s.AREA],[w.ARTICLE,s.ARTICLE],[w.ASIDE,s.ASIDE],[w.B,s.B],[w.BASE,s.BASE],[w.BASEFONT,s.BASEFONT],[w.BGSOUND,s.BGSOUND],[w.BIG,s.BIG],[w.BLOCKQUOTE,s.BLOCKQUOTE],[w.BODY,s.BODY],[w.BR,s.BR],[w.BUTTON,s.BUTTON],[w.CAPTION,s.CAPTION],[w.CENTER,s.CENTER],[w.CODE,s.CODE],[w.COL,s.COL],[w.COLGROUP,s.COLGROUP],[w.DD,s.DD],[w.DESC,s.DESC],[w.DETAILS,s.DETAILS],[w.DIALOG,s.DIALOG],[w.DIR,s.DIR],[w.DIV,s.DIV],[w.DL,s.DL],[w.DT,s.DT],[w.EM,s.EM],[w.EMBED,s.EMBED],[w.FIELDSET,s.FIELDSET],[w.FIGCAPTION,s.FIGCAPTION],[w.FIGURE,s.FIGURE],[w.FONT,s.FONT],[w.FOOTER,s.FOOTER],[w.FOREIGN_OBJECT,s.FOREIGN_OBJECT],[w.FORM,s.FORM],[w.FRAME,s.FRAME],[w.FRAMESET,s.FRAMESET],[w.H1,s.H1],[w.H2,s.H2],[w.H3,s.H3],[w.H4,s.H4],[w.H5,s.H5],[w.H6,s.H6],[w.HEAD,s.HEAD],[w.HEADER,s.HEADER],[w.HGROUP,s.HGROUP],[w.HR,s.HR],[w.HTML,s.HTML],[w.I,s.I],[w.IMG,s.IMG],[w.IMAGE,s.IMAGE],[w.INPUT,s.INPUT],[w.IFRAME,s.IFRAME],[w.KEYGEN,s.KEYGEN],[w.LABEL,s.LABEL],[w.LI,s.LI],[w.LINK,s.LINK],[w.LISTING,s.LISTING],[w.MAIN,s.MAIN],[w.MALIGNMARK,s.MALIGNMARK],[w.MARQUEE,s.MARQUEE],[w.MATH,s.MATH],[w.MENU,s.MENU],[w.META,s.META],[w.MGLYPH,s.MGLYPH],[w.MI,s.MI],[w.MO,s.MO],[w.MN,s.MN],[w.MS,s.MS],[w.MTEXT,s.MTEXT],[w.NAV,s.NAV],[w.NOBR,s.NOBR],[w.NOFRAMES,s.NOFRAMES],[w.NOEMBED,s.NOEMBED],[w.NOSCRIPT,s.NOSCRIPT],[w.OBJECT,s.OBJECT],[w.OL,s.OL],[w.OPTGROUP,s.OPTGROUP],[w.OPTION,s.OPTION],[w.P,s.P],[w.PARAM,s.PARAM],[w.PLAINTEXT,s.PLAINTEXT],[w.PRE,s.PRE],[w.RB,s.RB],[w.RP,s.RP],[w.RT,s.RT],[w.RTC,s.RTC],[w.RUBY,s.RUBY],[w.S,s.S],[w.SCRIPT,s.SCRIPT],[w.SEARCH,s.SEARCH],[w.SECTION,s.SECTION],[w.SELECT,s.SELECT],[w.SOURCE,s.SOURCE],[w.SMALL,s.SMALL],[w.SPAN,s.SPAN],[w.STRIKE,s.STRIKE],[w.STRONG,s.STRONG],[w.STYLE,s.STYLE],[w.SUB,s.SUB],[w.SUMMARY,s.SUMMARY],[w.SUP,s.SUP],[w.TABLE,s.TABLE],[w.TBODY,s.TBODY],[w.TEMPLATE,s.TEMPLATE],[w.TEXTAREA,s.TEXTAREA],[w.TFOOT,s.TFOOT],[w.TD,s.TD],[w.TH,s.TH],[w.THEAD,s.THEAD],[w.TITLE,s.TITLE],[w.TR,s.TR],[w.TRACK,s.TRACK],[w.TT,s.TT],[w.U,s.U],[w.UL,s.UL],[w.SVG,s.SVG],[w.VAR,s.VAR],[w.WBR,s.WBR],[w.XMP,s.XMP]]);function sn(A){var e;return(e=yh.get(A))!==null&&e!==void 0?e:s.UNKNOWN}const S=s,xh={[I.HTML]:new Set([S.ADDRESS,S.APPLET,S.AREA,S.ARTICLE,S.ASIDE,S.BASE,S.BASEFONT,S.BGSOUND,S.BLOCKQUOTE,S.BODY,S.BR,S.BUTTON,S.CAPTION,S.CENTER,S.COL,S.COLGROUP,S.DD,S.DETAILS,S.DIR,S.DIV,S.DL,S.DT,S.EMBED,S.FIELDSET,S.FIGCAPTION,S.FIGURE,S.FOOTER,S.FORM,S.FRAME,S.FRAMESET,S.H1,S.H2,S.H3,S.H4,S.H5,S.H6,S.HEAD,S.HEADER,S.HGROUP,S.HR,S.HTML,S.IFRAME,S.IMG,S.INPUT,S.LI,S.LINK,S.LISTING,S.MAIN,S.MARQUEE,S.MENU,S.META,S.NAV,S.NOEMBED,S.NOFRAMES,S.NOSCRIPT,S.OBJECT,S.OL,S.P,S.PARAM,S.PLAINTEXT,S.PRE,S.SCRIPT,S.SECTION,S.SELECT,S.SOURCE,S.STYLE,S.SUMMARY,S.TABLE,S.TBODY,S.TD,S.TEMPLATE,S.TEXTAREA,S.TFOOT,S.TH,S.THEAD,S.TITLE,S.TR,S.TRACK,S.UL,S.WBR,S.XMP]),[I.MATHML]:new Set([S.MI,S.MO,S.MN,S.MS,S.MTEXT,S.ANNOTATION_XML]),[I.SVG]:new Set([S.TITLE,S.FOREIGN_OBJECT,S.DESC]),[I.XLINK]:new Set,[I.XML]:new Set,[I.XMLNS]:new Set},$a=new Set([S.H1,S.H2,S.H3,S.H4,S.H5,S.H6]),vh=new Set([w.STYLE,w.SCRIPT,w.XMP,w.IFRAME,w.NOEMBED,w.NOFRAMES,w.PLAINTEXT]);function _h(A,e){return vh.has(A)||e&&A===w.NOSCRIPT}var g;(function(A){A[A.DATA=0]="DATA",A[A.RCDATA=1]="RCDATA",A[A.RAWTEXT=2]="RAWTEXT",A[A.SCRIPT_DATA=3]="SCRIPT_DATA",A[A.PLAINTEXT=4]="PLAINTEXT",A[A.TAG_OPEN=5]="TAG_OPEN",A[A.END_TAG_OPEN=6]="END_TAG_OPEN",A[A.TAG_NAME=7]="TAG_NAME",A[A.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",A[A.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",A[A.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",A[A.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",A[A.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",A[A.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",A[A.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",A[A.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",A[A.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",A[A.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",A[A.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",A[A.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",A[A.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",A[A.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",A[A.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",A[A.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",A[A.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",A[A.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",A[A.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",A[A.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",A[A.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",A[A.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",A[A.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",A[A.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",A[A.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",A[A.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",A[A.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",A[A.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",A[A.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",A[A.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",A[A.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",A[A.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",A[A.BOGUS_COMMENT=40]="BOGUS_COMMENT",A[A.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",A[A.COMMENT_START=42]="COMMENT_START",A[A.COMMENT_START_DASH=43]="COMMENT_START_DASH",A[A.COMMENT=44]="COMMENT",A[A.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",A[A.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",A[A.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",A[A.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",A[A.COMMENT_END_DASH=49]="COMMENT_END_DASH",A[A.COMMENT_END=50]="COMMENT_END",A[A.COMMENT_END_BANG=51]="COMMENT_END_BANG",A[A.DOCTYPE=52]="DOCTYPE",A[A.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",A[A.DOCTYPE_NAME=54]="DOCTYPE_NAME",A[A.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",A[A.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",A[A.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",A[A.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",A[A.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",A[A.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",A[A.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",A[A.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",A[A.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",A[A.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",A[A.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",A[A.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",A[A.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",A[A.CDATA_SECTION=68]="CDATA_SECTION",A[A.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",A[A.CDATA_SECTION_END=70]="CDATA_SECTION_END",A[A.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",A[A.AMBIGUOUS_AMPERSAND=72]="AMBIGUOUS_AMPERSAND"})(g||(g={}));const ZA={DATA:g.DATA,RCDATA:g.RCDATA,RAWTEXT:g.RAWTEXT,SCRIPT_DATA:g.SCRIPT_DATA,PLAINTEXT:g.PLAINTEXT,CDATA_SECTION:g.CDATA_SECTION};function Nh(A){return A>=B.DIGIT_0&&A<=B.DIGIT_9}function rr(A){return A>=B.LATIN_CAPITAL_A&&A<=B.LATIN_CAPITAL_Z}function Sh(A){return A>=B.LATIN_SMALL_A&&A<=B.LATIN_SMALL_Z}function ke(A){return Sh(A)||rr(A)}function vo(A){return ke(A)||Nh(A)}function on(A){return A+32}function _o(A){return A===B.SPACE||A===B.LINE_FEED||A===B.TABULATION||A===B.FORM_FEED}function No(A){return _o(A)||A===B.SOLIDUS||A===B.GREATER_THAN_SIGN}function Lh(A){return A===B.NULL?U.nullCharacterReference:A>1114111?U.characterReferenceOutsideUnicodeRange:Fo(A)?U.surrogateCharacterReference:yo(A)?U.noncharacterCharacterReference:Io(A)||A===B.CARRIAGE_RETURN?U.controlCharacterReference:null}let Hh=class{constructor(e,t){this.options=e,this.handler=t,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=g.DATA,this.returnState=g.DATA,this.entityStartPos=0,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new Ih(t),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new Fa(ba,(r,n)=>{this.preprocessor.pos=this.entityStartPos+n-1,this._flushCodePointConsumedAsCharacterReference(r)},t.onParseError?{missingSemicolonAfterCharacterReference:()=>{this._err(U.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:r=>{this._err(U.absenceOfDigitsInNumericCharacterReference,this.entityStartPos-this.preprocessor.pos+r)},validateNumericCharacterReference:r=>{const n=Lh(r);n&&this._err(n,1)}}:void 0)}_err(e,t=0){var r,n;(n=(r=this.handler).onParseError)===null||n===void 0||n.call(r,this.preprocessor.getError(e,t))}getCurrentLocation(e){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-e,startOffset:this.preprocessor.offset-e,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const e=this._consume();this._ensureHibernation()||this._callState(e)}this.inLoop=!1}}pause(){this.paused=!0}resume(e){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,!this.inLoop&&(this._runParsingLoop(),this.paused||e==null||e())}write(e,t,r){this.active=!0,this.preprocessor.write(e,t),this._runParsingLoop(),this.paused||r==null||r()}insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(e),this._runParsingLoop()}_ensureHibernation(){return this.preprocessor.endOfChunkHit?(this.preprocessor.retreat(this.consumedAfterSnapshot),this.consumedAfterSnapshot=0,this.active=!1,!0):!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_advanceBy(e){this.consumedAfterSnapshot+=e;for(let t=0;t<e;t++)this.preprocessor.advance()}_consumeSequenceIfMatch(e,t){return this.preprocessor.startsWith(e,t)?(this._advanceBy(e.length-1),!0):!1}_createStartTagToken(){this.currentToken={type:rA.START_TAG,tagName:"",tagID:s.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:rA.END_TAG,tagName:"",tagID:s.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(e){this.currentToken={type:rA.COMMENT,data:"",location:this.getCurrentLocation(e)}}_createDoctypeToken(e){this.currentToken={type:rA.DOCTYPE,name:e,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(e,t){this.currentCharacterToken={type:e,chars:t,location:this.currentLocation}}_createAttr(e){this.currentAttr={name:e,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var e,t;const r=this.currentToken;if(xo(r,this.currentAttr.name)===null){if(r.attrs.push(this.currentAttr),r.location&&this.currentLocation){const n=(e=(t=r.location).attrs)!==null&&e!==void 0?e:t.attrs=Object.create(null);n[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(U.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(e){this._emitCurrentCharacterToken(e.location),this.currentToken=null,e.location&&(e.location.endLine=this.preprocessor.line,e.location.endCol=this.preprocessor.col+1,e.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){const e=this.currentToken;this.prepareToken(e),e.tagID=sn(e.tagName),e.type===rA.START_TAG?(this.lastStartTagName=e.tagName,this.handler.onStartTag(e)):(e.attrs.length>0&&this._err(U.endTagWithAttributes),e.selfClosing&&this._err(U.endTagWithTrailingSolidus),this.handler.onEndTag(e)),this.preprocessor.dropParsedChunk()}emitCurrentComment(e){this.prepareToken(e),this.handler.onComment(e),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(e){this.prepareToken(e),this.handler.onDoctype(e),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(e){if(this.currentCharacterToken){switch(e&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=e.startLine,this.currentCharacterToken.location.endCol=e.startCol,this.currentCharacterToken.location.endOffset=e.startOffset),this.currentCharacterToken.type){case rA.CHARACTER:{this.handler.onCharacter(this.currentCharacterToken);break}case rA.NULL_CHARACTER:{this.handler.onNullCharacter(this.currentCharacterToken);break}case rA.WHITESPACE_CHARACTER:{this.handler.onWhitespaceCharacter(this.currentCharacterToken);break}}this.currentCharacterToken=null}}_emitEOFToken(){const e=this.getCurrentLocation(0);e&&(e.endLine=e.startLine,e.endCol=e.startCol,e.endOffset=e.startOffset),this._emitCurrentCharacterToken(e),this.handler.onEof({type:rA.EOF,location:e}),this.active=!1}_appendCharToCurrentCharacterToken(e,t){if(this.currentCharacterToken)if(this.currentCharacterToken.type===e){this.currentCharacterToken.chars+=t;return}else this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk();this._createCharacterToken(e,t)}_emitCodePoint(e){const t=_o(e)?rA.WHITESPACE_CHARACTER:e===B.NULL?rA.NULL_CHARACTER:rA.CHARACTER;this._appendCharToCurrentCharacterToken(t,String.fromCodePoint(e))}_emitChars(e){this._appendCharToCurrentCharacterToken(rA.CHARACTER,e)}_startCharacterReference(){this.returnState=this.state,this.state=g.CHARACTER_REFERENCE,this.entityStartPos=this.preprocessor.pos,this.entityDecoder.startEntity(this._isCharacterReferenceInAttribute()?ie.Attribute:ie.Legacy)}_isCharacterReferenceInAttribute(){return this.returnState===g.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===g.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===g.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(e){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(e):this._emitCodePoint(e)}_callState(e){switch(this.state){case g.DATA:{this._stateData(e);break}case g.RCDATA:{this._stateRcdata(e);break}case g.RAWTEXT:{this._stateRawtext(e);break}case g.SCRIPT_DATA:{this._stateScriptData(e);break}case g.PLAINTEXT:{this._statePlaintext(e);break}case g.TAG_OPEN:{this._stateTagOpen(e);break}case g.END_TAG_OPEN:{this._stateEndTagOpen(e);break}case g.TAG_NAME:{this._stateTagName(e);break}case g.RCDATA_LESS_THAN_SIGN:{this._stateRcdataLessThanSign(e);break}case g.RCDATA_END_TAG_OPEN:{this._stateRcdataEndTagOpen(e);break}case g.RCDATA_END_TAG_NAME:{this._stateRcdataEndTagName(e);break}case g.RAWTEXT_LESS_THAN_SIGN:{this._stateRawtextLessThanSign(e);break}case g.RAWTEXT_END_TAG_OPEN:{this._stateRawtextEndTagOpen(e);break}case g.RAWTEXT_END_TAG_NAME:{this._stateRawtextEndTagName(e);break}case g.SCRIPT_DATA_LESS_THAN_SIGN:{this._stateScriptDataLessThanSign(e);break}case g.SCRIPT_DATA_END_TAG_OPEN:{this._stateScriptDataEndTagOpen(e);break}case g.SCRIPT_DATA_END_TAG_NAME:{this._stateScriptDataEndTagName(e);break}case g.SCRIPT_DATA_ESCAPE_START:{this._stateScriptDataEscapeStart(e);break}case g.SCRIPT_DATA_ESCAPE_START_DASH:{this._stateScriptDataEscapeStartDash(e);break}case g.SCRIPT_DATA_ESCAPED:{this._stateScriptDataEscaped(e);break}case g.SCRIPT_DATA_ESCAPED_DASH:{this._stateScriptDataEscapedDash(e);break}case g.SCRIPT_DATA_ESCAPED_DASH_DASH:{this._stateScriptDataEscapedDashDash(e);break}case g.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataEscapedLessThanSign(e);break}case g.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:{this._stateScriptDataEscapedEndTagOpen(e);break}case g.SCRIPT_DATA_ESCAPED_END_TAG_NAME:{this._stateScriptDataEscapedEndTagName(e);break}case g.SCRIPT_DATA_DOUBLE_ESCAPE_START:{this._stateScriptDataDoubleEscapeStart(e);break}case g.SCRIPT_DATA_DOUBLE_ESCAPED:{this._stateScriptDataDoubleEscaped(e);break}case g.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:{this._stateScriptDataDoubleEscapedDash(e);break}case g.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:{this._stateScriptDataDoubleEscapedDashDash(e);break}case g.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataDoubleEscapedLessThanSign(e);break}case g.SCRIPT_DATA_DOUBLE_ESCAPE_END:{this._stateScriptDataDoubleEscapeEnd(e);break}case g.BEFORE_ATTRIBUTE_NAME:{this._stateBeforeAttributeName(e);break}case g.ATTRIBUTE_NAME:{this._stateAttributeName(e);break}case g.AFTER_ATTRIBUTE_NAME:{this._stateAfterAttributeName(e);break}case g.BEFORE_ATTRIBUTE_VALUE:{this._stateBeforeAttributeValue(e);break}case g.ATTRIBUTE_VALUE_DOUBLE_QUOTED:{this._stateAttributeValueDoubleQuoted(e);break}case g.ATTRIBUTE_VALUE_SINGLE_QUOTED:{this._stateAttributeValueSingleQuoted(e);break}case g.ATTRIBUTE_VALUE_UNQUOTED:{this._stateAttributeValueUnquoted(e);break}case g.AFTER_ATTRIBUTE_VALUE_QUOTED:{this._stateAfterAttributeValueQuoted(e);break}case g.SELF_CLOSING_START_TAG:{this._stateSelfClosingStartTag(e);break}case g.BOGUS_COMMENT:{this._stateBogusComment(e);break}case g.MARKUP_DECLARATION_OPEN:{this._stateMarkupDeclarationOpen(e);break}case g.COMMENT_START:{this._stateCommentStart(e);break}case g.COMMENT_START_DASH:{this._stateCommentStartDash(e);break}case g.COMMENT:{this._stateComment(e);break}case g.COMMENT_LESS_THAN_SIGN:{this._stateCommentLessThanSign(e);break}case g.COMMENT_LESS_THAN_SIGN_BANG:{this._stateCommentLessThanSignBang(e);break}case g.COMMENT_LESS_THAN_SIGN_BANG_DASH:{this._stateCommentLessThanSignBangDash(e);break}case g.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:{this._stateCommentLessThanSignBangDashDash(e);break}case g.COMMENT_END_DASH:{this._stateCommentEndDash(e);break}case g.COMMENT_END:{this._stateCommentEnd(e);break}case g.COMMENT_END_BANG:{this._stateCommentEndBang(e);break}case g.DOCTYPE:{this._stateDoctype(e);break}case g.BEFORE_DOCTYPE_NAME:{this._stateBeforeDoctypeName(e);break}case g.DOCTYPE_NAME:{this._stateDoctypeName(e);break}case g.AFTER_DOCTYPE_NAME:{this._stateAfterDoctypeName(e);break}case g.AFTER_DOCTYPE_PUBLIC_KEYWORD:{this._stateAfterDoctypePublicKeyword(e);break}case g.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateBeforeDoctypePublicIdentifier(e);break}case g.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypePublicIdentifierDoubleQuoted(e);break}case g.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypePublicIdentifierSingleQuoted(e);break}case g.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateAfterDoctypePublicIdentifier(e);break}case g.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:{this._stateBetweenDoctypePublicAndSystemIdentifiers(e);break}case g.AFTER_DOCTYPE_SYSTEM_KEYWORD:{this._stateAfterDoctypeSystemKeyword(e);break}case g.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateBeforeDoctypeSystemIdentifier(e);break}case g.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypeSystemIdentifierDoubleQuoted(e);break}case g.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypeSystemIdentifierSingleQuoted(e);break}case g.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateAfterDoctypeSystemIdentifier(e);break}case g.BOGUS_DOCTYPE:{this._stateBogusDoctype(e);break}case g.CDATA_SECTION:{this._stateCdataSection(e);break}case g.CDATA_SECTION_BRACKET:{this._stateCdataSectionBracket(e);break}case g.CDATA_SECTION_END:{this._stateCdataSectionEnd(e);break}case g.CHARACTER_REFERENCE:{this._stateCharacterReference();break}case g.AMBIGUOUS_AMPERSAND:{this._stateAmbiguousAmpersand(e);break}default:throw new Error("Unknown state")}}_stateData(e){switch(e){case B.LESS_THAN_SIGN:{this.state=g.TAG_OPEN;break}case B.AMPERSAND:{this._startCharacterReference();break}case B.NULL:{this._err(U.unexpectedNullCharacter),this._emitCodePoint(e);break}case B.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(e)}}_stateRcdata(e){switch(e){case B.AMPERSAND:{this._startCharacterReference();break}case B.LESS_THAN_SIGN:{this.state=g.RCDATA_LESS_THAN_SIGN;break}case B.NULL:{this._err(U.unexpectedNullCharacter),this._emitChars(gA);break}case B.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(e)}}_stateRawtext(e){switch(e){case B.LESS_THAN_SIGN:{this.state=g.RAWTEXT_LESS_THAN_SIGN;break}case B.NULL:{this._err(U.unexpectedNullCharacter),this._emitChars(gA);break}case B.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(e)}}_stateScriptData(e){switch(e){case B.LESS_THAN_SIGN:{this.state=g.SCRIPT_DATA_LESS_THAN_SIGN;break}case B.NULL:{this._err(U.unexpectedNullCharacter),this._emitChars(gA);break}case B.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(e)}}_statePlaintext(e){switch(e){case B.NULL:{this._err(U.unexpectedNullCharacter),this._emitChars(gA);break}case B.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(e)}}_stateTagOpen(e){if(ke(e))this._createStartTagToken(),this.state=g.TAG_NAME,this._stateTagName(e);else switch(e){case B.EXCLAMATION_MARK:{this.state=g.MARKUP_DECLARATION_OPEN;break}case B.SOLIDUS:{this.state=g.END_TAG_OPEN;break}case B.QUESTION_MARK:{this._err(U.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=g.BOGUS_COMMENT,this._stateBogusComment(e);break}case B.EOF:{this._err(U.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break}default:this._err(U.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=g.DATA,this._stateData(e)}}_stateEndTagOpen(e){if(ke(e))this._createEndTagToken(),this.state=g.TAG_NAME,this._stateTagName(e);else switch(e){case B.GREATER_THAN_SIGN:{this._err(U.missingEndTagName),this.state=g.DATA;break}case B.EOF:{this._err(U.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break}default:this._err(U.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=g.BOGUS_COMMENT,this._stateBogusComment(e)}}_stateTagName(e){const t=this.currentToken;switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:{this.state=g.BEFORE_ATTRIBUTE_NAME;break}case B.SOLIDUS:{this.state=g.SELF_CLOSING_START_TAG;break}case B.GREATER_THAN_SIGN:{this.state=g.DATA,this.emitCurrentTagToken();break}case B.NULL:{this._err(U.unexpectedNullCharacter),t.tagName+=gA;break}case B.EOF:{this._err(U.eofInTag),this._emitEOFToken();break}default:t.tagName+=String.fromCodePoint(rr(e)?on(e):e)}}_stateRcdataLessThanSign(e){e===B.SOLIDUS?this.state=g.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=g.RCDATA,this._stateRcdata(e))}_stateRcdataEndTagOpen(e){ke(e)?(this.state=g.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(e)):(this._emitChars("</"),this.state=g.RCDATA,this._stateRcdata(e))}handleSpecialEndTag(e){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();const t=this.currentToken;switch(t.tagName=this.lastStartTagName,this.preprocessor.peek(this.lastStartTagName.length)){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=g.BEFORE_ATTRIBUTE_NAME,!1;case B.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=g.SELF_CLOSING_START_TAG,!1;case B.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=g.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=g.RCDATA,this._stateRcdata(e))}_stateRawtextLessThanSign(e){e===B.SOLIDUS?this.state=g.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=g.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagOpen(e){ke(e)?(this.state=g.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(e)):(this._emitChars("</"),this.state=g.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=g.RAWTEXT,this._stateRawtext(e))}_stateScriptDataLessThanSign(e){switch(e){case B.SOLIDUS:{this.state=g.SCRIPT_DATA_END_TAG_OPEN;break}case B.EXCLAMATION_MARK:{this.state=g.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break}default:this._emitChars("<"),this.state=g.SCRIPT_DATA,this._stateScriptData(e)}}_stateScriptDataEndTagOpen(e){ke(e)?(this.state=g.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(e)):(this._emitChars("</"),this.state=g.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=g.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStart(e){e===B.HYPHEN_MINUS?(this.state=g.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=g.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStartDash(e){e===B.HYPHEN_MINUS?(this.state=g.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=g.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscaped(e){switch(e){case B.HYPHEN_MINUS:{this.state=g.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break}case B.LESS_THAN_SIGN:{this.state=g.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case B.NULL:{this._err(U.unexpectedNullCharacter),this._emitChars(gA);break}case B.EOF:{this._err(U.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(e)}}_stateScriptDataEscapedDash(e){switch(e){case B.HYPHEN_MINUS:{this.state=g.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break}case B.LESS_THAN_SIGN:{this.state=g.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case B.NULL:{this._err(U.unexpectedNullCharacter),this.state=g.SCRIPT_DATA_ESCAPED,this._emitChars(gA);break}case B.EOF:{this._err(U.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=g.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedDashDash(e){switch(e){case B.HYPHEN_MINUS:{this._emitChars("-");break}case B.LESS_THAN_SIGN:{this.state=g.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case B.GREATER_THAN_SIGN:{this.state=g.SCRIPT_DATA,this._emitChars(">");break}case B.NULL:{this._err(U.unexpectedNullCharacter),this.state=g.SCRIPT_DATA_ESCAPED,this._emitChars(gA);break}case B.EOF:{this._err(U.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=g.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedLessThanSign(e){e===B.SOLIDUS?this.state=g.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:ke(e)?(this._emitChars("<"),this.state=g.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(e)):(this._emitChars("<"),this.state=g.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagOpen(e){ke(e)?(this.state=g.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(e)):(this._emitChars("</"),this.state=g.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=g.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscapeStart(e){if(this.preprocessor.startsWith($A.SCRIPT,!1)&&No(this.preprocessor.peek($A.SCRIPT.length))){this._emitCodePoint(e);for(let t=0;t<$A.SCRIPT.length;t++)this._emitCodePoint(this._consume());this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=g.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscaped(e){switch(e){case B.HYPHEN_MINUS:{this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break}case B.LESS_THAN_SIGN:{this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case B.NULL:{this._err(U.unexpectedNullCharacter),this._emitChars(gA);break}case B.EOF:{this._err(U.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDash(e){switch(e){case B.HYPHEN_MINUS:{this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break}case B.LESS_THAN_SIGN:{this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case B.NULL:{this._err(U.unexpectedNullCharacter),this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(gA);break}case B.EOF:{this._err(U.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDashDash(e){switch(e){case B.HYPHEN_MINUS:{this._emitChars("-");break}case B.LESS_THAN_SIGN:{this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case B.GREATER_THAN_SIGN:{this.state=g.SCRIPT_DATA,this._emitChars(">");break}case B.NULL:{this._err(U.unexpectedNullCharacter),this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(gA);break}case B.EOF:{this._err(U.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedLessThanSign(e){e===B.SOLIDUS?(this.state=g.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateScriptDataDoubleEscapeEnd(e){if(this.preprocessor.startsWith($A.SCRIPT,!1)&&No(this.preprocessor.peek($A.SCRIPT.length))){this._emitCodePoint(e);for(let t=0;t<$A.SCRIPT.length;t++)this._emitCodePoint(this._consume());this.state=g.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateBeforeAttributeName(e){switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:break;case B.SOLIDUS:case B.GREATER_THAN_SIGN:case B.EOF:{this.state=g.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break}case B.EQUALS_SIGN:{this._err(U.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=g.ATTRIBUTE_NAME;break}default:this._createAttr(""),this.state=g.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateAttributeName(e){switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:case B.SOLIDUS:case B.GREATER_THAN_SIGN:case B.EOF:{this._leaveAttrName(),this.state=g.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break}case B.EQUALS_SIGN:{this._leaveAttrName(),this.state=g.BEFORE_ATTRIBUTE_VALUE;break}case B.QUOTATION_MARK:case B.APOSTROPHE:case B.LESS_THAN_SIGN:{this._err(U.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(e);break}case B.NULL:{this._err(U.unexpectedNullCharacter),this.currentAttr.name+=gA;break}default:this.currentAttr.name+=String.fromCodePoint(rr(e)?on(e):e)}}_stateAfterAttributeName(e){switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:break;case B.SOLIDUS:{this.state=g.SELF_CLOSING_START_TAG;break}case B.EQUALS_SIGN:{this.state=g.BEFORE_ATTRIBUTE_VALUE;break}case B.GREATER_THAN_SIGN:{this.state=g.DATA,this.emitCurrentTagToken();break}case B.EOF:{this._err(U.eofInTag),this._emitEOFToken();break}default:this._createAttr(""),this.state=g.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateBeforeAttributeValue(e){switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:break;case B.QUOTATION_MARK:{this.state=g.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break}case B.APOSTROPHE:{this.state=g.ATTRIBUTE_VALUE_SINGLE_QUOTED;break}case B.GREATER_THAN_SIGN:{this._err(U.missingAttributeValue),this.state=g.DATA,this.emitCurrentTagToken();break}default:this.state=g.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(e)}}_stateAttributeValueDoubleQuoted(e){switch(e){case B.QUOTATION_MARK:{this.state=g.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case B.AMPERSAND:{this._startCharacterReference();break}case B.NULL:{this._err(U.unexpectedNullCharacter),this.currentAttr.value+=gA;break}case B.EOF:{this._err(U.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueSingleQuoted(e){switch(e){case B.APOSTROPHE:{this.state=g.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case B.AMPERSAND:{this._startCharacterReference();break}case B.NULL:{this._err(U.unexpectedNullCharacter),this.currentAttr.value+=gA;break}case B.EOF:{this._err(U.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueUnquoted(e){switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:{this._leaveAttrValue(),this.state=g.BEFORE_ATTRIBUTE_NAME;break}case B.AMPERSAND:{this._startCharacterReference();break}case B.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=g.DATA,this.emitCurrentTagToken();break}case B.NULL:{this._err(U.unexpectedNullCharacter),this.currentAttr.value+=gA;break}case B.QUOTATION_MARK:case B.APOSTROPHE:case B.LESS_THAN_SIGN:case B.EQUALS_SIGN:case B.GRAVE_ACCENT:{this._err(U.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(e);break}case B.EOF:{this._err(U.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAfterAttributeValueQuoted(e){switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:{this._leaveAttrValue(),this.state=g.BEFORE_ATTRIBUTE_NAME;break}case B.SOLIDUS:{this._leaveAttrValue(),this.state=g.SELF_CLOSING_START_TAG;break}case B.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=g.DATA,this.emitCurrentTagToken();break}case B.EOF:{this._err(U.eofInTag),this._emitEOFToken();break}default:this._err(U.missingWhitespaceBetweenAttributes),this.state=g.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateSelfClosingStartTag(e){switch(e){case B.GREATER_THAN_SIGN:{const t=this.currentToken;t.selfClosing=!0,this.state=g.DATA,this.emitCurrentTagToken();break}case B.EOF:{this._err(U.eofInTag),this._emitEOFToken();break}default:this._err(U.unexpectedSolidusInTag),this.state=g.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateBogusComment(e){const t=this.currentToken;switch(e){case B.GREATER_THAN_SIGN:{this.state=g.DATA,this.emitCurrentComment(t);break}case B.EOF:{this.emitCurrentComment(t),this._emitEOFToken();break}case B.NULL:{this._err(U.unexpectedNullCharacter),t.data+=gA;break}default:t.data+=String.fromCodePoint(e)}}_stateMarkupDeclarationOpen(e){this._consumeSequenceIfMatch($A.DASH_DASH,!0)?(this._createCommentToken($A.DASH_DASH.length+1),this.state=g.COMMENT_START):this._consumeSequenceIfMatch($A.DOCTYPE,!1)?(this.currentLocation=this.getCurrentLocation($A.DOCTYPE.length+1),this.state=g.DOCTYPE):this._consumeSequenceIfMatch($A.CDATA_START,!0)?this.inForeignNode?this.state=g.CDATA_SECTION:(this._err(U.cdataInHtmlContent),this._createCommentToken($A.CDATA_START.length+1),this.currentToken.data="[CDATA[",this.state=g.BOGUS_COMMENT):this._ensureHibernation()||(this._err(U.incorrectlyOpenedComment),this._createCommentToken(2),this.state=g.BOGUS_COMMENT,this._stateBogusComment(e))}_stateCommentStart(e){switch(e){case B.HYPHEN_MINUS:{this.state=g.COMMENT_START_DASH;break}case B.GREATER_THAN_SIGN:{this._err(U.abruptClosingOfEmptyComment),this.state=g.DATA;const t=this.currentToken;this.emitCurrentComment(t);break}default:this.state=g.COMMENT,this._stateComment(e)}}_stateCommentStartDash(e){const t=this.currentToken;switch(e){case B.HYPHEN_MINUS:{this.state=g.COMMENT_END;break}case B.GREATER_THAN_SIGN:{this._err(U.abruptClosingOfEmptyComment),this.state=g.DATA,this.emitCurrentComment(t);break}case B.EOF:{this._err(U.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break}default:t.data+="-",this.state=g.COMMENT,this._stateComment(e)}}_stateComment(e){const t=this.currentToken;switch(e){case B.HYPHEN_MINUS:{this.state=g.COMMENT_END_DASH;break}case B.LESS_THAN_SIGN:{t.data+="<",this.state=g.COMMENT_LESS_THAN_SIGN;break}case B.NULL:{this._err(U.unexpectedNullCharacter),t.data+=gA;break}case B.EOF:{this._err(U.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break}default:t.data+=String.fromCodePoint(e)}}_stateCommentLessThanSign(e){const t=this.currentToken;switch(e){case B.EXCLAMATION_MARK:{t.data+="!",this.state=g.COMMENT_LESS_THAN_SIGN_BANG;break}case B.LESS_THAN_SIGN:{t.data+="<";break}default:this.state=g.COMMENT,this._stateComment(e)}}_stateCommentLessThanSignBang(e){e===B.HYPHEN_MINUS?this.state=g.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=g.COMMENT,this._stateComment(e))}_stateCommentLessThanSignBangDash(e){e===B.HYPHEN_MINUS?this.state=g.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=g.COMMENT_END_DASH,this._stateCommentEndDash(e))}_stateCommentLessThanSignBangDashDash(e){e!==B.GREATER_THAN_SIGN&&e!==B.EOF&&this._err(U.nestedComment),this.state=g.COMMENT_END,this._stateCommentEnd(e)}_stateCommentEndDash(e){const t=this.currentToken;switch(e){case B.HYPHEN_MINUS:{this.state=g.COMMENT_END;break}case B.EOF:{this._err(U.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break}default:t.data+="-",this.state=g.COMMENT,this._stateComment(e)}}_stateCommentEnd(e){const t=this.currentToken;switch(e){case B.GREATER_THAN_SIGN:{this.state=g.DATA,this.emitCurrentComment(t);break}case B.EXCLAMATION_MARK:{this.state=g.COMMENT_END_BANG;break}case B.HYPHEN_MINUS:{t.data+="-";break}case B.EOF:{this._err(U.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break}default:t.data+="--",this.state=g.COMMENT,this._stateComment(e)}}_stateCommentEndBang(e){const t=this.currentToken;switch(e){case B.HYPHEN_MINUS:{t.data+="--!",this.state=g.COMMENT_END_DASH;break}case B.GREATER_THAN_SIGN:{this._err(U.incorrectlyClosedComment),this.state=g.DATA,this.emitCurrentComment(t);break}case B.EOF:{this._err(U.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break}default:t.data+="--!",this.state=g.COMMENT,this._stateComment(e)}}_stateDoctype(e){switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:{this.state=g.BEFORE_DOCTYPE_NAME;break}case B.GREATER_THAN_SIGN:{this.state=g.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e);break}case B.EOF:{this._err(U.eofInDoctype),this._createDoctypeToken(null);const t=this.currentToken;t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break}default:this._err(U.missingWhitespaceBeforeDoctypeName),this.state=g.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e)}}_stateBeforeDoctypeName(e){if(rr(e))this._createDoctypeToken(String.fromCharCode(on(e))),this.state=g.DOCTYPE_NAME;else switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:break;case B.NULL:{this._err(U.unexpectedNullCharacter),this._createDoctypeToken(gA),this.state=g.DOCTYPE_NAME;break}case B.GREATER_THAN_SIGN:{this._err(U.missingDoctypeName),this._createDoctypeToken(null);const t=this.currentToken;t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=g.DATA;break}case B.EOF:{this._err(U.eofInDoctype),this._createDoctypeToken(null);const t=this.currentToken;t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(e)),this.state=g.DOCTYPE_NAME}}_stateDoctypeName(e){const t=this.currentToken;switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:{this.state=g.AFTER_DOCTYPE_NAME;break}case B.GREATER_THAN_SIGN:{this.state=g.DATA,this.emitCurrentDoctype(t);break}case B.NULL:{this._err(U.unexpectedNullCharacter),t.name+=gA;break}case B.EOF:{this._err(U.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break}default:t.name+=String.fromCodePoint(rr(e)?on(e):e)}}_stateAfterDoctypeName(e){const t=this.currentToken;switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:break;case B.GREATER_THAN_SIGN:{this.state=g.DATA,this.emitCurrentDoctype(t);break}case B.EOF:{this._err(U.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break}default:this._consumeSequenceIfMatch($A.PUBLIC,!1)?this.state=g.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch($A.SYSTEM,!1)?this.state=g.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(U.invalidCharacterSequenceAfterDoctypeName),t.forceQuirks=!0,this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(e))}}_stateAfterDoctypePublicKeyword(e){const t=this.currentToken;switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:{this.state=g.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break}case B.QUOTATION_MARK:{this._err(U.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=g.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case B.APOSTROPHE:{this._err(U.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=g.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case B.GREATER_THAN_SIGN:{this._err(U.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=g.DATA,this.emitCurrentDoctype(t);break}case B.EOF:{this._err(U.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break}default:this._err(U.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypePublicIdentifier(e){const t=this.currentToken;switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:break;case B.QUOTATION_MARK:{t.publicId="",this.state=g.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case B.APOSTROPHE:{t.publicId="",this.state=g.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case B.GREATER_THAN_SIGN:{this._err(U.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=g.DATA,this.emitCurrentDoctype(t);break}case B.EOF:{this._err(U.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break}default:this._err(U.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypePublicIdentifierDoubleQuoted(e){const t=this.currentToken;switch(e){case B.QUOTATION_MARK:{this.state=g.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case B.NULL:{this._err(U.unexpectedNullCharacter),t.publicId+=gA;break}case B.GREATER_THAN_SIGN:{this._err(U.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=g.DATA;break}case B.EOF:{this._err(U.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break}default:t.publicId+=String.fromCodePoint(e)}}_stateDoctypePublicIdentifierSingleQuoted(e){const t=this.currentToken;switch(e){case B.APOSTROPHE:{this.state=g.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case B.NULL:{this._err(U.unexpectedNullCharacter),t.publicId+=gA;break}case B.GREATER_THAN_SIGN:{this._err(U.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=g.DATA;break}case B.EOF:{this._err(U.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break}default:t.publicId+=String.fromCodePoint(e)}}_stateAfterDoctypePublicIdentifier(e){const t=this.currentToken;switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:{this.state=g.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break}case B.GREATER_THAN_SIGN:{this.state=g.DATA,this.emitCurrentDoctype(t);break}case B.QUOTATION_MARK:{this._err(U.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case B.APOSTROPHE:{this._err(U.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case B.EOF:{this._err(U.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break}default:this._err(U.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBetweenDoctypePublicAndSystemIdentifiers(e){const t=this.currentToken;switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:break;case B.GREATER_THAN_SIGN:{this.emitCurrentDoctype(t),this.state=g.DATA;break}case B.QUOTATION_MARK:{t.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case B.APOSTROPHE:{t.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case B.EOF:{this._err(U.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break}default:this._err(U.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateAfterDoctypeSystemKeyword(e){const t=this.currentToken;switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:{this.state=g.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break}case B.QUOTATION_MARK:{this._err(U.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case B.APOSTROPHE:{this._err(U.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case B.GREATER_THAN_SIGN:{this._err(U.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=g.DATA,this.emitCurrentDoctype(t);break}case B.EOF:{this._err(U.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break}default:this._err(U.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypeSystemIdentifier(e){const t=this.currentToken;switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:break;case B.QUOTATION_MARK:{t.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case B.APOSTROPHE:{t.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case B.GREATER_THAN_SIGN:{this._err(U.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=g.DATA,this.emitCurrentDoctype(t);break}case B.EOF:{this._err(U.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break}default:this._err(U.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypeSystemIdentifierDoubleQuoted(e){const t=this.currentToken;switch(e){case B.QUOTATION_MARK:{this.state=g.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case B.NULL:{this._err(U.unexpectedNullCharacter),t.systemId+=gA;break}case B.GREATER_THAN_SIGN:{this._err(U.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=g.DATA;break}case B.EOF:{this._err(U.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break}default:t.systemId+=String.fromCodePoint(e)}}_stateDoctypeSystemIdentifierSingleQuoted(e){const t=this.currentToken;switch(e){case B.APOSTROPHE:{this.state=g.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case B.NULL:{this._err(U.unexpectedNullCharacter),t.systemId+=gA;break}case B.GREATER_THAN_SIGN:{this._err(U.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=g.DATA;break}case B.EOF:{this._err(U.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break}default:t.systemId+=String.fromCodePoint(e)}}_stateAfterDoctypeSystemIdentifier(e){const t=this.currentToken;switch(e){case B.SPACE:case B.LINE_FEED:case B.TABULATION:case B.FORM_FEED:break;case B.GREATER_THAN_SIGN:{this.emitCurrentDoctype(t),this.state=g.DATA;break}case B.EOF:{this._err(U.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break}default:this._err(U.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBogusDoctype(e){const t=this.currentToken;switch(e){case B.GREATER_THAN_SIGN:{this.emitCurrentDoctype(t),this.state=g.DATA;break}case B.NULL:{this._err(U.unexpectedNullCharacter);break}case B.EOF:{this.emitCurrentDoctype(t),this._emitEOFToken();break}}}_stateCdataSection(e){switch(e){case B.RIGHT_SQUARE_BRACKET:{this.state=g.CDATA_SECTION_BRACKET;break}case B.EOF:{this._err(U.eofInCdata),this._emitEOFToken();break}default:this._emitCodePoint(e)}}_stateCdataSectionBracket(e){e===B.RIGHT_SQUARE_BRACKET?this.state=g.CDATA_SECTION_END:(this._emitChars("]"),this.state=g.CDATA_SECTION,this._stateCdataSection(e))}_stateCdataSectionEnd(e){switch(e){case B.GREATER_THAN_SIGN:{this.state=g.DATA;break}case B.RIGHT_SQUARE_BRACKET:{this._emitChars("]");break}default:this._emitChars("]]"),this.state=g.CDATA_SECTION,this._stateCdataSection(e)}}_stateCharacterReference(){let e=this.entityDecoder.write(this.preprocessor.html,this.preprocessor.pos);if(e<0)if(this.preprocessor.lastChunkWritten)e=this.entityDecoder.end();else{this.active=!1,this.preprocessor.pos=this.preprocessor.html.length-1,this.consumedAfterSnapshot=0,this.preprocessor.endOfChunkHit=!0;return}e===0?(this.preprocessor.pos=this.entityStartPos,this._flushCodePointConsumedAsCharacterReference(B.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&vo(this.preprocessor.peek(1))?g.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}_stateAmbiguousAmpersand(e){vo(e)?this._flushCodePointConsumedAsCharacterReference(e):(e===B.SEMICOLON&&this._err(U.unknownNamedCharacterReference),this.state=this.returnState,this._callState(e))}};const So=new Set([s.DD,s.DT,s.LI,s.OPTGROUP,s.OPTION,s.P,s.RB,s.RP,s.RT,s.RTC]),Lo=new Set([...So,s.CAPTION,s.COLGROUP,s.TBODY,s.TD,s.TFOOT,s.TH,s.THEAD,s.TR]),un=new Set([s.APPLET,s.CAPTION,s.HTML,s.MARQUEE,s.OBJECT,s.TABLE,s.TD,s.TEMPLATE,s.TH]),Dh=new Set([...un,s.OL,s.UL]),Oh=new Set([...un,s.BUTTON]),Ho=new Set([s.ANNOTATION_XML,s.MI,s.MN,s.MO,s.MS,s.MTEXT]),Do=new Set([s.DESC,s.FOREIGN_OBJECT,s.TITLE]),Rh=new Set([s.TR,s.TEMPLATE,s.HTML]),Mh=new Set([s.TBODY,s.TFOOT,s.THEAD,s.TEMPLATE,s.HTML]),kh=new Set([s.TABLE,s.TEMPLATE,s.HTML]),Ph=new Set([s.TD,s.TH]);class Kh{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(e,t,r){this.treeAdapter=t,this.handler=r,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=s.UNKNOWN,this.current=e}_indexOf(e){return this.items.lastIndexOf(e,this.stackTop)}_isInTemplate(){return this.currentTagId===s.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===I.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(e,t){this.stackTop++,this.items[this.stackTop]=e,this.current=e,this.tagIDs[this.stackTop]=t,this.currentTagId=t,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(e,t,!0)}pop(){const e=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,!0)}replace(e,t){const r=this._indexOf(e);this.items[r]=t,r===this.stackTop&&(this.current=t)}insertAfter(e,t,r){const n=this._indexOf(e)+1;this.items.splice(n,0,t),this.tagIDs.splice(n,0,r),this.stackTop++,n===this.stackTop&&this._updateCurrentElement(),this.handler.onItemPush(this.current,this.currentTagId,n===this.stackTop)}popUntilTagNamePopped(e){let t=this.stackTop+1;do t=this.tagIDs.lastIndexOf(e,t-1);while(t>0&&this.treeAdapter.getNamespaceURI(this.items[t])!==I.HTML);this.shortenToLength(t<0?0:t)}shortenToLength(e){for(;this.stackTop>=e;){const t=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,this.stackTop<e)}}popUntilElementPopped(e){const t=this._indexOf(e);this.shortenToLength(t<0?0:t)}popUntilPopped(e,t){const r=this._indexOfTagNames(e,t);this.shortenToLength(r<0?0:r)}popUntilNumberedHeaderPopped(){this.popUntilPopped($a,I.HTML)}popUntilTableCellPopped(){this.popUntilPopped(Ph,I.HTML)}popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(e,t){for(let r=this.stackTop;r>=0;r--)if(e.has(this.tagIDs[r])&&this.treeAdapter.getNamespaceURI(this.items[r])===t)return r;return-1}clearBackTo(e,t){const r=this._indexOfTagNames(e,t);this.shortenToLength(r+1)}clearBackToTableContext(){this.clearBackTo(kh,I.HTML)}clearBackToTableBodyContext(){this.clearBackTo(Mh,I.HTML)}clearBackToTableRowContext(){this.clearBackTo(Rh,I.HTML)}remove(e){const t=this._indexOf(e);t>=0&&(t===this.stackTop?this.pop():(this.items.splice(t,1),this.tagIDs.splice(t,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===s.BODY?this.items[1]:null}contains(e){return this._indexOf(e)>-1}getCommonAncestor(e){const t=this._indexOf(e)-1;return t>=0?this.items[t]:null}isRootHtmlElementCurrent(){return this.stackTop===0&&this.tagIDs[0]===s.HTML}hasInDynamicScope(e,t){for(let r=this.stackTop;r>=0;r--){const n=this.tagIDs[r];switch(this.treeAdapter.getNamespaceURI(this.items[r])){case I.HTML:{if(n===e)return!0;if(t.has(n))return!1;break}case I.SVG:{if(Do.has(n))return!1;break}case I.MATHML:{if(Ho.has(n))return!1;break}}}return!0}hasInScope(e){return this.hasInDynamicScope(e,un)}hasInListItemScope(e){return this.hasInDynamicScope(e,Dh)}hasInButtonScope(e){return this.hasInDynamicScope(e,Oh)}hasNumberedHeaderInScope(){for(let e=this.stackTop;e>=0;e--){const t=this.tagIDs[e];switch(this.treeAdapter.getNamespaceURI(this.items[e])){case I.HTML:{if($a.has(t))return!0;if(un.has(t))return!1;break}case I.SVG:{if(Do.has(t))return!1;break}case I.MATHML:{if(Ho.has(t))return!1;break}}}return!0}hasInTableScope(e){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===I.HTML)switch(this.tagIDs[t]){case e:return!0;case s.TABLE:case s.HTML:return!1}return!0}hasTableBodyContextInTableScope(){for(let e=this.stackTop;e>=0;e--)if(this.treeAdapter.getNamespaceURI(this.items[e])===I.HTML)switch(this.tagIDs[e]){case s.TBODY:case s.THEAD:case s.TFOOT:return!0;case s.TABLE:case s.HTML:return!1}return!0}hasInSelectScope(e){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===I.HTML)switch(this.tagIDs[t]){case e:return!0;case s.OPTION:case s.OPTGROUP:break;default:return!1}return!0}generateImpliedEndTags(){for(;So.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;Lo.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(e){for(;this.currentTagId!==e&&Lo.has(this.currentTagId);)this.pop()}}const Za=3;var we;(function(A){A[A.Marker=0]="Marker",A[A.Element=1]="Element"})(we||(we={}));const Oo={type:we.Marker};class Vh{constructor(e){this.treeAdapter=e,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(e,t){const r=[],n=t.length,a=this.treeAdapter.getTagName(e),i=this.treeAdapter.getNamespaceURI(e);for(let o=0;o<this.entries.length;o++){const u=this.entries[o];if(u.type===we.Marker)break;const{element:l}=u;if(this.treeAdapter.getTagName(l)===a&&this.treeAdapter.getNamespaceURI(l)===i){const d=this.treeAdapter.getAttrList(l);d.length===n&&r.push({idx:o,attrs:d})}}return r}_ensureNoahArkCondition(e){if(this.entries.length<Za)return;const t=this.treeAdapter.getAttrList(e),r=this._getNoahArkConditionCandidates(e,t);if(r.length<Za)return;const n=new Map(t.map(i=>[i.name,i.value]));let a=0;for(let i=0;i<r.length;i++){const o=r[i];o.attrs.every(u=>n.get(u.name)===u.value)&&(a+=1,a>=Za&&this.entries.splice(o.idx,1))}}insertMarker(){this.entries.unshift(Oo)}pushElement(e,t){this._ensureNoahArkCondition(e),this.entries.unshift({type:we.Element,element:e,token:t})}insertElementAfterBookmark(e,t){const r=this.entries.indexOf(this.bookmark);this.entries.splice(r,0,{type:we.Element,element:e,token:t})}removeEntry(e){const t=this.entries.indexOf(e);t>=0&&this.entries.splice(t,1)}clearToLastMarker(){const e=this.entries.indexOf(Oo);e>=0?this.entries.splice(0,e+1):this.entries.length=0}getElementEntryInScopeWithTagName(e){const t=this.entries.find(r=>r.type===we.Marker||this.treeAdapter.getTagName(r.element)===e);return t&&t.type===we.Element?t:null}getElementEntry(e){return this.entries.find(t=>t.type===we.Element&&t.element===e)}}const xe={createDocument(){return{nodeName:"#document",mode:re.NO_QUIRKS,childNodes:[]}},createDocumentFragment(){return{nodeName:"#document-fragment",childNodes:[]}},createElement(A,e,t){return{nodeName:A,tagName:A,attrs:t,namespaceURI:e,childNodes:[],parentNode:null}},createCommentNode(A){return{nodeName:"#comment",data:A,parentNode:null}},createTextNode(A){return{nodeName:"#text",value:A,parentNode:null}},appendChild(A,e){A.childNodes.push(e),e.parentNode=A},insertBefore(A,e,t){const r=A.childNodes.indexOf(t);A.childNodes.splice(r,0,e),e.parentNode=A},setTemplateContent(A,e){A.content=e},getTemplateContent(A){return A.content},setDocumentType(A,e,t,r){const n=A.childNodes.find(a=>a.nodeName==="#documentType");if(n)n.name=e,n.publicId=t,n.systemId=r;else{const a={nodeName:"#documentType",name:e,publicId:t,systemId:r,parentNode:null};xe.appendChild(A,a)}},setDocumentMode(A,e){A.mode=e},getDocumentMode(A){return A.mode},detachNode(A){if(A.parentNode){const e=A.parentNode.childNodes.indexOf(A);A.parentNode.childNodes.splice(e,1),A.parentNode=null}},insertText(A,e){if(A.childNodes.length>0){const t=A.childNodes[A.childNodes.length-1];if(xe.isTextNode(t)){t.value+=e;return}}xe.appendChild(A,xe.createTextNode(e))},insertTextBefore(A,e,t){const r=A.childNodes[A.childNodes.indexOf(t)-1];r&&xe.isTextNode(r)?r.value+=e:xe.insertBefore(A,xe.createTextNode(e),t)},adoptAttributes(A,e){const t=new Set(A.attrs.map(r=>r.name));for(let r=0;r<e.length;r++)t.has(e[r].name)||A.attrs.push(e[r])},getFirstChild(A){return A.childNodes[0]},getChildNodes(A){return A.childNodes},getParentNode(A){return A.parentNode},getAttrList(A){return A.attrs},getTagName(A){return A.tagName},getNamespaceURI(A){return A.namespaceURI},getTextNodeContent(A){return A.value},getCommentNodeContent(A){return A.data},getDocumentTypeNodeName(A){return A.name},getDocumentTypeNodePublicId(A){return A.publicId},getDocumentTypeNodeSystemId(A){return A.systemId},isTextNode(A){return A.nodeName==="#text"},isCommentNode(A){return A.nodeName==="#comment"},isDocumentTypeNode(A){return A.nodeName==="#documentType"},isElementNode(A){return Object.prototype.hasOwnProperty.call(A,"tagName")},setNodeSourceCodeLocation(A,e){A.sourceCodeLocation=e},getNodeSourceCodeLocation(A){return A.sourceCodeLocation},updateNodeSourceCodeLocation(A,e){A.sourceCodeLocation={...A.sourceCodeLocation,...e}}},Ro="html",Gh="about:legacy-compat",Yh="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",Mo=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],Xh=[...Mo,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],Wh=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),ko=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],Jh=[...ko,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function Po(A,e){return e.some(t=>A.startsWith(t))}function qh(A){return A.name===Ro&&A.publicId===null&&(A.systemId===null||A.systemId===Gh)}function jh(A){if(A.name!==Ro)return re.QUIRKS;const{systemId:e}=A;if(e&&e.toLowerCase()===Yh)return re.QUIRKS;let{publicId:t}=A;if(t!==null){if(t=t.toLowerCase(),Wh.has(t))return re.QUIRKS;let r=e===null?Xh:Mo;if(Po(t,r))return re.QUIRKS;if(r=e===null?ko:Jh,Po(t,r))return re.LIMITED_QUIRKS}return re.NO_QUIRKS}const Ko={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},zh="definitionurl",$h="definitionURL",Zh=new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(A=>[A.toLowerCase(),A])),AB=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:I.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:I.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:I.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:I.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:I.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:I.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:I.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:I.XML}],["xml:space",{prefix:"xml",name:"space",namespace:I.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:I.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:I.XMLNS}]]),eB=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(A=>[A.toLowerCase(),A])),tB=new Set([s.B,s.BIG,s.BLOCKQUOTE,s.BODY,s.BR,s.CENTER,s.CODE,s.DD,s.DIV,s.DL,s.DT,s.EM,s.EMBED,s.H1,s.H2,s.H3,s.H4,s.H5,s.H6,s.HEAD,s.HR,s.I,s.IMG,s.LI,s.LISTING,s.MENU,s.META,s.NOBR,s.OL,s.P,s.PRE,s.RUBY,s.S,s.SMALL,s.SPAN,s.STRONG,s.STRIKE,s.SUB,s.SUP,s.TABLE,s.TT,s.U,s.UL,s.VAR]);function rB(A){const e=A.tagID;return e===s.FONT&&A.attrs.some(({name:r})=>r===ot.COLOR||r===ot.SIZE||r===ot.FACE)||tB.has(e)}function Vo(A){for(let e=0;e<A.attrs.length;e++)if(A.attrs[e].name===zh){A.attrs[e].name=$h;break}}function Go(A){for(let e=0;e<A.attrs.length;e++){const t=Zh.get(A.attrs[e].name);t!=null&&(A.attrs[e].name=t)}}function Ai(A){for(let e=0;e<A.attrs.length;e++){const t=AB.get(A.attrs[e].name);t&&(A.attrs[e].prefix=t.prefix,A.attrs[e].name=t.name,A.attrs[e].namespace=t.namespace)}}function nB(A){const e=eB.get(A.tagName);e!=null&&(A.tagName=e,A.tagID=sn(A.tagName))}function aB(A,e){return e===I.MATHML&&(A===s.MI||A===s.MO||A===s.MN||A===s.MS||A===s.MTEXT)}function iB(A,e,t){if(e===I.MATHML&&A===s.ANNOTATION_XML){for(let r=0;r<t.length;r++)if(t[r].name===ot.ENCODING){const n=t[r].value.toLowerCase();return n===Ko.TEXT_HTML||n===Ko.APPLICATION_XML}}return e===I.SVG&&(A===s.FOREIGN_OBJECT||A===s.DESC||A===s.TITLE)}function sB(A,e,t,r){return(!r||r===I.HTML)&&iB(A,e,t)||(!r||r===I.MATHML)&&aB(A,e)}const oB="hidden",uB=8,cB=3;var p;(function(A){A[A.INITIAL=0]="INITIAL",A[A.BEFORE_HTML=1]="BEFORE_HTML",A[A.BEFORE_HEAD=2]="BEFORE_HEAD",A[A.IN_HEAD=3]="IN_HEAD",A[A.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",A[A.AFTER_HEAD=5]="AFTER_HEAD",A[A.IN_BODY=6]="IN_BODY",A[A.TEXT=7]="TEXT",A[A.IN_TABLE=8]="IN_TABLE",A[A.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",A[A.IN_CAPTION=10]="IN_CAPTION",A[A.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",A[A.IN_TABLE_BODY=12]="IN_TABLE_BODY",A[A.IN_ROW=13]="IN_ROW",A[A.IN_CELL=14]="IN_CELL",A[A.IN_SELECT=15]="IN_SELECT",A[A.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",A[A.IN_TEMPLATE=17]="IN_TEMPLATE",A[A.AFTER_BODY=18]="AFTER_BODY",A[A.IN_FRAMESET=19]="IN_FRAMESET",A[A.AFTER_FRAMESET=20]="AFTER_FRAMESET",A[A.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",A[A.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"})(p||(p={}));const lB={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},Yo=new Set([s.TABLE,s.TBODY,s.TFOOT,s.THEAD,s.TR]),Xo={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:xe,onParseError:null};let Wo=class{constructor(e,t,r=null,n=null){this.fragmentContext=r,this.scriptHandler=n,this.currentToken=null,this.stopped=!1,this.insertionMode=p.INITIAL,this.originalInsertionMode=p.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options={...Xo,...e},this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=t??this.treeAdapter.createDocument(),this.tokenizer=new Hh(this.options,this),this.activeFormattingElements=new Vh(this.treeAdapter),this.fragmentContextID=r?sn(this.treeAdapter.getTagName(r)):s.UNKNOWN,this._setContextModes(r??this.document,this.fragmentContextID),this.openElements=new Kh(this.document,this.treeAdapter,this)}static parse(e,t){const r=new this(t);return r.tokenizer.write(e,!0),r.document}static getFragmentParser(e,t){const r={...Xo,...t};e??(e=r.treeAdapter.createElement(w.TEMPLATE,I.HTML,[]));const n=r.treeAdapter.createElement("documentmock",I.HTML,[]),a=new this(r,n,e);return a.fragmentContextID===s.TEMPLATE&&a.tmplInsertionModeStack.unshift(p.IN_TEMPLATE),a._initTokenizerForFragmentParsing(),a._insertFakeRootElement(),a._resetInsertionMode(),a._findFormInFragmentContext(),a}getFragment(){const e=this.treeAdapter.getFirstChild(this.document),t=this.treeAdapter.createDocumentFragment();return this._adoptNodes(e,t),t}_err(e,t,r){var n;if(!this.onParseError)return;const a=(n=e.location)!==null&&n!==void 0?n:lB,i={code:t,startLine:a.startLine,startCol:a.startCol,startOffset:a.startOffset,endLine:r?a.startLine:a.endLine,endCol:r?a.startCol:a.endCol,endOffset:r?a.startOffset:a.endOffset};this.onParseError(i)}onItemPush(e,t,r){var n,a;(a=(n=this.treeAdapter).onItemPush)===null||a===void 0||a.call(n,e),r&&this.openElements.stackTop>0&&this._setContextModes(e,t)}onItemPop(e,t){var r,n;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(e,this.currentToken),(n=(r=this.treeAdapter).onItemPop)===null||n===void 0||n.call(r,e,this.openElements.current),t){let a,i;this.openElements.stackTop===0&&this.fragmentContext?(a=this.fragmentContext,i=this.fragmentContextID):{current:a,currentTagId:i}=this.openElements,this._setContextModes(a,i)}}_setContextModes(e,t){const r=e===this.document||this.treeAdapter.getNamespaceURI(e)===I.HTML;this.currentNotInHTML=!r,this.tokenizer.inForeignNode=!r&&!this._isIntegrationPoint(t,e)}_switchToTextParsing(e,t){this._insertElement(e,I.HTML),this.tokenizer.state=t,this.originalInsertionMode=this.insertionMode,this.insertionMode=p.TEXT}switchToPlaintextParsing(){this.insertionMode=p.TEXT,this.originalInsertionMode=p.IN_BODY,this.tokenizer.state=ZA.PLAINTEXT}_getAdjustedCurrentElement(){return this.openElements.stackTop===0&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let e=this.fragmentContext;for(;e;){if(this.treeAdapter.getTagName(e)===w.FORM){this.formElement=e;break}e=this.treeAdapter.getParentNode(e)}}_initTokenizerForFragmentParsing(){if(!(!this.fragmentContext||this.treeAdapter.getNamespaceURI(this.fragmentContext)!==I.HTML))switch(this.fragmentContextID){case s.TITLE:case s.TEXTAREA:{this.tokenizer.state=ZA.RCDATA;break}case s.STYLE:case s.XMP:case s.IFRAME:case s.NOEMBED:case s.NOFRAMES:case s.NOSCRIPT:{this.tokenizer.state=ZA.RAWTEXT;break}case s.SCRIPT:{this.tokenizer.state=ZA.SCRIPT_DATA;break}case s.PLAINTEXT:{this.tokenizer.state=ZA.PLAINTEXT;break}}}_setDocumentType(e){const t=e.name||"",r=e.publicId||"",n=e.systemId||"";if(this.treeAdapter.setDocumentType(this.document,t,r,n),e.location){const i=this.treeAdapter.getChildNodes(this.document).find(o=>this.treeAdapter.isDocumentTypeNode(o));i&&this.treeAdapter.setNodeSourceCodeLocation(i,e.location)}}_attachElementToTree(e,t){if(this.options.sourceCodeLocationInfo){const r=t&&{...t,startTag:t};this.treeAdapter.setNodeSourceCodeLocation(e,r)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(e);else{const r=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(r,e)}}_appendElement(e,t){const r=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(r,e.location)}_insertElement(e,t){const r=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(r,e.location),this.openElements.push(r,e.tagID)}_insertFakeElement(e,t){const r=this.treeAdapter.createElement(e,I.HTML,[]);this._attachElementToTree(r,null),this.openElements.push(r,t)}_insertTemplate(e){const t=this.treeAdapter.createElement(e.tagName,I.HTML,e.attrs),r=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(t,r),this._attachElementToTree(t,e.location),this.openElements.push(t,e.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,null)}_insertFakeRootElement(){const e=this.treeAdapter.createElement(w.HTML,I.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(e,null),this.treeAdapter.appendChild(this.openElements.current,e),this.openElements.push(e,s.HTML)}_appendCommentNode(e,t){const r=this.treeAdapter.createCommentNode(e.data);this.treeAdapter.appendChild(t,r),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,e.location)}_insertCharacters(e){let t,r;if(this._shouldFosterParentOnInsertion()?({parent:t,beforeElement:r}=this._findFosterParentingLocation(),r?this.treeAdapter.insertTextBefore(t,e.chars,r):this.treeAdapter.insertText(t,e.chars)):(t=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(t,e.chars)),!e.location)return;const n=this.treeAdapter.getChildNodes(t),a=r?n.lastIndexOf(r):n.length,i=n[a-1];if(this.treeAdapter.getNodeSourceCodeLocation(i)){const{endLine:u,endCol:l,endOffset:d}=e.location;this.treeAdapter.updateNodeSourceCodeLocation(i,{endLine:u,endCol:l,endOffset:d})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(i,e.location)}_adoptNodes(e,t){for(let r=this.treeAdapter.getFirstChild(e);r;r=this.treeAdapter.getFirstChild(e))this.treeAdapter.detachNode(r),this.treeAdapter.appendChild(t,r)}_setEndLocation(e,t){if(this.treeAdapter.getNodeSourceCodeLocation(e)&&t.location){const r=t.location,n=this.treeAdapter.getTagName(e),a=t.type===rA.END_TAG&&n===t.tagName?{endTag:{...r},endLine:r.endLine,endCol:r.endCol,endOffset:r.endOffset}:{endLine:r.startLine,endCol:r.startCol,endOffset:r.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(e,a)}}shouldProcessStartTagTokenInForeignContent(e){if(!this.currentNotInHTML)return!1;let t,r;return this.openElements.stackTop===0&&this.fragmentContext?(t=this.fragmentContext,r=this.fragmentContextID):{current:t,currentTagId:r}=this.openElements,e.tagID===s.SVG&&this.treeAdapter.getTagName(t)===w.ANNOTATION_XML&&this.treeAdapter.getNamespaceURI(t)===I.MATHML?!1:this.tokenizer.inForeignNode||(e.tagID===s.MGLYPH||e.tagID===s.MALIGNMARK)&&!this._isIntegrationPoint(r,t,I.HTML)}_processToken(e){switch(e.type){case rA.CHARACTER:{this.onCharacter(e);break}case rA.NULL_CHARACTER:{this.onNullCharacter(e);break}case rA.COMMENT:{this.onComment(e);break}case rA.DOCTYPE:{this.onDoctype(e);break}case rA.START_TAG:{this._processStartTag(e);break}case rA.END_TAG:{this.onEndTag(e);break}case rA.EOF:{this.onEof(e);break}case rA.WHITESPACE_CHARACTER:{this.onWhitespaceCharacter(e);break}}}_isIntegrationPoint(e,t,r){const n=this.treeAdapter.getNamespaceURI(t),a=this.treeAdapter.getAttrList(t);return sB(e,n,a,r)}_reconstructActiveFormattingElements(){const e=this.activeFormattingElements.entries.length;if(e){const t=this.activeFormattingElements.entries.findIndex(n=>n.type===we.Marker||this.openElements.contains(n.element)),r=t<0?e-1:t-1;for(let n=r;n>=0;n--){const a=this.activeFormattingElements.entries[n];this._insertElement(a.token,this.treeAdapter.getNamespaceURI(a.element)),a.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=p.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(s.P),this.openElements.popUntilTagNamePopped(s.P)}_resetInsertionMode(){for(let e=this.openElements.stackTop;e>=0;e--)switch(e===0&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[e]){case s.TR:{this.insertionMode=p.IN_ROW;return}case s.TBODY:case s.THEAD:case s.TFOOT:{this.insertionMode=p.IN_TABLE_BODY;return}case s.CAPTION:{this.insertionMode=p.IN_CAPTION;return}case s.COLGROUP:{this.insertionMode=p.IN_COLUMN_GROUP;return}case s.TABLE:{this.insertionMode=p.IN_TABLE;return}case s.BODY:{this.insertionMode=p.IN_BODY;return}case s.FRAMESET:{this.insertionMode=p.IN_FRAMESET;return}case s.SELECT:{this._resetInsertionModeForSelect(e);return}case s.TEMPLATE:{this.insertionMode=this.tmplInsertionModeStack[0];return}case s.HTML:{this.insertionMode=this.headElement?p.AFTER_HEAD:p.BEFORE_HEAD;return}case s.TD:case s.TH:{if(e>0){this.insertionMode=p.IN_CELL;return}break}case s.HEAD:{if(e>0){this.insertionMode=p.IN_HEAD;return}break}}this.insertionMode=p.IN_BODY}_resetInsertionModeForSelect(e){if(e>0)for(let t=e-1;t>0;t--){const r=this.openElements.tagIDs[t];if(r===s.TEMPLATE)break;if(r===s.TABLE){this.insertionMode=p.IN_SELECT_IN_TABLE;return}}this.insertionMode=p.IN_SELECT}_isElementCausesFosterParenting(e){return Yo.has(e)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let e=this.openElements.stackTop;e>=0;e--){const t=this.openElements.items[e];switch(this.openElements.tagIDs[e]){case s.TEMPLATE:{if(this.treeAdapter.getNamespaceURI(t)===I.HTML)return{parent:this.treeAdapter.getTemplateContent(t),beforeElement:null};break}case s.TABLE:{const r=this.treeAdapter.getParentNode(t);return r?{parent:r,beforeElement:t}:{parent:this.openElements.items[e-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(e){const t=this._findFosterParentingLocation();t.beforeElement?this.treeAdapter.insertBefore(t.parent,e,t.beforeElement):this.treeAdapter.appendChild(t.parent,e)}_isSpecialElement(e,t){const r=this.treeAdapter.getNamespaceURI(e);return xh[r].has(t)}onCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){Pg(this,e);return}switch(this.insertionMode){case p.INITIAL:{nr(this,e);break}case p.BEFORE_HTML:{ar(this,e);break}case p.BEFORE_HEAD:{ir(this,e);break}case p.IN_HEAD:{sr(this,e);break}case p.IN_HEAD_NO_SCRIPT:{or(this,e);break}case p.AFTER_HEAD:{ur(this,e);break}case p.IN_BODY:case p.IN_CAPTION:case p.IN_CELL:case p.IN_TEMPLATE:{qo(this,e);break}case p.TEXT:case p.IN_SELECT:case p.IN_SELECT_IN_TABLE:{this._insertCharacters(e);break}case p.IN_TABLE:case p.IN_TABLE_BODY:case p.IN_ROW:{ni(this,e);break}case p.IN_TABLE_TEXT:{ru(this,e);break}case p.IN_COLUMN_GROUP:{dn(this,e);break}case p.AFTER_BODY:{Bn(this,e);break}case p.AFTER_AFTER_BODY:{gn(this,e);break}}}onNullCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){kg(this,e);return}switch(this.insertionMode){case p.INITIAL:{nr(this,e);break}case p.BEFORE_HTML:{ar(this,e);break}case p.BEFORE_HEAD:{ir(this,e);break}case p.IN_HEAD:{sr(this,e);break}case p.IN_HEAD_NO_SCRIPT:{or(this,e);break}case p.AFTER_HEAD:{ur(this,e);break}case p.TEXT:{this._insertCharacters(e);break}case p.IN_TABLE:case p.IN_TABLE_BODY:case p.IN_ROW:{ni(this,e);break}case p.IN_COLUMN_GROUP:{dn(this,e);break}case p.AFTER_BODY:{Bn(this,e);break}case p.AFTER_AFTER_BODY:{gn(this,e);break}}}onComment(e){if(this.skipNextNewLine=!1,this.currentNotInHTML){ti(this,e);return}switch(this.insertionMode){case p.INITIAL:case p.BEFORE_HTML:case p.BEFORE_HEAD:case p.IN_HEAD:case p.IN_HEAD_NO_SCRIPT:case p.AFTER_HEAD:case p.IN_BODY:case p.IN_TABLE:case p.IN_CAPTION:case p.IN_COLUMN_GROUP:case p.IN_TABLE_BODY:case p.IN_ROW:case p.IN_CELL:case p.IN_SELECT:case p.IN_SELECT_IN_TABLE:case p.IN_TEMPLATE:case p.IN_FRAMESET:case p.AFTER_FRAMESET:{ti(this,e);break}case p.IN_TABLE_TEXT:{dr(this,e);break}case p.AFTER_BODY:{EB(this,e);break}case p.AFTER_AFTER_BODY:case p.AFTER_AFTER_FRAMESET:{mB(this,e);break}}}onDoctype(e){switch(this.skipNextNewLine=!1,this.insertionMode){case p.INITIAL:{CB(this,e);break}case p.BEFORE_HEAD:case p.IN_HEAD:case p.IN_HEAD_NO_SCRIPT:case p.AFTER_HEAD:{this._err(e,U.misplacedDoctype);break}case p.IN_TABLE_TEXT:{dr(this,e);break}}}onStartTag(e){this.skipNextNewLine=!1,this.currentToken=e,this._processStartTag(e),e.selfClosing&&!e.ackSelfClosing&&this._err(e,U.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(e){this.shouldProcessStartTagTokenInForeignContent(e)?Kg(this,e):this._startTagOutsideForeignContent(e)}_startTagOutsideForeignContent(e){switch(this.insertionMode){case p.INITIAL:{nr(this,e);break}case p.BEFORE_HTML:{wB(this,e);break}case p.BEFORE_HEAD:{TB(this,e);break}case p.IN_HEAD:{Be(this,e);break}case p.IN_HEAD_NO_SCRIPT:{FB(this,e);break}case p.AFTER_HEAD:{yB(this,e);break}case p.IN_BODY:{GA(this,e);break}case p.IN_TABLE:{Tt(this,e);break}case p.IN_TABLE_TEXT:{dr(this,e);break}case p.IN_CAPTION:{Ug(this,e);break}case p.IN_COLUMN_GROUP:{ai(this,e);break}case p.IN_TABLE_BODY:{fn(this,e);break}case p.IN_ROW:{hn(this,e);break}case p.IN_CELL:{Ig(this,e);break}case p.IN_SELECT:{iu(this,e);break}case p.IN_SELECT_IN_TABLE:{xg(this,e);break}case p.IN_TEMPLATE:{_g(this,e);break}case p.AFTER_BODY:{Sg(this,e);break}case p.IN_FRAMESET:{Lg(this,e);break}case p.AFTER_FRAMESET:{Dg(this,e);break}case p.AFTER_AFTER_BODY:{Rg(this,e);break}case p.AFTER_AFTER_FRAMESET:{Mg(this,e);break}}}onEndTag(e){this.skipNextNewLine=!1,this.currentToken=e,this.currentNotInHTML?Vg(this,e):this._endTagOutsideForeignContent(e)}_endTagOutsideForeignContent(e){switch(this.insertionMode){case p.INITIAL:{nr(this,e);break}case p.BEFORE_HTML:{bB(this,e);break}case p.BEFORE_HEAD:{UB(this,e);break}case p.IN_HEAD:{QB(this,e);break}case p.IN_HEAD_NO_SCRIPT:{IB(this,e);break}case p.AFTER_HEAD:{xB(this,e);break}case p.IN_BODY:{ln(this,e);break}case p.TEXT:{hg(this,e);break}case p.IN_TABLE:{cr(this,e);break}case p.IN_TABLE_TEXT:{dr(this,e);break}case p.IN_CAPTION:{Qg(this,e);break}case p.IN_COLUMN_GROUP:{Fg(this,e);break}case p.IN_TABLE_BODY:{ii(this,e);break}case p.IN_ROW:{au(this,e);break}case p.IN_CELL:{yg(this,e);break}case p.IN_SELECT:{su(this,e);break}case p.IN_SELECT_IN_TABLE:{vg(this,e);break}case p.IN_TEMPLATE:{Ng(this,e);break}case p.AFTER_BODY:{uu(this,e);break}case p.IN_FRAMESET:{Hg(this,e);break}case p.AFTER_FRAMESET:{Og(this,e);break}case p.AFTER_AFTER_BODY:{gn(this,e);break}}}onEof(e){switch(this.insertionMode){case p.INITIAL:{nr(this,e);break}case p.BEFORE_HTML:{ar(this,e);break}case p.BEFORE_HEAD:{ir(this,e);break}case p.IN_HEAD:{sr(this,e);break}case p.IN_HEAD_NO_SCRIPT:{or(this,e);break}case p.AFTER_HEAD:{ur(this,e);break}case p.IN_BODY:case p.IN_TABLE:case p.IN_CAPTION:case p.IN_COLUMN_GROUP:case p.IN_TABLE_BODY:case p.IN_ROW:case p.IN_CELL:case p.IN_SELECT:case p.IN_SELECT_IN_TABLE:{eu(this,e);break}case p.TEXT:{Bg(this,e);break}case p.IN_TABLE_TEXT:{dr(this,e);break}case p.IN_TEMPLATE:{ou(this,e);break}case p.AFTER_BODY:case p.IN_FRAMESET:case p.AFTER_FRAMESET:case p.AFTER_AFTER_BODY:case p.AFTER_AFTER_FRAMESET:{ri(this,e);break}}}onWhitespaceCharacter(e){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,e.chars.charCodeAt(0)===B.LINE_FEED)){if(e.chars.length===1)return;e.chars=e.chars.substr(1)}if(this.tokenizer.inForeignNode){this._insertCharacters(e);return}switch(this.insertionMode){case p.IN_HEAD:case p.IN_HEAD_NO_SCRIPT:case p.AFTER_HEAD:case p.TEXT:case p.IN_COLUMN_GROUP:case p.IN_SELECT:case p.IN_SELECT_IN_TABLE:case p.IN_FRAMESET:case p.AFTER_FRAMESET:{this._insertCharacters(e);break}case p.IN_BODY:case p.IN_CAPTION:case p.IN_CELL:case p.IN_TEMPLATE:case p.AFTER_BODY:case p.AFTER_AFTER_BODY:case p.AFTER_AFTER_FRAMESET:{Jo(this,e);break}case p.IN_TABLE:case p.IN_TABLE_BODY:case p.IN_ROW:{ni(this,e);break}case p.IN_TABLE_TEXT:{tu(this,e);break}}}};function dB(A,e){let t=A.activeFormattingElements.getElementEntryInScopeWithTagName(e.tagName);return t?A.openElements.contains(t.element)?A.openElements.hasInScope(e.tagID)||(t=null):(A.activeFormattingElements.removeEntry(t),t=null):Au(A,e),t}function fB(A,e){let t=null,r=A.openElements.stackTop;for(;r>=0;r--){const n=A.openElements.items[r];if(n===e.element)break;A._isSpecialElement(n,A.openElements.tagIDs[r])&&(t=n)}return t||(A.openElements.shortenToLength(r<0?0:r),A.activeFormattingElements.removeEntry(e)),t}function hB(A,e,t){let r=e,n=A.openElements.getCommonAncestor(e);for(let a=0,i=n;i!==t;a++,i=n){n=A.openElements.getCommonAncestor(i);const o=A.activeFormattingElements.getElementEntry(i),u=o&&a>=cB;!o||u?(u&&A.activeFormattingElements.removeEntry(o),A.openElements.remove(i)):(i=BB(A,o),r===e&&(A.activeFormattingElements.bookmark=o),A.treeAdapter.detachNode(r),A.treeAdapter.appendChild(i,r),r=i)}return r}function BB(A,e){const t=A.treeAdapter.getNamespaceURI(e.element),r=A.treeAdapter.createElement(e.token.tagName,t,e.token.attrs);return A.openElements.replace(e.element,r),e.element=r,r}function gB(A,e,t){const r=A.treeAdapter.getTagName(e),n=sn(r);if(A._isElementCausesFosterParenting(n))A._fosterParentElement(t);else{const a=A.treeAdapter.getNamespaceURI(e);n===s.TEMPLATE&&a===I.HTML&&(e=A.treeAdapter.getTemplateContent(e)),A.treeAdapter.appendChild(e,t)}}function pB(A,e,t){const r=A.treeAdapter.getNamespaceURI(t.element),{token:n}=t,a=A.treeAdapter.createElement(n.tagName,r,n.attrs);A._adoptNodes(e,a),A.treeAdapter.appendChild(e,a),A.activeFormattingElements.insertElementAfterBookmark(a,n),A.activeFormattingElements.removeEntry(t),A.openElements.remove(t.element),A.openElements.insertAfter(e,a,n.tagID)}function ei(A,e){for(let t=0;t<uB;t++){const r=dB(A,e);if(!r)break;const n=fB(A,r);if(!n)break;A.activeFormattingElements.bookmark=r;const a=hB(A,n,r.element),i=A.openElements.getCommonAncestor(r.element);A.treeAdapter.detachNode(a),i&&gB(A,i,a),pB(A,n,r)}}function ti(A,e){A._appendCommentNode(e,A.openElements.currentTmplContentOrNode)}function EB(A,e){A._appendCommentNode(e,A.openElements.items[0])}function mB(A,e){A._appendCommentNode(e,A.document)}function ri(A,e){if(A.stopped=!0,e.location){const t=A.fragmentContext?0:2;for(let r=A.openElements.stackTop;r>=t;r--)A._setEndLocation(A.openElements.items[r],e);if(!A.fragmentContext&&A.openElements.stackTop>=0){const r=A.openElements.items[0],n=A.treeAdapter.getNodeSourceCodeLocation(r);if(n&&!n.endTag&&(A._setEndLocation(r,e),A.openElements.stackTop>=1)){const a=A.openElements.items[1],i=A.treeAdapter.getNodeSourceCodeLocation(a);i&&!i.endTag&&A._setEndLocation(a,e)}}}}function CB(A,e){A._setDocumentType(e);const t=e.forceQuirks?re.QUIRKS:jh(e);qh(e)||A._err(e,U.nonConformingDoctype),A.treeAdapter.setDocumentMode(A.document,t),A.insertionMode=p.BEFORE_HTML}function nr(A,e){A._err(e,U.missingDoctype,!0),A.treeAdapter.setDocumentMode(A.document,re.QUIRKS),A.insertionMode=p.BEFORE_HTML,A._processToken(e)}function wB(A,e){e.tagID===s.HTML?(A._insertElement(e,I.HTML),A.insertionMode=p.BEFORE_HEAD):ar(A,e)}function bB(A,e){const t=e.tagID;(t===s.HTML||t===s.HEAD||t===s.BODY||t===s.BR)&&ar(A,e)}function ar(A,e){A._insertFakeRootElement(),A.insertionMode=p.BEFORE_HEAD,A._processToken(e)}function TB(A,e){switch(e.tagID){case s.HTML:{GA(A,e);break}case s.HEAD:{A._insertElement(e,I.HTML),A.headElement=A.openElements.current,A.insertionMode=p.IN_HEAD;break}default:ir(A,e)}}function UB(A,e){const t=e.tagID;t===s.HEAD||t===s.BODY||t===s.HTML||t===s.BR?ir(A,e):A._err(e,U.endTagWithoutMatchingOpenElement)}function ir(A,e){A._insertFakeElement(w.HEAD,s.HEAD),A.headElement=A.openElements.current,A.insertionMode=p.IN_HEAD,A._processToken(e)}function Be(A,e){switch(e.tagID){case s.HTML:{GA(A,e);break}case s.BASE:case s.BASEFONT:case s.BGSOUND:case s.LINK:case s.META:{A._appendElement(e,I.HTML),e.ackSelfClosing=!0;break}case s.TITLE:{A._switchToTextParsing(e,ZA.RCDATA);break}case s.NOSCRIPT:{A.options.scriptingEnabled?A._switchToTextParsing(e,ZA.RAWTEXT):(A._insertElement(e,I.HTML),A.insertionMode=p.IN_HEAD_NO_SCRIPT);break}case s.NOFRAMES:case s.STYLE:{A._switchToTextParsing(e,ZA.RAWTEXT);break}case s.SCRIPT:{A._switchToTextParsing(e,ZA.SCRIPT_DATA);break}case s.TEMPLATE:{A._insertTemplate(e),A.activeFormattingElements.insertMarker(),A.framesetOk=!1,A.insertionMode=p.IN_TEMPLATE,A.tmplInsertionModeStack.unshift(p.IN_TEMPLATE);break}case s.HEAD:{A._err(e,U.misplacedStartTagForHeadElement);break}default:sr(A,e)}}function QB(A,e){switch(e.tagID){case s.HEAD:{A.openElements.pop(),A.insertionMode=p.AFTER_HEAD;break}case s.BODY:case s.BR:case s.HTML:{sr(A,e);break}case s.TEMPLATE:{ut(A,e);break}default:A._err(e,U.endTagWithoutMatchingOpenElement)}}function ut(A,e){A.openElements.tmplCount>0?(A.openElements.generateImpliedEndTagsThoroughly(),A.openElements.currentTagId!==s.TEMPLATE&&A._err(e,U.closingOfElementWithOpenChildElements),A.openElements.popUntilTagNamePopped(s.TEMPLATE),A.activeFormattingElements.clearToLastMarker(),A.tmplInsertionModeStack.shift(),A._resetInsertionMode()):A._err(e,U.endTagWithoutMatchingOpenElement)}function sr(A,e){A.openElements.pop(),A.insertionMode=p.AFTER_HEAD,A._processToken(e)}function FB(A,e){switch(e.tagID){case s.HTML:{GA(A,e);break}case s.BASEFONT:case s.BGSOUND:case s.HEAD:case s.LINK:case s.META:case s.NOFRAMES:case s.STYLE:{Be(A,e);break}case s.NOSCRIPT:{A._err(e,U.nestedNoscriptInHead);break}default:or(A,e)}}function IB(A,e){switch(e.tagID){case s.NOSCRIPT:{A.openElements.pop(),A.insertionMode=p.IN_HEAD;break}case s.BR:{or(A,e);break}default:A._err(e,U.endTagWithoutMatchingOpenElement)}}function or(A,e){const t=e.type===rA.EOF?U.openElementsLeftAfterEof:U.disallowedContentInNoscriptInHead;A._err(e,t),A.openElements.pop(),A.insertionMode=p.IN_HEAD,A._processToken(e)}function yB(A,e){switch(e.tagID){case s.HTML:{GA(A,e);break}case s.BODY:{A._insertElement(e,I.HTML),A.framesetOk=!1,A.insertionMode=p.IN_BODY;break}case s.FRAMESET:{A._insertElement(e,I.HTML),A.insertionMode=p.IN_FRAMESET;break}case s.BASE:case s.BASEFONT:case s.BGSOUND:case s.LINK:case s.META:case s.NOFRAMES:case s.SCRIPT:case s.STYLE:case s.TEMPLATE:case s.TITLE:{A._err(e,U.abandonedHeadElementChild),A.openElements.push(A.headElement,s.HEAD),Be(A,e),A.openElements.remove(A.headElement);break}case s.HEAD:{A._err(e,U.misplacedStartTagForHeadElement);break}default:ur(A,e)}}function xB(A,e){switch(e.tagID){case s.BODY:case s.HTML:case s.BR:{ur(A,e);break}case s.TEMPLATE:{ut(A,e);break}default:A._err(e,U.endTagWithoutMatchingOpenElement)}}function ur(A,e){A._insertFakeElement(w.BODY,s.BODY),A.insertionMode=p.IN_BODY,cn(A,e)}function cn(A,e){switch(e.type){case rA.CHARACTER:{qo(A,e);break}case rA.WHITESPACE_CHARACTER:{Jo(A,e);break}case rA.COMMENT:{ti(A,e);break}case rA.START_TAG:{GA(A,e);break}case rA.END_TAG:{ln(A,e);break}case rA.EOF:{eu(A,e);break}}}function Jo(A,e){A._reconstructActiveFormattingElements(),A._insertCharacters(e)}function qo(A,e){A._reconstructActiveFormattingElements(),A._insertCharacters(e),A.framesetOk=!1}function vB(A,e){A.openElements.tmplCount===0&&A.treeAdapter.adoptAttributes(A.openElements.items[0],e.attrs)}function _B(A,e){const t=A.openElements.tryPeekProperlyNestedBodyElement();t&&A.openElements.tmplCount===0&&(A.framesetOk=!1,A.treeAdapter.adoptAttributes(t,e.attrs))}function NB(A,e){const t=A.openElements.tryPeekProperlyNestedBodyElement();A.framesetOk&&t&&(A.treeAdapter.detachNode(t),A.openElements.popAllUpToHtmlElement(),A._insertElement(e,I.HTML),A.insertionMode=p.IN_FRAMESET)}function SB(A,e){A.openElements.hasInButtonScope(s.P)&&A._closePElement(),A._insertElement(e,I.HTML)}function LB(A,e){A.openElements.hasInButtonScope(s.P)&&A._closePElement(),$a.has(A.openElements.currentTagId)&&A.openElements.pop(),A._insertElement(e,I.HTML)}function HB(A,e){A.openElements.hasInButtonScope(s.P)&&A._closePElement(),A._insertElement(e,I.HTML),A.skipNextNewLine=!0,A.framesetOk=!1}function DB(A,e){const t=A.openElements.tmplCount>0;(!A.formElement||t)&&(A.openElements.hasInButtonScope(s.P)&&A._closePElement(),A._insertElement(e,I.HTML),t||(A.formElement=A.openElements.current))}function OB(A,e){A.framesetOk=!1;const t=e.tagID;for(let r=A.openElements.stackTop;r>=0;r--){const n=A.openElements.tagIDs[r];if(t===s.LI&&n===s.LI||(t===s.DD||t===s.DT)&&(n===s.DD||n===s.DT)){A.openElements.generateImpliedEndTagsWithExclusion(n),A.openElements.popUntilTagNamePopped(n);break}if(n!==s.ADDRESS&&n!==s.DIV&&n!==s.P&&A._isSpecialElement(A.openElements.items[r],n))break}A.openElements.hasInButtonScope(s.P)&&A._closePElement(),A._insertElement(e,I.HTML)}function RB(A,e){A.openElements.hasInButtonScope(s.P)&&A._closePElement(),A._insertElement(e,I.HTML),A.tokenizer.state=ZA.PLAINTEXT}function MB(A,e){A.openElements.hasInScope(s.BUTTON)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(s.BUTTON)),A._reconstructActiveFormattingElements(),A._insertElement(e,I.HTML),A.framesetOk=!1}function kB(A,e){const t=A.activeFormattingElements.getElementEntryInScopeWithTagName(w.A);t&&(ei(A,e),A.openElements.remove(t.element),A.activeFormattingElements.removeEntry(t)),A._reconstructActiveFormattingElements(),A._insertElement(e,I.HTML),A.activeFormattingElements.pushElement(A.openElements.current,e)}function PB(A,e){A._reconstructActiveFormattingElements(),A._insertElement(e,I.HTML),A.activeFormattingElements.pushElement(A.openElements.current,e)}function KB(A,e){A._reconstructActiveFormattingElements(),A.openElements.hasInScope(s.NOBR)&&(ei(A,e),A._reconstructActiveFormattingElements()),A._insertElement(e,I.HTML),A.activeFormattingElements.pushElement(A.openElements.current,e)}function VB(A,e){A._reconstructActiveFormattingElements(),A._insertElement(e,I.HTML),A.activeFormattingElements.insertMarker(),A.framesetOk=!1}function GB(A,e){A.treeAdapter.getDocumentMode(A.document)!==re.QUIRKS&&A.openElements.hasInButtonScope(s.P)&&A._closePElement(),A._insertElement(e,I.HTML),A.framesetOk=!1,A.insertionMode=p.IN_TABLE}function jo(A,e){A._reconstructActiveFormattingElements(),A._appendElement(e,I.HTML),A.framesetOk=!1,e.ackSelfClosing=!0}function zo(A){const e=xo(A,ot.TYPE);return e!=null&&e.toLowerCase()===oB}function YB(A,e){A._reconstructActiveFormattingElements(),A._appendElement(e,I.HTML),zo(e)||(A.framesetOk=!1),e.ackSelfClosing=!0}function XB(A,e){A._appendElement(e,I.HTML),e.ackSelfClosing=!0}function WB(A,e){A.openElements.hasInButtonScope(s.P)&&A._closePElement(),A._appendElement(e,I.HTML),A.framesetOk=!1,e.ackSelfClosing=!0}function JB(A,e){e.tagName=w.IMG,e.tagID=s.IMG,jo(A,e)}function qB(A,e){A._insertElement(e,I.HTML),A.skipNextNewLine=!0,A.tokenizer.state=ZA.RCDATA,A.originalInsertionMode=A.insertionMode,A.framesetOk=!1,A.insertionMode=p.TEXT}function jB(A,e){A.openElements.hasInButtonScope(s.P)&&A._closePElement(),A._reconstructActiveFormattingElements(),A.framesetOk=!1,A._switchToTextParsing(e,ZA.RAWTEXT)}function zB(A,e){A.framesetOk=!1,A._switchToTextParsing(e,ZA.RAWTEXT)}function $o(A,e){A._switchToTextParsing(e,ZA.RAWTEXT)}function $B(A,e){A._reconstructActiveFormattingElements(),A._insertElement(e,I.HTML),A.framesetOk=!1,A.insertionMode=A.insertionMode===p.IN_TABLE||A.insertionMode===p.IN_CAPTION||A.insertionMode===p.IN_TABLE_BODY||A.insertionMode===p.IN_ROW||A.insertionMode===p.IN_CELL?p.IN_SELECT_IN_TABLE:p.IN_SELECT}function ZB(A,e){A.openElements.currentTagId===s.OPTION&&A.openElements.pop(),A._reconstructActiveFormattingElements(),A._insertElement(e,I.HTML)}function Ag(A,e){A.openElements.hasInScope(s.RUBY)&&A.openElements.generateImpliedEndTags(),A._insertElement(e,I.HTML)}function eg(A,e){A.openElements.hasInScope(s.RUBY)&&A.openElements.generateImpliedEndTagsWithExclusion(s.RTC),A._insertElement(e,I.HTML)}function tg(A,e){A._reconstructActiveFormattingElements(),Vo(e),Ai(e),e.selfClosing?A._appendElement(e,I.MATHML):A._insertElement(e,I.MATHML),e.ackSelfClosing=!0}function rg(A,e){A._reconstructActiveFormattingElements(),Go(e),Ai(e),e.selfClosing?A._appendElement(e,I.SVG):A._insertElement(e,I.SVG),e.ackSelfClosing=!0}function Zo(A,e){A._reconstructActiveFormattingElements(),A._insertElement(e,I.HTML)}function GA(A,e){switch(e.tagID){case s.I:case s.S:case s.B:case s.U:case s.EM:case s.TT:case s.BIG:case s.CODE:case s.FONT:case s.SMALL:case s.STRIKE:case s.STRONG:{PB(A,e);break}case s.A:{kB(A,e);break}case s.H1:case s.H2:case s.H3:case s.H4:case s.H5:case s.H6:{LB(A,e);break}case s.P:case s.DL:case s.OL:case s.UL:case s.DIV:case s.DIR:case s.NAV:case s.MAIN:case s.MENU:case s.ASIDE:case s.CENTER:case s.FIGURE:case s.FOOTER:case s.HEADER:case s.HGROUP:case s.DIALOG:case s.DETAILS:case s.ADDRESS:case s.ARTICLE:case s.SEARCH:case s.SECTION:case s.SUMMARY:case s.FIELDSET:case s.BLOCKQUOTE:case s.FIGCAPTION:{SB(A,e);break}case s.LI:case s.DD:case s.DT:{OB(A,e);break}case s.BR:case s.IMG:case s.WBR:case s.AREA:case s.EMBED:case s.KEYGEN:{jo(A,e);break}case s.HR:{WB(A,e);break}case s.RB:case s.RTC:{Ag(A,e);break}case s.RT:case s.RP:{eg(A,e);break}case s.PRE:case s.LISTING:{HB(A,e);break}case s.XMP:{jB(A,e);break}case s.SVG:{rg(A,e);break}case s.HTML:{vB(A,e);break}case s.BASE:case s.LINK:case s.META:case s.STYLE:case s.TITLE:case s.SCRIPT:case s.BGSOUND:case s.BASEFONT:case s.TEMPLATE:{Be(A,e);break}case s.BODY:{_B(A,e);break}case s.FORM:{DB(A,e);break}case s.NOBR:{KB(A,e);break}case s.MATH:{tg(A,e);break}case s.TABLE:{GB(A,e);break}case s.INPUT:{YB(A,e);break}case s.PARAM:case s.TRACK:case s.SOURCE:{XB(A,e);break}case s.IMAGE:{JB(A,e);break}case s.BUTTON:{MB(A,e);break}case s.APPLET:case s.OBJECT:case s.MARQUEE:{VB(A,e);break}case s.IFRAME:{zB(A,e);break}case s.SELECT:{$B(A,e);break}case s.OPTION:case s.OPTGROUP:{ZB(A,e);break}case s.NOEMBED:case s.NOFRAMES:{$o(A,e);break}case s.FRAMESET:{NB(A,e);break}case s.TEXTAREA:{qB(A,e);break}case s.NOSCRIPT:{A.options.scriptingEnabled?$o(A,e):Zo(A,e);break}case s.PLAINTEXT:{RB(A,e);break}case s.COL:case s.TH:case s.TD:case s.TR:case s.HEAD:case s.FRAME:case s.TBODY:case s.TFOOT:case s.THEAD:case s.CAPTION:case s.COLGROUP:break;default:Zo(A,e)}}function ng(A,e){if(A.openElements.hasInScope(s.BODY)&&(A.insertionMode=p.AFTER_BODY,A.options.sourceCodeLocationInfo)){const t=A.openElements.tryPeekProperlyNestedBodyElement();t&&A._setEndLocation(t,e)}}function ag(A,e){A.openElements.hasInScope(s.BODY)&&(A.insertionMode=p.AFTER_BODY,uu(A,e))}function ig(A,e){const t=e.tagID;A.openElements.hasInScope(t)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(t))}function sg(A){const e=A.openElements.tmplCount>0,{formElement:t}=A;e||(A.formElement=null),(t||e)&&A.openElements.hasInScope(s.FORM)&&(A.openElements.generateImpliedEndTags(),e?A.openElements.popUntilTagNamePopped(s.FORM):t&&A.openElements.remove(t))}function og(A){A.openElements.hasInButtonScope(s.P)||A._insertFakeElement(w.P,s.P),A._closePElement()}function ug(A){A.openElements.hasInListItemScope(s.LI)&&(A.openElements.generateImpliedEndTagsWithExclusion(s.LI),A.openElements.popUntilTagNamePopped(s.LI))}function cg(A,e){const t=e.tagID;A.openElements.hasInScope(t)&&(A.openElements.generateImpliedEndTagsWithExclusion(t),A.openElements.popUntilTagNamePopped(t))}function lg(A){A.openElements.hasNumberedHeaderInScope()&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilNumberedHeaderPopped())}function dg(A,e){const t=e.tagID;A.openElements.hasInScope(t)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(t),A.activeFormattingElements.clearToLastMarker())}function fg(A){A._reconstructActiveFormattingElements(),A._insertFakeElement(w.BR,s.BR),A.openElements.pop(),A.framesetOk=!1}function Au(A,e){const t=e.tagName,r=e.tagID;for(let n=A.openElements.stackTop;n>0;n--){const a=A.openElements.items[n],i=A.openElements.tagIDs[n];if(r===i&&(r!==s.UNKNOWN||A.treeAdapter.getTagName(a)===t)){A.openElements.generateImpliedEndTagsWithExclusion(r),A.openElements.stackTop>=n&&A.openElements.shortenToLength(n);break}if(A._isSpecialElement(a,i))break}}function ln(A,e){switch(e.tagID){case s.A:case s.B:case s.I:case s.S:case s.U:case s.EM:case s.TT:case s.BIG:case s.CODE:case s.FONT:case s.NOBR:case s.SMALL:case s.STRIKE:case s.STRONG:{ei(A,e);break}case s.P:{og(A);break}case s.DL:case s.UL:case s.OL:case s.DIR:case s.DIV:case s.NAV:case s.PRE:case s.MAIN:case s.MENU:case s.ASIDE:case s.BUTTON:case s.CENTER:case s.FIGURE:case s.FOOTER:case s.HEADER:case s.HGROUP:case s.DIALOG:case s.ADDRESS:case s.ARTICLE:case s.DETAILS:case s.SEARCH:case s.SECTION:case s.SUMMARY:case s.LISTING:case s.FIELDSET:case s.BLOCKQUOTE:case s.FIGCAPTION:{ig(A,e);break}case s.LI:{ug(A);break}case s.DD:case s.DT:{cg(A,e);break}case s.H1:case s.H2:case s.H3:case s.H4:case s.H5:case s.H6:{lg(A);break}case s.BR:{fg(A);break}case s.BODY:{ng(A,e);break}case s.HTML:{ag(A,e);break}case s.FORM:{sg(A);break}case s.APPLET:case s.OBJECT:case s.MARQUEE:{dg(A,e);break}case s.TEMPLATE:{ut(A,e);break}default:Au(A,e)}}function eu(A,e){A.tmplInsertionModeStack.length>0?ou(A,e):ri(A,e)}function hg(A,e){var t;e.tagID===s.SCRIPT&&((t=A.scriptHandler)===null||t===void 0||t.call(A,A.openElements.current)),A.openElements.pop(),A.insertionMode=A.originalInsertionMode}function Bg(A,e){A._err(e,U.eofInElementThatCanContainOnlyText),A.openElements.pop(),A.insertionMode=A.originalInsertionMode,A.onEof(e)}function ni(A,e){if(Yo.has(A.openElements.currentTagId))switch(A.pendingCharacterTokens.length=0,A.hasNonWhitespacePendingCharacterToken=!1,A.originalInsertionMode=A.insertionMode,A.insertionMode=p.IN_TABLE_TEXT,e.type){case rA.CHARACTER:{ru(A,e);break}case rA.WHITESPACE_CHARACTER:{tu(A,e);break}}else lr(A,e)}function gg(A,e){A.openElements.clearBackToTableContext(),A.activeFormattingElements.insertMarker(),A._insertElement(e,I.HTML),A.insertionMode=p.IN_CAPTION}function pg(A,e){A.openElements.clearBackToTableContext(),A._insertElement(e,I.HTML),A.insertionMode=p.IN_COLUMN_GROUP}function Eg(A,e){A.openElements.clearBackToTableContext(),A._insertFakeElement(w.COLGROUP,s.COLGROUP),A.insertionMode=p.IN_COLUMN_GROUP,ai(A,e)}function mg(A,e){A.openElements.clearBackToTableContext(),A._insertElement(e,I.HTML),A.insertionMode=p.IN_TABLE_BODY}function Cg(A,e){A.openElements.clearBackToTableContext(),A._insertFakeElement(w.TBODY,s.TBODY),A.insertionMode=p.IN_TABLE_BODY,fn(A,e)}function wg(A,e){A.openElements.hasInTableScope(s.TABLE)&&(A.openElements.popUntilTagNamePopped(s.TABLE),A._resetInsertionMode(),A._processStartTag(e))}function bg(A,e){zo(e)?A._appendElement(e,I.HTML):lr(A,e),e.ackSelfClosing=!0}function Tg(A,e){!A.formElement&&A.openElements.tmplCount===0&&(A._insertElement(e,I.HTML),A.formElement=A.openElements.current,A.openElements.pop())}function Tt(A,e){switch(e.tagID){case s.TD:case s.TH:case s.TR:{Cg(A,e);break}case s.STYLE:case s.SCRIPT:case s.TEMPLATE:{Be(A,e);break}case s.COL:{Eg(A,e);break}case s.FORM:{Tg(A,e);break}case s.TABLE:{wg(A,e);break}case s.TBODY:case s.TFOOT:case s.THEAD:{mg(A,e);break}case s.INPUT:{bg(A,e);break}case s.CAPTION:{gg(A,e);break}case s.COLGROUP:{pg(A,e);break}default:lr(A,e)}}function cr(A,e){switch(e.tagID){case s.TABLE:{A.openElements.hasInTableScope(s.TABLE)&&(A.openElements.popUntilTagNamePopped(s.TABLE),A._resetInsertionMode());break}case s.TEMPLATE:{ut(A,e);break}case s.BODY:case s.CAPTION:case s.COL:case s.COLGROUP:case s.HTML:case s.TBODY:case s.TD:case s.TFOOT:case s.TH:case s.THEAD:case s.TR:break;default:lr(A,e)}}function lr(A,e){const t=A.fosterParentingEnabled;A.fosterParentingEnabled=!0,cn(A,e),A.fosterParentingEnabled=t}function tu(A,e){A.pendingCharacterTokens.push(e)}function ru(A,e){A.pendingCharacterTokens.push(e),A.hasNonWhitespacePendingCharacterToken=!0}function dr(A,e){let t=0;if(A.hasNonWhitespacePendingCharacterToken)for(;t<A.pendingCharacterTokens.length;t++)lr(A,A.pendingCharacterTokens[t]);else for(;t<A.pendingCharacterTokens.length;t++)A._insertCharacters(A.pendingCharacterTokens[t]);A.insertionMode=A.originalInsertionMode,A._processToken(e)}const nu=new Set([s.CAPTION,s.COL,s.COLGROUP,s.TBODY,s.TD,s.TFOOT,s.TH,s.THEAD,s.TR]);function Ug(A,e){const t=e.tagID;nu.has(t)?A.openElements.hasInTableScope(s.CAPTION)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(s.CAPTION),A.activeFormattingElements.clearToLastMarker(),A.insertionMode=p.IN_TABLE,Tt(A,e)):GA(A,e)}function Qg(A,e){const t=e.tagID;switch(t){case s.CAPTION:case s.TABLE:{A.openElements.hasInTableScope(s.CAPTION)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(s.CAPTION),A.activeFormattingElements.clearToLastMarker(),A.insertionMode=p.IN_TABLE,t===s.TABLE&&cr(A,e));break}case s.BODY:case s.COL:case s.COLGROUP:case s.HTML:case s.TBODY:case s.TD:case s.TFOOT:case s.TH:case s.THEAD:case s.TR:break;default:ln(A,e)}}function ai(A,e){switch(e.tagID){case s.HTML:{GA(A,e);break}case s.COL:{A._appendElement(e,I.HTML),e.ackSelfClosing=!0;break}case s.TEMPLATE:{Be(A,e);break}default:dn(A,e)}}function Fg(A,e){switch(e.tagID){case s.COLGROUP:{A.openElements.currentTagId===s.COLGROUP&&(A.openElements.pop(),A.insertionMode=p.IN_TABLE);break}case s.TEMPLATE:{ut(A,e);break}case s.COL:break;default:dn(A,e)}}function dn(A,e){A.openElements.currentTagId===s.COLGROUP&&(A.openElements.pop(),A.insertionMode=p.IN_TABLE,A._processToken(e))}function fn(A,e){switch(e.tagID){case s.TR:{A.openElements.clearBackToTableBodyContext(),A._insertElement(e,I.HTML),A.insertionMode=p.IN_ROW;break}case s.TH:case s.TD:{A.openElements.clearBackToTableBodyContext(),A._insertFakeElement(w.TR,s.TR),A.insertionMode=p.IN_ROW,hn(A,e);break}case s.CAPTION:case s.COL:case s.COLGROUP:case s.TBODY:case s.TFOOT:case s.THEAD:{A.openElements.hasTableBodyContextInTableScope()&&(A.openElements.clearBackToTableBodyContext(),A.openElements.pop(),A.insertionMode=p.IN_TABLE,Tt(A,e));break}default:Tt(A,e)}}function ii(A,e){const t=e.tagID;switch(e.tagID){case s.TBODY:case s.TFOOT:case s.THEAD:{A.openElements.hasInTableScope(t)&&(A.openElements.clearBackToTableBodyContext(),A.openElements.pop(),A.insertionMode=p.IN_TABLE);break}case s.TABLE:{A.openElements.hasTableBodyContextInTableScope()&&(A.openElements.clearBackToTableBodyContext(),A.openElements.pop(),A.insertionMode=p.IN_TABLE,cr(A,e));break}case s.BODY:case s.CAPTION:case s.COL:case s.COLGROUP:case s.HTML:case s.TD:case s.TH:case s.TR:break;default:cr(A,e)}}function hn(A,e){switch(e.tagID){case s.TH:case s.TD:{A.openElements.clearBackToTableRowContext(),A._insertElement(e,I.HTML),A.insertionMode=p.IN_CELL,A.activeFormattingElements.insertMarker();break}case s.CAPTION:case s.COL:case s.COLGROUP:case s.TBODY:case s.TFOOT:case s.THEAD:case s.TR:{A.openElements.hasInTableScope(s.TR)&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=p.IN_TABLE_BODY,fn(A,e));break}default:Tt(A,e)}}function au(A,e){switch(e.tagID){case s.TR:{A.openElements.hasInTableScope(s.TR)&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=p.IN_TABLE_BODY);break}case s.TABLE:{A.openElements.hasInTableScope(s.TR)&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=p.IN_TABLE_BODY,ii(A,e));break}case s.TBODY:case s.TFOOT:case s.THEAD:{(A.openElements.hasInTableScope(e.tagID)||A.openElements.hasInTableScope(s.TR))&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=p.IN_TABLE_BODY,ii(A,e));break}case s.BODY:case s.CAPTION:case s.COL:case s.COLGROUP:case s.HTML:case s.TD:case s.TH:break;default:cr(A,e)}}function Ig(A,e){const t=e.tagID;nu.has(t)?(A.openElements.hasInTableScope(s.TD)||A.openElements.hasInTableScope(s.TH))&&(A._closeTableCell(),hn(A,e)):GA(A,e)}function yg(A,e){const t=e.tagID;switch(t){case s.TD:case s.TH:{A.openElements.hasInTableScope(t)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(t),A.activeFormattingElements.clearToLastMarker(),A.insertionMode=p.IN_ROW);break}case s.TABLE:case s.TBODY:case s.TFOOT:case s.THEAD:case s.TR:{A.openElements.hasInTableScope(t)&&(A._closeTableCell(),au(A,e));break}case s.BODY:case s.CAPTION:case s.COL:case s.COLGROUP:case s.HTML:break;default:ln(A,e)}}function iu(A,e){switch(e.tagID){case s.HTML:{GA(A,e);break}case s.OPTION:{A.openElements.currentTagId===s.OPTION&&A.openElements.pop(),A._insertElement(e,I.HTML);break}case s.OPTGROUP:{A.openElements.currentTagId===s.OPTION&&A.openElements.pop(),A.openElements.currentTagId===s.OPTGROUP&&A.openElements.pop(),A._insertElement(e,I.HTML);break}case s.HR:{A.openElements.currentTagId===s.OPTION&&A.openElements.pop(),A.openElements.currentTagId===s.OPTGROUP&&A.openElements.pop(),A._appendElement(e,I.HTML),e.ackSelfClosing=!0;break}case s.INPUT:case s.KEYGEN:case s.TEXTAREA:case s.SELECT:{A.openElements.hasInSelectScope(s.SELECT)&&(A.openElements.popUntilTagNamePopped(s.SELECT),A._resetInsertionMode(),e.tagID!==s.SELECT&&A._processStartTag(e));break}case s.SCRIPT:case s.TEMPLATE:{Be(A,e);break}}}function su(A,e){switch(e.tagID){case s.OPTGROUP:{A.openElements.stackTop>0&&A.openElements.currentTagId===s.OPTION&&A.openElements.tagIDs[A.openElements.stackTop-1]===s.OPTGROUP&&A.openElements.pop(),A.openElements.currentTagId===s.OPTGROUP&&A.openElements.pop();break}case s.OPTION:{A.openElements.currentTagId===s.OPTION&&A.openElements.pop();break}case s.SELECT:{A.openElements.hasInSelectScope(s.SELECT)&&(A.openElements.popUntilTagNamePopped(s.SELECT),A._resetInsertionMode());break}case s.TEMPLATE:{ut(A,e);break}}}function xg(A,e){const t=e.tagID;t===s.CAPTION||t===s.TABLE||t===s.TBODY||t===s.TFOOT||t===s.THEAD||t===s.TR||t===s.TD||t===s.TH?(A.openElements.popUntilTagNamePopped(s.SELECT),A._resetInsertionMode(),A._processStartTag(e)):iu(A,e)}function vg(A,e){const t=e.tagID;t===s.CAPTION||t===s.TABLE||t===s.TBODY||t===s.TFOOT||t===s.THEAD||t===s.TR||t===s.TD||t===s.TH?A.openElements.hasInTableScope(t)&&(A.openElements.popUntilTagNamePopped(s.SELECT),A._resetInsertionMode(),A.onEndTag(e)):su(A,e)}function _g(A,e){switch(e.tagID){case s.BASE:case s.BASEFONT:case s.BGSOUND:case s.LINK:case s.META:case s.NOFRAMES:case s.SCRIPT:case s.STYLE:case s.TEMPLATE:case s.TITLE:{Be(A,e);break}case s.CAPTION:case s.COLGROUP:case s.TBODY:case s.TFOOT:case s.THEAD:{A.tmplInsertionModeStack[0]=p.IN_TABLE,A.insertionMode=p.IN_TABLE,Tt(A,e);break}case s.COL:{A.tmplInsertionModeStack[0]=p.IN_COLUMN_GROUP,A.insertionMode=p.IN_COLUMN_GROUP,ai(A,e);break}case s.TR:{A.tmplInsertionModeStack[0]=p.IN_TABLE_BODY,A.insertionMode=p.IN_TABLE_BODY,fn(A,e);break}case s.TD:case s.TH:{A.tmplInsertionModeStack[0]=p.IN_ROW,A.insertionMode=p.IN_ROW,hn(A,e);break}default:A.tmplInsertionModeStack[0]=p.IN_BODY,A.insertionMode=p.IN_BODY,GA(A,e)}}function Ng(A,e){e.tagID===s.TEMPLATE&&ut(A,e)}function ou(A,e){A.openElements.tmplCount>0?(A.openElements.popUntilTagNamePopped(s.TEMPLATE),A.activeFormattingElements.clearToLastMarker(),A.tmplInsertionModeStack.shift(),A._resetInsertionMode(),A.onEof(e)):ri(A,e)}function Sg(A,e){e.tagID===s.HTML?GA(A,e):Bn(A,e)}function uu(A,e){var t;if(e.tagID===s.HTML){if(A.fragmentContext||(A.insertionMode=p.AFTER_AFTER_BODY),A.options.sourceCodeLocationInfo&&A.openElements.tagIDs[0]===s.HTML){A._setEndLocation(A.openElements.items[0],e);const r=A.openElements.items[1];r&&!(!((t=A.treeAdapter.getNodeSourceCodeLocation(r))===null||t===void 0)&&t.endTag)&&A._setEndLocation(r,e)}}else Bn(A,e)}function Bn(A,e){A.insertionMode=p.IN_BODY,cn(A,e)}function Lg(A,e){switch(e.tagID){case s.HTML:{GA(A,e);break}case s.FRAMESET:{A._insertElement(e,I.HTML);break}case s.FRAME:{A._appendElement(e,I.HTML),e.ackSelfClosing=!0;break}case s.NOFRAMES:{Be(A,e);break}}}function Hg(A,e){e.tagID===s.FRAMESET&&!A.openElements.isRootHtmlElementCurrent()&&(A.openElements.pop(),!A.fragmentContext&&A.openElements.currentTagId!==s.FRAMESET&&(A.insertionMode=p.AFTER_FRAMESET))}function Dg(A,e){switch(e.tagID){case s.HTML:{GA(A,e);break}case s.NOFRAMES:{Be(A,e);break}}}function Og(A,e){e.tagID===s.HTML&&(A.insertionMode=p.AFTER_AFTER_FRAMESET)}function Rg(A,e){e.tagID===s.HTML?GA(A,e):gn(A,e)}function gn(A,e){A.insertionMode=p.IN_BODY,cn(A,e)}function Mg(A,e){switch(e.tagID){case s.HTML:{GA(A,e);break}case s.NOFRAMES:{Be(A,e);break}}}function kg(A,e){e.chars=gA,A._insertCharacters(e)}function Pg(A,e){A._insertCharacters(e),A.framesetOk=!1}function cu(A){for(;A.treeAdapter.getNamespaceURI(A.openElements.current)!==I.HTML&&!A._isIntegrationPoint(A.openElements.currentTagId,A.openElements.current);)A.openElements.pop()}function Kg(A,e){if(rB(e))cu(A),A._startTagOutsideForeignContent(e);else{const t=A._getAdjustedCurrentElement(),r=A.treeAdapter.getNamespaceURI(t);r===I.MATHML?Vo(e):r===I.SVG&&(nB(e),Go(e)),Ai(e),e.selfClosing?A._appendElement(e,r):A._insertElement(e,r),e.ackSelfClosing=!0}}function Vg(A,e){if(e.tagID===s.P||e.tagID===s.BR){cu(A),A._endTagOutsideForeignContent(e);return}for(let t=A.openElements.stackTop;t>0;t--){const r=A.openElements.items[t];if(A.treeAdapter.getNamespaceURI(r)===I.HTML){A._endTagOutsideForeignContent(e);break}const n=A.treeAdapter.getTagName(r);if(n.toLowerCase()===e.tagName){e.tagName=n,A.openElements.shortenToLength(t);break}}}const Gg=new Set([w.AREA,w.BASE,w.BASEFONT,w.BGSOUND,w.BR,w.COL,w.EMBED,w.FRAME,w.HR,w.IMG,w.INPUT,w.KEYGEN,w.LINK,w.META,w.PARAM,w.SOURCE,w.TRACK,w.WBR]);function Yg(A,e){return e.treeAdapter.isElementNode(A)&&e.treeAdapter.getNamespaceURI(A)===I.HTML&&Gg.has(e.treeAdapter.getTagName(A))}const Xg={treeAdapter:xe,scriptingEnabled:!0};function Wg(A,e){const t={...Xg,...e};return lu(A,t)}function Jg(A,e){let t="";const r=e.treeAdapter.isElementNode(A)&&e.treeAdapter.getTagName(A)===w.TEMPLATE&&e.treeAdapter.getNamespaceURI(A)===I.HTML?e.treeAdapter.getTemplateContent(A):A,n=e.treeAdapter.getChildNodes(r);if(n)for(const a of n)t+=lu(a,e);return t}function lu(A,e){return e.treeAdapter.isElementNode(A)?qg(A,e):e.treeAdapter.isTextNode(A)?zg(A,e):e.treeAdapter.isCommentNode(A)?$g(A,e):e.treeAdapter.isDocumentTypeNode(A)?Zg(A,e):""}function qg(A,e){const t=e.treeAdapter.getTagName(A);return`<${t}${jg(A,e)}>${Yg(A,e)?"":`${Jg(A,e)}</${t}>`}`}function jg(A,{treeAdapter:e}){let t="";for(const r of e.getAttrList(A)){if(t+=" ",r.namespace)switch(r.namespace){case I.XML:{t+=`xml:${r.name}`;break}case I.XMLNS:{r.name!=="xmlns"&&(t+="xmlns:"),t+=r.name;break}case I.XLINK:{t+=`xlink:${r.name}`;break}default:t+=`${r.prefix}:${r.name}`}else t+=r.name;t+=`="${_s(r.value)}"`}return t}function zg(A,e){const{treeAdapter:t}=e,r=t.getTextNodeContent(A),n=t.getParentNode(A),a=n&&t.isElementNode(n)&&t.getTagName(n);return a&&t.getNamespaceURI(n)===I.HTML&&_h(a,e.scriptingEnabled)?r:Ns(r)}function $g(A,{treeAdapter:e}){return`<!--${e.getCommentNodeContent(A)}-->`}function Zg(A,{treeAdapter:e}){return`<!DOCTYPE ${e.getDocumentTypeNodeName(A)}>`}function Ap(A,e){return Wo.parse(A,e)}function ep(A,e,t){typeof A=="string"&&(t=e,e=A,A=null);const r=Wo.getFragmentParser(A,t);return r.tokenizer.write(e,!0),r.getFragment()}function du(A){const e=A.includes('"')?"'":'"';return e+A+e}function tp(A,e,t){let r="!DOCTYPE ";return A&&(r+=A),e?r+=` PUBLIC ${du(e)}`:t&&(r+=" SYSTEM"),t&&(r+=` ${du(t)}`),r}const Pe={isCommentNode:Vr,isElementNode:J,isTextNode:Ce,createDocument(){const A=new rt([]);return A["x-mode"]=re.NO_QUIRKS,A},createDocumentFragment(){return new rt([])},createElement(A,e,t){const r=Object.create(null),n=Object.create(null),a=Object.create(null);for(let o=0;o<t.length;o++){const u=t[o].name;r[u]=t[o].value,n[u]=t[o].namespace,a[u]=t[o].prefix}const i=new ma(A,r,[]);return i.namespace=e,i["x-attribsNamespace"]=n,i["x-attribsPrefix"]=a,i},createCommentNode(A){return new ga(A)},createTextNode(A){return new Wt(A)},appendChild(A,e){const t=A.children[A.children.length-1];t&&(t.next=e,e.prev=t),A.children.push(e),e.parent=A},insertBefore(A,e,t){const r=A.children.indexOf(t),{prev:n}=t;n&&(n.next=e,e.prev=n),t.prev=e,e.next=t,A.children.splice(r,0,e),e.parent=A},setTemplateContent(A,e){Pe.appendChild(A,e)},getTemplateContent(A){return A.children[0]},setDocumentType(A,e,t,r){const n=tp(e,t,r);let a=A.children.find(i=>Ca(i)&&i.name==="!doctype");a?a.data=n??null:(a=new pa("!doctype",n),Pe.appendChild(A,a)),a["x-name"]=e,a["x-publicId"]=t,a["x-systemId"]=r},setDocumentMode(A,e){A["x-mode"]=e},getDocumentMode(A){return A["x-mode"]},detachNode(A){if(A.parent){const e=A.parent.children.indexOf(A),{prev:t,next:r}=A;A.prev=null,A.next=null,t&&(t.next=r),r&&(r.prev=t),A.parent.children.splice(e,1),A.parent=null}},insertText(A,e){const t=A.children[A.children.length-1];t&&Ce(t)?t.data+=e:Pe.appendChild(A,Pe.createTextNode(e))},insertTextBefore(A,e,t){const r=A.children[A.children.indexOf(t)-1];r&&Ce(r)?r.data+=e:Pe.insertBefore(A,Pe.createTextNode(e),t)},adoptAttributes(A,e){for(let t=0;t<e.length;t++){const r=e[t].name;A.attribs[r]===void 0&&(A.attribs[r]=e[t].value,A["x-attribsNamespace"][r]=e[t].namespace,A["x-attribsPrefix"][r]=e[t].prefix)}},getFirstChild(A){return A.children[0]},getChildNodes(A){return A.children},getParentNode(A){return A.parent},getAttrList(A){return A.attributes},getTagName(A){return A.name},getNamespaceURI(A){return A.namespace},getTextNodeContent(A){return A.data},getCommentNodeContent(A){return A.data},getDocumentTypeNodeName(A){var e;return(e=A["x-name"])!==null&&e!==void 0?e:""},getDocumentTypeNodePublicId(A){var e;return(e=A["x-publicId"])!==null&&e!==void 0?e:""},getDocumentTypeNodeSystemId(A){var e;return(e=A["x-systemId"])!==null&&e!==void 0?e:""},isDocumentTypeNode(A){return Ca(A)&&A.name==="!doctype"},setNodeSourceCodeLocation(A,e){e&&(A.startIndex=e.startOffset,A.endIndex=e.endOffset),A.sourceCodeLocation=e},getNodeSourceCodeLocation(A){return A.sourceCodeLocation},updateNodeSourceCodeLocation(A,e){e.endOffset!=null&&(A.endIndex=e.endOffset),A.sourceCodeLocation={...A.sourceCodeLocation,...e}}};function rp(A,e,t,r){var n;return(n=e.treeAdapter)!==null&&n!==void 0||(e.treeAdapter=Pe),e.scriptingEnabled!==!1&&(e.scriptingEnabled=!0),t?Ap(A,e):ep(r,A,e)}const np={treeAdapter:Pe};function ap(A){const e="length"in A?A:[A];for(let r=0;r<e.length;r+=1){const n=e[r];De(n)&&Array.prototype.splice.call(e,r,1,...n.children)}let t="";for(let r=0;r<e.length;r+=1){const n=e[r];t+=Wg(n,np)}return t}var X;(function(A){A[A.Tab=9]="Tab",A[A.NewLine=10]="NewLine",A[A.FormFeed=12]="FormFeed",A[A.CarriageReturn=13]="CarriageReturn",A[A.Space=32]="Space",A[A.ExclamationMark=33]="ExclamationMark",A[A.Number=35]="Number",A[A.Amp=38]="Amp",A[A.SingleQuote=39]="SingleQuote",A[A.DoubleQuote=34]="DoubleQuote",A[A.Dash=45]="Dash",A[A.Slash=47]="Slash",A[A.Zero=48]="Zero",A[A.Nine=57]="Nine",A[A.Semi=59]="Semi",A[A.Lt=60]="Lt",A[A.Eq=61]="Eq",A[A.Gt=62]="Gt",A[A.Questionmark=63]="Questionmark",A[A.UpperA=65]="UpperA",A[A.LowerA=97]="LowerA",A[A.UpperF=70]="UpperF",A[A.LowerF=102]="LowerF",A[A.UpperZ=90]="UpperZ",A[A.LowerZ=122]="LowerZ",A[A.LowerX=120]="LowerX",A[A.OpeningSquareBracket=91]="OpeningSquareBracket"})(X||(X={}));var N;(function(A){A[A.Text=1]="Text",A[A.BeforeTagName=2]="BeforeTagName",A[A.InTagName=3]="InTagName",A[A.InSelfClosingTag=4]="InSelfClosingTag",A[A.BeforeClosingTagName=5]="BeforeClosingTagName",A[A.InClosingTagName=6]="InClosingTagName",A[A.AfterClosingTagName=7]="AfterClosingTagName",A[A.BeforeAttributeName=8]="BeforeAttributeName",A[A.InAttributeName=9]="InAttributeName",A[A.AfterAttributeName=10]="AfterAttributeName",A[A.BeforeAttributeValue=11]="BeforeAttributeValue",A[A.InAttributeValueDq=12]="InAttributeValueDq",A[A.InAttributeValueSq=13]="InAttributeValueSq",A[A.InAttributeValueNq=14]="InAttributeValueNq",A[A.BeforeDeclaration=15]="BeforeDeclaration",A[A.InDeclaration=16]="InDeclaration",A[A.InProcessingInstruction=17]="InProcessingInstruction",A[A.BeforeComment=18]="BeforeComment",A[A.CDATASequence=19]="CDATASequence",A[A.InSpecialComment=20]="InSpecialComment",A[A.InCommentLike=21]="InCommentLike",A[A.BeforeSpecialS=22]="BeforeSpecialS",A[A.BeforeSpecialT=23]="BeforeSpecialT",A[A.SpecialStartSequence=24]="SpecialStartSequence",A[A.InSpecialTag=25]="InSpecialTag",A[A.InEntity=26]="InEntity"})(N||(N={}));function ve(A){return A===X.Space||A===X.NewLine||A===X.Tab||A===X.FormFeed||A===X.CarriageReturn}function pn(A){return A===X.Slash||A===X.Gt||ve(A)}function ip(A){return A>=X.LowerA&&A<=X.LowerZ||A>=X.UpperA&&A<=X.UpperZ}var be;(function(A){A[A.NoValue=0]="NoValue",A[A.Unquoted=1]="Unquoted",A[A.Single=2]="Single",A[A.Double=3]="Double"})(be||(be={}));const RA={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97])};let sp=class{constructor({xmlMode:e=!1,decodeEntities:t=!0},r){this.cbs=r,this.state=N.Text,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=N.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=e,this.decodeEntities=t,this.entityDecoder=new Fa(e?Fs:ba,(n,a)=>this.emitCodePoint(n,a))}reset(){this.state=N.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=N.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(e){this.offset+=this.buffer.length,this.buffer=e,this.parse()}end(){this.running&&this.finish()}pause(){this.running=!1}resume(){this.running=!0,this.index<this.buffer.length+this.offset&&this.parse()}stateText(e){e===X.Lt||!this.decodeEntities&&this.fastForwardTo(X.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=N.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&e===X.Amp&&this.startEntity()}stateSpecialStartSequence(e){const t=this.sequenceIndex===this.currentSequence.length;if(!(t?pn(e):(e|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!t){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=N.InTagName,this.stateInTagName(e)}stateInSpecialTag(e){if(this.sequenceIndex===this.currentSequence.length){if(e===X.Gt||ve(e)){const t=this.index-this.currentSequence.length;if(this.sectionStart<t){const r=this.index;this.index=t,this.cbs.ontext(this.sectionStart,t),this.index=r}this.isSpecial=!1,this.sectionStart=t+2,this.stateInClosingTagName(e);return}this.sequenceIndex=0}(e|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===RA.TitleEnd?this.decodeEntities&&e===X.Amp&&this.startEntity():this.fastForwardTo(X.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=+(e===X.Lt)}stateCDATASequence(e){e===RA.Cdata[this.sequenceIndex]?++this.sequenceIndex===RA.Cdata.length&&(this.state=N.InCommentLike,this.currentSequence=RA.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=N.InDeclaration,this.stateInDeclaration(e))}fastForwardTo(e){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===e)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(e){e===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===RA.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index,2):this.cbs.oncomment(this.sectionStart,this.index,2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=N.Text):this.sequenceIndex===0?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):e!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(e){return this.xmlMode?!pn(e):ip(e)}startSpecial(e,t){this.isSpecial=!0,this.currentSequence=e,this.sequenceIndex=t,this.state=N.SpecialStartSequence}stateBeforeTagName(e){if(e===X.ExclamationMark)this.state=N.BeforeDeclaration,this.sectionStart=this.index+1;else if(e===X.Questionmark)this.state=N.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(e)){const t=e|32;this.sectionStart=this.index,this.xmlMode?this.state=N.InTagName:t===RA.ScriptEnd[2]?this.state=N.BeforeSpecialS:t===RA.TitleEnd[2]?this.state=N.BeforeSpecialT:this.state=N.InTagName}else e===X.Slash?this.state=N.BeforeClosingTagName:(this.state=N.Text,this.stateText(e))}stateInTagName(e){pn(e)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=N.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateBeforeClosingTagName(e){ve(e)||(e===X.Gt?this.state=N.Text:(this.state=this.isTagStartChar(e)?N.InClosingTagName:N.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(e){(e===X.Gt||ve(e))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=N.AfterClosingTagName,this.stateAfterClosingTagName(e))}stateAfterClosingTagName(e){(e===X.Gt||this.fastForwardTo(X.Gt))&&(this.state=N.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(e){e===X.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=N.InSpecialTag,this.sequenceIndex=0):this.state=N.Text,this.sectionStart=this.index+1):e===X.Slash?this.state=N.InSelfClosingTag:ve(e)||(this.state=N.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(e){e===X.Gt?(this.cbs.onselfclosingtag(this.index),this.state=N.Text,this.sectionStart=this.index+1,this.isSpecial=!1):ve(e)||(this.state=N.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateInAttributeName(e){(e===X.Eq||pn(e))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=N.AfterAttributeName,this.stateAfterAttributeName(e))}stateAfterAttributeName(e){e===X.Eq?this.state=N.BeforeAttributeValue:e===X.Slash||e===X.Gt?(this.cbs.onattribend(be.NoValue,this.sectionStart),this.sectionStart=-1,this.state=N.BeforeAttributeName,this.stateBeforeAttributeName(e)):ve(e)||(this.cbs.onattribend(be.NoValue,this.sectionStart),this.state=N.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(e){e===X.DoubleQuote?(this.state=N.InAttributeValueDq,this.sectionStart=this.index+1):e===X.SingleQuote?(this.state=N.InAttributeValueSq,this.sectionStart=this.index+1):ve(e)||(this.sectionStart=this.index,this.state=N.InAttributeValueNq,this.stateInAttributeValueNoQuotes(e))}handleInAttributeValue(e,t){e===t||!this.decodeEntities&&this.fastForwardTo(t)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(t===X.DoubleQuote?be.Double:be.Single,this.index+1),this.state=N.BeforeAttributeName):this.decodeEntities&&e===X.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(e){this.handleInAttributeValue(e,X.DoubleQuote)}stateInAttributeValueSingleQuotes(e){this.handleInAttributeValue(e,X.SingleQuote)}stateInAttributeValueNoQuotes(e){ve(e)||e===X.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(be.Unquoted,this.index),this.state=N.BeforeAttributeName,this.stateBeforeAttributeName(e)):this.decodeEntities&&e===X.Amp&&this.startEntity()}stateBeforeDeclaration(e){e===X.OpeningSquareBracket?(this.state=N.CDATASequence,this.sequenceIndex=0):this.state=e===X.Dash?N.BeforeComment:N.InDeclaration}stateInDeclaration(e){(e===X.Gt||this.fastForwardTo(X.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=N.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(e){(e===X.Gt||this.fastForwardTo(X.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=N.Text,this.sectionStart=this.index+1)}stateBeforeComment(e){e===X.Dash?(this.state=N.InCommentLike,this.currentSequence=RA.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=N.InDeclaration}stateInSpecialComment(e){(e===X.Gt||this.fastForwardTo(X.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=N.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(e){const t=e|32;t===RA.ScriptEnd[3]?this.startSpecial(RA.ScriptEnd,4):t===RA.StyleEnd[3]?this.startSpecial(RA.StyleEnd,4):(this.state=N.InTagName,this.stateInTagName(e))}stateBeforeSpecialT(e){const t=e|32;t===RA.TitleEnd[3]?this.startSpecial(RA.TitleEnd,4):t===RA.TextareaEnd[3]?this.startSpecial(RA.TextareaEnd,4):(this.state=N.InTagName,this.stateInTagName(e))}startEntity(){this.baseState=this.state,this.state=N.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?ie.Strict:this.baseState===N.Text||this.baseState===N.InSpecialTag?ie.Legacy:ie.Attribute)}stateInEntity(){const e=this.entityDecoder.write(this.buffer,this.index-this.offset);e>=0?(this.state=this.baseState,e===0&&(this.index=this.entityStart)):this.index=this.offset+this.buffer.length-1}cleanup(){this.running&&this.sectionStart!==this.index&&(this.state===N.Text||this.state===N.InSpecialTag&&this.sequenceIndex===0?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):(this.state===N.InAttributeValueDq||this.state===N.InAttributeValueSq||this.state===N.InAttributeValueNq)&&(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){for(;this.shouldContinue();){const e=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case N.Text:{this.stateText(e);break}case N.SpecialStartSequence:{this.stateSpecialStartSequence(e);break}case N.InSpecialTag:{this.stateInSpecialTag(e);break}case N.CDATASequence:{this.stateCDATASequence(e);break}case N.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(e);break}case N.InAttributeName:{this.stateInAttributeName(e);break}case N.InCommentLike:{this.stateInCommentLike(e);break}case N.InSpecialComment:{this.stateInSpecialComment(e);break}case N.BeforeAttributeName:{this.stateBeforeAttributeName(e);break}case N.InTagName:{this.stateInTagName(e);break}case N.InClosingTagName:{this.stateInClosingTagName(e);break}case N.BeforeTagName:{this.stateBeforeTagName(e);break}case N.AfterAttributeName:{this.stateAfterAttributeName(e);break}case N.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(e);break}case N.BeforeAttributeValue:{this.stateBeforeAttributeValue(e);break}case N.BeforeClosingTagName:{this.stateBeforeClosingTagName(e);break}case N.AfterClosingTagName:{this.stateAfterClosingTagName(e);break}case N.BeforeSpecialS:{this.stateBeforeSpecialS(e);break}case N.BeforeSpecialT:{this.stateBeforeSpecialT(e);break}case N.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(e);break}case N.InSelfClosingTag:{this.stateInSelfClosingTag(e);break}case N.InDeclaration:{this.stateInDeclaration(e);break}case N.BeforeDeclaration:{this.stateBeforeDeclaration(e);break}case N.BeforeComment:{this.stateBeforeComment(e);break}case N.InProcessingInstruction:{this.stateInProcessingInstruction(e);break}case N.InEntity:{this.stateInEntity();break}}this.index++}this.cleanup()}finish(){this.state===N.InEntity&&(this.entityDecoder.end(),this.state=this.baseState),this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){const e=this.buffer.length+this.offset;this.sectionStart>=e||(this.state===N.InCommentLike?this.currentSequence===RA.CdataEnd?this.cbs.oncdata(this.sectionStart,e,0):this.cbs.oncomment(this.sectionStart,e,0):this.state===N.InTagName||this.state===N.BeforeAttributeName||this.state===N.BeforeAttributeValue||this.state===N.AfterAttributeName||this.state===N.InAttributeName||this.state===N.InAttributeValueSq||this.state===N.InAttributeValueDq||this.state===N.InAttributeValueNq||this.state===N.InClosingTagName||this.cbs.ontext(this.sectionStart,e))}emitCodePoint(e,t){this.baseState!==N.Text&&this.baseState!==N.InSpecialTag?(this.sectionStart<this.entityStart&&this.cbs.onattribdata(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+t,this.index=this.sectionStart-1,this.cbs.onattribentity(e)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+t,this.index=this.sectionStart-1,this.cbs.ontextentity(e,this.sectionStart))}};const Ut=new Set(["input","option","optgroup","select","button","datalist","textarea"]),oA=new Set(["p"]),fu=new Set(["thead","tbody"]),hu=new Set(["dd","dt"]),Bu=new Set(["rt","rp"]),op=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",oA],["h1",oA],["h2",oA],["h3",oA],["h4",oA],["h5",oA],["h6",oA],["select",Ut],["input",Ut],["output",Ut],["button",Ut],["datalist",Ut],["textarea",Ut],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",hu],["dt",hu],["address",oA],["article",oA],["aside",oA],["blockquote",oA],["details",oA],["div",oA],["dl",oA],["fieldset",oA],["figcaption",oA],["figure",oA],["footer",oA],["form",oA],["header",oA],["hr",oA],["main",oA],["nav",oA],["ol",oA],["pre",oA],["section",oA],["table",oA],["ul",oA],["rt",Bu],["rp",Bu],["tbody",fu],["tfoot",fu]]),up=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),gu=new Set(["math","svg"]),pu=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),cp=/\s|\//;let lp=class{constructor(e,t={}){var r,n,a,i,o,u;this.options=t,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=e??{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=(r=t.lowerCaseTags)!==null&&r!==void 0?r:this.htmlMode,this.lowerCaseAttributeNames=(n=t.lowerCaseAttributeNames)!==null&&n!==void 0?n:this.htmlMode,this.recognizeSelfClosing=(a=t.recognizeSelfClosing)!==null&&a!==void 0?a:!this.htmlMode,this.tokenizer=new((i=t.Tokenizer)!==null&&i!==void 0?i:sp)(this.options,this),this.foreignContext=[!this.htmlMode],(u=(o=this.cbs).onparserinit)===null||u===void 0||u.call(o,this)}ontext(e,t){var r,n;const a=this.getSlice(e,t);this.endIndex=t-1,(n=(r=this.cbs).ontext)===null||n===void 0||n.call(r,a),this.startIndex=t}ontextentity(e,t){var r,n;this.endIndex=t-1,(n=(r=this.cbs).ontext)===null||n===void 0||n.call(r,Ua(e)),this.startIndex=t}isVoidElement(e){return this.htmlMode&&up.has(e)}onopentagname(e,t){this.endIndex=t;let r=this.getSlice(e,t);this.lowerCaseTagNames&&(r=r.toLowerCase()),this.emitOpenTag(r)}emitOpenTag(e){var t,r,n,a;this.openTagStart=this.startIndex,this.tagname=e;const i=this.htmlMode&&op.get(e);if(i)for(;this.stack.length>0&&i.has(this.stack[0]);){const o=this.stack.shift();(r=(t=this.cbs).onclosetag)===null||r===void 0||r.call(t,o,!0)}this.isVoidElement(e)||(this.stack.unshift(e),this.htmlMode&&(gu.has(e)?this.foreignContext.unshift(!0):pu.has(e)&&this.foreignContext.unshift(!1))),(a=(n=this.cbs).onopentagname)===null||a===void 0||a.call(n,e),this.cbs.onopentag&&(this.attribs={})}endOpenTag(e){var t,r;this.startIndex=this.openTagStart,this.attribs&&((r=(t=this.cbs).onopentag)===null||r===void 0||r.call(t,this.tagname,this.attribs,e),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""}onopentagend(e){this.endIndex=e,this.endOpenTag(!1),this.startIndex=e+1}onclosetag(e,t){var r,n,a,i,o,u,l,d;this.endIndex=t;let f=this.getSlice(e,t);if(this.lowerCaseTagNames&&(f=f.toLowerCase()),this.htmlMode&&(gu.has(f)||pu.has(f))&&this.foreignContext.shift(),this.isVoidElement(f))this.htmlMode&&f==="br"&&((i=(a=this.cbs).onopentagname)===null||i===void 0||i.call(a,"br"),(u=(o=this.cbs).onopentag)===null||u===void 0||u.call(o,"br",{},!0),(d=(l=this.cbs).onclosetag)===null||d===void 0||d.call(l,"br",!1));else{const h=this.stack.indexOf(f);if(h!==-1)for(let C=0;C<=h;C++){const m=this.stack.shift();(n=(r=this.cbs).onclosetag)===null||n===void 0||n.call(r,m,C!==h)}else this.htmlMode&&f==="p"&&(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=t+1}onselfclosingtag(e){this.endIndex=e,this.recognizeSelfClosing||this.foreignContext[0]?(this.closeCurrentTag(!1),this.startIndex=e+1):this.onopentagend(e)}closeCurrentTag(e){var t,r;const n=this.tagname;this.endOpenTag(e),this.stack[0]===n&&((r=(t=this.cbs).onclosetag)===null||r===void 0||r.call(t,n,!e),this.stack.shift())}onattribname(e,t){this.startIndex=e;const r=this.getSlice(e,t);this.attribname=this.lowerCaseAttributeNames?r.toLowerCase():r}onattribdata(e,t){this.attribvalue+=this.getSlice(e,t)}onattribentity(e){this.attribvalue+=Ua(e)}onattribend(e,t){var r,n;this.endIndex=t,(n=(r=this.cbs).onattribute)===null||n===void 0||n.call(r,this.attribname,this.attribvalue,e===be.Double?'"':e===be.Single?"'":e===be.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""}getInstructionName(e){const t=e.search(cp);let r=t<0?e:e.substr(0,t);return this.lowerCaseTagNames&&(r=r.toLowerCase()),r}ondeclaration(e,t){this.endIndex=t;const r=this.getSlice(e,t);if(this.cbs.onprocessinginstruction){const n=this.getInstructionName(r);this.cbs.onprocessinginstruction(`!${n}`,`!${r}`)}this.startIndex=t+1}onprocessinginstruction(e,t){this.endIndex=t;const r=this.getSlice(e,t);if(this.cbs.onprocessinginstruction){const n=this.getInstructionName(r);this.cbs.onprocessinginstruction(`?${n}`,`?${r}`)}this.startIndex=t+1}oncomment(e,t,r){var n,a,i,o;this.endIndex=t,(a=(n=this.cbs).oncomment)===null||a===void 0||a.call(n,this.getSlice(e,t-r)),(o=(i=this.cbs).oncommentend)===null||o===void 0||o.call(i),this.startIndex=t+1}oncdata(e,t,r){var n,a,i,o,u,l,d,f,h,C;this.endIndex=t;const m=this.getSlice(e,t-r);!this.htmlMode||this.options.recognizeCDATA?((a=(n=this.cbs).oncdatastart)===null||a===void 0||a.call(n),(o=(i=this.cbs).ontext)===null||o===void 0||o.call(i,m),(l=(u=this.cbs).oncdataend)===null||l===void 0||l.call(u)):((f=(d=this.cbs).oncomment)===null||f===void 0||f.call(d,`[CDATA[${m}]]`),(C=(h=this.cbs).oncommentend)===null||C===void 0||C.call(h)),this.startIndex=t+1}onend(){var e,t;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let r=0;r<this.stack.length;r++)this.cbs.onclosetag(this.stack[r],!0)}(t=(e=this.cbs).onend)===null||t===void 0||t.call(e)}reset(){var e,t,r,n;(t=(e=this.cbs).onreset)===null||t===void 0||t.call(e),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(n=(r=this.cbs).onparserinit)===null||n===void 0||n.call(r,this),this.buffers.length=0,this.foreignContext.length=0,this.foreignContext.unshift(!this.htmlMode),this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete(e){this.reset(),this.end(e)}getSlice(e,t){for(;e-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();let r=this.buffers[0].slice(e-this.bufferOffset,t-this.bufferOffset);for(;t-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),r+=this.buffers[0].slice(0,t-this.bufferOffset);return r}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(e){var t,r;if(this.ended){(r=(t=this.cbs).onerror)===null||r===void 0||r.call(t,new Error(".write() after done!"));return}this.buffers.push(e),this.tokenizer.running&&(this.tokenizer.write(e),this.writeIndex++)}end(e){var t,r;if(this.ended){(r=(t=this.cbs).onerror)===null||r===void 0||r.call(t,new Error(".end() after done!"));return}e&&this.write(e),this.ended=!0,this.tokenizer.end()}pause(){this.tokenizer.pause()}resume(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex<this.buffers.length;)this.tokenizer.write(this.buffers[this.writeIndex++]);this.ended&&this.tokenizer.end()}parseChunk(e){this.write(e)}done(e){this.end(e)}};function dp(A,e){const t=new f0(void 0,e);return new lp(t,e).end(A),t.root}const fp=Kf((A,e,t,r)=>e._useHtmlParser2?dp(A,e):rp(A,e,t,r)),Eu=wh(fp,(A,e)=>e._useHtmlParser2?Gr(A,e):ap(A));var Y=(A=>(A[A.None=0]="None",A[A.Text=1]="Text",A[A.Image=2]="Image",A[A.Video=3]="Video",A[A.Icon=4]="Icon",A[A.Link=5]="Link",A[A.Button=6]="Button",A[A.Block=10]="Block",A))(Y||{}),ge;(A=>{A.THEME_TEXT_COLOR_CLASS="gp-designer-theme-text",A.THEME_BUTTON_COLOR_CLASS="gp-designer-theme-button",A.THEME_ICON_COLOR_CLASS="gp-designer-theme-icon",A.THEME_COLOR="#3574e6"})(ge||(ge={}));const hp=c.defineComponent({name:"GpMessage",props:{message:{type:String,required:!0},type:{type:String,default:"info"},position:{type:String,default:"top-right"},duration:{type:Number,default:3e3},onClose:{type:Function,required:!0},icon:{type:Boolean,default:!0}},setup(A){const e=c.ref(!1),t=c.computed(()=>({success:"bg-green-100 text-green-800",error:"bg-red-100 text-red-800",info:"bg-blue-100 text-blue-800",warning:"bg-yellow-100 text-yellow-800"})[A.type]),r=()=>{e.value=!1,A.onClose()};return setTimeout(()=>{r()},A.duration),e.value=!0,{visible:e,typeClass:t,closeMessage:r}}}),Ke=(A,e)=>{const t=A.__vccOpts||A;for(const[r,n]of e)t[r]=n;return t},Bp={key:0,class:"gp-message"},gp={key:0,class:"mr-2"},pp={key:0,class:"text-green-500"},Ep={key:1,class:"text-red-500"},mp={key:2,class:"text-blue-500"},Cp={key:3,class:"text-yellow-500"};function wp(A,e,t,r,n,a){return c.openBlock(),c.createBlock(c.Transition,{name:"fade"},{default:c.withCtx(()=>[A.visible?(c.openBlock(),c.createElementBlock("div",Bp,[c.createElementVNode("div",{class:c.normalizeClass([A.typeClass,"message-content"])},[A.icon?(c.openBlock(),c.createElementBlock("span",gp,[c.renderSlot(A.$slots,"icon",{},()=>[A.type==="success"?(c.openBlock(),c.createElementBlock("span",pp,"✔")):c.createCommentVNode("",!0),A.type==="error"?(c.openBlock(),c.createElementBlock("span",Ep,"✖")):c.createCommentVNode("",!0),A.type==="info"?(c.openBlock(),c.createElementBlock("span",mp,"ℹ")):c.createCommentVNode("",!0),A.type==="warning"?(c.openBlock(),c.createElementBlock("span",Cp,"⚠")):c.createCommentVNode("",!0)],!0)])):c.createCommentVNode("",!0),c.createElementVNode("span",null,c.toDisplayString(A.message),1),c.createElementVNode("button",{class:"close-btn hover:text-gray-800 font-bold",onClick:e[0]||(e[0]=(...i)=>A.closeMessage&&A.closeMessage(...i))}," × ")],2)])):c.createCommentVNode("",!0)]),_:3})}const bp=Ke(hp,[["render",wp],["__scopeId","data-v-a234b03c"]]),Qt=c.reactive([]);let si=null;const Tp=()=>{const A=document.createElement("div");return A.id="global-message-container",document.body.appendChild(A),A},Up=()=>{if(si)return;const A=Tp();si=c.createApp({setup(){return{messageQueue:Qt}},render(){const e=c.computed(()=>{var r;return{"top-left":"top-4 left-4","top-right":"top-4 right-4","bottom-left":"bottom-4 left-4","bottom-right":"bottom-4 right-4","top-center":"top-4 left-1/2 transform -translate-x-1/2","bottom-center":"bottom-4 left-1/2 transform -translate-x-1/2"}[((r=Qt[0])==null?void 0:r.options.position)||"top-right"]});return c.h("div",{class:`fixed flex flex-col gap-2 ${e.value}`,style:{zIndex:999999}},Qt.map(t=>c.h(bp,{key:t.id,...t.options,onClose:()=>mu(t.id)})))}}),si.mount(A)},mu=A=>{const e=Qt.findIndex(t=>t.id===A);e!==-1&&Qt.splice(e,1)};let Qp=0;const z=A=>{Up();const e=Qp++;Qt.push({id:e,options:A}),setTimeout(()=>{mu(e)},A.duration||3e3)};z.success=(A,e=3e3,t=!0)=>{z(typeof A=="string"?{message:A,type:"success",duration:e,icon:t}:{...A,type:"success"})},z.error=(A,e=3e3,t=!0)=>{z(typeof A=="string"?{message:A,type:"error",duration:e,icon:t}:{...A,type:"error"})},z.info=(A,e=3e3,t=!0)=>{z(typeof A=="string"?{message:A,type:"info",duration:e,icon:t}:{...A,type:"info"})},z.warning=(A,e=3e3,t=!0)=>{z(typeof A=="string"?{message:A,type:"warning",duration:e,icon:t}:{...A,type:"warning"})};const Fp=["onClick"],Ip={key:2,"date-action":"1",contenteditable:"false",class:"text-red-500 text-xs mt-1"},yp=Ke(c.defineComponent({__name:"ElementRenderer",props:{element:{type:Object,required:!0},selectedElement:Object,hoveredElement:Object,uploadByFile:{type:Function,required:!1},icons:{type:Array,default:()=>[]},mode:{type:String,default:"edit"},cropper:{type:Object,required:!1},icon:{type:Object,required:!1},upload:{type:Object,required:!1},r:{type:String,required:!1},showMargin:{type:Boolean,default:!1}},emits:["selectElement","hoverElement","updateText","contentUpdated","blockAction","addIcon","updateElementRule"],setup(A,{emit:e}){const t=A,r=e,n=c.computed(()=>{var _;const y=t.element.editText||t.element.text;return t.element.rule&&t.element.rule.allowWrap?(_=y==null?void 0:y.replace(/\n/g,"<br>"))==null?void 0:_.replace(/ /g,"&nbsp;"):y}),a=c.computed(()=>t.selectedElement===t.element),i=c.computed(()=>t.hoveredElement===t.element),o=c.ref(!1),u=c.ref(!1),l=c.ref(""),d=c.computed(()=>t.element.rule.minText||0),f=c.computed(()=>t.element.rule.maxText||1/0),h=y=>{let _="";if(y.children&&y.children.length&&y.children[0].type===Y.Block){const j=y.children[0].rule.flexColumn||y.children[0].rule.mobileFlexColumn;Math.min(j,y.children.length)&&(_+=" flex pc:justify-center flex-wrap ",y.children[0].rule.mobileFlexColumn?_+=" justify-center ":_+=" gp-designer-m-swiper swiper-wrapper justify-normal ")}if(y.type===Y.Block){const j=y.rule.flexColumn,CA=y.rule.mobileFlexColumn;(CA||j)&&(_+=" box-border "),CA>1&&CA<=12?_+=` basis-1/${CA} `:CA==1?_+=" basis-full ":CA||(_+=" gp-designer-m-swiper-slide swiper-slide "),j>1&&j<=12?_+=` pc:basis-1/${j} `:j==1&&(_+=" pc:basis-full ")}if((y.type==Y.Button||y.type==Y.Link)&&y.rule.openMeiqia&&(_+=" gp-designer-meiqia "),y.rule.isThemeColor&&t.element.type===Y.Text?_+=" "+ge.THEME_TEXT_COLOR_CLASS+" ":y.rule.isThemeColor&&t.element.type===Y.Button?_+=" "+ge.THEME_BUTTON_COLOR_CLASS+" ":y.rule.isThemeColor&&t.element.type===Y.Icon&&(_+=" "+ge.THEME_ICON_COLOR_CLASS+" "),y.attrs.class){var tA=y.attrs.class.split(" ").filter(j=>j);tA.length&&(_=_.split(" ").filter(j=>!tA.includes(j)).join(" "))}return _};c.watch(()=>t.r,()=>{r("contentUpdated",H())},{immediate:!0});function C(y){y.xpath!="/div[1]"&&t.mode!=="preview"&&(t.mode==="edit"?y.type===Y.Text&&r("selectElement",y):r("selectElement",y),!y.rule.isReadOnly&&y.type===Y.Text&&(o.value=!0))}function m(y){r("selectElement",y)}function T(y,_){r("hoverElement",y,_)}function Q(y){r("hoverElement",y)}function b(y){y.currentTarget.contains(y.relatedTarget)?r("hoverElement",null):t.hoveredElement?r("hoverElement",null,t.hoveredElement.parentxpath):r("hoverElement",null)}function v(){o.value=!1,r("contentUpdated",H())}function H(){function y(tA){var V;const j=tA;if(j.tag==="br")return"";const CA=j.rule.isThemeColor&&j.type==Y.Text?ge.THEME_TEXT_COLOR_CLASS:j.rule.isThemeColor&&j.type==Y.Button?ge.THEME_BUTTON_COLOR_CLASS:j.rule.isThemeColor&&j.type==Y.Icon?ge.THEME_ICON_COLOR_CLASS:"";CA?j.attrs.class&&!j.attrs.class.includes(CA)?j.attrs.class=j.attrs.class?j.attrs.class+" "+CA:CA:j.attrs.class||(j.attrs.class=CA):j.attrs.class=(V=j.attrs.class)==null?void 0:V.replace(new RegExp(`${ge.THEME_TEXT_COLOR_CLASS}|${ge.THEME_BUTTON_COLOR_CLASS}|${ge.THEME_ICON_COLOR_CLASS}`,"g"),"");const et={class:j.attrs.class||""},Pr=h(j);Pr&&(et.class+=" "+Pr);let Gt=Object.entries(tA.attrs||{}).filter(([iA,BA])=>iA!=="class").map(([iA,BA])=>`${iA}="${BA}"`).join(" ");const Yt=Object.entries(et||{}).map(([iA,BA])=>`${iA}="${BA.trim()}"`).join(" ");Gt+=Yt;const fe=`<${tA.tag}${Gt?" "+Gt:""}>`,bs=`</${tA.tag}>`,F=(tA.children||[]).map(iA=>y(iA)).join("");let x=tA.editText||tA.text||"";return x=x.replace(/\r\n/g,`
9
- `).replace(/\n/g,"<br>"),`${fe}${x}${F}${bs}`}return y(t.element)}function K(y){var CA,et;y.preventDefault(),y.stopPropagation();let _=((CA=y.clipboardData)==null?void 0:CA.getData("text/plain"))||"";(et=t.element.rule)!=null&&et.allowWrap?(_=_==null?void 0:_.replace(/\n/g,"<br>"),document.execCommand("insertHTML",!1,_)):(_=_==null?void 0:_.replace(/\n/g," "),document.execCommand("insertText",!1,_));const tA=y.target,j=tA.innerText||tA.textContent||"";O(j)}function L(y){var _;y.key==="Enter"&&(y.preventDefault(),y.stopPropagation(),(_=t.element.rule)!=null&&_.allowWrap?document.execCommand("insertLineBreak"):z.error("当前节点不允许换行"))}function E(y){y.stopPropagation();const _=y.target,tA=_.innerText||_.textContent||"";O(tA)}function O(y){if(y.length<d.value){u.value=!0,l.value=`最少输入 ${d.value} 个字符`;return}else if(y.length>f.value){u.value=!0,l.value=`最多输入 ${f.value} 个字符`;return}else u.value=!1,l.value="";r("updateText",{element:t.element,newText:y}),r("contentUpdated",H());const _=c.toRaw(t.element);_.editText=y}function R(y){r("updateText",y),r("contentUpdated",H())}function k(){const y={...t.element};r("blockAction",{action:"add",element:t.element,newBlock:y})}function eA(){cA(t.element),r("blockAction",{action:"moveUp",element:t.element})}function cA(y){y.children&&y.children.length>0&&y.children.forEach(_=>{_.type==Y.Text&&(_.text!==_.editText&&(_.text=_.editText),cA(_))})}function hA(){cA(t.element),r("blockAction",{action:"moveDown",element:t.element})}function q(){r("blockAction",{action:"delete",element:t.element})}function nA(y){r("blockAction",y),r("contentUpdated",H())}function lA(y){_A.value.openModal(y)}function dA(y){WA.value.openModal(y)}function TA(y,_){r("addIcon",y,_),r("contentUpdated",H())}function qA(y){r("updateElementRule",y)}const _A=c.ref(t.icon);c.watch(()=>t.icon,y=>{_A.value=y},{immediate:!0});const WA=c.ref(t.upload);c.watch(()=>t.upload,y=>{WA.value=y},{immediate:!0});const jA=c.computed(()=>{const y=h(t.element);return t.element.css=y,y}),OA=(y,_)=>{_.children&&_.children.length&&_.children[0].type===Y.Block&&_.children.map(tA=>{tA.rule.flexColumn=y}),r("updateElementRule",_)},PA=c.computed(()=>{let y="";if(t.mode==="design"){const _=t.element;if(_.type===Y.Block){const tA=_.rule.flexColumn;tA>1&&tA<=12&&(y+=`flex-basis: calc(100% / ${tA} - 10px);`)}}return y}),KA=c.ref(null);return(y,_)=>{const tA=c.resolveComponent("ElementRenderer",!0);return c.openBlock(),c.createElementBlock(c.Fragment,null,[t.element.type==c.unref(Y).Text?(c.openBlock(),c.createBlock(c.resolveDynamicComponent(t.element.tag),c.mergeProps({key:0,class:["relative",A.mode==="design"?" border-dashed border-2":"",A.showMargin?"p-1 m-1":"",i.value?"border-dashed border-blue-500":"",a.value?"border-dashed border-green-500 z-5 border-2":"",u.value?"border-dashed border-red-500":"",(!i.value&&!a.value&&!u.value,""),t.element.rule&&t.element.rule.isReadOnly?"cursor-not-allowed":"",jA.value],style:PA.value},t.element.attrs,{contenteditable:o.value&&t.element.type==c.unref(Y).Text&&a.value&&!t.element.rule.isReadOnly&&!t.element.rule.allowWrap,onClick:_[0]||(_[0]=c.withModifiers(()=>C(t.element),["stop"])),onMouseenter:_[1]||(_[1]=()=>Q(t.element)),onMouseleave:b,onBlur:v,onInput:E,onPaste:K,onKeydown:c.withModifiers(L,["stop"]),ref_key:"elementRef",ref:KA,innerHTML:n.value}),null,16,["class","style","contenteditable","innerHTML"])):(c.openBlock(),c.createBlock(c.resolveDynamicComponent(t.element.tag),c.mergeProps({key:1,class:["relative",A.mode==="design"?" border-dashed border-2":"",A.showMargin?"p-1 m-1":"",i.value?"border-dashed border-blue-500":"",a.value?"border-dashed border-green-500 z-5 border-2":"",u.value?"border-dashed border-red-500":"",(!i.value&&!a.value&&!u.value,""),t.element.rule&&t.element.rule.isReadOnly?"cursor-not-allowed":"",jA.value],style:PA.value},t.element.attrs,{contenteditable:!1,onClick:_[5]||(_[5]=c.withModifiers(()=>C(t.element),["stop"])),onMouseenter:_[6]||(_[6]=()=>Q(t.element)),onMouseleave:b,onBlur:v,onInput:E,onPaste:K,onKeydown:c.withModifiers(L,["stop"]),ref_key:"elementRef",ref:KA}),{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(n.value)+" ",1),t.element.children&&t.element.children.length?(c.openBlock(),c.createElementBlock(c.Fragment,{key:0},[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(t.element.children,(j,CA)=>(c.openBlock(),c.createBlock(tA,{"show-margin":A.showMargin,key:CA,r:A.r,mode:A.mode,icons:A.icons,element:j,selectedElement:t.selectedElement,hoveredElement:t.hoveredElement,cropper:A.cropper,icon:A.icon,upload:A.upload,"upload-by-file":A.uploadByFile,onSelectElement:m,onHoverElement:T,onUpdateText:R,onBlockAction:nA,onAddIcon:TA,onUpdateElementRule:()=>qA(j)},null,8,["show-margin","r","mode","icons","element","selectedElement","hoveredElement","cropper","icon","upload","upload-by-file","onUpdateElementRule"]))),128)),t.element.type===c.unref(Y).Block?(c.openBlock(),c.createElementBlock("div",{key:0,"date-action":"1",contenteditable:"false",onClick:_[2]||(_[2]=c.withModifiers(()=>{},["stop"])),class:"hover:z-10 z-9 flex space-x-1 flex-none flex-nowrap overflow-visible absolute left-2 top-2 text-sm"},[c.createElementVNode("button",{class:"flex-none content-center items-center p-1 bg-green-500/80 text-white rounded hover:bg-green-500",onClick:c.withModifiers(k,["stop"])},_[9]||(_[9]=[c.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 512 512"},[c.createElementVNode("rect",{width:"336",height:"336",x:"128",y:"128",fill:"none",stroke:"white","stroke-linejoin":"round","stroke-width":"32",rx:"57",ry:"57"}),c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"32",d:"m383.5 128l.5-24a56.16 56.16 0 0 0-56-56H112a64.19 64.19 0 0 0-64 64v216a56.16 56.16 0 0 0 56 56h24"})],-1)])),c.createElementVNode("button",{class:"flex-none content-center items-center p-1 bg-blue-500/80 text-white rounded hover:bg-blue-500",onClick:c.withModifiers(eA,["stop"])},_[10]||(_[10]=[c.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 512 512"},[c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"48",d:"M244 400L100 256l144-144M120 256h292"})],-1)])),c.createElementVNode("button",{class:"flex-none content-center items-center p-1 bg-blue-500/80 text-white rounded hover:bg-blue-500",onClick:c.withModifiers(hA,["stop"])},_[11]||(_[11]=[c.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 512 512"},[c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"48",d:"m268 112l144 144l-144 144m124-144H100"})],-1)])),c.createElementVNode("button",{class:"flex-none content-center items-center p-1 bg-red-500/80 text-white rounded hover:bg-red-500",onClick:c.withModifiers(q,["stop"])},_[12]||(_[12]=[c.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 512 512"},[c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"32",d:"M400 256H112"})],-1)]))])):c.createCommentVNode("",!0),t.element.children&&t.element.children.length&&t.element.children[0].type===c.unref(Y).Block&&t.element.children[0].rule&&t.element.children[0].rule.flexColumns&&t.element.children[0].rule.flexColumns.length>0?(c.openBlock(),c.createElementBlock("div",{key:1,"date-action":"1",contenteditable:"false",onClick:_[3]||(_[3]=c.withModifiers(()=>{},["stop"])),class:"hover:z-10 z-9 flex space-x-1 flex-none flex-nowrap overflow-visible absolute right-0 -top-6 items-center"},[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(t.element.children[0].rule.flexColumns,(j,CA)=>(c.openBlock(),c.createElementBlock("button",{class:c.normalizeClass(["text-xs w-6 h-6 flex-none content-center items-center justify-center bg-purple-400/80 text-white rounded hover:bg-purple-600",t.element.children[0].rule.flexColumn===j?"bg-purple-700":""]),onClick:c.withModifiers(()=>OA(j,t.element),["stop"])},c.toDisplayString(j),11,Fp))),256))])):c.createCommentVNode("",!0)],64)):c.createCommentVNode("",!0),t.element.type===c.unref(Y).Icon?(c.openBlock(),c.createElementBlock("div",{key:1,class:"cursor-pointer rounded-sm w-5 h-5 flex justify-center items-center absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-sm text-gray-50 z-10 bg-black/80 hover:bg-black",contenteditable:"false",onClick:_[4]||(_[4]=c.withModifiers(()=>lA(t.element),["stop"]))},_[13]||(_[13]=[c.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 512 512"},[c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"32",d:"M320 367.79h76c55 0 100-29.21 100-83.6s-53-81.47-96-83.6c-8.89-85.06-71-136.8-144-136.8c-69 0-113.44 45.79-128 91.2c-60 5.7-112 43.88-112 106.4s54 106.4 120 106.4h56"}),c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"32",d:"m320 255.79l-64-64l-64 64m64 192.42V207.79"})],-1)]))):c.createCommentVNode("",!0)]),_:1},16,["class","style"])),t.element.type==c.unref(Y).Text&&u.value?(c.openBlock(),c.createElementBlock("div",Ip,c.toDisplayString(l.value),1)):c.createCommentVNode("",!0),t.element.type===c.unref(Y).Image?(c.openBlock(),c.createElementBlock("div",{key:3,class:"cursor-pointer rounded-sm flex justify-center items-center absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-sm text-gray-50 z-10 bg-black/80 hover:bg-black",onClick:_[8]||(_[8]=c.withModifiers(()=>{},["stop"])),contenteditable:"false"},[c.createElementVNode("div",{class:"p-1",onClick:_[7]||(_[7]=c.withModifiers(()=>dA(t.element),["stop"]))},_[14]||(_[14]=[c.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 512 512"},[c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"32",d:"M320 367.79h76c55 0 100-29.21 100-83.6s-53-81.47-96-83.6c-8.89-85.06-71-136.8-144-136.8c-69 0-113.44 45.79-128 91.2c-60 5.7-112 43.88-112 106.4s54 106.4 120 106.4h56"}),c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"32",d:"m320 255.79l-64-64l-64 64m64 192.42V207.79"})],-1)]))])):c.createCommentVNode("",!0)],64)}}}),[["__scopeId","data-v-3a877c04"]]),xp=c.defineComponent({name:"GpCheckbox",props:{modelValue:{type:Boolean,required:!0},label:{type:String,default:""}},emits:["update:modelValue"],setup(A,{emit:e}){return{updateValue:r=>{e("update:modelValue",r.target.checked)}}}}),vp={class:"form-group"},_p={class:"flex items-center space-x-2 cursor-pointer"},Np=["checked","aria-checked"],Sp={class:"checkbox-label text-sm text-gray-700"};function Lp(A,e,t,r,n,a){return c.openBlock(),c.createElementBlock("div",vp,[c.createElementVNode("label",_p,[c.createElementVNode("input",{type:"checkbox",checked:A.modelValue,onChange:e[0]||(e[0]=(...i)=>A.updateValue&&A.updateValue(...i)),class:"custom-checkbox","aria-checked":A.modelValue},null,40,Np),c.createElementVNode("span",Sp,c.toDisplayString(A.label),1)])])}const Ft=Ke(xp,[["render",Lp],["__scopeId","data-v-68b8f276"]]),Hp={class:"text-sm"},Dp={key:0},Op={key:0},Rp={class:"text-gray-500 my-2 truncate"},Mp={class:"text-gray-500 my-2 break-words"},kp={key:1},Pp={key:2},Kp={key:3},Vp={key:4},Gp={key:5},Yp={key:6},Xp={key:7},Wp={key:8},Jp={key:9},qp={key:10},jp={key:11},zp={key:12},$p={key:13},Zp=Ke(c.defineComponent({__name:"EditorPanel",props:{element:Object},emits:["updateElement"],setup(A,{emit:e}){const t=A,r=e,n=c.ref({rule:{},...t.element});c.watch(()=>t.element,i=>{n.value={rule:{},...i}},{immediate:!0});function a(){var i;if(n.value.type===Y.Icon&&!n.value.attrs.class.includes("iconfont")){z.error("图标仅支持 iconfont 图标");return}if(n.value.type===Y.Image&&n.value.tag!=="img"){z.error("节点类型错误");return}if(n.value.type===Y.Video&&n.value.tag!=="video"){z.error("节点类型错误");return}if(n.value.type===Y.Link&&n.value.tag!=="a"){z.error("节点类型错误");return}if(n.value.type===Y.Text){if(Number(n.value.rule.minText)>Number(n.value.rule.maxText)){z.error("最小文本长度不能大于最大文本长度");return}if(n.value.tag!=="p"&&n.value.tag!=="div"&&n.value.tag!=="span"&&n.value.tag!=="h1"&&n.value.tag!=="h2"&&n.value.tag!=="h3"&&n.value.tag!=="h4"&&n.value.tag!=="h5"&&n.value.tag!=="h6"&&n.value.tag!=="label"&&n.value.tag!=="strong"&&n.value.tag!=="em"&&n.value.tag!=="b"&&n.value.tag!=="i"&&n.value.tag!=="ul"&&n.value.tag!=="ol"&&n.value.tag!=="li"&&n.value.tag!=="dl"&&n.value.tag!=="dt"&&n.value.tag!=="dd"){z.error("节点类型错误");return}}if(n.value.type===Y.Block){if(Number(n.value.rule.minBlock)>Number(n.value.rule.maxBlock)){z.error("最小块数量不能大于最大块数量");return}if(n.value.tag!=="div"&&n.value.tag!=="section"&&n.value.tag!=="article"&&n.value.tag!=="nav"&&n.value.tag!=="header"&&n.value.tag!=="footer"&&n.value.tag!=="span"&&n.value.tag!=="p"&&n.value.tag!=="img"){z.error("节点类型错误");return}if(!n.value.children||n.value.children.length<1){z.error("节点错误,必须包含子元素");return}!n.value.rule.flexColumn&&((i=n.value.rule.flexColumns)==null?void 0:i.length)>0&&(n.value.rule.flexColumn=n.value.rule.flexColumns[0])}n.value.rule.minText?n.value.rule.minText=Number(n.value.rule.minText):n.value.rule.minText=void 0,n.value.rule.maxText?n.value.rule.maxText=Number(n.value.rule.maxText):n.value.rule.maxText=void 0,n.value.rule.minBlock?n.value.rule.minBlock=Number(n.value.rule.minBlock):n.value.rule.minBlock=void 0,n.value.rule.maxBlock?n.value.rule.maxBlock=Number(n.value.rule.maxBlock):n.value.rule.maxBlock=void 0,n.value.rule.flexColumn?n.value.rule.flexColumn=Number(n.value.rule.flexColumn):n.value.rule.flexColumn=void 0,n.value.rule.mobileFlexColumn?n.value.rule.mobileFlexColumn=Number(n.value.rule.mobileFlexColumn):n.value.rule.mobileFlexColumn=void 0,r("updateElement",n.value)}return(i,o)=>(c.openBlock(),c.createElementBlock("div",Hp,[n.value?(c.openBlock(),c.createElementBlock("div",Dp,[n.value.text!==void 0?(c.openBlock(),c.createElementBlock("div",Op,[o[16]||(o[16]=c.createElementVNode("label",{class:"block"},"内容",-1)),c.createElementVNode("div",Rp,c.toDisplayString(n.value.text||"-"),1)])):c.createCommentVNode("",!0),c.createElementVNode("div",null,[o[17]||(o[17]=c.createElementVNode("label",{class:"block mt-4"},"节点",-1)),c.createElementVNode("div",Mp,c.toDisplayString(n.value.xpath),1)]),c.createElementVNode("div",null,[o[19]||(o[19]=c.createElementVNode("label",{class:"block mt-4"},"类型",-1)),c.withDirectives(c.createElementVNode("select",{"onUpdate:modelValue":o[0]||(o[0]=u=>n.value.type=u),class:"border rounded p-1 w-full"},o[18]||(o[18]=[c.createElementVNode("option",{value:0},"无",-1),c.createElementVNode("option",{value:1},"文本",-1),c.createElementVNode("option",{value:2},"图片",-1),c.createElementVNode("option",{value:3},"视频",-1),c.createElementVNode("option",{value:4},"图标",-1),c.createElementVNode("option",{value:5},"链接",-1),c.createElementVNode("option",{value:6},"按钮",-1),c.createElementVNode("option",{value:10},"块",-1)]),512),[[c.vModelSelect,n.value.type]])]),n.value.type==c.unref(Y).Text?(c.openBlock(),c.createElementBlock("div",kp,[o[20]||(o[20]=c.createElementVNode("label",{class:"block mt-4"},"最小文本长度",-1)),c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":o[1]||(o[1]=u=>n.value.rule.minText=u),class:"border rounded p-1 w-full"},null,512),[[c.vModelText,n.value.rule.minText]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Text?(c.openBlock(),c.createElementBlock("div",Pp,[o[21]||(o[21]=c.createElementVNode("label",{class:"block mt-4"},"最大文本长度",-1)),c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":o[2]||(o[2]=u=>n.value.rule.maxText=u),class:"border rounded p-1 w-full"},null,512),[[c.vModelText,n.value.rule.maxText]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Image?(c.openBlock(),c.createElementBlock("div",Kp,[o[22]||(o[22]=c.createElementVNode("label",{class:"block mt-4"},"是否裁剪",-1)),c.createVNode(Ft,{class:"py-2",modelValue:n.value.rule.crop,"onUpdate:modelValue":o[3]||(o[3]=u=>n.value.rule.crop=u),label:"是"},null,8,["modelValue"])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Image?(c.openBlock(),c.createElementBlock("div",Vp,[o[23]||(o[23]=c.createElementVNode("label",{class:"block mt-4"},"图片宽度",-1)),c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":o[4]||(o[4]=u=>n.value.rule.minImageWidth=u),class:"border rounded p-1 w-full"},null,512),[[c.vModelText,n.value.rule.minImageWidth]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Image?(c.openBlock(),c.createElementBlock("div",Gp,[o[24]||(o[24]=c.createElementVNode("label",{class:"block mt-4"},"图片高度",-1)),c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":o[5]||(o[5]=u=>n.value.rule.maxImageHeight=u),class:"border rounded p-1 w-full"},null,512),[[c.vModelText,n.value.rule.maxImageHeight]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Block?(c.openBlock(),c.createElementBlock("div",Yp,[o[25]||(o[25]=c.createElementVNode("label",{class:"block mt-4"},"块最小数量",-1)),c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":o[6]||(o[6]=u=>n.value.rule.minBlock=u),class:"border rounded p-1 w-full"},null,512),[[c.vModelText,n.value.rule.minBlock]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Block?(c.openBlock(),c.createElementBlock("div",Xp,[o[26]||(o[26]=c.createElementVNode("label",{class:"block mt-4"},"块最大数量",-1)),c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":o[7]||(o[7]=u=>n.value.rule.maxBlock=u),class:"border rounded p-1 w-full"},null,512),[[c.vModelText,n.value.rule.maxBlock]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Block?(c.openBlock(),c.createElementBlock("div",Wp,[o[28]||(o[28]=c.createElementVNode("label",{class:"block mt-4"},"PC端每行列数",-1)),c.withDirectives(c.createElementVNode("select",{multiple:"","onUpdate:modelValue":o[8]||(o[8]=u=>n.value.rule.flexColumns=u),class:"border rounded p-1 w-full h-32"},o[27]||(o[27]=[c.createElementVNode("option",{value:1},"1",-1),c.createElementVNode("option",{value:2},"2",-1),c.createElementVNode("option",{value:3},"3",-1),c.createElementVNode("option",{value:4},"4",-1),c.createElementVNode("option",{value:5},"5",-1),c.createElementVNode("option",{value:6},"6",-1),c.createElementVNode("option",{value:7},"7",-1),c.createElementVNode("option",{value:8},"8",-1),c.createElementVNode("option",{value:9},"9",-1),c.createElementVNode("option",{value:10},"10",-1),c.createElementVNode("option",{value:11},"11",-1),c.createElementVNode("option",{value:12},"12",-1)]),512),[[c.vModelSelect,n.value.rule.flexColumns]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Block?(c.openBlock(),c.createElementBlock("div",Jp,[o[30]||(o[30]=c.createElementVNode("label",{class:"block mt-4"},"移动端每行列数",-1)),c.withDirectives(c.createElementVNode("select",{"onUpdate:modelValue":o[9]||(o[9]=u=>n.value.rule.mobileFlexColumn=u),class:"border rounded p-1 w-full"},o[29]||(o[29]=[c.createElementVNode("option",{value:void 0},"无(轮播)",-1),c.createElementVNode("option",{value:1},"1",-1),c.createElementVNode("option",{value:2},"2",-1),c.createElementVNode("option",{value:3},"3",-1),c.createElementVNode("option",{value:4},"4",-1),c.createElementVNode("option",{value:5},"5",-1),c.createElementVNode("option",{value:6},"6",-1)]),512),[[c.vModelSelect,n.value.rule.mobileFlexColumn]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Text||n.value.type==c.unref(Y).Icon||n.value.type==c.unref(Y).Button?(c.openBlock(),c.createElementBlock("div",qp,[o[31]||(o[31]=c.createElementVNode("label",{class:"block mt-4"},"主题色",-1)),c.createVNode(Ft,{class:"py-2",modelValue:n.value.rule.isThemeColor,"onUpdate:modelValue":o[10]||(o[10]=u=>n.value.rule.isThemeColor=u),label:"是"},null,8,["modelValue"])])):c.createCommentVNode("",!0),c.createElementVNode("div",null,[o[32]||(o[32]=c.createElementVNode("label",{class:"block mt-4"},"是否必填",-1)),c.createVNode(Ft,{class:"py-2",modelValue:n.value.rule.isRequired,"onUpdate:modelValue":o[11]||(o[11]=u=>n.value.rule.isRequired=u),label:"是"},null,8,["modelValue"])]),c.createElementVNode("div",null,[o[33]||(o[33]=c.createElementVNode("label",{class:"block mt-4"},"是否只读",-1)),c.createVNode(Ft,{class:"py-2",modelValue:n.value.rule.isReadOnly,"onUpdate:modelValue":o[12]||(o[12]=u=>n.value.rule.isReadOnly=u),label:"是"},null,8,["modelValue"])]),n.value.type==c.unref(Y).Link||n.value.type==c.unref(Y).Button?(c.openBlock(),c.createElementBlock("div",jp,[o[34]||(o[34]=c.createElementVNode("label",{class:"block mt-4"},"打开美洽",-1)),c.createVNode(Ft,{class:"py-2",modelValue:n.value.rule.openMeiqia,"onUpdate:modelValue":o[13]||(o[13]=u=>n.value.rule.openMeiqia=u),label:"是"},null,8,["modelValue"])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Link||n.value.type==c.unref(Y).Button?(c.openBlock(),c.createElementBlock("div",zp,[o[35]||(o[35]=c.createElementVNode("label",{class:"block mt-4"},"链接",-1)),c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":o[14]||(o[14]=u=>n.value.rule.linkUrl=u),class:"border rounded p-1 w-full"},null,512),[[c.vModelText,n.value.rule.linkUrl]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Text?(c.openBlock(),c.createElementBlock("div",$p,[o[36]||(o[36]=c.createElementVNode("label",{class:"block mt-4"},"允许换行(回车/粘贴多段文本等)",-1)),c.createVNode(Ft,{class:"py-2",modelValue:n.value.rule.allowWrap,"onUpdate:modelValue":o[15]||(o[15]=u=>n.value.rule.allowWrap=u),label:"是"},null,8,["modelValue"])])):c.createCommentVNode("",!0)])):c.createCommentVNode("",!0),c.createElementVNode("button",{onClick:a,class:"mt-4 p-2 bg-green-500 text-white rounded"}," 保存 ")]))}}),[["__scopeId","data-v-30b99148"]]);/*!
9
+ `).replace(/\n/g,"<br>"),`${fe}${x}${F}${bs}`}return y(t.element)}function K(y){var CA,et;y.preventDefault(),y.stopPropagation();let _=((CA=y.clipboardData)==null?void 0:CA.getData("text/plain"))||"";(et=t.element.rule)!=null&&et.allowWrap?(_=_==null?void 0:_.replace(/\n/g,"<br>"),document.execCommand("insertHTML",!1,_)):(_=_==null?void 0:_.replace(/\n/g," "),document.execCommand("insertText",!1,_));const tA=y.target,j=tA.innerText||tA.textContent||"";O(j)}function L(y){var _;y.key==="Enter"&&(y.preventDefault(),y.stopPropagation(),(_=t.element.rule)!=null&&_.allowWrap?document.execCommand("insertLineBreak"):z.error("当前节点不允许换行"))}function E(y){y.stopPropagation();const _=y.target,tA=_.innerText||_.textContent||"";O(tA)}function O(y){if(y.length<d.value){u.value=!0,l.value=`最少输入 ${d.value} 个字符`;return}else if(y.length>f.value){u.value=!0,l.value=`最多输入 ${f.value} 个字符`;return}else u.value=!1,l.value="";r("updateText",{element:t.element,newText:y}),r("contentUpdated",H());const _=c.toRaw(t.element);_.editText=y}function R(y){r("updateText",y),r("contentUpdated",H())}function k(){const y={...t.element};r("blockAction",{action:"add",element:t.element,newBlock:y})}function eA(){cA(t.element),r("blockAction",{action:"moveUp",element:t.element})}function cA(y){y.children&&y.children.length>0&&y.children.forEach(_=>{_.type==Y.Text&&(_.text!==_.editText&&(_.text=_.editText),cA(_))})}function hA(){cA(t.element),r("blockAction",{action:"moveDown",element:t.element})}function q(){r("blockAction",{action:"delete",element:t.element})}function nA(y){r("blockAction",y),r("contentUpdated",H())}function lA(y){_A.value.openModal(y)}function dA(y){WA.value.openModal(y)}function TA(y,_){r("addIcon",y,_),r("contentUpdated",H())}function qA(y){r("updateElementRule",y)}const _A=c.ref(t.icon);c.watch(()=>t.icon,y=>{_A.value=y},{immediate:!0});const WA=c.ref(t.upload);c.watch(()=>t.upload,y=>{WA.value=y},{immediate:!0});const jA=c.computed(()=>{const y=h(t.element);return t.element.css=y,y}),OA=(y,_)=>{_.children&&_.children.length&&_.children[0].type===Y.Block&&_.children.map(tA=>{tA.rule.flexColumn=y}),r("updateElementRule",_)},PA=c.computed(()=>{let y="";if(t.mode==="design"){const _=t.element;if(_.type===Y.Block){const tA=_.rule.flexColumn;tA>1&&tA<=12&&(y+=`flex-basis: calc(100% / ${tA} - 10px);`)}}return y}),KA=c.ref(null);return(y,_)=>{const tA=c.resolveComponent("ElementRenderer",!0);return c.openBlock(),c.createElementBlock(c.Fragment,null,[t.element.type==c.unref(Y).Text?(c.openBlock(),c.createBlock(c.resolveDynamicComponent(t.element.tag),c.mergeProps({key:0,class:["relative",A.mode==="design"?" border-dashed border-2":"",A.showMargin?"p-1 m-1":"",i.value?"border-dashed border-blue-500":"",a.value?"border-dashed border-green-500 z-5 border-2":"",u.value?"border-dashed border-red-500":"",(!i.value&&!a.value&&!u.value,""),t.element.rule&&t.element.rule.isReadOnly?"cursor-not-allowed":"",jA.value],style:PA.value},t.element.attrs,{contenteditable:o.value&&t.element.type==c.unref(Y).Text&&a.value&&!t.element.rule.isReadOnly&&!t.element.rule.allowWrap,onClick:_[0]||(_[0]=c.withModifiers(()=>C(t.element),["stop"])),onMouseenter:_[1]||(_[1]=()=>Q(t.element)),onMouseleave:b,onBlur:v,onInput:E,onPaste:K,onKeydown:c.withModifiers(L,["stop"]),ref_key:"elementRef",ref:KA,innerHTML:n.value}),null,16,["class","style","contenteditable","innerHTML"])):(c.openBlock(),c.createBlock(c.resolveDynamicComponent(t.element.tag),c.mergeProps({key:1,class:["relative",A.mode==="design"?" border-dashed border-2":"",A.showMargin?"p-1 m-1":"",i.value?"border-dashed border-blue-500":"",a.value?"border-dashed border-green-500 z-5 border-2":"",u.value?"border-dashed border-red-500":"",(!i.value&&!a.value&&!u.value,""),t.element.rule&&t.element.rule.isReadOnly?"cursor-not-allowed":"",jA.value],style:PA.value},t.element.attrs,{contenteditable:!1,onClick:_[5]||(_[5]=c.withModifiers(()=>C(t.element),["stop"])),onMouseenter:_[6]||(_[6]=()=>Q(t.element)),onMouseleave:b,onBlur:v,onInput:E,onPaste:K,onKeydown:c.withModifiers(L,["stop"]),ref_key:"elementRef",ref:KA}),{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(n.value)+" ",1),t.element.children&&t.element.children.length?(c.openBlock(),c.createElementBlock(c.Fragment,{key:0},[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(t.element.children,(j,CA)=>(c.openBlock(),c.createBlock(tA,{"show-margin":A.showMargin,key:CA,r:A.r,mode:A.mode,icons:A.icons,element:j,selectedElement:t.selectedElement,hoveredElement:t.hoveredElement,cropper:A.cropper,icon:A.icon,upload:A.upload,"upload-by-file":A.uploadByFile,onSelectElement:m,onHoverElement:T,onUpdateText:R,onBlockAction:nA,onAddIcon:TA,onUpdateElementRule:()=>qA(j)},null,8,["show-margin","r","mode","icons","element","selectedElement","hoveredElement","cropper","icon","upload","upload-by-file","onUpdateElementRule"]))),128)),t.element.type===c.unref(Y).Block?(c.openBlock(),c.createElementBlock("div",{key:0,"date-action":"1",contenteditable:"false",onClick:_[2]||(_[2]=c.withModifiers(()=>{},["stop"])),class:"hover:z-10 z-9 flex space-x-1 flex-none flex-nowrap overflow-visible absolute left-2 top-2 text-sm"},[c.createElementVNode("button",{class:"flex-none content-center items-center p-1 bg-green-500/80 text-white rounded hover:bg-green-500",onClick:c.withModifiers(k,["stop"])},_[9]||(_[9]=[c.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 512 512"},[c.createElementVNode("rect",{width:"336",height:"336",x:"128",y:"128",fill:"none",stroke:"white","stroke-linejoin":"round","stroke-width":"32",rx:"57",ry:"57"}),c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"32",d:"m383.5 128l.5-24a56.16 56.16 0 0 0-56-56H112a64.19 64.19 0 0 0-64 64v216a56.16 56.16 0 0 0 56 56h24"})],-1)])),c.createElementVNode("button",{class:"flex-none content-center items-center p-1 bg-blue-500/80 text-white rounded hover:bg-blue-500",onClick:c.withModifiers(eA,["stop"])},_[10]||(_[10]=[c.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 512 512"},[c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"48",d:"M244 400L100 256l144-144M120 256h292"})],-1)])),c.createElementVNode("button",{class:"flex-none content-center items-center p-1 bg-blue-500/80 text-white rounded hover:bg-blue-500",onClick:c.withModifiers(hA,["stop"])},_[11]||(_[11]=[c.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 512 512"},[c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"48",d:"m268 112l144 144l-144 144m124-144H100"})],-1)])),c.createElementVNode("button",{class:"flex-none content-center items-center p-1 bg-red-500/80 text-white rounded hover:bg-red-500",onClick:c.withModifiers(q,["stop"])},_[12]||(_[12]=[c.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 512 512"},[c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"32",d:"M400 256H112"})],-1)]))])):c.createCommentVNode("",!0),t.element.children&&t.element.children.length&&t.element.children[0].type===c.unref(Y).Block&&t.element.children[0].rule&&t.element.children[0].rule.flexColumns&&t.element.children[0].rule.flexColumns.length>0?(c.openBlock(),c.createElementBlock("div",{key:1,"date-action":"1",contenteditable:"false",onClick:_[3]||(_[3]=c.withModifiers(()=>{},["stop"])),class:"hover:z-10 z-9 flex space-x-1 flex-none flex-nowrap overflow-visible absolute right-0 -top-6 items-center"},[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(t.element.children[0].rule.flexColumns,(j,CA)=>(c.openBlock(),c.createElementBlock("button",{class:c.normalizeClass(["text-xs w-6 h-6 flex-none content-center items-center justify-center bg-purple-400/80 text-white rounded hover:bg-purple-600",t.element.children[0].rule.flexColumn===j?"bg-purple-700":""]),onClick:c.withModifiers(()=>OA(j,t.element),["stop"])},c.toDisplayString(j),11,Fp))),256))])):c.createCommentVNode("",!0)],64)):c.createCommentVNode("",!0),t.element.type===c.unref(Y).Icon?(c.openBlock(),c.createElementBlock("div",{key:1,class:"cursor-pointer rounded-sm w-5 h-5 flex justify-center items-center absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-sm text-gray-50 z-10 bg-black/80 hover:bg-black",contenteditable:"false",onClick:_[4]||(_[4]=c.withModifiers(()=>lA(t.element),["stop"]))},_[13]||(_[13]=[c.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 512 512"},[c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"32",d:"M320 367.79h76c55 0 100-29.21 100-83.6s-53-81.47-96-83.6c-8.89-85.06-71-136.8-144-136.8c-69 0-113.44 45.79-128 91.2c-60 5.7-112 43.88-112 106.4s54 106.4 120 106.4h56"}),c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"32",d:"m320 255.79l-64-64l-64 64m64 192.42V207.79"})],-1)]))):c.createCommentVNode("",!0)]),_:1},16,["class","style"])),t.element.type==c.unref(Y).Text&&u.value?(c.openBlock(),c.createElementBlock("div",Ip,c.toDisplayString(l.value),1)):c.createCommentVNode("",!0),t.element.type===c.unref(Y).Image?(c.openBlock(),c.createElementBlock("div",{key:3,class:"cursor-pointer rounded-sm flex justify-center items-center absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-sm text-gray-50 z-10 bg-black/80 hover:bg-black",onClick:_[8]||(_[8]=c.withModifiers(()=>{},["stop"])),contenteditable:"false"},[c.createElementVNode("div",{class:"p-1",onClick:_[7]||(_[7]=c.withModifiers(()=>dA(t.element),["stop"]))},_[14]||(_[14]=[c.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 512 512"},[c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"32",d:"M320 367.79h76c55 0 100-29.21 100-83.6s-53-81.47-96-83.6c-8.89-85.06-71-136.8-144-136.8c-69 0-113.44 45.79-128 91.2c-60 5.7-112 43.88-112 106.4s54 106.4 120 106.4h56"}),c.createElementVNode("path",{fill:"none",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"32",d:"m320 255.79l-64-64l-64 64m64 192.42V207.79"})],-1)]))])):c.createCommentVNode("",!0)],64)}}}),[["__scopeId","data-v-3a877c04"]]),xp=c.defineComponent({name:"GpCheckbox",props:{modelValue:{type:Boolean,required:!0},label:{type:String,default:""}},emits:["update:modelValue"],setup(A,{emit:e}){return{updateValue:r=>{e("update:modelValue",r.target.checked)}}}}),vp={class:"form-group"},_p={class:"flex items-center space-x-2 cursor-pointer"},Np=["checked","aria-checked"],Sp={class:"checkbox-label text-sm text-gray-700"};function Lp(A,e,t,r,n,a){return c.openBlock(),c.createElementBlock("div",vp,[c.createElementVNode("label",_p,[c.createElementVNode("input",{type:"checkbox",checked:A.modelValue,onChange:e[0]||(e[0]=(...i)=>A.updateValue&&A.updateValue(...i)),class:"custom-checkbox","aria-checked":A.modelValue},null,40,Np),c.createElementVNode("span",Sp,c.toDisplayString(A.label),1)])])}const Ft=Ke(xp,[["render",Lp],["__scopeId","data-v-68b8f276"]]),Hp={class:"text-sm"},Dp={key:0},Op={key:0},Rp={class:"text-gray-500 my-2 truncate"},Mp={class:"text-gray-500 my-2 break-words"},kp={key:1},Pp={key:2},Kp={key:3},Vp={key:4},Gp={key:5},Yp={key:6},Xp={key:7},Wp={key:8},Jp={key:9},qp={key:10},jp={key:11},zp={key:12},$p={key:13},Zp=Ke(c.defineComponent({__name:"EditorPanel",props:{element:Object},emits:["updateElement"],setup(A,{emit:e}){const t=A,r=e,n=c.ref({rule:{},...t.element});c.watch(()=>t.element,i=>{n.value={rule:{},...i}},{immediate:!0});function a(){var i;if(n.value.type===Y.Icon&&!n.value.attrs.class.includes("iconfont")){z.error("图标仅支持 iconfont 图标");return}if(n.value.type===Y.Image&&n.value.tag!=="img"){z.error("节点类型错误");return}if(n.value.type===Y.Video&&n.value.tag!=="video"){z.error("节点类型错误");return}if(n.value.type===Y.Link&&n.value.tag!=="a"){z.error("节点类型错误");return}if(n.value.type===Y.Text){if(n.value.rule.maxText&&Number(n.value.rule.minText)>Number(n.value.rule.maxText)){z.error("最小文本长度不能大于最大文本长度");return}if(n.value.tag!=="p"&&n.value.tag!=="div"&&n.value.tag!=="span"&&n.value.tag!=="h1"&&n.value.tag!=="h2"&&n.value.tag!=="h3"&&n.value.tag!=="h4"&&n.value.tag!=="h5"&&n.value.tag!=="h6"&&n.value.tag!=="label"&&n.value.tag!=="strong"&&n.value.tag!=="em"&&n.value.tag!=="b"&&n.value.tag!=="i"&&n.value.tag!=="ul"&&n.value.tag!=="ol"&&n.value.tag!=="li"&&n.value.tag!=="dl"&&n.value.tag!=="dt"&&n.value.tag!=="dd"){z.error("节点类型错误");return}}if(n.value.type===Y.Block){if(n.value.rule.maxBlock&&Number(n.value.rule.minBlock)>Number(n.value.rule.maxBlock)){z.error("最小块数量不能大于最大块数量");return}if(n.value.tag!=="div"&&n.value.tag!=="section"&&n.value.tag!=="article"&&n.value.tag!=="nav"&&n.value.tag!=="header"&&n.value.tag!=="footer"&&n.value.tag!=="span"&&n.value.tag!=="p"&&n.value.tag!=="img"){z.error("节点类型错误");return}if(!n.value.children||n.value.children.length<1){z.error("节点错误,必须包含子元素");return}!n.value.rule.flexColumn&&((i=n.value.rule.flexColumns)==null?void 0:i.length)>0&&(n.value.rule.flexColumn=n.value.rule.flexColumns[0])}n.value.rule.minText?n.value.rule.minText=Number(n.value.rule.minText):n.value.rule.minText=void 0,n.value.rule.maxText?n.value.rule.maxText=Number(n.value.rule.maxText):n.value.rule.maxText=void 0,n.value.rule.minBlock?n.value.rule.minBlock=Number(n.value.rule.minBlock):n.value.rule.minBlock=void 0,n.value.rule.maxBlock?n.value.rule.maxBlock=Number(n.value.rule.maxBlock):n.value.rule.maxBlock=void 0,n.value.rule.flexColumn?n.value.rule.flexColumn=Number(n.value.rule.flexColumn):n.value.rule.flexColumn=void 0,n.value.rule.mobileFlexColumn?n.value.rule.mobileFlexColumn=Number(n.value.rule.mobileFlexColumn):n.value.rule.mobileFlexColumn=void 0,r("updateElement",n.value)}return(i,o)=>(c.openBlock(),c.createElementBlock("div",Hp,[n.value?(c.openBlock(),c.createElementBlock("div",Dp,[n.value.text!==void 0?(c.openBlock(),c.createElementBlock("div",Op,[o[16]||(o[16]=c.createElementVNode("label",{class:"block"},"内容",-1)),c.createElementVNode("div",Rp,c.toDisplayString(n.value.text||"-"),1)])):c.createCommentVNode("",!0),c.createElementVNode("div",null,[o[17]||(o[17]=c.createElementVNode("label",{class:"block mt-4"},"节点",-1)),c.createElementVNode("div",Mp,c.toDisplayString(n.value.xpath),1)]),c.createElementVNode("div",null,[o[19]||(o[19]=c.createElementVNode("label",{class:"block mt-4"},"类型",-1)),c.withDirectives(c.createElementVNode("select",{"onUpdate:modelValue":o[0]||(o[0]=u=>n.value.type=u),class:"border rounded p-1 w-full"},o[18]||(o[18]=[c.createElementVNode("option",{value:0},"无",-1),c.createElementVNode("option",{value:1},"文本",-1),c.createElementVNode("option",{value:2},"图片",-1),c.createElementVNode("option",{value:3},"视频",-1),c.createElementVNode("option",{value:4},"图标",-1),c.createElementVNode("option",{value:5},"链接",-1),c.createElementVNode("option",{value:6},"按钮",-1),c.createElementVNode("option",{value:10},"块",-1)]),512),[[c.vModelSelect,n.value.type]])]),n.value.type==c.unref(Y).Text?(c.openBlock(),c.createElementBlock("div",kp,[o[20]||(o[20]=c.createElementVNode("label",{class:"block mt-4"},"最小文本长度",-1)),c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":o[1]||(o[1]=u=>n.value.rule.minText=u),class:"border rounded p-1 w-full"},null,512),[[c.vModelText,n.value.rule.minText]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Text?(c.openBlock(),c.createElementBlock("div",Pp,[o[21]||(o[21]=c.createElementVNode("label",{class:"block mt-4"},"最大文本长度",-1)),c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":o[2]||(o[2]=u=>n.value.rule.maxText=u),class:"border rounded p-1 w-full"},null,512),[[c.vModelText,n.value.rule.maxText]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Image?(c.openBlock(),c.createElementBlock("div",Kp,[o[22]||(o[22]=c.createElementVNode("label",{class:"block mt-4"},"是否裁剪",-1)),c.createVNode(Ft,{class:"py-2",modelValue:n.value.rule.crop,"onUpdate:modelValue":o[3]||(o[3]=u=>n.value.rule.crop=u),label:"是"},null,8,["modelValue"])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Image?(c.openBlock(),c.createElementBlock("div",Vp,[o[23]||(o[23]=c.createElementVNode("label",{class:"block mt-4"},"图片宽度",-1)),c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":o[4]||(o[4]=u=>n.value.rule.minImageWidth=u),class:"border rounded p-1 w-full"},null,512),[[c.vModelText,n.value.rule.minImageWidth]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Image?(c.openBlock(),c.createElementBlock("div",Gp,[o[24]||(o[24]=c.createElementVNode("label",{class:"block mt-4"},"图片高度",-1)),c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":o[5]||(o[5]=u=>n.value.rule.maxImageHeight=u),class:"border rounded p-1 w-full"},null,512),[[c.vModelText,n.value.rule.maxImageHeight]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Block?(c.openBlock(),c.createElementBlock("div",Yp,[o[25]||(o[25]=c.createElementVNode("label",{class:"block mt-4"},"块最小数量",-1)),c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":o[6]||(o[6]=u=>n.value.rule.minBlock=u),class:"border rounded p-1 w-full"},null,512),[[c.vModelText,n.value.rule.minBlock]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Block?(c.openBlock(),c.createElementBlock("div",Xp,[o[26]||(o[26]=c.createElementVNode("label",{class:"block mt-4"},"块最大数量",-1)),c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":o[7]||(o[7]=u=>n.value.rule.maxBlock=u),class:"border rounded p-1 w-full"},null,512),[[c.vModelText,n.value.rule.maxBlock]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Block?(c.openBlock(),c.createElementBlock("div",Wp,[o[28]||(o[28]=c.createElementVNode("label",{class:"block mt-4"},"PC端每行列数",-1)),c.withDirectives(c.createElementVNode("select",{multiple:"","onUpdate:modelValue":o[8]||(o[8]=u=>n.value.rule.flexColumns=u),class:"border rounded p-1 w-full h-32"},o[27]||(o[27]=[c.createElementVNode("option",{value:1},"1",-1),c.createElementVNode("option",{value:2},"2",-1),c.createElementVNode("option",{value:3},"3",-1),c.createElementVNode("option",{value:4},"4",-1),c.createElementVNode("option",{value:5},"5",-1),c.createElementVNode("option",{value:6},"6",-1),c.createElementVNode("option",{value:7},"7",-1),c.createElementVNode("option",{value:8},"8",-1),c.createElementVNode("option",{value:9},"9",-1),c.createElementVNode("option",{value:10},"10",-1),c.createElementVNode("option",{value:11},"11",-1),c.createElementVNode("option",{value:12},"12",-1)]),512),[[c.vModelSelect,n.value.rule.flexColumns]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Block?(c.openBlock(),c.createElementBlock("div",Jp,[o[30]||(o[30]=c.createElementVNode("label",{class:"block mt-4"},"移动端每行列数",-1)),c.withDirectives(c.createElementVNode("select",{"onUpdate:modelValue":o[9]||(o[9]=u=>n.value.rule.mobileFlexColumn=u),class:"border rounded p-1 w-full"},o[29]||(o[29]=[c.createElementVNode("option",{value:void 0},"无(轮播)",-1),c.createElementVNode("option",{value:1},"1",-1),c.createElementVNode("option",{value:2},"2",-1),c.createElementVNode("option",{value:3},"3",-1),c.createElementVNode("option",{value:4},"4",-1),c.createElementVNode("option",{value:5},"5",-1),c.createElementVNode("option",{value:6},"6",-1)]),512),[[c.vModelSelect,n.value.rule.mobileFlexColumn]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Text||n.value.type==c.unref(Y).Icon||n.value.type==c.unref(Y).Button?(c.openBlock(),c.createElementBlock("div",qp,[o[31]||(o[31]=c.createElementVNode("label",{class:"block mt-4"},"主题色",-1)),c.createVNode(Ft,{class:"py-2",modelValue:n.value.rule.isThemeColor,"onUpdate:modelValue":o[10]||(o[10]=u=>n.value.rule.isThemeColor=u),label:"是"},null,8,["modelValue"])])):c.createCommentVNode("",!0),c.createElementVNode("div",null,[o[32]||(o[32]=c.createElementVNode("label",{class:"block mt-4"},"是否必填",-1)),c.createVNode(Ft,{class:"py-2",modelValue:n.value.rule.isRequired,"onUpdate:modelValue":o[11]||(o[11]=u=>n.value.rule.isRequired=u),label:"是"},null,8,["modelValue"])]),c.createElementVNode("div",null,[o[33]||(o[33]=c.createElementVNode("label",{class:"block mt-4"},"是否只读",-1)),c.createVNode(Ft,{class:"py-2",modelValue:n.value.rule.isReadOnly,"onUpdate:modelValue":o[12]||(o[12]=u=>n.value.rule.isReadOnly=u),label:"是"},null,8,["modelValue"])]),n.value.type==c.unref(Y).Link||n.value.type==c.unref(Y).Button?(c.openBlock(),c.createElementBlock("div",jp,[o[34]||(o[34]=c.createElementVNode("label",{class:"block mt-4"},"打开美洽",-1)),c.createVNode(Ft,{class:"py-2",modelValue:n.value.rule.openMeiqia,"onUpdate:modelValue":o[13]||(o[13]=u=>n.value.rule.openMeiqia=u),label:"是"},null,8,["modelValue"])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Link||n.value.type==c.unref(Y).Button?(c.openBlock(),c.createElementBlock("div",zp,[o[35]||(o[35]=c.createElementVNode("label",{class:"block mt-4"},"链接",-1)),c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":o[14]||(o[14]=u=>n.value.rule.linkUrl=u),class:"border rounded p-1 w-full"},null,512),[[c.vModelText,n.value.rule.linkUrl]])])):c.createCommentVNode("",!0),n.value.type==c.unref(Y).Text?(c.openBlock(),c.createElementBlock("div",$p,[o[36]||(o[36]=c.createElementVNode("label",{class:"block mt-4"},"允许换行(回车/粘贴多段文本等)",-1)),c.createVNode(Ft,{class:"py-2",modelValue:n.value.rule.allowWrap,"onUpdate:modelValue":o[15]||(o[15]=u=>n.value.rule.allowWrap=u),label:"是"},null,8,["modelValue"])])):c.createCommentVNode("",!0)])):c.createCommentVNode("",!0),c.createElementVNode("button",{onClick:a,class:"mt-4 p-2 bg-green-500 text-white rounded"}," 保存 ")]))}}),[["__scopeId","data-v-298a9b70"]]);/*!
10
10
  * Cropper.js v1.6.2
11
11
  * https://fengyuanchen.github.io/cropperjs
12
12
  *
@@ -36,7 +36,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
36
36
  content: "" !important;
37
37
  display: none !important;
38
38
  }`,hT=function(A){BT(A,"."+gs+dT+Gl+`
39
- .`+ps+fT+Gl)},BT=function(A,e){var t=A.ownerDocument;if(t){var r=t.createElement("style");r.textContent=e,A.appendChild(r)}},Yl=function(){function A(){}return A.getOrigin=function(e){var t=A._link;return t?(t.href=e,t.href=t.href,t.protocol+t.hostname+t.port):"about:blank"},A.isSameOrigin=function(e){return A.getOrigin(e)===A._origin},A.setContext=function(e){A._link=e.document.createElement("a"),A._origin=A.getOrigin(e.location.href)},A._origin="about:blank",A}(),gT=function(){function A(e,t){this.context=e,this._options=t,this._cache={}}return A.prototype.addImage=function(e){var t=Promise.resolve();return this.has(e)||(ms(e)||CT(e))&&(this._cache[e]=this.loadImage(e)).catch(function(){}),t},A.prototype.match=function(e){return this._cache[e]},A.prototype.loadImage=function(e){return JA(this,void 0,void 0,function(){var t,r,n,a,i=this;return YA(this,function(o){switch(o.label){case 0:return t=Yl.isSameOrigin(e),r=!Es(e)&&this._options.useCORS===!0&&kA.SUPPORT_CORS_IMAGES&&!t,n=!Es(e)&&!t&&!ms(e)&&typeof this._options.proxy=="string"&&kA.SUPPORT_CORS_XHR&&!r,!t&&this._options.allowTaint===!1&&!Es(e)&&!ms(e)&&!n&&!r?[2]:(a=e,n?[4,this.proxy(a)]:[3,2]);case 1:a=o.sent(),o.label=2;case 2:return this.context.logger.debug("Added image "+e.substring(0,256)),[4,new Promise(function(u,l){var d=new Image;d.onload=function(){return u(d)},d.onerror=l,(wT(a)||r)&&(d.crossOrigin="anonymous"),d.src=a,d.complete===!0&&setTimeout(function(){return u(d)},500),i._options.imageTimeout>0&&setTimeout(function(){return l("Timed out ("+i._options.imageTimeout+"ms) loading image")},i._options.imageTimeout)})];case 3:return[2,o.sent()]}})})},A.prototype.has=function(e){return typeof this._cache[e]<"u"},A.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},A.prototype.proxy=function(e){var t=this,r=this._options.proxy;if(!r)throw new Error("No proxy defined");var n=e.substring(0,256);return new Promise(function(a,i){var o=kA.SUPPORT_RESPONSE_TYPE?"blob":"text",u=new XMLHttpRequest;u.onload=function(){if(u.status===200)if(o==="text")a(u.response);else{var f=new FileReader;f.addEventListener("load",function(){return a(f.result)},!1),f.addEventListener("error",function(h){return i(h)},!1),f.readAsDataURL(u.response)}else i("Failed to proxy resource "+n+" with status code "+u.status)},u.onerror=i;var l=r.indexOf("?")>-1?"&":"?";if(u.open("GET",""+r+l+"url="+encodeURIComponent(e)+"&responseType="+o),o!=="text"&&u instanceof XMLHttpRequest&&(u.responseType=o),t._options.imageTimeout){var d=t._options.imageTimeout;u.timeout=d,u.ontimeout=function(){return i("Timed out ("+d+"ms) proxying "+n)}}u.send()})},A}(),pT=/^data:image\/svg\+xml/i,ET=/^data:image\/.*;base64,/i,mT=/^data:image\/.*/i,CT=function(A){return kA.SUPPORT_SVG_DRAWING||!bT(A)},Es=function(A){return mT.test(A)},wT=function(A){return ET.test(A)},ms=function(A){return A.substr(0,4)==="blob"},bT=function(A){return A.substr(-3).toLowerCase()==="svg"||pT.test(A)},M=function(){function A(e,t){this.type=0,this.x=e,this.y=t}return A.prototype.add=function(e,t){return new A(this.x+e,this.y+t)},A}(),Pt=function(A,e,t){return new M(A.x+(e.x-A.x)*t,A.y+(e.y-A.y)*t)},oa=function(){function A(e,t,r,n){this.type=1,this.start=e,this.startControl=t,this.endControl=r,this.end=n}return A.prototype.subdivide=function(e,t){var r=Pt(this.start,this.startControl,e),n=Pt(this.startControl,this.endControl,e),a=Pt(this.endControl,this.end,e),i=Pt(r,n,e),o=Pt(n,a,e),u=Pt(i,o,e);return t?new A(this.start,r,i,u):new A(u,o,a,this.end)},A.prototype.add=function(e,t){return new A(this.start.add(e,t),this.startControl.add(e,t),this.endControl.add(e,t),this.end.add(e,t))},A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)},A}(),le=function(A){return A.type===1},TT=function(){function A(e){var t=e.styles,r=e.bounds,n=Sr(t.borderTopLeftRadius,r.width,r.height),a=n[0],i=n[1],o=Sr(t.borderTopRightRadius,r.width,r.height),u=o[0],l=o[1],d=Sr(t.borderBottomRightRadius,r.width,r.height),f=d[0],h=d[1],C=Sr(t.borderBottomLeftRadius,r.width,r.height),m=C[0],T=C[1],Q=[];Q.push((a+u)/r.width),Q.push((m+f)/r.width),Q.push((i+T)/r.height),Q.push((l+h)/r.height);var b=Math.max.apply(Math,Q);b>1&&(a/=b,i/=b,u/=b,l/=b,f/=b,h/=b,m/=b,T/=b);var v=r.width-u,H=r.height-h,K=r.width-f,L=r.height-T,E=t.borderTopWidth,O=t.borderRightWidth,R=t.borderBottomWidth,k=t.borderLeftWidth,eA=fA(t.paddingTop,e.bounds.width),cA=fA(t.paddingRight,e.bounds.width),hA=fA(t.paddingBottom,e.bounds.width),q=fA(t.paddingLeft,e.bounds.width);this.topLeftBorderDoubleOuterBox=a>0||i>0?mA(r.left+k/3,r.top+E/3,a-k/3,i-E/3,sA.TOP_LEFT):new M(r.left+k/3,r.top+E/3),this.topRightBorderDoubleOuterBox=a>0||i>0?mA(r.left+v,r.top+E/3,u-O/3,l-E/3,sA.TOP_RIGHT):new M(r.left+r.width-O/3,r.top+E/3),this.bottomRightBorderDoubleOuterBox=f>0||h>0?mA(r.left+K,r.top+H,f-O/3,h-R/3,sA.BOTTOM_RIGHT):new M(r.left+r.width-O/3,r.top+r.height-R/3),this.bottomLeftBorderDoubleOuterBox=m>0||T>0?mA(r.left+k/3,r.top+L,m-k/3,T-R/3,sA.BOTTOM_LEFT):new M(r.left+k/3,r.top+r.height-R/3),this.topLeftBorderDoubleInnerBox=a>0||i>0?mA(r.left+k*2/3,r.top+E*2/3,a-k*2/3,i-E*2/3,sA.TOP_LEFT):new M(r.left+k*2/3,r.top+E*2/3),this.topRightBorderDoubleInnerBox=a>0||i>0?mA(r.left+v,r.top+E*2/3,u-O*2/3,l-E*2/3,sA.TOP_RIGHT):new M(r.left+r.width-O*2/3,r.top+E*2/3),this.bottomRightBorderDoubleInnerBox=f>0||h>0?mA(r.left+K,r.top+H,f-O*2/3,h-R*2/3,sA.BOTTOM_RIGHT):new M(r.left+r.width-O*2/3,r.top+r.height-R*2/3),this.bottomLeftBorderDoubleInnerBox=m>0||T>0?mA(r.left+k*2/3,r.top+L,m-k*2/3,T-R*2/3,sA.BOTTOM_LEFT):new M(r.left+k*2/3,r.top+r.height-R*2/3),this.topLeftBorderStroke=a>0||i>0?mA(r.left+k/2,r.top+E/2,a-k/2,i-E/2,sA.TOP_LEFT):new M(r.left+k/2,r.top+E/2),this.topRightBorderStroke=a>0||i>0?mA(r.left+v,r.top+E/2,u-O/2,l-E/2,sA.TOP_RIGHT):new M(r.left+r.width-O/2,r.top+E/2),this.bottomRightBorderStroke=f>0||h>0?mA(r.left+K,r.top+H,f-O/2,h-R/2,sA.BOTTOM_RIGHT):new M(r.left+r.width-O/2,r.top+r.height-R/2),this.bottomLeftBorderStroke=m>0||T>0?mA(r.left+k/2,r.top+L,m-k/2,T-R/2,sA.BOTTOM_LEFT):new M(r.left+k/2,r.top+r.height-R/2),this.topLeftBorderBox=a>0||i>0?mA(r.left,r.top,a,i,sA.TOP_LEFT):new M(r.left,r.top),this.topRightBorderBox=u>0||l>0?mA(r.left+v,r.top,u,l,sA.TOP_RIGHT):new M(r.left+r.width,r.top),this.bottomRightBorderBox=f>0||h>0?mA(r.left+K,r.top+H,f,h,sA.BOTTOM_RIGHT):new M(r.left+r.width,r.top+r.height),this.bottomLeftBorderBox=m>0||T>0?mA(r.left,r.top+L,m,T,sA.BOTTOM_LEFT):new M(r.left,r.top+r.height),this.topLeftPaddingBox=a>0||i>0?mA(r.left+k,r.top+E,Math.max(0,a-k),Math.max(0,i-E),sA.TOP_LEFT):new M(r.left+k,r.top+E),this.topRightPaddingBox=u>0||l>0?mA(r.left+Math.min(v,r.width-O),r.top+E,v>r.width+O?0:Math.max(0,u-O),Math.max(0,l-E),sA.TOP_RIGHT):new M(r.left+r.width-O,r.top+E),this.bottomRightPaddingBox=f>0||h>0?mA(r.left+Math.min(K,r.width-k),r.top+Math.min(H,r.height-R),Math.max(0,f-O),Math.max(0,h-R),sA.BOTTOM_RIGHT):new M(r.left+r.width-O,r.top+r.height-R),this.bottomLeftPaddingBox=m>0||T>0?mA(r.left+k,r.top+Math.min(L,r.height-R),Math.max(0,m-k),Math.max(0,T-R),sA.BOTTOM_LEFT):new M(r.left+k,r.top+r.height-R),this.topLeftContentBox=a>0||i>0?mA(r.left+k+q,r.top+E+eA,Math.max(0,a-(k+q)),Math.max(0,i-(E+eA)),sA.TOP_LEFT):new M(r.left+k+q,r.top+E+eA),this.topRightContentBox=u>0||l>0?mA(r.left+Math.min(v,r.width+k+q),r.top+E+eA,v>r.width+k+q?0:u-k+q,l-(E+eA),sA.TOP_RIGHT):new M(r.left+r.width-(O+cA),r.top+E+eA),this.bottomRightContentBox=f>0||h>0?mA(r.left+Math.min(K,r.width-(k+q)),r.top+Math.min(H,r.height+E+eA),Math.max(0,f-(O+cA)),h-(R+hA),sA.BOTTOM_RIGHT):new M(r.left+r.width-(O+cA),r.top+r.height-(R+hA)),this.bottomLeftContentBox=m>0||T>0?mA(r.left+k+q,r.top+L,Math.max(0,m-(k+q)),T-(R+hA),sA.BOTTOM_LEFT):new M(r.left+k+q,r.top+r.height-(R+hA))}return A}(),sA;(function(A){A[A.TOP_LEFT=0]="TOP_LEFT",A[A.TOP_RIGHT=1]="TOP_RIGHT",A[A.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",A[A.BOTTOM_LEFT=3]="BOTTOM_LEFT"})(sA||(sA={}));var mA=function(A,e,t,r,n){var a=4*((Math.sqrt(2)-1)/3),i=t*a,o=r*a,u=A+t,l=e+r;switch(n){case sA.TOP_LEFT:return new oa(new M(A,l),new M(A,l-o),new M(u-i,e),new M(u,e));case sA.TOP_RIGHT:return new oa(new M(A,e),new M(A+i,e),new M(u,l-o),new M(u,l));case sA.BOTTOM_RIGHT:return new oa(new M(u,e),new M(u,e+o),new M(A+i,l),new M(A,l));case sA.BOTTOM_LEFT:default:return new oa(new M(u,l),new M(u-i,l),new M(A,e+o),new M(A,e))}},ua=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},UT=function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]},ca=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},QT=function(){function A(e,t,r){this.offsetX=e,this.offsetY=t,this.matrix=r,this.type=0,this.target=6}return A}(),la=function(){function A(e,t){this.path=e,this.target=t,this.type=1}return A}(),FT=function(){function A(e){this.opacity=e,this.type=2,this.target=6}return A}(),IT=function(A){return A.type===0},Xl=function(A){return A.type===1},yT=function(A){return A.type===2},Wl=function(A,e){return A.length===e.length?A.some(function(t,r){return t===e[r]}):!1},xT=function(A,e,t,r,n){return A.map(function(a,i){switch(i){case 0:return a.add(e,t);case 1:return a.add(e+r,t);case 2:return a.add(e+r,t+n);case 3:return a.add(e,t+n)}return a})},Jl=function(){function A(e){this.element=e,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return A}(),ql=function(){function A(e,t){if(this.container=e,this.parent=t,this.effects=[],this.curves=new TT(this.container),this.container.styles.opacity<1&&this.effects.push(new FT(this.container.styles.opacity)),this.container.styles.transform!==null){var r=this.container.bounds.left+this.container.styles.transformOrigin[0].number,n=this.container.bounds.top+this.container.styles.transformOrigin[1].number,a=this.container.styles.transform;this.effects.push(new QT(r,n,a))}if(this.container.styles.overflowX!==0){var i=ua(this.curves),o=ca(this.curves);Wl(i,o)?this.effects.push(new la(i,6)):(this.effects.push(new la(i,2)),this.effects.push(new la(o,4)))}}return A.prototype.getEffects=function(e){for(var t=[2,3].indexOf(this.container.styles.position)===-1,r=this.parent,n=this.effects.slice(0);r;){var a=r.effects.filter(function(u){return!Xl(u)});if(t||r.container.styles.position!==0||!r.parent){if(n.unshift.apply(n,a),t=[2,3].indexOf(r.container.styles.position)===-1,r.container.styles.overflowX!==0){var i=ua(r.curves),o=ca(r.curves);Wl(i,o)||n.unshift(new la(o,6))}}else n.unshift.apply(n,a);r=r.parent}return n.filter(function(u){return vA(u.target,e)})},A}(),Cs=function(A,e,t,r){A.container.elements.forEach(function(n){var a=vA(n.flags,4),i=vA(n.flags,2),o=new ql(n,A);vA(n.styles.display,2048)&&r.push(o);var u=vA(n.flags,8)?[]:r;if(a||i){var l=a||n.styles.isPositioned()?t:e,d=new Jl(o);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var f=n.styles.zIndex.order;if(f<0){var h=0;l.negativeZIndex.some(function(m,T){return f>m.element.container.styles.zIndex.order?(h=T,!1):h>0}),l.negativeZIndex.splice(h,0,d)}else if(f>0){var C=0;l.positiveZIndex.some(function(m,T){return f>=m.element.container.styles.zIndex.order?(C=T+1,!1):C>0}),l.positiveZIndex.splice(C,0,d)}else l.zeroOrAutoZIndexOrTransformedOrOpacity.push(d)}else n.styles.isFloating()?l.nonPositionedFloats.push(d):l.nonPositionedInlineLevel.push(d);Cs(o,d,a?d:t,u)}else n.styles.isInlineLevel()?e.inlineLevel.push(o):e.nonInlineLevel.push(o),Cs(o,e,t,u);vA(n.flags,8)&&jl(n,u)})},jl=function(A,e){for(var t=A instanceof us?A.start:1,r=A instanceof us?A.reversed:!1,n=0;n<e.length;n++){var a=e[n];a.container instanceof wl&&typeof a.container.value=="number"&&a.container.value!==0&&(t=a.container.value),a.listValue=Mr(t,a.container.styles.listStyleType,!0),t+=r?-1:1}},vT=function(A){var e=new ql(A,null),t=new Jl(e),r=[];return Cs(e,t,t,r),jl(e.container,r),t},zl=function(A,e){switch(e){case 0:return de(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return de(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return de(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);case 3:default:return de(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},_T=function(A,e){switch(e){case 0:return de(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return de(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return de(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);case 3:default:return de(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}},NT=function(A,e){switch(e){case 0:return de(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return de(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return de(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);case 3:default:return de(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}},ST=function(A,e){switch(e){case 0:return da(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return da(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return da(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);case 3:default:return da(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}},da=function(A,e){var t=[];return le(A)?t.push(A.subdivide(.5,!1)):t.push(A),le(e)?t.push(e.subdivide(.5,!0)):t.push(e),t},de=function(A,e,t,r){var n=[];return le(A)?n.push(A.subdivide(.5,!1)):n.push(A),le(t)?n.push(t.subdivide(.5,!0)):n.push(t),le(r)?n.push(r.subdivide(.5,!0).reverse()):n.push(r),le(e)?n.push(e.subdivide(.5,!1).reverse()):n.push(e),n},$l=function(A){var e=A.bounds,t=A.styles;return e.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},fa=function(A){var e=A.styles,t=A.bounds,r=fA(e.paddingLeft,t.width),n=fA(e.paddingRight,t.width),a=fA(e.paddingTop,t.width),i=fA(e.paddingBottom,t.width);return t.add(r+e.borderLeftWidth,a+e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth+r+n),-(e.borderTopWidth+e.borderBottomWidth+a+i))},LT=function(A,e){return A===0?e.bounds:A===2?fa(e):$l(e)},HT=function(A,e){return A===0?e.bounds:A===2?fa(e):$l(e)},ws=function(A,e,t){var r=LT(Vt(A.styles.backgroundOrigin,e),A),n=HT(Vt(A.styles.backgroundClip,e),A),a=DT(Vt(A.styles.backgroundSize,e),t,r),i=a[0],o=a[1],u=Sr(Vt(A.styles.backgroundPosition,e),r.width-i,r.height-o),l=OT(Vt(A.styles.backgroundRepeat,e),u,a,r,n),d=Math.round(r.left+u[0]),f=Math.round(r.top+u[1]);return[l,d,f,i,o]},Kt=function(A){return uA(A)&&A.value===Ot.AUTO},ha=function(A){return typeof A=="number"},DT=function(A,e,t){var r=e[0],n=e[1],a=e[2],i=A[0],o=A[1];if(!i)return[0,0];if(IA(i)&&o&&IA(o))return[fA(i,t.width),fA(o,t.height)];var u=ha(a);if(uA(i)&&(i.value===Ot.CONTAIN||i.value===Ot.COVER)){if(ha(a)){var l=t.width/t.height;return l<a!=(i.value===Ot.COVER)?[t.width,t.width/a]:[t.height*a,t.height]}return[t.width,t.height]}var d=ha(r),f=ha(n),h=d||f;if(Kt(i)&&(!o||Kt(o))){if(d&&f)return[r,n];if(!u&&!h)return[t.width,t.height];if(h&&u){var C=d?r:n*a,m=f?n:r/a;return[C,m]}var T=d?r:t.width,Q=f?n:t.height;return[T,Q]}if(u){var b=0,v=0;return IA(i)?b=fA(i,t.width):IA(o)&&(v=fA(o,t.height)),Kt(i)?b=v*a:(!o||Kt(o))&&(v=b/a),[b,v]}var H=null,K=null;if(IA(i)?H=fA(i,t.width):o&&IA(o)&&(K=fA(o,t.height)),H!==null&&(!o||Kt(o))&&(K=d&&f?H/r*n:t.height),K!==null&&Kt(i)&&(H=d&&f?K/n*r:t.width),H!==null&&K!==null)return[H,K];throw new Error("Unable to calculate background-size for element")},Vt=function(A,e){var t=A[e];return typeof t>"u"?A[0]:t},OT=function(A,e,t,r,n){var a=e[0],i=e[1],o=t[0],u=t[1];switch(A){case 2:return[new M(Math.round(r.left),Math.round(r.top+i)),new M(Math.round(r.left+r.width),Math.round(r.top+i)),new M(Math.round(r.left+r.width),Math.round(u+r.top+i)),new M(Math.round(r.left),Math.round(u+r.top+i))];case 3:return[new M(Math.round(r.left+a),Math.round(r.top)),new M(Math.round(r.left+a+o),Math.round(r.top)),new M(Math.round(r.left+a+o),Math.round(r.height+r.top)),new M(Math.round(r.left+a),Math.round(r.height+r.top))];case 1:return[new M(Math.round(r.left+a),Math.round(r.top+i)),new M(Math.round(r.left+a+o),Math.round(r.top+i)),new M(Math.round(r.left+a+o),Math.round(r.top+i+u)),new M(Math.round(r.left+a),Math.round(r.top+i+u))];default:return[new M(Math.round(n.left),Math.round(n.top)),new M(Math.round(n.left+n.width),Math.round(n.top)),new M(Math.round(n.left+n.width),Math.round(n.height+n.top)),new M(Math.round(n.left),Math.round(n.height+n.top))]}},RT="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",Zl="Hidden Text",MT=function(){function A(e){this._data={},this._document=e}return A.prototype.parseMetrics=function(e,t){var r=this._document.createElement("div"),n=this._document.createElement("img"),a=this._document.createElement("span"),i=this._document.body;r.style.visibility="hidden",r.style.fontFamily=e,r.style.fontSize=t,r.style.margin="0",r.style.padding="0",r.style.whiteSpace="nowrap",i.appendChild(r),n.src=RT,n.width=1,n.height=1,n.style.margin="0",n.style.padding="0",n.style.verticalAlign="baseline",a.style.fontFamily=e,a.style.fontSize=t,a.style.margin="0",a.style.padding="0",a.appendChild(this._document.createTextNode(Zl)),r.appendChild(a),r.appendChild(n);var o=n.offsetTop-a.offsetTop+2;r.removeChild(a),r.appendChild(this._document.createTextNode(Zl)),r.style.lineHeight="normal",n.style.verticalAlign="super";var u=n.offsetTop-r.offsetTop+2;return i.removeChild(r),{baseline:o,middle:u}},A.prototype.getMetrics=function(e,t){var r=e+" "+t;return typeof this._data[r]>"u"&&(this._data[r]=this.parseMetrics(e,t)),this._data[r]},A}(),A0=function(){function A(e,t){this.context=e,this.options=t}return A}(),kT=1e4,PT=function(A){Ee(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n._activeEffects=[],n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),r.canvas||(n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px"),n.fontMetrics=new MT(document),n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.ctx.textBaseline="bottom",n._activeEffects=[],n.context.logger.debug("Canvas renderer initialized ("+r.width+"x"+r.height+") with scale "+r.scale),n}return e.prototype.applyEffects=function(t){for(var r=this;this._activeEffects.length;)this.popEffect();t.forEach(function(n){return r.applyEffect(n)})},e.prototype.applyEffect=function(t){this.ctx.save(),yT(t)&&(this.ctx.globalAlpha=t.opacity),IT(t)&&(this.ctx.translate(t.offsetX,t.offsetY),this.ctx.transform(t.matrix[0],t.matrix[1],t.matrix[2],t.matrix[3],t.matrix[4],t.matrix[5]),this.ctx.translate(-t.offsetX,-t.offsetY)),Xl(t)&&(this.path(t.path),this.ctx.clip()),this._activeEffects.push(t)},e.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},e.prototype.renderStack=function(t){return JA(this,void 0,void 0,function(){var r;return YA(this,function(n){switch(n.label){case 0:return r=t.element.container.styles,r.isVisible()?[4,this.renderStackContent(t)]:[3,2];case 1:n.sent(),n.label=2;case 2:return[2]}})})},e.prototype.renderNode=function(t){return JA(this,void 0,void 0,function(){return YA(this,function(r){switch(r.label){case 0:if(vA(t.container.flags,16))debugger;return t.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(t)]:[3,3];case 1:return r.sent(),[4,this.renderNodeContent(t)];case 2:r.sent(),r.label=3;case 3:return[2]}})})},e.prototype.renderTextWithLetterSpacing=function(t,r,n){var a=this;if(r===0)this.ctx.fillText(t.text,t.bounds.left,t.bounds.top+n);else{var i=os(t.text);i.reduce(function(o,u){return a.ctx.fillText(u,o,t.bounds.top+n),o+a.ctx.measureText(u).width},t.bounds.left)}},e.prototype.createFontStyle=function(t){var r=t.fontVariant.filter(function(i){return i==="normal"||i==="small-caps"}).join(""),n=XT(t.fontFamily).join(", "),a=Nr(t.fontSize)?""+t.fontSize.number+t.fontSize.unit:t.fontSize.number+"px";return[[t.fontStyle,r,t.fontWeight,a,n].join(" "),n,a]},e.prototype.renderTextNode=function(t,r){return JA(this,void 0,void 0,function(){var n,a,i,o,u,l,d,f,h=this;return YA(this,function(C){return n=this.createFontStyle(r),a=n[0],i=n[1],o=n[2],this.ctx.font=a,this.ctx.direction=r.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",u=this.fontMetrics.getMetrics(i,o),l=u.baseline,d=u.middle,f=r.paintOrder,t.textBounds.forEach(function(m){f.forEach(function(T){switch(T){case 0:h.ctx.fillStyle=DA(r.color),h.renderTextWithLetterSpacing(m,r.letterSpacing,l);var Q=r.textShadow;Q.length&&m.text.trim().length&&(Q.slice(0).reverse().forEach(function(b){h.ctx.shadowColor=DA(b.color),h.ctx.shadowOffsetX=b.offsetX.number*h.options.scale,h.ctx.shadowOffsetY=b.offsetY.number*h.options.scale,h.ctx.shadowBlur=b.blur.number,h.renderTextWithLetterSpacing(m,r.letterSpacing,l)}),h.ctx.shadowColor="",h.ctx.shadowOffsetX=0,h.ctx.shadowOffsetY=0,h.ctx.shadowBlur=0),r.textDecorationLine.length&&(h.ctx.fillStyle=DA(r.textDecorationColor||r.color),r.textDecorationLine.forEach(function(b){switch(b){case 1:h.ctx.fillRect(m.bounds.left,Math.round(m.bounds.top+l),m.bounds.width,1);break;case 2:h.ctx.fillRect(m.bounds.left,Math.round(m.bounds.top),m.bounds.width,1);break;case 3:h.ctx.fillRect(m.bounds.left,Math.ceil(m.bounds.top+d),m.bounds.width,1);break}}));break;case 1:r.webkitTextStrokeWidth&&m.text.trim().length&&(h.ctx.strokeStyle=DA(r.webkitTextStrokeColor),h.ctx.lineWidth=r.webkitTextStrokeWidth,h.ctx.lineJoin=window.chrome?"miter":"round",h.ctx.strokeText(m.text,m.bounds.left,m.bounds.top+l)),h.ctx.strokeStyle="",h.ctx.lineWidth=0,h.ctx.lineJoin="miter";break}})}),[2]})})},e.prototype.renderReplacedElement=function(t,r,n){if(n&&t.intrinsicWidth>0&&t.intrinsicHeight>0){var a=fa(t),i=ca(r);this.path(i),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(n,0,0,t.intrinsicWidth,t.intrinsicHeight,a.left,a.top,a.width,a.height),this.ctx.restore()}},e.prototype.renderNodeContent=function(t){return JA(this,void 0,void 0,function(){var r,n,a,i,o,u,v,v,l,d,f,h,K,C,m,L,T,Q,b,v,H,K,L;return YA(this,function(E){switch(E.label){case 0:this.applyEffects(t.getEffects(4)),r=t.container,n=t.curves,a=r.styles,i=0,o=r.textNodes,E.label=1;case 1:return i<o.length?(u=o[i],[4,this.renderTextNode(u,a)]):[3,4];case 2:E.sent(),E.label=3;case 3:return i++,[3,1];case 4:if(!(r instanceof El))return[3,8];E.label=5;case 5:return E.trys.push([5,7,,8]),[4,this.context.cache.match(r.src)];case 6:return v=E.sent(),this.renderReplacedElement(r,n,v),[3,8];case 7:return E.sent(),this.context.logger.error("Error loading image "+r.src),[3,8];case 8:if(r instanceof ml&&this.renderReplacedElement(r,n,r.canvas),!(r instanceof Cl))return[3,12];E.label=9;case 9:return E.trys.push([9,11,,12]),[4,this.context.cache.match(r.svg)];case 10:return v=E.sent(),this.renderReplacedElement(r,n,v),[3,12];case 11:return E.sent(),this.context.logger.error("Error loading svg "+r.svg.substring(0,255)),[3,12];case 12:return r instanceof Ql&&r.tree?(l=new e(this.context,{scale:this.options.scale,backgroundColor:r.backgroundColor,x:0,y:0,width:r.width,height:r.height}),[4,l.render(r.tree)]):[3,14];case 13:d=E.sent(),r.width&&r.height&&this.ctx.drawImage(d,0,0,r.width,r.height,r.bounds.left,r.bounds.top,r.bounds.width,r.bounds.height),E.label=14;case 14:if(r instanceof cs&&(f=Math.min(r.bounds.width,r.bounds.height),r.type===ta?r.checked&&(this.ctx.save(),this.path([new M(r.bounds.left+f*.39363,r.bounds.top+f*.79),new M(r.bounds.left+f*.16,r.bounds.top+f*.5549),new M(r.bounds.left+f*.27347,r.bounds.top+f*.44071),new M(r.bounds.left+f*.39694,r.bounds.top+f*.5649),new M(r.bounds.left+f*.72983,r.bounds.top+f*.23),new M(r.bounds.left+f*.84,r.bounds.top+f*.34085),new M(r.bounds.left+f*.39363,r.bounds.top+f*.79)]),this.ctx.fillStyle=DA(bl),this.ctx.fill(),this.ctx.restore()):r.type===ra&&r.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(r.bounds.left+f/2,r.bounds.top+f/2,f/4,0,Math.PI*2,!0),this.ctx.fillStyle=DA(bl),this.ctx.fill(),this.ctx.restore())),KT(r)&&r.value.length){switch(h=this.createFontStyle(a),K=h[0],C=h[1],m=this.fontMetrics.getMetrics(K,C).baseline,this.ctx.font=K,this.ctx.fillStyle=DA(a.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=GT(r.styles.textAlign),L=fa(r),T=0,r.styles.textAlign){case 1:T+=L.width/2;break;case 2:T+=L.width;break}Q=L.add(T,0,0,-L.height/2+1),this.ctx.save(),this.path([new M(L.left,L.top),new M(L.left+L.width,L.top),new M(L.left+L.width,L.top+L.height),new M(L.left,L.top+L.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new Or(r.value,Q),a.letterSpacing,m),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!vA(r.styles.display,2048))return[3,20];if(r.styles.listStyleImage===null)return[3,19];if(b=r.styles.listStyleImage,b.type!==0)return[3,18];v=void 0,H=b.url,E.label=15;case 15:return E.trys.push([15,17,,18]),[4,this.context.cache.match(H)];case 16:return v=E.sent(),this.ctx.drawImage(v,r.bounds.left-(v.width+10),r.bounds.top),[3,18];case 17:return E.sent(),this.context.logger.error("Error loading list-style-image "+H),[3,18];case 18:return[3,20];case 19:t.listValue&&r.styles.listStyleType!==-1&&(K=this.createFontStyle(a)[0],this.ctx.font=K,this.ctx.fillStyle=DA(a.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",L=new _e(r.bounds.left,r.bounds.top+fA(r.styles.paddingTop,r.bounds.width),r.bounds.width,Zc(a.lineHeight,a.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new Or(t.listValue,L),a.letterSpacing,Zc(a.lineHeight,a.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),E.label=20;case 20:return[2]}})})},e.prototype.renderStackContent=function(t){return JA(this,void 0,void 0,function(){var r,n,b,a,i,b,o,u,b,l,d,b,f,h,b,C,m,b,T,Q,b;return YA(this,function(v){switch(v.label){case 0:if(vA(t.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(t.element)];case 1:v.sent(),r=0,n=t.negativeZIndex,v.label=2;case 2:return r<n.length?(b=n[r],[4,this.renderStack(b)]):[3,5];case 3:v.sent(),v.label=4;case 4:return r++,[3,2];case 5:return[4,this.renderNodeContent(t.element)];case 6:v.sent(),a=0,i=t.nonInlineLevel,v.label=7;case 7:return a<i.length?(b=i[a],[4,this.renderNode(b)]):[3,10];case 8:v.sent(),v.label=9;case 9:return a++,[3,7];case 10:o=0,u=t.nonPositionedFloats,v.label=11;case 11:return o<u.length?(b=u[o],[4,this.renderStack(b)]):[3,14];case 12:v.sent(),v.label=13;case 13:return o++,[3,11];case 14:l=0,d=t.nonPositionedInlineLevel,v.label=15;case 15:return l<d.length?(b=d[l],[4,this.renderStack(b)]):[3,18];case 16:v.sent(),v.label=17;case 17:return l++,[3,15];case 18:f=0,h=t.inlineLevel,v.label=19;case 19:return f<h.length?(b=h[f],[4,this.renderNode(b)]):[3,22];case 20:v.sent(),v.label=21;case 21:return f++,[3,19];case 22:C=0,m=t.zeroOrAutoZIndexOrTransformedOrOpacity,v.label=23;case 23:return C<m.length?(b=m[C],[4,this.renderStack(b)]):[3,26];case 24:v.sent(),v.label=25;case 25:return C++,[3,23];case 26:T=0,Q=t.positiveZIndex,v.label=27;case 27:return T<Q.length?(b=Q[T],[4,this.renderStack(b)]):[3,30];case 28:v.sent(),v.label=29;case 29:return T++,[3,27];case 30:return[2]}})})},e.prototype.mask=function(t){this.ctx.beginPath(),this.ctx.moveTo(0,0),this.ctx.lineTo(this.canvas.width,0),this.ctx.lineTo(this.canvas.width,this.canvas.height),this.ctx.lineTo(0,this.canvas.height),this.ctx.lineTo(0,0),this.formatPath(t.slice(0).reverse()),this.ctx.closePath()},e.prototype.path=function(t){this.ctx.beginPath(),this.formatPath(t),this.ctx.closePath()},e.prototype.formatPath=function(t){var r=this;t.forEach(function(n,a){var i=le(n)?n.start:n;a===0?r.ctx.moveTo(i.x,i.y):r.ctx.lineTo(i.x,i.y),le(n)&&r.ctx.bezierCurveTo(n.startControl.x,n.startControl.y,n.endControl.x,n.endControl.y,n.end.x,n.end.y)})},e.prototype.renderRepeat=function(t,r,n,a){this.path(t),this.ctx.fillStyle=r,this.ctx.translate(n,a),this.ctx.fill(),this.ctx.translate(-n,-a)},e.prototype.resizeImage=function(t,r,n){var a;if(t.width===r&&t.height===n)return t;var i=(a=this.canvas.ownerDocument)!==null&&a!==void 0?a:document,o=i.createElement("canvas");o.width=Math.max(1,r),o.height=Math.max(1,n);var u=o.getContext("2d");return u.drawImage(t,0,0,t.width,t.height,0,0,r,n),o},e.prototype.renderBackgroundImage=function(t){return JA(this,void 0,void 0,function(){var r,n,a,i,o,u;return YA(this,function(l){switch(l.label){case 0:r=t.styles.backgroundImage.length-1,n=function(d){var f,h,C,eA,dA,TA,q,nA,R,m,eA,dA,TA,q,nA,T,Q,b,v,H,K,L,E,O,R,k,eA,cA,hA,q,nA,lA,dA,TA,qA,_A,WA,jA,OA,PA,KA,y;return YA(this,function(_){switch(_.label){case 0:if(d.type!==0)return[3,5];f=void 0,h=d.url,_.label=1;case 1:return _.trys.push([1,3,,4]),[4,a.context.cache.match(h)];case 2:return f=_.sent(),[3,4];case 3:return _.sent(),a.context.logger.error("Error loading background-image "+h),[3,4];case 4:return f&&(C=ws(t,r,[f.width,f.height,f.width/f.height]),eA=C[0],dA=C[1],TA=C[2],q=C[3],nA=C[4],R=a.ctx.createPattern(a.resizeImage(f,q,nA),"repeat"),a.renderRepeat(eA,R,dA,TA)),[3,6];case 5:IC(d)?(m=ws(t,r,[null,null,null]),eA=m[0],dA=m[1],TA=m[2],q=m[3],nA=m[4],T=bC(d.angle,q,nA),Q=T[0],b=T[1],v=T[2],H=T[3],K=T[4],L=document.createElement("canvas"),L.width=q,L.height=nA,E=L.getContext("2d"),O=E.createLinearGradient(b,H,v,K),Kc(d.stops,Q).forEach(function(tA){return O.addColorStop(tA.stop,DA(tA.color))}),E.fillStyle=O,E.fillRect(0,0,q,nA),q>0&&nA>0&&(R=a.ctx.createPattern(L,"repeat"),a.renderRepeat(eA,R,dA,TA))):yC(d)&&(k=ws(t,r,[null,null,null]),eA=k[0],cA=k[1],hA=k[2],q=k[3],nA=k[4],lA=d.position.length===0?[Wi]:d.position,dA=fA(lA[0],q),TA=fA(lA[lA.length-1],nA),qA=TC(d,dA,TA,q,nA),_A=qA[0],WA=qA[1],_A>0&&WA>0&&(jA=a.ctx.createRadialGradient(cA+dA,hA+TA,0,cA+dA,hA+TA,_A),Kc(d.stops,_A*2).forEach(function(tA){return jA.addColorStop(tA.stop,DA(tA.color))}),a.path(eA),a.ctx.fillStyle=jA,_A!==WA?(OA=t.bounds.left+.5*t.bounds.width,PA=t.bounds.top+.5*t.bounds.height,KA=WA/_A,y=1/KA,a.ctx.save(),a.ctx.translate(OA,PA),a.ctx.transform(1,0,0,KA,0,0),a.ctx.translate(-OA,-PA),a.ctx.fillRect(cA,y*(hA-PA)+PA,q,nA*y),a.ctx.restore()):a.ctx.fill())),_.label=6;case 6:return r--,[2]}})},a=this,i=0,o=t.styles.backgroundImage.slice(0).reverse(),l.label=1;case 1:return i<o.length?(u=o[i],[5,n(u)]):[3,4];case 2:l.sent(),l.label=3;case 3:return i++,[3,1];case 4:return[2]}})})},e.prototype.renderSolidBorder=function(t,r,n){return JA(this,void 0,void 0,function(){return YA(this,function(a){return this.path(zl(n,r)),this.ctx.fillStyle=DA(t),this.ctx.fill(),[2]})})},e.prototype.renderDoubleBorder=function(t,r,n,a){return JA(this,void 0,void 0,function(){var i,o;return YA(this,function(u){switch(u.label){case 0:return r<3?[4,this.renderSolidBorder(t,n,a)]:[3,2];case 1:return u.sent(),[2];case 2:return i=_T(a,n),this.path(i),this.ctx.fillStyle=DA(t),this.ctx.fill(),o=NT(a,n),this.path(o),this.ctx.fill(),[2]}})})},e.prototype.renderNodeBackgroundAndBorders=function(t){return JA(this,void 0,void 0,function(){var r,n,a,i,o,u,l,d,f=this;return YA(this,function(h){switch(h.label){case 0:return this.applyEffects(t.getEffects(2)),r=t.container.styles,n=!ze(r.backgroundColor)||r.backgroundImage.length,a=[{style:r.borderTopStyle,color:r.borderTopColor,width:r.borderTopWidth},{style:r.borderRightStyle,color:r.borderRightColor,width:r.borderRightWidth},{style:r.borderBottomStyle,color:r.borderBottomColor,width:r.borderBottomWidth},{style:r.borderLeftStyle,color:r.borderLeftColor,width:r.borderLeftWidth}],i=VT(Vt(r.backgroundClip,0),t.curves),n||r.boxShadow.length?(this.ctx.save(),this.path(i),this.ctx.clip(),ze(r.backgroundColor)||(this.ctx.fillStyle=DA(r.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(t.container)]):[3,2];case 1:h.sent(),this.ctx.restore(),r.boxShadow.slice(0).reverse().forEach(function(C){f.ctx.save();var m=ua(t.curves),T=C.inset?0:kT,Q=xT(m,-T+(C.inset?1:-1)*C.spread.number,(C.inset?1:-1)*C.spread.number,C.spread.number*(C.inset?-2:2),C.spread.number*(C.inset?-2:2));C.inset?(f.path(m),f.ctx.clip(),f.mask(Q)):(f.mask(m),f.ctx.clip(),f.path(Q)),f.ctx.shadowOffsetX=C.offsetX.number+T,f.ctx.shadowOffsetY=C.offsetY.number,f.ctx.shadowColor=DA(C.color),f.ctx.shadowBlur=C.blur.number,f.ctx.fillStyle=C.inset?DA(C.color):"rgba(0,0,0,1)",f.ctx.fill(),f.ctx.restore()}),h.label=2;case 2:o=0,u=0,l=a,h.label=3;case 3:return u<l.length?(d=l[u],d.style!==0&&!ze(d.color)&&d.width>0?d.style!==2?[3,5]:[4,this.renderDashedDottedBorder(d.color,d.width,o,t.curves,2)]:[3,11]):[3,13];case 4:return h.sent(),[3,11];case 5:return d.style!==3?[3,7]:[4,this.renderDashedDottedBorder(d.color,d.width,o,t.curves,3)];case 6:return h.sent(),[3,11];case 7:return d.style!==4?[3,9]:[4,this.renderDoubleBorder(d.color,d.width,o,t.curves)];case 8:return h.sent(),[3,11];case 9:return[4,this.renderSolidBorder(d.color,o,t.curves)];case 10:h.sent(),h.label=11;case 11:o++,h.label=12;case 12:return u++,[3,3];case 13:return[2]}})})},e.prototype.renderDashedDottedBorder=function(t,r,n,a,i){return JA(this,void 0,void 0,function(){var o,u,l,d,f,h,C,m,T,Q,b,v,H,K,L,E,L,E;return YA(this,function(O){return this.ctx.save(),o=ST(a,n),u=zl(a,n),i===2&&(this.path(u),this.ctx.clip()),le(u[0])?(l=u[0].start.x,d=u[0].start.y):(l=u[0].x,d=u[0].y),le(u[1])?(f=u[1].end.x,h=u[1].end.y):(f=u[1].x,h=u[1].y),n===0||n===2?C=Math.abs(l-f):C=Math.abs(d-h),this.ctx.beginPath(),i===3?this.formatPath(o):this.formatPath(u.slice(0,2)),m=r<3?r*3:r*2,T=r<3?r*2:r,i===3&&(m=r,T=r),Q=!0,C<=m*2?Q=!1:C<=m*2+T?(b=C/(2*m+T),m*=b,T*=b):(v=Math.floor((C+T)/(m+T)),H=(C-v*m)/(v-1),K=(C-(v+1)*m)/v,T=K<=0||Math.abs(T-H)<Math.abs(T-K)?H:K),Q&&(i===3?this.ctx.setLineDash([0,m+T]):this.ctx.setLineDash([m,T])),i===3?(this.ctx.lineCap="round",this.ctx.lineWidth=r):this.ctx.lineWidth=r*2+1.1,this.ctx.strokeStyle=DA(t),this.ctx.stroke(),this.ctx.setLineDash([]),i===2&&(le(u[0])&&(L=u[3],E=u[0],this.ctx.beginPath(),this.formatPath([new M(L.end.x,L.end.y),new M(E.start.x,E.start.y)]),this.ctx.stroke()),le(u[1])&&(L=u[1],E=u[2],this.ctx.beginPath(),this.formatPath([new M(L.end.x,L.end.y),new M(E.start.x,E.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},e.prototype.render=function(t){return JA(this,void 0,void 0,function(){var r;return YA(this,function(n){switch(n.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=DA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=vT(t),[4,this.renderStack(r)];case 1:return n.sent(),this.applyEffects([]),[2,this.canvas]}})})},e}(A0),KT=function(A){return A instanceof Ul||A instanceof Tl?!0:A instanceof cs&&A.type!==ra&&A.type!==ta},VT=function(A,e){switch(A){case 0:return ua(e);case 2:return UT(e);case 1:default:return ca(e)}},GT=function(A){switch(A){case 1:return"center";case 2:return"right";case 0:default:return"left"}},YT=["-apple-system","system-ui"],XT=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter(function(e){return YT.indexOf(e)===-1}):A},WT=function(A){Ee(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),n.options=r,n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px",n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+r.width+"x"+r.height+" at "+r.x+","+r.y+") with scale "+r.scale),n}return e.prototype.render=function(t){return JA(this,void 0,void 0,function(){var r,n;return YA(this,function(a){switch(a.label){case 0:return r=ss(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,t),[4,JT(r)];case 1:return n=a.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=DA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(n,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},e}(A0),JT=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},qT=function(){function A(e){var t=e.id,r=e.enabled;this.id=t,this.enabled=r,this.start=Date.now()}return A.prototype.debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,bn([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.prototype.getTime=function(){return Date.now()-this.start},A.prototype.info=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&typeof window<"u"&&window.console&&typeof console.info=="function"&&console.info.apply(console,bn([this.id,this.getTime()+"ms"],e))},A.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,bn([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.error=="function"?console.error.apply(console,bn([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.instances={},A}(),jT=function(){function A(e,t){var r;this.windowBounds=t,this.instanceName="#"+A.instanceCount++,this.logger=new qT({id:this.instanceName,enabled:e.logging}),this.cache=(r=e.cache)!==null&&r!==void 0?r:new gT(this,e)}return A.instanceCount=1,A}(),zT=function(A,e){return e===void 0&&(e={}),$T(A,e)};typeof window<"u"&&Yl.setContext(window);var $T=function(A,e){return JA(void 0,void 0,void 0,function(){var t,r,n,a,i,o,u,l,d,f,h,C,m,T,Q,b,v,H,K,L,O,E,O,R,k,eA,cA,hA,q,nA,lA,dA,TA,qA,_A,WA,jA,OA,PA,KA;return YA(this,function(y){switch(y.label){case 0:if(!A||typeof A!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(t=A.ownerDocument,!t)throw new Error("Element is not attached to a Document");if(r=t.defaultView,!r)throw new Error("Document is not attached to a Window");return n={allowTaint:(R=e.allowTaint)!==null&&R!==void 0?R:!1,imageTimeout:(k=e.imageTimeout)!==null&&k!==void 0?k:15e3,proxy:e.proxy,useCORS:(eA=e.useCORS)!==null&&eA!==void 0?eA:!1},a=Fi({logging:(cA=e.logging)!==null&&cA!==void 0?cA:!0,cache:e.cache},n),i={windowWidth:(hA=e.windowWidth)!==null&&hA!==void 0?hA:r.innerWidth,windowHeight:(q=e.windowHeight)!==null&&q!==void 0?q:r.innerHeight,scrollX:(nA=e.scrollX)!==null&&nA!==void 0?nA:r.pageXOffset,scrollY:(lA=e.scrollY)!==null&&lA!==void 0?lA:r.pageYOffset},o=new _e(i.scrollX,i.scrollY,i.windowWidth,i.windowHeight),u=new jT(a,o),l=(dA=e.foreignObjectRendering)!==null&&dA!==void 0?dA:!1,d={allowTaint:(TA=e.allowTaint)!==null&&TA!==void 0?TA:!1,onclone:e.onclone,ignoreElements:e.ignoreElements,inlineImages:l,copyStyles:l},u.logger.debug("Starting document clone with size "+o.width+"x"+o.height+" scrolled to "+-o.left+","+-o.top),f=new Vl(u,A,d),h=f.clonedReferenceElement,h?[4,f.toIFrame(t,o)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return C=y.sent(),m=ds(h)||Zb(h)?xm(h.ownerDocument):Tn(u,h),T=m.width,Q=m.height,b=m.left,v=m.top,H=ZT(u,h,e.backgroundColor),K={canvas:e.canvas,backgroundColor:H,scale:(_A=(qA=e.scale)!==null&&qA!==void 0?qA:r.devicePixelRatio)!==null&&_A!==void 0?_A:1,x:((WA=e.x)!==null&&WA!==void 0?WA:0)+b,y:((jA=e.y)!==null&&jA!==void 0?jA:0)+v,width:(OA=e.width)!==null&&OA!==void 0?OA:Math.ceil(T),height:(PA=e.height)!==null&&PA!==void 0?PA:Math.ceil(Q)},l?(u.logger.debug("Document cloned, using foreign object rendering"),O=new WT(u,K),[4,O.render(h)]):[3,3];case 2:return L=y.sent(),[3,5];case 3:return u.logger.debug("Document cloned, element located at "+b+","+v+" with size "+T+"x"+Q+" using computed rendering"),u.logger.debug("Starting DOM parsing"),E=Il(u,h),H===E.styles.backgroundColor&&(E.styles.backgroundColor=Se.TRANSPARENT),u.logger.debug("Starting renderer for element at "+K.x+","+K.y+" with size "+K.width+"x"+K.height),O=new PT(u,K),[4,O.render(E)];case 4:L=y.sent(),y.label=5;case 5:return(!((KA=e.removeContainer)!==null&&KA!==void 0)||KA)&&(Vl.destroy(C)||u.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),u.logger.debug("Finished rendering"),[2,L]}})})},ZT=function(A,e,t){var r=e.ownerDocument,n=r.documentElement?Lr(A,getComputedStyle(r.documentElement).backgroundColor):Se.TRANSPARENT,a=r.body?Lr(A,getComputedStyle(r.body).backgroundColor):Se.TRANSPARENT,i=typeof t=="string"?Lr(A,t):t===null?Se.TRANSPARENT:4294967295;return e===r.documentElement?ze(n)?ze(a)?i:a:n:i};const AU=`.gp-message[data-v-a234b03c]{z-index:999999;transition:all .3s ease;max-width:300px;font-family:微软雅黑}.message-content[data-v-a234b03c]{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-radius:4px;box-shadow:0 2px 8px #00000026;font-size:14px}.close-btn[data-v-a234b03c]{background:none;border:none;color:#4b5563;cursor:pointer;margin-left:10px;line-height:1;padding:0}.fade-enter-active[data-v-a234b03c],.fade-leave-active[data-v-a234b03c]{transition:opacity .3s}.fade-enter-from[data-v-a234b03c],.fade-leave-to[data-v-a234b03c]{opacity:0}[contenteditable=true][data-v-3a877c04]:focus{outline:none}[contenteditable=true][data-v-3a877c04]{outline:none}textarea[data-v-3a877c04]{resize:none;border:none;outline:none;background:transparent}.custom-checkbox[data-v-68b8f276]{width:16px;height:16px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;transition:all .2s ease}.custom-checkbox[data-v-68b8f276]:checked{border-color:#3b82f6;background-color:#3b82f6}.custom-checkbox[data-v-68b8f276]:checked:after{content:"✓";color:#fff;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox-label[data-v-68b8f276]{line-height:1.2;font-size:14px;color:#4b5563}.border[data-v-30b99148]{border:1px solid #ccc}.custom-checkbox[data-v-30b99148]{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;transition:all .2s ease}.custom-checkbox[data-v-30b99148]:checked{border-color:#3b82f6;background-color:#3b82f6}.custom-checkbox[data-v-30b99148]:checked:after{content:"✓";color:#fff;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}/*!
39
+ .`+ps+fT+Gl)},BT=function(A,e){var t=A.ownerDocument;if(t){var r=t.createElement("style");r.textContent=e,A.appendChild(r)}},Yl=function(){function A(){}return A.getOrigin=function(e){var t=A._link;return t?(t.href=e,t.href=t.href,t.protocol+t.hostname+t.port):"about:blank"},A.isSameOrigin=function(e){return A.getOrigin(e)===A._origin},A.setContext=function(e){A._link=e.document.createElement("a"),A._origin=A.getOrigin(e.location.href)},A._origin="about:blank",A}(),gT=function(){function A(e,t){this.context=e,this._options=t,this._cache={}}return A.prototype.addImage=function(e){var t=Promise.resolve();return this.has(e)||(ms(e)||CT(e))&&(this._cache[e]=this.loadImage(e)).catch(function(){}),t},A.prototype.match=function(e){return this._cache[e]},A.prototype.loadImage=function(e){return JA(this,void 0,void 0,function(){var t,r,n,a,i=this;return YA(this,function(o){switch(o.label){case 0:return t=Yl.isSameOrigin(e),r=!Es(e)&&this._options.useCORS===!0&&kA.SUPPORT_CORS_IMAGES&&!t,n=!Es(e)&&!t&&!ms(e)&&typeof this._options.proxy=="string"&&kA.SUPPORT_CORS_XHR&&!r,!t&&this._options.allowTaint===!1&&!Es(e)&&!ms(e)&&!n&&!r?[2]:(a=e,n?[4,this.proxy(a)]:[3,2]);case 1:a=o.sent(),o.label=2;case 2:return this.context.logger.debug("Added image "+e.substring(0,256)),[4,new Promise(function(u,l){var d=new Image;d.onload=function(){return u(d)},d.onerror=l,(wT(a)||r)&&(d.crossOrigin="anonymous"),d.src=a,d.complete===!0&&setTimeout(function(){return u(d)},500),i._options.imageTimeout>0&&setTimeout(function(){return l("Timed out ("+i._options.imageTimeout+"ms) loading image")},i._options.imageTimeout)})];case 3:return[2,o.sent()]}})})},A.prototype.has=function(e){return typeof this._cache[e]<"u"},A.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},A.prototype.proxy=function(e){var t=this,r=this._options.proxy;if(!r)throw new Error("No proxy defined");var n=e.substring(0,256);return new Promise(function(a,i){var o=kA.SUPPORT_RESPONSE_TYPE?"blob":"text",u=new XMLHttpRequest;u.onload=function(){if(u.status===200)if(o==="text")a(u.response);else{var f=new FileReader;f.addEventListener("load",function(){return a(f.result)},!1),f.addEventListener("error",function(h){return i(h)},!1),f.readAsDataURL(u.response)}else i("Failed to proxy resource "+n+" with status code "+u.status)},u.onerror=i;var l=r.indexOf("?")>-1?"&":"?";if(u.open("GET",""+r+l+"url="+encodeURIComponent(e)+"&responseType="+o),o!=="text"&&u instanceof XMLHttpRequest&&(u.responseType=o),t._options.imageTimeout){var d=t._options.imageTimeout;u.timeout=d,u.ontimeout=function(){return i("Timed out ("+d+"ms) proxying "+n)}}u.send()})},A}(),pT=/^data:image\/svg\+xml/i,ET=/^data:image\/.*;base64,/i,mT=/^data:image\/.*/i,CT=function(A){return kA.SUPPORT_SVG_DRAWING||!bT(A)},Es=function(A){return mT.test(A)},wT=function(A){return ET.test(A)},ms=function(A){return A.substr(0,4)==="blob"},bT=function(A){return A.substr(-3).toLowerCase()==="svg"||pT.test(A)},M=function(){function A(e,t){this.type=0,this.x=e,this.y=t}return A.prototype.add=function(e,t){return new A(this.x+e,this.y+t)},A}(),Pt=function(A,e,t){return new M(A.x+(e.x-A.x)*t,A.y+(e.y-A.y)*t)},oa=function(){function A(e,t,r,n){this.type=1,this.start=e,this.startControl=t,this.endControl=r,this.end=n}return A.prototype.subdivide=function(e,t){var r=Pt(this.start,this.startControl,e),n=Pt(this.startControl,this.endControl,e),a=Pt(this.endControl,this.end,e),i=Pt(r,n,e),o=Pt(n,a,e),u=Pt(i,o,e);return t?new A(this.start,r,i,u):new A(u,o,a,this.end)},A.prototype.add=function(e,t){return new A(this.start.add(e,t),this.startControl.add(e,t),this.endControl.add(e,t),this.end.add(e,t))},A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)},A}(),le=function(A){return A.type===1},TT=function(){function A(e){var t=e.styles,r=e.bounds,n=Sr(t.borderTopLeftRadius,r.width,r.height),a=n[0],i=n[1],o=Sr(t.borderTopRightRadius,r.width,r.height),u=o[0],l=o[1],d=Sr(t.borderBottomRightRadius,r.width,r.height),f=d[0],h=d[1],C=Sr(t.borderBottomLeftRadius,r.width,r.height),m=C[0],T=C[1],Q=[];Q.push((a+u)/r.width),Q.push((m+f)/r.width),Q.push((i+T)/r.height),Q.push((l+h)/r.height);var b=Math.max.apply(Math,Q);b>1&&(a/=b,i/=b,u/=b,l/=b,f/=b,h/=b,m/=b,T/=b);var v=r.width-u,H=r.height-h,K=r.width-f,L=r.height-T,E=t.borderTopWidth,O=t.borderRightWidth,R=t.borderBottomWidth,k=t.borderLeftWidth,eA=fA(t.paddingTop,e.bounds.width),cA=fA(t.paddingRight,e.bounds.width),hA=fA(t.paddingBottom,e.bounds.width),q=fA(t.paddingLeft,e.bounds.width);this.topLeftBorderDoubleOuterBox=a>0||i>0?mA(r.left+k/3,r.top+E/3,a-k/3,i-E/3,sA.TOP_LEFT):new M(r.left+k/3,r.top+E/3),this.topRightBorderDoubleOuterBox=a>0||i>0?mA(r.left+v,r.top+E/3,u-O/3,l-E/3,sA.TOP_RIGHT):new M(r.left+r.width-O/3,r.top+E/3),this.bottomRightBorderDoubleOuterBox=f>0||h>0?mA(r.left+K,r.top+H,f-O/3,h-R/3,sA.BOTTOM_RIGHT):new M(r.left+r.width-O/3,r.top+r.height-R/3),this.bottomLeftBorderDoubleOuterBox=m>0||T>0?mA(r.left+k/3,r.top+L,m-k/3,T-R/3,sA.BOTTOM_LEFT):new M(r.left+k/3,r.top+r.height-R/3),this.topLeftBorderDoubleInnerBox=a>0||i>0?mA(r.left+k*2/3,r.top+E*2/3,a-k*2/3,i-E*2/3,sA.TOP_LEFT):new M(r.left+k*2/3,r.top+E*2/3),this.topRightBorderDoubleInnerBox=a>0||i>0?mA(r.left+v,r.top+E*2/3,u-O*2/3,l-E*2/3,sA.TOP_RIGHT):new M(r.left+r.width-O*2/3,r.top+E*2/3),this.bottomRightBorderDoubleInnerBox=f>0||h>0?mA(r.left+K,r.top+H,f-O*2/3,h-R*2/3,sA.BOTTOM_RIGHT):new M(r.left+r.width-O*2/3,r.top+r.height-R*2/3),this.bottomLeftBorderDoubleInnerBox=m>0||T>0?mA(r.left+k*2/3,r.top+L,m-k*2/3,T-R*2/3,sA.BOTTOM_LEFT):new M(r.left+k*2/3,r.top+r.height-R*2/3),this.topLeftBorderStroke=a>0||i>0?mA(r.left+k/2,r.top+E/2,a-k/2,i-E/2,sA.TOP_LEFT):new M(r.left+k/2,r.top+E/2),this.topRightBorderStroke=a>0||i>0?mA(r.left+v,r.top+E/2,u-O/2,l-E/2,sA.TOP_RIGHT):new M(r.left+r.width-O/2,r.top+E/2),this.bottomRightBorderStroke=f>0||h>0?mA(r.left+K,r.top+H,f-O/2,h-R/2,sA.BOTTOM_RIGHT):new M(r.left+r.width-O/2,r.top+r.height-R/2),this.bottomLeftBorderStroke=m>0||T>0?mA(r.left+k/2,r.top+L,m-k/2,T-R/2,sA.BOTTOM_LEFT):new M(r.left+k/2,r.top+r.height-R/2),this.topLeftBorderBox=a>0||i>0?mA(r.left,r.top,a,i,sA.TOP_LEFT):new M(r.left,r.top),this.topRightBorderBox=u>0||l>0?mA(r.left+v,r.top,u,l,sA.TOP_RIGHT):new M(r.left+r.width,r.top),this.bottomRightBorderBox=f>0||h>0?mA(r.left+K,r.top+H,f,h,sA.BOTTOM_RIGHT):new M(r.left+r.width,r.top+r.height),this.bottomLeftBorderBox=m>0||T>0?mA(r.left,r.top+L,m,T,sA.BOTTOM_LEFT):new M(r.left,r.top+r.height),this.topLeftPaddingBox=a>0||i>0?mA(r.left+k,r.top+E,Math.max(0,a-k),Math.max(0,i-E),sA.TOP_LEFT):new M(r.left+k,r.top+E),this.topRightPaddingBox=u>0||l>0?mA(r.left+Math.min(v,r.width-O),r.top+E,v>r.width+O?0:Math.max(0,u-O),Math.max(0,l-E),sA.TOP_RIGHT):new M(r.left+r.width-O,r.top+E),this.bottomRightPaddingBox=f>0||h>0?mA(r.left+Math.min(K,r.width-k),r.top+Math.min(H,r.height-R),Math.max(0,f-O),Math.max(0,h-R),sA.BOTTOM_RIGHT):new M(r.left+r.width-O,r.top+r.height-R),this.bottomLeftPaddingBox=m>0||T>0?mA(r.left+k,r.top+Math.min(L,r.height-R),Math.max(0,m-k),Math.max(0,T-R),sA.BOTTOM_LEFT):new M(r.left+k,r.top+r.height-R),this.topLeftContentBox=a>0||i>0?mA(r.left+k+q,r.top+E+eA,Math.max(0,a-(k+q)),Math.max(0,i-(E+eA)),sA.TOP_LEFT):new M(r.left+k+q,r.top+E+eA),this.topRightContentBox=u>0||l>0?mA(r.left+Math.min(v,r.width+k+q),r.top+E+eA,v>r.width+k+q?0:u-k+q,l-(E+eA),sA.TOP_RIGHT):new M(r.left+r.width-(O+cA),r.top+E+eA),this.bottomRightContentBox=f>0||h>0?mA(r.left+Math.min(K,r.width-(k+q)),r.top+Math.min(H,r.height+E+eA),Math.max(0,f-(O+cA)),h-(R+hA),sA.BOTTOM_RIGHT):new M(r.left+r.width-(O+cA),r.top+r.height-(R+hA)),this.bottomLeftContentBox=m>0||T>0?mA(r.left+k+q,r.top+L,Math.max(0,m-(k+q)),T-(R+hA),sA.BOTTOM_LEFT):new M(r.left+k+q,r.top+r.height-(R+hA))}return A}(),sA;(function(A){A[A.TOP_LEFT=0]="TOP_LEFT",A[A.TOP_RIGHT=1]="TOP_RIGHT",A[A.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",A[A.BOTTOM_LEFT=3]="BOTTOM_LEFT"})(sA||(sA={}));var mA=function(A,e,t,r,n){var a=4*((Math.sqrt(2)-1)/3),i=t*a,o=r*a,u=A+t,l=e+r;switch(n){case sA.TOP_LEFT:return new oa(new M(A,l),new M(A,l-o),new M(u-i,e),new M(u,e));case sA.TOP_RIGHT:return new oa(new M(A,e),new M(A+i,e),new M(u,l-o),new M(u,l));case sA.BOTTOM_RIGHT:return new oa(new M(u,e),new M(u,e+o),new M(A+i,l),new M(A,l));case sA.BOTTOM_LEFT:default:return new oa(new M(u,l),new M(u-i,l),new M(A,e+o),new M(A,e))}},ua=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},UT=function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]},ca=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},QT=function(){function A(e,t,r){this.offsetX=e,this.offsetY=t,this.matrix=r,this.type=0,this.target=6}return A}(),la=function(){function A(e,t){this.path=e,this.target=t,this.type=1}return A}(),FT=function(){function A(e){this.opacity=e,this.type=2,this.target=6}return A}(),IT=function(A){return A.type===0},Xl=function(A){return A.type===1},yT=function(A){return A.type===2},Wl=function(A,e){return A.length===e.length?A.some(function(t,r){return t===e[r]}):!1},xT=function(A,e,t,r,n){return A.map(function(a,i){switch(i){case 0:return a.add(e,t);case 1:return a.add(e+r,t);case 2:return a.add(e+r,t+n);case 3:return a.add(e,t+n)}return a})},Jl=function(){function A(e){this.element=e,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return A}(),ql=function(){function A(e,t){if(this.container=e,this.parent=t,this.effects=[],this.curves=new TT(this.container),this.container.styles.opacity<1&&this.effects.push(new FT(this.container.styles.opacity)),this.container.styles.transform!==null){var r=this.container.bounds.left+this.container.styles.transformOrigin[0].number,n=this.container.bounds.top+this.container.styles.transformOrigin[1].number,a=this.container.styles.transform;this.effects.push(new QT(r,n,a))}if(this.container.styles.overflowX!==0){var i=ua(this.curves),o=ca(this.curves);Wl(i,o)?this.effects.push(new la(i,6)):(this.effects.push(new la(i,2)),this.effects.push(new la(o,4)))}}return A.prototype.getEffects=function(e){for(var t=[2,3].indexOf(this.container.styles.position)===-1,r=this.parent,n=this.effects.slice(0);r;){var a=r.effects.filter(function(u){return!Xl(u)});if(t||r.container.styles.position!==0||!r.parent){if(n.unshift.apply(n,a),t=[2,3].indexOf(r.container.styles.position)===-1,r.container.styles.overflowX!==0){var i=ua(r.curves),o=ca(r.curves);Wl(i,o)||n.unshift(new la(o,6))}}else n.unshift.apply(n,a);r=r.parent}return n.filter(function(u){return vA(u.target,e)})},A}(),Cs=function(A,e,t,r){A.container.elements.forEach(function(n){var a=vA(n.flags,4),i=vA(n.flags,2),o=new ql(n,A);vA(n.styles.display,2048)&&r.push(o);var u=vA(n.flags,8)?[]:r;if(a||i){var l=a||n.styles.isPositioned()?t:e,d=new Jl(o);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var f=n.styles.zIndex.order;if(f<0){var h=0;l.negativeZIndex.some(function(m,T){return f>m.element.container.styles.zIndex.order?(h=T,!1):h>0}),l.negativeZIndex.splice(h,0,d)}else if(f>0){var C=0;l.positiveZIndex.some(function(m,T){return f>=m.element.container.styles.zIndex.order?(C=T+1,!1):C>0}),l.positiveZIndex.splice(C,0,d)}else l.zeroOrAutoZIndexOrTransformedOrOpacity.push(d)}else n.styles.isFloating()?l.nonPositionedFloats.push(d):l.nonPositionedInlineLevel.push(d);Cs(o,d,a?d:t,u)}else n.styles.isInlineLevel()?e.inlineLevel.push(o):e.nonInlineLevel.push(o),Cs(o,e,t,u);vA(n.flags,8)&&jl(n,u)})},jl=function(A,e){for(var t=A instanceof us?A.start:1,r=A instanceof us?A.reversed:!1,n=0;n<e.length;n++){var a=e[n];a.container instanceof wl&&typeof a.container.value=="number"&&a.container.value!==0&&(t=a.container.value),a.listValue=Mr(t,a.container.styles.listStyleType,!0),t+=r?-1:1}},vT=function(A){var e=new ql(A,null),t=new Jl(e),r=[];return Cs(e,t,t,r),jl(e.container,r),t},zl=function(A,e){switch(e){case 0:return de(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return de(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return de(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);case 3:default:return de(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},_T=function(A,e){switch(e){case 0:return de(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return de(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return de(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);case 3:default:return de(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}},NT=function(A,e){switch(e){case 0:return de(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return de(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return de(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);case 3:default:return de(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}},ST=function(A,e){switch(e){case 0:return da(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return da(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return da(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);case 3:default:return da(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}},da=function(A,e){var t=[];return le(A)?t.push(A.subdivide(.5,!1)):t.push(A),le(e)?t.push(e.subdivide(.5,!0)):t.push(e),t},de=function(A,e,t,r){var n=[];return le(A)?n.push(A.subdivide(.5,!1)):n.push(A),le(t)?n.push(t.subdivide(.5,!0)):n.push(t),le(r)?n.push(r.subdivide(.5,!0).reverse()):n.push(r),le(e)?n.push(e.subdivide(.5,!1).reverse()):n.push(e),n},$l=function(A){var e=A.bounds,t=A.styles;return e.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},fa=function(A){var e=A.styles,t=A.bounds,r=fA(e.paddingLeft,t.width),n=fA(e.paddingRight,t.width),a=fA(e.paddingTop,t.width),i=fA(e.paddingBottom,t.width);return t.add(r+e.borderLeftWidth,a+e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth+r+n),-(e.borderTopWidth+e.borderBottomWidth+a+i))},LT=function(A,e){return A===0?e.bounds:A===2?fa(e):$l(e)},HT=function(A,e){return A===0?e.bounds:A===2?fa(e):$l(e)},ws=function(A,e,t){var r=LT(Vt(A.styles.backgroundOrigin,e),A),n=HT(Vt(A.styles.backgroundClip,e),A),a=DT(Vt(A.styles.backgroundSize,e),t,r),i=a[0],o=a[1],u=Sr(Vt(A.styles.backgroundPosition,e),r.width-i,r.height-o),l=OT(Vt(A.styles.backgroundRepeat,e),u,a,r,n),d=Math.round(r.left+u[0]),f=Math.round(r.top+u[1]);return[l,d,f,i,o]},Kt=function(A){return uA(A)&&A.value===Ot.AUTO},ha=function(A){return typeof A=="number"},DT=function(A,e,t){var r=e[0],n=e[1],a=e[2],i=A[0],o=A[1];if(!i)return[0,0];if(IA(i)&&o&&IA(o))return[fA(i,t.width),fA(o,t.height)];var u=ha(a);if(uA(i)&&(i.value===Ot.CONTAIN||i.value===Ot.COVER)){if(ha(a)){var l=t.width/t.height;return l<a!=(i.value===Ot.COVER)?[t.width,t.width/a]:[t.height*a,t.height]}return[t.width,t.height]}var d=ha(r),f=ha(n),h=d||f;if(Kt(i)&&(!o||Kt(o))){if(d&&f)return[r,n];if(!u&&!h)return[t.width,t.height];if(h&&u){var C=d?r:n*a,m=f?n:r/a;return[C,m]}var T=d?r:t.width,Q=f?n:t.height;return[T,Q]}if(u){var b=0,v=0;return IA(i)?b=fA(i,t.width):IA(o)&&(v=fA(o,t.height)),Kt(i)?b=v*a:(!o||Kt(o))&&(v=b/a),[b,v]}var H=null,K=null;if(IA(i)?H=fA(i,t.width):o&&IA(o)&&(K=fA(o,t.height)),H!==null&&(!o||Kt(o))&&(K=d&&f?H/r*n:t.height),K!==null&&Kt(i)&&(H=d&&f?K/n*r:t.width),H!==null&&K!==null)return[H,K];throw new Error("Unable to calculate background-size for element")},Vt=function(A,e){var t=A[e];return typeof t>"u"?A[0]:t},OT=function(A,e,t,r,n){var a=e[0],i=e[1],o=t[0],u=t[1];switch(A){case 2:return[new M(Math.round(r.left),Math.round(r.top+i)),new M(Math.round(r.left+r.width),Math.round(r.top+i)),new M(Math.round(r.left+r.width),Math.round(u+r.top+i)),new M(Math.round(r.left),Math.round(u+r.top+i))];case 3:return[new M(Math.round(r.left+a),Math.round(r.top)),new M(Math.round(r.left+a+o),Math.round(r.top)),new M(Math.round(r.left+a+o),Math.round(r.height+r.top)),new M(Math.round(r.left+a),Math.round(r.height+r.top))];case 1:return[new M(Math.round(r.left+a),Math.round(r.top+i)),new M(Math.round(r.left+a+o),Math.round(r.top+i)),new M(Math.round(r.left+a+o),Math.round(r.top+i+u)),new M(Math.round(r.left+a),Math.round(r.top+i+u))];default:return[new M(Math.round(n.left),Math.round(n.top)),new M(Math.round(n.left+n.width),Math.round(n.top)),new M(Math.round(n.left+n.width),Math.round(n.height+n.top)),new M(Math.round(n.left),Math.round(n.height+n.top))]}},RT="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",Zl="Hidden Text",MT=function(){function A(e){this._data={},this._document=e}return A.prototype.parseMetrics=function(e,t){var r=this._document.createElement("div"),n=this._document.createElement("img"),a=this._document.createElement("span"),i=this._document.body;r.style.visibility="hidden",r.style.fontFamily=e,r.style.fontSize=t,r.style.margin="0",r.style.padding="0",r.style.whiteSpace="nowrap",i.appendChild(r),n.src=RT,n.width=1,n.height=1,n.style.margin="0",n.style.padding="0",n.style.verticalAlign="baseline",a.style.fontFamily=e,a.style.fontSize=t,a.style.margin="0",a.style.padding="0",a.appendChild(this._document.createTextNode(Zl)),r.appendChild(a),r.appendChild(n);var o=n.offsetTop-a.offsetTop+2;r.removeChild(a),r.appendChild(this._document.createTextNode(Zl)),r.style.lineHeight="normal",n.style.verticalAlign="super";var u=n.offsetTop-r.offsetTop+2;return i.removeChild(r),{baseline:o,middle:u}},A.prototype.getMetrics=function(e,t){var r=e+" "+t;return typeof this._data[r]>"u"&&(this._data[r]=this.parseMetrics(e,t)),this._data[r]},A}(),A0=function(){function A(e,t){this.context=e,this.options=t}return A}(),kT=1e4,PT=function(A){Ee(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n._activeEffects=[],n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),r.canvas||(n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px"),n.fontMetrics=new MT(document),n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.ctx.textBaseline="bottom",n._activeEffects=[],n.context.logger.debug("Canvas renderer initialized ("+r.width+"x"+r.height+") with scale "+r.scale),n}return e.prototype.applyEffects=function(t){for(var r=this;this._activeEffects.length;)this.popEffect();t.forEach(function(n){return r.applyEffect(n)})},e.prototype.applyEffect=function(t){this.ctx.save(),yT(t)&&(this.ctx.globalAlpha=t.opacity),IT(t)&&(this.ctx.translate(t.offsetX,t.offsetY),this.ctx.transform(t.matrix[0],t.matrix[1],t.matrix[2],t.matrix[3],t.matrix[4],t.matrix[5]),this.ctx.translate(-t.offsetX,-t.offsetY)),Xl(t)&&(this.path(t.path),this.ctx.clip()),this._activeEffects.push(t)},e.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},e.prototype.renderStack=function(t){return JA(this,void 0,void 0,function(){var r;return YA(this,function(n){switch(n.label){case 0:return r=t.element.container.styles,r.isVisible()?[4,this.renderStackContent(t)]:[3,2];case 1:n.sent(),n.label=2;case 2:return[2]}})})},e.prototype.renderNode=function(t){return JA(this,void 0,void 0,function(){return YA(this,function(r){switch(r.label){case 0:if(vA(t.container.flags,16))debugger;return t.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(t)]:[3,3];case 1:return r.sent(),[4,this.renderNodeContent(t)];case 2:r.sent(),r.label=3;case 3:return[2]}})})},e.prototype.renderTextWithLetterSpacing=function(t,r,n){var a=this;if(r===0)this.ctx.fillText(t.text,t.bounds.left,t.bounds.top+n);else{var i=os(t.text);i.reduce(function(o,u){return a.ctx.fillText(u,o,t.bounds.top+n),o+a.ctx.measureText(u).width},t.bounds.left)}},e.prototype.createFontStyle=function(t){var r=t.fontVariant.filter(function(i){return i==="normal"||i==="small-caps"}).join(""),n=XT(t.fontFamily).join(", "),a=Nr(t.fontSize)?""+t.fontSize.number+t.fontSize.unit:t.fontSize.number+"px";return[[t.fontStyle,r,t.fontWeight,a,n].join(" "),n,a]},e.prototype.renderTextNode=function(t,r){return JA(this,void 0,void 0,function(){var n,a,i,o,u,l,d,f,h=this;return YA(this,function(C){return n=this.createFontStyle(r),a=n[0],i=n[1],o=n[2],this.ctx.font=a,this.ctx.direction=r.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",u=this.fontMetrics.getMetrics(i,o),l=u.baseline,d=u.middle,f=r.paintOrder,t.textBounds.forEach(function(m){f.forEach(function(T){switch(T){case 0:h.ctx.fillStyle=DA(r.color),h.renderTextWithLetterSpacing(m,r.letterSpacing,l);var Q=r.textShadow;Q.length&&m.text.trim().length&&(Q.slice(0).reverse().forEach(function(b){h.ctx.shadowColor=DA(b.color),h.ctx.shadowOffsetX=b.offsetX.number*h.options.scale,h.ctx.shadowOffsetY=b.offsetY.number*h.options.scale,h.ctx.shadowBlur=b.blur.number,h.renderTextWithLetterSpacing(m,r.letterSpacing,l)}),h.ctx.shadowColor="",h.ctx.shadowOffsetX=0,h.ctx.shadowOffsetY=0,h.ctx.shadowBlur=0),r.textDecorationLine.length&&(h.ctx.fillStyle=DA(r.textDecorationColor||r.color),r.textDecorationLine.forEach(function(b){switch(b){case 1:h.ctx.fillRect(m.bounds.left,Math.round(m.bounds.top+l),m.bounds.width,1);break;case 2:h.ctx.fillRect(m.bounds.left,Math.round(m.bounds.top),m.bounds.width,1);break;case 3:h.ctx.fillRect(m.bounds.left,Math.ceil(m.bounds.top+d),m.bounds.width,1);break}}));break;case 1:r.webkitTextStrokeWidth&&m.text.trim().length&&(h.ctx.strokeStyle=DA(r.webkitTextStrokeColor),h.ctx.lineWidth=r.webkitTextStrokeWidth,h.ctx.lineJoin=window.chrome?"miter":"round",h.ctx.strokeText(m.text,m.bounds.left,m.bounds.top+l)),h.ctx.strokeStyle="",h.ctx.lineWidth=0,h.ctx.lineJoin="miter";break}})}),[2]})})},e.prototype.renderReplacedElement=function(t,r,n){if(n&&t.intrinsicWidth>0&&t.intrinsicHeight>0){var a=fa(t),i=ca(r);this.path(i),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(n,0,0,t.intrinsicWidth,t.intrinsicHeight,a.left,a.top,a.width,a.height),this.ctx.restore()}},e.prototype.renderNodeContent=function(t){return JA(this,void 0,void 0,function(){var r,n,a,i,o,u,v,v,l,d,f,h,K,C,m,L,T,Q,b,v,H,K,L;return YA(this,function(E){switch(E.label){case 0:this.applyEffects(t.getEffects(4)),r=t.container,n=t.curves,a=r.styles,i=0,o=r.textNodes,E.label=1;case 1:return i<o.length?(u=o[i],[4,this.renderTextNode(u,a)]):[3,4];case 2:E.sent(),E.label=3;case 3:return i++,[3,1];case 4:if(!(r instanceof El))return[3,8];E.label=5;case 5:return E.trys.push([5,7,,8]),[4,this.context.cache.match(r.src)];case 6:return v=E.sent(),this.renderReplacedElement(r,n,v),[3,8];case 7:return E.sent(),this.context.logger.error("Error loading image "+r.src),[3,8];case 8:if(r instanceof ml&&this.renderReplacedElement(r,n,r.canvas),!(r instanceof Cl))return[3,12];E.label=9;case 9:return E.trys.push([9,11,,12]),[4,this.context.cache.match(r.svg)];case 10:return v=E.sent(),this.renderReplacedElement(r,n,v),[3,12];case 11:return E.sent(),this.context.logger.error("Error loading svg "+r.svg.substring(0,255)),[3,12];case 12:return r instanceof Ql&&r.tree?(l=new e(this.context,{scale:this.options.scale,backgroundColor:r.backgroundColor,x:0,y:0,width:r.width,height:r.height}),[4,l.render(r.tree)]):[3,14];case 13:d=E.sent(),r.width&&r.height&&this.ctx.drawImage(d,0,0,r.width,r.height,r.bounds.left,r.bounds.top,r.bounds.width,r.bounds.height),E.label=14;case 14:if(r instanceof cs&&(f=Math.min(r.bounds.width,r.bounds.height),r.type===ta?r.checked&&(this.ctx.save(),this.path([new M(r.bounds.left+f*.39363,r.bounds.top+f*.79),new M(r.bounds.left+f*.16,r.bounds.top+f*.5549),new M(r.bounds.left+f*.27347,r.bounds.top+f*.44071),new M(r.bounds.left+f*.39694,r.bounds.top+f*.5649),new M(r.bounds.left+f*.72983,r.bounds.top+f*.23),new M(r.bounds.left+f*.84,r.bounds.top+f*.34085),new M(r.bounds.left+f*.39363,r.bounds.top+f*.79)]),this.ctx.fillStyle=DA(bl),this.ctx.fill(),this.ctx.restore()):r.type===ra&&r.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(r.bounds.left+f/2,r.bounds.top+f/2,f/4,0,Math.PI*2,!0),this.ctx.fillStyle=DA(bl),this.ctx.fill(),this.ctx.restore())),KT(r)&&r.value.length){switch(h=this.createFontStyle(a),K=h[0],C=h[1],m=this.fontMetrics.getMetrics(K,C).baseline,this.ctx.font=K,this.ctx.fillStyle=DA(a.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=GT(r.styles.textAlign),L=fa(r),T=0,r.styles.textAlign){case 1:T+=L.width/2;break;case 2:T+=L.width;break}Q=L.add(T,0,0,-L.height/2+1),this.ctx.save(),this.path([new M(L.left,L.top),new M(L.left+L.width,L.top),new M(L.left+L.width,L.top+L.height),new M(L.left,L.top+L.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new Or(r.value,Q),a.letterSpacing,m),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!vA(r.styles.display,2048))return[3,20];if(r.styles.listStyleImage===null)return[3,19];if(b=r.styles.listStyleImage,b.type!==0)return[3,18];v=void 0,H=b.url,E.label=15;case 15:return E.trys.push([15,17,,18]),[4,this.context.cache.match(H)];case 16:return v=E.sent(),this.ctx.drawImage(v,r.bounds.left-(v.width+10),r.bounds.top),[3,18];case 17:return E.sent(),this.context.logger.error("Error loading list-style-image "+H),[3,18];case 18:return[3,20];case 19:t.listValue&&r.styles.listStyleType!==-1&&(K=this.createFontStyle(a)[0],this.ctx.font=K,this.ctx.fillStyle=DA(a.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",L=new _e(r.bounds.left,r.bounds.top+fA(r.styles.paddingTop,r.bounds.width),r.bounds.width,Zc(a.lineHeight,a.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new Or(t.listValue,L),a.letterSpacing,Zc(a.lineHeight,a.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),E.label=20;case 20:return[2]}})})},e.prototype.renderStackContent=function(t){return JA(this,void 0,void 0,function(){var r,n,b,a,i,b,o,u,b,l,d,b,f,h,b,C,m,b,T,Q,b;return YA(this,function(v){switch(v.label){case 0:if(vA(t.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(t.element)];case 1:v.sent(),r=0,n=t.negativeZIndex,v.label=2;case 2:return r<n.length?(b=n[r],[4,this.renderStack(b)]):[3,5];case 3:v.sent(),v.label=4;case 4:return r++,[3,2];case 5:return[4,this.renderNodeContent(t.element)];case 6:v.sent(),a=0,i=t.nonInlineLevel,v.label=7;case 7:return a<i.length?(b=i[a],[4,this.renderNode(b)]):[3,10];case 8:v.sent(),v.label=9;case 9:return a++,[3,7];case 10:o=0,u=t.nonPositionedFloats,v.label=11;case 11:return o<u.length?(b=u[o],[4,this.renderStack(b)]):[3,14];case 12:v.sent(),v.label=13;case 13:return o++,[3,11];case 14:l=0,d=t.nonPositionedInlineLevel,v.label=15;case 15:return l<d.length?(b=d[l],[4,this.renderStack(b)]):[3,18];case 16:v.sent(),v.label=17;case 17:return l++,[3,15];case 18:f=0,h=t.inlineLevel,v.label=19;case 19:return f<h.length?(b=h[f],[4,this.renderNode(b)]):[3,22];case 20:v.sent(),v.label=21;case 21:return f++,[3,19];case 22:C=0,m=t.zeroOrAutoZIndexOrTransformedOrOpacity,v.label=23;case 23:return C<m.length?(b=m[C],[4,this.renderStack(b)]):[3,26];case 24:v.sent(),v.label=25;case 25:return C++,[3,23];case 26:T=0,Q=t.positiveZIndex,v.label=27;case 27:return T<Q.length?(b=Q[T],[4,this.renderStack(b)]):[3,30];case 28:v.sent(),v.label=29;case 29:return T++,[3,27];case 30:return[2]}})})},e.prototype.mask=function(t){this.ctx.beginPath(),this.ctx.moveTo(0,0),this.ctx.lineTo(this.canvas.width,0),this.ctx.lineTo(this.canvas.width,this.canvas.height),this.ctx.lineTo(0,this.canvas.height),this.ctx.lineTo(0,0),this.formatPath(t.slice(0).reverse()),this.ctx.closePath()},e.prototype.path=function(t){this.ctx.beginPath(),this.formatPath(t),this.ctx.closePath()},e.prototype.formatPath=function(t){var r=this;t.forEach(function(n,a){var i=le(n)?n.start:n;a===0?r.ctx.moveTo(i.x,i.y):r.ctx.lineTo(i.x,i.y),le(n)&&r.ctx.bezierCurveTo(n.startControl.x,n.startControl.y,n.endControl.x,n.endControl.y,n.end.x,n.end.y)})},e.prototype.renderRepeat=function(t,r,n,a){this.path(t),this.ctx.fillStyle=r,this.ctx.translate(n,a),this.ctx.fill(),this.ctx.translate(-n,-a)},e.prototype.resizeImage=function(t,r,n){var a;if(t.width===r&&t.height===n)return t;var i=(a=this.canvas.ownerDocument)!==null&&a!==void 0?a:document,o=i.createElement("canvas");o.width=Math.max(1,r),o.height=Math.max(1,n);var u=o.getContext("2d");return u.drawImage(t,0,0,t.width,t.height,0,0,r,n),o},e.prototype.renderBackgroundImage=function(t){return JA(this,void 0,void 0,function(){var r,n,a,i,o,u;return YA(this,function(l){switch(l.label){case 0:r=t.styles.backgroundImage.length-1,n=function(d){var f,h,C,eA,dA,TA,q,nA,R,m,eA,dA,TA,q,nA,T,Q,b,v,H,K,L,E,O,R,k,eA,cA,hA,q,nA,lA,dA,TA,qA,_A,WA,jA,OA,PA,KA,y;return YA(this,function(_){switch(_.label){case 0:if(d.type!==0)return[3,5];f=void 0,h=d.url,_.label=1;case 1:return _.trys.push([1,3,,4]),[4,a.context.cache.match(h)];case 2:return f=_.sent(),[3,4];case 3:return _.sent(),a.context.logger.error("Error loading background-image "+h),[3,4];case 4:return f&&(C=ws(t,r,[f.width,f.height,f.width/f.height]),eA=C[0],dA=C[1],TA=C[2],q=C[3],nA=C[4],R=a.ctx.createPattern(a.resizeImage(f,q,nA),"repeat"),a.renderRepeat(eA,R,dA,TA)),[3,6];case 5:IC(d)?(m=ws(t,r,[null,null,null]),eA=m[0],dA=m[1],TA=m[2],q=m[3],nA=m[4],T=bC(d.angle,q,nA),Q=T[0],b=T[1],v=T[2],H=T[3],K=T[4],L=document.createElement("canvas"),L.width=q,L.height=nA,E=L.getContext("2d"),O=E.createLinearGradient(b,H,v,K),Kc(d.stops,Q).forEach(function(tA){return O.addColorStop(tA.stop,DA(tA.color))}),E.fillStyle=O,E.fillRect(0,0,q,nA),q>0&&nA>0&&(R=a.ctx.createPattern(L,"repeat"),a.renderRepeat(eA,R,dA,TA))):yC(d)&&(k=ws(t,r,[null,null,null]),eA=k[0],cA=k[1],hA=k[2],q=k[3],nA=k[4],lA=d.position.length===0?[Wi]:d.position,dA=fA(lA[0],q),TA=fA(lA[lA.length-1],nA),qA=TC(d,dA,TA,q,nA),_A=qA[0],WA=qA[1],_A>0&&WA>0&&(jA=a.ctx.createRadialGradient(cA+dA,hA+TA,0,cA+dA,hA+TA,_A),Kc(d.stops,_A*2).forEach(function(tA){return jA.addColorStop(tA.stop,DA(tA.color))}),a.path(eA),a.ctx.fillStyle=jA,_A!==WA?(OA=t.bounds.left+.5*t.bounds.width,PA=t.bounds.top+.5*t.bounds.height,KA=WA/_A,y=1/KA,a.ctx.save(),a.ctx.translate(OA,PA),a.ctx.transform(1,0,0,KA,0,0),a.ctx.translate(-OA,-PA),a.ctx.fillRect(cA,y*(hA-PA)+PA,q,nA*y),a.ctx.restore()):a.ctx.fill())),_.label=6;case 6:return r--,[2]}})},a=this,i=0,o=t.styles.backgroundImage.slice(0).reverse(),l.label=1;case 1:return i<o.length?(u=o[i],[5,n(u)]):[3,4];case 2:l.sent(),l.label=3;case 3:return i++,[3,1];case 4:return[2]}})})},e.prototype.renderSolidBorder=function(t,r,n){return JA(this,void 0,void 0,function(){return YA(this,function(a){return this.path(zl(n,r)),this.ctx.fillStyle=DA(t),this.ctx.fill(),[2]})})},e.prototype.renderDoubleBorder=function(t,r,n,a){return JA(this,void 0,void 0,function(){var i,o;return YA(this,function(u){switch(u.label){case 0:return r<3?[4,this.renderSolidBorder(t,n,a)]:[3,2];case 1:return u.sent(),[2];case 2:return i=_T(a,n),this.path(i),this.ctx.fillStyle=DA(t),this.ctx.fill(),o=NT(a,n),this.path(o),this.ctx.fill(),[2]}})})},e.prototype.renderNodeBackgroundAndBorders=function(t){return JA(this,void 0,void 0,function(){var r,n,a,i,o,u,l,d,f=this;return YA(this,function(h){switch(h.label){case 0:return this.applyEffects(t.getEffects(2)),r=t.container.styles,n=!ze(r.backgroundColor)||r.backgroundImage.length,a=[{style:r.borderTopStyle,color:r.borderTopColor,width:r.borderTopWidth},{style:r.borderRightStyle,color:r.borderRightColor,width:r.borderRightWidth},{style:r.borderBottomStyle,color:r.borderBottomColor,width:r.borderBottomWidth},{style:r.borderLeftStyle,color:r.borderLeftColor,width:r.borderLeftWidth}],i=VT(Vt(r.backgroundClip,0),t.curves),n||r.boxShadow.length?(this.ctx.save(),this.path(i),this.ctx.clip(),ze(r.backgroundColor)||(this.ctx.fillStyle=DA(r.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(t.container)]):[3,2];case 1:h.sent(),this.ctx.restore(),r.boxShadow.slice(0).reverse().forEach(function(C){f.ctx.save();var m=ua(t.curves),T=C.inset?0:kT,Q=xT(m,-T+(C.inset?1:-1)*C.spread.number,(C.inset?1:-1)*C.spread.number,C.spread.number*(C.inset?-2:2),C.spread.number*(C.inset?-2:2));C.inset?(f.path(m),f.ctx.clip(),f.mask(Q)):(f.mask(m),f.ctx.clip(),f.path(Q)),f.ctx.shadowOffsetX=C.offsetX.number+T,f.ctx.shadowOffsetY=C.offsetY.number,f.ctx.shadowColor=DA(C.color),f.ctx.shadowBlur=C.blur.number,f.ctx.fillStyle=C.inset?DA(C.color):"rgba(0,0,0,1)",f.ctx.fill(),f.ctx.restore()}),h.label=2;case 2:o=0,u=0,l=a,h.label=3;case 3:return u<l.length?(d=l[u],d.style!==0&&!ze(d.color)&&d.width>0?d.style!==2?[3,5]:[4,this.renderDashedDottedBorder(d.color,d.width,o,t.curves,2)]:[3,11]):[3,13];case 4:return h.sent(),[3,11];case 5:return d.style!==3?[3,7]:[4,this.renderDashedDottedBorder(d.color,d.width,o,t.curves,3)];case 6:return h.sent(),[3,11];case 7:return d.style!==4?[3,9]:[4,this.renderDoubleBorder(d.color,d.width,o,t.curves)];case 8:return h.sent(),[3,11];case 9:return[4,this.renderSolidBorder(d.color,o,t.curves)];case 10:h.sent(),h.label=11;case 11:o++,h.label=12;case 12:return u++,[3,3];case 13:return[2]}})})},e.prototype.renderDashedDottedBorder=function(t,r,n,a,i){return JA(this,void 0,void 0,function(){var o,u,l,d,f,h,C,m,T,Q,b,v,H,K,L,E,L,E;return YA(this,function(O){return this.ctx.save(),o=ST(a,n),u=zl(a,n),i===2&&(this.path(u),this.ctx.clip()),le(u[0])?(l=u[0].start.x,d=u[0].start.y):(l=u[0].x,d=u[0].y),le(u[1])?(f=u[1].end.x,h=u[1].end.y):(f=u[1].x,h=u[1].y),n===0||n===2?C=Math.abs(l-f):C=Math.abs(d-h),this.ctx.beginPath(),i===3?this.formatPath(o):this.formatPath(u.slice(0,2)),m=r<3?r*3:r*2,T=r<3?r*2:r,i===3&&(m=r,T=r),Q=!0,C<=m*2?Q=!1:C<=m*2+T?(b=C/(2*m+T),m*=b,T*=b):(v=Math.floor((C+T)/(m+T)),H=(C-v*m)/(v-1),K=(C-(v+1)*m)/v,T=K<=0||Math.abs(T-H)<Math.abs(T-K)?H:K),Q&&(i===3?this.ctx.setLineDash([0,m+T]):this.ctx.setLineDash([m,T])),i===3?(this.ctx.lineCap="round",this.ctx.lineWidth=r):this.ctx.lineWidth=r*2+1.1,this.ctx.strokeStyle=DA(t),this.ctx.stroke(),this.ctx.setLineDash([]),i===2&&(le(u[0])&&(L=u[3],E=u[0],this.ctx.beginPath(),this.formatPath([new M(L.end.x,L.end.y),new M(E.start.x,E.start.y)]),this.ctx.stroke()),le(u[1])&&(L=u[1],E=u[2],this.ctx.beginPath(),this.formatPath([new M(L.end.x,L.end.y),new M(E.start.x,E.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},e.prototype.render=function(t){return JA(this,void 0,void 0,function(){var r;return YA(this,function(n){switch(n.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=DA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=vT(t),[4,this.renderStack(r)];case 1:return n.sent(),this.applyEffects([]),[2,this.canvas]}})})},e}(A0),KT=function(A){return A instanceof Ul||A instanceof Tl?!0:A instanceof cs&&A.type!==ra&&A.type!==ta},VT=function(A,e){switch(A){case 0:return ua(e);case 2:return UT(e);case 1:default:return ca(e)}},GT=function(A){switch(A){case 1:return"center";case 2:return"right";case 0:default:return"left"}},YT=["-apple-system","system-ui"],XT=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter(function(e){return YT.indexOf(e)===-1}):A},WT=function(A){Ee(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),n.options=r,n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px",n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+r.width+"x"+r.height+" at "+r.x+","+r.y+") with scale "+r.scale),n}return e.prototype.render=function(t){return JA(this,void 0,void 0,function(){var r,n;return YA(this,function(a){switch(a.label){case 0:return r=ss(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,t),[4,JT(r)];case 1:return n=a.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=DA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(n,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},e}(A0),JT=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},qT=function(){function A(e){var t=e.id,r=e.enabled;this.id=t,this.enabled=r,this.start=Date.now()}return A.prototype.debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,bn([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.prototype.getTime=function(){return Date.now()-this.start},A.prototype.info=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&typeof window<"u"&&window.console&&typeof console.info=="function"&&console.info.apply(console,bn([this.id,this.getTime()+"ms"],e))},A.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,bn([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.error=="function"?console.error.apply(console,bn([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.instances={},A}(),jT=function(){function A(e,t){var r;this.windowBounds=t,this.instanceName="#"+A.instanceCount++,this.logger=new qT({id:this.instanceName,enabled:e.logging}),this.cache=(r=e.cache)!==null&&r!==void 0?r:new gT(this,e)}return A.instanceCount=1,A}(),zT=function(A,e){return e===void 0&&(e={}),$T(A,e)};typeof window<"u"&&Yl.setContext(window);var $T=function(A,e){return JA(void 0,void 0,void 0,function(){var t,r,n,a,i,o,u,l,d,f,h,C,m,T,Q,b,v,H,K,L,O,E,O,R,k,eA,cA,hA,q,nA,lA,dA,TA,qA,_A,WA,jA,OA,PA,KA;return YA(this,function(y){switch(y.label){case 0:if(!A||typeof A!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(t=A.ownerDocument,!t)throw new Error("Element is not attached to a Document");if(r=t.defaultView,!r)throw new Error("Document is not attached to a Window");return n={allowTaint:(R=e.allowTaint)!==null&&R!==void 0?R:!1,imageTimeout:(k=e.imageTimeout)!==null&&k!==void 0?k:15e3,proxy:e.proxy,useCORS:(eA=e.useCORS)!==null&&eA!==void 0?eA:!1},a=Fi({logging:(cA=e.logging)!==null&&cA!==void 0?cA:!0,cache:e.cache},n),i={windowWidth:(hA=e.windowWidth)!==null&&hA!==void 0?hA:r.innerWidth,windowHeight:(q=e.windowHeight)!==null&&q!==void 0?q:r.innerHeight,scrollX:(nA=e.scrollX)!==null&&nA!==void 0?nA:r.pageXOffset,scrollY:(lA=e.scrollY)!==null&&lA!==void 0?lA:r.pageYOffset},o=new _e(i.scrollX,i.scrollY,i.windowWidth,i.windowHeight),u=new jT(a,o),l=(dA=e.foreignObjectRendering)!==null&&dA!==void 0?dA:!1,d={allowTaint:(TA=e.allowTaint)!==null&&TA!==void 0?TA:!1,onclone:e.onclone,ignoreElements:e.ignoreElements,inlineImages:l,copyStyles:l},u.logger.debug("Starting document clone with size "+o.width+"x"+o.height+" scrolled to "+-o.left+","+-o.top),f=new Vl(u,A,d),h=f.clonedReferenceElement,h?[4,f.toIFrame(t,o)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return C=y.sent(),m=ds(h)||Zb(h)?xm(h.ownerDocument):Tn(u,h),T=m.width,Q=m.height,b=m.left,v=m.top,H=ZT(u,h,e.backgroundColor),K={canvas:e.canvas,backgroundColor:H,scale:(_A=(qA=e.scale)!==null&&qA!==void 0?qA:r.devicePixelRatio)!==null&&_A!==void 0?_A:1,x:((WA=e.x)!==null&&WA!==void 0?WA:0)+b,y:((jA=e.y)!==null&&jA!==void 0?jA:0)+v,width:(OA=e.width)!==null&&OA!==void 0?OA:Math.ceil(T),height:(PA=e.height)!==null&&PA!==void 0?PA:Math.ceil(Q)},l?(u.logger.debug("Document cloned, using foreign object rendering"),O=new WT(u,K),[4,O.render(h)]):[3,3];case 2:return L=y.sent(),[3,5];case 3:return u.logger.debug("Document cloned, element located at "+b+","+v+" with size "+T+"x"+Q+" using computed rendering"),u.logger.debug("Starting DOM parsing"),E=Il(u,h),H===E.styles.backgroundColor&&(E.styles.backgroundColor=Se.TRANSPARENT),u.logger.debug("Starting renderer for element at "+K.x+","+K.y+" with size "+K.width+"x"+K.height),O=new PT(u,K),[4,O.render(E)];case 4:L=y.sent(),y.label=5;case 5:return(!((KA=e.removeContainer)!==null&&KA!==void 0)||KA)&&(Vl.destroy(C)||u.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),u.logger.debug("Finished rendering"),[2,L]}})})},ZT=function(A,e,t){var r=e.ownerDocument,n=r.documentElement?Lr(A,getComputedStyle(r.documentElement).backgroundColor):Se.TRANSPARENT,a=r.body?Lr(A,getComputedStyle(r.body).backgroundColor):Se.TRANSPARENT,i=typeof t=="string"?Lr(A,t):t===null?Se.TRANSPARENT:4294967295;return e===r.documentElement?ze(n)?ze(a)?i:a:n:i};const AU=`.gp-message[data-v-a234b03c]{z-index:999999;transition:all .3s ease;max-width:300px;font-family:微软雅黑}.message-content[data-v-a234b03c]{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-radius:4px;box-shadow:0 2px 8px #00000026;font-size:14px}.close-btn[data-v-a234b03c]{background:none;border:none;color:#4b5563;cursor:pointer;margin-left:10px;line-height:1;padding:0}.fade-enter-active[data-v-a234b03c],.fade-leave-active[data-v-a234b03c]{transition:opacity .3s}.fade-enter-from[data-v-a234b03c],.fade-leave-to[data-v-a234b03c]{opacity:0}[contenteditable=true][data-v-3a877c04]:focus{outline:none}[contenteditable=true][data-v-3a877c04]{outline:none}textarea[data-v-3a877c04]{resize:none;border:none;outline:none;background:transparent}.custom-checkbox[data-v-68b8f276]{width:16px;height:16px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;transition:all .2s ease}.custom-checkbox[data-v-68b8f276]:checked{border-color:#3b82f6;background-color:#3b82f6}.custom-checkbox[data-v-68b8f276]:checked:after{content:"✓";color:#fff;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox-label[data-v-68b8f276]{line-height:1.2;font-size:14px;color:#4b5563}.border[data-v-298a9b70]{border:1px solid #ccc}.custom-checkbox[data-v-298a9b70]{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;transition:all .2s ease}.custom-checkbox[data-v-298a9b70]:checked{border-color:#3b82f6;background-color:#3b82f6}.custom-checkbox[data-v-298a9b70]:checked:after{content:"✓";color:#fff;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}/*!
40
40
  * Cropper.js v1.6.2
41
41
  * https://fengyuanchen.github.io/cropperjs
42
42
  *
@@ -44,7 +44,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
44
44
  * Released under the MIT license
45
45
  *
46
46
  * Date: 2024-04-21T07:43:02.731Z
47
- */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.before{position:relative;overflow:hidden}.before img{position:absolute}.upload-wrapper[data-v-08babff9]{max-width:500px}.file-list[data-v-08babff9]{max-height:300px;overflow-y:auto}.gp-dsigner[data-v-7f27dfdd]{font-family:微软雅黑}.resize-area[data-v-7f27dfdd]{transition:width .1s ease}.resizer[data-v-7f27dfdd]{width:6px;background:#f0f0f0;cursor:col-resize;display:flex;justify-content:center;align-items:center;position:relative;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}textarea[data-v-7f27dfdd]{resize:none;border:none;outline:none;background:transparent}.gp-dsigner{width:100%}:root{--gp-designer-theme-color: #3574e6}.gp-designer-theme-text,.gp-designer-theme-icon{color:var(--gp-designer-theme-color)!important}.gp-designer-theme-button{background-color:var(--gp-designer-theme-color)!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.container{width:100%}@media (min-width: 1200px){.container{max-width:1200px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-top-6{top:-1.5rem}.bottom-4{bottom:1rem}.left-0{left:0}.left-1\\/2{left:50%}.left-2{left:.5rem}.left-4{left:1rem}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-1\\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.z-10{z-index:10}.z-\\[99999\\]{z-index:99999}.m-1{margin:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.box-border{box-sizing:border-box}.block{display:block}.flex{display:flex}.contents{display:contents}.hidden{display:none}.h-1{height:.25rem}.h-12{height:3rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-\\[100vh\\]{height:100vh}.h-\\[200px\\]{height:200px}.h-\\[300px\\]{height:300px}.h-\\[360px\\]{height:360px}.h-\\[40px\\]{height:40px}.h-full{height:100%}.h-screen{height:100vh}.max-h-\\[500px\\]{max-height:500px}.w-10{width:2.5rem}.w-12{width:3rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-\\[100vw\\]{width:100vw}.w-\\[110px\\]{width:110px}.w-\\[270px\\]{width:270px}.w-\\[300px\\]{width:300px}.w-\\[640px\\]{width:640px}.w-\\[700px\\]{width:700px}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.flex-1{flex:1 1 0%}.flex-none{flex:none}.basis-1\\/10{flex-basis:10%}.basis-1\\/11{flex-basis:9.09090909%}.basis-1\\/12{flex-basis:8.33333333%}.basis-1\\/2{flex-basis:50%}.basis-1\\/3{flex-basis:33.333333%}.basis-1\\/4{flex-basis:25%}.basis-1\\/5{flex-basis:20%}.basis-1\\/6{flex-basis:16.666667%}.basis-1\\/7{flex-basis:14.2857143%}.basis-1\\/8{flex-basis:12.5%}.basis-1\\/9{flex-basis:11.1111111%}.basis-full{flex-basis:100%}.-translate-x-1\\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.cursor-wait{cursor:wait}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.content-center{align-content:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-normal{justify-content:normal}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\\[\\#DEDEDE\\]{--tw-border-opacity: 1;border-color:rgb(222 222 222 / var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.bg-\\[\\#474AFF\\]{--tw-bg-opacity: 1;background-color:rgb(71 74 255 / var(--tw-bg-opacity))}.bg-\\[\\#f4f8ff\\]{--tw-bg-opacity: 1;background-color:rgb(244 248 255 / var(--tw-bg-opacity))}.bg-\\[rgba\\(0\\,0\\,0\\,0\\.7\\)\\]{background-color:#000000b3}.bg-black\\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-blue-500\\/80{background-color:#3b82f6cc}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity))}.bg-blue-900{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-green-500\\/80{background-color:#22c55ecc}.bg-purple-400\\/80{background-color:#c084fccc}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.bg-red-500\\/80{background-color:#ef4444cc}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity: .5}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pr-\\[70px\\]{padding-right:70px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.\\!text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.text-\\[\\#333\\]{--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity))}.text-\\[\\#666\\]{--tw-text-opacity: 1;color:rgb(102 102 102 / var(--tw-text-opacity))}.text-\\[\\#999\\]{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity))}.text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity))}.text-blue-50{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity))}.opacity-0{opacity:0}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\\:z-10:hover{z-index:10}.hover\\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.hover\\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.hover\\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.hover\\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.hover\\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.hover\\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity))}.hover\\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.hover\\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.hover\\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.hover\\:underline:hover{text-decoration-line:underline}@media (min-width: 1200px){.pc\\:box-border{box-sizing:border-box}.pc\\:basis-1\\/10{flex-basis:10%}.pc\\:basis-1\\/11{flex-basis:9.09090909%}.pc\\:basis-1\\/12{flex-basis:8.33333333%}.pc\\:basis-1\\/2{flex-basis:50%}.pc\\:basis-1\\/3{flex-basis:33.333333%}.pc\\:basis-1\\/4{flex-basis:25%}.pc\\:basis-1\\/5{flex-basis:20%}.pc\\:basis-1\\/6{flex-basis:16.666667%}.pc\\:basis-1\\/7{flex-basis:14.2857143%}.pc\\:basis-1\\/8{flex-basis:12.5%}.pc\\:basis-1\\/9{flex-basis:11.1111111%}.pc\\:basis-full{flex-basis:100%}.pc\\:justify-normal{justify-content:normal}.pc\\:justify-center{justify-content:center}}
47
+ */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.before{position:relative;overflow:hidden}.before img{position:absolute}.upload-wrapper[data-v-08babff9]{max-width:500px}.file-list[data-v-08babff9]{max-height:300px;overflow-y:auto}.gp-dsigner[data-v-af92f944]{font-family:微软雅黑}.resize-area[data-v-af92f944]{transition:width .1s ease}.resizer[data-v-af92f944]{width:6px;background:#f0f0f0;cursor:col-resize;display:flex;justify-content:center;align-items:center;position:relative;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}textarea[data-v-af92f944]{resize:none;border:none;outline:none;background:transparent}.gp-dsigner{width:100%}:root{--gp-designer-theme-color: #3574e6}.gp-designer-theme-text,.gp-designer-theme-icon{color:var(--gp-designer-theme-color)!important}.gp-designer-theme-button{background-color:var(--gp-designer-theme-color)!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.container{width:100%}@media (min-width: 1200px){.container{max-width:1200px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-top-6{top:-1.5rem}.bottom-4{bottom:1rem}.left-0{left:0}.left-1\\/2{left:50%}.left-2{left:.5rem}.left-4{left:1rem}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-1\\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.z-10{z-index:10}.z-\\[99999\\]{z-index:99999}.m-1{margin:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.box-border{box-sizing:border-box}.block{display:block}.flex{display:flex}.contents{display:contents}.hidden{display:none}.h-1{height:.25rem}.h-12{height:3rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-\\[100vh\\]{height:100vh}.h-\\[200px\\]{height:200px}.h-\\[300px\\]{height:300px}.h-\\[360px\\]{height:360px}.h-\\[40px\\]{height:40px}.h-full{height:100%}.h-screen{height:100vh}.max-h-\\[500px\\]{max-height:500px}.w-10{width:2.5rem}.w-12{width:3rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-\\[100vw\\]{width:100vw}.w-\\[110px\\]{width:110px}.w-\\[270px\\]{width:270px}.w-\\[300px\\]{width:300px}.w-\\[640px\\]{width:640px}.w-\\[700px\\]{width:700px}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.flex-1{flex:1 1 0%}.flex-none{flex:none}.basis-1\\/10{flex-basis:10%}.basis-1\\/11{flex-basis:9.09090909%}.basis-1\\/12{flex-basis:8.33333333%}.basis-1\\/2{flex-basis:50%}.basis-1\\/3{flex-basis:33.333333%}.basis-1\\/4{flex-basis:25%}.basis-1\\/5{flex-basis:20%}.basis-1\\/6{flex-basis:16.666667%}.basis-1\\/7{flex-basis:14.2857143%}.basis-1\\/8{flex-basis:12.5%}.basis-1\\/9{flex-basis:11.1111111%}.basis-full{flex-basis:100%}.-translate-x-1\\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.cursor-wait{cursor:wait}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.content-center{align-content:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-normal{justify-content:normal}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\\[\\#DEDEDE\\]{--tw-border-opacity: 1;border-color:rgb(222 222 222 / var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.bg-\\[\\#474AFF\\]{--tw-bg-opacity: 1;background-color:rgb(71 74 255 / var(--tw-bg-opacity))}.bg-\\[\\#f4f8ff\\]{--tw-bg-opacity: 1;background-color:rgb(244 248 255 / var(--tw-bg-opacity))}.bg-\\[rgba\\(0\\,0\\,0\\,0\\.7\\)\\]{background-color:#000000b3}.bg-black\\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-blue-500\\/80{background-color:#3b82f6cc}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity))}.bg-blue-900{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-green-500\\/80{background-color:#22c55ecc}.bg-purple-400\\/80{background-color:#c084fccc}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.bg-red-500\\/80{background-color:#ef4444cc}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity: .5}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pr-\\[70px\\]{padding-right:70px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.\\!text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.text-\\[\\#333\\]{--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity))}.text-\\[\\#666\\]{--tw-text-opacity: 1;color:rgb(102 102 102 / var(--tw-text-opacity))}.text-\\[\\#999\\]{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity))}.text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity))}.text-blue-50{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity))}.opacity-0{opacity:0}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\\:z-10:hover{z-index:10}.hover\\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.hover\\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.hover\\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.hover\\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.hover\\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.hover\\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity))}.hover\\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.hover\\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.hover\\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.hover\\:underline:hover{text-decoration-line:underline}@media (min-width: 1200px){.pc\\:box-border{box-sizing:border-box}.pc\\:basis-1\\/10{flex-basis:10%}.pc\\:basis-1\\/11{flex-basis:9.09090909%}.pc\\:basis-1\\/12{flex-basis:8.33333333%}.pc\\:basis-1\\/2{flex-basis:50%}.pc\\:basis-1\\/3{flex-basis:33.333333%}.pc\\:basis-1\\/4{flex-basis:25%}.pc\\:basis-1\\/5{flex-basis:20%}.pc\\:basis-1\\/6{flex-basis:16.666667%}.pc\\:basis-1\\/7{flex-basis:14.2857143%}.pc\\:basis-1\\/8{flex-basis:12.5%}.pc\\:basis-1\\/9{flex-basis:11.1111111%}.pc\\:basis-full{flex-basis:100%}.pc\\:justify-normal{justify-content:normal}.pc\\:justify-center{justify-content:center}}
48
48
  `,eU=c.defineComponent({name:"GpIframe",props:{htmlContent:{type:String,required:!0},jsFiles:{type:Array,default:[]},cssFiles:{type:Array,default:[]},iframeStyle:{type:Object,default:()=>({width:"100%",height:"100%",border:"none"})},themeColor:{type:String,default:"#3574e6"}},setup(A){const e=c.ref(null),t=c.ref(),r=()=>{var m;const a=e.value;if(!a)return;const i=a.contentDocument||((m=a.contentWindow)==null?void 0:m.document);if(!i)return;i.open(),i.write("<!DOCTYPE html><html><head></head><body></body></html>"),i.close();const o=i.head;A.cssFiles.forEach(T=>{const Q=i.createElement("link");Q.rel="stylesheet",Q.href=T+"?t="+new Date().getTime(),o.appendChild(Q)});const u=i.createElement("style");u.innerHTML=`
49
49
  :root {
50
50
  --main-color: ${A.themeColor} !important;
package/dist/style.css CHANGED
@@ -1,4 +1,4 @@
1
- .gp-message[data-v-a234b03c]{z-index:999999;transition:all .3s ease;max-width:300px;font-family:微软雅黑}.message-content[data-v-a234b03c]{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-radius:4px;box-shadow:0 2px 8px #00000026;font-size:14px}.close-btn[data-v-a234b03c]{background:none;border:none;color:#4b5563;cursor:pointer;margin-left:10px;line-height:1;padding:0}.fade-enter-active[data-v-a234b03c],.fade-leave-active[data-v-a234b03c]{transition:opacity .3s}.fade-enter-from[data-v-a234b03c],.fade-leave-to[data-v-a234b03c]{opacity:0}[contenteditable=true][data-v-3a877c04]:focus{outline:none}[contenteditable=true][data-v-3a877c04]{outline:none}textarea[data-v-3a877c04]{resize:none;border:none;outline:none;background:transparent}.custom-checkbox[data-v-68b8f276]{width:16px;height:16px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;transition:all .2s ease}.custom-checkbox[data-v-68b8f276]:checked{border-color:#3b82f6;background-color:#3b82f6}.custom-checkbox[data-v-68b8f276]:checked:after{content:"✓";color:#fff;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox-label[data-v-68b8f276]{line-height:1.2;font-size:14px;color:#4b5563}.border[data-v-30b99148]{border:1px solid #ccc}.custom-checkbox[data-v-30b99148]{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;transition:all .2s ease}.custom-checkbox[data-v-30b99148]:checked{border-color:#3b82f6;background-color:#3b82f6}.custom-checkbox[data-v-30b99148]:checked:after{content:"✓";color:#fff;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}/*!
1
+ .gp-message[data-v-a234b03c]{z-index:999999;transition:all .3s ease;max-width:300px;font-family:微软雅黑}.message-content[data-v-a234b03c]{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-radius:4px;box-shadow:0 2px 8px #00000026;font-size:14px}.close-btn[data-v-a234b03c]{background:none;border:none;color:#4b5563;cursor:pointer;margin-left:10px;line-height:1;padding:0}.fade-enter-active[data-v-a234b03c],.fade-leave-active[data-v-a234b03c]{transition:opacity .3s}.fade-enter-from[data-v-a234b03c],.fade-leave-to[data-v-a234b03c]{opacity:0}[contenteditable=true][data-v-3a877c04]:focus{outline:none}[contenteditable=true][data-v-3a877c04]{outline:none}textarea[data-v-3a877c04]{resize:none;border:none;outline:none;background:transparent}.custom-checkbox[data-v-68b8f276]{width:16px;height:16px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;transition:all .2s ease}.custom-checkbox[data-v-68b8f276]:checked{border-color:#3b82f6;background-color:#3b82f6}.custom-checkbox[data-v-68b8f276]:checked:after{content:"✓";color:#fff;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox-label[data-v-68b8f276]{line-height:1.2;font-size:14px;color:#4b5563}.border[data-v-298a9b70]{border:1px solid #ccc}.custom-checkbox[data-v-298a9b70]{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;transition:all .2s ease}.custom-checkbox[data-v-298a9b70]:checked{border-color:#3b82f6;background-color:#3b82f6}.custom-checkbox[data-v-298a9b70]:checked:after{content:"✓";color:#fff;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}/*!
2
2
  * Cropper.js v1.6.2
3
3
  * https://fengyuanchen.github.io/cropperjs
4
4
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gp-designer",
3
3
  "private": false,
4
- "version": "1.0.94",
4
+ "version": "1.0.96",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "author": "gp",
@@ -1,59 +0,0 @@
1
- @font-face {
2
- font-family: "iconfont"; /* Project id 4744266 */
3
- src: url('//at.alicdn.com/t/c/font_4744266_ms3ivlve0de.woff2?t=1731548088377') format('woff2'),
4
- url('//at.alicdn.com/t/c/font_4744266_ms3ivlve0de.woff?t=1731548088377') format('woff'),
5
- url('//at.alicdn.com/t/c/font_4744266_ms3ivlve0de.ttf?t=1731548088377') format('truetype');
6
- }
7
-
8
- .iconfont {
9
- font-family: "iconfont" !important;
10
- font-size: 16px;
11
- font-style: normal;
12
- -webkit-font-smoothing: antialiased;
13
- -moz-osx-font-smoothing: grayscale;
14
- }
15
-
16
- .icon-a-jingshixian:before {
17
- content: "\e6ca";
18
- }
19
-
20
- .icon-dianhua:before {
21
- content: "\e6c9";
22
- }
23
-
24
- .icon-jingshi:before {
25
- content: "\e6c0";
26
- }
27
-
28
- .icon-paihou:before {
29
- content: "\e6c1";
30
- }
31
-
32
- .icon-SEOshezhi:before {
33
- content: "\e6c2";
34
- }
35
-
36
- .icon-shangyibu:before {
37
- content: "\e6c3";
38
- }
39
-
40
- .icon-a-tianjiamian:before {
41
- content: "\e6c4";
42
- }
43
-
44
- .icon-xiayibu:before {
45
- content: "\e6c5";
46
- }
47
-
48
- .icon-paiqian:before {
49
- content: "\e6c6";
50
- }
51
-
52
- .icon-shanchu:before {
53
- content: "\e6c7";
54
- }
55
-
56
- .icon-a-tianjiaxian:before {
57
- content: "\e6c8";
58
- }
59
-